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