infrun.c:handle_inferior_event: Remove some more dead code.
[external/binutils.git] / gdb / ChangeLog
1 2013-10-28  Pedro Alves  <palves@redhat.com>
2
3         * infrun.c (clear_stop_func): Delete.
4         (handle_inferior_event): Don't call clear_stop_func and don't
5         clear 'ecs->random_signal'.
6
7 2013-10-27  Yao Qi  <yao@codesourcery.com>
8
9         * varobj.c (struct varobj_root) <lang>: Rename to 'lang_ops'.
10         (varobj_create, varobj_get_path_expr): Update.
11         (varobj_value_has_mutated, varobj_update): Likewise.
12         (create_child_with_value, new_root_variable): Likewise.
13         (number_of_children, name_of_variable): Likewise.
14         (value_of_child, my_value_of_variable): Likewise.
15         (varobj_value_is_changeable_p): Likewise.
16
17 2013-10-25  Yao Qi  <yao@codesourcery.com>
18
19         * language.h (struct lang_varobj_ops): Declare.
20         (struct language_defn) <la_varobj_ops>: New field.
21         * ada-lang.c: Include "varobj.h"
22         (defn ada_language_defn): Initialize field 'la_varobj_ops' with
23         ada_varobj_ops.
24         * c-lang.c: Include "varobj.h"
25         (c_language_defn): Initialize field 'la_varobj_ops' with
26         c_varobj_ops.
27         (cplus_language_defn): Initialize field 'la_varobj_ops' with
28         cplus_varobj_ops.
29         (asm_language_defn): Initialize field 'la_varobj_ops' with
30         default_varobj_ops.
31         (minimal_language_defn): Likewise.
32         * d-lang.c (d_language_defn): Likewise.
33         * f-lang.c (f_language_defn): Likewise.
34         * go-lang.c (go_language_defn): Likewise.
35         * m2-lang.c (m2_language_defn): Likewise.
36         * objc-lang.c (objc_language_defn): Likewise.
37         * opencl-lang.c (opencl_language_defn): Likewise.
38         * p-lang.c (pascal_language_defn): Likewise.
39         * language.c (unknown_language_defn): Likewise.
40         (auto_language_defn): Likewise.
41         (local_language_defn): Likewise.
42         * jv-lang.c (java_language_defn): Initialize field
43         'la_varobj_ops' with java_varobj_ops.
44         * varobj.c (varobj_create): Update.
45         * varobj.h (default_varobj_ops): Define macro.
46
47 2013-10-25  Pedro Alves  <palves@redhat.com>
48
49         * cp-valprint.c (cp_print_value_fields): No longer handle a NULL
50         static field value.
51         (cp_print_static_field): If the value is entirely optimized out,
52         print <optimized out> here.
53         * jv-valprint.c (java_print_value_fields): No longer handle a NULL
54         static field value.
55         * p-valprint.c (pascal_object_print_static_field): If the value is
56         entirely optimized out, print <optimized out> here.
57         * valops.c (do_search_struct_field)
58         (value_struct_elt_for_reference): No longer handle a NULL static
59         field value.
60         * value.c (value_static_field): Return an optimized out value
61         instead of NULL.
62
63 2013-10-25  Yao Qi  <yao@codesourcery.com>
64
65         * remote.c (remote_traceframe_info): Return early if
66         traceframe is not selected.
67
68 2013-10-25  Yao Qi  <yao@codesourcery.com>
69
70         * tracepoint.c (traceframe_fun): Remove.
71         (traceframe_sal): Remove.
72         (set_traceframe_context): Add local variables.
73
74 2013-10-25  Joel Brobecker  <brobecker@adacore.com>
75
76         * varobj.h (struct lang_varobj_ops): Remove spaces between '*'
77         and parameter name.
78
79 2013-10-24  Maciej W. Rozycki  <macro@codesourcery.com>
80
81         * linux-tdep.c (linux_corefile_thread_callback): Propagate any
82         failure from register information collection.
83
84 2013-10-24  Maciej W. Rozycki  <macro@codesourcery.com>
85
86         * linux-tdep.c (linux_corefile_thread_data): Remove `num_notes'
87         member.
88         (linux_corefile_thread_callback): Update accordingly.
89         (linux_make_corefile_notes): Likewise.
90
91 2013-10-24  Pedro Alves   <palves@redhat.com>
92
93         * NEWS (New options): Mention set/show startup-with-shell.
94         * config/alpha/nm-osf3.h (START_INFERIOR_TRAPS_EXPECTED): Set to 2
95         instead of 3.
96         * fork-child.c (fork_inferior, startup_inferior): Handle 'set
97         startup-with-shell'.
98         (show_startup_with_shell): New function.
99         (_initialize_fork_child): Register the set/show startup-with-shell
100         commands.
101         * inf-ptrace.c (inf_ptrace_create_inferior): Remove comment.
102         * inf-ttrace.c (inf_ttrace_him): Remove comment.
103         * procfs.c (procfs_init_inferior): Remove comment.
104         * infcmd.c (startup_with_shell): New global.
105         * inferior.h (startup_with_shell): Declare global.
106         (STARTUP_WITH_SHELL): Delete.
107         (START_INFERIOR_TRAPS_EXPECTED): Set to 1 by default instead of 2.
108
109 2013-10-23  Pedro Alves  <palves@redhat.com>
110
111         * common/gdb_signals.h (gdb_signal_to_symbol_string): Declare.
112         * common/signals.c: Include "gdb_assert.h".
113         (signals): New field 'symbol'.
114         (SET): Use the 'symbol' parameter.
115         (gdb_signal_to_symbol_string): New function.
116         * infrun.c (handle_inferior_event) <random signal>: In debug
117         output, print the random signal enum as string in addition to its
118         number.
119         * target/waitstatus.c (target_waitstatus_to_string): Print the
120         signal's enum value as string instead of the (POSIX) signal name.
121
122 2013-10-23  Gary Benson  <gbenson@redhat.com>
123
124         PR 16013
125         * common/linux-osdata.c (command_from_pid): Reduced size of cmd
126         from 32 to 18.  Adjusted fscanf format string accordingly.
127         (Avoids leaving cmd unterminated.)
128         (print_sockets): Do not parse tlen, inode, sl, timeout, txq, rxq,
129         trun, retn or extra.  (Avoids leaving extra unterminated.)  Check
130         that local_address and remote_address will not overflow.
131         (linux_xfer_osdata_modules): Parse lines using strtok to avoid
132         leaving dependencies unterminated.  Parse size as "%u" to match
133         definition.
134
135 2013-10-22  Pedro Alves  <palves@redhat.com>
136
137         * infrun.c (handle_inferior_event) <thread hop>: Don't clear or
138         set ecs->random signal.
139
140 2013-10-22  Pedro Alves  <palves@redhat.com>
141
142         * infrun.c (keep_going): Update comments.
143
144 2013-10-22  Pedro Alves  <palves@redhat.com>
145
146         * remote.c (remote_parse_stop_reply) <'T'/'S'/'X' replies>: Map
147         invalid signal numbers to GDB_SIGNAL_UNKNOWN.
148
149 2013-10-22  Pedro Alves  <palves@redhat.com>
150
151         * include/gdb/signals.def (TARGET_EXC_BAD_ACCESS): Rename to
152         GDB_EXC_BAD_ACCESS.
153         (TARGET_EXC_BAD_INSTRUCTION): Rename to GDB_EXC_BAD_INSTRUCTION.
154         (TARGET_EXC_ARITHMETIC): Rename to GDB_EXC_ARITHMETIC.
155         (TARGET_EXC_EMULATION): Rename to GDB_EXC_EMULATION.
156         (TARGET_EXC_SOFTWARE): Rename to GDB_EXC_SOFTWARE.
157         (TARGET_EXC_BREAKPOINT): Rename to GDB_EXC_BREAKPOINT.
158         (GDB_SIGNAL_LAST): Change description string.
159         * common/signals.c (gdb_signal_from_host, do_gdb_signal_to_host):
160         Adjust to signal renaming.
161         * darwin-nat.c (darwin_decode_message): Likewise.
162
163 2013-10-22  Jose E. Marchesi  <jose.marchesi@oracle.com>
164
165         * MAINTAINERS (Write After Approval): Add myself to the list.
166
167 2013-10-18  Andrew Burgess  <aburgess@broadcom.com>
168
169         * breakpoint.c (update_watchpoint): If hardware watchpoints are
170         forced off, downgrade them to software watchpoints if possible,
171         and error out if not possible.
172         (watch_command_1): Move watchpoint type selection closer to
173         watchpoint creation, and extend the comments.
174
175 2013-10-18  Pedro Alves  <palves@redhat.com>
176
177         PR gdb/16062
178         * infrun.c (handle_inferior_event): Keep going if we got a random
179         signal we should not stop for, instead of falling through to the
180         step tests.
181
182 2013-10-18  Yao Qi  <yao@codesourcery.com>
183
184         * c-varobj.c (cplus_number_of_children): Fix indentation.
185
186 2013-10-17  Tom Tromey  <tromey@redhat.com>
187
188         PR gdb/15995:
189         * printcmd.c (printcmd): Call gdb_flush.
190
191 2013-10-17  Tom Tromey  <tromey@redhat.com>
192
193         * elfread.c (struct elfinfo) <stabindexsect>: Remove.
194         (elf_locate_sections): Update.
195
196 2013-10-17  Yao Qi  <yao@codesourcery.com>
197
198         * Makefile.in (HFILES_NO_SRCDIR): Remove ada-varobj.h.
199         * ada-varobj.c: Remove the include of ada-varobj.h.
200         (ada_varobj_get_number_of_children): Declare.
201         (ada_varobj_get_name_of_child): Make it static.
202         (ada_varobj_get_path_expr_of_child): Likewise.
203         (ada_varobj_get_value_of_child): Likewise.
204         (ada_varobj_get_type_of_child): Likewise.
205         (ada_varobj_get_value_of_array_variable): Likewise.
206         * ada-varobj.h: Remove.
207
208 2013-10-17  Yao Qi  <yao@codesourcery.com>
209
210         * Makefile.in (SFILES): Add c-varobj.c and jv-varobj.c.
211         (COMMON_OBS): Add c-varobj.o and jv-varobj.o.
212         * ada-varobj.c: Include "varobj.h".
213         (ada_number_of_children): New.  Moved from varobj.c.
214         (ada_name_of_variable, ada_name_of_child): Likewise.
215         (ada_path_expr_of_child, ada_value_of_child): Likewise.
216         (ada_type_of_child, ada_value_of_variable): Likewise.
217         (ada_value_is_changeable_p, ada_value_has_mutated): Likewise.
218         (ada_varobj_ops): New.
219         * c-varobj.c, jv-varobj.c: New file.  Moved from varobj.c.
220         * gdbtypes.c (get_target_type): New.  Moved from varobj.c.
221         * gdbtypes.h (get_target_type): Declare.
222         * varobj.c: Remove the inclusion of "ada-varobj.h" and
223         "ada-lang.h".
224         (ANONYMOUS_STRUCT_NAME): Move it to c-varobj.c.
225         (ANONYMOUS_UNION_NAME): Likewise.
226         (get_type, get_value_type, get_target_type): Remove declarations.
227         (value_get_print_value, varobj_value_get_print_value): Likewise.
228         (c_number_of_children, c_name_of_variable): Likewise.
229         (c_name_of_child, c_path_expr_of_child): Likewise.
230         (c_value_of_child, c_type_of_child): Likewise.
231         (c_value_of_variable, cplus_number_of_children): Likewise.
232         (cplus_class_num_children, cplus_name_of_variable): Likewise.
233         (cplus_name_of_child, cplus_path_expr_of_child): Likewise.
234         (cplus_value_of_child, cplus_type_of_child): Likewise.
235         (cplus_value_of_variable, java_number_of_children): Likewise.
236         (java_name_of_variable, java_name_of_child): Likewise.
237         (java_path_expr_of_child, java_value_of_child): Likewise.
238         (java_type_of_child, java_value_of_variable): Likewise.
239         (ada_number_of_children, ada_name_of_variable): Likewise.
240         (ada_name_of_child, ada_path_expr_of_child): Likewise.
241         (ada_value_of_child, ada_type_of_child): Likewise.
242         (ada_value_of_variable, ada_value_is_changeable_p): Likewise.
243         (ada_value_has_mutated): Likewise.
244         (struct language_specific): Move it to varobj.h.
245         (CPLUS_FAKE_CHILD): Move it to varobj.h.
246         (restrict_range): Rename it varobj_restrict_range.  Make it extern.
247         Callers update.
248         (get_path_expr_parent): Rename it to varobj_get_path_expr_parent.
249         Make it extern.
250         (is_anonymous_child): Move it to c-varobj.c and rename to
251         varobj_is_anonymous_child.  Caller update.
252         (get_type): Move it to c-varobj.c.
253         (get_value_type): Rename it varobj_get_value_type.  Make it
254         extern.
255         (get_target_type): Move it gdbtypes.c.
256         (varobj_formatted_print_options): New function.
257         (value_get_print_value): Rename it to
258         varobj_value_get_print_value and make it extern.
259         (varobj_value_is_changeable_p): Make it extern.
260         (adjust_value_for_child_access): Move it to c-varobj.c.
261         (default_value_is_changeable_p): Rename it to
262         varobj_default_value_is_changeable_p.  Make it extern.
263         (c_number_of_children, c_name_of_variable): Move it to c-varobj.c
264         (c_name_of_child, c_path_expr_of_child): Likewise.
265         (c_value_of_child, c_type_of_child): Likewise.
266         (c_value_of_variable, cplus_number_of_children): Likewise.
267         (cplus_class_num_children, cplus_name_of_variable): Likewise.
268         (cplus_name_of_child, cplus_path_expr_of_child): Likewise.
269         (cplus_value_of_child, cplus_type_of_child): Likewise.
270         (cplus_value_of_variable): Likewise.
271         (java_number_of_children, java_name_of_variable): Move it to jv-varobj.c.
272         (java_name_of_child, java_path_expr_of_child): Likewise.
273         (java_value_of_child, java_type_of_child): Likewise.
274         (java_value_of_variable): Likewise.
275         (ada_number_of_children, ada_name_of_variable): Move it to ada-varobj.c.
276         (ada_name_of_child, ada_path_expr_of_child): Likewise.
277         (ada_value_of_child, ada_type_of_child): Likewise.
278         (ada_value_of_variable, ada_value_is_changeable_p): Likewise.
279         (ada_value_has_mutated): Likewise.
280         * varobj.h (CPLUS_FAKE_CHILD): New macro, moved from varobj.c.
281         (struct lang_varobj_ops): New.  Renamed by 'struct language_specific'.
282         (c_varobj_ops, cplus_varobj_ops): Declare.
283         (java_varobj_ops, ada_varobj_ops): Declare.
284         (varobj_default_value_is_changeable_p): Declare.
285         (varobj_value_is_changeable_p): Declare.
286         (varobj_get_value_type, varobj_is_anonymous_child): Declare.
287         (varobj_get_path_expr_parent): Declare.
288         (varobj_value_get_print_value): Declare.
289         (varobj_formatted_print_options): Declare.
290         (varobj_restrict_range): Declare.
291
292 2013-10-17  Luis Machado  <lgustavo@codesourcery.com>
293
294         * target/waitstatus.h (target_waitkind): Remove spurious
295         character from the comments.
296
297 2013-10-17  Joel Brobecker  <brobecker@adacore.com>
298
299         * gdbarch.sh (get_longjmp_target): Add method documentation.
300         * gdbarch.h: Regenerate.
301
302 2013-10-16  Tom Tromey  <tromey@redhat.com>
303
304         * dbxread.c (read_dbx_symtab) <bss_ext_symbol>: Remove unused
305         label.
306
307 2013-10-16  Luis Machado  <lgustavo@codesourcery.com>
308
309         * gcore.in: Call GDB using the full path to the gcore script.
310         Error out if the GDB binary is not found.
311
312 2013-10-16  Sergio Durigan Junior  <sergiodj@redhat.com>
313
314         PR gdb/16014
315         * dwarf2read.c (dw2_get_real_path): Remove unnecessary call to
316         sizeof.
317
318 2013-10-16  Sergio Durigan Junior  <sergiodj@redhat.com>
319
320         PR gdb/16042
321         * target.c (target_disable_btrace): Fix invalid return value for
322         void function.
323         (target_teardown_btrace): Likewise.
324
325 2013-10-14  Yao Qi  <yao@codesourcery.com>
326
327         * varobj.c (struct varobj): Move most of the fields to
328         varobj.h.
329         (struct varobj_dynamic): New struct.
330         (varobj_get_display_hint) [HAVE_PYTHON]: Adjust.
331         (varobj_has_more): Likewise.
332         (dynamic_varobj_has_child_method): Likewise.
333         (update_dynamic_varobj_children): Likewise.
334         (varobj_get_num_children): Likewise.
335         (varobj_list_children, varobj_pretty_printed_p): Likewise.
336         (install_new_value_visualizer): Likewise.
337         (install_new_value_visualizer, install_new_value): Likewise.
338         (varobj_update, new_variable, free_variable): Likewise.
339         (my_value_of_variable, value_get_print_value): Likewise.
340         (install_visualizer): Change the type of parameter 'var' to
341         'struct varobjd_dynamic *'.  Callers update.
342         * varobj.h (struct varobj): Moved from varobj.c.
343         (struct varobj) <dynamic>: New field.
344
345 2013-10-13  Sandra Loosemore  <sandra@codesourcery.com>
346
347         * nios2-tdep.c (nios2_reg_names): Use "sstatus" rather than "ba"
348         as the preferred name of r30.
349         * nios2-linux-tdep.c (reg_offsets): Likewise.
350         * features/nios2-cpu.xml: Likewise.
351         * features/nios2-linux.c: Regenerated.
352         * features/nios2.c: Regenerated.
353         * regformats/nios2-linux.dat: Regenerated.
354
355 2013-10-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
356
357         Canonicalize directories for EXEC_FILENAME.
358         * exec.c (exec_file_attach): Use gdb_realpath_keepfile for
359         exec_filename.
360         * utils.c (gdb_realpath_keepfile): New function.
361         * utils.h (gdb_realpath_keepfile): New declaration.
362
363 2013-10-11  Doug Evans  <dje@google.com>
364
365         * Makefile.in (GDBFLAGS): New variable.
366         (run): New rule.
367
368 2013-10-11  Joel Brobecker  <brobecker@adacore.com>
369
370         * NEWS: Add entry documenting the new "-catch-assert" and
371         "-catch-exception" GDB/MI commands.
372
373 2013-10-11  Joel Brobecker  <brobecker@adacore.com>
374
375         * breakpoint.h (init_ada_exception_breakpoint): Add parameter
376         "enabled".
377         * breakpoint.c (init_ada_exception_breakpoint): Add parameter
378         "enabled".  Set B->ENABLE_STATE accordingly.
379         * ada-lang.h (ada_exception_catchpoint_kind): Move here from
380         ada-lang.c.
381         (create_ada_exception_catchpoint): Add declaration.
382         * ada-lang.c (ada_exception_catchpoint_kind): Move to ada-lang.h.
383         (create_ada_exception_catchpoint): Make non-static. Add new
384         parameter "disabled". Use it in call to
385         init_ada_exception_breakpoint.
386         (catch_ada_exception_command): Add parameter "enabled" in call
387         to create_ada_exception_catchpoint.
388         (catch_assert_command): Likewise.
389
390         * mi/mi-cmds.h (mi_cmd_catch_assert, mi_cmd_catch_exception):
391         Add declarations.
392         * mi/mi-cmds.c (mi_cmds): Add the "catch-assert" and
393         "catch-exception" commands.
394         * mi/mi-cmd-catch.c: Add #include "ada-lang.h".
395         (mi_cmd_catch_assert, mi_cmd_catch_exception): New functions.
396
397 2013-10-11  Joel Brobecker  <brobecker@adacore.com>
398
399         * ada-lang.c (enum ada_exception_catchpoint_kind): Renames
400         "enum exception_catchpoint_kind".  Replace the "ex_" prefix
401         of all its enumerates with "ada_".  Update the rest of this
402         file throughout.
403
404 2013-10-11  Joel Brobecker  <brobecker@adacore.com>
405
406         * ada-lang.c (ada_decode_exception_location): Delete.
407         (create_ada_exception_catchpoint): Remove arguments "sal",
408         "addr_string" and "ops".  Add argument "ex_kind" instead.
409         Adjust implementation accordingly, calling ada_exception_sal
410         to get the entities it no longer gets passed as arguments.
411         Document the function's arguments.
412         (catch_ada_exception_command): Use catch_ada_exception_command_split
413         instead of ada_decode_exception_location, and update call to
414         create_ada_exception_catchpoint.
415         (catch_ada_assert_command_split): Renames
416         ada_decode_assert_location.  Remove parameters "addr_string" and
417         "ops", and now returns void.  Adjust implementation accordingly.
418         Update the function documentation.
419         (catch_assert_command): Use catch_ada_assert_command_split
420         instead of ada_decode_assert_location.  Update call to
421         create_ada_exception_catchpoint.
422
423 2013-10-11  Joel Brobecker  <brobecker@adacore.com>
424
425         * utils.h (perror_warning_with_name): Add declaration.
426         * utils.c (perror_warning_with_name): New function.
427         * cli/cli-cmds.c (source_script_with_search): Add call to
428         perror_warning_with_name if from_tty is nul.
429
430 2013-10-11  Joel Brobecker  <brobecker@adacore.com>
431
432         * utils.c (perror_string): New function, extracted out of
433         throw_perror_with_name.
434         (throw_perror_with_name): Rework to use perror_string.
435
436 2013-10-11  Yao Qi  <yao@codesourcery.com>
437
438         * remote.c (discard_pending_stop_replies_in_queue): Update
439         declaration.
440         (struct stop_reply) <rs>: New field.
441         (remove_stop_reply_of_remote_state): New function.
442         (discard_pending_stop_replies_in_queue): Add parameter 'rs'.
443         Callers update.  Pass remove_stop_reply_of_remote_state to
444         QUEUE_iterate.
445         (remote_parse_stop_reply): Initialize field 'rs'.
446
447 2013-10-10  Will Newton  <will.newton@linaro.org>
448
449         * aarch64-linux-tdep.c (aarch64_linux_init_abi): Call
450         linux_init_abi.
451
452 2013-10-10  Joel Brobecker  <brobecker@adacore.com>
453
454         * cli/cli-cmds.c (show_baud_rate): Moved to serial.c as
455         serial_baud_show_cmd.
456         (_initialize_cli_cmds): Delete the code creating the
457         "set/show remotebaud" commands.
458         * serial.c (baud_rate): Move here from top.c.
459         (serial_baud_show_cmd): Move here from cli/cli-cmds.c.
460         (_initialize_serial): Create "set/show serial baud" commands.
461         Add "set/show remotebaud" command aliases.
462         * top.c (baud_rate): Moved to serial.c.
463         * NEWS: Document the new "set/show serial baud" commands,
464         replacing "set/show remotebaud".
465
466 2013-10-09  Pedro Alves  <palves@redhat.com>
467
468         * breakpoint.c (insert_bp_location): Use memory_error_message to
469         build the memory error string.
470         * c-lang.c: Include "gdbcore.h".
471         (c_get_string): Use memory_error to throw error.
472         (target_xfer_memory_error): Delete.
473         (memory_error_message): New, factored out from
474         target_xfer_memory_error.
475         (memory_error): Change parameter type to target_xfer_error.
476         Rewrite.
477         (read_memory): Use memory_error instead of
478         target_xfer_memory_error.
479         * gdbcore.h: Include "target.h".
480         (memory_error): Change parameter type to target_xfer_error.
481         (memory_error_message): Declare function.
482         * target.c (target_read_memory, target_read_stack)
483         (target_write_memory, target_write_raw_memory): Return
484         TARGET_XFER_E_IO on error.  Adjust comments.
485         (get_target_memory): Pass TARGET_XFER_E_IO to memory_error,
486         instead of EIO.
487         * target.h (target_read, target_insert_breakpoint)
488         (target_remove_breakpoint): Adjust comments.
489         * valprint.c (partial_memory_read): Rename parameter, and adjust
490         comment.
491         (val_print_string): Use memory_error_message to build the memory
492         error string.
493
494 2013-10-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
495
496         * common/filestuff.c (gdb_fopen_cloexec): Remove initialization of
497         result variable.  Rename variable fopen_e_ever_failed to
498         fopen_e_ever_failed_einval.  Retry fopen only for errno EINVAL.
499
500 2013-10-09  Pedro Alves  <palves@redhat.com>
501
502         * monitor.c (monitor_write_memory, monitor_write_memory_bytes)
503         (monitor_write_memory_longlongs, monitor_write_memory_block):
504         Constify 'myaddr' parameter.
505         (monitor_xfer_memory): Adjust interface as monitor_xfer_partial
506         helper.
507         (monitor_xfer_partial): New function.
508         (init_base_monitor_ops): Don't install a deprecated_xfer_memory
509         hook.  Install a to_xfer_partial hook.
510
511 2013-10-09  Tom Tromey  <tromey@redhat.com>
512
513         * dwarf2read.c (dwarf2_get_dwz_file): Update for type change in
514         bfd_get_alt_debug_link_info.
515
516 2013-10-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
517
518         New flag OBJF_NOT_FILENAME.
519         * auto-load.c (auto_load_objfile_script): Check also OBJF_NOT_FILENAME.
520         * jit.c (jit_object_close_impl): Use OBJF_NOT_FILENAME for
521         allocate_objfile.
522         (jit_bfd_try_read_symtab): Use OBJF_NOT_FILENAME for
523         symbol_file_add_from_bfd.
524         * jv-lang.c (get_dynamics_objfile): Use OBJF_NOT_FILENAME for
525         allocate_objfile.
526         * objfiles.c (allocate_objfile): Assert OBJF_NOT_FILENAME if NAME is
527         NULL.
528         * objfiles.h (OBJF_NOT_FILENAME): New.
529
530 2013-10-08  Tom Tromey  <tromey@redhat.com>
531
532         * Makefile.in (SFILES): Add build-id.c.
533         (HFILES_NO_SRCDIR): Add build-id.h.
534         * build-id.c: New file, largely from elfread.c.  Modified
535         most functions.
536         * build-id.h: New file.
537         * dwarf2read.c (dwarf2_get_dwz_file): Update for change to
538         bfd_get_alt_debug_link_info.  Verify dwz file's build-id.
539         Search for dwz file using build-id.
540         * elfread.c (build_id_bfd_get, build_id_verify)
541         (build_id_to_debug_filename, find_separate_debug_file): Remove.
542
543 2013-10-08  Joel Brobecker  <brobecker@adacore.com>
544
545         * ada-lang.c (compare_names_with_case): Renamed from
546         compare_names, adding a new parameter "casing" and its handling.
547         New function documentation.
548         (compare_names): New function, implemented using
549         compare_names_with_case.
550
551 2013-10-08  Joel Brobecker  <brobecker@adacore.com>
552
553         * ada-lang.c (ada_exception_sal): Remove advance declaration.
554
555 2013-10-07  Tom Tromey  <tromey@redhat.com>
556
557         * objfiles.c (free_objfile_per_bfd_storage): Delete the
558         demangled_names_hash.
559         (free_objfile): Don't delete the demangled_names_hash.
560         * objfiles.h (struct objfile_per_bfd_storage)
561         <demangled_names_hash>: New field.
562         (struct objfile) <demangled_names_hash>: Move to
563         objfile_per_bfd_storage.
564         * symfile.c (reread_symbols): Don't delete the
565         demangled_names_hash.
566         * symtab.c (create_demangled_names_hash): Update.
567         (symbol_set_names): Update.
568
569 2013-10-07  Tom Tromey  <tromey@redhat.com>
570
571         * gdb_bfd.c (struct gdb_bfd_data) <relocation_computed,
572         needs_relocations>: New fields.
573         (gdb_bfd_requires_relocations): New function.
574         * gdb_bfd.h (gdb_bfd_requires_relocations): Declare.
575         * objfiles.c (get_objfile_bfd_data): Disallow sharing if
576         the BFD needs relocations applied.
577
578 2013-10-07  Pedro Alves  <palves@redhat.com>
579
580         PR breakpoints/11568
581         * breakpoint.c (remove_threaded_breakpoints): Say "no longer in
582         the thread list" instead of "gone".
583
584 2013-10-06  Sergio Durigan Junior  <sergiodj@redhat.com>
585
586         * NEWS: Mention new convenience variable $_exitsignal.
587         * corelow.c (core_open): Reset exit convenience variables.  Set
588         $_exitsignal to the uncaught signal which generated the corefile.
589         * infrun.c (handle_inferior_event): Reset exit convenience
590         variables.  Set $_exitsignal for TARGET_WAITKIND_SIGNALLED.
591         (clear_exit_convenience_vars): New function.
592         * inferior.h (clear_exit_convenience_vars): New prototype.
593
594 2013-10-06  Yao Qi  <yao@codesourcery.com>
595
596         * varobj.h: Add comments to enum varobj_languages.
597
598 2013-10-04  Doug Evans  <dje@google.com>
599
600         Add support for DWP file format version 2.
601         * NEWS: Mention support for DWP file format version 2.
602         * dwarf2read.c (dwarf2_section_info): Convert asection field to a
603         union of asection, containing_section.  New fields virtual_offset
604         and is_virtual.  Change type of readin filed from int to char.
605         (dwo_sections, dwo_file): Tweak comments.
606         (dwp_v2_section_ids): New enum.
607         (dwp_sections): New fields abbrev, info, line, loc, macinfo, macro,
608         str_offsets, types.
609         (virtual_v1_dwo_sections): Renamed from virtual_dwo_sections.
610         All uses updated.
611         (virtual_v2_dwo_sections): New struct.
612         (dwp_hash_table): New fields version, nr_columns.  Change type of
613         section_pool field to a union.
614         (dwp_file): New field version.
615         (dwarf2_has_info): Check for virtual sections.
616         (get_containing_section): New function.
617         (get_section_bfd_owner, get_section_bfd_section): Call it.
618         (dwarf2_locate_sections): Update.
619         (dwarf2_section_empty_p): Update.
620         (dwarf2_read_section): Handle virtual sections.
621         (locate_dwz_sections): Update.
622         (create_dwp_hash_table): Document and handle V2 format.
623         (locate_v1_virtual_dwo_sections): Renamed from
624         locate_virtual_dwo_sections and update.  All callers updated.
625         (create_dwo_unit_in_dwp_v1): Renamed from create_dwo_in_dwp.
626         Delete arg htab.  Rename arg section_index to unit_index.
627         All callers updated.
628         (MAX_NR_V1_DWO_SECTIONS): Renamed from MAX_NR_DWO_SECTIONS.
629         All uses updated.
630         (create_dwp_v2_section, create_dwo_unit_in_dwp_v2): New functions.
631         (lookup_dwo_unit_in_dwp): Add V2 support.
632         (dwarf2_locate_dwo_sections): Update.
633         (dwarf2_locate_common_dwp_sections): Renamed from
634         dwarf2_locate_dwp_sections and update.  All callers updated.
635         (dwarf2_locate_v2_dwp_sections): New function.
636         (open_and_init_dwp_file): Add V2 support.
637         (read_str_index): New locals str_section, str_offsets_section.
638
639 2013-10-04  Pedro Alves  <palves@redhat.com>
640
641         * common/ptid.c (null_ptid, minus_one_ptid, ptid_build)
642         (pid_to_ptid, ptid_get_pid, ptid_get_lwp, ptid_get_tid)
643         (ptid_equal, ptid_is_pid, ptid_lwp_p, ptid_tid_p): Replace
644         describing comments with references to ptid.h.
645         * common/ptid.h: Remove intro description of constructors,
646         accessors and predicates.
647         (struct ptid): Reformat.
648         (minus_one_ptid, ptid_build, pid_to_ptid, ptid_get_pid)
649         (ptid_get_lwp, ptid_get_tid, ptid_equal, ptid_is_pid): Change
650         describing comments.
651
652 2013-10-04  Joel Brobecker  <brobecker@adacore.com>
653
654         * aix-thread.c (sync_threadlists): Add missing ')' in call
655         to ptid_build.
656
657 2013-10-04  Joel Brobecker  <brobecker@adacore.com>
658
659         * procfs.c (procfs_init_inferior): Fix typo causing the build
660         to fail.
661
662 2013-10-04  Joel Brobecker  <brobecker@adacore.com>
663
664         * aix-thread.c (ptrace32): Remove cast to addr_ptr.
665
666 2013-10-04  Joel Brobecker  <brobecker@adacore.com>
667
668         * mi/mi-main.c (run_one_inferior): Add function description.
669         Make ARG a pointer to an integer whose value determines whether
670         we should "run" or "start" the program.
671         (mi_cmd_exec_run): Add handling of the "--start" option.
672         Reject all other command-line options.
673         * NEWS: Add entry for "-exec-run"'s new "--start" option.
674
675 2013-10-04  Yao Qi  <yao@codesourcery.com>
676
677         * remote-notif.h (REMOTE_NOTIF_ID): New enum.
678         (struct notif_client) <pending_event>: Moved
679         to struct remote_notif_state.
680         <id>: New field.
681         (struct remote_notif_state) <pending_event>: New field.
682         (notif_event_xfree): Declare.
683         * remote-notif.c (handle_notification): Adjust.
684         (notif_event_xfree): New function.
685         (do_notif_event_xfree): Call notif_event_xfree.
686         (remote_notif_state_xfree): Call notif_event_xfree to free
687         each element in field pending_event.
688         * remote.c (discard_pending_stop_replies): Remove declaration.
689         (discard_pending_stop_replies_in_queue): Declare.
690         (remote_close): Call discard_pending_stop_replies_in_queue
691         instead of discard_pending_stop_replies.
692         (remote_start_remote): Adjust.
693         (stop_reply_xfree): Call notif_event_xfree.
694         (notif_client_stop): Adjust initialization.
695         (remote_notif_remove_all): Rename it to ...
696         (remove_stop_reply_for_inferior): ... this.  Update comments.
697         Don't check INF is NULL.
698         (discard_pending_stop_replies): Return early if notif_state is
699         NULL.  Adjust.  Don't check INF is NULL.
700         (remote_notif_get_pending_events): Adjust.
701         (discard_pending_stop_replies_in_queue): New function.
702         (remote_wait_ns): Likewise.
703
704 2013-10-04  Yao Qi  <yao@codesourcery.com>
705
706         * remote-notif.c (DECLARE_QUEUE_P): Remove.
707         (notif_queue): Remove.
708         (remote_notif_process): Add one parameter 'notif_queue'.
709         Update comments.  Callers update.
710         (remote_async_get_pending_events_token): Remove.
711         (remote_notif_register_async_event_handler): Remove.
712         (remote_notif_unregister_async_event_handler): Remove.
713         (handle_notification): Add parameter 'notif_queue'.  Update
714         comments.  Callers update.
715         (notif_xfree): Remove.
716         (remote_notif_state_allocate): New function.
717         (remote_notif_state_xfree): New function.
718         (_initialize_notif): Remove code to allocate queue.
719         * remote-notif.h (DECLARE_QUEUE_P): Moved from remote-notif.c.
720         (struct remote_notif_state): New.
721         (handle_notification): Update declaration.
722         (remote_notif_process): Likewise.
723         (remote_notif_register_async_event_handler): Remove.
724         (remote_notif_unregister_async_event_handler): Remove.
725         (remote_notif_state_allocate): Declare.
726         (remote_notif_state_xfree): Declare.
727         * remote.c (struct remote_state) <notif_state>: New field.
728         (remote_close): Don't call
729         remote_notif_unregister_async_event_handler.  Call
730         remote_notif_state_xfree.
731         (remote_open_1): Don't call
732         remote_notif_register_async_event_handler.  Call
733         remote_notif_state_allocate.
734
735 2013-10-04  Yao Qi  <yao@codesourcery.com>
736
737         * varobj.c (create_child_with_value): Remove 'const' from the
738         type of parameter 'name'.
739         (varobj_add_child): Likewise.
740         (install_dynamic_child): Remove 'const' from the type of
741         parameter 'name'.
742         (varobj_add_child): Likewise.
743         (create_child_with_value): Likewise.  Update comments.  Don't
744         duplicate 'name'.
745         (update_dynamic_varobj_children): Duplicate 'name'
746         and pass it to install_dynamic_child.
747
748 2013-10-03  Phil Muldoon  <pmuldoon@redhat.com>
749
750         * python/py-value.c (convert_value_from_python): Move PyInt_Check
751         conversion logic to occur after PyLong_Check.  Comment on order
752         change significance.
753         * python/py-arch.c (archpy_disassemble): Comment on order of
754         conversion for integers and longs.
755
756 2013-10-03  Pedro Alves  <palves@redhat.com>
757
758         * common/linux-ptrace.c (linux_check_ptrace_features): Factor out
759         the PTRACE_O_TRACESYSGOOD and PTRACE_O_TRACEFORK to separate
760         functions.  Always test for PTRACE_O_TRACESYSGOOD even if
761         PTRACE_O_TRACEFORK is not supported.
762         (linux_test_for_tracesysgood): New function.
763         (linux_test_for_tracefork): New function, factored out from
764         linux_check_ptrace_features, and also don't kill child_pid here.
765
766 2013-10-03  Tristan Gingold  <gingold@adacore.com>
767
768         * i386-darwin-nat.c (i386_darwin_dr_set): Fix argument type.
769         Remove verbose error reporting.  Use detected state to
770         thread_set_state call.
771         (i386_darwin_dr_get): Fix return type.  Remove verbose error
772         report.
773         Remove trailing spaces.
774
775 2013-10-02  Pedro Alves  <palves@redhat.com>
776
777         * cp-valprint.c (cp_print_value_fields): Adjust calls to
778         val_print_optimized_out.
779         * jv-valprint.c (java_print_value_fields): Likewise.
780         * p-valprint.c (pascal_object_print_value_fields): Likewise.
781         * dwarf2loc.c (dwarf2_evaluate_loc_desc_full)
782         <DWARF_VALUE_REGISTER>: If the register was not saved, return a
783         new optimized out value.
784         * findvar.c (address_from_register): Likewise.
785         * frame.c (put_frame_register): Tweak error string to say the
786         register was not saved, rather than optimized out.
787         * infcmd.c (default_print_one_register_info): Adjust call to
788         val_print_optimized_out.  Use value_of_register instead of
789         get_frame_register_value.
790         * mi/mi-main.c (output_register): Use value_of_register instead of
791         get_frame_register_value.
792         * valprint.c (valprint_check_validity): Likewise.
793         (val_print_optimized_out): New value parameter.  If the value is
794         lval_register, print <not saved> instead.
795         (value_check_printable, val_print_scalar_formatted): Adjust calls
796         to val_print_optimized_out.
797         * valprint.h (val_print_optimized_out): New value parameter.
798         * value.c (struct value) <optimized_out>: Extend comment.
799         (error_value_optimized_out): New function.
800         (require_not_optimized_out): Use it.  Use a different string for
801         lval_register values.
802         * value.h (error_value_optimized_out): New declaration.
803         * NEWS: Mention <not saved>.
804
805 2013-10-02  Joel Brobecker  <brobecker@adacore.com>
806
807         * symtab.c (compare_search_syms): Use FILENAME_CMP instead of
808         strcmp to compare two symtab filenames.
809
810 2013-10-02  Joel Brobecker  <brobecker@adacore.com>
811
812         * symtab.c (search_symbols_equal): Delete.
813         (sort_search_symbols_remove_dups): Replace call to
814         search_symbols_equal by call to compare_search_syms,
815         adjusting as necessary.
816
817 2013-10-02  Phil Muldoon  <pmuldoon@redhat.com>
818
819         PR python/15579
820
821         * python/python.c: Document gdb.execute command in Python help.
822
823 2013-10-02  Phil Muldoon  <pmuldoon@redhat.com>
824
825         * python/py-frame.c (frame_info_to_frame_object): Use
826         gdbpy_convert_exception. Clean up Python object on failure.
827
828 2013-10-02  Phil Muldoon  <pmuldoon@redhat.com>
829
830         * python/lib/gdb/command/frame_filters.py
831         (InfoFrameFilter.list_frame_filters): Retrieve exception manually.
832         (ShowFrameFilterPriority.invoke): Ditto.
833
834 2013-10-01  Keith Seitz  <keiths@redhat.com>
835
836         * linespec.c (struct ls_parser): Make 'saved_arg' const.
837         (parse_linespec): Make 'argptr' const.
838         Remove temporary cast of 'argptr' to const char **.
839         (decode_line_full): Pass const pointer to parse_linespec.
840         (decode_line_1): Likewise.
841         (decode_objc): Make local variable 'new_argptr' const.
842         (find_function_symbols): Remove temporary cast to char *
843         to find_imps.
844         * objc-lang.c (find_imps): Make argument 'method' const.
845         Return const.
846         * objc-lang.h (find_imps): Likewise.
847
848 2013-10-01  Keith Seitz  <keiths@redhat.com>
849
850         * completer.c (skip_quoted_chars): Make all arguments const.
851         Return const.
852         (skip_quoted): Likewise.
853         * completer.h (skip_quoted_chars): Likewise.
854         (skip_quoted): Likewise.
855         * defs.h (skip_quoted): Remove duplicate declaration.
856         * jv-exp.y: Include completer.h.
857         (yylex): Remove unneccessary cast to char * fro skip_quoted.
858         * p-exp.y: Include completer.h.
859
860 2013-10-01  Keith Seitz  <keiths@redhat.com>
861
862         * c-exp.y (parse_number): Make first argument const.
863         Make a copy of the input to manipulate.
864         (c_parse_escape): Make first argument const.
865         Make local variable 'tokptr' const.
866         (parse_string_or_char): Make first two arguments const.
867         (macro_original_text): Make const.
868         (lex_one_token): Make local variable 'tokstart' const.
869         Likewise for local variables named 'p'.
870         Cast away const for struct stoken (temporary).
871         * c-lang.h (c_parse_escpae): Make first argument const.
872         * cli/cli-cmds.c (echo_command): Make local variable 'p'
873         const.
874         * cli/cli-setshow.c (do_set_command): Likewise for 'p' in
875         var_string case.
876         * f-exp.y (parse_number): Make first argument const.
877         (match_string_literal): Make local variable 'tokstart'
878         const.
879         (yylex): Make local variable 'p' const.
880         Cast away const for struct stoken (temporary).
881         * go-exp.y (parse_number): Make first argument const.
882         (parse_string_or_char): Likewise.
883         Make local variable 'tokstart' const.
884         (lex_one_token): Likewise for numerous locals called 'p'.
885         Cast away const for struct stoken (temporary).
886         * jv-exp.y (parse_number): Make first argument const.
887         Make local variables 'tokstart' and 'tokptr' const.
888         Cast away const for call to skip_quoted (temporary).
889         (yylex): Make local variable 'p' const.
890         Cast away const for struct stoken (temporary).
891         * m2-exp.y (parse_number): Make local variable 'p' const.
892         (yylex): Likewise for 'tokstart'.
893         Cast away const for struct stoken (temporary).
894         Make local variable 'p' const.
895         * macroexp.c (get_character_constant): Pass a const string
896         to c_parse_escape.
897         (get_string_literal): Likewise.
898         (macro_expand_next): Make first argument const.
899         Cast away const for init_shared_buffer.
900         * macroexp.h (macro_expand_next): Make first argument const.
901         * p-exp.y (yylex): Make a local copy of 'lexptr'.
902         Pass a const string to c_parse_escape.
903         Make local variables 'p' and 'namestart' const.
904         * parse.c (lexptr): Make const.
905         (prev_lexptr): Likewise.
906         (find_template_name_end): Return const.
907         Make argument const, too.
908         (parse_exp_in_context): Make first argument const.
909         Remove the entire const_hack.
910         (parse_exp_in_context_1): Make first argument const.
911         * parser-defs.h (find_template_name_end): Return const.
912         Make argument const, too.
913         (lexptr): Make const.
914         (prev_lexptr): Likewise.
915         * utils.c (parse_escape): Make second argument const.
916         * utils.h (parse_escape): Likewise.
917
918 2013-10-01  Keith Seitz  <keiths@redhat.com>
919
920         * ada-exp.y (write_object_renaming): Update: struct stoken.ptr
921         is now const.
922         (block_lookup): Make 'raw_name' and 'name' const.
923         * ada-lex.l (processString): Update for struct stoken.ptr.
924         * c-exp.y (qualified_name : TYPENAME COLONCOLON '~' name): Likewise.
925         (operator_stoken): Likewise.
926         (lex_one_token): Remove temporary cast to char * for
927         'yylval.sval.ptr'.
928         * f-exp.y (yylex): Likewise.
929         * gdb-types.c (lookup_struct_elt_type): Make argument 'name' const.
930         * gdbtypes.h (lookup_struct_elt_type): Likewisee.
931         * go-exp.y (lex_one_token): Remove temporary cast to char * for
932         'yylval.sval.ptr'.
933         * jv-exp.y (QualifiedName): Update for struct stoken.ptr.
934         (yylex): Remove temporary cast to char * for 'yylval.sval.ptr'.
935         * linespec.c (struct ls_parser): Make 'stream' const.
936         (find_parameter_list_end): Make argument 'input' and local
937         variable 'p' const.
938         (linespec_lexer_lex_string): Make local variables 'start' and
939         'p' const.
940         Use skip_spaces_const instead of skip_spaces.
941         (linespec_lexer_peek_token): Make local variable 'saved_stream'
942         const.
943         (parse_linespec): Temporarily cast 'argptr' to const for
944         'parser->lexer.stream'.
945         * m2-exp.y (yylex): Remove temporary cast to char * for
946         'yylval.sval.ptr'.
947         * objc-lang.c (add_msglist): Make local variable 'p' const.
948         * p-exp.y (exp : exp '['): Update for struct stoken.ptr.
949         (exp : STRING): Make 'sp' const.
950         (parse_number): Make argument 'p' const.
951         * parser-defs.h (struct stoken): Make 'ptr' const.
952
953 2013-10-01  Doug Evans  <dje@google.com>
954
955         * cli/cli-decode.c: Remove unnecessary inclusion of tui/tui.h.
956
957 2013-10-01  Yao Qi  <yao@codesourcery.com>
958
959         * varobj.c (c_value_of_root): Remove declaration.
960         (cplus_value_of_root, java_value_of_root): Likewise.
961         (ada_value_of_root): Likewise.
962         (struct language_specific) <value_of_root>: Remove.
963         (languages): Update initialization.
964         (check_scope): Move earlier.
965         (c_value_of_root): Move earlier and rename to ...
966         (value_of_root_1): ... this.
967         (value_of_root): Caller update.
968         (cplus_value_of_root, java_value_of_root): Remove.
969         (ada_value_of_root): Remove.
970
971 2013-10-01  Yao Qi  <yao@codesourcery.com>
972
973         * varobj.c (varobj_format_string): Remove "unknown".
974         (languages): Remove the first element.
975         * varobj.h (enum varobj_languages): Remove vlang_c.
976
977 2013-10-01  Yao Qi  <yao@codesourcery.com>
978
979         * varobj.c (struct language_specific) <language>: Remove.
980         (languages): Update the initialization.
981
982 2013-10-01  Yao Qi  <yao@codesourcery.com>
983
984         * arm-wince-tdep.c: Remove inclusion of "solib.h" and
985         "solib-target.h".  Include "windows-tdep.h".
986         (arm_wince_init_abi): Call windows_init_abi.  Remove call to
987         set_solib_ops and set_gdbarch_has_dos_based_file_system.
988         * configure.tgt (arm*-wince-pe | arm*-*-mingw32ce*): Append
989         windows-tdep.o to gdb_target_obs.
990
991 2013-10-01  Yao Qi  <yao@codesourcery.com>
992
993         * amd64-windows-tdep.c: Remove inclusion of "solib.h" and
994         "solib-target.h".
995         (amd64_windows_init_abi): Don't call set_solib_ops and
996         set_gdbarch_iterate_over_objfiles_in_search_order.  Call
997         windows_init_abi instead.
998         * i386-cygwin-tdep.c: Remove inclusion of "solib.h" and
999         "solib-target.h".
1000         (i386_cygwin_init_abi): Don't call set_solib_ops,
1001         set_gdbarch_has_dos_based_file_system and
1002         set_gdbarch_iterate_over_objfiles_in_search_order.  Call
1003         windows_init_abi instead.
1004         * windows-tdep.c: Include "solib.h" and "solib-target.h".
1005         (windows_init_abi): New function.
1006         (windows_iterate_over_objfiles_in_search_order): Make it
1007         static.
1008         * windows-tdep.h (windows_init_abi): Declare.
1009         (windows_iterate_over_objfiles_in_search_order): Remove
1010         declaration.
1011
1012 2013-10-01  Jerome Guitton  <guitton@adacore.com>
1013
1014         Checked in by Joel Brobecker  <brobecker@adacore.com>
1015         * system-gdbinit/elinos.py (get_elinos_environment): Return an
1016         incomplete dictionnary instead of None in case of missing
1017         environment variables.
1018         (elinos_init): in case of an incomplete environment, best
1019         effort to load system libraries instead of abort.
1020
1021 2013-10-01  Joel Brobecker  <brobecker@adacore.com>
1022
1023         * ada-lang.c (ada_has_this_exception_support): Ignore
1024         mst_solib_trampoline minimal symbols.
1025
1026 2013-09-30  Tristan Gingold  <gingold@adacore.com>
1027
1028         * i386-darwin-nat.c (darwin_complete_target): Install methods for
1029         hardware watchpoint.
1030         (i386_darwin_dr_set): Support 32 and 64 bit states.
1031         (i386_darwin_dr_get): Likewise.
1032         (i386_darwin_dr_set_control): Make static.
1033         (i386_darwin_dr_set_addr, i386_darwin_dr_get_addr)
1034         (i386_darwin_dr_get_status, i386_darwin_dr_get_control): Likewise.
1035
1036 2013-09-30  Luis Machado  <lgustavo@codesourcery.com>
1037
1038         * aarch64-linux-nat.c: Replace PIDGET with ptid_get_pid.
1039         Replace TIDGET with ptid_get_lwp.
1040         Replace GET_LWP with ptid_get_lwp.
1041         * aix-thread.c (BUILD_THREAD, BUILD_LWP): Remove.
1042         Replace BUILD_THREAD with ptid_build.
1043         Replace BUILD_LWP with ptid_build.
1044         Replace PIDGET with ptid_get_pid.
1045         Replace TIDGET with ptid_get_lwp.
1046         * alphabsd-nat.c: Replace PIDGET with ptid_get_pid.
1047         * amd64-linux-nat.c: Replace PIDGET with ptid_get_pid.
1048         Replace TIDGET with ptid_get_lwp.
1049         * amd64bsd-nat.c: Replace PIDGET with ptid_get_pid.
1050         * arm-linux-nat.c: Replace PIDGET with ptid_get_pid.
1051         Replace TIDGET with ptid_get_lwp.
1052         Replace GET_LWP with ptid_get_lwp.
1053         * armnbsd-nat.c: Replace PIDGET with ptid_get_pid.
1054         * auxv.c: Likewise.
1055         * breakpoint.c: Likewise.
1056         * common/ptid.c (ptid_is_pid): Condense check for
1057         null_ptid and minus_one_ptid.
1058         (ptid_lwp_p): New function.
1059         (ptid_tid_p): New function.
1060         * common/ptid.h: Update comments for accessors.
1061         (ptid_lwp_p): New prototype.
1062         (ptid_tid_p): New prototype.
1063         * defs.h (PIDGET, TIDGET, MERGEPID): Do not define.
1064         * gcore.c: Replace PIDGET with ptid_get_pid.
1065         * gdbthread.h: Likewise.
1066         * gnu-nat.c: Likewise.
1067         * hppa-linux-nat.c: Replace PIDGET with ptid_get_pid.
1068         Replace TIDGET with ptid_get_lwp.
1069         * hppabsd-nat.c: Replace PIDGET with ptid_get_pid.
1070         * hppanbsd-nat.c: Likewise.
1071         * i386-linux-nat.c: Replace PIDGET with ptid_get_pid.
1072         Replace TIDGET with ptid_get_lwp.
1073         * i386bsd-nat.c: Replace PIDGET with ptid_get_pid.
1074         * ia64-linux-nat.c: Replace PIDGET with ptid_get_pid.
1075         * infcmd.c: Likewise.
1076         * inferior.h: Likewise.
1077         * inflow.c: Likewise.
1078         * infrun.c: Likewise.
1079         * linux-fork.c: Likewise.
1080         * linux-nat.c: Replace PIDGET with ptid_get_pid.
1081         Replace GET_PID with ptid_get_pid.
1082         Replace is_lwp with ptid_lwp_p.
1083         Replace GET_LWP with ptid_get_lwp.
1084         Replace BUILD_LWP with ptid_build.
1085
1086 2013-09-28  Mike Frysinger  <vapier@gentoo.org>
1087
1088         * common/linux-btrace.c: Move sys/syscall.h out of the
1089         HAVE_LINUX_PERF_EVENT_H check and wrap it in HAVE_SYS_SYSCALL_H.
1090         Also check for SYS_perf_event_open before attempting to buid.
1091
1092 2013-09-27  Doug Evans  <dje@google.com>
1093
1094         * dwarf2read.c (dwarf2_section_info): Add comment.
1095         (dwp_file): Split loaded_cutus into loaded_cus, loaded_tus.
1096         All uses updated.
1097         (dwarf2_section_empty_p): Rename arg from "info" to "section".
1098         (dwarf2_read_section): Delete unused local "header".  Add section
1099         name to error message.
1100         (create_dwo_in_dwp): Tweak comment.
1101         (MAX_NR_DWO_SECTIONS): Combine count of .debug_macro + .debug_macinfo.
1102
1103         * dwarf2read.c (die_reader_specs): Tweak comment.
1104         (get_section_bfd_owner, get_section_bfd_section): New functions.
1105         (get_section_name, get_section_file_name): New functions.
1106         (get_section_id, get_section_flags): New functions.
1107         (*): Use new functions to access section fields.
1108
1109         * dwarf2read.c (struct dwo_file): Add/tweak comments.
1110         (lookup_dwo_unit_in_dwp): Renamed from lookup_dwo_in_dwp.  Remove
1111         arg "htab".  All callers updated.
1112         (create_debug_types_hash_table): Remove redundant copy of
1113         abbrev_section.
1114         (create_dwo_in_dwp): Tweak comments.
1115         (read_str_index): Tweak comment.  Record dwarf form name in static
1116         local.
1117
1118 2013-09-27  Pedro Alves  <palves@redhat.com>
1119
1120         * remote.h (REMOTE_SYSROOT_PREFIX): New define.
1121         (remote_filename_p): Add comment.
1122         * remote.c (remote_filename_p): Adjust to use
1123         REMOTE_SYSROOT_PREFIX.
1124         * solib.c (solib_find): When deciding whether we need to add a
1125         directory separator, check whether the sysroot is "remote:"
1126         instead of checking whether the patch has a drive spec.  Add
1127         comments.
1128
1129 2013-09-27  Pedro Alves  <palves@redhat.com>
1130
1131         * remote.c (struct stop_reply) <solibs_changed, replay_event>:
1132         Delete fields.
1133         (remote_parse_stop_reply): Adjust, setting event->ws.kind
1134         directly.
1135
1136 2013-09-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
1137
1138         Fix set debug frame output.
1139         * frame.c (fprint_frame_type): Add TAILCALL_FRAME entry.  Move
1140         SENTINEL_FRAME entry lower to match enum frame_type order.
1141
1142 2013-09-26  Pierre Muller  <muller@sourceware.org>
1143
1144         Replace constant values 8 to 15 by AMD64_R8_REGNUM to
1145         AMD64_R15_REGNUM when a register index is expected.
1146         * amd64-windows-tdep.c (amd64_windows_dummy_call_integer_regs):
1147         Substitute in array.
1148         * amd64-tdep.c (amd64_dwarf_regmap): Ditto.
1149         (amd64_push_arguments): Substitute in integer_regnum array.
1150
1151 2013-09-25  Doug Evans  <dje@google.com>
1152
1153         * objfiles.c (allocate_objfile): Move comment to better place.
1154
1155         New option "set debug symfile on".
1156         * NEWS: Mention "set debug symfile".
1157         * Makefile.in (SFILES): Add symfile-debug.c.
1158         (COMMON_OBS): Add symfile-debug.o.
1159         * elfread.c (elf_symfile_read): Use objfile_set_sym_fns to set the
1160         objfile's symbol functions.
1161         * objfiles.h (objfile_set_sym_fns): Declare.
1162         * symfile-debug.c: New file.
1163         * symfile.c (syms_from_objfile_1): Use objfile_set_sym_fns to set the
1164         objfile's symbol functions.
1165         (reread_symbols): Ditto.
1166
1167         * symfile.h (struct sym_fns): Delete member "sym_flavour".
1168         All uses updated.
1169         (add_symtab_fns): Update prototype.
1170         * symfile.c (sym_fns_ptr): Delete.  Replace with ...
1171         (registered_sym_fns): ... this.
1172         (symtab_fns): Update.
1173         (add_symtab_fns): New arg "flavour".  All callers updated.
1174         (find_sym_fns): Rewrite to use new sym_fns registry.
1175
1176         * symfile.h (struct sym_fns): Add "objfile" argument to
1177         sym_read_linetable.  All uses updated.
1178
1179         * symtab.c (domain_name, search_domain_name): New functions.
1180         * symtab.h (domain_name, search_domain_name): Declare.
1181
1182         * symfile.h (struct quick_symbol_functions): Reorg arg list of
1183         map_matching_symbols so objfile is first.  All uses updated.
1184         * dwarf2read.c (dw2_map_matching_symbols): Update signature.
1185         * psymtab.c (map_matching_symbols_psymtab): Update signature.
1186
1187 2013-09-25  Andreas Arnez  <arnez@linux.vnet.ibm.com>
1188
1189         PR shlibs/8882
1190         * solib-svr4.c (svr4_read_so_list): Skip the vDSO when reading
1191         link map entries.
1192
1193 2013-09-24  Doug Evans  <dje@google.com>
1194
1195         * objfiles.c (free_objfile): Move comment.
1196
1197 2013-09-24  Joel Brobecker  <brobecker@adacore.com>
1198
1199         * ada-exp.y (string_to_operator): Delete.
1200         (dummy_string_to_ada_operator): Delete.
1201
1202 2013-09-24  Joel Brobecker  <brobecker@adacore.com>
1203
1204         Revert:
1205         * i386-tdep.h (enum amd64_reg_class): New, moved here from
1206         amd64-tdep.c.
1207         (struct gdbarch_tdep): Add fields call_dummy_num_integer_regs,
1208         call_dummy_integer_regs, and classify.
1209         * amd64-tdep.h (amd64_classify): Add declaration.
1210         * amd64-tdep.c (amd64_dummy_call_integer_regs): New static constant.
1211         (amd64_reg_class): Delete, moved to i386-tdep.h.
1212         (amd64_classify): Make non-static.  Move declaration to amd64-tdep.h.
1213         Replace call to amd64_classify by call to tdep->classify.
1214         (amd64_push_arguments): Get the list of registers to use for
1215         passing integer parameters from the gdbarch tdep structure,
1216         rather than using a hardcoded one.  Replace calls to amd64_classify
1217         by calls to tdep->classify.
1218         (amd64_push_dummy_call): Get the register number used for
1219         the "hidden" argument from tdep->call_dummy_integer_regs.
1220         (amd64_init_abi): Initialize tdep->call_dummy_num_integer_regs
1221         and tdep->call_dummy_integer_regs.  Set tdep->classify.
1222
1223 2013-09-24  Joel Brobecker  <brobecker@adacore.com>
1224
1225         Revert:
1226         * i386-tdep.h (gdbarch_tdep): Add field memory_args_by_pointer.
1227         * amd64-tdep.c (amd64_push_arguments): Add handling of architectures
1228         where tdep->memory_args_by_pointer is non-zero.
1229
1230 2013-09-24  Joel Brobecker  <brobecker@adacore.com>
1231
1232         Revert:
1233         * i386-tdep.h (struct gdbarch_tdep): Add new field
1234         integer_param_regs_saved_in_caller_frame.
1235         * amd64-tdep.c (amd64_push_dummy_call): Allocate some memory on
1236         stack if tdep->integer_param_regs_saved_in_caller_frame is set.
1237
1238 2013-09-24  Joel Brobecker  <brobecker@adacore.com>
1239
1240         * amd64-windows-tdep.c: #include "value.h"
1241         (amd64_windows_classify): Delete.
1242         (amd64_windows_passed_by_integer_register)
1243         (amd64_windows_passed_by_xmm_register)
1244         (amd64_windows_passed_by_pointer)
1245         (amd64_windows_adjust_args_passed_by_pointer)
1246         (amd64_windows_store_arg_in_reg, amd64_windows_push_arguments)
1247         (amd64_windows_push_dummy_call): New functions.
1248         (amd64_windows_init_abi): Remove setting of
1249         tdep->call_dummy_num_integer_regs, tdep->call_dummy_integer_regs,
1250         tdep->classify, tdep->memory_args_by_pointer and
1251         tdep->integer_param_regs_saved_in_caller_frame.
1252         Add call to set_gdbarch_push_dummy_call.
1253
1254 2013-09-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
1255
1256         * dwarf2read.c (open_and_init_dwp_file): Try open_dwp_file also with
1257         objfile->original_name.
1258
1259 2013-09-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
1260
1261         Pass down original filename for objfile.
1262         * coffread.c (coff_symfile_read): Update symbol_file_add_separate call.
1263         * elfread.c (elf_symfile_read): Likewise.
1264         * jit.c (jit_object_close_impl): Update allocate_objfile call, no
1265         longer set ORIGINAL_NAME.
1266         (jit_bfd_try_read_symtab): Update symbol_file_add_from_bfd call.
1267         * jv-lang.c (get_dynamics_objfile): Update allocate_objfile call.
1268         * machoread.c (macho_add_oso_symfile): Add parameter name.  Update
1269         symbol_file_add_from_bfd call.
1270         (macho_symfile_read_all_oso): Update two macho_add_oso_symfile calls.
1271         (macho_check_dsym): Add parameter filenamep.  Change function comment.
1272         Set *filenamep.
1273         (macho_symfile_read): New variable dsym_filename.  Update
1274         macho_check_dsym call.  Use it for symbol_file_add_separate.
1275         * objfiles.c (allocate_objfile): Add parameter name.  New comment for
1276         it.  Use it for objfile->original_name.
1277         (objfile_name): Return OBFD's filename, if available.
1278         * objfiles.h (allocate_objfile): Add new parameter name.
1279         * solib.c (solib_read_symbols): Update symbol_file_add_from_bfd call.
1280         * symfile-mem.c (symbol_file_add_from_memory): Update
1281         symbol_file_add_from_bfd call.
1282         * symfile.c (read_symbols): Update symbol_file_add_separate call, new
1283         comment for it.
1284         (symbol_file_add_with_addrs): New parameter name, add function comment
1285         for it.  Remove variable name.  Update allocate_objfile call.
1286         (symbol_file_add_separate): New parameter name, add function comment
1287         for it.  Update symbol_file_add_with_addrs call.
1288         (symbol_file_add_from_bfd): New parameter name.  Update
1289         symbol_file_add_with_addrs call.
1290         (symbol_file_add): Update symbol_file_add_from_bfd call.
1291         (reread_symbols): New variable original_name.  Save
1292         objfile->original_name by it.
1293         * symfile.h (symbol_file_add_from_bfd, symbol_file_add_separate): Add
1294         second parameter.
1295
1296 2013-09-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
1297
1298         Code cleanup: Add objfile_name accessor function.
1299         * ada-lang.c (is_known_support_routine): Use objfile_name.
1300         * auto-load.c (source_gdb_script_for_objfile)
1301         (auto_load_objfile_script): Likewise.
1302         * coffread.c (coff_symtab_read, read_one_sym): Likewise.
1303         * dbxread.c (dbx_symfile_read): Likewise.
1304         * dwarf2-frame.c (dwarf2_build_frame_info): Likewise.
1305         * dwarf2loc.c (locexpr_describe_location_piece): Likewise.
1306         * dwarf2read.c (dwarf2_get_dwz_file, dwarf2_read_index)
1307         (dw2_symtab_iter_next, dw2_expand_symtabs_matching)
1308         (lookup_dwp_signatured_type, lookup_dwo_unit)
1309         (dwarf2_build_psymtabs_hard, scan_partial_symbols, process_queue)
1310         (fixup_go_packaging, process_imported_unit_die, dwarf2_physname)
1311         (read_import_statement, create_dwo_cu, open_and_init_dwp_file)
1312         (lookup_dwo_cutu, read_call_site_scope, dwarf2_ranges_read)
1313         (dwarf2_record_block_ranges, read_common_block, read_typedef)
1314         (read_subrange_type, load_partial_dies, read_partial_die)
1315         (read_addr_index_1, read_str_index, dwarf_decode_lines_1)
1316         (die_containing_type, build_error_marker_type, lookup_die_type)
1317         (follow_die_ref_or_sig, follow_die_ref, dwarf2_fetch_die_loc_sect_off)
1318         (dwarf2_fetch_constant_bytes, follow_die_sig, get_signatured_type)
1319         (get_DW_AT_signature_type, write_psymtabs_to_index)
1320         (save_gdb_index_command): Likewise.
1321         * elfread.c (find_separate_debug_file_by_buildid, elf_symfile_read):
1322         Likewise.
1323         * expprint.c (dump_subexp_body_standard): Likewise.
1324         * gdbtypes.c (type_name_no_tag_or_error): Likewise.
1325         * jit.c (jit_object_close_impl): Use the objfile field name renamed to
1326         original_name.
1327         * linux-thread-db.c (try_thread_db_load_from_pdir_1): New variable
1328         obj_name, use objfile_name for it, use the variable.
1329         (try_thread_db_load_from_pdir, has_libpthread, thread_db_new_objfile):
1330         Use objfile_name.
1331         * machoread.c (macho_symtab_read, macho_check_dsym)
1332         (macho_symfile_relocate): Likewise.
1333         * maint.c (maintenance_translate_address): Likewise.
1334         * minidebug.c (find_separate_debug_file_in_section): Likewise.
1335         * minsyms.c (install_minimal_symbols): Likewise.
1336         * objfiles.c (allocate_objfile): Use the objfile field name renamed to
1337         original_name.
1338         (filter_overlapping_sections): Use objfile_name.
1339         (objfile_name): New function.
1340         * objfiles.h (struct objfile): Rename field name to original_name.
1341         (objfile_name): New prototype.
1342         * printcmd.c (sym_info, address_info): Use objfile_name.
1343         * probe.c (parse_probes, collect_probes, compare_probes)
1344         (info_probes_for_ops): Likewise.
1345         * progspace.c (clone_program_space): Likewise.
1346         * psymtab.c (require_partial_symbols, dump_psymtab, allocate_psymtab)
1347         (maintenance_info_psymtabs): Likewise.
1348         * python/py-auto-load.c (gdbpy_load_auto_script_for_objfile)
1349         (source_section_scripts): Likewise.
1350         * python/py-objfile.c (objfpy_get_filename): Likewise.
1351         * python/py-progspace.c (pspy_get_filename): Likewise.
1352         * solib-aix.c (solib_aix_get_toc_value): Likewise.
1353         * solib-som.c (match_main, som_solib_section_offsets): Likewise.
1354         * solib.c (solib_read_symbols): Likewise.
1355         * stabsread.c (scan_file_globals): Likewise.
1356         * stap-probe.c (handle_stap_probe): Likewise.
1357         * symfile.c (symbol_file_clear, separate_debug_file_exists)
1358         (find_separate_debug_file_by_debuglink): Likewise.
1359         (reread_symbols): Likewise.  Use the objfile field name renamed to
1360         original_name.
1361         (allocate_symtab): Use objfile_name.
1362         * symmisc.c (print_symbol_bcache_statistics, print_objfile_statistics)
1363         (dump_objfile, dump_msymbols, dump_symtab_1)
1364         (maintenance_print_msymbols, maintenance_print_objfiles)
1365         (maintenance_info_symtabs, maintenance_check_symtabs): Likewise.
1366         * target.c (target_translate_tls_address, target_info): Likewise.
1367         * xcoffread.c (xcoff_initial_scan): Make variable name const.  Use
1368         objfile_name.
1369
1370 2013-09-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
1371
1372         Code cleanup.
1373         * probe.c (parse_probes): Rename variable objfile_name to
1374         objfile_namestr.
1375
1376 2013-09-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
1377
1378         Remove solib-sunos.c.
1379         * Makefile.in (ALLDEPFILES): Remove solib-sunos.c.
1380         * config/m68k/obsd.mh (NATDEPFILES): Remove solib-sunos.o.
1381         * objfiles.c (rt_common_objfile): Remove.
1382         (free_objfile): Remove rt_common_objfile comparison.
1383         * objfiles.h (rt_common_objfile): Remove.
1384         * solib-sunos.c: Remove.
1385         * symfile.c (reread_symbols): Remove solib-sunos.c comment.
1386
1387 2013-09-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
1388
1389         Remove a.out NetBSD and OpenBSD hosts.
1390         * NEWS (Removed native configurations): New.
1391         * config/arm/nbsdaout.mh: Remove.
1392         * config/i386/nbsdaout.mh: Remove.
1393         * config/i386/obsdaout.mh: Remove.
1394         * config/m68k/nbsdaout.mh: Remove.
1395         * config/sparc/nbsdaout.mh: Remove.
1396         * config/vax/nbsdaout.mh: Remove.
1397         * configure.host (arm*-*-netbsd*, i[34567]86-*-netbsd*)
1398         (i[34567]86-*-openbsd[0-2].*, i[34567]86-*-openbsd3.[0-3])
1399         (m68*-*-netbsd*, sparc-*-netbsd*, vax-*-netbsd*): Add them to obsolete
1400         error.
1401         (arm*-*-netbsd*, i[34567]86-*-netbsd*, i[34567]86-*-openbsd[0-2].*)
1402         (i[34567]86-*-openbsd3.[0-3], m68*-*-netbsd*, sparc-*-netbsdaout*)
1403         (sparc-*-netbsd*, vax-*-netbsd*): Remove.
1404
1405 2013-09-23  Tom Tromey  <tromey@redhat.com>
1406
1407         * linespec.c (struct minsym_and_objfile): Remove.
1408         (minsym_and_objfile_d): Remove.
1409         (struct linespec, struct collect_info, linespec_parse_basic)
1410         (convert_linespec_to_sals, linespec_parser_delete, decode_objc)
1411         (compare_msymbols, find_method, find_function_symbols)
1412         (find_linespec_symbols, struct collect_minsyms, compare_msyms)
1413         (add_minsym, search_minsyms_for_name): Update.
1414
1415 2013-09-23  Andrew Burgess  <aburgess@broadcom.com>
1416
1417         * regcache.c: Add include of valprint.h.
1418         (dump_endian_bytes): Delete.
1419         (regcache_dump): Use print_hex_chars not dump_endian_bytes.
1420
1421 2013-09-23  Andrew Burgess  <aburgess@broadcom.com>
1422
1423         * sh64-tdep.c (sh64_do_fp_register): Use print_hex_chars.
1424
1425 2013-09-19  Pedro Alves  <palves@redhat.com>
1426
1427         * breakpoint.c (remove_threaded_breakpoints): Skip non-user
1428         breakpoints.
1429
1430 2013-09-19  Pedro Alves  <palves@redhat.com>
1431             Thomas Schwinge  <thomas@codesourcery.com>
1432             Yue Lu  <hacklu.newborn@gmail.com>
1433
1434         * gnu-nat.c (gnu_read_inferior, gnu_write_inferior): Make static.
1435         Take a gdb_byte pointer instead of a char pointer.
1436
1437         * gnu-nat.c (gnu_xfer_memory): Adjust interface as
1438         gnu_xfer_partial helper.
1439         (gnu_xfer_partial): New function.
1440         (gnu_target): Don't install a deprecated_xfer_memory hook.
1441         Install a to_xfer_partial hook.
1442
1443 2013-09-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
1444
1445         Constification.
1446         * main.c (captured_main): Replace catch_command_errors by
1447         catch_command_errors_const.  Twice.
1448         * symfile.c (symbol_file_add_main_1): Make args parameter const.
1449         (symbol_file_add): Make name parameter const.
1450         (symbol_file_add_main, symbol_file_add_main_1): Make args parameter const.
1451         (symfile_bfd_open): Make name parameter const, rename it to cname.  Add
1452         variable name.  Change their usage accordingly.
1453         * symfile.h (symbol_file_add, symfile_bfd_open): Make first parameter
1454         const.
1455         (symbol_file_add_main): Make args parameter const.
1456
1457 2013-09-18  Raunaq Bathija  <raunaq12@in.ibm.com>
1458             Ulrich Weigand  <uweigand@de.ibm.com>
1459
1460         * xcoffread.c (struct coff_symbol): Use CORE_ADDR as type
1461         of c_value member.
1462         (read_xcoff_symtab): Use CORE_ADDR as type of fcn_start_addr.
1463
1464 2013-09-18  Pedro Alves  <palves@redhat.com>
1465             Yue Lu  <hacklu.newborn@gmail.com>
1466
1467         * gnu-nat.c (inf_validate_procs, gnu_wait, gnu_resume)
1468         (gnu_create_inferior)
1469         (gnu_attach, gnu_thread_alive, gnu_pid_to_str, cur_thread)
1470         (set_sig_thread_cmd): Use the lwpid field of ptids to
1471         store/extract thread ids instead of the tid field.
1472         * i386gnu-nat.c (gnu_fetch_registers): Adjust.
1473
1474 2013-09-18  Andrew Burgess  <aburgess@broadcom.com>
1475
1476         * infcmd.c (default_print_one_register_info): Add detection of
1477         optimized out values.
1478         (default_print_registers_info): Switch to using
1479         get_frame_register_value.
1480
1481 2013-09-18  Markus Metzger  <markus.t.metzger@intel.com>
1482
1483         * infrun.c (handle_inferior_event): Check if we know the
1484         function start address before setting a resume breakpoint.
1485
1486 2013-09-18  Pedro Alves  <palves@redhat.com>
1487
1488         * gnu-nat.c (set_sig_thread_cmd): Compare the thread's ptid to
1489         minus_one_ptid instead of looking at the ptid's tid field and
1490         comparing that to -1.
1491
1492 2013-09-18  Andrew Burgess  <aburgess@broadcom.com>
1493
1494         * main.h (get_gdb_program_name): Remove extra whitespace.
1495
1496 2013-09-18  Andrew Burgess  <aburgess@broadcom.com>
1497
1498         * main.h (get_gdb_program_name): Add declaration.
1499         * main.c (get_gdb_program_name): Add definition.
1500
1501 2013-09-17  Doug Evans  <dje@google.com>
1502
1503         * dwarf2read.c: Move definitions of complaint functions to after
1504         forward declarations of local functions.
1505
1506 2013-09-17  Muhammad Waqas <mwaqas@codesourcery.com>
1507             Pedro Alves  <palves@redhat.com>
1508
1509         PR gdb/11568
1510         * breakpoint.c (remove_threaded_breakpoints): New function.
1511         (_initialize_breakpoint): Attach remove_threaded_breakpoints
1512         as thread_exit observer.
1513
1514 2013-09-17  Pedro Alves  <palves@redhat.com>
1515
1516         PR gdb/15911
1517         * ada-tasks.c (task_command_1): Adjust call to print_stack_frame.
1518         * bsd-kvm.c (bsd_kvm_open, bsd_kvm_proc_cmd, bsd_kvm_pcb_cmd):
1519         * corelow.c (core_open):
1520         * frame.h (print_stack_frame, print_frame_info): New
1521         'set_current_sal' parameter.
1522         * infcmd.c (finish_command, kill_command): Adjust call to
1523         print_stack_frame.
1524         * inferior.c (inferior_command): Likewise.
1525         * infrun.c (normal_stop): Likewise.
1526         * linux-fork.c (linux_fork_context): Likewise.
1527         * record-full.c (record_full_goto_entry, record_full_restore):
1528         Likewise.
1529         * remote-mips.c (common_open): Likewise.
1530         * stack.c (print_stack_frame): New 'set_current_sal' parameter.
1531         Use it.
1532         (print_frame_info): New 'set_current_sal' parameter.  Set the last
1533         displayed sal depending on the new paremeter instead of looking at
1534         print_what.
1535         (backtrace_command_1, select_and_print_frame, frame_command)
1536         (current_frame_command, up_command, down_command): Adjust call to
1537         print_stack_frame.
1538         * thread.c (print_thread_info, restore_selected_frame)
1539         (do_captured_thread_select): Adjust call to print_stack_frame.
1540         * tracepoint.c (tfind_1): Likewise.
1541         * mi/mi-cmd-stack.c (mi_cmd_stack_list_frames)
1542         (mi_cmd_stack_info_frame): Likewise.
1543         * mi/mi-interp.c (mi_on_normal_stop): Likewise.
1544         * mi/mi-main.c (mi_cmd_exec_return, mi_cmd_trace_find): Likewise.
1545
1546 2013-09-16  Sergio Durigan Junior  <sergiodj@redhat.com>
1547
1548         * value.c (isvoid_internal_fn): Replace "parameter" with
1549         "argument".
1550
1551 2013-09-16  Stan Shebs  <stan@codesourcery.com>
1552
1553         * README: Update references to writing code for GDB.
1554         * configure.ac (build_warnings): Remove obsolete comment.
1555         * configure: Regenerate.
1556         * gdbarch.sh: Remove references to gdbint.texinfo.
1557         * gdbarch.h: Regenerate.
1558         * gdbtypes.c (objfile_type): Remove comments referencing internals
1559         manual and D10V.
1560
1561 2013-09-16  Sergio Durigan Junior  <sergiodj@redhat.com>
1562
1563         * NEWS: Mention new convenience function $_isvoid.
1564         * value.c (isvoid_internal_fn): New function.
1565         (_initialize_values): Add new convenience function $_isvoid.
1566
1567 2013-09-16  Pierre Muller  <muller@sourceware.org>
1568
1569         * arm-linux-tdep.c: Add "elf/common.h" header.
1570         Remove AT_HWCAP macro definintion as it is provided in
1571         added include file.
1572         * s390-tdep.c: Remove system header <elf.h>
1573         Add "elf/common.h" header for AT_HWCAP definition.
1574         (s390_core_read_description): Use correct CORE_ADDR
1575         for hwcap local variable used as third parameter
1576         of function target_auxv_search.
1577
1578 2013-09-14  Pierre Muller  <muller@sourceware.org>
1579             Tom Tromey  <tromey@redhat.com>
1580             Pedro Alves  <palves@redhat.com>
1581
1582         * common/filestuff.c (gdb_fopen_cloexec): Do not try to use "e"
1583         mode if operating system doesn't know O_CLOEXEC.
1584
1585 2013-09-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
1586
1587         Code cleanup.
1588         * symfile.c (reread_symbols): Move variable obfd_filename to a more
1589         inner block.
1590
1591 2013-09-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
1592
1593         * NEWS: Mention TDB support.
1594         * features/s390-tdb.xml: New file.
1595         * features/s390-te-linux64.xml: New file.
1596         * features/s390x-te-linux64.xml: New file.
1597         * features/Makefile (WHICH): Add new tdescs above.
1598         (s390-te-linux64-expedite): Set.
1599         (s390x-te-linux64-expedite): Set.
1600         * features/s390-te-linux64.c: New file (generated).
1601         * features/s390x-te-linux64.c: New file (generated).
1602         * regformats/s390-te-linux64.dat: New file (generated).
1603         * regformats/s390x-te-linux64.dat: New file (generated).
1604         * s390-tdep.h (HWCAP_S390_HIGH_GPRS): Define.
1605         (HWCAP_S390_TE): Likewise.
1606         (S390_TDB_DWORD0_REGNUM): Likewise.
1607         (S390_TDB_DWORD0_REGNUM): Likewise.
1608         (S390_TDB_ABORT_CODE_REGNUM): Likewise.
1609         (S390_TDB_CONFLICT_TOKEN_REGNUM): Likewise.
1610         (S390_TDB_ATIA_REGNUM): Likewise.
1611         (S390_TDB_R0_REGNUM): Likewise.
1612         (S390_TDB_R1_REGNUM): Likewise.
1613         (S390_TDB_R2_REGNUM): Likewise.
1614         (S390_TDB_R3_REGNUM): Likewise.
1615         (S390_TDB_R4_REGNUM): Likewise.
1616         (S390_TDB_R5_REGNUM): Likewise.
1617         (S390_TDB_R6_REGNUM): Likewise.
1618         (S390_TDB_R7_REGNUM): Likewise.
1619         (S390_TDB_R8_REGNUM): Likewise.
1620         (S390_TDB_R9_REGNUM): Likewise.
1621         (S390_TDB_R10_REGNUM): Likewise.
1622         (S390_TDB_R11_REGNUM): Likewise.
1623         (S390_TDB_R12_REGNUM): Likewise.
1624         (S390_TDB_R13_REGNUM): Likewise.
1625         (S390_TDB_R14_REGNUM): Likewise.
1626         (S390_TDB_R15_REGNUM): Likewise.
1627         (S390_NUM_REGS): Increase.
1628         (S390_IS_TDBREGSET_REGNUM): New macro.
1629         (s390_regmap_tdb): Declare.
1630         (s390_sizeof_tdbregset): Define.
1631         (tdesc_s390_te_linux64): Declare.
1632         (tdesc_s390x_te_linux64): Likewise.
1633         * s390-tdep.c: Add includes for "auxv.h", <elf.h>,
1634         "features/s390-te-linux64.c", and "features/s390x-te-linux64.c".
1635         (s390_regmap_tdb): New regmap.
1636         (s390_supply_tdb_regset): New function.
1637         (s390_tdb_regset): New regset.
1638         (s390_linux64v2_regset_sections): Add TDB regset to list.
1639         (s390x_linux64v2_regset_sections): Likewise.
1640         (s390_regset_from_core_section): Recognize TDB core note section.
1641         (s390_core_read_description): If HWCAP indicates TE support,
1642         select tdesc_s390_te_linux64 or tdesc_s390_s390x_te_linux64.
1643         (s390_gdbarch_init): Handle TDB regset.
1644         (_initialize_s390_tdep): Initialize new tdescs.
1645         * s390-nat.c (HWCAP_S390_HIGH_GPRS): Remove define.
1646         (have_regset_tdb): New variable.
1647         (s390_native_supply): Support register invalidation.
1648         (fetch_regset): Invalidate registers if ptrace yields ENODATA.
1649         (check_regset): Treat ENODATA as "regset exists".
1650         (s390_linux_fetch_inferior_registers): Add TDB.
1651         (s390_read_description): Check for TDB existence and select
1652         appropriate tdesc.
1653         * gdbserver/Makefile.in (clean): Add removal of new makefile
1654         targets.
1655         (s390-te-linux64.c): New makefile target.
1656         (s390x-te-linux64.c): Likewise.
1657         * gdbserver/configure.srv (srv_regobj): Append new objects
1658         s390-te-linux64.o and s390x-te-linux64.o.
1659         (srv_xmlfiles): Append new files s390-te-linux64.xml,
1660         s390x-te-linux64.xml, and s390-tdb.xml.
1661         * gdbserver/linux-s390-low.c (init_registers_s390_te_linux64): New
1662         declaration.
1663         (tdesc_s390_te_linux64): Likewise.
1664         (init_registers_s390x_te_linux64): Likewise.
1665         (tdesc_s390x_te_linux64): Likewise.
1666         (s390_check_regset): Treat ENODATA as "regset exists".
1667         (s390_arch_setup): Add TDB regset support.
1668         (initialize_low_arch): Initialize registers for new tdescs.
1669
1670 2013-09-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
1671
1672         * s390-tdep.h (S390_IS_GREGSET_REGNUM): New macro.
1673         (S390_IS_FPREGSET_REGNUM): New macro.
1674         * s390-tdep.c (s390_dwarf_regmap): Make const.
1675         (regnum_is_gpr_full): New function for replacing repeated code.
1676         (s390_pseudo_register_name): Use it.
1677         (s390_pseudo_register_type): Likewise.
1678         (s390_pseudo_register_read): Likewise.
1679         (s390_pseudo_register_write): Likewise.
1680         (s390_unwind_pseudo_register): Likewise.
1681         (s390_regmap_gregset): New format for regmap.
1682         (s390x_regmap_gregset): Likewise.
1683         (s390_regmap_fpregset): Likewise.
1684         (s390_regmap_upper): Likewise.
1685         (s390_regmap_last_break): Likewise.
1686         (s390_regmap_system_call): Likewise.
1687         (s390_supply_regset): Adjust to new regmap format.
1688         (s390_collect_regset): Likewise.
1689         * s390-nat.c (s390_native_supply): Adjust to new regmap format.
1690         (s390_native_collect): Likewise.
1691         (supply_gregset): Likewise.
1692         (fill_gregset): Likewise.
1693         (supply_fpregset): Likewise.
1694         (fill_fpregset): Likewise.
1695         (fetch_regset): Likewise.
1696         (store_regset): Likewise.
1697         (s390_linux_fetch_inferior_registers): Likewise.
1698         (s390_linux_fetch_inferior_registers): Likewise.
1699
1700 2013-09-12  Andrew Pinski  <apinski@cavium.com>
1701
1702         * aarch64-linux-nat.c (aarch64_linux_set_debug_regs): Zero out regs.
1703
1704 2013-09-10  Andreas Arnez  <arnez@linux.vnet.ibm.com>
1705
1706         * config/s390/s390.mh (NATDEPFILES): Add linux-waitpid.o.
1707
1708 2013-09-09  Andrew Burgess  <aburgess@broadcom.com>
1709
1710         * top.c (quit_confirm): Remove use of deprecated_init_ui_hook.
1711
1712 2013-09-06  Pedro Alves <palves@redhat.com>
1713
1714         * remote-sim.c (dump_mem, gdbsim_fetch_register)
1715         (gdbsim_store_register, gdbsim_kill, gdbsim_load)
1716         (gdbsim_create_inferior, gdbsim_open, gdbsim_close)
1717         (gdbsim_detach, gdbsim_resume_inferior, gdbsim_wait)
1718         (gdbsim_files_info, gdbsim_mourn_inferior): Send debug output to
1719         gdb_stdlog.
1720
1721 2013-09-06  Pedro Alves  <palves@redhat.com>
1722
1723         * remote-sim.c (dump_mem): Constify buf parameter.
1724         gdbsim_xfer_inferior_memory): Rename to ...
1725         (gdbsim_xfer_memory): ... this.  Adjust interface as
1726         target_xfer_partial helper.
1727         (gdbsim_xfer_partial): New function.
1728         (init_gdbsim_ops): Don't install a deprecated_xfer_memory hook.
1729         Install a to_xfer_partial hook.  Send output to gdb_stdlog.
1730
1731 2013-09-06  Pedro Alves  <palves@redhat.com>
1732
1733         * remote-sim.c (gdbsim_xfer_inferior_memory): Use
1734         host_address_to_string, and send debug output to gdb_stdlog.
1735
1736 2013-09-06  Ricard Wanderlof  <ricardw@axis.com>
1737
1738         * Makefile.in (ALL_TARGET_OBS): Add cris-linux-tdep.o.
1739         * configure.tgt: Add cris-linux-tdep.o and linux-tdep.o to
1740         gdb_target_obs for cris target.
1741         * cris-tdep.c (struct gdbarch_tdep): Move to cris-tdep.h.
1742         (cris_gdbarch_init): Move calls to
1743         set_gdbarch_fetch_tls_load_module_address and
1744         set_solib_svr4_fetch_link_map_offsets to cris-linux-tdep.c.
1745         Add call to gdbarch_init_osabi.
1746         * cris-linux-tdep.c: New file.
1747         * cris-tdep.h: New file.
1748
1749 2013-09-06  Andrew Burgess  <aburgess@broadcom.com>
1750
1751         * tui/tui-io.c (tui_initialize_io): Remove legacy comment referring
1752         to deprecated_init_ui_hook.
1753
1754 2013-09-06  Andrew Burgess  <aburgess@broadcom.com>
1755
1756         * cli/cli-interp.c (_initialize_cli_interp): Add a
1757         command_loop_proc to interp_procs.
1758         * event-top.c (cli_command_loop): Change signature to match
1759         interp_command_loop_ftype.
1760         * event-top.h (cli_command_loop): Same.
1761         * interps.c (interp_new): Require every interpreter to have a
1762         command_loop_proc.
1763         (current_interp_command_loop): Just call the command_loop_proc on
1764         the current interpreter.
1765         * tui/tui-interp.c (_initialize_tui_interp): Add a
1766         command_loop_proc to interp_procs.
1767
1768 2013-09-06  Ricard Wanderlof  <ricardw@axis.com>
1769
1770         * cris-tdep.c (cris_gdbarch_init): Add call to
1771         get_gdbarch_fetch_tls_load_module_address.
1772
1773 2013-09-06  Ricard Wanderlof  <ricardw@axis.com>
1774
1775         * cris-tdep.c (cris_elf_greg_t): Rename from elf_greg_t.
1776         (cris_elf_gregset_t): Rename from elf_gregset_t.
1777         (crisv32_elf_gregset_t): Adjust.
1778         (cris_supply_gregset, fetch_core_registers): Adjust.
1779
1780 2013-09-06  Ricard Wanderlof  <ricardw@axis.com>
1781
1782         * cris-tdep.c (elf_greg_t): Change typedef to unsigned char[4]
1783
1784 2013-09-05  Andrew Burgess  <aburgess@broadcom.com>
1785
1786         * defs.h (deprecated_command_loop_hook): Remove, including
1787         references in comments.
1788         * interps.c (current_interp_command_loop): No longer use
1789         deprecated_command_loop_hook.
1790         (clear_interpreter_hooks): Remove deprecated_command_loop_hook
1791         setup.
1792         * top.c (deprecated_command_loop_hook): Remove.
1793
1794 2013-09-05  Pedro Alves  <palves@redhat.com>
1795
1796         * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): 'dwarf_regnum'
1797         local is now int instead of ULONGEST.  Print it with %d
1798         instead of paddress.
1799
1800 2013-09-05  Tristan Gingold  <gingold@adacore.com>
1801
1802         * MAINTAINERS: Remove avr maintainership.
1803
1804 2013-09-05  Pedro Alves  <palves@redhat.com>
1805
1806         * findvar.c (value_of_register): Rework in terms of
1807         value_of_register_lazy.
1808
1809 2013-09-05  Muhammad Bilal  <mbilal@codesourcery.com>
1810
1811         * symfile.c (add_symbol_file_command): Remove trailing
1812          whitespaces and blank line after comment.
1813
1814 2013-09-05  Pedro Alves  <palves@redhat.com>
1815
1816         * tui/tui-regs.c (tui_register_format): Don't look at the
1817         register's name here.  Return string representing register
1818         value instead of storing it in the data element.
1819         (tui_get_register): Compare register string representations
1820         instead of register value states and contents.
1821
1822 2013-09-05  Pedro Alves  <palves@redhat.com>
1823
1824         PR tui/15933
1825         * tui/tui-regs.c (tui_show_registers): Show registers of the
1826         selected frame, not the current frame.
1827
1828 2013-09-05  Ricard Wanderlof  <ricardw@axis.com>
1829
1830         * MAINTAINERS (Write After Approval): Add myself to the list.
1831
1832 2013-09-04  Doug Evans  <dje@google.com>
1833
1834         * dwarf2read.c (queue_and_load_all_dwo_tus): New function.
1835         (queue_and_load_dwo_tu): New function.
1836         (lookup_dwo_signatured_type): Set per_cu.tu_read.
1837         (maybe_queue_comp_unit): Rename this_cu argument to dependent_cu.
1838         Make dependent_cu optional.
1839         (dw2_do_instantiate_symtab): If we just loaded a CU from a DWO,
1840         and an older .gdb_index is in use, queue and load all its TUs too.
1841
1842 2013-09-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
1843
1844         Code cleanup: Change OPF_DISABLE_REALPATH to OPF_RETURN_REALPATH.
1845         * cli/cli-cmds.c (find_and_open_script): Add OPF_RETURN_REALPATH to
1846         variable search_flags.
1847         * defs.h (OPF_DISABLE_REALPATH): Rename to ...
1848         (OPF_RETURN_REALPATH): ... here.
1849         * dwarf2read.c (try_open_dwop_file): Set OPF_RETURN_REALPATH for flags.
1850         * exec.c (exec_file_attach): Remove OPF_DISABLE_REALPATH from openp
1851         call.  Twice.
1852         * nto-tdep.c (nto_find_and_open_solib): Add OPF_RETURN_REALPATH for
1853         openp call.
1854         * solib.c (solib_find): Likewise.  Four times.
1855         * source.c (openp): Change OPF_DISABLE_REALPATH to OPF_RETURN_REALPATH
1856         in the function comment and for the realpath_fptr variable.
1857         (source_full_path_of): Add OPF_RETURN_REALPATH for openp call.
1858         (find_and_open_source): Likewise.  Twice.
1859         * symfile.c (symfile_bfd_open): Likewise, also twice.
1860
1861 2013-09-04  Doug Evans  <dje@google.com>
1862
1863         * progspace.c (save_current_space_and_thread): Remove unnecessary
1864         call to save_current_inferior.
1865
1866 2013-09-04  Andrew Burgess  <aburgess@broadcom.com>
1867
1868         * sh64-tdep.c (sh64_do_register): Return after printing message
1869         about unavailable register contents.
1870
1871 2013-09-04  Muhammad Bilal  <mbilal@codesourcery.com>
1872             Pedro Alves  <palves@redhat.com>
1873
1874         * symfile.c (add_symbol_file_command): Error out on unknown
1875         option.  Handle EXPECTING_SEC_ADDR/EXPECTING_SEC_NAME before '-'
1876         options and collapse into single conditional branch.
1877
1878 2013-09-03  Luis Machado  <lgustavo@codesourcery.com>
1879
1880         * inf-child.c (inf_child_follow_fork): New parameter
1881         detach_fork.
1882         * inf-ptrace.c (inf_ptrace_follow_fork): Likewise.
1883         * inf-ttrace.c (inf_ttrace_follow_fork): Likewise.
1884         * inferior.h (detach_fork): Remove.
1885         * infrun.c (detach_fork): Adjust comment and make it
1886         static.
1887         (follow_fork): Pass detach_fork parameter to
1888         target_follow_fork.
1889         * linux-nat.c (linux_child_follow_fork): New parameter
1890         detach_fork.
1891         * target.c (target_follow_fork): New parameter detach_fork.
1892         Pass detach_fork as parameter and print its value.
1893         * target.h (struct target_ops) <to_follow_fork>: New int
1894         parameter.
1895         (target_follow_fork): New parameter detach_fork.
1896
1897 2013-09-03  Joel Brobecker  <brobecker@adacore.com>
1898
1899         * solib-ia64-hpux.c (ia64_hpux_relocate_section_addresses):
1900         Replace sec->bfd by sec->the_bfd_section->owner.
1901
1902 2013-09-03  Yao Qi  <yao@codesourcery.com>
1903
1904         * linux-tdep.c (linux_is_uclinux): New function.  Code moved
1905         from linux_has_shared_address_space.
1906         (linux_has_shared_address_space): Call linux_is_uclinux.
1907         * linux-tdep.h (linux_is_uclinux): Declare.
1908         * m68klinux-tdep.c (m68k_linux_get_sigtramp_info): Call
1909         linux_is_uclinux.
1910
1911 2013-09-03  Yao Qi  <yao@codesourcery.com>
1912
1913         * config/djgpp/fnchange.lst: Remove entry of
1914         i386-interix-nat.c and i386-interix-tdep.c.
1915         * configure.ac: Remove '*-*-interix*'.
1916         * configure: Re-generated.
1917         * defs.h (enum gdb_osabi): Remove GDB_OSABI_INTERIX.
1918         * i386-cygwin-tdep.c (i386_cygwin_osabi_sniffer): Remove
1919         obsolete comments.
1920         * osabi.c (gdb_osabi_names): Remove "Interix".
1921
1922 2013-09-03  Yao Qi  <yao@codesourcery.com>
1923
1924         * arch-utils.c: Fix typo in the comment to gdbarch_update_p.
1925
1926 2013-09-02  Markus Metzger  <markus.t.metzger@intel.com>
1927
1928         * record.h (record_print_flag) <record_print_src_line,
1929         record_print_insn_range>: Rename into ...
1930         (record_print_flag) <record_print_src_line,
1931         record_print_insn_range>: ... this.  Update all users.
1932
1933 2013-09-02  Pierre Muller  <muller@sourceware.org>
1934
1935         * windows-nat.c (windows_xfer_memory): Handle ERROR_PARTIAL_COPY
1936         error code.
1937
1938 2013-09-02  Pierre Muller  <muller@sourceware.org>
1939
1940         * windows-nat.c (windows_xfer_memory): Fix compilation failure
1941         by use of plongest function.
1942
1943 2013-09-02  Tristan Gingold  <gingold@adacore.com>
1944
1945         * NEWS: Add entry mentioning support for native Windows x64
1946         SEH data.
1947
1948         * amd64-windows-tdep.c: #include "objfiles.h", "frame-unwind.h",
1949         "coff/internal.h", "coff/i386.h", "coff/pe.h" and "libcoff.h".
1950         (struct amd64_windows_frame_cache): New struct.
1951         (amd64_windows_w2gdb_regnum): New global.
1952         (pc_in_range, amd64_windows_frame_decode_epilogue)
1953         (amd64_windows_frame_decode_insns, amd64_windows_find_unwind_info)
1954         (amd64_windows_frame_cache, amd64_windows_frame_prev_register)
1955         (amd64_windows_frame_this_id): New functions.
1956         (amd64_windows_frame_unwind): New static global.
1957         (amd64_windows_skip_prologue): New function.
1958         (amd64_windows_init_abi): Call frame_unwind_prepend_unwinder
1959         with amd64_windows_frame_unwind. Call set_gdbarch_skip_prologue
1960         with amd64_windows_skip_prologue.
1961
1962 2013-08-30  Joel Brobecker  <brobecker@adacore.com>
1963
1964         GDB 7.6.1 released.
1965
1966 2013-08-30  Pedro Alves  <palves@redhat.com>
1967
1968         * mi/mi-main.c (mi_cmd_trace_find): Use LOC_AND_ADDRESS instead of
1969         SRC_AND_LOC.
1970
1971 2013-08-30  Pedro Alves  <palves@redhat.com>
1972
1973         * thread.c (restore_selected_frame): Use SRC_AND_LOC, and change
1974         warning text.
1975
1976 2013-08-30  Pedro Alves  <palves@redhat.com>
1977
1978         * bsd-kvm.c (bsd_kvm_open, bsd_kvm_proc_cmd, bsd_kvm_pcb_cmd):
1979         Adjust arguments to print_stack_frame.
1980
1981 2013-08-30  Pedro Alves  <palves@redhat.com>
1982
1983         * ada-tasks.c (task_command_1): Write SRC_AND_LOC instead '1'.
1984
1985 2013-08-30  Pedro Alves  <palves@redhat.com>
1986
1987         * frame.h (show_and_print_stack_frame): Delete declaration.
1988
1989 2013-08-30  Phil Muldoon  <pmuldoon@redhat.com>
1990
1991         PR python/15461
1992
1993         * python/py-arch.c (ARCHPY_REQUIRE_VALID): New macro.
1994         (archpy_name): Check for valid architecture.
1995         (archpy_disassemble): Ditto.
1996
1997 2013-08-29  Joel Brobecker  <brobecker@adacore.com>
1998
1999         * rs6000-nat.c (rs6000_ptrace32): Cast "addr" to "uintptr_t"
2000         instead of "long long" in call to ptrace64.
2001
2002 2013-08-29  Andrew Burgess  <aburgess@broadcom.com>
2003
2004         * mi/mi-interp.c (mi_command_loop): Change signature to match
2005         interp_command_loop_ftype.
2006         (mi1_command_loop): Remove.
2007         (mi2_command_loop): Remove.
2008         (mi3_command_loop): Remove.
2009         (mi_interpreter_resume): Remove setting of
2010         deprecated_command_loop_hook.
2011         (_initialize_mi_interp): Set mi_command_loop as the command loop
2012         callback.
2013
2014 2013-08-29  Sanimir Agovic  <sanimir.agovic@intel.com>
2015
2016         * valops.c (do_search_struct_field): Pass v2 instead of base_type to
2017         value_type.
2018
2019 2013-08-29  Sanimir Agovic  <sanimir.agovic@intel.com>
2020
2021         * value.c (allocate_value_contents): Make static.
2022         * value.h (allocate_value_contents): Remove prototype.
2023
2024 2013-08-29  Sanimir Agovic  <sanimir.agovic@intel.com>
2025
2026         * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): Use value_at_lazy instead
2027         of assembling value via allocate_value_lazy and attribute setter.
2028         * findvar.c (default_read_var_value): Use value_at_lazy instead of
2029         assembling value via allocate_value_lazy and attribute setter.
2030         * valops.c (do_search_struct_field): Use value_at_lazy instead of
2031         assembling value via allocate_value_lazy and attribute setter.
2032
2033 2013-08-29  Sanimir Agovic  <sanimir.agovic@intel.com>
2034
2035         * value.c (value_from_contents_and_address): Replace allocate_value and
2036         memcpy with value_from_contents.
2037
2038 2013-08-29  Phil Muldoon  <pmuldoon@redhat.com>
2039
2040         * python/py-framefilter.c (py_print_frame): Remove usage of
2041         PyString_AsString.  Use python_string_to_host_string instead.
2042         Refactor function to work with a string as a new allocation
2043         instead of a pointer.
2044         (py_print_frame): Ditto.
2045         * python/lib/gdb/frames.py (return_list): Cain iterators together
2046         instead of adding them as a list.
2047         (_sort_list): Call return_list, and remove duplicate code.
2048         (execute_frame_filters): Convert iterator to a list with list().
2049         * python/lib/gdb/command/frame_filters.py
2050         (SetFrameFilterPriority._set_filter_priority): Convert priority
2051         attribute to an integer.
2052         * python/lib/gdb/FrameIterator.py (FrameIterator.next): Define
2053         wrapper function __next__.
2054         * python/lib/gdb/FrameDecorator.py: If basestring not defined,
2055         define as "str".
2056
2057 2013-08-29  Phil Muldoon  <pmuldoon@redhat.com>
2058
2059         PR python/15752
2060         * python/py-framefilter.c (apply_frame_filter): Check
2061         gdb_python_initialized.  Exit if the Python frame-filter code
2062         cannot be initialized.
2063
2064 2013-08-29  Phil Muldoon  <pmuldoon@redhat.com>
2065
2066         PR cli/15842
2067         * top.c (print_gdb_version): Remove erroneous newline after help
2068         text.
2069
2070 2013-08-29  Yao Qi  <yao@codesourcery.com>
2071
2072         * varobj.c (install_dynamic_child): Remove trailing space.
2073         Add one blank line after variable declaration.
2074
2075 2013-08-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
2076
2077         PR gdb/15415
2078         * corefile.c (get_exec_file): Use exec_filename.
2079         * defs.h (OPF_DISABLE_REALPATH): New definition.  Add new comment.
2080         * exec.c (exec_close): Free EXEC_FILENAME.
2081         (exec_file_attach): New variable canonical_pathname.  Use
2082         OPF_DISABLE_REALPATH.  Call gdb_realpath explicitly.  Set
2083         EXEC_FILENAME.
2084         * exec.h (exec_filename): New.
2085         * inferior.c (print_inferior, inferior_command): Use
2086         PSPACE_EXEC_FILENAME.
2087         * mi/mi-main.c (print_one_inferior): Likewise.
2088         * progspace.c (clone_program_space, print_program_space): Likewise.
2089         * progspace.h (struct program_space): New field pspace_exec_filename.
2090         * source.c (openp): Describe OPF_DISABLE_REALPATH.  New variable
2091         realpath_fptr, initialize it from OPF_DISABLE_REALPATH, use it.
2092
2093 2013-08-28  Will Newton  <will.newton@linaro.org>
2094
2095         * common/linux-ptrace.c: Include stdint.h unconditionally.
2096
2097 2013-08-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
2098
2099         Code cleanup.
2100         * nto-tdep.c (nto_find_and_open_solib): Use OPF_TRY_CWD_FIRST.
2101
2102 2013-08-28  Yao Qi  <yao@codesourcery.com>
2103             Pedro Alves  <palves@redhat.com>
2104
2105         * event-top.c (gdb_setup_readline): Call stderr_fileopen
2106         instead of stdio_fileopen.
2107         * main.c (captured_main) [__MINGW32__]: Set stderr unbuffered.
2108         .Call stderr_fileopen instead of stdio_fileopen.
2109         * ui-file.c [__MINGW32__] (stderr_file_write): New function.
2110         [__MINGW32__] (stderr_file_fputs): New function.
2111         (stderr_fileopen): New function.
2112         * ui-file.h (stderr_fileopen): Declare.
2113
2114 2013-08-27  Doug Evans  <dje@google.com>
2115
2116         * dwarf2read.c (struct dwarf2_cu): Tweak comment.
2117         (struct dwarf2_per_cu_data): Ditto.
2118         (maybe_queue_comp_unit): Delete forward decl.  Add comment.
2119         (process_imported_unit_die): Ditto.
2120         (follow_die_sig_1): Simplify assert.
2121
2122 2013-08-27  Pedro Alves  <palves@redhat.com>
2123
2124         * windows-nat.c (windows_xfer_memory): Adjust prototype to follow
2125         xfer_partial's interface.  Return TARGET_XFER_E_IO on error.
2126         (windows_xfer_partial): Defer TARGET_OBJECT_MEMORY handling to
2127         windows_xfer_memory directly.
2128         (init_windows_ops): Don't install a deprecated_xfer_memory method.
2129
2130 2013-08-27  Pedro Alves  <palves@redhat.com>
2131
2132         * darwin-nat.c (darwin_xfer_memory): Delete.
2133         (_initialize_darwin_inferior): Don't install a
2134         deprecated_xfer_memory method.
2135
2136 2013-08-27  Pedro Alves  <pedro@codesourcery.com>
2137             Yao Qi  <yao@codesourcery.com>
2138
2139         * mi/mi-cmd-stack.c (list_args_or_locals): Adjust prototype.
2140         (parse_no_frames_option): Remove.
2141         (mi_cmd_stack_list_locals): Handle --skip-unavailable.
2142         (mi_cmd_stack_list_args): Adjust.
2143         (mi_cmd_stack_list_variables): Handle --skip-unavailable.
2144         (list_arg_or_local): Add new parameter 'skip_unavailable'.  Return
2145         early if SKIP_UNAVAILABLE is true and ARG->val is unavailable.
2146         Caller update.
2147         (list_args_or_locals): New parameter 'skip_unavailable'.
2148         Handle it.
2149         * valprint.c (scalar_type_p): Rename to ...
2150         (val_print_scalar_type_p): ... this.  Make extern.
2151         (val_print, value_check_printable): Adjust.
2152         * valprint.h (val_print_scalar_type_p): Declare.
2153         * value.c (value_entirely_unavailable): New function.
2154         * value.h (value_entirely_unavailable): Declare.
2155
2156         * NEWS: Mention the new option "--skip-unavailable" to MI
2157         commands '-stack-list-locals', '-stack-list-arguments' and
2158         '-stack-list-variables'.
2159
2160 2013-08-27  Yao Qi  <yao@codesourcery.com>
2161
2162         * mi/mi-cmd-stack.c (parse_no_frames_option): Remove.
2163         (mi_cmd_stack_list_args): Use mi_getopt_silent to handle
2164         options.
2165         * mi/mi-getopt.c (mi_getopt): Remove.
2166         (mi_getopt_1): Renamed from mi_getopt.  Add one parameter
2167         'error_on_unknown'.
2168         (mi_getopt): Call mi_getopt_1.
2169         (mi_getopt_silent): New.
2170         * mi/mi-getopt.h (mi_getopt_silent): Declare.
2171
2172 2013-08-26  Doug Evans  <dje@google.com>
2173
2174         PR symtab/15885
2175         * dwarf2read.c (dw2_dump): Print some minimal information indicating
2176         .gdb_index is in use.
2177         * symfile.c (reread_symbols): Reset objfile->sf.
2178
2179         * NEWS: Document "mt print objfiles" now takes optional regexp.
2180         * symmisc.c (maintenance_print_objfiles): Argument is now an optional
2181         regexp of objfiles to print.
2182         (_initialize_symmisc): Update doc string for "mt print objfiles".
2183
2184         * dwarf2read.c (write_psymtabs_to_index): Move error checks ahead of
2185         missing debug info checks.
2186
2187 2013-08-26  Raunaq Bathija  <raunaq12@in.ibm.com>
2188             Ulrich Weigand  <uweigand@de.ibm.com>
2189
2190         * xcoffread.c (arrange_linetable): Add fix to correctly handle
2191         line tables generated by XLC compiled binaries.
2192
2193 2013-08-23  Doug Evans  <dje@google.com>
2194
2195         * symmisc.c (dump_symtab): Delete prototype.
2196         (dump_msymbols, dump_objfile): Ditto.
2197         (maintenance_info_symtabs): Mark as dont_repeat.
2198         (_initialize_symmisc): Improve doc string for "mt info symtabs".
2199
2200         * elfread.c (elf_symfile_read): Move "Done reading minimal symbols"
2201         debugging printf to better location.
2202
2203 2013-08-23  Pedro Alves  <palves@redhat.com>
2204
2205         * target.c (target_read_live_memory): Change type of 'ret' local
2206         to LONGEST.
2207
2208 2013-08-23  Pedro Alves  <palves@redhat.com>
2209
2210         * remote.c (remote_write_bytes_aux, remote_write_bytes)
2211         (remote_read_bytes): Change return type to LONGEST, and adjust to
2212         return a target_xfer_error on error.
2213         (remote_xfer_memory): Delete.
2214         (remote_flash_write): Change type of 'ret' local to LONGEST.
2215         (remote_xfer_partial, remote_xfer_partial): Adjust.
2216         (init_remote_ops): Don't install a deprecated_xfer_memory hook.
2217
2218 2013-08-23  Pierre Muller  <muller@sourceware.org>
2219
2220         ARI fix: Push # directives to start of line.
2221         * rs6000-nat.c (rs6000_ptrace32, rs6000_ptrace64): Rule applied.
2222
2223 2013-08-12  Muhammad Waqas  <mwaqas@codesourcery.com>
2224
2225         PR gdb/15501
2226         * breakpoint.c (enable_command, disable_command): Iterate over
2227         all specified breakpoint locations.
2228
2229 2013-08-22  Luis Machado  <lgustavo@codesourcery.com>
2230
2231         * common/linux-ptrace.c (linux_fork_to_function): Push #
2232         directives to the start of the line.
2233         (linux_check_ptrace_features): Fix warning message to use
2234         the "_" markup.
2235
2236 2013-08-22  Luis Machado  <lgustavo@codesourcery.com>
2237
2238         * Makefile.in (HFILES_NO_SRCDIR): Add nat/linux-nat.h and
2239         nat/linux-waitpid.h.
2240         (linux-waitpid.o): New object file rule.
2241         * common/linux-ptrace.c: Include nat/linux-waitpid.h.
2242         (current_ptrace_options): Moved from linux-nat.c.
2243         (linux_ptrace_test_ret_to_nx): Use type casts for ptrace
2244         parameters.
2245         (linux_fork_to_function): New function.
2246         (linux_grandchild_function): Likewise.
2247         (linux_child_function): Likewise.
2248         (linux_check_ptrace_features): New function, heavily
2249         based on linux-nat.c:linux_test_for_tracefork.
2250         (linux_enable_event_reporting): New function.
2251         (ptrace_supports_feature): Likewise.
2252         (linux_supports_tracefork): Likewise.
2253         (linux_supports_traceclone): Likewise.
2254         (linux_supports_tracevforkdone): Likewise.
2255         (linux_supports_tracesysgood): Likewise.
2256         * common/linux-ptrace.h (HAS_NOMMU): Moved from
2257         gdbserver/linux-low.c.
2258         (linux_enable_event_reporting): New declaration.
2259         (linux_supports_tracefork): Likewise.
2260         (linux_supports_traceclone): Likewise.
2261         (linux_supports_tracevforkdone): Likewise.
2262         (linux_supports_tracesysgood): Likewise.
2263         * config.in (PTRACE_TYPE_ARG4): Regenerate.
2264         * config/aarch64/linux.mh (NATDEPFILES): Add linux-waitpid.o.
2265         * config/alpha/alpha-linux.mh (NATDEPFILES): Likewise.
2266         * config/arm/linux.mh (NATDEPFILES): Likewise.
2267         * config/i386/linux.mh (NATDEPFILES): Likewise.
2268         * config/i386/linux64.mh (NATDEPFILES): Likewise.
2269         * config/ia64/linux.mh (NATDEPFILES): Likewise.
2270         * config/m32r/linux.mh (NATDEPFILES): Likewise.
2271         * config/m68k/linux.mh (NATDEPFILES): Likewise.
2272         * config/mips/linux.mh (NATDEPFILES): Likewise.
2273         * config/pa/linux.mh (NATDEPFILES): Likewise..
2274         * config/powerpc/linux.mh (NATDEPFILES): Likewise..
2275         * config/powerpc/ppc64-linux.mh (NATDEPFILES): Likewise.
2276         * config/powerpc/spu-linux.mh (NATDEPFILES): Likewise.
2277         * config/sparc/linux.mh (NATDEPFILES): Likewise.
2278         * config/sparc/linux64.mh (NATDEPFILES): Likewise.
2279         * config/tilegx/linux.mh (NATDEPFILES): Likewise.
2280         * config/xtensa/linux.mh (NATDEPFILES): Likewise.
2281         * configure.ac (AC_CACHE_CHECK): Add void * to the list of
2282         ptrace's 4th argument's types.
2283         Check the type of PTRACE_TYPE_ARG4.
2284         * configure: Regenerate.
2285         * linux-nat.c: Include nat/linux-nat.h and nat/linux-waitpid.h.
2286         (SYSCALL_SIGTRAP): Moved to nat/linux-nat.h.
2287         (linux_supports_tracefork_flag): Remove.
2288         (linux_supports_tracesysgood_flag): Likewise.
2289         (linux_supports_tracevforkdone_flag): Likewise.
2290         (current_ptrace_options): Moved to
2291         common/linux-ptrace.c.
2292         (linux_tracefork_child): Remove.
2293         (my_waitpid): Remove.
2294         (linux_test_for_tracefork): Renamed to
2295         linux_check_ptrace_features and moved to common/linux-ptrace.c.
2296         (linux_test_for_tracesysgood): Remove.
2297         (linux_supports_tracesysgood): Remove.
2298         (linux_supports_tracefork): Remove.
2299         (linux_supports_tracevforkdone): Remove.
2300         (linux_enable_tracesysgood): Remove.
2301         (linux_enable_event_reporting): Remove.
2302         (linux_init_ptrace): New function.
2303         (linux_child_post_attach): Call linux_init_ptrace.
2304         (linux_child_post_startup_inferior): Call linux_init_ptrace.
2305         (linux_child_follow_fork): Call linux_supports_tracefork
2306         and linux_supports_tracevforkdone.
2307         (linux_child_insert_fork_catchpoint): Call
2308         linux_supports_tracefork.
2309         (linux_child_insert_vfork_catchpoint): Likewise.
2310         (linux_child_set_syscall_catchpoint): Call
2311         linux_supports_tracesysgood.
2312         (lin_lwp_attach_lwp): Call linux_supports_tracefork.
2313         * nat/linux-nat.h: New file.
2314         * nat/linux-waitpid.c: New file.
2315         * nat/linux-waitpid.h: New file.
2316
2317 2013-08-22  Samuel Bronson  <naesten@gmail.com>
2318
2319         ARM Linux support for `catch syscall'.
2320         * syscalls/arm-linux.py: New file.
2321         * syscalls/arm-linux.xml: Likewise.
2322         * arm-linux-tdep.c (arm_linux_get_syscall_number): New function.
2323         (arm_linux_init_abi): Register the new function and syscall xml file.
2324         * data-directory/Makefile.in: Install the new syscall xml file.
2325         * NEWS: Brag about this.
2326
2327 2013-08-22  Pedro Alves  <palves@redhat.com>
2328
2329         PR gdb/15871
2330         * corefile.c (target_xfer_memory_error): New function.
2331         (memory_error): Defer EIO to target_memory_error.
2332         (read_memory): Use target_xfer_partial, and handle finer-grained
2333         target xfer errors.
2334         * target.c (target_xfer_error_to_string): New function.
2335         (memory_xfer_partial_1): If memory is known to be
2336         unavailable, return TARGET_XFER_E_UNAVAILABLE instead of -1.
2337         (target_xfer_partial): Make extern.
2338         * target.h (enum target_xfer_error): New enum.
2339         (target_xfer_error_to_string): Declare function.
2340         (target_xfer_partial): Declare function.
2341         (struct target_ops) <xfer_partial>: Adjust describing comment.
2342
2343 2013-08-22  Alan Modra  <amodra@gmail.com>
2344
2345         * configure.host: Support powerpc64le-linux and powerpcle-linux hosts.
2346         * configure.tgt: Likewise as targets.
2347
2348 2013-08-20  Doug Evans  <dje@google.com>
2349
2350         * buildsym.c (subfile_stack): Move here from buildsym.h.
2351         (pending_macros): Ditto.
2352         (get_macro_table): New function.
2353         (buildsym_init): Initialize subfile_stack.
2354         * coffread.c (type_vector,type_vector_length): Moved here from
2355         buildsym.h.
2356         (INITIAL_TYPE_VECTOR_LENGTH): Ditto.
2357         (coff_symtab_read): Use it.
2358         * dbxread.c (read_ofile_symtab): Delete init of subfile_stack.
2359         * dwarf2read.c (macro_start_file): Replace uses of pending_macros
2360         with call to get_macro_table.
2361         * stabsread.c (type_vector,type_vector_length): Moved here from
2362         buildsym.h.
2363         (INITIAL_TYPE_VECTOR_LENGTH): Ditto.
2364         * buildsym.h (get_macro_table): Declare.
2365
2366 2013-08-20  Tom Tromey  <tromey@redhat.com>
2367
2368         * dbxread.c (record_minimal_symbol): Make 'name' argument const.
2369         Update.
2370         (read_dbx_dynamic_symtab): Make 'name' const.  Remove casts.
2371
2372 2013-08-20  Doug Evans  <dje@google.com>
2373
2374         * blockframe.c: Remove #include "psymtab.h".
2375         * cp-support.c: Ditto.
2376         * source.c: Ditto.
2377         * stack.c: Ditto.
2378
2379 2013-08-20  Tom Tromey  <tromey@redhat.com>
2380
2381         PR python/15816:
2382         * exceptions.h (return_mask): Now an enum.
2383         (RETURN_MASK_QUIT, RETURN_MASK_ERROR, RETURN_MASK_ALL): Now
2384         enum constants.
2385
2386 2013-08-20  Tom Tromey  <tromey@redhat.com>
2387
2388         * cp-namespace.c (cp_lookup_symbol_imports_or_template): Use
2389         get_objfile_arch.
2390         * elfread.c (elf_rel_plt_read, elf_gnu_ifunc_record_cache)
2391         (elf_gnu_ifunc_resolve_by_got): Use get_objfile_arch.
2392         * jit.c (jit_object_close_impl): Update.
2393         * jv-lang.c (get_dynamics_objfile): Update.
2394         * linespec.c (add_minsym): Use get_dynamics_objfile.
2395         * objfiles.c (get_objfile_bfd_data): Initialize 'gdbarch' field.
2396         (allocate_objfile): Don't initialize 'gdbarch' field.
2397         (get_objfile_arch): Update.
2398         * objfiles.h (struct objfile_per_bfd_storage) <gdbarch>: New field,
2399         moved from...
2400         (struct objfile) <gdbarch>: ... here.  Remove.
2401         * stap-probe.c (stap_can_evaluate_probe_arguments): Use
2402         get_objfile_arch.
2403         * symfile.c (init_entry_point_info): Use get_objfile_arch.
2404
2405 2013-08-20  Alan Modra  <amodra@gmail.com>
2406
2407         * doublest.c (convert_floatformat_to_doublest): Use fmt->split_half
2408         for IBM long double nan and inf.
2409         (floatformat_is_negative, floatformat_classify,
2410         floatformat_mantissa): Similarly.
2411         (floatformat_ieee_single, floatformat_ieee_double,
2412         floatformat_ieee_quad, floatformat_arm_ext,
2413         floatformat_ia64_spill): Delete unused vars.
2414         (_initialize_doublest): Delete unused function.
2415         * gdbtypes.c (floatformats_ibm_long_double): Use new big- and
2416         little-endian variants of floatformat_ibm_long_double.
2417
2418 2013-08-19  Luis Machado  <lgustavo@codesourcery.com>
2419
2420         * Makefile.in (SFILES): Remove common/target-common.c and
2421         add target/waitstatus.c.
2422         (HFILES_NO_SRCDIR): Remove common/target-common.h and add
2423         target/resume.h, target/wait.h and target/waitstatus.h.
2424         (COMMON_OBS): Remove target-common.o and add
2425         waitstatus.o.
2426         (target-common.o): Remove.
2427         (waitstatus.o): New target object file.
2428         * common/target-common.c: Move contents to
2429         target/waitstatus.c and remove.
2430         * common/target-common.h: Move contents to other files and
2431         remove.
2432         (enum resume_kind: Move to target/resume.h.
2433         (TARGET_WNOHANG): Move to target/wait.h.
2434         (enum target_waitkind): Move to target/waitstatus.h.
2435         (struct target_waitstatus): Likewise.
2436         * target.h: Do not include target-common.h and
2437         include target/resume.h, target/wait.h and
2438         target/waitstatus.h.
2439         * target/resume.h: New file.
2440         * target/wait.h: New file.
2441         * target/waitstatus.h: New file.
2442         * target/waitstatus.c: New file.
2443
2444 2013-08-19  Pedro Alves  <palves@redhat.com>
2445
2446         * linux-nat.c (linux_test_for_tracefork)
2447         (linux_test_for_tracesysgood, linux_child_follow_fork)
2448         (lin_lwp_attach_lwp, linux_nat_resume): Don't block child signals.
2449         (linux_nat_wait_1): Extend comment.
2450         (linux_async_pipe): Add comment.
2451
2452 2013-08-15  Kevin Buettner  <kevinb@redhat.com>
2453
2454         * rl78-tdep.c (RL78_RAW_PC_REGNUM): New enum.
2455         (RL78_PC_REGNUM): Move to list of pseudo-register enums.
2456         (rl78_register_type, rl78_register_name, rl78_register_reggroup_p):
2457         Update to account for fact that PC is now a pseudo-register.
2458         (rl78_pseudo_register_write, rl78_pseudo_register_read):  Add
2459         cases for RL78_PC_REGNUM.
2460
2461 2013-08-15  Muhammad Bilal  <mbilal@codesourcery.com>
2462
2463         PR cli/15841
2464         * top.c (quit_force): Skip writing history file
2465         if input is not from terminal.
2466
2467 2013-08-14  Tom Tromey  <tromey@redhat.com>
2468
2469         * remote.c (struct remote_state) <echo_nextthread, nextthread,
2470         resultthreadlist>: New fields.
2471         (OPAQUETHREADBYTES, threadref, MAXTHREADLISTRESULTS): Move earlier.
2472         (remote_get_threadlist, remote_threadlist_iterator): Use
2473         new fields.  Remove static variables.
2474
2475 2013-08-14  Tom Tromey  <tromey@redhat.com>
2476
2477         * remote.c (struct remote_state) <remote_stopped_by_watchpoint_p,
2478         remote_watch_data_address>: New fields.
2479         (remote_stopped_by_watchpoint_p, remote_watch_data_address): Remove.
2480         (process_stop_reply, remote_wait_as)
2481         (remote_check_watch_resources, remote_stopped_data_address): Update.
2482
2483 2013-08-14  Tom Tromey  <tromey@redhat.com>
2484
2485         * remote.c (struct remote_state) <async_client_callback,
2486         async_client_context>: New fields.
2487         (async_client_callback, async_client_context): Remove.
2488         (remote_async_serial_handler, remote_async): Update.
2489
2490 2013-08-14  Tom Tromey  <tromey@redhat.com>
2491
2492         * remote.c (sizeof_pkt): Remove.
2493         (remote_trace_find): Use rs->buf_size, not sizeof_pkt.
2494
2495 2013-08-14  Tom Tromey  <tromey@redhat.com>
2496
2497         * remote.c (struct remote_state) <use_threadinfo_query,
2498         use_threadextra_query>: New fields.
2499         (remote_threads_info, remote_threads_extra_info)
2500         (remote_open_1): Update.
2501
2502 2013-08-14  Tom Tromey  <tromey@redhat.com>
2503
2504         * remote.c (struct remote_state) <finished_object,
2505         finished_annex, finished_offset>: New fields.
2506         (remote_read_qxfer): Use remote_state fields; remove static
2507         variables.
2508
2509 2013-08-14  Tom Tromey  <tromey@redhat.com>
2510
2511         * remote.c (struct remote_state) <last_sent_step>:
2512         New field.
2513         (last_sent_step): Remove.
2514         (remote_resume, remote_wait_as): Update.
2515
2516 2013-08-14  Tom Tromey  <tromey@redhat.com>
2517
2518         * remote.c (struct remote_state) <last_sent_signal>:
2519         New field.
2520         (last_sent_signal): Remove.
2521         (new_remote_state, remote_resume, remote_wait_as): Update.
2522
2523 2013-08-14  Tom Tromey  <tromey@redhat.com>
2524
2525         * remote.c (struct remote_state) <last_program_signals_packet>:
2526         New field.
2527         (last_program_signals_packet): Remove.
2528         (remote_program_signals, remote_open_1): Update.
2529
2530 2013-08-14  Tom Tromey  <tromey@redhat.com>
2531
2532         * remote.c (struct remote_state) <last_pass_packet>:
2533         New field.
2534         (last_pass_packet): Remove.
2535         (remote_pass_signals, remote_open_1): Update.
2536
2537 2013-08-14  Tom Tromey  <tromey@redhat.com>
2538
2539         * remote.c (struct remote_state) <remote_traceframe_number>:
2540         New field.
2541         (remote_traceframe_number): Remove.
2542         (new_remote_state, remote_open_1, set_remote_traceframe)
2543         (remote_trace_find): Update.
2544
2545 2013-08-14  Tom Tromey  <tromey@redhat.com>
2546
2547         * remote.c (struct remote_state) <general_thread, continue_thread>:
2548         New fields.
2549         (general_thread, continue_thread): Remove.
2550         (record_currthread, set_thread, set_general_process)
2551         (remote_open_1, extended_remote_attach_1, remote_wait_as)
2552         (extended_remote_mourn_1): Update.
2553
2554 2013-08-14  Tom Tromey  <tromey@redhat.com>
2555
2556         * remote.c (struct remote_state) <remote_desc>: New field.
2557         (remote_desc): Remove.
2558         (remote_threads_info, remote_threads_extra_info, remote_close)
2559         (send_interrupt_sequence, remote_start_remote, remote_open_1)
2560         (readchar, remote_xfer_partial, remote_rcmd, packet_command)
2561         (remote_hostio_send_command, remote_file_put, remote_file_get)
2562         (remote_file_delete, remote_can_async_p, remote_is_async_p)
2563         (remote_async, remote_new_objfile, set_range_stepping): Update.
2564
2565 2013-08-14  Tom Tromey  <tromey@redhat.com>
2566
2567         * remote.c (remote_state): Now a pointer.
2568         (get_remote_state_raw): Update.
2569         (new_remote_state): New function.
2570         (_initialize_remote): Use new_remote_state.
2571
2572 2013-08-14  Tom Tromey  <tromey@redhat.com>
2573
2574         * remote.c (remote_protocol_features): Now const.
2575
2576 2013-08-14  Tom Tromey  <tromey@redhat.com>
2577
2578         * remote.c (crc32_table, crc32): Remove.
2579         (remote_verify_memory): Use xcrc32.
2580
2581 2013-08-13  Sergio Durigan Junior  <sergiodj@redhat.com>
2582
2583         * value.h (create_internalvar_type_lazy): Adjust prototype
2584         declaration.
2585
2586 2013-08-13  Andrew Burgess  <aburgess@broadcom.com>
2587
2588         * common/format.c (parse_format_string): Don't allow '#' flag for
2589         pointer arguments in format string.
2590
2591 2013-08-13  Pierre Muller  <muller@sourceware.org>
2592
2593         * utils.c (init_page_info): Only call tgetnum function
2594         if rl_get_screen_size did not return useful values.
2595
2596 2013-08-12  Ali Anwar  <ali_anwar@codesourcery.com>
2597
2598         PR breakpoints/15117
2599         * linespec.c (linespec_parse_basic): Check for convenience
2600         variable or history value while parsing.
2601
2602 2013-08-12  Sergio Durigan Junior  <sergiodj@redhat.com>
2603
2604         Revert implementation of gdbarch_gdb_signal_{to,from}_target for
2605         AVR.
2606         * avr-tdep.c: Remove include of "linux-tdep.h".  Remove enum with
2607         different signals between the generic Linux kernel implementation
2608         and AVR's.
2609         (avr_linux_gdb_signal_from_target): Delete.
2610         (avr_linux_gdb_signal_to_target): Delete.
2611         (avr_gdbarch_init): Don't set gdbarch_gdb_signal_{to,from}_target.
2612
2613 2013-08-09  Doug Evans  <dje@google.com>
2614
2615         * dwarf2read.c (create_addrmap_from_index): Ignore bad address table
2616         entries.
2617
2618 2013-08-09  Sergio Durigan Junior  <sergiodj@redhat.com>
2619
2620         * linux-tdep.c: Define enum with generic signal numbers.
2621         (linux_gdb_signal_from_target): New function.
2622         (linux_gdb_signal_to_target): Likewise.
2623         (linux_init_abi): Set gdbarch_gdb_signal_{to,from}_target
2624         methods to the functions above.
2625         * linux-tdep.h (linux_gdb_signal_from_target): New prototype.
2626         (linux_gdb_signal_to_target): Likewise.
2627         * alpha-linux-tdep.c: Define new enum with signals different
2628         from generic Linux kernel.
2629         (alpha_linux_gdb_signal_from_target): New function.
2630         (alpha_linux_gdb_signal_to_target): Likewise.
2631         (alpha_linux_init_abi): Set gdbarch_gdb_signal_{to,from}_target
2632         with the functions mentioned above.
2633         * avr-tdep.c: Define enum with differences between Linux kernel
2634         and AVR signals.
2635         (avr_linux_gdb_signal_from_target): New function.
2636         (avr_linux_gdb_signal_to_target): Likewise.
2637         (avr_gdbarch_init): Set gdbarch_gdb_signal_{to,from}_target to
2638         the functions mentioned above.
2639         * sparc-linux-tdep.c: Define enum with differences between SPARC
2640         and generic Linux kernel signal numbers.
2641         (sparc32_linux_gdb_signal_from_target): New function.
2642         (sparc32_linux_gdb_signal_to_target): Likewise.
2643         (sparc32_linux_init_abi): Set gdbarch_gdb_signal_{to,from}_target
2644         to the functions defined above.
2645         * xtensa-linux-tdep.c: Define enum with differences between
2646         Xtensa and Linux kernel generic signals.
2647         (xtensa_linux_gdb_signal_from_target): New function.
2648         (xtensa_linux_gdb_signal_to_target): Likewise.
2649         (xtensa_linux_init_abi): Set gdbarch_gdb_signal_to_target
2650         to the functions defined above.
2651         * mips-linux-tdep.c: Define enum with differences between
2652         signals in MIPS and Linux kernel generic ones.
2653         (mips_gdb_signal_to_target): New function.
2654         (mips_gdb_signal_from_target): Redefine to use new enum, handle
2655         only different signals from the Linux kernel generic.
2656         (mips_linux_init_abi): Set gdbarch_gdb_signal_{to,from}_target
2657         the functions defined above.
2658         * mips-linux-tdep.h (enum mips_signals): Remove.
2659
2660 2013-08-09  Pedro Alves  <palves@redhat.com>
2661
2662         * avr-tdep.c (XMALLOC): Delete macro.
2663         * cli/cli-dump.c (XMALLOC): Delete macro.
2664
2665 2013-08-09  Pedro Alves  <palves@redhat.com>
2666
2667         * cli/cli-dump.c: Don't include cli/cli-dump.h.
2668         (scan_expression_with_cleanup, scan_filename_with_cleanup)
2669         (fopen_with_cleanup, add_dump_command): Make static.
2670         * cli/cli-dump.h: Delete file.
2671         * Makefile.in (HFILES_NO_SRCDIR): Remove reference to
2672         cli/cli-dump.h.
2673
2674 2013-08-09  Pedro Alves  <palves@redhat.com>
2675
2676         * tracepoint.c (tfile_start): Show tilde-expanded filename in
2677         error message.
2678
2679 2013-08-09  Pedro Alves  <palves@redhat.com>
2680
2681         * breakpoint.c (save_breakpoints): Show tilde-expanded filename in
2682         error message.
2683
2684 2013-08-09  Pedro Alves  <palves@redhat.com>
2685
2686         * gcore.c (create_gcore_bfd): Don't use tilde_expand here.
2687         (gcore_command): Use tilde_expand here, and when showing the
2688         filename to the user, show the expanded version.
2689
2690 2013-08-09  Yao Qi  <yao@codesourcery.com>
2691
2692         * stack.c (read_frame_arg): Set 'entryval_error' to NULL if
2693         'entryval' is set.
2694
2695 2013-08-08  Azat Khuzhin  <a3at.mail@gmail.com>  (tiny change)
2696
2697         * gcore.c (create_gcore_bfd): Use tilde_expand.
2698
2699 2013-08-08  Yao Qi  <yao@codesourcery.com>
2700
2701         * frame.h (read_frame_local): Declare.
2702         * mi/mi-cmd-stack.c (list_args_or_locals): Call
2703         read_frame_local.
2704         * stack.c (read_frame_local): New.
2705
2706 2013-08-08  Yao Qi  <yao@codesourcery.com>
2707
2708         * mi/mi-cmd-stack.c: Update comments to function
2709         list_args_or_locals.
2710
2711 2013-08-07  Tom Tromey  <tromey@redhat.com>
2712
2713         PR symtab/15028:
2714         * dwarf2read.c (struct process_psymtab_comp_unit_data): New.
2715         (process_psymtab_comp_unit_reader): Use it.
2716         (process_psymtab_comp_unit): Update.  Add "pretend_language"
2717         argument.
2718         (dwarf2_build_psymtabs_hard): Update.
2719         (scan_partial_symbols): Pass CU's language to
2720         process_psymtab_comp_unit.
2721
2722 2013-08-07  Tom Tromey  <tromey@redhat.com>
2723
2724         * dwarf2read.c (dw2_get_primary_filename_reader): Remove.
2725         (dwarf2_gdb_index_functions): Update.
2726         * psymtab.c (find_symbol_file_from_partial): Remove.
2727         (psym_functions): Update.
2728         * symfile.h (struct quick_symbol_functions) <find_symbol_file>:
2729         Remove.
2730
2731 2013-08-07  Tom Tromey  <tromey@redhat.com>
2732
2733         * symfile.c (set_initial_language): Look up "main" symbol
2734         and use its language.
2735         * symtab.c (find_main_filename): Remove.
2736         * symtab.h (find_main_filename): Remove.
2737
2738 2013-08-07  Tom Tromey  <tromey@redhat.com>
2739
2740         * dwarf2read.c (recursively_compute_inclusions): Add
2741         "immediate_parent" argument.  Set symtab's "user" field
2742         if not set.
2743         (compute_symtab_includes): Update.
2744
2745 2013-08-07  Tom Tromey  <tromey@redhat.com>
2746
2747         * linespec.c (convert_linespec_to_sals): Use maybe_add_address
2748         when adding label symbols.
2749
2750 2013-08-07  Raunaq Bathija  <raunaq12@in.ibm.com>
2751             Ulrich Weigand  <uweigand@de.ibm.com>
2752
2753         * configure.tgt (powerpc64-*-aix*): Match powerpc64 running aix.
2754         * configure.host (powerpc64-*-aix*): Likewise.
2755
2756 2013-08-07  Raunaq Bathija  <raunaq12@in.ibm.com>
2757             Ulrich Weigand  <uweigand@de.ibm.com>
2758
2759         * gdb_ptrace.h: Use ptrace64 instead of ptrace if HAVE_PTRACE64
2760         is defined.
2761         * rs6000-nat.c: Check for __ld_info64_ if compiling 64 BIT gdb.
2762         (rs6000_ptrace32): Call ptrace64 instead of ptrace if present.
2763         (rs6000_ptrace64): Call ptace64 instead of ptracex if present.
2764         * configure.ac: Check for ptrace64.
2765         * configure, config.in: Regenerate.
2766
2767 2013-08-07  Raunaq Bathija  <raunaq12@in.ibm.com>
2768             Ulrich Weigand  <uweigand@de.ibm.com>
2769
2770         * aixthread.c: Call ptrace64 instead of ptracex if defined.
2771         Call ptrace64 instead of ptrace if defined.
2772         Add macro addr_ptr to take care of ptrace address argument.
2773         (pdc_read_regs): Likewise.
2774         (pdc_write_regs): Likewise.
2775         (aix_thread_resume): Likewise.
2776         (fetch_regs_kernel_thread): Likewise.
2777         (store_regs_kernel_thread): Likewise.
2778
2779 2013-08-07  Anton Blanchard  <anton@samba.org>
2780
2781         * MAINTAINERS: Add myself to Write After Approval.
2782
2783 2013-08-05  Tom Tromey  <tromey@redhat.com>
2784
2785         * aix-thread.c (_initialize_aix_thread): Use
2786         complete_target_initialization.
2787         * bsd-uthread.c (_initialize_bsd_uthread): Use
2788         complete_target_initialization.
2789         * dec-thread.c (_initialize_dec_thread): Use
2790         complete_target_initialization.
2791         * ravenscar-thread.c (_initialize_ravenscar): Use
2792         complete_target_initialization.
2793         * sol-thread.c (_initialize_sol_thread): Use
2794         complete_target_initialization.
2795         * spu-multiarch.c (_initialize_spu_multiarch): Use
2796         complete_target_initialization.
2797
2798 2013-08-05  Tom Tromey  <tromey@redhat.com>
2799
2800         * ada-exp.y (write_var_or_type): Use bound_minimal_symbol.
2801         * ada-lang.c (ada_lookup_simple_minsym): Return
2802         bound_minimal_symbol.
2803         * ada-lang.h (ada_lookup_simple_minsym): Update.
2804         * c-exp.y (variable): Use lookup_bound_minimal_symbol.
2805         * f-exp.y (variable): Use lookup_bound_minimal_symbol.
2806         * go-exp.y (variable): Use lookup_bound_minimal_symbol.
2807         * jv-exp.y (push_expression_name): Use lookup_bound_minimal_symbol.
2808         * m2-exp.y (variable): Use lookup_bound_minimal_symbol.
2809         * minsyms.c (msymbol_objfile): Remove.
2810         (lookup_minimal_symbol_internal): New function, from
2811         lookup_minimal_symbol.
2812         (lookup_minimal_symbol): Rewrite using
2813         lookup_minimal_symbol_internal.
2814         (lookup_bound_minimal_symbol): New function.
2815         * minsyms.h (msymbol_objfile): Remove.
2816         (lookup_bound_minimal_symbol): Declare.
2817         * p-exp.y (variable): Use lookup_bound_minimal_symbol.
2818         * parse.c (write_exp_msymbol): Change parameter to a
2819         bound_minimal_symbol.
2820         (write_dollar_variable): Use lookup_bound_minimal_symbol.
2821         * parser-defs.h (write_exp_msymbol): Update.
2822         * printcmd.c (address_info): Use lookup_bound_minimal_symbol.
2823         * symfile.c (simple_read_overlay_table): Use
2824         lookup_bound_minimal_symbol.
2825         * symtab.c (skip_prologue_sal): Don't use msymbol_objfile.
2826         (search_symbols): Likewise.
2827         (print_msymbol_info): Take a bound_minimal_symbol argument.
2828         (symtab_symbol_info, rbreak_command): Update.
2829         * symtab.h (struct symbol_search) <msymbol>: Change type
2830         to bound_minimal_symbol.
2831         * valops.c (find_function_in_inferior): Use
2832         lookup_bound_minimal_symbol.
2833         * value.c (value_fn_field): Use lookup_bound_minimal_symbol.
2834
2835 2013-08-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
2836
2837         Code cleanup.
2838         * remote.c (cleanup_sigint_signal_handler): Rename the declaration
2839         to ...
2840         (async_cleanup_sigint_signal_handler): ... this.
2841         (initialize_sigint_signal_handler): Remove declaration.
2842         (handle_remote_sigint): Rename the declaration to ...
2843         (async_handle_remote_sigint): ... this.
2844         (handle_remote_sigint_twice): Rename the declaration to ...
2845         (async_handle_remote_sigint_twice): ... this.
2846         (async_remote_interrupt, async_remote_interrupt_twice)
2847         (remote_interrupt): Remove the declarations.
2848         (remote_interrupt_twice): Rename the declaration ...
2849         (sync_remote_interrupt_twice): ... this.
2850         (sigint_remote_twice_token): Rename the variable to ...
2851         (async_sigint_remote_twice_token): ... this.
2852         (sigint_remote_token): Rename the variable to ...
2853         (async_sigint_remote_token): ... this.
2854         (initialize_sigint_signal_handler): Rename the function to ...
2855         (async_initialize_sigint_signal_handler): ... this.  Update the name
2856         inside.
2857         (handle_remote_sigint): Rename the function to ...
2858         (async_handle_remote_sigint): ... this.  Update the names inside.
2859         (handle_remote_sigint_twice): Rename the function to ...
2860         (async_handle_remote_sigint_twice): ... this.  Update the names inside.
2861         (cleanup_sigint_signal_handler): Rename the function to ...
2862         (async_cleanup_sigint_signal_handler): ... this.
2863         (remote_interrupt): Rename the function to ...
2864         (sync_remote_interrupt): this.  Update the names inside.
2865         (remote_interrupt_twice): Rename the function to ...
2866         (sync_remote_interrupt_twice): this.  Update the names inside.
2867         (remote_terminal_inferior, remote_terminal_ours, remote_wait_as)
2868         (_initialize_remote): Update the names inside.
2869
2870 2013-08-02  Tom Tromey  <tromey@redhat.com>
2871
2872         PR symtab/15719:
2873         * breakpoint.c (update_watchpoint, watchpoint_check)
2874         (watch_command_1): Update.
2875         * eval.c (fetch_subexp_value): Add "preserve_errors"
2876         parameter.
2877         * ppc-linux-nat.c (check_condition): Update.
2878         * value.h (fetch_subexp_value): Update.
2879
2880 2013-08-02  Andrew Burgess  <aburgess@broadcom.com>
2881
2882         * mi/mi-interp.c (mi_interpreter_resume): Remove call to
2883         add_file_handler.
2884
2885 2013-08-01  Doug Evans  <dje@google.com>
2886
2887         PR symtab/15691
2888         * dwarf2read.c (struct dwarf2_per_cu_data): New member tu_read.
2889         (fill_in_sig_entry_from_dwo_entry): Reorganize asserts.
2890         Add assert of sig_entry->dwo_unit == NULL.
2891         (lookup_dwo_signatured_type): Don't assign TU to a DWO if the TU
2892         had already been read.
2893         (read_signatured_type): Set per_cu.tu_read.
2894
2895         PR symtab/15695
2896         * valops.c (value_struct_elt): Add missing call to check_typedef.
2897         (value_find_oload_method_list): Ditto.
2898
2899         * symtab.c (do_free_search_symbols_cleanup): Change arg to,
2900         effectively, struct symbol_search **.
2901         (make_cleanup_free_search_symbols): Change arg to struct
2902         symbol_search **.  All callers updated.
2903         (compare_search_syms): Compare symtab file name and block as well.
2904         (search_symbols_equal): New function.
2905         (sort_search_symbols_remove_dups): Renamed from sort_search_symbols.
2906         New args new_head, new_tail.  Result is now void.  Remove dups after
2907         sorting the symbols.
2908         (search_symbols): Sort all found symbols once, after all have been
2909         found, and remove duplicates.  Simplify cleanup tracking of result.
2910         * symtab.h (make_cleanup_free_search_symbols): Update prototype.
2911
2912         Further workarounds for binutils/15021.
2913         * dwarf2read.c (recursively_compute_inclusions): Change type of result
2914         parameter to VEC (symtab_ptr) **.  New parameter all_type_symtabs.
2915         Watch for duplicate symtabs coming from type units.
2916         (compute_symtab_includes): Update call to
2917         recursively_compute_inclusions. Build vector of included symtabs
2918         instead of per_cus.
2919         * symtab.h (symtab_ptr): New typedef.
2920         (DEF_VEC_P (symtab_ptr)): New VEC type.
2921         * linespec.c (symtab_p): Delete.  All uses updated to use symtab_ptr
2922         instead.
2923
2924 2013-08-01  Andrew Burgess  <aburgess@broadcom.com>
2925
2926         * cli/cli-script.c (script_from_file): Remove use of
2927         error_pre_print.
2928         * main.c (captured_main): Remove use of error_pre_print and
2929         quit_pre_print.
2930         * utils.c (error_pre_print, quit_pre_print): Remove.
2931         * utils.h (error_pre_print, quit_pre_print): Likewise.
2932
2933 2013-08-01  Yao Qi  <yao@codesourcery.com>
2934
2935         * mi/mi-cmd-stack.c (mi_cmd_stack_list_locals): Parse argv
2936         with mi_getopt.
2937         (mi_cmd_stack_list_variables): Likewise.
2938
2939 2013-07-31  Andrew Burgess  <aburgess@broadcom.com>
2940
2941         * exceptions.c (deprecated_throw_reason): Remove.
2942         * exceptions.h (deprecated_throw_reason): Remove.
2943
2944 2013-07-31  Andrew Burgess  <aburgess@broadcom.com>
2945
2946         * remote-mips.c (mips_error): Replace use of
2947         deprecated_throw_reason with throw_verror.  Use the error message
2948         passed to mips_error as the error message for throw_verror.
2949
2950 2013-07-31  Andrew Burgess  <aburgess@broadcom.com>
2951
2952         * monitor.c (monitor_interrupt_query): Replace use of
2953         deprecated_throw_reason with quit.
2954         * nto-procfs.c (interrupt_query): Likewise.
2955         * remote-fileio.c (remote_fileio_sig_exit): Likewise.
2956         * remote-mips.c (mips_kill): Likewise.
2957         * remote.c (interrupt_query): Likewise.
2958
2959 2013-07-31  Andrew Burgess  <aburgess@broadcom.com>
2960
2961         * utils.c (internal_verror): Replace use of deprecated_throw_reason
2962         with call to fatal.
2963
2964 2013-07-31  Pedro Alves  <pedro@codesourcery.com>
2965             Yao Qi  <yao@codesourcery.com>
2966
2967         * tracepoint.c (trace_dump_command): Select the current frame.
2968
2969 2013-07-30  Doug Evans  <dje@google.com>
2970
2971         * dwarf2read.c (process_queue): Add type signature to debug output.
2972
2973 2013-07-30  Andrew Burgess  <aburgess@broadcom.com>
2974
2975         * value.c (value_fetch_lazy): Mark optimized out values as such
2976         rather than raising an error.
2977
2978 2013-07-30  Andrew Burgess  <aburgess@broadcom.com>
2979
2980         * value.c (value_fetch_lazy): Ensure parent value is not lazy
2981         before checking which bits of the parent, not the child, value are
2982         valid.
2983
2984 2013-07-30  Muhammad Bilal  <mbilal@codesorcery.com>
2985
2986         PR gdb/15715
2987         * top.c: Include "filenames.h".
2988         (set_history_filename): New function.
2989         (init_main): Install it as set hook of the "set history filename"
2990         command.
2991
2992 2013-07-30  Sanimir Agovic  <sanimir.agovic@intel.com>
2993
2994         * dwarf2read.c (dwarf2_get_ref_die_offset): Constify struct
2995         attribute parameter.
2996         (dwarf2_const_value_data): Constify struct attribute parameter.
2997         (dwarf2_const_value): Constify struct attribute parameter.
2998         (dwarf2_const_value_attr): Constify struct attribute parameter.
2999         (lookup_die_type): Constify struct attribute parameter.
3000         (dwarf2_get_attr_constant_value): Constify struct attribute parameter.
3001         (follow_die_ref_or_sig): Constify struct attribute parameter.
3002         (follow_die_ref): Constify struct attribute parameter.
3003         (follow_die_sig): Constify struct attribute parameter.
3004         (get_DW_AT_signature_type): Constify struct attribute parameter.
3005         (get_type_unit_group): Constify struct attribute parameter.
3006         (fill_in_loclist_baton): Constify struct attribute parameter.
3007         (dwarf2_symbol_mark_computed): Constify struct attribute parameter.
3008         (type_unit_group): Constify struct attribute parameter.
3009
3010 2013-07-30  Sanimir Agovic  <sanimir.agovic@intel.com>
3011
3012         * dwarf2read.c (attr_form_is_block): Make argument const.
3013         (attr_form_is_section_offset): Make argument const.
3014         (attr_form_is_constant): Make argument const.
3015         (attr_form_is_ref): Make argument const.
3016
3017 2013-07-30  Sanimir Agovic  <sanimir.agovic@intel.com>
3018
3019         * dwarf2read.c (attr_is_ref): Rename to attr_form_is_ref.
3020         All uses updated.
3021         (attr_form_is_ref): Moved below attr_form_is_constant.
3022
3023 2013-07-29  Doug Evans  <dje@google.com>
3024
3025         * main.c (captured_command_loop): Tweak comment.
3026
3027         * target.c (target_async_permitted_1): Fix comment.
3028
3029         * symtab.c (iterate_over_some_symtabs): Add comment.
3030
3031         * symtab.c (iterate_over_some_symtabs): Fix indentation.
3032
3033 2013-07-27  Yao Qi  <yao@codesourcery.com>
3034
3035         * NEWS: Mention that GDBserver now supports hardware
3036         watchpoints on the MIPS GNU/Linux target.
3037
3038 2013-07-27  Yao Qi  <yao@codesourcery.com>
3039
3040         * Makefile.in (HFILES_NO_SRCDIR): Add
3041         common/mips-linux-watch.h.
3042         (mips-linux-watch.o): New rule.
3043         * common/mips-linux-watch.c: New.
3044         * common/mips-linux-watch.h: New.
3045         * config/mips/linux.mh (NATDEPFILES): Add mips-linux-watch.o
3046         * mips-linux-nat.c: Include mips-linux-watch.h.
3047         (W_BIT, R_BIT, I_BIT, W_MASK, R_MASK, I_MASK, IRW_MASK): Move
3048         to common/mips-linux-watch.h.
3049         (MAX_DEBUG_REGISTER): Likewise.
3050         (enum pt_watch_style): Likewise.
3051         (struct mips32_watch_regs): Likewise.
3052         (struct mips64_watch_regs): Likewise.
3053         (struct pt_watch_regs): Likewise.
3054         (struct mips_watchpoint): Likewise.
3055         (mips_linux_watch_get_irw_mask): Move to
3056         common/mips-linux-watch.c.
3057         (get_reg_mask, mips_linux_watch_get_num_valid): Likewise.
3058         (mips_linux_watch_get_watchlo): Likewise.
3059         (mips_linux_watch_set_watchlo): Likewise.
3060         (mips_linux_watch_get_watchhi): Likewise.
3061         (mips_linux_watch_set_watchhi): Likewise.
3062         (mips_linux_read_watch_registers): Likewise.
3063         (mips_linux_watch_type_to_irw): Likewise.
3064         (mips_linux_stopped_data_address, fill_mask): Likewise.
3065         (mips_linux_watch_try_one_watch): Likewise.
3066         (mips_linux_watch_populate_regs): Likewise.
3067
3068 2013-07-27  Yao Qi  <yao@codesourcery.com>
3069
3070         * mips-linux-nat.c (get_irw_mask): Rename to ...
3071         (mips_linux_watch_get_irw_mask): ... this.  Rename parameter
3072         'set' to 'n'.  Update function comment.  All callers changed.
3073         (get_reg_mask): Rename parameter 'set' to 'n'.  Update
3074         function comment.  All callers changed.
3075         (get_num_valid): Rename to ...
3076         (mips_linux_watch_get_num_valid): ... this.  Rename parameter
3077         'set' to 'n'.  Update function comment.  All callers changed.
3078         (get_watchlo): Rename to ...
3079         (mips_linux_watch_get_watchlo): ... this.  Rename parameter
3080         'set' to 'n'.  Update function comment.  All callers changed.
3081         (set_watchlo): Rename to ...
3082         (mips_linux_watch_set_watchlo): ... this.  Rename parameter
3083         'set' to 'n'.  Update function comment.  All callers changed.
3084         (get_watchhi): Rename to ...
3085         (mips_linux_watch_get_watchhi): ... this.  Update function
3086         comment.  All callers changed.
3087         (set_watchhi): Rename to ...
3088         (mips_linux_watch_set_watchhi): ... this.  Update function
3089         comment.  All callers changed.
3090         (mips_linux_read_watch_registers): Update function comment.
3091         Add new parameters 'lwpid', 'watch_readback', and
3092         'watch_readback_valid'.  Update.
3093         (type_to_irw): Rename to ...
3094         (mips_linux_watch_type_to_irw): ... this.  Update function
3095         comment.  All callers changed.
3096         (fill_mask): Update function comment.
3097         (try_one_watch): Rename to ...
3098         (mips_linux_watch_try_one_watch): ... this.  Change the type
3099         of parameter 'irw' from 'unsigned' to 'uint32_t'.
3100         (populate_regs_from_watches): Rename to ...
3101         (mips_linux_watch_populate_regs): ... this.  Add parameter
3102         'current_watches'.  All callers changed.
3103
3104 2013-07-27  Yao Qi  <yao@codesourcery.com>
3105
3106         * mips-linux-nat.c (MAX_DEBUG_REGISTER): Move it earlier in
3107         the code.
3108         (PTRACE_SET_WATCH_REGS, enum pt_watch_style): Remove.
3109         (struct mips32_watch_regs, struct mips64_watch_regs): Remove.
3110         (struct pt_watch_regs): Likewise.
3111         [!PTRACE_GET_WATCH_REGS] (PTRACE_SET_WATCH_REGS): New macro.
3112         [!PTRACE_GET_WATCH_REGS] (enum pt_watch_style): New.
3113         [!PTRACE_GET_WATCH_REGS] (struct mips32_watch_regs): New.
3114         [!PTRACE_GET_WATCH_REGS] (struct mips64_watch_regs): New.
3115         [!PTRACE_GET_WATCH_REGS] (struct pt_watch_regs): New.
3116
3117 2013-07-27  Yao Qi  <yao@codesourcery.com>
3118
3119         * breakpoint.h: Include break-common.h.
3120         (enum target_hw_bp_type): Move to ...
3121         * common/break-common.h: ... here.  New.
3122
3123 2013-07-26  Cyril Nikolaev  <cyril@nichtverstehen.de>
3124
3125         * inflow.c (terminal_init_inferior_with_pgrp): Save inferior
3126         process group regardless of having tty on stdin.
3127
3128 2013-07-25  Doug Evans  <dje@google.com>
3129
3130         * linux-fork.h (detach_fork): Delete.
3131
3132 2013-07-25  Tom Tromey  <tromey@redhat.com>
3133
3134         PR remote/15256, PR remote/15266:
3135         * bfd-target.c (target_bfd_reopen): Initialize to_magic.
3136         * monitor.c (monitor_detach): Use unpush_target.
3137         * remote-m32r-sdi.c (m32r_detach): Use unpush_target.
3138         * remote-mips.c (mips_detach): Use unpush_target.  Don't
3139         call mips_close.
3140         * remote-sim.c (gdbsim_detach): Use unpush_target.
3141         * target.c (pop_target): Remove.
3142         (pop_all_targets_above): Don't call target_close.
3143         (target_close): Assert that the target is unpushed.
3144         * target.h (pop_target): Don't declare.
3145         * tracepoint.c (tfile_open): Use unpush_target.
3146
3147 2013-07-25  Tom Tromey  <tromey@redhat.com>
3148
3149         * linux-thread-db.c (init_thread_db_ops): Call
3150         complete_target_initialization.
3151         (_initialize_thread_db): Don't call add_target.
3152         * target.c (complete_target_initialization): New function.
3153         (add_target_with_completer): Call it.
3154         * target.h (complete_target_initialization): Declare.
3155
3156 2013-07-25  Mark Kettenis  <kettenis@gnu.org>
3157
3158         * hppa-tdep.h (enum hppa_regnum): Add members for all space registers.
3159         * hppaobsd-tdep.c (HPPAOBSD_SIZEOF_GREGS): Add comment.
3160         (HPPANBSD_SIZEOF_GREGS): New define.
3161         (hppaobsd_supply_gregset): Handle additional registers.
3162         * hppabsd-nat.c (hppabsd_gregset_supplies_p): Adjust to indicate
3163         we provide more registers now.
3164         (hppabsd_supply_gregset): Supply additional registers.
3165         (hppabsd_collect_gregset): Collect additional registers.
3166
3167 2013-07-25  Mark Kettenis  <kettenis@gnu.org>
3168
3169         * hppabsd-tdep.c: Include "dwarf2-frame.h".
3170         (hppabsd_dwarf2_frame_init_reg): New function.
3171         (hppabsd_init_abi): Hook in the DWARF CFI frame unwinder.
3172
3173 2013-07-25  Andrew Burgess  <aburgess@broadcom.com>
3174
3175         * mi/mi-main.c (output_register): Make MI 'r' format use standard
3176         'z' format code.  Remove error for optimized out values, standard
3177         code will handle these fine.
3178
3179 2013-07-25  Andrew Burgess  <aburgess@broadcom.com>
3180
3181         * NEWS: Mention new 'z' formatter.
3182         * printcmd.c (print_scalar_formatted): Add new 'z' formatter.
3183         (_initialize_printcmd): Mention 'z' formatter in help text of the
3184         'x' command.
3185
3186 2013-07-24  Maciej W. Rozycki  <macro@codesourcery.com>
3187
3188         * mips-tdep.c (micromips_deal_with_atomic_sequence): Correct
3189         formatting.
3190
3191 2013-07-24  Sergio Durigan Junior  <sergiodj@redhat.com>
3192
3193         * breakpoint.c (create_longjmp_master_breakpoint): Check if probe
3194         interface can evaluate arguments.  Fallback to the old mode if it
3195         cannot.
3196         (create_exception_master_breakpoint): Likewise.
3197         * elfread.c (elf_can_evaluate_probe_arguments): New function.
3198         (struct sym_probe_fns elf_probe_fns): Export function above to the
3199         probe interface.
3200         * probe.c (can_evaluate_probe_arguments): New function.
3201         * probe.h (struct probe_ops) <can_evaluate_probe_arguments>: New
3202         function pointer.
3203         (can_evaluate_probe_arguments): New function prototype.
3204         * solib-svr4.c (svr4_create_solib_event_breakpoints): Check if
3205         probe interface can evaluate arguments.  Fallback to the old mode
3206         if it cannot.
3207         * stap-probe.c (stap_get_probe_argument_count): Check if probe
3208         interface can evaluate arguments.  Warning the user if it cannot.
3209         (stap_can_evaluate_probe_arguments): New function.
3210         (struct probe_ops stap_probe_ops): Export function above to the
3211         probe interface.
3212         * symfile.h (struct sym_probe_fns) <can_evaluate_probe_arguments>:
3213         New function pointer.
3214
3215 2013-07-24  Luis Machado  <lgustavo@codesourcery.com>
3216
3217         * Makefile.in (SFILES): Add common/target-common.c.
3218         Add common/target-common.h to headers.
3219         (COMMON_OBS): Add target-common.o.
3220         (target-common.o): New target.
3221         * linux-nat.h (resume_kind): Move to common/target-common.h.
3222         * target.c (target_waitstatus_to_string): Move to
3223         common/target-common.c.
3224         * target.h: Include target-common.h.
3225         (target_waitkind): Move to common/target-common.h.
3226         (target_waitstatus): Likewise.
3227         (TARGET_WNOHANG): Likewise.
3228         * common/target-common.c: New file.
3229         * common/target-common.h: New file.
3230
3231 2013-07-24  Doug Evans  <dje@google.com>
3232
3233         * dwarf2read.c (lookup_dwo_cutu): Change missing DWO complaint to
3234         a warning.
3235
3236 2013-07-23  Yao Qi  <yao@codesourcery.com>
3237
3238         * i386-tdep.c (i386_in_stack_tramp_p): Remove unused
3239         parameter 'gdbarch'.
3240         (i386_stack_tramp_frame_sniffer): Caller update.
3241         * i386-linux-tdep.c (i386_linux_core_read_xcr0): Remove
3242         parameter 'gdbarch' and 'target'.
3243         (i386_linux_core_read_description): Caller update.
3244         * amd64-linux-tdep.c (amd64_linux_core_read_description):
3245         Likewise.
3246         * i386-linux-tdep.h (i386_linux_core_read_xcr0): Update
3247         declaration.
3248
3249 2013-07-23  Tom Tromey  <tromey@redhat.com>
3250
3251         * dwarf2read.c (init_cutu_and_read_dies): Revert patch from
3252         2013-07-22.
3253
3254 2013-07-22  Doug Evans  <dje@google.com>
3255
3256         * exec.h (remove_target_sections): Delete arg abfd.
3257         * exec.c (exec_close): Update call to remove_target_sections.
3258         (remove_target_sections): Delete arg abfd.
3259         * solib.c (update_solib_list): Ditto.
3260         (reload_shared_libraries_1): Ditto.
3261         (clear_solib): Ditto, and unconditionally call remove_target_sections.
3262         * target.h (struct target_section): Rename key to owner.
3263         All uses updated.
3264
3265 2013-07-22  Tom Tromey  <tromey@redhat.com>
3266
3267         * solib-som.c (som_open_symbol_file_object): Call do_cleanups.
3268
3269 2013-07-22  Tom Tromey  <tromey@redhat.com>
3270
3271         * dwarf2read.c (init_cutu_and_read_dies): Remove 'free_cu_cleanup'.
3272         Simplify cleanup handling.
3273
3274 2013-07-22  Tom Tromey  <tromey@redhat.com>
3275
3276         * dwarf2read.c (dwarf_decode_line_header): Call do_cleanups
3277         on all return paths.
3278
3279 2013-07-22  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
3280
3281         * ppc-linux-nat.c (PPC_DEBUG_FEATURE_DATA_BP_DAWR): New define.
3282         (ppc_linux_region_ok_for_hw_watchpoint): Add checking to use the new
3283         DAWR interface for longer ranges hardware watchpoint (up to 512 bytes).
3284
3285 2013-07-22  Phil Muldoon  <pmuldoon@redhat.com>
3286
3287         * top.c (print_gdb_version): Add help, apropos description and
3288         url to online documentation.
3289
3290 2013-07-19  Hui Zhu  <hui@codesourcery.com>
3291
3292         PR gdb/15692
3293         * mi/mi-cmd-break.c (mi_argv_to_format): Handle double quotes.
3294
3295 2013-07-19  Yao Qi  <yao@codesourcery.com>
3296
3297         * target.c (update_current_target): Change the default action
3298         of 'to_traceframe_info' from tcomplain to return_zero.
3299         * target.h (struct target_ops) <to_traceframe_info>: Add more
3300         comments.
3301         * valops.c (read_value_memory): Call
3302         traceframe_available_memory unconditionally.
3303
3304 2013-07-18  Yao Qi  <yao@codesourcery.com>
3305
3306         * coffread.c (coff_symfile_read): Iterate over minimal symbols,
3307         if the name is prefixed by "__imp_" or "_imp_", look for minimal
3308         symbol without prefix.  If found, set its type to
3309         'mst_solib_trampoline'.
3310
3311 2013-07-17  Doug Evans  <dje@google.com>
3312
3313         * NEWS: Mention "set print raw frame-arguments".
3314         * gdbcmd.h (setprintrawlist, showprintrawlist): Declare.
3315         * stack.c (print_raw_frame_arguments): New static global.
3316         (print_frame_arg): Set opts.raw from print_raw_frame_arguments.
3317         (_initialize_stack): New command "set/show print raw frame-arguments".
3318         * valprint.c (setprintrawlist, showprintrawlist): New globals.
3319         (set_print_raw, show_print_raw): New functions.
3320         (_initialize_valprint): New prefix command "set/show print raw".
3321         * valprint.h (value_print_options): Improve comments.
3322
3323         * cli/cli-cmds.c (init_cmd_lists): Delete unnecessary initialization
3324         of all *list variables.
3325
3326         * gdbcmd.h (togglelist): Delete.
3327         * cli/cli-cmds.c (togglelist): Delete.
3328         (init_cmd_lists): Update.
3329         * cli/cli-cmds.h (togglelist): Delete.
3330
3331 2013-07-17  Tom Tromey  <tromey@redhat.com>
3332
3333         * dwarf2read.c (dwarf2_per_objfile_free): Clear
3334         dwarf2_per_objfile.
3335
3336 2013-07-16  Doug Evans  <dje@google.com>
3337
3338         * nto-tdep.c (nto_relocate_section_addresses): Update,
3339         target_section.bfd deleted.
3340         * ppc64-tdep.c (ppc64_convert_from_func_ptr_addr): Ditto.
3341         * s390-tdep.c (s390_load): Ditto.
3342         * solib-aix.c (solib_aix_relocate_section_addresses): Ditto.
3343
3344 2013-07-16  Andrew Burgess  <aburgess@broadcom.com>
3345
3346         * common/format.c (parse_format_string): Add checks for NULL
3347         character before calling strchr.
3348
3349 2013-07-16  Doug Evans  <dje@google.com>
3350
3351         * solist.h (target_so_ops.find_and_open_solib): Clarify usage of
3352         temp_pathname argument.
3353         * nto-tdep.c (nto_find_and_open_solib): Fix setting of temp_pathname
3354         when opening the file fails.
3355
3356         * target.h (struct target_section): Delete member bfd.
3357         All users updated to use the_bfd_section->owner instead.
3358         * exec.c (add_to_section_table): Assert bfd is expected value.
3359         Remove initialization of target_section.bfd.
3360         (remove_target_sections): Update.
3361         (section_table_available_memory): Update.
3362         (section_table_xfer_memory_partial): Update.
3363         (print_section_info): Update.
3364         (exec_set_section_address): Update.
3365         * record-full.c (record_full_core_xfer_partial): Update.
3366         * solib-svr4.c (svr4_relocate_section_addresses): Update.
3367         * solib-target.c (solib_target_relocate_section_addresses): Update.
3368         * symfile.c (build_section_addr_info_from_section_table): Update.
3369         * target.c (memory_xfer_live_readonly_partial): Update.
3370         (memory_xfer_partial_1): Update.
3371
3372 2013-07-15  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
3373
3374         * ppc-linux-nat.c: Since the new PowerPC specific ptrace interface is
3375         now available for embedded (BookE) and server (BookS) processors,
3376         correct mentions of 'booke' and adjust comments accordingly in order to
3377         avoid confusion. Rename struct 'booke_debug_info' to 'hwdebug_info'.
3378         (have_ptrace_booke_interface): Rename function and variable
3379         'have_ptrace_booke_interface' to 'have_ptrace_hwdebug_interface'.
3380         Rename struct 'booke_debug_info' to 'hwdebug_info'. Update all uses.
3381         (booke_cmp_hw_point): Rename function 'booke_cmp_hw_point' to
3382         'hwdebug_point_cmp'. Update all uses.
3383         (booke_find_thread_points_by_tid): Rename function
3384         'booke_find_thread_points_by_tid' to
3385         'hwdebug_find_thread_points_by_tid'. Update all uses.
3386         (booke_insert_point): Rename function 'booke_insert_point' to
3387         'hwdebug_insert_point'. Update all uses.
3388         (booke_remove_point): Rename function 'booke_remove_point' to
3389         'hwdebug_remove_point'. Update all uses.
3390
3391 2013-07-15  Maciej W. Rozycki  <macro@codesourcery.com>
3392
3393         * mips-tdep.c (mips_gdbarch_init): Replace hardcoded magic
3394         numbers with enum values.
3395
3396 2013-07-15  Ali Anwar  <ali_anwar@codesourcery.com>
3397
3398         PR threads/13217
3399         * thread.c (thread_apply_all_command): Check for valid threads
3400         and thread count.
3401         (thread_array_cleanup): New struct.
3402         (set_thread_refcount): New function.
3403
3404 2013-07-11  Andrew Burgess  <aburgess@broadcom.com>
3405
3406         * infcmd.c (default_print_one_register_info): Reuse function
3407         print_hex_chars.
3408
3409 2013-07-10  Tom Tromey  <tromey@redhat.com>
3410
3411         * Makefile.in (GDB_WARN_CFLAGS_NO_DEFS, ADA_EXP_C): New macros.
3412         (ada-exp.o): New target.
3413
3414 2013-07-10  Sergio Durigan Junior  <sergiodj@redhat.com>
3415
3416         * mt-tdep.c (mt_registers_info): Call
3417         get_no_prettyformat_print_options instead of
3418         get_raw_print_options (regression by last patch from Doug
3419         Evans).
3420
3421 2013-07-09  Pedro Alves  <palves@redhat.com>
3422
3423         Checked in by Joel Brobecker  <brobecker@adacore.com>.
3424         * ada-lang.c (coerce_unspec_val_to_type): Use
3425         value_optimized_out_const.
3426         * value.c (value_optimized_out_const): New function.
3427         * value.h (value_optimized_out_const): New declaration.
3428
3429 2013-07-09  Doug Evans  <dje@google.com>
3430
3431         * defs.h (enum val_prettyformat): Renamed from val_prettyprint.
3432         Enum values rename as well.  All uses updated.
3433         * valprint.h (value_print_options): Rename member pretty to
3434         pretty format.  Rename member prettyprint_arrays to
3435         prettyformat_arrays.  Rename member prettyprint_structs to
3436         prettyformat_structs.  All uses updated.
3437         (get_no_prettyformat_print_options): Renamed from
3438         get_raw_print_options.
3439         * valprint.c (get_no_prettyformat_print_options): Renamed from
3440         get_raw_print_options.  All callers updated.
3441         (show_prettyformat_structs): Renamed from show_prettyprint_structs.
3442         All callers updated.
3443         (show_prettyformat_arrays): Renamed from show_prettyprint_arrays.
3444         All callers updated.
3445         (_initialize_valprint): Improve help text for "set print pretty" and
3446         "set print arrays".
3447
3448 2013-07-09  Andrew Burgess  <aburgess@broadcom.com>
3449
3450         * value.c (value_bits_valid): Revert previous change, and change
3451         by Pedro on 2013-07-04, due to regressions in
3452         gdb.dwarf2/implptr.exp and gdb.dwarf2/pieces.exp.
3453
3454 2013-07-08  Andrew Burgess  <aburgess@broadcom.com>
3455             Pedro Alves  <palves@redhat.com>
3456
3457         * value.c (value_bits_valid): If the value is not lval_computed
3458         or has no check validity handler then the answer is the
3459         optimized_out flag, otherwise defer to the handler.
3460
3461 2013-07-06  Eli Zaretskii  <eliz@gnu.org>
3462
3463         * top.c (print_gdb_configuration): Explain in output of
3464         --configuration what does "relocatable" mean.
3465
3466         * main.c (print_gdb_help): Regroup options in the --help text.
3467         See http://sourceware.org/ml/gdb-patches/2013-04/msg00362.html for
3468         the relevant discussions.
3469
3470 2013-07-06  Yao Qi  <yao@codesourcery.com>
3471
3472         * breakpoint.h (struct breakpoint_ops) <create_breakpoints_sal>:
3473         Remove parameter 'lsal'.
3474         * breakpoint.c (create_breakpoint): Move local variable 'lsal'
3475         to inner block.  Caller update.
3476         (base_breakpoint_create_breakpoints_sal): Update.
3477         (bkpt_create_breakpoints_sal): Likewise.
3478         (tracepoint_create_breakpoints_sal): Likewise.
3479         (strace_marker_create_breakpoints_sal): Get 'lsal' from the
3480         element 0 of vector 'canonical->sals'.
3481
3482 2013-07-05  Luis Machado  <lgustavo@codesourcery.com>
3483
3484         * rs6000-tdep.c (rs6000_stab_reg_to_regnum): Return the real
3485         register number instead of the pseudo register one.
3486         (rs6000_dwarf2_reg_to_regnum): Likewise.
3487
3488 2013-07-04  Pedro Alves  <palves@redhat.com>
3489
3490         * findvar.c (value_of_register): Use allocate_optimized_out_value
3491         if the register has been optimized out, instead of
3492         set_value_optimized_out.
3493         * frame-unwind.c (frame_unwind_got_optimized): Use
3494         allocate_optimized_out_value.
3495
3496 2013-07-04  Pedro Alves  <palves@redhat.com>
3497
3498         * value.c (value_bits_valid): If the value is not lval_computed,
3499         or doesn't have a check_validity hook, assume the value is entirely
3500         valid.
3501
3502 2013-07-04  Andrew Burgess  <aburgess@broadcom.com>
3503
3504         * stack.c (read_frame_arg): No longer fetch lazy values.
3505         * value.c (value_optimized_out): If the value is not already
3506         marked optimized out, and is lazy then fetch it.
3507         (value_primitive_field): Move optimized out check to later in the
3508         function, after we have loaded any lazy values.
3509         (value_fetch_lazy): Use optimized out flag directly rather than
3510         calling optimized_out method.
3511
3512 2013-07-04  Andrew Burgess  <aburgess@broadcom.com>
3513
3514         * valops.c: Don't include "user-regs.h".
3515         (value_fetch_lazy): Moved to value.c.
3516         * value.c: Include "user-regs.h".
3517         (value_fetch_lazy): Moved from valops.c.
3518
3519 2013-07-04  Yao Qi  <yao@codesourcery.com>
3520
3521         Revert:
3522         2013-06-27  Yao Qi  <yao@codesourcery.com>
3523
3524         * common/create-version.sh: Update comments.  Handle the case
3525         that TARGET_ALIAS is empty.
3526
3527 2013-07-03  Pedro Alves  <palves@redhat.com>
3528
3529         * Makefile.in (config.status): Depend on development.sh.
3530         (aclocal_m4_deps): Add libmcheck.m4.
3531         * acinclude.m4: Include libmcheck.m4.
3532         * configure.ac: Source development.sh instead of setting
3533         'development' here.  --enable-libmcheck/--disable-libmcheck code
3534         factored out to GDB_AC_LIBMCHECK.  Run it.
3535         * development.sh: New file.
3536         * libmcheck.m4: New file.
3537         * configure: Regenerate.
3538
3539 2013-07-02  Tom Tromey  <tromey@redhat.com>
3540
3541         * contrib/ari/update-web-ari.sh: Update for version.in change.
3542
3543 2013-07-02  Tom Tromey  <tromey@redhat.com>
3544
3545         * common/ptid.h: Comment fixes.
3546
3547 2013-07-01  Tom Tromey  <tromey@redhat.com>
3548
3549         * dwarf2read.c (dwarf2_get_dwz_file): Return NULL if
3550         .gnu_debugaltlink not found.  Use bfd_get_alt_debug_link_info.
3551         (dwarf2_read_index, create_all_comp_units): Update.
3552
3553 2013-07-01  Tom Tromey  <tromey@redhat.com>
3554
3555         * configure.ac (build_warnings): Add -Wold-style-definition.
3556         * configure: Rebuild.
3557         * machoread.c (_initialize_machoread): Use "(void)".
3558         * macrocmd.c (macro_inform_no_debuginfo): Fix formatting;
3559         use "(void)".
3560
3561 2013-07-01  Tom Tromey  <tromey@redhat.com>
3562
3563         * configure.ac (build_warnings): Add -Wold-style-declaration.
3564         * configure: Rebuild.
3565         * dsrec.c (make_srec): Use "static const", not "const static".
3566         * h8300-tdep.c (h8300_breakpoint_from_pc): Use "static const",
3567         not "const static".
3568         * mi/mi-parse.c (mi_no_values, mi_simple_values, mi_all_values):
3569         Use "static const", not "const static".
3570         * mn10300-tdep.c (mn10300_breakpoint_from_pc): Use "static const",
3571         not "const static".
3572         * moxie-tdep.c (moxie_breakpoint_from_pc): Use "static const",
3573         not "const static".
3574         * rs6000-tdep.c (rs6000_breakpoint_from_pc): Use "static const",
3575         not "const static".
3576         * v850-tdep.c (v850_breakpoint_from_pc): Use "static const",
3577         not "const static".
3578         (v850_dbtrap_breakpoint_from_pc): Likewise.
3579         * xstormy16-tdep.c (xstormy16_breakpoint_from_pc): Use "static const",
3580         not "const static".
3581
3582 2013-07-01  Tom Tromey  <tromey@redhat.com>
3583
3584         * configure.ac (build_warnings): Add -Wmissing-parameter-type.
3585         * configure: Rebuild.
3586
3587 2013-07-01  Pedro Alves  <palves@redhat.com>
3588
3589         * defs.h: Include "pathmax.h".
3590         * utils.c: Don't include sys/param.h.
3591         (gdb_realpath): Remove code that checks for MAXPATHLEN.
3592         * solib-ia64-hpux.c (ia64_hpux_handle_load_event): Use PATH_MAX
3593         instead of MAXPATHLEN.
3594         * solib-sunos.c: Don't include sys/param.h.
3595         * xcoffread.c: Don't include sys/param.h.
3596         * bsd-kvm.c: Don't include sys/param.h.
3597         * darwin-nat.c: Don't include sys/param.h.
3598         (darwin_pid_to_exec_file): Use PATH_MAX instead of MAXPATHLEN.
3599         * darwin-nat-info.c: Don't include sys/param.h.
3600         * fbsd-nat.c (fbsd_pid_to_exec_file): Use PATH_MAX instead of
3601         MAXPATHLEN.
3602         * i386obsd-nat.c: Don't include sys/param.h.
3603         * inf-child.c: Don't include sys/param.h.
3604         (inf_child_fileio_readlink): Use PATH_MAX instead of MAXPATHLEN.
3605         * linux-fork.c: Don't include sys/param.h.
3606         (fork_save_infrun_state): Use PATH_MAX instead of MAXPATHLEN.
3607         * linux-nat.c: Don't include sys/param.h.
3608         (linux_child_pid_to_exec_file, linux_proc_pending_signals)
3609         (linux_proc_pending_signals): Use PATH_MAX instead of MAXPATHLEN.
3610         * m68klinux-nat.c: Don't include sys/param.h.
3611         * nbsd-nat.c: Don't include sys/param.h.
3612         (nbsd_pid_to_exec_file): Use PATH_MAX instead of MAXPATHLEN.
3613         * ppc-linux-nat.c: Don't include sys/param.h.
3614         * rs6000-nat.c: Don't include sys/param.h.
3615         * spu-linux-nat.c. Don't include sys/param.h.
3616         * windows-nat.c: Don't include sys/param.h.
3617         * xtensa-linux-nat.c: Don't include sys/param.h.
3618         * config/i386/nm-fbsd.h: Don't include sys/param.h.
3619
3620 2013-07-01  Pedro Alves  <palves@redhat.com>
3621
3622         * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add pathmax.
3623         * gnulib/Makefile.in (aclocal_m4_deps): Add import/m4/pathmax.m4.
3624         * gnulib/aclocal.m4: Regenerate.
3625         * gnulib/config.in: Regenerate.
3626         * gnulib/configure: Regenerate.
3627         * gnulib/import/pathmax.h: New file.
3628         * gnulib/import/Makefile.am: Regenerate.
3629         * gnulib/import/Makefile.in: Regenerate.
3630         * gnulib/import/m4/gnulib-cache.m4: Regenerate.
3631         * gnulib/import/m4/gnulib-comp.m4: Regenerate.
3632         * gnulib/import/m4/pathmax.m4: New file.
3633
3634 2013-07-01  Pedro Alves  <palves@redhat.com>
3635
3636         * configure.ac (GDBINIT): Define, depending on host.
3637         * go32-nat.c (init_go32_ops): Don't override gdbinit here.
3638         * top.c (PATH_MAX): Delete fallback definition.
3639         (GDBINIT_FILENAME): Delete.
3640         (gdbinit): Reimplement as const char array set to the GDBINIT
3641         string constant.
3642         * top.h (gdbinit): Make const.
3643         * configure, config.in: Regenerate.
3644
3645 2013-07-01  Pedro Alves  <palves@redhat.com>
3646
3647         * cli/cli-cmds.c (source_script): Make 'file' parameter const.
3648         * cli/cli-cmds.h (source_script): Likewise.
3649         * exceptions.c (catch_command_errors_const): New function.
3650         * exceptions.h (catch_command_errors_const): Declare.
3651         * main.c (get_init_files): Make parameters const, and adjust.
3652         (captured_main): Make 'system_gdbinit', 'home_gdbinit' and
3653         'local_gdbinit' locals const.  Adjust to use
3654         catch_command_errors_const.
3655         (print_gdb_help): Make 'system_gdbinit', 'home_gdbinit' and
3656         'local_gdbinit' locals const.
3657
3658 2013-07-01  Pedro Alves  <palves@redhat.com>
3659
3660         * defs.h: Don't check HAVE_UNISTD_H before including <unistd.h>.
3661         (STDIN_FILENO, STDOUT_FILENO, STDERR_FILENO): Delete.
3662         * tracepoint.c: Don't check HAVE_UNISTD_H before including
3663         <unistd.h>.
3664
3665 2013-07-01  Pedro Alves  <palves@redhat.com>
3666
3667         Import the "unistd" gnulib module.
3668         * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add "unistd".
3669         * gnulib/Makefile.in (aclocal_m4_deps): Add import/m4/off_t.m4,
3670         import/m4/ssize_t.m4, import/m4/sys_types_h.m4 and
3671         import/m4/unistd_h.m4.
3672         * gnulib/aclocal.m4: Renenerate.
3673         * gnulib/config.in: Renenerate.
3674         * gnulib/configure: Renenerate.
3675         * gnulib/import/Makefile.am: Renenerate.
3676         * gnulib/import/Makefile.in: Renenerate.
3677         * gnulib/import/m4/gnulib-cache.m4: Renenerate.
3678         * gnulib/import/m4/gnulib-comp.m4: Renenerate.
3679         * gnulib/import/m4/off_t.m4: New file.
3680         * gnulib/import/m4/ssize_t.m4: New file.
3681         * gnulib/import/m4/sys_types_h.m4: New file.
3682         * gnulib/import/m4/unistd_h.m4: New file.
3683         * gnulib/import/sys_types.in.h: New file.
3684         * gnulib/import/unistd.c: New file.
3685         * gnulib/import/unistd.in.h: New file.
3686
3687 2013-07-01  Pedro Alves  <palves@redhat.com>
3688
3689         * utils.c <pathconf/_PC_PATH_MAX use>: Check if _PC_PATH_MAX is
3690         defined instead of checking HAVE_UNISTD_H.
3691
3692 2013-07-01  Pedro Alves  <palves@redhat.com>
3693
3694         Reimport gnulib from scratch.
3695         * gnulib/Makefile.in (aclocal_m4_deps): Remove reference to
3696         import/m4/onceonly.m4.
3697         * gnulib/aclocal.m4: Renegerate.
3698         * gnulib/config.in: Renegerate.
3699         * gnulib/configure: Renegerate.
3700         * gnulib/import/Makefile.in: Renegerate.
3701         * gnulib/import/extra/update-copyright: Renegerate.
3702         * gnulib/import/m4/onceonly.m4: Delete.
3703
3704 2013-07-01  Pedro Alves  <palves@redhat.com>
3705
3706         * tui/tui-regs.c (pagination_enabled): Delete declaration.
3707
3708 2013-06-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
3709
3710         Code cleanup.
3711         * remote.c (async_remote_interrupt_twice): Make it static.
3712         * remote.h (async_remote_interrupt_twice): Remove the declaration.
3713
3714 2013-06-29  Sergio Durigan Junior  <sergiodj@redhat.com>
3715
3716         * ia64-linux-tdep.c: Include <ctype.h>.
3717         (ia64_linux_stap_is_single_operand): New function.
3718         (ia64_linux_init_abi): Initialize SystemTap related attributes.
3719
3720 2013-06-28  Tom Tromey  <tromey@redhat.com>
3721
3722         * Makefile.in (version.c): Use version.in, not
3723         common/version.in.
3724         * common/create-version.sh: Likewise.
3725         * common/version.in: Move...
3726         * version.in: ...here.
3727
3728 2013-06-28  Pedro Alves  <palves@redhat.com>
3729
3730         * infrun.c (set_observer_mode): Don't declare pagination_enabled
3731         here.
3732         * utils.h (pagination_enabled): Declare.
3733
3734 2013-06-28  Pedro Alves  <palves@redhat.com>
3735
3736         * infrun.c (non_stop, non_stop_1, set_non_stop, show_non_stop):
3737         Move higher up in file.
3738
3739 2013-06-28  Tom Tromey  <tromey@redhat.com>
3740
3741         * tracepoint.c (deprecated_readline_begin_hook)
3742         (deprecated_readline_hook, deprecated_readline_end_hook): Don't
3743         declare.
3744
3745 2013-06-28  Pedro Alves  <palves@redhat.com>
3746
3747         PR tui/14880
3748         * tui/tui-regs.c (tui_get_register): Fetch value contents before
3749         checking if they're available.
3750         * value.c (value_available_contents_eq): Change comment.
3751         * value.h (value_available_contents_eq): Expand comment.
3752
3753 2013-06-27  Tom Tromey  <tromey@redhat.com>
3754
3755         * target.c (find_run_target): Remove.
3756         * target.h (find_run_target): Remove.
3757
3758 2013-06-27  Tom Tromey  <tromey@redhat.com>
3759
3760         * corelow.c (core_gdbarch): Now static.
3761
3762 2013-06-27  Tom Tromey  <tromey@redhat.com>
3763
3764         * target.c (target_struct_index): Remove.
3765
3766 2013-06-27  Pedro Alves  <palves@redhat.com>
3767
3768         * infrun.c: Remove comment describing the 'stepping over runtime
3769         loader dynamic symbol resolution code' mechanism; moved to
3770         gdbint.texinfo.
3771
3772 2013-06-27  Pedro Alves  <palves@redhat.com>
3773
3774         * exceptions.c (catch_command_errors): Remove spurious space.
3775         * exceptions.h (catch_command_errors): Second parameter is "arg",
3776         not "command".
3777
3778 2013-06-27  Yao Qi  <yao@codesourcery.com>
3779
3780         * common/create-version.sh: Update comments.  Handle the case
3781         that TARGET_ALIAS is empty.
3782
3783 2013-06-26  Pedro Alves  <palves@redhat.com>
3784
3785         * infrun.c (SOLIB_IN_DYNAMIC_LINKER): Delete macro and describing
3786         comment.
3787
3788 2013-06-26  Pedro Alves  <palves@redhat.com>
3789
3790         * infrun.c: Update comments on stepping over runtime loader
3791         dynamic symbol resolution code.
3792
3793 2013-06-26  Sergio Durigan Junior  <sergiodj@redhat.com>
3794
3795         * ax-gdb.h (union exp_element): Forward declare.
3796         * parser-defs.h: Include expression.h.
3797
3798 2013-06-26  Maciej W. Rozycki  <macro@codesourcery.com>
3799
3800         * mips-tdep.c (fetch_mips_16): Use unmake_compact_addr.
3801
3802 2013-06-26  Dmitry Kozlov <ddk@codesourcery.com>
3803
3804         * tracepoint.c (trace_save): Extend tsave to save starttime, stoptime.
3805
3806 2013-06-26  Dmitry Kozlov <ddk@codesourcery.com>
3807
3808         Fix trace-status to output proper start-time and stop-time.
3809         * tracepoint.c (trace_status_command): Fix type of printf arg to
3810         prevent improper type conversion.
3811         (trace_status_mi): Likewise.
3812
3813 2013-06-26  Maciej W. Rozycki  <macro@codesourcery.com>
3814
3815         * mips-tdep.c (mips_next_pc): Fix a typo.
3816
3817 2013-06-26  Maciej W. Rozycki  <macro@codesourcery.com>
3818
3819         * mips-tdep.c (micromips_scan_prologue): Fix a typo.
3820
3821 2013-06-26  Pedro Alves  <pedro@codesourcery.com>
3822             Yao Qi  <yao@codesourcery.com>
3823
3824         * mi/mi-cmds.c (mi_cmds): Register -trace-frame-collected.
3825         * mi/mi-cmds.h (mi_cmd_trace_frame_collected): Declare.
3826         * mi/mi-main.c (print_variable_or_computed): New function.
3827         (mi_cmd_trace_frame_collected): New function.
3828         * tracepoint.c (find_trace_state_variable_by_number): New.
3829         (struct traceframe_info): Move to tracepoint.h
3830         (struct collection_list): Likewise.
3831         (do_collect_symbol): Include locals and arguments in the
3832         collected variables list.
3833         (clear_collection_list): Clear wholly collected variables list
3834         and computed variables list.
3835         (append_exp): New function.
3836         (encode_actions_1): Include variables in the wholly
3837         collected variables list.  Include memory ranges and
3838         full-fledged expressions in the computed expressions list.
3839         (encode_actions): Move some code to ...
3840         Return the cleanup chain.
3841         (encode_actions_rsp): ... here.  New function.
3842         (get_traceframe_location, get_traceframe_info): Remove static.
3843         * tracepoint.h (struct memrange): Moved from tracepoint.c.
3844         (struct collection_list): Moved from tracepoint.c.  Add two
3845         new fields 'wholly_collected' and 'computed'.
3846         (find_trace_state_variable_by_number): Declare.
3847         (encode_actions): Adjust declaration.
3848         (encode_actions_rsp): Declare.
3849         (get_traceframe_info, get_traceframe_location): Declare.
3850
3851         * NEWS: Mention new MI command -trace-frame-collected.
3852
3853 2013-06-26  Pedro Alves  <pedro@codesourcery.com>
3854             Yao Qi  <yao@codesourcery.com>
3855
3856         * ctf.c (ctf_traceframe_info): Push trace state variables
3857         present in the trace data into the traceframe info object.
3858         * breakpoint.c (DEF_VEC_I): Remove.
3859         * common/filestuff.c (DEF_VEC_I): Likewise.
3860         * dwarf2loc.c (DEF_VEC_I): Likewise.
3861         * mi/mi-main.c (DEF_VEC_I): Likewise.
3862         * common/gdb_vecs.h (DEF_VEC_I): Define vector for int.
3863         * features/traceframe-info.dtd: Add tvar element and its
3864         attributes.
3865         * tracepoint.c (free_traceframe_info): Free vector 'tvars'.
3866         (build_traceframe_info): Push trace state variables present in
3867         the trace data into the traceframe info object.
3868         (traceframe_info_start_tvar): New function.
3869         (tvar_attributes): New.
3870         (traceframe_info_children): Add "tvar" element.
3871         * tracepoint.h (struct traceframe_info) <tvars>: New field.
3872
3873         * NEWS: Mention the change in GDB and GDBserver.
3874
3875 2013-06-26  Pedro Alves  <pedro@codesourcery.com>
3876             Yao Qi  <yao@codesourcery.com>
3877
3878         * tracepoint.c (trace_dump_command): Move code to ...
3879         (get_traceframe_location): ... here.  New.
3880
3881 2013-06-26  Pedro Alves  <pedro@codesourcery.com>
3882             Yao Qi  <yao@codesourcery.com>
3883
3884         * tracepoint.c (trace_dump_command): GDB emits an error
3885          instead of a warning when a traceframe is not selected.
3886
3887 2013-06-26  Pedro Alves  <pedro@codesourcery.com>
3888             Yao Qi  <yao@codesourcery.com>
3889
3890         * tracepoint.c (tracepoint_list, stepping_list): Remove.
3891         (clear_collection_list): Free fields 'aexpre_list' and 'list'
3892         in collection_list.
3893         (do_clear_collection_list, init_collection_list): New.
3894         (encode_actions): Add local variables 'tracepoint_list' and
3895         'stepping_list'.  Call init_collection_list and make cleanup
3896         which calls do_clear_collection_list.  Don't call
3897         clear_collection_list.
3898         (_initialize_tracepoint): Delete references to
3899         'tracepoint_list' and 'stepping_list'.
3900
3901 2013-06-25  Tom Tromey  <tromey@redhat.com>
3902
3903         * common/create-version.sh (date): Use "$", not "$$" in sed
3904         expression.
3905
3906 2013-06-25  Kevin Buettner  <kevinb@redhat.com>
3907
3908         * NEWS (New targets): Add entry for TI MSP430.
3909
3910 2013-06-25  Yao Qi  <yao@codesourcery.com>
3911
3912         * remote.c (remote_start_remote): Move code to upload tsv
3913         earlier.
3914
3915 2013-06-25  Yao Qi  <yao@codesourcery.com>
3916             Hui Zhu  <hui@codesourcery.com>
3917             Pedro Alves  <palves@redhat.com>
3918
3919         PR breakpoints/15075
3920         PR breakpoints/15434
3921         * breakpoint.c (bpstat_stop_status): Call
3922         b->ops->after_condition_true.
3923         (update_dprintf_command_list): Don't append "continue" command
3924         to the command list of dprintf breakpoint.
3925         (base_breakpoint_after_condition_true): New function.
3926         (base_breakpoint_ops): Add base_breakpoint_after_condition_true.
3927         (dprintf_after_condition_true): New function.
3928         (initialize_breakpoint_ops): Set dprintf_after_condition_true.
3929         * breakpoint.h (breakpoint_ops): Add after_condition_true.
3930
3931 2013-06-24  Kevin Buettner  <kevinb@redhat.com>
3932
3933         * Makefile.in (ALL_TARGET_OBS): Add msp430-tdep.o.
3934         (ALLDEPFILES): Add msp430-tdep.c.
3935         * configure.tgt (msp430*-*-elf): New target.
3936         * msp430-tdep.c: New file.
3937
3938 2013-06-24  Maciej W. Rozycki  <macro@codesourcery.com>
3939
3940         * mips-tdep.c (mips_elf_make_msymbol_special): Handle MIPS16 and
3941         microMIPS synthetic symbols.
3942
3943 2013-06-24  Maciej W. Rozycki  <macro@codesourcery.com>
3944
3945         * objfiles.h (pc_in_section): New prototype.
3946         (in_plt_section): Remove name argument, replace prototype with
3947         static inline function.
3948         * mips-tdep.h: Include "objfiles.h".
3949         (in_mips_stubs_section): New function.
3950         * hppa-tdep.h (gdbarch_tdep): Remove name argument of
3951         in_solib_call_trampoline member.
3952         (hppa_in_solib_call_trampoline): Remove name argument.
3953         * objfiles.c (pc_in_section): New function.
3954         (in_plt_section): Remove function.
3955         * mips-linux-tdep.c: Include "objfiles.h".
3956         (mips_linux_in_dynsym_stub): Call in_mips_stubs_section.  Remove
3957         name argument.  Return 1 rather than the low 16-bit halfword of
3958         any instruction examined.
3959         (mips_linux_in_dynsym_resolve_code): Update
3960         mips_linux_in_dynsym_stub call accordingly.
3961         * mips-tdep.c (mips_stub_frame_sniffer): Use in_mips_stubs_section
3962         rather than an equivalent hand-coded sequence.
3963         * hppa-hpux-tdep.c (in_opd_section): Remove function.
3964         (hppa32_hpux_in_solib_call_trampoline): Remove name argument.
3965         (hppa64_hpux_in_solib_call_trampoline): Likewise.
3966         (hppa64_hpux_find_global_pointer): Use pc_in_section rather than
3967         in_opd_section.
3968         * hppa-tdep.c (hppa_stub_unwind_sniffer): Remove name argument
3969         on call to tdep->in_solib_call_trampoline.
3970         (hppa_in_solib_call_trampoline): Remove name argument, update
3971         according to in_plt_section change.
3972         (hppa_skip_trampoline_code): Update according to in_plt_section
3973         change.
3974         * aarch64-tdep.c (aarch64_stub_unwind_sniffer): Likewise.
3975         * arm-symbian-tdep.c (arm_symbian_skip_trampoline_code):
3976         Likewise.
3977         * arm-tdep.c (arm_stub_unwind_sniffer): Likewise.
3978         * hppa-linux-tdep.c (hppa_linux_find_global_pointer): Likewise.
3979         * hppabsd-tdep.c (hppabsd_find_global_pointer): Likewise.
3980         * nios2-tdep.c (nios2_stub_frame_sniffer): Likewise.
3981         * nto-tdep.c (nto_relocate_section_addresses): Likewise.
3982         * s390-tdep.c (s390_stub_frame_sniffer): Likewise.
3983         * sh-tdep.c (sh_stub_unwind_sniffer): Likewise.
3984         * solib-dsbt.c (dsbt_in_dynsym_resolve_code): Likewise.
3985         * solib-frv.c (frv_in_dynsym_resolve_code): Likewise.
3986         * solib-svr4.c (svr4_in_dynsym_resolve_code): Likewise.
3987         * solib-target.c (solib_target_in_dynsym_resolve_code): Likewise.
3988         * sparc-tdep.c (sparc_analyze_prologue): Likewise.
3989         * tic6x-tdep.c (tic6x_stub_unwind_sniffer): Likewise.
3990
3991 2013-06-24  Joel Brobecker  <brobecker@adacore.com>
3992
3993         * common/create-version.sh: Fix expansion of $host_alias
3994         and $target_alias in generation of HOST_NAME and TARGET_NAME
3995         (resp.).
3996
3997 2013-06-24  Tom Tromey  <tromey@redhat.com>
3998
3999         * common/create-version.sh: New file.
4000         * Makefile.in (version.c): Use bfd/version.h, common/version.in,
4001         create-version.sh.
4002         (HFILES_NO_SRCDIR): Use common/version.h.
4003         * version.in: Move to ...
4004         * common/version.in: ... here.  Replace date with "DATE".
4005         * version.h: Move to ...
4006         * common/version.h: ... here.
4007
4008 2013-06-21  Joel Brobecker  <brobecker@adacore.com>
4009
4010         * gdb/gnulib/Makefile.in: Update date in copyright header.
4011         * gdb/gnulib/configure.ac: Ditto.
4012         * gdb/gnulib/update-gnulib.sh: Ditto.
4013
4014 2013-06-21  Joel Brobecker  <brobecker@adacore.com>
4015
4016         * copyright.py (EXCLUDE_LIST): Replace "gdb/gnulib" by
4017         "gdb/gnulib/import".
4018
4019 2013-06-21  Will Newton  <will.newton@linaro.org>
4020
4021         * doublest.c (ldfrexp): Remove function.
4022         (convert_doublest_to_floatformat): Call frexpl instead of
4023         ldfrexp.
4024
4025 2013-06-21  Will Newton  <will.newton@linaro.org>
4026
4027         * gnulib/update-gnulib.sh(IMPORTED_GNULIB_MODULES): Add frexpl.
4028         * gnulib/aclocal.m4: Regenerate.
4029         * gnulib/config.in: Regenerate.
4030         * gnulib/configure: Regenerate.
4031         * gnulib/import/Makefile.am: Update.
4032         * gnulib/import/Makefile.in: Update.
4033         * gnulib/import/m4/gnulib-cache.m4: Update.
4034         * gnulib/import/m4/gnulib-comp.m4: Update.
4035         * gnulib/import/float+.h: Import.
4036         * gnulib/import/float.c: Import.
4037         * gnulib/import/float.in.h: Import.
4038         * gnulib/import/fpucw.h: Import.
4039         * gnulib/import/frexp.c: Import.
4040         * gnulib/import/frexpl.c: Import.
4041         * gnulib/import/isnan.c: Import.
4042         * gnulib/import/isnand-nolibm.h: Import.
4043         * gnulib/import/isnand.c: Import.
4044         * gnulib/import/isnanl-nolibm.h: Import.
4045         * gnulib/import/isnanl.c: Import.
4046         * gnulib/import/itold.c: Import.
4047         * gnulib/import/m4/exponentd.m4: Import.
4048         * gnulib/import/m4/exponentl.m4: Import.
4049         * gnulib/import/m4/float_h.m4: Import.
4050         * gnulib/import/m4/fpieee.m4: Import.
4051         * gnulib/import/m4/frexp.m4: Import.
4052         * gnulib/import/m4/frexpl.m4: Import.
4053         * gnulib/import/m4/isnand.m4: Import.
4054         * gnulib/import/m4/isnanl.m4: Import.
4055         * gnulib/import/m4/math_h.m4: Import.
4056         * gnulib/import/math.c: Import.
4057         * gnulib/import/math.in.h: Import.
4058
4059 2013-06-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
4060
4061         * common/linux-btrace.c (cpu_supports_btrace): Remove variable vendor,
4062         replace strcmp with signature_INTEL_ebx, signature_INTEL_ecx and
4063         signature_INTEL_edx comparisons.
4064
4065 2013-06-20  Doug Evans  <dje@google.com>
4066
4067         symtab/15652
4068         * dwarf2read.c (try_open_dwop_file): New arg search_cwd.
4069         All callers updated.
4070         (open_dwp_file): If we can't find the dwp file, search the basename
4071         in debug-file-directory.
4072
4073         * dwarf2read.c (struct dwp_file): Fix comment.
4074         (open_and_init_dwp_file): Set dwp_file->name to bfd's file name.
4075
4076         * source.c (openp): Document OPF_TRY_CWD_FIRST+OPF_SEARCH_IN_PATH
4077         better.
4078
4079 2013-06-20  Yao Qi  <yao@codesourcery.com>
4080
4081         * breakpoint.c (create_breakpoint): Fix code indentation.
4082
4083 2013-06-20  Yao Qi  <yao@codesourcery.com>
4084
4085         * breakpoint.c (create_breakpoints_sal_default): Remove
4086         parameter 'lsal'.  Update declaration.
4087         (bkpt_create_breakpoints_sal): Caller update.
4088         (tracepoint_create_breakpoints_sal): Likewise.
4089
4090 2013-06-20  Pedro Alves  <pedro@codesourcery.com>
4091             Yao Qi  <yao@codesourcery.com>
4092
4093         * NEWS: Mention the new option '--skip-unavailable' of command
4094         -data-list-register-values.
4095         * mi/mi-main.c (mi_cmd_data_list_register_values): Accept the
4096         --skip-unavailable option.  Adjust to use output_register.
4097         (output_register): Add new 'skip_unavailable' parameter.
4098         Handle it.
4099
4100 2013-06-19  Mike Frysinger  <vapier@gentoo.org>
4101
4102         * Makefile.in (HFILES_NO_SRCDIR): Add common/i386-cpuid.h and
4103         common/i386-gcc-cpuid.h.
4104         * common/i386-cpuid.h: New wrapper header around i386-gcc-cpuid.h.
4105         * common/i386-gcc-cpuid.h: Rename from testsuite/gdb.arch/i386-cpuid.h.
4106         Copy the latest version from upstream gcc.
4107         * common/linux-btrace.c: Include i386-cpuid.h.
4108         (intel_supports_btrace): Delete x86 ifdefs and replace inline asm with
4109         call to i386_cpuid.
4110         (cpu_supports_btrace): Likewise.
4111         * go32-nat.c: Include i386-cpuid.h.
4112         (go32_sysinfo): Add (disabled) calls to i386_cpuid with comments.
4113
4114 2013-06-19  Doug Evans  <dje@google.com>
4115
4116         * symfile.c (symfile_bfd_open): Delete unnecessary declaration.
4117         (get_section_index): Ditto.
4118
4119 2013-06-19  Tom Tromey  <tromey@redhat.com>
4120
4121         * breakpoint.c (_initialize_breakpoint): Remove trailing \n from
4122         "dprintf" help.
4123
4124 2013-06-18  Doug Evans  <dje@google.com>
4125
4126         * dwarf2read.c (dw2_symtab_iter_next): Check value of cu_index
4127         before using it.
4128         (dw2_expand_symtabs_matching): Fix symbol kind validity check.
4129         Move test of cu_index closer to use.  Print complaint if cu_index
4130         is bad.
4131
4132 2013-06-18  Joel Brobecker  <brobecker@adacore.com>
4133
4134         * machoread.c (oso_vector): Delete this global.
4135         (macho_register_oso): Add new parameter "oso_vector_ptr".
4136         Use it instead of the "oso_vector" global.
4137         (macho_symtab_read, macho_symfile_read_all_oso): Likewise.
4138         (macho_symfile_read): Use a local oso_vector, to be free'ed
4139         at the end of this function, in place of the old "oso_vector"
4140         global.  Update various function calls accordingly.  Use one
4141         single cleanup chain for the entire function.
4142
4143 2013-06-18  Joel Brobecker  <brobecker@adacore.com>
4144
4145         * dwarf2read.c (dwarf2_per_objfile_free): Replace uses of
4146         DWARF2_PER_OBJFILE by uses of DATA instead.
4147
4148 2013-06-18  Tom Tromey  <tromey@redhat.com>
4149
4150         * break-catch-sig.c (signal_catchpoint_explains_signal): Add 'sig'
4151         argument.
4152         * breakpoint.c (bpstat_explains_signal): Add 'sig' argument.
4153         Special case signals other than GDB_SIGNAL_TRAP.
4154         (explains_signal_watchpoint): New function.
4155         (base_breakpoint_explains_signal): Add 'sig' argument.
4156         (initialize_breakpoint_ops): Set 'explains_signal' method for
4157         watchpoints.
4158         * breakpoint.h (struct breakpoint_ops) <explains_signal>: Add
4159         signal argument.
4160         (bpstat_explains_signal): Likewise.
4161         * infrun.c (handle_syscall_event, handle_inferior_event): Update.
4162
4163 2013-06-18  Tom Tromey  <tromey@redhat.com>
4164
4165         * python/py-inferior.c (gdbpy_selected_inferior): Don't incref.
4166
4167 2013-06-18  Tom Tromey  <tromey@redhat.com>
4168
4169         * python/python.c (finish_python_initialization): Decref
4170         'pythondir' on failure path as well.
4171
4172 2013-06-18  Tom Tromey  <tromey@redhat.com>
4173
4174         PR symtab/15391:
4175         * dwarf2loc.c (read_pieced_value): Truncate this_size_bits
4176         after taking bits_to_skip into account.  Sign extend byte_offset.
4177         * utils.h (gdb_sign_extend): Declare.
4178         * utils.c (gdb_sign_extend): New function.
4179
4180 2013-06-18  Jan Kratochvil  <jan.kratochvil@redhat.com>
4181
4182         * dwarf2read.c (write_psymtabs_to_index): Ignore NULL PSYMTAB.
4183
4184 2013-06-17  Pierre Muller  <muller@sourceware.org>
4185
4186         * corelow.c (core_open): Print GDB signal name instead of target
4187         signal number.
4188
4189 2013-06-17  Mike Frysinger  <vapier@gentoo.org>
4190
4191         * .gitignore: Add /gcore.
4192
4193 2013-06-13  Doug Evans  <dje@google.com>
4194
4195         * dwarf2read.c (try_open_dwop_file): Work around behaviour of
4196         OPF_TRY_CWD_FIRST to not search path if the file contains a '/'.
4197
4198 2013-06-12  Phil Muldoon  <pmuldoon@redhat.com>
4199
4200         * stack.c (backtrace_command_1): Fix indentation.
4201
4202 2013-06-11  Joel Brobecker  <brobecker@adacore.com>
4203
4204         * window-nat.c (thread_rec): Add missing empty line after
4205         local variable declaration.
4206
4207 2013-06-11  Joel Brobecker  <brobecker@adacore.com>
4208
4209         * windows-nat.c (thread_rec): Revert format used to print
4210         error code returned by SuspendThread from %d back to %u.
4211
4212 2013-06-11  Joel Brobecker  <brobecker@adacore.com>
4213
4214         * windows-nat.c (windows_continue): Add "0x" prefix for thread
4215         ID in debug trace.
4216         (get_windows_debug_event): Likewise, for all debug traces.
4217
4218 2013-06-11  Joel Brobecker  <brobecker@adacore.com>
4219
4220         * window-nat.c (thread_rec): Add thread ID in SuspendThread
4221         warning message.
4222
4223 2013-06-08  Pedro Alves  <pedro@codesourcery.com>
4224             Yao Qi  <yao@codesourcery.com>
4225
4226         * mi/mi-main.c (get_register): Remove declaration.
4227         (output_register): Declare.
4228         (mi_cmd_data_list_register_values): Remove local variable
4229         'tuple_cleanup'.  Move some code into output_register.
4230         (get_register): Renamed to ...
4231         (output_register): ... this.  Output the register's
4232         "number" ui_out tuple here.
4233
4234 2013-06-07  Pedro Alves  <palves@redhat.com>
4235
4236         * darwin-nat.c: Fix formating in copyright header.
4237         * darwin-nat.h: Likewise.
4238         * gnu-nat.c: Likewise.
4239         * machoread.c: Likewise.
4240
4241 2013-06-07  Pedro Alves  <palves@redhat.com>
4242
4243         PR server/14823
4244         * regformats/regdat.sh: Output #include tdesc.h.  Make globals
4245         static.  Output a global target description pointer.
4246         (init_registers_${name}): Adjust to initialize a
4247         target description structure.
4248
4249 2013-06-07  Will Newton  <will.newton@linaro.org>
4250
4251         * printcmd.c (build_address_symbolic): Call
4252         gdbarch_addr_bits_remove for text minimal symbols.
4253
4254 2013-06-07  Will Newton  <will.newton@linaro.org>
4255
4256         * MAINTAINERS: Add myself to Write After Approval.
4257
4258 2013-06-07  Yao Qi  <yao@codesourcery.com>
4259
4260         * tracepoint.c (start_tracing): Move code to ...
4261         (trace_reset_local_state): ... here.  New.
4262         (disconnect_tracing): Don't call set_current_traceframe,
4263         set_tracepoint_num, and set_traceframe_context. Call
4264         trace_reset_local_state instead.
4265         (tfile_close): Call trace_reset_local_state.
4266         * ctf.c (ctf_close): Likewise.
4267         * remote.c (remote_close): Likewise.
4268         * tracepoint.h (trace_reset_local_state): Declare.
4269
4270 2013-06-06  Doug Evans  <dje@google.com>
4271
4272         * dwarf2read.c: Whitespace fixes for DWP file format documentation,
4273         and fix header docs.
4274
4275 2013-06-05  Doug Evans  <dje@google.com>
4276             Keith Seitz  <keiths@redhat.com>
4277
4278         PR 15519
4279         * cp-namespace.c (find_symbol_in_baseclass): Call
4280         cp_lookup_symbol_in_namespace instead of cp_lookup_symbol_namespace.
4281         Check result of call to lookup_symbol_static.
4282         Call lookup_static_symbol_aux unconditionally.
4283         Call check_typedef on base types before accessing them.
4284         (cp_lookup_nested_symbol): Fix comment.
4285
4286 2013-06-05  Luis Machado  <lgustavo@codesourcery.com>
4287
4288         * gnu-v3-abi.c (gnuv3_skip_trampoline): Handle thunk
4289         minimal symbols pointing to function descriptors.
4290
4291 2013-06-05  Tom Tromey  <tromey@redhat.com>
4292
4293         * python/py-utils.c (gdb_pymodule_addobject): Cast away const.
4294
4295 2013-06-04  Sergio Durigan Junior  <sergiodj@redhat.com>
4296             Pedro Alves  <palves@redhat.com>
4297
4298         * remote.c (remote_wait_as): Restore signal handler before returning
4299         when GDB gets a notification.
4300
4301 2013-06-04  Gary Benson  <gbenson@redhat.com>
4302
4303         PR 2328
4304         * breakpoint.h (handle_solib_event): Moved function declaration
4305         to solib.h.
4306         * breakpoint.c (handle_solib_event): Moved function to solib.c.
4307         (bpstat_stop_status): Pass new argument to handle_solib_event.
4308         * solib.h (update_solib_breakpoints): New function declaration.
4309         (handle_solib_event): Moved function declaration from
4310         breakpoint.h.
4311         * solib.c (update_solib_breakpoints): New function.
4312         (handle_solib_event): Moved function from breakpoint.c.
4313         Updated to call solib_ops->handle_event if not NULL.
4314         * solist.h (target_so_ops): New fields "update_breakpoints" and
4315         "handle_event".
4316         * infrun.c (set_stop_on_solib_events): New function.
4317         (_initialize_infrun): Use the above for "set
4318         stop-on-solib-events".
4319         (handle_inferior_event): Pass new argument to handle_solib_event.
4320         * solib-svr4.c (probe.h): New include.
4321         (svr4_free_library_list): New forward declaration.
4322         (probe_action): New enum.
4323         (probe_info): New struct.
4324         (probe_info): New static variable.
4325         (NUM_PROBES): New definition.
4326         (svr4_info): New fields "using_xfer", "probes_table" and
4327         "solib_list".
4328         (free_probes_table): New function.
4329         (free_solib_list): New function.
4330         (svr4_pspace_data_cleanup): Free probes table and solib list.
4331         (svr4_copy_library_list): New function.
4332         (svr4_current_sos_via_xfer_libraries): New parameter "annex".
4333         (svr4_read_so_list): New parameter "prev_lm".
4334         (svr4_current_sos_direct): Renamed from "svr4_current_sos".
4335         (svr4_current_sos): New function.
4336         (probe_and_action): New struct.
4337         (hash_probe_and_action): New function.
4338         (equal_probe_and_action): Likewise.
4339         (register_solib_event_probe): Likewise.
4340         (solib_event_probe_at): Likewise.
4341         (solib_event_probe_action): Likewise.
4342         (solist_update_full): Likewise.
4343         (solist_update_incremental): Likewise.
4344         (disable_probes_interface_cleanup): Likewise.
4345         (svr4_handle_solib_event): Likewise.
4346         (svr4_update_solib_event_breakpoint): Likewise.
4347         (svr4_update_solib_event_breakpoints): Likewise.
4348         (svr4_create_solib_event_breakpoints): Likewise.
4349         (enable_break): Free probes table before creating breakpoints.
4350         Use svr4_create_solib_event_breakpoints to create breakpoints.
4351         (svr4_solib_create_inferior_hook): Free the solib list.
4352         (_initialize_svr4_solib): Initialise
4353         svr4_so_ops.handle_solib_event and svr4_so_ops.update_breakpoints.
4354
4355 2013-06-04  Gary Benson  <gbenson@redhat.com>
4356
4357         * target.h (target_ops): New field
4358         "to_augmented_libraries_svr4_read".
4359         (target_augmented_libraries_svr4_read): New macro.
4360         * target.c (update_current_target): Handle
4361         to_augmented_libraries_svr4_read.
4362         * remote.c (remote_state): New field
4363         "augmented_libraries_svr4_read".
4364         (remote_augmented_libraries_svr4_read_feature): New function.
4365         (remote_protocol_features): Add entry for
4366         "augmented-libraries-svr4-read".
4367         (remote_augmented_libraries_svr4_read): New function.
4368         (init_remote_ops): Initialize
4369         remote_ops.to_augmented_libraries_svr4_read.
4370
4371 2013-06-04  Gary Benson  <gbenson@redhat.com>
4372
4373         * NEWS: Update.
4374
4375 2013-06-04  Gary Benson  <gbenson@redhat.com>
4376
4377         * objfiles.h (inhibit_section_map_updates): New function
4378         declaration.
4379         (resume_section_map_updates): Likewise.
4380         (resume_section_map_updates_cleanup): Likewise.
4381         * objfiles.c (objfile_pspace_info): Removed field
4382         "objfiles_changed_p".  New fields "new_objfiles_available",
4383         "section_map_dirty" and "inhibit_updates".
4384         (allocate_objfile): Set new_objfiles_available.
4385         (free_objfile): Set section_map_dirty.
4386         (objfile_relocate1): Likewise.
4387         (in_plt_section): Likewise.
4388         (find_pc_section): Update the conditions under which the
4389         section map will be updated.
4390         (inhibit_section_map_updates): New function.
4391         (resume_section_map_updates): Likewise.
4392         (resume_section_map_updates_cleanup): Likewise.
4393
4394 2013-06-04  Gary Benson  <gbenson@redhat.com>
4395
4396         * probe.h (get_probe_argument_count): New declaration.
4397         (evaluate_probe_argument): Likewise.
4398         * probe.c (get_probe_argument_count): New function.
4399         (evaluate_probe_argument): Likewise.
4400         (probe_safe_evaluate_at_pc): Use the above new functions.
4401
4402 2013-06-04  Alan Modra  <amodra@gmail.com>
4403
4404         * ppc-tdep.h (ppc_insns_match_pattern): Update prototype.
4405         * rs6000-tdep.c (read_insn): Add frame param, don't assume big-endian.
4406         (ppc_insns_match_pattern): Add frame param.  Avoid multiple
4407         target mem reads on optional insns.
4408         * ppc-linux-tdep.c (ppc_skip_trampoline_code): Update
4409         ppc_insns_match_pattern calls.
4410         * ppc64-tdep.c (ppc64_standard_linkage2, ppc64_standard_linkage3):
4411         Add match for power7 thread safety insns, and new order of
4412         std 2,40(1) insn.  Correct code shown for _dl_runtime_resolve
4413         invocation in comment, and update rest of comment.
4414         (PPC64_STANDARD_LINKAGE1_LEN, PPC64_STANDARD_LINKAGE2_LEN,
4415         PPC64_STANDARD_LINKAGE3_LEN): Delete.
4416         (ppc64_standard_linkage2_target): Update insn offsets.
4417         (ppc64_skip_trampoline_code): Use a single insn buffer.  Match newer
4418         stubs first.  Update calls.
4419
4420 2013-06-04  Yao Qi  <yao@codesourcery.com>
4421
4422         * solib.c (solib_find): Don't need dir separator if path has
4423         drive spec.
4424
4425 2013-06-03  Joel Brobecker  <brobecker@adacore.com>
4426
4427         Revert (indirectly causes a SIGSEGV):
4428         * machoread.c (macho_symfile_read): Assign first cleanup to
4429         'back_to'.
4430
4431 2013-06-03  Yao Qi  <yao@codesourcery.com>
4432
4433         * mi/mi-cmd-var.c (mi_no_values, mi_simple_values): Move to
4434         mi-parse.c.  Make them static.
4435         (mi_all_values): Likewise.
4436         (mi_parse_values_option): Move to mi-parse.c.  Rename it to
4437         mi_parse_print_values.  Make it external.
4438         * mi/mi-cmds.h (mi_no_values, mi_simple_values, mi_all_values):
4439         Remove the declarations.
4440         * mi/mi-parse.c (mi_parse_print_values): Moved from mi-cmd-var.c.
4441         * mi/mi-parse.h (mi_parse_print_values): Declare.
4442         * mi/mi-cmd-stack.c: Include mi-parse.h.
4443         (parse_print_values): Remove
4444         (mi_cmd_stack_list_locals): Call mi_parse_print_values instead
4445         of parse_print_values.
4446         (mi_cmd_stack_list_args, mi_cmd_stack_list_variables): Likewise.
4447
4448 2013-05-31  Pedro Alves  <pedro@codesourcery.com>
4449             Yao Qi  <yao@codesourcery.com>
4450
4451         * tracepoint.c (all_tracepoint_actions_and_cleanup): Declare.
4452         (encode_actions): Move code to ...
4453         (all_tracepoint_actions_and_cleanup): ... here.  New.
4454         (trace_dump_command): Likewise.
4455
4456 2013-05-30  Tom Tromey  <tromey@redhat.com>
4457
4458         * symmisc.c (maintenance_expand_symtabs): Call do_cleanups.
4459
4460 2013-05-30  Tom Tromey  <tromey@redhat.com>
4461
4462         * xml-support.c (gdb_xml_create_parser_and_cleanup): Rename from
4463         gdb_xml_create_parser_and_cleanup_1.  Return a cleanup.  Remove
4464         'old_chain' argument.  Add 'parser_result' argument.
4465         (gdb_xml_create_parser_and_cleanup): Remove old version.
4466         (gdb_xml_parse_quick): Update.
4467         (xml_process_xincludes): Update.
4468         * xml-support.h (gdb_xml_create_parser_and_cleanup): Don't
4469         declare.
4470
4471 2013-05-30  Tom Tromey  <tromey@redhat.com>
4472
4473         * probe.c (collect_probes): Check arguments for NULL before
4474         calling compile_rx_or_error.
4475         * utils.c (compile_rx_or_error): Require 'rx' to be non-NULL.
4476         Remove NULL return.
4477
4478 2013-05-30  Tom Tromey  <tromey@redhat.com>
4479
4480         * infrun.c (adjust_pc_after_break): Introduce an outer null
4481         cleanup.
4482
4483 2013-05-30  Tom Tromey  <tromey@redhat.com>
4484
4485         * mi/mi-cmd-var.c (varobj_update_one): Add an outer null cleanup.
4486
4487 2013-05-30  Tom Tromey  <tromey@redhat.com>
4488
4489         * cli/cli-script.c (read_command_lines_1): Use a null cleanup
4490         for 'old_chain'.  Do not check 'head' before processing
4491         cleanups.
4492
4493 2013-05-30  Tom Tromey  <tromey@redhat.com>
4494
4495         * mi/mi-cmd-stack.c (list_arg_or_local): Remove
4496         "cleanup_tuple".
4497
4498 2013-05-30  Tom Tromey  <tromey@redhat.com>
4499
4500         * dbxread.c (dbx_read_symtab): Declare 'back_to' in a more
4501         inner scope.  Unconditionally call do_cleanups.
4502
4503 2013-05-30  Tom Tromey  <tromey@redhat.com>
4504
4505         * source.c (find_and_open_source): Call do_cleanups.
4506
4507 2013-05-30  Tom Tromey  <tromey@redhat.com>
4508
4509         * linux-thread-db.c (thread_db_load_search): Unconditionally
4510         call do_cleanups.
4511
4512 2013-05-30  Tom Tromey  <tromey@redhat.com>
4513
4514         * solib-aix.c (solib_aix_bfd_open): Don't use a null cleanup
4515         for 'cleanup'; instead use a later one.
4516
4517 2013-05-30  Tom Tromey  <tromey@redhat.com>
4518
4519         * python/py-breakpoint.c (bppy_get_commands): Use
4520         explicit, unconditional return.
4521         * python/py-frame.c (frapy_read_var): Likewise.
4522         * python/python.c (gdbpy_decode_line): Likewise.
4523
4524 2013-05-30  Tom Tromey  <tromey@redhat.com>
4525
4526         * cp-namespace.c (cp_lookup_symbol_imports_or_template): Call
4527         do_cleanups on all return paths.
4528
4529 2013-05-30  Tom Tromey  <tromey@redhat.com>
4530
4531         * top.c (execute_command): Discard 'cleanup_if_error' cleanups.
4532
4533 2013-05-30  Tom Tromey  <tromey@redhat.com>
4534
4535         * stabsread.c (read_struct_type): Call do_cleanups along
4536         all return paths.
4537
4538 2013-05-30  Maciej W. Rozycki  <macro@codesourcery.com>
4539
4540         * mips-linux-tdep.c: Adjust formatting throughout.
4541
4542 2013-05-30  Tom Tromey  <tromey@redhat.com>
4543
4544         * mipsread.c (read_alphacoff_dynamic_symtab): Call do_cleanups
4545         along all return paths.
4546
4547 2013-05-30  Tom Tromey  <tromey@redhat.com>
4548
4549         * symfile.c (find_separate_debug_file): Call do_cleanups
4550         along all return paths.
4551
4552 2013-05-30  Tom Tromey  <tromey@redhat.com>
4553
4554         * symtab.c (search_symbols): Introduce a null cleanup for
4555         'retval_chain'.
4556
4557 2013-05-30  Tom Tromey  <tromey@redhat.com>
4558
4559         * python/py-value.c (valpy_binop): Call do_cleanups before
4560         exiting loop.
4561
4562 2013-05-30  Tom Tromey  <tromey@redhat.com>
4563
4564         * python/py-prettyprint.c (print_children): Remove extra
4565         do_cleanups call.
4566
4567 2013-05-30  Tom Tromey  <tromey@redhat.com>
4568
4569         * python/py-frame.c (frapy_read_var): Call do_cleanups along
4570         all return paths.
4571
4572 2013-05-30  Tom Tromey  <tromey@redhat.com>
4573
4574         * python/py-breakpoint.c (bppy_get_commands): Call do_cleanups
4575         along all return paths.
4576
4577 2013-05-30  Tom Tromey  <tromey@redhat.com>
4578
4579         * cli/cli-logging.c (set_logging_redirect): Unconditionally
4580         call do_cleanups.
4581
4582 2013-05-30  Tom Tromey  <tromey@redhat.com>
4583
4584         * varobj.c (c_value_of_root): Call do_cleanups along all
4585         return paths.
4586
4587 2013-05-30  Tom Tromey  <tromey@redhat.com>
4588
4589         * tracepoint.c (trace_dump_command): Unconditionally call
4590         do_cleanups.
4591
4592 2013-05-30  Tom Tromey  <tromey@redhat.com>
4593
4594         * breakpoint.c (output_thread_groups, parse_cmd_to_aexpr): Call
4595         do_cleanups earlier.
4596
4597 2013-05-30  Tom Tromey  <tromey@redhat.com>
4598
4599         * machoread.c (macho_symfile_read): Assign first cleanup to
4600         'back_to'.
4601
4602 2013-05-30  Tom Tromey  <tromey@redhat.com>
4603
4604         * m32r-rom.c (m32r_load): Call do_cleanups at all returns.
4605
4606 2013-05-30  Tom Tromey  <tromey@redhat.com>
4607
4608         * mi/mi-main.c (list_available_thread_groups): Call do_cleanups.
4609
4610 2013-05-30  Tom Tromey  <tromey@redhat.com>
4611
4612         * inf-ptrace.c (inf_ptrace_create_inferior): Unconditionally
4613         call discard_cleanups.
4614         (inf_ptrace_attach): Likewise.
4615
4616 2013-05-30  Tom Tromey  <tromey@redhat.com>
4617
4618         * remote-mips.c (mips_exit_debug): Call do_cleanups on all
4619         return paths.
4620         (mips_initialize): Likewise.
4621         (common_open): Call do_cleanups.
4622
4623 2013-05-30  Tom Tromey  <tromey@redhat.com>
4624
4625         * utils.c (internal_vproblem): Call do_cleanups.
4626
4627 2013-05-30  Tom Tromey  <tromey@redhat.com>
4628
4629         * linespec.c (find_linespec_symbols): Don't reassign to 'cleanup'.
4630
4631 2013-05-30  Tom Tromey  <tromey@redhat.com>
4632
4633         * cli/cli-script.c (setup_user_args): Don't return after error.
4634
4635 2013-05-30  Tom Tromey  <tromey@redhat.com>
4636
4637         * somread.c (som_symtab_read): Call do_cleanups.
4638
4639 2013-05-30  Tom Tromey  <tromey@redhat.com>
4640
4641         * printcmd.c (print_command_1): Unconditionally call do_cleanups.
4642
4643 2013-05-30  Tom Tromey  <tromey@redhat.com>
4644
4645         * cli/cli-cmds.c (cd_command, alias_command): Call do_cleanups.
4646         * cli/cli-dump.c (restore_binary_file): Call do_cleanups.
4647         * interps.c (interpreter_exec_cmd): Call do_cleanups.
4648         * source.c (show_substitute_path_command): Call do_cleanups.
4649         (unset_substitute_path_command, set_substitute_path_command):
4650         Likewise.
4651         * symfile.c (load_command): Call do_cleanups.
4652
4653 2013-05-30  Tom Tromey  <tromey@redhat.com>
4654
4655         * contrib/cleanup_check.py: New file.
4656         * contrib/gcc-with-excheck: Add option parsing.
4657
4658 2013-05-30  Joel Brobecker  <brobecker@adacore.com>
4659
4660         * windows-nat.c (windows_delete_thread): Add missing space
4661         in cast expression.
4662
4663 2013-05-30  Hafiz Abid Qadeer  <abidh@codesourcery.com>
4664
4665         * inferior.c (top level): Include tilde.h.
4666         (add_inferior_command): Call tilde_expand on the value of 'exec'
4667         argument.
4668
4669 2013-05-30  Pedro Alves  <pedro@codesourcery.com>
4670             Yao Qi  <yao@codesourcery.com>
4671
4672         * tracepoint.c (encode_actions_1): Remove parameter 't'.
4673         Caller update.
4674         (encode_actions): Likewise.
4675         * remote.c (remote_download_tracepoint): Caller update.
4676         * tracepoint.h (encode_actions): Update declaration.
4677
4678 2013-05-30  Pedro Alves  <palves@redhat.com>
4679
4680         * python/python-internal.h (gdb_Py_DECREF): Cast OP to PyObject
4681         pointer.
4682
4683 2013-05-30  Yao Qi  <yao@codesourcery.com>
4684
4685         * remote.c (remote_check_symbols): Remove unused parameter
4686         'objfile'.
4687         Declaration update.
4688         (remote_start_remote, remote_new_objfile): Caller update.
4689
4690 2013-05-30  Yao Qi  <yao@codesourcery.com>
4691
4692         * mi/mi-cmds.c (mi_cmds): Define MI command
4693         '-exec-arguments' by macro DEF_MI_CMD_CLI_1 instead of
4694         DEF_MI_CMD_CLI.
4695
4696 2013-05-29  Pedro Alves  <palves@redhat.com>
4697
4698         * remote.c (remote_insert_breakpoint, remote_remove_breakpoint)
4699         (remote_insert_watchpoint, remote_remove_watchpoint)
4700         (remote_insert_hw_breakpoint, remote_remove_hw_breakpoint)
4701         (remote_verify_memory, compare_sections_command)
4702         (remote_search_memory): Set the general process/thread on the
4703         remote side.
4704
4705 2013-05-29  Pedro Alves  <palves@redhat.com>
4706
4707         * aarch64-tdep.c: Don't include "features/aarch64-without-fpu.c".
4708         (_initialize_aarch64_tdep): Don't call
4709         initialize_tdesc_aarch64_without_fpu.
4710         * features/Makefile (WHICH): Remove reference to
4711         aarch64-without-fpu.
4712         * features/aarch64-without-fpu.c: Delete file.
4713         * regformats/aarch64-without-fpu.dat: Delete file.
4714
4715 2013-05-28  Yao Qi  <yao@codesourcery.com>
4716
4717         * tracepoint.c (stringify_collection_list): Remove parameter
4718         'string'.
4719         (encode_actions): Caller update.  Remove local variables.
4720
4721 2013-05-24  Yao Qi  <yao@codesourcery.com>
4722
4723         * tracepoint.c (TFILE_PID): Remove.
4724         (tfile_open): Don't add thread and inferior.
4725         (tfile_close): Don't set 'inferior_ptid'.  Don't call
4726         exit_inferior_silent.
4727         (tfile_thread_alive): Remove.
4728         (init_tfile_ops): Don't set field 'to_thread_alive' of
4729         tfile_ops.
4730
4731 2013-05-23  Doug Evans  <dje@google.com>
4732
4733         * contrib/cc-with-tweaks.sh (-p): Handle no dwo files.
4734
4735 2013-05-23  Pedro Alves  <palves@redhat.com>
4736
4737         * common/filestuff.c [USE_WIN32API]: Define HAVE_SOCKETS.
4738         [HAVE_SYS_SOCKET_H]: Define HAVE_SOCKETS.
4739         (socket_mark_cloexec, gdb_socketpair_cloexec, gdb_socket_cloexec):
4740         Only define if HAVE_SOCKETS is defined.
4741         * configure.ac: Check for sys/socket.h.
4742         * config.in, configure: Regenerate.
4743
4744 2013-05-23  Pedro Alves  <palves@redhat.com>
4745
4746         * dwarf2read.c (create_dwp_hash_table, create_dwo_in_dwp)
4747         (open_and_init_dwp_file): Use %s/pulongest instead of %u for
4748         printing uint32_t variables.
4749
4750 2013-05-23  Pedro Alves  <palves@redhat.com>
4751
4752         * NEWS: Mention GDBserver range stepping support.
4753
4754 2013-05-23  Yao Qi  <yao@codesourcery.com>
4755             Pedro Alves  <palves@redhat.com>
4756
4757         * gdbthread.h (struct thread_control_state) <may_range_step>: New
4758         field.
4759         * infcmd.c (step_once, until_next_command): Enable range stepping.
4760         * infrun.c (displaced_step_prepare): Disable range stepping.
4761         (resume): Disable range stepping if stepping over a breakpoint or
4762         we have software watchpoints.  If range stepping is enabled,
4763         assert the thread is in the stepping range.
4764         (clear_proceed_status_thread): Clear may_range_step.
4765         (handle_inferior_event): Disable range stepping as soon as we know
4766         the thread that hit the event.  Re-enable it whenever we're going
4767         to step with a step range.
4768         * remote.c (struct vCont_action_support) <r>: New field.
4769         (use_range_stepping): New global.
4770         (remote_vcont_probe): Handle 'r' action.
4771         (append_resumption): Append an 'r' action if the thread may range
4772         step.
4773         (show_range_stepping): New function.
4774         (set_range_stepping): New function.
4775         (_initialize_remote): Call add_setshow_boolean_cmd to register the
4776         'set range-stepping' and 'show range-stepping' commands.
4777         * NEWS: Mention range stepping, the new vCont;r action, and the
4778         new "set/show range-stepping" commands.
4779
4780 2013-05-23  Yao Qi  <yao@codesourcery.com>
4781             Pedro Alves  <palves@redhat.com>
4782
4783         * remote.c (struct vCont_action_support): New struct.
4784         (struct remote_state) <support_vCont_t>: Remove field.
4785         <vCont_actions_support>: New field.
4786         (remote_vcont_probe, remote_stop_ns): Update.
4787
4788 2013-05-23  Yao Qi  <yao@codesourcery.com>
4789             Pedro Alves  <palves@redhat.com>
4790
4791         * gdbthread.h (pc_in_thread_step_range): New declaration.
4792         * thread.c (pc_in_thread_step_range): New function.
4793         * infrun.c (handle_inferior_event): Use it.
4794
4795 2013-05-23  Joel Brobecker  <brobecker@adacore.com>
4796
4797         * mi/mi-cmd-break.c (mi_argv_to_format): Use xsnprintf instead
4798         of sprintf.
4799
4800 2013-05-22  Keith Seitz  <keiths@redhat.com>
4801
4802         * ada-lang.c (is_known_support_routine): Add explicit free of
4803         'func_name' from find_frame_funname.
4804         (ada_unhandled_exception_name_addr_from_raise): Add cleanups
4805         for func_name from find_frame_funname.
4806         * python/py-frame.c (frapy_name): Add explicit free of
4807         'name' from find_frame_funname.
4808         * stack.c (find_frame_funname): Add comment explaining that
4809         funcp must be freed by the caller.
4810         Return copy of symbol names instead of pointers.
4811         (print_frame): Add a cleanup for 'funname' from
4812         find_frame_funname.
4813         * stack.h (find_frame_funname): Remove "const" from
4814         'funname' parameter.
4815
4816 2013-05-22  Tom Tromey  <tromey@redhat.com>
4817
4818         PR c++/15401:
4819         * c-valprint.c (c_value_print): Use value_addr for
4820         references.  Convert back to reference type with value_ref.
4821
4822 2013-05-22  Eli Zaretskii  <eliz@gnu.org>
4823
4824         * windows-nat.c (handle_unload_dll): Don't call solib_add for the
4825         unloaded DLL, it will be done by handle_solib_event.  See
4826         http://sourceware.org/ml/gdb-patches/2013-05/msg00713.html for the
4827         details.
4828
4829 2013-05-22  Phil Muldoon  <pmuldoon@redhat.com>
4830
4831         * ui-out.c: Create typedef ui_out_level_p and define vector
4832         operations for that type.
4833         (struct ui_out): Use a vector instead of an array.
4834         (current_level): Return level from a vector.
4835         (push_level): Create a level in a vector.
4836         (pop_level): Delete a level in a vector.
4837         (ui_out_new): Create initial level zero level, and store in a
4838         vector.
4839         (ui_out_destroy): Add vector cleanup.
4840
4841 2013-05-22  Pedro Alves  <palves@redhat.com>
4842
4843         * python/python-internal.h (gdb_Py_DECREF): Tag with
4844         "ARI: editCase function".
4845
4846 2013-05-21  Paul Pluzhnikov  <ppluzhnikov@google.com>
4847
4848         * solib-svr4.c (svr4_free_so): Protect against NULL dereference.
4849
4850 2013-05-21  Pedro Alves  <palves@redhat.com>
4851
4852         * python/py-prettyprint.c (apply_val_pretty_printer): Check
4853         whether PRINTER is NULL before installing a Py_DECREF cleanup.
4854         * python/py-utils.c (py_decref): Don't check for NULL before
4855         calling Py_DECREF.
4856
4857 2013-05-21  Pedro Alves  <palves@redhat.com>
4858
4859         * python/py-utils.c (py_decref): Remove extra braces.
4860         (gdb_pymodule_addobject): Remove extra braces.
4861         * python-internal.h (gdb_Py_DECREF): New static inline function.
4862         (Py_DECREF): Redefine as calling gdb_Py_DECREF.
4863
4864 2013-05-21  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
4865
4866         * breakpoints.c (detach_breakpoints): Do not
4867         detach breakpoints locations with loc_type bp_loc_other.
4868
4869 2013-05-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
4870
4871         Workaround Python 2.6.
4872         * python/py-utils.c (gdb_pymodule_addobject): Wrap Py_DECREF into
4873         a block.
4874
4875 2013-05-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
4876
4877         Code cleanup: constification.
4878         * solib.c (solib_ops): Make return type and ops variable type const.
4879         (set_solib_ops): Make the new_ops parameter and ops variable const.
4880         (solib_find, solib_map_sections, clear_so, free_so, update_solib_list)
4881         (solib_add, solib_keep_data_in_core, clear_solib)
4882         (solib_create_inferior_hook, in_solib_dynsym_resolve_code)
4883         (reload_shared_libraries, solib_global_lookup): Make the ops variable
4884         const.
4885         * solib.h (set_solib_ops): Make the new_ops parameter const.
4886
4887 2013-05-21  Joel Brobecker  <brobecker@adacore.com>
4888
4889         * data-directory/Makefile.in (SYSTEM_GDBINIT_SRCDIR): New
4890         variable.
4891         (VPATH): Add SYSTEM_GDBINIT_SRCDIR.
4892         (SYSTEM_GDBINIT_DIR, SYSTEM_GDBINIT_INSTALL_DIR)
4893         (SYSTEM_GDBINIT_FILES): New variables.
4894         (all): Add stamp-system-gdbinit.
4895         (stamp-system-gdbinit): New rule.
4896         (clean-system-gdbinit, install-system-gdbinit)
4897         (uninstall-system-gdbinit): New rules.  Make them .PHONY.
4898         (install-only): Add dependency on install-system-gdbinit.
4899         (uninstall): Add dependency on uninstall-system-gdbinit.
4900         (clean): Add dependency on clean-system-gdbinit.
4901         * system-gdbinit/elinos.py: New file.
4902         * system-gdbinit/wrs-linux.py: New file.
4903
4904 2013-05-21  Joel Brobecker  <brobecker@adacore.com>
4905
4906         * ada-lang.c (old_renaming_is_invisible): Fix cleanup leak.
4907
4908 2013-05-21  Hui Zhu  <hui@codesourcery.com>
4909
4910         * breakpoint.c (dprintf_breakpoint_ops): Remove its static.
4911         * breakpoint.h (dprintf_breakpoint_ops): Add extern.
4912         * mi/mi-cmd-break.c (ctype.h): New include.
4913         (gdb_obstack.h): New include.
4914         (mi_argv_to_format, mi_cmd_break_insert_1): New.
4915         (mi_cmd_break_insert): Call mi_cmd_break_insert_1.
4916         (mi_cmd_dprintf_insert): New.
4917         * mi/mi-cmds.c (mi_cmds): Add "dprintf-insert".
4918         * mi/mi-cmds.h (mi_cmd_dprintf_insert): New extern.
4919
4920 2013-05-20  Tom Tromey  <tromey@redhat.com>
4921
4922         * python/py-prettyprint.c (search_pp_list): Decref 'attr'.
4923
4924 2013-05-20  Tom Tromey  <tromey@redhat.com>
4925
4926         * python/py-value.c (valpy_get_dynamic_type): Simplify
4927         dynamic_type assignment.  Use Py_XINCREF.
4928
4929 2013-05-20  Tom Tromey  <tromey@redhat.com>
4930
4931         * python/py-type.c (typy_fields): Unconditionally decref 'r'.
4932
4933 2013-05-20  Tom Tromey  <tromey@redhat.com>
4934
4935         * python/py-frame.c (frapy_older, frapy_newer, gdbpy_newest_frame)
4936         (gdbpy_selected_frame): Move object-construction code
4937         out of TRY_CATCH.
4938
4939 2013-05-20  Tom Tromey  <tromey@redhat.com>
4940
4941         * python/py-arch.c (gdbpy_initialize_arch): Use
4942         gdb_pymodule_addobject.
4943         * python/py-block.c (gdbpy_initialize_blocks): Use
4944         gdb_pymodule_addobject.
4945         * python/py-breakpoint.c (gdbpy_initialize_breakpoints): Use
4946         gdb_pymodule_addobject.
4947         * python/py-cmd.c (gdbpy_initialize_breakpoints): Use
4948         gdb_pymodule_addobject.
4949         * python/py-event.c (gdbpy_initialize_event_generic): Use
4950         gdb_pymodule_addobject.
4951         * python/py-evtregistry.c (gdbpy_initialize_eventregistry): Use
4952         gdb_pymodule_addobject.
4953         * python/py-evts.c (add_new_registry): Use
4954         gdb_pymodule_addobject.
4955         (gdbpy_initialize_py_events): Likewise.
4956         * python/py-finishbreakpoint.c
4957         (gdbpy_initialize_finishbreakpoints): Use
4958         gdb_pymodule_addobject.
4959         * python/py-frame.c (gdbpy_initialize_frames): Use
4960         gdb_pymodule_addobject.
4961         * python/py-function.c (gdbpy_initialize_functions): Use
4962         gdb_pymodule_addobject.
4963         * python/py-inferior.c (gdbpy_initialize_inferior): Use
4964         gdb_pymodule_addobject.
4965         * python/py-infthread.c (gdbpy_initialize_thread): Use
4966         gdb_pymodule_addobject.
4967         * python/py-objfile.c (gdbpy_initialize_objfile): Use
4968         gdb_pymodule_addobject.
4969         * python/py-param.c (gdbpy_initialize_parameters): Use
4970         gdb_pymodule_addobject.
4971         * python/py-progspace.c (gdbpy_initialize_pspace): Use
4972         gdb_pymodule_addobject.
4973         * python/py-symbol.c (gdbpy_initialize_symbols): Use
4974         gdb_pymodule_addobject.
4975         * python/py-symtab.c (gdbpy_initialize_symtabs): Use
4976         gdb_pymodule_addobject.
4977         * python/py-type.c (gdbpy_initialize_types): Use
4978         gdb_pymodule_addobject.
4979         * python/py-utils.c (gdb_pymodule_addobject): New function.
4980         * python/py-value.c (gdbpy_initialize_values): Use
4981         gdb_pymodule_addobject.
4982         * python/python-internal.h (gdb_pymodule_addobject): Declare.
4983         * python/python.c (_initialize_python): Use
4984         gdb_pymodule_addobject.
4985
4986 2013-05-20  Tom Tromey  <tromey@redhat.com>
4987
4988         * python/py-cmd.c (cmdpy_completer): Use explicit decref.
4989         * python/py-param.c (get_set_value, get_show_value): Use
4990         explicit decrefs.
4991         * python/python.c (start_type_printers, apply_type_printers):
4992         Use explicit decrefs.
4993
4994 2013-05-20  Tom Tromey  <tromey@redhat.com>
4995
4996         * python/py-evts.c (gdbpy_initialize_py_events): Don't
4997         incref the module.
4998
4999 2013-05-20  Tom Tromey  <tromey@redhat.com>
5000
5001         * python/python.c (gdbpy_run_events): Decref the result
5002         of PyObject_CallObject.
5003
5004 2013-05-20  Tom Tromey  <tromey@redhat.com>
5005
5006         * python/py-symtab.c (set_sal): Use
5007         CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION.  Return -1 on error.
5008         (symtab_and_line_to_sal_object): Update.
5009
5010 2013-05-20  Tom Tromey  <tromey@redhat.com>
5011
5012         * python/py-param.c (compute_enum_values): Decref 'item'.
5013
5014 2013-05-20  Tom Tromey  <tromey@redhat.com>
5015
5016         * mi/mi-main.c: Include python-internal.h.
5017         (mi_cmd_list_features): Check gdb_python_initialized.
5018         * python/py-inferior.c (python_on_normal_stop, python_on_resume)
5019         (python_inferior_exit, python_new_objfile, add_thread_object)
5020         (delete_thread_object, py_free_inferior): Check
5021         gdb_python_initialized.
5022         * python/py-prettyprint.c (apply_val_pretty_printer): Check
5023         gdb_python_initialized.
5024         * python/py-type.c (save_objfile_types): Check
5025         gdb_python_initialized.
5026         * python/python-internal.h (gdb_python_initialized): Declare.
5027         * python/python.c (ensure_python_env): Throw exception if
5028         Python not initialized.
5029         (before_prompt_hook, source_python_script_for_objfile)
5030         (start_type_printers, apply_type_printers,
5031         free_type_printers): Check gdb_python_initialized.
5032         * varobj.c (varobj_get_display_hint)
5033         (dynamic_varobj_has_child_method, update_dynamic_varobj_children)
5034         (install_new_value_visualizer, varobj_set_visualizer)
5035         (value_get_print_value): Check gdb_python_initialized.
5036
5037 2013-05-20  Tom Tromey  <tromey@redhat.com>
5038
5039         * python/py-arch.c (gdbpy_initialize_arch): Return 'int'.
5040         Check errors.
5041         * python/py-auto-load.c (gdbpy_initialize_auto_load): Return 'int'.
5042         * python/py-block.c (gdbpy_initialize_blocks): Return 'int'.
5043         Check errors.
5044         * python/py-breakpoint.c (gdbpy_initialize_breakpoints): Return 'int'.
5045         Check errors.
5046         * python/py-cmd.c (gdbpy_initialize_commands): Return 'int'.
5047         Check errors.
5048         * python/py-event.c (gdbpy_initialize_event): Return 'int'.
5049         Check errors.
5050         * python/py-event.h (GDBPY_NEW_EVENT_TYPE): Change generated
5051         init function to return 'int'.
5052         * python/py-evtregistry.c (gdbpy_initialize_eventregistry):
5053         Return 'int'.  Check errors.
5054         * python/py-evts.c (gdbpy_initialize_py_events): Return 'int'.
5055         Check errors.
5056         * python/py-finishbreakpoint.c (gdbpy_initialize_finishbreakpoints):
5057         Return 'int'.  Check errors.
5058         * python/py-frame.c (gdbpy_initialize_frames): Return 'int'.
5059         Check errors.
5060         * python/py-function.c (gdbpy_initialize_functions): Return 'int'.
5061         Check errors.
5062         * python/py-gdb-readline.c (gdbpy_initialize_gdb_readline):
5063         Check errors.
5064         * python/py-inferior.c (gdbpy_initialize_inferior): Return 'int'.
5065         Check errors.
5066         * python/py-infthread.c (gdbpy_initialize_thread): Return 'int'.
5067         Check errors.
5068         * python/py-lazy-string.c (gdbpy_initialize_lazy_string): Return 'int'.
5069         Check errors.
5070         * python/py-objfile.c (gdbpy_initialize_objfile): Return 'int'.
5071         Check errors.
5072         * python/py-param.c (gdbpy_initialize_parameters): Return 'int'.
5073         Check errors.
5074         * python/py-progspace.c (gdbpy_initialize_pspace): Return 'int'.
5075         Check errors.
5076         * python/py-symbol.c (gdbpy_initialize_symbols): Return 'int'.
5077         Check errors.
5078         * python/py-symtab.c (gdbpy_initialize_symtabs): Return 'int'.
5079         Check errors.
5080         * python/py-type.c (gdbpy_initialize_types): Return 'int'.
5081         Check errors.
5082         * python/py-value.c (gdbpy_initialize_values): Return 'int'.
5083         Check errors.
5084         * python/python-internal.h (gdbpy_initialize_auto_load,
5085         gdbpy_initialize_values, gdbpy_initialize_frames,
5086         gdbpy_initialize_symtabs, gdbpy_initialize_commands,
5087         gdbpy_initialize_symbols, gdbpy_initialize_symtabs,
5088         gdbpy_initialize_blocks, gdbpy_initialize_types,
5089         gdbpy_initialize_functions, gdbpy_initialize_pspace,
5090         gdbpy_initialize_objfile, gdbpy_initialize_breakpoints,
5091         gdbpy_initialize_finishbreakpoints,
5092         gdbpy_initialize_lazy_string, gdbpy_initialize_parameters,
5093         gdbpy_initialize_thread, gdbpy_initialize_inferior,
5094         gdbpy_initialize_eventregistry, gdbpy_initialize_event,
5095         gdbpy_initialize_py_events, gdbpy_initialize_stop_event,
5096         gdbpy_initialize_signal_event,
5097         gdbpy_initialize_breakpoint_event,
5098         gdbpy_initialize_continue_event,
5099         gdbpy_initialize_exited_event, gdbpy_initialize_thread_event,
5100         gdbpy_initialize_new_objfile_event, gdbpy_initialize_arch):
5101         Update.  Use CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION.
5102         * python/python.c (gdb_python_initialized): New global.
5103         (gdbpy_initialize_events): Return 'int'.  Check errors.
5104         (_initialize_python): Check errors.  Set
5105         gdb_python_initialized.
5106
5107 2013-05-20  Tom Tromey  <tromey@redhat.com>
5108
5109         * python/py-finishbreakpoint.c (bpfinishpy_out_of_scope):
5110         Decref the reslut of PyObject_CallMethod.
5111
5112 2013-05-20  Tom Tromey  <tromey@redhat.com>
5113
5114         * python/py-event.c (gdbpy_initialize_event_generic): Return
5115         early if PyType_Ready fails.
5116
5117 2013-05-20  Tom Tromey  <tromey@redhat.com>
5118
5119         * python/py-type.c (make_fielditem): Add gdb_assert_not_reached
5120         as 'default' in the switch.
5121
5122 2013-05-20  Tom Tromey  <tromey@redhat.com>
5123
5124         * python/py-inferior.c (gdbpy_inferiors): Update.  Hoist
5125         get_addr_from_python calls out of TRY_CATCH.
5126         (infpy_write_memory, infpy_search_memory): Likewise.
5127         * python/py-utils.c (get_addr_from_python): Return negative
5128         value on error.  Use TRY_CATCH.
5129         * python/python-internal.h (get_addr_from_python): Use
5130         CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION.
5131
5132 2013-05-20  Tom Tromey  <tromey@redhat.com>
5133
5134         * python/py-event.c (evpy_emit_event): Decref the
5135         result of PyObject_CallFunctionObjArgs.
5136
5137 2013-05-20  Tom Tromey  <tromey@redhat.com>
5138
5139         * python/py-cmd.c (cmdpy_completer): Use iterator protocol.
5140         Correctly decref.
5141
5142 2013-05-20  Tom Tromey  <tromey@redhat.com>
5143
5144         * python/py-cmd.c (cmdpy_init): Decref 'ds_obj'.
5145
5146 2013-05-20  Tom Tromey  <tromey@redhat.com>
5147
5148         * python/py-event.h (gdbpy_initialize_event_generic): Use
5149         CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION.
5150         * python/py-evts.c (add_new_registry): Use
5151         CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION.
5152         * python/python-internal.h
5153         (CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION): New macro.
5154
5155 2013-05-20  Tom Tromey  <tromey@redhat.com>
5156
5157         * python/py-arch.c (archpy_disassemble): Update.
5158         * python/py-type.c (typy_get_composite, typy_lookup_typename)
5159         (typy_lookup_type): Use GDB_PY_HANDLE_EXCEPTION.
5160         * python/py-utils.c (gdbpy_convert_exception): Return 'void'.
5161         * python/python-internal.h (CPYCHECKER_SETS_EXCEPTION): New
5162         macro.
5163         (GDB_PY_HANDLE_EXCEPTION): Update.
5164         (gdbpy_convert_exception): Update.  Use CPYCHECKER_SETS_EXCEPTION.
5165
5166 2013-05-20  Tom Tromey  <tromey@redhat.com>
5167
5168         * python/python-internal.h (events_object_type): Remove.
5169
5170 2013-05-20  Tom Tromey  <tromey@redhat.com>
5171
5172         * python/py-event.h (evpy_emit_event): Use
5173         CPYCHECKER_STEALS_REFERENCE_TO_ARG.
5174         * python/python-internal.h (CPYCHECKER_STEALS_REFERENCE_TO_ARG):
5175         New macro.
5176
5177 2013-05-20  Tom Tromey  <tromey@redhat.com>
5178
5179         * py-evtregistry.c (create_event_object): Decref
5180         eventregistry_object if PyList_New fails.
5181
5182 2013-05-20  Tom Tromey  <tromey@redhat.com>
5183
5184         * py-cmd.c (gdbpy_string_to_argv): Check result of
5185         PyList_New.
5186
5187 2013-05-20  Tom Tromey  <tromey@redhat.com>
5188
5189         * python/python.c (before_prompt_hook): Add cleanup to
5190         decref 'hook'.
5191
5192 2013-05-20  Tom Tromey  <tromey@redhat.com>
5193
5194         * python/py-function.c (fnpy_init): Decref result of
5195         PyObject_GetAttrString.
5196
5197 2013-05-20  Tom Tromey  <tromey@redhat.com>
5198
5199         * python/py-threadevent.c (get_event_thread): Use
5200         CPYCHECKER_RETURNS_BORROWED_REF.
5201         * python/python-internal.h (CPYCHECKER_RETURNS_BORROWED_REF):
5202         New define.
5203         (pspace_to_pspace_object, objfile_to_objfile_object)
5204         (find_thread_object): Use it.
5205
5206 2013-05-20  Tom Tromey  <tromey@redhat.com>
5207
5208         * python/py-arch.c (arch_object_type): Use
5209         CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5210         * python/py-block.c (block_syms_iterator_object_type):
5211         Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5212         * python/py-bpevent.c (breakpoint_event_object_type):
5213         Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5214         * python/py-cmd.c (cmdpy_object_type): Use
5215         CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5216         * python/py-continueevent.c (continue_event_object_type):
5217         Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5218         * python/py-event.h (GDBPY_NEW_EVENT_TYPE):
5219         Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5220         * python/py-events.h (thread_event_object_type):
5221         Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5222         * python/py-evtregistry.c (eventregistry_object_type): Use
5223         CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5224         * python/py-exitedevent.c (exited_event_object_type):
5225         Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5226         * python/py-finishbreakpoint.c (finish_breakpoint_object_type):
5227         Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5228         * python/py-function.c (fnpy_object_type): Use
5229         CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5230         * python/py-inferior.c (inferior_object_type, membuf_object_type):
5231         Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5232         * python/py-infthread.c (thread_object_type): Use
5233         CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5234         * python/py-lazy-string.c (lazy_string_object_type):
5235         Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5236         * python/py-newobjfileevent.c (new_objfile_event_object_type):
5237         Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5238         * python/py-objfile.c (objfile_object_type): Use
5239         CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5240         * python/py-param.c (parmpy_object_type):
5241         Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5242         * python/py-progspace.c (pspace_object_type):
5243         Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5244         * python/py-signalevent.c (signal_event_object_type):
5245         Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5246         * python/py-symtab.c (symtab_object_type, sal_object_type): Use
5247         CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5248         * python/py-type.c (type_object_type, field_object_type)
5249         (type_iterator_object_type): Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5250         * python/py-internal.h (CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF): New
5251         define.
5252         (value_object_type, block_object_type, symbol_object_type)
5253         (event_object_type, stop_event_object_type, breakpoint_object_type)
5254         (frame_object_type): Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5255
5256 2013-05-20  Andreas Tobler  <andreas@fgznet.ch>
5257
5258         * Makefile.in (ALL_TARGET_OBS): Add ppcfbsd-tdep.o.
5259         (ALLDEPFILES): Add ppcfbsd-nat.c and ppcfbsd-tdep.c.
5260
5261 2013-05-20  Doug Evans  <dje@google.com>
5262
5263         When reading CU, stay in DWO.  Be more tolerent of bad debug info.
5264         For Fission.
5265         * dwarf2read.c (struct dwarf2_per_cu_data): New member
5266         reading_dwo_directly.
5267         (struct signatured_type): New member dwo_unit.
5268         (struct die_reader_specs): New member comp_dir.
5269         (create_signatured_type_table_from_index): Use malloc for
5270         all_type_units instead of objfile's obstack.
5271         (create_all_type_units): Ditto.
5272         (fill_in_sig_entry_from_dwo_entry): New function.
5273         (add_type_unit): New function.
5274         (lookup_dwo_signatured_type): New function.
5275         (lookup_dwp_signatured_type): New function.
5276         (lookup_signatured_type): New arg cu.  All callers updated.
5277         (init_cu_die_reader): Initialize comp_dir.
5278         (read_cutu_die_from_dwo): New arg stub_comp_dir.  All callers updated.
5279         Change assert of matching type signatures to call error on mismatch.
5280         (lookup_dwo_unit): Add assert.
5281         (init_tu_and_read_dwo_dies): New function.
5282         (init_cutu_and_read_dies): Call it.
5283         (build_type_unit_groups): Handle case of no type unit groups created.
5284         (hash_dwo_file, eq_dwo_file): Handle missing comp_dir.
5285         (lookup_dwo_cutu): Tweak complaint.
5286         (dwarf2_free_abbrev_table): Check for NULL abbrev_table.
5287         (dwarf2_per_objfile_free): Free all_type_units.
5288
5289 2013-05-20  Joel Brobecker  <brobecker@adacore.com>
5290
5291         * windows-nat.c (handle_unload_dll): Add missing empty line.
5292
5293 2013-05-20  Joel Brobecker  <brobecker@adacore.com>
5294
5295         * dwarf2read.c (prototyped_function_p): New function.
5296         (read_subroutine_type): Use it.
5297
5298 2013-05-20  Joel Brobecker  <brobecker@adacore.com>
5299
5300         * rs6000-aix-tdep.c: De-indent some example code provided
5301         as a comment.
5302
5303 2013-05-17  Edjunior Machado  <emachado@linux.vnet.ibm.com>
5304
5305         * ppc-linux-nat.c (ppc_linux_region_ok_for_hw_watchpoint): Check if the
5306         region is ok for a hardware watchpoint using the new ptrace interface
5307         on Power servers.
5308
5309 2013-05-17  Doug Evans  <dje@google.com>
5310
5311         * NEWS: Mention new maintenance commands check-symtabs, and
5312         expand-symtabs, and renamed check-psymtabs.
5313         * psymtab.c (maintenance_check_psymtabs): Renamed from
5314         maintenance_check_symtabs.  Only process already-expanded symbol
5315         tables.
5316         (_initialize_psymtab): Update.
5317         * symmisc.c (maintenance_check_symtabs): New function.
5318         (maintenance_expand_name_matcher): New function
5319         (maintenance_expand_file_matcher): New function
5320         (maintenance_expand_symtabs): New function.
5321         (_initialize_symmisc): Add "mt check-symtabs" and "mt expand-symtabs"
5322         commands.
5323
5324 2013-05-17  Tom Tromey  <tromey@redhat.com>
5325
5326         * python/py-inferior.c (infpy_read_memory): Don't call
5327         PyErr_SetString if PyObject_New fails.
5328         * python/py-frame.c (frame_info_to_frame_object): Don't call
5329         PyErr_SetString if PyObject_New fails.
5330
5331 2013-05-17  Pavel Chupin  <pavel.v.chupin@intel.com>
5332
5333         * acinclude.m4: Add check for dlopen in libdl.
5334         * configure.ac: Ditto.
5335         * configure: Regenerate.
5336
5337 2013-05-17  Phil Muldoon  <pmuldoon@redhat.com>
5338
5339         * frame.c (frame_stash): Convert to htab.
5340         (frame_addr_hash): New function.
5341         (frame_addr_hash_eq): New function.
5342         (frame_stash_create): Convert function to create
5343         a hash table.
5344         (frame_stash_add): Convert function to add an entry to a hash
5345         table.
5346         (frame_stash_find): Convert function to search the hash table.
5347         (frame_stash_invalidate): Convert function to empty the hash
5348         table.
5349         (get_frame_id): Only add to stash if a frame_id is created.
5350         (_initialize_frame): Call frame_stash_create.
5351
5352 2013-05-16  Yue Lu  <hacklu.newborn@gmail.com>  (tiny change)
5353
5354         * configure.ac: Ensure MIG is available when building for GNU Hurd
5355         hosts.
5356         * configure: Regenerate.
5357
5358 2013-05-16  Joel Brobecker  <brobecker@adacore.com>
5359
5360         * dwarf2read.c (set_cu_language): Add DW_LANG_UPC handling.
5361
5362 2013-05-16  Joel Brobecker  <brobecker@adacore.com>
5363
5364         * ada-lang.c (ada_make_symbol_completion_list): Make sure
5365         all cleanups are done before returning from this function.
5366
5367 2013-05-15  Joel Brobecker  <brobecker@adacore.com>
5368
5369         * utils.h: #include "exceptions.h".
5370         (enum errors): Remove partial declaration.
5371
5372 2013-05-15  Joel Brobecker  <brobecker@adacore.com>
5373
5374         * gdbarch.sh (core_xfer_shared_libraries_aix): New method.
5375         * gdbarch.h, gdbarch.c: Regenerate.
5376         * corelow.c (core_xfer_partial): Add TARGET_OBJECT_LIBRARIES_AIX
5377         handling.
5378
5379         * rs6000-aix-tdep.h: New file.
5380         * Makefile.in (HFILES_NO_SRCDIR): Add rs6000-aix-tdep.h.
5381         * rs6000-aix-tdep.c: Include "rs6000-aix-tdep.h" and
5382         "xml-utils.h".
5383         (struct field_info, struct ld_info_desc): New types.
5384         (ld_info32_desc, ld_info64_desc): New static constants.
5385         (struct ld_info): New type.
5386         (rs6000_aix_extract_ld_info): New function.
5387         (rs6000_aix_shared_library_to_xml): Likewise.
5388         (rs6000_aix_ld_info_to_xml): Likewise.
5389         (rs6000_aix_core_xfer_shared_libraries_aix): Likewise.
5390         (rs6000_aix_init_osabi): Add call to
5391         set_gdbarch_core_xfer_shared_libraries_aix.
5392         * rs6000-nat.c: Add "rs6000-aix-tdep.h" include.
5393         Remove "xml-utils.h" include.
5394         (LdInfo): Delete typedef.
5395         (ARCH64_DECL, LDI_FIELD, LDI_NEXT, LDI_FD, LDI_FILENAME):
5396         Delete macros.
5397         (rs6000_ptrace_ldinfo): Change return type to gdb_byte *.
5398         Adjust code accordingly.
5399         (rs6000_core_ldinfo): Delete, folded into
5400         rs6000_aix_core_xfer_shared_libraries_aix.
5401         (rs6000_xfer_shared_library): Delete.
5402         (rs6000_xfer_shared_libraries): Reimplement.
5403
5404 2013-05-15  Markus Metzger  <markus.t.metzger@intel.com>
5405
5406         * record.c (record_goto_cmdlist): New.
5407         (cmd_record_goto): Split into this ...
5408         (cmd_record_goto_begin): ... this
5409         (cmd_record_goto_end): ... and this.
5410         (_initialize_record): Change "record goto" to prefix command.
5411         Add commands for "record goto begin" and "record goto end".
5412         Add an alias for "record goto start" to "record goto begin".
5413
5414 2013-05-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
5415
5416         * linespec.c (convert_linespec_to_sals): New comment for
5417         SOURCE_FILENAME assignment.
5418
5419 2013-05-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
5420
5421         * cleanups.c (restore_my_cleanups): Replace gdb_assert by
5422         internal_warning.
5423
5424 2013-05-14  Tom Tromey  <tromey@redhat.com>
5425
5426         * eval.c (parse_and_eval_long): Make 'exp' const.
5427         * value.h (parse_and_eval_long): Update.
5428
5429 2013-05-14  Tom Tromey  <tromey@redhat.com>
5430
5431         * ui-file.c (gdb_fopen): Make arguments const.
5432         * ui-file.h (gdb_fopen): Make arguments const.
5433
5434 2013-05-14  Tom Tromey  <tromey@redhat.com>
5435
5436         * remote.c (remote_set_trace_notes): Make arguments const.
5437         * target.c (update_current_target): Update cast.
5438         * target.h (to_set_trace_notes): Make arguments const.
5439
5440 2013-05-14  Tom Tromey  <tromey@redhat.com>
5441
5442         * go32-nat.c (go32_terminal_info): Make 'args' const.
5443         * inferior.h (child_terminal_info): Update.
5444         * inflow.c (child_terminal_info): Make 'args' const.
5445         * target.c (default_terminal_info): Make 'args' const.
5446         (debug_to_terminal_save_ours): Likewise.
5447         * target.h (struct target_ops) <to_terminal_info>: Make argument
5448         const.
5449
5450 2013-05-13  Tom Tromey  <tromey@redhat.com>
5451
5452         * gcore.c (create_gcore_bfd): Make 'filename' const.
5453         * gcore.h (create_gcore_bfd): Make 'filename' const.
5454         * record-full.c (record_full_save): Make 'recfilename' const.
5455         * target.c (target_save_record): Make 'filename' const.
5456         * target.h (struct target_ops) <to_save_record>: Make 'filename'
5457         const.
5458         (target_save_record): Likewise.
5459
5460 2013-05-13  Tom Tromey  <tromey@redhat.com>
5461
5462         PR gdb/15338:
5463         * dwarf2read.c (dwarf2_record_block_ranges): Ensure that the
5464         ranges section has been read.
5465
5466 2013-05-13  Tom Tromey  <tromey@redhat.com>
5467
5468         PR exp/15364:
5469         * eval.c (evaluate_subexp_standard) <STRUCTOP_STRUCT,
5470         STRUCTOP_PTR>: Return a not_lval value for
5471         EVAL_AVOID_SIDE_EFFECTS.
5472         * opencl-lang.c (evaluate_subexp_opencl): Return a not_lval value
5473         for EVAL_AVOID_SIDE_EFFECTS.
5474
5475 2013-05-13  Joel Brobecker  <brobecker@adacore.com>
5476
5477         * rs6000-aix-tdep.c (rs6000_push_dummy_call): Convert
5478         floating point registers to register type before storing
5479         value.
5480         * rs6000-lynx178-tdep.c (rs6000_lynx178_push_dummy_call):
5481         Likewise.
5482
5483 2013-05-10  Joel Brobecker  <brobecker@adacore.com>
5484             Tom Tromey  <tromey@redhat.com>
5485
5486         * common/filestuff.c (mark_fd_no_cloexec, unmark_fd_no_cloexec):
5487         New functions.
5488         * common/filestuff.c (mark_fd_no_cloexec, unmark_fd_no_cloexec):
5489         Declare.
5490         * darwin-nat.c (darwin_pre_ptrace): Use mark_fd_no_cloexec.
5491         (darwin_ptrace_him): Use unmark_fd_no_cloexec.
5492         * inf-ttrace.c (do_cleanup_pfds): Use unmark_fd_no_cloexec.
5493         (inf_ttrace_prepare): Use mark_fd_no_cloexec.
5494
5495 2013-05-10  Freddie Chopin  <freddie_chopin@op.pl>
5496             Tom Tromey  <tromey@redhat.com>
5497
5498         PR build/15414:
5499         * configure: Rebuild.
5500         * configure.ac (build_warnings): Do not use -Wformat-nonliteral
5501         with -Wno-format.
5502
5503 2013-05-10  Pedro Alves  <palves@redhat.com>
5504
5505         * remote.c (_initialize_remote): Fix spelling of
5506         qXfer:traceframe-info:read packet in packet config command.
5507
5508 2013-05-10  David Taylor  <dtaylor@emc.com>
5509
5510         PR remote/15455
5511
5512         * remote.c (remote_trace_set_readonly_regions): Do not overwrite
5513         "QTro" at start of packet.
5514
5515 2013-05-10  Joel Brobecker  <brobecker@adacore.com>
5516
5517         * solib-aix.c (solib_aix_relocate_section_addresses):
5518         For the .bss section action, apply the same offset as
5519         the .data section.
5520
5521 2013-05-10  Joel Brobecker  <brobecker@adacore.com>
5522
5523         * solib-aix.c (solib_aix_relocate_section_addresses):
5524         Remove FIXME comment.
5525
5526 2013-05-10  Joel Brobecker  <brobecker@adacore.com>
5527
5528         PR tdep/15420:
5529         * sol-thread.c (ps_lgetxregsize, ps_lgetxregs, ps_lsetxregs):
5530         New functions, directly copied from sparc-sol-thread.c.
5531         * sparc-sol-thread.c: Delete.
5532         * configure.ac: Remove code handling sparc-solaris-thread.c.
5533         * configure: Regenerate.
5534
5535 2013-05-10  Phil Muldoon  <pmuldoon@redhat.com>
5536
5537         * stack.c (backtrace_command_1): Add "no-filters", and Python frame
5538         filter logic.
5539         (backtrace_command): Add "no-filters" option parsing.
5540         (_initialize_stack): Alter help to reflect "no-filters" option.
5541         * Makefile.in (SUBDIR_PYTHON_OBS): Add py-framefilter.o
5542         (SUBDIR_PYTHON_SRCS): Add py-framefilter.c
5543         (py-frame.o): Add target
5544         * data-directory/Makefile.in (PYTHON_DIR): Add Python frame
5545         filter files.
5546         * python/python.h: Add new frame filter constants, and flag enum.
5547         (apply_frame_filter): Add definition.
5548         * python/python.c (apply_frame_filter): New non-Python
5549         enabled function.
5550         * python/py-utils.c (py_xdecref): New function.
5551         (make_cleanup_py_xdecref): Ditto.
5552         * python/py-objfile.c: Declare frame_filters dictionary.
5553         (objfpy_dealloc): Add frame_filters dealloc.
5554         (objfpy_new): Initialize frame_filters attribute.
5555         (objfile_to_objfile_object): Ditto.
5556         (objfpy_get_frame_filters): New function.
5557         (objfpy_set_frame_filters): New function.
5558         * python/py-progspace.c: Declare frame_filters dictionary.
5559         (pspy_dealloc): Add frame_filters dealloc.
5560         (pspy_new): Initialize frame_filters attribute.
5561         (pspacee_to_pspace_object): Ditto.
5562         (pspy_get_frame_filters): New function.
5563         (pspy_set_frame_filters): New function.
5564         * python/py-framefilter.c: New file.
5565         * python/lib/gdb/command/frame_filters.py: New file.
5566         * python/lib/gdb/frames.py: New file.
5567         * python/lib/gdb/__init__.py: Initialize global frame_filters
5568         dictionary
5569         * python/lib/gdb/FrameDecorator.py: New file.
5570         * python/lib/gdb/FrameIterator.py: New file.
5571         * mi/mi-cmds.c (mi_cmds): Add frame filters command.
5572         * mi/mi-cmds.h: Declare.
5573         * mi/mi-cmd-stack.c (mi_cmd_stack_list_frames): Add
5574         --no-frame-filter logic, and Python frame filter logic.
5575         (stack_enable_frame_filters): New function.
5576         (parse_no_frame_option): Ditto.
5577         (mi_cmd_stack_list_frames): Add --no-frame-filter and Python frame
5578         filter logic.
5579         (mi_cmd_stack_list_locals): Ditto.
5580         (mi_cmd_stack_list_args): Ditto.
5581         (mi_cmd_stack_list_variables): Ditto.
5582         * NEWS: Add frame filter note.
5583
5584 2013-05-09  Doug Evans  <dje@google.com>
5585
5586         * symfile.c (syms_from_objfile_1): Delete args offsets, num_offsets.
5587         All callers updated.
5588         (syms_from_objfile): Ditto.  Make static.
5589         (symbol_file_add_with_addrs): Renamed from
5590         symbol_file_add_with_addrs_or_offsets.  Delete args offsets,
5591         num_offsets.  All callers updated.
5592         * symfile.h (syms_from_objfile): Delete.
5593
5594         * symfile.c (decrement_reading_symtab): Add assert.
5595         (increment_reading_symtab): Ditto.
5596
5597 2013-05-09  Joel Brobecker  <brobecker@adacore.com>
5598
5599         * source.c (forward_search_command): Replace call to getc
5600         by call to fgetc.
5601         (reverse_search_command): Likewise.
5602
5603 2013-05-08  Doug Evans  <dje@google.com>
5604
5605         * psymtab.c (expand_symtabs_matching_via_partial): Fix file name
5606         matching test.
5607
5608 2013-05-08  Joel Brobecker  <brobecker@adacore.com>
5609
5610         * sol-thread.c (info_cb): Factorize the code a little.
5611
5612 2013-05-08  Joel Brobecker  <brobecker@adacore.com>
5613
5614         * sol-thread.c (info_cb): Rework the output of the "maintenance
5615         info sol-threads" command a bit.
5616
5617 2013-05-08  Joel Brobecker  <brobecker@adacore.com>
5618
5619         * sol-thread.c (info_cb) [ti.ti_state == TD_THR_SLEEP]:
5620         Replace ti.ti_startfunc by ti.ti_pc.
5621
5622 2013-05-08  Joel Brobecker  <brobecker@adacore.com>
5623
5624         * solib-aix.c (solib_aix_free_library_list): New function
5625         for the case where HAVE_LIBEXPAT is not defined.
5626
5627 2013-05-07  Sergio Durigan Junior  <sergiodj@redhat.com>
5628
5629         PR breakpoints/15413:
5630         * breakpoint.c (condition_completer): Simplify the code to
5631         disconsider multiple locations of breakpoints when completing the
5632         "condition" command.
5633
5634 2013-05-07  Pierre Muller  <muller@sourceware.org>
5635
5636         * common/linux-btrace.c: ARI fix: Include "gdb_wait.h"
5637         instead of <sys/wait.h>.
5638
5639 2013-05-07  Pierre Muller  <muller@sourceware.org>
5640
5641         * nios2-tdep.c (nios2_dwarf_reg_to_regnum): ARI fix: remove
5642         trailing new line from warning message.
5643
5644 2013-05-07  Pierre Muller  <muller@sourceware.org>
5645
5646         * contrib/ari/gdb_ari.sh (SOLIB_ADD, SOLIB_CREATE_INFERIOR_HOOK)
5647         (PC_SOLIB): Change type from ari_deprecate to ari_regression.
5648
5649 2013-05-07  Joel Brobecker  <brobecker@adacore.com>
5650
5651         * rs6000-nat.c (rs6000_core_ldinfo): Remove '\n' at end of
5652         error message (ARI fix).
5653
5654 2013-05-07  Joel Brobecker  <brobecker@adacore.com>
5655
5656         * features/library-list-aix.dtd: Replace library-list by
5657         library-list-aix.
5658         * rs6000-nat.c: Replace library-list by library-list-aix
5659         throughout.
5660         * solib-aix.c: Likewise.
5661
5662 2013-05-07  Joel Brobecker  <brobecker@adacore.com>
5663
5664         * target.h (enum target_object) [TARGET_OBJECT_LIBRARIES_AIX]:
5665         Renames TARGET_OBJECT_AIX_LIBRARIES.
5666         * rs6000-nat.c: Replace TARGET_OBJECT_AIX_LIBRARIES with
5667         TARGET_OBJECT_LIBRARIES_AIX throughout.
5668         * solib-aix.c: Likwise.
5669
5670 2013-05-07  Yao Qi  <yao@codesourcery.com>
5671
5672         * solib-dsbt.c (struct dsbt_info) <enable_break2_done>: Remove.
5673         (get_dsbt_info, enable_break, dsbt_clear_solib): Update.
5674
5675 2013-05-07  Yao Qi  <yao@codesourcery.com>
5676
5677         * solib-dsbt.c (enable_break): Declare.
5678         (dsbt_current_sos): Remove call to enable_break2.
5679         (enable_break2): Rename to enable_break.  Set solib breakpoint
5680         on '_dl_debug_state'.
5681         (enable_break): Remove.
5682
5683 2013-05-07  Luis Machado  <lgustavo@codesourcery.com>
5684
5685         * ppc-linux-nat.c (ppc_linux_new_thread): Clear the new thread's
5686         debug state prior to replicating existing hardware watchpoints or
5687         breakpoints.
5688
5689 2013-05-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
5690
5691         * gcore.c (gcore_create_callback): Ignore sections with
5692         separate_debug_objfile_backlink != NULL.
5693
5694 2013-05-06  Sandra Loosemore  <sandra@codesourcery.com>
5695             Andrew Jenner  <andrew@codesourcery.com>
5696             Chung-Lin Tang  <cltang@codesourcery.com>
5697             Julian Brown  <julian@codesourcery.com>
5698
5699         Based on the nios2-elf port from Altera Corporation.
5700
5701         * Makefile.in (ALL_TARGET_OBS): Add nios2-tdep.o and
5702         nios2-linux-tdep.o.
5703         (HFILES_NO_SRCDIR): Add nios2-tdep.h.
5704         (ALLDEPFILES): Add nios2-tdep.c and nios2-linux-tdep.c.
5705         * configure.tgt: Add nios2*-*-linux* and nios2*-*-* targets.
5706         * nios2-tdep.h: New.
5707         * nios2-tdep.c: New.
5708         * nios2-linux-tdep.c: New.
5709         * features/Makefile (WHICH): Add nios2-linux.
5710         (nios2-linux-expedite): Set.
5711         * features/nios2-cpu.xml: New.
5712         * features/nios2.xml: New.
5713         * features/nios2-linux.xml: New.
5714         * features/nios2.c: New (autogenerated).
5715         * features/nios2-linux.c: New (autogenerated).
5716         * regformats/nios2-linux.dat: New (autogenerated).
5717         * NEWS (Changes since GDB 7.6): Add new Nios II targets
5718         and commands.
5719
5720 2013-05-06  Doug Evans  <dje@google.com>
5721
5722         * symfile.c: Whitespace cleanup.
5723
5724         * solist.h (struct target_so_ops): New member clear_so.
5725         * solib-svr4.c (svr4_clear_so): New function.
5726         (_initialize_svr4_solib): Set svr4_so_ops.clear_so.
5727         * solib.c (clear_so): Renamed from free_so_symbols.
5728         All callers updated.  Call target clear_so if it exists.
5729
5730 2013-05-06  Tom Tromey  <tromey@redhat.com>
5731
5732         * ada-lang.c (ada_value_primitive_packed_val): Don't
5733         call value_incref.
5734         * value.c (set_value_parent): Incref the new parent and decref
5735         the old parent.
5736         (value_copy, value_primitive_field): Use set_value_parent.
5737
5738 2013-05-06  Tom Tromey  <tromey@redhat.com>
5739
5740         * dwarf2loc.c (invalid_synthetic_pointer): Move earlier.
5741         (indirect_pieced_value): Call dwarf2_fetch_constant_bytes
5742         if needed.
5743         * dwarf2loc.h (dwarf2_fetch_constant_bytes): Declare.
5744         * dwarf2read.c (write_constant_as_bytes)
5745         (dwarf2_fetch_constant_bytes): New functions.
5746
5747 2013-05-06  Tom Tromey  <tromey@redhat.com>
5748
5749         * dwarf2read.c (dwarf2_const_value_data): Remove unused
5750         parameters.
5751         (dwarf2_const_value_attr): Update.
5752
5753 2013-05-06  Tom Tromey  <tromey@redhat.com>
5754
5755         * somread.c (som_symfile_offsets): Add 'const' to addrs.
5756         * machoread.c (macho_symfile_offsets): Add 'const' to addrs.
5757         * xcoffread.c (xcoff_symfile_offsets): Add 'const' to addrs.
5758         Remove declaration.
5759
5760 2013-05-06  Tom Tromey  <tromey@redhat.com>
5761
5762         * dwarf2read.c (dwarf2_const_value_attr): Use 'obstack', not
5763         objfile's obstack.
5764
5765 2013-05-06  Doug Evans  <dje@google.com>
5766
5767         * dbxread.c (process_one_symbol): Constify section_offsets parameter.
5768         * stabsread.h (process_one_symbol): Update declaration.
5769         * dwarf2read.c (dw2_relocate): Constify new_offsets, delta parameters.
5770         * elfread.c (elf_symfile_relocate_probe): Ditto.
5771         * psymtab.c (relocate_psymtabs): Ditto.
5772         * objfiles.c (objfile_relocate1): Constify new_offsets parameter.
5773         (objfile_relocate): Ditto.
5774         * objfiles.h (objfile_relocate): Update declaration.
5775         * symfile.c (relative_addr_info_to_section_offsets): Constify
5776         addrs parameter.
5777         (default_symfile_offsets): Ditto.
5778         (syms_from_objfile_1): Constify offsets parameter.
5779         (syms_from_objfile): Ditto.
5780         (symbol_file_add_with_addrs_or_offsets): Ditto.
5781         (symfile_map_offsets_to_segments): Constify data parameter.
5782         * symfile.h (struct quick_symbol_functions): Constify new_offsets,
5783         delta parameters of member relocate.
5784         (struct sym_probe_fns): Constify new_offsets,
5785         delta parameters of member sym_relocate_probe.
5786         (struct sym_fns): Constify section_addr_info parameter of member
5787         sym_offsets.
5788         (relative_addr_info_to_section_offsets): Update declaration.
5789         (default_symfile_offsets): Ditto.
5790         (syms_from_objfile): Ditto.
5791         (symfile_map_offsets_to_segments): Ditto.
5792
5793         * symfile.c (syms_from_objfile_1): Use correct section count when
5794         objfile->sf == NULL.
5795
5796 2013-05-06  Mike Frysinger  <vapier@gentoo.org>
5797
5798         * common/linux-btrace.c (intel_supports_btrace): Fix indentation.
5799
5800 2013-05-06  Doug Evans  <dje@google.com>
5801
5802         * psympriv.h (struct partial_symtab): Augment comment for member
5803         section_offsets.
5804
5805 2013-05-06  Joel Brobecker  <brobecker@adacore.com>
5806
5807         Reimplement shared library support on ppc-aix...
5808         * target.h (TARGET_OBJECT_AIX_LIBRARIES): New target_object enum.
5809         * features/library-list-aix.dtd: New file.
5810         * solib-aix.h, solib-aix.c: New file.
5811         * rs6000-aix-tdep.c: #include "solib.h" and "solib-aix.h".
5812         (rs6000_find_toc_address_hook): Delete.
5813         (rs6000_push_dummy_call): Rewrite code setting the TOC value.
5814         (rs6000_aix_init_osabi): Register solib_aix_so_ops.
5815         * rs6000-nat.c: Remove "xcoffsolib.h" include.  Include
5816         "xml-utils.h".
5817         (map_vmap, vmap_exec, vmap_ldinfo, add_vmap, objfile_symbol_add)
5818         (vmap_symtab, fixup_breakpoints): Delete.
5819         (rs6000_xfer_shared_libraries): New function.
5820         (rs6000_xfer_partial): Add TARGET_OBJECT_AIX_LIBRARIES handling.
5821         (vmap_secs, bss_data_overlap, vmap_add_symbols): Delete.
5822         (xcoff_relocate_symtab, xcoff_relocate_core): Delete.
5823         (rs6000_ptrace_ldinfo, rs6000_core_ldinfo)
5824         (rs6000_xfer_shared_library): New function.
5825         (find_toc_address): Delete.
5826         (_initialize_rs6000_nat): Do not set rs6000_find_toc_address_hook.
5827         * rs6000-tdep.h (rs6000_find_toc_address_hook): Remove.
5828         * xcoffread.c (record_minimal_symbol): Reloate symbol address
5829         before creating minimal symbol.  Adjust function description
5830         accordingly.
5831         (scan_xcoff_symtab): Replace call to
5832         prim_record_minimal_symbol_and_info by call to
5833         record_minimal_symbol.
5834         (xcoff_symfile_offsets): Reimplement mostly as a wrapper
5835         around default_symfile_offsets.
5836         * configure.tgt: Add solib-aix.o to gdb_target_obs for
5837         powerpc-aix targets.
5838         * config/rs6000/nm-rs6000.h: Delete.
5839         * config/powerpc/aix.mh (NAT_FILE): Delete.
5840         (NATDEPFILES): Remove xcoffsolib.o.
5841         * Makefile.in (XMLFILES): Add library-list-aix.dtd.
5842         (ALL_TARGET_OBS): Add solib-aix.o.
5843         (HFILES_NO_SRCDIR): Remove xcoffsolib.h and
5844         config/rs6000/nm-rs6000.h.  Add solib-aix.h.
5845         (ALLDEPFILES): Add solib-aix.c.  Remove xcoffsolib.c.
5846         * xcoffsolib.h, xcoffsolib.c: Delete.
5847
5848         * solib.c (reload_shared_libraries): Remove reference to
5849         SOLIB_CREATE_INFERIOR_HOOK.
5850         * breakpoint.c (handle_solib_event): Remove reference to SOLIB_ADD.
5851         (disable_breakpoints_in_shlibs): Remove reference to PC_SOLIB.
5852         (momentary_bkpt_re_set): Replace SOLIB_ADD by solib_add in
5853         comment.
5854         * corelow.c (deprecated_core_resize_section_table): Delete.
5855         * exec.c: Remove include of xcoffsolib.h".
5856         (map_vmap, vmap): Delete.
5857         (exec_close_1): Remove references to vmap.
5858         (exec_file_attach): Remove vmap handling code, and reference
5859         to DEPRECATED_IBM6000_TARGET.
5860         (bfdsec_to_vmap): Delete.
5861         (exec_files_info): Remove block of code handling VMAP.
5862         * infcmd.c (post_create_inferior): Remove reference to
5863         SOLIB_CREATE_INFERIOR_HOOK and SOLIB_ADD.
5864         * infrun.c (follow_exec): Remove reference to
5865         SOLIB_CREATE_INFERIOR_HOOK.
5866         * stack.c (print_frame): Remove reference to PC_SOLIB.
5867         * solib-dsbt.c (dsbt_current_sos): Adjust comment.
5868         (dsbt_relocate_main_executable): Likewise.
5869         * solib-frv.c (frv_current_sos): Likewise.
5870
5871 2013-05-06  Joel Brobecker  <brobecker@adacore.com>
5872
5873         * sol-thread.c (rw_common): Cast BUF to "gdb_byte *" in calls
5874         to target_write_memory and target_read_memory.
5875
5876 2013-05-06  Joel Brobecker  <brobecker@adacore.com>
5877
5878         * darwin-nat.c (darwin_setup_fake_stop_event): New function.
5879         (darwin_attach): Adjust using darwin_setup_fake_stop_event.
5880
5881 2013-05-06  Joel Brobecker  <brobecker@adacore.com>
5882
5883         * darwin-nat.c: Replace all "%x" instances in format strings
5884         into "0x%x" throughout.
5885
5886 2013-05-06  Joel Brobecker  <brobecker@adacore.com>
5887
5888         * darwin-nat.c (darwin_mourn_inferior): Replace call to
5889         gdb_assert by call to MACH_CHECK_ERROR.
5890         (darwin_attach_pid): Raise an error rather than a failed
5891         assertion when various system calls failed.  Report a warning
5892         instead of raising a failed assertion when PREV_NOT is not NULL
5893         after call to mach_port_request_notification.
5894         (darwin_ptrace_me): Raise an error rather than a failed
5895         assertion when read returns nonzero.
5896
5897 2013-05-06  Joel Brobecker  <brobecker@adacore.com>
5898
5899         * amd64-darwin-tdep.c: Remove #include "gdb_assert.h".
5900
5901 2013-05-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
5902
5903         * cleanups.c (restore_my_cleanups): New gdb_assert for SENTINEL_CLEANUP.
5904
5905 2013-05-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
5906
5907         * event-top.c (display_gdb_prompt): Call missing do_cleanups.
5908         * infcmd.c (get_return_value) <!stop_regs>: Do not overwrite CLEANUP.
5909         * symfile.c (symfile_bfd_open): New variable back_to.  Do not leave
5910         a stale cleanup.  Fix double free of NAME.
5911
5912 2013-05-04  Eli Zaretskii  <eliz@gnu.org>
5913
5914         * windows-nat.c (windows_delete_thread): Accept an additional
5915         argument, the thread's exit code, and announce thread death when
5916         print_thread_events is non-zero and we are deleting a thread that
5917         is not the main thread.
5918         (get_windows_debug_event): Pass thread exit code to
5919         windows_delete_thread.
5920
5921 2013-05-03  Kevin Buettner  <kevinb@redhat.com>
5922
5923         * v850-tdep.c (elf-bfd.h, elf/v850.h): Include.
5924         (R_149_REGNUM, E_NUM_OF_V850E2_REGS, E_SELID_1_R0_REGNUM)
5925         (E_SELID_1_R31_REGNUM, E_SELID_2_R0_REGNUM, E_SELID_2_R31_REGNUM)
5926         (E_SELID_3_R0_REGNUM, E_SELID_3_R31_REGNUM, E_SELID_4_R0_REGNUM)
5927         (E_SELID_4_R31_REGNUM, E_SELID_5_R0_REGNUM, E_SELID_5_R31_REGNUM)
5928         (E_SELID_6_R0_REGNUM, E_SELID_6_R31_REGNUM, E_SELID_7_R0_REGNUM, E_SELID_7_R31_REGNUM)
5929         (E_VR0_REGNUM, E_VR31_REGNUM, E_NUM_OF_V850E3V5_REGS): Define.
5930         (v850_abi, V850_ABI_GCC, V850_ABI_RH850): New enum and constants.
5931         (gdbarch_tdep): New struct.
5932         (v850e2_register_name): Use E_NUM_OF_V850E2_REGS instead of
5933         E_NUM_REGS.
5934         (v850e3v5_register_name): New function.
5935         (v850_register_type): v850e3v5 vector registers are 64-bits wide.
5936         (v850_use_struct_convention): Add `gdbarch' parameter.  Add new
5937         code handling the struct return conventions for the RH850 ABI.
5938         Update all callers.
5939         (v850_eight_byte_align_p): New function.
5940         (v850_push_call_dummy): Push structs by value, not by reference
5941         for the RH850 ABI.  Add support for eight byte alignment.
5942         (v850_dbtrap_breakpoint_from_pc): New function.
5943         (v850_gdbarch_init): Add ABI detection code.  Register
5944         v850e3v5_register_name for the v850e3v5 architecture.  Set the
5945         number of registers for v850e3v5.  Register
5946         v850_dbtrap_breakpoint_from_pc as appropriate.
5947         (_initialize_gdbarch_init): Registration bfd_arch_v850_rh850.
5948
5949 2013-05-03  Doug Evans  <dje@google.com>
5950
5951         * objfiles.c (objfile_relocate): Use gdb_bfd_count_sections instead
5952         of bfd_count_sections.
5953         * solib-target.c (solib_target_relocate_section_addresses): Ditto.
5954         * symfile.c (default_symfile_offsets): Ditto.
5955         (syms_from_objfile_1): Ditto.  Make dummy addrs list an array of
5956         one entry, not bfd_count_sections entries.
5957
5958 2013-05-03  Kevin Buettner  <kevinb@redhat.com>
5959
5960         * rl78-tdep.c (rl78_register_reggroup_p): Include SP in the
5961         `save' and `restore' register groups.  Don't include SPL
5962         or SPH in these groups.
5963         (rl78_dwarf_reg_to_regnum):  Adjust mapping for
5964         RL78_PC_REGNUM.  Add mappings for RL78_PSW_REGNUM,
5965         RL78_ES_REGNUM, and RL78_CS_REGNUM.
5966         (rl78_gdbarch_init): Set `dwarf2_addr_size' to 4.  Invoke
5967         dwarf2_append_unwinders().
5968
5969 2013-05-03  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
5970
5971         * break-catch-sig.c (signal_catchpoint_breakpoint_hit): Do not
5972         ignore SIGINT and SIGTRAP in case these internal signals are
5973         caught explicitely.
5974
5975 2013-05-01  Joel Brobecker  <brobecker@adacore.com>
5976
5977         * darwin-nat.c (darwin_read_write_inferior): Change types
5978         of parameters rdaddr and wraddr to "gdb_byte *". Change type
5979         of copy_count to "mach_msg_type_number_t".
5980         (darwin_read_dyld_info): Change type of parameter
5981         rdaddr to "gdb_byte *".
5982
5983 2013-05-01  Joel Brobecker  <brobecker@adacore.com>
5984
5985         * solib-ia64-hpux.c (ia64_hpux_read_dynamic_info): Change cast
5986         of &info->load_map from "char *" to "gdb_byte *".
5987
5988 2013-05-01  Joel Brobecker  <brobecker@adacore.com>
5989
5990         * ia64-tdep.c (ia64_access_fpreg): Change cast of val
5991         from "char *" to "gdb_byte *".
5992         (ia64_access_rse_fpreg, ia64_access_mem): Likewise.
5993
5994 2013-04-30  Doug Evans  <dje@google.com>
5995
5996         * dwarf2read.c (lookup_dwo_unit): Return NULL if DWO not found.
5997         (init_cutu_and_read_dies): Flag a complaint, not error, for bad
5998         DWO stub.  If DWO isn't found, just use stub.
5999         (lookup_dwo_cutu): Don't try DWO if there's a DWP file.
6000
6001         * dwarf2read.c (dw2_find_symbol_file): Initialize filename before
6002         calling init_cutu_and_read_dies.
6003
6004 2013-03-27  Walfred Tedeschi  <walfred.tedeschi@intel.com>
6005
6006         * target-descriptions.c (maint_print_c_tdesc_cmd):
6007         Add case to parse structures as register types and
6008         bitfields.
6009
6010 2013-04-30  Walfred Tedeschi  <walfred.tedeschi@intel.com>
6011
6012         * MAINTAINERS (Write After Approval): Add myself to the list.
6013
6014 2013-04-30  Joel Brobecker  <brobecker@adacore.com>
6015
6016         * sol-thread.c (rw_common): Change type of parameter "buf"
6017         to "gdb_byte *".
6018         (ps_pdwrite, ps_ptwrite): Cast parameter "buf" in call to
6019         rw_common to "gdb_byte *" instead of "char *".
6020
6021 2013-04-30  Joel Brobecker  <brobecker@adacore.com>
6022
6023         * sol-thread.c (info_cb) [ti.ti_startfunc != 0]: Change type
6024         of local variable msym to const struct bound_minimal_symbol.
6025         Adjust use accordingly.
6026         [ti.ti_state == TD_THR_SLEEP]: Likewise.
6027
6028 2013-04-30  Samuel Thibault  <samuel.thibault@gnu.org>
6029
6030         * i386gnu-nat.c (CREG_OFFSET): New macro.
6031         (creg_offset): New array.
6032         (CREG_ADDR): Use creg_offset instead of reg_offset.
6033
6034 2013-04-30  Joel Brobecker  <brobecker@adacore.com>
6035
6036         * mep-tdep.c (mep_write_pc): Delete.
6037         (mep_gdbarch_init): Remove call to set_gdbarch_write_pc.
6038         Add call to set_gdbarch_pc_regnum.
6039
6040 2013-04-30  Joel Brobecker  <brobecker@adacore.com>
6041
6042         * common/filestuff.c: Replace #include <dirent.h> by
6043         #include "gdb_dirent.h".
6044
6045 2013-04-30  Joel Brobecker  <brobecker@adacore.com>
6046
6047         * common/filestuff.c: Replace #include <sys/stat.h> by
6048         #include "gdb_stat.h".
6049
6050 2013-04-29  Pierre Muller  <muller@sourceware.org>
6051
6052         * dwarf2read.c (handle_DW_AT_stmt_list): Avoid ARI warning for
6053         editCase function rule.
6054         (get_DW_AT_signature_type): Likewise.
6055
6056 2013-04-29  Joel Brobecker  <brobecker@adacore.com>
6057
6058         * m32r-tdep.c (m32r_write_pc): Delete.
6059         (m32r_gdbarch_init): Remove call to set_gdbarch_write_pc.
6060         Add call to set_gdbarch_pc_regnum.
6061
6062 2013-04-29  Pierre Muller  <muller@sourceware.org>
6063
6064         * ./contrib/ari/gdb_ari.sh (editCase rule): Fix spelling error.
6065
6066 2013-04-29  Joel Brobecker  <brobecker@adacore.com>
6067
6068         * dwarf2read.c (get_DW_AT_signature_type): Add ARI marker.
6069
6070 2013-04-28  Yao Qi  <yao@codesourcery.com>
6071
6072         * solib-dsbt.c (fetch_loadmap): Re-indent.
6073         (displacement_from_map, enable_break2): Likewise.
6074         (dsbt_relocate_section_addresses): Likewise.
6075
6076 2013-04-26  Joel Brobecker  <brobecker@adacore.com>
6077
6078         GDB 7.6 released.
6079
6080 2013-04-25  Andreas Kaufmann  <Andreas.Kaufmann@synopsys.com>
6081
6082         PR corefiles/14983:
6083         * dwarf2read.c (process_full_comp_unit): Always create a static
6084         block.
6085
6086 2013-04-25  Hui Zhu  <hui@codesourcery.com>
6087
6088         * breakpoint.c (build_target_command_list): Change loc->cond_bytecode
6089         to loc->cmd_bytecode.
6090
6091 2013-04-24  Doug Evans  <dje@google.com>
6092
6093         * dwarf2read.c (setup_type_unit_groups): Fix comment.
6094
6095 2013-04-22  Keith Seitz  <keiths@redhat.com>
6096
6097         * tracepoint.c (trace_save):  Call the writer's start method.
6098
6099 2013-04-24  Muhammad Bilal  <mbilal@codesourcery.com>
6100
6101         PR gdb/10462
6102         * cli/cli-decode.c (lookup_command): Show an error if there is no space
6103         before argument.
6104
6105 2013-04-23  Tom Tromey  <tromey@redhat.com>
6106
6107         * common/filestuff.c: Check USE_WIN32API before including
6108         sys/socket.h.
6109         (HAVE_F_GETFD): New define.
6110         (mark_cloexec): Check HAVE_F_GETFD.
6111         (gdb_open_cloexec): Change 'mode' to unsigned long.
6112         (gdb_socketpair_cloexec): Check HAVE_SOCKETPAIR.
6113         (gdb_pipe_cloexec): Check HAVE_PIPE.
6114         * common/filestuff.h (gdb_open_cloexec): Change 'mode' to unsigned
6115         long.
6116
6117 2013-04-23  Hui Zhu  <hui@codesourcery.com>
6118
6119         PR gdb/15293
6120         * breakpoint.c (bpstat_what): Add BPSTAT_WHAT_SINGLE to bp_dprintf.
6121
6122 2013-04-23  Hui Zhu  <hui@codesourcery.com>
6123
6124         PR gdb/15165
6125         * breakpoint.c (dprintf_print_recreate): New.
6126         (save_breakpoints): Let it not save dprintf commands.
6127         (initialize_breakpoint_ops): Set dprintf_print_recreate.
6128
6129 2013-04-22  Tom Tromey  <tromey@redhat.com>
6130
6131         PR gdb/7912:
6132         * Makefile.in (SFILES): Add filestuff.c
6133         (COMMON_OBS): Add filestuff.o.
6134         (filestuff.o): New target.
6135         * auto-load.c (auto_load_objfile_script_1): Use
6136         gdb_fopen_cloexec.
6137         * auxv.c (procfs_xfer_auxv): Use gdb_open_cloexec.
6138         * cli/cli-cmds.c (shell_escape): Call close_most_fds.
6139         * cli/cli-dump.c (fopen_with_cleanup): Use gdb_fopen_cloexec.
6140         * common/agent.c (gdb_connect_sync_socket): Use
6141         gdb_socket_cloexec.
6142         * common/filestuff.c: New file.
6143         * common/filestuff.h: New file.
6144         * common/linux-osdata.c (linux_common_core_of_thread)
6145         (command_from_pid, commandline_from_pid, print_source_lines)
6146         (linux_xfer_osdata_shm, linux_xfer_osdata_sem)
6147         (linux_xfer_osdata_msg, linux_xfer_osdata_modules): Use
6148         gdb_fopen_cloexec.
6149         * common/linux-procfs.c (linux_proc_get_int)
6150         (linux_proc_pid_has_state): Use gdb_fopen_cloexec.
6151         * config.in, configure: Rebuild.
6152         * configure.ac: Don't check for sys/socket.h.  Check for
6153         fdwalk, pipe2.
6154         * corelow.c (core_open): Use gdb_open_cloexec.
6155         * dwarf2read.c (write_psymtabs_to_index): Use gdb_fopen_cloexec.
6156         * fork-child.c (fork_inferior): Call close_most_fds.
6157         * gdb_bfd.c (gdb_bfd_open): Use gdb_open_cloexec.
6158         * inf-child.c (inf_child_fileio_readlink): Use gdb_open_cloexec.
6159         * linux-nat.c (linux_nat_thread_name, linux_proc_pending_signals):
6160         Use gdb_fopen_cloexec.
6161         (linux_proc_xfer_partial, linux_proc_xfer_spu): Use
6162         gdb_open_cloexec.
6163         (linux_async_pipe): Use gdb_pipe_cloexec.
6164         * remote-fileio.c (remote_fileio_func_open): Use
6165         gdb_open_cloexec.
6166         * remote.c (remote_file_put, remote_file_get): Use
6167         gdb_fopen_cloexec.
6168         * ser-pipe.c (pipe_open): Use gdb_socketpair_cloexec,
6169         close_most_fds.
6170         * ser-tcp.c (net_open): Use gdb_socket_cloexec.
6171         * ser-unix.c (hardwire_open): Use gdb_open_cloexec.
6172         * solib.c (solib_find): Use gdb_open_cloexec.
6173         * source.c (openp, find_and_open_source): Use gdb_open_cloexec.
6174         * tracepoint.c (tfile_start): Use gdb_fopen_cloexec.
6175         (tfile_open): Use gdb_open_cloexec.
6176         * tui/tui-io.c (tui_initialize_io): Use gdb_pipe_cloexec.
6177         * ui-file.c (gdb_fopen): Use gdb_fopen_cloexec.
6178         * xml-support.c (xml_fetch_content_from_file): Use
6179         gdb_fopen_cloexec.
6180         * main.c (captured_main): Call notice_open_fds.
6181
6182 2013-04-22  Edjunior Machado  <emachado@linux.vnet.ibm.com>
6183
6184         * remote-sim.c (dump_mem): Change the type of 'buf' parameter from
6185         'char *' to 'gdb_byte *'.
6186         (gdbsim_store_register): Change the type of 'tmp' from 'char' to
6187         'gdb_byte'.
6188
6189 2013-04-22  Yao Qi  <yao@codesourcery.com>
6190
6191         * infrun.c: Fix typo in comment.
6192
6193 2013-04-22  Andrew Haley  <aph@redhat.com>
6194
6195         * arm-tdep.c (BranchDest): Cast result as "unsigned long",
6196         instead of "long".
6197
6198 2013-04-20  Yao Qi  <yao@codesourcery.com>
6199
6200         * ctf.c (ctf_fetch_registers): Change the type of 'regs' from
6201         'char *' to 'gdb_byte *'.  Cast the return value of
6202         'bt_ctf_get_char_array' to 'gdb_byte *'.
6203
6204 2013-04-19  Pedro Alves  <palves@redhat.com>
6205
6206         * configure.ac (build_warnings): Replace -Wno-pointer-sign with
6207         -Wpointer-sign.
6208         * configure: Regenerate.
6209
6210 2013-04-19  Pedro Alves  <palves@redhat.com>
6211
6212         * ser-tcp.c (net_read_prim): Cast second argument to recv to
6213         'void *'.
6214
6215 2013-04-19  Pedro Alves  <palves@redhat.com>
6216
6217         * monitor.c (monitor_write_memory, monitor_write_memory_bytes):
6218         Change type of 'myaddr' parameter to gdb_byte pointer.
6219         (monitor_write_memory_longlongs): Likewise.  Cast 'myaddr' pointer
6220         to 'long long' pointer instead of to 'unsigned long long'.
6221         (monitor_write_memory_block, monitor_read_memory_single)
6222         (monitor_read_memory): Change type of 'myaddr' parameter to
6223         gdb_byte pointer.
6224
6225 2013-04-19  Pedro Alves  <palves@redhat.com>
6226
6227         * record.c (validate_history_size): Make parameter 'setting'
6228         unsigned.
6229
6230 2013-04-19  Pedro Alves  <palves@redhat.com>
6231
6232         * ctf.c (ctf_write_uploaded_tsv, ctf_write_uploaded_tp): Add casts
6233         to 'gdb_byte *'.
6234
6235 2013-04-19  Pedro Alves  <palves@redhat.com>
6236
6237         * cp-valprint.c (cp_print_class_member): Change type of 'fieldno'
6238         local to int.
6239
6240 2013-04-19  Pedro Alves  <palves@redhat.com>
6241
6242         * ada-lang.c (print_it_exception): Add cast to gdb_byte *.
6243         * ada-tasks.c (read_fat_string_value): Likewise.
6244
6245 2013-04-19  Pedro Alves  <palves@redhat.com>
6246
6247         * dwarf2-frame.c (execute_cfa_program): Make 'bytes_read' local
6248         unsigned.  Pass 'tmp' to safe_read_uleb128 instead of the signed
6249         'offset', and adjust.
6250
6251 2013-04-19  Pedro Alves  <palves@redhat.com>
6252
6253         * dwarf2read.c (dwarf2_get_dwz_file): Add cast to const char *.
6254         (read_index_from_section): Add cast to 'char *'.
6255
6256 2013-04-19  Pedro Alves  <palves@redhat.com>
6257
6258         * xcoffread.c (xcoff_initial_scan): Add cast to 'char *'.
6259
6260 2013-04-19  Pedro Alves  <palves@redhat.com>
6261
6262         * coff-pe-read.c (read_pe_exported_syms): Handle strings as char.
6263
6264 2013-04-19  Pedro Alves  <palves@redhat.com>
6265
6266         * record-full.c (record_full_get_bookmark): Change local 'ret'
6267         type to char * and add cast to gdb_byte *.
6268         (record_full_goto_bookmark): Handle 'bookmark' argument as a
6269         string.
6270         * reverse.c (goto_bookmark_command): Add casts to gdb_byte *.
6271
6272 2013-04-19  Pedro Alves  <palves@redhat.com>
6273
6274         * python/py-inferior.c (infpy_write_memory): Add cast to gdb_byte
6275         * python/py-prettyprint.c (print_string_repr): Change type of
6276         'output' local to char *.  Add cast to gdb_byte * in
6277         LA_PRINT_STRING call.
6278         (print_children): Change type of 'output' local to char *.
6279         * python/py-value.c (valpy_string): Add cast to const char * in
6280         PyUnicode_Decode call.
6281
6282 2013-04-19  Pedro Alves  <palves@redhat.com>
6283
6284         * remote-mips.c (mips_cksum): Rename 'data' parameter to 'datastr'
6285         and change its type to 'const char *'.  Adjust.
6286         (mips_send_packet): Add cast to 'char *', and remove cast to
6287         'unsigned char *'.
6288         (mips_receive_packet): Remove cast to 'unsigned char *'.
6289         (mips_load_srec): Use bfd_byte.
6290         (pmon_makeb64, pmon_zeroset): Make 'chksum' parameter unsigned.
6291         (pmon_checkset): Make 'value' parameter unsigned.
6292
6293 2013-04-19  Pedro Alves  <palves@redhat.com>
6294
6295         * common/agent.c (agent_run_command): Add cast to gdb_byte *.
6296
6297 2013-04-19  Pedro Alves  <palves@redhat.com>
6298
6299         * remote.c (remote_write_bytes_aux, compare_sections_command)
6300         (remote_read_qxfer)
6301         (remote_search_memory, remote_hostio_pwrite, remote_hostio_pread)
6302         (remote_hostio_readlink, remote_bfd_iovec_pread)
6303         (remote_set_trace_notes): Use gdb_byte when RSP buffer is used as
6304         binary buffer, and char when buffer is used as string.
6305         * tracepoint.c (encode_source_string, tfile_write_uploaded_tp)
6306         (trace_save, tfile_open, traceframe_walk_blocks)
6307         (tfile_fetch_registers): Likewise.
6308
6309 2013-04-19  Pedro Alves  <palves@redhat.com>
6310
6311         * ser-base.c (ser_base_write): Change prototype -- take 'void *'
6312         buffer and size_t size.  Adjust.
6313         * ser-base.h (ser_base_write): Adjust.
6314         * ser-go32.c (cnts): Change type to size_t.
6315         (dos_write): Change prototype -- take 'void *'
6316         buffer and size_t size.  Adjust.
6317         (dos_info): Print elements of 'cnts' as unsigned long.
6318         * serial.c (serial_write): Likewise.
6319         * serial.h (serial_write): Adjust.
6320         (struct serial_ops) <write>: Change prototype -- take 'void *'
6321         buffer and size_t size.  Adjust.
6322
6323 2013-04-19  Pedro Alves  <palves@redhat.com>
6324
6325         * c-lang.c (evaluate_subexp_c): Cast result of obstack_base to
6326         gdb_byte *.
6327         * linux-tdep.c (linux_make_mappings_corefile_notes): Likewise.
6328
6329 2013-04-19  Pedro Alves  <palves@redhat.com>
6330
6331         * alpha-tdep.c (alpha_extract_return_value): Use
6332         regcache_cooked_read_unsigned to read 'v0'.
6333
6334 2013-04-19  Pedro Alves  <palves@redhat.com>
6335
6336         * xtensa-tdep.c (execute_l32e, execute_s32e): Change type of
6337         parameters 'at', 'as' and 'offset' to uint32_t.
6338
6339 2013-04-19  Pedro Alves  <palves@redhat.com>
6340
6341         * aarch64-tdep.c (aarch64_analyze_prologue): Change type of local
6342         'is64' to signed 'int'.
6343
6344 2013-04-19  Pedro Alves  <palves@redhat.com>
6345
6346         * s390-tdep.c (is_rs, is_rsy, is_rx, is_rxy): Change type of 'd2'
6347         parameter to int *.
6348
6349 2013-04-19  Pedro Alves  <palves@redhat.com>
6350
6351         * ppc-linux-tdep.c (ppc_skip_trampoline_code): Change local
6352         'insnbuf' buffer type to unsigned int[].
6353
6354 2013-04-19  Pedro Alves  <palves@redhat.com>
6355
6356         * mips-tdep.c (mips_read_pc): Change local 'pc' type to LONGEST.
6357
6358 2013-04-19  Pedro Alves  <palves@redhat.com>
6359
6360         * mep-tdep.c (mep_get_insn): Change 'insn' parameter type to
6361         unsigned long *.
6362
6363 2013-04-19  Pedro Alves  <palves@redhat.com>
6364
6365         * alpha-tdep.c (heuristic_fence_post): Change type to int.
6366         (alpha_heuristic_proc_start): Adjust to check -1 instead of
6367         UINT_MAX.
6368         * mips-tdep.c (heuristic_fence_post): Change type to int.
6369         (heuristic_proc_start): Adjust to check -1 instead of UINT_MAX.
6370
6371 2013-04-19  Pedro Alves  <palves@redhat.com>
6372
6373         * cris-tdep.c (usr_cmd_cris_version): Make unsigned.
6374         (struct gdbarch_tdep) <cris_version>: Make unsigned.
6375         (cris_spec_reg_applicable, cris_gdbarch_init): Adjust locals.
6376
6377 2013-04-19  Pedro Alves  <palves@redhat.com>
6378
6379         * avr-tdep.c (avr_io_reg_read_command): New local 'bufstr'.  Use
6380         it to get a string view of the byte buffer.
6381         * i386-cygwin-tdep.c (core_process_module_section): Change local 'buf'
6382         type to gdb_byte *.  Adjust.
6383         * linux-tdep.c (linux_info_proc, linux_find_memory_regions_full):
6384         Change local to char *.
6385         * solib-darwin.c (find_program_interpreter): Change return type to
6386         char *.  Adjust.
6387         (darwin_solib_get_all_image_info_addr_at_init): Adjust.
6388         * solib-dsbt.c (enable_break2): Change local 'buf' to char *.
6389         * solib-frv.c (enable_break2): Change local 'buf' to char *.
6390         * solib-spu.c (spu_current_sos): Add gdb_byte * cast.
6391         * solib-svr4.c (find_program_interpreter): Change return type to
6392         char *.  Adjust.
6393         (enable_break): Change local 'interp_name' to char *.
6394         * spu-multiarch.c (spu_xfer_partial): Add cast to 'char *'.
6395         * spu-tdep.c (spu_pseudo_register_read_spu): Add cast to 'char *'.
6396         (spu_pseudo_register_write_spu): Use char for string buffer.
6397         Adjust.
6398         (info_spu_event_command, info_spu_signal_command): Add casts to
6399         'char *'.
6400
6401 2013-04-19  Pedro Alves  <palves@redhat.com>
6402
6403         * aarch64-tdep.c (aarch64_default_breakpoint): Change type to
6404         gdb_byte[].
6405         (aarch64_breakpoint_from_pc): Change return type to gdb_byte *.
6406         * ada-lang.c (ada_value_assign): Use gdb_byte.
6407         * alphanbsd-tdep.c (sigtramp_retcode): Change type to gdb_byte[].
6408         (alphanbsd_sigtramp_offset): Use gdb_byte.
6409         * arm-linux-tdep.c (arm_linux_arm_le_breakpoint)
6410         (arm_linux_arm_be_breakpoint, eabi_linux_arm_le_breakpoint)
6411         (eabi_linux_arm_be_breakpoint, arm_linux_thumb_be_breakpoint)
6412         (arm_linux_thumb_le_breakpoint, arm_linux_thumb2_be_breakpoint)
6413         (arm_linux_thumb2_le_breakpoint): Change type to gdb_byte[].
6414         * arm-tdep.c (arm_stub_unwind_sniffer)
6415         (arm_displaced_init_closure): Use gdb_byte.
6416         (arm_default_arm_le_breakpoint, arm_default_arm_be_breakpoint)
6417         (arm_default_thumb_le_breakpoint)
6418         (arm_default_thumb_be_breakpoint): Change type to gdb_byte[].
6419         * arm-tdep.h (struct gdbarch_tdep) <arm_breakpoint,
6420         thumb_breakpoint, thumb2_breakpoint>: Change type to gdb_byte *.
6421         * arm-wince-tdep.c (arm_wince_le_breakpoint)
6422         (arm_wince_thumb_le_breakpoint): Change type to gdb_byte[].
6423         * armnbsd-tdep.c (arm_nbsd_arm_le_breakpoint)
6424         (arm_nbsd_arm_be_breakpoint, arm_nbsd_thumb_le_breakpoint)
6425         (arm_nbsd_thumb_be_breakpoint): Change type to gdb_byte[].
6426         * armobsd-tdep.c (arm_obsd_thumb_le_breakpoint)
6427         (arm_obsd_thumb_be_breakpoint): Change type to gdb_byte[].
6428         * cris-tdep.c (push_stack_item, cris_push_dummy_call)
6429         (cris_store_return_value, cris_extract_return_value): Use
6430         gdb_byte.
6431         (constraint): Change type of parameter to char * from signed
6432         char*.  Use gdb_byte.
6433         * dwarf2loc.c (read_pieced_value, write_pieced_value): Change type
6434         of local buffer to gdb_byte *.
6435         * dwarf2read.c (read_index_from_section): Use gdb_byte.
6436         (create_dwp_hash_table): Change type of locals to gdb_byte *.
6437         (add_address_entry): Change type of local buffer to gdb_byte[].
6438         * frv-tdep.c (frv_adjust_breakpoint_address, find_func_descr)
6439         (frv_push_dummy_call): Use gdb_byte.
6440         * hppa-hpux-tdep.c (hppa_hpux_push_dummy_code)
6441         (hppa_hpux_supply_ss_fpblock, hppa_hpux_supply_ss_wide)
6442         (hppa_hpux_supply_save_state): Use gdb_byte.
6443         * hppa-tdep.c (hppa32_push_dummy_call)
6444         (hppa64_convert_code_addr_to_fptr): Use gdb_byte.
6445         * ia64-tdep.c (extract_bit_field, replace_bit_field)
6446         (slotN_contents, replace_slotN_contents): Change type of parameter
6447         to gdb_byte *.
6448         (fetch_instruction, ia64_pseudo_register_write)
6449         (ia64_register_to_value, ia64_value_to_register)
6450         (ia64_extract_return_value, ia64_store_return_value)
6451         (ia64_push_dummy_call): Use gdb_byte.
6452         * m32c-tdep.c (m32c_return_value): Remove cast.
6453         * m68hc11-tdep.c (m68hc11_pseudo_register_write)
6454         (m68hc11_push_dummy_call, m68hc11_store_return_value): Use
6455         gdb_byte.
6456         * mipsnbsd-tdep.c (mipsnbsd_get_longjmp_target): Use gdb_byte.
6457         * mn10300-tdep.c (mn10300_store_return_value)
6458         (mn10300_breakpoint_from_pc, mn10300_push_dummy_call): Use
6459         gdb_byte.
6460         * moxie-tdep.c (moxie_process_readu): Use gdb_byte.
6461         (moxie_process_record): Remove casts.
6462         * ppc-ravenscar-thread.c (supply_register_at_address)
6463         (ppc_ravenscar_generic_store_registers): Use gdb_byte.
6464         * ravenscar-thread.c (get_running_thread_id): Use gdb_byte.
6465         * remote-m32r-sdi.c (m32r_fetch_register): Use gdb_byte.
6466         * remote-mips.c (mips_xfer_memory): Use gdb_byte.
6467         * remote.c (compare_sections_command): Use gdb_byte.
6468         * score-tdep.c (score7_free_memblock): Change type of parameter to
6469         gdb_byte *.
6470         * sh-tdep.c (sh_justify_value_in_reg): Change return type to
6471         gdb_byte *.  Use gdb_byte.
6472         (sh_push_dummy_call_fpu): Use gdb_byte.
6473         (sh_extract_return_value_nofpu, sh_extract_return_value_fpu)
6474         (sh_store_return_value_nofpu, sh_store_return_value_fpu)
6475         (sh_register_convert_to_virtual, sh_register_convert_to_raw):
6476         Change parameter type to 'gdb_byte *'.  Use gdb_byte.
6477         (sh_pseudo_register_read, sh_pseudo_register_write): Use gdb_byte.
6478         * sh64-tdep.c (sh64_push_dummy_call): Use gdb_byte.
6479         (sh64_store_return_value, sh64_register_convert_to_virtual):
6480         Change parameter type to 'gdb_byte *'.  Use gdb_byte.
6481         (sh64_pseudo_register_write): Use gdb_byte.
6482         * solib-darwin.c (darwin_current_sos): Add casts to 'gdb_byte *'.
6483         * solib-irix.c (fetch_lm_info): Likewise.  Use gdb_byte for byte
6484         buffer.
6485         (irix_current_sos): Use gdb_byte.
6486         * solib-som.c (som_current_sos): Use gdb_byte.
6487         * sparc-ravenscar-thread.c (supply_register_at_address)
6488         (sparc_ravenscar_generic_store_registers): Use gdb_byte.
6489         * spu-multiarch.c (spu_xfer_partial): Add cast to 'char *'.
6490         * spu-tdep.c (spu_get_overlay_table): Use gdb_byte.
6491         * tic6x-tdep.c (tic6x_breakpoint_from_pc): Change return type to
6492         'gdb_byte *'.
6493         * tic6x-tdep.h (struct gdbarch_tdep) <breakpoint>: Change type to
6494         'gdb_byte *'.
6495         * tracepoint.c (tfile_fetch_registers): Use gdb_byte.
6496         * xstormy16-tdep.c (xstormy16_extract_return_value)
6497         (xstormy16_store_return_value): Change parameter type to
6498         'gdb_byte *'.  Adjust.
6499         (xstormy16_push_dummy_call): Use gdb_byte.
6500         * xtensa-tdep.c (xtensa_scan_prologue, call0_ret)
6501         (call0_analyze_prologue, execute_code): Use gdb_byte.
6502
6503 2013-04-19  Vladimir Kargov <kargov@gmail.com>
6504             Pedro Alves  <palves@redhat.com>
6505
6506         * i387-tdep.c (i387_print_float_info): Use gdb_byte for pointer to
6507         value contents.
6508
6509 2013-04-17  Doug Evans  <dje@google.com>
6510
6511         * dwarf2read.c (struct signatured_type): New member type.
6512         (struct attribute): Replace member signatured_type with signature.
6513         (DW_SIGNATURE): Replaces DW_SIGNATURE_TYPE.
6514         (read_call_site_scope): Call follow_die_ref instead of
6515         follow_die_ref_or_sig.
6516         (read_structure_type): Rewrite handling of signatured types.
6517         (read_enumeration_type): Ditto.
6518         (read_attribute_value): Update.
6519         (build_error_marker_type): New function.
6520         (lookup_die_type): Add assert.  Rewrite handling of signatured types.
6521         Don't call error for bad types, just build an error marker type.
6522         (dump_die_shallow): Update.
6523         (follow_die_sig_1): Renamed from follow_die_sig.
6524         Don't call error for bad types, instead return NULL.
6525         (follow_die_sig): New function.
6526         (get_signatured_type, get_DW_AT_signature_type): New functions.
6527
6528 2013-04-17  Yufeng Zhang  <yufeng.zhang@arm.com>
6529
6530         * aarch64-tdep.c (aarch64_write_pc): Removed.
6531         (aarch64_gdbarch_init): Remove set_gdbarch_write_pc of the above
6532         function.
6533
6534 2013-04-17  Yao Qi  <yao@codesourcery.com>
6535
6536         * top.c (print_gdb_configuration): Print configure-time
6537         parameter on using libbabeltrace or not.
6538
6539 2013-04-16  Pedro Alves  <palves@redhat.com>
6540
6541         * copyright.py (EXCLUDE_LIST): Add gdb/common/glibc_thread_db.h.
6542
6543 2013-04-16  Pedro Alves  <palves@redhat.com>
6544
6545         * common/glibc_thread_db.h: Update from upstream glibc
6546         (git 568035b7874a099087b77f7bba3e36a1173787b0).
6547
6548 2013-04-16  Pedro Alves  <palves@redhat.com>
6549
6550         * common/gdb_thread_db.h [!HAVE_THREAD_DB_H]: Factor out to ...
6551         * common/glibc_thread_db.h: ... this new file ...
6552         * common/gdb_thread_db.h [!HAVE_THREAD_DB_H]: ... and include it.
6553
6554 2013-04-16  Will Newton  <will.newton@gmail.com>
6555             Pedro Alves  <palves@redhat.com>
6556
6557         PR build/11881
6558
6559         * common/gdb_thread_db.h (LIBTHREAD_DB_SO)
6560         (LIBTHREAD_DB_SEARCH_PATH): Move outside of #ifdef
6561         HAVE_THREAD_DB_H.
6562
6563 2013-04-16  Pedro Alves  <palves@redhat.com>
6564             Eli Zaretskii  <eliz@gnu.org>
6565
6566         * NEWS: Mention "set foo unlimited".
6567
6568 2013-04-15  Doug Evans  <dje@google.com>
6569
6570         * dwarf2read.c (struct dwo_file): Replace member "cus" with "cu".
6571         (struct create_dwo_cu_data): Renamed from create_dwo_info_table_data.
6572         (create_dwo_cu_reader): Renamed from
6573         create_dwo_debug_info_hash_table_reader.
6574         (create_dwo_cu): Renamed from create_dwo_debug_info_hash_table.
6575         Remove support for multiple CUs in a DWO file.
6576         (open_and_init_dwo_file, lookup_dwo_cutu): Update.
6577
6578         * dwarf2read.c (create_debug_types_hash_table): Use hex_string
6579         instead of phex.
6580         (lookup_dwo_unit, create_dwo_debug_info_hash_table_reader): Ditto.
6581         (create_dwo_in_dwp): Ditto.
6582
6583 2013-04-15  Tom Tromey  <tromey@redhat.com>
6584
6585         * NEWS: Move recent entries into "since 7.6" section.
6586
6587 2013-04-15  Tom Tromey  <tromey@redhat.com>
6588
6589         PR c++/13588:
6590         * NEWS: Update.
6591         * break-catch-throw.c (struct exception_catchpoint)
6592         <exception_rx, pattern>: New fields.
6593         (fetch_probe_arguments, dtor_exception_catchpoint)
6594         (check_status_exception_catchpoint)
6595         (print_one_detail_exception_catchpoint): New functions.
6596         (handle_gnu_v3_exceptions): Add "except_rx" argument.
6597         Compile regular expression if needed.
6598         (extract_exception_regexp): New function.
6599         (catch_exception_command_1): Use extract_exception_regexp.
6600         (compute_exception): Use fetch_probe_arguments.
6601         (initialize_throw_catchpoint_ops): Set dtor, print_one_detail,
6602         and check_status fields.
6603         * cp-abi.c (cplus_typename_from_type_info): New function.
6604         * cp-abi.h (cplus_typename_from_type_info): Declare.
6605         (struct cp_abi_ops) <get_typename_from_type_info>: New field.
6606         * gdb_regex.h (compile_rx_or_error): Declare.
6607         * gnu-v3-abi.c (gnuv3_get_typename_from_type_info): Update
6608         comment.
6609         (init_gnuv3_ops): Set get_type_from_type_info field.
6610         * probe.c (compile_rx_or_error): Move...
6611         * utils.c (compile_rx_or_error): ... here.
6612
6613 2013-04-15  Tom Tromey  <tromey@redhat.com>
6614
6615         PR c++/15176:
6616         * NEWS: Update.
6617         * break-catch-throw.c (compute_exception): New function.
6618         (exception_funcs): New global.
6619         (_initialize_break_catch_throw): Create $_exception.
6620         * cp-abi.c (cplus_type_from_type_info): New function.
6621         * cp-abi.h (cplus_type_from_type_info): Declare.
6622         (struct cp_abi_ops) <get_type_from_type_info>: New field.
6623         * gnu-v3-abi.c (gnuv3_get_typename_from_type_info)
6624         (gnuv3_get_type_from_type_info): New functions.
6625         (init_gnuv3_ops): Set get_type_from_type_info ABI field.
6626
6627 2013-04-15  Tom Tromey  <tromey@redhat.com>
6628
6629         * break-catch-throw.c (struct exception_names): New.
6630         (exception_functions): Change type.
6631         (re_set_exception_catchpoint): Look for SDT probes.
6632
6633 2013-04-15  Tom Tromey  <tromey@redhat.com>
6634
6635         PR c++/10119:
6636         * break-catch-throw.c (exception_functions): New global.
6637         (gnu_v3_exception_catchpoint_ops): Move earlier.
6638         (struct exception_catchpoint): New.
6639         (classify_exception_breakpoint): Rewrite.
6640         (re_set_exception_catchpoint): New function.
6641         (handle_gnu_v3_exceptions): Return void.  Use init_catchpoint.
6642         Allocate a struct exception_catchpoint.
6643         (catch_exception_command_1): Update.
6644         (initialize_throw_catchpoint_ops): Set 're_set' method.
6645
6646 2013-04-15  Tom Tromey  <tromey@redhat.com>
6647
6648         * Makefile.in (SFILES): Add break-catch-throw.c
6649         (COMMON_OBS): Add break-catch-throw.o.
6650         * break-catch-throw.c: New file.
6651         * breakpoint.c: Move exception-catching code to new file.
6652         (ep_parse_optional_if_clause): No longer static.
6653         * breakpoint.h (ep_parse_optional_if_clause): Declare.
6654
6655 2013-04-15  Tom Tromey  <tromey@redhat.com>
6656
6657         PR c++/9065:
6658         * NEWS: Update.
6659         * breakpoint.c (watchpoint_exp_is_const): Add OP_TYPEID.
6660         * c-exp.y (TYPEID): New token.
6661         (exp): Add new TYPEID productions.
6662         (ident_tokens): Add "typeid".
6663         * cp-abi.c (cplus_typeid, cplus_typeid_type): New functions.
6664         * cp-abi.h (cplus_typeid, cplus_typeid_type): Declare.
6665         (struct cp_abi_ops) <get_typeid, get_typeid_type>: New fields.
6666         * eval.c (evaluate_subexp_standard) <OP_TYPEID>: New case.
6667         * expprint.c (dump_subexp_body_standard) <OP_TYPEID>: New
6668         case.
6669         * gnu-v3-abi.c (std_type_info_gdbarch_data): New global.
6670         (build_std_type_info_type, gnuv3_get_typeid_type)
6671         (gnuv3_get_typeid): New functions.
6672         (init_gnuv3_ops): Initialize std_type_info_gdbarch_data.  Set
6673         new fields on ABI object.
6674         * parse.c (operator_length_standard) <OP_TYPEID>: New case.
6675         * std-operator.def (OP_TYPEID): New.
6676
6677 2013-04-15  Tom Tromey  <tromey@redhat.com>
6678
6679         * elfread.c (elf_symtab_read): Install versioned symbol under
6680         unversioned name as well.
6681
6682 2013-04-15  Tom Tromey  <tromey@redhat.com>
6683
6684         PR c++/11990:
6685         * c-lang.c (cplus_language_defn): Use gdb_demangle.
6686         * c-typeprint.c (c_type_print_base): Use gdb_demangle.
6687         * cp-support.c (mangled_name_to_comp): Use gdb_demangle.
6688         (gdb_demangle): New function.
6689         * cp-support.h (gdb_demangle): Declare.
6690         * dwarf2read.c (dwarf2_physname, fixup_partial_die)
6691         (dwarf2_name): Use gdb_demangle.
6692         * gdbtypes.c (check_stub_method): Use gdb_demangle.
6693         * gnu-v3-abi.c (gnuv3_rtti_type): Strip @plt and version
6694         suffixes from name.
6695         (gnuv3_print_method_ptr): Use gdb_demangle.
6696         * jv-lang.c (java_demangle): Use gdb_demangle.
6697         * jv-typeprint.c (java_type_print_base): Use gdb_demangle.
6698         * language.c (unk_lang_demangle): Use gdb_demangle.
6699         * symtab.c (symbol_find_demangled_name)
6700         (demangle_for_lookup): Use gdb_demangle.
6701
6702 2013-04-15  Tom Tromey  <tromey@redhat.com>
6703
6704         PR c++/12824:
6705         * NEWS: Update.
6706         * breakpoint.c (enum exception_event_kind) <EX_EVENT_RETHROW>:
6707         New constant.
6708         (classify_exception_breakpoint): New function.
6709         (print_it_exception_catchpoint, print_one_exception_catchpoint)
6710         (print_mention_exception_catchpoint)
6711         (print_recreate_exception_catchpoint, handle_gnu_v3_exceptions)
6712         (catch_exception_command_1): Handle "rethrow" catchpoint.
6713         (catch_rethrow_command): New function.
6714         (_initialize_breakpoint): Add "catch rethrow" command.
6715
6716 2013-04-15  Pierre Muller  <muller@sourceware.org>
6717
6718         * contrib/ari/gdb_ari.sh (write_pc rule): Do not consider
6719         set_gdbarch_write_pc as deprecated anymore.
6720
6721 2013-04-15  Joel Brobecker  <brobecker@adacore.com>
6722
6723         * spu-tdep.c (spu_write_pc): Add empty line after local variable
6724         declarations.
6725
6726 2013-04-13  Yao Qi  <yao@codesourcery.com>
6727
6728         * ctf.c (_initialize_ctf): Include "completer.h".
6729         Call add_target_with_completer instead of add_target.
6730
6731 2013-04-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
6732
6733         Fix GDB regression related to PR binutils/14813.
6734         * jit.c (mem_bfd_iovec_close): Return 0 for success.
6735         * minidebug.c (lzma_close): Add return value comment.
6736         * remote.c (remote_bfd_iovec_close): Return 0 for success.
6737         * solib-spu.c (spu_bfd_iovec_close): Likewise.
6738         * spu-linux-nat.c (spu_bfd_iovec_close): Likewise.
6739
6740 2013-04-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
6741
6742         * config.in: Regenerate.
6743
6744 2013-04-12  Tom Tromey  <tromey@redhat.com>
6745
6746         * dwarf2-frame.c (struct comp_unit) <dwarf_frame_buffer>: Now
6747         const.
6748         * dwarf2read.c (struct dwarf2_section_info) <buffer>: Now const.
6749         (struct die_reader_specs) <buffer>: Likewise.
6750         (die_reader_func_ftype): Make 'info_ptr' const.
6751         (struct line_header) <include_dirs, statement_program_start,
6752         statement_program_end>: Now const.
6753         (struct file_entry) <name>: Likewise.
6754         (struct partial_die_info) <sibling>: Likewise.
6755         (struct dwarf_block) <data>: Likewise.
6756         (dwarf2_read_section): Remove cast.
6757         (dwarf2_get_section_info): Make 'bufp' const.
6758         (read_index_from_section): Constify.
6759         (dw2_get_file_names_reader): Make 'info_ptr' const.
6760         (dw2_get_primary_filename_reader): Likewise.
6761         (read_comp_unit_head): Make 'info_ptr' and return type const.
6762         (read_and_check_comp_unit_head, read_and_check_type_unit_head):
6763         Likewise.
6764         (read_abbrev_offset): Constify.
6765         (dwarf2_create_include_psymtab): Make 'name' const.
6766         (create_debug_types_hash_table): Update.
6767         (read_cutu_die_from_dwo): Make 'result_info_ptr' const.
6768         (init_cutu_and_read_dies, init_cutu_and_read_dies_no_follow):
6769         Constify.
6770         (process_psymtab_comp_unit_reader, build_type_psymtabs_reader)
6771         (load_partial_comp_unit_reader): Make 'info_ptr' const.
6772         (read_comp_units_from_section): Constify.
6773         (peek_abbrev_code, peek_die_abbrev, skip_children, skip_one_die)
6774         (locate_pdi_sibling, load_full_comp_unit_reader): Make 'info_ptr'
6775         const.
6776         (dwarf2_compute_name, setup_type_unit_groups): Constify.
6777         (create_dwo_debug_info_hash_table): Make 'info_ptr' const.
6778         (create_dwp_hash_table, dwarf2_ranges_read)
6779         (dwarf2_record_block_ranges): Constify.
6780         (read_die_and_children, read_die_and_siblings_1)
6781         (read_die_and_siblings): Make 'info_ptr' and 'new_info_ptr'
6782         const.
6783         (read_full_die_1, read_full_die): Make 'info_ptr' const.
6784         (abbrev_table_read_table): Constify.
6785         (load_partial_dies): Make 'info_ptr' const.
6786         (read_partial_die, read_attribute_value, read_attribute): Make
6787         'info_ptr' and return type const.
6788         (read_address, read_initial_length)
6789         (read_checked_initial_length_and_offset, read_offset)
6790         (read_offset_1, read_n_bytes, read_direct_string): Make 'buf'
6791         const.
6792         (read_direct_string): Make 'buf' and return type const.
6793         (read_indirect_string_at_offset, read_indirect_string_from_dwz)
6794         (read_indirect_string): Make return type const.
6795         (read_unsigned_leb128, read_signed_leb128): Make 'buf' const.
6796         (read_addr_index_from_leb128, dwarf2_read_addr_index_reader): Make
6797         'info_ptr' const.
6798         (read_str_index): Make return type const.
6799         (add_include_dir): Make 'include_dir' const.
6800         (add_file_name): Make 'name' const.
6801         (dwarf_decode_line_header): Constify.
6802         (psymtab_include_file_name): Make return type const.
6803         (dwarf_decode_lines_1, dwarf_decode_lines): Constify.
6804         (dwarf2_start_subfile): Make 'filename' const.
6805         (dwarf2_const_value_attr): Make 'bytes' const.
6806         (read_signatured_type_reader): Make 'info_ptr' const.
6807         (decode_locdesc): Constify.
6808         (skip_form_bytes): Make 'bytes', 'buffer_end', and return type
6809         const.
6810         (skip_unknown_opcode): Make 'opcode_definitions', 'mac_ptr',
6811         'mac_end', and return type const.
6812         (dwarf_parse_macro_header): Make 'mac_ptr' and return type const.
6813         (dwarf_decode_macro_bytes): Make 'mac_ptr', 'mac_end', and return
6814         type const.
6815         (per_cu_header_read_in): Constify.
6816         * symfile.h (dwarf2_get_section_info): Update.
6817
6818 2013-04-12  Tom Tromey  <tromey@redhat.com>
6819
6820         * symtab.h (struct general_symbol_info) <value.bytes>: Make const.
6821
6822 2013-04-12  Eli Zaretskii  <eliz@gnu.org>
6823
6824         * NEWS: Mention "show configuration", --configuration.
6825         * top.c (print_gdb_configuration): New function, displays the
6826         details about GDB configure-time parameters.
6827         (print_gdb_version): Mention "show configuration".
6828         * cli/cli-cmds.c (show_configuration): New function.
6829         (_initialize_cli_cmds): Add the "show configuration" command.
6830         * main.c (captured_main) <print_configuration>: New static var.
6831         <long_options>: Use it.
6832         If --configuration was given, call print_gdb_configuration.
6833
6834 2013-04-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
6835             Pedro Alves  <palves@redhat.com>
6836
6837         * Makefile.in (HAVE_NATIVE_GCORE_TARGET): New.
6838         (generated_files): Add gcore.
6839         (install-only, uninstall): Add gcore if HAVE_NATIVE_GCORE_TARGET or
6840         HAVE_NATIVE_GCORE_HOST.
6841         (gcore): New.
6842         * NEWS (Changes since GDB 7.6): Mention newly installed gcore.
6843         * config/alpha/alpha-osf3.mh, config/i386/fbsd.mh,
6844         config/i386/fbsd64.mh, config/i386/i386gnu.mh, config/i386/i386sol2.mh,
6845         config/i386/sol2-64.mh, config/mips/irix5.mh, config/mips/irix6.mh,
6846         config/powerpc/fbsd.mh, config/sparc/fbsd.mh, config/sparc/sol2.mh:
6847         Add HAVE_NATIVE_GCORE_HOST.
6848         * configure: Regenerate.
6849         * configure.ac (HAVE_NATIVE_GCORE_TARGET): New, set it, AC_SUBST it.
6850         New AC_SUBST fir GDB_TRANSFORM_NAME and GCORE_TRANSFORM_NAME.  New
6851         AC_CONFIG_FILES for gcore.
6852         * configure.tgt: Add gdb_have_gcore to the initial comment.  Set
6853         gdb_have_gcore.
6854         * gdb_gcore.sh: Rename to ...
6855         * gcore.in: ... here.  Remove gcore.sh comment.  Use GDB_TRANSFORM_NAME
6856         and GCORE_TRANSFORM_NAME substitutions.
6857
6858         Fix parsing tabs in ${gdb_target_obs}.
6859         * configure.tgt (gdb_have_gcore): Replace case with for and if.
6860
6861 2013-04-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
6862
6863         * remote.c (unpush_and_perror): Add output message final dot.
6864
6865 2013-04-11  Yao Qi  <yao@codesourcery.com>
6866
6867         * tracepoint.c (tfile_interp_line): Fit parameters line and
6868         utpp in one line.
6869
6870 2013-04-10  Joel Brobecker  <brobecker@adacore.com>
6871
6872         * solib.c (solib_map_sections): Remove code overwriting
6873         SO->SO_NAME with the bfd's filename.
6874
6875 2013-04-10  Pedro Alves  <palves@redhat.com>
6876
6877         * cli/cli-decode.c (integer_unlimited_completer): New function.
6878         (add_setshow_integer_cmd, add_setshow_uinteger_cmd)
6879         (add_setshow_zuinteger_unlimited_cmd): Install the "unlimited"
6880         completer.
6881         * cli/cli-setshow.c: Include "cli/cli-utils.h".
6882         (is_unlimited_literal): New function.
6883         (do_set_command): Handle literal "unlimited" arguments.
6884         * frame.c (_initialize_frame) <set backtrace limit>: Document
6885         "unlimited".
6886         * printcmd.c (_initialize_printcmd) <set print
6887         max-symbolic-offset>: Add help text.
6888         * record-full.c (_initialize_record_full) <set record full
6889         insn-number-max>: Likewise.
6890         * record.c (_initialize_record) <set record
6891         instruction-history-size, set record function-call-history-size>:
6892         Add help text.
6893         * ser-tcp.c (_initialize_ser_tcp) <set tcp connect-timeout>: Add
6894         help text.
6895         * tracepoint.c (_initialize_tracepoint) <set trace-buffer-size>:
6896         Likewise.
6897         * source.c (_initialize_source) <set listsize>: Add help text.
6898         * utils.c (initialize_utils) <set height, set width>: Likewise.
6899         <set pagination>: Mention "set height unlimited".
6900         * valprint.c (_initialize_valprint) <set print elements, set print
6901         repeats>: Document "unlimited".
6902
6903 2013-04-10  Pedro Alves  <palves@redhat.com>
6904
6905         * cli/cli-cmds.c (quit_command): Call query_if_trace_running
6906         instead of disconnect_tracing.
6907         * infcmd.c (detach_command, disconnect_command): Call
6908         query_if_trace_running.  Adjust.
6909         * top.c: Include "tracepoint.h".
6910         (quit_target): Delete.  Contents moved ...
6911         (quit_force): ... here.  Wrap each stage of teardown in
6912         TRY_CATCH.  Call disconnect_tracing before detaching.
6913
6914 2013-04-10  Hui Zhu  <hui@codesourcery.com>
6915             Yao Qi  <yao@codesourcery.com>
6916
6917         * configure.ac: Check libbabeltrace is installed.
6918         * config.in: Regenerate.
6919         * configure: Regenerate.
6920         * Makefile.in (LIBBABELTRACE): New.
6921         (CLIBS): Add LIBBABELTRACE.
6922         * ctf.c: Include "exec.h".
6923         (CTF_EVENT_ID_STATUS, CTF_EVENT_ID_TSV_DEF): New macros.
6924         (CTF_EVENT_ID_TP_DEF, ctf_save_write_int32): New macros.
6925         (ctf_save_metadata_header): Define new type aliases in
6926         metadata.
6927         (ctf_write_header): Define event type "tsv_def" and "tp_def"
6928         in metadata.  Start a new faked packet for trace status.
6929         (ctf_write_status): Write trace status to CTF.
6930         (ctf_write_uploaded_tsv): Write TSV to CTF.
6931         (ctf_write_uploaded_tp): Write tracepoint definition to CTF.
6932         (ctf_write_definition_end): End the faked packet.
6933
6934         (ctx, ctf_iter, trace_dirname): New.
6935         (start_pos): New variable.
6936         (ctf_destroy, ctf_open_dir, ctf_open): New.
6937         (SET_INT32_FIELD, SET_ARRAY_FIELD, SET_STRING_FIELD): New
6938         macros.
6939         (ctf_read_tsv, ctf_read_tp, ctf_close, ctf_files_info): New.
6940         (ctf_fetch_registers, ctf_xfer_partial): New.
6941         (ctf_get_trace_state_variable_value): New.
6942         (ctf_get_tpnum_from_frame_event): New.
6943         (ctf_get_traceframe_address): New.
6944         (ctf_trace_find, ctf_has_stack): New.
6945         (ctf_has_registers, ctf_traceframe_info, init_ctf_ops): New.
6946         (ctf_get_trace_status, ctf_read_status): New.
6947         (_initialize_ctf): New.
6948         * tracepoint.c (get_tracepoint_number): New
6949         (get_uploaded_tsv): Remove 'static'.
6950         (struct traceframe_info, trace_regblock_size): Move it to ...
6951         * tracepoint.h: ... here.
6952         (get_tracepoint_number): Declare it.
6953         (get_uploaded_tsv): Declare it.
6954
6955         * NEWS: Mention new configure option.
6956
6957 2013-04-10  Pedro Alves  <palves@redhat.com>
6958             Hui Zhu  <hui@codesourcery.com>
6959
6960         * breakpoint.c (dprintf_re_set): New.
6961         (initialize_breakpoint_ops): Set dprintf_breakpoint_ops re_set
6962         to dprintf_re_set.
6963
6964 2013-04-09  Joel Brobecker  <brobecker@adacore.com>
6965
6966         * configure.tgt (gdb_target_obs) <powerpc-*-aix* | rs6000-*-*>:
6967         Remove solib-svr4.o from the list.
6968
6969 2013-04-09  Joel Brobecker  <brobecker@adacore.com>
6970
6971         * varobj.c (update_dynamic_varobj_children) [!HAVE_PYTHON]:
6972         Use gdb_assert_not_reached instead of invalid boolean expression.
6973
6974 2013-04-09  Pedro Alves  <palves@redhat.com>
6975
6976         * remote.c (unpush_and_perror): New function.
6977         (readchar, remote_serial_write): Use it.
6978
6979 2013-04-09  Markus Metzger  <markus.t.metzger@intel.com>
6980
6981         * NEWS: Mention new btrace RSP packets.
6982
6983 2013-04-08  Tom Tromey  <tromey@redhat.com>
6984
6985         * symmisc.c (dump_msymbols): Cast fprintf_filtered argument to
6986         long.
6987
6988 2013-04-08  Tom Tromey  <tromey@redhat.com>
6989
6990         * maint.c (print_bfd_section_info): Print the section index.
6991         * symmisc.c (dump_msymbols): Print the section index.
6992
6993 2013-04-08  Tom Tromey  <tromey@redhat.com>
6994
6995         PR symtab/8424:
6996         * blockframe.c (find_pc_partial_function_gnu_ifunc): Check
6997         SYMBOL_SECTION, not SYMBOL_OBJ_SECTION.
6998         * breakpoint.c (resolve_sal_pc): Update.
6999         * elfread.c (elf_gnu_ifunc_record_cache): Update.
7000         * findvar.c (struct minsym_lookup_data) <objfile>: New field.
7001         (minsym_lookup_iterator_cb): Use it.
7002         (default_read_var_value): Update.
7003         * hppa-hpux-tdep.c (hppa64_hpux_in_solib_call_trampoline):
7004         Update.
7005         * infcmd.c (jump_command): Update.
7006         * linespec.c (minsym_found): Update.
7007         * maint.c (maintenance_translate_address): Update.
7008         * minsyms.c (lookup_minimal_symbol_by_pc_section_1): Update.
7009         (prim_record_minimal_symbol_full): Don't set SYMBOL_OBJ_SECTION.
7010         * parse.c (write_exp_msymbol): Update.
7011         * printcmd.c (address_info): Update.
7012         * psymtab.c (find_pc_sect_psymbol): Update.
7013         (fixup_psymbol_section): Check SYMBOL_SECTION, not
7014         SYMBOL_OBJ_SECTION.
7015         (add_psymbol_to_bcache): Correctly initialize SYMBOL_SECTION.
7016         Don't initialize SYMBOL_OBJ_SECTION.
7017         * spu-tdep.c (spu_catch_start): Update.
7018         * stabsread.c (define_symbol): Don't set SYMBOL_SECTION.
7019         * symmisc.c (dump_msymbols, print_symbol): Update.
7020         * symtab.c (fixup_section): Don't set 'obj_section'.  Change
7021         how fallback section is computed.
7022         (fixup_symbol_section): Update.
7023         (find_pc_sect_symtab, find_function_start_sal, skip_prologue_sal):
7024         Update.
7025         (allocate_symbol, initialize_symbol, allocate_template_symbol):
7026         Initialize SYMBOL_SECTION.
7027         * symtab.h (struct general_symbol_info) <section>: Update comment.
7028         <obj_section>: Remove.
7029         (SYMBOL_OBJ_SECTION): Add 'objfile' argument.  Rewrite.
7030         (SYMBOL_OBJFILE): New macro.
7031
7032 2013-04-08  Tom Tromey  <tromey@redhat.com>
7033
7034         * coffread.c (record_minimal_symbol): Update.
7035         * dbxread.c (record_minimal_symbol): Update.
7036         * elfread.c (record_minimal_symbol): Update.
7037         * machoread.c (macho_symtab_add_minsym): Update.
7038         * mdebugread.c (record_minimal_symbol, parse_partial_symbols):
7039         Update.
7040         * minsyms.c (prim_record_minimal_symbol): Update.
7041         (prim_record_minimal_symbol_full): Remove 'bfd_section'
7042         argument.
7043         (prim_record_minimal_symbol_and_info): Likewise.
7044         * minsyms.h (prim_record_minimal_symbol_full)
7045         (prim_record_minimal_symbol_and_info): Update.
7046         * symtab.c (allocate_symbol, initialize_symbol)
7047         (allocate_template_symbol): Initialize SYMBOL_SECTION.
7048         * xcoffread.c (record_minimal_symbol, scan_xcoff_symtab):
7049         Update.
7050
7051 2013-04-08  Tom Tromey  <tromey@redhat.com>
7052
7053         PR symtab/8423:
7054         * solib-som.c (som_solib_section_offsets): Use BFD section
7055         indices.  Set offsets for all sections.
7056         * somread.c (som_symtab_read): Compute BFD section for
7057         symbol.  Use prim_record_minimal_symbol_and_info.
7058         (som_symfile_read): Fix comment.
7059         (struct find_section_offset_arg): New.
7060         (find_section_offset, set_section_index): New functions.
7061         (som_symfile_offsets): Use set_section_index to compute
7062         section indices.
7063
7064 2013-04-08  Tom Tromey  <tromey@redhat.com>
7065
7066         * coffread.c (cs_to_section): Use gdb_bfd_section_index.
7067         * elfread.c (record_minimal_symbol, elf_symtab_read): Use
7068         gdb_bfd_section_index.
7069         * gdb_bfd.c (gdb_bfd_section_index, gdb_bfd_count_sections):
7070         New functions.
7071         * gdb_bfd.h (gdb_bfd_section_index, gdb_bfd_count_sections):
7072         Declare.
7073         * machoread.c (macho_symtab_add_minsym, macho_symfile_offsets):
7074         Update.
7075         * objfiles.c (add_to_objfile_sections_full): New function.
7076         (add_to_objfile_sections): Use it.
7077         (build_section_table): Rewrite.
7078         (objfile_relocate1): Use gdb_bfd_section_index.  Update.
7079         * objfiles.h (obj_section_offset): Use gdb_bfd_section_index.
7080         (struct objfile) <sections>: Update comment.
7081         (ALL_OBJFILE_OSECTIONS): Skip sections where the_bfd_section
7082         is NULL.
7083         (ALL_OBJSECTIONS): Use it.
7084         * solib-dsbt.c (dsbt_relocate_main_executable): Update.
7085         * solib-frv.c (frv_relocate_main_executable): Update.
7086         * solib-target.c (solib_target_relocate_section_addresses):
7087         Use gdb_bfd_section_index.
7088         * symfile.c (build_section_addr_info_from_section_table):
7089         Use gdb_bfd_section_index.
7090         (build_section_addr_info_from_bfd, place_section): Likewise.
7091         * symtab.c (fixup_section): Update.
7092         * xcoffread.c (find_targ_sec): Use gdb_bfd_section_index.
7093
7094 2013-04-08  Tom Tromey  <tromey@redhat.com>
7095
7096         * minsyms.h (struct bound_minimal_symbol): New.
7097         (lookup_minimal_symbol_and_objfile): Return bound_minimal_symbol.
7098         Remove objfile argument.
7099         (lookup_minimal_symbol_by_pc_section, lookup_minimal_symbol_by_pc):
7100         Return bound_minimal_symbol.
7101         * minsyms.c (lookup_minimal_symbol_by_pc_1)
7102         (lookup_minimal_symbol_by_pc_section, lookup_minimal_symbol_by_pc):
7103         Return bound_minimal_symbol.
7104         (in_gnu_ifunc_stub): Update.
7105         (lookup_minimal_symbol_and_objfile): Return bound_minimal_symbol.
7106         Remove 'objfile_p' argument.
7107         (lookup_solib_trampoline_symbol_by_pc): Update.
7108         * ada-tasks.c, amd64-windows-tdep.c, arm-tdep.c,
7109         arm-wince-tdep.c, block.c, blockframe.c, breakpoint.c, btrace.c,
7110         c-valprint.c, dwarf2loc.c, elfread.c, frame.c, frv-tdep.c,
7111         glibc-tdep.c, gnu-v2-abi.c, gnu-v3-abi.c, hppa-hpux-tdep.c,
7112         i386-tdep.c, ia64-tdep.c, infcall.c, infcmd.c, jit.c,
7113         linux-fork.c, m32c-tdep.c, m68hc11-tdep.c, maint.c,
7114         mips-tdep.c, p-valprint.c, parse.c, ppc-linux-tdep.c,
7115         ppc-sysv-tdep.c, printcmd.c, rs6000-tdep.c, sh64-tdep.c,
7116         stack.c, symtab.c, tui/tui-disasm.c: Update.
7117
7118 2013-04-08  Tom Tromey  <tromey@redhat.com>
7119
7120         * ada-lang.c (ada_decode_symbol): Check and set 'ada_mangled'.
7121         Use symbol's obstack, not an objfile.
7122         * coffread.c (process_coff_symbol): Update.
7123         * dwarf2read.c (fixup_go_packaging, new_symbol_full): Update.
7124         * jv-lang.c (add_class_symbol): Update.
7125         * mdebugread.c (new_symbol): Update.
7126         * minsyms.c (prim_record_minimal_symbol_full)
7127         (terminate_minimal_symbol_table): Update.
7128         * psymtab.c (add_psymbol_to_bcache): Clear entire symbol.  Update.
7129         * stabsread.c (define_symbol, read_enum_type): Update.
7130         * symtab.c (symbol_set_demangled_name, symbol_get_demangled_name):
7131         Handle Ada specially.
7132         (symbol_set_language): Add 'obstack' argument.
7133         (symbol_set_names): Update.
7134         (symbol_natural_name, symbol_demangled_name): Always use
7135         ada_decode_symbol.
7136         * symtab.h (struct general_symbol_info)
7137         <language_specific::obstack>: New field.
7138         <ada_mangled>: New field.
7139         (SYMBOL_SET_LANGUAGE): Add 'obstack' argument.
7140         (symbol_set_language): Update.
7141
7142 2013-04-08  Tom Tromey  <tromey@redhat.com>
7143
7144         * symtab.c (symbol_init_cplus_specific, symbol_set_demangled_name):
7145         Take an obstack, not an objfile.
7146         (symbol_set_names): Update.
7147         * symtab.h (symbol_set_demangled_name): Update.
7148
7149 2013-04-08  Tom Tromey  <tromey@redhat.com>
7150
7151         * coffread.c (process_coff_symbol, coff_read_enum_type): Call
7152         allocate_symbol.
7153         * dwarf2read.c (fixup_go_packaging): Call allocate_symbol.
7154         (read_func_scope): Call allocate_template_symbol.
7155         (new_symbol_full): Call allocate_symbol.
7156         * jit.c (finalize_symtab): Call allocate_symbol.
7157         * jv-lang.c (add_class_symbol): Call allocate_symbol.
7158         * mdebugread.c (parse_symbol, new_block): Call allocate_symbol.
7159         * stabsread.c (patch_block_stabs, define_symbol, read_enum_type)
7160         (common_block_end): Call allocate_symbol.
7161         * symtab.c (allocate_symbol, initialize_symbol)
7162         (allocate_template_symbol): New functions.
7163         * symtab.c (allocate_symbol, initialize_symbol)
7164         (allocate_template_symbol): Declare.
7165         * xcoffread.c (process_xcoff_symbol): Call initialize_symbol.
7166
7167 2013-04-08  Pedro Alves  <palves@redhat.com>
7168             Keith Seitz  <keiths@redhat.com>
7169
7170         * breakpoint.c (create_breakpoint): Rename
7171         "parse_condition_and_thread" parameter to "parse_arg".  Update
7172         describing comment.  If !PARSE_ARG, then error out if ARG is not
7173         the empty string after extracting the location.
7174         * breakpoint.h (create_breakpoint): Rename
7175         "parse_condition_and_thread" parameter to "parse_arg".
7176
7177 2013-04-08  Aleksandar Ristovski  <aristovski@qnx.com
7178
7179         * solib-svr4.c (lm_addr_check): Add const qualifier to 'so' arg.
7180
7181 2013-04-07  Yao Qi  <yao@codesourcery.com>
7182
7183         * remote.c (remote_trace_find): Change type of parameters 'addr1'
7184         and 'addr2' to CORE_ADDR.
7185         * target.c (update_current_target): Update.
7186         * target.h (struct target_ops) <to_trace_find>: Change parameter
7187         type to CORE_ADDR.
7188         * tracepoint.c (tfind_1): Change type of parameters 'addr1' and
7189         'addr2' to CORE_ADDR.
7190         (tfile_trace_find): Likewise.
7191         (tfile_get_traceframe_address): Change return type to CORE_ADDR.
7192         Change local variable 'addr' to type CORE_ADDR.
7193         * tracepoint.h (tfind_1): Update declaration.
7194
7195 2013-04-06  Eli Zaretskii  <eliz@gnu.org>
7196
7197         * windows-nat.c (windows_get_absolute_argv0): Move from here...
7198         * mingw-hdep.c (windows_get_absolute_argv0): ...to here.
7199         Include main.h.
7200
7201         * windows-nat.h (windows_get_absolute_argv0): Move prototype from
7202         here...
7203         * main.h (windows_get_absolute_argv0): ...to here.
7204
7205 2013-04-05  Doug Evans  <dje@google.com>
7206
7207         * dwarf2read.c (struct dwarf2_per_objfile): Tweak comment.
7208         (read_cutu_die_from_dwo): Add comments.
7209         (read_structure_type): Update comment.
7210         (read_enumeration_type, read_namespace_type): Update comment.
7211         (read_die_type, get_die_type_at_offset, get_die_type): Update comment.
7212
7213 2013-04-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
7214
7215         Convert man pages to texinfo, new gdbinit.5 texinfo page.
7216         * Makefile.in (gdb.z): Remove.
7217         (install-only): Remove $(man1dir) and gdb.1 installation.
7218         * gdb.1: Remove.
7219
7220 2013-04-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
7221
7222         Fix compatibility with Linux kernel 3.8.3.
7223         * linux-tdep.c (linux_find_memory_regions_full): Move variable number
7224         to more inner block.  Remove parsing of NUMBER from outer block.
7225         Parse NUMBER only if KEYWORD has been identified.
7226
7227 2013-04-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
7228
7229         Fix variable name shadowing.
7230         * linux-tdep.c (linux_find_memory_regions_full): Rename outer variable
7231         filename to mapsfilename and update its uses.
7232
7233 2013-04-05  Eli Zaretskii  <eliz@gnu.org>
7234
7235         * Makefile.in (TAGS): Avoid warning from etags when $GDB_NM_FILE is
7236         empty.  See http://sourceware.org/ml/gdb-patches/2012-08/msg00504.html
7237         and http://sourceware.org/ml/gdb-patches/2013-04/msg00055.html for
7238         details of the problem.
7239
7240 2013-04-04  Pedro Alves  <palves@redhat.com>
7241             Hui Zhu  <hui@codesourcery.com>
7242
7243         * breakpoint.c (validate_commands_for_breakpoint): If validating a
7244         tracepoint, reset its STEP_COUNT and call validate_actionline.
7245
7246 2013-04-03  Doug Evans  <dje@google.com>
7247
7248         * dwarf2read.c (read_die_and_siblings_1): Renamed from
7249         read_die_and_siblings.
7250         (read_die_and_siblings): New function.
7251         (read_cutu_die_from_dwo): Dump die if requested.
7252         (read_die_and_children): Call read_full_die_1 and
7253         read_die_and_siblings_1.
7254         (read_full_die): Dump die if requested.
7255
7256         * dwarf2read.c (read_comp_units_from_section): Add debugging printf.
7257
7258         * dwarf2read.c (struct dwo_file): New member comp_dir.
7259         Rename member name to dwo_name.  All uses updated.
7260         (hash_dwo_file): Include comp_dir in computation.
7261         (eq_dwo_file): Ditto.
7262         (lookup_dwo_file_slot): New arg comp_dir.  All callers updated.
7263         (create_dwo_in_dwp, lookup_dwo_in_dwp, open_and_init_dwo_file): Ditto.
7264
7265         * psymtab.c (read_psymtabs_with_fullname): Don't call
7266         psymtab_to_fullname if the basenames are different.
7267
7268 2013-04-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
7269
7270         * NEWS (Changes in GDB 7.6): Update the data-disassemble for "fullname".
7271         New entry about "fullname" presence.
7272
7273 2013-04-03  Pedro Alves  <palves@redhat.com>
7274
7275         * NEWS: Mention x86_64/Cygwin as new native configuration.
7276
7277 2013-04-02  Doug Evans  <dje@google.com>
7278
7279         * dwarf2read.c (read_structure_type): Fix typo in comment.
7280
7281 2013-04-02  Pedro Alves  <palves@redhat.com>
7282
7283         * NEWS: Mention "set/show debug aarch64", "set/show debug
7284         coff-pe-read" and "set/show debug mach-o".
7285
7286 2013-04-02  Pedro Alves  <palves@redhat.com>
7287
7288         * NEWS: Mention "set/show remote trace-buffer-size-packet".
7289
7290 2013-04-02  Eli Zaretskii  <eliz@gnu.org>
7291
7292         * Makefile.in (HFILES_NO_SRCDIR): Remove call-cmds.h.
7293         gdb_string.h is now in common/.
7294
7295 2013-04-02  Pedro Alves  <palves@redhat.com>
7296
7297         * NEWS: Move "set debug notification" and "set trace-buffer-size"
7298         under "New options".
7299
7300 2013-04-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
7301
7302         Revert this patch:
7303         PR gdb/15275
7304         * remote.c (remote_get_trace_status): Include putpkt in TRY_CATCH.
7305
7306 2013-04-02  Pedro Alves  <palves@redhat.com>
7307
7308         PR gdb/15275
7309
7310         * remote.c (send_interrupt_sequence): Use remote_serial_write.
7311         (remote_serial_write): New function.
7312         (putpkt_binary, getpkt_or_notif_sane_1): Use remote_serial_write.
7313
7314 2013-04-01  Jiong Wang  <jiwang@tilera.com>
7315
7316         * NEWS: Mention TILE-Gx in "New native configurations" and
7317         "New targets" sections.
7318
7319 2013-04-01  Doug Evans  <dje@google.com>
7320
7321         * dwarf2read.c (lookup_signatured_type_at_offset): Delete.
7322         (process_enumeration_scope): Simplify.
7323
7324         * dwarf2read.c (struct dwarf2_per_cu_data): Move member
7325         type_unit_group ...
7326         (struct signatured_type): ... to here.
7327         (sig_type_ptr): New typedef.
7328         (type_unit_group): Delete member 't.first_cu'.  Move member 'tus'
7329         out of union 't'.  All uses updated.
7330         (dw2_get_file_names_reader): Assert not called for a type unit.
7331         (dw2_get_file_names): Assert not called for a type unit or type
7332         unit group.
7333         (build_type_psymtabs_reader): Assert called for a type unit.
7334         (build_type_psymtab_dependencies): Assert called for a type unit group.
7335
7336         * dwarf2read.c (free_dwo_file): Add comment.
7337         (dwarf2_per_objfile_free): Unref dwp bfd.
7338
7339 2013-04-01  Aleksandar Ristovski  <aristovski@qnx.com>
7340
7341         * coff-pe-read.c (add_pe_exported_sym): Remove unused 'dll_name_len'.
7342         (add_pe_forwarded_sym): Remove unused 'section', 'dll_name_len'.
7343         (read_pe_exported_syms): Remove unused 'exportix'.
7344         (pe_text_section_offset): Remove unused 'opthdr_ofs', 'num_entries',
7345         'export_rva', 'export_size', 'expptr', 'exp_funcbase', 'expdata',
7346         'erva', 'name_rvas', 'ordinals', 'nexp', 'ordbase', 'dll_name'.
7347
7348 2013-04-01  Aleksandar Ristovski  <aristovski@qnx.com>
7349
7350         * breakpoint.c (parse_cond_to_aexpr): Remove unused 'old_chain'.
7351         (print_it_watchpoint): Remove unused 'bl'.
7352         (say_where): Remove unused 'uiout'.
7353         (bpstat_remove_breakpoint_callback): Remove unused 'uiout'.
7354         (bkpt_breakpoint_hit): Remove unused 'b'.
7355         (internal_bkpt_print_it): Remove unused 'uiout'.
7356         * buildsym.c (augment_type_symtab): Remove unused 'i'.
7357
7358 2013-03-31  Tiago Stürmer Daitx  <tdaitx@linux.vnet.ibm.com>
7359
7360         * ppc-sysv-tdep.c (ppc64_sysv_abi_push_float): New function.
7361         (ppc64_sysv_abi_push_dummy_call): Handle complex arguments.
7362
7363 2013-03-29  Doug Evans  <dje@google.com>
7364
7365         * dwarf2read.c (open_dwo_file): Renamed from open_dwop_file.
7366         Delete arg is_dwp.  All callers updated.
7367         (open_dwp_file): New function.
7368         (open_and_init_dwp_file): Call it.
7369         (get_dwp_file): New function.
7370         (lookup_dwo_cutu): Call it.
7371
7372         * dwarf2read.c (open_and_init_dwp_file): Remove incorrect, and
7373         unnecessary, cleanup.
7374
7375         * dwarf2read.c (lookup_dwo_cutu): Improve complaint text.
7376
7377         * dwarf2read.c (read_cutu_die_from_dwo): New function.
7378         (lookup_dwo_unit): New function.
7379         (init_cutu_and_read_dies): Move DWO handling to new functions.
7380
7381         * dwarf2read.c (struct signatured_type): Tweak comment.
7382         (struct dwo_unit): Tweak comment.
7383         (create_debug_types_hash_table): Tweak comment.  Reformat long line.
7384         (create_dwo_debug_info_hash_table): Tweak comment.
7385         (dwarf2_per_cu_offset_and_type): Tweak comment.
7386
7387         * dwarf2read.c (lookup_signatured_type): Remove complaint about
7388         missing .debug_types section.
7389
7390 2013-03-29  Yao Qi  <yao@codesourcery.com>
7391
7392         * corelow.c: Include "completer.h".
7393         (_initialize_corelow): Call add_target_with_completer with
7394         argument 'filename_completer'.
7395         * tracepoint.c: Likewise.
7396         * exec.c (_initialize_exec): Likewise.
7397         * target.c (add_target): Rename to ...
7398         (add_target_with_completer): ... this.  Call set_cmd_completer
7399         if parameter completer is not NULL.
7400         (add_target): New.
7401         * target.h: Include "command.h".
7402         (add_target_with_completer): Declare it.
7403
7404 2013-03-28  Joel Brobecker  <brobecker@adacore.com>
7405
7406         * coffread.c (is_import_fixup_symbol): New function.
7407         (record_minimal_symbol): Use is_import_fixup_symbol to
7408         detect import fixup symbols, and discard them.
7409
7410 2013-03-28  Doug Evans  <dje@google.com>
7411
7412         * dwarf2read.c (create_debug_types_hash_table): Don't allocate the
7413         types hash table until we know we need it.
7414
7415         * dwarf2read.c (create_addrmap_from_index): Complain about bad CU
7416         index numbers.
7417
7418         * dwarf2read.c (dw2_get_file_names): Delete arg "objfile".
7419         All callers updated.
7420         (dw2_print_stats): Print #read CUs too.
7421         (dump_die_shallow): Print signatured types better.
7422
7423         * dwarf2read.c (struct dwarf2_per_cu_data): Rename member
7424         info_or_types_section to section.  All uses updated.
7425         (struct dwo_unit): Ditto.
7426
7427 2013-03-28  Pedro Alves  <palves@redhat.com>
7428
7429         * NEWS (New options): New section.
7430         (New options): Mention set/show remote trace-status-packet.
7431         * remote.c (PACKET_qTStatus): New enumeration value.
7432         (remote_get_trace_status): Skip sending qTStatus if the packet is
7433         disabled.  Use packet_ok.
7434         (_initialize_remote): Register a configuration command for
7435         qTStatus packet.
7436
7437 2013-03-28  Doug Evans  <dje@google.com>
7438
7439         * symfile.c (find_separate_debug_file): Add comment.
7440         (terminate_after_last_dir_separator): Tweak comment.
7441
7442         * dwarf2read.c (create_partial_symtab): Add forward decl.
7443         (create_partial_symtab): Move to be closer to other psymtab functions.
7444         (process_psymtab_comp_unit_reader, process_psymtab_comp_unit): Ditto.
7445
7446         * dwarf2read.c (dwarf2_physname): Move declaration to better spot.
7447         (compute_symtab_includes): Remove unnecessary forward declaration.
7448         (die_needs_namespace): Add comment marking group of functions for
7449         dwarf2 name computation.
7450
7451         * typeprint.c (_initialize_typeprint): Improve type help text.
7452
7453         * python/python.c (finish_python_initialization): Provide suggestion
7454         for how to tell gdb to find its python files.
7455
7456 2013-03-28  Pedro Alves  <palves@redhat.com>
7457
7458         PR gdb/15294
7459
7460         * source.c (_initialize_source): Change back "set listsize" to an
7461         integer command.
7462
7463 2013-03-27  Gareth McMullin  <gareth@blacksphere.co.nz>
7464
7465         PR gdb/15275
7466         * remote.c (remote_get_trace_status): Include putpkt in TRY_CATCH.
7467
7468 2013-03-27  Pedro Alves  <palves@redhat.com>
7469
7470         * top.c (history_size): Rename to ...
7471         (history_size_setshow_var): ... this.  Add comment.
7472         (show_commands): Use readline's 'history_length' instead of
7473         computing the history length by calling history_get in a loop.
7474         (set_history_size_command): Error out for sizes over INT_MAX.
7475         Restore previous history size on invalid size.
7476         (init_history): If HISTSIZE is negative, leave the history size as
7477         zero.  Add comments.
7478         (init_main): Adjust.
7479
7480 2013-03-27  Pedro Alves  <palves@redhat.com>
7481
7482         * coff-pe-read.c (_initialize_coff_pe_read): Rename "set debug
7483         coff_pe_read" command to "set debug coff-pe-read".
7484
7485 2013-03-27  Markus Metzger  <markus.t.metzger@intel.com>
7486
7487         * record.c (command_size_to_target_size): Fix size comparison.
7488         Change parameter type from pointer to integer to integer.
7489         Update all users.
7490
7491 2013-03-27  Pierre Muller  <muller@sourceware.org>
7492
7493         * windows-nat.c (handle_output_debug_string): Avoid typecast
7494         from integer of different size warning.
7495
7496 2013-03-26  Joel Brobecker  <brobecker@adacore.com>
7497
7498         * windows-nat.c (handle_output_debug_string): Add empty line
7499         after local block variable definition.
7500
7501 2013-03-26  Pedro Alves  <palves@redhat.com>
7502
7503         * ser-tcp.c (wait_for_connect): Make 'polls' parameter unsigned.
7504         (net_open): Make 'polls' local unsigned.
7505
7506 2013-03-26  Pedro Alves  <palves@redhat.com>
7507
7508         * remote.c (_initialize_remote): Make "set remoteaddresssize"
7509         a zuinteger command instead of uinteger.
7510
7511 2013-03-26  Pedro Alves  <palves@redhat.com>
7512
7513         * record-full.c (record_full_insn_num): Make it unsigned.
7514         (record_full_check_insn_num, record_full_message)
7515         (record_full_registers_change, record_full_xfer_partial): Remove
7516         record_full_insn_max_num check (it's always != 0).
7517         (record_full_info, record_full_restore): Use %u as format string.
7518         (): Use %u as format string.
7519         (set_record_full_insn_max_num): Remove record_full_insn_max_num
7520         check (it's always != 0).
7521
7522 2013-03-26  Pedro Alves  <palves@redhat.com>
7523
7524         * dcache.c (_initialize_dcache): Make the "set dcache line-size"
7525         and "set dcache size" commands zuinteger instead of uinteger.
7526
7527 2013-03-26  Pedro Alves  <palves@redhat.com>
7528
7529         * cris-tdep.c (_initialize_cris_tdep): Make the "set cris-version"
7530         command zuinteger instead of uinteger.
7531
7532 2013-03-26  Pedro Alves  <palves@redhat.com>
7533
7534         * coff-pe-read.c (_initialize_coff_pe_read): Make the command
7535         zuinteger instead of uinteger.
7536
7537 2013-03-26  Pedro Alves  <palves@redhat.com>
7538
7539         * record.c (record_insn_history_size_setshow_var)
7540         (record_call_history_size_setshow_var): New globals.
7541         (command_size_to_target_size): New function.
7542         (cmd_record_insn_history, cmd_record_call_history): Use
7543         command_size_to_target_size instead of cast.
7544         (validate_history_size, set_record_insn_history_size)
7545         (set_record_call_history_size): New functions.
7546         (_initialize_record): Install set_record_insn_history_size and
7547         set_record_call_history_size as "set" hooks of "set record
7548         instruction-history-size" and "set record
7549         function-call-history-size".
7550
7551 2013-03-26  Pedro Alves  <palves@redhat.com>
7552
7553         * top.c (gdb_rl_operate_and_get_next): Replace max_input_history
7554         use with history_max_entries use.  Remove FIXME note.
7555
7556 2013-03-26  Markus Metzger  <markus.t.metzger@intel.com>
7557
7558         * record-btrace.c (record_btrace_close): Call
7559         record_btrace_auto_disable.
7560
7561 2013-03-25  Joel Brobecker  <brobecker@adacore.com>
7562
7563         * rs6000-nat.c (fixup_breakpoints): Delete declaration.
7564
7565 2013-03-25  Doug Evans  <dje@google.com>
7566
7567         * contrib/cc-with-tweaks.sh: Check exit code of dwp.
7568
7569 2013-03-25  Tom Tromey  <tromey@redhat.com>
7570
7571         PR symtab/11462:
7572         * c-exp.y (exp): Add new productions for destructors after '.' and
7573         '->'.
7574         (write_destructor_name): New function.
7575
7576 2013-03-25  Tom Tromey  <tromey@redhat.com>
7577
7578         PR c++/9197:
7579         * opencl-lang.c (evaluate_subexp_opencl) <STRUCTOP_STRUCT>: Use
7580         value_struct_elt, not lookup_struct_elt_type.
7581         * eval.c (evaluate_subexp_standard) <STRUCTOP_STRUCT,
7582         STRUCTOP_PTR>: Use value_struct_elt, not lookup_struct_elt_type.
7583         * expression.h (EVAL_AVOID_SIDE_EFFECTS): Update comment.
7584
7585 2013-03-25  Yao Qi  <yao@codesourcery.com>
7586
7587         * ctf.c [USE_WIN32API]: Undef 'mkdir' and use 'mkdir'
7588         instead of '_mkdir'.
7589
7590 2013-03-23  Eli Zaretskii  <eliz@gnu.org>
7591
7592         * windows-nat.c (windows_get_absolute_argv0): New function.
7593         * windows-nat.h: Add its prototype.
7594
7595         * main.c (get_init_files): Use filename_ncmp instead of strncmp.
7596         Use IS_DIR_SEPARATOR instead of looking for a character inside
7597         SLASH_STRING.  Include filenames.h.
7598         (captured_main) [__MINGW32__]: Make argv[0] absolute, so that
7599         relocate_gdb_directory works when passed gdb_program_name.
7600         Include windows-nat.h.
7601
7602 2013-03-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
7603
7604         * exceptions.h (enum errors): New entry TARGET_CLOSE_ERROR.
7605         * remote.c (trace_error): Remove the special handling of '2'.
7606         (readchar) <SERIAL_EOF>
7607         (readchar) <SERIAL_ERROR>
7608         (getpkt_or_notif_sane_1): Use TARGET_CLOSE_ERROR for them.
7609         (remote_get_trace_status): Call throw_exception if EX is
7610         TARGET_CLOSE_ERROR.
7611         * utils.c (perror_with_name): Rename to ...
7612         (throw_perror_with_name): ... here.  New parameter errcode, describe it
7613         in the function comment.
7614         (perror_with_name): New function wrapper.
7615         * utils.h (enum errors): New stub declaration.
7616         (throw_perror_with_name): New declaration.
7617
7618 2013-03-22  Pedro Alves  <palves@redhat.com>
7619             Yao Qi  <yao@codesourcery.com>
7620             Mark Kettenis  <kettenis@gnu.org>
7621
7622         * cli/cli-setshow.c (do_set_command) <var_uinteger>:
7623         Don't let the user set the value to UINT_MAX directly.
7624         <var_integer>: Don't let the user set the value to INT_MAX
7625         directly.
7626
7627 2013-03-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
7628
7629         * remote.c (remote_unpush_target): New function.
7630         (remote_open_1): Remove two pop_target calls, update one comment, add
7631         comment to target_preopen call.  Replace pop_target call by
7632         remote_unpush_target call.
7633         (interrupt_query, readchar, getpkt_or_notif_sane_1): Replace
7634         pop_target calls by remote_unpush_target calls.
7635
7636 2013-03-22  Pedro Alves  <palves@redhat.com>
7637
7638         * linux-nat.c (linux_child_follow_fork): Don't call
7639         linux_enable_event_reporting.
7640         (linux_handle_extended_wait): Don't call
7641         linux_enable_event_reporting.
7642
7643 2013-03-22  Pedro Alves  <palves@redhat.com>
7644
7645         * hppa-hpux-tdep.c (hppa_hpux_push_dummy_code): Define INSN macro,
7646         use it to rewrite the trampoline buffers with type gdb_byte[], and
7647         undefine the macro.  Remove char* cast.
7648
7649 2013-03-21  Doug Evans  <dje@google.com>
7650
7651         New commands "mt set per-command {space,time,symtab} {on,off}".
7652         * NEWS: Add entry.
7653         * event-top.c: #include "maint.h".
7654         * main.c: #include "maint.h".
7655         * maint.c: #include <sys/time.h>, <time.h>, block.h, top.h,
7656         timeval-utils.h, maint.h, cli/cli-setshow.h.
7657         (per_command_time, per_command_space): New static globals.
7658         (per_command_symtab): New static global.
7659         (per_command_setlist, per_command_showlist): New static globals.
7660         (struct cmd_stats): Move here from utils.c.
7661         (set_per_command_time): Renamed from set_display_time in utils.c
7662         and moved here.  All callers updated.
7663         (set_per_command_space): Renamed from set_display_space in utils.c
7664         and moved here.  All callers updated.
7665         (count_symtabs_and_blocks): New function.
7666         (report_command_stats): Moved here from utils.c.  Add support for
7667         printing symtab stats.  Only print data if enabled before command
7668         executed.
7669         (make_command_stats_cleanup): Ditto.
7670         (sert_per_command_cmd, show_per_command_cmd): New functions.
7671         (_initialize_maint_cmds): Add new commands
7672         mt set per-command {space,time,symtab} {on,off}.
7673         * maint.h: New file.
7674         * top.c: #include "maint.h".
7675         * utils.c (reset_prompt_for_continue_wait_time): New function.
7676         (get_prompt_for_continue_wait_time): New function.
7677         * utils.h (reset_prompt_for_continue_wait_time): Declare
7678         (get_prompt_for_continue_wait_time): Declare.
7679         (make_command_stats_cleanup): Moved to maint.h.
7680         (set_display_time, set_display_space): Moved to maint.h and renamed
7681         to set_per_command_time, set_per_command_space.
7682         * cli/cli-setshow.c (parse_cli_boolean_value): Renamed from
7683         parse_binary_operation and made non-static.  Don't call error,
7684         just return an error marker.  All callers updated.
7685         * cli/cli-setshow.h (parse_cli_boolean_value): Declare.
7686
7687 2013-03-21  Tom Tromey  <tromey@redhat.com>
7688
7689         * symfile.c (alloc_section_addr_info): Update header.  Don't set
7690         'num_sections' field.
7691         (build_section_addr_info_from_section_table): Set 'num_sections'.
7692         (build_section_addr_info_from_bfd): Likewise.
7693         (build_section_addr_info_from_objfile): Remove dead loop
7694         condition.
7695         (free_section_addr_info): Unconditionally call xfree.
7696         (relative_addr_info_to_section_offsets, addrs_section_sort)
7697         (addr_info_make_relative, syms_from_objfile_1): Remove dead loop
7698         condition.
7699         (syms_from_objfile_1): Remove dead 'if' condition.  Check
7700         'num_sections'.
7701         (add_symbol_file_command): Set 'num_sections'.
7702         * symfile-mem.c (symbol_file_add_from_memory): Set
7703         'num_sections'.
7704         * somread.c (som_symfile_offsets): Remove dead loop condition.
7705         * machoread.c (macho_symfile_offsets): Remove dead 'if'.
7706         * jit.c (jit_bfd_try_read_symtab): Set 'num_sections'.
7707
7708 2013-03-21  Tom Tromey  <tromey@redhat.com>
7709
7710         * tracepoint.h (decode_agent_options): Add 'trace_string'
7711         argument.
7712         * tracepoint.c (decode_agent_options): Add 'trace_string'
7713         argument.
7714         (validate_actionline): Update.
7715         (collect_symbol): Add 'trace_string' argument.
7716         (struct add_local_symbols_data) <trace_string>: New field.
7717         (do_collect_symbol): Update.
7718         (add_local_symbols): Add 'trace_string' argument.
7719         (encode_actions_1): Update.
7720         (trace_dump_actions): Update.
7721         * dwarf2loc.c (access_memory): Update.
7722         * ax.h (struct agent_expr) <tracing, trace_string>: New fields.
7723         * ax-general.c (new_agent_expr): Update.
7724         * ax-gdb.h (gen_trace_for_expr, gen_trace_for_var)
7725         (gen_trace_for_return_address): Add argument.
7726         (trace_kludge, trace_string_kludge): Remove.
7727         * ax-gdb.c (trace_kludge, trace_string_kludge): Remove.
7728         (gen_traced_pop, gen_fetch, gen_bitfield_ref, gen_expr): Update.
7729         (gen_trace_for_var): Add 'trace_string' argument.
7730         (gen_trace_for_expr, gen_trace_for_return_address): Likewise.
7731         (gen_printf, agent_eval_command_one): Update.
7732
7733 2013-03-21  Tom Tromey  <tromey@redhat.com>
7734
7735         PR exp/15109:
7736         * c-exp.y (yylex): Rewrite to push all tokens onto the FIFO.
7737         Handle FILENAME token.
7738
7739 2013-03-21  Tom Tromey  <tromey@redhat.com>
7740
7741         * c-exp.y (YYPRINT): Define.
7742         (c_print_token): New function.
7743
7744 2013-03-21  Tom Tromey  <tromey@redhat.com>
7745
7746         * c-exp.y (%union) <sym, ivar, ivec>: Remove.
7747
7748 2013-03-21  Yao Qi  <yao@codesourcery.com>
7749
7750         * ctf.c: Include "gdb_stat.h".
7751         [USE_WIN32API]: New macro 'mkdir'.
7752         (ctf_start): Use permission bits macros if they are defined.
7753
7754 2013-03-20  Keith Seitz  <keiths@redhat.com>
7755
7756         * breakpoint.h (struct breakpoint): Add comment to
7757         extra_string indicating that this member is mallod'd.
7758         * breakpoint.c (base_breakpoint_dtor): Free extra_string.
7759
7760 2013-03-20  Pedro Alves  <palves@redhat.com>
7761
7762         PR gdb/15289
7763
7764         * cli/cli-setshow.c (do_set_command)
7765         <var_uinteger, var_zuinteger>: Use LONGEST for variable holding
7766         the result of parsing the command argument.  Throw error if the
7767         value is greater than UINT_MAX.  Print the invalid value with
7768         plongest.
7769         <var_integer, var_zinteger>: Use LONGEST for variable holding the
7770         result of parsing the command argument.  Throw error if the value
7771         is greater than INT_MAX, not greater or equal.  Also throw error
7772         if the value is less than INT_MIN.  Print the invalid value with
7773         plongest.
7774         <var_zuinteger_unlimited>: Throw error if the value is greater
7775         than INT_MAX, not greater or equal.
7776         (do_show_command) <var_integer, var_zinteger,
7777         var_zuinteger_unlimited>: Use %d for printing int, not %u.
7778
7779 2013-03-20  Tom Tromey  <tromey@redhat.com>
7780
7781         * ax-gdb.c (gen_var_ref): Unconditionally call via computed ops,
7782         if possible.
7783         * dwarf2read.c (read_func_scope): Remove old FIXME.
7784         * eval.c (evaluate_subexp_standard): Check SYMBOL_COMPUTED_OPS,
7785         not LOC_COMPUTED.
7786         * findvar.c (symbol_read_needs_frame, default_read_var_value):
7787         Unconditionally call via computed ops, if possible.
7788         * printcmd.c (address_info): Unconditionally call via computed ops,
7789         if possible.
7790         * stack.c (read_frame_arg): Unconditionally call via computed ops,
7791         if possible.
7792         * symtab.c (register_symbol_computed_impl): Sanity check 'ops'.
7793         * tracepoint.c (scope_info): Unconditionally call via computed ops,
7794         if possible.
7795
7796 2013-03-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
7797             Tom Tromey  <tromey@redhat.com>
7798
7799         PR symtab/8421:
7800         * coffread.c (coff_register_index): New global.
7801         (process_coff_symbol, coff_read_enum_type): Set
7802         SYMBOL_ACLASS_INDEX.
7803         (_initialize_coffread): Initialize new global.
7804         * dwarf2loc.c (locexpr_find_frame_base_location)
7805         (dwarf2_block_frame_base_locexpr_funcs)
7806         (loclist_find_frame_base_location)
7807         (dwarf2_block_frame_base_loclist_funcs): New.
7808         (dwarf_expr_frame_base_1): Call SYMBOL_BLOCK_OPS, remove internal_error.
7809         (dwarf2_locexpr_funcs, dwarf2_loclist_funcs): Add location_has_loclist.
7810         * dwarf2loc.h (dwarf2_block_frame_base_locexpr_funcs)
7811         (dwarf2_block_frame_base_loclist_funcs): New.
7812         * dwarf2read.c (dwarf2_locexpr_index, dwarf2_loclist_index)
7813         (dwarf2_locexpr_block_index, dwarf2_loclist_block_index): New
7814         globals.
7815         (read_func_scope): Update.
7816         (fixup_go_packaging, mark_common_block_symbol_computed)
7817         (var_decode_location, new_symbol_full, dwarf2_const_value):
7818         Set SYMBOL_ACLASS_INDEX.
7819         (dwarf2_symbol_mark_computed): Likewise.  Add 'is_block' argument.
7820         (_initialize_dwarf2_read): Initialize new globals.
7821         * jit.c (finalize_symtab): Set SYMBOL_ACLASS_INDEX.
7822         * jv-lang.c (add_class_symbol): Set SYMBOL_ACLASS_INDEX.
7823         * mdebugread.c (mdebug_register_index, mdebug_regparm_index): New
7824         globals.
7825         (parse_symbol, psymtab_to_symtab_1): Set SYMBOL_ACLASS_INDEX.
7826         (_initialize_mdebugread): Initialize new globals.
7827         * psympriv.h (struct partial_symbol) <aclass>: Update comment.
7828         * stabsread.c (patch_block_stabs): Set SYMBOL_ACLASS_INDEX.
7829         (stab_register_index, stab_regparm_index): New globals.
7830         (define_symbol, read_enum_type, common_block_end): Set
7831         SYMBOL_ACLASS_INDEX.
7832         (_initialize_stabsread): Initialize new globals.
7833         * symtab.c (next_aclass_value, symbol_impl, symbol_impls): New
7834         globals.
7835         (MAX_SYMBOL_IMPLS): New define.
7836         (register_symbol_computed_impl, register_symbol_block_impl)
7837         (register_symbol_register_impl)
7838         (initialize_ordinary_address_classes): New functions.
7839         (_initialize_symtab): Call initialize_ordinary_address_classes.
7840         * symtab.h (enum address_class) <LOC_FINAL_VALUE>: New constant.
7841         (struct symbol_impl): New.
7842         (SYMBOL_ACLASS_BITS): New define.
7843         (struct symbol) <aclass, ops>: Remove fields.
7844         <aclass_index>: New field.
7845         (symbol_impls): Declare.
7846         (SYMBOL_CLASS, SYMBOL_COMPUTED_OPS, SYMBOL_REGISTER_OPS): Redefine.
7847         (SYMBOL_IMPL, SYMBOL_ACLASS_INDEX): New defines.
7848         (register_symbol_computed_impl, register_symbol_block_impl)
7849         (register_symbol_register_impl): Declare.
7850         (struct symbol_computed_ops): Add location_has_loclist.
7851         (struct symbol_block_ops): New.
7852         (SYMBOL_BLOCK_OPS): New.
7853         * xcoffread.c (process_xcoff_symbol): Set SYMBOL_ACLASS_INDEX.
7854
7855 2013-03-20  Tom Tromey  <tromey@redhat.com>
7856
7857         * psymtab.c (find_pc_sect_psymbol, fixup_psymbol_section)
7858         (print_partial_symbols, recursively_search_psymtabs): Use
7859         PSYMBOL_CLASS.
7860
7861 2013-03-20  Pierre Muller  <muller@sourceware.org>
7862
7863         * contrib/ari/gdb_ari.sh (OP eol rule): Also check
7864         addtion, subtraction, multiplication and division binary operator.
7865
7866 2013-03-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
7867
7868         Code cleanup.
7869         * bfd-target.c (target_bfd_xclose): Remove parameter quitting.
7870         * bsd-kvm.c (bsd_kvm_close): Likewise.
7871         * bsd-uthread.c (bsd_uthread_close): Likewise.
7872         * corelow.c (core_close): Likewise.
7873         (core_close_cleanup): Remove parameter quitting from a caller.
7874         * event-top.c (async_disconnect): Likewise.
7875         * exec.c (exec_close_1): Remove parameter quitting.
7876         * go32-nat.c (go32_close): Likewise.
7877         * linux-nat.c (linux_nat_close): Remove parameter quitting.  Remove
7878         parameter quitting from a caller.
7879         * mips-linux-nat.c (super_close): Remove parameter quitting from the
7880         variable.
7881         (mips_linux_close): Remove parameter quitting.  Remove parameter
7882         quitting from a caller.
7883         * monitor.c (monitor_close): Remove parameter quitting.
7884         * monitor.h (monitor_close): Likewise.
7885         * record-btrace.c (record_btrace_close): Likewise.
7886         * record-full.c (record_full_close): Likewise.
7887         * remote-m32r-sdi.c (m32r_close): Remove parameter quitting and remove
7888         it also from fprintf_unfiltered.
7889         * remote-mips.c (mips_close): Remove parameter quitting.
7890         (mips_detach): Remove parameter quitting from a caller.
7891         * remote-sim.c (gdbsim_close): Remove parameter quitting.
7892         (gdbsim_close): Remove duplicate function comment.  Remove parameter
7893         quitting and remove it also from printf_filtered.
7894         * remote.c (remote_close): Remove parameter quitting.
7895         * solib-svr4.c (enable_break): Remove parameter quitting from a caller.
7896         * target.c (update_current_target): Remove parameter int from to_close
7897         de_fault.
7898         (push_target, unpush_target, pop_target): Remove parameter quitting from
7899         a caller.
7900         (pop_all_targets_above, pop_all_targets): Remove parameter quitting.
7901         Remove parameter quitting from a caller.
7902         (target_preopen): Remove parameter quitting from a caller.
7903         (target_close): Remove parameter quitting.  Remove parameter quitting
7904         from a caller two times.  Remove parameter quitting also from
7905         fprintf_unfiltered.
7906         * target.h (struct target_ops): Remove parameter quitting and as int
7907         from fields to_xclose and to_close.
7908         (extern struct target_ops current_target):
7909         (target_close, pop_all_targets): Remove parameter quitting.  Update the
7910         comment.
7911         (pop_all_targets_above): Remove parameter quitting.
7912         * top.c (quit_target): Remove parameter quitting from a caller.
7913         * tracepoint.c (tfile_close): Remove parameter quitting.
7914         * windows-nat.c (windows_close): Remove parameter quitting.
7915
7916 2013-03-20  Corinna Vinschen  <vinschen@redhat.com>
7917
7918         * windows-nat.c (handle_output_debug_string): Replace call
7919         to string_to_core_addr with call to strtoull.
7920
7921 2013-03-20  Yao Qi  <yao@codesourcery.com>
7922
7923         * ctf.c (ctf_save_metadata_header): Define macro HOST_ENDIANNESS
7924         and write it to CTF metadata.
7925
7926 2013-03-19  Corinna Vinschen  <vinschen@redhat.com>
7927
7928         * windows-nat.c (handle_output_debug_string): Change type of n to
7929         SIZE_T to avoid crash on 64 bit systems.
7930
7931 2013-03-17  Eli Zaretskii  <eliz@gnu.org>
7932
7933         * python/python-internal.h (HAVE_SNPRINTF)
7934         [_WIN32 && HAVE_DECL_SNPRINTF]: Define, to avoid compiler warnings
7935         about redefinition of snprintf by pyerrors.h.
7936
7937 2013-03-15  Steve Ellcey  <sellcey@mips.com>
7938
7939         * remote-sim.c (sim_command_completer): Make char arguments const.
7940
7941 2013-03-15  Tom Tromey  <tromey@redhat.com>
7942
7943         PR c++/15116:
7944         * gdbtypes.c (types_equal): Handle TYPE_CODE_FUNC.
7945
7946 2013-03-14  Tom Tromey  <tromey@redhat.com>
7947
7948         * gdb_bfd.c (struct gdb_bfd_data) <crc_computed, crc>:
7949         New fields.
7950         (get_file_crc): Move from symfile.c.
7951         (gdb_bfd_crc): New function.
7952         * gdb_bfd.h (gdb_bfd_crc): Declare.
7953         * objfiles.h (struct objfile) <crc32, crc32_p>: Remove.
7954         * symfile.c (get_file_crc): Move to gdb_bfd.c.
7955         (separate_debug_file_exists): Use gdb_bfd_crc.
7956
7957 2013-03-14  Tom Tromey  <tromey@redhat.com>
7958
7959         * symfile.c (get_debug_link_info): Remove.
7960         (find_separate_debug_file_by_debuglink): Use
7961         bfd_get_debug_link_info.
7962
7963 2013-03-14  Tom Tromey  <tromey@redhat.com>
7964
7965         * symtab.c (error_in_psymtab_expansion): New function.
7966         (lookup_symbol_aux_quick)
7967         (basic_lookup_transparent_type_quick): Remove "last resort"
7968         code.  Use error_in_psymtab_expansion.
7969
7970 2013-03-14  Doug Evans  <dje@google.com>
7971             Jan Kratochvil  <jan.kratochvil@redhat.com>
7972
7973         * dwarf2read.c (dw2_map_symtabs_matching_filename): Put continue after
7974         any successful compare_filenames_for_search or FILENAME_CMP.
7975         * psymtab.c (partial_map_symtabs_matching_filename): Likewise.
7976         * symtab.c (iterate_over_some_symtabs): Likewise.
7977
7978 2013-03-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
7979
7980         * source.c (print_source_lines_base): Make a local copy of
7981         symtab_to_fullname.
7982
7983 2013-03-14  Hui Zhu  <hui_zhu@mentor.com>
7984             Jan Kratochvil  <jan.kratochvil@redhat.com>
7985
7986         * source.c (print_source_lines_base): Suppress "file" for TUI.
7987
7988 2013-03-14  Keith Seitz  <keiths@redhat.com>
7989             Alan Matsuoka  <alanm@redhat.com>
7990
7991         PR c++/15203
7992         PR c++/15210
7993         * cp-namespace.c (cp_lookup_nested_symbol): Handle TYPE_CODE_FUNC and
7994         TYPE_CODE_METHOD.
7995         * elfread.c (elf_symtab_read): Handle BSF_GNU_UNIQUE for certain
7996         symbols.
7997
7998 2013-03-14  Yao Qi  <yao@codesourcery.com>
7999
8000         * tracepoint.c (tfile_write_status): Write 'stop_desc' of trace
8001         status to tfile if trace is stopped by command 'tstop'.
8002
8003 2013-03-14  Yao Qi  <yao@codesourcery.com>
8004
8005         * tracepoint.c (tfile_write_status): Write trace notes and user
8006         name into tfile if they are not NULL.
8007
8008 2013-03-14  Hui Zhu  <hui@codesourcery.com>
8009             Yao Qi  <yao@codesourcery.com>
8010
8011         * Makefile.in (REMOTE_OBS): Add ctf.o.
8012         (SFILES): Add ctf.c.
8013         (HFILES_NO_SRCDIR): Add ctf.h.
8014         * ctf.c, ctf.h: New files.
8015         * tracepoint.c: Include 'ctf.h'.
8016         (collect_pseudocommand): Remove static.
8017         (trace_save_command): Parse option "-ctf".
8018         Produce different trace file writers per option.
8019         Adjust output message.
8020         (trace_save_tfile, trace_save_ctf): New.
8021         * tracepoint.h (trace_save_tfile, trace_save_ctf): Declare.
8022         * mi/mi-main.c: Include 'ctf.h'.
8023         (mi_cmd_trace_save): Handle option '-ctf'.  Call either
8024         trace_save_tfile or trace_save_ctf.
8025         * NEWS: Mention these changes.
8026
8027 2013-03-14  Yao Qi  <yao@codesourcery.com>
8028
8029         * tracepoint.c (trace_file_writer_xfree): New.
8030         (struct tfile_writer_data): New.
8031         (tfile_dtor, tfile_can_target_save, tfile_start): New.
8032         (tfile_write_header, tfile_write_regblock_type): New.
8033         (tfile_write_status, tfile_write_uploaded_tsv): New.
8034         (tfile_write_uploaded_tp, tfile_write_definition_end): New.
8035         (tfile_write_raw_data, (tfile_end): New.
8036         (tfile_write_ops): New global variable.
8037         (TRACE_WRITE_R_BLOCK): New macro.
8038         (TRACE_WRITE_M_BLOCK_HEADER): New macro.
8039         (TRACE_WRITE_M_BLOCK_MEMORY): New macro.
8040         (TRACE_WRITE_V_BLOCK): New macro.
8041         (trace_save): Add extra one parameter WRITER.  Make it static.
8042         Use WRITER to writer trace.
8043         (tfile_trace_file_writer_new): New.
8044         (trace_save_command): Caller update.
8045         (trace_save_tfile): Write trace data in TFILE format.
8046         * tracepoint.h (struct trace_frame_write_ops): New.
8047         (struct trace_file_write_ops): New.
8048         (struct trace_file_writer): New.
8049         (trace_save): Remove its declaration.
8050         (trace_save_tfile): Declare it.
8051         * mi/mi-main.c (mi_cmd_trace_save): Call trace_save_tfile
8052         instead of trace_save.
8053
8054 2013-03-13  Pedro Alves  <palves@redhat.com>
8055
8056         * hppa-hpux-nat.c (hppa_hpux_save_state_offset): Make static.
8057
8058 2013-03-13  Pedro Alves  <palves@redhat.com>
8059
8060         * dbxread.c (read_ofile_symtab, process_one_symbol): Remove
8061         commented out code.
8062         * demangle.c (current_demangling_style_string): Make it const.
8063         (set_demangling_command): Assert the demangling style is known.
8064         Remove all handling of unknown styles.  Set
8065         'current_demangling_style_string' to an element of the
8066         demangling_style_names array.
8067         (set_demangling_style): Delete.
8068         (_initialize_demangler): Set current_demangling_style_string to the
8069         element of the demangling_style_names array that corresponds to
8070         the default demangling style.  Remove FIXME note.  Don't call
8071         set_demangling_style.
8072         * gdb-demangle.h (set_demangling_style): Remove declaration.
8073
8074 2013-03-13  Pedro Alves  <palves@redhat.com>
8075
8076         * ada-lang.c (struct add_partial_datum) <text, text0, word>: Make
8077         fields const.
8078         (ada_make_symbol_completion_list): Make "text0" parameter const.
8079         * ax-gdb.c (agent_eval_command_one): Make "exp" parameter const.
8080         * breakpoint.c (condition_completer): Make "text" and "word"
8081         parameters const.  Adjust.
8082         (check_tracepoint_command): Adjust to validate_actionline
8083         prototype change.
8084         (catch_syscall_completer): Make "text" and "word" parameters
8085         const.
8086         * cli/cli-cmds.c (show_user): Make "comname" local const.
8087         (valid_command_p): Make "command" parameter const.
8088         (alias_command): Make "alias_prefix" and "command_prefix" locals
8089         const.
8090         * cli/cli-decode.c (add_cmd): Make "name" parameter const.
8091         (add_alias_cmd): Make "name" and "oldname" parameters const.
8092         Adjust.  No longer make copy of OLDNAME.
8093         (add_prefix_cmd, add_abbrev_prefix_cmd, add_set_or_show_cmd)
8094         (add_setshow_cmd_full, add_setshow_enum_cmd)
8095         (add_setshow_auto_boolean_cmd, add_setshow_boolean_cmd)
8096         (add_setshow_filename_cmd, add_setshow_string_cmd)
8097         (add_setshow_string_noescape_cmd)
8098         (add_setshow_optional_filename_cmd, add_setshow_integer_cmd)
8099         (add_setshow_uinteger_cmd, add_setshow_zinteger_cmd)
8100         (add_setshow_zuinteger_unlimited_cmd, add_setshow_zuinteger_cmd)
8101         (delete_cmd, add_info, add_info_alias, add_com, add_com_alias):
8102         Make "name" parameter const.
8103         (help_cmd): Rename "command" parameter to "arg".  New const local
8104         "command".
8105         (find_cmd): Make "command" parameter const.
8106         (lookup_cmd_1): Make "text" parameter pointer to const.  Adjust to
8107         deprecated_cmd_warning prototype change.
8108         (undef_cmd_error): Make "cmdtype" parameter const.
8109         (lookup_cmd): Make "line" parameter const.
8110         (deprecated_cmd_warning): Change type of "text" parameter to
8111         pointer to const char, from pointer to pointer to char.  Adjust.
8112         (lookup_cmd_composition): Make "text" parameter const.
8113         (complete_on_cmdlist, complete_on_enum): Make "text" and "word"
8114         parameters const.
8115         * cli/cli-decode.h (struct cmd_list_element) <name>: Make field
8116         const.
8117         * cli/cli-script.c (validate_comname): Make "tem" local const.
8118         (define_command): New const local "tem_c".  Use it in calls to
8119         lookup_cmd.
8120         (document_command): Make "tem" and "comfull" locals const.
8121         (show_user_1): Make "prefix" and "name" parameters const.
8122         * cli-script.h (show_user_1): Make "prefix" and "name" parameters
8123         const.
8124         * command.h (add_cmd, add_alias_cmd, add_prefix_cmd)
8125         (add_abbrev_prefix_cmd, completer_ftype, lookup_cmd, lookup_cmd_1)
8126         (deprecated_cmd_warning, lookup_cmd_composition, add_com)
8127         (add_com_alias, add_info, add_info_alias, complete_on_cmdlist)
8128         (complete_on_enum, add_setshow_enum_cmd)
8129         (add_setshow_auto_boolean_cmd, add_setshow_boolean_cmd)
8130         (add_setshow_filename_cmd, add_setshow_string_cmd)
8131         (add_setshow_string_noescape_cmd)
8132         (add_setshow_optional_filename_cmd, add_setshow_integer_cmd)
8133         (add_setshow_uinteger_cmd, add_setshow_zinteger_cmd)
8134         (add_setshow_zuinteger_cmd, add_setshow_zuinteger_unlimited_cmd):
8135         Change prototypes, constifying strings.
8136         * completer.c (noop_completer, filename_completer): Make "text"
8137         and "prefix" parameters const.
8138         (location_completer, expression_completer)
8139         (complete_line_internal): Make "text" and "prefix" parameters
8140         const and adjust.
8141         (command_completer, signal_completer): Make "text" and "prefix"
8142         parameters const.
8143         * completer.h (noop_completer, filename_completer)
8144         (expression_completer, location_completer, command_completer)
8145         (signal_completer): Change prototypes.
8146         * corefile.c (complete_set_gnutarget): Make "text" and "word"
8147         parameters const.
8148         * cp-abi.c (cp_abi_completer): Likewise.
8149         * expression.h (parse_expression_for_completion): Change
8150         prototype.
8151         * f-lang.c (f_make_symbol_completion_list): Make "text" and "word"
8152         parameters const.
8153         * infcmd.c (_initialize_infcmd): Make "cmd_name" local const.
8154         * infrun.c (handle_completer): Make "text" and "word" parameters
8155         const.
8156         * interps.c (interpreter_completer): Make "text" and "word"
8157         parameters const.
8158         * language.h (struct language_defn)
8159         <la_make_symbol_completion_list>: Make "text" and "word"
8160         parameters const.
8161         * parse.c (parse_exp_1): Move const hack to parse_exp_in_context.
8162         (parse_exp_in_context): Rename to ...
8163         (parse_exp_in_context_1): ... this.
8164         (parse_exp_in_context): Reimplement, with const hack from
8165         parse_exp_1.
8166         (parse_expression_for_completion): Make "string" parameter const.
8167         * printcmd.c (decode_format): Make "string_ptr" parameter pointer
8168         to pointer to const char.  Adjust.
8169         (print_command_1): Make "exp" parameter const.
8170         (output_command): Rename to ...
8171         (output_command_const): ... this.  Make "exp" parameter const.
8172         (output_command): Reimplement.
8173         (x_command): Adjust.
8174         (display_command): Rename "exp" parameter to "arg".  New "exp"
8175         local, const version of "arg".
8176         * python/py-auto-load.c (gdbpy_initialize_auto_load): Make
8177         "cmd_name" local const.
8178         * python/py-cmd.c (cmdpy_destroyer): Cast const away in xfree
8179         call.
8180         (cmdpy_completer): Make "text" and "word" parameters const.
8181         (gdbpy_parse_command_name): Make "prefix_text2" local const.
8182         * python/py-param.c (add_setshow_generic): Make "tmp_name" local
8183         const.
8184         * remote.c (_initialize_remote): Make "cmd_name" local const.
8185         * symtab.c (language_search_unquoted_string): Make "text" and "p"
8186         parameters const.  Adjust.
8187         (completion_list_add_fields): Make "sym_text", "text" and "word"
8188         parameters const.
8189         (struct add_name_data) <sym_text, text, word>: Make fields const.
8190         (default_make_symbol_completion_list_break_on): Make "text" and
8191         "word" parameters const.  Adjust locals.
8192         (default_make_symbol_completion_list)
8193         (make_symbol_completion_list, make_symbol_completion_type)
8194         (make_symbol_completion_list_fn): Make "text" and "word"
8195         parameters const.
8196         (make_file_symbol_completion_list): Make "text", "word" and
8197         "srcfile" parameters const.  Adjust locals.
8198         (add_filename_to_list): Make "text" and "word" parameters const.
8199         (struct add_partial_filename_data) <text, word>: Make fields
8200         const.
8201         (make_source_files_completion_list): Make "text" and "word"
8202         parameters const.
8203         * symtab.h (default_make_symbol_completion_list_break_on)
8204         (default_make_symbol_completion_list, make_symbol_completion_list)
8205         (make_symbol_completion_type enum type_code)
8206         (make_symbol_completion_list_fn make_file_symbol_completion_list)
8207         (make_source_files_completion_list): Change prototype.
8208         * top.c (execute_command): Adjust to pass pointer to pointer to
8209         const char to lookup_cmd, and to deprecated_cmd_warning prototype
8210         change.
8211         (set_verbose): Make "cmdname" local const.
8212         * tracepoint.c (decode_agent_options): Make "exp" parameter const,
8213         and adjust.
8214         (validate_actionline): Make "line" parameter a pointer to const
8215         char, and adjust.
8216         (encode_actions_1): Make "action_exp" local const, and adjust.
8217         (encode_actions): Adjust.
8218         (replace_comma): Delete.
8219         (trace_dump_actions): Make "action_exp" and "next_comma" locals
8220         const, and adjust.  Don't frob the action string while splitting
8221         it at commas.  Instead, make a copy of each split substring in
8222         turn.
8223         (trace_dump_command): Adjust to validate_actionline prototype
8224         change.
8225         * tracepoint.h (decode_agent_options, decode_agent_options)
8226         (encode_actions, validate_actionline): Change prototypes.
8227         * valprint.h (output_command): Delete declaration.
8228         (output_command_const): Declare.
8229         * value.c (function_destroyer): Cast const away in xfree call.
8230
8231 2013-03-13  Pedro Alves  <palves@redhat.com>
8232
8233         * ada-lang.c (ada_decode_symbol): Cast away constness of GSYMBOL
8234         rather than casting 'const char * const *' to 'const char **'.
8235         * ada-lex.l (processInt): Make "trailer" local const.  Remove
8236         'const char **' cast.
8237         * arm-linux-tdep.c (arm_stap_parse_special_token): Add 'char *'
8238         locals, and use those as strtol output pointer, instead than doing
8239         invalid casts to from 'const char **' to 'char **'.
8240         (_initialize_demangle): Remove cast.
8241         * i386-tdep.c (i386_stap_parse_special_token): : Add 'char *'
8242         locals, and use those as strtol output pointer, instead than doing
8243         invalid casts to from 'const char **' to 'char **'.
8244         * solib-dsbt.c (dsbt_get_initial_loadmaps): Remove 'gdb_byte**'
8245         casts.
8246         * stap-probe.c (stap_parse_register_operand)
8247         (stap_parse_single_operand): Likewise.
8248
8249 2013-03-13  Yao Qi  <yao@codesourcery.com>
8250
8251         * tracepoint.c (tfile_get_trace_state_variable_value): Look for
8252         the last matched 'V' blcok in trace frame.
8253
8254 2013-03-12  Joel Brobecker  <brobecker@adacore.com>
8255
8256         * NEWS: Create a new section for the next release branch.
8257         Rename the section of the current branch, now that it has
8258         been cut.
8259
8260 2013-03-12  Joel Brobecker  <brobecker@adacore.com>
8261
8262         GDB 7.6 branch created (branch timestamp: 2013-03-12 22:15 UTC)
8263         * version.in: Bump version to 7.6.50.20130312-cvs.
8264
8265 2013-03-12  Keith Seitz  <keiths@redhat.com>
8266
8267         * mi/mi-cmds.h (mi_execute_command): Make "cmd" const.
8268         * mi/mi-interp.c (mi_interpreter_exec): Make "command" const.
8269         Remove temporary copy of input string.
8270         (mi_execute_command_wrapper): Make "cmd" const.
8271         * mi/mi-main.c (mi_execute_command): Make "string_ptr" const.
8272         * mi/mi-parse.c (mi_parse_argv): Make "args" const.
8273         Use const strings.
8274         (mi_parse): Make "cmd" const.
8275         Use const strings.
8276         * mi/mi-parse.h (mi_parse): Make "cmd" const.
8277
8278 2013-03-12  Keith Seitz  <keiths@redhat.com>
8279
8280         * ada-lang.c (ada_read_renaming_var_value): Pass const
8281         pointer to expression string to parse_exp_1.
8282         (create_excep_cond_exprs): Likewise.
8283         * ax-gdb.c (agent_eval_command_one): Likewise.
8284         (maint_agent_printf_command): Likewise.
8285         Constify much of the string handling/parsing.
8286         * breakpoint.c (set_breakpoint_condition): Pass const
8287         pointer to expression string to parse_exp_1.
8288         (update_watchpoint): Likewise.
8289         (parse_cmd_to_aexpr): Constify string handling.
8290         Pass const pointer to parse_exp_1.
8291         (init_breakpoint_sal): Pass const pointer to parse_exp_1.
8292         (find_condition_and_thread): Likewise.
8293         Make TOK const.
8294         (watch_command_1): Make "arg" const.
8295         Constify string handling.
8296         Copy the expression string instead of changing the input
8297         string.
8298         (update_breakpoint_location): Pass const pointer to
8299         parse_exp_1.
8300         * eval.c (parse_and_eval_address): Make "exp" const.
8301         (parse_to_comma_and_eval): Make "expp" const.
8302         (parse_and_eval): Make "exp" const.
8303         * expression.h (parse_expression): Make argument const.
8304         (parse_exp_1): Make first argument const.
8305         * findcmd.c (parse_find_args): Treat "args" as const.
8306         * linespec.c (parse_linespec): Pass const pointer to
8307         linespec_expression_to_pc.
8308         (linespec_expression_to_pc): Make "exp_ptr" const.
8309         * parse.c (parse_exp_1): Make "stringptr" const.
8310         Make a copy of the expression to pass to parse_exp_in_context until
8311         this whole interface can be constified.
8312         (parse_expression): Make "string" const.
8313         * printcmd.c (ui_printf): Treat "arg" as const.
8314         Handle const strings.
8315         * tracepoint.c (validate_actionline): Pass const pointer to
8316         all calls to parse_exp_1.
8317         (encode_actions_1): Likewise.
8318         * value.h (parse_to_comma_and_eval): Make argument const.
8319         (parse_and_eval_address): Likewise.
8320         (parse_and_eval): Likewise.
8321         * varobj.c (varobj_create): Pass const pointer to parse_exp_1.
8322         (varobj_set_value): Likewise.
8323         * cli/cli-cmds.c (disassemble_command): Treat "arg" as const and
8324         constify string handling.
8325         Pass const pointers to parse_and_eval_address and
8326         parse_to_comman_and_eval.
8327         * cli/cli-utils.c (skip_to_space): Rename to ...
8328         (skip_to_space_const): ... this. Handle const strings.
8329         * cli/cli-utils.h (skip_to_space): Turn into macro which invokes
8330         skip_to_space_const.
8331         (skip_to_space_const): Declare.
8332         * common/format.c (parse_format_string): Make "arg" const.
8333         Handle const strings.
8334         * common/format.h (parse_format_string): Make "arg" const.
8335         * gdbserver/ax.c (ax_printf): Make "format" const.
8336         * python/python.c (gdbpy_parse_and_eval): Do not make a copy
8337         of the expression string.
8338
8339 2013-03-12  Hui Zhu  <hui@codesourcery.com>
8340
8341         * dwarf2loc.c (dwarf2_compile_expr_to_ax): Update error message.
8342
8343 2013-03-12  Yao Qi  <yao@codesourcery.com>
8344             Hui Zhu  <hui@codesourcery.com>
8345
8346         * dwarf2loc.c (access_memory): Change nbits to nbytes in gdb_assert.
8347         (dwarf2_compile_expr_to_ax): Call access_memory in DW_OP_deref and
8348         DW_OP_deref_size.
8349
8350 2013-03-12  Paul Hilfinger  <hilfingr@adacore.com>
8351
8352         * ada-lex.l (rules): Only recognize 'thread' as a
8353         delimiter when followed by numerals, as for c-exp.y.
8354         Use new rewind_to_char function to rewind the input for
8355         expression-delimiting tokens.
8356         (rewind_to_char): New function.
8357
8358 2013-03-11  Pedro Alves  <palves@redhat.com>
8359             Jan Kratochvil  <jan.kratochvil@redhat.com>
8360
8361         * configure: Regenerate.
8362         * configure.ac (check dynamic export flag): Link python test with
8363         $PYTHON_LIBS.
8364
8365 2013-03-11  Doug Evans  <dje@google.com>
8366             Keith Seitz  <keiths@redhat.com>
8367
8368         * linespec.c (find_linespec_symbols): Call find_function_symbols
8369         first, and then call lookup_prefix_sym/find_method.
8370
8371 2013-03-11  Pedro Alves  <palves@redhat.com>
8372
8373         * charset.c (convert_between_encodings): Don't cast between
8374         different pointer to pointer types.  Instead, make the 'inp' local
8375         be of the type iconv expects.
8376         (wchar_iterate): Don't cast between different pointer to pointer
8377         types.  Instead, use new pointer local of the type iconv expects.
8378         * target.c (target_read_stralloc, target_fileio_read_stralloc):
8379         Add new local of type char pointer, and use it to get a
8380         char/string view of the byte buffer, instead of casting between
8381         pointer to pointer types.
8382
8383 2013-03-11  Hafiz Abid Qadeer  <abidh@codesourcery.com>
8384
8385         * remote.c (remote_set_trace_buffer_size): Move != operator
8386         to the start of next line to fix an ARI warning.
8387
8388 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
8389
8390         * NEWS: Add record changes.
8391
8392 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
8393
8394         * record-btrace.c (btrace_insn_history): Omit the pc prefix in
8395         the instruction history disassembly.
8396         * disasm.c (dump_insns): Omit the pc prefix, if requested.
8397         * disasm.h (DISASSEMBLY_OMIT_PC): New.
8398
8399 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
8400
8401         * Makefile.in (SFILES): Add record-btrace.c
8402         (COMMON_OBS): Add record-btrace.o
8403         * record-btrace.c: New.
8404         * objfiles.c: Include btrace.h.
8405         (free_objfile): call btrace_free_objfile.
8406
8407 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
8408
8409         * target.c (target_call_history, target_call_history_from,
8410         target_call_history_range): New.
8411         * target.h (target_ops) <to_call_history, to_call_history_from,
8412         to_call_history_range>: New fields.
8413         (target_call_history, target_call_history_from,
8414         target_call_history_range): New declaration.
8415         * record.c (get_call_history_modifiers, cmd_record_call_history,
8416         record_call_history_size): New.
8417         (_initialize_record): Add the "record function-call-history" command.
8418         Add "set/show record function-call-history-size" commands.
8419         * record.h (record_print_flag): New.
8420
8421 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
8422
8423         * target.h (target_ops) <to_insn_history, to_insn_history_from,
8424         to_insn_history_range>: New fields.
8425         (target_insn_history): New.
8426         (target_insn_history_from): New.
8427         (target_insn_history_range): New.
8428         * target.c (target_insn_history): New.
8429         (target_insn_history_from): New.
8430         (target_insn_history_range): New.
8431         * record.c: Include cli/cli-utils.h, disasm.h, ctype.h.
8432         (record_insn_history_size): New.
8433         (get_insn_number): New.
8434         (get_context_size): New.
8435         (no_chunk): New.
8436         (get_insn_history_modifiers): New.
8437         (cmd_record_insn_history): New.
8438         (_initialize_record): Add "set/show record instruction-history-size"
8439         command. Add "record instruction-history" command.
8440
8441 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
8442
8443         * record.h (record_disconnect): New.
8444         (record_detach): New.
8445         (record_mourn_inferior): New.
8446         (record_kill): New.
8447         * record-full.c (record_disconnect, record_detach,
8448         record_mourn_inferior, record_kill): Move to...
8449         * record.c: ...here.
8450         (DEBUG): New.
8451         (record_stop): New.
8452         (record_unpush): New.
8453         (cmd_record_stop): Call record_stop. Replace unpush_target
8454         call with record_unpush call.
8455         (record_disconnect, record_detach): Assert that the target
8456         is of record stratum. Call record_unpush, record_stop, and
8457         DEBUG.
8458         (record_mourn_inferior, record_kill): Assert that the target
8459         is of record stratum. Call record_unpush and DEBUG.
8460
8461 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
8462
8463         * record-full.h, record-full.c (record_memory_query): Rename
8464         to ...
8465         (record_full_memory_query): ...this. Update all users.
8466         (record_arch_list_add_reg): Rename to ...
8467         (record_full_arch_list_add_reg): ...this. Update all users.
8468         (record_arch_list_add_mem): Rename to ...
8469         (record_full_arch_list_add_mem): ...this. Update all users.
8470         (record_arch_list_add_end): Rename to ...
8471         (record_full_arch_list_add_end): ...this. Update all users.
8472         (record_gdb_operation_disable_set): Rename to ...
8473         (record_full_gdb_operation_disable_set): ...this.
8474         Update all users.
8475
8476 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
8477
8478         * record-full.c (DEFAULT_RECORD_INSN_MAX_NUM): Renamed to ...
8479         (DEFAULT_RECORD_FULL_INSN_MAX_NUM): ... this. Updated all users.
8480         (RECORD_IS_REPLAY): Renamed to ...
8481         (RECORD_FULL_IS_REPLAY): ... this. Updated all users.
8482         (RECORD_FILE_MAGIC): Renamed to ...
8483         (RECORD_FULL_FILE_MAGIC): ... this. Updated all users.
8484         (record_mem_entry): Renamed to ...
8485         (record_full_mem_entry): ... this. Updated all users.
8486         (record_reg_entry): Renamed to ...
8487         (record_full_reg_entry): ... this. Updated all users.
8488         (record_end_entry): Renamed to ...
8489         (record_full_end_entry): ... this. Updated all users.
8490         (record_type) <record_end, record_reg, record_mem>: Renamed
8491         to ...
8492         (record_full_type) <record_full_end, record_full_reg,
8493         record_full_mem>: ... this. Updated all users.
8494         (record_entry): Renamed to ...
8495         (record_full_entry): ... this. Updated all users.
8496         (record_core_buf_entry): Renamed to ...
8497         (record_full_core_buf_entry): ... this. Updated all users.
8498         (record_core_regbuf): Renamed to ...
8499         (record_full_core_regbuf): ... this. Updated all users.
8500         (record_core_start): Renamed to ...
8501         (record_full_core_start): ... this. Updated all users.
8502         (record_core_end): Renamed to ...
8503         (record_full_core_end): ... this. Updated all users.
8504         (record_core_buf_list): Renamed to ...
8505         (record_full_core_buf_list): ... this. Updated all users.
8506         (record_first): Renamed to ...
8507         (record_full_first): ... this. Updated all users.
8508         (record_list): Renamed to ...
8509         (record_full_list): ... this. Updated all users.
8510         (record_arch_list_head): Renamed to ...
8511         (record_full_arch_list_head): ... this. Updated all users.
8512         (record_arch_list_tail): Renamed to ...
8513         (record_full_arch_list_tail): ... this. Updated all users.
8514         (record_stop_at_limit): Renamed to ...
8515         (record_full_stop_at_limit): ... this. Updated all users.
8516         (record_insn_max_num): Renamed to ...
8517         (record_full_insn_max_num): ... this. Updated all users.
8518         (record_insn_num): Renamed to ...
8519         (record_full_insn_num): ... this. Updated all users.
8520         (record_insn_count): Renamed to ...
8521         (record_full_insn_count): ... this. Updated all users.
8522         (record_ops): Renamed to ...
8523         (record_full_ops): ... this. Updated all users.
8524         (record_core_ops): Renamed to ...
8525         (record_full_core_ops): ... this. Updated all users.
8526         (set_record_cmdlist): Renamed to ...
8527         (set_record_full_cmdlist): ... this. Updated all users.
8528         (show_record_cmdlist): Renamed to ...
8529         (show_record_full_cmdlist): ... this. Updated all users.
8530         (record_cmdlist): Renamed to ...
8531         (record_full_cmdlist): ... this. Updated all users.
8532         (record_beneath_to_resume_ops): Renamed to ...
8533         (record_full_beneath_to_resume_ops): ... this. Updated all users.
8534         (record_beneath_to_resume): Renamed to ...
8535         (record_full_beneath_to_resume): ... this. Updated all users.
8536         (record_beneath_to_wait_ops): Renamed to ...
8537         (record_full_beneath_to_wait_ops): ... this. Updated all users.
8538         (record_beneath_to_wait): Renamed to ...
8539         (record_full_beneath_to_wait): ... this. Updated all users.
8540         (record_beneath_to_store_registers_ops): Renamed to ...
8541         (record_full_beneath_to_store_registers_ops): ... this.
8542         Updated all users.
8543         (record_beneath_to_store_registers): Renamed to ...
8544         (record_full_beneath_to_store_registers): ... this.
8545         Updated all users.
8546         (record_beneath_to_xfer_partial_ops): Renamed to ...
8547         (record_full_beneath_to_xfer_partial_ops): ... this.
8548         Updated all users.
8549         (record_beneath_to_xfer_partial): Renamed to ...
8550         (record_full_beneath_to_xfer_partial): ... this.
8551         Updated all users.
8552         (record_beneath_to_insert_breakpoint): Renamed to ...
8553         (record_full_beneath_to_insert_breakpoint): ... this.
8554         Updated all users.
8555         (record_beneath_to_stopped_by_watchpoint): Renamed to ...
8556         (record_full_beneath_to_stopped_by_watchpoint): ... this.
8557         Updated all users.
8558         (record_beneath_to_stopped_data_address): Renamed to ...
8559         (record_full_beneath_to_stopped_data_address): ... this.
8560         Updated all users.
8561         (record_beneath_to_async): Renamed to ...
8562         (record_full_beneath_to_async): ... this. Updated all users.
8563         (record_goto_insn): Renamed to ...
8564         (record_full_goto_insn): ... this. Updated all users.
8565         (record_save): Renamed to ...
8566         (record_full_save): ... this. Updated all users.
8567         (record_reg_alloc): Renamed to ...
8568         (record_full_reg_alloc): ... this. Updated all users.
8569         (record_reg_release): Renamed to ...
8570         (record_full_reg_release): ... this. Updated all users.
8571         (record_mem_alloc): Renamed to ...
8572         (record_full_mem_alloc): ... this. Updated all users.
8573         (record_mem_release): Renamed to ...
8574         (record_full_mem_release): ... this. Updated all users.
8575         (record_end_alloc): Renamed to ...
8576         (record_full_end_alloc): ... this. Updated all users.
8577         (record_end_release): Renamed to ...
8578         (record_full_end_release): ... this. Updated all users.
8579         (record_entry_release): Renamed to ...
8580         (record_full_entry_release): ... this. Updated all users.
8581         (record_list_release): Renamed to ...
8582         (record_full_list_release): ... this. Updated all users.
8583         (record_list_release_following): Renamed to ...
8584         (record_full_list_release_following): ... this.
8585         Updated all users.
8586         (record_list_release_first): Renamed to ...
8587         (record_full_list_release_first): ... this. Updated all users.
8588         (record_arch_list_add): Renamed to ...
8589         (record_full_arch_list_add): ... this. Updated all users.
8590         (record_get_loc): Renamed to ...
8591         (record_full_get_loc): ... this. Updated all users.
8592         (record_check_insn_num): Renamed to ...
8593         (record_full_check_insn_num): ... this. Updated all users.
8594         (record_arch_list_cleanups): Renamed to ...
8595         (record_full_arch_list_cleanups): ... this. Updated all users.
8596         (record_message): Renamed to ...
8597         (record_full_message): ... this. Updated all users.
8598         (record_message_wrapper): Renamed to ...
8599         (record_full_message_wrapper): ... this. Updated all users.
8600         (record_message_wrapper_safe): Renamed to ...
8601         (record_full_message_wrapper_safe): ... this. Updated all users.
8602         (record_gdb_operation_disable): Renamed to ...
8603         (record_full_gdb_operation_disable): ... this. Updated all users.
8604         (record_hw_watchpoint): Renamed to ...
8605         (record_full_hw_watchpoint): ... this. Updated all users.
8606         (record_exec_insn): Renamed to ...
8607         (record_full_exec_insn): ... this. Updated all users.
8608         (record_restore): Renamed to ...
8609         (record_full_restore): ... this. Updated all users.
8610         (record_async_inferior_event_token): Renamed to ...
8611         (record_full_async_inferior_event_token): ... this.
8612         Updated all users.
8613         (record_async_inferior_event_handler): Renamed to ...
8614         (record_full_async_inferior_event_handler): ... this.
8615         Updated all users.
8616         (record_core_open_1): Renamed to ...
8617         (record_full_core_open_1): ... this. Updated all users.
8618         (record_open_1): Renamed to ...
8619         (record_full_open_1): ... this. Updated all users.
8620         (record_open): Renamed to ...
8621         (record_full_open): ... this. Updated all users.
8622         (record_close): Renamed to ...
8623         (record_full_close): ... this. Updated all users.
8624         (record_resume_step): Renamed to ...
8625         (record_full_resume_step): ... this. Updated all users.
8626         (record_resumed): Renamed to ...
8627         (record_full_resumed): ... this. Updated all users.
8628         (record_execution_dir): Renamed to ...
8629         (record_full_execution_dir): ... this. Updated all users.
8630         (record_resume): Renamed to ...
8631         (record_full_resume): ... this. Updated all users.
8632         (record_get_sig): Renamed to ...
8633         (record_full_get_sig): ... this. Updated all users.
8634         (record_sig_handler): Renamed to ...
8635         (record_full_sig_handler): ... this. Updated all users.
8636         (record_wait_cleanups): Renamed to ...
8637         (record_full_wait_cleanups): ... this. Updated all users.
8638         (record_wait_1): Renamed to ...
8639         (record_full_wait_1): ... this. Updated all users.
8640         (record_wait): Renamed to ...
8641         (record_full_wait): ... this. Updated all users.
8642         (record_stopped_by_watchpoint): Renamed to ...
8643         (record_full_stopped_by_watchpoint): ... this. Updated all users.
8644         (record_disconnect): Renamed to ...
8645         (record_full_disconnect): ... this. Updated all users.
8646         (record_detach): Renamed to ...
8647         (record_full_detach): ... this. Updated all users.
8648         (record_mourn_inferior): Renamed to ...
8649         (record_full_mourn_inferior): ... this. Updated all users.
8650         (record_kill): Renamed to ...
8651         (record_full_kill): ... this. Updated all users.
8652         (record_stopped_data_address): Renamed to ...
8653         (record_full_stopped_data_address): ... this. Updated all users.
8654         (record_registers_change): Renamed to ...
8655         (record_full_registers_change): ... this. Updated all users.
8656         (record_store_registers): Renamed to ...
8657         (record_full_store_registers): ... this. Updated all users.
8658         (record_xfer_partial): Renamed to ...
8659         (record_full_xfer_partial): ... this. Updated all users.
8660         (record_breakpoint): Renamed to ...
8661         (record_full_breakpoint): ... this. Updated all users.
8662         (record_breakpoint_p): Renamed to ...
8663         (record_full_breakpoint_p): ... this. Updated all users.
8664         (record_breakpoints): Renamed to ...
8665         (record_full_breakpoints): ... this. Updated all users.
8666         (record_sync_record_breakpoints): Renamed to ...
8667         (record_full_sync_record_breakpoints): ... this.
8668         Updated all users.
8669         (record_init_record_breakpoints): Renamed to ...
8670         (record_full_init_record_breakpoints): ... this.
8671         Updated all users.
8672         (record_insert_breakpoint): Renamed to ...
8673         (record_full_insert_breakpoint): ... this. Updated all users.
8674         (record_remove_breakpoint): Renamed to ...
8675         (record_full_remove_breakpoint): ... this. Updated all users.
8676         (record_can_execute_reverse): Renamed to ...
8677         (record_full_can_execute_reverse): ... this. Updated all users.
8678         (record_get_bookmark): Renamed to ...
8679         (record_full_get_bookmark): ... this. Updated all users.
8680         (record_goto_bookmark): Renamed to ...
8681         (record_full_goto_bookmark): ... this. Updated all users.
8682         (record_async): Renamed to ...
8683         (record_full_async): ... this. Updated all users.
8684         (record_can_async_p): Renamed to ...
8685         (record_full_can_async_p): ... this. Updated all users.
8686         (record_is_async_p): Renamed to ...
8687         (record_full_is_async_p): ... this. Updated all users.
8688         (record_execution_direction): Renamed to ...
8689         (record_full_execution_direction): ... this. Updated all users.
8690         (record_info): Renamed to ...
8691         (record_full_info): ... this. Updated all users.
8692         (record_delete): Renamed to ...
8693         (record_full_delete): ... this. Updated all users.
8694         (record_is_replaying): Renamed to ...
8695         (record_full_is_replaying): ... this. Updated all users.
8696         (record_goto_entry): Renamed to ...
8697         (record_full_goto_entry): ... this. Updated all users.
8698         (record_goto_begin): Renamed to ...
8699         (record_full_goto_begin): ... this. Updated all users.
8700         (record_goto_end): Renamed to ...
8701         (record_full_goto_end): ... this. Updated all users.
8702         (record_goto): Renamed to ...
8703         (record_full_goto): ... this. Updated all users.
8704         (init_record_ops): Renamed to ...
8705         (init_record_full_ops): ... this. Updated all users.
8706         (record_core_resume): Renamed to ...
8707         (record_full_core_resume): ... this. Updated all users.
8708         (record_core_kill): Renamed to ...
8709         (record_full_core_kill): ... this. Updated all users.
8710         (record_core_fetch_registers): Renamed to ...
8711         (record_full_core_fetch_registers): ... this. Updated all users.
8712         (record_core_prepare_to_store): Renamed to ...
8713         (record_full_core_prepare_to_store): ... this. Updated all users.
8714         (record_core_store_registers): Renamed to ...
8715         (record_full_core_store_registers): ... this. Updated all users.
8716         (record_core_xfer_partial): Renamed to ...
8717         (record_full_core_xfer_partial): ... this. Updated all users.
8718         (record_core_insert_breakpoint): Renamed to ...
8719         (record_full_core_insert_breakpoint): ... this. Updated all users.
8720         (record_core_remove_breakpoint): Renamed to ...
8721         (record_full_core_remove_breakpoint): ... this. Updated all users.
8722         (record_core_has_execution): Renamed to ...
8723         (record_full_core_has_execution): ... this. Updated all users.
8724         (init_record_core_ops): Renamed to ...
8725         (init_record_full_core_ops): ... this. Updated all users.
8726         (cmd_record_restore): Renamed to ...
8727         (cmd_record_full_restore): ... this. Updated all users.
8728         (record_save_cleanups): Renamed to ...
8729         (record_full_save_cleanups): ... this. Updated all users.
8730         (cmd_record_start): Renamed to ...
8731         (cmd_record_full_start): ... this. Updated all users.
8732         (set_record_insn_max_num): Renamed to ...
8733         (set_record_full_insn_max_num): ... this. Updated all users.
8734         (set_record_command): Renamed to ...
8735         (set_record_full_command): ... this. Updated all users.
8736         (show_record_command): Renamed to ...
8737         (show_record_full_command): ... this. Updated all users.
8738         (_initialize_record): Renamed to ...
8739         (_initialize_record_full): ... this. Updated all users.
8740
8741 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
8742
8743         * record.h: Split into this and ...
8744         * record-full.h: ... this.
8745         * record.c: Split into this and ...
8746         * record-full.c: ... this.
8747         * target.h (target_ops): Add new fields to_info_record,
8748         to_save_record, to_delete_record, to_record_is_replaying,
8749         to_goto_record_begin, to_goto_record_end, to_goto_record.
8750         (target_info_record): New.
8751         (target_save_record): New.
8752         (target_supports_delete_record): New.
8753         (target_delete_record): New.
8754         (target_record_is_replaying): New.
8755         (target_goto_record_begin): New.
8756         (target_goto_record_end): New.
8757         (target_goto_record): New.
8758         * target.c (target_info_record): New.
8759         (target_save_record): New.
8760         (target_supports_delete_record): New.
8761         (target_delete_record): New.
8762         (target_record_is_replaying): New.
8763         (target_goto_record_begin): New.
8764         (target_goto_record_end): New.
8765         (target_goto_record): New.
8766         * record.h: Declare struct cmd_list_element.
8767         (record_cmdlist): New declaration.
8768         (set_record_cmdlist): New declaration.
8769         (show_record_cmdlist): New declaration.
8770         (info_record_cmdlist): New declaration.
8771         (cmd_record_goto): New declaration.
8772         * record.c: Remove unnecessary includes.
8773         Include inferior.h.
8774         (cmd_record_goto): Remove declaration.
8775         (record_cmdlist): Now extern. Initialize.
8776         (set_record_cmdlist): Now extern. Initialize.
8777         (show_record_cmdlist): Now extern. Initialize.
8778         (info_record_cmdlist): Now extern. Initialize.
8779         (find_record_target): New.
8780         (require_record_target): New.
8781         (cmd_record_start): Update.
8782         (cmd_record_delete): Remove target-specific code.
8783         Call target_delete_record.
8784         (cmd_record_stop): Unpush any record target.
8785         (set_record_insn_max_num): Move to record-full.c
8786         (set_record_command): Add comment.
8787         (show_record_command): Add comment.
8788         (info_record_command): Update comment.
8789         Remove target-specific code.
8790         Call the record target's to_info_record.
8791         (cmd_record_start): New.
8792         (cmd_record_goto): Now extern.
8793         Remove target-specific code.
8794         Call target_goto_begin,  target_goto_end, or target_goto.
8795         (_initialize_record): Move record target ops initialization to
8796         record-full.c.
8797         Change "record" command help text.
8798         Move "record restore", "record set", and "record show" commands to
8799         record-full.c.
8800         * Makefile.in (SFILES): Add record-full.c.
8801         (HFILES_NO_SRCDIR): Add record-full.h.
8802         (COMMON_OBS): Add record-full.o.
8803         * amd64-linux-tdep.c: Include record-full.h instead of record.h.
8804         * arm-tdep.c: Include record-full.h.
8805         * i386-linux-tdep.c: Include record-full.h instead of record.h.
8806         * i386-tdep.c: Include record-full.h.
8807         * infrun.c: Include record-full.h.
8808         * linux-record.c: Include record-full.h.
8809         * moxie-tdep.c: Include record-full.h.
8810         * record-full.c: Include record-full.h.
8811         Change module comment.
8812         (set_record_full_cmdlist): New.
8813         (show_record_full_cmdlist): New.
8814         (record_full_cmdlist): New.
8815         (record_goto_insn): New declaration.
8816         (record_save): New declaration.
8817         (record_check_insn_num): Change query string.
8818         (record_info): New.
8819         (record_delete): New.
8820         (record_is_replaying): New.
8821         (record_goto_entry): New.
8822         (record_goto_begin): New.
8823         (record_goto_end): New.
8824         (record_goto): New.
8825         (init_record_ops): Update.
8826         (init_record_core_ops): Update.
8827         (cmd_record_save): Rename to record_save. Remove target and arg checks.
8828         (cmd_record_start): New.
8829         (set_record_insn_max_num): Moved from record.c
8830         (set_record_full_command): New.
8831         (show_record_full_command): New.
8832         (_initialize_record_full): New.
8833
8834 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
8835
8836         * target.h (add_deprecated_target_alias): New.
8837         * target.c (add_deprecated_target_alias): New.
8838
8839 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
8840
8841         * common/linux-btrace.c: Include sys/ptrace, sys/types, sys/wait.h,
8842         and signal.h.
8843         (linux_supports_btrace): Add kernel and
8844         cpuid check.
8845         (kernel_supports_btrace): New function.
8846         (cpu_supports_btrace): New function.
8847         (intel_supports_btrace): New function.
8848
8849 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
8850
8851         * target.h (enum target_object): Add TARGET_OBJECT_BTRACE.
8852         * remote.c: Include btrace.h.
8853         (struct btrace_target_info): New struct.
8854         (remote_supports_btrace): New function.
8855         (send_Qbtrace): New function.
8856         (remote_enable_btrace): New function.
8857         (remote_disable_btrace): New function.
8858         (remote_teardown_btrace): New function.
8859         (remote_read_btrace): New function.
8860         (init_remote_ops): Add btrace ops.
8861         (enum <unnamed>): Add btrace packets.
8862         (struct protocol_feature remote_protocol_features[]): Add btrace packets.
8863         (_initialize_remote): Add packet configuration for branch tracing.
8864
8865 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
8866
8867         * features/btrace.dtd: New file.
8868         * Makefile.in (XMLFILES): Add btrace.dtd.
8869         * btrace.h (parse_xml_btrace): New declaration.
8870         * btrace.c: Include xml-support.h.
8871         (parse_xml_btrace): New function.
8872         (parse_xml_btrace_block): New function.
8873         (block_attributes): New struct.
8874         (btrace_attributes): New struct.
8875         (btrace_children): New struct.
8876         (btrace_elements): New struct.
8877
8878 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
8879
8880         * amd64-linux-nat.c: Include btrace.h and linux-btrace.h.
8881         (amd64_linux_enable_btrace): New.
8882         (amd64_linux_disable_btrace): New.
8883         (amd64_linux_teardown_btrace): New.
8884         (_initialize_amd64_linux_nat): Initialize btrace ops.
8885         * i386-linux.nat.c: Include btrace.h and linux-btrace.h.
8886         (i386_linux_enable_btrace): New.
8887         (i386_linux_disable_btrace): New.
8888         (i386_linux_teardown_btrace): New.
8889         (_initialize_i386_linux_nat): Initialize btrace ops.
8890         * config/i386/linux.mh: Add linux-btrace.o.
8891         * config/i386/linux64.mh: Add linux-btrace.o.
8892
8893 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
8894
8895         * common/linux_btrace.h: New file.
8896         * common/linux_btrace.c: New file.
8897         * Makefile.in (SFILES): Add btrace.c.
8898         (HFILES_NO_SRCDIR): Add common/linux-btrace.h.
8899         (COMMON_OBS): Add btrace.o.
8900         (linux-btrace.o): New rule.
8901
8902 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
8903
8904         * target.h: Include btrace.h.
8905         (struct target_ops) <to_supports_btrace, to_enable_btrace,
8906         to_disable_btrace, to_teardown_btrace, to_read_btrace>: New.
8907         * target.c (target_supports_btrace): New function.
8908         (target_enable_btrace): New function.
8909         (target_disable_btrace): New function.
8910         (target_teardown_btrace): New function.
8911         (target_read_btrace): New function.
8912         * btrace.h: New file.
8913         * btrace.c: New file.
8914         * Makefile.in: Add btrace.c.
8915         * gdbthread.h: Include btrace.h.
8916         (struct thread_info): Add btrace field.
8917         * thread.c: Include btrace.h.
8918         (clear_thread_inferior_resources): Call target_teardown_btrace.
8919         * common/btrace-common.h: New file.
8920
8921 2013-03-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
8922
8923         * common/linux-ptrace.c (linux_ptrace_test_ret_to_nx): Call also kill
8924         for CHILD, ignore PTRACE_KILL errors, move the inner block variable
8925         kill_status to outer block.
8926
8927 2013-03-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
8928
8929         Fix entry-values if the callee called a noreturn function.
8930         * dwarf2-frame-tailcall.c (dwarf2_tailcall_sniffer_first): Use
8931         get_frame_address_in_block.  Add new comment.
8932
8933 2013-03-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
8934
8935         Fix entry-values in C++ across CUs.
8936         * dwarf2loc.c (call_site_to_target_addr) <FIELD_LOC_KIND_PHYSNAME>: Use
8937         lookup_minimal_symbol.  Add a comment.
8938         * dwarf2read.c
8939         (read_call_site_scope) <is_ref_attr> <die_is_declaration>: Prefer
8940         DW_AT_linkage_name.
8941
8942 2013-03-08  Yao Qi  <yao@codesourcery.com>
8943
8944         * tracepoint.c (_initialize_tracepoint): Indent the code.
8945
8946 2013-03-08  Pedro Alves  <palves@redhat.com>
8947
8948         * findcmd.c (put_bits): Change type of parameter to 'gdb_byte *'.
8949         (parse_find_args, find_command): Change type of pattern buffer
8950         locals to 'gdb_byte *'.
8951
8952 2013-03-08  Stan Shebs  <stan@codesourcery.com>
8953             Hafiz Abid Qadeer  <abidh@codesourcery.com>
8954
8955         * NEWS: Mention set and show trace-buffer-size commands.
8956         Mention new packet.
8957         * target.h (struct target_ops): New method
8958         to_set_trace_buffer_size.
8959         (target_set_trace_buffer_size): New macro.
8960         * target.c (update_current_target): Set up new method.
8961         * tracepoint.c (trace_buffer_size): New global.
8962         (start_tracing): Send it to the target.
8963         (set_trace_buffer_size): New function.
8964         (_initialize_tracepoint): Add new setshow for trace-buffer-size.
8965         * remote.c (remote_set_trace_buffer_size): New function.
8966         (_initialize_remote): Use it.
8967         (QTBuffer:size) New remote command.
8968         (PACKET_QTBuffer_size): New enum.
8969         (remote_protocol_features): Add an entry for
8970         PACKET_QTBuffer_size.
8971
8972 2013-03-08  Tom Tromey  <tromey@redhat.com>
8973
8974         * remote-m32r-sdi.c (m32r_load): Call skip_spaces on correct
8975         variable.
8976
8977 2013-03-07  Pedro Alves  <palves@redhat.com>
8978
8979         * target.c (target_read_stralloc, target_fileio_read_alloc):
8980         *Cast pointer to 'gdb_byte *' in target call.
8981
8982 2013-03-07  Pedro Alves  <palves@redhat.com>
8983
8984         * corefile.c (read_memory_string): Cast pointer to gdb_byte* in
8985         call.
8986
8987 2013-03-07  Keith Seitz  <keiths@redhat.com>
8988
8989         * breakpoint.c (catch_syscall_split_args): Use skip_spaces.
8990         (trace_pass_command): Likewise.
8991         * cli/cli-cmds.c: Include cli/cli-utils.h.
8992         (source_command): Use skip-spaces.
8993         (disassemble_command): Likewise.
8994         * findcmd.c: Include cli/cli-utils.h.
8995         (parse_find_args): Use skip_spaces.
8996         * go32-nat.c: Include cli/cli-utils.h.
8997         (go32_sldt): Use skip_spaces.
8998         (go32_sgdt): Likewise.
8999         (go32_sidt): Likewise.
9000         (go32_pde): Likewise.
9001         (go32_pte): Likewise.
9002         (go32_pte_for_address): Likewise.
9003         * infcmd.c: Include cli/cli-utils.h.
9004         (registers_info): Use skip_spaces.
9005         * linux-tdep.c (read_mapping): Use skip_spaces_const.
9006         (linux_info_proc): Likewise.
9007         * linux-thread-db.c: Include cli/cli-utils.h.
9008         (info_auto_load_libthread_db): Use skip_spaces_const.
9009         * m32r-rom.c: Include cli/cli-utils.h.
9010         (m32r_upload_command): Use skip_spaces.
9011         * maint.c: Include cli/cli-utils.h.
9012         (maintenance_translate_address): Use skip_spaces.
9013         * mi/mi-parse.c: Include cli/cli-utils.h.
9014         (mi_parse_argv): Use skip_spaces.
9015         (mi_parse): Likewise.
9016         * minsyms.c: Include cli/cli-utils.h.
9017         (msymbol_hash_iw): Use skip_spaces_const.
9018         * objc-lang.c: Include cli/cli-utils.h.
9019         (parse_selector): Use skip_spaces.
9020         (parse_method): Likewise.
9021         * python/python.c: Include cli/cli-utils.h.
9022         (python_interactive_command)[HAVE_PYTHON]: Use skip_spaces.
9023         (python_command)[HAVE_PYTHON]: Likewise.
9024         (python_interactive_command)[!HAVE_PYTHON]: Likewise.
9025         * remote-m32r-sdi.c: Include cli/cli-utils.h.
9026         (m32r_load): Use skip_spaces.
9027         * serial.c: Include cli/cli-utils.h.
9028         (serial_open): Use skip_spaces_const.
9029         * stack.c: Include cli/cli-utils.h.
9030         (parse_frame_specification_1): Use skip_spaces_const.
9031         * symfile.c: Include cli/cli-utils.h.
9032         (set_ext_lang_command): Use skip_spaces.
9033         * symtab.c: Include cli/cli-utils.h.
9034         (rbreak_command): Use skip_spaces.
9035         * thread.c (thread_name_command): Use skip_spaces.
9036         * tracepoint.c (validate_actionline): Use skip_spaces.
9037         (encode_actions_1): Likewise.
9038         (trace_find_range_command): Likewise.
9039         (trace_find_outside_command): Likewise.
9040         (trace_dump_actions): Likewise.
9041
9042 2013-03-07  Pedro Alves  <palves@redhat.com>
9043
9044         * c-lang.c (parse_one_string): Cast argument to gdb_byte *.
9045         * expprint.c (print_subexp_standard): Likewise.
9046         * utils.c (host_char_to_target): Likewise.
9047         * valprint.c (generic_emit_char, generic_printstr): Likewise.
9048         * varobj.c (value_get_print_value): Change type of local to char*.
9049         Cast it gdb_byte * in call to language printer.
9050
9051 2013-03-07  Pedro Alves  <palves@redhat.com>
9052
9053         * charset.c (struct wchar_iterator) <input>: Change type to 'const
9054         gdb_byte *'.
9055         (make_wchar_iterator): Remove cast to char*.
9056         (wchar_iterate): Change type of local.
9057
9058 2013-03-07  Pedro Alves  <palves@redhat.com>
9059
9060         * regcache.c (regcache_xmalloc_1): Call XCALLOC with signed char
9061         for 'regcache->register_status'.
9062
9063 2013-03-07  Pedro Alves  <palves@redhat.com>
9064
9065         * breakpoint.c (breakpoint_xfer_memory): Change type of local to
9066         int.
9067
9068 2013-03-07  Pedro Alves  <palves@redhat.com>
9069
9070         * stap-probe.c (handle_stap_probe): Add cast to char*.
9071
9072 2013-03-07  Pedro Alves  <palves@redhat.com>
9073
9074         * linux-record.c (record_linux_system_call) <gdb_sys_msgrcv,
9075         RECORD_MSGRCV>: Pass a signed variable to
9076         regcache_raw_read_signed, instead of an unsigned one.
9077
9078 2013-03-07  Pedro Alves  <palves@redhat.com>
9079
9080         * remote-notif.c (notif_debug): Change type to int.
9081         * remote-notif.h (notif_debug): Likewise.
9082
9083 2013-03-07  Pedro Alves  <palves@redhat.com>
9084
9085         * ser-tcp.c (tcp_retry_limit): Change type to unsigned int.
9086
9087 2013-03-07  Pedro Alves  <palves@redhat.com>
9088
9089         * remote.c (hex2bin, bin2hex): Move extern declarations to ...
9090         * remote.h (hex2bin, bin2hex): ... here.
9091         * tracepoint.c (hex2bin, bin2hex): Remove extern declarations.
9092
9093 2013-03-07  Eli Zaretskii  <eliz@gnu.org>
9094
9095         * utils.c (initialize_utils): Improve doc strings of "set/show
9096         width", "set/show height", and "set/show pagination".
9097
9098 2013-03-06  Keith Seitz  <keiths@redhat.com>
9099
9100         * ax-gdb.c (gen_printf): Make FORMAT const.
9101         * ax-gdb.h (gen_printf): Likewise.
9102         * ax-general.c (ax_string): Make STR const.
9103         * ax.h (ax_string): Likewise.
9104
9105 2013-03-06  Doug Evans  <dje@google.com>
9106
9107         * elfread.c (elf_symfile_read): Move debugging printf to more
9108         logical location.
9109
9110 2013-03-06  Pedro Alves  <palves@redhat.com>
9111
9112         * python/py-utils.c (target_string_to_unicode): Delete function.
9113         * python/python-internal.h (target_string_to_unicode): Delete
9114         declaration.
9115
9116 2013-03-06  Pierre Muller  <muller@sourceware.org>
9117
9118         * linespec.c (get_current_search_block): ARI fix, use (void)
9119         for empty parameter list.
9120
9121 2013-03-05  Doug Evans  <dje@google.com>
9122
9123         * ada-lang.c (ada_lookup_symbol_list_worker): New function, contents
9124         of old ada_lookup_symbol_list.  In !full_search case, don't
9125         search superblocks.
9126         (ada_lookup_symbol_list): Delete arg full_search, all callers
9127         updated.  Call ada_lookup_symbol_list_worker.
9128         (ada_iterate_over_symbols): Call ada_lookup_symbol_list_worker.
9129         * ada-lang.h (ada_lookup_symbol_list): Update.
9130         * language.h (language_defn): Update comment for
9131         la_iterate_over_symbols.
9132         * linespec.c (iterate_over_file_blocks): New function.
9133         (iterate_over_all_matching_symtabs): Call it.
9134         (lookup_prefix_sym): Ditto.
9135         (get_current_search_block): New function.
9136         (get_search_block): Delete.
9137         (find_label_symbols): Call get_current_search_block.
9138         (add_matching_symbols_to_info): Call iterate_over_file_blocks.
9139         * symtab.c (iterate_over_symbols): Don't search superblocks.
9140
9141 2013-03-05  Yao Qi  <yao@codesourcery.com>
9142
9143         * cli/cli-decode.c (add_setshow_zuinteger_unlimited_cmd): Change
9144         parameter VAR's type from "unsigned int" to "int".
9145         * command.h (var_zuinteger_unlimited): Update its comments.
9146         (add_setshow_zuinteger_unlimited_cmd): Update the declaration.
9147
9148 2013-03-05  Corinna Vinschen  <vinschen@redhat.de>
9149
9150         * NEWS: Mention new target x86_64-*-cygwin*.
9151
9152 2013-03-05  Corinna Vinschen  <vinschen@redhat.de>
9153
9154         * configure.host: Add x86_64-*-cygwin* as host.
9155         * configure.tgt: Add x86_64-*-cygwin* as target.
9156         * config/i386/cygwin64.mh: New file.
9157
9158 2013-03-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
9159
9160         * linespec.c (decode_line_2): Fix duplicate request off by two message.
9161
9162 2013-03-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
9163
9164         * linespec.c (struct linespec_canonical_name): New.
9165         (struct linespec_state): Change canonical_names type to it.
9166         (add_sal_to_sals): Change variable canonical_name to canonical.  Change
9167         xrealloc element size.  Initialize the different CANONICAL fields.
9168         (canonical_to_fullform): New.
9169         (filter_results): Use it.  Add variables canonical, fullform and
9170         cleanup.
9171         (struct decode_line_2_item, decode_line_2_compare_items): New.
9172         (decode_line_2): Remove variables iter and item_names, add variables
9173         items and items_count.  Modify the code for these new variables.
9174
9175 2013-03-04  Corinna Vinschen  <vinschen@redhat.com>
9176
9177         * coff-pe-read.c (read_pe_exported_syms): Don't return without
9178         calling do_cleanup.
9179
9180 2013-03-04  Luis Machado  <lgustavo@codesourcery.com>
9181
9182         * tracepoint.c (build_traceframe_info): Add code for byte order.
9183
9184 2013-03-02  Kevin Buettner  <kevinb@redhat.com>
9185
9186         * v850-tdep.c: (v850e2_register_name): Revise system register
9187         names to match current V850E2M architecture specifications.
9188         Update register number enum comments too.
9189
9190 2013-03-01  Jiong Wang  <jiwang@tilera.com>
9191             Pedro Alves  <palves@redhat.com>
9192
9193         * tilegx-tdep.c (tilegx_analyze_prologue): Limit bundle reading
9194         to END_ADDR.
9195         (tilegx_skip_prologue): Limit prologue analysis to section end.
9196
9197 2013-03-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
9198
9199         * dwarf2loc.c (call_site_find_chain_1): New variable save_callee_pc,
9200         use it.
9201
9202 2013-03-01  Pedro Alves  <palves@redhat.com>
9203
9204         Use gdb_byte for bytes from the program being debugged.
9205
9206         * arm-tdep.c (arm_store_return_value, arm_get_longjmp_target):
9207         Change type of local 'buf' to gdb_byte.
9208         * avr-tdep.c (avr_frame_prev_register, avr_push_dummy_call): Likewise.
9209         * bfin-tdep.c (bfin_push_dummy_call): Likewise.
9210         * cris-tdep.c (cris_sigcontext_addr)
9211         (cris_sigtramp_frame_unwind_cache): Likewise.
9212         * frv-linux-tdep.c (frv_linux_pc_in_sigtramp)
9213         (frv_linux_sigcontext_reg_addr, frv_linux_sigtramp_frame_cache):
9214         Likewise.
9215         * frv-tdep.c (frv_pseudo_register_write, frv_analyze_prologue): Likewise.
9216         * hppa-hpux-tdep.c (hppa32_hpux_find_global_pointer)
9217         (hppa32_hpux_search_dummy_call_sequence)
9218         (hppa_hpux_supply_save_state): Likewise.
9219         * hppa-linux-tdep.c (insns_match_pattern)
9220         (hppa_linux_find_global_pointer): Likewise.
9221         * hppa-tdep.c (hppa_in_function_epilogue_p)
9222         (skip_prologue_hard_way, hppa_frame_cache): Likewise.
9223         * i386-nto-tdep.c (i386nto_sigcontext_addr): Likewise.
9224         * i386fbsd-tdep.c (i386fbsd_supply_uthread)
9225         (i386fbsd_collect_uthread): Likewise.
9226         * ia64-hpux-tdep.c (ia64_hpux_push_dummy_code): Likewise.
9227         * ia64-linux-tdep.c (ia64_linux_sigcontext_register_address): Likewise.
9228         * ia64-tdep.c (examine_prologue, ia64_frame_cache)
9229         (ia64_frame_prev_register, ia64_sigtramp_frame_cache)
9230         (ia64_sigtramp_frame_prev_register, ia64_access_reg)
9231         (ia64_access_rse_reg, ia64_libunwind_frame_this_id)
9232         (ia64_libunwind_frame_prev_register)
9233         (ia64_libunwind_sigtramp_frame_this_id)
9234         (ia64_find_global_pointer_from_dynamic_section)
9235         (find_extant_func_descr, find_func_descr, ia64_dummy_id)
9236         (ia64_unwind_pc): Likewise.
9237         * iq2000-tdep.c (iq2000_store_return_value): Likewise.
9238         * m68hc11-tdep.c (m68hc11_push_dummy_call)
9239         (m68hc11_extract_return_value): Likewise.
9240         * m68klinux-nat.c (fetch_register, store_register): Likewise.
9241         * mep-tdep.c (mep_pseudo_cr32_read, mep_pseudo_cr32_write)
9242         (mep_get_insn, mep_push_dummy_call): Likewise.
9243         * mips-linux-tdep.c (mips_linux_get_longjmp_target)
9244         (mips_linux_in_dynsym_stub): Likewise.
9245         * mn10300-tdep.c (mep_pseudo_cr32_write): Likewise.
9246         * ppc-linux-nat.c (fetch_register, store_register): Likewise.
9247         * regcache.c (dump_endian_bytes): Change type of parameter 'buf'
9248         to gdb_byte.
9249         * remote-mips.c (mips_set_register): Likewise.
9250         * remote-sim.c (gdbsim_fetch_register): Likewise.
9251         * score-tdep.c (score7_fetch_inst): Change type of parameter
9252         'memblock' and local 'buf' to gdb_byte.
9253         (score7_malloc_and_get_memblock): Change return type to gdb_byte.
9254         Change type of local 'buf' to gdb_byte.  Adjust.
9255         (score7_adjust_memblock_ptr): Change type of parameter 'memblock'
9256         to gdb_byte**.
9257         (score7_analyze_prologue): Change type of 'memblock' and
9258         'memblock_ptr' locals to gdb_byte*.
9259         * sh64-tdep.c (sh64_extract_return_value)
9260         (sh64_store_return_value): Change type of local 'buf' to gdb_byte.
9261         * solib-darwin.c (darwin_current_sos, darwin_read_exec_load_addr):
9262         * solib-pa64.c (pa64_solib_create_inferior_hook)
9263         (pa64_open_symbol_file_object): Remove local 'buf'.
9264         * solib-som.c (som_solib_create_inferior_hook, link_map_start)
9265         (som_open_symbol_file_object): Likewise.
9266         * solib-spu.c (spu_current_sos): Likewise.
9267         * spu-linux-nat.c (spu_fetch_inferior_registers): Likewise.
9268         * spu-multiarch.c (parse_spufs_run, spu_fetch_registers)
9269         (spu_store_registers): Likewise.
9270         * target.c (debug_print_register): Likewise.
9271         * tic6x-tdep.c (tic6x_get_longjmp_target): Likewise.
9272         * xstormy16-tdep.c (xstormy16_store_return_value)
9273         (xstormy16_push_dummy_call, xstormy16_resolve_jmp_table_entry)
9274         (xstormy16_find_jmp_table_entry): Likewise.
9275
9276 2013-03-01  Jiong Wang  <jiwang@tilera.com>
9277
9278         * tilegx-tdep.c (tilegx_get_longjmp_target): New function.
9279         (tilegx_gdbarch_init): Install it.
9280
9281 2013-02-28  Tom Tromey  <tromey@redhat.com>
9282
9283         * python/py-arch.c (archpy_disassemble): Use PyInt_Check and
9284         PyLong_Check.
9285
9286 2013-02-28  Doug Evans  <dje@google.com>
9287
9288         * python/py-finishbreakpoint.c (bpfinishpy_init): gcc -Wall lint.
9289         * python/python.c (gdbpy_find_pc_line): Ditto.
9290
9291 2013-02-28  Tom Tromey  <tromey@redhat.com>
9292
9293         * contrib/excheck.py: New file.
9294         * contrib/exsummary.py: New file.
9295         * contrib/gcc-with-excheck: New file.
9296
9297 2013-02-28  Tom Tromey  <tromey@redhat.com>
9298
9299         * python/python.c (gdbpy_print_stack): Call begin_line and
9300         fprintf_filtered inside TRY_CATCH.
9301
9302 2013-02-28  Tom Tromey  <tromey@redhat.com>
9303
9304         * python/python.c (gdbpy_find_pc_line): Call find_pc_line
9305         inside TRY_CATCH.
9306
9307 2013-02-28  Tom Tromey  <tromey@redhat.com>
9308
9309         * py-finishbreakpoint.c (bpfinishpy_init): Reorganize to call
9310         frame_object_to_frame_info inside TRY_CATCH.
9311
9312 2013-02-28  Tom Tromey  <tromey@redhat.com>
9313
9314         * py-block.c (gdbpy_block_for_pc): Call block_for_pc inside
9315         TRY_CATCH.
9316
9317 2013-02-28  Tom Tromey  <tromey@redhat.com>
9318
9319         * objfiles.h (ALL_PSPACE_OBJFILES): Remove trailing backlash.
9320
9321 2013-02-27  Corinna Vinschen  <vinschen@redhat.com>
9322
9323         * windows-nat.c: Throughout, fix format strings and casts of
9324         printf-like functions to avoid type related warnings on all
9325         platforms.
9326         (handle_output_debug_string): Fetch context information address
9327         from debug string using string_to_core_addr.
9328
9329 2013-02-27  Jiong Wang  <jiwang@tilera.com>
9330
9331         * regformats/reg-tilegx.dat (name): Change abi name to "tilegx".
9332         * regformats/reg-tilegx32.dat: New.
9333
9334 2013-02-27  Jiong Wang  <jiwang@tilera.com>
9335
9336         * configure.tgt (tilegx-*-linux*): Enable gdbserver.
9337
9338 2013-02-27  Jiong Wang  <jiwang@tilera.com>
9339
9340         * configure.tgt (tilegx-*-linux*): Replace whitespace with tab.
9341
9342 2013-02-27  Yao Qi  <yao@codesourcery.com>
9343             Pedro Alves  <palves@redhat.com>
9344
9345         * tracepoint.c (tfile_trace_find): For tfind
9346         pc/tp/range/outside, look for the next trace frame instead of
9347         always starting from frame 0.
9348
9349 2013-02-26  Anthony Green  <green@moxielogic.com>
9350
9351         * configure.tgt: Add support for moxie-*-rtems* target.
9352
9353 2013-02-25  Pedro Alves  <palves@redhat.com>
9354
9355         * common/linux-ptrace.c (linux_ptrace_test_ret_to_nx): Change
9356         warning text.
9357
9358 2013-02-24  Maciej W. Rozycki  <macro@codesourcery.com>
9359
9360         * mips-tdep.c (mips32_scan_prologue): Reset frame_offset to zero
9361         if $fp is used as the virtual frame pointer.
9362
9363 2013-02-23  Alan Modra  <amodra@gmail.com>
9364
9365         * elfread.c (elf_symtab_read): Do not use udata.p here to find
9366         symbol size.
9367         * ppc64-tdep.c (ppc64_elf_make_msymbol_special): New function.
9368         * ppc64-tdep.h (ppc64_elf_make_msymbol_special): Declare.
9369         * ppc-linux-tdep.c (ppc_linux_init_abi): Set up to use the above.
9370         * ppcfbsd-tdep.c (ppcfbsd_init_abi): Likewise.
9371
9372 2013-02-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
9373
9374         Code cleanup.
9375         * elfread.c (build_id_bfd_get): Make the return type const.
9376         (build_id_verify): Make the check parameter const.
9377         (build_id_to_debug_filename): Make the build_id parameter and variable
9378         data const.
9379         (find_separate_debug_file_by_buildid): Make the variable build_id const.
9380
9381 2013-02-21  Alan Modra  <amodra@gmail.com>
9382
9383         * elfread.c (build_id_bfd_get): Adjust for elf_tdata changes.
9384
9385 2013-02-20  Siva Chandra Reddy  <sivachandra@google.com>
9386
9387         Add a new method 'disassemble' to gdb.Architecture class.
9388         * python/py-arch.c (archpy_disassmble): Implementation of the
9389         new method gdb.Architecture.disassemble.
9390         (arch_object_methods): Add entry for the new method.
9391
9392 2013-02-20  Jiong Wang  <jiwang@tilera.com>
9393
9394         * MAINTAINERS (Write After Approval): Add myself to the list.
9395
9396 2013-02-19  Pedro Alves  <palves@redhat.com>
9397
9398         Garbage collect 'struct monitor_ops'::load_routine.
9399
9400         * monitor.h (struct monitor_ops) <load_routine>: Remove field.
9401         * monitor.c (monitor_load): No longer call
9402         current_monitor->load_routine.
9403         * dbug-rom.c (init_dbug_cmds): Don't set 'load_routine'.
9404         * m32r-rom.c (init_m32r_cmds): Don't set 'load_routine'.
9405         * ppcbug-rom.c (init_ppc_cmds): Don't set 'load_routine'.
9406
9407 2013-02-19  Pedro Alves  <palves@redhat.com>
9408
9409         PR gdb/15161
9410
9411         Harmonize with generic_load.
9412
9413         * monitor.c: Include "readline/readline.h".
9414         (monitor_load): Rename parameter 'file' to 'args'.  Use build_argv
9415         instead of sscanf.  Use CORE_ADDR/strtoulst instead of unsigned
9416         long/strtol for the 'load_offset' local.  Error out if no argument
9417         is given or if too many arguments are given.  Tilde expand the
9418         passed in file name.
9419
9420 2013-02-19  Kai Tietz  <ktietz@redhat.com>
9421
9422         PR gdb/15161
9423         * symfile.c (load_section_data): Change type of load_offset
9424         to CORE_ADDR.
9425         (generic_load): User strtoulst instead of strtoul for conversion
9426         of load_offset.
9427
9428 2013-02-19  Jiong Wang  <jiwang@tilera.com>
9429
9430         * tilegx-tdep.c (tilegx_analyze_prologue): add check for
9431          for return address, "lr" register, saved on stack.
9432         * tilegx-tdep.c (tilegx_frame_cache): update "PC" reg
9433         after we invoke tilegx_analyze_prologue.
9434
9435 2013-02-19  Jiong Wang  <jiwang@tilera.com>
9436
9437         * tilegx-tdep.c (itilegx_gdbarch_init): char type should be signed.
9438
9439 2013-02-19  Jiong Wang  <jiwang@tilera.com>
9440
9441         * tilegx-tdep.c (tilegx_skip_prologue): Use skip_prologue_using_sal.
9442
9443 2013-02-19  Jiong Wang  <jiwang@tilera.com>
9444
9445         * tilegx-tdep.c (INT_SWINT_1_SIGRETURN): New macro.
9446         (tilegx_write_pc): New function.
9447         (tilegx_cannot_reference_register): Return zero if REGNO
9448         is TILEGX_FAULTNUM_REGNUM.
9449         (tilegx_gdbarch_init): Add call to set_gdbarch_write_pc.
9450         (tilegx_register_name): Add handling of "faultnum" register.
9451         * tilegx-tdep.h (enum tilegx_regnum): Add TILEGX_FAULTNUM_REGNUM.
9452         * tilegx-linux-tdep.c (tilegx_linux_supply_regset): Add
9453         handling of TILEGX_FAULTNUM_REGNUM.
9454         * tilegx-linux-nat.c (regmap): Add entry for TILEGX_FAULTNUM_REGNUM.
9455
9456 2013-02-19  Jiong Wang  <jiwang@tilera.com>
9457
9458         * tilegx-tdep.c (tilegx_push_dummy_call): args pushed on stack
9459         should be aligned to 64bit.
9460
9461 2013-02-19  Kai Tietz  <ktietz@redhat.com>
9462
9463         * windows-nat.c (windows_xfer_memory): Fix debug-output
9464         for LLP64.
9465
9466 2013-02-19  Lei Liu  <lei.liu2@windriver.com>
9467
9468         * mips-linux-nat.c (mips64_linux_regsets_store_registers):
9469         Don't check DSP register number if HAVE_DSP is not set.
9470
9471 2013-02-19  Alan Modra  <amodra@gmail.com>
9472
9473         * elfread.c (struct build_id): Delete.  Use struct elf_build_id
9474         throughout file instead.
9475         (build_id_bfd_get): Update to use new elf_tdata build_id field.
9476         Don't xmalloc return value.
9477         (build_id_verify): Similarly.  Don't xfree.
9478         (build_id_to_debug_filename): Update.
9479         (find_separate_debug_file_by_buildid): Update, don't xfree.
9480
9481 2013-02-18  Tom Tromey  <tromey@redhat.com>
9482
9483         PR gdb/15102:
9484         * dwarf2read.c (read_subrange_type): Use result of
9485         'check_typedef'.
9486
9487 2013-02-16  Yuanhui Zhang  <asmwarrior@gmail.com>
9488
9489         * frame.c: Remove one extra white space after #include
9490         directive.
9491
9492 2013-02-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
9493
9494         * contrib/cc-with-tweaks.sh: Extend the comment for -p option.
9495
9496 2013-02-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
9497
9498         * gdb-gdb.gdb.in: Wrap set complaints, b internal_error, b info_command
9499         and dir commands into an if block.
9500
9501 2013-02-15  Sanimir Agovic  <sanimir.agovic@intel.com>
9502
9503         * python/py-breakpoint (struct pybp_code):  Use int instead of
9504         enum type_code.
9505
9506 2013-02-15  Pedro Alves  <pedro@codesourcery.com>
9507             Hafiz Abid Qadeer  <abidh@codesourcery.com>
9508
9509         * NEWS: Mention new field "trace-file".
9510         * tracepoint.c (trace_status_mi): Output "trace-file" field.
9511         (tfile_open): Record the trace file's filename in the trace
9512         status.
9513         (tfile_files_info): Mention the name of the trace file.
9514         Check the "filename" field explicitely.
9515         (trace_status_command): Explicitely check "filename" field.
9516         (trace_find_command): Ditto.
9517         (trace_find_pc_command): Ditto.
9518         (trace_find_tracepoint_command): Ditto.
9519         (trace_find_line_command): Ditto.
9520         (trace_find_range_command): Ditto.
9521         (trace_find_outside_command): Ditto.
9522         * tracepoint.h (struct trace_status) <from_file>: Rename it
9523         to "filename" and make it hold the trace file's filename
9524         instead of a boolean.
9525         * remote.c (remote_get_trace_status): Initialize "filename"
9526         field with NULL instead of 0.
9527
9528 2013-02-15  Yao Qi  <yao@codesourcery.com>
9529
9530         * remote.c: Fix a typo.
9531
9532 2013-02-14  Pierre Muller  <muller@sourceware.org>
9533
9534         * contrib/ari/gdb_ari.sh (GNU/Linux rule): Remove.
9535
9536 2013-02-14  Pedro Alves  <palves@redhat.com>
9537
9538         * utils.c (savestring): Don't #undef it.  Move function to
9539         common/common-utils.c.
9540         * common/common-utils.c: Include gdb_string.h.
9541         (savestring): Move here from utils.c.
9542         * common/common-utils.h (savestring): Declare.
9543
9544 2013-02-14  Pedro Alves  <palves@redhat.com>
9545
9546         * utils.c (savestring): Rename parameter 'size' to 'len'.
9547
9548 2013-02-14  Pedro Alves  <palves@redhat.com>
9549             Yufeng Zhang  <yufeng.zhang@arm.com>
9550
9551         * aarch64-linux-nat.c (aarch64_init_debug_reg_state): Delete.
9552         (aarch64_inferior_data, struct aarch64_inferior_data):
9553         Delete.
9554         (struct aarch64_process_info): New.
9555         (aarch64_process_list): New global.
9556         (aarch64_find_process_pid, aarch64_add_process)
9557         (aarch64_process_info_get): New functions.
9558         (aarch64_inferior_data_get): Delete.
9559         (aarch64_process_info_get): New function.
9560         (aarch64_forget_process): New function.
9561         (aarch64_get_debug_reg_state): New parameter 'pid'.  Reimplement.
9562         (aarch64_linux_prepare_to_resume): Pass the lwp's pid to
9563         aarch64_get_debug_reg_state.
9564         (aarch64_notify_debug_reg_change): Use iterate_over_lwps
9565         instead of linux_nat_iterate_watchpoint_lwps.
9566         (aarch64_linux_new_fork): New function.
9567         (aarch64_linux_child_post_startup_inferior): Use
9568         aarch64_forget_process instead of aarch64_init_debug_reg_state.
9569         (aarch64_handle_breakpoint, aarch64_linux_insert_hw_breakpoint)
9570         (aarch64_linux_remove_hw_breakpoint)
9571         (aarch64_handle_aligned_watchpoint)
9572         (aarch64_handle_unaligned_watchpoint)
9573         (aarch64_linux_insert_watchpoint)
9574         (aarch64_linux_remove_watchpoint)
9575         (aarch64_linux_stopped_data_address): Adjust to pass the current
9576         process id to aarch64_debug_reg_state.
9577         (_initialize_aarch64_linux_nat): Install aarch64_linux_new_fork as
9578         linux_nat_new_fork hook, and aarch64_forget_process as
9579         linux_nat_forget_process hook; remove the call to
9580         register_inferior_data_with_cleanup.
9581
9582 2013-02-14  Pedro Alves  <palves@redhat.com>
9583
9584         * eval.c (evaluate_subexp_for_address) <default_case_after_eval,
9585         EVAL_AVOID_SIDE_EFFECTS>: Swap and handle TYPE_CODE_REF before
9586         lval_memory.
9587
9588 2013-02-14  Pedro Alves  <pedro@codesourcery.com>
9589             Hafiz Abid Qadeer  <abidh@codesourcery.com>
9590
9591         * tracepoint.h (validate_trace_state_variable_name): Declare.
9592         * tracepoint.c (validate_trace_state_variable_name): New.
9593         (trace_variable_command): Parse the trace state variable's name
9594         without using parse_expression.  Do several validations.
9595         * mi/mi-main.c (mi_cmd_trace_define_variable): Don't parse the
9596         trace state variable's name with parse_expression.  Validate it.
9597
9598 2013-02-14  Yao Qi  <yao@codesourcery.com>
9599
9600         * infcmd.c (breakpoint_proceeded): Remove it.
9601
9602 2013-02-14  Yao Qi  <yao@codesourcery.com>
9603
9604         * tracepoint.c (end_actions_pseudocommand): Make it static.
9605         (while_stepping_pseudocommand): Likewise.
9606         * tracepoint.h (end_actions_pseudocommand): Remove the
9607         declaration.
9608         (while_stepping_pseudocommand): Likewise.
9609
9610 2013-02-14  Yao Qi  <yao@codesourcery.com>
9611
9612         * cli/cli-decode.c (help_cmd): Remove the declaration of
9613         "cmdlist".
9614         (help_all): Likewise.
9615
9616 2013-02-13  Pedro Alves  <palves@redhat.com>
9617
9618         * amd64-linux-nat.c (update_debug_registers_callback):
9619         Update comment.
9620         (amd64_linux_dr_set_control, amd64_linux_dr_set_addr): Use
9621         iterate_over_lwps.
9622         (amd64_linux_prepare_to_resume): Pass the lwp's pid to
9623         i386_debug_reg_state.
9624         (amd64_linux_new_fork): New function.
9625         (_initialize_amd64_linux_nat): Install amd64_linux_new_fork as
9626         linux_nat_new_fork hook, and i386_forget_process as
9627         linux_nat_forget_process hook.
9628         * i386-linux-nat.c (update_debug_registers_callback):
9629         Update comment.
9630         (i386_linux_dr_set_control, i386_linux_dr_set_addr): Use
9631         iterate_over_lwps.
9632         (i386_linux_prepare_to_resume): Pass the lwp's pid to
9633         i386_debug_reg_state.
9634         (i386_linux_new_fork): New function.
9635         (_initialize_i386_linux_nat): Install i386_linux_new_fork as
9636         linux_nat_new_fork hook, and i386_forget_process as
9637         linux_nat_forget_process hook.
9638         * i386-nat.c (i386_init_dregs): Delete.
9639         (i386_inferior_data, struct i386_inferior_data):
9640         Delete.
9641         (struct i386_process_info): New.
9642         (i386_process_list): New global.
9643         (i386_find_process_pid, i386_add_process, i386_process_info_get):
9644         New functions.
9645         (i386_inferior_data_get): Delete.
9646         (i386_process_info_get): New function.
9647         (i386_debug_reg_state): New parameter 'pid'.  Reimplement.
9648         (i386_forget_process): New function.
9649         (i386_cleanup_dregs): Rewrite.
9650         (i386_update_inferior_debug_regs, i386_insert_watchpoint)
9651         (i386_remove_watchpoint, i386_region_ok_for_watchpoint)
9652         (i386_stopped_data_address, i386_insert_hw_breakpoint)
9653         (i386_remove_hw_breakpoint): Adjust to pass the current process id
9654         to i386_debug_reg_state.
9655         (i386_use_watchpoints): Don't register inferior data.
9656         * i386-nat.h (i386_debug_reg_state): Add new 'pid' parameter, and
9657         adjust comment.
9658         (i386_forget_process): Declare.
9659         * linux-fork.c (delete_fork): Call linux_nat_forget_process.
9660         * linux-nat.c (linux_nat_new_fork, linux_nat_forget_process_hook):
9661         New static globals.
9662         (linux_child_follow_fork): Don't call linux_nat_new_thread here.
9663         (add_initial_lwp): New, factored out from ...
9664         (add_lwp): ... this.  Don't check the number of lwps before
9665         calling linux_nat_new_thread.
9666         (linux_nat_iterate_watchpoint_lwps): Delete.
9667         (linux_nat_attach): Use add_initial_lwp instead of add_lwp.
9668         (linux_handle_extended_wait): Call the linux_nat_new_fork hook on
9669         forks and vforks.
9670         (linux_nat_wait_1): Use add_initial_lwp instead of add_lwp for the
9671         initial lwp.
9672         (linux_nat_kill, linux_nat_mourn_inferior): Call
9673         linux_nat_forget_process.
9674         (linux_nat_set_new_fork, linux_nat_set_forget_process)
9675         (linux_nat_forget_process): New functions.
9676         * linux-nat.h (linux_nat_iterate_watchpoint_lwps_ftype): Delete
9677         type.
9678         (linux_nat_iterate_watchpoint_lwps): Delete declaration.
9679         (linux_nat_new_fork_ftype, linux_nat_forget_process_ftype): New
9680         types.
9681         (linux_nat_set_new_fork, linux_nat_set_forget_process)
9682         (linux_nat_forget_process): New declarations.
9683
9684         * amd64fbsd-nat.c (super_mourn_inferior): New global.
9685         (amd64fbsd_mourn_inferior): New function.
9686         (_initialize_amd64fbsd_nat): Override to_mourn_inferior.
9687         * windows-nat.c (windows_detach): Call i386_cleanup_dregs.
9688
9689 2013-02-13  Marcus Shawcroft  <marcus.shawcroft@arm.com>
9690
9691         * aarch64-linux-nat.c (aarch64_linux_get_debug_reg_capacity):
9692         Adding _().
9693
9694 2013-02-13  Marcus Shawcroft  <marcus.shawcroft@arm.com>
9695
9696         * aarch64-linux-nat.c (debug_reg_change_callback)
9697         (aarch64_linux_get_debug_reg_capacity): ARI fix: Replace %llx with
9698         %s and phex().
9699
9700 2013-02-13  Marcus Shawcroft  <marcus.shawcroft@arm.com>
9701
9702         * aarch64-linux-nat.c (dr_changed_t): ARI fix: Replace long long
9703         with LONGEST.
9704
9705 2013-02-13  Pedro Alves  <palves@redhat.com>
9706             Hafiz Abid Qadeer  <abidh@codesourcery.com>
9707
9708         * c-lang.c (c_op_print_tab): Add entry for UNOP_PLUS.
9709
9710 2013-02-12  Tom Tromey  <tromey@redhat.com>
9711
9712         PR symtab/11464:
9713         * c-exp.y (lex_one_token): Initialize other fields of yylval on
9714         NAME return.
9715         (classify_inner_name): Remove 'first_name' argument, add
9716         'context'.  Remove unused variable.
9717         (yylex): Explicitly maintain the context type.  Exit loop earlier
9718         if NAME result is seen.
9719
9720 2013-02-12  Pedro Alves  <palves@redhat.com>
9721
9722         * amd64-darwin-tdep.c: Add (C) after Copyright.
9723         * cli/cli-cmds.h: Ditto.
9724         * cli/cli-decode.c: Ditto.
9725         * cli/cli-decode.h: Ditto.
9726         * cli/cli-dump.c: Ditto.
9727         * cli/cli-dump.h: Ditto.
9728         * cli/cli-interp.c: Ditto.
9729         * cli/cli-logging.c: Ditto.
9730         * cli/cli-script.c: Ditto.
9731         * cli/cli-script.h: Ditto.
9732         * cli/cli-setshow.c: Ditto.
9733         * cli/cli-setshow.h: Ditto.
9734         * cli/cli-utils.c: Ditto.
9735         * cli/cli-utils.h: Ditto.
9736         * config/alpha/nm-osf3.h: Ditto.
9737         * config/djgpp/djconfig.sh: Ditto.
9738         * config/i386/nm-fbsd.h: Ditto.
9739         * config/i386/nm-i386gnu.h: Ditto.
9740         * config/nm-linux.h: Ditto.
9741         * config/nm-nto.h: Ditto.
9742         * config/rs6000/nm-rs6000.h: Ditto.
9743         * config/sparc/nm-sol2.h: Ditto.
9744         * darwin-nat-info.c: Ditto.
9745         * dfp.c: Ditto.
9746         * dfp.h: Ditto.
9747         * gdb-demangle.h: Ditto.
9748         * i386-darwin-nat.c: Ditto.
9749         * i386-darwin-tdep.c: Ditto.
9750         * linux-fork.h: Ditto.
9751         * m32c-tdep.c: Ditto.
9752         * microblaze-linux-tdep.c: Ditto.
9753         * microblaze-rom.c: Ditto.
9754         * microblaze-tdep.c: Ditto.
9755         * microblaze-tdep.h: Ditto.
9756         * mips-linux-tdep.h: Ditto.
9757         * ppc-ravenscar-thread.c: Ditto.
9758         * ppc-ravenscar-thread.h: Ditto.
9759         * prologue-value.c: Ditto.
9760         * prologue-value.h: Ditto.
9761         * ravenscar-thread.c: Ditto.
9762         * ravenscar-thread.h: Ditto.
9763         * sparc-ravenscar-thread.c: Ditto.
9764         * sparc-ravenscar-thread.h: Ditto.
9765         * tilegx-linux-tdep.c: Ditto.
9766         * unwind_stop_reasons.def: Ditto.
9767         * windows-nat.h: Ditto.
9768         * xtensa-linux-tdep.c: Ditto.
9769         * xtensa-xtregs.c: Ditto.
9770         * regformats/regdat.sh: Ditto.
9771         * regformats/regdef.h: Ditto.
9772
9773 2013-02-12  Pedro Alves  <palves@redhat.com>
9774
9775         * break-catch-sig.c: Update copyright years.
9776
9777 2013-02-11  Siva Chandra Reddy  <sivachandra@google.com>
9778
9779         Add support for a destructor for ui_out data and use it to
9780         provide a ui_out destructor.
9781         * ui-out.h: Declare the new ui_out destructor.
9782         (ui_out_impl): Add a field for data destructor in ui_out_impl.
9783         * ui-out.c (default_data_destroy): Add a default data destructor
9784         which does nothing.
9785         (default_ui_out_impl): Set the new data_destroy field to
9786         default_data_destroy
9787         (uo_data_destroy): Local function which invokes the data
9788         destructor if present.
9789         (clear_table): Local function which clears the table data of a
9790         ui_out object.
9791         (ui_out_destroy): Public function which frees a ui_out object.
9792         (ui_out_table_end): Use the new clear_table function.
9793         * cli-out.c (cli_ui_out_impl): Set the new data_destroy field to
9794         NULL.
9795         * mi/mi-out.c (mi_ui_out_impl): Set the new data_destroy field
9796         to NULL.
9797
9798 2013-02-11  Doug Evans  <dje@google.com>
9799
9800         * printcmd.c (printf_c_string,printf_wide_c_string): New functions.
9801         (printf_decfloat): New function.  Broken out from ui_printf.
9802         Remove unnecessary code to shift the entire format string down.
9803         (printf_pointer): New function.
9804         (ui_printf): Code to print C strings, wide C strings, decfloats,
9805         and pointers moved to separate functions.
9806
9807 2013-02-11  Sergio Durigan Junior  <sergiodj@redhat.com>
9808
9809         * valops.c (value_assign): Handling bitfield offset in
9810         `lval_internalvar_component' case.
9811
9812 2013-02-08  Doug Evans  <dje@google.com>
9813
9814         * common/format.c (parse_format_string): Fix whitespace.
9815
9816 2013-02-08  Matthew Gretton-Dann  <matthew.gretton-dann@linaro.org>
9817
9818         * stack.c (return_command): Work around uninitialized variable
9819         warning.
9820
9821 2013-02-08  Yufeng Zhang  <yufeng.zhang@arm.com>
9822
9823         * aarch64-linux-tdep.c (AARCH64_LINUX_SIZEOF_GREGSET): Change the
9824         number of the registers from 36 to 34.
9825
9826 2013-02-08  Marcus Shawcroft  <marcus.shawcroft@arm.com>
9827
9828         * NEWS: Mention new AArch64 native and target support.
9829
9830 2013-02-08  Marcus Shawcroft  <marcus.shawcroft@arm.com>
9831
9832         * MAINTAINERS (Write After Approval): Add myself.
9833
9834 2013-02-08  Jim MacArthur  <jim.macarthur@arm.com>
9835             Marcus Shawcroft  <marcus.shawcroft@arm.com>
9836             Nigel Stephens  <nigel.stephens@arm.com>
9837             Yufeng Zhang  <yufeng.zhang@arm.com>
9838
9839         * aarch64-linux-nat.c: New file.
9840         * config/aarch64/linux.mh: New file.
9841         * configure.host: Add AArch64.
9842         * Makefile.in (ALLDEPFILES): Add aarch64-linux-nat.c.
9843
9844 2013-02-07  Doug Evans  <dje@google.com>
9845
9846         * cli/cli-cmds.c (_initialize_cli_cmds): Clarify argument to
9847         disassemble command.
9848
9849 2013-02-07  Marcus Shawcroft  <marcus.shawcroft@arm.com>
9850
9851         * aarch64-linux-tdep.c (aarch64_linux_init_abi): Call
9852         set_gdbarch_fetch_tls_load_module_address.
9853
9854 2013-02-06  David S. Miller  <davem@davemloft.net>
9855
9856         * sparc-tdep.c (sparc32_return_value): Handle writing return value when
9857         using RETURN_VALUE_ABI_PRESERVES_ADDRESS.
9858         * value.c (struct_return_convention): New function.
9859         (using_struct_return): Implement in terms of struct_return_convention.
9860         * value.h (struct_return_convention): Declare.
9861         * stack.c (return_command): Allow successful overriding of the return
9862         value when RETURN_VALUE_ABI_PRESERVES_ADDRESS.
9863
9864 2013-02-06  Tom Tromey  <tromey@redhat.com>
9865
9866         * python/py-type.c (typy_strip_typedefs): Don't call check_typedef
9867         outside of TRY_CATCH.
9868
9869 2013-02-06  Yao Qi  <yao@codesourcery.com>
9870
9871         * mi/mi-interp.c: Include "tracepoint.h".
9872         (mi_tsv_modified): Declare.
9873         (mi_tsv_created, mi_tsv_deleted): Update declaration.
9874         (mi_interpreter_init): Call observer_attach_tsv_modified.
9875         (mi_tsv_modified): New.
9876         (mi_tsv_created, mi_tsv_deleted): Update.
9877         * tracepoint.c (trace_variable_command): Call
9878         observer_notify_tsv_modified if the initial value of tsv is
9879         changed.
9880         (delete_trace_state_variable): Call
9881         observer_notify_tsv_deleted earlier.
9882         (trace_variable_command): Caller update.
9883         (create_tsv_from_upload): Likewise.
9884         * observer.sh: Declare "struct trace_state_variable".
9885
9886         * NEWS: Mention the new MI notification "=tsv-modified".
9887
9888 2013-02-05  Doug Evans  <dje@google.com>
9889
9890         * completer.c (location_completer): Fix typo in comment.
9891
9892 2013-02-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
9893
9894         * breakpoint.c (add_location_to_breakpoint): Insert the location with
9895         ADDRESS sorted.
9896
9897 2013-02-05  Marcus Shawcroft  <marcus.shawcroft@arm.com>
9898
9899         * aarch64-tdep.c (aarch64_analyze_prologue): ARI fix:
9900         Refactor if statement to avoid trailing || operator.
9901
9902 2013-02-05  Andreas Tobler  <andreast@fgznet.ch>
9903
9904         * NEWS: Add PowerPC FreeBSD as a new native configuration.
9905
9906 2013-02-04  Andreas Tobler  <andreast@fgznet.ch>
9907
9908         * Makefile.in (ALL_TARGET_OBS): Add powerpc FreeBSD files.
9909         * configure.host: Add powerpc*-*-freebsd* target.
9910         * configure.tgt: Add target info for powerpc*-*-freebsd*.
9911         * ppcfbsd-nat.c, ppcfbsd-tdep.h, ppcfbsd-tdep.c: New files.
9912         * config/powerpc/fbsd.mh: New file.
9913
9914 2013-02-04  Sergio Durigan Junior  <sergiodj@redhat.com>
9915             Denys Vlasenko  <dvlasenk@redhat.com>
9916             Pedro Alves  <palves@redhat.com>
9917
9918         * gdbarch.sh (elfcore_write_linux_prpsinfo): New F hook.
9919         (struct elf_internal_linux_prpsinfo): Forward declare.
9920         * gdbarch.h, gdbarch.c: Regenerate.
9921         * linux-tdep.c: Include `cli/cli-utils.h'.
9922         (linux_fill_prpsinfo): New function.
9923         (linux_make_corefile_notes): Use linux_fill_prpsinfo.  If there's
9924         an elfcore_write_linux_prpsinfo hook, use it, otherwise, use
9925         elfcore_write_linux_prpsinfo32 or elfcore_write_linux_prpsinfo64
9926         depending on gdbarch pointer bitness.
9927         * ppc-linux-tdep.c: Include elf-bfd.h.
9928         (ppc_linux_init_abi): Hook in elfcore_write_ppc_linux_prpsinfo32
9929         on 32-bit.
9930
9931 2013-02-04  Jim MacArthur  <jim.macarthur@arm.com>
9932             Marcus Shawcroft  <marcus.shawcroft@arm.com>
9933             Nigel Stephens  <nigel.stephens@arm.com>
9934             Yufeng Zhang  <yufeng.zhang@arm.com>
9935
9936         * configure.tgt (aarch64*-*-linux*): Set build_gdbserver=yes.
9937
9938 2013-02-04  Jim MacArthur  <jim.macarthur@arm.com>
9939             Marcus Shawcroft  <marcus.shawcroft@arm.com>
9940             Nigel Stephens  <nigel.stephens@arm.com>
9941             Yufeng Zhang  <yufeng.zhang@arm.com>
9942
9943         * aarch64-newlib-tdep.c: New file.
9944         * configure.tgt: Add aarch64-newlib-tdep.o to gdb_target_obs of
9945         aarch64*-*-elf.
9946         * defs.h (enum gdb_osabi): Add GDB_OSABI_NEWLIB.
9947         * Makefile.in (ALL_64_TARGET_OBS): Add aarch64-newlib-tdep.o.
9948         (ALLDEPFILES): Add aarch64-newlib-tdep.c.
9949         * osabi.c (gdb_osabi_names): Add "Newlib".
9950
9951 2013-02-04  Jim MacArthur  <jim.macarthur@arm.com>
9952             Marcus Shawcroft  <marcus.shawcroft@arm.com>
9953             Nigel Stephens  <nigel.stephens@arm.com>
9954             Yufeng Zhang  <yufeng.zhang@arm.com>
9955
9956         * Makefile.in (ALL_64_TARGET_OBS): Add aarch64-linux-tdep.o.
9957         (ALLDEPFILES): Add aarch64-linux-tdep.c.
9958         * aarch64-linux-tdep.c: New file.
9959         * aarch64-linux-tdep.h: New file.
9960         * aarch64-tdep.h (gdbarch_tdep): Define gregset and fpregset.
9961         * configure.tgt: Add aarch64-none-linux-gnu.
9962
9963 2013-02-04  Jim MacArthur  <jim.macarthur@arm.com>
9964             Marcus Shawcroft  <marcus.shawcroft@arm.com>
9965             Nigel Stephens  <nigel.stephens@arm.com>
9966             Yufeng Zhang  <yufeng.zhang@arm.com>
9967
9968         * Makefile.in (ALL_64_TARGET_OBS): Add arch64-tdep.o.
9969         (HFILES_NO_SRCDIR): Add aarch64-tdep.h.
9970         (ALLDEPFILES): Add aarch64-tdep.c.
9971         * aarch64-tdep.c: New file.
9972         * aarch64-tdep.h: New file.
9973         * configure.tgt: Add AArch64.
9974         * features/Makefile (WHICH): Add aarch64 and aarch64-without-fpu.
9975         (aarch64-expedite): New definition.
9976         * features/aarch64-core.xml: New file.
9977         * features/aarch64-fpu.xml: New file.
9978         * features/aarch64-without-fpu.c: New file (generated).
9979         * features/aarch64-without-fpu.xml: New file.
9980         * features/aarch64.c: New file (generated).
9981         * features/aarch64.xml: New file.
9982         * regformats/aarch64-without-fpu.dat: New file (generated).
9983         * regformats/aarch64.dat: New file (generated).
9984
9985 2013-02-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
9986
9987         * contrib/expect-read1.c: New file.
9988         * contrib/expect-read1.sh: New file.
9989
9990 2013-02-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
9991
9992         * dwarf2read.c (file_file_name): New function with code from
9993         file_full_name.
9994         (file_full_name): Move most of the code to file_file_name.
9995         (macro_start_file): Rename variable full_name to file_name and use
9996         file_file_name for it.  Add comp_dir parameter to new_macro_table.
9997         * macrocmd.c (show_pp_source_pos): New variable fullname.  Replace any
9998         macro_source_file->filename access by macro_source_fullname call.
9999         * macroscope.c (_initialize_macroscope): Update the new_macro_table
10000         caller.
10001         * macrotab.c (struct macro_table): New field comp_dir.
10002         (macro_include): New variables link_fullname and source_fullname.
10003         Replace any macro_source_file->filename access by macro_source_fullname
10004         call.
10005         (macro_lookup_inclusion): Remove the partial filenames checking code.
10006         (check_for_redefinition): New variables source_fullname and
10007         found_key_fullname.  Replace any macro_source_file->filename access by
10008         macro_source_fullname call.
10009         (macro_undef): New variables source_fullname and key_fullname.  Replace
10010         any macro_source_file->filename access by macro_source_fullname call.
10011         (macro_lookup_definition): New variables retval and source_fullname.
10012         Replace any macro_source_file->filename access by macro_source_fullname
10013         call.
10014         (foreach_macro): New variable key_fullname.  Replace any
10015         macro_source_file->filename access by macro_source_fullname call.
10016         (foreach_macro_in_scope): New variable datum_fullname.  Replace any
10017         macro_source_file->filename access by macro_source_fullname call.
10018         (new_macro_table): Add parameter comp_dir.  Initialize T with it.
10019         (macro_source_fullname): New function.
10020         * macrotab.h (struct macro_source_file): Extent the filename field
10021         comment.
10022         (new_macro_table): New parameter comp_dir, add a comment for it.
10023         (macro_source_fullname): new declaration.
10024
10025 2013-02-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
10026
10027         * dwarf2read.c (dw2_map_symtabs_matching_filename): Move variable
10028         this_real_name to outer block.  Use it also for
10029         compare_filenames_for_search.
10030         (dw2_expand_symtabs_matching): New variable this_real_name.  Use it
10031         with dw2_get_real_path for file_matcher, considering also
10032         BASENAMES_MAY_DIFFER.
10033         (file_full_name): Prepend COMP_DIR even for relative lh->INCLUDE_DIRS.
10034
10035 2013-02-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
10036
10037         * dwarf2read.c (dw2_expand_symtabs_matching): Add basenames parameter
10038         to the file_matcher parameter.  Pass 0 to it.
10039         (dwarf2_create_include_psymtab): Copy also DIRNAME.
10040         * psymtab.c (partial_map_symtabs_matching_filename): Drop handling of
10041         NULL psymtab_to_fullname result.
10042         (psymtab_to_fullname): Remove variable r.  Never return NULL, assemble
10043         an expected filename instead.
10044         (expand_symtabs_matching_via_partial): Add basenames parameter to the
10045         file_matcher parameter.  Call also psymtab_to_fullname, after newly
10046         considering BASENAMES_MAY_DIFFER.
10047         * source.c (rewrite_source_path): Remove static.
10048         * source.h (rewrite_source_path): New declaration.
10049         * symfile.h (struct quick_symbol_functions): Add basenames parameter to
10050         the expand_symtabs_matching field.  Comment it.
10051         * symtab.c (file_matches): New function comment.  Add parameter
10052         basenames, implement it.
10053         (search_symbols_file_matches): Add basenames parameter.  Update the
10054         file_matches caller.
10055         (search_symbols): Match FILES also against symtab_to_fullname.
10056         Optimize it for BASENAMES_MAY_DIFFER.
10057
10058 2013-02-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
10059
10060         * source.c (print_source_lines_base): Print for TUI also "fullname".
10061         * tui/tui-data.c (init_content_element): Change tui_locator_element
10062         field to full_name.
10063         * tui/tui-data.h (struct tui_locator_element): Likewise.
10064         * tui/tui-disasm.c (tui_show_disassem_and_update_source): Rename
10065         tui_update_locator_filename calls to tui_update_locator_fullname.
10066         Replace symtab->filename refererence by symtab_to_fullname call.
10067         * tui/tui-out.c (tui_field_string): Check for "fullname" now.
10068         * tui/tui-source.c (tui_set_source_content): Change tui_locator_element
10069         field to full_name.  Replace symtab->filename refererence by
10070         symtab_to_fullname call.
10071         (tui_show_symtab_source): Rename parameter to fullname.  Change
10072         tui_locator_element field to full_name.
10073         * tui/tui-stack.c: Include source.h.
10074         (tui_set_locator_filename): Rename the declaration to ...
10075         (tui_set_locator_fullname): ... here.  Rename its parameter to
10076         fullname, updates its comment.
10077         (tui_set_locator_info): Rename its parameter to fullname.
10078         (tui_set_locator_filename): Rename the definition to ...
10079         (tui_set_locator_fullname): ... here.  Rename its parameter to
10080         fullname, updates its comment.  Change tui_locator_element field to
10081         full_name.
10082         (tui_set_locator_info): Rename its parameter to fullname.
10083         (tui_set_locator_info): Rename callee to tui_set_locator_fullname.
10084         (tui_update_locator_filename): Rename to ...
10085         (tui_update_locator_fullname): ... here. Rename callee to
10086         tui_set_locator_fullname.
10087         (tui_show_frame_info): Replace symtab->filename refererence by
10088         symtab_to_fullname call.
10089         * tui/tui-stack.h (tui_update_locator_filename): Rename to ...
10090         (tui_update_locator_fullname): ... here.
10091         * tui/tui-winsource.c (tui_display_main): Rename the callee to
10092         tui_update_locator_fullname.  Replace symtab->filename refererence by
10093         symtab_to_fullname call.
10094         * tui/tui.c (tui_show_source): Rename its parameter to fullname.
10095         Rename the callee to tui_update_locator_fullname.
10096         * tui/tui.h (tui_show_source): Rename its parameter to fullname.
10097
10098 2013-02-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
10099
10100         * ada-lang.c (user_select_syms): Replace symtab->filename refererences
10101         by symtab_to_filename_for_display calls.
10102         * breakpoint.c (print_breakpoint_location, resolve_sal_pc): Likewise.
10103         (clear_command): New variable sal_fullname, initialize it.  Replace
10104         compare_filenames_for_search by filename_cmp with sal_fullname.
10105         (say_where, update_static_tracepoint): Replace symtab->filename
10106         refererences by symtab_to_filename_for_display calls.
10107         * cli/cli-cmds.c (edit_command, list_command, ambiguous_line_spec):
10108         Likewise.
10109         * dwarf2read.c: Include source.h.
10110         (fixup_go_packaging): Replace symtab->filename refererences by
10111         symtab_to_filename_for_display calls.
10112         * linespec.c (add_sal_to_sals): Rename variable filename to fullname.
10113         Replace symtab->filename refererences by symtab_to_filename_for_display
10114         calls.
10115         (create_sals_line_offset, convert_linespec_to_sals): New variable
10116         fullname, initialize it, replace symtab->filename reference by the
10117         variable.
10118         * linux-fork.c: Include source.h.
10119         (info_checkpoints_command): Replace symtab->filename refererences by
10120         symtab_to_filename_for_display calls.
10121         * macroscope.c (sal_macro_scope): Replace symtab->filename refererences
10122         by symtab_to_filename_for_display calls.
10123         * mdebugread.c: Include source.h.
10124         (psymtab_to_symtab_1): Replace symtab->filename refererences by
10125         symtab_to_filename_for_display calls.
10126         * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_file)
10127         (mi_cmd_file_list_exec_source_files): Likewise.
10128         * printcmd.c: Include source.h.
10129         (build_address_symbolic): Replace symtab->filename refererences by
10130         symtab_to_filename_for_display calls.
10131         * psymtab.c (partial_map_symtabs_matching_filename)
10132         (read_psymtabs_with_fullname): Call compare_filenames_for_search also
10133         with psymtab_to_fullname.
10134         * python/py-symtab.c (stpy_str): Replace symtab->filename refererences
10135         by symtab_to_filename_for_display calls.
10136         (stpy_get_filename): New variable filename, initialize it, use instead
10137         of symtab->filename refererences.
10138         (salpy_str): Make variable filename const char *.  Replace
10139         symtab->filename refererences by symtab_to_filename_for_display calls.
10140         * skip.c: Include source.h and filenames.h.
10141         (skip_file_command): Remove const from the symtab variable.  Replace
10142         symtab->filename refererences by symtab_to_fullname call.
10143         (function_name_is_marked_for_skip): New variables searched_for_fullname
10144         and fullname.  Use them to search also with symtab's fullname.
10145         * source.c (find_source_lines): Replace symtab->filename refererences
10146         by symtab_to_filename_for_display calls.
10147         (print_source_lines_base): New variable filename, use it instead of
10148         symtab->filename.  Replace symtab->filename refererences by
10149         symtab_to_filename_for_display calls.
10150         (line_info, forward_search_command): Replace symtab->filename
10151         refererences by symtab_to_filename_for_display calls.
10152         (reverse_search_command): Replace symtab->filename refererences by
10153         symtab_to_filename_for_display calls.  New variable filename for it.
10154         * stack.c (frame_info): Likewise.
10155         * symmisc.c: Include source.h.
10156         (dump_objfile, dump_symtab_1, maintenance_print_symbols)
10157         (maintenance_info_symtabs): Replace symtab->filename refererences by
10158         symtab_to_filename_for_display calls.
10159         * symtab.c (iterate_over_some_symtabs): Call
10160         compare_filenames_for_search also with symtab_to_fullname.
10161         (lookup_symbol_aux_quick, basic_lookup_transparent_type_quick): Replace
10162         symtab->filename refererences by symtab_to_filename_for_display calls.
10163         (find_line_symtab): Replace symtab->filename refererences by
10164         symtab_to_filename_for_display calls.
10165         (file_matches): Replace filename_cmp by compare_filenames_for_search.
10166         (print_symbol_info): Make the last parameter const char *.  New
10167         variable s_filename.  Use it in the function.
10168         (symtab_symbol_info): Make the last_filename variable const char *.
10169         Replace symtab->filename refererences by symtab_to_filename_for_display
10170         calls.
10171         (rbreak_command): New variable fullname.  Use it.  Replace
10172         symtab->filename refererence by symtab_to_filename_for_display call.
10173         * tracepoint.c (set_traceframe_context, trace_find_line_command)
10174         (print_one_static_tracepoint_marker): Replace symtab->filename
10175         refererences by symtab_to_filename_for_display calls.
10176         * tui/tui-source.c (tui_set_source_content): New variables filename and
10177         s_filename.  Replace symtab->filename refererences by this variable.
10178         Replace other symtab->filename refererences by
10179         symtab_to_filename_for_display calls.
10180
10181 2013-02-03  Eldar Gaynetdinov <hal9000ed2k@gmail.com>
10182             Jan Kratochvil  <jan.kratochvil@redhat.com>
10183
10184         Add a new variable that controls a way in which filenames are
10185         displayed.
10186         * NEWS (set filename-display): New entry.
10187         * source.c (filename_display_basename, filename_display_relative)
10188         (filename_display_absolute, filename_display_kind_names)
10189         (filename_display_string, show_filename_display_string)
10190         (symtab_to_filename_for_display): New.
10191         (_initialize_source): Added initialization of 'filename-display'
10192         variable.
10193         * source.h (symtab_to_filename_for_display): Added declaration.
10194         * stack.c (print_frame): Added new variable and calling of a new
10195         function and condition with this variable. Changed third argument of
10196         calling of a function.
10197
10198 2013-02-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
10199
10200         * tui/tui-data.c (init_win_info, tui_del_window, tui_free_window):
10201         Rename field reference filename to fullname.
10202         * tui/tui-data.h (struct tui_source_info): Rename field filename to
10203         fullname.  New comment for it.
10204         * tui/tui-source.c (tui_set_source_content): Rename field reference
10205         filename to fullname.  Initialize field by symtab_to_fullname now.
10206         * tui/tui-winsource.c (tui_update_breakpoint_info): Rename field
10207         reference filename to fullname.  Use symtab_to_fullname during
10208         comparison.
10209
10210 2013-02-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
10211
10212         Code cleanup.
10213         * dwarf2read.c (dw2_expand_symtabs_with_filename): Rename to ...
10214         (dw2_expand_symtabs_with_fullname): ... here.  Rename parameter
10215         filename to fullname.  Rename variable this_name to this_fullname.
10216         Lowercase FILENAME_CMP call.
10217         (dw2_find_symbol_file): New comment for the returned string.
10218         (dwarf2_gdb_index_functions): Rename the function to
10219         dw2_expand_symtabs_with_fullname.
10220         * psymtab.c (read_psymtabs_with_filename): Rename to ...
10221         (read_psymtabs_with_fullname): ... here.  Rename parameter filename to
10222         fullname.
10223         (psym_functions): Rename the function to read_psymtabs_with_fullname.
10224         * symfile.h (struct quick_symbol_functions): Rename field
10225         expand_symtabs_with_filename to expand_symtabs_with_fullname and its
10226         parameter filename to fullname.  Document returned string meaning for
10227         find_symbol_file.
10228         * symtab.c (find_line_symtab): Rename the called function to
10229         expand_symtabs_with_fullname.
10230
10231 2013-02-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
10232
10233         Code cleanup.
10234         * breakpoint.c (clear_command): Remove variable is_abs, unify the
10235         call of filename_cmp with compare_filenames_for_search.
10236         * dwarf2read.c (dw2_map_symtabs_matching_filename): Remove variable
10237         is_abs, unify the call of FILENAME_CMP with
10238         compare_filenames_for_search.  New gdb_asserts for real_path and name.
10239         Unify the call of compare_filenames_for_search with FILENAME_CMP.
10240         * psymtab.c (partial_map_symtabs_matching_filename): Likewise.
10241         * symfile.h (struct quick_symbol_functions): Extend the comment for
10242         map_symtabs_matching_filename.
10243         * symtab.c (compare_filenames_for_search): Remove the function comment
10244         relative path requirement.  Handle absolute filenames, with a comment.
10245         (iterate_over_some_symtabs): Remove variable is_abs, unify the call of
10246         FILENAME_CMP with compare_filenames_for_search.  New gdb_asserts for
10247         real_path and name.  Unify the call of compare_filenames_for_search
10248         with FILENAME_CMP.
10249         (iterate_over_symtabs): New gdb_assert on REAL_PATH.
10250
10251 2013-02-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
10252
10253         Code cleanup.
10254         * breakpoint.c (print_breakpoint_location): Replace bp_location field
10255         source_file references by symtab field references.  Remove variables
10256         sal and fullname.
10257         (momentary_breakpoint_from_master, add_location_to_breakpoint):
10258         (clear_command, say_where): Replace bp_location field source_file
10259         references by symtab field references.
10260         (bp_location_dtor): Remove the source_file reference.
10261         (update_static_tracepoint): Replace bp_location field source_file
10262         references by symtab field references.
10263         (breakpoint_free_objfile): New function.
10264         * breakpoint.h (struct bp_location): Extend the comment for line_number.
10265         Replace the field source_file by field symtab, extend its comment.
10266         (breakpoint_free_objfile): New declaration.
10267         * objfiles.c (free_objfile): Call breakpoint_free_objfile.
10268         * tui/tui-winsource.c (tui_update_breakpoint_info): Replace bp_location
10269         field source_file references by symtab field references.
10270
10271 2013-02-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
10272
10273         Replace xfullpath calls by gdb_realpath calls.
10274         * cli/cli-cmds.c (find_and_open_script): Remove xfullpath from the
10275         function comment.
10276         * dwarf2read.c (dw2_map_expand_apply): Remove parameter full_path.
10277         Remove it from the iterate_over_some_symtabs call.
10278         (dw2_map_symtabs_matching_filename): Remove parameter full_path.
10279         Remove it from the dw2_map_expand_apply calls, remove a block handling
10280         it.
10281         * psymtab.c (partial_map_expand_apply): Remove parameter full_path.
10282         Remove it from the iterate_over_some_symtabs call.
10283         (partial_map_symtabs_matching_filename): Remove parameter full_path.
10284         Remove it from the partial_map_expand_apply calls, remove a block
10285         handling it.  Drop gdb_realpath call and cleanups from the real_path
10286         handling.
10287         * source.c (openp): Drop the comment part about xfullpath.  Replace
10288         xfullpath calls by gdb_realpath calls.
10289         (find_and_open_source): Replace xfullpath call by gdb_realpath call.
10290         * symfile.h (struct quick_symbol_functions): Remove parameter full_path
10291         from method map_symtabs_matching_filename and its comment.
10292         * symmisc.c (maintenance_print_msymbols): Replace xfullpath call by
10293         gdb_realpath call.
10294         * symtab.c (iterate_over_some_symtabs): Remove parameter full_path,
10295         remove it also from the function comment, remove a block handling it.
10296         Drop gdb_realpath call and cleanups from the real_path handling.
10297         (iterate_over_symtabs): Drop variable full_path and its use.
10298         * symtab.h (iterate_over_some_symtabs): Remove parameter full_path.
10299         * utils.c (xfullpath): Remove.
10300         * utils.h (xfullpath): Remove.
10301
10302 2013-02-01  Andreas Tobler  <andreast@fgznet.ch>
10303
10304         * Makefile.in (ALL_TARGET_OBS): Add ppc64-tdep.o.
10305         (HFILES_NO_SRCDIR): Add ppc64-tdep.h.
10306         (ALLDEPFILES): Add ppc64-tdep.c.
10307         * configure.tgt (powerpc-*-linux* | powerpc64-*-linux*): Add
10308         ppc64-tdep.o to gdb_target_obs.
10309         * ppc64-tdep.h: New file.
10310         * ppc64-tdep.c: New file.
10311         (insn_d, insn_ds, insn_xfx, ppc64_desc_entry_point): Move from
10312         ppc-linux-tdep.c to here.
10313         (PPC64_STANDARD_LINKAGE1_LEN, PPC64_STANDARD_LINKAGE2_LEN)
10314         (PPC64_STANDARD_LINKAGE2_LEN): Likewise and use ARRAY_SIZE macro.
10315         (ppc64_standard_linkage1_target, ppc64_standard_linkage2_target)
10316         (ppc64_standard_linkage3_target, ppc64_skip_trampoline_code): Move
10317         from ppc-linux-tdep.c to here.
10318         (ppc64_convert_from_func_ptr_addr): Rename from
10319         ppc64_linux_convert_from_func_ptr_addr to
10320         ppc64_convert_from_func_ptr_addr and move from ppc-linux-tdep.c to
10321         here.
10322         * rs6000-tdep.c:
10323         (read_insn): Move from ppc-linux-tdep.c to here.
10324         (insns_match_pattern, insn_d_field, insn_ds_field): Move
10325         from ppc-linux-tdep.c to here and rename them with the ppc_ prefix.
10326         * ppc-linux-tdep.c: Include ppc64-tdep.h.
10327         Removed above functions.
10328         (ppc_linux_init_abi): Adjust.
10329
10330 2013-02-01  Aleksandar Ristovski  <aristovski@qnx.com>
10331
10332         * ada-valprint.c (ada_print_floating): Remove unused 'len'.
10333
10334 2013-02-01  Aleksandar Ristovski  <aristovski@qnx.com>
10335
10336         * ada-lang.c (assign_aggregate): Remove unused 'is_array_aggregate'.
10337
10338 2013-02-01  Pedro Alves  <palves@redhat.com>
10339
10340         * dummy-frame.c (deprecated_pc_in_call_dummy): Delete function.
10341         * frame.h (deprecated_pc_in_call_dummy): Delete declaration.
10342
10343 2013-02-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
10344
10345         * elfread.c (elf_symfile_read): Limit separate debug info additions to
10346         files with no separate debug info.
10347         * objfiles.c (add_separate_debug_objfile): Add gdb_assert calls.
10348         * symfile.c (read_symbols): Call find_separate_debug_file_in_section
10349         only for files with no separate debug info.
10350
10351 2013-01-31  Tom Tromey  <tromey@redhat.com>
10352
10353         * jit.c (jit_program_space_data): Rename from jit_inferior_data;
10354         change type.
10355         (struct jit_program_space_data): Rename from jit_inferior_data.
10356         Update comments.
10357         (get_jit_program_space_data): Rename from get_jit_inferior_data.
10358         Change return type.  Attach data to program space.
10359         (jit_program_space_data_cleanup): Rename from
10360         jit_inferior_data_cleanup; change argument type.
10361         (jit_read_descriptor): Change 'inf_data' argument to 'ps_data',
10362         change type.
10363         (jit_register_code): Update.
10364         (jit_update_inferior_cache): Remove.
10365         (jit_breakpoint_deleted): Get jit data from the location's program
10366         space.
10367         (jit_breakpoint_re_set_internal): Rename 'inf_data' argument to
10368         'ps_data', change type.
10369         (jit_inferior_init, jit_breakpoint_re_set_internal)
10370         (jit_event_handler): Update.
10371         (free_objfile_data): Get data from objfile's program space.
10372         (_initialize_jit): Update.
10373
10374 2013-01-31  Tom Tromey  <tromey@redhat.com>
10375
10376         PR gdb/13987:
10377         * jit.c (struct jit_inferior_data) <cached_code_address,
10378         jit_breakpoint>: New fields.
10379         (jit_breakpoint_re_set_internal): Fix logging.  Only create
10380         breakpoint if cached address has changed.
10381         (jit_update_inferior_cache, jit_breakpoint_deleted): New
10382         functions.
10383         (_initialize_jit): Register breakpoint deleted observer.
10384
10385 2013-01-31  Aleksandar Ristovski  <aristovski@qnx.com>
10386
10387         * infrun.c (handle_syscall_event): Remove unused gdbarch.
10388         (save_infcall_suspend_state): Ifdef out unused inf.
10389         (restore_infcall_suspend_state): Ifdef out unused inf.
10390         * jit.c (jit_register_code): Remove unused i, b, inf_data.
10391         (jit_frame_sniffer): Remove unused inf_data.
10392
10393 2013-01-31  Aleksandar Ristovski  <aristovski@qnx.com>
10394
10395         * c-exp.y (classify_inner_name): Remove unused type.
10396         * c-lang.c (c_printstr): Remove unused byte_order, i, things_printed,
10397         in_quotes, need_comma, wchar_buf, output, cleanup, iter, finished,
10398         need_escape.
10399         (c_get_string): Remove unused kind.
10400         * c-typeprint.c (c_type_print_args): Remove unused i, len, args, table2.
10401
10402 2013-01-31  Aleksandar Ristovski  <aristovski@qnx.com>
10403
10404         * charset.c (intermediate_encoding): Remove unused i.
10405         * completer.c (signal_completer): Remove unused i.
10406         * continuations.c (discard_my_continuations_1): Remove unused
10407         continuation_ptr.
10408         * corelow.c (core_close): Remove unuseD name.
10409         (get_core_siginfo): Remove unused pid.
10410         * cp-namespace.c (cp_lookup_symbol_imports_or_template): Remove unused
10411         i, cps.
10412         * dwarf2loc.c (dwarf2_compile_expr_to_ax): Remove unused base_offset.
10413         (loclist_describe_location): Remove unused first.
10414         * event-top.c (command_line_handler): Remove unused got_eof.
10415         * exec.c (exec_close_1): Remove unused need_symtab_cleanup.
10416         (resize_section_table): Remove unused old_value.
10417         * gdb_bfd.c (gdb_bfd_map_section): Remove unused header.
10418         * gnu-v3-abi.c (compute_vtable_size): Remove unused addr.
10419         * i386-tdep.c (i386_process_record): Remove unused rex.
10420         * infcmd.c (get_return_value): Remove unused uiout.
10421         * jv-lang.c (type_from_class): Remove unused is_array.
10422         * jv-valprint.c (java_val_print): Remove unused i.
10423         * linux-nat.c (linux_nat_stop_lwp): Remove unused ptid.
10424         * linux-thread-db.c (thread_db_find_new_threads_2): Remove unuseD pid.
10425         * m2-typeprint.c (m2_print_type): Remove unused code.
10426         * macroexp.c (get_character_constant): Remove unused body_start.
10427         (macro_stringify): Remove unused result.
10428         * objc-lang.c (find_methods): Remove unused gdbarch.
10429         * objfiles.c (filter_overlapping_sections): Remove unused abfd1, abfd2.
10430         * regcache.c (regcache_cooked_read): Remove unused gdbarch.
10431         * stack.c (print_frame_args): Remove unused summary.
10432         * thread.c (thread_apply_command): Remove unused p.
10433         * valarith.c (value_x_unop): Remove unused mangle_ptr.
10434         * valops.c (search_struct_method): Remove unused skip.
10435         * valprint.c (generic_val_print): Remove unused byte_order.
10436         * varobj.c (varobj_update): Remove unused changed.
10437         * cli/cli-cmds.c (complete_command): Remove unused next_item.
10438         (alias_command): Remove unused c.
10439         * mi/mi-cmd-catch.c (mi_catch_load_unload): Remove unused c.
10440         * mi/mi-main.c (mi_cmd_data_write_register_values): Remove unused
10441         format.
10442         (mi_cmd_data_write_memory): Remove unused word_format.
10443         (mi_cmd_data_write_memory_bytes): Remove unused r.
10444         * python/py-gdb-readline.c (gdbpy_readline_wrapper): Remove unused
10445         p_start, p_end.
10446         * python/python.c (_initialize_python): Remove unused cmd_name, cmd.
10447         * tui/tui-disasm.c (tui_set_disassem_content): Remove unused
10448         line_width.
10449
10450 2013-01-31  Aleksandar Ristovski  <aristovski@qnx.com>
10451
10452         * dwarf2-frame.c (dwarf2_compile_cfa_to_ax): Remove unused num_regs.
10453         * symtab.c (iterate_over_symtabs): Remove unused s.
10454         (find_pc_sect_symtab): Remove unused pspAce.
10455         (find_pc_sect_line): Remove unused alt_symtab.
10456         (find_pcs_for_symtab_line): Remove unused ix, previous_function.
10457         (completion_list_add_name): Remove unused newsize.
10458
10459 2013-01-31  Tom Tromey  <tromey@redhat.com>
10460
10461         PR c++/14998:
10462         * dwarf2read.c (read_tag_ptr_to_member_type): Handle
10463         TYPE_CODE_FUNC.
10464
10465 2013-01-31  Aleksandar Ristovski  <aristovski@qnx.com>
10466
10467         * target.c (target_read_string): Remove unused origlen.
10468
10469 2013-01-31  Aleksandar Ristovski  <aristovski@qnx.com>
10470
10471         * auto-load.c (auto_load_expand_dir_vars): Remove unused dir_vec.
10472         * ax-gdb.c (gen_printf): Remove unused expr, i, bot, fr, flen, fmt.
10473         * ax-general.c (ax_print): Remove unused is_float.
10474         * blockframe.c (block_innermost_frame): Remove unused start, end.
10475         * break-catch-sig.c (catch_signal_command): Remove unused gdbarch.
10476
10477 2013-01-31  Aleksandar Ristovski  <aristovski@qnx.com>
10478
10479         * solib-svr4.c (svr4_keep_data_in_core): Remove unused lmo.
10480         (svr4_read_so_list): Remove unused lmo.
10481         * solib-target.c (solib_target_relocate_section_addresses): Remove
10482         unused flags.
10483
10484 2013-01-30  Tom Tromey  <tromey@redhat.com>
10485
10486         * hppa-tdep.c (read_unwind_info): Use SECT_OFF_TEXT, not "0".
10487
10488 2013-01-30  Tom Tromey  <tromey@redhat.com>
10489
10490         * symfile.c (get_file_crc): Use bfd_calc_gnu_debuglink_crc32.
10491         * utils.c (gnu_debuglink_crc32): Remove.
10492         * utils.h (gnu_debuglink_crc32): Don't declare.
10493
10494 2013-01-30  Tom Tromey  <tromey@redhat.com>
10495
10496         * dwarf2read.c (compute_delayed_physnames, read_call_site_scope)
10497         (read_structure_type, read_enumeration_type): Remove cast.
10498
10499 2013-01-30  Tom Tromey  <tromey@redhat.com>
10500
10501         * dwarf2read.c (read_namespace_type): Remove cast.
10502         (read_typedef): Likewise.
10503
10504 2013-01-29  Tom Tromey  <tromey@redhat.com>
10505
10506         * dwarf2read.c (free_dwo_file): Remove assert.
10507
10508 2013-01-29  Tom Tromey  <tromey@redhat.com>
10509
10510         * value.c (deprecated_set_value_modifiable): Remove.
10511         * value.h (deprecated_set_value_modifiable): Remove.
10512
10513 2013-01-28  Doug Evans  <dje@google.com>
10514
10515         * dwarf2loc.c (dwarf2_find_location_expression): Don't add base address
10516         to addresses from dwo files.
10517
10518 2013-01-25  Siva Chandra Reddy  <sivachandra@google.com>
10519
10520         * valops.c (find_overload_match): Remove unused argument 'lax'.
10521         * value.h: Remove unused argument 'lax' from the declaration of
10522         find_overload_match.
10523         * eval.c (value_subexp_standard): Do not pass a 'lax' argument
10524         to find_overload_match.
10525         * valarith.c (value_user_defined_cpp_op): Do not pass a 'lax'
10526         argument to find_overload_match.
10527
10528 2013-01-25  Tom Tromey  <tromey@redhat.com>
10529
10530         * dwarf2read.c (processing_has_namespace_info): Remove.
10531         (struct dwarf2_cu) <processing_has_namespace_info>: New field.
10532         (process_die, read_func_scope, dwarf2_start_symtab)
10533         (new_symbol_full): Update.
10534
10535 2013-01-25  Tom Tromey  <tromey@redhat.com>
10536
10537         * cp-namespace.c (cp_set_block_scope): Remove.
10538         * cp-support.h (cp_set_block_scope): Remove.
10539         * dbxread.c: Include block.h.
10540         (cp_set_block_scope): New function.
10541         (process_one_symbol): Update.
10542         * dwarf2read.c (read_func_scope): Use block_set_scope.
10543
10544 2013-01-25  Pedro Alves  <palves@redhat.com>
10545
10546         * remote.c (add_current_inferior_and_thread): Tweak comment.
10547
10548 2013-01-25  Tom Tromey  <tromey@redhat.com>
10549
10550         * cp-namespace.c (cp_scan_for_anonymous_namespaces): Update.
10551         (cp_add_using_directive): Add 'copy_names' argument.
10552         * cp-support.h (cp_add_using_directive): Update.
10553         (struct using_direct) <import_src, import_dest, alias,
10554         declaration>: Now const.
10555         * dwarf2read.c (read_import_statement): Use obconcat.
10556         Don't copy names passed to cp_add_using_directive.
10557
10558 2013-01-25  Tom Tromey  <tromey@redhat.com>
10559
10560         * c-exp.y (qualified_name): Use TYPE_SAFE_NAME.
10561
10562 2013-01-25  Pedro Alves  <palves@redhat.com>
10563
10564         * remote.c (stop_reply_extract_thread): New.
10565         (add_current_inferior_and_thread): New parameter 'wait_status'.
10566         Handle it.
10567         (remote_start_remote): Pass wait status to
10568         add_current_inferior_and_thread.
10569         (extended_remote_run): Update comment.
10570         (extended_remote_create_inferior_1): Pass wait status to
10571         add_current_inferior_and_thread.
10572
10573 2013-01-25  Andrew Burgess  <aburgess@broadcom.com>
10574             Ulrich Weigand  <uweigand@de.ibm.com>
10575
10576         * valarith.c (value_vector_widen): New function for replicating a
10577         scalar into a vector.
10578         (value_binop): Use value_vector_widen to widen scalar to vector
10579         rather than casting, this better matches gcc C behaviour.
10580         * valops.c (value_casst): Update logic for casting between vector
10581         types, and for casting from scalar to vector, try to match gcc C
10582         behaviour.
10583         * value.h (value_vector_widen): Declare.
10584         * opencl-lang.c (opencl_value_cast): New opencl specific casting
10585         function, handle special case for casting scalar to vector.
10586         (opencl_relop): Use opencl_value_cast.
10587         (evaluate_subexp_opencl): Use opencl_value_cast instead of
10588         value_cast, and handle BINOP_ASSIGN, UNOP_CAST, and UNOP_CAST_TYPE
10589         in order to use opencl_value_cast.
10590
10591 2013-01-25  Yao Qi  <yao@codesourcery.com>
10592
10593         * event-loop.c: Include "queue.h".
10594         (gdb_event_p): New typedef.
10595         (DECLARE_QUEUE_P): Use.
10596         (DEFINE_QUEUE_P): Use.
10597         (async_queue_event): Remove.
10598         (gdb_event_xfree): New.
10599         (initialize_event_loop): New.
10600         (process_event): Use QUEUE macros.
10601         (event_queue): Remove.
10602         (gdb_wait_for_event): Caller update.
10603         (check_async_event_handlers): Likewise.
10604         (poll_timers): Likewise.
10605         * event-loop.h (initialize_event_loop): Declare.
10606         * event-loop.c (gdb_event_xfree): New.
10607         * top.c (gdb_init): Call initialize_event_loop.
10608
10609 2013-01-25  Yao Qi  <yao@codesourcery.com>
10610
10611         * event-loop.c (async_queue_event): Remove one parameter
10612         'position'.  Remove code handling 'position' == TAIL.
10613         (gdb_wait_for_event): Caller update.
10614         (check_async_event_handlers): Caller update.
10615         (poll_timers): Caller update.
10616         * event-loop.h (enum queue_position): Remove.
10617
10618 2013-01-25  Maxim Kuvyrkov  <maxim@kugelworks.com>
10619
10620         * MAINTAINERS: Update my email.
10621
10622 2013-01-25  Yao Qi  <yao@codesourcery.com>
10623
10624         * main.c (print_gdb_help): Remove "--epoch" from the help
10625         message.
10626
10627 2013-01-24  Ulrich Weigand  <uweigand@de.ibm.com>
10628
10629         * symtab.c (skip_prologue_using_sal): Consider a file
10630         change the same as an increased line number
10631
10632 2013-01-24  Tiago Stürmer Daitx  <tdaitx@linux.vnet.ibm.com>
10633
10634         * MAINTAINERS (Write After Approval): Add myself to the list.
10635
10636 2013-01-24  Tom Tromey  <tromey@redhat.com>
10637
10638         * ada-lang.h (ada_decode_symbol): Make return type const.
10639         * ada-lang.c (ada_decode_symbol): Likewise.
10640
10641 2013-01-23  Doug Evans  <dje@google.com>
10642
10643         * linespec.c (find_linespec_symbols): Make static.
10644
10645 2013-01-23  Tiago Stürmer Daitx  <tdaitx@linux.vnet.ibm.com>
10646
10647         * ppc-sysv-tdep.c (ppc64_sysv_abi_return_value): Set correct
10648         type on float conversion for complex type.
10649
10650 2013-01-23  Siva Chandra Reddy  <sivachandra@google.com>
10651
10652         Add a new class gdb.Architecture which exposes GDB's
10653         internal representation of architecture via GDB Python API.
10654         * Makefile.in: Add entries corresponding to the new file
10655         python/py-arch.c.
10656         * NEWS (Python Scripting): Add entries for the new class
10657         gdb.Architecture and the new method gdb.Frame.architecture.
10658         * python/py-arch.c: Implement gdb.Architecture class.
10659         * python/py-frame.c (frapy_arch): Implement the method
10660         gdb.Frame.architecture().
10661         (frame_object_methods): Add 'architecture' to the method table.
10662         * python/python-internal.h: Add declarations of new utility
10663         functions.
10664         * python/python.c (_initialize_python): Initialize
10665         gdb.Architecture class.
10666
10667 2013-01-23  Doug Evans  <dje@google.com>
10668
10669         Work around binutils/15021.
10670         * dwarf2read.c (dwarf2_per_cu_data): Split imported_symtabs and
10671         type_unit_group out of union s.  All uses updated.
10672         (read_index_from_section): Watch for index version 8.
10673         (follow_die_sig): If using .gdb_index version <= 7, record the TU as
10674         an imported symtab.
10675         (write_psymtabs_to_index): Increment version number to 8.
10676
10677 2013-01-22  Pedro Alves  <palves@redhat.com>
10678
10679         * annotate.c (breakpoint_changed): Skip if breakpoint is not
10680         user-visible.
10681
10682 2013-01-22  Pedro Alves  <palves@redhat.com>
10683
10684         * annotate.c (annotate_breakpoints_changed): Rename to ...
10685         (annotate_breakpoints_invalid): ... this.  Make static.
10686         (breakpoint_changed): Adjust.
10687         (_initialize_annotate): Always install the observers.  Install a
10688         "breakpoint_created" observer.
10689         * annotate.h (annotate_breakpoints_changed): Delete declaration.
10690         * breakpoint.c (set_breakpoint_condition)
10691         (breakpoint_set_commands, do_map_commands_command)
10692         (init_raw_breakpoint, clear_command, set_ignore_count)
10693         (enable_breakpoint_disp): No longer call
10694         annotate_breakpoints_changed.
10695
10696 2013-01-22  Pedro Alves  <palves@redhat.com>
10697
10698         * annotate.c: Include "inferior.h".
10699         (frames_invalid_emitted)
10700         (breakpoints_invalid_emitted): New globals.
10701         (async_background_execution_p): New function.
10702         (annotate_breakpoints_changed, annotate_frames_invalid): Skip
10703         emitting the annotation if it has already been emitted.
10704         (annotate_display_prompt): New function.
10705         * annotate.h (annotate_display_prompt): New declaration.
10706         * event-top.c: Include annotate.h.
10707         (display_gdb_prompt): Call annotate_display_prompt.
10708
10709 2013-01-22  Pedro Alves  <palves@redhat.com>
10710
10711         * annotate.c (ignore_count_changed): Delete.
10712         (annotate_breakpoints_changed): Don't clear ignore_count_changed.
10713         (annotate_ignore_count_change): Delete.
10714         (annotate_stopped): Don't emit a delayed breakpoints-changed
10715         annotation.
10716         * annotate.h (annotate_ignore_count_change): Delete.
10717         * breakpoint.c (bpstat_check_breakpoint_conditions): Don't call
10718         annotate_ignore_count_change.
10719
10720 2013-01-22  Tom Tromey  <tromey@redhat.com>
10721
10722         * dwarf2loc.c (dwarf2_compile_expr_to_ax) <DW_OP_fbreg>: Only
10723         require_rvalue for a register location.
10724
10725 2013-01-21  Marc Khouzam  <marc.khouzam@ericsson.com>
10726
10727         * breakpoint.c (print_one_breakpoint_location): Add MI
10728         field 'thread-groups' when printing a breakpoint.
10729         (output_thread_groups): New function.
10730
10731 2013-01-21  Siva Chandra Reddy  <sivachandra@google.com>
10732
10733         * python/lib/gdb/commands/explore.py
10734         (CompoundExplorer.explore_expr): Correct the name of a method
10735         being invoked.
10736         (ExploreTypeCommand.invoke): Add a missing 'return'.
10737
10738 2013-01-21  Tom Tromey  <tromey@redhat.com>
10739
10740         * gdb_obstack.h (obconcat): Move declaration here, from...
10741         * symfile.h (obconcat): ... here.
10742         * gdb_obstack.c: New file.
10743         (obconcat): Move from...
10744         * symfile.c (obconcat): ... here.
10745         * Makefile.in (SFILES): Add gdb_obstack.c.
10746         (COMMON_OBS): Add gdb_obstack.o.
10747
10748 2013-01-21  Tom Tromey  <tromey@redhat.com>
10749
10750         * symfile.h (obsavestring): Don't declare.
10751         * symfile.c (obsavestring): Remove.
10752         * ada-exp.y: Use obstack_copy0, not obsavestring.
10753         * ada-lang.c: Use obstack_copy0, not obsavestring.
10754         * coffread.c: Use obstack_copy0, not obsavestring.
10755         * cp-namespace.c: Use obstack_copy0, not obsavestring.
10756         * dbxread.c: Use obstack_copy0, not obsavestring.
10757         * dwarf2read.c: Use obstack_copy0, not obsavestring.
10758         * jit.c: Use obstack_copy0, not obsavestring.
10759         * mdebugread.c: Use obstack_copy0, not obsavestring.
10760         * psymtab.c: Use obstack_copy0, not obsavestring.
10761         * stabsread.c: Use obstack_copy0, not obsavestring.
10762         * xcoffread.c: Use obstack_copy0, not obsavestring.
10763
10764 2013-01-21  Tom Tromey  <tromey@redhat.com>
10765
10766         * dwarf2read.c (fixup_go_packaging): Save package name
10767         on objfile obstack.
10768         * gdbtypes.c (init_type): Don't copy name.
10769
10770 2013-01-21  Tom Tromey  <tromey@redhat.com>
10771
10772         * dwarf2read.c (struct partial_die_info) <name, scope>: Now
10773         const.
10774         (struct attribute) <u.str>: Now const.
10775         (struct fnfieldlist) <name>: Now const.
10776         (dw2_get_file_names_reader, init_cutu_and_read_dies): Update.
10777         (partial_die_parent_scope): Make return type const.
10778         (partial_die_full_name, add_partial_symbol): Update.
10779         (dwarf2_compute_name, dwarf2_full_name, dwarf2_physname): Make
10780         'name' const.
10781         (find_file_and_directory): Make 'name' and 'comp_dir' const.
10782         (read_file_scope, read_func_scope, dwarf2_add_field)
10783         (dwarf2_add_member_fn, read_structure_type)
10784         (process_enumeration_scope, read_array_type, read_module_type)
10785         (read_base_type, read_subrange_type): Update.
10786         (dwarf2_start_symtab): Make 'name' and 'comp_dir' const.
10787         (new_symbol_full, guess_full_die_structure_name): Update.
10788         (dwarf2_canonicalize_name): Return const type.  Make 'name' const.
10789         (dwarf2_name): Return const type.
10790         (dwarf_decode_macro_bytes, dwarf_decode_macros): Make 'comp_dir'
10791         const.
10792
10793 2013-01-21  Tom Tromey  <tromey@redhat.com>
10794
10795         * gdbtypes.c (init_type): Make 'name' const.
10796         * gdbtypes.h (init_type): Update.
10797
10798 2013-01-21  Tom Tromey  <tromey@redhat.com>
10799
10800         * buildsym.c (patch_subfile_names): Use set_last_source_file.
10801         (start_symtab): Make 'name' and 'dirname' const.  Use
10802         set_last_source_file.
10803         (restart_symtab, reset_symtab_globals): Use set_last_source_file.
10804         (last_source_file): Define.  Now static.
10805         (set_last_source_file, get_last_source_file): New functions.
10806         * buildsym.h (last_source_file): Don't declare.
10807         (start_symtab): Update.
10808         (set_last_source_file, get_last_source_file): Declare.
10809         * coffread.c (complete_symtab): Use set_last_source_file.
10810         (coff_end_symtab): Likewise.
10811         (coff_symtab_read): Use set_last_source_file, get_last_source_file.
10812         * dbxread.c (read_dbx_symtab, read_ofile_symtab): Use
10813         set_last_source_file.
10814         (process_one_symbol): Use get_last_source_file.
10815         * mdebugread.c (parse_partial_symbols): Use set_last_source_file.
10816         (psymtab_to_symtab_1): Use get_last_source_file.
10817         * xcoffread.c (process_linenos): Use get_last_source_file.
10818         (complete_symtab): Use set_last_source_file.
10819         (read_xcoff_symtab): Use set_last_source_file, get_last_source_file.
10820         (scan_xcoff_symtab): Use set_last_source_file.
10821
10822 2013-01-21  Tom Tromey  <tromey@redhat.com>
10823
10824         * symtab.c (struct demangled_name_entry) <mangled>: Now const.
10825         (symbol_set_names): Remove casts.  Handle field const-ness.
10826
10827 2013-01-21  Tom Tromey  <tromey@redhat.com>
10828
10829         * dwarf2read.c (new_symbol_full): Remove cast.
10830         * symtab.c (symbol_set_demangled_name): Make 'name' const.
10831         * symtab.h (symbol_set_demangled_name): Update.
10832
10833 2013-01-21  Tom Tromey  <tromey@redhat.com>
10834
10835         * main.c (captured_main): Call bfd_init.
10836
10837 2013-01-21  Tom Tromey  <tromey@redhat.com>
10838
10839         * gnu-v2-abi.c (_initialize_gnu_v2_abi): Don't set default ABI.
10840         * gnu-v3-abi.c (_initialize_gnu_v3_abi): Set default ABI.
10841         * minsyms.c (install_minimal_symbols): Don't check for _Z symbols.
10842         * NEWS: Update.
10843
10844 2013-01-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
10845
10846         * symmisc.c (maintenance_print_msymbols): Check also ST_DEV.
10847
10848 2013-01-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
10849
10850         Fix gdb.fortran/common-block.exp crash in PIE mode.
10851         * dwarf2read.c (new_symbol_full) <DW_TAG_common_block>: Use
10852         LOC_COMMON_BLOCK.
10853         * f-valprint.c (info_common_command_for_block): Expect
10854         LOC_COMMON_BLOCK in gdb_assert.
10855         * symtab.h (struct general_symbol_info): Update comment for the
10856         common_block member.
10857         (domain_enum): Extend comment for the COMMON_BLOCK_DOMAIN member.
10858         (enum address_class): New member LOC_COMMON_BLOCK.
10859
10860 2013-01-18  David Blaikie  <dblaikie@gmail.com>
10861
10862         * MAINTAINERS (Write After Approval): Add "David Blaikie".
10863
10864 2013-01-18  Tom Tromey  <tromey@redhat.com>
10865
10866         PR c++/14999:
10867         * dwarf2loc.c (dwarf2_compile_expr_to_ax) <DW_OP_fbreg>:
10868         Call require_rvalue.
10869
10870 2013-01-18  Yao Qi  <yao@codesourcery.com>
10871
10872         * dbxread.c (dbx_psymtab_to_symtab): Delete the declaration.
10873         (dbx_read_symtab): New declaration.
10874         (dbx_psymtab_to_symtab): Delete.
10875         (dbx_read_symtab): Rename from dbx_psymtab_to_symtab.
10876         Rename parameter PST to SELF.  Exchanged two parameters.
10877         (start_psymtab): Caller update.
10878         * dwarf2read.c (dwarf2_psymtab_to_symtab): Delete the declaration.
10879         (dwarf2_read_symtab): New declaration.
10880         (dwarf2_psymtab_to_symtab): Delete.
10881         (dwarf2_read_symtab): Rename from dwarf2_psymtab_to_symtab.
10882         Rename parameter PST to SELF.  Exchanged two parameters.
10883         (create_partial_symtab): Caller update.
10884         * mdebugread.c (mdebug_psymtab_to_symtab): Delete.
10885         (mdebug_read_symtab): Rename from mdebug_psymtab_to_symtab.
10886         Rename parameter PST to SELF.  Exchanged two parameters.
10887         (parse_partial_symbols, new_psymtab): Caller update.
10888         * psympriv.h (struct partial_symtab) <read_symtab>: Exchange
10889         two parameters.
10890         * psymtab.c (psymtab_to_symtab): Caller update.
10891         * xcoffread.c (xcoff_psymtab_to_symtab): Delete.
10892         (xcoff_read_symtab): Rename from xcoff_psymtab_to_symtab.
10893         Rename parameter PST to SELF.  Exchanged two parameters.
10894         (xcoff_start_psymtab): Caller update.
10895
10896 2013-01-18  Yao Qi  <yao@codesourcery.com>
10897
10898         * infrun.c (proceed): Rename local variable 'oneproc' to
10899         'force_step'.
10900
10901 2013-01-17  Doug Evans  <dje@google.com>
10902
10903         * dwarf2read.c (dw2_build_type_unit_groups_reader): Delete.
10904         (dw2_build_type_unit_groups): Delete.  All uses updated.
10905
10906         * symtab.h (struct symbol_search): Add comment.
10907
10908 2013-01-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
10909
10910         * symtab.c (compare_filenames_for_search): New comment for
10911         HAS_DRIVE_SPEC.
10912
10913 2013-01-17  Tom Tromey  <tromey@redhat.com>
10914
10915         * cp-abi.c (cp_abi_completer): Fix typo in assignment.
10916
10917 2013-01-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
10918
10919         * symtab.c (iterate_over_some_symtabs): New variable cleanups,
10920         initialize it by existing make_cleanup.  Call new do_cleanups.
10921
10922 2013-01-17  Tom Tromey  <tromey@redhat.com>
10923
10924         * cp-abi.c (cp_abi_completer): New function.
10925         (_initialize_cp_abi): Set completer for "set cp-abi".
10926
10927 2013-01-17  Tom Tromey  <tromey@redhat.com>
10928
10929         * mem-break.c: Remove obsolete comment.
10930         * bfin-tdep.c (bfin_breakpoint_from_pc): Fix comment.
10931
10932 2012-01-17  Sanjoy Das <sanjoy@playingwithpointers.com>
10933
10934         * jit.c (jit_reader_load_command): Interpret the jit reader name
10935         as an absolute path if it begins with a forward slash.
10936
10937 2012-01-17  Sanjoy Das <sanjoy@playingwithpointers.com>
10938
10939         PR gdb/14550
10940
10941         * jit.c (finalize_symtab): Ensure that only the global block has a
10942         NULL superblock.
10943
10944 2013-01-17  Pedro Alves  <palves@redhat.com>
10945
10946         * acinclude.m4: Include ../config/plugins.m4,
10947         ../config/largefile.m4 and ../config/lead-dot.m4.  Add comments.
10948         * Makefile.in (aclocal_m4_deps): Update.
10949         * aclocal.m4: Renegerate.
10950
10951 2013-01-16  Doug Evans  <dje@google.com>
10952
10953         * contrib/cc-with-tweaks.sh: Add references to Fission docs.
10954
10955 2013-01-16  Pedro Alves  <palves@redhat.com>
10956             Tom Tromey  <tromey@redhat.com>
10957
10958         PR cli/7221:
10959         * NEWS: Add "catch signal".
10960         * breakpoint.c (base_breakpoint_ops): No longer static.
10961         (bpstat_explains_signal): New function.
10962         (init_catchpoint): No longer static.
10963         (base_breakpoint_explains_signal): New function.
10964         (base_breakpoint_ops): Initialize new field.
10965         * breakpoint.h (enum bpstat_signal_value): New.
10966         (struct breakpoint_ops) <explains_signal>: New field.
10967         (bpstat_explains_signal): Remove macro, declare as function.
10968         (base_breakpoint_ops, init_catchpoint): Declare.
10969         * break-catch-sig.c: New file.
10970         * inferior.h (signal_catch_update): Declare.
10971         * infrun.c (signal_catch): New global.
10972         (handle_syscall_event): Update for change to
10973         bpstat_explains_signal.
10974         (handle_inferior_event): Likewise.  Always handle random signals
10975         via bpstats.
10976         (signal_cache_update): Check signal_catch.
10977         (signal_catch_update): New function.
10978         (_initialize_infrun): Initialize signal_catch.
10979         * Makefile.in (SFILES): Add break-catch-sig.c.
10980         (COMMON_OBS): Add break-catch-sig.o.
10981
10982 2013-01-16  Tom Tromey  <tromey@redhat.com>
10983
10984         * breakpoint.c (print_one_catch_fork, print_one_catch_vfork)
10985         (print_one_catch_solib, print_one_catch_syscall)
10986         (print_one_catch_exec, print_one_exception_catchpoint): Emit
10987         "catch-type".
10988
10989 2013-01-16  Yao Qi  <yao@codesourcery.com>
10990
10991         * printcmd.c (current_display_number): Make it static.
10992
10993 2013-01-16  Yao Qi  <yao@codesourcery.com>
10994
10995         * infcmd.c (step_once): Don't check '!single_inst' as it was
10996         checked before.
10997
10998 2013-01-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
10999
11000         * dwarf2read.c (psymtab_include_file_name): Extend the function comment.
11001
11002 2013-01-14  Tom Tromey  <tromey@redhat.com>
11003
11004         * cli/cli-decode.c (add_setshow_string_noescape_cmd): Return the
11005         set command.
11006         * command.h (add_setshow_string_noescape_cmd): Update.
11007         * corefile.c (set_gnutarget_command): Remove trailing whitespace.
11008         (complete_set_gnutarget): New function.
11009         (_initialize_core): Set the "set gnutarget" completer.
11010
11011 2013-01-14  Tom Tromey  <tromey@redhat.com>
11012
11013         PR symtab/14442:
11014         * c-typeprint.c (cp_type_print_method_args): Handle 'restrict'.
11015         (c_type_print_modifier): Likewise.
11016         * dwarf2read.c (read_tag_restrict_type): New function.
11017         (read_type_die_1): Handle DW_TAG_restrict_type.
11018         * gdbtypes.c (make_restrict_type): New function.
11019         (recursive_dump_type): Handle TYPE_RESTRICT.
11020         * gdbtypes.h (enum type_flag_values): Renumber.
11021         (enum type_instance_flag_value): Add
11022         TYPE_INSTANCE_FLAG_RESTRICT.
11023         (TYPE_RESTRICT): New macro.
11024         (make_restrict_type): Declare.
11025
11026 2013-01-14  Tom Tromey  <tromey@redhat.com>
11027
11028         PR symtab/14931:
11029         * psymtab.c (struct psymtab_state): New.
11030         (discard_psymtabs_upto, make_cleanup_discard_psymtabs): New
11031         functions.
11032         * psympriv.h (make_cleanup_discard_psymtabs): Declare.
11033         * dwarf2read.c (dwarf2_build_psymtabs): Catch exceptions.
11034
11035 2013-01-14  Richard Sharman  <richard_sharman@mitel.com>
11036             Pedro Alves  <palves@redhat.com>
11037
11038         PR remote/14786
11039
11040         * remote.c (remote_threads_info): Make a copy of the reply from
11041         qfThreadInfo and use that instead of rs->buf.
11042
11043 2013-01-14  Yao Qi  <yao@codesourcery.com>
11044
11045         * dbxread.c (dbx_psymtab_to_symtab_1): Don't check PST is NULL.
11046         (dbx_psymtab_to_symtab): Likewise.
11047         * dwarf2read.c (dwarf2_psymtab_to_symtab): Likewise.
11048         * mdebugread.c (mdebug_psymtab_to_symtab): Likewise.
11049         * xcoffread.c (xcoff_psymtab_to_symtab_1): Likewise.
11050
11051 2013-01-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
11052
11053         * parse.c (parse_exp_in_context): New variable inner_chain.  Call
11054         make_cleanup_restore_current_language.  Call set_language.  Move
11055         OLD_CHAIN and INNER_CHAIN cleanups.
11056         * utils.c (do_restore_current_language)
11057         (make_cleanup_restore_current_language): New functions.
11058         * utils.h (make_cleanup_restore_current_language): New declaration.
11059
11060 2013-01-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
11061
11062         * source.c (symtab_to_fullname): Apply rewrite_source_path also for
11063         non-existing files.
11064
11065         * source.c (symtab_to_fullname): Do not prepend DIRNAME for
11066         non-existing files if FILENAME is already absolute.
11067
11068 2013-01-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
11069
11070         * macrocmd.c (macro_inform_no_debuginfo): Use puts_filtered instead of
11071         fputs_filtered.  Append trailing newline.
11072
11073 2013-01-11  Yao Qi  <yao@codesourcery.com>
11074             Stan Shebs  <stan@codesourcery.com>
11075
11076         * psymtab.c (init_psymbol_list): Clarify the comment.
11077
11078 2013-01-11  Yao Qi  <yao@codesourcery.com>
11079
11080         * breakpoint.c (print_one_breakpoint_location): Remove dead code.
11081         (update_dprintf_command_list): Assert that 'printf_line' is
11082         non-null.  Remove condition check.
11083
11084 2013-01-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
11085
11086         Code cleanup.
11087         * psymtab.c (psymtab_to_fullname, psymtab_to_fullname): Make the return
11088         type const char *.
11089         * tui/tui-source.c (tui_source_is_displayed): Make the parameter fname
11090         const char *.
11091         * tui/tui-source.h (tui_source_is_displayed): Likewise.
11092
11093 2013-01-09  Anthony Green  <green@moxielogic.com>
11094
11095         * cp-abi.c (cplus_print_vtable): Don't return value from void
11096         function.
11097         * ada-lang.c (re_set_catch_assert): Ditto.
11098
11099 2013-01-09  Doug Evans  <dje@google.com>
11100
11101         * symfile.h (quick_symbol_functions): Delete member
11102         pre_expand_symtabs_matching.  All uses removed.
11103         * dwarf2read.c (dw2_lookup_symbol): Implement.
11104         (dw2_do_expand_symtabs_matching): Delete.
11105         (dw2_pre_expand_symtabs_matching): Delete.
11106         (struct dw2_symtab_iterator): New type.
11107         (dw2_symtab_iter_init, dw2_symtab_iter_next): New functions.
11108         (dw2_expand_symtabs_for_function): Rewrite.
11109         (dwarf2_gdb_index_functions): Update.
11110         * psymtab.c (pre_expand_symtabs_matching_psymtabs): Delete.
11111         (psym_functions): Update.
11112
11113 2013-01-09  Tom Tromey  <tromey@redhat.com>
11114
11115         * config/pa/hpux.mh (NATDEPFILES): Remove somread.o.
11116         * configure: Rebuild.
11117         * configure.ac: Add somread.o to the build if BFD has SOM
11118         support.
11119         * somread.c: Include som/aout.h, not syms.h.
11120         (som_symtab_read): Use som_external_symbol_dictionary_record.
11121         Unpack records manually.
11122         (_initialize_somread): Declare.
11123
11124 2012-01-08  Mike Frysinger  <vapier@gentoo.org>
11125
11126         * common/linux-ptrace.c (linux_ptrace_test_ret_to_nx) [__x86_64__]:
11127         Cast return_address to 64bits.
11128
11129 2013-01-08  Hui Zhu  <hui_zhu@mentor.com>
11130
11131         * printcmd.c: Remove define of function output_command.
11132         * tracepoint.c: Remove extern of function output_command.
11133         * valprint.h: (output_command): New extern.
11134
11135 2013-01-07  Tom Tromey  <tromey@redhat.com>
11136
11137         * objc-lang.c (objc_emit_char, objc_printchar, objc_printstr):
11138         Remove.
11139         (objc_language_defn): Use c_printchar, c_printstr,
11140         c_emit_char.
11141
11142 2013-01-07  Tom Tromey  <tromey@redhat.com>
11143
11144         PR cli/7719:
11145         * NEWS: Update.
11146         * ada-valprint.c (printstr, print_field_values): Remove
11147         "inspect_it" code.
11148         * cp-valprint.c (cp_print_value_fields): Remove "inspect_it"
11149         code.
11150         * jv-valprint.c (java_print_value_fields): Remove "inspect_it"
11151         code.
11152         * m2-lang.c (m2_printstr): Remove "inspect_it" code.
11153         * main.c (captured_main): Remove "epoch" argument.
11154         * objc-lang.c (objc_printstr): Remove "inspect_it" code.
11155         * p-lang.c (pascal_printstr): Remove "inspect_it" code.
11156         * p-valprint.c (pascal_object_print_value_fields): Remove
11157         "inspect_it" code.
11158         * printcmd.c (print_command_1): Remove 'inspect' argument.
11159         (print_command, call_command): Update.
11160         (inspect_command): Remove.
11161         (_initialize_printcmd): Make "inspect" an alias for "print".
11162         * top.c (epoch_interface): Remove.
11163         * top.h (epoch_interface): Remove.
11164         * valprint.c (user_print_options): Update.
11165         (print_converted_chars_to_obstack): Remove "inspect_it" code.
11166         * valprint.h (struct value_print_options) <inspect_it>: Remove
11167         field.
11168
11169 2013-01-04  Tom Tromey  <tromey@redhat.com>
11170
11171         * valprint.h (read_string): Add 'extern'.
11172
11173 2013-01-07  Joel Brobecker  <brobecker@adacore.com>
11174
11175         * darwin-nat.c: Fix typo in TASK_DYLD_INFO_COUNT macro test
11176         used to decide whether to define darwin_read_dyld_info or not.
11177
11178 2013-01-03  Pierre Muller  <muller@sourceware.org>
11179
11180         * main.c (relocate_gdb_directory): Avoid calling stat function
11181         if DIR is empty.
11182
11183 2013-01-03  Yao Qi  <yao@codesourcery.com>
11184
11185         * psymtab.c (fixup_psymbol_section): Update declaration.
11186         (fixup_psymbol_section): Remove code returning value.
11187
11188 2013-01-03  Yao Qi  <yao@codesourcery.com>
11189
11190         * symtab.h: Remove some out of date comments.
11191          (enum exception_event_kind): Move it ...
11192         * breakpoint.c: ... here.
11193
11194 2013-01-02  Iain Sandoe  <developer@sandoe-acoustics.co.uk>
11195
11196         PR gdb/14405
11197         * darwin-nat.c (darwin_read_dyld_info): Only build if
11198         TASK_DYLD_INFO_COUNT is defined.
11199         (darwin_xfer_partial): Call darwin_read_dyld_info only if
11200         TASK_DYLD_INFO_COUNT is defined.
11201
11202 2013-01-02  Tom Tromey  <tromey@redhat.com>
11203
11204         * symfile.h (struct ecoff_debug_hack): Remove.
11205         * objfiles.c: Don't include mdebugread.h.
11206
11207 2013-01-02  Tom Tromey  <tromey@redhat.com>
11208
11209         * config/i386/darwin.mh (NATDEPFILES): Remove machoread.o.
11210         * configure.ac: Check for Mach-O support in BFD.  Update
11211         CONFIG_OBS.
11212         * configure: Rebuild.
11213
11214 2013-01-02  Tom Tromey  <tromey@redhat.com>
11215
11216         * acinclude.m4 (GDB_AC_CHECK_BFD): New macro.
11217         * configure.ac: Use GDB_AC_CHECK_BFD.
11218         * configure: Rebuild.
11219
11220 2013-01-01  Maxim Kuvyrkov  <maxim.kuvyrkov@gmail.com>
11221
11222         * MAINTAINERS: Update my email.
11223
11224 2013-01-01  Joel Brobecker  <brobecker@adacore.com>
11225
11226         * cli/cli-script.h (make_cleanup_free_command_lines): Make extern.
11227
11228 2013-01-01  Joel Brobecker  <brobecker@adacore.com>
11229
11230         * rs6000-nat.c (bss_data_overlap): New function.
11231         (vmap_symtab): Use it to adjust the .bss section's offset.
11232
11233 2013-01-01  Joel Brobecker  <brobecker@adacore.com>
11234
11235         Update year range in copyright notice of all files.
11236
11237 2013-01-01, 13  Joel Brobecker  <brobecker@adacore.com>
11238
11239         * top.c (print_gdb_version): Update copyright year.
11240
11241 For older changes see ChangeLog-2012.
11242 \f
11243 Local Variables:
11244 mode: change-log
11245 left-margin: 8
11246 fill-column: 74
11247 version-control: never
11248 coding: utf-8
11249 End: