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