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