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