gdb/linux-record: Fix readdir and getdents handling
[deliverable/binutils-gdb.git] / gdb / ChangeLog
1 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
2
3 * aarch64-linux-tdep.c (aarch64_linux_init_abi): Remove
4 size_dirent{,64}, add size_old_dirent.
5 * amd64-linux-tdep.c (amd64_linux_init_abi): Remove size_dirent{,64},
6 add size_old_dirent.
7 (amd64_x32_linux_init_abi): Remove size_dirent{,64}, add
8 size_old_dirent.
9 * arm-linux-tdep.c (arm_linux_init_abi): Remove size_dirent{,64},
10 add size_old_dirent.
11 * i386-linux-tdep.c (i386_linux_init_abi): Remove size_dirent{,64},
12 add size_old_dirent.
13 * linux-record.c (record_linux_system_call): Fix handling of readdir
14 and getdents{,64}.
15 * linux-record.h (struct linux_record_tdep): Remove size_dirent{,64},
16 add size_old_dirent.
17 * ppc-linux-tdep.c (ppc_init_linux_record_tdep): Remove
18 size_dirent{,64}, add size_old_dirent.
19
20 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
21
22 * aarch64-linux-tdep.c (aarch64_linux_init_abi): Fix size_sigaction,
23 size_sigset_t, size_old_sigaction, size_old_sigset_t.
24 * amd64-linux-tdep.c (amd64_linux_init_abi): Fix size_sigaction,
25 size_sigset_t, size_old_sigaction, size_old_sigset_t.
26 (amd64_x32_linux_init_abi): Fix size_sigaction, size_sigset_t,
27 size_old_sigaction, size_old_sigset_t.
28 * arm-linux-tdep.c (arm_linux_init_abi): Fix size_sigaction,
29 size_old_sigaction, size_old_sigset_t.
30 * i386-linux-tdep.c (i386_linux_init_abi): Fix size_sigaction,
31 size_old_sigaction, size_old_sigset_t.
32 * ppc-linux-tdep.c (ppc_init_linux_record_tdep): Fix size_sigaction,
33 size_sigset_t, size_old_sigaction, size_old_sigset_t.
34
35 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
36
37 * arm-linux-tdep.c (arm_linux_init_abi): Fix size_[ug]id.
38 * i386-linux-tdep.c (i386_linux_init_abi): Fix size_[ug]id.
39
40 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
41
42 * aarch64-linux-tdep.c (aarch64_linux_init_abi): Remove size_siginfo.
43 * amd64-linux-tdep.c (amd64_linux_init_abi): Remove size_siginfo.
44 (amd64_x32_linux_init_abi): Remove size_siginfo.
45 * arm-linux-tdep.c (arm_linux_init_abi): Remove size_siginfo.
46 * i386-linux-tdep.c (i386_linux_init_abi): Remove size_siginfo.
47 * linux-record.c (record_linux_system_call): Change size_siginfo
48 to size_siginfo_t.
49 * linux-record.h (struct linux_record_tdep): Remove size_siginfo.
50 * ppc-linux-tdep.c (ppc_init_linux_record_tdep): Remove size_siginfo.
51
52 2015-10-29 Pedro Alves <palves@redhat.com>
53
54 * mdebugread.c (add_data_symbol): New function, factored out from
55 ...
56 (parse_symbol): ... here. Delete 'theclass' local.
57
58 2015-10-29 Simon Marchi <simon.marchi@polymtl.ca>
59
60 * jit.c (jit_target_read_impl): Add cast.
61
62 2015-10-29 Simon Marchi <simon.marchi@polymtl.ca>
63
64 * jit.c (jit_reader_load): Add cast.
65
66 2015-10-29 Simon Marchi <simon.marchi@polymtl.ca>
67
68 * dwarf2read.c (partial_die_full_name): Add cast.
69
70 2015-10-29 Pedro Alves <palves@redhat.com>
71
72 * common/vec.h (DEF_VEC_FUNC_P) [iterate]: Cast 0 to type T.
73
74 2015-10-29 Pedro Alves <palves@redhat.com>
75
76 * guile/scm-frame.c (gdbscm_unwind_stop_reason_string): Add cast.
77
78 2015-10-29 Eli Zaretskii <eliz@gnu.org>
79
80 * utils.c (init_page_info): Disable paging if INSIDE_EMACS is set
81 in the environment.
82
83 2015-10-29 Pedro Alves <palves@redhat.com>
84
85 * gnu-v2-abi.c (gnuv2_is_destructor_name)
86 (gnuv2_is_constructor_name): Add casts.
87
88 2015-10-29 Pedro Alves <palves@redhat.com>
89
90 * common/common-exceptions.c (exception_none): Add cast.
91
92 2015-10-29 Pedro Alves <palves@redhat.com>
93
94 * compile/compile-c-types.c (struct type_map_instance)
95 <gcc_type>: Rename to gcc_type_handle.
96 (insert_type, convert_type): Adjust.
97
98 2015-10-29 Pedro Alves <palves@redhat.com>
99
100 * dwarf2-frame-tailcall.c (dwarf2_tailcall_sniffer_first): Don't
101 assume that "break" breaks out of a TRY/CATCH.
102 * python/py-framefilter.c (py_print_single_arg): Don't assume
103 "continue" breaks out of a TRY/CATCH.
104 * python/py-value.c (valpy_binop_throw): New function, factored
105 out from ...
106 (valpy_binop): ... this.
107 (valpy_richcompare_throw): New function, factored
108 out from ...
109 (valpy_richcompare): ... this.
110 * solib.c (solib_read_symbols): Don't assume "break" breaks out
111 of a TRY/CATCH.
112 * common/common-exceptions.h [USE_RAW_CXX_TRY]
113 <TRY/CATCH/END_CATCH>: Define as 1-1 wrappers around try/catch.
114
115 2015-10-28 Simon Dardis <Simon.Dardis@imgtec.com>
116
117 * mips-linux-tdep.c (mips_linux_in_dynsym_stub): Recognise 'or'
118 as move along with [d]addu.
119
120 2015-10-28 Yao Qi <yao.qi@linaro.org>
121
122 * aarch64-tdep.c (aarch64_software_single_step): Pass 1 to
123 aarch64_decode_insn.
124
125 2015-10-27 Pedro Alves <palves@redhat.com>
126
127 * common/print-utils.c (host_address_to_string): Rename to ...
128 (host_address_to_string_1): ... this.
129 * common/print-utils.h (host_address_to_string): Reimplement as
130 wrapper around host_address_to_string_1.
131 * utils.c (gdb_print_host_address): Rename to ...
132 (gdb_print_host_address_1): ... this.
133 * utils.h (gdb_print_host_address): Reimplement as wrapper macro
134 around host_address_to_string_1.
135
136 2015-10-27 Pedro Alves <palves@redhat.com>
137
138 * alpha-tdep.c (alpha_read_insn): Always pass TARGET_XFER_E_IO to
139 memory_error. Rename local 'status' to 'res'.
140 * c-lang.c (c_get_string): Always pass TARGET_XFER_E_IO to
141 memory_error.
142 * corefile.c (read_stack, read_code, write_memory): Always pass
143 TARGET_XFER_E_IO to memory_error.
144 * disasm.c (dis_asm_memory_error): Always pass TARGET_XFER_E_IO to
145 memory_error. Rename parameter 'status' to 'err'.
146 (dump_insns): Rename local 'status' to 'err'.
147 * mips-tdep.c (mips_fetch_instruction): Rename parameter 'statusp'
148 to 'errp'. Rename local 'status' to 'err'. Always pass
149 TARGET_XFER_E_IO to memory_error.
150 (mips_breakpoint_from_pc): Rename local 'status' to 'err'.
151 * target.c (target_read_memory, target_read_raw_memory)
152 (target_read_stack, target_read_code, target_write_memory)
153 (target_write_raw_memory): Return -1 on error instead of
154 TARGET_XFER_E_IO.
155 * valprint.c (val_print_string): Rename local 'errcode' to 'err'.
156 Always pass TARGET_XFER_E_IO to memory_error. Update comment.
157
158 2015-10-27 Simon Marchi <simon.marchi@polymtl.ca>
159
160 * guile/guile-internal.h (gdbscm_with_guile): Change return
161 types to const char *.
162 * guile/scm-safe-call.c (gdbscm_with_guile): Likewise.
163 (struct c_data) <func>: Likewise.
164 (struct c_data) <result>: Change type to const char *.
165 (scscm_eval_scheme_string): Change return type to
166 const char *.
167 (scscm_source_scheme_script): Likewise.
168 (gdbscm_safe_eval_string): Change type of result variable to
169 const char * and remove cast.
170 (gdbscm_safe_source_script): Likewise.
171 * guile/scm-disasm.c (gdbscm_disasm_read_memory_worker):
172 Change return type to const char *.
173 (gdbscm_disasm_read_memory): Change type of status to
174 const char *.
175
176 2015-10-27 Pedro Alves <palves@redhat.com>
177
178 * source.c (openp): New local 'last_errno'. Use it to
179 save/restore errno.
180
181 2015-10-27 Pedro Alves <palves@redhat.com>
182
183 * psymtab.c (dump_psymtab_addrmap_1): Add casts.
184
185 2015-10-27 Simon Marchi <simon.marchi@polymtl.ca>
186
187 * ctf.c (SET_ENUM_FIELD): New macro.
188 (ctf_read_status): Use it.
189 (ctf_read_tp): Use it.
190
191 2015-10-27 Simon Marchi <simon.marchi@polymtl.ca>
192
193 * guile/scm-breakpoint.c (gdbscm_set_breakpoint_stop_x): Add
194 scm_t_dynwind_flags casts.
195 * guile/scm-cmd.c (gdbscm_parse_command_name): Likewise.
196 * guile/scm-ports.c (gdbscm_open_memory): Likewise.
197 * guile/scm-value.c (gdbscm_value_to_string): Likewise.
198
199 2015-10-27 Simon Marchi <simon.marchi@polymtl.ca>
200
201 * ax.h (ax_raw_byte): New declaration.
202 * ax-general.c (ax_raw_byte): New function.
203 (ax_simple): Use ax_raw_byte.
204 * ax-gdb.c (gen_printf): Likewise.
205
206 2015-10-27 Simon Marchi <simon.marchi@polymtl.ca>
207
208 * ada-lang.h (GROW_VECT): Add cast.
209
210 2015-10-26 Doug Evans <xdje42@gmail.com>
211
212 * symtab.h (struct general_symbol_info> <ada_mangled>: Update comment.
213
214 2015-10-26 Simon Marchi <simon.marchi@polymtl.ca>
215
216 * target.c (memory_xfer_partial): Change type of buf to gdb_byte
217 pointer.
218 (simple_search_memory): Cast return of memmem.
219
220 2015-10-26 Simon Marchi <simon.marchi@polymtl.ca>
221
222 * stap-probe.c (handle_stap_probe): Add (const char *) casts.
223
224 2015-10-26 Simon Marchi <simon.marchi@polymtl.ca>
225
226 * ctf.c (ctf_xfer_partial): Return TARGET_XFER_E_IO instead of
227 -1 on error.
228
229 2015-10-26 Doug Evans <dje@google.com>
230
231 PR symtab/17391
232 * dwarf2-frame.c (dwarf2_restore_rule): Call dwarf_reg_to_regnum
233 instead of gdbarch_dwarf2_reg_to_regnum.
234 (dwarf2_frame_cache): Ditto.
235 (read_addr_from_reg): Call dwarf_reg_to_regnum_or_error instead of
236 gdbarch_dwarf2_reg_to_regnum.
237 (get_reg_value): Ditto.
238 (dwarf2_fetch_cfa_info): Ditto.
239 (dwarf2_frame_prev_register): Ditto.
240 * dwarf2loc.c: #include "complaints.h".
241 (dwarf_expr_read_addr_from_reg): Call dwarf_reg_to_regnum_or_error
242 instead of gdbarch_dwarf2_reg_to_regnum.
243 (dwarf_expr_get_reg_value): Ditto.
244 (read_pieced_value): Ditto.
245 (write_pieced_value): Ditto.
246 (dwarf2_evaluate_loc_desc_full): Ditto.
247 (dwarf_reg_to_regnum): New function.
248 (throw_bad_regnum_error): New function.
249 (dwarf_reg_to_regnum_or_error): Renamed from
250 dwarf2_reg_to_regnum_or_errorChange to take a ULONGEST regnum.
251 All callers updated. Call throw_bad_regnum_error.
252 (locexpr_regname): Improve text of bad register number.
253 * dwarf2loc.h (dwarf_reg_to_regnum): Declare.
254 (dwarf_reg_to_regnum_or_error): Update prototype.
255 * dwarf2expr.c: #include "dwarf2loc.h".
256 (dwarf_block_to_sp_offset): Call dwarf_reg_to_regnum instead of
257 gdbarch_dwarf2_reg_to_regnum.
258 * gdbarch.sh (dwarf2_reg_to_regnum): Add comment.
259 * gdbarch.h: Regenerate.
260 * amd64-tdep.c (amd64_dwarf_reg_to_regnum): Remove warning for bad
261 register.
262 * avr-tdep.c (avr_dwarf_reg_to_regnum): Ditto.
263 * cris-tdep.c (cris_dwarf2_reg_to_regnum): Ditto.
264 * bfin-tdep.c (bfin_reg_to_regnum): Fix error checking.
265 * hppa-linux-tdep.c (hppa_dwarf_reg_to_regnum): Improve error checking.
266 Remove warning for bad register.
267 * hppa-tdep.c (hppa64_dwarf_reg_to_regnum): Ditto.
268 * i386-tdep.c (i386_svr4_dwarf_reg_to_regnum): Renamed from
269 i386_svr4_reg_to_regnum. Return -1 for bad registers.
270 (i386_svr4_reg_to_regnum): New function.
271 (i386_gdbarch_init): Update call to set_gdbarch_dwarf2_reg_to_regnum.
272 * microblaze-tdep.c (microblaze_dwarf2_reg_to_regnum): Don't assert
273 on bad registers, return -1.
274 * msp430-tdep.c (msp430_dwarf2_reg_to_regnum): Improve error checking.
275 Remove warning for bad register.
276 * nios2-tdep.c: Add static assert for NIOS2_NUM_REGS.
277 (nios2_dwarf_reg_to_regnum): Fix off-by-one error.
278 Remove warning for bad register. Return -1 for bad register.
279 * rl78-tdep.c (rl78_dwarf_reg_to_regnum): Don't flag an internal error
280 for bad register, return -1.
281 * rx-tdep.c (rx_dwarf_reg_to_regnum): Ditto.
282 * m68k-tdep.c (m68k_dwarf_reg_to_regnum): Fix error result.
283 * mep-tdep.c (mep_debug_reg_to_regnum): Ditto.
284 * mips-tdep.c (mips_stab_reg_to_regnum): Ditto.
285 (mips_dwarf_dwarf2_ecoff_reg_to_regnum): Ditto.
286 * mn10300-tdep.c (mn10300_dwarf2_reg_to_regnum): Remove warning
287 for bad regs.
288 * xtensa-tdep.c (xtensa_reg_to_regnum): Remove internal error for
289 bad regs. Fix error result.
290 * stabsread.c (stab_reg_to_regnum): Watch for negative regno.
291 (reg_value_complaint): Update complaint text.
292 * mdebugread.c (reg_value_complaint): New function.
293 (mdebug_reg_to_regnum): Rewrite to watch for bad reg numbers.
294
295 2015-10-26 Doug Evans <dje@google.com>
296
297 PR python/18938
298 * cli/cli-cmds (source_script_fron_sctream): New arg file_to_open.
299 All callers updated.
300
301 2015-10-26 Doug Evans <dje@google.com>
302
303 * psymtab.c (struct dump_psymtab_addrmap_data): Define.
304 (dump_psymtab_addrmap_1, dump_psymtab_addrmap): New functions.
305 (maintenance_print_psymbols): Print address map.
306
307 2015-10-26 Doug Evans <dje@google.com>
308
309 * nat/linux-nat.h (__SIGRTMIN): Move here from gdbserver/linux-low.c.
310
311 2015-10-26 Doug Evans <dje@google.com>
312
313 * common/gdb_wait.h (W_STOPCODE): Define, moved here from
314 gdbserver/linux-low.c.
315 (WSETSTOP): Simplify.
316
317 2015-10-26 Doug Evans <dje@google.com>
318
319 * linux-thread-db.c (find_new_threads_callback): Ditto.
320 (thread_db_pid_to_str): Ditto.
321
322 2015-10-26 Simon Marchi <simon.marchi@polymtl.ca>
323
324 * guile/scm-ports.c (ioscm_make_gdb_stdio_port): Do not pass a
325 local char array to scm_mode_bits, use a cast instead.
326
327 2015-10-26 Simon Marchi <simon.marchi@ericsson.com>
328
329 * tui/tui-data.c (tui_alloc_content): Don't check xmalloc
330 result. Change type of element_block_ptr. Change allocation to
331 use XNEWVEC.
332
333 2015-10-26 Luis Machado <lgustavo@codesourcery.com>
334
335 * record-full.c (record_full_message_wrapper_safe): Pass empty string to
336 catch_errors call instead of NULL.
337
338 2015-10-26 Simon Marchi <simon.marchi@polymtl.ca>
339
340 * guile/scm-ports.c (ioscm_make_gdb_stdio_port): Pass non-const
341 char pointer to scm_mode_bits.
342
343 2015-10-26 Simon Marchi <simon.marchi@polymtl.ca>
344
345 * symtab.c (default_make_symbol_completion_list_break_on_1): Add
346 cast.
347
348 2015-10-26 Simon Marchi <simon.marchi@polymtl.ca>
349
350 * guile/scm-ports.c (gdbscm_memory_port_write): Declare new
351 "data" local variable and use it.
352
353 2015-10-26 Simon Marchi <simon.marchi@polymtl.ca>
354
355 * guile/scm-symbol.c (gdbscm_lookup_global_symbol): Add
356 domain_enum cast.
357 (gdbscm_lookup_symbol): Likewise.
358
359 2015-10-25 Iain Buclaw <ibuclaw@gdcproject.org>
360
361 * d-exp.y: Remove an obsolete comment and propagate the block
362 information to the produced expression.
363
364 2015-10-24 Simon Marchi <simon.marchi@polymtl.ca>
365
366 * tui/tui-data.c (tui_add_to_source_windows): Remove void *
367 cast.
368 (tui_add_content_elements): Likewise.
369
370 2015-10-24 Simon Marchi <simon.marchi@polymtl.ca>
371
372 * cli/cli-setshow.c (do_set_command): Constify p.
373
374 2015-10-24 Simon Marchi <simon.marchi@polymtl.ca>
375
376 * nat/linux-ptrace.c (linux_ptrace_test_ret_to_nx): Replace
377 (void *) cast with (gdb_byte *).
378
379 2015-10-24 Simon Marchi <simon.marchi@polymtl.ca>
380
381 * proc-service.c (ps_pdread): Add cast.
382
383 2015-10-24 Simon Marchi <simon.marchi@polymtl.ca>
384
385 * sparc64-tdep.c (sparc64_store_arguments): Split assignment of
386 valbuf.
387
388 2015-10-24 Simon Marchi <simon.marchi@polymtl.ca>
389
390 * ia64-tdep.c (ia64_pseudo_register_write): Remove cast.
391 (ia64_push_dummy_call): Remove cast and change type of "to" to
392 array of gdb_byte.
393
394 2015-10-23 Simon Marchi <simon.marchi@polymtl.ca>
395
396 * linux-btrace.c (linux_enable_pt): Add cast to mmap return.
397
398 2015-10-23 Simon Marchi <simon.marchi@ericsson.com>
399
400 * observer.h (observer_${event}_notification_stub): Add cast.
401
402 2015-10-23 Yao Qi <yao.qi@linaro.org>
403
404 * aarch64-tdep.c (aarch64_displaced_step_copy_insn): Set
405 dsd.insn_count to zero.
406
407 2015-10-22 Pedro Alves <palves@redhat.com>
408
409 * infrun.c (stop_after_trap): Delete.
410 (clear_proceed_status, handle_signal_stop, struct
411 infcall_control_state, save_infcall_control_state)
412 (restore_infcall_control_state): Remove references to
413 stop_after_trap.
414
415 2015-10-22 Simon Marchi <simon.marchi@ericsson.com>
416
417 * python/python.c (_initialize_python): Add cast.
418
419 2015-10-22 Simon Marchi <simon.marchi@ericsson.com>
420
421 * nto-tdep.c (nto_inferior_data): Add cast.
422
423 2015-10-22 Pedro Alves <palves@redhat.com>
424
425 * windows-nat.c (do_initial_windows_stuff): Rewrite loop using
426 windows_wait and windows_resume directly instead of
427 wait_for_inferior and resume.
428
429 2015-10-22 Simon Marchi <simon.marchi@polymtl.ca>
430
431 * xtensa-tdep.h (XTREG): Add casts.
432 (XTREG_END): Likewise.
433
434 2015-10-22 Simon Marchi <simon.marchi@polymtl.ca>
435
436 * solib-spu.c (spu_bfd_iovec_pread): Add (gdb_byte *) cast.
437
438 2015-10-22 Simon Marchi <simon.marchi@polymtl.ca>
439
440 * rs6000-tdep.c (variants): Add (enum bfd_architecture) cast.
441
442 2015-10-22 Simon Marchi <simon.marchi@polymtl.ca>
443
444 * mips-linux-tdep.c (mips64_linux_get_longjmp_target): Change type of
445 buf to gdb_byte*.
446 (supply_32bit_reg): Add cast.
447 (mips64_fill_gregset): Likewise.
448
449 2015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
450
451 PR python/18073
452 * python/py-type.c (typy_get_composite): Allow returning a
453 function type.
454
455 2015-10-21 Keven Boell <keven.boell@intel.com>
456
457 * dwarf2read.c (set_die_type): Add read of
458 DW_AT_allocated and DW_AT_associated.
459 * f-typeprint.c: New include of typeprint.h
460 (f_print_type): Add check for allocated/associated
461 status of type.
462 (f_type_print_varspec_suffix): Add check for
463 * gdbtypes.c (create_array_type_with_stride):
464 Add check for valid data location of type in
465 case allocated or associated attributes are set.
466 Length of an array should be only calculated if
467 allocated or associated is resolved as true.
468 (is_dynamic_type_internal): Add check for allocated/
469 associated.
470 (resolve_dynamic_array): Evaluate allocated/associated
471 properties.
472 * gdbtypes.h (enum dynamic_prop_node_kind): <DYN_PROP_ALLOCATED>
473 <DYN_PROP_ASSOCIATED>: New enums.
474 (TYPE_ALLOCATED_PROP, TYPE_ASSOCIATED_PROP): New macros.
475 (type_not_allocated): New function.
476 (type_not_associated): New function.
477 * valarith.c (value_subscripted_rvalue): Add check for
478 allocated/associated.
479 * valprint.c: New include of typeprint.h.
480 (valprint_check_validity): Add check for allocated/associated.
481 (value_check_printable): Add check for allocated/
482 associated.
483 * typeprint.h (val_print_not_allocated): New function.
484 (val_print_not_associated): New function.
485 * typeprint.c (val_print_not_allocated): New function.
486 (val_print_not_associated): New function.
487
488 2015-10-21 Antoine Tremblay <antoine.tremblay@ericsson.com>
489
490 * Makefile.in: Add arm.c/o.
491 * arch/arm.c: New file.
492 * arch/arm.h: (IS_THUMB_ADDR): Move macro from arm-tdep.c.
493 (MAKE_THUMB_ADDR): Likewise.
494 (UNMAKE_THUMB_ADDR): Likewise.
495 * arm-tdep.c (int thumb_insn_size): Move to arm.c.
496 (IS_THUMB_ADDR): Move to arm.h.
497 (MAKE_THUMB_ADDR): Likewise.
498 (UNMAKE_THUMB_ADDR): Likewise.
499 * configure.tgt: Add arm.o to all ARM configs.
500
501 2015-10-21 Yao Qi <yao.qi@linaro.org>
502
503 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
504 Remove argument exp_vCont_s.
505 * gdb.base/range-stepping.exp: Callers updated.
506 * gdb.trace/range-stepping.exp: Likewise.
507
508 2015-10-21 Aleksandar Ristovski <aristovski@qnx.com>
509
510 * gdb/nto-tdep.c (QNX_NOTE_NAME, QNX_INFO_SECT_NAME): New defines.
511 (nto_sniff_abi_note_section): New function.
512 (nto_elf_osabi_sniffer): Use new function to recognize nto specific
513 binary.
514
515 2015-10-21 Aleksandar Ristovski <aristovski@qnx.com>
516
517 * nto-procfs.c (procfs_wait): Set stopped_flags nad stopped_pc.
518 (procfs_stopped_by_watchpoint): Use flags stored in inferior data.
519 * nto-tdep.c (nto_new_inferior_data_reg): New definition.
520 (nto_new_inferior_data, nto_inferior_data_cleanup, nto_inferior_data):
521 New functions.
522 (_initialize_nto_tdep): New forward declaration, new function.
523 * nto-tdep.h (struct nto_inferior_data): New struct.
524 (nto_inferior_data): New function declaration.
525
526 2015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
527
528 * findvar.c (address_from_register): Check REGNUM validity.
529
530 2015-10-20 Aleksandar Ristovski <aristovski@qnx.com>
531
532 * gdb/nto-procfs.c (procfs_pid_to_exec_file): New function.
533 (init_procfs_targets): Wire new function.
534
535 2015-10-20 Aleksandar Ristovski <aristovski@qnx.com>
536
537 * nto-procfs.c (sys/auxv.h): Include.
538 (procfs_xfer_partial): Implement TARGET_OBJECT_AUXV.
539 * nto-tdep.c (nto_read_auxv_from_initial_stack): New function.
540 * nto-tdep.h (nto_read_auxv_from_initial_stack): New declaration.
541
542 2015-10-20 Aleksandar Ristovski <aristovski@qnx.com>
543
544 * nto-procfs.c (nto_procfs_path): Rename to...
545 (nodestr): ... this, and change type.
546 (nto_node): Use new variable and logic accordingly.
547 (procfs_open_1): Use new variable name. Use local buffer to construct
548 procfrs path.
549 (procfs_pidlist): Use NODESTR to construct procfs path.
550 (procfs_files_info): Use NODESTR to output meaningful text.
551 (do_attach): Construct procfs using NODESTR.
552 (procfs_create_inferior): Compare pointer to NULL.
553
554 2015-10-19 Josh Stone <jistone@redhat.com>
555
556 * linux-nat.c (linux_handle_syscall_trap): Always update entry/
557 return state, even when not actively catching syscalls at all.
558 (linux_handle_extended_wait): Mark syscall_state like an entry.
559 (wait_lwp): Set syscall_state ignored for other traps.
560 (linux_nat_filter_event): Likewise.
561
562 2015-10-19 Luis Machado <lgustavo@codesourcery.com>
563
564 * remote.c (remote_wait_as): Set rs->waiting_for_stop_reply to 0
565 when handling 'E', 'T', 'S', 'X' and 'W' packets.
566 Do not set rs->waiting_for_stop_reply back to 1.
567
568 2015-10-16 Aleksandar Ristovski <aristovski@qnx.com>
569
570 * nto-procfs.c (common/filestuff.h): Include.
571 (procfs_can_use_hw_breakpoint): Fix enum name.
572 (procfs_open_1): Fix compiler warning.
573 (procfs_pidlist): Make static.
574 (procfs_meminfo): Make static, fix type name, add missing argument.
575 (procfs_store_registers): Make static.
576 (procfs_thread_info): Remove unused function.
577 (_initialize_procfs): Forward declare.
578
579 2015-10-16 Yao Qi <yao.qi@arm.com>
580
581 * MAINTAINERS: Update my email address.
582
583 2015-10-15 Yao Qi <yao.qi@linaro.org>
584
585 * aarch64-linux-nat.c (aarch64_linux_insert_hw_breakpoint):
586 Call gdbarch_breakpoint_from_pc to instruction length.
587 (aarch64_linux_remove_hw_breakpoint): Likewise.
588 * common/common-regcache.h (regcache_register_size): Declare.
589 * nat/aarch64-linux-hw-point.c: Include "common-regcache.h".
590 (aarch64_point_is_aligned): Set alignment to 2 for breakpoint if
591 the process is 32bit, otherwise set alignment to 4.
592 (aarch64_handle_breakpoint): Update comments.
593 * regcache.c (regcache_register_size): New function.
594
595 2015-10-15 Aleksandar Ristovski <aristovski@qnx.com>
596
597 * gdbarch.sh (core_regset_section): Remove.
598 * gdbarch.h: Regenerate.
599
600 2015-10-14 Yao Qi <yao.qi@linaro.org>
601
602 * arch/aarch64-insn.h (struct aarch64_memory_operand): Move enum
603 out of it.
604 (enum aarch64_memory_operand_type): New.
605
606 2015-10-13 David Edelsohn <dje.gcc@gmail.com>
607
608 * xcoffread.c (dwarf2_xcoff_names): Add .dwmac and .dwpbtyp.
609
610 2015-10-13 Pedro Alves <palves@redhat.com>
611
612 * ada-lang.c (ada_enum_name): Constify local.
613 * ada-typeprint.c (print_range_bound): Constify locals.
614 * c-varobj.c (c_describe_child): Likewise.
615 * cli/cli-setshow.c (do_set_command): Likewise.
616 * gdb_vecs.c (delim_string_to_char_ptr_vec_append): Likewise.
617 * dwarf2read.c (find_file_and_directory): Likewise.
618 (anonymous_struct_prefix, dwarf2_name): Likewise.
619 * gnu-v3-abi.c (gnuv3_rtti_type): Likewise.
620 * go-lang.c (unpack_mangled_go_symbol): Likewise.
621 * jv-typeprint.c (java_type_print_base): Likewise.
622 * ser-tcp.c (net_open): Likewise.
623 * symfile.c (deduce_language_from_filename): Likewise.
624 * symtab.c (gdb_mangle_name): Likewise.
625 * tui/tui-io.c (tui_redisplay_readline): Likewise.
626
627 2015-10-13 Pedro Alves <palves@redhat.com>
628
629 * infrun.c (restore_execution_direction): New function.
630 (fetch_inferior_event): Use it instead of
631 make_cleanup_restore_integer.
632 (execution_direction): Change type to enum
633 exec_direction_kind.
634 * infrun.h (execution_direction): Likewise.
635
636 2015-10-13 Pedro Alves <palves@redhat.com>
637
638 * ada-lang.c (ada_value_primitive_packed_val): Constify
639 locals. Use value_contents_writeable. Remove casts.
640
641 2015-10-13 Pedro Alves <palves@redhat.com>
642
643 * ada-lang.c (ada_value_primitive_packed_val): Add casts to malloc
644 and alloca calls.
645
646 2015-10-13 Simon Marchi <simon.marchi@polymtl.ca>
647
648 * lm32-tdep.c (lm32_push_dummy_call): Replace call to
649 write_memory with write_memory_unsigned_integer.
650
651 2015-10-13 Simon Marchi <simon.marchi@polymtl.ca>
652
653 * solib-dsbt.c (cmp_name): Constify arguments.
654 * solib-frv.c (cmp_name): Likewise.
655 * solib-svr4.c (svr4_create_solib_event_breakpoints): Likewise.
656 * solib.c (gdb_bfd_lookup_symbol_from_symtab): Likewise.
657 (bfd_lookup_symbol_from_dyn_symtab): Likewise.
658 (gdb_bfd_lookup_symbol): Likewise.
659 * solib.h (gdb_bfd_lookup_symbol): Likewise.
660 (gdb_bfd_lookup_symbol_from_symtab): Likewise.
661
662 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
663
664 * stack.c (parse_frame_specification): Remove message parameter,
665 replace with fixed string in function body, update function
666 comment.
667 (frame_info): Remove message to parse_frame_specification.
668 (select_frame_command): Likewise.
669
670 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
671
672 * stack.c (parse_frame_specification): Delete.
673 (parse_frame_specification_1): Rename to
674 parse_frame_specification.
675 (frame_info): Use parse_frame_specification.
676 (select_frame_command): Likewise.
677 (return_command): Use select_frame and print_stack_frame rather
678 than frame_command and select_frame_command.
679 (func_command): Use get_current_frame rather than
680 parse_frame_specification.
681
682 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
683
684 * stack.c (func_command): Return early when there is no ARG
685 string.
686
687 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
688
689 * stack.c: Include safe-ctype.h not ctype.h.
690 (parse_frame_specification): Use ISSPACE not isspace.
691 (backtrace_command): Use TOLOWER not tolower.
692
693 2015-10-12 Simon Marchi <simon.marchi@polymtl.ca>
694
695 * mep-tdep.c (current_me_module): Add cast.
696 (mep_gdbarch_init): Likewise.
697
698 2015-10-12 Simon Marchi <simon.marchi@polymtl.ca>
699
700 * m32c-tdep.c (m32c_move_reg_t): Replace with...
701 (m32c_write_reg_t): ...this and...
702 (m32c_read_reg_t): ...this.
703 (struct m32c_reg): Update types of read and write.
704 (m32c_raw_read): Change declaration type to m32c_read_reg_t and
705 adjust definition.
706 (m32c_banked_read): Likewise.
707 (m32c_sb_read): Likewise.
708 (m32c_part_read): Likewise.
709 (m32c_cat_read): Likewise.
710 (m32c_r3r2r1r0_read): Likewise.
711 (m32c_raw_write): Change declaration type to m32c_write_reg_t
712 and adjust definition.
713 (m32c_banked_write): Likewise.
714 (m32c_sb_write): Likewise.
715 (m32c_part_write): Likewise.
716 (m32c_cat_write): Likewise.
717 (m32c_r3r2r1r0_write): Likewise.
718
719 2015-10-12 Simon Marchi <simon.marchi@polymtl.ca>
720
721 * aarch64-linux-tdep.c (aarch64_linux_syscall_record): Add cast.
722
723 2015-10-12 Simon Marchi <simon.marchi@polymtl.ca>
724
725 * aarch64-linux-tdep.c (aarch64_canonicalize_syscall): Return
726 gdb_sys_no_syscall instead of -1.
727
728 2015-10-12 Yao Qi <yao.qi@linaro.org>
729
730 * NEWS: Mention the change.
731
732 2015-10-12 Yao Qi <yao.qi@linaro.org>
733
734 * arch/aarch64-insn.c (emit_load_store): Rename to ...
735 (aarch64_emit_load_store): ... it. All callers updated.
736
737 2015-10-12 Yao Qi <yao.qi@linaro.org>
738
739 * arch/aarch64-insn.c (emit_insn): Rename to ...
740 (aarch64_emit_insn): ... it. All callers updated.
741
742 2015-10-12 Yao Qi <yao.qi@linaro.org>
743
744 * aarch64-linux-tdep.c: Include arch-utils.h.
745 (aarch64_linux_init_abi): Call set_gdbarch_max_insn_length,
746 set_gdbarch_displaced_step_copy_insn,
747 set_gdbarch_displaced_step_fixup,
748 set_gdbarch_displaced_step_free_closure,
749 set_gdbarch_displaced_step_location,
750 and set_gdbarch_displaced_step_hw_singlestep.
751 * aarch64-tdep.c (struct displaced_step_closure): New.
752 (struct aarch64_displaced_step_data): New.
753 (aarch64_displaced_step_b): New function.
754 (aarch64_displaced_step_b_cond): Likewise.
755 (aarch64_register): Likewise.
756 (aarch64_displaced_step_cb): Likewise.
757 (aarch64_displaced_step_tb): Likewise.
758 (aarch64_displaced_step_adr): Likewise.
759 (aarch64_displaced_step_ldr_literal): Likewise.
760 (aarch64_displaced_step_others): Likewise.
761 (aarch64_displaced_step_copy_insn): Likewise.
762 (aarch64_displaced_step_fixup): Likewise.
763 (aarch64_displaced_step_hw_singlestep): Likewise.
764 * aarch64-tdep.h (DISPLACED_MODIFIED_INSNS): New macro.
765 (aarch64_displaced_step_copy_insn): Declare.
766 (aarch64_displaced_step_fixup): Declare.
767 (aarch64_displaced_step_hw_singlestep): Declare.
768 * arch/aarch64-insn.c (emit_insn): Moved from
769 gdbserver/linux-aarch64-low.c.
770 (emit_load_store): Likewise.
771 * arch/aarch64-insn.h (enum aarch64_opcodes): Moved from
772 gdbserver/linux-aarch64-low.c.
773 (struct aarch64_register): Likewise.
774 (struct aarch64_memory_operand): Likewise.
775 (ENCODE): Likewise.
776 (can_encode_int32): New macro.
777 (emit_b, emit_bcond, emit_cb, emit_ldr, emit_ldrsw): Likewise.
778 (emit_tb, emit_nop): Likewise.
779 (emit_insn): Declare.
780 (emit_load_store): Declare.
781
782 2015-10-12 Yao Qi <yao.qi@linaro.org>
783
784 * arch/aarch64-insn.c (aarch64_decode_ldr_literal): Moved from
785 gdbserver/linux-aarch64-low.c.
786 (aarch64_relocate_instruction): Likewise.
787 * arch/aarch64-insn.h (aarch64_decode_ldr_literal): Declare.
788 (struct aarch64_insn_data): Moved from
789 gdbserver/linux-aarch64-low.c.
790 (struct aarch64_insn_visitor): Likewise.
791 (aarch64_relocate_instruction): Declare.
792
793 2015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
794
795 * eval.c (evaluate_subexp_standard) <STRUCTOP_STRUCT>: If
796 EVAL_AVOID_SIDE_EFFECTS mode, forward the VALUE_LVAL attribute
797 to the returned value.
798
799 2015-10-09 Joel Brobecker <brobecker@adacore.com>
800
801 * ada-lang.c (ada_unpack_from_contents): Add guard that unpacked
802 is large enough for BIT_SIZE. Update function comment.
803
804 2015-10-09 Joel Brobecker <brobecker@adacore.com>
805
806 * ada-lang.c (ada_value_primitive_packed_val): Move
807 src_len variable to local block where used. Override
808 BIT_SIZE if bigger than size of resolved type.
809
810 2015-10-09 Joel Brobecker <brobecker@adacore.com>
811
812 * gdbtypes.h (is_scalar_type): Add extern declaration.
813 * gdbtypes.c (is_scalar_type): Make non-static.
814 * ada-lang.c (ada_value_primitive_packed_val): Use is_scalar_type
815 to compute IS_SCALAR instead of doing it ourselves.
816
817 2015-10-09 Joel Brobecker <brobecker@adacore.com>
818
819 * ada-lang.c (ada_value_primitive_packed_val): Rework handling
820 of case where TYPE is dynamic.
821
822 2015-10-09 Joel Brobecker <brobecker@adacore.com>
823
824 * ada-lang.c (ada_unpack_from_contents): New function,
825 extracted from ada_value_primitive_packed_val.
826 (ada_value_primitive_packed_val): Replace extracted out code
827 by call to ada_unpack_from_contents.
828
829 2015-10-09 Joel Brobecker <brobecker@adacore.com>
830
831 * ada-lang.c (ada_value_primitive_packed_val): Reorder local
832 variable declarations.
833
834 2015-10-09 Joel Brobecker <brobecker@adacore.com>
835
836 * ada-lang.c (ada_value_primitive_packed_val): Change the type
837 of local variables src and unpacked to "gdb_type *" instead of
838 "unsigned char *".
839
840 2015-10-09 Joel Brobecker <brobecker@adacore.com>
841
842 * ada-lang.c (ada_value_primitive_packed_val): Make the name
843 of various local variables more explicit and consistent.
844 No real code change otherwise.
845
846 2015-10-09 Simon Marchi <simon.marchi@ericsson.com>
847
848 * i386-tdep.h (struct gdbarch_tdep): Change type of
849 register_reggroup_p to gdbarch_register_reggroup_p_ftype.
850
851 2015-10-09 Simon Marchi <simon.marchi@ericsson.com>
852
853 * cris-tdep.c (struct instruction_environment): Change type of
854 byte_order to enum bfd_endian.
855
856 2015-10-09 Simon Marchi <simon.marchi@ericsson.com>
857
858 * arm-linux-tdep.c (arm_canonicalize_syscall): Add
859 enum gdb_syscall casts.
860
861 2015-10-09 Simon Marchi <simon.marchi@ericsson.com>
862
863 * aarch64-tdep.c (stack_item_t): Change type of data to gdb_byte*.
864 * arm-tdep.c (struct stack_item): Likewise.
865 (push_stack_item): Add gdb_byte* cast.
866 * avr-tdep.c (struct stack_item): Change type of data to gdb_byte*.
867 (push_stack_item): Add gdb_byte* cast.
868 * cli/cli-dump.c (dump_memory_to_file): Change type of buf to gdb_byte*
869 and add cast.
870 * cris-tdep.c (struct stack_item): Change type of data to gdb_byte*.
871 (push_stack_item): Add gdb_byte* cast.
872 * gcore.c (gcore_copy_callback): Change type of memhunk to gdb_byte* and
873 add cast.
874 * gdbtypes.h (print_scalar_formatted): Change type of first parameter to
875 gdb_byte*.
876 * h8300-tdep.c (h8300_extract_return_value): Change type of valbuf to
877 gdb_byte* and remove unnecessary cast.
878 (h8300h_extract_return_value): Likewise.
879 (h8300_store_return_value): Change type of valbuf to gdb_byte*.
880 (h8300h_store_return_value): Likewise.
881 * iq2000-tdep.c (iq2000_extract_return_value): Change type of valbuf to
882 gdb_byte* and remove unnecessary cast.
883 * jit.c (jit_reader_try_read_symtab): Change type of gdb_mem to gdb_byte*
884 and add cast.
885 * m32r-tdep.c (m32r_store_return_value): Change type of valbuf to
886 gdb_byte* and remove unnecessary cast.
887 (m32r_extract_return_value): Change type of dst to gdb_byte* and remove
888 valbuf.
889 * mep-tdep.c (mep_pseudo_cr32_read): Change type of buf to gdb_byte*.
890 (mep_pseudo_cr64_read): Likewise.
891 (mep_pseudo_csr_write): Likewise.
892 (mep_pseudo_cr32_write): Likewise.
893 (mep_pseudo_cr64_write): Likewise.
894 * mi/mi-main.c (mi_cmd_data_write_memory): Change type of buffer to
895 gdb_byte* and add cast.
896 * moxie-tdep.c (moxie_store_return_value): Change type of valbuf to
897 gdb_byte* and remove unnecessary cast.
898 (moxie_extract_return_value): Change type of dst to gdb_byte* and remove
899 valbuf.
900 * p-valprint.c (print_scalar_formatted): Change type of valaddr to
901 gdb_byte*.
902 * printcmd.c (void): Likewise.
903 * python/py-inferior.c (infpy_read_memory): Change type of buffer to
904 gdb_byte* and add cast.
905 (infpy_write_memory): Likewise.
906 (infpy_search_memory): Likewise.
907 * regcache.c (regcache_raw_write_signed): Change type of buf to gdb_byte*
908 and add cast.
909 (regcache_raw_write_unsigned): Likewise.
910 (regcache_cooked_write_signed): Likewise.
911 (regcache_cooked_write_unsigned): Likewise.
912 * sh64-tdep.c (h64_extract_return_value): Change type of valbuf to
913 gdb_byte*.
914
915 2015-10-09 Simon Marchi <simon.marchi@ericsson.com>
916
917 * fbsd-tdep.c (fbsd_collect_regset_section_cb): Add cast.
918 * linux-tdep.c (linux_collect_regset_section_cb_data): Likewise.
919
920 2015-10-09 Eli Zaretskii <eliz@gnu.org>
921
922 * stack.c (print_stack_frame):
923 * utils.c (printchar): Fix typos in commentary.
924
925 2015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
926
927 * d-exp.y: (UnaryExpression): Support `type.sizeof' expressions.
928 (PostfixExpression): Support `expr.sizeof' expressions.
929 (PrimaryExpression): Support `typeof(expr)' expressions.
930
931 2015-10-08 Maciej W. Rozycki <macro@imgtec.com>
932
933 * MAINTAINERS: Update my email address.
934
935 2015-10-08 Markus Metzger <markus.t.metzger@intel.com>
936
937 * record-btrace.c (record_btrace_resume): Fix void return.
938
939 2015-10-07 Yao Qi <yao.qi@linaro.org>
940
941 * aarch64-tdep.c: Include opcode/aarch64.h.
942 (submask): Move it above.
943 (bit): Likewise.
944 (bits): Likewise.
945 (aarch64_software_single_step): Call aarch64_decode_insn.
946 Decode instruction by aarch64_inst instead of using
947 aarch64_decode_bcond and decode_masked_match.
948
949 2015-10-06 Pitchumani Sivanupandi <pitchumani.s@atmel.com>
950
951 * cli/cli-dump.c (restore_command): Parse load_offset (bias) as address
952 only when the file is binary.
953
954 2015-10-02 James Bowman <james.bowman@ftdichip.com>
955
956 * ft32-tdep.c (ft32_analyze_prologue): Add function prolog
957 subroutine handling.
958
959 2015-10-01 Simon Marchi <simon.marchi@ericsson.com>
960
961 * common/vec.h (VEC_OP (T,cleanup)): Add pointer cast.
962
963 2015-09-30 Doug Evans <dje@google.com>
964
965 * dwarf2read.c (setup_type_unit_groups): Add comment.
966
967 2015-09-30 Pedro Alves <palves@redhat.com>
968
969 * linux-nat.c (linux_nat_always_non_stop_p): Always return 1.
970 * x86-linux-nat.c (x86_linux_always_non_stop_p): Delete.
971 (x86_linux_create_target): Don't install
972 x86_linux_always_non_stop_p.
973
974 2015-09-30 Don Breazeal <donb@codesourcery.com>
975
976 * remote.c (remote_parse_stop_reply): Call strprefix instead
977 of strncmp.
978
979 2015-09-30 Simon Marchi <simon.marchi@ericsson.com>
980
981 * gdbarch.sh (struct gdbarch_info): Change tdep_info's type to void *.
982 * gdbarch.h: Regenerate.
983 * i386-tdep.c (i386_gdbarch_init): Remove cast to
984 struct gdbarch_tdep_info *.
985 * mips-tdep.c (mips_gdbarch_init): Likewise.
986 * ppc-linux-tdep (ppu2spu_sniffer): Likewise.
987 * rs6000-tdep.c (rs6000_gdbarch_init): Likewise.
988 * spu-multiarch.c (spu_gdbarch): Likewise.
989
990 2015-09-30 Kevin Buettner <kevinb@redhat.com>
991
992 * infcmd.c (finish_command_fsm_should_stop): Don't attempt to
993 record a NULL value.
994
995 2015-09-29 Kevin Buettner <kevinb@redhat.com>
996
997 * msp430-tdep.c (msp430_push_dummy_call): Treat reference, struct,
998 and union arguments the same as pointer arguments when determining
999 size of argument.
1000
1001 2015-09-29 James Bowman <james.bowman@ftdichip.com>
1002
1003 * ft32-tdep.c: #include "opcode/ft32.h".
1004 Delete local macros IS_PUSH, PUSH_REG, IS_LINK, LINK_SIZE.
1005 (ft32_analyze_prologue): Use FT32_* macros.
1006
1007 2015-09-28 Simon Marchi <simon.marchi@ericsson.com>
1008
1009 * cli/cli-script.c (read_next_line): Fix stdout -> stdin in
1010 comment.
1011
1012 2015-09-28 Doug Evans <dje@google.com>
1013
1014 * MAINTAINERS: Add Iain Buclaw as D language maintainer.
1015
1016 2015-09-28 Doug Evans <dje@google.com>
1017
1018 * common/filestuff.c (make_cleanup_close): Update comment.
1019
1020 2015-09-26 Simon Marchi <simon.marchi@polymtl.ca>
1021
1022 * btrace.c (parse_xml_btrace_block): Fix cast of
1023 xml_find_attribute's return value.
1024 * memory-map.c (memory_map_start_memory): Likewise.
1025 * solib-svr4.c (library_list_start_library): Likewise.
1026 * solib-target.c (library_list_start_segment): Likewise.
1027 (library_list_start_section): Likewise.
1028 * tracepoint.c (traceframe_info_start_memory): Likewise.
1029
1030 2015-09-26 Iain Buclaw <ibuclaw@gdcproject.org>
1031
1032 * d-namespace.c (d_lookup_symbol): New arg langdef.
1033 All callers updated. Support looking up symbol as a primitive type.
1034 (lookup_module_scope): New arg langdef. All callers updated.
1035 Call d_lookup_symbol directly for simple bare symbols.
1036
1037 2015-09-25 Simon Marchi <simon.marchi@ericsson.com>
1038
1039 * macrocmd.c (print_macro_callback): Add cast(s).
1040 * macrotab.c (macro_bcache_str): Likewise.
1041 (new_macro_definition): Likewise.
1042 * main.c (captured_main): Likewise.
1043 * maint.c (print_bfd_section_info): Likewise.
1044 * mdebugread.c (mdebug_build_psymtabs): Likewise.
1045 (basic_type): Likewise.
1046 * memattr.c (mem_region_cmp): Likewise.
1047 * memory-map.c (memory_map_start_memory): Likewise.
1048 (memory_map_end_memory): Likewise.
1049 (memory_map_start_property): Likewise.
1050 (memory_map_end_property): Likewise.
1051 (clear_result): Likewise.
1052 * memrange.c (compare_mem_ranges): Likewise.
1053 * mep-tdep.c (mep_analyze_frame_prologue): Likewise.
1054 * mi/mi-cmd-var.c (mi_cmd_var_update_iter): Likewise.
1055 * mi/mi-console.c (mi_console_file_delete): Likewise.
1056 (mi_console_file_fputs): Likewise.
1057 (mi_console_raw_packet): Likewise.
1058 (mi_console_file_flush): Likewise.
1059 (mi_console_set_raw): Likewise.
1060 * mi/mi-interp.c (mi_interpreter_resume): Likewise.
1061 (mi_new_thread): Likewise.
1062 (mi_thread_exit): Likewise.
1063 (mi_record_changed): Likewise.
1064 (mi_inferior_added): Likewise.
1065 (mi_inferior_appeared): Likewise.
1066 (mi_inferior_exit): Likewise.
1067 (mi_inferior_removed): Likewise.
1068 (mi_interp_data): Likewise.
1069 (mi_on_normal_stop): Likewise.
1070 (mi_traceframe_changed): Likewise.
1071 (mi_tsv_created): Likewise.
1072 (mi_tsv_deleted): Likewise.
1073 (mi_tsv_modified): Likewise.
1074 (mi_breakpoint_created): Likewise.
1075 (mi_breakpoint_deleted): Likewise.
1076 (mi_breakpoint_modified): Likewise.
1077 (mi_output_running_pid): Likewise.
1078 (mi_inferior_count): Likewise.
1079 (mi_solib_loaded): Likewise.
1080 (mi_solib_unloaded): Likewise.
1081 (mi_command_param_changed): Likewise.
1082 (mi_memory_changed): Likewise.
1083 (report_initial_inferior): Likewise.
1084 (mi_ui_out): Likewise.
1085 (mi_set_logging): Likewise.
1086 * mi/mi-main.c (collect_cores): Likewise.
1087 (print_one_inferior): Likewise.
1088 (free_vector_of_ints): Likewise.
1089 (free_splay_tree): Likewise.
1090 (mi_execute_command): Likewise.
1091 * mi/mi-out.c (mi_table_body): Likewise.
1092 (mi_table_end): Likewise.
1093 (mi_table_header): Likewise.
1094 (mi_begin): Likewise.
1095 (mi_end): Likewise.
1096 (mi_field_int): Likewise.
1097 (mi_field_string): Likewise.
1098 (mi_field_fmt): Likewise.
1099 (mi_flush): Likewise.
1100 (mi_redirect): Likewise.
1101 (field_separator): Likewise.
1102 (mi_open): Likewise.
1103 (mi_close): Likewise.
1104 (mi_out_buffered): Likewise.
1105 (mi_out_rewind): Likewise.
1106 (mi_out_put): Likewise.
1107 (mi_version): Likewise.
1108 (mi_out_data_dtor): Likewise.
1109 * mi/mi-parse.c (mi_parse_cleanup): Likewise.
1110 * microblaze-tdep.c (microblaze_frame_cache): Likewise.
1111 * minidebug.c (lzma_open): Likewise.
1112 (lzma_pread): Likewise.
1113 (lzma_close): Likewise.
1114 (lzma_stat): Likewise.
1115 * mips-linux-tdep.c (mips_linux_init_abi): Likewise.
1116 * mips-sde-tdep.c (mips_sde_frame_cache): Likewise.
1117 (mips_sde_elf_osabi_sniff_abi_tag_sections): Likewise.
1118 * mips-tdep.c (mips_insn16_frame_cache): Likewise.
1119 (mips_micro_frame_cache): Likewise.
1120 (mips_insn32_frame_cache): Likewise.
1121 (mips_stub_frame_cache): Likewise.
1122 (gdb_print_insn_mips): Likewise.
1123 (value_of_mips_user_reg): Likewise.
1124 (mips_gdbarch_init): Likewise.
1125 * mips64obsd-tdep.c (mips64obsd_supply_gregset): Likewise.
1126 * mipsnbsd-tdep.c (mipsnbsd_supply_fpregset): Likewise.
1127 (mipsnbsd_supply_gregset): Likewise.
1128 * mn10300-linux-tdep.c (am33_supply_fpregset_method): Likewise.
1129 (am33_collect_gregset_method): Likewise.
1130 (am33_collect_fpregset_method): Likewise.
1131 * mn10300-tdep.c (mn10300_analyze_frame_prologue): Likewise.
1132 * moxie-tdep.c (moxie_frame_cache): Likewise.
1133 * msp430-tdep.c (msp430_get_opcode_byte): Likewise.
1134 (msp430_analyze_frame_prologue): Likewise.
1135 * mt-tdep.c (mt_frame_unwind_cache): Likewise.
1136 * nios2-linux-tdep.c (nios2_supply_gregset): Likewise.
1137 (nios2_collect_gregset): Likewise.
1138 * nios2-tdep.c (nios2_frame_unwind_cache): Likewise.
1139 (nios2_stub_frame_cache): Likewise.
1140 * objc-lang.c (find_methods): Likewise.
1141 * objfiles.c (objfiles_pspace_data_cleanup): Likewise.
1142 (get_objfile_pspace_data): Likewise.
1143 (get_objfile_bfd_data): Likewise.
1144 (objfile_bfd_data_free): Likewise.
1145 (add_to_objfile_sections): Likewise.
1146 (do_free_objfile_cleanup): Likewise.
1147 (resume_section_map_updates_cleanup): Likewise.
1148 * opencl-lang.c (builtin_opencl_type): Likewise.
1149 * osabi.c (generic_elf_osabi_sniff_abi_tag_sections): Likewise.
1150 * osdata.c (osdata_start_osdata): Likewise.
1151 (osdata_start_item): Likewise.
1152 (osdata_start_column): Likewise.
1153 (osdata_end_column): Likewise.
1154 (clear_parsing_data): Likewise.
1155 (osdata_free_cleanup): Likewise.
1156 * parse.c (type_stack_cleanup): Likewise.
1157 (exp_uses_objfile_iter): Likewise.
1158 * ppc-linux-tdep.c (ppc_linux_supply_gregset): Likewise.
1159 (ppc_linux_collect_gregset): Likewise.
1160 (ppu2spu_prev_arch): Likewise.
1161 (ppu2spu_this_id): Likewise.
1162 (ppu2spu_prev_register): Likewise.
1163 (ppu2spu_unwind_register): Likewise.
1164 (ppu2spu_sniffer): Likewise.
1165 (ppu2spu_dealloc_cache): Likewise.
1166 (ppc_linux_init_abi): Likewise.
1167 * ppcfbsd-tdep.c (ppcfbsd_sigtramp_frame_cache): Likewise.
1168 * ppcobsd-tdep.c (ppcobsd_sigtramp_frame_cache): Likewise.
1169 * progspace.c (restore_program_space): Likewise.
1170 * psymtab.c (find_pc_sect_psymtab): Likewise.
1171 (compare_psymbols): Likewise.
1172 (psymbol_bcache_full): Likewise.
1173 (allocate_psymtab): Likewise.
1174 (discard_psymtabs_upto): Likewise.
1175 * python/py-block.c (set_block): Likewise.
1176 (del_objfile_blocks): Likewise.
1177 * python/py-breakpoint.c (build_bp_list): Likewise.
1178 * python/py-inferior.c (inferior_to_inferior_object): Likewise.
1179 (build_inferior_list): Likewise.
1180 (py_free_inferior): Likewise.
1181 * python/py-objfile.c (py_free_objfile): Likewise.
1182 (objfile_to_objfile_object): Likewise.
1183 * python/py-prettyprint.c (py_restore_tstate): Likewise.
1184 * python/py-progspace.c (py_free_pspace): Likewise.
1185 (pspace_to_pspace_object): Likewise.
1186 * python/py-symbol.c (set_symbol): Likewise.
1187 (del_objfile_symbols): Likewise.
1188 * python/py-symtab.c (set_sal): Likewise.
1189 (set_symtab): Likewise.
1190 (del_objfile_symtab): Likewise.
1191 (del_objfile_sal): Likewise.
1192 * python/py-type.c (save_objfile_types): Likewise.
1193 (set_type): Likewise.
1194 * python/py-unwind.c (pyuw_prev_register): Likewise.
1195 (pyuw_on_new_gdbarch): Likewise.
1196 * python/py-utils.c (py_decref): Likewise.
1197 (py_xdecref): Likewise.
1198 (gdb_py_generic_dict): Likewise.
1199 * python/py-xmethods.c (gdbpy_free_xmethod_worker_data): Likewise.
1200 (gdbpy_clone_xmethod_worker_data): Likewise.
1201 (gdbpy_get_xmethod_arg_types): Likewise.
1202 (gdbpy_get_xmethod_result_type): Likewise.
1203 (gdbpy_invoke_xmethod): Likewise.
1204 * python/python.c (gdbpy_apply_type_printers): Likewise.
1205 (gdbpy_free_type_printers): Likewise.
1206 * record-btrace.c (record_btrace_disable_callback): Likewise.
1207 (bfcache_hash): Likewise.
1208 (bfcache_eq): Likewise.
1209 (btrace_get_frame_function): Likewise.
1210 (record_btrace_frame_unwind_stop_reason): Likewise.
1211 (record_btrace_frame_this_id): Likewise.
1212 (record_btrace_frame_prev_register): Likewise.
1213 (record_btrace_frame_dealloc_cache): Likewise.
1214 * record-full.c (record_full_message_wrapper): Likewise.
1215 (record_full_save_cleanups): Likewise.
1216 * regcache.c (regcache_descr): Likewise.
1217 (do_regcache_xfree): Likewise.
1218 (do_regcache_invalidate): Likewise.
1219 (do_cooked_read): Likewise.
1220 (regcache_transfer_regset): Likewise.
1221 * reggroups.c (reggroup_add): Likewise.
1222 (reggroup_next): Likewise.
1223 (reggroup_prev): Likewise.
1224 * remote-fileio.c (do_remote_fileio_request): Likewise.
1225 * remote-notif.c (remote_async_get_pending_events_handler): Likewise.
1226 (do_notif_event_xfree): Likewise.
1227 * remote.c (get_remote_arch_state): Likewise.
1228 (remote_pspace_data_cleanup): Likewise.
1229 (get_remote_exec_file): Likewise.
1230 (set_pspace_remote_exec_file): Likewise.
1231 (compare_pnums): Likewise.
1232 (clear_threads_listing_context): Likewise.
1233 (remote_newthread_step): Likewise.
1234 (start_thread): Likewise.
1235 (end_thread): Likewise.
1236 (remove_child_of_pending_fork): Likewise.
1237 (remove_stop_reply_for_inferior): Likewise.
1238 (remove_stop_reply_of_remote_state): Likewise.
1239 (remote_notif_remove_once_on_match): Likewise.
1240 (stop_reply_match_ptid_and_ws): Likewise.
1241 (kill_child_of_pending_fork): Likewise.
1242 (register_remote_g_packet_guess): Likewise.
1243 (remote_read_description_p): Likewise.
1244 (remote_read_description): Likewise.
1245 (free_actions_list_cleanup_wrapper): Likewise.
1246 (remote_async_serial_handler): Likewise.
1247 * rl78-tdep.c (rl78_get_opcode_byte): Likewise.
1248 (rl78_analyze_frame_prologue): Likewise.
1249 * rs6000-tdep.c (ppc_supply_gregset): Likewise.
1250 (ppc_supply_fpregset): Likewise.
1251 (ppc_supply_vsxregset): Likewise.
1252 (ppc_supply_vrregset): Likewise.
1253 (ppc_collect_gregset): Likewise.
1254 (ppc_collect_fpregset): Likewise.
1255 (ppc_collect_vsxregset): Likewise.
1256 (ppc_collect_vrregset): Likewise.
1257 (e500_move_ev_register): Likewise.
1258 (do_regcache_raw_write): Likewise.
1259 (rs6000_frame_cache): Likewise.
1260 (rs6000_epilogue_frame_cache): Likewise.
1261 (rs6000_gdbarch_init): Likewise.
1262 * rx-tdep.c (rx_get_opcode_byte): Likewise.
1263 (rx_analyze_frame_prologue): Likewise.
1264 (rx_frame_type): Likewise.
1265 (rx_frame_sniffer_common): Likewise.
1266 * s390-linux-tdep.c (s390_check_for_saved): Likewise.
1267 (s390_frame_unwind_cache): Likewise.
1268 (s390_stub_frame_unwind_cache): Likewise.
1269 (s390_sigtramp_frame_unwind_cache): Likewise.
1270 * score-tdep.c (score_make_prologue_cache): Likewise.
1271 * sentinel-frame.c (sentinel_frame_prev_register): Likewise.
1272 (sentinel_frame_prev_arch): Likewise.
1273 * ser-base.c (fd_event): Likewise.
1274 (push_event): Likewise.
1275 (ser_base_write): Likewise.
1276 * ser-pipe.c (pipe_close): Likewise.
1277 * serial.c (serial_write): Likewise.
1278 * sh-tdep.c (sh_frame_cache): Likewise.
1279 (sh_stub_this_id): Likewise.
1280 * sh64-tdep.c (sh64_frame_cache): Likewise.
1281 * solib-aix.c (get_solib_aix_inferior_data): Likewise.
1282 (library_list_start_library): Likewise.
1283 (library_list_start_list): Likewise.
1284 (solib_aix_free_library_list): Likewise.
1285 * solib-darwin.c (get_darwin_info): Likewise.
1286 * solib-dsbt.c (get_dsbt_info): Likewise.
1287 * solib-spu.c (append_ocl_sos): Likewise.
1288 * solib-svr4.c (svr4_pspace_data_cleanup): Likewise.
1289 (get_svr4_info): Likewise.
1290 (library_list_start_library): Likewise.
1291 (svr4_library_list_start_list): Likewise.
1292 (hash_probe_and_action): Likewise.
1293 (equal_probe_and_action): Likewise.
1294 (svr4_update_solib_event_breakpoint): Likewise.
1295 (set_solib_svr4_fetch_link_map_offsets): Likewise.
1296 (svr4_fetch_link_map_offsets): Likewise.
1297 (svr4_have_link_map_offsets): Likewise.
1298 * solib-target.c (library_list_start_segment): Likewise.
1299 (library_list_start_section): Likewise.
1300 (library_list_start_library): Likewise.
1301 (library_list_end_library): Likewise.
1302 (library_list_start_list): Likewise.
1303 (solib_target_free_library_list): Likewise.
1304 * solib.c (solib_ops): Likewise.
1305 (set_solib_ops): Likewise.
1306 * sparc-sol2-tdep.c (sparc32_sol2_sigtramp_frame_cache): Likewise.
1307 * sparc-tdep.c (sparc_frame_cache): Likewise.
1308 (sparc32_frame_cache): Likewise.
1309 (sparc32_supply_gregset): Likewise.
1310 (sparc32_collect_gregset): Likewise.
1311 (sparc32_supply_fpregset): Likewise.
1312 (sparc32_collect_fpregset): Likewise.
1313 * sparc64-sol2-tdep.c (sparc64_sol2_sigtramp_frame_cache): Likewise.
1314 * sparc64-tdep.c (sparc64_supply_gregset): Likewise.
1315 (sparc64_collect_gregset): Likewise.
1316 (sparc64_supply_fpregset): Likewise.
1317 (sparc64_collect_fpregset): Likewise.
1318 * sparc64fbsd-tdep.c (sparc64fbsd_sigtramp_frame_cache): Likewise.
1319 * sparc64nbsd-tdep.c (sparc64nbsd_sigcontext_frame_cache): Likewise.
1320 * sparc64obsd-tdep.c (sparc64obsd_frame_cache): Likewise.
1321 (sparc64obsd_trapframe_cache): Likewise.
1322 * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_frame_cache): Likewise.
1323 * sparcobsd-tdep.c (sparc32obsd_sigtramp_frame_cache): Likewise.
1324 * spu-multiarch.c (spu_gdbarch): Likewise.
1325 * spu-tdep.c (spu_frame_unwind_cache): Likewise.
1326 (spu2ppu_prev_arch): Likewise.
1327 (spu2ppu_this_id): Likewise.
1328 (spu2ppu_prev_register): Likewise.
1329 (spu2ppu_dealloc_cache): Likewise.
1330 (spu_dis_asm_print_address): Likewise.
1331 (gdb_print_insn_spu): Likewise.
1332 (spu_get_overlay_table): Likewise.
1333 * stabsread.c (rs6000_builtin_type): Likewise.
1334 * stack.c (do_print_variable_and_value): Likewise.
1335 * stap-probe.c (get_stap_base_address_1): Likewise.
1336 * symfile-debug.c (debug_qf_has_symbols): Likewise.
1337 (debug_qf_find_last_source_symtab): Likewise.
1338 (debug_qf_forget_cached_source_info): Likewise.
1339 (debug_qf_map_symtabs_matching_filename): Likewise.
1340 (debug_qf_lookup_symbol): Likewise.
1341 (debug_qf_print_stats): Likewise.
1342 (debug_qf_dump): Likewise.
1343 (debug_qf_relocate): Likewise.
1344 (debug_qf_expand_symtabs_for_function): Likewise.
1345 (debug_qf_expand_all_symtabs): Likewise.
1346 (debug_qf_expand_symtabs_with_fullname): Likewise.
1347 (debug_qf_map_matching_symbols): Likewise.
1348 (debug_qf_expand_symtabs_matching): Likewise.
1349 (debug_qf_find_pc_sect_compunit_symtab): Likewise.
1350 (debug_qf_map_symbol_filenames): Likewise.
1351 (debug_sym_get_probes): Likewise.
1352 (debug_sym_new_init): Likewise.
1353 (debug_sym_init): Likewise.
1354 (debug_sym_read): Likewise.
1355 (debug_sym_read_psymbols): Likewise.
1356 (debug_sym_finish): Likewise.
1357 (debug_sym_offsets): Likewise.
1358 (debug_sym_read_linetable): Likewise.
1359 (debug_sym_relocate): Likewise.
1360 (uninstall_symfile_debug_logging): Likewise.
1361 * symfile-mem.c (symbol_file_add_from_memory_wrapper): Likewise.
1362 * symfile.c (place_section): Likewise.
1363 (add_section_size_callback): Likewise.
1364 (load_progress): Likewise.
1365 (load_section_callback): Likewise.
1366 (clear_memory_write_data): Likewise.
1367 (allocate_symtab): Likewise.
1368 * symmisc.c (maintenance_expand_file_matcher): Likewise.
1369 * symtab.c (lookup_symtab_callback): Likewise.
1370 (hash_demangled_name_entry): Likewise.
1371 (eq_demangled_name_entry): Likewise.
1372 (get_symbol_cache): Likewise.
1373 (symbol_cache_cleanup): Likewise.
1374 (set_symbol_cache_size): Likewise.
1375 (symbol_cache_flush): Likewise.
1376 (maintenance_print_symbol_cache): Likewise.
1377 (maintenance_print_symbol_cache_statistics): Likewise.
1378 (delete_filename_seen_cache): Likewise.
1379 (output_partial_symbol_filename): Likewise.
1380 (search_symbols_file_matches): Likewise.
1381 (search_symbols_name_matches): Likewise.
1382 (do_free_completion_list): Likewise.
1383 (maybe_add_partial_symtab_filename): Likewise.
1384 (get_main_info): Likewise.
1385 (main_info_cleanup): Likewise.
1386 * target-dcache.c (target_dcache_cleanup): Likewise.
1387 (target_dcache_init_p): Likewise.
1388 (target_dcache_invalidate): Likewise.
1389 (target_dcache_get): Likewise.
1390 (target_dcache_get_or_init): Likewise.
1391 * target-descriptions.c (target_find_description): Likewise.
1392 (tdesc_find_type): Likewise.
1393 (tdesc_data_cleanup): Likewise.
1394 (tdesc_find_arch_register): Likewise.
1395 (tdesc_register_name): Likewise.
1396 (tdesc_register_type): Likewise.
1397 (tdesc_register_reggroup_p): Likewise.
1398 (set_tdesc_pseudo_register_name): Likewise.
1399 (set_tdesc_pseudo_register_type): Likewise.
1400 (set_tdesc_pseudo_register_reggroup_p): Likewise.
1401 (tdesc_use_registers): Likewise.
1402 (free_target_description): Likewise.
1403 * target-memory.c (compare_block_starting_address): Likewise.
1404 (cleanup_request_data): Likewise.
1405 (cleanup_write_requests_vector): Likewise.
1406 * target.c (open_target): Likewise.
1407 (cleanup_restore_target_terminal): Likewise.
1408 (free_memory_read_result_vector): Likewise.
1409 * thread.c (disable_thread_stack_temporaries): Likewise.
1410 (finish_thread_state_cleanup): Likewise.
1411 (do_restore_current_thread_cleanup): Likewise.
1412 (restore_current_thread_cleanup_dtor): Likewise.
1413 (set_thread_refcount): Likewise.
1414 (tp_array_compar): Likewise.
1415 (do_captured_thread_select): Likewise.
1416 * tic6x-tdep.c (tic6x_frame_unwind_cache): Likewise.
1417 (tic6x_stub_this_id): Likewise.
1418 * tilegx-tdep.c (tilegx_frame_cache): Likewise.
1419 * top.c (do_restore_instream_cleanup): Likewise.
1420 (gdb_readline_wrapper_cleanup): Likewise.
1421 (kill_or_detach): Likewise.
1422 (print_inferior_quit_action): Likewise.
1423 * tracefile-tfile.c (match_blocktype): Likewise.
1424 (build_traceframe_info): Likewise.
1425 * tracefile.c (trace_file_writer_xfree): Likewise.
1426 * tracepoint.c (memrange_cmp): Likewise.
1427 (do_collect_symbol): Likewise.
1428 (do_clear_collection_list): Likewise.
1429 (do_restore_current_traceframe_cleanup): Likewise.
1430 (restore_current_traceframe_cleanup_dtor): Likewise.
1431 (free_current_marker): Likewise.
1432 (traceframe_info_start_memory): Likewise.
1433 (traceframe_info_start_tvar): Likewise.
1434 (free_result): Likewise.
1435 * tramp-frame.c (tramp_frame_cache): Likewise.
1436 * tui/tui-file.c (tui_file_delete): Likewise.
1437 (tui_fileopen): Likewise.
1438 (tui_sfileopen): Likewise.
1439 (tui_file_isatty): Likewise.
1440 (tui_file_rewind): Likewise.
1441 (tui_file_put): Likewise.
1442 (tui_file_fputs): Likewise.
1443 (tui_file_get_strbuf): Likewise.
1444 (tui_file_adjust_strbuf): Likewise.
1445 (tui_file_flush): Likewise.
1446 * tui/tui-layout.c (make_command_window): Likewise.
1447 (make_data_window): Likewise.
1448 (show_source_disasm_command): Likewise.
1449 (show_data): Likewise.
1450 (make_source_or_disasm_window): Likewise.
1451 (show_source_or_disasm_and_command): Likewise.
1452 * tui/tui-out.c (tui_field_int): Likewise.
1453 (tui_field_string): Likewise.
1454 (tui_field_fmt): Likewise.
1455 (tui_text): Likewise.
1456 * typeprint.c (hash_typedef_field): Likewise.
1457 (eq_typedef_field): Likewise.
1458 (do_free_typedef_hash): Likewise.
1459 (copy_typedef_hash_element): Likewise.
1460 (do_free_global_table): Likewise.
1461 (find_global_typedef): Likewise.
1462 (find_typedef_in_hash): Likewise.
1463 * ui-file.c (ui_file_write_for_put): Likewise.
1464 (do_ui_file_xstrdup): Likewise.
1465 (mem_file_delete): Likewise.
1466 (mem_file_rewind): Likewise.
1467 (mem_file_put): Likewise.
1468 (mem_file_write): Likewise.
1469 (stdio_file_delete): Likewise.
1470 (stdio_file_flush): Likewise.
1471 (stdio_file_read): Likewise.
1472 (stdio_file_write): Likewise.
1473 (stdio_file_write_async_safe): Likewise.
1474 (stdio_file_fputs): Likewise.
1475 (stdio_file_isatty): Likewise.
1476 (stdio_file_fseek): Likewise.
1477 (tee_file_delete): Likewise.
1478 (tee_file_flush): Likewise.
1479 (tee_file_write): Likewise.
1480 (tee_file_fputs): Likewise.
1481 (tee_file_isatty): Likewise.
1482 * ui-out.c (do_cleanup_table_end): Likewise.
1483 (do_cleanup_end): Likewise.
1484 * user-regs.c (user_reg_add): Likewise.
1485 (user_reg_map_name_to_regnum): Likewise.
1486 (usernum_to_user_reg): Likewise.
1487 (maintenance_print_user_registers): Likewise.
1488 * utils.c (do_bfd_close_cleanup): Likewise.
1489 (do_fclose_cleanup): Likewise.
1490 (do_obstack_free): Likewise.
1491 (do_ui_file_delete): Likewise.
1492 (do_ui_out_redirect_pop): Likewise.
1493 (do_free_section_addr_info): Likewise.
1494 (restore_integer): Likewise.
1495 (do_unpush_target): Likewise.
1496 (do_htab_delete_cleanup): Likewise.
1497 (do_restore_ui_file): Likewise.
1498 (do_value_free): Likewise.
1499 (do_free_so): Likewise.
1500 (free_current_contents): Likewise.
1501 (do_regfree_cleanup): Likewise.
1502 (core_addr_hash): Likewise.
1503 (core_addr_eq): Likewise.
1504 (do_free_char_ptr_vec): Likewise.
1505 * v850-tdep.c (v850_frame_cache): Likewise.
1506 * varobj.c (do_free_variable_cleanup): Likewise.
1507 * vax-tdep.c (vax_supply_gregset): Likewise.
1508 (vax_frame_cache): Likewise.
1509 * vaxobsd-tdep.c (vaxobsd_sigtramp_frame_cache): Likewise.
1510 * xml-support.c (gdb_xml_body_text): Likewise.
1511 (gdb_xml_values_cleanup): Likewise.
1512 (gdb_xml_start_element): Likewise.
1513 (gdb_xml_start_element_wrapper): Likewise.
1514 (gdb_xml_end_element): Likewise.
1515 (gdb_xml_end_element_wrapper): Likewise.
1516 (gdb_xml_cleanup): Likewise.
1517 (gdb_xml_fetch_external_entity): Likewise.
1518 (gdb_xml_parse_attr_enum): Likewise.
1519 (xinclude_start_include): Likewise.
1520 (xinclude_end_include): Likewise.
1521 (xml_xinclude_default): Likewise.
1522 (xml_xinclude_start_doctype): Likewise.
1523 (xml_xinclude_end_doctype): Likewise.
1524 (xml_xinclude_cleanup): Likewise.
1525 (xml_fetch_content_from_file): Likewise.
1526 * xml-syscall.c (free_syscalls_info): Likewise.
1527 (syscall_start_syscall): Likewise.
1528 * xml-tdesc.c (tdesc_end_arch): Likewise.
1529 (tdesc_end_osabi): Likewise.
1530 (tdesc_end_compatible): Likewise.
1531 (tdesc_start_target): Likewise.
1532 (tdesc_start_feature): Likewise.
1533 (tdesc_start_reg): Likewise.
1534 (tdesc_start_union): Likewise.
1535 (tdesc_start_struct): Likewise.
1536 (tdesc_start_flags): Likewise.
1537 (tdesc_start_field): Likewise.
1538 (tdesc_start_vector): Likewise.
1539 (fetch_available_features_from_target): Likewise.
1540 * xstormy16-tdep.c (xstormy16_frame_cache): Likewise.
1541 * xtensa-tdep.c (xtensa_supply_gregset): Likewise.
1542 (xtensa_frame_cache): Likewise.
1543 (xtensa_frame_prev_register): Likewise.
1544 (xtensa_extract_return_value): Likewise.
1545
1546 2015-09-25 Simon Marchi <simon.marchi@ericsson.com>
1547
1548 * aarch64-tdep.c (aarch64_make_prologue_cache): Add cast(s).
1549 (aarch64_make_stub_cache): Likewise.
1550 (value_of_aarch64_user_reg): Likewise.
1551 * ada-lang.c (ada_inferior_data_cleanup): Likewise.
1552 (get_ada_inferior_data): Likewise.
1553 (get_ada_pspace_data): Likewise.
1554 (ada_pspace_data_cleanup): Likewise.
1555 (ada_complete_symbol_matcher): Likewise.
1556 (ada_exc_search_name_matches): Likewise.
1557 * ada-tasks.c (get_ada_tasks_pspace_data): Likewise.
1558 (get_ada_tasks_inferior_data): Likewise.
1559 * addrmap.c (addrmap_mutable_foreach_worker): Likewise.
1560 (splay_obstack_alloc): Likewise.
1561 (splay_obstack_free): Likewise.
1562 * alpha-linux-tdep.c (alpha_linux_supply_gregset): Likewise.
1563 (alpha_linux_collect_gregset): Likewise.
1564 (alpha_linux_supply_fpregset): Likewise.
1565 (alpha_linux_collect_fpregset): Likewise.
1566 * alpha-mdebug-tdep.c (alpha_mdebug_frame_unwind_cache): Likewise.
1567 * alpha-tdep.c (alpha_lds): Likewise.
1568 (alpha_sts): Likewise.
1569 (alpha_sigtramp_frame_unwind_cache): Likewise.
1570 (alpha_heuristic_frame_unwind_cache): Likewise.
1571 (alpha_supply_int_regs): Likewise.
1572 (alpha_fill_int_regs): Likewise.
1573 (alpha_supply_fp_regs): Likewise.
1574 (alpha_fill_fp_regs): Likewise.
1575 * alphanbsd-tdep.c (alphanbsd_supply_fpregset): Likewise.
1576 (alphanbsd_aout_supply_gregset): Likewise.
1577 (alphanbsd_supply_gregset): Likewise.
1578 * amd64-linux-tdep.c (amd64_linux_init_abi): Likewise.
1579 (amd64_x32_linux_init_abi): Likewise.
1580 * amd64-nat.c (amd64_supply_native_gregset): Likewise.
1581 (amd64_collect_native_gregset): Likewise.
1582 * amd64-tdep.c (amd64_frame_cache): Likewise.
1583 (amd64_sigtramp_frame_cache): Likewise.
1584 (amd64_epilogue_frame_cache): Likewise.
1585 (amd64_supply_fxsave): Likewise.
1586 (amd64_supply_xsave): Likewise.
1587 (amd64_collect_fxsave): Likewise.
1588 (amd64_collect_xsave): Likewise.
1589 * amd64-windows-tdep.c (amd64_windows_frame_cache): Likewise.
1590 * amd64obsd-tdep.c (amd64obsd_trapframe_cache): Likewise.
1591 * arm-linux-tdep.c (arm_linux_supply_gregset): Likewise.
1592 (arm_linux_collect_gregset): Likewise.
1593 (arm_linux_supply_nwfpe): Likewise.
1594 (arm_linux_collect_nwfpe): Likewise.
1595 (arm_linux_supply_vfp): Likewise.
1596 (arm_linux_collect_vfp): Likewise.
1597 * arm-tdep.c (arm_find_mapping_symbol): Likewise.
1598 (arm_prologue_unwind_stop_reason): Likewise.
1599 (arm_prologue_this_id): Likewise.
1600 (arm_prologue_prev_register): Likewise.
1601 (arm_exidx_data_free): Likewise.
1602 (arm_find_exidx_entry): Likewise.
1603 (arm_stub_this_id): Likewise.
1604 (arm_m_exception_this_id): Likewise.
1605 (arm_m_exception_prev_register): Likewise.
1606 (arm_normal_frame_base): Likewise.
1607 (gdb_print_insn_arm): Likewise.
1608 (arm_objfile_data_free): Likewise.
1609 (arm_record_special_symbol): Likewise.
1610 (value_of_arm_user_reg): Likewise.
1611 * armbsd-tdep.c (armbsd_supply_fpregset): Likewise.
1612 (armbsd_supply_gregset): Likewise.
1613 * auto-load.c (auto_load_pspace_data_cleanup): Likewise.
1614 (get_auto_load_pspace_data): Likewise.
1615 (hash_loaded_script_entry): Likewise.
1616 (eq_loaded_script_entry): Likewise.
1617 (clear_section_scripts): Likewise.
1618 (collect_matching_scripts): Likewise.
1619 * auxv.c (auxv_inferior_data_cleanup): Likewise.
1620 (get_auxv_inferior_data): Likewise.
1621 * avr-tdep.c (avr_frame_unwind_cache): Likewise.
1622 * ax-general.c (do_free_agent_expr_cleanup): Likewise.
1623 * bfd-target.c (target_bfd_xfer_partial): Likewise.
1624 (target_bfd_xclose): Likewise.
1625 (target_bfd_get_section_table): Likewise.
1626 * bfin-tdep.c (bfin_frame_cache): Likewise.
1627 * block.c (find_block_in_blockvector): Likewise.
1628 (call_site_for_pc): Likewise.
1629 (block_find_non_opaque_type_preferred): Likewise.
1630 * break-catch-sig.c (signal_catchpoint_insert_location): Likewise.
1631 (signal_catchpoint_remove_location): Likewise.
1632 (signal_catchpoint_breakpoint_hit): Likewise.
1633 (signal_catchpoint_print_one): Likewise.
1634 (signal_catchpoint_print_mention): Likewise.
1635 (signal_catchpoint_print_recreate): Likewise.
1636 * break-catch-syscall.c (get_catch_syscall_inferior_data): Likewise.
1637 * breakpoint.c (do_cleanup_counted_command_line): Likewise.
1638 (bp_location_compare_addrs): Likewise.
1639 (get_first_locp_gte_addr): Likewise.
1640 (check_tracepoint_command): Likewise.
1641 (do_map_commands_command): Likewise.
1642 (get_breakpoint_objfile_data): Likewise.
1643 (free_breakpoint_probes): Likewise.
1644 (do_captured_breakpoint_query): Likewise.
1645 (compare_breakpoints): Likewise.
1646 (bp_location_compare): Likewise.
1647 (bpstat_remove_breakpoint_callback): Likewise.
1648 (do_delete_breakpoint_cleanup): Likewise.
1649 * bsd-uthread.c (bsd_uthread_set_supply_uthread): Likewise.
1650 (bsd_uthread_set_collect_uthread): Likewise.
1651 (bsd_uthread_activate): Likewise.
1652 (bsd_uthread_fetch_registers): Likewise.
1653 (bsd_uthread_store_registers): Likewise.
1654 * btrace.c (check_xml_btrace_version): Likewise.
1655 (parse_xml_btrace_block): Likewise.
1656 (parse_xml_btrace_pt_config_cpu): Likewise.
1657 (parse_xml_btrace_pt_raw): Likewise.
1658 (parse_xml_btrace_pt): Likewise.
1659 (parse_xml_btrace_conf_bts): Likewise.
1660 (parse_xml_btrace_conf_pt): Likewise.
1661 (do_btrace_data_cleanup): Likewise.
1662 * c-typeprint.c (find_typedef_for_canonicalize): Likewise.
1663 * charset.c (cleanup_iconv): Likewise.
1664 (do_cleanup_iterator): Likewise.
1665 * cli-out.c (cli_uiout_dtor): Likewise.
1666 (cli_table_begin): Likewise.
1667 (cli_table_body): Likewise.
1668 (cli_table_end): Likewise.
1669 (cli_table_header): Likewise.
1670 (cli_begin): Likewise.
1671 (cli_end): Likewise.
1672 (cli_field_int): Likewise.
1673 (cli_field_skip): Likewise.
1674 (cli_field_string): Likewise.
1675 (cli_field_fmt): Likewise.
1676 (cli_spaces): Likewise.
1677 (cli_text): Likewise.
1678 (cli_message): Likewise.
1679 (cli_wrap_hint): Likewise.
1680 (cli_flush): Likewise.
1681 (cli_redirect): Likewise.
1682 (out_field_fmt): Likewise.
1683 (field_separator): Likewise.
1684 (cli_out_set_stream): Likewise.
1685 * cli/cli-cmds.c (compare_symtabs): Likewise.
1686 * cli/cli-dump.c (call_dump_func): Likewise.
1687 (restore_section_callback): Likewise.
1688 * cli/cli-script.c (clear_hook_in_cleanup): Likewise.
1689 (do_restore_user_call_depth): Likewise.
1690 (do_free_command_lines_cleanup): Likewise.
1691 * coff-pe-read.c (get_section_vmas): Likewise.
1692 (pe_as16): Likewise.
1693 (pe_as32): Likewise.
1694 * coffread.c (coff_symfile_read): Likewise.
1695 * common/agent.c (agent_look_up_symbols): Likewise.
1696 * common/filestuff.c (do_close_cleanup): Likewise.
1697 * common/format.c (free_format_pieces_cleanup): Likewise.
1698 * common/vec.c (vec_o_reserve): Likewise.
1699 * compile/compile-c-support.c (print_one_macro): Likewise.
1700 * compile/compile-c-symbols.c (hash_symbol_error): Likewise.
1701 (eq_symbol_error): Likewise.
1702 (del_symbol_error): Likewise.
1703 (error_symbol_once): Likewise.
1704 (gcc_convert_symbol): Likewise.
1705 (gcc_symbol_address): Likewise.
1706 (hash_symname): Likewise.
1707 (eq_symname): Likewise.
1708 * compile/compile-c-types.c (hash_type_map_instance): Likewise.
1709 (eq_type_map_instance): Likewise.
1710 (insert_type): Likewise.
1711 (convert_type): Likewise.
1712 * compile/compile-object-load.c (munmap_listp_free_cleanup): Likewise.
1713 (setup_sections): Likewise.
1714 (link_hash_table_free): Likewise.
1715 (copy_sections): Likewise.
1716 * compile/compile-object-run.c (do_module_cleanup): Likewise.
1717 * compile/compile.c (compile_print_value): Likewise.
1718 (do_rmdir): Likewise.
1719 (cleanup_compile_instance): Likewise.
1720 (cleanup_unlink_file): Likewise.
1721 * completer.c (free_completion_tracker): Likewise.
1722 * corelow.c (add_to_spuid_list): Likewise.
1723 * cp-namespace.c (reset_directive_searched): Likewise.
1724 * cp-support.c (reset_directive_searched): Likewise.
1725 * cris-tdep.c (cris_sigtramp_frame_unwind_cache): Likewise.
1726 (cris_frame_unwind_cache): Likewise.
1727 * d-lang.c (builtin_d_type): Likewise.
1728 * d-namespace.c (reset_directive_searched): Likewise.
1729 * dbxread.c (dbx_free_symfile_info): Likewise.
1730 (do_free_bincl_list_cleanup): Likewise.
1731 * disasm.c (hash_dis_line_entry): Likewise.
1732 (eq_dis_line_entry): Likewise.
1733 (dis_asm_print_address): Likewise.
1734 (fprintf_disasm): Likewise.
1735 (do_ui_file_delete): Likewise.
1736 * doublest.c (convert_floatformat_to_doublest): Likewise.
1737 * dummy-frame.c (pop_dummy_frame_bpt): Likewise.
1738 (dummy_frame_prev_register): Likewise.
1739 (dummy_frame_this_id): Likewise.
1740 * dwarf2-frame-tailcall.c (cache_hash): Likewise.
1741 (cache_eq): Likewise.
1742 (cache_find): Likewise.
1743 (tailcall_frame_this_id): Likewise.
1744 (dwarf2_tailcall_prev_register_first): Likewise.
1745 (tailcall_frame_prev_register): Likewise.
1746 (tailcall_frame_dealloc_cache): Likewise.
1747 (tailcall_frame_prev_arch): Likewise.
1748 * dwarf2-frame.c (dwarf2_frame_state_free): Likewise.
1749 (dwarf2_frame_set_init_reg): Likewise.
1750 (dwarf2_frame_init_reg): Likewise.
1751 (dwarf2_frame_set_signal_frame_p): Likewise.
1752 (dwarf2_frame_signal_frame_p): Likewise.
1753 (dwarf2_frame_set_adjust_regnum): Likewise.
1754 (dwarf2_frame_adjust_regnum): Likewise.
1755 (clear_pointer_cleanup): Likewise.
1756 (dwarf2_frame_cache): Likewise.
1757 (find_cie): Likewise.
1758 (dwarf2_frame_find_fde): Likewise.
1759 * dwarf2expr.c (dwarf_expr_address_type): Likewise.
1760 (free_dwarf_expr_context_cleanup): Likewise.
1761 * dwarf2loc.c (locexpr_find_frame_base_location): Likewise.
1762 (locexpr_get_frame_base): Likewise.
1763 (loclist_find_frame_base_location): Likewise.
1764 (loclist_get_frame_base): Likewise.
1765 (dwarf_expr_dwarf_call): Likewise.
1766 (dwarf_expr_get_base_type): Likewise.
1767 (dwarf_expr_push_dwarf_reg_entry_value): Likewise.
1768 (dwarf_expr_get_obj_addr): Likewise.
1769 (entry_data_value_coerce_ref): Likewise.
1770 (entry_data_value_copy_closure): Likewise.
1771 (entry_data_value_free_closure): Likewise.
1772 (get_frame_address_in_block_wrapper): Likewise.
1773 (dwarf2_evaluate_property): Likewise.
1774 (dwarf2_compile_property_to_c): Likewise.
1775 (needs_frame_read_addr_from_reg): Likewise.
1776 (needs_frame_get_reg_value): Likewise.
1777 (needs_frame_frame_base): Likewise.
1778 (needs_frame_frame_cfa): Likewise.
1779 (needs_frame_tls_address): Likewise.
1780 (needs_frame_dwarf_call): Likewise.
1781 (needs_dwarf_reg_entry_value): Likewise.
1782 (get_ax_pc): Likewise.
1783 (locexpr_read_variable): Likewise.
1784 (locexpr_read_variable_at_entry): Likewise.
1785 (locexpr_read_needs_frame): Likewise.
1786 (locexpr_describe_location): Likewise.
1787 (locexpr_tracepoint_var_ref): Likewise.
1788 (locexpr_generate_c_location): Likewise.
1789 (loclist_read_variable): Likewise.
1790 (loclist_read_variable_at_entry): Likewise.
1791 (loclist_describe_location): Likewise.
1792 (loclist_tracepoint_var_ref): Likewise.
1793 (loclist_generate_c_location): Likewise.
1794 * dwarf2read.c (line_header_hash_voidp): Likewise.
1795 (line_header_eq_voidp): Likewise.
1796 (dwarf2_has_info): Likewise.
1797 (dwarf2_get_section_info): Likewise.
1798 (locate_dwz_sections): Likewise.
1799 (hash_file_name_entry): Likewise.
1800 (eq_file_name_entry): Likewise.
1801 (delete_file_name_entry): Likewise.
1802 (dw2_setup): Likewise.
1803 (dw2_get_file_names_reader): Likewise.
1804 (dw2_find_pc_sect_compunit_symtab): Likewise.
1805 (hash_signatured_type): Likewise.
1806 (eq_signatured_type): Likewise.
1807 (add_signatured_type_cu_to_table): Likewise.
1808 (create_debug_types_hash_table): Likewise.
1809 (lookup_dwo_signatured_type): Likewise.
1810 (lookup_dwp_signatured_type): Likewise.
1811 (lookup_signatured_type): Likewise.
1812 (hash_type_unit_group): Likewise.
1813 (eq_type_unit_group): Likewise.
1814 (get_type_unit_group): Likewise.
1815 (process_psymtab_comp_unit_reader): Likewise.
1816 (sort_tu_by_abbrev_offset): Likewise.
1817 (process_skeletonless_type_unit): Likewise.
1818 (psymtabs_addrmap_cleanup): Likewise.
1819 (dwarf2_read_symtab): Likewise.
1820 (psymtab_to_symtab_1): Likewise.
1821 (die_hash): Likewise.
1822 (die_eq): Likewise.
1823 (load_full_comp_unit_reader): Likewise.
1824 (reset_die_in_process): Likewise.
1825 (free_cu_line_header): Likewise.
1826 (handle_DW_AT_stmt_list): Likewise.
1827 (hash_dwo_file): Likewise.
1828 (eq_dwo_file): Likewise.
1829 (hash_dwo_unit): Likewise.
1830 (eq_dwo_unit): Likewise.
1831 (create_dwo_cu_reader): Likewise.
1832 (create_dwo_unit_in_dwp_v1): Likewise.
1833 (create_dwo_unit_in_dwp_v2): Likewise.
1834 (lookup_dwo_unit_in_dwp): Likewise.
1835 (dwarf2_locate_dwo_sections): Likewise.
1836 (dwarf2_locate_common_dwp_sections): Likewise.
1837 (dwarf2_locate_v2_dwp_sections): Likewise.
1838 (hash_dwp_loaded_cutus): Likewise.
1839 (eq_dwp_loaded_cutus): Likewise.
1840 (lookup_dwo_cutu): Likewise.
1841 (abbrev_table_free_cleanup): Likewise.
1842 (dwarf2_free_abbrev_table): Likewise.
1843 (find_partial_die_in_comp_unit): Likewise.
1844 (free_line_header_voidp): Likewise.
1845 (follow_die_offset): Likewise.
1846 (follow_die_sig_1): Likewise.
1847 (free_heap_comp_unit): Likewise.
1848 (free_stack_comp_unit): Likewise.
1849 (dwarf2_free_objfile): Likewise.
1850 (per_cu_offset_and_type_hash): Likewise.
1851 (per_cu_offset_and_type_eq): Likewise.
1852 (get_die_type_at_offset): Likewise.
1853 (partial_die_hash): Likewise.
1854 (partial_die_eq): Likewise.
1855 (dwarf2_per_objfile_free): Likewise.
1856 (hash_strtab_entry): Likewise.
1857 (eq_strtab_entry): Likewise.
1858 (add_string): Likewise.
1859 (hash_symtab_entry): Likewise.
1860 (eq_symtab_entry): Likewise.
1861 (delete_symtab_entry): Likewise.
1862 (cleanup_mapped_symtab): Likewise.
1863 (add_indices_to_cpool): Likewise.
1864 (hash_psymtab_cu_index): Likewise.
1865 (eq_psymtab_cu_index): Likewise.
1866 (add_address_entry_worker): Likewise.
1867 (unlink_if_set): Likewise.
1868 (write_one_signatured_type): Likewise.
1869 (save_gdb_index_command): Likewise.
1870 * elfread.c (elf_symtab_read): Likewise.
1871 (elf_gnu_ifunc_cache_hash): Likewise.
1872 (elf_gnu_ifunc_cache_eq): Likewise.
1873 (elf_gnu_ifunc_record_cache): Likewise.
1874 (elf_gnu_ifunc_resolve_by_cache): Likewise.
1875 (elf_get_probes): Likewise.
1876 (probe_key_free): Likewise.
1877 * f-lang.c (builtin_f_type): Likewise.
1878 * frame-base.c (frame_base_append_sniffer): Likewise.
1879 (frame_base_set_default): Likewise.
1880 (frame_base_find_by_frame): Likewise.
1881 * frame-unwind.c (frame_unwind_prepend_unwinder): Likewise.
1882 (frame_unwind_append_unwinder): Likewise.
1883 (frame_unwind_find_by_frame): Likewise.
1884 * frame.c (frame_addr_hash): Likewise.
1885 (frame_addr_hash_eq): Likewise.
1886 (frame_stash_find): Likewise.
1887 (do_frame_register_read): Likewise.
1888 (unwind_to_current_frame): Likewise.
1889 (frame_cleanup_after_sniffer): Likewise.
1890 * frv-linux-tdep.c (frv_linux_sigtramp_frame_cache): Likewise.
1891 * frv-tdep.c (frv_frame_unwind_cache): Likewise.
1892 * ft32-tdep.c (ft32_frame_cache): Likewise.
1893 * gcore.c (do_bfd_delete_cleanup): Likewise.
1894 (gcore_create_callback): Likewise.
1895 * gdb_bfd.c (hash_bfd): Likewise.
1896 (eq_bfd): Likewise.
1897 (gdb_bfd_open): Likewise.
1898 (free_one_bfd_section): Likewise.
1899 (gdb_bfd_ref): Likewise.
1900 (gdb_bfd_unref): Likewise.
1901 (get_section_descriptor): Likewise.
1902 (gdb_bfd_map_section): Likewise.
1903 (gdb_bfd_crc): Likewise.
1904 (gdb_bfd_mark_parent): Likewise.
1905 (gdb_bfd_record_inclusion): Likewise.
1906 (gdb_bfd_requires_relocations): Likewise.
1907 (print_one_bfd): Likewise.
1908 * gdbtypes.c (type_pair_hash): Likewise.
1909 (type_pair_eq): Likewise.
1910 (builtin_type): Likewise.
1911 (objfile_type): Likewise.
1912 * gnu-v3-abi.c (vtable_ptrdiff_type): Likewise.
1913 (vtable_address_point_offset): Likewise.
1914 (gnuv3_get_vtable): Likewise.
1915 (hash_value_and_voffset): Likewise.
1916 (eq_value_and_voffset): Likewise.
1917 (compare_value_and_voffset): Likewise.
1918 (compute_vtable_size): Likewise.
1919 (gnuv3_get_typeid_type): Likewise.
1920 * go-lang.c (builtin_go_type): Likewise.
1921 * guile/scm-block.c (bkscm_hash_block_smob): Likewise.
1922 (bkscm_eq_block_smob): Likewise.
1923 (bkscm_objfile_block_map): Likewise.
1924 (bkscm_del_objfile_blocks): Likewise.
1925 * guile/scm-breakpoint.c (bpscm_build_bp_list): Likewise.
1926 * guile/scm-disasm.c (gdbscm_disasm_read_memory_worker): Likewise.
1927 (gdbscm_disasm_print_address): Likewise.
1928 * guile/scm-frame.c (frscm_hash_frame_smob): Likewise.
1929 (frscm_eq_frame_smob): Likewise.
1930 (frscm_inferior_frame_map): Likewise.
1931 (frscm_del_inferior_frames): Likewise.
1932 * guile/scm-gsmob.c (gdbscm_add_objfile_ref): Likewise.
1933 * guile/scm-objfile.c (ofscm_handle_objfile_deleted): Likewise.
1934 (ofscm_objfile_smob_from_objfile): Likewise.
1935 * guile/scm-ports.c (ioscm_write): Likewise.
1936 (ioscm_file_port_delete): Likewise.
1937 (ioscm_file_port_rewind): Likewise.
1938 (ioscm_file_port_put): Likewise.
1939 (ioscm_file_port_write): Likewise.
1940 * guile/scm-progspace.c (psscm_handle_pspace_deleted): Likewise.
1941 (psscm_pspace_smob_from_pspace): Likewise.
1942 * guile/scm-safe-call.c (scscm_recording_pre_unwind_handler): Likewise.
1943 (scscm_recording_unwind_handler): Likewise.
1944 (gdbscm_with_catch): Likewise.
1945 (scscm_call_0_body): Likewise.
1946 (scscm_call_1_body): Likewise.
1947 (scscm_call_2_body): Likewise.
1948 (scscm_call_3_body): Likewise.
1949 (scscm_call_4_body): Likewise.
1950 (scscm_apply_1_body): Likewise.
1951 (scscm_eval_scheme_string): Likewise.
1952 (gdbscm_safe_eval_string): Likewise.
1953 (scscm_source_scheme_script): Likewise.
1954 (gdbscm_safe_source_script): Likewise.
1955 * guile/scm-string.c (gdbscm_call_scm_to_stringn): Likewise.
1956 (gdbscm_call_scm_from_stringn): Likewise.
1957 * guile/scm-symbol.c (syscm_hash_symbol_smob): Likewise.
1958 (syscm_eq_symbol_smob): Likewise.
1959 (syscm_get_symbol_map): Likewise.
1960 (syscm_del_objfile_symbols): Likewise.
1961 * guile/scm-symtab.c (stscm_hash_symtab_smob): Likewise.
1962 (stscm_eq_symtab_smob): Likewise.
1963 (stscm_objfile_symtab_map): Likewise.
1964 (stscm_del_objfile_symtabs): Likewise.
1965 * guile/scm-type.c (tyscm_hash_type_smob): Likewise.
1966 (tyscm_eq_type_smob): Likewise.
1967 (tyscm_type_map): Likewise.
1968 (tyscm_copy_type_recursive): Likewise.
1969 (save_objfile_types): Likewise.
1970 * guile/scm-utils.c (extract_arg): Likewise.
1971 * h8300-tdep.c (h8300_frame_cache): Likewise.
1972 * hppa-linux-tdep.c (hppa_linux_sigtramp_frame_unwind_cache): Likewise.
1973 * hppa-tdep.c (compare_unwind_entries): Likewise.
1974 (find_unwind_entry): Likewise.
1975 (hppa_frame_cache): Likewise.
1976 (hppa_stub_frame_unwind_cache): Likewise.
1977 * hppanbsd-tdep.c (hppanbsd_supply_gregset): Likewise.
1978 * hppaobsd-tdep.c (hppaobsd_supply_gregset): Likewise.
1979 (hppaobsd_supply_fpregset): Likewise.
1980 * i386-cygwin-tdep.c (core_process_module_section): Likewise.
1981 * i386-linux-tdep.c (i386_linux_init_abi): Likewise.
1982 * i386-tdep.c (i386_frame_cache): Likewise.
1983 (i386_epilogue_frame_cache): Likewise.
1984 (i386_sigtramp_frame_cache): Likewise.
1985 (i386_supply_gregset): Likewise.
1986 (i386_collect_gregset): Likewise.
1987 (i386_gdbarch_init): Likewise.
1988 * i386obsd-tdep.c (i386obsd_aout_supply_regset): Likewise.
1989 (i386obsd_trapframe_cache): Likewise.
1990 * i387-tdep.c (i387_supply_fsave): Likewise.
1991 (i387_collect_fsave): Likewise.
1992 (i387_supply_fxsave): Likewise.
1993 (i387_collect_fxsave): Likewise.
1994 (i387_supply_xsave): Likewise.
1995 (i387_collect_xsave): Likewise.
1996 * ia64-tdep.c (ia64_frame_cache): Likewise.
1997 (ia64_sigtramp_frame_cache): Likewise.
1998 * infcmd.c (attach_command_continuation): Likewise.
1999 (attach_command_continuation_free_args): Likewise.
2000 * inferior.c (restore_inferior): Likewise.
2001 (delete_thread_of_inferior): Likewise.
2002 * inflow.c (inflow_inferior_data_cleanup): Likewise.
2003 (get_inflow_inferior_data): Likewise.
2004 (inflow_inferior_exit): Likewise.
2005 * infrun.c (displaced_step_clear_cleanup): Likewise.
2006 (restore_current_uiout_cleanup): Likewise.
2007 (release_stop_context_cleanup): Likewise.
2008 (do_restore_infcall_suspend_state_cleanup): Likewise.
2009 (do_restore_infcall_control_state_cleanup): Likewise.
2010 (restore_inferior_ptid): Likewise.
2011 * inline-frame.c (block_starting_point_at): Likewise.
2012 * iq2000-tdep.c (iq2000_frame_cache): Likewise.
2013 * jit.c (get_jit_objfile_data): Likewise.
2014 (get_jit_program_space_data): Likewise.
2015 (jit_object_close_impl): Likewise.
2016 (jit_find_objf_with_entry_addr): Likewise.
2017 (jit_breakpoint_deleted): Likewise.
2018 (jit_unwind_reg_set_impl): Likewise.
2019 (jit_unwind_reg_get_impl): Likewise.
2020 (jit_dealloc_cache): Likewise.
2021 (jit_frame_sniffer): Likewise.
2022 (jit_frame_prev_register): Likewise.
2023 (jit_prepend_unwinder): Likewise.
2024 (jit_inferior_exit_hook): Likewise.
2025 (free_objfile_data): Likewise.
2026 * jv-lang.c (jv_per_objfile_free): Likewise.
2027 (get_dynamics_objfile): Likewise.
2028 (get_java_class_symtab): Likewise.
2029 (builtin_java_type): Likewise.
2030 * language.c (language_string_char_type): Likewise.
2031 (language_bool_type): Likewise.
2032 (language_lookup_primitive_type): Likewise.
2033 (language_lookup_primitive_type_as_symbol): Likewise.
2034 * linespec.c (hash_address_entry): Likewise.
2035 (eq_address_entry): Likewise.
2036 (iterate_inline_only): Likewise.
2037 (iterate_name_matcher): Likewise.
2038 (decode_line_2_compare_items): Likewise.
2039 (collect_one_symbol): Likewise.
2040 (compare_symbols): Likewise.
2041 (compare_msymbols): Likewise.
2042 (add_symtabs_to_list): Likewise.
2043 (collect_symbols): Likewise.
2044 (compare_msyms): Likewise.
2045 (add_minsym): Likewise.
2046 (cleanup_linespec_result): Likewise.
2047 * linux-fork.c (inferior_call_waitpid_cleanup): Likewise.
2048 * linux-nat.c (delete_lwp_cleanup): Likewise.
2049 (count_events_callback): Likewise.
2050 (select_event_lwp_callback): Likewise.
2051 (resume_stopped_resumed_lwps): Likewise.
2052 * linux-tdep.c (get_linux_gdbarch_data): Likewise.
2053 (invalidate_linux_cache_inf): Likewise.
2054 (get_linux_inferior_data): Likewise.
2055 (linux_find_memory_regions_thunk): Likewise.
2056 (linux_make_mappings_callback): Likewise.
2057 (linux_corefile_thread_callback): Likewise.
2058 (find_mapping_size): Likewise.
2059 * linux-thread-db.c (find_new_threads_callback): Likewise.
2060 * lm32-tdep.c (lm32_frame_cache): Likewise.
2061 * m2-lang.c (builtin_m2_type): Likewise.
2062 * m32c-tdep.c (m32c_analyze_frame_prologue): Likewise.
2063 * m32r-linux-tdep.c (m32r_linux_sigtramp_frame_cache): Likewise.
2064 (m32r_linux_supply_gregset): Likewise.
2065 (m32r_linux_collect_gregset): Likewise.
2066 * m32r-tdep.c (m32r_frame_unwind_cache): Likewise.
2067 * m68hc11-tdep.c (m68hc11_frame_unwind_cache): Likewise.
2068 * m68k-tdep.c (m68k_frame_cache): Likewise.
2069 * m68kbsd-tdep.c (m68kbsd_supply_fpregset): Likewise.
2070 (m68kbsd_supply_gregset): Likewise.
2071 * m68klinux-tdep.c (m68k_linux_sigtramp_frame_cache): Likewise.
2072 * m88k-tdep.c (m88k_frame_cache): Likewise.
2073 (m88k_supply_gregset): Likewise.
2074
2075 2015-09-25 Simon Marchi <simon.marchi@ericsson.com>
2076
2077 * aarch64-linux-tdep.c (aarch64_stap_parse_special_token): Add cast
2078 to allocation result assignment.
2079 * ada-exp.y (write_object_renaming): Likewise.
2080 (write_ambiguous_var): Likewise.
2081 (ada_nget_field_index): Likewise.
2082 (write_var_or_type): Likewise.
2083 * ada-lang.c (ada_decode_symbol): Likewise.
2084 (ada_value_assign): Likewise.
2085 (value_pointer): Likewise.
2086 (cache_symbol): Likewise.
2087 (add_nonlocal_symbols): Likewise.
2088 (ada_name_for_lookup): Likewise.
2089 (symbol_completion_add): Likewise.
2090 (ada_to_fixed_type_1): Likewise.
2091 (ada_get_next_arg): Likewise.
2092 (defns_collected): Likewise.
2093 * ada-lex.l (processId): Likewise.
2094 (processString): Likewise.
2095 * ada-tasks.c (read_known_tasks_array): Likewise.
2096 (read_known_tasks_list): Likewise.
2097 * ada-typeprint.c (decoded_type_name): Likewise.
2098 * addrmap.c (addrmap_mutable_create_fixed): Likewise.
2099 * amd64-tdep.c (amd64_push_arguments): Likewise.
2100 (amd64_displaced_step_copy_insn): Likewise.
2101 (amd64_classify_insn_at): Likewise.
2102 (amd64_relocate_instruction): Likewise.
2103 * amd64obsd-tdep.c (amd64obsd_sigtramp_p): Likewise.
2104 * arch-utils.c (simple_displaced_step_copy_insn): Likewise.
2105 (initialize_current_architecture): Likewise.
2106 * arm-linux-tdep.c (arm_stap_parse_special_token): Likewise.
2107 * arm-symbian-tdep.c (arm_symbian_osabi_sniffer): Likewise.
2108 * arm-tdep.c (arm_exidx_new_objfile): Likewise.
2109 (arm_push_dummy_call): Likewise.
2110 (extend_buffer_earlier): Likewise.
2111 (arm_adjust_breakpoint_address): Likewise.
2112 (arm_skip_stub): Likewise.
2113 * auto-load.c (filename_is_in_pattern): Likewise.
2114 (maybe_add_script_file): Likewise.
2115 (maybe_add_script_text): Likewise.
2116 (auto_load_objfile_script_1): Likewise.
2117 * auxv.c (ld_so_xfer_auxv): Likewise.
2118 * ax-general.c (new_agent_expr): Likewise.
2119 (grow_expr): Likewise.
2120 (ax_reg_mask): Likewise.
2121 * bcache.c (bcache_full): Likewise.
2122 * breakpoint.c (program_breakpoint_here_p): Likewise.
2123 * btrace.c (parse_xml_raw): Likewise.
2124 * build-id.c (build_id_to_debug_bfd): Likewise.
2125 * buildsym.c (end_symtab_with_blockvector): Likewise.
2126 * c-exp.y (string_exp): Likewise.
2127 (qualified_name): Likewise.
2128 (write_destructor_name): Likewise.
2129 (operator_stoken): Likewise.
2130 (parse_number): Likewise.
2131 (scan_macro_expansion): Likewise.
2132 (yylex): Likewise.
2133 (c_print_token): Likewise.
2134 * c-lang.c (c_get_string): Likewise.
2135 (emit_numeric_character): Likewise.
2136 * charset.c (wchar_iterate): Likewise.
2137 * cli/cli-cmds.c (complete_command): Likewise.
2138 (make_command): Likewise.
2139 * cli/cli-dump.c (restore_section_callback): Likewise.
2140 (restore_binary_file): Likewise.
2141 * cli/cli-interp.c (cli_interpreter_exec): Likewise.
2142 * cli/cli-script.c (execute_control_command): Likewise.
2143 * cli/cli-setshow.c (do_set_command): Likewise.
2144 * coff-pe-read.c (add_pe_forwarded_sym): Likewise.
2145 (read_pe_exported_syms): Likewise.
2146 * coffread.c (coff_read_struct_type): Likewise.
2147 (coff_read_enum_type): Likewise.
2148 * common/btrace-common.c (btrace_data_append): Likewise.
2149 * common/buffer.c (buffer_grow): Likewise.
2150 * common/filestuff.c (gdb_fopen_cloexec): Likewise.
2151 * common/format.c (parse_format_string): Likewise.
2152 * common/gdb_vecs.c (delim_string_to_char_ptr_vec_append): Likewise.
2153 * common/xml-utils.c (xml_escape_text): Likewise.
2154 * compile/compile-object-load.c (copy_sections): Likewise.
2155 (compile_object_load): Likewise.
2156 * compile/compile-object-run.c (compile_object_run): Likewise.
2157 * completer.c (filename_completer): Likewise.
2158 * corefile.c (read_memory_typed_address): Likewise.
2159 (write_memory_unsigned_integer): Likewise.
2160 (write_memory_signed_integer): Likewise.
2161 (complete_set_gnutarget): Likewise.
2162 * corelow.c (get_core_register_section): Likewise.
2163 * cp-name-parser.y (d_grab): Likewise.
2164 (allocate_info): Likewise.
2165 (cp_new_demangle_parse_info): Likewise.
2166 * cp-namespace.c (cp_scan_for_anonymous_namespaces): Likewise.
2167 (cp_lookup_symbol_in_namespace): Likewise.
2168 (lookup_namespace_scope): Likewise.
2169 (find_symbol_in_baseclass): Likewise.
2170 (cp_lookup_nested_symbol): Likewise.
2171 (cp_lookup_transparent_type_loop): Likewise.
2172 * cp-support.c (copy_string_to_obstack): Likewise.
2173 (make_symbol_overload_list): Likewise.
2174 (make_symbol_overload_list_namespace): Likewise.
2175 (make_symbol_overload_list_adl_namespace): Likewise.
2176 (first_component_command): Likewise.
2177 * cp-valprint.c (cp_print_value): Likewise.
2178 * ctf.c (ctf_xfer_partial): Likewise.
2179 * d-exp.y (StringExp): Likewise.
2180 * d-namespace.c (d_lookup_symbol_in_module): Likewise.
2181 (lookup_module_scope): Likewise.
2182 (find_symbol_in_baseclass): Likewise.
2183 (d_lookup_nested_symbol): Likewise.
2184 * dbxread.c (find_stab_function_addr): Likewise.
2185 (read_dbx_symtab): Likewise.
2186 (dbx_end_psymtab): Likewise.
2187 (cp_set_block_scope): Likewise.
2188 * dcache.c (dcache_alloc): Likewise.
2189 * demangle.c (_initialize_demangler): Likewise.
2190 * dicos-tdep.c (dicos_load_module_p): Likewise.
2191 * dictionary.c (dict_create_hashed_expandable): Likewise.
2192 (dict_create_linear_expandable): Likewise.
2193 (expand_hashtable): Likewise.
2194 (add_symbol_linear_expandable): Likewise.
2195 * dwarf2-frame.c (add_cie): Likewise.
2196 (add_fde): Likewise.
2197 (dwarf2_build_frame_info): Likewise.
2198 * dwarf2expr.c (dwarf_expr_grow_stack): Likewise.
2199 (dwarf_expr_fetch_address): Likewise.
2200 (add_piece): Likewise.
2201 (execute_stack_op): Likewise.
2202 * dwarf2loc.c (chain_candidate): Likewise.
2203 (dwarf_entry_parameter_to_value): Likewise.
2204 (read_pieced_value): Likewise.
2205 (write_pieced_value): Likewise.
2206 * dwarf2read.c (dwarf2_read_section): Likewise.
2207 (add_type_unit): Likewise.
2208 (read_comp_units_from_section): Likewise.
2209 (fixup_go_packaging): Likewise.
2210 (dwarf2_compute_name): Likewise.
2211 (dwarf2_physname): Likewise.
2212 (create_dwo_unit_in_dwp_v1): Likewise.
2213 (create_dwo_unit_in_dwp_v2): Likewise.
2214 (read_func_scope): Likewise.
2215 (read_call_site_scope): Likewise.
2216 (dwarf2_attach_fields_to_type): Likewise.
2217 (process_structure_scope): Likewise.
2218 (mark_common_block_symbol_computed): Likewise.
2219 (read_common_block): Likewise.
2220 (abbrev_table_read_table): Likewise.
2221 (guess_partial_die_structure_name): Likewise.
2222 (fixup_partial_die): Likewise.
2223 (add_file_name): Likewise.
2224 (dwarf2_const_value_data): Likewise.
2225 (dwarf2_const_value_attr): Likewise.
2226 (build_error_marker_type): Likewise.
2227 (guess_full_die_structure_name): Likewise.
2228 (anonymous_struct_prefix): Likewise.
2229 (typename_concat): Likewise.
2230 (dwarf2_canonicalize_name): Likewise.
2231 (dwarf2_name): Likewise.
2232 (write_constant_as_bytes): Likewise.
2233 (dwarf2_fetch_constant_bytes): Likewise.
2234 (copy_string): Likewise.
2235 (parse_macro_definition): Likewise.
2236 * elfread.c (elf_symfile_segments): Likewise.
2237 (elf_rel_plt_read): Likewise.
2238 (elf_gnu_ifunc_resolve_by_cache): Likewise.
2239 (elf_gnu_ifunc_resolve_by_got): Likewise.
2240 (elf_read_minimal_symbols): Likewise.
2241 (elf_gnu_ifunc_record_cache): Likewise.
2242 * event-top.c (top_level_prompt): Likewise.
2243 (command_line_handler): Likewise.
2244 * exec.c (resize_section_table): Likewise.
2245 * expprint.c (print_subexp_standard): Likewise.
2246 * fbsd-tdep.c (fbsd_collect_regset_section_cb): Likewise.
2247 * findcmd.c (parse_find_args): Likewise.
2248 * findvar.c (address_from_register): Likewise.
2249 * frame.c (get_prev_frame_always): Likewise.
2250 * gdb_bfd.c (gdb_bfd_ref): Likewise.
2251 (get_section_descriptor): Likewise.
2252 * gdb_obstack.c (obconcat): Likewise.
2253 (obstack_strdup): Likewise.
2254 * gdbtypes.c (lookup_function_type_with_arguments): Likewise.
2255 (create_set_type): Likewise.
2256 (lookup_unsigned_typename): Likewise.
2257 (lookup_signed_typename): Likewise.
2258 (resolve_dynamic_union): Likewise.
2259 (resolve_dynamic_struct): Likewise.
2260 (add_dyn_prop): Likewise.
2261 (copy_dynamic_prop_list): Likewise.
2262 (arch_flags_type): Likewise.
2263 (append_composite_type_field_raw): Likewise.
2264 * gdbtypes.h (INIT_FUNC_SPECIFIC): Likewise.
2265 * gnu-v3-abi.c (gnuv3_rtti_type): Likewise.
2266 * go-exp.y (string_exp): Likewise.
2267 * go-lang.c (go_demangle): Likewise.
2268 * guile/guile.c (compute_scheme_string): Likewise.
2269 * guile/scm-cmd.c (gdbscm_parse_command_name): Likewise.
2270 (gdbscm_canonicalize_command_name): Likewise.
2271 * guile/scm-ports.c (ioscm_init_stdio_buffers): Likewise.
2272 (ioscm_init_memory_port): Likewise.
2273 (ioscm_reinit_memory_port): Likewise.
2274 * guile/scm-utils.c (gdbscm_gc_xstrdup): Likewise.
2275 (gdbscm_gc_dup_argv): Likewise.
2276 * h8300-tdep.c (h8300_push_dummy_call): Likewise.
2277 * hppa-tdep.c (internalize_unwinds): Likewise.
2278 (read_unwind_info): Likewise.
2279 * i386-cygwin-tdep.c (core_process_module_section): Likewise.
2280 (windows_core_xfer_shared_libraries): Likewise.
2281 * i386-tdep.c (i386_displaced_step_copy_insn): Likewise.
2282 (i386_stap_parse_special_token_triplet): Likewise.
2283 (i386_stap_parse_special_token_three_arg_disp): Likewise.
2284 * i386obsd-tdep.c (i386obsd_sigtramp_p): Likewise.
2285 * inf-child.c (inf_child_fileio_readlink): Likewise.
2286 * inf-ptrace.c (inf_ptrace_fetch_register): Likewise.
2287 (inf_ptrace_store_register): Likewise.
2288 * infrun.c (follow_exec): Likewise.
2289 (displaced_step_prepare_throw): Likewise.
2290 (save_stop_context): Likewise.
2291 (save_infcall_suspend_state): Likewise.
2292 * jit.c (jit_read_descriptor): Likewise.
2293 (jit_read_code_entry): Likewise.
2294 (jit_symtab_line_mapping_add_impl): Likewise.
2295 (finalize_symtab): Likewise.
2296 (jit_unwind_reg_get_impl): Likewise.
2297 * jv-exp.y (QualifiedName): Likewise.
2298 * jv-lang.c (get_java_utf8_name): Likewise.
2299 (type_from_class): Likewise.
2300 (java_demangle_type_signature): Likewise.
2301 (java_class_name_from_physname): Likewise.
2302 * jv-typeprint.c (java_type_print_base): Likewise.
2303 * jv-valprint.c (java_value_print): Likewise.
2304 * language.c (add_language): Likewise.
2305 * linespec.c (add_sal_to_sals_basic): Likewise.
2306 (add_sal_to_sals): Likewise.
2307 (decode_objc): Likewise.
2308 (find_linespec_symbols): Likewise.
2309 * linux-fork.c (fork_save_infrun_state): Likewise.
2310 * linux-nat.c (linux_nat_detach): Likewise.
2311 (linux_nat_fileio_readlink): Likewise.
2312 * linux-record.c (record_linux_sockaddr): Likewise.
2313 (record_linux_msghdr): Likewise.
2314 (Do): Likewise.
2315 * linux-tdep.c (linux_core_info_proc_mappings): Likewise.
2316 (linux_collect_regset_section_cb): Likewise.
2317 (linux_get_siginfo_data): Likewise.
2318 * linux-thread-db.c (try_thread_db_load_from_pdir_1): Likewise.
2319 (try_thread_db_load_from_dir): Likewise.
2320 (thread_db_load_search): Likewise.
2321 (info_auto_load_libthread_db): Likewise.
2322 * m32c-tdep.c (m32c_m16c_address_to_pointer): Likewise.
2323 (m32c_m16c_pointer_to_address): Likewise.
2324 * m68hc11-tdep.c (m68hc11_pseudo_register_write): Likewise.
2325 * m68k-tdep.c (m68k_get_longjmp_target): Likewise.
2326 * machoread.c (macho_check_dsym): Likewise.
2327 * macroexp.c (resize_buffer): Likewise.
2328 (gather_arguments): Likewise.
2329 (maybe_expand): Likewise.
2330 * macrotab.c (new_macro_key): Likewise.
2331 (new_source_file): Likewise.
2332 (new_macro_definition): Likewise.
2333 * mdebugread.c (parse_symbol): Likewise.
2334 (parse_type): Likewise.
2335 (parse_partial_symbols): Likewise.
2336 (psymtab_to_symtab_1): Likewise.
2337 * mem-break.c (default_memory_insert_breakpoint): Likewise.
2338 * mi/mi-cmd-break.c (mi_argv_to_format): Likewise.
2339 * mi/mi-main.c (mi_cmd_data_read_memory): Likewise.
2340 (mi_cmd_data_read_memory_bytes): Likewise.
2341 (mi_cmd_data_write_memory_bytes): Likewise.
2342 (mi_cmd_trace_frame_collected): Likewise.
2343 * mi/mi-parse.c (mi_parse_argv): Likewise.
2344 (mi_parse): Likewise.
2345 * minidebug.c (lzma_open): Likewise.
2346 (lzma_pread): Likewise.
2347 * mips-tdep.c (mips_read_fp_register_single): Likewise.
2348 (mips_print_fp_register): Likewise.
2349 * mipsnbsd-tdep.c (mipsnbsd_get_longjmp_target): Likewise.
2350 * mipsread.c (read_alphacoff_dynamic_symtab): Likewise.
2351 * mt-tdep.c (mt_register_name): Likewise.
2352 (mt_registers_info): Likewise.
2353 (mt_push_dummy_call): Likewise.
2354 * namespace.c (add_using_directive): Likewise.
2355 * nat/linux-btrace.c (perf_event_read): Likewise.
2356 (linux_enable_bts): Likewise.
2357 * nat/linux-osdata.c (linux_common_core_of_thread): Likewise.
2358 * nat/linux-ptrace.c (linux_ptrace_test_ret_to_nx): Likewise.
2359 * nto-tdep.c (nto_find_and_open_solib): Likewise.
2360 (nto_parse_redirection): Likewise.
2361 * objc-lang.c (objc_demangle): Likewise.
2362 (find_methods): Likewise.
2363 * objfiles.c (get_objfile_bfd_data): Likewise.
2364 (set_objfile_main_name): Likewise.
2365 (allocate_objfile): Likewise.
2366 (objfile_relocate): Likewise.
2367 (update_section_map): Likewise.
2368 * osabi.c (generic_elf_osabi_sniff_abi_tag_sections): Likewise.
2369 * p-exp.y (exp): Likewise.
2370 (yylex): Likewise.
2371 * p-valprint.c (pascal_object_print_value): Likewise.
2372 * parse.c (initialize_expout): Likewise.
2373 (mark_completion_tag): Likewise.
2374 (copy_name): Likewise.
2375 (parse_float): Likewise.
2376 (type_stack_reserve): Likewise.
2377 * ppc-linux-tdep.c (ppc_stap_parse_special_token): Likewise.
2378 (ppu2spu_prev_register): Likewise.
2379 * ppc-ravenscar-thread.c (supply_register_at_address): Likewise.
2380 * printcmd.c (printf_wide_c_string): Likewise.
2381 (printf_pointer): Likewise.
2382 * probe.c (parse_probes): Likewise.
2383 * python/py-cmd.c (gdbpy_parse_command_name): Likewise.
2384 (cmdpy_init): Likewise.
2385 * python/py-gdb-readline.c (gdbpy_readline_wrapper): Likewise.
2386 * python/py-symtab.c (set_sal): Likewise.
2387 * python/py-unwind.c (pyuw_sniffer): Likewise.
2388 * python/python.c (python_interactive_command): Likewise.
2389 (compute_python_string): Likewise.
2390 * ravenscar-thread.c (get_running_thread_id): Likewise.
2391 * record-full.c (record_full_exec_insn): Likewise.
2392 (record_full_core_open_1): Likewise.
2393 * regcache.c (regcache_raw_read_signed): Likewise.
2394 (regcache_raw_read_unsigned): Likewise.
2395 (regcache_cooked_read_signed): Likewise.
2396 (regcache_cooked_read_unsigned): Likewise.
2397 * remote-fileio.c (remote_fileio_func_open): Likewise.
2398 (remote_fileio_func_rename): Likewise.
2399 (remote_fileio_func_unlink): Likewise.
2400 (remote_fileio_func_stat): Likewise.
2401 (remote_fileio_func_system): Likewise.
2402 * remote-mips.c (mips_xfer_memory): Likewise.
2403 (mips_load_srec): Likewise.
2404 (pmon_end_download): Likewise.
2405 * remote.c (new_remote_state): Likewise.
2406 (map_regcache_remote_table): Likewise.
2407 (remote_register_number_and_offset): Likewise.
2408 (init_remote_state): Likewise.
2409 (get_memory_packet_size): Likewise.
2410 (remote_pass_signals): Likewise.
2411 (remote_program_signals): Likewise.
2412 (remote_start_remote): Likewise.
2413 (remote_check_symbols): Likewise.
2414 (remote_query_supported): Likewise.
2415 (extended_remote_attach): Likewise.
2416 (process_g_packet): Likewise.
2417 (store_registers_using_G): Likewise.
2418 (putpkt_binary): Likewise.
2419 (read_frame): Likewise.
2420 (compare_sections_command): Likewise.
2421 (remote_hostio_pread): Likewise.
2422 (remote_hostio_readlink): Likewise.
2423 (remote_file_put): Likewise.
2424 (remote_file_get): Likewise.
2425 (remote_pid_to_exec_file): Likewise.
2426 (_initialize_remote): Likewise.
2427 * rs6000-aix-tdep.c (rs6000_aix_ld_info_to_xml): Likewise.
2428 (rs6000_aix_core_xfer_shared_libraries_aix): Likewise.
2429 * rs6000-tdep.c (ppc_displaced_step_copy_insn): Likewise.
2430 (bfd_uses_spe_extensions): Likewise.
2431 * s390-linux-tdep.c (s390_displaced_step_copy_insn): Likewise.
2432 * score-tdep.c (score7_malloc_and_get_memblock): Likewise.
2433 * solib-dsbt.c (decode_loadmap): Likewise.
2434 (fetch_loadmap): Likewise.
2435 (scan_dyntag): Likewise.
2436 (enable_break): Likewise.
2437 (dsbt_relocate_main_executable): Likewise.
2438 * solib-frv.c (fetch_loadmap): Likewise.
2439 (enable_break2): Likewise.
2440 (frv_relocate_main_executable): Likewise.
2441 * solib-spu.c (spu_relocate_main_executable): Likewise.
2442 (spu_bfd_open): Likewise.
2443 * solib-svr4.c (lm_info_read): Likewise.
2444 (read_program_header): Likewise.
2445 (find_program_interpreter): Likewise.
2446 (scan_dyntag): Likewise.
2447 (elf_locate_base): Likewise.
2448 (open_symbol_file_object): Likewise.
2449 (read_program_headers_from_bfd): Likewise.
2450 (svr4_relocate_main_executable): Likewise.
2451 * solib-target.c (solib_target_relocate_section_addresses): Likewise.
2452 * solib.c (solib_find_1): Likewise.
2453 (exec_file_find): Likewise.
2454 (solib_find): Likewise.
2455 * source.c (openp): Likewise.
2456 (print_source_lines_base): Likewise.
2457 (forward_search_command): Likewise.
2458 * sparc-ravenscar-thread.c (supply_register_at_address): Likewise.
2459 * spu-tdep.c (spu2ppu_prev_register): Likewise.
2460 (spu_get_overlay_table): Likewise.
2461 * stabsread.c (patch_block_stabs): Likewise.
2462 (define_symbol): Likewise.
2463 (again:): Likewise.
2464 (read_member_functions): Likewise.
2465 (read_one_struct_field): Likewise.
2466 (read_enum_type): Likewise.
2467 (common_block_start): Likewise.
2468 * stack.c (read_frame_arg): Likewise.
2469 (backtrace_command): Likewise.
2470 * stap-probe.c (stap_parse_register_operand): Likewise.
2471 * symfile.c (syms_from_objfile_1): Likewise.
2472 (find_separate_debug_file): Likewise.
2473 (load_command): Likewise.
2474 (load_progress): Likewise.
2475 (load_section_callback): Likewise.
2476 (reread_symbols): Likewise.
2477 (add_filename_language): Likewise.
2478 (allocate_compunit_symtab): Likewise.
2479 (read_target_long_array): Likewise.
2480 (simple_read_overlay_table): Likewise.
2481 * symtab.c (symbol_set_names): Likewise.
2482 (resize_symbol_cache): Likewise.
2483 (rbreak_command): Likewise.
2484 (completion_list_add_name): Likewise.
2485 (completion_list_objc_symbol): Likewise.
2486 (add_filename_to_list): Likewise.
2487 * target-descriptions.c (maint_print_c_tdesc_cmd): Likewise.
2488 * target-memory.c (target_write_memory_blocks): Likewise.
2489 * target.c (target_read_string): Likewise.
2490 (read_whatever_is_readable): Likewise.
2491 (target_read_alloc_1): Likewise.
2492 (simple_search_memory): Likewise.
2493 (target_fileio_read_alloc_1): Likewise.
2494 * tilegx-tdep.c (tilegx_push_dummy_call): Likewise.
2495 * top.c (command_line_input): Likewise.
2496 * tracefile-tfile.c (tfile_fetch_registers): Likewise.
2497 * tracefile.c (tracefile_fetch_registers): Likewise.
2498 * tracepoint.c (add_memrange): Likewise.
2499 (init_collection_list): Likewise.
2500 (add_aexpr): Likewise.
2501 (trace_dump_actions): Likewise.
2502 (parse_trace_status): Likewise.
2503 (parse_tracepoint_definition): Likewise.
2504 (parse_tsv_definition): Likewise.
2505 (parse_static_tracepoint_marker_definition): Likewise.
2506 * tui/tui-file.c (tui_sfileopen): Likewise.
2507 (tui_file_adjust_strbuf): Likewise.
2508 * tui/tui-io.c (tui_expand_tabs): Likewise.
2509 * tui/tui-source.c (tui_set_source_content): Likewise.
2510 * typeprint.c (find_global_typedef): Likewise.
2511 * ui-file.c (do_ui_file_xstrdup): Likewise.
2512 (ui_file_obsavestring): Likewise.
2513 (mem_file_write): Likewise.
2514 * utils.c (make_hex_string): Likewise.
2515 (get_regcomp_error): Likewise.
2516 (puts_filtered_tabular): Likewise.
2517 (gdb_realpath_keepfile): Likewise.
2518 (ldirname): Likewise.
2519 (gdb_bfd_errmsg): Likewise.
2520 (substitute_path_component): Likewise.
2521 * valops.c (search_struct_method): Likewise.
2522 (find_oload_champ_namespace_loop): Likewise.
2523 * valprint.c (print_decimal_chars): Likewise.
2524 (read_string): Likewise.
2525 (generic_emit_char): Likewise.
2526 * varobj.c (varobj_delete): Likewise.
2527 (varobj_value_get_print_value): Likewise.
2528 * vaxobsd-tdep.c (vaxobsd_sigtramp_sniffer): Likewise.
2529 * windows-tdep.c (display_one_tib): Likewise.
2530 * xcoffread.c (read_xcoff_symtab): Likewise.
2531 (process_xcoff_symbol): Likewise.
2532 (swap_sym): Likewise.
2533 (scan_xcoff_symtab): Likewise.
2534 (xcoff_initial_scan): Likewise.
2535 * xml-support.c (gdb_xml_end_element): Likewise.
2536 (xml_process_xincludes): Likewise.
2537 (xml_fetch_content_from_file): Likewise.
2538 * xml-syscall.c (xml_list_of_syscalls): Likewise.
2539 * xstormy16-tdep.c (xstormy16_push_dummy_call): Likewise.
2540
2541 2015-09-23 James Bowman <james.bowman@ftdichip.com>
2542
2543 * ft32-tdep.c (ft32_register_type): Return gdbarch_tdep (gdbarch)->pc_type
2544 instead of builtin_func_ptr.
2545 (ft32_pointer_to_address): New function.
2546 (ft32_address_class_type_flags): New function.
2547 (ft32_address_class_type_flags_to_name): New function.
2548 (ft32_address_class_name_to_type_flags): New function.
2549 (ft32_gdbarch_init): Set tdep->pc_type. Call
2550 set_gdbarch_pointer_to_address,
2551 set_gdbarch_address_class_type_flags
2552 set_gdbarch_address_class_name_to_type_flags,
2553 and set_gdbarch_address_class_type_flags_to_name.
2554 * ft32-tdep.h (struct gdbarch_tdep) <pc_type>: New field.
2555
2556 2015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
2557
2558 * ada-lang.c (ada_evaluate_subexp) <OP_FUNCALL>: When the input
2559 value is a reference, actually dereference it in order to get
2560 the underlying value.
2561
2562 2015-09-22 Simon Marchi <simon.marchi@ericsson.com>
2563
2564 * stap-probe.c (handle_stap_probe): Remove unnecessary cast.
2565
2566 2015-09-21 Simon Marchi <simon.marchi@ericsson.com>
2567
2568 * cli/cli-setshow.c (cmd_show_list): Constify a variable.
2569 * linespec.c (linespec_lexer_lex_string): Same.
2570
2571 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
2572
2573 * NEWS: Mention support for fast tracepoints on aarch64-linux.
2574
2575 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
2576
2577 * aarch64-tdep.c (aarch64_analyze_prologue): New is_adrp
2578 variable. Call aarch64_decode_adr instead of
2579 aarch64_decode_adrp.
2580 * arch/aarch64-insn.h (aarch64_decode_adrp): Delete.
2581 (aarch64_decode_adr): New function declaration.
2582 * arch/aarch64-insn.c (aarch64_decode_adrp): Delete.
2583 (aarch64_decode_adr): New function, factored out from
2584 aarch64_decode_adrp to decode both adr and adrp instructions.
2585
2586 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
2587
2588 * Makefile.in (ALL_64_TARGET_OBS): Add aarch64-insn.o.
2589 (HFILES_NO_SRCDIR): Add arch/aarch64-insn.h.
2590 (aarch64-insn.o): New rule.
2591 * configure.tgt (aarch64*-*-elf): Add aarch64-insn.o.
2592 (aarch64*-*-linux*): Likewise.
2593 * arch/aarch64-insn.c: New file.
2594 * arch/aarch64-insn.h: New file.
2595 * aarch64-tdep.c: Include arch/aarch64-insn.h.
2596 (aarch64_debug): Move to arch/aarch64-insn.c. Declare in
2597 arch/aarch64-insn.h.
2598 (decode_add_sub_imm): Rename to ...
2599 (aarch64_decode_add_sub_imm): ... this.
2600 (decode_adrp): Rename to ...
2601 (aarch64_decode_adrp): ... this. Move to arch/aarch64-insn.c.
2602 Declare in arch/aarch64-insn.h.
2603 (decode_b): Rename to ...
2604 (aarch64_decode_b): ... this. Move to arch/aarch64-insn.c.
2605 Declare in arch/aarch64-insn.h.
2606 (decode_bcond): Rename to ...
2607 (aarch64_decode_bcond): ... this. Move to arch/aarch64-insn.c.
2608 Declare in arch/aarch64-insn.h.
2609 (decode_br): Rename to ...
2610 (aarch64_decode_br): ... this.
2611 (decode_cb): Rename to ...
2612 (aarch64_decode_cb): ... this. Move to arch/aarch64-insn.c.
2613 Declare in arch/aarch64-insn.h.
2614 (decode_eret): Rename to ...
2615 (aarch64_decode_eret): ... this.
2616 (decode_movz): Rename to ...
2617 (aarch64_decode_movz): ... this.
2618 (decode_orr_shifted_register_x): Rename to ...
2619 (aarch64_decode_orr_shifted_register_x): ... this.
2620 (decode_ret): Rename to ...
2621 (aarch64_decode_ret): ... this.
2622 (decode_stp_offset): Rename to ...
2623 (aarch64_decode_stp_offset): ... this.
2624 (decode_stp_offset_wb): Rename to ...
2625 (aarch64_decode_stp_offset_wb): ... this.
2626 (decode_stur): Rename to ...
2627 (aarch64_decode_stur): ... this.
2628 (decode_tb): Rename to ...
2629 (aarch64_decode_tb): ... this. Move to arch/aarch64-insn.c.
2630 Declare in arch/aarch64-insn.h.
2631 (aarch64_analyze_prologue): Adjust calls to renamed functions.
2632
2633 2015-09-20 Doug Evans <xdje42@gmail.com>
2634
2635 * dwarf2read.c (add_partial_symbol): Remove outdated comments.
2636
2637 2015-09-20 Doug Evans <xdje42@gmail.com>
2638
2639 * dwarf2read.c (dwarf2_compute_name): Add FIXME. Don't use a local
2640 variable name that collides with a parameter.
2641
2642 2015-09-20 Joel Brobecker <brobecker@adacore.com>
2643
2644 * dwarf2loc.c (locexpr_get_frame_base): Renames
2645 block_op_get_frame_base.
2646 (dwarf2_block_frame_base_locexpr_funcs): Replace reference to
2647 block_op_get_frame_base by reference to locexpr_get_frame_base.
2648 (loclist_get_frame_base): New function, near identical copy of
2649 locexpr_get_frame_base.
2650 (dwarf2_block_frame_base_loclist_funcs): Replace reference to
2651 block_op_get_frame_base by reference to loclist_get_frame_base.
2652
2653 2015-09-19 Doug Evans <xdje42@gmail.com>
2654
2655 * ravenscar-thread.c (ravenscar_inferior_created): Replace
2656 current_inferior ()->gdbarch with its wrapper target_gdbarch.
2657
2658 2015-09-18 Doug Evans <xdje42@gmail.com>
2659
2660 * linux-thread-db.c (record_thread): Return the created thread.
2661 (thread_from_lwp): Likewise.
2662 (thread_db_get_thread_local_address): Update.
2663
2664 2015-09-18 Doug Evans <xdje42@gmail.com>
2665
2666 * symtab.h (general_symbol_info) <mangled_lang>: Delete struct,
2667 move only member demangled_name up. All uses updated.
2668
2669 2015-09-18 Doug Evans <xdje42@gmail.com>
2670
2671 * findvar.c (default_read_var_value) <LOC_UNRESOLVED>: Include the
2672 kind of minimal symbol in the error message.
2673 * objfiles.c (objfile_flavour_name): New function.
2674 * objfiles.h (objfile_flavour_name): Declare.
2675
2676 2015-09-18 Yao Qi <yao.qi@linaro.org>
2677
2678 * nat/aarch64-linux.c: Include elf/common.h,
2679 nat/gdb_ptrace.h, asm/ptrace.h and sys/uio.h.
2680 (aarch64_ps_get_thread_area): New function.
2681 * nat/aarch64-linux.h: Include gdb_proc_service.h.
2682 (aarch64_ps_get_thread_area): Declare.
2683 * aarch64-linux-nat.c (ps_get_thread_area): Call
2684 aarch64_ps_get_thread_area.
2685
2686 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
2687
2688 * record-btrace.c (record_btrace_resume): Honour scheduler-locking.
2689
2690 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
2691
2692 * NEWS: Announce new scheduler-locking mode.
2693 * infrun.c (schedlock_replay): New.
2694 (scheduler_enums): Add schedlock_replay.
2695 (scheduler_mode): Change default to schedlock_replay.
2696 (user_visible_resume_ptid): Handle schedlock_replay.
2697 (clear_proceed_status_thread): Stop replaying if resumed thread is
2698 not replaying.
2699 (schedlock_applies): Handle schedlock_replay.
2700 (_initialize_infrun): Document new scheduler-locking mode.
2701 * record-btrace.c (record_btrace_resume): Remove code to stop other
2702 threads when not replaying the resumed thread.
2703
2704 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
2705
2706 * record-btrace.c ((record_btrace_will_replay): New.
2707 (init_record_btrace_ops): Initialize to_record_will_replay.
2708 * record-full.c ((record_full_will_replay): New.
2709 (init_record_full_ops): Initialize to_record_will_replay.
2710 * target-delegates.c: Regenerated.
2711 * target.c (target_record_will_replay): New.
2712 * target.h (struct target_ops) <to_record_will_replay>: New.
2713 (target_record_will_replay): New.
2714
2715 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
2716
2717 * record-btrace.c (record_btrace_resume): Call
2718 target_record_stop_replaying.
2719 (record_btrace_stop_replaying_all): New.
2720 (init_record_btrace_ops): Initialize to_record_stop_replaying.
2721 * record-full.c (record_full_stop_replaying): New.
2722 (init_record_full_ops ): Initialize to_record_stop_replaying.
2723 * target-delegates.c: Regenerated.
2724 * target.c (target_record_stop_replaying): New.
2725 * target.h (struct target_ops) <to_record_stop_replaying>: New.
2726 (target_record_stop_replaying): New.
2727
2728 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
2729
2730 * record-btrace.c (record_btrace_xfer_partial)
2731 (record_btrace_store_registers, record_btrace_prepare_to_store):
2732 Call record_btrace_is_replaying with inferior_ptid instead of
2733 minus_one_ptid.
2734 (record_btrace_store_registers): Change error message.
2735
2736 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
2737
2738 * record-btrace.c (record_btrace_is_replaying): Add ptid argument.
2739 Update users to pass minus_one_ptid.
2740 * record-full.c (record_full_is_replaying): Add ptid argument (ignored).
2741 * record.c (cmd_record_delete): Pass inferior_ptid to
2742 target_record_is_replaying.
2743 * target-delegates.c: Regenerated.
2744 * target.c (target_record_is_replaying): Add ptid argument.
2745 * target.h (struct target_ops) <to_record_is_replaying>: Add ptid
2746 argument.
2747 (target_record_is_replaying): Add ptid argument.
2748
2749 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
2750
2751 * record-btrace.c (record_btrace_open): Remove non_stop check.
2752 * NEWS: Announce that record btrace supports non-stop mode.
2753
2754 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
2755
2756 * infrun.c (handle_inferior_event_1): Switch to the eventing thread
2757 in the TARKET_WAITKIND_NO_HISTORY case.
2758
2759 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
2760
2761 * record-btrace.c (record_btrace_maybe_mark_async_event): New.
2762 (record_btrace_wait): Call record_btrace_maybe_mark_async_event.
2763
2764 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
2765
2766 * record-btrace.c (get_thread_current_frame): New.
2767 (record_btrace_start_replaying): Call get_thread_current_frame.
2768
2769 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
2770
2771 * record-btrace.c (record_btrace_resume_thread): A move request
2772 overwrites a previous move request.
2773 (record_btrace_find_resume_thread): Removed.
2774 (record_btrace_resume): Resume all requested threads.
2775
2776 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
2777
2778 * record-btrace.c: Include vec.h.
2779 (record_btrace_find_thread_to_move): Removed.
2780 (btrace_step_no_resumed, btrace_step_again)
2781 (record_btrace_stop_replaying_at_end): New.
2782 (record_btrace_cancel_resume): Call record_btrace_stop_replaying_at_end.
2783 (record_btrace_single_step_forward): Remove calls to
2784 record_btrace_stop_replaying.
2785 (record_btrace_step_thread): Do only one step for BTHR_CONT and
2786 BTHR_RCONT. Keep threads at the end of their history moving.
2787 (record_btrace_wait): Call record_btrace_step_thread for all threads
2788 until one reports an event. Call record_btrace_stop_replaying_at_end
2789 for the eventing thread.
2790
2791 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
2792
2793 * record-btrace.c (record_btrace_single_step_forward): Return
2794 NO_HISTORY if a step brings us to the end of the execution history.
2795
2796 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
2797
2798 * record-btrace.c (record_btrace_step_thread): Move breakpoint check
2799 to ...
2800 (record_btrace_single_step_forward): ... here and
2801 (record_btrace_single_step_backward): ... here.
2802
2803 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
2804
2805 * record-btrace.c (btrace_step_spurious)
2806 (record_btrace_single_step_forward)
2807 (record_btrace_single_step_backward): New.
2808 (record_btrace_step_thread): Call record_btrace_single_step_forward
2809 and record_btrace_single_step_backward.
2810
2811 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
2812
2813 * record-btrace.c (record_btrace_replay_at_breakpoint): New.
2814 (record_btrace_step_thread): Call record_btrace_replay_at_breakpoint.
2815
2816 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
2817
2818 * record-btrace.c (btrace_thread_flag_to_str)
2819 (record_btrace_cancel_resume): New.
2820 (record_btrace_step_thread): Call btrace_thread_flag_to_str.
2821 (record_btrace_resume): Print execution direction.
2822 (record_btrace_resume_thread): Call btrace_thread_flag_to_str.
2823 (record_btrace_wait): Call record_btrace_cancel_resume.
2824
2825 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
2826
2827 * btrace.h (enum btrace_thread_flag) <BTHR_STOP>: New.
2828 * record-btrace (record_btrace_resume_thread): Clear BTHR_STOP.
2829 (record_btrace_find_thread_to_move): Also accept threads that have
2830 BTHR_STOP set.
2831 (btrace_step_stopped_on_request, record_btrace_stop): New.
2832 (record_btrace_step_thread): Support BTHR_STOP.
2833 (record_btrace_wait): Also clear BTHR_STOP when stopping other threads.
2834 (init_record_btrace_ops): Initialize to_stop.
2835
2836 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
2837
2838 * record-btrace.c (record_btrace_wait): Replace non_stop check with
2839 target_is_non_stop_p ().
2840
2841 2015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
2842
2843 * ada-typeprint.c (print_array_type): Do not describe arrays as
2844 packed when they embed dynamic elements.
2845
2846 2015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2847
2848 * symtab.h (address_class): Document that TLS variables
2849 are handled by LOC_UNRESOLVED.
2850 * findvar.c (default_read_var_value): Don't relocate TLS variables.
2851 * printcmd.c (address_info): Don't relocate TLS variables.
2852
2853 2015-09-15 Pierre Langlois <pierre.langlois@arm.com>
2854
2855 * aarch64-tdep.c (decode_add_sub_imm): Use debug_printf.
2856 (decode_adrp): Likewise.
2857 (decode_b): Likewise.
2858 (decode_bcond): Likewise.
2859 (decode_br): Likewise.
2860 (decode_cb): Likewise.
2861 (decode_eret): Likewise.
2862 (decode_movz): Likewise.
2863 (decode_orr_shifted_register_x): Likewise.
2864 (decode_ret): Likewise.
2865 (decode_stp_offset): Likewise.
2866 (decode_stp_offset_wb): Likewise.
2867 (decode_stur): Likewise.
2868 (decode_tb): Likewise.
2869 (aarch64_analyze_prologue): Likewise.
2870 (pass_in_x): Likewise.
2871 (pass_in_v): Likewise.
2872 (pass_on_stack): Likewise.
2873 (aarch64_push_dummy_call): Likewise.
2874 (aarch64_extract_return_value): Likewise.
2875 (aarch64_store_return_value): Likewise.
2876 (aarch64_return_value): Likewise.
2877 (aarch64_record_asimd_load_store): Likewise.
2878 (aarch64_record_load_store): Likewise.
2879 (aarch64_record_data_proc_simd_fp): Likewise.
2880
2881 2015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
2882
2883 * linespec.c (minsym_found): Call gdbarch_skip_entrypoint.
2884 * ppc64-tdep.c (ppc64_skip_trampoline_code): Rename to ...
2885 (ppc64_skip_trampoline_code_1): ... here.
2886 (ppc64_skip_trampoline_code): New wrapper function.
2887 * symtab.c (find_function_start_sal): Call gdbarch_skip_entrypoint.
2888
2889 2015-09-15 Yao Qi <yao.qi@linaro.org>
2890
2891 * aarch64-linux-nat.c (aarch64_linux_can_do_single_step): New
2892 function.
2893 (_initialize_aarch64_linux_nat): Install it to to_can_do_single_step.
2894 * arm-linux-tdep.c (arm_linux_software_single_step): Return 0
2895 if target_can_do_single_step returns 1.
2896 * remote.c (struct vCont_action_support) <s, S>: New fields.
2897 (PACKET_vContSupported): New enum.
2898 (remote_protocol_features): New element for vContSupported.
2899 (remote_query_supported): Append "vContSupported+".
2900 (remote_vcont_probe): Remove support_s and support_S, use
2901 rs->supports_vCont.s and rs->supports_vCont.S instead. Disable
2902 vCont packet if c and C actions are not supported.
2903 (remote_can_do_single_step): New function.
2904 (init_remote_ops): Install it to to_can_do_single_step.
2905 (_initialize_remote): Call add_packet_config_cmd.
2906 * target.h (struct target_ops) <to_can_do_single_step>: New field.
2907 (target_can_do_single_step): New macro.
2908 * target-delegates.c: Re-generated.
2909
2910 2015-09-15 Yao Qi <yao.qi@linaro.org>
2911
2912 * aarch64-linux-nat.c (aarch64_linux_siginfo_fixup): New function.
2913 (_initialize_aarch64_linux_nat): Call linux_nat_set_siginfo_fixup.
2914 * nat/aarch64-linux.c (aarch64_compat_siginfo_from_siginfo):
2915 New function.
2916 (aarch64_siginfo_from_compat_siginfo): New function.
2917 * nat/aarch64-linux.h: Include signal.h.
2918 (compat_int_t, compat_uptr_t, compat_time_t): Typedef.
2919 (compat_timer_t, compat_clock_t): Likewise.
2920 (struct compat_timeval): New.
2921 (union compat_sigval): New.
2922 (struct compat_siginfo): New.
2923 (cpt_si_pid, cpt_si_uid, cpt_si_timerid): New macros.
2924 (cpt_si_overrun, cpt_si_status, cpt_si_utime): Likewise.
2925 (cpt_si_stime, cpt_si_ptr, cpt_si_addr): Likewise.
2926 (cpt_si_band, cpt_si_fd): Likewise.
2927
2928 2015-09-14 Pedro Alves <palves@redhat.com>
2929
2930 * infrun.c (current_stop_id): New global.
2931 (get_stop_id, new_stop_id): New functions.
2932 (fetch_inferior_event): Handle normal_stop proceeding the target.
2933 (struct stop_context): New.
2934 (save_stop_context, release_stop_context_cleanup)
2935 (stop_context_changed): New functions.
2936 (normal_stop): Return true if the hook-stop changes the stop
2937 context.
2938 * infrun.h (get_stop_id): Declare.
2939 (normal_stop): Now returns int. Add documentation.
2940
2941 2015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
2942
2943 * ada-lang.c (ada_value_ptr_subscript): Update the heading
2944 comment. Handle packed arrays.
2945
2946 2015-09-14 Pedro Alves <palves@redhat.com>
2947
2948 * NEWS (Changes in GDB 7.10, New commands>: Remove duplicate
2949 mention of maint set/show target-non-stop.
2950
2951 2015-09-11 Don Breazeal <donb@codesourcery.com>
2952
2953 * NEWS: Announce new remote packets for the exec-events
2954 feature and the exec-events feature and associated commands.
2955
2956 2015-09-11 Don Breazeal <donb@codesourcery.com>
2957
2958 * remote.c (remote_exec_event_p): New function.
2959 (remote_insert_exec_catchpoint): New function.
2960 (remote_remove_exec_catchpoint): New function.
2961 (init_extended_remote_ops): Initialize extended_remote_ops
2962 members to_insert_exec_catchpoint and
2963 to_remove_exec_catchpoint.
2964
2965 2015-09-11 Don Breazeal <donb@codesourcery.com>
2966 Luis Machado <lgustavo@codesourcery.com>
2967
2968 * infrun.c (follow_exec): Use process-style ptid for
2969 exec message. Call add_inferior_with_spaces and
2970 target_follow_exec.
2971 * nat/linux-ptrace.c (linux_supports_traceexec): New function.
2972 * nat/linux-ptrace.h (linux_supports_traceexec): Declare.
2973 * remote.c (remote_pspace_data): New static variable.
2974 (remote_pspace_data_cleanup): New function.
2975 (get_remote_exec_file): New function.
2976 (set_remote_exec_file_1): New function.
2977 (set_remote_exec_file): New function.
2978 (show_remote_exec_file): New function.
2979 (remote_exec_file): Delete static variable.
2980 (anonymous enum) <PACKET_exec_event_feature>: New
2981 enumeration constant.
2982 (remote_protocol_features): Add entry for exec-events feature.
2983 (remote_query_supported): Add client side of qSupported query
2984 for exec-events feature.
2985 (remote_follow_exec): New function.
2986 (remote_parse_stop_reply): Handle 'exec' stop reason.
2987 (extended_remote_run, extended_remote_create_inferior): Call
2988 get_remote_exec_file and set_remote_exec_file_1.
2989 (init_extended_remote_ops) <to_follow_exec>: Initialize new
2990 member.
2991 (_initialize_remote): Call
2992 register_program_space_data_with_cleanup. Call
2993 add_packet_config_cmd for remote exec-events feature.
2994 Modify call to add_setshow_string_noescape_cmd for exec-file
2995 to use new functions set_remote_exec_file and
2996 show_remote_exec_file.
2997 * target-debug.h, target-delegates.c: Regenerated.
2998 * target.c (target_follow_exec): New function.
2999 * target.h (struct target_ops) <to_follow_exec>: New member.
3000 (target_follow_exec): Declare new function.
3001
3002 2015-09-11 Pierre Langlois <pierre.langlois@arm.com>
3003
3004 * aarch64-tdep.c (decode_cb): Move up comment describing the
3005 encoding.
3006 (decode_tb): Fix a typo in comment above the function. Move up
3007 comment describing the encoding.
3008
3009 2015-09-11 Pierre Langlois <pierre.langlois@arm.com>
3010
3011 * aarch64-tdep.c (decode_bcond): Fix incorrect mask.
3012
3013 2015-09-11 Mihail-Marian Nistor <mihail.nistor@freescale.com>
3014
3015 PR gdb/18947
3016 * aarch64-linux-tdep.c: (aarch64_linux_init_abi): Install
3017 glibc_skip_solib_resolver as gdbarch_skip_solib_resolver callback.
3018
3019 2015-09-10 Simon Marchi <simon.marchi@ericsson.com>
3020
3021 * ada-lang.c (scan_discrim_bound): Factor out arithmetic
3022 operations.
3023
3024 2015-09-10 Simon Marchi <simon.marchi@ericsson.com>
3025
3026 * ada-lang.c (ada_search_struct_field): Constify parameters
3027 and/or variables..
3028 (xget_renaming_scope): Likewise.
3029 (ada_is_redundant_range_encoding): Likewise.
3030 (scan_discrim_bound): Likewise.
3031 (to_fixed_range_type): Likewise.
3032
3033 2015-09-10 Yao Qi <yao.qi@linaro.org>
3034
3035 * breakpoint.c (download_tracepoint_locations): New local
3036 can_download_tracepoint. Check the result of
3037 target_can_download_tracepoint and save it in
3038 can_download_tracepoint if there are tracepoints to download.
3039 * linux-nat.h (enum tribool): Move it to ...
3040 * common/common-types.h: ... here.
3041
3042 2015-09-09 Pedro Alves <palves@redhat.com>
3043
3044 * inf-loop.c (inferior_event_handler): Delete INF_TIMER case.
3045 * target.h (enum inferior_event_type) <INF_TIMER>: Delete.
3046
3047 2015-09-09 Pedro Alves <palves@redhat.com>
3048
3049 * continuations.c (add_continuation, restore_thread_cleanup)
3050 (do_all_continuations_ptid, do_all_continuations_thread_callback)
3051 (do_all_continuations_thread, do_all_continuations)
3052 (discard_all_continuations_thread_callback)
3053 (discard_all_continuations_thread, discard_all_continuations)
3054 (add_intermediate_continuation)
3055 (do_all_intermediate_continuations_thread_callback)
3056 (do_all_intermediate_continuations_thread)
3057 (do_all_intermediate_continuations)
3058 (discard_all_intermediate_continuations_thread_callback)
3059 (discard_all_intermediate_continuations_thread)
3060 (discard_all_intermediate_continuations): Delete.
3061 * continuations.h (add_continuation, do_all_continuations)
3062 (do_all_continuations_thread, discard_all_continuations)
3063 (discard_all_continuations_thread, add_intermediate_continuation)
3064 (do_all_intermediate_continuations)
3065 (do_all_intermediate_continuations_thread)
3066 (discard_all_intermediate_continuations)
3067 (discard_all_intermediate_continuations_thread): Delete
3068 declarations.
3069 * event-top.c (stdin_event_handler): Delete references to
3070 continuations.
3071 * gdbthread.h (struct thread_info): Delete continuations and
3072 intermediate_continuations fields.
3073 * inf-loop.c (inferior_event_handler): Remove references to
3074 continuations.
3075 * infrun.c (infrun_thread_stop_requested_callback): Remove
3076 references to continuations.
3077 * target.h (enum inferior_event_type) <INF_EXEC_CONTINUE>: Delete.
3078 * thread.c: Don't include "continuations.h".
3079 (clear_thread_inferior_resources): Remove references to
3080 continuations.
3081
3082 2015-09-09 Pedro Alves <palves@redhat.com>
3083
3084 * infcall.c (struct dummy_frame_context_saver): Delete.
3085 (dummy_frame_context_saver_free, dummy_frame_context_saver_dtor)
3086 (dummy_frame_context_saver_drop)
3087 (dummy_frame_context_saver_cleanup)
3088 (dummy_frame_context_saver_get_regs)
3089 (dummy_frame_context_saver_setup): Delete.
3090 * infcall.h (dummy_frame_context_saver_drop)
3091 (dummy_frame_context_saver_cleanup)
3092 (dummy_frame_context_saver_get_regs, dummy_frame_context_saver):
3093 Delete.
3094 (get_return_value): Remove 'ctx_saver' paremeter. Adjust.
3095 * inferior.h (get_return_value): Remove 'ctx_saver' paremeter.
3096 * python/py-finishbreakpoint.c (bpfinishpy_pre_stop_hook): Adjust.
3097
3098 2015-09-09 Pedro Alves <palves@redhat.com>
3099
3100 * breakpoint.c: Include "thread-fsm.h".
3101 (struct until_break_command_continuation_args): Delete.
3102 (struct until_break_fsm): New.
3103 (until_break_fsm_ops): New global.
3104 (new_until_break_fsm, until_break_fsm_should_stop): New functions.
3105 (until_break_command_continuation): Delete.
3106 (until_break_fsm_clean_up): New function.
3107 (until_break_fsm_async_reply_reason): New function.
3108 (until_break_command): Adjust to create an until_break_fsm instead
3109 of a continuation.
3110 (momentary_bkpt_print_it): No longer print MI's async-stop-reason
3111 here.
3112 * infcmd.c (struct until_next_fsm): New.
3113 (until_next_fsm_ops): New global.
3114 (new_until_next_fsm, until_next_fsm_should_stop): New function.
3115 (until_next_continuation): Delete.
3116 (until_next_fsm_clean_up, until_next_fsm_async_reply_reason): New
3117 functions.
3118 (until_next_command): Adjust to create a new until_next_fsm
3119 instead of a continuation.
3120
3121 2015-09-09 Pedro Alves <palves@redhat.com>
3122
3123 * infcall.c: Include thread_fsm.h.
3124 (struct call_return_meta_info): New.
3125 (get_call_return_value): New function, factored out from
3126 call_function_by_hand_dummy.
3127 (struct call_thread_fsm): New.
3128 (call_thread_fsm_ops): New global.
3129 (new_call_thread_fsm, call_thread_fsm_should_stop)
3130 (call_thread_fsm_should_notify_stop): New functions.
3131 (run_inferior_call): Add 'sm' parameter. Associate the FSM with
3132 the thread.
3133 (call_function_by_hand_dummy): Create a new call_thread_fsm
3134 instance, associate it with the thread, and wait for the FSM to
3135 finish. If finished successfully, fetch the function's result
3136 value out of the FSM.
3137 * infrun.c (fetch_inferior_event): If the FSM says the stop
3138 shouldn't be notified, don't call normal_stop.
3139 (maybe_remove_breakpoints): New function, factored out from ...
3140 (normal_stop): ... here. Simplify.
3141 * infrun.h (maybe_remove_breakpoints): Declare.
3142 * thread-fsm.c (thread_fsm_should_notify_stop): New function.
3143 (thread-fsm.h) <struct thread_fsm_ops>: New field.
3144 (thread_fsm_should_notify_stop): Declare.
3145
3146 2015-09-09 Pedro Alves <palves@redhat.com>
3147
3148 * Makefile.in (COMMON_OBS): Add thread-fsm.o.
3149 * breakpoint.c (handle_jit_event): Print debug output.
3150 (bpstat_what): Split event callback handling to ...
3151 (bpstat_run_callbacks): ... this new function.
3152 (momentary_bkpt_print_it): No longer handle bp_finish here.
3153 * breakpoint.h (bpstat_run_callbacks): Declare.
3154 * gdbthread.h (struct thread_info) <step_multi>: Delete field.
3155 <thread_fsm>: New field.
3156 (thread_cancel_execution_command): Declare.
3157 * infcmd.c: Include thread-fsm.h.
3158 (struct step_command_fsm): New.
3159 (step_command_fsm_ops): New global.
3160 (new_step_command_fsm, step_command_fsm_prepare): New functions.
3161 (step_1): Adjust to use step_command_fsm_prepare and
3162 prepare_one_step.
3163 (struct step_1_continuation_args): Delete.
3164 (step_1_continuation): Delete.
3165 (step_command_fsm_should_stop): New function.
3166 (step_once): Delete.
3167 (step_command_fsm_clean_up, step_command_fsm_async_reply_reason)
3168 (prepare_one_step): New function, based on step_once.
3169 (until_next_command): Remove step_multi reference.
3170 (struct return_value_info): New.
3171 (print_return_value): Rename to ...
3172 (print_return_value_1): ... this. New struct return_value_info
3173 parameter. Adjust.
3174 (print_return_value): Reimplement as wrapper around
3175 print_return_value_1.
3176 (struct finish_command_fsm): New.
3177 (finish_command_continuation): Delete.
3178 (finish_command_fsm_ops): New global.
3179 (new_finish_command_fsm, finish_command_fsm_should_stop): New
3180 functions.
3181 (finish_command_fsm_clean_up, finish_command_fsm_return_value):
3182 New.
3183 (finish_command_continuation_free_arg): Delete.
3184 (finish_command_fsm_async_reply_reason): New.
3185 (finish_backward, finish_forward): Change symbol parameter to a
3186 finish_command_fsm. Adjust.
3187 (finish_command): Create a finish_command_fsm. Adjust.
3188 * infrun.c: Include "thread-fsm.h".
3189 (clear_proceed_status_thread): Delete the thread's FSM.
3190 (infrun_thread_stop_requested_callback): Cancel the thread's
3191 execution command.
3192 (clean_up_just_stopped_threads_fsms): New function.
3193 (fetch_inferior_event): Handle the event_thread's should_stop
3194 method saying the command isn't done yet.
3195 (process_event_stop_test): Run breakpoint callbacks here.
3196 (print_stop_event): Rename to ...
3197 (print_stop_location): ... this.
3198 (restore_current_uiout_cleanup): New function.
3199 (print_stop_event): Reimplement.
3200 (normal_stop): No longer notify the end_stepping_range observers
3201 here handle "step N" nor "finish" here. No longer call
3202 print_stop_event here.
3203 * infrun.h (struct return_value_info): Forward declare.
3204 (print_return_value): Declare.
3205 (print_stop_event): Change prototype.
3206 * thread-fsm.c: New file.
3207 * thread-fsm.h: New file.
3208 * thread.c: Include "thread-fsm.h".
3209 (thread_cancel_execution_command): New function.
3210 (clear_thread_inferior_resources): Call it.
3211 * cli/cli-interp.c (cli_on_normal_stop): New function.
3212 (cli_interpreter_init): Install cli_on_normal_stop as normal_stop
3213 observer.
3214 * mi/mi-interp.c: Include "thread-fsm.h".
3215 (restore_current_uiout_cleanup): Delete.
3216 (mi_on_normal_stop): If the thread has an FSM associated, and it
3217 finished, ask it for the async-reply-reason to print. Always call
3218 print_stop_event here, regardless of the top-level interpreter.
3219 Check bpstat_what to tell whether an asynchronous breakpoint hit
3220 triggered.
3221 * tui/tui-interp.c (tui_on_normal_stop): New function.
3222 (tui_init): Install tui_on_normal_stop as normal_stop observer.
3223
3224 2015-09-09 Pedro Alves <palves@redhat.com>
3225
3226 * breakpoint.c (bpstat_do_actions_1, until_break_command): Don't
3227 check whether the target can async.
3228 * inf-loop.c (inferior_event_handler): Only call target_async if
3229 the target can async.
3230 * infcall.c: Include top.h and interps.h.
3231 (run_inferior_call): For the interpreter to sync mode while
3232 running the infcall. Call wait_sync_command_done instead of
3233 wait_for_inferior plus normal_stop.
3234 * infcmd.c (prepare_execution_command): Don't check whether the
3235 target can async when running in the foreground.
3236 (step_1): Delete synchronous case handling.
3237 (step_once): Always install a continuation, even in sync mode.
3238 (until_next_command, finish_forward): Don't check whether the
3239 target can async.
3240 (attach_command_post_wait, notice_new_inferior): Always install a
3241 continuation, even in sync mode.
3242 * infrun.c (mark_infrun_async_event_handler): New function.
3243 (proceed): In sync mode, mark infrun's event source instead of
3244 waiting for events here.
3245 (fetch_inferior_event): If the target can't async, do a blocking
3246 wait.
3247 (prepare_to_wait): In sync mode, mark infrun's event source.
3248 (infrun_async_inferior_event_handler): No longer bail out if the
3249 target can't async.
3250 * infrun.h (mark_infrun_async_event_handler): New declaration.
3251 * linux-nat.c (linux_nat_wait_1): Remove calls to
3252 set_sigint_trap/clear_sigint_trap.
3253 (linux_nat_terminal_inferior): No longer check whether the target
3254 can async.
3255 * mi/mi-interp.c (mi_on_sync_execution_done): Update and simplify
3256 comment.
3257 (mi_execute_command_input_handler): No longer check whether the
3258 target is async. Update and simplify comment.
3259 * target.c (default_target_wait): New function.
3260 * target.h (struct target_ops) <to_wait>: Now defaults to
3261 default_target_wait.
3262 (default_target_wait): Declare.
3263 * top.c (wait_sync_command_done): New function, factored out from
3264 ...
3265 (maybe_wait_sync_command_done): ... this.
3266 * top.h (wait_sync_command_done): Declare.
3267 * target-delegates.c: Regenerate.
3268
3269 2015-09-09 Markus Metzger <markus.t.metzger@intel.com>
3270
3271 * nat/linux-btrace.h (struct btrace_target_info) <ptr_bits>: Remove.
3272 * nat/linux-btrace.c: Include filestuff.h and inttypes.h.
3273 Remove include of sys/utsname.h.
3274 (linux_determine_kernel_ptr_bits): Remove.
3275 (linux_determine_kernel_start): New.
3276 (perf_event_is_kernel_addr): Remove tinfo argument. Update users.
3277 Update check.
3278 (perf_event_skip_bts_record): Remove tinfo argument. Update users.
3279 (linux_enable_bts, linux_enable_pt): Remove tinfo->ptr_bits
3280 initialization.
3281 * x86-linux-nat.c (x86_linux_enable_btrace): Remove ptr_bits
3282 assignment.
3283
3284 2015-09-07 Pedro Alves <palves@redhat.com>
3285
3286 * guile/guile-internal.h (as_a_scm_t_subr): New.
3287 * guile/guile.c (misc_guile_functions): Use it.
3288 * guile/scm-arch.c (arch_functions): Use it.
3289 * guile/scm-block.c (block_functions, gdbscm_initialize_blocks):
3290 Use it.
3291 * guile/scm-breakpoint.c (breakpoint_functions): Use it.
3292 * guile/scm-cmd.c (command_functions): Use it.
3293 * guile/scm-disasm.c (disasm_functions): Use it.
3294 * guile/scm-exception.c (exception_functions)
3295 (private_exception_functions): Use it.
3296 * guile/scm-frame.c (frame_functions)
3297 * guile/scm-gsmob.c (gsmob_functions): Use it.
3298 * guile/scm-iterator.c (iterator_functions): Use it.
3299 * guile/scm-lazy-string.c (lazy_string_functions): Use it.
3300 * guile/scm-math.c (math_functions): Use it.
3301 * guile/scm-objfile.c (objfile_functions): Use it.
3302 * guile/scm-param.c (parameter_functions): Use it.
3303 * guile/scm-ports.c (port_functions, private_port_functions): Use
3304 it.
3305 * guile/scm-pretty-print.c (pretty_printer_functions): Use it.
3306 * guile/scm-progspace.c (pspace_functions): Use it.
3307 * guile/scm-string.c (string_functions): Use it.
3308 * guile/scm-symbol.c (symbol_functions): Use it.
3309 * guile/scm-symtab.c (symtab_functions): Use it.
3310 * guile/scm-type.c (type_functions, gdbscm_initialize_types): Use
3311 it.
3312 * guile/scm-value.c (value_functions): Use it.
3313
3314 2015-09-04 Andrew Burgess <andrew.burgess@embecosm.com>
3315
3316 * tui/tui-data.c (win_with_focus): Remove cast of NULL pointer.
3317 (tui_next_win): Likewise.
3318 (tui_prev_win): Likewise.
3319 (tui_partial_win_by_name): Likewise.
3320 (tui_init_generic_part): Likewise.
3321 (init_content_element): Likewise.
3322 (tui_del_window): Likewise.
3323 (tui_free_window): Likewise.
3324 (tui_del_data_windows): Likewise.
3325 (tui_free_data_content): Likewise.
3326 * tui/tui-layout.c (make_source_or_disasm_window): Likewise.
3327 * tui/tui-regs.c (tui_show_register_group): Likewise.
3328 * tui/tui-win.c (tui_resize_all): Likewise.
3329 (tui_set_focus): Likewise.
3330 (tui_set_win_height): Likewise.
3331 (make_invisible_and_set_new_height): Likewise.
3332 * tui/tui-windata.c (tui_delete_data_content_windows): Likewise.
3333 * tui/tui-wingeneral.c (make_visible): Likewise.
3334
3335 2015-09-04 Andrew Burgess <andrew.burgess@embecosm.com>
3336
3337 * cli/cli-decode.c (find_cmd): Remove cast of NULL pointer.
3338
3339 2015-09-04 Andrew Burgess <andrew.burgess@embecosm.com>
3340
3341 * c-valprint.c (print_unpacked_pointer): Remove cast of NULL
3342 pointer.
3343 * dbxread.c (dbx_end_psymtab): Likewise.
3344 * gnu-nat.c (gnu_write_inferior): Likewise.
3345 * mdebugread.c (cross_ref): Likewise.
3346 * p-valprint.c (pascal_val_print): Likewise.
3347 * xcoffread.c (xcoff_end_psymtab): Likewise.
3348
3349 2015-09-04 Yao Qi <yao.qi@linaro.org>
3350
3351 * NEWS: Mention the aarch64 multi-arch debugging support.
3352
3353 2015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
3354
3355 * ada-lang.c (ada_language_arch_info): Create a TYPE_CODE_CHAR
3356 type instead of a TYPE_CODE_INT one for the string_char_type
3357 and the ada_primitive_type_char types.
3358
3359 2015-09-03 Yao Qi <yao.qi@linaro.org>
3360
3361 * aarch64-linux-nat.c (aarch64_linux_region_ok_for_hw_watchpoint):
3362 Move code to aarch64_linux_region_ok_for_watchpoint. Call
3363 aarch64_linux_region_ok_for_watchpoint.
3364 * nat/aarch64-linux-hw-point.c (aarch64_linux_region_ok_for_watchpoint):
3365 New function.
3366 * nat/aarch64-linux-hw-point.h (aarch64_linux_region_ok_for_watchpoint):
3367 Declare it.
3368
3369 2015-09-02 Patrick Palka <patrick@parcs.ath.cx>
3370
3371 * gdb_obstack.h (obstack_strdup): Declare.
3372 * gdb_obstack.c (obstack_strdup): Define.
3373 * gdbarch.sh (gdbarch_obstack_strdup): Declare and define.
3374 * gdbarch.c: Regenerate.
3375 * gdbarch.h: Regenerate.
3376 * gdbtypes.c (arch_type): Use gdbarch_obstack_strdup.
3377
3378 2015-09-02 Patrick Palka <patrick@parcs.ath.cx>
3379
3380 * gdbtypes.c (copy_type_recursive): Update documentation.
3381
3382 2015-09-01 Sergio Durigan Junior <sergiodj@redhat.com>
3383
3384 * solib-svr4.c (solib_event_probe_action): Initialize 'probe_argc'
3385 as zero.
3386
3387 2015-09-01 Sergio Durigan Junior <sergiodj@redhat.com>
3388
3389 * solib-svr4.c (svr4_handle_solib_event): Initialize 'val' as NULL
3390
3391 2015-09-01 Sergio Durigan Junior <sergiodj@redhat.com>
3392
3393 * solib-svr4.c (solib_event_probe_action): Call
3394 get_probe_argument_count using TRY...CATCH.
3395 (svr4_handle_solib_event): Likewise, for evaluate_probe_argument.
3396
3397 2015-09-01 Sergio Durigan Junior <sergiodj@redhat.com>
3398
3399 * probe.h (struct probe_ops) <get_probe_argument_count,
3400 evaluate_probe_argument, enable_probe, disable_probe>: Mention in
3401 the comment that the function can throw an exception.
3402 (get_probe_argument_count): Likewise.
3403 (evaluate_probe_argument): Likewise.
3404 * stap-probe.c (stap_get_opcode): Call error instead of
3405 internal_error.
3406 (stap_get_expected_argument_type): Likewise. Add argument
3407 'probe'. Improve error message by mentioning the probe's name.
3408 (stap_parse_probe_arguments): Adjust call to
3409 stap_get_expected_argument_type.
3410 (stap_get_arg): Add comment. Assert that 'probe->args_parsed' is
3411 not zero. Call internal_error if GDB requests an argument but the
3412 probe has no arguments.
3413
3414 2015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
3415
3416 * ada-lang.c (ada_resolve_function): Do not ask the user what
3417 match to use when in completion mode.
3418
3419 2015-08-31 Andrew Burgess <andrew.burgess@embecosm.com>
3420
3421 * tui/tui-data.c (tui_win_name): Make local variable const, remove
3422 cast of NULL.
3423
3424 2015-08-31 Max Filippov <jcmvbkbc@gmail.com>
3425
3426 * xtensa-tdep.h (XTENSA_GDBARCH_TDEP_INSTANTIATE): Initialize
3427 call_abi using XSHAL_ABI macro.
3428
3429 2015-08-29 Doug Evans <xdje42@gmail.com>
3430
3431 * symtab.h (struct symbol): Tweak comment.
3432
3433 2015-08-29 Patrick Palka <patrick@parcs.ath.cx>
3434
3435 * gdbtypes.c (alloc_type_arch): Allocate the type on the given
3436 gdbarch obstack instead of on the heap. Update commentary
3437 accordingly.
3438
3439 2015-08-28 Joel Brobecker <brobecker@adacore.com>
3440
3441 GDB 7.10 released.
3442
3443 2015-08-28 Simon Marchi <simon.marchi@ericsson.com>
3444
3445 * NEWS: Update entry about non-8-bits addressable memory.
3446
3447 2015-08-28 Ulrich Weigand <uweigand@de.ibm.com>
3448
3449 Revert:
3450 2014-11-06 Doug Evans <xdje42@gmail.com>
3451 * solib.c (solib_global_lookup): Fetch arch from objfile,
3452 not target_gdbarch.
3453
3454 2015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
3455
3456 * ppc-linux-tdep.c (ppc_linux_spe_context_lookup): Do not
3457 attempt to relocate a TLS variable offset.
3458
3459 2015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
3460
3461 * spu-multiarch.c (parse_spufs_run): Bail out if inferior is not
3462 registered yet. Set inferior_ptid while calling target_read_memory.
3463
3464 2015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
3465
3466 * nat/linux-ptrace.h (GDB_ARCH_TRAP_BRKPT): Replace by ...
3467 (GDB_ARCH_IS_TRAP_BRKPT): ... this. Add __powerpc__ case.
3468 * linux-nat.c (check_stopped_by_breakpoint): Use
3469 GDB_ARCH_IS_TRAP_BRKPT instead of GDB_ARCH_TRAP_BRKPT.
3470
3471 2015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
3472
3473 * linux-thread-db.c (thread_db_get_thread_local_address): If the
3474 thread was not yet discovered, use thread_from_lwp instead of
3475 calling thread_db_find_new_threads_1.
3476
3477 2015-08-27 Simon Marchi <simon.marchi@ericsson.com>
3478
3479 * m88k-tdep.c (m88k_analyze_prologue): Fix inverted allocation
3480 statements.
3481
3482 2015-08-27 Simon Marchi <simon.marchi@ericsson.com>
3483
3484 * NEWS: Document support for non-8-bits addressable memory.
3485
3486 2015-08-27 Pedro Alves <palves@redhat.com>
3487
3488 * configure.ac: Remove AC_TYPE_SIGNAL call.
3489 * configure, config.in: Regenerate.
3490
3491 2015-08-27 Pedro Alves <palves@redhat.com>
3492
3493 * cp-support.c (gdb_demangle): Use sighandler_t. Remove cast.
3494 * extension-priv.h: Include signal.h.
3495 (struct signal_handler) <handler>: Change type to sighandler_t.
3496 * extension.c (install_gdb_sigint_handler): Use sighandler_t.
3497 * inflow.c (sigint_ours, sigquit_ours): Change type to
3498 sighandler_t.
3499 (child_terminal_inferior): Remove casts.
3500 (child_terminal_ours_1, new_tty): Use sighandler_t. Remove casts.
3501 (osig): Change type to sighandler_t.
3502 * nto-procfs.c (ofunc): Change type to sighandler_t.
3503 (procfs_wait): Remove casts.
3504 * remote-m32r-sdi.c (m32r_wait, m32r_load): Use sighandler_t.
3505 * remote-sim.c (gdbsim_wait): Use sighandler_t.
3506 * utils.c (wait_to_die_with_timeout): Use sighandler_t.
3507
3508 2015-08-27 Pedro Alves <palves@redhat.com>
3509
3510 * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add signal-h.
3511 * gnulib/aclocal.m4: Renegerate.
3512 * gnulib/config.in: Renegerate.
3513 * gnulib/configure: Renegerate.
3514 * gnulib/import/Makefile.am: Update.
3515 * gnulib/import/Makefile.in: Regenerate.
3516 * gnulib/import/m4/gnulib-cache.m4: Update.
3517 * gnulib/import/m4/gnulib-comp.m4: Update.
3518 * gnulib/import/m4/signal_h.m4: New file.
3519 * gnulib/import/signal.in.h: New file.
3520
3521 2015-08-27 Pedro Alves <palves@redhat.com>
3522
3523 * remote.c (DEFAULT_MAX_MEMORY_PACKET_SIZE)
3524 (MIN_MEMORY_PACKET_SIZE): New.
3525 (MAX_REMOTE_PACKET_SIZE, MIN_REMOTE_PACKET_SIZE): Delete.
3526 (get_memory_packet_size): Adjust. No longer limit the max packet
3527 size.
3528 (set_memory_packet_size): Adjust, and remove dead code.
3529 (remote_check_symbols): Use xmalloc and a cleanup instead of
3530 alloca.
3531 (remote_packet_size): No longer cap the packet size.
3532 (putpkt_binary): Use xmalloc and a cleanup instead of alloca.
3533
3534 2015-08-26 Luis Machado <lgustavo@codesourcery.com>
3535
3536 * compile/compile.c (compile_to_object): Mention language in
3537 error message.
3538
3539 2015-08-26 Patrick Palka <patrick@parcs.ath.cx>
3540
3541 * target.c (target_pre_inferior): Unset attach_flag.
3542
3543 2015-08-26 Simon Marchi <simon.marchi@ericsson.com>
3544
3545 * gdbarch.sh (append_name): Fix type in XRESIZEVEC.
3546 * gdbarch.c: Re-generate.
3547
3548 2015-08-26 Simon Marchi <simon.marchi@ericsson.com>
3549
3550 * aarch64-linux-nat.c (aarch64_add_process): Replace xmalloc-family
3551 function with the XNEW-family equivalent.
3552 * aarch64-tdep.c (aarch64_gdbarch_init): Likewise.
3553 * ada-exp.y (write_ambiguous_var): Likewise.
3554 * ada-lang.c (resolve_subexp): Likewise.
3555 (user_select_syms): Likewise.
3556 (assign_aggregate): Likewise.
3557 (ada_evaluate_subexp): Likewise.
3558 (cache_symbol): Likewise.
3559 * addrmap.c (allocate_key): Likewise.
3560 (addrmap_create_mutable): Likewise.
3561 * aix-thread.c (sync_threadlists): Likewise.
3562 * alpha-tdep.c (alpha_push_dummy_call): Likewise.
3563 (alpha_gdbarch_init): Likewise.
3564 * amd64-windows-tdep.c (amd64_windows_push_arguments): Likewise.
3565 * arm-linux-nat.c (arm_linux_add_process): Likewise.
3566 * arm-linux-tdep.c (arm_linux_displaced_step_copy_insn): Likewise.
3567 * arm-tdep.c (push_stack_item): Likewise.
3568 (arm_displaced_step_copy_insn): Likewise.
3569 (arm_gdbarch_init): Likewise.
3570 (_initialize_arm_tdep): Likewise.
3571 * avr-tdep.c (push_stack_item): Likewise.
3572 * ax-general.c (new_agent_expr): Likewise.
3573 * block.c (block_initialize_namespace): Likewise.
3574 * breakpoint.c (alloc_counted_command_line): Likewise.
3575 (update_dprintf_command_list): Likewise.
3576 (parse_breakpoint_sals): Likewise.
3577 (decode_static_tracepoint_spec): Likewise.
3578 (until_break_command): Likewise.
3579 (clear_command): Likewise.
3580 (update_global_location_list): Likewise.
3581 (get_breakpoint_objfile_data) Likewise.
3582 * btrace.c (ftrace_new_function): Likewise.
3583 (btrace_set_insn_history): Likewise.
3584 (btrace_set_call_history): Likewise.
3585 * buildsym.c (add_symbol_to_list): Likewise.
3586 (record_pending_block): Likewise.
3587 (start_subfile): Likewise.
3588 (start_buildsym_compunit): Likewise.
3589 (push_subfile): Likewise.
3590 (end_symtab_get_static_block): Likewise.
3591 (buildsym_init): Likewise.
3592 * cli/cli-cmds.c (source_command): Likewise.
3593 * cli/cli-decode.c (add_cmd): Likewise.
3594 * cli/cli-script.c (build_command_line): Likewise.
3595 (setup_user_args): Likewise.
3596 (realloc_body_list): Likewise.
3597 (process_next_line): Likewise.
3598 (copy_command_lines): Likewise.
3599 * cli/cli-setshow.c (do_set_command): Likewise.
3600 * coff-pe-read.c (read_pe_exported_syms): Likewise.
3601 * coffread.c (coff_locate_sections): Likewise.
3602 (coff_symtab_read): Likewise.
3603 (coff_read_struct_type): Likewise.
3604 * common/cleanups.c (make_my_cleanup2): Likewise.
3605 * common/common-exceptions.c (throw_it): Likewise.
3606 * common/filestuff.c (make_cleanup_close): Likewise.
3607 * common/format.c (parse_format_string): Likewise.
3608 * common/queue.h (DEFINE_QUEUE_P): Likewise.
3609 * compile/compile-object-load.c (munmap_list_add): Likewise.
3610 (compile_object_load): Likewise.
3611 * compile/compile-object-run.c (compile_object_run): Likewise.
3612 * compile/compile.c (append_args): Likewise.
3613 * corefile.c (specify_exec_file_hook): Likewise.
3614 * cp-support.c (make_symbol_overload_list): Likewise.
3615 * cris-tdep.c (push_stack_item): Likewise.
3616 (cris_gdbarch_init): Likewise.
3617 * ctf.c (ctf_trace_file_writer_new): Likewise.
3618 * dbxread.c (init_header_files): Likewise.
3619 (add_new_header_file): Likewise.
3620 (init_bincl_list): Likewise.
3621 (dbx_end_psymtab): Likewise.
3622 (start_psymtab): Likewise.
3623 (dbx_end_psymtab): Likewise.
3624 * dcache.c (dcache_init): Likewise.
3625 * dictionary.c (dict_create_hashed): Likewise.
3626 (dict_create_hashed_expandable): Likewise.
3627 (dict_create_linear): Likewise.
3628 (dict_create_linear_expandable): Likewise.
3629 * dtrace-probe.c (dtrace_process_dof_probe): Likewise.
3630 * dummy-frame.c (register_dummy_frame_dtor): Likewise.
3631 * dwarf2-frame-tailcall.c (cache_new_ref1): Likewise.
3632 * dwarf2-frame.c (dwarf2_build_frame_info): Likewise.
3633 (decode_frame_entry_1): Likewise.
3634 * dwarf2expr.c (new_dwarf_expr_context): Likewise.
3635 * dwarf2loc.c (dwarf2_compile_expr_to_ax): Likewise.
3636 * dwarf2read.c (dwarf2_has_info): Likewise.
3637 (create_signatured_type_table_from_index): Likewise.
3638 (dwarf2_read_index): Likewise.
3639 (dw2_get_file_names_reader): Likewise.
3640 (create_all_type_units): Likewise.
3641 (read_cutu_die_from_dwo): Likewise.
3642 (init_tu_and_read_dwo_dies): Likewise.
3643 (init_cutu_and_read_dies): Likewise.
3644 (create_all_comp_units): Likewise.
3645 (queue_comp_unit): Likewise.
3646 (inherit_abstract_dies): Likewise.
3647 (read_call_site_scope): Likewise.
3648 (dwarf2_add_field): Likewise.
3649 (dwarf2_add_typedef): Likewise.
3650 (dwarf2_add_member_fn): Likewise.
3651 (attr_to_dynamic_prop): Likewise.
3652 (abbrev_table_alloc_abbrev): Likewise.
3653 (abbrev_table_read_table): Likewise.
3654 (add_include_dir): Likewise.
3655 (add_file_name): Likewise.
3656 (dwarf_decode_line_header): Likewise.
3657 (dwarf2_const_value_attr): Likewise.
3658 (dwarf_alloc_block): Likewise.
3659 (parse_macro_definition): Likewise.
3660 (set_die_type): Likewise.
3661 (write_psymtabs_to_index): Likewise.
3662 (create_cus_from_index): Likewise.
3663 (dwarf2_create_include_psymtab): Likewise.
3664 (process_psymtab_comp_unit_reader): Likewise.
3665 (build_type_psymtab_dependencies): Likewise.
3666 (read_comp_units_from_section): Likewise.
3667 (compute_compunit_symtab_includes): Likewise.
3668 (create_dwo_unit_in_dwp_v1): Likewise.
3669 (create_dwo_unit_in_dwp_v2): Likewise.
3670 (read_func_scope): Likewise.
3671 (process_structure_scope): Likewise.
3672 (mark_common_block_symbol_computed): Likewise.
3673 (load_partial_dies): Likewise.
3674 (dwarf2_symbol_mark_computed): Likewise.
3675 * elfread.c (elf_symfile_segments): Likewise.
3676 (elf_read_minimal_symbols): Likewise.
3677 * environ.c (make_environ): Likewise.
3678 * eval.c (evaluate_subexp_standard): Likewise.
3679 * event-loop.c (create_file_handler): Likewise.
3680 (create_async_signal_handler): Likewise.
3681 (create_async_event_handler): Likewise.
3682 (create_timer): Likewise.
3683 * exec.c (build_section_table): Likewise.
3684 * fbsd-nat.c (fbsd_remember_child): Likewise.
3685 * fork-child.c (fork_inferior): Likewise.
3686 * frv-tdep.c (new_variant): Likewise.
3687 * gdbarch.sh (gdbarch_alloc): Likewise.
3688 (append_name): Likewise.
3689 * gdbtypes.c (rank_function): Likewise.
3690 (copy_type_recursive): Likewise.
3691 (add_dyn_prop): Likewise.
3692 * gnu-nat.c (make_proc): Likewise.
3693 (make_inf): Likewise.
3694 (gnu_write_inferior): Likewise.
3695 * gnu-v3-abi.c (build_gdb_vtable_type): Likewise.
3696 (build_std_type_info_type): Likewise.
3697 * guile/scm-param.c (compute_enum_list): Likewise.
3698 * guile/scm-utils.c (gdbscm_parse_function_args): Likewise.
3699 * guile/scm-value.c (gdbscm_value_call): Likewise.
3700 * h8300-tdep.c (h8300_gdbarch_init): Likewise.
3701 * hppa-tdep.c (hppa_init_objfile_priv_data): Likewise.
3702 (read_unwind_info): Likewise.
3703 * ia64-tdep.c (ia64_gdbarch_init): Likewise.
3704 * infcall.c (dummy_frame_context_saver_setup): Likewise.
3705 (call_function_by_hand_dummy): Likewise.
3706 * infcmd.c (step_once): Likewise.
3707 (finish_forward): Likewise.
3708 (attach_command): Likewise.
3709 (notice_new_inferior): Likewise.
3710 * inferior.c (add_inferior_silent): Likewise.
3711 * infrun.c (add_displaced_stepping_state): Likewise.
3712 (save_infcall_control_state): Likewise.
3713 (save_inferior_ptid): Likewise.
3714 (_initialize_infrun): Likewise.
3715 * jit.c (bfd_open_from_target_memory): Likewise.
3716 (jit_gdbarch_data_init): Likewise.
3717 * language.c (add_language): Likewise.
3718 * linespec.c (decode_line_2): Likewise.
3719 * linux-nat.c (add_to_pid_list): Likewise.
3720 (add_initial_lwp): Likewise.
3721 * linux-thread-db.c (add_thread_db_info): Likewise.
3722 (record_thread): Likewise.
3723 (info_auto_load_libthread_db): Likewise.
3724 * m32c-tdep.c (m32c_gdbarch_init): Likewise.
3725 * m68hc11-tdep.c (m68hc11_gdbarch_init): Likewise.
3726 * m68k-tdep.c (m68k_gdbarch_init): Likewise.
3727 * m88k-tdep.c (m88k_analyze_prologue): Likewise.
3728 * macrocmd.c (macro_define_command): Likewise.
3729 * macroexp.c (gather_arguments): Likewise.
3730 * macroscope.c (sal_macro_scope): Likewise.
3731 * macrotab.c (new_macro_table): Likewise.
3732 * mdebugread.c (push_parse_stack): Likewise.
3733 (parse_partial_symbols): Likewise.
3734 (parse_symbol): Likewise.
3735 (psymtab_to_symtab_1): Likewise.
3736 (new_block): Likewise.
3737 (new_psymtab): Likewise.
3738 (mdebug_build_psymtabs): Likewise.
3739 (add_pending): Likewise.
3740 (elfmdebug_build_psymtabs): Likewise.
3741 * mep-tdep.c (mep_gdbarch_init): Likewise.
3742 * mi/mi-main.c (mi_execute_command): Likewise.
3743 * mi/mi-parse.c (mi_parse_argv): Likewise.
3744 * minidebug.c (lzma_open): Likewise.
3745 * minsyms.c (terminate_minimal_symbol_table): Likewise.
3746 * mips-linux-nat.c (mips_linux_insert_watchpoint): Likewise.
3747 * mips-tdep.c (mips_gdbarch_init): Likewise.
3748 * mn10300-tdep.c (mn10300_gdbarch_init): Likewise.
3749 * msp430-tdep.c (msp430_gdbarch_init): Likewise.
3750 * mt-tdep.c (mt_registers_info): Likewise.
3751 * nat/aarch64-linux.c (aarch64_linux_new_thread): Likewise.
3752 * nat/linux-btrace.c (linux_enable_bts): Likewise.
3753 (linux_enable_pt): Likewise.
3754 * nat/linux-osdata.c (linux_xfer_osdata_processes): Likewise.
3755 (linux_xfer_osdata_processgroups): Likewise.
3756 * nios2-tdep.c (nios2_gdbarch_init): Likewise.
3757 * nto-procfs.c (procfs_meminfo): Likewise.
3758 * objc-lang.c (start_msglist): Likewise.
3759 (selectors_info): Likewise.
3760 (classes_info): Likewise.
3761 (find_methods): Likewise.
3762 * objfiles.c (allocate_objfile): Likewise.
3763 (update_section_map): Likewise.
3764 * osabi.c (gdbarch_register_osabi): Likewise.
3765 (gdbarch_register_osabi_sniffer): Likewise.
3766 * parse.c (start_arglist): Likewise.
3767 * ppc-linux-nat.c (hwdebug_find_thread_points_by_tid): Likewise.
3768 (hwdebug_insert_point): Likewise.
3769 * printcmd.c (display_command): Likewise.
3770 (ui_printf): Likewise.
3771 * procfs.c (create_procinfo): Likewise.
3772 (load_syscalls): Likewise.
3773 (proc_get_LDT_entry): Likewise.
3774 (proc_update_threads): Likewise.
3775 * prologue-value.c (make_pv_area): Likewise.
3776 (pv_area_store): Likewise.
3777 * psymtab.c (extend_psymbol_list): Likewise.
3778 (init_psymbol_list): Likewise.
3779 (allocate_psymtab): Likewise.
3780 * python/py-inferior.c (add_thread_object): Likewise.
3781 * python/py-param.c (compute_enum_values): Likewise.
3782 * python/py-value.c (valpy_call): Likewise.
3783 * python/py-varobj.c (py_varobj_iter_next): Likewise.
3784 * python/python.c (ensure_python_env): Likewise.
3785 * record-btrace.c (record_btrace_start_replaying): Likewise.
3786 * record-full.c (record_full_reg_alloc): Likewise.
3787 (record_full_mem_alloc): Likewise.
3788 (record_full_end_alloc): Likewise.
3789 (record_full_core_xfer_partial): Likewise.
3790 * regcache.c (get_thread_arch_aspace_regcache): Likewise.
3791 * remote-fileio.c (remote_fileio_init_fd_map): Likewise.
3792 * remote-notif.c (remote_notif_state_allocate): Likewise.
3793 * remote.c (demand_private_info): Likewise.
3794 (remote_notif_stop_alloc_reply): Likewise.
3795 (remote_enable_btrace): Likewise.
3796 * reverse.c (save_bookmark_command): Likewise.
3797 * rl78-tdep.c (rl78_gdbarch_init): Likewise.
3798 * rx-tdep.c (rx_gdbarch_init): Likewise.
3799 * s390-linux-nat.c (s390_insert_watchpoint): Likewise.
3800 * ser-go32.c (dos_get_tty_state): Likewise.
3801 (dos_copy_tty_state): Likewise.
3802 * ser-mingw.c (ser_windows_open): Likewise.
3803 (ser_console_wait_handle): Likewise.
3804 (ser_console_get_tty_state): Likewise.
3805 (make_pipe_state): Likewise.
3806 (net_windows_open): Likewise.
3807 * ser-unix.c (hardwire_get_tty_state): Likewise.
3808 (hardwire_copy_tty_state): Likewise.
3809 * solib-aix.c (solib_aix_new_lm_info): Likewise.
3810 * solib-dsbt.c (dsbt_current_sos): Likewise.
3811 (dsbt_relocate_main_executable): Likewise.
3812 * solib-frv.c (frv_current_sos): Likewise.
3813 (frv_relocate_main_executable): Likewise.
3814 * solib-spu.c (spu_bfd_fopen): Likewise.
3815 * solib-svr4.c (lm_info_read): Likewise.
3816 (svr4_copy_library_list): Likewise.
3817 (svr4_default_sos): Likewise.
3818 * source.c (find_source_lines): Likewise.
3819 (line_info): Likewise.
3820 (add_substitute_path_rule): Likewise.
3821 * spu-linux-nat.c (spu_bfd_open): Likewise.
3822 * spu-tdep.c (info_spu_dma_cmdlist): Likewise.
3823 * stabsread.c (dbx_lookup_type): Likewise.
3824 (read_type): Likewise.
3825 (read_member_functions): Likewise.
3826 (read_struct_fields): Likewise.
3827 (read_baseclasses): Likewise.
3828 (read_args): Likewise.
3829 (_initialize_stabsread): Likewise.
3830 * stack.c (func_command): Likewise.
3831 * stap-probe.c (handle_stap_probe): Likewise.
3832 * symfile.c (addrs_section_sort): Likewise.
3833 (addr_info_make_relative): Likewise.
3834 (load_section_callback): Likewise.
3835 (add_symbol_file_command): Likewise.
3836 (init_filename_language_table): Likewise.
3837 * symtab.c (create_filename_seen_cache): Likewise.
3838 (sort_search_symbols_remove_dups): Likewise.
3839 (search_symbols): Likewise.
3840 * target.c (make_cleanup_restore_target_terminal): Likewise.
3841 * thread.c (new_thread): Likewise.
3842 (enable_thread_stack_temporaries): Likewise.
3843 (make_cleanup_restore_current_thread): Likewise.
3844 (thread_apply_all_command): Likewise.
3845 * tic6x-tdep.c (tic6x_gdbarch_init): Likewise.
3846 * top.c (gdb_readline_wrapper): Likewise.
3847 * tracefile-tfile.c (tfile_trace_file_writer_new): Likewise.
3848 * tracepoint.c (trace_find_line_command): Likewise.
3849 (all_tracepoint_actions_and_cleanup): Likewise.
3850 (make_cleanup_restore_current_traceframe): Likewise.
3851 (get_uploaded_tp): Likewise.
3852 (get_uploaded_tsv): Likewise.
3853 * tui/tui-data.c (tui_alloc_generic_win_info): Likewise.
3854 (tui_alloc_win_info): Likewise.
3855 (tui_alloc_content): Likewise.
3856 (tui_add_content_elements): Likewise.
3857 * tui/tui-disasm.c (tui_find_disassembly_address): Likewise.
3858 (tui_set_disassem_content): Likewise.
3859 * ui-file.c (ui_file_new): Likewise.
3860 (stdio_file_new): Likewise.
3861 (tee_file_new): Likewise.
3862 * utils.c (make_cleanup_restore_integer): Likewise.
3863 (add_internal_problem_command): Likewise.
3864 * v850-tdep.c (v850_gdbarch_init): Likewise.
3865 * valops.c (find_oload_champ): Likewise.
3866 * value.c (allocate_value_lazy): Likewise.
3867 (record_latest_value): Likewise.
3868 (create_internalvar): Likewise.
3869 * varobj.c (install_variable): Likewise.
3870 (new_variable): Likewise.
3871 (new_root_variable): Likewise.
3872 (cppush): Likewise.
3873 (_initialize_varobj): Likewise.
3874 * windows-nat.c (windows_make_so): Likewise.
3875 * x86-nat.c (x86_add_process): Likewise.
3876 * xcoffread.c (arrange_linetable): Likewise.
3877 (allocate_include_entry): Likewise.
3878 (process_linenos): Likewise.
3879 (SYMBOL_DUP): Likewise.
3880 (xcoff_start_psymtab): Likewise.
3881 (xcoff_end_psymtab): Likewise.
3882 * xml-support.c (gdb_xml_parse_attr_ulongest): Likewise.
3883 * xtensa-tdep.c (xtensa_register_type): Likewise.
3884 * gdbarch.c: Regenerate.
3885 * gdbarch.h: Regenerate.
3886
3887 2015-08-25 Don Breazeal <donb@codesourcery.com>
3888
3889 * infrun.c (follow_exec): Re-order operations for
3890 handling follow-exec-mode "new".
3891 (handle_inferior_event_1): Assign ecs->event_thread
3892 to the current thread.
3893 * remote.c (get_remote_arch_state): Add an assertion.
3894
3895 2015-08-26 Pedro Alves <palves@redhat.com>
3896
3897 * MAINTAINERS: Add Markus Metzger as btrace maintainer.
3898
3899 2015-08-25 Pedro Alves <palves@redhat.com>
3900
3901 PR gdb/18804
3902 * defs.h (maybe_quit): Declare.
3903 (QUIT): Now calls maybe_quit.
3904 * event-loop.c (clear_async_signal_handler)
3905 (async_signal_handler_is_marked): New functions.
3906 * event-loop.h (async_signal_handler_is_marked)
3907 (clear_async_signal_handler): New declarations.
3908 * remote.c (remote_check_pending_interrupt): New function.
3909 (interrupt_query): Use make_cleanup_restore_target_terminal. No
3910 longer check whether the target is async. If waiting for a stop
3911 reply, and a Ctrl-C as been sent to the target, offer to
3912 disconnect, and throw TARGET_CLOSE_ERROR instead of a quit.
3913 Otherwise do not disconnect and throw a quit.
3914 (_initialize_remote): Install remote_check_pending_interrupt as
3915 to_check_pending_interrupt.
3916 * target.c (target_check_pending_interrupt): New function.
3917 * target.h (struct target_ops) <to_check_pending_interrupt>: New
3918 field.
3919 (target_check_pending_interrupt): New declaration.
3920 * utils.c (maybe_quit): New function.
3921 * target-delegates.c: Regenerate.
3922
3923 2015-08-25 Yao Qi <yao.qi@linaro.org>
3924
3925 * nat/aarch64-linux-hw-point.c (debug_reg_change_callback):
3926 Rename local variable pid to tid, and get lwpid of lwp. Update
3927 debug output.
3928
3929 2015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
3930
3931 * ada-lang.c (ada_read_var_value): Add a var_block argument
3932 and pass it to default_read_var_value.
3933 * block.c (block_static_link): New accessor.
3934 * block.h (block_static_link): Declare it.
3935 * buildsym.c (finish_block_internal): Add a static_link
3936 argument. If there is a static link, associate it to the new
3937 block.
3938 (finish_block): Add a static link argument and pass it to
3939 finish_block_internal.
3940 (end_symtab_get_static_block): Update calls to finish_block and
3941 to finish_block_internal.
3942 (end_symtab_with_blockvector): Update call to
3943 finish_block_internal.
3944 * buildsym.h: Forward-declare struct dynamic_prop.
3945 (struct context_stack): Add a static_link field.
3946 (finish_block): Add a static link argument.
3947 * c-exp.y: Remove an obsolete comment (evaluation of variables
3948 already start from the selected frame, and now they climb *up*
3949 the call stack) and propagate the block information to the
3950 produced expression.
3951 * d-exp.y: Likewise.
3952 * f-exp.y: Likewise.
3953 * go-exp.y: Likewise.
3954 * jv-exp.y: Likewise.
3955 * m2-exp.y: Likewise.
3956 * p-exp.y: Likewise.
3957 * coffread.c (coff_symtab_read): Update calls to finish_block.
3958 * dbxread.c (process_one_symbol): Likewise.
3959 * xcoffread.c (read_xcoff_symtab): Likewise.
3960 * compile/compile-c-symbols.c (convert_one_symbol): Promote the
3961 "sym" parameter to struct block_symbol, update its uses and pass
3962 its block to calls to read_var_value.
3963 (convert_symbol_sym): Update the calls to convert_one_symbol.
3964 * compile/compile-loc2c.c (do_compile_dwarf_expr_to_c): Update
3965 call to read_var_value.
3966 * dwarf2loc.c (block_op_get_frame_base): New.
3967 (dwarf2_block_frame_base_locexpr_funcs): Implement the
3968 get_frame_base method.
3969 (dwarf2_block_frame_base_loclist_funcs): Likewise.
3970 (dwarf2locexpr_baton_eval): Add a frame argument and use it
3971 instead of the selected frame in order to evaluate the
3972 expression.
3973 (dwarf2_evaluate_property): Add a frame argument. Update call
3974 to dwarf2_locexpr_baton_eval to provide a frame in available and
3975 to handle the absence of address stack.
3976 * dwarf2loc.h (dwarf2_evaluate_property): Add a frame argument.
3977 * dwarf2read.c (attr_to_dynamic_prop): Add a forward
3978 declaration.
3979 (read_func_scope): Record any available static link description.
3980 Update call to finish_block.
3981 (read_lexical_block_scope): Update call to finish_block.
3982 * findvar.c (follow_static_link): New.
3983 (get_hosting_frame): New.
3984 (default_read_var_value): Add a var_block argument. Use
3985 get_hosting_frame to handle non-local references.
3986 (read_var_value): Add a var_block argument and pass it to the
3987 LA_READ_VAR_VALUE method.
3988 * gdbtypes.c (resolve_dynamic_range): Update calls to
3989 dwarf2_evaluate_property.
3990 (resolve_dynamic_type_internal): Likewise.
3991 * guile/scm-frame.c (gdbscm_frame_read_var): Update call to
3992 read_var_value, passing it the block coming from symbol lookup.
3993 * guile/scm-symbol.c (gdbscm_symbol_value): Update call to
3994 read_var_value (TODO).
3995 * infcmd.c (finish_command_continuation): Update call to
3996 read_var_value, passing it the block coming from symbol lookup.
3997 * infrun.c (insert_exception_resume_breakpoint): Likewise.
3998 * language.h (struct language_defn): Add a var_block argument to
3999 the LA_READ_VAR_VALUE method.
4000 * objfiles.c (struct static_link_htab_entry): New.
4001 (static_link_htab_entry_hash): New.
4002 (static_link_htab_entry_eq): New.
4003 (objfile_register_static_link): New.
4004 (objfile_lookup_static_link): New.
4005 (free_objfile): Free the STATIC_LINKS hashed map if needed.
4006 * objfiles.h: Include hashtab.h.
4007 (struct objfile): Add a static_links field.
4008 (objfile_register_static_link): New.
4009 (objfile_lookup_static_link): New.
4010 * printcmd.c (print_variable_and_value): Update call to
4011 read_var_value.
4012 * python/py-finishbreakpoint.c (bpfinishpy_init): Likewise.
4013 * python/py-frame.c (frapy_read_var): Update call to
4014 read_var_value, passing it the block coming from symbol lookup.
4015 * python/py-framefilter.c (extract_sym): Add a sym_block
4016 parameter and set the pointed value to NULL (TODO).
4017 (enumerate_args): Update call to extract_sym.
4018 (enumerate_locals): Update calls to extract_sym and to
4019 read_var_value.
4020 * python/py-symbol.c (sympy_value): Update call to
4021 read_var_value (TODO).
4022 * stack.c (read_frame_local): Update call to read_var_value.
4023 (read_frame_arg): Likewise.
4024 (return_command): Likewise.
4025 * symtab.h (struct symbol_block_ops): Add a get_frame_base
4026 method.
4027 (struct symbol): Add a block field.
4028 (SYMBOL_BLOCK): New accessor.
4029 * valops.c (value_of_variable): Remove frame/block handling and
4030 pass the block argument to read_var_value, which does this job
4031 now.
4032 (value_struct_elt_for_reference): Update calls to
4033 read_var_value.
4034 (value_of_this): Pass the block found to read_var_value.
4035 * value.h (read_var_value): Add a var_block argument.
4036 (default_read_var_value): Likewise.
4037
4038 2015-08-25 Yao Qi <yao.qi@linaro.org>
4039
4040 * aarch64-linux-nat.c (aarch64_linux_new_thread): Move it to ...
4041 * nat/aarch64-linux.c (aarch64_linux_new_thread): ... here.
4042 * nat/aarch64-linux.h (aarch64_linux_new_thread): Declare.
4043
4044 2015-08-25 Yao Qi <yao.qi@linaro.org>
4045
4046 * Makefile.in (aarch64-liunx.o): New rule.
4047 (HFILES_NO_SRCDIR): Add aarch64-linux.h.
4048 * config/aarch64/linux.mh (NAT_FILE): Add aarch64-linux.o.
4049 * aarch64-linux-nat.c: Include nat/aarch64-linux.h.
4050 * aarch64-linux-nat.c (aarch64_get_debug_reg_state): Make it
4051 extern.
4052 (aarch64_linux_prepare_to_resume): Move it nat/aarch64-linux.c.
4053 * nat/aarch64-linux-hw-point.h (aarch64_debug_reg_state): Declare
4054 * nat/aarch64-linux.c: New file.
4055 * nat/aarch64-linux.h: New file.
4056
4057 2015-08-25 Yao Qi <yao.qi@linaro.org>
4058
4059 * aarch64-linux-nat.c (aarch64_linux_prepare_to_resume): Use
4060 lwp_arch_private_info and ptid_of_lwp.
4061
4062 2015-08-25 Yao Qi <yao.qi@linaro.org>
4063
4064 * aarch64-linux-nat.c (struct arch64_dr_update_callback_param):
4065 Move it to nat/aarch64-linux-hw-point.c.
4066 (debug_reg_change_callback): Likewise.
4067 (aarch64_notify_debug_reg_change): :Likewise.
4068 * nat/aarch64-linux-hw-point.c: Include nat/linux-nat.h.
4069 (aarch64_dr_update_callback_param): New.
4070 (debug_reg_change_callback): New function.
4071 (aarch64_notify_debug_reg_change): Likewise.
4072 * nat/aarch64-linux-hw-point.h (aarch64_notify_debug_reg_change):
4073 Remove the declaration.
4074
4075 2015-08-25 Yao Qi <yao.qi@linaro.org>
4076
4077 * aarch64-linux-nat.c (aarch64_notify_debug_reg_change):
4078 Call current_lwp_ptid.
4079
4080 2015-08-25 Yao Qi <yao.qi@linaro.org>
4081
4082 * aarch64-linux-nat.c (debug_reg_change_callback): Use
4083 debug_printf.
4084
4085 2015-08-25 Yao Qi <yao.qi@linaro.org>
4086
4087 * aarch64-linux-nat.c (debug_reg_change_callback): Call
4088 ptid_get_pid rather than ptid_get_lwp.
4089
4090 2015-08-24 Pedro Alves <palves@redhat.com>
4091
4092 * NEWS (New commands): Mention set/show remote
4093 multiprocess-extensions-packet.
4094 * remote.c (remote_query_supported): Only tell the server to use
4095 the multiprocess extensions if the user hasn't force-disabled them
4096 with "set remote multiprocess-extensions-packet off".
4097
4098 2015-08-24 Pedro Alves <palves@redhat.com>
4099
4100 * gnulib/update-gnulib.sh (GNULIB_COMMIT_SHA1): Set to
4101 1029a8112290f6eee9d7878a391c49db42c999bd.
4102 * gnulib/configure, gnulib/config.in, gnulib/aclocal.m4:
4103 Regenerate.
4104 * gnulib/import/Makefile.am: Update.
4105 * gnulib/import/Makefile.in: Update.
4106 * gnulib/import/alloca.in.h: Update.
4107 * gnulib/import/basename-lgpl.c: Update.
4108 * gnulib/import/canonicalize-lgpl.c: Update.
4109 * gnulib/import/config.charset: Update.
4110 * gnulib/import/dirent.in.h: Update.
4111 * gnulib/import/dirfd.c: Update.
4112 * gnulib/import/dirname-lgpl.c: Update.
4113 * gnulib/import/dirname.h: Update.
4114 * gnulib/import/dosname.h: Update.
4115 * gnulib/import/errno.in.h: Update.
4116 * gnulib/import/extra/snippet/arg-nonnull.h: Update.
4117 * gnulib/import/extra/snippet/c++defs.h: Update.
4118 * gnulib/import/extra/snippet/warn-on-use.h: Update.
4119 * gnulib/import/extra/update-copyright: Update.
4120 * gnulib/import/float+.h: Update.
4121 * gnulib/import/float.c: Update.
4122 * gnulib/import/float.in.h: Update.
4123 * gnulib/import/fnmatch.c: Update.
4124 * gnulib/import/fnmatch.in.h: Update.
4125 * gnulib/import/fnmatch_loop.c: Update.
4126 * gnulib/import/fpucw.h: Update.
4127 * gnulib/import/frexp.c: Update.
4128 * gnulib/import/frexpl.c: Update.
4129 * gnulib/import/gettimeofday.c: Update.
4130 * gnulib/import/inttypes.in.h: Update.
4131 * gnulib/import/isnan.c: Update.
4132 * gnulib/import/isnand-nolibm.h: Update.
4133 * gnulib/import/isnand.c: Update.
4134 * gnulib/import/isnanl-nolibm.h: Update.
4135 * gnulib/import/isnanl.c: Update.
4136 * gnulib/import/itold.c: Update.
4137 * gnulib/import/localcharset.c: Update.
4138 * gnulib/import/localcharset.h: Update.
4139 * gnulib/import/lstat.c: Update.
4140 * gnulib/import/m4/00gnulib.m4: Update.
4141 * gnulib/import/m4/absolute-header.m4: Update.
4142 * gnulib/import/m4/alloca.m4: Update.
4143 * gnulib/import/m4/canonicalize.m4: Update.
4144 * gnulib/import/m4/codeset.m4: Update.
4145 * gnulib/import/m4/configmake.m4: Update.
4146 * gnulib/import/m4/dirent_h.m4: Update.
4147 * gnulib/import/m4/dirfd.m4: Update.
4148 * gnulib/import/m4/dirname.m4: Update.
4149 * gnulib/import/m4/double-slash-root.m4: Update.
4150 * gnulib/import/m4/eealloc.m4: Update.
4151 * gnulib/import/m4/errno_h.m4: Update.
4152 * gnulib/import/m4/exponentd.m4: Update.
4153 * gnulib/import/m4/exponentl.m4: Update.
4154 * gnulib/import/m4/extensions.m4: Update.
4155 * gnulib/import/m4/extern-inline.m4: Update.
4156 * gnulib/import/m4/fcntl-o.m4: Update.
4157 * gnulib/import/m4/float_h.m4: Update.
4158 * gnulib/import/m4/fnmatch.m4: Update.
4159 * gnulib/import/m4/fpieee.m4: Update.
4160 * gnulib/import/m4/frexp.m4: Update.
4161 * gnulib/import/m4/frexpl.m4: Update.
4162 * gnulib/import/m4/gettimeofday.m4: Update.
4163 * gnulib/import/m4/glibc21.m4: Update.
4164 * gnulib/import/m4/gnulib-cache.m4: Update.
4165 * gnulib/import/m4/gnulib-common.m4: Update.
4166 * gnulib/import/m4/gnulib-comp.m4: Update.
4167 * gnulib/import/m4/gnulib-tool.m4: Update.
4168 * gnulib/import/m4/include_next.m4: Update.
4169 * gnulib/import/m4/inttypes-pri.m4: Update.
4170 * gnulib/import/m4/inttypes.m4: Update.
4171 * gnulib/import/m4/isnand.m4: Update.
4172 * gnulib/import/m4/isnanl.m4: Update.
4173 * gnulib/import/m4/largefile.m4: Update.
4174 * gnulib/import/m4/localcharset.m4: Update.
4175 * gnulib/import/m4/locale-fr.m4: Update.
4176 * gnulib/import/m4/locale-ja.m4: Update.
4177 * gnulib/import/m4/locale-zh.m4: Update.
4178 * gnulib/import/m4/longlong.m4: Update.
4179 * gnulib/import/m4/lstat.m4: Update.
4180 * gnulib/import/m4/malloc.m4: Update.
4181 * gnulib/import/m4/malloca.m4: Update.
4182 * gnulib/import/m4/math_h.m4: Update.
4183 * gnulib/import/m4/mbrtowc.m4: Update.
4184 * gnulib/import/m4/mbsinit.m4: Update.
4185 * gnulib/import/m4/mbsrtowcs.m4: Update.
4186 * gnulib/import/m4/mbstate_t.m4: Update.
4187 * gnulib/import/m4/memchr.m4: Update.
4188 * gnulib/import/m4/memmem.m4: Update.
4189 * gnulib/import/m4/mmap-anon.m4: Update.
4190 * gnulib/import/m4/multiarch.m4: Update.
4191 * gnulib/import/m4/nocrash.m4: Update.
4192 * gnulib/import/m4/off_t.m4: Update.
4193 * gnulib/import/m4/pathmax.m4: Update.
4194 * gnulib/import/m4/readlink.m4: Update.
4195 * gnulib/import/m4/rename.m4: Update.
4196 * gnulib/import/m4/rmdir.m4: Update.
4197 * gnulib/import/m4/ssize_t.m4: Update.
4198 * gnulib/import/m4/stat.m4: Update.
4199 * gnulib/import/m4/stdbool.m4: Update.
4200 * gnulib/import/m4/stddef_h.m4: Update.
4201 * gnulib/import/m4/stdint.m4: Update.
4202 * gnulib/import/m4/stdio_h.m4: Update.
4203 * gnulib/import/m4/stdlib_h.m4: Update.
4204 * gnulib/import/m4/string_h.m4: Update.
4205 * gnulib/import/m4/strstr.m4: Update.
4206 * gnulib/import/m4/strtok_r.m4: Update.
4207 * gnulib/import/m4/sys_socket_h.m4: Update.
4208 * gnulib/import/m4/sys_stat_h.m4: Update.
4209 * gnulib/import/m4/sys_time_h.m4: Update.
4210 * gnulib/import/m4/sys_types_h.m4: Update.
4211 * gnulib/import/m4/time_h.m4: Update.
4212 * gnulib/import/m4/unistd_h.m4: Update.
4213 * gnulib/import/m4/warn-on-use.m4: Update.
4214 * gnulib/import/m4/wchar_h.m4: Update.
4215 * gnulib/import/m4/wchar_t.m4: Update.
4216 * gnulib/import/m4/wctype_h.m4: Update.
4217 * gnulib/import/m4/wint_t.m4: Update.
4218 * gnulib/import/malloc.c: Update.
4219 * gnulib/import/malloca.c: Update.
4220 * gnulib/import/malloca.h: Update.
4221 * gnulib/import/math.in.h: Update.
4222 * gnulib/import/mbrtowc.c: Update.
4223 * gnulib/import/mbsinit.c: Update.
4224 * gnulib/import/mbsrtowcs-impl.h: Update.
4225 * gnulib/import/mbsrtowcs-state.c: Update.
4226 * gnulib/import/mbsrtowcs.c: Update.
4227 * gnulib/import/memchr.c: Update.
4228 * gnulib/import/memmem.c: Update.
4229 * gnulib/import/pathmax.h: Update.
4230 * gnulib/import/readlink.c: Update.
4231 * gnulib/import/ref-add.sin: Update.
4232 * gnulib/import/ref-del.sin: Update.
4233 * gnulib/import/rename.c: Update.
4234 * gnulib/import/rmdir.c: Update.
4235 * gnulib/import/same-inode.h: Update.
4236 * gnulib/import/stat.c: Update.
4237 * gnulib/import/stdbool.in.h: Update.
4238 * gnulib/import/stddef.in.h: Update.
4239 * gnulib/import/stdint.in.h: Update.
4240 * gnulib/import/stdio.c: Update.
4241 * gnulib/import/stdio.in.h: Update.
4242 * gnulib/import/stdlib.in.h: Update.
4243 * gnulib/import/str-two-way.h: Update.
4244 * gnulib/import/streq.h: Update.
4245 * gnulib/import/string.in.h: Update.
4246 * gnulib/import/stripslash.c: Update.
4247 * gnulib/import/strnlen1.c: Update.
4248 * gnulib/import/strnlen1.h: Update.
4249 * gnulib/import/strstr.c: Update.
4250 * gnulib/import/strtok_r.c: Update.
4251 * gnulib/import/sys_stat.in.h: Update.
4252 * gnulib/import/sys_time.in.h: Update.
4253 * gnulib/import/sys_types.in.h: Update.
4254 * gnulib/import/time.in.h: Update.
4255 * gnulib/import/unistd.in.h: Update.
4256 * gnulib/import/verify.h: Update.
4257 * gnulib/import/wchar.in.h: Update.
4258 * gnulib/import/wctype.in.h: Update.
4259 * gnulib/import/gettimeofday.c: New file.
4260 * gnulib/import/m4/absolute-header.m4: New file.
4261 * gnulib/import/m4/gettimeofday.m4: New file.
4262 * gnulib/import/m4/sys_socket_h.m4: New file.
4263 * gnulib/import/m4/sys_time_h.m4: New file.
4264 * gnulib/import/stdio.c: Delete file.
4265 * gnulib/import/sys_time.in.h: New file.
4266
4267 2015-08-24 Pedro Alves <palves@redhat.com>
4268
4269 * Makefile.in (HFILES_NO_SRCDIR): Add common/gdb_sys_time.h.
4270 * common/gdb_sys_time.h: New file.
4271 * event-loop.c: Include gdb_sys_time.h instead of sys/time.h.
4272 * gdb_select.h: Likewise.
4273 * gdb_usleep.c: Likewise.
4274 * maint.c: Likewise.
4275 * mi/mi-main.c: Likewise.
4276 * mi/mi-parse.h: Likewise.
4277 * remote-fileio.c: Likewise.
4278 * remote-m32r-sdi.c: Likewise.
4279 * remote.c: Likewise.
4280 * ser-base.c: Likewise.
4281 * ser-pipe.c: Likewise.
4282 * ser-tcp.c: Likewise.
4283 * ser-unix.c: Likewise.
4284 * symfile.c: Likewise.
4285 * symfile.c: Likewise. Rename OSIZE to SIZE throughout.
4286 * target-memory.c: Include gdb_sys_time.h instead of sys/time.h.
4287 * utils.c: Likewise.
4288
4289 2015-08-24 Pedro Alves <palves@redhat.com>
4290
4291 * NEWS: Mention removed support for the various ROM monitors.
4292 * Makefile.in (ALL_TARGET_OBS): Remove dbug-rom.o, dink32-rom.o,
4293 ppcbug-rom.o, m32r-rom.o, dsrec.o and monitor.o from gdb_target_obs.
4294 * configure.tgt (h8300-*-*): Remove monitor.o and m32r-rom.o from
4295 gdb_target_obs.
4296 (m68*-*-*): Remove monitor.o dbug-rom.o and dsrec.o from
4297 gdb_target_obs.
4298 (microblaze*-linux-*): Remove microblaze-rom.o, monitor.o and
4299 dsrec.o from gdb_target_obs.
4300 (microblaze*-*-*): Remove microblaze-rom.o, monitor.o and dsrec.o
4301 from gdb_target_obs.
4302 (powerpc-*-lynx*178): Remove monitor.o and dsrec.o from
4303 gdb_target_obs.
4304 (powerpc*-*-*): Remove monitor.o, dsrec.o, ppcbug-rom.o and
4305 dink32-rom.o from gdb_target_obs.
4306 (sh*-*-linux*): Remove monitor.o and dsrec.o from gdb_target_obs.
4307 (sh*): Remove monitor.o and dsrec.o from gdb_target_obs.
4308 * dbug-rom.c, dink32-rom.c, dsrec.c, m32r-rom.c, microblaze-rom.c,
4309 monitor.c, monitor.h, ppcbug-rom.c, srec.h: Delete files.
4310
4311 2015-08-21 Pedro Alves <palves@redhat.com>
4312
4313 * frame.c (null_frame_id): Explicitly zero-initialize.
4314
4315 2015-08-21 Tom Tromey <tromey@redhat.com>
4316
4317 * dwarf2read.c (struct dwarf2_section_info): Rename field
4318 'asection' to 'section'.
4319 (dwarf2_has_info, get_section_bfd_owner, get_section_bfd_section)
4320 (dwarf2_locate_sections, dwarf2_locate_sections)
4321 (locate_dwz_sections, locate_v1_virtual_dwo_sections)
4322 (dwarf2_locate_dwo_sections, dwarf2_locate_dwo_sections)
4323 (dwarf2_locate_v2_dwp_sections): Adjust.
4324
4325 2015-08-21 Patrick Palka <patrick@parcs.ath.cx>
4326
4327 * top.h (gdb_in_secondary_prompt_p): Declare.
4328 * top.c (gdb_secondary_prompt_depth): Define.
4329 (gdb_in_secondary_prompt_p): Define.
4330 (gdb_readline_wrapper_cleanup): Decrement
4331 gdb_secondary_prompt_depth.
4332 (gdb_readline_wrapper): Increment gdb_secondary_prompt_depth.
4333 * tui/tui-io.c (tui_getc): Don't clear the prompt line if we
4334 are in a secondary prompt.
4335
4336 2015-08-21 Patrick Palka <patrick@parcs.ath.cx>
4337
4338 * tui/tui-io.c (tui_getc): Use tui_putc instead of waddch to
4339 emit the newline.
4340
4341 2015-08-21 Gary Benson <gbenson@redhat.com>
4342
4343 * gdb_bfd.c (gdb_bfd_iovec_fileio_pread): Add QUIT call.
4344
4345 2015-08-21 Gary Benson <gbenson@redhat.com>
4346
4347 * target.h (struct target_ops) <to_fileio_open>: New argument
4348 warn_if_slow. Update comment. All implementations updated.
4349 (target_fileio_open_warn_if_slow): New declaration.
4350 * target.c (target_fileio_open): Renamed as...
4351 (target_fileio_open_1): ...this. New argument warn_if_slow.
4352 Pass warn_if_slow to implementation. Update debug printing.
4353 (target_fileio_open): New function.
4354 (target_fileio_open_warn_if_slow): Likewise.
4355 * gdb_bfd.c (gdb_bfd_iovec_fileio_open): Use new function
4356 target_fileio_open_warn_if_slow.
4357
4358 2015-08-21 Gary Benson <gbenson@redhat.com>
4359
4360 * nat/linux-namespaces.c (linux_mntns_access_fs):
4361 Do not overwrite old_chain.
4362
4363 2015-08-20 Max Filippov <jcmvbkbc@gmail.com>
4364
4365 * arch/xtensa.h: New file.
4366 * xtensa-linux-nat.c (gdb_proc_service.h): New #include.
4367 (ps_get_thread_area): New function.
4368 * xtensa-linux-tdep.c (xtensa_linux_init_abi): Add call to
4369 set_gdbarch_fetch_tls_load_module_address to enable TLS support.
4370 * xtensa-tdep.c (osabi.h): New #include.
4371 (xtensa_gdbarch_init): Call gdbarch_init_osabi to register
4372 xtensa-specific hooks.
4373 * xtensa-tdep.h (struct xtensa_elf_gregset_t): Add threadptr
4374 member and move the structure to arch/xtensa.h.
4375
4376 2015-08-21 Pedro Alves <palves@redhat.com>
4377
4378 * remote.c (struct readahead_cache): New.
4379 (struct remote_state) <readahead_cache>: New field.
4380 (remote_open_1): Invalidate the cache.
4381 (readahead_cache_invalidate, readahead_cache_invalidate_fd): New
4382 functions.
4383 (remote_hostio_pwrite): Invalidate the readahead cache.
4384 (remote_hostio_pread): Rename to ...
4385 (remote_hostio_pread_vFile): ... this.
4386 (remote_hostio_pread_from_cache): New function.
4387 (remote_hostio_pread): Reimplement.
4388 (remote_hostio_close): Invalidate the readahead cache.
4389
4390 2015-08-21 Marcin Cieślak <saper@saper.info> (tiny patch)
4391
4392 PR build/18843
4393 * procfs.c: Include "filestuff.h".
4394
4395 2015-08-21 Patrick Palka <patrick@parcs.ath.cx>
4396
4397 * tui/tui-data.h (tui_command_info): Remove fields cur_line and
4398 curch.
4399 * tui/tui-data.c (tui_clear_win_detail) [CMD_WIN]: Don't set
4400 cur_line or curch, instead call wmove().
4401 (init_win_info) [CMD_WIN]: Likewise.
4402 * tui/tui-io.c (tui_puts): Likewise. Don't read cur_line,
4403 instead call getcury().
4404 (tui_redisplay_readline): Don't set cur_line or curch.
4405 (tui_mld_erase_entire_line): Don't read cur_line, instead call
4406 getcury().
4407 (tui_cont_sig): Remove call to wmove.
4408 (tui_getc): Don't read cur_line or curch, instead call getcury()
4409 or getyx(). Don't set curch.
4410 * tui/tui-win.c (make_visible_with_new_height) [CMD_WIN]: Don't
4411 set cur_line or curch. Always move cursor to (0,0).
4412
4413 2015-08-20 Pedro Alves <palves@redhat.com>
4414
4415 * infrun.c (print_target_wait_results): Make extern.
4416 * infrun.h (print_target_wait_results): Declare.
4417 * remote.c (set_stop_requested_callback): Delete.
4418 (process_initial_stop_replies): New function.
4419 (remote_start_remote): Use it.
4420 (stop_reply_queue_length): New function.
4421
4422 2015-08-20 Pedro Alves <palves@redhat.com>
4423
4424 * dwarf2read.c (process_full_comp_unit): To tell whether
4425 start_subfile managed to deduce a language, test for
4426 language_unknown instead of language_c.
4427
4428 2015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
4429
4430 * ada-lex.l: Reset the start condition to INITIAL in the rule that
4431 matches attributes.
4432
4433 2015-08-19 Kevin Buettner <kevinb@redhat.com>
4434
4435 * dwarf2read.c (dwarf2_string_attr): New function.
4436 (lookup_dwo_unit, process_psymtab_comp_unit_reader)
4437 (dwarf2_compute_name, dwarf2_physname, find_file_and_directory)
4438 (read_call_site_scope, namespace_name, guess_full_die_structure_name)
4439 (anonymous_struct_prefix, prepare_one_comp_unit): Use
4440 dwarf2_string_attr in place of dwarf2_attr and DW_STRING.
4441
4442 2015-08-18 Doug Evans <dje@google.com>
4443 Adrian Sendroiu <adrian.sendroiu@freescale.com>
4444
4445 PR mi/18833
4446 * cli/cli-logging.c (pop_output_files): Don't restore redirection
4447 if MI-like.
4448 * mi/mi-out.c: #include "vec.h".
4449 (ui_filep): New type.
4450 (DEV_VEC_P (ui_filep)): New type.
4451 (struct ui_out_data) <buffer, original_buffer>: Delete.
4452 (struct ui_out_data) <streams>: New member.
4453 (mi_ui_out_impl): Add data_destroy field.
4454 (mi_field_string, mi_field_fmt): Update.
4455 (mi_flush, mi_redirect, field_separator): Update.
4456 (mi_open, mi_close): Update.
4457 (mi_out_buffered, mi_out_rewind, mi_out_put): Update.
4458 (mi_out_data_ctor, mi_out_data_dtor): New functions.
4459 (mi_out_new): Call mi_out_data_ctor.
4460
4461 2015-08-18 Sandra Loosemore <sandra@codesourcery.com>
4462
4463 * remote.c (strprefix): New.
4464 (remote_parse_stop_reply): Use strprefix instead of strncmp
4465 to ensure exact match of keyword.
4466
4467 2015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>
4468
4469 * gdb_bfd.c (debug_bfd_cache): New variable.
4470 (show_bfd_cache_debug): New function.
4471 (gdb_bfd_open): Add debug logging.
4472 (gdb_bfd_ref): Likewise.
4473 (gdb_bfd_unref): Likewise.
4474 (_initialize_gdb_bfd): Add new set/show command.
4475 * NEWS: Mention new command.
4476
4477 2015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>
4478
4479 * gdb_bfd.c (bfd_sharing): New variable.
4480 (show_bfd_sharing): New function.
4481 (gdb_bfd_open): Check bfd_sharing variable.
4482 (_initialize_gdb_bfd): Add new set/show command.
4483 * NEWS: Mention new command.
4484
4485 2015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>
4486
4487 * gdb_bfd.c (struct gdb_bfd_data): Add size, inode, and device id
4488 field.
4489 (struct gdb_bfd_cache_search): Likewise.
4490 (eq_bfd): Compare the size, inode, and device id fields.
4491 (gdb_bfd_open): Initialise the size, inode, and device id fields.
4492 (gdb_bfd_ref): Likewise.
4493 (gdb_bfd_unref): Likewise.
4494
4495 2015-08-18 Pedro Alves <palves@redhat.com>
4496
4497 * linux-nat.c (linux_nat_always_non_stop_p): If the linux_ops
4498 target implements to_always_non_stop_p, call it.
4499 * x86-linux-nat.c (x86_linux_always_non_stop_p): New function.
4500 (x86_linux_create_target): Install it as to_always_non_stop_p
4501 method.
4502
4503 2015-08-17 Doug Evans <dje@google.com>
4504
4505 * ui-out.c (default_ui_out_impl): Add comment.
4506
4507 2015-08-17 Iain Buclaw <ibuclaw@gdcproject.org>
4508
4509 * d-exp.y (type_aggregate_p): New function.
4510 (PrimaryExpression : TypeExp '.' IdentifierExp): Use it.
4511 (classify_inner_name): Likewise.
4512 * d-namespace.c (d_lookup_nested_symbol): Handle TYPE_CODE_ENUM.
4513
4514 2015-08-15 Doug Evans <xdje42@gmail.com>
4515
4516 * psymtab.c (add_psymbol_to_bcache): Remove "val" arg. All callers
4517 updated.
4518 (add_psymbol_to_list): Ditto.
4519
4520 2015-08-15 Doug Evans <xdje42@gmail.com>
4521
4522 * dbxread.c (dbx_end_psymtab): Renamed from end_psymtab. All callers
4523 updated. Call end_psymtab_common.
4524 * dwarf2read.c (process_psymtab_comp_unit_reader): Call
4525 end_psymtab_common.
4526 (build_type_psymtabs_reader): Ditto.
4527 * psympriv.h (sort_pst_symbols): Delete.
4528 (end_psymtab_common): Declare.
4529 * psymtab.c (sort_pst_symbols): Make static.
4530 (end_psymtab_common): New function.
4531 * xcoffread.c (xcoff_end_psymtab): Call end_psymtab_common.
4532
4533 2015-08-15 Doug Evans <xdje42@gmail.com>
4534
4535 * defs.h (LANGUAGE_BITS): Define.
4536 * psympriv.h (partial_symbol) <domain>: Use SYMBOL_DOMAIN_BITS.
4537 (partial_symbol) <aclass>: Use SYMBOL_ACLASS_BITS.
4538 * symtab.h (general_symbol_info> <language>: Usage LANGUAGE_BITS.
4539 (minimal_symbol_type): Add nr_minsym_types.
4540 (MINSYM_TYPE_BITS): Define.
4541 (minimal_symbol) <type>: Use MINSYM_TYPE_BITS.
4542 (domain_enum_tag): Add NR_DOMAINS.
4543 (SYMBOL_DOMAIN_BITS): Change from 4 to 3.
4544 (SYMBOL_ACLASS_BITS): Define from 6 to 5.
4545
4546 2015-08-15 Doug Evans <xdje42@gmail.com>
4547
4548 * objfiles.h: Whitespace cleanup.
4549 * psympriv.h: Whitespace cleanup.
4550 * psymtab.c: Whitespace/coding convention cleanup.
4551
4552 2015-08-15 Patrick Palka <patrick@parcs.ath.cx>
4553
4554 * inferior.c (detach_inferior_command): Don't call
4555 any_thread_of_process when pid is 0.
4556 (kill_inferior_command): Likewise.
4557
4558 2015-08-14 Doug Evans <xdje42@gmail.com>
4559
4560 PR gdb/11833
4561 * NEWS: Document new /s modifier for the disassemble command.
4562 * cli/cli-cmds.c (disassemble_command): Add support for /s.
4563 (_initialize_cli_cmds): Update online docs of disassemble command.
4564 * disasm.c: #include "source.h".
4565 (struct deprecated_dis_line_entry): Renamed from dis_line_entry.
4566 All uses updated.
4567 (dis_line_entry): New struct.
4568 (hash_dis_line_entry, eq_dis_line_entry): New functions.
4569 (allocate_dis_line_table): New functions.
4570 (maybe_add_dis_line_entry, line_has_code_p): New functions.
4571 (dump_insns): New arg end_pc. All callers updated.
4572 (do_mixed_source_and_assembly_deprecated): Renamed from
4573 do_mixed_source_and_assembly. All callers updated.
4574 (do_mixed_source_and_assembly): New function.
4575 (gdb_disassembly): Handle /s (DISASSEMBLY_SOURCE).
4576 * disasm.h (DISASSEMBLY_SOURCE_DEPRECATED): Renamed from
4577 DISASSEMBLY_SOURCE. All uses updated.
4578 (DISASSEMBLY_SOURCE): New macro.
4579 * mi/mi-cmd-disas.c (mi_cmd_disassemble): New modes 4,5.
4580
4581 2015-08-14 Keith Seitz <keiths@redhat.com>
4582
4583 * d-exp.y (PrimaryExpression : TypeExp '.' IdentifierExp): Rename
4584 `typename' to `type_name' to avoid C++ reserved word.
4585
4586 2015-08-14 Keith Seitz <keiths@redhat.com>
4587
4588 * location.c (EL_TYPE, EL_LINESPEC, EL_PROBE, EL_ADDRESS)
4589 (EL_EXPLICIT, EL_STRING): Change macro parameter to "P" to
4590 silence ARI errors.
4591
4592 2015-08-14 Iain Buclaw <ibuclaw@gdcproject.org>
4593
4594 * d-exp.y (PrimaryExpression : TypeExp '.' IdentifierExp): Use
4595 xstrprintf instead of malloc and sprintf.
4596 (PrimaryExpression : IdentifierExp): Avoid operator at end of line.
4597 (lex_one_token): Likewise.
4598
4599 2015-08-14 Matthew Fortune <matthew.fortune@imgtec.com>
4600
4601 * solib-svr4.c (read_program_header): Add base_addr argument to
4602 report the runtime address of the segment.
4603 (find_program_interpreter): Update read_program_header call to pass
4604 a NULL pointer for the new argument.
4605 (scan_dyntag): Add ptr_addr argument to report the runtime address
4606 of the tag payload.
4607 (scan_dyntag_auxv): Likewise and use thew new base_addr argument of
4608 read_program_header to get the base address of the dynamic segment.
4609 (elf_locate_base): Update uses of scan_dyntag, scan_dyntag_auxv and
4610 read_program_header.
4611 (elf_locate_base): Scan for and handle DT_MIPS_RLD_MAP_REL.
4612
4613 2015-08-14 Matthew Fortune <matthew.fortune@imgtec.com>
4614
4615 * MAINTAINERS (Write After Approval): Add Matthew Fortune.
4616
4617 2015-08-13 Iain Buclaw <ibuclaw@gdcproject.org>
4618
4619 * d-exp.y (%union): Add voidval.
4620 (%token): Add UNKNOWN_NAME as a token to represent an unclassified
4621 name in the lexing stage.
4622 (PostfixExpression): Move symbol completion handling in grammar here
4623 from PrimaryExpression.
4624 (PrimaryExpression): Move routines to handle resolving identifier
4625 tokens in the grammar here from push_expression_name.
4626 (IdentifierExp): Remove the handling of alternating '.' and identifier
4627 tokens.
4628 (TypeExp): Allow TypeExp to be wrapped in parenthesis in the grammar.
4629 (BasicType): Remove C-style typename rules.
4630 (d_type_from_name, d_module_from_name, push_variable)
4631 (push_fieldnames, push_type_name, push_module_name)
4632 (push_expression_name): Remove.
4633 (lex_one_token): Rename from yylex. Replace pstate with par_state.
4634 (token_and_value): New type.
4635 (token_fifo, popping, name_obstack): New globals.
4636 (classify_name): New function.
4637 (classify_inner_name): Likewise.
4638 (yylex): Likewise.
4639 (d_parse): Initialize token_fifo, popping and name_obstack.
4640
4641 2015-08-13 Iain Buclaw <ibuclaw@gdcproject.org>
4642
4643 * Makefile.in (SFILES): Add d-namespace.c.
4644 (COMMON_OBS): Add d-namespace.o.
4645 * d-lang.c (d_language_defn): Use d_lookup_symbol_nonlocal as the
4646 la_lookup_symbol_nonlocal callback function pointer.
4647 * d-lang.h (d_lookup_symbol_nonlocal): New declaration.
4648 (d_lookup_nested_symbol): New declaration.
4649 * d-namespace.c: New file.
4650
4651 2015-08-13 Pedro Alves <palves@redhat.com>
4652
4653 * python/py-unwind.c (pyuw_sniffer): Install the invalidate
4654 cleanup after the decref cleanup, not before.
4655
4656 2015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
4657
4658 * ada-lang.c: Include namespace.h
4659 (aux_add_nonlocal_symbols): Fix a function name in comment.
4660 (ada_add_block_renamings): New.
4661 (add_nonlocal_symbols): Add global renamings handling.
4662 (ada_lookup_symbol_list_worker): Move the symbol lookup part
4663 to...
4664 (ada_add_all_symbols): ... this new function.
4665 (ada_add_block_symbols): Try to match the input name against the
4666 "using directives list", perform a recursive symbol lookup on
4667 the matched declarations.
4668 * block.h (struct block): Move the_namespace to top-level as
4669 namespace_info. Remove the language_specific field.
4670 (BLOCK_NAMESPACE): Update access to the namespace_info field.
4671 * buildsym.h (using_directives): Rename into...
4672 (local_using_directives): ... this.
4673 (global_using_directives): New.
4674 (struct context_stack): Rename the using_directives field into
4675 local_using_directives.
4676 * buildsym.c (finish_block_internal): Deal with the proper
4677 using directives repository (local or global).
4678 (prepare_for_building): Reset local_using_directives. Assert
4679 that there is no pending global using directive.
4680 (reset_symtab_globals): Reset global_using_directives and
4681 local_using_directives.
4682 (end_symtab_get_static_block): Don't ignore symtabs that have
4683 only using directives.
4684 (push_context): Update references to local_using_directives.
4685 (buildsym_init): Do not reset using_directives.
4686 * cp-support.c: Include namespace.h.
4687 * cp-support.h (struct using_direct): Move to namespace.h.
4688 (cp_add_using_directives): Move to namespace.h.
4689 * cp-namespace.c: Include namespace.h
4690 (cp_add_using_directive): Move to namespace.c, rename it to
4691 add_using_directive, add a "using_directives" argument and use
4692 it as the pending using directives repository. All callers
4693 updated.
4694 * dwarf2read.c (using_directives): New.
4695 (read_import_statement): Call using_directives.
4696 (read_func_scope): Update references to local_using_directives.
4697 (read_lexical_block_scope): Likewise.
4698 (read_namespace): Update the heading comment, call
4699 using_directives.
4700 * namespace.h: New file.
4701 * namespace.c: New file.
4702 * Makefile.in (SFILES): Add namespace.c.
4703 (COMMON_OBS): Add namespace.o
4704
4705 2015-08-12 Joel Brobecker <brobecker@adacore.com>
4706
4707 * amd64-tdep.c (amd64_displaced_step_fixup): Fix the mask used to
4708 compute RETADDR.
4709
4710 2015-08-12 Keith Seitz <keiths@redhat.com>
4711
4712 * break-catch-throw.c (re_set_exception_catchpoint) Rename
4713 reserved C++ keyword "explicit" to "explicit_loc".
4714 * breakpoint.c (create_overlay_event_breakpoint)
4715 (create_longjmp_master_breakpoint)
4716 (create_std_terminate_master_breakpoint)
4717 (create_exception_master_breakpoint, update_static_tracepoint):
4718 Rename reserved C++ keyword "explicit" to "explicit_loc".
4719 * completer.c (collect_explicit_location_matches)
4720 (explicit_location_completer): Rename reserved C++ keyword
4721 "explicit" to "explicit_loc".
4722 * linespec.c (struct linespec) <explicit>: Rename to "explicit_loc".
4723 (canonicalize_linespec, create_sals_line_offset)
4724 (convert_linespec_to_sals, convert_explicit_location_to_sals)
4725 (event_location_to_sals, decode_objc): Rename reserved C++ keyword
4726 "explicit" to "explicit_loc".
4727 * location.c (struct event_location) <explicit>: Rename to
4728 "explicit_loc".
4729 (initialize_explicit_location, new_explicit_location)
4730 (explicit_location_to_string_internal, explicit_location_to_linespec):
4731 Rename reserved C++ keyword "explicit" to "explicit_loc".
4732 * location.h (explicit_location_to_string)
4733 (explicit_location_to_linespec, initialize_explicit_location)
4734 (new_explicit_location): Rename reserved C++ keyword "explicit"
4735 to "explicit_loc".
4736 * mi/mi-cmd-break.c (mi_cmd_break_insert_1): Rename reserved C++
4737 keyword "explicit" to "explicit_loc".
4738
4739 2015-08-12 Keith Seitz <keiths@redhat.com>
4740
4741 * python/python.c (gdbpy_decode_line): Initialize `location' to NULL
4742 and only call decode_line_1 when it is non-NULL.
4743
4744 2015-08-12 Luis Machado <lgustavo@codesourcery.com>
4745
4746 * breakpoint.c (bp_loc_is_permanent): Return 0 when breakpoint
4747 location address is not meaningful.
4748 (breakpoint_address_is_meaningful): Update comment.
4749
4750 2015-08-11 Keith Seitz <keiths@redhat.com>
4751
4752 * NEWS: Mention explicit locations.
4753 * breakpoint.c [LOCATION_HELP_STRING]: New macro.
4754 [BREAK_ARGS_HELP]: Use LOCATION_HELP_STRING.
4755 (_initialize_breakpoint): Update documentation for
4756 "clear", "break", "trace", "strace", "ftrace", and "dprintf".
4757
4758 2015-08-11 Keith Seitz <keiths@redhat.com>
4759
4760 * mi/mi-cmd-break.c (mi_cmd_break_insert_1): Add support for
4761 explicit locations, options "--source", "--function",
4762 "--label", and "--line".
4763
4764 2015-08-11 Keith Seitz <keiths@redhat.com>
4765
4766 * completer.c: Include location.h.
4767 (enum match_type): New enum.
4768 (location_completer): Rename to ...
4769 (linespec_completer): ... this.
4770 (collect_explicit_location_matches, backup_text_ptr)
4771 (explicit_location_completer): New functions.
4772 (location_completer): "New" function; handle linespec
4773 and explicit location completions.
4774 (complete_line_internal): Remove all location completer-specific
4775 handling.
4776 * linespec.c (linespec_lexer_lex_keyword, is_ada_operator)
4777 (find_toplevel_char): Export.
4778 (linespec_parse_line_offset): Export.
4779 Issue error if STRING is not numerical.
4780 (gdb_get_linespec_parser_quote_characters): New function.
4781 * linespec.h (linespec_parse_line_offset): Declare.
4782 (get_gdb_linespec_parser_quote_characters): Declare.
4783 (is_ada_operator): Declare.
4784 (find_toplevel_char): Declare.
4785 (linespec_lexer_lex_keyword): Declare.
4786 * location.c (explicit_to_event_location): New function.
4787 (explicit_location_lex_one): New function.
4788 (string_to_explicit_location): New function.
4789 (string_to_event_location): Handle explicit locations.
4790 * location.h (explicit_to_event_location): Declare.
4791 (string_to_explicit_location): Declare.
4792
4793 2015-08-11 Keith Seitz <keiths@redhat.com>
4794
4795 * break-catch-throw.c (re_set_exception_catchpoint): Convert
4796 linespec into explicit location.
4797 * breakpoint.c (create_overlay_breakpoint)
4798 (create_longjmp_master_breakpoint)
4799 (create_std_terminate_master_breakpoint)
4800 (create_exception_master_breakpoint): Convert linespec into explicit
4801 location.
4802 (update_static_tracepoint): Convert linespec into explicit location.
4803 * linespec.c (enum offset_relative_sign, struct line_offset): Move
4804 location.h.
4805 (struct linespec) <expression, expr_pc, source_filename>
4806 <function_name, label_name, line_offset>: Replace with ...
4807 <explicit>: ... this.
4808 <is_linespec>: New member.
4809 (PARSER_EXPLICIT): New accessor macro.
4810 (undefined_label_error): New function.
4811 (source_file_not_found_error): New function.
4812 (linespec_parse_basic): The parser result is now an explicit location.
4813 Use PARSER_EXPLICIT to access it.
4814 Use undefined_label_error.
4815 (canonicalize_linespec): Convert canonical linespec into explicit
4816 location.
4817 Move string representation of location to explicit_location_to_linespec
4818 and use it and explicit_location_to_string to save string
4819 representations of the canonical location.
4820 (create_sals_line_offset, convert_linespec_to_sals): `ls' contains an
4821 explicit location. Update all references.
4822 (convert_explicit_location_to_sals): New function.
4823 (parse_linespec): Use PARSER_EXPLICIT to access the parser
4824 result's explicit location.
4825 (linespec_state_constructor): Initialize is_linespec.
4826 Use PARSER_EXPLICIT.
4827 (linespec_parser_delete): Use PARSER_EXPLICIT to access the parser's
4828 result.
4829 (event_location_to_sals): For linespec locations, set is_linespec.
4830 Handle explicit locations.
4831 (decode_objc): 'ls' contains an explicit location now. Update all
4832 references.
4833 (symtabs_from_filename): Use source_file_not_found_error.
4834 * location.c (struct event_location.u) <explicit>: New member.
4835 (initialize_explicit_location): New function.
4836 (initialize_event_location): Initialize explicit locations.
4837 (new_explicit_location, get_explicit_location)
4838 (get_explicit_location_const): New functions.
4839 (explicit_to_string_internal): New function; most of contents moved
4840 from canonicalize_linespec.
4841 (explicit_location_to_string): New function.
4842 (explicit_location_to_linespec): New function.
4843 (copy_event_location, delete_event_location)
4844 (event_location_to_string_const, event_location_empty_p): Handle
4845 explicit locations.
4846 * location.h (enum offset_relative_sign, struct line_offset): Move
4847 here from linespec.h.
4848 (enum event_location_type): Add EXPLICIT_LOCATION.
4849 (struct explicit_location): New structure.
4850 (explicit_location_to_string): Declare.
4851 (explicit_location_to_linespec): Declare.
4852 (new_explicit_location, get_explicit_locationp
4853 (get_explicit_location_const, initialize_explicit_location): Declare.
4854
4855 2015-08-11 Keith Seitz <keiths@redhat.com>
4856
4857 * break-catch-throw.c (re_set_exception_catchpoint): Convert
4858 linespec for stap probe to probe location.
4859 * breakpoint.c (create_longjmp_master_breakpoint)
4860 (create_exception_master_breakpoint): Likewise.
4861 (break_command_1): Remove local variable `arg_cp'.
4862 Check location type to set appropriate breakpoint ops methods.
4863 (trace_command): Likewise.
4864 * linespec.c (event_location_to_sals): Assert on probe locations.
4865 * location.c (EL_PROBE): Add macro definition.
4866 (new_probe_location, get_probe_location): New functions.
4867 (copy_event_location, delete_event_location, event_location_to_string)
4868 (string_to_event_location, event_location_empty_p): Handle probe
4869 locations.
4870 * location.h (enum event_location_type): Add PROBE_LOCATION.
4871 (new_probe_location, get_probe_location): Declare.
4872 * probe.c (parse_probes): Assert that LOCATION is a probe location.
4873 Convert linespec into probe location.
4874
4875 2015-08-11 Keith Seitz <keiths@redhat.com>
4876
4877 * breakpoint.c (create_thread_event_breakpoint, init_breakpoint_sal):
4878 Convert linespec to address location.
4879 * linespec.c (canonicalize_linespec): Do not handle address
4880 locations here.
4881 (convert_address_location_to_sals): New function; contents moved
4882 from ...
4883 (convert_linespc_to_sals): ... here.
4884 (parse_linespec): Remove address locations from linespec grammar.
4885 Remove handling of address locations.
4886 (linespec_lex_to_end): Remove handling of address linespecs.
4887 (event_location_to_sals): Handle ADDRESS_LOCATION.
4888 (linespec_expression_to_pc): Export.
4889 * linespec.h (linespec_expression_to_pc): Add declaration.
4890 * location.c (struct event_location.u) <address>: New member.
4891 (new_address_location, get_address_location): New functions.
4892 (copy_event_location, delete_event_location, event_location_to_string)
4893 (string_to_event_location, event_location_empty_p): Handle address
4894 locations.
4895 * location.h (enum event_location_type): Add ADDRESS_LOCATION.
4896 (new_address_location, get_address_location): Declare.
4897 * python/py-finishbreakpoint.c (bpfinishpy_init): Convert linespec
4898 to address location.
4899 * spu-tdep.c (spu_catch_start): Likewise.
4900
4901 2015-08-11 Keith Seitz <keiths@redhat.com>
4902
4903 * ax-gdb.c: Include location.h.
4904 (agent_command_1) Use linespec location instead of address
4905 string.
4906 * break-catch-throw.c: Include location.h.
4907 (re_set_exception_catchpoint): Use linespec locations instead
4908 of address strings.
4909 * breakpoint.c: Include location.h.
4910 (create_overlay_event_breakpoint, create_longjmp_master_breakpoint)
4911 (create_std_terminate_master_breakpoint)
4912 (create_exception_master_breakpoint, update_breakpoints_after_exec):
4913 Use linespec location instead of address string.
4914 (print_breakpoint_location): Use locations and
4915 event_location_to_string.
4916 Print extra_string for pending locations for non-MI streams.
4917 (print_one_breakpoint_location): Use locations and
4918 event_location_to_string.
4919 (init_raw_breakpoint_without_location): Initialize b->location.
4920 (create_thread_event_breakpoint): Use linespec location instead of
4921 address string.
4922 (init_breakpoint_sal): Likewise.
4923 Only save extra_string if it is non-NULL and not the empty string.
4924 Use event_location_to_string instead of `addr_string'.
4925 Constify `p' and `endp'.
4926 Use skip_spaces_const/skip_space_const instead of non-const versions.
4927 Copy the location into the breakpoint.
4928 If LOCATION is NULL, save the breakpoint address as a linespec location
4929 instead of an address string.
4930 (create_breakpoint_sal): Change `addr_string' parameter to a struct
4931 event_location. All uses updated.
4932 (create_breakpoints_sal): Likewise for local variable `addr_string'.
4933 (parse_breakpoint_sals): Use locations instead of address strings.
4934 Remove check for empty linespec with conditional.
4935 Refactor.
4936 (decode_static_tracepoint_spec): Make argument const and update
4937 function.
4938 (create_breakpoint): Change `arg' to a struct event_location and
4939 rename.
4940 Remove `copy_arg' and `addr_start'.
4941 If EXTRA_STRING is empty, set it to NULL.
4942 Don't populate `canonical' for pending breakpoints.
4943 Pass `extra_string' to find_condition_and_thread.
4944 Clear `extra_string' if `rest' was NULL.
4945 Do not error with "garbage after location" if setting a dprintf
4946 breakpoint.
4947 Copy the location into the breakpoint instead of an address string.
4948 (break_command_1): Use string_to_event_location and pass this to
4949 create_breakpoint instead of an address string.
4950 Check against `arg_cp' for a probe linespec.
4951 (dprintf_command): Use string_to_event_location and pass this to
4952 create_breakpoint instead of an address string.
4953 Throw an exception if no format string was specified.
4954 (print_recreate_ranged_breakpoint): Use event_location_to_string
4955 instead of address strings.
4956 (break_range_command, until_break_command)
4957 (init_ada_exception_breakpoint): Use locations instead
4958 of address strings.
4959 (say_where): Print out extra_string for pending locations.
4960 (base_breakpoint_dtor): Delete `location' and `location_range_end' of
4961 the breakpoint.
4962 (base_breakpoint_create_sals_from_location): Use struct event_location
4963 instead of address string.
4964 Remove `addr_start' and `copy_arg' parameters.
4965 (base_breakpoint_decode_location): Use struct event_location instead of
4966 address string.
4967 (bkpt_re_set): Use locations instead of address strings.
4968 Use event_location_empty_p to check for unset location.
4969 (bkpt_print_recreate): Use event_location_to_string instead of
4970 an address string.
4971 Print out extra_string for pending locations.
4972 (bkpt_create_sals_from_location, bkpt_decode_location)
4973 (bkpt_probe_create_sals_from_location): Use struct event_location
4974 instead of address string.
4975 (bkpt_probe_decode_location): Use struct event_location instead of
4976 address string.
4977 (tracepoint_print_recreate): Use event_location_to_string to
4978 recreate the tracepoint.
4979 (tracepoint_create_sals_from_location, tracepoint_decode_location)
4980 (tracepoint_probe_create_sals_from_location)
4981 (tracepoint_probe_decode_location): Use struct event_location
4982 instead of address string.
4983 (dprintf_print_recreate): Use event_location_to_string to recreate
4984 the dprintf.
4985 (dprintf_re_set): Remove check for valid/missing format string.
4986 (strace_marker_create_sals_from_location)
4987 (strace_marker_create_breakpoints_sal, strace_marker_decode_location)
4988 (update_static_tracepoint): Use struct event_location instead of
4989 address string.
4990 (location_to_sals): Likewise.
4991 Pass `extra_string' to find_condition_and_thread.
4992 For newly resolved pending breakpoint locations, clear the location's
4993 string representation.
4994 Assert that the breakpoint's condition string is NULL when
4995 condition_not_parsed.
4996 (breakpoint_re_set_default, create_sals_from_location_default)
4997 (decode_location_default, trace_command, ftrace_command)
4998 (strace_command, create_tracepoint_from_upload): Use locations
4999 instead of address strings.
5000 * breakpoint.h (struct breakpoint_ops) <create_sals_from_location>:
5001 Use struct event_location instead of address string.
5002 Update all uses.
5003 <decode_location>: Likewise.
5004 (struct breakpoint) <addr_string>: Change to struct event_location
5005 and rename `location'.
5006 <addr_string_range_end>: Change to struct event_location and rename
5007 `location_range_end'.
5008 (create_breakpoint): Use struct event_location instead of address
5009 string.
5010 * cli/cli-cmds.c: Include location.h.
5011 (edit_command, list_command): Use locations instead of address strings.
5012 * elfread.c: Include location.h.
5013 (elf_gnu_ifunc_resolver_return_stop): Use event_location_to_string.
5014 * guile/scm-breakpoint.c: Include location.h.
5015 (bpscm_print_breakpoint_smob): Use event_location_to_string.
5016 (gdbscm_register_breakpoint): Use locations instead of address
5017 strings.
5018 * linespec.c: Include location.h.
5019 (struct ls_parser) <stream>: Change to const char *.
5020 (PARSER_STREAM): Update.
5021 (lionespec_lexer_lex_keyword): According to find_condition_and_thread,
5022 keywords must be followed by whitespace.
5023 (canonicalize_linespec): Save a linespec location into `canonical'.
5024 Save a canonical linespec into `canonical'.
5025 (parse_linespec): Change `argptr' to const char * and rename `arg'.
5026 All uses updated.
5027 Update function description.
5028 (linespec_parser_new): Initialize `parser'.
5029 Update initialization of parsing stream.
5030 (event_location_to_sals): New function.
5031 (decode_line_full): Change `argptr' to a struct event_location and
5032 rename it `location'.
5033 Use locations instead of address strings.
5034 Call event_location_to_sals instead of parse_linespec.
5035 (decode_line_1): Likewise.
5036 (decode_line_with_current_source, decode_line_with_last_displayed)
5037 Use locations instead of address strings.
5038 (decode_objc): Likewise.
5039 Change `argptr' to const char * and rename `arg'.
5040 (destroy_linespec_result): Delete the linespec result's location
5041 instead of freeing the address string.
5042 * linespec.h (struct linespec_result) <addr_string>: Change to
5043 struct event_location and rename to ...
5044 <location>: ... this.
5045 (decode_line_1, decode_line_full): Change `argptr' to struct
5046 event_location. All callers updated.
5047 * mi/mi-cmd-break.c: Include language.h, location.h, and linespec.h.
5048 (mi_cmd_break_insert_1): Use locations instead of address strings.
5049 Throw an error if there was "garbage" at the end of the specified
5050 linespec.
5051 * probe.c: Include location.h.
5052 (parse_probes): Change `argptr' to struct event_location.
5053 Use event locations instead of address strings.
5054 * probe.h (parse_probes): Change `argptr' to struct event_location.
5055 * python/py-breakpoint.c: Include location.h.
5056 (bppy_get_location): Constify local variable `str'.
5057 Use event_location_to_string.
5058 (bppy_init): Use locations instead of address strings.
5059 * python/py-finishbreakpoint.c: Include location.h.
5060 (bpfinishpy_init): Remove local variable `addr_str'.
5061 Use locations instead of address strings.
5062 * python/python.c: Include location.h.
5063 (gdbpy_decode_line): Use locations instead of address strings.
5064 * remote.c: Include location.h.
5065 (remote_download_tracepoint): Use locations instead of address
5066 strings.
5067 * spu-tdep.c: Include location.h.
5068 (spu_catch_start): Remove local variable `buf'.
5069 Use locations instead of address strings.
5070 * tracepoint.c: Include location.h.
5071 (scope_info): Use locations instead of address strings.
5072 (encode_source_string): Constify parameter `src'.
5073 * tracepoint.h (encode_source_string): Likewise.
5074
5075 2015-08-11 Keith Seitz <keiths@redhat.com>
5076
5077 * Makefile.in (SFILES): Add location.c.
5078 (HFILES_NO_SRCDIR): Add location.h.
5079 (COMMON_OBS): Add location.o.
5080 * linespec.c (linespec_lex_to_end): New function.
5081 * linespec.h (linespec_lex_to_end): Declare.
5082 * location.c: New file.
5083 * location.h: New file.
5084
5085 2015-08-11 Keith Seitz <keiths@redhat.com>
5086
5087 * breakpoint.h (struct breakpoint_ops) <create_sals_from_address>:
5088 Renamed to create_sals_from_location.
5089 <decode_linespec>: Renamed to decode_location.
5090 Update all callers.
5091 * breakpoint.c (create_sals_from_address_default): Renamed to ...
5092 (create_sals_from_location_default): ... this.
5093 (addr_string_to_sals): Renamed to ...
5094 (location_to_sals): ... this.
5095 (decode_linespec_default): Renamed to ...
5096 (decode_location_default): ... this.
5097 (base_breakpoint_create_sals_from_address): Renamed to ...
5098 (base_breakpoint_create_sals_from_location): ... this.
5099 (bkpt_create_sals_from_address): Renamed to ...
5100 (bkpt_create_sals_from_location): ... this.
5101 (bkpt_decode_linespec): Renamed to ...
5102 (bkpt_decode_location): ... this.
5103 (bkpt_probe_create_sals_from_address): Renamed to ...
5104 (bkpt_probe_create_sals_from_location): ... this.
5105 (tracepoint_create_sals_from_address): Renamed to ...
5106 (tracepoint_create_sals_from_location): ... this.
5107 (tracepoint_decode_linespec): Renamed to ...
5108 (tracepoint_decode_location): ... this.
5109 (tracepoint_probe_create_sals_from_address): Renamed to ...
5110 (tracepoint_probe_create_sals_from_location): ... this.
5111 (tracepoint_probe_decode_linespec): Renamed to ...
5112 (tracepoint_probe_decode_location): ... this.
5113 (strace_marker_create_sals_from_address): Renamed to ...
5114 (strace_marker_create_sals_from_location): ... this.
5115 (decode_linespec_default): Renamed to ...
5116 (decode_location_default): ... this.
5117
5118 2015-08-10 Doug Evans <dje@google.com>
5119 Keith Seitz <keiths@redhat.com>
5120
5121 PR gdb/17960
5122 * symtab.c (make_file_symbol_completion_list_1): Renamed from
5123 make_file_symbol_completion_list and made static.
5124 (make_file_symbol_completion_list): New function.
5125
5126 2015-08-10 Joel Brobecker <brobecker@adacore.com>
5127
5128 * infrun.c (follow_fork, displaced_step_prepare, resume): Remove
5129 trailing new-line at end of warning message.
5130 (proceed): Add i18n marker to error messages.
5131
5132 2015-08-07 Pedro Alves <palves@redhat.com>
5133
5134 * linux-nat.c (linux_nat_always_non_stop_p): Return 1.
5135
5136 2015-08-07 Pedro Alves <palves@redhat.com>
5137
5138 * s390-linux-tdep.c (is_non_branch_ril)
5139 (s390_displaced_step_copy_insn): New functions.
5140 (s390_displaced_step_fixup): Update comment.
5141 (s390_gdbarch_init): Install s390_displaced_step_copy_insn as
5142 gdbarch_displaced_step_copy_insn hook.
5143
5144 2015-08-07 Pedro Alves <palves@redhat.com>
5145
5146 * infrun.c (displaced_step_prepare_throw): Return -1 if
5147 gdbarch_displaced_step_copy_insn returns NULL. Update intro
5148 comment.
5149 * rs6000-tdep.c (LWARX_MASK, LWARX_INSTRUCTION, LDARX_INSTRUCTION)
5150 (STWCX_MASK, STWCX_INSTRUCTION, STDCX_INSTRUCTION): Move higher up
5151 in file.
5152 (ppc_displaced_step_copy_insn): New function.
5153 (ppc_displaced_step_fixup): Update comment.
5154 (rs6000_gdbarch_init): Install ppc_displaced_step_copy_insn as
5155 gdbarch_displaced_step_copy_insn hook.
5156 * gdbarch.sh (displaced_step_copy_insn): Document what happens on
5157 NULL return.
5158 * gdbarch.h: Regenerate.
5159
5160 2015-08-07 Pedro Alves <palves@redhat.com>
5161
5162 * inferior.h (struct inferior) <displaced_stepping_failed>: New
5163 field.
5164 * infrun.c (use_displaced_stepping_now_p): New parameter 'inf'.
5165 Return false if dispaced stepping failed before.
5166 (resume): Pass the current inferior to
5167 use_displaced_stepping_now_p. Wrap displaced_step_prepare in
5168 TRY/CATCH. If we get a MEMORY_ERROR, set the inferior's
5169 displaced_stepping_failed flag, and fall back to an in-line
5170 step-over.
5171
5172 2015-08-07 Pedro Alves <palves@redhat.com>
5173
5174 * darwin-nat.c (darwin_stop): Rename to ...
5175 (darwin_interrupt): ... this.
5176 (_initialize_darwin_inferior): Adjust.
5177 * gnu-nat.c (gnu_stop): Delete.
5178 (gnu_target): Don't install gnu_stop.
5179 * inf-ptrace.c (inf_ptrace_stop): Rename to ...
5180 (inf_ptrace_interrupt): ... this.
5181 (inf_ptrace_target): Adjust.
5182 * infcmd.c (interrupt_target_1): Use target_interrupt instead of
5183 target_stop.
5184 * linux-nat (linux_nat_stop): Rename to ...
5185 (linux_nat_interrupt): ... this.
5186 (linux_nat_stop): Reimplement.
5187 (linux_nat_add_target): Install linux_nat_interrupt.
5188 * nto-procfs.c (nto_interrupt_twice): Rename to ...
5189 (nto_handle_sigint_twice): ... this.
5190 (nto_interrupt): Rename to ...
5191 (nto_handle_sigint): ... this. Call target_interrupt instead of
5192 target_stop.
5193 (procfs_wait): Adjust.
5194 (procfs_stop): Rename to ...
5195 (procfs_interrupt): ... this.
5196 (init_procfs_targets): Adjust.
5197 * procfs.c (procfs_stop): Rename to ...
5198 (procfs_interrupt): ... this.
5199 (procfs_target): Adjust.
5200 * remote-m32r-sdi.c (m32r_stop): Rename to ...
5201 (m32r_interrupt): ... this.
5202 (init_m32r_ops): Adjust.
5203 * remote-sim.c (gdbsim_stop_inferior): Rename to ...
5204 (gdbsim_interrupt_inferior): ... this.
5205 (gdbsim_stop): Rename to ...
5206 (gdbsim_interrupt): ... this.
5207 (gdbsim_cntrl_c): Adjust.
5208 (init_gdbsim_ops): Adjust.
5209 * remote.c (sync_remote_interrupt): Adjust comments.
5210 (remote_stop_as): Rename to ...
5211 (remote_interrupt_as): ... this.
5212 (remote_stop): Adjust comment.
5213 (remote_interrupt): New function.
5214 (init_remote_ops): Install remote_interrupt.
5215 * target.c (target_interrupt): New function.
5216 * target.h (struct target_ops) <to_interrupt>: New field.
5217 (target_interrupt): New declaration.
5218 * windows-nat.c (windows_stop): Rename to ...
5219 (windows_interrupt): ... this.
5220 * target-delegates.c: Regenerate.
5221
5222 2015-08-07 Pedro Alves <palves@redhat.com>
5223
5224 * signal-while-stepping-over-bp-other-thread.exp: Expect "restart
5225 threads" as alternative to "switching back to stepped thread".
5226
5227 2015-08-07 Pedro Alves <palves@redhat.com>
5228
5229 * NEWS: Mention "maint set/show target-non-stop".
5230 * breakpoint.c (update_global_location_list): Check
5231 target_is_non_stop_p instead of non_stop.
5232 * infcmd.c (attach_command_post_wait, attach_command): Likewise.
5233 * infrun.c (show_can_use_displaced_stepping)
5234 (can_use_displaced_stepping_p, start_step_over_inferior):
5235 Likewise.
5236 (internal_resume_ptid): New function.
5237 (resume): Use it.
5238 (proceed): Check target_is_non_stop_p instead of non_stop. If in
5239 all-stop mode but the target is always in non-stop mode, start all
5240 the other threads that are implicitly resumed too.
5241 (for_each_just_stopped_thread, fetch_inferior_event)
5242 (adjust_pc_after_break, stop_all_threads): Check
5243 target_is_non_stop_p instead of non_stop.
5244 (handle_inferior_event): Likewise. Handle detach-fork in all-stop
5245 with the target always in non-stop mode.
5246 (handle_signal_stop) <random signal>: Check target_is_non_stop_p
5247 instead of non_stop.
5248 (switch_back_to_stepped_thread): Check target_is_non_stop_p
5249 instead of non_stop.
5250 (keep_going_stepped_thread): Use internal_resume_ptid.
5251 (stop_waiting): If in all-stop mode, and the target is in non-stop
5252 mode, stop all threads.
5253 (keep_going_pass): Likewise, when starting a new in-line step-over
5254 sequence.
5255 * linux-nat.c (get_pending_status, select_event_lwp)
5256 (linux_nat_filter_event, linux_nat_wait_1, linux_nat_wait): Check
5257 target_is_non_stop_p instead of non_stop.
5258 (linux_nat_always_non_stop_p): New function.
5259 (linux_nat_stop): Check target_is_non_stop_p instead of non_stop.
5260 (linux_nat_add_target): Install linux_nat_always_non_stop_p.
5261 * target-delegates.c: Regenerate.
5262 * target.c (target_is_non_stop_p): New function.
5263 (target_non_stop_enabled, target_non_stop_enabled_1): New globals.
5264 (maint_set_target_non_stop_command)
5265 (maint_show_target_non_stop_command): New functions.
5266 (_initilize_target): Install "maint set/show target-non-stop"
5267 commands.
5268 * target.h (struct target_ops) <to_always_non_stop_p>: New field.
5269 (target_non_stop_enabled): New declaration.
5270 (target_is_non_stop_p): New declaration.
5271
5272 2015-08-07 Pedro Alves <pedro@codesourcery.com>
5273
5274 * breakpoint.c (breakpoints_should_be_inserted_now): If any thread
5275 has a pending status, return true.
5276 * gdbthread.h: Include target/waitstatus.h.
5277 (struct thread_suspend_state) <stop_reason, waitstatus_pending_p,
5278 stop_pc>: New fields.
5279 (struct thread_info) <resumed>: New field.
5280 (set_resumed): Declare.
5281 * infrun.c: Include "event-loop.h".
5282 (infrun_async_inferior_event_token, infrun_is_async): New globals.
5283 (infrun_async): New function.
5284 (clear_step_over_info): Add debug output.
5285 (displaced_step_in_progress_any_inferior): New function.
5286 (displaced_step_fixup): New returns int.
5287 (start_step_over): Handle in-line step-overs too. Assert the
5288 thread is marked resumed.
5289 (resume_cleanups): Clear the thread's resumed flag.
5290 (resume): Set the thread's resumed flag. Return early if the
5291 thread has a pending status. Allow stepping a breakpoint with no
5292 signal.
5293 (proceed): Adjust to check 'resumed' instead of 'executing'.
5294 (clear_proceed_status_thread): If the thread has a pending status,
5295 and that status is a finished step, discard the pending status.
5296 (clear_proceed_status): Don't clear step_over_info here.
5297 (random_pending_event_thread, do_target_wait): New functions.
5298 (prepare_for_detach, wait_for_inferior, fetch_inferior_event): Use
5299 do_target_wait.
5300 (wait_one): New function.
5301 (THREAD_STOPPED_BY): New macro.
5302 (thread_stopped_by_watchpoint, thread_stopped_by_sw_breakpoint)
5303 (thread_stopped_by_hw_breakpoint): New functions.
5304 (switch_to_thread_cleanup, save_waitstatus, stop_all_threads): New
5305 functions.
5306 (handle_inferior_event): Also call set_resumed(false) on all
5307 threads implicitly stopped by the event.
5308 (restart_threads, resumed_thread_with_pending_status): New
5309 functions.
5310 (finish_step_over): If we were doing an in-line step-over before,
5311 and no longer are after trying to start a new step-over, restart
5312 all threads. If we have multiple threads with pending events,
5313 save the current event and go through the event loop again.
5314 (handle_signal_stop): Return early if finish_step_over returns
5315 false.
5316 <random signal>: If we get a signal while stepping over a
5317 breakpoint in-line in non-stop mode, restart all threads. Clear
5318 step_over_info before delivering the signal.
5319 (keep_going_stepped_thread): Use internal_error instead of
5320 gdb_assert. Mark the thread as resumed.
5321 (keep_going_pass_signal): Assert the thread isn't already resumed.
5322 If some other thread is doing an in-line step-over, defer the
5323 resume. If we just started a new in-line step-over, stop all
5324 threads. Don't clear step_over_info.
5325 (infrun_async_inferior_event_handler): New function.
5326 (_initialize_infrun): Create async event handler with
5327 infrun_async_inferior_event_handler as callback.
5328 (infrun_async): New declaration.
5329 * target.c (target_async): New function.
5330 * target.h (target_async): Declare macro and readd as function
5331 declaration.
5332 * target/waitstatus.h (enum target_stop_reason)
5333 <TARGET_STOPPED_BY_SINGLE_STEP>: New value.
5334 * thread.c (new_thread): Clear the new waitstatus field.
5335 (set_resumed): New function.
5336
5337 2015-08-07 Pedro Alves <palves@redhat.com>
5338
5339 * infrun.c (keep_going_stepped_thread): New function, factored out
5340 from ...
5341 (switch_back_to_stepped_thread): ... here.
5342
5343 2015-08-07 Pedro Alves <palves@redhat.com>
5344
5345 * infrun.c (currently_stepping): Extend intro comment.
5346 * target.h (target_resume): Extend intro comment.
5347
5348 2015-08-07 Pedro Alves <palves@redhat.com>
5349
5350 * infrun.c (switch_back_to_stepped_thread): Use ecs->ptid instead
5351 of inferior_ptid. If the stepped thread vanished, return 0
5352 instead of resuming here. Use reset_ecs. Print the prev_pc and
5353 the current stop_pc in log message. Clear trap_expected if the
5354 thread advanced. Don't pass currently_stepping to
5355 do_target_resume.
5356
5357 2015-08-07 Pedro Alves <palves@redhat.com>
5358
5359 * gdbthread.h (struct thread_info) <prev_pc>: Extend comment.
5360 * infrun.c (struct execution_control_state): Move higher up in the
5361 file.
5362 (reset_ecs): New function.
5363 (start_step_over): Now returns int. Rewrite to use
5364 keep_going_pass_signal instead of manually starting a displaced step.
5365 (resume): Don't call set_running here. If displaced stepping
5366 can't start now, clear trap_expected.
5367 (find_thread_needs_step_over): Delete function.
5368 (proceed): Set up finish_thread_state_cleanup. Call set_running.
5369 If the current thread needs a step over, push it in the step-over
5370 chain. Don't set insert breakpoints nor call resume directly
5371 here. Instead rewrite to use start_step_over and
5372 keep_going_pass_signal.
5373 (finish_step_over): New function.
5374 (handle_signal_stop): Call finish_step_over instead of
5375 start_step_over.
5376 (switch_back_to_stepped_thread): If the event thread needs another
5377 step-over do that first. Use start_step_over.
5378 (keep_going_pass_signal): New function, factored out from ...
5379 (keep_going): ... here.
5380 (_initialize_infrun): Comment moved here.
5381 * thread.c (set_running_thread): New function.
5382 (set_running, finish_thread_state): Use set_running_thread.
5383
5384 2015-08-07 Pedro Alves <palves@redhat.com>
5385
5386 * gdbthread.h (struct thread_info) <step_over_prev,
5387 step_over_next>: New fields.
5388 (thread_step_over_chain_enqueue, thread_step_over_chain_remove)
5389 (thread_step_over_chain_next, thread_is_in_step_over_chain): New
5390 declarations.
5391 * infrun.c (struct displaced_step_request): Delete.
5392 (struct displaced_step_inferior_state) <step_request_queue>:
5393 Delete field.
5394 (displaced_step_prepare): Assert that trap_expected is set. Use
5395 thread_step_over_chain_enqueue. Split starting a new displaced
5396 step to ...
5397 (start_step_over): ... this new function.
5398 (resume): Assert the thread isn't waiting for a step over already.
5399 (proceed): Assert the thread isn't waiting for a step over
5400 already.
5401 (infrun_thread_stop_requested): Adjust to remove threads from the
5402 embedded step-over chain.
5403 (handle_inferior_event) <fork/vfork>: Call start_step_over after
5404 displaced_step_fixup.
5405 (handle_signal_stop): Call start_step_over after
5406 displaced_step_fixup.
5407 * infrun.h (step_over_queue_head): New declaration.
5408 * thread.c (step_over_chain_enqueue, step_over_chain_remove)
5409 (thread_step_over_chain_next, thread_is_in_step_over_chain)
5410 (thread_step_over_chain_enqueue)
5411 (thread_step_over_chain_remove): New functions.
5412 (delete_thread_1): Remove thread from the step-over chain.
5413
5414 2015-08-07 Pedro Alves <palves@redhat.com>
5415
5416 * infrun.c (thread_still_needs_step_over): Rename to ...
5417 (thread_still_needs_step_over_bp): ... this.
5418 (enum step_over_what): New.
5419 (thread_still_needs_step_over): Reimplement.
5420
5421 2015-08-07 Pedro Alves <palves@redhat.com>
5422
5423 * remote.c (remote_wait_as): If not waiting for a stop reply,
5424 return TARGET_WAITKIND_NO_RESUMED. If TARGET_WNOHANG is
5425 requested, don't block waiting forever.
5426
5427 2015-08-07 Pedro Alves <pedro@codesourcery.com>
5428
5429 * infrun.c (adjust_pc_after_break): Now takes thread_info and
5430 waitstatus pointers instead of an ecs. Adjust.
5431 (handle_inferior_event): Adjust caller.
5432
5433 2015-08-07 Pedro Alves <palves@redhat.com>
5434
5435 * infrun.c (handle_inferior_event): If we get
5436 TARGET_WAITKIND_SIGNALLED or TARGET_WAITKIND_EXITED in non-stop
5437 mode, mark all threads of the exiting process as not-executing.
5438 (normal_stop): If we get TARGET_WAITKIND_SIGNALLED or
5439 TARGET_WAITKIND_EXITED in non-stop mode, finish all threads of the
5440 exiting process, if inferior_ptid still points at a process.
5441 * thread.c (struct current_thread_cleanup) <next>: New field.
5442 (current_thread_cleanup_chain): New global.
5443 (restore_current_thread_ptid_changed): New function.
5444 (restore_current_thread_cleanup_dtor): Remove the cleanup from the
5445 current_thread_cleanup_chain list.
5446 (make_cleanup_restore_current_thread): Add the cleanup data to the
5447 current_thread_cleanup_chain list.
5448 (_initialize_thread): Install restore_current_thread_ptid_changed
5449 as thread_ptid_changed observer.
5450
5451 2015-08-07 Joel Brobecker <brobecker@adacore.com>
5452
5453 * dtrace-probe.c (dtrace_process_dof): Ignore the objfile's DOF
5454 data if a DTRACE_DOF_SECT_TYPE_PROVIDER section is found to be
5455 smaller than expected.
5456
5457 2015-08-07 Andrew Burgess <andrew.burgess@embecosm.com>
5458
5459 * stack.c (get_frame_language): Moved ...
5460 * frame.c (get_frame_language): ... to here.
5461 * language.h (get_frame_language): Declaration moved to frame.h.
5462 * frame.h: Add language.h include, for language enum.
5463 (get_frame_language): Declaration moved from language.h.
5464 * language.c: Add frame.h include.
5465 * top.c: Add frame.h include.
5466 * symtab.h (struct obj_section): Declare.
5467 (struct cmd_list_element): Declare.
5468
5469 2015-08-07 Andrew Burgess <andrew.burgess@embecosm.com>
5470
5471 * language.c (show_language_command): Find selected frame before
5472 asking for the language of that frame.
5473 (set_language_command): Likewise.
5474 * language.h (get_frame_language): Add frame parameter.
5475 * stack.c (get_frame_language): Add frame parameter, assert
5476 parameter is not NULL, update comment and reindent.
5477 * top.c (check_frame_language_change): Pass the selected frame
5478 into get_frame_language.
5479
5480 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
5481
5482 * btrace.c (btrace_compute_ftrace_bts): Clear insn flags.
5483 (pt_btrace_insn_flags): New.
5484 (ftrace_add_pt): Call pt_btrace_insn_flags.
5485 * btrace.h (btrace_insn_flag): New.
5486 (btrace_insn) <flags>: New.
5487 * record-btrace.c (btrace_insn_history): Print insn prefix.
5488 * NEWS: Announce it.
5489
5490 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
5491
5492 * configure.ac: Check for PERF_ATTR_SIZE_VER5 in linux/perf_event.h
5493 * configure: Regenerate.
5494
5495 2015-08-06 Yaakov Selkowitz <yselkowi@redhat.com>
5496
5497 * Makefile.in (LIBICONV): Define.
5498 (CLIBS): Add LIBICONV.
5499 * acinclude.m4: Use config/iconv.m4 instead of custom AM_ICONV.
5500 * configure: Regenerate.
5501
5502 2015-08-06 Simon Marchi <simon.marchi@ericsson.com>
5503 Pedro Alves <palves@redhat.com>
5504
5505 * arm-tdep.c (set_fp_model_sfunc): Add cast from integer to enum.
5506 (arm_set_abi): Likewise.
5507 * ax-general.c (ax_print): Likewise.
5508 * c-exp.y (exp : string_exp): Likewise.
5509 * compile/compile-loc2c.c (compute_stack_depth_worker): Likewise.
5510 (do_compile_dwarf_expr_to_c): Likewise.
5511 * cp-name-parser.y (demangler_special : DEMANGLER_SPECIAL start):
5512 Likewise.
5513 * dwarf2expr.c (execute_stack_op): Likewise.
5514 * dwarf2loc.c (dwarf2_compile_expr_to_ax): Likewise.
5515 (disassemble_dwarf_expression): Likewise.
5516 * dwarf2read.c (dwarf2_add_member_fn): Likewise.
5517 (read_array_order): Likewise.
5518 (abbrev_table_read_table): Likewise.
5519 (read_attribute_value): Likewise.
5520 (skip_unknown_opcode): Likewise.
5521 (dwarf_decode_macro_bytes): Likewise.
5522 (dwarf_decode_macros): Likewise.
5523 * eval.c (value_f90_subarray): Likewise.
5524 * guile/scm-param.c (gdbscm_make_parameter): Likewise.
5525 * i386-linux-tdep.c (i386_canonicalize_syscall): Likewise.
5526 * infrun.c (handle_command): Likewise.
5527 * memory-map.c (memory_map_start_memory): Likewise.
5528 * osabi.c (set_osabi): Likewise.
5529 * parse.c (operator_length_standard): Likewise.
5530 * ppc-linux-tdep.c (ppc_canonicalize_syscall): Likewise, and use
5531 single return point.
5532 * python/py-frame.c (gdbpy_frame_stop_reason_string): Likewise.
5533 * python/py-symbol.c (gdbpy_lookup_symbol): Likewise.
5534 (gdbpy_lookup_global_symbol): Likewise.
5535 * record-full.c (record_full_restore): Likewise.
5536 * regcache.c (regcache_register_status): Likewise.
5537 (regcache_raw_read): Likewise.
5538 (regcache_cooked_read): Likewise.
5539 * rs6000-tdep.c (powerpc_set_vector_abi): Likewise.
5540 * symtab.c (initialize_ordinary_address_classes): Likewise.
5541 * target-debug.h (target_debug_print_signals): Likewise.
5542 * utils.c (do_restore_current_language): Likewise.
5543
5544 2015-08-06 Clem Dickey <clemd@acm.org>
5545
5546 PR python/17136
5547 * python/lib/gdb/command/type_printers.py (InfoTypePrinter): Fix typo.
5548
5549 2015-08-06 Simon Marchi <simon.marchi@ericsson.com>
5550
5551 * complaints.c (enum complaint_series): Add newlines and remove
5552 out of date comment.
5553 (struct complaints) <series>: Change type to enum
5554 complaint_series and remove out of date comment.
5555 (symfile_complaint_hook): Use equivalent enum value
5556 ISOLATED_MESSAGE instead of 0.
5557
5558 2015-08-06 Pedro Alves <palves@redhat.com>
5559
5560 * nat/linux-waitpid.c (my_waitpid): Only print *status if waitpid
5561 returned > 0.
5562
5563 2015-08-06 Pierre Langlois <pierre.langlois@arm.com>
5564
5565 * common/agent.c (symbol_list) <required>: Remove.
5566
5567 2015-08-06 Pedro Alves <palves@redhat.com>
5568
5569 * target/waitstatus.h (enum target_stop_reason)
5570 <TARGET_STOPPED_BY_SINGLE_STEP>: New value.
5571
5572 2015-08-05 Pedro Alves <palves@redhat.com>
5573 Joel Brobecker <brobecker@adacore.com>
5574
5575 * breakpoint.c (bpstat_what) <bp_longjmp, bp_longjmp_call_dummy>
5576 <bp_exception, bp_longjmp_resume, bp_exception_resume>: Handle the
5577 case where BS->STOP is not set.
5578
5579 2015-08-05 Ulrich Weigand <uweigand@de.ibm.com>
5580
5581 * nat/gdb_thread_db.h: Add copyright header.
5582 Protect against multiple inclusion.
5583
5584 2015-08-05 Yao Qi <yao.qi@linaro.org>
5585
5586 * aarch64-linux-nat.c (get_thread_id): Remove.
5587 (debug_reg_change_callback): Call ptid_get_lwp instead of
5588 get_thread_id.
5589 (fetch_gregs_from_thread): Likewise.
5590 (store_gregs_to_thread): Likewise.
5591 (fetch_fpregs_from_thread): Likewise.
5592 (store_fpregs_to_thread): Likewise.
5593 (aarch64_linux_get_debug_reg_capacity): Likewise.
5594 * arm-linux-nat.c (get_thread_id): Remove.
5595 (GET_THREAD_ID): Update macro to use ptid_get_lwp.
5596 * xtensa-linux-nat.c (get_thread_id): Remove.
5597 (GET_THREAD_ID): Update macro to use ptid_get_lwp.
5598 * arm-linux-nat.c (get_thread_id): Remove.
5599 (GET_THREAD_ID): Remove.
5600 (fetch_fpregs): Call ptid_get_lwp instead of GET_THREAD_ID.
5601 (store_fpregs, fetch_regs, store_regs): Likewise.
5602 (fetch_wmmx_regs, store_wmmx_regs): Likewise.
5603 (fetch_vfp_regs, store_vfp_regs): Likewise.
5604 (arm_linux_read_description): Likewise.
5605 (arm_linux_get_hwbp_cap): Likewise.
5606 * xtensa-linux-nat.c (get_thread_id): Remove.
5607 (GET_THREAD_ID): Remove.
5608 (fetch_gregs, store_gregs): Call ptid_get_lwp instead of
5609 GET_THREAD_ID.
5610
5611 2015-08-04 Ciro Santilli <ciro.santilli@gmail.com> (obvious patch)
5612
5613 * python/py-linetable.c: Fix case of Linetable to LineTable
5614 in docstrings and code comments.
5615 * python/py-symtab.c: Same.
5616
5617 2015-08-04 Jan Kratochvil <jan.kratochvil@redhat.com>
5618
5619 * infcmd.c (signal_command): Call do_cleanups for args_chain.
5620
5621 2015-08-04 Jan Kratochvil <jan.kratochvil@redhat.com>
5622
5623 PR gdb/18767
5624 * infcmd.c (attach_command): Move ARGS_CHAIN cleanup after last ARGS
5625 use.
5626
5627 2015-08-04 Pedro Alves <palves@redhat.com>
5628
5629 * nat/gdb_thread_db.h (td_init_ftype, td_ta_new_ftype)
5630 (td_ta_map_lwp2thr_ftype, td_ta_thr_iter_ftype)
5631 (td_ta_event_addr_ftype, td_ta_set_event_ftype)
5632 (td_ta_clear_event_ftype, td_ta_event_getmsg_ftype)
5633 (td_thr_validate_ftype, td_thr_get_info_ftype)
5634 (td_thr_event_enable_ftype, td_thr_tls_get_addr_ftype)
5635 (td_thr_tlsbase_ftype, td_symbol_list_ftype, td_ta_delete_ftype):
5636 New typedefs.
5637 * linux-thread-db.c (struct thread_db_info): Use new typedefs.
5638 (try_thread_db_load_1): Define TDB_VERBOSE_DLSYM, TDB_DLSYM , CHK
5639 local macros and use them instead of verbose_dlsym and dlsym
5640 calls.
5641
5642 2015-08-03 Sandra Loosemore <sandra@codesourcery.com>
5643
5644 * nios2-tdep.h: Include opcode/nios2.h here.
5645 (NIOS2_CDX_OPCODE_SIZE): New.
5646 (struct gdbarch_tdep): Add OP parameter to syscall_next_pc.
5647 * nios2-tdep.c: Don't include opcode/nios2.h here.
5648 (nios2_fetch_insn): For R2, try reading 2-byte instruction if
5649 4-byte read fails.
5650 (nios2_match_add, nios2_match_sub): Add cases for R2 encodings.
5651 (nios2_match_addi, nios2_match_orhi): Likewise.
5652 (nios2_match_stw, nios2_match_ldw): Likewise.
5653 (nios2_match_rdctl): Likewise.
5654 (nios2_match_stwm, nios2_match_ldwm): New.
5655 (nios2_match_branch): Add cases for R2 encodings.
5656 (nios2_match_jmpi, nios2_match_calli): Likewise.
5657 (nios2_match_jmpr, nios2_match_callr): Likewise.
5658 (nios2_match_break, nios2_match_trap): Likewise.
5659 (nios2_in_epilogue_p): Add R2 support.
5660 (nios2_analyze_prologue): Update comments. Recognize R2 CDX
5661 prologues.
5662 (nios2_breakpoint_from_pc): Handle R2 instructions.
5663 (nios2_get_next_pc): Likewise. Adjust call to
5664 tdep->syscall_next_pc.
5665 * nios2-linux-tdep.c (nios2_r1_linux_rt_sigreturn_tramp_frame):
5666 Renamed from nios2_linux_rt_sigreturn_tramp_frame. Use
5667 instruction field macros instead of literal hex values.
5668 (nios2_r2_linux_rt_sigreturn_tramp_frame): New.
5669 (nios2_linux_syscall_next_pc): Adjust signature to pass OP.
5670 Use size field from OP instead of assuming all instructions
5671 are the same size.
5672 (nios2_linux_init_abi): Register appropriate unwinder for mach.
5673
5674 2015-08-03 Ulrich Weigand <uweigand@de.ibm.com>
5675
5676 * cp-namespace.c (cp_lookup_symbol_via_imports): Fix uninitialized
5677 variable warning with some compilers.
5678
5679 2015-08-03 Yao Qi <yao.qi@linaro.org>
5680
5681 * arm-linux-nat.c (arm_linux_get_hwbp_type): Capitalize "type"
5682 in comment. Replace "rw" with "type".
5683 (arm_linux_remove_watchpoint): Change type of "rw" to
5684 "enum target_hw_bp_type".
5685
5686 2015-08-02 Pierre-Marie de Rodat <derodat@adacore.com>
5687
5688 * alpha-mdebug-tdep.c (find_proc_desc): Update call to
5689 lookup_symbol.
5690 * ft32-tdep.c (ft32_skip_prologue): Likewise.
5691 * moxie-tdep.c (moxie_skip_prologue): Likewise.
5692 * mt-tdep.c (mt_skip_prologue): Likewise.
5693 * xstormy16-tdep.c (xstormy16_skip_prologue): Likewise.
5694
5695 2015-08-01 Pierre-Marie de Rodat <derodat@adacore.com>
5696
5697 * ada-exp.y (write_object_renaming): Replace struct
5698 ada_symbol_info with struct block_symbol. Update field
5699 references accordingly.
5700 (block_lookup, select_possible_type_sym): Likewise.
5701 (find_primitive_type): Likewise. Also update call to
5702 ada_lookup_symbol to extract the symbol itself.
5703 (write_var_or_type, write_name_assoc): Likewise.
5704 * ada-lang.h (struct ada_symbol_info): Remove.
5705 (ada_lookup_symbol_list): Replace struct ada_symbol_info with
5706 struct block_symbol.
5707 (ada_lookup_encoded_symbol, user_select_syms): Likewise.
5708 (ada_lookup_symbol): Return struct block_symbol instead of a
5709 mere symbol.
5710 * ada-lang.c (defns_collected): Replace struct ada_symbol_info
5711 with struct block_symbol.
5712 (resolve_subexp, ada_resolve_function, sort_choices,
5713 user_select_syms, is_nonfunction, add_defn_to_vec,
5714 num_defns_collected, defns_collected,
5715 symbols_are_identical_enums, remove_extra_symbols,
5716 remove_irrelevant_renamings, add_lookup_symbol_list_worker,
5717 ada_lookup_symbol_list, ada_iterate_over_symbols,
5718 ada_lookup_encoded_symbol, get_var_value): Likewise.
5719 (ada_lookup_symbol): Return a block_symbol instead of a mere
5720 symbol. Replace struct ada_symbol_info with struct
5721 block_symbol.
5722 (ada_lookup_symbol_nonlocal): Likewise.
5723 (standard_lookup): Make block passing explicit through
5724 lookup_symbol_in_language.
5725 * ada-tasks.c (get_tcb_types_info): Update the calls to
5726 lookup_symbol_in_language to extract the mere symbol out of the
5727 returned value.
5728 (ada_tasks_inferior_data_sniffer): Likewise.
5729 * ax-gdb.c (gen_static_field): Likewise for the call to
5730 lookup_symbol.
5731 (gen_maybe_namespace_elt): Deal with struct block_symbol from
5732 lookup functions.
5733 (gen_expr): Likewise.
5734 * c-exp.y: Likewise. Remove uses of block_found.
5735 (lex_one_token, classify_inner_name, c_print_token): Likewise.
5736 (classify_name): Likewise. Rename the "sym" local variable to
5737 "bsym".
5738 * c-valprint.c (print_unpacked_pointer): Likewise.
5739 * compile/compile-c-symbols.c (convert_symbol_sym): Promote the
5740 "sym" parameter from struct symbol * to struct block_symbol.
5741 Use it to remove uses of block_found. Deal with struct
5742 block_symbol from lookup functions.
5743 (gcc_convert_symbol): Likewise. Update the call to
5744 convert_symbol_sym.
5745 * compile/compile-object-load.c (compile_object_load): Deal with
5746 struct block_symbol from lookup functions.
5747 * cp-namespace.c (cp_lookup_nested_symbol_1,
5748 cp_lookup_nested_symbol, cp_lookup_bare_symbol,
5749 cp_search_static_and_baseclasses,
5750 cp_lookup_symbol_in_namespace, cp_lookup_symbol_via_imports,
5751 cp_lookup_symbol_imports_or_template,
5752 cp_lookup_symbol_via_all_imports, cp_lookup_symbol_namespace,
5753 lookup_namespace_scope, cp_lookup_nonlocal,
5754 find_symbol_in_baseclass): Return struct block_symbol instead of
5755 mere symbols and deal with struct block_symbol from lookup
5756 functions.
5757 * cp-support.c (inspect_type, replace_typedefs,
5758 cp_lookup_rtti_type): Deal with struct block_symbol from
5759 lookup functions.
5760 * cp-support.h (cp_lookup_symbol_nonlocal,
5761 cp_lookup_symbol_from_namespace,
5762 cp_lookup_symbol_imports_or_template, cp_lookup_nested_symbol):
5763 Return struct block_symbol instead of mere symbols.
5764 * d-exp.y (d_type_from_name, d_module_from_name, push_variable,
5765 push_module_name):
5766 Deal with struct block_symbol from lookup functions. Remove
5767 uses of block_found.
5768 * eval.c (evaluate_subexp_standard): Update call to
5769 cp_lookup_symbol_namespace.
5770 * f-exp.y: Deal with struct block_symbol from lookup functions.
5771 Remove uses of block_found.
5772 (yylex): Likewise.
5773 * gdbtypes.c (lookup_typename, lookup_struct, lookup_union,
5774 lookup_enum, lookup_template_type, check_typedef): Deal with
5775 struct block_symbol from lookup functions.
5776 * guile/scm-frame.c (gdbscm_frame_read_var): Likewise.
5777 * guile/scm-symbol.c (gdbscm_lookup_symbol): Likewise.
5778 (gdbscm_lookup_global_symbol): Likewise.
5779 * gnu-v3-abi.c (gnuv3_get_typeid_type): Likewise.
5780 * go-exp.y: Likewise. Remove uses of block_found.
5781 (package_name_p, classify_packaged_name, classify_name):
5782 Likewise.
5783 * infrun.c (insert_exception_resume_breakpoint): Likewise.
5784 * jv-exp.y (push_variable): Likewise.
5785 * jv-lang.c (java_lookup_class, get_java_object_type): Likewise.
5786 * language.c (language_bool_type): Likewise.
5787 * language.h (struct language_defn): Update
5788 la_lookup_symbol_nonlocal to return a struct block_symbol rather
5789 than a mere symbol.
5790 * linespec.c (find_label_symbols): Deal with struct block_symbol
5791 from lookup functions.
5792 * m2-exp.y: Likewise. Remove uses of block_found.
5793 (yylex): Likewise.
5794 * mi/mi-cmd-stack.c (list_args_or_locals): Likewise.
5795 * objc-lang.c (lookup_struct_typedef, find_imps): Likewise.
5796 * p-exp.y: Likewise. Remove uses of block_found.
5797 (yylex): Likewise.
5798 * p-valprint.c (pascal_val_print): Likewise.
5799 * parse.c (write_dollar_variable): Likewise. Remove uses of
5800 block_found.
5801 * parser-defs.h (struct symtoken): Turn the SYM field into a
5802 struct block_symbol.
5803 * printcmd.c (address_info): Deal with struct block_symbol from
5804 lookup functions.
5805 * python/py-frame.c (frapy_read_var): Likewise.
5806 * python/py-symbol.c (gdbpy_lookup_symbol,
5807 gdbpy_lookup_global_symbol): Likewise.
5808 * skip.c (skip_function_command): Likewise.
5809 * solib-darwin.c (darwin_lookup_lib_symbol): Return a struct
5810 block_symbol instead of a mere symbol.
5811 * solib-spu.c (spu_lookup_lib_symbol): Likewise.
5812 * solib-svr4.c (elf_lookup_lib_symbol): Likewise.
5813 * solib.c (solib_global_lookup): Likewise.
5814 * solist.h (solib_global_lookup): Likewise.
5815 (struct target_so_ops): Update lookup_lib_global_symbol to
5816 return a struct block_symbol rather than a mere symbol.
5817 * source.c (select_source_symtab): Deal with struct block_symbol
5818 from lookup functions.
5819 * stack.c (print_frame_args, iterate_over_block_arg_vars):
5820 Likewise.
5821 * symfile.c (set_initial_language): Likewise.
5822 * symtab.c (SYMBOL_LOOKUP_FAILED): Turn into a struct
5823 block_symbol.
5824 (SYMBOL_LOOKUP_FAILED_P): New predicate as a macro.
5825 (struct symbol_cache_slot): Turn the FOUND field into a struct
5826 block_symbol.
5827 (block_found): Remove.
5828 (eq_symbol_entry): Update to deal with struct block_symbol in
5829 cache slots.
5830 (symbol_cache_lookup): Return a struct block_symbol rather than
5831 a mere symbol.
5832 (symbol_cache_mark_found): Add a BLOCK parameter to fill
5833 appropriately the cache slots. Update callers.
5834 (symbol_cache_dump): Update cache slots handling to the type
5835 change.
5836 (lookup_symbol_in_language, lookup_symbol, lookup_language_this,
5837 lookup_symbol_aux, lookup_local_symbol,
5838 lookup_symbol_in_objfile, lookup_global_symbol_from_objfile,
5839 lookup_symbol_in_objfile_symtabs,
5840 lookup_symbol_in_objfile_from_linkage_name,
5841 lookup_symbol_via_quick_fns, basic_lookup_symbol_nonlocal,
5842 lookup_symbol_in_static_block, lookup_static_symbol,
5843 lookup_global_symbol):
5844 Return a struct block_symbol rather than a mere symbol. Deal
5845 with struct block_symbol from other lookup functions. Remove
5846 uses of block_found.
5847 (lookup_symbol_in_block): Remove uses of block_found.
5848 (struct global_sym_lookup_data): Turn the RESULT field into a
5849 struct block_symbol.
5850 (lookup_symbol_global_iterator_cb): Update references to the
5851 RESULT field.
5852 (search_symbols): Deal with struct block_symbol from lookup
5853 functions.
5854 * symtab.h (struct block_symbol): New structure.
5855 (block_found): Remove.
5856 (lookup_symbol_in_language, lookup_symbol,
5857 basic_lookup_symbol_nonlocal, lookup_symbol_in_static_block,
5858 lookup_static_symbol, lookup_global_symbol, lookup_language_this,
5859 lookup_global_symbol_from_objfile): Return a struct block_symbol
5860 rather than just a mere symbol. Update comments to remove
5861 mentions of block_found.
5862 * valops.c (find_function_in_inferior,
5863 value_struct_elt_for_reference, value_maybe_namespace_elt,
5864 value_of_this): Deal with struct block_symbol from lookup
5865 functions.
5866 * value.c (value_static_field, value_fn_field): Likewise.
5867
5868 2015-07-31 Simon Marchi <simon.marchi@ericsson.com>
5869
5870 * remote-m32r-sdi.c (m32r_remove_watchpoint): Use enum type
5871 instead of integer.
5872
5873 2015-07-31 Simon Marchi <simon.marchi@ericsson.com>
5874 Pedro Alves <palves@redhat.com>
5875
5876 * aarch64-linux-nat.c (aarch64_linux_can_use_hw_breakpoint): Use enum
5877 type or value instead of integer.
5878 (aarch64_linux_insert_watchpoint): Likewise.
5879 (aarch64_linux_remove_watchpoint): Likewise.
5880 * ada-lang.c (ada_op_print_tab): Likewise.
5881 * amd64-linux-tdep.c (amd64_canonicalize_syscall): Likewise.
5882 (amd64_linux_syscall_record_common): Likewise.
5883 * arch-utils.c (target_byte_order_user): Likewise.
5884 (default_byte_order): Likewise.
5885 * arm-linux-nat.c (arm_linux_can_use_hw_breakpoint): Likewise.
5886 (arm_linux_get_hwbp_type): Likewise.
5887 (arm_linux_hw_watchpoint_initialize): Likewise.
5888 (arm_linux_insert_watchpoint): Likewise.
5889 * arm-linux-tdep.c (arm_canonicalize_syscall): Likewise.
5890 (arm_linux_syscall_record): Likewise.
5891 * breakpoint.c (update_watchpoint): Likewise.
5892 (breakpoint_here_p): Likewise.
5893 (bpstat_print): Likewise.
5894 (enable_breakpoint_disp): Likewise.
5895 * c-lang.c (c_op_print_tab): Likewise.
5896 * cli/cli-decode.c (add_info_alias): Likewise.
5897 * d-lang.c (d_op_print_tab): Likewise.
5898 * eval.c (evaluate_subexp_standard): Likewise.
5899 * f-exp.y (dot_ops): Likewise.
5900 (f77_keywords): Likewise.
5901 * f-lang.c (f_op_print_tab): Likewise.
5902 * go-lang.c (go_op_print_tab): Likewise.
5903 * guile/scm-breakpoint.c (gdbscm_make_breakpoint): Likewise.
5904 * guile/scm-cmd.c (gdbscm_make_command): Likewise.
5905 * guile/scm-param.c (gdbscm_make_parameter): Likewise.
5906 * guile/scm-pretty-print.c (gdbscm_apply_val_pretty_printer): Likewise.
5907 * guile/scm-string.c (struct scm_to_stringn_data): Likewise.
5908 (struct scm_from_stringn_data): Likewise.
5909 * i386-linux-tdep.c (i386_canonicalize_syscall): Likewise.
5910 * ia64-linux-nat.c (ia64_linux_insert_watchpoint): Likewise.
5911 (ia64_linux_remove_watchpoint): Likewise.
5912 (ia64_linux_can_use_hw_breakpoint): Likewise.
5913 * infrun.c (print_stop_event): Likewise.
5914 * jv-lang.c (java_op_print_tab): Likewise.
5915 * linux-nat.c (linux_proc_xfer_partial): Likewise.
5916 * linux-nat.h (struct lwp_info): Likewise.
5917 * linux-thread-db.c (enable_thread_event): Likewise.
5918 * m2-lang.c (m2_op_print_tab): Likewise.
5919 * mi/mi-cmd-stack.c (mi_cmd_stack_list_locals): Likewise.
5920 (mi_cmd_stack_list_variables): Likewise.
5921 * mi/mi-main.c (mi_cmd_trace_frame_collected): Likewise.
5922 * mi/mi-out.c (mi_table_begin): Likewise.
5923 (mi_table_header): Likewise.
5924 * mips-linux-nat.c (mips_linux_can_use_hw_breakpoint): Likewise.
5925 (mips_linux_insert_watchpoint): Likewise.
5926 (mips_linux_remove_watchpoint): Likewise.
5927 * nat/mips-linux-watch.c (mips_linux_watch_type_to_irw): Likewise.
5928 * nat/mips-linux-watch.h (struct mips_watchpoint): Likewise.
5929 (mips_linux_watch_type_to_irw): Likewise.
5930 * nto-procfs.c (procfs_can_use_hw_breakpoint): Likewise.
5931 (procfs_insert_hw_watchpoint): Likewise.
5932 (procfs_remove_hw_watchpoint): Likewise.
5933 (procfs_hw_watchpoint): Likewise.
5934 (procfs_can_use_hw_breakpoint): Likewise.
5935 (procfs_remove_hw_watchpoint): Likewise.
5936 (procfs_insert_hw_watchpoint): Likewise.
5937 * p-lang.c (pascal_op_print_tab): Likewise.
5938 * ppc-linux-nat.c (ppc_linux_can_use_hw_breakpoint): Likewise.
5939 * ppc-linux-tdep.c (ppu2spu_unwind_register): Likewise.
5940 * ppc-sysv-tdep.c (get_decimal_float_return_value): Likewise.
5941 * procfs.c (procfs_can_use_hw_breakpoint): Likewise.
5942 (procfs_insert_watchpoint): Likewise.
5943 (procfs_remove_watchpoint): Likewise.
5944 * psymtab.c (recursively_search_psymtabs): Likewise.
5945 * remote-m32r-sdi.c (m32r_can_use_hw_watchpoint): Likewise.
5946 (m32r_insert_watchpoint): Likewise.
5947 * remote-mips.c (mips_can_use_watchpoint): Likewise.
5948 (mips_insert_watchpoint): Likewise.
5949 (mips_remove_watchpoint): Likewise.
5950 * remote.c (watchpoint_to_Z_packet): Likewise.
5951 (remote_insert_watchpoint): Likewise.
5952 (remote_remove_watchpoint): Likewise.
5953 (remote_check_watch_resources): Likewise.
5954 * s390-linux-nat.c (s390_insert_watchpoint): Likewise.
5955 (s390_remove_watchpoint): Likewise.
5956 (s390_can_use_hw_breakpoint): Likewise.
5957 * s390-linux-tdep.c (s390_gdbarch_init): Likewise.
5958 * spu-linux-nat.c (spu_can_use_hw_breakpoint): Likewise.
5959 * target.h (struct target_ops): Likewise.
5960 * tilegx-tdep.c (tilegx_analyze_prologue): Likewise.
5961 * ui-out.c (struct ui_out_hdr): Likewise.
5962 (append_header_to_list): Likewise.
5963 (get_next_header): Likewise.
5964 (verify_field): Likewise.
5965 (ui_out_begin): Likewise.
5966 (ui_out_field_int): Likewise.
5967 (ui_out_field_fmt_int): Likewise.
5968 (ui_out_field_skip): Likewise.
5969 (ui_out_field_string): Likewise.
5970 (ui_out_field_fmt): Likewise.
5971 * varobj.c (new_variable): Likewise.
5972 * x86-nat.c (x86_insert_watchpoint): Likewise.
5973 (x86_remove_watchpoint): Likewise.
5974 (x86_can_use_hw_breakpoint): Likewise.
5975 * xtensa-tdep.h (struct gdbarch_tdep): Likewise.
5976 * inflow.c (enum gdb_has_a_terminal_flag_enum): Add name to
5977 previously anonymous enumeration type..
5978 * linux-record.h (enum gdb_syscall): Add gdb_sys_no_syscall
5979 value.
5980 * target-debug.h (target_debug_print_enum_target_hw_bp_type): New.
5981 (target_debug_print_enum_bptype): New.
5982 * target-delegates.c: Regenerate.
5983
5984 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
5985
5986 * nios2-tdep.c (nios2_analyze_prologue): Do what the comment
5987 already says and disallow non-stack memory writes in the prologue.
5988
5989 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
5990
5991 * nios2-tdep.c (nios2_analyze_prologue): Update comments to
5992 reflect how current GCC emits stack overflow checks. Match
5993 both trap and break instructions for backward compatbility.
5994 Disallow other trap and break instructions in the prologue.
5995
5996 2015-07-30 Pedro Alves <palves@redhat.com>
5997
5998 PR threads/18600
5999 * linux-nat.c (wait_lwp): Report to the core when thread group
6000 leader exits.
6001
6002 2015-07-30 Pedro Alves <palves@redhat.com>
6003 Simon Marchi <simon.marchi@ericsson.com>
6004
6005 PR threads/18600
6006 * linux-nat.c (linux_handle_extended_wait): On CLONE event, always
6007 mark the new thread as resumed. Remove STOPPING parameter.
6008 (wait_lwp): Adjust call to linux_handle_extended_wait.
6009 (linux_nat_filter_event): Adjust call to
6010 linux_handle_extended_wait.
6011 (resume_stopped_resumed_lwps): Add debug output.
6012
6013 2015-07-30 Pierre Langlois <pierre.langlois@arm.com>
6014
6015 * arch-utils.c (default_fast_tracepoint_valid_at): Remove unused
6016 isize argument.
6017 * arch-utils.h (default_fast_tracepoint_valid_at): Likewise.
6018 * breakpoint.c (check_fast_tracepoint_sals): Adjust call to
6019 gdbarch_fast_tracepoint_valid_at.
6020 * gdbarch.sh (fast_tracepoint_valid_at): Remove isize argument.
6021 * gdbarch.h: Regenerate.
6022 * gdbarch.c: Regenerate.
6023 * i386-tdep.c (i386_fast_tracepoint_valid_at): Remove isize
6024 argument. Do not set it.
6025 * remote.c (remote_download_tracepoint): Adjust call to
6026 gdbarch_fast_tracepoint_valid_at. Call gdb_insn_length to get
6027 the instruction length.
6028
6029 2015-07-30 Yao Qi <yao.qi@linaro.org>
6030
6031 * arm-tdep.h (enum gdb_regnum): Move it to ...
6032 * arch/arm.h: ... here. New file.
6033 * Makefile.in (HFILES_NO_SRCDIR): Add arch/arm.h.
6034
6035 2015-07-30 Pierre Langlois <pierre.langlois@arm.com>
6036
6037 * aarch64-tdep.c (decode_b): Rename link argument to is_bl.
6038 Change its type to int *.
6039 (decode_br): Rename link argument to is_blr. Change its type to
6040 int *.
6041 (decode_cb): Rename op argument to is_cbnz. Change its type to
6042 int *.
6043 (decode_tb): Rename op argument to is_tbnz. Change its type to
6044 int *. Set is_tbnz to either 1 or 0.
6045 (aarch64_analyze_prologue): Change type of is_link to int. Add
6046 new variables is_cbnz and is_tbnz. Adjust call to
6047 aarch64_decode_cb and aarch64_decode_tb.
6048
6049 2015-07-29 Simon Marchi <simon.marchi@ericsson.com>
6050
6051 * mips-linux-nat.c (write_watchpoint_regs): Add NULL as ptrace's 4th
6052 parameter.
6053 (mips_linux_new_thread): Likewise.
6054 * nat/mips-linux-watch.c (mips_linux_read_watch_registers): Likewise.
6055
6056 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
6057
6058 * top.c: Include "tui/tui.h".
6059 (undo_terminal_modifications_before_exit): New static function.
6060 (quit_force): Use it.
6061
6062 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
6063
6064 * target.c (terminal_state): Initialize to terminal_is_ours.
6065
6066 2015-07-29 Yao Qi <yao.qi@linaro.org>
6067
6068 PR record/18691
6069 * dcache.c (dcache_read_memory_partial): Call
6070 raw_memory_xfer_partial.
6071 * target.c (raw_memory_xfer_partial): Make it non-static.
6072 * target.h (raw_memory_xfer_partial): Declare.
6073
6074 2015-07-28 Simon Marchi <simon.marchi@ericsson.com>
6075
6076 * c-valprint.c (c_val_print_array): Consider addressable memory
6077 unit size.
6078 (c_val_print_ptr): Likewise.
6079 (c_val_print_int): Likewise.
6080 * findvar.c (read_frame_register_value): Likewise.
6081 * valarith.c (find_size_for_pointer_math): Likewise.
6082 (value_ptrdiff): Likewise.
6083 (value_subscripted_rvalue): Likewise.
6084 * valops.c (read_value_memory): Likewise (and rename variables).
6085 (value_assign): Likewise.
6086 (value_repeat): Likewise.
6087 (value_array): Likewise.
6088 (value_slice): Likewise.
6089 * valprint.c (generic_val_print_ptr): Likewise.
6090 (generic_val_print_enum): Likewise.
6091 (generic_val_print_bool): Likewise.
6092 (generic_val_print_int): Likewise.
6093 (generic_val_print_char): Likewise.
6094 (generic_val_print_float): Likewise.
6095 (generic_val_print_decfloat): Likewise.
6096 (generic_val_print_complex): Likewise.
6097 (val_print_scalar_formatted): Likewise.
6098 (val_print_array_elements): Likewise.
6099 * value.c (set_value_parent): Likewise.
6100 (value_contents_copy_raw): Likewise.
6101 (set_internalvar_component): Likewise.
6102 (value_primitive_field): Likewise.
6103 (value_fetch_lazy): Likewise.
6104 * value.h (read_value_memory): Update comment.
6105
6106 2015-07-28 Simon Marchi <simon.marchi@ericsson.com>
6107
6108 * value.c (get_value_arch): New function.
6109 * value.h (get_value_arch): New declaration.
6110
6111 2015-07-28 Simon Marchi <simon.marchi@ericsson.com>
6112
6113 * value.c (struct value): Update comments.
6114
6115 2015-07-28 Simon Marchi <simon.marchi@ericsson.com>
6116
6117 * gdbtypes.c (type_length_units): New function.
6118 * gdbtypes.h (type_length_units): New declaration.
6119 (struct type) <length>: Update comment.
6120
6121 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
6122
6123 * valprint.c (generic_val_print): Factor out complex
6124 printing code to ...
6125 (generic_val_print_complex): ... this new function.
6126
6127 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
6128
6129 * valprint.c (generic_val_print): Factor out decfloat
6130 printing code to ...
6131 (generic_val_print_decfloat): ... this new function.
6132
6133 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
6134
6135 * valprint.c (generic_val_print): Factor out float
6136 printing code to ...
6137 (generic_val_print_float): ... this new function.
6138
6139 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
6140
6141 * valprint.c (generic_val_print): Factor out char
6142 printing code to ...
6143 (generic_val_print_char): ... this new function.
6144
6145 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
6146
6147 * valprint.c (generic_val_print): Factor out integer
6148 printing code to ...
6149 (generic_val_print_int): ... this new function.
6150
6151 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
6152
6153 * valprint.c (generic_val_print): Factor out bool
6154 printing code to ...
6155 (generic_val_print_bool): ... this new function.
6156
6157 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
6158
6159 * valprint.c (generic_val_print): Factor out function/method
6160 printing code to ...
6161 (generic_val_print_func): ... this new function.
6162
6163 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
6164
6165 * valprint.c (generic_val_print): Factor out flags
6166 printing code to ...
6167 (generic_val_print_flags): ... this new function.
6168
6169 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
6170
6171 * valprint.c (generic_val_print): Factor out enum
6172 printing code to ...
6173 (generic_val_print_enum): ... this new function.
6174
6175 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
6176
6177 * valprint.c (generic_val_print): Factor out reference
6178 printing code to ...
6179 (generic_val_print_ref): ... this new function.
6180
6181 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
6182
6183 * valprint.c (generic_val_print): Factor out memberptr
6184 printing code to ...
6185 (generic_val_print_memberptr): ... this new function.
6186
6187 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
6188
6189 * valprint.c (generic_val_print): Factor out pointer
6190 printing code to ...
6191 (generic_val_print_ptr): ... this new function.
6192
6193 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
6194
6195 * valprint.c (generic_val_print): Factor out array
6196 printing code to ...
6197 (generic_val_print_array): ... this new function.
6198
6199 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
6200
6201 * valprint.c (generic_val_print): Factor out
6202 print_unpacked_pointer code to ...
6203 (print_unpacked_pointer): ... this new function.
6204
6205 2015-07-27 Patrick Palka <patrick@parcs.ath.cx>
6206
6207 * event-top.c (handle_sigterm): Don't inspect
6208 target_can_async_p. Always set the quit flag and always mark
6209 the async signal handler.
6210
6211 2015-07-27 Yao Qi <yao.qi@linaro.org>
6212
6213 * Makefile.in (REMOTE_EXAMPLES): Remove it.
6214
6215 2015-07-25 Kevin Buettner <kevinb@redhat.com>
6216
6217 * remote.c (read_ptid): Return null_ptid when no thread id
6218 is found.
6219 (remote_current_thread): Add log warning for malformed
6220 qC reply.
6221 (remote_start_remote): Add log warning when current thread
6222 not found.
6223
6224 2015-07-24 Pedro Alves <palves@redhat.com>
6225
6226 * s390-linux-nat.c (fetch_regs, store_regs, fetch_fpregs)
6227 (s390_stopped_by_watchpoint, s390_prepare_to_resume): Pass 0 as
6228 forth argument to ptrace PTRACE_PEEKUSR_AREA/PTRACE_POKEUSR_AREA.
6229
6230 2015-07-24 Pedro Alves <palves@redhat.com>
6231
6232 PR gdb/18717
6233 * linux-nat.c (linux_nat_filter_event): Don't assert that the lwp
6234 is resumed, and extend the debug log.
6235
6236 2015-07-24 Pedro Alves <palves@redhat.com>
6237
6238 * fork-child.c (fork_inferior): Print argv[0] instead of exec_file.
6239
6240 2015-07-24 Pedro Alves <palves@redhat.com>
6241
6242 * aarch64-linux-nat.c: Include nat/gdb_ptrace.h instead of
6243 sys/ptrace.h.
6244 * alpha-linux-nat.c: Likewise.
6245 * amd64-linux-nat.c: Likewise.
6246 * arm-linux-nat.c: Likewise.
6247 * hppa-linux-nat.c: Likewise.
6248 * i386-linux-nat.c: Likewise.
6249 * ia64-linux-nat.c: Likewise.
6250 * linux-fork.c: Likewise.
6251 * linux-nat.c: Likewise.
6252 * m32r-linux-nat.c: Likewise.
6253 * m68klinux-nat.c: Likewise.
6254 * mips-linux-nat.c: Likewise.
6255 * nat/linux-btrace.c: Likewise.
6256 * nat/linux-ptrace.c: Likewise.
6257 * nat/linux-ptrace.h
6258 * nat/mips-linux-watch.c: Likewise.
6259 * nat/x86-linux-dregs.c: Likewise.
6260 * ppc-linux-nat.c: Likewise.
6261 * s390-linux-nat.c: Likewise.
6262 * spu-linux-nat.c: Likewise.
6263 * tilegx-linux-nat.c: Likewise.
6264 * x86-linux-nat.c: Likewise.
6265 * xtensa-linux-nat.c: Likewise.
6266
6267 2015-07-24 Pedro Alves <palves@redhat.com>
6268
6269 * ptrace.m4 (ptrace tests): Test in C++ mode. Try with 'enum
6270 __ptrace_request as first parameter type instead of int.
6271 (PTRACE_TYPE_ARG1): Define.
6272 * nat/gdb_ptrace.h [!PTRACE_TYPE_ARG5] (ptrace): Define as wrapper
6273 that casts first argument to PTRACE_TYPE_ARG1.
6274 * config.in: Regenerate.
6275 * configure: Regenerate.
6276
6277 2015-07-24 Pedro Alves <palves@redhat.com>
6278
6279 * gdb_ptrace.h: Move ...
6280 * nat/gdb_ptrace.h: ... here.
6281 * inf-ptrace.c: Adjust.
6282
6283 2015-07-24 Pedro Alves <palves@redhat.com>
6284
6285 * acinclude.m4: Include ptrace.m4.
6286 * configure.ac: Call GDB_AC_PTRACE and move ptrace checks ...
6287 * ptrace.m4: ... to this new file.
6288
6289 2015-07-23 Doug Evans <dje@google.com>
6290
6291 * dwarf2read.c (dwarf2_per_cu_data): Add comment.
6292 (load_cu): Handle dummy CUs.
6293 (dw2_do_instantiate_symtab, process_queuef): Ditto.
6294 (dwarf2_fetch_die_loc_sect_off, dwarf2_fetch_constant_bytes): Ditto.
6295
6296 2015-07-23 Ciro Santilli <ciro.santilli@gmail.com> (tiny patch)
6297
6298 * py-linetable.c (ltpy_get_all_source_lines): Adjust function
6299 documentation to say that it returns a list rather than
6300 a FrozenSet.
6301 (linetable_object_methods): Update the docstring of the
6302 "source_line" entry.
6303
6304 2015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
6305
6306 * gdbtypes.c (resolve_dynamic_array): Pass the peeled element
6307 type to the recursive call instead of the original (maybe
6308 TYPE_CODE_TYPEDEF) type.
6309
6310 2015-07-23 Yao Qi <yao.qi@linaro.org>
6311
6312 * aarch64-linux-nat.c (aarch64_linux_can_use_hw_breakpoint): If
6313 TYPE is watchpoint, return zero if aarch64_num_wp_regs is zero.
6314 If TYPE is breakpoint, return zero if arch64_num_bp_regs is zero.
6315
6316 2015-07-21 Yao Qi <yao.qi@linaro.org>
6317
6318 * aarch64-linux-nat.c (aarch64_linux_get_debug_reg_capacity):
6319 Move it to nat/aarch64-linux-hw-point.c.
6320 (aarch64_linux_child_post_startup_inferior): Update.
6321 * nat/aarch64-linux-hw-point.c (aarch64_linux_get_debug_reg_capacity):
6322 New function.
6323 * nat/aarch64-linux-hw-point.h (aarch64_linux_get_debug_reg_capacity):
6324 Declare it.
6325
6326 2015-07-21 Markus Metzger <markus.t.metzger@intel.com>
6327
6328 * common/btrace-common.c (btrace_data_append): Change case label.
6329
6330 2015-07-20 Yao Qi <yao.qi@linaro.org>
6331
6332 * nat/aarch64-linux-hw-point.c (aarch64_handle_unaligned_watchpoint):
6333 Re-indent the code.
6334 * nat/aarch64-linux-hw-point.h: Use ULONGEST rather than
6335 "unsigned long long".
6336
6337 2015-07-18 Kevin Buettner <kevinb@redhat.com>
6338
6339 * dwarf2read.c (dwarf2_locate_sections): Allow has_section_at_zero
6340 to be set for SEC_ALLOC sections too.
6341
6342 2015-07-17 Yao Qi <yao.qi@linaro.org>
6343
6344 * Makefile.in (HFILES_NO_SRCDIR): Add
6345 nat/aarch64-linux-hw-point.h.
6346 (aarch64-linux-hw-point.o): New rule.
6347 * nat/aarch64-linux-hw-point.h: New file.
6348 * nat/aarch64-linux-hw-point.c: New file.
6349 * aarch64-linux-nat.c: Include nat/aarch64-linux-hw-point.h.
6350 (AARCH64_HBP_MAX_NUM): Move to nat/aarch64-linux-hw-point.h.
6351 (AARCH64_HWP_MAX_NUM, AARCH64_HBP_ALIGNMENT): Likewise.
6352 (AARCH64_HWP_ALIGNMENT): Likewise.
6353 (AARCH64_HWP_MAX_LEN_PER_REG): Likewise.
6354 (AARCH64_DEBUG_NUM_SLOTS, AARCH64_DEBUG_ARCH): Likewise.
6355 (AARCH64_DEBUG_ARCH_V8, DR_MARK_ALL_CHANGED): Likewise.
6356 (DR_MARK_N_CHANGED, DR_CLEAR_CHANGED): Likewise.
6357 (DR_HAS_CHANGED, DR_N_HAS_CHANGE): Likewise.
6358 (aarch64_num_bp_regs, aarch64_num_wp_regs): Likewise.
6359 (struct aarch64_debug_reg_state): Likewise.
6360 (struct arch_lwp_info): Likewise.
6361 (aarch64_linux_set_debug_regs): Likewise.
6362 (aarch64_notify_debug_reg_change): Remove static.
6363 (aarch64_align_watchpoint): Likewise.
6364 (DR_CONTROL_ENABLED, DR_CONTROL_LENGTH): Likewise.
6365 (aarch64_watchpoint_length): Likewise.
6366 (aarch64_point_encode_ctrl_reg): Likewise
6367 (aarch64_point_is_aligned): Likewise.
6368 (aarch64_dr_state_insert_one_point): Likewise.
6369 (aarch64_dr_state_remove_one_point): Likewise.
6370 (aarch64_handle_breakpoint): Likewise.
6371 (aarch64_handle_aligned_watchpoint): Likewise.
6372 (aarch64_handle_unaligned_watchpoint): Likewise.
6373 (aarch64_handle_watchpoint): Likewise.
6374 * config/aarch64/linux.mh (NAT_FILE): Add
6375 aarch64-linux-hw-point.o.
6376
6377 2015-07-17 Yao Qi <yao.qi@linaro.org>
6378
6379 * aarch64-linux-nat.c (aarch64_handle_breakpoint): Add argument
6380 state and don't call aarch64_get_debug_reg_state. All callers
6381 update.
6382 (aarch64_linux_insert_hw_breakpoint): Call
6383 aarch64_get_debug_reg_state earlier.
6384 (aarch64_linux_remove_hw_breakpoint): Likewise.
6385 (aarch64_handle_aligned_watchpoint): Add argument state and
6386 don't call aarch64_get_debug_reg_state. All callers update.
6387 (aarch64_handle_unaligned_watchpoint): Likewise.
6388 (aarch64_handle_watchpoint): Add argument state.
6389 (aarch64_linux_insert_watchpoint): Call aarch64_get_debug_reg_state
6390 earlier.
6391 (aarch64_linux_remove_watchpoint): Likewise.
6392
6393 2015-07-17 Yao Qi <yao.qi@linaro.org>
6394
6395 * aarch64-linux-nat.c (aarch64_show_debug_reg_state): Use
6396 debug_printf.
6397 (aarch64_handle_unaligned_watchpoint): Likewise.
6398
6399 2015-07-17 Yao Qi <yao.qi@linaro.org>
6400
6401 * aarch64-linux-nat.c (aarch64_dr_state_insert_one_point): Change
6402 argument type's type to 'enum target_hw_bp_type'.
6403 (aarch64_dr_state_remove_one_point): Likewise.
6404 (aarch64_handle_breakpoint): Likewise.
6405 (aarch64_linux_insert_hw_breakpoint): Likewise.
6406 (aarch64_linux_remove_hw_breakpoint): Likewise.
6407 (aarch64_handle_aligned_watchpoint): Likewise.
6408
6409 2015-07-17 Yao Qi <yao.qi@linaro.org>
6410
6411 * aarch64-linux-nat.c (aarch64_linux_get_debug_reg_capacity): Call
6412 ptid_get_pid instead of get_thread_id.
6413
6414 2015-07-17 Yao Qi <yao.qi@linaro.org>
6415
6416 * remote.c (get_current_thread): Initialise ptid to null_ptid.
6417 (add_current_inferior_and_thread): Don't initialise ptid.
6418
6419 2015-07-16 Pierre Langlois <pierre.langlois@arm.com>
6420
6421 * aarch64-tdep.c (aarch64_pseudo_read_value): Mark S register as
6422 unavailable if invalid.
6423
6424 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6425
6426 Revert the previous 6 commits:
6427 Create empty nat/linux-maps.[ch] and common/target-utils.[ch].
6428 Move gdb_regex* to common/
6429 Prepare linux_find_memory_regions_full & co. for move
6430 Move linux_find_memory_regions_full & co.
6431 gdbserver build-id attribute generator
6432 Validate symbol file using build-id
6433
6434 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
6435 Jan Kratochvil <jan.kratochvil@redhat.com>
6436
6437 Validate symbol file using build-id.
6438 * NEWS (Changes since GDB 7.10): Add 'set validate-build-id'
6439 and 'show validate-build-id'. Add build-id attribute.
6440 * solib-darwin.c (_initialize_darwin_solib): Assign validate value.
6441 * solib-dsbt.c (_initialize_dsbt_solib): Ditto.
6442 * solib-frv.c (_initialize_frv_solib): Ditto.
6443 * solib-spu.c (set_spu_solib_ops): Ditto.
6444 * solib-svr4.c: Include rsp-low.h.
6445 (NOTE_GNU_BUILD_ID_NAME): New define.
6446 (svr4_validate): New function.
6447 (svr4_copy_library_list): Duplicate field build_id.
6448 (library_list_start_library): Parse 'build-id' attribute.
6449 (svr4_library_attributes): Add 'build-id' attribute.
6450 (_initialize_svr4_solib): Assign validate value.
6451 * solib-target.c (solib.h): Include.
6452 (_initialize_solib_target): Assign validate value.
6453 * solib.c (validate_build_id, show_validate_build_id): New.
6454 (solib_map_sections): Use ops->validate.
6455 (clear_so): Free build_id.
6456 (default_solib_validate): New function.
6457 (_initialize_solib): Add "validate-build-id".
6458 * solib.h (default_solib_validate): New declaration.
6459 * solist.h (struct so_list): New fields 'build_idsz' and 'build_id'.
6460 (target_so_ops): New field 'validate'.
6461
6462 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
6463 Jan Kratochvil <jan.kratochvil@redhat.com>
6464
6465 gdbserver build-id attribute generator.
6466 * features/library-list-svr4.dtd (library-list-svr4): New
6467 'build-id' attribute.
6468
6469 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
6470 Jan Kratochvil <jan.kratochvil@redhat.com>
6471
6472 Move linux_find_memory_regions_full & co.
6473 * linux-tdep.c (nat/linux-maps.h): Include.
6474 (gdb_regex.h): Remove the include.
6475 (enum filterflags, struct smaps_vmflags, read_mapping, decode_vmflags)
6476 (mapping_is_anonymous_p, dump_mapping_p): Moved to nat/linux-maps.c.
6477 (linux_find_memory_region_ftype): Moved typedef to nat/linux-maps.h.
6478 (linux_find_memory_regions_full): Moved definition to nat/linux-maps.c.
6479 * nat/linux-maps.c: Include ctype.h, target/target-utils.h, gdb_regex.h
6480 and target/target.h.
6481 (struct smaps_vmflags, read_mapping, decode_vmflags)
6482 (mapping_is_anonymous_p, dump_mapping_p): Move from linux-tdep.c.
6483 (linux_find_memory_regions_full): Move from linux-tdep.c.
6484 * nat/linux-maps.h (read_mapping): New declaration.
6485 (linux_find_memory_region_ftype, enum filterflags): Moved from
6486 linux-tdep.c.
6487 (linux_find_memory_regions_full): New declaration.
6488 * target.c (target/target-utils.h): Include.
6489 (read_alloc_pread_ftype): Moved typedef to target/target-utils.h.
6490 (read_alloc, read_stralloc_func_ftype, read_stralloc): Moved
6491 definitions to target/target-utils.c.
6492 * target.h (target_fileio_read_stralloc): Move it to target/target.h.
6493 * target/target-utils.c (read_alloc, read_stralloc): Move definitions
6494 from target.c.
6495 * target/target-utils.h (read_alloc_pread_ftype): New typedef.
6496 (read_alloc): New declaration.
6497 (read_stralloc_func_ftype): New typedef.
6498 (read_stralloc): New declaration.
6499 * target/target.h (target_fileio_read_stralloc): Move it from target.h.
6500
6501 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
6502 Jan Kratochvil <jan.kratochvil@redhat.com>
6503
6504 Prepare linux_find_memory_regions_full & co. for move.
6505 * linux-tdep.c (linux_find_memory_region_ftype): Comment.
6506 (linux_find_memory_regions_full): Change signature and prepare
6507 for moving to linux-maps.
6508 (linux_find_memory_regions_data): Rename field 'obfd' to 'data'.
6509 (linux_find_memory_regions_thunk): New.
6510 (linux_find_memory_regions_thunk): Use 'data' field instead of 'obfd'.
6511 (linux_find_memory_regions_gdb): New.
6512 (linux_find_memory_regions): Rename argument 'obfd' to 'func_data'.
6513 (linux_make_mappings_corefile_notes): Use
6514 linux_find_memory_regions_gdb.
6515 * target.c (read_alloc_pread_ftype): New typedef.
6516 (target_fileio_read_alloc_1_pread): New function.
6517 (read_alloc): Refactor from target_fileio_read_alloc_1.
6518 (read_stralloc_func_ftype): New typedef.
6519 (target_fileio_read_alloc_1): New implementation. Use read_alloc.
6520 (read_stralloc): Refactored from target_fileio_read_stralloc.
6521 (target_fileio_read_stralloc): New implementation, use read_stralloc.
6522
6523 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6524
6525 * Makefile.in (HFILES_NO_SRCDIR): Change gdb_regex.h to
6526 common/gdb_regex.h.
6527 (COMMON_OBS): Add gdb_regex.o.
6528 (gdb_regex.o): New.
6529 * common/common.m4 (GDB_AC_COMMON): Add gdb_use_included_regex,
6530 --without-included-regex and USE_INCLUDED_REGEX.
6531 * common/gdb_regex.c: New file from utils.c functions.
6532 * common/gdb_regex.h: Move it here from gdb_regex.h, update include
6533 file wrapping define name.
6534 * configure: Rebuilt.
6535 * configure.ac (gdb_use_included_regex, --without-included-regex)
6536 (USE_INCLUDED_REGEX): Move them to common/common.m4.
6537 * gdb_regex.h: Move it to common/gdb_regex.h.
6538 * utils.c: Remove include gdb_regex.h.
6539 (do_regfree_cleanup, make_regfree_cleanup, get_regcomp_error)
6540 (compile_rx_or_error): Move them to common/gdb_regex.c.
6541
6542 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
6543 Jan Kratochvil <jan.kratochvil@redhat.com>
6544
6545 Create empty nat/linux-maps.[ch] and common/target-utils.[ch].
6546 * Makefile.in (HFILES_NO_SRCDIR); Add nat/linux-maps.h,
6547 common/target-utils.h.
6548 (COMMON_OBS): Add target-utils.o.
6549 (linux-maps.o, target-utils.o): New.
6550 * target/target-utils.c: New file.
6551 * target/target-utils.h: New file.
6552 * config/i386/linux.mh (NATDEPFILES): Add linux-maps.o.
6553 * config/i386/linux64.mh (NATDEPFILES): Ditto.
6554 * nat/linux-maps.c: New file.
6555 * nat/linux-maps.h: New file.
6556
6557 2015-07-15 Markus Metzger <markus.t.metzger@intel.com>
6558 Pedro Alves <palves@redhat.com>
6559
6560 * nat/linux-btrace.c (perf_event_read): Change the type of DATA_HEAD.
6561 (perf_event_read_all): Change the type of SIZE and DATA_HEAD.
6562 (perf_event_read_bts): Change the type of SIZE and READ.
6563 (linux_enable_bts): Change the type of SIZE, PAGES, DATA_SIZE,
6564 and DATA_OFFSET. Move DATA_SIZE declaration. Restrict the buffer size
6565 to UINT_MAX. Check for overflows when using DATA_HEAD from the perf
6566 mmap page.
6567 (linux_enable_pt): Change the type of PAGES and SIZE. Restrict the
6568 buffer size to UINT_MAX.
6569 (linux_read_bts): Change the type of BUFFER_SIZE, SIZE, DATA_HEAD, and
6570 DATA_TAIL.
6571 * nat/linux-btrace.h (struct perf_event_buffer)<size, data_head>
6572 <last_head>: Change type.
6573 * common/btrace-common.h (struct btrace_dat_pt) <size>: Change type.
6574 * common/btrace-common.c (btrace_data_append): Change the type of
6575 SIZE.
6576 * btrace.c (parse_xml_raw): Change the type of SIZE. Change oddness
6577 check.
6578
6579 2015-07-14 Simon Marchi <simon.marchi@ericsson.com>
6580
6581 * gdbtypes.h (CHECK_TYPEDEF): Remove.
6582 * aarch64-tdep.c (aarch64_return_in_memory): Replace CHECK_TYPEDEF
6583 with check_typedef.
6584 * ada-lang.c (decode_constrained_packed_array_type): Likewise.
6585 (ada_array_length): Likewise.
6586 (find_parallel_type_by_descriptive_type): Likewise.
6587 (ada_check_typedef): Likewise.
6588 * arm-tdep.c (arm_return_in_memory): Likewise.
6589 * ax-gdb.c (gen_trace_static_fields): Likewise.
6590 (gen_struct_ref_recursive): Likewise.
6591 * c-exp.y (exp : SIZEOF '(' type ')' %prec UNARY): Likewise.
6592 (variable: block COLONCOLON name): Likewise.
6593 (qualified_name: TYPENAME COLONCOLON name): Likewise.
6594 * c-lang.c (classify_type): Likewise.
6595 * c-typeprint.c (c_print_type): Likewise.
6596 (c_print_typedef): Likewise.
6597 (c_type_print_base): Likewise.
6598 * c-valprint.c (c_val_print): Likewise.
6599 * compile/compile-c-types.c (convert_type): Likewise.
6600 * compile/compile-object-load.c (get_out_value_type): Likewise.
6601 * completer.c (add_struct_fields): Likewise.
6602 (expression_completer): Likewise.
6603 * cp-namespace.c (cp_find_type_baseclass_by_name): Likewise.
6604 (cp_lookup_nested_symbol_1): Likewise.
6605 (cp_lookup_nested_symbol): Likewise.
6606 * cp-valprint.c (cp_print_value_fields): Likewise.
6607 (cp_print_static_field): Likewise.
6608 * d-valprint.c (d_val_print): Likewise.
6609 * eval.c (evaluate_subexp_standard): Likewise.
6610 (evaluate_subexp_for_sizeof): Likewise.
6611 * f-exp.y (exp : SIZEOF '(' type ')' %prec UNARY): Likewise.
6612 * f-typeprint.c (f_type_print_base): Likewise.
6613 * f-valprint.c (f_val_print): Likewise.
6614 * gdbtypes.c (get_discrete_bounds): Likewise.
6615 (create_array_type_with_stride): Likewise.
6616 (type_name_no_tag_or_error): Likewise.
6617 (lookup_struct_elt_type): Likewise.
6618 (get_unsigned_type_max): Likewise.
6619 (internal_type_vptr_fieldno): Likewise.
6620 (set_type_vptr_fieldno): Likewise.
6621 (internal_type_vptr_basetype): Likewise.
6622 (set_type_vptr_basetype): Likewise.
6623 (get_vptr_fieldno): Likewise.
6624 (is_integral_type): Likewise.
6625 (is_scalar_type): Likewise.
6626 (is_scalar_type_recursive): Likewise.
6627 (distance_to_ancestor): Likewise.
6628 (is_unique_ancestor_worker): Likewise.
6629 (check_types_equal): Likewise.
6630 * gnu-v2-abi.c (gnuv2_value_rtti_type): Likewise.
6631
6632 2015-07-14 Iain Buclaw <ibuclaw@gdcproject.org>
6633
6634 * dwarf2read.c (find_slot_in_mapped_hash): Extend language support to
6635 also test for language_d.
6636 (dwarf2_compute_name): Likewise.
6637 (read_func_scope): Likewise.
6638 (read_structure_type): Likewise.
6639 (new_symbol_full): Likewise.
6640 (determine_prefix): Likewise.
6641 (read_import_statement): Use dot as the separator for language_d.
6642 (typename_concat): Likewise, but don't prefix the D main function.
6643
6644 2015-07-14 Peter Bergner <bergner@vnet.ibm.com>
6645
6646 * nat/linux-namespaces.c (setns): Rename from this ...
6647 (do_setns): ... to this. Support calling setns if it exists.
6648 (mnsh_handle_setns): Call do_setns.
6649
6650 2015-07-13 Yao Qi <yao.qi@linaro.org>
6651
6652 * exec.c (exec_file_attach): Add period at the end of error
6653 message.
6654
6655 2015-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
6656
6657 * tui/tui-win.c (window_name_completer): New function.
6658 (focus_completer): Call window_name_completer. All old content
6659 moved into window_name_completer.
6660 (winheight_completer): New function.
6661 (_initialize_tui_win): Rename variable. Add completer to
6662 winheight command. Update doc string on winheight.
6663
6664 2015-07-12 Sandra Loosemore <sandra@codesourcery.com>
6665
6666 * nios2-linux-tdep.c (_initialize_nios2_linux_tdep): Register
6667 all nios2 mach variants.
6668
6669 2015-07-10 Kevin Buettner <kevinb@redhat.com>
6670
6671 * rx-tdep.c (rx_get_opcode_byte): Use target_read_code instead
6672 of target_read_memory.
6673
6674 2015-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
6675
6676 * tui/tui-win.c (tui_set_win_height): Use a cleanup to free the
6677 string copy.
6678 (parse_scrolling_args): Likewise.
6679
6680 2015-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
6681
6682 * tui/tui-win.c (focus_completer): Don't duplicate the tui window
6683 names in this function.
6684
6685 2015-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
6686
6687 * tui/tui-data.h (SRC_NAME): Convert to lower case.
6688 (CMD_NAME): Likewise.
6689 (DATA_NAME): Likewise.
6690 (DISASSEM_NAME): Likewise.
6691 * tui/tui-win.c (tui_set_focus): Window names are now lower case.
6692 (tui_set_win_height): Likewise.
6693 (parse_scrolling_args): Likewise.
6694
6695 2015-07-10 Markus Metzger <markus.t.metzger@intel.com>
6696
6697 * record-btrace.c (record_btrace_goto_begin)
6698 (record_btrace_goto_end, record_btrace_goto): Move call to
6699 print_stack_frame ...
6700 (record_btrace_set_replay): ... here. Set stop_pc.
6701 * record-full.c (record_full_goto_entry): Set stop_pc.
6702
6703 2015-07-09 Pierre Langlois <pierre.langlois@arm.com>
6704
6705 * NEWS: Mention support for tracepoints on aarch64-linux.
6706
6707 2015-07-09 Pierre Langlois <pierre.langlois@arm.com>
6708
6709 * linux-aarch64-low.c (aarch64_supports_tracepoints): New
6710 function. Return 1.
6711 (the_low_target): Install it.
6712
6713 2015-07-09 Pierre Langlois <pierre.langlois@arm.com>
6714
6715 * gdb.trace/backtrace.exp: Set registers for aarch64 target.
6716 * gdb.trace/collection.exp: Likewise.
6717 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
6718 * gdb.trace/mi-trace-unavailable.exp: Likewise.
6719 * gdb.trace/report.exp: Likewise.
6720 * gdb.trace/trace-break.exp: Likewise.
6721 * gdb.trace/unavailable.exp: Likewise.
6722 * gdb.trace/while-dyn.exp: Likewise.
6723
6724 2015-07-09 Pierre Langlois <pierre.langlois@arm.com>
6725
6726 * aarch64-tdep.c: Add ax.h and ax-gdb.h includes.
6727 (aarch64_gen_return_address): New function.
6728 (aarch64_gdbarch_init): Hook it.
6729
6730 2015-07-09 Pierre Langlois <pierre.langlois@arm.com>
6731
6732 * aarch64-tdep.c (aarch64_make_stub_cache): Set available_p and
6733 swallow NOT_AVAILABLE_ERROR.
6734 (aarch64_stub_this_id): Call frame_id_build_unavailable_stack if
6735 available_p is not set.
6736 (aarch64_stub_frame_unwind_stop_reason): New function.
6737 (aarch64_stub_unwind): Install it.
6738
6739 2015-07-09 Pierre Langlois <pierre.langlois@arm.com>
6740
6741 * aarch64-tdep.c (aarch64_prologue_cache) <available_p>: New
6742 field.
6743 (aarch64_make_prologue_cache_1): New function, factored out from
6744 aarch64_make_prologue_cache. Do not allocate cache. Set
6745 available_p.
6746 (aarch64_make_prologue_cache): Reimplement wrapping
6747 aarch64_make_prologue_cache_1, and swallowing
6748 NOT_AVAILABLE_ERROR.
6749 (aarch64_prologue_frame_unwind_stop_reason): New function.
6750 Return UNWIND_UNAVAILABLE if available_p is not set.
6751 (aarch64_prologue_unwind): Install it.
6752 (aarch64_prologue_this_id): Move prev_pc and prev_sp limit
6753 checks into aarch64_prologue_frame_unwind_stop_reason. Call
6754 frame_id_build_unavailable_stack if available_p is not set.
6755
6756 2015-07-09 Pierre Langlois <pierre.langlois@arm.com>
6757
6758 * aarch64-tdep.c (aarch64_prologue_cache) <func, prev_pc>: New
6759 fields.
6760 (aarch64_scan_prologue): Set prev_pc.
6761 (aarch64_make_prologue_cache): Set func.
6762 (aarch64_make_stub_cache): Set prev_pc.
6763 (aarch64_prologue_this_id): Remove local variables id, pc and
6764 func. Read prev_pc and func from cache.
6765 (aarch64_stub_this_id): Read prev_pc from cache.
6766
6767 2015-07-09 Pierre Langlois <pierre.langlois@arm.com>
6768
6769 * aarch64-tdep.c (aarch64_make_stub_cache): Update comment. New
6770 argument this_cache. Remove unused local variables reg and
6771 unwound_fp. Return early if this_cache is already set. Set
6772 this_cache.
6773 (aarch64_stub_this_id): Update call to aarch64_make_stub_cache.
6774
6775 2015-07-09 Pierre Langlois <pierre.langlois@arm.com>
6776
6777 * aarch64-tdep.c (aarch64_make_prologue_cache): Update comment.
6778 New argument this_cache. Return early if this_cache is already
6779 set. Set this_cache.
6780 (aarch64_prologue_this_id): Update call to
6781 aarch64_make_prologue_cache.
6782 (aarch64_prologue_prev_register): Likewise.
6783 (aarch64_normal_frame_base): Likewise.
6784
6785 2015-07-09 Simon Marchi <simon.marchi@ericsson.com>
6786
6787 * c-valprint.c (c_val_print): Factor out memberptr printing code
6788 from c_val_print to ...
6789 (c_val_print_memberptr): ... this new function.
6790
6791 2015-07-09 Simon Marchi <simon.marchi@ericsson.com>
6792
6793 * c-valprint.c (c_val_print): Factor out int printing code to ...
6794 (c_val_print_int): ... this new function.
6795
6796 2015-07-09 Simon Marchi <simon.marchi@ericsson.com>
6797
6798 * c-valprint.c (c_val_print): Factor out struct and union
6799 printing code to ...
6800 (c_val_print_struct): ... this new function ...
6801 (c_val_print_union): ... and this new function.
6802
6803 2015-07-09 Simon Marchi <simon.marchi@ericsson.com>
6804
6805 * c-valprint.c (c_val_print): Factor out pointer printing code
6806 to ...
6807 (c_val_print_ptr): ... this new function.
6808
6809 2015-07-09 Simon Marchi <simon.marchi@ericsson.com>
6810
6811 * c-valprint.c (c_valprint): Factor our array printing code from
6812 c_val_print to ...
6813 (c_val_print_array): ... this new function.
6814
6815 2015-07-09 Simon Marchi <simon.marchi@ericsson.com>
6816
6817 * c-valprint.c (c_val_print): Factor out pointer printing code
6818 to ...
6819 (print_unpacked_pointer): ... this new function.
6820
6821 2015-07-09 Simon Marchi <simon.marchi@ericsson.com>
6822
6823 * c-valprint.c (c_val_print): Remove an assignment to i and move
6824 its declaration.
6825
6826 2015-07-09 Yao Qi <yao.qi@linaro.org>
6827
6828 * aarch64-linux-nat.c (aarch64_linux_get_debug_reg_capacity): Add
6829 argument ptid. Update comments. Caller update.
6830
6831 2015-07-09 Markus Metzger <markus.t.metzger@intel.com>
6832
6833 * btrace.c (pt_print_packet): Print stop, vmcs, tma, mtc, cyc, and
6834 mnt packets.
6835
6836 2015-07-09 Markus Metzger <markus.t.metzger@intel.com>
6837
6838 * btrace.c (btrace_pt_readmem_callback): Change type of PC argument.
6839
6840 2015-07-08 Simon Marchi <simon.marchi@ericsson.com>
6841
6842 * progspace.c (delete_program_space): Add missing spaces.
6843
6844 2015-07-08 Simon Marchi <simon.marchi@ericsson.com>
6845
6846 * inferior.c (delete_inferior_1): Rename to ...
6847 (delete_inferior): ..., remove 'silent' parameter, delete
6848 program space when unused and remove call to prune_program_spaces.
6849 Remove the old, unused, delete_inferior.
6850 (delete_inferior_silent): Remove.
6851 (prune_inferiors): Change call from delete_inferior_1 to
6852 delete_inferior and remove 'silent' parameter. Remove call to
6853 prune_program_spaces.
6854 (remove_inferior_command): Idem.
6855 * inferior.h (delete_inferior_1): Rename to...
6856 (delete_inferior): ..., remove 'silent' parameter and remove the
6857 original delete_inferior.
6858 (delete_inferior_silent): Remove.
6859 * mi/mi-main.c (mi_cmd_remove_inferior): Change call from
6860 delete_inferior_1 to delete_inferior and remove 'silent'
6861 parameter.
6862 * progspace.c (prune_program_spaces): Remove.
6863 (pspace_empty_p): Rename to...
6864 (program_space_empty_p): ... and make non-static.
6865 (delete_program_space): New.
6866 * progspace.h (prune_program_spaces): Remove declaration.
6867 (program_space_empty_p): New declaration.
6868 (delete_program_space): New declaration.
6869 * monitor.c (monitor_close): Replace call to
6870 delete_thread_silent and delete_inferior_silent with
6871 discard_all_inferiors.
6872
6873 2015-07-08 Patrick Palka <patrick@parcs.ath.cx>
6874
6875 * defs.h (deprecated_register_changed_hook): Remove prototype.
6876 * interps.c (clear_iterpreter_hooks): Remove reference to
6877 deprecated_register_changed_hook.
6878 * top.c (deprecated_register_changed_hook): Remove prototype.
6879 * valops.c (value_assign): Remove reference to
6880 deprecated_register_changed_hook.
6881 * tui/tui-hooks.c (tui_register_changed): Add parameter "frame".
6882 Add comment documenting the function.
6883 (tui_register_changed_observer): Define.
6884 (tui_install_hooks): Remove reference to
6885 deprecated_register_changed_hook. Set
6886 tui_register_changed_observer.
6887 (tui_remove_hooks): Remove reference to
6888 deprecated_register_changed_hook. Unset
6889 tui_register_changed_observer.
6890
6891 2015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6892
6893 PR compile/18484
6894 * compile/compile-c-types.c (insert_type): Change gdb_assert to error.
6895
6896 2015-07-08 Robert O'Callahan <robert@ocallahan.org>
6897
6898 PR exp/18617
6899 * ax-gdb.c (gen_conversion): Extend to 'to' bits, not 'from'.
6900
6901 2015-07-08 Markus Metzger <markus.t.metzger@intel.com>
6902
6903 * MAINTAINERS (Write After Approval): Add Markus T. Metzger.
6904
6905 2015-07-08 Markus Metzger <markus.t.metzger@intel.com>
6906
6907 * nat/linux-btrace.c (kernel_supports_bts, kernel_supports_pt):
6908 Use safe_strerror() instead of strerror().
6909
6910 2015-07-07 Yao Qi <yao.qi@linaro.org>
6911
6912 * features/arm-with-m-fpa-layout.xml: Set architecture to arm.
6913 * features/arm-with-m-fpa-layout.c: Regenerated.
6914 * features/arm-with-m-vfp-d16.xml: Likewise.
6915 * features/arm-with-m-vfp-d16.c: Regenerated.
6916 * features/arm-with-m.xml: Likewise.
6917 * features/arm-with-m.c: Regenerated.
6918 * features/arm-with-neon.xml: Likewise.
6919 * features/arm-with-neon.c: Regenerated.
6920 * features/arm-with-vfpv2.xml: Likewise.
6921 * features/arm-with-vfpv2.c: Regenerated.
6922 * features/arm-with-vfpv3.xml: Likewise.
6923 * features/arm-with-vfpv3.c: Regenerated.
6924
6925 2015-07-07 Yao Qi <yao.qi@linaro.org>
6926
6927 * aarch32-linux-nat.h (VFP_REGS_SIZE): New macro, moved from
6928 arm-linux-nat.c.
6929 * aarch64-linux-nat.c: Include aarch32-linux-nat.h and
6930 elf/external.h.
6931 (fetch_gregs_from_thread): Call aarch32_gp_regcache_supply
6932 if target is 32-bit.
6933 (store_gregs_to_thread): Call aarch32_gp_regcache_collect
6934 if target is 32-bit.
6935 (fetch_fpregs_from_thread): Call aarch32_vfp_regcache_supply
6936 if target is 32-bit.
6937 (store_fpregs_to_thread): Call aarch32_vfp_regcache_collect
6938 if target is 32-bit.
6939 (tdesc_arm_with_vfpv3, tdesc_arm_with_neon): Declare.
6940 (aarch64_linux_read_description): Return the right target
6941 description.
6942 * arm-linux-nat.c (VFP_REGS_SIZE): Moved to aarch32-linux-nat.h.
6943 * config/aarch64/linux.mh (NATDEPFILES): Add aarch32-linux-nat.o.
6944 * configure.tgt (aarch64*-*-linux*): Add arm-tdep.o and
6945 arm-linux-tdep.o.
6946
6947 2015-07-07 Yao Qi <yao.qi@linaro.org>
6948
6949 * aarch32-linux-nat.c: New file.
6950 * aarch32-linux-nat.h: New file.
6951 * arm-linux-nat.c: Include aarch32-linux-nat.h.
6952 (fetch_regs): Move code to aarch32-linux-nat.c. Call
6953 aarch32_gp_regcache_supply.
6954 (store_regs): Move code to aarch32-linux-nat.c. Call
6955 aarch32_gp_regcache_collect.
6956 (fetch_vfp_regs): Move code to aarch32-linux-nat.c. Call
6957 aarch32_vfp_regcache_supply.
6958 (store_vfp_regs): Move code to aarch32-linux-nat.c. Call
6959 aarch32_vfp_regcache_collect.
6960 * config/arm/linux.mh (NATDEPFILES): Add aarch32-linux-nat.o.
6961
6962 2015-07-07 Yao Qi <yao.qi@linaro.org>
6963
6964 * arm-linux-nat.c (store_fpregister): Remove.
6965 (store_register): Likewise.
6966 (fetch_fpregister): Likewise.
6967 (fetch_register): Likewise.
6968 (arm_linux_store_inferior_registers): Call store_regs and
6969 store_fpregs instead.
6970 (arm_linux_fetch_inferior_registers): Call fetch_fpregs and
6971 fetch_regs instead.
6972
6973 2015-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
6974
6975 * doc/gdb.texinfo (TUI): Restructure documentation on TUI layout
6976 and focus commands.
6977
6978 2015-07-06 Joel Brobecker <brobecker@adacore.com>
6979
6980 * NEWS: Create a new section for the next release branch.
6981 Rename the section of the current branch, now that it has
6982 been cut.
6983
6984 2015-07-06 Joel Brobecker <brobecker@adacore.com>
6985
6986 GDB 7.10 branch created (66c4b3e8a628a207bc6aafef6af0c4128195f56e):
6987 * version.in: Bump version to 7.10.50.DATE-cvs.
6988
6989 2015-07-06 Luis Machado <lgustavo@codesourcery.com>
6990
6991 * breakpoint.c (remove_breakpoint_1): Don't handle permanent
6992 breakpoints in a special way.
6993 (remove_breakpoint): Likewise.
6994 (mark_breakpoints_out): Likewise.
6995
6996 2015-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
6997
6998 * doc/gdb.texinfo (TUI): Add comma after @xref.
6999
7000 2015-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
7001
7002 * tui/tui-win.c (tui_set_focus): Use structure member 'generic'
7003 instead of casting the structure type.
7004
7005 2015-07-06 Simon Marchi <simon.marchi@ericsson.com>
7006
7007 * valops.c (search_struct_field): Remove OFFSET parameter.
7008 (value_cast_structs): Adjust calls to search_struct_field.
7009 (value_struct_elt): Same.
7010 (find_overload_match): Same.
7011
7012 2015-07-06 Simon Marchi <simon.marchi@ericsson.com>
7013
7014 * value.c (value_fetch_lazy): Update comment, change return
7015 value to void.
7016 * value.h (value_fetch_lazy): Change return value to void.
7017
7018 2015-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
7019
7020 * tui/tui-data.c (tui_partial_win_by_name): Window name is const.
7021 (tui_win_name): Make parameter and result const.
7022 * tui/tui-data.h (tui_win_name): Make parameter and result const.
7023
7024 2015-07-06 Patrick Palka <patrick@parcs.ath.cx>
7025
7026 * i386-tdep.c (i386_mpx_info_bounds): Don't call error, instead
7027 use printf_unfiltered.
7028 (set_mpx_cmd): Add missing trailing space to command string
7029 literal.
7030 (_initialize_i386_tdep): Give the "mpx" prefix command its
7031 correct name.
7032
7033 2015-07-02 Kevin Buettner <kevinb@redhat.com>
7034
7035 * rx-tdep.c (RX_USP_REGNUM, RX_BPC_REGNUM): New constants.
7036 (enum rx_frame_type): New.
7037 (struct rx_prologue): Add new field `frame_type'.
7038 (rx_analyze_prologue): Add `frame_type' parameter. Cache this
7039 parameter in the prologue struct. Add code for recording
7040 locations of PC and PSW for fast interrupt and exception frames.
7041 (rx_skip_prologue): Adjust call to rx_analyze_prologue.
7042 (rx_analyze_frame_prologue): Add `frame_type' parameter.
7043 (rx_frame_type): New function.
7044 (rx_frame_base): Fetch frame type and pass it to rx_analyze_prologue.
7045 (rx_frame_this_id): Rename parameter `this_prologue_cache' to
7046 `this_cache'.
7047 (rx_frame_prev_register): Rename parameter `this_prologue_cache' to
7048 `this_cache'. Add cases for RX_FRAME_TYPE_EXCEPTION and
7049 RX_FRAME_TYPE_FAST_INTERRUPT.
7050 (normal_frame_p, exception_frame_p, rx_frame_sniffer_common)
7051 (rx_frame_sniffer, rx_exception_sniffer): New functions.
7052 (rx_frame_unwind): Use rx_frame_sniffer instead of
7053 default_frame_sniffer.
7054 (rx_frame_unwind): New unwinder.
7055 (rx_gdbarch_init): Register new unwinder.
7056
7057 2015-07-02 Kevin Buettner <kevinb@redhat.com>
7058
7059 * rx-tdep.c (RX_BPSW_REGNUM, RX_FPSW_REGNUM): New constants.
7060 (struct gdbarch_tdep): Add fields rx_psw_type and rx_fpsw_type.
7061 (rx_register_type): Add cases for RX_PSW_REGNUM, RX_BPSW_REGNUM,
7062 and RX_FPSW_REGNUM.
7063 (rx_gdbarch_init): Initialize PSW, BPSW, and FPSW flags types.
7064
7065 2015-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
7066
7067 Fix GCC false warning.
7068 * s390-linux-tdep.c (s390_handle_arg): Initialize VAL.
7069
7070 2015-07-02 Yao Qi <yao.qi@linaro.org>
7071
7072 * aarch64-linux-nat.c (aarch64_linux_insert_hw_breakpoint): Fix
7073 typo in the debugging message.
7074
7075 2015-07-02 Markus Metzger <markus.t.metzger@intel.com>
7076
7077 * btrace.c: Include gdbcmd.h, cli/cli-utils.h, and ctype.h.
7078 (maint_btrace_cmdlist, maint_btrace_set_cmdlist)
7079 (maint_btrace_show_cmdlist, maint_btrace_pt_set_cmdlist)
7080 (maint_btrace_pt_show_cmdlist, maint_btrace_pt_skip_pad)
7081 (btrace_maint_clear): New.
7082 (btrace_fetch, btrace_clear): Call btrace_maint_clear.
7083 (pt_print_packet, btrace_maint_decode_pt)
7084 (btrace_maint_update_pt_packets, btrace_maint_update_packets)
7085 (btrace_maint_print_packets, get_uint, get_context_size, no_chunk)
7086 (maint_btrace_packet_history_cmd)
7087 (maint_btrace_clear_packet_history_cmd, maint_btrace_clear_cmd)
7088 (maint_btrace_cmd, maint_btrace_set_cmd, maint_btrace_show_cmd)
7089 (maint_btrace_pt_set_cmd, maint_btrace_pt_show_cmd)
7090 (maint_info_btrace_cmd, _initialize_btrace): New.
7091 * btrace.h (btrace_pt_packet, btrace_pt_packet_s)
7092 (btrace_maint_packet_history, btrace_maint_info): New.
7093 (btrace_thread_info) <maint>: New.
7094 * NEWS: Announce it.
7095
7096 2015-07-02 Markus Metzger <markus.t.metzger@intel.com>
7097
7098 * btrace.c (btrace_fetch): Append the new trace data.
7099 (btrace_clear): Clear the stored trace data.
7100 * btrace.h (btrace_thread_info) <data>: New.
7101 * common/btrace-common.h (btrace_data_clear)
7102 (btrace_data_append): New.
7103 * common/btrace-common.c (btrace_data_clear)
7104 (btrace_data_append): New.
7105
7106 2015-07-02 Markus Metzger <markus.t.metzger@intel.com>
7107
7108 * nat/linux-btrace.c (linux_enable_bts): Check for
7109 PERF_ATTR_SIZE_VER5.
7110 Check for data_offset and data_size fields. Use them.
7111
7112 2015-07-02 Markus Metzger <markus.t.metzger@intel.com>
7113
7114 * NEWS: Announce new commands "record btrace pt" and "record pt".
7115 Announce new options "set|show record btrace pt buffer-size".
7116 * btrace.c: Include "rsp-low.h".
7117 Include "inttypes.h".
7118 (btrace_add_pc): Add forward declaration.
7119 (pt_reclassify_insn, ftrace_add_pt, btrace_pt_readmem_callback)
7120 (pt_translate_cpu_vendor, btrace_finalize_ftrace_pt)
7121 (btrace_compute_ftrace_pt): New.
7122 (btrace_compute_ftrace): Support BTRACE_FORMAT_PT.
7123 (check_xml_btrace_version): Update version check.
7124 (parse_xml_raw, parse_xml_btrace_pt_config_cpu)
7125 (parse_xml_btrace_pt_raw, parse_xml_btrace_pt)
7126 (btrace_pt_config_cpu_attributes, btrace_pt_config_children)
7127 (btrace_pt_children): New.
7128 (btrace_children): Add support for "pt".
7129 (parse_xml_btrace_conf_pt, btrace_conf_pt_attributes): New.
7130 (btrace_conf_children): Add support for "pt".
7131 * btrace.h: Include "intel-pt.h".
7132 (btrace_pt_error): New.
7133 * common/btrace-common.c (btrace_format_string, btrace_data_fini)
7134 (btrace_data_empty): Support BTRACE_FORMAT_PT.
7135 * common/btrace-common.h (btrace_format): Add BTRACE_FORMAT_PT.
7136 (struct btrace_config_pt): New.
7137 (struct btrace_config)<pt>: New.
7138 (struct btrace_data_pt_config, struct btrace_data_pt): New.
7139 (struct btrace_data)<pt>: New.
7140 * features/btrace-conf.dtd (btrace-conf)<pt>: New.
7141 (pt): New.
7142 * features/btrace.dtd (btrace)<pt>: New.
7143 (pt, pt-config, cpu): New.
7144 * nat/linux-btrace.c (perf_event_read, perf_event_read_all)
7145 (perf_event_pt_event_type, kernel_supports_pt)
7146 (linux_supports_pt): New.
7147 (linux_supports_btrace): Support BTRACE_FORMAT_PT.
7148 (linux_enable_bts): Free tinfo on error.
7149 (linux_enable_pt): New.
7150 (linux_enable_btrace): Support BTRACE_FORMAT_PT.
7151 (linux_disable_pt): New.
7152 (linux_disable_btrace): Support BTRACE_FORMAT_PT.
7153 (linux_fill_btrace_pt_config, linux_read_pt): New.
7154 (linux_read_btrace): Support BTRACE_FORMAT_PT.
7155 * nat/linux-btrace.h (struct btrace_tinfo_pt): New.
7156 (struct btrace_target_info)<pt>: New.
7157 * record-btrace.c (set_record_btrace_pt_cmdlist)
7158 (show_record_btrace_pt_cmdlist): New.
7159 (record_btrace_print_pt_conf): New.
7160 (record_btrace_print_conf): Support BTRACE_FORMAT_PT.
7161 (btrace_ui_out_decode_error): Support BTRACE_FORMAT_PT.
7162 (cmd_record_btrace_pt_start): New.
7163 (cmd_record_btrace_start): Support BTRACE_FORMAT_PT.
7164 (cmd_set_record_btrace_pt, cmd_show_record_btrace_pt): New.
7165 (_initialize_record_btrace): Add new commands.
7166 * remote.c (PACKET_Qbtrace_pt, PACKET_Qbtrace_conf_pt_size): New.
7167 (remote_protocol_features): Add "Qbtrace:pt".
7168 Add "Qbtrace-conf:pt:size".
7169 (remote_supports_btrace): Support BTRACE_FORMAT_PT.
7170 (btrace_sync_conf): Support PACKET_Qbtrace_conf_pt_size.
7171 (remote_enable_btrace): Support BTRACE_FORMAT_PT.
7172 (_initialize_remote): Add new commands.
7173
7174 2015-07-02 Markus Metzger <markus.t.metzger@intel.com>
7175
7176 * configure.ac: check for libipt
7177 * configure: Regenerate.
7178 * config.in: Regenerate.
7179 * Makefile.in (LIBIPT): New.
7180 (CLIBS): Add $LIBIPT.
7181 * NEWS: document new configure options
7182
7183 2015-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
7184
7185 * compile/compile-object-load.c (compile_object_load): Replace debug
7186 message "lookup undefined ELF symbol" by 3 more specific messages.
7187
7188 2015-07-01 Kevin Buettner <kevinb@redhat.com>
7189
7190 * rl78-tdep.c (struct gdbarch_tdep): Add new field, rl78_psw_type.
7191 (rl78_register_type): Add case for RL78_PSW_REGNUM.
7192 (rl78_gdbarch_init): Initialize rl78_psw_type.
7193
7194 2015-07-01 Patrick Palka <patrick@parcs.ath.cx>
7195
7196 * tui/tui-hooks.c (tui_refresh_frame_and_register_information):
7197 Update commentary. Always refresh the registers when frame
7198 information has changed.
7199 * tui/tui-stack.c (tui_show_frame_info): Update commentary.
7200 Change return type to int. Return 1 if frame information has
7201 changed, 0 otherwise.
7202 (tui_before_prompt): Update commentary.
7203 * tui/tui-stack.h (tui_show_frame_info): Change return type to
7204 int.
7205
7206 2015-06-30 Patrick Palka <patrick@parcs.ath.cx>
7207
7208 PR tui/13378
7209 * frame.c (select_frame): Remove reference to
7210 deprecated_selected_frame_level_changed_hook.
7211 * frame.h (deprecated_selected_frame_level_changed_hook): Remove
7212 declaration.
7213 * stack.c (deprecated_selected_frame_level_changed_hook):
7214 Likewise.
7215 * tui/tui-hooks.c (tui_selected_frame_level_changed_hook):
7216 Rename to ...
7217 (tui_refresh_frame_and_register_information): ... this. Bail
7218 out if there is no stack. Don't update register information
7219 unless registers_too_p is true.
7220 (tui_print_frame_info_listing_hook): Rename to ...
7221 (tui_dummy_print_frame_info_listing_hook): ... this.
7222 (tui_before_prompt): New function.
7223 (tui_normal_stop): New function.
7224 (tui_before_prompt_observer): New observer.
7225 (tui_normal_stop_observer): New observer.
7226 (tui_install_hooks): Set
7227 deprecated_print_frame_info_listing_hook to
7228 tui_dummy_print_frame_info_listing_hook. Register
7229 tui_before_prompt_observer to call tui_before_prompt and
7230 tui_normal_stop_observer to call tui_normal_stop. Remove
7231 reference to deprecated_selected_frame_level_changed_hook.
7232 (tui_remove_hooks): Detach and unset tui_before_prompt_observer
7233 and tui_normal_stop_observer. Remove reference to
7234 deprecated_selected_frame_level_changed_hook.
7235
7236 2015-06-30 Patrick Palka <patrick@parcs.ath.cx>
7237
7238 PR tui/13378
7239 * tui/tui-stack.c (tui_set_locator_info): Change prototype to
7240 return an int instead of void. Return whether the locator
7241 window has changed.
7242 (tui_show_frame_info): If the locator info has not changed, then
7243 bail out early to avoid refreshing the windows.
7244
7245 2015-06-30 Patrick Palka <patrick@parcs.ath.cx>
7246
7247 * tui/tui-stack.c (tui_set_locator_info): Explicitly pass
7248 LOCATOR_WIN to tui_alloc_content.
7249
7250 2015-06-30 Yao Qi <yao.qi@linaro.org>
7251
7252 PR tdep/18605
7253 * arm-tdep.c (arm_get_next_pc_raw): Break for media
7254 instructions.
7255
7256 2015-06-29 Kevin Buettner <kevinb@redhat.com>
7257
7258 * rx-tdep.c (RX_PSW_REGNUM): New enum constant.
7259 (rx_dwarf_reg_to_regnum): New function.
7260 (rx_gdbarch_init): Register rx_dwarf_reg_to_regnum. Use dwarf2
7261 unwinding.
7262
7263 2015-06-29 Pedro Alves <palves@redhat.com>
7264
7265 PR threads/18127
7266 * infcall.c (run_inferior_call): On infcall success, if the thread
7267 was marked stopped before, reset it back to stopped.
7268 * infrun.c (resume): Don't suppress the set_running calls when
7269 doing an infcall.
7270 (normal_stop): Only discard the finish_thread_state cleanup if the
7271 infcall succeeded.
7272
7273 2015-06-29 Pierre Langlois <pierre.langlois@arm.com>
7274
7275 * MAINTAINERS (Write After Approval): Update my email address.
7276
7277 2015-06-26 Keith Seitz <keiths@redhat.com>
7278 Doug Evans <dje@google.com>
7279
7280 PR 16253
7281 * block.c (block_lookup_symbol): For non-function blocks,
7282 continue to search for a symbol with an exact domain match
7283 Otherwise, return any previously found "best domain" symbol.
7284 (block_lookup_symbol_primary): Likewise.
7285
7286 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
7287
7288 * NEWS: Mention the new option "history remove-duplicates".
7289 * top.c (history_remove_duplicates): New static variable.
7290 (show_history_remove_duplicates): New static function.
7291 (gdb_add_history): Conditionally remove duplicate history
7292 entries.
7293 (init_main): Add "history remove-duplicates" option.
7294
7295 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
7296
7297 * tui/tui-win.c (focus_completer): New static function.
7298 (_initialize_tui_win): Set the completion function of the
7299 "focus" command to focus_completer.
7300
7301 2015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
7302
7303 * linespec.c (minsym_found): Reset sal.PC for COMPUNIT_LOCATIONS_VALID
7304 and language_asm..
7305 * symtab.c (find_function_start_sal): Likewise.
7306
7307 2015-06-25 Gary Benson <gbenson@redhat.com>
7308
7309 * solib.c (solib_find_1): Set local variable sysroot to NULL if
7310 it is the empty string after trailing slashes have been stripped.
7311
7312 2015-06-25 Gary Benson <gbenson@redhat.com>
7313
7314 * exec.c (exec_file_locate_attach): Remove gdb_sysroot NULL check.
7315 * infrun.c (follow_exec): Likewise.
7316 * remote.c (remote_filesystem_is_local): Likewise.
7317 * solib.c (solib_find_1): Likewise.
7318
7319 2015-06-24 Keith Seitz <keiths@redhat.com>
7320
7321 * build-id.c (build_id_to_debug_bfd): Add cleanup to free
7322 return value from lrealpath.
7323
7324 2015-06-24 Mike Frysinger <vapier@gentoo.org>
7325
7326 * remote-sim.c (gdbsim_open): Move sysroot update to the top.
7327
7328 2015-06-24 Mike Frysinger <vapier@gentoo.org>
7329
7330 * remote-sim.c: Include gdb_bfd.h.
7331 (gdbsim_open): Declare new local sysroot pointing to gdb_sysroot.
7332 Skip TARGET_SYSROOT_PREFIX in gdb_sysroot when it is active.
7333
7334 2015-06-24 Yao Qi <yao.qi@linaro.org>
7335
7336 * aarch64-linux-tdep.c (aarch64_linux_init_abi): Don't call
7337 set_gdbarch_get_siginfo_type.
7338 * amd64-linux-tdep.c (amd64_linux_init_abi_common): Likewise.
7339 * arm-linux-tdep.c (arm_linux_init_abi): Likewise.
7340 * i386-linux-tdep.c (i386_linux_init_abi): Likewise.
7341 * m68klinux-tdep.c (m68k_linux_init_abi): Likewise.
7342 * ppc-linux-tdep.c (ppc_linux_init_abi): Likewise.
7343 * s390-linux-tdep.c (s390_gdbarch_init): Likewise.
7344 * tilegx-linux-tdep.c (tilegx_linux_init_abi): Likewise.
7345 * linux-tdep.c (linux_get_siginfo_type): Change it to static.
7346 (linux_init_abi): Call set_gdbarch_get_siginfo_type.
7347 * linux-tdep.h (linux_get_siginfo_type): Remove the declaration.
7348
7349 2015-06-24 Gary Benson <gbenson@redhat.com>
7350
7351 * common/buffer.c (stdint.h): Do not include.
7352 * common/print-utils.c (stdint.h): Likewise.
7353 * compile/compile-c-symbols.c (gdb_assert.h): Likewise.
7354 * compile/compile-c-types.c (gdb_assert.h): Likewise.
7355 * ft32-tdep.c (gdb_assert.h): Likewise.
7356 * guile/scm-utils.c (stdint.h): Likewise.
7357 * i386-linux-tdep.c (stdint.h): Likewise.
7358 * i386-tdep.c (stdint.h): Likewise.
7359 * nat/linux-btrace.c (stdint.h): Likewise.
7360 * nat/linux-btrace.h (stdint.h): Likewise.
7361 * nat/linux-ptrace.c (stdint.h): Likewise.
7362 * nat/mips-linux-watch.h (stdint.h): Likewise.
7363 * ppc-linux-nat.c (stdint.h): Likewise.
7364 * python/python-internal.h (stdint.h): Likewise.
7365 * stub-termcap.c (stdlib.h): Likewise.
7366 * target/target.h (stdint.h): Likewise.
7367 * xtensa-linux-nat.c (stdint.h): Likewise.
7368
7369 2015-06-23 Patrick Palka <patrick@parcs.ath.cx>
7370
7371 * top.c (init_history): Look at errno after calling strtol to
7372 properly map large GDBHISTSIZE values to infinity.
7373
7374 2015-06-23 Doug Evans <dje@google.com>
7375
7376 * inferior.h (struct inferior_suspend_state): Delete, unused.
7377 All references deleted.
7378
7379 2015-06-23 Mike Frysinger <vapier@gentoo.org>
7380
7381 * microblaze-tdep.c (microblaze_push_dummy_code): Delete.
7382 (microblaze_push_dummy_call): Likewise.
7383 (microblaze_gdbarch_init): Delete calls to set_gdbarch_push_dummy_code
7384 and set_gdbarch_push_dummy_call.
7385
7386 2015-06-23 Yao Qi <yao.qi@linaro.org>
7387
7388 * amd64-linux-nat.c (amd64_linux_fetch_inferior_registers):
7389 Check whether have_ptrace_getregset is TRIBOOL_TRUE explicitly.
7390 (amd64_linux_store_inferior_registers): Likewise.
7391 * arm-linux-nat.c (fetch_fpregister): Likewise.
7392 (fetch_fpregs, store_fpregister): Likewise.
7393 (store_fpregister, store_fpregs): Likewise.
7394 (fetch_register, fetch_regs): Likewise.
7395 (store_register, store_regs): Likewise.
7396 (fetch_vfp_regs, store_vfp_regs): Likewise.
7397 (arm_linux_read_description): Check have_ptrace_getregset is
7398 TRIBOOL_UNKNOWN. Set have_ptrace_getregset to TRIBOOL_TRUE
7399 or TRIBOOL_FALSE.
7400 * i386-linux-nat.c (fetch_xstateregs): Check
7401 have_ptrace_getregset is not TRIBOOL_TRUE.
7402 (store_xstateregs): Likewise.
7403 * linux-nat.c (have_ptrace_getregset): Change its type to
7404 enum tribool.
7405 * linux-nat.h (tribool): New enum.
7406 * x86-linux-nat.c (x86_linux_read_description): Use enum tribool.
7407 Check whether have_ptrace_getregset is TRIBOOL_TRUE.
7408
7409 2015-06-19 Doug Evans <dje@google.com>
7410
7411 * NEWS: Mention Sun's version of stabs is no longer supported.
7412 * elfread.c (free_elfinfo): Delete. All uses updated.
7413 (elfstab_offset_sections): Delete. All uses updated.
7414 * gdb-stabs.h (stab_section_info): Delete. All uses updated.
7415 * psympriv.h (partial_symtab) <section_offsets>: Delete.
7416 All uses updated.
7417 * psymtab.c (start_psymtab_common): Delete arg section_offsets.
7418 All callers updated.
7419
7420 2015-06-18 Simon Marchi <simon.marchi@ericsson.com>
7421
7422 * common/rsp-low.c (needs_escaping): New.
7423 (remote_escape_output): Add unit_size parameter. Refactor to
7424 support multi-byte addressable units. Rename parameters.
7425 * common/rsp-low.h (remote_escape_output): Add unit_size
7426 parameter and rename others. Update doc.
7427 * remote.c (align_for_efficient_write): New.
7428 (remote_write_bytes_aux): Add unit_size parameter and use it.
7429 Rename some variables. Update doc.
7430 (remote_xfer_partial): Get unit size and use it.
7431 (remote_read_bytes_1): Add unit_size parameter and use it.
7432 Rename some variables. Update doc.
7433 (remote_write_bytes): Same.
7434 (remote_xfer_live_readonly_partial): Same.
7435 (remote_read_bytes): Same.
7436 (remote_flash_write): Update call to remote_write_bytes_aux.
7437 (remote_write_qxfer): Update call to remote_escape_output.
7438 (remote_search_memory): Same.
7439 (remote_hostio_pwrite): Same.
7440
7441 2015-06-17 Luis Machado <lgustavo@codesourcery.com>
7442
7443 * breakpoint.c (add_location_to_breakpoint): Don't mark permanent
7444 locations as inserted.
7445 Update and expand comment about permanent locations.
7446 (bp_loc_is_permanent): Don't return 0 for bp_call_dummy.
7447 Move comment to add_location_to_breakpoint.
7448 (update_global_location_list): Don't error out if a permanent
7449 breakpoint is not marked inserted.
7450 Don't error out if a non-permanent breakpoint location is inserted on
7451 top of a permanent breakpoint.
7452
7453 2015-06-17 Luis Machado <lgustavo@codesourcery.com>
7454
7455 * breakpoint.c (make_breakpoint_permanent): Remove unused
7456 function.
7457 * breakpoint.h (make_breakpoint_permanent): Remove declaration.
7458
7459 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
7460
7461 PR gdb/16999
7462 * NEWS: Mention new GDBHISTSIZE behavior.
7463 * top.c (init_history): For null or out-of-range GDBHISTSIZE,
7464 set history size to unlimited. Ignore non-numeric GDBHISTSIZE.
7465
7466 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
7467
7468 * NEWS: Mention that GDBHISTSIZE is read instead of HISTSIZE.
7469 * top.c (init_history): Read from GDBHISTSIZE instead of
7470 HISTSIZE.
7471 (init_main): Refer to GDBHISTSIZE instead of HISTSIZE.
7472
7473 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
7474
7475 * top.c (gdb_safe_append_history): Do not call
7476 history_truncate_file if the history is not stifled.
7477
7478 2015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
7479
7480 * syscalls/s390-linux.xml: Add syscalls 344 through 354.
7481 * syscalls/s390x-linux.xml: Likewise.
7482
7483 2015-06-16 Michael Eager <eager@eagercon.com>
7484
7485 * nat/linux-namespaces.c (MSG_CMSG_CLOEXEC): Define if not defined.
7486
7487 2015-06-16 Patrick Palka <patrick@parcs.ath.cx>
7488
7489 * tui/tui-hooks.c (tui_selected_frame_level_changed_hook): Call
7490 target_terminal_ours_for_output() before calling
7491 tui_show_frame_info(), and restore the original terminal
7492 settings afterwards.
7493
7494 2015-06-16 Martin Simmons <martin@lispworks.com> (tiny patch)
7495
7496 * arm-linux-nat.c: Include nat/linux-ptrace.h.
7497
7498 2015-06-15 Simon Marchi <simon.marchi@ericsson.com>
7499
7500 * mi/mi-main.c (mi_cmd_data_read_memory_bytes): Consider addressable
7501 memory unit size.
7502 (mi_cmd_data_write_memory_bytes): Same.
7503
7504 2015-06-15 Simon Marchi <simon.marchi@ericsson.com>
7505
7506 * corefile.c (write_memory): Update doc.
7507 * gdbcore.h (write_memory): Same.
7508
7509 2015-06-15 Jan Kratochvil <jan.kratochvil@redhat.com>
7510
7511 * linux-tdep.c (enum filterflags): Make it from anonymous enum.
7512 (dump_mapping_p): Use it for parameter filterflags.
7513 (linux_find_memory_regions_full): Use it for variable filterflags.
7514
7515 2015-06-15 Aleksandar Ristovski <aristovski@qnx.com
7516 Jan Kratochvil <jan.kratochvil@redhat.com>
7517
7518 Merge multiple hex conversions.
7519 * monitor.c: Include rsp-low.h.
7520 (fromhex): Remove definition.
7521
7522 2015-06-15 Aleksandar Ristovski <aristovski@qnx.com
7523 Jan Kratochvil <jan.kratochvil@redhat.com>
7524
7525 Move utility functions to common/.
7526 * cli/cli-utils.c (skip_spaces, skip_spaces_const, skip_to_space_const):
7527 Move defs to common/common-utils.c.
7528 * cli/cli-utils.h (skip_spaces, skip_spaces_const, skip_to_space)
7529 (skip_to_space_const): Move decls to common/common-utils.h.
7530 * common/common-defs.h: Move include of common-types.h before
7531 common-utils.h.
7532 * common/common-utils.c: Include host-defs.h and ctype.h.
7533 (HIGH_BYTE_POSN, is_digit_in_base, digit_to_int, strtoulst): Move
7534 from utils.c.
7535 (skip_spaces, skip_spaces_const, skip_to_space_const): Move from
7536 cli/cli-utils.c.
7537 * common/common-utils.h (strtoulst): Move decl from utils.h.
7538 (skip_spaces, skip_spaces_const, skip_to_space, skip_to_space_const):
7539 Move from cli/cli-utils.h.
7540 * common/host-defs.h: Include limits.h.
7541 (TARGET_CHAR_BIT, HOST_CHAR_BIT): Moved from defs.h.
7542 (skip_spaces, skip_spaces_const): Move decls from cli/cli-utils.h.
7543 * defs.h (TARGET_CHAR_BIT, HOST_CHAR_BIT): Move to
7544 common/common-utils.h.
7545 * utils.c (HIGH_BYTE_POSN, is_digit_in_base, digit_to_int)
7546 (strtoulst): Move to common/common-utils.c.
7547 * utils.h (strtoulst): Moved decl to common/common-utils.h.
7548
7549 2015-06-15 Yao Qi <yao.qi@linaro.org>
7550
7551 * data-directory/Makefile.in (SYSCALLS_FILES): Add aarch64-linux.xml.
7552
7553 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
7554
7555 * build-id.c: Don't include elf-bfd.h.
7556 (build_id_bfd_get): Use bfd_build_id.
7557 (build_id_verify): Ditto.
7558 * build-id.h: Ditto.
7559 (find_separate_debug_file_by_buildid): Ditto.
7560 * python/py-objfile.c: Don't include elf-bfd.h.
7561 (objfpy_get_build_id) Use bfd_build_id.
7562 (objfpy_build_id_matches, objfpy_lookup_objfile_by_build_id): Ditto.
7563 * coffread.c: Include build-id.h.
7564 (coff_symfile_read): Try find_separate_debug_file_by_buildid.
7565
7566 2015-06-03 Jon Turney <jon.turney@dronecode.org.uk>
7567
7568 * windows-nat.c (do_windows_fetch_inferior_registers)
7569 (handle_output_debug_string): Replace __COPY_CONTEXT_SIZE
7570 conditional with __CYGWIN__.
7571
7572 2015-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
7573
7574 * completer.c: Add arch-utils.h include.
7575 (enum reg_completer_targets): New enum.
7576 (reg_or_group_completer_1): New function containing old
7577 reg_or_group_completer, add and use new parameter to control what
7578 is completed on. Use get_current_arch rather than architecture of
7579 currently selected frame.
7580 (reg_or_group_completer): Call new reg_or_group_completer_1.
7581 (reggroup_completer): Call new reg_or_group_completer_1.
7582 * completer.h (reggroup_completer): Add declaration.
7583 * tui/tui-regs.c: Add 'completer.h' include.
7584 (tui_reg_next_command): Renamed to...
7585 (tui_reg_next): ...this. Adjust parameters and return rather than
7586 display new group.
7587 (tui_reg_prev_command): Renamed to...
7588 (tui_reg_prev): ...this. Adjust parameters and return rather than
7589 display new group.
7590 (tui_reg_float_command): Delete.
7591 (tui_reg_general_command): Delete.
7592 (tui_reg_system_command): Delete.
7593 (tui_reg_command): Rewrite to perform switching of register group.
7594 Add header comment.
7595 (tuireglist): Remove.
7596 (tui_reggroup_completer): New function.
7597 (_initialize_tui_regs): Remove 'tui reg' sub-commands, update
7598 creation of 'tui reg' command.
7599 * NEWS: Add comment about 'tui reg' changes.
7600
7601 2015-06-12 Simon Marchi <simon.marchi@ericsson.com>
7602
7603 * target.c (target_read): Consider addressable unit size when
7604 reading from a memory object.
7605 (read_memory_robust): Same.
7606 (read_whatever_is_readable): Same.
7607 (target_write_with_progress): Consider addressable unit size
7608 when writing to a memory object.
7609 * target.h (target_read): Update documentation.
7610 (target_write): Add documentation.
7611
7612 2015-06-12 Simon Marchi <simon.marchi@ericsson.com>
7613
7614 * arch-utils.h (default_addressable_memory_unit_size): New.
7615 * arch-utils.c (default_addressable_memory_unit_size): New.
7616 * gdbarch.sh (addressable_memory_unit_size): New.
7617 * gdbarch.h: Re-generate.
7618 * gdbarch.c: Re-generate.
7619
7620 2015-06-12 Simon Marchi <simon.marchi@ericsson.com>
7621
7622 * target.c (target_read): Rename variables and use
7623 TARGET_XFER_E_IO.
7624 (target_read_with_progress): Same.
7625 (read_memory_robust): Constify parameters and rename
7626 variables.
7627 (read_whatever_is_readable): Constify parameters,
7628 rename variables, adjust formatting.
7629 * target.h (read_memory_robust): Constify parameters.
7630
7631 2015-06-12 Ulrich Weigand <uweigand@de.ibm.com>
7632
7633 * ppc-sysv-tdep.c (ppc64_sysv_abi_return_value_base): Handle short
7634 synthetic (non-AltiVec) vector types.
7635 (ppc64_sysv_abi_return_value): Likewise.
7636
7637 2015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
7638
7639 PR breakpoints/16465
7640 * breakpoint.c (create_breakpoint): Save extra_string for
7641 pending breakpoints.
7642
7643 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
7644
7645 * i386-tdep.c (i386_mpx_get_bt_entry): Add a cast for mpx_bd_mask
7646 and bt_mask to CORE_ADDR.
7647
7648 2015-06-11 Gary Benson <gbenson@redhat.com>
7649
7650 * nat/linux-namespaces.c (mnsh_send_message): Use pulongest.
7651 (mnsh_recv_message): Likewise.
7652
7653 2015-06-11 Walfred Tedeschi <walfred.tedeschi@intel.com>
7654
7655 * i386-tdep.c (i386_mpx_print_bounds): use of LONGEST instead of
7656 long long int and plongest instead of %ll.
7657
7658 2015-06-11 Gary Benson <gbenson@redhat.com>
7659
7660 * nat/linux-namespaces.c (gdb_wait.h): New include.
7661 (sys/wait.h): Do not include.
7662
7663 2015-06-10 Simon Marchi <simon.marchi@ericsson.com>
7664
7665 * dwarf2read.c (dwarf_record_line): Call dwarf_record_line if
7666 end_sequence is true.
7667
7668 2015-06-10 Jan Kratochvil <jan.kratochvil@redhat.com>
7669
7670 Code cleanup.
7671 * solib-target.c (library_list_start_list): Use explicit NULL
7672 comparison.
7673
7674 2015-06-10 Jan Kratochvil <jan.kratochvil@redhat.com>
7675
7676 * solib-target.c (library_list_start_list): Do not dereference
7677 variable version in its initialization. Make the VERSION check handle
7678 NULL.
7679 (library_list_attributes): Make "version" GDB_XML_AF_OPTIONAL.
7680
7681 2015-06-10 Gary Benson <gbenson@redhat.com>
7682
7683 * NEWS: Announce support for direct access of executable and
7684 shared library files when attaching to inferiors in containers
7685 on GNU/Linux systems.
7686
7687 2015-06-10 Gary Benson <gbenson@redhat.com>
7688
7689 * remote.c (struct remote_state) <fs_pid>: New field.
7690 (new_remote_state): Initialize the above.
7691 (PACKET_vFile_setfs): New enum value.
7692 (remote_hostio_set_filesystem): New function.
7693 (remote_hostio_open): Call the above.
7694 (remote_hostio_unlink): Likewise.
7695 (remote_hostio_readlink): Likewise.
7696 (_initialize_remote): Register new "set/show remote
7697 hostio-setfs-packet" command.
7698 * NEWS: Announce new vFile:setfs packet.
7699
7700 2015-06-10 Gary Benson <gbenson@redhat.com>
7701
7702 * linux-nat.c (nat/linux-namespaces.h): New include.
7703 (fileio.h): Likewise.
7704 (linux_nat_filesystem_is_local): New function.
7705 (linux_nat_fileio_pid_of): Likewise.
7706 (linux_nat_fileio_open): Likewise.
7707 (linux_nat_fileio_readlink): Likewise.
7708 (linux_nat_fileio_unlink): Likewise.
7709 (linux_nat_add_target): Initialize to_filesystem_is_local,
7710 to_fileio_open, to_fileio_readlink and to_fileio_unlink.
7711 (_initialize_linux_nat): New "set/show debug linux-namespaces"
7712 commands.
7713 * NEWS: Mention new "set/show debug linux-namespaces" commands.
7714
7715 2015-06-10 Gary Benson <gbenson@redhat.com>
7716
7717 * target.h (struct inferior): New forward declaration.
7718 (struct target_ops) <to_filesystem_is_local>: Update comment.
7719 (struct target_ops) <to_fileio_open>: New argument inf.
7720 Update comment. All implementations updated.
7721 (struct target_ops) <to_fileio_unlink>: Likewise.
7722 (struct target_ops) <to_fileio_readlink>: Likewise.
7723 (target_filesystem_is_local): Update comment.
7724 (target_fileio_open): New argument inf. Update comment.
7725 (target_fileio_unlink): Likewise.
7726 (target_fileio_readlink): Likewise.
7727 (target_fileio_read_alloc): Likewise.
7728 (target_fileio_read_stralloc): Likewise.
7729 * target.c (target_fileio_open): New argument inf.
7730 Pass inf to implementation. Update debug printing.
7731 (target_fileio_unlink): Likewise.
7732 (target_fileio_readlink): Likewise.
7733 (target_fileio_read_alloc_1): New argument inf. Pass inf
7734 to target_fileio_open.
7735 (target_fileio_read_alloc): New argument inf. Pass inf to
7736 target_fileio_read_alloc_1.
7737 (target_fileio_read_stralloc): Likewise.
7738 * gdb_bfd.c (inferior.h): New include.
7739 (gdb_bfd_iovec_fileio_open): Replace unused "open_closure"
7740 argument with new argument "inferior". Pass inferior to
7741 target_fileio_open.
7742 (gdb_bfd_open): Supply inferior argument to
7743 gdb_bfd_iovec_fileio_open.
7744 * linux-tdep.c (linux_info_proc): Supply inf argument to
7745 relevant target_fileio calls.
7746 (linux_find_memory_regions_full): Likewise.
7747 (linux_fill_prpsinfo): Likewise.
7748 * remote.c (remote_filesystem_is_local): Supply inf
7749 argument to remote_hostio_open.
7750 (remote_file_put): Likewise.
7751 (remote_file_get): Likewise.
7752 (remote_file_delete): Supply inf argument to
7753 remote_hostio_unlink.
7754
7755 2015-06-10 Gary Benson <gbenson@redhat.com>
7756
7757 * inf-child.c (inf_child_fileio_open): Replace comment.
7758 (inf_child_fileio_pwrite): Likewise.
7759 (inf_child_fileio_pread): Likewise.
7760 (inf_child_fileio_fstat): Insert blank line before comment.
7761 (inf_child_fileio_close): Replace comment.
7762 (inf_child_fileio_unlink): Likewise.
7763 (inf_child_fileio_readlink): Likewise.
7764 * remote.c (remote_hostio_open): Likewise.
7765 (remote_hostio_pread): Likewise.
7766 (remote_hostio_pwrite): Likewise.
7767 (remote_hostio_close): Likewise.
7768 (remote_hostio_unlink): Likewise.
7769 (remote_hostio_readlink): Likewise.
7770 (remote_hostio_fstat): Likewise.
7771 (remote_filesystem_is_local): Likewise.
7772 * target.c (target_fileio_open): Likewise.
7773 (target_fileio_pwrite): Likewise.
7774 (target_fileio_pread): Likewise.
7775 (target_fileio_fstat): Insert blank line before comment.
7776 (target_fileio_close): Replace comment.
7777 (target_fileio_unlink): Likewise.
7778 (target_fileio_readlink): Likewise.
7779 (target_fileio_read_alloc): Likewise.
7780 (target_fileio_read_stralloc): Likewise.
7781
7782 2015-06-10 Gary Benson <gbenson@redhat.com>
7783
7784 * linux-thread-db.c (nat/linux-namespaces.h): New include.
7785 (check_pid_namespace_match): Use linux_ns_same rather than
7786 linux_proc_pid_get_ns to spot PID namespace mismatches.
7787 * nat/linux-procfs.h (linux_proc_pid_get_ns): Remove.
7788 * nat/linux-procfs.c (linux_proc_pid_get_ns): Likewise.
7789
7790 2015-06-10 Gary Benson <gbenson@redhat.com>
7791
7792 * configure.ac (AC_CHECK_FUNCS): Add setns.
7793 * config.in: Regenerate.
7794 * configure: Likewise.
7795 * nat/linux-namespaces.h: New file.
7796 * nat/linux-namespaces.c: Likewise.
7797 * Makefile.in (HFILES_NO_SRCDIR): Add nat/linux-namespaces.h.
7798 (linux-namespaces.o): New rule.
7799 * config/aarch64/linux.mh (NATDEPFILES): Add linux-namespaces.o.
7800 * config/alpha/alpha-linux.mh (NATDEPFILES): Likewise.
7801 * config/arm/linux.mh (NATDEPFILES): Likewise.
7802 * config/i386/linux.mh (NATDEPFILES): Likewise.
7803 * config/i386/linux64.mh (NATDEPFILES): Likewise.
7804 * config/ia64/linux.mh (NATDEPFILES): Likewise.
7805 * config/m32r/linux.mh (NATDEPFILES): Likewise.
7806 * config/m68k/linux.mh (NATDEPFILES): Likewise.
7807 * config/mips/linux.mh (NATDEPFILES): Likewise.
7808 * config/pa/linux.mh (NATDEPFILES): Likewise.
7809 * config/powerpc/linux.mh (NATDEPFILES): Likewise.
7810 * config/powerpc/ppc64-linux.mh (NATDEPFILES): Likewise.
7811 * config/powerpc/spu-linux.mh (NATDEPFILES): Likewise.
7812 * config/s390/linux.mh (NATDEPFILES): Likewise.
7813 * config/sparc/linux.mh (NATDEPFILES): Likewise.
7814 * config/sparc/linux64.mh (NATDEPFILES): Likewise.
7815 * config/tilegx/linux.mh (NATDEPFILES): Likewise.
7816 * config/xtensa/linux.mh (NATDEPFILES): Likewise.
7817
7818 2015-06-10 Gary Benson <gbenson@redhat.com>
7819
7820 * utils.h (make_cleanup_close): Moved to common/filestuff.h.
7821 * utils.c (do_close_cleanup): Moved to common/filestuff.c.
7822 (make_cleanup_close): Likewise.
7823 * common/filestuff.h (make_cleanup_close): Moved from utils.h.
7824 * common/filestuff.c (do_close_cleanup): Moved from utils.c.
7825 (make_cleanup_close): Likewise.
7826
7827 2015-06-03 Jon Turney <jon.turney@dronecode.org.uk>
7828
7829 * windows-nat.c (thread_rec): Also ignore ERROR_INVALID_HANDLE
7830 from SuspendThread().
7831
7832 2015-06-03 Jon Turney <jon.turney@dronecode.org.uk>
7833
7834 * windows-nat.c (handle_output_debug_string): Trim trailing '\n'
7835 from OutputDebugString.
7836
7837 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
7838 Mircea Gherzan <mircea.gherzan@intel.com>
7839
7840 * i386-tdep.c (MPX_BASE_MASK, MPX_BD_MASK, MPX_BT_MASK, MPX_BD_MASK_32,
7841 MPX_BT_MASK_32): New macros.
7842 (i386_mpx_set_bounds): New function that implements
7843 the command "set-mpx-bound".
7844 (i386_mpx_enabled): Helper function to test MPX availability.
7845 (i386_mpx_bd_base): Helper function to calculate the base directory
7846 address.
7847 (i386_mpx_get_bt_entry): Helper function to access a bound
7848 table entry.
7849 (i386_mpx_print_bounds): Effectively display bound information.
7850 (_initialize_i386_tdep): Add new commands to commands "set mpx" and
7851 "show mpx".
7852 (_initialize_i386_tdep):
7853 Add "bound" to the commands "show mpx" and "set mpx" commands.
7854 (mpx_set_cmdlist and mpx_show_cmdlist): List for the new prefixed "set mpx"
7855 and "show mpx" commands.
7856 * NEWS: List new commands for MPX support.
7857
7858 2015-06-09 Gary Benson <gbenson@redhat.com>
7859
7860 * common/fileio.h (fileio_to_host_mode): New declaration.
7861 * common/fileio.c (fileio_to_host_mode): New Function.
7862 * inf-child.c (inf_child_fileio_open): Process mode argument
7863 with fileio_to_host_mode.
7864
7865 2015-06-09 Gary Benson <gbenson@redhat.com>
7866
7867 * common/fileio.c (fileio_mode_pack): Fix preprocessor
7868 conditional.
7869
7870 2015-06-05 Gary Benson <gbenson@redhat.com>
7871
7872 * gdb_bfd.c (gdb_bfd_open): Move vgdb special case to...
7873 * remote.c (remote_filesystem_is_local): ...here.
7874
7875 2015-06-04 Yao Qi <yao.qi@linaro.org>
7876
7877 * gdbarch.c: Regenerate it.
7878
7879 2015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
7880
7881 * arch-utils.c (default_infcall_munmap): New.
7882 * arch-utils.h (default_infcall_munmap): New declaration.
7883 * compile/compile-object-load.c (struct munmap_list, munmap_list_add)
7884 (munmap_list_free, munmap_listp_free_cleanup): New.
7885 (struct setup_sections_data): Add field munmap_list_headp.
7886 (setup_sections): Call munmap_list_add.
7887 (compile_object_load): New variable munmap_list_head, initialize
7888 setup_sections_data.munmap_list_headp, return munmap_list_head.
7889 * compile/compile-object-load.h (struct munmap_list): New declaration.
7890 (struct compile_module): Add field munmap_list_head.
7891 (munmap_list_free): New declaration.
7892 * compile/compile-object-run.c (struct do_module_cleanup): Add field
7893 munmap_list_head.
7894 (do_module_cleanup): Call munmap_list_free.
7895 (compile_object_run): Pass munmap_list_head to do_module_cleanup.
7896 * gdbarch.c: Regenerate.
7897 * gdbarch.h: Regenerate.
7898 * gdbarch.sh (infcall_munmap): New.
7899 * linux-tdep.c (linux_infcall_munmap): New.
7900 (linux_init_abi): Install it.
7901
7902 2015-06-02 Simon Marchi <simon.marchi@ericsson.com>
7903
7904 PR gdb/15564
7905 * inferior.c (detach_inferior): Call exit_inferior_1 with silent = 0.
7906
7907 2015-06-02 Yao Qi <yao.qi@linaro.org>
7908
7909 * i386-linux-nat.c: Include linux-nat.h.
7910
7911 2015-06-01 Andreas Schwab <schwab@linux-m68k.org>
7912 Jan Kratochvil <jan.kratochvil@redhat.com>
7913
7914 PR symtab/18392
7915 * dwarf2-frame-tailcall.c (pretended_chain_levels): Correct
7916 assertion.
7917 * dwarf2loc.c (chain_candidate): Likewise.
7918
7919 2015-06-01 Yao Qi <yao.qi@linaro.org>
7920
7921 * arm-linux-nat.c (fetch_vfp_regs): Use PTRACE_GETREGSET.
7922 (store_vfp_regs): Use PTRACE_SETREGSET.
7923
7924 2015-06-01 Yao Qi <yao.qi@linaro.org>
7925
7926 * arm-linux-nat.c (fetch_fpregister): Use PTRACE_GETREGSET.
7927 (fetch_fpregs): Likewise.
7928 * arm-linux-nat.c (store_fpregister): Use PTRACE_SETREGSET.
7929 (store_fpregs): Likewise.
7930
7931 2015-06-01 Yao Qi <yao.qi@linaro.org>
7932
7933 * arm-linux-nat.c (fetch_register): Use PTRACE_GETREGSET.
7934 (fetch_regs): Likewise.
7935 (store_regs): Use PTRACE_SETREGSET.
7936 (store_register): Likewise.
7937
7938 2015-06-01 Yao Qi <yao.qi@linaro.org>
7939
7940 * arm-linux-nat.c (arm_linux_read_description): Check whether
7941 kernel supports PTRACE_GETREGSET.
7942
7943 2015-06-01 Yao Qi <yao.qi@linaro.org>
7944
7945 * x86-linux-nat.c (have_ptrace_getregset): Move it to ...
7946 * linux-nat.c: ... here.
7947 * x86-linux-nat.h (have_ptrace_getregset): Move the declaration
7948 to ...
7949 * linux-nat.h: ... here.
7950
7951 2015-06-01 Yao Qi <yao.qi@linaro.org>
7952
7953 * amd64-linux-nat.c: Include "nat/linux-ptrace.h".
7954 * i386-linux-nat.c: Likewise.
7955 * nat/linux-ptrace.h (PTRACE_GETREGSET, PTRACE_SETREGSET): Define.
7956 * s390-linux-nat.c: Include "nat/linux-ptrace.h".
7957 (PTRACE_GETREGSET, PTRACE_SETREGSET): Remove.
7958 * x86-linux-nat.c: Include "nat/linux-ptrace.h".
7959 * x86-linux-nat.h (PTRACE_GETREGSET, PTRACE_SETREGSET): Remove.
7960
7961 2015-05-30 Eli Zaretskii <eliz@gnu.org>
7962
7963 * go32-nat.c (go32_xfer_memory): Fix the return value to be
7964 compatible to what read_child and write_child return. This
7965 unbreaks that DJGPP build of GDB which was broken since v7.7.
7966
7967 2015-05-29 Martin Galvan <martin.galvan@tallertechnologies.com>
7968
7969 * MAINTAINERS (Write After Approval): Add Martin Galvan.
7970
7971 2015-05-29 Roland McGrath <mcgrathr@google.com>
7972
7973 PR gdb/18464
7974 * osabi.c (generic_elf_osabi_sniff_abi_tag_sections): Use warning
7975 rather than internal_error for an unrecognized value.
7976
7977 2015-05-29 Max Filippov <jcmvbkbc@gmail.com>
7978
7979 * xtensa-tdep.c (xtensa_pseudo_register_read)
7980 (xtensa_pseudo_register_write): Don't alias last pseudo register
7981 to a1.
7982
7983 2015-05-28 Don Breazeal <donb@codesourcery.com>
7984
7985 * infrun.c (follow_fork_inferior): Ensure the use of
7986 process-style ptids (pid,0,0) in verbose/debug "Detaching"
7987 messages.
7988
7989 2015-05-28 Doug Evans <dje@google.com>
7990
7991 * dwarf2read.c (record_line_ftype): Remove, duplicate.
7992
7993 2015-05-28 Yao Qi <yao.qi@linaro.org>
7994
7995 * arm-linux-nat.c (arm_linux_has_wmmx_registers): Remove.
7996 (arm_linux_fetch_inferior_registers): Use
7997 tdep->have_wmmx_registers instead of arm_linux_has_wmmx_registers.
7998 (arm_linux_store_inferior_registers): Likewise.
7999 (arm_linux_read_description): Don't set
8000 arm_linux_has_wmmx_registers.
8001 * arm-tdep.c (arm_gdbarch_init): Set
8002 tdep->have_wmmx_registers according target descriptions.
8003 * arm-tdep.h (struct gdbarch_tdep) <have_wmmx_registers>: New
8004 field.
8005
8006 2015-05-28 Yao Qi <yao.qi@linaro.org>
8007
8008 * arm-linux-nat.c (arm_linux_vfp_register_count): Remove.
8009 (fetch_vfp_regs): Use vfp_register_count from gdbarch_tdep
8010 instead of arm_linux_vfp_register_count.
8011 (store_vfp_regs): Likewise.
8012 (arm_linux_fetch_inferior_registers): Likewise.
8013 (arm_linux_store_inferior_registers): Likewise.
8014 (arm_linux_read_description): Don't set
8015 arm_linux_vfp_register_count.
8016 * arm-linux-tdep.c (arm_linux_iterate_over_regset_sections):
8017 Adjust.
8018 * arm-tdep.c (arm_gdbarch_init): Add assert on
8019 vfp_register_count.
8020 * arm-tdep.h (struct gdbarch_tdep) <have_vfp_registers>: Rename
8021 field to vfp_register_count. All users updated.
8022
8023 2015-05-28 Kyle Huey <me@kylehuey.com> (tiny patch)
8024
8025 * gdb/arm-tdep.c (arm_gdbarch_init): Perform arm_abi detection on
8026 ELFOSABI_GNU binaries.
8027
8028 2015-05-27 Doug Evans <dje@google.com>
8029
8030 * dwarf2read.c (lnp_state_machine): New typedef.
8031 (lnp_reader_state): New typedef.
8032 (dwarf_record_line_1): Renamed from dwarf_record_line.
8033 All callers updated.
8034 (dwarf_record_line): New function.
8035 (init_lnp_state_machine): New function.
8036 (check_line_address): Replace p_record_line parameter with state.
8037 All callers updated.
8038 (dwarf_decode_lines_1): Call dwarf_record_line, init_lnp_state_machine.
8039 Update to record state in lnp_state_machine.
8040
8041 2015-05-27 Doug Evans <dje@google.com>
8042
8043 * dwarf2read.c (record_line_ftype): New typedef.
8044 (check_line_address): New function.
8045 (dwarf_decode_lines_1): Call it.
8046
8047 2015-05-27 Doug Evans <dje@google.com>
8048
8049 * NEWS: Mention "set debug dwarf-line".
8050 * dwarf2read.c (dwarf_line_debug): New static global.
8051 (add_include_dir): Add debug dwarf-line support.
8052 (add_file_name, dwarf_record_line, dwarf_finish_line): Ditto.
8053 (_initialize_dwarf2_read): New parameter "debug dwarf-line".
8054
8055 2015-05-27 Doug Evans <dje@google.com>
8056
8057 * cp-namespace.c (cp_lookup_nested_symbol): New arg "domain".
8058 All callers updated.
8059 (cp_lookup_nested_symbol_1, find_symbol_in_baseclass): Ditto.
8060 * cp-support.h (cp_lookup_nested_symbol): Update.
8061
8062 2015-05-27 Doug Evans <dje@google.com>
8063
8064 PR symtab/18258
8065 * block.c (block_find_symbol): New function.
8066 (block_find_non_opaque_type): Ditto.
8067 (block_find_non_opaque_type_preferred): Ditto.
8068 * block.h (block_symbol_matcher_ftype): New typedef.
8069 (block_find_symbol): Declare.
8070 (block_find_non_opaque_type): Ditto.
8071 (block_find_non_opaque_type_preferred): Ditto.
8072 * dwarf2read.c (dw2_lookup_symbol): Call block_find_symbol.
8073 * psymtab.c (psym_lookup_symbol): Ditto.
8074 * symtab.c (basic_lookup_transparent_type_1): New function.
8075 (basic_lookup_transparent_type): Call it.
8076
8077 2015-05-27 Yao Qi <yao.qi@linaro.org>
8078
8079 * aarch64-tdep.c (aarch64_record_data_proc_simd_fp): Return
8080 AARCH64_RECORD_UNKNOWN for unknown instruction encoding.
8081
8082 2015-05-27 Yao Qi <yao.qi@linaro.org>
8083
8084 * aarch64-tdep.c (aarch64_record_branch_except_sys): Split lines
8085 before operator &&.
8086 (aarch64_record_load_store): Likewise.
8087
8088 2015-05-26 Doug Evans <dje@google.com>
8089
8090 PR c++/18141, c++/18417.
8091 * cp-support.c (cp_lookup_rtti_type): Handle the case of NAME being
8092 a typedef.
8093
8094 2015-05-26 Doug Evans <dje@google.com>
8095
8096 * NEWS: Add entries for command renamings.
8097 * dwarf2read.c (dwarf_read_debug): Renamed from dwarf2_read_debug.
8098 All uses updated.
8099 (dwarf_die_debug): Renamed from dwarf2_die_debug. All uses updated.
8100 (dwarf_max_cache_age): Renamed from dwarf2_max_cache_age.
8101 All uses updated.
8102 (show_dwarf_max_cache_age): Renamed from show_dwarf2_max_cache_age.
8103 All callers updated. Fix spelling of DWARF in help text.
8104 (set_dwarf_cmdlist): Renamed from set_dwarf2_cmdlist.
8105 All uses updated.
8106 (show_dwarf_cmdlist): Renamed from show_dwarf2_cmdlist.
8107 All uses updated.
8108 (set_dwarf_cmd): Renamed from set_dwarf2_cmd. All callers updated.
8109 (show_dwarf_cmd): Renamed from show_dwarf2_cmd. All callers updated.
8110 (dwarf_always_disassemble): Renamed from dwarf_always_disassemble.
8111 All uses updated.
8112 (show_dwarf_always_disassemble): Renamed from
8113 show_dwarf2_always_disassemble. All callers updated.
8114 (_initialize_dwarf2_read): Rename "set/show dwarf2" prefix to
8115 "set/show dwarf". Rename "set/show dwarf2 max-cache-age" to
8116 "set/show dwarf max-cache-age". Rename
8117 "set/show dwarf2 always-disassemble" to
8118 "set/show dwarf always-disassemble". Rename
8119 "set/show debug dwarf2-read" to "set/show debug dwarf-read". Rename
8120 "set/show debug dwarf2-die" to "set/show debug dwarf-die".
8121
8122 2015-05-26 Doug Evans <dje@google.com>
8123
8124 PR python/18438
8125 * python/py-lazy-string.c (stpy_convert_to_value): Use
8126 gdbpy_gdb_memory_error not PyExc_MemoryError.
8127 (gdbpy_create_lazy_string_object): Ditto.
8128
8129 2015-05-26 Andrew Burgess <andrew.burgess@embecosm.com>
8130
8131 * tui/tui-regs.c (tui_reg_next_command): Compare against NULL.
8132
8133 2015-05-26 Andrew Burgess <andrew.burgess@embecosm.com>
8134
8135 * tui/tui-regs.c (tui_reg_prev_command): New function.
8136 (_initialize_tui_regs): Add 'prev' command for 'tui reg'.
8137 * reggroups.c (reggroup_prev): New function.
8138 * reggroups.h (reggroup_prev): Add declaration. Update comment.
8139
8140 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
8141 Yao Qi <yao.qi@linaro.org>
8142
8143 * aarch64-linux-tdep.c: Include linux-record.h and
8144 record-full.h.
8145 (struct linux_record_tdep aarch64_linux_record_tdep): Declare.
8146 (aarch64_syscall): New enum.
8147 (aarch64_canonicalize_syscall): New function.
8148 (aarch64_all_but_pc_registers_record): New function.
8149 (aarch64_linux_syscall_record): New function.
8150 (aarch64_linux_init_abi): Install AArch64 process record
8151 handler. Update to handle syscall recording.
8152 * aarch64-tdep.c: Include record.h and record-full.h.
8153 (submask, bit, bits, REG_ALLOC, MEM_ALLOC): New macros.
8154 (struct aarch64_mem_r): Define.
8155 (aarch64_record_result): New enum.
8156 (struct insn_decode_record): Define.
8157 (insn_decode_record): New typedef.
8158 (aarch64_record_data_proc_reg): New function.
8159 (aarch64_record_data_proc_imm): New function.
8160 (aarch64_record_branch_except_sys): New function.
8161 (aarch64_record_load_store): New function.
8162 (aarch64_record_data_proc_simd_fp): New function.
8163 (aarch64_record_asimd_load_store): New function.
8164 (aarch64_record_decode_insn_handler): New function.
8165 (deallocate_reg_mem): New function.
8166 (aarch64_process_record): New function.
8167 * aarch64-tdep.h (struct gdbarch_tdep) <aarch64_syscall_record>:
8168 New field.
8169 (aarch64_process_record): New extern declaration.
8170 * configure.tgt: Add linux-record.o to gdb_target_obs.
8171 * linux-record.h (struct linux_record_tdep) <arg7>: New field.
8172
8173 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
8174
8175 * NEWS: Add a note on process record-replay support on aarch64*-linux*
8176 targets.
8177
8178 2015-05-26 Martin Galvan <martin.galvan@tallertechnologies.com>
8179
8180 * amd64-tdep.c: Replace in_function_epilogue_p with
8181 stack_frame_destroyed_p throughout.
8182 * arch-utils.c: Ditto.
8183 * arch-utils.h: Ditto.
8184 * arm-tdep.c: Ditto.
8185 * breakpoint.c: Ditto.
8186 * gdbarch.sh: Ditto.
8187 * hppa-tdep.c: Ditto.
8188 * i386-tdep.c: Ditto.
8189 * mips-tdep.c: Ditto.
8190 * nios2-tdep.c: Ditto.
8191 * rs6000-tdep.c: Ditto.
8192 * s390-linux-tdep.c: Ditto.
8193 * score-tdep.c: Ditto.
8194 * sh-tdep.c: Ditto.
8195 * sparc-tdep.c: Ditto.
8196 * sparc-tdep.h: Ditto.
8197 * sparc64-tdep.c: Ditto.
8198 * spu-tdep.c: Ditto.
8199 * tic6x-tdep.c: Ditto.
8200 * tilegx-tdep.c: Ditto.
8201 * xstormy16-tdep.c: Ditto.
8202 * gdbarch.c, gdbarch.h: Re-generated.
8203
8204 2015-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
8205
8206 * NEWS: Mention 'tui enable' and 'tui disable'.
8207 * tui/tui.c (tui_enable_command): New function.
8208 (tui_disable_command): New function.
8209 (_initialize_tui): New function.
8210
8211 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
8212
8213 * tui/tui-regs.c (tui_reg_next_command): Use NULL not 0.
8214
8215 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
8216
8217 * tui/tui-layout.c (tui_set_layout_for_display_command): Ensure
8218 buf_ptr is freed.
8219
8220 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
8221
8222 * tui/tui-layout.c (tui_layout_command): Move call to tui_enable
8223 into ...
8224 (tui_set_layout_for_display_command): ...here, before calling
8225 tui_set_layout. Only set the layout if gdb has not already
8226 entered the TUI_FAILURE state.
8227
8228 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
8229
8230 * tui/tui-layout.c (layout_completer): New function.
8231 (_initialize_tui_layout): Set completer on layout command.
8232
8233 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
8234
8235 * tui/tui-layout.c (tui_set_layout): Remove
8236 tui_register_display_type parameter. Remove all checking of this
8237 parameter, and reindent function. Update header comment.
8238 (tui_set_layout_for_display_command): Rename to...
8239 (tui_set_layout_by_name): ...this, and don't check for different
8240 register class types, don't pass a tui_register_display_type to
8241 tui_set_layout. Update header comment.
8242 (layout_names): Remove register set specific names.
8243 * tui/tui-layout.h (tui_set_layout): Remove
8244 tui_register_display_type parameter.
8245 * tui/tui.c (tui_rl_change_windows): Don't pass a
8246 tui_register_display_type to tui_set_layout.
8247 (tui_rl_delete_other_windows): Likewise.
8248 (tui_enable): Likewise.
8249 * tui/tui-data.h (TUI_FLOAT_REGS_NAME): Remove.
8250 (TUI_FLOAT_REGS_NAME_LOWER): Remove.
8251 (TUI_GENERAL_REGS_NAME): Remove.
8252 (TUI_GENERAL_REGS_NAME_LOWER): Remove.
8253 (TUI_SPECIAL_REGS_NAME): Remove.
8254 (TUI_SPECIAL_REGS_NAME_LOWER): Remove.
8255 (TUI_GENERAL_SPECIAL_REGS_NAME): Remove.
8256 (TUI_GENERAL_SPECIAL_REGS_NAME_LOWER): Remove.
8257 (enum tui_register_display_type): Remove.
8258 (struct tui_layout_def): Remove regs_display_type and
8259 float_regs_display_type fields.
8260 (struct tui_data_info): Remove regs_display_type field.
8261 (tui_layout_command): Use new name for
8262 tui_set_layout_for_display_command.
8263 * tui/tui-data.c (layout_def): Don't initialise removed fields.
8264 (tui_clear_win_detail): Don't initialise removed fields of
8265 win_info.
8266 * tui/tui-regs.c (tui_show_registers): Use new name for
8267 tui_set_layout_for_display_command.
8268 * tui/tui.h (tui_set_layout_for_display_command): Rename
8269 declaration to...
8270 (tui_set_layout_by_name): ...this.
8271 * printcmd.c (display_command): Remove tui related layout call,
8272 and reindent.
8273
8274 2015-05-20 Joel Brobecker <brobecker@adacore.com>
8275
8276 * infrun.c (handle_inferior_event_1): Renames handle_inferior_event.
8277 (handle_inferior_event): New function.
8278
8279 2015-05-20 Joel Brobecker <brobecker@adacore.com>
8280
8281 * ada-lang.c (to_fixed_array_type): Rename local variable
8282 typename into type_name.
8283
8284 2015-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
8285
8286 Fix ASAN crash for gdb.compile/compile.exp.
8287 * infcall.c (call_function_by_hand_dummy): Use xstrdup for NAME.
8288
8289 2015-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
8290
8291 * compile/compile-c-symbols.c (convert_symbol_sym, gcc_convert_symbol)
8292 (gcc_symbol_address): Change gdb_stdout to gdb_stdlog.
8293 * compile/compile-object-load.c (setup_sections, compile_object_load):
8294 Likewise.
8295 * compile/compile.c (compile_to_object): Likewise.
8296
8297 2015-05-16 Doug Evans <xdje42@gmail.com>
8298
8299 * NEWS: Mention support for unbuffered Guile memory ports.
8300 * scm-ports.c (ioscm_memory_port): Update comments on end, size.
8301 (ioscm_lseek_address): Improve overflow calculation.
8302 (gdbscm_memory_port_fill_input): Add assert.
8303 (gdbscm_memory_port_write): Handle unbuffered ports.
8304 Handle large writes identical to Guile's fport_write.
8305 (gdbscm_memory_port_seek): Fix seeking past end check.
8306 (gdbscm_memory_port_close): Handle closing unbuffered port.
8307 (ioscm_parse_mode_bits): Recognize "0" for unbuffered ports.
8308 (ioscm_init_memory_port): Handle unbuffered ports.
8309 (ioscm_reinit_memory_port): Ditto.
8310 (ioscm_init_memory_port): Update size calculation.
8311 (gdbscm_open_memory): Support zero sized ports.
8312
8313 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
8314
8315 * compile/compile-object-load.c (get_out_value_type): Fix uninitialized
8316 variable compiler warnings.
8317
8318 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
8319
8320 * compile/compile-object-load.c (get_out_value_type): Fix returned type.
8321
8322 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
8323 Phil Muldoon <pmuldoon@redhat.com>
8324
8325 * NEWS (Changes since GDB 7.9): Add compile print.
8326 * compile/compile-c-support.c (add_code_header, add_code_footer)
8327 (c_compute_program): Add COMPILE_I_PRINT_ADDRESS_SCOPE and
8328 COMPILE_I_PRINT_VALUE_SCOPE.
8329 * compile/compile-internal.h (COMPILE_I_PRINT_OUT_ARG_TYPE)
8330 (COMPILE_I_PRINT_OUT_ARG, COMPILE_I_EXPR_VAL, COMPILE_I_EXPR_PTR_TYPE):
8331 New.
8332 * compile/compile-object-load.c: Include block.h.
8333 (get_out_value_type): New function.
8334 (compile_object_load): Handle COMPILE_I_PRINT_ADDRESS_SCOPE and
8335 COMPILE_I_PRINT_VALUE_SCOPE. Set compile_module's OUT_VALUE_ADDR and
8336 OUT_VALUE_TYPE.
8337 * compile/compile-object-load.h (struct compile_module): Add fields
8338 out_value_addr and out_value_type.
8339 * compile/compile-object-run.c: Include valprint.h and compile.h.
8340 (struct do_module_cleanup): Add fields out_value_addr and
8341 out_value_type.
8342 (do_module_cleanup): Handle COMPILE_I_PRINT_ADDRESS_SCOPE and
8343 COMPILE_I_PRINT_VALUE_SCOPE.
8344 (compile_object_run): Propagate out_value_addr and out_value_type.
8345 Pass OUT_VALUE_ADDR.
8346 * compile/compile.c: Include valprint.h.
8347 (compile_print_value, compile_print_command): New functions.
8348 (eval_compile_command): Handle failed COMPILE_I_PRINT_ADDRESS_SCOPE.
8349 (_initialize_compile): Update compile code help text. Install
8350 compile_print_command.
8351 * compile/compile.h (compile_print_value): New prototype.
8352 * defs.h (enum compile_i_scope_types): Add
8353 COMPILE_I_PRINT_ADDRESS_SCOPE and COMPILE_I_PRINT_VALUE_SCOPE.
8354
8355 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
8356
8357 * compile/compile-object-load.c (get_regs_type): Add parameter func_sym.
8358 Rely on its parameter count.
8359 (compile_object_load): Replace lookup_minimal_symbol_text by
8360 lookup_global_symbol_from_objfile. Verify FUNC_SYM. Set it in the
8361 return value.
8362 * compile/compile-object-load.h (struct compile_module): Replace
8363 func_addr by func_sym.
8364 * compile/compile-object-run.c: Include block.h.
8365 (compile_object_run): Reset module variable after it is freed. Use
8366 FUNC_SYM instead of FUNC_ADDR. Rely on it.
8367
8368 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
8369
8370 * compile/compile-c-support.c (print_one_macro): Use #ifndef.
8371 (generate_register_struct): Use __gdb_uintptr for TYPE_CODE_PTR.
8372 (c_compute_program): Call generate_register_struct after typedefs.
8373 * compile/compile-loc2c.c (push, pushf_register_address)
8374 (pushf_register): Cast to GCC_UINTPTR.
8375 (do_compile_dwarf_expr_to_c): Use unused attribute. Add space after
8376 type. Use GCC_UINTPTR instead of void *. Remove excessive cast.
8377 (compile_dwarf_expr_to_c): Use GCC_UINTPTR instead of void *.
8378 * compile/compile.c (_initialize_compile): Enable warnings for
8379 COMPILE_ARGS.
8380
8381 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
8382
8383 * cli/cli-script.c (execute_control_command): Update
8384 eval_compile_command caller.
8385 * compile/compile-object-load.c (compile_object_load): Add parameters
8386 scope and scope_data. Set them.
8387 * compile/compile-object-load.h (struct compile_module): Add fields
8388 scope and scope_data.
8389 (compile_object_load): Add parameters scope and scope_data.
8390 * compile/compile-object-run.c (struct do_module_cleanup): Add fields
8391 scope and scope_data.
8392 (compile_object_run): Propagate the fields scope and scope_data.
8393 * compile/compile.c (compile_file_command, compile_code_command):
8394 Update eval_compile_command callers.
8395 (eval_compile_command): Add parameter scope_data. Pass it plus scope.
8396 * compile/compile.h (eval_compile_command): Add parameter scope_data.
8397 * defs.h (struct command_line): Add field scope_data.
8398
8399 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
8400
8401 * printcmd.c (struct format_data): Move it to valprint.h.
8402 (print_command_parse_format, print_value): New functions from ...
8403 (print_command_1): ... here. Call them.
8404 * valprint.h (struct format_data): Move it here from printcmd.c.
8405 (print_command_parse_format, print_value): New declarations.
8406
8407 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
8408
8409 * compile/compile-object-load.c (compile_object_load): Add
8410 COMPILE_DEBUG message.
8411
8412 2015-05-15 Jerome Guitton <guitton@adacore.com>
8413
8414 * ada-lang.c (ada_value_ptr_subscript): Use enum position of
8415 index to get element instead of enum value.
8416 (ada_value_slice_from_ptr, ada_value_slice): Use enum position
8417 of index to compute length, but enum values to compute bounds.
8418 (ada_array_length): Use enum position of index instead of enum value.
8419 (pos_atr): Move position computation to...
8420 (ada_evaluate_subexp): Use enum values to compute bounds.
8421 * gdbtypes.c (discrete_position): ...this new function.
8422 * gdbtypes.h (discrete_position): New function declaration.
8423 * valprint.c (val_print_array_elements): Call discrete_position
8424 to handle array indexed by non-contiguous enumeration types.
8425
8426 2015-05-15 Jerome Guitton <guitton@adacore.com>
8427
8428 * ada-lang.c (find_parallel_type_by_descriptive_type):
8429 Go through typedefs during lookup.
8430 (to_fixed_array_type): Add support for non-bit packed arrays
8431 as variable-length fields.
8432
8433 2015-05-15 Pedro Alves <palves@redhat.com>
8434 Simon Marchi <simon.marchi@ericsson.com>
8435
8436 * event-loop.c (gdb_notifier) <next_file_handler,
8437 next_poll_fds_index>: New fields.
8438 (get_next_file_handler_to_handle_and_advance): New function.
8439 (delete_file_handler): If deleting the next file handler to
8440 handle, advance to the next file handler.
8441 (gdb_wait_for_event): Bail early if no event fired. Poll file
8442 handlers in round-robin fashion.
8443
8444 2015-05-15 Pedro Alves <palves@redhat.com>
8445
8446 * linux-tdep.c (linux_find_memory_regions_full): Rename local
8447 'private' to 'priv'.
8448
8449 2015-05-15 Pedro Alves <palves@redhat.com>
8450
8451 * nat/linux-nat.h: Include "target/waitstatus.h".
8452
8453 2015-05-15 Yuanhui Zhang <asmwarrior@gmail.com>
8454
8455 * python/py-unwind.c (struct reg_info): Move out of ...
8456 (struct cached_frame_info): ... this scope.
8457 (pending_frame_object_type, unwind_info_object_type): Make extern.
8458
8459 2015-05-15 Joel Brobecker <brobecker@adacore.com>
8460
8461 * ada-lang.c (ada_value_primitive_packed_val): Make sure
8462 accumSize is never negative.
8463
8464 2015-05-14 Patrick Palka <patrick@parcs.ath.cx>
8465
8466 * tui/tui-command.c: Remove include of <ctype.h>.
8467 (tui_dispatch_ctrl_char): Remove workaround for xterm terminals.
8468
8469 2015-05-13 Martin Galvan <martin.galvan@tallertechnologies.com>
8470
8471 * dwarf2read.c (die_needs_namespace): Return 1 for
8472 DW_TAG_inlined_subroutine.
8473
8474 2015-05-13 Jan Kratochvil <jan.kratochvil@redhat.com>
8475
8476 * regcache.c (regcache_cpy_no_passthrough): New declaration.
8477 (regcache_cpy_no_passthrough): Make it static, add function comment.
8478 * regcache.h (regcache_dup, regcache_cpy): Reduce/update their comment.
8479 (regcache_cpy_no_passthrough): Remove declaration.
8480
8481 2015-05-13 Jan Kratochvil <jan.kratochvil@redhat.com>
8482
8483 * gdbthread.h (struct thread_control_state): Update comment for
8484 proceed_to_finish.
8485 * infcall.c (run_inferior_call): Update comment about
8486 proceed_to_finish.
8487 * infcmd.c (get_return_value): Update comment about stop_registers.
8488 (finish_forward): Update comment about proceed_to_finish.
8489 * infrun.c (stop_registers): Remove.
8490 (clear_proceed_status, normal_stop): Remove stop_registers handling.
8491 * infrun.h (stop_registers): Remove.
8492
8493 2015-05-13 Jan Kratochvil <jan.kratochvil@redhat.com>
8494
8495 * infcall.c (struct dummy_frame_context_saver)
8496 (dummy_frame_context_saver_data_free, dummy_frame_context_saver_dtor)
8497 (dummy_frame_context_saver_drop, dummy_frame_context_saver_cleanup)
8498 (dummy_frame_context_saver_get_regs, dummy_frame_context_saver_setup):
8499 New.
8500 (call_function_by_hand_dummy): Move discard_cleanups of
8501 inf_status_cleanup before dummy_frame_push. Call
8502 dummy_frame_context_saver_setup and prepare context_saver_cleanup.
8503 Use dummy_frame_context_saver_get_regs instead of stop_registers.
8504 * infcall.h (struct dummy_frame_context_saver)
8505 (dummy_frame_context_saver_drop, dummy_frame_context_saver_cleanup)
8506 (dummy_frame_context_saver_get_regs, dummy_frame_context_saver_setup):
8507 New declarations.
8508 * infcmd.c: Include infcall.h.
8509 (get_return_value): Add parameter ctx_saver, use it instead of
8510 stop_registers.
8511 (print_return_value): Add parameter ctx_saver, pass it.
8512 (struct finish_command_continuation_args): Add field ctx_saver.
8513 (finish_command_continuation): Update print_return_value caller.
8514 (finish_command_continuation_free_arg): Free also ctx_saver.
8515 (finish_forward): Call dummy_frame_context_saver_setup.
8516 * inferior.h (struct dummy_frame_context_saver): New declaration.
8517 (get_return_value): Add parameter ctx_saver.
8518 * python/py-finishbreakpoint.c (bpfinishpy_pre_stop_hook): Update
8519 get_return_value caller.
8520
8521 2015-05-13 Jan Kratochvil <jan.kratochvil@redhat.com>
8522
8523 * dummy-frame.c (struct dummy_frame_dtor_list): New.
8524 (struct dummy_frame): Replace dtor and dtor_data by dtor_list.
8525 (remove_dummy_frame): Process dtor_list.
8526 (pop_dummy_frame): Process dtor_list.
8527 (register_dummy_frame_dtor): Maintain dtor_list.
8528 (find_dummy_frame_dtor): Handle dtor_list.
8529 * dummy-frame.h (register_dummy_frame_dtor, find_dummy_frame_dtor):
8530 Update comments.
8531
8532 2015-05-13 Jan Kratochvil <jan.kratochvil@redhat.com>
8533
8534 * compile/compile-object-run.c (do_module_cleanup): Add parameter
8535 registers_valid.
8536 (compile_object_run): Update do_module_cleanup caller.
8537 * dummy-frame.c: Include infcall.h.
8538 (struct dummy_frame): Update dtor comment.
8539 (remove_dummy_frame): Call dtor.
8540 (pop_dummy_frame): Update dtor caller.
8541 * dummy-frame.h (dummy_frame_dtor_ftype): Add parameter
8542 registers_valid.
8543
8544 2015-05-13 Joel Brobecker <brobecker@adacore.com>
8545
8546 GDB 7.9.1 released.
8547
8548 2015-05-13 Joel Brobecker <brobecker@adacore.com>
8549
8550 * NEWS: Create "Changes in GDB 7.9.1" section. Move news about
8551 Xmethods now being able to specify a result type to that new
8552 sectioin.
8553
8554 2015-05-13 Patrick Palka <patrick@parcs.ath.cx>
8555
8556 * tui/tui-win.c (tui_async_resize_screen): Clear win_resized
8557 first before resizing the window.
8558 * tui/tui.c (tui_enable): Likewise.
8559
8560 2015-05-13 Jan Kratochvil <jan.kratochvil@redhat.com>
8561
8562 * dummy-frame.c (struct dummy_frame): Use proper typedef for dtor.
8563 * dummy-frame.h (dummy_frame_dtor_ftype): Add its comment.
8564 * infcall.c (call_function_by_hand_dummy): Use proper typedef for
8565 dummy_dtor parameter.
8566 * infcall.h: Include dummy-frame.h.
8567 (call_function_by_hand_dummy_dtor_ftype): Remove.
8568 (call_function_by_hand_dummy): Use proper typedef for dummy_dtor
8569 parameter.
8570
8571 2015-05-13 Patrick Palka <patrick@parcs.ath.cx>
8572
8573 PR gdb/17820
8574 * top.c (history_size_setshow_var): Change type to signed.
8575 Initialize to -2. Update documentation.
8576 (set_readline_history_size): Define.
8577 (set_history_size_command): Use it. Remove logic for handling
8578 out-of-range sizes.
8579 (init_history): Use set_readline_history_size(). Test for a
8580 value of -2 instead of 0 when determining whether to set a
8581 default history size.
8582 (init_main): Decode the argument of the "size" command as a
8583 zuinteger_unlimited.
8584
8585 2015-05-12 Doug Evans <dje@google.com>
8586
8587 * dwarf2read.c (struct file_entry): Tweak comments.
8588 (get_debug_line_section): Tweak comments.
8589
8590 2015-05-12 Don Breazeal <donb@codesourcery.com>
8591
8592 * NEWS: Announce fork support in the RSP and support
8593 for fork debugging in extended mode.
8594
8595 2015-05-12 Don Breazeal <donb@codesourcery.com>
8596
8597 * remote.c (remote_insert_fork_catchpoint): New function.
8598 (remote_remove_fork_catchpoint): New function.
8599 (remote_insert_vfork_catchpoint): New function.
8600 (remote_remove_vfork_catchpoint): New function.
8601 (pending_fork_parent_callback): New function.
8602 (remove_new_fork_child): New function.
8603 (remote_update_thread_list): Call remote_notif_get_pending_events
8604 and remove_new_fork_child.
8605 (extended_remote_kill): Kill fork child when killing the
8606 parent before follow_fork completes.
8607 (init_extended_remote_ops): Initialize target vector with
8608 new fork catchpoint functions.
8609
8610 2015-05-12 Don Breazeal <donb@codesourcery.com>
8611
8612 * remote.c (remove_vfork_event_p): New function.
8613 (remote_follow_fork): Add vfork event type to event checking.
8614 (remote_parse_stop_reply): New stop reasons "vfork" and
8615 "vforkdone" for RSP 'T' Stop Reply Packet.
8616
8617 2015-05-12 Don Breazeal <donb@codesourcery.com>
8618
8619 * linux-nat.c (linux_nat_ptrace_options): New function.
8620 (linux_init_ptrace, wait_lwp, linux_nat_filter_event):
8621 Call linux_nat_ptrace_options and use different argument to
8622 linux_enable_event_reporting.
8623 (_initialize_linux_nat): Delete call to
8624 linux_ptrace_set_additional_flags.
8625 * nat/linux-ptrace.c (current_ptrace_options): Rename to
8626 supported_ptrace_options.
8627 (additional_flags): Delete variable.
8628 (linux_check_ptrace_features): Use supported_ptrace_options.
8629 (linux_test_for_tracesysgood, linux_test_for_tracefork):
8630 Likewise, and remove additional_flags check.
8631 (linux_enable_event_reporting): Change 'attached' argument to
8632 'options'. Use supported_ptrace_options.
8633 (ptrace_supports_feature): Change comment. Use
8634 supported_ptrace_options.
8635 (linux_ptrace_set_additional_flags): Delete function.
8636 * nat/linux-ptrace.h (linux_ptrace_set_additional_flags):
8637 Delete function prototype.
8638 * remote.c (remote_fork_event_p): New function.
8639 (remote_detach_pid): New function.
8640 (remote_detach_1): Call remote_detach_pid, don't mourn inferior
8641 if doing detach-on-fork.
8642 (remote_follow_fork): New function.
8643 (remote_parse_stop_reply): Handle new "T" stop reason "fork".
8644 (remote_pid_to_str): Print "process" strings for pid/0/0 ptids.
8645 (init_extended_remote_ops): Initialize to_follow_fork.
8646
8647 2015-05-12 Don Breazeal <donb@codesourcery.com>
8648
8649 * nat/linux-ptrace.c (linux_check_ptrace_features): Change
8650 from static to extern.
8651 * nat/linux-ptrace.h (linux_check_ptrace_features): Declare.
8652 * remote.c (anonymous enum): <PACKET_fork_event_feature,
8653 * PACKET_vfork_event_feature>: New enumeration constants.
8654 (remote_protocol_features): Add table entries for new packets.
8655 (remote_query_supported): Add new feature queries to qSupported
8656 packet.
8657
8658 2015-05-12 Gary Benson <gbenson@redhat.com>
8659
8660 * remote.c (remote_add_inferior): Call exec_file_locate_attach
8661 for fake PIDs as well as real ones.
8662 (remote_pid_to_exec_file): Send empty annex if PID is fake.
8663
8664 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
8665
8666 * NEWS (Python Scripting): Mention the new gdb.Value methods.
8667 * python/py-value.c (valpy_reference_value): New function.
8668 (valpy_const_value): Likewise.
8669 (value_object_methods): Add new methods.
8670 * value.c (make_cv_value): New function.
8671 * value.h (make_cv_value): Declare.
8672
8673 2015-05-08 Yao Qi <yao@codesourcery.com>
8674 Sandra Loosemore <sandra@codesourcery.com>
8675
8676 * dwarf2read.c (setup_type_unit_groups): Do NULL pointer check
8677 to 'lh->include_dirs' before accessing to it.
8678 (psymtab_include_file_name): Likewise.
8679 (dwarf_decode_lines_1): Likewise.
8680 (dwarf_decode_lines): Likewise.
8681 (file_file_name): Likewise.
8682
8683 2015-05-08 Sandra Loosemore <sandra@codesourcery.com>
8684
8685 * nios2-linux-tdep.c (NIOS2_SIGRETURN_TRAMP_ADDR): Define.
8686 (NIOS2_SIGRETURN_REGSAVE_OFFSET): Define.
8687 (nios2_linux_rt_sigreturn_init): Adjust base address of
8688 register save area.
8689
8690 2015-05-08 Sandra Loosemore <sandra@codesourcery.com>
8691
8692 * nios2-tdep.c (nios2_breakpoint_from_pc): Revert to using
8693 "trap 31" as the breakpoint instruction on all targets.
8694
8695 2015-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
8696
8697 * infcmd.c (print_return_value): Remove unused declaration.
8698
8699 2015-05-08 Joel Brobecker <brobecker@adacore.com>
8700
8701 * dwarf2read.c (attr_to_dynamic_prop)
8702 <DW_AT_data_member_location>: Use read_type_die isntead of
8703 get_die_type.
8704
8705 2015-05-08 Joel Brobecker <brobecker@adacore.com>
8706
8707 * ada-lang.c (ada_convert_actual): Add handling of formals
8708 passed inside an aligner type.
8709
8710 2015-05-08 Joel Brobecker <brobecker@adacore.com>
8711
8712 * copyright.py (NOT_FSF_LIST): Remove sim/erc32 entries.
8713
8714 2015-05-08 Siva Chandra Reddy <sivachandra@google.com>
8715
8716 PR python/18291
8717 * python/lib/gdb/command/xmethods.py (print_xm_info): Fix typo.
8718 Print xmethod matcher status.
8719
8720 2015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
8721
8722 * s390-linux-nat.c (fill_gregset): Avoid relying on the PSWA
8723 register in the regcache when treating the PSWM register, and vice
8724 versa.
8725
8726 2015-05-07 Gary Benson <gbenson@redhat.com>
8727
8728 * linux-thread-db.c (struct thread_db_info)
8729 <td_ta_map_id2thr_p>: Remove field.
8730 (try_thread_db_load_1): Remove initialization for the above.
8731
8732 2015-05-07 Gary Benson <gbenson@redhat.com>
8733
8734 * linux-thread-db.c (struct thread_db_info)
8735 <td_thr_validate_p>: Remove field.
8736 (try_thread_db_load_1): Remove initialization for the above.
8737
8738 2015-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
8739
8740 * compile/compile-object-load.c (compile_object_load): Support
8741 mst_text_gnu_ifunc.
8742
8743 2015-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
8744
8745 * compile/compile.c (compile_to_object): Make the cmd_string parameter
8746 const. Use new variables for the const compatibility.
8747 (eval_compile_command): Make the cmd_string parameter const.
8748 * compile/compile.h (eval_compile_command): Make the cmd_string
8749 parameter const.
8750
8751 2015-05-06 Joel Brobecker <brobecker@adacore.com>
8752
8753 * defs.h (deprecated_init_ui_hook): Delete. Remove associated
8754 comment.
8755 * top.c (deprecated_init_ui_hook): Delete.
8756 (gdb_init): Remove handling of deprecated_init_ui_hook.
8757 * interps.c (clear_interpreter_hooks): Remove handling of
8758 deprecated_init_ui_hook.
8759 * main.c (captured_main): Update comment.
8760
8761 2015-05-06 Joel Brobecker <brobecker@adacore.com>
8762
8763 * solib.c (_initialize_solib): Add "info dll" alias creation.
8764 * windows-nat.c (set_windows_aliases): Delete.
8765 (_initialize_windows_nat): Remove deprecated_init_ui_hook
8766 assignment.
8767 * NEWS: Add news entry about "info dll" now being available
8768 on all platforms.
8769
8770 2015-05-05 Joel Brobecker <brobecker@adacore.com>
8771
8772 * ada-lang.c (value_assign_to_component): Reformat and improve
8773 documentation. Remove all trailing spaces.
8774
8775 2015-05-05 Joel Brobecker <brobecker@adacore.com>
8776
8777 * inline-frame.c (inline_frame_sniffer, skip_inline_frames):
8778 Stop counting inlined frames as soon as an out-of-line function
8779 is found.
8780
8781 2014-05-05 Pierre-Marie de Rodat <derodat@adacore.com>
8782
8783 * dwarf2read.c (inherit_abstract_dies): Skip
8784 DW_TAG_GNU_call_site dies while inheriting children of an
8785 abstract DIE into a scope.
8786 (read_lexical_block_scope): Inherit abstract DIE's for
8787 lexical scopes.
8788
8789 2015-05-05 Joel Brobecker <brobecker@adacore.com>
8790
8791 * ada-valprint.c (val_print_packed_array_elements): Delete
8792 variable "len". Add a type-length check when comparing two
8793 consecutive elements of the array. Use the element's actual
8794 length in call to value_contents_eq.
8795 * ada-lang.c (ada_value_primitive_packed_val): Always return
8796 a value whose type has been resolved.
8797
8798 2015-05-05 Joel Brobecker <brobecker@adacore.com>
8799
8800 * ada-lang.c (ada_value_primitive_packed_val): Recompute
8801 BIT_SIZE and LEN if the size of the resolved type is smaller
8802 than BIT_SIZE * HOST_CHAR_BIT.
8803
8804 2015-05-05 Joel Brobecker <brobecker@adacore.com>
8805
8806 * ada-lang.c (ada_value_primitive_packed_val): Use a more
8807 correct address in call to value_at. Adjust call to
8808 value_address accordingly.
8809
8810 2015-05-05 Joel Brobecker <brobecker@adacore.com>
8811
8812 * ada-valprint.c (ada_val_print_1): Resolve TYPE before trying
8813 to print it.
8814
8815 2015-05-05 Joel Brobecker <brobecker@adacore.com>
8816
8817 * dwarf2loc.h (struct property_addr_info): Add "valaddr" field.
8818 * dwarf2loc.c (dwarf2_evaluate_property): Add handling of
8819 pinfo->valaddr.
8820 * gdbtypes.h (resolve_dynamic_type): Add "valaddr" parameter.
8821 * gdbtypes.c (resolve_dynamic_struct): Set pinfo.valaddr.
8822 (resolve_dynamic_type_internal): Set pinfo.valaddr.
8823 Add handling of addr_stack->valaddr.
8824 (resolve_dynamic_type): Add "valaddr" parameter.
8825 Set pinfo.valaddr field.
8826 * ada-lang.c (ada_discrete_type_high_bound): Update call to
8827 resolve_dynamic_type.
8828 (ada_discrete_type_low_bound): Likewise.
8829 * findvar.c (default_read_var_value): Likewise.
8830 * value.c (value_from_contents_and_address): Likewise.
8831
8832 2015-05-05 Joel Brobecker <brobecker@adacore.com>
8833
8834 * gdbtypes.c (resolve_dynamic_array): Use
8835 create_array_type_with_stride instead of create_array_type.
8836
8837 2015-04-30 DJ Delorie <dj@redhat.com>
8838
8839 * rl78-tdep.c (rl78_analyze_prologue): Pass RL78_ISA_DEFAULT to
8840 rl78_decode_opcode
8841
8842 2015-04-29 Doug Evans <dje@google.com>
8843
8844 PR python/18285
8845 * NEWS: Document new gdb.XMethodWorker.get_result_type method.
8846 * eval.c (evaluate_subexp_standard) <OP_FUNCALL>: Handle
8847 EVAL_AVOID_SIDE_EFFECTS for xmethods.
8848 * extension-priv.h (struct extension_language_ops)
8849 <get_xmethod_result_type>: New member.
8850 * extension.c (get_xmethod_result_type): New function.
8851 * extension.h (get_xmethod_result_type): Declare.
8852 * python/py-xmethods.c (get_result_type_method_name): New static
8853 global.
8854 (py_get_result_type_method_name): Ditto.
8855 (gdbpy_get_xmethod_result_type): New function.
8856 (gdbpy_initialize_xmethods): Initialize py_get_result_type_method_name.
8857 * python/python-internal.h (gdbpy_get_xmethod_result_type): Declare.
8858 * python/python.c (python_extension_ops): Add
8859 gdbpy_get_xmethod_result_type.
8860 * python/lib/gdb/xmethod.py (XMethodWorker): Add get_result_type.
8861 * valarith.c (value_x_binop): Handle EVAL_AVOID_SIDE_EFFECTS for
8862 xmethods.
8863 (value_x_unop): Ditto.
8864 * value.c (result_type_of_xmethod): New function.
8865 * value.h (result_type_of_xmethod): Declare.
8866
8867 2015-04-29 Gary Benson <gbenson@redhat.com>
8868
8869 * solib.c (solib_find_1): Allow fd argument to be NULL.
8870 (exec_file_find): Update comment.
8871 (solib_find): Likewise.
8872 * exec.c (exec_file_locate_attach): Use NULL as fd
8873 argument to exec_file_find to avoid having to close
8874 the opened file.
8875 * infrun.c (follow_exec): Likewise.
8876
8877 2015-04-28 Doug Evans <dje@google.com>
8878
8879 PR python/18299
8880 * python/lib/gdb/printing.py (register_pretty_printer): Handle
8881 name or __name__ attributes. Handle gdb module as first argument.
8882
8883 2015-04-28 Doug Evans <dje@google.com>
8884
8885 PR python/18089
8886 * python/py-prettyprint.c (print_children): Verify result of children
8887 iterator. Provide better error message.
8888 * python/python-internal..h (gdbpy_print_python_errors_p): Declare.
8889 * python/python.c (gdbpy_print_python_errors_p): New function.
8890
8891 2015-04-28 Doug Evans <dje@google.com>
8892
8893 * gdbtypes.h (struct cplus_struct_type) <n_baseclasses>: Fix comment.
8894
8895 2015-04-28 Sasha Smundak <asmundak@google.com>
8896
8897 * NEWS: Mention gdb.Type.optimized_out method.
8898 * python/py-type.c (typy_optimized_out): New function.
8899
8900 2015-04-28 John Baldwin <jhb@FreeBSD.org>
8901
8902 * fbsd-nat.c: Include "gdb_wait.h" instead of <sys/wait.h>.
8903
8904 2015-04-28 Patrick Palka <patrick@parcs.ath.cx>
8905
8906 * utils.c (init_page_info): Set rl_catch_sigwinch to zero.
8907 (initialize_utils): Move call of init_page_info() to ...
8908 * top.c (gdb_init): ... here.
8909
8910 2015-04-28 Patrick Palka <patrick@parcs.ath.cx>
8911
8912 * tui/tui-win.c (tui_sigwinch_handler): Remove now-stale comment.
8913 (tui_sigwinch_handler): Still update our idea of
8914 the terminal's width and height even when TUI is not active.
8915
8916 2015-04-28 Patrick Palka <patrick@parcs.ath.cx>
8917
8918 * utils.h (set_screen_width_and_height): Declare.
8919 * utils.c (set_screen_width_and_height): Define.
8920 * tui/tui-win.c (tui_update_gdb_sizes): Use it.
8921
8922 2015-04-28 Gary Benson <gbenson@redhat.com>
8923
8924 * infrun.c (solist.h): New include.
8925 (follow_exec): Use exec_file_find to prefix execd_pathname
8926 with gdb_sysroot.
8927
8928 2015-04-28 Patrick Palka <patrick@parcs.ath.cx>
8929
8930 * tui/tui-source.c (tui_set_source_content): Avoid calling
8931 strcpy() when offset is 0.
8932
8933 2015-04-28 Patrick Palka <patrick@parcs.ath.cx>
8934
8935 PR gdb/18155
8936 * tui/tui-data.c (tui_free_window): Don't free the locator
8937 window when passed an SRC_WIN or a DISASSEM_WIN.
8938
8939 2015-04-28 Patrick Palka <patrick@parcs.ath.cx>
8940
8941 * tui/tui-data.h (struct tui_win_element): Forward-declare.
8942 (tui_win_content): Move declaration.
8943 (struct tui_gen_win_info): Give 'content' field the
8944 type tui_win_content.
8945 * tui/tui-data.c (init_content_element): Remove redundant and
8946 erroneous casts.
8947 (tui_add_content_elements): Remove erroneous cast.
8948 * tui/tui-disasm.c (tui_set_disassem_content): Remove redundant
8949 casts.
8950 (tui_get_begin_asm_address): Likewise.
8951 * tui/tui-regs.c (tui_show_registers): Likewise.
8952 (tui_show_register_group): Likewise.
8953 (tui_display_registers_from): Likewise.
8954 (tui_check_register_values): Likewise.
8955 * tui/tui-source.c (tui_set_source_content): Likewise.
8956 (tui_set_source_content_nil): Likewise.
8957 (tui_source_is_displayed): Likewise.
8958 * tui/tui-stack.c (tui_show_locator_content): Likewise.
8959 (tui_set_locator_fullname): Likewise.
8960 (tui_set_locator_info): Likewise.
8961 (tui_show_frame_info): Likewise.
8962 * tui/tui-winsource.c (tui_clear_source_content): Likewise.
8963 (tui_show_source_line): Likewise.
8964 (tui_horizontal_source_scroll): Likewise.
8965 (tui_update_breakpoint_info): Likewise.
8966 (tui_set_exec_info_content): Likewise.
8967 (tui_show_exec_info_content): Likewise.
8968 (tui_alloc_source_buffer): Likewise.
8969 (tui_line_is_displayed): Likewise.
8970 (tui_addr_is_displayed): Likewise.
8971
8972 2015-04-27 John Baldwin <jhb@FreeBSD.org>
8973
8974 * fbsd-nat.c: (fbsd_wait) [PL_FLAG_EXEC]: Report TARGET_WAITKIND_EXECD
8975 event if PL_FLAG_EXEC is set.
8976 [PL_FLAG_EXEC] (fbsd_insert_exec_catchpoint): New function.
8977 [PL_FLAG_EXEC] (fbsd_remove_exec_catchpoint): New function.
8978 (fbsd_nat_add_target) [PL_FLAG_EXEC]: Set
8979 "to_insert_exec_catchpoint" to "fbsd_insert_exec_catchpoint".
8980 Set "to_remove_exec_catchpoint" to "fbsd_remove_exec_catchpoint".
8981
8982 2015-04-27 John Baldwin <jhb@FreeBSD.org>
8983
8984 * fbsd-nat.c: [PT_LWPINFO] New variable super_wait.
8985 [TDP_RFPPWAIT] New variable fbsd_pending_children.
8986 [TDP_RFPPWAIT] (fbsd_remember_child): New function.
8987 [TDP_RFPPWAIT] (fbsd_is_child_pending): New function.
8988 [TDP_RFPPWAIT] (fbsd_fetch_kinfo_proc): New function.
8989 [PT_LWPINFO] (fbsd_wait): New function.
8990 [TDP_RFPPWAIT] (fbsd_follow_fork): New function.
8991 [TDP_RFPPWAIT] (fbsd_insert_fork_catchpoint): New function.
8992 [TDP_RFPPWAIT] (fbsd_remove_fork_catchpoint): New function.
8993 [TDP_RFPPWAIT] (fbsd_insert_vfork_catchpoint): New function.
8994 [TDP_RFPPWAIT] (fbsd_remove_vfork_catchpoint): New function.
8995 [TDP_RFPPWAIT] (fbsd_enable_follow_fork): New function.
8996 [TDP_RFPPWAIT] (fbsd_post_startup_inferior): New function.
8997 [TDP_RFPPWAIT] (fbsd_post_attach): New function.
8998 (fbsd_nat_add_target) [PT_LWPINFO] Set "to_wait" to
8999 "fbsd_wait".
9000 [TDP_RFPPWAIT] Set "to_follow_fork" to "fbsd_follow_fork".
9001 Set "to_insert_fork_catchpoint" to "fbsd_insert_fork_catchpoint".
9002 Set "to_remove_fork_catchpoint" to "fbsd_remove_fork_catchpoint".
9003 Set "to_insert_vfork_catchpoint" to "fbsd_insert_vfork_catchpoint".
9004 Set "to_remove_vfork_catchpoint" to "fbsd_remove_vfork_catchpoint".
9005 Set "to_post_startup_inferior" to "fbsd_post_startup_inferior".
9006 Set "to_post_attach" to "fbsd_post_attach".
9007
9008 2015-04-27 John Baldwin <jhb@FreeBSD.org>
9009
9010 * fbsd-nat.c (fbsd_pid_to_exec_file): Mark static.
9011 (fbsd_find_memory_regions): Mark static.
9012 (fbsd_nat_add_target): New function.
9013 * fbsd-nat.h: Export fbsd_nat_add_target and remove prototypes for
9014 fbsd_pid_to_exec_file and fbsd_find_memory_regions.
9015 * amd64fbsd-nat.c (_initialize_amd64fbsd_nat): Use fbsd_nat_add_target.
9016 * i386fbsd-nat.c (_initialize_i386fbsd_nat): Likewise.
9017 * ppcfbsd-nat.c (_initialize_ppcfbsd_nat): Likewise.
9018 * sparc64fbsd-nat.c (_initialize_sparc64fbsd_nat): Likewise.
9019
9020 2015-04-27 Gary Benson <gbenson@redhat.com>
9021
9022 * objfiles.c (allocate_objfile): Do not attempt to expand name
9023 if name is a "target:" filename.
9024 * auto-load.c (load_auto_scripts_for_objfile): Do not attempt
9025 to load auto-load scripts for objfiles with "target:" filenames.
9026
9027 2015-04-27 Andreas Arnez <arnez@linux.vnet.ibm.com>
9028
9029 * s390-linux-tdep.c: Include "elf/s390.h" and "elf-bfd.h".
9030 (enum s390_vector_abi_kind): New enum.
9031 (struct gdbarch_tdep)<vector_abi>: New field.
9032 (s390_effective_inner_type): Add parameter min_size. Stop
9033 unwrapping if the inner type is smaller than min_size.
9034 (s390_function_arg_float): Adjust call to
9035 s390_effective_inner_type.
9036 (s390_function_arg_vector): New function.
9037 (s390_function_arg_integer): Adjust comment.
9038 (struct s390_arg_state)<vr>: New field.
9039 (s390_handle_arg): Add parameter 'is_unnamed'. Pass vector
9040 arguments according to vector ABI when appropriate.
9041 (s390_push_dummy_call): Initialize the argument state's field
9042 'vr'. Adjust calls to s390_handle_arg.
9043 (s390_register_return_value): Handle vector return values.
9044 (s390_return_value): Apply the "register" return value convention
9045 to a vector when appropriate.
9046 (s390_gdbarch_init): Initialize tdep->vector_abi.
9047 * NEWS: Announce S390 vector ABI support.
9048
9049 2015-04-27 Andreas Arnez <arnez@linux.vnet.ibm.com>
9050
9051 * s390-linux-tdep.c (s390_return_value_convention): Remove
9052 function. Inline its logic...
9053 (s390_return_value): ...here. Instead, move the handling of the
9054 "register" return value convention...
9055 (s390_register_return_value): ...here. New function.
9056
9057 2015-04-27 Andreas Arnez <arnez@linux.vnet.ibm.com>
9058
9059 * s390-linux-tdep.c
9060 (is_float_singleton): Remove function. Move the "singleton" part
9061 of the logic...
9062 (s390_effective_inner_type): ...here. New function.
9063 (is_float_like): Remove function. Inline its logic...
9064 (s390_function_arg_float): ...here.
9065 (is_pointer_like, is_integer_like, is_struct_like): Remove
9066 functions. Inline their logic...
9067 (s390_function_arg_integer): ...here.
9068 (s390_function_arg_pass_by_reference): Remove function.
9069 (extend_simple_arg): Remove function.
9070 (alignment_of): Remove function.
9071 (struct s390_arg_state): New structure.
9072 (s390_handle_arg): New function.
9073 (s390_push_dummy_call): Move parameter placement logic to the new
9074 function s390_handle_arg. Call it for calculating the stack area
9075 sizes first, and again for actually writing the parameters.
9076
9077 2015-04-27 Andreas Arnez <arnez@linux.vnet.ibm.com>
9078
9079 * s390-linux-tdep.c (is_power_of_two): Add comment. Return
9080 false if the argument is zero.
9081
9082 2015-04-27 Pierre-Marie de Rodat <derodat@adacore.com>
9083
9084 * ada-lang.c (template_to_static_fixed_type): Return input type
9085 when it is already fixed. Cache the input type itself when not
9086 creating a static fixed copy. Make it explicit that we never
9087 molestate the input type.
9088 * gdbtypes.c (resolve_dynamic_struct): Reset the
9089 TYPE_TARGET_TYPE field for resolved copies.
9090
9091 2015-04-27 Joel Brobecker <brobecker@adacore.com>
9092
9093 * ada-lang.c (ada_is_tagged_type): Add call to ada_check_typedef.
9094 (ada_lookup_struct_elt_type): Remove calls to ada_check_typedef.
9095 (template_to_static_fixed_type): Call ada_check_typedef only
9096 when necessary.
9097
9098 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
9099
9100 * cli/cli-dump.c (srec_dump_command): Add internationalization
9101 mark ups.
9102 (ihex_dump_command): Likewise.
9103 (tekhex_dump_command): Likewise.
9104 (binary_dump_command): Likewise.
9105 (binary_append_command): Likewise.
9106
9107 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
9108
9109 * cli/cli-dump.c (verilog_cmdlist): New variable.
9110 (dump_verilog_memory): New function.
9111 (dump_verilog_value): New function.
9112 (verilog_dump_command): New function.
9113 (_initialize_cli_dump): Add new commands to support verilog dump
9114 format.
9115 * NEWS: Add entry for "dump verilog".
9116
9117 2015-04-24 Pierre-Marie de Rodat <derodat@adacore.com>
9118
9119 * gdbtypes.c (print_gnat_stuff): Do not recurse on the
9120 descriptive type when there is none.
9121
9122 2015-04-23 Patrick Palka <patrick@parcs.ath.cx>
9123
9124 * tui/tui-win.c (tui_async_resize_screen): Call
9125 rl_resize_terminal().
9126
9127 2015-04-22 Jon Turney <jon.turney@dronecode.org.uk>
9128
9129 * windows-nat.c (handle_output_debug_string): Don't change
9130 current_event.dwThreadId.
9131 (get_windows_debug_event): Use thread_id, rather than relying on
9132 current_event.dwThreadId being changed.
9133
9134 2015-04-22 Jon Turney <jon.turney@dronecode.org.uk>
9135
9136 * windows-nat.c (windows_continue): Report an error if
9137 ContinueDebugEvent() fails.
9138
9139 2015-04-16 Jon Turney <jon.turney@dronecode.org.uk>
9140
9141 * windows-nat.c (windows_resume): Fix misspelling in debug output.
9142
9143 2015-04-16 Jon Turney <jon.turney@dronecode.org.uk>
9144
9145 * windows-nat.c (get_windows_debug_event): Replace retval with
9146 thread_id throughout. Update stale comment.
9147
9148 2015-04-16 Jon Turney <jon.turney@dronecode.org.uk>
9149
9150 * windows-nat.c (get_windows_debug_event): Don't use ternary
9151 conditional operator.
9152
9153 2015-04-21 Pierre Muller <muller@sourceware.org>
9154
9155 PR pascal/17815
9156 p-exp.y (yylex): Reorganize code to return the matched pattern
9157 for a field of this.
9158
9159 2015-04-21 Gary Benson <gbenson@redhat.com>
9160
9161 * common/fileio.h (fileio_to_host_openflags): New declaration.
9162 * common/fileio.c (fcntl.h): New include.
9163 (fileio_to_host_openflags): New function, factored out from...
9164 * inf-child.c (inf_child_fileio_open_flags_to_host): ...here.
9165 Single use updated.
9166
9167 2015-04-21 Kevin Buettner <kevinb@redhat.com>
9168
9169 * rl78-tdep.c (RL78_SP_ADDR): Define.
9170 (opc_reg_to_gdb_regnum): New static function.
9171 (rl78_analyze_prologue): Recognize instructions forming slightly
9172 more interesting prologues.
9173
9174 2015-04-20 Pierre-Marie de Rodat <derodat@adacore.com>
9175
9176 Revert:
9177 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
9178 * gdbtypes.c (is_dynamic_type_internal): Remove special handling of
9179 TYPE_CODE_REF types so that they are not considered as dynamic
9180 depending on the referenced type.
9181 (resolve_dynamic_type_internal): Likewise.
9182
9183 2015-04-20 Pierre-Marie de Rodat <derodat@adacore.com>
9184
9185 Revert:
9186 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
9187 * gdbtypes.c (is_dynamic_type_internal): Remove the unused
9188 "top_level" parameter.
9189 (resolve_dynamic_type_internal): Remove the unused "top_level"
9190 parameter. Update call to is_dynamic_type_internal.
9191 (is_dynamic_type): Update call to is_dynamic_type_internal.
9192 (resolve_dynamic_range): Update call to
9193 resolve_dynamic_type_internal.
9194 (resolve_dynamic_union): Likewise.
9195 (resolve_dynamic_struct): Likewise.
9196 (resolve_dynamic_type): Likewise.
9197
9198 2015-04-19 Gabriel Krisman Bertazi <gabriel@krisman.be>
9199
9200 * breakpoint.c (update_dprintf_command_list): Remove duplicated
9201 xmalloc.
9202
9203 2015-04-20 Thomas Schwinge <thomas@codesourcery.com>
9204
9205 * reply_mig_hack.awk: Robustify parsing.
9206
9207 * reply_mig_hack.awk: Don't bother to declare an intermediate
9208 function pointer variable.
9209
9210 2015-04-17 Doug Evans <dje@google.com>
9211
9212 * solib-svr4.c (svr4_exec_displacement): Rename outer "displacement"
9213 to "exec_displacement" to avoid confusion with inner use of the name.
9214
9215 2015-04-17 Pedro Alves <palves@redhat.com>
9216
9217 * arm-linux-nat.c (arm_linux_can_use_hw_breakpoint): Return zero
9218 if HW point of TYPE isn't supported.
9219
9220 2015-04-17 Yao Qi <yao.qi@linaro.org>
9221 Pedro Alves <palves@redhat.com>
9222
9223 * target.h (target_can_use_hardware_watchpoint): Update comments.
9224 Remove trailing ";".
9225
9226 2015-04-17 Gary Benson <gbenson@redhat.com>
9227
9228 * remote.c (remote_add_inferior): New argument try_open_exec.
9229 If nonzero, attempt to open the inferior's executable file as
9230 the main executable if no main executable is open already.
9231 All callers updated.
9232 * NEWS: Mention that GDB now supports automatic location and
9233 retrieval of executable + files from remote targets.
9234
9235 2015-04-17 Gary Benson <gbenson@redhat.com>
9236
9237 * target.h (TARGET_OBJECT_EXEC_FILE): New enum value.
9238 * remote.c (PACKET_qXfer_exec_file): Likewise.
9239 (remote_protocol_features): Register the
9240 "qXfer:exec-file:read" feature.
9241 (remote_xfer_partial): Handle TARGET_OBJECT_EXEC_FILE.
9242 (remote_pid_to_exec_file): New function.
9243 (init_remote_ops): Initialize to_pid_to_exec_file.
9244 (_initialize_remote): Register new "set/show remote
9245 pid-to-exec-file-packet" command.
9246 * NEWS: Announce new qXfer:exec-file:read packet.
9247
9248 2015-04-17 Gary Benson <gbenson@redhat.com>
9249
9250 * nat/linux-procfs.h (linux_proc_pid_to_exec_file):
9251 New declaration.
9252 * nat/linux-procfs.c (linux_proc_pid_to_exec_file):
9253 New function, factored out from...
9254 * linux-nat.c (linux_child_pid_to_exec_file): ...here.
9255
9256 2015-04-17 Gary Benson <gbenson@redhat.com>
9257
9258 * exec.c (solist.h): New include.
9259 (exec_file_locate_attach): Prefix absolute executable
9260 paths with gdb_sysroot if set.
9261 * NEWS: Mention that executable paths may be prepended
9262 with sysroot.
9263
9264 2015-04-17 Gary Benson <gbenson@redhat.com>
9265
9266 * solist.h (exec_file_find): New declaration.
9267 * solib.c (solib_find_1): New function, factored out from...
9268 (solib_find): ...here.
9269 (exec_file_find): New function.
9270
9271 2015-04-17 Gary Benson <gbenson@redhat.com>
9272
9273 * gdbcore.h (exec_file_locate_attach): New declaration.
9274 * exec.c (exec_file_locate_attach): New function, factored
9275 out from...
9276 * infcmd.c (attach_command_post_wait): ...here.
9277
9278 2015-04-17 Mike Frysinger <vapier@gentoo.org>
9279
9280 * MAINTAINERS: Add myself for Blackfin/write-after-approval.
9281
9282 2015-04-16 Yao Qi <yao.qi@linaro.org>
9283
9284 * infrun.c (maybe_software_singlestep): Declare.
9285 (displaced_step_fixup): Call maybe_software_singlestep.
9286
9287 2015-04-15 Doug Evans <dje@google.com>
9288
9289 * psymtab.c (psym_expand_symtabs_matching): Add QUIT call.
9290
9291 2015-04-15 Doug Evans <dje@google.com>
9292
9293 * dwarf2read.c (dw2_expand_symtabs_matching): Add some QUIT calls.
9294
9295 2015-04-15 Simon Marchi <simon.marchi@ericsson.com>
9296
9297 * python/lib/gdb/command/unwinders.py: Add parentheses.
9298
9299 2015-04-15 Yao Qi <yao.qi@linaro.org>
9300
9301 * arm-linux-tdep.c (arm_linux_copy_svc): Update debug message.
9302
9303 2015-04-15 Yao Qi <yao.qi@linaro.org>
9304
9305 * arm-linux-tdep.c (arm_linux_copy_svc): Fix indentation.
9306
9307 2015-04-15 Yao Qi <yao.qi@linaro.org>
9308
9309 * arm-linux-tdep.c (arm_linux_cleanup_svc): Use
9310 dsc->insn_size instead of 4.
9311
9312 2015-04-14 Gary Benson <gbenson@redhat.com>
9313
9314 * jit.c (mem_bfd_iovec_stat): Zero supplied buffer.
9315 * minidebug.c (lzma_stat): Likewise.
9316 * solib-spu.c (spu_bfd_iovec_stat): Likewise.
9317 * spu-linux-nat.c (spu_bfd_iovec_stat): Likewise.
9318
9319 2015-04-13 Stan Shebs <stanshebs@google.com>
9320
9321 * MAINTAINERS: Update my email address.
9322
9323 2015-04-13 John Baldwin <jhb@FreeBSD.org>
9324
9325 * amd64-tdep.c (amd64_target_description): New function.
9326 * amd64-tdep.h: Export amd64_target_description and tdesc_amd64.
9327 * amd64bsd-nat.c [PT_GETXSTATE_INFO]: New variable amd64bsd_xsave_len.
9328 (amd64bsd_fetch_inferior_registers) [PT_GETXSTATE_INFO]: Handle
9329 x86 extended save area.
9330 (amd64bsd_store_inferior_registers) [PT_GETXSTATE_INFO]: Likewise.
9331 * amd64bsd-nat.h: Export amd64bsd_xsave_len.
9332 * amd64fbsd-nat.c (amd64fbsd_read_description): New function.
9333 (_initialize_amd64fbsd_nat): Set "to_read_description" to
9334 "amd64fbsd_read_description".
9335 * amd64fbsd-tdep.c (amd64fbsd_core_read_description): New function.
9336 (amd64fbsd_supply_xstateregset): New function.
9337 (amd64fbsd_collect_xstateregset): New function.
9338 Add "amd64fbsd_xstateregset".
9339 (amd64fbsd_iterate_over_regset_sections): New function.
9340 (amd64fbsd_init_abi): Set "xsave_xcr0_offset" to
9341 "I386_FBSD_XSAVE_XCR0_OFFSET".
9342 Add "iterate_over_regset_sections" gdbarch method.
9343 Add "core_read_description" gdbarch method.
9344 * i386-tdep.c (i386_target_description): New function.
9345 * i386-tdep.h: Export i386_target_description and tdesc_i386.
9346 * i386bsd-nat.c [PT_GETXSTATE_INFO]: New variable i386bsd_xsave_len.
9347 (i386bsd_fetch_inferior_registers) [PT_GETXSTATE_INFO]: Handle
9348 x86 extended save area.
9349 (i386bsd_store_inferior_registers) [PT_GETXSTATE_INFO]: Likewise.
9350 * i386bsd-nat.h: Export i386bsd_xsave_len.
9351 * i386fbsd-nat.c (i386fbsd_read_description): New function.
9352 (_initialize_i386fbsd_nat): Set "to_read_description" to
9353 "i386fbsd_read_description".
9354 * i386fbsd-tdep.c (i386fbsd_core_read_xcr0): New function.
9355 (i386fbsd_core_read_description): New function.
9356 (i386fbsd_supply_xstateregset): New function.
9357 (i386fbsd_collect_xstateregset): New function.
9358 Add "i386fbsd_xstateregset".
9359 (i386fbsd_iterate_over_regset_sections): New function.
9360 (i386fbsd4_init_abi): Set "xsave_xcr0_offset" to
9361 "I386_FBSD_XSAVE_XCR0_OFFSET".
9362 Add "iterate_over_regset_sections" gdbarch method.
9363 Add "core_read_description" gdbarch method.
9364 * i386fbsd-tdep.h: New file.
9365
9366 2015-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9367
9368 * NEWS (Changes since GDB 7.9): Add removed -xdb.
9369 * breakpoint.c (command_line_is_silent): Remove xdb_commands
9370 conditional.
9371 (_initialize_breakpoint): Remove xdb_commands for bc, ab, sb, db, ba
9372 and lb.
9373 * cli/cli-cmds.c (_initialize_cli_cmds): Remove xdb_commands for v and
9374 va.
9375 * cli/cli-decode.c (find_command_name_length): Remove xdb_commands
9376 conditional.
9377 * defs.h (xdb_commands): Remove declaration.
9378 * f-valprint.c (_initialize_f_valprint): Remove xdb_commands for lc.
9379 * guile/scm-cmd.c (command_classes): Remove xdb from comment.
9380 * infcmd.c (run_no_args_command, go_command): Remove.
9381 (_initialize_infcmd): Remove xdb_commands for S, go, g, R and lr.
9382 * infrun.c (xdb_handle_command): Remove.
9383 (_initialize_infrun): Remove xdb_commands for lz and z.
9384 * main.c (xdb_commands): Remove variable.
9385 (captured_main): Remove "xdb" from long_options.
9386 (print_gdb_help): Remove --xdb from help.
9387 * python/py-cmd.c (gdbpy_initialize_commands): Remove xdb from comment.
9388 * source.c (_initialize_source): Remove xdb_commands for D, ld, / and ?.
9389 * stack.c (backtrace_full_command, args_plus_locals_info)
9390 (current_frame_command): Remove.
9391 (_initialize_stack): Remove xdb_commands for t, T and l.
9392 * symtab.c (_initialize_symtab): Remove xdb_commands for lf and lg.
9393 * thread.c (_initialize_thread): Remove xdb_commands condition.
9394 * tui/tui-layout.c (tui_toggle_layout_command)
9395 (tui_toggle_split_layout_command, tui_handle_xdb_layout): Remove.
9396 (_initialize_tui_layout): Remove xdb_commands for td and ts.
9397 * tui/tui-regs.c (tui_scroll_regs_forward_command)
9398 (tui_scroll_regs_backward_command): Remove.
9399 (_initialize_tui_regs): Remove xdb_commands for fr, gr, sr, +r and -r.
9400 * tui/tui-win.c (tui_xdb_set_win_height_command): Remove.
9401 (_initialize_tui_win): Remove xdb_commands for U and w.
9402 * utils.c (pagination_on_command, pagination_off_command): Remove.
9403 (initialize_utils): Remove xdb_commands for am and sm.
9404
9405 2015-04-10 Pedro Alves <palves@redhat.com>
9406
9407 * infrun.c (displaced_step_fixup): Switch to the event ptid
9408 earlier. If the thread stopped for a watchpoint and the
9409 target/arch has non-continuable watchpoints, cancel the displaced
9410 step.
9411 (resume): Don't start a displaced step if in-line step-over info
9412 is valid.
9413
9414 2015-04-10 Pedro Alves <palves@redhat.com>
9415
9416 * infrun.c (displaced_step_in_progress): New function.
9417 (do_target_resume): Advise target to report all signals if
9418 displaced stepping.
9419
9420 2015-04-10 Pedro Alves <palves@redhat.com>
9421
9422 PR gdb/18216
9423 * infrun.c (process_event_stop_test): Don't assume a step-resume
9424 is set if tp->stepped_breakpoint is true.
9425
9426 2015-04-10 Yao Qi <yao.qi@linaro.org>
9427
9428 * arm-tdep.c (install_alu_reg): Update comment.
9429 (thumb_copy_alu_reg): Remove local variable rn. Update
9430 debugging message. Use r2 instead of r1 in the modified
9431 instruction.
9432
9433 2015-04-10 Pedro Alves <palves@redhat.com>
9434
9435 PR gdb/13858
9436 * amd64-linux-tdep.c (amd64_linux_init_abi_common): Install
9437 linux_displaced_step_location as gdbarch_displaced_step_location
9438 hook.
9439 * arm-linux-tdep.c (arm_linux_init_abi): Likewise.
9440 * i386-linux-tdep.c (i386_linux_init_abi): Likewise.
9441 * linux-tdep.c (linux_displaced_step_location): New function,
9442 based on ppc_linux_displaced_step_location.
9443 * linux-tdep.h (linux_displaced_step_location): New declaration.
9444 * ppc-linux-tdep.c (ppc_linux_entry_point_addr): Delete.
9445 (ppc_linux_inferior_created, ppc_linux_displaced_step_location):
9446 Delete.
9447 (ppc_linux_init_abi): Install linux_displaced_step_location as
9448 gdbarch_displaced_step_location hook, even without Cell/B.E..
9449 (_initialize_ppc_linux_tdep): Don't install
9450 ppc_linux_inferior_created as inferior_created observer.
9451 * s390-linux-tdep.c (s390_gdbarch_init): Install
9452 linux_displaced_step_location as gdbarch_displaced_step_location
9453 hook.
9454
9455 2015-04-09 Gary Benson <gbenson@redhat.com>
9456
9457 * common/common-remote-fileio.h: Rename to...
9458 * common/fileio.h: ...this. Update all references.
9459 (remote_fileio_to_fio_error): Rename to...
9460 (host_to_fileio_error): ...this.
9461 (remote_fileio_to_be): Rename to...
9462 (host_to_bigendian): ...this. Update all callers.
9463 (remote_fileio_to_fio_uint): Rename to...
9464 (host_to_fileio_uint): ...this. Update all callers.
9465 (remote_fileio_to_fio_time): Rename to...
9466 (host_to_fileio_time): ...this. Update all callers.
9467 (remote_fileio_to_fio_stat): Rename to...
9468 (host_to_fileio_stat): ...this.
9469 Update all references.
9470 * common/common-remote-fileio.c: Rename to...
9471 * common/fileio.c: ...this. Update all references.
9472 (remote_fileio_to_fio_error): Rename to...
9473 (host_to_fileio_error): ...this. Update all callers.
9474 (remote_fileio_mode_to_target): Rename to...
9475 (fileio_mode_pack): ...this. Update all callers.
9476 (remote_fileio_to_fio_mode): Rename to...
9477 (host_to_fileio_mode): ...this. Update all callers.
9478 (remote_fileio_to_fio_ulong): Rename to...
9479 (host_to_fileio_ulong): ...this. Update all callers.
9480 (remote_fileio_to_fio_stat): Rename to...
9481 (host_to_fileio_stat): ...this. Update all callers.
9482
9483 2015-04-09 Andy Wingo <wingo@igalia.com>
9484
9485 * guile/scm-frame.c (gdbscm_frame_read_register): New function.
9486 (frame_functions): Bind gdbscm_frame_read_register to
9487 frame-read-register.
9488 * guile/lib/gdb.scm (frame-read-register): Export.
9489
9490 2015-04-09 Gary Benson <gbenson@redhat.com>
9491
9492 * common/common-remote-fileio.h (remote_fileio_to_fio_error):
9493 New declaration.
9494 * common/common-remote-fileio.c (remote_fileio_to_fio_error):
9495 New function, factored out the named functions below.
9496 * inf-child.c (gdb/fileio.h): Remove include.
9497 (common-remote-fileio.h): New include.
9498 (inf_child_errno_to_fileio_error): Remove function. Update
9499 all callers to use remote_fileio_to_fio_error.
9500 * remote-fileio.c (remote_fileio_errno_to_target): Likewise.
9501
9502 2015-04-09 Andy Wingo <wingo@igalia.com>
9503
9504 * MAINTAINERS (Write After Approval): Add Andy Wingo.
9505
9506 2015-04-09 H.J. Lu <hongjiu.lu@intel.com>
9507
9508 * acinclude.m4: (GDB_AC_CHECK_BFD): Set ZLIBDIR with $zlibdir.
9509 Replace $zlibdir with $ZLIBDIR in LDFLAGS.
9510 * configure: Regenerated.
9511
9512 2015-04-09 Pedro Alves <palves@redhat.com>
9513
9514 * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add strtok_r.
9515 * gnulib/Makefile.in (aclocal_m4_deps): Add import/m4/strtok_r.m4.
9516 * gnulib/configure, gnulib/config.in, gnulib/aclocal.m4: Regenerate.
9517 * gnulib/import/Makefile.am: Update.
9518 * gnulib/import/Makefile.in: Update.
9519 * gnulib/import/m4/gnulib-cache.m4: Update.
9520 * gnulib/import/m4/gnulib-comp.m4: Update.
9521 * gnulib/import/m4/strtok_r.m4: New file.
9522 * gnulib/import/strtok_r.c: New file.
9523
9524 2015-04-09 Pedro Alves <palves@redhat.com>
9525
9526 * gnulib/update-gnulib.sh (aclocal version check): Filter out
9527 "called too early to check prototype".
9528
9529 2015-04-08 Sergio Durigan Junior <sergiodj@redhat.com>
9530
9531 PR python/16699
9532 * python/py-cmd.c (cmdpy_completer_helper): Adjust function to not
9533 use a caching mechanism. Adjust comments and code to reflect
9534 that. Replace 'sizeof' by 'strlen' when fetching 'wordobj'.
9535 (cmdpy_completer_handle_brkchars): Adjust call to
9536 cmdpy_completer_helper. Call Py_XDECREF for 'resultobj'.
9537 (cmdpy_completer): Likewise.
9538
9539 2015-04-08 Yao Qi <yao.qi@linaro.org>
9540
9541 * spu-tdep.c (spu_gdbarch_init): Don't call
9542 set_gdbarch_cannot_step_breakpoint.
9543
9544 2015-04-07 Sergio Durigan Junior <sergiodj@redhat.com>
9545
9546 * linux-tdep.c (decode_vmflags): Initialize 'saveptr'.
9547
9548 2015-04-07 Pedro Alves <palves@redhat.com>
9549
9550 * gdbthread.h (ALL_NON_EXITED_THREADS_SAFE): Rename to ...
9551 (ALL_THREADS_SAFE): ... this, and don't skip exited threads.
9552 (delete_exited_threads): New declaration.
9553 * infrun.c (follow_exec): Use ALL_THREADS_SAFE.
9554 * linux-nat.c (linux_nat_update_thread_list): New function.
9555 (linux_nat_add_target): Install it.
9556 * remote.c (remote_update_thread_list): Use ALL_THREADS_SAFE.
9557 * thread.c (prune_threads): Use ALL_THREADS_SAFE.
9558 (delete_exited_threads): New function.
9559
9560 2015-04-07 Pedro Alves <pedro@codesourcery.com>
9561
9562 * infrun.c (resume) <displaced stepping debug output>: Get the
9563 leader thread's regcache, not resume_ptid's.
9564
9565 2015-04-06 Doug Evans <xdje42@gmail.com>
9566
9567 * symtab.c (hash_symbol_entry): Hash STRUCT_DOMAIN symbols as
9568 VAR_DOMAIN.
9569 (symbol_cache_lookup): Clarify use of bsc_ptr, slot_ptr parameters.
9570 Include symbol domain in debugging output.
9571
9572 2015-04-06 Pedro Alves <palves@redhat.com>
9573 Bernd Edlinger <bernd.edlinger@hotmail.de>
9574
9575 * configure.ac: Remove the mingw32-specific stub-termcap.o
9576 fallback, and instead fallback to the stub termcap on all hosts.
9577 * configure: Regenerate.
9578 * stub-termcap.c [!__MINGW32__] (PC, BC, UP): Define as weak
9579 symbols.
9580
9581 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
9582
9583 * gdbtypes.c (is_dynamic_type_internal): Remove the unused
9584 "top_level" parameter.
9585 (resolve_dynamic_type_internal): Remove the unused "top_level"
9586 parameter. Update call to is_dynamic_type_internal.
9587 (is_dynamic_type): Update call to is_dynamic_type_internal.
9588 (resolve_dynamic_range): Update call to
9589 resolve_dynamic_type_internal.
9590 (resolve_dynamic_union): Likewise.
9591 (resolve_dynamic_struct): Likewise.
9592 (resolve_dynamic_type): Likewise.
9593
9594 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
9595
9596 * gdbtypes.c (is_dynamic_type_internal): Remove special handling of
9597 TYPE_CODE_REF types so that they are not considered as dynamic
9598 depending on the referenced type.
9599 (resolve_dynamic_type_internal): Likewise.
9600
9601 2015-04-02 H.J. Lu <hongjiu.lu@intel.com>
9602
9603 * Makefile.in (top_srcdir): New.
9604 * configure: Regenerated.
9605
9606 2015-04-02 Gary Benson <gbenson@redhat.com>
9607
9608 * NEWS: Announce the new default sysroot of "target:".
9609
9610 2015-04-02 Gary Benson <gbenson@redhat.com>
9611
9612 * main.c (captured_main): Set gdb_sysroot to "target:"
9613 if not otherwise set.
9614
9615 2015-04-02 Gary Benson <gbenson@redhat.com>
9616
9617 * exec.c (exec_file_attach): Support "target:" filenames.
9618
9619 2015-04-02 Gary Benson <gbenson@redhat.com>
9620
9621 * solib.c (solib_find): Strip "target:" prefix from sysroot
9622 if accessing local files.
9623
9624 2015-04-02 Gary Benson <gbenson@redhat.com>
9625
9626 * symfile.c (symfile_bfd_open): Reorder to remove duplicated
9627 checks and error messages.
9628
9629 2015-04-02 Gary Benson <gbenson@redhat.com>
9630
9631 * remote.h (REMOTE_SYSROOT_PREFIX): Remove definition.
9632 (remote_filename_p): Remove declaration.
9633 (remote_bfd_open): Likewise.
9634 * remote.c (remote_bfd_iovec_open): Remove function.
9635 (remote_bfd_iovec_close): Likewise.
9636 (remote_bfd_iovec_pread): Likewise.
9637 (remote_bfd_iovec_stat): Likewise.
9638 (remote_filename_p): Likewise.
9639 (remote_bfd_open): Likewise.
9640 * symfile.h (gdb_bfd_open_maybe_remote): Remove declaration.
9641 * symfile.c (separate_debug_file_exists): Use gdb_bfd_open.
9642 (gdb_bfd_open_maybe_remote): Remove function.
9643 (symfile_bfd_open): Replace remote filename check with
9644 target filename check.
9645 (reread_symbols): Use gdb_bfd_open.
9646 * build-id.c (gdbcore.h): New include.
9647 (build_id_to_debug_bfd): Use gdb_bfd_open.
9648 * infcmd.c (attach_command_post_wait): Remove remote filename
9649 check.
9650 * solib.c (solib_find): Replace remote-specific handling with
9651 target-specific handling. Update comments where necessary.
9652 (solib_bfd_open): Replace remote-specific handling with
9653 target-specific handling.
9654 (gdb_sysroot_changed): New function.
9655 (_initialize_solib): Call the above when gdb_sysroot changes.
9656 * windows-tdep.c (gdbcore.h): New include.
9657 (windows_xfer_shared_library): Use gdb_bfd_open.
9658
9659 2015-04-02 Gary Benson <gbenson@redhat.com>
9660
9661 * gdb/gdb_bfd.h (TARGET_SYSROOT_PREFIX): New definition.
9662 (is_target_filename): New declaration.
9663 (gdb_bfd_has_target_filename): Likewise.
9664 (gdb_bfd_open): Update documentation comment.
9665 * gdb_bfd.c (target.h): New include.
9666 (gdb/fileio.h): Likewise.
9667 (is_target_filename): New function.
9668 (gdb_bfd_has_target_filename): Likewise.
9669 (fileio_errno_to_host): Likewise.
9670 (gdb_bfd_iovec_fileio_open): Likewise.
9671 (gdb_bfd_iovec_fileio_pread): Likewise.
9672 (gdb_bfd_iovec_fileio_close): Likewise.
9673 (gdb_bfd_iovec_fileio_fstat): Likewise.
9674 (gdb_bfd_open): Use target fileio to access paths prefixed
9675 with "target:" where necessary.
9676
9677 2015-04-02 Gary Benson <gbenson@redhat.com>
9678
9679 * target.h (struct target_ops) <to_filesystem_is_local>:
9680 New field.
9681 (target_filesystem_is_local): New macro.
9682 * target-delegates.c: Regenerate.
9683 * remote.c (remote_filesystem_is_local): New function.
9684 (init_remote_ops): Initialize to_filesystem_is_local.
9685
9686 2015-04-02 Gary Benson <gbenson@redhat.com>
9687
9688 * target.h (struct target_ops) <to_fileio_fstat>: New field.
9689 (target_fileio_fstat): New declaration.
9690 * target.c (target_fileio_fstat): New function.
9691 * inf-child.c (inf_child_fileio_fstat): Likewise.
9692 (inf_child_target): Initialize to_fileio_fstat.
9693 * remote.c (init_remote_ops): Likewise.
9694
9695 2015-04-01 Sasha Smundak <asmundak@google.com>
9696
9697 * Makefile.in (SUBDIR_PYTHON_OBJS): Add py-unwind.o.
9698 (SUBDIR_PYTHON_SRCS): Add py-unwind.c.
9699 (py-unwind.o): New recipe.
9700 * NEWS: mention Python frame unwinding.
9701 * data-directory/Makefile.in (PYTHON_FILE_LIST): Add
9702 gdb/unwinder.py and gdb/command/unwinder.py
9703 * python/lib/gdb/__init__.py (packages): Add frame_unwinders
9704 list.
9705 (execute_unwinders): New function.
9706 * python/lib/gdb/command/unwinders.py: New file.
9707 * python/lib/gdb/unwinder.py: New file.
9708 * python/py-objfile.c (objfile_object): Add frame_unwinders field.
9709 (objfpy_dealloc): Decrement frame_unwinders reference count.
9710 (objfpy_initialize): Create frame_unwinders list.
9711 (objfpy_get_frame_unwinders): New function.
9712 (objfpy_set_frame_unwinders): Ditto.
9713 (objfile_getset): Add frame_unwinders attribute to Objfile.
9714 * python/py-progspace.c (pspace_object): Add frame_unwinders field.
9715 (pspy_dealloc): Decrement frame_unwinders reference count.
9716 (pspy_initialize): Create frame_unwinders list.
9717 (pspy_get_frame_unwinders): New function.
9718 (pspy_set_frame_unwinders): Ditto.
9719 (pspy_getset): Add frame_unwinders attribute to gdb.Progspace.
9720 * python/py-unwind.c: New file.
9721 * python/python-internal.h (pspy_get_name_unwinders): New prototype.
9722 (objpy_get_frame_unwinders): New prototype.
9723 (gdbpy_initialize_unwind): New prototype.
9724 * python/python.c (gdbpy_apply_type_printers): Call
9725 gdbpy_initialize_unwind.
9726
9727 2015-04-01 Pedro Alves <palves@redhat.com>
9728
9729 * infrun.c (resume): Check currently_stepping after clearing
9730 stepped_breakpoint, not before.
9731
9732 2015-04-01 Pedro Alves <palves@redhat.com>
9733
9734 * infrun.c (print_target_wait_results): Print all the ptid
9735 elements.
9736
9737 2015-04-01 Pedro Alves <palves@redhat.com>
9738
9739 * infrun.c (keep_going): Also discard cleanups if inserting
9740 breakpoints fails.
9741
9742 2015-04-01 Pedro Alves <palves@redhat.com>
9743
9744 * infrun.c (wait_for_inferior): Install the
9745 finish_thread_state_cleanup cleanup across the whole function, not
9746 just around handle_inferior_event.
9747
9748 2015-04-01 Pedro Alves <palves@redhat.com>
9749
9750 * infrun.c (resume) <step past permanent breakpoint>: Use
9751 do_target_resume.
9752
9753 2015-04-01 Pedro Alves <palves@redhat.com>
9754
9755 * linux-nat.c (linux_handle_extended_wait): Always call set_running.
9756
9757 2015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
9758
9759 * MAINTAINERS (Write After Approval): Add "Pierre-Marie de Rodat".
9760
9761 2015-04-01 Pedro Alves <palves@redhat.com>
9762
9763 * linux-thread-db.c (record_thread): Readd the thread to gdb's
9764 list if it was marked exited.
9765
9766 2015-04-01 H.J. Lu <hongjiu.lu@intel.com>
9767
9768 * configure: Regenerated.
9769
9770 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
9771 Jan Kratochvil <jan.kratochvil@redhat.com>
9772 Oleg Nesterov <oleg@redhat.com>
9773
9774 PR corefiles/16092
9775 * linux-tdep.c: Include 'gdbcmd.h' and 'gdb_regex.h'.
9776 New enum identifying the various options of the coredump_filter
9777 file.
9778 (struct smaps_vmflags): New struct.
9779 (use_coredump_filter): New variable.
9780 (decode_vmflags): New function.
9781 (mapping_is_anonymous_p): Likewise.
9782 (dump_mapping_p): Likewise.
9783 (linux_find_memory_regions_full): New variables
9784 'coredumpfilter_name', 'coredumpfilterdata', 'pid', 'filterflags'.
9785 Removed variable 'modified'. Read /proc/<PID>/smaps file; improve
9786 parsing of its information. Implement memory mapping filtering
9787 based on its contents.
9788 (show_use_coredump_filter): New function.
9789 (_initialize_linux_tdep): New command 'set use-coredump-filter'.
9790 * NEWS: Mention the possibility of using the
9791 '/proc/PID/coredump_filter' file when generating a corefile.
9792 Mention new command 'set use-coredump-filter'.
9793
9794 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
9795
9796 * solib-svr4.c (solib_svr4_r_ldsomap): Catch possible exception by
9797 read_memory_unsigned_integer.
9798
9799 2015-03-31 H.J. Lu <hongjiu.lu@intel.com>
9800
9801 * Makefile.in (ZLIB): New.
9802 (ZLIBINC): Likewise.
9803 (INTERNAL_CFLAGS_BASE): Add $(ZLIBINC).
9804 (CLIBS): Add $(ZLIB).
9805 * acinclude.m4: (GDB_AC_CHECK_BFD): Add $zlibdir to LDFLAGS.
9806 Add -lz to LIBS.
9807 * gdb_bfd.c: Don't check HAVE_ZLIB_H to include <zlib.h>.
9808 * top.c (print_gdb_configuration): Remove --with-zlib and
9809 --without-zlib.
9810 * config.in: Regenerated.
9811 * configure: Likewise.
9812
9813 2015-03-31 Antoine Tremblay <antoine.tremblay@ericsson.com>
9814
9815 * NEWS: Mention info os cpus support.
9816 * gdb/nat/linux-osdata.c (linux_xfer_osdata_cpus): New function.
9817 (struct osdata_type): Add cpus entry, reorder the entries in
9818 alphabetical order.
9819
9820 2015-03-31 Matthias Klose <doko@ubuntu.com>
9821
9822 * compile/compile.c (compile_to_object): Allow triplets with or
9823 without vendor set.
9824
9825 2015-03-30 Doug Evans <dje@google.com>
9826
9827 PR c++/18141
9828 * cp-namespace.c (cp_search_static_and_baseclasses): Always look for
9829 klass in VAR_DOMAIN.
9830
9831 2015-03-30 Gary Benson <gbenson@redhat.com>
9832
9833 * remote.c (remote_mourn_1): Remove function. Update all callers
9834 to use remote_mourn.
9835 (extended_remote_mourn_1): Remove function. Update all callers
9836 to use extended_remote_mourn.
9837 (extended_remote_attach_1): Remove function. Update all callers
9838 to use extended_remote_attach.
9839
9840 2015-03-28 James Bowman <james.bowman@ftdichip.com>
9841
9842 * Makefile.in (ALL_TARGET_OBS): Add ft32-tdep.o.
9843 (HFILES_NO_SRCDIR): Add ft32-tdep.h.
9844 (ALLDEPFILES): Add ft32-tdep.c.
9845 * configure.tgt: Add FT32 entry.
9846 * ft32-tdep.c: New file, FT32 target-dependent code.
9847 * ft32-tdep.h: New file, FT32 target-dependent code.
9848
9849 2015-03-27 Jan Kratochvil <jan.kratochvil@redhat.com>
9850
9851 Revert:
9852 2015-03-26 Jan Kratochvil <jan.kratochvil@redhat.com>
9853 Code cleanup.
9854 * printcmd.c (print_command_1): Move expr variable scope.
9855
9856 2015-03-27 Joel Brobecker <brobecker@adacore.com>
9857
9858 * dtrace-probe.c (dtrace_process_dof_probe): Initialize expr to NULL.
9859
9860 2015-03-27 Andrzej Kaczmarek <andrzej.kaczmarek@tieto.com>
9861
9862 * gdb_bfd.c (gdb_bfd_section_index): Fix off-by-one for special
9863 sections.
9864
9865 2015-03-26 Joel Brobecker <brobecker@adacore.com>
9866
9867 * dtrace-probe.c (dtrace_process_dof_probe): Contain any
9868 exception raised while parsing the probe arguments.
9869 Force parsing to be done using the C language parser.
9870 * expression.h (parse_expression_with_language): Declare.
9871 * parse.c (parse_expression_with_language): New function.
9872
9873 2015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
9874
9875 * MAINTAINERS (Write After Approval): Add "Jon Turney".
9876
9877 2015-03-26 Andy Wingo <wingo@igalia.com>
9878
9879 PR symtab/18148
9880 * dwarf2read.c (struct partial_die_info): Add has_const_value
9881 member.
9882 (add_partial_symbol): Don't punt on symbols that have const_value
9883 attributes.
9884 (read_partial_die): Detect DW_AT_const_value.
9885
9886 2015-03-26 Jan Kratochvil <jan.kratochvil@redhat.com>
9887
9888 Code cleanup.
9889 * printcmd.c (print_command_1): Move expr variable scope.
9890
9891 2015-03-26 Jan Kratochvil <jan.kratochvil@redhat.com>
9892
9893 Code cleanup.
9894 * printcmd.c (validate_format): Make the parameter cmdname const.
9895
9896 2015-03-26 Don Breazeal <donb@codesourcery.com>
9897
9898 * remote.c (_initialize_remote): Update comment.
9899
9900 2015-03-26 Pedro Alves <palves@redhat.com>
9901 Jon TURNEY <jon.turney@dronecode.org.uk>
9902
9903 * coffread.c (coff_symfile_read): When constructing the name of an
9904 import stub symbol from import symbol for amd64, only skip the
9905 char after _imp_ if the target is underscored (like i386) and the
9906 char is indeed the target's leading char.
9907
9908 2015-03-25 Pedro Alves <palves@redhat.com>
9909
9910 * target.h <to_async>: Replace 'callback' and 'context' parameters
9911 with boolean 'enable' parameter.
9912 (target_async): Replace CALLBACK and CONTEXT parameters with
9913 boolean ENABLE parameter.
9914 * inf-loop.c (inferior_event_handler): Adjust.
9915 * linux-nat.c (linux_nat_attach, linux_nat_resume)
9916 (linux_nat_resume): Adjust.
9917 (async_client_callback, async_client_context): Delete.
9918 (handle_target_event): Call inferior_event_handler directly.
9919 (linux_nat_async): Replace 'callback' and 'context' parameters
9920 with boolean 'enable' parameter. Adjust. Remove references to
9921 async_client_callback and async_client_context.
9922 (linux_nat_close): Adjust.
9923 * record-btrace.c (record_btrace_async): Replace 'callback' and
9924 'context' parameters with boolean 'enable' parameter. Adjust.
9925 (record_btrace_resume): Adjust.
9926 * record-full.c (record_full_async): Replace 'callback' and
9927 'context' parameters with boolean 'enable' parameter. Adjust.
9928 (record_full_resume, record_full_core_resume): Adjust.
9929 * remote.c (struct remote_state) <async_client_callback,
9930 async_client_context>: Delete fields.
9931 (remote_start_remote, extended_remote_attach_1, remote_resume)
9932 (extended_remote_create_inferior): Adjust.
9933 (remote_async_serial_handler): Call inferior_event_handler
9934 directly.
9935 (remote_async): Replace 'callback' and 'context' parameters with
9936 boolean 'enable' parameter. Adjust.
9937 * top.c (gdb_readline_wrapper_cleanup, gdb_readline_wrapper):
9938 Adjust.
9939 * target-delegates.c: Regenerate.
9940
9941 2015-03-25 Gary Benson <gbenson@redhat.com>
9942 Pedro Alves <palves@redhat.com>
9943
9944 * target.c (fileio_ft_t): New typedef, define object vector.
9945 (fileio_fhandles): New static variable.
9946 (is_closed_fileio_fh): New macro.
9947 (lowest_closed_fd): New static variable.
9948 (acquire_fileio_fd): New function.
9949 (release_fileio_fd): Likewise.
9950 (fileio_fd_to_fh): New macro.
9951 (target_fileio_open): Wrap the file descriptor on success.
9952 (target_fileio_pwrite): Updated to use wrapped file descriptor.
9953 (target_fileio_pread): Likewise.
9954 (target_fileio_close): Likewise.
9955
9956 2015-03-24 Pedro Alves <palves@redhat.com>
9957
9958 * thread.c (thread_apply_all_command): Take exited threads into
9959 account.
9960
9961 2015-03-24 Pedro Alves <palves@redhat.com>
9962
9963 * infrun.c (resume, proceed): Mention
9964 switch_back_to_stepped_thread, not switch_back_to_stepping.
9965
9966 2015-03-24 Pedro Alves <palves@redhat.com>
9967
9968 * infrun.c (user_visible_resume_ptid): Rewrite going from
9969 most-locked to unlocked instead of the opposite. Move comment ...
9970 * infrun.h (user_visible_resume_ptid): ... here.
9971
9972 2015-03-24 Pedro Alves <palves@redhat.com>
9973
9974 * linux-nat.c (linux_nat_resume): Output debug logs before trying
9975 to resume the event lwp. Use the lwp's ptid instead of the passed
9976 in (maybe wildcard) ptid.
9977 (stop_wait_callback): Tweak debug log output.
9978 (check_stopped_by_breakpoint): Tweak debug log output. Also dump
9979 TRAP_TRACE.
9980 (linux_nat_filter_event): In debug output, distinguish a
9981 resume_stop SIGSTOP from a delayed SIGSTOP. Output debug logs
9982 before trying to resume the lwp.
9983
9984 2015-03-24 Joel Brobecker <brobecker@adacore.com>
9985
9986 * gdbtypes.h (struct dynamic_prop_list) <prop>: Remove
9987 pointer indirection.
9988 * gdbtypes.c (get_dyn_prop): Adjust, following change above.
9989 (add_dyn_prop, copy_dynamic_prop_list): Likewise.
9990
9991 2015-03-24 Joel Brobecker <brobecker@adacore.com>
9992
9993 * gdbtypes.h (enum dynamic_prop_node_kind) <DYN_PROP_DATA_LOCATION>:
9994 Renames DYN_ATTR_DATA_LOCATION.
9995 (TYPE_DATA_LOCATION): Use DYN_PROP_DATA_LOCATION instead of
9996 DYN_ATTR_DATA_LOCATION.
9997 * dwarf2read.c (set_die_type): Use DYN_PROP_DATA_LOCATION
9998 instead of DYN_ATTR_DATA_LOCATION.
9999
10000 2015-03-24 Pedro Alves <palves@redhat.com>
10001
10002 * breakpoint.c (until_break_command): Adjust call to proceed.
10003 * gdbthread.h (struct thread_control_state) <stepping_command>:
10004 New field.
10005 * infcall.c (run_inferior_call): Adjust call to proceed.
10006 * infcmd.c (run_command_1, proceed_thread_callback, continue_1):
10007 Adjust calls to proceed.
10008 (set_step_frame): Set the current thread's step_start_function
10009 here.
10010 (step_once): Adjust calls to proceed.
10011 (jump_command, signal_command, until_next_command)
10012 (finish_backward, finish_forward, proceed_after_attach_callback)
10013 (attach_command_post_wait): Adjust calls to proceed.
10014 * infrun.c (proceed_after_vfork_done): Adjust call to proceed.
10015 (do_target_resume): New function, factored out from ...
10016 (resume): ... here. Remove 'step' parameter. Instead, check
10017 currently_stepping to determine whether the thread should be
10018 single-stepped.
10019 (proceed): Remove 'step' parameter and don't set the thread's
10020 step_start_function here. Adjust call to 'resume'.
10021 (handle_inferior_event): Adjust calls to 'resume'.
10022 (switch_back_to_stepped_thread): Use do_target_resume instead of
10023 'resume'.
10024 (keep_going): Adjust calls to 'resume'.
10025 * infrun.h (proceed): Remove 'step' parameter.
10026 (resume): Likewise.
10027 * windows-nat.c (do_initial_windows_stuff): Adjust call to
10028 'resume'.
10029 * mi/mi-main.c (proceed_thread): Adjust call to 'proceed'.
10030
10031 2015-03-24 Pedro Alves <palves@redhat.com>
10032
10033 * gdbthread.h (struct thread_control_state) <stepping_command>:
10034 New field.
10035 * infcmd.c (step_once): Pass step=1 to clear_proceed_status. Set
10036 the thread's stepping_command field.
10037 * infrun.c (resume): Check the thread's stepping_command flag to
10038 determine which threads should be resumed. Rename 'entry_step'
10039 local to user_step.
10040 (clear_proceed_status_thread): Clear 'stepping_command'.
10041 (schedlock_applies): Change parameter type to struct thread_info
10042 pointer. Adjust.
10043 (find_thread_needs_step_over): Remove 'step' parameter. Adjust.
10044 (switch_back_to_stepped_thread): Adjust calls to
10045 'schedlock_applies'.
10046 (_initialize_infrun): Adjust "set scheduler-locking step" help.
10047
10048 2015-03-24 Pedro Alves <palves@redhat.com>
10049
10050 * infrun.c (step_start_function): Delete and ...
10051 * gdbthread.h (struct thread_control_state) <step_start_function>:
10052 ... now a field here.
10053 * infrun.c (clear_proceed_status_thread): Clear the thread's
10054 step_start_function.
10055 (proceed, process_event_stop_test, print_stop_event): Adjust.
10056
10057 2015-03-24 Pedro Alves <palves@redhat.com>
10058
10059 * infrun.c (proceed): No longer handle negative step.
10060
10061 2015-03-24 Gary Benson <gbenson@redhat.com>
10062
10063 * nat/x86-linux.h (x86_linux_new_thread): New declaration.
10064 (x86_linux_prepare_to_resume): Likewise.
10065 * x86-linux-nat.c (x86_linux_new_thread):
10066 Moved to nat/x86-linux.c.
10067 (x86_linux_prepare_to_resume): Likewise.
10068 * nat/x86-linux.c (x86_linux_new_thread): New function.
10069 (x86_linux_prepare_to_resume): Likewise.
10070
10071 2015-03-24 Gary Benson <gbenson@redhat.com>
10072
10073 * nat/x86-linux-dregs.h: New file.
10074 * nat/x86-linux-dregs.c: Likewise.
10075 * Makefile.in (HFILES_NO_SRCDIR): Add nat/x86-linux-dregs.h.
10076 (x86-linux-dregs.o): New rule.
10077 * config/i386/linux.mh (NATDEPFILES): Add x86-linux-dregs.o.
10078 * config/i386/linux64.mh (NATDEPFILES): Likewise.
10079 * x86-linux-nat.c: Include nat/x86-linux-dregs.h.
10080 (u_debugreg_offset): Moved to nat/x86-linux-dregs.c.
10081 (x86_linux_dr_get): Likewise.
10082 (x86_linux_dr_set): Likewise.
10083 (x86_linux_dr_get_addr): Likewise.
10084 (x86_linux_dr_get_control): Likewise.
10085 (x86_linux_dr_get_status): Likewise.
10086 (update_debug_registers_callback): Likewise.
10087 (x86_linux_dr_set_control): Likewise.
10088 (x86_linux_dr_set_addr): Likewise.
10089 (x86_linux_update_debug_registers): Likewise.
10090
10091 2015-03-24 Gary Benson <gbenson@redhat.com>
10092
10093 * x86-linux-nat.c (x86_linux_update_debug_registers):
10094 New function, factored out from...
10095 (x86_linux_prepare_to_resume): ...this.
10096
10097 2015-03-24 Gary Benson <gbenson@redhat.com>
10098
10099 * x86-linux-nat.c (x86_linux_dr_get): Update comments.
10100 (x86_linux_dr_set): Likewise.
10101 (x86_linux_dr_get_addr): Likewise.
10102 (x86_linux_dr_get_control): Likewise.
10103 (x86_linux_dr_get_status): Likewise.
10104 (update_debug_registers_callback): Likewise.
10105 (x86_linux_dr_set_control): Likewise.
10106 (x86_linux_dr_set_addr): Likewise.
10107 (x86_linux_prepare_to_resume): Likewise.
10108 (x86_linux_new_thread): Likewise.
10109
10110 2015-03-24 Gary Benson <gbenson@redhat.com>
10111
10112 * x86-linux-nat.c (x86_linux_dr_set_addr): Update assertion.
10113 (x86_linux_new_thread): Rename argument.
10114
10115 2015-03-24 Gary Benson <gbenson@redhat.com>
10116
10117 * nat/x86-linux.h: New file.
10118 * nat/x86-linux.c: Likewise.
10119 * Makefile.in (HFILES_NO_SRCDIR): Add nat/x86-linux.h.
10120 (x86-linux.o): New rule.
10121 * config/i386/linux.mh (NATDEPFILES): Add x86-linux.o.
10122 * config/i386/linux64.mh (NATDEPFILES): Likewise.
10123 * nat/linux-nat.h (struct arch_lwp_info): New forward declaration.
10124 (lwp_set_arch_private_info): New declaration.
10125 (lwp_arch_private_info): Likewise.
10126 * linux-nat.c (lwp_set_arch_private_info): New function.
10127 (lwp_arch_private_info): Likewise.
10128 * x86-linux-nat.c: Include nat/x86-linux.h.
10129 (arch_lwp_info): Removed structure.
10130 (update_debug_registers_callback):
10131 Use lwp_set_debug_registers_changed.
10132 (x86_linux_prepare_to_resume): Use lwp_debug_registers_changed
10133 and lwp_set_debug_registers_changed.
10134 (x86_linux_new_thread): Use lwp_set_debug_registers_changed.
10135
10136 2015-03-24 Gary Benson <gbenson@redhat.com>
10137
10138 * nat/linux-nat.h (ptid_of_lwp): New declaration.
10139 (lwp_is_stopped): Likewise.
10140 (lwp_stop_reason): Likewise.
10141 * linux-nat.c (ptid_of_lwp): New function.
10142 (lwp_is_stopped): Likewise.
10143 (lwp_is_stopped_by_watchpoint): Likewise.
10144 * x86-linux-nat.c (update_debug_registers_callback):
10145 Use lwp_is_stopped.
10146 (x86_linux_prepare_to_resume): Use ptid_of_lwp and
10147 lwp_stop_reason.
10148
10149 2015-03-24 Gary Benson <gbenson@redhat.com>
10150
10151 * linux-nat.h (linux_stop_lwp): Move declaration to...
10152 * nat/linux-nat.h (linux_stop_lwp): New declaration.
10153
10154 2015-03-24 Gary Benson <gbenson@redhat.com>
10155
10156 * linux-nat.h: Include nat/linux-nat.h.
10157 (iterate_over_lwps): Move declaration to nat/linux-nat.h.
10158 * nat/linux-nat.h (struct lwp_info): New forward declaration.
10159 (iterate_over_lwps_ftype): New typedef.
10160 (iterate_over_lwps): New declaration.
10161 * linux-nat.h (iterate_over_lwps): Update comment. Use
10162 iterate_over_lwps_ftype. Update callback return value check.
10163
10164 2015-03-24 Gary Benson <gbenson@redhat.com>
10165
10166 * x86-nat.h (x86_debug_reg_state): Move declaration to...
10167 * nat/x86-dregs.h (x86_debug_reg_state): New declaration.
10168
10169 2015-03-24 Gary Benson <gbenson@redhat.com>
10170
10171 * nat/linux-nat.h (current_lwp_ptid): New declaration.
10172 * linux-nat.c (current_lwp_ptid): New function.
10173 * x86-linux-nat.c: Include nat/linux-nat.h.
10174 (x86_linux_dr_get_addr): Use current_lwp_ptid.
10175 (x86_linux_dr_get_control): Likewise.
10176 (x86_linux_dr_get_status): Likewise.
10177 (x86_linux_dr_set_control): Likewise.
10178 (x86_linux_dr_set_addr): Likewise.
10179
10180 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
10181
10182 PR breakpoints/16466
10183 * breakpoint.c (create_breakpoint): Set thread on breakpoint struct.
10184
10185 2015-03-23 Joel Brobecker <brobecker@adacore.com>
10186
10187 * ser-mingw.c (ser_windows_setparity): Fix indentation.
10188 * ser-unix.c (hardwire_setparity): Likewise.
10189
10190 2015-03-23 Yurij Grechishhev <yurij.grechishhev@gmail.com>
10191
10192 * NEWS: Mention set/show serial parity command.
10193 * monitor.c (monitor_open): Call serial_setparity.
10194 * remote.c (remote_open_1): Likewise.
10195 * ser-base.c (ser_base_serparity): New function.
10196 * ser-base.h (ser_base_setparity): Add declaration.
10197 * ser-go32.c (dos_ops): Set "setparity" field.
10198 * ser-mingw.c (ser_windows_raw): Do not set state.fParity and
10199 state.Parity.
10200 (ser_windows_setparity): New function.
10201 (hardwire_ops): Add ser_windows_setparity.
10202 (tty_ops): Add NULL for setparity field.
10203 (pipe_ops): Add ser_base_setparity.
10204 (tcp_ops): Likewise.
10205 * ser-pipe.c (pipe_ops): Likewise.
10206 * ser-tcp.c (tcp_ops): Likewise.
10207 * ser-unix.c (hardwire_setparity): Add declaration.
10208 (hardwire_raw): Don't reset PARENB flag.
10209 (hardwire_setparity): New function.
10210 (hardwire_ops): Add hardwire_setparity.
10211 * serial.c (serial_setparity): New function.
10212 (serial_parity): New global.
10213 (parity_none, parity_odd, parity_even, parity_enums, parity):
10214 New static globals.
10215 (set_parity): New function.
10216 (_initialize_serial): Add set/show serial parity commands.
10217 * serial.h (GDBPARITY_NONE): Define.
10218 (GDBPARITY_ODD): Define.
10219 (GDBPARITY_EVEN): Define.
10220 (serial_setparity) Add declaration.
10221 (struct serial_ops): Add setparity field.
10222 * target.h (serial_parity): Add declaration.
10223
10224 2015-03-23 Keith Seitz <keiths@redhat.com>
10225
10226 * linespec.c (linespec_lexer_lex_keyword): Update comment.
10227
10228 2015-03-23 Keith Seitz <keiths@redhat.com>
10229
10230 * breakpoint.c (parse_breakpoint_sals): Use
10231 linespec_lexer_lex_keyword to ascertain if the user specified
10232 a NULL location.
10233 * linespec.c [IF_KEYWORD_INDEX]: Define.
10234 (linespec_lexer_lex_keyword): Export.
10235 (struct ls_parser) <keyword_ok>: Remove.
10236 A keyword is only a keyword if not followed by another keyword.
10237 (linespec_lexer_lex_one): Remove keyword_ok handling.
10238 Add comment explaining why the parsing stream is not advanced
10239 when a keyword is seen.
10240 (parse_linespec): Remove parser->keyword_ok.
10241 * linespec.h (linespec_lexer_lex_keyword): Add declaration.
10242
10243 2015-03-23 Keith Seitz <keiths@redhat.com>
10244
10245 PR gdb/18021
10246 * dwarf2read.c (dwarf2_add_member_fn): Issue a complaint
10247 if we find a static method with DW_AT_vtable_elem_location.
10248
10249 2015-03-21 Eli Zaretskii <eliz@gnu.org>
10250
10251 * tui/tui-io.c (tui_expand_tabs): Reinitialize the column counter
10252 before the second loop, to avoid undefined behavior. Reported by
10253 Anton Blanchard <anton@samba.org>.
10254
10255 2015-03-20 Keven Boell <keven.boell@intel.com>
10256
10257 * gdbtypes.c (resolve_dynamic_type_internal): Adapt
10258 data_location usage to linked list.
10259 (resolve_dynamic_type_internal): Adapt data_location to
10260 linked list.
10261 (get_dyn_prop, add_dyn_prop, copy_dynamic_prop_list): New function.
10262 (copy_type_recursive, copy_type): Add copy of linked list.
10263 * gdbtypes.h (enum dynamic_prop_node_kind): New enum.
10264 (struct dynamic_prop_list): New struct.
10265 * dwarf2read.c (set_die_type): Set data_location data.
10266
10267 2015-03-20 Pedro Alves <palves@redhat.com>
10268
10269 * i386-sol2-tdep.c (i386_sol2_static_transform_name): Move "p" to
10270 inner block and make it const.
10271 * machoread.c (get_archive_prefix_len): Make "lparen" const.
10272
10273 2015-03-20 Pedro Alves <palves@redhat.com>
10274
10275 * breakpoint.c (set_breakpoint_condition): Make argument "exp" const.
10276 * breakpoint.h (set_breakpoint_condition): Update declaration.
10277
10278 2015-03-20 Pedro Alves <palves@redhat.com>
10279
10280 * tui/tui-io.c (tui_expand_tabs): Make "s1" const.
10281
10282 2015-03-20 Pedro Alves <palves@redhat.com>
10283
10284 * xcoffread.c (scan_xcoff_symtab): Make "p" and "q" const.
10285
10286 2015-03-20 Pedro Alves <palves@redhat.com>
10287
10288 * remote-m32r-sdi.c (m32r_open): Make "port_str" const.
10289
10290 2015-03-20 Pedro Alves <palves@redhat.com>
10291
10292 * nto-tdep.c (nto_find_and_open_solib): Make "endian" const.
10293 (nto_init_solib_absolute_prefix): Likewise.
10294
10295 2015-03-20 Pedro Alves <palves@redhat.com>
10296
10297 * sparc-sol2-tdep.c (sparc_sol2_static_transform_name): Make "p" const.
10298 * spu-tdep.c (spu_gdbarch_init): Make "name" const.
10299
10300 2015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10301
10302 * config/djgpp/README: Remove gdb.hp.
10303
10304 2015-03-20 Yao Qi <yao.qi@linaro.org>
10305
10306 * aarch64-tdep.c (aarch64_gdbarch_init): Don't call
10307 set_gdbarch_cannot_step_breakpoint.
10308
10309 2015-03-19 Pedro Alves <palves@redhat.com>
10310
10311 * linux-nat.c (linux_resume_one_lwp): Rename to ...
10312 (linux_resume_one_lwp_throw): ... this. Don't handle ESRCH here,
10313 instead call perror_with_name.
10314 (check_ptrace_stopped_lwp_gone): New function.
10315 (linux_resume_one_lwp): Reimplement as wrapper around
10316 linux_resume_one_lwp_throw that swallows errors if the LWP is
10317 gone.
10318 (resume_stopped_resumed_lwps): Try register reads in TRY/CATCH and
10319 swallows errors if the LWP is gone. Use
10320 linux_resume_one_lwp_throw instead of linux_resume_one_lwp.
10321
10322 2015-03-19 Pedro Alves <palves@redhat.com>
10323
10324 * linux-nat.c (status_callback): Return early if the LWP has no
10325 status pending.
10326
10327 2015-03-19 Pedro Alves <palves@redhat.com>
10328
10329 * linux-nat.c (select_event_lwp_callback): Update comment to no
10330 longer mention SIGTRAP.
10331
10332 2015-03-18 Tristan Gingold <gingold@adacore.com>
10333
10334 * amd64-windows-tdep.c (amd64_windows_find_unwind_info): Move
10335 redirection code to ...
10336 (amd64_windows_frame_decode_insns): ... Here. Fix in prologue
10337 checks. Fix SAVE_NONVOL operations. Add debug code and comments.
10338
10339 2015-03-18 Gary Benson <gbenson@redhat.com>
10340
10341 (remote_protocol_features): Remove the "vFile:fstat" feature.
10342 (remote_hostio_fstat): Probe for "vFile:fstat" support.
10343
10344 2015-03-11 Yao Qi <yao.qi@linaro.org>
10345
10346 PR tdep/18107
10347 * aarch64-linux-tdep.c: Include xml-syscall.h
10348 (aarch64_linux_get_syscall_number): New function.
10349 (aarch64_linux_init_abi): Call
10350 set_gdbarch_get_syscall_number.
10351 * syscalls/aarch64-linux.xml: New file.
10352
10353 2015-03-17 Yurij Grechishhev <yurij.grechishhev@gmail.com>
10354
10355 * ser-base.h (ser_base_setstopbits): Change second argument name
10356 from "rate" to "num".
10357
10358 2015-03-17 Gary Benson <gbenson@redhat.com>
10359 Luke Allardyce <lukeallardyce@gmail.com>
10360
10361 PR gdb/18131
10362 * common/common-remote-fileio.h (sys/stat.h): New include.
10363 (stuct stat): Remove forward declaration.
10364
10365 2015-03-16 John Baldwin <jhb@FreeBSD.org>
10366
10367 * fbsd-tdep.c (fbsd_make_corefile_notes): Fetch all target registers
10368 before writing core register notes.
10369
10370 2015-03-16 Yuanhui Zhang <asmwarrior@gmail.com>
10371 Pedro Alves <palves@redhat.com>
10372
10373 * gdb_curses.h (tgetnum): Mark with EXTERN_C.
10374 * stub-termcap.c (tgetent, tgetnum, tgetflag, tgetstr, tputs)
10375 (tgoto): Wrap with extern "C".
10376
10377 2015-03-16 Pedro Alves <palves@redhat.com>
10378 Yuanhui Zhang <asmwarrior@gmail.com>
10379
10380 * stub-termcap.c (tputs): Change prototype.
10381
10382 2015-03-16 Yuanhui Zhang <asmwarrior@gmail.com>
10383 Pedro Alves <palves@redhat.com>
10384
10385 * windows-nat.c (struct thread_info_struct): Rename to ...
10386 (struct windows_thread_info_struct): ... this.
10387 (thread_info): Rename to ...
10388 (windows_thread_info): ... this.
10389 All users updated.
10390
10391 2015-03-14 Jan Kratochvil <jan.kratochvil@redhat.com>
10392 Pedro Alves <palves@redhat.com>
10393
10394 * NEWS: New Removed targets and native configurations.
10395
10396 2015-03-13 Jan Kratochvil <jan.kratochvil@redhat.com>
10397
10398 Remove HPUX.
10399 * Makefile.in (ALL_64_TARGET_OBS): Remove ia64-hpux-tdep.o.
10400 (ALL_TARGET_OBS): Remove hppa-hpux-tdep.o, solib-som.o and solib-pa64.o.
10401 (HFILES_NO_SRCDIR): Remove solib-som.h, inf-ttrace.h, solib-pa64.h and
10402 ia64-hpux-tdep.h, solib-ia64-hpux.h.
10403 (ALLDEPFILES): Remove hppa-hpux-tdep.c, hppa-hpux-nat.c,
10404 ia64-hpux-nat.c, ia64-hpux-tdep.c, somread.c and solib-som.c.
10405 * config/djgpp/fnchange.lst: Remove hppa-hpux-nat.c and
10406 hppa-hpux-tdep.c.
10407 * config/ia64/hpux.mh: Remove file.
10408 * config/pa/hpux.mh: Remove file.
10409 * configure: Rebuilt.
10410 * configure.ac (dlgetmodinfo, somread.o): Remove.
10411 * configure.host (hppa*-*-hpux*, ia64-*-hpux*): Make them obsolete.
10412 (ia64-*-hpux*): Remove its float format exception.
10413 * configure.tgt (hppa*-*-hpux*, ia64-*-hpux*): Make them obsolete.
10414 * hppa-hpux-nat.c: Remove file.
10415 * hppa-hpux-tdep.c: Remove file.
10416 * hppa-tdep.c (struct hppa_unwind_info, struct hppa_objfile_private):
10417 Move them here from hppa-tdep.h
10418 (hppa_objfile_priv_data, hppa_init_objfile_priv_data): Make it static.
10419 (hppa_frame_prev_register_helper): Remove HPPA_FLAGS_REGNUM exception.
10420 * hppa-tdep.h (struct hppa_unwind_info, struct hppa_objfile_private):
10421 Move them to hppa-tdep.c.
10422 (hppa_objfile_priv_data, hppa_init_objfile_priv_data): Remove
10423 declarations.
10424 * ia64-hpux-nat.c: Remove file.
10425 * ia64-hpux-tdep.c: Remove file.
10426 * ia64-hpux-tdep.h: Remove file.
10427 * inf-ttrace.c: Remove file.
10428 * inf-ttrace.h: Remove file.
10429 * solib-ia64-hpux.c: Remove file.
10430 * solib-ia64-hpux.h: Remove file.
10431 * solib-pa64.c: Remove file.
10432 * solib-pa64.h: Remove file.
10433 * solib-som.c: Remove file.
10434 * solib-som.h: Remove file.
10435 * somread.c: Remove file.
10436
10437 2015-03-13 John Baldwin <jhb@FreeBSD.org>
10438
10439 * configure.ac: AC_SEARCH_LIBS(kinfo_getvmmap, util).
10440 * config.in: Regenerate.
10441 * configure: Regenerate.
10442 * fbsd-nat.c [!HAVE_KINFO_GETVMMAP] (fbsd_read_mapping): Don't
10443 define.
10444 (fbsd_find_memory_regions): Use kinfo_getvmmap to
10445 enumerate memory regions if present.
10446
10447 2015-03-13 John Baldwin <jhb@FreeBSD.org>
10448
10449 * amd64fbsd-tdep.c (amd64fbsd_sigtramp_p): Style fixes.
10450 * i386fbsd-tdep.c: Fix style in various gdb_static_assert
10451 expressions.
10452 (i386fbsd_sigtramp_p): Likewise.
10453
10454 2015-03-12 John Baldwin <jhb@FreeBSD.org>
10455
10456 * MAINTAINERS (Write After Approval): Add John Baldwin.
10457
10458 2015-03-12 Gary Benson <gbenson@redhat.com>
10459
10460 * solib.c (_initialize_solib): Make "set/show sysroot" use
10461 add_setshow_optional_filename_cmd so it can be restored to
10462 empty after being set.
10463
10464 2015-03-11 Sergio Durigan Junior <sergiodj@redhat.com>
10465
10466 * Makefile.in (SFILES): New source break-catch-syscall.c.
10467 (COMMON_OBS): New object break-catch-syscall.o.
10468 * break-catch-syscall.c: New file.
10469 * breakpoint.c: Remove inclusion of "xml-syscall.h".
10470 (syscall_catchpoint_p): Move declaration to break-catch-syscall.c
10471 (struct syscall_catchpoint): Likewise.
10472 (dtor_catch_syscall): Likewise.
10473 (catch_syscall_inferior_data): Likewise.
10474 (struct catch_syscall_inferior_data): Likewise.
10475 (get_catch_syscall_inferior_data): Likewise.
10476 (catch_syscall_inferior_data_cleanup): Likewise.
10477 (insert_catch_syscall): Likewise.
10478 (remove_catch_syscall): Likewise.
10479 (breakpoint_hit_catch_syscall): Likewise.
10480 (print_it_catch_syscall): Likewise.
10481 (print_one_catch_syscall): Likewise.
10482 (print_mention_catch_syscall): Likewise.
10483 (print_recreate_catch_syscall): Likewise.
10484 (catch_syscall_breakpoint_ops): Likewise.
10485 (syscall_catchpoint_p): Likewise.
10486 (create_syscall_event_catchpoint): Likewise.
10487 (catch_syscall_split_args): Likewise.
10488 (catch_syscall_command_1): Likewise.
10489 (is_syscall_catchpoint_enabled): Likewise.
10490 (catch_syscall_enabled): Likewise.
10491 (catching_syscall_number): Likewise.
10492 (catch_syscall_completer): Likewise.
10493 (clear_syscall_counts): Likewise.
10494 (initialize_breakpoint_ops): Move initialization of syscall
10495 catchpoints to break-catch-syscall.c.
10496 (_initialize_breakpoint): Move code related to syscall catchpoints
10497 to break-catch-syscall.c.
10498
10499 2015-03-11 Sergio Durigan Junior <sergiodj@redhat.com>
10500
10501 * breakpoint.c (breakpoint_find_if): New function.
10502 * breakpoint.h (breakpoint_find_if): New prototype.
10503
10504 2015-03-11 Gary Benson <gbenson@redhat.com>
10505
10506 * remote-fileio.h (remote_fileio_to_host_stat): New declaration.
10507 * remote-fileio.c (remote_fileio_to_host_uint): New function.
10508 (remote_fileio_to_host_ulong): Likewise.
10509 (remote_fileio_to_host_mode): Likewise.
10510 (remote_fileio_to_host_time): Likewise.
10511 (remote_fileio_to_host_stat): Likewise.
10512 * remote.c (PACKET_vFile_fstat): New enum value.
10513 (remote_protocol_features): Register the "vFile:fstat" feature.
10514 (remote_hostio_fstat): New function.
10515 (remote_bfd_iovec_stat): Use the above.
10516 (_initialize_remote): Register new "set/show remote
10517 hostio-fstat-packet" command.
10518 * symfile.c (separate_debug_file_exists): Update comment.
10519 * NEWS: Announce new vFile:fstat packet.
10520
10521 2015-03-11 Gary Benson <gbenson@redhat.com>
10522
10523 * common/common-remote-fileio.h: New file.
10524 * common/common-remote-fileio.c: Likewise.
10525 * Makefile.in (SFILES): Add common/common-remote-fileio.c.
10526 (HFILES_NO_SRCDIR): Add common/common-remote-fileio.h.
10527 (COMMON_OBS): Add common-remote-fileio.o.
10528 (common-remote-fileio.o): New rule.
10529 * remote-fileio.h (common-remote-fileio.h): New include.
10530 * remote-fileio.c (gdb/fileio.h): Do not include.
10531 (remote_fileio_to_be): Moved to common-remote-fileio.h.
10532 (remote_fileio_to_fio_uint): Likewise.
10533 (remote_fileio_to_fio_time): Likewise.
10534 (remote_fileio_mode_to_target): Moved to common-remote-fileio.c.
10535 (remote_fileio_to_fio_mode): Likewise.
10536 (remote_fileio_to_fio_ulong): Likewise.
10537 (remote_fileio_to_fio_stat): Likewise.
10538
10539 2015-03-11 Andy Wingo <wingo@igalia.com>
10540
10541 * guile/scm-value.c (gdbscm_value_dynamic_type): Fix typo in which
10542 we were checking the cached type, not the cached dynamic type.
10543
10544 2015-03-11 Andy Wingo <wingo@igalia.com>
10545
10546 * guile/scm-cmd.c (cmdscm_destroyer): Don't xfree the name and
10547 other strings, as these are on the GC'd heap, and will be
10548 collected along with the smob.
10549
10550 2015-03-11 Andy Wingo <wingo@igalia.com>
10551
10552 * guile/scm-objfile.c (gdbscm_objfile_progspace): New function.
10553 (objfile_functions): Bind gdbscm_objfile_progspace to
10554 objfile-progspace.
10555 * guile/lib/gdb.scm: Add objfile-progspace to exports.
10556
10557 2015-03-11 Andy Wingo <wingo@igalia.com>
10558
10559 * guile/guile.c (_initialize_guile): Disable automatic
10560 finalization, if Guile offers us that possibility.
10561 * guile/guile.c (call_initialize_gdb_module):
10562 * guile/scm-safe-call.c (gdbscm_with_catch): Arrange to run
10563 finalizers in appropriate places.
10564 * configure.ac (AC_TRY_LIBGUILE): Add a check for
10565 scm_set_automatic_finalization_enabled.
10566 * configure: Regenerated.
10567
10568 2015-03-11 Andreas Arnez <arnez@linux.vnet.ibm.com>
10569
10570 * s390-linux-tdep.c (s390_skip_prologue): Skip the prologue using
10571 SAL, if possible.
10572
10573 2015-03-11 Andreas Arnez <arnez@linux.vnet.ibm.com>
10574
10575 * s390-linux-nat.c (struct arch_lwp_info): New.
10576 (s390_fix_watch_points): Rename to...
10577 (s390_prepare_to_resume): ...this. Skip the PER info update
10578 unless the watch points have changed.
10579 (s390_refresh_per_info, s390_new_thread): New functions.
10580 (s390_insert_watchpoint): Call s390_refresh_per_info instead of
10581 s390_fix_watch_points.
10582 (s390_remove_watchpoint): Likewise.
10583 (_initialize_s390_nat): Reflect renaming of s390_fix_watch_points.
10584 Register s390_prepare_to_resume.
10585
10586 2015-03-09 Pedro Alves <palves@redhat.com>
10587
10588 Revert:
10589 2015-03-07 Pedro Alves <palves@redhat.com>
10590 * common/gdb_socket.h: New file.
10591 * ser-tcp.c: Include gdb_socket.h. Don't include netinet/in.h nor
10592 sys/socket.h.
10593 (net_open): Use union gdb_sockaddr_u.
10594
10595 2015-03-07 Pedro Alves <palves@redhat.com>
10596
10597 * configure.ac (build_warnings): Move -Wmissing-prototypes
10598 -Wdeclaration-after-statement -Wmissing-parameter-type
10599 -Wold-style-declaration -Wold-style-definition to the C-specific
10600 set.
10601 * configure: Regenerate.
10602
10603 2015-03-07 Pedro Alves <palves@redhat.com>
10604
10605 * common/gdb_socket.h: New file.
10606 * ser-tcp.c: Include gdb_socket.h. Don't include netinet/in.h nor
10607 sys/socket.h.
10608 (net_open): Use union gdb_sockaddr_u.
10609
10610 2015-03-07 Pedro Alves <palves@redhat.com>
10611
10612 * common/common-exceptions.c [!__cplusplus] (enum catcher_state)
10613 (exceptions_state_mc_action_iter)
10614 (exceptions_state_mc_action_iter_1, exceptions_state_mc_catch):
10615 Don't define.
10616 [__cplusplus] (try_scope_depth): New global.
10617 [__cplusplus] (exception_try_scope_entry)
10618 (exception_try_scope_exit, gdb_exception_sliced_copy)
10619 (exception_rethrow): New functions.
10620 (throw_exception): In C++ mode, throw
10621 gdb_exception_RETURN_MASK_QUIT for RETURN_QUIT and
10622 gdb_exception_RETURN_MASK_ERROR for RETURN_ERROR.
10623 (throw_it): In C++ mode, use try_scope_depth.
10624 * common/common-exceptions.h [!__cplusplus]
10625 (exceptions_state_mc_action_iter)
10626 (exceptions_state_mc_action_iter_1, exceptions_state_mc_catch):
10627 Don't declare.
10628 [__cplusplus] (exception_try_scope_entry)
10629 (exception_try_scope_exit, exception_rethrow): Declare.
10630 [__cplusplus] (struct exception_try_scope): New struct.
10631 [__cplusplus] (TRY, CATCH, END_CATCH): Reimplement on top of real
10632 C++ exceptions.
10633 (struct gdb_exception_RETURN_MASK_ALL)
10634 (struct gdb_exception_RETURN_MASK_ERROR)
10635 (struct gdb_exception_RETURN_MASK_QUIT): New types.
10636
10637 2015-03-07 Pedro Alves <palves@redhat.com>
10638
10639 * main.c (handle_command_errors): Remove volatile qualifier from
10640 parameter.
10641
10642 2015-03-07 Pedro Alves <palves@redhat.com>
10643
10644 * breakpoint.c (save_breakpoints): Adjust to avoid code between
10645 TRY and CATCH.
10646 * gdbtypes.c (safe_parse_type): Remove empty line.
10647 (types_deeply_equal):
10648 * guile/scm-frame.c (gdbscm_frame_name):
10649 * linux-thread-db.c (find_new_threads_once):
10650 * python/py-breakpoint.c (bppy_get_commands):
10651 * record-btrace.c (record_btrace_insert_breakpoint)
10652 (record_btrace_remove_breakpoint, record_btrace_start_replaying)
10653 (record_btrace_start_replaying): Adjust to avoid code between TRY
10654 and CATCH.
10655
10656 2015-03-07 Pedro Alves <palves@redhat.com>
10657
10658 * common/common-exceptions.c (struct catcher) <exception>: No
10659 longer a pointer to volatile exception. Now an exception value.
10660 <mask>: Delete field.
10661 (exceptions_state_mc_init): Remove all parameters. Adjust.
10662 (exceptions_state_mc): No longer pop the catcher here.
10663 (exceptions_state_mc_catch): New function.
10664 (throw_exception): Adjust.
10665 * common/common-exceptions.h (exceptions_state_mc_init): Remove
10666 all parameters.
10667 (exceptions_state_mc_catch): Declare.
10668 (TRY_CATCH): Rename to ...
10669 (TRY): ... this. Remove EXCEPTION and MASK parameters.
10670 (CATCH, END_CATCH): New.
10671 All callers adjusted.
10672
10673 2015-03-07 Tom Tromey <tromey@redhat.com>
10674
10675 * top.c (quit_force): Inline and delete DO_TRY, DO_PRINT_EX.
10676
10677 2015-03-07 Pedro Alves <palves@redhat.com>
10678
10679 * amd64-tdep.c (amd64_frame_cache, amd64_sigtramp_frame_cache)
10680 (amd64_epilogue_frame_cache): Normal exception handling code.
10681 * break-catch-throw.c (check_status_exception_catchpoint)
10682 (re_set_exception_catchpoint): Ditto.
10683 * cli/cli-interp.c (safe_execute_command):
10684 * cli/cli-script.c (script_from_file): Ditto.
10685 * compile/compile-c-symbols.c (generate_c_for_for_one_variable):
10686 Ditto.
10687 * compile/compile-object-run.c (compile_object_run): Ditto.
10688 * cp-abi.c (baseclass_offset): Ditto.
10689 * cp-valprint.c (cp_print_value): Ditto.
10690 * exceptions.c (catch_exceptions_with_msg):
10691 * frame-unwind.c (frame_unwind_try_unwinder): Ditto.
10692 * frame.c (get_frame_address_in_block_if_available): Ditto.
10693 * i386-tdep.c (i386_frame_cache, i386_epilogue_frame_cache)
10694 (i386_sigtramp_frame_cache): Ditto.
10695 * infcmd.c (post_create_inferior): Ditto.
10696 * linespec.c (parse_linespec, find_linespec_symbols):
10697 * p-valprint.c (pascal_object_print_value): Ditto.
10698 * parse.c (parse_expression_for_completion): Ditto.
10699 * python/py-finishbreakpoint.c (bpfinishpy_init): Ditto.
10700 * remote.c (remote_get_noisy_reply): Ditto.
10701 * s390-linux-tdep.c (s390_frame_unwind_cache): Ditto.
10702 * solib-svr4.c (solib_svr4_r_map): Ditto.
10703
10704 2015-03-06 Gary Benson <gbenson@redhat.com>
10705
10706 * common/common-utils.h (startswith): New inline function.
10707 All places where this logic was used updated to use the above.
10708
10709 2015-03-05 Pedro Alves <palves@redhat.com>
10710
10711 PR gdb/18002
10712 * mem-break.c (default_memory_insert_breakpoint): Set shadow_len
10713 after reading the breakpoint's shadow memory.
10714
10715 2015-03-05 Mark Kettenis <kettenis@gnu.org>
10716
10717 * hppabsd-nat.c: Remove file.
10718 * hppaobsd-nat.c: New file.
10719 * Makefile.in (ALLDEPFILES): Remove hppabsd-nat.c. Add
10720 hppaobsd-nat.c.
10721 * config/pa/obsd.mh (NATDEPFILES): Replace hppabsd-nat.o with
10722 hppaobsd-nat.o.
10723
10724 2015-03-04 Pedro Alves <palves@redhat.com>
10725
10726 * target.h (struct target_ops) <to_decr_pc_after_break>: Delete.
10727 (target_decr_pc_after_break): Delete declaration.
10728 * target.c (default_target_decr_pc_after_break)
10729 (target_decr_pc_after_break): Delete.
10730 * linux-nat.c (check_stopped_by_breakpoint, linux_nat_wait_1): Use
10731 gdbarch_decr_pc_after_break instead of target_decr_pc_after_break.
10732 * linux-thread-db.c (check_event): Likewise.
10733 * infrun.c (adjust_pc_after_break): Likewise.
10734 * darwin-nat.c (cancel_breakpoint): Likewise.
10735 * aix-thread.c (aix_thread_wait): Likewise.
10736 * target-delegates.c: Regenerate.
10737
10738 2015-03-04 Pedro Alves <palves@redhat.com>
10739
10740 * linux-nat.c (save_sigtrap): Check for breakpoints before
10741 checking watchpoints.
10742 (status_callback) [USE_SIGTRAP_SIGINFO]: Don't check whether a
10743 breakpoint is inserted if relying on SIGTRAP's siginfo.si_code.
10744 (check_stopped_by_breakpoint) [USE_SIGTRAP_SIGINFO]: Decide whether
10745 a breakpoint triggered based on the SIGTRAP's siginfo.si_code.
10746 (linux_nat_stopped_by_sw_breakpoint)
10747 (linux_nat_supports_stopped_by_sw_breakpoint)
10748 (linux_nat_stopped_by_hw_breakpoint)
10749 (linux_nat_supports_stopped_by_hw_breakpoint): New functions.
10750 (linux_nat_wait_1): Don't re-increment the PC if relying on
10751 SIGTRAP's siginfo->si_code.
10752 (linux_nat_add_target): Install new target methods.
10753 * linux-thread-db.c (check_event): Don't account for breakpoint PC
10754 offset if the target already adjusted the PC.
10755 * nat/linux-ptrace.h (USE_SIGTRAP_SIGINFO): New.
10756 (GDB_ARCH_TRAP_BRKPT): New.
10757 (TRAP_HWBKPT): Define if not already defined.
10758
10759 2015-03-04 Pedro Alves <palves@redhat.com>
10760
10761 * NEWS: Mention the new "swbreak" and "hwbreak" stop reasons.
10762 * remote.c (struct remote_state) <remote_stopped_by_watchpoint_p>:
10763 Delete field.
10764 <stop_reason>: New field.
10765 (PACKET_swbreak_feature, PACKET_hwbreak_feature): New enum values.
10766 (packet_set_cmd_state): New function.
10767 (remote_protocol_features): Register the "swbreak" and "hwbreak"
10768 features.
10769 (remote_query_supported): If not disabled with the corresponding
10770 "set remote foo-packet" command, report support for the swbreak
10771 and hwbreak features.
10772 (struct stop_reply) <remote_stopped_by_watchpoint_p>: Delete
10773 field.
10774 <stop_reason>: New field.
10775 (remote_parse_stop_reply): Handle "swbreak" and "hwbreak".
10776 (remote_wait_as): Adjust.
10777 (remote_stopped_by_sw_breakpoint)
10778 (remote_supports_stopped_by_sw_breakpoint)
10779 (remote_stopped_by_hw_breakpoint)
10780 (remote_supports_stopped_by_hw_breakpoint): New functions.
10781 (remote_stopped_by_watchpoint): New function.
10782 (init_remote_ops): Install them.
10783 (_initialize_remote): Register new "set/show remote
10784 swbreak-feature-packet" and "set/show remote
10785 swbreak-feature-packet" commands.
10786
10787 2015-03-04 Pedro Alves <palves@redhat.com>
10788
10789 * btrace.h: Include target/waitstatus.h.
10790 (struct btrace_thread_info) <stop_reason>: New field.
10791 * record-btrace.c (record_btrace_step_thread): Use
10792 record_check_stopped_by_breakpoint instead of breakpoint_here_p.
10793 (record_btrace_decr_pc_after_break): Delete.
10794 (record_btrace_stopped_by_sw_breakpoint)
10795 (record_btrace_supports_stopped_by_sw_breakpoint)
10796 (record_btrace_stopped_by_hw_breakpoint)
10797 (record_btrace_supports_stopped_by_hw_breakpoint): New functions.
10798 (init_record_btrace_ops): Install them.
10799 * record-full.c (record_full_hw_watchpoint): Delete and replace
10800 with ...
10801 (record_full_stop_reason): ... this throughout.
10802 (record_full_exec_insn): Adjust.
10803 (record_full_wait_1): Adjust. No longer re-increment the PC.
10804 (record_full_wait_1): Adjust. Use
10805 record_check_stopped_by_breakpoint instead of breakpoint_here_p.
10806 (record_full_stopped_by_watchpoint): Adjust.
10807 (record_full_stopped_by_sw_breakpoint)
10808 (record_full_supports_stopped_by_sw_breakpoint)
10809 (record_full_supports_stopped_by_sw_breakpoint)
10810 (record_full_stopped_by_hw_breakpoint)
10811 (record_full_supports_stopped_by_hw_breakpoint): New functions.
10812 (init_record_full_ops, init_record_full_core_ops): Install them.
10813 * record.c (record_check_stopped_by_breakpoint): New function.
10814 * record.h: Include target/waitstatus.h.
10815 (record_check_stopped_by_breakpoint): New declaration.
10816
10817 2015-03-04 Pedro Alves <palves@redhat.com>
10818
10819 enum lwp_stop_reason -> enum target_stop_reason
10820 * linux-nat.c (linux_resume_one_lwp, check_stopped_by_watchpoint)
10821 (linux_nat_stopped_by_watchpoint, status_callback)
10822 (linux_nat_wait_1): Adjust.
10823 * linux-nat.h (enum lwp_stop_reason): Delete.
10824 (struct lwp_info) <stop_reason>: Now an enum target_stop_reason.
10825 * x86-linux-nat.c (x86_linux_prepare_to_resume): Adjust.
10826 * target/waitstatus.h (enum target_stop_reason): New.
10827
10828 2015-03-04 Pedro Alves <palves@redhat.com>
10829
10830 * breakpoint.c (need_moribund_for_location_type): New function.
10831 (bpstat_stop_status): Don't skipping checking moribund locations
10832 of breakpoint types which the target tell caused a stop.
10833 (program_breakpoint_here_p): New function, factored out from ...
10834 (bp_loc_is_permanent): ... this.
10835 (update_global_location_list): Don't create a moribund location if
10836 the target supports reporting stops of the type of the removed
10837 breakpoint.
10838 * breakpoint.h (program_breakpoint_here_p): New declaration.
10839 * infrun.c (adjust_pc_after_break): Return early if the target has
10840 already adjusted the PC. Add comments.
10841 (handle_signal_stop): If nothing explains a signal, and the target
10842 tells us the stop was caused by a software breakpoint, check if
10843 there's a breakpoint instruction in the memory. If so, adjust the
10844 PC before presenting the stop to the user. Otherwise, ignore the
10845 trap. If nothing explains a signal, and the target tells us the
10846 stop was caused by a hardware breakpoint, ignore the trap.
10847 * target.h (struct target_ops) <to_stopped_by_sw_breakpoint,
10848 to_supports_stopped_by_sw_breakpoint, to_stopped_by_hw_breakpoint,
10849 to_supports_stopped_by_hw_breakpoint>: New fields.
10850 (target_stopped_by_sw_breakpoint)
10851 (target_supports_stopped_by_sw_breakpoint)
10852 (target_stopped_by_hw_breakpoint)
10853 (target_supports_stopped_by_hw_breakpoint): Define.
10854 * target-delegates.c: Regenerate.
10855
10856 2015-03-04 Pedro Alves <palves@redhat.com>
10857
10858 * infrun.c (follow_fork_inferior): Use the whole of the
10859 inferior_ptid and pending_follow.related_pid ptids instead of
10860 building ptids from the process components. Adjust verbose output
10861 to use target_pid_to_str.
10862 * linux-nat.c (linux_child_follow_fork): Use the whole of the
10863 inferior_ptid and pending_follow.related_pid ptids instead of
10864 building ptids from the process components.
10865
10866 2015-03-04 Mark Kettenis <kettenis@gnu.org>
10867
10868 * inf-ptrace.c [PT_GET_PROCESS_STATE]
10869 (inf_ptrace_insert_fork_catchpoint): New function.
10870 (inf_ptrace_remove_fork_catchpoint): New function.
10871 (inf_ptrace_target) [PT_GET_PROCESS_STATE]: Install them.
10872
10873 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
10874
10875 * s390-linux-tdep.c (s390_register_name): Return empty string
10876 instead of NULL for registers that shouldn't be visible.
10877
10878 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
10879
10880 * s390-linux-tdep.c (s390_gdbarch_init): Use the correct syscall
10881 XML file for 64-bit targets.
10882
10883 2015-03-03 Simon Marchi <simon.marchi@ericsson.com>
10884
10885 * target.h (find_default_create_inferior): Remove declaration.
10886 (find_default_attach): Likewise.
10887
10888 2015-03-03 Pedro Alves <palves@redhat.com>
10889
10890 * inf-ptrace.c (inf_ptrace_resume): Remove spurious whitespace.
10891 Use ptid_get_pid to get the overall process id when resuming all
10892 threads.
10893
10894 2015-03-03 Pedro Alves <palves@redhat.com>
10895
10896 * i386-linux-nat.c (i386_linux_resume): Get the ptrace PID out of
10897 the lwp field of ptid. Pass the full ptid to get_thread_regcache.
10898 * inf-ptrace.c (get_ptrace_pid): New function.
10899 (inf_ptrace_resume): Use it.
10900 * linux-nat.c (linux_resume_one_lwp): Pass the LWP's ptid ummodified
10901 to the lower layer.
10902
10903 2015-03-03 Markus Metzger <markus.t.metzger@intel.com>
10904
10905 * nat/linux-btrace.c: Include sys/utsname.h.
10906 (linux_determine_kernel_ptr_bits): New.
10907 (linux_enable_bts): Call linux_determine_kernel_ptr_bits.
10908 * x86-linux-nat.c (x86_linux_enable_btrace): Do not overwrite non-zero
10909 ptr_bits.
10910
10911 2015-03-03 Markus Metzger <markus.t.metzger@intel.com>
10912
10913 * btrace.c (ftrace_update_function): Treat return as tailcall for
10914 "_dl_runtime_resolve".
10915
10916 2015-03-03 Markus Metzger <markus.t.metzger@intel.com>
10917
10918 * btrace.h (btrace_function) <lbegin, lend>: Remove.
10919 * btrace.c (ftrace_debug): Do not print the line range.
10920 (ftrace_skip_file, ftrace_update_lines): Remove.
10921 (ftrace_new_function): Remove lbegin and lend initialization.
10922 (btrace_compute_ftrace_bts): Remove call to ftrace_update_lines.
10923 * record-btrace.c (btrace_compute_src_line_range): New.
10924 (btrace_call_history_src_line): Call btrace_compute_src_line_range.
10925
10926 2015-03-02 Pedro Alves <palves@redhat.com>
10927
10928 * infrun.c (follow_exec): Delete all threads of the process except
10929 the event thread. Extended comments.
10930
10931 2015-03-02 Joel Brobecker <brobecker@adacore.com>
10932
10933 * contrib/ari/gdb_ari.sh: Reinstate checks for "true" and "false".
10934
10935 2015-03-02 Joel Brobecker <brobecker@adacore.com>
10936
10937 * utils.h: Remove <stdbool.h> #include.
10938 (producer_is_gcc): Change return type to "int".
10939 * utils.c (producer_is_gcc): Change return type to int.
10940 Return 1 instead of true, and 0 instead of false.
10941 Adjust function documentation accordingly.
10942
10943 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
10944
10945 * s390-linux-nat.c (have_regset_vxrs): New static variable.
10946 (s390_linux_fetch_inferior_registers): Handle vector registers, if
10947 present.
10948 (s390_linux_store_inferior_registers): Likewise.
10949 (s390_get_hwcap): Remove function. Embed its logic...
10950 (s390_read_description): ...here. Yield a target description with
10951 vector registers if applicable.
10952 * s390-linux-tdep.c: Include "features/s390-vx-linux64.c",
10953 "features/s390-tevx-linux64.c", "features/s390x-vx-linux64.c", and
10954 "features/s390x-tevx-linux64.c".
10955 (struct gdbarch_tdep) <v0_full_regnum>: New field.
10956 (s390_dwarf_regmap): Add vector registers. Remove bogus entries
10957 for "GNU/Linux-specific registers".
10958 (s390_dwarf_reg_r0l): New enum value.
10959 (s390_dwarf_reg_to_regnum): Support vector registers.
10960 (s390_adjust_frame_regnum): Adjust pseudo DWARF register numbers
10961 of GPR lower halves.
10962 (regnum_is_vxr_full): New function.
10963 (s390_register_name): New function.
10964 (s390_pseudo_register_name): Handle v0-v15, which are composed of
10965 f0-f15 and v0l-v15l.
10966 (s390_pseudo_register_type): Likewise.
10967 (s390_pseudo_register_read): Likewise.
10968 (s390_pseudo_register_write): Likewise.
10969 (s390_value_from_register): Account for the fact that values are
10970 placed left-justified in vector registers.
10971 (s390_pseudo_register_reggroup_p): Add pseudo registers v0-v15 to
10972 the vector reggroup and omit them from the general reggroup.
10973 (s390_regmap_vxrs_low, s390_regmap_vxrs_high): New register maps.
10974 (s390_vxrs_low_regset, s390_vxrs_high_regset): New regsets.
10975 (s390_iterate_over_regset_sections): Add iterations for the two
10976 new vector regsets.
10977 (s390_core_read_description): Yield a target description with
10978 vector registers if applicable.
10979 (s390_gdbarch_init): Handle target descriptions with vector
10980 registers. Add "register_name" gdbarch method.
10981 (_initialize_s390_tdep): Call new tdesc initialization functions.
10982 * s390-linux-tdep.h (HWCAP_S390_VX): New macro.
10983 (S390_V0_LOWER_REGNUM, S390_V1_LOWER_REGNUM, S390_V2_LOWER_REGNUM)
10984 (S390_V3_LOWER_REGNUM, S390_V4_LOWER_REGNUM, S390_V5_LOWER_REGNUM)
10985 (S390_V6_LOWER_REGNUM, S390_V7_LOWER_REGNUM, S390_V8_LOWER_REGNUM)
10986 (S390_V9_LOWER_REGNUM, S390_V10_LOWER_REGNUM)
10987 (S390_V11_LOWER_REGNUM, S390_V12_LOWER_REGNUM)
10988 (S390_V13_LOWER_REGNUM, S390_V14_LOWER_REGNUM)
10989 (S390_V15_LOWER_REGNUM, S390_V16_REGNUM, S390_V17_REGNUM)
10990 (S390_V18_REGNUM, S390_V19_REGNUM, S390_V20_REGNUM)
10991 (S390_V21_REGNUM, S390_V22_REGNUM, S390_V23_REGNUM)
10992 (S390_V24_REGNUM, S390_V25_REGNUM, S390_V26_REGNUM)
10993 (S390_V27_REGNUM, S390_V28_REGNUM, S390_V29_REGNUM)
10994 (S390_V30_REGNUM, S390_V31_REGNUM): New macros.
10995 (S390_NUM_REGS): Adjust value.
10996 (s390_vxrs_low_regset, s390_vxrs_high_regset): Declare.
10997 (tdesc_s390_vx_linux64, tdesc_s390_tevx_linux64)
10998 (tdesc_s390x_vx_linux64, tdesc_s390x_tevx_linux64): Likewise.
10999 * NEWS: Announce S/390 vector register support.
11000
11001 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
11002
11003 * features/s390-tevx-linux64.xml: New file.
11004 * features/s390-vx-linux64.xml: New file.
11005 * features/s390-vx.xml: New file.
11006 * features/s390x-tevx-linux64.xml: New file.
11007 * features/s390x-vx-linux64.xml: New file.
11008 * features/Makefile (WHICH): Add s390-vx-linux64,
11009 s390x-vx-linux64, s390-tevx-linux64, and s390x-tevx-linux64.
11010 (s390-vx-linux64-expedite, s390-tevx-linux64-expedite)
11011 (s390x-vx-linux64-expedite, s390x-tevx-linux64-expedite): New
11012 macros.
11013 * features/s390-tevx-linux64.c: New generated file.
11014 * features/s390-vx-linux64.c: Likewise.
11015 * features/s390x-tevx-linux64.c: Likewise.
11016 * features/s390x-vx-linux64.c: Likewise.
11017 * regformats/s390-tevx-linux64.dat: Likewise.
11018 * regformats/s390-vx-linux64.dat: Likewise.
11019 * regformats/s390x-tevx-linux64.dat: Likewise.
11020 * regformats/s390x-vx-linux64.dat: Likewise.
11021
11022 2015-02-28 Doug Evans <xdje42@gmail.com>
11023
11024 * symtab.h (struct symtab) <next>: Fix comment.
11025
11026 2015-02-27 Simon Marchi <simon.marchi@ericsson.com>
11027
11028 * python/python.c (python_GdbModuleDef): Rename GdbMethods to
11029 python_GdbMethods.
11030
11031 2015-02-27 Pedro Alves <palves@redhat.com>
11032
11033 * dtrace-probe.c (dtrace_probe_ops): Make extern.
11034
11035 2015-02-27 Pedro Alves <palves@redhat.com>
11036
11037 * common/common-exceptions.h (exception_none): Declare.
11038 * common/common-exceptions.c (exception_none): Moved from
11039 exceptions.c.
11040 (exceptions_state_mc_init): Use exception_none.
11041 * exceptions.c (exception_none): Move to
11042 common/common-exceptions.c.
11043 * exceptions.h (exception_none): Move to
11044 common/common-exceptions.h.
11045
11046 2015-02-27 Pedro Alves <palves@redhat.com>
11047
11048 * main.c (catch_command_errors, catch_command_errors_const):
11049 Remove 'mask' argument. Adjust.
11050 (captured_main): Adjust callers.
11051
11052 2015-02-27 Pedro Alves <palves@redhat.com>
11053
11054 * python/python-internal.h: Include "extension-priv.h".
11055
11056 2015-02-27 Pedro Alves <palves@redhat.com>
11057
11058 * breakpoint.h (enum print_stop_action): Move further up in the
11059 file.
11060
11061 2015-02-27 Pedro Alves <palves@redhat.com>
11062
11063 * gdbarch.sh: Include regcache.h.
11064 * gdbarch.h: Regenerate.
11065
11066 2015-02-27 Pedro Alves <palves@redhat.com>
11067
11068 * arm-tdep.c (decode_insn) <arm_handle_insn, thumb_handle_insn>:
11069 Remove duplicate const.
11070 * sparc-sol2-tdep.c (sparc_sol2_static_transform_name): Remove
11071 duplicate const.
11072
11073 2015-02-27 Pedro Alves <palves@redhat.com>
11074
11075 * cp-valprint.c (vtbl_ptr_name): Use EXPORTED_CONST.
11076 * guile/guile.c (extension_language_guile): Use EXPORTED_CONST.
11077 * features/feature_to_c.sh: Tag the generated xml_builtin array
11078 with extern const in C++ mode.
11079
11080 2015-02-27 Tom Tromey <tromey@redhat.com>
11081
11082 * minidebug.c (struct lzma_stream): Rename to ...
11083 (struct gdb_lzma_stream): ... this.
11084 (lzma_open, lzma_pread, lzma_close, lzma_stat): Adjust.
11085
11086 2015-02-27 Pedro Alves <palves@redhat.com>
11087
11088 * mi/mi-cmd-stack.c (mi_apply_ext_lang_frame_filter): New
11089 function.
11090 (mi_cmd_stack_list_locals, mi_cmd_stack_list_args)
11091 (mi_cmd_stack_list_variables): Use it.
11092
11093 2015-02-27 Pedro Alves <palves@redhat.com>
11094
11095 * x86-linux-nat.c (u_debugreg_offset): New function.
11096 (x86_linux_dr_get, x86_linux_dr_set): Use it.
11097
11098 2015-02-27 Pedro Alves <palves@redhat.com>
11099
11100 * nat/x86-dregs.h (enum target_hw_bp_type): Remove forward
11101 declaration.
11102 Include break-common.h.
11103
11104 2015-02-27 Tom Tromey <tromey@redhat.com>
11105 Pedro Alves <palves@redhat.com>
11106
11107 * arm-tdep.c (set_fp_model_sfunc, arm_set_abi): Use 'int' for
11108 local used to iterate over enums.
11109 * completer.c (signal_completer): Likewise.
11110 * i386-tdep.c (i386_stap_parse_special_token): Likewise.
11111 * rs6000-tdep.c (powerpc_set_vector_abi): Likewise.
11112 * tui/tui-data.c (tui_next_win, tui_prev_win): Likewise.
11113 * tui/tui-layout.c (next_layout, prev_layout): Likewise.
11114 * tui/tui-win.c (tui_refresh_all_win, tui_rehighlight_all)
11115 (tui_resize_all, tui_set_focus_command, tui_all_windows_info): Likewise.
11116 * tui-wingeneral.c (tui_refresh_all): Likewise.
11117
11118 2015-02-27 Pedro Alves <palves@redhat.com>
11119
11120 * target.h: Include "infrun.h".
11121
11122 2015-02-27 Pedro Alves <palves@redhat.com>
11123
11124 * gdb_proc_service.h: Wrap with EXTERN_C_PUSH/EXTERN_C_POP.
11125
11126 2015-02-27 Pedro Alves <palves@redhat.com>
11127
11128 * common/agent.h (IPA_SYM_EXPORTED_NAME): New.
11129 (IPA_SYM): Use it.
11130 * common/common-defs.h (EXTERN_C_PUSH, EXTERN_C_POP): New macros.
11131
11132 2015-02-27 Pedro Alves <palves@redhat.com>
11133
11134 * cli-out.c (_rl_erase_entire_line): Move declaration out of
11135 cli_mld_erase_entire_line, and make it extern "C".
11136 * common/common-defs.h (EXTERN_C): New.
11137 * completer.c (_rl_completion_prefix_display_length)
11138 (_rl_print_completions_horizontally, QSFUNC): Move declarations
11139 out of gdb_display_match_list_1.
11140 (_rl_qsort_string_compare): Move declaration out of
11141 gdb_display_match_list_1, and make it extern "C".
11142 * defs.h (re_comp): Use EXTERN_C.
11143 * maint.c (_mcleanup): Move declaration out of mcleanup_wrapper,
11144 and make it extern "C".
11145 (monstartup): Move declaration out of maintenance_set_profile_cmd,
11146 and make it extern "C".
11147 (main): Move declaration out of maintenance_set_profile_cmd.
11148 * nat/linux-ptrace.c (linux_ptrace_attach_fail_reason_string): Use
11149 EXTERN_C.
11150
11151 2015-02-27 Pedro Alves <palves@redhat.com>
11152
11153 * python/python.c (GdbMethods): Rename to ...
11154 (python_GdbMethods): ... this and make extern.
11155 (GdbModuleDef): Rename to ...
11156 (python_GdbModuleDef): ... this and make extern.
11157
11158 2015-02-27 Pedro Alves <palves@redhat.com>
11159
11160 * record-btrace.c (set_record_btrace_cmdlist)
11161 (show_record_btrace_cmdlist): Remove redefinitions.
11162
11163 2015-02-27 Tom Tromey <tromey@redhat.com>
11164 Pedro Alves <palves@redhat.com>
11165
11166 * dwarf2-frame.c (enum cfa_how_kind, struct
11167 dwarf2_frame_state_reg_info): Move out of struct
11168 dwarf2_frame_state.
11169 * dwarf2read.c (struct tu_stats): Move out of struct
11170 dwarf2_per_objfile.
11171 (struct file_entry): Move out of struct line_header.
11172 (struct nextfield, struct nextfnfield, struct fnfieldlist, struct
11173 typedef_field_list): Move out of struct field_info.
11174 * gdbtypes.h (enum dynamic_prop_kind, union dynamic_prop_data):
11175 Move out of struct dynamic_prop.
11176 (union type_owner, union field_location, struct field, struct
11177 range_bounds, union type_specific): Move out of struct main_type.
11178 (struct fn_fieldlist, struct fn_field, struct typedef_field)
11179 (VOFFSET_STATIC): Move out of struct cplus_struct_type.
11180 (struct call_site_target, union call_site_parameter_u, struct
11181 call_site_parameter): Move out of struct call_site.
11182 * m32c-tdep.c (enum m32c_prologue_kind): Move out of struct
11183 m32c_prologue.
11184 (enum srcdest_kind): Move out of struct srcdest.
11185 * main.c (enum cmdarg_kind): Move out of struct cmdarg.
11186 * prologue-value.h (enum prologue_value_kind): Move out of struct
11187 prologue_value.
11188 * s390-linux-tdep.c (enum s390_abi_kind): Move out of struct
11189 gdbarch_tdep.
11190 * stabsread.c (struct nextfield, struct next_fnfieldlist): Move
11191 out of struct field_info.
11192 * symfile.h (struct other_sections): Move out of struct
11193 section_addr_info.
11194 * symtab.c (struct symbol_cache_slot): Move out struct
11195 block_symbol_cache.
11196 * target-descriptions.c (enum tdesc_type_kind): Move out of
11197 typedef struct tdesc_type.
11198 * tui/tui-data.h (enum tui_line_or_address_kind): Move out of
11199 struct tui_line_or_address.
11200 * value.c (enum internalvar_kind, union internalvar_data): Move
11201 out of struct internalvar.
11202 * xtensa-tdep.h (struct ctype_cache): Move out of struct
11203 gdbarch_tdep.
11204
11205 2015-02-27 Tom Tromey <tromey@redhat.com>
11206 Pedro Alves <palves@redhat.com>
11207
11208 Rename symbols whose names are reserved C++ keywords throughout.
11209
11210 2015-02-27 Pedro Alves <palves@redhat.com>
11211
11212 * Makefile.in (COMPILER): New, get it from autoconf.
11213 (COMPILE.pre, CC_LD): Use COMPILER.
11214 (CXX): Get from autoconf instead.
11215 (CXX_FOR_TARGET): Default to g++ instead of gcc.
11216 * acinclude.m4: Include build-with-cxx.m4.
11217 * build-with-cxx.m4: New file.
11218 * configure.ac: Call AC_PROG_CXX and GDB_AC_BUILD_WITH_CXX.
11219 Disable -Werror by default if building in C++ mode.
11220 (build_warnings): Add -Wno-sign-compare, -Wno-write-strings and
11221 -Wno-narrowing in C++ mode. Only enable -Wpointer-sign in C mode.
11222 Run supported-warning-flags tests with the C++ compiler.
11223 Save/restore CXXFLAGS too.
11224 * configure: Regenerate.
11225
11226 2015-02-27 Pedro Alves <palves@redhat.com>
11227
11228 * libiberty.m4: New file.
11229 * acinclude.m4: Include libiberty.m4.
11230 * configure.ac: Call libiberty_INIT.
11231 * config.in, configure: Regenerate.
11232
11233 2015-02-27 Andreas Arnez <arnez@linux.vnet.ibm.com>
11234
11235 * s390-linux-tdep.c (s390_gcc_target_options): Not just handle
11236 31-bit targets, but 64-bit targets as well.
11237 (s390_gnu_triplet_regexp): New function.
11238 (s390_gdbarch_init): Set the gcc_target_options gdbarch method for
11239 64-bit targets as well. Set the gnu_triplet_regexp gdbarch
11240 method.
11241
11242 2015-02-27 Jon TURNEY <jon.turney@dronecode.org.uk> (tiny patch)
11243
11244 * windows-nat.c (CONTEXT_DEBUGGER): Remove.
11245 (CONTEXT_DEBUGGER_DR): Add CONTEXT_SEGMENTS. Incorporate flags
11246 from CONTEXT_DEBUGGER.
11247
11248 2015-02-26 Doug Evans <dje@google.com>
11249
11250 * gdbtypes.c (internal_type_vptr_fieldno): Add missing call to
11251 CHECK_TYPEDEF.
11252 (set_type_vptr_fieldno): Ditto.
11253 (internal_type_vptr_basetype, set_type_vptr_basetype): Ditto.
11254 * gnu-v3-abi.c (gnuv3_dynamic_class): Ditto.
11255
11256 2015-02-26 Pedro Alves <palves@redhat.com>
11257
11258 * auto-load.h (file_is_auto_load_safe): Add ATTRIBUTE_PRINTF.
11259 * complaints.c (vcomplaint): Pass argument FMT directly to
11260 printf-like functions instead of complaint->fmt.
11261 * ctf.c (ctf_save_write_metadata): Add ATTRIBUTE_PRINTF.
11262 * darwin-nat.c (inferior_debug): Add ATTRIBUTE_PRINTF.
11263 * compile/compile-loc2c.c (pushf, unary, binary): Add
11264 ATTRIBUTE_PRINTF.
11265 (do_compile_dwarf_expr_to_c): Pass string literal as format string
11266 to pushf.
11267 (BINARY): Pass string literal as format string to 'binary'.
11268 * compile/compile-object-load.c (link_callbacks_einfo): Add
11269 ATTRIBUTE_PRINTF.
11270 * guile/guile-internal.h (gdbscm_printf): Add ATTRIBUTE_PRINTF.
11271
11272 2015-02-26 Pedro Alves <palves@redhat.com>
11273
11274 * windows-termcap.c: Rename to ...
11275 * stub-termcap.c: ... this. Adjust header line.
11276 * Makefile.in (SFILES): Refer to stub-termcap.c instead of
11277 windows-termcap.c.
11278 * configure: Regenerate.
11279 * configure.ac: Refer to stub-termcap.o instead of
11280 windows-termcap.o.
11281 * gdb_curses.h: Mention stub-termcap.c instead of
11282 windows-termcap.c.
11283
11284 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
11285
11286 * compile/compile-c-symbols.c (convert_one_symbol, convert_symbol_bmsym)
11287 (gcc_symbol_address): Call gnu_ifunc_resolve_addr.
11288
11289 2015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
11290
11291 * gdb/infcmd.c (print_return_value): use type_to_string to print type.
11292
11293 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
11294
11295 * elfread.c (elf_read_minimal_symbols): Use bfd_alloc for
11296 bfd_canonicalize_symtab.
11297
11298 2015-02-25 John Baldwin <jhb@FreeBSD.org>
11299
11300 * amd64fbsd-nat.c: Include sys/user.h.
11301 (_initialize_amd64fbsd_nat): Use the KERN_PROC_SIGTRAMP sysctl
11302 instead of KERN_PS_STRINGS to locate the signal trampoline.
11303 * i386fbsd-nat.c: Include sys/user.h.
11304 (_initialize_i386fbsd_nat): Use the KERN_PROC_SIGTRAMP sysctl
11305 instead of KERN_PS_STRINGS to locate the signal trampoline.
11306 * amd64fbsd-tdep.c (amd64fbsd_sigtramp_code): New.
11307 (amd64fbsd_sigtramp_p): New.
11308 (amd64fbsd_sigtramp_start_addr, amd64fbsd_sigtramp_end_addr): No
11309 longer set default values.
11310 (amd64fbsd_init_abi): Set "sigtramp_p" to "amd64fbsd_sigtramp_p".
11311 * i386fbsd-tdep.c (i386fbsd_sigtramp_start)
11312 (i386fbsd_sigtramp_middle, i386fbsd_sigtramp_end)
11313 (i386fbsd_freebsd4_sigtramp_start)
11314 (i386fbsd_freebsd4_sigtramp_middle)
11315 (i386fbsd_freebsd4_sigtramp_end, i386fbsd_osigtramp_start)
11316 (i386fbsd_osigtramp_middle, i386fbsd_osigtramp_end): New.
11317 (i386fbsd_sigtramp_p): New.
11318 (i386fbsd_sigtramp_start_addr, i386fbsd_sigtramp_end_addr): No
11319 longer set default values.
11320 (i386fbsd_init_abi): Set "sigtramp_p" to "i386fbsd_sigtramp_p".
11321
11322 2015-02-25 John Baldwin <jhb@freebsd.org>
11323
11324 * amd64fbsd-tdep.c (amd64fbsd_sigcontext_addr): Use
11325 get_frame_register instead of frame_unwind_register_unsigned.
11326
11327 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
11328
11329 PR build/18033
11330 * compile/compile-c-support.c (c_compute_program): Change // comment.
11331 * compile/compile-object-load.c (setup_sections): Change // comment.
11332
11333 2015-02-26 Joel Brobecker <brobecker@adacore.com>
11334
11335 PR build/18033:
11336 * iq2000-tdep.c (iq2000_frame_cache): Delete C++-style comment.
11337
11338 2015-02-23 Pedro Alves <palves@redhat.com>
11339
11340 * remote.c (skip_to_semicolon): New function.
11341 (remote_parse_stop_reply) <T stop reply>: Use it. Don't
11342 special case the stop reasons that look like hex numbers
11343 upfront. Instead handle real register numbers after matching
11344 all the known stop reasons.
11345
11346 2015-02-21 Doug Evans <dje@google.com>
11347
11348 PR c++/17976, symtab/17821
11349 * cp-namespace.c (cp_search_static_and_baseclasses): New parameter
11350 is_in_anonymous. All callers updated.
11351 (find_symbol_in_baseclass): Ditto.
11352 (cp_lookup_nested_symbol_1): Ditto. Don't search all static blocks
11353 for symbols in an anonymous namespace.
11354 * dwarf2read.c (namespace_name): Don't call dwarf2_name, fetch
11355 DW_AT_name directly.
11356 (dwarf2_name): Convert missing namespace name to
11357 CP_ANONYMOUS_NAMESPACE_STR.
11358
11359 2015-02-20 Pedro Alves <palves@redhat.com>
11360
11361 * linux-nat.c (linux_handle_extended_wait): Call
11362 thread_db_notice_clone whenever a new clone LWP is detected.
11363 (linux_stop_and_wait_all_lwps, linux_unstop_all_lwps): New
11364 functions.
11365 * linux-nat.h (thread_db_attach_lwp): Delete declaration.
11366 (thread_db_notice_clone, linux_stop_and_wait_all_lwps)
11367 (linux_unstop_all_lwps): Declare.
11368 * linux-thread-db.c (struct thread_get_info_inout): Delete.
11369 (thread_get_info_callback): Delete.
11370 (thread_from_lwp): Use td_thr_get_info and record_thread.
11371 (thread_db_attach_lwp): Delete.
11372 (thread_db_notice_clone): New function.
11373 (try_thread_db_load_1): If /proc is mounted and shows the
11374 process'es task list, walk over all LWPs and call thread_from_lwp
11375 instead of relying on td_ta_thr_iter.
11376 (attach_thread): Don't call check_thread_signals here. Split the
11377 tail part of the function (which adds the thread to the core GDB
11378 thread list) to ...
11379 (record_thread): ... this function. Call check_thread_signals
11380 here.
11381 (thread_db_wait): Don't call thread_db_find_new_threads_1. Always
11382 call thread_from_lwp.
11383 (thread_db_update_thread_list): Rename to ...
11384 (thread_db_update_thread_list_org): ... this.
11385 (thread_db_update_thread_list): New function.
11386 (thread_db_find_thread_from_tid): Delete.
11387 (thread_db_get_ada_task_ptid): Simplify.
11388 * nat/linux-procfs.c: Include <sys/stat.h>.
11389 (linux_proc_task_list_dir_exists): New function.
11390 * nat/linux-procfs.h (linux_proc_task_list_dir_exists): Declare.
11391
11392 2015-02-20 Pedro Alves <palves@redhat.com>
11393
11394 * linux-nat.c (lin_lwp_attach_lwp): No longer special case the
11395 main LWP. Handle the case of waitpid returning 0 if we're already
11396 attached to the LWP. Don't set the LWP's last_resume_kind to
11397 resume_stop if we already knew about the LWP.
11398 (linux_nat_filter_event): Add debug logs.
11399
11400 2015-02-20 Pedro Alves <palves@redhat.com>
11401
11402 * target.h (forward_target_decr_pc_after_break): Delete
11403 declaration.
11404
11405 2015-02-20 Pedro Alves <palves@redhat.com>
11406
11407 PR threads/18006
11408 * linux-thread-db.c (thread_get_info_callback): Return early if
11409 the thread's lwp id is -1.
11410
11411 2015-02-20 Joel Brobecker <brobecker@adacore.com>
11412
11413 GDB 7.9 released.
11414
11415 2015-02-19 Steve Ellcey <sellcey@imgtec.com>
11416
11417 * dtrace-probe.c (dtrace_process_dof_probe): Initialize arg.expr.
11418 (dtrace_get_probes) Change type of variable 'dof'.
11419
11420 2015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
11421
11422 PR breakpoints/16812
11423 * linux-nat.c (linux_nat_filter_event): Report SIGTRAP,SIGILL,SIGSEGV.
11424 * nat/linux-ptrace.c (linux_wstatus_maybe_breakpoint): Add.
11425 * nat/linux-ptrace.h: Add linux_wstatus_maybe_breakpoint.
11426
11427 2015-02-19 David Taylor <dtaylor@emc.com>
11428
11429 * common/ax.def (setv): Fix consumed entry in setv DEFOP.
11430
11431 2015-02-18 Patrick Palka <patrick@parcs.ath.cx>
11432
11433 * tui/tui-io.c (tui_handle_resize_during_io): Remove this
11434 function.
11435 (tui_putc): Don't call tui_handle_resize_during_io.
11436 (tui_getc): Likewise.
11437 (tui_mld_getc): Likewise.
11438 * tui/tui-win.c: Include event-loop.h and tui/tui-io.h.
11439 (tui_sigwinch_token): New static variable.
11440 (tui_initialize_win): Adjust documentation. Set
11441 tui_sigwinch_token.
11442 (tui_async_resize_screen): New asynchronous callback.
11443 (tui_sigwinch_handler): Adjust documentation. Asynchronously
11444 invoke tui_async_resize_screen.
11445
11446 2015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
11447
11448 * configure: Regenerated.
11449 * configure.ac: Use GDB_AC_TRANSFORM.
11450 * Makefile.in (aclocal_m4_deps): Added transform.m4.
11451 * acinclude.m4: sinclude transform.m4.
11452 * transform.m4: New file.
11453 (GDB_AC_TRANSFORM): New macro.
11454
11455 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
11456
11457 * NEWS: Announce the support for DTrace SDT probes.
11458
11459 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
11460
11461 * amd64-linux-tdep.c: Include "parser-defs.h" and "user-regs.h".
11462 (amd64_dtrace_parse_probe_argument): New function.
11463 (amd64_dtrace_probe_is_enabled): Likewise.
11464 (amd64_dtrace_enable_probe): Likewise.
11465 (amd64_dtrace_disable_probe): Likewise.
11466 (amd64_linux_init_abi): Register the
11467 `gdbarch_dtrace_probe_argument', `gdbarch_dtrace_enable_probe',
11468 `gdbarch_dtrace_disable_probe' and
11469 `gdbarch_dtrace_probe_is_enabled' hooks.
11470 (amd64_dtrace_disabled_probe_sequence_1): New constant.
11471 (amd64_dtrace_disabled_probe_sequence_2): Likewise.
11472 (amd64_dtrace_enable_probe_sequence): Likewise.
11473 (amd64_dtrace_disable_probe_sequence): Likewise.
11474
11475 2015-01-17 Jose E. Marchesi <jose.marchesi@oracle.com>
11476
11477 * breakpoint.c (BREAK_ARGS_HELP): Help string updated to mention
11478 the -probe-dtrace new vpossible value for PROBE_MODIFIER.
11479 * configure.ac (CONFIG_OBS): dtrace-probe.o added if BFD can
11480 handle ELF files.
11481 * Makefile.in (SFILES): dtrace-probe.c added.
11482 * configure: Regenerate.
11483 * dtrace-probe.c: New file.
11484 (SHT_SUNW_dof): New constant.
11485 (dtrace_probe_type): New enum.
11486 (dtrace_probe_arg): New struct.
11487 (dtrace_probe_arg_s): New typedef.
11488 (struct dtrace_probe_enabler): New struct.
11489 (dtrace_probe_enabler_s): New typedef.
11490 (dtrace_probe): New struct.
11491 (dtrace_probe_is_linespec): New function.
11492 (dtrace_dof_sect_type): New enum.
11493 (dtrace_dof_dofh_ident): Likewise.
11494 (dtrace_dof_encoding): Likewise.
11495 (DTRACE_DOF_ENCODE_LSB): Likewise.
11496 (DTRACE_DOF_ENCODE_MSB): Likewise.
11497 (dtrace_dof_hdr): New struct.
11498 (dtrace_dof_sect): Likewise.
11499 (dtrace_dof_provider): Likewise.
11500 (dtrace_dof_probe): Likewise.
11501 (DOF_UINT): New macro.
11502 (DTRACE_DOF_PTR): Likewise.
11503 (DTRACE_DOF_SECT): Likewise.
11504 (dtrace_process_dof_probe): New function.
11505 (dtrace_process_dof): Likewise.
11506 (dtrace_build_arg_exprs): Likewise.
11507 (dtrace_get_arg): Likewise.
11508 (dtrace_get_probes): Likewise.
11509 (dtrace_get_probe_argument_count): Likewise.
11510 (dtrace_can_evaluate_probe_arguments): Likewise.
11511 (dtrace_evaluate_probe_argument): Likewise.
11512 (dtrace_compile_to_ax): Likewise.
11513 (dtrace_probe_destroy): Likewise.
11514 (dtrace_gen_info_probes_table_header): Likewise.
11515 (dtrace_gen_info_probes_table_values): Likewise.
11516 (dtrace_probe_is_enabled): Likewise.
11517 (dtrace_probe_ops): New variable.
11518 (info_probes_dtrace_command): New function.
11519 (_initialize_dtrace_probe): Likewise.
11520 (dtrace_type_name): Likewise.
11521
11522 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
11523
11524 * gdbarch.sh (dtrace_parse_probe_argument): New.
11525 (dtrace_probe_is_enabled): Likewise.
11526 (dtrace_enable_probe): Likewise.
11527 (dtrace_disable_probe): Likewise.
11528 * gdbarch.c: Regenerate.
11529 * gdbarch.h: Regenerate.
11530
11531 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
11532
11533 * stap-probe.c (stap_probe_ops): Add NULLs in the static
11534 stap_probe_ops for `enable_probe' and `disable_probe'.
11535 * probe.c (enable_probes_command): New function.
11536 (disable_probes_command): Likewise.
11537 (_initialize_probe): Define the cli commands `enable probe' and
11538 `disable probe'.
11539 (parse_probe_linespec): New function.
11540 (info_probes_for_ops): Use parse_probe_linespec.
11541 * probe.h (probe_ops): New hooks `enable_probe' and
11542 `disable_probe'.
11543
11544 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
11545
11546 * probe.c (compute_probe_arg): Moved from stap-probe.c
11547 (compile_probe_arg): Likewise.
11548 (probe_funcs): Likewise.
11549 * stap-probe.c (compute_probe_arg): Moved to probe.c.
11550 (compile_probe_arg): Likewise.
11551 (probe_funcs): Likewise.
11552
11553 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
11554
11555 * probe.c (print_ui_out_not_applicables): New function.
11556 (exists_probe_with_pops): Likewise.
11557 (info_probes_for_ops): Do not include column headers for probe
11558 types for which no probe has been actually found on any object.
11559 Also invoke `print_ui_out_not_applicables' in order to match the
11560 column rows with the header when probes of several types are
11561 listed.
11562 Print the "Type" column.
11563 * probe.h (probe_ops): Added a new probe operation `type_name'.
11564 * stap-probe.c (stap_probe_ops): Add `stap_type_name'.
11565 (stap_type_name): New function.
11566
11567 2015-02-17 Patrick Palka <patrick@parcs.ath.cx>
11568
11569 * tui/tui-io.c (tui_getc): Don't call key_is_command_char.
11570 (key_is_command_char): Delete.
11571
11572 2015-02-17 Pedro Alves <palves@redhat.com>
11573
11574 * tui/tui.c (tui_enable): Resize windows before anything
11575 might show a window.
11576
11577 2015-02-17 Max Ostapenko <m.ostapenko@partner.samsung.com>
11578
11579 PR gdb/17984
11580 * aarch64-linux-nat.c: Don't include features/aarch64.c anymore.
11581 (aarch64_linux_read_description): Remove initialize_tdesc_aarch64
11582 call.
11583 * aarch64-tdep.h (tdesc_aarch64): Declare.
11584
11585 2015-02-12 Mark Wielaard <mjw@redhat.com>
11586
11587 * contrib/ari/gdb_ari.sh: Remove checks for "true" and "false".
11588
11589 2015-02-13 Doug Evans <dje@google.com>
11590
11591 * cp-namespace.c (cp_basic_lookup_symbol): Rename parameter
11592 anonymous_namespace to is_in_anonymous for consistency with the rest
11593 of the file.
11594 (cp_lookup_bare_symbol): Fix typo in comment.
11595 (cp_search_static_and_baseclasses): Ditto.
11596 (search_symbol_list): Use vertical space in comment better.
11597 (reset_directive_searched): Ditto. Fix typo.
11598 (cp_lookup_nested_symbol_1): Clarify contents of NESTED_NAME parameter.
11599
11600 2015-02-13 Yao Qi <yao.qi@arm.com>
11601
11602 * MAINTAINERS: Update my email address.
11603
11604 2015-02-12 Doug Evans <dje@google.com>
11605
11606 * symtab.c (completion_list_add_name): Fix memory leak.
11607
11608 2015-02-12 Doug Evans <dje@google.com>
11609
11610 * completer.c (complete_line): Remove incorrect comment.
11611
11612 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11613
11614 * python/py-framefilter.c (py_print_single_arg, enumerate_locals)
11615 (py_print_frame): Use RETURN_MASK_ERROR.
11616
11617 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11618
11619 * python/py-framefilter.c (py_print_frame): Mention RETURN_QUIT in
11620 function comment. Wrap all function that can throw in cleanups.
11621 (gdbpy_apply_frame_filter): Wrap all function that can throw in
11622 cleanups.
11623
11624 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11625
11626 * python/py-framefilter.c (py_print_frame): Substitute goto error.
11627 Remove the error label.
11628
11629 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11630
11631 * python/py-framefilter.c (py_print_frame): Put conditional code paths
11632 with goto first, indent the former else codepath left. Put variable
11633 'elided' to a new inner block.
11634
11635 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11636
11637 * python/py-framefilter.c (py_print_frame): Whitespacing fixes.
11638
11639 2015-02-11 Pedro Alves <palves@redhat.com>
11640
11641 * xcoffread.c (within_function): Delete.
11642
11643 2015-02-11 Tom Tromey <tromey@redhat.com>
11644 Pedro Alves <palves@redhat.com>
11645
11646 * breakpoint.c (base_breakpoint_ops): Delete.
11647 * dwarf2loc.c (dwarf_expr_ctx_funcs): Make extern.
11648 * elfread.c (elf_sym_fns_gdb_index, elf_sym_fns_lazy_psyms): Make extern.
11649 * guile/guile.c (guile_extension_script_ops, guile_extension_ops): Make extern.
11650 * ppcnbsd-tdep.c (ppcnbsd2_sigtramp): Make extern.
11651 * python/py-arch.c (arch_object_type): Make extern.
11652 * python/py-block.c (block_syms_iterator_object_type): Make extern.
11653 * python/py-bpevent.c (breakpoint_event_object_type): Make extern.
11654 * python/py-cmd.c (cmdpy_object_type): Make extern.
11655 * python/py-continueevent.c (continue_event_object_type)
11656 * python/py-event.h (GDBPY_NEW_EVENT_TYPE): Remove 'qual'
11657 parameter. Update all callers.
11658 * python/py-evtregistry.c (eventregistry_object_type): Make extern.
11659 * python/py-exitedevent.c (exited_event_object_type): Make extern.
11660 * python/py-finishbreakpoint.c (finish_breakpoint_object_type): Make extern.
11661 * python/py-function.c (fnpy_object_type): Make extern.
11662 * python/py-inferior.c (inferior_object_type, membuf_object_type): Make extern.
11663 * python/py-infevents.c (call_pre_event_object_type)
11664 (inferior_call_post_event_object_type).
11665 (memory_changed_event_object_type): Make extern.
11666 * python/py-infthread.c (thread_object_type): Make extern.
11667 * python/py-lazy-string.c (lazy_string_object_type): Make extern.
11668 * python/py-linetable.c (linetable_entry_object_type)
11669 (linetable_object_type, ltpy_iterator_object_type): Make extern.
11670 * python/py-newobjfileevent.c (new_objfile_event_object_type)
11671 (clear_objfiles_event_object_type): Make extern.
11672 * python/py-objfile.c (objfile_object_type): Make extern.
11673 * python/py-param.c (parmpy_object_type): Make extern.
11674 * python/py-progspace.c (pspace_object_type): Make extern.
11675 * python/py-signalevent.c (signal_event_object_type): Make extern.
11676 * python/py-symtab.c (symtab_object_type, sal_object_type): Make extern.
11677 * python/py-type.c (type_object_type, field_object_type)
11678 (type_iterator_object_type): Make extern.
11679 * python/python.c (python_extension_script_ops)
11680 (python_extension_ops): Make extern.
11681 * stap-probe.c (stap_probe_ops): Make extern.
11682
11683 2015-02-11 Pedro Alves <pedro@codesourcery.com>
11684
11685 * infrun.c (adjust_pc_after_break): Don't adjust the PC just
11686 because the event thread is not the current thread.
11687
11688 2015-02-11 Doug Evans <xdje42@gmail.com>
11689
11690 * gdbtypes.c (internal_type_self_type): If TYPE_SPECIFIC_FIELD hasn't
11691 been initialized yet, return NULL.
11692
11693 2015-02-11 Doug Evans <dje@google.com>
11694
11695 * symfile.h (new_symfile_objfile): Delete.
11696 * symfile.c (finish_new_objfile): Renamed from new_symfile_objfile.
11697 All callers updated.
11698
11699 2015-02-11 Patrick Palka <patrick@parcs.ath.cx>
11700
11701 * tui/tui-io.c (tui_handle_resize_during_io): Call
11702 tui_update_gdb_sizes() after resizing the screen.
11703 * tui/tui.c (tui_enable): Resize the terminal before
11704 calling tui_update_gdb_sizes().
11705
11706 2015-02-11 Patrick Palka <patrick@parcs.ath.cx>
11707
11708 * tui/tui-io.c (tui_getc): Move cursor to the end of the command
11709 line before printing a newline.
11710
11711 2015-02-11 Mark Wielaard <mjw@redhat.com>
11712
11713 * utils.c (producer_is_gcc): Return true or false.
11714
11715 2015-02-10 Mark Wielaard <mjw@redhat.com>
11716
11717 * utils.h (producer_is_gcc): Change return type to bool. Add major
11718 argument.
11719 * utils.c (producer_is_gcc): Likewise.
11720 (producer_is_gcc_ge_4): Adjust producer_is_gcc call.
11721 * dwarf2read.c (check_producer): Likewise.
11722
11723 2015-02-10 Pedro Alves <palves@redhat.com>
11724
11725 * infrun.c (displaced_step_fixup): Switch to the event thread
11726 before calling gdbarch_displaced_step_fixup.
11727
11728 2015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
11729
11730 * MAINTAINERS (Write After Approval): Add Antoine Tremblay.
11731
11732 2015-02-10 Simon Marchi <simon.marchi@ericsson.com>
11733
11734 * ada-varobj.c (ada_name_of_child): Constify parent.
11735 (ada_path_expr_of_child): Same.
11736 (ada_value_of_child): Same.
11737 (ada_type_of_child): Same.
11738 * c-varobj.c (c_is_path_expr_parent): Same.
11739 (c_describe_child): Same.
11740 (c_name_of_child): Same.
11741 (c_value_of_child): Same.
11742 (c_type_of_child): Same.
11743 (cplus_number_of_children): Same.
11744 (cplus_describe_child): Constify var.
11745 (cplus_name_of_child): Constify parent.
11746 (cplus_value_of_child): Same.
11747 (cplus_type_of_child): Same.
11748 * jv-varobj.c (java_name_of_child): Same.
11749 (java_value_of_child): Same.
11750 (java_type_of_child): Same.
11751 * varobj.c (value_of_child): Same.
11752 (varobj_default_is_path_expr_parent): Constify var, parent and return
11753 value.
11754 (varobj_get_path_expr): Constify var, modify path_expr through
11755 mutable_var.
11756 (install_new_value): Constify parent.
11757 (value_of_child): Constify parent.
11758 * varobj.h (struct varobj): Constify parent.
11759 (struct lang_varobj_ops): Constify name_of_child, value_of_child and
11760 type_of_child.
11761 (varobj_get_path_expr): Constify var.
11762 (varobj_get_path_expr_parent): Constify var and return value.
11763
11764 2015-02-10 Luis Machado <lgustavo@codesourcery.com>
11765
11766 * arm-tdep.c (arm_prologue_unwind_stop_reason): New function.
11767 (arm_prologue_this_id): Move PC and SP limit checks to
11768 arm_prologue_unwind_stop_reason.
11769 (arm_prologue_unwind) <stop_reason> : Set to
11770 arm_prologue_unwind_stop_reason.
11771
11772 2015-02-09 Mark Wielaard <mjw@redhat.com>
11773
11774 * dwarf2read.c (set_cu_language): Recognize DW_LANG_Fortran03 and
11775 DW_LANG_Fortran08 as language_fortran.
11776
11777 2015-02-09 Sergio Durigan Junior <sergiodj@redhat.com>
11778
11779 PR remote/17946
11780 * gdb/remote.c (remote_parse_stop_reply): Fix wrong comparison
11781 of pointer against char.
11782
11783 2015-02-09 Mark Wielaard <mjw@redhat.com>
11784
11785 * c-typeprint.c (cp_type_print_method_args): Handle '_Atomic'.
11786 (c_type_print_modifier): Likewise.
11787 * dwarf2read.c (read_tag_atomic_type): New function.
11788 (read_type_die_1): Handle DW_TAG_atomic_type.
11789 * gdbtypes.c (make_atomic_type): New function.
11790 (recursive_dump_type): Handle TYPE_ATOMIC.
11791 * gdbtypes.h (enum type_flag_values): Renumber.
11792 (enum type_instance_flag_value): Add TYPE_INSTANCE_FLAG_ATOMIC.
11793 (TYPE_ATOMIC): New macro.
11794 (make_atomic_type): Declare.
11795
11796 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
11797
11798 * btrace.c (ftrace_find_call): Skip gaps.
11799 (ftrace_new_function): Initialize level.
11800 (ftrace_new_call, ftrace_new_tailcall, ftrace_new_return)
11801 (ftrace_new_switch): Update
11802 level computation.
11803 (ftrace_new_gap): New.
11804 (ftrace_update_function): Create new function after gap.
11805 (btrace_compute_ftrace_bts): Create gap on error.
11806 (btrace_stitch_bts): Update parameters. Clear trace if it
11807 becomes empty.
11808 (btrace_stitch_trace): Update parameters. Update callers.
11809 (btrace_clear): Reset the number of gaps.
11810 (btrace_insn_get): Return NULL if the iterator points to a gap.
11811 (btrace_insn_number): Return zero if the iterator points to a gap.
11812 (btrace_insn_end): Allow gaps at the end.
11813 (btrace_insn_next, btrace_insn_prev, btrace_insn_cmp): Handle gaps.
11814 (btrace_find_insn_by_number): Assert that the found iterator does
11815 not point to a gap.
11816 (btrace_call_next, btrace_call_prev): Assert that the last function
11817 is not a gap.
11818 * btrace.h (btrace_bts_error): New.
11819 (btrace_function): Update comment.
11820 (btrace_function) <insn, insn_offset, number>: Update comment.
11821 (btrace_function) <errcode>: New.
11822 (btrace_thread_info) <ngaps>: New.
11823 (btrace_thread_info) <replay>: Update comment.
11824 (btrace_insn_get): Update comment.
11825 * record-btrace.c (btrace_ui_out_decode_error): New.
11826 (record_btrace_info): Print number of gaps.
11827 (btrace_insn_history, btrace_call_history): Call
11828 btrace_ui_out_decode_error for gaps.
11829 (record_btrace_step_thread, record_btrace_start_replaying): Skip gaps.
11830
11831 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
11832
11833 * common/btrace-common.h (btrace_cpu_vendor, btrace_cpu): New.
11834 * nat/linux-btrace.c: (btrace_this_cpu): New.
11835 (cpu_supports_bts): Call btrace_this_cpu.
11836 (intel_supports_bts): Add cpu parameter.
11837
11838 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
11839
11840 * btrace.h (btrace_insn_class): New.
11841 (btrace_insn) <size, iclass>: New.
11842 * btrace.c (ftrace_find_call): Update parameters. Update users.
11843 Use instruction classification.
11844 (ftrace_new_return): Update parameters. Update users.
11845 (ftrace_update_function): Update parameters. Update users. Use
11846 instruction classification.
11847 (ftrace_update_insns): Update parameters. Update users.
11848 (ftrace_classify_insn): New.
11849 (btrace_compute_ftrace_bts): Fill in new btrace_insn fields. Add
11850 TRY_CATCH around call to gdb_insn_length.
11851
11852 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
11853
11854 * btrace.c (btrace_compute_ftrace_bts, btrace_compute_ftrace):
11855 Update parameters. Update users.
11856
11857 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
11858
11859 * btrace.c (parse_xml_btrace_conf_bts): Add size.
11860 (btrace_conf_bts_attributes): New.
11861 (btrace_conf_children): Add attributes.
11862 * common/btrace-common.h (btrace_config_bts): New.
11863 (btrace_config)<bts>: New.
11864 (btrace_config): Update comment.
11865 * nat/linux-btrace.c (linux_enable_btrace, linux_enable_bts):
11866 Use config.
11867 * features/btrace-conf.dtd: Increment version. Add size
11868 attribute to bts element.
11869 * record-btrace.c (set_record_btrace_bts_cmdlist,
11870 show_record_btrace_bts_cmdlist): New.
11871 (record_btrace_adjust_size, record_btrace_print_bts_conf,
11872 record_btrace_print_conf, cmd_set_record_btrace_bts,
11873 cmd_show_record_btrace_bts): New.
11874 (record_btrace_info): Call record_btrace_print_conf.
11875 (_initialize_record_btrace): Add commands.
11876 * remote.c: Add PACKET_Qbtrace_conf_bts_size enum.
11877 (remote_protocol_features): Add Qbtrace-conf:bts:size packet.
11878 (btrace_sync_conf): Synchronize bts size.
11879 (_initialize_remote): Add Qbtrace-conf:bts:size packet.
11880 * NEWS: Announce new commands and new packets.
11881
11882 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
11883
11884 * Makefile.in (XMLFILES): Add btrace-conf.dtd.
11885 * x86-linux-nat.c (x86_linux_enable_btrace): Update parameters.
11886 (x86_linux_btrace_conf): New.
11887 (x86_linux_create_target): Initialize to_btrace_conf.
11888 * nat/linux-btrace.c (linux_enable_btrace): Update parameters.
11889 Check format. Split into this and ...
11890 (linux_enable_bts): ... this.
11891 (linux_btrace_conf): New.
11892 (perf_event_skip_record): Renamed into ...
11893 (perf_event_skip_bts_record): ... this. Updated users.
11894 (linux_disable_btrace): Split into this and ...
11895 (linux_disable_bts): ... this.
11896 (linux_read_btrace): Check format.
11897 * nat/linux-btrace.h (linux_enable_btrace): Update parameters.
11898 (linux_btrace_conf): New.
11899 (btrace_target_info)<ptid>: Moved.
11900 (btrace_target_info)<conf>: New.
11901 (btrace_target_info): Split into this and ...
11902 (btrace_tinfo_bts): ... this. Updated users.
11903 * btrace.c (btrace_enable): Update parameters.
11904 (btrace_conf, parse_xml_btrace_conf_bts, parse_xml_btrace_conf)
11905 (btrace_conf_children, btrace_conf_attributes)
11906 (btrace_conf_elements): New.
11907 * btrace.h (btrace_enable): Update parameters.
11908 (btrace_conf, parse_xml_btrace_conf): New.
11909 * common/btrace-common.h (btrace_config): New.
11910 * feature/btrace-conf.dtd: New.
11911 * record-btrace.c (record_btrace_conf): New.
11912 (record_btrace_cmdlist): New.
11913 (record_btrace_enable_warn, record_btrace_open): Pass
11914 &record_btrace_conf.
11915 (record_btrace_info): Print recording format.
11916 (cmd_record_btrace_bts_start): New.
11917 (cmd_record_btrace_start): Call cmd_record_btrace_bts_start.
11918 (_initialize_record_btrace): Add "record btrace bts" subcommand.
11919 Add "record bts" alias command.
11920 * remote.c (remote_state)<btrace_config>: New.
11921 (remote_btrace_reset, PACKET_qXfer_btrace_conf): New.
11922 (remote_protocol_features): Add qXfer:btrace-conf:read.
11923 (remote_open_1): Call remote_btrace_reset.
11924 (remote_xfer_partial): Handle TARGET_OBJECT_BTRACE_CONF.
11925 (btrace_target_info)<conf>: New.
11926 (btrace_sync_conf, btrace_read_config): New.
11927 (remote_enable_btrace): Update parameters. Call btrace_sync_conf and
11928 btrace_read_conf.
11929 (remote_btrace_conf): New.
11930 (init_remote_ops): Initialize to_btrace_conf.
11931 (_initialize_remote): Add qXfer:btrace-conf packet.
11932 * target.c (target_enable_btrace): Update parameters.
11933 (target_btrace_conf): New.
11934 * target.h (target_enable_btrace): Update parameters.
11935 (target_btrace_conf): New.
11936 (target_object)<TARGET_OBJECT_BTRACE_CONF>: New.
11937 (target_ops)<to_enable_btrace>: Update parameters and comment.
11938 (target_ops)<to_btrace_conf>: New.
11939 * target-delegates: Regenerate.
11940 * target-debug.h (target_debug_print_const_struct_btrace_config_p)
11941 (target_debug_print_const_struct_btrace_target_info_p): New.
11942 * NEWS: Announce new command and new packet.
11943
11944 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
11945
11946 * nat/linux-btrace.h (perf_event_buffer): New.
11947 (btrace_target_info) <buffer, size, data_head>: Replace with ...
11948 <bts>: ... this.
11949 * nat/linux-btrace.c (perf_event_header, perf_event_mmap_size)
11950 (perf_event_buffer_size, perf_event_buffer_begin)
11951 (perf_event_buffer_end, linux_btrace_has_changed): Removed.
11952 Updated users.
11953 (perf_event_new_data): New.
11954
11955 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
11956
11957 * btrace.c (btrace_enable): Pass BTRACE_FORMAT_BTS.
11958 * record-btrace.c (record_btrace_open): Remove call to
11959 target_supports_btrace.
11960 * remote.c (remote_supports_btrace): Update parameters.
11961 * target.c (target_supports_btrace): Update parameters.
11962 * target.h (to_supports_btrace, target_supports_btrace): Update
11963 parameters.
11964 * target-delegates.c: Regenerate.
11965 * target-debug.h (target_debug_print_enum_btrace_format): New.
11966 * nat/linux-btrace.c
11967 (kernel_supports_btrace): Rename into ...
11968 (kernel_supports_bts): ... this. Update users. Update warning text.
11969 (intel_supports_btrace): Rename into ...
11970 (intel_supports_bts): ... this. Update users.
11971 (cpu_supports_btrace): Rename into ...
11972 (cpu_supports_bts): ... this. Update users.
11973 (linux_supports_btrace): Update parameters. Split into this and ...
11974 (linux_supports_bts): ... this.
11975 * nat/linux-btrace.h (linux_supports_btrace): Update parameters.
11976
11977 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
11978
11979 * Makefile.in (SFILES): Add common/btrace-common.c.
11980 (COMMON_OBS): Add common/btrace-common.o.
11981 (btrace-common.o): Add build rules.
11982 * btrace.c (parse_xml_btrace): Update parameters.
11983 (parse_xml_btrace_block): Set format field.
11984 (btrace_add_pc, btrace_fetch): Use struct btrace_data.
11985 (do_btrace_data_cleanup, make_cleanup_btrace_data): New.
11986 (btrace_compute_ftrace): Split into this and...
11987 (btrace_compute_ftrace_bts): ...this.
11988 (btrace_stitch_trace): Split into this and...
11989 (btrace_stitch_bts): ...this.
11990 * btrace.h (parse_xml_btrace): Update parameters.
11991 (make_cleanup_btrace_data): New.
11992 * common/btrace-common.c: New.
11993 * common/btrace-common.h: Include common-defs.h.
11994 (btrace_block_s): Update comment.
11995 (btrace_format): New.
11996 (btrace_format_string): New.
11997 (btrace_data_bts): New.
11998 (btrace_data): New.
11999 (btrace_data_init, btrace_data_fini, btrace_data_empty): New.
12000 * remote.c (remote_read_btrace): Update parameters.
12001 * target.c (target_read_btrace): Update parameters.
12002 * target.h (target_read_btrace): Update parameters.
12003 (target_ops)<to_read_btrace>: Update parameters.
12004 * x86-linux-nat.c (x86_linux_read_btrace): Update parameters.
12005 * target-delegates.c: Regenerate.
12006 * target-debug (target_debug_print_struct_btrace_data_p): New.
12007 * nat/linux-btrace.c (linux_read_btrace): Split into this and...
12008 (linux_read_bts): ...this.
12009 * nat/linux-btrace.h (linux_read_btrace): Update parameters.
12010
12011 2015-02-06 Doug Evans <dje@google.com>
12012
12013 * remote-m32r-sdi.c: Include symfile.h.
12014
12015 2015-02-06 Doug Evans <dje@google.com>
12016
12017 * symtab.h (clear_symtab_users, deduce_language_from_filename): Move
12018 * symfile.h (clear_symtab_users, deduce_language_from_filename): ...
12019 to here.
12020
12021 2015-02-06 Pedro Alves <palves@redhat.com>
12022
12023 * linux-thread-db.c (find_new_threads_callback): Add debug output.
12024
12025 2015-02-06 Simon Marchi <simon.marchi@ericsson.com>
12026
12027 PR gdb/15678
12028 * breakpoint.c (map_breakpoint_numbers): Check for empty args string.
12029 (enable_count_command): Check args for NULL value.
12030
12031 2015-02-05 Doug Evans <xdje42@gmail.com>
12032
12033 * guile/scm-frame.c: Fix spelling errors in a comment.
12034
12035 2015-02-04 Jan Kratochvil <jan.kratochvil@redhat.com>
12036
12037 * python/python-internal.h (Py_hash_t): Define it for Python <3.2.
12038 * python/py-value.c (valpy_fetch_lazy): Use it. Remove cast to the
12039 return type.
12040
12041 2015-02-04 Pedro Alves <palves@redhat.com>
12042
12043 * linux-nat.c (handle_extended_wait): Don't resume LWPs here.
12044 (wait_lwp): Don't call wait_lwp if linux_handle_extended_wait
12045 returns true.
12046 (resume_stopped_resumed_lwps): Don't check whether the thread is
12047 marked as executing.
12048 (linux_nat_wait_1): Use resume_stopped_resumed_lwps.
12049
12050 2015-02-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
12051
12052 * regset.h (struct regset): Add flags field.
12053 (REGSET_VARIABLE_SIZE): New value for a regset's flags field.
12054 * corelow.c (get_core_register_section): Add warning if the size
12055 exceeds the requested size and the regset does not have the
12056 REGSET_VARIABLE_SIZE flag set.
12057 * alphanbsd-tdep.c (alphanbsd_gregset): Add REGSET_VARIABLE_SIZE
12058 flag.
12059 * armbsd-tdep.c (armbsd_gregset): Likewise.
12060 * hppa-hpux-tdep.c (hppa_hpux_regset): Likewise.
12061 * hppaobsd-tdep.c (hppaobsd_gregset): Likewise.
12062 * m68kbsd-tdep.c (m68kbsd_gregset): Likewise.
12063 * mipsnbsd-tdep.c (mipsnbsd_gregset): Likewise.
12064
12065 2015-02-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
12066
12067 * amd64-linux-tdep.c (amd64_linux_iterate_over_regset_sections):
12068 For ".reg-xstate", explicitly specify the requested section size
12069 via X86_XSTATE_SIZE instead of just 0 on input and
12070 X86_XSTATE_MAX_SIZE on output.
12071 * i386-linux-tdep.c (i386_linux_iterate_over_regset_sections):
12072 Likewise.
12073
12074 2015-02-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
12075
12076 PR corefiles/17808:
12077 * gdbarch.sh (iterate_over_regset_sections_cb): Document this
12078 function type, particularly its SIZE parameter.
12079 * gdbarch.h: Regenerate.
12080 * amd64-tdep.c (amd64_supply_fpregset): In gdb_assert, compare
12081 actual against required size using ">=" instead of "==".
12082 (amd64_collect_fpregset): Likewise.
12083 * i386-tdep.c (i386_supply_gregset): Likewise.
12084 (i386_collect_gregset): Likewise.
12085 (i386_supply_fpregset): Likewise.
12086 (i386_collect_fpregset): Likewise.
12087 * mips-linux-tdep.c (mips_supply_gregset_wrapper): Likewise.
12088 (mips_fill_gregset_wrapper): Likewise.
12089 (mips_supply_fpregset_wrapper): Likewise.
12090 (mips_fill_fpregset_wrapper): Likewise.
12091 (mips64_supply_gregset_wrapper): Likewise.
12092 (mips64_fill_gregset_wrapper): Likewise.
12093 (mips64_supply_fpregset_wrapper): Likewise.
12094 (mips64_fill_fpregset_wrapper): Likewise.
12095 * mn10300-linux-tdep.c (am33_supply_gregset_method): Likewise.
12096 (am33_supply_fpregset_method): Likewise.
12097 (am33_collect_gregset_method): Likewise.
12098 (am33_collect_fpregset_method): Likewise.
12099
12100 2015-02-04 Doug Evans <dje@google.com>
12101 Pedro Alves <palves@redhat.com>
12102 Eli Zaretskii <eliz@gnu.org>
12103
12104 PR tui/17810
12105 * tui/tui-command.c (tui_refresh_cmd_win): New function.
12106 * tui/tui-command.c (tui_refresh_cmd_win): Declare.
12107 * tui/tui-file.c: #include tui/tui-command.h.
12108 (tui_file_fputs): Refresh command window if stream is not gdb_stdout.
12109 (tui_file_flush): Refresh command window if stream is gdb_stdout.
12110 * tui/tui-io.c (tui_puts): Remove calls to wrefresh, fflush.
12111
12112 2015-02-04 Pedro Alves <palves@redhat.com>
12113
12114 Fix build breakage.
12115 * event-loop.c (gdb_do_one_event): Add default switch case.
12116
12117 2015-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
12118
12119 Filter out inferior gcc option -fpreprocessed.
12120 * compile/compile.c (filter_args): New function.
12121 (get_args): Use it.
12122
12123 2015-02-03 Pedro Alves <palves@redhat.com>
12124
12125 * event-loop.c: Don't declare nor define a queue type for
12126 gdb_event_p.
12127 (event_queue): Delete.
12128 (create_event, create_file_event, gdb_event_xfree)
12129 (initialize_event_loop, process_event): Delete.
12130 (gdb_do_one_event): Return as soon as one event is handled.
12131 (handle_file_event): Change prototype. Used the passed in
12132 file_handler pointer and ready_mask instead of looping over all
12133 file handlers.
12134 (gdb_wait_for_event): Update the poll/select timeouts before
12135 blocking. Run event handlers directly instead of queueing events.
12136 Return as soon as one event is handled.
12137 (struct async_event_handler_data): Delete.
12138 (invoke_async_event_handler): Delete.
12139 (check_async_event_handlers): Change return type to int. Run
12140 event handlers directly instead of queueing events. Return as
12141 soon as one event is handled.
12142 (handle_timer_event): Delete.
12143 (update_wait_timeout): New function, factored out from
12144 poll_timers.
12145 (poll_timers): Reimplement.
12146 * event-loop.h (initialize_event_loop): Delete declaration.
12147 * top.c (gdb_init): Don't call initialize_event_loop.
12148
12149 2015-02-03 Pedro Alves <palves@redhat.com>
12150
12151 * event-loop.c (clear_async_event_handler): New function.
12152 * event-loop.h (clear_async_event_handler): New declaration.
12153 * record-btrace.c (record_btrace_async): New function.
12154 (init_record_btrace_ops): Install record_btrace_async.
12155 * record-full.c (record_full_async): New function.
12156 (record_full_resume): Don't mark the async event source here.
12157 (init_record_full_ops): Install record_full_async.
12158 (record_full_core_resume): Don't mark the async event source here.
12159 (init_record_full_core_ops): Install record_full_async.
12160 * remote.c (remote_async): Mark and clear the async stop reply
12161 queue event-loop token as appropriate.
12162
12163 2015-02-03 Pedro Alves <palves@redhat.com>
12164
12165 * linux-nat.c (linux_child_follow_fork, linux_nat_wait_1): Use
12166 target_is_async_p instead of target_can_async.
12167 (linux_nat_wait): Use target_is_async_p instead of
12168 target_can_async. Don't enable async here.
12169 * remote.c (interrupt_query, remote_wait, putpkt_binary): Use
12170 target_is_async_p instead of target_can_async.
12171
12172 2015-02-02 Simon Marchi <simon.marchi@ericsson.com>
12173
12174 * varobj.h (lang_varobj_ops): Mention which return values need
12175 to be freed.
12176
12177 2015-02-02 Joel Brobecker <brobecker@adacore.com>
12178
12179 * dwarf2loc.c (dwarf2_evaluate_property): Add i18n marker.
12180
12181 2015-02-02 Joel Brobecker <brobecker@adacore.com>
12182
12183 PR gdb/17856:
12184 * ada-lang.c (ada_lookup_symbol_list_worker): Do not re-cache
12185 results found in the cache.
12186
12187 2015-02-02 Joel Brobecker <brobecker@adacore.com>
12188
12189 PR gdb/17854:
12190 * ada-lang.c (ada_get_symbol_cache): Set pspace_data->sym_cache
12191 when allocating a new one.
12192
12193 2015-02-01 Tom Tromey <tom@tromey.com>
12194
12195 * MAINTAINERS: Remove myself.
12196
12197 2015-01-31 Doug Evans <xdje42@gmail.com>
12198
12199 * dwarf2read.c (process_structure_scope): Update setting of
12200 TYPE_VPTR_BASETYPE, TYPE_VPTR_FIELDNO.
12201 * gdbtypes.c (internal_type_vptr_fieldno): New function.
12202 (set_type_vptr_fieldno): New function.
12203 (internal_type_vptr_basetype): New function.
12204 (set_type_vptr_basetype): New function.
12205 (get_vptr_fieldno): Update setting of TYPE_VPTR_FIELDNO,
12206 TYPE_VPTR_BASETYPE.
12207 (allocate_cplus_struct_type): Initialize vptr_fieldno.
12208 (recursive_dump_type): Printing of vptr_fieldno, vptr_basetype ...
12209 (print_cplus_stuff): ... moved here.
12210 (copy_type_recursive): Don't copy TYPE_VPTR_BASETYPE.
12211 * gdbtypes.h (struct main_type): Members vptr_fieldno, vptr_basetype
12212 moved to ...
12213 (struct cplus_struct_type): ... here. All uses updated.
12214 (TYPE_VPTR_FIELDNO, TYPE_VPTR_BASETYPE): Rewrite.
12215 (internal_type_vptr_fieldno, set_type_vptr_fieldno): Declare.
12216 (internal_type_vptr_basetype, set_type_vptr_basetype): Declare.
12217 * stabsread.c (read_tilde_fields): Update setting of
12218 TYPE_VPTR_FIELDNO, TYPE_VPTR_BASETYPE.
12219
12220 2015-01-31 Doug Evans <xdje42@gmail.com>
12221
12222 * cp-valprint.c (cp_find_class_member): Rename parameter domain_p
12223 to self_p.
12224 (cp_print_class_member): Rename local domain to self_type.
12225 * dwarf2read.c (quirk_gcc_member_function_pointer): Rename local
12226 domain_type to self_type.
12227 (set_die_type) <need_gnat_info>: Handle
12228 TYPE_CODE_METHODPTR, TYPE_CODE_MEMBERPTR, TYPE_CODE_METHOD.
12229 * gdb-gdb.py (StructMainTypePrettyPrinter): Handle
12230 TYPE_SPECIFIC_SELF_TYPE.
12231 * gdbtypes.c (internal_type_self_type): New function.
12232 (set_type_self_type): New function.
12233 (smash_to_memberptr_type): Rename parameter domain to self_type.
12234 Update setting of TYPE_SELF_TYPE.
12235 (smash_to_methodptr_type): Update setting of TYPE_SELF_TYPE.
12236 (smash_to_method_type): Rename parameter domain to self_type.
12237 Update setting of TYPE_SELF_TYPE.
12238 (check_stub_method): Call smash_to_method_type.
12239 (recursive_dump_type): Handle TYPE_SPECIFIC_SELF_TYPE.
12240 (copy_type_recursive): Ditto.
12241 * gdbtypes.h (enum type_specific_kind): New value
12242 TYPE_SPECIFIC_SELF_TYPE.
12243 (struct main_type) <type_specific>: New member self_type.
12244 (struct cplus_struct_type) <fn_field.type>: Update comment.
12245 (TYPE_SELF_TYPE): Rewrite.
12246 (internal_type_self_type, set_type_self_type): Declare.
12247 * gnu-v3-abi.c (gnuv3_print_method_ptr): Rename local domain to
12248 self_type.
12249 (gnuv3_method_ptr_to_value): Rename local domain_type to self_type.
12250 * m2-typeprint.c (m2_range): Replace TYPE_SELF_TYPE with
12251 TYPE_TARGET_TYPE.
12252 * stabsread.c (read_member_functions): Mark methods with
12253 TYPE_CODE_METHOD, not TYPE_CODE_FUNC. Update setting of
12254 TYPE_SELF_TYPE.
12255
12256 2015-01-31 Doug Evans <xdje42@gmail.com>
12257
12258 * gdbtypes.h (TYPE_SELF_TYPE): Renamed from TYPE_DOMAIN_TYPE.
12259 All uses updated.
12260
12261 2015-01-31 Doug Evans <xdje42@gmail.com>
12262
12263 * gnu-v3-abi.c (gnuv3_dynamic_class): Assert only passed structs
12264 or unions. Return zero if union.
12265 (gnuv3_get_vtable): Call check_typedef. Assert only passed structs.
12266 (gnuv3_rtti_type): Pass already-check_typedef'd value to
12267 gnuv3_get_vtable.
12268 (compute_vtable_size): Assert only passed structs.
12269 (gnuv3_print_vtable): Don't call gnuv3_get_vtable for non-structs.
12270
12271 2015-01-31 Doug Evans <xdje42@gmail.com>
12272
12273 * gdbtypes.c (copy_type_recursive): Handle all TYPE_SPECIFIC_FIELD
12274 kinds.
12275
12276 2015-01-31 Gary Benson <gbenson@redhat.com>
12277 Doug Evans <dje@google.com>
12278
12279 PR cli/9007
12280 PR cli/11920
12281 PR cli/15548
12282 * cli/cli-cmds.c (complete_command): Notify user if max-completions
12283 reached.
12284 * common/common-exceptions.h (enum errors)
12285 <MAX_COMPLETIONS_REACHED_ERROR>: New value.
12286 * completer.h (get_max_completions_reached_message): New declaration.
12287 (max_completions): Likewise.
12288 (completion_tracker_t): New typedef.
12289 (new_completion_tracker): New declaration.
12290 (make_cleanup_free_completion_tracker): Likewise.
12291 (maybe_add_completion_enum): New enum.
12292 (maybe_add_completion): New declaration.
12293 (throw_max_completions_reached_error): Likewise.
12294 * completer.c (max_completions): New global variable.
12295 (new_completion_tracker): New function.
12296 (free_completion_tracker): Likewise.
12297 (make_cleanup_free_completion_tracker): Likewise.
12298 (maybe_add_completions): Likewise.
12299 (throw_max_completions_reached_error): Likewise.
12300 (complete_line): Remove duplicates and limit result to max_completions
12301 entries.
12302 (get_max_completions_reached_message): New function.
12303 (gdb_display_match_list): Handle max_completions.
12304 (_initialize_completer): New declaration and function.
12305 * symtab.c: Include completer.h.
12306 (completion_tracker): New static variable.
12307 (completion_list_add_name): Call maybe_add_completion.
12308 (default_make_symbol_completion_list_break_on_1): Renamed from
12309 default_make_symbol_completion_list_break_on. Maintain
12310 completion_tracker across calls to completion_list_add_name.
12311 (default_make_symbol_completion_list_break_on): New function.
12312 * top.c (init_main): Set rl_completion_display_matches_hook.
12313 * tui/tui-io.c: Include completer.h.
12314 (tui_old_rl_display_matches_hook): New static global.
12315 (tui_rl_display_match_list): Notify user if max-completions reached.
12316 (tui_setup_io): Save/restore rl_completion_display_matches_hook.
12317 * NEWS (New Options): Mention set/show max-completions.
12318
12319 2015-01-31 Gary Benson <gbenson@redhat.com>
12320
12321 * symtab.c (struct add_name_data) <code>: New field.
12322 Updated comments.
12323 (add_symtab_completions): New function.
12324 (symtab_expansion_callback): Likewise.
12325 (default_make_symbol_completion_list_break_on): Set datum.code.
12326 Move minimal symbol scan before calling expand_symtabs_matching.
12327 Scan known primary symtabs for externs and statics before calling
12328 expand_symtabs_matching. Pass symtab_expansion_callback as
12329 expansion_notify argument to expand_symtabs_matching. Do not scan
12330 primary symtabs for externs and statics after calling
12331 expand_symtabs_matching.
12332
12333 2015-01-31 Gary Benson <gbenson@redhat.com>
12334
12335 * symfile.h (expand_symtabs_exp_notify_ftype): New typedef.
12336 (struct quick_symbol_functions) <expand_symtabs_matching>:
12337 New argument expansion_notify. All uses updated.
12338 (expand_symtabs_matching): New argument expansion_notify.
12339 All uses updated.
12340 * symfile-debug.c (debug_qf_expand_symtabs_matching):
12341 Also print expansion notify.
12342 * symtab.c (expand_symtabs_matching_via_partial): Call
12343 expansion_notify whenever a partial symbol table is expanded.
12344 * dwarf2read.c (dw2_expand_symtabs_matching): Call
12345 expansion_notify whenever a symbol table is instantiated.
12346
12347 2015-01-31 Doug Evans <xdje42@gmail.com>
12348
12349 * cli-out.c: #include completer.h, readline/readline.h.
12350 (cli_mld_crlf, cli_mld_putch, cli_mld_puts): New functions.
12351 (cli_mld_flush, cld_mld_erase_entire_line): Ditto.
12352 (cli_mld_beep, cli_mld_read_key, cli_display_match_list): Ditto.
12353 * cli-out.h (cli_display_match_list): Declare.
12354 * completer.c (MB_INVALIDCH, MB_NULLWCH): New macros.
12355 (ELLIPSIS_LEN): Ditto.
12356 (gdb_get_y_or_n, gdb_display_match_list_pager): New functions.
12357 (gdb_path_isdir, gdb_printable_part, gdb_fnwidth): Ditto.
12358 (gdb_fnprint, gdb_print_filename): Ditto.
12359 (gdb_complete_get_screenwidth, gdb_display_match_list_1): Ditto.
12360 (gdb_display_match_list): Ditto.
12361 * completer.h (mld_crlf_ftype, mld_putch_ftype): New typedefs.
12362 (mld_puts_ftype, mld_flush_ftype, mld_erase_entire_line_ftype): Ditto.
12363 (mld_beep_ftype, mld_read_key_ftype): Ditto.
12364 (match_list_displayer): New struct.
12365 (gdb_display_match_list): Declare.
12366 * top.c (init_main): Set rl_completion_display_matches_hook.
12367 * tui/tui-io.c: #include completer.h.
12368 (printable_part, PUTX, print_filename, get_y_or_n): Delete.
12369 (tui_mld_crlf, tui_mld_putch, tui_mld_puts): New functions.
12370 (tui_mld_flush, tui_mld_erase_entire_line, tui_mld_beep): Ditto.
12371 (tui_mld_getc, tui_mld_read_key): Ditto.
12372 (tui_rl_display_match_list): Rewrite.
12373 (tui_handle_resize_during_io): New arg for_completion. All callers
12374 updated.
12375
12376 2015-01-31 Doug Evans <xdje42@gmail.com>
12377
12378 Add symbol lookup cache.
12379 * NEWS: Document new options and commands.
12380 * symtab.c (symbol_cache_key): New static global.
12381 (DEFAULT_SYMBOL_CACHE_SIZE, MAX_SYMBOL_CACHE_SIZE): New macros.
12382 (SYMBOL_LOOKUP_FAILED): New macro.
12383 (symbol_cache_slot_state): New enum.
12384 (block_symbol_cache): New struct.
12385 (symbol_cache): New struct.
12386 (new_symbol_cache_size, symbol_cache_size): New static globals.
12387 (hash_symbol_entry, eq_symbol_entry): New functions.
12388 (symbol_cache_byte_size, resize_symbol_cache): New functions.
12389 (make_symbol_cache, free_symbol_cache): New functions.
12390 (get_symbol_cache, symbol_cache_cleanup): New function.
12391 (set_symbol_cache_size, set_symbol_cache_size_handler): New functions.
12392 (symbol_cache_lookup, symbol_cache_clear_slot): New function.
12393 (symbol_cache_mark_found, symbol_cache_mark_not_found): New functions.
12394 (symbol_cache_flush, symbol_cache_dump): New functions.
12395 (maintenance_print_symbol_cache): New function.
12396 (maintenance_flush_symbol_cache): New function.
12397 (symbol_cache_stats): New function.
12398 (maintenance_print_symbol_cache_statistics): New function.
12399 (symtab_new_objfile_observer): New function.
12400 (symtab_free_objfile_observer): New function.
12401 (lookup_static_symbol, lookup_global_symbol): Use symbol cache.
12402 (_initialize_symtab): Init symbol_cache_key. New parameter
12403 maint symbol-cache-size. New maint commands print symbol-cache,
12404 print symbol-cache-statistics, flush-symbol-cache.
12405 Install new_objfile, free_objfile observers.
12406
12407 2015-01-31 Joel Brobecker <brobecker@adacore.com>
12408
12409 PR symtab/17855
12410 * symfile.c (clear_symtab_users): Move call to breakpoint_re_set
12411 to end.
12412
12413 2015-01-31 Doug Evans <xdje42@gmail.com>
12414
12415 * NEWS: Mention inlined scripts in .debug_gdb_scripts section.
12416 * auto-load.c: #include ctype.h.
12417 (struct auto_load_pspace_info): Replace member loaded_scripts with
12418 new members loaded_script_files, loaded_script_texts.
12419 (auto_load_pspace_data_cleanup): Update.
12420 (init_loaded_scripts_info): Update.
12421 (get_auto_load_pspace_data_for_loading): Update.
12422 (maybe_add_script_file): Renamed from maybe_add_script. All callers
12423 updated.
12424 (maybe_add_script_text): New function.
12425 (clear_section_scripts): Update.
12426 (source_script_file, execute_script_contents): New functions.
12427 (source_section_scripts): Add support for
12428 SECTION_SCRIPT_ID_PYTHON_TEXT, SECTION_SCRIPT_ID_GUILE_TEXT.
12429 (print_scripts): New function.
12430 (auto_load_info_scripts): Also print inlined scripts.
12431 (maybe_print_unsupported_script_warning): Renamed from
12432 unsupported_script_warning_print. All callers updated.
12433 (maybe_print_script_not_found_warning): Renamed from
12434 script_not_found_warning_print. All callers updated.
12435 * extension-priv.h (struct extension_language_script_ops): New member
12436 objfile_script_executor.
12437 * extension.c (ext_lang_objfile_script_executor): New function.
12438 * extension.h (objfile_script_executor_func): New typedef.
12439 (ext_lang_objfile_script_executor): Declare.
12440 * guile/guile-internal.h (gdbscm_execute_objfile_script): Declare.
12441 * guile/guile.c (guile_extension_script_ops): Update.
12442 * guile/scm-objfile.c (gdbscm_execute_objfile_script): New function.
12443 * python/python.c (python_extension_script_ops): Update.
12444 (gdbpy_execute_objfile_script): New function.
12445
12446 2015-01-31 Eli Zaretskii <eliz@gnu.org>
12447
12448 * tui/tui-io.c (tui_expand_tabs): New function.
12449 (tui_puts, tui_redisplay_readline): Expand TABs into the
12450 appropriate number of spaces.
12451 * tui/tui-regs.c: Include tui-io.h.
12452 (tui_register_format): Call tui_expand_tabs to expand TABs into
12453 the appropriate number of spaces.
12454 * tui/tui-io.h: Add prototype for tui_expand_tabs.
12455
12456 2015-01-30 Doug Evans <dje@google.com>
12457
12458 * NEWS: "info source" command now display producer string if present.
12459 * source.c (source_info): Print producer string if present.
12460
12461 2015-01-30 Simon Marchi <simon.marchi@ericsson.com>
12462
12463 * varobj.c (varobj_delete): Fix comment.
12464
12465 2015-01-30 Simon Marchi <simon.marchi@ericsson.com>
12466
12467 * varobj.c (create_child): Modify comment.
12468
12469 2015-01-30 Simon Marchi <simon.marchi@ericsson.com>
12470
12471 * ada-varobj.c (ada_number_of_children): Constify struct varobj *
12472 parameter.
12473 (ada_name_of_variable): Same.
12474 (ada_path_expr_of_child): Same.
12475 (ada_value_of_variable): Same.
12476 (ada_value_is_changeable_p): Same.
12477 (ada_value_has_mutated): Same.
12478 * c-varobj.c (varobj_is_anonymous_child): Same.
12479 (c_is_path_expr_parent): Same.
12480 (c_number_of_children): Same.
12481 (c_name_of_variable): Same.
12482 (c_path_expr_of_child): Same.
12483 (get_type): Same.
12484 (c_value_of_variable): Same.
12485 (cplus_number_of_children): Same.
12486 (cplus_name_of_variable): Same.
12487 (cplus_path_expr_of_child): Same.
12488 (cplus_value_of_variable): Same.
12489 * jv-varobj.c (java_number_of_children): Same.
12490 (java_name_of_variable): Same.
12491 (java_path_expr_of_child): Same.
12492 (java_value_of_variable): Same.
12493 * varobj.c (number_of_children): Same.
12494 (name_of_variable): Same.
12495 (is_root_p): Same.
12496 (varobj_ensure_python_env): Same.
12497 (varobj_get_objname): Same.
12498 (varobj_get_expression): Same.
12499 (varobj_get_display_format): Same.
12500 (varobj_get_display_hint): Same.
12501 (varobj_has_more): Same.
12502 (varobj_get_thread_id): Same.
12503 (varobj_get_frozen): Same.
12504 (dynamic_varobj_has_child_method): Same.
12505 (varobj_get_gdb_type): Same.
12506 (is_path_expr_parent): Same.
12507 (varobj_default_is_path_expr_parent): Same.
12508 (varobj_get_language): Same.
12509 (varobj_get_attributes): Same.
12510 (varobj_is_dynamic_p): Same.
12511 (varobj_get_child_range): Same.
12512 (varobj_value_has_mutated): Same.
12513 (varobj_get_value_type): Same.
12514 (number_of_children): Same.
12515 (name_of_variable): Same.
12516 (check_scope): Same.
12517 (varobj_editable_p): Same.
12518 (varobj_value_is_changeable_p): Same.
12519 (varobj_floating_p): Same.
12520 (varobj_default_value_is_changeable_p): Same.
12521
12522 2015-01-30 Simon Marchi <simon.marchi@ericsson.com>
12523
12524 * varobj.c (varobj_get_path_expr): Set var->path_expr.
12525 * c-varobj.c (c_path_expr_of_child): Set local var instead of
12526 child->path_expr.
12527 (cplus_path_expr_of_child): Same.
12528
12529 2015-01-30 Simon Marchi <simon.marchi@ericsson.com>
12530
12531 * mi-cmd-var.c (print_varobj): Free varobj_get_expression
12532 result.
12533 (mi_cmd_var_info_expression): Same.
12534 * varobj.c (varobj_get_expression): Mention in the comment that
12535 the result must by freed by the caller.
12536
12537 2015-01-30 Simon Marchi <simon.marchi@ericsson.com>
12538
12539 * mi/mi-cmd-var.c (mi_cmd_var_info_type): Free result of
12540 varobj_get_type.
12541 (varobj_update_one): Same.
12542 * varobj.c (update_type_if_necessary): Free curr_type_str and
12543 new_type_str.
12544 (varobj_get_type): Specify in comment that the result needs to be
12545 freed by the caller.
12546
12547 2015-01-29 Doug Evans <dje@google.com>
12548
12549 PR symtab/17890
12550 * dwarf2read.c (dwarf_decode_line_header): Punt if version > 4.
12551
12552 2015-01-25 Mark Wielaard <mjw@redhat.com>
12553
12554 * dwarf2read.c (checkproducer): Call producer_is_gcc.
12555 * utils.c (producer_is_gcc_ge_4): Likewise.
12556 (producer_is_gcc): New function.
12557 * utils.h (producer_is_gcc): New declaration.
12558
12559 2015-01-29 Joel Brobecker <brobecker@adacore.com>
12560
12561 * gdbtypes.h (struct dynamic_prop): New PROP_ADDR_OFFSET enum
12562 kind.
12563 * gdbtypes.c (resolve_dynamic_type_internal): Replace "addr"
12564 parameter by "addr_stack" parameter.
12565 (resolve_dynamic_range): Replace "addr" parameter by
12566 "stack_addr" parameter. Update function documentation.
12567 Update code accordingly.
12568 (resolve_dynamic_array, resolve_dynamic_union)
12569 (resolve_dynamic_struct, resolve_dynamic_type_internal): Likewise.
12570 (resolve_dynamic_type): Update code, following the changes made
12571 to resolve_dynamic_type_internal's interface.
12572 * dwarf2loc.h (struct property_addr_info): New.
12573 (dwarf2_evaluate_property): Replace "address" parameter
12574 by "addr_stack" parameter. Adjust function documentation.
12575 (struct dwarf2_offset_baton): New.
12576 (struct dwarf2_property_baton): Update documentation of
12577 field "referenced_type" to be more general. New field
12578 "offset_info" in union data field.
12579 * dwarf2loc.c (dwarf2_evaluate_property): Replace "address"
12580 parameter by "addr_stack" parameter. Adjust code accordingly.
12581 Add support for PROP_ADDR_OFFSET properties.
12582 * dwarf2read.c (attr_to_dynamic_prop): Add support for
12583 DW_AT_data_member_location attributes as well. Use case
12584 statements instead of if/else condition.
12585
12586 2015-01-29 Joel Brobecker <brobecker@adacore.com>
12587
12588 * ada-varobj.c (ada_varobj_get_array_number_of_children):
12589 Return zero if PARENT_VALUE is NULL and parent_type's
12590 range type is dynamic.
12591
12592 2015-01-29 Joel Brobecker <brobecker@adacore.com>
12593
12594 * gdbtypes.c (is_dynamic_type_internal) <TYPE_CODE_RANGE>: Return
12595 nonzero if the type's subtype is dynamic.
12596 (resolve_dynamic_range): Also resolve the range's subtype.
12597
12598 2015-01-29 Alexander Klimov <alserkli@inbox.ru> (tiny patch)
12599
12600 Pushed by Joel Brobecker <brobecker@adacore.com>.
12601 * symfile.c (unmap_overlay_command): Initialize sec to NULL.
12602
12603 2015-01-27 Doug Evans <dje@google.com>
12604
12605 * NEWS: Mention gdb.Objfile.username.
12606 * python/py-objfile.c (objfpy_get_username): New function.
12607 (objfile_getset): Add "username".
12608
12609 2015-01-24 Mark Wielaard <mjw@redhat.com>
12610
12611 * stack.c (return_command): Markup warning message with _.
12612
12613 2015-01-24 Doug Evans <xdje42@gmail.com>
12614
12615 * gdbtypes.h (TYPE_TYPE_SPECIFIC): Delete.
12616
12617 2015-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
12618
12619 Fix 100x slowdown regression on DWZ files.
12620 * dwarf2read.c (struct dwarf2_per_objfile): Add line_header_hash.
12621 (struct line_header): Add offset and offset_in_dwz.
12622 (dwarf_decode_lines): Add parameter decode_mapping to the declaration.
12623 (free_line_header_voidp): New declaration.
12624 (line_header_hash, line_header_hash_voidp, line_header_eq_voidp): New
12625 functions.
12626 (dwarf2_build_include_psymtabs): Update dwarf_decode_lines caller.
12627 (handle_DW_AT_stmt_list): Use line_header_hash.
12628 (free_line_header_voidp): New function.
12629 (dwarf_decode_line_header): Initialize offset and offset_in_dwz.
12630 (dwarf_decode_lines): New parameter decode_mapping, use it.
12631 (dwarf2_free_objfile): Free line_header_hash.
12632
12633 2015-01-23 Simon Marchi <simon.marchi@ericsson.com>
12634
12635 PR gdb/17416
12636 * valops.c (value_rtti_indirect_type): Catch exception thrown by
12637 value_ind.
12638
12639 2015-01-15 Mark Wielaard <mjw@redhat.com>
12640
12641 * dwarf2read.c (read_subroutine_type): Set TYPE_NO_RETURN from
12642 DW_AT_noreturn.
12643 * gdbtypes.h (struct func_type): Add is_noreturn field flag. Make
12644 calling_convention an 8 bit bit field.
12645 (TYPE_NO_RETURN): New macro.
12646 * infcmd.c (finish_command): Query if function does not return
12647 normally.
12648 * stack.c (return_command): Likewise.
12649
12650 2015-01-23 Pedro Alves <palves@redhat.com>
12651
12652 * linux-nat.c (linux_is_async_p): New macro.
12653 (linux_nat_is_async_p):
12654 (linux_nat_terminal_inferior): Check whether the target can async
12655 instead of whether it is already async.
12656 (linux_nat_terminal_ours): Don't check whether the target is
12657 async.
12658 (linux_async_pipe): Use linux_is_async_p.
12659
12660 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
12661
12662 * NEWS (Changes since GDB 7.9): Add 'thread apply all' option
12663 '-ascending'.
12664 * thread.c (tp_array_compar_ascending, tp_array_compar): New.
12665 (thread_apply_all_command): Parse CMD for tp_array_compar_ascending.
12666 Sort tp_array using tp_array_compar.
12667 (_initialize_thread): Extend thread_apply_all_command help.
12668
12669 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
12670
12671 * corelow.c (core_open): Call also thread_command.
12672 * gdbthread.h (thread_command): New prototype moved from ...
12673 * thread.c (thread_command): ... here.
12674 (thread_command): Make it global.
12675
12676 2015-01-22 Pedro Alves <palves@redhat.com>
12677
12678 * configure.ac [*mingw32*]: Check $curses_found instead of
12679 $prefer_curses.
12680 * configure: Regenerate.
12681 * windows-termcap.c: Remove HAVE_CURSES_H, HAVE_NCURSES_H and
12682 HAVE_NCURSES_NCURSES_H checks.
12683
12684 2015-01-22 Eli Zaretskii <eliz@gnu.org>
12685
12686 * tui/tui.c (tui_enable) [__MINGW32__]: If the call to 'newterm'
12687 fails with the 1st arg NULL, try again with "unknown". Don't test
12688 the "cup" capability: it isn't supported by the Windows port of
12689 ncurses, but the Windows console driver is still capable of
12690 supporting TUI.
12691
12692 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
12693
12694 * compile/compile.c (_initialize_compile): Use -fPIE for compile_args.
12695
12696 2015-01-22 Eli Zaretskii <eliz@gnu.org>
12697
12698 * Makefile.in (HFILES_NO_SRCDIR): Remove ada-varobj.h.
12699 (ALLDEPFILES): Remove irix5-nat.c. These two are part of the
12700 reason that "make TAGS" is broken.
12701
12702 2015-01-22 Chen Gang <gang.chen.5i5j@gmail.com>
12703
12704 * hppa-tdep.c (inst_saves_gr): Fix logical working flow issues
12705 and check additional store instructions.
12706
12707 2015-01-21 Wei-cheng Wang <cole945@gmail.com>
12708
12709 * MAINTAINERS (Write After Approval): Add "Wei-cheng Wang".
12710
12711 2015-01-21 Wei-cheng Wang <cole945@gmail.com>
12712
12713 * ppc-linux-tdep.c (ppc_skip_trampoline_code,
12714 ppc_canonicalize_syscall, ppc_linux_syscall_record,
12715 ppc_linux_record_signal, ppc_init_linux_record_tdep): Add comments.
12716 * ppc64-tdep.c (ppc64_skip_trampoline_code): Likewise.
12717 * rs6000-tdep.c (rs6000_epilogue_frame_cache,
12718 rs6000_epilogue_frame_this_id, rs6000_epilogue_frame_prev_register,
12719 rs6000_epilogue_frame_sniffer, ppc_record_vsr, ppc_process_record_op4,
12720 ppc_process_record_op19, ppc_process_record_op31,
12721 ppc_process_record_op59, ppc_process_record_op60,
12722 ppc_process_record_op63): Likewise.
12723
12724 2015-01-20 Joel Brobecker <brobecker@adacore.com>
12725
12726 * nat/linux-ptrace.c (linux_ptrace_attach_fail_reason_string)
12727 (linux_ptrace_test_ret_to_nx): Use safe_strerror instead of
12728 strerror.
12729
12730 2015-01-20 Wei-cheng Wang <cole945@gmail.com>
12731
12732 * rs6000-tdep.c (ppc_process_record_op4, ppc_process_record_op19,
12733 ppc_process_record_op31, ppc_process_record_op59,
12734 ppc_process_record_op60, ppc_process_record_op63,
12735 ppc_process_record): Fix -Wformat warning.
12736 * rs6000-tdep.c (rs6000_epilogue_frame_cache, ppc_process_record_op60):
12737 Remove unused variables.
12738
12739 2015-01-20 Chen Gang <gang.chen.5i5j@gmail.com>
12740
12741 * MAINTAINERS (Write After Approval): Add "Chen Gang".
12742
12743 2015-01-19 Eli Zaretskii <eliz@gnu.org>
12744
12745 * configure.ac [*mingw32*]: Only add windows-termcap.o to
12746 CONFIG_OBS if not building with a curses library.
12747 * configure: Regenerate.
12748
12749 * windows-termcap.c: Include defs.h. Make the whole body empty if
12750 either one of HAVE_CURSES_H or HAVE_NCURSES_H or
12751 HAVE_NCURSES_NCURSES_H is defined.
12752
12753 2015-01-19 Joel Brobecker <brobecker@adacore.com>
12754
12755 * rs6000-tdep.c (rs6000_gdbarch_init): Move divide operator
12756 from end of line to start of next line.
12757
12758 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
12759
12760 * ppc-linux-tdep.c (ppc_skip_trampoline_code):
12761 Scan PLT stub backward for reverse debugging.
12762 * ppc64-tdep.c (ppc64_skip_trampoline_code): Likewise.
12763
12764 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
12765 Ulrich Weigand <uweigand@de.ibm.com>
12766
12767 * configure.tgt (powerpc*-*-linux): Add linux-record.o to
12768 gdb_target_obs.
12769 (ppc_linux_record_tdep, ppc64_linux_record_tdep): New for linux syscall
12770 record.
12771 (ppc_canonicalize_syscall, ppc_linux_syscall_record,
12772 ppc_linux_record_signal, ppc_init_linux_record_tdep): New functions.
12773 (ppc_linux_init_abi): Set process_record, process_record_signal.
12774 * ppc-tdep.h (struct gdbarch_tdep): Add ppc_syscall_record and
12775 ppc_linux_record_tdep to gdbarch_tdep.
12776 (ppc_process_record): New declaration.
12777 * rs6000-tdep.c (ppc_record_vsr, ppc_process_record_op4,
12778 ppc_process_record_op19, ppc_process_record_op31,
12779 ppc_process_record_op59, ppc_process_record_op60,
12780 ppc_process_record_op63, ppc_process_record): New functions.
12781
12782 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
12783
12784 * rs6000-tdep.c (rs6000_in_function_epilogue_p): Rename to
12785 rs6000_in_function_epilogue_frame_p and add an argument
12786 for frame_info.
12787 (rs6000_epilogue_frame_cache, rs6000_epilogue_frame_this_id,
12788 rs6000_epilogue_frame_prev_register, rs6000_epilogue_frame_sniffer):
12789 New functions.
12790 (rs6000_epilogue_frame_unwind): New.
12791 (rs6000_gdbarch_init): Append epilogue unwinder.
12792
12793 2015-01-16 Sergio Durigan Junior <sergiodj@redhat.com>
12794
12795 * nat/linux-personality.c: Replace "#ifndef
12796 HAVE_DECL_ADDR_NO_RANDOMIZE" by "#if
12797 !HAVE_DECL_ADDR_NO_RANDOMIZE", fixing a regression in RHEL-5
12798 systems.
12799
12800 2015-01-16 Eli Zaretskii <eliz@gnu.org>
12801
12802 * tui/tui-win.c (tui_rehighlight_all, tui_set_var_cmd): New
12803 functions.
12804 (_initialize_tui_win) <border-kind, border-mode>:
12805 <active-border-mode>: Use tui_set_var_cmd as the "set" function.
12806 (tui_set_tab_width_command): Fix the commentary.
12807
12808 * tui/tui-win.h: Add prototype for tui_rehighlight_all.
12809
12810 * tui/tui-win.c (tui_scroll_left_command, tui_scroll_right_command):
12811 Doc fix.
12812 (tui_set_tab_width_command): Delete and recreate the source and
12813 the disassembly windows, to show the effect of the changed tab
12814 size immediately.
12815
12816 * tui/tui-data.h (LINE_PREFIX): Make shorter
12817 (MAX_PID_WIDTH): Enlarge from 14 to 19, to leave enough space for
12818 "Thread NNNNN.XXXX" thread ID notation on Windows.
12819
12820 2015-01-16 Jan Kratochvil <jan.kratochvil@redhat.com>
12821
12822 Fix gcc-5 compilation.
12823 * hppa-tdep.c (inst_saves_gr): Fix parentheses typo.
12824
12825 2015-01-15 Sergio Durigan Junior <sergiodj@redhat.com>
12826
12827 * Makefile.in (HFILES_NO_SRCDIR): Add nat/linux-personality.h.
12828 (linux-personality.o): New rule.
12829 * common/common-defs.h: Include <stdint.h>.
12830 * config/aarch64/linux.mh (NATDEPFILES): Include
12831 linux-personality.o.
12832 * config/alpha/alpha-linux.mh (NATDEPFILES): Likewise.
12833 * config/arm/linux.mh (NATDEPFILES): Likewise.
12834 * config/i386/linux64.mh (NATDEPFILES): Likewise.
12835 * config/i386/linux.mh (NATDEPFILES): Likewise.
12836 * config/ia64/linux.mh (NATDEPFILES): Likewise.
12837 * config/m32r/linux.mh (NATDEPFILES): Likewise.
12838 * config/m68k/linux.mh (NATDEPFILES): Likewise.
12839 * config/mips/linux.mh (NATDEPFILES): Likewise.
12840 * config/pa/linux.mh (NATDEPFILES): Likewise.
12841 * config/powerpc/linux.mh (NATDEPFILES): Likewise.
12842 * config/powerpc/ppc64-linux.mh (NATDEPFILES): Likewise.
12843 * config/powerpc/spu-linux.mh (NATDEPFILES): Likewise.
12844 * config/s390/linux.mh (NATDEPFILES): Likewise.
12845 * config/sparc/linux64.mh (NATDEPFILES): Likewise.
12846 * config/sparc/linux.mh (NATDEPFILES): Likewise.
12847 * config/tilegx/linux.mh (NATDEPFILES): Likewise.
12848 * config/xtensa/linux.mh (NATDEPFILES): Likewise.
12849 * defs.h: Remove #include <stdint.h> (moved to
12850 common/common-defs.h).
12851 * linux-nat.c: Include nat/linux-personality.h. Remove #include
12852 <sys/personality.h>; do not define ADDR_NO_RANDOMIZE (moved to
12853 nat/linux-personality.c).
12854 (linux_nat_create_inferior): Remove code to disable address space
12855 randomization (moved to nat/linux-personality.c). Create cleanup
12856 to disable address space randomization.
12857 * nat/linux-personality.c: New file.
12858 * nat/linux-personality.h: Likewise.
12859
12860 2015-01-15 Sergio Durigan Junior <sergiodj@redhat.com>
12861
12862 * Makefile.in (ALLDEPFILES): Including common/mingw-strerror.c and
12863 common/posix-strerror.c.
12864 (posix-strerror.o): New rule.
12865 (mingw-strerror.o): Likewise.
12866 * common/common-utils.h (safe_strerror): Move prototype to here,
12867 from utils.h.
12868 * common/common.host: New file.
12869 * common/mingw-strerror.c: Likewise.
12870 * common/posix-strerror.c: Likewise.
12871 * configure: Regenerated.
12872 * configure.ac: Source common/common.host. Add variable
12873 common_host_obs to gdb_host_obs.
12874 * contrib/ari/gdb_ari.sh: Mention gdb/common/mingw-strerror.c and
12875 gdb/common/posix-strerror.c when warning about the use of
12876 strerror.
12877 * mingw-hdep.c (safe_strerror): Remove definition; move it to
12878 common/mingw-strerror.c.
12879 * posix-hdep.c (safe_strerror): Remove definition; move it to
12880 common/posix-hdep.c.
12881 * utils.h (safe_strerror): Remove prototype; move to
12882 common/common-utils.h.
12883
12884 2015-01-15 Joel Brobecker <brobecker@adacore.com>
12885
12886 GDB 7.8.2 released.
12887
12888 2015-01-15 Joel Brobecker <brobecker@adacore.com>
12889
12890 * ada-lang.c (ada_array_bound_from_type): Ignore array's parallel
12891 ___XA type if the array has already been fixed.
12892
12893 2015-01-14 Yao Qi <yao@codesourcery.com>
12894
12895 * Makefile.in (ppc-linux.o): New rule.
12896 * config/powerpc/ppc64-linux.mh (NATDEPFILES): Add ppc-linux.o.
12897 * configure.ac: AC_CHECK_FUNCS(getauxval).
12898 * config.in: Re-generated.
12899 * configure: Re-generated.
12900 * nat/ppc-linux.h [__powerpc64__] (ppc64_64bit_inferior_p):
12901 Declare.
12902 * nat/ppc-linux.c: New file.
12903 * ppc-linux-nat.c (ppc_linux_target_wordsize) [__powerpc64__]:
12904 Call ppc64_64bit_inferior_p.
12905
12906 2015-01-14 Yao Qi <yao@codesourcery.com>
12907
12908 * ppc-linux-nat.c (PT_ORIG_R3, PT_TRAP): Move to
12909 nat/ppc-linux.h.
12910 (PPC_FEATURE_CELL, PPC_FEATURE_BOOKE): Likewise.
12911 (PPC_FEATURE_HAS_DFP): Likewise.
12912 (PTRACE_GETVRREGS, PTRACE_SETVRREGS): Likewise.
12913 (PTRACE_GETVSXREGS, PTRACE_SETVSXREGS): Likewise.
12914 (PTRACE_GETEVRREGS, PTRACE_SETEVRREGS): Likewise.
12915 Include "nat/ppc-linux.h".
12916 * nat/ppc-linux.h: New file.
12917 * Makefile.in (HFILES_NO_SRCDIR): Add nat/ppc-linux.h.
12918
12919 2015-01-14 Pedro Alves <palves@redhat.com>
12920
12921 PR gdb/17525
12922 * breakpoint.c: Include "interps.h".
12923 (bpstat_do_actions_1): Also check whether the interpreter is
12924 async.
12925
12926 2015-01-14 Pedro Alves <palves@redhat.com>
12927
12928 PR cli/17828
12929 * infrun.c (reinstall_readline_callback_handler_cleanup): Don't
12930 reinstall if the interpreter is sync.
12931
12932 2015-01-13 Doug Evans <dje@google.com>
12933
12934 * objfiles.c (objfile_filename): New function.
12935 * objfiles.h (objfile_filename): Declare it.
12936 (objfile_name): Add function comment.
12937 * python/py-objfile.c (objfpy_lookup_objfile_by_name): Try both the
12938 bfd file name (which may be realpath'd), and the original name.
12939
12940 2015-01-13 Joel Brobecker <brobecker@adacore.com>
12941
12942 * NEWS: Create a new section for the next release branch.
12943 Rename the section of the current branch, now that it has
12944 been cut.
12945
12946 2015-01-13 Joel Brobecker <brobecker@adacore.com>
12947
12948 GDB 7.9 branch created (92fc2e6978d9a7c8324c7e851dbee59e22ec7a37):
12949 * version.in: Bump version to 7.9.50.DATE-cvs.
12950
12951 2015-01-13 Joel Brobecker <brobecker@adacore.com>
12952
12953 * nat/linux-procfs.c (linux_proc_attach_tgid_threads):
12954 Remove trailing new-line in argument of call to warning.
12955
12956 2015-01-13 Joel Brobecker <brobecker@adacore.com>
12957
12958 * linux-nat.c (attach_proc_task_lwp_callback): Remove trailing
12959 new-line in argument of call to "warning".
12960
12961 2015-01-13 Joel Brobecker <brobecker@adacore.com>
12962
12963 * ada-lang.c (ada_lookup_symbol_nonlocal): If name not found
12964 in static block, then try searching for primitive types.
12965
12966 2015-01-12 Patrick Palka <patrick@parcs.ath.cx>
12967
12968 * top.h (gdb_add_history): Declare.
12969 * top.c (command_count): New variable.
12970 (gdb_add_history): New function.
12971 (gdb_safe_append_history): New static function.
12972 (quit_force): Call it.
12973 (command_line_input): Use gdb_add_history instead of
12974 add_history.
12975 * event-top.c (command_line_handler): Likewise.
12976
12977 2015-01-12 James Clarke <jrtc27@jrtc27.com> (tiny patch)
12978
12979 PR gdb/17046
12980 * darwin-nat.c: Replace <machine/setjmp.h> #include by
12981 <setjmp.h> #include.
12982
12983 2015-01-11 Doug Evans <xdje42@gmail.com>
12984
12985 * dwarf2read.c (compute_delayed_physnames): Use TYPE_FN_FIELD_PHYSNAME.
12986
12987 2015-01-11 Doug Evans <xdje42@gmail.com>
12988
12989 PR gdb/15830
12990 * NEWS: The "maint demangle" command is renamed as "demangle".
12991 * demangle.c: #include cli/cli-utils.h, language.h.
12992 (demangle_command): New function.
12993 (_initialize_demangle): Add new command "demangle".
12994 * maint.c (maintenance_demangle): Stub out.
12995 (_initialize_maint_cmds): Update help text for "maint demangle",
12996 and mark as deprecated.
12997
12998 2015-01-11 Mark Kettenis <kettenis@gnu.org>
12999
13000 * inf-ptrace.c (inf_ptrace_follow_fork): Adjust now that
13001 inferior_thread is a function.
13002
13003 2015-01-09 Patrick Palka <patrick@parcs.ath.cx>
13004
13005 * Makefile.in (.y.c): Don't munge yacc's #line
13006 directives.
13007
13008 2015-01-09 Patrick Palka <patrick@parcs.ath.cx>
13009
13010 * utils.c (defaulted_query): Rewrite to use gdb_readline_wrapper
13011 to prompt for input.
13012 * tui/tui-hooks.c (tui_query_hook): Remove.
13013 (tui_install_hooks): Don't set deprecated_query_hook.
13014 * tui/tui-io.c (tui_redisplay_readline): Fix off-by-one error in
13015 height calculation. Always update the command window's cur_line.
13016
13017 2015-01-09 Pedro Alves <palves@redhat.com>
13018
13019 * breakpoint.c (hardware_breakpoint_inserted_here_p): New
13020 function.
13021 * breakpoint.h (hardware_breakpoint_inserted_here_p): New
13022 declaration.
13023 * linux-nat.c (linux_nat_status_is_event): Move higher up in file.
13024 (linux_resume_one_lwp): Store the thread's PC. Adjust to clear
13025 stop_reason.
13026 (check_stopped_by_watchpoint): New function.
13027 (save_sigtrap): Reimplement.
13028 (linux_nat_stopped_by_watchpoint): Adjust.
13029 (linux_nat_lp_status_is_event): Delete.
13030 (stop_wait_callback): Only call save_sigtrap after storing the
13031 pending status.
13032 (status_callback): If the thread had been stopped for a breakpoint
13033 that has since been removed, discard the event and resume the LWP.
13034 (count_events_callback, select_event_lwp_callback): Use
13035 lwp_status_pending_p instead of linux_nat_lp_status_is_event.
13036 (cancel_breakpoint): Rename to ...
13037 (check_stopped_by_breakpoint): ... this. Record whether the LWP
13038 stopped for a software breakpoint or hardware breakpoint.
13039 (select_event_lwp): Only give preference to the stepping LWP in
13040 all-stop mode. Adjust comments.
13041 (stop_and_resume_callback): Remove references to new_pending_p.
13042 (linux_nat_filter_event): Likewise. Leave exit events of the
13043 leader thread pending here. Handle signal short circuiting here.
13044 Only call save_sigtrap after storing the pending waitstatus.
13045 (linux_nat_wait_1): Remove 'retry' label. Remove references to
13046 new_pending. Don't handle leaving events the caller is not
13047 interested in pending here, nor handle signal short-circuiting
13048 here. Also give equal priority to all LWPs that have had events
13049 in non-stop mode. If reporting a software breakpoint event,
13050 unadjust the LWP's PC.
13051 * linux-nat.h (enum lwp_stop_reason): New.
13052 (struct lwp_info) <stop_pc>: New field.
13053 (struct lwp_info) <stopped_by_watchpoint>: Delete field.
13054 (struct lwp_info) <stop_reason>: New field.
13055 * x86-linux-nat.c (x86_linux_prepare_to_resume): Adjust.
13056
13057 2015-01-09 Pedro Alves <palves@redhat.com>
13058
13059 * linux-nat.c (linux_handle_extended_wait) <PTRACE_EVENT_EXEC>:
13060 Set the LWP's 'resumed' flag.
13061
13062 2015-01-09 Pedro Alves <palves@redhat.com>
13063
13064 * linux-nat.c (linux_resume_one_lwp): New function.
13065 (resume_lwp): Use lwp_status_pending_p and linux_resume_one_lwp.
13066 (linux_nat_resume): Use lwp_status_pending_p and
13067 linux_resume_one_lwp.
13068 (linux_handle_syscall_trap): Use linux_resume_one_lwp.
13069 (linux_handle_extended_wait): Use linux_resume_one_lwp.
13070 (status_callback, running_callback): Use lwp_status_pending_p.
13071 (lwp_status_pending_p): New function.
13072 (stop_and_resume_callback): Use lwp_status_pending_p.
13073 (linux_nat_filter_event): Use linux_resume_one_lwp.
13074 (linux_nat_wait_1): Always use status_callback to look for an LWP
13075 with a pending status. Use linux_resume_one_lwp.
13076 (resume_stopped_resumed_lwps): Use lwp_status_pending_p and
13077 linux_resume_one_lwp.
13078
13079 2015-01-09 Pedro Alves <palves@redhat.com>
13080
13081 * breakpoint.c (bp_location_inserted_here_p): New function,
13082 factored out from ...
13083 (breakpoint_inserted_here_p): ... here. Use
13084 ALL_BP_LOCATIONS_AT_ADDR.
13085 (software_breakpoint_inserted_here_p): Use
13086 bp_location_inserted_here_p and ALL_BP_LOCATIONS_AT_ADDR.
13087
13088 2014-01-09 Pedro Alves <palves@redhat.com>
13089
13090 Skip enabling event reporting if the kernel supports
13091 PTRACE_EVENT_CLONE.
13092 * linux-thread-db.c: Include "nat/linux-ptrace.h".
13093 (thread_db_use_events): New function.
13094 (try_thread_db_load_1): Check thread_db_use_events before enabling
13095 event reporting.
13096 (update_thread_state): New function.
13097 (attach_thread): Use it. Check thread_db_use_events before
13098 enabling event reporting.
13099 (thread_db_detach): Check thread_db_use_events before disabling
13100 event reporting.
13101 (find_new_threads_callback): Check thread_db_use_events before
13102 enabling event reporting. Update the thread's state if not using
13103 libthread_db events.
13104
13105 2015-01-09 Pedro Alves <palves@redhat.com>
13106
13107 * linux-nat.c (lin_lwp_attach_lwp): Assert that the lwp id we're
13108 about to wait for is > 0.
13109 * linux-thread-db.c (find_new_threads_callback): Ignore thread if
13110 the kernel thread ID is -1.
13111
13112 2015-01-09 Pedro Alves <palves@redhat.com>
13113
13114 * linux-nat.c (attach_proc_task_lwp_callback): New function.
13115 (linux_nat_attach): Use linux_proc_attach_tgid_threads.
13116 (wait_lwp, linux_nat_filter_event): If not set yet, set the lwp's
13117 ptrace option flags.
13118 * linux-nat.h (struct lwp_info) <must_set_ptrace_flags>: New
13119 field.
13120 * nat/linux-procfs.c: Include <dirent.h>.
13121 (linux_proc_get_int): New parameter "warn". Handle it.
13122 (linux_proc_get_tgid): Adjust.
13123 (linux_proc_get_tracerpid): Rename to ...
13124 (linux_proc_get_tracerpid_nowarn): ... this.
13125 (linux_proc_pid_get_state): New function, factored out from
13126 (linux_proc_pid_has_state): ... this. Add new parameter "warn"
13127 and handle it.
13128 (linux_proc_pid_is_gone): New function.
13129 (linux_proc_pid_is_stopped): Adjust.
13130 (linux_proc_pid_is_zombie_maybe_warn)
13131 (linux_proc_pid_is_zombie_nowarn): New functions.
13132 (linux_proc_pid_is_zombie): Use
13133 linux_proc_pid_is_zombie_maybe_warn.
13134 (linux_proc_attach_tgid_threads): New function.
13135 * nat/linux-procfs.h (linux_proc_get_tgid): Update comment.
13136 (linux_proc_get_tracerpid): Rename to ...
13137 (linux_proc_get_tracerpid_nowarn): ... this, and update comment.
13138 (linux_proc_pid_is_gone): New declaration.
13139 (linux_proc_pid_is_zombie): Update comment.
13140 (linux_proc_pid_is_zombie_nowarn): New declaration.
13141 (linux_proc_attach_lwp_func): New typedef.
13142 (linux_proc_attach_tgid_threads): New declaration.
13143 * nat/linux-ptrace.c (linux_ptrace_attach_fail_reason): Adjust to
13144 use nowarn functions.
13145 (linux_ptrace_attach_fail_reason_string): Move here from
13146 gdbserver/linux-low.c and rename.
13147 (ptrace_supports_feature): If the current ptrace options are not
13148 known yet, check them now, instead of asserting.
13149 * nat/linux-ptrace.h (linux_ptrace_attach_fail_reason_string):
13150 Declare.
13151
13152 2015-01-09 Pedro Alves <palves@redhat.com>
13153
13154 * linux-thread-db.c (thread_db_find_new_threads_silently)
13155 (try_thread_db_load_1, try_thread_db_load, thread_db_load_search)
13156 (find_new_threads_once): Print debug output on gdb_stdlog.
13157
13158 2015-01-09 Chen Gang <gang.chen.5i5j@gmail.com>
13159 Pedro Alves <palves@redhat.com>
13160
13161 * compile/compile.c: Include "gdb_wait.h".
13162 (do_rmdir): Check return value, and free 'zap'.
13163
13164 2015-01-08 Pedro Alves <palves@redhat.com>
13165 Yao Qi <yao@codesourcery.com>
13166
13167 * dwarf2loc.c (indirect_pieced_value): Don't call
13168 gdb_sign_extend. Call extract_signed_integer instead.
13169 * utils.c (gdb_sign_extend): Remove.
13170 * utils.h (gdb_sign_extend): Remove declaration.
13171
13172 2015-01-07 Pierre Muller <muller@sourceware.org>
13173
13174 PR symtab/17811
13175 * stabsread.c (define_symbol): Set language for C++ special symbols.
13176
13177 2015-01-07 Patrick Palka <patrick@parcs.ath.cx>
13178
13179 * inflow.c (initial_gdb_ttystate): Tweak comment.
13180
13181 2015-01-07 Joel Brobecker <brobecker@adacore.com>
13182
13183 * inflow.c (set_initial_gdb_ttystate): Add empty line after
13184 comment documenting function.
13185
13186 2015-01-07 Patrick Palka <patrick@parcs.ath.cx>
13187
13188 * terminal.h (set_initial_gdb_ttystate): Declare.
13189 * inflow.c (initial_gdb_ttystate): New static variable.
13190 (set_initial_gdb_ttystate): New setter.
13191 (child_terminal_init_with_pgrp): Copy initial_gdb_ttystate
13192 instead of our current terminal state.
13193 * top.c (gdb_init): Call set_initial_gdb_ttystate.
13194
13195 2015-01-07 Joel Brobecker <brobecker@adacore.com>
13196
13197 * guile/scm-type.c (tyscm_array_1): Add comment.
13198 * python/py-type.c (typy_array_1): Add comment.
13199
13200 2015-01-06 Joel Brobecker <brobecker@adacore.com>
13201
13202 * guile/scm-type.c (tyscm_array_1): Do not raise out-of-range
13203 error if N2 is equal to N1 - 1.
13204
13205 2015-01-06 Joel Brobecker <brobecker@adacore.com>
13206
13207 * python/py-type.c (typy_array_1): Do not raise negative-length
13208 exception if N2 is equal to N1 - 1.
13209
13210 2015-01-03 Doug Evans <xdje42@gmail.com>
13211
13212 * c-exp.y: Whitespace cleanup.
13213 (classify_inner_name): Remove extra ;.
13214
13215 2015-01-02 Maciej W. Rozycki <macro@codesourcery.com>
13216
13217 * mips-tdep.c (mips32_scan_prologue): Keep the extracted stack
13218 offset signed.
13219
13220 2015-01-02 Doug Evans <dje@google.com>
13221
13222 * dwarf2read.c (setup_type_unit_groups): Remove outdated comment.
13223
13224 2015-01-02 Doug Evans <dje@google.com>
13225
13226 * symtab.h (struct symbol): Fix typo in comment.
13227
13228 2015-01-01 Joel Brobecker <brobecker@adacore.com>
13229
13230 Update year range in copyright notice of all files.
13231
13232 2015-01-01 Joel Brobecker <brobecker@adacore.com>
13233
13234 * top.c (print_gdb_version): Update copyright year to 2015.
13235
13236 2015-01-01 Joel Brobecker <brobecker@adacore.com>
13237
13238 * config/djgpp/fnchange.lst: Add entry for gdb/ChangeLog-2014.
13239
13240 For older changes see ChangeLog-2014.
13241 \f
13242 Local Variables:
13243 mode: change-log
13244 left-margin: 8
13245 fill-column: 74
13246 version-control: never
13247 coding: utf-8
13248 End:
This page took 0.430618 seconds and 4 git commands to generate.