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