Fix offsets to access fpregset_t in sparc64-linux targets.
[deliverable/binutils-gdb.git] / gdb / ChangeLog
1 2014-02-14 Jose E. Marchesi <jose.marchesi@oracle.com>
2
3 * sparc64-linux-nat.c (_initialize_sparc64_linux_nat): Register
4 the proper offsets to access fpregset_t.
5
6 2014-02-13 Sanimir Agovic <sanimir.agovic@intel.com>
7
8 * cris-tdep.c (cris_supply_gregset): Remove zerobuf.
9 (_initialize_cris_tdep): Remove cris_set_cmdlist, cris_show_cmdlist.
10 * h8300-tdep.c (setmachinelist): Remove global.
11 * hppa-tdep.c (hppa_sigtramp): Remove global.
12 * mipsnbsd-tdep.c (sigtramp_retcode_mipsel, sigtramp_retcode_mipseb
13 RETCODE_NWORDS, RETCODE_SIZE): Wrap code with #if 0.
14 * ravenscar-thread.c (update_target_observer): Remove global.
15 * rs6000-tdep.c (rs6000_gdbarch_init): Remove segment_regs.
16
17 2014-02-12 Tom Tromey <tromey@redhat.com>
18
19 * common/rsp-low.c: Update comments.
20 * common/rsp-low.h: Update comments.
21
22 2014-02-12 Tom Tromey <tromey@redhat.com>
23
24 * common/rsp-low.c (convert_ascii_to_int): Remove.
25 * common/rsp-low.h (convert_ascii_to_int): Don't declare.
26
27 2014-02-12 Tom Tromey <tromey@redhat.com>
28
29 * common/rsp-low.h (unhexify): Don't declare.
30 * common/rsp-low.c (unhexify): Remove.
31
32 2014-02-12 Tom Tromey <tromey@redhat.com>
33
34 * common/rsp-low.h (convert_int_to_ascii): Don't declare.
35 * common/rsp-low.c (convert_int_to_ascii): Remove.
36
37 2014-02-12 Tom Tromey <tromey@redhat.com>
38
39 * common/rsp-low.h (hexify): Don't declare.
40 * common/rsp-low.c (hexify): Remove.
41
42 2014-02-12 Tom Tromey <tromey@redhat.com>
43
44 * common/rsp-low.c (hexify): Never take strlen of argument.
45
46 2014-02-12 Tom Tromey <tromey@redhat.com>
47
48 * common/rsp-low.c (bin2hex): Never take strlen of argument.
49 * remote.c (extended_remote_run, remote_rcmd)
50 (remote_download_trace_state_variable, remote_save_trace_data)
51 (remote_set_trace_notes): Update.
52 * tracepoint.c (encode_source_string, tfile_write_status)
53 (tfile_write_uploaded_tsv): Update.
54
55 2014-02-12 Tom Tromey <tromey@redhat.com>
56
57 * tracepoint.c: Include rsp-low.h.
58 * remote.h (hex2bin, bin2hex, unpack_varlen_hex): Don't declare.
59 * remote.c: Include rsp-low.h.
60 (hexchars, ishex, unpack_varlen_hex, pack_nibble, pack_hex_byte)
61 (fromhex, hex2bin, tohex, bin2hex, remote_escape_output)
62 (remote_unescape_input): Move to common/rsp-low.c.
63 * common/rsp-low.h: New file.
64 * common/rsp-low.c: New file.
65 * Makefile.in (SFILES): Add common/rsp-low.c.
66 (HFILES_NO_SRCDIR): Add common/rsp-low.h.
67 (COMMON_OBS): Add rsp-low.o.
68 (rsp-low.o): New target.
69
70 2014-02-12 Tom Tromey <tromey@redhat.com>
71
72 * utils.h: Include print-utils.h.
73 (host_address_to_string, plongest, pulongest, phex, phex_nz)
74 (int_string, core_addr_to_string, core_addr_to_string_nz)
75 (hex_string, hex_string_custom): Don't declare.
76 * utils.c (NUMCELLS, CELLSIZE, get_cell, decimal2str, pulongest)
77 (plongest, thirty_two, phex, phex_nz, octal2str, hex_string)
78 (hex_string_custom, int_string, core_addr_to_string)
79 (core_addr_to_string_nz, host_address_to_string): Move to
80 common/print-utils.c.
81 * common/print-utils.h: New file.
82 * common/print-utils.c: New file
83 * Makefile.in (SFILES): Add common/print-utils.c.
84 (HFILES_NO_SRCDIR): Add common/print-utils.h.
85 (COMMON_OBS): Add print-utils.o.
86 (print-utils.o): New target.
87
88 2014-02-12 Tom Tromey <tromey@redhat.com>
89
90 * nios2-tdep.c (nios2_stub_frame_base_address): Remove.
91
92 2014-02-12 Mark Kettenis <kettenis@gnu.org>
93
94 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Call obsd_init_abi.
95
96 2014-02-12 Mark Kettenis <kettenis@gnu.org>
97
98 * inf-ptrace.c (inf_ptrace_xfer_partial): Return TARGET_XFER_EOF
99 if a PT_IO ptrace request returns sucessfully but indicates that 0
100 bytes were transferred.
101
102 2014-02-12 Pedro Alves <palves@redhat.com>
103 Kevin Buettner <kevinb@redhat.com>
104
105 * gnu-v3-abi.c (build_gdb_vtable_type): Return a type marked with
106 TYPE_INSTANCE_FLAG_CODE_SPACE.
107
108 2014-02-12 Pedro Alves <palves@redhat.com>
109
110 * h8300-tdep.c (pseudo_from_raw_register)
111 (raw_from_pseudo_register): New functions.
112 (h8300_pseudo_register_read, h8300_pseudo_register_write): Use
113 them.
114
115 2014-02-12 Pedro Alves <palves@redhat.com>
116
117 * h8300-tdep.c (h8300_register_sim_regno): New function.
118 (h8300_gdbarch_init): Install h8300_register_sim_regno as
119 gdbarch_register_sim_regno hook.
120
121 2014-02-12 Sanimir Agovic <sanimir.agovic@intel.com>
122
123 * nios2-tdep.c (nios2_stub_frame_base): Remove global.
124
125 2014-02-12 Sanimir Agovic <sanimir.agovic@intel.com>
126
127 * tic6x-tdep.c (tic6x_gdbarch_init): Call frame_base_set_default.
128
129 2014-02-12 Mark Kettenis <kettenis@gnu.org>
130
131 * obsd-tdep.h (obsd_init_abi): New prototype.
132 * obsd-tdep.c: Define enum with OpenBSD signal numbers.
133 (obsd_gdb_signal_from_target, obsd_gdb_signal_to_target)
134 (obsd_init_abi): New functions.
135 * i386obsd-tdep.c: Include "obsd-tdep.h".
136 (i386obsd_init_abi): Call obsd_init_abi.
137 * amd64obsd-tdep.c: Include "obsd-tdep.h".
138 (amd64obsd_init_abi): Call obsd_init_abi.
139 * configure.tgt (i[34567]86-*-openbsd*, x86_64-*-openbsd*): Add
140 obsd-tdep.c to gdb_target_obs.
141
142 2014-02-11 Jose E. Marchesi <jose.marchesi@oracle.com>
143
144 * sparc64-tdep.c (sparc64_store_arguments): Do not align complex
145 double float arguments to 16-byte in the argument slots.
146
147 2014-02-11 Doug Evans <xdje42@gmail.com>
148
149 * configure.ac: Don't crash if pkg-config is not found and guile
150 wasn't explicitly requested. Use AC_MSG_ERROR instead of AC_ERROR
151 in guile checks.
152 * configure: Regenerate.
153
154 2014-02-11 Yao Qi <yao@codesourcery.com>
155
156 * aix-thread.c (aix_thread_xfer_partial): Update comments.
157 * auxv.c (procfs_xfer_auxv, memory_xfer_auxv): Likewise.
158 * bsd-uthread.c (bsd_uthread_xfer_partial): Likewise.
159 * gnu-nat.c (gnu_xfer_memory): Likewise.
160 * inf-ptrace.c (inf_ptrace_xfer_partial): Likewise.
161 * rs6000-nat.c (rs6000_xfer_partial): Likewise.
162 * sparc-nat.c (sparc_xfer_wcookie): Likewise.
163 * spu-linux-nat.c (spu_proc_xfer_spu): Likewise.
164
165 2014-02-11 Yao Qi <yao@codesourcery.com>
166
167 * target.h (enum target_xfer_error): Rename to ...
168 (enum target_xfer_status): ... it. New. All users updated.
169 (enum target_xfer_status) <TARGET_XFER_OK>, <TARGET_XFER_EOF>:
170 New.
171 (TARGET_XFER_STATUS_ERROR_P): New macro.
172 (target_xfer_error_to_string): Remove declaration.
173 (target_xfer_status_to_string): Declare.
174 (target_xfer_partial_ftype): Adjust it.
175 (struct target_ops) <to_xfer_partial>: Return
176 target_xfer_status. Add argument xfered_len. Update
177 comments.
178 * target.c (target_xfer_error_to_string): Rename to ...
179 (target_xfer_status_to_string): ... it. New. All callers
180 updated.
181 (target_read_live_memory): Likewise. Call target_xfer_partial
182 instead of target_read.
183 (memory_xfer_live_readonly_partial): Return
184 target_xfer_status. Add argument xfered_len.
185 (raw_memory_xfer_partial): Likewise.
186 (memory_xfer_partial_1): Likewise.
187 (memory_xfer_partial): Likewise.
188 (target_xfer_partial): Likewise. Check *XFERED_LEN is set
189 properly. Update debug message.
190 (default_xfer_partial, current_xfer_partial): Likewise.
191 (target_write_partial): Likewise.
192 (target_read_partial): Likewise. All callers updated.
193 (read_whatever_is_readable): Likewise.
194 (target_write_with_progress): Likewise.
195 (target_read_alloc_1): Likewise.
196
197 * aix-thread.c (aix_thread_xfer_partial): Likewise.
198 * auxv.c (procfs_xfer_auxv): Likewise.
199 (ld_so_xfer_auxv, memory_xfer_auxv): Likewise.
200 * bfd-target.c (target_bfd_xfer_partial): Likewise.
201 * bsd-kvm.c (bsd_kvm_xfer_partial): Likewise.
202 * bsd-uthread.c (bsd_uthread_xfer_partia): Likewise.
203 * corefile.c (read_memory): Adjust.
204 * corelow.c (core_xfer_partial): Likewise.
205 * ctf.c (ctf_xfer_partial): Likewise.
206 * darwin-nat.c (darwin_read_dyld_info): Likewise. All callers
207 updated.
208 (darwin_xfer_partial): Likewise.
209 * exec.c (section_table_xfer_memory_partial): Likewise. All
210 callers updated.
211 (exec_xfer_partial): Likewise.
212 * exec.h (section_table_xfer_memory_partial): Update
213 declaration.
214 * gnu-nat.c (gnu_xfer_memory): Likewise. Assert 'res' is not
215 negative.
216 (gnu_xfer_partial): Likewise.
217 * ia64-hpux-nat.c (ia64_hpux_xfer_memory_no_bs): Likewise.
218 (ia64_hpux_xfer_memory, ia64_hpux_xfer_uregs): Likewise.
219 (ia64_hpux_xfer_solib_got): Likewise.
220 * inf-ptrace.c (inf_ptrace_xfer_partial): Likewise. Change
221 type of 'partial_len' to ULONGEST.
222 * inf-ttrace.c (inf_ttrace_xfer_partial): Likewise.
223 * linux-nat.c (linux_xfer_siginfo ): Likewise.
224 (linux_nat_xfer_partial): Likewise.
225 (linux_proc_xfer_partial, linux_xfer_partial): Likewise.
226 (linux_proc_xfer_spu, linux_nat_xfer_osdata): Likewise.
227 * monitor.c (monitor_xfer_memory): Likewise.
228 (monitor_xfer_partial): Likewise.
229 * procfs.c (procfs_xfer_partial): Likewise.
230 * record-btrace.c (record_btrace_xfer_partial): Likewise.
231 * record-full.c (record_full_xfer_partial): Likewise.
232 (record_full_core_xfer_partial): Likewise.
233 * remote-sim.c (gdbsim_xfer_memory): Likewise.
234 (gdbsim_xfer_partial): Likewise.
235 * remote.c (remote_write_bytes_aux): Likewise. All callers
236 updated.
237 (remote_write_bytes, remote_read_bytes): Likewise. All
238 callers updated.
239 (remote_flash_erase): Likewise. All callers updated.
240 (remote_write_qxfer): Likewise. All callers updated.
241 (remote_read_qxfer): Likewise. All callers updated.
242 (remote_xfer_partial): Likewise.
243 * rs6000-nat.c (rs6000_xfer_partial): Likewise.
244 (rs6000_xfer_shared_libraries): Likewise.
245 * sol-thread.c (sol_thread_xfer_partial): Likewise.
246 (sol_thread_xfer_partial): Likewise.
247 * sparc-nat.c (sparc_xfer_wcookie): Likewise.
248 (sparc_xfer_partial): Likewise.
249 * spu-linux-nat.c (spu_proc_xfer_spu): Likewise. All callers
250 updated.
251 (spu_xfer_partial): Likewise.
252 * spu-multiarch.c (spu_xfer_partial): Likewise.
253 * tracepoint.c (tfile_xfer_partial): Likewise.
254 * windows-nat.c (windows_xfer_memory): Likewise.
255 (windows_xfer_shared_libraries): Likewise.
256 (windows_xfer_partial): Likewise.
257 * valprint.c: Replace 'target_xfer_error' with
258 'target_xfer_status' in comments.
259
260 2014-02-11 Simon Marchi <simon.marchi@ericsson.com> (tiny patch)
261
262 Checked in by Joel Brobecker <brobecker@adacore.com>.
263 * mi/mi-main.c (mi_cmd_data_write_memory_bytes): Fix comment.
264
265 2014-02-11 Joel Brobecker <brobecker@adacore.com>
266
267 * symfile-debug.c (debug_qf_expand_symtabs_matching): Reformat
268 function parameters.
269
270 2014-02-10 Will Newton <will.newton@linaro.org>
271
272 * elfread.c (elf_rel_plt_read): Look for a .got section if
273 looking up .got.plt fails.
274 (elf_gnu_ifunc_resolve_by_got): Call gdbarch_addr_bits_remove
275 on address passed to elf_gnu_ifunc_record_cache.
276 (elf_gnu_ifunc_resolve_addr): Likewise.
277 (elf_gnu_ifunc_resolver_return_stop): Likewise.
278
279 2014-02-10 Jose E. Marchesi <jose.marchesi@oracle.com>
280
281 * sparc-tdep.c (sparc_in_function_epilogue_p): New function.
282 (X_RETTURN): New macro.
283 * sparc-tdep.h: sparc_in_function_epilogue_p prototype.
284
285 * sparc64-tdep.c (sparc64_init_abi): Hook
286 sparc_in_function_epilogue_p.
287
288 2014-02-10 Gary Benson <gbenson@redhat.com>
289
290 * symfile-debug.c (debug_qf_expand_symtabs_matching):
291 Rename name_matcher to symbol_matcher.
292
293 2014-02-10 Gary Benson <gbenson@redhat.com>
294
295 * symfile-debug.c (debug_qf_expand_symtabs_matching):
296 Use expand_symtabs_file_matcher_ftype and
297 expand_symtabs_symbol_matcher_ftype.
298
299 2014-02-10 Joel Brobecker <brobecker@adacore.com>
300
301 * ada-lang.c (struct cache_entry, HASH_SIZE): Move definition up.
302 (struct ada_symbol_cache): New.
303 (ada_free_symbol_cache): Forward declare.
304 (struct ada_pspace_data): New.
305 (ada_pspace_data_handle): New static global.
306 (get_ada_pspace_data, ada_pspace_data_cleanup)
307 (ada_init_symbol_cache, ada_free_symbol_cache): New functions.
308 (cache_space, cache): Delete, now folded inside struct
309 ada_pspace_data.
310 (ada_get_symbol_cache): New function.
311 (ada_clear_symbol_cache, find_entry, cache_symbol): Adjust
312 implementation.
313 (_initialize_ada_language): Remove initialization of cache_space.
314 Move call to observer_attach_inferior_exit up, grouping it
315 with the other observer registrations inside this function.
316 Rename command to be more general. Add call to
317 register_program_space_data_with_cleanup.
318
319 2014-02-10 Joel Brobecker <brobecker@adacore.com>
320
321 * ada-tasks.c (ada_tasks_new_objfile_observer): Renames
322 ada_new_objfile_observer.
323 (ada_tasks_normal_stop_observer): Renames ada_normal_stop_observer.
324 (_initialize_tasks): Update uses of ada_new_objfile_observer
325 and ada_tasks_normal_stop_observer.
326
327 2014-02-10 Joel Brobecker <brobecker@adacore.com>
328
329 * ada-lang.c (ada_evaluate_subexp): Set the type of the value
330 returned by the 'Length attribute to integer.
331
332 2014-02-10 Joel Brobecker <brobecker@adacore.com>
333
334 * ada-lang.c (_initialize_ada_language): Initialize
335 cache_space obstack.
336
337 2014-02-10 Joel Brobecker <brobecker@adacore.com>
338
339 * ada-lang.c (HASH_SIZE): New macro.
340 (struct cache_entry): New type.
341 (cache_space, cache): New static globals.
342 (ada_clear_symbol_cache, find_entry): New functions.
343 (lookup_cached_symbol, cache_symbol): Implement.
344 (ada_new_objfile_observer, ada_free_objfile_observer): New.
345 (_initialize_ada_language): Attach ada_new_objfile_observer
346 and ada_free_objfile_observer.
347
348 2014-02-10 Joel Brobecker <brobecker@adacore.com>
349
350 * ada-lang.c (ada_add_block_symbols, add_defn_to_vec)
351 (lookup_cached_symbol, ada_add_local_symbols): Add "const" to
352 struct block * parameter.
353 (ada_lookup_symbol_list_worker): Constify local variable "block".
354 Remove cast which is no longer necessary.
355
356 2014-02-10 Doug Evans <xdje42@gmail.com>
357
358 Add Guile as an extension language.
359 * NEWS: Mention Guile scripting.
360 * Makefile.in (SUBDIR_GUILE_OBS): New variable.
361 (SUBDIR_GUILE_SRCS, SUBDIR_GUILE_DEPS): New variables
362 (SUBDIR_GUILE_LDFLAGS, SUBDIR_GUILE_CFLAGS): New variables.
363 (INTERNAL_CPPFLAGS): Add GUILE_CPPFLAGS.
364 (CLIBS): Add GUILE_LIBS.
365 (install-guile): New rule.
366 (guile.o): New rule.
367 (scm-arch.o, scm-auto-load.o, scm-block.o): New rules.
368 (scm-breakpoint.o, scm-disasm.o, scm-exception.o): New rules.
369 (scm-frame.o, scm-iterator.o, scm-lazy-string.o): New rules.
370 (scm-math.o, scm-objfile.o, scm-ports.o): New rules.
371 (scm-pretty-print.o, scm-safe-call.o, scm-gsmob.o): New rules.
372 (scm-string.o, scm-symbol.o, scm-symtab.o): New rules.
373 (scm-type.o, scm-utils.o, scm-value.o): New rules.
374 * configure.ac: New option --with-guile.
375 * configure: Regenerate.
376 * config.in: Regenerate.
377 * auto-load.c: Remove #include "python/python.h". Add #include
378 "gdb/section-scripts.h".
379 (source_section_scripts): Handle Guile scripts.
380 (_initialize_auto_load): Add name of Guile objfile script to
381 scripts-directory help text.
382 * breakpoint.c (condition_command): Tweak comment to include Scheme.
383 * breakpoint.h (gdbscm_breakpoint_object): Add forward decl.
384 (struct breakpoint): New member scm_bp_object.
385 * defs.h (enum command_control_type): New value guile_control.
386 * cli/cli-cmds.c: Remove #include "python/python.h". Add #include
387 "extension.h".
388 (show_user): Update comment.
389 (_initialize_cli_cmds): Update help text for "show user". Update help
390 text for max-user-call-depth.
391 * cli/cli-script.c: Remove #include "python/python.h". Add #include
392 "extension.h".
393 (multi_line_command_p): Add guile_control.
394 (print_command_lines): Handle guile_control.
395 (execute_control_command, recurse_read_control_structure): Ditto.
396 (process_next_line): Recognize "guile" commands.
397 * disasm.c (gdb_disassemble_info): Make non-static.
398 * disasm.h: #include "dis-asm.h".
399 (struct gdbarch): Add forward decl.
400 (gdb_disassemble_info): Declare.
401 * extension.c: #include "guile/guile.h".
402 (extension_languages): Add guile.
403 (get_ext_lang_defn): Handle EXT_LANG_GDB.
404 * extension.h (enum extension_language): New value EXT_LANG_GUILE.
405 * gdbtypes.c (get_unsigned_type_max): New function.
406 (get_signed_type_minmax): New function.
407 * gdbtypes.h (get_unsigned_type_max): Declare.
408 (get_signed_type_minmax): Declare.
409 * guile/README: New file.
410 * guile/guile-internal.h: New file.
411 * guile/guile.c: New file.
412 * guile/guile.h: New file.
413 * guile/scm-arch.c: New file.
414 * guile/scm-auto-load.c: New file.
415 * guile/scm-block.c: New file.
416 * guile/scm-breakpoint.c: New file.
417 * guile/scm-disasm.c: New file.
418 * guile/scm-exception.c: New file.
419 * guile/scm-frame.c: New file.
420 * guile/scm-gsmob.c: New file.
421 * guile/scm-iterator.c: New file.
422 * guile/scm-lazy-string.c: New file.
423 * guile/scm-math.c: New file.
424 * guile/scm-objfile.c: New file.
425 * guile/scm-ports.c: New file.
426 * guile/scm-pretty-print.c: New file.
427 * guile/scm-safe-call.c: New file.
428 * guile/scm-string.c: New file.
429 * guile/scm-symbol.c: New file.
430 * guile/scm-symtab.c: New file.
431 * guile/scm-type.c: New file.
432 * guile/scm-utils.c: New file.
433 * guile/scm-value.c: New file.
434 * guile/lib/gdb.scm: New file.
435 * guile/lib/gdb/boot.scm: New file.
436 * guile/lib/gdb/experimental.scm: New file.
437 * guile/lib/gdb/init.scm: New file.
438 * guile/lib/gdb/iterator.scm: New file.
439 * guile/lib/gdb/printing.scm: New file.
440 * guile/lib/gdb/types.scm: New file.
441 * data-directory/Makefile.in (GUILE_SRCDIR): New variable.
442 (VPATH): Add $(GUILE_SRCDIR).
443 (GUILE_DIR): New variable.
444 (GUILE_INSTALL_DIR, GUILE_FILES): New variables.
445 (all): Add stamp-guile dependency.
446 (stamp-guile): New rule.
447 (clean-guile, install-guile, uninstall-guile): New rules.
448 (install-only): Add install-guile dependency.
449 (uninstall): Add uninstall-guile dependency.
450 (clean): Add clean-guile dependency.
451
452 2014-02-09 Doug Evans <xdje42@gmail.com>
453
454 Revert this patch (which I approved, mea culpa).
455
456 2014-02-08 Mark Kettenis <kettenis@gnu.org>
457
458 * Makefile.in (all-lib): Remove.
459 ($(LIBGNU) $(GNULIB_H)): Replace with gits of remove all-lib target.
460
461 2014-02-09 Jan Kratochvil <jan.kratochvil@redhat.com>
462
463 Fix Python stack corruption.
464 * python/py-linetable.c (ltpy_get_pcs_for_line, ltpy_has_line): Use
465 gdb_py_longest.
466
467 2014-02-08 Mark Kettenis <kettenis@gnu.org>
468
469 * Makefile.in (all-lib): Remove.
470 ($(LIBGNU) $(GNULIB_H)): Replace with gits of remove all-lib target.
471
472 2014-02-07 Doug Evans <dje@google.com>
473
474 * extension-priv.h (extension_language_script_ops): Add comment.
475 (extension_language_ops): Add comment.
476 (active_ext_lang_state): Fix typo in comment.
477
478 2014-02-07 Pedro Alves <palves@redhat.com>
479
480 * infrun.c (handle_signal_stop) <signal arrives while stepping
481 over a breakpoint>: Switch back to the stepping thread.
482
483 2014-02-07 Yao Qi <yao@codesourcery.com>
484
485 * target.c (target_xfer_partial): Return zero if LEN is zero.
486
487 2014-02-07 Yao Qi <yao@codesourcery.com>
488
489 * auxv.c (procfs_xfer_auxv): Replace -1 with TARGET_XFER_E_IO.
490 (ld_so_xfer_auxv): Likewise.
491 * bfd-target.c (target_bfd_xfer_partial): Likewise.
492 * bsd-kvm.c (bsd_kvm_xfer_partial): Likewise.
493 * corelow.c (core_xfer_partial): Likewise.
494 * ctf.c (ctf_xfer_partial): Likewise.
495 * darwin-nat.c (darwin_read_dyld_info): Likewise.
496 (darwin_xfer_partial): Likewise.
497 * exec.c (exec_xfer_partial): Likewise.
498 * gnu-nat.c (gnu_xfer_partial): Likewise.
499 * ia64-hpux-nat.c (ia64_hpux_xfer_uregs): Likewise.
500 * inf-ptrace.c (inf_ptrace_xfer_partial): Likewise.
501 * inf-ttrace.c (inf_ttrace_xfer_partial): Likewise.
502 * linux-nat.c (linux_xfer_siginfo): Likewise.
503 (linux_proc_xfer_spu): Likewise.
504 * procfs.c (procfs_xfer_partial): Likewise.
505 * record-full.c (record_full_xfer_partial): Likewise.
506 (record_full_core_xfer_partial): Likewise.
507 * remote-sim.c (gdbsim_xfer_partial): Likewise.
508 * remote.c (remote_write_qxfer): Likewise.
509 (remote_write_qxfer, remote_read_qxfer): Likewise.
510 (remote_xfer_partial): Likewise.
511 * rs6000-nat.c (rs6000_xfer_partial): Likewise.
512 (rs6000_xfer_shared_libraries): Likewise.
513 * sparc-nat.c (sparc_xfer_wcookie): Likewise.
514 * spu-linux-nat.c (spu_proc_xfer_spu): Likewise.
515 (spu_xfer_partial): Likewise.
516 * target.c (memory_xfer_partial_1): Likewise.
517 * tracepoint.c (tfile_xfer_partial): Likewise.
518 * windows-nat.c (windows_xfer_shared_libraries): Likewise.
519 (windows_xfer_partial): Likewise.
520
521 2014-02-07 Yao Qi <yao@codesourcery.com>
522
523 * gdbarch.sh (core_xfer_shared_libraries): Returns ULONGEST. Add
524 comments.
525 (core_xfer_shared_libraries_aix): Likewise.
526 * gdbarch.c, gdbarch.h: Regenerated.
527 * i386-cygwin-tdep.c (windows_core_xfer_shared_libraries): Return
528 ULONGEST. Change 'len_avail' type to ULONGEST.
529 * rs6000-aix-tdep.c (rs6000_aix_ld_info_to_xml): Likewise.
530 * rs6000-aix-tdep.h (rs6000_aix_ld_info_to_xml): Update
531 declaration.
532 (rs6000_aix_core_xfer_shared_libraries_aix): Return ULONGEST.
533
534 2014-02-07 Yao Qi <yao@codesourcery.com>
535
536 * corefile.c (memory_error): Get 'exception' from ERR and pass
537 'exception' to throw_error.
538
539 2014-02-06 Doug Evans <xdje42@gmail.com>
540
541 * configure.ac (libpython checking): Remove all but python.o from
542 CONFIG_OBS. Remove all but python.c from CONFIG_SRCS.
543 * configure: Regenerate.
544
545 * Makefile.in (SFILES): Add extension.c.
546 (HFILES_NO_SRCDIR): Add extension.h, extension-priv.h
547 (COMMON_OBS): Add extension.o.
548 * extension.h: New file.
549 * extension-priv.h: New file.
550 * extension.c: New file.
551
552 * python/python-internal.h: #include "extension.h".
553 (gdbpy_auto_load_enabled): Declare.
554 (gdbpy_apply_val_pretty_printer): Declare.
555 (gdbpy_apply_frame_filter): Declare.
556 (gdbpy_preserve_values): Declare.
557 (gdbpy_breakpoint_cond_says_stop): Declare.
558 (gdbpy_breakpoint_has_cond): Declare.
559 (void source_python_script_for_objfile): Delete.
560 * python/python.c: #include "extension-priv.h".
561 Delete inclusion of "observer.h".
562 (extension_language_python): Moved here and renamed from
563 script_language_python in py-auto-load.c.
564 Redefined to be of type extension_language_defn.
565 (python_extension_script_ops): New global.
566 (python_extension_ops): New global.
567 (struct python_env): New member previous_active.
568 (restore_python_env): Call restore_active_ext_lang.
569 (ensure_python_env): Call set_active_ext_lang.
570 (gdbpy_clear_quit_flag): Renamed from clear_quit_flag, made static.
571 New arg extlang.
572 (gdbpy_set_quit_flag): Renamed from set_quit_flag, made static.
573 New arg extlang.
574 (gdbpy_check_quit_flag): Renamed from check_quit_flag, made static.
575 New arg extlang.
576 (gdbpy_eval_from_control_command): Renamed from
577 eval_python_from_control_command, made static. New arg extlang.
578 (gdbpy_source_script) Renamed from source_python_script, made static.
579 New arg extlang.
580 (gdbpy_before_prompt_hook): Renamed from before_prompt_hook. Change
581 result to int. New arg extlang.
582 (gdbpy_source_objfile_script): Renamed from
583 source_python_script_for_objfile, made static. New arg extlang.
584 (gdbpy_start_type_printers): Renamed from start_type_printers, made
585 static. New args extlang, extlang_printers. Change result type to
586 "void".
587 (gdbpy_apply_type_printers): Renamed from apply_type_printers, made
588 static. New arg extlang. Rename arg printers to extlang_printers
589 and change type to ext_lang_type_printers *.
590 (gdbpy_free_type_printers): Renamed from free_type_printers, made
591 static. Replace argument arg with extlang, extlang_printers.
592 (!HAVE_PYTHON, eval_python_from_control_command): Delete.
593 (!HAVE_PYTHON, source_python_script): Delete.
594 (!HAVE_PYTHON, gdbpy_should_stop): Delete.
595 (!HAVE_PYTHON, gdbpy_breakpoint_has_py_cond): Delete.
596 (!HAVE_PYTHON, start_type_printers): Delete.
597 (!HAVE_PYTHON, apply_type_printers): Delete.
598 (!HAVE_PYTHON, free_type_printers): Delete.
599 (_initialize_python): Delete call to observer_attach_before_prompt.
600 (finalize_python): Set/restore active extension language.
601 (gdbpy_finish_initialization) Renamed from
602 finish_python_initialization, made static. New arg extlang.
603 (gdbpy_initialized): New function.
604 * python/python.h: #include "extension.h". Delete #include
605 "value.h", "mi/mi-cmds.h".
606 (extension_language_python): Declare.
607 (GDBPY_AUTO_FILE_NAME): Delete.
608 (enum py_bt_status): Moved to extension.h and renamed to
609 ext_lang_bt_status.
610 (enum frame_filter_flags): Moved to extension.h.
611 (enum py_frame_args): Moved to extension.h and renamed to
612 ext_lang_frame_args.
613 (finish_python_initialization): Delete.
614 (eval_python_from_control_command): Delete.
615 (source_python_script): Delete.
616 (apply_val_pretty_printer): Delete.
617 (apply_frame_filter): Delete.
618 (preserve_python_values): Delete.
619 (gdbpy_script_language_defn): Delete.
620 (gdbpy_should_stop, gdbpy_breakpoint_has_py_cond): Delete.
621 (start_type_printers, apply_type_printers, free_type_printers): Delete.
622
623 * auto-load.c: #include "extension.h".
624 (GDB_AUTO_FILE_NAME): Delete.
625 (auto_load_gdb_scripts_enabled): Make public. New arg extlang.
626 (script_language_gdb): Delete, moved to extension.c and renamed to
627 extension_language_gdb.
628 (source_gdb_script_for_objfile): Delete.
629 (auto_load_pspace_info): New member unsupported_script_warning_printed.
630 (loaded_script): Change type of language member to
631 struct extension_language_defn *.
632 (init_loaded_scripts_info): Initialize
633 unsupported_script_warning_printed.
634 (maybe_add_script): Make static. Change type of language arg to
635 struct extension_language_defn *.
636 (clear_section_scripts): Reset unsupported_script_warning_printed.
637 (auto_load_objfile_script_1): Rewrite to use extension language API.
638 (auto_load_objfile_script): Make public. Remove support-compiled-in
639 and auto-load-enabled checks, moved to auto_load_scripts_for_objfile.
640 (source_section_scripts): Rewrite to use extension language API.
641 (load_auto_scripts_for_objfile): Rewrite to use
642 auto_load_scripts_for_objfile.
643 (collect_matching_scripts_data): Change type of language member to
644 struct extension_language_defn *.
645 (auto_load_info_scripts): Change type of language arg to
646 struct extension_language_defn *.
647 (unsupported_script_warning_print): New function.
648 (script_not_found_warning_print): Make static.
649 (_initialize_auto_load): Rewrite construction of scripts-directory
650 help.
651 * auto-load.h (struct objfile): Add forward decl.
652 (struct script_language): Delete.
653 (struct auto_load_pspace_info): Add forward decl.
654 (struct extension_language_defn): Add forward decl.
655 (maybe_add_script): Delete.
656 (auto_load_objfile_script): Declare.
657 (script_not_found_warning_print): Delete.
658 (auto_load_info_scripts): Update prototype.
659 (auto_load_gdb_scripts_enabled): Declare.
660 * python/py-auto-load.c (gdbpy_auto_load_enabled): Renamed from
661 auto_load_python_scripts_enabled and made public.
662 (script_language_python): Delete, moved to python.c.
663 (gdbpy_script_language_defn): Delete.
664 (info_auto_load_python_scripts): Update to use
665 extension_language_python.
666
667 * breakpoint.c (condition_command): Replace call to
668 gdbpy_breakpoint_has_py_cond with call to get_breakpoint_cond_ext_lang.
669 (bpstat_check_breakpoint_conditions): Replace call to gdbpy_should_stop
670 with call to breakpoint_ext_lang_cond_says_stop.
671 * python/py-breakpoint.c (gdbpy_breakpoint_cond_says_stop): Renamed
672 from gdbpy_should_stop. Change result type to enum scr_bp_stop.
673 New arg slang. Return SCR_BP_STOP_UNSET if py_bp_object is NULL.
674 (gdbpy_breakpoint_has_cond): Renamed from gdbpy_breakpoint_has_py_cond.
675 New arg slang.
676 (local_setattro): Print name of extension language with existing
677 stop condition.
678
679 * valprint.c (val_print, value_print): Update to call
680 apply_ext_lang_val_pretty_printer.
681 * cp-valprint.c (cp_print_value): Update call to
682 apply_ext_lang_val_pretty_printer.
683 * python/py-prettyprint.c: Remove #ifdef HAVE_PYTHON.
684 (gdbpy_apply_val_pretty_printer): Renamed from
685 apply_val_pretty_printer. New arg extlang.
686 (!HAVE_PYTHON, apply_val_pretty_printer): Delete.
687
688 * cli/cli-cmds.c (source_script_from_stream): Rewrite to use
689 extension language API.
690 * cli/cli-script.c (execute_control_command): Update to call
691 eval_ext_lang_from_control_command.
692
693 * mi/mi-cmd-stack.c (mi_cmd_stack_list_frames): Update to use
694 enum ext_lang_bt_status values. Update call to
695 apply_ext_lang_frame_filter.
696 (mi_cmd_stack_list_locals): Ditto.
697 (mi_cmd_stack_list_args): Ditto.
698 (mi_cmd_stack_list_variables): Ditto.
699 * mi/mi-main.c: Delete #include "python/python-internal.h".
700 Add #include "extension.h".
701 (mi_cmd_list_features): Replace reference to python internal variable
702 gdb_python_initialized with call to ext_lang_initialized_p.
703
704 * stack.c (backtrace_command_1): Update to use enum ext_lang_bt_status.
705 Update to use enum ext_lang_frame_args. Update to call
706 apply_ext_lang_frame_filter.
707 * python/py-framefilter.c (extract_sym): Update to use enum
708 ext_lang_bt_status.
709 (extract_value, py_print_type, py_print_value): Ditto.
710 (py_print_single_arg, enumerate_args, enumerate_locals): Ditto.
711 (py_mi_print_variables, py_print_locals, py_print_args): Ditto.
712 (py_print_frame): Ditto.
713 (gdbpy_apply_frame_filter): Renamed from apply_frame_filter.
714 New arg extlang. Update to use enum ext_lang_bt_status.
715
716 * top.c (gdb_init): Delete #ifdef HAVE_PYTHON call to
717 finish_python_initialization. Replace with call to
718 finish_ext_lang_initialization.
719
720 * typeprint.c (do_free_global_table): Update to call
721 free_ext_lang_type_printers.
722 (create_global_typedef_table): Update to call
723 start_ext_lang_type_printers.
724 (find_global_typedef): Update to call apply_ext_lang_type_printers.
725 * typeprint.h (struct ext_lang_type_printers): Add forward decl.
726 (type_print_options): Change type of global_printers from "void *"
727 to "struct ext_lang_type_printers *".
728
729 * value.c (preserve_values): Update to call preserve_ext_lang_values.
730 * python/py-value.c: Remove #ifdef HAVE_PYTHON.
731 (gdbpy_preserve_values): Renamed from preserve_python_values.
732 New arg extlang.
733 (!HAVE_PYTHON, preserve_python_values): Delete.
734
735 * utils.c (quit_flag): Delete, moved to extension.c.
736 (clear_quit_flag, set_quit_flag, check_quit_flag): Delete, moved to
737 extension.c.
738
739 * eval.c: Delete #include "python/python.h".
740 * main.c: Delete #include "python/python.h".
741
742 * defs.h: Update comment.
743
744 2014-02-06 Joel Brobecker <brobecker@adacore.com>
745
746 GDB 7.7 released.
747
748 2014-02-05 Mark Kettenis <kettenis@gnu.org>
749
750 * c-exp.y (YYPRINT, c_print_token): Only define if YYBISON is
751 defined.
752
753 2014-02-05 Yao Qi <yao@codesourcery.com>
754
755 * remote.c (remote_pass_signals): Remove local 'buf' and use
756 rs->buf.
757 (remote_program_signals): Likewise.
758
759 2014-02-05 Yao Qi <yao@codesourcery.com>
760
761 * ctf.c: Include "inferior.h" and "gdbthread.h".
762 (CTF_PID): A new macro.
763 (ctf_open): Call inferior_appeared and add_thread_silent.
764 (ctf_close): Call exit_inferior_silent and set inferior_ptid.
765 (ctf_thread_alive): New function.
766 (init_ctf_ops): Install ctf_thread_alive to to_thread_alive.
767
768 2014-02-05 Yao Qi <yao@codesourcery.com>
769
770 Revert this patch:
771
772 2013-05-24 Yao Qi <yao@codesourcery.com>
773
774 * tracepoint.c (TFILE_PID): Remove.
775 (tfile_open): Don't add thread and inferior.
776 (tfile_close): Don't set 'inferior_ptid'. Don't call
777 exit_inferior_silent.
778 (tfile_thread_alive): Remove.
779 (init_tfile_ops): Don't set field 'to_thread_alive' of
780 tfile_ops.
781
782 2014-02-04 Christian Eggers <ceggers@gmx.de> (tiny change)
783
784 * remote.c (remote_start_remote): Call remote_check_symbols even
785 if only symbol-file (not file) has been given.
786
787 2014-02-04 Ulrich Weigand  <uweigand@de.ibm.com>
788
789 * gdbarch.sh (skip_entrypoint): New callback.
790 * gdbarch.c, gdbarch.h: Regenerate.
791 * symtab.c (skip_prologue_sal): Call gdbarch_skip_entrypoint.
792 * infrun.c (fill_in_stop_func): Likewise.
793 * ppc-linux-tdep.c: Include "elf/ppc64.h".
794 (ppc_elfv2_elf_make_msymbol_special): New function.
795 (ppc_elfv2_skip_entrypoint): Likewise.
796 (ppc_linux_init_abi): Install them for ELFv2.
797
798 2014-02-04 Ulrich Weigand  <uweigand@de.ibm.com>
799
800 * ppc-sysv-tdep.c (ppc64_aggregate_candidate): New routine.
801 (ppc64_elfv2_abi_homogeneous_aggregate): Likewise.
802 (ppc64_sysv_abi_push_param): Handle ELFv2 homogeneous structs.
803 (ppc64_sysv_abi_return_value): Likewise. Also, handle small
804 structures returned in GPRs.
805
806 2014-02-04 Ulrich Weigand  <uweigand@de.ibm.com>
807
808 * ppc-sysv-tdep.c (ppc64_sysv_abi_push_dummy_call): Use correct
809 offset to the stack parameter list for the ELFv2 ABI.
810
811 2014-02-04 Ulrich Weigand  <uweigand@de.ibm.com>
812
813 * ppc-linux-tdep.c (ppc_linux_init_abi): Only call
814 set_gdbarch_convert_from_func_ptr_addr and
815 set_gdbarch_elf_make_msymbol_special for ELFv1.
816 * ppc-sysv-tdep.c (ppc64_sysv_abi_push_param): Only handle
817 function descriptors on ELFv1.
818 (ppc64_sysv_abi_push_dummy_call): Likewise. On ELFv2,
819 set up r12 at function entry.
820
821 2014-02-04 Ulrich Weigand  <uweigand@de.ibm.com>
822
823 * ppc-tdep.h (enum powerpc_elf_abi): New data type.
824 (struct gdbarch_tdep): New member elf_abi.
825
826 * rs6000-tdep.c: Include "elf/ppc64.h".
827 (rs6000_gdbarch_init): Detect ELF ABI version.
828
829 2014-02-04 Ulrich Weigand  <uweigand@de.ibm.com>
830
831 * ppc-sysv-tdep.c (ppc64_sysv_abi_push_freg): Use correct order
832 within a register pair holding a DFP 128-bit value on little-endian.
833 (ppc64_sysv_abi_return_value_base): Likewise.
834 * rs6000-tdep.c (dfp_pseudo_register_read): Likewise.
835 (dfp_pseudo_register_write): Likewise.
836
837 2014-02-04 Ulrich Weigand  <uweigand@de.ibm.com>
838
839 * ppc-sysv-tdep.c (ppc64_sysv_abi_push_freg): Use correct
840 offset on little-endian when passing _Decimal32.
841 (ppc64_sysv_abi_return_value_base): Likewise for return values.
842
843 2014-02-04 Ulrich Weigand  <uweigand@de.ibm.com>
844
845 * rs6000-tdep.c (efpr_pseudo_register_read): Use correct offset
846 of the overlapped FP register within the VSX register on little-
847 endian platforms.
848 (efpr_pseudo_register_write): Likewise.
849
850 2014-02-04 Ulrich Weigand  <uweigand@de.ibm.com>
851
852 * ppc-sysv-tdep.c (ppc64_sysv_abi_push_val): Use correct
853 offset on little-endian when passing small structures.
854
855 2014-02-04 Ulrich Weigand  <uweigand@de.ibm.com>
856
857 * ppc-sysv-tdep.c (get_decimal_float_return_value): Update comment.
858 (struct ppc64_sysv_argpos): New data structure.
859 (ppc64_sysv_abi_push_float): Remove.
860 (ppc64_sysv_abi_push_val): New function.
861 (ppc64_sysv_abi_push_integer): Likewise.
862 (ppc64_sysv_abi_push_freg): Likewise.
863 (ppc64_sysv_abi_push_vreg): Likewise.
864 (ppc64_sysv_abi_push_param): Likewise.
865 (ppc64_sysv_abi_push_dummy_call): Refactor to use those new routines.
866 (ppc64_sysv_abi_return_value_base): New function.
867 (ppc64_sysv_abi_return_value): Refactor to use it.
868
869 2014-02-04 Ulrich Weigand  <uweigand@de.ibm.com>
870
871 * NEWS: Document new target powerpc64le-*-linux*.
872
873 2014-02-04 Mark Kettenis <kettenis@gnu.org>
874
875 * sparc64obsd-tdep.c (sparc64obsd_gregset): New variable.
876 (sparc64obsd_supply_gregset): Handle registers sets used in ELF
877 core dumps.
878 (sparc64obsd_init_abi): Adjust minimum size of the general purpose
879 register set used in ELF core dumps. Add floating-point register set.
880
881 2014-02-03 Kevin Buettner <kevinb@redhat.com>
882
883 * mn10300-tdep.c (mn10300_dwarf2_reg_to_regnum): Rewrite
884 dwarf2_to_gdb[] table using symbolic constants. Adjust
885 penultimate entry from number representing the PC register
886 to symbolic constant representing the MDR register. Add
887 constant for the PC register to the end of the table.
888
889 2014-02-03 Mark Kettenis <kettenis@gnu.org>
890
891 * bsd-kvm.c: Include <sys/param.h>
892
893 2014-02-03 Mark Kettenis <kettenis@gnu.org>
894
895 * sparc64nbsd-nat.c (sparc64nbsd_supply_fpregset): Fix prototype.
896
897 2014-01-31 Joel Brobecker <brobecker@adacore.com>
898
899 * ada-lang.h (clear_ada_sym_cache): Delete.
900
901 2014-01-30 Ulrich Weigand  <uweigand@de.ibm.com>
902
903 * auxv.c (fprint_target_auxv): Handle AT_HWCAP2.
904
905 2014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
906
907 * sparc64-linux-tdep.c (sparc64_linux_step_trap): Get PC from
908 the sigreturn register save area only if the syscall is
909 sigreturn.
910
911 2014-01-29 Joel Brobecker <brobecker@adacore.com>
912
913 * valops.c (value_slice): Minor reformatting.
914
915 2014-01-28 Ulrich Weigand  <uweigand@de.ibm.com>
916
917 * ppc64-tdep.c (ppc64_standard_linkage7): Fix typo.
918
919 2014-01-28 Joel Brobecker <brobecker@adacore.com>
920
921 * ada-lang.c (maint_set_ada_cmdlist, maint_show_ada_cmdlist):
922 New static globals.
923 (maint_set_ada_cmd, maint_show_ada_cmd): New functions.
924 (ada_ignore_descriptive_types_p): New static global.
925 (find_parallel_type_by_descriptive_type): Return immediately
926 if ada_ignore_descriptive_types_p is set.
927 (_initialize_ada_language): Register new commands "maintenance
928 set ada", "maintenance show ada", "maintenance set ada
929 ignore-descriptive-types" and "maintenance show ada
930 ignore-descriptive-types".
931 * NEWS: Add entry for new "maint ada set/show
932 ignore-descriptive-types" commands.
933
934 2014-01-27 Markus Metzger <markus.t.metzger@intel.com>
935
936 * record-btrace.c (record_btrace_close): Call btrace_teardown
937 for all threads.
938
939 2014-01-27 Joel Brobecker <brobecker@adacore.com>
940
941 * ada-lang.c: Remove "#ifdef UI_OUT" condition for including
942 "ui-out.h".
943
944 2014-01-27 Joel Brobecker <brobecker@adacore.com>
945
946 * ada-typeprint (type_is_full_subrange_of_target_type):
947 New function.
948 (print_range): Add parameter bounds_prefered_p. If not set,
949 try printing range types using the name of their base type.
950 (print_range_type): Add parameter bounds_prefered_p.
951 Use it in call to print_range.
952 (print_array_type, ada_print_type): Update calls to print_range
953 and print_range_type.
954
955 2014-01-27 Joel Brobecker <brobecker@adacore.com>
956
957 * ada-typeprint.c (print_array_type, print_choices, print_range)
958 (print_range_bound, print_dynamic_range_bound, print_range_type):
959 Remove declaration.
960
961 2014-01-27 Joel Brobecker <brobecker@adacore.com>
962
963 * ada-typeprint.c (print_range): Add missing empty line
964 after local declaration.
965
966 2014-01-27 Joel Brobecker <brobecker@adacore.com>
967
968 * ada-valprint.c (print_optional_low_bound): Get index_type's
969 target type for as long as it is a TYPE_CODE_RANGE.
970
971 2014-01-27 Joel Brobecker <brobecker@adacore.com>
972
973 * procfs.c (procfs_make_note_section): Remove assertion and
974 associated comment.
975
976 2014-01-24 Yao Qi <yao@codesourcery.com>
977
978 * remote.c (remote_read_bytes): Change type of len to ULONGEST.
979 * corelow.c (get_core_siginfo): Likewise.
980
981 2014-01-24 Yao Qi <yao@codesourcery.com>
982
983 * remote.c (remote_write_bytes_aux): Change type of 'len' to
984 ULONGEST. Don't check 'len' is negative.
985 (remote_write_bytes): Change type of 'len' to ULONGEST.
986
987 2014-01-23 Tom Tromey <tromey@redhat.com>
988
989 PR python/16485:
990 * python/lib/gdb/FrameDecorator.py: (FrameVars.fetch_frame_args):
991 Handle exception from frame.block.
992 (FrameVars.fetch_frame_locals): Likewise.
993
994 2014-01-23 Tom Tromey <tromey@redhat.com>
995
996 PR python/16487:
997 * python/py-framefilter.c (py_print_frame): Don't call Py_DECREF
998 on a NULL pointer. Move "goto error" to correct place.
999
1000 2014-01-23 Tom Tromey <tromey@redhat.com>
1001
1002 PR python/16491:
1003 * python/py-framefilter.c (apply_frame_filter): Call
1004 ensure_python_env after computing gdbarch.
1005
1006 2014-01-23 Yao Qi <yao@codesourcery.com>
1007
1008 * target.c (raw_memory_xfer_partial): Change argument type
1009 from void * to gdb_byte *.
1010 (memory_xfer_partial_1, memory_xfer_partial): Likewise.
1011
1012 2014-01-22 Doug Evans <dje@google.com>
1013
1014 New gdbserver option --debug-format=timestamp.
1015 * NEWS: Mention it.
1016
1017 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
1018
1019 * syscalls/s390x-linux.xml: New file.
1020 * syscalls/s390-linux.xml: New file.
1021 * s390-linux-tdep.c (XML_SYSCALL_FILENAME_S390): New macro.
1022 (XML_SYSCALL_FILENAME_S390X): Likewise.
1023 (op_svc): New enum value for SVC opcode.
1024 (s390_sigtramp_frame_sniffer): Replace literal by 'op_svc'.
1025 (s390_linux_get_syscall_number): New function.
1026 (s390_gdbarch_init): Register '*get_syscall_number' and the
1027 syscall xml file name.
1028 * data-directory/Makefile.in (SYSCALLS_FILES): Add
1029 "s390-linux.xml" and "s390x-linux.xml".
1030 * NEWS: Announce new feature.
1031
1032 2014-01-22 Baruch Siach <baruch@tkos.co.il>
1033
1034 * xtensa-tdep.h (xtensa_elf_greg_t): Change type to uint32_t.
1035
1036 2014-01-22 Pedro Alves <palves@redhat.com>
1037
1038 * xtensa-config.c: Include defs.h.
1039
1040 2014-01-22 Joel Brobecker <brobecker@adacore.com>
1041
1042 * common/common-utils.h: Add "ARI:" comment beside __func__
1043 reference.
1044
1045 2014-01-22 Joel Brobecker <brobecker@adacore.com>
1046
1047 * common/common-utils.h (FUNCTION_NAME): Expand the macro's
1048 documentation a bit.
1049
1050 2014-01-21 Roland McGrath <mcgrathr@google.com>
1051
1052 * configure.ac: Call AM_PROG_INSTALL_STRIP.
1053 * configure: Regenerate.
1054 * aclocal.m4: Regenerate.
1055 * Makefile.in (install_sh, INSTALL_STRIP_PROGRAM, STRIP):
1056 New substituted variables.
1057 (install-strip): New target.
1058 (INSTALL_SCRIPT): New substituted variable.
1059 (FLAGS_TO_PASS): Add it.
1060 (install-only): Use $(INSTALL_SCRIPT) rather than
1061 $(INSTALL_PROGRAM) for gcore.
1062
1063 2014-01-20 Tom Tromey <tromey@redhat.com>
1064
1065 * cli/cli-decode.h (struct cmd_list_element): Move all bitfields
1066 together.
1067
1068 2014-01-20 Tom Tromey <tromey@redhat.com>
1069
1070 * cli/cli-decode.c (add_cmd, deprecate_cmd, add_alias_cmd)
1071 (add_setshow_cmd_full, delete_cmd, lookup_cmd_1)
1072 (deprecated_cmd_warning, complete_on_cmdlist): Update.
1073 * cli/cli-decode.h (CMD_DEPRECATED, DEPRECATED_WARN_USER)
1074 (MALLOCED_REPLACEMENT, DOC_ALLOCATED): Remove.
1075 (struct cmd_list_element) <flags>: Remove.
1076 <cmd_deprecated, deprecated_warn_user, malloced_replacement,
1077 doc_allocated>: New fields.
1078 <hook_in, allow_unknown, abbrev_flag, type, var_type>: Now
1079 bitfields.
1080 * maint.c (maintenance_do_deprecate): Update.
1081 * top.c (execute_command): Update.
1082
1083 2014-01-20 Baruch Siach <baruch@tkos.co.il>
1084
1085 * xtensa-linux-nat.c: Include asm/ptrace.h.
1086
1087 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
1088
1089 * Makefile.in (SFILES): Add d-support.c.
1090 (COMMON_OBS): Add d-support.o.
1091 * d-lang.h (d_parse_symbol): Add comment, now defined in
1092 d-support.c.
1093 * d-lang.c (parse_call_convention)
1094 (parse_attributes, parse_function_types)
1095 (parse_function_args, parse_type, parse_identifier)
1096 (call_convention_p, d_parse_symbol): Move functions to ...
1097 * d-support.c: ... New file.
1098
1099 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
1100
1101 * d-lang.h (d_parse_symbol): Add declaration.
1102 * d-lang.c (extract_identifiers)
1103 (extract_type_info): Remove functions.
1104 (parse_call_convention, parse_attributes)
1105 (parse_function_types, parse_function_args)
1106 (parse_type, parse_identifier, call_convention_p)
1107 (d_parse_symbol): New functions.
1108 (d_demangle): Use d_parse_symbol to demangle D symbols.
1109
1110 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
1111
1112 * d-lang.h (struct builtin_d_type): New data type.
1113 (builtin_d_type): Add declaration.
1114 * d-lang.c (d_language_arch_info, build_d_types)
1115 (builtin_d_type): New functions.
1116 (enum d_primitive_types): New data type.
1117 (d_language_defn): Change c_language_arch_info to
1118 d_language_arch_info.
1119 (d_type_data): New static variable.
1120 (_initialize_d_language): Initialize d_type_data.
1121
1122 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
1123
1124 * d-lang.h (d_main_name): Add declaration.
1125 * d-lang.c (d_main_name): New function.
1126 * symtab.c (find_main_name): Add call to d_main_name.
1127
1128 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
1129
1130 * d-lang.c (d_language_defn): Change macro_expansion_c to
1131 macro_expansion_no.
1132
1133 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
1134
1135 * MAINTAINERS: Add myself as a write-after-approval maintainer.
1136
1137 2014-01-17 Sergio Durigan Junior <sergiodj@redhat.com>
1138
1139 * breakpoint.c (insert_bp_location): Add "volatile" keyword to "struct
1140 gdb_exception" declaration.
1141 * remote.c (getpkt_or_notif_sane): Likewise.
1142
1143 2014-01-17 Doug Evans <dje@google.com>
1144
1145 * common/gdb_vecs.c (delim_string_to_char_ptr_vec_append): New
1146 function, contents of dirnames_to_char_ptr_vec_append moved here.
1147 (delim_string_to_char_ptr_vec): New function.
1148 (dirnames_to_char_ptr_vec_append): Rewrite.
1149 * common/gdb_vecs.h (delim_string_to_char_ptr_vec): Declare.
1150
1151 2014-01-17 Doug Evans <dje@google.com>
1152
1153 * common/common-utils.h (FUNCTION_NAME): Renamed from ASSERT_FUNCTION,
1154 and moved here ...
1155 * common/gdb_assert.h (ASSERT_FUNCTION): ... from here.
1156 #include "common-utils.h".
1157 (gdb_assert, gdb_assert_fail, gdb_assert_not_reached): Update.
1158 * common/vec.h (VEC_ASSERT_PASS): Update.
1159 * darwin-nat.h: Replace #include of gdb_assert.h with common-utils.h.
1160 (MACH_CHECK_ERROR): Update.
1161
1162 2014-01-17 Simon Marchi <simon.marchi@ericsson.com>
1163
1164 * gdbarch.sh (gdbarch_address_class_name_to_type_flags): Add
1165 comments.
1166 * gdbarch.h: Regenerate.
1167
1168 2014-01-16 Tom Tromey <tromey@redhat.com>
1169
1170 * value.c (struct value) <regnum>: Move earlier.
1171
1172 2014-01-16 Tom Tromey <tromey@redhat.com>
1173
1174 * remote.c (extended_remote_create_inferior): Rename from
1175 extended_remote_create_inferior_1. Add "ops" argument. Remove
1176 old implementation.
1177
1178 2014-01-16 Pedro Alves <palves@redhat.com>
1179
1180 * s390-linux-tdep.c (s390_frame_unwind_cache): Swallow
1181 NOT_AVAILABLE_ERROR errors while parsing the prologue or reading
1182 the backchain.
1183
1184 2014-01-16 Doug Evans <dje@google.com>
1185
1186 * dwarf2read.c (open_and_init_dwp_file): Fix typo in comment.
1187
1188 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1189
1190 * btrace.h (btrace_thread_flag): New.
1191 (struct btrace_thread_info) <flags>: New.
1192 * record-btrace.c (record_btrace_resume_thread)
1193 (record_btrace_find_thread_to_move, btrace_step_no_history)
1194 (btrace_step_stopped, record_btrace_start_replaying)
1195 (record_btrace_step_thread, record_btrace_decr_pc_after_break)
1196 (record_btrace_find_resume_thread): New.
1197 (record_btrace_resume, record_btrace_wait): Extend.
1198 (record_btrace_can_execute_reverse): New.
1199 (record_btrace_open): Fail in non-stop mode.
1200 (record_btrace_set_replay): Split into this, ...
1201 (record_btrace_stop_replaying): ... this, ...
1202 (record_btrace_clear_histories): ... and this.
1203 (init_record_btrace_ops): Init to_can_execute_reverse.
1204 * NEWS: Announce it.
1205
1206 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1207
1208 * target.h (struct target_ops) <to_decr_pc_after_break>: New.
1209 (forward_target_decr_pc_after_break)
1210 (target_decr_pc_after_break): New.
1211 * target.c (forward_target_decr_pc_after_break)
1212 (target_decr_pc_after_break): New.
1213 * aix-thread.c (aix_thread_wait): Call target_decr_pc_after_break
1214 instead of gdbarch_decr_pc_after_break.
1215 * darwin-nat.c (cancel_breakpoint): Call target_decr_pc_after_break
1216 instead of gdbarch_decr_pc_after_break.
1217 * infrun.c (adjust_pc_after_break): Call target_decr_pc_after_break
1218 instead of gdbarch_decr_pc_after_break.
1219 * linux-nat.c (cancel_breakpoint): Call target_decr_pc_after_break
1220 instead of gdbarch_decr_pc_after_break.
1221 * linux-thread-db.c (check_event): Call target_decr_pc_after_break
1222 instead of gdbarch_decr_pc_after_break.
1223 * record-full.c (record_full_wait_1): Call target_decr_pc_after_break
1224 instead of gdbarch_decr_pc_after_break.
1225
1226 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1227
1228 * btrace.c: Include regcache.h.
1229 (btrace_add_pc): New.
1230 (btrace_enable): Call btrace_add_pc.
1231 (btrace_is_empty): New.
1232 * btrace.h (btrace_is_empty): New.
1233 * record-btrace.c (require_btrace, record_btrace_info): Call
1234 btrace_is_empty.
1235
1236 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1237
1238 * common/linux-btrace.c (perf_event_read_bts, linux_read_btrace):
1239 Support delta reads.
1240 (linux_disable_btrace): Change return type.
1241 * common/linux-btrace.h (linux_read_btrace): Change parameters
1242 and return type to allow error reporting. Update users.
1243 (linux_disable_btrace): Change return type. Update users.
1244 * common/btrace-common.h (btrace_read_type) <BTRACE_READ_DELTA>:
1245 New.
1246 (btrace_error): New.
1247 (btrace_block) <begin>: Comment on BEGIN == 0.
1248 * btrace.c (btrace_compute_ftrace): Start from the end of
1249 the current trace.
1250 (btrace_stitch_trace, btrace_clear_history): New.
1251 (btrace_fetch): Read delta trace, return if replaying.
1252 (btrace_clear): Move clear history code to btrace_clear_history.
1253 (parse_xml_btrace): Throw an error if parsing failed.
1254 * target.h (struct target_ops) <to_read_btrace>: Change parameters
1255 and return type to allow error reporting.
1256 (target_read_btrace): Change parameters and return type to allow
1257 error reporting.
1258 * target.c (target_read_btrace): Update.
1259 * remote.c (remote_read_btrace): Support delta reads. Pass
1260 errors on.
1261 * NEWS: Announce it.
1262
1263 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1264
1265 * record.h (record_btrace_frame_unwind)
1266 (record_btrace_tailcall_frame_unwind): New declarations.
1267 * dwarf2-frame: Include record.h
1268 (dwarf2_frame_cfa): Throw an error for btrace frames.
1269 * record-btrace.c: Include hashtab.h.
1270 (btrace_get_bfun_name): New.
1271 (btrace_call_history): Call btrace_get_bfun_name.
1272 (struct btrace_frame_cache): New.
1273 (bfcache): New.
1274 (bfcache_hash, bfcache_eq, bfcache_new): New.
1275 (btrace_get_frame_function): New.
1276 (record_btrace_frame_unwind_stop_reason): Allow unwinding.
1277 (record_btrace_frame_this_id): Compute own id.
1278 (record_btrace_frame_prev_register): Provide PC, throw_error
1279 for all other registers.
1280 (record_btrace_frame_sniffer): Detect btrace frames.
1281 (record_btrace_tailcall_frame_sniffer): New.
1282 (record_btrace_frame_dealloc_cache): New.
1283 (record_btrace_frame_unwind): Add new functions.
1284 (record_btrace_tailcall_frame_unwind): New.
1285 (_initialize_record_btrace): Allocate cache.
1286 * btrace.c (btrace_clear): Call reinit_frame_cache.
1287 * NEWS: Announce it.
1288
1289 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1290
1291 * record-btrace.c (record_btrace_set_replay)
1292 (record_btrace_goto_begin, record_btrace_goto_end)
1293 (record_btrace_goto): New.
1294 (init_record_btrace_ops): Initialize them.
1295 * NEWS: Announce it.
1296
1297 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1298
1299 * record-btrace.c (record_btrace_find_new_threads)
1300 (record_btrace_thread_alive): New.
1301 (init_record_btrace_ops): Initialize to_find_new_threads and
1302 to_thread_alive.
1303
1304 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1305
1306 * record-btrace.c (record_btrace_resume): New.
1307 (record_btrace_wait): New.
1308 (init_record_btrace_ops): Initialize to_wait and to_resume.
1309
1310 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1311
1312 * record-btrace.c (record_btrace_xfer_partial)
1313 (record_btrace_insert_breakpoint, record_btrace_remove_breakpoint)
1314 (record_btrace_allow_memory_access): New.
1315 (init_record_btrace_ops): Initialize new methods.
1316 * target.c (raw_memory_xfer_partial): Bail out if target reports
1317 that this memory is not available.
1318
1319 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1320
1321 * target.h (target_ops) <to_insert_breakpoint>
1322 <to_remove_breakpoint>: Add target_ops parameter.
1323 (forward_target_insert_breakpoint): New.
1324 (forward_target_remove_breakpoint): New.
1325 (memory_remove_breakpoint, memory_insert_breakpoint):
1326 Add target_ops parameter.
1327 * target.c (target_insert_breakpoint): Split into this and ...
1328 (forward_target_insert_breakpoint): ... this.
1329 (target_remove_breakpoint): Split into this and ...
1330 (forward_target_remove_breakpoint): ... this.
1331 (debug_to_insert_breakpoint): Add target_ops parameter.
1332 Call forward_target_insert_breakpoint.
1333 (debug_to_remove_breakpoint): Add target_ops parameter.
1334 Call forward_target_remove_breakpoint.
1335 (update_current_target): Do not inherit or default to_insert_breakpoint
1336 and to_remove_breakpoint.
1337 * corelow.c (ignore): Add target_ops parameter.
1338 * exec.c (ignore): Add target_ops parameter.
1339 * mem-break.c (memory_insert_breakpoint, memory_remove_breakpoint):
1340 Add target_ops parameter.
1341 * monitor.c (monitor_insert_breakpoint, monitor_remove_breakpoint):
1342 Add target_ops parameter.
1343 * nto-procfs.c (procfs_insert_breakpoint, procfs_remove_breakpoint):
1344 Add target_ops parameter.
1345 * record-full.c (record_full_beneath_to_insert_breakpoint)
1346 (record_full_beneath_to_remove_breakpoint, tmp_to_insert_breakpoint)
1347 (tmp_to_remove_breakpoint, record_full_insert_breakpoint)
1348 (record_full_remove_breakpoint, record_full_core_insert_breakpoint)
1349 (record_full_core_remove_breakpoint): Add target_ops parameter.
1350 Update users.
1351 (record_full_beneath_to_insert_breakpoint_ops)
1352 (record_full_beneath_to_remove_breakpoint_ops)
1353 (tmp_to_insert_breakpoint_ops, tmp_to_remove_breakpoint_ops): New.
1354 (record_full_open): Initialize tmp_to_insert_breakpoint_ops,
1355 tmp_to_remove_breakpoint_ops,
1356 record_full_beneath_to_insert_breakpoint_ops, and
1357 record_full_beneath_to_remove_breakpoint_ops.
1358 * remote-m32r-sdi.c (m32r_insert_breakpoint)
1359 (m32r_remove_breakpoint): Add target_ops parameter.
1360 * remote-mips.c (mips_insert_breakpoint, mips_remove_breakpoint):
1361 Add target_ops parameter.
1362 * remote.c (remote_insert_breakpoint, remote_remove_breakpoint):
1363 Add target_ops parameter.
1364
1365 2014-01-16 Jan Kratochvil <jan.kratochvil@redhat.com>
1366 Markus Metzger <markus.t.metzger@intel.com>
1367
1368 * record-btrace.c: Include frame-unwind.h.
1369 (record_btrace_frame_unwind_stop_reason)
1370 (record_btrace_frame_this_id, record_btrace_frame_prev_register)
1371 (record_btrace_frame_sniffer, record_btrace_frame_unwind):
1372 New.
1373 (init_record_btrace_ops): Install it.
1374
1375 2014-01-16 Jan Kratochvil <jan.kratochvil@redhat.com>
1376
1377 * frame.c (get_frame_unwind_stop_reason): Unconditionally call
1378 get_prev_frame_1.
1379
1380 2014-01-16 Jan Kratochvil <jan.kratochvil@redhat.com>
1381
1382 * dwarf2-frame.c (dwarf2_frame_cfa): Move UNWIND_UNAVAILABLE check
1383 earlier.
1384
1385 2014-01-16 Jan Kratochvil <jan.kratochvil@redhat.com>
1386
1387 * frame-unwind.c: Include target.h.
1388 (frame_unwind_try_unwinder): New function with code from ...
1389 (frame_unwind_find_by_frame): ... here. New variable
1390 unwinder_from_target, call also target_get_unwinder)
1391 (target_get_tailcall_unwinder, and frame_unwind_try_unwinder for it.
1392 * target.c (target_get_unwinder, target_get_tailcall_unwinder): New.
1393 * target.h (struct target_ops): New fields to_get_unwinder and
1394 to_get_tailcall_unwinder.
1395 (target_get_unwinder, target_get_tailcall_unwinder): New declarations.
1396
1397 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1398
1399 * record-btrace.c (record_btrace_fetch_registers)
1400 (record_btrace_store_registers)
1401 (record_btrace_to_prepare_to_store): New.
1402 (init_record_btrace_ops): Add the above.
1403
1404 2014-01-16 Tom Tromey <tromey@redhat.com>
1405
1406 * windows-nat.c (windows_prepare_to_store): Add 'self' argument.
1407 * target.h (struct target_ops) <to_prepare_to_store>: Add
1408 argument.
1409 (target_prepare_to_store): Add argument.
1410 * target.c (debug_to_prepare_to_store): Add argument.
1411 (update_current_target): Update.
1412 * remote.c (remote_prepare_to_store): Add 'self' argument.
1413 * remote-sim.c (gdbsim_prepare_to_store): Add 'self' argument.
1414 * remote-mips.c (mips_prepare_to_store): Add 'self' argument.
1415 * remote-m32r-sdi.c (m32r_prepare_to_store): Add 'self' argument.
1416 * record-full.c (record_full_core_prepare_to_store): Add 'self'
1417 argument.
1418 * ravenscar-thread.c (ravenscar_prepare_to_store): Add argument.
1419 * nto-procfs.c (procfs_prepare_to_store): Add 'self' argument.
1420 * monitor.c (monitor_prepare_to_store): Add 'self' argument.
1421 * inf-child.c (inf_child_prepare_to_store): Add 'self' argument.
1422 * go32-nat.c (go32_prepare_to_store): Add 'self' argument.
1423
1424 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1425
1426 * btrace.h (replay) <replay>: New.
1427 (btrace_is_replaying): New.
1428 * btrace.c (btrace_clear): Free replay iterator.
1429 (btrace_is_replaying): New.
1430 * record-btrace.c (record_btrace_is_replaying): New.
1431 (record_btrace_info): Print insn number if replaying.
1432 (record_btrace_insn_history): Start at replay position.
1433 (record_btrace_call_history): Start at replay position.
1434 (init_record_btrace_ops): Init to_record_is_replaying.
1435
1436 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1437
1438 * record-btrace.c (record_btrace_insn_history_range): Include
1439 end.
1440 (record_btrace_insn_history_from): Adjust range.
1441 (record_btrace_call_history_range): Include
1442 end.
1443 (record_btrace_call_history_from): Adjust range.
1444 * NEWS: Announce changes.
1445
1446 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1447
1448 * record.h (enum record_print_flag)
1449 <record_print_indent_calls>: New.
1450 * record.c (get_call_history_modifiers): Recognize /c modifier.
1451 (_initialize_record): Document /c modifier.
1452 * record-btrace.c (btrace_call_history): Add btinfo parameter.
1453 Reorder fields. Optionally indent the function name. Update
1454 all users.
1455 * NEWS: Announce changes.
1456
1457 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1458
1459 * common/linux-btrace.c (linux_enable_btrace): Enlarge buffer.
1460
1461 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1462
1463 * btrace.c (ftrace_new_function): Start counting at one.
1464 * record-btrace.c (record_btrace_info): Adjust number of calls
1465 and insns.
1466 * NEWS: Announce it.
1467
1468 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1469
1470 * record-btrace.c (btrace_call_history_insn_range): Print
1471 insn range as [begin, end].
1472
1473 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1474
1475 * btrace.h (struct btrace_func_link): New.
1476 (enum btrace_function_flag): New.
1477 (struct btrace_inst): Rename to ...
1478 (struct btrace_insn): ...this. Update all users.
1479 (struct btrace_func) <ibegin, iend>: Remove.
1480 (struct btrace_func_link): New.
1481 (struct btrace_func): Rename to ...
1482 (struct btrace_function): ...this. Update all users.
1483 (struct btrace_function) <segment, flow, up, insn, insn_offset)
1484 (number, level, flags>: New.
1485 (struct btrace_insn_iterator): Rename to ...
1486 (struct btrace_insn_history): ...this.
1487 Update all users.
1488 (struct btrace_insn_iterator, btrace_call_iterator): New.
1489 (struct btrace_target_info) <btrace, itrace, ftrace>: Remove.
1490 (struct btrace_target_info) <begin, end, level>
1491 <insn_history, call_history>: New.
1492 (btrace_insn_get, btrace_insn_number, btrace_insn_begin)
1493 (btrace_insn_end, btrace_insn_prev, btrace_insn_next)
1494 (btrace_insn_cmp, btrace_find_insn_by_number, btrace_call_get)
1495 (btrace_call_number, btrace_call_begin, btrace_call_end)
1496 (btrace_call_prev, btrace_call_next, btrace_call_cmp)
1497 (btrace_find_function_by_number, btrace_set_insn_history)
1498 (btrace_set_call_history): New.
1499 * btrace.c (btrace_init_insn_iterator)
1500 (btrace_init_func_iterator, compute_itrace): Remove.
1501 (ftrace_print_function_name, ftrace_print_filename)
1502 (ftrace_skip_file): Change
1503 parameter to const.
1504 (ftrace_init_func): Remove.
1505 (ftrace_debug): Use new btrace_function fields.
1506 (ftrace_function_switched): Also consider gaining and
1507 losing symbol information).
1508 (ftrace_print_insn_addr, ftrace_new_call, ftrace_new_return)
1509 (ftrace_new_switch, ftrace_find_caller, ftrace_new_function)
1510 (ftrace_update_caller, ftrace_fixup_caller, ftrace_new_tailcall):
1511 New.
1512 (ftrace_new_function): Move. Remove debug print.
1513 (ftrace_update_lines, ftrace_update_insns): New.
1514 (ftrace_update_function): Check for call, ret, and jump.
1515 (compute_ftrace): Renamed to ...
1516 (btrace_compute_ftrace): ...this. Rewritten to compute call
1517 stack.
1518 (btrace_fetch, btrace_clear): Updated.
1519 (btrace_insn_get, btrace_insn_number, btrace_insn_begin)
1520 (btrace_insn_end, btrace_insn_prev, btrace_insn_next)
1521 (btrace_insn_cmp, btrace_find_insn_by_number, btrace_call_get)
1522 (btrace_call_number, btrace_call_begin, btrace_call_end)
1523 (btrace_call_prev, btrace_call_next, btrace_call_cmp)
1524 (btrace_find_function_by_number, btrace_set_insn_history)
1525 (btrace_set_call_history): New.
1526 * record-btrace.c (require_btrace): Use new btrace thread
1527 info fields.
1528 (record_btrace_info, btrace_insn_history)
1529 (record_btrace_insn_history, record_btrace_insn_history_range):
1530 Use new btrace thread info fields and new iterator.
1531 (btrace_func_history_src_line): Rename to ...
1532 (btrace_call_history_src_line): ...this. Use new btrace
1533 thread info fields.
1534 (btrace_func_history): Rename to ...
1535 (btrace_call_history): ...this. Use new btrace thread info
1536 fields and new iterator.
1537 (record_btrace_call_history, record_btrace_call_history_range):
1538 Use new btrace thread info fields and new iterator.
1539
1540 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1541
1542 * frame.h (frame_id_build_unavailable_stack_special): New.
1543 * frame.c (frame_id_build_unavailable_stack_special): New.
1544
1545 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1546
1547 * amd64-tdep.c (amd64_classify_insn_at, amd64_insn_is_call)
1548 (amd64_insn_is_ret, amd64_insn_is_jump, amd64_jmp_p): New.
1549 (amd64_init_abi): Add insn_is_call, insn_is_ret, and insn_is_jump
1550 to gdbarch.
1551 * i386-tdep.c (i386_insn_is_call, i386_insn_is_ret)
1552 (i386_insn_is_jump, i386_jmp_p): New.
1553 (i386_gdbarch_init): Add insn_is_call, insn_is_ret, and
1554 insn_is_jump to gdbarch.
1555 * gdbarch.sh (insn_is_call, insn_is_ret, insn_is_jump): New.
1556 * gdbarch.h: Regenerated.
1557 * gdbarch.c: Regenerated.
1558 * arch-utils.h (default_insn_is_call, default_insn_is_ret)
1559 (default_insn_is_jump): New.
1560 * arch-utils.c (default_insn_is_call, default_insn_is_ret)
1561 (default_insn_is_jump): New.
1562
1563 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1564
1565 * common/btrace-common.h (btrace_read_type) <btrace_read_all>:
1566 Change to ...
1567 (btrace_read_type) <BTRACE_READ_ALL>: ... this. Update users.
1568 (btrace_read_type) <btrace_read_new>: Change to ...
1569 (btrace_read_type) <BTRACE_READ_NEW>: ... this. Update users.
1570
1571 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1572
1573 * common/linux-btrace.c (linux_read_btrace): Free trace from
1574 previous iteration.
1575
1576 2014-01-15 Doug Evans <dje@google.com>
1577
1578 * dwarf2read.c (open_and_init_dwp_file): Use pulongest to print
1579 uint32_t.
1580
1581 2014-01-15 Tom Tromey <tromey@redhat.com>
1582
1583 * dbxread.c (process_one_symbol): Use set_objfile_main_name.
1584 * dwarf2read.c (read_partial_die): Use set_objfile_main_name.
1585 * objfiles.c (get_objfile_bfd_data): Initialize language_of_main.
1586 (set_objfile_main_name): New function.
1587 * objfiles.h (struct objfile_per_bfd_storage) <name_of_main,
1588 language_of_main>: New fields.
1589 (set_objfile_main_name): Declare.
1590 * symtab.c (find_main_name): Loop over objfiles to find the main
1591 name and language.
1592 (set_main_name): Now static.
1593 (get_main_info): Add comment.
1594 * symtab.h (set_main_name): Don't declare.
1595
1596 2014-01-15 Tom Tromey <tromey@redhat.com>
1597
1598 * symtab.c (main_progspace_key): New global.
1599 (struct main_info): New.
1600 (name_of_main, language_of_main): Remove.
1601 (get_main_info, main_info_cleanup): New function.
1602 (set_main_name, main_name, main_language): Use get_main_info.
1603 (_initialize_symtab): Initialize main_progspace_key.
1604
1605 2014-01-15 Tom Tromey <tromey@redhat.com>
1606
1607 * dbxread.c (process_one_symbol): Update.
1608 * dwarf2read.c (read_partial_die): Update.
1609 * symfile.c (set_initial_language): Call main_language.
1610 * symtab.c (language_of_main): Now static.
1611 (set_main_name): Add 'lang' parameter.
1612 (find_main_name): Update.
1613 (main_language): New function.
1614 (symtab_observer_executable_changed): Update.
1615 * symtab.h (set_main_name): Update.
1616 (language_of_main): Remove.
1617 (main_language): Declare.
1618
1619 2014-01-15 Tom Tromey <tromey@redhat.com>
1620
1621 * symfile.c (init_entry_point_info): Use new "initialized" field.
1622 Update.
1623 * objfiles.h (struct entry_point) <initialized>: New field.
1624 (struct objfile_per_bfd_storage) <ei>: New field, moved from...
1625 (struct objfile) <ei>: ...here. Remove.
1626 * objfiles.c (entry_point_address_query): Update.
1627
1628 2014-01-15 Tom Tromey <tromey@redhat.com>
1629
1630 * objfiles.c (entry_point_address_query): Relocate entry point
1631 address.
1632 (objfile_relocate1): Do not relocate entry point address.
1633 * objfiles.h (struct entry_info) <entry_point>: Update comment.
1634 <the_bfd_section_index>: New field.
1635 * symfile.c (init_entry_point_info): Find the entry point's
1636 section.
1637
1638 2014-01-15 Tom Tromey <tromey@redhat.com>
1639
1640 * solib-frv.c (enable_break): Use entry_point_address_query.
1641
1642 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
1643
1644 * NEWS: Add note on improved process record-replay on
1645 arm*-linux* targets.
1646
1647 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
1648
1649 * arm-tdep.c (enum arm_record_result): New enum.
1650 (arm_record_unsupported_insn): New function.
1651 (arm_record_coproc_data_proc): Removed.
1652 (thumb2_record_ld_st_multiple): New function.
1653 (thumb2_record_ld_st_dual_ex_tbb): New function.
1654 (thumb2_record_data_proc_sreg_mimm): New function.
1655 (thumb2_record_ps_dest_generic): New function.
1656 (thumb2_record_branch_misc_cntrl): New function.
1657 (thumb2_record_str_single_data): New function.
1658 (thumb2_record_ld_mem_hints): New function.
1659 (thumb2_record_ld_word): New function.
1660 (thumb2_record_lmul_lmla_div): New function.
1661 (thumb2_record_decode_insn_handler): New function.
1662 (decode_insn): Add thumb32 instruction handlers.
1663
1664 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
1665
1666 * arm-linux-tdep.c: Include "record-full.h" and "linux-record.h".
1667 (struct arm_linux_record_tdep): Declare.
1668 (arm_canonicalize_syscall): New function.
1669 (arm_all_but_pc_registers_record): New function.
1670 (arm_linux_syscall_record): New function.
1671 (arm_linux_init_abi): Add syscall recording constructs.
1672 * arm-tdep.c (thumb_record_ldm_stm_swi): Update thumb syscall
1673 decoding. (arm_record_coproc_data_proc): Update arm syscall
1674 decoding.
1675 * arm-tdep.h (struct gdbarch_tdep) <arm_swi_record>: Remove.
1676 <arm_syscall_record>: New field.
1677 * configure.tgt (arm*-*-linux*): Add linux-record.o to
1678 gdb_target_obs.
1679
1680 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
1681
1682 * arm-tdep.c (thumb_record_misc): Update to use sp as base
1683 register for push instruction recording.
1684
1685 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
1686
1687 * arm-tdep.c (thumb_record_misc): Update to correct logical
1688 error while recording ldm, ldmia and pop instructions.
1689
1690 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
1691
1692 * arm-tdep.c (struct arm_mem_r) <addr>: Change type to uint32_t.
1693
1694 2014-01-15 Pedro Alves <palves@redhat.com>
1695
1696 * go32-nat.c (go32_open, go32_close, go32_attach, go32_detach)
1697 (go32_resume, go32_fetch_registers, store_register)
1698 (go32_store_registers, go32_prepare_to_store)
1699 (go32_xfer_memory, go32_files_info, go32_kill_inferior)
1700 (go32_create_inferior, go32_can_run, go32_terminal_init)
1701 (go32_terminal_inferior, go32_terminal_ours): Delete forward
1702 declarations.
1703
1704 2014-01-15 Tom Tromey <tromey@redhat.com>
1705
1706 * target.h (async_callback_ftype): New typedef.
1707 (struct target_ops) <to_async>: Use it.
1708
1709 2014-01-15 Joel Brobecker <brobecker@adacore.com>
1710
1711 * python/py-value.c (get_field_type): Remove unnecessary curly
1712 braces for single-statement if block.
1713
1714 2014-01-15 Joel Brobecker <brobecker@adacore.com>
1715
1716 * python/py-type.c (convert_field): Add missing empty line
1717 after declarations.
1718
1719 2014-01-14 Doug Evans <dje@google.com>
1720
1721 * symfile.h (expand_symtabs_matching): Renamed from
1722 expand_partial_symbol_names. Update prototype.
1723 (map_symbol_filenames): Renamed from map_partial_symbol_filenames.
1724 * symfile.c (expand_symtabs_matching): Renamed from
1725 expand_partial_symbol_names. New args file_matcher, kind.
1726 Rename arg fun to symbol_matcher.
1727 (map_symbol_filenames): Renamed from map_partial_symbol_filenames.
1728 * ada-lang.c (ada_complete_symbol_matcher): Renamed from
1729 ada_expand_partial_symbol_name.
1730 (ada_make_symbol_completion_list): Update to call
1731 expand_symtabs_matching.
1732 (ada_add_global_exceptions): Call expand_symtabs_matching.
1733 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_files): Update to
1734 call map_symbol_filenames.
1735 * symtab.c (sources_info): Update to call map_symbol_filenames.
1736 (search_symbols): Call expand_symtabs_matching.
1737 (symbol_completion_matcher): Renamed from expand_partial_symbol_name.
1738 (default_make_symbol_completion_list_break_on): Update to call
1739 expand_symtabs_matching.
1740 (make_source_files_completion_list): Update to call
1741 map_symbol_filenames.
1742
1743 2014-01-14 Doug Evans <dje@google.com>
1744
1745 * symfile.h (expand_symtabs_file_matcher_ftype): New typedef.
1746 (expand_symtabs_symbol_matcher_ftype): New typedef.
1747 (quick_symbol_functions.expand_symtabs_matching): Update to use.
1748 expand_symtabs_file_matcher_ftype, expand_symtabs_symbol_matcher_ftype.
1749 * symfile.c (expand_partial_symbol_names): Update to use
1750 expand_symtabs_symbol_matcher_ftype.
1751 * dwarf2read.c (dw2_expand_symtabs_matching): Update to use
1752 expand_symtabs_file_matcher_ftype, expand_symtabs_symbol_matcher_ftype.
1753 Arg name_matcher renamed to symbol_matcher.
1754 * psymtab.c (recursively_search_psymtabs): Update to use
1755 expand_symtabs_symbol_matcher_ftype. Arg name_matcher renamed to
1756 sym_matcher.
1757 (expand_symtabs_matching_via_partial): Update to use
1758 expand_symtabs_file_matcher_ftype, expand_symtabs_symbol_matcher_ftype.
1759 Arg name_matcher renamed to symbol_matcher.
1760
1761 2014-01-14 Doug Evans <dje@google.com>
1762
1763 * psymtab.c (expand_partial_symbol_names): Delete, moved to symfile.c.
1764 (map_partial_symbol_filenames): Ditto.
1765 * psymtab.h (expand_partial_symbol_names): Delete, moved to symfile.h.
1766 (map_partial_symbol_filenames): Ditto.
1767 * symfile.c (expand_partial_symbol_names): Moved here from psymtab.c.
1768 (map_partial_symbol_filenames): Ditto.
1769 * symfile.h (expand_partial_symbol_names): Moved here from psymtab.h.
1770 (map_partial_symbol_filenames): Ditto.
1771 * symtab.c: Delete #include "psymtab.h".
1772
1773 2014-01-14 Pedro Alves <palves@redhat.com>
1774 Tom Tromey <tromey@redhat.com>
1775
1776 * infrun.c (use_displaced_stepping): Use find_record_target
1777 instead of RECORD_IS_USED.
1778 (adjust_pc_after_break): Use record_full_is_used instead of
1779 RECORD_IS_USED.
1780 * record-btrace.c (record_btrace_open): Call record_preopen
1781 instead of checking RECORD_IS_USED.
1782 * record-full.c (record_full_shortname)
1783 (record_full_core_shortname): New globals.
1784 (record_full_is_used): New function.
1785 (find_full_open): Call record_preopen instead of checking
1786 RECORD_IS_USED.
1787 (init_record_full_ops): Set the target's shortname to
1788 record_full_shortname.
1789 (init_record_full_core_ops): Set the target's shortname to
1790 record_full_core_shortname.
1791 * record-full.h (record_full_is_used): Declare.
1792 * record.c (find_record_target): Make extern.
1793 (record_preopen): New function.
1794 * record.h (RECORD_IS_USED): Delete macro.
1795 (find_record_target, record_preopen): Declare functions.
1796
1797 2014-01-14 Yao Qi <yao@codesourcery.com>
1798
1799 * gdbarch.sh (core_xfer_shared_libraries): Change its argument
1800 'len''s type to ULONGEST.
1801 (core_xfer_shared_libraries_aix): Likewise.
1802 * gdbarch.c, gdbarch.h: Regenerated.
1803 * i386-cygwin-tdep.c (windows_core_xfer_shared_libraries):
1804 Change type of 'len' to ULONGEST.
1805 * rs6000-aix-tdep.c (rs6000_aix_ld_info_to_xml): Likewise.
1806 (rs6000_aix_core_xfer_shared_libraries_aix): Likewise.
1807
1808 2014-01-14 Yao Qi <yao@codesourcery.com>
1809
1810 * common/linux-osdata.c (linux_xfer_osdata_processes): Change
1811 type of 'len' to ULONGEST.
1812 (linux_xfer_osdata_processgroups): Likewise.
1813 (linux_xfer_osdata_threads): Likewise.
1814 (linux_xfer_osdata_fds): Likewise.
1815 (linux_xfer_osdata_isockets): Likewise.
1816 (linux_xfer_osdata_shm): Likewise.
1817 (linux_xfer_osdata_sem): Likewise.
1818 (linux_xfer_osdata_msg): Likewise.
1819 (linux_common_xfer_osdata): Likewise.
1820 (struct osdata_type) <getter>: Likewise.
1821 * common/linux-osdata.h (linux_common_xfer_osdata): Update
1822 the declaration.
1823
1824 2014-01-14 Yao Qi <yao@codesourcery.com>
1825
1826 * target.h (target_xfer_partial_ftype): Update.
1827 (struct target_ops) <to_xfer_partial>: Change 'len' type to
1828 ULONGEST.
1829 * aix-thread.c (aix_thread_xfer_partial): Change type of
1830 argument 'len' to ULONGEST.
1831 * auxv.c (procfs_xfer_auxv): Likewise.
1832 (ld_so_xfer_auxv): Likewise.
1833 (memory_xfer_auxv): Likewise.
1834 * bfd-target.c (target_bfd_xfer_partial): Likewise.
1835 * bsd-kvm.c (bsd_kvm_xfer_partial): Likewise.
1836 * bsd-uthread.c (bsd_uthread_xfer_partial): Likewise.
1837 * corelow.c (core_xfer_partial): Likewise.
1838 * ctf.c (ctf_xfer_partial): Likewise.
1839 * darwin-nat.c (darwin_read_write_inferior): Likewise. Use
1840 '%u'.
1841 (darwin_read_dyld_info): Likewise.
1842 (darwin_xfer_partial): Likewise.
1843 * exec.c (section_table_xfer_memory_partial): Likewise.
1844 (exec_xfer_partial): Likewise.
1845 * exec.h (section_table_xfer_memory_partial): Update
1846 declaration.
1847 * gnu-nat.c (gnu_xfer_memory): Likewise. Call pulongest
1848 instead of plongest.
1849 (gnu_xfer_partial): Likewise.
1850 * ia64-hpux-nat.c (ia64_hpux_xfer_memory): Likewise.
1851 (ia64_hpux_xfer_solib_got): Likewise.
1852 (ia64_hpux_xfer_partial): Likewise.
1853 * ia64-linux-nat.c (ia64_linux_xfer_partial):
1854 * inf-ptrace.c (inf_ptrace_xfer_partial):
1855 * inf-ttrace.c (inf_ttrace_xfer_partial):
1856 * linux-nat.c (linux_xfer_siginfo): Likewise.
1857 (linux_nat_xfer_partial): Likewise.
1858 (spu_enumerate_spu_ids, linux_proc_xfer_spu): Likewise.
1859 (linux_nat_xfer_osdata, linux_xfer_partial): Likewise.
1860 * monitor.c (monitor_xfer_memory): Likewise.
1861 (monitor_xfer_partial): Likewise.
1862 * procfs.c (procfs_xfer_partial): Likewise.
1863 * record-full.c (record_full_xfer_partial): Likewise.
1864 (record_full_core_xfer_partial): Likewise.
1865 * remote-sim.c (gdbsim_xfer_memory): Likewise. Call pulongest
1866 instead of plongest.
1867 (gdbsim_xfer_partial): Likewise.
1868 * remote.c (remote_xfer_partial): Likewise.
1869 * rs6000-aix-tdep.c (rs6000_aix_ld_info_to_xml): Likewise.
1870 * rs6000-aix-tdep.h (rs6000_aix_ld_info_to_xml): Update
1871 declaration.
1872 * rs6000-nat.c (rs6000_xfer_partial): Likewise.
1873 (rs6000_xfer_shared_libraries): Likewise.
1874 * sol-thread.c (sol_thread_xfer_partial): Likewise.
1875 * sparc-nat.c (sparc_xfer_wcookie): Likewise.
1876 (sparc_xfer_partial): Likewise.
1877 * spu-linux-nat.c (spu_proc_xfer_spu): Likewise.
1878 (spu_xfer_partial): Likewise.
1879 * spu-multiarch.c (spu_xfer_partial): Likewise.
1880 * target.c (target_read_live_memory): Likewise.
1881 (memory_xfer_live_readonly_partial): Likewise.
1882 (memory_xfer_partial, memory_xfer_partial_1): Likewise.
1883 (target_xfer_partial, default_xfer_partial): Likewise.
1884 (current_xfer_partial): Likewise.
1885 * tracepoint.c (tfile_xfer_partial): Likewise.
1886 * windows-nat.c (windows_xfer_memory): Likewise. Call
1887 pulongest instead of plongest.
1888 (windows_xfer_partial): Likewise.
1889 (windows_xfer_shared_libraries): Likewise.
1890
1891 2014-01-14 Yao Qi <yao@codesourcery.com>
1892
1893 * rs6000-nat.c (rs6000_xfer_shared_libraries): Use
1894 target_xfer_partial_ftype.
1895
1896 2014-01-13 Siva Chandra Reddy <sivachandra@google.com>
1897
1898 PR python/15464
1899 PR python/16113
1900 * valops.c (value_struct_elt_bitpos): New function
1901 * py-type.c (convert_field): Set 'name' attribute of a gdb.Field
1902 object to 'None' if the field name is an empty string ("").
1903 * python/py-value.c (valpy_getitem): Use 'bitpos' and 'type'
1904 attribute to look for a field when 'name' is 'None'.
1905 (get_field_type): New function
1906
1907 2014-01-13 Doug Evans <dje@google.com>
1908
1909 PR symtab/16426
1910 * dwarf2read.c (dwarf2_get_dwz_file): Call gdb_bfd_record_inclusion.
1911 (try_open_dwop_file): Ditto.
1912 * gdb_bfd.c: #include "vec.h".
1913 (bfdp): New typedef.
1914 (struct gdb_bfd_data): New member included_bfds.
1915 (gdb_bfd_unref): Unref all included bfds.
1916 (gdb_bfd_record_inclusion): New function.
1917 * gdb_bfd.h (gdb_bfd_record_inclusion): Declare.
1918
1919 2014-01-13 Tom Tromey <tromey@redhat.com>
1920
1921 * gdbcore.h (deprecated_core_resize_section_table): Remove.
1922
1923 2014-01-13 Tom Tromey <tromey@redhat.com>
1924
1925 * defs.h (use_windows): Remove.
1926 * gdb.c (main): Update.
1927 * main.c (captured_main, gdb_main): Update.
1928 * main.h (struct captured_main_args) <use_windows>: Remove.
1929 * top.c (use_windows): Remove.
1930
1931 2014-01-13 Tom Tromey <tromey@redhat.com>
1932
1933 * defs.h (deprecated_flush_hook): Remove.
1934
1935 2014-01-13 Jan Kratochvil <jan.kratochvil@redhat.com>
1936
1937 PR threads/16216
1938 * linux-thread-db.c (try_thread_db_load): Add parameter
1939 check_auto_load_safe. Move here the file_is_auto_load_safe call.
1940 (try_thread_db_load_from_pdir_1): Move it there from here.
1941 (try_thread_db_load_from_sdir): Update caller.
1942 (try_thread_db_load_from_dir): Move it there from here.
1943
1944 2014-01-13 Patrick Palka <patrick@parcs.ath.cx>
1945
1946 * regformats/regdat.sh: Always rewrite the register file.
1947
1948 2014-01-13 Pedro Alves <palves@redhat.com>
1949
1950 * Makefile.in (CHECK_HEADERS): New variable.
1951 (check-headers:): New rule.
1952
1953 2014-01-13 Tom Tromey <tromey@redhat.com>
1954
1955 * cli/cli-setshow.c (do_set_command): Update.
1956 * defs.h (deprecated_set_hook): Remove.
1957 * top.c (deprecated_set_hook): Remove.
1958
1959 2014-01-13 Pedro Alves <palves@redhat.com>
1960
1961 * tracepoint.c (tfile_fetch_registers): Don't infer the PC from
1962 the tracepoint if the PC is a pseudo-register.
1963
1964 2014-01-13 Tom Tromey <tromey@redhat.com>
1965
1966 * defs.h (XCALLOC): Remove.
1967 * bcache.c (bcache_xmalloc): Use XCNEW, not XCALLOC.
1968 (print_bcache_statistics): Use XCNEWVEC, not XCALLOC.
1969 * dwarf2loc.c (allocate_piece_closure): Likewise.
1970 * elfread.c (elf_symfile_segments): Likewise.
1971 (elf_symfile_segments): Likewise.
1972 * gdbtypes.c (copy_type_recursive): Likewise.
1973 * i386-tdep.c (i386_gdbarch_init): Use XCNEW, not XCALLOC.
1974 * jit.c (jit_frame_sniffer): Use XCNEWVEC, not XCALLOC.
1975 * minsyms.c (prim_record_minimal_symbol_full): Use XCNEW, not
1976 XCALLOC.
1977 * mt-tdep.c (mt_gdbarch_init): Likewise.
1978 * opencl-lang.c (allocate_lval_closure): Use XCNEWVEC, not
1979 XCALLOC.
1980 * psymtab.c (psymbol_compare): Use XCNEW, not XCALLOC.
1981 * regcache.c (regcache_xmalloc_1): Use XCNEWVEC, not XCALLOC.
1982 * registry.c (registry_alloc_data): Likewise.
1983 * rs6000-tdep.c (rs6000_gdbarch_init): Use XCNEW, not XCALLOC.
1984 * s390-linux-tdep.c (s390_gdbarch_init): Likewise.
1985 * serial.c (serial_fdopen_ops): Likewise.
1986 * solib-aix.c (solib_aix_get_section_offsets): Use XCNEWVEC, not
1987 XCALLOC.
1988 * spu-tdep.c (spu_gdbarch_init): Use XCNEW, not XCALLOC.
1989 * symfile.c (default_symfile_segments): Use XCNEW and XCNEWVEC,
1990 not XCALLOC.
1991
1992 2014-01-13 Tom Tromey <tromey@redhat.com>
1993
1994 * defs.h (XMALLOC): Remove.
1995 * avr-tdep.c (avr_gdbarch_init): Use XNEW, not XMALLOC.
1996 * bfin-tdep.c (bfin_gdbarch_init): Likewise.
1997 * cli-out.c (struct ui_out *): Likewise.
1998 * cli/cli-dump.c (add_dump_command): Likewise.
1999 (add_dump_command): Likewise.
2000 * complaints.c (get_complaints): Likewise.
2001 (find_complaint): Likewise.
2002 * dwarf2-frame.c (execute_cfa_program): Likewise.
2003 * dwarf2read.c (abbrev_table_read_table): Likewise.
2004 * gdbarch.sh: Likewise.
2005 * gdbarch.c: Rebuild.
2006 * inf-ttrace.c (inf_ttrace_add_page): Likewise.
2007 * interps.c (interp_new): Likewise.
2008 * lm32-tdep.c (lm32_gdbarch_init): Likewise.
2009 * m32r-tdep.c (m32r_gdbarch_init): Likewise.
2010 * mi/mi-console.c (mi_console_file_new): Likewise.
2011 * mi/mi-interp.c (mi_interpreter_init): Likewise.
2012 * mi/mi-out.c (mi_out_new): Likewise.
2013 * mi/mi-parse.c (mi_parse): Likewise.
2014 * microblaze-tdep.c (microblaze_gdbarch_init): Likewise.
2015 * moxie-tdep.c (moxie_gdbarch_init): Likewise.
2016 * observer.c (xalloc_observer_list_node): Likewise.
2017 * regcache.c (regcache_xmalloc_1): Likewise.
2018 * reggroups.c (reggroup_new): Likewise.
2019 (_initialize_reggroup): Likewise.
2020 * registry.c (register_data_with_cleanup): Likewise.
2021 * remote.c (remote_notif_stop_alloc_reply): Likewise.
2022 * ser-base.c (serial_ttystate): Likewise.
2023 * ser-mingw.c (make_pipe_state): Likewise.
2024 * ser-pipe.c (pipe_open): Likewise.
2025 * serial.c (serial_open): Likewise.
2026 * sh64-tdep.c (sh64_gdbarch_init): Likewise.
2027 * tui/tui-data.c (tui_alloc_generic_win_info): Likewise.
2028 (tui_alloc_win_info): Likewise.
2029 (tui_add_content_elements): Likewise.
2030 * tui/tui-file.c (tui_file_new): Likewise.
2031 * tui/tui-out.c (tui_out_new): Likewise.
2032 * ui-file.c (mem_file_new): Likewise.
2033 * ui-out.c (push_level): Likewise.
2034 (make_cleanup_ui_out_end): Likewise.
2035 (append_header_to_list): Likewise.
2036 (ui_out_new): Likewise.
2037 * user-regs.c (user_reg_add_builtin): Likewise.
2038
2039 2014-01-13 Tom Tromey <tromey@redhat.com>
2040
2041 * defs.h (XZALLOC): Remove.
2042 * ada-lang.c (get_ada_inferior_data): Use XCNEW, not XZALLOC.
2043 * ada-tasks.c (get_ada_tasks_pspace_data): Likewise.
2044 (get_ada_tasks_inferior_data): Likewise.
2045 * auto-load.c (get_auto_load_pspace_data): Likewise.
2046 * auxv.c (get_auxv_inferior_data): Likewise.
2047 * bfd-target.c (target_bfd_reopen): Likewise.
2048 * breakpoint.c (get_catch_syscall_inferior_data): Likewise.
2049 (deprecated_insert_raw_breakpoint): Likewise.
2050 * bsd-uthread.c (bsd_uthread_pid_to_str): Likewise.
2051 * corelow.c (core_open): Likewise.
2052 * darwin-nat.c (darwin_check_new_threads): Likewise.
2053 (darwin_attach_pid): Likewise.
2054 * dummy-frame.c (dummy_frame_push): Likewise.
2055 * dwarf2-frame.c (dwarf2_frame_cache): Likewise.
2056 * dwarf2loc.c (allocate_piece_closure): Likewise.
2057 * elfread.c (elf_symfile_segments): Likewise.
2058 * eval.c (ptrmath_type_p): Likewise.
2059 * exceptions.c (EXCEPTIONS_SIGJMP_BUF): Likewise.
2060 * gdbtypes.c (alloc_type_arch): Likewise.
2061 (alloc_type_instance): Likewise.
2062 * hppa-tdep.c (hppa_gdbarch_init): Likewise.
2063 * inf-child.c (inf_child_can_use_agent): Likewise.
2064 * inflow.c (get_inflow_inferior_data): Likewise.
2065 * infrun.c (save_infcall_suspend_state): Likewise.
2066 * jit.c (jit_reader_load): Likewise.
2067 (get_jit_objfile_data): Likewise.
2068 (get_jit_program_space_data): Likewise.
2069 (jit_object_open_impl): Likewise.
2070 (jit_symtab_open_impl): Likewise.
2071 (jit_block_open_impl): Likewise.
2072 (jit_frame_sniffer): Likewise.
2073 * linux-fork.c (add_fork): Likewise.
2074 * maint.c (make_command_stats_cleanup): Likewise.
2075 * objfiles.c (get_objfile_pspace_data): Likewise.
2076 * opencl-lang.c (struct lval_closure): Likewise.
2077 * osdata.c (osdata_start_osdata): Likewise.
2078 * progspace.c (new_address_space): Likewise.
2079 (add_program_space): Likewise.
2080 * remote-sim.c (get_sim_inferior_data): Likewise.
2081 * sh-tdep.c (sh_gdbarch_init): Likewise.
2082 * skip.c (Ignore): Likewise.
2083 (skip_delete_command): Likewise.
2084 * solib-aix.c (get_solib_aix_inferior_data): Likewise.
2085 (library_list_start_library): Likewise.
2086 (solib_aix_current_sos): Likewise.
2087 * solib-darwin.c (get_darwin_info): Likewise.
2088 (darwin_current_sos): Likewise.
2089 * solib-dsbt.c (get_dsbt_info): Likewise.
2090 * solib-ia64-hpux.c (new_so_list): Likewise.
2091 (ia64_hpux_get_solib_linkage_addr): Likewise.
2092 * solib-spu.c (append_ocl_sos): Likewise.
2093 (spu_current_sos): Likewise.
2094 * solib-svr4.c (get_svr4_info): Likewise.
2095 (svr4_keep_data_in_core): Likewise.
2096 (library_list_start_library): Likewise.
2097 (svr4_default_sos): Likewise.
2098 (svr4_read_so_list): Likewise.
2099 * solib-target.c (library_list_start_library): Likewise.
2100 (solib_target_current_sos): Likewise.
2101 * sparc-tdep.c (sparc32_gdbarch_init): Likewise.
2102 * symfile-debug.c (install_symfile_debug_logging): Likewise.
2103 * symfile.c (default_symfile_segments): Likewise.
2104 * target-descriptions.c (tdesc_data_init): Likewise.
2105 (tdesc_create_reg): Likewise.
2106 (struct tdesc_type *): Likewise.
2107 (tdesc_create_vector): Likewise.
2108 (tdesc_set_struct_size): Likewise.
2109 (struct tdesc_type *): Likewise.
2110 (tdesc_free_feature): Likewise.
2111 (tdesc_create_feature): Likewise.
2112 * windows-nat.c (windows_add_thread): Likewise.
2113 (windows_make_so): Likewise.
2114 * xml-support.c (gdb_xml_body_text): Likewise.
2115 (gdb_xml_create_parser_and_cleanup): Likewise.
2116 (xml_process_xincludes): Likewise.
2117 * xml-syscall.c (allocate_syscalls_info): Likewise.
2118 (syscall_create_syscall_desc): Likewise.
2119
2120 2014-01-12 Sergio Durigan Junior <sergiodj@redhat.com>
2121
2122 * i386-tdep.c (i386_stap_parse_special_token_triplet): New
2123 function, with code from i386_stap_parse_special_token.
2124 (i386_stap_parse_special_token_three_arg_disp): Likewise.
2125 (i386_stap_parse_special_token): Move code to the two functions
2126 above; simplify it.
2127
2128 2014-01-09 Pedro Alves <palves@redhat.com>
2129 Hui Zhu <hui@codesourcery.com>
2130
2131 PR gdb/16101
2132 * breakpoint.c (insert_bp_location): Rename hw_bp_err_string to
2133 bp_err_string. Don't mark the location shlib_disabled if the
2134 error thrown wasn't a generic or memory error. Catch errors
2135 thrown while inserting breakpoints in overlayed code. Output
2136 error message of software breakpoints.
2137 * remote.c (remote_insert_breakpoint): If this breakpoint has
2138 target-side commands but this stub doesn't support Z0 packets,
2139 throw NOT_SUPPORTED_ERROR error.
2140 * exceptions.h (enum errors) <NOT_SUPPORTED_ERROR>: New error.
2141 * target.h (target_insert_breakpoint): Extend comment.
2142 (target_insert_hw_breakpoint): Add comment.
2143
2144 2014-01-08 Pedro Alves <palves@redhat.com>
2145
2146 * remote.c (remote_add_thread): Add threads silently if starting
2147 up.
2148 (remote_notice_new_inferior): If in all-stop, and starting up,
2149 don't call notice_new_inferior.
2150 (get_current_thread): New function, factored out from ...
2151 (add_current_inferior_and_thread): ... this. Adjust.
2152 (remote_start_remote) <all-stop>: Fetch the thread list. If we
2153 found any thread, then select the remote's current thread as GDB's
2154 current thread too.
2155
2156 2014-01-08 Joel Brobecker <brobecker@adacore.com>
2157
2158 * NEWS: Create a new section for the next release branch.
2159 Rename the section of the current branch, now that it has
2160 been cut.
2161
2162 2014-01-08 Joel Brobecker <brobecker@adacore.com>
2163
2164 GDB 7.7 branch created (79301218fa0f074c5656db0ec8972a5ddcf91fb5):
2165 * version.in: Bump version to 7.7.50.DATE-cvs.
2166
2167 2014-01-08 Yao Qi <yao@codesourcery.com>
2168
2169 * spu-linux-nat.c (spu_symbol_file_add_from_memory): Change
2170 type of 'id' to gdb_byte. Cast 'id' to 'const char *'.
2171 (spu_xfer_partial): Cast 'buf' to 'const char *'.
2172
2173 2014-01-08 Yao Qi <yao@codesourcery.com>
2174
2175 * spu-linux-nat.c (spu_symbol_file_add_from_memory): Pass
2176 return value of bfd_get_filename to symbol_file_add_from_bfd.
2177
2178 2014-01-08 Pierre Muller <muller@sourceware.org>
2179
2180 Fix PR16201.
2181 * coff-pe-read.c (struct read_pe_section_data): Add index field.
2182 (add_pe_exported_sym): Use SECTION_DATA->INDEX for call
2183 to prim_record_mininal_symbol_and_info.
2184 (add_pe_forwarded_sym): Use known section number of forwarded symbol
2185 in call to prim_record_minimal_symbol_and_info.
2186 (read_pe_exported_syms): Set index field of section_data.
2187
2188 2014-01-07 Andrew Pinski <apinski@cavium.com>
2189
2190 * features/aarch64-core.xml (cpsr): Change to be 64bit.
2191 * features/aarch64.c: Regenerate.
2192
2193 2014-01-07 Andreas Schwab <schwab@linux-m68k.org>
2194
2195 * target.c (return_null): Define.
2196 (update_current_target): Use it instead of return_zero for
2197 functions that return a pointer.
2198
2199 2014-01-07 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
2200
2201 * source.c (add_path): Fix check for duplicated paths in the previously
2202 included paths.
2203
2204 2014-01-07 Honggyu Kim <hong.gyu.kim@lge.com>
2205
2206 * ada-lang.c: Remove duplicated include statements.
2207 * alphabsd-nat.c: Ditto.
2208 * amd64-darwin-tdep.c: Ditto.
2209 * amd64fbsd-nat.c: Ditto.
2210 * auto-load.c: Ditto.
2211 * ax-gdb.c: Ditto.
2212 * breakpoint.c: Ditto.
2213 * dbxread.c: Ditto.
2214 * fork-child.c: Ditto.
2215 * gdb_usleep.c: Ditto.
2216 * i386-darwin-tdep.c: Ditto.
2217 * i386fbsd-nat.c: Ditto.
2218 * infcmd.c: Ditto.
2219 * inferior.c: Ditto.
2220 * jv-lang.c: Ditto.
2221 * linux-nat.c: Ditto.
2222 * linux-tdep.c: Ditto.
2223 * m68kbsd-nat.c: Ditto.
2224 * m68klinux-nat.c: Ditto.
2225 * microblaze-tdep.c: Ditto.
2226 * mips-linux-tdep.c: Ditto.
2227 * mn10300-tdep.c: Ditto.
2228 * nto-tdep.c: Ditto.
2229 * opencl-lang.c: Ditto.
2230 * osdata.c: Ditto.
2231 * printcmd.c: Ditto.
2232 * regcache.c: Ditto.
2233 * remote-m32r-sdi.c: Ditto.
2234 * remote.c: Ditto.
2235 * symfile.c: Ditto.
2236 * symtab.c: Ditto.
2237 * tilegx-linux-nat.c: Ditto.
2238 * tilegx-tdep.c: Ditto.
2239 * tracepoint.c: Ditto.
2240 * valops.c: Ditto.
2241 * vaxbsd-nat.c: Ditto.
2242 * windows-nat.c: Ditto.
2243 * xtensa-tdep.c: Ditto.
2244
2245 2014-01-07 Yao Qi <yao@codesourcery.com>
2246
2247 * spu-linux-nat.c (_initialize_spu_nat): Declare.
2248
2249 2014-01-07 Yao Qi <yao@codesourcery.com>
2250 Joel Brobecker <brobecker@adacore.com>
2251
2252 * aix-thread.c (pdc_read_regs): Cast parameter to uintptr_t.
2253 (pdc_write_regs): Likewise.
2254 (fetch_regs_kernel_thread): Likewise.
2255 (store_regs_kernel_thread): Likewise.
2256
2257 2014-01-07 Joel Brobecker <brobecker@adacore.com>
2258
2259 * ada-varobj.c (ada_varobj_adjust_for_child_access): Convert
2260 tagged type objects to their actual type.
2261
2262 2014-01-07 Joel Brobecker <brobecker@adacore.com>
2263
2264 * ada-valprint.c (print_field_values): Add "language" parameter.
2265 Update calls to print_field_values and print_variant_part.
2266 Pass new parameter "language" in call to val_print instead
2267 of "current_language". Replace call to ada_val_print by call
2268 to val_print.
2269 (print_variant_part): Add "language" parameter.
2270 (ada_val_print_struct_union): Update call to print_field_values.
2271
2272 2014-01-07 Joel Brobecker <brobecker@adacore.com>
2273
2274 * ada-valprint.c (ui_memcpy): Delete.
2275 (ada_print_floating): Update documentation. Add empty line
2276 between between function documentation and implementation.
2277 Delete variable "buffer". Use ui_file_xstrdup in place of
2278 ui_file_put. Minor adjustments following this change.
2279
2280 2014-01-07 Joel Brobecker <brobecker@adacore.com>
2281
2282 * ada-valprint.c (ada_val_print_string): New function,
2283 extracted from ada_val_print_array.
2284 (ada_val_print_array): Replace extracted code by call
2285 to ada_val_print_string followed by a return. Move
2286 "else" branch to the function's top block.
2287
2288 2014-01-07 Joel Brobecker <brobecker@adacore.com>
2289
2290 * ada-valprint.c (ada_val_print_array): Move implementation
2291 down. Rename parameter "offset" and "val" into "offset_aligned"
2292 and "original_value" respectively. Add parameter "offset".
2293
2294 2014-01-07 Joel Brobecker <brobecker@adacore.com>
2295
2296 * ada-valprint.c (ada_val_print_ref): Rewrite by mostly
2297 re-organizing the code. Change the "???" message printed
2298 when target type is a TYPE_CODE_UNDEF into
2299 "<ref to undefined type>".
2300
2301 2014-01-07 Joel Brobecker <brobecker@adacore.com>
2302
2303 * ada-valprint.c (print_record): Delete, implementation inlined...
2304 (ada_val_print_struct_union): ... here. Remove call to
2305 ada_check_typedef in inlined implementation.
2306
2307 2014-01-07 Joel Brobecker <brobecker@adacore.com>
2308
2309 * ada-valprint.c (ada_val_print_gnat_array): New function,
2310 extracted from ada_val_print_1;
2311 (ada_val_print_ptr, ada_val_print_num, ada_val_print_enum)
2312 (ada_val_print_flt, ada_val_print_struct_union)
2313 (ada_val_print_ref): Likewise.
2314 (ada_val_print_1): Delete variables i and elttype.
2315 Replace extracted-out code by call to corresponding
2316 new functions.
2317
2318 2014-01-07 Joel Brobecker <brobecker@adacore.com>
2319
2320 * ada-valprint.c (ada_val_print_1): Remove call to gdb_flush.
2321
2322 2014-01-07 Joel Brobecker <brobecker@adacore.com>
2323
2324 * ada-valprint.c (ada_val_print_1): Replace calls to
2325 ada_val_print_1 by calls to val_print.
2326
2327 2014-01-07 Joel Brobecker <brobecker@adacore.com>
2328
2329 * ada-valprint.c (ada_val_print_1): Add parameter "language".
2330 Update calls to self accordingly. Replace calls to c_val_print
2331 by calls to val_print.
2332
2333 2014-01-07 Joel Brobecker <brobecker@adacore.com>
2334
2335 * ada-valprint.c (print_record): Delete declaration.
2336 (adjust_type_signedness, ada_val_print_1): Likewise.
2337 (ada_val_print): Move function implementation down.
2338 (print_variant_part, print_field_values, print_record):
2339 Move function implementation up.
2340
2341 2014-01-07 Joel Brobecker <brobecker@adacore.com>
2342
2343 * python/py-type.c (typy_get_name): New function.
2344 (type_object_getset): Add entry for attribute "name".
2345 * NEWS: Add entry mentioning this new attribute.
2346
2347 2014-01-07 Yao Qi <yao@codesourcery.com>
2348
2349 * gnu-nat.c (set_exceptions_cmd): Remove an empty body 'if'
2350 statement.
2351
2352 2014-01-07 Yao Qi <yao@codesourcery.com>
2353
2354 * gnu-nat.c (info_port_rights): Add qualifier const to
2355 argument args.
2356
2357 2014-01-07 Yao Qi <yao@codesourcery.com>
2358
2359 * gnu-nat.c (trace_me): Use 'void' for empty argument list.
2360
2361 2014-01-07 Yao Qi <yao@codesourcery.com>
2362
2363 * gnu-nat.c (make_inf) Update declaration.
2364 (make_inf): Make it static.
2365 (inf_set_traced): Likewise.
2366 (inf_port_to_thread, inf_task_died_status): Likewise.
2367
2368 2014-01-07 Yao Qi <yao@codesourcery.com>
2369
2370 * gnu-nat.c (inf_tid_to_proc): Remove declaration.
2371
2372 2014-01-07 Yao Qi <yao@codesourcery.com>
2373
2374 * gnu-nat.c (_initialize_gnu_nat): Declare.
2375
2376 2014-01-07 Yao Qi <yao@codesourcery.com>
2377
2378 * gdbarch.sh (byte_order, byte_order_for_code): Change type to
2379 'enum bfd_endian'.
2380 (struct gdbarch_info) <byte_order>: Change type to
2381 'enum bfd_endian'.
2382 <byte_order_for_code>: Likewise.
2383 * gdbarch.c, gdbarch.h: Regenerated.
2384
2385 2014-01-06 Sasha Smundak <asmundak@google.com>
2386
2387 * jit.c: (jit_reader_load_command): Fix JIT reader path creation.
2388
2389 2014-01-06 Tom Tromey <tromey@redhat.com>
2390
2391 * doublest.c (convert_doublest_to_floatformat): Use const, not
2392 CONST.
2393 * somread.c (som_symtab_read): Likewise.
2394
2395 2014-01-07 Hui Zhu <hui@codesourcery.com>
2396
2397 * gdb_bfd.c (gdb_bfd_stash_filename): Removed.
2398 (gdb_bfd_open): Removed gdb_bfd_stash_filename.
2399 (gdb_bfd_fopen): Ditto.
2400 (gdb_bfd_openr): Ditto.
2401 (gdb_bfd_openw): Ditto.
2402 (gdb_bfd_openr_iovec): Ditto.
2403 (gdb_bfd_fdopenr): Ditto.
2404 * gdb_bfd.h (gdb_bfd_stash_filename): Removed.
2405 * solib-aix.c (solib_aix_bfd_open): Alloc object_bfd->filename
2406 with xstrdup.
2407 * solib-darwin.c (darwin_bfd_open): Alloc res->filename
2408 with xstrdup.
2409 * symfile-mem.c (symbol_file_add_from_memory): Removed
2410 gdb_bfd_stash_filename.
2411
2412 2014-01-03 Doug Evans <dje@google.com>
2413
2414 * nat/linux-waitpid.c (linux_debug): Remove extraneous \n from
2415 output.
2416
2417 2014-01-01 Joel Brobecker <brobecker@adacore.com>
2418
2419 Update year range in copyright notice of all files.
2420
2421 2014-01-01 Joel Brobecker <brobecker@adacore.com>
2422
2423 * top.c (print_gdb_version): Set copyright year to 2014.
2424
2425 2014-01-01 Joel Brobecker <brobecker@adacore.com>
2426
2427 * config/djgpp/fnchange.lst: Add entry for gdb/ChangeLog-2013.
2428
2429 For older changes see ChangeLog-2013.
2430 \f
2431 Local Variables:
2432 mode: change-log
2433 left-margin: 8
2434 fill-column: 74
2435 version-control: never
2436 coding: utf-8
2437 End:
This page took 0.094545 seconds and 4 git commands to generate.