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