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