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