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