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