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