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