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