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