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