Create inferior for ctf target.
[deliverable/binutils-gdb.git] / gdb / ChangeLog
1 2014-02-05 Yao Qi <yao@codesourcery.com>
2
3 * ctf.c: Include "inferior.h" and "gdbthread.h".
4 (CTF_PID): A new macro.
5 (ctf_open): Call inferior_appeared and add_thread_silent.
6 (ctf_close): Call exit_inferior_silent and set inferior_ptid.
7 (ctf_thread_alive): New function.
8 (init_ctf_ops): Install ctf_thread_alive to to_thread_alive.
9
10 2014-02-05 Yao Qi <yao@codesourcery.com>
11
12 Revert this patch:
13
14 2013-05-24 Yao Qi <yao@codesourcery.com>
15
16 * tracepoint.c (TFILE_PID): Remove.
17 (tfile_open): Don't add thread and inferior.
18 (tfile_close): Don't set 'inferior_ptid'. Don't call
19 exit_inferior_silent.
20 (tfile_thread_alive): Remove.
21 (init_tfile_ops): Don't set field 'to_thread_alive' of
22 tfile_ops.
23
24 2014-02-04 Christian Eggers <ceggers@gmx.de> (tiny change)
25
26 * remote.c (remote_start_remote): Call remote_check_symbols even
27 if only symbol-file (not file) has been given.
28
29 2014-02-04 Ulrich Weigand  <uweigand@de.ibm.com>
30
31 * gdbarch.sh (skip_entrypoint): New callback.
32 * gdbarch.c, gdbarch.h: Regenerate.
33 * symtab.c (skip_prologue_sal): Call gdbarch_skip_entrypoint.
34 * infrun.c (fill_in_stop_func): Likewise.
35 * ppc-linux-tdep.c: Include "elf/ppc64.h".
36 (ppc_elfv2_elf_make_msymbol_special): New function.
37 (ppc_elfv2_skip_entrypoint): Likewise.
38 (ppc_linux_init_abi): Install them for ELFv2.
39
40 2014-02-04 Ulrich Weigand  <uweigand@de.ibm.com>
41
42 * ppc-sysv-tdep.c (ppc64_aggregate_candidate): New routine.
43 (ppc64_elfv2_abi_homogeneous_aggregate): Likewise.
44 (ppc64_sysv_abi_push_param): Handle ELFv2 homogeneous structs.
45 (ppc64_sysv_abi_return_value): Likewise. Also, handle small
46 structures returned in GPRs.
47
48 2014-02-04 Ulrich Weigand  <uweigand@de.ibm.com>
49
50 * ppc-sysv-tdep.c (ppc64_sysv_abi_push_dummy_call): Use correct
51 offset to the stack parameter list for the ELFv2 ABI.
52
53 2014-02-04 Ulrich Weigand  <uweigand@de.ibm.com>
54
55 * ppc-linux-tdep.c (ppc_linux_init_abi): Only call
56 set_gdbarch_convert_from_func_ptr_addr and
57 set_gdbarch_elf_make_msymbol_special for ELFv1.
58 * ppc-sysv-tdep.c (ppc64_sysv_abi_push_param): Only handle
59 function descriptors on ELFv1.
60 (ppc64_sysv_abi_push_dummy_call): Likewise. On ELFv2,
61 set up r12 at function entry.
62
63 2014-02-04 Ulrich Weigand  <uweigand@de.ibm.com>
64
65 * ppc-tdep.h (enum powerpc_elf_abi): New data type.
66 (struct gdbarch_tdep): New member elf_abi.
67
68 * rs6000-tdep.c: Include "elf/ppc64.h".
69 (rs6000_gdbarch_init): Detect ELF ABI version.
70
71 2014-02-04 Ulrich Weigand  <uweigand@de.ibm.com>
72
73 * ppc-sysv-tdep.c (ppc64_sysv_abi_push_freg): Use correct order
74 within a register pair holding a DFP 128-bit value on little-endian.
75 (ppc64_sysv_abi_return_value_base): Likewise.
76 * rs6000-tdep.c (dfp_pseudo_register_read): Likewise.
77 (dfp_pseudo_register_write): Likewise.
78
79 2014-02-04 Ulrich Weigand  <uweigand@de.ibm.com>
80
81 * ppc-sysv-tdep.c (ppc64_sysv_abi_push_freg): Use correct
82 offset on little-endian when passing _Decimal32.
83 (ppc64_sysv_abi_return_value_base): Likewise for return values.
84
85 2014-02-04 Ulrich Weigand  <uweigand@de.ibm.com>
86
87 * rs6000-tdep.c (efpr_pseudo_register_read): Use correct offset
88 of the overlapped FP register within the VSX register on little-
89 endian platforms.
90 (efpr_pseudo_register_write): Likewise.
91
92 2014-02-04 Ulrich Weigand  <uweigand@de.ibm.com>
93
94 * ppc-sysv-tdep.c (ppc64_sysv_abi_push_val): Use correct
95 offset on little-endian when passing small structures.
96
97 2014-02-04 Ulrich Weigand  <uweigand@de.ibm.com>
98
99 * ppc-sysv-tdep.c (get_decimal_float_return_value): Update comment.
100 (struct ppc64_sysv_argpos): New data structure.
101 (ppc64_sysv_abi_push_float): Remove.
102 (ppc64_sysv_abi_push_val): New function.
103 (ppc64_sysv_abi_push_integer): Likewise.
104 (ppc64_sysv_abi_push_freg): Likewise.
105 (ppc64_sysv_abi_push_vreg): Likewise.
106 (ppc64_sysv_abi_push_param): Likewise.
107 (ppc64_sysv_abi_push_dummy_call): Refactor to use those new routines.
108 (ppc64_sysv_abi_return_value_base): New function.
109 (ppc64_sysv_abi_return_value): Refactor to use it.
110
111 2014-02-04 Ulrich Weigand  <uweigand@de.ibm.com>
112
113 * NEWS: Document new target powerpc64le-*-linux*.
114
115 2014-02-04 Mark Kettenis <kettenis@gnu.org>
116
117 * sparc64obsd-tdep.c (sparc64obsd_gregset): New variable.
118 (sparc64obsd_supply_gregset): Handle registers sets used in ELF
119 core dumps.
120 (sparc64obsd_init_abi): Adjust minimum size of the general purpose
121 register set used in ELF core dumps. Add floating-point register set.
122
123 2014-02-03 Kevin Buettner <kevinb@redhat.com>
124
125 * mn10300-tdep.c (mn10300_dwarf2_reg_to_regnum): Rewrite
126 dwarf2_to_gdb[] table using symbolic constants. Adjust
127 penultimate entry from number representing the PC register
128 to symbolic constant representing the MDR register. Add
129 constant for the PC register to the end of the table.
130
131 2014-02-03 Mark Kettenis <kettenis@gnu.org>
132
133 * bsd-kvm.c: Include <sys/param.h>
134
135 2014-02-03 Mark Kettenis <kettenis@gnu.org>
136
137 * sparc64nbsd-nat.c (sparc64nbsd_supply_fpregset): Fix prototype.
138
139 2014-01-31 Joel Brobecker <brobecker@adacore.com>
140
141 * ada-lang.h (clear_ada_sym_cache): Delete.
142
143 2014-01-30 Ulrich Weigand  <uweigand@de.ibm.com>
144
145 * auxv.c (fprint_target_auxv): Handle AT_HWCAP2.
146
147 2014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
148
149 * sparc64-linux-tdep.c (sparc64_linux_step_trap): Get PC from
150 the sigreturn register save area only if the syscall is
151 sigreturn.
152
153 2014-01-29 Joel Brobecker <brobecker@adacore.com>
154
155 * valops.c (value_slice): Minor reformatting.
156
157 2014-01-28 Ulrich Weigand  <uweigand@de.ibm.com>
158
159 * ppc64-tdep.c (ppc64_standard_linkage7): Fix typo.
160
161 2014-01-28 Joel Brobecker <brobecker@adacore.com>
162
163 * ada-lang.c (maint_set_ada_cmdlist, maint_show_ada_cmdlist):
164 New static globals.
165 (maint_set_ada_cmd, maint_show_ada_cmd): New functions.
166 (ada_ignore_descriptive_types_p): New static global.
167 (find_parallel_type_by_descriptive_type): Return immediately
168 if ada_ignore_descriptive_types_p is set.
169 (_initialize_ada_language): Register new commands "maintenance
170 set ada", "maintenance show ada", "maintenance set ada
171 ignore-descriptive-types" and "maintenance show ada
172 ignore-descriptive-types".
173 * NEWS: Add entry for new "maint ada set/show
174 ignore-descriptive-types" commands.
175
176 2014-01-27 Markus Metzger <markus.t.metzger@intel.com>
177
178 * record-btrace.c (record_btrace_close): Call btrace_teardown
179 for all threads.
180
181 2014-01-27 Joel Brobecker <brobecker@adacore.com>
182
183 * ada-lang.c: Remove "#ifdef UI_OUT" condition for including
184 "ui-out.h".
185
186 2014-01-27 Joel Brobecker <brobecker@adacore.com>
187
188 * ada-typeprint (type_is_full_subrange_of_target_type):
189 New function.
190 (print_range): Add parameter bounds_prefered_p. If not set,
191 try printing range types using the name of their base type.
192 (print_range_type): Add parameter bounds_prefered_p.
193 Use it in call to print_range.
194 (print_array_type, ada_print_type): Update calls to print_range
195 and print_range_type.
196
197 2014-01-27 Joel Brobecker <brobecker@adacore.com>
198
199 * ada-typeprint.c (print_array_type, print_choices, print_range)
200 (print_range_bound, print_dynamic_range_bound, print_range_type):
201 Remove declaration.
202
203 2014-01-27 Joel Brobecker <brobecker@adacore.com>
204
205 * ada-typeprint.c (print_range): Add missing empty line
206 after local declaration.
207
208 2014-01-27 Joel Brobecker <brobecker@adacore.com>
209
210 * ada-valprint.c (print_optional_low_bound): Get index_type's
211 target type for as long as it is a TYPE_CODE_RANGE.
212
213 2014-01-27 Joel Brobecker <brobecker@adacore.com>
214
215 * procfs.c (procfs_make_note_section): Remove assertion and
216 associated comment.
217
218 2014-01-24 Yao Qi <yao@codesourcery.com>
219
220 * remote.c (remote_read_bytes): Change type of len to ULONGEST.
221 * corelow.c (get_core_siginfo): Likewise.
222
223 2014-01-24 Yao Qi <yao@codesourcery.com>
224
225 * remote.c (remote_write_bytes_aux): Change type of 'len' to
226 ULONGEST. Don't check 'len' is negative.
227 (remote_write_bytes): Change type of 'len' to ULONGEST.
228
229 2014-01-23 Tom Tromey <tromey@redhat.com>
230
231 PR python/16485:
232 * python/lib/gdb/FrameDecorator.py: (FrameVars.fetch_frame_args):
233 Handle exception from frame.block.
234 (FrameVars.fetch_frame_locals): Likewise.
235
236 2014-01-23 Tom Tromey <tromey@redhat.com>
237
238 PR python/16487:
239 * python/py-framefilter.c (py_print_frame): Don't call Py_DECREF
240 on a NULL pointer. Move "goto error" to correct place.
241
242 2014-01-23 Tom Tromey <tromey@redhat.com>
243
244 PR python/16491:
245 * python/py-framefilter.c (apply_frame_filter): Call
246 ensure_python_env after computing gdbarch.
247
248 2014-01-23 Yao Qi <yao@codesourcery.com>
249
250 * target.c (raw_memory_xfer_partial): Change argument type
251 from void * to gdb_byte *.
252 (memory_xfer_partial_1, memory_xfer_partial): Likewise.
253
254 2014-01-22 Doug Evans <dje@google.com>
255
256 New gdbserver option --debug-format=timestamp.
257 * NEWS: Mention it.
258
259 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
260
261 * syscalls/s390x-linux.xml: New file.
262 * syscalls/s390-linux.xml: New file.
263 * s390-linux-tdep.c (XML_SYSCALL_FILENAME_S390): New macro.
264 (XML_SYSCALL_FILENAME_S390X): Likewise.
265 (op_svc): New enum value for SVC opcode.
266 (s390_sigtramp_frame_sniffer): Replace literal by 'op_svc'.
267 (s390_linux_get_syscall_number): New function.
268 (s390_gdbarch_init): Register '*get_syscall_number' and the
269 syscall xml file name.
270 * data-directory/Makefile.in (SYSCALLS_FILES): Add
271 "s390-linux.xml" and "s390x-linux.xml".
272 * NEWS: Announce new feature.
273
274 2014-01-22 Baruch Siach <baruch@tkos.co.il>
275
276 * xtensa-tdep.h (xtensa_elf_greg_t): Change type to uint32_t.
277
278 2014-01-22 Pedro Alves <palves@redhat.com>
279
280 * xtensa-config.c: Include defs.h.
281
282 2014-01-22 Joel Brobecker <brobecker@adacore.com>
283
284 * common/common-utils.h: Add "ARI:" comment beside __func__
285 reference.
286
287 2014-01-22 Joel Brobecker <brobecker@adacore.com>
288
289 * common/common-utils.h (FUNCTION_NAME): Expand the macro's
290 documentation a bit.
291
292 2014-01-21 Roland McGrath <mcgrathr@google.com>
293
294 * configure.ac: Call AM_PROG_INSTALL_STRIP.
295 * configure: Regenerate.
296 * aclocal.m4: Regenerate.
297 * Makefile.in (install_sh, INSTALL_STRIP_PROGRAM, STRIP):
298 New substituted variables.
299 (install-strip): New target.
300 (INSTALL_SCRIPT): New substituted variable.
301 (FLAGS_TO_PASS): Add it.
302 (install-only): Use $(INSTALL_SCRIPT) rather than
303 $(INSTALL_PROGRAM) for gcore.
304
305 2014-01-20 Tom Tromey <tromey@redhat.com>
306
307 * cli/cli-decode.h (struct cmd_list_element): Move all bitfields
308 together.
309
310 2014-01-20 Tom Tromey <tromey@redhat.com>
311
312 * cli/cli-decode.c (add_cmd, deprecate_cmd, add_alias_cmd)
313 (add_setshow_cmd_full, delete_cmd, lookup_cmd_1)
314 (deprecated_cmd_warning, complete_on_cmdlist): Update.
315 * cli/cli-decode.h (CMD_DEPRECATED, DEPRECATED_WARN_USER)
316 (MALLOCED_REPLACEMENT, DOC_ALLOCATED): Remove.
317 (struct cmd_list_element) <flags>: Remove.
318 <cmd_deprecated, deprecated_warn_user, malloced_replacement,
319 doc_allocated>: New fields.
320 <hook_in, allow_unknown, abbrev_flag, type, var_type>: Now
321 bitfields.
322 * maint.c (maintenance_do_deprecate): Update.
323 * top.c (execute_command): Update.
324
325 2014-01-20 Baruch Siach <baruch@tkos.co.il>
326
327 * xtensa-linux-nat.c: Include asm/ptrace.h.
328
329 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
330
331 * Makefile.in (SFILES): Add d-support.c.
332 (COMMON_OBS): Add d-support.o.
333 * d-lang.h (d_parse_symbol): Add comment, now defined in
334 d-support.c.
335 * d-lang.c (parse_call_convention)
336 (parse_attributes, parse_function_types)
337 (parse_function_args, parse_type, parse_identifier)
338 (call_convention_p, d_parse_symbol): Move functions to ...
339 * d-support.c: ... New file.
340
341 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
342
343 * d-lang.h (d_parse_symbol): Add declaration.
344 * d-lang.c (extract_identifiers)
345 (extract_type_info): Remove functions.
346 (parse_call_convention, parse_attributes)
347 (parse_function_types, parse_function_args)
348 (parse_type, parse_identifier, call_convention_p)
349 (d_parse_symbol): New functions.
350 (d_demangle): Use d_parse_symbol to demangle D symbols.
351
352 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
353
354 * d-lang.h (struct builtin_d_type): New data type.
355 (builtin_d_type): Add declaration.
356 * d-lang.c (d_language_arch_info, build_d_types)
357 (builtin_d_type): New functions.
358 (enum d_primitive_types): New data type.
359 (d_language_defn): Change c_language_arch_info to
360 d_language_arch_info.
361 (d_type_data): New static variable.
362 (_initialize_d_language): Initialize d_type_data.
363
364 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
365
366 * d-lang.h (d_main_name): Add declaration.
367 * d-lang.c (d_main_name): New function.
368 * symtab.c (find_main_name): Add call to d_main_name.
369
370 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
371
372 * d-lang.c (d_language_defn): Change macro_expansion_c to
373 macro_expansion_no.
374
375 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
376
377 * MAINTAINERS: Add myself as a write-after-approval maintainer.
378
379 2014-01-17 Sergio Durigan Junior <sergiodj@redhat.com>
380
381 * breakpoint.c (insert_bp_location): Add "volatile" keyword to "struct
382 gdb_exception" declaration.
383 * remote.c (getpkt_or_notif_sane): Likewise.
384
385 2014-01-17 Doug Evans <dje@google.com>
386
387 * common/gdb_vecs.c (delim_string_to_char_ptr_vec_append): New
388 function, contents of dirnames_to_char_ptr_vec_append moved here.
389 (delim_string_to_char_ptr_vec): New function.
390 (dirnames_to_char_ptr_vec_append): Rewrite.
391 * common/gdb_vecs.h (delim_string_to_char_ptr_vec): Declare.
392
393 2014-01-17 Doug Evans <dje@google.com>
394
395 * common/common-utils.h (FUNCTION_NAME): Renamed from ASSERT_FUNCTION,
396 and moved here ...
397 * common/gdb_assert.h (ASSERT_FUNCTION): ... from here.
398 #include "common-utils.h".
399 (gdb_assert, gdb_assert_fail, gdb_assert_not_reached): Update.
400 * common/vec.h (VEC_ASSERT_PASS): Update.
401 * darwin-nat.h: Replace #include of gdb_assert.h with common-utils.h.
402 (MACH_CHECK_ERROR): Update.
403
404 2014-01-17 Simon Marchi <simon.marchi@ericsson.com>
405
406 * gdbarch.sh (gdbarch_address_class_name_to_type_flags): Add
407 comments.
408 * gdbarch.h: Regenerate.
409
410 2014-01-16 Tom Tromey <tromey@redhat.com>
411
412 * value.c (struct value) <regnum>: Move earlier.
413
414 2014-01-16 Tom Tromey <tromey@redhat.com>
415
416 * remote.c (extended_remote_create_inferior): Rename from
417 extended_remote_create_inferior_1. Add "ops" argument. Remove
418 old implementation.
419
420 2014-01-16 Pedro Alves <palves@redhat.com>
421
422 * s390-linux-tdep.c (s390_frame_unwind_cache): Swallow
423 NOT_AVAILABLE_ERROR errors while parsing the prologue or reading
424 the backchain.
425
426 2014-01-16 Doug Evans <dje@google.com>
427
428 * dwarf2read.c (open_and_init_dwp_file): Fix typo in comment.
429
430 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
431
432 * btrace.h (btrace_thread_flag): New.
433 (struct btrace_thread_info) <flags>: New.
434 * record-btrace.c (record_btrace_resume_thread)
435 (record_btrace_find_thread_to_move, btrace_step_no_history)
436 (btrace_step_stopped, record_btrace_start_replaying)
437 (record_btrace_step_thread, record_btrace_decr_pc_after_break)
438 (record_btrace_find_resume_thread): New.
439 (record_btrace_resume, record_btrace_wait): Extend.
440 (record_btrace_can_execute_reverse): New.
441 (record_btrace_open): Fail in non-stop mode.
442 (record_btrace_set_replay): Split into this, ...
443 (record_btrace_stop_replaying): ... this, ...
444 (record_btrace_clear_histories): ... and this.
445 (init_record_btrace_ops): Init to_can_execute_reverse.
446 * NEWS: Announce it.
447
448 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
449
450 * target.h (struct target_ops) <to_decr_pc_after_break>: New.
451 (forward_target_decr_pc_after_break)
452 (target_decr_pc_after_break): New.
453 * target.c (forward_target_decr_pc_after_break)
454 (target_decr_pc_after_break): New.
455 * aix-thread.c (aix_thread_wait): Call target_decr_pc_after_break
456 instead of gdbarch_decr_pc_after_break.
457 * darwin-nat.c (cancel_breakpoint): Call target_decr_pc_after_break
458 instead of gdbarch_decr_pc_after_break.
459 * infrun.c (adjust_pc_after_break): Call target_decr_pc_after_break
460 instead of gdbarch_decr_pc_after_break.
461 * linux-nat.c (cancel_breakpoint): Call target_decr_pc_after_break
462 instead of gdbarch_decr_pc_after_break.
463 * linux-thread-db.c (check_event): Call target_decr_pc_after_break
464 instead of gdbarch_decr_pc_after_break.
465 * record-full.c (record_full_wait_1): Call target_decr_pc_after_break
466 instead of gdbarch_decr_pc_after_break.
467
468 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
469
470 * btrace.c: Include regcache.h.
471 (btrace_add_pc): New.
472 (btrace_enable): Call btrace_add_pc.
473 (btrace_is_empty): New.
474 * btrace.h (btrace_is_empty): New.
475 * record-btrace.c (require_btrace, record_btrace_info): Call
476 btrace_is_empty.
477
478 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
479
480 * common/linux-btrace.c (perf_event_read_bts, linux_read_btrace):
481 Support delta reads.
482 (linux_disable_btrace): Change return type.
483 * common/linux-btrace.h (linux_read_btrace): Change parameters
484 and return type to allow error reporting. Update users.
485 (linux_disable_btrace): Change return type. Update users.
486 * common/btrace-common.h (btrace_read_type) <BTRACE_READ_DELTA>:
487 New.
488 (btrace_error): New.
489 (btrace_block) <begin>: Comment on BEGIN == 0.
490 * btrace.c (btrace_compute_ftrace): Start from the end of
491 the current trace.
492 (btrace_stitch_trace, btrace_clear_history): New.
493 (btrace_fetch): Read delta trace, return if replaying.
494 (btrace_clear): Move clear history code to btrace_clear_history.
495 (parse_xml_btrace): Throw an error if parsing failed.
496 * target.h (struct target_ops) <to_read_btrace>: Change parameters
497 and return type to allow error reporting.
498 (target_read_btrace): Change parameters and return type to allow
499 error reporting.
500 * target.c (target_read_btrace): Update.
501 * remote.c (remote_read_btrace): Support delta reads. Pass
502 errors on.
503 * NEWS: Announce it.
504
505 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
506
507 * record.h (record_btrace_frame_unwind)
508 (record_btrace_tailcall_frame_unwind): New declarations.
509 * dwarf2-frame: Include record.h
510 (dwarf2_frame_cfa): Throw an error for btrace frames.
511 * record-btrace.c: Include hashtab.h.
512 (btrace_get_bfun_name): New.
513 (btrace_call_history): Call btrace_get_bfun_name.
514 (struct btrace_frame_cache): New.
515 (bfcache): New.
516 (bfcache_hash, bfcache_eq, bfcache_new): New.
517 (btrace_get_frame_function): New.
518 (record_btrace_frame_unwind_stop_reason): Allow unwinding.
519 (record_btrace_frame_this_id): Compute own id.
520 (record_btrace_frame_prev_register): Provide PC, throw_error
521 for all other registers.
522 (record_btrace_frame_sniffer): Detect btrace frames.
523 (record_btrace_tailcall_frame_sniffer): New.
524 (record_btrace_frame_dealloc_cache): New.
525 (record_btrace_frame_unwind): Add new functions.
526 (record_btrace_tailcall_frame_unwind): New.
527 (_initialize_record_btrace): Allocate cache.
528 * btrace.c (btrace_clear): Call reinit_frame_cache.
529 * NEWS: Announce it.
530
531 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
532
533 * record-btrace.c (record_btrace_set_replay)
534 (record_btrace_goto_begin, record_btrace_goto_end)
535 (record_btrace_goto): New.
536 (init_record_btrace_ops): Initialize them.
537 * NEWS: Announce it.
538
539 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
540
541 * record-btrace.c (record_btrace_find_new_threads)
542 (record_btrace_thread_alive): New.
543 (init_record_btrace_ops): Initialize to_find_new_threads and
544 to_thread_alive.
545
546 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
547
548 * record-btrace.c (record_btrace_resume): New.
549 (record_btrace_wait): New.
550 (init_record_btrace_ops): Initialize to_wait and to_resume.
551
552 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
553
554 * record-btrace.c (record_btrace_xfer_partial)
555 (record_btrace_insert_breakpoint, record_btrace_remove_breakpoint)
556 (record_btrace_allow_memory_access): New.
557 (init_record_btrace_ops): Initialize new methods.
558 * target.c (raw_memory_xfer_partial): Bail out if target reports
559 that this memory is not available.
560
561 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
562
563 * target.h (target_ops) <to_insert_breakpoint>
564 <to_remove_breakpoint>: Add target_ops parameter.
565 (forward_target_insert_breakpoint): New.
566 (forward_target_remove_breakpoint): New.
567 (memory_remove_breakpoint, memory_insert_breakpoint):
568 Add target_ops parameter.
569 * target.c (target_insert_breakpoint): Split into this and ...
570 (forward_target_insert_breakpoint): ... this.
571 (target_remove_breakpoint): Split into this and ...
572 (forward_target_remove_breakpoint): ... this.
573 (debug_to_insert_breakpoint): Add target_ops parameter.
574 Call forward_target_insert_breakpoint.
575 (debug_to_remove_breakpoint): Add target_ops parameter.
576 Call forward_target_remove_breakpoint.
577 (update_current_target): Do not inherit or default to_insert_breakpoint
578 and to_remove_breakpoint.
579 * corelow.c (ignore): Add target_ops parameter.
580 * exec.c (ignore): Add target_ops parameter.
581 * mem-break.c (memory_insert_breakpoint, memory_remove_breakpoint):
582 Add target_ops parameter.
583 * monitor.c (monitor_insert_breakpoint, monitor_remove_breakpoint):
584 Add target_ops parameter.
585 * nto-procfs.c (procfs_insert_breakpoint, procfs_remove_breakpoint):
586 Add target_ops parameter.
587 * record-full.c (record_full_beneath_to_insert_breakpoint)
588 (record_full_beneath_to_remove_breakpoint, tmp_to_insert_breakpoint)
589 (tmp_to_remove_breakpoint, record_full_insert_breakpoint)
590 (record_full_remove_breakpoint, record_full_core_insert_breakpoint)
591 (record_full_core_remove_breakpoint): Add target_ops parameter.
592 Update users.
593 (record_full_beneath_to_insert_breakpoint_ops)
594 (record_full_beneath_to_remove_breakpoint_ops)
595 (tmp_to_insert_breakpoint_ops, tmp_to_remove_breakpoint_ops): New.
596 (record_full_open): Initialize tmp_to_insert_breakpoint_ops,
597 tmp_to_remove_breakpoint_ops,
598 record_full_beneath_to_insert_breakpoint_ops, and
599 record_full_beneath_to_remove_breakpoint_ops.
600 * remote-m32r-sdi.c (m32r_insert_breakpoint)
601 (m32r_remove_breakpoint): Add target_ops parameter.
602 * remote-mips.c (mips_insert_breakpoint, mips_remove_breakpoint):
603 Add target_ops parameter.
604 * remote.c (remote_insert_breakpoint, remote_remove_breakpoint):
605 Add target_ops parameter.
606
607 2014-01-16 Jan Kratochvil <jan.kratochvil@redhat.com>
608 Markus Metzger <markus.t.metzger@intel.com>
609
610 * record-btrace.c: Include frame-unwind.h.
611 (record_btrace_frame_unwind_stop_reason)
612 (record_btrace_frame_this_id, record_btrace_frame_prev_register)
613 (record_btrace_frame_sniffer, record_btrace_frame_unwind):
614 New.
615 (init_record_btrace_ops): Install it.
616
617 2014-01-16 Jan Kratochvil <jan.kratochvil@redhat.com>
618
619 * frame.c (get_frame_unwind_stop_reason): Unconditionally call
620 get_prev_frame_1.
621
622 2014-01-16 Jan Kratochvil <jan.kratochvil@redhat.com>
623
624 * dwarf2-frame.c (dwarf2_frame_cfa): Move UNWIND_UNAVAILABLE check
625 earlier.
626
627 2014-01-16 Jan Kratochvil <jan.kratochvil@redhat.com>
628
629 * frame-unwind.c: Include target.h.
630 (frame_unwind_try_unwinder): New function with code from ...
631 (frame_unwind_find_by_frame): ... here. New variable
632 unwinder_from_target, call also target_get_unwinder)
633 (target_get_tailcall_unwinder, and frame_unwind_try_unwinder for it.
634 * target.c (target_get_unwinder, target_get_tailcall_unwinder): New.
635 * target.h (struct target_ops): New fields to_get_unwinder and
636 to_get_tailcall_unwinder.
637 (target_get_unwinder, target_get_tailcall_unwinder): New declarations.
638
639 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
640
641 * record-btrace.c (record_btrace_fetch_registers)
642 (record_btrace_store_registers)
643 (record_btrace_to_prepare_to_store): New.
644 (init_record_btrace_ops): Add the above.
645
646 2014-01-16 Tom Tromey <tromey@redhat.com>
647
648 * windows-nat.c (windows_prepare_to_store): Add 'self' argument.
649 * target.h (struct target_ops) <to_prepare_to_store>: Add
650 argument.
651 (target_prepare_to_store): Add argument.
652 * target.c (debug_to_prepare_to_store): Add argument.
653 (update_current_target): Update.
654 * remote.c (remote_prepare_to_store): Add 'self' argument.
655 * remote-sim.c (gdbsim_prepare_to_store): Add 'self' argument.
656 * remote-mips.c (mips_prepare_to_store): Add 'self' argument.
657 * remote-m32r-sdi.c (m32r_prepare_to_store): Add 'self' argument.
658 * record-full.c (record_full_core_prepare_to_store): Add 'self'
659 argument.
660 * ravenscar-thread.c (ravenscar_prepare_to_store): Add argument.
661 * nto-procfs.c (procfs_prepare_to_store): Add 'self' argument.
662 * monitor.c (monitor_prepare_to_store): Add 'self' argument.
663 * inf-child.c (inf_child_prepare_to_store): Add 'self' argument.
664 * go32-nat.c (go32_prepare_to_store): Add 'self' argument.
665
666 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
667
668 * btrace.h (replay) <replay>: New.
669 (btrace_is_replaying): New.
670 * btrace.c (btrace_clear): Free replay iterator.
671 (btrace_is_replaying): New.
672 * record-btrace.c (record_btrace_is_replaying): New.
673 (record_btrace_info): Print insn number if replaying.
674 (record_btrace_insn_history): Start at replay position.
675 (record_btrace_call_history): Start at replay position.
676 (init_record_btrace_ops): Init to_record_is_replaying.
677
678 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
679
680 * record-btrace.c (record_btrace_insn_history_range): Include
681 end.
682 (record_btrace_insn_history_from): Adjust range.
683 (record_btrace_call_history_range): Include
684 end.
685 (record_btrace_call_history_from): Adjust range.
686 * NEWS: Announce changes.
687
688 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
689
690 * record.h (enum record_print_flag)
691 <record_print_indent_calls>: New.
692 * record.c (get_call_history_modifiers): Recognize /c modifier.
693 (_initialize_record): Document /c modifier.
694 * record-btrace.c (btrace_call_history): Add btinfo parameter.
695 Reorder fields. Optionally indent the function name. Update
696 all users.
697 * NEWS: Announce changes.
698
699 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
700
701 * common/linux-btrace.c (linux_enable_btrace): Enlarge buffer.
702
703 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
704
705 * btrace.c (ftrace_new_function): Start counting at one.
706 * record-btrace.c (record_btrace_info): Adjust number of calls
707 and insns.
708 * NEWS: Announce it.
709
710 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
711
712 * record-btrace.c (btrace_call_history_insn_range): Print
713 insn range as [begin, end].
714
715 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
716
717 * btrace.h (struct btrace_func_link): New.
718 (enum btrace_function_flag): New.
719 (struct btrace_inst): Rename to ...
720 (struct btrace_insn): ...this. Update all users.
721 (struct btrace_func) <ibegin, iend>: Remove.
722 (struct btrace_func_link): New.
723 (struct btrace_func): Rename to ...
724 (struct btrace_function): ...this. Update all users.
725 (struct btrace_function) <segment, flow, up, insn, insn_offset)
726 (number, level, flags>: New.
727 (struct btrace_insn_iterator): Rename to ...
728 (struct btrace_insn_history): ...this.
729 Update all users.
730 (struct btrace_insn_iterator, btrace_call_iterator): New.
731 (struct btrace_target_info) <btrace, itrace, ftrace>: Remove.
732 (struct btrace_target_info) <begin, end, level>
733 <insn_history, call_history>: New.
734 (btrace_insn_get, btrace_insn_number, btrace_insn_begin)
735 (btrace_insn_end, btrace_insn_prev, btrace_insn_next)
736 (btrace_insn_cmp, btrace_find_insn_by_number, btrace_call_get)
737 (btrace_call_number, btrace_call_begin, btrace_call_end)
738 (btrace_call_prev, btrace_call_next, btrace_call_cmp)
739 (btrace_find_function_by_number, btrace_set_insn_history)
740 (btrace_set_call_history): New.
741 * btrace.c (btrace_init_insn_iterator)
742 (btrace_init_func_iterator, compute_itrace): Remove.
743 (ftrace_print_function_name, ftrace_print_filename)
744 (ftrace_skip_file): Change
745 parameter to const.
746 (ftrace_init_func): Remove.
747 (ftrace_debug): Use new btrace_function fields.
748 (ftrace_function_switched): Also consider gaining and
749 losing symbol information).
750 (ftrace_print_insn_addr, ftrace_new_call, ftrace_new_return)
751 (ftrace_new_switch, ftrace_find_caller, ftrace_new_function)
752 (ftrace_update_caller, ftrace_fixup_caller, ftrace_new_tailcall):
753 New.
754 (ftrace_new_function): Move. Remove debug print.
755 (ftrace_update_lines, ftrace_update_insns): New.
756 (ftrace_update_function): Check for call, ret, and jump.
757 (compute_ftrace): Renamed to ...
758 (btrace_compute_ftrace): ...this. Rewritten to compute call
759 stack.
760 (btrace_fetch, btrace_clear): Updated.
761 (btrace_insn_get, btrace_insn_number, btrace_insn_begin)
762 (btrace_insn_end, btrace_insn_prev, btrace_insn_next)
763 (btrace_insn_cmp, btrace_find_insn_by_number, btrace_call_get)
764 (btrace_call_number, btrace_call_begin, btrace_call_end)
765 (btrace_call_prev, btrace_call_next, btrace_call_cmp)
766 (btrace_find_function_by_number, btrace_set_insn_history)
767 (btrace_set_call_history): New.
768 * record-btrace.c (require_btrace): Use new btrace thread
769 info fields.
770 (record_btrace_info, btrace_insn_history)
771 (record_btrace_insn_history, record_btrace_insn_history_range):
772 Use new btrace thread info fields and new iterator.
773 (btrace_func_history_src_line): Rename to ...
774 (btrace_call_history_src_line): ...this. Use new btrace
775 thread info fields.
776 (btrace_func_history): Rename to ...
777 (btrace_call_history): ...this. Use new btrace thread info
778 fields and new iterator.
779 (record_btrace_call_history, record_btrace_call_history_range):
780 Use new btrace thread info fields and new iterator.
781
782 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
783
784 * frame.h (frame_id_build_unavailable_stack_special): New.
785 * frame.c (frame_id_build_unavailable_stack_special): New.
786
787 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
788
789 * amd64-tdep.c (amd64_classify_insn_at, amd64_insn_is_call)
790 (amd64_insn_is_ret, amd64_insn_is_jump, amd64_jmp_p): New.
791 (amd64_init_abi): Add insn_is_call, insn_is_ret, and insn_is_jump
792 to gdbarch.
793 * i386-tdep.c (i386_insn_is_call, i386_insn_is_ret)
794 (i386_insn_is_jump, i386_jmp_p): New.
795 (i386_gdbarch_init): Add insn_is_call, insn_is_ret, and
796 insn_is_jump to gdbarch.
797 * gdbarch.sh (insn_is_call, insn_is_ret, insn_is_jump): New.
798 * gdbarch.h: Regenerated.
799 * gdbarch.c: Regenerated.
800 * arch-utils.h (default_insn_is_call, default_insn_is_ret)
801 (default_insn_is_jump): New.
802 * arch-utils.c (default_insn_is_call, default_insn_is_ret)
803 (default_insn_is_jump): New.
804
805 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
806
807 * common/btrace-common.h (btrace_read_type) <btrace_read_all>:
808 Change to ...
809 (btrace_read_type) <BTRACE_READ_ALL>: ... this. Update users.
810 (btrace_read_type) <btrace_read_new>: Change to ...
811 (btrace_read_type) <BTRACE_READ_NEW>: ... this. Update users.
812
813 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
814
815 * common/linux-btrace.c (linux_read_btrace): Free trace from
816 previous iteration.
817
818 2014-01-15 Doug Evans <dje@google.com>
819
820 * dwarf2read.c (open_and_init_dwp_file): Use pulongest to print
821 uint32_t.
822
823 2014-01-15 Tom Tromey <tromey@redhat.com>
824
825 * dbxread.c (process_one_symbol): Use set_objfile_main_name.
826 * dwarf2read.c (read_partial_die): Use set_objfile_main_name.
827 * objfiles.c (get_objfile_bfd_data): Initialize language_of_main.
828 (set_objfile_main_name): New function.
829 * objfiles.h (struct objfile_per_bfd_storage) <name_of_main,
830 language_of_main>: New fields.
831 (set_objfile_main_name): Declare.
832 * symtab.c (find_main_name): Loop over objfiles to find the main
833 name and language.
834 (set_main_name): Now static.
835 (get_main_info): Add comment.
836 * symtab.h (set_main_name): Don't declare.
837
838 2014-01-15 Tom Tromey <tromey@redhat.com>
839
840 * symtab.c (main_progspace_key): New global.
841 (struct main_info): New.
842 (name_of_main, language_of_main): Remove.
843 (get_main_info, main_info_cleanup): New function.
844 (set_main_name, main_name, main_language): Use get_main_info.
845 (_initialize_symtab): Initialize main_progspace_key.
846
847 2014-01-15 Tom Tromey <tromey@redhat.com>
848
849 * dbxread.c (process_one_symbol): Update.
850 * dwarf2read.c (read_partial_die): Update.
851 * symfile.c (set_initial_language): Call main_language.
852 * symtab.c (language_of_main): Now static.
853 (set_main_name): Add 'lang' parameter.
854 (find_main_name): Update.
855 (main_language): New function.
856 (symtab_observer_executable_changed): Update.
857 * symtab.h (set_main_name): Update.
858 (language_of_main): Remove.
859 (main_language): Declare.
860
861 2014-01-15 Tom Tromey <tromey@redhat.com>
862
863 * symfile.c (init_entry_point_info): Use new "initialized" field.
864 Update.
865 * objfiles.h (struct entry_point) <initialized>: New field.
866 (struct objfile_per_bfd_storage) <ei>: New field, moved from...
867 (struct objfile) <ei>: ...here. Remove.
868 * objfiles.c (entry_point_address_query): Update.
869
870 2014-01-15 Tom Tromey <tromey@redhat.com>
871
872 * objfiles.c (entry_point_address_query): Relocate entry point
873 address.
874 (objfile_relocate1): Do not relocate entry point address.
875 * objfiles.h (struct entry_info) <entry_point>: Update comment.
876 <the_bfd_section_index>: New field.
877 * symfile.c (init_entry_point_info): Find the entry point's
878 section.
879
880 2014-01-15 Tom Tromey <tromey@redhat.com>
881
882 * solib-frv.c (enable_break): Use entry_point_address_query.
883
884 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
885
886 * NEWS: Add note on improved process record-replay on
887 arm*-linux* targets.
888
889 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
890
891 * arm-tdep.c (enum arm_record_result): New enum.
892 (arm_record_unsupported_insn): New function.
893 (arm_record_coproc_data_proc): Removed.
894 (thumb2_record_ld_st_multiple): New function.
895 (thumb2_record_ld_st_dual_ex_tbb): New function.
896 (thumb2_record_data_proc_sreg_mimm): New function.
897 (thumb2_record_ps_dest_generic): New function.
898 (thumb2_record_branch_misc_cntrl): New function.
899 (thumb2_record_str_single_data): New function.
900 (thumb2_record_ld_mem_hints): New function.
901 (thumb2_record_ld_word): New function.
902 (thumb2_record_lmul_lmla_div): New function.
903 (thumb2_record_decode_insn_handler): New function.
904 (decode_insn): Add thumb32 instruction handlers.
905
906 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
907
908 * arm-linux-tdep.c: Include "record-full.h" and "linux-record.h".
909 (struct arm_linux_record_tdep): Declare.
910 (arm_canonicalize_syscall): New function.
911 (arm_all_but_pc_registers_record): New function.
912 (arm_linux_syscall_record): New function.
913 (arm_linux_init_abi): Add syscall recording constructs.
914 * arm-tdep.c (thumb_record_ldm_stm_swi): Update thumb syscall
915 decoding. (arm_record_coproc_data_proc): Update arm syscall
916 decoding.
917 * arm-tdep.h (struct gdbarch_tdep) <arm_swi_record>: Remove.
918 <arm_syscall_record>: New field.
919 * configure.tgt (arm*-*-linux*): Add linux-record.o to
920 gdb_target_obs.
921
922 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
923
924 * arm-tdep.c (thumb_record_misc): Update to use sp as base
925 register for push instruction recording.
926
927 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
928
929 * arm-tdep.c (thumb_record_misc): Update to correct logical
930 error while recording ldm, ldmia and pop instructions.
931
932 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
933
934 * arm-tdep.c (struct arm_mem_r) <addr>: Change type to uint32_t.
935
936 2014-01-15 Pedro Alves <palves@redhat.com>
937
938 * go32-nat.c (go32_open, go32_close, go32_attach, go32_detach)
939 (go32_resume, go32_fetch_registers, store_register)
940 (go32_store_registers, go32_prepare_to_store)
941 (go32_xfer_memory, go32_files_info, go32_kill_inferior)
942 (go32_create_inferior, go32_can_run, go32_terminal_init)
943 (go32_terminal_inferior, go32_terminal_ours): Delete forward
944 declarations.
945
946 2014-01-15 Tom Tromey <tromey@redhat.com>
947
948 * target.h (async_callback_ftype): New typedef.
949 (struct target_ops) <to_async>: Use it.
950
951 2014-01-15 Joel Brobecker <brobecker@adacore.com>
952
953 * python/py-value.c (get_field_type): Remove unnecessary curly
954 braces for single-statement if block.
955
956 2014-01-15 Joel Brobecker <brobecker@adacore.com>
957
958 * python/py-type.c (convert_field): Add missing empty line
959 after declarations.
960
961 2014-01-14 Doug Evans <dje@google.com>
962
963 * symfile.h (expand_symtabs_matching): Renamed from
964 expand_partial_symbol_names. Update prototype.
965 (map_symbol_filenames): Renamed from map_partial_symbol_filenames.
966 * symfile.c (expand_symtabs_matching): Renamed from
967 expand_partial_symbol_names. New args file_matcher, kind.
968 Rename arg fun to symbol_matcher.
969 (map_symbol_filenames): Renamed from map_partial_symbol_filenames.
970 * ada-lang.c (ada_complete_symbol_matcher): Renamed from
971 ada_expand_partial_symbol_name.
972 (ada_make_symbol_completion_list): Update to call
973 expand_symtabs_matching.
974 (ada_add_global_exceptions): Call expand_symtabs_matching.
975 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_files): Update to
976 call map_symbol_filenames.
977 * symtab.c (sources_info): Update to call map_symbol_filenames.
978 (search_symbols): Call expand_symtabs_matching.
979 (symbol_completion_matcher): Renamed from expand_partial_symbol_name.
980 (default_make_symbol_completion_list_break_on): Update to call
981 expand_symtabs_matching.
982 (make_source_files_completion_list): Update to call
983 map_symbol_filenames.
984
985 2014-01-14 Doug Evans <dje@google.com>
986
987 * symfile.h (expand_symtabs_file_matcher_ftype): New typedef.
988 (expand_symtabs_symbol_matcher_ftype): New typedef.
989 (quick_symbol_functions.expand_symtabs_matching): Update to use.
990 expand_symtabs_file_matcher_ftype, expand_symtabs_symbol_matcher_ftype.
991 * symfile.c (expand_partial_symbol_names): Update to use
992 expand_symtabs_symbol_matcher_ftype.
993 * dwarf2read.c (dw2_expand_symtabs_matching): Update to use
994 expand_symtabs_file_matcher_ftype, expand_symtabs_symbol_matcher_ftype.
995 Arg name_matcher renamed to symbol_matcher.
996 * psymtab.c (recursively_search_psymtabs): Update to use
997 expand_symtabs_symbol_matcher_ftype. Arg name_matcher renamed to
998 sym_matcher.
999 (expand_symtabs_matching_via_partial): Update to use
1000 expand_symtabs_file_matcher_ftype, expand_symtabs_symbol_matcher_ftype.
1001 Arg name_matcher renamed to symbol_matcher.
1002
1003 2014-01-14 Doug Evans <dje@google.com>
1004
1005 * psymtab.c (expand_partial_symbol_names): Delete, moved to symfile.c.
1006 (map_partial_symbol_filenames): Ditto.
1007 * psymtab.h (expand_partial_symbol_names): Delete, moved to symfile.h.
1008 (map_partial_symbol_filenames): Ditto.
1009 * symfile.c (expand_partial_symbol_names): Moved here from psymtab.c.
1010 (map_partial_symbol_filenames): Ditto.
1011 * symfile.h (expand_partial_symbol_names): Moved here from psymtab.h.
1012 (map_partial_symbol_filenames): Ditto.
1013 * symtab.c: Delete #include "psymtab.h".
1014
1015 2014-01-14 Pedro Alves <palves@redhat.com>
1016 Tom Tromey <tromey@redhat.com>
1017
1018 * infrun.c (use_displaced_stepping): Use find_record_target
1019 instead of RECORD_IS_USED.
1020 (adjust_pc_after_break): Use record_full_is_used instead of
1021 RECORD_IS_USED.
1022 * record-btrace.c (record_btrace_open): Call record_preopen
1023 instead of checking RECORD_IS_USED.
1024 * record-full.c (record_full_shortname)
1025 (record_full_core_shortname): New globals.
1026 (record_full_is_used): New function.
1027 (find_full_open): Call record_preopen instead of checking
1028 RECORD_IS_USED.
1029 (init_record_full_ops): Set the target's shortname to
1030 record_full_shortname.
1031 (init_record_full_core_ops): Set the target's shortname to
1032 record_full_core_shortname.
1033 * record-full.h (record_full_is_used): Declare.
1034 * record.c (find_record_target): Make extern.
1035 (record_preopen): New function.
1036 * record.h (RECORD_IS_USED): Delete macro.
1037 (find_record_target, record_preopen): Declare functions.
1038
1039 2014-01-14 Yao Qi <yao@codesourcery.com>
1040
1041 * gdbarch.sh (core_xfer_shared_libraries): Change its argument
1042 'len''s type to ULONGEST.
1043 (core_xfer_shared_libraries_aix): Likewise.
1044 * gdbarch.c, gdbarch.h: Regenerated.
1045 * i386-cygwin-tdep.c (windows_core_xfer_shared_libraries):
1046 Change type of 'len' to ULONGEST.
1047 * rs6000-aix-tdep.c (rs6000_aix_ld_info_to_xml): Likewise.
1048 (rs6000_aix_core_xfer_shared_libraries_aix): Likewise.
1049
1050 2014-01-14 Yao Qi <yao@codesourcery.com>
1051
1052 * common/linux-osdata.c (linux_xfer_osdata_processes): Change
1053 type of 'len' to ULONGEST.
1054 (linux_xfer_osdata_processgroups): Likewise.
1055 (linux_xfer_osdata_threads): Likewise.
1056 (linux_xfer_osdata_fds): Likewise.
1057 (linux_xfer_osdata_isockets): Likewise.
1058 (linux_xfer_osdata_shm): Likewise.
1059 (linux_xfer_osdata_sem): Likewise.
1060 (linux_xfer_osdata_msg): Likewise.
1061 (linux_common_xfer_osdata): Likewise.
1062 (struct osdata_type) <getter>: Likewise.
1063 * common/linux-osdata.h (linux_common_xfer_osdata): Update
1064 the declaration.
1065
1066 2014-01-14 Yao Qi <yao@codesourcery.com>
1067
1068 * target.h (target_xfer_partial_ftype): Update.
1069 (struct target_ops) <to_xfer_partial>: Change 'len' type to
1070 ULONGEST.
1071 * aix-thread.c (aix_thread_xfer_partial): Change type of
1072 argument 'len' to ULONGEST.
1073 * auxv.c (procfs_xfer_auxv): Likewise.
1074 (ld_so_xfer_auxv): Likewise.
1075 (memory_xfer_auxv): Likewise.
1076 * bfd-target.c (target_bfd_xfer_partial): Likewise.
1077 * bsd-kvm.c (bsd_kvm_xfer_partial): Likewise.
1078 * bsd-uthread.c (bsd_uthread_xfer_partial): Likewise.
1079 * corelow.c (core_xfer_partial): Likewise.
1080 * ctf.c (ctf_xfer_partial): Likewise.
1081 * darwin-nat.c (darwin_read_write_inferior): Likewise. Use
1082 '%u'.
1083 (darwin_read_dyld_info): Likewise.
1084 (darwin_xfer_partial): Likewise.
1085 * exec.c (section_table_xfer_memory_partial): Likewise.
1086 (exec_xfer_partial): Likewise.
1087 * exec.h (section_table_xfer_memory_partial): Update
1088 declaration.
1089 * gnu-nat.c (gnu_xfer_memory): Likewise. Call pulongest
1090 instead of plongest.
1091 (gnu_xfer_partial): Likewise.
1092 * ia64-hpux-nat.c (ia64_hpux_xfer_memory): Likewise.
1093 (ia64_hpux_xfer_solib_got): Likewise.
1094 (ia64_hpux_xfer_partial): Likewise.
1095 * ia64-linux-nat.c (ia64_linux_xfer_partial):
1096 * inf-ptrace.c (inf_ptrace_xfer_partial):
1097 * inf-ttrace.c (inf_ttrace_xfer_partial):
1098 * linux-nat.c (linux_xfer_siginfo): Likewise.
1099 (linux_nat_xfer_partial): Likewise.
1100 (spu_enumerate_spu_ids, linux_proc_xfer_spu): Likewise.
1101 (linux_nat_xfer_osdata, linux_xfer_partial): Likewise.
1102 * monitor.c (monitor_xfer_memory): Likewise.
1103 (monitor_xfer_partial): Likewise.
1104 * procfs.c (procfs_xfer_partial): Likewise.
1105 * record-full.c (record_full_xfer_partial): Likewise.
1106 (record_full_core_xfer_partial): Likewise.
1107 * remote-sim.c (gdbsim_xfer_memory): Likewise. Call pulongest
1108 instead of plongest.
1109 (gdbsim_xfer_partial): Likewise.
1110 * remote.c (remote_xfer_partial): Likewise.
1111 * rs6000-aix-tdep.c (rs6000_aix_ld_info_to_xml): Likewise.
1112 * rs6000-aix-tdep.h (rs6000_aix_ld_info_to_xml): Update
1113 declaration.
1114 * rs6000-nat.c (rs6000_xfer_partial): Likewise.
1115 (rs6000_xfer_shared_libraries): Likewise.
1116 * sol-thread.c (sol_thread_xfer_partial): Likewise.
1117 * sparc-nat.c (sparc_xfer_wcookie): Likewise.
1118 (sparc_xfer_partial): Likewise.
1119 * spu-linux-nat.c (spu_proc_xfer_spu): Likewise.
1120 (spu_xfer_partial): Likewise.
1121 * spu-multiarch.c (spu_xfer_partial): Likewise.
1122 * target.c (target_read_live_memory): Likewise.
1123 (memory_xfer_live_readonly_partial): Likewise.
1124 (memory_xfer_partial, memory_xfer_partial_1): Likewise.
1125 (target_xfer_partial, default_xfer_partial): Likewise.
1126 (current_xfer_partial): Likewise.
1127 * tracepoint.c (tfile_xfer_partial): Likewise.
1128 * windows-nat.c (windows_xfer_memory): Likewise. Call
1129 pulongest instead of plongest.
1130 (windows_xfer_partial): Likewise.
1131 (windows_xfer_shared_libraries): Likewise.
1132
1133 2014-01-14 Yao Qi <yao@codesourcery.com>
1134
1135 * rs6000-nat.c (rs6000_xfer_shared_libraries): Use
1136 target_xfer_partial_ftype.
1137
1138 2014-01-13 Siva Chandra Reddy <sivachandra@google.com>
1139
1140 PR python/15464
1141 PR python/16113
1142 * valops.c (value_struct_elt_bitpos): New function
1143 * py-type.c (convert_field): Set 'name' attribute of a gdb.Field
1144 object to 'None' if the field name is an empty string ("").
1145 * python/py-value.c (valpy_getitem): Use 'bitpos' and 'type'
1146 attribute to look for a field when 'name' is 'None'.
1147 (get_field_type): New function
1148
1149 2014-01-13 Doug Evans <dje@google.com>
1150
1151 PR symtab/16426
1152 * dwarf2read.c (dwarf2_get_dwz_file): Call gdb_bfd_record_inclusion.
1153 (try_open_dwop_file): Ditto.
1154 * gdb_bfd.c: #include "vec.h".
1155 (bfdp): New typedef.
1156 (struct gdb_bfd_data): New member included_bfds.
1157 (gdb_bfd_unref): Unref all included bfds.
1158 (gdb_bfd_record_inclusion): New function.
1159 * gdb_bfd.h (gdb_bfd_record_inclusion): Declare.
1160
1161 2014-01-13 Tom Tromey <tromey@redhat.com>
1162
1163 * gdbcore.h (deprecated_core_resize_section_table): Remove.
1164
1165 2014-01-13 Tom Tromey <tromey@redhat.com>
1166
1167 * defs.h (use_windows): Remove.
1168 * gdb.c (main): Update.
1169 * main.c (captured_main, gdb_main): Update.
1170 * main.h (struct captured_main_args) <use_windows>: Remove.
1171 * top.c (use_windows): Remove.
1172
1173 2014-01-13 Tom Tromey <tromey@redhat.com>
1174
1175 * defs.h (deprecated_flush_hook): Remove.
1176
1177 2014-01-13 Jan Kratochvil <jan.kratochvil@redhat.com>
1178
1179 PR threads/16216
1180 * linux-thread-db.c (try_thread_db_load): Add parameter
1181 check_auto_load_safe. Move here the file_is_auto_load_safe call.
1182 (try_thread_db_load_from_pdir_1): Move it there from here.
1183 (try_thread_db_load_from_sdir): Update caller.
1184 (try_thread_db_load_from_dir): Move it there from here.
1185
1186 2014-01-13 Patrick Palka <patrick@parcs.ath.cx>
1187
1188 * regformats/regdat.sh: Always rewrite the register file.
1189
1190 2014-01-13 Pedro Alves <palves@redhat.com>
1191
1192 * Makefile.in (CHECK_HEADERS): New variable.
1193 (check-headers:): New rule.
1194
1195 2014-01-13 Tom Tromey <tromey@redhat.com>
1196
1197 * cli/cli-setshow.c (do_set_command): Update.
1198 * defs.h (deprecated_set_hook): Remove.
1199 * top.c (deprecated_set_hook): Remove.
1200
1201 2014-01-13 Pedro Alves <palves@redhat.com>
1202
1203 * tracepoint.c (tfile_fetch_registers): Don't infer the PC from
1204 the tracepoint if the PC is a pseudo-register.
1205
1206 2014-01-13 Tom Tromey <tromey@redhat.com>
1207
1208 * defs.h (XCALLOC): Remove.
1209 * bcache.c (bcache_xmalloc): Use XCNEW, not XCALLOC.
1210 (print_bcache_statistics): Use XCNEWVEC, not XCALLOC.
1211 * dwarf2loc.c (allocate_piece_closure): Likewise.
1212 * elfread.c (elf_symfile_segments): Likewise.
1213 (elf_symfile_segments): Likewise.
1214 * gdbtypes.c (copy_type_recursive): Likewise.
1215 * i386-tdep.c (i386_gdbarch_init): Use XCNEW, not XCALLOC.
1216 * jit.c (jit_frame_sniffer): Use XCNEWVEC, not XCALLOC.
1217 * minsyms.c (prim_record_minimal_symbol_full): Use XCNEW, not
1218 XCALLOC.
1219 * mt-tdep.c (mt_gdbarch_init): Likewise.
1220 * opencl-lang.c (allocate_lval_closure): Use XCNEWVEC, not
1221 XCALLOC.
1222 * psymtab.c (psymbol_compare): Use XCNEW, not XCALLOC.
1223 * regcache.c (regcache_xmalloc_1): Use XCNEWVEC, not XCALLOC.
1224 * registry.c (registry_alloc_data): Likewise.
1225 * rs6000-tdep.c (rs6000_gdbarch_init): Use XCNEW, not XCALLOC.
1226 * s390-linux-tdep.c (s390_gdbarch_init): Likewise.
1227 * serial.c (serial_fdopen_ops): Likewise.
1228 * solib-aix.c (solib_aix_get_section_offsets): Use XCNEWVEC, not
1229 XCALLOC.
1230 * spu-tdep.c (spu_gdbarch_init): Use XCNEW, not XCALLOC.
1231 * symfile.c (default_symfile_segments): Use XCNEW and XCNEWVEC,
1232 not XCALLOC.
1233
1234 2014-01-13 Tom Tromey <tromey@redhat.com>
1235
1236 * defs.h (XMALLOC): Remove.
1237 * avr-tdep.c (avr_gdbarch_init): Use XNEW, not XMALLOC.
1238 * bfin-tdep.c (bfin_gdbarch_init): Likewise.
1239 * cli-out.c (struct ui_out *): Likewise.
1240 * cli/cli-dump.c (add_dump_command): Likewise.
1241 (add_dump_command): Likewise.
1242 * complaints.c (get_complaints): Likewise.
1243 (find_complaint): Likewise.
1244 * dwarf2-frame.c (execute_cfa_program): Likewise.
1245 * dwarf2read.c (abbrev_table_read_table): Likewise.
1246 * gdbarch.sh: Likewise.
1247 * gdbarch.c: Rebuild.
1248 * inf-ttrace.c (inf_ttrace_add_page): Likewise.
1249 * interps.c (interp_new): Likewise.
1250 * lm32-tdep.c (lm32_gdbarch_init): Likewise.
1251 * m32r-tdep.c (m32r_gdbarch_init): Likewise.
1252 * mi/mi-console.c (mi_console_file_new): Likewise.
1253 * mi/mi-interp.c (mi_interpreter_init): Likewise.
1254 * mi/mi-out.c (mi_out_new): Likewise.
1255 * mi/mi-parse.c (mi_parse): Likewise.
1256 * microblaze-tdep.c (microblaze_gdbarch_init): Likewise.
1257 * moxie-tdep.c (moxie_gdbarch_init): Likewise.
1258 * observer.c (xalloc_observer_list_node): Likewise.
1259 * regcache.c (regcache_xmalloc_1): Likewise.
1260 * reggroups.c (reggroup_new): Likewise.
1261 (_initialize_reggroup): Likewise.
1262 * registry.c (register_data_with_cleanup): Likewise.
1263 * remote.c (remote_notif_stop_alloc_reply): Likewise.
1264 * ser-base.c (serial_ttystate): Likewise.
1265 * ser-mingw.c (make_pipe_state): Likewise.
1266 * ser-pipe.c (pipe_open): Likewise.
1267 * serial.c (serial_open): Likewise.
1268 * sh64-tdep.c (sh64_gdbarch_init): Likewise.
1269 * tui/tui-data.c (tui_alloc_generic_win_info): Likewise.
1270 (tui_alloc_win_info): Likewise.
1271 (tui_add_content_elements): Likewise.
1272 * tui/tui-file.c (tui_file_new): Likewise.
1273 * tui/tui-out.c (tui_out_new): Likewise.
1274 * ui-file.c (mem_file_new): Likewise.
1275 * ui-out.c (push_level): Likewise.
1276 (make_cleanup_ui_out_end): Likewise.
1277 (append_header_to_list): Likewise.
1278 (ui_out_new): Likewise.
1279 * user-regs.c (user_reg_add_builtin): Likewise.
1280
1281 2014-01-13 Tom Tromey <tromey@redhat.com>
1282
1283 * defs.h (XZALLOC): Remove.
1284 * ada-lang.c (get_ada_inferior_data): Use XCNEW, not XZALLOC.
1285 * ada-tasks.c (get_ada_tasks_pspace_data): Likewise.
1286 (get_ada_tasks_inferior_data): Likewise.
1287 * auto-load.c (get_auto_load_pspace_data): Likewise.
1288 * auxv.c (get_auxv_inferior_data): Likewise.
1289 * bfd-target.c (target_bfd_reopen): Likewise.
1290 * breakpoint.c (get_catch_syscall_inferior_data): Likewise.
1291 (deprecated_insert_raw_breakpoint): Likewise.
1292 * bsd-uthread.c (bsd_uthread_pid_to_str): Likewise.
1293 * corelow.c (core_open): Likewise.
1294 * darwin-nat.c (darwin_check_new_threads): Likewise.
1295 (darwin_attach_pid): Likewise.
1296 * dummy-frame.c (dummy_frame_push): Likewise.
1297 * dwarf2-frame.c (dwarf2_frame_cache): Likewise.
1298 * dwarf2loc.c (allocate_piece_closure): Likewise.
1299 * elfread.c (elf_symfile_segments): Likewise.
1300 * eval.c (ptrmath_type_p): Likewise.
1301 * exceptions.c (EXCEPTIONS_SIGJMP_BUF): Likewise.
1302 * gdbtypes.c (alloc_type_arch): Likewise.
1303 (alloc_type_instance): Likewise.
1304 * hppa-tdep.c (hppa_gdbarch_init): Likewise.
1305 * inf-child.c (inf_child_can_use_agent): Likewise.
1306 * inflow.c (get_inflow_inferior_data): Likewise.
1307 * infrun.c (save_infcall_suspend_state): Likewise.
1308 * jit.c (jit_reader_load): Likewise.
1309 (get_jit_objfile_data): Likewise.
1310 (get_jit_program_space_data): Likewise.
1311 (jit_object_open_impl): Likewise.
1312 (jit_symtab_open_impl): Likewise.
1313 (jit_block_open_impl): Likewise.
1314 (jit_frame_sniffer): Likewise.
1315 * linux-fork.c (add_fork): Likewise.
1316 * maint.c (make_command_stats_cleanup): Likewise.
1317 * objfiles.c (get_objfile_pspace_data): Likewise.
1318 * opencl-lang.c (struct lval_closure): Likewise.
1319 * osdata.c (osdata_start_osdata): Likewise.
1320 * progspace.c (new_address_space): Likewise.
1321 (add_program_space): Likewise.
1322 * remote-sim.c (get_sim_inferior_data): Likewise.
1323 * sh-tdep.c (sh_gdbarch_init): Likewise.
1324 * skip.c (Ignore): Likewise.
1325 (skip_delete_command): Likewise.
1326 * solib-aix.c (get_solib_aix_inferior_data): Likewise.
1327 (library_list_start_library): Likewise.
1328 (solib_aix_current_sos): Likewise.
1329 * solib-darwin.c (get_darwin_info): Likewise.
1330 (darwin_current_sos): Likewise.
1331 * solib-dsbt.c (get_dsbt_info): Likewise.
1332 * solib-ia64-hpux.c (new_so_list): Likewise.
1333 (ia64_hpux_get_solib_linkage_addr): Likewise.
1334 * solib-spu.c (append_ocl_sos): Likewise.
1335 (spu_current_sos): Likewise.
1336 * solib-svr4.c (get_svr4_info): Likewise.
1337 (svr4_keep_data_in_core): Likewise.
1338 (library_list_start_library): Likewise.
1339 (svr4_default_sos): Likewise.
1340 (svr4_read_so_list): Likewise.
1341 * solib-target.c (library_list_start_library): Likewise.
1342 (solib_target_current_sos): Likewise.
1343 * sparc-tdep.c (sparc32_gdbarch_init): Likewise.
1344 * symfile-debug.c (install_symfile_debug_logging): Likewise.
1345 * symfile.c (default_symfile_segments): Likewise.
1346 * target-descriptions.c (tdesc_data_init): Likewise.
1347 (tdesc_create_reg): Likewise.
1348 (struct tdesc_type *): Likewise.
1349 (tdesc_create_vector): Likewise.
1350 (tdesc_set_struct_size): Likewise.
1351 (struct tdesc_type *): Likewise.
1352 (tdesc_free_feature): Likewise.
1353 (tdesc_create_feature): Likewise.
1354 * windows-nat.c (windows_add_thread): Likewise.
1355 (windows_make_so): Likewise.
1356 * xml-support.c (gdb_xml_body_text): Likewise.
1357 (gdb_xml_create_parser_and_cleanup): Likewise.
1358 (xml_process_xincludes): Likewise.
1359 * xml-syscall.c (allocate_syscalls_info): Likewise.
1360 (syscall_create_syscall_desc): Likewise.
1361
1362 2014-01-12 Sergio Durigan Junior <sergiodj@redhat.com>
1363
1364 * i386-tdep.c (i386_stap_parse_special_token_triplet): New
1365 function, with code from i386_stap_parse_special_token.
1366 (i386_stap_parse_special_token_three_arg_disp): Likewise.
1367 (i386_stap_parse_special_token): Move code to the two functions
1368 above; simplify it.
1369
1370 2014-01-09 Pedro Alves <palves@redhat.com>
1371 Hui Zhu <hui@codesourcery.com>
1372
1373 PR gdb/16101
1374 * breakpoint.c (insert_bp_location): Rename hw_bp_err_string to
1375 bp_err_string. Don't mark the location shlib_disabled if the
1376 error thrown wasn't a generic or memory error. Catch errors
1377 thrown while inserting breakpoints in overlayed code. Output
1378 error message of software breakpoints.
1379 * remote.c (remote_insert_breakpoint): If this breakpoint has
1380 target-side commands but this stub doesn't support Z0 packets,
1381 throw NOT_SUPPORTED_ERROR error.
1382 * exceptions.h (enum errors) <NOT_SUPPORTED_ERROR>: New error.
1383 * target.h (target_insert_breakpoint): Extend comment.
1384 (target_insert_hw_breakpoint): Add comment.
1385
1386 2014-01-08 Pedro Alves <palves@redhat.com>
1387
1388 * remote.c (remote_add_thread): Add threads silently if starting
1389 up.
1390 (remote_notice_new_inferior): If in all-stop, and starting up,
1391 don't call notice_new_inferior.
1392 (get_current_thread): New function, factored out from ...
1393 (add_current_inferior_and_thread): ... this. Adjust.
1394 (remote_start_remote) <all-stop>: Fetch the thread list. If we
1395 found any thread, then select the remote's current thread as GDB's
1396 current thread too.
1397
1398 2014-01-08 Joel Brobecker <brobecker@adacore.com>
1399
1400 * NEWS: Create a new section for the next release branch.
1401 Rename the section of the current branch, now that it has
1402 been cut.
1403
1404 2014-01-08 Joel Brobecker <brobecker@adacore.com>
1405
1406 GDB 7.7 branch created (79301218fa0f074c5656db0ec8972a5ddcf91fb5):
1407 * version.in: Bump version to 7.7.50.DATE-cvs.
1408
1409 2014-01-08 Yao Qi <yao@codesourcery.com>
1410
1411 * spu-linux-nat.c (spu_symbol_file_add_from_memory): Change
1412 type of 'id' to gdb_byte. Cast 'id' to 'const char *'.
1413 (spu_xfer_partial): Cast 'buf' to 'const char *'.
1414
1415 2014-01-08 Yao Qi <yao@codesourcery.com>
1416
1417 * spu-linux-nat.c (spu_symbol_file_add_from_memory): Pass
1418 return value of bfd_get_filename to symbol_file_add_from_bfd.
1419
1420 2014-01-08 Pierre Muller <muller@sourceware.org>
1421
1422 Fix PR16201.
1423 * coff-pe-read.c (struct read_pe_section_data): Add index field.
1424 (add_pe_exported_sym): Use SECTION_DATA->INDEX for call
1425 to prim_record_mininal_symbol_and_info.
1426 (add_pe_forwarded_sym): Use known section number of forwarded symbol
1427 in call to prim_record_minimal_symbol_and_info.
1428 (read_pe_exported_syms): Set index field of section_data.
1429
1430 2014-01-07 Andrew Pinski <apinski@cavium.com>
1431
1432 * features/aarch64-core.xml (cpsr): Change to be 64bit.
1433 * features/aarch64.c: Regenerate.
1434
1435 2014-01-07 Andreas Schwab <schwab@linux-m68k.org>
1436
1437 * target.c (return_null): Define.
1438 (update_current_target): Use it instead of return_zero for
1439 functions that return a pointer.
1440
1441 2014-01-07 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
1442
1443 * source.c (add_path): Fix check for duplicated paths in the previously
1444 included paths.
1445
1446 2014-01-07 Honggyu Kim <hong.gyu.kim@lge.com>
1447
1448 * ada-lang.c: Remove duplicated include statements.
1449 * alphabsd-nat.c: Ditto.
1450 * amd64-darwin-tdep.c: Ditto.
1451 * amd64fbsd-nat.c: Ditto.
1452 * auto-load.c: Ditto.
1453 * ax-gdb.c: Ditto.
1454 * breakpoint.c: Ditto.
1455 * dbxread.c: Ditto.
1456 * fork-child.c: Ditto.
1457 * gdb_usleep.c: Ditto.
1458 * i386-darwin-tdep.c: Ditto.
1459 * i386fbsd-nat.c: Ditto.
1460 * infcmd.c: Ditto.
1461 * inferior.c: Ditto.
1462 * jv-lang.c: Ditto.
1463 * linux-nat.c: Ditto.
1464 * linux-tdep.c: Ditto.
1465 * m68kbsd-nat.c: Ditto.
1466 * m68klinux-nat.c: Ditto.
1467 * microblaze-tdep.c: Ditto.
1468 * mips-linux-tdep.c: Ditto.
1469 * mn10300-tdep.c: Ditto.
1470 * nto-tdep.c: Ditto.
1471 * opencl-lang.c: Ditto.
1472 * osdata.c: Ditto.
1473 * printcmd.c: Ditto.
1474 * regcache.c: Ditto.
1475 * remote-m32r-sdi.c: Ditto.
1476 * remote.c: Ditto.
1477 * symfile.c: Ditto.
1478 * symtab.c: Ditto.
1479 * tilegx-linux-nat.c: Ditto.
1480 * tilegx-tdep.c: Ditto.
1481 * tracepoint.c: Ditto.
1482 * valops.c: Ditto.
1483 * vaxbsd-nat.c: Ditto.
1484 * windows-nat.c: Ditto.
1485 * xtensa-tdep.c: Ditto.
1486
1487 2014-01-07 Yao Qi <yao@codesourcery.com>
1488
1489 * spu-linux-nat.c (_initialize_spu_nat): Declare.
1490
1491 2014-01-07 Yao Qi <yao@codesourcery.com>
1492 Joel Brobecker <brobecker@adacore.com>
1493
1494 * aix-thread.c (pdc_read_regs): Cast parameter to uintptr_t.
1495 (pdc_write_regs): Likewise.
1496 (fetch_regs_kernel_thread): Likewise.
1497 (store_regs_kernel_thread): Likewise.
1498
1499 2014-01-07 Joel Brobecker <brobecker@adacore.com>
1500
1501 * ada-varobj.c (ada_varobj_adjust_for_child_access): Convert
1502 tagged type objects to their actual type.
1503
1504 2014-01-07 Joel Brobecker <brobecker@adacore.com>
1505
1506 * ada-valprint.c (print_field_values): Add "language" parameter.
1507 Update calls to print_field_values and print_variant_part.
1508 Pass new parameter "language" in call to val_print instead
1509 of "current_language". Replace call to ada_val_print by call
1510 to val_print.
1511 (print_variant_part): Add "language" parameter.
1512 (ada_val_print_struct_union): Update call to print_field_values.
1513
1514 2014-01-07 Joel Brobecker <brobecker@adacore.com>
1515
1516 * ada-valprint.c (ui_memcpy): Delete.
1517 (ada_print_floating): Update documentation. Add empty line
1518 between between function documentation and implementation.
1519 Delete variable "buffer". Use ui_file_xstrdup in place of
1520 ui_file_put. Minor adjustments following this change.
1521
1522 2014-01-07 Joel Brobecker <brobecker@adacore.com>
1523
1524 * ada-valprint.c (ada_val_print_string): New function,
1525 extracted from ada_val_print_array.
1526 (ada_val_print_array): Replace extracted code by call
1527 to ada_val_print_string followed by a return. Move
1528 "else" branch to the function's top block.
1529
1530 2014-01-07 Joel Brobecker <brobecker@adacore.com>
1531
1532 * ada-valprint.c (ada_val_print_array): Move implementation
1533 down. Rename parameter "offset" and "val" into "offset_aligned"
1534 and "original_value" respectively. Add parameter "offset".
1535
1536 2014-01-07 Joel Brobecker <brobecker@adacore.com>
1537
1538 * ada-valprint.c (ada_val_print_ref): Rewrite by mostly
1539 re-organizing the code. Change the "???" message printed
1540 when target type is a TYPE_CODE_UNDEF into
1541 "<ref to undefined type>".
1542
1543 2014-01-07 Joel Brobecker <brobecker@adacore.com>
1544
1545 * ada-valprint.c (print_record): Delete, implementation inlined...
1546 (ada_val_print_struct_union): ... here. Remove call to
1547 ada_check_typedef in inlined implementation.
1548
1549 2014-01-07 Joel Brobecker <brobecker@adacore.com>
1550
1551 * ada-valprint.c (ada_val_print_gnat_array): New function,
1552 extracted from ada_val_print_1;
1553 (ada_val_print_ptr, ada_val_print_num, ada_val_print_enum)
1554 (ada_val_print_flt, ada_val_print_struct_union)
1555 (ada_val_print_ref): Likewise.
1556 (ada_val_print_1): Delete variables i and elttype.
1557 Replace extracted-out code by call to corresponding
1558 new functions.
1559
1560 2014-01-07 Joel Brobecker <brobecker@adacore.com>
1561
1562 * ada-valprint.c (ada_val_print_1): Remove call to gdb_flush.
1563
1564 2014-01-07 Joel Brobecker <brobecker@adacore.com>
1565
1566 * ada-valprint.c (ada_val_print_1): Replace calls to
1567 ada_val_print_1 by calls to val_print.
1568
1569 2014-01-07 Joel Brobecker <brobecker@adacore.com>
1570
1571 * ada-valprint.c (ada_val_print_1): Add parameter "language".
1572 Update calls to self accordingly. Replace calls to c_val_print
1573 by calls to val_print.
1574
1575 2014-01-07 Joel Brobecker <brobecker@adacore.com>
1576
1577 * ada-valprint.c (print_record): Delete declaration.
1578 (adjust_type_signedness, ada_val_print_1): Likewise.
1579 (ada_val_print): Move function implementation down.
1580 (print_variant_part, print_field_values, print_record):
1581 Move function implementation up.
1582
1583 2014-01-07 Joel Brobecker <brobecker@adacore.com>
1584
1585 * python/py-type.c (typy_get_name): New function.
1586 (type_object_getset): Add entry for attribute "name".
1587 * NEWS: Add entry mentioning this new attribute.
1588
1589 2014-01-07 Yao Qi <yao@codesourcery.com>
1590
1591 * gnu-nat.c (set_exceptions_cmd): Remove an empty body 'if'
1592 statement.
1593
1594 2014-01-07 Yao Qi <yao@codesourcery.com>
1595
1596 * gnu-nat.c (info_port_rights): Add qualifier const to
1597 argument args.
1598
1599 2014-01-07 Yao Qi <yao@codesourcery.com>
1600
1601 * gnu-nat.c (trace_me): Use 'void' for empty argument list.
1602
1603 2014-01-07 Yao Qi <yao@codesourcery.com>
1604
1605 * gnu-nat.c (make_inf) Update declaration.
1606 (make_inf): Make it static.
1607 (inf_set_traced): Likewise.
1608 (inf_port_to_thread, inf_task_died_status): Likewise.
1609
1610 2014-01-07 Yao Qi <yao@codesourcery.com>
1611
1612 * gnu-nat.c (inf_tid_to_proc): Remove declaration.
1613
1614 2014-01-07 Yao Qi <yao@codesourcery.com>
1615
1616 * gnu-nat.c (_initialize_gnu_nat): Declare.
1617
1618 2014-01-07 Yao Qi <yao@codesourcery.com>
1619
1620 * gdbarch.sh (byte_order, byte_order_for_code): Change type to
1621 'enum bfd_endian'.
1622 (struct gdbarch_info) <byte_order>: Change type to
1623 'enum bfd_endian'.
1624 <byte_order_for_code>: Likewise.
1625 * gdbarch.c, gdbarch.h: Regenerated.
1626
1627 2014-01-06 Sasha Smundak <asmundak@google.com>
1628
1629 * jit.c: (jit_reader_load_command): Fix JIT reader path creation.
1630
1631 2014-01-06 Tom Tromey <tromey@redhat.com>
1632
1633 * doublest.c (convert_doublest_to_floatformat): Use const, not
1634 CONST.
1635 * somread.c (som_symtab_read): Likewise.
1636
1637 2014-01-07 Hui Zhu <hui@codesourcery.com>
1638
1639 * gdb_bfd.c (gdb_bfd_stash_filename): Removed.
1640 (gdb_bfd_open): Removed gdb_bfd_stash_filename.
1641 (gdb_bfd_fopen): Ditto.
1642 (gdb_bfd_openr): Ditto.
1643 (gdb_bfd_openw): Ditto.
1644 (gdb_bfd_openr_iovec): Ditto.
1645 (gdb_bfd_fdopenr): Ditto.
1646 * gdb_bfd.h (gdb_bfd_stash_filename): Removed.
1647 * solib-aix.c (solib_aix_bfd_open): Alloc object_bfd->filename
1648 with xstrdup.
1649 * solib-darwin.c (darwin_bfd_open): Alloc res->filename
1650 with xstrdup.
1651 * symfile-mem.c (symbol_file_add_from_memory): Removed
1652 gdb_bfd_stash_filename.
1653
1654 2014-01-03 Doug Evans <dje@google.com>
1655
1656 * nat/linux-waitpid.c (linux_debug): Remove extraneous \n from
1657 output.
1658
1659 2014-01-01 Joel Brobecker <brobecker@adacore.com>
1660
1661 Update year range in copyright notice of all files.
1662
1663 2014-01-01 Joel Brobecker <brobecker@adacore.com>
1664
1665 * top.c (print_gdb_version): Set copyright year to 2014.
1666
1667 2014-01-01 Joel Brobecker <brobecker@adacore.com>
1668
1669 * config/djgpp/fnchange.lst: Add entry for gdb/ChangeLog-2013.
1670
1671 For older changes see ChangeLog-2013.
1672 \f
1673 Local Variables:
1674 mode: change-log
1675 left-margin: 8
1676 fill-column: 74
1677 version-control: never
1678 coding: utf-8
1679 End:
This page took 0.061974 seconds and 5 git commands to generate.