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