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