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