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