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