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