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