Fix bug in arm_push_dummy_call by -fsanitize=address
[deliverable/binutils-gdb.git] / gdb / ChangeLog
1 2015-11-16 Yao Qi <yao.qi@linaro.org>
2
3 * arm-tdep.c (arm_push_dummy_call): New array buf. Store regval
4 to buf. Pass buf instead of val to push_stack_item.
5
6 2015-11-13 Yao Qi <yao.qi@linaro.org>
7
8 PR tdep/19051
9 * arm-tdep.c (arm_type_align): Return the right alignment
10 value for vector.
11 (arm_vfp_cprc_sub_candidate): Return true for 64-bit and
12 128-bit vector types.
13 (arm_return_in_memory): Handel vector type.
14
15 2015-11-13 Yao Qi <yao.qi@linaro.org>
16
17 * arm-tdep.c (arm_return_in_memory): Rewrite it.
18 (arm_return_value): Call arm_return_in_memory for
19 TYPE_CODE_COMPLEX.
20
21 2015-11-12 Yao Qi <yao.qi@linaro.org>
22
23 * arm-tdep.c (push_stack_item): Change contents type to
24 const gdb_byte *.
25
26 2015-11-11 Simon Marchi <simon.marchi@ericsson.com>
27
28 * inf-ptrace.c (inf_ptrace_fetch_register): Change long int *
29 cast to PTRACE_TYPE_RET *.
30 (inf_ptrace_store_register): Likewise.
31
32 2015-11-11 Andrew Burgess <andrew.burgess@embecosm.com>
33
34 * avr-tdep.c (_initialize_avr_tdep): Switch to 'add_info' for creating
35 info sub-commands.
36 * gnu-nat.c (add_task_commands): Likewise.
37 * macrocmd.c (_initialize_macrocmd): Likewise.
38
39 2015-11-11 Andrew Burgess <andrew.burgess@embecosm.com>
40
41 * cli/cli-decode.c (add_info): Switch to class_info.
42
43 2015-11-09 Joel Brobecker <brobecker@adacore.com>
44
45 * ada-lang.c (ada_is_wrapper_field): Add special handling
46 for fields called "RETVAL".
47
48 2015-11-09 Yao Qi <yao.qi@linaro.org>
49
50 * arm-tdep.c (arm_exidx_new_objfile): Use
51 ELF_STRING_ARM_unwind.
52
53 2015-11-09 Yao Qi <yao.qi@linaro.org>
54
55 * infrun.c (displaced_step_in_progress_thread): New function.
56 (handle_inferior_event_1): Call it.
57
58 2015-11-05 Yao Qi <yao.qi@linaro.org>
59
60 * aarch64-tdep.c (aarch64_displaced_step_copy_insn): Call
61 aarch64_decode_insn and decode instruction by aarch64_inst.
62
63 2015-11-05 Yao Qi <yao.qi@linaro.org>
64
65 * aarch64-tdep.c (extract_signed_bitfield): Remove.
66 (decode_masked_match): Remove.
67 (aarch64_decode_add_sub_imm): Remove.
68 (aarch64_decode_br): Remove.
69 (aarch64_decode_eret): Remove.
70 (aarch64_decode_movz): Remove.
71 (aarch64_decode_orr_shifted_register_x): Remove.
72 (aarch64_decode_ret): Remove.
73 (aarch64_decode_stp_offset): Remove.
74 (aarch64_decode_stur): Remove.
75 (aarch64_analyze_prologue): Call aarch64_decode_insn
76 and use aarch64_inst to decode instructions.
77
78 2015-11-05 Yao Qi <yao.qi@linaro.org>
79
80 * aarch64-tdep.c (aarch64_decode_stp_offset): New argument
81 wback.
82 (aarch64_decode_stp_offset_wb): Removed.
83 (aarch64_analyze_prologue): Don't use
84 aarch64_decode_stp_offset_wb.
85
86 2015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
87
88 PR/18376
89 * gdb/s390-linux-tdep.c (s390_is_partial_instruction): New function.
90 (s390_software_single_step): New function.
91 (s390_displaced_step_hw_singlestep): New function.
92 (s390_gdbarch_init): Fill gdbarch slots with the above.
93
94 2015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
95
96 PR/18376
97 * gdb/configure.tgt: Add linux-record.o to s390*-linux.
98 * gdb/s390-linux-tdep.c: #include "linux-record.h", "record-full.h"
99 (s390_linux_record_tdep): New static global variable.
100 (s390x_linux_record_tdep): New static global variable.
101 (s390_all_but_pc_registers_record): New function.
102 (s390_canonicalize_syscall): New function.
103 (s390_linux_syscall_record): New function.
104 (s390_linux_record_signal): New function.
105 (s390_record_calc_disp_common): New function.
106 (s390_record_calc_disp): New function.
107 (s390_record_calc_disp_vsce): New function.
108 (s390_record_calc_rl): New function.
109 (s390_record_gpr_g): New function.
110 (s390_record_gpr_h): New function.
111 (s390_record_vr): New function.
112 (s390_process_record): New function.
113 (s390_init_linux_record_tdep): New function.
114 (s390_gdbarch_init): Fill record function slots.
115
116 2015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
117
118 * record-full.c (record_full_exec_insn): Use xmalloc for temporary
119 memory storage.
120
121 2015-11-04 Markus Metzger <markus.t.metzger@intel.com>
122
123 * record.c (get_insn_history_modifiers): Set DISASSEMBLY_SOURCE
124 instead of DISASSEMBLY_SOURCE_DEPRECATED. Also accept /s.
125 (_initialize_record): Document the /s modifier.
126 * NEWS: Announce record instruction-history's new /s modifier.
127
128 2015-11-04 Markus Metzger <markus.t.metzger@intel.com>
129
130 * record-btrace.c (struct btrace_line_range): New.
131 (btrace_mk_line_range, btrace_line_range_add)
132 (btrace_line_range_is_empty, btrace_line_range_contains_range)
133 (btrace_find_line_range, btrace_print_lines): New.
134 (btrace_insn_history): Add source interleaving algorithm.
135
136 2015-11-04 Markus Metzger <markus.t.metzger@intel.com>
137
138 * disasm.h (DISASSEMBLY_SPECULATION): New.
139 (struct disasm_insn): New.
140 (gdb_pretty_print_insn): New.
141 * disasm.c (gdb_pretty_print_insn): Replace parameter PC with INSN.
142 Update users. Print instruction number and indicate speculative
143 execution, if requested.
144
145 2015-11-04 Markus Metzger <markus.t.metzger@intel.com>
146
147 * disasm.c (dump_insns): Split into this and ...
148 (gdb_pretty_print_insn): ... this.
149
150 2015-11-03 Simon Marchi <simon.marchi@polymtl.ca>
151
152 * xtensa-linux-nat.c (supply_gregset_reg): Make static.
153 (xtensa_linux_fetch_inferior_registers): Likewise.
154 (xtensa_linux_store_inferior_registers): Likewise.
155
156 2015-11-03 Simon Marchi <simon.marchi@polymtl.ca>
157
158 * arm-linux-nat.c (arm_linux_read_description): Add cast.
159
160 2015-11-03 Simon Marchi <simon.marchi@polymtl.ca>
161
162 * ppc-linux-nat.c (ppc_linux_insert_mask_watchpoint): Change
163 type of rw to enum target_hw_bp_type.
164 (ppc_linux_remove_mask_watchpoint): Likewise.
165 * target.c (target_insert_mask_watchpoint): Likewise.
166 (target_remove_mask_watchpoint): Likewise.
167 * target.h (target_insert_mask_watchpoint): Likewise.
168 (target_remove_mask_watchpoint): Likewise.
169 (struct target_ops) <to_insert_mask_watchpoint>: Likewise.
170 (struct target_ops) <to_remove_mask_watchpoint>: Likewise.
171 * target-delegates.c: Regenerate.
172
173 2015-11-03 Simon Marchi <simon.marchi@polymtl.ca>
174
175 * remote-sim.c (check_for_duplicate_sim_descriptor): Add casts.
176 (get_sim_inferior_data): Likewise.
177 (sim_inferior_data_cleanup): Likewise.
178 (gdbsim_close_inferior): Likewise.
179 (gdbsim_resume_inferior): Likewise.
180 (gdbsim_wait): Likewise.
181 (simulator_command): Likewise.
182 (sim_command_completer): Likewise.
183
184 2015-11-03 Marcin Kościelnicki <koriakin@0x04.net>
185
186 * MAINTAINERS (Write After Approval): Add Marcin Kościelnicki.
187
188 2015-10-30 Pedro Alves <palves@redhat.com>
189
190 * breakpoint.c (breakpoint_in_range_p)
191 (breakpoint_location_address_range_overlap): New functions.
192 * breakpoint.h (breakpoint_in_range_p): New declaration.
193 * infrun.c (displaced_step_prepare_throw): If there's a breakpoint
194 in the scratch pad range, don't displaced step.
195
196 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
197
198 * amd64-linux-tdep.c (amd64_x32_linux_init_abi): Fix size_msghdr,
199 size_stack_t, size_size_t, size_iovec.
200
201 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
202
203 * aarch64-linux-tdep.c (aarch64_linux_init_abi): Fix size_termios.
204 * amd64-linux-tdep.c (amd64_linux_init_abi): Fix size_termios.
205 (amd64_x32_linux_init_abi): Fix size_termios.
206
207 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
208
209 * ppc-linux-tdep.c (ppc_init_linux_record_tdep): Fix TASK_COMM_LEN.
210
211 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
212
213 * linux-record.c (record_linux_system_call): Fix old_select.
214
215 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
216
217 * linux-record.c (record_linux_system_call): Fix newstatat.
218
219 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
220
221 * linux-record.c (record_linux_system_call): Fix [gs]etgroups16.
222
223 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
224
225 * aarch64-linux-tdep.c (aarch64_linux_init_abi): Add size_time_t.
226 * amd64-linux-tdep.c (amd64_linux_init_abi): Add size_time_t.
227 (amd64_x32_linux_init_abi): Add size_time_t.
228 * arm-linux-tdep.c (arm_linux_init_abi): Add size_time_t.
229 * i386-linux-tdep.c (i386_linux_init_abi): Add size_time_t.
230 * linux-record.c (record_linux_system_call): Add time, waitpid, pipe
231 handling.
232 * linux-record.h (struct linux_record_tdep): Add size_time_t.
233 * ppc-linux-tdep.c (ppc_init_linux_record_tdep): Add size_time_t.
234
235 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
236
237 * linux-record.c (record_linux_msghdr): Fix msg_namelen handling.
238
239 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
240
241 * aarch64-linux-tdep.c (aarch64_linux_init_abi): Remove
242 size_dirent{,64}, add size_old_dirent.
243 * amd64-linux-tdep.c (amd64_linux_init_abi): Remove size_dirent{,64},
244 add size_old_dirent.
245 (amd64_x32_linux_init_abi): Remove size_dirent{,64}, add
246 size_old_dirent.
247 * arm-linux-tdep.c (arm_linux_init_abi): Remove size_dirent{,64},
248 add size_old_dirent.
249 * i386-linux-tdep.c (i386_linux_init_abi): Remove size_dirent{,64},
250 add size_old_dirent.
251 * linux-record.c (record_linux_system_call): Fix handling of readdir
252 and getdents{,64}.
253 * linux-record.h (struct linux_record_tdep): Remove size_dirent{,64},
254 add size_old_dirent.
255 * ppc-linux-tdep.c (ppc_init_linux_record_tdep): Remove
256 size_dirent{,64}, add size_old_dirent.
257
258 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
259
260 * aarch64-linux-tdep.c (aarch64_linux_init_abi): Fix size_sigaction,
261 size_sigset_t, size_old_sigaction, size_old_sigset_t.
262 * amd64-linux-tdep.c (amd64_linux_init_abi): Fix size_sigaction,
263 size_sigset_t, size_old_sigaction, size_old_sigset_t.
264 (amd64_x32_linux_init_abi): Fix size_sigaction, size_sigset_t,
265 size_old_sigaction, size_old_sigset_t.
266 * arm-linux-tdep.c (arm_linux_init_abi): Fix size_sigaction,
267 size_old_sigaction, size_old_sigset_t.
268 * i386-linux-tdep.c (i386_linux_init_abi): Fix size_sigaction,
269 size_old_sigaction, size_old_sigset_t.
270 * ppc-linux-tdep.c (ppc_init_linux_record_tdep): Fix size_sigaction,
271 size_sigset_t, size_old_sigaction, size_old_sigset_t.
272
273 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
274
275 * arm-linux-tdep.c (arm_linux_init_abi): Fix size_[ug]id.
276 * i386-linux-tdep.c (i386_linux_init_abi): Fix size_[ug]id.
277
278 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
279
280 * aarch64-linux-tdep.c (aarch64_linux_init_abi): Remove size_siginfo.
281 * amd64-linux-tdep.c (amd64_linux_init_abi): Remove size_siginfo.
282 (amd64_x32_linux_init_abi): Remove size_siginfo.
283 * arm-linux-tdep.c (arm_linux_init_abi): Remove size_siginfo.
284 * i386-linux-tdep.c (i386_linux_init_abi): Remove size_siginfo.
285 * linux-record.c (record_linux_system_call): Change size_siginfo
286 to size_siginfo_t.
287 * linux-record.h (struct linux_record_tdep): Remove size_siginfo.
288 * ppc-linux-tdep.c (ppc_init_linux_record_tdep): Remove size_siginfo.
289
290 2015-10-29 Pedro Alves <palves@redhat.com>
291
292 * mdebugread.c (add_data_symbol): New function, factored out from
293 ...
294 (parse_symbol): ... here. Delete 'theclass' local.
295
296 2015-10-29 Simon Marchi <simon.marchi@polymtl.ca>
297
298 * jit.c (jit_target_read_impl): Add cast.
299
300 2015-10-29 Simon Marchi <simon.marchi@polymtl.ca>
301
302 * jit.c (jit_reader_load): Add cast.
303
304 2015-10-29 Simon Marchi <simon.marchi@polymtl.ca>
305
306 * dwarf2read.c (partial_die_full_name): Add cast.
307
308 2015-10-29 Pedro Alves <palves@redhat.com>
309
310 * common/vec.h (DEF_VEC_FUNC_P) [iterate]: Cast 0 to type T.
311
312 2015-10-29 Pedro Alves <palves@redhat.com>
313
314 * guile/scm-frame.c (gdbscm_unwind_stop_reason_string): Add cast.
315
316 2015-10-29 Eli Zaretskii <eliz@gnu.org>
317
318 * utils.c (init_page_info): Disable paging if INSIDE_EMACS is set
319 in the environment.
320
321 2015-10-29 Pedro Alves <palves@redhat.com>
322
323 * gnu-v2-abi.c (gnuv2_is_destructor_name)
324 (gnuv2_is_constructor_name): Add casts.
325
326 2015-10-29 Pedro Alves <palves@redhat.com>
327
328 * common/common-exceptions.c (exception_none): Add cast.
329
330 2015-10-29 Pedro Alves <palves@redhat.com>
331
332 * compile/compile-c-types.c (struct type_map_instance)
333 <gcc_type>: Rename to gcc_type_handle.
334 (insert_type, convert_type): Adjust.
335
336 2015-10-29 Pedro Alves <palves@redhat.com>
337
338 * dwarf2-frame-tailcall.c (dwarf2_tailcall_sniffer_first): Don't
339 assume that "break" breaks out of a TRY/CATCH.
340 * python/py-framefilter.c (py_print_single_arg): Don't assume
341 "continue" breaks out of a TRY/CATCH.
342 * python/py-value.c (valpy_binop_throw): New function, factored
343 out from ...
344 (valpy_binop): ... this.
345 (valpy_richcompare_throw): New function, factored
346 out from ...
347 (valpy_richcompare): ... this.
348 * solib.c (solib_read_symbols): Don't assume "break" breaks out
349 of a TRY/CATCH.
350 * common/common-exceptions.h [USE_RAW_CXX_TRY]
351 <TRY/CATCH/END_CATCH>: Define as 1-1 wrappers around try/catch.
352
353 2015-10-28 Simon Dardis <Simon.Dardis@imgtec.com>
354
355 * mips-linux-tdep.c (mips_linux_in_dynsym_stub): Recognise 'or'
356 as move along with [d]addu.
357
358 2015-10-28 Yao Qi <yao.qi@linaro.org>
359
360 * aarch64-tdep.c (aarch64_software_single_step): Pass 1 to
361 aarch64_decode_insn.
362
363 2015-10-27 Pedro Alves <palves@redhat.com>
364
365 * common/print-utils.c (host_address_to_string): Rename to ...
366 (host_address_to_string_1): ... this.
367 * common/print-utils.h (host_address_to_string): Reimplement as
368 wrapper around host_address_to_string_1.
369 * utils.c (gdb_print_host_address): Rename to ...
370 (gdb_print_host_address_1): ... this.
371 * utils.h (gdb_print_host_address): Reimplement as wrapper macro
372 around host_address_to_string_1.
373
374 2015-10-27 Pedro Alves <palves@redhat.com>
375
376 * alpha-tdep.c (alpha_read_insn): Always pass TARGET_XFER_E_IO to
377 memory_error. Rename local 'status' to 'res'.
378 * c-lang.c (c_get_string): Always pass TARGET_XFER_E_IO to
379 memory_error.
380 * corefile.c (read_stack, read_code, write_memory): Always pass
381 TARGET_XFER_E_IO to memory_error.
382 * disasm.c (dis_asm_memory_error): Always pass TARGET_XFER_E_IO to
383 memory_error. Rename parameter 'status' to 'err'.
384 (dump_insns): Rename local 'status' to 'err'.
385 * mips-tdep.c (mips_fetch_instruction): Rename parameter 'statusp'
386 to 'errp'. Rename local 'status' to 'err'. Always pass
387 TARGET_XFER_E_IO to memory_error.
388 (mips_breakpoint_from_pc): Rename local 'status' to 'err'.
389 * target.c (target_read_memory, target_read_raw_memory)
390 (target_read_stack, target_read_code, target_write_memory)
391 (target_write_raw_memory): Return -1 on error instead of
392 TARGET_XFER_E_IO.
393 * valprint.c (val_print_string): Rename local 'errcode' to 'err'.
394 Always pass TARGET_XFER_E_IO to memory_error. Update comment.
395
396 2015-10-27 Simon Marchi <simon.marchi@polymtl.ca>
397
398 * guile/guile-internal.h (gdbscm_with_guile): Change return
399 types to const char *.
400 * guile/scm-safe-call.c (gdbscm_with_guile): Likewise.
401 (struct c_data) <func>: Likewise.
402 (struct c_data) <result>: Change type to const char *.
403 (scscm_eval_scheme_string): Change return type to
404 const char *.
405 (scscm_source_scheme_script): Likewise.
406 (gdbscm_safe_eval_string): Change type of result variable to
407 const char * and remove cast.
408 (gdbscm_safe_source_script): Likewise.
409 * guile/scm-disasm.c (gdbscm_disasm_read_memory_worker):
410 Change return type to const char *.
411 (gdbscm_disasm_read_memory): Change type of status to
412 const char *.
413
414 2015-10-27 Pedro Alves <palves@redhat.com>
415
416 * source.c (openp): New local 'last_errno'. Use it to
417 save/restore errno.
418
419 2015-10-27 Pedro Alves <palves@redhat.com>
420
421 * psymtab.c (dump_psymtab_addrmap_1): Add casts.
422
423 2015-10-27 Simon Marchi <simon.marchi@polymtl.ca>
424
425 * ctf.c (SET_ENUM_FIELD): New macro.
426 (ctf_read_status): Use it.
427 (ctf_read_tp): Use it.
428
429 2015-10-27 Simon Marchi <simon.marchi@polymtl.ca>
430
431 * guile/scm-breakpoint.c (gdbscm_set_breakpoint_stop_x): Add
432 scm_t_dynwind_flags casts.
433 * guile/scm-cmd.c (gdbscm_parse_command_name): Likewise.
434 * guile/scm-ports.c (gdbscm_open_memory): Likewise.
435 * guile/scm-value.c (gdbscm_value_to_string): Likewise.
436
437 2015-10-27 Simon Marchi <simon.marchi@polymtl.ca>
438
439 * ax.h (ax_raw_byte): New declaration.
440 * ax-general.c (ax_raw_byte): New function.
441 (ax_simple): Use ax_raw_byte.
442 * ax-gdb.c (gen_printf): Likewise.
443
444 2015-10-27 Simon Marchi <simon.marchi@polymtl.ca>
445
446 * ada-lang.h (GROW_VECT): Add cast.
447
448 2015-10-26 Doug Evans <xdje42@gmail.com>
449
450 * symtab.h (struct general_symbol_info> <ada_mangled>: Update comment.
451
452 2015-10-26 Simon Marchi <simon.marchi@polymtl.ca>
453
454 * target.c (memory_xfer_partial): Change type of buf to gdb_byte
455 pointer.
456 (simple_search_memory): Cast return of memmem.
457
458 2015-10-26 Simon Marchi <simon.marchi@polymtl.ca>
459
460 * stap-probe.c (handle_stap_probe): Add (const char *) casts.
461
462 2015-10-26 Simon Marchi <simon.marchi@polymtl.ca>
463
464 * ctf.c (ctf_xfer_partial): Return TARGET_XFER_E_IO instead of
465 -1 on error.
466
467 2015-10-26 Doug Evans <dje@google.com>
468
469 PR symtab/17391
470 * dwarf2-frame.c (dwarf2_restore_rule): Call dwarf_reg_to_regnum
471 instead of gdbarch_dwarf2_reg_to_regnum.
472 (dwarf2_frame_cache): Ditto.
473 (read_addr_from_reg): Call dwarf_reg_to_regnum_or_error instead of
474 gdbarch_dwarf2_reg_to_regnum.
475 (get_reg_value): Ditto.
476 (dwarf2_fetch_cfa_info): Ditto.
477 (dwarf2_frame_prev_register): Ditto.
478 * dwarf2loc.c: #include "complaints.h".
479 (dwarf_expr_read_addr_from_reg): Call dwarf_reg_to_regnum_or_error
480 instead of gdbarch_dwarf2_reg_to_regnum.
481 (dwarf_expr_get_reg_value): Ditto.
482 (read_pieced_value): Ditto.
483 (write_pieced_value): Ditto.
484 (dwarf2_evaluate_loc_desc_full): Ditto.
485 (dwarf_reg_to_regnum): New function.
486 (throw_bad_regnum_error): New function.
487 (dwarf_reg_to_regnum_or_error): Renamed from
488 dwarf2_reg_to_regnum_or_errorChange to take a ULONGEST regnum.
489 All callers updated. Call throw_bad_regnum_error.
490 (locexpr_regname): Improve text of bad register number.
491 * dwarf2loc.h (dwarf_reg_to_regnum): Declare.
492 (dwarf_reg_to_regnum_or_error): Update prototype.
493 * dwarf2expr.c: #include "dwarf2loc.h".
494 (dwarf_block_to_sp_offset): Call dwarf_reg_to_regnum instead of
495 gdbarch_dwarf2_reg_to_regnum.
496 * gdbarch.sh (dwarf2_reg_to_regnum): Add comment.
497 * gdbarch.h: Regenerate.
498 * amd64-tdep.c (amd64_dwarf_reg_to_regnum): Remove warning for bad
499 register.
500 * avr-tdep.c (avr_dwarf_reg_to_regnum): Ditto.
501 * cris-tdep.c (cris_dwarf2_reg_to_regnum): Ditto.
502 * bfin-tdep.c (bfin_reg_to_regnum): Fix error checking.
503 * hppa-linux-tdep.c (hppa_dwarf_reg_to_regnum): Improve error checking.
504 Remove warning for bad register.
505 * hppa-tdep.c (hppa64_dwarf_reg_to_regnum): Ditto.
506 * i386-tdep.c (i386_svr4_dwarf_reg_to_regnum): Renamed from
507 i386_svr4_reg_to_regnum. Return -1 for bad registers.
508 (i386_svr4_reg_to_regnum): New function.
509 (i386_gdbarch_init): Update call to set_gdbarch_dwarf2_reg_to_regnum.
510 * microblaze-tdep.c (microblaze_dwarf2_reg_to_regnum): Don't assert
511 on bad registers, return -1.
512 * msp430-tdep.c (msp430_dwarf2_reg_to_regnum): Improve error checking.
513 Remove warning for bad register.
514 * nios2-tdep.c: Add static assert for NIOS2_NUM_REGS.
515 (nios2_dwarf_reg_to_regnum): Fix off-by-one error.
516 Remove warning for bad register. Return -1 for bad register.
517 * rl78-tdep.c (rl78_dwarf_reg_to_regnum): Don't flag an internal error
518 for bad register, return -1.
519 * rx-tdep.c (rx_dwarf_reg_to_regnum): Ditto.
520 * m68k-tdep.c (m68k_dwarf_reg_to_regnum): Fix error result.
521 * mep-tdep.c (mep_debug_reg_to_regnum): Ditto.
522 * mips-tdep.c (mips_stab_reg_to_regnum): Ditto.
523 (mips_dwarf_dwarf2_ecoff_reg_to_regnum): Ditto.
524 * mn10300-tdep.c (mn10300_dwarf2_reg_to_regnum): Remove warning
525 for bad regs.
526 * xtensa-tdep.c (xtensa_reg_to_regnum): Remove internal error for
527 bad regs. Fix error result.
528 * stabsread.c (stab_reg_to_regnum): Watch for negative regno.
529 (reg_value_complaint): Update complaint text.
530 * mdebugread.c (reg_value_complaint): New function.
531 (mdebug_reg_to_regnum): Rewrite to watch for bad reg numbers.
532
533 2015-10-26 Doug Evans <dje@google.com>
534
535 PR python/18938
536 * cli/cli-cmds (source_script_fron_sctream): New arg file_to_open.
537 All callers updated.
538
539 2015-10-26 Doug Evans <dje@google.com>
540
541 * psymtab.c (struct dump_psymtab_addrmap_data): Define.
542 (dump_psymtab_addrmap_1, dump_psymtab_addrmap): New functions.
543 (maintenance_print_psymbols): Print address map.
544
545 2015-10-26 Doug Evans <dje@google.com>
546
547 * nat/linux-nat.h (__SIGRTMIN): Move here from gdbserver/linux-low.c.
548
549 2015-10-26 Doug Evans <dje@google.com>
550
551 * common/gdb_wait.h (W_STOPCODE): Define, moved here from
552 gdbserver/linux-low.c.
553 (WSETSTOP): Simplify.
554
555 2015-10-26 Doug Evans <dje@google.com>
556
557 * linux-thread-db.c (find_new_threads_callback): Ditto.
558 (thread_db_pid_to_str): Ditto.
559
560 2015-10-26 Simon Marchi <simon.marchi@polymtl.ca>
561
562 * guile/scm-ports.c (ioscm_make_gdb_stdio_port): Do not pass a
563 local char array to scm_mode_bits, use a cast instead.
564
565 2015-10-26 Simon Marchi <simon.marchi@ericsson.com>
566
567 * tui/tui-data.c (tui_alloc_content): Don't check xmalloc
568 result. Change type of element_block_ptr. Change allocation to
569 use XNEWVEC.
570
571 2015-10-26 Luis Machado <lgustavo@codesourcery.com>
572
573 * record-full.c (record_full_message_wrapper_safe): Pass empty string to
574 catch_errors call instead of NULL.
575
576 2015-10-26 Simon Marchi <simon.marchi@polymtl.ca>
577
578 * guile/scm-ports.c (ioscm_make_gdb_stdio_port): Pass non-const
579 char pointer to scm_mode_bits.
580
581 2015-10-26 Simon Marchi <simon.marchi@polymtl.ca>
582
583 * symtab.c (default_make_symbol_completion_list_break_on_1): Add
584 cast.
585
586 2015-10-26 Simon Marchi <simon.marchi@polymtl.ca>
587
588 * guile/scm-ports.c (gdbscm_memory_port_write): Declare new
589 "data" local variable and use it.
590
591 2015-10-26 Simon Marchi <simon.marchi@polymtl.ca>
592
593 * guile/scm-symbol.c (gdbscm_lookup_global_symbol): Add
594 domain_enum cast.
595 (gdbscm_lookup_symbol): Likewise.
596
597 2015-10-25 Iain Buclaw <ibuclaw@gdcproject.org>
598
599 * d-exp.y: Remove an obsolete comment and propagate the block
600 information to the produced expression.
601
602 2015-10-24 Simon Marchi <simon.marchi@polymtl.ca>
603
604 * tui/tui-data.c (tui_add_to_source_windows): Remove void *
605 cast.
606 (tui_add_content_elements): Likewise.
607
608 2015-10-24 Simon Marchi <simon.marchi@polymtl.ca>
609
610 * cli/cli-setshow.c (do_set_command): Constify p.
611
612 2015-10-24 Simon Marchi <simon.marchi@polymtl.ca>
613
614 * nat/linux-ptrace.c (linux_ptrace_test_ret_to_nx): Replace
615 (void *) cast with (gdb_byte *).
616
617 2015-10-24 Simon Marchi <simon.marchi@polymtl.ca>
618
619 * proc-service.c (ps_pdread): Add cast.
620
621 2015-10-24 Simon Marchi <simon.marchi@polymtl.ca>
622
623 * sparc64-tdep.c (sparc64_store_arguments): Split assignment of
624 valbuf.
625
626 2015-10-24 Simon Marchi <simon.marchi@polymtl.ca>
627
628 * ia64-tdep.c (ia64_pseudo_register_write): Remove cast.
629 (ia64_push_dummy_call): Remove cast and change type of "to" to
630 array of gdb_byte.
631
632 2015-10-23 Simon Marchi <simon.marchi@polymtl.ca>
633
634 * linux-btrace.c (linux_enable_pt): Add cast to mmap return.
635
636 2015-10-23 Simon Marchi <simon.marchi@ericsson.com>
637
638 * observer.h (observer_${event}_notification_stub): Add cast.
639
640 2015-10-23 Yao Qi <yao.qi@linaro.org>
641
642 * aarch64-tdep.c (aarch64_displaced_step_copy_insn): Set
643 dsd.insn_count to zero.
644
645 2015-10-22 Pedro Alves <palves@redhat.com>
646
647 * infrun.c (stop_after_trap): Delete.
648 (clear_proceed_status, handle_signal_stop, struct
649 infcall_control_state, save_infcall_control_state)
650 (restore_infcall_control_state): Remove references to
651 stop_after_trap.
652
653 2015-10-22 Simon Marchi <simon.marchi@ericsson.com>
654
655 * python/python.c (_initialize_python): Add cast.
656
657 2015-10-22 Simon Marchi <simon.marchi@ericsson.com>
658
659 * nto-tdep.c (nto_inferior_data): Add cast.
660
661 2015-10-22 Pedro Alves <palves@redhat.com>
662
663 * windows-nat.c (do_initial_windows_stuff): Rewrite loop using
664 windows_wait and windows_resume directly instead of
665 wait_for_inferior and resume.
666
667 2015-10-22 Simon Marchi <simon.marchi@polymtl.ca>
668
669 * xtensa-tdep.h (XTREG): Add casts.
670 (XTREG_END): Likewise.
671
672 2015-10-22 Simon Marchi <simon.marchi@polymtl.ca>
673
674 * solib-spu.c (spu_bfd_iovec_pread): Add (gdb_byte *) cast.
675
676 2015-10-22 Simon Marchi <simon.marchi@polymtl.ca>
677
678 * rs6000-tdep.c (variants): Add (enum bfd_architecture) cast.
679
680 2015-10-22 Simon Marchi <simon.marchi@polymtl.ca>
681
682 * mips-linux-tdep.c (mips64_linux_get_longjmp_target): Change type of
683 buf to gdb_byte*.
684 (supply_32bit_reg): Add cast.
685 (mips64_fill_gregset): Likewise.
686
687 2015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
688
689 PR python/18073
690 * python/py-type.c (typy_get_composite): Allow returning a
691 function type.
692
693 2015-10-21 Keven Boell <keven.boell@intel.com>
694
695 * dwarf2read.c (set_die_type): Add read of
696 DW_AT_allocated and DW_AT_associated.
697 * f-typeprint.c: New include of typeprint.h
698 (f_print_type): Add check for allocated/associated
699 status of type.
700 (f_type_print_varspec_suffix): Add check for
701 * gdbtypes.c (create_array_type_with_stride):
702 Add check for valid data location of type in
703 case allocated or associated attributes are set.
704 Length of an array should be only calculated if
705 allocated or associated is resolved as true.
706 (is_dynamic_type_internal): Add check for allocated/
707 associated.
708 (resolve_dynamic_array): Evaluate allocated/associated
709 properties.
710 * gdbtypes.h (enum dynamic_prop_node_kind): <DYN_PROP_ALLOCATED>
711 <DYN_PROP_ASSOCIATED>: New enums.
712 (TYPE_ALLOCATED_PROP, TYPE_ASSOCIATED_PROP): New macros.
713 (type_not_allocated): New function.
714 (type_not_associated): New function.
715 * valarith.c (value_subscripted_rvalue): Add check for
716 allocated/associated.
717 * valprint.c: New include of typeprint.h.
718 (valprint_check_validity): Add check for allocated/associated.
719 (value_check_printable): Add check for allocated/
720 associated.
721 * typeprint.h (val_print_not_allocated): New function.
722 (val_print_not_associated): New function.
723 * typeprint.c (val_print_not_allocated): New function.
724 (val_print_not_associated): New function.
725
726 2015-10-21 Antoine Tremblay <antoine.tremblay@ericsson.com>
727
728 * Makefile.in: Add arm.c/o.
729 * arch/arm.c: New file.
730 * arch/arm.h: (IS_THUMB_ADDR): Move macro from arm-tdep.c.
731 (MAKE_THUMB_ADDR): Likewise.
732 (UNMAKE_THUMB_ADDR): Likewise.
733 * arm-tdep.c (int thumb_insn_size): Move to arm.c.
734 (IS_THUMB_ADDR): Move to arm.h.
735 (MAKE_THUMB_ADDR): Likewise.
736 (UNMAKE_THUMB_ADDR): Likewise.
737 * configure.tgt: Add arm.o to all ARM configs.
738
739 2015-10-21 Yao Qi <yao.qi@linaro.org>
740
741 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
742 Remove argument exp_vCont_s.
743 * gdb.base/range-stepping.exp: Callers updated.
744 * gdb.trace/range-stepping.exp: Likewise.
745
746 2015-10-21 Aleksandar Ristovski <aristovski@qnx.com>
747
748 * gdb/nto-tdep.c (QNX_NOTE_NAME, QNX_INFO_SECT_NAME): New defines.
749 (nto_sniff_abi_note_section): New function.
750 (nto_elf_osabi_sniffer): Use new function to recognize nto specific
751 binary.
752
753 2015-10-21 Aleksandar Ristovski <aristovski@qnx.com>
754
755 * nto-procfs.c (procfs_wait): Set stopped_flags nad stopped_pc.
756 (procfs_stopped_by_watchpoint): Use flags stored in inferior data.
757 * nto-tdep.c (nto_new_inferior_data_reg): New definition.
758 (nto_new_inferior_data, nto_inferior_data_cleanup, nto_inferior_data):
759 New functions.
760 (_initialize_nto_tdep): New forward declaration, new function.
761 * nto-tdep.h (struct nto_inferior_data): New struct.
762 (nto_inferior_data): New function declaration.
763
764 2015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
765
766 * findvar.c (address_from_register): Check REGNUM validity.
767
768 2015-10-20 Aleksandar Ristovski <aristovski@qnx.com>
769
770 * gdb/nto-procfs.c (procfs_pid_to_exec_file): New function.
771 (init_procfs_targets): Wire new function.
772
773 2015-10-20 Aleksandar Ristovski <aristovski@qnx.com>
774
775 * nto-procfs.c (sys/auxv.h): Include.
776 (procfs_xfer_partial): Implement TARGET_OBJECT_AUXV.
777 * nto-tdep.c (nto_read_auxv_from_initial_stack): New function.
778 * nto-tdep.h (nto_read_auxv_from_initial_stack): New declaration.
779
780 2015-10-20 Aleksandar Ristovski <aristovski@qnx.com>
781
782 * nto-procfs.c (nto_procfs_path): Rename to...
783 (nodestr): ... this, and change type.
784 (nto_node): Use new variable and logic accordingly.
785 (procfs_open_1): Use new variable name. Use local buffer to construct
786 procfrs path.
787 (procfs_pidlist): Use NODESTR to construct procfs path.
788 (procfs_files_info): Use NODESTR to output meaningful text.
789 (do_attach): Construct procfs using NODESTR.
790 (procfs_create_inferior): Compare pointer to NULL.
791
792 2015-10-19 Josh Stone <jistone@redhat.com>
793
794 * linux-nat.c (linux_handle_syscall_trap): Always update entry/
795 return state, even when not actively catching syscalls at all.
796 (linux_handle_extended_wait): Mark syscall_state like an entry.
797 (wait_lwp): Set syscall_state ignored for other traps.
798 (linux_nat_filter_event): Likewise.
799
800 2015-10-19 Luis Machado <lgustavo@codesourcery.com>
801
802 * remote.c (remote_wait_as): Set rs->waiting_for_stop_reply to 0
803 when handling 'E', 'T', 'S', 'X' and 'W' packets.
804 Do not set rs->waiting_for_stop_reply back to 1.
805
806 2015-10-16 Aleksandar Ristovski <aristovski@qnx.com>
807
808 * nto-procfs.c (common/filestuff.h): Include.
809 (procfs_can_use_hw_breakpoint): Fix enum name.
810 (procfs_open_1): Fix compiler warning.
811 (procfs_pidlist): Make static.
812 (procfs_meminfo): Make static, fix type name, add missing argument.
813 (procfs_store_registers): Make static.
814 (procfs_thread_info): Remove unused function.
815 (_initialize_procfs): Forward declare.
816
817 2015-10-16 Yao Qi <yao.qi@arm.com>
818
819 * MAINTAINERS: Update my email address.
820
821 2015-10-15 Yao Qi <yao.qi@linaro.org>
822
823 * aarch64-linux-nat.c (aarch64_linux_insert_hw_breakpoint):
824 Call gdbarch_breakpoint_from_pc to instruction length.
825 (aarch64_linux_remove_hw_breakpoint): Likewise.
826 * common/common-regcache.h (regcache_register_size): Declare.
827 * nat/aarch64-linux-hw-point.c: Include "common-regcache.h".
828 (aarch64_point_is_aligned): Set alignment to 2 for breakpoint if
829 the process is 32bit, otherwise set alignment to 4.
830 (aarch64_handle_breakpoint): Update comments.
831 * regcache.c (regcache_register_size): New function.
832
833 2015-10-15 Aleksandar Ristovski <aristovski@qnx.com>
834
835 * gdbarch.sh (core_regset_section): Remove.
836 * gdbarch.h: Regenerate.
837
838 2015-10-14 Yao Qi <yao.qi@linaro.org>
839
840 * arch/aarch64-insn.h (struct aarch64_memory_operand): Move enum
841 out of it.
842 (enum aarch64_memory_operand_type): New.
843
844 2015-10-13 David Edelsohn <dje.gcc@gmail.com>
845
846 * xcoffread.c (dwarf2_xcoff_names): Add .dwmac and .dwpbtyp.
847
848 2015-10-13 Pedro Alves <palves@redhat.com>
849
850 * ada-lang.c (ada_enum_name): Constify local.
851 * ada-typeprint.c (print_range_bound): Constify locals.
852 * c-varobj.c (c_describe_child): Likewise.
853 * cli/cli-setshow.c (do_set_command): Likewise.
854 * gdb_vecs.c (delim_string_to_char_ptr_vec_append): Likewise.
855 * dwarf2read.c (find_file_and_directory): Likewise.
856 (anonymous_struct_prefix, dwarf2_name): Likewise.
857 * gnu-v3-abi.c (gnuv3_rtti_type): Likewise.
858 * go-lang.c (unpack_mangled_go_symbol): Likewise.
859 * jv-typeprint.c (java_type_print_base): Likewise.
860 * ser-tcp.c (net_open): Likewise.
861 * symfile.c (deduce_language_from_filename): Likewise.
862 * symtab.c (gdb_mangle_name): Likewise.
863 * tui/tui-io.c (tui_redisplay_readline): Likewise.
864
865 2015-10-13 Pedro Alves <palves@redhat.com>
866
867 * infrun.c (restore_execution_direction): New function.
868 (fetch_inferior_event): Use it instead of
869 make_cleanup_restore_integer.
870 (execution_direction): Change type to enum
871 exec_direction_kind.
872 * infrun.h (execution_direction): Likewise.
873
874 2015-10-13 Pedro Alves <palves@redhat.com>
875
876 * ada-lang.c (ada_value_primitive_packed_val): Constify
877 locals. Use value_contents_writeable. Remove casts.
878
879 2015-10-13 Pedro Alves <palves@redhat.com>
880
881 * ada-lang.c (ada_value_primitive_packed_val): Add casts to malloc
882 and alloca calls.
883
884 2015-10-13 Simon Marchi <simon.marchi@polymtl.ca>
885
886 * lm32-tdep.c (lm32_push_dummy_call): Replace call to
887 write_memory with write_memory_unsigned_integer.
888
889 2015-10-13 Simon Marchi <simon.marchi@polymtl.ca>
890
891 * solib-dsbt.c (cmp_name): Constify arguments.
892 * solib-frv.c (cmp_name): Likewise.
893 * solib-svr4.c (svr4_create_solib_event_breakpoints): Likewise.
894 * solib.c (gdb_bfd_lookup_symbol_from_symtab): Likewise.
895 (bfd_lookup_symbol_from_dyn_symtab): Likewise.
896 (gdb_bfd_lookup_symbol): Likewise.
897 * solib.h (gdb_bfd_lookup_symbol): Likewise.
898 (gdb_bfd_lookup_symbol_from_symtab): Likewise.
899
900 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
901
902 * stack.c (parse_frame_specification): Remove message parameter,
903 replace with fixed string in function body, update function
904 comment.
905 (frame_info): Remove message to parse_frame_specification.
906 (select_frame_command): Likewise.
907
908 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
909
910 * stack.c (parse_frame_specification): Delete.
911 (parse_frame_specification_1): Rename to
912 parse_frame_specification.
913 (frame_info): Use parse_frame_specification.
914 (select_frame_command): Likewise.
915 (return_command): Use select_frame and print_stack_frame rather
916 than frame_command and select_frame_command.
917 (func_command): Use get_current_frame rather than
918 parse_frame_specification.
919
920 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
921
922 * stack.c (func_command): Return early when there is no ARG
923 string.
924
925 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
926
927 * stack.c: Include safe-ctype.h not ctype.h.
928 (parse_frame_specification): Use ISSPACE not isspace.
929 (backtrace_command): Use TOLOWER not tolower.
930
931 2015-10-12 Simon Marchi <simon.marchi@polymtl.ca>
932
933 * mep-tdep.c (current_me_module): Add cast.
934 (mep_gdbarch_init): Likewise.
935
936 2015-10-12 Simon Marchi <simon.marchi@polymtl.ca>
937
938 * m32c-tdep.c (m32c_move_reg_t): Replace with...
939 (m32c_write_reg_t): ...this and...
940 (m32c_read_reg_t): ...this.
941 (struct m32c_reg): Update types of read and write.
942 (m32c_raw_read): Change declaration type to m32c_read_reg_t and
943 adjust definition.
944 (m32c_banked_read): Likewise.
945 (m32c_sb_read): Likewise.
946 (m32c_part_read): Likewise.
947 (m32c_cat_read): Likewise.
948 (m32c_r3r2r1r0_read): Likewise.
949 (m32c_raw_write): Change declaration type to m32c_write_reg_t
950 and adjust definition.
951 (m32c_banked_write): Likewise.
952 (m32c_sb_write): Likewise.
953 (m32c_part_write): Likewise.
954 (m32c_cat_write): Likewise.
955 (m32c_r3r2r1r0_write): Likewise.
956
957 2015-10-12 Simon Marchi <simon.marchi@polymtl.ca>
958
959 * aarch64-linux-tdep.c (aarch64_linux_syscall_record): Add cast.
960
961 2015-10-12 Simon Marchi <simon.marchi@polymtl.ca>
962
963 * aarch64-linux-tdep.c (aarch64_canonicalize_syscall): Return
964 gdb_sys_no_syscall instead of -1.
965
966 2015-10-12 Yao Qi <yao.qi@linaro.org>
967
968 * NEWS: Mention the change.
969
970 2015-10-12 Yao Qi <yao.qi@linaro.org>
971
972 * arch/aarch64-insn.c (emit_load_store): Rename to ...
973 (aarch64_emit_load_store): ... it. All callers updated.
974
975 2015-10-12 Yao Qi <yao.qi@linaro.org>
976
977 * arch/aarch64-insn.c (emit_insn): Rename to ...
978 (aarch64_emit_insn): ... it. All callers updated.
979
980 2015-10-12 Yao Qi <yao.qi@linaro.org>
981
982 * aarch64-linux-tdep.c: Include arch-utils.h.
983 (aarch64_linux_init_abi): Call set_gdbarch_max_insn_length,
984 set_gdbarch_displaced_step_copy_insn,
985 set_gdbarch_displaced_step_fixup,
986 set_gdbarch_displaced_step_free_closure,
987 set_gdbarch_displaced_step_location,
988 and set_gdbarch_displaced_step_hw_singlestep.
989 * aarch64-tdep.c (struct displaced_step_closure): New.
990 (struct aarch64_displaced_step_data): New.
991 (aarch64_displaced_step_b): New function.
992 (aarch64_displaced_step_b_cond): Likewise.
993 (aarch64_register): Likewise.
994 (aarch64_displaced_step_cb): Likewise.
995 (aarch64_displaced_step_tb): Likewise.
996 (aarch64_displaced_step_adr): Likewise.
997 (aarch64_displaced_step_ldr_literal): Likewise.
998 (aarch64_displaced_step_others): Likewise.
999 (aarch64_displaced_step_copy_insn): Likewise.
1000 (aarch64_displaced_step_fixup): Likewise.
1001 (aarch64_displaced_step_hw_singlestep): Likewise.
1002 * aarch64-tdep.h (DISPLACED_MODIFIED_INSNS): New macro.
1003 (aarch64_displaced_step_copy_insn): Declare.
1004 (aarch64_displaced_step_fixup): Declare.
1005 (aarch64_displaced_step_hw_singlestep): Declare.
1006 * arch/aarch64-insn.c (emit_insn): Moved from
1007 gdbserver/linux-aarch64-low.c.
1008 (emit_load_store): Likewise.
1009 * arch/aarch64-insn.h (enum aarch64_opcodes): Moved from
1010 gdbserver/linux-aarch64-low.c.
1011 (struct aarch64_register): Likewise.
1012 (struct aarch64_memory_operand): Likewise.
1013 (ENCODE): Likewise.
1014 (can_encode_int32): New macro.
1015 (emit_b, emit_bcond, emit_cb, emit_ldr, emit_ldrsw): Likewise.
1016 (emit_tb, emit_nop): Likewise.
1017 (emit_insn): Declare.
1018 (emit_load_store): Declare.
1019
1020 2015-10-12 Yao Qi <yao.qi@linaro.org>
1021
1022 * arch/aarch64-insn.c (aarch64_decode_ldr_literal): Moved from
1023 gdbserver/linux-aarch64-low.c.
1024 (aarch64_relocate_instruction): Likewise.
1025 * arch/aarch64-insn.h (aarch64_decode_ldr_literal): Declare.
1026 (struct aarch64_insn_data): Moved from
1027 gdbserver/linux-aarch64-low.c.
1028 (struct aarch64_insn_visitor): Likewise.
1029 (aarch64_relocate_instruction): Declare.
1030
1031 2015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
1032
1033 * eval.c (evaluate_subexp_standard) <STRUCTOP_STRUCT>: If
1034 EVAL_AVOID_SIDE_EFFECTS mode, forward the VALUE_LVAL attribute
1035 to the returned value.
1036
1037 2015-10-09 Joel Brobecker <brobecker@adacore.com>
1038
1039 * ada-lang.c (ada_unpack_from_contents): Add guard that unpacked
1040 is large enough for BIT_SIZE. Update function comment.
1041
1042 2015-10-09 Joel Brobecker <brobecker@adacore.com>
1043
1044 * ada-lang.c (ada_value_primitive_packed_val): Move
1045 src_len variable to local block where used. Override
1046 BIT_SIZE if bigger than size of resolved type.
1047
1048 2015-10-09 Joel Brobecker <brobecker@adacore.com>
1049
1050 * gdbtypes.h (is_scalar_type): Add extern declaration.
1051 * gdbtypes.c (is_scalar_type): Make non-static.
1052 * ada-lang.c (ada_value_primitive_packed_val): Use is_scalar_type
1053 to compute IS_SCALAR instead of doing it ourselves.
1054
1055 2015-10-09 Joel Brobecker <brobecker@adacore.com>
1056
1057 * ada-lang.c (ada_value_primitive_packed_val): Rework handling
1058 of case where TYPE is dynamic.
1059
1060 2015-10-09 Joel Brobecker <brobecker@adacore.com>
1061
1062 * ada-lang.c (ada_unpack_from_contents): New function,
1063 extracted from ada_value_primitive_packed_val.
1064 (ada_value_primitive_packed_val): Replace extracted out code
1065 by call to ada_unpack_from_contents.
1066
1067 2015-10-09 Joel Brobecker <brobecker@adacore.com>
1068
1069 * ada-lang.c (ada_value_primitive_packed_val): Reorder local
1070 variable declarations.
1071
1072 2015-10-09 Joel Brobecker <brobecker@adacore.com>
1073
1074 * ada-lang.c (ada_value_primitive_packed_val): Change the type
1075 of local variables src and unpacked to "gdb_type *" instead of
1076 "unsigned char *".
1077
1078 2015-10-09 Joel Brobecker <brobecker@adacore.com>
1079
1080 * ada-lang.c (ada_value_primitive_packed_val): Make the name
1081 of various local variables more explicit and consistent.
1082 No real code change otherwise.
1083
1084 2015-10-09 Simon Marchi <simon.marchi@ericsson.com>
1085
1086 * i386-tdep.h (struct gdbarch_tdep): Change type of
1087 register_reggroup_p to gdbarch_register_reggroup_p_ftype.
1088
1089 2015-10-09 Simon Marchi <simon.marchi@ericsson.com>
1090
1091 * cris-tdep.c (struct instruction_environment): Change type of
1092 byte_order to enum bfd_endian.
1093
1094 2015-10-09 Simon Marchi <simon.marchi@ericsson.com>
1095
1096 * arm-linux-tdep.c (arm_canonicalize_syscall): Add
1097 enum gdb_syscall casts.
1098
1099 2015-10-09 Simon Marchi <simon.marchi@ericsson.com>
1100
1101 * aarch64-tdep.c (stack_item_t): Change type of data to gdb_byte*.
1102 * arm-tdep.c (struct stack_item): Likewise.
1103 (push_stack_item): Add gdb_byte* cast.
1104 * avr-tdep.c (struct stack_item): Change type of data to gdb_byte*.
1105 (push_stack_item): Add gdb_byte* cast.
1106 * cli/cli-dump.c (dump_memory_to_file): Change type of buf to gdb_byte*
1107 and add cast.
1108 * cris-tdep.c (struct stack_item): Change type of data to gdb_byte*.
1109 (push_stack_item): Add gdb_byte* cast.
1110 * gcore.c (gcore_copy_callback): Change type of memhunk to gdb_byte* and
1111 add cast.
1112 * gdbtypes.h (print_scalar_formatted): Change type of first parameter to
1113 gdb_byte*.
1114 * h8300-tdep.c (h8300_extract_return_value): Change type of valbuf to
1115 gdb_byte* and remove unnecessary cast.
1116 (h8300h_extract_return_value): Likewise.
1117 (h8300_store_return_value): Change type of valbuf to gdb_byte*.
1118 (h8300h_store_return_value): Likewise.
1119 * iq2000-tdep.c (iq2000_extract_return_value): Change type of valbuf to
1120 gdb_byte* and remove unnecessary cast.
1121 * jit.c (jit_reader_try_read_symtab): Change type of gdb_mem to gdb_byte*
1122 and add cast.
1123 * m32r-tdep.c (m32r_store_return_value): Change type of valbuf to
1124 gdb_byte* and remove unnecessary cast.
1125 (m32r_extract_return_value): Change type of dst to gdb_byte* and remove
1126 valbuf.
1127 * mep-tdep.c (mep_pseudo_cr32_read): Change type of buf to gdb_byte*.
1128 (mep_pseudo_cr64_read): Likewise.
1129 (mep_pseudo_csr_write): Likewise.
1130 (mep_pseudo_cr32_write): Likewise.
1131 (mep_pseudo_cr64_write): Likewise.
1132 * mi/mi-main.c (mi_cmd_data_write_memory): Change type of buffer to
1133 gdb_byte* and add cast.
1134 * moxie-tdep.c (moxie_store_return_value): Change type of valbuf to
1135 gdb_byte* and remove unnecessary cast.
1136 (moxie_extract_return_value): Change type of dst to gdb_byte* and remove
1137 valbuf.
1138 * p-valprint.c (print_scalar_formatted): Change type of valaddr to
1139 gdb_byte*.
1140 * printcmd.c (void): Likewise.
1141 * python/py-inferior.c (infpy_read_memory): Change type of buffer to
1142 gdb_byte* and add cast.
1143 (infpy_write_memory): Likewise.
1144 (infpy_search_memory): Likewise.
1145 * regcache.c (regcache_raw_write_signed): Change type of buf to gdb_byte*
1146 and add cast.
1147 (regcache_raw_write_unsigned): Likewise.
1148 (regcache_cooked_write_signed): Likewise.
1149 (regcache_cooked_write_unsigned): Likewise.
1150 * sh64-tdep.c (h64_extract_return_value): Change type of valbuf to
1151 gdb_byte*.
1152
1153 2015-10-09 Simon Marchi <simon.marchi@ericsson.com>
1154
1155 * fbsd-tdep.c (fbsd_collect_regset_section_cb): Add cast.
1156 * linux-tdep.c (linux_collect_regset_section_cb_data): Likewise.
1157
1158 2015-10-09 Eli Zaretskii <eliz@gnu.org>
1159
1160 * stack.c (print_stack_frame):
1161 * utils.c (printchar): Fix typos in commentary.
1162
1163 2015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
1164
1165 * d-exp.y: (UnaryExpression): Support `type.sizeof' expressions.
1166 (PostfixExpression): Support `expr.sizeof' expressions.
1167 (PrimaryExpression): Support `typeof(expr)' expressions.
1168
1169 2015-10-08 Maciej W. Rozycki <macro@imgtec.com>
1170
1171 * MAINTAINERS: Update my email address.
1172
1173 2015-10-08 Markus Metzger <markus.t.metzger@intel.com>
1174
1175 * record-btrace.c (record_btrace_resume): Fix void return.
1176
1177 2015-10-07 Yao Qi <yao.qi@linaro.org>
1178
1179 * aarch64-tdep.c: Include opcode/aarch64.h.
1180 (submask): Move it above.
1181 (bit): Likewise.
1182 (bits): Likewise.
1183 (aarch64_software_single_step): Call aarch64_decode_insn.
1184 Decode instruction by aarch64_inst instead of using
1185 aarch64_decode_bcond and decode_masked_match.
1186
1187 2015-10-06 Pitchumani Sivanupandi <pitchumani.s@atmel.com>
1188
1189 * cli/cli-dump.c (restore_command): Parse load_offset (bias) as address
1190 only when the file is binary.
1191
1192 2015-10-02 James Bowman <james.bowman@ftdichip.com>
1193
1194 * ft32-tdep.c (ft32_analyze_prologue): Add function prolog
1195 subroutine handling.
1196
1197 2015-10-01 Simon Marchi <simon.marchi@ericsson.com>
1198
1199 * common/vec.h (VEC_OP (T,cleanup)): Add pointer cast.
1200
1201 2015-09-30 Doug Evans <dje@google.com>
1202
1203 * dwarf2read.c (setup_type_unit_groups): Add comment.
1204
1205 2015-09-30 Pedro Alves <palves@redhat.com>
1206
1207 * linux-nat.c (linux_nat_always_non_stop_p): Always return 1.
1208 * x86-linux-nat.c (x86_linux_always_non_stop_p): Delete.
1209 (x86_linux_create_target): Don't install
1210 x86_linux_always_non_stop_p.
1211
1212 2015-09-30 Don Breazeal <donb@codesourcery.com>
1213
1214 * remote.c (remote_parse_stop_reply): Call strprefix instead
1215 of strncmp.
1216
1217 2015-09-30 Simon Marchi <simon.marchi@ericsson.com>
1218
1219 * gdbarch.sh (struct gdbarch_info): Change tdep_info's type to void *.
1220 * gdbarch.h: Regenerate.
1221 * i386-tdep.c (i386_gdbarch_init): Remove cast to
1222 struct gdbarch_tdep_info *.
1223 * mips-tdep.c (mips_gdbarch_init): Likewise.
1224 * ppc-linux-tdep (ppu2spu_sniffer): Likewise.
1225 * rs6000-tdep.c (rs6000_gdbarch_init): Likewise.
1226 * spu-multiarch.c (spu_gdbarch): Likewise.
1227
1228 2015-09-30 Kevin Buettner <kevinb@redhat.com>
1229
1230 * infcmd.c (finish_command_fsm_should_stop): Don't attempt to
1231 record a NULL value.
1232
1233 2015-09-29 Kevin Buettner <kevinb@redhat.com>
1234
1235 * msp430-tdep.c (msp430_push_dummy_call): Treat reference, struct,
1236 and union arguments the same as pointer arguments when determining
1237 size of argument.
1238
1239 2015-09-29 James Bowman <james.bowman@ftdichip.com>
1240
1241 * ft32-tdep.c: #include "opcode/ft32.h".
1242 Delete local macros IS_PUSH, PUSH_REG, IS_LINK, LINK_SIZE.
1243 (ft32_analyze_prologue): Use FT32_* macros.
1244
1245 2015-09-28 Simon Marchi <simon.marchi@ericsson.com>
1246
1247 * cli/cli-script.c (read_next_line): Fix stdout -> stdin in
1248 comment.
1249
1250 2015-09-28 Doug Evans <dje@google.com>
1251
1252 * MAINTAINERS: Add Iain Buclaw as D language maintainer.
1253
1254 2015-09-28 Doug Evans <dje@google.com>
1255
1256 * common/filestuff.c (make_cleanup_close): Update comment.
1257
1258 2015-09-26 Simon Marchi <simon.marchi@polymtl.ca>
1259
1260 * btrace.c (parse_xml_btrace_block): Fix cast of
1261 xml_find_attribute's return value.
1262 * memory-map.c (memory_map_start_memory): Likewise.
1263 * solib-svr4.c (library_list_start_library): Likewise.
1264 * solib-target.c (library_list_start_segment): Likewise.
1265 (library_list_start_section): Likewise.
1266 * tracepoint.c (traceframe_info_start_memory): Likewise.
1267
1268 2015-09-26 Iain Buclaw <ibuclaw@gdcproject.org>
1269
1270 * d-namespace.c (d_lookup_symbol): New arg langdef.
1271 All callers updated. Support looking up symbol as a primitive type.
1272 (lookup_module_scope): New arg langdef. All callers updated.
1273 Call d_lookup_symbol directly for simple bare symbols.
1274
1275 2015-09-25 Simon Marchi <simon.marchi@ericsson.com>
1276
1277 * macrocmd.c (print_macro_callback): Add cast(s).
1278 * macrotab.c (macro_bcache_str): Likewise.
1279 (new_macro_definition): Likewise.
1280 * main.c (captured_main): Likewise.
1281 * maint.c (print_bfd_section_info): Likewise.
1282 * mdebugread.c (mdebug_build_psymtabs): Likewise.
1283 (basic_type): Likewise.
1284 * memattr.c (mem_region_cmp): Likewise.
1285 * memory-map.c (memory_map_start_memory): Likewise.
1286 (memory_map_end_memory): Likewise.
1287 (memory_map_start_property): Likewise.
1288 (memory_map_end_property): Likewise.
1289 (clear_result): Likewise.
1290 * memrange.c (compare_mem_ranges): Likewise.
1291 * mep-tdep.c (mep_analyze_frame_prologue): Likewise.
1292 * mi/mi-cmd-var.c (mi_cmd_var_update_iter): Likewise.
1293 * mi/mi-console.c (mi_console_file_delete): Likewise.
1294 (mi_console_file_fputs): Likewise.
1295 (mi_console_raw_packet): Likewise.
1296 (mi_console_file_flush): Likewise.
1297 (mi_console_set_raw): Likewise.
1298 * mi/mi-interp.c (mi_interpreter_resume): Likewise.
1299 (mi_new_thread): Likewise.
1300 (mi_thread_exit): Likewise.
1301 (mi_record_changed): Likewise.
1302 (mi_inferior_added): Likewise.
1303 (mi_inferior_appeared): Likewise.
1304 (mi_inferior_exit): Likewise.
1305 (mi_inferior_removed): Likewise.
1306 (mi_interp_data): Likewise.
1307 (mi_on_normal_stop): Likewise.
1308 (mi_traceframe_changed): Likewise.
1309 (mi_tsv_created): Likewise.
1310 (mi_tsv_deleted): Likewise.
1311 (mi_tsv_modified): Likewise.
1312 (mi_breakpoint_created): Likewise.
1313 (mi_breakpoint_deleted): Likewise.
1314 (mi_breakpoint_modified): Likewise.
1315 (mi_output_running_pid): Likewise.
1316 (mi_inferior_count): Likewise.
1317 (mi_solib_loaded): Likewise.
1318 (mi_solib_unloaded): Likewise.
1319 (mi_command_param_changed): Likewise.
1320 (mi_memory_changed): Likewise.
1321 (report_initial_inferior): Likewise.
1322 (mi_ui_out): Likewise.
1323 (mi_set_logging): Likewise.
1324 * mi/mi-main.c (collect_cores): Likewise.
1325 (print_one_inferior): Likewise.
1326 (free_vector_of_ints): Likewise.
1327 (free_splay_tree): Likewise.
1328 (mi_execute_command): Likewise.
1329 * mi/mi-out.c (mi_table_body): Likewise.
1330 (mi_table_end): Likewise.
1331 (mi_table_header): Likewise.
1332 (mi_begin): Likewise.
1333 (mi_end): Likewise.
1334 (mi_field_int): Likewise.
1335 (mi_field_string): Likewise.
1336 (mi_field_fmt): Likewise.
1337 (mi_flush): Likewise.
1338 (mi_redirect): Likewise.
1339 (field_separator): Likewise.
1340 (mi_open): Likewise.
1341 (mi_close): Likewise.
1342 (mi_out_buffered): Likewise.
1343 (mi_out_rewind): Likewise.
1344 (mi_out_put): Likewise.
1345 (mi_version): Likewise.
1346 (mi_out_data_dtor): Likewise.
1347 * mi/mi-parse.c (mi_parse_cleanup): Likewise.
1348 * microblaze-tdep.c (microblaze_frame_cache): Likewise.
1349 * minidebug.c (lzma_open): Likewise.
1350 (lzma_pread): Likewise.
1351 (lzma_close): Likewise.
1352 (lzma_stat): Likewise.
1353 * mips-linux-tdep.c (mips_linux_init_abi): Likewise.
1354 * mips-sde-tdep.c (mips_sde_frame_cache): Likewise.
1355 (mips_sde_elf_osabi_sniff_abi_tag_sections): Likewise.
1356 * mips-tdep.c (mips_insn16_frame_cache): Likewise.
1357 (mips_micro_frame_cache): Likewise.
1358 (mips_insn32_frame_cache): Likewise.
1359 (mips_stub_frame_cache): Likewise.
1360 (gdb_print_insn_mips): Likewise.
1361 (value_of_mips_user_reg): Likewise.
1362 (mips_gdbarch_init): Likewise.
1363 * mips64obsd-tdep.c (mips64obsd_supply_gregset): Likewise.
1364 * mipsnbsd-tdep.c (mipsnbsd_supply_fpregset): Likewise.
1365 (mipsnbsd_supply_gregset): Likewise.
1366 * mn10300-linux-tdep.c (am33_supply_fpregset_method): Likewise.
1367 (am33_collect_gregset_method): Likewise.
1368 (am33_collect_fpregset_method): Likewise.
1369 * mn10300-tdep.c (mn10300_analyze_frame_prologue): Likewise.
1370 * moxie-tdep.c (moxie_frame_cache): Likewise.
1371 * msp430-tdep.c (msp430_get_opcode_byte): Likewise.
1372 (msp430_analyze_frame_prologue): Likewise.
1373 * mt-tdep.c (mt_frame_unwind_cache): Likewise.
1374 * nios2-linux-tdep.c (nios2_supply_gregset): Likewise.
1375 (nios2_collect_gregset): Likewise.
1376 * nios2-tdep.c (nios2_frame_unwind_cache): Likewise.
1377 (nios2_stub_frame_cache): Likewise.
1378 * objc-lang.c (find_methods): Likewise.
1379 * objfiles.c (objfiles_pspace_data_cleanup): Likewise.
1380 (get_objfile_pspace_data): Likewise.
1381 (get_objfile_bfd_data): Likewise.
1382 (objfile_bfd_data_free): Likewise.
1383 (add_to_objfile_sections): Likewise.
1384 (do_free_objfile_cleanup): Likewise.
1385 (resume_section_map_updates_cleanup): Likewise.
1386 * opencl-lang.c (builtin_opencl_type): Likewise.
1387 * osabi.c (generic_elf_osabi_sniff_abi_tag_sections): Likewise.
1388 * osdata.c (osdata_start_osdata): Likewise.
1389 (osdata_start_item): Likewise.
1390 (osdata_start_column): Likewise.
1391 (osdata_end_column): Likewise.
1392 (clear_parsing_data): Likewise.
1393 (osdata_free_cleanup): Likewise.
1394 * parse.c (type_stack_cleanup): Likewise.
1395 (exp_uses_objfile_iter): Likewise.
1396 * ppc-linux-tdep.c (ppc_linux_supply_gregset): Likewise.
1397 (ppc_linux_collect_gregset): Likewise.
1398 (ppu2spu_prev_arch): Likewise.
1399 (ppu2spu_this_id): Likewise.
1400 (ppu2spu_prev_register): Likewise.
1401 (ppu2spu_unwind_register): Likewise.
1402 (ppu2spu_sniffer): Likewise.
1403 (ppu2spu_dealloc_cache): Likewise.
1404 (ppc_linux_init_abi): Likewise.
1405 * ppcfbsd-tdep.c (ppcfbsd_sigtramp_frame_cache): Likewise.
1406 * ppcobsd-tdep.c (ppcobsd_sigtramp_frame_cache): Likewise.
1407 * progspace.c (restore_program_space): Likewise.
1408 * psymtab.c (find_pc_sect_psymtab): Likewise.
1409 (compare_psymbols): Likewise.
1410 (psymbol_bcache_full): Likewise.
1411 (allocate_psymtab): Likewise.
1412 (discard_psymtabs_upto): Likewise.
1413 * python/py-block.c (set_block): Likewise.
1414 (del_objfile_blocks): Likewise.
1415 * python/py-breakpoint.c (build_bp_list): Likewise.
1416 * python/py-inferior.c (inferior_to_inferior_object): Likewise.
1417 (build_inferior_list): Likewise.
1418 (py_free_inferior): Likewise.
1419 * python/py-objfile.c (py_free_objfile): Likewise.
1420 (objfile_to_objfile_object): Likewise.
1421 * python/py-prettyprint.c (py_restore_tstate): Likewise.
1422 * python/py-progspace.c (py_free_pspace): Likewise.
1423 (pspace_to_pspace_object): Likewise.
1424 * python/py-symbol.c (set_symbol): Likewise.
1425 (del_objfile_symbols): Likewise.
1426 * python/py-symtab.c (set_sal): Likewise.
1427 (set_symtab): Likewise.
1428 (del_objfile_symtab): Likewise.
1429 (del_objfile_sal): Likewise.
1430 * python/py-type.c (save_objfile_types): Likewise.
1431 (set_type): Likewise.
1432 * python/py-unwind.c (pyuw_prev_register): Likewise.
1433 (pyuw_on_new_gdbarch): Likewise.
1434 * python/py-utils.c (py_decref): Likewise.
1435 (py_xdecref): Likewise.
1436 (gdb_py_generic_dict): Likewise.
1437 * python/py-xmethods.c (gdbpy_free_xmethod_worker_data): Likewise.
1438 (gdbpy_clone_xmethod_worker_data): Likewise.
1439 (gdbpy_get_xmethod_arg_types): Likewise.
1440 (gdbpy_get_xmethod_result_type): Likewise.
1441 (gdbpy_invoke_xmethod): Likewise.
1442 * python/python.c (gdbpy_apply_type_printers): Likewise.
1443 (gdbpy_free_type_printers): Likewise.
1444 * record-btrace.c (record_btrace_disable_callback): Likewise.
1445 (bfcache_hash): Likewise.
1446 (bfcache_eq): Likewise.
1447 (btrace_get_frame_function): Likewise.
1448 (record_btrace_frame_unwind_stop_reason): Likewise.
1449 (record_btrace_frame_this_id): Likewise.
1450 (record_btrace_frame_prev_register): Likewise.
1451 (record_btrace_frame_dealloc_cache): Likewise.
1452 * record-full.c (record_full_message_wrapper): Likewise.
1453 (record_full_save_cleanups): Likewise.
1454 * regcache.c (regcache_descr): Likewise.
1455 (do_regcache_xfree): Likewise.
1456 (do_regcache_invalidate): Likewise.
1457 (do_cooked_read): Likewise.
1458 (regcache_transfer_regset): Likewise.
1459 * reggroups.c (reggroup_add): Likewise.
1460 (reggroup_next): Likewise.
1461 (reggroup_prev): Likewise.
1462 * remote-fileio.c (do_remote_fileio_request): Likewise.
1463 * remote-notif.c (remote_async_get_pending_events_handler): Likewise.
1464 (do_notif_event_xfree): Likewise.
1465 * remote.c (get_remote_arch_state): Likewise.
1466 (remote_pspace_data_cleanup): Likewise.
1467 (get_remote_exec_file): Likewise.
1468 (set_pspace_remote_exec_file): Likewise.
1469 (compare_pnums): Likewise.
1470 (clear_threads_listing_context): Likewise.
1471 (remote_newthread_step): Likewise.
1472 (start_thread): Likewise.
1473 (end_thread): Likewise.
1474 (remove_child_of_pending_fork): Likewise.
1475 (remove_stop_reply_for_inferior): Likewise.
1476 (remove_stop_reply_of_remote_state): Likewise.
1477 (remote_notif_remove_once_on_match): Likewise.
1478 (stop_reply_match_ptid_and_ws): Likewise.
1479 (kill_child_of_pending_fork): Likewise.
1480 (register_remote_g_packet_guess): Likewise.
1481 (remote_read_description_p): Likewise.
1482 (remote_read_description): Likewise.
1483 (free_actions_list_cleanup_wrapper): Likewise.
1484 (remote_async_serial_handler): Likewise.
1485 * rl78-tdep.c (rl78_get_opcode_byte): Likewise.
1486 (rl78_analyze_frame_prologue): Likewise.
1487 * rs6000-tdep.c (ppc_supply_gregset): Likewise.
1488 (ppc_supply_fpregset): Likewise.
1489 (ppc_supply_vsxregset): Likewise.
1490 (ppc_supply_vrregset): Likewise.
1491 (ppc_collect_gregset): Likewise.
1492 (ppc_collect_fpregset): Likewise.
1493 (ppc_collect_vsxregset): Likewise.
1494 (ppc_collect_vrregset): Likewise.
1495 (e500_move_ev_register): Likewise.
1496 (do_regcache_raw_write): Likewise.
1497 (rs6000_frame_cache): Likewise.
1498 (rs6000_epilogue_frame_cache): Likewise.
1499 (rs6000_gdbarch_init): Likewise.
1500 * rx-tdep.c (rx_get_opcode_byte): Likewise.
1501 (rx_analyze_frame_prologue): Likewise.
1502 (rx_frame_type): Likewise.
1503 (rx_frame_sniffer_common): Likewise.
1504 * s390-linux-tdep.c (s390_check_for_saved): Likewise.
1505 (s390_frame_unwind_cache): Likewise.
1506 (s390_stub_frame_unwind_cache): Likewise.
1507 (s390_sigtramp_frame_unwind_cache): Likewise.
1508 * score-tdep.c (score_make_prologue_cache): Likewise.
1509 * sentinel-frame.c (sentinel_frame_prev_register): Likewise.
1510 (sentinel_frame_prev_arch): Likewise.
1511 * ser-base.c (fd_event): Likewise.
1512 (push_event): Likewise.
1513 (ser_base_write): Likewise.
1514 * ser-pipe.c (pipe_close): Likewise.
1515 * serial.c (serial_write): Likewise.
1516 * sh-tdep.c (sh_frame_cache): Likewise.
1517 (sh_stub_this_id): Likewise.
1518 * sh64-tdep.c (sh64_frame_cache): Likewise.
1519 * solib-aix.c (get_solib_aix_inferior_data): Likewise.
1520 (library_list_start_library): Likewise.
1521 (library_list_start_list): Likewise.
1522 (solib_aix_free_library_list): Likewise.
1523 * solib-darwin.c (get_darwin_info): Likewise.
1524 * solib-dsbt.c (get_dsbt_info): Likewise.
1525 * solib-spu.c (append_ocl_sos): Likewise.
1526 * solib-svr4.c (svr4_pspace_data_cleanup): Likewise.
1527 (get_svr4_info): Likewise.
1528 (library_list_start_library): Likewise.
1529 (svr4_library_list_start_list): Likewise.
1530 (hash_probe_and_action): Likewise.
1531 (equal_probe_and_action): Likewise.
1532 (svr4_update_solib_event_breakpoint): Likewise.
1533 (set_solib_svr4_fetch_link_map_offsets): Likewise.
1534 (svr4_fetch_link_map_offsets): Likewise.
1535 (svr4_have_link_map_offsets): Likewise.
1536 * solib-target.c (library_list_start_segment): Likewise.
1537 (library_list_start_section): Likewise.
1538 (library_list_start_library): Likewise.
1539 (library_list_end_library): Likewise.
1540 (library_list_start_list): Likewise.
1541 (solib_target_free_library_list): Likewise.
1542 * solib.c (solib_ops): Likewise.
1543 (set_solib_ops): Likewise.
1544 * sparc-sol2-tdep.c (sparc32_sol2_sigtramp_frame_cache): Likewise.
1545 * sparc-tdep.c (sparc_frame_cache): Likewise.
1546 (sparc32_frame_cache): Likewise.
1547 (sparc32_supply_gregset): Likewise.
1548 (sparc32_collect_gregset): Likewise.
1549 (sparc32_supply_fpregset): Likewise.
1550 (sparc32_collect_fpregset): Likewise.
1551 * sparc64-sol2-tdep.c (sparc64_sol2_sigtramp_frame_cache): Likewise.
1552 * sparc64-tdep.c (sparc64_supply_gregset): Likewise.
1553 (sparc64_collect_gregset): Likewise.
1554 (sparc64_supply_fpregset): Likewise.
1555 (sparc64_collect_fpregset): Likewise.
1556 * sparc64fbsd-tdep.c (sparc64fbsd_sigtramp_frame_cache): Likewise.
1557 * sparc64nbsd-tdep.c (sparc64nbsd_sigcontext_frame_cache): Likewise.
1558 * sparc64obsd-tdep.c (sparc64obsd_frame_cache): Likewise.
1559 (sparc64obsd_trapframe_cache): Likewise.
1560 * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_frame_cache): Likewise.
1561 * sparcobsd-tdep.c (sparc32obsd_sigtramp_frame_cache): Likewise.
1562 * spu-multiarch.c (spu_gdbarch): Likewise.
1563 * spu-tdep.c (spu_frame_unwind_cache): Likewise.
1564 (spu2ppu_prev_arch): Likewise.
1565 (spu2ppu_this_id): Likewise.
1566 (spu2ppu_prev_register): Likewise.
1567 (spu2ppu_dealloc_cache): Likewise.
1568 (spu_dis_asm_print_address): Likewise.
1569 (gdb_print_insn_spu): Likewise.
1570 (spu_get_overlay_table): Likewise.
1571 * stabsread.c (rs6000_builtin_type): Likewise.
1572 * stack.c (do_print_variable_and_value): Likewise.
1573 * stap-probe.c (get_stap_base_address_1): Likewise.
1574 * symfile-debug.c (debug_qf_has_symbols): Likewise.
1575 (debug_qf_find_last_source_symtab): Likewise.
1576 (debug_qf_forget_cached_source_info): Likewise.
1577 (debug_qf_map_symtabs_matching_filename): Likewise.
1578 (debug_qf_lookup_symbol): Likewise.
1579 (debug_qf_print_stats): Likewise.
1580 (debug_qf_dump): Likewise.
1581 (debug_qf_relocate): Likewise.
1582 (debug_qf_expand_symtabs_for_function): Likewise.
1583 (debug_qf_expand_all_symtabs): Likewise.
1584 (debug_qf_expand_symtabs_with_fullname): Likewise.
1585 (debug_qf_map_matching_symbols): Likewise.
1586 (debug_qf_expand_symtabs_matching): Likewise.
1587 (debug_qf_find_pc_sect_compunit_symtab): Likewise.
1588 (debug_qf_map_symbol_filenames): Likewise.
1589 (debug_sym_get_probes): Likewise.
1590 (debug_sym_new_init): Likewise.
1591 (debug_sym_init): Likewise.
1592 (debug_sym_read): Likewise.
1593 (debug_sym_read_psymbols): Likewise.
1594 (debug_sym_finish): Likewise.
1595 (debug_sym_offsets): Likewise.
1596 (debug_sym_read_linetable): Likewise.
1597 (debug_sym_relocate): Likewise.
1598 (uninstall_symfile_debug_logging): Likewise.
1599 * symfile-mem.c (symbol_file_add_from_memory_wrapper): Likewise.
1600 * symfile.c (place_section): Likewise.
1601 (add_section_size_callback): Likewise.
1602 (load_progress): Likewise.
1603 (load_section_callback): Likewise.
1604 (clear_memory_write_data): Likewise.
1605 (allocate_symtab): Likewise.
1606 * symmisc.c (maintenance_expand_file_matcher): Likewise.
1607 * symtab.c (lookup_symtab_callback): Likewise.
1608 (hash_demangled_name_entry): Likewise.
1609 (eq_demangled_name_entry): Likewise.
1610 (get_symbol_cache): Likewise.
1611 (symbol_cache_cleanup): Likewise.
1612 (set_symbol_cache_size): Likewise.
1613 (symbol_cache_flush): Likewise.
1614 (maintenance_print_symbol_cache): Likewise.
1615 (maintenance_print_symbol_cache_statistics): Likewise.
1616 (delete_filename_seen_cache): Likewise.
1617 (output_partial_symbol_filename): Likewise.
1618 (search_symbols_file_matches): Likewise.
1619 (search_symbols_name_matches): Likewise.
1620 (do_free_completion_list): Likewise.
1621 (maybe_add_partial_symtab_filename): Likewise.
1622 (get_main_info): Likewise.
1623 (main_info_cleanup): Likewise.
1624 * target-dcache.c (target_dcache_cleanup): Likewise.
1625 (target_dcache_init_p): Likewise.
1626 (target_dcache_invalidate): Likewise.
1627 (target_dcache_get): Likewise.
1628 (target_dcache_get_or_init): Likewise.
1629 * target-descriptions.c (target_find_description): Likewise.
1630 (tdesc_find_type): Likewise.
1631 (tdesc_data_cleanup): Likewise.
1632 (tdesc_find_arch_register): Likewise.
1633 (tdesc_register_name): Likewise.
1634 (tdesc_register_type): Likewise.
1635 (tdesc_register_reggroup_p): Likewise.
1636 (set_tdesc_pseudo_register_name): Likewise.
1637 (set_tdesc_pseudo_register_type): Likewise.
1638 (set_tdesc_pseudo_register_reggroup_p): Likewise.
1639 (tdesc_use_registers): Likewise.
1640 (free_target_description): Likewise.
1641 * target-memory.c (compare_block_starting_address): Likewise.
1642 (cleanup_request_data): Likewise.
1643 (cleanup_write_requests_vector): Likewise.
1644 * target.c (open_target): Likewise.
1645 (cleanup_restore_target_terminal): Likewise.
1646 (free_memory_read_result_vector): Likewise.
1647 * thread.c (disable_thread_stack_temporaries): Likewise.
1648 (finish_thread_state_cleanup): Likewise.
1649 (do_restore_current_thread_cleanup): Likewise.
1650 (restore_current_thread_cleanup_dtor): Likewise.
1651 (set_thread_refcount): Likewise.
1652 (tp_array_compar): Likewise.
1653 (do_captured_thread_select): Likewise.
1654 * tic6x-tdep.c (tic6x_frame_unwind_cache): Likewise.
1655 (tic6x_stub_this_id): Likewise.
1656 * tilegx-tdep.c (tilegx_frame_cache): Likewise.
1657 * top.c (do_restore_instream_cleanup): Likewise.
1658 (gdb_readline_wrapper_cleanup): Likewise.
1659 (kill_or_detach): Likewise.
1660 (print_inferior_quit_action): Likewise.
1661 * tracefile-tfile.c (match_blocktype): Likewise.
1662 (build_traceframe_info): Likewise.
1663 * tracefile.c (trace_file_writer_xfree): Likewise.
1664 * tracepoint.c (memrange_cmp): Likewise.
1665 (do_collect_symbol): Likewise.
1666 (do_clear_collection_list): Likewise.
1667 (do_restore_current_traceframe_cleanup): Likewise.
1668 (restore_current_traceframe_cleanup_dtor): Likewise.
1669 (free_current_marker): Likewise.
1670 (traceframe_info_start_memory): Likewise.
1671 (traceframe_info_start_tvar): Likewise.
1672 (free_result): Likewise.
1673 * tramp-frame.c (tramp_frame_cache): Likewise.
1674 * tui/tui-file.c (tui_file_delete): Likewise.
1675 (tui_fileopen): Likewise.
1676 (tui_sfileopen): Likewise.
1677 (tui_file_isatty): Likewise.
1678 (tui_file_rewind): Likewise.
1679 (tui_file_put): Likewise.
1680 (tui_file_fputs): Likewise.
1681 (tui_file_get_strbuf): Likewise.
1682 (tui_file_adjust_strbuf): Likewise.
1683 (tui_file_flush): Likewise.
1684 * tui/tui-layout.c (make_command_window): Likewise.
1685 (make_data_window): Likewise.
1686 (show_source_disasm_command): Likewise.
1687 (show_data): Likewise.
1688 (make_source_or_disasm_window): Likewise.
1689 (show_source_or_disasm_and_command): Likewise.
1690 * tui/tui-out.c (tui_field_int): Likewise.
1691 (tui_field_string): Likewise.
1692 (tui_field_fmt): Likewise.
1693 (tui_text): Likewise.
1694 * typeprint.c (hash_typedef_field): Likewise.
1695 (eq_typedef_field): Likewise.
1696 (do_free_typedef_hash): Likewise.
1697 (copy_typedef_hash_element): Likewise.
1698 (do_free_global_table): Likewise.
1699 (find_global_typedef): Likewise.
1700 (find_typedef_in_hash): Likewise.
1701 * ui-file.c (ui_file_write_for_put): Likewise.
1702 (do_ui_file_xstrdup): Likewise.
1703 (mem_file_delete): Likewise.
1704 (mem_file_rewind): Likewise.
1705 (mem_file_put): Likewise.
1706 (mem_file_write): Likewise.
1707 (stdio_file_delete): Likewise.
1708 (stdio_file_flush): Likewise.
1709 (stdio_file_read): Likewise.
1710 (stdio_file_write): Likewise.
1711 (stdio_file_write_async_safe): Likewise.
1712 (stdio_file_fputs): Likewise.
1713 (stdio_file_isatty): Likewise.
1714 (stdio_file_fseek): Likewise.
1715 (tee_file_delete): Likewise.
1716 (tee_file_flush): Likewise.
1717 (tee_file_write): Likewise.
1718 (tee_file_fputs): Likewise.
1719 (tee_file_isatty): Likewise.
1720 * ui-out.c (do_cleanup_table_end): Likewise.
1721 (do_cleanup_end): Likewise.
1722 * user-regs.c (user_reg_add): Likewise.
1723 (user_reg_map_name_to_regnum): Likewise.
1724 (usernum_to_user_reg): Likewise.
1725 (maintenance_print_user_registers): Likewise.
1726 * utils.c (do_bfd_close_cleanup): Likewise.
1727 (do_fclose_cleanup): Likewise.
1728 (do_obstack_free): Likewise.
1729 (do_ui_file_delete): Likewise.
1730 (do_ui_out_redirect_pop): Likewise.
1731 (do_free_section_addr_info): Likewise.
1732 (restore_integer): Likewise.
1733 (do_unpush_target): Likewise.
1734 (do_htab_delete_cleanup): Likewise.
1735 (do_restore_ui_file): Likewise.
1736 (do_value_free): Likewise.
1737 (do_free_so): Likewise.
1738 (free_current_contents): Likewise.
1739 (do_regfree_cleanup): Likewise.
1740 (core_addr_hash): Likewise.
1741 (core_addr_eq): Likewise.
1742 (do_free_char_ptr_vec): Likewise.
1743 * v850-tdep.c (v850_frame_cache): Likewise.
1744 * varobj.c (do_free_variable_cleanup): Likewise.
1745 * vax-tdep.c (vax_supply_gregset): Likewise.
1746 (vax_frame_cache): Likewise.
1747 * vaxobsd-tdep.c (vaxobsd_sigtramp_frame_cache): Likewise.
1748 * xml-support.c (gdb_xml_body_text): Likewise.
1749 (gdb_xml_values_cleanup): Likewise.
1750 (gdb_xml_start_element): Likewise.
1751 (gdb_xml_start_element_wrapper): Likewise.
1752 (gdb_xml_end_element): Likewise.
1753 (gdb_xml_end_element_wrapper): Likewise.
1754 (gdb_xml_cleanup): Likewise.
1755 (gdb_xml_fetch_external_entity): Likewise.
1756 (gdb_xml_parse_attr_enum): Likewise.
1757 (xinclude_start_include): Likewise.
1758 (xinclude_end_include): Likewise.
1759 (xml_xinclude_default): Likewise.
1760 (xml_xinclude_start_doctype): Likewise.
1761 (xml_xinclude_end_doctype): Likewise.
1762 (xml_xinclude_cleanup): Likewise.
1763 (xml_fetch_content_from_file): Likewise.
1764 * xml-syscall.c (free_syscalls_info): Likewise.
1765 (syscall_start_syscall): Likewise.
1766 * xml-tdesc.c (tdesc_end_arch): Likewise.
1767 (tdesc_end_osabi): Likewise.
1768 (tdesc_end_compatible): Likewise.
1769 (tdesc_start_target): Likewise.
1770 (tdesc_start_feature): Likewise.
1771 (tdesc_start_reg): Likewise.
1772 (tdesc_start_union): Likewise.
1773 (tdesc_start_struct): Likewise.
1774 (tdesc_start_flags): Likewise.
1775 (tdesc_start_field): Likewise.
1776 (tdesc_start_vector): Likewise.
1777 (fetch_available_features_from_target): Likewise.
1778 * xstormy16-tdep.c (xstormy16_frame_cache): Likewise.
1779 * xtensa-tdep.c (xtensa_supply_gregset): Likewise.
1780 (xtensa_frame_cache): Likewise.
1781 (xtensa_frame_prev_register): Likewise.
1782 (xtensa_extract_return_value): Likewise.
1783
1784 2015-09-25 Simon Marchi <simon.marchi@ericsson.com>
1785
1786 * aarch64-tdep.c (aarch64_make_prologue_cache): Add cast(s).
1787 (aarch64_make_stub_cache): Likewise.
1788 (value_of_aarch64_user_reg): Likewise.
1789 * ada-lang.c (ada_inferior_data_cleanup): Likewise.
1790 (get_ada_inferior_data): Likewise.
1791 (get_ada_pspace_data): Likewise.
1792 (ada_pspace_data_cleanup): Likewise.
1793 (ada_complete_symbol_matcher): Likewise.
1794 (ada_exc_search_name_matches): Likewise.
1795 * ada-tasks.c (get_ada_tasks_pspace_data): Likewise.
1796 (get_ada_tasks_inferior_data): Likewise.
1797 * addrmap.c (addrmap_mutable_foreach_worker): Likewise.
1798 (splay_obstack_alloc): Likewise.
1799 (splay_obstack_free): Likewise.
1800 * alpha-linux-tdep.c (alpha_linux_supply_gregset): Likewise.
1801 (alpha_linux_collect_gregset): Likewise.
1802 (alpha_linux_supply_fpregset): Likewise.
1803 (alpha_linux_collect_fpregset): Likewise.
1804 * alpha-mdebug-tdep.c (alpha_mdebug_frame_unwind_cache): Likewise.
1805 * alpha-tdep.c (alpha_lds): Likewise.
1806 (alpha_sts): Likewise.
1807 (alpha_sigtramp_frame_unwind_cache): Likewise.
1808 (alpha_heuristic_frame_unwind_cache): Likewise.
1809 (alpha_supply_int_regs): Likewise.
1810 (alpha_fill_int_regs): Likewise.
1811 (alpha_supply_fp_regs): Likewise.
1812 (alpha_fill_fp_regs): Likewise.
1813 * alphanbsd-tdep.c (alphanbsd_supply_fpregset): Likewise.
1814 (alphanbsd_aout_supply_gregset): Likewise.
1815 (alphanbsd_supply_gregset): Likewise.
1816 * amd64-linux-tdep.c (amd64_linux_init_abi): Likewise.
1817 (amd64_x32_linux_init_abi): Likewise.
1818 * amd64-nat.c (amd64_supply_native_gregset): Likewise.
1819 (amd64_collect_native_gregset): Likewise.
1820 * amd64-tdep.c (amd64_frame_cache): Likewise.
1821 (amd64_sigtramp_frame_cache): Likewise.
1822 (amd64_epilogue_frame_cache): Likewise.
1823 (amd64_supply_fxsave): Likewise.
1824 (amd64_supply_xsave): Likewise.
1825 (amd64_collect_fxsave): Likewise.
1826 (amd64_collect_xsave): Likewise.
1827 * amd64-windows-tdep.c (amd64_windows_frame_cache): Likewise.
1828 * amd64obsd-tdep.c (amd64obsd_trapframe_cache): Likewise.
1829 * arm-linux-tdep.c (arm_linux_supply_gregset): Likewise.
1830 (arm_linux_collect_gregset): Likewise.
1831 (arm_linux_supply_nwfpe): Likewise.
1832 (arm_linux_collect_nwfpe): Likewise.
1833 (arm_linux_supply_vfp): Likewise.
1834 (arm_linux_collect_vfp): Likewise.
1835 * arm-tdep.c (arm_find_mapping_symbol): Likewise.
1836 (arm_prologue_unwind_stop_reason): Likewise.
1837 (arm_prologue_this_id): Likewise.
1838 (arm_prologue_prev_register): Likewise.
1839 (arm_exidx_data_free): Likewise.
1840 (arm_find_exidx_entry): Likewise.
1841 (arm_stub_this_id): Likewise.
1842 (arm_m_exception_this_id): Likewise.
1843 (arm_m_exception_prev_register): Likewise.
1844 (arm_normal_frame_base): Likewise.
1845 (gdb_print_insn_arm): Likewise.
1846 (arm_objfile_data_free): Likewise.
1847 (arm_record_special_symbol): Likewise.
1848 (value_of_arm_user_reg): Likewise.
1849 * armbsd-tdep.c (armbsd_supply_fpregset): Likewise.
1850 (armbsd_supply_gregset): Likewise.
1851 * auto-load.c (auto_load_pspace_data_cleanup): Likewise.
1852 (get_auto_load_pspace_data): Likewise.
1853 (hash_loaded_script_entry): Likewise.
1854 (eq_loaded_script_entry): Likewise.
1855 (clear_section_scripts): Likewise.
1856 (collect_matching_scripts): Likewise.
1857 * auxv.c (auxv_inferior_data_cleanup): Likewise.
1858 (get_auxv_inferior_data): Likewise.
1859 * avr-tdep.c (avr_frame_unwind_cache): Likewise.
1860 * ax-general.c (do_free_agent_expr_cleanup): Likewise.
1861 * bfd-target.c (target_bfd_xfer_partial): Likewise.
1862 (target_bfd_xclose): Likewise.
1863 (target_bfd_get_section_table): Likewise.
1864 * bfin-tdep.c (bfin_frame_cache): Likewise.
1865 * block.c (find_block_in_blockvector): Likewise.
1866 (call_site_for_pc): Likewise.
1867 (block_find_non_opaque_type_preferred): Likewise.
1868 * break-catch-sig.c (signal_catchpoint_insert_location): Likewise.
1869 (signal_catchpoint_remove_location): Likewise.
1870 (signal_catchpoint_breakpoint_hit): Likewise.
1871 (signal_catchpoint_print_one): Likewise.
1872 (signal_catchpoint_print_mention): Likewise.
1873 (signal_catchpoint_print_recreate): Likewise.
1874 * break-catch-syscall.c (get_catch_syscall_inferior_data): Likewise.
1875 * breakpoint.c (do_cleanup_counted_command_line): Likewise.
1876 (bp_location_compare_addrs): Likewise.
1877 (get_first_locp_gte_addr): Likewise.
1878 (check_tracepoint_command): Likewise.
1879 (do_map_commands_command): Likewise.
1880 (get_breakpoint_objfile_data): Likewise.
1881 (free_breakpoint_probes): Likewise.
1882 (do_captured_breakpoint_query): Likewise.
1883 (compare_breakpoints): Likewise.
1884 (bp_location_compare): Likewise.
1885 (bpstat_remove_breakpoint_callback): Likewise.
1886 (do_delete_breakpoint_cleanup): Likewise.
1887 * bsd-uthread.c (bsd_uthread_set_supply_uthread): Likewise.
1888 (bsd_uthread_set_collect_uthread): Likewise.
1889 (bsd_uthread_activate): Likewise.
1890 (bsd_uthread_fetch_registers): Likewise.
1891 (bsd_uthread_store_registers): Likewise.
1892 * btrace.c (check_xml_btrace_version): Likewise.
1893 (parse_xml_btrace_block): Likewise.
1894 (parse_xml_btrace_pt_config_cpu): Likewise.
1895 (parse_xml_btrace_pt_raw): Likewise.
1896 (parse_xml_btrace_pt): Likewise.
1897 (parse_xml_btrace_conf_bts): Likewise.
1898 (parse_xml_btrace_conf_pt): Likewise.
1899 (do_btrace_data_cleanup): Likewise.
1900 * c-typeprint.c (find_typedef_for_canonicalize): Likewise.
1901 * charset.c (cleanup_iconv): Likewise.
1902 (do_cleanup_iterator): Likewise.
1903 * cli-out.c (cli_uiout_dtor): Likewise.
1904 (cli_table_begin): Likewise.
1905 (cli_table_body): Likewise.
1906 (cli_table_end): Likewise.
1907 (cli_table_header): Likewise.
1908 (cli_begin): Likewise.
1909 (cli_end): Likewise.
1910 (cli_field_int): Likewise.
1911 (cli_field_skip): Likewise.
1912 (cli_field_string): Likewise.
1913 (cli_field_fmt): Likewise.
1914 (cli_spaces): Likewise.
1915 (cli_text): Likewise.
1916 (cli_message): Likewise.
1917 (cli_wrap_hint): Likewise.
1918 (cli_flush): Likewise.
1919 (cli_redirect): Likewise.
1920 (out_field_fmt): Likewise.
1921 (field_separator): Likewise.
1922 (cli_out_set_stream): Likewise.
1923 * cli/cli-cmds.c (compare_symtabs): Likewise.
1924 * cli/cli-dump.c (call_dump_func): Likewise.
1925 (restore_section_callback): Likewise.
1926 * cli/cli-script.c (clear_hook_in_cleanup): Likewise.
1927 (do_restore_user_call_depth): Likewise.
1928 (do_free_command_lines_cleanup): Likewise.
1929 * coff-pe-read.c (get_section_vmas): Likewise.
1930 (pe_as16): Likewise.
1931 (pe_as32): Likewise.
1932 * coffread.c (coff_symfile_read): Likewise.
1933 * common/agent.c (agent_look_up_symbols): Likewise.
1934 * common/filestuff.c (do_close_cleanup): Likewise.
1935 * common/format.c (free_format_pieces_cleanup): Likewise.
1936 * common/vec.c (vec_o_reserve): Likewise.
1937 * compile/compile-c-support.c (print_one_macro): Likewise.
1938 * compile/compile-c-symbols.c (hash_symbol_error): Likewise.
1939 (eq_symbol_error): Likewise.
1940 (del_symbol_error): Likewise.
1941 (error_symbol_once): Likewise.
1942 (gcc_convert_symbol): Likewise.
1943 (gcc_symbol_address): Likewise.
1944 (hash_symname): Likewise.
1945 (eq_symname): Likewise.
1946 * compile/compile-c-types.c (hash_type_map_instance): Likewise.
1947 (eq_type_map_instance): Likewise.
1948 (insert_type): Likewise.
1949 (convert_type): Likewise.
1950 * compile/compile-object-load.c (munmap_listp_free_cleanup): Likewise.
1951 (setup_sections): Likewise.
1952 (link_hash_table_free): Likewise.
1953 (copy_sections): Likewise.
1954 * compile/compile-object-run.c (do_module_cleanup): Likewise.
1955 * compile/compile.c (compile_print_value): Likewise.
1956 (do_rmdir): Likewise.
1957 (cleanup_compile_instance): Likewise.
1958 (cleanup_unlink_file): Likewise.
1959 * completer.c (free_completion_tracker): Likewise.
1960 * corelow.c (add_to_spuid_list): Likewise.
1961 * cp-namespace.c (reset_directive_searched): Likewise.
1962 * cp-support.c (reset_directive_searched): Likewise.
1963 * cris-tdep.c (cris_sigtramp_frame_unwind_cache): Likewise.
1964 (cris_frame_unwind_cache): Likewise.
1965 * d-lang.c (builtin_d_type): Likewise.
1966 * d-namespace.c (reset_directive_searched): Likewise.
1967 * dbxread.c (dbx_free_symfile_info): Likewise.
1968 (do_free_bincl_list_cleanup): Likewise.
1969 * disasm.c (hash_dis_line_entry): Likewise.
1970 (eq_dis_line_entry): Likewise.
1971 (dis_asm_print_address): Likewise.
1972 (fprintf_disasm): Likewise.
1973 (do_ui_file_delete): Likewise.
1974 * doublest.c (convert_floatformat_to_doublest): Likewise.
1975 * dummy-frame.c (pop_dummy_frame_bpt): Likewise.
1976 (dummy_frame_prev_register): Likewise.
1977 (dummy_frame_this_id): Likewise.
1978 * dwarf2-frame-tailcall.c (cache_hash): Likewise.
1979 (cache_eq): Likewise.
1980 (cache_find): Likewise.
1981 (tailcall_frame_this_id): Likewise.
1982 (dwarf2_tailcall_prev_register_first): Likewise.
1983 (tailcall_frame_prev_register): Likewise.
1984 (tailcall_frame_dealloc_cache): Likewise.
1985 (tailcall_frame_prev_arch): Likewise.
1986 * dwarf2-frame.c (dwarf2_frame_state_free): Likewise.
1987 (dwarf2_frame_set_init_reg): Likewise.
1988 (dwarf2_frame_init_reg): Likewise.
1989 (dwarf2_frame_set_signal_frame_p): Likewise.
1990 (dwarf2_frame_signal_frame_p): Likewise.
1991 (dwarf2_frame_set_adjust_regnum): Likewise.
1992 (dwarf2_frame_adjust_regnum): Likewise.
1993 (clear_pointer_cleanup): Likewise.
1994 (dwarf2_frame_cache): Likewise.
1995 (find_cie): Likewise.
1996 (dwarf2_frame_find_fde): Likewise.
1997 * dwarf2expr.c (dwarf_expr_address_type): Likewise.
1998 (free_dwarf_expr_context_cleanup): Likewise.
1999 * dwarf2loc.c (locexpr_find_frame_base_location): Likewise.
2000 (locexpr_get_frame_base): Likewise.
2001 (loclist_find_frame_base_location): Likewise.
2002 (loclist_get_frame_base): Likewise.
2003 (dwarf_expr_dwarf_call): Likewise.
2004 (dwarf_expr_get_base_type): Likewise.
2005 (dwarf_expr_push_dwarf_reg_entry_value): Likewise.
2006 (dwarf_expr_get_obj_addr): Likewise.
2007 (entry_data_value_coerce_ref): Likewise.
2008 (entry_data_value_copy_closure): Likewise.
2009 (entry_data_value_free_closure): Likewise.
2010 (get_frame_address_in_block_wrapper): Likewise.
2011 (dwarf2_evaluate_property): Likewise.
2012 (dwarf2_compile_property_to_c): Likewise.
2013 (needs_frame_read_addr_from_reg): Likewise.
2014 (needs_frame_get_reg_value): Likewise.
2015 (needs_frame_frame_base): Likewise.
2016 (needs_frame_frame_cfa): Likewise.
2017 (needs_frame_tls_address): Likewise.
2018 (needs_frame_dwarf_call): Likewise.
2019 (needs_dwarf_reg_entry_value): Likewise.
2020 (get_ax_pc): Likewise.
2021 (locexpr_read_variable): Likewise.
2022 (locexpr_read_variable_at_entry): Likewise.
2023 (locexpr_read_needs_frame): Likewise.
2024 (locexpr_describe_location): Likewise.
2025 (locexpr_tracepoint_var_ref): Likewise.
2026 (locexpr_generate_c_location): Likewise.
2027 (loclist_read_variable): Likewise.
2028 (loclist_read_variable_at_entry): Likewise.
2029 (loclist_describe_location): Likewise.
2030 (loclist_tracepoint_var_ref): Likewise.
2031 (loclist_generate_c_location): Likewise.
2032 * dwarf2read.c (line_header_hash_voidp): Likewise.
2033 (line_header_eq_voidp): Likewise.
2034 (dwarf2_has_info): Likewise.
2035 (dwarf2_get_section_info): Likewise.
2036 (locate_dwz_sections): Likewise.
2037 (hash_file_name_entry): Likewise.
2038 (eq_file_name_entry): Likewise.
2039 (delete_file_name_entry): Likewise.
2040 (dw2_setup): Likewise.
2041 (dw2_get_file_names_reader): Likewise.
2042 (dw2_find_pc_sect_compunit_symtab): Likewise.
2043 (hash_signatured_type): Likewise.
2044 (eq_signatured_type): Likewise.
2045 (add_signatured_type_cu_to_table): Likewise.
2046 (create_debug_types_hash_table): Likewise.
2047 (lookup_dwo_signatured_type): Likewise.
2048 (lookup_dwp_signatured_type): Likewise.
2049 (lookup_signatured_type): Likewise.
2050 (hash_type_unit_group): Likewise.
2051 (eq_type_unit_group): Likewise.
2052 (get_type_unit_group): Likewise.
2053 (process_psymtab_comp_unit_reader): Likewise.
2054 (sort_tu_by_abbrev_offset): Likewise.
2055 (process_skeletonless_type_unit): Likewise.
2056 (psymtabs_addrmap_cleanup): Likewise.
2057 (dwarf2_read_symtab): Likewise.
2058 (psymtab_to_symtab_1): Likewise.
2059 (die_hash): Likewise.
2060 (die_eq): Likewise.
2061 (load_full_comp_unit_reader): Likewise.
2062 (reset_die_in_process): Likewise.
2063 (free_cu_line_header): Likewise.
2064 (handle_DW_AT_stmt_list): Likewise.
2065 (hash_dwo_file): Likewise.
2066 (eq_dwo_file): Likewise.
2067 (hash_dwo_unit): Likewise.
2068 (eq_dwo_unit): Likewise.
2069 (create_dwo_cu_reader): Likewise.
2070 (create_dwo_unit_in_dwp_v1): Likewise.
2071 (create_dwo_unit_in_dwp_v2): Likewise.
2072 (lookup_dwo_unit_in_dwp): Likewise.
2073 (dwarf2_locate_dwo_sections): Likewise.
2074 (dwarf2_locate_common_dwp_sections): Likewise.
2075 (dwarf2_locate_v2_dwp_sections): Likewise.
2076 (hash_dwp_loaded_cutus): Likewise.
2077 (eq_dwp_loaded_cutus): Likewise.
2078 (lookup_dwo_cutu): Likewise.
2079 (abbrev_table_free_cleanup): Likewise.
2080 (dwarf2_free_abbrev_table): Likewise.
2081 (find_partial_die_in_comp_unit): Likewise.
2082 (free_line_header_voidp): Likewise.
2083 (follow_die_offset): Likewise.
2084 (follow_die_sig_1): Likewise.
2085 (free_heap_comp_unit): Likewise.
2086 (free_stack_comp_unit): Likewise.
2087 (dwarf2_free_objfile): Likewise.
2088 (per_cu_offset_and_type_hash): Likewise.
2089 (per_cu_offset_and_type_eq): Likewise.
2090 (get_die_type_at_offset): Likewise.
2091 (partial_die_hash): Likewise.
2092 (partial_die_eq): Likewise.
2093 (dwarf2_per_objfile_free): Likewise.
2094 (hash_strtab_entry): Likewise.
2095 (eq_strtab_entry): Likewise.
2096 (add_string): Likewise.
2097 (hash_symtab_entry): Likewise.
2098 (eq_symtab_entry): Likewise.
2099 (delete_symtab_entry): Likewise.
2100 (cleanup_mapped_symtab): Likewise.
2101 (add_indices_to_cpool): Likewise.
2102 (hash_psymtab_cu_index): Likewise.
2103 (eq_psymtab_cu_index): Likewise.
2104 (add_address_entry_worker): Likewise.
2105 (unlink_if_set): Likewise.
2106 (write_one_signatured_type): Likewise.
2107 (save_gdb_index_command): Likewise.
2108 * elfread.c (elf_symtab_read): Likewise.
2109 (elf_gnu_ifunc_cache_hash): Likewise.
2110 (elf_gnu_ifunc_cache_eq): Likewise.
2111 (elf_gnu_ifunc_record_cache): Likewise.
2112 (elf_gnu_ifunc_resolve_by_cache): Likewise.
2113 (elf_get_probes): Likewise.
2114 (probe_key_free): Likewise.
2115 * f-lang.c (builtin_f_type): Likewise.
2116 * frame-base.c (frame_base_append_sniffer): Likewise.
2117 (frame_base_set_default): Likewise.
2118 (frame_base_find_by_frame): Likewise.
2119 * frame-unwind.c (frame_unwind_prepend_unwinder): Likewise.
2120 (frame_unwind_append_unwinder): Likewise.
2121 (frame_unwind_find_by_frame): Likewise.
2122 * frame.c (frame_addr_hash): Likewise.
2123 (frame_addr_hash_eq): Likewise.
2124 (frame_stash_find): Likewise.
2125 (do_frame_register_read): Likewise.
2126 (unwind_to_current_frame): Likewise.
2127 (frame_cleanup_after_sniffer): Likewise.
2128 * frv-linux-tdep.c (frv_linux_sigtramp_frame_cache): Likewise.
2129 * frv-tdep.c (frv_frame_unwind_cache): Likewise.
2130 * ft32-tdep.c (ft32_frame_cache): Likewise.
2131 * gcore.c (do_bfd_delete_cleanup): Likewise.
2132 (gcore_create_callback): Likewise.
2133 * gdb_bfd.c (hash_bfd): Likewise.
2134 (eq_bfd): Likewise.
2135 (gdb_bfd_open): Likewise.
2136 (free_one_bfd_section): Likewise.
2137 (gdb_bfd_ref): Likewise.
2138 (gdb_bfd_unref): Likewise.
2139 (get_section_descriptor): Likewise.
2140 (gdb_bfd_map_section): Likewise.
2141 (gdb_bfd_crc): Likewise.
2142 (gdb_bfd_mark_parent): Likewise.
2143 (gdb_bfd_record_inclusion): Likewise.
2144 (gdb_bfd_requires_relocations): Likewise.
2145 (print_one_bfd): Likewise.
2146 * gdbtypes.c (type_pair_hash): Likewise.
2147 (type_pair_eq): Likewise.
2148 (builtin_type): Likewise.
2149 (objfile_type): Likewise.
2150 * gnu-v3-abi.c (vtable_ptrdiff_type): Likewise.
2151 (vtable_address_point_offset): Likewise.
2152 (gnuv3_get_vtable): Likewise.
2153 (hash_value_and_voffset): Likewise.
2154 (eq_value_and_voffset): Likewise.
2155 (compare_value_and_voffset): Likewise.
2156 (compute_vtable_size): Likewise.
2157 (gnuv3_get_typeid_type): Likewise.
2158 * go-lang.c (builtin_go_type): Likewise.
2159 * guile/scm-block.c (bkscm_hash_block_smob): Likewise.
2160 (bkscm_eq_block_smob): Likewise.
2161 (bkscm_objfile_block_map): Likewise.
2162 (bkscm_del_objfile_blocks): Likewise.
2163 * guile/scm-breakpoint.c (bpscm_build_bp_list): Likewise.
2164 * guile/scm-disasm.c (gdbscm_disasm_read_memory_worker): Likewise.
2165 (gdbscm_disasm_print_address): Likewise.
2166 * guile/scm-frame.c (frscm_hash_frame_smob): Likewise.
2167 (frscm_eq_frame_smob): Likewise.
2168 (frscm_inferior_frame_map): Likewise.
2169 (frscm_del_inferior_frames): Likewise.
2170 * guile/scm-gsmob.c (gdbscm_add_objfile_ref): Likewise.
2171 * guile/scm-objfile.c (ofscm_handle_objfile_deleted): Likewise.
2172 (ofscm_objfile_smob_from_objfile): Likewise.
2173 * guile/scm-ports.c (ioscm_write): Likewise.
2174 (ioscm_file_port_delete): Likewise.
2175 (ioscm_file_port_rewind): Likewise.
2176 (ioscm_file_port_put): Likewise.
2177 (ioscm_file_port_write): Likewise.
2178 * guile/scm-progspace.c (psscm_handle_pspace_deleted): Likewise.
2179 (psscm_pspace_smob_from_pspace): Likewise.
2180 * guile/scm-safe-call.c (scscm_recording_pre_unwind_handler): Likewise.
2181 (scscm_recording_unwind_handler): Likewise.
2182 (gdbscm_with_catch): Likewise.
2183 (scscm_call_0_body): Likewise.
2184 (scscm_call_1_body): Likewise.
2185 (scscm_call_2_body): Likewise.
2186 (scscm_call_3_body): Likewise.
2187 (scscm_call_4_body): Likewise.
2188 (scscm_apply_1_body): Likewise.
2189 (scscm_eval_scheme_string): Likewise.
2190 (gdbscm_safe_eval_string): Likewise.
2191 (scscm_source_scheme_script): Likewise.
2192 (gdbscm_safe_source_script): Likewise.
2193 * guile/scm-string.c (gdbscm_call_scm_to_stringn): Likewise.
2194 (gdbscm_call_scm_from_stringn): Likewise.
2195 * guile/scm-symbol.c (syscm_hash_symbol_smob): Likewise.
2196 (syscm_eq_symbol_smob): Likewise.
2197 (syscm_get_symbol_map): Likewise.
2198 (syscm_del_objfile_symbols): Likewise.
2199 * guile/scm-symtab.c (stscm_hash_symtab_smob): Likewise.
2200 (stscm_eq_symtab_smob): Likewise.
2201 (stscm_objfile_symtab_map): Likewise.
2202 (stscm_del_objfile_symtabs): Likewise.
2203 * guile/scm-type.c (tyscm_hash_type_smob): Likewise.
2204 (tyscm_eq_type_smob): Likewise.
2205 (tyscm_type_map): Likewise.
2206 (tyscm_copy_type_recursive): Likewise.
2207 (save_objfile_types): Likewise.
2208 * guile/scm-utils.c (extract_arg): Likewise.
2209 * h8300-tdep.c (h8300_frame_cache): Likewise.
2210 * hppa-linux-tdep.c (hppa_linux_sigtramp_frame_unwind_cache): Likewise.
2211 * hppa-tdep.c (compare_unwind_entries): Likewise.
2212 (find_unwind_entry): Likewise.
2213 (hppa_frame_cache): Likewise.
2214 (hppa_stub_frame_unwind_cache): Likewise.
2215 * hppanbsd-tdep.c (hppanbsd_supply_gregset): Likewise.
2216 * hppaobsd-tdep.c (hppaobsd_supply_gregset): Likewise.
2217 (hppaobsd_supply_fpregset): Likewise.
2218 * i386-cygwin-tdep.c (core_process_module_section): Likewise.
2219 * i386-linux-tdep.c (i386_linux_init_abi): Likewise.
2220 * i386-tdep.c (i386_frame_cache): Likewise.
2221 (i386_epilogue_frame_cache): Likewise.
2222 (i386_sigtramp_frame_cache): Likewise.
2223 (i386_supply_gregset): Likewise.
2224 (i386_collect_gregset): Likewise.
2225 (i386_gdbarch_init): Likewise.
2226 * i386obsd-tdep.c (i386obsd_aout_supply_regset): Likewise.
2227 (i386obsd_trapframe_cache): Likewise.
2228 * i387-tdep.c (i387_supply_fsave): Likewise.
2229 (i387_collect_fsave): Likewise.
2230 (i387_supply_fxsave): Likewise.
2231 (i387_collect_fxsave): Likewise.
2232 (i387_supply_xsave): Likewise.
2233 (i387_collect_xsave): Likewise.
2234 * ia64-tdep.c (ia64_frame_cache): Likewise.
2235 (ia64_sigtramp_frame_cache): Likewise.
2236 * infcmd.c (attach_command_continuation): Likewise.
2237 (attach_command_continuation_free_args): Likewise.
2238 * inferior.c (restore_inferior): Likewise.
2239 (delete_thread_of_inferior): Likewise.
2240 * inflow.c (inflow_inferior_data_cleanup): Likewise.
2241 (get_inflow_inferior_data): Likewise.
2242 (inflow_inferior_exit): Likewise.
2243 * infrun.c (displaced_step_clear_cleanup): Likewise.
2244 (restore_current_uiout_cleanup): Likewise.
2245 (release_stop_context_cleanup): Likewise.
2246 (do_restore_infcall_suspend_state_cleanup): Likewise.
2247 (do_restore_infcall_control_state_cleanup): Likewise.
2248 (restore_inferior_ptid): Likewise.
2249 * inline-frame.c (block_starting_point_at): Likewise.
2250 * iq2000-tdep.c (iq2000_frame_cache): Likewise.
2251 * jit.c (get_jit_objfile_data): Likewise.
2252 (get_jit_program_space_data): Likewise.
2253 (jit_object_close_impl): Likewise.
2254 (jit_find_objf_with_entry_addr): Likewise.
2255 (jit_breakpoint_deleted): Likewise.
2256 (jit_unwind_reg_set_impl): Likewise.
2257 (jit_unwind_reg_get_impl): Likewise.
2258 (jit_dealloc_cache): Likewise.
2259 (jit_frame_sniffer): Likewise.
2260 (jit_frame_prev_register): Likewise.
2261 (jit_prepend_unwinder): Likewise.
2262 (jit_inferior_exit_hook): Likewise.
2263 (free_objfile_data): Likewise.
2264 * jv-lang.c (jv_per_objfile_free): Likewise.
2265 (get_dynamics_objfile): Likewise.
2266 (get_java_class_symtab): Likewise.
2267 (builtin_java_type): Likewise.
2268 * language.c (language_string_char_type): Likewise.
2269 (language_bool_type): Likewise.
2270 (language_lookup_primitive_type): Likewise.
2271 (language_lookup_primitive_type_as_symbol): Likewise.
2272 * linespec.c (hash_address_entry): Likewise.
2273 (eq_address_entry): Likewise.
2274 (iterate_inline_only): Likewise.
2275 (iterate_name_matcher): Likewise.
2276 (decode_line_2_compare_items): Likewise.
2277 (collect_one_symbol): Likewise.
2278 (compare_symbols): Likewise.
2279 (compare_msymbols): Likewise.
2280 (add_symtabs_to_list): Likewise.
2281 (collect_symbols): Likewise.
2282 (compare_msyms): Likewise.
2283 (add_minsym): Likewise.
2284 (cleanup_linespec_result): Likewise.
2285 * linux-fork.c (inferior_call_waitpid_cleanup): Likewise.
2286 * linux-nat.c (delete_lwp_cleanup): Likewise.
2287 (count_events_callback): Likewise.
2288 (select_event_lwp_callback): Likewise.
2289 (resume_stopped_resumed_lwps): Likewise.
2290 * linux-tdep.c (get_linux_gdbarch_data): Likewise.
2291 (invalidate_linux_cache_inf): Likewise.
2292 (get_linux_inferior_data): Likewise.
2293 (linux_find_memory_regions_thunk): Likewise.
2294 (linux_make_mappings_callback): Likewise.
2295 (linux_corefile_thread_callback): Likewise.
2296 (find_mapping_size): Likewise.
2297 * linux-thread-db.c (find_new_threads_callback): Likewise.
2298 * lm32-tdep.c (lm32_frame_cache): Likewise.
2299 * m2-lang.c (builtin_m2_type): Likewise.
2300 * m32c-tdep.c (m32c_analyze_frame_prologue): Likewise.
2301 * m32r-linux-tdep.c (m32r_linux_sigtramp_frame_cache): Likewise.
2302 (m32r_linux_supply_gregset): Likewise.
2303 (m32r_linux_collect_gregset): Likewise.
2304 * m32r-tdep.c (m32r_frame_unwind_cache): Likewise.
2305 * m68hc11-tdep.c (m68hc11_frame_unwind_cache): Likewise.
2306 * m68k-tdep.c (m68k_frame_cache): Likewise.
2307 * m68kbsd-tdep.c (m68kbsd_supply_fpregset): Likewise.
2308 (m68kbsd_supply_gregset): Likewise.
2309 * m68klinux-tdep.c (m68k_linux_sigtramp_frame_cache): Likewise.
2310 * m88k-tdep.c (m88k_frame_cache): Likewise.
2311 (m88k_supply_gregset): Likewise.
2312
2313 2015-09-25 Simon Marchi <simon.marchi@ericsson.com>
2314
2315 * aarch64-linux-tdep.c (aarch64_stap_parse_special_token): Add cast
2316 to allocation result assignment.
2317 * ada-exp.y (write_object_renaming): Likewise.
2318 (write_ambiguous_var): Likewise.
2319 (ada_nget_field_index): Likewise.
2320 (write_var_or_type): Likewise.
2321 * ada-lang.c (ada_decode_symbol): Likewise.
2322 (ada_value_assign): Likewise.
2323 (value_pointer): Likewise.
2324 (cache_symbol): Likewise.
2325 (add_nonlocal_symbols): Likewise.
2326 (ada_name_for_lookup): Likewise.
2327 (symbol_completion_add): Likewise.
2328 (ada_to_fixed_type_1): Likewise.
2329 (ada_get_next_arg): Likewise.
2330 (defns_collected): Likewise.
2331 * ada-lex.l (processId): Likewise.
2332 (processString): Likewise.
2333 * ada-tasks.c (read_known_tasks_array): Likewise.
2334 (read_known_tasks_list): Likewise.
2335 * ada-typeprint.c (decoded_type_name): Likewise.
2336 * addrmap.c (addrmap_mutable_create_fixed): Likewise.
2337 * amd64-tdep.c (amd64_push_arguments): Likewise.
2338 (amd64_displaced_step_copy_insn): Likewise.
2339 (amd64_classify_insn_at): Likewise.
2340 (amd64_relocate_instruction): Likewise.
2341 * amd64obsd-tdep.c (amd64obsd_sigtramp_p): Likewise.
2342 * arch-utils.c (simple_displaced_step_copy_insn): Likewise.
2343 (initialize_current_architecture): Likewise.
2344 * arm-linux-tdep.c (arm_stap_parse_special_token): Likewise.
2345 * arm-symbian-tdep.c (arm_symbian_osabi_sniffer): Likewise.
2346 * arm-tdep.c (arm_exidx_new_objfile): Likewise.
2347 (arm_push_dummy_call): Likewise.
2348 (extend_buffer_earlier): Likewise.
2349 (arm_adjust_breakpoint_address): Likewise.
2350 (arm_skip_stub): Likewise.
2351 * auto-load.c (filename_is_in_pattern): Likewise.
2352 (maybe_add_script_file): Likewise.
2353 (maybe_add_script_text): Likewise.
2354 (auto_load_objfile_script_1): Likewise.
2355 * auxv.c (ld_so_xfer_auxv): Likewise.
2356 * ax-general.c (new_agent_expr): Likewise.
2357 (grow_expr): Likewise.
2358 (ax_reg_mask): Likewise.
2359 * bcache.c (bcache_full): Likewise.
2360 * breakpoint.c (program_breakpoint_here_p): Likewise.
2361 * btrace.c (parse_xml_raw): Likewise.
2362 * build-id.c (build_id_to_debug_bfd): Likewise.
2363 * buildsym.c (end_symtab_with_blockvector): Likewise.
2364 * c-exp.y (string_exp): Likewise.
2365 (qualified_name): Likewise.
2366 (write_destructor_name): Likewise.
2367 (operator_stoken): Likewise.
2368 (parse_number): Likewise.
2369 (scan_macro_expansion): Likewise.
2370 (yylex): Likewise.
2371 (c_print_token): Likewise.
2372 * c-lang.c (c_get_string): Likewise.
2373 (emit_numeric_character): Likewise.
2374 * charset.c (wchar_iterate): Likewise.
2375 * cli/cli-cmds.c (complete_command): Likewise.
2376 (make_command): Likewise.
2377 * cli/cli-dump.c (restore_section_callback): Likewise.
2378 (restore_binary_file): Likewise.
2379 * cli/cli-interp.c (cli_interpreter_exec): Likewise.
2380 * cli/cli-script.c (execute_control_command): Likewise.
2381 * cli/cli-setshow.c (do_set_command): Likewise.
2382 * coff-pe-read.c (add_pe_forwarded_sym): Likewise.
2383 (read_pe_exported_syms): Likewise.
2384 * coffread.c (coff_read_struct_type): Likewise.
2385 (coff_read_enum_type): Likewise.
2386 * common/btrace-common.c (btrace_data_append): Likewise.
2387 * common/buffer.c (buffer_grow): Likewise.
2388 * common/filestuff.c (gdb_fopen_cloexec): Likewise.
2389 * common/format.c (parse_format_string): Likewise.
2390 * common/gdb_vecs.c (delim_string_to_char_ptr_vec_append): Likewise.
2391 * common/xml-utils.c (xml_escape_text): Likewise.
2392 * compile/compile-object-load.c (copy_sections): Likewise.
2393 (compile_object_load): Likewise.
2394 * compile/compile-object-run.c (compile_object_run): Likewise.
2395 * completer.c (filename_completer): Likewise.
2396 * corefile.c (read_memory_typed_address): Likewise.
2397 (write_memory_unsigned_integer): Likewise.
2398 (write_memory_signed_integer): Likewise.
2399 (complete_set_gnutarget): Likewise.
2400 * corelow.c (get_core_register_section): Likewise.
2401 * cp-name-parser.y (d_grab): Likewise.
2402 (allocate_info): Likewise.
2403 (cp_new_demangle_parse_info): Likewise.
2404 * cp-namespace.c (cp_scan_for_anonymous_namespaces): Likewise.
2405 (cp_lookup_symbol_in_namespace): Likewise.
2406 (lookup_namespace_scope): Likewise.
2407 (find_symbol_in_baseclass): Likewise.
2408 (cp_lookup_nested_symbol): Likewise.
2409 (cp_lookup_transparent_type_loop): Likewise.
2410 * cp-support.c (copy_string_to_obstack): Likewise.
2411 (make_symbol_overload_list): Likewise.
2412 (make_symbol_overload_list_namespace): Likewise.
2413 (make_symbol_overload_list_adl_namespace): Likewise.
2414 (first_component_command): Likewise.
2415 * cp-valprint.c (cp_print_value): Likewise.
2416 * ctf.c (ctf_xfer_partial): Likewise.
2417 * d-exp.y (StringExp): Likewise.
2418 * d-namespace.c (d_lookup_symbol_in_module): Likewise.
2419 (lookup_module_scope): Likewise.
2420 (find_symbol_in_baseclass): Likewise.
2421 (d_lookup_nested_symbol): Likewise.
2422 * dbxread.c (find_stab_function_addr): Likewise.
2423 (read_dbx_symtab): Likewise.
2424 (dbx_end_psymtab): Likewise.
2425 (cp_set_block_scope): Likewise.
2426 * dcache.c (dcache_alloc): Likewise.
2427 * demangle.c (_initialize_demangler): Likewise.
2428 * dicos-tdep.c (dicos_load_module_p): Likewise.
2429 * dictionary.c (dict_create_hashed_expandable): Likewise.
2430 (dict_create_linear_expandable): Likewise.
2431 (expand_hashtable): Likewise.
2432 (add_symbol_linear_expandable): Likewise.
2433 * dwarf2-frame.c (add_cie): Likewise.
2434 (add_fde): Likewise.
2435 (dwarf2_build_frame_info): Likewise.
2436 * dwarf2expr.c (dwarf_expr_grow_stack): Likewise.
2437 (dwarf_expr_fetch_address): Likewise.
2438 (add_piece): Likewise.
2439 (execute_stack_op): Likewise.
2440 * dwarf2loc.c (chain_candidate): Likewise.
2441 (dwarf_entry_parameter_to_value): Likewise.
2442 (read_pieced_value): Likewise.
2443 (write_pieced_value): Likewise.
2444 * dwarf2read.c (dwarf2_read_section): Likewise.
2445 (add_type_unit): Likewise.
2446 (read_comp_units_from_section): Likewise.
2447 (fixup_go_packaging): Likewise.
2448 (dwarf2_compute_name): Likewise.
2449 (dwarf2_physname): Likewise.
2450 (create_dwo_unit_in_dwp_v1): Likewise.
2451 (create_dwo_unit_in_dwp_v2): Likewise.
2452 (read_func_scope): Likewise.
2453 (read_call_site_scope): Likewise.
2454 (dwarf2_attach_fields_to_type): Likewise.
2455 (process_structure_scope): Likewise.
2456 (mark_common_block_symbol_computed): Likewise.
2457 (read_common_block): Likewise.
2458 (abbrev_table_read_table): Likewise.
2459 (guess_partial_die_structure_name): Likewise.
2460 (fixup_partial_die): Likewise.
2461 (add_file_name): Likewise.
2462 (dwarf2_const_value_data): Likewise.
2463 (dwarf2_const_value_attr): Likewise.
2464 (build_error_marker_type): Likewise.
2465 (guess_full_die_structure_name): Likewise.
2466 (anonymous_struct_prefix): Likewise.
2467 (typename_concat): Likewise.
2468 (dwarf2_canonicalize_name): Likewise.
2469 (dwarf2_name): Likewise.
2470 (write_constant_as_bytes): Likewise.
2471 (dwarf2_fetch_constant_bytes): Likewise.
2472 (copy_string): Likewise.
2473 (parse_macro_definition): Likewise.
2474 * elfread.c (elf_symfile_segments): Likewise.
2475 (elf_rel_plt_read): Likewise.
2476 (elf_gnu_ifunc_resolve_by_cache): Likewise.
2477 (elf_gnu_ifunc_resolve_by_got): Likewise.
2478 (elf_read_minimal_symbols): Likewise.
2479 (elf_gnu_ifunc_record_cache): Likewise.
2480 * event-top.c (top_level_prompt): Likewise.
2481 (command_line_handler): Likewise.
2482 * exec.c (resize_section_table): Likewise.
2483 * expprint.c (print_subexp_standard): Likewise.
2484 * fbsd-tdep.c (fbsd_collect_regset_section_cb): Likewise.
2485 * findcmd.c (parse_find_args): Likewise.
2486 * findvar.c (address_from_register): Likewise.
2487 * frame.c (get_prev_frame_always): Likewise.
2488 * gdb_bfd.c (gdb_bfd_ref): Likewise.
2489 (get_section_descriptor): Likewise.
2490 * gdb_obstack.c (obconcat): Likewise.
2491 (obstack_strdup): Likewise.
2492 * gdbtypes.c (lookup_function_type_with_arguments): Likewise.
2493 (create_set_type): Likewise.
2494 (lookup_unsigned_typename): Likewise.
2495 (lookup_signed_typename): Likewise.
2496 (resolve_dynamic_union): Likewise.
2497 (resolve_dynamic_struct): Likewise.
2498 (add_dyn_prop): Likewise.
2499 (copy_dynamic_prop_list): Likewise.
2500 (arch_flags_type): Likewise.
2501 (append_composite_type_field_raw): Likewise.
2502 * gdbtypes.h (INIT_FUNC_SPECIFIC): Likewise.
2503 * gnu-v3-abi.c (gnuv3_rtti_type): Likewise.
2504 * go-exp.y (string_exp): Likewise.
2505 * go-lang.c (go_demangle): Likewise.
2506 * guile/guile.c (compute_scheme_string): Likewise.
2507 * guile/scm-cmd.c (gdbscm_parse_command_name): Likewise.
2508 (gdbscm_canonicalize_command_name): Likewise.
2509 * guile/scm-ports.c (ioscm_init_stdio_buffers): Likewise.
2510 (ioscm_init_memory_port): Likewise.
2511 (ioscm_reinit_memory_port): Likewise.
2512 * guile/scm-utils.c (gdbscm_gc_xstrdup): Likewise.
2513 (gdbscm_gc_dup_argv): Likewise.
2514 * h8300-tdep.c (h8300_push_dummy_call): Likewise.
2515 * hppa-tdep.c (internalize_unwinds): Likewise.
2516 (read_unwind_info): Likewise.
2517 * i386-cygwin-tdep.c (core_process_module_section): Likewise.
2518 (windows_core_xfer_shared_libraries): Likewise.
2519 * i386-tdep.c (i386_displaced_step_copy_insn): Likewise.
2520 (i386_stap_parse_special_token_triplet): Likewise.
2521 (i386_stap_parse_special_token_three_arg_disp): Likewise.
2522 * i386obsd-tdep.c (i386obsd_sigtramp_p): Likewise.
2523 * inf-child.c (inf_child_fileio_readlink): Likewise.
2524 * inf-ptrace.c (inf_ptrace_fetch_register): Likewise.
2525 (inf_ptrace_store_register): Likewise.
2526 * infrun.c (follow_exec): Likewise.
2527 (displaced_step_prepare_throw): Likewise.
2528 (save_stop_context): Likewise.
2529 (save_infcall_suspend_state): Likewise.
2530 * jit.c (jit_read_descriptor): Likewise.
2531 (jit_read_code_entry): Likewise.
2532 (jit_symtab_line_mapping_add_impl): Likewise.
2533 (finalize_symtab): Likewise.
2534 (jit_unwind_reg_get_impl): Likewise.
2535 * jv-exp.y (QualifiedName): Likewise.
2536 * jv-lang.c (get_java_utf8_name): Likewise.
2537 (type_from_class): Likewise.
2538 (java_demangle_type_signature): Likewise.
2539 (java_class_name_from_physname): Likewise.
2540 * jv-typeprint.c (java_type_print_base): Likewise.
2541 * jv-valprint.c (java_value_print): Likewise.
2542 * language.c (add_language): Likewise.
2543 * linespec.c (add_sal_to_sals_basic): Likewise.
2544 (add_sal_to_sals): Likewise.
2545 (decode_objc): Likewise.
2546 (find_linespec_symbols): Likewise.
2547 * linux-fork.c (fork_save_infrun_state): Likewise.
2548 * linux-nat.c (linux_nat_detach): Likewise.
2549 (linux_nat_fileio_readlink): Likewise.
2550 * linux-record.c (record_linux_sockaddr): Likewise.
2551 (record_linux_msghdr): Likewise.
2552 (Do): Likewise.
2553 * linux-tdep.c (linux_core_info_proc_mappings): Likewise.
2554 (linux_collect_regset_section_cb): Likewise.
2555 (linux_get_siginfo_data): Likewise.
2556 * linux-thread-db.c (try_thread_db_load_from_pdir_1): Likewise.
2557 (try_thread_db_load_from_dir): Likewise.
2558 (thread_db_load_search): Likewise.
2559 (info_auto_load_libthread_db): Likewise.
2560 * m32c-tdep.c (m32c_m16c_address_to_pointer): Likewise.
2561 (m32c_m16c_pointer_to_address): Likewise.
2562 * m68hc11-tdep.c (m68hc11_pseudo_register_write): Likewise.
2563 * m68k-tdep.c (m68k_get_longjmp_target): Likewise.
2564 * machoread.c (macho_check_dsym): Likewise.
2565 * macroexp.c (resize_buffer): Likewise.
2566 (gather_arguments): Likewise.
2567 (maybe_expand): Likewise.
2568 * macrotab.c (new_macro_key): Likewise.
2569 (new_source_file): Likewise.
2570 (new_macro_definition): Likewise.
2571 * mdebugread.c (parse_symbol): Likewise.
2572 (parse_type): Likewise.
2573 (parse_partial_symbols): Likewise.
2574 (psymtab_to_symtab_1): Likewise.
2575 * mem-break.c (default_memory_insert_breakpoint): Likewise.
2576 * mi/mi-cmd-break.c (mi_argv_to_format): Likewise.
2577 * mi/mi-main.c (mi_cmd_data_read_memory): Likewise.
2578 (mi_cmd_data_read_memory_bytes): Likewise.
2579 (mi_cmd_data_write_memory_bytes): Likewise.
2580 (mi_cmd_trace_frame_collected): Likewise.
2581 * mi/mi-parse.c (mi_parse_argv): Likewise.
2582 (mi_parse): Likewise.
2583 * minidebug.c (lzma_open): Likewise.
2584 (lzma_pread): Likewise.
2585 * mips-tdep.c (mips_read_fp_register_single): Likewise.
2586 (mips_print_fp_register): Likewise.
2587 * mipsnbsd-tdep.c (mipsnbsd_get_longjmp_target): Likewise.
2588 * mipsread.c (read_alphacoff_dynamic_symtab): Likewise.
2589 * mt-tdep.c (mt_register_name): Likewise.
2590 (mt_registers_info): Likewise.
2591 (mt_push_dummy_call): Likewise.
2592 * namespace.c (add_using_directive): Likewise.
2593 * nat/linux-btrace.c (perf_event_read): Likewise.
2594 (linux_enable_bts): Likewise.
2595 * nat/linux-osdata.c (linux_common_core_of_thread): Likewise.
2596 * nat/linux-ptrace.c (linux_ptrace_test_ret_to_nx): Likewise.
2597 * nto-tdep.c (nto_find_and_open_solib): Likewise.
2598 (nto_parse_redirection): Likewise.
2599 * objc-lang.c (objc_demangle): Likewise.
2600 (find_methods): Likewise.
2601 * objfiles.c (get_objfile_bfd_data): Likewise.
2602 (set_objfile_main_name): Likewise.
2603 (allocate_objfile): Likewise.
2604 (objfile_relocate): Likewise.
2605 (update_section_map): Likewise.
2606 * osabi.c (generic_elf_osabi_sniff_abi_tag_sections): Likewise.
2607 * p-exp.y (exp): Likewise.
2608 (yylex): Likewise.
2609 * p-valprint.c (pascal_object_print_value): Likewise.
2610 * parse.c (initialize_expout): Likewise.
2611 (mark_completion_tag): Likewise.
2612 (copy_name): Likewise.
2613 (parse_float): Likewise.
2614 (type_stack_reserve): Likewise.
2615 * ppc-linux-tdep.c (ppc_stap_parse_special_token): Likewise.
2616 (ppu2spu_prev_register): Likewise.
2617 * ppc-ravenscar-thread.c (supply_register_at_address): Likewise.
2618 * printcmd.c (printf_wide_c_string): Likewise.
2619 (printf_pointer): Likewise.
2620 * probe.c (parse_probes): Likewise.
2621 * python/py-cmd.c (gdbpy_parse_command_name): Likewise.
2622 (cmdpy_init): Likewise.
2623 * python/py-gdb-readline.c (gdbpy_readline_wrapper): Likewise.
2624 * python/py-symtab.c (set_sal): Likewise.
2625 * python/py-unwind.c (pyuw_sniffer): Likewise.
2626 * python/python.c (python_interactive_command): Likewise.
2627 (compute_python_string): Likewise.
2628 * ravenscar-thread.c (get_running_thread_id): Likewise.
2629 * record-full.c (record_full_exec_insn): Likewise.
2630 (record_full_core_open_1): Likewise.
2631 * regcache.c (regcache_raw_read_signed): Likewise.
2632 (regcache_raw_read_unsigned): Likewise.
2633 (regcache_cooked_read_signed): Likewise.
2634 (regcache_cooked_read_unsigned): Likewise.
2635 * remote-fileio.c (remote_fileio_func_open): Likewise.
2636 (remote_fileio_func_rename): Likewise.
2637 (remote_fileio_func_unlink): Likewise.
2638 (remote_fileio_func_stat): Likewise.
2639 (remote_fileio_func_system): Likewise.
2640 * remote-mips.c (mips_xfer_memory): Likewise.
2641 (mips_load_srec): Likewise.
2642 (pmon_end_download): Likewise.
2643 * remote.c (new_remote_state): Likewise.
2644 (map_regcache_remote_table): Likewise.
2645 (remote_register_number_and_offset): Likewise.
2646 (init_remote_state): Likewise.
2647 (get_memory_packet_size): Likewise.
2648 (remote_pass_signals): Likewise.
2649 (remote_program_signals): Likewise.
2650 (remote_start_remote): Likewise.
2651 (remote_check_symbols): Likewise.
2652 (remote_query_supported): Likewise.
2653 (extended_remote_attach): Likewise.
2654 (process_g_packet): Likewise.
2655 (store_registers_using_G): Likewise.
2656 (putpkt_binary): Likewise.
2657 (read_frame): Likewise.
2658 (compare_sections_command): Likewise.
2659 (remote_hostio_pread): Likewise.
2660 (remote_hostio_readlink): Likewise.
2661 (remote_file_put): Likewise.
2662 (remote_file_get): Likewise.
2663 (remote_pid_to_exec_file): Likewise.
2664 (_initialize_remote): Likewise.
2665 * rs6000-aix-tdep.c (rs6000_aix_ld_info_to_xml): Likewise.
2666 (rs6000_aix_core_xfer_shared_libraries_aix): Likewise.
2667 * rs6000-tdep.c (ppc_displaced_step_copy_insn): Likewise.
2668 (bfd_uses_spe_extensions): Likewise.
2669 * s390-linux-tdep.c (s390_displaced_step_copy_insn): Likewise.
2670 * score-tdep.c (score7_malloc_and_get_memblock): Likewise.
2671 * solib-dsbt.c (decode_loadmap): Likewise.
2672 (fetch_loadmap): Likewise.
2673 (scan_dyntag): Likewise.
2674 (enable_break): Likewise.
2675 (dsbt_relocate_main_executable): Likewise.
2676 * solib-frv.c (fetch_loadmap): Likewise.
2677 (enable_break2): Likewise.
2678 (frv_relocate_main_executable): Likewise.
2679 * solib-spu.c (spu_relocate_main_executable): Likewise.
2680 (spu_bfd_open): Likewise.
2681 * solib-svr4.c (lm_info_read): Likewise.
2682 (read_program_header): Likewise.
2683 (find_program_interpreter): Likewise.
2684 (scan_dyntag): Likewise.
2685 (elf_locate_base): Likewise.
2686 (open_symbol_file_object): Likewise.
2687 (read_program_headers_from_bfd): Likewise.
2688 (svr4_relocate_main_executable): Likewise.
2689 * solib-target.c (solib_target_relocate_section_addresses): Likewise.
2690 * solib.c (solib_find_1): Likewise.
2691 (exec_file_find): Likewise.
2692 (solib_find): Likewise.
2693 * source.c (openp): Likewise.
2694 (print_source_lines_base): Likewise.
2695 (forward_search_command): Likewise.
2696 * sparc-ravenscar-thread.c (supply_register_at_address): Likewise.
2697 * spu-tdep.c (spu2ppu_prev_register): Likewise.
2698 (spu_get_overlay_table): Likewise.
2699 * stabsread.c (patch_block_stabs): Likewise.
2700 (define_symbol): Likewise.
2701 (again:): Likewise.
2702 (read_member_functions): Likewise.
2703 (read_one_struct_field): Likewise.
2704 (read_enum_type): Likewise.
2705 (common_block_start): Likewise.
2706 * stack.c (read_frame_arg): Likewise.
2707 (backtrace_command): Likewise.
2708 * stap-probe.c (stap_parse_register_operand): Likewise.
2709 * symfile.c (syms_from_objfile_1): Likewise.
2710 (find_separate_debug_file): Likewise.
2711 (load_command): Likewise.
2712 (load_progress): Likewise.
2713 (load_section_callback): Likewise.
2714 (reread_symbols): Likewise.
2715 (add_filename_language): Likewise.
2716 (allocate_compunit_symtab): Likewise.
2717 (read_target_long_array): Likewise.
2718 (simple_read_overlay_table): Likewise.
2719 * symtab.c (symbol_set_names): Likewise.
2720 (resize_symbol_cache): Likewise.
2721 (rbreak_command): Likewise.
2722 (completion_list_add_name): Likewise.
2723 (completion_list_objc_symbol): Likewise.
2724 (add_filename_to_list): Likewise.
2725 * target-descriptions.c (maint_print_c_tdesc_cmd): Likewise.
2726 * target-memory.c (target_write_memory_blocks): Likewise.
2727 * target.c (target_read_string): Likewise.
2728 (read_whatever_is_readable): Likewise.
2729 (target_read_alloc_1): Likewise.
2730 (simple_search_memory): Likewise.
2731 (target_fileio_read_alloc_1): Likewise.
2732 * tilegx-tdep.c (tilegx_push_dummy_call): Likewise.
2733 * top.c (command_line_input): Likewise.
2734 * tracefile-tfile.c (tfile_fetch_registers): Likewise.
2735 * tracefile.c (tracefile_fetch_registers): Likewise.
2736 * tracepoint.c (add_memrange): Likewise.
2737 (init_collection_list): Likewise.
2738 (add_aexpr): Likewise.
2739 (trace_dump_actions): Likewise.
2740 (parse_trace_status): Likewise.
2741 (parse_tracepoint_definition): Likewise.
2742 (parse_tsv_definition): Likewise.
2743 (parse_static_tracepoint_marker_definition): Likewise.
2744 * tui/tui-file.c (tui_sfileopen): Likewise.
2745 (tui_file_adjust_strbuf): Likewise.
2746 * tui/tui-io.c (tui_expand_tabs): Likewise.
2747 * tui/tui-source.c (tui_set_source_content): Likewise.
2748 * typeprint.c (find_global_typedef): Likewise.
2749 * ui-file.c (do_ui_file_xstrdup): Likewise.
2750 (ui_file_obsavestring): Likewise.
2751 (mem_file_write): Likewise.
2752 * utils.c (make_hex_string): Likewise.
2753 (get_regcomp_error): Likewise.
2754 (puts_filtered_tabular): Likewise.
2755 (gdb_realpath_keepfile): Likewise.
2756 (ldirname): Likewise.
2757 (gdb_bfd_errmsg): Likewise.
2758 (substitute_path_component): Likewise.
2759 * valops.c (search_struct_method): Likewise.
2760 (find_oload_champ_namespace_loop): Likewise.
2761 * valprint.c (print_decimal_chars): Likewise.
2762 (read_string): Likewise.
2763 (generic_emit_char): Likewise.
2764 * varobj.c (varobj_delete): Likewise.
2765 (varobj_value_get_print_value): Likewise.
2766 * vaxobsd-tdep.c (vaxobsd_sigtramp_sniffer): Likewise.
2767 * windows-tdep.c (display_one_tib): Likewise.
2768 * xcoffread.c (read_xcoff_symtab): Likewise.
2769 (process_xcoff_symbol): Likewise.
2770 (swap_sym): Likewise.
2771 (scan_xcoff_symtab): Likewise.
2772 (xcoff_initial_scan): Likewise.
2773 * xml-support.c (gdb_xml_end_element): Likewise.
2774 (xml_process_xincludes): Likewise.
2775 (xml_fetch_content_from_file): Likewise.
2776 * xml-syscall.c (xml_list_of_syscalls): Likewise.
2777 * xstormy16-tdep.c (xstormy16_push_dummy_call): Likewise.
2778
2779 2015-09-23 James Bowman <james.bowman@ftdichip.com>
2780
2781 * ft32-tdep.c (ft32_register_type): Return gdbarch_tdep (gdbarch)->pc_type
2782 instead of builtin_func_ptr.
2783 (ft32_pointer_to_address): New function.
2784 (ft32_address_class_type_flags): New function.
2785 (ft32_address_class_type_flags_to_name): New function.
2786 (ft32_address_class_name_to_type_flags): New function.
2787 (ft32_gdbarch_init): Set tdep->pc_type. Call
2788 set_gdbarch_pointer_to_address,
2789 set_gdbarch_address_class_type_flags
2790 set_gdbarch_address_class_name_to_type_flags,
2791 and set_gdbarch_address_class_type_flags_to_name.
2792 * ft32-tdep.h (struct gdbarch_tdep) <pc_type>: New field.
2793
2794 2015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
2795
2796 * ada-lang.c (ada_evaluate_subexp) <OP_FUNCALL>: When the input
2797 value is a reference, actually dereference it in order to get
2798 the underlying value.
2799
2800 2015-09-22 Simon Marchi <simon.marchi@ericsson.com>
2801
2802 * stap-probe.c (handle_stap_probe): Remove unnecessary cast.
2803
2804 2015-09-21 Simon Marchi <simon.marchi@ericsson.com>
2805
2806 * cli/cli-setshow.c (cmd_show_list): Constify a variable.
2807 * linespec.c (linespec_lexer_lex_string): Same.
2808
2809 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
2810
2811 * NEWS: Mention support for fast tracepoints on aarch64-linux.
2812
2813 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
2814
2815 * aarch64-tdep.c (aarch64_analyze_prologue): New is_adrp
2816 variable. Call aarch64_decode_adr instead of
2817 aarch64_decode_adrp.
2818 * arch/aarch64-insn.h (aarch64_decode_adrp): Delete.
2819 (aarch64_decode_adr): New function declaration.
2820 * arch/aarch64-insn.c (aarch64_decode_adrp): Delete.
2821 (aarch64_decode_adr): New function, factored out from
2822 aarch64_decode_adrp to decode both adr and adrp instructions.
2823
2824 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
2825
2826 * Makefile.in (ALL_64_TARGET_OBS): Add aarch64-insn.o.
2827 (HFILES_NO_SRCDIR): Add arch/aarch64-insn.h.
2828 (aarch64-insn.o): New rule.
2829 * configure.tgt (aarch64*-*-elf): Add aarch64-insn.o.
2830 (aarch64*-*-linux*): Likewise.
2831 * arch/aarch64-insn.c: New file.
2832 * arch/aarch64-insn.h: New file.
2833 * aarch64-tdep.c: Include arch/aarch64-insn.h.
2834 (aarch64_debug): Move to arch/aarch64-insn.c. Declare in
2835 arch/aarch64-insn.h.
2836 (decode_add_sub_imm): Rename to ...
2837 (aarch64_decode_add_sub_imm): ... this.
2838 (decode_adrp): Rename to ...
2839 (aarch64_decode_adrp): ... this. Move to arch/aarch64-insn.c.
2840 Declare in arch/aarch64-insn.h.
2841 (decode_b): Rename to ...
2842 (aarch64_decode_b): ... this. Move to arch/aarch64-insn.c.
2843 Declare in arch/aarch64-insn.h.
2844 (decode_bcond): Rename to ...
2845 (aarch64_decode_bcond): ... this. Move to arch/aarch64-insn.c.
2846 Declare in arch/aarch64-insn.h.
2847 (decode_br): Rename to ...
2848 (aarch64_decode_br): ... this.
2849 (decode_cb): Rename to ...
2850 (aarch64_decode_cb): ... this. Move to arch/aarch64-insn.c.
2851 Declare in arch/aarch64-insn.h.
2852 (decode_eret): Rename to ...
2853 (aarch64_decode_eret): ... this.
2854 (decode_movz): Rename to ...
2855 (aarch64_decode_movz): ... this.
2856 (decode_orr_shifted_register_x): Rename to ...
2857 (aarch64_decode_orr_shifted_register_x): ... this.
2858 (decode_ret): Rename to ...
2859 (aarch64_decode_ret): ... this.
2860 (decode_stp_offset): Rename to ...
2861 (aarch64_decode_stp_offset): ... this.
2862 (decode_stp_offset_wb): Rename to ...
2863 (aarch64_decode_stp_offset_wb): ... this.
2864 (decode_stur): Rename to ...
2865 (aarch64_decode_stur): ... this.
2866 (decode_tb): Rename to ...
2867 (aarch64_decode_tb): ... this. Move to arch/aarch64-insn.c.
2868 Declare in arch/aarch64-insn.h.
2869 (aarch64_analyze_prologue): Adjust calls to renamed functions.
2870
2871 2015-09-20 Doug Evans <xdje42@gmail.com>
2872
2873 * dwarf2read.c (add_partial_symbol): Remove outdated comments.
2874
2875 2015-09-20 Doug Evans <xdje42@gmail.com>
2876
2877 * dwarf2read.c (dwarf2_compute_name): Add FIXME. Don't use a local
2878 variable name that collides with a parameter.
2879
2880 2015-09-20 Joel Brobecker <brobecker@adacore.com>
2881
2882 * dwarf2loc.c (locexpr_get_frame_base): Renames
2883 block_op_get_frame_base.
2884 (dwarf2_block_frame_base_locexpr_funcs): Replace reference to
2885 block_op_get_frame_base by reference to locexpr_get_frame_base.
2886 (loclist_get_frame_base): New function, near identical copy of
2887 locexpr_get_frame_base.
2888 (dwarf2_block_frame_base_loclist_funcs): Replace reference to
2889 block_op_get_frame_base by reference to loclist_get_frame_base.
2890
2891 2015-09-19 Doug Evans <xdje42@gmail.com>
2892
2893 * ravenscar-thread.c (ravenscar_inferior_created): Replace
2894 current_inferior ()->gdbarch with its wrapper target_gdbarch.
2895
2896 2015-09-18 Doug Evans <xdje42@gmail.com>
2897
2898 * linux-thread-db.c (record_thread): Return the created thread.
2899 (thread_from_lwp): Likewise.
2900 (thread_db_get_thread_local_address): Update.
2901
2902 2015-09-18 Doug Evans <xdje42@gmail.com>
2903
2904 * symtab.h (general_symbol_info) <mangled_lang>: Delete struct,
2905 move only member demangled_name up. All uses updated.
2906
2907 2015-09-18 Doug Evans <xdje42@gmail.com>
2908
2909 * findvar.c (default_read_var_value) <LOC_UNRESOLVED>: Include the
2910 kind of minimal symbol in the error message.
2911 * objfiles.c (objfile_flavour_name): New function.
2912 * objfiles.h (objfile_flavour_name): Declare.
2913
2914 2015-09-18 Yao Qi <yao.qi@linaro.org>
2915
2916 * nat/aarch64-linux.c: Include elf/common.h,
2917 nat/gdb_ptrace.h, asm/ptrace.h and sys/uio.h.
2918 (aarch64_ps_get_thread_area): New function.
2919 * nat/aarch64-linux.h: Include gdb_proc_service.h.
2920 (aarch64_ps_get_thread_area): Declare.
2921 * aarch64-linux-nat.c (ps_get_thread_area): Call
2922 aarch64_ps_get_thread_area.
2923
2924 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
2925
2926 * record-btrace.c (record_btrace_resume): Honour scheduler-locking.
2927
2928 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
2929
2930 * NEWS: Announce new scheduler-locking mode.
2931 * infrun.c (schedlock_replay): New.
2932 (scheduler_enums): Add schedlock_replay.
2933 (scheduler_mode): Change default to schedlock_replay.
2934 (user_visible_resume_ptid): Handle schedlock_replay.
2935 (clear_proceed_status_thread): Stop replaying if resumed thread is
2936 not replaying.
2937 (schedlock_applies): Handle schedlock_replay.
2938 (_initialize_infrun): Document new scheduler-locking mode.
2939 * record-btrace.c (record_btrace_resume): Remove code to stop other
2940 threads when not replaying the resumed thread.
2941
2942 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
2943
2944 * record-btrace.c ((record_btrace_will_replay): New.
2945 (init_record_btrace_ops): Initialize to_record_will_replay.
2946 * record-full.c ((record_full_will_replay): New.
2947 (init_record_full_ops): Initialize to_record_will_replay.
2948 * target-delegates.c: Regenerated.
2949 * target.c (target_record_will_replay): New.
2950 * target.h (struct target_ops) <to_record_will_replay>: New.
2951 (target_record_will_replay): New.
2952
2953 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
2954
2955 * record-btrace.c (record_btrace_resume): Call
2956 target_record_stop_replaying.
2957 (record_btrace_stop_replaying_all): New.
2958 (init_record_btrace_ops): Initialize to_record_stop_replaying.
2959 * record-full.c (record_full_stop_replaying): New.
2960 (init_record_full_ops ): Initialize to_record_stop_replaying.
2961 * target-delegates.c: Regenerated.
2962 * target.c (target_record_stop_replaying): New.
2963 * target.h (struct target_ops) <to_record_stop_replaying>: New.
2964 (target_record_stop_replaying): New.
2965
2966 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
2967
2968 * record-btrace.c (record_btrace_xfer_partial)
2969 (record_btrace_store_registers, record_btrace_prepare_to_store):
2970 Call record_btrace_is_replaying with inferior_ptid instead of
2971 minus_one_ptid.
2972 (record_btrace_store_registers): Change error message.
2973
2974 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
2975
2976 * record-btrace.c (record_btrace_is_replaying): Add ptid argument.
2977 Update users to pass minus_one_ptid.
2978 * record-full.c (record_full_is_replaying): Add ptid argument (ignored).
2979 * record.c (cmd_record_delete): Pass inferior_ptid to
2980 target_record_is_replaying.
2981 * target-delegates.c: Regenerated.
2982 * target.c (target_record_is_replaying): Add ptid argument.
2983 * target.h (struct target_ops) <to_record_is_replaying>: Add ptid
2984 argument.
2985 (target_record_is_replaying): Add ptid argument.
2986
2987 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
2988
2989 * record-btrace.c (record_btrace_open): Remove non_stop check.
2990 * NEWS: Announce that record btrace supports non-stop mode.
2991
2992 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
2993
2994 * infrun.c (handle_inferior_event_1): Switch to the eventing thread
2995 in the TARKET_WAITKIND_NO_HISTORY case.
2996
2997 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
2998
2999 * record-btrace.c (record_btrace_maybe_mark_async_event): New.
3000 (record_btrace_wait): Call record_btrace_maybe_mark_async_event.
3001
3002 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
3003
3004 * record-btrace.c (get_thread_current_frame): New.
3005 (record_btrace_start_replaying): Call get_thread_current_frame.
3006
3007 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
3008
3009 * record-btrace.c (record_btrace_resume_thread): A move request
3010 overwrites a previous move request.
3011 (record_btrace_find_resume_thread): Removed.
3012 (record_btrace_resume): Resume all requested threads.
3013
3014 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
3015
3016 * record-btrace.c: Include vec.h.
3017 (record_btrace_find_thread_to_move): Removed.
3018 (btrace_step_no_resumed, btrace_step_again)
3019 (record_btrace_stop_replaying_at_end): New.
3020 (record_btrace_cancel_resume): Call record_btrace_stop_replaying_at_end.
3021 (record_btrace_single_step_forward): Remove calls to
3022 record_btrace_stop_replaying.
3023 (record_btrace_step_thread): Do only one step for BTHR_CONT and
3024 BTHR_RCONT. Keep threads at the end of their history moving.
3025 (record_btrace_wait): Call record_btrace_step_thread for all threads
3026 until one reports an event. Call record_btrace_stop_replaying_at_end
3027 for the eventing thread.
3028
3029 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
3030
3031 * record-btrace.c (record_btrace_single_step_forward): Return
3032 NO_HISTORY if a step brings us to the end of the execution history.
3033
3034 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
3035
3036 * record-btrace.c (record_btrace_step_thread): Move breakpoint check
3037 to ...
3038 (record_btrace_single_step_forward): ... here and
3039 (record_btrace_single_step_backward): ... here.
3040
3041 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
3042
3043 * record-btrace.c (btrace_step_spurious)
3044 (record_btrace_single_step_forward)
3045 (record_btrace_single_step_backward): New.
3046 (record_btrace_step_thread): Call record_btrace_single_step_forward
3047 and record_btrace_single_step_backward.
3048
3049 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
3050
3051 * record-btrace.c (record_btrace_replay_at_breakpoint): New.
3052 (record_btrace_step_thread): Call record_btrace_replay_at_breakpoint.
3053
3054 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
3055
3056 * record-btrace.c (btrace_thread_flag_to_str)
3057 (record_btrace_cancel_resume): New.
3058 (record_btrace_step_thread): Call btrace_thread_flag_to_str.
3059 (record_btrace_resume): Print execution direction.
3060 (record_btrace_resume_thread): Call btrace_thread_flag_to_str.
3061 (record_btrace_wait): Call record_btrace_cancel_resume.
3062
3063 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
3064
3065 * btrace.h (enum btrace_thread_flag) <BTHR_STOP>: New.
3066 * record-btrace (record_btrace_resume_thread): Clear BTHR_STOP.
3067 (record_btrace_find_thread_to_move): Also accept threads that have
3068 BTHR_STOP set.
3069 (btrace_step_stopped_on_request, record_btrace_stop): New.
3070 (record_btrace_step_thread): Support BTHR_STOP.
3071 (record_btrace_wait): Also clear BTHR_STOP when stopping other threads.
3072 (init_record_btrace_ops): Initialize to_stop.
3073
3074 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
3075
3076 * record-btrace.c (record_btrace_wait): Replace non_stop check with
3077 target_is_non_stop_p ().
3078
3079 2015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
3080
3081 * ada-typeprint.c (print_array_type): Do not describe arrays as
3082 packed when they embed dynamic elements.
3083
3084 2015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3085
3086 * symtab.h (address_class): Document that TLS variables
3087 are handled by LOC_UNRESOLVED.
3088 * findvar.c (default_read_var_value): Don't relocate TLS variables.
3089 * printcmd.c (address_info): Don't relocate TLS variables.
3090
3091 2015-09-15 Pierre Langlois <pierre.langlois@arm.com>
3092
3093 * aarch64-tdep.c (decode_add_sub_imm): Use debug_printf.
3094 (decode_adrp): Likewise.
3095 (decode_b): Likewise.
3096 (decode_bcond): Likewise.
3097 (decode_br): Likewise.
3098 (decode_cb): Likewise.
3099 (decode_eret): Likewise.
3100 (decode_movz): Likewise.
3101 (decode_orr_shifted_register_x): Likewise.
3102 (decode_ret): Likewise.
3103 (decode_stp_offset): Likewise.
3104 (decode_stp_offset_wb): Likewise.
3105 (decode_stur): Likewise.
3106 (decode_tb): Likewise.
3107 (aarch64_analyze_prologue): Likewise.
3108 (pass_in_x): Likewise.
3109 (pass_in_v): Likewise.
3110 (pass_on_stack): Likewise.
3111 (aarch64_push_dummy_call): Likewise.
3112 (aarch64_extract_return_value): Likewise.
3113 (aarch64_store_return_value): Likewise.
3114 (aarch64_return_value): Likewise.
3115 (aarch64_record_asimd_load_store): Likewise.
3116 (aarch64_record_load_store): Likewise.
3117 (aarch64_record_data_proc_simd_fp): Likewise.
3118
3119 2015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
3120
3121 * linespec.c (minsym_found): Call gdbarch_skip_entrypoint.
3122 * ppc64-tdep.c (ppc64_skip_trampoline_code): Rename to ...
3123 (ppc64_skip_trampoline_code_1): ... here.
3124 (ppc64_skip_trampoline_code): New wrapper function.
3125 * symtab.c (find_function_start_sal): Call gdbarch_skip_entrypoint.
3126
3127 2015-09-15 Yao Qi <yao.qi@linaro.org>
3128
3129 * aarch64-linux-nat.c (aarch64_linux_can_do_single_step): New
3130 function.
3131 (_initialize_aarch64_linux_nat): Install it to to_can_do_single_step.
3132 * arm-linux-tdep.c (arm_linux_software_single_step): Return 0
3133 if target_can_do_single_step returns 1.
3134 * remote.c (struct vCont_action_support) <s, S>: New fields.
3135 (PACKET_vContSupported): New enum.
3136 (remote_protocol_features): New element for vContSupported.
3137 (remote_query_supported): Append "vContSupported+".
3138 (remote_vcont_probe): Remove support_s and support_S, use
3139 rs->supports_vCont.s and rs->supports_vCont.S instead. Disable
3140 vCont packet if c and C actions are not supported.
3141 (remote_can_do_single_step): New function.
3142 (init_remote_ops): Install it to to_can_do_single_step.
3143 (_initialize_remote): Call add_packet_config_cmd.
3144 * target.h (struct target_ops) <to_can_do_single_step>: New field.
3145 (target_can_do_single_step): New macro.
3146 * target-delegates.c: Re-generated.
3147
3148 2015-09-15 Yao Qi <yao.qi@linaro.org>
3149
3150 * aarch64-linux-nat.c (aarch64_linux_siginfo_fixup): New function.
3151 (_initialize_aarch64_linux_nat): Call linux_nat_set_siginfo_fixup.
3152 * nat/aarch64-linux.c (aarch64_compat_siginfo_from_siginfo):
3153 New function.
3154 (aarch64_siginfo_from_compat_siginfo): New function.
3155 * nat/aarch64-linux.h: Include signal.h.
3156 (compat_int_t, compat_uptr_t, compat_time_t): Typedef.
3157 (compat_timer_t, compat_clock_t): Likewise.
3158 (struct compat_timeval): New.
3159 (union compat_sigval): New.
3160 (struct compat_siginfo): New.
3161 (cpt_si_pid, cpt_si_uid, cpt_si_timerid): New macros.
3162 (cpt_si_overrun, cpt_si_status, cpt_si_utime): Likewise.
3163 (cpt_si_stime, cpt_si_ptr, cpt_si_addr): Likewise.
3164 (cpt_si_band, cpt_si_fd): Likewise.
3165
3166 2015-09-14 Pedro Alves <palves@redhat.com>
3167
3168 * infrun.c (current_stop_id): New global.
3169 (get_stop_id, new_stop_id): New functions.
3170 (fetch_inferior_event): Handle normal_stop proceeding the target.
3171 (struct stop_context): New.
3172 (save_stop_context, release_stop_context_cleanup)
3173 (stop_context_changed): New functions.
3174 (normal_stop): Return true if the hook-stop changes the stop
3175 context.
3176 * infrun.h (get_stop_id): Declare.
3177 (normal_stop): Now returns int. Add documentation.
3178
3179 2015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
3180
3181 * ada-lang.c (ada_value_ptr_subscript): Update the heading
3182 comment. Handle packed arrays.
3183
3184 2015-09-14 Pedro Alves <palves@redhat.com>
3185
3186 * NEWS (Changes in GDB 7.10, New commands>: Remove duplicate
3187 mention of maint set/show target-non-stop.
3188
3189 2015-09-11 Don Breazeal <donb@codesourcery.com>
3190
3191 * NEWS: Announce new remote packets for the exec-events
3192 feature and the exec-events feature and associated commands.
3193
3194 2015-09-11 Don Breazeal <donb@codesourcery.com>
3195
3196 * remote.c (remote_exec_event_p): New function.
3197 (remote_insert_exec_catchpoint): New function.
3198 (remote_remove_exec_catchpoint): New function.
3199 (init_extended_remote_ops): Initialize extended_remote_ops
3200 members to_insert_exec_catchpoint and
3201 to_remove_exec_catchpoint.
3202
3203 2015-09-11 Don Breazeal <donb@codesourcery.com>
3204 Luis Machado <lgustavo@codesourcery.com>
3205
3206 * infrun.c (follow_exec): Use process-style ptid for
3207 exec message. Call add_inferior_with_spaces and
3208 target_follow_exec.
3209 * nat/linux-ptrace.c (linux_supports_traceexec): New function.
3210 * nat/linux-ptrace.h (linux_supports_traceexec): Declare.
3211 * remote.c (remote_pspace_data): New static variable.
3212 (remote_pspace_data_cleanup): New function.
3213 (get_remote_exec_file): New function.
3214 (set_remote_exec_file_1): New function.
3215 (set_remote_exec_file): New function.
3216 (show_remote_exec_file): New function.
3217 (remote_exec_file): Delete static variable.
3218 (anonymous enum) <PACKET_exec_event_feature>: New
3219 enumeration constant.
3220 (remote_protocol_features): Add entry for exec-events feature.
3221 (remote_query_supported): Add client side of qSupported query
3222 for exec-events feature.
3223 (remote_follow_exec): New function.
3224 (remote_parse_stop_reply): Handle 'exec' stop reason.
3225 (extended_remote_run, extended_remote_create_inferior): Call
3226 get_remote_exec_file and set_remote_exec_file_1.
3227 (init_extended_remote_ops) <to_follow_exec>: Initialize new
3228 member.
3229 (_initialize_remote): Call
3230 register_program_space_data_with_cleanup. Call
3231 add_packet_config_cmd for remote exec-events feature.
3232 Modify call to add_setshow_string_noescape_cmd for exec-file
3233 to use new functions set_remote_exec_file and
3234 show_remote_exec_file.
3235 * target-debug.h, target-delegates.c: Regenerated.
3236 * target.c (target_follow_exec): New function.
3237 * target.h (struct target_ops) <to_follow_exec>: New member.
3238 (target_follow_exec): Declare new function.
3239
3240 2015-09-11 Pierre Langlois <pierre.langlois@arm.com>
3241
3242 * aarch64-tdep.c (decode_cb): Move up comment describing the
3243 encoding.
3244 (decode_tb): Fix a typo in comment above the function. Move up
3245 comment describing the encoding.
3246
3247 2015-09-11 Pierre Langlois <pierre.langlois@arm.com>
3248
3249 * aarch64-tdep.c (decode_bcond): Fix incorrect mask.
3250
3251 2015-09-11 Mihail-Marian Nistor <mihail.nistor@freescale.com>
3252
3253 PR gdb/18947
3254 * aarch64-linux-tdep.c: (aarch64_linux_init_abi): Install
3255 glibc_skip_solib_resolver as gdbarch_skip_solib_resolver callback.
3256
3257 2015-09-10 Simon Marchi <simon.marchi@ericsson.com>
3258
3259 * ada-lang.c (scan_discrim_bound): Factor out arithmetic
3260 operations.
3261
3262 2015-09-10 Simon Marchi <simon.marchi@ericsson.com>
3263
3264 * ada-lang.c (ada_search_struct_field): Constify parameters
3265 and/or variables..
3266 (xget_renaming_scope): Likewise.
3267 (ada_is_redundant_range_encoding): Likewise.
3268 (scan_discrim_bound): Likewise.
3269 (to_fixed_range_type): Likewise.
3270
3271 2015-09-10 Yao Qi <yao.qi@linaro.org>
3272
3273 * breakpoint.c (download_tracepoint_locations): New local
3274 can_download_tracepoint. Check the result of
3275 target_can_download_tracepoint and save it in
3276 can_download_tracepoint if there are tracepoints to download.
3277 * linux-nat.h (enum tribool): Move it to ...
3278 * common/common-types.h: ... here.
3279
3280 2015-09-09 Pedro Alves <palves@redhat.com>
3281
3282 * inf-loop.c (inferior_event_handler): Delete INF_TIMER case.
3283 * target.h (enum inferior_event_type) <INF_TIMER>: Delete.
3284
3285 2015-09-09 Pedro Alves <palves@redhat.com>
3286
3287 * continuations.c (add_continuation, restore_thread_cleanup)
3288 (do_all_continuations_ptid, do_all_continuations_thread_callback)
3289 (do_all_continuations_thread, do_all_continuations)
3290 (discard_all_continuations_thread_callback)
3291 (discard_all_continuations_thread, discard_all_continuations)
3292 (add_intermediate_continuation)
3293 (do_all_intermediate_continuations_thread_callback)
3294 (do_all_intermediate_continuations_thread)
3295 (do_all_intermediate_continuations)
3296 (discard_all_intermediate_continuations_thread_callback)
3297 (discard_all_intermediate_continuations_thread)
3298 (discard_all_intermediate_continuations): Delete.
3299 * continuations.h (add_continuation, do_all_continuations)
3300 (do_all_continuations_thread, discard_all_continuations)
3301 (discard_all_continuations_thread, add_intermediate_continuation)
3302 (do_all_intermediate_continuations)
3303 (do_all_intermediate_continuations_thread)
3304 (discard_all_intermediate_continuations)
3305 (discard_all_intermediate_continuations_thread): Delete
3306 declarations.
3307 * event-top.c (stdin_event_handler): Delete references to
3308 continuations.
3309 * gdbthread.h (struct thread_info): Delete continuations and
3310 intermediate_continuations fields.
3311 * inf-loop.c (inferior_event_handler): Remove references to
3312 continuations.
3313 * infrun.c (infrun_thread_stop_requested_callback): Remove
3314 references to continuations.
3315 * target.h (enum inferior_event_type) <INF_EXEC_CONTINUE>: Delete.
3316 * thread.c: Don't include "continuations.h".
3317 (clear_thread_inferior_resources): Remove references to
3318 continuations.
3319
3320 2015-09-09 Pedro Alves <palves@redhat.com>
3321
3322 * infcall.c (struct dummy_frame_context_saver): Delete.
3323 (dummy_frame_context_saver_free, dummy_frame_context_saver_dtor)
3324 (dummy_frame_context_saver_drop)
3325 (dummy_frame_context_saver_cleanup)
3326 (dummy_frame_context_saver_get_regs)
3327 (dummy_frame_context_saver_setup): Delete.
3328 * infcall.h (dummy_frame_context_saver_drop)
3329 (dummy_frame_context_saver_cleanup)
3330 (dummy_frame_context_saver_get_regs, dummy_frame_context_saver):
3331 Delete.
3332 (get_return_value): Remove 'ctx_saver' paremeter. Adjust.
3333 * inferior.h (get_return_value): Remove 'ctx_saver' paremeter.
3334 * python/py-finishbreakpoint.c (bpfinishpy_pre_stop_hook): Adjust.
3335
3336 2015-09-09 Pedro Alves <palves@redhat.com>
3337
3338 * breakpoint.c: Include "thread-fsm.h".
3339 (struct until_break_command_continuation_args): Delete.
3340 (struct until_break_fsm): New.
3341 (until_break_fsm_ops): New global.
3342 (new_until_break_fsm, until_break_fsm_should_stop): New functions.
3343 (until_break_command_continuation): Delete.
3344 (until_break_fsm_clean_up): New function.
3345 (until_break_fsm_async_reply_reason): New function.
3346 (until_break_command): Adjust to create an until_break_fsm instead
3347 of a continuation.
3348 (momentary_bkpt_print_it): No longer print MI's async-stop-reason
3349 here.
3350 * infcmd.c (struct until_next_fsm): New.
3351 (until_next_fsm_ops): New global.
3352 (new_until_next_fsm, until_next_fsm_should_stop): New function.
3353 (until_next_continuation): Delete.
3354 (until_next_fsm_clean_up, until_next_fsm_async_reply_reason): New
3355 functions.
3356 (until_next_command): Adjust to create a new until_next_fsm
3357 instead of a continuation.
3358
3359 2015-09-09 Pedro Alves <palves@redhat.com>
3360
3361 * infcall.c: Include thread_fsm.h.
3362 (struct call_return_meta_info): New.
3363 (get_call_return_value): New function, factored out from
3364 call_function_by_hand_dummy.
3365 (struct call_thread_fsm): New.
3366 (call_thread_fsm_ops): New global.
3367 (new_call_thread_fsm, call_thread_fsm_should_stop)
3368 (call_thread_fsm_should_notify_stop): New functions.
3369 (run_inferior_call): Add 'sm' parameter. Associate the FSM with
3370 the thread.
3371 (call_function_by_hand_dummy): Create a new call_thread_fsm
3372 instance, associate it with the thread, and wait for the FSM to
3373 finish. If finished successfully, fetch the function's result
3374 value out of the FSM.
3375 * infrun.c (fetch_inferior_event): If the FSM says the stop
3376 shouldn't be notified, don't call normal_stop.
3377 (maybe_remove_breakpoints): New function, factored out from ...
3378 (normal_stop): ... here. Simplify.
3379 * infrun.h (maybe_remove_breakpoints): Declare.
3380 * thread-fsm.c (thread_fsm_should_notify_stop): New function.
3381 (thread-fsm.h) <struct thread_fsm_ops>: New field.
3382 (thread_fsm_should_notify_stop): Declare.
3383
3384 2015-09-09 Pedro Alves <palves@redhat.com>
3385
3386 * Makefile.in (COMMON_OBS): Add thread-fsm.o.
3387 * breakpoint.c (handle_jit_event): Print debug output.
3388 (bpstat_what): Split event callback handling to ...
3389 (bpstat_run_callbacks): ... this new function.
3390 (momentary_bkpt_print_it): No longer handle bp_finish here.
3391 * breakpoint.h (bpstat_run_callbacks): Declare.
3392 * gdbthread.h (struct thread_info) <step_multi>: Delete field.
3393 <thread_fsm>: New field.
3394 (thread_cancel_execution_command): Declare.
3395 * infcmd.c: Include thread-fsm.h.
3396 (struct step_command_fsm): New.
3397 (step_command_fsm_ops): New global.
3398 (new_step_command_fsm, step_command_fsm_prepare): New functions.
3399 (step_1): Adjust to use step_command_fsm_prepare and
3400 prepare_one_step.
3401 (struct step_1_continuation_args): Delete.
3402 (step_1_continuation): Delete.
3403 (step_command_fsm_should_stop): New function.
3404 (step_once): Delete.
3405 (step_command_fsm_clean_up, step_command_fsm_async_reply_reason)
3406 (prepare_one_step): New function, based on step_once.
3407 (until_next_command): Remove step_multi reference.
3408 (struct return_value_info): New.
3409 (print_return_value): Rename to ...
3410 (print_return_value_1): ... this. New struct return_value_info
3411 parameter. Adjust.
3412 (print_return_value): Reimplement as wrapper around
3413 print_return_value_1.
3414 (struct finish_command_fsm): New.
3415 (finish_command_continuation): Delete.
3416 (finish_command_fsm_ops): New global.
3417 (new_finish_command_fsm, finish_command_fsm_should_stop): New
3418 functions.
3419 (finish_command_fsm_clean_up, finish_command_fsm_return_value):
3420 New.
3421 (finish_command_continuation_free_arg): Delete.
3422 (finish_command_fsm_async_reply_reason): New.
3423 (finish_backward, finish_forward): Change symbol parameter to a
3424 finish_command_fsm. Adjust.
3425 (finish_command): Create a finish_command_fsm. Adjust.
3426 * infrun.c: Include "thread-fsm.h".
3427 (clear_proceed_status_thread): Delete the thread's FSM.
3428 (infrun_thread_stop_requested_callback): Cancel the thread's
3429 execution command.
3430 (clean_up_just_stopped_threads_fsms): New function.
3431 (fetch_inferior_event): Handle the event_thread's should_stop
3432 method saying the command isn't done yet.
3433 (process_event_stop_test): Run breakpoint callbacks here.
3434 (print_stop_event): Rename to ...
3435 (print_stop_location): ... this.
3436 (restore_current_uiout_cleanup): New function.
3437 (print_stop_event): Reimplement.
3438 (normal_stop): No longer notify the end_stepping_range observers
3439 here handle "step N" nor "finish" here. No longer call
3440 print_stop_event here.
3441 * infrun.h (struct return_value_info): Forward declare.
3442 (print_return_value): Declare.
3443 (print_stop_event): Change prototype.
3444 * thread-fsm.c: New file.
3445 * thread-fsm.h: New file.
3446 * thread.c: Include "thread-fsm.h".
3447 (thread_cancel_execution_command): New function.
3448 (clear_thread_inferior_resources): Call it.
3449 * cli/cli-interp.c (cli_on_normal_stop): New function.
3450 (cli_interpreter_init): Install cli_on_normal_stop as normal_stop
3451 observer.
3452 * mi/mi-interp.c: Include "thread-fsm.h".
3453 (restore_current_uiout_cleanup): Delete.
3454 (mi_on_normal_stop): If the thread has an FSM associated, and it
3455 finished, ask it for the async-reply-reason to print. Always call
3456 print_stop_event here, regardless of the top-level interpreter.
3457 Check bpstat_what to tell whether an asynchronous breakpoint hit
3458 triggered.
3459 * tui/tui-interp.c (tui_on_normal_stop): New function.
3460 (tui_init): Install tui_on_normal_stop as normal_stop observer.
3461
3462 2015-09-09 Pedro Alves <palves@redhat.com>
3463
3464 * breakpoint.c (bpstat_do_actions_1, until_break_command): Don't
3465 check whether the target can async.
3466 * inf-loop.c (inferior_event_handler): Only call target_async if
3467 the target can async.
3468 * infcall.c: Include top.h and interps.h.
3469 (run_inferior_call): For the interpreter to sync mode while
3470 running the infcall. Call wait_sync_command_done instead of
3471 wait_for_inferior plus normal_stop.
3472 * infcmd.c (prepare_execution_command): Don't check whether the
3473 target can async when running in the foreground.
3474 (step_1): Delete synchronous case handling.
3475 (step_once): Always install a continuation, even in sync mode.
3476 (until_next_command, finish_forward): Don't check whether the
3477 target can async.
3478 (attach_command_post_wait, notice_new_inferior): Always install a
3479 continuation, even in sync mode.
3480 * infrun.c (mark_infrun_async_event_handler): New function.
3481 (proceed): In sync mode, mark infrun's event source instead of
3482 waiting for events here.
3483 (fetch_inferior_event): If the target can't async, do a blocking
3484 wait.
3485 (prepare_to_wait): In sync mode, mark infrun's event source.
3486 (infrun_async_inferior_event_handler): No longer bail out if the
3487 target can't async.
3488 * infrun.h (mark_infrun_async_event_handler): New declaration.
3489 * linux-nat.c (linux_nat_wait_1): Remove calls to
3490 set_sigint_trap/clear_sigint_trap.
3491 (linux_nat_terminal_inferior): No longer check whether the target
3492 can async.
3493 * mi/mi-interp.c (mi_on_sync_execution_done): Update and simplify
3494 comment.
3495 (mi_execute_command_input_handler): No longer check whether the
3496 target is async. Update and simplify comment.
3497 * target.c (default_target_wait): New function.
3498 * target.h (struct target_ops) <to_wait>: Now defaults to
3499 default_target_wait.
3500 (default_target_wait): Declare.
3501 * top.c (wait_sync_command_done): New function, factored out from
3502 ...
3503 (maybe_wait_sync_command_done): ... this.
3504 * top.h (wait_sync_command_done): Declare.
3505 * target-delegates.c: Regenerate.
3506
3507 2015-09-09 Markus Metzger <markus.t.metzger@intel.com>
3508
3509 * nat/linux-btrace.h (struct btrace_target_info) <ptr_bits>: Remove.
3510 * nat/linux-btrace.c: Include filestuff.h and inttypes.h.
3511 Remove include of sys/utsname.h.
3512 (linux_determine_kernel_ptr_bits): Remove.
3513 (linux_determine_kernel_start): New.
3514 (perf_event_is_kernel_addr): Remove tinfo argument. Update users.
3515 Update check.
3516 (perf_event_skip_bts_record): Remove tinfo argument. Update users.
3517 (linux_enable_bts, linux_enable_pt): Remove tinfo->ptr_bits
3518 initialization.
3519 * x86-linux-nat.c (x86_linux_enable_btrace): Remove ptr_bits
3520 assignment.
3521
3522 2015-09-07 Pedro Alves <palves@redhat.com>
3523
3524 * guile/guile-internal.h (as_a_scm_t_subr): New.
3525 * guile/guile.c (misc_guile_functions): Use it.
3526 * guile/scm-arch.c (arch_functions): Use it.
3527 * guile/scm-block.c (block_functions, gdbscm_initialize_blocks):
3528 Use it.
3529 * guile/scm-breakpoint.c (breakpoint_functions): Use it.
3530 * guile/scm-cmd.c (command_functions): Use it.
3531 * guile/scm-disasm.c (disasm_functions): Use it.
3532 * guile/scm-exception.c (exception_functions)
3533 (private_exception_functions): Use it.
3534 * guile/scm-frame.c (frame_functions)
3535 * guile/scm-gsmob.c (gsmob_functions): Use it.
3536 * guile/scm-iterator.c (iterator_functions): Use it.
3537 * guile/scm-lazy-string.c (lazy_string_functions): Use it.
3538 * guile/scm-math.c (math_functions): Use it.
3539 * guile/scm-objfile.c (objfile_functions): Use it.
3540 * guile/scm-param.c (parameter_functions): Use it.
3541 * guile/scm-ports.c (port_functions, private_port_functions): Use
3542 it.
3543 * guile/scm-pretty-print.c (pretty_printer_functions): Use it.
3544 * guile/scm-progspace.c (pspace_functions): Use it.
3545 * guile/scm-string.c (string_functions): Use it.
3546 * guile/scm-symbol.c (symbol_functions): Use it.
3547 * guile/scm-symtab.c (symtab_functions): Use it.
3548 * guile/scm-type.c (type_functions, gdbscm_initialize_types): Use
3549 it.
3550 * guile/scm-value.c (value_functions): Use it.
3551
3552 2015-09-04 Andrew Burgess <andrew.burgess@embecosm.com>
3553
3554 * tui/tui-data.c (win_with_focus): Remove cast of NULL pointer.
3555 (tui_next_win): Likewise.
3556 (tui_prev_win): Likewise.
3557 (tui_partial_win_by_name): Likewise.
3558 (tui_init_generic_part): Likewise.
3559 (init_content_element): Likewise.
3560 (tui_del_window): Likewise.
3561 (tui_free_window): Likewise.
3562 (tui_del_data_windows): Likewise.
3563 (tui_free_data_content): Likewise.
3564 * tui/tui-layout.c (make_source_or_disasm_window): Likewise.
3565 * tui/tui-regs.c (tui_show_register_group): Likewise.
3566 * tui/tui-win.c (tui_resize_all): Likewise.
3567 (tui_set_focus): Likewise.
3568 (tui_set_win_height): Likewise.
3569 (make_invisible_and_set_new_height): Likewise.
3570 * tui/tui-windata.c (tui_delete_data_content_windows): Likewise.
3571 * tui/tui-wingeneral.c (make_visible): Likewise.
3572
3573 2015-09-04 Andrew Burgess <andrew.burgess@embecosm.com>
3574
3575 * cli/cli-decode.c (find_cmd): Remove cast of NULL pointer.
3576
3577 2015-09-04 Andrew Burgess <andrew.burgess@embecosm.com>
3578
3579 * c-valprint.c (print_unpacked_pointer): Remove cast of NULL
3580 pointer.
3581 * dbxread.c (dbx_end_psymtab): Likewise.
3582 * gnu-nat.c (gnu_write_inferior): Likewise.
3583 * mdebugread.c (cross_ref): Likewise.
3584 * p-valprint.c (pascal_val_print): Likewise.
3585 * xcoffread.c (xcoff_end_psymtab): Likewise.
3586
3587 2015-09-04 Yao Qi <yao.qi@linaro.org>
3588
3589 * NEWS: Mention the aarch64 multi-arch debugging support.
3590
3591 2015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
3592
3593 * ada-lang.c (ada_language_arch_info): Create a TYPE_CODE_CHAR
3594 type instead of a TYPE_CODE_INT one for the string_char_type
3595 and the ada_primitive_type_char types.
3596
3597 2015-09-03 Yao Qi <yao.qi@linaro.org>
3598
3599 * aarch64-linux-nat.c (aarch64_linux_region_ok_for_hw_watchpoint):
3600 Move code to aarch64_linux_region_ok_for_watchpoint. Call
3601 aarch64_linux_region_ok_for_watchpoint.
3602 * nat/aarch64-linux-hw-point.c (aarch64_linux_region_ok_for_watchpoint):
3603 New function.
3604 * nat/aarch64-linux-hw-point.h (aarch64_linux_region_ok_for_watchpoint):
3605 Declare it.
3606
3607 2015-09-02 Patrick Palka <patrick@parcs.ath.cx>
3608
3609 * gdb_obstack.h (obstack_strdup): Declare.
3610 * gdb_obstack.c (obstack_strdup): Define.
3611 * gdbarch.sh (gdbarch_obstack_strdup): Declare and define.
3612 * gdbarch.c: Regenerate.
3613 * gdbarch.h: Regenerate.
3614 * gdbtypes.c (arch_type): Use gdbarch_obstack_strdup.
3615
3616 2015-09-02 Patrick Palka <patrick@parcs.ath.cx>
3617
3618 * gdbtypes.c (copy_type_recursive): Update documentation.
3619
3620 2015-09-01 Sergio Durigan Junior <sergiodj@redhat.com>
3621
3622 * solib-svr4.c (solib_event_probe_action): Initialize 'probe_argc'
3623 as zero.
3624
3625 2015-09-01 Sergio Durigan Junior <sergiodj@redhat.com>
3626
3627 * solib-svr4.c (svr4_handle_solib_event): Initialize 'val' as NULL
3628
3629 2015-09-01 Sergio Durigan Junior <sergiodj@redhat.com>
3630
3631 * solib-svr4.c (solib_event_probe_action): Call
3632 get_probe_argument_count using TRY...CATCH.
3633 (svr4_handle_solib_event): Likewise, for evaluate_probe_argument.
3634
3635 2015-09-01 Sergio Durigan Junior <sergiodj@redhat.com>
3636
3637 * probe.h (struct probe_ops) <get_probe_argument_count,
3638 evaluate_probe_argument, enable_probe, disable_probe>: Mention in
3639 the comment that the function can throw an exception.
3640 (get_probe_argument_count): Likewise.
3641 (evaluate_probe_argument): Likewise.
3642 * stap-probe.c (stap_get_opcode): Call error instead of
3643 internal_error.
3644 (stap_get_expected_argument_type): Likewise. Add argument
3645 'probe'. Improve error message by mentioning the probe's name.
3646 (stap_parse_probe_arguments): Adjust call to
3647 stap_get_expected_argument_type.
3648 (stap_get_arg): Add comment. Assert that 'probe->args_parsed' is
3649 not zero. Call internal_error if GDB requests an argument but the
3650 probe has no arguments.
3651
3652 2015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
3653
3654 * ada-lang.c (ada_resolve_function): Do not ask the user what
3655 match to use when in completion mode.
3656
3657 2015-08-31 Andrew Burgess <andrew.burgess@embecosm.com>
3658
3659 * tui/tui-data.c (tui_win_name): Make local variable const, remove
3660 cast of NULL.
3661
3662 2015-08-31 Max Filippov <jcmvbkbc@gmail.com>
3663
3664 * xtensa-tdep.h (XTENSA_GDBARCH_TDEP_INSTANTIATE): Initialize
3665 call_abi using XSHAL_ABI macro.
3666
3667 2015-08-29 Doug Evans <xdje42@gmail.com>
3668
3669 * symtab.h (struct symbol): Tweak comment.
3670
3671 2015-08-29 Patrick Palka <patrick@parcs.ath.cx>
3672
3673 * gdbtypes.c (alloc_type_arch): Allocate the type on the given
3674 gdbarch obstack instead of on the heap. Update commentary
3675 accordingly.
3676
3677 2015-08-28 Joel Brobecker <brobecker@adacore.com>
3678
3679 GDB 7.10 released.
3680
3681 2015-08-28 Simon Marchi <simon.marchi@ericsson.com>
3682
3683 * NEWS: Update entry about non-8-bits addressable memory.
3684
3685 2015-08-28 Ulrich Weigand <uweigand@de.ibm.com>
3686
3687 Revert:
3688 2014-11-06 Doug Evans <xdje42@gmail.com>
3689 * solib.c (solib_global_lookup): Fetch arch from objfile,
3690 not target_gdbarch.
3691
3692 2015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
3693
3694 * ppc-linux-tdep.c (ppc_linux_spe_context_lookup): Do not
3695 attempt to relocate a TLS variable offset.
3696
3697 2015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
3698
3699 * spu-multiarch.c (parse_spufs_run): Bail out if inferior is not
3700 registered yet. Set inferior_ptid while calling target_read_memory.
3701
3702 2015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
3703
3704 * nat/linux-ptrace.h (GDB_ARCH_TRAP_BRKPT): Replace by ...
3705 (GDB_ARCH_IS_TRAP_BRKPT): ... this. Add __powerpc__ case.
3706 * linux-nat.c (check_stopped_by_breakpoint): Use
3707 GDB_ARCH_IS_TRAP_BRKPT instead of GDB_ARCH_TRAP_BRKPT.
3708
3709 2015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
3710
3711 * linux-thread-db.c (thread_db_get_thread_local_address): If the
3712 thread was not yet discovered, use thread_from_lwp instead of
3713 calling thread_db_find_new_threads_1.
3714
3715 2015-08-27 Simon Marchi <simon.marchi@ericsson.com>
3716
3717 * m88k-tdep.c (m88k_analyze_prologue): Fix inverted allocation
3718 statements.
3719
3720 2015-08-27 Simon Marchi <simon.marchi@ericsson.com>
3721
3722 * NEWS: Document support for non-8-bits addressable memory.
3723
3724 2015-08-27 Pedro Alves <palves@redhat.com>
3725
3726 * configure.ac: Remove AC_TYPE_SIGNAL call.
3727 * configure, config.in: Regenerate.
3728
3729 2015-08-27 Pedro Alves <palves@redhat.com>
3730
3731 * cp-support.c (gdb_demangle): Use sighandler_t. Remove cast.
3732 * extension-priv.h: Include signal.h.
3733 (struct signal_handler) <handler>: Change type to sighandler_t.
3734 * extension.c (install_gdb_sigint_handler): Use sighandler_t.
3735 * inflow.c (sigint_ours, sigquit_ours): Change type to
3736 sighandler_t.
3737 (child_terminal_inferior): Remove casts.
3738 (child_terminal_ours_1, new_tty): Use sighandler_t. Remove casts.
3739 (osig): Change type to sighandler_t.
3740 * nto-procfs.c (ofunc): Change type to sighandler_t.
3741 (procfs_wait): Remove casts.
3742 * remote-m32r-sdi.c (m32r_wait, m32r_load): Use sighandler_t.
3743 * remote-sim.c (gdbsim_wait): Use sighandler_t.
3744 * utils.c (wait_to_die_with_timeout): Use sighandler_t.
3745
3746 2015-08-27 Pedro Alves <palves@redhat.com>
3747
3748 * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add signal-h.
3749 * gnulib/aclocal.m4: Renegerate.
3750 * gnulib/config.in: Renegerate.
3751 * gnulib/configure: Renegerate.
3752 * gnulib/import/Makefile.am: Update.
3753 * gnulib/import/Makefile.in: Regenerate.
3754 * gnulib/import/m4/gnulib-cache.m4: Update.
3755 * gnulib/import/m4/gnulib-comp.m4: Update.
3756 * gnulib/import/m4/signal_h.m4: New file.
3757 * gnulib/import/signal.in.h: New file.
3758
3759 2015-08-27 Pedro Alves <palves@redhat.com>
3760
3761 * remote.c (DEFAULT_MAX_MEMORY_PACKET_SIZE)
3762 (MIN_MEMORY_PACKET_SIZE): New.
3763 (MAX_REMOTE_PACKET_SIZE, MIN_REMOTE_PACKET_SIZE): Delete.
3764 (get_memory_packet_size): Adjust. No longer limit the max packet
3765 size.
3766 (set_memory_packet_size): Adjust, and remove dead code.
3767 (remote_check_symbols): Use xmalloc and a cleanup instead of
3768 alloca.
3769 (remote_packet_size): No longer cap the packet size.
3770 (putpkt_binary): Use xmalloc and a cleanup instead of alloca.
3771
3772 2015-08-26 Luis Machado <lgustavo@codesourcery.com>
3773
3774 * compile/compile.c (compile_to_object): Mention language in
3775 error message.
3776
3777 2015-08-26 Patrick Palka <patrick@parcs.ath.cx>
3778
3779 * target.c (target_pre_inferior): Unset attach_flag.
3780
3781 2015-08-26 Simon Marchi <simon.marchi@ericsson.com>
3782
3783 * gdbarch.sh (append_name): Fix type in XRESIZEVEC.
3784 * gdbarch.c: Re-generate.
3785
3786 2015-08-26 Simon Marchi <simon.marchi@ericsson.com>
3787
3788 * aarch64-linux-nat.c (aarch64_add_process): Replace xmalloc-family
3789 function with the XNEW-family equivalent.
3790 * aarch64-tdep.c (aarch64_gdbarch_init): Likewise.
3791 * ada-exp.y (write_ambiguous_var): Likewise.
3792 * ada-lang.c (resolve_subexp): Likewise.
3793 (user_select_syms): Likewise.
3794 (assign_aggregate): Likewise.
3795 (ada_evaluate_subexp): Likewise.
3796 (cache_symbol): Likewise.
3797 * addrmap.c (allocate_key): Likewise.
3798 (addrmap_create_mutable): Likewise.
3799 * aix-thread.c (sync_threadlists): Likewise.
3800 * alpha-tdep.c (alpha_push_dummy_call): Likewise.
3801 (alpha_gdbarch_init): Likewise.
3802 * amd64-windows-tdep.c (amd64_windows_push_arguments): Likewise.
3803 * arm-linux-nat.c (arm_linux_add_process): Likewise.
3804 * arm-linux-tdep.c (arm_linux_displaced_step_copy_insn): Likewise.
3805 * arm-tdep.c (push_stack_item): Likewise.
3806 (arm_displaced_step_copy_insn): Likewise.
3807 (arm_gdbarch_init): Likewise.
3808 (_initialize_arm_tdep): Likewise.
3809 * avr-tdep.c (push_stack_item): Likewise.
3810 * ax-general.c (new_agent_expr): Likewise.
3811 * block.c (block_initialize_namespace): Likewise.
3812 * breakpoint.c (alloc_counted_command_line): Likewise.
3813 (update_dprintf_command_list): Likewise.
3814 (parse_breakpoint_sals): Likewise.
3815 (decode_static_tracepoint_spec): Likewise.
3816 (until_break_command): Likewise.
3817 (clear_command): Likewise.
3818 (update_global_location_list): Likewise.
3819 (get_breakpoint_objfile_data) Likewise.
3820 * btrace.c (ftrace_new_function): Likewise.
3821 (btrace_set_insn_history): Likewise.
3822 (btrace_set_call_history): Likewise.
3823 * buildsym.c (add_symbol_to_list): Likewise.
3824 (record_pending_block): Likewise.
3825 (start_subfile): Likewise.
3826 (start_buildsym_compunit): Likewise.
3827 (push_subfile): Likewise.
3828 (end_symtab_get_static_block): Likewise.
3829 (buildsym_init): Likewise.
3830 * cli/cli-cmds.c (source_command): Likewise.
3831 * cli/cli-decode.c (add_cmd): Likewise.
3832 * cli/cli-script.c (build_command_line): Likewise.
3833 (setup_user_args): Likewise.
3834 (realloc_body_list): Likewise.
3835 (process_next_line): Likewise.
3836 (copy_command_lines): Likewise.
3837 * cli/cli-setshow.c (do_set_command): Likewise.
3838 * coff-pe-read.c (read_pe_exported_syms): Likewise.
3839 * coffread.c (coff_locate_sections): Likewise.
3840 (coff_symtab_read): Likewise.
3841 (coff_read_struct_type): Likewise.
3842 * common/cleanups.c (make_my_cleanup2): Likewise.
3843 * common/common-exceptions.c (throw_it): Likewise.
3844 * common/filestuff.c (make_cleanup_close): Likewise.
3845 * common/format.c (parse_format_string): Likewise.
3846 * common/queue.h (DEFINE_QUEUE_P): Likewise.
3847 * compile/compile-object-load.c (munmap_list_add): Likewise.
3848 (compile_object_load): Likewise.
3849 * compile/compile-object-run.c (compile_object_run): Likewise.
3850 * compile/compile.c (append_args): Likewise.
3851 * corefile.c (specify_exec_file_hook): Likewise.
3852 * cp-support.c (make_symbol_overload_list): Likewise.
3853 * cris-tdep.c (push_stack_item): Likewise.
3854 (cris_gdbarch_init): Likewise.
3855 * ctf.c (ctf_trace_file_writer_new): Likewise.
3856 * dbxread.c (init_header_files): Likewise.
3857 (add_new_header_file): Likewise.
3858 (init_bincl_list): Likewise.
3859 (dbx_end_psymtab): Likewise.
3860 (start_psymtab): Likewise.
3861 (dbx_end_psymtab): Likewise.
3862 * dcache.c (dcache_init): Likewise.
3863 * dictionary.c (dict_create_hashed): Likewise.
3864 (dict_create_hashed_expandable): Likewise.
3865 (dict_create_linear): Likewise.
3866 (dict_create_linear_expandable): Likewise.
3867 * dtrace-probe.c (dtrace_process_dof_probe): Likewise.
3868 * dummy-frame.c (register_dummy_frame_dtor): Likewise.
3869 * dwarf2-frame-tailcall.c (cache_new_ref1): Likewise.
3870 * dwarf2-frame.c (dwarf2_build_frame_info): Likewise.
3871 (decode_frame_entry_1): Likewise.
3872 * dwarf2expr.c (new_dwarf_expr_context): Likewise.
3873 * dwarf2loc.c (dwarf2_compile_expr_to_ax): Likewise.
3874 * dwarf2read.c (dwarf2_has_info): Likewise.
3875 (create_signatured_type_table_from_index): Likewise.
3876 (dwarf2_read_index): Likewise.
3877 (dw2_get_file_names_reader): Likewise.
3878 (create_all_type_units): Likewise.
3879 (read_cutu_die_from_dwo): Likewise.
3880 (init_tu_and_read_dwo_dies): Likewise.
3881 (init_cutu_and_read_dies): Likewise.
3882 (create_all_comp_units): Likewise.
3883 (queue_comp_unit): Likewise.
3884 (inherit_abstract_dies): Likewise.
3885 (read_call_site_scope): Likewise.
3886 (dwarf2_add_field): Likewise.
3887 (dwarf2_add_typedef): Likewise.
3888 (dwarf2_add_member_fn): Likewise.
3889 (attr_to_dynamic_prop): Likewise.
3890 (abbrev_table_alloc_abbrev): Likewise.
3891 (abbrev_table_read_table): Likewise.
3892 (add_include_dir): Likewise.
3893 (add_file_name): Likewise.
3894 (dwarf_decode_line_header): Likewise.
3895 (dwarf2_const_value_attr): Likewise.
3896 (dwarf_alloc_block): Likewise.
3897 (parse_macro_definition): Likewise.
3898 (set_die_type): Likewise.
3899 (write_psymtabs_to_index): Likewise.
3900 (create_cus_from_index): Likewise.
3901 (dwarf2_create_include_psymtab): Likewise.
3902 (process_psymtab_comp_unit_reader): Likewise.
3903 (build_type_psymtab_dependencies): Likewise.
3904 (read_comp_units_from_section): Likewise.
3905 (compute_compunit_symtab_includes): Likewise.
3906 (create_dwo_unit_in_dwp_v1): Likewise.
3907 (create_dwo_unit_in_dwp_v2): Likewise.
3908 (read_func_scope): Likewise.
3909 (process_structure_scope): Likewise.
3910 (mark_common_block_symbol_computed): Likewise.
3911 (load_partial_dies): Likewise.
3912 (dwarf2_symbol_mark_computed): Likewise.
3913 * elfread.c (elf_symfile_segments): Likewise.
3914 (elf_read_minimal_symbols): Likewise.
3915 * environ.c (make_environ): Likewise.
3916 * eval.c (evaluate_subexp_standard): Likewise.
3917 * event-loop.c (create_file_handler): Likewise.
3918 (create_async_signal_handler): Likewise.
3919 (create_async_event_handler): Likewise.
3920 (create_timer): Likewise.
3921 * exec.c (build_section_table): Likewise.
3922 * fbsd-nat.c (fbsd_remember_child): Likewise.
3923 * fork-child.c (fork_inferior): Likewise.
3924 * frv-tdep.c (new_variant): Likewise.
3925 * gdbarch.sh (gdbarch_alloc): Likewise.
3926 (append_name): Likewise.
3927 * gdbtypes.c (rank_function): Likewise.
3928 (copy_type_recursive): Likewise.
3929 (add_dyn_prop): Likewise.
3930 * gnu-nat.c (make_proc): Likewise.
3931 (make_inf): Likewise.
3932 (gnu_write_inferior): Likewise.
3933 * gnu-v3-abi.c (build_gdb_vtable_type): Likewise.
3934 (build_std_type_info_type): Likewise.
3935 * guile/scm-param.c (compute_enum_list): Likewise.
3936 * guile/scm-utils.c (gdbscm_parse_function_args): Likewise.
3937 * guile/scm-value.c (gdbscm_value_call): Likewise.
3938 * h8300-tdep.c (h8300_gdbarch_init): Likewise.
3939 * hppa-tdep.c (hppa_init_objfile_priv_data): Likewise.
3940 (read_unwind_info): Likewise.
3941 * ia64-tdep.c (ia64_gdbarch_init): Likewise.
3942 * infcall.c (dummy_frame_context_saver_setup): Likewise.
3943 (call_function_by_hand_dummy): Likewise.
3944 * infcmd.c (step_once): Likewise.
3945 (finish_forward): Likewise.
3946 (attach_command): Likewise.
3947 (notice_new_inferior): Likewise.
3948 * inferior.c (add_inferior_silent): Likewise.
3949 * infrun.c (add_displaced_stepping_state): Likewise.
3950 (save_infcall_control_state): Likewise.
3951 (save_inferior_ptid): Likewise.
3952 (_initialize_infrun): Likewise.
3953 * jit.c (bfd_open_from_target_memory): Likewise.
3954 (jit_gdbarch_data_init): Likewise.
3955 * language.c (add_language): Likewise.
3956 * linespec.c (decode_line_2): Likewise.
3957 * linux-nat.c (add_to_pid_list): Likewise.
3958 (add_initial_lwp): Likewise.
3959 * linux-thread-db.c (add_thread_db_info): Likewise.
3960 (record_thread): Likewise.
3961 (info_auto_load_libthread_db): Likewise.
3962 * m32c-tdep.c (m32c_gdbarch_init): Likewise.
3963 * m68hc11-tdep.c (m68hc11_gdbarch_init): Likewise.
3964 * m68k-tdep.c (m68k_gdbarch_init): Likewise.
3965 * m88k-tdep.c (m88k_analyze_prologue): Likewise.
3966 * macrocmd.c (macro_define_command): Likewise.
3967 * macroexp.c (gather_arguments): Likewise.
3968 * macroscope.c (sal_macro_scope): Likewise.
3969 * macrotab.c (new_macro_table): Likewise.
3970 * mdebugread.c (push_parse_stack): Likewise.
3971 (parse_partial_symbols): Likewise.
3972 (parse_symbol): Likewise.
3973 (psymtab_to_symtab_1): Likewise.
3974 (new_block): Likewise.
3975 (new_psymtab): Likewise.
3976 (mdebug_build_psymtabs): Likewise.
3977 (add_pending): Likewise.
3978 (elfmdebug_build_psymtabs): Likewise.
3979 * mep-tdep.c (mep_gdbarch_init): Likewise.
3980 * mi/mi-main.c (mi_execute_command): Likewise.
3981 * mi/mi-parse.c (mi_parse_argv): Likewise.
3982 * minidebug.c (lzma_open): Likewise.
3983 * minsyms.c (terminate_minimal_symbol_table): Likewise.
3984 * mips-linux-nat.c (mips_linux_insert_watchpoint): Likewise.
3985 * mips-tdep.c (mips_gdbarch_init): Likewise.
3986 * mn10300-tdep.c (mn10300_gdbarch_init): Likewise.
3987 * msp430-tdep.c (msp430_gdbarch_init): Likewise.
3988 * mt-tdep.c (mt_registers_info): Likewise.
3989 * nat/aarch64-linux.c (aarch64_linux_new_thread): Likewise.
3990 * nat/linux-btrace.c (linux_enable_bts): Likewise.
3991 (linux_enable_pt): Likewise.
3992 * nat/linux-osdata.c (linux_xfer_osdata_processes): Likewise.
3993 (linux_xfer_osdata_processgroups): Likewise.
3994 * nios2-tdep.c (nios2_gdbarch_init): Likewise.
3995 * nto-procfs.c (procfs_meminfo): Likewise.
3996 * objc-lang.c (start_msglist): Likewise.
3997 (selectors_info): Likewise.
3998 (classes_info): Likewise.
3999 (find_methods): Likewise.
4000 * objfiles.c (allocate_objfile): Likewise.
4001 (update_section_map): Likewise.
4002 * osabi.c (gdbarch_register_osabi): Likewise.
4003 (gdbarch_register_osabi_sniffer): Likewise.
4004 * parse.c (start_arglist): Likewise.
4005 * ppc-linux-nat.c (hwdebug_find_thread_points_by_tid): Likewise.
4006 (hwdebug_insert_point): Likewise.
4007 * printcmd.c (display_command): Likewise.
4008 (ui_printf): Likewise.
4009 * procfs.c (create_procinfo): Likewise.
4010 (load_syscalls): Likewise.
4011 (proc_get_LDT_entry): Likewise.
4012 (proc_update_threads): Likewise.
4013 * prologue-value.c (make_pv_area): Likewise.
4014 (pv_area_store): Likewise.
4015 * psymtab.c (extend_psymbol_list): Likewise.
4016 (init_psymbol_list): Likewise.
4017 (allocate_psymtab): Likewise.
4018 * python/py-inferior.c (add_thread_object): Likewise.
4019 * python/py-param.c (compute_enum_values): Likewise.
4020 * python/py-value.c (valpy_call): Likewise.
4021 * python/py-varobj.c (py_varobj_iter_next): Likewise.
4022 * python/python.c (ensure_python_env): Likewise.
4023 * record-btrace.c (record_btrace_start_replaying): Likewise.
4024 * record-full.c (record_full_reg_alloc): Likewise.
4025 (record_full_mem_alloc): Likewise.
4026 (record_full_end_alloc): Likewise.
4027 (record_full_core_xfer_partial): Likewise.
4028 * regcache.c (get_thread_arch_aspace_regcache): Likewise.
4029 * remote-fileio.c (remote_fileio_init_fd_map): Likewise.
4030 * remote-notif.c (remote_notif_state_allocate): Likewise.
4031 * remote.c (demand_private_info): Likewise.
4032 (remote_notif_stop_alloc_reply): Likewise.
4033 (remote_enable_btrace): Likewise.
4034 * reverse.c (save_bookmark_command): Likewise.
4035 * rl78-tdep.c (rl78_gdbarch_init): Likewise.
4036 * rx-tdep.c (rx_gdbarch_init): Likewise.
4037 * s390-linux-nat.c (s390_insert_watchpoint): Likewise.
4038 * ser-go32.c (dos_get_tty_state): Likewise.
4039 (dos_copy_tty_state): Likewise.
4040 * ser-mingw.c (ser_windows_open): Likewise.
4041 (ser_console_wait_handle): Likewise.
4042 (ser_console_get_tty_state): Likewise.
4043 (make_pipe_state): Likewise.
4044 (net_windows_open): Likewise.
4045 * ser-unix.c (hardwire_get_tty_state): Likewise.
4046 (hardwire_copy_tty_state): Likewise.
4047 * solib-aix.c (solib_aix_new_lm_info): Likewise.
4048 * solib-dsbt.c (dsbt_current_sos): Likewise.
4049 (dsbt_relocate_main_executable): Likewise.
4050 * solib-frv.c (frv_current_sos): Likewise.
4051 (frv_relocate_main_executable): Likewise.
4052 * solib-spu.c (spu_bfd_fopen): Likewise.
4053 * solib-svr4.c (lm_info_read): Likewise.
4054 (svr4_copy_library_list): Likewise.
4055 (svr4_default_sos): Likewise.
4056 * source.c (find_source_lines): Likewise.
4057 (line_info): Likewise.
4058 (add_substitute_path_rule): Likewise.
4059 * spu-linux-nat.c (spu_bfd_open): Likewise.
4060 * spu-tdep.c (info_spu_dma_cmdlist): Likewise.
4061 * stabsread.c (dbx_lookup_type): Likewise.
4062 (read_type): Likewise.
4063 (read_member_functions): Likewise.
4064 (read_struct_fields): Likewise.
4065 (read_baseclasses): Likewise.
4066 (read_args): Likewise.
4067 (_initialize_stabsread): Likewise.
4068 * stack.c (func_command): Likewise.
4069 * stap-probe.c (handle_stap_probe): Likewise.
4070 * symfile.c (addrs_section_sort): Likewise.
4071 (addr_info_make_relative): Likewise.
4072 (load_section_callback): Likewise.
4073 (add_symbol_file_command): Likewise.
4074 (init_filename_language_table): Likewise.
4075 * symtab.c (create_filename_seen_cache): Likewise.
4076 (sort_search_symbols_remove_dups): Likewise.
4077 (search_symbols): Likewise.
4078 * target.c (make_cleanup_restore_target_terminal): Likewise.
4079 * thread.c (new_thread): Likewise.
4080 (enable_thread_stack_temporaries): Likewise.
4081 (make_cleanup_restore_current_thread): Likewise.
4082 (thread_apply_all_command): Likewise.
4083 * tic6x-tdep.c (tic6x_gdbarch_init): Likewise.
4084 * top.c (gdb_readline_wrapper): Likewise.
4085 * tracefile-tfile.c (tfile_trace_file_writer_new): Likewise.
4086 * tracepoint.c (trace_find_line_command): Likewise.
4087 (all_tracepoint_actions_and_cleanup): Likewise.
4088 (make_cleanup_restore_current_traceframe): Likewise.
4089 (get_uploaded_tp): Likewise.
4090 (get_uploaded_tsv): Likewise.
4091 * tui/tui-data.c (tui_alloc_generic_win_info): Likewise.
4092 (tui_alloc_win_info): Likewise.
4093 (tui_alloc_content): Likewise.
4094 (tui_add_content_elements): Likewise.
4095 * tui/tui-disasm.c (tui_find_disassembly_address): Likewise.
4096 (tui_set_disassem_content): Likewise.
4097 * ui-file.c (ui_file_new): Likewise.
4098 (stdio_file_new): Likewise.
4099 (tee_file_new): Likewise.
4100 * utils.c (make_cleanup_restore_integer): Likewise.
4101 (add_internal_problem_command): Likewise.
4102 * v850-tdep.c (v850_gdbarch_init): Likewise.
4103 * valops.c (find_oload_champ): Likewise.
4104 * value.c (allocate_value_lazy): Likewise.
4105 (record_latest_value): Likewise.
4106 (create_internalvar): Likewise.
4107 * varobj.c (install_variable): Likewise.
4108 (new_variable): Likewise.
4109 (new_root_variable): Likewise.
4110 (cppush): Likewise.
4111 (_initialize_varobj): Likewise.
4112 * windows-nat.c (windows_make_so): Likewise.
4113 * x86-nat.c (x86_add_process): Likewise.
4114 * xcoffread.c (arrange_linetable): Likewise.
4115 (allocate_include_entry): Likewise.
4116 (process_linenos): Likewise.
4117 (SYMBOL_DUP): Likewise.
4118 (xcoff_start_psymtab): Likewise.
4119 (xcoff_end_psymtab): Likewise.
4120 * xml-support.c (gdb_xml_parse_attr_ulongest): Likewise.
4121 * xtensa-tdep.c (xtensa_register_type): Likewise.
4122 * gdbarch.c: Regenerate.
4123 * gdbarch.h: Regenerate.
4124
4125 2015-08-25 Don Breazeal <donb@codesourcery.com>
4126
4127 * infrun.c (follow_exec): Re-order operations for
4128 handling follow-exec-mode "new".
4129 (handle_inferior_event_1): Assign ecs->event_thread
4130 to the current thread.
4131 * remote.c (get_remote_arch_state): Add an assertion.
4132
4133 2015-08-26 Pedro Alves <palves@redhat.com>
4134
4135 * MAINTAINERS: Add Markus Metzger as btrace maintainer.
4136
4137 2015-08-25 Pedro Alves <palves@redhat.com>
4138
4139 PR gdb/18804
4140 * defs.h (maybe_quit): Declare.
4141 (QUIT): Now calls maybe_quit.
4142 * event-loop.c (clear_async_signal_handler)
4143 (async_signal_handler_is_marked): New functions.
4144 * event-loop.h (async_signal_handler_is_marked)
4145 (clear_async_signal_handler): New declarations.
4146 * remote.c (remote_check_pending_interrupt): New function.
4147 (interrupt_query): Use make_cleanup_restore_target_terminal. No
4148 longer check whether the target is async. If waiting for a stop
4149 reply, and a Ctrl-C as been sent to the target, offer to
4150 disconnect, and throw TARGET_CLOSE_ERROR instead of a quit.
4151 Otherwise do not disconnect and throw a quit.
4152 (_initialize_remote): Install remote_check_pending_interrupt as
4153 to_check_pending_interrupt.
4154 * target.c (target_check_pending_interrupt): New function.
4155 * target.h (struct target_ops) <to_check_pending_interrupt>: New
4156 field.
4157 (target_check_pending_interrupt): New declaration.
4158 * utils.c (maybe_quit): New function.
4159 * target-delegates.c: Regenerate.
4160
4161 2015-08-25 Yao Qi <yao.qi@linaro.org>
4162
4163 * nat/aarch64-linux-hw-point.c (debug_reg_change_callback):
4164 Rename local variable pid to tid, and get lwpid of lwp. Update
4165 debug output.
4166
4167 2015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
4168
4169 * ada-lang.c (ada_read_var_value): Add a var_block argument
4170 and pass it to default_read_var_value.
4171 * block.c (block_static_link): New accessor.
4172 * block.h (block_static_link): Declare it.
4173 * buildsym.c (finish_block_internal): Add a static_link
4174 argument. If there is a static link, associate it to the new
4175 block.
4176 (finish_block): Add a static link argument and pass it to
4177 finish_block_internal.
4178 (end_symtab_get_static_block): Update calls to finish_block and
4179 to finish_block_internal.
4180 (end_symtab_with_blockvector): Update call to
4181 finish_block_internal.
4182 * buildsym.h: Forward-declare struct dynamic_prop.
4183 (struct context_stack): Add a static_link field.
4184 (finish_block): Add a static link argument.
4185 * c-exp.y: Remove an obsolete comment (evaluation of variables
4186 already start from the selected frame, and now they climb *up*
4187 the call stack) and propagate the block information to the
4188 produced expression.
4189 * d-exp.y: Likewise.
4190 * f-exp.y: Likewise.
4191 * go-exp.y: Likewise.
4192 * jv-exp.y: Likewise.
4193 * m2-exp.y: Likewise.
4194 * p-exp.y: Likewise.
4195 * coffread.c (coff_symtab_read): Update calls to finish_block.
4196 * dbxread.c (process_one_symbol): Likewise.
4197 * xcoffread.c (read_xcoff_symtab): Likewise.
4198 * compile/compile-c-symbols.c (convert_one_symbol): Promote the
4199 "sym" parameter to struct block_symbol, update its uses and pass
4200 its block to calls to read_var_value.
4201 (convert_symbol_sym): Update the calls to convert_one_symbol.
4202 * compile/compile-loc2c.c (do_compile_dwarf_expr_to_c): Update
4203 call to read_var_value.
4204 * dwarf2loc.c (block_op_get_frame_base): New.
4205 (dwarf2_block_frame_base_locexpr_funcs): Implement the
4206 get_frame_base method.
4207 (dwarf2_block_frame_base_loclist_funcs): Likewise.
4208 (dwarf2locexpr_baton_eval): Add a frame argument and use it
4209 instead of the selected frame in order to evaluate the
4210 expression.
4211 (dwarf2_evaluate_property): Add a frame argument. Update call
4212 to dwarf2_locexpr_baton_eval to provide a frame in available and
4213 to handle the absence of address stack.
4214 * dwarf2loc.h (dwarf2_evaluate_property): Add a frame argument.
4215 * dwarf2read.c (attr_to_dynamic_prop): Add a forward
4216 declaration.
4217 (read_func_scope): Record any available static link description.
4218 Update call to finish_block.
4219 (read_lexical_block_scope): Update call to finish_block.
4220 * findvar.c (follow_static_link): New.
4221 (get_hosting_frame): New.
4222 (default_read_var_value): Add a var_block argument. Use
4223 get_hosting_frame to handle non-local references.
4224 (read_var_value): Add a var_block argument and pass it to the
4225 LA_READ_VAR_VALUE method.
4226 * gdbtypes.c (resolve_dynamic_range): Update calls to
4227 dwarf2_evaluate_property.
4228 (resolve_dynamic_type_internal): Likewise.
4229 * guile/scm-frame.c (gdbscm_frame_read_var): Update call to
4230 read_var_value, passing it the block coming from symbol lookup.
4231 * guile/scm-symbol.c (gdbscm_symbol_value): Update call to
4232 read_var_value (TODO).
4233 * infcmd.c (finish_command_continuation): Update call to
4234 read_var_value, passing it the block coming from symbol lookup.
4235 * infrun.c (insert_exception_resume_breakpoint): Likewise.
4236 * language.h (struct language_defn): Add a var_block argument to
4237 the LA_READ_VAR_VALUE method.
4238 * objfiles.c (struct static_link_htab_entry): New.
4239 (static_link_htab_entry_hash): New.
4240 (static_link_htab_entry_eq): New.
4241 (objfile_register_static_link): New.
4242 (objfile_lookup_static_link): New.
4243 (free_objfile): Free the STATIC_LINKS hashed map if needed.
4244 * objfiles.h: Include hashtab.h.
4245 (struct objfile): Add a static_links field.
4246 (objfile_register_static_link): New.
4247 (objfile_lookup_static_link): New.
4248 * printcmd.c (print_variable_and_value): Update call to
4249 read_var_value.
4250 * python/py-finishbreakpoint.c (bpfinishpy_init): Likewise.
4251 * python/py-frame.c (frapy_read_var): Update call to
4252 read_var_value, passing it the block coming from symbol lookup.
4253 * python/py-framefilter.c (extract_sym): Add a sym_block
4254 parameter and set the pointed value to NULL (TODO).
4255 (enumerate_args): Update call to extract_sym.
4256 (enumerate_locals): Update calls to extract_sym and to
4257 read_var_value.
4258 * python/py-symbol.c (sympy_value): Update call to
4259 read_var_value (TODO).
4260 * stack.c (read_frame_local): Update call to read_var_value.
4261 (read_frame_arg): Likewise.
4262 (return_command): Likewise.
4263 * symtab.h (struct symbol_block_ops): Add a get_frame_base
4264 method.
4265 (struct symbol): Add a block field.
4266 (SYMBOL_BLOCK): New accessor.
4267 * valops.c (value_of_variable): Remove frame/block handling and
4268 pass the block argument to read_var_value, which does this job
4269 now.
4270 (value_struct_elt_for_reference): Update calls to
4271 read_var_value.
4272 (value_of_this): Pass the block found to read_var_value.
4273 * value.h (read_var_value): Add a var_block argument.
4274 (default_read_var_value): Likewise.
4275
4276 2015-08-25 Yao Qi <yao.qi@linaro.org>
4277
4278 * aarch64-linux-nat.c (aarch64_linux_new_thread): Move it to ...
4279 * nat/aarch64-linux.c (aarch64_linux_new_thread): ... here.
4280 * nat/aarch64-linux.h (aarch64_linux_new_thread): Declare.
4281
4282 2015-08-25 Yao Qi <yao.qi@linaro.org>
4283
4284 * Makefile.in (aarch64-liunx.o): New rule.
4285 (HFILES_NO_SRCDIR): Add aarch64-linux.h.
4286 * config/aarch64/linux.mh (NAT_FILE): Add aarch64-linux.o.
4287 * aarch64-linux-nat.c: Include nat/aarch64-linux.h.
4288 * aarch64-linux-nat.c (aarch64_get_debug_reg_state): Make it
4289 extern.
4290 (aarch64_linux_prepare_to_resume): Move it nat/aarch64-linux.c.
4291 * nat/aarch64-linux-hw-point.h (aarch64_debug_reg_state): Declare
4292 * nat/aarch64-linux.c: New file.
4293 * nat/aarch64-linux.h: New file.
4294
4295 2015-08-25 Yao Qi <yao.qi@linaro.org>
4296
4297 * aarch64-linux-nat.c (aarch64_linux_prepare_to_resume): Use
4298 lwp_arch_private_info and ptid_of_lwp.
4299
4300 2015-08-25 Yao Qi <yao.qi@linaro.org>
4301
4302 * aarch64-linux-nat.c (struct arch64_dr_update_callback_param):
4303 Move it to nat/aarch64-linux-hw-point.c.
4304 (debug_reg_change_callback): Likewise.
4305 (aarch64_notify_debug_reg_change): :Likewise.
4306 * nat/aarch64-linux-hw-point.c: Include nat/linux-nat.h.
4307 (aarch64_dr_update_callback_param): New.
4308 (debug_reg_change_callback): New function.
4309 (aarch64_notify_debug_reg_change): Likewise.
4310 * nat/aarch64-linux-hw-point.h (aarch64_notify_debug_reg_change):
4311 Remove the declaration.
4312
4313 2015-08-25 Yao Qi <yao.qi@linaro.org>
4314
4315 * aarch64-linux-nat.c (aarch64_notify_debug_reg_change):
4316 Call current_lwp_ptid.
4317
4318 2015-08-25 Yao Qi <yao.qi@linaro.org>
4319
4320 * aarch64-linux-nat.c (debug_reg_change_callback): Use
4321 debug_printf.
4322
4323 2015-08-25 Yao Qi <yao.qi@linaro.org>
4324
4325 * aarch64-linux-nat.c (debug_reg_change_callback): Call
4326 ptid_get_pid rather than ptid_get_lwp.
4327
4328 2015-08-24 Pedro Alves <palves@redhat.com>
4329
4330 * NEWS (New commands): Mention set/show remote
4331 multiprocess-extensions-packet.
4332 * remote.c (remote_query_supported): Only tell the server to use
4333 the multiprocess extensions if the user hasn't force-disabled them
4334 with "set remote multiprocess-extensions-packet off".
4335
4336 2015-08-24 Pedro Alves <palves@redhat.com>
4337
4338 * gnulib/update-gnulib.sh (GNULIB_COMMIT_SHA1): Set to
4339 1029a8112290f6eee9d7878a391c49db42c999bd.
4340 * gnulib/configure, gnulib/config.in, gnulib/aclocal.m4:
4341 Regenerate.
4342 * gnulib/import/Makefile.am: Update.
4343 * gnulib/import/Makefile.in: Update.
4344 * gnulib/import/alloca.in.h: Update.
4345 * gnulib/import/basename-lgpl.c: Update.
4346 * gnulib/import/canonicalize-lgpl.c: Update.
4347 * gnulib/import/config.charset: Update.
4348 * gnulib/import/dirent.in.h: Update.
4349 * gnulib/import/dirfd.c: Update.
4350 * gnulib/import/dirname-lgpl.c: Update.
4351 * gnulib/import/dirname.h: Update.
4352 * gnulib/import/dosname.h: Update.
4353 * gnulib/import/errno.in.h: Update.
4354 * gnulib/import/extra/snippet/arg-nonnull.h: Update.
4355 * gnulib/import/extra/snippet/c++defs.h: Update.
4356 * gnulib/import/extra/snippet/warn-on-use.h: Update.
4357 * gnulib/import/extra/update-copyright: Update.
4358 * gnulib/import/float+.h: Update.
4359 * gnulib/import/float.c: Update.
4360 * gnulib/import/float.in.h: Update.
4361 * gnulib/import/fnmatch.c: Update.
4362 * gnulib/import/fnmatch.in.h: Update.
4363 * gnulib/import/fnmatch_loop.c: Update.
4364 * gnulib/import/fpucw.h: Update.
4365 * gnulib/import/frexp.c: Update.
4366 * gnulib/import/frexpl.c: Update.
4367 * gnulib/import/gettimeofday.c: Update.
4368 * gnulib/import/inttypes.in.h: Update.
4369 * gnulib/import/isnan.c: Update.
4370 * gnulib/import/isnand-nolibm.h: Update.
4371 * gnulib/import/isnand.c: Update.
4372 * gnulib/import/isnanl-nolibm.h: Update.
4373 * gnulib/import/isnanl.c: Update.
4374 * gnulib/import/itold.c: Update.
4375 * gnulib/import/localcharset.c: Update.
4376 * gnulib/import/localcharset.h: Update.
4377 * gnulib/import/lstat.c: Update.
4378 * gnulib/import/m4/00gnulib.m4: Update.
4379 * gnulib/import/m4/absolute-header.m4: Update.
4380 * gnulib/import/m4/alloca.m4: Update.
4381 * gnulib/import/m4/canonicalize.m4: Update.
4382 * gnulib/import/m4/codeset.m4: Update.
4383 * gnulib/import/m4/configmake.m4: Update.
4384 * gnulib/import/m4/dirent_h.m4: Update.
4385 * gnulib/import/m4/dirfd.m4: Update.
4386 * gnulib/import/m4/dirname.m4: Update.
4387 * gnulib/import/m4/double-slash-root.m4: Update.
4388 * gnulib/import/m4/eealloc.m4: Update.
4389 * gnulib/import/m4/errno_h.m4: Update.
4390 * gnulib/import/m4/exponentd.m4: Update.
4391 * gnulib/import/m4/exponentl.m4: Update.
4392 * gnulib/import/m4/extensions.m4: Update.
4393 * gnulib/import/m4/extern-inline.m4: Update.
4394 * gnulib/import/m4/fcntl-o.m4: Update.
4395 * gnulib/import/m4/float_h.m4: Update.
4396 * gnulib/import/m4/fnmatch.m4: Update.
4397 * gnulib/import/m4/fpieee.m4: Update.
4398 * gnulib/import/m4/frexp.m4: Update.
4399 * gnulib/import/m4/frexpl.m4: Update.
4400 * gnulib/import/m4/gettimeofday.m4: Update.
4401 * gnulib/import/m4/glibc21.m4: Update.
4402 * gnulib/import/m4/gnulib-cache.m4: Update.
4403 * gnulib/import/m4/gnulib-common.m4: Update.
4404 * gnulib/import/m4/gnulib-comp.m4: Update.
4405 * gnulib/import/m4/gnulib-tool.m4: Update.
4406 * gnulib/import/m4/include_next.m4: Update.
4407 * gnulib/import/m4/inttypes-pri.m4: Update.
4408 * gnulib/import/m4/inttypes.m4: Update.
4409 * gnulib/import/m4/isnand.m4: Update.
4410 * gnulib/import/m4/isnanl.m4: Update.
4411 * gnulib/import/m4/largefile.m4: Update.
4412 * gnulib/import/m4/localcharset.m4: Update.
4413 * gnulib/import/m4/locale-fr.m4: Update.
4414 * gnulib/import/m4/locale-ja.m4: Update.
4415 * gnulib/import/m4/locale-zh.m4: Update.
4416 * gnulib/import/m4/longlong.m4: Update.
4417 * gnulib/import/m4/lstat.m4: Update.
4418 * gnulib/import/m4/malloc.m4: Update.
4419 * gnulib/import/m4/malloca.m4: Update.
4420 * gnulib/import/m4/math_h.m4: Update.
4421 * gnulib/import/m4/mbrtowc.m4: Update.
4422 * gnulib/import/m4/mbsinit.m4: Update.
4423 * gnulib/import/m4/mbsrtowcs.m4: Update.
4424 * gnulib/import/m4/mbstate_t.m4: Update.
4425 * gnulib/import/m4/memchr.m4: Update.
4426 * gnulib/import/m4/memmem.m4: Update.
4427 * gnulib/import/m4/mmap-anon.m4: Update.
4428 * gnulib/import/m4/multiarch.m4: Update.
4429 * gnulib/import/m4/nocrash.m4: Update.
4430 * gnulib/import/m4/off_t.m4: Update.
4431 * gnulib/import/m4/pathmax.m4: Update.
4432 * gnulib/import/m4/readlink.m4: Update.
4433 * gnulib/import/m4/rename.m4: Update.
4434 * gnulib/import/m4/rmdir.m4: Update.
4435 * gnulib/import/m4/ssize_t.m4: Update.
4436 * gnulib/import/m4/stat.m4: Update.
4437 * gnulib/import/m4/stdbool.m4: Update.
4438 * gnulib/import/m4/stddef_h.m4: Update.
4439 * gnulib/import/m4/stdint.m4: Update.
4440 * gnulib/import/m4/stdio_h.m4: Update.
4441 * gnulib/import/m4/stdlib_h.m4: Update.
4442 * gnulib/import/m4/string_h.m4: Update.
4443 * gnulib/import/m4/strstr.m4: Update.
4444 * gnulib/import/m4/strtok_r.m4: Update.
4445 * gnulib/import/m4/sys_socket_h.m4: Update.
4446 * gnulib/import/m4/sys_stat_h.m4: Update.
4447 * gnulib/import/m4/sys_time_h.m4: Update.
4448 * gnulib/import/m4/sys_types_h.m4: Update.
4449 * gnulib/import/m4/time_h.m4: Update.
4450 * gnulib/import/m4/unistd_h.m4: Update.
4451 * gnulib/import/m4/warn-on-use.m4: Update.
4452 * gnulib/import/m4/wchar_h.m4: Update.
4453 * gnulib/import/m4/wchar_t.m4: Update.
4454 * gnulib/import/m4/wctype_h.m4: Update.
4455 * gnulib/import/m4/wint_t.m4: Update.
4456 * gnulib/import/malloc.c: Update.
4457 * gnulib/import/malloca.c: Update.
4458 * gnulib/import/malloca.h: Update.
4459 * gnulib/import/math.in.h: Update.
4460 * gnulib/import/mbrtowc.c: Update.
4461 * gnulib/import/mbsinit.c: Update.
4462 * gnulib/import/mbsrtowcs-impl.h: Update.
4463 * gnulib/import/mbsrtowcs-state.c: Update.
4464 * gnulib/import/mbsrtowcs.c: Update.
4465 * gnulib/import/memchr.c: Update.
4466 * gnulib/import/memmem.c: Update.
4467 * gnulib/import/pathmax.h: Update.
4468 * gnulib/import/readlink.c: Update.
4469 * gnulib/import/ref-add.sin: Update.
4470 * gnulib/import/ref-del.sin: Update.
4471 * gnulib/import/rename.c: Update.
4472 * gnulib/import/rmdir.c: Update.
4473 * gnulib/import/same-inode.h: Update.
4474 * gnulib/import/stat.c: Update.
4475 * gnulib/import/stdbool.in.h: Update.
4476 * gnulib/import/stddef.in.h: Update.
4477 * gnulib/import/stdint.in.h: Update.
4478 * gnulib/import/stdio.c: Update.
4479 * gnulib/import/stdio.in.h: Update.
4480 * gnulib/import/stdlib.in.h: Update.
4481 * gnulib/import/str-two-way.h: Update.
4482 * gnulib/import/streq.h: Update.
4483 * gnulib/import/string.in.h: Update.
4484 * gnulib/import/stripslash.c: Update.
4485 * gnulib/import/strnlen1.c: Update.
4486 * gnulib/import/strnlen1.h: Update.
4487 * gnulib/import/strstr.c: Update.
4488 * gnulib/import/strtok_r.c: Update.
4489 * gnulib/import/sys_stat.in.h: Update.
4490 * gnulib/import/sys_time.in.h: Update.
4491 * gnulib/import/sys_types.in.h: Update.
4492 * gnulib/import/time.in.h: Update.
4493 * gnulib/import/unistd.in.h: Update.
4494 * gnulib/import/verify.h: Update.
4495 * gnulib/import/wchar.in.h: Update.
4496 * gnulib/import/wctype.in.h: Update.
4497 * gnulib/import/gettimeofday.c: New file.
4498 * gnulib/import/m4/absolute-header.m4: New file.
4499 * gnulib/import/m4/gettimeofday.m4: New file.
4500 * gnulib/import/m4/sys_socket_h.m4: New file.
4501 * gnulib/import/m4/sys_time_h.m4: New file.
4502 * gnulib/import/stdio.c: Delete file.
4503 * gnulib/import/sys_time.in.h: New file.
4504
4505 2015-08-24 Pedro Alves <palves@redhat.com>
4506
4507 * Makefile.in (HFILES_NO_SRCDIR): Add common/gdb_sys_time.h.
4508 * common/gdb_sys_time.h: New file.
4509 * event-loop.c: Include gdb_sys_time.h instead of sys/time.h.
4510 * gdb_select.h: Likewise.
4511 * gdb_usleep.c: Likewise.
4512 * maint.c: Likewise.
4513 * mi/mi-main.c: Likewise.
4514 * mi/mi-parse.h: Likewise.
4515 * remote-fileio.c: Likewise.
4516 * remote-m32r-sdi.c: Likewise.
4517 * remote.c: Likewise.
4518 * ser-base.c: Likewise.
4519 * ser-pipe.c: Likewise.
4520 * ser-tcp.c: Likewise.
4521 * ser-unix.c: Likewise.
4522 * symfile.c: Likewise.
4523 * symfile.c: Likewise. Rename OSIZE to SIZE throughout.
4524 * target-memory.c: Include gdb_sys_time.h instead of sys/time.h.
4525 * utils.c: Likewise.
4526
4527 2015-08-24 Pedro Alves <palves@redhat.com>
4528
4529 * NEWS: Mention removed support for the various ROM monitors.
4530 * Makefile.in (ALL_TARGET_OBS): Remove dbug-rom.o, dink32-rom.o,
4531 ppcbug-rom.o, m32r-rom.o, dsrec.o and monitor.o from gdb_target_obs.
4532 * configure.tgt (h8300-*-*): Remove monitor.o and m32r-rom.o from
4533 gdb_target_obs.
4534 (m68*-*-*): Remove monitor.o dbug-rom.o and dsrec.o from
4535 gdb_target_obs.
4536 (microblaze*-linux-*): Remove microblaze-rom.o, monitor.o and
4537 dsrec.o from gdb_target_obs.
4538 (microblaze*-*-*): Remove microblaze-rom.o, monitor.o and dsrec.o
4539 from gdb_target_obs.
4540 (powerpc-*-lynx*178): Remove monitor.o and dsrec.o from
4541 gdb_target_obs.
4542 (powerpc*-*-*): Remove monitor.o, dsrec.o, ppcbug-rom.o and
4543 dink32-rom.o from gdb_target_obs.
4544 (sh*-*-linux*): Remove monitor.o and dsrec.o from gdb_target_obs.
4545 (sh*): Remove monitor.o and dsrec.o from gdb_target_obs.
4546 * dbug-rom.c, dink32-rom.c, dsrec.c, m32r-rom.c, microblaze-rom.c,
4547 monitor.c, monitor.h, ppcbug-rom.c, srec.h: Delete files.
4548
4549 2015-08-21 Pedro Alves <palves@redhat.com>
4550
4551 * frame.c (null_frame_id): Explicitly zero-initialize.
4552
4553 2015-08-21 Tom Tromey <tromey@redhat.com>
4554
4555 * dwarf2read.c (struct dwarf2_section_info): Rename field
4556 'asection' to 'section'.
4557 (dwarf2_has_info, get_section_bfd_owner, get_section_bfd_section)
4558 (dwarf2_locate_sections, dwarf2_locate_sections)
4559 (locate_dwz_sections, locate_v1_virtual_dwo_sections)
4560 (dwarf2_locate_dwo_sections, dwarf2_locate_dwo_sections)
4561 (dwarf2_locate_v2_dwp_sections): Adjust.
4562
4563 2015-08-21 Patrick Palka <patrick@parcs.ath.cx>
4564
4565 * top.h (gdb_in_secondary_prompt_p): Declare.
4566 * top.c (gdb_secondary_prompt_depth): Define.
4567 (gdb_in_secondary_prompt_p): Define.
4568 (gdb_readline_wrapper_cleanup): Decrement
4569 gdb_secondary_prompt_depth.
4570 (gdb_readline_wrapper): Increment gdb_secondary_prompt_depth.
4571 * tui/tui-io.c (tui_getc): Don't clear the prompt line if we
4572 are in a secondary prompt.
4573
4574 2015-08-21 Patrick Palka <patrick@parcs.ath.cx>
4575
4576 * tui/tui-io.c (tui_getc): Use tui_putc instead of waddch to
4577 emit the newline.
4578
4579 2015-08-21 Gary Benson <gbenson@redhat.com>
4580
4581 * gdb_bfd.c (gdb_bfd_iovec_fileio_pread): Add QUIT call.
4582
4583 2015-08-21 Gary Benson <gbenson@redhat.com>
4584
4585 * target.h (struct target_ops) <to_fileio_open>: New argument
4586 warn_if_slow. Update comment. All implementations updated.
4587 (target_fileio_open_warn_if_slow): New declaration.
4588 * target.c (target_fileio_open): Renamed as...
4589 (target_fileio_open_1): ...this. New argument warn_if_slow.
4590 Pass warn_if_slow to implementation. Update debug printing.
4591 (target_fileio_open): New function.
4592 (target_fileio_open_warn_if_slow): Likewise.
4593 * gdb_bfd.c (gdb_bfd_iovec_fileio_open): Use new function
4594 target_fileio_open_warn_if_slow.
4595
4596 2015-08-21 Gary Benson <gbenson@redhat.com>
4597
4598 * nat/linux-namespaces.c (linux_mntns_access_fs):
4599 Do not overwrite old_chain.
4600
4601 2015-08-20 Max Filippov <jcmvbkbc@gmail.com>
4602
4603 * arch/xtensa.h: New file.
4604 * xtensa-linux-nat.c (gdb_proc_service.h): New #include.
4605 (ps_get_thread_area): New function.
4606 * xtensa-linux-tdep.c (xtensa_linux_init_abi): Add call to
4607 set_gdbarch_fetch_tls_load_module_address to enable TLS support.
4608 * xtensa-tdep.c (osabi.h): New #include.
4609 (xtensa_gdbarch_init): Call gdbarch_init_osabi to register
4610 xtensa-specific hooks.
4611 * xtensa-tdep.h (struct xtensa_elf_gregset_t): Add threadptr
4612 member and move the structure to arch/xtensa.h.
4613
4614 2015-08-21 Pedro Alves <palves@redhat.com>
4615
4616 * remote.c (struct readahead_cache): New.
4617 (struct remote_state) <readahead_cache>: New field.
4618 (remote_open_1): Invalidate the cache.
4619 (readahead_cache_invalidate, readahead_cache_invalidate_fd): New
4620 functions.
4621 (remote_hostio_pwrite): Invalidate the readahead cache.
4622 (remote_hostio_pread): Rename to ...
4623 (remote_hostio_pread_vFile): ... this.
4624 (remote_hostio_pread_from_cache): New function.
4625 (remote_hostio_pread): Reimplement.
4626 (remote_hostio_close): Invalidate the readahead cache.
4627
4628 2015-08-21 Marcin Cieślak <saper@saper.info> (tiny patch)
4629
4630 PR build/18843
4631 * procfs.c: Include "filestuff.h".
4632
4633 2015-08-21 Patrick Palka <patrick@parcs.ath.cx>
4634
4635 * tui/tui-data.h (tui_command_info): Remove fields cur_line and
4636 curch.
4637 * tui/tui-data.c (tui_clear_win_detail) [CMD_WIN]: Don't set
4638 cur_line or curch, instead call wmove().
4639 (init_win_info) [CMD_WIN]: Likewise.
4640 * tui/tui-io.c (tui_puts): Likewise. Don't read cur_line,
4641 instead call getcury().
4642 (tui_redisplay_readline): Don't set cur_line or curch.
4643 (tui_mld_erase_entire_line): Don't read cur_line, instead call
4644 getcury().
4645 (tui_cont_sig): Remove call to wmove.
4646 (tui_getc): Don't read cur_line or curch, instead call getcury()
4647 or getyx(). Don't set curch.
4648 * tui/tui-win.c (make_visible_with_new_height) [CMD_WIN]: Don't
4649 set cur_line or curch. Always move cursor to (0,0).
4650
4651 2015-08-20 Pedro Alves <palves@redhat.com>
4652
4653 * infrun.c (print_target_wait_results): Make extern.
4654 * infrun.h (print_target_wait_results): Declare.
4655 * remote.c (set_stop_requested_callback): Delete.
4656 (process_initial_stop_replies): New function.
4657 (remote_start_remote): Use it.
4658 (stop_reply_queue_length): New function.
4659
4660 2015-08-20 Pedro Alves <palves@redhat.com>
4661
4662 * dwarf2read.c (process_full_comp_unit): To tell whether
4663 start_subfile managed to deduce a language, test for
4664 language_unknown instead of language_c.
4665
4666 2015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
4667
4668 * ada-lex.l: Reset the start condition to INITIAL in the rule that
4669 matches attributes.
4670
4671 2015-08-19 Kevin Buettner <kevinb@redhat.com>
4672
4673 * dwarf2read.c (dwarf2_string_attr): New function.
4674 (lookup_dwo_unit, process_psymtab_comp_unit_reader)
4675 (dwarf2_compute_name, dwarf2_physname, find_file_and_directory)
4676 (read_call_site_scope, namespace_name, guess_full_die_structure_name)
4677 (anonymous_struct_prefix, prepare_one_comp_unit): Use
4678 dwarf2_string_attr in place of dwarf2_attr and DW_STRING.
4679
4680 2015-08-18 Doug Evans <dje@google.com>
4681 Adrian Sendroiu <adrian.sendroiu@freescale.com>
4682
4683 PR mi/18833
4684 * cli/cli-logging.c (pop_output_files): Don't restore redirection
4685 if MI-like.
4686 * mi/mi-out.c: #include "vec.h".
4687 (ui_filep): New type.
4688 (DEV_VEC_P (ui_filep)): New type.
4689 (struct ui_out_data) <buffer, original_buffer>: Delete.
4690 (struct ui_out_data) <streams>: New member.
4691 (mi_ui_out_impl): Add data_destroy field.
4692 (mi_field_string, mi_field_fmt): Update.
4693 (mi_flush, mi_redirect, field_separator): Update.
4694 (mi_open, mi_close): Update.
4695 (mi_out_buffered, mi_out_rewind, mi_out_put): Update.
4696 (mi_out_data_ctor, mi_out_data_dtor): New functions.
4697 (mi_out_new): Call mi_out_data_ctor.
4698
4699 2015-08-18 Sandra Loosemore <sandra@codesourcery.com>
4700
4701 * remote.c (strprefix): New.
4702 (remote_parse_stop_reply): Use strprefix instead of strncmp
4703 to ensure exact match of keyword.
4704
4705 2015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>
4706
4707 * gdb_bfd.c (debug_bfd_cache): New variable.
4708 (show_bfd_cache_debug): New function.
4709 (gdb_bfd_open): Add debug logging.
4710 (gdb_bfd_ref): Likewise.
4711 (gdb_bfd_unref): Likewise.
4712 (_initialize_gdb_bfd): Add new set/show command.
4713 * NEWS: Mention new command.
4714
4715 2015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>
4716
4717 * gdb_bfd.c (bfd_sharing): New variable.
4718 (show_bfd_sharing): New function.
4719 (gdb_bfd_open): Check bfd_sharing variable.
4720 (_initialize_gdb_bfd): Add new set/show command.
4721 * NEWS: Mention new command.
4722
4723 2015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>
4724
4725 * gdb_bfd.c (struct gdb_bfd_data): Add size, inode, and device id
4726 field.
4727 (struct gdb_bfd_cache_search): Likewise.
4728 (eq_bfd): Compare the size, inode, and device id fields.
4729 (gdb_bfd_open): Initialise the size, inode, and device id fields.
4730 (gdb_bfd_ref): Likewise.
4731 (gdb_bfd_unref): Likewise.
4732
4733 2015-08-18 Pedro Alves <palves@redhat.com>
4734
4735 * linux-nat.c (linux_nat_always_non_stop_p): If the linux_ops
4736 target implements to_always_non_stop_p, call it.
4737 * x86-linux-nat.c (x86_linux_always_non_stop_p): New function.
4738 (x86_linux_create_target): Install it as to_always_non_stop_p
4739 method.
4740
4741 2015-08-17 Doug Evans <dje@google.com>
4742
4743 * ui-out.c (default_ui_out_impl): Add comment.
4744
4745 2015-08-17 Iain Buclaw <ibuclaw@gdcproject.org>
4746
4747 * d-exp.y (type_aggregate_p): New function.
4748 (PrimaryExpression : TypeExp '.' IdentifierExp): Use it.
4749 (classify_inner_name): Likewise.
4750 * d-namespace.c (d_lookup_nested_symbol): Handle TYPE_CODE_ENUM.
4751
4752 2015-08-15 Doug Evans <xdje42@gmail.com>
4753
4754 * psymtab.c (add_psymbol_to_bcache): Remove "val" arg. All callers
4755 updated.
4756 (add_psymbol_to_list): Ditto.
4757
4758 2015-08-15 Doug Evans <xdje42@gmail.com>
4759
4760 * dbxread.c (dbx_end_psymtab): Renamed from end_psymtab. All callers
4761 updated. Call end_psymtab_common.
4762 * dwarf2read.c (process_psymtab_comp_unit_reader): Call
4763 end_psymtab_common.
4764 (build_type_psymtabs_reader): Ditto.
4765 * psympriv.h (sort_pst_symbols): Delete.
4766 (end_psymtab_common): Declare.
4767 * psymtab.c (sort_pst_symbols): Make static.
4768 (end_psymtab_common): New function.
4769 * xcoffread.c (xcoff_end_psymtab): Call end_psymtab_common.
4770
4771 2015-08-15 Doug Evans <xdje42@gmail.com>
4772
4773 * defs.h (LANGUAGE_BITS): Define.
4774 * psympriv.h (partial_symbol) <domain>: Use SYMBOL_DOMAIN_BITS.
4775 (partial_symbol) <aclass>: Use SYMBOL_ACLASS_BITS.
4776 * symtab.h (general_symbol_info> <language>: Usage LANGUAGE_BITS.
4777 (minimal_symbol_type): Add nr_minsym_types.
4778 (MINSYM_TYPE_BITS): Define.
4779 (minimal_symbol) <type>: Use MINSYM_TYPE_BITS.
4780 (domain_enum_tag): Add NR_DOMAINS.
4781 (SYMBOL_DOMAIN_BITS): Change from 4 to 3.
4782 (SYMBOL_ACLASS_BITS): Define from 6 to 5.
4783
4784 2015-08-15 Doug Evans <xdje42@gmail.com>
4785
4786 * objfiles.h: Whitespace cleanup.
4787 * psympriv.h: Whitespace cleanup.
4788 * psymtab.c: Whitespace/coding convention cleanup.
4789
4790 2015-08-15 Patrick Palka <patrick@parcs.ath.cx>
4791
4792 * inferior.c (detach_inferior_command): Don't call
4793 any_thread_of_process when pid is 0.
4794 (kill_inferior_command): Likewise.
4795
4796 2015-08-14 Doug Evans <xdje42@gmail.com>
4797
4798 PR gdb/11833
4799 * NEWS: Document new /s modifier for the disassemble command.
4800 * cli/cli-cmds.c (disassemble_command): Add support for /s.
4801 (_initialize_cli_cmds): Update online docs of disassemble command.
4802 * disasm.c: #include "source.h".
4803 (struct deprecated_dis_line_entry): Renamed from dis_line_entry.
4804 All uses updated.
4805 (dis_line_entry): New struct.
4806 (hash_dis_line_entry, eq_dis_line_entry): New functions.
4807 (allocate_dis_line_table): New functions.
4808 (maybe_add_dis_line_entry, line_has_code_p): New functions.
4809 (dump_insns): New arg end_pc. All callers updated.
4810 (do_mixed_source_and_assembly_deprecated): Renamed from
4811 do_mixed_source_and_assembly. All callers updated.
4812 (do_mixed_source_and_assembly): New function.
4813 (gdb_disassembly): Handle /s (DISASSEMBLY_SOURCE).
4814 * disasm.h (DISASSEMBLY_SOURCE_DEPRECATED): Renamed from
4815 DISASSEMBLY_SOURCE. All uses updated.
4816 (DISASSEMBLY_SOURCE): New macro.
4817 * mi/mi-cmd-disas.c (mi_cmd_disassemble): New modes 4,5.
4818
4819 2015-08-14 Keith Seitz <keiths@redhat.com>
4820
4821 * d-exp.y (PrimaryExpression : TypeExp '.' IdentifierExp): Rename
4822 `typename' to `type_name' to avoid C++ reserved word.
4823
4824 2015-08-14 Keith Seitz <keiths@redhat.com>
4825
4826 * location.c (EL_TYPE, EL_LINESPEC, EL_PROBE, EL_ADDRESS)
4827 (EL_EXPLICIT, EL_STRING): Change macro parameter to "P" to
4828 silence ARI errors.
4829
4830 2015-08-14 Iain Buclaw <ibuclaw@gdcproject.org>
4831
4832 * d-exp.y (PrimaryExpression : TypeExp '.' IdentifierExp): Use
4833 xstrprintf instead of malloc and sprintf.
4834 (PrimaryExpression : IdentifierExp): Avoid operator at end of line.
4835 (lex_one_token): Likewise.
4836
4837 2015-08-14 Matthew Fortune <matthew.fortune@imgtec.com>
4838
4839 * solib-svr4.c (read_program_header): Add base_addr argument to
4840 report the runtime address of the segment.
4841 (find_program_interpreter): Update read_program_header call to pass
4842 a NULL pointer for the new argument.
4843 (scan_dyntag): Add ptr_addr argument to report the runtime address
4844 of the tag payload.
4845 (scan_dyntag_auxv): Likewise and use thew new base_addr argument of
4846 read_program_header to get the base address of the dynamic segment.
4847 (elf_locate_base): Update uses of scan_dyntag, scan_dyntag_auxv and
4848 read_program_header.
4849 (elf_locate_base): Scan for and handle DT_MIPS_RLD_MAP_REL.
4850
4851 2015-08-14 Matthew Fortune <matthew.fortune@imgtec.com>
4852
4853 * MAINTAINERS (Write After Approval): Add Matthew Fortune.
4854
4855 2015-08-13 Iain Buclaw <ibuclaw@gdcproject.org>
4856
4857 * d-exp.y (%union): Add voidval.
4858 (%token): Add UNKNOWN_NAME as a token to represent an unclassified
4859 name in the lexing stage.
4860 (PostfixExpression): Move symbol completion handling in grammar here
4861 from PrimaryExpression.
4862 (PrimaryExpression): Move routines to handle resolving identifier
4863 tokens in the grammar here from push_expression_name.
4864 (IdentifierExp): Remove the handling of alternating '.' and identifier
4865 tokens.
4866 (TypeExp): Allow TypeExp to be wrapped in parenthesis in the grammar.
4867 (BasicType): Remove C-style typename rules.
4868 (d_type_from_name, d_module_from_name, push_variable)
4869 (push_fieldnames, push_type_name, push_module_name)
4870 (push_expression_name): Remove.
4871 (lex_one_token): Rename from yylex. Replace pstate with par_state.
4872 (token_and_value): New type.
4873 (token_fifo, popping, name_obstack): New globals.
4874 (classify_name): New function.
4875 (classify_inner_name): Likewise.
4876 (yylex): Likewise.
4877 (d_parse): Initialize token_fifo, popping and name_obstack.
4878
4879 2015-08-13 Iain Buclaw <ibuclaw@gdcproject.org>
4880
4881 * Makefile.in (SFILES): Add d-namespace.c.
4882 (COMMON_OBS): Add d-namespace.o.
4883 * d-lang.c (d_language_defn): Use d_lookup_symbol_nonlocal as the
4884 la_lookup_symbol_nonlocal callback function pointer.
4885 * d-lang.h (d_lookup_symbol_nonlocal): New declaration.
4886 (d_lookup_nested_symbol): New declaration.
4887 * d-namespace.c: New file.
4888
4889 2015-08-13 Pedro Alves <palves@redhat.com>
4890
4891 * python/py-unwind.c (pyuw_sniffer): Install the invalidate
4892 cleanup after the decref cleanup, not before.
4893
4894 2015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
4895
4896 * ada-lang.c: Include namespace.h
4897 (aux_add_nonlocal_symbols): Fix a function name in comment.
4898 (ada_add_block_renamings): New.
4899 (add_nonlocal_symbols): Add global renamings handling.
4900 (ada_lookup_symbol_list_worker): Move the symbol lookup part
4901 to...
4902 (ada_add_all_symbols): ... this new function.
4903 (ada_add_block_symbols): Try to match the input name against the
4904 "using directives list", perform a recursive symbol lookup on
4905 the matched declarations.
4906 * block.h (struct block): Move the_namespace to top-level as
4907 namespace_info. Remove the language_specific field.
4908 (BLOCK_NAMESPACE): Update access to the namespace_info field.
4909 * buildsym.h (using_directives): Rename into...
4910 (local_using_directives): ... this.
4911 (global_using_directives): New.
4912 (struct context_stack): Rename the using_directives field into
4913 local_using_directives.
4914 * buildsym.c (finish_block_internal): Deal with the proper
4915 using directives repository (local or global).
4916 (prepare_for_building): Reset local_using_directives. Assert
4917 that there is no pending global using directive.
4918 (reset_symtab_globals): Reset global_using_directives and
4919 local_using_directives.
4920 (end_symtab_get_static_block): Don't ignore symtabs that have
4921 only using directives.
4922 (push_context): Update references to local_using_directives.
4923 (buildsym_init): Do not reset using_directives.
4924 * cp-support.c: Include namespace.h.
4925 * cp-support.h (struct using_direct): Move to namespace.h.
4926 (cp_add_using_directives): Move to namespace.h.
4927 * cp-namespace.c: Include namespace.h
4928 (cp_add_using_directive): Move to namespace.c, rename it to
4929 add_using_directive, add a "using_directives" argument and use
4930 it as the pending using directives repository. All callers
4931 updated.
4932 * dwarf2read.c (using_directives): New.
4933 (read_import_statement): Call using_directives.
4934 (read_func_scope): Update references to local_using_directives.
4935 (read_lexical_block_scope): Likewise.
4936 (read_namespace): Update the heading comment, call
4937 using_directives.
4938 * namespace.h: New file.
4939 * namespace.c: New file.
4940 * Makefile.in (SFILES): Add namespace.c.
4941 (COMMON_OBS): Add namespace.o
4942
4943 2015-08-12 Joel Brobecker <brobecker@adacore.com>
4944
4945 * amd64-tdep.c (amd64_displaced_step_fixup): Fix the mask used to
4946 compute RETADDR.
4947
4948 2015-08-12 Keith Seitz <keiths@redhat.com>
4949
4950 * break-catch-throw.c (re_set_exception_catchpoint) Rename
4951 reserved C++ keyword "explicit" to "explicit_loc".
4952 * breakpoint.c (create_overlay_event_breakpoint)
4953 (create_longjmp_master_breakpoint)
4954 (create_std_terminate_master_breakpoint)
4955 (create_exception_master_breakpoint, update_static_tracepoint):
4956 Rename reserved C++ keyword "explicit" to "explicit_loc".
4957 * completer.c (collect_explicit_location_matches)
4958 (explicit_location_completer): Rename reserved C++ keyword
4959 "explicit" to "explicit_loc".
4960 * linespec.c (struct linespec) <explicit>: Rename to "explicit_loc".
4961 (canonicalize_linespec, create_sals_line_offset)
4962 (convert_linespec_to_sals, convert_explicit_location_to_sals)
4963 (event_location_to_sals, decode_objc): Rename reserved C++ keyword
4964 "explicit" to "explicit_loc".
4965 * location.c (struct event_location) <explicit>: Rename to
4966 "explicit_loc".
4967 (initialize_explicit_location, new_explicit_location)
4968 (explicit_location_to_string_internal, explicit_location_to_linespec):
4969 Rename reserved C++ keyword "explicit" to "explicit_loc".
4970 * location.h (explicit_location_to_string)
4971 (explicit_location_to_linespec, initialize_explicit_location)
4972 (new_explicit_location): Rename reserved C++ keyword "explicit"
4973 to "explicit_loc".
4974 * mi/mi-cmd-break.c (mi_cmd_break_insert_1): Rename reserved C++
4975 keyword "explicit" to "explicit_loc".
4976
4977 2015-08-12 Keith Seitz <keiths@redhat.com>
4978
4979 * python/python.c (gdbpy_decode_line): Initialize `location' to NULL
4980 and only call decode_line_1 when it is non-NULL.
4981
4982 2015-08-12 Luis Machado <lgustavo@codesourcery.com>
4983
4984 * breakpoint.c (bp_loc_is_permanent): Return 0 when breakpoint
4985 location address is not meaningful.
4986 (breakpoint_address_is_meaningful): Update comment.
4987
4988 2015-08-11 Keith Seitz <keiths@redhat.com>
4989
4990 * NEWS: Mention explicit locations.
4991 * breakpoint.c [LOCATION_HELP_STRING]: New macro.
4992 [BREAK_ARGS_HELP]: Use LOCATION_HELP_STRING.
4993 (_initialize_breakpoint): Update documentation for
4994 "clear", "break", "trace", "strace", "ftrace", and "dprintf".
4995
4996 2015-08-11 Keith Seitz <keiths@redhat.com>
4997
4998 * mi/mi-cmd-break.c (mi_cmd_break_insert_1): Add support for
4999 explicit locations, options "--source", "--function",
5000 "--label", and "--line".
5001
5002 2015-08-11 Keith Seitz <keiths@redhat.com>
5003
5004 * completer.c: Include location.h.
5005 (enum match_type): New enum.
5006 (location_completer): Rename to ...
5007 (linespec_completer): ... this.
5008 (collect_explicit_location_matches, backup_text_ptr)
5009 (explicit_location_completer): New functions.
5010 (location_completer): "New" function; handle linespec
5011 and explicit location completions.
5012 (complete_line_internal): Remove all location completer-specific
5013 handling.
5014 * linespec.c (linespec_lexer_lex_keyword, is_ada_operator)
5015 (find_toplevel_char): Export.
5016 (linespec_parse_line_offset): Export.
5017 Issue error if STRING is not numerical.
5018 (gdb_get_linespec_parser_quote_characters): New function.
5019 * linespec.h (linespec_parse_line_offset): Declare.
5020 (get_gdb_linespec_parser_quote_characters): Declare.
5021 (is_ada_operator): Declare.
5022 (find_toplevel_char): Declare.
5023 (linespec_lexer_lex_keyword): Declare.
5024 * location.c (explicit_to_event_location): New function.
5025 (explicit_location_lex_one): New function.
5026 (string_to_explicit_location): New function.
5027 (string_to_event_location): Handle explicit locations.
5028 * location.h (explicit_to_event_location): Declare.
5029 (string_to_explicit_location): Declare.
5030
5031 2015-08-11 Keith Seitz <keiths@redhat.com>
5032
5033 * break-catch-throw.c (re_set_exception_catchpoint): Convert
5034 linespec into explicit location.
5035 * breakpoint.c (create_overlay_breakpoint)
5036 (create_longjmp_master_breakpoint)
5037 (create_std_terminate_master_breakpoint)
5038 (create_exception_master_breakpoint): Convert linespec into explicit
5039 location.
5040 (update_static_tracepoint): Convert linespec into explicit location.
5041 * linespec.c (enum offset_relative_sign, struct line_offset): Move
5042 location.h.
5043 (struct linespec) <expression, expr_pc, source_filename>
5044 <function_name, label_name, line_offset>: Replace with ...
5045 <explicit>: ... this.
5046 <is_linespec>: New member.
5047 (PARSER_EXPLICIT): New accessor macro.
5048 (undefined_label_error): New function.
5049 (source_file_not_found_error): New function.
5050 (linespec_parse_basic): The parser result is now an explicit location.
5051 Use PARSER_EXPLICIT to access it.
5052 Use undefined_label_error.
5053 (canonicalize_linespec): Convert canonical linespec into explicit
5054 location.
5055 Move string representation of location to explicit_location_to_linespec
5056 and use it and explicit_location_to_string to save string
5057 representations of the canonical location.
5058 (create_sals_line_offset, convert_linespec_to_sals): `ls' contains an
5059 explicit location. Update all references.
5060 (convert_explicit_location_to_sals): New function.
5061 (parse_linespec): Use PARSER_EXPLICIT to access the parser
5062 result's explicit location.
5063 (linespec_state_constructor): Initialize is_linespec.
5064 Use PARSER_EXPLICIT.
5065 (linespec_parser_delete): Use PARSER_EXPLICIT to access the parser's
5066 result.
5067 (event_location_to_sals): For linespec locations, set is_linespec.
5068 Handle explicit locations.
5069 (decode_objc): 'ls' contains an explicit location now. Update all
5070 references.
5071 (symtabs_from_filename): Use source_file_not_found_error.
5072 * location.c (struct event_location.u) <explicit>: New member.
5073 (initialize_explicit_location): New function.
5074 (initialize_event_location): Initialize explicit locations.
5075 (new_explicit_location, get_explicit_location)
5076 (get_explicit_location_const): New functions.
5077 (explicit_to_string_internal): New function; most of contents moved
5078 from canonicalize_linespec.
5079 (explicit_location_to_string): New function.
5080 (explicit_location_to_linespec): New function.
5081 (copy_event_location, delete_event_location)
5082 (event_location_to_string_const, event_location_empty_p): Handle
5083 explicit locations.
5084 * location.h (enum offset_relative_sign, struct line_offset): Move
5085 here from linespec.h.
5086 (enum event_location_type): Add EXPLICIT_LOCATION.
5087 (struct explicit_location): New structure.
5088 (explicit_location_to_string): Declare.
5089 (explicit_location_to_linespec): Declare.
5090 (new_explicit_location, get_explicit_locationp
5091 (get_explicit_location_const, initialize_explicit_location): Declare.
5092
5093 2015-08-11 Keith Seitz <keiths@redhat.com>
5094
5095 * break-catch-throw.c (re_set_exception_catchpoint): Convert
5096 linespec for stap probe to probe location.
5097 * breakpoint.c (create_longjmp_master_breakpoint)
5098 (create_exception_master_breakpoint): Likewise.
5099 (break_command_1): Remove local variable `arg_cp'.
5100 Check location type to set appropriate breakpoint ops methods.
5101 (trace_command): Likewise.
5102 * linespec.c (event_location_to_sals): Assert on probe locations.
5103 * location.c (EL_PROBE): Add macro definition.
5104 (new_probe_location, get_probe_location): New functions.
5105 (copy_event_location, delete_event_location, event_location_to_string)
5106 (string_to_event_location, event_location_empty_p): Handle probe
5107 locations.
5108 * location.h (enum event_location_type): Add PROBE_LOCATION.
5109 (new_probe_location, get_probe_location): Declare.
5110 * probe.c (parse_probes): Assert that LOCATION is a probe location.
5111 Convert linespec into probe location.
5112
5113 2015-08-11 Keith Seitz <keiths@redhat.com>
5114
5115 * breakpoint.c (create_thread_event_breakpoint, init_breakpoint_sal):
5116 Convert linespec to address location.
5117 * linespec.c (canonicalize_linespec): Do not handle address
5118 locations here.
5119 (convert_address_location_to_sals): New function; contents moved
5120 from ...
5121 (convert_linespc_to_sals): ... here.
5122 (parse_linespec): Remove address locations from linespec grammar.
5123 Remove handling of address locations.
5124 (linespec_lex_to_end): Remove handling of address linespecs.
5125 (event_location_to_sals): Handle ADDRESS_LOCATION.
5126 (linespec_expression_to_pc): Export.
5127 * linespec.h (linespec_expression_to_pc): Add declaration.
5128 * location.c (struct event_location.u) <address>: New member.
5129 (new_address_location, get_address_location): New functions.
5130 (copy_event_location, delete_event_location, event_location_to_string)
5131 (string_to_event_location, event_location_empty_p): Handle address
5132 locations.
5133 * location.h (enum event_location_type): Add ADDRESS_LOCATION.
5134 (new_address_location, get_address_location): Declare.
5135 * python/py-finishbreakpoint.c (bpfinishpy_init): Convert linespec
5136 to address location.
5137 * spu-tdep.c (spu_catch_start): Likewise.
5138
5139 2015-08-11 Keith Seitz <keiths@redhat.com>
5140
5141 * ax-gdb.c: Include location.h.
5142 (agent_command_1) Use linespec location instead of address
5143 string.
5144 * break-catch-throw.c: Include location.h.
5145 (re_set_exception_catchpoint): Use linespec locations instead
5146 of address strings.
5147 * breakpoint.c: Include location.h.
5148 (create_overlay_event_breakpoint, create_longjmp_master_breakpoint)
5149 (create_std_terminate_master_breakpoint)
5150 (create_exception_master_breakpoint, update_breakpoints_after_exec):
5151 Use linespec location instead of address string.
5152 (print_breakpoint_location): Use locations and
5153 event_location_to_string.
5154 Print extra_string for pending locations for non-MI streams.
5155 (print_one_breakpoint_location): Use locations and
5156 event_location_to_string.
5157 (init_raw_breakpoint_without_location): Initialize b->location.
5158 (create_thread_event_breakpoint): Use linespec location instead of
5159 address string.
5160 (init_breakpoint_sal): Likewise.
5161 Only save extra_string if it is non-NULL and not the empty string.
5162 Use event_location_to_string instead of `addr_string'.
5163 Constify `p' and `endp'.
5164 Use skip_spaces_const/skip_space_const instead of non-const versions.
5165 Copy the location into the breakpoint.
5166 If LOCATION is NULL, save the breakpoint address as a linespec location
5167 instead of an address string.
5168 (create_breakpoint_sal): Change `addr_string' parameter to a struct
5169 event_location. All uses updated.
5170 (create_breakpoints_sal): Likewise for local variable `addr_string'.
5171 (parse_breakpoint_sals): Use locations instead of address strings.
5172 Remove check for empty linespec with conditional.
5173 Refactor.
5174 (decode_static_tracepoint_spec): Make argument const and update
5175 function.
5176 (create_breakpoint): Change `arg' to a struct event_location and
5177 rename.
5178 Remove `copy_arg' and `addr_start'.
5179 If EXTRA_STRING is empty, set it to NULL.
5180 Don't populate `canonical' for pending breakpoints.
5181 Pass `extra_string' to find_condition_and_thread.
5182 Clear `extra_string' if `rest' was NULL.
5183 Do not error with "garbage after location" if setting a dprintf
5184 breakpoint.
5185 Copy the location into the breakpoint instead of an address string.
5186 (break_command_1): Use string_to_event_location and pass this to
5187 create_breakpoint instead of an address string.
5188 Check against `arg_cp' for a probe linespec.
5189 (dprintf_command): Use string_to_event_location and pass this to
5190 create_breakpoint instead of an address string.
5191 Throw an exception if no format string was specified.
5192 (print_recreate_ranged_breakpoint): Use event_location_to_string
5193 instead of address strings.
5194 (break_range_command, until_break_command)
5195 (init_ada_exception_breakpoint): Use locations instead
5196 of address strings.
5197 (say_where): Print out extra_string for pending locations.
5198 (base_breakpoint_dtor): Delete `location' and `location_range_end' of
5199 the breakpoint.
5200 (base_breakpoint_create_sals_from_location): Use struct event_location
5201 instead of address string.
5202 Remove `addr_start' and `copy_arg' parameters.
5203 (base_breakpoint_decode_location): Use struct event_location instead of
5204 address string.
5205 (bkpt_re_set): Use locations instead of address strings.
5206 Use event_location_empty_p to check for unset location.
5207 (bkpt_print_recreate): Use event_location_to_string instead of
5208 an address string.
5209 Print out extra_string for pending locations.
5210 (bkpt_create_sals_from_location, bkpt_decode_location)
5211 (bkpt_probe_create_sals_from_location): Use struct event_location
5212 instead of address string.
5213 (bkpt_probe_decode_location): Use struct event_location instead of
5214 address string.
5215 (tracepoint_print_recreate): Use event_location_to_string to
5216 recreate the tracepoint.
5217 (tracepoint_create_sals_from_location, tracepoint_decode_location)
5218 (tracepoint_probe_create_sals_from_location)
5219 (tracepoint_probe_decode_location): Use struct event_location
5220 instead of address string.
5221 (dprintf_print_recreate): Use event_location_to_string to recreate
5222 the dprintf.
5223 (dprintf_re_set): Remove check for valid/missing format string.
5224 (strace_marker_create_sals_from_location)
5225 (strace_marker_create_breakpoints_sal, strace_marker_decode_location)
5226 (update_static_tracepoint): Use struct event_location instead of
5227 address string.
5228 (location_to_sals): Likewise.
5229 Pass `extra_string' to find_condition_and_thread.
5230 For newly resolved pending breakpoint locations, clear the location's
5231 string representation.
5232 Assert that the breakpoint's condition string is NULL when
5233 condition_not_parsed.
5234 (breakpoint_re_set_default, create_sals_from_location_default)
5235 (decode_location_default, trace_command, ftrace_command)
5236 (strace_command, create_tracepoint_from_upload): Use locations
5237 instead of address strings.
5238 * breakpoint.h (struct breakpoint_ops) <create_sals_from_location>:
5239 Use struct event_location instead of address string.
5240 Update all uses.
5241 <decode_location>: Likewise.
5242 (struct breakpoint) <addr_string>: Change to struct event_location
5243 and rename `location'.
5244 <addr_string_range_end>: Change to struct event_location and rename
5245 `location_range_end'.
5246 (create_breakpoint): Use struct event_location instead of address
5247 string.
5248 * cli/cli-cmds.c: Include location.h.
5249 (edit_command, list_command): Use locations instead of address strings.
5250 * elfread.c: Include location.h.
5251 (elf_gnu_ifunc_resolver_return_stop): Use event_location_to_string.
5252 * guile/scm-breakpoint.c: Include location.h.
5253 (bpscm_print_breakpoint_smob): Use event_location_to_string.
5254 (gdbscm_register_breakpoint): Use locations instead of address
5255 strings.
5256 * linespec.c: Include location.h.
5257 (struct ls_parser) <stream>: Change to const char *.
5258 (PARSER_STREAM): Update.
5259 (lionespec_lexer_lex_keyword): According to find_condition_and_thread,
5260 keywords must be followed by whitespace.
5261 (canonicalize_linespec): Save a linespec location into `canonical'.
5262 Save a canonical linespec into `canonical'.
5263 (parse_linespec): Change `argptr' to const char * and rename `arg'.
5264 All uses updated.
5265 Update function description.
5266 (linespec_parser_new): Initialize `parser'.
5267 Update initialization of parsing stream.
5268 (event_location_to_sals): New function.
5269 (decode_line_full): Change `argptr' to a struct event_location and
5270 rename it `location'.
5271 Use locations instead of address strings.
5272 Call event_location_to_sals instead of parse_linespec.
5273 (decode_line_1): Likewise.
5274 (decode_line_with_current_source, decode_line_with_last_displayed)
5275 Use locations instead of address strings.
5276 (decode_objc): Likewise.
5277 Change `argptr' to const char * and rename `arg'.
5278 (destroy_linespec_result): Delete the linespec result's location
5279 instead of freeing the address string.
5280 * linespec.h (struct linespec_result) <addr_string>: Change to
5281 struct event_location and rename to ...
5282 <location>: ... this.
5283 (decode_line_1, decode_line_full): Change `argptr' to struct
5284 event_location. All callers updated.
5285 * mi/mi-cmd-break.c: Include language.h, location.h, and linespec.h.
5286 (mi_cmd_break_insert_1): Use locations instead of address strings.
5287 Throw an error if there was "garbage" at the end of the specified
5288 linespec.
5289 * probe.c: Include location.h.
5290 (parse_probes): Change `argptr' to struct event_location.
5291 Use event locations instead of address strings.
5292 * probe.h (parse_probes): Change `argptr' to struct event_location.
5293 * python/py-breakpoint.c: Include location.h.
5294 (bppy_get_location): Constify local variable `str'.
5295 Use event_location_to_string.
5296 (bppy_init): Use locations instead of address strings.
5297 * python/py-finishbreakpoint.c: Include location.h.
5298 (bpfinishpy_init): Remove local variable `addr_str'.
5299 Use locations instead of address strings.
5300 * python/python.c: Include location.h.
5301 (gdbpy_decode_line): Use locations instead of address strings.
5302 * remote.c: Include location.h.
5303 (remote_download_tracepoint): Use locations instead of address
5304 strings.
5305 * spu-tdep.c: Include location.h.
5306 (spu_catch_start): Remove local variable `buf'.
5307 Use locations instead of address strings.
5308 * tracepoint.c: Include location.h.
5309 (scope_info): Use locations instead of address strings.
5310 (encode_source_string): Constify parameter `src'.
5311 * tracepoint.h (encode_source_string): Likewise.
5312
5313 2015-08-11 Keith Seitz <keiths@redhat.com>
5314
5315 * Makefile.in (SFILES): Add location.c.
5316 (HFILES_NO_SRCDIR): Add location.h.
5317 (COMMON_OBS): Add location.o.
5318 * linespec.c (linespec_lex_to_end): New function.
5319 * linespec.h (linespec_lex_to_end): Declare.
5320 * location.c: New file.
5321 * location.h: New file.
5322
5323 2015-08-11 Keith Seitz <keiths@redhat.com>
5324
5325 * breakpoint.h (struct breakpoint_ops) <create_sals_from_address>:
5326 Renamed to create_sals_from_location.
5327 <decode_linespec>: Renamed to decode_location.
5328 Update all callers.
5329 * breakpoint.c (create_sals_from_address_default): Renamed to ...
5330 (create_sals_from_location_default): ... this.
5331 (addr_string_to_sals): Renamed to ...
5332 (location_to_sals): ... this.
5333 (decode_linespec_default): Renamed to ...
5334 (decode_location_default): ... this.
5335 (base_breakpoint_create_sals_from_address): Renamed to ...
5336 (base_breakpoint_create_sals_from_location): ... this.
5337 (bkpt_create_sals_from_address): Renamed to ...
5338 (bkpt_create_sals_from_location): ... this.
5339 (bkpt_decode_linespec): Renamed to ...
5340 (bkpt_decode_location): ... this.
5341 (bkpt_probe_create_sals_from_address): Renamed to ...
5342 (bkpt_probe_create_sals_from_location): ... this.
5343 (tracepoint_create_sals_from_address): Renamed to ...
5344 (tracepoint_create_sals_from_location): ... this.
5345 (tracepoint_decode_linespec): Renamed to ...
5346 (tracepoint_decode_location): ... this.
5347 (tracepoint_probe_create_sals_from_address): Renamed to ...
5348 (tracepoint_probe_create_sals_from_location): ... this.
5349 (tracepoint_probe_decode_linespec): Renamed to ...
5350 (tracepoint_probe_decode_location): ... this.
5351 (strace_marker_create_sals_from_address): Renamed to ...
5352 (strace_marker_create_sals_from_location): ... this.
5353 (decode_linespec_default): Renamed to ...
5354 (decode_location_default): ... this.
5355
5356 2015-08-10 Doug Evans <dje@google.com>
5357 Keith Seitz <keiths@redhat.com>
5358
5359 PR gdb/17960
5360 * symtab.c (make_file_symbol_completion_list_1): Renamed from
5361 make_file_symbol_completion_list and made static.
5362 (make_file_symbol_completion_list): New function.
5363
5364 2015-08-10 Joel Brobecker <brobecker@adacore.com>
5365
5366 * infrun.c (follow_fork, displaced_step_prepare, resume): Remove
5367 trailing new-line at end of warning message.
5368 (proceed): Add i18n marker to error messages.
5369
5370 2015-08-07 Pedro Alves <palves@redhat.com>
5371
5372 * linux-nat.c (linux_nat_always_non_stop_p): Return 1.
5373
5374 2015-08-07 Pedro Alves <palves@redhat.com>
5375
5376 * s390-linux-tdep.c (is_non_branch_ril)
5377 (s390_displaced_step_copy_insn): New functions.
5378 (s390_displaced_step_fixup): Update comment.
5379 (s390_gdbarch_init): Install s390_displaced_step_copy_insn as
5380 gdbarch_displaced_step_copy_insn hook.
5381
5382 2015-08-07 Pedro Alves <palves@redhat.com>
5383
5384 * infrun.c (displaced_step_prepare_throw): Return -1 if
5385 gdbarch_displaced_step_copy_insn returns NULL. Update intro
5386 comment.
5387 * rs6000-tdep.c (LWARX_MASK, LWARX_INSTRUCTION, LDARX_INSTRUCTION)
5388 (STWCX_MASK, STWCX_INSTRUCTION, STDCX_INSTRUCTION): Move higher up
5389 in file.
5390 (ppc_displaced_step_copy_insn): New function.
5391 (ppc_displaced_step_fixup): Update comment.
5392 (rs6000_gdbarch_init): Install ppc_displaced_step_copy_insn as
5393 gdbarch_displaced_step_copy_insn hook.
5394 * gdbarch.sh (displaced_step_copy_insn): Document what happens on
5395 NULL return.
5396 * gdbarch.h: Regenerate.
5397
5398 2015-08-07 Pedro Alves <palves@redhat.com>
5399
5400 * inferior.h (struct inferior) <displaced_stepping_failed>: New
5401 field.
5402 * infrun.c (use_displaced_stepping_now_p): New parameter 'inf'.
5403 Return false if dispaced stepping failed before.
5404 (resume): Pass the current inferior to
5405 use_displaced_stepping_now_p. Wrap displaced_step_prepare in
5406 TRY/CATCH. If we get a MEMORY_ERROR, set the inferior's
5407 displaced_stepping_failed flag, and fall back to an in-line
5408 step-over.
5409
5410 2015-08-07 Pedro Alves <palves@redhat.com>
5411
5412 * darwin-nat.c (darwin_stop): Rename to ...
5413 (darwin_interrupt): ... this.
5414 (_initialize_darwin_inferior): Adjust.
5415 * gnu-nat.c (gnu_stop): Delete.
5416 (gnu_target): Don't install gnu_stop.
5417 * inf-ptrace.c (inf_ptrace_stop): Rename to ...
5418 (inf_ptrace_interrupt): ... this.
5419 (inf_ptrace_target): Adjust.
5420 * infcmd.c (interrupt_target_1): Use target_interrupt instead of
5421 target_stop.
5422 * linux-nat (linux_nat_stop): Rename to ...
5423 (linux_nat_interrupt): ... this.
5424 (linux_nat_stop): Reimplement.
5425 (linux_nat_add_target): Install linux_nat_interrupt.
5426 * nto-procfs.c (nto_interrupt_twice): Rename to ...
5427 (nto_handle_sigint_twice): ... this.
5428 (nto_interrupt): Rename to ...
5429 (nto_handle_sigint): ... this. Call target_interrupt instead of
5430 target_stop.
5431 (procfs_wait): Adjust.
5432 (procfs_stop): Rename to ...
5433 (procfs_interrupt): ... this.
5434 (init_procfs_targets): Adjust.
5435 * procfs.c (procfs_stop): Rename to ...
5436 (procfs_interrupt): ... this.
5437 (procfs_target): Adjust.
5438 * remote-m32r-sdi.c (m32r_stop): Rename to ...
5439 (m32r_interrupt): ... this.
5440 (init_m32r_ops): Adjust.
5441 * remote-sim.c (gdbsim_stop_inferior): Rename to ...
5442 (gdbsim_interrupt_inferior): ... this.
5443 (gdbsim_stop): Rename to ...
5444 (gdbsim_interrupt): ... this.
5445 (gdbsim_cntrl_c): Adjust.
5446 (init_gdbsim_ops): Adjust.
5447 * remote.c (sync_remote_interrupt): Adjust comments.
5448 (remote_stop_as): Rename to ...
5449 (remote_interrupt_as): ... this.
5450 (remote_stop): Adjust comment.
5451 (remote_interrupt): New function.
5452 (init_remote_ops): Install remote_interrupt.
5453 * target.c (target_interrupt): New function.
5454 * target.h (struct target_ops) <to_interrupt>: New field.
5455 (target_interrupt): New declaration.
5456 * windows-nat.c (windows_stop): Rename to ...
5457 (windows_interrupt): ... this.
5458 * target-delegates.c: Regenerate.
5459
5460 2015-08-07 Pedro Alves <palves@redhat.com>
5461
5462 * signal-while-stepping-over-bp-other-thread.exp: Expect "restart
5463 threads" as alternative to "switching back to stepped thread".
5464
5465 2015-08-07 Pedro Alves <palves@redhat.com>
5466
5467 * NEWS: Mention "maint set/show target-non-stop".
5468 * breakpoint.c (update_global_location_list): Check
5469 target_is_non_stop_p instead of non_stop.
5470 * infcmd.c (attach_command_post_wait, attach_command): Likewise.
5471 * infrun.c (show_can_use_displaced_stepping)
5472 (can_use_displaced_stepping_p, start_step_over_inferior):
5473 Likewise.
5474 (internal_resume_ptid): New function.
5475 (resume): Use it.
5476 (proceed): Check target_is_non_stop_p instead of non_stop. If in
5477 all-stop mode but the target is always in non-stop mode, start all
5478 the other threads that are implicitly resumed too.
5479 (for_each_just_stopped_thread, fetch_inferior_event)
5480 (adjust_pc_after_break, stop_all_threads): Check
5481 target_is_non_stop_p instead of non_stop.
5482 (handle_inferior_event): Likewise. Handle detach-fork in all-stop
5483 with the target always in non-stop mode.
5484 (handle_signal_stop) <random signal>: Check target_is_non_stop_p
5485 instead of non_stop.
5486 (switch_back_to_stepped_thread): Check target_is_non_stop_p
5487 instead of non_stop.
5488 (keep_going_stepped_thread): Use internal_resume_ptid.
5489 (stop_waiting): If in all-stop mode, and the target is in non-stop
5490 mode, stop all threads.
5491 (keep_going_pass): Likewise, when starting a new in-line step-over
5492 sequence.
5493 * linux-nat.c (get_pending_status, select_event_lwp)
5494 (linux_nat_filter_event, linux_nat_wait_1, linux_nat_wait): Check
5495 target_is_non_stop_p instead of non_stop.
5496 (linux_nat_always_non_stop_p): New function.
5497 (linux_nat_stop): Check target_is_non_stop_p instead of non_stop.
5498 (linux_nat_add_target): Install linux_nat_always_non_stop_p.
5499 * target-delegates.c: Regenerate.
5500 * target.c (target_is_non_stop_p): New function.
5501 (target_non_stop_enabled, target_non_stop_enabled_1): New globals.
5502 (maint_set_target_non_stop_command)
5503 (maint_show_target_non_stop_command): New functions.
5504 (_initilize_target): Install "maint set/show target-non-stop"
5505 commands.
5506 * target.h (struct target_ops) <to_always_non_stop_p>: New field.
5507 (target_non_stop_enabled): New declaration.
5508 (target_is_non_stop_p): New declaration.
5509
5510 2015-08-07 Pedro Alves <pedro@codesourcery.com>
5511
5512 * breakpoint.c (breakpoints_should_be_inserted_now): If any thread
5513 has a pending status, return true.
5514 * gdbthread.h: Include target/waitstatus.h.
5515 (struct thread_suspend_state) <stop_reason, waitstatus_pending_p,
5516 stop_pc>: New fields.
5517 (struct thread_info) <resumed>: New field.
5518 (set_resumed): Declare.
5519 * infrun.c: Include "event-loop.h".
5520 (infrun_async_inferior_event_token, infrun_is_async): New globals.
5521 (infrun_async): New function.
5522 (clear_step_over_info): Add debug output.
5523 (displaced_step_in_progress_any_inferior): New function.
5524 (displaced_step_fixup): New returns int.
5525 (start_step_over): Handle in-line step-overs too. Assert the
5526 thread is marked resumed.
5527 (resume_cleanups): Clear the thread's resumed flag.
5528 (resume): Set the thread's resumed flag. Return early if the
5529 thread has a pending status. Allow stepping a breakpoint with no
5530 signal.
5531 (proceed): Adjust to check 'resumed' instead of 'executing'.
5532 (clear_proceed_status_thread): If the thread has a pending status,
5533 and that status is a finished step, discard the pending status.
5534 (clear_proceed_status): Don't clear step_over_info here.
5535 (random_pending_event_thread, do_target_wait): New functions.
5536 (prepare_for_detach, wait_for_inferior, fetch_inferior_event): Use
5537 do_target_wait.
5538 (wait_one): New function.
5539 (THREAD_STOPPED_BY): New macro.
5540 (thread_stopped_by_watchpoint, thread_stopped_by_sw_breakpoint)
5541 (thread_stopped_by_hw_breakpoint): New functions.
5542 (switch_to_thread_cleanup, save_waitstatus, stop_all_threads): New
5543 functions.
5544 (handle_inferior_event): Also call set_resumed(false) on all
5545 threads implicitly stopped by the event.
5546 (restart_threads, resumed_thread_with_pending_status): New
5547 functions.
5548 (finish_step_over): If we were doing an in-line step-over before,
5549 and no longer are after trying to start a new step-over, restart
5550 all threads. If we have multiple threads with pending events,
5551 save the current event and go through the event loop again.
5552 (handle_signal_stop): Return early if finish_step_over returns
5553 false.
5554 <random signal>: If we get a signal while stepping over a
5555 breakpoint in-line in non-stop mode, restart all threads. Clear
5556 step_over_info before delivering the signal.
5557 (keep_going_stepped_thread): Use internal_error instead of
5558 gdb_assert. Mark the thread as resumed.
5559 (keep_going_pass_signal): Assert the thread isn't already resumed.
5560 If some other thread is doing an in-line step-over, defer the
5561 resume. If we just started a new in-line step-over, stop all
5562 threads. Don't clear step_over_info.
5563 (infrun_async_inferior_event_handler): New function.
5564 (_initialize_infrun): Create async event handler with
5565 infrun_async_inferior_event_handler as callback.
5566 (infrun_async): New declaration.
5567 * target.c (target_async): New function.
5568 * target.h (target_async): Declare macro and readd as function
5569 declaration.
5570 * target/waitstatus.h (enum target_stop_reason)
5571 <TARGET_STOPPED_BY_SINGLE_STEP>: New value.
5572 * thread.c (new_thread): Clear the new waitstatus field.
5573 (set_resumed): New function.
5574
5575 2015-08-07 Pedro Alves <palves@redhat.com>
5576
5577 * infrun.c (keep_going_stepped_thread): New function, factored out
5578 from ...
5579 (switch_back_to_stepped_thread): ... here.
5580
5581 2015-08-07 Pedro Alves <palves@redhat.com>
5582
5583 * infrun.c (currently_stepping): Extend intro comment.
5584 * target.h (target_resume): Extend intro comment.
5585
5586 2015-08-07 Pedro Alves <palves@redhat.com>
5587
5588 * infrun.c (switch_back_to_stepped_thread): Use ecs->ptid instead
5589 of inferior_ptid. If the stepped thread vanished, return 0
5590 instead of resuming here. Use reset_ecs. Print the prev_pc and
5591 the current stop_pc in log message. Clear trap_expected if the
5592 thread advanced. Don't pass currently_stepping to
5593 do_target_resume.
5594
5595 2015-08-07 Pedro Alves <palves@redhat.com>
5596
5597 * gdbthread.h (struct thread_info) <prev_pc>: Extend comment.
5598 * infrun.c (struct execution_control_state): Move higher up in the
5599 file.
5600 (reset_ecs): New function.
5601 (start_step_over): Now returns int. Rewrite to use
5602 keep_going_pass_signal instead of manually starting a displaced step.
5603 (resume): Don't call set_running here. If displaced stepping
5604 can't start now, clear trap_expected.
5605 (find_thread_needs_step_over): Delete function.
5606 (proceed): Set up finish_thread_state_cleanup. Call set_running.
5607 If the current thread needs a step over, push it in the step-over
5608 chain. Don't set insert breakpoints nor call resume directly
5609 here. Instead rewrite to use start_step_over and
5610 keep_going_pass_signal.
5611 (finish_step_over): New function.
5612 (handle_signal_stop): Call finish_step_over instead of
5613 start_step_over.
5614 (switch_back_to_stepped_thread): If the event thread needs another
5615 step-over do that first. Use start_step_over.
5616 (keep_going_pass_signal): New function, factored out from ...
5617 (keep_going): ... here.
5618 (_initialize_infrun): Comment moved here.
5619 * thread.c (set_running_thread): New function.
5620 (set_running, finish_thread_state): Use set_running_thread.
5621
5622 2015-08-07 Pedro Alves <palves@redhat.com>
5623
5624 * gdbthread.h (struct thread_info) <step_over_prev,
5625 step_over_next>: New fields.
5626 (thread_step_over_chain_enqueue, thread_step_over_chain_remove)
5627 (thread_step_over_chain_next, thread_is_in_step_over_chain): New
5628 declarations.
5629 * infrun.c (struct displaced_step_request): Delete.
5630 (struct displaced_step_inferior_state) <step_request_queue>:
5631 Delete field.
5632 (displaced_step_prepare): Assert that trap_expected is set. Use
5633 thread_step_over_chain_enqueue. Split starting a new displaced
5634 step to ...
5635 (start_step_over): ... this new function.
5636 (resume): Assert the thread isn't waiting for a step over already.
5637 (proceed): Assert the thread isn't waiting for a step over
5638 already.
5639 (infrun_thread_stop_requested): Adjust to remove threads from the
5640 embedded step-over chain.
5641 (handle_inferior_event) <fork/vfork>: Call start_step_over after
5642 displaced_step_fixup.
5643 (handle_signal_stop): Call start_step_over after
5644 displaced_step_fixup.
5645 * infrun.h (step_over_queue_head): New declaration.
5646 * thread.c (step_over_chain_enqueue, step_over_chain_remove)
5647 (thread_step_over_chain_next, thread_is_in_step_over_chain)
5648 (thread_step_over_chain_enqueue)
5649 (thread_step_over_chain_remove): New functions.
5650 (delete_thread_1): Remove thread from the step-over chain.
5651
5652 2015-08-07 Pedro Alves <palves@redhat.com>
5653
5654 * infrun.c (thread_still_needs_step_over): Rename to ...
5655 (thread_still_needs_step_over_bp): ... this.
5656 (enum step_over_what): New.
5657 (thread_still_needs_step_over): Reimplement.
5658
5659 2015-08-07 Pedro Alves <palves@redhat.com>
5660
5661 * remote.c (remote_wait_as): If not waiting for a stop reply,
5662 return TARGET_WAITKIND_NO_RESUMED. If TARGET_WNOHANG is
5663 requested, don't block waiting forever.
5664
5665 2015-08-07 Pedro Alves <pedro@codesourcery.com>
5666
5667 * infrun.c (adjust_pc_after_break): Now takes thread_info and
5668 waitstatus pointers instead of an ecs. Adjust.
5669 (handle_inferior_event): Adjust caller.
5670
5671 2015-08-07 Pedro Alves <palves@redhat.com>
5672
5673 * infrun.c (handle_inferior_event): If we get
5674 TARGET_WAITKIND_SIGNALLED or TARGET_WAITKIND_EXITED in non-stop
5675 mode, mark all threads of the exiting process as not-executing.
5676 (normal_stop): If we get TARGET_WAITKIND_SIGNALLED or
5677 TARGET_WAITKIND_EXITED in non-stop mode, finish all threads of the
5678 exiting process, if inferior_ptid still points at a process.
5679 * thread.c (struct current_thread_cleanup) <next>: New field.
5680 (current_thread_cleanup_chain): New global.
5681 (restore_current_thread_ptid_changed): New function.
5682 (restore_current_thread_cleanup_dtor): Remove the cleanup from the
5683 current_thread_cleanup_chain list.
5684 (make_cleanup_restore_current_thread): Add the cleanup data to the
5685 current_thread_cleanup_chain list.
5686 (_initialize_thread): Install restore_current_thread_ptid_changed
5687 as thread_ptid_changed observer.
5688
5689 2015-08-07 Joel Brobecker <brobecker@adacore.com>
5690
5691 * dtrace-probe.c (dtrace_process_dof): Ignore the objfile's DOF
5692 data if a DTRACE_DOF_SECT_TYPE_PROVIDER section is found to be
5693 smaller than expected.
5694
5695 2015-08-07 Andrew Burgess <andrew.burgess@embecosm.com>
5696
5697 * stack.c (get_frame_language): Moved ...
5698 * frame.c (get_frame_language): ... to here.
5699 * language.h (get_frame_language): Declaration moved to frame.h.
5700 * frame.h: Add language.h include, for language enum.
5701 (get_frame_language): Declaration moved from language.h.
5702 * language.c: Add frame.h include.
5703 * top.c: Add frame.h include.
5704 * symtab.h (struct obj_section): Declare.
5705 (struct cmd_list_element): Declare.
5706
5707 2015-08-07 Andrew Burgess <andrew.burgess@embecosm.com>
5708
5709 * language.c (show_language_command): Find selected frame before
5710 asking for the language of that frame.
5711 (set_language_command): Likewise.
5712 * language.h (get_frame_language): Add frame parameter.
5713 * stack.c (get_frame_language): Add frame parameter, assert
5714 parameter is not NULL, update comment and reindent.
5715 * top.c (check_frame_language_change): Pass the selected frame
5716 into get_frame_language.
5717
5718 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
5719
5720 * btrace.c (btrace_compute_ftrace_bts): Clear insn flags.
5721 (pt_btrace_insn_flags): New.
5722 (ftrace_add_pt): Call pt_btrace_insn_flags.
5723 * btrace.h (btrace_insn_flag): New.
5724 (btrace_insn) <flags>: New.
5725 * record-btrace.c (btrace_insn_history): Print insn prefix.
5726 * NEWS: Announce it.
5727
5728 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
5729
5730 * configure.ac: Check for PERF_ATTR_SIZE_VER5 in linux/perf_event.h
5731 * configure: Regenerate.
5732
5733 2015-08-06 Yaakov Selkowitz <yselkowi@redhat.com>
5734
5735 * Makefile.in (LIBICONV): Define.
5736 (CLIBS): Add LIBICONV.
5737 * acinclude.m4: Use config/iconv.m4 instead of custom AM_ICONV.
5738 * configure: Regenerate.
5739
5740 2015-08-06 Simon Marchi <simon.marchi@ericsson.com>
5741 Pedro Alves <palves@redhat.com>
5742
5743 * arm-tdep.c (set_fp_model_sfunc): Add cast from integer to enum.
5744 (arm_set_abi): Likewise.
5745 * ax-general.c (ax_print): Likewise.
5746 * c-exp.y (exp : string_exp): Likewise.
5747 * compile/compile-loc2c.c (compute_stack_depth_worker): Likewise.
5748 (do_compile_dwarf_expr_to_c): Likewise.
5749 * cp-name-parser.y (demangler_special : DEMANGLER_SPECIAL start):
5750 Likewise.
5751 * dwarf2expr.c (execute_stack_op): Likewise.
5752 * dwarf2loc.c (dwarf2_compile_expr_to_ax): Likewise.
5753 (disassemble_dwarf_expression): Likewise.
5754 * dwarf2read.c (dwarf2_add_member_fn): Likewise.
5755 (read_array_order): Likewise.
5756 (abbrev_table_read_table): Likewise.
5757 (read_attribute_value): Likewise.
5758 (skip_unknown_opcode): Likewise.
5759 (dwarf_decode_macro_bytes): Likewise.
5760 (dwarf_decode_macros): Likewise.
5761 * eval.c (value_f90_subarray): Likewise.
5762 * guile/scm-param.c (gdbscm_make_parameter): Likewise.
5763 * i386-linux-tdep.c (i386_canonicalize_syscall): Likewise.
5764 * infrun.c (handle_command): Likewise.
5765 * memory-map.c (memory_map_start_memory): Likewise.
5766 * osabi.c (set_osabi): Likewise.
5767 * parse.c (operator_length_standard): Likewise.
5768 * ppc-linux-tdep.c (ppc_canonicalize_syscall): Likewise, and use
5769 single return point.
5770 * python/py-frame.c (gdbpy_frame_stop_reason_string): Likewise.
5771 * python/py-symbol.c (gdbpy_lookup_symbol): Likewise.
5772 (gdbpy_lookup_global_symbol): Likewise.
5773 * record-full.c (record_full_restore): Likewise.
5774 * regcache.c (regcache_register_status): Likewise.
5775 (regcache_raw_read): Likewise.
5776 (regcache_cooked_read): Likewise.
5777 * rs6000-tdep.c (powerpc_set_vector_abi): Likewise.
5778 * symtab.c (initialize_ordinary_address_classes): Likewise.
5779 * target-debug.h (target_debug_print_signals): Likewise.
5780 * utils.c (do_restore_current_language): Likewise.
5781
5782 2015-08-06 Clem Dickey <clemd@acm.org>
5783
5784 PR python/17136
5785 * python/lib/gdb/command/type_printers.py (InfoTypePrinter): Fix typo.
5786
5787 2015-08-06 Simon Marchi <simon.marchi@ericsson.com>
5788
5789 * complaints.c (enum complaint_series): Add newlines and remove
5790 out of date comment.
5791 (struct complaints) <series>: Change type to enum
5792 complaint_series and remove out of date comment.
5793 (symfile_complaint_hook): Use equivalent enum value
5794 ISOLATED_MESSAGE instead of 0.
5795
5796 2015-08-06 Pedro Alves <palves@redhat.com>
5797
5798 * nat/linux-waitpid.c (my_waitpid): Only print *status if waitpid
5799 returned > 0.
5800
5801 2015-08-06 Pierre Langlois <pierre.langlois@arm.com>
5802
5803 * common/agent.c (symbol_list) <required>: Remove.
5804
5805 2015-08-06 Pedro Alves <palves@redhat.com>
5806
5807 * target/waitstatus.h (enum target_stop_reason)
5808 <TARGET_STOPPED_BY_SINGLE_STEP>: New value.
5809
5810 2015-08-05 Pedro Alves <palves@redhat.com>
5811 Joel Brobecker <brobecker@adacore.com>
5812
5813 * breakpoint.c (bpstat_what) <bp_longjmp, bp_longjmp_call_dummy>
5814 <bp_exception, bp_longjmp_resume, bp_exception_resume>: Handle the
5815 case where BS->STOP is not set.
5816
5817 2015-08-05 Ulrich Weigand <uweigand@de.ibm.com>
5818
5819 * nat/gdb_thread_db.h: Add copyright header.
5820 Protect against multiple inclusion.
5821
5822 2015-08-05 Yao Qi <yao.qi@linaro.org>
5823
5824 * aarch64-linux-nat.c (get_thread_id): Remove.
5825 (debug_reg_change_callback): Call ptid_get_lwp instead of
5826 get_thread_id.
5827 (fetch_gregs_from_thread): Likewise.
5828 (store_gregs_to_thread): Likewise.
5829 (fetch_fpregs_from_thread): Likewise.
5830 (store_fpregs_to_thread): Likewise.
5831 (aarch64_linux_get_debug_reg_capacity): Likewise.
5832 * arm-linux-nat.c (get_thread_id): Remove.
5833 (GET_THREAD_ID): Update macro to use ptid_get_lwp.
5834 * xtensa-linux-nat.c (get_thread_id): Remove.
5835 (GET_THREAD_ID): Update macro to use ptid_get_lwp.
5836 * arm-linux-nat.c (get_thread_id): Remove.
5837 (GET_THREAD_ID): Remove.
5838 (fetch_fpregs): Call ptid_get_lwp instead of GET_THREAD_ID.
5839 (store_fpregs, fetch_regs, store_regs): Likewise.
5840 (fetch_wmmx_regs, store_wmmx_regs): Likewise.
5841 (fetch_vfp_regs, store_vfp_regs): Likewise.
5842 (arm_linux_read_description): Likewise.
5843 (arm_linux_get_hwbp_cap): Likewise.
5844 * xtensa-linux-nat.c (get_thread_id): Remove.
5845 (GET_THREAD_ID): Remove.
5846 (fetch_gregs, store_gregs): Call ptid_get_lwp instead of
5847 GET_THREAD_ID.
5848
5849 2015-08-04 Ciro Santilli <ciro.santilli@gmail.com> (obvious patch)
5850
5851 * python/py-linetable.c: Fix case of Linetable to LineTable
5852 in docstrings and code comments.
5853 * python/py-symtab.c: Same.
5854
5855 2015-08-04 Jan Kratochvil <jan.kratochvil@redhat.com>
5856
5857 * infcmd.c (signal_command): Call do_cleanups for args_chain.
5858
5859 2015-08-04 Jan Kratochvil <jan.kratochvil@redhat.com>
5860
5861 PR gdb/18767
5862 * infcmd.c (attach_command): Move ARGS_CHAIN cleanup after last ARGS
5863 use.
5864
5865 2015-08-04 Pedro Alves <palves@redhat.com>
5866
5867 * nat/gdb_thread_db.h (td_init_ftype, td_ta_new_ftype)
5868 (td_ta_map_lwp2thr_ftype, td_ta_thr_iter_ftype)
5869 (td_ta_event_addr_ftype, td_ta_set_event_ftype)
5870 (td_ta_clear_event_ftype, td_ta_event_getmsg_ftype)
5871 (td_thr_validate_ftype, td_thr_get_info_ftype)
5872 (td_thr_event_enable_ftype, td_thr_tls_get_addr_ftype)
5873 (td_thr_tlsbase_ftype, td_symbol_list_ftype, td_ta_delete_ftype):
5874 New typedefs.
5875 * linux-thread-db.c (struct thread_db_info): Use new typedefs.
5876 (try_thread_db_load_1): Define TDB_VERBOSE_DLSYM, TDB_DLSYM , CHK
5877 local macros and use them instead of verbose_dlsym and dlsym
5878 calls.
5879
5880 2015-08-03 Sandra Loosemore <sandra@codesourcery.com>
5881
5882 * nios2-tdep.h: Include opcode/nios2.h here.
5883 (NIOS2_CDX_OPCODE_SIZE): New.
5884 (struct gdbarch_tdep): Add OP parameter to syscall_next_pc.
5885 * nios2-tdep.c: Don't include opcode/nios2.h here.
5886 (nios2_fetch_insn): For R2, try reading 2-byte instruction if
5887 4-byte read fails.
5888 (nios2_match_add, nios2_match_sub): Add cases for R2 encodings.
5889 (nios2_match_addi, nios2_match_orhi): Likewise.
5890 (nios2_match_stw, nios2_match_ldw): Likewise.
5891 (nios2_match_rdctl): Likewise.
5892 (nios2_match_stwm, nios2_match_ldwm): New.
5893 (nios2_match_branch): Add cases for R2 encodings.
5894 (nios2_match_jmpi, nios2_match_calli): Likewise.
5895 (nios2_match_jmpr, nios2_match_callr): Likewise.
5896 (nios2_match_break, nios2_match_trap): Likewise.
5897 (nios2_in_epilogue_p): Add R2 support.
5898 (nios2_analyze_prologue): Update comments. Recognize R2 CDX
5899 prologues.
5900 (nios2_breakpoint_from_pc): Handle R2 instructions.
5901 (nios2_get_next_pc): Likewise. Adjust call to
5902 tdep->syscall_next_pc.
5903 * nios2-linux-tdep.c (nios2_r1_linux_rt_sigreturn_tramp_frame):
5904 Renamed from nios2_linux_rt_sigreturn_tramp_frame. Use
5905 instruction field macros instead of literal hex values.
5906 (nios2_r2_linux_rt_sigreturn_tramp_frame): New.
5907 (nios2_linux_syscall_next_pc): Adjust signature to pass OP.
5908 Use size field from OP instead of assuming all instructions
5909 are the same size.
5910 (nios2_linux_init_abi): Register appropriate unwinder for mach.
5911
5912 2015-08-03 Ulrich Weigand <uweigand@de.ibm.com>
5913
5914 * cp-namespace.c (cp_lookup_symbol_via_imports): Fix uninitialized
5915 variable warning with some compilers.
5916
5917 2015-08-03 Yao Qi <yao.qi@linaro.org>
5918
5919 * arm-linux-nat.c (arm_linux_get_hwbp_type): Capitalize "type"
5920 in comment. Replace "rw" with "type".
5921 (arm_linux_remove_watchpoint): Change type of "rw" to
5922 "enum target_hw_bp_type".
5923
5924 2015-08-02 Pierre-Marie de Rodat <derodat@adacore.com>
5925
5926 * alpha-mdebug-tdep.c (find_proc_desc): Update call to
5927 lookup_symbol.
5928 * ft32-tdep.c (ft32_skip_prologue): Likewise.
5929 * moxie-tdep.c (moxie_skip_prologue): Likewise.
5930 * mt-tdep.c (mt_skip_prologue): Likewise.
5931 * xstormy16-tdep.c (xstormy16_skip_prologue): Likewise.
5932
5933 2015-08-01 Pierre-Marie de Rodat <derodat@adacore.com>
5934
5935 * ada-exp.y (write_object_renaming): Replace struct
5936 ada_symbol_info with struct block_symbol. Update field
5937 references accordingly.
5938 (block_lookup, select_possible_type_sym): Likewise.
5939 (find_primitive_type): Likewise. Also update call to
5940 ada_lookup_symbol to extract the symbol itself.
5941 (write_var_or_type, write_name_assoc): Likewise.
5942 * ada-lang.h (struct ada_symbol_info): Remove.
5943 (ada_lookup_symbol_list): Replace struct ada_symbol_info with
5944 struct block_symbol.
5945 (ada_lookup_encoded_symbol, user_select_syms): Likewise.
5946 (ada_lookup_symbol): Return struct block_symbol instead of a
5947 mere symbol.
5948 * ada-lang.c (defns_collected): Replace struct ada_symbol_info
5949 with struct block_symbol.
5950 (resolve_subexp, ada_resolve_function, sort_choices,
5951 user_select_syms, is_nonfunction, add_defn_to_vec,
5952 num_defns_collected, defns_collected,
5953 symbols_are_identical_enums, remove_extra_symbols,
5954 remove_irrelevant_renamings, add_lookup_symbol_list_worker,
5955 ada_lookup_symbol_list, ada_iterate_over_symbols,
5956 ada_lookup_encoded_symbol, get_var_value): Likewise.
5957 (ada_lookup_symbol): Return a block_symbol instead of a mere
5958 symbol. Replace struct ada_symbol_info with struct
5959 block_symbol.
5960 (ada_lookup_symbol_nonlocal): Likewise.
5961 (standard_lookup): Make block passing explicit through
5962 lookup_symbol_in_language.
5963 * ada-tasks.c (get_tcb_types_info): Update the calls to
5964 lookup_symbol_in_language to extract the mere symbol out of the
5965 returned value.
5966 (ada_tasks_inferior_data_sniffer): Likewise.
5967 * ax-gdb.c (gen_static_field): Likewise for the call to
5968 lookup_symbol.
5969 (gen_maybe_namespace_elt): Deal with struct block_symbol from
5970 lookup functions.
5971 (gen_expr): Likewise.
5972 * c-exp.y: Likewise. Remove uses of block_found.
5973 (lex_one_token, classify_inner_name, c_print_token): Likewise.
5974 (classify_name): Likewise. Rename the "sym" local variable to
5975 "bsym".
5976 * c-valprint.c (print_unpacked_pointer): Likewise.
5977 * compile/compile-c-symbols.c (convert_symbol_sym): Promote the
5978 "sym" parameter from struct symbol * to struct block_symbol.
5979 Use it to remove uses of block_found. Deal with struct
5980 block_symbol from lookup functions.
5981 (gcc_convert_symbol): Likewise. Update the call to
5982 convert_symbol_sym.
5983 * compile/compile-object-load.c (compile_object_load): Deal with
5984 struct block_symbol from lookup functions.
5985 * cp-namespace.c (cp_lookup_nested_symbol_1,
5986 cp_lookup_nested_symbol, cp_lookup_bare_symbol,
5987 cp_search_static_and_baseclasses,
5988 cp_lookup_symbol_in_namespace, cp_lookup_symbol_via_imports,
5989 cp_lookup_symbol_imports_or_template,
5990 cp_lookup_symbol_via_all_imports, cp_lookup_symbol_namespace,
5991 lookup_namespace_scope, cp_lookup_nonlocal,
5992 find_symbol_in_baseclass): Return struct block_symbol instead of
5993 mere symbols and deal with struct block_symbol from lookup
5994 functions.
5995 * cp-support.c (inspect_type, replace_typedefs,
5996 cp_lookup_rtti_type): Deal with struct block_symbol from
5997 lookup functions.
5998 * cp-support.h (cp_lookup_symbol_nonlocal,
5999 cp_lookup_symbol_from_namespace,
6000 cp_lookup_symbol_imports_or_template, cp_lookup_nested_symbol):
6001 Return struct block_symbol instead of mere symbols.
6002 * d-exp.y (d_type_from_name, d_module_from_name, push_variable,
6003 push_module_name):
6004 Deal with struct block_symbol from lookup functions. Remove
6005 uses of block_found.
6006 * eval.c (evaluate_subexp_standard): Update call to
6007 cp_lookup_symbol_namespace.
6008 * f-exp.y: Deal with struct block_symbol from lookup functions.
6009 Remove uses of block_found.
6010 (yylex): Likewise.
6011 * gdbtypes.c (lookup_typename, lookup_struct, lookup_union,
6012 lookup_enum, lookup_template_type, check_typedef): Deal with
6013 struct block_symbol from lookup functions.
6014 * guile/scm-frame.c (gdbscm_frame_read_var): Likewise.
6015 * guile/scm-symbol.c (gdbscm_lookup_symbol): Likewise.
6016 (gdbscm_lookup_global_symbol): Likewise.
6017 * gnu-v3-abi.c (gnuv3_get_typeid_type): Likewise.
6018 * go-exp.y: Likewise. Remove uses of block_found.
6019 (package_name_p, classify_packaged_name, classify_name):
6020 Likewise.
6021 * infrun.c (insert_exception_resume_breakpoint): Likewise.
6022 * jv-exp.y (push_variable): Likewise.
6023 * jv-lang.c (java_lookup_class, get_java_object_type): Likewise.
6024 * language.c (language_bool_type): Likewise.
6025 * language.h (struct language_defn): Update
6026 la_lookup_symbol_nonlocal to return a struct block_symbol rather
6027 than a mere symbol.
6028 * linespec.c (find_label_symbols): Deal with struct block_symbol
6029 from lookup functions.
6030 * m2-exp.y: Likewise. Remove uses of block_found.
6031 (yylex): Likewise.
6032 * mi/mi-cmd-stack.c (list_args_or_locals): Likewise.
6033 * objc-lang.c (lookup_struct_typedef, find_imps): Likewise.
6034 * p-exp.y: Likewise. Remove uses of block_found.
6035 (yylex): Likewise.
6036 * p-valprint.c (pascal_val_print): Likewise.
6037 * parse.c (write_dollar_variable): Likewise. Remove uses of
6038 block_found.
6039 * parser-defs.h (struct symtoken): Turn the SYM field into a
6040 struct block_symbol.
6041 * printcmd.c (address_info): Deal with struct block_symbol from
6042 lookup functions.
6043 * python/py-frame.c (frapy_read_var): Likewise.
6044 * python/py-symbol.c (gdbpy_lookup_symbol,
6045 gdbpy_lookup_global_symbol): Likewise.
6046 * skip.c (skip_function_command): Likewise.
6047 * solib-darwin.c (darwin_lookup_lib_symbol): Return a struct
6048 block_symbol instead of a mere symbol.
6049 * solib-spu.c (spu_lookup_lib_symbol): Likewise.
6050 * solib-svr4.c (elf_lookup_lib_symbol): Likewise.
6051 * solib.c (solib_global_lookup): Likewise.
6052 * solist.h (solib_global_lookup): Likewise.
6053 (struct target_so_ops): Update lookup_lib_global_symbol to
6054 return a struct block_symbol rather than a mere symbol.
6055 * source.c (select_source_symtab): Deal with struct block_symbol
6056 from lookup functions.
6057 * stack.c (print_frame_args, iterate_over_block_arg_vars):
6058 Likewise.
6059 * symfile.c (set_initial_language): Likewise.
6060 * symtab.c (SYMBOL_LOOKUP_FAILED): Turn into a struct
6061 block_symbol.
6062 (SYMBOL_LOOKUP_FAILED_P): New predicate as a macro.
6063 (struct symbol_cache_slot): Turn the FOUND field into a struct
6064 block_symbol.
6065 (block_found): Remove.
6066 (eq_symbol_entry): Update to deal with struct block_symbol in
6067 cache slots.
6068 (symbol_cache_lookup): Return a struct block_symbol rather than
6069 a mere symbol.
6070 (symbol_cache_mark_found): Add a BLOCK parameter to fill
6071 appropriately the cache slots. Update callers.
6072 (symbol_cache_dump): Update cache slots handling to the type
6073 change.
6074 (lookup_symbol_in_language, lookup_symbol, lookup_language_this,
6075 lookup_symbol_aux, lookup_local_symbol,
6076 lookup_symbol_in_objfile, lookup_global_symbol_from_objfile,
6077 lookup_symbol_in_objfile_symtabs,
6078 lookup_symbol_in_objfile_from_linkage_name,
6079 lookup_symbol_via_quick_fns, basic_lookup_symbol_nonlocal,
6080 lookup_symbol_in_static_block, lookup_static_symbol,
6081 lookup_global_symbol):
6082 Return a struct block_symbol rather than a mere symbol. Deal
6083 with struct block_symbol from other lookup functions. Remove
6084 uses of block_found.
6085 (lookup_symbol_in_block): Remove uses of block_found.
6086 (struct global_sym_lookup_data): Turn the RESULT field into a
6087 struct block_symbol.
6088 (lookup_symbol_global_iterator_cb): Update references to the
6089 RESULT field.
6090 (search_symbols): Deal with struct block_symbol from lookup
6091 functions.
6092 * symtab.h (struct block_symbol): New structure.
6093 (block_found): Remove.
6094 (lookup_symbol_in_language, lookup_symbol,
6095 basic_lookup_symbol_nonlocal, lookup_symbol_in_static_block,
6096 lookup_static_symbol, lookup_global_symbol, lookup_language_this,
6097 lookup_global_symbol_from_objfile): Return a struct block_symbol
6098 rather than just a mere symbol. Update comments to remove
6099 mentions of block_found.
6100 * valops.c (find_function_in_inferior,
6101 value_struct_elt_for_reference, value_maybe_namespace_elt,
6102 value_of_this): Deal with struct block_symbol from lookup
6103 functions.
6104 * value.c (value_static_field, value_fn_field): Likewise.
6105
6106 2015-07-31 Simon Marchi <simon.marchi@ericsson.com>
6107
6108 * remote-m32r-sdi.c (m32r_remove_watchpoint): Use enum type
6109 instead of integer.
6110
6111 2015-07-31 Simon Marchi <simon.marchi@ericsson.com>
6112 Pedro Alves <palves@redhat.com>
6113
6114 * aarch64-linux-nat.c (aarch64_linux_can_use_hw_breakpoint): Use enum
6115 type or value instead of integer.
6116 (aarch64_linux_insert_watchpoint): Likewise.
6117 (aarch64_linux_remove_watchpoint): Likewise.
6118 * ada-lang.c (ada_op_print_tab): Likewise.
6119 * amd64-linux-tdep.c (amd64_canonicalize_syscall): Likewise.
6120 (amd64_linux_syscall_record_common): Likewise.
6121 * arch-utils.c (target_byte_order_user): Likewise.
6122 (default_byte_order): Likewise.
6123 * arm-linux-nat.c (arm_linux_can_use_hw_breakpoint): Likewise.
6124 (arm_linux_get_hwbp_type): Likewise.
6125 (arm_linux_hw_watchpoint_initialize): Likewise.
6126 (arm_linux_insert_watchpoint): Likewise.
6127 * arm-linux-tdep.c (arm_canonicalize_syscall): Likewise.
6128 (arm_linux_syscall_record): Likewise.
6129 * breakpoint.c (update_watchpoint): Likewise.
6130 (breakpoint_here_p): Likewise.
6131 (bpstat_print): Likewise.
6132 (enable_breakpoint_disp): Likewise.
6133 * c-lang.c (c_op_print_tab): Likewise.
6134 * cli/cli-decode.c (add_info_alias): Likewise.
6135 * d-lang.c (d_op_print_tab): Likewise.
6136 * eval.c (evaluate_subexp_standard): Likewise.
6137 * f-exp.y (dot_ops): Likewise.
6138 (f77_keywords): Likewise.
6139 * f-lang.c (f_op_print_tab): Likewise.
6140 * go-lang.c (go_op_print_tab): Likewise.
6141 * guile/scm-breakpoint.c (gdbscm_make_breakpoint): Likewise.
6142 * guile/scm-cmd.c (gdbscm_make_command): Likewise.
6143 * guile/scm-param.c (gdbscm_make_parameter): Likewise.
6144 * guile/scm-pretty-print.c (gdbscm_apply_val_pretty_printer): Likewise.
6145 * guile/scm-string.c (struct scm_to_stringn_data): Likewise.
6146 (struct scm_from_stringn_data): Likewise.
6147 * i386-linux-tdep.c (i386_canonicalize_syscall): Likewise.
6148 * ia64-linux-nat.c (ia64_linux_insert_watchpoint): Likewise.
6149 (ia64_linux_remove_watchpoint): Likewise.
6150 (ia64_linux_can_use_hw_breakpoint): Likewise.
6151 * infrun.c (print_stop_event): Likewise.
6152 * jv-lang.c (java_op_print_tab): Likewise.
6153 * linux-nat.c (linux_proc_xfer_partial): Likewise.
6154 * linux-nat.h (struct lwp_info): Likewise.
6155 * linux-thread-db.c (enable_thread_event): Likewise.
6156 * m2-lang.c (m2_op_print_tab): Likewise.
6157 * mi/mi-cmd-stack.c (mi_cmd_stack_list_locals): Likewise.
6158 (mi_cmd_stack_list_variables): Likewise.
6159 * mi/mi-main.c (mi_cmd_trace_frame_collected): Likewise.
6160 * mi/mi-out.c (mi_table_begin): Likewise.
6161 (mi_table_header): Likewise.
6162 * mips-linux-nat.c (mips_linux_can_use_hw_breakpoint): Likewise.
6163 (mips_linux_insert_watchpoint): Likewise.
6164 (mips_linux_remove_watchpoint): Likewise.
6165 * nat/mips-linux-watch.c (mips_linux_watch_type_to_irw): Likewise.
6166 * nat/mips-linux-watch.h (struct mips_watchpoint): Likewise.
6167 (mips_linux_watch_type_to_irw): Likewise.
6168 * nto-procfs.c (procfs_can_use_hw_breakpoint): Likewise.
6169 (procfs_insert_hw_watchpoint): Likewise.
6170 (procfs_remove_hw_watchpoint): Likewise.
6171 (procfs_hw_watchpoint): Likewise.
6172 (procfs_can_use_hw_breakpoint): Likewise.
6173 (procfs_remove_hw_watchpoint): Likewise.
6174 (procfs_insert_hw_watchpoint): Likewise.
6175 * p-lang.c (pascal_op_print_tab): Likewise.
6176 * ppc-linux-nat.c (ppc_linux_can_use_hw_breakpoint): Likewise.
6177 * ppc-linux-tdep.c (ppu2spu_unwind_register): Likewise.
6178 * ppc-sysv-tdep.c (get_decimal_float_return_value): Likewise.
6179 * procfs.c (procfs_can_use_hw_breakpoint): Likewise.
6180 (procfs_insert_watchpoint): Likewise.
6181 (procfs_remove_watchpoint): Likewise.
6182 * psymtab.c (recursively_search_psymtabs): Likewise.
6183 * remote-m32r-sdi.c (m32r_can_use_hw_watchpoint): Likewise.
6184 (m32r_insert_watchpoint): Likewise.
6185 * remote-mips.c (mips_can_use_watchpoint): Likewise.
6186 (mips_insert_watchpoint): Likewise.
6187 (mips_remove_watchpoint): Likewise.
6188 * remote.c (watchpoint_to_Z_packet): Likewise.
6189 (remote_insert_watchpoint): Likewise.
6190 (remote_remove_watchpoint): Likewise.
6191 (remote_check_watch_resources): Likewise.
6192 * s390-linux-nat.c (s390_insert_watchpoint): Likewise.
6193 (s390_remove_watchpoint): Likewise.
6194 (s390_can_use_hw_breakpoint): Likewise.
6195 * s390-linux-tdep.c (s390_gdbarch_init): Likewise.
6196 * spu-linux-nat.c (spu_can_use_hw_breakpoint): Likewise.
6197 * target.h (struct target_ops): Likewise.
6198 * tilegx-tdep.c (tilegx_analyze_prologue): Likewise.
6199 * ui-out.c (struct ui_out_hdr): Likewise.
6200 (append_header_to_list): Likewise.
6201 (get_next_header): Likewise.
6202 (verify_field): Likewise.
6203 (ui_out_begin): Likewise.
6204 (ui_out_field_int): Likewise.
6205 (ui_out_field_fmt_int): Likewise.
6206 (ui_out_field_skip): Likewise.
6207 (ui_out_field_string): Likewise.
6208 (ui_out_field_fmt): Likewise.
6209 * varobj.c (new_variable): Likewise.
6210 * x86-nat.c (x86_insert_watchpoint): Likewise.
6211 (x86_remove_watchpoint): Likewise.
6212 (x86_can_use_hw_breakpoint): Likewise.
6213 * xtensa-tdep.h (struct gdbarch_tdep): Likewise.
6214 * inflow.c (enum gdb_has_a_terminal_flag_enum): Add name to
6215 previously anonymous enumeration type..
6216 * linux-record.h (enum gdb_syscall): Add gdb_sys_no_syscall
6217 value.
6218 * target-debug.h (target_debug_print_enum_target_hw_bp_type): New.
6219 (target_debug_print_enum_bptype): New.
6220 * target-delegates.c: Regenerate.
6221
6222 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
6223
6224 * nios2-tdep.c (nios2_analyze_prologue): Do what the comment
6225 already says and disallow non-stack memory writes in the prologue.
6226
6227 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
6228
6229 * nios2-tdep.c (nios2_analyze_prologue): Update comments to
6230 reflect how current GCC emits stack overflow checks. Match
6231 both trap and break instructions for backward compatbility.
6232 Disallow other trap and break instructions in the prologue.
6233
6234 2015-07-30 Pedro Alves <palves@redhat.com>
6235
6236 PR threads/18600
6237 * linux-nat.c (wait_lwp): Report to the core when thread group
6238 leader exits.
6239
6240 2015-07-30 Pedro Alves <palves@redhat.com>
6241 Simon Marchi <simon.marchi@ericsson.com>
6242
6243 PR threads/18600
6244 * linux-nat.c (linux_handle_extended_wait): On CLONE event, always
6245 mark the new thread as resumed. Remove STOPPING parameter.
6246 (wait_lwp): Adjust call to linux_handle_extended_wait.
6247 (linux_nat_filter_event): Adjust call to
6248 linux_handle_extended_wait.
6249 (resume_stopped_resumed_lwps): Add debug output.
6250
6251 2015-07-30 Pierre Langlois <pierre.langlois@arm.com>
6252
6253 * arch-utils.c (default_fast_tracepoint_valid_at): Remove unused
6254 isize argument.
6255 * arch-utils.h (default_fast_tracepoint_valid_at): Likewise.
6256 * breakpoint.c (check_fast_tracepoint_sals): Adjust call to
6257 gdbarch_fast_tracepoint_valid_at.
6258 * gdbarch.sh (fast_tracepoint_valid_at): Remove isize argument.
6259 * gdbarch.h: Regenerate.
6260 * gdbarch.c: Regenerate.
6261 * i386-tdep.c (i386_fast_tracepoint_valid_at): Remove isize
6262 argument. Do not set it.
6263 * remote.c (remote_download_tracepoint): Adjust call to
6264 gdbarch_fast_tracepoint_valid_at. Call gdb_insn_length to get
6265 the instruction length.
6266
6267 2015-07-30 Yao Qi <yao.qi@linaro.org>
6268
6269 * arm-tdep.h (enum gdb_regnum): Move it to ...
6270 * arch/arm.h: ... here. New file.
6271 * Makefile.in (HFILES_NO_SRCDIR): Add arch/arm.h.
6272
6273 2015-07-30 Pierre Langlois <pierre.langlois@arm.com>
6274
6275 * aarch64-tdep.c (decode_b): Rename link argument to is_bl.
6276 Change its type to int *.
6277 (decode_br): Rename link argument to is_blr. Change its type to
6278 int *.
6279 (decode_cb): Rename op argument to is_cbnz. Change its type to
6280 int *.
6281 (decode_tb): Rename op argument to is_tbnz. Change its type to
6282 int *. Set is_tbnz to either 1 or 0.
6283 (aarch64_analyze_prologue): Change type of is_link to int. Add
6284 new variables is_cbnz and is_tbnz. Adjust call to
6285 aarch64_decode_cb and aarch64_decode_tb.
6286
6287 2015-07-29 Simon Marchi <simon.marchi@ericsson.com>
6288
6289 * mips-linux-nat.c (write_watchpoint_regs): Add NULL as ptrace's 4th
6290 parameter.
6291 (mips_linux_new_thread): Likewise.
6292 * nat/mips-linux-watch.c (mips_linux_read_watch_registers): Likewise.
6293
6294 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
6295
6296 * top.c: Include "tui/tui.h".
6297 (undo_terminal_modifications_before_exit): New static function.
6298 (quit_force): Use it.
6299
6300 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
6301
6302 * target.c (terminal_state): Initialize to terminal_is_ours.
6303
6304 2015-07-29 Yao Qi <yao.qi@linaro.org>
6305
6306 PR record/18691
6307 * dcache.c (dcache_read_memory_partial): Call
6308 raw_memory_xfer_partial.
6309 * target.c (raw_memory_xfer_partial): Make it non-static.
6310 * target.h (raw_memory_xfer_partial): Declare.
6311
6312 2015-07-28 Simon Marchi <simon.marchi@ericsson.com>
6313
6314 * c-valprint.c (c_val_print_array): Consider addressable memory
6315 unit size.
6316 (c_val_print_ptr): Likewise.
6317 (c_val_print_int): Likewise.
6318 * findvar.c (read_frame_register_value): Likewise.
6319 * valarith.c (find_size_for_pointer_math): Likewise.
6320 (value_ptrdiff): Likewise.
6321 (value_subscripted_rvalue): Likewise.
6322 * valops.c (read_value_memory): Likewise (and rename variables).
6323 (value_assign): Likewise.
6324 (value_repeat): Likewise.
6325 (value_array): Likewise.
6326 (value_slice): Likewise.
6327 * valprint.c (generic_val_print_ptr): Likewise.
6328 (generic_val_print_enum): Likewise.
6329 (generic_val_print_bool): Likewise.
6330 (generic_val_print_int): Likewise.
6331 (generic_val_print_char): Likewise.
6332 (generic_val_print_float): Likewise.
6333 (generic_val_print_decfloat): Likewise.
6334 (generic_val_print_complex): Likewise.
6335 (val_print_scalar_formatted): Likewise.
6336 (val_print_array_elements): Likewise.
6337 * value.c (set_value_parent): Likewise.
6338 (value_contents_copy_raw): Likewise.
6339 (set_internalvar_component): Likewise.
6340 (value_primitive_field): Likewise.
6341 (value_fetch_lazy): Likewise.
6342 * value.h (read_value_memory): Update comment.
6343
6344 2015-07-28 Simon Marchi <simon.marchi@ericsson.com>
6345
6346 * value.c (get_value_arch): New function.
6347 * value.h (get_value_arch): New declaration.
6348
6349 2015-07-28 Simon Marchi <simon.marchi@ericsson.com>
6350
6351 * value.c (struct value): Update comments.
6352
6353 2015-07-28 Simon Marchi <simon.marchi@ericsson.com>
6354
6355 * gdbtypes.c (type_length_units): New function.
6356 * gdbtypes.h (type_length_units): New declaration.
6357 (struct type) <length>: Update comment.
6358
6359 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
6360
6361 * valprint.c (generic_val_print): Factor out complex
6362 printing code to ...
6363 (generic_val_print_complex): ... this new function.
6364
6365 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
6366
6367 * valprint.c (generic_val_print): Factor out decfloat
6368 printing code to ...
6369 (generic_val_print_decfloat): ... this new function.
6370
6371 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
6372
6373 * valprint.c (generic_val_print): Factor out float
6374 printing code to ...
6375 (generic_val_print_float): ... this new function.
6376
6377 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
6378
6379 * valprint.c (generic_val_print): Factor out char
6380 printing code to ...
6381 (generic_val_print_char): ... this new function.
6382
6383 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
6384
6385 * valprint.c (generic_val_print): Factor out integer
6386 printing code to ...
6387 (generic_val_print_int): ... this new function.
6388
6389 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
6390
6391 * valprint.c (generic_val_print): Factor out bool
6392 printing code to ...
6393 (generic_val_print_bool): ... this new function.
6394
6395 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
6396
6397 * valprint.c (generic_val_print): Factor out function/method
6398 printing code to ...
6399 (generic_val_print_func): ... this new function.
6400
6401 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
6402
6403 * valprint.c (generic_val_print): Factor out flags
6404 printing code to ...
6405 (generic_val_print_flags): ... this new function.
6406
6407 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
6408
6409 * valprint.c (generic_val_print): Factor out enum
6410 printing code to ...
6411 (generic_val_print_enum): ... this new function.
6412
6413 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
6414
6415 * valprint.c (generic_val_print): Factor out reference
6416 printing code to ...
6417 (generic_val_print_ref): ... this new function.
6418
6419 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
6420
6421 * valprint.c (generic_val_print): Factor out memberptr
6422 printing code to ...
6423 (generic_val_print_memberptr): ... this new function.
6424
6425 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
6426
6427 * valprint.c (generic_val_print): Factor out pointer
6428 printing code to ...
6429 (generic_val_print_ptr): ... this new function.
6430
6431 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
6432
6433 * valprint.c (generic_val_print): Factor out array
6434 printing code to ...
6435 (generic_val_print_array): ... this new function.
6436
6437 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
6438
6439 * valprint.c (generic_val_print): Factor out
6440 print_unpacked_pointer code to ...
6441 (print_unpacked_pointer): ... this new function.
6442
6443 2015-07-27 Patrick Palka <patrick@parcs.ath.cx>
6444
6445 * event-top.c (handle_sigterm): Don't inspect
6446 target_can_async_p. Always set the quit flag and always mark
6447 the async signal handler.
6448
6449 2015-07-27 Yao Qi <yao.qi@linaro.org>
6450
6451 * Makefile.in (REMOTE_EXAMPLES): Remove it.
6452
6453 2015-07-25 Kevin Buettner <kevinb@redhat.com>
6454
6455 * remote.c (read_ptid): Return null_ptid when no thread id
6456 is found.
6457 (remote_current_thread): Add log warning for malformed
6458 qC reply.
6459 (remote_start_remote): Add log warning when current thread
6460 not found.
6461
6462 2015-07-24 Pedro Alves <palves@redhat.com>
6463
6464 * s390-linux-nat.c (fetch_regs, store_regs, fetch_fpregs)
6465 (s390_stopped_by_watchpoint, s390_prepare_to_resume): Pass 0 as
6466 forth argument to ptrace PTRACE_PEEKUSR_AREA/PTRACE_POKEUSR_AREA.
6467
6468 2015-07-24 Pedro Alves <palves@redhat.com>
6469
6470 PR gdb/18717
6471 * linux-nat.c (linux_nat_filter_event): Don't assert that the lwp
6472 is resumed, and extend the debug log.
6473
6474 2015-07-24 Pedro Alves <palves@redhat.com>
6475
6476 * fork-child.c (fork_inferior): Print argv[0] instead of exec_file.
6477
6478 2015-07-24 Pedro Alves <palves@redhat.com>
6479
6480 * aarch64-linux-nat.c: Include nat/gdb_ptrace.h instead of
6481 sys/ptrace.h.
6482 * alpha-linux-nat.c: Likewise.
6483 * amd64-linux-nat.c: Likewise.
6484 * arm-linux-nat.c: Likewise.
6485 * hppa-linux-nat.c: Likewise.
6486 * i386-linux-nat.c: Likewise.
6487 * ia64-linux-nat.c: Likewise.
6488 * linux-fork.c: Likewise.
6489 * linux-nat.c: Likewise.
6490 * m32r-linux-nat.c: Likewise.
6491 * m68klinux-nat.c: Likewise.
6492 * mips-linux-nat.c: Likewise.
6493 * nat/linux-btrace.c: Likewise.
6494 * nat/linux-ptrace.c: Likewise.
6495 * nat/linux-ptrace.h
6496 * nat/mips-linux-watch.c: Likewise.
6497 * nat/x86-linux-dregs.c: Likewise.
6498 * ppc-linux-nat.c: Likewise.
6499 * s390-linux-nat.c: Likewise.
6500 * spu-linux-nat.c: Likewise.
6501 * tilegx-linux-nat.c: Likewise.
6502 * x86-linux-nat.c: Likewise.
6503 * xtensa-linux-nat.c: Likewise.
6504
6505 2015-07-24 Pedro Alves <palves@redhat.com>
6506
6507 * ptrace.m4 (ptrace tests): Test in C++ mode. Try with 'enum
6508 __ptrace_request as first parameter type instead of int.
6509 (PTRACE_TYPE_ARG1): Define.
6510 * nat/gdb_ptrace.h [!PTRACE_TYPE_ARG5] (ptrace): Define as wrapper
6511 that casts first argument to PTRACE_TYPE_ARG1.
6512 * config.in: Regenerate.
6513 * configure: Regenerate.
6514
6515 2015-07-24 Pedro Alves <palves@redhat.com>
6516
6517 * gdb_ptrace.h: Move ...
6518 * nat/gdb_ptrace.h: ... here.
6519 * inf-ptrace.c: Adjust.
6520
6521 2015-07-24 Pedro Alves <palves@redhat.com>
6522
6523 * acinclude.m4: Include ptrace.m4.
6524 * configure.ac: Call GDB_AC_PTRACE and move ptrace checks ...
6525 * ptrace.m4: ... to this new file.
6526
6527 2015-07-23 Doug Evans <dje@google.com>
6528
6529 * dwarf2read.c (dwarf2_per_cu_data): Add comment.
6530 (load_cu): Handle dummy CUs.
6531 (dw2_do_instantiate_symtab, process_queuef): Ditto.
6532 (dwarf2_fetch_die_loc_sect_off, dwarf2_fetch_constant_bytes): Ditto.
6533
6534 2015-07-23 Ciro Santilli <ciro.santilli@gmail.com> (tiny patch)
6535
6536 * py-linetable.c (ltpy_get_all_source_lines): Adjust function
6537 documentation to say that it returns a list rather than
6538 a FrozenSet.
6539 (linetable_object_methods): Update the docstring of the
6540 "source_line" entry.
6541
6542 2015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
6543
6544 * gdbtypes.c (resolve_dynamic_array): Pass the peeled element
6545 type to the recursive call instead of the original (maybe
6546 TYPE_CODE_TYPEDEF) type.
6547
6548 2015-07-23 Yao Qi <yao.qi@linaro.org>
6549
6550 * aarch64-linux-nat.c (aarch64_linux_can_use_hw_breakpoint): If
6551 TYPE is watchpoint, return zero if aarch64_num_wp_regs is zero.
6552 If TYPE is breakpoint, return zero if arch64_num_bp_regs is zero.
6553
6554 2015-07-21 Yao Qi <yao.qi@linaro.org>
6555
6556 * aarch64-linux-nat.c (aarch64_linux_get_debug_reg_capacity):
6557 Move it to nat/aarch64-linux-hw-point.c.
6558 (aarch64_linux_child_post_startup_inferior): Update.
6559 * nat/aarch64-linux-hw-point.c (aarch64_linux_get_debug_reg_capacity):
6560 New function.
6561 * nat/aarch64-linux-hw-point.h (aarch64_linux_get_debug_reg_capacity):
6562 Declare it.
6563
6564 2015-07-21 Markus Metzger <markus.t.metzger@intel.com>
6565
6566 * common/btrace-common.c (btrace_data_append): Change case label.
6567
6568 2015-07-20 Yao Qi <yao.qi@linaro.org>
6569
6570 * nat/aarch64-linux-hw-point.c (aarch64_handle_unaligned_watchpoint):
6571 Re-indent the code.
6572 * nat/aarch64-linux-hw-point.h: Use ULONGEST rather than
6573 "unsigned long long".
6574
6575 2015-07-18 Kevin Buettner <kevinb@redhat.com>
6576
6577 * dwarf2read.c (dwarf2_locate_sections): Allow has_section_at_zero
6578 to be set for SEC_ALLOC sections too.
6579
6580 2015-07-17 Yao Qi <yao.qi@linaro.org>
6581
6582 * Makefile.in (HFILES_NO_SRCDIR): Add
6583 nat/aarch64-linux-hw-point.h.
6584 (aarch64-linux-hw-point.o): New rule.
6585 * nat/aarch64-linux-hw-point.h: New file.
6586 * nat/aarch64-linux-hw-point.c: New file.
6587 * aarch64-linux-nat.c: Include nat/aarch64-linux-hw-point.h.
6588 (AARCH64_HBP_MAX_NUM): Move to nat/aarch64-linux-hw-point.h.
6589 (AARCH64_HWP_MAX_NUM, AARCH64_HBP_ALIGNMENT): Likewise.
6590 (AARCH64_HWP_ALIGNMENT): Likewise.
6591 (AARCH64_HWP_MAX_LEN_PER_REG): Likewise.
6592 (AARCH64_DEBUG_NUM_SLOTS, AARCH64_DEBUG_ARCH): Likewise.
6593 (AARCH64_DEBUG_ARCH_V8, DR_MARK_ALL_CHANGED): Likewise.
6594 (DR_MARK_N_CHANGED, DR_CLEAR_CHANGED): Likewise.
6595 (DR_HAS_CHANGED, DR_N_HAS_CHANGE): Likewise.
6596 (aarch64_num_bp_regs, aarch64_num_wp_regs): Likewise.
6597 (struct aarch64_debug_reg_state): Likewise.
6598 (struct arch_lwp_info): Likewise.
6599 (aarch64_linux_set_debug_regs): Likewise.
6600 (aarch64_notify_debug_reg_change): Remove static.
6601 (aarch64_align_watchpoint): Likewise.
6602 (DR_CONTROL_ENABLED, DR_CONTROL_LENGTH): Likewise.
6603 (aarch64_watchpoint_length): Likewise.
6604 (aarch64_point_encode_ctrl_reg): Likewise
6605 (aarch64_point_is_aligned): Likewise.
6606 (aarch64_dr_state_insert_one_point): Likewise.
6607 (aarch64_dr_state_remove_one_point): Likewise.
6608 (aarch64_handle_breakpoint): Likewise.
6609 (aarch64_handle_aligned_watchpoint): Likewise.
6610 (aarch64_handle_unaligned_watchpoint): Likewise.
6611 (aarch64_handle_watchpoint): Likewise.
6612 * config/aarch64/linux.mh (NAT_FILE): Add
6613 aarch64-linux-hw-point.o.
6614
6615 2015-07-17 Yao Qi <yao.qi@linaro.org>
6616
6617 * aarch64-linux-nat.c (aarch64_handle_breakpoint): Add argument
6618 state and don't call aarch64_get_debug_reg_state. All callers
6619 update.
6620 (aarch64_linux_insert_hw_breakpoint): Call
6621 aarch64_get_debug_reg_state earlier.
6622 (aarch64_linux_remove_hw_breakpoint): Likewise.
6623 (aarch64_handle_aligned_watchpoint): Add argument state and
6624 don't call aarch64_get_debug_reg_state. All callers update.
6625 (aarch64_handle_unaligned_watchpoint): Likewise.
6626 (aarch64_handle_watchpoint): Add argument state.
6627 (aarch64_linux_insert_watchpoint): Call aarch64_get_debug_reg_state
6628 earlier.
6629 (aarch64_linux_remove_watchpoint): Likewise.
6630
6631 2015-07-17 Yao Qi <yao.qi@linaro.org>
6632
6633 * aarch64-linux-nat.c (aarch64_show_debug_reg_state): Use
6634 debug_printf.
6635 (aarch64_handle_unaligned_watchpoint): Likewise.
6636
6637 2015-07-17 Yao Qi <yao.qi@linaro.org>
6638
6639 * aarch64-linux-nat.c (aarch64_dr_state_insert_one_point): Change
6640 argument type's type to 'enum target_hw_bp_type'.
6641 (aarch64_dr_state_remove_one_point): Likewise.
6642 (aarch64_handle_breakpoint): Likewise.
6643 (aarch64_linux_insert_hw_breakpoint): Likewise.
6644 (aarch64_linux_remove_hw_breakpoint): Likewise.
6645 (aarch64_handle_aligned_watchpoint): Likewise.
6646
6647 2015-07-17 Yao Qi <yao.qi@linaro.org>
6648
6649 * aarch64-linux-nat.c (aarch64_linux_get_debug_reg_capacity): Call
6650 ptid_get_pid instead of get_thread_id.
6651
6652 2015-07-17 Yao Qi <yao.qi@linaro.org>
6653
6654 * remote.c (get_current_thread): Initialise ptid to null_ptid.
6655 (add_current_inferior_and_thread): Don't initialise ptid.
6656
6657 2015-07-16 Pierre Langlois <pierre.langlois@arm.com>
6658
6659 * aarch64-tdep.c (aarch64_pseudo_read_value): Mark S register as
6660 unavailable if invalid.
6661
6662 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6663
6664 Revert the previous 6 commits:
6665 Create empty nat/linux-maps.[ch] and common/target-utils.[ch].
6666 Move gdb_regex* to common/
6667 Prepare linux_find_memory_regions_full & co. for move
6668 Move linux_find_memory_regions_full & co.
6669 gdbserver build-id attribute generator
6670 Validate symbol file using build-id
6671
6672 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
6673 Jan Kratochvil <jan.kratochvil@redhat.com>
6674
6675 Validate symbol file using build-id.
6676 * NEWS (Changes since GDB 7.10): Add 'set validate-build-id'
6677 and 'show validate-build-id'. Add build-id attribute.
6678 * solib-darwin.c (_initialize_darwin_solib): Assign validate value.
6679 * solib-dsbt.c (_initialize_dsbt_solib): Ditto.
6680 * solib-frv.c (_initialize_frv_solib): Ditto.
6681 * solib-spu.c (set_spu_solib_ops): Ditto.
6682 * solib-svr4.c: Include rsp-low.h.
6683 (NOTE_GNU_BUILD_ID_NAME): New define.
6684 (svr4_validate): New function.
6685 (svr4_copy_library_list): Duplicate field build_id.
6686 (library_list_start_library): Parse 'build-id' attribute.
6687 (svr4_library_attributes): Add 'build-id' attribute.
6688 (_initialize_svr4_solib): Assign validate value.
6689 * solib-target.c (solib.h): Include.
6690 (_initialize_solib_target): Assign validate value.
6691 * solib.c (validate_build_id, show_validate_build_id): New.
6692 (solib_map_sections): Use ops->validate.
6693 (clear_so): Free build_id.
6694 (default_solib_validate): New function.
6695 (_initialize_solib): Add "validate-build-id".
6696 * solib.h (default_solib_validate): New declaration.
6697 * solist.h (struct so_list): New fields 'build_idsz' and 'build_id'.
6698 (target_so_ops): New field 'validate'.
6699
6700 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
6701 Jan Kratochvil <jan.kratochvil@redhat.com>
6702
6703 gdbserver build-id attribute generator.
6704 * features/library-list-svr4.dtd (library-list-svr4): New
6705 'build-id' attribute.
6706
6707 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
6708 Jan Kratochvil <jan.kratochvil@redhat.com>
6709
6710 Move linux_find_memory_regions_full & co.
6711 * linux-tdep.c (nat/linux-maps.h): Include.
6712 (gdb_regex.h): Remove the include.
6713 (enum filterflags, struct smaps_vmflags, read_mapping, decode_vmflags)
6714 (mapping_is_anonymous_p, dump_mapping_p): Moved to nat/linux-maps.c.
6715 (linux_find_memory_region_ftype): Moved typedef to nat/linux-maps.h.
6716 (linux_find_memory_regions_full): Moved definition to nat/linux-maps.c.
6717 * nat/linux-maps.c: Include ctype.h, target/target-utils.h, gdb_regex.h
6718 and target/target.h.
6719 (struct smaps_vmflags, read_mapping, decode_vmflags)
6720 (mapping_is_anonymous_p, dump_mapping_p): Move from linux-tdep.c.
6721 (linux_find_memory_regions_full): Move from linux-tdep.c.
6722 * nat/linux-maps.h (read_mapping): New declaration.
6723 (linux_find_memory_region_ftype, enum filterflags): Moved from
6724 linux-tdep.c.
6725 (linux_find_memory_regions_full): New declaration.
6726 * target.c (target/target-utils.h): Include.
6727 (read_alloc_pread_ftype): Moved typedef to target/target-utils.h.
6728 (read_alloc, read_stralloc_func_ftype, read_stralloc): Moved
6729 definitions to target/target-utils.c.
6730 * target.h (target_fileio_read_stralloc): Move it to target/target.h.
6731 * target/target-utils.c (read_alloc, read_stralloc): Move definitions
6732 from target.c.
6733 * target/target-utils.h (read_alloc_pread_ftype): New typedef.
6734 (read_alloc): New declaration.
6735 (read_stralloc_func_ftype): New typedef.
6736 (read_stralloc): New declaration.
6737 * target/target.h (target_fileio_read_stralloc): Move it from target.h.
6738
6739 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
6740 Jan Kratochvil <jan.kratochvil@redhat.com>
6741
6742 Prepare linux_find_memory_regions_full & co. for move.
6743 * linux-tdep.c (linux_find_memory_region_ftype): Comment.
6744 (linux_find_memory_regions_full): Change signature and prepare
6745 for moving to linux-maps.
6746 (linux_find_memory_regions_data): Rename field 'obfd' to 'data'.
6747 (linux_find_memory_regions_thunk): New.
6748 (linux_find_memory_regions_thunk): Use 'data' field instead of 'obfd'.
6749 (linux_find_memory_regions_gdb): New.
6750 (linux_find_memory_regions): Rename argument 'obfd' to 'func_data'.
6751 (linux_make_mappings_corefile_notes): Use
6752 linux_find_memory_regions_gdb.
6753 * target.c (read_alloc_pread_ftype): New typedef.
6754 (target_fileio_read_alloc_1_pread): New function.
6755 (read_alloc): Refactor from target_fileio_read_alloc_1.
6756 (read_stralloc_func_ftype): New typedef.
6757 (target_fileio_read_alloc_1): New implementation. Use read_alloc.
6758 (read_stralloc): Refactored from target_fileio_read_stralloc.
6759 (target_fileio_read_stralloc): New implementation, use read_stralloc.
6760
6761 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6762
6763 * Makefile.in (HFILES_NO_SRCDIR): Change gdb_regex.h to
6764 common/gdb_regex.h.
6765 (COMMON_OBS): Add gdb_regex.o.
6766 (gdb_regex.o): New.
6767 * common/common.m4 (GDB_AC_COMMON): Add gdb_use_included_regex,
6768 --without-included-regex and USE_INCLUDED_REGEX.
6769 * common/gdb_regex.c: New file from utils.c functions.
6770 * common/gdb_regex.h: Move it here from gdb_regex.h, update include
6771 file wrapping define name.
6772 * configure: Rebuilt.
6773 * configure.ac (gdb_use_included_regex, --without-included-regex)
6774 (USE_INCLUDED_REGEX): Move them to common/common.m4.
6775 * gdb_regex.h: Move it to common/gdb_regex.h.
6776 * utils.c: Remove include gdb_regex.h.
6777 (do_regfree_cleanup, make_regfree_cleanup, get_regcomp_error)
6778 (compile_rx_or_error): Move them to common/gdb_regex.c.
6779
6780 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
6781 Jan Kratochvil <jan.kratochvil@redhat.com>
6782
6783 Create empty nat/linux-maps.[ch] and common/target-utils.[ch].
6784 * Makefile.in (HFILES_NO_SRCDIR); Add nat/linux-maps.h,
6785 common/target-utils.h.
6786 (COMMON_OBS): Add target-utils.o.
6787 (linux-maps.o, target-utils.o): New.
6788 * target/target-utils.c: New file.
6789 * target/target-utils.h: New file.
6790 * config/i386/linux.mh (NATDEPFILES): Add linux-maps.o.
6791 * config/i386/linux64.mh (NATDEPFILES): Ditto.
6792 * nat/linux-maps.c: New file.
6793 * nat/linux-maps.h: New file.
6794
6795 2015-07-15 Markus Metzger <markus.t.metzger@intel.com>
6796 Pedro Alves <palves@redhat.com>
6797
6798 * nat/linux-btrace.c (perf_event_read): Change the type of DATA_HEAD.
6799 (perf_event_read_all): Change the type of SIZE and DATA_HEAD.
6800 (perf_event_read_bts): Change the type of SIZE and READ.
6801 (linux_enable_bts): Change the type of SIZE, PAGES, DATA_SIZE,
6802 and DATA_OFFSET. Move DATA_SIZE declaration. Restrict the buffer size
6803 to UINT_MAX. Check for overflows when using DATA_HEAD from the perf
6804 mmap page.
6805 (linux_enable_pt): Change the type of PAGES and SIZE. Restrict the
6806 buffer size to UINT_MAX.
6807 (linux_read_bts): Change the type of BUFFER_SIZE, SIZE, DATA_HEAD, and
6808 DATA_TAIL.
6809 * nat/linux-btrace.h (struct perf_event_buffer)<size, data_head>
6810 <last_head>: Change type.
6811 * common/btrace-common.h (struct btrace_dat_pt) <size>: Change type.
6812 * common/btrace-common.c (btrace_data_append): Change the type of
6813 SIZE.
6814 * btrace.c (parse_xml_raw): Change the type of SIZE. Change oddness
6815 check.
6816
6817 2015-07-14 Simon Marchi <simon.marchi@ericsson.com>
6818
6819 * gdbtypes.h (CHECK_TYPEDEF): Remove.
6820 * aarch64-tdep.c (aarch64_return_in_memory): Replace CHECK_TYPEDEF
6821 with check_typedef.
6822 * ada-lang.c (decode_constrained_packed_array_type): Likewise.
6823 (ada_array_length): Likewise.
6824 (find_parallel_type_by_descriptive_type): Likewise.
6825 (ada_check_typedef): Likewise.
6826 * arm-tdep.c (arm_return_in_memory): Likewise.
6827 * ax-gdb.c (gen_trace_static_fields): Likewise.
6828 (gen_struct_ref_recursive): Likewise.
6829 * c-exp.y (exp : SIZEOF '(' type ')' %prec UNARY): Likewise.
6830 (variable: block COLONCOLON name): Likewise.
6831 (qualified_name: TYPENAME COLONCOLON name): Likewise.
6832 * c-lang.c (classify_type): Likewise.
6833 * c-typeprint.c (c_print_type): Likewise.
6834 (c_print_typedef): Likewise.
6835 (c_type_print_base): Likewise.
6836 * c-valprint.c (c_val_print): Likewise.
6837 * compile/compile-c-types.c (convert_type): Likewise.
6838 * compile/compile-object-load.c (get_out_value_type): Likewise.
6839 * completer.c (add_struct_fields): Likewise.
6840 (expression_completer): Likewise.
6841 * cp-namespace.c (cp_find_type_baseclass_by_name): Likewise.
6842 (cp_lookup_nested_symbol_1): Likewise.
6843 (cp_lookup_nested_symbol): Likewise.
6844 * cp-valprint.c (cp_print_value_fields): Likewise.
6845 (cp_print_static_field): Likewise.
6846 * d-valprint.c (d_val_print): Likewise.
6847 * eval.c (evaluate_subexp_standard): Likewise.
6848 (evaluate_subexp_for_sizeof): Likewise.
6849 * f-exp.y (exp : SIZEOF '(' type ')' %prec UNARY): Likewise.
6850 * f-typeprint.c (f_type_print_base): Likewise.
6851 * f-valprint.c (f_val_print): Likewise.
6852 * gdbtypes.c (get_discrete_bounds): Likewise.
6853 (create_array_type_with_stride): Likewise.
6854 (type_name_no_tag_or_error): Likewise.
6855 (lookup_struct_elt_type): Likewise.
6856 (get_unsigned_type_max): Likewise.
6857 (internal_type_vptr_fieldno): Likewise.
6858 (set_type_vptr_fieldno): Likewise.
6859 (internal_type_vptr_basetype): Likewise.
6860 (set_type_vptr_basetype): Likewise.
6861 (get_vptr_fieldno): Likewise.
6862 (is_integral_type): Likewise.
6863 (is_scalar_type): Likewise.
6864 (is_scalar_type_recursive): Likewise.
6865 (distance_to_ancestor): Likewise.
6866 (is_unique_ancestor_worker): Likewise.
6867 (check_types_equal): Likewise.
6868 * gnu-v2-abi.c (gnuv2_value_rtti_type): Likewise.
6869
6870 2015-07-14 Iain Buclaw <ibuclaw@gdcproject.org>
6871
6872 * dwarf2read.c (find_slot_in_mapped_hash): Extend language support to
6873 also test for language_d.
6874 (dwarf2_compute_name): Likewise.
6875 (read_func_scope): Likewise.
6876 (read_structure_type): Likewise.
6877 (new_symbol_full): Likewise.
6878 (determine_prefix): Likewise.
6879 (read_import_statement): Use dot as the separator for language_d.
6880 (typename_concat): Likewise, but don't prefix the D main function.
6881
6882 2015-07-14 Peter Bergner <bergner@vnet.ibm.com>
6883
6884 * nat/linux-namespaces.c (setns): Rename from this ...
6885 (do_setns): ... to this. Support calling setns if it exists.
6886 (mnsh_handle_setns): Call do_setns.
6887
6888 2015-07-13 Yao Qi <yao.qi@linaro.org>
6889
6890 * exec.c (exec_file_attach): Add period at the end of error
6891 message.
6892
6893 2015-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
6894
6895 * tui/tui-win.c (window_name_completer): New function.
6896 (focus_completer): Call window_name_completer. All old content
6897 moved into window_name_completer.
6898 (winheight_completer): New function.
6899 (_initialize_tui_win): Rename variable. Add completer to
6900 winheight command. Update doc string on winheight.
6901
6902 2015-07-12 Sandra Loosemore <sandra@codesourcery.com>
6903
6904 * nios2-linux-tdep.c (_initialize_nios2_linux_tdep): Register
6905 all nios2 mach variants.
6906
6907 2015-07-10 Kevin Buettner <kevinb@redhat.com>
6908
6909 * rx-tdep.c (rx_get_opcode_byte): Use target_read_code instead
6910 of target_read_memory.
6911
6912 2015-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
6913
6914 * tui/tui-win.c (tui_set_win_height): Use a cleanup to free the
6915 string copy.
6916 (parse_scrolling_args): Likewise.
6917
6918 2015-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
6919
6920 * tui/tui-win.c (focus_completer): Don't duplicate the tui window
6921 names in this function.
6922
6923 2015-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
6924
6925 * tui/tui-data.h (SRC_NAME): Convert to lower case.
6926 (CMD_NAME): Likewise.
6927 (DATA_NAME): Likewise.
6928 (DISASSEM_NAME): Likewise.
6929 * tui/tui-win.c (tui_set_focus): Window names are now lower case.
6930 (tui_set_win_height): Likewise.
6931 (parse_scrolling_args): Likewise.
6932
6933 2015-07-10 Markus Metzger <markus.t.metzger@intel.com>
6934
6935 * record-btrace.c (record_btrace_goto_begin)
6936 (record_btrace_goto_end, record_btrace_goto): Move call to
6937 print_stack_frame ...
6938 (record_btrace_set_replay): ... here. Set stop_pc.
6939 * record-full.c (record_full_goto_entry): Set stop_pc.
6940
6941 2015-07-09 Pierre Langlois <pierre.langlois@arm.com>
6942
6943 * NEWS: Mention support for tracepoints on aarch64-linux.
6944
6945 2015-07-09 Pierre Langlois <pierre.langlois@arm.com>
6946
6947 * linux-aarch64-low.c (aarch64_supports_tracepoints): New
6948 function. Return 1.
6949 (the_low_target): Install it.
6950
6951 2015-07-09 Pierre Langlois <pierre.langlois@arm.com>
6952
6953 * gdb.trace/backtrace.exp: Set registers for aarch64 target.
6954 * gdb.trace/collection.exp: Likewise.
6955 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
6956 * gdb.trace/mi-trace-unavailable.exp: Likewise.
6957 * gdb.trace/report.exp: Likewise.
6958 * gdb.trace/trace-break.exp: Likewise.
6959 * gdb.trace/unavailable.exp: Likewise.
6960 * gdb.trace/while-dyn.exp: Likewise.
6961
6962 2015-07-09 Pierre Langlois <pierre.langlois@arm.com>
6963
6964 * aarch64-tdep.c: Add ax.h and ax-gdb.h includes.
6965 (aarch64_gen_return_address): New function.
6966 (aarch64_gdbarch_init): Hook it.
6967
6968 2015-07-09 Pierre Langlois <pierre.langlois@arm.com>
6969
6970 * aarch64-tdep.c (aarch64_make_stub_cache): Set available_p and
6971 swallow NOT_AVAILABLE_ERROR.
6972 (aarch64_stub_this_id): Call frame_id_build_unavailable_stack if
6973 available_p is not set.
6974 (aarch64_stub_frame_unwind_stop_reason): New function.
6975 (aarch64_stub_unwind): Install it.
6976
6977 2015-07-09 Pierre Langlois <pierre.langlois@arm.com>
6978
6979 * aarch64-tdep.c (aarch64_prologue_cache) <available_p>: New
6980 field.
6981 (aarch64_make_prologue_cache_1): New function, factored out from
6982 aarch64_make_prologue_cache. Do not allocate cache. Set
6983 available_p.
6984 (aarch64_make_prologue_cache): Reimplement wrapping
6985 aarch64_make_prologue_cache_1, and swallowing
6986 NOT_AVAILABLE_ERROR.
6987 (aarch64_prologue_frame_unwind_stop_reason): New function.
6988 Return UNWIND_UNAVAILABLE if available_p is not set.
6989 (aarch64_prologue_unwind): Install it.
6990 (aarch64_prologue_this_id): Move prev_pc and prev_sp limit
6991 checks into aarch64_prologue_frame_unwind_stop_reason. Call
6992 frame_id_build_unavailable_stack if available_p is not set.
6993
6994 2015-07-09 Pierre Langlois <pierre.langlois@arm.com>
6995
6996 * aarch64-tdep.c (aarch64_prologue_cache) <func, prev_pc>: New
6997 fields.
6998 (aarch64_scan_prologue): Set prev_pc.
6999 (aarch64_make_prologue_cache): Set func.
7000 (aarch64_make_stub_cache): Set prev_pc.
7001 (aarch64_prologue_this_id): Remove local variables id, pc and
7002 func. Read prev_pc and func from cache.
7003 (aarch64_stub_this_id): Read prev_pc from cache.
7004
7005 2015-07-09 Pierre Langlois <pierre.langlois@arm.com>
7006
7007 * aarch64-tdep.c (aarch64_make_stub_cache): Update comment. New
7008 argument this_cache. Remove unused local variables reg and
7009 unwound_fp. Return early if this_cache is already set. Set
7010 this_cache.
7011 (aarch64_stub_this_id): Update call to aarch64_make_stub_cache.
7012
7013 2015-07-09 Pierre Langlois <pierre.langlois@arm.com>
7014
7015 * aarch64-tdep.c (aarch64_make_prologue_cache): Update comment.
7016 New argument this_cache. Return early if this_cache is already
7017 set. Set this_cache.
7018 (aarch64_prologue_this_id): Update call to
7019 aarch64_make_prologue_cache.
7020 (aarch64_prologue_prev_register): Likewise.
7021 (aarch64_normal_frame_base): Likewise.
7022
7023 2015-07-09 Simon Marchi <simon.marchi@ericsson.com>
7024
7025 * c-valprint.c (c_val_print): Factor out memberptr printing code
7026 from c_val_print to ...
7027 (c_val_print_memberptr): ... this new function.
7028
7029 2015-07-09 Simon Marchi <simon.marchi@ericsson.com>
7030
7031 * c-valprint.c (c_val_print): Factor out int printing code to ...
7032 (c_val_print_int): ... this new function.
7033
7034 2015-07-09 Simon Marchi <simon.marchi@ericsson.com>
7035
7036 * c-valprint.c (c_val_print): Factor out struct and union
7037 printing code to ...
7038 (c_val_print_struct): ... this new function ...
7039 (c_val_print_union): ... and this new function.
7040
7041 2015-07-09 Simon Marchi <simon.marchi@ericsson.com>
7042
7043 * c-valprint.c (c_val_print): Factor out pointer printing code
7044 to ...
7045 (c_val_print_ptr): ... this new function.
7046
7047 2015-07-09 Simon Marchi <simon.marchi@ericsson.com>
7048
7049 * c-valprint.c (c_valprint): Factor our array printing code from
7050 c_val_print to ...
7051 (c_val_print_array): ... this new function.
7052
7053 2015-07-09 Simon Marchi <simon.marchi@ericsson.com>
7054
7055 * c-valprint.c (c_val_print): Factor out pointer printing code
7056 to ...
7057 (print_unpacked_pointer): ... this new function.
7058
7059 2015-07-09 Simon Marchi <simon.marchi@ericsson.com>
7060
7061 * c-valprint.c (c_val_print): Remove an assignment to i and move
7062 its declaration.
7063
7064 2015-07-09 Yao Qi <yao.qi@linaro.org>
7065
7066 * aarch64-linux-nat.c (aarch64_linux_get_debug_reg_capacity): Add
7067 argument ptid. Update comments. Caller update.
7068
7069 2015-07-09 Markus Metzger <markus.t.metzger@intel.com>
7070
7071 * btrace.c (pt_print_packet): Print stop, vmcs, tma, mtc, cyc, and
7072 mnt packets.
7073
7074 2015-07-09 Markus Metzger <markus.t.metzger@intel.com>
7075
7076 * btrace.c (btrace_pt_readmem_callback): Change type of PC argument.
7077
7078 2015-07-08 Simon Marchi <simon.marchi@ericsson.com>
7079
7080 * progspace.c (delete_program_space): Add missing spaces.
7081
7082 2015-07-08 Simon Marchi <simon.marchi@ericsson.com>
7083
7084 * inferior.c (delete_inferior_1): Rename to ...
7085 (delete_inferior): ..., remove 'silent' parameter, delete
7086 program space when unused and remove call to prune_program_spaces.
7087 Remove the old, unused, delete_inferior.
7088 (delete_inferior_silent): Remove.
7089 (prune_inferiors): Change call from delete_inferior_1 to
7090 delete_inferior and remove 'silent' parameter. Remove call to
7091 prune_program_spaces.
7092 (remove_inferior_command): Idem.
7093 * inferior.h (delete_inferior_1): Rename to...
7094 (delete_inferior): ..., remove 'silent' parameter and remove the
7095 original delete_inferior.
7096 (delete_inferior_silent): Remove.
7097 * mi/mi-main.c (mi_cmd_remove_inferior): Change call from
7098 delete_inferior_1 to delete_inferior and remove 'silent'
7099 parameter.
7100 * progspace.c (prune_program_spaces): Remove.
7101 (pspace_empty_p): Rename to...
7102 (program_space_empty_p): ... and make non-static.
7103 (delete_program_space): New.
7104 * progspace.h (prune_program_spaces): Remove declaration.
7105 (program_space_empty_p): New declaration.
7106 (delete_program_space): New declaration.
7107 * monitor.c (monitor_close): Replace call to
7108 delete_thread_silent and delete_inferior_silent with
7109 discard_all_inferiors.
7110
7111 2015-07-08 Patrick Palka <patrick@parcs.ath.cx>
7112
7113 * defs.h (deprecated_register_changed_hook): Remove prototype.
7114 * interps.c (clear_iterpreter_hooks): Remove reference to
7115 deprecated_register_changed_hook.
7116 * top.c (deprecated_register_changed_hook): Remove prototype.
7117 * valops.c (value_assign): Remove reference to
7118 deprecated_register_changed_hook.
7119 * tui/tui-hooks.c (tui_register_changed): Add parameter "frame".
7120 Add comment documenting the function.
7121 (tui_register_changed_observer): Define.
7122 (tui_install_hooks): Remove reference to
7123 deprecated_register_changed_hook. Set
7124 tui_register_changed_observer.
7125 (tui_remove_hooks): Remove reference to
7126 deprecated_register_changed_hook. Unset
7127 tui_register_changed_observer.
7128
7129 2015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7130
7131 PR compile/18484
7132 * compile/compile-c-types.c (insert_type): Change gdb_assert to error.
7133
7134 2015-07-08 Robert O'Callahan <robert@ocallahan.org>
7135
7136 PR exp/18617
7137 * ax-gdb.c (gen_conversion): Extend to 'to' bits, not 'from'.
7138
7139 2015-07-08 Markus Metzger <markus.t.metzger@intel.com>
7140
7141 * MAINTAINERS (Write After Approval): Add Markus T. Metzger.
7142
7143 2015-07-08 Markus Metzger <markus.t.metzger@intel.com>
7144
7145 * nat/linux-btrace.c (kernel_supports_bts, kernel_supports_pt):
7146 Use safe_strerror() instead of strerror().
7147
7148 2015-07-07 Yao Qi <yao.qi@linaro.org>
7149
7150 * features/arm-with-m-fpa-layout.xml: Set architecture to arm.
7151 * features/arm-with-m-fpa-layout.c: Regenerated.
7152 * features/arm-with-m-vfp-d16.xml: Likewise.
7153 * features/arm-with-m-vfp-d16.c: Regenerated.
7154 * features/arm-with-m.xml: Likewise.
7155 * features/arm-with-m.c: Regenerated.
7156 * features/arm-with-neon.xml: Likewise.
7157 * features/arm-with-neon.c: Regenerated.
7158 * features/arm-with-vfpv2.xml: Likewise.
7159 * features/arm-with-vfpv2.c: Regenerated.
7160 * features/arm-with-vfpv3.xml: Likewise.
7161 * features/arm-with-vfpv3.c: Regenerated.
7162
7163 2015-07-07 Yao Qi <yao.qi@linaro.org>
7164
7165 * aarch32-linux-nat.h (VFP_REGS_SIZE): New macro, moved from
7166 arm-linux-nat.c.
7167 * aarch64-linux-nat.c: Include aarch32-linux-nat.h and
7168 elf/external.h.
7169 (fetch_gregs_from_thread): Call aarch32_gp_regcache_supply
7170 if target is 32-bit.
7171 (store_gregs_to_thread): Call aarch32_gp_regcache_collect
7172 if target is 32-bit.
7173 (fetch_fpregs_from_thread): Call aarch32_vfp_regcache_supply
7174 if target is 32-bit.
7175 (store_fpregs_to_thread): Call aarch32_vfp_regcache_collect
7176 if target is 32-bit.
7177 (tdesc_arm_with_vfpv3, tdesc_arm_with_neon): Declare.
7178 (aarch64_linux_read_description): Return the right target
7179 description.
7180 * arm-linux-nat.c (VFP_REGS_SIZE): Moved to aarch32-linux-nat.h.
7181 * config/aarch64/linux.mh (NATDEPFILES): Add aarch32-linux-nat.o.
7182 * configure.tgt (aarch64*-*-linux*): Add arm-tdep.o and
7183 arm-linux-tdep.o.
7184
7185 2015-07-07 Yao Qi <yao.qi@linaro.org>
7186
7187 * aarch32-linux-nat.c: New file.
7188 * aarch32-linux-nat.h: New file.
7189 * arm-linux-nat.c: Include aarch32-linux-nat.h.
7190 (fetch_regs): Move code to aarch32-linux-nat.c. Call
7191 aarch32_gp_regcache_supply.
7192 (store_regs): Move code to aarch32-linux-nat.c. Call
7193 aarch32_gp_regcache_collect.
7194 (fetch_vfp_regs): Move code to aarch32-linux-nat.c. Call
7195 aarch32_vfp_regcache_supply.
7196 (store_vfp_regs): Move code to aarch32-linux-nat.c. Call
7197 aarch32_vfp_regcache_collect.
7198 * config/arm/linux.mh (NATDEPFILES): Add aarch32-linux-nat.o.
7199
7200 2015-07-07 Yao Qi <yao.qi@linaro.org>
7201
7202 * arm-linux-nat.c (store_fpregister): Remove.
7203 (store_register): Likewise.
7204 (fetch_fpregister): Likewise.
7205 (fetch_register): Likewise.
7206 (arm_linux_store_inferior_registers): Call store_regs and
7207 store_fpregs instead.
7208 (arm_linux_fetch_inferior_registers): Call fetch_fpregs and
7209 fetch_regs instead.
7210
7211 2015-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
7212
7213 * doc/gdb.texinfo (TUI): Restructure documentation on TUI layout
7214 and focus commands.
7215
7216 2015-07-06 Joel Brobecker <brobecker@adacore.com>
7217
7218 * NEWS: Create a new section for the next release branch.
7219 Rename the section of the current branch, now that it has
7220 been cut.
7221
7222 2015-07-06 Joel Brobecker <brobecker@adacore.com>
7223
7224 GDB 7.10 branch created (66c4b3e8a628a207bc6aafef6af0c4128195f56e):
7225 * version.in: Bump version to 7.10.50.DATE-cvs.
7226
7227 2015-07-06 Luis Machado <lgustavo@codesourcery.com>
7228
7229 * breakpoint.c (remove_breakpoint_1): Don't handle permanent
7230 breakpoints in a special way.
7231 (remove_breakpoint): Likewise.
7232 (mark_breakpoints_out): Likewise.
7233
7234 2015-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
7235
7236 * doc/gdb.texinfo (TUI): Add comma after @xref.
7237
7238 2015-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
7239
7240 * tui/tui-win.c (tui_set_focus): Use structure member 'generic'
7241 instead of casting the structure type.
7242
7243 2015-07-06 Simon Marchi <simon.marchi@ericsson.com>
7244
7245 * valops.c (search_struct_field): Remove OFFSET parameter.
7246 (value_cast_structs): Adjust calls to search_struct_field.
7247 (value_struct_elt): Same.
7248 (find_overload_match): Same.
7249
7250 2015-07-06 Simon Marchi <simon.marchi@ericsson.com>
7251
7252 * value.c (value_fetch_lazy): Update comment, change return
7253 value to void.
7254 * value.h (value_fetch_lazy): Change return value to void.
7255
7256 2015-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
7257
7258 * tui/tui-data.c (tui_partial_win_by_name): Window name is const.
7259 (tui_win_name): Make parameter and result const.
7260 * tui/tui-data.h (tui_win_name): Make parameter and result const.
7261
7262 2015-07-06 Patrick Palka <patrick@parcs.ath.cx>
7263
7264 * i386-tdep.c (i386_mpx_info_bounds): Don't call error, instead
7265 use printf_unfiltered.
7266 (set_mpx_cmd): Add missing trailing space to command string
7267 literal.
7268 (_initialize_i386_tdep): Give the "mpx" prefix command its
7269 correct name.
7270
7271 2015-07-02 Kevin Buettner <kevinb@redhat.com>
7272
7273 * rx-tdep.c (RX_USP_REGNUM, RX_BPC_REGNUM): New constants.
7274 (enum rx_frame_type): New.
7275 (struct rx_prologue): Add new field `frame_type'.
7276 (rx_analyze_prologue): Add `frame_type' parameter. Cache this
7277 parameter in the prologue struct. Add code for recording
7278 locations of PC and PSW for fast interrupt and exception frames.
7279 (rx_skip_prologue): Adjust call to rx_analyze_prologue.
7280 (rx_analyze_frame_prologue): Add `frame_type' parameter.
7281 (rx_frame_type): New function.
7282 (rx_frame_base): Fetch frame type and pass it to rx_analyze_prologue.
7283 (rx_frame_this_id): Rename parameter `this_prologue_cache' to
7284 `this_cache'.
7285 (rx_frame_prev_register): Rename parameter `this_prologue_cache' to
7286 `this_cache'. Add cases for RX_FRAME_TYPE_EXCEPTION and
7287 RX_FRAME_TYPE_FAST_INTERRUPT.
7288 (normal_frame_p, exception_frame_p, rx_frame_sniffer_common)
7289 (rx_frame_sniffer, rx_exception_sniffer): New functions.
7290 (rx_frame_unwind): Use rx_frame_sniffer instead of
7291 default_frame_sniffer.
7292 (rx_frame_unwind): New unwinder.
7293 (rx_gdbarch_init): Register new unwinder.
7294
7295 2015-07-02 Kevin Buettner <kevinb@redhat.com>
7296
7297 * rx-tdep.c (RX_BPSW_REGNUM, RX_FPSW_REGNUM): New constants.
7298 (struct gdbarch_tdep): Add fields rx_psw_type and rx_fpsw_type.
7299 (rx_register_type): Add cases for RX_PSW_REGNUM, RX_BPSW_REGNUM,
7300 and RX_FPSW_REGNUM.
7301 (rx_gdbarch_init): Initialize PSW, BPSW, and FPSW flags types.
7302
7303 2015-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
7304
7305 Fix GCC false warning.
7306 * s390-linux-tdep.c (s390_handle_arg): Initialize VAL.
7307
7308 2015-07-02 Yao Qi <yao.qi@linaro.org>
7309
7310 * aarch64-linux-nat.c (aarch64_linux_insert_hw_breakpoint): Fix
7311 typo in the debugging message.
7312
7313 2015-07-02 Markus Metzger <markus.t.metzger@intel.com>
7314
7315 * btrace.c: Include gdbcmd.h, cli/cli-utils.h, and ctype.h.
7316 (maint_btrace_cmdlist, maint_btrace_set_cmdlist)
7317 (maint_btrace_show_cmdlist, maint_btrace_pt_set_cmdlist)
7318 (maint_btrace_pt_show_cmdlist, maint_btrace_pt_skip_pad)
7319 (btrace_maint_clear): New.
7320 (btrace_fetch, btrace_clear): Call btrace_maint_clear.
7321 (pt_print_packet, btrace_maint_decode_pt)
7322 (btrace_maint_update_pt_packets, btrace_maint_update_packets)
7323 (btrace_maint_print_packets, get_uint, get_context_size, no_chunk)
7324 (maint_btrace_packet_history_cmd)
7325 (maint_btrace_clear_packet_history_cmd, maint_btrace_clear_cmd)
7326 (maint_btrace_cmd, maint_btrace_set_cmd, maint_btrace_show_cmd)
7327 (maint_btrace_pt_set_cmd, maint_btrace_pt_show_cmd)
7328 (maint_info_btrace_cmd, _initialize_btrace): New.
7329 * btrace.h (btrace_pt_packet, btrace_pt_packet_s)
7330 (btrace_maint_packet_history, btrace_maint_info): New.
7331 (btrace_thread_info) <maint>: New.
7332 * NEWS: Announce it.
7333
7334 2015-07-02 Markus Metzger <markus.t.metzger@intel.com>
7335
7336 * btrace.c (btrace_fetch): Append the new trace data.
7337 (btrace_clear): Clear the stored trace data.
7338 * btrace.h (btrace_thread_info) <data>: New.
7339 * common/btrace-common.h (btrace_data_clear)
7340 (btrace_data_append): New.
7341 * common/btrace-common.c (btrace_data_clear)
7342 (btrace_data_append): New.
7343
7344 2015-07-02 Markus Metzger <markus.t.metzger@intel.com>
7345
7346 * nat/linux-btrace.c (linux_enable_bts): Check for
7347 PERF_ATTR_SIZE_VER5.
7348 Check for data_offset and data_size fields. Use them.
7349
7350 2015-07-02 Markus Metzger <markus.t.metzger@intel.com>
7351
7352 * NEWS: Announce new commands "record btrace pt" and "record pt".
7353 Announce new options "set|show record btrace pt buffer-size".
7354 * btrace.c: Include "rsp-low.h".
7355 Include "inttypes.h".
7356 (btrace_add_pc): Add forward declaration.
7357 (pt_reclassify_insn, ftrace_add_pt, btrace_pt_readmem_callback)
7358 (pt_translate_cpu_vendor, btrace_finalize_ftrace_pt)
7359 (btrace_compute_ftrace_pt): New.
7360 (btrace_compute_ftrace): Support BTRACE_FORMAT_PT.
7361 (check_xml_btrace_version): Update version check.
7362 (parse_xml_raw, parse_xml_btrace_pt_config_cpu)
7363 (parse_xml_btrace_pt_raw, parse_xml_btrace_pt)
7364 (btrace_pt_config_cpu_attributes, btrace_pt_config_children)
7365 (btrace_pt_children): New.
7366 (btrace_children): Add support for "pt".
7367 (parse_xml_btrace_conf_pt, btrace_conf_pt_attributes): New.
7368 (btrace_conf_children): Add support for "pt".
7369 * btrace.h: Include "intel-pt.h".
7370 (btrace_pt_error): New.
7371 * common/btrace-common.c (btrace_format_string, btrace_data_fini)
7372 (btrace_data_empty): Support BTRACE_FORMAT_PT.
7373 * common/btrace-common.h (btrace_format): Add BTRACE_FORMAT_PT.
7374 (struct btrace_config_pt): New.
7375 (struct btrace_config)<pt>: New.
7376 (struct btrace_data_pt_config, struct btrace_data_pt): New.
7377 (struct btrace_data)<pt>: New.
7378 * features/btrace-conf.dtd (btrace-conf)<pt>: New.
7379 (pt): New.
7380 * features/btrace.dtd (btrace)<pt>: New.
7381 (pt, pt-config, cpu): New.
7382 * nat/linux-btrace.c (perf_event_read, perf_event_read_all)
7383 (perf_event_pt_event_type, kernel_supports_pt)
7384 (linux_supports_pt): New.
7385 (linux_supports_btrace): Support BTRACE_FORMAT_PT.
7386 (linux_enable_bts): Free tinfo on error.
7387 (linux_enable_pt): New.
7388 (linux_enable_btrace): Support BTRACE_FORMAT_PT.
7389 (linux_disable_pt): New.
7390 (linux_disable_btrace): Support BTRACE_FORMAT_PT.
7391 (linux_fill_btrace_pt_config, linux_read_pt): New.
7392 (linux_read_btrace): Support BTRACE_FORMAT_PT.
7393 * nat/linux-btrace.h (struct btrace_tinfo_pt): New.
7394 (struct btrace_target_info)<pt>: New.
7395 * record-btrace.c (set_record_btrace_pt_cmdlist)
7396 (show_record_btrace_pt_cmdlist): New.
7397 (record_btrace_print_pt_conf): New.
7398 (record_btrace_print_conf): Support BTRACE_FORMAT_PT.
7399 (btrace_ui_out_decode_error): Support BTRACE_FORMAT_PT.
7400 (cmd_record_btrace_pt_start): New.
7401 (cmd_record_btrace_start): Support BTRACE_FORMAT_PT.
7402 (cmd_set_record_btrace_pt, cmd_show_record_btrace_pt): New.
7403 (_initialize_record_btrace): Add new commands.
7404 * remote.c (PACKET_Qbtrace_pt, PACKET_Qbtrace_conf_pt_size): New.
7405 (remote_protocol_features): Add "Qbtrace:pt".
7406 Add "Qbtrace-conf:pt:size".
7407 (remote_supports_btrace): Support BTRACE_FORMAT_PT.
7408 (btrace_sync_conf): Support PACKET_Qbtrace_conf_pt_size.
7409 (remote_enable_btrace): Support BTRACE_FORMAT_PT.
7410 (_initialize_remote): Add new commands.
7411
7412 2015-07-02 Markus Metzger <markus.t.metzger@intel.com>
7413
7414 * configure.ac: check for libipt
7415 * configure: Regenerate.
7416 * config.in: Regenerate.
7417 * Makefile.in (LIBIPT): New.
7418 (CLIBS): Add $LIBIPT.
7419 * NEWS: document new configure options
7420
7421 2015-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
7422
7423 * compile/compile-object-load.c (compile_object_load): Replace debug
7424 message "lookup undefined ELF symbol" by 3 more specific messages.
7425
7426 2015-07-01 Kevin Buettner <kevinb@redhat.com>
7427
7428 * rl78-tdep.c (struct gdbarch_tdep): Add new field, rl78_psw_type.
7429 (rl78_register_type): Add case for RL78_PSW_REGNUM.
7430 (rl78_gdbarch_init): Initialize rl78_psw_type.
7431
7432 2015-07-01 Patrick Palka <patrick@parcs.ath.cx>
7433
7434 * tui/tui-hooks.c (tui_refresh_frame_and_register_information):
7435 Update commentary. Always refresh the registers when frame
7436 information has changed.
7437 * tui/tui-stack.c (tui_show_frame_info): Update commentary.
7438 Change return type to int. Return 1 if frame information has
7439 changed, 0 otherwise.
7440 (tui_before_prompt): Update commentary.
7441 * tui/tui-stack.h (tui_show_frame_info): Change return type to
7442 int.
7443
7444 2015-06-30 Patrick Palka <patrick@parcs.ath.cx>
7445
7446 PR tui/13378
7447 * frame.c (select_frame): Remove reference to
7448 deprecated_selected_frame_level_changed_hook.
7449 * frame.h (deprecated_selected_frame_level_changed_hook): Remove
7450 declaration.
7451 * stack.c (deprecated_selected_frame_level_changed_hook):
7452 Likewise.
7453 * tui/tui-hooks.c (tui_selected_frame_level_changed_hook):
7454 Rename to ...
7455 (tui_refresh_frame_and_register_information): ... this. Bail
7456 out if there is no stack. Don't update register information
7457 unless registers_too_p is true.
7458 (tui_print_frame_info_listing_hook): Rename to ...
7459 (tui_dummy_print_frame_info_listing_hook): ... this.
7460 (tui_before_prompt): New function.
7461 (tui_normal_stop): New function.
7462 (tui_before_prompt_observer): New observer.
7463 (tui_normal_stop_observer): New observer.
7464 (tui_install_hooks): Set
7465 deprecated_print_frame_info_listing_hook to
7466 tui_dummy_print_frame_info_listing_hook. Register
7467 tui_before_prompt_observer to call tui_before_prompt and
7468 tui_normal_stop_observer to call tui_normal_stop. Remove
7469 reference to deprecated_selected_frame_level_changed_hook.
7470 (tui_remove_hooks): Detach and unset tui_before_prompt_observer
7471 and tui_normal_stop_observer. Remove reference to
7472 deprecated_selected_frame_level_changed_hook.
7473
7474 2015-06-30 Patrick Palka <patrick@parcs.ath.cx>
7475
7476 PR tui/13378
7477 * tui/tui-stack.c (tui_set_locator_info): Change prototype to
7478 return an int instead of void. Return whether the locator
7479 window has changed.
7480 (tui_show_frame_info): If the locator info has not changed, then
7481 bail out early to avoid refreshing the windows.
7482
7483 2015-06-30 Patrick Palka <patrick@parcs.ath.cx>
7484
7485 * tui/tui-stack.c (tui_set_locator_info): Explicitly pass
7486 LOCATOR_WIN to tui_alloc_content.
7487
7488 2015-06-30 Yao Qi <yao.qi@linaro.org>
7489
7490 PR tdep/18605
7491 * arm-tdep.c (arm_get_next_pc_raw): Break for media
7492 instructions.
7493
7494 2015-06-29 Kevin Buettner <kevinb@redhat.com>
7495
7496 * rx-tdep.c (RX_PSW_REGNUM): New enum constant.
7497 (rx_dwarf_reg_to_regnum): New function.
7498 (rx_gdbarch_init): Register rx_dwarf_reg_to_regnum. Use dwarf2
7499 unwinding.
7500
7501 2015-06-29 Pedro Alves <palves@redhat.com>
7502
7503 PR threads/18127
7504 * infcall.c (run_inferior_call): On infcall success, if the thread
7505 was marked stopped before, reset it back to stopped.
7506 * infrun.c (resume): Don't suppress the set_running calls when
7507 doing an infcall.
7508 (normal_stop): Only discard the finish_thread_state cleanup if the
7509 infcall succeeded.
7510
7511 2015-06-29 Pierre Langlois <pierre.langlois@arm.com>
7512
7513 * MAINTAINERS (Write After Approval): Update my email address.
7514
7515 2015-06-26 Keith Seitz <keiths@redhat.com>
7516 Doug Evans <dje@google.com>
7517
7518 PR 16253
7519 * block.c (block_lookup_symbol): For non-function blocks,
7520 continue to search for a symbol with an exact domain match
7521 Otherwise, return any previously found "best domain" symbol.
7522 (block_lookup_symbol_primary): Likewise.
7523
7524 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
7525
7526 * NEWS: Mention the new option "history remove-duplicates".
7527 * top.c (history_remove_duplicates): New static variable.
7528 (show_history_remove_duplicates): New static function.
7529 (gdb_add_history): Conditionally remove duplicate history
7530 entries.
7531 (init_main): Add "history remove-duplicates" option.
7532
7533 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
7534
7535 * tui/tui-win.c (focus_completer): New static function.
7536 (_initialize_tui_win): Set the completion function of the
7537 "focus" command to focus_completer.
7538
7539 2015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
7540
7541 * linespec.c (minsym_found): Reset sal.PC for COMPUNIT_LOCATIONS_VALID
7542 and language_asm..
7543 * symtab.c (find_function_start_sal): Likewise.
7544
7545 2015-06-25 Gary Benson <gbenson@redhat.com>
7546
7547 * solib.c (solib_find_1): Set local variable sysroot to NULL if
7548 it is the empty string after trailing slashes have been stripped.
7549
7550 2015-06-25 Gary Benson <gbenson@redhat.com>
7551
7552 * exec.c (exec_file_locate_attach): Remove gdb_sysroot NULL check.
7553 * infrun.c (follow_exec): Likewise.
7554 * remote.c (remote_filesystem_is_local): Likewise.
7555 * solib.c (solib_find_1): Likewise.
7556
7557 2015-06-24 Keith Seitz <keiths@redhat.com>
7558
7559 * build-id.c (build_id_to_debug_bfd): Add cleanup to free
7560 return value from lrealpath.
7561
7562 2015-06-24 Mike Frysinger <vapier@gentoo.org>
7563
7564 * remote-sim.c (gdbsim_open): Move sysroot update to the top.
7565
7566 2015-06-24 Mike Frysinger <vapier@gentoo.org>
7567
7568 * remote-sim.c: Include gdb_bfd.h.
7569 (gdbsim_open): Declare new local sysroot pointing to gdb_sysroot.
7570 Skip TARGET_SYSROOT_PREFIX in gdb_sysroot when it is active.
7571
7572 2015-06-24 Yao Qi <yao.qi@linaro.org>
7573
7574 * aarch64-linux-tdep.c (aarch64_linux_init_abi): Don't call
7575 set_gdbarch_get_siginfo_type.
7576 * amd64-linux-tdep.c (amd64_linux_init_abi_common): Likewise.
7577 * arm-linux-tdep.c (arm_linux_init_abi): Likewise.
7578 * i386-linux-tdep.c (i386_linux_init_abi): Likewise.
7579 * m68klinux-tdep.c (m68k_linux_init_abi): Likewise.
7580 * ppc-linux-tdep.c (ppc_linux_init_abi): Likewise.
7581 * s390-linux-tdep.c (s390_gdbarch_init): Likewise.
7582 * tilegx-linux-tdep.c (tilegx_linux_init_abi): Likewise.
7583 * linux-tdep.c (linux_get_siginfo_type): Change it to static.
7584 (linux_init_abi): Call set_gdbarch_get_siginfo_type.
7585 * linux-tdep.h (linux_get_siginfo_type): Remove the declaration.
7586
7587 2015-06-24 Gary Benson <gbenson@redhat.com>
7588
7589 * common/buffer.c (stdint.h): Do not include.
7590 * common/print-utils.c (stdint.h): Likewise.
7591 * compile/compile-c-symbols.c (gdb_assert.h): Likewise.
7592 * compile/compile-c-types.c (gdb_assert.h): Likewise.
7593 * ft32-tdep.c (gdb_assert.h): Likewise.
7594 * guile/scm-utils.c (stdint.h): Likewise.
7595 * i386-linux-tdep.c (stdint.h): Likewise.
7596 * i386-tdep.c (stdint.h): Likewise.
7597 * nat/linux-btrace.c (stdint.h): Likewise.
7598 * nat/linux-btrace.h (stdint.h): Likewise.
7599 * nat/linux-ptrace.c (stdint.h): Likewise.
7600 * nat/mips-linux-watch.h (stdint.h): Likewise.
7601 * ppc-linux-nat.c (stdint.h): Likewise.
7602 * python/python-internal.h (stdint.h): Likewise.
7603 * stub-termcap.c (stdlib.h): Likewise.
7604 * target/target.h (stdint.h): Likewise.
7605 * xtensa-linux-nat.c (stdint.h): Likewise.
7606
7607 2015-06-23 Patrick Palka <patrick@parcs.ath.cx>
7608
7609 * top.c (init_history): Look at errno after calling strtol to
7610 properly map large GDBHISTSIZE values to infinity.
7611
7612 2015-06-23 Doug Evans <dje@google.com>
7613
7614 * inferior.h (struct inferior_suspend_state): Delete, unused.
7615 All references deleted.
7616
7617 2015-06-23 Mike Frysinger <vapier@gentoo.org>
7618
7619 * microblaze-tdep.c (microblaze_push_dummy_code): Delete.
7620 (microblaze_push_dummy_call): Likewise.
7621 (microblaze_gdbarch_init): Delete calls to set_gdbarch_push_dummy_code
7622 and set_gdbarch_push_dummy_call.
7623
7624 2015-06-23 Yao Qi <yao.qi@linaro.org>
7625
7626 * amd64-linux-nat.c (amd64_linux_fetch_inferior_registers):
7627 Check whether have_ptrace_getregset is TRIBOOL_TRUE explicitly.
7628 (amd64_linux_store_inferior_registers): Likewise.
7629 * arm-linux-nat.c (fetch_fpregister): Likewise.
7630 (fetch_fpregs, store_fpregister): Likewise.
7631 (store_fpregister, store_fpregs): Likewise.
7632 (fetch_register, fetch_regs): Likewise.
7633 (store_register, store_regs): Likewise.
7634 (fetch_vfp_regs, store_vfp_regs): Likewise.
7635 (arm_linux_read_description): Check have_ptrace_getregset is
7636 TRIBOOL_UNKNOWN. Set have_ptrace_getregset to TRIBOOL_TRUE
7637 or TRIBOOL_FALSE.
7638 * i386-linux-nat.c (fetch_xstateregs): Check
7639 have_ptrace_getregset is not TRIBOOL_TRUE.
7640 (store_xstateregs): Likewise.
7641 * linux-nat.c (have_ptrace_getregset): Change its type to
7642 enum tribool.
7643 * linux-nat.h (tribool): New enum.
7644 * x86-linux-nat.c (x86_linux_read_description): Use enum tribool.
7645 Check whether have_ptrace_getregset is TRIBOOL_TRUE.
7646
7647 2015-06-19 Doug Evans <dje@google.com>
7648
7649 * NEWS: Mention Sun's version of stabs is no longer supported.
7650 * elfread.c (free_elfinfo): Delete. All uses updated.
7651 (elfstab_offset_sections): Delete. All uses updated.
7652 * gdb-stabs.h (stab_section_info): Delete. All uses updated.
7653 * psympriv.h (partial_symtab) <section_offsets>: Delete.
7654 All uses updated.
7655 * psymtab.c (start_psymtab_common): Delete arg section_offsets.
7656 All callers updated.
7657
7658 2015-06-18 Simon Marchi <simon.marchi@ericsson.com>
7659
7660 * common/rsp-low.c (needs_escaping): New.
7661 (remote_escape_output): Add unit_size parameter. Refactor to
7662 support multi-byte addressable units. Rename parameters.
7663 * common/rsp-low.h (remote_escape_output): Add unit_size
7664 parameter and rename others. Update doc.
7665 * remote.c (align_for_efficient_write): New.
7666 (remote_write_bytes_aux): Add unit_size parameter and use it.
7667 Rename some variables. Update doc.
7668 (remote_xfer_partial): Get unit size and use it.
7669 (remote_read_bytes_1): Add unit_size parameter and use it.
7670 Rename some variables. Update doc.
7671 (remote_write_bytes): Same.
7672 (remote_xfer_live_readonly_partial): Same.
7673 (remote_read_bytes): Same.
7674 (remote_flash_write): Update call to remote_write_bytes_aux.
7675 (remote_write_qxfer): Update call to remote_escape_output.
7676 (remote_search_memory): Same.
7677 (remote_hostio_pwrite): Same.
7678
7679 2015-06-17 Luis Machado <lgustavo@codesourcery.com>
7680
7681 * breakpoint.c (add_location_to_breakpoint): Don't mark permanent
7682 locations as inserted.
7683 Update and expand comment about permanent locations.
7684 (bp_loc_is_permanent): Don't return 0 for bp_call_dummy.
7685 Move comment to add_location_to_breakpoint.
7686 (update_global_location_list): Don't error out if a permanent
7687 breakpoint is not marked inserted.
7688 Don't error out if a non-permanent breakpoint location is inserted on
7689 top of a permanent breakpoint.
7690
7691 2015-06-17 Luis Machado <lgustavo@codesourcery.com>
7692
7693 * breakpoint.c (make_breakpoint_permanent): Remove unused
7694 function.
7695 * breakpoint.h (make_breakpoint_permanent): Remove declaration.
7696
7697 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
7698
7699 PR gdb/16999
7700 * NEWS: Mention new GDBHISTSIZE behavior.
7701 * top.c (init_history): For null or out-of-range GDBHISTSIZE,
7702 set history size to unlimited. Ignore non-numeric GDBHISTSIZE.
7703
7704 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
7705
7706 * NEWS: Mention that GDBHISTSIZE is read instead of HISTSIZE.
7707 * top.c (init_history): Read from GDBHISTSIZE instead of
7708 HISTSIZE.
7709 (init_main): Refer to GDBHISTSIZE instead of HISTSIZE.
7710
7711 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
7712
7713 * top.c (gdb_safe_append_history): Do not call
7714 history_truncate_file if the history is not stifled.
7715
7716 2015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
7717
7718 * syscalls/s390-linux.xml: Add syscalls 344 through 354.
7719 * syscalls/s390x-linux.xml: Likewise.
7720
7721 2015-06-16 Michael Eager <eager@eagercon.com>
7722
7723 * nat/linux-namespaces.c (MSG_CMSG_CLOEXEC): Define if not defined.
7724
7725 2015-06-16 Patrick Palka <patrick@parcs.ath.cx>
7726
7727 * tui/tui-hooks.c (tui_selected_frame_level_changed_hook): Call
7728 target_terminal_ours_for_output() before calling
7729 tui_show_frame_info(), and restore the original terminal
7730 settings afterwards.
7731
7732 2015-06-16 Martin Simmons <martin@lispworks.com> (tiny patch)
7733
7734 * arm-linux-nat.c: Include nat/linux-ptrace.h.
7735
7736 2015-06-15 Simon Marchi <simon.marchi@ericsson.com>
7737
7738 * mi/mi-main.c (mi_cmd_data_read_memory_bytes): Consider addressable
7739 memory unit size.
7740 (mi_cmd_data_write_memory_bytes): Same.
7741
7742 2015-06-15 Simon Marchi <simon.marchi@ericsson.com>
7743
7744 * corefile.c (write_memory): Update doc.
7745 * gdbcore.h (write_memory): Same.
7746
7747 2015-06-15 Jan Kratochvil <jan.kratochvil@redhat.com>
7748
7749 * linux-tdep.c (enum filterflags): Make it from anonymous enum.
7750 (dump_mapping_p): Use it for parameter filterflags.
7751 (linux_find_memory_regions_full): Use it for variable filterflags.
7752
7753 2015-06-15 Aleksandar Ristovski <aristovski@qnx.com
7754 Jan Kratochvil <jan.kratochvil@redhat.com>
7755
7756 Merge multiple hex conversions.
7757 * monitor.c: Include rsp-low.h.
7758 (fromhex): Remove definition.
7759
7760 2015-06-15 Aleksandar Ristovski <aristovski@qnx.com
7761 Jan Kratochvil <jan.kratochvil@redhat.com>
7762
7763 Move utility functions to common/.
7764 * cli/cli-utils.c (skip_spaces, skip_spaces_const, skip_to_space_const):
7765 Move defs to common/common-utils.c.
7766 * cli/cli-utils.h (skip_spaces, skip_spaces_const, skip_to_space)
7767 (skip_to_space_const): Move decls to common/common-utils.h.
7768 * common/common-defs.h: Move include of common-types.h before
7769 common-utils.h.
7770 * common/common-utils.c: Include host-defs.h and ctype.h.
7771 (HIGH_BYTE_POSN, is_digit_in_base, digit_to_int, strtoulst): Move
7772 from utils.c.
7773 (skip_spaces, skip_spaces_const, skip_to_space_const): Move from
7774 cli/cli-utils.c.
7775 * common/common-utils.h (strtoulst): Move decl from utils.h.
7776 (skip_spaces, skip_spaces_const, skip_to_space, skip_to_space_const):
7777 Move from cli/cli-utils.h.
7778 * common/host-defs.h: Include limits.h.
7779 (TARGET_CHAR_BIT, HOST_CHAR_BIT): Moved from defs.h.
7780 (skip_spaces, skip_spaces_const): Move decls from cli/cli-utils.h.
7781 * defs.h (TARGET_CHAR_BIT, HOST_CHAR_BIT): Move to
7782 common/common-utils.h.
7783 * utils.c (HIGH_BYTE_POSN, is_digit_in_base, digit_to_int)
7784 (strtoulst): Move to common/common-utils.c.
7785 * utils.h (strtoulst): Moved decl to common/common-utils.h.
7786
7787 2015-06-15 Yao Qi <yao.qi@linaro.org>
7788
7789 * data-directory/Makefile.in (SYSCALLS_FILES): Add aarch64-linux.xml.
7790
7791 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
7792
7793 * build-id.c: Don't include elf-bfd.h.
7794 (build_id_bfd_get): Use bfd_build_id.
7795 (build_id_verify): Ditto.
7796 * build-id.h: Ditto.
7797 (find_separate_debug_file_by_buildid): Ditto.
7798 * python/py-objfile.c: Don't include elf-bfd.h.
7799 (objfpy_get_build_id) Use bfd_build_id.
7800 (objfpy_build_id_matches, objfpy_lookup_objfile_by_build_id): Ditto.
7801 * coffread.c: Include build-id.h.
7802 (coff_symfile_read): Try find_separate_debug_file_by_buildid.
7803
7804 2015-06-03 Jon Turney <jon.turney@dronecode.org.uk>
7805
7806 * windows-nat.c (do_windows_fetch_inferior_registers)
7807 (handle_output_debug_string): Replace __COPY_CONTEXT_SIZE
7808 conditional with __CYGWIN__.
7809
7810 2015-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
7811
7812 * completer.c: Add arch-utils.h include.
7813 (enum reg_completer_targets): New enum.
7814 (reg_or_group_completer_1): New function containing old
7815 reg_or_group_completer, add and use new parameter to control what
7816 is completed on. Use get_current_arch rather than architecture of
7817 currently selected frame.
7818 (reg_or_group_completer): Call new reg_or_group_completer_1.
7819 (reggroup_completer): Call new reg_or_group_completer_1.
7820 * completer.h (reggroup_completer): Add declaration.
7821 * tui/tui-regs.c: Add 'completer.h' include.
7822 (tui_reg_next_command): Renamed to...
7823 (tui_reg_next): ...this. Adjust parameters and return rather than
7824 display new group.
7825 (tui_reg_prev_command): Renamed to...
7826 (tui_reg_prev): ...this. Adjust parameters and return rather than
7827 display new group.
7828 (tui_reg_float_command): Delete.
7829 (tui_reg_general_command): Delete.
7830 (tui_reg_system_command): Delete.
7831 (tui_reg_command): Rewrite to perform switching of register group.
7832 Add header comment.
7833 (tuireglist): Remove.
7834 (tui_reggroup_completer): New function.
7835 (_initialize_tui_regs): Remove 'tui reg' sub-commands, update
7836 creation of 'tui reg' command.
7837 * NEWS: Add comment about 'tui reg' changes.
7838
7839 2015-06-12 Simon Marchi <simon.marchi@ericsson.com>
7840
7841 * target.c (target_read): Consider addressable unit size when
7842 reading from a memory object.
7843 (read_memory_robust): Same.
7844 (read_whatever_is_readable): Same.
7845 (target_write_with_progress): Consider addressable unit size
7846 when writing to a memory object.
7847 * target.h (target_read): Update documentation.
7848 (target_write): Add documentation.
7849
7850 2015-06-12 Simon Marchi <simon.marchi@ericsson.com>
7851
7852 * arch-utils.h (default_addressable_memory_unit_size): New.
7853 * arch-utils.c (default_addressable_memory_unit_size): New.
7854 * gdbarch.sh (addressable_memory_unit_size): New.
7855 * gdbarch.h: Re-generate.
7856 * gdbarch.c: Re-generate.
7857
7858 2015-06-12 Simon Marchi <simon.marchi@ericsson.com>
7859
7860 * target.c (target_read): Rename variables and use
7861 TARGET_XFER_E_IO.
7862 (target_read_with_progress): Same.
7863 (read_memory_robust): Constify parameters and rename
7864 variables.
7865 (read_whatever_is_readable): Constify parameters,
7866 rename variables, adjust formatting.
7867 * target.h (read_memory_robust): Constify parameters.
7868
7869 2015-06-12 Ulrich Weigand <uweigand@de.ibm.com>
7870
7871 * ppc-sysv-tdep.c (ppc64_sysv_abi_return_value_base): Handle short
7872 synthetic (non-AltiVec) vector types.
7873 (ppc64_sysv_abi_return_value): Likewise.
7874
7875 2015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
7876
7877 PR breakpoints/16465
7878 * breakpoint.c (create_breakpoint): Save extra_string for
7879 pending breakpoints.
7880
7881 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
7882
7883 * i386-tdep.c (i386_mpx_get_bt_entry): Add a cast for mpx_bd_mask
7884 and bt_mask to CORE_ADDR.
7885
7886 2015-06-11 Gary Benson <gbenson@redhat.com>
7887
7888 * nat/linux-namespaces.c (mnsh_send_message): Use pulongest.
7889 (mnsh_recv_message): Likewise.
7890
7891 2015-06-11 Walfred Tedeschi <walfred.tedeschi@intel.com>
7892
7893 * i386-tdep.c (i386_mpx_print_bounds): use of LONGEST instead of
7894 long long int and plongest instead of %ll.
7895
7896 2015-06-11 Gary Benson <gbenson@redhat.com>
7897
7898 * nat/linux-namespaces.c (gdb_wait.h): New include.
7899 (sys/wait.h): Do not include.
7900
7901 2015-06-10 Simon Marchi <simon.marchi@ericsson.com>
7902
7903 * dwarf2read.c (dwarf_record_line): Call dwarf_record_line if
7904 end_sequence is true.
7905
7906 2015-06-10 Jan Kratochvil <jan.kratochvil@redhat.com>
7907
7908 Code cleanup.
7909 * solib-target.c (library_list_start_list): Use explicit NULL
7910 comparison.
7911
7912 2015-06-10 Jan Kratochvil <jan.kratochvil@redhat.com>
7913
7914 * solib-target.c (library_list_start_list): Do not dereference
7915 variable version in its initialization. Make the VERSION check handle
7916 NULL.
7917 (library_list_attributes): Make "version" GDB_XML_AF_OPTIONAL.
7918
7919 2015-06-10 Gary Benson <gbenson@redhat.com>
7920
7921 * NEWS: Announce support for direct access of executable and
7922 shared library files when attaching to inferiors in containers
7923 on GNU/Linux systems.
7924
7925 2015-06-10 Gary Benson <gbenson@redhat.com>
7926
7927 * remote.c (struct remote_state) <fs_pid>: New field.
7928 (new_remote_state): Initialize the above.
7929 (PACKET_vFile_setfs): New enum value.
7930 (remote_hostio_set_filesystem): New function.
7931 (remote_hostio_open): Call the above.
7932 (remote_hostio_unlink): Likewise.
7933 (remote_hostio_readlink): Likewise.
7934 (_initialize_remote): Register new "set/show remote
7935 hostio-setfs-packet" command.
7936 * NEWS: Announce new vFile:setfs packet.
7937
7938 2015-06-10 Gary Benson <gbenson@redhat.com>
7939
7940 * linux-nat.c (nat/linux-namespaces.h): New include.
7941 (fileio.h): Likewise.
7942 (linux_nat_filesystem_is_local): New function.
7943 (linux_nat_fileio_pid_of): Likewise.
7944 (linux_nat_fileio_open): Likewise.
7945 (linux_nat_fileio_readlink): Likewise.
7946 (linux_nat_fileio_unlink): Likewise.
7947 (linux_nat_add_target): Initialize to_filesystem_is_local,
7948 to_fileio_open, to_fileio_readlink and to_fileio_unlink.
7949 (_initialize_linux_nat): New "set/show debug linux-namespaces"
7950 commands.
7951 * NEWS: Mention new "set/show debug linux-namespaces" commands.
7952
7953 2015-06-10 Gary Benson <gbenson@redhat.com>
7954
7955 * target.h (struct inferior): New forward declaration.
7956 (struct target_ops) <to_filesystem_is_local>: Update comment.
7957 (struct target_ops) <to_fileio_open>: New argument inf.
7958 Update comment. All implementations updated.
7959 (struct target_ops) <to_fileio_unlink>: Likewise.
7960 (struct target_ops) <to_fileio_readlink>: Likewise.
7961 (target_filesystem_is_local): Update comment.
7962 (target_fileio_open): New argument inf. Update comment.
7963 (target_fileio_unlink): Likewise.
7964 (target_fileio_readlink): Likewise.
7965 (target_fileio_read_alloc): Likewise.
7966 (target_fileio_read_stralloc): Likewise.
7967 * target.c (target_fileio_open): New argument inf.
7968 Pass inf to implementation. Update debug printing.
7969 (target_fileio_unlink): Likewise.
7970 (target_fileio_readlink): Likewise.
7971 (target_fileio_read_alloc_1): New argument inf. Pass inf
7972 to target_fileio_open.
7973 (target_fileio_read_alloc): New argument inf. Pass inf to
7974 target_fileio_read_alloc_1.
7975 (target_fileio_read_stralloc): Likewise.
7976 * gdb_bfd.c (inferior.h): New include.
7977 (gdb_bfd_iovec_fileio_open): Replace unused "open_closure"
7978 argument with new argument "inferior". Pass inferior to
7979 target_fileio_open.
7980 (gdb_bfd_open): Supply inferior argument to
7981 gdb_bfd_iovec_fileio_open.
7982 * linux-tdep.c (linux_info_proc): Supply inf argument to
7983 relevant target_fileio calls.
7984 (linux_find_memory_regions_full): Likewise.
7985 (linux_fill_prpsinfo): Likewise.
7986 * remote.c (remote_filesystem_is_local): Supply inf
7987 argument to remote_hostio_open.
7988 (remote_file_put): Likewise.
7989 (remote_file_get): Likewise.
7990 (remote_file_delete): Supply inf argument to
7991 remote_hostio_unlink.
7992
7993 2015-06-10 Gary Benson <gbenson@redhat.com>
7994
7995 * inf-child.c (inf_child_fileio_open): Replace comment.
7996 (inf_child_fileio_pwrite): Likewise.
7997 (inf_child_fileio_pread): Likewise.
7998 (inf_child_fileio_fstat): Insert blank line before comment.
7999 (inf_child_fileio_close): Replace comment.
8000 (inf_child_fileio_unlink): Likewise.
8001 (inf_child_fileio_readlink): Likewise.
8002 * remote.c (remote_hostio_open): Likewise.
8003 (remote_hostio_pread): Likewise.
8004 (remote_hostio_pwrite): Likewise.
8005 (remote_hostio_close): Likewise.
8006 (remote_hostio_unlink): Likewise.
8007 (remote_hostio_readlink): Likewise.
8008 (remote_hostio_fstat): Likewise.
8009 (remote_filesystem_is_local): Likewise.
8010 * target.c (target_fileio_open): Likewise.
8011 (target_fileio_pwrite): Likewise.
8012 (target_fileio_pread): Likewise.
8013 (target_fileio_fstat): Insert blank line before comment.
8014 (target_fileio_close): Replace comment.
8015 (target_fileio_unlink): Likewise.
8016 (target_fileio_readlink): Likewise.
8017 (target_fileio_read_alloc): Likewise.
8018 (target_fileio_read_stralloc): Likewise.
8019
8020 2015-06-10 Gary Benson <gbenson@redhat.com>
8021
8022 * linux-thread-db.c (nat/linux-namespaces.h): New include.
8023 (check_pid_namespace_match): Use linux_ns_same rather than
8024 linux_proc_pid_get_ns to spot PID namespace mismatches.
8025 * nat/linux-procfs.h (linux_proc_pid_get_ns): Remove.
8026 * nat/linux-procfs.c (linux_proc_pid_get_ns): Likewise.
8027
8028 2015-06-10 Gary Benson <gbenson@redhat.com>
8029
8030 * configure.ac (AC_CHECK_FUNCS): Add setns.
8031 * config.in: Regenerate.
8032 * configure: Likewise.
8033 * nat/linux-namespaces.h: New file.
8034 * nat/linux-namespaces.c: Likewise.
8035 * Makefile.in (HFILES_NO_SRCDIR): Add nat/linux-namespaces.h.
8036 (linux-namespaces.o): New rule.
8037 * config/aarch64/linux.mh (NATDEPFILES): Add linux-namespaces.o.
8038 * config/alpha/alpha-linux.mh (NATDEPFILES): Likewise.
8039 * config/arm/linux.mh (NATDEPFILES): Likewise.
8040 * config/i386/linux.mh (NATDEPFILES): Likewise.
8041 * config/i386/linux64.mh (NATDEPFILES): Likewise.
8042 * config/ia64/linux.mh (NATDEPFILES): Likewise.
8043 * config/m32r/linux.mh (NATDEPFILES): Likewise.
8044 * config/m68k/linux.mh (NATDEPFILES): Likewise.
8045 * config/mips/linux.mh (NATDEPFILES): Likewise.
8046 * config/pa/linux.mh (NATDEPFILES): Likewise.
8047 * config/powerpc/linux.mh (NATDEPFILES): Likewise.
8048 * config/powerpc/ppc64-linux.mh (NATDEPFILES): Likewise.
8049 * config/powerpc/spu-linux.mh (NATDEPFILES): Likewise.
8050 * config/s390/linux.mh (NATDEPFILES): Likewise.
8051 * config/sparc/linux.mh (NATDEPFILES): Likewise.
8052 * config/sparc/linux64.mh (NATDEPFILES): Likewise.
8053 * config/tilegx/linux.mh (NATDEPFILES): Likewise.
8054 * config/xtensa/linux.mh (NATDEPFILES): Likewise.
8055
8056 2015-06-10 Gary Benson <gbenson@redhat.com>
8057
8058 * utils.h (make_cleanup_close): Moved to common/filestuff.h.
8059 * utils.c (do_close_cleanup): Moved to common/filestuff.c.
8060 (make_cleanup_close): Likewise.
8061 * common/filestuff.h (make_cleanup_close): Moved from utils.h.
8062 * common/filestuff.c (do_close_cleanup): Moved from utils.c.
8063 (make_cleanup_close): Likewise.
8064
8065 2015-06-03 Jon Turney <jon.turney@dronecode.org.uk>
8066
8067 * windows-nat.c (thread_rec): Also ignore ERROR_INVALID_HANDLE
8068 from SuspendThread().
8069
8070 2015-06-03 Jon Turney <jon.turney@dronecode.org.uk>
8071
8072 * windows-nat.c (handle_output_debug_string): Trim trailing '\n'
8073 from OutputDebugString.
8074
8075 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
8076 Mircea Gherzan <mircea.gherzan@intel.com>
8077
8078 * i386-tdep.c (MPX_BASE_MASK, MPX_BD_MASK, MPX_BT_MASK, MPX_BD_MASK_32,
8079 MPX_BT_MASK_32): New macros.
8080 (i386_mpx_set_bounds): New function that implements
8081 the command "set-mpx-bound".
8082 (i386_mpx_enabled): Helper function to test MPX availability.
8083 (i386_mpx_bd_base): Helper function to calculate the base directory
8084 address.
8085 (i386_mpx_get_bt_entry): Helper function to access a bound
8086 table entry.
8087 (i386_mpx_print_bounds): Effectively display bound information.
8088 (_initialize_i386_tdep): Add new commands to commands "set mpx" and
8089 "show mpx".
8090 (_initialize_i386_tdep):
8091 Add "bound" to the commands "show mpx" and "set mpx" commands.
8092 (mpx_set_cmdlist and mpx_show_cmdlist): List for the new prefixed "set mpx"
8093 and "show mpx" commands.
8094 * NEWS: List new commands for MPX support.
8095
8096 2015-06-09 Gary Benson <gbenson@redhat.com>
8097
8098 * common/fileio.h (fileio_to_host_mode): New declaration.
8099 * common/fileio.c (fileio_to_host_mode): New Function.
8100 * inf-child.c (inf_child_fileio_open): Process mode argument
8101 with fileio_to_host_mode.
8102
8103 2015-06-09 Gary Benson <gbenson@redhat.com>
8104
8105 * common/fileio.c (fileio_mode_pack): Fix preprocessor
8106 conditional.
8107
8108 2015-06-05 Gary Benson <gbenson@redhat.com>
8109
8110 * gdb_bfd.c (gdb_bfd_open): Move vgdb special case to...
8111 * remote.c (remote_filesystem_is_local): ...here.
8112
8113 2015-06-04 Yao Qi <yao.qi@linaro.org>
8114
8115 * gdbarch.c: Regenerate it.
8116
8117 2015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
8118
8119 * arch-utils.c (default_infcall_munmap): New.
8120 * arch-utils.h (default_infcall_munmap): New declaration.
8121 * compile/compile-object-load.c (struct munmap_list, munmap_list_add)
8122 (munmap_list_free, munmap_listp_free_cleanup): New.
8123 (struct setup_sections_data): Add field munmap_list_headp.
8124 (setup_sections): Call munmap_list_add.
8125 (compile_object_load): New variable munmap_list_head, initialize
8126 setup_sections_data.munmap_list_headp, return munmap_list_head.
8127 * compile/compile-object-load.h (struct munmap_list): New declaration.
8128 (struct compile_module): Add field munmap_list_head.
8129 (munmap_list_free): New declaration.
8130 * compile/compile-object-run.c (struct do_module_cleanup): Add field
8131 munmap_list_head.
8132 (do_module_cleanup): Call munmap_list_free.
8133 (compile_object_run): Pass munmap_list_head to do_module_cleanup.
8134 * gdbarch.c: Regenerate.
8135 * gdbarch.h: Regenerate.
8136 * gdbarch.sh (infcall_munmap): New.
8137 * linux-tdep.c (linux_infcall_munmap): New.
8138 (linux_init_abi): Install it.
8139
8140 2015-06-02 Simon Marchi <simon.marchi@ericsson.com>
8141
8142 PR gdb/15564
8143 * inferior.c (detach_inferior): Call exit_inferior_1 with silent = 0.
8144
8145 2015-06-02 Yao Qi <yao.qi@linaro.org>
8146
8147 * i386-linux-nat.c: Include linux-nat.h.
8148
8149 2015-06-01 Andreas Schwab <schwab@linux-m68k.org>
8150 Jan Kratochvil <jan.kratochvil@redhat.com>
8151
8152 PR symtab/18392
8153 * dwarf2-frame-tailcall.c (pretended_chain_levels): Correct
8154 assertion.
8155 * dwarf2loc.c (chain_candidate): Likewise.
8156
8157 2015-06-01 Yao Qi <yao.qi@linaro.org>
8158
8159 * arm-linux-nat.c (fetch_vfp_regs): Use PTRACE_GETREGSET.
8160 (store_vfp_regs): Use PTRACE_SETREGSET.
8161
8162 2015-06-01 Yao Qi <yao.qi@linaro.org>
8163
8164 * arm-linux-nat.c (fetch_fpregister): Use PTRACE_GETREGSET.
8165 (fetch_fpregs): Likewise.
8166 * arm-linux-nat.c (store_fpregister): Use PTRACE_SETREGSET.
8167 (store_fpregs): Likewise.
8168
8169 2015-06-01 Yao Qi <yao.qi@linaro.org>
8170
8171 * arm-linux-nat.c (fetch_register): Use PTRACE_GETREGSET.
8172 (fetch_regs): Likewise.
8173 (store_regs): Use PTRACE_SETREGSET.
8174 (store_register): Likewise.
8175
8176 2015-06-01 Yao Qi <yao.qi@linaro.org>
8177
8178 * arm-linux-nat.c (arm_linux_read_description): Check whether
8179 kernel supports PTRACE_GETREGSET.
8180
8181 2015-06-01 Yao Qi <yao.qi@linaro.org>
8182
8183 * x86-linux-nat.c (have_ptrace_getregset): Move it to ...
8184 * linux-nat.c: ... here.
8185 * x86-linux-nat.h (have_ptrace_getregset): Move the declaration
8186 to ...
8187 * linux-nat.h: ... here.
8188
8189 2015-06-01 Yao Qi <yao.qi@linaro.org>
8190
8191 * amd64-linux-nat.c: Include "nat/linux-ptrace.h".
8192 * i386-linux-nat.c: Likewise.
8193 * nat/linux-ptrace.h (PTRACE_GETREGSET, PTRACE_SETREGSET): Define.
8194 * s390-linux-nat.c: Include "nat/linux-ptrace.h".
8195 (PTRACE_GETREGSET, PTRACE_SETREGSET): Remove.
8196 * x86-linux-nat.c: Include "nat/linux-ptrace.h".
8197 * x86-linux-nat.h (PTRACE_GETREGSET, PTRACE_SETREGSET): Remove.
8198
8199 2015-05-30 Eli Zaretskii <eliz@gnu.org>
8200
8201 * go32-nat.c (go32_xfer_memory): Fix the return value to be
8202 compatible to what read_child and write_child return. This
8203 unbreaks that DJGPP build of GDB which was broken since v7.7.
8204
8205 2015-05-29 Martin Galvan <martin.galvan@tallertechnologies.com>
8206
8207 * MAINTAINERS (Write After Approval): Add Martin Galvan.
8208
8209 2015-05-29 Roland McGrath <mcgrathr@google.com>
8210
8211 PR gdb/18464
8212 * osabi.c (generic_elf_osabi_sniff_abi_tag_sections): Use warning
8213 rather than internal_error for an unrecognized value.
8214
8215 2015-05-29 Max Filippov <jcmvbkbc@gmail.com>
8216
8217 * xtensa-tdep.c (xtensa_pseudo_register_read)
8218 (xtensa_pseudo_register_write): Don't alias last pseudo register
8219 to a1.
8220
8221 2015-05-28 Don Breazeal <donb@codesourcery.com>
8222
8223 * infrun.c (follow_fork_inferior): Ensure the use of
8224 process-style ptids (pid,0,0) in verbose/debug "Detaching"
8225 messages.
8226
8227 2015-05-28 Doug Evans <dje@google.com>
8228
8229 * dwarf2read.c (record_line_ftype): Remove, duplicate.
8230
8231 2015-05-28 Yao Qi <yao.qi@linaro.org>
8232
8233 * arm-linux-nat.c (arm_linux_has_wmmx_registers): Remove.
8234 (arm_linux_fetch_inferior_registers): Use
8235 tdep->have_wmmx_registers instead of arm_linux_has_wmmx_registers.
8236 (arm_linux_store_inferior_registers): Likewise.
8237 (arm_linux_read_description): Don't set
8238 arm_linux_has_wmmx_registers.
8239 * arm-tdep.c (arm_gdbarch_init): Set
8240 tdep->have_wmmx_registers according target descriptions.
8241 * arm-tdep.h (struct gdbarch_tdep) <have_wmmx_registers>: New
8242 field.
8243
8244 2015-05-28 Yao Qi <yao.qi@linaro.org>
8245
8246 * arm-linux-nat.c (arm_linux_vfp_register_count): Remove.
8247 (fetch_vfp_regs): Use vfp_register_count from gdbarch_tdep
8248 instead of arm_linux_vfp_register_count.
8249 (store_vfp_regs): Likewise.
8250 (arm_linux_fetch_inferior_registers): Likewise.
8251 (arm_linux_store_inferior_registers): Likewise.
8252 (arm_linux_read_description): Don't set
8253 arm_linux_vfp_register_count.
8254 * arm-linux-tdep.c (arm_linux_iterate_over_regset_sections):
8255 Adjust.
8256 * arm-tdep.c (arm_gdbarch_init): Add assert on
8257 vfp_register_count.
8258 * arm-tdep.h (struct gdbarch_tdep) <have_vfp_registers>: Rename
8259 field to vfp_register_count. All users updated.
8260
8261 2015-05-28 Kyle Huey <me@kylehuey.com> (tiny patch)
8262
8263 * gdb/arm-tdep.c (arm_gdbarch_init): Perform arm_abi detection on
8264 ELFOSABI_GNU binaries.
8265
8266 2015-05-27 Doug Evans <dje@google.com>
8267
8268 * dwarf2read.c (lnp_state_machine): New typedef.
8269 (lnp_reader_state): New typedef.
8270 (dwarf_record_line_1): Renamed from dwarf_record_line.
8271 All callers updated.
8272 (dwarf_record_line): New function.
8273 (init_lnp_state_machine): New function.
8274 (check_line_address): Replace p_record_line parameter with state.
8275 All callers updated.
8276 (dwarf_decode_lines_1): Call dwarf_record_line, init_lnp_state_machine.
8277 Update to record state in lnp_state_machine.
8278
8279 2015-05-27 Doug Evans <dje@google.com>
8280
8281 * dwarf2read.c (record_line_ftype): New typedef.
8282 (check_line_address): New function.
8283 (dwarf_decode_lines_1): Call it.
8284
8285 2015-05-27 Doug Evans <dje@google.com>
8286
8287 * NEWS: Mention "set debug dwarf-line".
8288 * dwarf2read.c (dwarf_line_debug): New static global.
8289 (add_include_dir): Add debug dwarf-line support.
8290 (add_file_name, dwarf_record_line, dwarf_finish_line): Ditto.
8291 (_initialize_dwarf2_read): New parameter "debug dwarf-line".
8292
8293 2015-05-27 Doug Evans <dje@google.com>
8294
8295 * cp-namespace.c (cp_lookup_nested_symbol): New arg "domain".
8296 All callers updated.
8297 (cp_lookup_nested_symbol_1, find_symbol_in_baseclass): Ditto.
8298 * cp-support.h (cp_lookup_nested_symbol): Update.
8299
8300 2015-05-27 Doug Evans <dje@google.com>
8301
8302 PR symtab/18258
8303 * block.c (block_find_symbol): New function.
8304 (block_find_non_opaque_type): Ditto.
8305 (block_find_non_opaque_type_preferred): Ditto.
8306 * block.h (block_symbol_matcher_ftype): New typedef.
8307 (block_find_symbol): Declare.
8308 (block_find_non_opaque_type): Ditto.
8309 (block_find_non_opaque_type_preferred): Ditto.
8310 * dwarf2read.c (dw2_lookup_symbol): Call block_find_symbol.
8311 * psymtab.c (psym_lookup_symbol): Ditto.
8312 * symtab.c (basic_lookup_transparent_type_1): New function.
8313 (basic_lookup_transparent_type): Call it.
8314
8315 2015-05-27 Yao Qi <yao.qi@linaro.org>
8316
8317 * aarch64-tdep.c (aarch64_record_data_proc_simd_fp): Return
8318 AARCH64_RECORD_UNKNOWN for unknown instruction encoding.
8319
8320 2015-05-27 Yao Qi <yao.qi@linaro.org>
8321
8322 * aarch64-tdep.c (aarch64_record_branch_except_sys): Split lines
8323 before operator &&.
8324 (aarch64_record_load_store): Likewise.
8325
8326 2015-05-26 Doug Evans <dje@google.com>
8327
8328 PR c++/18141, c++/18417.
8329 * cp-support.c (cp_lookup_rtti_type): Handle the case of NAME being
8330 a typedef.
8331
8332 2015-05-26 Doug Evans <dje@google.com>
8333
8334 * NEWS: Add entries for command renamings.
8335 * dwarf2read.c (dwarf_read_debug): Renamed from dwarf2_read_debug.
8336 All uses updated.
8337 (dwarf_die_debug): Renamed from dwarf2_die_debug. All uses updated.
8338 (dwarf_max_cache_age): Renamed from dwarf2_max_cache_age.
8339 All uses updated.
8340 (show_dwarf_max_cache_age): Renamed from show_dwarf2_max_cache_age.
8341 All callers updated. Fix spelling of DWARF in help text.
8342 (set_dwarf_cmdlist): Renamed from set_dwarf2_cmdlist.
8343 All uses updated.
8344 (show_dwarf_cmdlist): Renamed from show_dwarf2_cmdlist.
8345 All uses updated.
8346 (set_dwarf_cmd): Renamed from set_dwarf2_cmd. All callers updated.
8347 (show_dwarf_cmd): Renamed from show_dwarf2_cmd. All callers updated.
8348 (dwarf_always_disassemble): Renamed from dwarf_always_disassemble.
8349 All uses updated.
8350 (show_dwarf_always_disassemble): Renamed from
8351 show_dwarf2_always_disassemble. All callers updated.
8352 (_initialize_dwarf2_read): Rename "set/show dwarf2" prefix to
8353 "set/show dwarf". Rename "set/show dwarf2 max-cache-age" to
8354 "set/show dwarf max-cache-age". Rename
8355 "set/show dwarf2 always-disassemble" to
8356 "set/show dwarf always-disassemble". Rename
8357 "set/show debug dwarf2-read" to "set/show debug dwarf-read". Rename
8358 "set/show debug dwarf2-die" to "set/show debug dwarf-die".
8359
8360 2015-05-26 Doug Evans <dje@google.com>
8361
8362 PR python/18438
8363 * python/py-lazy-string.c (stpy_convert_to_value): Use
8364 gdbpy_gdb_memory_error not PyExc_MemoryError.
8365 (gdbpy_create_lazy_string_object): Ditto.
8366
8367 2015-05-26 Andrew Burgess <andrew.burgess@embecosm.com>
8368
8369 * tui/tui-regs.c (tui_reg_next_command): Compare against NULL.
8370
8371 2015-05-26 Andrew Burgess <andrew.burgess@embecosm.com>
8372
8373 * tui/tui-regs.c (tui_reg_prev_command): New function.
8374 (_initialize_tui_regs): Add 'prev' command for 'tui reg'.
8375 * reggroups.c (reggroup_prev): New function.
8376 * reggroups.h (reggroup_prev): Add declaration. Update comment.
8377
8378 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
8379 Yao Qi <yao.qi@linaro.org>
8380
8381 * aarch64-linux-tdep.c: Include linux-record.h and
8382 record-full.h.
8383 (struct linux_record_tdep aarch64_linux_record_tdep): Declare.
8384 (aarch64_syscall): New enum.
8385 (aarch64_canonicalize_syscall): New function.
8386 (aarch64_all_but_pc_registers_record): New function.
8387 (aarch64_linux_syscall_record): New function.
8388 (aarch64_linux_init_abi): Install AArch64 process record
8389 handler. Update to handle syscall recording.
8390 * aarch64-tdep.c: Include record.h and record-full.h.
8391 (submask, bit, bits, REG_ALLOC, MEM_ALLOC): New macros.
8392 (struct aarch64_mem_r): Define.
8393 (aarch64_record_result): New enum.
8394 (struct insn_decode_record): Define.
8395 (insn_decode_record): New typedef.
8396 (aarch64_record_data_proc_reg): New function.
8397 (aarch64_record_data_proc_imm): New function.
8398 (aarch64_record_branch_except_sys): New function.
8399 (aarch64_record_load_store): New function.
8400 (aarch64_record_data_proc_simd_fp): New function.
8401 (aarch64_record_asimd_load_store): New function.
8402 (aarch64_record_decode_insn_handler): New function.
8403 (deallocate_reg_mem): New function.
8404 (aarch64_process_record): New function.
8405 * aarch64-tdep.h (struct gdbarch_tdep) <aarch64_syscall_record>:
8406 New field.
8407 (aarch64_process_record): New extern declaration.
8408 * configure.tgt: Add linux-record.o to gdb_target_obs.
8409 * linux-record.h (struct linux_record_tdep) <arg7>: New field.
8410
8411 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
8412
8413 * NEWS: Add a note on process record-replay support on aarch64*-linux*
8414 targets.
8415
8416 2015-05-26 Martin Galvan <martin.galvan@tallertechnologies.com>
8417
8418 * amd64-tdep.c: Replace in_function_epilogue_p with
8419 stack_frame_destroyed_p throughout.
8420 * arch-utils.c: Ditto.
8421 * arch-utils.h: Ditto.
8422 * arm-tdep.c: Ditto.
8423 * breakpoint.c: Ditto.
8424 * gdbarch.sh: Ditto.
8425 * hppa-tdep.c: Ditto.
8426 * i386-tdep.c: Ditto.
8427 * mips-tdep.c: Ditto.
8428 * nios2-tdep.c: Ditto.
8429 * rs6000-tdep.c: Ditto.
8430 * s390-linux-tdep.c: Ditto.
8431 * score-tdep.c: Ditto.
8432 * sh-tdep.c: Ditto.
8433 * sparc-tdep.c: Ditto.
8434 * sparc-tdep.h: Ditto.
8435 * sparc64-tdep.c: Ditto.
8436 * spu-tdep.c: Ditto.
8437 * tic6x-tdep.c: Ditto.
8438 * tilegx-tdep.c: Ditto.
8439 * xstormy16-tdep.c: Ditto.
8440 * gdbarch.c, gdbarch.h: Re-generated.
8441
8442 2015-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
8443
8444 * NEWS: Mention 'tui enable' and 'tui disable'.
8445 * tui/tui.c (tui_enable_command): New function.
8446 (tui_disable_command): New function.
8447 (_initialize_tui): New function.
8448
8449 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
8450
8451 * tui/tui-regs.c (tui_reg_next_command): Use NULL not 0.
8452
8453 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
8454
8455 * tui/tui-layout.c (tui_set_layout_for_display_command): Ensure
8456 buf_ptr is freed.
8457
8458 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
8459
8460 * tui/tui-layout.c (tui_layout_command): Move call to tui_enable
8461 into ...
8462 (tui_set_layout_for_display_command): ...here, before calling
8463 tui_set_layout. Only set the layout if gdb has not already
8464 entered the TUI_FAILURE state.
8465
8466 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
8467
8468 * tui/tui-layout.c (layout_completer): New function.
8469 (_initialize_tui_layout): Set completer on layout command.
8470
8471 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
8472
8473 * tui/tui-layout.c (tui_set_layout): Remove
8474 tui_register_display_type parameter. Remove all checking of this
8475 parameter, and reindent function. Update header comment.
8476 (tui_set_layout_for_display_command): Rename to...
8477 (tui_set_layout_by_name): ...this, and don't check for different
8478 register class types, don't pass a tui_register_display_type to
8479 tui_set_layout. Update header comment.
8480 (layout_names): Remove register set specific names.
8481 * tui/tui-layout.h (tui_set_layout): Remove
8482 tui_register_display_type parameter.
8483 * tui/tui.c (tui_rl_change_windows): Don't pass a
8484 tui_register_display_type to tui_set_layout.
8485 (tui_rl_delete_other_windows): Likewise.
8486 (tui_enable): Likewise.
8487 * tui/tui-data.h (TUI_FLOAT_REGS_NAME): Remove.
8488 (TUI_FLOAT_REGS_NAME_LOWER): Remove.
8489 (TUI_GENERAL_REGS_NAME): Remove.
8490 (TUI_GENERAL_REGS_NAME_LOWER): Remove.
8491 (TUI_SPECIAL_REGS_NAME): Remove.
8492 (TUI_SPECIAL_REGS_NAME_LOWER): Remove.
8493 (TUI_GENERAL_SPECIAL_REGS_NAME): Remove.
8494 (TUI_GENERAL_SPECIAL_REGS_NAME_LOWER): Remove.
8495 (enum tui_register_display_type): Remove.
8496 (struct tui_layout_def): Remove regs_display_type and
8497 float_regs_display_type fields.
8498 (struct tui_data_info): Remove regs_display_type field.
8499 (tui_layout_command): Use new name for
8500 tui_set_layout_for_display_command.
8501 * tui/tui-data.c (layout_def): Don't initialise removed fields.
8502 (tui_clear_win_detail): Don't initialise removed fields of
8503 win_info.
8504 * tui/tui-regs.c (tui_show_registers): Use new name for
8505 tui_set_layout_for_display_command.
8506 * tui/tui.h (tui_set_layout_for_display_command): Rename
8507 declaration to...
8508 (tui_set_layout_by_name): ...this.
8509 * printcmd.c (display_command): Remove tui related layout call,
8510 and reindent.
8511
8512 2015-05-20 Joel Brobecker <brobecker@adacore.com>
8513
8514 * infrun.c (handle_inferior_event_1): Renames handle_inferior_event.
8515 (handle_inferior_event): New function.
8516
8517 2015-05-20 Joel Brobecker <brobecker@adacore.com>
8518
8519 * ada-lang.c (to_fixed_array_type): Rename local variable
8520 typename into type_name.
8521
8522 2015-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
8523
8524 Fix ASAN crash for gdb.compile/compile.exp.
8525 * infcall.c (call_function_by_hand_dummy): Use xstrdup for NAME.
8526
8527 2015-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
8528
8529 * compile/compile-c-symbols.c (convert_symbol_sym, gcc_convert_symbol)
8530 (gcc_symbol_address): Change gdb_stdout to gdb_stdlog.
8531 * compile/compile-object-load.c (setup_sections, compile_object_load):
8532 Likewise.
8533 * compile/compile.c (compile_to_object): Likewise.
8534
8535 2015-05-16 Doug Evans <xdje42@gmail.com>
8536
8537 * NEWS: Mention support for unbuffered Guile memory ports.
8538 * scm-ports.c (ioscm_memory_port): Update comments on end, size.
8539 (ioscm_lseek_address): Improve overflow calculation.
8540 (gdbscm_memory_port_fill_input): Add assert.
8541 (gdbscm_memory_port_write): Handle unbuffered ports.
8542 Handle large writes identical to Guile's fport_write.
8543 (gdbscm_memory_port_seek): Fix seeking past end check.
8544 (gdbscm_memory_port_close): Handle closing unbuffered port.
8545 (ioscm_parse_mode_bits): Recognize "0" for unbuffered ports.
8546 (ioscm_init_memory_port): Handle unbuffered ports.
8547 (ioscm_reinit_memory_port): Ditto.
8548 (ioscm_init_memory_port): Update size calculation.
8549 (gdbscm_open_memory): Support zero sized ports.
8550
8551 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
8552
8553 * compile/compile-object-load.c (get_out_value_type): Fix uninitialized
8554 variable compiler warnings.
8555
8556 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
8557
8558 * compile/compile-object-load.c (get_out_value_type): Fix returned type.
8559
8560 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
8561 Phil Muldoon <pmuldoon@redhat.com>
8562
8563 * NEWS (Changes since GDB 7.9): Add compile print.
8564 * compile/compile-c-support.c (add_code_header, add_code_footer)
8565 (c_compute_program): Add COMPILE_I_PRINT_ADDRESS_SCOPE and
8566 COMPILE_I_PRINT_VALUE_SCOPE.
8567 * compile/compile-internal.h (COMPILE_I_PRINT_OUT_ARG_TYPE)
8568 (COMPILE_I_PRINT_OUT_ARG, COMPILE_I_EXPR_VAL, COMPILE_I_EXPR_PTR_TYPE):
8569 New.
8570 * compile/compile-object-load.c: Include block.h.
8571 (get_out_value_type): New function.
8572 (compile_object_load): Handle COMPILE_I_PRINT_ADDRESS_SCOPE and
8573 COMPILE_I_PRINT_VALUE_SCOPE. Set compile_module's OUT_VALUE_ADDR and
8574 OUT_VALUE_TYPE.
8575 * compile/compile-object-load.h (struct compile_module): Add fields
8576 out_value_addr and out_value_type.
8577 * compile/compile-object-run.c: Include valprint.h and compile.h.
8578 (struct do_module_cleanup): Add fields out_value_addr and
8579 out_value_type.
8580 (do_module_cleanup): Handle COMPILE_I_PRINT_ADDRESS_SCOPE and
8581 COMPILE_I_PRINT_VALUE_SCOPE.
8582 (compile_object_run): Propagate out_value_addr and out_value_type.
8583 Pass OUT_VALUE_ADDR.
8584 * compile/compile.c: Include valprint.h.
8585 (compile_print_value, compile_print_command): New functions.
8586 (eval_compile_command): Handle failed COMPILE_I_PRINT_ADDRESS_SCOPE.
8587 (_initialize_compile): Update compile code help text. Install
8588 compile_print_command.
8589 * compile/compile.h (compile_print_value): New prototype.
8590 * defs.h (enum compile_i_scope_types): Add
8591 COMPILE_I_PRINT_ADDRESS_SCOPE and COMPILE_I_PRINT_VALUE_SCOPE.
8592
8593 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
8594
8595 * compile/compile-object-load.c (get_regs_type): Add parameter func_sym.
8596 Rely on its parameter count.
8597 (compile_object_load): Replace lookup_minimal_symbol_text by
8598 lookup_global_symbol_from_objfile. Verify FUNC_SYM. Set it in the
8599 return value.
8600 * compile/compile-object-load.h (struct compile_module): Replace
8601 func_addr by func_sym.
8602 * compile/compile-object-run.c: Include block.h.
8603 (compile_object_run): Reset module variable after it is freed. Use
8604 FUNC_SYM instead of FUNC_ADDR. Rely on it.
8605
8606 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
8607
8608 * compile/compile-c-support.c (print_one_macro): Use #ifndef.
8609 (generate_register_struct): Use __gdb_uintptr for TYPE_CODE_PTR.
8610 (c_compute_program): Call generate_register_struct after typedefs.
8611 * compile/compile-loc2c.c (push, pushf_register_address)
8612 (pushf_register): Cast to GCC_UINTPTR.
8613 (do_compile_dwarf_expr_to_c): Use unused attribute. Add space after
8614 type. Use GCC_UINTPTR instead of void *. Remove excessive cast.
8615 (compile_dwarf_expr_to_c): Use GCC_UINTPTR instead of void *.
8616 * compile/compile.c (_initialize_compile): Enable warnings for
8617 COMPILE_ARGS.
8618
8619 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
8620
8621 * cli/cli-script.c (execute_control_command): Update
8622 eval_compile_command caller.
8623 * compile/compile-object-load.c (compile_object_load): Add parameters
8624 scope and scope_data. Set them.
8625 * compile/compile-object-load.h (struct compile_module): Add fields
8626 scope and scope_data.
8627 (compile_object_load): Add parameters scope and scope_data.
8628 * compile/compile-object-run.c (struct do_module_cleanup): Add fields
8629 scope and scope_data.
8630 (compile_object_run): Propagate the fields scope and scope_data.
8631 * compile/compile.c (compile_file_command, compile_code_command):
8632 Update eval_compile_command callers.
8633 (eval_compile_command): Add parameter scope_data. Pass it plus scope.
8634 * compile/compile.h (eval_compile_command): Add parameter scope_data.
8635 * defs.h (struct command_line): Add field scope_data.
8636
8637 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
8638
8639 * printcmd.c (struct format_data): Move it to valprint.h.
8640 (print_command_parse_format, print_value): New functions from ...
8641 (print_command_1): ... here. Call them.
8642 * valprint.h (struct format_data): Move it here from printcmd.c.
8643 (print_command_parse_format, print_value): New declarations.
8644
8645 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
8646
8647 * compile/compile-object-load.c (compile_object_load): Add
8648 COMPILE_DEBUG message.
8649
8650 2015-05-15 Jerome Guitton <guitton@adacore.com>
8651
8652 * ada-lang.c (ada_value_ptr_subscript): Use enum position of
8653 index to get element instead of enum value.
8654 (ada_value_slice_from_ptr, ada_value_slice): Use enum position
8655 of index to compute length, but enum values to compute bounds.
8656 (ada_array_length): Use enum position of index instead of enum value.
8657 (pos_atr): Move position computation to...
8658 (ada_evaluate_subexp): Use enum values to compute bounds.
8659 * gdbtypes.c (discrete_position): ...this new function.
8660 * gdbtypes.h (discrete_position): New function declaration.
8661 * valprint.c (val_print_array_elements): Call discrete_position
8662 to handle array indexed by non-contiguous enumeration types.
8663
8664 2015-05-15 Jerome Guitton <guitton@adacore.com>
8665
8666 * ada-lang.c (find_parallel_type_by_descriptive_type):
8667 Go through typedefs during lookup.
8668 (to_fixed_array_type): Add support for non-bit packed arrays
8669 as variable-length fields.
8670
8671 2015-05-15 Pedro Alves <palves@redhat.com>
8672 Simon Marchi <simon.marchi@ericsson.com>
8673
8674 * event-loop.c (gdb_notifier) <next_file_handler,
8675 next_poll_fds_index>: New fields.
8676 (get_next_file_handler_to_handle_and_advance): New function.
8677 (delete_file_handler): If deleting the next file handler to
8678 handle, advance to the next file handler.
8679 (gdb_wait_for_event): Bail early if no event fired. Poll file
8680 handlers in round-robin fashion.
8681
8682 2015-05-15 Pedro Alves <palves@redhat.com>
8683
8684 * linux-tdep.c (linux_find_memory_regions_full): Rename local
8685 'private' to 'priv'.
8686
8687 2015-05-15 Pedro Alves <palves@redhat.com>
8688
8689 * nat/linux-nat.h: Include "target/waitstatus.h".
8690
8691 2015-05-15 Yuanhui Zhang <asmwarrior@gmail.com>
8692
8693 * python/py-unwind.c (struct reg_info): Move out of ...
8694 (struct cached_frame_info): ... this scope.
8695 (pending_frame_object_type, unwind_info_object_type): Make extern.
8696
8697 2015-05-15 Joel Brobecker <brobecker@adacore.com>
8698
8699 * ada-lang.c (ada_value_primitive_packed_val): Make sure
8700 accumSize is never negative.
8701
8702 2015-05-14 Patrick Palka <patrick@parcs.ath.cx>
8703
8704 * tui/tui-command.c: Remove include of <ctype.h>.
8705 (tui_dispatch_ctrl_char): Remove workaround for xterm terminals.
8706
8707 2015-05-13 Martin Galvan <martin.galvan@tallertechnologies.com>
8708
8709 * dwarf2read.c (die_needs_namespace): Return 1 for
8710 DW_TAG_inlined_subroutine.
8711
8712 2015-05-13 Jan Kratochvil <jan.kratochvil@redhat.com>
8713
8714 * regcache.c (regcache_cpy_no_passthrough): New declaration.
8715 (regcache_cpy_no_passthrough): Make it static, add function comment.
8716 * regcache.h (regcache_dup, regcache_cpy): Reduce/update their comment.
8717 (regcache_cpy_no_passthrough): Remove declaration.
8718
8719 2015-05-13 Jan Kratochvil <jan.kratochvil@redhat.com>
8720
8721 * gdbthread.h (struct thread_control_state): Update comment for
8722 proceed_to_finish.
8723 * infcall.c (run_inferior_call): Update comment about
8724 proceed_to_finish.
8725 * infcmd.c (get_return_value): Update comment about stop_registers.
8726 (finish_forward): Update comment about proceed_to_finish.
8727 * infrun.c (stop_registers): Remove.
8728 (clear_proceed_status, normal_stop): Remove stop_registers handling.
8729 * infrun.h (stop_registers): Remove.
8730
8731 2015-05-13 Jan Kratochvil <jan.kratochvil@redhat.com>
8732
8733 * infcall.c (struct dummy_frame_context_saver)
8734 (dummy_frame_context_saver_data_free, dummy_frame_context_saver_dtor)
8735 (dummy_frame_context_saver_drop, dummy_frame_context_saver_cleanup)
8736 (dummy_frame_context_saver_get_regs, dummy_frame_context_saver_setup):
8737 New.
8738 (call_function_by_hand_dummy): Move discard_cleanups of
8739 inf_status_cleanup before dummy_frame_push. Call
8740 dummy_frame_context_saver_setup and prepare context_saver_cleanup.
8741 Use dummy_frame_context_saver_get_regs instead of stop_registers.
8742 * infcall.h (struct dummy_frame_context_saver)
8743 (dummy_frame_context_saver_drop, dummy_frame_context_saver_cleanup)
8744 (dummy_frame_context_saver_get_regs, dummy_frame_context_saver_setup):
8745 New declarations.
8746 * infcmd.c: Include infcall.h.
8747 (get_return_value): Add parameter ctx_saver, use it instead of
8748 stop_registers.
8749 (print_return_value): Add parameter ctx_saver, pass it.
8750 (struct finish_command_continuation_args): Add field ctx_saver.
8751 (finish_command_continuation): Update print_return_value caller.
8752 (finish_command_continuation_free_arg): Free also ctx_saver.
8753 (finish_forward): Call dummy_frame_context_saver_setup.
8754 * inferior.h (struct dummy_frame_context_saver): New declaration.
8755 (get_return_value): Add parameter ctx_saver.
8756 * python/py-finishbreakpoint.c (bpfinishpy_pre_stop_hook): Update
8757 get_return_value caller.
8758
8759 2015-05-13 Jan Kratochvil <jan.kratochvil@redhat.com>
8760
8761 * dummy-frame.c (struct dummy_frame_dtor_list): New.
8762 (struct dummy_frame): Replace dtor and dtor_data by dtor_list.
8763 (remove_dummy_frame): Process dtor_list.
8764 (pop_dummy_frame): Process dtor_list.
8765 (register_dummy_frame_dtor): Maintain dtor_list.
8766 (find_dummy_frame_dtor): Handle dtor_list.
8767 * dummy-frame.h (register_dummy_frame_dtor, find_dummy_frame_dtor):
8768 Update comments.
8769
8770 2015-05-13 Jan Kratochvil <jan.kratochvil@redhat.com>
8771
8772 * compile/compile-object-run.c (do_module_cleanup): Add parameter
8773 registers_valid.
8774 (compile_object_run): Update do_module_cleanup caller.
8775 * dummy-frame.c: Include infcall.h.
8776 (struct dummy_frame): Update dtor comment.
8777 (remove_dummy_frame): Call dtor.
8778 (pop_dummy_frame): Update dtor caller.
8779 * dummy-frame.h (dummy_frame_dtor_ftype): Add parameter
8780 registers_valid.
8781
8782 2015-05-13 Joel Brobecker <brobecker@adacore.com>
8783
8784 GDB 7.9.1 released.
8785
8786 2015-05-13 Joel Brobecker <brobecker@adacore.com>
8787
8788 * NEWS: Create "Changes in GDB 7.9.1" section. Move news about
8789 Xmethods now being able to specify a result type to that new
8790 sectioin.
8791
8792 2015-05-13 Patrick Palka <patrick@parcs.ath.cx>
8793
8794 * tui/tui-win.c (tui_async_resize_screen): Clear win_resized
8795 first before resizing the window.
8796 * tui/tui.c (tui_enable): Likewise.
8797
8798 2015-05-13 Jan Kratochvil <jan.kratochvil@redhat.com>
8799
8800 * dummy-frame.c (struct dummy_frame): Use proper typedef for dtor.
8801 * dummy-frame.h (dummy_frame_dtor_ftype): Add its comment.
8802 * infcall.c (call_function_by_hand_dummy): Use proper typedef for
8803 dummy_dtor parameter.
8804 * infcall.h: Include dummy-frame.h.
8805 (call_function_by_hand_dummy_dtor_ftype): Remove.
8806 (call_function_by_hand_dummy): Use proper typedef for dummy_dtor
8807 parameter.
8808
8809 2015-05-13 Patrick Palka <patrick@parcs.ath.cx>
8810
8811 PR gdb/17820
8812 * top.c (history_size_setshow_var): Change type to signed.
8813 Initialize to -2. Update documentation.
8814 (set_readline_history_size): Define.
8815 (set_history_size_command): Use it. Remove logic for handling
8816 out-of-range sizes.
8817 (init_history): Use set_readline_history_size(). Test for a
8818 value of -2 instead of 0 when determining whether to set a
8819 default history size.
8820 (init_main): Decode the argument of the "size" command as a
8821 zuinteger_unlimited.
8822
8823 2015-05-12 Doug Evans <dje@google.com>
8824
8825 * dwarf2read.c (struct file_entry): Tweak comments.
8826 (get_debug_line_section): Tweak comments.
8827
8828 2015-05-12 Don Breazeal <donb@codesourcery.com>
8829
8830 * NEWS: Announce fork support in the RSP and support
8831 for fork debugging in extended mode.
8832
8833 2015-05-12 Don Breazeal <donb@codesourcery.com>
8834
8835 * remote.c (remote_insert_fork_catchpoint): New function.
8836 (remote_remove_fork_catchpoint): New function.
8837 (remote_insert_vfork_catchpoint): New function.
8838 (remote_remove_vfork_catchpoint): New function.
8839 (pending_fork_parent_callback): New function.
8840 (remove_new_fork_child): New function.
8841 (remote_update_thread_list): Call remote_notif_get_pending_events
8842 and remove_new_fork_child.
8843 (extended_remote_kill): Kill fork child when killing the
8844 parent before follow_fork completes.
8845 (init_extended_remote_ops): Initialize target vector with
8846 new fork catchpoint functions.
8847
8848 2015-05-12 Don Breazeal <donb@codesourcery.com>
8849
8850 * remote.c (remove_vfork_event_p): New function.
8851 (remote_follow_fork): Add vfork event type to event checking.
8852 (remote_parse_stop_reply): New stop reasons "vfork" and
8853 "vforkdone" for RSP 'T' Stop Reply Packet.
8854
8855 2015-05-12 Don Breazeal <donb@codesourcery.com>
8856
8857 * linux-nat.c (linux_nat_ptrace_options): New function.
8858 (linux_init_ptrace, wait_lwp, linux_nat_filter_event):
8859 Call linux_nat_ptrace_options and use different argument to
8860 linux_enable_event_reporting.
8861 (_initialize_linux_nat): Delete call to
8862 linux_ptrace_set_additional_flags.
8863 * nat/linux-ptrace.c (current_ptrace_options): Rename to
8864 supported_ptrace_options.
8865 (additional_flags): Delete variable.
8866 (linux_check_ptrace_features): Use supported_ptrace_options.
8867 (linux_test_for_tracesysgood, linux_test_for_tracefork):
8868 Likewise, and remove additional_flags check.
8869 (linux_enable_event_reporting): Change 'attached' argument to
8870 'options'. Use supported_ptrace_options.
8871 (ptrace_supports_feature): Change comment. Use
8872 supported_ptrace_options.
8873 (linux_ptrace_set_additional_flags): Delete function.
8874 * nat/linux-ptrace.h (linux_ptrace_set_additional_flags):
8875 Delete function prototype.
8876 * remote.c (remote_fork_event_p): New function.
8877 (remote_detach_pid): New function.
8878 (remote_detach_1): Call remote_detach_pid, don't mourn inferior
8879 if doing detach-on-fork.
8880 (remote_follow_fork): New function.
8881 (remote_parse_stop_reply): Handle new "T" stop reason "fork".
8882 (remote_pid_to_str): Print "process" strings for pid/0/0 ptids.
8883 (init_extended_remote_ops): Initialize to_follow_fork.
8884
8885 2015-05-12 Don Breazeal <donb@codesourcery.com>
8886
8887 * nat/linux-ptrace.c (linux_check_ptrace_features): Change
8888 from static to extern.
8889 * nat/linux-ptrace.h (linux_check_ptrace_features): Declare.
8890 * remote.c (anonymous enum): <PACKET_fork_event_feature,
8891 * PACKET_vfork_event_feature>: New enumeration constants.
8892 (remote_protocol_features): Add table entries for new packets.
8893 (remote_query_supported): Add new feature queries to qSupported
8894 packet.
8895
8896 2015-05-12 Gary Benson <gbenson@redhat.com>
8897
8898 * remote.c (remote_add_inferior): Call exec_file_locate_attach
8899 for fake PIDs as well as real ones.
8900 (remote_pid_to_exec_file): Send empty annex if PID is fake.
8901
8902 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
8903
8904 * NEWS (Python Scripting): Mention the new gdb.Value methods.
8905 * python/py-value.c (valpy_reference_value): New function.
8906 (valpy_const_value): Likewise.
8907 (value_object_methods): Add new methods.
8908 * value.c (make_cv_value): New function.
8909 * value.h (make_cv_value): Declare.
8910
8911 2015-05-08 Yao Qi <yao@codesourcery.com>
8912 Sandra Loosemore <sandra@codesourcery.com>
8913
8914 * dwarf2read.c (setup_type_unit_groups): Do NULL pointer check
8915 to 'lh->include_dirs' before accessing to it.
8916 (psymtab_include_file_name): Likewise.
8917 (dwarf_decode_lines_1): Likewise.
8918 (dwarf_decode_lines): Likewise.
8919 (file_file_name): Likewise.
8920
8921 2015-05-08 Sandra Loosemore <sandra@codesourcery.com>
8922
8923 * nios2-linux-tdep.c (NIOS2_SIGRETURN_TRAMP_ADDR): Define.
8924 (NIOS2_SIGRETURN_REGSAVE_OFFSET): Define.
8925 (nios2_linux_rt_sigreturn_init): Adjust base address of
8926 register save area.
8927
8928 2015-05-08 Sandra Loosemore <sandra@codesourcery.com>
8929
8930 * nios2-tdep.c (nios2_breakpoint_from_pc): Revert to using
8931 "trap 31" as the breakpoint instruction on all targets.
8932
8933 2015-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
8934
8935 * infcmd.c (print_return_value): Remove unused declaration.
8936
8937 2015-05-08 Joel Brobecker <brobecker@adacore.com>
8938
8939 * dwarf2read.c (attr_to_dynamic_prop)
8940 <DW_AT_data_member_location>: Use read_type_die isntead of
8941 get_die_type.
8942
8943 2015-05-08 Joel Brobecker <brobecker@adacore.com>
8944
8945 * ada-lang.c (ada_convert_actual): Add handling of formals
8946 passed inside an aligner type.
8947
8948 2015-05-08 Joel Brobecker <brobecker@adacore.com>
8949
8950 * copyright.py (NOT_FSF_LIST): Remove sim/erc32 entries.
8951
8952 2015-05-08 Siva Chandra Reddy <sivachandra@google.com>
8953
8954 PR python/18291
8955 * python/lib/gdb/command/xmethods.py (print_xm_info): Fix typo.
8956 Print xmethod matcher status.
8957
8958 2015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
8959
8960 * s390-linux-nat.c (fill_gregset): Avoid relying on the PSWA
8961 register in the regcache when treating the PSWM register, and vice
8962 versa.
8963
8964 2015-05-07 Gary Benson <gbenson@redhat.com>
8965
8966 * linux-thread-db.c (struct thread_db_info)
8967 <td_ta_map_id2thr_p>: Remove field.
8968 (try_thread_db_load_1): Remove initialization for the above.
8969
8970 2015-05-07 Gary Benson <gbenson@redhat.com>
8971
8972 * linux-thread-db.c (struct thread_db_info)
8973 <td_thr_validate_p>: Remove field.
8974 (try_thread_db_load_1): Remove initialization for the above.
8975
8976 2015-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
8977
8978 * compile/compile-object-load.c (compile_object_load): Support
8979 mst_text_gnu_ifunc.
8980
8981 2015-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
8982
8983 * compile/compile.c (compile_to_object): Make the cmd_string parameter
8984 const. Use new variables for the const compatibility.
8985 (eval_compile_command): Make the cmd_string parameter const.
8986 * compile/compile.h (eval_compile_command): Make the cmd_string
8987 parameter const.
8988
8989 2015-05-06 Joel Brobecker <brobecker@adacore.com>
8990
8991 * defs.h (deprecated_init_ui_hook): Delete. Remove associated
8992 comment.
8993 * top.c (deprecated_init_ui_hook): Delete.
8994 (gdb_init): Remove handling of deprecated_init_ui_hook.
8995 * interps.c (clear_interpreter_hooks): Remove handling of
8996 deprecated_init_ui_hook.
8997 * main.c (captured_main): Update comment.
8998
8999 2015-05-06 Joel Brobecker <brobecker@adacore.com>
9000
9001 * solib.c (_initialize_solib): Add "info dll" alias creation.
9002 * windows-nat.c (set_windows_aliases): Delete.
9003 (_initialize_windows_nat): Remove deprecated_init_ui_hook
9004 assignment.
9005 * NEWS: Add news entry about "info dll" now being available
9006 on all platforms.
9007
9008 2015-05-05 Joel Brobecker <brobecker@adacore.com>
9009
9010 * ada-lang.c (value_assign_to_component): Reformat and improve
9011 documentation. Remove all trailing spaces.
9012
9013 2015-05-05 Joel Brobecker <brobecker@adacore.com>
9014
9015 * inline-frame.c (inline_frame_sniffer, skip_inline_frames):
9016 Stop counting inlined frames as soon as an out-of-line function
9017 is found.
9018
9019 2014-05-05 Pierre-Marie de Rodat <derodat@adacore.com>
9020
9021 * dwarf2read.c (inherit_abstract_dies): Skip
9022 DW_TAG_GNU_call_site dies while inheriting children of an
9023 abstract DIE into a scope.
9024 (read_lexical_block_scope): Inherit abstract DIE's for
9025 lexical scopes.
9026
9027 2015-05-05 Joel Brobecker <brobecker@adacore.com>
9028
9029 * ada-valprint.c (val_print_packed_array_elements): Delete
9030 variable "len". Add a type-length check when comparing two
9031 consecutive elements of the array. Use the element's actual
9032 length in call to value_contents_eq.
9033 * ada-lang.c (ada_value_primitive_packed_val): Always return
9034 a value whose type has been resolved.
9035
9036 2015-05-05 Joel Brobecker <brobecker@adacore.com>
9037
9038 * ada-lang.c (ada_value_primitive_packed_val): Recompute
9039 BIT_SIZE and LEN if the size of the resolved type is smaller
9040 than BIT_SIZE * HOST_CHAR_BIT.
9041
9042 2015-05-05 Joel Brobecker <brobecker@adacore.com>
9043
9044 * ada-lang.c (ada_value_primitive_packed_val): Use a more
9045 correct address in call to value_at. Adjust call to
9046 value_address accordingly.
9047
9048 2015-05-05 Joel Brobecker <brobecker@adacore.com>
9049
9050 * ada-valprint.c (ada_val_print_1): Resolve TYPE before trying
9051 to print it.
9052
9053 2015-05-05 Joel Brobecker <brobecker@adacore.com>
9054
9055 * dwarf2loc.h (struct property_addr_info): Add "valaddr" field.
9056 * dwarf2loc.c (dwarf2_evaluate_property): Add handling of
9057 pinfo->valaddr.
9058 * gdbtypes.h (resolve_dynamic_type): Add "valaddr" parameter.
9059 * gdbtypes.c (resolve_dynamic_struct): Set pinfo.valaddr.
9060 (resolve_dynamic_type_internal): Set pinfo.valaddr.
9061 Add handling of addr_stack->valaddr.
9062 (resolve_dynamic_type): Add "valaddr" parameter.
9063 Set pinfo.valaddr field.
9064 * ada-lang.c (ada_discrete_type_high_bound): Update call to
9065 resolve_dynamic_type.
9066 (ada_discrete_type_low_bound): Likewise.
9067 * findvar.c (default_read_var_value): Likewise.
9068 * value.c (value_from_contents_and_address): Likewise.
9069
9070 2015-05-05 Joel Brobecker <brobecker@adacore.com>
9071
9072 * gdbtypes.c (resolve_dynamic_array): Use
9073 create_array_type_with_stride instead of create_array_type.
9074
9075 2015-04-30 DJ Delorie <dj@redhat.com>
9076
9077 * rl78-tdep.c (rl78_analyze_prologue): Pass RL78_ISA_DEFAULT to
9078 rl78_decode_opcode
9079
9080 2015-04-29 Doug Evans <dje@google.com>
9081
9082 PR python/18285
9083 * NEWS: Document new gdb.XMethodWorker.get_result_type method.
9084 * eval.c (evaluate_subexp_standard) <OP_FUNCALL>: Handle
9085 EVAL_AVOID_SIDE_EFFECTS for xmethods.
9086 * extension-priv.h (struct extension_language_ops)
9087 <get_xmethod_result_type>: New member.
9088 * extension.c (get_xmethod_result_type): New function.
9089 * extension.h (get_xmethod_result_type): Declare.
9090 * python/py-xmethods.c (get_result_type_method_name): New static
9091 global.
9092 (py_get_result_type_method_name): Ditto.
9093 (gdbpy_get_xmethod_result_type): New function.
9094 (gdbpy_initialize_xmethods): Initialize py_get_result_type_method_name.
9095 * python/python-internal.h (gdbpy_get_xmethod_result_type): Declare.
9096 * python/python.c (python_extension_ops): Add
9097 gdbpy_get_xmethod_result_type.
9098 * python/lib/gdb/xmethod.py (XMethodWorker): Add get_result_type.
9099 * valarith.c (value_x_binop): Handle EVAL_AVOID_SIDE_EFFECTS for
9100 xmethods.
9101 (value_x_unop): Ditto.
9102 * value.c (result_type_of_xmethod): New function.
9103 * value.h (result_type_of_xmethod): Declare.
9104
9105 2015-04-29 Gary Benson <gbenson@redhat.com>
9106
9107 * solib.c (solib_find_1): Allow fd argument to be NULL.
9108 (exec_file_find): Update comment.
9109 (solib_find): Likewise.
9110 * exec.c (exec_file_locate_attach): Use NULL as fd
9111 argument to exec_file_find to avoid having to close
9112 the opened file.
9113 * infrun.c (follow_exec): Likewise.
9114
9115 2015-04-28 Doug Evans <dje@google.com>
9116
9117 PR python/18299
9118 * python/lib/gdb/printing.py (register_pretty_printer): Handle
9119 name or __name__ attributes. Handle gdb module as first argument.
9120
9121 2015-04-28 Doug Evans <dje@google.com>
9122
9123 PR python/18089
9124 * python/py-prettyprint.c (print_children): Verify result of children
9125 iterator. Provide better error message.
9126 * python/python-internal..h (gdbpy_print_python_errors_p): Declare.
9127 * python/python.c (gdbpy_print_python_errors_p): New function.
9128
9129 2015-04-28 Doug Evans <dje@google.com>
9130
9131 * gdbtypes.h (struct cplus_struct_type) <n_baseclasses>: Fix comment.
9132
9133 2015-04-28 Sasha Smundak <asmundak@google.com>
9134
9135 * NEWS: Mention gdb.Type.optimized_out method.
9136 * python/py-type.c (typy_optimized_out): New function.
9137
9138 2015-04-28 John Baldwin <jhb@FreeBSD.org>
9139
9140 * fbsd-nat.c: Include "gdb_wait.h" instead of <sys/wait.h>.
9141
9142 2015-04-28 Patrick Palka <patrick@parcs.ath.cx>
9143
9144 * utils.c (init_page_info): Set rl_catch_sigwinch to zero.
9145 (initialize_utils): Move call of init_page_info() to ...
9146 * top.c (gdb_init): ... here.
9147
9148 2015-04-28 Patrick Palka <patrick@parcs.ath.cx>
9149
9150 * tui/tui-win.c (tui_sigwinch_handler): Remove now-stale comment.
9151 (tui_sigwinch_handler): Still update our idea of
9152 the terminal's width and height even when TUI is not active.
9153
9154 2015-04-28 Patrick Palka <patrick@parcs.ath.cx>
9155
9156 * utils.h (set_screen_width_and_height): Declare.
9157 * utils.c (set_screen_width_and_height): Define.
9158 * tui/tui-win.c (tui_update_gdb_sizes): Use it.
9159
9160 2015-04-28 Gary Benson <gbenson@redhat.com>
9161
9162 * infrun.c (solist.h): New include.
9163 (follow_exec): Use exec_file_find to prefix execd_pathname
9164 with gdb_sysroot.
9165
9166 2015-04-28 Patrick Palka <patrick@parcs.ath.cx>
9167
9168 * tui/tui-source.c (tui_set_source_content): Avoid calling
9169 strcpy() when offset is 0.
9170
9171 2015-04-28 Patrick Palka <patrick@parcs.ath.cx>
9172
9173 PR gdb/18155
9174 * tui/tui-data.c (tui_free_window): Don't free the locator
9175 window when passed an SRC_WIN or a DISASSEM_WIN.
9176
9177 2015-04-28 Patrick Palka <patrick@parcs.ath.cx>
9178
9179 * tui/tui-data.h (struct tui_win_element): Forward-declare.
9180 (tui_win_content): Move declaration.
9181 (struct tui_gen_win_info): Give 'content' field the
9182 type tui_win_content.
9183 * tui/tui-data.c (init_content_element): Remove redundant and
9184 erroneous casts.
9185 (tui_add_content_elements): Remove erroneous cast.
9186 * tui/tui-disasm.c (tui_set_disassem_content): Remove redundant
9187 casts.
9188 (tui_get_begin_asm_address): Likewise.
9189 * tui/tui-regs.c (tui_show_registers): Likewise.
9190 (tui_show_register_group): Likewise.
9191 (tui_display_registers_from): Likewise.
9192 (tui_check_register_values): Likewise.
9193 * tui/tui-source.c (tui_set_source_content): Likewise.
9194 (tui_set_source_content_nil): Likewise.
9195 (tui_source_is_displayed): Likewise.
9196 * tui/tui-stack.c (tui_show_locator_content): Likewise.
9197 (tui_set_locator_fullname): Likewise.
9198 (tui_set_locator_info): Likewise.
9199 (tui_show_frame_info): Likewise.
9200 * tui/tui-winsource.c (tui_clear_source_content): Likewise.
9201 (tui_show_source_line): Likewise.
9202 (tui_horizontal_source_scroll): Likewise.
9203 (tui_update_breakpoint_info): Likewise.
9204 (tui_set_exec_info_content): Likewise.
9205 (tui_show_exec_info_content): Likewise.
9206 (tui_alloc_source_buffer): Likewise.
9207 (tui_line_is_displayed): Likewise.
9208 (tui_addr_is_displayed): Likewise.
9209
9210 2015-04-27 John Baldwin <jhb@FreeBSD.org>
9211
9212 * fbsd-nat.c: (fbsd_wait) [PL_FLAG_EXEC]: Report TARGET_WAITKIND_EXECD
9213 event if PL_FLAG_EXEC is set.
9214 [PL_FLAG_EXEC] (fbsd_insert_exec_catchpoint): New function.
9215 [PL_FLAG_EXEC] (fbsd_remove_exec_catchpoint): New function.
9216 (fbsd_nat_add_target) [PL_FLAG_EXEC]: Set
9217 "to_insert_exec_catchpoint" to "fbsd_insert_exec_catchpoint".
9218 Set "to_remove_exec_catchpoint" to "fbsd_remove_exec_catchpoint".
9219
9220 2015-04-27 John Baldwin <jhb@FreeBSD.org>
9221
9222 * fbsd-nat.c: [PT_LWPINFO] New variable super_wait.
9223 [TDP_RFPPWAIT] New variable fbsd_pending_children.
9224 [TDP_RFPPWAIT] (fbsd_remember_child): New function.
9225 [TDP_RFPPWAIT] (fbsd_is_child_pending): New function.
9226 [TDP_RFPPWAIT] (fbsd_fetch_kinfo_proc): New function.
9227 [PT_LWPINFO] (fbsd_wait): New function.
9228 [TDP_RFPPWAIT] (fbsd_follow_fork): New function.
9229 [TDP_RFPPWAIT] (fbsd_insert_fork_catchpoint): New function.
9230 [TDP_RFPPWAIT] (fbsd_remove_fork_catchpoint): New function.
9231 [TDP_RFPPWAIT] (fbsd_insert_vfork_catchpoint): New function.
9232 [TDP_RFPPWAIT] (fbsd_remove_vfork_catchpoint): New function.
9233 [TDP_RFPPWAIT] (fbsd_enable_follow_fork): New function.
9234 [TDP_RFPPWAIT] (fbsd_post_startup_inferior): New function.
9235 [TDP_RFPPWAIT] (fbsd_post_attach): New function.
9236 (fbsd_nat_add_target) [PT_LWPINFO] Set "to_wait" to
9237 "fbsd_wait".
9238 [TDP_RFPPWAIT] Set "to_follow_fork" to "fbsd_follow_fork".
9239 Set "to_insert_fork_catchpoint" to "fbsd_insert_fork_catchpoint".
9240 Set "to_remove_fork_catchpoint" to "fbsd_remove_fork_catchpoint".
9241 Set "to_insert_vfork_catchpoint" to "fbsd_insert_vfork_catchpoint".
9242 Set "to_remove_vfork_catchpoint" to "fbsd_remove_vfork_catchpoint".
9243 Set "to_post_startup_inferior" to "fbsd_post_startup_inferior".
9244 Set "to_post_attach" to "fbsd_post_attach".
9245
9246 2015-04-27 John Baldwin <jhb@FreeBSD.org>
9247
9248 * fbsd-nat.c (fbsd_pid_to_exec_file): Mark static.
9249 (fbsd_find_memory_regions): Mark static.
9250 (fbsd_nat_add_target): New function.
9251 * fbsd-nat.h: Export fbsd_nat_add_target and remove prototypes for
9252 fbsd_pid_to_exec_file and fbsd_find_memory_regions.
9253 * amd64fbsd-nat.c (_initialize_amd64fbsd_nat): Use fbsd_nat_add_target.
9254 * i386fbsd-nat.c (_initialize_i386fbsd_nat): Likewise.
9255 * ppcfbsd-nat.c (_initialize_ppcfbsd_nat): Likewise.
9256 * sparc64fbsd-nat.c (_initialize_sparc64fbsd_nat): Likewise.
9257
9258 2015-04-27 Gary Benson <gbenson@redhat.com>
9259
9260 * objfiles.c (allocate_objfile): Do not attempt to expand name
9261 if name is a "target:" filename.
9262 * auto-load.c (load_auto_scripts_for_objfile): Do not attempt
9263 to load auto-load scripts for objfiles with "target:" filenames.
9264
9265 2015-04-27 Andreas Arnez <arnez@linux.vnet.ibm.com>
9266
9267 * s390-linux-tdep.c: Include "elf/s390.h" and "elf-bfd.h".
9268 (enum s390_vector_abi_kind): New enum.
9269 (struct gdbarch_tdep)<vector_abi>: New field.
9270 (s390_effective_inner_type): Add parameter min_size. Stop
9271 unwrapping if the inner type is smaller than min_size.
9272 (s390_function_arg_float): Adjust call to
9273 s390_effective_inner_type.
9274 (s390_function_arg_vector): New function.
9275 (s390_function_arg_integer): Adjust comment.
9276 (struct s390_arg_state)<vr>: New field.
9277 (s390_handle_arg): Add parameter 'is_unnamed'. Pass vector
9278 arguments according to vector ABI when appropriate.
9279 (s390_push_dummy_call): Initialize the argument state's field
9280 'vr'. Adjust calls to s390_handle_arg.
9281 (s390_register_return_value): Handle vector return values.
9282 (s390_return_value): Apply the "register" return value convention
9283 to a vector when appropriate.
9284 (s390_gdbarch_init): Initialize tdep->vector_abi.
9285 * NEWS: Announce S390 vector ABI support.
9286
9287 2015-04-27 Andreas Arnez <arnez@linux.vnet.ibm.com>
9288
9289 * s390-linux-tdep.c (s390_return_value_convention): Remove
9290 function. Inline its logic...
9291 (s390_return_value): ...here. Instead, move the handling of the
9292 "register" return value convention...
9293 (s390_register_return_value): ...here. New function.
9294
9295 2015-04-27 Andreas Arnez <arnez@linux.vnet.ibm.com>
9296
9297 * s390-linux-tdep.c
9298 (is_float_singleton): Remove function. Move the "singleton" part
9299 of the logic...
9300 (s390_effective_inner_type): ...here. New function.
9301 (is_float_like): Remove function. Inline its logic...
9302 (s390_function_arg_float): ...here.
9303 (is_pointer_like, is_integer_like, is_struct_like): Remove
9304 functions. Inline their logic...
9305 (s390_function_arg_integer): ...here.
9306 (s390_function_arg_pass_by_reference): Remove function.
9307 (extend_simple_arg): Remove function.
9308 (alignment_of): Remove function.
9309 (struct s390_arg_state): New structure.
9310 (s390_handle_arg): New function.
9311 (s390_push_dummy_call): Move parameter placement logic to the new
9312 function s390_handle_arg. Call it for calculating the stack area
9313 sizes first, and again for actually writing the parameters.
9314
9315 2015-04-27 Andreas Arnez <arnez@linux.vnet.ibm.com>
9316
9317 * s390-linux-tdep.c (is_power_of_two): Add comment. Return
9318 false if the argument is zero.
9319
9320 2015-04-27 Pierre-Marie de Rodat <derodat@adacore.com>
9321
9322 * ada-lang.c (template_to_static_fixed_type): Return input type
9323 when it is already fixed. Cache the input type itself when not
9324 creating a static fixed copy. Make it explicit that we never
9325 molestate the input type.
9326 * gdbtypes.c (resolve_dynamic_struct): Reset the
9327 TYPE_TARGET_TYPE field for resolved copies.
9328
9329 2015-04-27 Joel Brobecker <brobecker@adacore.com>
9330
9331 * ada-lang.c (ada_is_tagged_type): Add call to ada_check_typedef.
9332 (ada_lookup_struct_elt_type): Remove calls to ada_check_typedef.
9333 (template_to_static_fixed_type): Call ada_check_typedef only
9334 when necessary.
9335
9336 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
9337
9338 * cli/cli-dump.c (srec_dump_command): Add internationalization
9339 mark ups.
9340 (ihex_dump_command): Likewise.
9341 (tekhex_dump_command): Likewise.
9342 (binary_dump_command): Likewise.
9343 (binary_append_command): Likewise.
9344
9345 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
9346
9347 * cli/cli-dump.c (verilog_cmdlist): New variable.
9348 (dump_verilog_memory): New function.
9349 (dump_verilog_value): New function.
9350 (verilog_dump_command): New function.
9351 (_initialize_cli_dump): Add new commands to support verilog dump
9352 format.
9353 * NEWS: Add entry for "dump verilog".
9354
9355 2015-04-24 Pierre-Marie de Rodat <derodat@adacore.com>
9356
9357 * gdbtypes.c (print_gnat_stuff): Do not recurse on the
9358 descriptive type when there is none.
9359
9360 2015-04-23 Patrick Palka <patrick@parcs.ath.cx>
9361
9362 * tui/tui-win.c (tui_async_resize_screen): Call
9363 rl_resize_terminal().
9364
9365 2015-04-22 Jon Turney <jon.turney@dronecode.org.uk>
9366
9367 * windows-nat.c (handle_output_debug_string): Don't change
9368 current_event.dwThreadId.
9369 (get_windows_debug_event): Use thread_id, rather than relying on
9370 current_event.dwThreadId being changed.
9371
9372 2015-04-22 Jon Turney <jon.turney@dronecode.org.uk>
9373
9374 * windows-nat.c (windows_continue): Report an error if
9375 ContinueDebugEvent() fails.
9376
9377 2015-04-16 Jon Turney <jon.turney@dronecode.org.uk>
9378
9379 * windows-nat.c (windows_resume): Fix misspelling in debug output.
9380
9381 2015-04-16 Jon Turney <jon.turney@dronecode.org.uk>
9382
9383 * windows-nat.c (get_windows_debug_event): Replace retval with
9384 thread_id throughout. Update stale comment.
9385
9386 2015-04-16 Jon Turney <jon.turney@dronecode.org.uk>
9387
9388 * windows-nat.c (get_windows_debug_event): Don't use ternary
9389 conditional operator.
9390
9391 2015-04-21 Pierre Muller <muller@sourceware.org>
9392
9393 PR pascal/17815
9394 p-exp.y (yylex): Reorganize code to return the matched pattern
9395 for a field of this.
9396
9397 2015-04-21 Gary Benson <gbenson@redhat.com>
9398
9399 * common/fileio.h (fileio_to_host_openflags): New declaration.
9400 * common/fileio.c (fcntl.h): New include.
9401 (fileio_to_host_openflags): New function, factored out from...
9402 * inf-child.c (inf_child_fileio_open_flags_to_host): ...here.
9403 Single use updated.
9404
9405 2015-04-21 Kevin Buettner <kevinb@redhat.com>
9406
9407 * rl78-tdep.c (RL78_SP_ADDR): Define.
9408 (opc_reg_to_gdb_regnum): New static function.
9409 (rl78_analyze_prologue): Recognize instructions forming slightly
9410 more interesting prologues.
9411
9412 2015-04-20 Pierre-Marie de Rodat <derodat@adacore.com>
9413
9414 Revert:
9415 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
9416 * gdbtypes.c (is_dynamic_type_internal): Remove special handling of
9417 TYPE_CODE_REF types so that they are not considered as dynamic
9418 depending on the referenced type.
9419 (resolve_dynamic_type_internal): Likewise.
9420
9421 2015-04-20 Pierre-Marie de Rodat <derodat@adacore.com>
9422
9423 Revert:
9424 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
9425 * gdbtypes.c (is_dynamic_type_internal): Remove the unused
9426 "top_level" parameter.
9427 (resolve_dynamic_type_internal): Remove the unused "top_level"
9428 parameter. Update call to is_dynamic_type_internal.
9429 (is_dynamic_type): Update call to is_dynamic_type_internal.
9430 (resolve_dynamic_range): Update call to
9431 resolve_dynamic_type_internal.
9432 (resolve_dynamic_union): Likewise.
9433 (resolve_dynamic_struct): Likewise.
9434 (resolve_dynamic_type): Likewise.
9435
9436 2015-04-19 Gabriel Krisman Bertazi <gabriel@krisman.be>
9437
9438 * breakpoint.c (update_dprintf_command_list): Remove duplicated
9439 xmalloc.
9440
9441 2015-04-20 Thomas Schwinge <thomas@codesourcery.com>
9442
9443 * reply_mig_hack.awk: Robustify parsing.
9444
9445 * reply_mig_hack.awk: Don't bother to declare an intermediate
9446 function pointer variable.
9447
9448 2015-04-17 Doug Evans <dje@google.com>
9449
9450 * solib-svr4.c (svr4_exec_displacement): Rename outer "displacement"
9451 to "exec_displacement" to avoid confusion with inner use of the name.
9452
9453 2015-04-17 Pedro Alves <palves@redhat.com>
9454
9455 * arm-linux-nat.c (arm_linux_can_use_hw_breakpoint): Return zero
9456 if HW point of TYPE isn't supported.
9457
9458 2015-04-17 Yao Qi <yao.qi@linaro.org>
9459 Pedro Alves <palves@redhat.com>
9460
9461 * target.h (target_can_use_hardware_watchpoint): Update comments.
9462 Remove trailing ";".
9463
9464 2015-04-17 Gary Benson <gbenson@redhat.com>
9465
9466 * remote.c (remote_add_inferior): New argument try_open_exec.
9467 If nonzero, attempt to open the inferior's executable file as
9468 the main executable if no main executable is open already.
9469 All callers updated.
9470 * NEWS: Mention that GDB now supports automatic location and
9471 retrieval of executable + files from remote targets.
9472
9473 2015-04-17 Gary Benson <gbenson@redhat.com>
9474
9475 * target.h (TARGET_OBJECT_EXEC_FILE): New enum value.
9476 * remote.c (PACKET_qXfer_exec_file): Likewise.
9477 (remote_protocol_features): Register the
9478 "qXfer:exec-file:read" feature.
9479 (remote_xfer_partial): Handle TARGET_OBJECT_EXEC_FILE.
9480 (remote_pid_to_exec_file): New function.
9481 (init_remote_ops): Initialize to_pid_to_exec_file.
9482 (_initialize_remote): Register new "set/show remote
9483 pid-to-exec-file-packet" command.
9484 * NEWS: Announce new qXfer:exec-file:read packet.
9485
9486 2015-04-17 Gary Benson <gbenson@redhat.com>
9487
9488 * nat/linux-procfs.h (linux_proc_pid_to_exec_file):
9489 New declaration.
9490 * nat/linux-procfs.c (linux_proc_pid_to_exec_file):
9491 New function, factored out from...
9492 * linux-nat.c (linux_child_pid_to_exec_file): ...here.
9493
9494 2015-04-17 Gary Benson <gbenson@redhat.com>
9495
9496 * exec.c (solist.h): New include.
9497 (exec_file_locate_attach): Prefix absolute executable
9498 paths with gdb_sysroot if set.
9499 * NEWS: Mention that executable paths may be prepended
9500 with sysroot.
9501
9502 2015-04-17 Gary Benson <gbenson@redhat.com>
9503
9504 * solist.h (exec_file_find): New declaration.
9505 * solib.c (solib_find_1): New function, factored out from...
9506 (solib_find): ...here.
9507 (exec_file_find): New function.
9508
9509 2015-04-17 Gary Benson <gbenson@redhat.com>
9510
9511 * gdbcore.h (exec_file_locate_attach): New declaration.
9512 * exec.c (exec_file_locate_attach): New function, factored
9513 out from...
9514 * infcmd.c (attach_command_post_wait): ...here.
9515
9516 2015-04-17 Mike Frysinger <vapier@gentoo.org>
9517
9518 * MAINTAINERS: Add myself for Blackfin/write-after-approval.
9519
9520 2015-04-16 Yao Qi <yao.qi@linaro.org>
9521
9522 * infrun.c (maybe_software_singlestep): Declare.
9523 (displaced_step_fixup): Call maybe_software_singlestep.
9524
9525 2015-04-15 Doug Evans <dje@google.com>
9526
9527 * psymtab.c (psym_expand_symtabs_matching): Add QUIT call.
9528
9529 2015-04-15 Doug Evans <dje@google.com>
9530
9531 * dwarf2read.c (dw2_expand_symtabs_matching): Add some QUIT calls.
9532
9533 2015-04-15 Simon Marchi <simon.marchi@ericsson.com>
9534
9535 * python/lib/gdb/command/unwinders.py: Add parentheses.
9536
9537 2015-04-15 Yao Qi <yao.qi@linaro.org>
9538
9539 * arm-linux-tdep.c (arm_linux_copy_svc): Update debug message.
9540
9541 2015-04-15 Yao Qi <yao.qi@linaro.org>
9542
9543 * arm-linux-tdep.c (arm_linux_copy_svc): Fix indentation.
9544
9545 2015-04-15 Yao Qi <yao.qi@linaro.org>
9546
9547 * arm-linux-tdep.c (arm_linux_cleanup_svc): Use
9548 dsc->insn_size instead of 4.
9549
9550 2015-04-14 Gary Benson <gbenson@redhat.com>
9551
9552 * jit.c (mem_bfd_iovec_stat): Zero supplied buffer.
9553 * minidebug.c (lzma_stat): Likewise.
9554 * solib-spu.c (spu_bfd_iovec_stat): Likewise.
9555 * spu-linux-nat.c (spu_bfd_iovec_stat): Likewise.
9556
9557 2015-04-13 Stan Shebs <stanshebs@google.com>
9558
9559 * MAINTAINERS: Update my email address.
9560
9561 2015-04-13 John Baldwin <jhb@FreeBSD.org>
9562
9563 * amd64-tdep.c (amd64_target_description): New function.
9564 * amd64-tdep.h: Export amd64_target_description and tdesc_amd64.
9565 * amd64bsd-nat.c [PT_GETXSTATE_INFO]: New variable amd64bsd_xsave_len.
9566 (amd64bsd_fetch_inferior_registers) [PT_GETXSTATE_INFO]: Handle
9567 x86 extended save area.
9568 (amd64bsd_store_inferior_registers) [PT_GETXSTATE_INFO]: Likewise.
9569 * amd64bsd-nat.h: Export amd64bsd_xsave_len.
9570 * amd64fbsd-nat.c (amd64fbsd_read_description): New function.
9571 (_initialize_amd64fbsd_nat): Set "to_read_description" to
9572 "amd64fbsd_read_description".
9573 * amd64fbsd-tdep.c (amd64fbsd_core_read_description): New function.
9574 (amd64fbsd_supply_xstateregset): New function.
9575 (amd64fbsd_collect_xstateregset): New function.
9576 Add "amd64fbsd_xstateregset".
9577 (amd64fbsd_iterate_over_regset_sections): New function.
9578 (amd64fbsd_init_abi): Set "xsave_xcr0_offset" to
9579 "I386_FBSD_XSAVE_XCR0_OFFSET".
9580 Add "iterate_over_regset_sections" gdbarch method.
9581 Add "core_read_description" gdbarch method.
9582 * i386-tdep.c (i386_target_description): New function.
9583 * i386-tdep.h: Export i386_target_description and tdesc_i386.
9584 * i386bsd-nat.c [PT_GETXSTATE_INFO]: New variable i386bsd_xsave_len.
9585 (i386bsd_fetch_inferior_registers) [PT_GETXSTATE_INFO]: Handle
9586 x86 extended save area.
9587 (i386bsd_store_inferior_registers) [PT_GETXSTATE_INFO]: Likewise.
9588 * i386bsd-nat.h: Export i386bsd_xsave_len.
9589 * i386fbsd-nat.c (i386fbsd_read_description): New function.
9590 (_initialize_i386fbsd_nat): Set "to_read_description" to
9591 "i386fbsd_read_description".
9592 * i386fbsd-tdep.c (i386fbsd_core_read_xcr0): New function.
9593 (i386fbsd_core_read_description): New function.
9594 (i386fbsd_supply_xstateregset): New function.
9595 (i386fbsd_collect_xstateregset): New function.
9596 Add "i386fbsd_xstateregset".
9597 (i386fbsd_iterate_over_regset_sections): New function.
9598 (i386fbsd4_init_abi): Set "xsave_xcr0_offset" to
9599 "I386_FBSD_XSAVE_XCR0_OFFSET".
9600 Add "iterate_over_regset_sections" gdbarch method.
9601 Add "core_read_description" gdbarch method.
9602 * i386fbsd-tdep.h: New file.
9603
9604 2015-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9605
9606 * NEWS (Changes since GDB 7.9): Add removed -xdb.
9607 * breakpoint.c (command_line_is_silent): Remove xdb_commands
9608 conditional.
9609 (_initialize_breakpoint): Remove xdb_commands for bc, ab, sb, db, ba
9610 and lb.
9611 * cli/cli-cmds.c (_initialize_cli_cmds): Remove xdb_commands for v and
9612 va.
9613 * cli/cli-decode.c (find_command_name_length): Remove xdb_commands
9614 conditional.
9615 * defs.h (xdb_commands): Remove declaration.
9616 * f-valprint.c (_initialize_f_valprint): Remove xdb_commands for lc.
9617 * guile/scm-cmd.c (command_classes): Remove xdb from comment.
9618 * infcmd.c (run_no_args_command, go_command): Remove.
9619 (_initialize_infcmd): Remove xdb_commands for S, go, g, R and lr.
9620 * infrun.c (xdb_handle_command): Remove.
9621 (_initialize_infrun): Remove xdb_commands for lz and z.
9622 * main.c (xdb_commands): Remove variable.
9623 (captured_main): Remove "xdb" from long_options.
9624 (print_gdb_help): Remove --xdb from help.
9625 * python/py-cmd.c (gdbpy_initialize_commands): Remove xdb from comment.
9626 * source.c (_initialize_source): Remove xdb_commands for D, ld, / and ?.
9627 * stack.c (backtrace_full_command, args_plus_locals_info)
9628 (current_frame_command): Remove.
9629 (_initialize_stack): Remove xdb_commands for t, T and l.
9630 * symtab.c (_initialize_symtab): Remove xdb_commands for lf and lg.
9631 * thread.c (_initialize_thread): Remove xdb_commands condition.
9632 * tui/tui-layout.c (tui_toggle_layout_command)
9633 (tui_toggle_split_layout_command, tui_handle_xdb_layout): Remove.
9634 (_initialize_tui_layout): Remove xdb_commands for td and ts.
9635 * tui/tui-regs.c (tui_scroll_regs_forward_command)
9636 (tui_scroll_regs_backward_command): Remove.
9637 (_initialize_tui_regs): Remove xdb_commands for fr, gr, sr, +r and -r.
9638 * tui/tui-win.c (tui_xdb_set_win_height_command): Remove.
9639 (_initialize_tui_win): Remove xdb_commands for U and w.
9640 * utils.c (pagination_on_command, pagination_off_command): Remove.
9641 (initialize_utils): Remove xdb_commands for am and sm.
9642
9643 2015-04-10 Pedro Alves <palves@redhat.com>
9644
9645 * infrun.c (displaced_step_fixup): Switch to the event ptid
9646 earlier. If the thread stopped for a watchpoint and the
9647 target/arch has non-continuable watchpoints, cancel the displaced
9648 step.
9649 (resume): Don't start a displaced step if in-line step-over info
9650 is valid.
9651
9652 2015-04-10 Pedro Alves <palves@redhat.com>
9653
9654 * infrun.c (displaced_step_in_progress): New function.
9655 (do_target_resume): Advise target to report all signals if
9656 displaced stepping.
9657
9658 2015-04-10 Pedro Alves <palves@redhat.com>
9659
9660 PR gdb/18216
9661 * infrun.c (process_event_stop_test): Don't assume a step-resume
9662 is set if tp->stepped_breakpoint is true.
9663
9664 2015-04-10 Yao Qi <yao.qi@linaro.org>
9665
9666 * arm-tdep.c (install_alu_reg): Update comment.
9667 (thumb_copy_alu_reg): Remove local variable rn. Update
9668 debugging message. Use r2 instead of r1 in the modified
9669 instruction.
9670
9671 2015-04-10 Pedro Alves <palves@redhat.com>
9672
9673 PR gdb/13858
9674 * amd64-linux-tdep.c (amd64_linux_init_abi_common): Install
9675 linux_displaced_step_location as gdbarch_displaced_step_location
9676 hook.
9677 * arm-linux-tdep.c (arm_linux_init_abi): Likewise.
9678 * i386-linux-tdep.c (i386_linux_init_abi): Likewise.
9679 * linux-tdep.c (linux_displaced_step_location): New function,
9680 based on ppc_linux_displaced_step_location.
9681 * linux-tdep.h (linux_displaced_step_location): New declaration.
9682 * ppc-linux-tdep.c (ppc_linux_entry_point_addr): Delete.
9683 (ppc_linux_inferior_created, ppc_linux_displaced_step_location):
9684 Delete.
9685 (ppc_linux_init_abi): Install linux_displaced_step_location as
9686 gdbarch_displaced_step_location hook, even without Cell/B.E..
9687 (_initialize_ppc_linux_tdep): Don't install
9688 ppc_linux_inferior_created as inferior_created observer.
9689 * s390-linux-tdep.c (s390_gdbarch_init): Install
9690 linux_displaced_step_location as gdbarch_displaced_step_location
9691 hook.
9692
9693 2015-04-09 Gary Benson <gbenson@redhat.com>
9694
9695 * common/common-remote-fileio.h: Rename to...
9696 * common/fileio.h: ...this. Update all references.
9697 (remote_fileio_to_fio_error): Rename to...
9698 (host_to_fileio_error): ...this.
9699 (remote_fileio_to_be): Rename to...
9700 (host_to_bigendian): ...this. Update all callers.
9701 (remote_fileio_to_fio_uint): Rename to...
9702 (host_to_fileio_uint): ...this. Update all callers.
9703 (remote_fileio_to_fio_time): Rename to...
9704 (host_to_fileio_time): ...this. Update all callers.
9705 (remote_fileio_to_fio_stat): Rename to...
9706 (host_to_fileio_stat): ...this.
9707 Update all references.
9708 * common/common-remote-fileio.c: Rename to...
9709 * common/fileio.c: ...this. Update all references.
9710 (remote_fileio_to_fio_error): Rename to...
9711 (host_to_fileio_error): ...this. Update all callers.
9712 (remote_fileio_mode_to_target): Rename to...
9713 (fileio_mode_pack): ...this. Update all callers.
9714 (remote_fileio_to_fio_mode): Rename to...
9715 (host_to_fileio_mode): ...this. Update all callers.
9716 (remote_fileio_to_fio_ulong): Rename to...
9717 (host_to_fileio_ulong): ...this. Update all callers.
9718 (remote_fileio_to_fio_stat): Rename to...
9719 (host_to_fileio_stat): ...this. Update all callers.
9720
9721 2015-04-09 Andy Wingo <wingo@igalia.com>
9722
9723 * guile/scm-frame.c (gdbscm_frame_read_register): New function.
9724 (frame_functions): Bind gdbscm_frame_read_register to
9725 frame-read-register.
9726 * guile/lib/gdb.scm (frame-read-register): Export.
9727
9728 2015-04-09 Gary Benson <gbenson@redhat.com>
9729
9730 * common/common-remote-fileio.h (remote_fileio_to_fio_error):
9731 New declaration.
9732 * common/common-remote-fileio.c (remote_fileio_to_fio_error):
9733 New function, factored out the named functions below.
9734 * inf-child.c (gdb/fileio.h): Remove include.
9735 (common-remote-fileio.h): New include.
9736 (inf_child_errno_to_fileio_error): Remove function. Update
9737 all callers to use remote_fileio_to_fio_error.
9738 * remote-fileio.c (remote_fileio_errno_to_target): Likewise.
9739
9740 2015-04-09 Andy Wingo <wingo@igalia.com>
9741
9742 * MAINTAINERS (Write After Approval): Add Andy Wingo.
9743
9744 2015-04-09 H.J. Lu <hongjiu.lu@intel.com>
9745
9746 * acinclude.m4: (GDB_AC_CHECK_BFD): Set ZLIBDIR with $zlibdir.
9747 Replace $zlibdir with $ZLIBDIR in LDFLAGS.
9748 * configure: Regenerated.
9749
9750 2015-04-09 Pedro Alves <palves@redhat.com>
9751
9752 * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add strtok_r.
9753 * gnulib/Makefile.in (aclocal_m4_deps): Add import/m4/strtok_r.m4.
9754 * gnulib/configure, gnulib/config.in, gnulib/aclocal.m4: Regenerate.
9755 * gnulib/import/Makefile.am: Update.
9756 * gnulib/import/Makefile.in: Update.
9757 * gnulib/import/m4/gnulib-cache.m4: Update.
9758 * gnulib/import/m4/gnulib-comp.m4: Update.
9759 * gnulib/import/m4/strtok_r.m4: New file.
9760 * gnulib/import/strtok_r.c: New file.
9761
9762 2015-04-09 Pedro Alves <palves@redhat.com>
9763
9764 * gnulib/update-gnulib.sh (aclocal version check): Filter out
9765 "called too early to check prototype".
9766
9767 2015-04-08 Sergio Durigan Junior <sergiodj@redhat.com>
9768
9769 PR python/16699
9770 * python/py-cmd.c (cmdpy_completer_helper): Adjust function to not
9771 use a caching mechanism. Adjust comments and code to reflect
9772 that. Replace 'sizeof' by 'strlen' when fetching 'wordobj'.
9773 (cmdpy_completer_handle_brkchars): Adjust call to
9774 cmdpy_completer_helper. Call Py_XDECREF for 'resultobj'.
9775 (cmdpy_completer): Likewise.
9776
9777 2015-04-08 Yao Qi <yao.qi@linaro.org>
9778
9779 * spu-tdep.c (spu_gdbarch_init): Don't call
9780 set_gdbarch_cannot_step_breakpoint.
9781
9782 2015-04-07 Sergio Durigan Junior <sergiodj@redhat.com>
9783
9784 * linux-tdep.c (decode_vmflags): Initialize 'saveptr'.
9785
9786 2015-04-07 Pedro Alves <palves@redhat.com>
9787
9788 * gdbthread.h (ALL_NON_EXITED_THREADS_SAFE): Rename to ...
9789 (ALL_THREADS_SAFE): ... this, and don't skip exited threads.
9790 (delete_exited_threads): New declaration.
9791 * infrun.c (follow_exec): Use ALL_THREADS_SAFE.
9792 * linux-nat.c (linux_nat_update_thread_list): New function.
9793 (linux_nat_add_target): Install it.
9794 * remote.c (remote_update_thread_list): Use ALL_THREADS_SAFE.
9795 * thread.c (prune_threads): Use ALL_THREADS_SAFE.
9796 (delete_exited_threads): New function.
9797
9798 2015-04-07 Pedro Alves <pedro@codesourcery.com>
9799
9800 * infrun.c (resume) <displaced stepping debug output>: Get the
9801 leader thread's regcache, not resume_ptid's.
9802
9803 2015-04-06 Doug Evans <xdje42@gmail.com>
9804
9805 * symtab.c (hash_symbol_entry): Hash STRUCT_DOMAIN symbols as
9806 VAR_DOMAIN.
9807 (symbol_cache_lookup): Clarify use of bsc_ptr, slot_ptr parameters.
9808 Include symbol domain in debugging output.
9809
9810 2015-04-06 Pedro Alves <palves@redhat.com>
9811 Bernd Edlinger <bernd.edlinger@hotmail.de>
9812
9813 * configure.ac: Remove the mingw32-specific stub-termcap.o
9814 fallback, and instead fallback to the stub termcap on all hosts.
9815 * configure: Regenerate.
9816 * stub-termcap.c [!__MINGW32__] (PC, BC, UP): Define as weak
9817 symbols.
9818
9819 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
9820
9821 * gdbtypes.c (is_dynamic_type_internal): Remove the unused
9822 "top_level" parameter.
9823 (resolve_dynamic_type_internal): Remove the unused "top_level"
9824 parameter. Update call to is_dynamic_type_internal.
9825 (is_dynamic_type): Update call to is_dynamic_type_internal.
9826 (resolve_dynamic_range): Update call to
9827 resolve_dynamic_type_internal.
9828 (resolve_dynamic_union): Likewise.
9829 (resolve_dynamic_struct): Likewise.
9830 (resolve_dynamic_type): Likewise.
9831
9832 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
9833
9834 * gdbtypes.c (is_dynamic_type_internal): Remove special handling of
9835 TYPE_CODE_REF types so that they are not considered as dynamic
9836 depending on the referenced type.
9837 (resolve_dynamic_type_internal): Likewise.
9838
9839 2015-04-02 H.J. Lu <hongjiu.lu@intel.com>
9840
9841 * Makefile.in (top_srcdir): New.
9842 * configure: Regenerated.
9843
9844 2015-04-02 Gary Benson <gbenson@redhat.com>
9845
9846 * NEWS: Announce the new default sysroot of "target:".
9847
9848 2015-04-02 Gary Benson <gbenson@redhat.com>
9849
9850 * main.c (captured_main): Set gdb_sysroot to "target:"
9851 if not otherwise set.
9852
9853 2015-04-02 Gary Benson <gbenson@redhat.com>
9854
9855 * exec.c (exec_file_attach): Support "target:" filenames.
9856
9857 2015-04-02 Gary Benson <gbenson@redhat.com>
9858
9859 * solib.c (solib_find): Strip "target:" prefix from sysroot
9860 if accessing local files.
9861
9862 2015-04-02 Gary Benson <gbenson@redhat.com>
9863
9864 * symfile.c (symfile_bfd_open): Reorder to remove duplicated
9865 checks and error messages.
9866
9867 2015-04-02 Gary Benson <gbenson@redhat.com>
9868
9869 * remote.h (REMOTE_SYSROOT_PREFIX): Remove definition.
9870 (remote_filename_p): Remove declaration.
9871 (remote_bfd_open): Likewise.
9872 * remote.c (remote_bfd_iovec_open): Remove function.
9873 (remote_bfd_iovec_close): Likewise.
9874 (remote_bfd_iovec_pread): Likewise.
9875 (remote_bfd_iovec_stat): Likewise.
9876 (remote_filename_p): Likewise.
9877 (remote_bfd_open): Likewise.
9878 * symfile.h (gdb_bfd_open_maybe_remote): Remove declaration.
9879 * symfile.c (separate_debug_file_exists): Use gdb_bfd_open.
9880 (gdb_bfd_open_maybe_remote): Remove function.
9881 (symfile_bfd_open): Replace remote filename check with
9882 target filename check.
9883 (reread_symbols): Use gdb_bfd_open.
9884 * build-id.c (gdbcore.h): New include.
9885 (build_id_to_debug_bfd): Use gdb_bfd_open.
9886 * infcmd.c (attach_command_post_wait): Remove remote filename
9887 check.
9888 * solib.c (solib_find): Replace remote-specific handling with
9889 target-specific handling. Update comments where necessary.
9890 (solib_bfd_open): Replace remote-specific handling with
9891 target-specific handling.
9892 (gdb_sysroot_changed): New function.
9893 (_initialize_solib): Call the above when gdb_sysroot changes.
9894 * windows-tdep.c (gdbcore.h): New include.
9895 (windows_xfer_shared_library): Use gdb_bfd_open.
9896
9897 2015-04-02 Gary Benson <gbenson@redhat.com>
9898
9899 * gdb/gdb_bfd.h (TARGET_SYSROOT_PREFIX): New definition.
9900 (is_target_filename): New declaration.
9901 (gdb_bfd_has_target_filename): Likewise.
9902 (gdb_bfd_open): Update documentation comment.
9903 * gdb_bfd.c (target.h): New include.
9904 (gdb/fileio.h): Likewise.
9905 (is_target_filename): New function.
9906 (gdb_bfd_has_target_filename): Likewise.
9907 (fileio_errno_to_host): Likewise.
9908 (gdb_bfd_iovec_fileio_open): Likewise.
9909 (gdb_bfd_iovec_fileio_pread): Likewise.
9910 (gdb_bfd_iovec_fileio_close): Likewise.
9911 (gdb_bfd_iovec_fileio_fstat): Likewise.
9912 (gdb_bfd_open): Use target fileio to access paths prefixed
9913 with "target:" where necessary.
9914
9915 2015-04-02 Gary Benson <gbenson@redhat.com>
9916
9917 * target.h (struct target_ops) <to_filesystem_is_local>:
9918 New field.
9919 (target_filesystem_is_local): New macro.
9920 * target-delegates.c: Regenerate.
9921 * remote.c (remote_filesystem_is_local): New function.
9922 (init_remote_ops): Initialize to_filesystem_is_local.
9923
9924 2015-04-02 Gary Benson <gbenson@redhat.com>
9925
9926 * target.h (struct target_ops) <to_fileio_fstat>: New field.
9927 (target_fileio_fstat): New declaration.
9928 * target.c (target_fileio_fstat): New function.
9929 * inf-child.c (inf_child_fileio_fstat): Likewise.
9930 (inf_child_target): Initialize to_fileio_fstat.
9931 * remote.c (init_remote_ops): Likewise.
9932
9933 2015-04-01 Sasha Smundak <asmundak@google.com>
9934
9935 * Makefile.in (SUBDIR_PYTHON_OBJS): Add py-unwind.o.
9936 (SUBDIR_PYTHON_SRCS): Add py-unwind.c.
9937 (py-unwind.o): New recipe.
9938 * NEWS: mention Python frame unwinding.
9939 * data-directory/Makefile.in (PYTHON_FILE_LIST): Add
9940 gdb/unwinder.py and gdb/command/unwinder.py
9941 * python/lib/gdb/__init__.py (packages): Add frame_unwinders
9942 list.
9943 (execute_unwinders): New function.
9944 * python/lib/gdb/command/unwinders.py: New file.
9945 * python/lib/gdb/unwinder.py: New file.
9946 * python/py-objfile.c (objfile_object): Add frame_unwinders field.
9947 (objfpy_dealloc): Decrement frame_unwinders reference count.
9948 (objfpy_initialize): Create frame_unwinders list.
9949 (objfpy_get_frame_unwinders): New function.
9950 (objfpy_set_frame_unwinders): Ditto.
9951 (objfile_getset): Add frame_unwinders attribute to Objfile.
9952 * python/py-progspace.c (pspace_object): Add frame_unwinders field.
9953 (pspy_dealloc): Decrement frame_unwinders reference count.
9954 (pspy_initialize): Create frame_unwinders list.
9955 (pspy_get_frame_unwinders): New function.
9956 (pspy_set_frame_unwinders): Ditto.
9957 (pspy_getset): Add frame_unwinders attribute to gdb.Progspace.
9958 * python/py-unwind.c: New file.
9959 * python/python-internal.h (pspy_get_name_unwinders): New prototype.
9960 (objpy_get_frame_unwinders): New prototype.
9961 (gdbpy_initialize_unwind): New prototype.
9962 * python/python.c (gdbpy_apply_type_printers): Call
9963 gdbpy_initialize_unwind.
9964
9965 2015-04-01 Pedro Alves <palves@redhat.com>
9966
9967 * infrun.c (resume): Check currently_stepping after clearing
9968 stepped_breakpoint, not before.
9969
9970 2015-04-01 Pedro Alves <palves@redhat.com>
9971
9972 * infrun.c (print_target_wait_results): Print all the ptid
9973 elements.
9974
9975 2015-04-01 Pedro Alves <palves@redhat.com>
9976
9977 * infrun.c (keep_going): Also discard cleanups if inserting
9978 breakpoints fails.
9979
9980 2015-04-01 Pedro Alves <palves@redhat.com>
9981
9982 * infrun.c (wait_for_inferior): Install the
9983 finish_thread_state_cleanup cleanup across the whole function, not
9984 just around handle_inferior_event.
9985
9986 2015-04-01 Pedro Alves <palves@redhat.com>
9987
9988 * infrun.c (resume) <step past permanent breakpoint>: Use
9989 do_target_resume.
9990
9991 2015-04-01 Pedro Alves <palves@redhat.com>
9992
9993 * linux-nat.c (linux_handle_extended_wait): Always call set_running.
9994
9995 2015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
9996
9997 * MAINTAINERS (Write After Approval): Add "Pierre-Marie de Rodat".
9998
9999 2015-04-01 Pedro Alves <palves@redhat.com>
10000
10001 * linux-thread-db.c (record_thread): Readd the thread to gdb's
10002 list if it was marked exited.
10003
10004 2015-04-01 H.J. Lu <hongjiu.lu@intel.com>
10005
10006 * configure: Regenerated.
10007
10008 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
10009 Jan Kratochvil <jan.kratochvil@redhat.com>
10010 Oleg Nesterov <oleg@redhat.com>
10011
10012 PR corefiles/16092
10013 * linux-tdep.c: Include 'gdbcmd.h' and 'gdb_regex.h'.
10014 New enum identifying the various options of the coredump_filter
10015 file.
10016 (struct smaps_vmflags): New struct.
10017 (use_coredump_filter): New variable.
10018 (decode_vmflags): New function.
10019 (mapping_is_anonymous_p): Likewise.
10020 (dump_mapping_p): Likewise.
10021 (linux_find_memory_regions_full): New variables
10022 'coredumpfilter_name', 'coredumpfilterdata', 'pid', 'filterflags'.
10023 Removed variable 'modified'. Read /proc/<PID>/smaps file; improve
10024 parsing of its information. Implement memory mapping filtering
10025 based on its contents.
10026 (show_use_coredump_filter): New function.
10027 (_initialize_linux_tdep): New command 'set use-coredump-filter'.
10028 * NEWS: Mention the possibility of using the
10029 '/proc/PID/coredump_filter' file when generating a corefile.
10030 Mention new command 'set use-coredump-filter'.
10031
10032 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
10033
10034 * solib-svr4.c (solib_svr4_r_ldsomap): Catch possible exception by
10035 read_memory_unsigned_integer.
10036
10037 2015-03-31 H.J. Lu <hongjiu.lu@intel.com>
10038
10039 * Makefile.in (ZLIB): New.
10040 (ZLIBINC): Likewise.
10041 (INTERNAL_CFLAGS_BASE): Add $(ZLIBINC).
10042 (CLIBS): Add $(ZLIB).
10043 * acinclude.m4: (GDB_AC_CHECK_BFD): Add $zlibdir to LDFLAGS.
10044 Add -lz to LIBS.
10045 * gdb_bfd.c: Don't check HAVE_ZLIB_H to include <zlib.h>.
10046 * top.c (print_gdb_configuration): Remove --with-zlib and
10047 --without-zlib.
10048 * config.in: Regenerated.
10049 * configure: Likewise.
10050
10051 2015-03-31 Antoine Tremblay <antoine.tremblay@ericsson.com>
10052
10053 * NEWS: Mention info os cpus support.
10054 * gdb/nat/linux-osdata.c (linux_xfer_osdata_cpus): New function.
10055 (struct osdata_type): Add cpus entry, reorder the entries in
10056 alphabetical order.
10057
10058 2015-03-31 Matthias Klose <doko@ubuntu.com>
10059
10060 * compile/compile.c (compile_to_object): Allow triplets with or
10061 without vendor set.
10062
10063 2015-03-30 Doug Evans <dje@google.com>
10064
10065 PR c++/18141
10066 * cp-namespace.c (cp_search_static_and_baseclasses): Always look for
10067 klass in VAR_DOMAIN.
10068
10069 2015-03-30 Gary Benson <gbenson@redhat.com>
10070
10071 * remote.c (remote_mourn_1): Remove function. Update all callers
10072 to use remote_mourn.
10073 (extended_remote_mourn_1): Remove function. Update all callers
10074 to use extended_remote_mourn.
10075 (extended_remote_attach_1): Remove function. Update all callers
10076 to use extended_remote_attach.
10077
10078 2015-03-28 James Bowman <james.bowman@ftdichip.com>
10079
10080 * Makefile.in (ALL_TARGET_OBS): Add ft32-tdep.o.
10081 (HFILES_NO_SRCDIR): Add ft32-tdep.h.
10082 (ALLDEPFILES): Add ft32-tdep.c.
10083 * configure.tgt: Add FT32 entry.
10084 * ft32-tdep.c: New file, FT32 target-dependent code.
10085 * ft32-tdep.h: New file, FT32 target-dependent code.
10086
10087 2015-03-27 Jan Kratochvil <jan.kratochvil@redhat.com>
10088
10089 Revert:
10090 2015-03-26 Jan Kratochvil <jan.kratochvil@redhat.com>
10091 Code cleanup.
10092 * printcmd.c (print_command_1): Move expr variable scope.
10093
10094 2015-03-27 Joel Brobecker <brobecker@adacore.com>
10095
10096 * dtrace-probe.c (dtrace_process_dof_probe): Initialize expr to NULL.
10097
10098 2015-03-27 Andrzej Kaczmarek <andrzej.kaczmarek@tieto.com>
10099
10100 * gdb_bfd.c (gdb_bfd_section_index): Fix off-by-one for special
10101 sections.
10102
10103 2015-03-26 Joel Brobecker <brobecker@adacore.com>
10104
10105 * dtrace-probe.c (dtrace_process_dof_probe): Contain any
10106 exception raised while parsing the probe arguments.
10107 Force parsing to be done using the C language parser.
10108 * expression.h (parse_expression_with_language): Declare.
10109 * parse.c (parse_expression_with_language): New function.
10110
10111 2015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
10112
10113 * MAINTAINERS (Write After Approval): Add "Jon Turney".
10114
10115 2015-03-26 Andy Wingo <wingo@igalia.com>
10116
10117 PR symtab/18148
10118 * dwarf2read.c (struct partial_die_info): Add has_const_value
10119 member.
10120 (add_partial_symbol): Don't punt on symbols that have const_value
10121 attributes.
10122 (read_partial_die): Detect DW_AT_const_value.
10123
10124 2015-03-26 Jan Kratochvil <jan.kratochvil@redhat.com>
10125
10126 Code cleanup.
10127 * printcmd.c (print_command_1): Move expr variable scope.
10128
10129 2015-03-26 Jan Kratochvil <jan.kratochvil@redhat.com>
10130
10131 Code cleanup.
10132 * printcmd.c (validate_format): Make the parameter cmdname const.
10133
10134 2015-03-26 Don Breazeal <donb@codesourcery.com>
10135
10136 * remote.c (_initialize_remote): Update comment.
10137
10138 2015-03-26 Pedro Alves <palves@redhat.com>
10139 Jon TURNEY <jon.turney@dronecode.org.uk>
10140
10141 * coffread.c (coff_symfile_read): When constructing the name of an
10142 import stub symbol from import symbol for amd64, only skip the
10143 char after _imp_ if the target is underscored (like i386) and the
10144 char is indeed the target's leading char.
10145
10146 2015-03-25 Pedro Alves <palves@redhat.com>
10147
10148 * target.h <to_async>: Replace 'callback' and 'context' parameters
10149 with boolean 'enable' parameter.
10150 (target_async): Replace CALLBACK and CONTEXT parameters with
10151 boolean ENABLE parameter.
10152 * inf-loop.c (inferior_event_handler): Adjust.
10153 * linux-nat.c (linux_nat_attach, linux_nat_resume)
10154 (linux_nat_resume): Adjust.
10155 (async_client_callback, async_client_context): Delete.
10156 (handle_target_event): Call inferior_event_handler directly.
10157 (linux_nat_async): Replace 'callback' and 'context' parameters
10158 with boolean 'enable' parameter. Adjust. Remove references to
10159 async_client_callback and async_client_context.
10160 (linux_nat_close): Adjust.
10161 * record-btrace.c (record_btrace_async): Replace 'callback' and
10162 'context' parameters with boolean 'enable' parameter. Adjust.
10163 (record_btrace_resume): Adjust.
10164 * record-full.c (record_full_async): Replace 'callback' and
10165 'context' parameters with boolean 'enable' parameter. Adjust.
10166 (record_full_resume, record_full_core_resume): Adjust.
10167 * remote.c (struct remote_state) <async_client_callback,
10168 async_client_context>: Delete fields.
10169 (remote_start_remote, extended_remote_attach_1, remote_resume)
10170 (extended_remote_create_inferior): Adjust.
10171 (remote_async_serial_handler): Call inferior_event_handler
10172 directly.
10173 (remote_async): Replace 'callback' and 'context' parameters with
10174 boolean 'enable' parameter. Adjust.
10175 * top.c (gdb_readline_wrapper_cleanup, gdb_readline_wrapper):
10176 Adjust.
10177 * target-delegates.c: Regenerate.
10178
10179 2015-03-25 Gary Benson <gbenson@redhat.com>
10180 Pedro Alves <palves@redhat.com>
10181
10182 * target.c (fileio_ft_t): New typedef, define object vector.
10183 (fileio_fhandles): New static variable.
10184 (is_closed_fileio_fh): New macro.
10185 (lowest_closed_fd): New static variable.
10186 (acquire_fileio_fd): New function.
10187 (release_fileio_fd): Likewise.
10188 (fileio_fd_to_fh): New macro.
10189 (target_fileio_open): Wrap the file descriptor on success.
10190 (target_fileio_pwrite): Updated to use wrapped file descriptor.
10191 (target_fileio_pread): Likewise.
10192 (target_fileio_close): Likewise.
10193
10194 2015-03-24 Pedro Alves <palves@redhat.com>
10195
10196 * thread.c (thread_apply_all_command): Take exited threads into
10197 account.
10198
10199 2015-03-24 Pedro Alves <palves@redhat.com>
10200
10201 * infrun.c (resume, proceed): Mention
10202 switch_back_to_stepped_thread, not switch_back_to_stepping.
10203
10204 2015-03-24 Pedro Alves <palves@redhat.com>
10205
10206 * infrun.c (user_visible_resume_ptid): Rewrite going from
10207 most-locked to unlocked instead of the opposite. Move comment ...
10208 * infrun.h (user_visible_resume_ptid): ... here.
10209
10210 2015-03-24 Pedro Alves <palves@redhat.com>
10211
10212 * linux-nat.c (linux_nat_resume): Output debug logs before trying
10213 to resume the event lwp. Use the lwp's ptid instead of the passed
10214 in (maybe wildcard) ptid.
10215 (stop_wait_callback): Tweak debug log output.
10216 (check_stopped_by_breakpoint): Tweak debug log output. Also dump
10217 TRAP_TRACE.
10218 (linux_nat_filter_event): In debug output, distinguish a
10219 resume_stop SIGSTOP from a delayed SIGSTOP. Output debug logs
10220 before trying to resume the lwp.
10221
10222 2015-03-24 Joel Brobecker <brobecker@adacore.com>
10223
10224 * gdbtypes.h (struct dynamic_prop_list) <prop>: Remove
10225 pointer indirection.
10226 * gdbtypes.c (get_dyn_prop): Adjust, following change above.
10227 (add_dyn_prop, copy_dynamic_prop_list): Likewise.
10228
10229 2015-03-24 Joel Brobecker <brobecker@adacore.com>
10230
10231 * gdbtypes.h (enum dynamic_prop_node_kind) <DYN_PROP_DATA_LOCATION>:
10232 Renames DYN_ATTR_DATA_LOCATION.
10233 (TYPE_DATA_LOCATION): Use DYN_PROP_DATA_LOCATION instead of
10234 DYN_ATTR_DATA_LOCATION.
10235 * dwarf2read.c (set_die_type): Use DYN_PROP_DATA_LOCATION
10236 instead of DYN_ATTR_DATA_LOCATION.
10237
10238 2015-03-24 Pedro Alves <palves@redhat.com>
10239
10240 * breakpoint.c (until_break_command): Adjust call to proceed.
10241 * gdbthread.h (struct thread_control_state) <stepping_command>:
10242 New field.
10243 * infcall.c (run_inferior_call): Adjust call to proceed.
10244 * infcmd.c (run_command_1, proceed_thread_callback, continue_1):
10245 Adjust calls to proceed.
10246 (set_step_frame): Set the current thread's step_start_function
10247 here.
10248 (step_once): Adjust calls to proceed.
10249 (jump_command, signal_command, until_next_command)
10250 (finish_backward, finish_forward, proceed_after_attach_callback)
10251 (attach_command_post_wait): Adjust calls to proceed.
10252 * infrun.c (proceed_after_vfork_done): Adjust call to proceed.
10253 (do_target_resume): New function, factored out from ...
10254 (resume): ... here. Remove 'step' parameter. Instead, check
10255 currently_stepping to determine whether the thread should be
10256 single-stepped.
10257 (proceed): Remove 'step' parameter and don't set the thread's
10258 step_start_function here. Adjust call to 'resume'.
10259 (handle_inferior_event): Adjust calls to 'resume'.
10260 (switch_back_to_stepped_thread): Use do_target_resume instead of
10261 'resume'.
10262 (keep_going): Adjust calls to 'resume'.
10263 * infrun.h (proceed): Remove 'step' parameter.
10264 (resume): Likewise.
10265 * windows-nat.c (do_initial_windows_stuff): Adjust call to
10266 'resume'.
10267 * mi/mi-main.c (proceed_thread): Adjust call to 'proceed'.
10268
10269 2015-03-24 Pedro Alves <palves@redhat.com>
10270
10271 * gdbthread.h (struct thread_control_state) <stepping_command>:
10272 New field.
10273 * infcmd.c (step_once): Pass step=1 to clear_proceed_status. Set
10274 the thread's stepping_command field.
10275 * infrun.c (resume): Check the thread's stepping_command flag to
10276 determine which threads should be resumed. Rename 'entry_step'
10277 local to user_step.
10278 (clear_proceed_status_thread): Clear 'stepping_command'.
10279 (schedlock_applies): Change parameter type to struct thread_info
10280 pointer. Adjust.
10281 (find_thread_needs_step_over): Remove 'step' parameter. Adjust.
10282 (switch_back_to_stepped_thread): Adjust calls to
10283 'schedlock_applies'.
10284 (_initialize_infrun): Adjust "set scheduler-locking step" help.
10285
10286 2015-03-24 Pedro Alves <palves@redhat.com>
10287
10288 * infrun.c (step_start_function): Delete and ...
10289 * gdbthread.h (struct thread_control_state) <step_start_function>:
10290 ... now a field here.
10291 * infrun.c (clear_proceed_status_thread): Clear the thread's
10292 step_start_function.
10293 (proceed, process_event_stop_test, print_stop_event): Adjust.
10294
10295 2015-03-24 Pedro Alves <palves@redhat.com>
10296
10297 * infrun.c (proceed): No longer handle negative step.
10298
10299 2015-03-24 Gary Benson <gbenson@redhat.com>
10300
10301 * nat/x86-linux.h (x86_linux_new_thread): New declaration.
10302 (x86_linux_prepare_to_resume): Likewise.
10303 * x86-linux-nat.c (x86_linux_new_thread):
10304 Moved to nat/x86-linux.c.
10305 (x86_linux_prepare_to_resume): Likewise.
10306 * nat/x86-linux.c (x86_linux_new_thread): New function.
10307 (x86_linux_prepare_to_resume): Likewise.
10308
10309 2015-03-24 Gary Benson <gbenson@redhat.com>
10310
10311 * nat/x86-linux-dregs.h: New file.
10312 * nat/x86-linux-dregs.c: Likewise.
10313 * Makefile.in (HFILES_NO_SRCDIR): Add nat/x86-linux-dregs.h.
10314 (x86-linux-dregs.o): New rule.
10315 * config/i386/linux.mh (NATDEPFILES): Add x86-linux-dregs.o.
10316 * config/i386/linux64.mh (NATDEPFILES): Likewise.
10317 * x86-linux-nat.c: Include nat/x86-linux-dregs.h.
10318 (u_debugreg_offset): Moved to nat/x86-linux-dregs.c.
10319 (x86_linux_dr_get): Likewise.
10320 (x86_linux_dr_set): Likewise.
10321 (x86_linux_dr_get_addr): Likewise.
10322 (x86_linux_dr_get_control): Likewise.
10323 (x86_linux_dr_get_status): Likewise.
10324 (update_debug_registers_callback): Likewise.
10325 (x86_linux_dr_set_control): Likewise.
10326 (x86_linux_dr_set_addr): Likewise.
10327 (x86_linux_update_debug_registers): Likewise.
10328
10329 2015-03-24 Gary Benson <gbenson@redhat.com>
10330
10331 * x86-linux-nat.c (x86_linux_update_debug_registers):
10332 New function, factored out from...
10333 (x86_linux_prepare_to_resume): ...this.
10334
10335 2015-03-24 Gary Benson <gbenson@redhat.com>
10336
10337 * x86-linux-nat.c (x86_linux_dr_get): Update comments.
10338 (x86_linux_dr_set): Likewise.
10339 (x86_linux_dr_get_addr): Likewise.
10340 (x86_linux_dr_get_control): Likewise.
10341 (x86_linux_dr_get_status): Likewise.
10342 (update_debug_registers_callback): Likewise.
10343 (x86_linux_dr_set_control): Likewise.
10344 (x86_linux_dr_set_addr): Likewise.
10345 (x86_linux_prepare_to_resume): Likewise.
10346 (x86_linux_new_thread): Likewise.
10347
10348 2015-03-24 Gary Benson <gbenson@redhat.com>
10349
10350 * x86-linux-nat.c (x86_linux_dr_set_addr): Update assertion.
10351 (x86_linux_new_thread): Rename argument.
10352
10353 2015-03-24 Gary Benson <gbenson@redhat.com>
10354
10355 * nat/x86-linux.h: New file.
10356 * nat/x86-linux.c: Likewise.
10357 * Makefile.in (HFILES_NO_SRCDIR): Add nat/x86-linux.h.
10358 (x86-linux.o): New rule.
10359 * config/i386/linux.mh (NATDEPFILES): Add x86-linux.o.
10360 * config/i386/linux64.mh (NATDEPFILES): Likewise.
10361 * nat/linux-nat.h (struct arch_lwp_info): New forward declaration.
10362 (lwp_set_arch_private_info): New declaration.
10363 (lwp_arch_private_info): Likewise.
10364 * linux-nat.c (lwp_set_arch_private_info): New function.
10365 (lwp_arch_private_info): Likewise.
10366 * x86-linux-nat.c: Include nat/x86-linux.h.
10367 (arch_lwp_info): Removed structure.
10368 (update_debug_registers_callback):
10369 Use lwp_set_debug_registers_changed.
10370 (x86_linux_prepare_to_resume): Use lwp_debug_registers_changed
10371 and lwp_set_debug_registers_changed.
10372 (x86_linux_new_thread): Use lwp_set_debug_registers_changed.
10373
10374 2015-03-24 Gary Benson <gbenson@redhat.com>
10375
10376 * nat/linux-nat.h (ptid_of_lwp): New declaration.
10377 (lwp_is_stopped): Likewise.
10378 (lwp_stop_reason): Likewise.
10379 * linux-nat.c (ptid_of_lwp): New function.
10380 (lwp_is_stopped): Likewise.
10381 (lwp_is_stopped_by_watchpoint): Likewise.
10382 * x86-linux-nat.c (update_debug_registers_callback):
10383 Use lwp_is_stopped.
10384 (x86_linux_prepare_to_resume): Use ptid_of_lwp and
10385 lwp_stop_reason.
10386
10387 2015-03-24 Gary Benson <gbenson@redhat.com>
10388
10389 * linux-nat.h (linux_stop_lwp): Move declaration to...
10390 * nat/linux-nat.h (linux_stop_lwp): New declaration.
10391
10392 2015-03-24 Gary Benson <gbenson@redhat.com>
10393
10394 * linux-nat.h: Include nat/linux-nat.h.
10395 (iterate_over_lwps): Move declaration to nat/linux-nat.h.
10396 * nat/linux-nat.h (struct lwp_info): New forward declaration.
10397 (iterate_over_lwps_ftype): New typedef.
10398 (iterate_over_lwps): New declaration.
10399 * linux-nat.h (iterate_over_lwps): Update comment. Use
10400 iterate_over_lwps_ftype. Update callback return value check.
10401
10402 2015-03-24 Gary Benson <gbenson@redhat.com>
10403
10404 * x86-nat.h (x86_debug_reg_state): Move declaration to...
10405 * nat/x86-dregs.h (x86_debug_reg_state): New declaration.
10406
10407 2015-03-24 Gary Benson <gbenson@redhat.com>
10408
10409 * nat/linux-nat.h (current_lwp_ptid): New declaration.
10410 * linux-nat.c (current_lwp_ptid): New function.
10411 * x86-linux-nat.c: Include nat/linux-nat.h.
10412 (x86_linux_dr_get_addr): Use current_lwp_ptid.
10413 (x86_linux_dr_get_control): Likewise.
10414 (x86_linux_dr_get_status): Likewise.
10415 (x86_linux_dr_set_control): Likewise.
10416 (x86_linux_dr_set_addr): Likewise.
10417
10418 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
10419
10420 PR breakpoints/16466
10421 * breakpoint.c (create_breakpoint): Set thread on breakpoint struct.
10422
10423 2015-03-23 Joel Brobecker <brobecker@adacore.com>
10424
10425 * ser-mingw.c (ser_windows_setparity): Fix indentation.
10426 * ser-unix.c (hardwire_setparity): Likewise.
10427
10428 2015-03-23 Yurij Grechishhev <yurij.grechishhev@gmail.com>
10429
10430 * NEWS: Mention set/show serial parity command.
10431 * monitor.c (monitor_open): Call serial_setparity.
10432 * remote.c (remote_open_1): Likewise.
10433 * ser-base.c (ser_base_serparity): New function.
10434 * ser-base.h (ser_base_setparity): Add declaration.
10435 * ser-go32.c (dos_ops): Set "setparity" field.
10436 * ser-mingw.c (ser_windows_raw): Do not set state.fParity and
10437 state.Parity.
10438 (ser_windows_setparity): New function.
10439 (hardwire_ops): Add ser_windows_setparity.
10440 (tty_ops): Add NULL for setparity field.
10441 (pipe_ops): Add ser_base_setparity.
10442 (tcp_ops): Likewise.
10443 * ser-pipe.c (pipe_ops): Likewise.
10444 * ser-tcp.c (tcp_ops): Likewise.
10445 * ser-unix.c (hardwire_setparity): Add declaration.
10446 (hardwire_raw): Don't reset PARENB flag.
10447 (hardwire_setparity): New function.
10448 (hardwire_ops): Add hardwire_setparity.
10449 * serial.c (serial_setparity): New function.
10450 (serial_parity): New global.
10451 (parity_none, parity_odd, parity_even, parity_enums, parity):
10452 New static globals.
10453 (set_parity): New function.
10454 (_initialize_serial): Add set/show serial parity commands.
10455 * serial.h (GDBPARITY_NONE): Define.
10456 (GDBPARITY_ODD): Define.
10457 (GDBPARITY_EVEN): Define.
10458 (serial_setparity) Add declaration.
10459 (struct serial_ops): Add setparity field.
10460 * target.h (serial_parity): Add declaration.
10461
10462 2015-03-23 Keith Seitz <keiths@redhat.com>
10463
10464 * linespec.c (linespec_lexer_lex_keyword): Update comment.
10465
10466 2015-03-23 Keith Seitz <keiths@redhat.com>
10467
10468 * breakpoint.c (parse_breakpoint_sals): Use
10469 linespec_lexer_lex_keyword to ascertain if the user specified
10470 a NULL location.
10471 * linespec.c [IF_KEYWORD_INDEX]: Define.
10472 (linespec_lexer_lex_keyword): Export.
10473 (struct ls_parser) <keyword_ok>: Remove.
10474 A keyword is only a keyword if not followed by another keyword.
10475 (linespec_lexer_lex_one): Remove keyword_ok handling.
10476 Add comment explaining why the parsing stream is not advanced
10477 when a keyword is seen.
10478 (parse_linespec): Remove parser->keyword_ok.
10479 * linespec.h (linespec_lexer_lex_keyword): Add declaration.
10480
10481 2015-03-23 Keith Seitz <keiths@redhat.com>
10482
10483 PR gdb/18021
10484 * dwarf2read.c (dwarf2_add_member_fn): Issue a complaint
10485 if we find a static method with DW_AT_vtable_elem_location.
10486
10487 2015-03-21 Eli Zaretskii <eliz@gnu.org>
10488
10489 * tui/tui-io.c (tui_expand_tabs): Reinitialize the column counter
10490 before the second loop, to avoid undefined behavior. Reported by
10491 Anton Blanchard <anton@samba.org>.
10492
10493 2015-03-20 Keven Boell <keven.boell@intel.com>
10494
10495 * gdbtypes.c (resolve_dynamic_type_internal): Adapt
10496 data_location usage to linked list.
10497 (resolve_dynamic_type_internal): Adapt data_location to
10498 linked list.
10499 (get_dyn_prop, add_dyn_prop, copy_dynamic_prop_list): New function.
10500 (copy_type_recursive, copy_type): Add copy of linked list.
10501 * gdbtypes.h (enum dynamic_prop_node_kind): New enum.
10502 (struct dynamic_prop_list): New struct.
10503 * dwarf2read.c (set_die_type): Set data_location data.
10504
10505 2015-03-20 Pedro Alves <palves@redhat.com>
10506
10507 * i386-sol2-tdep.c (i386_sol2_static_transform_name): Move "p" to
10508 inner block and make it const.
10509 * machoread.c (get_archive_prefix_len): Make "lparen" const.
10510
10511 2015-03-20 Pedro Alves <palves@redhat.com>
10512
10513 * breakpoint.c (set_breakpoint_condition): Make argument "exp" const.
10514 * breakpoint.h (set_breakpoint_condition): Update declaration.
10515
10516 2015-03-20 Pedro Alves <palves@redhat.com>
10517
10518 * tui/tui-io.c (tui_expand_tabs): Make "s1" const.
10519
10520 2015-03-20 Pedro Alves <palves@redhat.com>
10521
10522 * xcoffread.c (scan_xcoff_symtab): Make "p" and "q" const.
10523
10524 2015-03-20 Pedro Alves <palves@redhat.com>
10525
10526 * remote-m32r-sdi.c (m32r_open): Make "port_str" const.
10527
10528 2015-03-20 Pedro Alves <palves@redhat.com>
10529
10530 * nto-tdep.c (nto_find_and_open_solib): Make "endian" const.
10531 (nto_init_solib_absolute_prefix): Likewise.
10532
10533 2015-03-20 Pedro Alves <palves@redhat.com>
10534
10535 * sparc-sol2-tdep.c (sparc_sol2_static_transform_name): Make "p" const.
10536 * spu-tdep.c (spu_gdbarch_init): Make "name" const.
10537
10538 2015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10539
10540 * config/djgpp/README: Remove gdb.hp.
10541
10542 2015-03-20 Yao Qi <yao.qi@linaro.org>
10543
10544 * aarch64-tdep.c (aarch64_gdbarch_init): Don't call
10545 set_gdbarch_cannot_step_breakpoint.
10546
10547 2015-03-19 Pedro Alves <palves@redhat.com>
10548
10549 * linux-nat.c (linux_resume_one_lwp): Rename to ...
10550 (linux_resume_one_lwp_throw): ... this. Don't handle ESRCH here,
10551 instead call perror_with_name.
10552 (check_ptrace_stopped_lwp_gone): New function.
10553 (linux_resume_one_lwp): Reimplement as wrapper around
10554 linux_resume_one_lwp_throw that swallows errors if the LWP is
10555 gone.
10556 (resume_stopped_resumed_lwps): Try register reads in TRY/CATCH and
10557 swallows errors if the LWP is gone. Use
10558 linux_resume_one_lwp_throw instead of linux_resume_one_lwp.
10559
10560 2015-03-19 Pedro Alves <palves@redhat.com>
10561
10562 * linux-nat.c (status_callback): Return early if the LWP has no
10563 status pending.
10564
10565 2015-03-19 Pedro Alves <palves@redhat.com>
10566
10567 * linux-nat.c (select_event_lwp_callback): Update comment to no
10568 longer mention SIGTRAP.
10569
10570 2015-03-18 Tristan Gingold <gingold@adacore.com>
10571
10572 * amd64-windows-tdep.c (amd64_windows_find_unwind_info): Move
10573 redirection code to ...
10574 (amd64_windows_frame_decode_insns): ... Here. Fix in prologue
10575 checks. Fix SAVE_NONVOL operations. Add debug code and comments.
10576
10577 2015-03-18 Gary Benson <gbenson@redhat.com>
10578
10579 (remote_protocol_features): Remove the "vFile:fstat" feature.
10580 (remote_hostio_fstat): Probe for "vFile:fstat" support.
10581
10582 2015-03-11 Yao Qi <yao.qi@linaro.org>
10583
10584 PR tdep/18107
10585 * aarch64-linux-tdep.c: Include xml-syscall.h
10586 (aarch64_linux_get_syscall_number): New function.
10587 (aarch64_linux_init_abi): Call
10588 set_gdbarch_get_syscall_number.
10589 * syscalls/aarch64-linux.xml: New file.
10590
10591 2015-03-17 Yurij Grechishhev <yurij.grechishhev@gmail.com>
10592
10593 * ser-base.h (ser_base_setstopbits): Change second argument name
10594 from "rate" to "num".
10595
10596 2015-03-17 Gary Benson <gbenson@redhat.com>
10597 Luke Allardyce <lukeallardyce@gmail.com>
10598
10599 PR gdb/18131
10600 * common/common-remote-fileio.h (sys/stat.h): New include.
10601 (stuct stat): Remove forward declaration.
10602
10603 2015-03-16 John Baldwin <jhb@FreeBSD.org>
10604
10605 * fbsd-tdep.c (fbsd_make_corefile_notes): Fetch all target registers
10606 before writing core register notes.
10607
10608 2015-03-16 Yuanhui Zhang <asmwarrior@gmail.com>
10609 Pedro Alves <palves@redhat.com>
10610
10611 * gdb_curses.h (tgetnum): Mark with EXTERN_C.
10612 * stub-termcap.c (tgetent, tgetnum, tgetflag, tgetstr, tputs)
10613 (tgoto): Wrap with extern "C".
10614
10615 2015-03-16 Pedro Alves <palves@redhat.com>
10616 Yuanhui Zhang <asmwarrior@gmail.com>
10617
10618 * stub-termcap.c (tputs): Change prototype.
10619
10620 2015-03-16 Yuanhui Zhang <asmwarrior@gmail.com>
10621 Pedro Alves <palves@redhat.com>
10622
10623 * windows-nat.c (struct thread_info_struct): Rename to ...
10624 (struct windows_thread_info_struct): ... this.
10625 (thread_info): Rename to ...
10626 (windows_thread_info): ... this.
10627 All users updated.
10628
10629 2015-03-14 Jan Kratochvil <jan.kratochvil@redhat.com>
10630 Pedro Alves <palves@redhat.com>
10631
10632 * NEWS: New Removed targets and native configurations.
10633
10634 2015-03-13 Jan Kratochvil <jan.kratochvil@redhat.com>
10635
10636 Remove HPUX.
10637 * Makefile.in (ALL_64_TARGET_OBS): Remove ia64-hpux-tdep.o.
10638 (ALL_TARGET_OBS): Remove hppa-hpux-tdep.o, solib-som.o and solib-pa64.o.
10639 (HFILES_NO_SRCDIR): Remove solib-som.h, inf-ttrace.h, solib-pa64.h and
10640 ia64-hpux-tdep.h, solib-ia64-hpux.h.
10641 (ALLDEPFILES): Remove hppa-hpux-tdep.c, hppa-hpux-nat.c,
10642 ia64-hpux-nat.c, ia64-hpux-tdep.c, somread.c and solib-som.c.
10643 * config/djgpp/fnchange.lst: Remove hppa-hpux-nat.c and
10644 hppa-hpux-tdep.c.
10645 * config/ia64/hpux.mh: Remove file.
10646 * config/pa/hpux.mh: Remove file.
10647 * configure: Rebuilt.
10648 * configure.ac (dlgetmodinfo, somread.o): Remove.
10649 * configure.host (hppa*-*-hpux*, ia64-*-hpux*): Make them obsolete.
10650 (ia64-*-hpux*): Remove its float format exception.
10651 * configure.tgt (hppa*-*-hpux*, ia64-*-hpux*): Make them obsolete.
10652 * hppa-hpux-nat.c: Remove file.
10653 * hppa-hpux-tdep.c: Remove file.
10654 * hppa-tdep.c (struct hppa_unwind_info, struct hppa_objfile_private):
10655 Move them here from hppa-tdep.h
10656 (hppa_objfile_priv_data, hppa_init_objfile_priv_data): Make it static.
10657 (hppa_frame_prev_register_helper): Remove HPPA_FLAGS_REGNUM exception.
10658 * hppa-tdep.h (struct hppa_unwind_info, struct hppa_objfile_private):
10659 Move them to hppa-tdep.c.
10660 (hppa_objfile_priv_data, hppa_init_objfile_priv_data): Remove
10661 declarations.
10662 * ia64-hpux-nat.c: Remove file.
10663 * ia64-hpux-tdep.c: Remove file.
10664 * ia64-hpux-tdep.h: Remove file.
10665 * inf-ttrace.c: Remove file.
10666 * inf-ttrace.h: Remove file.
10667 * solib-ia64-hpux.c: Remove file.
10668 * solib-ia64-hpux.h: Remove file.
10669 * solib-pa64.c: Remove file.
10670 * solib-pa64.h: Remove file.
10671 * solib-som.c: Remove file.
10672 * solib-som.h: Remove file.
10673 * somread.c: Remove file.
10674
10675 2015-03-13 John Baldwin <jhb@FreeBSD.org>
10676
10677 * configure.ac: AC_SEARCH_LIBS(kinfo_getvmmap, util).
10678 * config.in: Regenerate.
10679 * configure: Regenerate.
10680 * fbsd-nat.c [!HAVE_KINFO_GETVMMAP] (fbsd_read_mapping): Don't
10681 define.
10682 (fbsd_find_memory_regions): Use kinfo_getvmmap to
10683 enumerate memory regions if present.
10684
10685 2015-03-13 John Baldwin <jhb@FreeBSD.org>
10686
10687 * amd64fbsd-tdep.c (amd64fbsd_sigtramp_p): Style fixes.
10688 * i386fbsd-tdep.c: Fix style in various gdb_static_assert
10689 expressions.
10690 (i386fbsd_sigtramp_p): Likewise.
10691
10692 2015-03-12 John Baldwin <jhb@FreeBSD.org>
10693
10694 * MAINTAINERS (Write After Approval): Add John Baldwin.
10695
10696 2015-03-12 Gary Benson <gbenson@redhat.com>
10697
10698 * solib.c (_initialize_solib): Make "set/show sysroot" use
10699 add_setshow_optional_filename_cmd so it can be restored to
10700 empty after being set.
10701
10702 2015-03-11 Sergio Durigan Junior <sergiodj@redhat.com>
10703
10704 * Makefile.in (SFILES): New source break-catch-syscall.c.
10705 (COMMON_OBS): New object break-catch-syscall.o.
10706 * break-catch-syscall.c: New file.
10707 * breakpoint.c: Remove inclusion of "xml-syscall.h".
10708 (syscall_catchpoint_p): Move declaration to break-catch-syscall.c
10709 (struct syscall_catchpoint): Likewise.
10710 (dtor_catch_syscall): Likewise.
10711 (catch_syscall_inferior_data): Likewise.
10712 (struct catch_syscall_inferior_data): Likewise.
10713 (get_catch_syscall_inferior_data): Likewise.
10714 (catch_syscall_inferior_data_cleanup): Likewise.
10715 (insert_catch_syscall): Likewise.
10716 (remove_catch_syscall): Likewise.
10717 (breakpoint_hit_catch_syscall): Likewise.
10718 (print_it_catch_syscall): Likewise.
10719 (print_one_catch_syscall): Likewise.
10720 (print_mention_catch_syscall): Likewise.
10721 (print_recreate_catch_syscall): Likewise.
10722 (catch_syscall_breakpoint_ops): Likewise.
10723 (syscall_catchpoint_p): Likewise.
10724 (create_syscall_event_catchpoint): Likewise.
10725 (catch_syscall_split_args): Likewise.
10726 (catch_syscall_command_1): Likewise.
10727 (is_syscall_catchpoint_enabled): Likewise.
10728 (catch_syscall_enabled): Likewise.
10729 (catching_syscall_number): Likewise.
10730 (catch_syscall_completer): Likewise.
10731 (clear_syscall_counts): Likewise.
10732 (initialize_breakpoint_ops): Move initialization of syscall
10733 catchpoints to break-catch-syscall.c.
10734 (_initialize_breakpoint): Move code related to syscall catchpoints
10735 to break-catch-syscall.c.
10736
10737 2015-03-11 Sergio Durigan Junior <sergiodj@redhat.com>
10738
10739 * breakpoint.c (breakpoint_find_if): New function.
10740 * breakpoint.h (breakpoint_find_if): New prototype.
10741
10742 2015-03-11 Gary Benson <gbenson@redhat.com>
10743
10744 * remote-fileio.h (remote_fileio_to_host_stat): New declaration.
10745 * remote-fileio.c (remote_fileio_to_host_uint): New function.
10746 (remote_fileio_to_host_ulong): Likewise.
10747 (remote_fileio_to_host_mode): Likewise.
10748 (remote_fileio_to_host_time): Likewise.
10749 (remote_fileio_to_host_stat): Likewise.
10750 * remote.c (PACKET_vFile_fstat): New enum value.
10751 (remote_protocol_features): Register the "vFile:fstat" feature.
10752 (remote_hostio_fstat): New function.
10753 (remote_bfd_iovec_stat): Use the above.
10754 (_initialize_remote): Register new "set/show remote
10755 hostio-fstat-packet" command.
10756 * symfile.c (separate_debug_file_exists): Update comment.
10757 * NEWS: Announce new vFile:fstat packet.
10758
10759 2015-03-11 Gary Benson <gbenson@redhat.com>
10760
10761 * common/common-remote-fileio.h: New file.
10762 * common/common-remote-fileio.c: Likewise.
10763 * Makefile.in (SFILES): Add common/common-remote-fileio.c.
10764 (HFILES_NO_SRCDIR): Add common/common-remote-fileio.h.
10765 (COMMON_OBS): Add common-remote-fileio.o.
10766 (common-remote-fileio.o): New rule.
10767 * remote-fileio.h (common-remote-fileio.h): New include.
10768 * remote-fileio.c (gdb/fileio.h): Do not include.
10769 (remote_fileio_to_be): Moved to common-remote-fileio.h.
10770 (remote_fileio_to_fio_uint): Likewise.
10771 (remote_fileio_to_fio_time): Likewise.
10772 (remote_fileio_mode_to_target): Moved to common-remote-fileio.c.
10773 (remote_fileio_to_fio_mode): Likewise.
10774 (remote_fileio_to_fio_ulong): Likewise.
10775 (remote_fileio_to_fio_stat): Likewise.
10776
10777 2015-03-11 Andy Wingo <wingo@igalia.com>
10778
10779 * guile/scm-value.c (gdbscm_value_dynamic_type): Fix typo in which
10780 we were checking the cached type, not the cached dynamic type.
10781
10782 2015-03-11 Andy Wingo <wingo@igalia.com>
10783
10784 * guile/scm-cmd.c (cmdscm_destroyer): Don't xfree the name and
10785 other strings, as these are on the GC'd heap, and will be
10786 collected along with the smob.
10787
10788 2015-03-11 Andy Wingo <wingo@igalia.com>
10789
10790 * guile/scm-objfile.c (gdbscm_objfile_progspace): New function.
10791 (objfile_functions): Bind gdbscm_objfile_progspace to
10792 objfile-progspace.
10793 * guile/lib/gdb.scm: Add objfile-progspace to exports.
10794
10795 2015-03-11 Andy Wingo <wingo@igalia.com>
10796
10797 * guile/guile.c (_initialize_guile): Disable automatic
10798 finalization, if Guile offers us that possibility.
10799 * guile/guile.c (call_initialize_gdb_module):
10800 * guile/scm-safe-call.c (gdbscm_with_catch): Arrange to run
10801 finalizers in appropriate places.
10802 * configure.ac (AC_TRY_LIBGUILE): Add a check for
10803 scm_set_automatic_finalization_enabled.
10804 * configure: Regenerated.
10805
10806 2015-03-11 Andreas Arnez <arnez@linux.vnet.ibm.com>
10807
10808 * s390-linux-tdep.c (s390_skip_prologue): Skip the prologue using
10809 SAL, if possible.
10810
10811 2015-03-11 Andreas Arnez <arnez@linux.vnet.ibm.com>
10812
10813 * s390-linux-nat.c (struct arch_lwp_info): New.
10814 (s390_fix_watch_points): Rename to...
10815 (s390_prepare_to_resume): ...this. Skip the PER info update
10816 unless the watch points have changed.
10817 (s390_refresh_per_info, s390_new_thread): New functions.
10818 (s390_insert_watchpoint): Call s390_refresh_per_info instead of
10819 s390_fix_watch_points.
10820 (s390_remove_watchpoint): Likewise.
10821 (_initialize_s390_nat): Reflect renaming of s390_fix_watch_points.
10822 Register s390_prepare_to_resume.
10823
10824 2015-03-09 Pedro Alves <palves@redhat.com>
10825
10826 Revert:
10827 2015-03-07 Pedro Alves <palves@redhat.com>
10828 * common/gdb_socket.h: New file.
10829 * ser-tcp.c: Include gdb_socket.h. Don't include netinet/in.h nor
10830 sys/socket.h.
10831 (net_open): Use union gdb_sockaddr_u.
10832
10833 2015-03-07 Pedro Alves <palves@redhat.com>
10834
10835 * configure.ac (build_warnings): Move -Wmissing-prototypes
10836 -Wdeclaration-after-statement -Wmissing-parameter-type
10837 -Wold-style-declaration -Wold-style-definition to the C-specific
10838 set.
10839 * configure: Regenerate.
10840
10841 2015-03-07 Pedro Alves <palves@redhat.com>
10842
10843 * common/gdb_socket.h: New file.
10844 * ser-tcp.c: Include gdb_socket.h. Don't include netinet/in.h nor
10845 sys/socket.h.
10846 (net_open): Use union gdb_sockaddr_u.
10847
10848 2015-03-07 Pedro Alves <palves@redhat.com>
10849
10850 * common/common-exceptions.c [!__cplusplus] (enum catcher_state)
10851 (exceptions_state_mc_action_iter)
10852 (exceptions_state_mc_action_iter_1, exceptions_state_mc_catch):
10853 Don't define.
10854 [__cplusplus] (try_scope_depth): New global.
10855 [__cplusplus] (exception_try_scope_entry)
10856 (exception_try_scope_exit, gdb_exception_sliced_copy)
10857 (exception_rethrow): New functions.
10858 (throw_exception): In C++ mode, throw
10859 gdb_exception_RETURN_MASK_QUIT for RETURN_QUIT and
10860 gdb_exception_RETURN_MASK_ERROR for RETURN_ERROR.
10861 (throw_it): In C++ mode, use try_scope_depth.
10862 * common/common-exceptions.h [!__cplusplus]
10863 (exceptions_state_mc_action_iter)
10864 (exceptions_state_mc_action_iter_1, exceptions_state_mc_catch):
10865 Don't declare.
10866 [__cplusplus] (exception_try_scope_entry)
10867 (exception_try_scope_exit, exception_rethrow): Declare.
10868 [__cplusplus] (struct exception_try_scope): New struct.
10869 [__cplusplus] (TRY, CATCH, END_CATCH): Reimplement on top of real
10870 C++ exceptions.
10871 (struct gdb_exception_RETURN_MASK_ALL)
10872 (struct gdb_exception_RETURN_MASK_ERROR)
10873 (struct gdb_exception_RETURN_MASK_QUIT): New types.
10874
10875 2015-03-07 Pedro Alves <palves@redhat.com>
10876
10877 * main.c (handle_command_errors): Remove volatile qualifier from
10878 parameter.
10879
10880 2015-03-07 Pedro Alves <palves@redhat.com>
10881
10882 * breakpoint.c (save_breakpoints): Adjust to avoid code between
10883 TRY and CATCH.
10884 * gdbtypes.c (safe_parse_type): Remove empty line.
10885 (types_deeply_equal):
10886 * guile/scm-frame.c (gdbscm_frame_name):
10887 * linux-thread-db.c (find_new_threads_once):
10888 * python/py-breakpoint.c (bppy_get_commands):
10889 * record-btrace.c (record_btrace_insert_breakpoint)
10890 (record_btrace_remove_breakpoint, record_btrace_start_replaying)
10891 (record_btrace_start_replaying): Adjust to avoid code between TRY
10892 and CATCH.
10893
10894 2015-03-07 Pedro Alves <palves@redhat.com>
10895
10896 * common/common-exceptions.c (struct catcher) <exception>: No
10897 longer a pointer to volatile exception. Now an exception value.
10898 <mask>: Delete field.
10899 (exceptions_state_mc_init): Remove all parameters. Adjust.
10900 (exceptions_state_mc): No longer pop the catcher here.
10901 (exceptions_state_mc_catch): New function.
10902 (throw_exception): Adjust.
10903 * common/common-exceptions.h (exceptions_state_mc_init): Remove
10904 all parameters.
10905 (exceptions_state_mc_catch): Declare.
10906 (TRY_CATCH): Rename to ...
10907 (TRY): ... this. Remove EXCEPTION and MASK parameters.
10908 (CATCH, END_CATCH): New.
10909 All callers adjusted.
10910
10911 2015-03-07 Tom Tromey <tromey@redhat.com>
10912
10913 * top.c (quit_force): Inline and delete DO_TRY, DO_PRINT_EX.
10914
10915 2015-03-07 Pedro Alves <palves@redhat.com>
10916
10917 * amd64-tdep.c (amd64_frame_cache, amd64_sigtramp_frame_cache)
10918 (amd64_epilogue_frame_cache): Normal exception handling code.
10919 * break-catch-throw.c (check_status_exception_catchpoint)
10920 (re_set_exception_catchpoint): Ditto.
10921 * cli/cli-interp.c (safe_execute_command):
10922 * cli/cli-script.c (script_from_file): Ditto.
10923 * compile/compile-c-symbols.c (generate_c_for_for_one_variable):
10924 Ditto.
10925 * compile/compile-object-run.c (compile_object_run): Ditto.
10926 * cp-abi.c (baseclass_offset): Ditto.
10927 * cp-valprint.c (cp_print_value): Ditto.
10928 * exceptions.c (catch_exceptions_with_msg):
10929 * frame-unwind.c (frame_unwind_try_unwinder): Ditto.
10930 * frame.c (get_frame_address_in_block_if_available): Ditto.
10931 * i386-tdep.c (i386_frame_cache, i386_epilogue_frame_cache)
10932 (i386_sigtramp_frame_cache): Ditto.
10933 * infcmd.c (post_create_inferior): Ditto.
10934 * linespec.c (parse_linespec, find_linespec_symbols):
10935 * p-valprint.c (pascal_object_print_value): Ditto.
10936 * parse.c (parse_expression_for_completion): Ditto.
10937 * python/py-finishbreakpoint.c (bpfinishpy_init): Ditto.
10938 * remote.c (remote_get_noisy_reply): Ditto.
10939 * s390-linux-tdep.c (s390_frame_unwind_cache): Ditto.
10940 * solib-svr4.c (solib_svr4_r_map): Ditto.
10941
10942 2015-03-06 Gary Benson <gbenson@redhat.com>
10943
10944 * common/common-utils.h (startswith): New inline function.
10945 All places where this logic was used updated to use the above.
10946
10947 2015-03-05 Pedro Alves <palves@redhat.com>
10948
10949 PR gdb/18002
10950 * mem-break.c (default_memory_insert_breakpoint): Set shadow_len
10951 after reading the breakpoint's shadow memory.
10952
10953 2015-03-05 Mark Kettenis <kettenis@gnu.org>
10954
10955 * hppabsd-nat.c: Remove file.
10956 * hppaobsd-nat.c: New file.
10957 * Makefile.in (ALLDEPFILES): Remove hppabsd-nat.c. Add
10958 hppaobsd-nat.c.
10959 * config/pa/obsd.mh (NATDEPFILES): Replace hppabsd-nat.o with
10960 hppaobsd-nat.o.
10961
10962 2015-03-04 Pedro Alves <palves@redhat.com>
10963
10964 * target.h (struct target_ops) <to_decr_pc_after_break>: Delete.
10965 (target_decr_pc_after_break): Delete declaration.
10966 * target.c (default_target_decr_pc_after_break)
10967 (target_decr_pc_after_break): Delete.
10968 * linux-nat.c (check_stopped_by_breakpoint, linux_nat_wait_1): Use
10969 gdbarch_decr_pc_after_break instead of target_decr_pc_after_break.
10970 * linux-thread-db.c (check_event): Likewise.
10971 * infrun.c (adjust_pc_after_break): Likewise.
10972 * darwin-nat.c (cancel_breakpoint): Likewise.
10973 * aix-thread.c (aix_thread_wait): Likewise.
10974 * target-delegates.c: Regenerate.
10975
10976 2015-03-04 Pedro Alves <palves@redhat.com>
10977
10978 * linux-nat.c (save_sigtrap): Check for breakpoints before
10979 checking watchpoints.
10980 (status_callback) [USE_SIGTRAP_SIGINFO]: Don't check whether a
10981 breakpoint is inserted if relying on SIGTRAP's siginfo.si_code.
10982 (check_stopped_by_breakpoint) [USE_SIGTRAP_SIGINFO]: Decide whether
10983 a breakpoint triggered based on the SIGTRAP's siginfo.si_code.
10984 (linux_nat_stopped_by_sw_breakpoint)
10985 (linux_nat_supports_stopped_by_sw_breakpoint)
10986 (linux_nat_stopped_by_hw_breakpoint)
10987 (linux_nat_supports_stopped_by_hw_breakpoint): New functions.
10988 (linux_nat_wait_1): Don't re-increment the PC if relying on
10989 SIGTRAP's siginfo->si_code.
10990 (linux_nat_add_target): Install new target methods.
10991 * linux-thread-db.c (check_event): Don't account for breakpoint PC
10992 offset if the target already adjusted the PC.
10993 * nat/linux-ptrace.h (USE_SIGTRAP_SIGINFO): New.
10994 (GDB_ARCH_TRAP_BRKPT): New.
10995 (TRAP_HWBKPT): Define if not already defined.
10996
10997 2015-03-04 Pedro Alves <palves@redhat.com>
10998
10999 * NEWS: Mention the new "swbreak" and "hwbreak" stop reasons.
11000 * remote.c (struct remote_state) <remote_stopped_by_watchpoint_p>:
11001 Delete field.
11002 <stop_reason>: New field.
11003 (PACKET_swbreak_feature, PACKET_hwbreak_feature): New enum values.
11004 (packet_set_cmd_state): New function.
11005 (remote_protocol_features): Register the "swbreak" and "hwbreak"
11006 features.
11007 (remote_query_supported): If not disabled with the corresponding
11008 "set remote foo-packet" command, report support for the swbreak
11009 and hwbreak features.
11010 (struct stop_reply) <remote_stopped_by_watchpoint_p>: Delete
11011 field.
11012 <stop_reason>: New field.
11013 (remote_parse_stop_reply): Handle "swbreak" and "hwbreak".
11014 (remote_wait_as): Adjust.
11015 (remote_stopped_by_sw_breakpoint)
11016 (remote_supports_stopped_by_sw_breakpoint)
11017 (remote_stopped_by_hw_breakpoint)
11018 (remote_supports_stopped_by_hw_breakpoint): New functions.
11019 (remote_stopped_by_watchpoint): New function.
11020 (init_remote_ops): Install them.
11021 (_initialize_remote): Register new "set/show remote
11022 swbreak-feature-packet" and "set/show remote
11023 swbreak-feature-packet" commands.
11024
11025 2015-03-04 Pedro Alves <palves@redhat.com>
11026
11027 * btrace.h: Include target/waitstatus.h.
11028 (struct btrace_thread_info) <stop_reason>: New field.
11029 * record-btrace.c (record_btrace_step_thread): Use
11030 record_check_stopped_by_breakpoint instead of breakpoint_here_p.
11031 (record_btrace_decr_pc_after_break): Delete.
11032 (record_btrace_stopped_by_sw_breakpoint)
11033 (record_btrace_supports_stopped_by_sw_breakpoint)
11034 (record_btrace_stopped_by_hw_breakpoint)
11035 (record_btrace_supports_stopped_by_hw_breakpoint): New functions.
11036 (init_record_btrace_ops): Install them.
11037 * record-full.c (record_full_hw_watchpoint): Delete and replace
11038 with ...
11039 (record_full_stop_reason): ... this throughout.
11040 (record_full_exec_insn): Adjust.
11041 (record_full_wait_1): Adjust. No longer re-increment the PC.
11042 (record_full_wait_1): Adjust. Use
11043 record_check_stopped_by_breakpoint instead of breakpoint_here_p.
11044 (record_full_stopped_by_watchpoint): Adjust.
11045 (record_full_stopped_by_sw_breakpoint)
11046 (record_full_supports_stopped_by_sw_breakpoint)
11047 (record_full_supports_stopped_by_sw_breakpoint)
11048 (record_full_stopped_by_hw_breakpoint)
11049 (record_full_supports_stopped_by_hw_breakpoint): New functions.
11050 (init_record_full_ops, init_record_full_core_ops): Install them.
11051 * record.c (record_check_stopped_by_breakpoint): New function.
11052 * record.h: Include target/waitstatus.h.
11053 (record_check_stopped_by_breakpoint): New declaration.
11054
11055 2015-03-04 Pedro Alves <palves@redhat.com>
11056
11057 enum lwp_stop_reason -> enum target_stop_reason
11058 * linux-nat.c (linux_resume_one_lwp, check_stopped_by_watchpoint)
11059 (linux_nat_stopped_by_watchpoint, status_callback)
11060 (linux_nat_wait_1): Adjust.
11061 * linux-nat.h (enum lwp_stop_reason): Delete.
11062 (struct lwp_info) <stop_reason>: Now an enum target_stop_reason.
11063 * x86-linux-nat.c (x86_linux_prepare_to_resume): Adjust.
11064 * target/waitstatus.h (enum target_stop_reason): New.
11065
11066 2015-03-04 Pedro Alves <palves@redhat.com>
11067
11068 * breakpoint.c (need_moribund_for_location_type): New function.
11069 (bpstat_stop_status): Don't skipping checking moribund locations
11070 of breakpoint types which the target tell caused a stop.
11071 (program_breakpoint_here_p): New function, factored out from ...
11072 (bp_loc_is_permanent): ... this.
11073 (update_global_location_list): Don't create a moribund location if
11074 the target supports reporting stops of the type of the removed
11075 breakpoint.
11076 * breakpoint.h (program_breakpoint_here_p): New declaration.
11077 * infrun.c (adjust_pc_after_break): Return early if the target has
11078 already adjusted the PC. Add comments.
11079 (handle_signal_stop): If nothing explains a signal, and the target
11080 tells us the stop was caused by a software breakpoint, check if
11081 there's a breakpoint instruction in the memory. If so, adjust the
11082 PC before presenting the stop to the user. Otherwise, ignore the
11083 trap. If nothing explains a signal, and the target tells us the
11084 stop was caused by a hardware breakpoint, ignore the trap.
11085 * target.h (struct target_ops) <to_stopped_by_sw_breakpoint,
11086 to_supports_stopped_by_sw_breakpoint, to_stopped_by_hw_breakpoint,
11087 to_supports_stopped_by_hw_breakpoint>: New fields.
11088 (target_stopped_by_sw_breakpoint)
11089 (target_supports_stopped_by_sw_breakpoint)
11090 (target_stopped_by_hw_breakpoint)
11091 (target_supports_stopped_by_hw_breakpoint): Define.
11092 * target-delegates.c: Regenerate.
11093
11094 2015-03-04 Pedro Alves <palves@redhat.com>
11095
11096 * infrun.c (follow_fork_inferior): Use the whole of the
11097 inferior_ptid and pending_follow.related_pid ptids instead of
11098 building ptids from the process components. Adjust verbose output
11099 to use target_pid_to_str.
11100 * linux-nat.c (linux_child_follow_fork): Use the whole of the
11101 inferior_ptid and pending_follow.related_pid ptids instead of
11102 building ptids from the process components.
11103
11104 2015-03-04 Mark Kettenis <kettenis@gnu.org>
11105
11106 * inf-ptrace.c [PT_GET_PROCESS_STATE]
11107 (inf_ptrace_insert_fork_catchpoint): New function.
11108 (inf_ptrace_remove_fork_catchpoint): New function.
11109 (inf_ptrace_target) [PT_GET_PROCESS_STATE]: Install them.
11110
11111 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
11112
11113 * s390-linux-tdep.c (s390_register_name): Return empty string
11114 instead of NULL for registers that shouldn't be visible.
11115
11116 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
11117
11118 * s390-linux-tdep.c (s390_gdbarch_init): Use the correct syscall
11119 XML file for 64-bit targets.
11120
11121 2015-03-03 Simon Marchi <simon.marchi@ericsson.com>
11122
11123 * target.h (find_default_create_inferior): Remove declaration.
11124 (find_default_attach): Likewise.
11125
11126 2015-03-03 Pedro Alves <palves@redhat.com>
11127
11128 * inf-ptrace.c (inf_ptrace_resume): Remove spurious whitespace.
11129 Use ptid_get_pid to get the overall process id when resuming all
11130 threads.
11131
11132 2015-03-03 Pedro Alves <palves@redhat.com>
11133
11134 * i386-linux-nat.c (i386_linux_resume): Get the ptrace PID out of
11135 the lwp field of ptid. Pass the full ptid to get_thread_regcache.
11136 * inf-ptrace.c (get_ptrace_pid): New function.
11137 (inf_ptrace_resume): Use it.
11138 * linux-nat.c (linux_resume_one_lwp): Pass the LWP's ptid ummodified
11139 to the lower layer.
11140
11141 2015-03-03 Markus Metzger <markus.t.metzger@intel.com>
11142
11143 * nat/linux-btrace.c: Include sys/utsname.h.
11144 (linux_determine_kernel_ptr_bits): New.
11145 (linux_enable_bts): Call linux_determine_kernel_ptr_bits.
11146 * x86-linux-nat.c (x86_linux_enable_btrace): Do not overwrite non-zero
11147 ptr_bits.
11148
11149 2015-03-03 Markus Metzger <markus.t.metzger@intel.com>
11150
11151 * btrace.c (ftrace_update_function): Treat return as tailcall for
11152 "_dl_runtime_resolve".
11153
11154 2015-03-03 Markus Metzger <markus.t.metzger@intel.com>
11155
11156 * btrace.h (btrace_function) <lbegin, lend>: Remove.
11157 * btrace.c (ftrace_debug): Do not print the line range.
11158 (ftrace_skip_file, ftrace_update_lines): Remove.
11159 (ftrace_new_function): Remove lbegin and lend initialization.
11160 (btrace_compute_ftrace_bts): Remove call to ftrace_update_lines.
11161 * record-btrace.c (btrace_compute_src_line_range): New.
11162 (btrace_call_history_src_line): Call btrace_compute_src_line_range.
11163
11164 2015-03-02 Pedro Alves <palves@redhat.com>
11165
11166 * infrun.c (follow_exec): Delete all threads of the process except
11167 the event thread. Extended comments.
11168
11169 2015-03-02 Joel Brobecker <brobecker@adacore.com>
11170
11171 * contrib/ari/gdb_ari.sh: Reinstate checks for "true" and "false".
11172
11173 2015-03-02 Joel Brobecker <brobecker@adacore.com>
11174
11175 * utils.h: Remove <stdbool.h> #include.
11176 (producer_is_gcc): Change return type to "int".
11177 * utils.c (producer_is_gcc): Change return type to int.
11178 Return 1 instead of true, and 0 instead of false.
11179 Adjust function documentation accordingly.
11180
11181 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
11182
11183 * s390-linux-nat.c (have_regset_vxrs): New static variable.
11184 (s390_linux_fetch_inferior_registers): Handle vector registers, if
11185 present.
11186 (s390_linux_store_inferior_registers): Likewise.
11187 (s390_get_hwcap): Remove function. Embed its logic...
11188 (s390_read_description): ...here. Yield a target description with
11189 vector registers if applicable.
11190 * s390-linux-tdep.c: Include "features/s390-vx-linux64.c",
11191 "features/s390-tevx-linux64.c", "features/s390x-vx-linux64.c", and
11192 "features/s390x-tevx-linux64.c".
11193 (struct gdbarch_tdep) <v0_full_regnum>: New field.
11194 (s390_dwarf_regmap): Add vector registers. Remove bogus entries
11195 for "GNU/Linux-specific registers".
11196 (s390_dwarf_reg_r0l): New enum value.
11197 (s390_dwarf_reg_to_regnum): Support vector registers.
11198 (s390_adjust_frame_regnum): Adjust pseudo DWARF register numbers
11199 of GPR lower halves.
11200 (regnum_is_vxr_full): New function.
11201 (s390_register_name): New function.
11202 (s390_pseudo_register_name): Handle v0-v15, which are composed of
11203 f0-f15 and v0l-v15l.
11204 (s390_pseudo_register_type): Likewise.
11205 (s390_pseudo_register_read): Likewise.
11206 (s390_pseudo_register_write): Likewise.
11207 (s390_value_from_register): Account for the fact that values are
11208 placed left-justified in vector registers.
11209 (s390_pseudo_register_reggroup_p): Add pseudo registers v0-v15 to
11210 the vector reggroup and omit them from the general reggroup.
11211 (s390_regmap_vxrs_low, s390_regmap_vxrs_high): New register maps.
11212 (s390_vxrs_low_regset, s390_vxrs_high_regset): New regsets.
11213 (s390_iterate_over_regset_sections): Add iterations for the two
11214 new vector regsets.
11215 (s390_core_read_description): Yield a target description with
11216 vector registers if applicable.
11217 (s390_gdbarch_init): Handle target descriptions with vector
11218 registers. Add "register_name" gdbarch method.
11219 (_initialize_s390_tdep): Call new tdesc initialization functions.
11220 * s390-linux-tdep.h (HWCAP_S390_VX): New macro.
11221 (S390_V0_LOWER_REGNUM, S390_V1_LOWER_REGNUM, S390_V2_LOWER_REGNUM)
11222 (S390_V3_LOWER_REGNUM, S390_V4_LOWER_REGNUM, S390_V5_LOWER_REGNUM)
11223 (S390_V6_LOWER_REGNUM, S390_V7_LOWER_REGNUM, S390_V8_LOWER_REGNUM)
11224 (S390_V9_LOWER_REGNUM, S390_V10_LOWER_REGNUM)
11225 (S390_V11_LOWER_REGNUM, S390_V12_LOWER_REGNUM)
11226 (S390_V13_LOWER_REGNUM, S390_V14_LOWER_REGNUM)
11227 (S390_V15_LOWER_REGNUM, S390_V16_REGNUM, S390_V17_REGNUM)
11228 (S390_V18_REGNUM, S390_V19_REGNUM, S390_V20_REGNUM)
11229 (S390_V21_REGNUM, S390_V22_REGNUM, S390_V23_REGNUM)
11230 (S390_V24_REGNUM, S390_V25_REGNUM, S390_V26_REGNUM)
11231 (S390_V27_REGNUM, S390_V28_REGNUM, S390_V29_REGNUM)
11232 (S390_V30_REGNUM, S390_V31_REGNUM): New macros.
11233 (S390_NUM_REGS): Adjust value.
11234 (s390_vxrs_low_regset, s390_vxrs_high_regset): Declare.
11235 (tdesc_s390_vx_linux64, tdesc_s390_tevx_linux64)
11236 (tdesc_s390x_vx_linux64, tdesc_s390x_tevx_linux64): Likewise.
11237 * NEWS: Announce S/390 vector register support.
11238
11239 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
11240
11241 * features/s390-tevx-linux64.xml: New file.
11242 * features/s390-vx-linux64.xml: New file.
11243 * features/s390-vx.xml: New file.
11244 * features/s390x-tevx-linux64.xml: New file.
11245 * features/s390x-vx-linux64.xml: New file.
11246 * features/Makefile (WHICH): Add s390-vx-linux64,
11247 s390x-vx-linux64, s390-tevx-linux64, and s390x-tevx-linux64.
11248 (s390-vx-linux64-expedite, s390-tevx-linux64-expedite)
11249 (s390x-vx-linux64-expedite, s390x-tevx-linux64-expedite): New
11250 macros.
11251 * features/s390-tevx-linux64.c: New generated file.
11252 * features/s390-vx-linux64.c: Likewise.
11253 * features/s390x-tevx-linux64.c: Likewise.
11254 * features/s390x-vx-linux64.c: Likewise.
11255 * regformats/s390-tevx-linux64.dat: Likewise.
11256 * regformats/s390-vx-linux64.dat: Likewise.
11257 * regformats/s390x-tevx-linux64.dat: Likewise.
11258 * regformats/s390x-vx-linux64.dat: Likewise.
11259
11260 2015-02-28 Doug Evans <xdje42@gmail.com>
11261
11262 * symtab.h (struct symtab) <next>: Fix comment.
11263
11264 2015-02-27 Simon Marchi <simon.marchi@ericsson.com>
11265
11266 * python/python.c (python_GdbModuleDef): Rename GdbMethods to
11267 python_GdbMethods.
11268
11269 2015-02-27 Pedro Alves <palves@redhat.com>
11270
11271 * dtrace-probe.c (dtrace_probe_ops): Make extern.
11272
11273 2015-02-27 Pedro Alves <palves@redhat.com>
11274
11275 * common/common-exceptions.h (exception_none): Declare.
11276 * common/common-exceptions.c (exception_none): Moved from
11277 exceptions.c.
11278 (exceptions_state_mc_init): Use exception_none.
11279 * exceptions.c (exception_none): Move to
11280 common/common-exceptions.c.
11281 * exceptions.h (exception_none): Move to
11282 common/common-exceptions.h.
11283
11284 2015-02-27 Pedro Alves <palves@redhat.com>
11285
11286 * main.c (catch_command_errors, catch_command_errors_const):
11287 Remove 'mask' argument. Adjust.
11288 (captured_main): Adjust callers.
11289
11290 2015-02-27 Pedro Alves <palves@redhat.com>
11291
11292 * python/python-internal.h: Include "extension-priv.h".
11293
11294 2015-02-27 Pedro Alves <palves@redhat.com>
11295
11296 * breakpoint.h (enum print_stop_action): Move further up in the
11297 file.
11298
11299 2015-02-27 Pedro Alves <palves@redhat.com>
11300
11301 * gdbarch.sh: Include regcache.h.
11302 * gdbarch.h: Regenerate.
11303
11304 2015-02-27 Pedro Alves <palves@redhat.com>
11305
11306 * arm-tdep.c (decode_insn) <arm_handle_insn, thumb_handle_insn>:
11307 Remove duplicate const.
11308 * sparc-sol2-tdep.c (sparc_sol2_static_transform_name): Remove
11309 duplicate const.
11310
11311 2015-02-27 Pedro Alves <palves@redhat.com>
11312
11313 * cp-valprint.c (vtbl_ptr_name): Use EXPORTED_CONST.
11314 * guile/guile.c (extension_language_guile): Use EXPORTED_CONST.
11315 * features/feature_to_c.sh: Tag the generated xml_builtin array
11316 with extern const in C++ mode.
11317
11318 2015-02-27 Tom Tromey <tromey@redhat.com>
11319
11320 * minidebug.c (struct lzma_stream): Rename to ...
11321 (struct gdb_lzma_stream): ... this.
11322 (lzma_open, lzma_pread, lzma_close, lzma_stat): Adjust.
11323
11324 2015-02-27 Pedro Alves <palves@redhat.com>
11325
11326 * mi/mi-cmd-stack.c (mi_apply_ext_lang_frame_filter): New
11327 function.
11328 (mi_cmd_stack_list_locals, mi_cmd_stack_list_args)
11329 (mi_cmd_stack_list_variables): Use it.
11330
11331 2015-02-27 Pedro Alves <palves@redhat.com>
11332
11333 * x86-linux-nat.c (u_debugreg_offset): New function.
11334 (x86_linux_dr_get, x86_linux_dr_set): Use it.
11335
11336 2015-02-27 Pedro Alves <palves@redhat.com>
11337
11338 * nat/x86-dregs.h (enum target_hw_bp_type): Remove forward
11339 declaration.
11340 Include break-common.h.
11341
11342 2015-02-27 Tom Tromey <tromey@redhat.com>
11343 Pedro Alves <palves@redhat.com>
11344
11345 * arm-tdep.c (set_fp_model_sfunc, arm_set_abi): Use 'int' for
11346 local used to iterate over enums.
11347 * completer.c (signal_completer): Likewise.
11348 * i386-tdep.c (i386_stap_parse_special_token): Likewise.
11349 * rs6000-tdep.c (powerpc_set_vector_abi): Likewise.
11350 * tui/tui-data.c (tui_next_win, tui_prev_win): Likewise.
11351 * tui/tui-layout.c (next_layout, prev_layout): Likewise.
11352 * tui/tui-win.c (tui_refresh_all_win, tui_rehighlight_all)
11353 (tui_resize_all, tui_set_focus_command, tui_all_windows_info): Likewise.
11354 * tui-wingeneral.c (tui_refresh_all): Likewise.
11355
11356 2015-02-27 Pedro Alves <palves@redhat.com>
11357
11358 * target.h: Include "infrun.h".
11359
11360 2015-02-27 Pedro Alves <palves@redhat.com>
11361
11362 * gdb_proc_service.h: Wrap with EXTERN_C_PUSH/EXTERN_C_POP.
11363
11364 2015-02-27 Pedro Alves <palves@redhat.com>
11365
11366 * common/agent.h (IPA_SYM_EXPORTED_NAME): New.
11367 (IPA_SYM): Use it.
11368 * common/common-defs.h (EXTERN_C_PUSH, EXTERN_C_POP): New macros.
11369
11370 2015-02-27 Pedro Alves <palves@redhat.com>
11371
11372 * cli-out.c (_rl_erase_entire_line): Move declaration out of
11373 cli_mld_erase_entire_line, and make it extern "C".
11374 * common/common-defs.h (EXTERN_C): New.
11375 * completer.c (_rl_completion_prefix_display_length)
11376 (_rl_print_completions_horizontally, QSFUNC): Move declarations
11377 out of gdb_display_match_list_1.
11378 (_rl_qsort_string_compare): Move declaration out of
11379 gdb_display_match_list_1, and make it extern "C".
11380 * defs.h (re_comp): Use EXTERN_C.
11381 * maint.c (_mcleanup): Move declaration out of mcleanup_wrapper,
11382 and make it extern "C".
11383 (monstartup): Move declaration out of maintenance_set_profile_cmd,
11384 and make it extern "C".
11385 (main): Move declaration out of maintenance_set_profile_cmd.
11386 * nat/linux-ptrace.c (linux_ptrace_attach_fail_reason_string): Use
11387 EXTERN_C.
11388
11389 2015-02-27 Pedro Alves <palves@redhat.com>
11390
11391 * python/python.c (GdbMethods): Rename to ...
11392 (python_GdbMethods): ... this and make extern.
11393 (GdbModuleDef): Rename to ...
11394 (python_GdbModuleDef): ... this and make extern.
11395
11396 2015-02-27 Pedro Alves <palves@redhat.com>
11397
11398 * record-btrace.c (set_record_btrace_cmdlist)
11399 (show_record_btrace_cmdlist): Remove redefinitions.
11400
11401 2015-02-27 Tom Tromey <tromey@redhat.com>
11402 Pedro Alves <palves@redhat.com>
11403
11404 * dwarf2-frame.c (enum cfa_how_kind, struct
11405 dwarf2_frame_state_reg_info): Move out of struct
11406 dwarf2_frame_state.
11407 * dwarf2read.c (struct tu_stats): Move out of struct
11408 dwarf2_per_objfile.
11409 (struct file_entry): Move out of struct line_header.
11410 (struct nextfield, struct nextfnfield, struct fnfieldlist, struct
11411 typedef_field_list): Move out of struct field_info.
11412 * gdbtypes.h (enum dynamic_prop_kind, union dynamic_prop_data):
11413 Move out of struct dynamic_prop.
11414 (union type_owner, union field_location, struct field, struct
11415 range_bounds, union type_specific): Move out of struct main_type.
11416 (struct fn_fieldlist, struct fn_field, struct typedef_field)
11417 (VOFFSET_STATIC): Move out of struct cplus_struct_type.
11418 (struct call_site_target, union call_site_parameter_u, struct
11419 call_site_parameter): Move out of struct call_site.
11420 * m32c-tdep.c (enum m32c_prologue_kind): Move out of struct
11421 m32c_prologue.
11422 (enum srcdest_kind): Move out of struct srcdest.
11423 * main.c (enum cmdarg_kind): Move out of struct cmdarg.
11424 * prologue-value.h (enum prologue_value_kind): Move out of struct
11425 prologue_value.
11426 * s390-linux-tdep.c (enum s390_abi_kind): Move out of struct
11427 gdbarch_tdep.
11428 * stabsread.c (struct nextfield, struct next_fnfieldlist): Move
11429 out of struct field_info.
11430 * symfile.h (struct other_sections): Move out of struct
11431 section_addr_info.
11432 * symtab.c (struct symbol_cache_slot): Move out struct
11433 block_symbol_cache.
11434 * target-descriptions.c (enum tdesc_type_kind): Move out of
11435 typedef struct tdesc_type.
11436 * tui/tui-data.h (enum tui_line_or_address_kind): Move out of
11437 struct tui_line_or_address.
11438 * value.c (enum internalvar_kind, union internalvar_data): Move
11439 out of struct internalvar.
11440 * xtensa-tdep.h (struct ctype_cache): Move out of struct
11441 gdbarch_tdep.
11442
11443 2015-02-27 Tom Tromey <tromey@redhat.com>
11444 Pedro Alves <palves@redhat.com>
11445
11446 Rename symbols whose names are reserved C++ keywords throughout.
11447
11448 2015-02-27 Pedro Alves <palves@redhat.com>
11449
11450 * Makefile.in (COMPILER): New, get it from autoconf.
11451 (COMPILE.pre, CC_LD): Use COMPILER.
11452 (CXX): Get from autoconf instead.
11453 (CXX_FOR_TARGET): Default to g++ instead of gcc.
11454 * acinclude.m4: Include build-with-cxx.m4.
11455 * build-with-cxx.m4: New file.
11456 * configure.ac: Call AC_PROG_CXX and GDB_AC_BUILD_WITH_CXX.
11457 Disable -Werror by default if building in C++ mode.
11458 (build_warnings): Add -Wno-sign-compare, -Wno-write-strings and
11459 -Wno-narrowing in C++ mode. Only enable -Wpointer-sign in C mode.
11460 Run supported-warning-flags tests with the C++ compiler.
11461 Save/restore CXXFLAGS too.
11462 * configure: Regenerate.
11463
11464 2015-02-27 Pedro Alves <palves@redhat.com>
11465
11466 * libiberty.m4: New file.
11467 * acinclude.m4: Include libiberty.m4.
11468 * configure.ac: Call libiberty_INIT.
11469 * config.in, configure: Regenerate.
11470
11471 2015-02-27 Andreas Arnez <arnez@linux.vnet.ibm.com>
11472
11473 * s390-linux-tdep.c (s390_gcc_target_options): Not just handle
11474 31-bit targets, but 64-bit targets as well.
11475 (s390_gnu_triplet_regexp): New function.
11476 (s390_gdbarch_init): Set the gcc_target_options gdbarch method for
11477 64-bit targets as well. Set the gnu_triplet_regexp gdbarch
11478 method.
11479
11480 2015-02-27 Jon TURNEY <jon.turney@dronecode.org.uk> (tiny patch)
11481
11482 * windows-nat.c (CONTEXT_DEBUGGER): Remove.
11483 (CONTEXT_DEBUGGER_DR): Add CONTEXT_SEGMENTS. Incorporate flags
11484 from CONTEXT_DEBUGGER.
11485
11486 2015-02-26 Doug Evans <dje@google.com>
11487
11488 * gdbtypes.c (internal_type_vptr_fieldno): Add missing call to
11489 CHECK_TYPEDEF.
11490 (set_type_vptr_fieldno): Ditto.
11491 (internal_type_vptr_basetype, set_type_vptr_basetype): Ditto.
11492 * gnu-v3-abi.c (gnuv3_dynamic_class): Ditto.
11493
11494 2015-02-26 Pedro Alves <palves@redhat.com>
11495
11496 * auto-load.h (file_is_auto_load_safe): Add ATTRIBUTE_PRINTF.
11497 * complaints.c (vcomplaint): Pass argument FMT directly to
11498 printf-like functions instead of complaint->fmt.
11499 * ctf.c (ctf_save_write_metadata): Add ATTRIBUTE_PRINTF.
11500 * darwin-nat.c (inferior_debug): Add ATTRIBUTE_PRINTF.
11501 * compile/compile-loc2c.c (pushf, unary, binary): Add
11502 ATTRIBUTE_PRINTF.
11503 (do_compile_dwarf_expr_to_c): Pass string literal as format string
11504 to pushf.
11505 (BINARY): Pass string literal as format string to 'binary'.
11506 * compile/compile-object-load.c (link_callbacks_einfo): Add
11507 ATTRIBUTE_PRINTF.
11508 * guile/guile-internal.h (gdbscm_printf): Add ATTRIBUTE_PRINTF.
11509
11510 2015-02-26 Pedro Alves <palves@redhat.com>
11511
11512 * windows-termcap.c: Rename to ...
11513 * stub-termcap.c: ... this. Adjust header line.
11514 * Makefile.in (SFILES): Refer to stub-termcap.c instead of
11515 windows-termcap.c.
11516 * configure: Regenerate.
11517 * configure.ac: Refer to stub-termcap.o instead of
11518 windows-termcap.o.
11519 * gdb_curses.h: Mention stub-termcap.c instead of
11520 windows-termcap.c.
11521
11522 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
11523
11524 * compile/compile-c-symbols.c (convert_one_symbol, convert_symbol_bmsym)
11525 (gcc_symbol_address): Call gnu_ifunc_resolve_addr.
11526
11527 2015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
11528
11529 * gdb/infcmd.c (print_return_value): use type_to_string to print type.
11530
11531 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
11532
11533 * elfread.c (elf_read_minimal_symbols): Use bfd_alloc for
11534 bfd_canonicalize_symtab.
11535
11536 2015-02-25 John Baldwin <jhb@FreeBSD.org>
11537
11538 * amd64fbsd-nat.c: Include sys/user.h.
11539 (_initialize_amd64fbsd_nat): Use the KERN_PROC_SIGTRAMP sysctl
11540 instead of KERN_PS_STRINGS to locate the signal trampoline.
11541 * i386fbsd-nat.c: Include sys/user.h.
11542 (_initialize_i386fbsd_nat): Use the KERN_PROC_SIGTRAMP sysctl
11543 instead of KERN_PS_STRINGS to locate the signal trampoline.
11544 * amd64fbsd-tdep.c (amd64fbsd_sigtramp_code): New.
11545 (amd64fbsd_sigtramp_p): New.
11546 (amd64fbsd_sigtramp_start_addr, amd64fbsd_sigtramp_end_addr): No
11547 longer set default values.
11548 (amd64fbsd_init_abi): Set "sigtramp_p" to "amd64fbsd_sigtramp_p".
11549 * i386fbsd-tdep.c (i386fbsd_sigtramp_start)
11550 (i386fbsd_sigtramp_middle, i386fbsd_sigtramp_end)
11551 (i386fbsd_freebsd4_sigtramp_start)
11552 (i386fbsd_freebsd4_sigtramp_middle)
11553 (i386fbsd_freebsd4_sigtramp_end, i386fbsd_osigtramp_start)
11554 (i386fbsd_osigtramp_middle, i386fbsd_osigtramp_end): New.
11555 (i386fbsd_sigtramp_p): New.
11556 (i386fbsd_sigtramp_start_addr, i386fbsd_sigtramp_end_addr): No
11557 longer set default values.
11558 (i386fbsd_init_abi): Set "sigtramp_p" to "i386fbsd_sigtramp_p".
11559
11560 2015-02-25 John Baldwin <jhb@freebsd.org>
11561
11562 * amd64fbsd-tdep.c (amd64fbsd_sigcontext_addr): Use
11563 get_frame_register instead of frame_unwind_register_unsigned.
11564
11565 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
11566
11567 PR build/18033
11568 * compile/compile-c-support.c (c_compute_program): Change // comment.
11569 * compile/compile-object-load.c (setup_sections): Change // comment.
11570
11571 2015-02-26 Joel Brobecker <brobecker@adacore.com>
11572
11573 PR build/18033:
11574 * iq2000-tdep.c (iq2000_frame_cache): Delete C++-style comment.
11575
11576 2015-02-23 Pedro Alves <palves@redhat.com>
11577
11578 * remote.c (skip_to_semicolon): New function.
11579 (remote_parse_stop_reply) <T stop reply>: Use it. Don't
11580 special case the stop reasons that look like hex numbers
11581 upfront. Instead handle real register numbers after matching
11582 all the known stop reasons.
11583
11584 2015-02-21 Doug Evans <dje@google.com>
11585
11586 PR c++/17976, symtab/17821
11587 * cp-namespace.c (cp_search_static_and_baseclasses): New parameter
11588 is_in_anonymous. All callers updated.
11589 (find_symbol_in_baseclass): Ditto.
11590 (cp_lookup_nested_symbol_1): Ditto. Don't search all static blocks
11591 for symbols in an anonymous namespace.
11592 * dwarf2read.c (namespace_name): Don't call dwarf2_name, fetch
11593 DW_AT_name directly.
11594 (dwarf2_name): Convert missing namespace name to
11595 CP_ANONYMOUS_NAMESPACE_STR.
11596
11597 2015-02-20 Pedro Alves <palves@redhat.com>
11598
11599 * linux-nat.c (linux_handle_extended_wait): Call
11600 thread_db_notice_clone whenever a new clone LWP is detected.
11601 (linux_stop_and_wait_all_lwps, linux_unstop_all_lwps): New
11602 functions.
11603 * linux-nat.h (thread_db_attach_lwp): Delete declaration.
11604 (thread_db_notice_clone, linux_stop_and_wait_all_lwps)
11605 (linux_unstop_all_lwps): Declare.
11606 * linux-thread-db.c (struct thread_get_info_inout): Delete.
11607 (thread_get_info_callback): Delete.
11608 (thread_from_lwp): Use td_thr_get_info and record_thread.
11609 (thread_db_attach_lwp): Delete.
11610 (thread_db_notice_clone): New function.
11611 (try_thread_db_load_1): If /proc is mounted and shows the
11612 process'es task list, walk over all LWPs and call thread_from_lwp
11613 instead of relying on td_ta_thr_iter.
11614 (attach_thread): Don't call check_thread_signals here. Split the
11615 tail part of the function (which adds the thread to the core GDB
11616 thread list) to ...
11617 (record_thread): ... this function. Call check_thread_signals
11618 here.
11619 (thread_db_wait): Don't call thread_db_find_new_threads_1. Always
11620 call thread_from_lwp.
11621 (thread_db_update_thread_list): Rename to ...
11622 (thread_db_update_thread_list_org): ... this.
11623 (thread_db_update_thread_list): New function.
11624 (thread_db_find_thread_from_tid): Delete.
11625 (thread_db_get_ada_task_ptid): Simplify.
11626 * nat/linux-procfs.c: Include <sys/stat.h>.
11627 (linux_proc_task_list_dir_exists): New function.
11628 * nat/linux-procfs.h (linux_proc_task_list_dir_exists): Declare.
11629
11630 2015-02-20 Pedro Alves <palves@redhat.com>
11631
11632 * linux-nat.c (lin_lwp_attach_lwp): No longer special case the
11633 main LWP. Handle the case of waitpid returning 0 if we're already
11634 attached to the LWP. Don't set the LWP's last_resume_kind to
11635 resume_stop if we already knew about the LWP.
11636 (linux_nat_filter_event): Add debug logs.
11637
11638 2015-02-20 Pedro Alves <palves@redhat.com>
11639
11640 * target.h (forward_target_decr_pc_after_break): Delete
11641 declaration.
11642
11643 2015-02-20 Pedro Alves <palves@redhat.com>
11644
11645 PR threads/18006
11646 * linux-thread-db.c (thread_get_info_callback): Return early if
11647 the thread's lwp id is -1.
11648
11649 2015-02-20 Joel Brobecker <brobecker@adacore.com>
11650
11651 GDB 7.9 released.
11652
11653 2015-02-19 Steve Ellcey <sellcey@imgtec.com>
11654
11655 * dtrace-probe.c (dtrace_process_dof_probe): Initialize arg.expr.
11656 (dtrace_get_probes) Change type of variable 'dof'.
11657
11658 2015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
11659
11660 PR breakpoints/16812
11661 * linux-nat.c (linux_nat_filter_event): Report SIGTRAP,SIGILL,SIGSEGV.
11662 * nat/linux-ptrace.c (linux_wstatus_maybe_breakpoint): Add.
11663 * nat/linux-ptrace.h: Add linux_wstatus_maybe_breakpoint.
11664
11665 2015-02-19 David Taylor <dtaylor@emc.com>
11666
11667 * common/ax.def (setv): Fix consumed entry in setv DEFOP.
11668
11669 2015-02-18 Patrick Palka <patrick@parcs.ath.cx>
11670
11671 * tui/tui-io.c (tui_handle_resize_during_io): Remove this
11672 function.
11673 (tui_putc): Don't call tui_handle_resize_during_io.
11674 (tui_getc): Likewise.
11675 (tui_mld_getc): Likewise.
11676 * tui/tui-win.c: Include event-loop.h and tui/tui-io.h.
11677 (tui_sigwinch_token): New static variable.
11678 (tui_initialize_win): Adjust documentation. Set
11679 tui_sigwinch_token.
11680 (tui_async_resize_screen): New asynchronous callback.
11681 (tui_sigwinch_handler): Adjust documentation. Asynchronously
11682 invoke tui_async_resize_screen.
11683
11684 2015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
11685
11686 * configure: Regenerated.
11687 * configure.ac: Use GDB_AC_TRANSFORM.
11688 * Makefile.in (aclocal_m4_deps): Added transform.m4.
11689 * acinclude.m4: sinclude transform.m4.
11690 * transform.m4: New file.
11691 (GDB_AC_TRANSFORM): New macro.
11692
11693 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
11694
11695 * NEWS: Announce the support for DTrace SDT probes.
11696
11697 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
11698
11699 * amd64-linux-tdep.c: Include "parser-defs.h" and "user-regs.h".
11700 (amd64_dtrace_parse_probe_argument): New function.
11701 (amd64_dtrace_probe_is_enabled): Likewise.
11702 (amd64_dtrace_enable_probe): Likewise.
11703 (amd64_dtrace_disable_probe): Likewise.
11704 (amd64_linux_init_abi): Register the
11705 `gdbarch_dtrace_probe_argument', `gdbarch_dtrace_enable_probe',
11706 `gdbarch_dtrace_disable_probe' and
11707 `gdbarch_dtrace_probe_is_enabled' hooks.
11708 (amd64_dtrace_disabled_probe_sequence_1): New constant.
11709 (amd64_dtrace_disabled_probe_sequence_2): Likewise.
11710 (amd64_dtrace_enable_probe_sequence): Likewise.
11711 (amd64_dtrace_disable_probe_sequence): Likewise.
11712
11713 2015-01-17 Jose E. Marchesi <jose.marchesi@oracle.com>
11714
11715 * breakpoint.c (BREAK_ARGS_HELP): Help string updated to mention
11716 the -probe-dtrace new vpossible value for PROBE_MODIFIER.
11717 * configure.ac (CONFIG_OBS): dtrace-probe.o added if BFD can
11718 handle ELF files.
11719 * Makefile.in (SFILES): dtrace-probe.c added.
11720 * configure: Regenerate.
11721 * dtrace-probe.c: New file.
11722 (SHT_SUNW_dof): New constant.
11723 (dtrace_probe_type): New enum.
11724 (dtrace_probe_arg): New struct.
11725 (dtrace_probe_arg_s): New typedef.
11726 (struct dtrace_probe_enabler): New struct.
11727 (dtrace_probe_enabler_s): New typedef.
11728 (dtrace_probe): New struct.
11729 (dtrace_probe_is_linespec): New function.
11730 (dtrace_dof_sect_type): New enum.
11731 (dtrace_dof_dofh_ident): Likewise.
11732 (dtrace_dof_encoding): Likewise.
11733 (DTRACE_DOF_ENCODE_LSB): Likewise.
11734 (DTRACE_DOF_ENCODE_MSB): Likewise.
11735 (dtrace_dof_hdr): New struct.
11736 (dtrace_dof_sect): Likewise.
11737 (dtrace_dof_provider): Likewise.
11738 (dtrace_dof_probe): Likewise.
11739 (DOF_UINT): New macro.
11740 (DTRACE_DOF_PTR): Likewise.
11741 (DTRACE_DOF_SECT): Likewise.
11742 (dtrace_process_dof_probe): New function.
11743 (dtrace_process_dof): Likewise.
11744 (dtrace_build_arg_exprs): Likewise.
11745 (dtrace_get_arg): Likewise.
11746 (dtrace_get_probes): Likewise.
11747 (dtrace_get_probe_argument_count): Likewise.
11748 (dtrace_can_evaluate_probe_arguments): Likewise.
11749 (dtrace_evaluate_probe_argument): Likewise.
11750 (dtrace_compile_to_ax): Likewise.
11751 (dtrace_probe_destroy): Likewise.
11752 (dtrace_gen_info_probes_table_header): Likewise.
11753 (dtrace_gen_info_probes_table_values): Likewise.
11754 (dtrace_probe_is_enabled): Likewise.
11755 (dtrace_probe_ops): New variable.
11756 (info_probes_dtrace_command): New function.
11757 (_initialize_dtrace_probe): Likewise.
11758 (dtrace_type_name): Likewise.
11759
11760 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
11761
11762 * gdbarch.sh (dtrace_parse_probe_argument): New.
11763 (dtrace_probe_is_enabled): Likewise.
11764 (dtrace_enable_probe): Likewise.
11765 (dtrace_disable_probe): Likewise.
11766 * gdbarch.c: Regenerate.
11767 * gdbarch.h: Regenerate.
11768
11769 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
11770
11771 * stap-probe.c (stap_probe_ops): Add NULLs in the static
11772 stap_probe_ops for `enable_probe' and `disable_probe'.
11773 * probe.c (enable_probes_command): New function.
11774 (disable_probes_command): Likewise.
11775 (_initialize_probe): Define the cli commands `enable probe' and
11776 `disable probe'.
11777 (parse_probe_linespec): New function.
11778 (info_probes_for_ops): Use parse_probe_linespec.
11779 * probe.h (probe_ops): New hooks `enable_probe' and
11780 `disable_probe'.
11781
11782 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
11783
11784 * probe.c (compute_probe_arg): Moved from stap-probe.c
11785 (compile_probe_arg): Likewise.
11786 (probe_funcs): Likewise.
11787 * stap-probe.c (compute_probe_arg): Moved to probe.c.
11788 (compile_probe_arg): Likewise.
11789 (probe_funcs): Likewise.
11790
11791 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
11792
11793 * probe.c (print_ui_out_not_applicables): New function.
11794 (exists_probe_with_pops): Likewise.
11795 (info_probes_for_ops): Do not include column headers for probe
11796 types for which no probe has been actually found on any object.
11797 Also invoke `print_ui_out_not_applicables' in order to match the
11798 column rows with the header when probes of several types are
11799 listed.
11800 Print the "Type" column.
11801 * probe.h (probe_ops): Added a new probe operation `type_name'.
11802 * stap-probe.c (stap_probe_ops): Add `stap_type_name'.
11803 (stap_type_name): New function.
11804
11805 2015-02-17 Patrick Palka <patrick@parcs.ath.cx>
11806
11807 * tui/tui-io.c (tui_getc): Don't call key_is_command_char.
11808 (key_is_command_char): Delete.
11809
11810 2015-02-17 Pedro Alves <palves@redhat.com>
11811
11812 * tui/tui.c (tui_enable): Resize windows before anything
11813 might show a window.
11814
11815 2015-02-17 Max Ostapenko <m.ostapenko@partner.samsung.com>
11816
11817 PR gdb/17984
11818 * aarch64-linux-nat.c: Don't include features/aarch64.c anymore.
11819 (aarch64_linux_read_description): Remove initialize_tdesc_aarch64
11820 call.
11821 * aarch64-tdep.h (tdesc_aarch64): Declare.
11822
11823 2015-02-12 Mark Wielaard <mjw@redhat.com>
11824
11825 * contrib/ari/gdb_ari.sh: Remove checks for "true" and "false".
11826
11827 2015-02-13 Doug Evans <dje@google.com>
11828
11829 * cp-namespace.c (cp_basic_lookup_symbol): Rename parameter
11830 anonymous_namespace to is_in_anonymous for consistency with the rest
11831 of the file.
11832 (cp_lookup_bare_symbol): Fix typo in comment.
11833 (cp_search_static_and_baseclasses): Ditto.
11834 (search_symbol_list): Use vertical space in comment better.
11835 (reset_directive_searched): Ditto. Fix typo.
11836 (cp_lookup_nested_symbol_1): Clarify contents of NESTED_NAME parameter.
11837
11838 2015-02-13 Yao Qi <yao.qi@arm.com>
11839
11840 * MAINTAINERS: Update my email address.
11841
11842 2015-02-12 Doug Evans <dje@google.com>
11843
11844 * symtab.c (completion_list_add_name): Fix memory leak.
11845
11846 2015-02-12 Doug Evans <dje@google.com>
11847
11848 * completer.c (complete_line): Remove incorrect comment.
11849
11850 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11851
11852 * python/py-framefilter.c (py_print_single_arg, enumerate_locals)
11853 (py_print_frame): Use RETURN_MASK_ERROR.
11854
11855 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11856
11857 * python/py-framefilter.c (py_print_frame): Mention RETURN_QUIT in
11858 function comment. Wrap all function that can throw in cleanups.
11859 (gdbpy_apply_frame_filter): Wrap all function that can throw in
11860 cleanups.
11861
11862 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11863
11864 * python/py-framefilter.c (py_print_frame): Substitute goto error.
11865 Remove the error label.
11866
11867 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11868
11869 * python/py-framefilter.c (py_print_frame): Put conditional code paths
11870 with goto first, indent the former else codepath left. Put variable
11871 'elided' to a new inner block.
11872
11873 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11874
11875 * python/py-framefilter.c (py_print_frame): Whitespacing fixes.
11876
11877 2015-02-11 Pedro Alves <palves@redhat.com>
11878
11879 * xcoffread.c (within_function): Delete.
11880
11881 2015-02-11 Tom Tromey <tromey@redhat.com>
11882 Pedro Alves <palves@redhat.com>
11883
11884 * breakpoint.c (base_breakpoint_ops): Delete.
11885 * dwarf2loc.c (dwarf_expr_ctx_funcs): Make extern.
11886 * elfread.c (elf_sym_fns_gdb_index, elf_sym_fns_lazy_psyms): Make extern.
11887 * guile/guile.c (guile_extension_script_ops, guile_extension_ops): Make extern.
11888 * ppcnbsd-tdep.c (ppcnbsd2_sigtramp): Make extern.
11889 * python/py-arch.c (arch_object_type): Make extern.
11890 * python/py-block.c (block_syms_iterator_object_type): Make extern.
11891 * python/py-bpevent.c (breakpoint_event_object_type): Make extern.
11892 * python/py-cmd.c (cmdpy_object_type): Make extern.
11893 * python/py-continueevent.c (continue_event_object_type)
11894 * python/py-event.h (GDBPY_NEW_EVENT_TYPE): Remove 'qual'
11895 parameter. Update all callers.
11896 * python/py-evtregistry.c (eventregistry_object_type): Make extern.
11897 * python/py-exitedevent.c (exited_event_object_type): Make extern.
11898 * python/py-finishbreakpoint.c (finish_breakpoint_object_type): Make extern.
11899 * python/py-function.c (fnpy_object_type): Make extern.
11900 * python/py-inferior.c (inferior_object_type, membuf_object_type): Make extern.
11901 * python/py-infevents.c (call_pre_event_object_type)
11902 (inferior_call_post_event_object_type).
11903 (memory_changed_event_object_type): Make extern.
11904 * python/py-infthread.c (thread_object_type): Make extern.
11905 * python/py-lazy-string.c (lazy_string_object_type): Make extern.
11906 * python/py-linetable.c (linetable_entry_object_type)
11907 (linetable_object_type, ltpy_iterator_object_type): Make extern.
11908 * python/py-newobjfileevent.c (new_objfile_event_object_type)
11909 (clear_objfiles_event_object_type): Make extern.
11910 * python/py-objfile.c (objfile_object_type): Make extern.
11911 * python/py-param.c (parmpy_object_type): Make extern.
11912 * python/py-progspace.c (pspace_object_type): Make extern.
11913 * python/py-signalevent.c (signal_event_object_type): Make extern.
11914 * python/py-symtab.c (symtab_object_type, sal_object_type): Make extern.
11915 * python/py-type.c (type_object_type, field_object_type)
11916 (type_iterator_object_type): Make extern.
11917 * python/python.c (python_extension_script_ops)
11918 (python_extension_ops): Make extern.
11919 * stap-probe.c (stap_probe_ops): Make extern.
11920
11921 2015-02-11 Pedro Alves <pedro@codesourcery.com>
11922
11923 * infrun.c (adjust_pc_after_break): Don't adjust the PC just
11924 because the event thread is not the current thread.
11925
11926 2015-02-11 Doug Evans <xdje42@gmail.com>
11927
11928 * gdbtypes.c (internal_type_self_type): If TYPE_SPECIFIC_FIELD hasn't
11929 been initialized yet, return NULL.
11930
11931 2015-02-11 Doug Evans <dje@google.com>
11932
11933 * symfile.h (new_symfile_objfile): Delete.
11934 * symfile.c (finish_new_objfile): Renamed from new_symfile_objfile.
11935 All callers updated.
11936
11937 2015-02-11 Patrick Palka <patrick@parcs.ath.cx>
11938
11939 * tui/tui-io.c (tui_handle_resize_during_io): Call
11940 tui_update_gdb_sizes() after resizing the screen.
11941 * tui/tui.c (tui_enable): Resize the terminal before
11942 calling tui_update_gdb_sizes().
11943
11944 2015-02-11 Patrick Palka <patrick@parcs.ath.cx>
11945
11946 * tui/tui-io.c (tui_getc): Move cursor to the end of the command
11947 line before printing a newline.
11948
11949 2015-02-11 Mark Wielaard <mjw@redhat.com>
11950
11951 * utils.c (producer_is_gcc): Return true or false.
11952
11953 2015-02-10 Mark Wielaard <mjw@redhat.com>
11954
11955 * utils.h (producer_is_gcc): Change return type to bool. Add major
11956 argument.
11957 * utils.c (producer_is_gcc): Likewise.
11958 (producer_is_gcc_ge_4): Adjust producer_is_gcc call.
11959 * dwarf2read.c (check_producer): Likewise.
11960
11961 2015-02-10 Pedro Alves <palves@redhat.com>
11962
11963 * infrun.c (displaced_step_fixup): Switch to the event thread
11964 before calling gdbarch_displaced_step_fixup.
11965
11966 2015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
11967
11968 * MAINTAINERS (Write After Approval): Add Antoine Tremblay.
11969
11970 2015-02-10 Simon Marchi <simon.marchi@ericsson.com>
11971
11972 * ada-varobj.c (ada_name_of_child): Constify parent.
11973 (ada_path_expr_of_child): Same.
11974 (ada_value_of_child): Same.
11975 (ada_type_of_child): Same.
11976 * c-varobj.c (c_is_path_expr_parent): Same.
11977 (c_describe_child): Same.
11978 (c_name_of_child): Same.
11979 (c_value_of_child): Same.
11980 (c_type_of_child): Same.
11981 (cplus_number_of_children): Same.
11982 (cplus_describe_child): Constify var.
11983 (cplus_name_of_child): Constify parent.
11984 (cplus_value_of_child): Same.
11985 (cplus_type_of_child): Same.
11986 * jv-varobj.c (java_name_of_child): Same.
11987 (java_value_of_child): Same.
11988 (java_type_of_child): Same.
11989 * varobj.c (value_of_child): Same.
11990 (varobj_default_is_path_expr_parent): Constify var, parent and return
11991 value.
11992 (varobj_get_path_expr): Constify var, modify path_expr through
11993 mutable_var.
11994 (install_new_value): Constify parent.
11995 (value_of_child): Constify parent.
11996 * varobj.h (struct varobj): Constify parent.
11997 (struct lang_varobj_ops): Constify name_of_child, value_of_child and
11998 type_of_child.
11999 (varobj_get_path_expr): Constify var.
12000 (varobj_get_path_expr_parent): Constify var and return value.
12001
12002 2015-02-10 Luis Machado <lgustavo@codesourcery.com>
12003
12004 * arm-tdep.c (arm_prologue_unwind_stop_reason): New function.
12005 (arm_prologue_this_id): Move PC and SP limit checks to
12006 arm_prologue_unwind_stop_reason.
12007 (arm_prologue_unwind) <stop_reason> : Set to
12008 arm_prologue_unwind_stop_reason.
12009
12010 2015-02-09 Mark Wielaard <mjw@redhat.com>
12011
12012 * dwarf2read.c (set_cu_language): Recognize DW_LANG_Fortran03 and
12013 DW_LANG_Fortran08 as language_fortran.
12014
12015 2015-02-09 Sergio Durigan Junior <sergiodj@redhat.com>
12016
12017 PR remote/17946
12018 * gdb/remote.c (remote_parse_stop_reply): Fix wrong comparison
12019 of pointer against char.
12020
12021 2015-02-09 Mark Wielaard <mjw@redhat.com>
12022
12023 * c-typeprint.c (cp_type_print_method_args): Handle '_Atomic'.
12024 (c_type_print_modifier): Likewise.
12025 * dwarf2read.c (read_tag_atomic_type): New function.
12026 (read_type_die_1): Handle DW_TAG_atomic_type.
12027 * gdbtypes.c (make_atomic_type): New function.
12028 (recursive_dump_type): Handle TYPE_ATOMIC.
12029 * gdbtypes.h (enum type_flag_values): Renumber.
12030 (enum type_instance_flag_value): Add TYPE_INSTANCE_FLAG_ATOMIC.
12031 (TYPE_ATOMIC): New macro.
12032 (make_atomic_type): Declare.
12033
12034 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
12035
12036 * btrace.c (ftrace_find_call): Skip gaps.
12037 (ftrace_new_function): Initialize level.
12038 (ftrace_new_call, ftrace_new_tailcall, ftrace_new_return)
12039 (ftrace_new_switch): Update
12040 level computation.
12041 (ftrace_new_gap): New.
12042 (ftrace_update_function): Create new function after gap.
12043 (btrace_compute_ftrace_bts): Create gap on error.
12044 (btrace_stitch_bts): Update parameters. Clear trace if it
12045 becomes empty.
12046 (btrace_stitch_trace): Update parameters. Update callers.
12047 (btrace_clear): Reset the number of gaps.
12048 (btrace_insn_get): Return NULL if the iterator points to a gap.
12049 (btrace_insn_number): Return zero if the iterator points to a gap.
12050 (btrace_insn_end): Allow gaps at the end.
12051 (btrace_insn_next, btrace_insn_prev, btrace_insn_cmp): Handle gaps.
12052 (btrace_find_insn_by_number): Assert that the found iterator does
12053 not point to a gap.
12054 (btrace_call_next, btrace_call_prev): Assert that the last function
12055 is not a gap.
12056 * btrace.h (btrace_bts_error): New.
12057 (btrace_function): Update comment.
12058 (btrace_function) <insn, insn_offset, number>: Update comment.
12059 (btrace_function) <errcode>: New.
12060 (btrace_thread_info) <ngaps>: New.
12061 (btrace_thread_info) <replay>: Update comment.
12062 (btrace_insn_get): Update comment.
12063 * record-btrace.c (btrace_ui_out_decode_error): New.
12064 (record_btrace_info): Print number of gaps.
12065 (btrace_insn_history, btrace_call_history): Call
12066 btrace_ui_out_decode_error for gaps.
12067 (record_btrace_step_thread, record_btrace_start_replaying): Skip gaps.
12068
12069 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
12070
12071 * common/btrace-common.h (btrace_cpu_vendor, btrace_cpu): New.
12072 * nat/linux-btrace.c: (btrace_this_cpu): New.
12073 (cpu_supports_bts): Call btrace_this_cpu.
12074 (intel_supports_bts): Add cpu parameter.
12075
12076 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
12077
12078 * btrace.h (btrace_insn_class): New.
12079 (btrace_insn) <size, iclass>: New.
12080 * btrace.c (ftrace_find_call): Update parameters. Update users.
12081 Use instruction classification.
12082 (ftrace_new_return): Update parameters. Update users.
12083 (ftrace_update_function): Update parameters. Update users. Use
12084 instruction classification.
12085 (ftrace_update_insns): Update parameters. Update users.
12086 (ftrace_classify_insn): New.
12087 (btrace_compute_ftrace_bts): Fill in new btrace_insn fields. Add
12088 TRY_CATCH around call to gdb_insn_length.
12089
12090 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
12091
12092 * btrace.c (btrace_compute_ftrace_bts, btrace_compute_ftrace):
12093 Update parameters. Update users.
12094
12095 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
12096
12097 * btrace.c (parse_xml_btrace_conf_bts): Add size.
12098 (btrace_conf_bts_attributes): New.
12099 (btrace_conf_children): Add attributes.
12100 * common/btrace-common.h (btrace_config_bts): New.
12101 (btrace_config)<bts>: New.
12102 (btrace_config): Update comment.
12103 * nat/linux-btrace.c (linux_enable_btrace, linux_enable_bts):
12104 Use config.
12105 * features/btrace-conf.dtd: Increment version. Add size
12106 attribute to bts element.
12107 * record-btrace.c (set_record_btrace_bts_cmdlist,
12108 show_record_btrace_bts_cmdlist): New.
12109 (record_btrace_adjust_size, record_btrace_print_bts_conf,
12110 record_btrace_print_conf, cmd_set_record_btrace_bts,
12111 cmd_show_record_btrace_bts): New.
12112 (record_btrace_info): Call record_btrace_print_conf.
12113 (_initialize_record_btrace): Add commands.
12114 * remote.c: Add PACKET_Qbtrace_conf_bts_size enum.
12115 (remote_protocol_features): Add Qbtrace-conf:bts:size packet.
12116 (btrace_sync_conf): Synchronize bts size.
12117 (_initialize_remote): Add Qbtrace-conf:bts:size packet.
12118 * NEWS: Announce new commands and new packets.
12119
12120 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
12121
12122 * Makefile.in (XMLFILES): Add btrace-conf.dtd.
12123 * x86-linux-nat.c (x86_linux_enable_btrace): Update parameters.
12124 (x86_linux_btrace_conf): New.
12125 (x86_linux_create_target): Initialize to_btrace_conf.
12126 * nat/linux-btrace.c (linux_enable_btrace): Update parameters.
12127 Check format. Split into this and ...
12128 (linux_enable_bts): ... this.
12129 (linux_btrace_conf): New.
12130 (perf_event_skip_record): Renamed into ...
12131 (perf_event_skip_bts_record): ... this. Updated users.
12132 (linux_disable_btrace): Split into this and ...
12133 (linux_disable_bts): ... this.
12134 (linux_read_btrace): Check format.
12135 * nat/linux-btrace.h (linux_enable_btrace): Update parameters.
12136 (linux_btrace_conf): New.
12137 (btrace_target_info)<ptid>: Moved.
12138 (btrace_target_info)<conf>: New.
12139 (btrace_target_info): Split into this and ...
12140 (btrace_tinfo_bts): ... this. Updated users.
12141 * btrace.c (btrace_enable): Update parameters.
12142 (btrace_conf, parse_xml_btrace_conf_bts, parse_xml_btrace_conf)
12143 (btrace_conf_children, btrace_conf_attributes)
12144 (btrace_conf_elements): New.
12145 * btrace.h (btrace_enable): Update parameters.
12146 (btrace_conf, parse_xml_btrace_conf): New.
12147 * common/btrace-common.h (btrace_config): New.
12148 * feature/btrace-conf.dtd: New.
12149 * record-btrace.c (record_btrace_conf): New.
12150 (record_btrace_cmdlist): New.
12151 (record_btrace_enable_warn, record_btrace_open): Pass
12152 &record_btrace_conf.
12153 (record_btrace_info): Print recording format.
12154 (cmd_record_btrace_bts_start): New.
12155 (cmd_record_btrace_start): Call cmd_record_btrace_bts_start.
12156 (_initialize_record_btrace): Add "record btrace bts" subcommand.
12157 Add "record bts" alias command.
12158 * remote.c (remote_state)<btrace_config>: New.
12159 (remote_btrace_reset, PACKET_qXfer_btrace_conf): New.
12160 (remote_protocol_features): Add qXfer:btrace-conf:read.
12161 (remote_open_1): Call remote_btrace_reset.
12162 (remote_xfer_partial): Handle TARGET_OBJECT_BTRACE_CONF.
12163 (btrace_target_info)<conf>: New.
12164 (btrace_sync_conf, btrace_read_config): New.
12165 (remote_enable_btrace): Update parameters. Call btrace_sync_conf and
12166 btrace_read_conf.
12167 (remote_btrace_conf): New.
12168 (init_remote_ops): Initialize to_btrace_conf.
12169 (_initialize_remote): Add qXfer:btrace-conf packet.
12170 * target.c (target_enable_btrace): Update parameters.
12171 (target_btrace_conf): New.
12172 * target.h (target_enable_btrace): Update parameters.
12173 (target_btrace_conf): New.
12174 (target_object)<TARGET_OBJECT_BTRACE_CONF>: New.
12175 (target_ops)<to_enable_btrace>: Update parameters and comment.
12176 (target_ops)<to_btrace_conf>: New.
12177 * target-delegates: Regenerate.
12178 * target-debug.h (target_debug_print_const_struct_btrace_config_p)
12179 (target_debug_print_const_struct_btrace_target_info_p): New.
12180 * NEWS: Announce new command and new packet.
12181
12182 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
12183
12184 * nat/linux-btrace.h (perf_event_buffer): New.
12185 (btrace_target_info) <buffer, size, data_head>: Replace with ...
12186 <bts>: ... this.
12187 * nat/linux-btrace.c (perf_event_header, perf_event_mmap_size)
12188 (perf_event_buffer_size, perf_event_buffer_begin)
12189 (perf_event_buffer_end, linux_btrace_has_changed): Removed.
12190 Updated users.
12191 (perf_event_new_data): New.
12192
12193 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
12194
12195 * btrace.c (btrace_enable): Pass BTRACE_FORMAT_BTS.
12196 * record-btrace.c (record_btrace_open): Remove call to
12197 target_supports_btrace.
12198 * remote.c (remote_supports_btrace): Update parameters.
12199 * target.c (target_supports_btrace): Update parameters.
12200 * target.h (to_supports_btrace, target_supports_btrace): Update
12201 parameters.
12202 * target-delegates.c: Regenerate.
12203 * target-debug.h (target_debug_print_enum_btrace_format): New.
12204 * nat/linux-btrace.c
12205 (kernel_supports_btrace): Rename into ...
12206 (kernel_supports_bts): ... this. Update users. Update warning text.
12207 (intel_supports_btrace): Rename into ...
12208 (intel_supports_bts): ... this. Update users.
12209 (cpu_supports_btrace): Rename into ...
12210 (cpu_supports_bts): ... this. Update users.
12211 (linux_supports_btrace): Update parameters. Split into this and ...
12212 (linux_supports_bts): ... this.
12213 * nat/linux-btrace.h (linux_supports_btrace): Update parameters.
12214
12215 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
12216
12217 * Makefile.in (SFILES): Add common/btrace-common.c.
12218 (COMMON_OBS): Add common/btrace-common.o.
12219 (btrace-common.o): Add build rules.
12220 * btrace.c (parse_xml_btrace): Update parameters.
12221 (parse_xml_btrace_block): Set format field.
12222 (btrace_add_pc, btrace_fetch): Use struct btrace_data.
12223 (do_btrace_data_cleanup, make_cleanup_btrace_data): New.
12224 (btrace_compute_ftrace): Split into this and...
12225 (btrace_compute_ftrace_bts): ...this.
12226 (btrace_stitch_trace): Split into this and...
12227 (btrace_stitch_bts): ...this.
12228 * btrace.h (parse_xml_btrace): Update parameters.
12229 (make_cleanup_btrace_data): New.
12230 * common/btrace-common.c: New.
12231 * common/btrace-common.h: Include common-defs.h.
12232 (btrace_block_s): Update comment.
12233 (btrace_format): New.
12234 (btrace_format_string): New.
12235 (btrace_data_bts): New.
12236 (btrace_data): New.
12237 (btrace_data_init, btrace_data_fini, btrace_data_empty): New.
12238 * remote.c (remote_read_btrace): Update parameters.
12239 * target.c (target_read_btrace): Update parameters.
12240 * target.h (target_read_btrace): Update parameters.
12241 (target_ops)<to_read_btrace>: Update parameters.
12242 * x86-linux-nat.c (x86_linux_read_btrace): Update parameters.
12243 * target-delegates.c: Regenerate.
12244 * target-debug (target_debug_print_struct_btrace_data_p): New.
12245 * nat/linux-btrace.c (linux_read_btrace): Split into this and...
12246 (linux_read_bts): ...this.
12247 * nat/linux-btrace.h (linux_read_btrace): Update parameters.
12248
12249 2015-02-06 Doug Evans <dje@google.com>
12250
12251 * remote-m32r-sdi.c: Include symfile.h.
12252
12253 2015-02-06 Doug Evans <dje@google.com>
12254
12255 * symtab.h (clear_symtab_users, deduce_language_from_filename): Move
12256 * symfile.h (clear_symtab_users, deduce_language_from_filename): ...
12257 to here.
12258
12259 2015-02-06 Pedro Alves <palves@redhat.com>
12260
12261 * linux-thread-db.c (find_new_threads_callback): Add debug output.
12262
12263 2015-02-06 Simon Marchi <simon.marchi@ericsson.com>
12264
12265 PR gdb/15678
12266 * breakpoint.c (map_breakpoint_numbers): Check for empty args string.
12267 (enable_count_command): Check args for NULL value.
12268
12269 2015-02-05 Doug Evans <xdje42@gmail.com>
12270
12271 * guile/scm-frame.c: Fix spelling errors in a comment.
12272
12273 2015-02-04 Jan Kratochvil <jan.kratochvil@redhat.com>
12274
12275 * python/python-internal.h (Py_hash_t): Define it for Python <3.2.
12276 * python/py-value.c (valpy_fetch_lazy): Use it. Remove cast to the
12277 return type.
12278
12279 2015-02-04 Pedro Alves <palves@redhat.com>
12280
12281 * linux-nat.c (handle_extended_wait): Don't resume LWPs here.
12282 (wait_lwp): Don't call wait_lwp if linux_handle_extended_wait
12283 returns true.
12284 (resume_stopped_resumed_lwps): Don't check whether the thread is
12285 marked as executing.
12286 (linux_nat_wait_1): Use resume_stopped_resumed_lwps.
12287
12288 2015-02-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
12289
12290 * regset.h (struct regset): Add flags field.
12291 (REGSET_VARIABLE_SIZE): New value for a regset's flags field.
12292 * corelow.c (get_core_register_section): Add warning if the size
12293 exceeds the requested size and the regset does not have the
12294 REGSET_VARIABLE_SIZE flag set.
12295 * alphanbsd-tdep.c (alphanbsd_gregset): Add REGSET_VARIABLE_SIZE
12296 flag.
12297 * armbsd-tdep.c (armbsd_gregset): Likewise.
12298 * hppa-hpux-tdep.c (hppa_hpux_regset): Likewise.
12299 * hppaobsd-tdep.c (hppaobsd_gregset): Likewise.
12300 * m68kbsd-tdep.c (m68kbsd_gregset): Likewise.
12301 * mipsnbsd-tdep.c (mipsnbsd_gregset): Likewise.
12302
12303 2015-02-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
12304
12305 * amd64-linux-tdep.c (amd64_linux_iterate_over_regset_sections):
12306 For ".reg-xstate", explicitly specify the requested section size
12307 via X86_XSTATE_SIZE instead of just 0 on input and
12308 X86_XSTATE_MAX_SIZE on output.
12309 * i386-linux-tdep.c (i386_linux_iterate_over_regset_sections):
12310 Likewise.
12311
12312 2015-02-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
12313
12314 PR corefiles/17808:
12315 * gdbarch.sh (iterate_over_regset_sections_cb): Document this
12316 function type, particularly its SIZE parameter.
12317 * gdbarch.h: Regenerate.
12318 * amd64-tdep.c (amd64_supply_fpregset): In gdb_assert, compare
12319 actual against required size using ">=" instead of "==".
12320 (amd64_collect_fpregset): Likewise.
12321 * i386-tdep.c (i386_supply_gregset): Likewise.
12322 (i386_collect_gregset): Likewise.
12323 (i386_supply_fpregset): Likewise.
12324 (i386_collect_fpregset): Likewise.
12325 * mips-linux-tdep.c (mips_supply_gregset_wrapper): Likewise.
12326 (mips_fill_gregset_wrapper): Likewise.
12327 (mips_supply_fpregset_wrapper): Likewise.
12328 (mips_fill_fpregset_wrapper): Likewise.
12329 (mips64_supply_gregset_wrapper): Likewise.
12330 (mips64_fill_gregset_wrapper): Likewise.
12331 (mips64_supply_fpregset_wrapper): Likewise.
12332 (mips64_fill_fpregset_wrapper): Likewise.
12333 * mn10300-linux-tdep.c (am33_supply_gregset_method): Likewise.
12334 (am33_supply_fpregset_method): Likewise.
12335 (am33_collect_gregset_method): Likewise.
12336 (am33_collect_fpregset_method): Likewise.
12337
12338 2015-02-04 Doug Evans <dje@google.com>
12339 Pedro Alves <palves@redhat.com>
12340 Eli Zaretskii <eliz@gnu.org>
12341
12342 PR tui/17810
12343 * tui/tui-command.c (tui_refresh_cmd_win): New function.
12344 * tui/tui-command.c (tui_refresh_cmd_win): Declare.
12345 * tui/tui-file.c: #include tui/tui-command.h.
12346 (tui_file_fputs): Refresh command window if stream is not gdb_stdout.
12347 (tui_file_flush): Refresh command window if stream is gdb_stdout.
12348 * tui/tui-io.c (tui_puts): Remove calls to wrefresh, fflush.
12349
12350 2015-02-04 Pedro Alves <palves@redhat.com>
12351
12352 Fix build breakage.
12353 * event-loop.c (gdb_do_one_event): Add default switch case.
12354
12355 2015-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
12356
12357 Filter out inferior gcc option -fpreprocessed.
12358 * compile/compile.c (filter_args): New function.
12359 (get_args): Use it.
12360
12361 2015-02-03 Pedro Alves <palves@redhat.com>
12362
12363 * event-loop.c: Don't declare nor define a queue type for
12364 gdb_event_p.
12365 (event_queue): Delete.
12366 (create_event, create_file_event, gdb_event_xfree)
12367 (initialize_event_loop, process_event): Delete.
12368 (gdb_do_one_event): Return as soon as one event is handled.
12369 (handle_file_event): Change prototype. Used the passed in
12370 file_handler pointer and ready_mask instead of looping over all
12371 file handlers.
12372 (gdb_wait_for_event): Update the poll/select timeouts before
12373 blocking. Run event handlers directly instead of queueing events.
12374 Return as soon as one event is handled.
12375 (struct async_event_handler_data): Delete.
12376 (invoke_async_event_handler): Delete.
12377 (check_async_event_handlers): Change return type to int. Run
12378 event handlers directly instead of queueing events. Return as
12379 soon as one event is handled.
12380 (handle_timer_event): Delete.
12381 (update_wait_timeout): New function, factored out from
12382 poll_timers.
12383 (poll_timers): Reimplement.
12384 * event-loop.h (initialize_event_loop): Delete declaration.
12385 * top.c (gdb_init): Don't call initialize_event_loop.
12386
12387 2015-02-03 Pedro Alves <palves@redhat.com>
12388
12389 * event-loop.c (clear_async_event_handler): New function.
12390 * event-loop.h (clear_async_event_handler): New declaration.
12391 * record-btrace.c (record_btrace_async): New function.
12392 (init_record_btrace_ops): Install record_btrace_async.
12393 * record-full.c (record_full_async): New function.
12394 (record_full_resume): Don't mark the async event source here.
12395 (init_record_full_ops): Install record_full_async.
12396 (record_full_core_resume): Don't mark the async event source here.
12397 (init_record_full_core_ops): Install record_full_async.
12398 * remote.c (remote_async): Mark and clear the async stop reply
12399 queue event-loop token as appropriate.
12400
12401 2015-02-03 Pedro Alves <palves@redhat.com>
12402
12403 * linux-nat.c (linux_child_follow_fork, linux_nat_wait_1): Use
12404 target_is_async_p instead of target_can_async.
12405 (linux_nat_wait): Use target_is_async_p instead of
12406 target_can_async. Don't enable async here.
12407 * remote.c (interrupt_query, remote_wait, putpkt_binary): Use
12408 target_is_async_p instead of target_can_async.
12409
12410 2015-02-02 Simon Marchi <simon.marchi@ericsson.com>
12411
12412 * varobj.h (lang_varobj_ops): Mention which return values need
12413 to be freed.
12414
12415 2015-02-02 Joel Brobecker <brobecker@adacore.com>
12416
12417 * dwarf2loc.c (dwarf2_evaluate_property): Add i18n marker.
12418
12419 2015-02-02 Joel Brobecker <brobecker@adacore.com>
12420
12421 PR gdb/17856:
12422 * ada-lang.c (ada_lookup_symbol_list_worker): Do not re-cache
12423 results found in the cache.
12424
12425 2015-02-02 Joel Brobecker <brobecker@adacore.com>
12426
12427 PR gdb/17854:
12428 * ada-lang.c (ada_get_symbol_cache): Set pspace_data->sym_cache
12429 when allocating a new one.
12430
12431 2015-02-01 Tom Tromey <tom@tromey.com>
12432
12433 * MAINTAINERS: Remove myself.
12434
12435 2015-01-31 Doug Evans <xdje42@gmail.com>
12436
12437 * dwarf2read.c (process_structure_scope): Update setting of
12438 TYPE_VPTR_BASETYPE, TYPE_VPTR_FIELDNO.
12439 * gdbtypes.c (internal_type_vptr_fieldno): New function.
12440 (set_type_vptr_fieldno): New function.
12441 (internal_type_vptr_basetype): New function.
12442 (set_type_vptr_basetype): New function.
12443 (get_vptr_fieldno): Update setting of TYPE_VPTR_FIELDNO,
12444 TYPE_VPTR_BASETYPE.
12445 (allocate_cplus_struct_type): Initialize vptr_fieldno.
12446 (recursive_dump_type): Printing of vptr_fieldno, vptr_basetype ...
12447 (print_cplus_stuff): ... moved here.
12448 (copy_type_recursive): Don't copy TYPE_VPTR_BASETYPE.
12449 * gdbtypes.h (struct main_type): Members vptr_fieldno, vptr_basetype
12450 moved to ...
12451 (struct cplus_struct_type): ... here. All uses updated.
12452 (TYPE_VPTR_FIELDNO, TYPE_VPTR_BASETYPE): Rewrite.
12453 (internal_type_vptr_fieldno, set_type_vptr_fieldno): Declare.
12454 (internal_type_vptr_basetype, set_type_vptr_basetype): Declare.
12455 * stabsread.c (read_tilde_fields): Update setting of
12456 TYPE_VPTR_FIELDNO, TYPE_VPTR_BASETYPE.
12457
12458 2015-01-31 Doug Evans <xdje42@gmail.com>
12459
12460 * cp-valprint.c (cp_find_class_member): Rename parameter domain_p
12461 to self_p.
12462 (cp_print_class_member): Rename local domain to self_type.
12463 * dwarf2read.c (quirk_gcc_member_function_pointer): Rename local
12464 domain_type to self_type.
12465 (set_die_type) <need_gnat_info>: Handle
12466 TYPE_CODE_METHODPTR, TYPE_CODE_MEMBERPTR, TYPE_CODE_METHOD.
12467 * gdb-gdb.py (StructMainTypePrettyPrinter): Handle
12468 TYPE_SPECIFIC_SELF_TYPE.
12469 * gdbtypes.c (internal_type_self_type): New function.
12470 (set_type_self_type): New function.
12471 (smash_to_memberptr_type): Rename parameter domain to self_type.
12472 Update setting of TYPE_SELF_TYPE.
12473 (smash_to_methodptr_type): Update setting of TYPE_SELF_TYPE.
12474 (smash_to_method_type): Rename parameter domain to self_type.
12475 Update setting of TYPE_SELF_TYPE.
12476 (check_stub_method): Call smash_to_method_type.
12477 (recursive_dump_type): Handle TYPE_SPECIFIC_SELF_TYPE.
12478 (copy_type_recursive): Ditto.
12479 * gdbtypes.h (enum type_specific_kind): New value
12480 TYPE_SPECIFIC_SELF_TYPE.
12481 (struct main_type) <type_specific>: New member self_type.
12482 (struct cplus_struct_type) <fn_field.type>: Update comment.
12483 (TYPE_SELF_TYPE): Rewrite.
12484 (internal_type_self_type, set_type_self_type): Declare.
12485 * gnu-v3-abi.c (gnuv3_print_method_ptr): Rename local domain to
12486 self_type.
12487 (gnuv3_method_ptr_to_value): Rename local domain_type to self_type.
12488 * m2-typeprint.c (m2_range): Replace TYPE_SELF_TYPE with
12489 TYPE_TARGET_TYPE.
12490 * stabsread.c (read_member_functions): Mark methods with
12491 TYPE_CODE_METHOD, not TYPE_CODE_FUNC. Update setting of
12492 TYPE_SELF_TYPE.
12493
12494 2015-01-31 Doug Evans <xdje42@gmail.com>
12495
12496 * gdbtypes.h (TYPE_SELF_TYPE): Renamed from TYPE_DOMAIN_TYPE.
12497 All uses updated.
12498
12499 2015-01-31 Doug Evans <xdje42@gmail.com>
12500
12501 * gnu-v3-abi.c (gnuv3_dynamic_class): Assert only passed structs
12502 or unions. Return zero if union.
12503 (gnuv3_get_vtable): Call check_typedef. Assert only passed structs.
12504 (gnuv3_rtti_type): Pass already-check_typedef'd value to
12505 gnuv3_get_vtable.
12506 (compute_vtable_size): Assert only passed structs.
12507 (gnuv3_print_vtable): Don't call gnuv3_get_vtable for non-structs.
12508
12509 2015-01-31 Doug Evans <xdje42@gmail.com>
12510
12511 * gdbtypes.c (copy_type_recursive): Handle all TYPE_SPECIFIC_FIELD
12512 kinds.
12513
12514 2015-01-31 Gary Benson <gbenson@redhat.com>
12515 Doug Evans <dje@google.com>
12516
12517 PR cli/9007
12518 PR cli/11920
12519 PR cli/15548
12520 * cli/cli-cmds.c (complete_command): Notify user if max-completions
12521 reached.
12522 * common/common-exceptions.h (enum errors)
12523 <MAX_COMPLETIONS_REACHED_ERROR>: New value.
12524 * completer.h (get_max_completions_reached_message): New declaration.
12525 (max_completions): Likewise.
12526 (completion_tracker_t): New typedef.
12527 (new_completion_tracker): New declaration.
12528 (make_cleanup_free_completion_tracker): Likewise.
12529 (maybe_add_completion_enum): New enum.
12530 (maybe_add_completion): New declaration.
12531 (throw_max_completions_reached_error): Likewise.
12532 * completer.c (max_completions): New global variable.
12533 (new_completion_tracker): New function.
12534 (free_completion_tracker): Likewise.
12535 (make_cleanup_free_completion_tracker): Likewise.
12536 (maybe_add_completions): Likewise.
12537 (throw_max_completions_reached_error): Likewise.
12538 (complete_line): Remove duplicates and limit result to max_completions
12539 entries.
12540 (get_max_completions_reached_message): New function.
12541 (gdb_display_match_list): Handle max_completions.
12542 (_initialize_completer): New declaration and function.
12543 * symtab.c: Include completer.h.
12544 (completion_tracker): New static variable.
12545 (completion_list_add_name): Call maybe_add_completion.
12546 (default_make_symbol_completion_list_break_on_1): Renamed from
12547 default_make_symbol_completion_list_break_on. Maintain
12548 completion_tracker across calls to completion_list_add_name.
12549 (default_make_symbol_completion_list_break_on): New function.
12550 * top.c (init_main): Set rl_completion_display_matches_hook.
12551 * tui/tui-io.c: Include completer.h.
12552 (tui_old_rl_display_matches_hook): New static global.
12553 (tui_rl_display_match_list): Notify user if max-completions reached.
12554 (tui_setup_io): Save/restore rl_completion_display_matches_hook.
12555 * NEWS (New Options): Mention set/show max-completions.
12556
12557 2015-01-31 Gary Benson <gbenson@redhat.com>
12558
12559 * symtab.c (struct add_name_data) <code>: New field.
12560 Updated comments.
12561 (add_symtab_completions): New function.
12562 (symtab_expansion_callback): Likewise.
12563 (default_make_symbol_completion_list_break_on): Set datum.code.
12564 Move minimal symbol scan before calling expand_symtabs_matching.
12565 Scan known primary symtabs for externs and statics before calling
12566 expand_symtabs_matching. Pass symtab_expansion_callback as
12567 expansion_notify argument to expand_symtabs_matching. Do not scan
12568 primary symtabs for externs and statics after calling
12569 expand_symtabs_matching.
12570
12571 2015-01-31 Gary Benson <gbenson@redhat.com>
12572
12573 * symfile.h (expand_symtabs_exp_notify_ftype): New typedef.
12574 (struct quick_symbol_functions) <expand_symtabs_matching>:
12575 New argument expansion_notify. All uses updated.
12576 (expand_symtabs_matching): New argument expansion_notify.
12577 All uses updated.
12578 * symfile-debug.c (debug_qf_expand_symtabs_matching):
12579 Also print expansion notify.
12580 * symtab.c (expand_symtabs_matching_via_partial): Call
12581 expansion_notify whenever a partial symbol table is expanded.
12582 * dwarf2read.c (dw2_expand_symtabs_matching): Call
12583 expansion_notify whenever a symbol table is instantiated.
12584
12585 2015-01-31 Doug Evans <xdje42@gmail.com>
12586
12587 * cli-out.c: #include completer.h, readline/readline.h.
12588 (cli_mld_crlf, cli_mld_putch, cli_mld_puts): New functions.
12589 (cli_mld_flush, cld_mld_erase_entire_line): Ditto.
12590 (cli_mld_beep, cli_mld_read_key, cli_display_match_list): Ditto.
12591 * cli-out.h (cli_display_match_list): Declare.
12592 * completer.c (MB_INVALIDCH, MB_NULLWCH): New macros.
12593 (ELLIPSIS_LEN): Ditto.
12594 (gdb_get_y_or_n, gdb_display_match_list_pager): New functions.
12595 (gdb_path_isdir, gdb_printable_part, gdb_fnwidth): Ditto.
12596 (gdb_fnprint, gdb_print_filename): Ditto.
12597 (gdb_complete_get_screenwidth, gdb_display_match_list_1): Ditto.
12598 (gdb_display_match_list): Ditto.
12599 * completer.h (mld_crlf_ftype, mld_putch_ftype): New typedefs.
12600 (mld_puts_ftype, mld_flush_ftype, mld_erase_entire_line_ftype): Ditto.
12601 (mld_beep_ftype, mld_read_key_ftype): Ditto.
12602 (match_list_displayer): New struct.
12603 (gdb_display_match_list): Declare.
12604 * top.c (init_main): Set rl_completion_display_matches_hook.
12605 * tui/tui-io.c: #include completer.h.
12606 (printable_part, PUTX, print_filename, get_y_or_n): Delete.
12607 (tui_mld_crlf, tui_mld_putch, tui_mld_puts): New functions.
12608 (tui_mld_flush, tui_mld_erase_entire_line, tui_mld_beep): Ditto.
12609 (tui_mld_getc, tui_mld_read_key): Ditto.
12610 (tui_rl_display_match_list): Rewrite.
12611 (tui_handle_resize_during_io): New arg for_completion. All callers
12612 updated.
12613
12614 2015-01-31 Doug Evans <xdje42@gmail.com>
12615
12616 Add symbol lookup cache.
12617 * NEWS: Document new options and commands.
12618 * symtab.c (symbol_cache_key): New static global.
12619 (DEFAULT_SYMBOL_CACHE_SIZE, MAX_SYMBOL_CACHE_SIZE): New macros.
12620 (SYMBOL_LOOKUP_FAILED): New macro.
12621 (symbol_cache_slot_state): New enum.
12622 (block_symbol_cache): New struct.
12623 (symbol_cache): New struct.
12624 (new_symbol_cache_size, symbol_cache_size): New static globals.
12625 (hash_symbol_entry, eq_symbol_entry): New functions.
12626 (symbol_cache_byte_size, resize_symbol_cache): New functions.
12627 (make_symbol_cache, free_symbol_cache): New functions.
12628 (get_symbol_cache, symbol_cache_cleanup): New function.
12629 (set_symbol_cache_size, set_symbol_cache_size_handler): New functions.
12630 (symbol_cache_lookup, symbol_cache_clear_slot): New function.
12631 (symbol_cache_mark_found, symbol_cache_mark_not_found): New functions.
12632 (symbol_cache_flush, symbol_cache_dump): New functions.
12633 (maintenance_print_symbol_cache): New function.
12634 (maintenance_flush_symbol_cache): New function.
12635 (symbol_cache_stats): New function.
12636 (maintenance_print_symbol_cache_statistics): New function.
12637 (symtab_new_objfile_observer): New function.
12638 (symtab_free_objfile_observer): New function.
12639 (lookup_static_symbol, lookup_global_symbol): Use symbol cache.
12640 (_initialize_symtab): Init symbol_cache_key. New parameter
12641 maint symbol-cache-size. New maint commands print symbol-cache,
12642 print symbol-cache-statistics, flush-symbol-cache.
12643 Install new_objfile, free_objfile observers.
12644
12645 2015-01-31 Joel Brobecker <brobecker@adacore.com>
12646
12647 PR symtab/17855
12648 * symfile.c (clear_symtab_users): Move call to breakpoint_re_set
12649 to end.
12650
12651 2015-01-31 Doug Evans <xdje42@gmail.com>
12652
12653 * NEWS: Mention inlined scripts in .debug_gdb_scripts section.
12654 * auto-load.c: #include ctype.h.
12655 (struct auto_load_pspace_info): Replace member loaded_scripts with
12656 new members loaded_script_files, loaded_script_texts.
12657 (auto_load_pspace_data_cleanup): Update.
12658 (init_loaded_scripts_info): Update.
12659 (get_auto_load_pspace_data_for_loading): Update.
12660 (maybe_add_script_file): Renamed from maybe_add_script. All callers
12661 updated.
12662 (maybe_add_script_text): New function.
12663 (clear_section_scripts): Update.
12664 (source_script_file, execute_script_contents): New functions.
12665 (source_section_scripts): Add support for
12666 SECTION_SCRIPT_ID_PYTHON_TEXT, SECTION_SCRIPT_ID_GUILE_TEXT.
12667 (print_scripts): New function.
12668 (auto_load_info_scripts): Also print inlined scripts.
12669 (maybe_print_unsupported_script_warning): Renamed from
12670 unsupported_script_warning_print. All callers updated.
12671 (maybe_print_script_not_found_warning): Renamed from
12672 script_not_found_warning_print. All callers updated.
12673 * extension-priv.h (struct extension_language_script_ops): New member
12674 objfile_script_executor.
12675 * extension.c (ext_lang_objfile_script_executor): New function.
12676 * extension.h (objfile_script_executor_func): New typedef.
12677 (ext_lang_objfile_script_executor): Declare.
12678 * guile/guile-internal.h (gdbscm_execute_objfile_script): Declare.
12679 * guile/guile.c (guile_extension_script_ops): Update.
12680 * guile/scm-objfile.c (gdbscm_execute_objfile_script): New function.
12681 * python/python.c (python_extension_script_ops): Update.
12682 (gdbpy_execute_objfile_script): New function.
12683
12684 2015-01-31 Eli Zaretskii <eliz@gnu.org>
12685
12686 * tui/tui-io.c (tui_expand_tabs): New function.
12687 (tui_puts, tui_redisplay_readline): Expand TABs into the
12688 appropriate number of spaces.
12689 * tui/tui-regs.c: Include tui-io.h.
12690 (tui_register_format): Call tui_expand_tabs to expand TABs into
12691 the appropriate number of spaces.
12692 * tui/tui-io.h: Add prototype for tui_expand_tabs.
12693
12694 2015-01-30 Doug Evans <dje@google.com>
12695
12696 * NEWS: "info source" command now display producer string if present.
12697 * source.c (source_info): Print producer string if present.
12698
12699 2015-01-30 Simon Marchi <simon.marchi@ericsson.com>
12700
12701 * varobj.c (varobj_delete): Fix comment.
12702
12703 2015-01-30 Simon Marchi <simon.marchi@ericsson.com>
12704
12705 * varobj.c (create_child): Modify comment.
12706
12707 2015-01-30 Simon Marchi <simon.marchi@ericsson.com>
12708
12709 * ada-varobj.c (ada_number_of_children): Constify struct varobj *
12710 parameter.
12711 (ada_name_of_variable): Same.
12712 (ada_path_expr_of_child): Same.
12713 (ada_value_of_variable): Same.
12714 (ada_value_is_changeable_p): Same.
12715 (ada_value_has_mutated): Same.
12716 * c-varobj.c (varobj_is_anonymous_child): Same.
12717 (c_is_path_expr_parent): Same.
12718 (c_number_of_children): Same.
12719 (c_name_of_variable): Same.
12720 (c_path_expr_of_child): Same.
12721 (get_type): Same.
12722 (c_value_of_variable): Same.
12723 (cplus_number_of_children): Same.
12724 (cplus_name_of_variable): Same.
12725 (cplus_path_expr_of_child): Same.
12726 (cplus_value_of_variable): Same.
12727 * jv-varobj.c (java_number_of_children): Same.
12728 (java_name_of_variable): Same.
12729 (java_path_expr_of_child): Same.
12730 (java_value_of_variable): Same.
12731 * varobj.c (number_of_children): Same.
12732 (name_of_variable): Same.
12733 (is_root_p): Same.
12734 (varobj_ensure_python_env): Same.
12735 (varobj_get_objname): Same.
12736 (varobj_get_expression): Same.
12737 (varobj_get_display_format): Same.
12738 (varobj_get_display_hint): Same.
12739 (varobj_has_more): Same.
12740 (varobj_get_thread_id): Same.
12741 (varobj_get_frozen): Same.
12742 (dynamic_varobj_has_child_method): Same.
12743 (varobj_get_gdb_type): Same.
12744 (is_path_expr_parent): Same.
12745 (varobj_default_is_path_expr_parent): Same.
12746 (varobj_get_language): Same.
12747 (varobj_get_attributes): Same.
12748 (varobj_is_dynamic_p): Same.
12749 (varobj_get_child_range): Same.
12750 (varobj_value_has_mutated): Same.
12751 (varobj_get_value_type): Same.
12752 (number_of_children): Same.
12753 (name_of_variable): Same.
12754 (check_scope): Same.
12755 (varobj_editable_p): Same.
12756 (varobj_value_is_changeable_p): Same.
12757 (varobj_floating_p): Same.
12758 (varobj_default_value_is_changeable_p): Same.
12759
12760 2015-01-30 Simon Marchi <simon.marchi@ericsson.com>
12761
12762 * varobj.c (varobj_get_path_expr): Set var->path_expr.
12763 * c-varobj.c (c_path_expr_of_child): Set local var instead of
12764 child->path_expr.
12765 (cplus_path_expr_of_child): Same.
12766
12767 2015-01-30 Simon Marchi <simon.marchi@ericsson.com>
12768
12769 * mi-cmd-var.c (print_varobj): Free varobj_get_expression
12770 result.
12771 (mi_cmd_var_info_expression): Same.
12772 * varobj.c (varobj_get_expression): Mention in the comment that
12773 the result must by freed by the caller.
12774
12775 2015-01-30 Simon Marchi <simon.marchi@ericsson.com>
12776
12777 * mi/mi-cmd-var.c (mi_cmd_var_info_type): Free result of
12778 varobj_get_type.
12779 (varobj_update_one): Same.
12780 * varobj.c (update_type_if_necessary): Free curr_type_str and
12781 new_type_str.
12782 (varobj_get_type): Specify in comment that the result needs to be
12783 freed by the caller.
12784
12785 2015-01-29 Doug Evans <dje@google.com>
12786
12787 PR symtab/17890
12788 * dwarf2read.c (dwarf_decode_line_header): Punt if version > 4.
12789
12790 2015-01-25 Mark Wielaard <mjw@redhat.com>
12791
12792 * dwarf2read.c (checkproducer): Call producer_is_gcc.
12793 * utils.c (producer_is_gcc_ge_4): Likewise.
12794 (producer_is_gcc): New function.
12795 * utils.h (producer_is_gcc): New declaration.
12796
12797 2015-01-29 Joel Brobecker <brobecker@adacore.com>
12798
12799 * gdbtypes.h (struct dynamic_prop): New PROP_ADDR_OFFSET enum
12800 kind.
12801 * gdbtypes.c (resolve_dynamic_type_internal): Replace "addr"
12802 parameter by "addr_stack" parameter.
12803 (resolve_dynamic_range): Replace "addr" parameter by
12804 "stack_addr" parameter. Update function documentation.
12805 Update code accordingly.
12806 (resolve_dynamic_array, resolve_dynamic_union)
12807 (resolve_dynamic_struct, resolve_dynamic_type_internal): Likewise.
12808 (resolve_dynamic_type): Update code, following the changes made
12809 to resolve_dynamic_type_internal's interface.
12810 * dwarf2loc.h (struct property_addr_info): New.
12811 (dwarf2_evaluate_property): Replace "address" parameter
12812 by "addr_stack" parameter. Adjust function documentation.
12813 (struct dwarf2_offset_baton): New.
12814 (struct dwarf2_property_baton): Update documentation of
12815 field "referenced_type" to be more general. New field
12816 "offset_info" in union data field.
12817 * dwarf2loc.c (dwarf2_evaluate_property): Replace "address"
12818 parameter by "addr_stack" parameter. Adjust code accordingly.
12819 Add support for PROP_ADDR_OFFSET properties.
12820 * dwarf2read.c (attr_to_dynamic_prop): Add support for
12821 DW_AT_data_member_location attributes as well. Use case
12822 statements instead of if/else condition.
12823
12824 2015-01-29 Joel Brobecker <brobecker@adacore.com>
12825
12826 * ada-varobj.c (ada_varobj_get_array_number_of_children):
12827 Return zero if PARENT_VALUE is NULL and parent_type's
12828 range type is dynamic.
12829
12830 2015-01-29 Joel Brobecker <brobecker@adacore.com>
12831
12832 * gdbtypes.c (is_dynamic_type_internal) <TYPE_CODE_RANGE>: Return
12833 nonzero if the type's subtype is dynamic.
12834 (resolve_dynamic_range): Also resolve the range's subtype.
12835
12836 2015-01-29 Alexander Klimov <alserkli@inbox.ru> (tiny patch)
12837
12838 Pushed by Joel Brobecker <brobecker@adacore.com>.
12839 * symfile.c (unmap_overlay_command): Initialize sec to NULL.
12840
12841 2015-01-27 Doug Evans <dje@google.com>
12842
12843 * NEWS: Mention gdb.Objfile.username.
12844 * python/py-objfile.c (objfpy_get_username): New function.
12845 (objfile_getset): Add "username".
12846
12847 2015-01-24 Mark Wielaard <mjw@redhat.com>
12848
12849 * stack.c (return_command): Markup warning message with _.
12850
12851 2015-01-24 Doug Evans <xdje42@gmail.com>
12852
12853 * gdbtypes.h (TYPE_TYPE_SPECIFIC): Delete.
12854
12855 2015-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
12856
12857 Fix 100x slowdown regression on DWZ files.
12858 * dwarf2read.c (struct dwarf2_per_objfile): Add line_header_hash.
12859 (struct line_header): Add offset and offset_in_dwz.
12860 (dwarf_decode_lines): Add parameter decode_mapping to the declaration.
12861 (free_line_header_voidp): New declaration.
12862 (line_header_hash, line_header_hash_voidp, line_header_eq_voidp): New
12863 functions.
12864 (dwarf2_build_include_psymtabs): Update dwarf_decode_lines caller.
12865 (handle_DW_AT_stmt_list): Use line_header_hash.
12866 (free_line_header_voidp): New function.
12867 (dwarf_decode_line_header): Initialize offset and offset_in_dwz.
12868 (dwarf_decode_lines): New parameter decode_mapping, use it.
12869 (dwarf2_free_objfile): Free line_header_hash.
12870
12871 2015-01-23 Simon Marchi <simon.marchi@ericsson.com>
12872
12873 PR gdb/17416
12874 * valops.c (value_rtti_indirect_type): Catch exception thrown by
12875 value_ind.
12876
12877 2015-01-15 Mark Wielaard <mjw@redhat.com>
12878
12879 * dwarf2read.c (read_subroutine_type): Set TYPE_NO_RETURN from
12880 DW_AT_noreturn.
12881 * gdbtypes.h (struct func_type): Add is_noreturn field flag. Make
12882 calling_convention an 8 bit bit field.
12883 (TYPE_NO_RETURN): New macro.
12884 * infcmd.c (finish_command): Query if function does not return
12885 normally.
12886 * stack.c (return_command): Likewise.
12887
12888 2015-01-23 Pedro Alves <palves@redhat.com>
12889
12890 * linux-nat.c (linux_is_async_p): New macro.
12891 (linux_nat_is_async_p):
12892 (linux_nat_terminal_inferior): Check whether the target can async
12893 instead of whether it is already async.
12894 (linux_nat_terminal_ours): Don't check whether the target is
12895 async.
12896 (linux_async_pipe): Use linux_is_async_p.
12897
12898 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
12899
12900 * NEWS (Changes since GDB 7.9): Add 'thread apply all' option
12901 '-ascending'.
12902 * thread.c (tp_array_compar_ascending, tp_array_compar): New.
12903 (thread_apply_all_command): Parse CMD for tp_array_compar_ascending.
12904 Sort tp_array using tp_array_compar.
12905 (_initialize_thread): Extend thread_apply_all_command help.
12906
12907 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
12908
12909 * corelow.c (core_open): Call also thread_command.
12910 * gdbthread.h (thread_command): New prototype moved from ...
12911 * thread.c (thread_command): ... here.
12912 (thread_command): Make it global.
12913
12914 2015-01-22 Pedro Alves <palves@redhat.com>
12915
12916 * configure.ac [*mingw32*]: Check $curses_found instead of
12917 $prefer_curses.
12918 * configure: Regenerate.
12919 * windows-termcap.c: Remove HAVE_CURSES_H, HAVE_NCURSES_H and
12920 HAVE_NCURSES_NCURSES_H checks.
12921
12922 2015-01-22 Eli Zaretskii <eliz@gnu.org>
12923
12924 * tui/tui.c (tui_enable) [__MINGW32__]: If the call to 'newterm'
12925 fails with the 1st arg NULL, try again with "unknown". Don't test
12926 the "cup" capability: it isn't supported by the Windows port of
12927 ncurses, but the Windows console driver is still capable of
12928 supporting TUI.
12929
12930 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
12931
12932 * compile/compile.c (_initialize_compile): Use -fPIE for compile_args.
12933
12934 2015-01-22 Eli Zaretskii <eliz@gnu.org>
12935
12936 * Makefile.in (HFILES_NO_SRCDIR): Remove ada-varobj.h.
12937 (ALLDEPFILES): Remove irix5-nat.c. These two are part of the
12938 reason that "make TAGS" is broken.
12939
12940 2015-01-22 Chen Gang <gang.chen.5i5j@gmail.com>
12941
12942 * hppa-tdep.c (inst_saves_gr): Fix logical working flow issues
12943 and check additional store instructions.
12944
12945 2015-01-21 Wei-cheng Wang <cole945@gmail.com>
12946
12947 * MAINTAINERS (Write After Approval): Add "Wei-cheng Wang".
12948
12949 2015-01-21 Wei-cheng Wang <cole945@gmail.com>
12950
12951 * ppc-linux-tdep.c (ppc_skip_trampoline_code,
12952 ppc_canonicalize_syscall, ppc_linux_syscall_record,
12953 ppc_linux_record_signal, ppc_init_linux_record_tdep): Add comments.
12954 * ppc64-tdep.c (ppc64_skip_trampoline_code): Likewise.
12955 * rs6000-tdep.c (rs6000_epilogue_frame_cache,
12956 rs6000_epilogue_frame_this_id, rs6000_epilogue_frame_prev_register,
12957 rs6000_epilogue_frame_sniffer, ppc_record_vsr, ppc_process_record_op4,
12958 ppc_process_record_op19, ppc_process_record_op31,
12959 ppc_process_record_op59, ppc_process_record_op60,
12960 ppc_process_record_op63): Likewise.
12961
12962 2015-01-20 Joel Brobecker <brobecker@adacore.com>
12963
12964 * nat/linux-ptrace.c (linux_ptrace_attach_fail_reason_string)
12965 (linux_ptrace_test_ret_to_nx): Use safe_strerror instead of
12966 strerror.
12967
12968 2015-01-20 Wei-cheng Wang <cole945@gmail.com>
12969
12970 * rs6000-tdep.c (ppc_process_record_op4, ppc_process_record_op19,
12971 ppc_process_record_op31, ppc_process_record_op59,
12972 ppc_process_record_op60, ppc_process_record_op63,
12973 ppc_process_record): Fix -Wformat warning.
12974 * rs6000-tdep.c (rs6000_epilogue_frame_cache, ppc_process_record_op60):
12975 Remove unused variables.
12976
12977 2015-01-20 Chen Gang <gang.chen.5i5j@gmail.com>
12978
12979 * MAINTAINERS (Write After Approval): Add "Chen Gang".
12980
12981 2015-01-19 Eli Zaretskii <eliz@gnu.org>
12982
12983 * configure.ac [*mingw32*]: Only add windows-termcap.o to
12984 CONFIG_OBS if not building with a curses library.
12985 * configure: Regenerate.
12986
12987 * windows-termcap.c: Include defs.h. Make the whole body empty if
12988 either one of HAVE_CURSES_H or HAVE_NCURSES_H or
12989 HAVE_NCURSES_NCURSES_H is defined.
12990
12991 2015-01-19 Joel Brobecker <brobecker@adacore.com>
12992
12993 * rs6000-tdep.c (rs6000_gdbarch_init): Move divide operator
12994 from end of line to start of next line.
12995
12996 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
12997
12998 * ppc-linux-tdep.c (ppc_skip_trampoline_code):
12999 Scan PLT stub backward for reverse debugging.
13000 * ppc64-tdep.c (ppc64_skip_trampoline_code): Likewise.
13001
13002 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
13003 Ulrich Weigand <uweigand@de.ibm.com>
13004
13005 * configure.tgt (powerpc*-*-linux): Add linux-record.o to
13006 gdb_target_obs.
13007 (ppc_linux_record_tdep, ppc64_linux_record_tdep): New for linux syscall
13008 record.
13009 (ppc_canonicalize_syscall, ppc_linux_syscall_record,
13010 ppc_linux_record_signal, ppc_init_linux_record_tdep): New functions.
13011 (ppc_linux_init_abi): Set process_record, process_record_signal.
13012 * ppc-tdep.h (struct gdbarch_tdep): Add ppc_syscall_record and
13013 ppc_linux_record_tdep to gdbarch_tdep.
13014 (ppc_process_record): New declaration.
13015 * rs6000-tdep.c (ppc_record_vsr, ppc_process_record_op4,
13016 ppc_process_record_op19, ppc_process_record_op31,
13017 ppc_process_record_op59, ppc_process_record_op60,
13018 ppc_process_record_op63, ppc_process_record): New functions.
13019
13020 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
13021
13022 * rs6000-tdep.c (rs6000_in_function_epilogue_p): Rename to
13023 rs6000_in_function_epilogue_frame_p and add an argument
13024 for frame_info.
13025 (rs6000_epilogue_frame_cache, rs6000_epilogue_frame_this_id,
13026 rs6000_epilogue_frame_prev_register, rs6000_epilogue_frame_sniffer):
13027 New functions.
13028 (rs6000_epilogue_frame_unwind): New.
13029 (rs6000_gdbarch_init): Append epilogue unwinder.
13030
13031 2015-01-16 Sergio Durigan Junior <sergiodj@redhat.com>
13032
13033 * nat/linux-personality.c: Replace "#ifndef
13034 HAVE_DECL_ADDR_NO_RANDOMIZE" by "#if
13035 !HAVE_DECL_ADDR_NO_RANDOMIZE", fixing a regression in RHEL-5
13036 systems.
13037
13038 2015-01-16 Eli Zaretskii <eliz@gnu.org>
13039
13040 * tui/tui-win.c (tui_rehighlight_all, tui_set_var_cmd): New
13041 functions.
13042 (_initialize_tui_win) <border-kind, border-mode>:
13043 <active-border-mode>: Use tui_set_var_cmd as the "set" function.
13044 (tui_set_tab_width_command): Fix the commentary.
13045
13046 * tui/tui-win.h: Add prototype for tui_rehighlight_all.
13047
13048 * tui/tui-win.c (tui_scroll_left_command, tui_scroll_right_command):
13049 Doc fix.
13050 (tui_set_tab_width_command): Delete and recreate the source and
13051 the disassembly windows, to show the effect of the changed tab
13052 size immediately.
13053
13054 * tui/tui-data.h (LINE_PREFIX): Make shorter
13055 (MAX_PID_WIDTH): Enlarge from 14 to 19, to leave enough space for
13056 "Thread NNNNN.XXXX" thread ID notation on Windows.
13057
13058 2015-01-16 Jan Kratochvil <jan.kratochvil@redhat.com>
13059
13060 Fix gcc-5 compilation.
13061 * hppa-tdep.c (inst_saves_gr): Fix parentheses typo.
13062
13063 2015-01-15 Sergio Durigan Junior <sergiodj@redhat.com>
13064
13065 * Makefile.in (HFILES_NO_SRCDIR): Add nat/linux-personality.h.
13066 (linux-personality.o): New rule.
13067 * common/common-defs.h: Include <stdint.h>.
13068 * config/aarch64/linux.mh (NATDEPFILES): Include
13069 linux-personality.o.
13070 * config/alpha/alpha-linux.mh (NATDEPFILES): Likewise.
13071 * config/arm/linux.mh (NATDEPFILES): Likewise.
13072 * config/i386/linux64.mh (NATDEPFILES): Likewise.
13073 * config/i386/linux.mh (NATDEPFILES): Likewise.
13074 * config/ia64/linux.mh (NATDEPFILES): Likewise.
13075 * config/m32r/linux.mh (NATDEPFILES): Likewise.
13076 * config/m68k/linux.mh (NATDEPFILES): Likewise.
13077 * config/mips/linux.mh (NATDEPFILES): Likewise.
13078 * config/pa/linux.mh (NATDEPFILES): Likewise.
13079 * config/powerpc/linux.mh (NATDEPFILES): Likewise.
13080 * config/powerpc/ppc64-linux.mh (NATDEPFILES): Likewise.
13081 * config/powerpc/spu-linux.mh (NATDEPFILES): Likewise.
13082 * config/s390/linux.mh (NATDEPFILES): Likewise.
13083 * config/sparc/linux64.mh (NATDEPFILES): Likewise.
13084 * config/sparc/linux.mh (NATDEPFILES): Likewise.
13085 * config/tilegx/linux.mh (NATDEPFILES): Likewise.
13086 * config/xtensa/linux.mh (NATDEPFILES): Likewise.
13087 * defs.h: Remove #include <stdint.h> (moved to
13088 common/common-defs.h).
13089 * linux-nat.c: Include nat/linux-personality.h. Remove #include
13090 <sys/personality.h>; do not define ADDR_NO_RANDOMIZE (moved to
13091 nat/linux-personality.c).
13092 (linux_nat_create_inferior): Remove code to disable address space
13093 randomization (moved to nat/linux-personality.c). Create cleanup
13094 to disable address space randomization.
13095 * nat/linux-personality.c: New file.
13096 * nat/linux-personality.h: Likewise.
13097
13098 2015-01-15 Sergio Durigan Junior <sergiodj@redhat.com>
13099
13100 * Makefile.in (ALLDEPFILES): Including common/mingw-strerror.c and
13101 common/posix-strerror.c.
13102 (posix-strerror.o): New rule.
13103 (mingw-strerror.o): Likewise.
13104 * common/common-utils.h (safe_strerror): Move prototype to here,
13105 from utils.h.
13106 * common/common.host: New file.
13107 * common/mingw-strerror.c: Likewise.
13108 * common/posix-strerror.c: Likewise.
13109 * configure: Regenerated.
13110 * configure.ac: Source common/common.host. Add variable
13111 common_host_obs to gdb_host_obs.
13112 * contrib/ari/gdb_ari.sh: Mention gdb/common/mingw-strerror.c and
13113 gdb/common/posix-strerror.c when warning about the use of
13114 strerror.
13115 * mingw-hdep.c (safe_strerror): Remove definition; move it to
13116 common/mingw-strerror.c.
13117 * posix-hdep.c (safe_strerror): Remove definition; move it to
13118 common/posix-hdep.c.
13119 * utils.h (safe_strerror): Remove prototype; move to
13120 common/common-utils.h.
13121
13122 2015-01-15 Joel Brobecker <brobecker@adacore.com>
13123
13124 GDB 7.8.2 released.
13125
13126 2015-01-15 Joel Brobecker <brobecker@adacore.com>
13127
13128 * ada-lang.c (ada_array_bound_from_type): Ignore array's parallel
13129 ___XA type if the array has already been fixed.
13130
13131 2015-01-14 Yao Qi <yao@codesourcery.com>
13132
13133 * Makefile.in (ppc-linux.o): New rule.
13134 * config/powerpc/ppc64-linux.mh (NATDEPFILES): Add ppc-linux.o.
13135 * configure.ac: AC_CHECK_FUNCS(getauxval).
13136 * config.in: Re-generated.
13137 * configure: Re-generated.
13138 * nat/ppc-linux.h [__powerpc64__] (ppc64_64bit_inferior_p):
13139 Declare.
13140 * nat/ppc-linux.c: New file.
13141 * ppc-linux-nat.c (ppc_linux_target_wordsize) [__powerpc64__]:
13142 Call ppc64_64bit_inferior_p.
13143
13144 2015-01-14 Yao Qi <yao@codesourcery.com>
13145
13146 * ppc-linux-nat.c (PT_ORIG_R3, PT_TRAP): Move to
13147 nat/ppc-linux.h.
13148 (PPC_FEATURE_CELL, PPC_FEATURE_BOOKE): Likewise.
13149 (PPC_FEATURE_HAS_DFP): Likewise.
13150 (PTRACE_GETVRREGS, PTRACE_SETVRREGS): Likewise.
13151 (PTRACE_GETVSXREGS, PTRACE_SETVSXREGS): Likewise.
13152 (PTRACE_GETEVRREGS, PTRACE_SETEVRREGS): Likewise.
13153 Include "nat/ppc-linux.h".
13154 * nat/ppc-linux.h: New file.
13155 * Makefile.in (HFILES_NO_SRCDIR): Add nat/ppc-linux.h.
13156
13157 2015-01-14 Pedro Alves <palves@redhat.com>
13158
13159 PR gdb/17525
13160 * breakpoint.c: Include "interps.h".
13161 (bpstat_do_actions_1): Also check whether the interpreter is
13162 async.
13163
13164 2015-01-14 Pedro Alves <palves@redhat.com>
13165
13166 PR cli/17828
13167 * infrun.c (reinstall_readline_callback_handler_cleanup): Don't
13168 reinstall if the interpreter is sync.
13169
13170 2015-01-13 Doug Evans <dje@google.com>
13171
13172 * objfiles.c (objfile_filename): New function.
13173 * objfiles.h (objfile_filename): Declare it.
13174 (objfile_name): Add function comment.
13175 * python/py-objfile.c (objfpy_lookup_objfile_by_name): Try both the
13176 bfd file name (which may be realpath'd), and the original name.
13177
13178 2015-01-13 Joel Brobecker <brobecker@adacore.com>
13179
13180 * NEWS: Create a new section for the next release branch.
13181 Rename the section of the current branch, now that it has
13182 been cut.
13183
13184 2015-01-13 Joel Brobecker <brobecker@adacore.com>
13185
13186 GDB 7.9 branch created (92fc2e6978d9a7c8324c7e851dbee59e22ec7a37):
13187 * version.in: Bump version to 7.9.50.DATE-cvs.
13188
13189 2015-01-13 Joel Brobecker <brobecker@adacore.com>
13190
13191 * nat/linux-procfs.c (linux_proc_attach_tgid_threads):
13192 Remove trailing new-line in argument of call to warning.
13193
13194 2015-01-13 Joel Brobecker <brobecker@adacore.com>
13195
13196 * linux-nat.c (attach_proc_task_lwp_callback): Remove trailing
13197 new-line in argument of call to "warning".
13198
13199 2015-01-13 Joel Brobecker <brobecker@adacore.com>
13200
13201 * ada-lang.c (ada_lookup_symbol_nonlocal): If name not found
13202 in static block, then try searching for primitive types.
13203
13204 2015-01-12 Patrick Palka <patrick@parcs.ath.cx>
13205
13206 * top.h (gdb_add_history): Declare.
13207 * top.c (command_count): New variable.
13208 (gdb_add_history): New function.
13209 (gdb_safe_append_history): New static function.
13210 (quit_force): Call it.
13211 (command_line_input): Use gdb_add_history instead of
13212 add_history.
13213 * event-top.c (command_line_handler): Likewise.
13214
13215 2015-01-12 James Clarke <jrtc27@jrtc27.com> (tiny patch)
13216
13217 PR gdb/17046
13218 * darwin-nat.c: Replace <machine/setjmp.h> #include by
13219 <setjmp.h> #include.
13220
13221 2015-01-11 Doug Evans <xdje42@gmail.com>
13222
13223 * dwarf2read.c (compute_delayed_physnames): Use TYPE_FN_FIELD_PHYSNAME.
13224
13225 2015-01-11 Doug Evans <xdje42@gmail.com>
13226
13227 PR gdb/15830
13228 * NEWS: The "maint demangle" command is renamed as "demangle".
13229 * demangle.c: #include cli/cli-utils.h, language.h.
13230 (demangle_command): New function.
13231 (_initialize_demangle): Add new command "demangle".
13232 * maint.c (maintenance_demangle): Stub out.
13233 (_initialize_maint_cmds): Update help text for "maint demangle",
13234 and mark as deprecated.
13235
13236 2015-01-11 Mark Kettenis <kettenis@gnu.org>
13237
13238 * inf-ptrace.c (inf_ptrace_follow_fork): Adjust now that
13239 inferior_thread is a function.
13240
13241 2015-01-09 Patrick Palka <patrick@parcs.ath.cx>
13242
13243 * Makefile.in (.y.c): Don't munge yacc's #line
13244 directives.
13245
13246 2015-01-09 Patrick Palka <patrick@parcs.ath.cx>
13247
13248 * utils.c (defaulted_query): Rewrite to use gdb_readline_wrapper
13249 to prompt for input.
13250 * tui/tui-hooks.c (tui_query_hook): Remove.
13251 (tui_install_hooks): Don't set deprecated_query_hook.
13252 * tui/tui-io.c (tui_redisplay_readline): Fix off-by-one error in
13253 height calculation. Always update the command window's cur_line.
13254
13255 2015-01-09 Pedro Alves <palves@redhat.com>
13256
13257 * breakpoint.c (hardware_breakpoint_inserted_here_p): New
13258 function.
13259 * breakpoint.h (hardware_breakpoint_inserted_here_p): New
13260 declaration.
13261 * linux-nat.c (linux_nat_status_is_event): Move higher up in file.
13262 (linux_resume_one_lwp): Store the thread's PC. Adjust to clear
13263 stop_reason.
13264 (check_stopped_by_watchpoint): New function.
13265 (save_sigtrap): Reimplement.
13266 (linux_nat_stopped_by_watchpoint): Adjust.
13267 (linux_nat_lp_status_is_event): Delete.
13268 (stop_wait_callback): Only call save_sigtrap after storing the
13269 pending status.
13270 (status_callback): If the thread had been stopped for a breakpoint
13271 that has since been removed, discard the event and resume the LWP.
13272 (count_events_callback, select_event_lwp_callback): Use
13273 lwp_status_pending_p instead of linux_nat_lp_status_is_event.
13274 (cancel_breakpoint): Rename to ...
13275 (check_stopped_by_breakpoint): ... this. Record whether the LWP
13276 stopped for a software breakpoint or hardware breakpoint.
13277 (select_event_lwp): Only give preference to the stepping LWP in
13278 all-stop mode. Adjust comments.
13279 (stop_and_resume_callback): Remove references to new_pending_p.
13280 (linux_nat_filter_event): Likewise. Leave exit events of the
13281 leader thread pending here. Handle signal short circuiting here.
13282 Only call save_sigtrap after storing the pending waitstatus.
13283 (linux_nat_wait_1): Remove 'retry' label. Remove references to
13284 new_pending. Don't handle leaving events the caller is not
13285 interested in pending here, nor handle signal short-circuiting
13286 here. Also give equal priority to all LWPs that have had events
13287 in non-stop mode. If reporting a software breakpoint event,
13288 unadjust the LWP's PC.
13289 * linux-nat.h (enum lwp_stop_reason): New.
13290 (struct lwp_info) <stop_pc>: New field.
13291 (struct lwp_info) <stopped_by_watchpoint>: Delete field.
13292 (struct lwp_info) <stop_reason>: New field.
13293 * x86-linux-nat.c (x86_linux_prepare_to_resume): Adjust.
13294
13295 2015-01-09 Pedro Alves <palves@redhat.com>
13296
13297 * linux-nat.c (linux_handle_extended_wait) <PTRACE_EVENT_EXEC>:
13298 Set the LWP's 'resumed' flag.
13299
13300 2015-01-09 Pedro Alves <palves@redhat.com>
13301
13302 * linux-nat.c (linux_resume_one_lwp): New function.
13303 (resume_lwp): Use lwp_status_pending_p and linux_resume_one_lwp.
13304 (linux_nat_resume): Use lwp_status_pending_p and
13305 linux_resume_one_lwp.
13306 (linux_handle_syscall_trap): Use linux_resume_one_lwp.
13307 (linux_handle_extended_wait): Use linux_resume_one_lwp.
13308 (status_callback, running_callback): Use lwp_status_pending_p.
13309 (lwp_status_pending_p): New function.
13310 (stop_and_resume_callback): Use lwp_status_pending_p.
13311 (linux_nat_filter_event): Use linux_resume_one_lwp.
13312 (linux_nat_wait_1): Always use status_callback to look for an LWP
13313 with a pending status. Use linux_resume_one_lwp.
13314 (resume_stopped_resumed_lwps): Use lwp_status_pending_p and
13315 linux_resume_one_lwp.
13316
13317 2015-01-09 Pedro Alves <palves@redhat.com>
13318
13319 * breakpoint.c (bp_location_inserted_here_p): New function,
13320 factored out from ...
13321 (breakpoint_inserted_here_p): ... here. Use
13322 ALL_BP_LOCATIONS_AT_ADDR.
13323 (software_breakpoint_inserted_here_p): Use
13324 bp_location_inserted_here_p and ALL_BP_LOCATIONS_AT_ADDR.
13325
13326 2014-01-09 Pedro Alves <palves@redhat.com>
13327
13328 Skip enabling event reporting if the kernel supports
13329 PTRACE_EVENT_CLONE.
13330 * linux-thread-db.c: Include "nat/linux-ptrace.h".
13331 (thread_db_use_events): New function.
13332 (try_thread_db_load_1): Check thread_db_use_events before enabling
13333 event reporting.
13334 (update_thread_state): New function.
13335 (attach_thread): Use it. Check thread_db_use_events before
13336 enabling event reporting.
13337 (thread_db_detach): Check thread_db_use_events before disabling
13338 event reporting.
13339 (find_new_threads_callback): Check thread_db_use_events before
13340 enabling event reporting. Update the thread's state if not using
13341 libthread_db events.
13342
13343 2015-01-09 Pedro Alves <palves@redhat.com>
13344
13345 * linux-nat.c (lin_lwp_attach_lwp): Assert that the lwp id we're
13346 about to wait for is > 0.
13347 * linux-thread-db.c (find_new_threads_callback): Ignore thread if
13348 the kernel thread ID is -1.
13349
13350 2015-01-09 Pedro Alves <palves@redhat.com>
13351
13352 * linux-nat.c (attach_proc_task_lwp_callback): New function.
13353 (linux_nat_attach): Use linux_proc_attach_tgid_threads.
13354 (wait_lwp, linux_nat_filter_event): If not set yet, set the lwp's
13355 ptrace option flags.
13356 * linux-nat.h (struct lwp_info) <must_set_ptrace_flags>: New
13357 field.
13358 * nat/linux-procfs.c: Include <dirent.h>.
13359 (linux_proc_get_int): New parameter "warn". Handle it.
13360 (linux_proc_get_tgid): Adjust.
13361 (linux_proc_get_tracerpid): Rename to ...
13362 (linux_proc_get_tracerpid_nowarn): ... this.
13363 (linux_proc_pid_get_state): New function, factored out from
13364 (linux_proc_pid_has_state): ... this. Add new parameter "warn"
13365 and handle it.
13366 (linux_proc_pid_is_gone): New function.
13367 (linux_proc_pid_is_stopped): Adjust.
13368 (linux_proc_pid_is_zombie_maybe_warn)
13369 (linux_proc_pid_is_zombie_nowarn): New functions.
13370 (linux_proc_pid_is_zombie): Use
13371 linux_proc_pid_is_zombie_maybe_warn.
13372 (linux_proc_attach_tgid_threads): New function.
13373 * nat/linux-procfs.h (linux_proc_get_tgid): Update comment.
13374 (linux_proc_get_tracerpid): Rename to ...
13375 (linux_proc_get_tracerpid_nowarn): ... this, and update comment.
13376 (linux_proc_pid_is_gone): New declaration.
13377 (linux_proc_pid_is_zombie): Update comment.
13378 (linux_proc_pid_is_zombie_nowarn): New declaration.
13379 (linux_proc_attach_lwp_func): New typedef.
13380 (linux_proc_attach_tgid_threads): New declaration.
13381 * nat/linux-ptrace.c (linux_ptrace_attach_fail_reason): Adjust to
13382 use nowarn functions.
13383 (linux_ptrace_attach_fail_reason_string): Move here from
13384 gdbserver/linux-low.c and rename.
13385 (ptrace_supports_feature): If the current ptrace options are not
13386 known yet, check them now, instead of asserting.
13387 * nat/linux-ptrace.h (linux_ptrace_attach_fail_reason_string):
13388 Declare.
13389
13390 2015-01-09 Pedro Alves <palves@redhat.com>
13391
13392 * linux-thread-db.c (thread_db_find_new_threads_silently)
13393 (try_thread_db_load_1, try_thread_db_load, thread_db_load_search)
13394 (find_new_threads_once): Print debug output on gdb_stdlog.
13395
13396 2015-01-09 Chen Gang <gang.chen.5i5j@gmail.com>
13397 Pedro Alves <palves@redhat.com>
13398
13399 * compile/compile.c: Include "gdb_wait.h".
13400 (do_rmdir): Check return value, and free 'zap'.
13401
13402 2015-01-08 Pedro Alves <palves@redhat.com>
13403 Yao Qi <yao@codesourcery.com>
13404
13405 * dwarf2loc.c (indirect_pieced_value): Don't call
13406 gdb_sign_extend. Call extract_signed_integer instead.
13407 * utils.c (gdb_sign_extend): Remove.
13408 * utils.h (gdb_sign_extend): Remove declaration.
13409
13410 2015-01-07 Pierre Muller <muller@sourceware.org>
13411
13412 PR symtab/17811
13413 * stabsread.c (define_symbol): Set language for C++ special symbols.
13414
13415 2015-01-07 Patrick Palka <patrick@parcs.ath.cx>
13416
13417 * inflow.c (initial_gdb_ttystate): Tweak comment.
13418
13419 2015-01-07 Joel Brobecker <brobecker@adacore.com>
13420
13421 * inflow.c (set_initial_gdb_ttystate): Add empty line after
13422 comment documenting function.
13423
13424 2015-01-07 Patrick Palka <patrick@parcs.ath.cx>
13425
13426 * terminal.h (set_initial_gdb_ttystate): Declare.
13427 * inflow.c (initial_gdb_ttystate): New static variable.
13428 (set_initial_gdb_ttystate): New setter.
13429 (child_terminal_init_with_pgrp): Copy initial_gdb_ttystate
13430 instead of our current terminal state.
13431 * top.c (gdb_init): Call set_initial_gdb_ttystate.
13432
13433 2015-01-07 Joel Brobecker <brobecker@adacore.com>
13434
13435 * guile/scm-type.c (tyscm_array_1): Add comment.
13436 * python/py-type.c (typy_array_1): Add comment.
13437
13438 2015-01-06 Joel Brobecker <brobecker@adacore.com>
13439
13440 * guile/scm-type.c (tyscm_array_1): Do not raise out-of-range
13441 error if N2 is equal to N1 - 1.
13442
13443 2015-01-06 Joel Brobecker <brobecker@adacore.com>
13444
13445 * python/py-type.c (typy_array_1): Do not raise negative-length
13446 exception if N2 is equal to N1 - 1.
13447
13448 2015-01-03 Doug Evans <xdje42@gmail.com>
13449
13450 * c-exp.y: Whitespace cleanup.
13451 (classify_inner_name): Remove extra ;.
13452
13453 2015-01-02 Maciej W. Rozycki <macro@codesourcery.com>
13454
13455 * mips-tdep.c (mips32_scan_prologue): Keep the extracted stack
13456 offset signed.
13457
13458 2015-01-02 Doug Evans <dje@google.com>
13459
13460 * dwarf2read.c (setup_type_unit_groups): Remove outdated comment.
13461
13462 2015-01-02 Doug Evans <dje@google.com>
13463
13464 * symtab.h (struct symbol): Fix typo in comment.
13465
13466 2015-01-01 Joel Brobecker <brobecker@adacore.com>
13467
13468 Update year range in copyright notice of all files.
13469
13470 2015-01-01 Joel Brobecker <brobecker@adacore.com>
13471
13472 * top.c (print_gdb_version): Update copyright year to 2015.
13473
13474 2015-01-01 Joel Brobecker <brobecker@adacore.com>
13475
13476 * config/djgpp/fnchange.lst: Add entry for gdb/ChangeLog-2014.
13477
13478 For older changes see ChangeLog-2014.
13479 \f
13480 Local Variables:
13481 mode: change-log
13482 left-margin: 8
13483 fill-column: 74
13484 version-control: never
13485 coding: utf-8
13486 End:
This page took 0.362189 seconds and 5 git commands to generate.