remove erroneous return from setup_user_args
[platform/upstream/binutils.git] / gdb / ChangeLog
1 2013-05-30  Tom Tromey  <tromey@redhat.com>
2
3         * cli/cli-script.c (setup_user_args): Don't return after error.
4
5 2013-05-30  Tom Tromey  <tromey@redhat.com>
6
7         * somread.c (som_symtab_read): Call do_cleanups.
8
9 2013-05-30  Tom Tromey  <tromey@redhat.com>
10
11         * printcmd.c (print_command_1): Unconditionally call do_cleanups.
12
13 2013-05-30  Tom Tromey  <tromey@redhat.com>
14
15         * cli/cli-cmds.c (cd_command, alias_command): Call do_cleanups.
16         * cli/cli-dump.c (restore_binary_file): Call do_cleanups.
17         * interps.c (interpreter_exec_cmd): Call do_cleanups.
18         * source.c (show_substitute_path_command): Call do_cleanups.
19         (unset_substitute_path_command, set_substitute_path_command):
20         Likewise.
21         * symfile.c (load_command): Call do_cleanups.
22
23 2013-05-30  Tom Tromey  <tromey@redhat.com>
24
25         * contrib/cleanup_check.py: New file.
26         * contrib/gcc-with-excheck: Add option parsing.
27
28 2013-05-30  Joel Brobecker  <brobecker@adacore.com>
29
30         * windows-nat.c (windows_delete_thread): Add missing space
31         in cast expression.
32
33 2013-05-30  Hafiz Abid Qadeer  <abidh@codesourcery.com>
34
35         * inferior.c (top level): Include tilde.h.
36         (add_inferior_command): Call tilde_expand on the value of 'exec'
37         argument.
38
39 2013-05-30  Pedro Alves  <pedro@codesourcery.com>
40             Yao Qi  <yao@codesourcery.com>
41
42         * tracepoint.c (encode_actions_1): Remove parameter 't'.
43         Caller update.
44         (encode_actions): Likewise.
45         * remote.c (remote_download_tracepoint): Caller update.
46         * tracepoint.h (encode_actions): Update declaration.
47
48 2013-05-30  Pedro Alves  <palves@redhat.com>
49
50         * python/python-internal.h (gdb_Py_DECREF): Cast OP to PyObject
51         pointer.
52
53 2013-05-30  Yao Qi  <yao@codesourcery.com>
54
55         * remote.c (remote_check_symbols): Remove unused parameter
56         'objfile'.
57         Declaration update.
58         (remote_start_remote, remote_new_objfile): Caller update.
59
60 2013-05-30  Yao Qi  <yao@codesourcery.com>
61
62         * mi/mi-cmds.c (mi_cmds): Define MI command
63         '-exec-arguments' by macro DEF_MI_CMD_CLI_1 instead of
64         DEF_MI_CMD_CLI.
65
66 2013-05-29  Pedro Alves  <palves@redhat.com>
67
68         * remote.c (remote_insert_breakpoint, remote_remove_breakpoint)
69         (remote_insert_watchpoint, remote_remove_watchpoint)
70         (remote_insert_hw_breakpoint, remote_remove_hw_breakpoint)
71         (remote_verify_memory, compare_sections_command)
72         (remote_search_memory): Set the general process/thread on the
73         remote side.
74
75 2013-05-29  Pedro Alves  <palves@redhat.com>
76
77         * aarch64-tdep.c: Don't include "features/aarch64-without-fpu.c".
78         (_initialize_aarch64_tdep): Don't call
79         initialize_tdesc_aarch64_without_fpu.
80         * features/Makefile (WHICH): Remove reference to
81         aarch64-without-fpu.
82         * features/aarch64-without-fpu.c: Delete file.
83         * regformats/aarch64-without-fpu.dat: Delete file.
84
85 2013-05-28  Yao Qi  <yao@codesourcery.com>
86
87         * tracepoint.c (stringify_collection_list): Remove parameter
88         'string'.
89         (encode_actions): Caller update.  Remove local variables.
90
91 2013-05-24  Yao Qi  <yao@codesourcery.com>
92
93         * tracepoint.c (TFILE_PID): Remove.
94         (tfile_open): Don't add thread and inferior.
95         (tfile_close): Don't set 'inferior_ptid'.  Don't call
96         exit_inferior_silent.
97         (tfile_thread_alive): Remove.
98         (init_tfile_ops): Don't set field 'to_thread_alive' of
99         tfile_ops.
100
101 2013-05-23  Doug Evans  <dje@google.com>
102
103         * contrib/cc-with-tweaks.sh (-p): Handle no dwo files.
104
105 2013-05-23  Pedro Alves  <palves@redhat.com>
106
107         * common/filestuff.c [USE_WIN32API]: Define HAVE_SOCKETS.
108         [HAVE_SYS_SOCKET_H]: Define HAVE_SOCKETS.
109         (socket_mark_cloexec, gdb_socketpair_cloexec, gdb_socket_cloexec):
110         Only define if HAVE_SOCKETS is defined.
111         * configure.ac: Check for sys/socket.h.
112         * config.in, configure: Regenerate.
113
114 2013-05-23  Pedro Alves  <palves@redhat.com>
115
116         * dwarf2read.c (create_dwp_hash_table, create_dwo_in_dwp)
117         (open_and_init_dwp_file): Use %s/pulongest instead of %u for
118         printing uint32_t variables.
119
120 2013-05-23  Pedro Alves  <palves@redhat.com>
121
122         * NEWS: Mention GDBserver range stepping support.
123
124 2013-05-23  Yao Qi  <yao@codesourcery.com>
125             Pedro Alves  <palves@redhat.com>
126
127         * gdbthread.h (struct thread_control_state) <may_range_step>: New
128         field.
129         * infcmd.c (step_once, until_next_command): Enable range stepping.
130         * infrun.c (displaced_step_prepare): Disable range stepping.
131         (resume): Disable range stepping if stepping over a breakpoint or
132         we have software watchpoints.  If range stepping is enabled,
133         assert the thread is in the stepping range.
134         (clear_proceed_status_thread): Clear may_range_step.
135         (handle_inferior_event): Disable range stepping as soon as we know
136         the thread that hit the event.  Re-enable it whenever we're going
137         to step with a step range.
138         * remote.c (struct vCont_action_support) <r>: New field.
139         (use_range_stepping): New global.
140         (remote_vcont_probe): Handle 'r' action.
141         (append_resumption): Append an 'r' action if the thread may range
142         step.
143         (show_range_stepping): New function.
144         (set_range_stepping): New function.
145         (_initialize_remote): Call add_setshow_boolean_cmd to register the
146         'set range-stepping' and 'show range-stepping' commands.
147         * NEWS: Mention range stepping, the new vCont;r action, and the
148         new "set/show range-stepping" commands.
149
150 2013-05-23  Yao Qi  <yao@codesourcery.com>
151             Pedro Alves  <palves@redhat.com>
152
153         * remote.c (struct vCont_action_support): New struct.
154         (struct remote_state) <support_vCont_t>: Remove field.
155         <vCont_actions_support>: New field.
156         (remote_vcont_probe, remote_stop_ns): Update.
157
158 2013-05-23  Yao Qi  <yao@codesourcery.com>
159             Pedro Alves  <palves@redhat.com>
160
161         * gdbthread.h (pc_in_thread_step_range): New declaration.
162         * thread.c (pc_in_thread_step_range): New function.
163         * infrun.c (handle_inferior_event): Use it.
164
165 2013-05-23  Joel Brobecker  <brobecker@adacore.com>
166
167         * mi/mi-cmd-break.c (mi_argv_to_format): Use xsnprintf instead
168         of sprintf.
169
170 2013-05-22  Keith Seitz  <keiths@redhat.com>
171
172         * ada-lang.c (is_known_support_routine): Add explicit free of
173         'func_name' from find_frame_funname.
174         (ada_unhandled_exception_name_addr_from_raise): Add cleanups
175         for func_name from find_frame_funname.
176         * python/py-frame.c (frapy_name): Add explicit free of
177         'name' from find_frame_funname.
178         * stack.c (find_frame_funname): Add comment explaining that
179         funcp must be freed by the caller.
180         Return copy of symbol names instead of pointers.
181         (print_frame): Add a cleanup for 'funname' from
182         find_frame_funname.
183         * stack.h (find_frame_funname): Remove "const" from
184         'funname' parameter.
185
186 2013-05-22  Tom Tromey  <tromey@redhat.com>
187
188         PR c++/15401:
189         * c-valprint.c (c_value_print): Use value_addr for
190         references.  Convert back to reference type with value_ref.
191
192 2013-05-22  Eli Zaretskii  <eliz@gnu.org>
193
194         * windows-nat.c (handle_unload_dll): Don't call solib_add for the
195         unloaded DLL, it will be done by handle_solib_event.  See
196         http://sourceware.org/ml/gdb-patches/2013-05/msg00713.html for the
197         details.
198
199 2013-05-22  Phil Muldoon  <pmuldoon@redhat.com>
200
201         * ui-out.c: Create typedef ui_out_level_p and define vector
202         operations for that type.
203         (struct ui_out): Use a vector instead of an array.
204         (current_level): Return level from a vector.
205         (push_level): Create a level in a vector.
206         (pop_level): Delete a level in a vector.
207         (ui_out_new): Create initial level zero level, and store in a
208         vector.
209         (ui_out_destroy): Add vector cleanup.
210
211 2013-05-22  Pedro Alves  <palves@redhat.com>
212
213         * python/python-internal.h (gdb_Py_DECREF): Tag with
214         "ARI: editCase function".
215
216 2013-05-21  Paul Pluzhnikov  <ppluzhnikov@google.com>
217
218         * solib-svr4.c (svr4_free_so): Protect against NULL dereference.
219
220 2013-05-21  Pedro Alves  <palves@redhat.com>
221
222         * python/py-prettyprint.c (apply_val_pretty_printer): Check
223         whether PRINTER is NULL before installing a Py_DECREF cleanup.
224         * python/py-utils.c (py_decref): Don't check for NULL before
225         calling Py_DECREF.
226
227 2013-05-21  Pedro Alves  <palves@redhat.com>
228
229         * python/py-utils.c (py_decref): Remove extra braces.
230         (gdb_pymodule_addobject): Remove extra braces.
231         * python-internal.h (gdb_Py_DECREF): New static inline function.
232         (Py_DECREF): Redefine as calling gdb_Py_DECREF.
233
234 2013-05-21  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
235
236         * breakpoints.c (detach_breakpoints): Do not
237         detach breakpoints locations with loc_type bp_loc_other.
238
239 2013-05-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
240
241         Workaround Python 2.6.
242         * python/py-utils.c (gdb_pymodule_addobject): Wrap Py_DECREF into
243         a block.
244
245 2013-05-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
246
247         Code cleanup: constification.
248         * solib.c (solib_ops): Make return type and ops variable type const.
249         (set_solib_ops): Make the new_ops parameter and ops variable const.
250         (solib_find, solib_map_sections, clear_so, free_so, update_solib_list)
251         (solib_add, solib_keep_data_in_core, clear_solib)
252         (solib_create_inferior_hook, in_solib_dynsym_resolve_code)
253         (reload_shared_libraries, solib_global_lookup): Make the ops variable
254         const.
255         * solib.h (set_solib_ops): Make the new_ops parameter const.
256
257 2013-05-21  Joel Brobecker  <brobecker@adacore.com>
258
259         * data-directory/Makefile.in (SYSTEM_GDBINIT_SRCDIR): New
260         variable.
261         (VPATH): Add SYSTEM_GDBINIT_SRCDIR.
262         (SYSTEM_GDBINIT_DIR, SYSTEM_GDBINIT_INSTALL_DIR)
263         (SYSTEM_GDBINIT_FILES): New variables.
264         (all): Add stamp-system-gdbinit.
265         (stamp-system-gdbinit): New rule.
266         (clean-system-gdbinit, install-system-gdbinit)
267         (uninstall-system-gdbinit): New rules.  Make them .PHONY.
268         (install-only): Add dependency on install-system-gdbinit.
269         (uninstall): Add dependency on uninstall-system-gdbinit.
270         (clean): Add dependency on clean-system-gdbinit.
271         * system-gdbinit/elinos.py: New file.
272         * system-gdbinit/wrs-linux.py: New file.
273
274 2013-05-21  Joel Brobecker  <brobecker@adacore.com>
275
276         * ada-lang.c (old_renaming_is_invisible): Fix cleanup leak.
277
278 2013-05-21  Hui Zhu  <hui@codesourcery.com>
279
280         * breakpoint.c (dprintf_breakpoint_ops): Remove its static.
281         * breakpoint.h (dprintf_breakpoint_ops): Add extern.
282         * mi/mi-cmd-break.c (ctype.h): New include.
283         (gdb_obstack.h): New include.
284         (mi_argv_to_format, mi_cmd_break_insert_1): New.
285         (mi_cmd_break_insert): Call mi_cmd_break_insert_1.
286         (mi_cmd_dprintf_insert): New.
287         * mi/mi-cmds.c (mi_cmds): Add "dprintf-insert".
288         * mi/mi-cmds.h (mi_cmd_dprintf_insert): New extern.
289
290 2013-05-20  Tom Tromey  <tromey@redhat.com>
291
292         * python/py-prettyprint.c (search_pp_list): Decref 'attr'.
293
294 2013-05-20  Tom Tromey  <tromey@redhat.com>
295
296         * python/py-value.c (valpy_get_dynamic_type): Simplify
297         dynamic_type assignment.  Use Py_XINCREF.
298
299 2013-05-20  Tom Tromey  <tromey@redhat.com>
300
301         * python/py-type.c (typy_fields): Unconditionally decref 'r'.
302
303 2013-05-20  Tom Tromey  <tromey@redhat.com>
304
305         * python/py-frame.c (frapy_older, frapy_newer, gdbpy_newest_frame)
306         (gdbpy_selected_frame): Move object-construction code
307         out of TRY_CATCH.
308
309 2013-05-20  Tom Tromey  <tromey@redhat.com>
310
311         * python/py-arch.c (gdbpy_initialize_arch): Use
312         gdb_pymodule_addobject.
313         * python/py-block.c (gdbpy_initialize_blocks): Use
314         gdb_pymodule_addobject.
315         * python/py-breakpoint.c (gdbpy_initialize_breakpoints): Use
316         gdb_pymodule_addobject.
317         * python/py-cmd.c (gdbpy_initialize_breakpoints): Use
318         gdb_pymodule_addobject.
319         * python/py-event.c (gdbpy_initialize_event_generic): Use
320         gdb_pymodule_addobject.
321         * python/py-evtregistry.c (gdbpy_initialize_eventregistry): Use
322         gdb_pymodule_addobject.
323         * python/py-evts.c (add_new_registry): Use
324         gdb_pymodule_addobject.
325         (gdbpy_initialize_py_events): Likewise.
326         * python/py-finishbreakpoint.c
327         (gdbpy_initialize_finishbreakpoints): Use
328         gdb_pymodule_addobject.
329         * python/py-frame.c (gdbpy_initialize_frames): Use
330         gdb_pymodule_addobject.
331         * python/py-function.c (gdbpy_initialize_functions): Use
332         gdb_pymodule_addobject.
333         * python/py-inferior.c (gdbpy_initialize_inferior): Use
334         gdb_pymodule_addobject.
335         * python/py-infthread.c (gdbpy_initialize_thread): Use
336         gdb_pymodule_addobject.
337         * python/py-objfile.c (gdbpy_initialize_objfile): Use
338         gdb_pymodule_addobject.
339         * python/py-param.c (gdbpy_initialize_parameters): Use
340         gdb_pymodule_addobject.
341         * python/py-progspace.c (gdbpy_initialize_pspace): Use
342         gdb_pymodule_addobject.
343         * python/py-symbol.c (gdbpy_initialize_symbols): Use
344         gdb_pymodule_addobject.
345         * python/py-symtab.c (gdbpy_initialize_symtabs): Use
346         gdb_pymodule_addobject.
347         * python/py-type.c (gdbpy_initialize_types): Use
348         gdb_pymodule_addobject.
349         * python/py-utils.c (gdb_pymodule_addobject): New function.
350         * python/py-value.c (gdbpy_initialize_values): Use
351         gdb_pymodule_addobject.
352         * python/python-internal.h (gdb_pymodule_addobject): Declare.
353         * python/python.c (_initialize_python): Use
354         gdb_pymodule_addobject.
355
356 2013-05-20  Tom Tromey  <tromey@redhat.com>
357
358         * python/py-cmd.c (cmdpy_completer): Use explicit decref.
359         * python/py-param.c (get_set_value, get_show_value): Use
360         explicit decrefs.
361         * python/python.c (start_type_printers, apply_type_printers):
362         Use explicit decrefs.
363
364 2013-05-20  Tom Tromey  <tromey@redhat.com>
365
366         * python/py-evts.c (gdbpy_initialize_py_events): Don't
367         incref the module.
368
369 2013-05-20  Tom Tromey  <tromey@redhat.com>
370
371         * python/python.c (gdbpy_run_events): Decref the result
372         of PyObject_CallObject.
373
374 2013-05-20  Tom Tromey  <tromey@redhat.com>
375
376         * python/py-symtab.c (set_sal): Use
377         CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION.  Return -1 on error.
378         (symtab_and_line_to_sal_object): Update.
379
380 2013-05-20  Tom Tromey  <tromey@redhat.com>
381
382         * python/py-param.c (compute_enum_values): Decref 'item'.
383
384 2013-05-20  Tom Tromey  <tromey@redhat.com>
385
386         * mi/mi-main.c: Include python-internal.h.
387         (mi_cmd_list_features): Check gdb_python_initialized.
388         * python/py-inferior.c (python_on_normal_stop, python_on_resume)
389         (python_inferior_exit, python_new_objfile, add_thread_object)
390         (delete_thread_object, py_free_inferior): Check
391         gdb_python_initialized.
392         * python/py-prettyprint.c (apply_val_pretty_printer): Check
393         gdb_python_initialized.
394         * python/py-type.c (save_objfile_types): Check
395         gdb_python_initialized.
396         * python/python-internal.h (gdb_python_initialized): Declare.
397         * python/python.c (ensure_python_env): Throw exception if
398         Python not initialized.
399         (before_prompt_hook, source_python_script_for_objfile)
400         (start_type_printers, apply_type_printers,
401         free_type_printers): Check gdb_python_initialized.
402         * varobj.c (varobj_get_display_hint)
403         (dynamic_varobj_has_child_method, update_dynamic_varobj_children)
404         (install_new_value_visualizer, varobj_set_visualizer)
405         (value_get_print_value): Check gdb_python_initialized.
406
407 2013-05-20  Tom Tromey  <tromey@redhat.com>
408
409         * python/py-arch.c (gdbpy_initialize_arch): Return 'int'.
410         Check errors.
411         * python/py-auto-load.c (gdbpy_initialize_auto_load): Return 'int'.
412         * python/py-block.c (gdbpy_initialize_blocks): Return 'int'.
413         Check errors.
414         * python/py-breakpoint.c (gdbpy_initialize_breakpoints): Return 'int'.
415         Check errors.
416         * python/py-cmd.c (gdbpy_initialize_commands): Return 'int'.
417         Check errors.
418         * python/py-event.c (gdbpy_initialize_event): Return 'int'.
419         Check errors.
420         * python/py-event.h (GDBPY_NEW_EVENT_TYPE): Change generated
421         init function to return 'int'.
422         * python/py-evtregistry.c (gdbpy_initialize_eventregistry):
423         Return 'int'.  Check errors.
424         * python/py-evts.c (gdbpy_initialize_py_events): Return 'int'.
425         Check errors.
426         * python/py-finishbreakpoint.c (gdbpy_initialize_finishbreakpoints):
427         Return 'int'.  Check errors.
428         * python/py-frame.c (gdbpy_initialize_frames): Return 'int'.
429         Check errors.
430         * python/py-function.c (gdbpy_initialize_functions): Return 'int'.
431         Check errors.
432         * python/py-gdb-readline.c (gdbpy_initialize_gdb_readline):
433         Check errors.
434         * python/py-inferior.c (gdbpy_initialize_inferior): Return 'int'.
435         Check errors.
436         * python/py-infthread.c (gdbpy_initialize_thread): Return 'int'.
437         Check errors.
438         * python/py-lazy-string.c (gdbpy_initialize_lazy_string): Return 'int'.
439         Check errors.
440         * python/py-objfile.c (gdbpy_initialize_objfile): Return 'int'.
441         Check errors.
442         * python/py-param.c (gdbpy_initialize_parameters): Return 'int'.
443         Check errors.
444         * python/py-progspace.c (gdbpy_initialize_pspace): Return 'int'.
445         Check errors.
446         * python/py-symbol.c (gdbpy_initialize_symbols): Return 'int'.
447         Check errors.
448         * python/py-symtab.c (gdbpy_initialize_symtabs): Return 'int'.
449         Check errors.
450         * python/py-type.c (gdbpy_initialize_types): Return 'int'.
451         Check errors.
452         * python/py-value.c (gdbpy_initialize_values): Return 'int'.
453         Check errors.
454         * python/python-internal.h (gdbpy_initialize_auto_load,
455         gdbpy_initialize_values, gdbpy_initialize_frames,
456         gdbpy_initialize_symtabs, gdbpy_initialize_commands,
457         gdbpy_initialize_symbols, gdbpy_initialize_symtabs,
458         gdbpy_initialize_blocks, gdbpy_initialize_types,
459         gdbpy_initialize_functions, gdbpy_initialize_pspace,
460         gdbpy_initialize_objfile, gdbpy_initialize_breakpoints,
461         gdbpy_initialize_finishbreakpoints,
462         gdbpy_initialize_lazy_string, gdbpy_initialize_parameters,
463         gdbpy_initialize_thread, gdbpy_initialize_inferior,
464         gdbpy_initialize_eventregistry, gdbpy_initialize_event,
465         gdbpy_initialize_py_events, gdbpy_initialize_stop_event,
466         gdbpy_initialize_signal_event,
467         gdbpy_initialize_breakpoint_event,
468         gdbpy_initialize_continue_event,
469         gdbpy_initialize_exited_event, gdbpy_initialize_thread_event,
470         gdbpy_initialize_new_objfile_event, gdbpy_initialize_arch):
471         Update.  Use CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION.
472         * python/python.c (gdb_python_initialized): New global.
473         (gdbpy_initialize_events): Return 'int'.  Check errors.
474         (_initialize_python): Check errors.  Set
475         gdb_python_initialized.
476
477 2013-05-20  Tom Tromey  <tromey@redhat.com>
478
479         * python/py-finishbreakpoint.c (bpfinishpy_out_of_scope):
480         Decref the reslut of PyObject_CallMethod.
481
482 2013-05-20  Tom Tromey  <tromey@redhat.com>
483
484         * python/py-event.c (gdbpy_initialize_event_generic): Return
485         early if PyType_Ready fails.
486
487 2013-05-20  Tom Tromey  <tromey@redhat.com>
488
489         * python/py-type.c (make_fielditem): Add gdb_assert_not_reached
490         as 'default' in the switch.
491
492 2013-05-20  Tom Tromey  <tromey@redhat.com>
493
494         * python/py-inferior.c (gdbpy_inferiors): Update.  Hoist
495         get_addr_from_python calls out of TRY_CATCH.
496         (infpy_write_memory, infpy_search_memory): Likewise.
497         * python/py-utils.c (get_addr_from_python): Return negative
498         value on error.  Use TRY_CATCH.
499         * python/python-internal.h (get_addr_from_python): Use
500         CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION.
501
502 2013-05-20  Tom Tromey  <tromey@redhat.com>
503
504         * python/py-event.c (evpy_emit_event): Decref the
505         result of PyObject_CallFunctionObjArgs.
506
507 2013-05-20  Tom Tromey  <tromey@redhat.com>
508
509         * python/py-cmd.c (cmdpy_completer): Use iterator protocol.
510         Correctly decref.
511
512 2013-05-20  Tom Tromey  <tromey@redhat.com>
513
514         * python/py-cmd.c (cmdpy_init): Decref 'ds_obj'.
515
516 2013-05-20  Tom Tromey  <tromey@redhat.com>
517
518         * python/py-event.h (gdbpy_initialize_event_generic): Use
519         CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION.
520         * python/py-evts.c (add_new_registry): Use
521         CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION.
522         * python/python-internal.h
523         (CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION): New macro.
524
525 2013-05-20  Tom Tromey  <tromey@redhat.com>
526
527         * python/py-arch.c (archpy_disassemble): Update.
528         * python/py-type.c (typy_get_composite, typy_lookup_typename)
529         (typy_lookup_type): Use GDB_PY_HANDLE_EXCEPTION.
530         * python/py-utils.c (gdbpy_convert_exception): Return 'void'.
531         * python/python-internal.h (CPYCHECKER_SETS_EXCEPTION): New
532         macro.
533         (GDB_PY_HANDLE_EXCEPTION): Update.
534         (gdbpy_convert_exception): Update.  Use CPYCHECKER_SETS_EXCEPTION.
535
536 2013-05-20  Tom Tromey  <tromey@redhat.com>
537
538         * python/python-internal.h (events_object_type): Remove.
539
540 2013-05-20  Tom Tromey  <tromey@redhat.com>
541
542         * python/py-event.h (evpy_emit_event): Use
543         CPYCHECKER_STEALS_REFERENCE_TO_ARG.
544         * python/python-internal.h (CPYCHECKER_STEALS_REFERENCE_TO_ARG):
545         New macro.
546
547 2013-05-20  Tom Tromey  <tromey@redhat.com>
548
549         * py-evtregistry.c (create_event_object): Decref
550         eventregistry_object if PyList_New fails.
551
552 2013-05-20  Tom Tromey  <tromey@redhat.com>
553
554         * py-cmd.c (gdbpy_string_to_argv): Check result of
555         PyList_New.
556
557 2013-05-20  Tom Tromey  <tromey@redhat.com>
558
559         * python/python.c (before_prompt_hook): Add cleanup to
560         decref 'hook'.
561
562 2013-05-20  Tom Tromey  <tromey@redhat.com>
563
564         * python/py-function.c (fnpy_init): Decref result of
565         PyObject_GetAttrString.
566
567 2013-05-20  Tom Tromey  <tromey@redhat.com>
568
569         * python/py-threadevent.c (get_event_thread): Use
570         CPYCHECKER_RETURNS_BORROWED_REF.
571         * python/python-internal.h (CPYCHECKER_RETURNS_BORROWED_REF):
572         New define.
573         (pspace_to_pspace_object, objfile_to_objfile_object)
574         (find_thread_object): Use it.
575
576 2013-05-20  Tom Tromey  <tromey@redhat.com>
577
578         * python/py-arch.c (arch_object_type): Use
579         CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
580         * python/py-block.c (block_syms_iterator_object_type):
581         Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
582         * python/py-bpevent.c (breakpoint_event_object_type):
583         Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
584         * python/py-cmd.c (cmdpy_object_type): Use
585         CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
586         * python/py-continueevent.c (continue_event_object_type):
587         Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
588         * python/py-event.h (GDBPY_NEW_EVENT_TYPE):
589         Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
590         * python/py-events.h (thread_event_object_type):
591         Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
592         * python/py-evtregistry.c (eventregistry_object_type): Use
593         CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
594         * python/py-exitedevent.c (exited_event_object_type):
595         Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
596         * python/py-finishbreakpoint.c (finish_breakpoint_object_type):
597         Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
598         * python/py-function.c (fnpy_object_type): Use
599         CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
600         * python/py-inferior.c (inferior_object_type, membuf_object_type):
601         Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
602         * python/py-infthread.c (thread_object_type): Use
603         CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
604         * python/py-lazy-string.c (lazy_string_object_type):
605         Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
606         * python/py-newobjfileevent.c (new_objfile_event_object_type):
607         Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
608         * python/py-objfile.c (objfile_object_type): Use
609         CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
610         * python/py-param.c (parmpy_object_type):
611         Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
612         * python/py-progspace.c (pspace_object_type):
613         Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
614         * python/py-signalevent.c (signal_event_object_type):
615         Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
616         * python/py-symtab.c (symtab_object_type, sal_object_type): Use
617         CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
618         * python/py-type.c (type_object_type, field_object_type)
619         (type_iterator_object_type): Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
620         * python/py-internal.h (CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF): New
621         define.
622         (value_object_type, block_object_type, symbol_object_type)
623         (event_object_type, stop_event_object_type, breakpoint_object_type)
624         (frame_object_type): Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
625
626 2013-05-20  Andreas Tobler  <andreas@fgznet.ch>
627
628         * Makefile.in (ALL_TARGET_OBS): Add ppcfbsd-tdep.o.
629         (ALLDEPFILES): Add ppcfbsd-nat.c and ppcfbsd-tdep.c.
630
631 2013-05-20  Doug Evans  <dje@google.com>
632
633         When reading CU, stay in DWO.  Be more tolerent of bad debug info.
634         For Fission.
635         * dwarf2read.c (struct dwarf2_per_cu_data): New member
636         reading_dwo_directly.
637         (struct signatured_type): New member dwo_unit.
638         (struct die_reader_specs): New member comp_dir.
639         (create_signatured_type_table_from_index): Use malloc for
640         all_type_units instead of objfile's obstack.
641         (create_all_type_units): Ditto.
642         (fill_in_sig_entry_from_dwo_entry): New function.
643         (add_type_unit): New function.
644         (lookup_dwo_signatured_type): New function.
645         (lookup_dwp_signatured_type): New function.
646         (lookup_signatured_type): New arg cu.  All callers updated.
647         (init_cu_die_reader): Initialize comp_dir.
648         (read_cutu_die_from_dwo): New arg stub_comp_dir.  All callers updated.
649         Change assert of matching type signatures to call error on mismatch.
650         (lookup_dwo_unit): Add assert.
651         (init_tu_and_read_dwo_dies): New function.
652         (init_cutu_and_read_dies): Call it.
653         (build_type_unit_groups): Handle case of no type unit groups created.
654         (hash_dwo_file, eq_dwo_file): Handle missing comp_dir.
655         (lookup_dwo_cutu): Tweak complaint.
656         (dwarf2_free_abbrev_table): Check for NULL abbrev_table.
657         (dwarf2_per_objfile_free): Free all_type_units.
658
659 2013-05-20  Joel Brobecker  <brobecker@adacore.com>
660
661         * windows-nat.c (handle_unload_dll): Add missing empty line.
662
663 2013-05-20  Joel Brobecker  <brobecker@adacore.com>
664
665         * dwarf2read.c (prototyped_function_p): New function.
666         (read_subroutine_type): Use it.
667
668 2013-05-20  Joel Brobecker  <brobecker@adacore.com>
669
670         * rs6000-aix-tdep.c: De-indent some example code provided
671         as a comment.
672
673 2013-05-17  Edjunior Machado  <emachado@linux.vnet.ibm.com>
674
675         * ppc-linux-nat.c (ppc_linux_region_ok_for_hw_watchpoint): Check if the
676         region is ok for a hardware watchpoint using the new ptrace interface
677         on Power servers.
678
679 2013-05-17  Doug Evans  <dje@google.com>
680
681         * NEWS: Mention new maintenance commands check-symtabs, and
682         expand-symtabs, and renamed check-psymtabs.
683         * psymtab.c (maintenance_check_psymtabs): Renamed from
684         maintenance_check_symtabs.  Only process already-expanded symbol
685         tables.
686         (_initialize_psymtab): Update.
687         * symmisc.c (maintenance_check_symtabs): New function.
688         (maintenance_expand_name_matcher): New function
689         (maintenance_expand_file_matcher): New function
690         (maintenance_expand_symtabs): New function.
691         (_initialize_symmisc): Add "mt check-symtabs" and "mt expand-symtabs"
692         commands.
693
694 2013-05-17  Tom Tromey  <tromey@redhat.com>
695
696         * python/py-inferior.c (infpy_read_memory): Don't call
697         PyErr_SetString if PyObject_New fails.
698         * python/py-frame.c (frame_info_to_frame_object): Don't call
699         PyErr_SetString if PyObject_New fails.
700
701 2013-05-17  Pavel Chupin  <pavel.v.chupin@intel.com>
702
703         * acinclude.m4: Add check for dlopen in libdl.
704         * configure.ac: Ditto.
705         * configure: Regenerate.
706
707 2013-05-17  Phil Muldoon  <pmuldoon@redhat.com>
708
709         * frame.c (frame_stash): Convert to htab.
710         (frame_addr_hash): New function.
711         (frame_addr_hash_eq): New function.
712         (frame_stash_create): Convert function to create
713         a hash table.
714         (frame_stash_add): Convert function to add an entry to a hash
715         table.
716         (frame_stash_find): Convert function to search the hash table.
717         (frame_stash_invalidate): Convert function to empty the hash
718         table.
719         (get_frame_id): Only add to stash if a frame_id is created.
720         (_initialize_frame): Call frame_stash_create.
721
722 2013-05-16  Yue Lu  <hacklu.newborn@gmail.com>  (tiny change)
723
724         * configure.ac: Ensure MIG is available when building for GNU Hurd
725         hosts.
726         * configure: Regenerate.
727
728 2013-05-16  Joel Brobecker  <brobecker@adacore.com>
729
730         * dwarf2read.c (set_cu_language): Add DW_LANG_UPC handling.
731
732 2013-05-16  Joel Brobecker  <brobecker@adacore.com>
733
734         * ada-lang.c (ada_make_symbol_completion_list): Make sure
735         all cleanups are done before returning from this function.
736
737 2013-05-15  Joel Brobecker  <brobecker@adacore.com>
738
739         * utils.h: #include "exceptions.h".
740         (enum errors): Remove partial declaration.
741
742 2013-05-15  Joel Brobecker  <brobecker@adacore.com>
743
744         * gdbarch.sh (core_xfer_shared_libraries_aix): New method.
745         * gdbarch.h, gdbarch.c: Regenerate.
746         * corelow.c (core_xfer_partial): Add TARGET_OBJECT_LIBRARIES_AIX
747         handling.
748
749         * rs6000-aix-tdep.h: New file.
750         * Makefile.in (HFILES_NO_SRCDIR): Add rs6000-aix-tdep.h.
751         * rs6000-aix-tdep.c: Include "rs6000-aix-tdep.h" and
752         "xml-utils.h".
753         (struct field_info, struct ld_info_desc): New types.
754         (ld_info32_desc, ld_info64_desc): New static constants.
755         (struct ld_info): New type.
756         (rs6000_aix_extract_ld_info): New function.
757         (rs6000_aix_shared_library_to_xml): Likewise.
758         (rs6000_aix_ld_info_to_xml): Likewise.
759         (rs6000_aix_core_xfer_shared_libraries_aix): Likewise.
760         (rs6000_aix_init_osabi): Add call to
761         set_gdbarch_core_xfer_shared_libraries_aix.
762         * rs6000-nat.c: Add "rs6000-aix-tdep.h" include.
763         Remove "xml-utils.h" include.
764         (LdInfo): Delete typedef.
765         (ARCH64_DECL, LDI_FIELD, LDI_NEXT, LDI_FD, LDI_FILENAME):
766         Delete macros.
767         (rs6000_ptrace_ldinfo): Change return type to gdb_byte *.
768         Adjust code accordingly.
769         (rs6000_core_ldinfo): Delete, folded into
770         rs6000_aix_core_xfer_shared_libraries_aix.
771         (rs6000_xfer_shared_library): Delete.
772         (rs6000_xfer_shared_libraries): Reimplement.
773
774 2013-05-15  Markus Metzger  <markus.t.metzger@intel.com>
775
776         * record.c (record_goto_cmdlist): New.
777         (cmd_record_goto): Split into this ...
778         (cmd_record_goto_begin): ... this
779         (cmd_record_goto_end): ... and this.
780         (_initialize_record): Change "record goto" to prefix command.
781         Add commands for "record goto begin" and "record goto end".
782         Add an alias for "record goto start" to "record goto begin".
783
784 2013-05-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
785
786         * linespec.c (convert_linespec_to_sals): New comment for
787         SOURCE_FILENAME assignment.
788
789 2013-05-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
790
791         * cleanups.c (restore_my_cleanups): Replace gdb_assert by
792         internal_warning.
793
794 2013-05-14  Tom Tromey  <tromey@redhat.com>
795
796         * eval.c (parse_and_eval_long): Make 'exp' const.
797         * value.h (parse_and_eval_long): Update.
798
799 2013-05-14  Tom Tromey  <tromey@redhat.com>
800
801         * ui-file.c (gdb_fopen): Make arguments const.
802         * ui-file.h (gdb_fopen): Make arguments const.
803
804 2013-05-14  Tom Tromey  <tromey@redhat.com>
805
806         * remote.c (remote_set_trace_notes): Make arguments const.
807         * target.c (update_current_target): Update cast.
808         * target.h (to_set_trace_notes): Make arguments const.
809
810 2013-05-14  Tom Tromey  <tromey@redhat.com>
811
812         * go32-nat.c (go32_terminal_info): Make 'args' const.
813         * inferior.h (child_terminal_info): Update.
814         * inflow.c (child_terminal_info): Make 'args' const.
815         * target.c (default_terminal_info): Make 'args' const.
816         (debug_to_terminal_save_ours): Likewise.
817         * target.h (struct target_ops) <to_terminal_info>: Make argument
818         const.
819
820 2013-05-13  Tom Tromey  <tromey@redhat.com>
821
822         * gcore.c (create_gcore_bfd): Make 'filename' const.
823         * gcore.h (create_gcore_bfd): Make 'filename' const.
824         * record-full.c (record_full_save): Make 'recfilename' const.
825         * target.c (target_save_record): Make 'filename' const.
826         * target.h (struct target_ops) <to_save_record>: Make 'filename'
827         const.
828         (target_save_record): Likewise.
829
830 2013-05-13  Tom Tromey  <tromey@redhat.com>
831
832         PR gdb/15338:
833         * dwarf2read.c (dwarf2_record_block_ranges): Ensure that the
834         ranges section has been read.
835
836 2013-05-13  Tom Tromey  <tromey@redhat.com>
837
838         PR exp/15364:
839         * eval.c (evaluate_subexp_standard) <STRUCTOP_STRUCT,
840         STRUCTOP_PTR>: Return a not_lval value for
841         EVAL_AVOID_SIDE_EFFECTS.
842         * opencl-lang.c (evaluate_subexp_opencl): Return a not_lval value
843         for EVAL_AVOID_SIDE_EFFECTS.
844
845 2013-05-13  Joel Brobecker  <brobecker@adacore.com>
846
847         * rs6000-aix-tdep.c (rs6000_push_dummy_call): Convert
848         floating point registers to register type before storing
849         value.
850         * rs6000-lynx178-tdep.c (rs6000_lynx178_push_dummy_call):
851         Likewise.
852
853 2013-05-10  Joel Brobecker  <brobecker@adacore.com>
854             Tom Tromey  <tromey@redhat.com>
855
856         * common/filestuff.c (mark_fd_no_cloexec, unmark_fd_no_cloexec):
857         New functions.
858         * common/filestuff.c (mark_fd_no_cloexec, unmark_fd_no_cloexec):
859         Declare.
860         * darwin-nat.c (darwin_pre_ptrace): Use mark_fd_no_cloexec.
861         (darwin_ptrace_him): Use unmark_fd_no_cloexec.
862         * inf-ttrace.c (do_cleanup_pfds): Use unmark_fd_no_cloexec.
863         (inf_ttrace_prepare): Use mark_fd_no_cloexec.
864
865 2013-05-10  Freddie Chopin  <freddie_chopin@op.pl>
866             Tom Tromey  <tromey@redhat.com>
867
868         PR build/15414:
869         * configure: Rebuild.
870         * configure.ac (build_warnings): Do not use -Wformat-nonliteral
871         with -Wno-format.
872
873 2013-05-10  Pedro Alves  <palves@redhat.com>
874
875         * remote.c (_initialize_remote): Fix spelling of
876         qXfer:traceframe-info:read packet in packet config command.
877
878 2013-05-10  David Taylor  <dtaylor@emc.com>
879
880         PR remote/15455
881
882         * remote.c (remote_trace_set_readonly_regions): Do not overwrite
883         "QTro" at start of packet.
884
885 2013-05-10  Joel Brobecker  <brobecker@adacore.com>
886
887         * solib-aix.c (solib_aix_relocate_section_addresses):
888         For the .bss section action, apply the same offset as
889         the .data section.
890
891 2013-05-10  Joel Brobecker  <brobecker@adacore.com>
892
893         * solib-aix.c (solib_aix_relocate_section_addresses):
894         Remove FIXME comment.
895
896 2013-05-10  Joel Brobecker  <brobecker@adacore.com>
897
898         PR tdep/15420:
899         * sol-thread.c (ps_lgetxregsize, ps_lgetxregs, ps_lsetxregs):
900         New functions, directly copied from sparc-sol-thread.c.
901         * sparc-sol-thread.c: Delete.
902         * configure.ac: Remove code handling sparc-solaris-thread.c.
903         * configure: Regenerate.
904
905 2013-05-10  Phil Muldoon  <pmuldoon@redhat.com>
906
907         * stack.c (backtrace_command_1): Add "no-filters", and Python frame
908         filter logic.
909         (backtrace_command): Add "no-filters" option parsing.
910         (_initialize_stack): Alter help to reflect "no-filters" option.
911         * Makefile.in (SUBDIR_PYTHON_OBS): Add py-framefilter.o
912         (SUBDIR_PYTHON_SRCS): Add py-framefilter.c
913         (py-frame.o): Add target
914         * data-directory/Makefile.in (PYTHON_DIR): Add Python frame
915         filter files.
916         * python/python.h: Add new frame filter constants, and flag enum.
917         (apply_frame_filter): Add definition.
918         * python/python.c (apply_frame_filter): New non-Python
919         enabled function.
920         * python/py-utils.c (py_xdecref): New function.
921         (make_cleanup_py_xdecref): Ditto.
922         * python/py-objfile.c: Declare frame_filters dictionary.
923         (objfpy_dealloc): Add frame_filters dealloc.
924         (objfpy_new): Initialize frame_filters attribute.
925         (objfile_to_objfile_object): Ditto.
926         (objfpy_get_frame_filters): New function.
927         (objfpy_set_frame_filters): New function.
928         * python/py-progspace.c: Declare frame_filters dictionary.
929         (pspy_dealloc): Add frame_filters dealloc.
930         (pspy_new): Initialize frame_filters attribute.
931         (pspacee_to_pspace_object): Ditto.
932         (pspy_get_frame_filters): New function.
933         (pspy_set_frame_filters): New function.
934         * python/py-framefilter.c: New file.
935         * python/lib/gdb/command/frame_filters.py: New file.
936         * python/lib/gdb/frames.py: New file.
937         * python/lib/gdb/__init__.py: Initialize global frame_filters
938         dictionary
939         * python/lib/gdb/FrameDecorator.py: New file.
940         * python/lib/gdb/FrameIterator.py: New file.
941         * mi/mi-cmds.c (mi_cmds): Add frame filters command.
942         * mi/mi-cmds.h: Declare.
943         * mi/mi-cmd-stack.c (mi_cmd_stack_list_frames): Add
944         --no-frame-filter logic, and Python frame filter logic.
945         (stack_enable_frame_filters): New function.
946         (parse_no_frame_option): Ditto.
947         (mi_cmd_stack_list_frames): Add --no-frame-filter and Python frame
948         filter logic.
949         (mi_cmd_stack_list_locals): Ditto.
950         (mi_cmd_stack_list_args): Ditto.
951         (mi_cmd_stack_list_variables): Ditto.
952         * NEWS: Add frame filter note.
953
954 2013-05-09  Doug Evans  <dje@google.com>
955
956         * symfile.c (syms_from_objfile_1): Delete args offsets, num_offsets.
957         All callers updated.
958         (syms_from_objfile): Ditto.  Make static.
959         (symbol_file_add_with_addrs): Renamed from
960         symbol_file_add_with_addrs_or_offsets.  Delete args offsets,
961         num_offsets.  All callers updated.
962         * symfile.h (syms_from_objfile): Delete.
963
964         * symfile.c (decrement_reading_symtab): Add assert.
965         (increment_reading_symtab): Ditto.
966
967 2013-05-09  Joel Brobecker  <brobecker@adacore.com>
968
969         * source.c (forward_search_command): Replace call to getc
970         by call to fgetc.
971         (reverse_search_command): Likewise.
972
973 2013-05-08  Doug Evans  <dje@google.com>
974
975         * psymtab.c (expand_symtabs_matching_via_partial): Fix file name
976         matching test.
977
978 2013-05-08  Joel Brobecker  <brobecker@adacore.com>
979
980         * sol-thread.c (info_cb): Factorize the code a little.
981
982 2013-05-08  Joel Brobecker  <brobecker@adacore.com>
983
984         * sol-thread.c (info_cb): Rework the output of the "maintenance
985         info sol-threads" command a bit.
986
987 2013-05-08  Joel Brobecker  <brobecker@adacore.com>
988
989         * sol-thread.c (info_cb) [ti.ti_state == TD_THR_SLEEP]:
990         Replace ti.ti_startfunc by ti.ti_pc.
991
992 2013-05-08  Joel Brobecker  <brobecker@adacore.com>
993
994         * solib-aix.c (solib_aix_free_library_list): New function
995         for the case where HAVE_LIBEXPAT is not defined.
996
997 2013-05-07  Sergio Durigan Junior  <sergiodj@redhat.com>
998
999         PR breakpoints/15413:
1000         * breakpoint.c (condition_completer): Simplify the code to
1001         disconsider multiple locations of breakpoints when completing the
1002         "condition" command.
1003
1004 2013-05-07  Pierre Muller  <muller@sourceware.org>
1005
1006         * common/linux-btrace.c: ARI fix: Include "gdb_wait.h"
1007         instead of <sys/wait.h>.
1008
1009 2013-05-07  Pierre Muller  <muller@sourceware.org>
1010
1011         * nios2-tdep.c (nios2_dwarf_reg_to_regnum): ARI fix: remove
1012         trailing new line from warning message.
1013
1014 2013-05-07  Pierre Muller  <muller@sourceware.org>
1015
1016         * contrib/ari/gdb_ari.sh (SOLIB_ADD, SOLIB_CREATE_INFERIOR_HOOK)
1017         (PC_SOLIB): Change type from ari_deprecate to ari_regression.
1018
1019 2013-05-07  Joel Brobecker  <brobecker@adacore.com>
1020
1021         * rs6000-nat.c (rs6000_core_ldinfo): Remove '\n' at end of
1022         error message (ARI fix).
1023
1024 2013-05-07  Joel Brobecker  <brobecker@adacore.com>
1025
1026         * features/library-list-aix.dtd: Replace library-list by
1027         library-list-aix.
1028         * rs6000-nat.c: Replace library-list by library-list-aix
1029         throughout.
1030         * solib-aix.c: Likewise.
1031
1032 2013-05-07  Joel Brobecker  <brobecker@adacore.com>
1033
1034         * target.h (enum target_object) [TARGET_OBJECT_LIBRARIES_AIX]:
1035         Renames TARGET_OBJECT_AIX_LIBRARIES.
1036         * rs6000-nat.c: Replace TARGET_OBJECT_AIX_LIBRARIES with
1037         TARGET_OBJECT_LIBRARIES_AIX throughout.
1038         * solib-aix.c: Likwise.
1039
1040 2013-05-07  Yao Qi  <yao@codesourcery.com>
1041
1042         * solib-dsbt.c (struct dsbt_info) <enable_break2_done>: Remove.
1043         (get_dsbt_info, enable_break, dsbt_clear_solib): Update.
1044
1045 2013-05-07  Yao Qi  <yao@codesourcery.com>
1046
1047         * solib-dsbt.c (enable_break): Declare.
1048         (dsbt_current_sos): Remove call to enable_break2.
1049         (enable_break2): Rename to enable_break.  Set solib breakpoint
1050         on '_dl_debug_state'.
1051         (enable_break): Remove.
1052
1053 2013-05-07  Luis Machado  <lgustavo@codesourcery.com>
1054
1055         * ppc-linux-nat.c (ppc_linux_new_thread): Clear the new thread's
1056         debug state prior to replicating existing hardware watchpoints or
1057         breakpoints.
1058
1059 2013-05-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
1060
1061         * gcore.c (gcore_create_callback): Ignore sections with
1062         separate_debug_objfile_backlink != NULL.
1063
1064 2013-05-06  Sandra Loosemore  <sandra@codesourcery.com>
1065             Andrew Jenner  <andrew@codesourcery.com>
1066             Chung-Lin Tang  <cltang@codesourcery.com>
1067             Julian Brown  <julian@codesourcery.com>
1068
1069         Based on the nios2-elf port from Altera Corporation.
1070
1071         * Makefile.in (ALL_TARGET_OBS): Add nios2-tdep.o and
1072         nios2-linux-tdep.o.
1073         (HFILES_NO_SRCDIR): Add nios2-tdep.h.
1074         (ALLDEPFILES): Add nios2-tdep.c and nios2-linux-tdep.c.
1075         * configure.tgt: Add nios2*-*-linux* and nios2*-*-* targets.
1076         * nios2-tdep.h: New.
1077         * nios2-tdep.c: New.
1078         * nios2-linux-tdep.c: New.
1079         * features/Makefile (WHICH): Add nios2-linux.
1080         (nios2-linux-expedite): Set.
1081         * features/nios2-cpu.xml: New.
1082         * features/nios2.xml: New.
1083         * features/nios2-linux.xml: New.
1084         * features/nios2.c: New (autogenerated).
1085         * features/nios2-linux.c: New (autogenerated).
1086         * regformats/nios2-linux.dat: New (autogenerated).
1087         * NEWS (Changes since GDB 7.6): Add new Nios II targets
1088         and commands.
1089
1090 2013-05-06  Doug Evans  <dje@google.com>
1091
1092         * symfile.c: Whitespace cleanup.
1093
1094         * solist.h (struct target_so_ops): New member clear_so.
1095         * solib-svr4.c (svr4_clear_so): New function.
1096         (_initialize_svr4_solib): Set svr4_so_ops.clear_so.
1097         * solib.c (clear_so): Renamed from free_so_symbols.
1098         All callers updated.  Call target clear_so if it exists.
1099
1100 2013-05-06  Tom Tromey  <tromey@redhat.com>
1101
1102         * ada-lang.c (ada_value_primitive_packed_val): Don't
1103         call value_incref.
1104         * value.c (set_value_parent): Incref the new parent and decref
1105         the old parent.
1106         (value_copy, value_primitive_field): Use set_value_parent.
1107
1108 2013-05-06  Tom Tromey  <tromey@redhat.com>
1109
1110         * dwarf2loc.c (invalid_synthetic_pointer): Move earlier.
1111         (indirect_pieced_value): Call dwarf2_fetch_constant_bytes
1112         if needed.
1113         * dwarf2loc.h (dwarf2_fetch_constant_bytes): Declare.
1114         * dwarf2read.c (write_constant_as_bytes)
1115         (dwarf2_fetch_constant_bytes): New functions.
1116
1117 2013-05-06  Tom Tromey  <tromey@redhat.com>
1118
1119         * dwarf2read.c (dwarf2_const_value_data): Remove unused
1120         parameters.
1121         (dwarf2_const_value_attr): Update.
1122
1123 2013-05-06  Tom Tromey  <tromey@redhat.com>
1124
1125         * somread.c (som_symfile_offsets): Add 'const' to addrs.
1126         * machoread.c (macho_symfile_offsets): Add 'const' to addrs.
1127         * xcoffread.c (xcoff_symfile_offsets): Add 'const' to addrs.
1128         Remove declaration.
1129
1130 2013-05-06  Tom Tromey  <tromey@redhat.com>
1131
1132         * dwarf2read.c (dwarf2_const_value_attr): Use 'obstack', not
1133         objfile's obstack.
1134
1135 2013-05-06  Doug Evans  <dje@google.com>
1136
1137         * dbxread.c (process_one_symbol): Constify section_offsets parameter.
1138         * stabsread.h (process_one_symbol): Update declaration.
1139         * dwarf2read.c (dw2_relocate): Constify new_offsets, delta parameters.
1140         * elfread.c (elf_symfile_relocate_probe): Ditto.
1141         * psymtab.c (relocate_psymtabs): Ditto.
1142         * objfiles.c (objfile_relocate1): Constify new_offsets parameter.
1143         (objfile_relocate): Ditto.
1144         * objfiles.h (objfile_relocate): Update declaration.
1145         * symfile.c (relative_addr_info_to_section_offsets): Constify
1146         addrs parameter.
1147         (default_symfile_offsets): Ditto.
1148         (syms_from_objfile_1): Constify offsets parameter.
1149         (syms_from_objfile): Ditto.
1150         (symbol_file_add_with_addrs_or_offsets): Ditto.
1151         (symfile_map_offsets_to_segments): Constify data parameter.
1152         * symfile.h (struct quick_symbol_functions): Constify new_offsets,
1153         delta parameters of member relocate.
1154         (struct sym_probe_fns): Constify new_offsets,
1155         delta parameters of member sym_relocate_probe.
1156         (struct sym_fns): Constify section_addr_info parameter of member
1157         sym_offsets.
1158         (relative_addr_info_to_section_offsets): Update declaration.
1159         (default_symfile_offsets): Ditto.
1160         (syms_from_objfile): Ditto.
1161         (symfile_map_offsets_to_segments): Ditto.
1162
1163         * symfile.c (syms_from_objfile_1): Use correct section count when
1164         objfile->sf == NULL.
1165
1166 2013-05-06  Mike Frysinger  <vapier@gentoo.org>
1167
1168         * common/linux-btrace.c (intel_supports_btrace): Fix indentation.
1169
1170 2013-05-06  Doug Evans  <dje@google.com>
1171
1172         * psympriv.h (struct partial_symtab): Augment comment for member
1173         section_offsets.
1174
1175 2013-05-06  Joel Brobecker  <brobecker@adacore.com>
1176
1177         Reimplement shared library support on ppc-aix...
1178         * target.h (TARGET_OBJECT_AIX_LIBRARIES): New target_object enum.
1179         * features/library-list-aix.dtd: New file.
1180         * solib-aix.h, solib-aix.c: New file.
1181         * rs6000-aix-tdep.c: #include "solib.h" and "solib-aix.h".
1182         (rs6000_find_toc_address_hook): Delete.
1183         (rs6000_push_dummy_call): Rewrite code setting the TOC value.
1184         (rs6000_aix_init_osabi): Register solib_aix_so_ops.
1185         * rs6000-nat.c: Remove "xcoffsolib.h" include.  Include
1186         "xml-utils.h".
1187         (map_vmap, vmap_exec, vmap_ldinfo, add_vmap, objfile_symbol_add)
1188         (vmap_symtab, fixup_breakpoints): Delete.
1189         (rs6000_xfer_shared_libraries): New function.
1190         (rs6000_xfer_partial): Add TARGET_OBJECT_AIX_LIBRARIES handling.
1191         (vmap_secs, bss_data_overlap, vmap_add_symbols): Delete.
1192         (xcoff_relocate_symtab, xcoff_relocate_core): Delete.
1193         (rs6000_ptrace_ldinfo, rs6000_core_ldinfo)
1194         (rs6000_xfer_shared_library): New function.
1195         (find_toc_address): Delete.
1196         (_initialize_rs6000_nat): Do not set rs6000_find_toc_address_hook.
1197         * rs6000-tdep.h (rs6000_find_toc_address_hook): Remove.
1198         * xcoffread.c (record_minimal_symbol): Reloate symbol address
1199         before creating minimal symbol.  Adjust function description
1200         accordingly.
1201         (scan_xcoff_symtab): Replace call to
1202         prim_record_minimal_symbol_and_info by call to
1203         record_minimal_symbol.
1204         (xcoff_symfile_offsets): Reimplement mostly as a wrapper
1205         around default_symfile_offsets.
1206         * configure.tgt: Add solib-aix.o to gdb_target_obs for
1207         powerpc-aix targets.
1208         * config/rs6000/nm-rs6000.h: Delete.
1209         * config/powerpc/aix.mh (NAT_FILE): Delete.
1210         (NATDEPFILES): Remove xcoffsolib.o.
1211         * Makefile.in (XMLFILES): Add library-list-aix.dtd.
1212         (ALL_TARGET_OBS): Add solib-aix.o.
1213         (HFILES_NO_SRCDIR): Remove xcoffsolib.h and
1214         config/rs6000/nm-rs6000.h.  Add solib-aix.h.
1215         (ALLDEPFILES): Add solib-aix.c.  Remove xcoffsolib.c.
1216         * xcoffsolib.h, xcoffsolib.c: Delete.
1217
1218         * solib.c (reload_shared_libraries): Remove reference to
1219         SOLIB_CREATE_INFERIOR_HOOK.
1220         * breakpoint.c (handle_solib_event): Remove reference to SOLIB_ADD.
1221         (disable_breakpoints_in_shlibs): Remove reference to PC_SOLIB.
1222         (momentary_bkpt_re_set): Replace SOLIB_ADD by solib_add in
1223         comment.
1224         * corelow.c (deprecated_core_resize_section_table): Delete.
1225         * exec.c: Remove include of xcoffsolib.h".
1226         (map_vmap, vmap): Delete.
1227         (exec_close_1): Remove references to vmap.
1228         (exec_file_attach): Remove vmap handling code, and reference
1229         to DEPRECATED_IBM6000_TARGET.
1230         (bfdsec_to_vmap): Delete.
1231         (exec_files_info): Remove block of code handling VMAP.
1232         * infcmd.c (post_create_inferior): Remove reference to
1233         SOLIB_CREATE_INFERIOR_HOOK and SOLIB_ADD.
1234         * infrun.c (follow_exec): Remove reference to
1235         SOLIB_CREATE_INFERIOR_HOOK.
1236         * stack.c (print_frame): Remove reference to PC_SOLIB.
1237         * solib-dsbt.c (dsbt_current_sos): Adjust comment.
1238         (dsbt_relocate_main_executable): Likewise.
1239         * solib-frv.c (frv_current_sos): Likewise.
1240
1241 2013-05-06  Joel Brobecker  <brobecker@adacore.com>
1242
1243         * sol-thread.c (rw_common): Cast BUF to "gdb_byte *" in calls
1244         to target_write_memory and target_read_memory.
1245
1246 2013-05-06  Joel Brobecker  <brobecker@adacore.com>
1247
1248         * darwin-nat.c (darwin_setup_fake_stop_event): New function.
1249         (darwin_attach): Adjust using darwin_setup_fake_stop_event.
1250
1251 2013-05-06  Joel Brobecker  <brobecker@adacore.com>
1252
1253         * darwin-nat.c: Replace all "%x" instances in format strings
1254         into "0x%x" throughout.
1255
1256 2013-05-06  Joel Brobecker  <brobecker@adacore.com>
1257
1258         * darwin-nat.c (darwin_mourn_inferior): Replace call to
1259         gdb_assert by call to MACH_CHECK_ERROR.
1260         (darwin_attach_pid): Raise an error rather than a failed
1261         assertion when various system calls failed.  Report a warning
1262         instead of raising a failed assertion when PREV_NOT is not NULL
1263         after call to mach_port_request_notification.
1264         (darwin_ptrace_me): Raise an error rather than a failed
1265         assertion when read returns nonzero.
1266
1267 2013-05-06  Joel Brobecker  <brobecker@adacore.com>
1268
1269         * amd64-darwin-tdep.c: Remove #include "gdb_assert.h".
1270
1271 2013-05-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
1272
1273         * cleanups.c (restore_my_cleanups): New gdb_assert for SENTINEL_CLEANUP.
1274
1275 2013-05-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
1276
1277         * event-top.c (display_gdb_prompt): Call missing do_cleanups.
1278         * infcmd.c (get_return_value) <!stop_regs>: Do not overwrite CLEANUP.
1279         * symfile.c (symfile_bfd_open): New variable back_to.  Do not leave
1280         a stale cleanup.  Fix double free of NAME.
1281
1282 2013-05-04  Eli Zaretskii  <eliz@gnu.org>
1283
1284         * windows-nat.c (windows_delete_thread): Accept an additional
1285         argument, the thread's exit code, and announce thread death when
1286         print_thread_events is non-zero and we are deleting a thread that
1287         is not the main thread.
1288         (get_windows_debug_event): Pass thread exit code to
1289         windows_delete_thread.
1290
1291 2013-05-03  Kevin Buettner  <kevinb@redhat.com>
1292
1293         * v850-tdep.c (elf-bfd.h, elf/v850.h): Include.
1294         (R_149_REGNUM, E_NUM_OF_V850E2_REGS, E_SELID_1_R0_REGNUM)
1295         (E_SELID_1_R31_REGNUM, E_SELID_2_R0_REGNUM, E_SELID_2_R31_REGNUM)
1296         (E_SELID_3_R0_REGNUM, E_SELID_3_R31_REGNUM, E_SELID_4_R0_REGNUM)
1297         (E_SELID_4_R31_REGNUM, E_SELID_5_R0_REGNUM, E_SELID_5_R31_REGNUM)
1298         (E_SELID_6_R0_REGNUM, E_SELID_6_R31_REGNUM, E_SELID_7_R0_REGNUM, E_SELID_7_R31_REGNUM)
1299         (E_VR0_REGNUM, E_VR31_REGNUM, E_NUM_OF_V850E3V5_REGS): Define.
1300         (v850_abi, V850_ABI_GCC, V850_ABI_RH850): New enum and constants.
1301         (gdbarch_tdep): New struct.
1302         (v850e2_register_name): Use E_NUM_OF_V850E2_REGS instead of
1303         E_NUM_REGS.
1304         (v850e3v5_register_name): New function.
1305         (v850_register_type): v850e3v5 vector registers are 64-bits wide.
1306         (v850_use_struct_convention): Add `gdbarch' parameter.  Add new
1307         code handling the struct return conventions for the RH850 ABI.
1308         Update all callers.
1309         (v850_eight_byte_align_p): New function.
1310         (v850_push_call_dummy): Push structs by value, not by reference
1311         for the RH850 ABI.  Add support for eight byte alignment.
1312         (v850_dbtrap_breakpoint_from_pc): New function.
1313         (v850_gdbarch_init): Add ABI detection code.  Register
1314         v850e3v5_register_name for the v850e3v5 architecture.  Set the
1315         number of registers for v850e3v5.  Register
1316         v850_dbtrap_breakpoint_from_pc as appropriate.
1317         (_initialize_gdbarch_init): Registration bfd_arch_v850_rh850.
1318
1319 2013-05-03  Doug Evans  <dje@google.com>
1320
1321         * objfiles.c (objfile_relocate): Use gdb_bfd_count_sections instead
1322         of bfd_count_sections.
1323         * solib-target.c (solib_target_relocate_section_addresses): Ditto.
1324         * symfile.c (default_symfile_offsets): Ditto.
1325         (syms_from_objfile_1): Ditto.  Make dummy addrs list an array of
1326         one entry, not bfd_count_sections entries.
1327
1328 2013-05-03  Kevin Buettner  <kevinb@redhat.com>
1329
1330         * rl78-tdep.c (rl78_register_reggroup_p): Include SP in the
1331         `save' and `restore' register groups.  Don't include SPL
1332         or SPH in these groups.
1333         (rl78_dwarf_reg_to_regnum):  Adjust mapping for
1334         RL78_PC_REGNUM.  Add mappings for RL78_PSW_REGNUM,
1335         RL78_ES_REGNUM, and RL78_CS_REGNUM.
1336         (rl78_gdbarch_init): Set `dwarf2_addr_size' to 4.  Invoke
1337         dwarf2_append_unwinders().
1338
1339 2013-05-03  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
1340
1341         * break-catch-sig.c (signal_catchpoint_breakpoint_hit): Do not
1342         ignore SIGINT and SIGTRAP in case these internal signals are
1343         caught explicitely.
1344
1345 2013-05-01  Joel Brobecker  <brobecker@adacore.com>
1346
1347         * darwin-nat.c (darwin_read_write_inferior): Change types
1348         of parameters rdaddr and wraddr to "gdb_byte *". Change type
1349         of copy_count to "mach_msg_type_number_t".
1350         (darwin_read_dyld_info): Change type of parameter
1351         rdaddr to "gdb_byte *".
1352
1353 2013-05-01  Joel Brobecker  <brobecker@adacore.com>
1354
1355         * solib-ia64-hpux.c (ia64_hpux_read_dynamic_info): Change cast
1356         of &info->load_map from "char *" to "gdb_byte *".
1357
1358 2013-05-01  Joel Brobecker  <brobecker@adacore.com>
1359
1360         * ia64-tdep.c (ia64_access_fpreg): Change cast of val
1361         from "char *" to "gdb_byte *".
1362         (ia64_access_rse_fpreg, ia64_access_mem): Likewise.
1363
1364 2013-04-30  Doug Evans  <dje@google.com>
1365
1366         * dwarf2read.c (lookup_dwo_unit): Return NULL if DWO not found.
1367         (init_cutu_and_read_dies): Flag a complaint, not error, for bad
1368         DWO stub.  If DWO isn't found, just use stub.
1369         (lookup_dwo_cutu): Don't try DWO if there's a DWP file.
1370
1371         * dwarf2read.c (dw2_find_symbol_file): Initialize filename before
1372         calling init_cutu_and_read_dies.
1373
1374 2013-03-27  Walfred Tedeschi  <walfred.tedeschi@intel.com>
1375
1376         * target-descriptions.c (maint_print_c_tdesc_cmd):
1377         Add case to parse structures as register types and
1378         bitfields.
1379
1380 2013-04-30  Walfred Tedeschi  <walfred.tedeschi@intel.com>
1381
1382         * MAINTAINERS (Write After Approval): Add myself to the list.
1383
1384 2013-04-30  Joel Brobecker  <brobecker@adacore.com>
1385
1386         * sol-thread.c (rw_common): Change type of parameter "buf"
1387         to "gdb_byte *".
1388         (ps_pdwrite, ps_ptwrite): Cast parameter "buf" in call to
1389         rw_common to "gdb_byte *" instead of "char *".
1390
1391 2013-04-30  Joel Brobecker  <brobecker@adacore.com>
1392
1393         * sol-thread.c (info_cb) [ti.ti_startfunc != 0]: Change type
1394         of local variable msym to const struct bound_minimal_symbol.
1395         Adjust use accordingly.
1396         [ti.ti_state == TD_THR_SLEEP]: Likewise.
1397
1398 2013-04-30  Samuel Thibault  <samuel.thibault@gnu.org>
1399
1400         * i386gnu-nat.c (CREG_OFFSET): New macro.
1401         (creg_offset): New array.
1402         (CREG_ADDR): Use creg_offset instead of reg_offset.
1403
1404 2013-04-30  Joel Brobecker  <brobecker@adacore.com>
1405
1406         * mep-tdep.c (mep_write_pc): Delete.
1407         (mep_gdbarch_init): Remove call to set_gdbarch_write_pc.
1408         Add call to set_gdbarch_pc_regnum.
1409
1410 2013-04-30  Joel Brobecker  <brobecker@adacore.com>
1411
1412         * common/filestuff.c: Replace #include <dirent.h> by
1413         #include "gdb_dirent.h".
1414
1415 2013-04-30  Joel Brobecker  <brobecker@adacore.com>
1416
1417         * common/filestuff.c: Replace #include <sys/stat.h> by
1418         #include "gdb_stat.h".
1419
1420 2013-04-29  Pierre Muller  <muller@sourceware.org>
1421
1422         * dwarf2read.c (handle_DW_AT_stmt_list): Avoid ARI warning for
1423         editCase function rule.
1424         (get_DW_AT_signature_type): Likewise.
1425
1426 2013-04-29  Joel Brobecker  <brobecker@adacore.com>
1427
1428         * m32r-tdep.c (m32r_write_pc): Delete.
1429         (m32r_gdbarch_init): Remove call to set_gdbarch_write_pc.
1430         Add call to set_gdbarch_pc_regnum.
1431
1432 2013-04-29  Pierre Muller  <muller@sourceware.org>
1433
1434         * ./contrib/ari/gdb_ari.sh (editCase rule): Fix spelling error.
1435
1436 2013-04-29  Joel Brobecker  <brobecker@adacore.com>
1437
1438         * dwarf2read.c (get_DW_AT_signature_type): Add ARI marker.
1439
1440 2013-04-28  Yao Qi  <yao@codesourcery.com>
1441
1442         * solib-dsbt.c (fetch_loadmap): Re-indent.
1443         (displacement_from_map, enable_break2): Likewise.
1444         (dsbt_relocate_section_addresses): Likewise.
1445
1446 2013-04-26  Joel Brobecker  <brobecker@adacore.com>
1447
1448         GDB 7.6 released.
1449
1450 2013-04-25  Andreas Kaufmann  <Andreas.Kaufmann@synopsys.com>
1451
1452         PR corefiles/14983:
1453         * dwarf2read.c (process_full_comp_unit): Always create a static
1454         block.
1455
1456 2013-04-25  Hui Zhu  <hui@codesourcery.com>
1457
1458         * breakpoint.c (build_target_command_list): Change loc->cond_bytecode
1459         to loc->cmd_bytecode.
1460
1461 2013-04-24  Doug Evans  <dje@google.com>
1462
1463         * dwarf2read.c (setup_type_unit_groups): Fix comment.
1464
1465 2013-04-22  Keith Seitz  <keiths@redhat.com>
1466
1467         * tracepoint.c (trace_save):  Call the writer's start method.
1468
1469 2013-04-24  Muhammad Bilal  <mbilal@codesourcery.com>
1470
1471         PR gdb/10462
1472         * cli/cli-decode.c (lookup_command): Show an error if there is no space
1473         before argument.
1474
1475 2013-04-23  Tom Tromey  <tromey@redhat.com>
1476
1477         * common/filestuff.c: Check USE_WIN32API before including
1478         sys/socket.h.
1479         (HAVE_F_GETFD): New define.
1480         (mark_cloexec): Check HAVE_F_GETFD.
1481         (gdb_open_cloexec): Change 'mode' to unsigned long.
1482         (gdb_socketpair_cloexec): Check HAVE_SOCKETPAIR.
1483         (gdb_pipe_cloexec): Check HAVE_PIPE.
1484         * common/filestuff.h (gdb_open_cloexec): Change 'mode' to unsigned
1485         long.
1486
1487 2013-04-23  Hui Zhu  <hui@codesourcery.com>
1488
1489         PR gdb/15293
1490         * breakpoint.c (bpstat_what): Add BPSTAT_WHAT_SINGLE to bp_dprintf.
1491
1492 2013-04-23  Hui Zhu  <hui@codesourcery.com>
1493
1494         PR gdb/15165
1495         * breakpoint.c (dprintf_print_recreate): New.
1496         (save_breakpoints): Let it not save dprintf commands.
1497         (initialize_breakpoint_ops): Set dprintf_print_recreate.
1498
1499 2013-04-22  Tom Tromey  <tromey@redhat.com>
1500
1501         PR gdb/7912:
1502         * Makefile.in (SFILES): Add filestuff.c
1503         (COMMON_OBS): Add filestuff.o.
1504         (filestuff.o): New target.
1505         * auto-load.c (auto_load_objfile_script_1): Use
1506         gdb_fopen_cloexec.
1507         * auxv.c (procfs_xfer_auxv): Use gdb_open_cloexec.
1508         * cli/cli-cmds.c (shell_escape): Call close_most_fds.
1509         * cli/cli-dump.c (fopen_with_cleanup): Use gdb_fopen_cloexec.
1510         * common/agent.c (gdb_connect_sync_socket): Use
1511         gdb_socket_cloexec.
1512         * common/filestuff.c: New file.
1513         * common/filestuff.h: New file.
1514         * common/linux-osdata.c (linux_common_core_of_thread)
1515         (command_from_pid, commandline_from_pid, print_source_lines)
1516         (linux_xfer_osdata_shm, linux_xfer_osdata_sem)
1517         (linux_xfer_osdata_msg, linux_xfer_osdata_modules): Use
1518         gdb_fopen_cloexec.
1519         * common/linux-procfs.c (linux_proc_get_int)
1520         (linux_proc_pid_has_state): Use gdb_fopen_cloexec.
1521         * config.in, configure: Rebuild.
1522         * configure.ac: Don't check for sys/socket.h.  Check for
1523         fdwalk, pipe2.
1524         * corelow.c (core_open): Use gdb_open_cloexec.
1525         * dwarf2read.c (write_psymtabs_to_index): Use gdb_fopen_cloexec.
1526         * fork-child.c (fork_inferior): Call close_most_fds.
1527         * gdb_bfd.c (gdb_bfd_open): Use gdb_open_cloexec.
1528         * inf-child.c (inf_child_fileio_readlink): Use gdb_open_cloexec.
1529         * linux-nat.c (linux_nat_thread_name, linux_proc_pending_signals):
1530         Use gdb_fopen_cloexec.
1531         (linux_proc_xfer_partial, linux_proc_xfer_spu): Use
1532         gdb_open_cloexec.
1533         (linux_async_pipe): Use gdb_pipe_cloexec.
1534         * remote-fileio.c (remote_fileio_func_open): Use
1535         gdb_open_cloexec.
1536         * remote.c (remote_file_put, remote_file_get): Use
1537         gdb_fopen_cloexec.
1538         * ser-pipe.c (pipe_open): Use gdb_socketpair_cloexec,
1539         close_most_fds.
1540         * ser-tcp.c (net_open): Use gdb_socket_cloexec.
1541         * ser-unix.c (hardwire_open): Use gdb_open_cloexec.
1542         * solib.c (solib_find): Use gdb_open_cloexec.
1543         * source.c (openp, find_and_open_source): Use gdb_open_cloexec.
1544         * tracepoint.c (tfile_start): Use gdb_fopen_cloexec.
1545         (tfile_open): Use gdb_open_cloexec.
1546         * tui/tui-io.c (tui_initialize_io): Use gdb_pipe_cloexec.
1547         * ui-file.c (gdb_fopen): Use gdb_fopen_cloexec.
1548         * xml-support.c (xml_fetch_content_from_file): Use
1549         gdb_fopen_cloexec.
1550         * main.c (captured_main): Call notice_open_fds.
1551
1552 2013-04-22  Edjunior Machado  <emachado@linux.vnet.ibm.com>
1553
1554         * remote-sim.c (dump_mem): Change the type of 'buf' parameter from
1555         'char *' to 'gdb_byte *'.
1556         (gdbsim_store_register): Change the type of 'tmp' from 'char' to
1557         'gdb_byte'.
1558
1559 2013-04-22  Yao Qi  <yao@codesourcery.com>
1560
1561         * infrun.c: Fix typo in comment.
1562
1563 2013-04-22  Andrew Haley  <aph@redhat.com>
1564
1565         * arm-tdep.c (BranchDest): Cast result as "unsigned long",
1566         instead of "long".
1567
1568 2013-04-20  Yao Qi  <yao@codesourcery.com>
1569
1570         * ctf.c (ctf_fetch_registers): Change the type of 'regs' from
1571         'char *' to 'gdb_byte *'.  Cast the return value of
1572         'bt_ctf_get_char_array' to 'gdb_byte *'.
1573
1574 2013-04-19  Pedro Alves  <palves@redhat.com>
1575
1576         * configure.ac (build_warnings): Replace -Wno-pointer-sign with
1577         -Wpointer-sign.
1578         * configure: Regenerate.
1579
1580 2013-04-19  Pedro Alves  <palves@redhat.com>
1581
1582         * ser-tcp.c (net_read_prim): Cast second argument to recv to
1583         'void *'.
1584
1585 2013-04-19  Pedro Alves  <palves@redhat.com>
1586
1587         * monitor.c (monitor_write_memory, monitor_write_memory_bytes):
1588         Change type of 'myaddr' parameter to gdb_byte pointer.
1589         (monitor_write_memory_longlongs): Likewise.  Cast 'myaddr' pointer
1590         to 'long long' pointer instead of to 'unsigned long long'.
1591         (monitor_write_memory_block, monitor_read_memory_single)
1592         (monitor_read_memory): Change type of 'myaddr' parameter to
1593         gdb_byte pointer.
1594
1595 2013-04-19  Pedro Alves  <palves@redhat.com>
1596
1597         * record.c (validate_history_size): Make parameter 'setting'
1598         unsigned.
1599
1600 2013-04-19  Pedro Alves  <palves@redhat.com>
1601
1602         * ctf.c (ctf_write_uploaded_tsv, ctf_write_uploaded_tp): Add casts
1603         to 'gdb_byte *'.
1604
1605 2013-04-19  Pedro Alves  <palves@redhat.com>
1606
1607         * cp-valprint.c (cp_print_class_member): Change type of 'fieldno'
1608         local to int.
1609
1610 2013-04-19  Pedro Alves  <palves@redhat.com>
1611
1612         * ada-lang.c (print_it_exception): Add cast to gdb_byte *.
1613         * ada-tasks.c (read_fat_string_value): Likewise.
1614
1615 2013-04-19  Pedro Alves  <palves@redhat.com>
1616
1617         * dwarf2-frame.c (execute_cfa_program): Make 'bytes_read' local
1618         unsigned.  Pass 'tmp' to safe_read_uleb128 instead of the signed
1619         'offset', and adjust.
1620
1621 2013-04-19  Pedro Alves  <palves@redhat.com>
1622
1623         * dwarf2read.c (dwarf2_get_dwz_file): Add cast to const char *.
1624         (read_index_from_section): Add cast to 'char *'.
1625
1626 2013-04-19  Pedro Alves  <palves@redhat.com>
1627
1628         * xcoffread.c (xcoff_initial_scan): Add cast to 'char *'.
1629
1630 2013-04-19  Pedro Alves  <palves@redhat.com>
1631
1632         * coff-pe-read.c (read_pe_exported_syms): Handle strings as char.
1633
1634 2013-04-19  Pedro Alves  <palves@redhat.com>
1635
1636         * record-full.c (record_full_get_bookmark): Change local 'ret'
1637         type to char * and add cast to gdb_byte *.
1638         (record_full_goto_bookmark): Handle 'bookmark' argument as a
1639         string.
1640         * reverse.c (goto_bookmark_command): Add casts to gdb_byte *.
1641
1642 2013-04-19  Pedro Alves  <palves@redhat.com>
1643
1644         * python/py-inferior.c (infpy_write_memory): Add cast to gdb_byte
1645         * python/py-prettyprint.c (print_string_repr): Change type of
1646         'output' local to char *.  Add cast to gdb_byte * in
1647         LA_PRINT_STRING call.
1648         (print_children): Change type of 'output' local to char *.
1649         * python/py-value.c (valpy_string): Add cast to const char * in
1650         PyUnicode_Decode call.
1651
1652 2013-04-19  Pedro Alves  <palves@redhat.com>
1653
1654         * remote-mips.c (mips_cksum): Rename 'data' parameter to 'datastr'
1655         and change its type to 'const char *'.  Adjust.
1656         (mips_send_packet): Add cast to 'char *', and remove cast to
1657         'unsigned char *'.
1658         (mips_receive_packet): Remove cast to 'unsigned char *'.
1659         (mips_load_srec): Use bfd_byte.
1660         (pmon_makeb64, pmon_zeroset): Make 'chksum' parameter unsigned.
1661         (pmon_checkset): Make 'value' parameter unsigned.
1662
1663 2013-04-19  Pedro Alves  <palves@redhat.com>
1664
1665         * common/agent.c (agent_run_command): Add cast to gdb_byte *.
1666
1667 2013-04-19  Pedro Alves  <palves@redhat.com>
1668
1669         * remote.c (remote_write_bytes_aux, compare_sections_command)
1670         (remote_read_qxfer)
1671         (remote_search_memory, remote_hostio_pwrite, remote_hostio_pread)
1672         (remote_hostio_readlink, remote_bfd_iovec_pread)
1673         (remote_set_trace_notes): Use gdb_byte when RSP buffer is used as
1674         binary buffer, and char when buffer is used as string.
1675         * tracepoint.c (encode_source_string, tfile_write_uploaded_tp)
1676         (trace_save, tfile_open, traceframe_walk_blocks)
1677         (tfile_fetch_registers): Likewise.
1678
1679 2013-04-19  Pedro Alves  <palves@redhat.com>
1680
1681         * ser-base.c (ser_base_write): Change prototype -- take 'void *'
1682         buffer and size_t size.  Adjust.
1683         * ser-base.h (ser_base_write): Adjust.
1684         * ser-go32.c (cnts): Change type to size_t.
1685         (dos_write): Change prototype -- take 'void *'
1686         buffer and size_t size.  Adjust.
1687         (dos_info): Print elements of 'cnts' as unsigned long.
1688         * serial.c (serial_write): Likewise.
1689         * serial.h (serial_write): Adjust.
1690         (struct serial_ops) <write>: Change prototype -- take 'void *'
1691         buffer and size_t size.  Adjust.
1692
1693 2013-04-19  Pedro Alves  <palves@redhat.com>
1694
1695         * c-lang.c (evaluate_subexp_c): Cast result of obstack_base to
1696         gdb_byte *.
1697         * linux-tdep.c (linux_make_mappings_corefile_notes): Likewise.
1698
1699 2013-04-19  Pedro Alves  <palves@redhat.com>
1700
1701         * alpha-tdep.c (alpha_extract_return_value): Use
1702         regcache_cooked_read_unsigned to read 'v0'.
1703
1704 2013-04-19  Pedro Alves  <palves@redhat.com>
1705
1706         * xtensa-tdep.c (execute_l32e, execute_s32e): Change type of
1707         parameters 'at', 'as' and 'offset' to uint32_t.
1708
1709 2013-04-19  Pedro Alves  <palves@redhat.com>
1710
1711         * aarch64-tdep.c (aarch64_analyze_prologue): Change type of local
1712         'is64' to signed 'int'.
1713
1714 2013-04-19  Pedro Alves  <palves@redhat.com>
1715
1716         * s390-tdep.c (is_rs, is_rsy, is_rx, is_rxy): Change type of 'd2'
1717         parameter to int *.
1718
1719 2013-04-19  Pedro Alves  <palves@redhat.com>
1720
1721         * ppc-linux-tdep.c (ppc_skip_trampoline_code): Change local
1722         'insnbuf' buffer type to unsigned int[].
1723
1724 2013-04-19  Pedro Alves  <palves@redhat.com>
1725
1726         * mips-tdep.c (mips_read_pc): Change local 'pc' type to LONGEST.
1727
1728 2013-04-19  Pedro Alves  <palves@redhat.com>
1729
1730         * mep-tdep.c (mep_get_insn): Change 'insn' parameter type to
1731         unsigned long *.
1732
1733 2013-04-19  Pedro Alves  <palves@redhat.com>
1734
1735         * alpha-tdep.c (heuristic_fence_post): Change type to int.
1736         (alpha_heuristic_proc_start): Adjust to check -1 instead of
1737         UINT_MAX.
1738         * mips-tdep.c (heuristic_fence_post): Change type to int.
1739         (heuristic_proc_start): Adjust to check -1 instead of UINT_MAX.
1740
1741 2013-04-19  Pedro Alves  <palves@redhat.com>
1742
1743         * cris-tdep.c (usr_cmd_cris_version): Make unsigned.
1744         (struct gdbarch_tdep) <cris_version>: Make unsigned.
1745         (cris_spec_reg_applicable, cris_gdbarch_init): Adjust locals.
1746
1747 2013-04-19  Pedro Alves  <palves@redhat.com>
1748
1749         * avr-tdep.c (avr_io_reg_read_command): New local 'bufstr'.  Use
1750         it to get a string view of the byte buffer.
1751         * i386-cygwin-tdep.c (core_process_module_section): Change local 'buf'
1752         type to gdb_byte *.  Adjust.
1753         * linux-tdep.c (linux_info_proc, linux_find_memory_regions_full):
1754         Change local to char *.
1755         * solib-darwin.c (find_program_interpreter): Change return type to
1756         char *.  Adjust.
1757         (darwin_solib_get_all_image_info_addr_at_init): Adjust.
1758         * solib-dsbt.c (enable_break2): Change local 'buf' to char *.
1759         * solib-frv.c (enable_break2): Change local 'buf' to char *.
1760         * solib-spu.c (spu_current_sos): Add gdb_byte * cast.
1761         * solib-svr4.c (find_program_interpreter): Change return type to
1762         char *.  Adjust.
1763         (enable_break): Change local 'interp_name' to char *.
1764         * spu-multiarch.c (spu_xfer_partial): Add cast to 'char *'.
1765         * spu-tdep.c (spu_pseudo_register_read_spu): Add cast to 'char *'.
1766         (spu_pseudo_register_write_spu): Use char for string buffer.
1767         Adjust.
1768         (info_spu_event_command, info_spu_signal_command): Add casts to
1769         'char *'.
1770
1771 2013-04-19  Pedro Alves  <palves@redhat.com>
1772
1773         * aarch64-tdep.c (aarch64_default_breakpoint): Change type to
1774         gdb_byte[].
1775         (aarch64_breakpoint_from_pc): Change return type to gdb_byte *.
1776         * ada-lang.c (ada_value_assign): Use gdb_byte.
1777         * alphanbsd-tdep.c (sigtramp_retcode): Change type to gdb_byte[].
1778         (alphanbsd_sigtramp_offset): Use gdb_byte.
1779         * arm-linux-tdep.c (arm_linux_arm_le_breakpoint)
1780         (arm_linux_arm_be_breakpoint, eabi_linux_arm_le_breakpoint)
1781         (eabi_linux_arm_be_breakpoint, arm_linux_thumb_be_breakpoint)
1782         (arm_linux_thumb_le_breakpoint, arm_linux_thumb2_be_breakpoint)
1783         (arm_linux_thumb2_le_breakpoint): Change type to gdb_byte[].
1784         * arm-tdep.c (arm_stub_unwind_sniffer)
1785         (arm_displaced_init_closure): Use gdb_byte.
1786         (arm_default_arm_le_breakpoint, arm_default_arm_be_breakpoint)
1787         (arm_default_thumb_le_breakpoint)
1788         (arm_default_thumb_be_breakpoint): Change type to gdb_byte[].
1789         * arm-tdep.h (struct gdbarch_tdep) <arm_breakpoint,
1790         thumb_breakpoint, thumb2_breakpoint>: Change type to gdb_byte *.
1791         * arm-wince-tdep.c (arm_wince_le_breakpoint)
1792         (arm_wince_thumb_le_breakpoint): Change type to gdb_byte[].
1793         * armnbsd-tdep.c (arm_nbsd_arm_le_breakpoint)
1794         (arm_nbsd_arm_be_breakpoint, arm_nbsd_thumb_le_breakpoint)
1795         (arm_nbsd_thumb_be_breakpoint): Change type to gdb_byte[].
1796         * armobsd-tdep.c (arm_obsd_thumb_le_breakpoint)
1797         (arm_obsd_thumb_be_breakpoint): Change type to gdb_byte[].
1798         * cris-tdep.c (push_stack_item, cris_push_dummy_call)
1799         (cris_store_return_value, cris_extract_return_value): Use
1800         gdb_byte.
1801         (constraint): Change type of parameter to char * from signed
1802         char*.  Use gdb_byte.
1803         * dwarf2loc.c (read_pieced_value, write_pieced_value): Change type
1804         of local buffer to gdb_byte *.
1805         * dwarf2read.c (read_index_from_section): Use gdb_byte.
1806         (create_dwp_hash_table): Change type of locals to gdb_byte *.
1807         (add_address_entry): Change type of local buffer to gdb_byte[].
1808         * frv-tdep.c (frv_adjust_breakpoint_address, find_func_descr)
1809         (frv_push_dummy_call): Use gdb_byte.
1810         * hppa-hpux-tdep.c (hppa_hpux_push_dummy_code)
1811         (hppa_hpux_supply_ss_fpblock, hppa_hpux_supply_ss_wide)
1812         (hppa_hpux_supply_save_state): Use gdb_byte.
1813         * hppa-tdep.c (hppa32_push_dummy_call)
1814         (hppa64_convert_code_addr_to_fptr): Use gdb_byte.
1815         * ia64-tdep.c (extract_bit_field, replace_bit_field)
1816         (slotN_contents, replace_slotN_contents): Change type of parameter
1817         to gdb_byte *.
1818         (fetch_instruction, ia64_pseudo_register_write)
1819         (ia64_register_to_value, ia64_value_to_register)
1820         (ia64_extract_return_value, ia64_store_return_value)
1821         (ia64_push_dummy_call): Use gdb_byte.
1822         * m32c-tdep.c (m32c_return_value): Remove cast.
1823         * m68hc11-tdep.c (m68hc11_pseudo_register_write)
1824         (m68hc11_push_dummy_call, m68hc11_store_return_value): Use
1825         gdb_byte.
1826         * mipsnbsd-tdep.c (mipsnbsd_get_longjmp_target): Use gdb_byte.
1827         * mn10300-tdep.c (mn10300_store_return_value)
1828         (mn10300_breakpoint_from_pc, mn10300_push_dummy_call): Use
1829         gdb_byte.
1830         * moxie-tdep.c (moxie_process_readu): Use gdb_byte.
1831         (moxie_process_record): Remove casts.
1832         * ppc-ravenscar-thread.c (supply_register_at_address)
1833         (ppc_ravenscar_generic_store_registers): Use gdb_byte.
1834         * ravenscar-thread.c (get_running_thread_id): Use gdb_byte.
1835         * remote-m32r-sdi.c (m32r_fetch_register): Use gdb_byte.
1836         * remote-mips.c (mips_xfer_memory): Use gdb_byte.
1837         * remote.c (compare_sections_command): Use gdb_byte.
1838         * score-tdep.c (score7_free_memblock): Change type of parameter to
1839         gdb_byte *.
1840         * sh-tdep.c (sh_justify_value_in_reg): Change return type to
1841         gdb_byte *.  Use gdb_byte.
1842         (sh_push_dummy_call_fpu): Use gdb_byte.
1843         (sh_extract_return_value_nofpu, sh_extract_return_value_fpu)
1844         (sh_store_return_value_nofpu, sh_store_return_value_fpu)
1845         (sh_register_convert_to_virtual, sh_register_convert_to_raw):
1846         Change parameter type to 'gdb_byte *'.  Use gdb_byte.
1847         (sh_pseudo_register_read, sh_pseudo_register_write): Use gdb_byte.
1848         * sh64-tdep.c (sh64_push_dummy_call): Use gdb_byte.
1849         (sh64_store_return_value, sh64_register_convert_to_virtual):
1850         Change parameter type to 'gdb_byte *'.  Use gdb_byte.
1851         (sh64_pseudo_register_write): Use gdb_byte.
1852         * solib-darwin.c (darwin_current_sos): Add casts to 'gdb_byte *'.
1853         * solib-irix.c (fetch_lm_info): Likewise.  Use gdb_byte for byte
1854         buffer.
1855         (irix_current_sos): Use gdb_byte.
1856         * solib-som.c (som_current_sos): Use gdb_byte.
1857         * sparc-ravenscar-thread.c (supply_register_at_address)
1858         (sparc_ravenscar_generic_store_registers): Use gdb_byte.
1859         * spu-multiarch.c (spu_xfer_partial): Add cast to 'char *'.
1860         * spu-tdep.c (spu_get_overlay_table): Use gdb_byte.
1861         * tic6x-tdep.c (tic6x_breakpoint_from_pc): Change return type to
1862         'gdb_byte *'.
1863         * tic6x-tdep.h (struct gdbarch_tdep) <breakpoint>: Change type to
1864         'gdb_byte *'.
1865         * tracepoint.c (tfile_fetch_registers): Use gdb_byte.
1866         * xstormy16-tdep.c (xstormy16_extract_return_value)
1867         (xstormy16_store_return_value): Change parameter type to
1868         'gdb_byte *'.  Adjust.
1869         (xstormy16_push_dummy_call): Use gdb_byte.
1870         * xtensa-tdep.c (xtensa_scan_prologue, call0_ret)
1871         (call0_analyze_prologue, execute_code): Use gdb_byte.
1872
1873 2013-04-19  Vladimir Kargov <kargov@gmail.com>
1874             Pedro Alves  <palves@redhat.com>
1875
1876         * i387-tdep.c (i387_print_float_info): Use gdb_byte for pointer to
1877         value contents.
1878
1879 2013-04-17  Doug Evans  <dje@google.com>
1880
1881         * dwarf2read.c (struct signatured_type): New member type.
1882         (struct attribute): Replace member signatured_type with signature.
1883         (DW_SIGNATURE): Replaces DW_SIGNATURE_TYPE.
1884         (read_call_site_scope): Call follow_die_ref instead of
1885         follow_die_ref_or_sig.
1886         (read_structure_type): Rewrite handling of signatured types.
1887         (read_enumeration_type): Ditto.
1888         (read_attribute_value): Update.
1889         (build_error_marker_type): New function.
1890         (lookup_die_type): Add assert.  Rewrite handling of signatured types.
1891         Don't call error for bad types, just build an error marker type.
1892         (dump_die_shallow): Update.
1893         (follow_die_sig_1): Renamed from follow_die_sig.
1894         Don't call error for bad types, instead return NULL.
1895         (follow_die_sig): New function.
1896         (get_signatured_type, get_DW_AT_signature_type): New functions.
1897
1898 2013-04-17  Yufeng Zhang  <yufeng.zhang@arm.com>
1899
1900         * aarch64-tdep.c (aarch64_write_pc): Removed.
1901         (aarch64_gdbarch_init): Remove set_gdbarch_write_pc of the above
1902         function.
1903
1904 2013-04-17  Yao Qi  <yao@codesourcery.com>
1905
1906         * top.c (print_gdb_configuration): Print configure-time
1907         parameter on using libbabeltrace or not.
1908
1909 2013-04-16  Pedro Alves  <palves@redhat.com>
1910
1911         * copyright.py (EXCLUDE_LIST): Add gdb/common/glibc_thread_db.h.
1912
1913 2013-04-16  Pedro Alves  <palves@redhat.com>
1914
1915         * common/glibc_thread_db.h: Update from upstream glibc
1916         (git 568035b7874a099087b77f7bba3e36a1173787b0).
1917
1918 2013-04-16  Pedro Alves  <palves@redhat.com>
1919
1920         * common/gdb_thread_db.h [!HAVE_THREAD_DB_H]: Factor out to ...
1921         * common/glibc_thread_db.h: ... this new file ...
1922         * common/gdb_thread_db.h [!HAVE_THREAD_DB_H]: ... and include it.
1923
1924 2013-04-16  Will Newton  <will.newton@gmail.com>
1925             Pedro Alves  <palves@redhat.com>
1926
1927         PR build/11881
1928
1929         * common/gdb_thread_db.h (LIBTHREAD_DB_SO)
1930         (LIBTHREAD_DB_SEARCH_PATH): Move outside of #ifdef
1931         HAVE_THREAD_DB_H.
1932
1933 2013-04-16  Pedro Alves  <palves@redhat.com>
1934             Eli Zaretskii  <eliz@gnu.org>
1935
1936         * NEWS: Mention "set foo unlimited".
1937
1938 2013-04-15  Doug Evans  <dje@google.com>
1939
1940         * dwarf2read.c (struct dwo_file): Replace member "cus" with "cu".
1941         (struct create_dwo_cu_data): Renamed from create_dwo_info_table_data.
1942         (create_dwo_cu_reader): Renamed from
1943         create_dwo_debug_info_hash_table_reader.
1944         (create_dwo_cu): Renamed from create_dwo_debug_info_hash_table.
1945         Remove support for multiple CUs in a DWO file.
1946         (open_and_init_dwo_file, lookup_dwo_cutu): Update.
1947
1948         * dwarf2read.c (create_debug_types_hash_table): Use hex_string
1949         instead of phex.
1950         (lookup_dwo_unit, create_dwo_debug_info_hash_table_reader): Ditto.
1951         (create_dwo_in_dwp): Ditto.
1952
1953 2013-04-15  Tom Tromey  <tromey@redhat.com>
1954
1955         * NEWS: Move recent entries into "since 7.6" section.
1956
1957 2013-04-15  Tom Tromey  <tromey@redhat.com>
1958
1959         PR c++/13588:
1960         * NEWS: Update.
1961         * break-catch-throw.c (struct exception_catchpoint)
1962         <exception_rx, pattern>: New fields.
1963         (fetch_probe_arguments, dtor_exception_catchpoint)
1964         (check_status_exception_catchpoint)
1965         (print_one_detail_exception_catchpoint): New functions.
1966         (handle_gnu_v3_exceptions): Add "except_rx" argument.
1967         Compile regular expression if needed.
1968         (extract_exception_regexp): New function.
1969         (catch_exception_command_1): Use extract_exception_regexp.
1970         (compute_exception): Use fetch_probe_arguments.
1971         (initialize_throw_catchpoint_ops): Set dtor, print_one_detail,
1972         and check_status fields.
1973         * cp-abi.c (cplus_typename_from_type_info): New function.
1974         * cp-abi.h (cplus_typename_from_type_info): Declare.
1975         (struct cp_abi_ops) <get_typename_from_type_info>: New field.
1976         * gdb_regex.h (compile_rx_or_error): Declare.
1977         * gnu-v3-abi.c (gnuv3_get_typename_from_type_info): Update
1978         comment.
1979         (init_gnuv3_ops): Set get_type_from_type_info field.
1980         * probe.c (compile_rx_or_error): Move...
1981         * utils.c (compile_rx_or_error): ... here.
1982
1983 2013-04-15  Tom Tromey  <tromey@redhat.com>
1984
1985         PR c++/15176:
1986         * NEWS: Update.
1987         * break-catch-throw.c (compute_exception): New function.
1988         (exception_funcs): New global.
1989         (_initialize_break_catch_throw): Create $_exception.
1990         * cp-abi.c (cplus_type_from_type_info): New function.
1991         * cp-abi.h (cplus_type_from_type_info): Declare.
1992         (struct cp_abi_ops) <get_type_from_type_info>: New field.
1993         * gnu-v3-abi.c (gnuv3_get_typename_from_type_info)
1994         (gnuv3_get_type_from_type_info): New functions.
1995         (init_gnuv3_ops): Set get_type_from_type_info ABI field.
1996
1997 2013-04-15  Tom Tromey  <tromey@redhat.com>
1998
1999         * break-catch-throw.c (struct exception_names): New.
2000         (exception_functions): Change type.
2001         (re_set_exception_catchpoint): Look for SDT probes.
2002
2003 2013-04-15  Tom Tromey  <tromey@redhat.com>
2004
2005         PR c++/10119:
2006         * break-catch-throw.c (exception_functions): New global.
2007         (gnu_v3_exception_catchpoint_ops): Move earlier.
2008         (struct exception_catchpoint): New.
2009         (classify_exception_breakpoint): Rewrite.
2010         (re_set_exception_catchpoint): New function.
2011         (handle_gnu_v3_exceptions): Return void.  Use init_catchpoint.
2012         Allocate a struct exception_catchpoint.
2013         (catch_exception_command_1): Update.
2014         (initialize_throw_catchpoint_ops): Set 're_set' method.
2015
2016 2013-04-15  Tom Tromey  <tromey@redhat.com>
2017
2018         * Makefile.in (SFILES): Add break-catch-throw.c
2019         (COMMON_OBS): Add break-catch-throw.o.
2020         * break-catch-throw.c: New file.
2021         * breakpoint.c: Move exception-catching code to new file.
2022         (ep_parse_optional_if_clause): No longer static.
2023         * breakpoint.h (ep_parse_optional_if_clause): Declare.
2024
2025 2013-04-15  Tom Tromey  <tromey@redhat.com>
2026
2027         PR c++/9065:
2028         * NEWS: Update.
2029         * breakpoint.c (watchpoint_exp_is_const): Add OP_TYPEID.
2030         * c-exp.y (TYPEID): New token.
2031         (exp): Add new TYPEID productions.
2032         (ident_tokens): Add "typeid".
2033         * cp-abi.c (cplus_typeid, cplus_typeid_type): New functions.
2034         * cp-abi.h (cplus_typeid, cplus_typeid_type): Declare.
2035         (struct cp_abi_ops) <get_typeid, get_typeid_type>: New fields.
2036         * eval.c (evaluate_subexp_standard) <OP_TYPEID>: New case.
2037         * expprint.c (dump_subexp_body_standard) <OP_TYPEID>: New
2038         case.
2039         * gnu-v3-abi.c (std_type_info_gdbarch_data): New global.
2040         (build_std_type_info_type, gnuv3_get_typeid_type)
2041         (gnuv3_get_typeid): New functions.
2042         (init_gnuv3_ops): Initialize std_type_info_gdbarch_data.  Set
2043         new fields on ABI object.
2044         * parse.c (operator_length_standard) <OP_TYPEID>: New case.
2045         * std-operator.def (OP_TYPEID): New.
2046
2047 2013-04-15  Tom Tromey  <tromey@redhat.com>
2048
2049         * elfread.c (elf_symtab_read): Install versioned symbol under
2050         unversioned name as well.
2051
2052 2013-04-15  Tom Tromey  <tromey@redhat.com>
2053
2054         PR c++/11990:
2055         * c-lang.c (cplus_language_defn): Use gdb_demangle.
2056         * c-typeprint.c (c_type_print_base): Use gdb_demangle.
2057         * cp-support.c (mangled_name_to_comp): Use gdb_demangle.
2058         (gdb_demangle): New function.
2059         * cp-support.h (gdb_demangle): Declare.
2060         * dwarf2read.c (dwarf2_physname, fixup_partial_die)
2061         (dwarf2_name): Use gdb_demangle.
2062         * gdbtypes.c (check_stub_method): Use gdb_demangle.
2063         * gnu-v3-abi.c (gnuv3_rtti_type): Strip @plt and version
2064         suffixes from name.
2065         (gnuv3_print_method_ptr): Use gdb_demangle.
2066         * jv-lang.c (java_demangle): Use gdb_demangle.
2067         * jv-typeprint.c (java_type_print_base): Use gdb_demangle.
2068         * language.c (unk_lang_demangle): Use gdb_demangle.
2069         * symtab.c (symbol_find_demangled_name)
2070         (demangle_for_lookup): Use gdb_demangle.
2071
2072 2013-04-15  Tom Tromey  <tromey@redhat.com>
2073
2074         PR c++/12824:
2075         * NEWS: Update.
2076         * breakpoint.c (enum exception_event_kind) <EX_EVENT_RETHROW>:
2077         New constant.
2078         (classify_exception_breakpoint): New function.
2079         (print_it_exception_catchpoint, print_one_exception_catchpoint)
2080         (print_mention_exception_catchpoint)
2081         (print_recreate_exception_catchpoint, handle_gnu_v3_exceptions)
2082         (catch_exception_command_1): Handle "rethrow" catchpoint.
2083         (catch_rethrow_command): New function.
2084         (_initialize_breakpoint): Add "catch rethrow" command.
2085
2086 2013-04-15  Pierre Muller  <muller@sourceware.org>
2087
2088         * contrib/ari/gdb_ari.sh (write_pc rule): Do not consider
2089         set_gdbarch_write_pc as deprecated anymore.
2090
2091 2013-04-15  Joel Brobecker  <brobecker@adacore.com>
2092
2093         * spu-tdep.c (spu_write_pc): Add empty line after local variable
2094         declarations.
2095
2096 2013-04-13  Yao Qi  <yao@codesourcery.com>
2097
2098         * ctf.c (_initialize_ctf): Include "completer.h".
2099         Call add_target_with_completer instead of add_target.
2100
2101 2013-04-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
2102
2103         Fix GDB regression related to PR binutils/14813.
2104         * jit.c (mem_bfd_iovec_close): Return 0 for success.
2105         * minidebug.c (lzma_close): Add return value comment.
2106         * remote.c (remote_bfd_iovec_close): Return 0 for success.
2107         * solib-spu.c (spu_bfd_iovec_close): Likewise.
2108         * spu-linux-nat.c (spu_bfd_iovec_close): Likewise.
2109
2110 2013-04-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
2111
2112         * config.in: Regenerate.
2113
2114 2013-04-12  Tom Tromey  <tromey@redhat.com>
2115
2116         * dwarf2-frame.c (struct comp_unit) <dwarf_frame_buffer>: Now
2117         const.
2118         * dwarf2read.c (struct dwarf2_section_info) <buffer>: Now const.
2119         (struct die_reader_specs) <buffer>: Likewise.
2120         (die_reader_func_ftype): Make 'info_ptr' const.
2121         (struct line_header) <include_dirs, statement_program_start,
2122         statement_program_end>: Now const.
2123         (struct file_entry) <name>: Likewise.
2124         (struct partial_die_info) <sibling>: Likewise.
2125         (struct dwarf_block) <data>: Likewise.
2126         (dwarf2_read_section): Remove cast.
2127         (dwarf2_get_section_info): Make 'bufp' const.
2128         (read_index_from_section): Constify.
2129         (dw2_get_file_names_reader): Make 'info_ptr' const.
2130         (dw2_get_primary_filename_reader): Likewise.
2131         (read_comp_unit_head): Make 'info_ptr' and return type const.
2132         (read_and_check_comp_unit_head, read_and_check_type_unit_head):
2133         Likewise.
2134         (read_abbrev_offset): Constify.
2135         (dwarf2_create_include_psymtab): Make 'name' const.
2136         (create_debug_types_hash_table): Update.
2137         (read_cutu_die_from_dwo): Make 'result_info_ptr' const.
2138         (init_cutu_and_read_dies, init_cutu_and_read_dies_no_follow):
2139         Constify.
2140         (process_psymtab_comp_unit_reader, build_type_psymtabs_reader)
2141         (load_partial_comp_unit_reader): Make 'info_ptr' const.
2142         (read_comp_units_from_section): Constify.
2143         (peek_abbrev_code, peek_die_abbrev, skip_children, skip_one_die)
2144         (locate_pdi_sibling, load_full_comp_unit_reader): Make 'info_ptr'
2145         const.
2146         (dwarf2_compute_name, setup_type_unit_groups): Constify.
2147         (create_dwo_debug_info_hash_table): Make 'info_ptr' const.
2148         (create_dwp_hash_table, dwarf2_ranges_read)
2149         (dwarf2_record_block_ranges): Constify.
2150         (read_die_and_children, read_die_and_siblings_1)
2151         (read_die_and_siblings): Make 'info_ptr' and 'new_info_ptr'
2152         const.
2153         (read_full_die_1, read_full_die): Make 'info_ptr' const.
2154         (abbrev_table_read_table): Constify.
2155         (load_partial_dies): Make 'info_ptr' const.
2156         (read_partial_die, read_attribute_value, read_attribute): Make
2157         'info_ptr' and return type const.
2158         (read_address, read_initial_length)
2159         (read_checked_initial_length_and_offset, read_offset)
2160         (read_offset_1, read_n_bytes, read_direct_string): Make 'buf'
2161         const.
2162         (read_direct_string): Make 'buf' and return type const.
2163         (read_indirect_string_at_offset, read_indirect_string_from_dwz)
2164         (read_indirect_string): Make return type const.
2165         (read_unsigned_leb128, read_signed_leb128): Make 'buf' const.
2166         (read_addr_index_from_leb128, dwarf2_read_addr_index_reader): Make
2167         'info_ptr' const.
2168         (read_str_index): Make return type const.
2169         (add_include_dir): Make 'include_dir' const.
2170         (add_file_name): Make 'name' const.
2171         (dwarf_decode_line_header): Constify.
2172         (psymtab_include_file_name): Make return type const.
2173         (dwarf_decode_lines_1, dwarf_decode_lines): Constify.
2174         (dwarf2_start_subfile): Make 'filename' const.
2175         (dwarf2_const_value_attr): Make 'bytes' const.
2176         (read_signatured_type_reader): Make 'info_ptr' const.
2177         (decode_locdesc): Constify.
2178         (skip_form_bytes): Make 'bytes', 'buffer_end', and return type
2179         const.
2180         (skip_unknown_opcode): Make 'opcode_definitions', 'mac_ptr',
2181         'mac_end', and return type const.
2182         (dwarf_parse_macro_header): Make 'mac_ptr' and return type const.
2183         (dwarf_decode_macro_bytes): Make 'mac_ptr', 'mac_end', and return
2184         type const.
2185         (per_cu_header_read_in): Constify.
2186         * symfile.h (dwarf2_get_section_info): Update.
2187
2188 2013-04-12  Tom Tromey  <tromey@redhat.com>
2189
2190         * symtab.h (struct general_symbol_info) <value.bytes>: Make const.
2191
2192 2013-04-12  Eli Zaretskii  <eliz@gnu.org>
2193
2194         * NEWS: Mention "show configuration", --configuration.
2195         * top.c (print_gdb_configuration): New function, displays the
2196         details about GDB configure-time parameters.
2197         (print_gdb_version): Mention "show configuration".
2198         * cli/cli-cmds.c (show_configuration): New function.
2199         (_initialize_cli_cmds): Add the "show configuration" command.
2200         * main.c (captured_main) <print_configuration>: New static var.
2201         <long_options>: Use it.
2202         If --configuration was given, call print_gdb_configuration.
2203
2204 2013-04-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
2205             Pedro Alves  <palves@redhat.com>
2206
2207         * Makefile.in (HAVE_NATIVE_GCORE_TARGET): New.
2208         (generated_files): Add gcore.
2209         (install-only, uninstall): Add gcore if HAVE_NATIVE_GCORE_TARGET or
2210         HAVE_NATIVE_GCORE_HOST.
2211         (gcore): New.
2212         * NEWS (Changes since GDB 7.6): Mention newly installed gcore.
2213         * config/alpha/alpha-osf3.mh, config/i386/fbsd.mh,
2214         config/i386/fbsd64.mh, config/i386/i386gnu.mh, config/i386/i386sol2.mh,
2215         config/i386/sol2-64.mh, config/mips/irix5.mh, config/mips/irix6.mh,
2216         config/powerpc/fbsd.mh, config/sparc/fbsd.mh, config/sparc/sol2.mh:
2217         Add HAVE_NATIVE_GCORE_HOST.
2218         * configure: Regenerate.
2219         * configure.ac (HAVE_NATIVE_GCORE_TARGET): New, set it, AC_SUBST it.
2220         New AC_SUBST fir GDB_TRANSFORM_NAME and GCORE_TRANSFORM_NAME.  New
2221         AC_CONFIG_FILES for gcore.
2222         * configure.tgt: Add gdb_have_gcore to the initial comment.  Set
2223         gdb_have_gcore.
2224         * gdb_gcore.sh: Rename to ...
2225         * gcore.in: ... here.  Remove gcore.sh comment.  Use GDB_TRANSFORM_NAME
2226         and GCORE_TRANSFORM_NAME substitutions.
2227
2228         Fix parsing tabs in ${gdb_target_obs}.
2229         * configure.tgt (gdb_have_gcore): Replace case with for and if.
2230
2231 2013-04-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
2232
2233         * remote.c (unpush_and_perror): Add output message final dot.
2234
2235 2013-04-11  Yao Qi  <yao@codesourcery.com>
2236
2237         * tracepoint.c (tfile_interp_line): Fit parameters line and
2238         utpp in one line.
2239
2240 2013-04-10  Joel Brobecker  <brobecker@adacore.com>
2241
2242         * solib.c (solib_map_sections): Remove code overwriting
2243         SO->SO_NAME with the bfd's filename.
2244
2245 2013-04-10  Pedro Alves  <palves@redhat.com>
2246
2247         * cli/cli-decode.c (integer_unlimited_completer): New function.
2248         (add_setshow_integer_cmd, add_setshow_uinteger_cmd)
2249         (add_setshow_zuinteger_unlimited_cmd): Install the "unlimited"
2250         completer.
2251         * cli/cli-setshow.c: Include "cli/cli-utils.h".
2252         (is_unlimited_literal): New function.
2253         (do_set_command): Handle literal "unlimited" arguments.
2254         * frame.c (_initialize_frame) <set backtrace limit>: Document
2255         "unlimited".
2256         * printcmd.c (_initialize_printcmd) <set print
2257         max-symbolic-offset>: Add help text.
2258         * record-full.c (_initialize_record_full) <set record full
2259         insn-number-max>: Likewise.
2260         * record.c (_initialize_record) <set record
2261         instruction-history-size, set record function-call-history-size>:
2262         Add help text.
2263         * ser-tcp.c (_initialize_ser_tcp) <set tcp connect-timeout>: Add
2264         help text.
2265         * tracepoint.c (_initialize_tracepoint) <set trace-buffer-size>:
2266         Likewise.
2267         * source.c (_initialize_source) <set listsize>: Add help text.
2268         * utils.c (initialize_utils) <set height, set width>: Likewise.
2269         <set pagination>: Mention "set height unlimited".
2270         * valprint.c (_initialize_valprint) <set print elements, set print
2271         repeats>: Document "unlimited".
2272
2273 2013-04-10  Pedro Alves  <palves@redhat.com>
2274
2275         * cli/cli-cmds.c (quit_command): Call query_if_trace_running
2276         instead of disconnect_tracing.
2277         * infcmd.c (detach_command, disconnect_command): Call
2278         query_if_trace_running.  Adjust.
2279         * top.c: Include "tracepoint.h".
2280         (quit_target): Delete.  Contents moved ...
2281         (quit_force): ... here.  Wrap each stage of teardown in
2282         TRY_CATCH.  Call disconnect_tracing before detaching.
2283
2284 2013-04-10  Hui Zhu  <hui@codesourcery.com>
2285             Yao Qi  <yao@codesourcery.com>
2286
2287         * configure.ac: Check libbabeltrace is installed.
2288         * config.in: Regenerate.
2289         * configure: Regenerate.
2290         * Makefile.in (LIBBABELTRACE): New.
2291         (CLIBS): Add LIBBABELTRACE.
2292         * ctf.c: Include "exec.h".
2293         (CTF_EVENT_ID_STATUS, CTF_EVENT_ID_TSV_DEF): New macros.
2294         (CTF_EVENT_ID_TP_DEF, ctf_save_write_int32): New macros.
2295         (ctf_save_metadata_header): Define new type aliases in
2296         metadata.
2297         (ctf_write_header): Define event type "tsv_def" and "tp_def"
2298         in metadata.  Start a new faked packet for trace status.
2299         (ctf_write_status): Write trace status to CTF.
2300         (ctf_write_uploaded_tsv): Write TSV to CTF.
2301         (ctf_write_uploaded_tp): Write tracepoint definition to CTF.
2302         (ctf_write_definition_end): End the faked packet.
2303
2304         (ctx, ctf_iter, trace_dirname): New.
2305         (start_pos): New variable.
2306         (ctf_destroy, ctf_open_dir, ctf_open): New.
2307         (SET_INT32_FIELD, SET_ARRAY_FIELD, SET_STRING_FIELD): New
2308         macros.
2309         (ctf_read_tsv, ctf_read_tp, ctf_close, ctf_files_info): New.
2310         (ctf_fetch_registers, ctf_xfer_partial): New.
2311         (ctf_get_trace_state_variable_value): New.
2312         (ctf_get_tpnum_from_frame_event): New.
2313         (ctf_get_traceframe_address): New.
2314         (ctf_trace_find, ctf_has_stack): New.
2315         (ctf_has_registers, ctf_traceframe_info, init_ctf_ops): New.
2316         (ctf_get_trace_status, ctf_read_status): New.
2317         (_initialize_ctf): New.
2318         * tracepoint.c (get_tracepoint_number): New
2319         (get_uploaded_tsv): Remove 'static'.
2320         (struct traceframe_info, trace_regblock_size): Move it to ...
2321         * tracepoint.h: ... here.
2322         (get_tracepoint_number): Declare it.
2323         (get_uploaded_tsv): Declare it.
2324
2325         * NEWS: Mention new configure option.
2326
2327 2013-04-10  Pedro Alves  <palves@redhat.com>
2328             Hui Zhu  <hui@codesourcery.com>
2329
2330         * breakpoint.c (dprintf_re_set): New.
2331         (initialize_breakpoint_ops): Set dprintf_breakpoint_ops re_set
2332         to dprintf_re_set.
2333
2334 2013-04-09  Joel Brobecker  <brobecker@adacore.com>
2335
2336         * configure.tgt (gdb_target_obs) <powerpc-*-aix* | rs6000-*-*>:
2337         Remove solib-svr4.o from the list.
2338
2339 2013-04-09  Joel Brobecker  <brobecker@adacore.com>
2340
2341         * varobj.c (update_dynamic_varobj_children) [!HAVE_PYTHON]:
2342         Use gdb_assert_not_reached instead of invalid boolean expression.
2343
2344 2013-04-09  Pedro Alves  <palves@redhat.com>
2345
2346         * remote.c (unpush_and_perror): New function.
2347         (readchar, remote_serial_write): Use it.
2348
2349 2013-04-09  Markus Metzger  <markus.t.metzger@intel.com>
2350
2351         * NEWS: Mention new btrace RSP packets.
2352
2353 2013-04-08  Tom Tromey  <tromey@redhat.com>
2354
2355         * symmisc.c (dump_msymbols): Cast fprintf_filtered argument to
2356         long.
2357
2358 2013-04-08  Tom Tromey  <tromey@redhat.com>
2359
2360         * maint.c (print_bfd_section_info): Print the section index.
2361         * symmisc.c (dump_msymbols): Print the section index.
2362
2363 2013-04-08  Tom Tromey  <tromey@redhat.com>
2364
2365         PR symtab/8424:
2366         * blockframe.c (find_pc_partial_function_gnu_ifunc): Check
2367         SYMBOL_SECTION, not SYMBOL_OBJ_SECTION.
2368         * breakpoint.c (resolve_sal_pc): Update.
2369         * elfread.c (elf_gnu_ifunc_record_cache): Update.
2370         * findvar.c (struct minsym_lookup_data) <objfile>: New field.
2371         (minsym_lookup_iterator_cb): Use it.
2372         (default_read_var_value): Update.
2373         * hppa-hpux-tdep.c (hppa64_hpux_in_solib_call_trampoline):
2374         Update.
2375         * infcmd.c (jump_command): Update.
2376         * linespec.c (minsym_found): Update.
2377         * maint.c (maintenance_translate_address): Update.
2378         * minsyms.c (lookup_minimal_symbol_by_pc_section_1): Update.
2379         (prim_record_minimal_symbol_full): Don't set SYMBOL_OBJ_SECTION.
2380         * parse.c (write_exp_msymbol): Update.
2381         * printcmd.c (address_info): Update.
2382         * psymtab.c (find_pc_sect_psymbol): Update.
2383         (fixup_psymbol_section): Check SYMBOL_SECTION, not
2384         SYMBOL_OBJ_SECTION.
2385         (add_psymbol_to_bcache): Correctly initialize SYMBOL_SECTION.
2386         Don't initialize SYMBOL_OBJ_SECTION.
2387         * spu-tdep.c (spu_catch_start): Update.
2388         * stabsread.c (define_symbol): Don't set SYMBOL_SECTION.
2389         * symmisc.c (dump_msymbols, print_symbol): Update.
2390         * symtab.c (fixup_section): Don't set 'obj_section'.  Change
2391         how fallback section is computed.
2392         (fixup_symbol_section): Update.
2393         (find_pc_sect_symtab, find_function_start_sal, skip_prologue_sal):
2394         Update.
2395         (allocate_symbol, initialize_symbol, allocate_template_symbol):
2396         Initialize SYMBOL_SECTION.
2397         * symtab.h (struct general_symbol_info) <section>: Update comment.
2398         <obj_section>: Remove.
2399         (SYMBOL_OBJ_SECTION): Add 'objfile' argument.  Rewrite.
2400         (SYMBOL_OBJFILE): New macro.
2401
2402 2013-04-08  Tom Tromey  <tromey@redhat.com>
2403
2404         * coffread.c (record_minimal_symbol): Update.
2405         * dbxread.c (record_minimal_symbol): Update.
2406         * elfread.c (record_minimal_symbol): Update.
2407         * machoread.c (macho_symtab_add_minsym): Update.
2408         * mdebugread.c (record_minimal_symbol, parse_partial_symbols):
2409         Update.
2410         * minsyms.c (prim_record_minimal_symbol): Update.
2411         (prim_record_minimal_symbol_full): Remove 'bfd_section'
2412         argument.
2413         (prim_record_minimal_symbol_and_info): Likewise.
2414         * minsyms.h (prim_record_minimal_symbol_full)
2415         (prim_record_minimal_symbol_and_info): Update.
2416         * symtab.c (allocate_symbol, initialize_symbol)
2417         (allocate_template_symbol): Initialize SYMBOL_SECTION.
2418         * xcoffread.c (record_minimal_symbol, scan_xcoff_symtab):
2419         Update.
2420
2421 2013-04-08  Tom Tromey  <tromey@redhat.com>
2422
2423         PR symtab/8423:
2424         * solib-som.c (som_solib_section_offsets): Use BFD section
2425         indices.  Set offsets for all sections.
2426         * somread.c (som_symtab_read): Compute BFD section for
2427         symbol.  Use prim_record_minimal_symbol_and_info.
2428         (som_symfile_read): Fix comment.
2429         (struct find_section_offset_arg): New.
2430         (find_section_offset, set_section_index): New functions.
2431         (som_symfile_offsets): Use set_section_index to compute
2432         section indices.
2433
2434 2013-04-08  Tom Tromey  <tromey@redhat.com>
2435
2436         * coffread.c (cs_to_section): Use gdb_bfd_section_index.
2437         * elfread.c (record_minimal_symbol, elf_symtab_read): Use
2438         gdb_bfd_section_index.
2439         * gdb_bfd.c (gdb_bfd_section_index, gdb_bfd_count_sections):
2440         New functions.
2441         * gdb_bfd.h (gdb_bfd_section_index, gdb_bfd_count_sections):
2442         Declare.
2443         * machoread.c (macho_symtab_add_minsym, macho_symfile_offsets):
2444         Update.
2445         * objfiles.c (add_to_objfile_sections_full): New function.
2446         (add_to_objfile_sections): Use it.
2447         (build_section_table): Rewrite.
2448         (objfile_relocate1): Use gdb_bfd_section_index.  Update.
2449         * objfiles.h (obj_section_offset): Use gdb_bfd_section_index.
2450         (struct objfile) <sections>: Update comment.
2451         (ALL_OBJFILE_OSECTIONS): Skip sections where the_bfd_section
2452         is NULL.
2453         (ALL_OBJSECTIONS): Use it.
2454         * solib-dsbt.c (dsbt_relocate_main_executable): Update.
2455         * solib-frv.c (frv_relocate_main_executable): Update.
2456         * solib-target.c (solib_target_relocate_section_addresses):
2457         Use gdb_bfd_section_index.
2458         * symfile.c (build_section_addr_info_from_section_table):
2459         Use gdb_bfd_section_index.
2460         (build_section_addr_info_from_bfd, place_section): Likewise.
2461         * symtab.c (fixup_section): Update.
2462         * xcoffread.c (find_targ_sec): Use gdb_bfd_section_index.
2463
2464 2013-04-08  Tom Tromey  <tromey@redhat.com>
2465
2466         * minsyms.h (struct bound_minimal_symbol): New.
2467         (lookup_minimal_symbol_and_objfile): Return bound_minimal_symbol.
2468         Remove objfile argument.
2469         (lookup_minimal_symbol_by_pc_section, lookup_minimal_symbol_by_pc):
2470         Return bound_minimal_symbol.
2471         * minsyms.c (lookup_minimal_symbol_by_pc_1)
2472         (lookup_minimal_symbol_by_pc_section, lookup_minimal_symbol_by_pc):
2473         Return bound_minimal_symbol.
2474         (in_gnu_ifunc_stub): Update.
2475         (lookup_minimal_symbol_and_objfile): Return bound_minimal_symbol.
2476         Remove 'objfile_p' argument.
2477         (lookup_solib_trampoline_symbol_by_pc): Update.
2478         * ada-tasks.c, amd64-windows-tdep.c, arm-tdep.c,
2479         arm-wince-tdep.c, block.c, blockframe.c, breakpoint.c, btrace.c,
2480         c-valprint.c, dwarf2loc.c, elfread.c, frame.c, frv-tdep.c,
2481         glibc-tdep.c, gnu-v2-abi.c, gnu-v3-abi.c, hppa-hpux-tdep.c,
2482         i386-tdep.c, ia64-tdep.c, infcall.c, infcmd.c, jit.c,
2483         linux-fork.c, m32c-tdep.c, m68hc11-tdep.c, maint.c,
2484         mips-tdep.c, p-valprint.c, parse.c, ppc-linux-tdep.c,
2485         ppc-sysv-tdep.c, printcmd.c, rs6000-tdep.c, sh64-tdep.c,
2486         stack.c, symtab.c, tui/tui-disasm.c: Update.
2487
2488 2013-04-08  Tom Tromey  <tromey@redhat.com>
2489
2490         * ada-lang.c (ada_decode_symbol): Check and set 'ada_mangled'.
2491         Use symbol's obstack, not an objfile.
2492         * coffread.c (process_coff_symbol): Update.
2493         * dwarf2read.c (fixup_go_packaging, new_symbol_full): Update.
2494         * jv-lang.c (add_class_symbol): Update.
2495         * mdebugread.c (new_symbol): Update.
2496         * minsyms.c (prim_record_minimal_symbol_full)
2497         (terminate_minimal_symbol_table): Update.
2498         * psymtab.c (add_psymbol_to_bcache): Clear entire symbol.  Update.
2499         * stabsread.c (define_symbol, read_enum_type): Update.
2500         * symtab.c (symbol_set_demangled_name, symbol_get_demangled_name):
2501         Handle Ada specially.
2502         (symbol_set_language): Add 'obstack' argument.
2503         (symbol_set_names): Update.
2504         (symbol_natural_name, symbol_demangled_name): Always use
2505         ada_decode_symbol.
2506         * symtab.h (struct general_symbol_info)
2507         <language_specific::obstack>: New field.
2508         <ada_mangled>: New field.
2509         (SYMBOL_SET_LANGUAGE): Add 'obstack' argument.
2510         (symbol_set_language): Update.
2511
2512 2013-04-08  Tom Tromey  <tromey@redhat.com>
2513
2514         * symtab.c (symbol_init_cplus_specific, symbol_set_demangled_name):
2515         Take an obstack, not an objfile.
2516         (symbol_set_names): Update.
2517         * symtab.h (symbol_set_demangled_name): Update.
2518
2519 2013-04-08  Tom Tromey  <tromey@redhat.com>
2520
2521         * coffread.c (process_coff_symbol, coff_read_enum_type): Call
2522         allocate_symbol.
2523         * dwarf2read.c (fixup_go_packaging): Call allocate_symbol.
2524         (read_func_scope): Call allocate_template_symbol.
2525         (new_symbol_full): Call allocate_symbol.
2526         * jit.c (finalize_symtab): Call allocate_symbol.
2527         * jv-lang.c (add_class_symbol): Call allocate_symbol.
2528         * mdebugread.c (parse_symbol, new_block): Call allocate_symbol.
2529         * stabsread.c (patch_block_stabs, define_symbol, read_enum_type)
2530         (common_block_end): Call allocate_symbol.
2531         * symtab.c (allocate_symbol, initialize_symbol)
2532         (allocate_template_symbol): New functions.
2533         * symtab.c (allocate_symbol, initialize_symbol)
2534         (allocate_template_symbol): Declare.
2535         * xcoffread.c (process_xcoff_symbol): Call initialize_symbol.
2536
2537 2013-04-08  Pedro Alves  <palves@redhat.com>
2538             Keith Seitz  <keiths@redhat.com>
2539
2540         * breakpoint.c (create_breakpoint): Rename
2541         "parse_condition_and_thread" parameter to "parse_arg".  Update
2542         describing comment.  If !PARSE_ARG, then error out if ARG is not
2543         the empty string after extracting the location.
2544         * breakpoint.h (create_breakpoint): Rename
2545         "parse_condition_and_thread" parameter to "parse_arg".
2546
2547 2013-04-08  Aleksandar Ristovski  <aristovski@qnx.com
2548
2549         * solib-svr4.c (lm_addr_check): Add const qualifier to 'so' arg.
2550
2551 2013-04-07  Yao Qi  <yao@codesourcery.com>
2552
2553         * remote.c (remote_trace_find): Change type of parameters 'addr1'
2554         and 'addr2' to CORE_ADDR.
2555         * target.c (update_current_target): Update.
2556         * target.h (struct target_ops) <to_trace_find>: Change parameter
2557         type to CORE_ADDR.
2558         * tracepoint.c (tfind_1): Change type of parameters 'addr1' and
2559         'addr2' to CORE_ADDR.
2560         (tfile_trace_find): Likewise.
2561         (tfile_get_traceframe_address): Change return type to CORE_ADDR.
2562         Change local variable 'addr' to type CORE_ADDR.
2563         * tracepoint.h (tfind_1): Update declaration.
2564
2565 2013-04-06  Eli Zaretskii  <eliz@gnu.org>
2566
2567         * windows-nat.c (windows_get_absolute_argv0): Move from here...
2568         * mingw-hdep.c (windows_get_absolute_argv0): ...to here.
2569         Include main.h.
2570
2571         * windows-nat.h (windows_get_absolute_argv0): Move prototype from
2572         here...
2573         * main.h (windows_get_absolute_argv0): ...to here.
2574
2575 2013-04-05  Doug Evans  <dje@google.com>
2576
2577         * dwarf2read.c (struct dwarf2_per_objfile): Tweak comment.
2578         (read_cutu_die_from_dwo): Add comments.
2579         (read_structure_type): Update comment.
2580         (read_enumeration_type, read_namespace_type): Update comment.
2581         (read_die_type, get_die_type_at_offset, get_die_type): Update comment.
2582
2583 2013-04-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
2584
2585         Convert man pages to texinfo, new gdbinit.5 texinfo page.
2586         * Makefile.in (gdb.z): Remove.
2587         (install-only): Remove $(man1dir) and gdb.1 installation.
2588         * gdb.1: Remove.
2589
2590 2013-04-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
2591
2592         Fix compatibility with Linux kernel 3.8.3.
2593         * linux-tdep.c (linux_find_memory_regions_full): Move variable number
2594         to more inner block.  Remove parsing of NUMBER from outer block.
2595         Parse NUMBER only if KEYWORD has been identified.
2596
2597 2013-04-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
2598
2599         Fix variable name shadowing.
2600         * linux-tdep.c (linux_find_memory_regions_full): Rename outer variable
2601         filename to mapsfilename and update its uses.
2602
2603 2013-04-05  Eli Zaretskii  <eliz@gnu.org>
2604
2605         * Makefile.in (TAGS): Avoid warning from etags when $GDB_NM_FILE is
2606         empty.  See http://sourceware.org/ml/gdb-patches/2012-08/msg00504.html
2607         and http://sourceware.org/ml/gdb-patches/2013-04/msg00055.html for
2608         details of the problem.
2609
2610 2013-04-04  Pedro Alves  <palves@redhat.com>
2611             Hui Zhu  <hui@codesourcery.com>
2612
2613         * breakpoint.c (validate_commands_for_breakpoint): If validating a
2614         tracepoint, reset its STEP_COUNT and call validate_actionline.
2615
2616 2013-04-03  Doug Evans  <dje@google.com>
2617
2618         * dwarf2read.c (read_die_and_siblings_1): Renamed from
2619         read_die_and_siblings.
2620         (read_die_and_siblings): New function.
2621         (read_cutu_die_from_dwo): Dump die if requested.
2622         (read_die_and_children): Call read_full_die_1 and
2623         read_die_and_siblings_1.
2624         (read_full_die): Dump die if requested.
2625
2626         * dwarf2read.c (read_comp_units_from_section): Add debugging printf.
2627
2628         * dwarf2read.c (struct dwo_file): New member comp_dir.
2629         Rename member name to dwo_name.  All uses updated.
2630         (hash_dwo_file): Include comp_dir in computation.
2631         (eq_dwo_file): Ditto.
2632         (lookup_dwo_file_slot): New arg comp_dir.  All callers updated.
2633         (create_dwo_in_dwp, lookup_dwo_in_dwp, open_and_init_dwo_file): Ditto.
2634
2635         * psymtab.c (read_psymtabs_with_fullname): Don't call
2636         psymtab_to_fullname if the basenames are different.
2637
2638 2013-04-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
2639
2640         * NEWS (Changes in GDB 7.6): Update the data-disassemble for "fullname".
2641         New entry about "fullname" presence.
2642
2643 2013-04-03  Pedro Alves  <palves@redhat.com>
2644
2645         * NEWS: Mention x86_64/Cygwin as new native configuration.
2646
2647 2013-04-02  Doug Evans  <dje@google.com>
2648
2649         * dwarf2read.c (read_structure_type): Fix typo in comment.
2650
2651 2013-04-02  Pedro Alves  <palves@redhat.com>
2652
2653         * NEWS: Mention "set/show debug aarch64", "set/show debug
2654         coff-pe-read" and "set/show debug mach-o".
2655
2656 2013-04-02  Pedro Alves  <palves@redhat.com>
2657
2658         * NEWS: Mention "set/show remote trace-buffer-size-packet".
2659
2660 2013-04-02  Eli Zaretskii  <eliz@gnu.org>
2661
2662         * Makefile.in (HFILES_NO_SRCDIR): Remove call-cmds.h.
2663         gdb_string.h is now in common/.
2664
2665 2013-04-02  Pedro Alves  <palves@redhat.com>
2666
2667         * NEWS: Move "set debug notification" and "set trace-buffer-size"
2668         under "New options".
2669
2670 2013-04-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
2671
2672         Revert this patch:
2673         PR gdb/15275
2674         * remote.c (remote_get_trace_status): Include putpkt in TRY_CATCH.
2675
2676 2013-04-02  Pedro Alves  <palves@redhat.com>
2677
2678         PR gdb/15275
2679
2680         * remote.c (send_interrupt_sequence): Use remote_serial_write.
2681         (remote_serial_write): New function.
2682         (putpkt_binary, getpkt_or_notif_sane_1): Use remote_serial_write.
2683
2684 2013-04-01  Jiong Wang  <jiwang@tilera.com>
2685
2686         * NEWS: Mention TILE-Gx in "New native configurations" and
2687         "New targets" sections. 
2688
2689 2013-04-01  Doug Evans  <dje@google.com>
2690
2691         * dwarf2read.c (lookup_signatured_type_at_offset): Delete.
2692         (process_enumeration_scope): Simplify.
2693
2694         * dwarf2read.c (struct dwarf2_per_cu_data): Move member
2695         type_unit_group ...
2696         (struct signatured_type): ... to here.
2697         (sig_type_ptr): New typedef.
2698         (type_unit_group): Delete member 't.first_cu'.  Move member 'tus'
2699         out of union 't'.  All uses updated.
2700         (dw2_get_file_names_reader): Assert not called for a type unit.
2701         (dw2_get_file_names): Assert not called for a type unit or type
2702         unit group.
2703         (build_type_psymtabs_reader): Assert called for a type unit.
2704         (build_type_psymtab_dependencies): Assert called for a type unit group.
2705
2706         * dwarf2read.c (free_dwo_file): Add comment.
2707         (dwarf2_per_objfile_free): Unref dwp bfd.
2708
2709 2013-04-01  Aleksandar Ristovski  <aristovski@qnx.com>
2710
2711         * coff-pe-read.c (add_pe_exported_sym): Remove unused 'dll_name_len'.
2712         (add_pe_forwarded_sym): Remove unused 'section', 'dll_name_len'.
2713         (read_pe_exported_syms): Remove unused 'exportix'.
2714         (pe_text_section_offset): Remove unused 'opthdr_ofs', 'num_entries',
2715         'export_rva', 'export_size', 'expptr', 'exp_funcbase', 'expdata',
2716         'erva', 'name_rvas', 'ordinals', 'nexp', 'ordbase', 'dll_name'.
2717
2718 2013-04-01  Aleksandar Ristovski  <aristovski@qnx.com>
2719
2720         * breakpoint.c (parse_cond_to_aexpr): Remove unused 'old_chain'.
2721         (print_it_watchpoint): Remove unused 'bl'.
2722         (say_where): Remove unused 'uiout'.
2723         (bpstat_remove_breakpoint_callback): Remove unused 'uiout'.
2724         (bkpt_breakpoint_hit): Remove unused 'b'.
2725         (internal_bkpt_print_it): Remove unused 'uiout'.
2726         * buildsym.c (augment_type_symtab): Remove unused 'i'.
2727
2728 2013-03-31  Tiago Stürmer Daitx  <tdaitx@linux.vnet.ibm.com>
2729
2730         * ppc-sysv-tdep.c (ppc64_sysv_abi_push_float): New function.
2731         (ppc64_sysv_abi_push_dummy_call): Handle complex arguments.
2732
2733 2013-03-29  Doug Evans  <dje@google.com>
2734
2735         * dwarf2read.c (open_dwo_file): Renamed from open_dwop_file.
2736         Delete arg is_dwp.  All callers updated.
2737         (open_dwp_file): New function.
2738         (open_and_init_dwp_file): Call it.
2739         (get_dwp_file): New function.
2740         (lookup_dwo_cutu): Call it.
2741
2742         * dwarf2read.c (open_and_init_dwp_file): Remove incorrect, and
2743         unnecessary, cleanup.
2744
2745         * dwarf2read.c (lookup_dwo_cutu): Improve complaint text.
2746
2747         * dwarf2read.c (read_cutu_die_from_dwo): New function.
2748         (lookup_dwo_unit): New function.
2749         (init_cutu_and_read_dies): Move DWO handling to new functions.
2750
2751         * dwarf2read.c (struct signatured_type): Tweak comment.
2752         (struct dwo_unit): Tweak comment.
2753         (create_debug_types_hash_table): Tweak comment.  Reformat long line.
2754         (create_dwo_debug_info_hash_table): Tweak comment.
2755         (dwarf2_per_cu_offset_and_type): Tweak comment.
2756
2757         * dwarf2read.c (lookup_signatured_type): Remove complaint about
2758         missing .debug_types section.
2759
2760 2013-03-29  Yao Qi  <yao@codesourcery.com>
2761
2762         * corelow.c: Include "completer.h".
2763         (_initialize_corelow): Call add_target_with_completer with
2764         argument 'filename_completer'.
2765         * tracepoint.c: Likewise.
2766         * exec.c (_initialize_exec): Likewise.
2767         * target.c (add_target): Rename to ...
2768         (add_target_with_completer): ... this.  Call set_cmd_completer
2769         if parameter completer is not NULL.
2770         (add_target): New.
2771         * target.h: Include "command.h".
2772         (add_target_with_completer): Declare it.
2773
2774 2013-03-28  Joel Brobecker  <brobecker@adacore.com>
2775
2776         * coffread.c (is_import_fixup_symbol): New function.
2777         (record_minimal_symbol): Use is_import_fixup_symbol to
2778         detect import fixup symbols, and discard them.
2779
2780 2013-03-28  Doug Evans  <dje@google.com>
2781
2782         * dwarf2read.c (create_debug_types_hash_table): Don't allocate the
2783         types hash table until we know we need it.
2784
2785         * dwarf2read.c (create_addrmap_from_index): Complain about bad CU
2786         index numbers.
2787
2788         * dwarf2read.c (dw2_get_file_names): Delete arg "objfile".
2789         All callers updated.
2790         (dw2_print_stats): Print #read CUs too.
2791         (dump_die_shallow): Print signatured types better.
2792
2793         * dwarf2read.c (struct dwarf2_per_cu_data): Rename member
2794         info_or_types_section to section.  All uses updated.
2795         (struct dwo_unit): Ditto.
2796
2797 2013-03-28  Pedro Alves  <palves@redhat.com>
2798
2799         * NEWS (New options): New section.
2800         (New options): Mention set/show remote trace-status-packet.
2801         * remote.c (PACKET_qTStatus): New enumeration value.
2802         (remote_get_trace_status): Skip sending qTStatus if the packet is
2803         disabled.  Use packet_ok.
2804         (_initialize_remote): Register a configuration command for
2805         qTStatus packet.
2806
2807 2013-03-28  Doug Evans  <dje@google.com>
2808
2809         * symfile.c (find_separate_debug_file): Add comment.
2810         (terminate_after_last_dir_separator): Tweak comment.
2811
2812         * dwarf2read.c (create_partial_symtab): Add forward decl.
2813         (create_partial_symtab): Move to be closer to other psymtab functions.
2814         (process_psymtab_comp_unit_reader, process_psymtab_comp_unit): Ditto.
2815
2816         * dwarf2read.c (dwarf2_physname): Move declaration to better spot.
2817         (compute_symtab_includes): Remove unnecessary forward declaration.
2818         (die_needs_namespace): Add comment marking group of functions for
2819         dwarf2 name computation.
2820
2821         * typeprint.c (_initialize_typeprint): Improve type help text.
2822
2823         * python/python.c (finish_python_initialization): Provide suggestion
2824         for how to tell gdb to find its python files.
2825
2826 2013-03-28  Pedro Alves  <palves@redhat.com>
2827
2828         PR gdb/15294
2829
2830         * source.c (_initialize_source): Change back "set listsize" to an
2831         integer command.
2832
2833 2013-03-27  Gareth McMullin  <gareth@blacksphere.co.nz>
2834
2835         PR gdb/15275
2836         * remote.c (remote_get_trace_status): Include putpkt in TRY_CATCH.
2837
2838 2013-03-27  Pedro Alves  <palves@redhat.com>
2839
2840         * top.c (history_size): Rename to ...
2841         (history_size_setshow_var): ... this.  Add comment.
2842         (show_commands): Use readline's 'history_length' instead of
2843         computing the history length by calling history_get in a loop.
2844         (set_history_size_command): Error out for sizes over INT_MAX.
2845         Restore previous history size on invalid size.
2846         (init_history): If HISTSIZE is negative, leave the history size as
2847         zero.  Add comments.
2848         (init_main): Adjust.
2849
2850 2013-03-27  Pedro Alves  <palves@redhat.com>
2851
2852         * coff-pe-read.c (_initialize_coff_pe_read): Rename "set debug
2853         coff_pe_read" command to "set debug coff-pe-read".
2854
2855 2013-03-27  Markus Metzger  <markus.t.metzger@intel.com>
2856
2857         * record.c (command_size_to_target_size): Fix size comparison.
2858         Change parameter type from pointer to integer to integer.
2859         Update all users.
2860
2861 2013-03-27  Pierre Muller  <muller@sourceware.org>
2862
2863         * windows-nat.c (handle_output_debug_string): Avoid typecast
2864         from integer of different size warning.
2865
2866 2013-03-26  Joel Brobecker  <brobecker@adacore.com>
2867
2868         * windows-nat.c (handle_output_debug_string): Add empty line
2869         after local block variable definition.
2870
2871 2013-03-26  Pedro Alves  <palves@redhat.com>
2872
2873         * ser-tcp.c (wait_for_connect): Make 'polls' parameter unsigned.
2874         (net_open): Make 'polls' local unsigned.
2875
2876 2013-03-26  Pedro Alves  <palves@redhat.com>
2877
2878         * remote.c (_initialize_remote): Make "set remoteaddresssize"
2879         a zuinteger command instead of uinteger.
2880
2881 2013-03-26  Pedro Alves  <palves@redhat.com>
2882
2883         * record-full.c (record_full_insn_num): Make it unsigned.
2884         (record_full_check_insn_num, record_full_message)
2885         (record_full_registers_change, record_full_xfer_partial): Remove
2886         record_full_insn_max_num check (it's always != 0).
2887         (record_full_info, record_full_restore): Use %u as format string.
2888         (): Use %u as format string.
2889         (set_record_full_insn_max_num): Remove record_full_insn_max_num
2890         check (it's always != 0).
2891
2892 2013-03-26  Pedro Alves  <palves@redhat.com>
2893
2894         * dcache.c (_initialize_dcache): Make the "set dcache line-size"
2895         and "set dcache size" commands zuinteger instead of uinteger.
2896
2897 2013-03-26  Pedro Alves  <palves@redhat.com>
2898
2899         * cris-tdep.c (_initialize_cris_tdep): Make the "set cris-version"
2900         command zuinteger instead of uinteger.
2901
2902 2013-03-26  Pedro Alves  <palves@redhat.com>
2903
2904         * coff-pe-read.c (_initialize_coff_pe_read): Make the command
2905         zuinteger instead of uinteger.
2906
2907 2013-03-26  Pedro Alves  <palves@redhat.com>
2908
2909         * record.c (record_insn_history_size_setshow_var)
2910         (record_call_history_size_setshow_var): New globals.
2911         (command_size_to_target_size): New function.
2912         (cmd_record_insn_history, cmd_record_call_history): Use
2913         command_size_to_target_size instead of cast.
2914         (validate_history_size, set_record_insn_history_size)
2915         (set_record_call_history_size): New functions.
2916         (_initialize_record): Install set_record_insn_history_size and
2917         set_record_call_history_size as "set" hooks of "set record
2918         instruction-history-size" and "set record
2919         function-call-history-size".
2920
2921 2013-03-26  Pedro Alves  <palves@redhat.com>
2922
2923         * top.c (gdb_rl_operate_and_get_next): Replace max_input_history
2924         use with history_max_entries use.  Remove FIXME note.
2925
2926 2013-03-26  Markus Metzger  <markus.t.metzger@intel.com>
2927
2928         * record-btrace.c (record_btrace_close): Call
2929         record_btrace_auto_disable.
2930
2931 2013-03-25  Joel Brobecker  <brobecker@adacore.com>
2932
2933         * rs6000-nat.c (fixup_breakpoints): Delete declaration.
2934
2935 2013-03-25  Doug Evans  <dje@google.com>
2936
2937         * contrib/cc-with-tweaks.sh: Check exit code of dwp.
2938
2939 2013-03-25  Tom Tromey  <tromey@redhat.com>
2940
2941         PR symtab/11462:
2942         * c-exp.y (exp): Add new productions for destructors after '.' and
2943         '->'.
2944         (write_destructor_name): New function.
2945
2946 2013-03-25  Tom Tromey  <tromey@redhat.com>
2947
2948         PR c++/9197:
2949         * opencl-lang.c (evaluate_subexp_opencl) <STRUCTOP_STRUCT>: Use
2950         value_struct_elt, not lookup_struct_elt_type.
2951         * eval.c (evaluate_subexp_standard) <STRUCTOP_STRUCT,
2952         STRUCTOP_PTR>: Use value_struct_elt, not lookup_struct_elt_type.
2953         * expression.h (EVAL_AVOID_SIDE_EFFECTS): Update comment.
2954
2955 2013-03-25  Yao Qi  <yao@codesourcery.com>
2956
2957         * ctf.c [USE_WIN32API]: Undef 'mkdir' and use 'mkdir'
2958         instead of '_mkdir'.
2959
2960 2013-03-23  Eli Zaretskii  <eliz@gnu.org>
2961
2962         * windows-nat.c (windows_get_absolute_argv0): New function.
2963         * windows-nat.h: Add its prototype.
2964
2965         * main.c (get_init_files): Use filename_ncmp instead of strncmp.
2966         Use IS_DIR_SEPARATOR instead of looking for a character inside
2967         SLASH_STRING.  Include filenames.h.
2968         (captured_main) [__MINGW32__]: Make argv[0] absolute, so that
2969         relocate_gdb_directory works when passed gdb_program_name.
2970         Include windows-nat.h.
2971
2972 2013-03-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
2973
2974         * exceptions.h (enum errors): New entry TARGET_CLOSE_ERROR.
2975         * remote.c (trace_error): Remove the special handling of '2'.
2976         (readchar) <SERIAL_EOF>
2977         (readchar) <SERIAL_ERROR>
2978         (getpkt_or_notif_sane_1): Use TARGET_CLOSE_ERROR for them.
2979         (remote_get_trace_status): Call throw_exception if EX is
2980         TARGET_CLOSE_ERROR.
2981         * utils.c (perror_with_name): Rename to ...
2982         (throw_perror_with_name): ... here.  New parameter errcode, describe it
2983         in the function comment.
2984         (perror_with_name): New function wrapper.
2985         * utils.h (enum errors): New stub declaration.
2986         (throw_perror_with_name): New declaration.
2987
2988 2013-03-22  Pedro Alves  <palves@redhat.com>
2989             Yao Qi  <yao@codesourcery.com>
2990             Mark Kettenis  <kettenis@gnu.org>
2991
2992         * cli/cli-setshow.c (do_set_command) <var_uinteger>:
2993         Don't let the user set the value to UINT_MAX directly.
2994         <var_integer>: Don't let the user set the value to INT_MAX
2995         directly.
2996
2997 2013-03-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
2998
2999         * remote.c (remote_unpush_target): New function.
3000         (remote_open_1): Remove two pop_target calls, update one comment, add
3001         comment to target_preopen call.  Replace pop_target call by
3002         remote_unpush_target call.
3003         (interrupt_query, readchar, getpkt_or_notif_sane_1): Replace
3004         pop_target calls by remote_unpush_target calls.
3005
3006 2013-03-22  Pedro Alves  <palves@redhat.com>
3007
3008         * linux-nat.c (linux_child_follow_fork): Don't call
3009         linux_enable_event_reporting.
3010         (linux_handle_extended_wait): Don't call
3011         linux_enable_event_reporting.
3012
3013 2013-03-22  Pedro Alves  <palves@redhat.com>
3014
3015         * hppa-hpux-tdep.c (hppa_hpux_push_dummy_code): Define INSN macro,
3016         use it to rewrite the trampoline buffers with type gdb_byte[], and
3017         undefine the macro.  Remove char* cast.
3018
3019 2013-03-21  Doug Evans  <dje@google.com>
3020
3021         New commands "mt set per-command {space,time,symtab} {on,off}".
3022         * NEWS: Add entry.
3023         * event-top.c: #include "maint.h".
3024         * main.c: #include "maint.h".
3025         * maint.c: #include <sys/time.h>, <time.h>, block.h, top.h,
3026         timeval-utils.h, maint.h, cli/cli-setshow.h.
3027         (per_command_time, per_command_space): New static globals.
3028         (per_command_symtab): New static global.
3029         (per_command_setlist, per_command_showlist): New static globals.
3030         (struct cmd_stats): Move here from utils.c.
3031         (set_per_command_time): Renamed from set_display_time in utils.c
3032         and moved here.  All callers updated.
3033         (set_per_command_space): Renamed from set_display_space in utils.c
3034         and moved here.  All callers updated.
3035         (count_symtabs_and_blocks): New function.
3036         (report_command_stats): Moved here from utils.c.  Add support for
3037         printing symtab stats.  Only print data if enabled before command
3038         executed.
3039         (make_command_stats_cleanup): Ditto.
3040         (sert_per_command_cmd, show_per_command_cmd): New functions.
3041         (_initialize_maint_cmds): Add new commands
3042         mt set per-command {space,time,symtab} {on,off}.
3043         * maint.h: New file.
3044         * top.c: #include "maint.h".
3045         * utils.c (reset_prompt_for_continue_wait_time): New function.
3046         (get_prompt_for_continue_wait_time): New function.
3047         * utils.h (reset_prompt_for_continue_wait_time): Declare
3048         (get_prompt_for_continue_wait_time): Declare.
3049         (make_command_stats_cleanup): Moved to maint.h.
3050         (set_display_time, set_display_space): Moved to maint.h and renamed
3051         to set_per_command_time, set_per_command_space.
3052         * cli/cli-setshow.c (parse_cli_boolean_value): Renamed from
3053         parse_binary_operation and made non-static.  Don't call error,
3054         just return an error marker.  All callers updated.
3055         * cli/cli-setshow.h (parse_cli_boolean_value): Declare.
3056
3057 2013-03-21  Tom Tromey  <tromey@redhat.com>
3058
3059         * symfile.c (alloc_section_addr_info): Update header.  Don't set
3060         'num_sections' field.
3061         (build_section_addr_info_from_section_table): Set 'num_sections'.
3062         (build_section_addr_info_from_bfd): Likewise.
3063         (build_section_addr_info_from_objfile): Remove dead loop
3064         condition.
3065         (free_section_addr_info): Unconditionally call xfree.
3066         (relative_addr_info_to_section_offsets, addrs_section_sort)
3067         (addr_info_make_relative, syms_from_objfile_1): Remove dead loop
3068         condition.
3069         (syms_from_objfile_1): Remove dead 'if' condition.  Check
3070         'num_sections'.
3071         (add_symbol_file_command): Set 'num_sections'.
3072         * symfile-mem.c (symbol_file_add_from_memory): Set
3073         'num_sections'.
3074         * somread.c (som_symfile_offsets): Remove dead loop condition.
3075         * machoread.c (macho_symfile_offsets): Remove dead 'if'.
3076         * jit.c (jit_bfd_try_read_symtab): Set 'num_sections'.
3077
3078 2013-03-21  Tom Tromey  <tromey@redhat.com>
3079
3080         * tracepoint.h (decode_agent_options): Add 'trace_string'
3081         argument.
3082         * tracepoint.c (decode_agent_options): Add 'trace_string'
3083         argument.
3084         (validate_actionline): Update.
3085         (collect_symbol): Add 'trace_string' argument.
3086         (struct add_local_symbols_data) <trace_string>: New field.
3087         (do_collect_symbol): Update.
3088         (add_local_symbols): Add 'trace_string' argument.
3089         (encode_actions_1): Update.
3090         (trace_dump_actions): Update.
3091         * dwarf2loc.c (access_memory): Update.
3092         * ax.h (struct agent_expr) <tracing, trace_string>: New fields.
3093         * ax-general.c (new_agent_expr): Update.
3094         * ax-gdb.h (gen_trace_for_expr, gen_trace_for_var)
3095         (gen_trace_for_return_address): Add argument.
3096         (trace_kludge, trace_string_kludge): Remove.
3097         * ax-gdb.c (trace_kludge, trace_string_kludge): Remove.
3098         (gen_traced_pop, gen_fetch, gen_bitfield_ref, gen_expr): Update.
3099         (gen_trace_for_var): Add 'trace_string' argument.
3100         (gen_trace_for_expr, gen_trace_for_return_address): Likewise.
3101         (gen_printf, agent_eval_command_one): Update.
3102
3103 2013-03-21  Tom Tromey  <tromey@redhat.com>
3104
3105         PR exp/15109:
3106         * c-exp.y (yylex): Rewrite to push all tokens onto the FIFO.
3107         Handle FILENAME token.
3108
3109 2013-03-21  Tom Tromey  <tromey@redhat.com>
3110
3111         * c-exp.y (YYPRINT): Define.
3112         (c_print_token): New function.
3113
3114 2013-03-21  Tom Tromey  <tromey@redhat.com>
3115
3116         * c-exp.y (%union) <sym, ivar, ivec>: Remove.
3117
3118 2013-03-21  Yao Qi  <yao@codesourcery.com>
3119
3120         * ctf.c: Include "gdb_stat.h".
3121         [USE_WIN32API]: New macro 'mkdir'.
3122         (ctf_start): Use permission bits macros if they are defined.
3123
3124 2013-03-20  Keith Seitz  <keiths@redhat.com>
3125
3126         * breakpoint.h (struct breakpoint): Add comment to
3127         extra_string indicating that this member is mallod'd.
3128         * breakpoint.c (base_breakpoint_dtor): Free extra_string.
3129
3130 2013-03-20  Pedro Alves  <palves@redhat.com>
3131
3132         PR gdb/15289
3133
3134         * cli/cli-setshow.c (do_set_command)
3135         <var_uinteger, var_zuinteger>: Use LONGEST for variable holding
3136         the result of parsing the command argument.  Throw error if the
3137         value is greater than UINT_MAX.  Print the invalid value with
3138         plongest.
3139         <var_integer, var_zinteger>: Use LONGEST for variable holding the
3140         result of parsing the command argument.  Throw error if the value
3141         is greater than INT_MAX, not greater or equal.  Also throw error
3142         if the value is less than INT_MIN.  Print the invalid value with
3143         plongest.
3144         <var_zuinteger_unlimited>: Throw error if the value is greater
3145         than INT_MAX, not greater or equal.
3146         (do_show_command) <var_integer, var_zinteger,
3147         var_zuinteger_unlimited>: Use %d for printing int, not %u.
3148
3149 2013-03-20  Tom Tromey  <tromey@redhat.com>
3150
3151         * ax-gdb.c (gen_var_ref): Unconditionally call via computed ops,
3152         if possible.
3153         * dwarf2read.c (read_func_scope): Remove old FIXME.
3154         * eval.c (evaluate_subexp_standard): Check SYMBOL_COMPUTED_OPS,
3155         not LOC_COMPUTED.
3156         * findvar.c (symbol_read_needs_frame, default_read_var_value):
3157         Unconditionally call via computed ops, if possible.
3158         * printcmd.c (address_info): Unconditionally call via computed ops,
3159         if possible.
3160         * stack.c (read_frame_arg): Unconditionally call via computed ops,
3161         if possible.
3162         * symtab.c (register_symbol_computed_impl): Sanity check 'ops'.
3163         * tracepoint.c (scope_info): Unconditionally call via computed ops,
3164         if possible.
3165
3166 2013-03-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
3167             Tom Tromey  <tromey@redhat.com>
3168
3169         PR symtab/8421:
3170         * coffread.c (coff_register_index): New global.
3171         (process_coff_symbol, coff_read_enum_type): Set
3172         SYMBOL_ACLASS_INDEX.
3173         (_initialize_coffread): Initialize new global.
3174         * dwarf2loc.c (locexpr_find_frame_base_location)
3175         (dwarf2_block_frame_base_locexpr_funcs)
3176         (loclist_find_frame_base_location)
3177         (dwarf2_block_frame_base_loclist_funcs): New.
3178         (dwarf_expr_frame_base_1): Call SYMBOL_BLOCK_OPS, remove internal_error.
3179         (dwarf2_locexpr_funcs, dwarf2_loclist_funcs): Add location_has_loclist.
3180         * dwarf2loc.h (dwarf2_block_frame_base_locexpr_funcs)
3181         (dwarf2_block_frame_base_loclist_funcs): New.
3182         * dwarf2read.c (dwarf2_locexpr_index, dwarf2_loclist_index)
3183         (dwarf2_locexpr_block_index, dwarf2_loclist_block_index): New
3184         globals.
3185         (read_func_scope): Update.
3186         (fixup_go_packaging, mark_common_block_symbol_computed)
3187         (var_decode_location, new_symbol_full, dwarf2_const_value):
3188         Set SYMBOL_ACLASS_INDEX.
3189         (dwarf2_symbol_mark_computed): Likewise.  Add 'is_block' argument.
3190         (_initialize_dwarf2_read): Initialize new globals.
3191         * jit.c (finalize_symtab): Set SYMBOL_ACLASS_INDEX.
3192         * jv-lang.c (add_class_symbol): Set SYMBOL_ACLASS_INDEX.
3193         * mdebugread.c (mdebug_register_index, mdebug_regparm_index): New
3194         globals.
3195         (parse_symbol, psymtab_to_symtab_1): Set SYMBOL_ACLASS_INDEX.
3196         (_initialize_mdebugread): Initialize new globals.
3197         * psympriv.h (struct partial_symbol) <aclass>: Update comment.
3198         * stabsread.c (patch_block_stabs): Set SYMBOL_ACLASS_INDEX.
3199         (stab_register_index, stab_regparm_index): New globals.
3200         (define_symbol, read_enum_type, common_block_end): Set
3201         SYMBOL_ACLASS_INDEX.
3202         (_initialize_stabsread): Initialize new globals.
3203         * symtab.c (next_aclass_value, symbol_impl, symbol_impls): New
3204         globals.
3205         (MAX_SYMBOL_IMPLS): New define.
3206         (register_symbol_computed_impl, register_symbol_block_impl)
3207         (register_symbol_register_impl)
3208         (initialize_ordinary_address_classes): New functions.
3209         (_initialize_symtab): Call initialize_ordinary_address_classes.
3210         * symtab.h (enum address_class) <LOC_FINAL_VALUE>: New constant.
3211         (struct symbol_impl): New.
3212         (SYMBOL_ACLASS_BITS): New define.
3213         (struct symbol) <aclass, ops>: Remove fields.
3214         <aclass_index>: New field.
3215         (symbol_impls): Declare.
3216         (SYMBOL_CLASS, SYMBOL_COMPUTED_OPS, SYMBOL_REGISTER_OPS): Redefine.
3217         (SYMBOL_IMPL, SYMBOL_ACLASS_INDEX): New defines.
3218         (register_symbol_computed_impl, register_symbol_block_impl)
3219         (register_symbol_register_impl): Declare.
3220         (struct symbol_computed_ops): Add location_has_loclist.
3221         (struct symbol_block_ops): New.
3222         (SYMBOL_BLOCK_OPS): New.
3223         * xcoffread.c (process_xcoff_symbol): Set SYMBOL_ACLASS_INDEX.
3224
3225 2013-03-20  Tom Tromey  <tromey@redhat.com>
3226
3227         * psymtab.c (find_pc_sect_psymbol, fixup_psymbol_section)
3228         (print_partial_symbols, recursively_search_psymtabs): Use
3229         PSYMBOL_CLASS.
3230
3231 2013-03-20  Pierre Muller  <muller@sourceware.org>
3232
3233         * contrib/ari/gdb_ari.sh (OP eol rule): Also check
3234         addtion, subtraction, multiplication and division binary operator.
3235
3236 2013-03-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
3237
3238         Code cleanup.
3239         * bfd-target.c (target_bfd_xclose): Remove parameter quitting.
3240         * bsd-kvm.c (bsd_kvm_close): Likewise.
3241         * bsd-uthread.c (bsd_uthread_close): Likewise.
3242         * corelow.c (core_close): Likewise.
3243         (core_close_cleanup): Remove parameter quitting from a caller.
3244         * event-top.c (async_disconnect): Likewise.
3245         * exec.c (exec_close_1): Remove parameter quitting.
3246         * go32-nat.c (go32_close): Likewise.
3247         * linux-nat.c (linux_nat_close): Remove parameter quitting.  Remove
3248         parameter quitting from a caller.
3249         * mips-linux-nat.c (super_close): Remove parameter quitting from the
3250         variable.
3251         (mips_linux_close): Remove parameter quitting.  Remove parameter
3252         quitting from a caller.
3253         * monitor.c (monitor_close): Remove parameter quitting.
3254         * monitor.h (monitor_close): Likewise.
3255         * record-btrace.c (record_btrace_close): Likewise.
3256         * record-full.c (record_full_close): Likewise.
3257         * remote-m32r-sdi.c (m32r_close): Remove parameter quitting and remove
3258         it also from fprintf_unfiltered.
3259         * remote-mips.c (mips_close): Remove parameter quitting.
3260         (mips_detach): Remove parameter quitting from a caller.
3261         * remote-sim.c (gdbsim_close): Remove parameter quitting.
3262         (gdbsim_close): Remove duplicate function comment.  Remove parameter
3263         quitting and remove it also from printf_filtered.
3264         * remote.c (remote_close): Remove parameter quitting.
3265         * solib-svr4.c (enable_break): Remove parameter quitting from a caller.
3266         * target.c (update_current_target): Remove parameter int from to_close
3267         de_fault.
3268         (push_target, unpush_target, pop_target): Remove parameter quitting from
3269         a caller.
3270         (pop_all_targets_above, pop_all_targets): Remove parameter quitting.
3271         Remove parameter quitting from a caller.
3272         (target_preopen): Remove parameter quitting from a caller.
3273         (target_close): Remove parameter quitting.  Remove parameter quitting
3274         from a caller two times.  Remove parameter quitting also from
3275         fprintf_unfiltered.
3276         * target.h (struct target_ops): Remove parameter quitting and as int
3277         from fields to_xclose and to_close.
3278         (extern struct target_ops current_target):
3279         (target_close, pop_all_targets): Remove parameter quitting.  Update the
3280         comment.
3281         (pop_all_targets_above): Remove parameter quitting.
3282         * top.c (quit_target): Remove parameter quitting from a caller.
3283         * tracepoint.c (tfile_close): Remove parameter quitting.
3284         * windows-nat.c (windows_close): Remove parameter quitting.
3285
3286 2013-03-20  Corinna Vinschen  <vinschen@redhat.com>
3287
3288         * windows-nat.c (handle_output_debug_string): Replace call
3289         to string_to_core_addr with call to strtoull.
3290
3291 2013-03-20  Yao Qi  <yao@codesourcery.com>
3292
3293         * ctf.c (ctf_save_metadata_header): Define macro HOST_ENDIANNESS
3294         and write it to CTF metadata.
3295
3296 2013-03-19  Corinna Vinschen  <vinschen@redhat.com>
3297
3298         * windows-nat.c (handle_output_debug_string): Change type of n to
3299         SIZE_T to avoid crash on 64 bit systems.
3300
3301 2013-03-17  Eli Zaretskii  <eliz@gnu.org>
3302
3303         * python/python-internal.h (HAVE_SNPRINTF)
3304         [_WIN32 && HAVE_DECL_SNPRINTF]: Define, to avoid compiler warnings
3305         about redefinition of snprintf by pyerrors.h.
3306
3307 2013-03-15  Steve Ellcey  <sellcey@mips.com>
3308
3309         * remote-sim.c (sim_command_completer): Make char arguments const.
3310
3311 2013-03-15  Tom Tromey  <tromey@redhat.com>
3312
3313         PR c++/15116:
3314         * gdbtypes.c (types_equal): Handle TYPE_CODE_FUNC.
3315
3316 2013-03-14  Tom Tromey  <tromey@redhat.com>
3317
3318         * gdb_bfd.c (struct gdb_bfd_data) <crc_computed, crc>:
3319         New fields.
3320         (get_file_crc): Move from symfile.c.
3321         (gdb_bfd_crc): New function.
3322         * gdb_bfd.h (gdb_bfd_crc): Declare.
3323         * objfiles.h (struct objfile) <crc32, crc32_p>: Remove.
3324         * symfile.c (get_file_crc): Move to gdb_bfd.c.
3325         (separate_debug_file_exists): Use gdb_bfd_crc.
3326
3327 2013-03-14  Tom Tromey  <tromey@redhat.com>
3328
3329         * symfile.c (get_debug_link_info): Remove.
3330         (find_separate_debug_file_by_debuglink): Use
3331         bfd_get_debug_link_info.
3332
3333 2013-03-14  Tom Tromey  <tromey@redhat.com>
3334
3335         * symtab.c (error_in_psymtab_expansion): New function.
3336         (lookup_symbol_aux_quick)
3337         (basic_lookup_transparent_type_quick): Remove "last resort"
3338         code.  Use error_in_psymtab_expansion.
3339
3340 2013-03-14  Doug Evans  <dje@google.com>
3341             Jan Kratochvil  <jan.kratochvil@redhat.com>
3342
3343         * dwarf2read.c (dw2_map_symtabs_matching_filename): Put continue after
3344         any successful compare_filenames_for_search or FILENAME_CMP.
3345         * psymtab.c (partial_map_symtabs_matching_filename): Likewise.
3346         * symtab.c (iterate_over_some_symtabs): Likewise.
3347
3348 2013-03-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
3349
3350         * source.c (print_source_lines_base): Make a local copy of
3351         symtab_to_fullname.
3352
3353 2013-03-14  Hui Zhu  <hui_zhu@mentor.com>
3354             Jan Kratochvil  <jan.kratochvil@redhat.com>
3355
3356         * source.c (print_source_lines_base): Suppress "file" for TUI.
3357
3358 2013-03-14  Keith Seitz  <keiths@redhat.com>
3359             Alan Matsuoka  <alanm@redhat.com>
3360
3361         PR c++/15203
3362         PR c++/15210
3363         * cp-namespace.c (cp_lookup_nested_symbol): Handle TYPE_CODE_FUNC and
3364         TYPE_CODE_METHOD.
3365         * elfread.c (elf_symtab_read): Handle BSF_GNU_UNIQUE for certain
3366         symbols.
3367
3368 2013-03-14  Yao Qi  <yao@codesourcery.com>
3369
3370         * tracepoint.c (tfile_write_status): Write 'stop_desc' of trace
3371         status to tfile if trace is stopped by command 'tstop'.
3372
3373 2013-03-14  Yao Qi  <yao@codesourcery.com>
3374
3375         * tracepoint.c (tfile_write_status): Write trace notes and user
3376         name into tfile if they are not NULL.
3377
3378 2013-03-14  Hui Zhu  <hui@codesourcery.com>
3379             Yao Qi  <yao@codesourcery.com>
3380
3381         * Makefile.in (REMOTE_OBS): Add ctf.o.
3382         (SFILES): Add ctf.c.
3383         (HFILES_NO_SRCDIR): Add ctf.h.
3384         * ctf.c, ctf.h: New files.
3385         * tracepoint.c: Include 'ctf.h'.
3386         (collect_pseudocommand): Remove static.
3387         (trace_save_command): Parse option "-ctf".
3388         Produce different trace file writers per option.
3389         Adjust output message.
3390         (trace_save_tfile, trace_save_ctf): New.
3391         * tracepoint.h (trace_save_tfile, trace_save_ctf): Declare.
3392         * mi/mi-main.c: Include 'ctf.h'.
3393         (mi_cmd_trace_save): Handle option '-ctf'.  Call either
3394         trace_save_tfile or trace_save_ctf.
3395         * NEWS: Mention these changes.
3396
3397 2013-03-14  Yao Qi  <yao@codesourcery.com>
3398
3399         * tracepoint.c (trace_file_writer_xfree): New.
3400         (struct tfile_writer_data): New.
3401         (tfile_dtor, tfile_can_target_save, tfile_start): New.
3402         (tfile_write_header, tfile_write_regblock_type): New.
3403         (tfile_write_status, tfile_write_uploaded_tsv): New.
3404         (tfile_write_uploaded_tp, tfile_write_definition_end): New.
3405         (tfile_write_raw_data, (tfile_end): New.
3406         (tfile_write_ops): New global variable.
3407         (TRACE_WRITE_R_BLOCK): New macro.
3408         (TRACE_WRITE_M_BLOCK_HEADER): New macro.
3409         (TRACE_WRITE_M_BLOCK_MEMORY): New macro.
3410         (TRACE_WRITE_V_BLOCK): New macro.
3411         (trace_save): Add extra one parameter WRITER.  Make it static.
3412         Use WRITER to writer trace.
3413         (tfile_trace_file_writer_new): New.
3414         (trace_save_command): Caller update.
3415         (trace_save_tfile): Write trace data in TFILE format.
3416         * tracepoint.h (struct trace_frame_write_ops): New.
3417         (struct trace_file_write_ops): New.
3418         (struct trace_file_writer): New.
3419         (trace_save): Remove its declaration.
3420         (trace_save_tfile): Declare it.
3421         * mi/mi-main.c (mi_cmd_trace_save): Call trace_save_tfile
3422         instead of trace_save.
3423
3424 2013-03-13  Pedro Alves  <palves@redhat.com>
3425
3426         * hppa-hpux-nat.c (hppa_hpux_save_state_offset): Make static.
3427
3428 2013-03-13  Pedro Alves  <palves@redhat.com>
3429
3430         * dbxread.c (read_ofile_symtab, process_one_symbol): Remove
3431         commented out code.
3432         * demangle.c (current_demangling_style_string): Make it const.
3433         (set_demangling_command): Assert the demangling style is known.
3434         Remove all handling of unknown styles.  Set
3435         'current_demangling_style_string' to an element of the
3436         demangling_style_names array.
3437         (set_demangling_style): Delete.
3438         (_initialize_demangler): Set current_demangling_style_string to the
3439         element of the demangling_style_names array that corresponds to
3440         the default demangling style.  Remove FIXME note.  Don't call
3441         set_demangling_style.
3442         * gdb-demangle.h (set_demangling_style): Remove declaration.
3443
3444 2013-03-13  Pedro Alves  <palves@redhat.com>
3445
3446         * ada-lang.c (struct add_partial_datum) <text, text0, word>: Make
3447         fields const.
3448         (ada_make_symbol_completion_list): Make "text0" parameter const.
3449         * ax-gdb.c (agent_eval_command_one): Make "exp" parameter const.
3450         * breakpoint.c (condition_completer): Make "text" and "word"
3451         parameters const.  Adjust.
3452         (check_tracepoint_command): Adjust to validate_actionline
3453         prototype change.
3454         (catch_syscall_completer): Make "text" and "word" parameters
3455         const.
3456         * cli/cli-cmds.c (show_user): Make "comname" local const.
3457         (valid_command_p): Make "command" parameter const.
3458         (alias_command): Make "alias_prefix" and "command_prefix" locals
3459         const.
3460         * cli/cli-decode.c (add_cmd): Make "name" parameter const.
3461         (add_alias_cmd): Make "name" and "oldname" parameters const.
3462         Adjust.  No longer make copy of OLDNAME.
3463         (add_prefix_cmd, add_abbrev_prefix_cmd, add_set_or_show_cmd)
3464         (add_setshow_cmd_full, add_setshow_enum_cmd)
3465         (add_setshow_auto_boolean_cmd, add_setshow_boolean_cmd)
3466         (add_setshow_filename_cmd, add_setshow_string_cmd)
3467         (add_setshow_string_noescape_cmd)
3468         (add_setshow_optional_filename_cmd, add_setshow_integer_cmd)
3469         (add_setshow_uinteger_cmd, add_setshow_zinteger_cmd)
3470         (add_setshow_zuinteger_unlimited_cmd, add_setshow_zuinteger_cmd)
3471         (delete_cmd, add_info, add_info_alias, add_com, add_com_alias):
3472         Make "name" parameter const.
3473         (help_cmd): Rename "command" parameter to "arg".  New const local
3474         "command".
3475         (find_cmd): Make "command" parameter const.
3476         (lookup_cmd_1): Make "text" parameter pointer to const.  Adjust to
3477         deprecated_cmd_warning prototype change.
3478         (undef_cmd_error): Make "cmdtype" parameter const.
3479         (lookup_cmd): Make "line" parameter const.
3480         (deprecated_cmd_warning): Change type of "text" parameter to
3481         pointer to const char, from pointer to pointer to char.  Adjust.
3482         (lookup_cmd_composition): Make "text" parameter const.
3483         (complete_on_cmdlist, complete_on_enum): Make "text" and "word"
3484         parameters const.
3485         * cli/cli-decode.h (struct cmd_list_element) <name>: Make field
3486         const.
3487         * cli/cli-script.c (validate_comname): Make "tem" local const.
3488         (define_command): New const local "tem_c".  Use it in calls to
3489         lookup_cmd.
3490         (document_command): Make "tem" and "comfull" locals const.
3491         (show_user_1): Make "prefix" and "name" parameters const.
3492         * cli-script.h (show_user_1): Make "prefix" and "name" parameters
3493         const.
3494         * command.h (add_cmd, add_alias_cmd, add_prefix_cmd)
3495         (add_abbrev_prefix_cmd, completer_ftype, lookup_cmd, lookup_cmd_1)
3496         (deprecated_cmd_warning, lookup_cmd_composition, add_com)
3497         (add_com_alias, add_info, add_info_alias, complete_on_cmdlist)
3498         (complete_on_enum, add_setshow_enum_cmd)
3499         (add_setshow_auto_boolean_cmd, add_setshow_boolean_cmd)
3500         (add_setshow_filename_cmd, add_setshow_string_cmd)
3501         (add_setshow_string_noescape_cmd)
3502         (add_setshow_optional_filename_cmd, add_setshow_integer_cmd)
3503         (add_setshow_uinteger_cmd, add_setshow_zinteger_cmd)
3504         (add_setshow_zuinteger_cmd, add_setshow_zuinteger_unlimited_cmd):
3505         Change prototypes, constifying strings.
3506         * completer.c (noop_completer, filename_completer): Make "text"
3507         and "prefix" parameters const.
3508         (location_completer, expression_completer)
3509         (complete_line_internal): Make "text" and "prefix" parameters
3510         const and adjust.
3511         (command_completer, signal_completer): Make "text" and "prefix"
3512         parameters const.
3513         * completer.h (noop_completer, filename_completer)
3514         (expression_completer, location_completer, command_completer)
3515         (signal_completer): Change prototypes.
3516         * corefile.c (complete_set_gnutarget): Make "text" and "word"
3517         parameters const.
3518         * cp-abi.c (cp_abi_completer): Likewise.
3519         * expression.h (parse_expression_for_completion): Change
3520         prototype.
3521         * f-lang.c (f_make_symbol_completion_list): Make "text" and "word"
3522         parameters const.
3523         * infcmd.c (_initialize_infcmd): Make "cmd_name" local const.
3524         * infrun.c (handle_completer): Make "text" and "word" parameters
3525         const.
3526         * interps.c (interpreter_completer): Make "text" and "word"
3527         parameters const.
3528         * language.h (struct language_defn)
3529         <la_make_symbol_completion_list>: Make "text" and "word"
3530         parameters const.
3531         * parse.c (parse_exp_1): Move const hack to parse_exp_in_context.
3532         (parse_exp_in_context): Rename to ...
3533         (parse_exp_in_context_1): ... this.
3534         (parse_exp_in_context): Reimplement, with const hack from
3535         parse_exp_1.
3536         (parse_expression_for_completion): Make "string" parameter const.
3537         * printcmd.c (decode_format): Make "string_ptr" parameter pointer
3538         to pointer to const char.  Adjust.
3539         (print_command_1): Make "exp" parameter const.
3540         (output_command): Rename to ...
3541         (output_command_const): ... this.  Make "exp" parameter const.
3542         (output_command): Reimplement.
3543         (x_command): Adjust.
3544         (display_command): Rename "exp" parameter to "arg".  New "exp"
3545         local, const version of "arg".
3546         * python/py-auto-load.c (gdbpy_initialize_auto_load): Make
3547         "cmd_name" local const.
3548         * python/py-cmd.c (cmdpy_destroyer): Cast const away in xfree
3549         call.
3550         (cmdpy_completer): Make "text" and "word" parameters const.
3551         (gdbpy_parse_command_name): Make "prefix_text2" local const.
3552         * python/py-param.c (add_setshow_generic): Make "tmp_name" local
3553         const.
3554         * remote.c (_initialize_remote): Make "cmd_name" local const.
3555         * symtab.c (language_search_unquoted_string): Make "text" and "p"
3556         parameters const.  Adjust.
3557         (completion_list_add_fields): Make "sym_text", "text" and "word"
3558         parameters const.
3559         (struct add_name_data) <sym_text, text, word>: Make fields const.
3560         (default_make_symbol_completion_list_break_on): Make "text" and
3561         "word" parameters const.  Adjust locals.
3562         (default_make_symbol_completion_list)
3563         (make_symbol_completion_list, make_symbol_completion_type)
3564         (make_symbol_completion_list_fn): Make "text" and "word"
3565         parameters const.
3566         (make_file_symbol_completion_list): Make "text", "word" and
3567         "srcfile" parameters const.  Adjust locals.
3568         (add_filename_to_list): Make "text" and "word" parameters const.
3569         (struct add_partial_filename_data) <text, word>: Make fields
3570         const.
3571         (make_source_files_completion_list): Make "text" and "word"
3572         parameters const.
3573         * symtab.h (default_make_symbol_completion_list_break_on)
3574         (default_make_symbol_completion_list, make_symbol_completion_list)
3575         (make_symbol_completion_type enum type_code)
3576         (make_symbol_completion_list_fn make_file_symbol_completion_list)
3577         (make_source_files_completion_list): Change prototype.
3578         * top.c (execute_command): Adjust to pass pointer to pointer to
3579         const char to lookup_cmd, and to deprecated_cmd_warning prototype
3580         change.
3581         (set_verbose): Make "cmdname" local const.
3582         * tracepoint.c (decode_agent_options): Make "exp" parameter const,
3583         and adjust.
3584         (validate_actionline): Make "line" parameter a pointer to const
3585         char, and adjust.
3586         (encode_actions_1): Make "action_exp" local const, and adjust.
3587         (encode_actions): Adjust.
3588         (replace_comma): Delete.
3589         (trace_dump_actions): Make "action_exp" and "next_comma" locals
3590         const, and adjust.  Don't frob the action string while splitting
3591         it at commas.  Instead, make a copy of each split substring in
3592         turn.
3593         (trace_dump_command): Adjust to validate_actionline prototype
3594         change.
3595         * tracepoint.h (decode_agent_options, decode_agent_options)
3596         (encode_actions, validate_actionline): Change prototypes.
3597         * valprint.h (output_command): Delete declaration.
3598         (output_command_const): Declare.
3599         * value.c (function_destroyer): Cast const away in xfree call.
3600
3601 2013-03-13  Pedro Alves  <palves@redhat.com>
3602
3603         * ada-lang.c (ada_decode_symbol): Cast away constness of GSYMBOL
3604         rather than casting 'const char * const *' to 'const char **'.
3605         * ada-lex.l (processInt): Make "trailer" local const.  Remove
3606         'const char **' cast.
3607         * arm-linux-tdep.c (arm_stap_parse_special_token): Add 'char *'
3608         locals, and use those as strtol output pointer, instead than doing
3609         invalid casts to from 'const char **' to 'char **'.
3610         (_initialize_demangle): Remove cast.
3611         * i386-tdep.c (i386_stap_parse_special_token): : Add 'char *'
3612         locals, and use those as strtol output pointer, instead than doing
3613         invalid casts to from 'const char **' to 'char **'.
3614         * solib-dsbt.c (dsbt_get_initial_loadmaps): Remove 'gdb_byte**'
3615         casts.
3616         * stap-probe.c (stap_parse_register_operand)
3617         (stap_parse_single_operand): Likewise.
3618
3619 2013-03-13  Yao Qi  <yao@codesourcery.com>
3620
3621         * tracepoint.c (tfile_get_trace_state_variable_value): Look for
3622         the last matched 'V' blcok in trace frame.
3623
3624 2013-03-12  Joel Brobecker  <brobecker@adacore.com>
3625
3626         * NEWS: Create a new section for the next release branch.
3627         Rename the section of the current branch, now that it has
3628         been cut.
3629
3630 2013-03-12  Joel Brobecker  <brobecker@adacore.com>
3631
3632         GDB 7.6 branch created (branch timestamp: 2013-03-12 22:15 UTC)
3633         * version.in: Bump version to 7.6.50.20130312-cvs.
3634
3635 2013-03-12  Keith Seitz  <keiths@redhat.com>
3636
3637         * mi/mi-cmds.h (mi_execute_command): Make "cmd" const.
3638         * mi/mi-interp.c (mi_interpreter_exec): Make "command" const.
3639         Remove temporary copy of input string.
3640         (mi_execute_command_wrapper): Make "cmd" const.
3641         * mi/mi-main.c (mi_execute_command): Make "string_ptr" const.
3642         * mi/mi-parse.c (mi_parse_argv): Make "args" const.
3643         Use const strings.
3644         (mi_parse): Make "cmd" const.
3645         Use const strings.
3646         * mi/mi-parse.h (mi_parse): Make "cmd" const.
3647
3648 2013-03-12  Keith Seitz  <keiths@redhat.com>
3649
3650         * ada-lang.c (ada_read_renaming_var_value): Pass const
3651         pointer to expression string to parse_exp_1.
3652         (create_excep_cond_exprs): Likewise.
3653         * ax-gdb.c (agent_eval_command_one): Likewise.
3654         (maint_agent_printf_command): Likewise.
3655         Constify much of the string handling/parsing.
3656         * breakpoint.c (set_breakpoint_condition): Pass const
3657         pointer to expression string to parse_exp_1.
3658         (update_watchpoint): Likewise.
3659         (parse_cmd_to_aexpr): Constify string handling.
3660         Pass const pointer to parse_exp_1.
3661         (init_breakpoint_sal): Pass const pointer to parse_exp_1.
3662         (find_condition_and_thread): Likewise.
3663         Make TOK const.
3664         (watch_command_1): Make "arg" const.
3665         Constify string handling.
3666         Copy the expression string instead of changing the input
3667         string.
3668         (update_breakpoint_location): Pass const pointer to
3669         parse_exp_1.
3670         * eval.c (parse_and_eval_address): Make "exp" const.
3671         (parse_to_comma_and_eval): Make "expp" const.
3672         (parse_and_eval): Make "exp" const.
3673         * expression.h (parse_expression): Make argument const.
3674         (parse_exp_1): Make first argument const.
3675         * findcmd.c (parse_find_args): Treat "args" as const.
3676         * linespec.c (parse_linespec): Pass const pointer to
3677         linespec_expression_to_pc.
3678         (linespec_expression_to_pc): Make "exp_ptr" const.
3679         * parse.c (parse_exp_1): Make "stringptr" const.
3680         Make a copy of the expression to pass to parse_exp_in_context until
3681         this whole interface can be constified.
3682         (parse_expression): Make "string" const.
3683         * printcmd.c (ui_printf): Treat "arg" as const.
3684         Handle const strings.
3685         * tracepoint.c (validate_actionline): Pass const pointer to
3686         all calls to parse_exp_1.
3687         (encode_actions_1): Likewise.
3688         * value.h (parse_to_comma_and_eval): Make argument const.
3689         (parse_and_eval_address): Likewise.
3690         (parse_and_eval): Likewise.
3691         * varobj.c (varobj_create): Pass const pointer to parse_exp_1.
3692         (varobj_set_value): Likewise.
3693         * cli/cli-cmds.c (disassemble_command): Treat "arg" as const and
3694         constify string handling.
3695         Pass const pointers to parse_and_eval_address and
3696         parse_to_comman_and_eval.
3697         * cli/cli-utils.c (skip_to_space): Rename to ...
3698         (skip_to_space_const): ... this. Handle const strings.
3699         * cli/cli-utils.h (skip_to_space): Turn into macro which invokes
3700         skip_to_space_const.
3701         (skip_to_space_const): Declare.
3702         * common/format.c (parse_format_string): Make "arg" const.
3703         Handle const strings.
3704         * common/format.h (parse_format_string): Make "arg" const.
3705         * gdbserver/ax.c (ax_printf): Make "format" const.
3706         * python/python.c (gdbpy_parse_and_eval): Do not make a copy
3707         of the expression string.
3708
3709 2013-03-12  Hui Zhu  <hui@codesourcery.com>
3710
3711         * dwarf2loc.c (dwarf2_compile_expr_to_ax): Update error message.
3712
3713 2013-03-12  Yao Qi  <yao@codesourcery.com>
3714             Hui Zhu  <hui@codesourcery.com>
3715
3716         * dwarf2loc.c (access_memory): Change nbits to nbytes in gdb_assert.
3717         (dwarf2_compile_expr_to_ax): Call access_memory in DW_OP_deref and
3718         DW_OP_deref_size.
3719
3720 2013-03-12  Paul Hilfinger  <hilfingr@adacore.com>
3721
3722         * ada-lex.l (rules): Only recognize 'thread' as a
3723         delimiter when followed by numerals, as for c-exp.y.
3724         Use new rewind_to_char function to rewind the input for
3725         expression-delimiting tokens.
3726         (rewind_to_char): New function.
3727
3728 2013-03-11  Pedro Alves  <palves@redhat.com>
3729             Jan Kratochvil  <jan.kratochvil@redhat.com>
3730
3731         * configure: Regenerate.
3732         * configure.ac (check dynamic export flag): Link python test with
3733         $PYTHON_LIBS.
3734
3735 2013-03-11  Doug Evans  <dje@google.com>
3736             Keith Seitz  <keiths@redhat.com>
3737
3738         * linespec.c (find_linespec_symbols): Call find_function_symbols
3739         first, and then call lookup_prefix_sym/find_method.
3740
3741 2013-03-11  Pedro Alves  <palves@redhat.com>
3742
3743         * charset.c (convert_between_encodings): Don't cast between
3744         different pointer to pointer types.  Instead, make the 'inp' local
3745         be of the type iconv expects.
3746         (wchar_iterate): Don't cast between different pointer to pointer
3747         types.  Instead, use new pointer local of the type iconv expects.
3748         * target.c (target_read_stralloc, target_fileio_read_stralloc):
3749         Add new local of type char pointer, and use it to get a
3750         char/string view of the byte buffer, instead of casting between
3751         pointer to pointer types.
3752
3753 2013-03-11  Hafiz Abid Qadeer  <abidh@codesourcery.com>
3754
3755         * remote.c (remote_set_trace_buffer_size): Move != operator
3756         to the start of next line to fix an ARI warning.
3757
3758 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
3759
3760         * NEWS: Add record changes.
3761
3762 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
3763
3764         * record-btrace.c (btrace_insn_history): Omit the pc prefix in
3765         the instruction history disassembly.
3766         * disasm.c (dump_insns): Omit the pc prefix, if requested.
3767         * disasm.h (DISASSEMBLY_OMIT_PC): New.
3768
3769 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
3770
3771         * Makefile.in (SFILES): Add record-btrace.c
3772         (COMMON_OBS): Add record-btrace.o
3773         * record-btrace.c: New.
3774         * objfiles.c: Include btrace.h.
3775         (free_objfile): call btrace_free_objfile.
3776
3777 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
3778
3779         * target.c (target_call_history, target_call_history_from,
3780         target_call_history_range): New.
3781         * target.h (target_ops) <to_call_history, to_call_history_from,
3782         to_call_history_range>: New fields.
3783         (target_call_history, target_call_history_from,
3784         target_call_history_range): New declaration.
3785         * record.c (get_call_history_modifiers, cmd_record_call_history,
3786         record_call_history_size): New.
3787         (_initialize_record): Add the "record function-call-history" command.
3788         Add "set/show record function-call-history-size" commands.
3789         * record.h (record_print_flag): New.
3790
3791 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
3792
3793         * target.h (target_ops) <to_insn_history, to_insn_history_from,
3794         to_insn_history_range>: New fields.
3795         (target_insn_history): New.
3796         (target_insn_history_from): New.
3797         (target_insn_history_range): New.
3798         * target.c (target_insn_history): New.
3799         (target_insn_history_from): New.
3800         (target_insn_history_range): New.
3801         * record.c: Include cli/cli-utils.h, disasm.h, ctype.h.
3802         (record_insn_history_size): New.
3803         (get_insn_number): New.
3804         (get_context_size): New.
3805         (no_chunk): New.
3806         (get_insn_history_modifiers): New.
3807         (cmd_record_insn_history): New.
3808         (_initialize_record): Add "set/show record instruction-history-size"
3809         command. Add "record instruction-history" command.
3810
3811 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
3812
3813         * record.h (record_disconnect): New.
3814         (record_detach): New.
3815         (record_mourn_inferior): New.
3816         (record_kill): New.
3817         * record-full.c (record_disconnect, record_detach,
3818         record_mourn_inferior, record_kill): Move to...
3819         * record.c: ...here.
3820         (DEBUG): New.
3821         (record_stop): New.
3822         (record_unpush): New.
3823         (cmd_record_stop): Call record_stop. Replace unpush_target
3824         call with record_unpush call.
3825         (record_disconnect, record_detach): Assert that the target
3826         is of record stratum. Call record_unpush, record_stop, and
3827         DEBUG.
3828         (record_mourn_inferior, record_kill): Assert that the target
3829         is of record stratum. Call record_unpush and DEBUG.
3830
3831 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
3832
3833         * record-full.h, record-full.c (record_memory_query): Rename
3834         to ...
3835         (record_full_memory_query): ...this. Update all users.
3836         (record_arch_list_add_reg): Rename to ...
3837         (record_full_arch_list_add_reg): ...this. Update all users.
3838         (record_arch_list_add_mem): Rename to ...
3839         (record_full_arch_list_add_mem): ...this. Update all users.
3840         (record_arch_list_add_end): Rename to ...
3841         (record_full_arch_list_add_end): ...this. Update all users.
3842         (record_gdb_operation_disable_set): Rename to ...
3843         (record_full_gdb_operation_disable_set): ...this.
3844         Update all users.
3845
3846 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
3847
3848         * record-full.c (DEFAULT_RECORD_INSN_MAX_NUM): Renamed to ...
3849         (DEFAULT_RECORD_FULL_INSN_MAX_NUM): ... this. Updated all users.
3850         (RECORD_IS_REPLAY): Renamed to ...
3851         (RECORD_FULL_IS_REPLAY): ... this. Updated all users.
3852         (RECORD_FILE_MAGIC): Renamed to ...
3853         (RECORD_FULL_FILE_MAGIC): ... this. Updated all users.
3854         (record_mem_entry): Renamed to ...
3855         (record_full_mem_entry): ... this. Updated all users.
3856         (record_reg_entry): Renamed to ...
3857         (record_full_reg_entry): ... this. Updated all users.
3858         (record_end_entry): Renamed to ...
3859         (record_full_end_entry): ... this. Updated all users.
3860         (record_type) <record_end, record_reg, record_mem>: Renamed
3861         to ...
3862         (record_full_type) <record_full_end, record_full_reg,
3863         record_full_mem>: ... this. Updated all users.
3864         (record_entry): Renamed to ...
3865         (record_full_entry): ... this. Updated all users.
3866         (record_core_buf_entry): Renamed to ...
3867         (record_full_core_buf_entry): ... this. Updated all users.
3868         (record_core_regbuf): Renamed to ...
3869         (record_full_core_regbuf): ... this. Updated all users.
3870         (record_core_start): Renamed to ...
3871         (record_full_core_start): ... this. Updated all users.
3872         (record_core_end): Renamed to ...
3873         (record_full_core_end): ... this. Updated all users.
3874         (record_core_buf_list): Renamed to ...
3875         (record_full_core_buf_list): ... this. Updated all users.
3876         (record_first): Renamed to ...
3877         (record_full_first): ... this. Updated all users.
3878         (record_list): Renamed to ...
3879         (record_full_list): ... this. Updated all users.
3880         (record_arch_list_head): Renamed to ...
3881         (record_full_arch_list_head): ... this. Updated all users.
3882         (record_arch_list_tail): Renamed to ...
3883         (record_full_arch_list_tail): ... this. Updated all users.
3884         (record_stop_at_limit): Renamed to ...
3885         (record_full_stop_at_limit): ... this. Updated all users.
3886         (record_insn_max_num): Renamed to ...
3887         (record_full_insn_max_num): ... this. Updated all users.
3888         (record_insn_num): Renamed to ...
3889         (record_full_insn_num): ... this. Updated all users.
3890         (record_insn_count): Renamed to ...
3891         (record_full_insn_count): ... this. Updated all users.
3892         (record_ops): Renamed to ...
3893         (record_full_ops): ... this. Updated all users.
3894         (record_core_ops): Renamed to ...
3895         (record_full_core_ops): ... this. Updated all users.
3896         (set_record_cmdlist): Renamed to ...
3897         (set_record_full_cmdlist): ... this. Updated all users.
3898         (show_record_cmdlist): Renamed to ...
3899         (show_record_full_cmdlist): ... this. Updated all users.
3900         (record_cmdlist): Renamed to ...
3901         (record_full_cmdlist): ... this. Updated all users.
3902         (record_beneath_to_resume_ops): Renamed to ...
3903         (record_full_beneath_to_resume_ops): ... this. Updated all users.
3904         (record_beneath_to_resume): Renamed to ...
3905         (record_full_beneath_to_resume): ... this. Updated all users.
3906         (record_beneath_to_wait_ops): Renamed to ...
3907         (record_full_beneath_to_wait_ops): ... this. Updated all users.
3908         (record_beneath_to_wait): Renamed to ...
3909         (record_full_beneath_to_wait): ... this. Updated all users.
3910         (record_beneath_to_store_registers_ops): Renamed to ...
3911         (record_full_beneath_to_store_registers_ops): ... this.
3912         Updated all users.
3913         (record_beneath_to_store_registers): Renamed to ...
3914         (record_full_beneath_to_store_registers): ... this.
3915         Updated all users.
3916         (record_beneath_to_xfer_partial_ops): Renamed to ...
3917         (record_full_beneath_to_xfer_partial_ops): ... this.
3918         Updated all users.
3919         (record_beneath_to_xfer_partial): Renamed to ...
3920         (record_full_beneath_to_xfer_partial): ... this.
3921         Updated all users.
3922         (record_beneath_to_insert_breakpoint): Renamed to ...
3923         (record_full_beneath_to_insert_breakpoint): ... this.
3924         Updated all users.
3925         (record_beneath_to_stopped_by_watchpoint): Renamed to ...
3926         (record_full_beneath_to_stopped_by_watchpoint): ... this.
3927         Updated all users.
3928         (record_beneath_to_stopped_data_address): Renamed to ...
3929         (record_full_beneath_to_stopped_data_address): ... this.
3930         Updated all users.
3931         (record_beneath_to_async): Renamed to ...
3932         (record_full_beneath_to_async): ... this. Updated all users.
3933         (record_goto_insn): Renamed to ...
3934         (record_full_goto_insn): ... this. Updated all users.
3935         (record_save): Renamed to ...
3936         (record_full_save): ... this. Updated all users.
3937         (record_reg_alloc): Renamed to ...
3938         (record_full_reg_alloc): ... this. Updated all users.
3939         (record_reg_release): Renamed to ...
3940         (record_full_reg_release): ... this. Updated all users.
3941         (record_mem_alloc): Renamed to ...
3942         (record_full_mem_alloc): ... this. Updated all users.
3943         (record_mem_release): Renamed to ...
3944         (record_full_mem_release): ... this. Updated all users.
3945         (record_end_alloc): Renamed to ...
3946         (record_full_end_alloc): ... this. Updated all users.
3947         (record_end_release): Renamed to ...
3948         (record_full_end_release): ... this. Updated all users.
3949         (record_entry_release): Renamed to ...
3950         (record_full_entry_release): ... this. Updated all users.
3951         (record_list_release): Renamed to ...
3952         (record_full_list_release): ... this. Updated all users.
3953         (record_list_release_following): Renamed to ...
3954         (record_full_list_release_following): ... this.
3955         Updated all users.
3956         (record_list_release_first): Renamed to ...
3957         (record_full_list_release_first): ... this. Updated all users.
3958         (record_arch_list_add): Renamed to ...
3959         (record_full_arch_list_add): ... this. Updated all users.
3960         (record_get_loc): Renamed to ...
3961         (record_full_get_loc): ... this. Updated all users.
3962         (record_check_insn_num): Renamed to ...
3963         (record_full_check_insn_num): ... this. Updated all users.
3964         (record_arch_list_cleanups): Renamed to ...
3965         (record_full_arch_list_cleanups): ... this. Updated all users.
3966         (record_message): Renamed to ...
3967         (record_full_message): ... this. Updated all users.
3968         (record_message_wrapper): Renamed to ...
3969         (record_full_message_wrapper): ... this. Updated all users.
3970         (record_message_wrapper_safe): Renamed to ...
3971         (record_full_message_wrapper_safe): ... this. Updated all users.
3972         (record_gdb_operation_disable): Renamed to ...
3973         (record_full_gdb_operation_disable): ... this. Updated all users.
3974         (record_hw_watchpoint): Renamed to ...
3975         (record_full_hw_watchpoint): ... this. Updated all users.
3976         (record_exec_insn): Renamed to ...
3977         (record_full_exec_insn): ... this. Updated all users.
3978         (record_restore): Renamed to ...
3979         (record_full_restore): ... this. Updated all users.
3980         (record_async_inferior_event_token): Renamed to ...
3981         (record_full_async_inferior_event_token): ... this.
3982         Updated all users.
3983         (record_async_inferior_event_handler): Renamed to ...
3984         (record_full_async_inferior_event_handler): ... this.
3985         Updated all users.
3986         (record_core_open_1): Renamed to ...
3987         (record_full_core_open_1): ... this. Updated all users.
3988         (record_open_1): Renamed to ...
3989         (record_full_open_1): ... this. Updated all users.
3990         (record_open): Renamed to ...
3991         (record_full_open): ... this. Updated all users.
3992         (record_close): Renamed to ...
3993         (record_full_close): ... this. Updated all users.
3994         (record_resume_step): Renamed to ...
3995         (record_full_resume_step): ... this. Updated all users.
3996         (record_resumed): Renamed to ...
3997         (record_full_resumed): ... this. Updated all users.
3998         (record_execution_dir): Renamed to ...
3999         (record_full_execution_dir): ... this. Updated all users.
4000         (record_resume): Renamed to ...
4001         (record_full_resume): ... this. Updated all users.
4002         (record_get_sig): Renamed to ...
4003         (record_full_get_sig): ... this. Updated all users.
4004         (record_sig_handler): Renamed to ...
4005         (record_full_sig_handler): ... this. Updated all users.
4006         (record_wait_cleanups): Renamed to ...
4007         (record_full_wait_cleanups): ... this. Updated all users.
4008         (record_wait_1): Renamed to ...
4009         (record_full_wait_1): ... this. Updated all users.
4010         (record_wait): Renamed to ...
4011         (record_full_wait): ... this. Updated all users.
4012         (record_stopped_by_watchpoint): Renamed to ...
4013         (record_full_stopped_by_watchpoint): ... this. Updated all users.
4014         (record_disconnect): Renamed to ...
4015         (record_full_disconnect): ... this. Updated all users.
4016         (record_detach): Renamed to ...
4017         (record_full_detach): ... this. Updated all users.
4018         (record_mourn_inferior): Renamed to ...
4019         (record_full_mourn_inferior): ... this. Updated all users.
4020         (record_kill): Renamed to ...
4021         (record_full_kill): ... this. Updated all users.
4022         (record_stopped_data_address): Renamed to ...
4023         (record_full_stopped_data_address): ... this. Updated all users.
4024         (record_registers_change): Renamed to ...
4025         (record_full_registers_change): ... this. Updated all users.
4026         (record_store_registers): Renamed to ...
4027         (record_full_store_registers): ... this. Updated all users.
4028         (record_xfer_partial): Renamed to ...
4029         (record_full_xfer_partial): ... this. Updated all users.
4030         (record_breakpoint): Renamed to ...
4031         (record_full_breakpoint): ... this. Updated all users.
4032         (record_breakpoint_p): Renamed to ...
4033         (record_full_breakpoint_p): ... this. Updated all users.
4034         (record_breakpoints): Renamed to ...
4035         (record_full_breakpoints): ... this. Updated all users.
4036         (record_sync_record_breakpoints): Renamed to ...
4037         (record_full_sync_record_breakpoints): ... this.
4038         Updated all users.
4039         (record_init_record_breakpoints): Renamed to ...
4040         (record_full_init_record_breakpoints): ... this.
4041         Updated all users.
4042         (record_insert_breakpoint): Renamed to ...
4043         (record_full_insert_breakpoint): ... this. Updated all users.
4044         (record_remove_breakpoint): Renamed to ...
4045         (record_full_remove_breakpoint): ... this. Updated all users.
4046         (record_can_execute_reverse): Renamed to ...
4047         (record_full_can_execute_reverse): ... this. Updated all users.
4048         (record_get_bookmark): Renamed to ...
4049         (record_full_get_bookmark): ... this. Updated all users.
4050         (record_goto_bookmark): Renamed to ...
4051         (record_full_goto_bookmark): ... this. Updated all users.
4052         (record_async): Renamed to ...
4053         (record_full_async): ... this. Updated all users.
4054         (record_can_async_p): Renamed to ...
4055         (record_full_can_async_p): ... this. Updated all users.
4056         (record_is_async_p): Renamed to ...
4057         (record_full_is_async_p): ... this. Updated all users.
4058         (record_execution_direction): Renamed to ...
4059         (record_full_execution_direction): ... this. Updated all users.
4060         (record_info): Renamed to ...
4061         (record_full_info): ... this. Updated all users.
4062         (record_delete): Renamed to ...
4063         (record_full_delete): ... this. Updated all users.
4064         (record_is_replaying): Renamed to ...
4065         (record_full_is_replaying): ... this. Updated all users.
4066         (record_goto_entry): Renamed to ...
4067         (record_full_goto_entry): ... this. Updated all users.
4068         (record_goto_begin): Renamed to ...
4069         (record_full_goto_begin): ... this. Updated all users.
4070         (record_goto_end): Renamed to ...
4071         (record_full_goto_end): ... this. Updated all users.
4072         (record_goto): Renamed to ...
4073         (record_full_goto): ... this. Updated all users.
4074         (init_record_ops): Renamed to ...
4075         (init_record_full_ops): ... this. Updated all users.
4076         (record_core_resume): Renamed to ...
4077         (record_full_core_resume): ... this. Updated all users.
4078         (record_core_kill): Renamed to ...
4079         (record_full_core_kill): ... this. Updated all users.
4080         (record_core_fetch_registers): Renamed to ...
4081         (record_full_core_fetch_registers): ... this. Updated all users.
4082         (record_core_prepare_to_store): Renamed to ...
4083         (record_full_core_prepare_to_store): ... this. Updated all users.
4084         (record_core_store_registers): Renamed to ...
4085         (record_full_core_store_registers): ... this. Updated all users.
4086         (record_core_xfer_partial): Renamed to ...
4087         (record_full_core_xfer_partial): ... this. Updated all users.
4088         (record_core_insert_breakpoint): Renamed to ...
4089         (record_full_core_insert_breakpoint): ... this. Updated all users.
4090         (record_core_remove_breakpoint): Renamed to ...
4091         (record_full_core_remove_breakpoint): ... this. Updated all users.
4092         (record_core_has_execution): Renamed to ...
4093         (record_full_core_has_execution): ... this. Updated all users.
4094         (init_record_core_ops): Renamed to ...
4095         (init_record_full_core_ops): ... this. Updated all users.
4096         (cmd_record_restore): Renamed to ...
4097         (cmd_record_full_restore): ... this. Updated all users.
4098         (record_save_cleanups): Renamed to ...
4099         (record_full_save_cleanups): ... this. Updated all users.
4100         (cmd_record_start): Renamed to ...
4101         (cmd_record_full_start): ... this. Updated all users.
4102         (set_record_insn_max_num): Renamed to ...
4103         (set_record_full_insn_max_num): ... this. Updated all users.
4104         (set_record_command): Renamed to ...
4105         (set_record_full_command): ... this. Updated all users.
4106         (show_record_command): Renamed to ...
4107         (show_record_full_command): ... this. Updated all users.
4108         (_initialize_record): Renamed to ...
4109         (_initialize_record_full): ... this. Updated all users.
4110
4111 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
4112
4113         * record.h: Split into this and ...
4114         * record-full.h: ... this.
4115         * record.c: Split into this and ...
4116         * record-full.c: ... this.
4117         * target.h (target_ops): Add new fields to_info_record,
4118         to_save_record, to_delete_record, to_record_is_replaying,
4119         to_goto_record_begin, to_goto_record_end, to_goto_record.
4120         (target_info_record): New.
4121         (target_save_record): New.
4122         (target_supports_delete_record): New.
4123         (target_delete_record): New.
4124         (target_record_is_replaying): New.
4125         (target_goto_record_begin): New.
4126         (target_goto_record_end): New.
4127         (target_goto_record): New.
4128         * target.c (target_info_record): New.
4129         (target_save_record): New.
4130         (target_supports_delete_record): New.
4131         (target_delete_record): New.
4132         (target_record_is_replaying): New.
4133         (target_goto_record_begin): New.
4134         (target_goto_record_end): New.
4135         (target_goto_record): New.
4136         * record.h: Declare struct cmd_list_element.
4137         (record_cmdlist): New declaration.
4138         (set_record_cmdlist): New declaration.
4139         (show_record_cmdlist): New declaration.
4140         (info_record_cmdlist): New declaration.
4141         (cmd_record_goto): New declaration.
4142         * record.c: Remove unnecessary includes.
4143         Include inferior.h.
4144         (cmd_record_goto): Remove declaration.
4145         (record_cmdlist): Now extern. Initialize.
4146         (set_record_cmdlist): Now extern. Initialize.
4147         (show_record_cmdlist): Now extern. Initialize.
4148         (info_record_cmdlist): Now extern. Initialize.
4149         (find_record_target): New.
4150         (require_record_target): New.
4151         (cmd_record_start): Update.
4152         (cmd_record_delete): Remove target-specific code.
4153         Call target_delete_record.
4154         (cmd_record_stop): Unpush any record target.
4155         (set_record_insn_max_num): Move to record-full.c
4156         (set_record_command): Add comment.
4157         (show_record_command): Add comment.
4158         (info_record_command): Update comment.
4159         Remove target-specific code.
4160         Call the record target's to_info_record.
4161         (cmd_record_start): New.
4162         (cmd_record_goto): Now extern.
4163         Remove target-specific code.
4164         Call target_goto_begin,  target_goto_end, or target_goto.
4165         (_initialize_record): Move record target ops initialization to
4166         record-full.c.
4167         Change "record" command help text.
4168         Move "record restore", "record set", and "record show" commands to
4169         record-full.c.
4170         * Makefile.in (SFILES): Add record-full.c.
4171         (HFILES_NO_SRCDIR): Add record-full.h.
4172         (COMMON_OBS): Add record-full.o.
4173         * amd64-linux-tdep.c: Include record-full.h instead of record.h.
4174         * arm-tdep.c: Include record-full.h.
4175         * i386-linux-tdep.c: Include record-full.h instead of record.h.
4176         * i386-tdep.c: Include record-full.h.
4177         * infrun.c: Include record-full.h.
4178         * linux-record.c: Include record-full.h.
4179         * moxie-tdep.c: Include record-full.h.
4180         * record-full.c: Include record-full.h.
4181         Change module comment.
4182         (set_record_full_cmdlist): New.
4183         (show_record_full_cmdlist): New.
4184         (record_full_cmdlist): New.
4185         (record_goto_insn): New declaration.
4186         (record_save): New declaration.
4187         (record_check_insn_num): Change query string.
4188         (record_info): New.
4189         (record_delete): New.
4190         (record_is_replaying): New.
4191         (record_goto_entry): New.
4192         (record_goto_begin): New.
4193         (record_goto_end): New.
4194         (record_goto): New.
4195         (init_record_ops): Update.
4196         (init_record_core_ops): Update.
4197         (cmd_record_save): Rename to record_save. Remove target and arg checks.
4198         (cmd_record_start): New.
4199         (set_record_insn_max_num): Moved from record.c
4200         (set_record_full_command): New.
4201         (show_record_full_command): New.
4202         (_initialize_record_full): New.
4203
4204 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
4205
4206         * target.h (add_deprecated_target_alias): New.
4207         * target.c (add_deprecated_target_alias): New.
4208
4209 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
4210
4211         * common/linux-btrace.c: Include sys/ptrace, sys/types, sys/wait.h,
4212         and signal.h.
4213         (linux_supports_btrace): Add kernel and
4214         cpuid check.
4215         (kernel_supports_btrace): New function.
4216         (cpu_supports_btrace): New function.
4217         (intel_supports_btrace): New function.
4218
4219 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
4220
4221         * target.h (enum target_object): Add TARGET_OBJECT_BTRACE.
4222         * remote.c: Include btrace.h.
4223         (struct btrace_target_info): New struct.
4224         (remote_supports_btrace): New function.
4225         (send_Qbtrace): New function.
4226         (remote_enable_btrace): New function.
4227         (remote_disable_btrace): New function.
4228         (remote_teardown_btrace): New function.
4229         (remote_read_btrace): New function.
4230         (init_remote_ops): Add btrace ops.
4231         (enum <unnamed>): Add btrace packets.
4232         (struct protocol_feature remote_protocol_features[]): Add btrace packets.
4233         (_initialize_remote): Add packet configuration for branch tracing.
4234
4235 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
4236
4237         * features/btrace.dtd: New file.
4238         * Makefile.in (XMLFILES): Add btrace.dtd.
4239         * btrace.h (parse_xml_btrace): New declaration.
4240         * btrace.c: Include xml-support.h.
4241         (parse_xml_btrace): New function.
4242         (parse_xml_btrace_block): New function.
4243         (block_attributes): New struct.
4244         (btrace_attributes): New struct.
4245         (btrace_children): New struct.
4246         (btrace_elements): New struct.
4247
4248 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
4249
4250         * amd64-linux-nat.c: Include btrace.h and linux-btrace.h.
4251         (amd64_linux_enable_btrace): New.
4252         (amd64_linux_disable_btrace): New.
4253         (amd64_linux_teardown_btrace): New.
4254         (_initialize_amd64_linux_nat): Initialize btrace ops.
4255         * i386-linux.nat.c: Include btrace.h and linux-btrace.h.
4256         (i386_linux_enable_btrace): New.
4257         (i386_linux_disable_btrace): New.
4258         (i386_linux_teardown_btrace): New.
4259         (_initialize_i386_linux_nat): Initialize btrace ops.
4260         * config/i386/linux.mh: Add linux-btrace.o.
4261         * config/i386/linux64.mh: Add linux-btrace.o.
4262
4263 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
4264
4265         * common/linux_btrace.h: New file.
4266         * common/linux_btrace.c: New file.
4267         * Makefile.in (SFILES): Add btrace.c.
4268         (HFILES_NO_SRCDIR): Add common/linux-btrace.h.
4269         (COMMON_OBS): Add btrace.o.
4270         (linux-btrace.o): New rule.
4271
4272 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
4273
4274         * target.h: Include btrace.h.
4275         (struct target_ops) <to_supports_btrace, to_enable_btrace,
4276         to_disable_btrace, to_teardown_btrace, to_read_btrace>: New.
4277         * target.c (target_supports_btrace): New function.
4278         (target_enable_btrace): New function.
4279         (target_disable_btrace): New function.
4280         (target_teardown_btrace): New function.
4281         (target_read_btrace): New function.
4282         * btrace.h: New file.
4283         * btrace.c: New file.
4284         * Makefile.in: Add btrace.c.
4285         * gdbthread.h: Include btrace.h.
4286         (struct thread_info): Add btrace field.
4287         * thread.c: Include btrace.h.
4288         (clear_thread_inferior_resources): Call target_teardown_btrace.
4289         * common/btrace-common.h: New file.
4290
4291 2013-03-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
4292
4293         * common/linux-ptrace.c (linux_ptrace_test_ret_to_nx): Call also kill
4294         for CHILD, ignore PTRACE_KILL errors, move the inner block variable
4295         kill_status to outer block.
4296
4297 2013-03-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
4298
4299         Fix entry-values if the callee called a noreturn function.
4300         * dwarf2-frame-tailcall.c (dwarf2_tailcall_sniffer_first): Use
4301         get_frame_address_in_block.  Add new comment.
4302
4303 2013-03-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
4304
4305         Fix entry-values in C++ across CUs.
4306         * dwarf2loc.c (call_site_to_target_addr) <FIELD_LOC_KIND_PHYSNAME>: Use
4307         lookup_minimal_symbol.  Add a comment.
4308         * dwarf2read.c
4309         (read_call_site_scope) <is_ref_attr> <die_is_declaration>: Prefer
4310         DW_AT_linkage_name.
4311
4312 2013-03-08  Yao Qi  <yao@codesourcery.com>
4313
4314         * tracepoint.c (_initialize_tracepoint): Indent the code.
4315
4316 2013-03-08  Pedro Alves  <palves@redhat.com>
4317
4318         * findcmd.c (put_bits): Change type of parameter to 'gdb_byte *'.
4319         (parse_find_args, find_command): Change type of pattern buffer
4320         locals to 'gdb_byte *'.
4321
4322 2013-03-08  Stan Shebs  <stan@codesourcery.com>
4323             Hafiz Abid Qadeer  <abidh@codesourcery.com>
4324
4325         * NEWS: Mention set and show trace-buffer-size commands.
4326         Mention new packet.
4327         * target.h (struct target_ops): New method
4328         to_set_trace_buffer_size.
4329         (target_set_trace_buffer_size): New macro.
4330         * target.c (update_current_target): Set up new method.
4331         * tracepoint.c (trace_buffer_size): New global.
4332         (start_tracing): Send it to the target.
4333         (set_trace_buffer_size): New function.
4334         (_initialize_tracepoint): Add new setshow for trace-buffer-size.
4335         * remote.c (remote_set_trace_buffer_size): New function.
4336         (_initialize_remote): Use it.
4337         (QTBuffer:size) New remote command.
4338         (PACKET_QTBuffer_size): New enum.
4339         (remote_protocol_features): Add an entry for
4340         PACKET_QTBuffer_size.
4341
4342 2013-03-08  Tom Tromey  <tromey@redhat.com>
4343
4344         * remote-m32r-sdi.c (m32r_load): Call skip_spaces on correct
4345         variable.
4346
4347 2013-03-07  Pedro Alves  <palves@redhat.com>
4348
4349         * target.c (target_read_stralloc, target_fileio_read_alloc):
4350         *Cast pointer to 'gdb_byte *' in target call.
4351
4352 2013-03-07  Pedro Alves  <palves@redhat.com>
4353
4354         * corefile.c (read_memory_string): Cast pointer to gdb_byte* in
4355         call.
4356
4357 2013-03-07  Keith Seitz  <keiths@redhat.com>
4358
4359         * breakpoint.c (catch_syscall_split_args): Use skip_spaces.
4360         (trace_pass_command): Likewise.
4361         * cli/cli-cmds.c: Include cli/cli-utils.h.
4362         (source_command): Use skip-spaces.
4363         (disassemble_command): Likewise.
4364         * findcmd.c: Include cli/cli-utils.h.
4365         (parse_find_args): Use skip_spaces.
4366         * go32-nat.c: Include cli/cli-utils.h.
4367         (go32_sldt): Use skip_spaces.
4368         (go32_sgdt): Likewise.
4369         (go32_sidt): Likewise.
4370         (go32_pde): Likewise.
4371         (go32_pte): Likewise.
4372         (go32_pte_for_address): Likewise.
4373         * infcmd.c: Include cli/cli-utils.h.
4374         (registers_info): Use skip_spaces.
4375         * linux-tdep.c (read_mapping): Use skip_spaces_const.
4376         (linux_info_proc): Likewise.
4377         * linux-thread-db.c: Include cli/cli-utils.h.
4378         (info_auto_load_libthread_db): Use skip_spaces_const.
4379         * m32r-rom.c: Include cli/cli-utils.h.
4380         (m32r_upload_command): Use skip_spaces.
4381         * maint.c: Include cli/cli-utils.h.
4382         (maintenance_translate_address): Use skip_spaces.
4383         * mi/mi-parse.c: Include cli/cli-utils.h.
4384         (mi_parse_argv): Use skip_spaces.
4385         (mi_parse): Likewise.
4386         * minsyms.c: Include cli/cli-utils.h.
4387         (msymbol_hash_iw): Use skip_spaces_const.
4388         * objc-lang.c: Include cli/cli-utils.h.
4389         (parse_selector): Use skip_spaces.
4390         (parse_method): Likewise.
4391         * python/python.c: Include cli/cli-utils.h.
4392         (python_interactive_command)[HAVE_PYTHON]: Use skip_spaces.
4393         (python_command)[HAVE_PYTHON]: Likewise.
4394         (python_interactive_command)[!HAVE_PYTHON]: Likewise.
4395         * remote-m32r-sdi.c: Include cli/cli-utils.h.
4396         (m32r_load): Use skip_spaces.
4397         * serial.c: Include cli/cli-utils.h.
4398         (serial_open): Use skip_spaces_const.
4399         * stack.c: Include cli/cli-utils.h.
4400         (parse_frame_specification_1): Use skip_spaces_const.
4401         * symfile.c: Include cli/cli-utils.h.
4402         (set_ext_lang_command): Use skip_spaces.
4403         * symtab.c: Include cli/cli-utils.h.
4404         (rbreak_command): Use skip_spaces.
4405         * thread.c (thread_name_command): Use skip_spaces.
4406         * tracepoint.c (validate_actionline): Use skip_spaces.
4407         (encode_actions_1): Likewise.
4408         (trace_find_range_command): Likewise.
4409         (trace_find_outside_command): Likewise.
4410         (trace_dump_actions): Likewise.
4411
4412 2013-03-07  Pedro Alves  <palves@redhat.com>
4413
4414         * c-lang.c (parse_one_string): Cast argument to gdb_byte *.
4415         * expprint.c (print_subexp_standard): Likewise.
4416         * utils.c (host_char_to_target): Likewise.
4417         * valprint.c (generic_emit_char, generic_printstr): Likewise.
4418         * varobj.c (value_get_print_value): Change type of local to char*.
4419         Cast it gdb_byte * in call to language printer.
4420
4421 2013-03-07  Pedro Alves  <palves@redhat.com>
4422
4423         * charset.c (struct wchar_iterator) <input>: Change type to 'const
4424         gdb_byte *'.
4425         (make_wchar_iterator): Remove cast to char*.
4426         (wchar_iterate): Change type of local.
4427
4428 2013-03-07  Pedro Alves  <palves@redhat.com>
4429
4430         * regcache.c (regcache_xmalloc_1): Call XCALLOC with signed char
4431         for 'regcache->register_status'.
4432
4433 2013-03-07  Pedro Alves  <palves@redhat.com>
4434
4435         * breakpoint.c (breakpoint_xfer_memory): Change type of local to
4436         int.
4437
4438 2013-03-07  Pedro Alves  <palves@redhat.com>
4439
4440         * stap-probe.c (handle_stap_probe): Add cast to char*.
4441
4442 2013-03-07  Pedro Alves  <palves@redhat.com>
4443
4444         * linux-record.c (record_linux_system_call) <gdb_sys_msgrcv,
4445         RECORD_MSGRCV>: Pass a signed variable to
4446         regcache_raw_read_signed, instead of an unsigned one.
4447
4448 2013-03-07  Pedro Alves  <palves@redhat.com>
4449
4450         * remote-notif.c (notif_debug): Change type to int.
4451         * remote-notif.h (notif_debug): Likewise.
4452
4453 2013-03-07  Pedro Alves  <palves@redhat.com>
4454
4455         * ser-tcp.c (tcp_retry_limit): Change type to unsigned int.
4456
4457 2013-03-07  Pedro Alves  <palves@redhat.com>
4458
4459         * remote.c (hex2bin, bin2hex): Move extern declarations to ...
4460         * remote.h (hex2bin, bin2hex): ... here.
4461         * tracepoint.c (hex2bin, bin2hex): Remove extern declarations.
4462
4463 2013-03-07  Eli Zaretskii  <eliz@gnu.org>
4464
4465         * utils.c (initialize_utils): Improve doc strings of "set/show
4466         width", "set/show height", and "set/show pagination".
4467
4468 2013-03-06  Keith Seitz  <keiths@redhat.com>
4469
4470         * ax-gdb.c (gen_printf): Make FORMAT const.
4471         * ax-gdb.h (gen_printf): Likewise.
4472         * ax-general.c (ax_string): Make STR const.
4473         * ax.h (ax_string): Likewise.
4474
4475 2013-03-06  Doug Evans  <dje@google.com>
4476
4477         * elfread.c (elf_symfile_read): Move debugging printf to more
4478         logical location.
4479
4480 2013-03-06  Pedro Alves  <palves@redhat.com>
4481
4482         * python/py-utils.c (target_string_to_unicode): Delete function.
4483         * python/python-internal.h (target_string_to_unicode): Delete
4484         declaration.
4485
4486 2013-03-06  Pierre Muller  <muller@sourceware.org>
4487
4488         * linespec.c (get_current_search_block): ARI fix, use (void)
4489         for empty parameter list.
4490
4491 2013-03-05  Doug Evans  <dje@google.com>
4492
4493         * ada-lang.c (ada_lookup_symbol_list_worker): New function, contents
4494         of old ada_lookup_symbol_list.  In !full_search case, don't
4495         search superblocks.
4496         (ada_lookup_symbol_list): Delete arg full_search, all callers
4497         updated.  Call ada_lookup_symbol_list_worker.
4498         (ada_iterate_over_symbols): Call ada_lookup_symbol_list_worker.
4499         * ada-lang.h (ada_lookup_symbol_list): Update.
4500         * language.h (language_defn): Update comment for
4501         la_iterate_over_symbols.
4502         * linespec.c (iterate_over_file_blocks): New function.
4503         (iterate_over_all_matching_symtabs): Call it.
4504         (lookup_prefix_sym): Ditto.
4505         (get_current_search_block): New function.
4506         (get_search_block): Delete.
4507         (find_label_symbols): Call get_current_search_block.
4508         (add_matching_symbols_to_info): Call iterate_over_file_blocks.
4509         * symtab.c (iterate_over_symbols): Don't search superblocks.
4510
4511 2013-03-05  Yao Qi  <yao@codesourcery.com>
4512
4513         * cli/cli-decode.c (add_setshow_zuinteger_unlimited_cmd): Change
4514         parameter VAR's type from "unsigned int" to "int".
4515         * command.h (var_zuinteger_unlimited): Update its comments.
4516         (add_setshow_zuinteger_unlimited_cmd): Update the declaration.
4517
4518 2013-03-05  Corinna Vinschen  <vinschen@redhat.de>
4519
4520         * NEWS: Mention new target x86_64-*-cygwin*.
4521
4522 2013-03-05  Corinna Vinschen  <vinschen@redhat.de>
4523
4524         * configure.host: Add x86_64-*-cygwin* as host.
4525         * configure.tgt: Add x86_64-*-cygwin* as target.
4526         * config/i386/cygwin64.mh: New file.
4527
4528 2013-03-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
4529
4530         * linespec.c (decode_line_2): Fix duplicate request off by two message.
4531
4532 2013-03-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
4533
4534         * linespec.c (struct linespec_canonical_name): New.
4535         (struct linespec_state): Change canonical_names type to it.
4536         (add_sal_to_sals): Change variable canonical_name to canonical.  Change
4537         xrealloc element size.  Initialize the different CANONICAL fields.
4538         (canonical_to_fullform): New.
4539         (filter_results): Use it.  Add variables canonical, fullform and
4540         cleanup.
4541         (struct decode_line_2_item, decode_line_2_compare_items): New.
4542         (decode_line_2): Remove variables iter and item_names, add variables
4543         items and items_count.  Modify the code for these new variables.
4544
4545 2013-03-04  Corinna Vinschen  <vinschen@redhat.com>
4546
4547         * coff-pe-read.c (read_pe_exported_syms): Don't return without
4548         calling do_cleanup.
4549
4550 2013-03-04  Luis Machado  <lgustavo@codesourcery.com>
4551
4552         * tracepoint.c (build_traceframe_info): Add code for byte order.
4553
4554 2013-03-02  Kevin Buettner  <kevinb@redhat.com>
4555
4556         * v850-tdep.c: (v850e2_register_name): Revise system register
4557         names to match current V850E2M architecture specifications.
4558         Update register number enum comments too.
4559         
4560 2013-03-01  Jiong Wang  <jiwang@tilera.com>
4561             Pedro Alves  <palves@redhat.com>
4562
4563         * tilegx-tdep.c (tilegx_analyze_prologue): Limit bundle reading
4564         to END_ADDR.
4565         (tilegx_skip_prologue): Limit prologue analysis to section end.
4566
4567 2013-03-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
4568
4569         * dwarf2loc.c (call_site_find_chain_1): New variable save_callee_pc,
4570         use it.
4571
4572 2013-03-01  Pedro Alves  <palves@redhat.com>
4573
4574         Use gdb_byte for bytes from the program being debugged.
4575
4576         * arm-tdep.c (arm_store_return_value, arm_get_longjmp_target):
4577         Change type of local 'buf' to gdb_byte.
4578         * avr-tdep.c (avr_frame_prev_register, avr_push_dummy_call): Likewise.
4579         * bfin-tdep.c (bfin_push_dummy_call): Likewise.
4580         * cris-tdep.c (cris_sigcontext_addr)
4581         (cris_sigtramp_frame_unwind_cache): Likewise.
4582         * frv-linux-tdep.c (frv_linux_pc_in_sigtramp)
4583         (frv_linux_sigcontext_reg_addr, frv_linux_sigtramp_frame_cache):
4584         Likewise.
4585         * frv-tdep.c (frv_pseudo_register_write, frv_analyze_prologue): Likewise.
4586         * hppa-hpux-tdep.c (hppa32_hpux_find_global_pointer)
4587         (hppa32_hpux_search_dummy_call_sequence)
4588         (hppa_hpux_supply_save_state): Likewise.
4589         * hppa-linux-tdep.c (insns_match_pattern)
4590         (hppa_linux_find_global_pointer): Likewise.
4591         * hppa-tdep.c (hppa_in_function_epilogue_p)
4592         (skip_prologue_hard_way, hppa_frame_cache): Likewise.
4593         * i386-nto-tdep.c (i386nto_sigcontext_addr): Likewise.
4594         * i386fbsd-tdep.c (i386fbsd_supply_uthread)
4595         (i386fbsd_collect_uthread): Likewise.
4596         * ia64-hpux-tdep.c (ia64_hpux_push_dummy_code): Likewise.
4597         * ia64-linux-tdep.c (ia64_linux_sigcontext_register_address): Likewise.
4598         * ia64-tdep.c (examine_prologue, ia64_frame_cache)
4599         (ia64_frame_prev_register, ia64_sigtramp_frame_cache)
4600         (ia64_sigtramp_frame_prev_register, ia64_access_reg)
4601         (ia64_access_rse_reg, ia64_libunwind_frame_this_id)
4602         (ia64_libunwind_frame_prev_register)
4603         (ia64_libunwind_sigtramp_frame_this_id)
4604         (ia64_find_global_pointer_from_dynamic_section)
4605         (find_extant_func_descr, find_func_descr, ia64_dummy_id)
4606         (ia64_unwind_pc): Likewise.
4607         * iq2000-tdep.c (iq2000_store_return_value): Likewise.
4608         * m68hc11-tdep.c (m68hc11_push_dummy_call)
4609         (m68hc11_extract_return_value): Likewise.
4610         * m68klinux-nat.c (fetch_register, store_register): Likewise.
4611         * mep-tdep.c (mep_pseudo_cr32_read, mep_pseudo_cr32_write)
4612         (mep_get_insn, mep_push_dummy_call): Likewise.
4613         * mips-linux-tdep.c (mips_linux_get_longjmp_target)
4614         (mips_linux_in_dynsym_stub): Likewise.
4615         * mn10300-tdep.c (mep_pseudo_cr32_write): Likewise.
4616         * ppc-linux-nat.c (fetch_register, store_register): Likewise.
4617         * regcache.c (dump_endian_bytes): Change type of parameter 'buf'
4618         to gdb_byte.
4619         * remote-mips.c (mips_set_register): Likewise.
4620         * remote-sim.c (gdbsim_fetch_register): Likewise.
4621         * score-tdep.c (score7_fetch_inst): Change type of parameter
4622         'memblock' and local 'buf' to gdb_byte.
4623         (score7_malloc_and_get_memblock): Change return type to gdb_byte.
4624         Change type of local 'buf' to gdb_byte.  Adjust.
4625         (score7_adjust_memblock_ptr): Change type of parameter 'memblock'
4626         to gdb_byte**.
4627         (score7_analyze_prologue): Change type of 'memblock' and
4628         'memblock_ptr' locals to gdb_byte*.
4629         * sh64-tdep.c (sh64_extract_return_value)
4630         (sh64_store_return_value): Change type of local 'buf' to gdb_byte.
4631         * solib-darwin.c (darwin_current_sos, darwin_read_exec_load_addr):
4632         * solib-pa64.c (pa64_solib_create_inferior_hook)
4633         (pa64_open_symbol_file_object): Remove local 'buf'.
4634         * solib-som.c (som_solib_create_inferior_hook, link_map_start)
4635         (som_open_symbol_file_object): Likewise.
4636         * solib-spu.c (spu_current_sos): Likewise.
4637         * spu-linux-nat.c (spu_fetch_inferior_registers): Likewise.
4638         * spu-multiarch.c (parse_spufs_run, spu_fetch_registers)
4639         (spu_store_registers): Likewise.
4640         * target.c (debug_print_register): Likewise.
4641         * tic6x-tdep.c (tic6x_get_longjmp_target): Likewise.
4642         * xstormy16-tdep.c (xstormy16_store_return_value)
4643         (xstormy16_push_dummy_call, xstormy16_resolve_jmp_table_entry)
4644         (xstormy16_find_jmp_table_entry): Likewise.
4645
4646 2013-03-01  Jiong Wang  <jiwang@tilera.com>
4647
4648         * tilegx-tdep.c (tilegx_get_longjmp_target): New function.
4649         (tilegx_gdbarch_init): Install it.
4650
4651 2013-02-28  Tom Tromey  <tromey@redhat.com>
4652
4653         * python/py-arch.c (archpy_disassemble): Use PyInt_Check and
4654         PyLong_Check.
4655
4656 2013-02-28  Doug Evans  <dje@google.com>
4657
4658         * python/py-finishbreakpoint.c (bpfinishpy_init): gcc -Wall lint.
4659         * python/python.c (gdbpy_find_pc_line): Ditto.
4660
4661 2013-02-28  Tom Tromey  <tromey@redhat.com>
4662
4663         * contrib/excheck.py: New file.
4664         * contrib/exsummary.py: New file.
4665         * contrib/gcc-with-excheck: New file.
4666
4667 2013-02-28  Tom Tromey  <tromey@redhat.com>
4668
4669         * python/python.c (gdbpy_print_stack): Call begin_line and
4670         fprintf_filtered inside TRY_CATCH.
4671
4672 2013-02-28  Tom Tromey  <tromey@redhat.com>
4673
4674         * python/python.c (gdbpy_find_pc_line): Call find_pc_line
4675         inside TRY_CATCH.
4676
4677 2013-02-28  Tom Tromey  <tromey@redhat.com>
4678
4679         * py-finishbreakpoint.c (bpfinishpy_init): Reorganize to call
4680         frame_object_to_frame_info inside TRY_CATCH.
4681
4682 2013-02-28  Tom Tromey  <tromey@redhat.com>
4683
4684         * py-block.c (gdbpy_block_for_pc): Call block_for_pc inside
4685         TRY_CATCH.
4686
4687 2013-02-28  Tom Tromey  <tromey@redhat.com>
4688
4689         * objfiles.h (ALL_PSPACE_OBJFILES): Remove trailing backlash.
4690
4691 2013-02-27  Corinna Vinschen  <vinschen@redhat.com>
4692
4693         * windows-nat.c: Throughout, fix format strings and casts of
4694         printf-like functions to avoid type related warnings on all
4695         platforms.
4696         (handle_output_debug_string): Fetch context information address
4697         from debug string using string_to_core_addr.
4698
4699 2013-02-27  Jiong Wang  <jiwang@tilera.com>
4700
4701         * regformats/reg-tilegx.dat (name): Change abi name to "tilegx".
4702         * regformats/reg-tilegx32.dat: New.
4703
4704 2013-02-27  Jiong Wang  <jiwang@tilera.com>
4705
4706         * configure.tgt (tilegx-*-linux*): Enable gdbserver.
4707
4708 2013-02-27  Jiong Wang  <jiwang@tilera.com>
4709
4710         * configure.tgt (tilegx-*-linux*): Replace whitespace with tab.
4711
4712 2013-02-27  Yao Qi  <yao@codesourcery.com>
4713             Pedro Alves  <palves@redhat.com>
4714
4715         * tracepoint.c (tfile_trace_find): For tfind
4716         pc/tp/range/outside, look for the next trace frame instead of
4717         always starting from frame 0.
4718
4719 2013-02-26  Anthony Green  <green@moxielogic.com>
4720
4721         * configure.tgt: Add support for moxie-*-rtems* target.
4722
4723 2013-02-25  Pedro Alves  <palves@redhat.com>
4724
4725         * common/linux-ptrace.c (linux_ptrace_test_ret_to_nx): Change
4726         warning text.
4727
4728 2013-02-24  Maciej W. Rozycki  <macro@codesourcery.com>
4729
4730         * mips-tdep.c (mips32_scan_prologue): Reset frame_offset to zero
4731         if $fp is used as the virtual frame pointer.
4732
4733 2013-02-23  Alan Modra  <amodra@gmail.com>
4734
4735         * elfread.c (elf_symtab_read): Do not use udata.p here to find
4736         symbol size.
4737         * ppc64-tdep.c (ppc64_elf_make_msymbol_special): New function.
4738         * ppc64-tdep.h (ppc64_elf_make_msymbol_special): Declare.
4739         * ppc-linux-tdep.c (ppc_linux_init_abi): Set up to use the above.
4740         * ppcfbsd-tdep.c (ppcfbsd_init_abi): Likewise.
4741
4742 2013-02-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
4743
4744         Code cleanup.
4745         * elfread.c (build_id_bfd_get): Make the return type const.
4746         (build_id_verify): Make the check parameter const.
4747         (build_id_to_debug_filename): Make the build_id parameter and variable
4748         data const.
4749         (find_separate_debug_file_by_buildid): Make the variable build_id const.
4750
4751 2013-02-21  Alan Modra  <amodra@gmail.com>
4752
4753         * elfread.c (build_id_bfd_get): Adjust for elf_tdata changes.
4754
4755 2013-02-20  Siva Chandra Reddy  <sivachandra@google.com>
4756
4757         Add a new method 'disassemble' to gdb.Architecture class.
4758         * python/py-arch.c (archpy_disassmble): Implementation of the
4759         new method gdb.Architecture.disassemble.
4760         (arch_object_methods): Add entry for the new method.
4761
4762 2013-02-20  Jiong Wang  <jiwang@tilera.com>
4763
4764         * MAINTAINERS (Write After Approval): Add myself to the list.
4765
4766 2013-02-19  Pedro Alves  <palves@redhat.com>
4767
4768         Garbage collect 'struct monitor_ops'::load_routine.
4769
4770         * monitor.h (struct monitor_ops) <load_routine>: Remove field.
4771         * monitor.c (monitor_load): No longer call
4772         current_monitor->load_routine.
4773         * dbug-rom.c (init_dbug_cmds): Don't set 'load_routine'.
4774         * m32r-rom.c (init_m32r_cmds): Don't set 'load_routine'.
4775         * ppcbug-rom.c (init_ppc_cmds): Don't set 'load_routine'.
4776
4777 2013-02-19  Pedro Alves  <palves@redhat.com>
4778
4779         PR gdb/15161
4780
4781         Harmonize with generic_load.
4782
4783         * monitor.c: Include "readline/readline.h".
4784         (monitor_load): Rename parameter 'file' to 'args'.  Use build_argv
4785         instead of sscanf.  Use CORE_ADDR/strtoulst instead of unsigned
4786         long/strtol for the 'load_offset' local.  Error out if no argument
4787         is given or if too many arguments are given.  Tilde expand the
4788         passed in file name.
4789
4790 2013-02-19  Kai Tietz  <ktietz@redhat.com>
4791
4792         PR gdb/15161
4793         * symfile.c (load_section_data): Change type of load_offset
4794         to CORE_ADDR.
4795         (generic_load): User strtoulst instead of strtoul for conversion
4796         of load_offset.
4797
4798 2013-02-19  Jiong Wang  <jiwang@tilera.com>
4799
4800         * tilegx-tdep.c (tilegx_analyze_prologue): add check for
4801          for return address, "lr" register, saved on stack.
4802         * tilegx-tdep.c (tilegx_frame_cache): update "PC" reg
4803         after we invoke tilegx_analyze_prologue.
4804
4805 2013-02-19  Jiong Wang  <jiwang@tilera.com>
4806
4807         * tilegx-tdep.c (itilegx_gdbarch_init): char type should be signed.
4808
4809 2013-02-19  Jiong Wang  <jiwang@tilera.com>
4810
4811         * tilegx-tdep.c (tilegx_skip_prologue): Use skip_prologue_using_sal.
4812
4813 2013-02-19  Jiong Wang  <jiwang@tilera.com>
4814
4815         * tilegx-tdep.c (INT_SWINT_1_SIGRETURN): New macro.
4816         (tilegx_write_pc): New function.
4817         (tilegx_cannot_reference_register): Return zero if REGNO
4818         is TILEGX_FAULTNUM_REGNUM.
4819         (tilegx_gdbarch_init): Add call to set_gdbarch_write_pc.
4820         (tilegx_register_name): Add handling of "faultnum" register.
4821         * tilegx-tdep.h (enum tilegx_regnum): Add TILEGX_FAULTNUM_REGNUM.
4822         * tilegx-linux-tdep.c (tilegx_linux_supply_regset): Add
4823         handling of TILEGX_FAULTNUM_REGNUM.
4824         * tilegx-linux-nat.c (regmap): Add entry for TILEGX_FAULTNUM_REGNUM.
4825
4826 2013-02-19  Jiong Wang  <jiwang@tilera.com>
4827
4828         * tilegx-tdep.c (tilegx_push_dummy_call): args pushed on stack
4829         should be aligned to 64bit.
4830
4831 2013-02-19  Kai Tietz  <ktietz@redhat.com>
4832
4833         * windows-nat.c (windows_xfer_memory): Fix debug-output
4834         for LLP64.
4835
4836 2013-02-19  Lei Liu  <lei.liu2@windriver.com>
4837
4838         * mips-linux-nat.c (mips64_linux_regsets_store_registers):
4839         Don't check DSP register number if HAVE_DSP is not set.
4840
4841 2013-02-19  Alan Modra  <amodra@gmail.com>
4842
4843         * elfread.c (struct build_id): Delete.  Use struct elf_build_id
4844         throughout file instead.
4845         (build_id_bfd_get): Update to use new elf_tdata build_id field.
4846         Don't xmalloc return value.
4847         (build_id_verify): Similarly.  Don't xfree.
4848         (build_id_to_debug_filename): Update.
4849         (find_separate_debug_file_by_buildid): Update, don't xfree.
4850
4851 2013-02-18  Tom Tromey  <tromey@redhat.com>
4852
4853         PR gdb/15102:
4854         * dwarf2read.c (read_subrange_type): Use result of
4855         'check_typedef'.
4856
4857 2013-02-16  Yuanhui Zhang  <asmwarrior@gmail.com>
4858
4859         * frame.c: Remove one extra white space after #include
4860         directive.
4861
4862 2013-02-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
4863
4864         * contrib/cc-with-tweaks.sh: Extend the comment for -p option.
4865
4866 2013-02-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
4867
4868         * gdb-gdb.gdb.in: Wrap set complaints, b internal_error, b info_command
4869         and dir commands into an if block.
4870
4871 2013-02-15  Sanimir Agovic  <sanimir.agovic@intel.com>
4872
4873         * python/py-breakpoint (struct pybp_code):  Use int instead of
4874         enum type_code.
4875
4876 2013-02-15  Pedro Alves  <pedro@codesourcery.com>
4877             Hafiz Abid Qadeer  <abidh@codesourcery.com>
4878
4879         * NEWS: Mention new field "trace-file".
4880         * tracepoint.c (trace_status_mi): Output "trace-file" field.
4881         (tfile_open): Record the trace file's filename in the trace
4882         status.
4883         (tfile_files_info): Mention the name of the trace file.
4884         Check the "filename" field explicitely.
4885         (trace_status_command): Explicitely check "filename" field.
4886         (trace_find_command): Ditto.
4887         (trace_find_pc_command): Ditto.
4888         (trace_find_tracepoint_command): Ditto.
4889         (trace_find_line_command): Ditto.
4890         (trace_find_range_command): Ditto.
4891         (trace_find_outside_command): Ditto.
4892         * tracepoint.h (struct trace_status) <from_file>: Rename it
4893         to "filename" and make it hold the trace file's filename
4894         instead of a boolean.
4895         * remote.c (remote_get_trace_status): Initialize "filename"
4896         field with NULL instead of 0.
4897
4898 2013-02-15  Yao Qi  <yao@codesourcery.com>
4899
4900         * remote.c: Fix a typo.
4901
4902 2013-02-14  Pierre Muller  <muller@sourceware.org>
4903
4904         * contrib/ari/gdb_ari.sh (GNU/Linux rule): Remove.
4905
4906 2013-02-14  Pedro Alves  <palves@redhat.com>
4907
4908         * utils.c (savestring): Don't #undef it.  Move function to
4909         common/common-utils.c.
4910         * common/common-utils.c: Include gdb_string.h.
4911         (savestring): Move here from utils.c.
4912         * common/common-utils.h (savestring): Declare.
4913
4914 2013-02-14  Pedro Alves  <palves@redhat.com>
4915
4916         * utils.c (savestring): Rename parameter 'size' to 'len'.
4917
4918 2013-02-14  Pedro Alves  <palves@redhat.com>
4919             Yufeng Zhang  <yufeng.zhang@arm.com>
4920
4921         * aarch64-linux-nat.c (aarch64_init_debug_reg_state): Delete.
4922         (aarch64_inferior_data, struct aarch64_inferior_data):
4923         Delete.
4924         (struct aarch64_process_info): New.
4925         (aarch64_process_list): New global.
4926         (aarch64_find_process_pid, aarch64_add_process)
4927         (aarch64_process_info_get): New functions.
4928         (aarch64_inferior_data_get): Delete.
4929         (aarch64_process_info_get): New function.
4930         (aarch64_forget_process): New function.
4931         (aarch64_get_debug_reg_state): New parameter 'pid'.  Reimplement.
4932         (aarch64_linux_prepare_to_resume): Pass the lwp's pid to
4933         aarch64_get_debug_reg_state.
4934         (aarch64_notify_debug_reg_change): Use iterate_over_lwps
4935         instead of linux_nat_iterate_watchpoint_lwps.
4936         (aarch64_linux_new_fork): New function.
4937         (aarch64_linux_child_post_startup_inferior): Use
4938         aarch64_forget_process instead of aarch64_init_debug_reg_state.
4939         (aarch64_handle_breakpoint, aarch64_linux_insert_hw_breakpoint)
4940         (aarch64_linux_remove_hw_breakpoint)
4941         (aarch64_handle_aligned_watchpoint)
4942         (aarch64_handle_unaligned_watchpoint)
4943         (aarch64_linux_insert_watchpoint)
4944         (aarch64_linux_remove_watchpoint)
4945         (aarch64_linux_stopped_data_address): Adjust to pass the current
4946         process id to aarch64_debug_reg_state.
4947         (_initialize_aarch64_linux_nat): Install aarch64_linux_new_fork as
4948         linux_nat_new_fork hook, and aarch64_forget_process as
4949         linux_nat_forget_process hook; remove the call to
4950         register_inferior_data_with_cleanup.
4951
4952 2013-02-14  Pedro Alves  <palves@redhat.com>
4953
4954         * eval.c (evaluate_subexp_for_address) <default_case_after_eval,
4955         EVAL_AVOID_SIDE_EFFECTS>: Swap and handle TYPE_CODE_REF before
4956         lval_memory.
4957
4958 2013-02-14  Pedro Alves  <pedro@codesourcery.com>
4959             Hafiz Abid Qadeer  <abidh@codesourcery.com>
4960
4961         * tracepoint.h (validate_trace_state_variable_name): Declare.
4962         * tracepoint.c (validate_trace_state_variable_name): New.
4963         (trace_variable_command): Parse the trace state variable's name
4964         without using parse_expression.  Do several validations.
4965         * mi/mi-main.c (mi_cmd_trace_define_variable): Don't parse the
4966         trace state variable's name with parse_expression.  Validate it.
4967
4968 2013-02-14  Yao Qi  <yao@codesourcery.com>
4969
4970         * infcmd.c (breakpoint_proceeded): Remove it.
4971
4972 2013-02-14  Yao Qi  <yao@codesourcery.com>
4973
4974         * tracepoint.c (end_actions_pseudocommand): Make it static.
4975         (while_stepping_pseudocommand): Likewise.
4976         * tracepoint.h (end_actions_pseudocommand): Remove the
4977         declaration.
4978         (while_stepping_pseudocommand): Likewise.
4979
4980 2013-02-14  Yao Qi  <yao@codesourcery.com>
4981
4982         * cli/cli-decode.c (help_cmd): Remove the declaration of
4983         "cmdlist".
4984         (help_all): Likewise.
4985
4986 2013-02-13  Pedro Alves  <palves@redhat.com>
4987
4988         * amd64-linux-nat.c (update_debug_registers_callback):
4989         Update comment.
4990         (amd64_linux_dr_set_control, amd64_linux_dr_set_addr): Use
4991         iterate_over_lwps.
4992         (amd64_linux_prepare_to_resume): Pass the lwp's pid to
4993         i386_debug_reg_state.
4994         (amd64_linux_new_fork): New function.
4995         (_initialize_amd64_linux_nat): Install amd64_linux_new_fork as
4996         linux_nat_new_fork hook, and i386_forget_process as
4997         linux_nat_forget_process hook.
4998         * i386-linux-nat.c (update_debug_registers_callback):
4999         Update comment.
5000         (i386_linux_dr_set_control, i386_linux_dr_set_addr): Use
5001         iterate_over_lwps.
5002         (i386_linux_prepare_to_resume): Pass the lwp's pid to
5003         i386_debug_reg_state.
5004         (i386_linux_new_fork): New function.
5005         (_initialize_i386_linux_nat): Install i386_linux_new_fork as
5006         linux_nat_new_fork hook, and i386_forget_process as
5007         linux_nat_forget_process hook.
5008         * i386-nat.c (i386_init_dregs): Delete.
5009         (i386_inferior_data, struct i386_inferior_data):
5010         Delete.
5011         (struct i386_process_info): New.
5012         (i386_process_list): New global.
5013         (i386_find_process_pid, i386_add_process, i386_process_info_get):
5014         New functions.
5015         (i386_inferior_data_get): Delete.
5016         (i386_process_info_get): New function.
5017         (i386_debug_reg_state): New parameter 'pid'.  Reimplement.
5018         (i386_forget_process): New function.
5019         (i386_cleanup_dregs): Rewrite.
5020         (i386_update_inferior_debug_regs, i386_insert_watchpoint)
5021         (i386_remove_watchpoint, i386_region_ok_for_watchpoint)
5022         (i386_stopped_data_address, i386_insert_hw_breakpoint)
5023         (i386_remove_hw_breakpoint): Adjust to pass the current process id
5024         to i386_debug_reg_state.
5025         (i386_use_watchpoints): Don't register inferior data.
5026         * i386-nat.h (i386_debug_reg_state): Add new 'pid' parameter, and
5027         adjust comment.
5028         (i386_forget_process): Declare.
5029         * linux-fork.c (delete_fork): Call linux_nat_forget_process.
5030         * linux-nat.c (linux_nat_new_fork, linux_nat_forget_process_hook):
5031         New static globals.
5032         (linux_child_follow_fork): Don't call linux_nat_new_thread here.
5033         (add_initial_lwp): New, factored out from ...
5034         (add_lwp): ... this.  Don't check the number of lwps before
5035         calling linux_nat_new_thread.
5036         (linux_nat_iterate_watchpoint_lwps): Delete.
5037         (linux_nat_attach): Use add_initial_lwp instead of add_lwp.
5038         (linux_handle_extended_wait): Call the linux_nat_new_fork hook on
5039         forks and vforks.
5040         (linux_nat_wait_1): Use add_initial_lwp instead of add_lwp for the
5041         initial lwp.
5042         (linux_nat_kill, linux_nat_mourn_inferior): Call
5043         linux_nat_forget_process.
5044         (linux_nat_set_new_fork, linux_nat_set_forget_process)
5045         (linux_nat_forget_process): New functions.
5046         * linux-nat.h (linux_nat_iterate_watchpoint_lwps_ftype): Delete
5047         type.
5048         (linux_nat_iterate_watchpoint_lwps): Delete declaration.
5049         (linux_nat_new_fork_ftype, linux_nat_forget_process_ftype): New
5050         types.
5051         (linux_nat_set_new_fork, linux_nat_set_forget_process)
5052         (linux_nat_forget_process): New declarations.
5053
5054         * amd64fbsd-nat.c (super_mourn_inferior): New global.
5055         (amd64fbsd_mourn_inferior): New function.
5056         (_initialize_amd64fbsd_nat): Override to_mourn_inferior.
5057         * windows-nat.c (windows_detach): Call i386_cleanup_dregs.
5058
5059 2013-02-13  Marcus Shawcroft  <marcus.shawcroft@arm.com>
5060
5061         * aarch64-linux-nat.c (aarch64_linux_get_debug_reg_capacity):
5062         Adding _().
5063
5064 2013-02-13  Marcus Shawcroft  <marcus.shawcroft@arm.com>
5065
5066         * aarch64-linux-nat.c (debug_reg_change_callback)
5067         (aarch64_linux_get_debug_reg_capacity): ARI fix: Replace %llx with
5068         %s and phex().
5069
5070 2013-02-13  Marcus Shawcroft  <marcus.shawcroft@arm.com>
5071
5072         * aarch64-linux-nat.c (dr_changed_t): ARI fix: Replace long long
5073         with LONGEST.
5074
5075 2013-02-13  Pedro Alves  <palves@redhat.com>
5076             Hafiz Abid Qadeer  <abidh@codesourcery.com>
5077
5078         * c-lang.c (c_op_print_tab): Add entry for UNOP_PLUS.
5079
5080 2013-02-12  Tom Tromey  <tromey@redhat.com>
5081
5082         PR symtab/11464:
5083         * c-exp.y (lex_one_token): Initialize other fields of yylval on
5084         NAME return.
5085         (classify_inner_name): Remove 'first_name' argument, add
5086         'context'.  Remove unused variable.
5087         (yylex): Explicitly maintain the context type.  Exit loop earlier
5088         if NAME result is seen.
5089
5090 2013-02-12  Pedro Alves  <palves@redhat.com>
5091
5092         * amd64-darwin-tdep.c: Add (C) after Copyright.
5093         * cli/cli-cmds.h: Ditto.
5094         * cli/cli-decode.c: Ditto.
5095         * cli/cli-decode.h: Ditto.
5096         * cli/cli-dump.c: Ditto.
5097         * cli/cli-dump.h: Ditto.
5098         * cli/cli-interp.c: Ditto.
5099         * cli/cli-logging.c: Ditto.
5100         * cli/cli-script.c: Ditto.
5101         * cli/cli-script.h: Ditto.
5102         * cli/cli-setshow.c: Ditto.
5103         * cli/cli-setshow.h: Ditto.
5104         * cli/cli-utils.c: Ditto.
5105         * cli/cli-utils.h: Ditto.
5106         * config/alpha/nm-osf3.h: Ditto.
5107         * config/djgpp/djconfig.sh: Ditto.
5108         * config/i386/nm-fbsd.h: Ditto.
5109         * config/i386/nm-i386gnu.h: Ditto.
5110         * config/nm-linux.h: Ditto.
5111         * config/nm-nto.h: Ditto.
5112         * config/rs6000/nm-rs6000.h: Ditto.
5113         * config/sparc/nm-sol2.h: Ditto.
5114         * darwin-nat-info.c: Ditto.
5115         * dfp.c: Ditto.
5116         * dfp.h: Ditto.
5117         * gdb-demangle.h: Ditto.
5118         * i386-darwin-nat.c: Ditto.
5119         * i386-darwin-tdep.c: Ditto.
5120         * linux-fork.h: Ditto.
5121         * m32c-tdep.c: Ditto.
5122         * microblaze-linux-tdep.c: Ditto.
5123         * microblaze-rom.c: Ditto.
5124         * microblaze-tdep.c: Ditto.
5125         * microblaze-tdep.h: Ditto.
5126         * mips-linux-tdep.h: Ditto.
5127         * ppc-ravenscar-thread.c: Ditto.
5128         * ppc-ravenscar-thread.h: Ditto.
5129         * prologue-value.c: Ditto.
5130         * prologue-value.h: Ditto.
5131         * ravenscar-thread.c: Ditto.
5132         * ravenscar-thread.h: Ditto.
5133         * sparc-ravenscar-thread.c: Ditto.
5134         * sparc-ravenscar-thread.h: Ditto.
5135         * tilegx-linux-tdep.c: Ditto.
5136         * unwind_stop_reasons.def: Ditto.
5137         * windows-nat.h: Ditto.
5138         * xtensa-linux-tdep.c: Ditto.
5139         * xtensa-xtregs.c: Ditto.
5140         * regformats/regdat.sh: Ditto.
5141         * regformats/regdef.h: Ditto.
5142
5143 2013-02-12  Pedro Alves  <palves@redhat.com>
5144
5145         * break-catch-sig.c: Update copyright years.
5146
5147 2013-02-11  Siva Chandra Reddy  <sivachandra@google.com>
5148
5149         Add support for a destructor for ui_out data and use it to
5150         provide a ui_out destructor.
5151         * ui-out.h: Declare the new ui_out destructor.
5152         (ui_out_impl): Add a field for data destructor in ui_out_impl.
5153         * ui-out.c (default_data_destroy): Add a default data destructor
5154         which does nothing.
5155         (default_ui_out_impl): Set the new data_destroy field to
5156         default_data_destroy
5157         (uo_data_destroy): Local function which invokes the data
5158         destructor if present.
5159         (clear_table): Local function which clears the table data of a
5160         ui_out object.
5161         (ui_out_destroy): Public function which frees a ui_out object.
5162         (ui_out_table_end): Use the new clear_table function.
5163         * cli-out.c (cli_ui_out_impl): Set the new data_destroy field to
5164         NULL.
5165         * mi/mi-out.c (mi_ui_out_impl): Set the new data_destroy field
5166         to NULL.
5167
5168 2013-02-11  Doug Evans  <dje@google.com>
5169
5170         * printcmd.c (printf_c_string,printf_wide_c_string): New functions.
5171         (printf_decfloat): New function.  Broken out from ui_printf.
5172         Remove unnecessary code to shift the entire format string down.
5173         (printf_pointer): New function.
5174         (ui_printf): Code to print C strings, wide C strings, decfloats,
5175         and pointers moved to separate functions.
5176
5177 2013-02-11  Sergio Durigan Junior  <sergiodj@redhat.com>
5178
5179         * valops.c (value_assign): Handling bitfield offset in
5180         `lval_internalvar_component' case.
5181
5182 2013-02-08  Doug Evans  <dje@google.com>
5183
5184         * common/format.c (parse_format_string): Fix whitespace.
5185
5186 2013-02-08  Matthew Gretton-Dann  <matthew.gretton-dann@linaro.org>
5187
5188         * stack.c (return_command): Work around uninitialized variable
5189         warning.
5190
5191 2013-02-08  Yufeng Zhang  <yufeng.zhang@arm.com>
5192
5193         * aarch64-linux-tdep.c (AARCH64_LINUX_SIZEOF_GREGSET): Change the
5194         number of the registers from 36 to 34.
5195
5196 2013-02-08  Marcus Shawcroft  <marcus.shawcroft@arm.com>
5197
5198         * NEWS: Mention new AArch64 native and target support.
5199
5200 2013-02-08  Marcus Shawcroft  <marcus.shawcroft@arm.com>
5201
5202         * MAINTAINERS (Write After Approval): Add myself.
5203
5204 2013-02-08  Jim MacArthur  <jim.macarthur@arm.com>
5205             Marcus Shawcroft  <marcus.shawcroft@arm.com>
5206             Nigel Stephens  <nigel.stephens@arm.com>
5207             Yufeng Zhang  <yufeng.zhang@arm.com>
5208
5209         * aarch64-linux-nat.c: New file.
5210         * config/aarch64/linux.mh: New file.
5211         * configure.host: Add AArch64.
5212         * Makefile.in (ALLDEPFILES): Add aarch64-linux-nat.c.
5213
5214 2013-02-07  Doug Evans  <dje@google.com>
5215
5216         * cli/cli-cmds.c (_initialize_cli_cmds): Clarify argument to
5217         disassemble command.
5218
5219 2013-02-07  Marcus Shawcroft  <marcus.shawcroft@arm.com>
5220
5221         * aarch64-linux-tdep.c (aarch64_linux_init_abi): Call
5222         set_gdbarch_fetch_tls_load_module_address.
5223
5224 2013-02-06  David S. Miller  <davem@davemloft.net>
5225
5226         * sparc-tdep.c (sparc32_return_value): Handle writing return value when
5227         using RETURN_VALUE_ABI_PRESERVES_ADDRESS.
5228         * value.c (struct_return_convention): New function.
5229         (using_struct_return): Implement in terms of struct_return_convention.
5230         * value.h (struct_return_convention): Declare.
5231         * stack.c (return_command): Allow successful overriding of the return
5232         value when RETURN_VALUE_ABI_PRESERVES_ADDRESS.
5233
5234 2013-02-06  Tom Tromey  <tromey@redhat.com>
5235
5236         * python/py-type.c (typy_strip_typedefs): Don't call check_typedef
5237         outside of TRY_CATCH.
5238
5239 2013-02-06  Yao Qi  <yao@codesourcery.com>
5240
5241         * mi/mi-interp.c: Include "tracepoint.h".
5242         (mi_tsv_modified): Declare.
5243         (mi_tsv_created, mi_tsv_deleted): Update declaration.
5244         (mi_interpreter_init): Call observer_attach_tsv_modified.
5245         (mi_tsv_modified): New.
5246         (mi_tsv_created, mi_tsv_deleted): Update.
5247         * tracepoint.c (trace_variable_command): Call
5248         observer_notify_tsv_modified if the initial value of tsv is
5249         changed.
5250         (delete_trace_state_variable): Call
5251         observer_notify_tsv_deleted earlier.
5252         (trace_variable_command): Caller update.
5253         (create_tsv_from_upload): Likewise.
5254         * observer.sh: Declare "struct trace_state_variable".
5255
5256         * NEWS: Mention the new MI notification "=tsv-modified".
5257
5258 2013-02-05  Doug Evans  <dje@google.com>
5259
5260         * completer.c (location_completer): Fix typo in comment.
5261
5262 2013-02-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
5263
5264         * breakpoint.c (add_location_to_breakpoint): Insert the location with
5265         ADDRESS sorted.
5266
5267 2013-02-05  Marcus Shawcroft  <marcus.shawcroft@arm.com>
5268
5269         * aarch64-tdep.c (aarch64_analyze_prologue): ARI fix:
5270         Refactor if statement to avoid trailing || operator.
5271
5272 2013-02-05  Andreas Tobler  <andreast@fgznet.ch>
5273
5274         * NEWS: Add PowerPC FreeBSD as a new native configuration.
5275
5276 2013-02-04  Andreas Tobler  <andreast@fgznet.ch>
5277
5278         * Makefile.in (ALL_TARGET_OBS): Add powerpc FreeBSD files.
5279         * configure.host: Add powerpc*-*-freebsd* target.
5280         * configure.tgt: Add target info for powerpc*-*-freebsd*.
5281         * ppcfbsd-nat.c, ppcfbsd-tdep.h, ppcfbsd-tdep.c: New files.
5282         * config/powerpc/fbsd.mh: New file.
5283
5284 2013-02-04  Sergio Durigan Junior  <sergiodj@redhat.com>
5285             Denys Vlasenko  <dvlasenk@redhat.com>
5286             Pedro Alves  <palves@redhat.com>
5287
5288         * gdbarch.sh (elfcore_write_linux_prpsinfo): New F hook.
5289         (struct elf_internal_linux_prpsinfo): Forward declare.
5290         * gdbarch.h, gdbarch.c: Regenerate.
5291         * linux-tdep.c: Include `cli/cli-utils.h'.
5292         (linux_fill_prpsinfo): New function.
5293         (linux_make_corefile_notes): Use linux_fill_prpsinfo.  If there's
5294         an elfcore_write_linux_prpsinfo hook, use it, otherwise, use
5295         elfcore_write_linux_prpsinfo32 or elfcore_write_linux_prpsinfo64
5296         depending on gdbarch pointer bitness.
5297         * ppc-linux-tdep.c: Include elf-bfd.h.
5298         (ppc_linux_init_abi): Hook in elfcore_write_ppc_linux_prpsinfo32
5299         on 32-bit.
5300
5301 2013-02-04  Jim MacArthur  <jim.macarthur@arm.com>
5302             Marcus Shawcroft  <marcus.shawcroft@arm.com>
5303             Nigel Stephens  <nigel.stephens@arm.com>
5304             Yufeng Zhang  <yufeng.zhang@arm.com>
5305
5306         * configure.tgt (aarch64*-*-linux*): Set build_gdbserver=yes.
5307
5308 2013-02-04  Jim MacArthur  <jim.macarthur@arm.com>
5309             Marcus Shawcroft  <marcus.shawcroft@arm.com>
5310             Nigel Stephens  <nigel.stephens@arm.com>
5311             Yufeng Zhang  <yufeng.zhang@arm.com>
5312
5313         * aarch64-newlib-tdep.c: New file.
5314         * configure.tgt: Add aarch64-newlib-tdep.o to gdb_target_obs of
5315         aarch64*-*-elf.
5316         * defs.h (enum gdb_osabi): Add GDB_OSABI_NEWLIB.
5317         * Makefile.in (ALL_64_TARGET_OBS): Add aarch64-newlib-tdep.o.
5318         (ALLDEPFILES): Add aarch64-newlib-tdep.c.
5319         * osabi.c (gdb_osabi_names): Add "Newlib".
5320
5321 2013-02-04  Jim MacArthur  <jim.macarthur@arm.com>
5322             Marcus Shawcroft  <marcus.shawcroft@arm.com>
5323             Nigel Stephens  <nigel.stephens@arm.com>
5324             Yufeng Zhang  <yufeng.zhang@arm.com>
5325
5326         * Makefile.in (ALL_64_TARGET_OBS): Add aarch64-linux-tdep.o.
5327         (ALLDEPFILES): Add aarch64-linux-tdep.c.
5328         * aarch64-linux-tdep.c: New file.
5329         * aarch64-linux-tdep.h: New file.
5330         * aarch64-tdep.h (gdbarch_tdep): Define gregset and fpregset.
5331         * configure.tgt: Add aarch64-none-linux-gnu.
5332
5333 2013-02-04  Jim MacArthur  <jim.macarthur@arm.com>
5334             Marcus Shawcroft  <marcus.shawcroft@arm.com>
5335             Nigel Stephens  <nigel.stephens@arm.com>
5336             Yufeng Zhang  <yufeng.zhang@arm.com>
5337
5338         * Makefile.in (ALL_64_TARGET_OBS): Add arch64-tdep.o.
5339         (HFILES_NO_SRCDIR): Add aarch64-tdep.h.
5340         (ALLDEPFILES): Add aarch64-tdep.c.
5341         * aarch64-tdep.c: New file.
5342         * aarch64-tdep.h: New file.
5343         * configure.tgt: Add AArch64.
5344         * features/Makefile (WHICH): Add aarch64 and aarch64-without-fpu.
5345         (aarch64-expedite): New definition.
5346         * features/aarch64-core.xml: New file.
5347         * features/aarch64-fpu.xml: New file.
5348         * features/aarch64-without-fpu.c: New file (generated).
5349         * features/aarch64-without-fpu.xml: New file.
5350         * features/aarch64.c: New file (generated).
5351         * features/aarch64.xml: New file.
5352         * regformats/aarch64-without-fpu.dat: New file (generated).
5353         * regformats/aarch64.dat: New file (generated).
5354
5355 2013-02-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
5356
5357         * contrib/expect-read1.c: New file.
5358         * contrib/expect-read1.sh: New file.
5359
5360 2013-02-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
5361
5362         * dwarf2read.c (file_file_name): New function with code from
5363         file_full_name.
5364         (file_full_name): Move most of the code to file_file_name.
5365         (macro_start_file): Rename variable full_name to file_name and use
5366         file_file_name for it.  Add comp_dir parameter to new_macro_table.
5367         * macrocmd.c (show_pp_source_pos): New variable fullname.  Replace any
5368         macro_source_file->filename access by macro_source_fullname call.
5369         * macroscope.c (_initialize_macroscope): Update the new_macro_table
5370         caller.
5371         * macrotab.c (struct macro_table): New field comp_dir.
5372         (macro_include): New variables link_fullname and source_fullname.
5373         Replace any macro_source_file->filename access by macro_source_fullname
5374         call.
5375         (macro_lookup_inclusion): Remove the partial filenames checking code.
5376         (check_for_redefinition): New variables source_fullname and
5377         found_key_fullname.  Replace any macro_source_file->filename access by
5378         macro_source_fullname call.
5379         (macro_undef): New variables source_fullname and key_fullname.  Replace
5380         any macro_source_file->filename access by macro_source_fullname call.
5381         (macro_lookup_definition): New variables retval and source_fullname.
5382         Replace any macro_source_file->filename access by macro_source_fullname
5383         call.
5384         (foreach_macro): New variable key_fullname.  Replace any
5385         macro_source_file->filename access by macro_source_fullname call.
5386         (foreach_macro_in_scope): New variable datum_fullname.  Replace any
5387         macro_source_file->filename access by macro_source_fullname call.
5388         (new_macro_table): Add parameter comp_dir.  Initialize T with it.
5389         (macro_source_fullname): New function.
5390         * macrotab.h (struct macro_source_file): Extent the filename field
5391         comment.
5392         (new_macro_table): New parameter comp_dir, add a comment for it.
5393         (macro_source_fullname): new declaration.
5394
5395 2013-02-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
5396
5397         * dwarf2read.c (dw2_map_symtabs_matching_filename): Move variable
5398         this_real_name to outer block.  Use it also for
5399         compare_filenames_for_search.
5400         (dw2_expand_symtabs_matching): New variable this_real_name.  Use it
5401         with dw2_get_real_path for file_matcher, considering also
5402         BASENAMES_MAY_DIFFER.
5403         (file_full_name): Prepend COMP_DIR even for relative lh->INCLUDE_DIRS.
5404
5405 2013-02-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
5406
5407         * dwarf2read.c (dw2_expand_symtabs_matching): Add basenames parameter
5408         to the file_matcher parameter.  Pass 0 to it.
5409         (dwarf2_create_include_psymtab): Copy also DIRNAME.
5410         * psymtab.c (partial_map_symtabs_matching_filename): Drop handling of
5411         NULL psymtab_to_fullname result.
5412         (psymtab_to_fullname): Remove variable r.  Never return NULL, assemble
5413         an expected filename instead.
5414         (expand_symtabs_matching_via_partial): Add basenames parameter to the
5415         file_matcher parameter.  Call also psymtab_to_fullname, after newly
5416         considering BASENAMES_MAY_DIFFER.
5417         * source.c (rewrite_source_path): Remove static.
5418         * source.h (rewrite_source_path): New declaration.
5419         * symfile.h (struct quick_symbol_functions): Add basenames parameter to
5420         the expand_symtabs_matching field.  Comment it.
5421         * symtab.c (file_matches): New function comment.  Add parameter
5422         basenames, implement it.
5423         (search_symbols_file_matches): Add basenames parameter.  Update the
5424         file_matches caller.
5425         (search_symbols): Match FILES also against symtab_to_fullname.
5426         Optimize it for BASENAMES_MAY_DIFFER.
5427
5428 2013-02-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
5429
5430         * source.c (print_source_lines_base): Print for TUI also "fullname".
5431         * tui/tui-data.c (init_content_element): Change tui_locator_element
5432         field to full_name.
5433         * tui/tui-data.h (struct tui_locator_element): Likewise.
5434         * tui/tui-disasm.c (tui_show_disassem_and_update_source): Rename
5435         tui_update_locator_filename calls to tui_update_locator_fullname.
5436         Replace symtab->filename refererence by symtab_to_fullname call.
5437         * tui/tui-out.c (tui_field_string): Check for "fullname" now.
5438         * tui/tui-source.c (tui_set_source_content): Change tui_locator_element
5439         field to full_name.  Replace symtab->filename refererence by
5440         symtab_to_fullname call.
5441         (tui_show_symtab_source): Rename parameter to fullname.  Change
5442         tui_locator_element field to full_name.
5443         * tui/tui-stack.c: Include source.h.
5444         (tui_set_locator_filename): Rename the declaration to ...
5445         (tui_set_locator_fullname): ... here.  Rename its parameter to
5446         fullname, updates its comment.
5447         (tui_set_locator_info): Rename its parameter to fullname.
5448         (tui_set_locator_filename): Rename the definition to ...
5449         (tui_set_locator_fullname): ... here.  Rename its parameter to
5450         fullname, updates its comment.  Change tui_locator_element field to
5451         full_name.
5452         (tui_set_locator_info): Rename its parameter to fullname.
5453         (tui_set_locator_info): Rename callee to tui_set_locator_fullname.
5454         (tui_update_locator_filename): Rename to ...
5455         (tui_update_locator_fullname): ... here. Rename callee to
5456         tui_set_locator_fullname.
5457         (tui_show_frame_info): Replace symtab->filename refererence by
5458         symtab_to_fullname call.
5459         * tui/tui-stack.h (tui_update_locator_filename): Rename to ...
5460         (tui_update_locator_fullname): ... here.
5461         * tui/tui-winsource.c (tui_display_main): Rename the callee to
5462         tui_update_locator_fullname.  Replace symtab->filename refererence by
5463         symtab_to_fullname call.
5464         * tui/tui.c (tui_show_source): Rename its parameter to fullname.
5465         Rename the callee to tui_update_locator_fullname.
5466         * tui/tui.h (tui_show_source): Rename its parameter to fullname.
5467
5468 2013-02-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
5469
5470         * ada-lang.c (user_select_syms): Replace symtab->filename refererences
5471         by symtab_to_filename_for_display calls.
5472         * breakpoint.c (print_breakpoint_location, resolve_sal_pc): Likewise.
5473         (clear_command): New variable sal_fullname, initialize it.  Replace
5474         compare_filenames_for_search by filename_cmp with sal_fullname.
5475         (say_where, update_static_tracepoint): Replace symtab->filename
5476         refererences by symtab_to_filename_for_display calls.
5477         * cli/cli-cmds.c (edit_command, list_command, ambiguous_line_spec):
5478         Likewise.
5479         * dwarf2read.c: Include source.h.
5480         (fixup_go_packaging): Replace symtab->filename refererences by
5481         symtab_to_filename_for_display calls.
5482         * linespec.c (add_sal_to_sals): Rename variable filename to fullname.
5483         Replace symtab->filename refererences by symtab_to_filename_for_display
5484         calls.
5485         (create_sals_line_offset, convert_linespec_to_sals): New variable
5486         fullname, initialize it, replace symtab->filename reference by the
5487         variable.
5488         * linux-fork.c: Include source.h.
5489         (info_checkpoints_command): Replace symtab->filename refererences by
5490         symtab_to_filename_for_display calls.
5491         * macroscope.c (sal_macro_scope): Replace symtab->filename refererences
5492         by symtab_to_filename_for_display calls.
5493         * mdebugread.c: Include source.h.
5494         (psymtab_to_symtab_1): Replace symtab->filename refererences by
5495         symtab_to_filename_for_display calls.
5496         * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_file)
5497         (mi_cmd_file_list_exec_source_files): Likewise.
5498         * printcmd.c: Include source.h.
5499         (build_address_symbolic): Replace symtab->filename refererences by
5500         symtab_to_filename_for_display calls.
5501         * psymtab.c (partial_map_symtabs_matching_filename)
5502         (read_psymtabs_with_fullname): Call compare_filenames_for_search also
5503         with psymtab_to_fullname.
5504         * python/py-symtab.c (stpy_str): Replace symtab->filename refererences
5505         by symtab_to_filename_for_display calls.
5506         (stpy_get_filename): New variable filename, initialize it, use instead
5507         of symtab->filename refererences.
5508         (salpy_str): Make variable filename const char *.  Replace
5509         symtab->filename refererences by symtab_to_filename_for_display calls.
5510         * skip.c: Include source.h and filenames.h.
5511         (skip_file_command): Remove const from the symtab variable.  Replace
5512         symtab->filename refererences by symtab_to_fullname call.
5513         (function_name_is_marked_for_skip): New variables searched_for_fullname
5514         and fullname.  Use them to search also with symtab's fullname.
5515         * source.c (find_source_lines): Replace symtab->filename refererences
5516         by symtab_to_filename_for_display calls.
5517         (print_source_lines_base): New variable filename, use it instead of
5518         symtab->filename.  Replace symtab->filename refererences by
5519         symtab_to_filename_for_display calls.
5520         (line_info, forward_search_command): Replace symtab->filename
5521         refererences by symtab_to_filename_for_display calls.
5522         (reverse_search_command): Replace symtab->filename refererences by
5523         symtab_to_filename_for_display calls.  New variable filename for it.
5524         * stack.c (frame_info): Likewise.
5525         * symmisc.c: Include source.h.
5526         (dump_objfile, dump_symtab_1, maintenance_print_symbols)
5527         (maintenance_info_symtabs): Replace symtab->filename refererences by
5528         symtab_to_filename_for_display calls.
5529         * symtab.c (iterate_over_some_symtabs): Call
5530         compare_filenames_for_search also with symtab_to_fullname.
5531         (lookup_symbol_aux_quick, basic_lookup_transparent_type_quick): Replace
5532         symtab->filename refererences by symtab_to_filename_for_display calls.
5533         (find_line_symtab): Replace symtab->filename refererences by
5534         symtab_to_filename_for_display calls.
5535         (file_matches): Replace filename_cmp by compare_filenames_for_search.
5536         (print_symbol_info): Make the last parameter const char *.  New
5537         variable s_filename.  Use it in the function.
5538         (symtab_symbol_info): Make the last_filename variable const char *.
5539         Replace symtab->filename refererences by symtab_to_filename_for_display
5540         calls.
5541         (rbreak_command): New variable fullname.  Use it.  Replace
5542         symtab->filename refererence by symtab_to_filename_for_display call.
5543         * tracepoint.c (set_traceframe_context, trace_find_line_command)
5544         (print_one_static_tracepoint_marker): Replace symtab->filename
5545         refererences by symtab_to_filename_for_display calls.
5546         * tui/tui-source.c (tui_set_source_content): New variables filename and
5547         s_filename.  Replace symtab->filename refererences by this variable.
5548         Replace other symtab->filename refererences by
5549         symtab_to_filename_for_display calls.
5550
5551 2013-02-03  Eldar Gaynetdinov <hal9000ed2k@gmail.com>
5552             Jan Kratochvil  <jan.kratochvil@redhat.com>
5553
5554         Add a new variable that controls a way in which filenames are
5555         displayed.
5556         * NEWS (set filename-display): New entry.
5557         * source.c (filename_display_basename, filename_display_relative)
5558         (filename_display_absolute, filename_display_kind_names)
5559         (filename_display_string, show_filename_display_string)
5560         (symtab_to_filename_for_display): New.
5561         (_initialize_source): Added initialization of 'filename-display'
5562         variable.
5563         * source.h (symtab_to_filename_for_display): Added declaration.
5564         * stack.c (print_frame): Added new variable and calling of a new
5565         function and condition with this variable. Changed third argument of
5566         calling of a function.
5567
5568 2013-02-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
5569
5570         * tui/tui-data.c (init_win_info, tui_del_window, tui_free_window):
5571         Rename field reference filename to fullname.
5572         * tui/tui-data.h (struct tui_source_info): Rename field filename to
5573         fullname.  New comment for it.
5574         * tui/tui-source.c (tui_set_source_content): Rename field reference
5575         filename to fullname.  Initialize field by symtab_to_fullname now.
5576         * tui/tui-winsource.c (tui_update_breakpoint_info): Rename field
5577         reference filename to fullname.  Use symtab_to_fullname during
5578         comparison.
5579
5580 2013-02-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
5581
5582         Code cleanup.
5583         * dwarf2read.c (dw2_expand_symtabs_with_filename): Rename to ...
5584         (dw2_expand_symtabs_with_fullname): ... here.  Rename parameter
5585         filename to fullname.  Rename variable this_name to this_fullname.
5586         Lowercase FILENAME_CMP call.
5587         (dw2_find_symbol_file): New comment for the returned string.
5588         (dwarf2_gdb_index_functions): Rename the function to
5589         dw2_expand_symtabs_with_fullname.
5590         * psymtab.c (read_psymtabs_with_filename): Rename to ...
5591         (read_psymtabs_with_fullname): ... here.  Rename parameter filename to
5592         fullname.
5593         (psym_functions): Rename the function to read_psymtabs_with_fullname.
5594         * symfile.h (struct quick_symbol_functions): Rename field
5595         expand_symtabs_with_filename to expand_symtabs_with_fullname and its
5596         parameter filename to fullname.  Document returned string meaning for
5597         find_symbol_file.
5598         * symtab.c (find_line_symtab): Rename the called function to
5599         expand_symtabs_with_fullname.
5600
5601 2013-02-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
5602
5603         Code cleanup.
5604         * breakpoint.c (clear_command): Remove variable is_abs, unify the
5605         call of filename_cmp with compare_filenames_for_search.
5606         * dwarf2read.c (dw2_map_symtabs_matching_filename): Remove variable
5607         is_abs, unify the call of FILENAME_CMP with
5608         compare_filenames_for_search.  New gdb_asserts for real_path and name.
5609         Unify the call of compare_filenames_for_search with FILENAME_CMP.
5610         * psymtab.c (partial_map_symtabs_matching_filename): Likewise.
5611         * symfile.h (struct quick_symbol_functions): Extend the comment for
5612         map_symtabs_matching_filename.
5613         * symtab.c (compare_filenames_for_search): Remove the function comment
5614         relative path requirement.  Handle absolute filenames, with a comment.
5615         (iterate_over_some_symtabs): Remove variable is_abs, unify the call of
5616         FILENAME_CMP with compare_filenames_for_search.  New gdb_asserts for
5617         real_path and name.  Unify the call of compare_filenames_for_search
5618         with FILENAME_CMP.
5619         (iterate_over_symtabs): New gdb_assert on REAL_PATH.
5620
5621 2013-02-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
5622
5623         Code cleanup.
5624         * breakpoint.c (print_breakpoint_location): Replace bp_location field
5625         source_file references by symtab field references.  Remove variables
5626         sal and fullname.
5627         (momentary_breakpoint_from_master, add_location_to_breakpoint):
5628         (clear_command, say_where): Replace bp_location field source_file
5629         references by symtab field references.
5630         (bp_location_dtor): Remove the source_file reference.
5631         (update_static_tracepoint): Replace bp_location field source_file
5632         references by symtab field references.
5633         (breakpoint_free_objfile): New function.
5634         * breakpoint.h (struct bp_location): Extend the comment for line_number.
5635         Replace the field source_file by field symtab, extend its comment.
5636         (breakpoint_free_objfile): New declaration.
5637         * objfiles.c (free_objfile): Call breakpoint_free_objfile.
5638         * tui/tui-winsource.c (tui_update_breakpoint_info): Replace bp_location
5639         field source_file references by symtab field references.
5640
5641 2013-02-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
5642
5643         Replace xfullpath calls by gdb_realpath calls.
5644         * cli/cli-cmds.c (find_and_open_script): Remove xfullpath from the
5645         function comment.
5646         * dwarf2read.c (dw2_map_expand_apply): Remove parameter full_path.
5647         Remove it from the iterate_over_some_symtabs call.
5648         (dw2_map_symtabs_matching_filename): Remove parameter full_path.
5649         Remove it from the dw2_map_expand_apply calls, remove a block handling
5650         it.
5651         * psymtab.c (partial_map_expand_apply): Remove parameter full_path.
5652         Remove it from the iterate_over_some_symtabs call.
5653         (partial_map_symtabs_matching_filename): Remove parameter full_path.
5654         Remove it from the partial_map_expand_apply calls, remove a block
5655         handling it.  Drop gdb_realpath call and cleanups from the real_path
5656         handling.
5657         * source.c (openp): Drop the comment part about xfullpath.  Replace
5658         xfullpath calls by gdb_realpath calls.
5659         (find_and_open_source): Replace xfullpath call by gdb_realpath call.
5660         * symfile.h (struct quick_symbol_functions): Remove parameter full_path
5661         from method map_symtabs_matching_filename and its comment.
5662         * symmisc.c (maintenance_print_msymbols): Replace xfullpath call by
5663         gdb_realpath call.
5664         * symtab.c (iterate_over_some_symtabs): Remove parameter full_path,
5665         remove it also from the function comment, remove a block handling it.
5666         Drop gdb_realpath call and cleanups from the real_path handling.
5667         (iterate_over_symtabs): Drop variable full_path and its use.
5668         * symtab.h (iterate_over_some_symtabs): Remove parameter full_path.
5669         * utils.c (xfullpath): Remove.
5670         * utils.h (xfullpath): Remove.
5671
5672 2013-02-01  Andreas Tobler  <andreast@fgznet.ch>
5673
5674         * Makefile.in (ALL_TARGET_OBS): Add ppc64-tdep.o.
5675         (HFILES_NO_SRCDIR): Add ppc64-tdep.h.
5676         (ALLDEPFILES): Add ppc64-tdep.c.
5677         * configure.tgt (powerpc-*-linux* | powerpc64-*-linux*): Add
5678         ppc64-tdep.o to gdb_target_obs.
5679         * ppc64-tdep.h: New file.
5680         * ppc64-tdep.c: New file.
5681         (insn_d, insn_ds, insn_xfx, ppc64_desc_entry_point): Move from
5682         ppc-linux-tdep.c to here.
5683         (PPC64_STANDARD_LINKAGE1_LEN, PPC64_STANDARD_LINKAGE2_LEN)
5684         (PPC64_STANDARD_LINKAGE2_LEN): Likewise and use ARRAY_SIZE macro.
5685         (ppc64_standard_linkage1_target, ppc64_standard_linkage2_target)
5686         (ppc64_standard_linkage3_target, ppc64_skip_trampoline_code): Move
5687         from ppc-linux-tdep.c to here.
5688         (ppc64_convert_from_func_ptr_addr): Rename from
5689         ppc64_linux_convert_from_func_ptr_addr to
5690         ppc64_convert_from_func_ptr_addr and move from ppc-linux-tdep.c to
5691         here.
5692         * rs6000-tdep.c:
5693         (read_insn): Move from ppc-linux-tdep.c to here.
5694         (insns_match_pattern, insn_d_field, insn_ds_field): Move
5695         from ppc-linux-tdep.c to here and rename them with the ppc_ prefix.
5696         * ppc-linux-tdep.c: Include ppc64-tdep.h.
5697         Removed above functions.
5698         (ppc_linux_init_abi): Adjust.
5699
5700 2013-02-01  Aleksandar Ristovski  <aristovski@qnx.com>
5701
5702         * ada-valprint.c (ada_print_floating): Remove unused 'len'.
5703
5704 2013-02-01  Aleksandar Ristovski  <aristovski@qnx.com>
5705
5706         * ada-lang.c (assign_aggregate): Remove unused 'is_array_aggregate'.
5707
5708 2013-02-01  Pedro Alves  <palves@redhat.com>
5709
5710         * dummy-frame.c (deprecated_pc_in_call_dummy): Delete function.
5711         * frame.h (deprecated_pc_in_call_dummy): Delete declaration.
5712
5713 2013-02-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
5714
5715         * elfread.c (elf_symfile_read): Limit separate debug info additions to
5716         files with no separate debug info.
5717         * objfiles.c (add_separate_debug_objfile): Add gdb_assert calls.
5718         * symfile.c (read_symbols): Call find_separate_debug_file_in_section
5719         only for files with no separate debug info.
5720
5721 2013-01-31  Tom Tromey  <tromey@redhat.com>
5722
5723         * jit.c (jit_program_space_data): Rename from jit_inferior_data;
5724         change type.
5725         (struct jit_program_space_data): Rename from jit_inferior_data.
5726         Update comments.
5727         (get_jit_program_space_data): Rename from get_jit_inferior_data.
5728         Change return type.  Attach data to program space.
5729         (jit_program_space_data_cleanup): Rename from
5730         jit_inferior_data_cleanup; change argument type.
5731         (jit_read_descriptor): Change 'inf_data' argument to 'ps_data',
5732         change type.
5733         (jit_register_code): Update.
5734         (jit_update_inferior_cache): Remove.
5735         (jit_breakpoint_deleted): Get jit data from the location's program
5736         space.
5737         (jit_breakpoint_re_set_internal): Rename 'inf_data' argument to
5738         'ps_data', change type.
5739         (jit_inferior_init, jit_breakpoint_re_set_internal)
5740         (jit_event_handler): Update.
5741         (free_objfile_data): Get data from objfile's program space.
5742         (_initialize_jit): Update.
5743
5744 2013-01-31  Tom Tromey  <tromey@redhat.com>
5745
5746         PR gdb/13987:
5747         * jit.c (struct jit_inferior_data) <cached_code_address,
5748         jit_breakpoint>: New fields.
5749         (jit_breakpoint_re_set_internal): Fix logging.  Only create
5750         breakpoint if cached address has changed.
5751         (jit_update_inferior_cache, jit_breakpoint_deleted): New
5752         functions.
5753         (_initialize_jit): Register breakpoint deleted observer.
5754
5755 2013-01-31  Aleksandar Ristovski  <aristovski@qnx.com>
5756
5757         * infrun.c (handle_syscall_event): Remove unused gdbarch.
5758         (save_infcall_suspend_state): Ifdef out unused inf.
5759         (restore_infcall_suspend_state): Ifdef out unused inf.
5760         * jit.c (jit_register_code): Remove unused i, b, inf_data.
5761         (jit_frame_sniffer): Remove unused inf_data.
5762
5763 2013-01-31  Aleksandar Ristovski  <aristovski@qnx.com>
5764
5765         * c-exp.y (classify_inner_name): Remove unused type.
5766         * c-lang.c (c_printstr): Remove unused byte_order, i, things_printed,
5767         in_quotes, need_comma, wchar_buf, output, cleanup, iter, finished,
5768         need_escape.
5769         (c_get_string): Remove unused kind.
5770         * c-typeprint.c (c_type_print_args): Remove unused i, len, args, table2.
5771
5772 2013-01-31  Aleksandar Ristovski  <aristovski@qnx.com>
5773
5774         * charset.c (intermediate_encoding): Remove unused i.
5775         * completer.c (signal_completer): Remove unused i.
5776         * continuations.c (discard_my_continuations_1): Remove unused
5777         continuation_ptr.
5778         * corelow.c (core_close): Remove unuseD name.
5779         (get_core_siginfo): Remove unused pid.
5780         * cp-namespace.c (cp_lookup_symbol_imports_or_template): Remove unused
5781         i, cps.
5782         * dwarf2loc.c (dwarf2_compile_expr_to_ax): Remove unused base_offset.
5783         (loclist_describe_location): Remove unused first.
5784         * event-top.c (command_line_handler): Remove unused got_eof.
5785         * exec.c (exec_close_1): Remove unused need_symtab_cleanup.
5786         (resize_section_table): Remove unused old_value.
5787         * gdb_bfd.c (gdb_bfd_map_section): Remove unused header.
5788         * gnu-v3-abi.c (compute_vtable_size): Remove unused addr.
5789         * i386-tdep.c (i386_process_record): Remove unused rex.
5790         * infcmd.c (get_return_value): Remove unused uiout.
5791         * jv-lang.c (type_from_class): Remove unused is_array.
5792         * jv-valprint.c (java_val_print): Remove unused i.
5793         * linux-nat.c (linux_nat_stop_lwp): Remove unused ptid.
5794         * linux-thread-db.c (thread_db_find_new_threads_2): Remove unuseD pid.
5795         * m2-typeprint.c (m2_print_type): Remove unused code.
5796         * macroexp.c (get_character_constant): Remove unused body_start.
5797         (macro_stringify): Remove unused result.
5798         * objc-lang.c (find_methods): Remove unused gdbarch.
5799         * objfiles.c (filter_overlapping_sections): Remove unused abfd1, abfd2.
5800         * regcache.c (regcache_cooked_read): Remove unused gdbarch.
5801         * stack.c (print_frame_args): Remove unused summary.
5802         * thread.c (thread_apply_command): Remove unused p.
5803         * valarith.c (value_x_unop): Remove unused mangle_ptr.
5804         * valops.c (search_struct_method): Remove unused skip.
5805         * valprint.c (generic_val_print): Remove unused byte_order.
5806         * varobj.c (varobj_update): Remove unused changed.
5807         * cli/cli-cmds.c (complete_command): Remove unused next_item.
5808         (alias_command): Remove unused c.
5809         * mi/mi-cmd-catch.c (mi_catch_load_unload): Remove unused c.
5810         * mi/mi-main.c (mi_cmd_data_write_register_values): Remove unused
5811         format.
5812         (mi_cmd_data_write_memory): Remove unused word_format.
5813         (mi_cmd_data_write_memory_bytes): Remove unused r.
5814         * python/py-gdb-readline.c (gdbpy_readline_wrapper): Remove unused
5815         p_start, p_end.
5816         * python/python.c (_initialize_python): Remove unused cmd_name, cmd.
5817         * tui/tui-disasm.c (tui_set_disassem_content): Remove unused
5818         line_width.
5819
5820 2013-01-31  Aleksandar Ristovski  <aristovski@qnx.com>
5821
5822         * dwarf2-frame.c (dwarf2_compile_cfa_to_ax): Remove unused num_regs.
5823         * symtab.c (iterate_over_symtabs): Remove unused s.
5824         (find_pc_sect_symtab): Remove unused pspAce.
5825         (find_pc_sect_line): Remove unused alt_symtab.
5826         (find_pcs_for_symtab_line): Remove unused ix, previous_function.
5827         (completion_list_add_name): Remove unused newsize.
5828
5829 2013-01-31  Tom Tromey  <tromey@redhat.com>
5830
5831         PR c++/14998:
5832         * dwarf2read.c (read_tag_ptr_to_member_type): Handle
5833         TYPE_CODE_FUNC.
5834
5835 2013-01-31  Aleksandar Ristovski  <aristovski@qnx.com>
5836
5837         * target.c (target_read_string): Remove unused origlen.
5838
5839 2013-01-31  Aleksandar Ristovski  <aristovski@qnx.com>
5840
5841         * auto-load.c (auto_load_expand_dir_vars): Remove unused dir_vec.
5842         * ax-gdb.c (gen_printf): Remove unused expr, i, bot, fr, flen, fmt.
5843         * ax-general.c (ax_print): Remove unused is_float.
5844         * blockframe.c (block_innermost_frame): Remove unused start, end.
5845         * break-catch-sig.c (catch_signal_command): Remove unused gdbarch.
5846
5847 2013-01-31  Aleksandar Ristovski  <aristovski@qnx.com>
5848
5849         * solib-svr4.c (svr4_keep_data_in_core): Remove unused lmo.
5850         (svr4_read_so_list): Remove unused lmo.
5851         * solib-target.c (solib_target_relocate_section_addresses): Remove
5852         unused flags.
5853
5854 2013-01-30  Tom Tromey  <tromey@redhat.com>
5855
5856         * hppa-tdep.c (read_unwind_info): Use SECT_OFF_TEXT, not "0".
5857
5858 2013-01-30  Tom Tromey  <tromey@redhat.com>
5859
5860         * symfile.c (get_file_crc): Use bfd_calc_gnu_debuglink_crc32.
5861         * utils.c (gnu_debuglink_crc32): Remove.
5862         * utils.h (gnu_debuglink_crc32): Don't declare.
5863
5864 2013-01-30  Tom Tromey  <tromey@redhat.com>
5865
5866         * dwarf2read.c (compute_delayed_physnames, read_call_site_scope)
5867         (read_structure_type, read_enumeration_type): Remove cast.
5868
5869 2013-01-30  Tom Tromey  <tromey@redhat.com>
5870
5871         * dwarf2read.c (read_namespace_type): Remove cast.
5872         (read_typedef): Likewise.
5873
5874 2013-01-29  Tom Tromey  <tromey@redhat.com>
5875
5876         * dwarf2read.c (free_dwo_file): Remove assert.
5877
5878 2013-01-29  Tom Tromey  <tromey@redhat.com>
5879
5880         * value.c (deprecated_set_value_modifiable): Remove.
5881         * value.h (deprecated_set_value_modifiable): Remove.
5882
5883 2013-01-28  Doug Evans  <dje@google.com>
5884
5885         * dwarf2loc.c (dwarf2_find_location_expression): Don't add base address
5886         to addresses from dwo files.
5887
5888 2013-01-25  Siva Chandra Reddy  <sivachandra@google.com>
5889
5890         * valops.c (find_overload_match): Remove unused argument 'lax'.
5891         * value.h: Remove unused argument 'lax' from the declaration of
5892         find_overload_match.
5893         * eval.c (value_subexp_standard): Do not pass a 'lax' argument
5894         to find_overload_match.
5895         * valarith.c (value_user_defined_cpp_op): Do not pass a 'lax'
5896         argument to find_overload_match.
5897
5898 2013-01-25  Tom Tromey  <tromey@redhat.com>
5899
5900         * dwarf2read.c (processing_has_namespace_info): Remove.
5901         (struct dwarf2_cu) <processing_has_namespace_info>: New field.
5902         (process_die, read_func_scope, dwarf2_start_symtab)
5903         (new_symbol_full): Update.
5904
5905 2013-01-25  Tom Tromey  <tromey@redhat.com>
5906
5907         * cp-namespace.c (cp_set_block_scope): Remove.
5908         * cp-support.h (cp_set_block_scope): Remove.
5909         * dbxread.c: Include block.h.
5910         (cp_set_block_scope): New function.
5911         (process_one_symbol): Update.
5912         * dwarf2read.c (read_func_scope): Use block_set_scope.
5913
5914 2013-01-25  Pedro Alves  <palves@redhat.com>
5915
5916         * remote.c (add_current_inferior_and_thread): Tweak comment.
5917
5918 2013-01-25  Tom Tromey  <tromey@redhat.com>
5919
5920         * cp-namespace.c (cp_scan_for_anonymous_namespaces): Update.
5921         (cp_add_using_directive): Add 'copy_names' argument.
5922         * cp-support.h (cp_add_using_directive): Update.
5923         (struct using_direct) <import_src, import_dest, alias,
5924         declaration>: Now const.
5925         * dwarf2read.c (read_import_statement): Use obconcat.
5926         Don't copy names passed to cp_add_using_directive.
5927
5928 2013-01-25  Tom Tromey  <tromey@redhat.com>
5929
5930         * c-exp.y (qualified_name): Use TYPE_SAFE_NAME.
5931
5932 2013-01-25  Pedro Alves  <palves@redhat.com>
5933
5934         * remote.c (stop_reply_extract_thread): New.
5935         (add_current_inferior_and_thread): New parameter 'wait_status'.
5936         Handle it.
5937         (remote_start_remote): Pass wait status to
5938         add_current_inferior_and_thread.
5939         (extended_remote_run): Update comment.
5940         (extended_remote_create_inferior_1): Pass wait status to
5941         add_current_inferior_and_thread.
5942
5943 2013-01-25  Andrew Burgess  <aburgess@broadcom.com>
5944             Ulrich Weigand  <uweigand@de.ibm.com>
5945
5946         * valarith.c (value_vector_widen): New function for replicating a
5947         scalar into a vector.
5948         (value_binop): Use value_vector_widen to widen scalar to vector
5949         rather than casting, this better matches gcc C behaviour.
5950         * valops.c (value_casst): Update logic for casting between vector
5951         types, and for casting from scalar to vector, try to match gcc C
5952         behaviour.
5953         * value.h (value_vector_widen): Declare.
5954         * opencl-lang.c (opencl_value_cast): New opencl specific casting
5955         function, handle special case for casting scalar to vector.
5956         (opencl_relop): Use opencl_value_cast.
5957         (evaluate_subexp_opencl): Use opencl_value_cast instead of
5958         value_cast, and handle BINOP_ASSIGN, UNOP_CAST, and UNOP_CAST_TYPE
5959         in order to use opencl_value_cast.
5960
5961 2013-01-25  Yao Qi  <yao@codesourcery.com>
5962
5963         * event-loop.c: Include "queue.h".
5964         (gdb_event_p): New typedef.
5965         (DECLARE_QUEUE_P): Use.
5966         (DEFINE_QUEUE_P): Use.
5967         (async_queue_event): Remove.
5968         (gdb_event_xfree): New.
5969         (initialize_event_loop): New.
5970         (process_event): Use QUEUE macros.
5971         (event_queue): Remove.
5972         (gdb_wait_for_event): Caller update.
5973         (check_async_event_handlers): Likewise.
5974         (poll_timers): Likewise.
5975         * event-loop.h (initialize_event_loop): Declare.
5976         * event-loop.c (gdb_event_xfree): New.
5977         * top.c (gdb_init): Call initialize_event_loop.
5978
5979 2013-01-25  Yao Qi  <yao@codesourcery.com>
5980
5981         * event-loop.c (async_queue_event): Remove one parameter
5982         'position'.  Remove code handling 'position' == TAIL.
5983         (gdb_wait_for_event): Caller update.
5984         (check_async_event_handlers): Caller update.
5985         (poll_timers): Caller update.
5986         * event-loop.h (enum queue_position): Remove.
5987
5988 2013-01-25  Maxim Kuvyrkov  <maxim@kugelworks.com>
5989
5990         * MAINTAINERS: Update my email.
5991
5992 2013-01-25  Yao Qi  <yao@codesourcery.com>
5993
5994         * main.c (print_gdb_help): Remove "--epoch" from the help
5995         message.
5996
5997 2013-01-24  Ulrich Weigand  <uweigand@de.ibm.com>
5998
5999         * symtab.c (skip_prologue_using_sal): Consider a file
6000         change the same as an increased line number
6001
6002 2013-01-24  Tiago Stürmer Daitx  <tdaitx@linux.vnet.ibm.com>
6003
6004         * MAINTAINERS (Write After Approval): Add myself to the list.
6005
6006 2013-01-24  Tom Tromey  <tromey@redhat.com>
6007
6008         * ada-lang.h (ada_decode_symbol): Make return type const.
6009         * ada-lang.c (ada_decode_symbol): Likewise.
6010
6011 2013-01-23  Doug Evans  <dje@google.com>
6012
6013         * linespec.c (find_linespec_symbols): Make static.
6014
6015 2013-01-23  Tiago Stürmer Daitx  <tdaitx@linux.vnet.ibm.com>
6016
6017         * ppc-sysv-tdep.c (ppc64_sysv_abi_return_value): Set correct
6018         type on float conversion for complex type.
6019
6020 2013-01-23  Siva Chandra Reddy  <sivachandra@google.com>
6021
6022         Add a new class gdb.Architecture which exposes GDB's
6023         internal representation of architecture via GDB Python API.
6024         * Makefile.in: Add entries corresponding to the new file
6025         python/py-arch.c.
6026         * NEWS (Python Scripting): Add entries for the new class
6027         gdb.Architecture and the new method gdb.Frame.architecture.
6028         * python/py-arch.c: Implement gdb.Architecture class.
6029         * python/py-frame.c (frapy_arch): Implement the method
6030         gdb.Frame.architecture().
6031         (frame_object_methods): Add 'architecture' to the method table.
6032         * python/python-internal.h: Add declarations of new utility
6033         functions.
6034         * python/python.c (_initialize_python): Initialize
6035         gdb.Architecture class.
6036
6037 2013-01-23  Doug Evans  <dje@google.com>
6038
6039         Work around binutils/15021.
6040         * dwarf2read.c (dwarf2_per_cu_data): Split imported_symtabs and
6041         type_unit_group out of union s.  All uses updated.
6042         (read_index_from_section): Watch for index version 8.
6043         (follow_die_sig): If using .gdb_index version <= 7, record the TU as
6044         an imported symtab.
6045         (write_psymtabs_to_index): Increment version number to 8.
6046
6047 2013-01-22  Pedro Alves  <palves@redhat.com>
6048
6049         * annotate.c (breakpoint_changed): Skip if breakpoint is not
6050         user-visible.
6051
6052 2013-01-22  Pedro Alves  <palves@redhat.com>
6053
6054         * annotate.c (annotate_breakpoints_changed): Rename to ...
6055         (annotate_breakpoints_invalid): ... this.  Make static.
6056         (breakpoint_changed): Adjust.
6057         (_initialize_annotate): Always install the observers.  Install a
6058         "breakpoint_created" observer.
6059         * annotate.h (annotate_breakpoints_changed): Delete declaration.
6060         * breakpoint.c (set_breakpoint_condition)
6061         (breakpoint_set_commands, do_map_commands_command)
6062         (init_raw_breakpoint, clear_command, set_ignore_count)
6063         (enable_breakpoint_disp): No longer call
6064         annotate_breakpoints_changed.
6065
6066 2013-01-22  Pedro Alves  <palves@redhat.com>
6067
6068         * annotate.c: Include "inferior.h".
6069         (frames_invalid_emitted)
6070         (breakpoints_invalid_emitted): New globals.
6071         (async_background_execution_p): New function.
6072         (annotate_breakpoints_changed, annotate_frames_invalid): Skip
6073         emitting the annotation if it has already been emitted.
6074         (annotate_display_prompt): New function.
6075         * annotate.h (annotate_display_prompt): New declaration.
6076         * event-top.c: Include annotate.h.
6077         (display_gdb_prompt): Call annotate_display_prompt.
6078
6079 2013-01-22  Pedro Alves  <palves@redhat.com>
6080
6081         * annotate.c (ignore_count_changed): Delete.
6082         (annotate_breakpoints_changed): Don't clear ignore_count_changed.
6083         (annotate_ignore_count_change): Delete.
6084         (annotate_stopped): Don't emit a delayed breakpoints-changed
6085         annotation.
6086         * annotate.h (annotate_ignore_count_change): Delete.
6087         * breakpoint.c (bpstat_check_breakpoint_conditions): Don't call
6088         annotate_ignore_count_change.
6089
6090 2013-01-22  Tom Tromey  <tromey@redhat.com>
6091
6092         * dwarf2loc.c (dwarf2_compile_expr_to_ax) <DW_OP_fbreg>: Only
6093         require_rvalue for a register location.
6094
6095 2013-01-21  Marc Khouzam  <marc.khouzam@ericsson.com>
6096
6097         * breakpoint.c (print_one_breakpoint_location): Add MI
6098         field 'thread-groups' when printing a breakpoint.
6099         (output_thread_groups): New function.
6100
6101 2013-01-21  Siva Chandra Reddy  <sivachandra@google.com>
6102
6103         * python/lib/gdb/commands/explore.py
6104         (CompoundExplorer.explore_expr): Correct the name of a method
6105         being invoked.
6106         (ExploreTypeCommand.invoke): Add a missing 'return'.
6107
6108 2013-01-21  Tom Tromey  <tromey@redhat.com>
6109
6110         * gdb_obstack.h (obconcat): Move declaration here, from...
6111         * symfile.h (obconcat): ... here.
6112         * gdb_obstack.c: New file.
6113         (obconcat): Move from...
6114         * symfile.c (obconcat): ... here.
6115         * Makefile.in (SFILES): Add gdb_obstack.c.
6116         (COMMON_OBS): Add gdb_obstack.o.
6117
6118 2013-01-21  Tom Tromey  <tromey@redhat.com>
6119
6120         * symfile.h (obsavestring): Don't declare.
6121         * symfile.c (obsavestring): Remove.
6122         * ada-exp.y: Use obstack_copy0, not obsavestring.
6123         * ada-lang.c: Use obstack_copy0, not obsavestring.
6124         * coffread.c: Use obstack_copy0, not obsavestring.
6125         * cp-namespace.c: Use obstack_copy0, not obsavestring.
6126         * dbxread.c: Use obstack_copy0, not obsavestring.
6127         * dwarf2read.c: Use obstack_copy0, not obsavestring.
6128         * jit.c: Use obstack_copy0, not obsavestring.
6129         * mdebugread.c: Use obstack_copy0, not obsavestring.
6130         * psymtab.c: Use obstack_copy0, not obsavestring.
6131         * stabsread.c: Use obstack_copy0, not obsavestring.
6132         * xcoffread.c: Use obstack_copy0, not obsavestring.
6133
6134 2013-01-21  Tom Tromey  <tromey@redhat.com>
6135
6136         * dwarf2read.c (fixup_go_packaging): Save package name
6137         on objfile obstack.
6138         * gdbtypes.c (init_type): Don't copy name.
6139
6140 2013-01-21  Tom Tromey  <tromey@redhat.com>
6141
6142         * dwarf2read.c (struct partial_die_info) <name, scope>: Now
6143         const.
6144         (struct attribute) <u.str>: Now const.
6145         (struct fnfieldlist) <name>: Now const.
6146         (dw2_get_file_names_reader, init_cutu_and_read_dies): Update.
6147         (partial_die_parent_scope): Make return type const.
6148         (partial_die_full_name, add_partial_symbol): Update.
6149         (dwarf2_compute_name, dwarf2_full_name, dwarf2_physname): Make
6150         'name' const.
6151         (find_file_and_directory): Make 'name' and 'comp_dir' const.
6152         (read_file_scope, read_func_scope, dwarf2_add_field)
6153         (dwarf2_add_member_fn, read_structure_type)
6154         (process_enumeration_scope, read_array_type, read_module_type)
6155         (read_base_type, read_subrange_type): Update.
6156         (dwarf2_start_symtab): Make 'name' and 'comp_dir' const.
6157         (new_symbol_full, guess_full_die_structure_name): Update.
6158         (dwarf2_canonicalize_name): Return const type.  Make 'name' const.
6159         (dwarf2_name): Return const type.
6160         (dwarf_decode_macro_bytes, dwarf_decode_macros): Make 'comp_dir'
6161         const.
6162
6163 2013-01-21  Tom Tromey  <tromey@redhat.com>
6164
6165         * gdbtypes.c (init_type): Make 'name' const.
6166         * gdbtypes.h (init_type): Update.
6167
6168 2013-01-21  Tom Tromey  <tromey@redhat.com>
6169
6170         * buildsym.c (patch_subfile_names): Use set_last_source_file.
6171         (start_symtab): Make 'name' and 'dirname' const.  Use
6172         set_last_source_file.
6173         (restart_symtab, reset_symtab_globals): Use set_last_source_file.
6174         (last_source_file): Define.  Now static.
6175         (set_last_source_file, get_last_source_file): New functions.
6176         * buildsym.h (last_source_file): Don't declare.
6177         (start_symtab): Update.
6178         (set_last_source_file, get_last_source_file): Declare.
6179         * coffread.c (complete_symtab): Use set_last_source_file.
6180         (coff_end_symtab): Likewise.
6181         (coff_symtab_read): Use set_last_source_file, get_last_source_file.
6182         * dbxread.c (read_dbx_symtab, read_ofile_symtab): Use
6183         set_last_source_file.
6184         (process_one_symbol): Use get_last_source_file.
6185         * mdebugread.c (parse_partial_symbols): Use set_last_source_file.
6186         (psymtab_to_symtab_1): Use get_last_source_file.
6187         * xcoffread.c (process_linenos): Use get_last_source_file.
6188         (complete_symtab): Use set_last_source_file.
6189         (read_xcoff_symtab): Use set_last_source_file, get_last_source_file.
6190         (scan_xcoff_symtab): Use set_last_source_file.
6191
6192 2013-01-21  Tom Tromey  <tromey@redhat.com>
6193
6194         * symtab.c (struct demangled_name_entry) <mangled>: Now const.
6195         (symbol_set_names): Remove casts.  Handle field const-ness.
6196
6197 2013-01-21  Tom Tromey  <tromey@redhat.com>
6198
6199         * dwarf2read.c (new_symbol_full): Remove cast.
6200         * symtab.c (symbol_set_demangled_name): Make 'name' const.
6201         * symtab.h (symbol_set_demangled_name): Update.
6202
6203 2013-01-21  Tom Tromey  <tromey@redhat.com>
6204
6205         * main.c (captured_main): Call bfd_init.
6206
6207 2013-01-21  Tom Tromey  <tromey@redhat.com>
6208
6209         * gnu-v2-abi.c (_initialize_gnu_v2_abi): Don't set default ABI.
6210         * gnu-v3-abi.c (_initialize_gnu_v3_abi): Set default ABI.
6211         * minsyms.c (install_minimal_symbols): Don't check for _Z symbols.
6212         * NEWS: Update.
6213
6214 2013-01-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
6215
6216         * symmisc.c (maintenance_print_msymbols): Check also ST_DEV.
6217
6218 2013-01-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
6219
6220         Fix gdb.fortran/common-block.exp crash in PIE mode.
6221         * dwarf2read.c (new_symbol_full) <DW_TAG_common_block>: Use
6222         LOC_COMMON_BLOCK.
6223         * f-valprint.c (info_common_command_for_block): Expect
6224         LOC_COMMON_BLOCK in gdb_assert.
6225         * symtab.h (struct general_symbol_info): Update comment for the
6226         common_block member.
6227         (domain_enum): Extend comment for the COMMON_BLOCK_DOMAIN member.
6228         (enum address_class): New member LOC_COMMON_BLOCK.
6229
6230 2013-01-18  David Blaikie  <dblaikie@gmail.com>
6231
6232         * MAINTAINERS (Write After Approval): Add "David Blaikie".
6233
6234 2013-01-18  Tom Tromey  <tromey@redhat.com>
6235
6236         PR c++/14999:
6237         * dwarf2loc.c (dwarf2_compile_expr_to_ax) <DW_OP_fbreg>:
6238         Call require_rvalue.
6239
6240 2013-01-18  Yao Qi  <yao@codesourcery.com>
6241
6242         * dbxread.c (dbx_psymtab_to_symtab): Delete the declaration.
6243         (dbx_read_symtab): New declaration.
6244         (dbx_psymtab_to_symtab): Delete.
6245         (dbx_read_symtab): Rename from dbx_psymtab_to_symtab.
6246         Rename parameter PST to SELF.  Exchanged two parameters.
6247         (start_psymtab): Caller update.
6248         * dwarf2read.c (dwarf2_psymtab_to_symtab): Delete the declaration.
6249         (dwarf2_read_symtab): New declaration.
6250         (dwarf2_psymtab_to_symtab): Delete.
6251         (dwarf2_read_symtab): Rename from dwarf2_psymtab_to_symtab.
6252         Rename parameter PST to SELF.  Exchanged two parameters.
6253         (create_partial_symtab): Caller update.
6254         * mdebugread.c (mdebug_psymtab_to_symtab): Delete.
6255         (mdebug_read_symtab): Rename from mdebug_psymtab_to_symtab.
6256         Rename parameter PST to SELF.  Exchanged two parameters.
6257         (parse_partial_symbols, new_psymtab): Caller update.
6258         * psympriv.h (struct partial_symtab) <read_symtab>: Exchange
6259         two parameters.
6260         * psymtab.c (psymtab_to_symtab): Caller update.
6261         * xcoffread.c (xcoff_psymtab_to_symtab): Delete.
6262         (xcoff_read_symtab): Rename from xcoff_psymtab_to_symtab.
6263         Rename parameter PST to SELF.  Exchanged two parameters.
6264         (xcoff_start_psymtab): Caller update.
6265
6266 2013-01-18  Yao Qi  <yao@codesourcery.com>
6267
6268         * infrun.c (proceed): Rename local variable 'oneproc' to
6269         'force_step'.
6270
6271 2013-01-17  Doug Evans  <dje@google.com>
6272
6273         * dwarf2read.c (dw2_build_type_unit_groups_reader): Delete.
6274         (dw2_build_type_unit_groups): Delete.  All uses updated.
6275
6276         * symtab.h (struct symbol_search): Add comment.
6277
6278 2013-01-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
6279
6280         * symtab.c (compare_filenames_for_search): New comment for
6281         HAS_DRIVE_SPEC.
6282
6283 2013-01-17  Tom Tromey  <tromey@redhat.com>
6284
6285         * cp-abi.c (cp_abi_completer): Fix typo in assignment.
6286
6287 2013-01-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
6288
6289         * symtab.c (iterate_over_some_symtabs): New variable cleanups,
6290         initialize it by existing make_cleanup.  Call new do_cleanups.
6291
6292 2013-01-17  Tom Tromey  <tromey@redhat.com>
6293
6294         * cp-abi.c (cp_abi_completer): New function.
6295         (_initialize_cp_abi): Set completer for "set cp-abi".
6296
6297 2013-01-17  Tom Tromey  <tromey@redhat.com>
6298
6299         * mem-break.c: Remove obsolete comment.
6300         * bfin-tdep.c (bfin_breakpoint_from_pc): Fix comment.
6301
6302 2012-01-17  Sanjoy Das <sanjoy@playingwithpointers.com>
6303
6304         * jit.c (jit_reader_load_command): Interpret the jit reader name
6305         as an absolute path if it begins with a forward slash.
6306
6307 2012-01-17  Sanjoy Das <sanjoy@playingwithpointers.com>
6308
6309         PR gdb/14550
6310
6311         * jit.c (finalize_symtab): Ensure that only the global block has a
6312         NULL superblock.
6313
6314 2013-01-17  Pedro Alves  <palves@redhat.com>
6315
6316         * acinclude.m4: Include ../config/plugins.m4,
6317         ../config/largefile.m4 and ../config/lead-dot.m4.  Add comments.
6318         * Makefile.in (aclocal_m4_deps): Update.
6319         * aclocal.m4: Renegerate.
6320
6321 2013-01-16  Doug Evans  <dje@google.com>
6322
6323         * contrib/cc-with-tweaks.sh: Add references to Fission docs.
6324
6325 2013-01-16  Pedro Alves  <palves@redhat.com>
6326             Tom Tromey  <tromey@redhat.com>
6327
6328         PR cli/7221:
6329         * NEWS: Add "catch signal".
6330         * breakpoint.c (base_breakpoint_ops): No longer static.
6331         (bpstat_explains_signal): New function.
6332         (init_catchpoint): No longer static.
6333         (base_breakpoint_explains_signal): New function.
6334         (base_breakpoint_ops): Initialize new field.
6335         * breakpoint.h (enum bpstat_signal_value): New.
6336         (struct breakpoint_ops) <explains_signal>: New field.
6337         (bpstat_explains_signal): Remove macro, declare as function.
6338         (base_breakpoint_ops, init_catchpoint): Declare.
6339         * break-catch-sig.c: New file.
6340         * inferior.h (signal_catch_update): Declare.
6341         * infrun.c (signal_catch): New global.
6342         (handle_syscall_event): Update for change to
6343         bpstat_explains_signal.
6344         (handle_inferior_event): Likewise.  Always handle random signals
6345         via bpstats.
6346         (signal_cache_update): Check signal_catch.
6347         (signal_catch_update): New function.
6348         (_initialize_infrun): Initialize signal_catch.
6349         * Makefile.in (SFILES): Add break-catch-sig.c.
6350         (COMMON_OBS): Add break-catch-sig.o.
6351
6352 2013-01-16  Tom Tromey  <tromey@redhat.com>
6353
6354         * breakpoint.c (print_one_catch_fork, print_one_catch_vfork)
6355         (print_one_catch_solib, print_one_catch_syscall)
6356         (print_one_catch_exec, print_one_exception_catchpoint): Emit
6357         "catch-type".
6358
6359 2013-01-16  Yao Qi  <yao@codesourcery.com>
6360
6361         * printcmd.c (current_display_number): Make it static.
6362
6363 2013-01-16  Yao Qi  <yao@codesourcery.com>
6364
6365         * infcmd.c (step_once): Don't check '!single_inst' as it was
6366         checked before.
6367
6368 2013-01-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
6369
6370         * dwarf2read.c (psymtab_include_file_name): Extend the function comment.
6371
6372 2013-01-14  Tom Tromey  <tromey@redhat.com>
6373
6374         * cli/cli-decode.c (add_setshow_string_noescape_cmd): Return the
6375         set command.
6376         * command.h (add_setshow_string_noescape_cmd): Update.
6377         * corefile.c (set_gnutarget_command): Remove trailing whitespace.
6378         (complete_set_gnutarget): New function.
6379         (_initialize_core): Set the "set gnutarget" completer.
6380
6381 2013-01-14  Tom Tromey  <tromey@redhat.com>
6382
6383         PR symtab/14442:
6384         * c-typeprint.c (cp_type_print_method_args): Handle 'restrict'.
6385         (c_type_print_modifier): Likewise.
6386         * dwarf2read.c (read_tag_restrict_type): New function.
6387         (read_type_die_1): Handle DW_TAG_restrict_type.
6388         * gdbtypes.c (make_restrict_type): New function.
6389         (recursive_dump_type): Handle TYPE_RESTRICT.
6390         * gdbtypes.h (enum type_flag_values): Renumber.
6391         (enum type_instance_flag_value): Add
6392         TYPE_INSTANCE_FLAG_RESTRICT.
6393         (TYPE_RESTRICT): New macro.
6394         (make_restrict_type): Declare.
6395
6396 2013-01-14  Tom Tromey  <tromey@redhat.com>
6397
6398         PR symtab/14931:
6399         * psymtab.c (struct psymtab_state): New.
6400         (discard_psymtabs_upto, make_cleanup_discard_psymtabs): New
6401         functions.
6402         * psympriv.h (make_cleanup_discard_psymtabs): Declare.
6403         * dwarf2read.c (dwarf2_build_psymtabs): Catch exceptions.
6404
6405 2013-01-14  Richard Sharman  <richard_sharman@mitel.com>
6406             Pedro Alves  <palves@redhat.com>
6407
6408         PR remote/14786
6409
6410         * remote.c (remote_threads_info): Make a copy of the reply from
6411         qfThreadInfo and use that instead of rs->buf.
6412
6413 2013-01-14  Yao Qi  <yao@codesourcery.com>
6414
6415         * dbxread.c (dbx_psymtab_to_symtab_1): Don't check PST is NULL.
6416         (dbx_psymtab_to_symtab): Likewise.
6417         * dwarf2read.c (dwarf2_psymtab_to_symtab): Likewise.
6418         * mdebugread.c (mdebug_psymtab_to_symtab): Likewise.
6419         * xcoffread.c (xcoff_psymtab_to_symtab_1): Likewise.
6420
6421 2013-01-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
6422
6423         * parse.c (parse_exp_in_context): New variable inner_chain.  Call
6424         make_cleanup_restore_current_language.  Call set_language.  Move
6425         OLD_CHAIN and INNER_CHAIN cleanups.
6426         * utils.c (do_restore_current_language)
6427         (make_cleanup_restore_current_language): New functions.
6428         * utils.h (make_cleanup_restore_current_language): New declaration.
6429
6430 2013-01-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
6431
6432         * source.c (symtab_to_fullname): Apply rewrite_source_path also for
6433         non-existing files.
6434
6435         * source.c (symtab_to_fullname): Do not prepend DIRNAME for
6436         non-existing files if FILENAME is already absolute.
6437
6438 2013-01-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
6439
6440         * macrocmd.c (macro_inform_no_debuginfo): Use puts_filtered instead of
6441         fputs_filtered.  Append trailing newline.
6442
6443 2013-01-11  Yao Qi  <yao@codesourcery.com>
6444             Stan Shebs  <stan@codesourcery.com>
6445
6446         * psymtab.c (init_psymbol_list): Clarify the comment.
6447
6448 2013-01-11  Yao Qi  <yao@codesourcery.com>
6449
6450         * breakpoint.c (print_one_breakpoint_location): Remove dead code.
6451         (update_dprintf_command_list): Assert that 'printf_line' is
6452         non-null.  Remove condition check.
6453
6454 2013-01-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
6455
6456         Code cleanup.
6457         * psymtab.c (psymtab_to_fullname, psymtab_to_fullname): Make the return
6458         type const char *.
6459         * tui/tui-source.c (tui_source_is_displayed): Make the parameter fname
6460         const char *.
6461         * tui/tui-source.h (tui_source_is_displayed): Likewise.
6462
6463 2013-01-09  Anthony Green  <green@moxielogic.com>
6464
6465         * cp-abi.c (cplus_print_vtable): Don't return value from void
6466         function.
6467         * ada-lang.c (re_set_catch_assert): Ditto.
6468
6469 2013-01-09  Doug Evans  <dje@google.com>
6470
6471         * symfile.h (quick_symbol_functions): Delete member
6472         pre_expand_symtabs_matching.  All uses removed.
6473         * dwarf2read.c (dw2_lookup_symbol): Implement.
6474         (dw2_do_expand_symtabs_matching): Delete.
6475         (dw2_pre_expand_symtabs_matching): Delete.
6476         (struct dw2_symtab_iterator): New type.
6477         (dw2_symtab_iter_init, dw2_symtab_iter_next): New functions.
6478         (dw2_expand_symtabs_for_function): Rewrite.
6479         (dwarf2_gdb_index_functions): Update.
6480         * psymtab.c (pre_expand_symtabs_matching_psymtabs): Delete.
6481         (psym_functions): Update.
6482
6483 2013-01-09  Tom Tromey  <tromey@redhat.com>
6484
6485         * config/pa/hpux.mh (NATDEPFILES): Remove somread.o.
6486         * configure: Rebuild.
6487         * configure.ac: Add somread.o to the build if BFD has SOM
6488         support.
6489         * somread.c: Include som/aout.h, not syms.h.
6490         (som_symtab_read): Use som_external_symbol_dictionary_record.
6491         Unpack records manually.
6492         (_initialize_somread): Declare.
6493
6494 2012-01-08  Mike Frysinger  <vapier@gentoo.org>
6495
6496         * common/linux-ptrace.c (linux_ptrace_test_ret_to_nx) [__x86_64__]:
6497         Cast return_address to 64bits.
6498
6499 2013-01-08  Hui Zhu  <hui_zhu@mentor.com>
6500
6501         * printcmd.c: Remove define of function output_command.
6502         * tracepoint.c: Remove extern of function output_command.
6503         * valprint.h: (output_command): New extern.
6504
6505 2013-01-07  Tom Tromey  <tromey@redhat.com>
6506
6507         * objc-lang.c (objc_emit_char, objc_printchar, objc_printstr):
6508         Remove.
6509         (objc_language_defn): Use c_printchar, c_printstr,
6510         c_emit_char.
6511
6512 2013-01-07  Tom Tromey  <tromey@redhat.com>
6513
6514         PR cli/7719:
6515         * NEWS: Update.
6516         * ada-valprint.c (printstr, print_field_values): Remove
6517         "inspect_it" code.
6518         * cp-valprint.c (cp_print_value_fields): Remove "inspect_it"
6519         code.
6520         * jv-valprint.c (java_print_value_fields): Remove "inspect_it"
6521         code.
6522         * m2-lang.c (m2_printstr): Remove "inspect_it" code.
6523         * main.c (captured_main): Remove "epoch" argument.
6524         * objc-lang.c (objc_printstr): Remove "inspect_it" code.
6525         * p-lang.c (pascal_printstr): Remove "inspect_it" code.
6526         * p-valprint.c (pascal_object_print_value_fields): Remove
6527         "inspect_it" code.
6528         * printcmd.c (print_command_1): Remove 'inspect' argument.
6529         (print_command, call_command): Update.
6530         (inspect_command): Remove.
6531         (_initialize_printcmd): Make "inspect" an alias for "print".
6532         * top.c (epoch_interface): Remove.
6533         * top.h (epoch_interface): Remove.
6534         * valprint.c (user_print_options): Update.
6535         (print_converted_chars_to_obstack): Remove "inspect_it" code.
6536         * valprint.h (struct value_print_options) <inspect_it>: Remove
6537         field.
6538
6539 2013-01-04  Tom Tromey  <tromey@redhat.com>
6540
6541         * valprint.h (read_string): Add 'extern'.
6542
6543 2013-01-07  Joel Brobecker  <brobecker@adacore.com>
6544
6545         * darwin-nat.c: Fix typo in TASK_DYLD_INFO_COUNT macro test
6546         used to decide whether to define darwin_read_dyld_info or not.
6547
6548 2013-01-03  Pierre Muller  <muller@sourceware.org>
6549
6550         * main.c (relocate_gdb_directory): Avoid calling stat function
6551         if DIR is empty.
6552
6553 2013-01-03  Yao Qi  <yao@codesourcery.com>
6554
6555         * psymtab.c (fixup_psymbol_section): Update declaration.
6556         (fixup_psymbol_section): Remove code returning value.
6557
6558 2013-01-03  Yao Qi  <yao@codesourcery.com>
6559
6560         * symtab.h: Remove some out of date comments.
6561          (enum exception_event_kind): Move it ...
6562         * breakpoint.c: ... here.
6563
6564 2013-01-02  Iain Sandoe  <developer@sandoe-acoustics.co.uk>
6565
6566         PR gdb/14405
6567         * darwin-nat.c (darwin_read_dyld_info): Only build if
6568         TASK_DYLD_INFO_COUNT is defined.
6569         (darwin_xfer_partial): Call darwin_read_dyld_info only if
6570         TASK_DYLD_INFO_COUNT is defined.
6571
6572 2013-01-02  Tom Tromey  <tromey@redhat.com>
6573
6574         * symfile.h (struct ecoff_debug_hack): Remove.
6575         * objfiles.c: Don't include mdebugread.h.
6576
6577 2013-01-02  Tom Tromey  <tromey@redhat.com>
6578
6579         * config/i386/darwin.mh (NATDEPFILES): Remove machoread.o.
6580         * configure.ac: Check for Mach-O support in BFD.  Update
6581         CONFIG_OBS.
6582         * configure: Rebuild.
6583
6584 2013-01-02  Tom Tromey  <tromey@redhat.com>
6585
6586         * acinclude.m4 (GDB_AC_CHECK_BFD): New macro.
6587         * configure.ac: Use GDB_AC_CHECK_BFD.
6588         * configure: Rebuild.
6589
6590 2013-01-01  Maxim Kuvyrkov  <maxim.kuvyrkov@gmail.com>
6591
6592         * MAINTAINERS: Update my email.
6593
6594 2013-01-01  Joel Brobecker  <brobecker@adacore.com>
6595
6596         * cli/cli-script.h (make_cleanup_free_command_lines): Make extern.
6597
6598 2013-01-01  Joel Brobecker  <brobecker@adacore.com>
6599
6600         * rs6000-nat.c (bss_data_overlap): New function.
6601         (vmap_symtab): Use it to adjust the .bss section's offset.
6602
6603 2013-01-01  Joel Brobecker  <brobecker@adacore.com>
6604
6605         Update year range in copyright notice of all files.
6606
6607 2013-01-01, 13  Joel Brobecker  <brobecker@adacore.com>
6608
6609         * top.c (print_gdb_version): Update copyright year.
6610
6611 For older changes see ChangeLog-2012.
6612 \f
6613 Local Variables:
6614 mode: change-log
6615 left-margin: 8
6616 fill-column: 74
6617 version-control: never
6618 coding: utf-8
6619 End: