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