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