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