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