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