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