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