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