btrace: change record instruction-history /m
[deliverable/binutils-gdb.git] / gdb / ChangeLog
1 2015-11-04 Markus Metzger <markus.t.metzger@intel.com>
2
3 * record-btrace.c (struct btrace_line_range): New.
4 (btrace_mk_line_range, btrace_line_range_add)
5 (btrace_line_range_is_empty, btrace_line_range_contains_range)
6 (btrace_find_line_range, btrace_print_lines): New.
7 (btrace_insn_history): Add source interleaving algorithm.
8
9 2015-11-04 Markus Metzger <markus.t.metzger@intel.com>
10
11 * disasm.h (DISASSEMBLY_SPECULATION): New.
12 (struct disasm_insn): New.
13 (gdb_pretty_print_insn): New.
14 * disasm.c (gdb_pretty_print_insn): Replace parameter PC with INSN.
15 Update users. Print instruction number and indicate speculative
16 execution, if requested.
17
18 2015-11-04 Markus Metzger <markus.t.metzger@intel.com>
19
20 * disasm.c (dump_insns): Split into this and ...
21 (gdb_pretty_print_insn): ... this.
22
23 2015-11-03 Simon Marchi <simon.marchi@polymtl.ca>
24
25 * xtensa-linux-nat.c (supply_gregset_reg): Make static.
26 (xtensa_linux_fetch_inferior_registers): Likewise.
27 (xtensa_linux_store_inferior_registers): Likewise.
28
29 2015-11-03 Simon Marchi <simon.marchi@polymtl.ca>
30
31 * arm-linux-nat.c (arm_linux_read_description): Add cast.
32
33 2015-11-03 Simon Marchi <simon.marchi@polymtl.ca>
34
35 * ppc-linux-nat.c (ppc_linux_insert_mask_watchpoint): Change
36 type of rw to enum target_hw_bp_type.
37 (ppc_linux_remove_mask_watchpoint): Likewise.
38 * target.c (target_insert_mask_watchpoint): Likewise.
39 (target_remove_mask_watchpoint): Likewise.
40 * target.h (target_insert_mask_watchpoint): Likewise.
41 (target_remove_mask_watchpoint): Likewise.
42 (struct target_ops) <to_insert_mask_watchpoint>: Likewise.
43 (struct target_ops) <to_remove_mask_watchpoint>: Likewise.
44 * target-delegates.c: Regenerate.
45
46 2015-11-03 Simon Marchi <simon.marchi@polymtl.ca>
47
48 * remote-sim.c (check_for_duplicate_sim_descriptor): Add casts.
49 (get_sim_inferior_data): Likewise.
50 (sim_inferior_data_cleanup): Likewise.
51 (gdbsim_close_inferior): Likewise.
52 (gdbsim_resume_inferior): Likewise.
53 (gdbsim_wait): Likewise.
54 (simulator_command): Likewise.
55 (sim_command_completer): Likewise.
56
57 2015-11-03 Marcin Kościelnicki <koriakin@0x04.net>
58
59 * MAINTAINERS (Write After Approval): Add Marcin Kościelnicki.
60
61 2015-10-30 Pedro Alves <palves@redhat.com>
62
63 * breakpoint.c (breakpoint_in_range_p)
64 (breakpoint_location_address_range_overlap): New functions.
65 * breakpoint.h (breakpoint_in_range_p): New declaration.
66 * infrun.c (displaced_step_prepare_throw): If there's a breakpoint
67 in the scratch pad range, don't displaced step.
68
69 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
70
71 * amd64-linux-tdep.c (amd64_x32_linux_init_abi): Fix size_msghdr,
72 size_stack_t, size_size_t, size_iovec.
73
74 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
75
76 * aarch64-linux-tdep.c (aarch64_linux_init_abi): Fix size_termios.
77 * amd64-linux-tdep.c (amd64_linux_init_abi): Fix size_termios.
78 (amd64_x32_linux_init_abi): Fix size_termios.
79
80 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
81
82 * ppc-linux-tdep.c (ppc_init_linux_record_tdep): Fix TASK_COMM_LEN.
83
84 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
85
86 * linux-record.c (record_linux_system_call): Fix old_select.
87
88 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
89
90 * linux-record.c (record_linux_system_call): Fix newstatat.
91
92 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
93
94 * linux-record.c (record_linux_system_call): Fix [gs]etgroups16.
95
96 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
97
98 * aarch64-linux-tdep.c (aarch64_linux_init_abi): Add size_time_t.
99 * amd64-linux-tdep.c (amd64_linux_init_abi): Add size_time_t.
100 (amd64_x32_linux_init_abi): Add size_time_t.
101 * arm-linux-tdep.c (arm_linux_init_abi): Add size_time_t.
102 * i386-linux-tdep.c (i386_linux_init_abi): Add size_time_t.
103 * linux-record.c (record_linux_system_call): Add time, waitpid, pipe
104 handling.
105 * linux-record.h (struct linux_record_tdep): Add size_time_t.
106 * ppc-linux-tdep.c (ppc_init_linux_record_tdep): Add size_time_t.
107
108 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
109
110 * linux-record.c (record_linux_msghdr): Fix msg_namelen handling.
111
112 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
113
114 * aarch64-linux-tdep.c (aarch64_linux_init_abi): Remove
115 size_dirent{,64}, add size_old_dirent.
116 * amd64-linux-tdep.c (amd64_linux_init_abi): Remove size_dirent{,64},
117 add size_old_dirent.
118 (amd64_x32_linux_init_abi): Remove size_dirent{,64}, add
119 size_old_dirent.
120 * arm-linux-tdep.c (arm_linux_init_abi): Remove size_dirent{,64},
121 add size_old_dirent.
122 * i386-linux-tdep.c (i386_linux_init_abi): Remove size_dirent{,64},
123 add size_old_dirent.
124 * linux-record.c (record_linux_system_call): Fix handling of readdir
125 and getdents{,64}.
126 * linux-record.h (struct linux_record_tdep): Remove size_dirent{,64},
127 add size_old_dirent.
128 * ppc-linux-tdep.c (ppc_init_linux_record_tdep): Remove
129 size_dirent{,64}, add size_old_dirent.
130
131 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
132
133 * aarch64-linux-tdep.c (aarch64_linux_init_abi): Fix size_sigaction,
134 size_sigset_t, size_old_sigaction, size_old_sigset_t.
135 * amd64-linux-tdep.c (amd64_linux_init_abi): Fix size_sigaction,
136 size_sigset_t, size_old_sigaction, size_old_sigset_t.
137 (amd64_x32_linux_init_abi): Fix size_sigaction, size_sigset_t,
138 size_old_sigaction, size_old_sigset_t.
139 * arm-linux-tdep.c (arm_linux_init_abi): Fix size_sigaction,
140 size_old_sigaction, size_old_sigset_t.
141 * i386-linux-tdep.c (i386_linux_init_abi): Fix size_sigaction,
142 size_old_sigaction, size_old_sigset_t.
143 * ppc-linux-tdep.c (ppc_init_linux_record_tdep): Fix size_sigaction,
144 size_sigset_t, size_old_sigaction, size_old_sigset_t.
145
146 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
147
148 * arm-linux-tdep.c (arm_linux_init_abi): Fix size_[ug]id.
149 * i386-linux-tdep.c (i386_linux_init_abi): Fix size_[ug]id.
150
151 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
152
153 * aarch64-linux-tdep.c (aarch64_linux_init_abi): Remove size_siginfo.
154 * amd64-linux-tdep.c (amd64_linux_init_abi): Remove size_siginfo.
155 (amd64_x32_linux_init_abi): Remove size_siginfo.
156 * arm-linux-tdep.c (arm_linux_init_abi): Remove size_siginfo.
157 * i386-linux-tdep.c (i386_linux_init_abi): Remove size_siginfo.
158 * linux-record.c (record_linux_system_call): Change size_siginfo
159 to size_siginfo_t.
160 * linux-record.h (struct linux_record_tdep): Remove size_siginfo.
161 * ppc-linux-tdep.c (ppc_init_linux_record_tdep): Remove size_siginfo.
162
163 2015-10-29 Pedro Alves <palves@redhat.com>
164
165 * mdebugread.c (add_data_symbol): New function, factored out from
166 ...
167 (parse_symbol): ... here. Delete 'theclass' local.
168
169 2015-10-29 Simon Marchi <simon.marchi@polymtl.ca>
170
171 * jit.c (jit_target_read_impl): Add cast.
172
173 2015-10-29 Simon Marchi <simon.marchi@polymtl.ca>
174
175 * jit.c (jit_reader_load): Add cast.
176
177 2015-10-29 Simon Marchi <simon.marchi@polymtl.ca>
178
179 * dwarf2read.c (partial_die_full_name): Add cast.
180
181 2015-10-29 Pedro Alves <palves@redhat.com>
182
183 * common/vec.h (DEF_VEC_FUNC_P) [iterate]: Cast 0 to type T.
184
185 2015-10-29 Pedro Alves <palves@redhat.com>
186
187 * guile/scm-frame.c (gdbscm_unwind_stop_reason_string): Add cast.
188
189 2015-10-29 Eli Zaretskii <eliz@gnu.org>
190
191 * utils.c (init_page_info): Disable paging if INSIDE_EMACS is set
192 in the environment.
193
194 2015-10-29 Pedro Alves <palves@redhat.com>
195
196 * gnu-v2-abi.c (gnuv2_is_destructor_name)
197 (gnuv2_is_constructor_name): Add casts.
198
199 2015-10-29 Pedro Alves <palves@redhat.com>
200
201 * common/common-exceptions.c (exception_none): Add cast.
202
203 2015-10-29 Pedro Alves <palves@redhat.com>
204
205 * compile/compile-c-types.c (struct type_map_instance)
206 <gcc_type>: Rename to gcc_type_handle.
207 (insert_type, convert_type): Adjust.
208
209 2015-10-29 Pedro Alves <palves@redhat.com>
210
211 * dwarf2-frame-tailcall.c (dwarf2_tailcall_sniffer_first): Don't
212 assume that "break" breaks out of a TRY/CATCH.
213 * python/py-framefilter.c (py_print_single_arg): Don't assume
214 "continue" breaks out of a TRY/CATCH.
215 * python/py-value.c (valpy_binop_throw): New function, factored
216 out from ...
217 (valpy_binop): ... this.
218 (valpy_richcompare_throw): New function, factored
219 out from ...
220 (valpy_richcompare): ... this.
221 * solib.c (solib_read_symbols): Don't assume "break" breaks out
222 of a TRY/CATCH.
223 * common/common-exceptions.h [USE_RAW_CXX_TRY]
224 <TRY/CATCH/END_CATCH>: Define as 1-1 wrappers around try/catch.
225
226 2015-10-28 Simon Dardis <Simon.Dardis@imgtec.com>
227
228 * mips-linux-tdep.c (mips_linux_in_dynsym_stub): Recognise 'or'
229 as move along with [d]addu.
230
231 2015-10-28 Yao Qi <yao.qi@linaro.org>
232
233 * aarch64-tdep.c (aarch64_software_single_step): Pass 1 to
234 aarch64_decode_insn.
235
236 2015-10-27 Pedro Alves <palves@redhat.com>
237
238 * common/print-utils.c (host_address_to_string): Rename to ...
239 (host_address_to_string_1): ... this.
240 * common/print-utils.h (host_address_to_string): Reimplement as
241 wrapper around host_address_to_string_1.
242 * utils.c (gdb_print_host_address): Rename to ...
243 (gdb_print_host_address_1): ... this.
244 * utils.h (gdb_print_host_address): Reimplement as wrapper macro
245 around host_address_to_string_1.
246
247 2015-10-27 Pedro Alves <palves@redhat.com>
248
249 * alpha-tdep.c (alpha_read_insn): Always pass TARGET_XFER_E_IO to
250 memory_error. Rename local 'status' to 'res'.
251 * c-lang.c (c_get_string): Always pass TARGET_XFER_E_IO to
252 memory_error.
253 * corefile.c (read_stack, read_code, write_memory): Always pass
254 TARGET_XFER_E_IO to memory_error.
255 * disasm.c (dis_asm_memory_error): Always pass TARGET_XFER_E_IO to
256 memory_error. Rename parameter 'status' to 'err'.
257 (dump_insns): Rename local 'status' to 'err'.
258 * mips-tdep.c (mips_fetch_instruction): Rename parameter 'statusp'
259 to 'errp'. Rename local 'status' to 'err'. Always pass
260 TARGET_XFER_E_IO to memory_error.
261 (mips_breakpoint_from_pc): Rename local 'status' to 'err'.
262 * target.c (target_read_memory, target_read_raw_memory)
263 (target_read_stack, target_read_code, target_write_memory)
264 (target_write_raw_memory): Return -1 on error instead of
265 TARGET_XFER_E_IO.
266 * valprint.c (val_print_string): Rename local 'errcode' to 'err'.
267 Always pass TARGET_XFER_E_IO to memory_error. Update comment.
268
269 2015-10-27 Simon Marchi <simon.marchi@polymtl.ca>
270
271 * guile/guile-internal.h (gdbscm_with_guile): Change return
272 types to const char *.
273 * guile/scm-safe-call.c (gdbscm_with_guile): Likewise.
274 (struct c_data) <func>: Likewise.
275 (struct c_data) <result>: Change type to const char *.
276 (scscm_eval_scheme_string): Change return type to
277 const char *.
278 (scscm_source_scheme_script): Likewise.
279 (gdbscm_safe_eval_string): Change type of result variable to
280 const char * and remove cast.
281 (gdbscm_safe_source_script): Likewise.
282 * guile/scm-disasm.c (gdbscm_disasm_read_memory_worker):
283 Change return type to const char *.
284 (gdbscm_disasm_read_memory): Change type of status to
285 const char *.
286
287 2015-10-27 Pedro Alves <palves@redhat.com>
288
289 * source.c (openp): New local 'last_errno'. Use it to
290 save/restore errno.
291
292 2015-10-27 Pedro Alves <palves@redhat.com>
293
294 * psymtab.c (dump_psymtab_addrmap_1): Add casts.
295
296 2015-10-27 Simon Marchi <simon.marchi@polymtl.ca>
297
298 * ctf.c (SET_ENUM_FIELD): New macro.
299 (ctf_read_status): Use it.
300 (ctf_read_tp): Use it.
301
302 2015-10-27 Simon Marchi <simon.marchi@polymtl.ca>
303
304 * guile/scm-breakpoint.c (gdbscm_set_breakpoint_stop_x): Add
305 scm_t_dynwind_flags casts.
306 * guile/scm-cmd.c (gdbscm_parse_command_name): Likewise.
307 * guile/scm-ports.c (gdbscm_open_memory): Likewise.
308 * guile/scm-value.c (gdbscm_value_to_string): Likewise.
309
310 2015-10-27 Simon Marchi <simon.marchi@polymtl.ca>
311
312 * ax.h (ax_raw_byte): New declaration.
313 * ax-general.c (ax_raw_byte): New function.
314 (ax_simple): Use ax_raw_byte.
315 * ax-gdb.c (gen_printf): Likewise.
316
317 2015-10-27 Simon Marchi <simon.marchi@polymtl.ca>
318
319 * ada-lang.h (GROW_VECT): Add cast.
320
321 2015-10-26 Doug Evans <xdje42@gmail.com>
322
323 * symtab.h (struct general_symbol_info> <ada_mangled>: Update comment.
324
325 2015-10-26 Simon Marchi <simon.marchi@polymtl.ca>
326
327 * target.c (memory_xfer_partial): Change type of buf to gdb_byte
328 pointer.
329 (simple_search_memory): Cast return of memmem.
330
331 2015-10-26 Simon Marchi <simon.marchi@polymtl.ca>
332
333 * stap-probe.c (handle_stap_probe): Add (const char *) casts.
334
335 2015-10-26 Simon Marchi <simon.marchi@polymtl.ca>
336
337 * ctf.c (ctf_xfer_partial): Return TARGET_XFER_E_IO instead of
338 -1 on error.
339
340 2015-10-26 Doug Evans <dje@google.com>
341
342 PR symtab/17391
343 * dwarf2-frame.c (dwarf2_restore_rule): Call dwarf_reg_to_regnum
344 instead of gdbarch_dwarf2_reg_to_regnum.
345 (dwarf2_frame_cache): Ditto.
346 (read_addr_from_reg): Call dwarf_reg_to_regnum_or_error instead of
347 gdbarch_dwarf2_reg_to_regnum.
348 (get_reg_value): Ditto.
349 (dwarf2_fetch_cfa_info): Ditto.
350 (dwarf2_frame_prev_register): Ditto.
351 * dwarf2loc.c: #include "complaints.h".
352 (dwarf_expr_read_addr_from_reg): Call dwarf_reg_to_regnum_or_error
353 instead of gdbarch_dwarf2_reg_to_regnum.
354 (dwarf_expr_get_reg_value): Ditto.
355 (read_pieced_value): Ditto.
356 (write_pieced_value): Ditto.
357 (dwarf2_evaluate_loc_desc_full): Ditto.
358 (dwarf_reg_to_regnum): New function.
359 (throw_bad_regnum_error): New function.
360 (dwarf_reg_to_regnum_or_error): Renamed from
361 dwarf2_reg_to_regnum_or_errorChange to take a ULONGEST regnum.
362 All callers updated. Call throw_bad_regnum_error.
363 (locexpr_regname): Improve text of bad register number.
364 * dwarf2loc.h (dwarf_reg_to_regnum): Declare.
365 (dwarf_reg_to_regnum_or_error): Update prototype.
366 * dwarf2expr.c: #include "dwarf2loc.h".
367 (dwarf_block_to_sp_offset): Call dwarf_reg_to_regnum instead of
368 gdbarch_dwarf2_reg_to_regnum.
369 * gdbarch.sh (dwarf2_reg_to_regnum): Add comment.
370 * gdbarch.h: Regenerate.
371 * amd64-tdep.c (amd64_dwarf_reg_to_regnum): Remove warning for bad
372 register.
373 * avr-tdep.c (avr_dwarf_reg_to_regnum): Ditto.
374 * cris-tdep.c (cris_dwarf2_reg_to_regnum): Ditto.
375 * bfin-tdep.c (bfin_reg_to_regnum): Fix error checking.
376 * hppa-linux-tdep.c (hppa_dwarf_reg_to_regnum): Improve error checking.
377 Remove warning for bad register.
378 * hppa-tdep.c (hppa64_dwarf_reg_to_regnum): Ditto.
379 * i386-tdep.c (i386_svr4_dwarf_reg_to_regnum): Renamed from
380 i386_svr4_reg_to_regnum. Return -1 for bad registers.
381 (i386_svr4_reg_to_regnum): New function.
382 (i386_gdbarch_init): Update call to set_gdbarch_dwarf2_reg_to_regnum.
383 * microblaze-tdep.c (microblaze_dwarf2_reg_to_regnum): Don't assert
384 on bad registers, return -1.
385 * msp430-tdep.c (msp430_dwarf2_reg_to_regnum): Improve error checking.
386 Remove warning for bad register.
387 * nios2-tdep.c: Add static assert for NIOS2_NUM_REGS.
388 (nios2_dwarf_reg_to_regnum): Fix off-by-one error.
389 Remove warning for bad register. Return -1 for bad register.
390 * rl78-tdep.c (rl78_dwarf_reg_to_regnum): Don't flag an internal error
391 for bad register, return -1.
392 * rx-tdep.c (rx_dwarf_reg_to_regnum): Ditto.
393 * m68k-tdep.c (m68k_dwarf_reg_to_regnum): Fix error result.
394 * mep-tdep.c (mep_debug_reg_to_regnum): Ditto.
395 * mips-tdep.c (mips_stab_reg_to_regnum): Ditto.
396 (mips_dwarf_dwarf2_ecoff_reg_to_regnum): Ditto.
397 * mn10300-tdep.c (mn10300_dwarf2_reg_to_regnum): Remove warning
398 for bad regs.
399 * xtensa-tdep.c (xtensa_reg_to_regnum): Remove internal error for
400 bad regs. Fix error result.
401 * stabsread.c (stab_reg_to_regnum): Watch for negative regno.
402 (reg_value_complaint): Update complaint text.
403 * mdebugread.c (reg_value_complaint): New function.
404 (mdebug_reg_to_regnum): Rewrite to watch for bad reg numbers.
405
406 2015-10-26 Doug Evans <dje@google.com>
407
408 PR python/18938
409 * cli/cli-cmds (source_script_fron_sctream): New arg file_to_open.
410 All callers updated.
411
412 2015-10-26 Doug Evans <dje@google.com>
413
414 * psymtab.c (struct dump_psymtab_addrmap_data): Define.
415 (dump_psymtab_addrmap_1, dump_psymtab_addrmap): New functions.
416 (maintenance_print_psymbols): Print address map.
417
418 2015-10-26 Doug Evans <dje@google.com>
419
420 * nat/linux-nat.h (__SIGRTMIN): Move here from gdbserver/linux-low.c.
421
422 2015-10-26 Doug Evans <dje@google.com>
423
424 * common/gdb_wait.h (W_STOPCODE): Define, moved here from
425 gdbserver/linux-low.c.
426 (WSETSTOP): Simplify.
427
428 2015-10-26 Doug Evans <dje@google.com>
429
430 * linux-thread-db.c (find_new_threads_callback): Ditto.
431 (thread_db_pid_to_str): Ditto.
432
433 2015-10-26 Simon Marchi <simon.marchi@polymtl.ca>
434
435 * guile/scm-ports.c (ioscm_make_gdb_stdio_port): Do not pass a
436 local char array to scm_mode_bits, use a cast instead.
437
438 2015-10-26 Simon Marchi <simon.marchi@ericsson.com>
439
440 * tui/tui-data.c (tui_alloc_content): Don't check xmalloc
441 result. Change type of element_block_ptr. Change allocation to
442 use XNEWVEC.
443
444 2015-10-26 Luis Machado <lgustavo@codesourcery.com>
445
446 * record-full.c (record_full_message_wrapper_safe): Pass empty string to
447 catch_errors call instead of NULL.
448
449 2015-10-26 Simon Marchi <simon.marchi@polymtl.ca>
450
451 * guile/scm-ports.c (ioscm_make_gdb_stdio_port): Pass non-const
452 char pointer to scm_mode_bits.
453
454 2015-10-26 Simon Marchi <simon.marchi@polymtl.ca>
455
456 * symtab.c (default_make_symbol_completion_list_break_on_1): Add
457 cast.
458
459 2015-10-26 Simon Marchi <simon.marchi@polymtl.ca>
460
461 * guile/scm-ports.c (gdbscm_memory_port_write): Declare new
462 "data" local variable and use it.
463
464 2015-10-26 Simon Marchi <simon.marchi@polymtl.ca>
465
466 * guile/scm-symbol.c (gdbscm_lookup_global_symbol): Add
467 domain_enum cast.
468 (gdbscm_lookup_symbol): Likewise.
469
470 2015-10-25 Iain Buclaw <ibuclaw@gdcproject.org>
471
472 * d-exp.y: Remove an obsolete comment and propagate the block
473 information to the produced expression.
474
475 2015-10-24 Simon Marchi <simon.marchi@polymtl.ca>
476
477 * tui/tui-data.c (tui_add_to_source_windows): Remove void *
478 cast.
479 (tui_add_content_elements): Likewise.
480
481 2015-10-24 Simon Marchi <simon.marchi@polymtl.ca>
482
483 * cli/cli-setshow.c (do_set_command): Constify p.
484
485 2015-10-24 Simon Marchi <simon.marchi@polymtl.ca>
486
487 * nat/linux-ptrace.c (linux_ptrace_test_ret_to_nx): Replace
488 (void *) cast with (gdb_byte *).
489
490 2015-10-24 Simon Marchi <simon.marchi@polymtl.ca>
491
492 * proc-service.c (ps_pdread): Add cast.
493
494 2015-10-24 Simon Marchi <simon.marchi@polymtl.ca>
495
496 * sparc64-tdep.c (sparc64_store_arguments): Split assignment of
497 valbuf.
498
499 2015-10-24 Simon Marchi <simon.marchi@polymtl.ca>
500
501 * ia64-tdep.c (ia64_pseudo_register_write): Remove cast.
502 (ia64_push_dummy_call): Remove cast and change type of "to" to
503 array of gdb_byte.
504
505 2015-10-23 Simon Marchi <simon.marchi@polymtl.ca>
506
507 * linux-btrace.c (linux_enable_pt): Add cast to mmap return.
508
509 2015-10-23 Simon Marchi <simon.marchi@ericsson.com>
510
511 * observer.h (observer_${event}_notification_stub): Add cast.
512
513 2015-10-23 Yao Qi <yao.qi@linaro.org>
514
515 * aarch64-tdep.c (aarch64_displaced_step_copy_insn): Set
516 dsd.insn_count to zero.
517
518 2015-10-22 Pedro Alves <palves@redhat.com>
519
520 * infrun.c (stop_after_trap): Delete.
521 (clear_proceed_status, handle_signal_stop, struct
522 infcall_control_state, save_infcall_control_state)
523 (restore_infcall_control_state): Remove references to
524 stop_after_trap.
525
526 2015-10-22 Simon Marchi <simon.marchi@ericsson.com>
527
528 * python/python.c (_initialize_python): Add cast.
529
530 2015-10-22 Simon Marchi <simon.marchi@ericsson.com>
531
532 * nto-tdep.c (nto_inferior_data): Add cast.
533
534 2015-10-22 Pedro Alves <palves@redhat.com>
535
536 * windows-nat.c (do_initial_windows_stuff): Rewrite loop using
537 windows_wait and windows_resume directly instead of
538 wait_for_inferior and resume.
539
540 2015-10-22 Simon Marchi <simon.marchi@polymtl.ca>
541
542 * xtensa-tdep.h (XTREG): Add casts.
543 (XTREG_END): Likewise.
544
545 2015-10-22 Simon Marchi <simon.marchi@polymtl.ca>
546
547 * solib-spu.c (spu_bfd_iovec_pread): Add (gdb_byte *) cast.
548
549 2015-10-22 Simon Marchi <simon.marchi@polymtl.ca>
550
551 * rs6000-tdep.c (variants): Add (enum bfd_architecture) cast.
552
553 2015-10-22 Simon Marchi <simon.marchi@polymtl.ca>
554
555 * mips-linux-tdep.c (mips64_linux_get_longjmp_target): Change type of
556 buf to gdb_byte*.
557 (supply_32bit_reg): Add cast.
558 (mips64_fill_gregset): Likewise.
559
560 2015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
561
562 PR python/18073
563 * python/py-type.c (typy_get_composite): Allow returning a
564 function type.
565
566 2015-10-21 Keven Boell <keven.boell@intel.com>
567
568 * dwarf2read.c (set_die_type): Add read of
569 DW_AT_allocated and DW_AT_associated.
570 * f-typeprint.c: New include of typeprint.h
571 (f_print_type): Add check for allocated/associated
572 status of type.
573 (f_type_print_varspec_suffix): Add check for
574 * gdbtypes.c (create_array_type_with_stride):
575 Add check for valid data location of type in
576 case allocated or associated attributes are set.
577 Length of an array should be only calculated if
578 allocated or associated is resolved as true.
579 (is_dynamic_type_internal): Add check for allocated/
580 associated.
581 (resolve_dynamic_array): Evaluate allocated/associated
582 properties.
583 * gdbtypes.h (enum dynamic_prop_node_kind): <DYN_PROP_ALLOCATED>
584 <DYN_PROP_ASSOCIATED>: New enums.
585 (TYPE_ALLOCATED_PROP, TYPE_ASSOCIATED_PROP): New macros.
586 (type_not_allocated): New function.
587 (type_not_associated): New function.
588 * valarith.c (value_subscripted_rvalue): Add check for
589 allocated/associated.
590 * valprint.c: New include of typeprint.h.
591 (valprint_check_validity): Add check for allocated/associated.
592 (value_check_printable): Add check for allocated/
593 associated.
594 * typeprint.h (val_print_not_allocated): New function.
595 (val_print_not_associated): New function.
596 * typeprint.c (val_print_not_allocated): New function.
597 (val_print_not_associated): New function.
598
599 2015-10-21 Antoine Tremblay <antoine.tremblay@ericsson.com>
600
601 * Makefile.in: Add arm.c/o.
602 * arch/arm.c: New file.
603 * arch/arm.h: (IS_THUMB_ADDR): Move macro from arm-tdep.c.
604 (MAKE_THUMB_ADDR): Likewise.
605 (UNMAKE_THUMB_ADDR): Likewise.
606 * arm-tdep.c (int thumb_insn_size): Move to arm.c.
607 (IS_THUMB_ADDR): Move to arm.h.
608 (MAKE_THUMB_ADDR): Likewise.
609 (UNMAKE_THUMB_ADDR): Likewise.
610 * configure.tgt: Add arm.o to all ARM configs.
611
612 2015-10-21 Yao Qi <yao.qi@linaro.org>
613
614 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
615 Remove argument exp_vCont_s.
616 * gdb.base/range-stepping.exp: Callers updated.
617 * gdb.trace/range-stepping.exp: Likewise.
618
619 2015-10-21 Aleksandar Ristovski <aristovski@qnx.com>
620
621 * gdb/nto-tdep.c (QNX_NOTE_NAME, QNX_INFO_SECT_NAME): New defines.
622 (nto_sniff_abi_note_section): New function.
623 (nto_elf_osabi_sniffer): Use new function to recognize nto specific
624 binary.
625
626 2015-10-21 Aleksandar Ristovski <aristovski@qnx.com>
627
628 * nto-procfs.c (procfs_wait): Set stopped_flags nad stopped_pc.
629 (procfs_stopped_by_watchpoint): Use flags stored in inferior data.
630 * nto-tdep.c (nto_new_inferior_data_reg): New definition.
631 (nto_new_inferior_data, nto_inferior_data_cleanup, nto_inferior_data):
632 New functions.
633 (_initialize_nto_tdep): New forward declaration, new function.
634 * nto-tdep.h (struct nto_inferior_data): New struct.
635 (nto_inferior_data): New function declaration.
636
637 2015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
638
639 * findvar.c (address_from_register): Check REGNUM validity.
640
641 2015-10-20 Aleksandar Ristovski <aristovski@qnx.com>
642
643 * gdb/nto-procfs.c (procfs_pid_to_exec_file): New function.
644 (init_procfs_targets): Wire new function.
645
646 2015-10-20 Aleksandar Ristovski <aristovski@qnx.com>
647
648 * nto-procfs.c (sys/auxv.h): Include.
649 (procfs_xfer_partial): Implement TARGET_OBJECT_AUXV.
650 * nto-tdep.c (nto_read_auxv_from_initial_stack): New function.
651 * nto-tdep.h (nto_read_auxv_from_initial_stack): New declaration.
652
653 2015-10-20 Aleksandar Ristovski <aristovski@qnx.com>
654
655 * nto-procfs.c (nto_procfs_path): Rename to...
656 (nodestr): ... this, and change type.
657 (nto_node): Use new variable and logic accordingly.
658 (procfs_open_1): Use new variable name. Use local buffer to construct
659 procfrs path.
660 (procfs_pidlist): Use NODESTR to construct procfs path.
661 (procfs_files_info): Use NODESTR to output meaningful text.
662 (do_attach): Construct procfs using NODESTR.
663 (procfs_create_inferior): Compare pointer to NULL.
664
665 2015-10-19 Josh Stone <jistone@redhat.com>
666
667 * linux-nat.c (linux_handle_syscall_trap): Always update entry/
668 return state, even when not actively catching syscalls at all.
669 (linux_handle_extended_wait): Mark syscall_state like an entry.
670 (wait_lwp): Set syscall_state ignored for other traps.
671 (linux_nat_filter_event): Likewise.
672
673 2015-10-19 Luis Machado <lgustavo@codesourcery.com>
674
675 * remote.c (remote_wait_as): Set rs->waiting_for_stop_reply to 0
676 when handling 'E', 'T', 'S', 'X' and 'W' packets.
677 Do not set rs->waiting_for_stop_reply back to 1.
678
679 2015-10-16 Aleksandar Ristovski <aristovski@qnx.com>
680
681 * nto-procfs.c (common/filestuff.h): Include.
682 (procfs_can_use_hw_breakpoint): Fix enum name.
683 (procfs_open_1): Fix compiler warning.
684 (procfs_pidlist): Make static.
685 (procfs_meminfo): Make static, fix type name, add missing argument.
686 (procfs_store_registers): Make static.
687 (procfs_thread_info): Remove unused function.
688 (_initialize_procfs): Forward declare.
689
690 2015-10-16 Yao Qi <yao.qi@arm.com>
691
692 * MAINTAINERS: Update my email address.
693
694 2015-10-15 Yao Qi <yao.qi@linaro.org>
695
696 * aarch64-linux-nat.c (aarch64_linux_insert_hw_breakpoint):
697 Call gdbarch_breakpoint_from_pc to instruction length.
698 (aarch64_linux_remove_hw_breakpoint): Likewise.
699 * common/common-regcache.h (regcache_register_size): Declare.
700 * nat/aarch64-linux-hw-point.c: Include "common-regcache.h".
701 (aarch64_point_is_aligned): Set alignment to 2 for breakpoint if
702 the process is 32bit, otherwise set alignment to 4.
703 (aarch64_handle_breakpoint): Update comments.
704 * regcache.c (regcache_register_size): New function.
705
706 2015-10-15 Aleksandar Ristovski <aristovski@qnx.com>
707
708 * gdbarch.sh (core_regset_section): Remove.
709 * gdbarch.h: Regenerate.
710
711 2015-10-14 Yao Qi <yao.qi@linaro.org>
712
713 * arch/aarch64-insn.h (struct aarch64_memory_operand): Move enum
714 out of it.
715 (enum aarch64_memory_operand_type): New.
716
717 2015-10-13 David Edelsohn <dje.gcc@gmail.com>
718
719 * xcoffread.c (dwarf2_xcoff_names): Add .dwmac and .dwpbtyp.
720
721 2015-10-13 Pedro Alves <palves@redhat.com>
722
723 * ada-lang.c (ada_enum_name): Constify local.
724 * ada-typeprint.c (print_range_bound): Constify locals.
725 * c-varobj.c (c_describe_child): Likewise.
726 * cli/cli-setshow.c (do_set_command): Likewise.
727 * gdb_vecs.c (delim_string_to_char_ptr_vec_append): Likewise.
728 * dwarf2read.c (find_file_and_directory): Likewise.
729 (anonymous_struct_prefix, dwarf2_name): Likewise.
730 * gnu-v3-abi.c (gnuv3_rtti_type): Likewise.
731 * go-lang.c (unpack_mangled_go_symbol): Likewise.
732 * jv-typeprint.c (java_type_print_base): Likewise.
733 * ser-tcp.c (net_open): Likewise.
734 * symfile.c (deduce_language_from_filename): Likewise.
735 * symtab.c (gdb_mangle_name): Likewise.
736 * tui/tui-io.c (tui_redisplay_readline): Likewise.
737
738 2015-10-13 Pedro Alves <palves@redhat.com>
739
740 * infrun.c (restore_execution_direction): New function.
741 (fetch_inferior_event): Use it instead of
742 make_cleanup_restore_integer.
743 (execution_direction): Change type to enum
744 exec_direction_kind.
745 * infrun.h (execution_direction): Likewise.
746
747 2015-10-13 Pedro Alves <palves@redhat.com>
748
749 * ada-lang.c (ada_value_primitive_packed_val): Constify
750 locals. Use value_contents_writeable. Remove casts.
751
752 2015-10-13 Pedro Alves <palves@redhat.com>
753
754 * ada-lang.c (ada_value_primitive_packed_val): Add casts to malloc
755 and alloca calls.
756
757 2015-10-13 Simon Marchi <simon.marchi@polymtl.ca>
758
759 * lm32-tdep.c (lm32_push_dummy_call): Replace call to
760 write_memory with write_memory_unsigned_integer.
761
762 2015-10-13 Simon Marchi <simon.marchi@polymtl.ca>
763
764 * solib-dsbt.c (cmp_name): Constify arguments.
765 * solib-frv.c (cmp_name): Likewise.
766 * solib-svr4.c (svr4_create_solib_event_breakpoints): Likewise.
767 * solib.c (gdb_bfd_lookup_symbol_from_symtab): Likewise.
768 (bfd_lookup_symbol_from_dyn_symtab): Likewise.
769 (gdb_bfd_lookup_symbol): Likewise.
770 * solib.h (gdb_bfd_lookup_symbol): Likewise.
771 (gdb_bfd_lookup_symbol_from_symtab): Likewise.
772
773 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
774
775 * stack.c (parse_frame_specification): Remove message parameter,
776 replace with fixed string in function body, update function
777 comment.
778 (frame_info): Remove message to parse_frame_specification.
779 (select_frame_command): Likewise.
780
781 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
782
783 * stack.c (parse_frame_specification): Delete.
784 (parse_frame_specification_1): Rename to
785 parse_frame_specification.
786 (frame_info): Use parse_frame_specification.
787 (select_frame_command): Likewise.
788 (return_command): Use select_frame and print_stack_frame rather
789 than frame_command and select_frame_command.
790 (func_command): Use get_current_frame rather than
791 parse_frame_specification.
792
793 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
794
795 * stack.c (func_command): Return early when there is no ARG
796 string.
797
798 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
799
800 * stack.c: Include safe-ctype.h not ctype.h.
801 (parse_frame_specification): Use ISSPACE not isspace.
802 (backtrace_command): Use TOLOWER not tolower.
803
804 2015-10-12 Simon Marchi <simon.marchi@polymtl.ca>
805
806 * mep-tdep.c (current_me_module): Add cast.
807 (mep_gdbarch_init): Likewise.
808
809 2015-10-12 Simon Marchi <simon.marchi@polymtl.ca>
810
811 * m32c-tdep.c (m32c_move_reg_t): Replace with...
812 (m32c_write_reg_t): ...this and...
813 (m32c_read_reg_t): ...this.
814 (struct m32c_reg): Update types of read and write.
815 (m32c_raw_read): Change declaration type to m32c_read_reg_t and
816 adjust definition.
817 (m32c_banked_read): Likewise.
818 (m32c_sb_read): Likewise.
819 (m32c_part_read): Likewise.
820 (m32c_cat_read): Likewise.
821 (m32c_r3r2r1r0_read): Likewise.
822 (m32c_raw_write): Change declaration type to m32c_write_reg_t
823 and adjust definition.
824 (m32c_banked_write): Likewise.
825 (m32c_sb_write): Likewise.
826 (m32c_part_write): Likewise.
827 (m32c_cat_write): Likewise.
828 (m32c_r3r2r1r0_write): Likewise.
829
830 2015-10-12 Simon Marchi <simon.marchi@polymtl.ca>
831
832 * aarch64-linux-tdep.c (aarch64_linux_syscall_record): Add cast.
833
834 2015-10-12 Simon Marchi <simon.marchi@polymtl.ca>
835
836 * aarch64-linux-tdep.c (aarch64_canonicalize_syscall): Return
837 gdb_sys_no_syscall instead of -1.
838
839 2015-10-12 Yao Qi <yao.qi@linaro.org>
840
841 * NEWS: Mention the change.
842
843 2015-10-12 Yao Qi <yao.qi@linaro.org>
844
845 * arch/aarch64-insn.c (emit_load_store): Rename to ...
846 (aarch64_emit_load_store): ... it. All callers updated.
847
848 2015-10-12 Yao Qi <yao.qi@linaro.org>
849
850 * arch/aarch64-insn.c (emit_insn): Rename to ...
851 (aarch64_emit_insn): ... it. All callers updated.
852
853 2015-10-12 Yao Qi <yao.qi@linaro.org>
854
855 * aarch64-linux-tdep.c: Include arch-utils.h.
856 (aarch64_linux_init_abi): Call set_gdbarch_max_insn_length,
857 set_gdbarch_displaced_step_copy_insn,
858 set_gdbarch_displaced_step_fixup,
859 set_gdbarch_displaced_step_free_closure,
860 set_gdbarch_displaced_step_location,
861 and set_gdbarch_displaced_step_hw_singlestep.
862 * aarch64-tdep.c (struct displaced_step_closure): New.
863 (struct aarch64_displaced_step_data): New.
864 (aarch64_displaced_step_b): New function.
865 (aarch64_displaced_step_b_cond): Likewise.
866 (aarch64_register): Likewise.
867 (aarch64_displaced_step_cb): Likewise.
868 (aarch64_displaced_step_tb): Likewise.
869 (aarch64_displaced_step_adr): Likewise.
870 (aarch64_displaced_step_ldr_literal): Likewise.
871 (aarch64_displaced_step_others): Likewise.
872 (aarch64_displaced_step_copy_insn): Likewise.
873 (aarch64_displaced_step_fixup): Likewise.
874 (aarch64_displaced_step_hw_singlestep): Likewise.
875 * aarch64-tdep.h (DISPLACED_MODIFIED_INSNS): New macro.
876 (aarch64_displaced_step_copy_insn): Declare.
877 (aarch64_displaced_step_fixup): Declare.
878 (aarch64_displaced_step_hw_singlestep): Declare.
879 * arch/aarch64-insn.c (emit_insn): Moved from
880 gdbserver/linux-aarch64-low.c.
881 (emit_load_store): Likewise.
882 * arch/aarch64-insn.h (enum aarch64_opcodes): Moved from
883 gdbserver/linux-aarch64-low.c.
884 (struct aarch64_register): Likewise.
885 (struct aarch64_memory_operand): Likewise.
886 (ENCODE): Likewise.
887 (can_encode_int32): New macro.
888 (emit_b, emit_bcond, emit_cb, emit_ldr, emit_ldrsw): Likewise.
889 (emit_tb, emit_nop): Likewise.
890 (emit_insn): Declare.
891 (emit_load_store): Declare.
892
893 2015-10-12 Yao Qi <yao.qi@linaro.org>
894
895 * arch/aarch64-insn.c (aarch64_decode_ldr_literal): Moved from
896 gdbserver/linux-aarch64-low.c.
897 (aarch64_relocate_instruction): Likewise.
898 * arch/aarch64-insn.h (aarch64_decode_ldr_literal): Declare.
899 (struct aarch64_insn_data): Moved from
900 gdbserver/linux-aarch64-low.c.
901 (struct aarch64_insn_visitor): Likewise.
902 (aarch64_relocate_instruction): Declare.
903
904 2015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
905
906 * eval.c (evaluate_subexp_standard) <STRUCTOP_STRUCT>: If
907 EVAL_AVOID_SIDE_EFFECTS mode, forward the VALUE_LVAL attribute
908 to the returned value.
909
910 2015-10-09 Joel Brobecker <brobecker@adacore.com>
911
912 * ada-lang.c (ada_unpack_from_contents): Add guard that unpacked
913 is large enough for BIT_SIZE. Update function comment.
914
915 2015-10-09 Joel Brobecker <brobecker@adacore.com>
916
917 * ada-lang.c (ada_value_primitive_packed_val): Move
918 src_len variable to local block where used. Override
919 BIT_SIZE if bigger than size of resolved type.
920
921 2015-10-09 Joel Brobecker <brobecker@adacore.com>
922
923 * gdbtypes.h (is_scalar_type): Add extern declaration.
924 * gdbtypes.c (is_scalar_type): Make non-static.
925 * ada-lang.c (ada_value_primitive_packed_val): Use is_scalar_type
926 to compute IS_SCALAR instead of doing it ourselves.
927
928 2015-10-09 Joel Brobecker <brobecker@adacore.com>
929
930 * ada-lang.c (ada_value_primitive_packed_val): Rework handling
931 of case where TYPE is dynamic.
932
933 2015-10-09 Joel Brobecker <brobecker@adacore.com>
934
935 * ada-lang.c (ada_unpack_from_contents): New function,
936 extracted from ada_value_primitive_packed_val.
937 (ada_value_primitive_packed_val): Replace extracted out code
938 by call to ada_unpack_from_contents.
939
940 2015-10-09 Joel Brobecker <brobecker@adacore.com>
941
942 * ada-lang.c (ada_value_primitive_packed_val): Reorder local
943 variable declarations.
944
945 2015-10-09 Joel Brobecker <brobecker@adacore.com>
946
947 * ada-lang.c (ada_value_primitive_packed_val): Change the type
948 of local variables src and unpacked to "gdb_type *" instead of
949 "unsigned char *".
950
951 2015-10-09 Joel Brobecker <brobecker@adacore.com>
952
953 * ada-lang.c (ada_value_primitive_packed_val): Make the name
954 of various local variables more explicit and consistent.
955 No real code change otherwise.
956
957 2015-10-09 Simon Marchi <simon.marchi@ericsson.com>
958
959 * i386-tdep.h (struct gdbarch_tdep): Change type of
960 register_reggroup_p to gdbarch_register_reggroup_p_ftype.
961
962 2015-10-09 Simon Marchi <simon.marchi@ericsson.com>
963
964 * cris-tdep.c (struct instruction_environment): Change type of
965 byte_order to enum bfd_endian.
966
967 2015-10-09 Simon Marchi <simon.marchi@ericsson.com>
968
969 * arm-linux-tdep.c (arm_canonicalize_syscall): Add
970 enum gdb_syscall casts.
971
972 2015-10-09 Simon Marchi <simon.marchi@ericsson.com>
973
974 * aarch64-tdep.c (stack_item_t): Change type of data to gdb_byte*.
975 * arm-tdep.c (struct stack_item): Likewise.
976 (push_stack_item): Add gdb_byte* cast.
977 * avr-tdep.c (struct stack_item): Change type of data to gdb_byte*.
978 (push_stack_item): Add gdb_byte* cast.
979 * cli/cli-dump.c (dump_memory_to_file): Change type of buf to gdb_byte*
980 and add cast.
981 * cris-tdep.c (struct stack_item): Change type of data to gdb_byte*.
982 (push_stack_item): Add gdb_byte* cast.
983 * gcore.c (gcore_copy_callback): Change type of memhunk to gdb_byte* and
984 add cast.
985 * gdbtypes.h (print_scalar_formatted): Change type of first parameter to
986 gdb_byte*.
987 * h8300-tdep.c (h8300_extract_return_value): Change type of valbuf to
988 gdb_byte* and remove unnecessary cast.
989 (h8300h_extract_return_value): Likewise.
990 (h8300_store_return_value): Change type of valbuf to gdb_byte*.
991 (h8300h_store_return_value): Likewise.
992 * iq2000-tdep.c (iq2000_extract_return_value): Change type of valbuf to
993 gdb_byte* and remove unnecessary cast.
994 * jit.c (jit_reader_try_read_symtab): Change type of gdb_mem to gdb_byte*
995 and add cast.
996 * m32r-tdep.c (m32r_store_return_value): Change type of valbuf to
997 gdb_byte* and remove unnecessary cast.
998 (m32r_extract_return_value): Change type of dst to gdb_byte* and remove
999 valbuf.
1000 * mep-tdep.c (mep_pseudo_cr32_read): Change type of buf to gdb_byte*.
1001 (mep_pseudo_cr64_read): Likewise.
1002 (mep_pseudo_csr_write): Likewise.
1003 (mep_pseudo_cr32_write): Likewise.
1004 (mep_pseudo_cr64_write): Likewise.
1005 * mi/mi-main.c (mi_cmd_data_write_memory): Change type of buffer to
1006 gdb_byte* and add cast.
1007 * moxie-tdep.c (moxie_store_return_value): Change type of valbuf to
1008 gdb_byte* and remove unnecessary cast.
1009 (moxie_extract_return_value): Change type of dst to gdb_byte* and remove
1010 valbuf.
1011 * p-valprint.c (print_scalar_formatted): Change type of valaddr to
1012 gdb_byte*.
1013 * printcmd.c (void): Likewise.
1014 * python/py-inferior.c (infpy_read_memory): Change type of buffer to
1015 gdb_byte* and add cast.
1016 (infpy_write_memory): Likewise.
1017 (infpy_search_memory): Likewise.
1018 * regcache.c (regcache_raw_write_signed): Change type of buf to gdb_byte*
1019 and add cast.
1020 (regcache_raw_write_unsigned): Likewise.
1021 (regcache_cooked_write_signed): Likewise.
1022 (regcache_cooked_write_unsigned): Likewise.
1023 * sh64-tdep.c (h64_extract_return_value): Change type of valbuf to
1024 gdb_byte*.
1025
1026 2015-10-09 Simon Marchi <simon.marchi@ericsson.com>
1027
1028 * fbsd-tdep.c (fbsd_collect_regset_section_cb): Add cast.
1029 * linux-tdep.c (linux_collect_regset_section_cb_data): Likewise.
1030
1031 2015-10-09 Eli Zaretskii <eliz@gnu.org>
1032
1033 * stack.c (print_stack_frame):
1034 * utils.c (printchar): Fix typos in commentary.
1035
1036 2015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
1037
1038 * d-exp.y: (UnaryExpression): Support `type.sizeof' expressions.
1039 (PostfixExpression): Support `expr.sizeof' expressions.
1040 (PrimaryExpression): Support `typeof(expr)' expressions.
1041
1042 2015-10-08 Maciej W. Rozycki <macro@imgtec.com>
1043
1044 * MAINTAINERS: Update my email address.
1045
1046 2015-10-08 Markus Metzger <markus.t.metzger@intel.com>
1047
1048 * record-btrace.c (record_btrace_resume): Fix void return.
1049
1050 2015-10-07 Yao Qi <yao.qi@linaro.org>
1051
1052 * aarch64-tdep.c: Include opcode/aarch64.h.
1053 (submask): Move it above.
1054 (bit): Likewise.
1055 (bits): Likewise.
1056 (aarch64_software_single_step): Call aarch64_decode_insn.
1057 Decode instruction by aarch64_inst instead of using
1058 aarch64_decode_bcond and decode_masked_match.
1059
1060 2015-10-06 Pitchumani Sivanupandi <pitchumani.s@atmel.com>
1061
1062 * cli/cli-dump.c (restore_command): Parse load_offset (bias) as address
1063 only when the file is binary.
1064
1065 2015-10-02 James Bowman <james.bowman@ftdichip.com>
1066
1067 * ft32-tdep.c (ft32_analyze_prologue): Add function prolog
1068 subroutine handling.
1069
1070 2015-10-01 Simon Marchi <simon.marchi@ericsson.com>
1071
1072 * common/vec.h (VEC_OP (T,cleanup)): Add pointer cast.
1073
1074 2015-09-30 Doug Evans <dje@google.com>
1075
1076 * dwarf2read.c (setup_type_unit_groups): Add comment.
1077
1078 2015-09-30 Pedro Alves <palves@redhat.com>
1079
1080 * linux-nat.c (linux_nat_always_non_stop_p): Always return 1.
1081 * x86-linux-nat.c (x86_linux_always_non_stop_p): Delete.
1082 (x86_linux_create_target): Don't install
1083 x86_linux_always_non_stop_p.
1084
1085 2015-09-30 Don Breazeal <donb@codesourcery.com>
1086
1087 * remote.c (remote_parse_stop_reply): Call strprefix instead
1088 of strncmp.
1089
1090 2015-09-30 Simon Marchi <simon.marchi@ericsson.com>
1091
1092 * gdbarch.sh (struct gdbarch_info): Change tdep_info's type to void *.
1093 * gdbarch.h: Regenerate.
1094 * i386-tdep.c (i386_gdbarch_init): Remove cast to
1095 struct gdbarch_tdep_info *.
1096 * mips-tdep.c (mips_gdbarch_init): Likewise.
1097 * ppc-linux-tdep (ppu2spu_sniffer): Likewise.
1098 * rs6000-tdep.c (rs6000_gdbarch_init): Likewise.
1099 * spu-multiarch.c (spu_gdbarch): Likewise.
1100
1101 2015-09-30 Kevin Buettner <kevinb@redhat.com>
1102
1103 * infcmd.c (finish_command_fsm_should_stop): Don't attempt to
1104 record a NULL value.
1105
1106 2015-09-29 Kevin Buettner <kevinb@redhat.com>
1107
1108 * msp430-tdep.c (msp430_push_dummy_call): Treat reference, struct,
1109 and union arguments the same as pointer arguments when determining
1110 size of argument.
1111
1112 2015-09-29 James Bowman <james.bowman@ftdichip.com>
1113
1114 * ft32-tdep.c: #include "opcode/ft32.h".
1115 Delete local macros IS_PUSH, PUSH_REG, IS_LINK, LINK_SIZE.
1116 (ft32_analyze_prologue): Use FT32_* macros.
1117
1118 2015-09-28 Simon Marchi <simon.marchi@ericsson.com>
1119
1120 * cli/cli-script.c (read_next_line): Fix stdout -> stdin in
1121 comment.
1122
1123 2015-09-28 Doug Evans <dje@google.com>
1124
1125 * MAINTAINERS: Add Iain Buclaw as D language maintainer.
1126
1127 2015-09-28 Doug Evans <dje@google.com>
1128
1129 * common/filestuff.c (make_cleanup_close): Update comment.
1130
1131 2015-09-26 Simon Marchi <simon.marchi@polymtl.ca>
1132
1133 * btrace.c (parse_xml_btrace_block): Fix cast of
1134 xml_find_attribute's return value.
1135 * memory-map.c (memory_map_start_memory): Likewise.
1136 * solib-svr4.c (library_list_start_library): Likewise.
1137 * solib-target.c (library_list_start_segment): Likewise.
1138 (library_list_start_section): Likewise.
1139 * tracepoint.c (traceframe_info_start_memory): Likewise.
1140
1141 2015-09-26 Iain Buclaw <ibuclaw@gdcproject.org>
1142
1143 * d-namespace.c (d_lookup_symbol): New arg langdef.
1144 All callers updated. Support looking up symbol as a primitive type.
1145 (lookup_module_scope): New arg langdef. All callers updated.
1146 Call d_lookup_symbol directly for simple bare symbols.
1147
1148 2015-09-25 Simon Marchi <simon.marchi@ericsson.com>
1149
1150 * macrocmd.c (print_macro_callback): Add cast(s).
1151 * macrotab.c (macro_bcache_str): Likewise.
1152 (new_macro_definition): Likewise.
1153 * main.c (captured_main): Likewise.
1154 * maint.c (print_bfd_section_info): Likewise.
1155 * mdebugread.c (mdebug_build_psymtabs): Likewise.
1156 (basic_type): Likewise.
1157 * memattr.c (mem_region_cmp): Likewise.
1158 * memory-map.c (memory_map_start_memory): Likewise.
1159 (memory_map_end_memory): Likewise.
1160 (memory_map_start_property): Likewise.
1161 (memory_map_end_property): Likewise.
1162 (clear_result): Likewise.
1163 * memrange.c (compare_mem_ranges): Likewise.
1164 * mep-tdep.c (mep_analyze_frame_prologue): Likewise.
1165 * mi/mi-cmd-var.c (mi_cmd_var_update_iter): Likewise.
1166 * mi/mi-console.c (mi_console_file_delete): Likewise.
1167 (mi_console_file_fputs): Likewise.
1168 (mi_console_raw_packet): Likewise.
1169 (mi_console_file_flush): Likewise.
1170 (mi_console_set_raw): Likewise.
1171 * mi/mi-interp.c (mi_interpreter_resume): Likewise.
1172 (mi_new_thread): Likewise.
1173 (mi_thread_exit): Likewise.
1174 (mi_record_changed): Likewise.
1175 (mi_inferior_added): Likewise.
1176 (mi_inferior_appeared): Likewise.
1177 (mi_inferior_exit): Likewise.
1178 (mi_inferior_removed): Likewise.
1179 (mi_interp_data): Likewise.
1180 (mi_on_normal_stop): Likewise.
1181 (mi_traceframe_changed): Likewise.
1182 (mi_tsv_created): Likewise.
1183 (mi_tsv_deleted): Likewise.
1184 (mi_tsv_modified): Likewise.
1185 (mi_breakpoint_created): Likewise.
1186 (mi_breakpoint_deleted): Likewise.
1187 (mi_breakpoint_modified): Likewise.
1188 (mi_output_running_pid): Likewise.
1189 (mi_inferior_count): Likewise.
1190 (mi_solib_loaded): Likewise.
1191 (mi_solib_unloaded): Likewise.
1192 (mi_command_param_changed): Likewise.
1193 (mi_memory_changed): Likewise.
1194 (report_initial_inferior): Likewise.
1195 (mi_ui_out): Likewise.
1196 (mi_set_logging): Likewise.
1197 * mi/mi-main.c (collect_cores): Likewise.
1198 (print_one_inferior): Likewise.
1199 (free_vector_of_ints): Likewise.
1200 (free_splay_tree): Likewise.
1201 (mi_execute_command): Likewise.
1202 * mi/mi-out.c (mi_table_body): Likewise.
1203 (mi_table_end): Likewise.
1204 (mi_table_header): Likewise.
1205 (mi_begin): Likewise.
1206 (mi_end): Likewise.
1207 (mi_field_int): Likewise.
1208 (mi_field_string): Likewise.
1209 (mi_field_fmt): Likewise.
1210 (mi_flush): Likewise.
1211 (mi_redirect): Likewise.
1212 (field_separator): Likewise.
1213 (mi_open): Likewise.
1214 (mi_close): Likewise.
1215 (mi_out_buffered): Likewise.
1216 (mi_out_rewind): Likewise.
1217 (mi_out_put): Likewise.
1218 (mi_version): Likewise.
1219 (mi_out_data_dtor): Likewise.
1220 * mi/mi-parse.c (mi_parse_cleanup): Likewise.
1221 * microblaze-tdep.c (microblaze_frame_cache): Likewise.
1222 * minidebug.c (lzma_open): Likewise.
1223 (lzma_pread): Likewise.
1224 (lzma_close): Likewise.
1225 (lzma_stat): Likewise.
1226 * mips-linux-tdep.c (mips_linux_init_abi): Likewise.
1227 * mips-sde-tdep.c (mips_sde_frame_cache): Likewise.
1228 (mips_sde_elf_osabi_sniff_abi_tag_sections): Likewise.
1229 * mips-tdep.c (mips_insn16_frame_cache): Likewise.
1230 (mips_micro_frame_cache): Likewise.
1231 (mips_insn32_frame_cache): Likewise.
1232 (mips_stub_frame_cache): Likewise.
1233 (gdb_print_insn_mips): Likewise.
1234 (value_of_mips_user_reg): Likewise.
1235 (mips_gdbarch_init): Likewise.
1236 * mips64obsd-tdep.c (mips64obsd_supply_gregset): Likewise.
1237 * mipsnbsd-tdep.c (mipsnbsd_supply_fpregset): Likewise.
1238 (mipsnbsd_supply_gregset): Likewise.
1239 * mn10300-linux-tdep.c (am33_supply_fpregset_method): Likewise.
1240 (am33_collect_gregset_method): Likewise.
1241 (am33_collect_fpregset_method): Likewise.
1242 * mn10300-tdep.c (mn10300_analyze_frame_prologue): Likewise.
1243 * moxie-tdep.c (moxie_frame_cache): Likewise.
1244 * msp430-tdep.c (msp430_get_opcode_byte): Likewise.
1245 (msp430_analyze_frame_prologue): Likewise.
1246 * mt-tdep.c (mt_frame_unwind_cache): Likewise.
1247 * nios2-linux-tdep.c (nios2_supply_gregset): Likewise.
1248 (nios2_collect_gregset): Likewise.
1249 * nios2-tdep.c (nios2_frame_unwind_cache): Likewise.
1250 (nios2_stub_frame_cache): Likewise.
1251 * objc-lang.c (find_methods): Likewise.
1252 * objfiles.c (objfiles_pspace_data_cleanup): Likewise.
1253 (get_objfile_pspace_data): Likewise.
1254 (get_objfile_bfd_data): Likewise.
1255 (objfile_bfd_data_free): Likewise.
1256 (add_to_objfile_sections): Likewise.
1257 (do_free_objfile_cleanup): Likewise.
1258 (resume_section_map_updates_cleanup): Likewise.
1259 * opencl-lang.c (builtin_opencl_type): Likewise.
1260 * osabi.c (generic_elf_osabi_sniff_abi_tag_sections): Likewise.
1261 * osdata.c (osdata_start_osdata): Likewise.
1262 (osdata_start_item): Likewise.
1263 (osdata_start_column): Likewise.
1264 (osdata_end_column): Likewise.
1265 (clear_parsing_data): Likewise.
1266 (osdata_free_cleanup): Likewise.
1267 * parse.c (type_stack_cleanup): Likewise.
1268 (exp_uses_objfile_iter): Likewise.
1269 * ppc-linux-tdep.c (ppc_linux_supply_gregset): Likewise.
1270 (ppc_linux_collect_gregset): Likewise.
1271 (ppu2spu_prev_arch): Likewise.
1272 (ppu2spu_this_id): Likewise.
1273 (ppu2spu_prev_register): Likewise.
1274 (ppu2spu_unwind_register): Likewise.
1275 (ppu2spu_sniffer): Likewise.
1276 (ppu2spu_dealloc_cache): Likewise.
1277 (ppc_linux_init_abi): Likewise.
1278 * ppcfbsd-tdep.c (ppcfbsd_sigtramp_frame_cache): Likewise.
1279 * ppcobsd-tdep.c (ppcobsd_sigtramp_frame_cache): Likewise.
1280 * progspace.c (restore_program_space): Likewise.
1281 * psymtab.c (find_pc_sect_psymtab): Likewise.
1282 (compare_psymbols): Likewise.
1283 (psymbol_bcache_full): Likewise.
1284 (allocate_psymtab): Likewise.
1285 (discard_psymtabs_upto): Likewise.
1286 * python/py-block.c (set_block): Likewise.
1287 (del_objfile_blocks): Likewise.
1288 * python/py-breakpoint.c (build_bp_list): Likewise.
1289 * python/py-inferior.c (inferior_to_inferior_object): Likewise.
1290 (build_inferior_list): Likewise.
1291 (py_free_inferior): Likewise.
1292 * python/py-objfile.c (py_free_objfile): Likewise.
1293 (objfile_to_objfile_object): Likewise.
1294 * python/py-prettyprint.c (py_restore_tstate): Likewise.
1295 * python/py-progspace.c (py_free_pspace): Likewise.
1296 (pspace_to_pspace_object): Likewise.
1297 * python/py-symbol.c (set_symbol): Likewise.
1298 (del_objfile_symbols): Likewise.
1299 * python/py-symtab.c (set_sal): Likewise.
1300 (set_symtab): Likewise.
1301 (del_objfile_symtab): Likewise.
1302 (del_objfile_sal): Likewise.
1303 * python/py-type.c (save_objfile_types): Likewise.
1304 (set_type): Likewise.
1305 * python/py-unwind.c (pyuw_prev_register): Likewise.
1306 (pyuw_on_new_gdbarch): Likewise.
1307 * python/py-utils.c (py_decref): Likewise.
1308 (py_xdecref): Likewise.
1309 (gdb_py_generic_dict): Likewise.
1310 * python/py-xmethods.c (gdbpy_free_xmethod_worker_data): Likewise.
1311 (gdbpy_clone_xmethod_worker_data): Likewise.
1312 (gdbpy_get_xmethod_arg_types): Likewise.
1313 (gdbpy_get_xmethod_result_type): Likewise.
1314 (gdbpy_invoke_xmethod): Likewise.
1315 * python/python.c (gdbpy_apply_type_printers): Likewise.
1316 (gdbpy_free_type_printers): Likewise.
1317 * record-btrace.c (record_btrace_disable_callback): Likewise.
1318 (bfcache_hash): Likewise.
1319 (bfcache_eq): Likewise.
1320 (btrace_get_frame_function): Likewise.
1321 (record_btrace_frame_unwind_stop_reason): Likewise.
1322 (record_btrace_frame_this_id): Likewise.
1323 (record_btrace_frame_prev_register): Likewise.
1324 (record_btrace_frame_dealloc_cache): Likewise.
1325 * record-full.c (record_full_message_wrapper): Likewise.
1326 (record_full_save_cleanups): Likewise.
1327 * regcache.c (regcache_descr): Likewise.
1328 (do_regcache_xfree): Likewise.
1329 (do_regcache_invalidate): Likewise.
1330 (do_cooked_read): Likewise.
1331 (regcache_transfer_regset): Likewise.
1332 * reggroups.c (reggroup_add): Likewise.
1333 (reggroup_next): Likewise.
1334 (reggroup_prev): Likewise.
1335 * remote-fileio.c (do_remote_fileio_request): Likewise.
1336 * remote-notif.c (remote_async_get_pending_events_handler): Likewise.
1337 (do_notif_event_xfree): Likewise.
1338 * remote.c (get_remote_arch_state): Likewise.
1339 (remote_pspace_data_cleanup): Likewise.
1340 (get_remote_exec_file): Likewise.
1341 (set_pspace_remote_exec_file): Likewise.
1342 (compare_pnums): Likewise.
1343 (clear_threads_listing_context): Likewise.
1344 (remote_newthread_step): Likewise.
1345 (start_thread): Likewise.
1346 (end_thread): Likewise.
1347 (remove_child_of_pending_fork): Likewise.
1348 (remove_stop_reply_for_inferior): Likewise.
1349 (remove_stop_reply_of_remote_state): Likewise.
1350 (remote_notif_remove_once_on_match): Likewise.
1351 (stop_reply_match_ptid_and_ws): Likewise.
1352 (kill_child_of_pending_fork): Likewise.
1353 (register_remote_g_packet_guess): Likewise.
1354 (remote_read_description_p): Likewise.
1355 (remote_read_description): Likewise.
1356 (free_actions_list_cleanup_wrapper): Likewise.
1357 (remote_async_serial_handler): Likewise.
1358 * rl78-tdep.c (rl78_get_opcode_byte): Likewise.
1359 (rl78_analyze_frame_prologue): Likewise.
1360 * rs6000-tdep.c (ppc_supply_gregset): Likewise.
1361 (ppc_supply_fpregset): Likewise.
1362 (ppc_supply_vsxregset): Likewise.
1363 (ppc_supply_vrregset): Likewise.
1364 (ppc_collect_gregset): Likewise.
1365 (ppc_collect_fpregset): Likewise.
1366 (ppc_collect_vsxregset): Likewise.
1367 (ppc_collect_vrregset): Likewise.
1368 (e500_move_ev_register): Likewise.
1369 (do_regcache_raw_write): Likewise.
1370 (rs6000_frame_cache): Likewise.
1371 (rs6000_epilogue_frame_cache): Likewise.
1372 (rs6000_gdbarch_init): Likewise.
1373 * rx-tdep.c (rx_get_opcode_byte): Likewise.
1374 (rx_analyze_frame_prologue): Likewise.
1375 (rx_frame_type): Likewise.
1376 (rx_frame_sniffer_common): Likewise.
1377 * s390-linux-tdep.c (s390_check_for_saved): Likewise.
1378 (s390_frame_unwind_cache): Likewise.
1379 (s390_stub_frame_unwind_cache): Likewise.
1380 (s390_sigtramp_frame_unwind_cache): Likewise.
1381 * score-tdep.c (score_make_prologue_cache): Likewise.
1382 * sentinel-frame.c (sentinel_frame_prev_register): Likewise.
1383 (sentinel_frame_prev_arch): Likewise.
1384 * ser-base.c (fd_event): Likewise.
1385 (push_event): Likewise.
1386 (ser_base_write): Likewise.
1387 * ser-pipe.c (pipe_close): Likewise.
1388 * serial.c (serial_write): Likewise.
1389 * sh-tdep.c (sh_frame_cache): Likewise.
1390 (sh_stub_this_id): Likewise.
1391 * sh64-tdep.c (sh64_frame_cache): Likewise.
1392 * solib-aix.c (get_solib_aix_inferior_data): Likewise.
1393 (library_list_start_library): Likewise.
1394 (library_list_start_list): Likewise.
1395 (solib_aix_free_library_list): Likewise.
1396 * solib-darwin.c (get_darwin_info): Likewise.
1397 * solib-dsbt.c (get_dsbt_info): Likewise.
1398 * solib-spu.c (append_ocl_sos): Likewise.
1399 * solib-svr4.c (svr4_pspace_data_cleanup): Likewise.
1400 (get_svr4_info): Likewise.
1401 (library_list_start_library): Likewise.
1402 (svr4_library_list_start_list): Likewise.
1403 (hash_probe_and_action): Likewise.
1404 (equal_probe_and_action): Likewise.
1405 (svr4_update_solib_event_breakpoint): Likewise.
1406 (set_solib_svr4_fetch_link_map_offsets): Likewise.
1407 (svr4_fetch_link_map_offsets): Likewise.
1408 (svr4_have_link_map_offsets): Likewise.
1409 * solib-target.c (library_list_start_segment): Likewise.
1410 (library_list_start_section): Likewise.
1411 (library_list_start_library): Likewise.
1412 (library_list_end_library): Likewise.
1413 (library_list_start_list): Likewise.
1414 (solib_target_free_library_list): Likewise.
1415 * solib.c (solib_ops): Likewise.
1416 (set_solib_ops): Likewise.
1417 * sparc-sol2-tdep.c (sparc32_sol2_sigtramp_frame_cache): Likewise.
1418 * sparc-tdep.c (sparc_frame_cache): Likewise.
1419 (sparc32_frame_cache): Likewise.
1420 (sparc32_supply_gregset): Likewise.
1421 (sparc32_collect_gregset): Likewise.
1422 (sparc32_supply_fpregset): Likewise.
1423 (sparc32_collect_fpregset): Likewise.
1424 * sparc64-sol2-tdep.c (sparc64_sol2_sigtramp_frame_cache): Likewise.
1425 * sparc64-tdep.c (sparc64_supply_gregset): Likewise.
1426 (sparc64_collect_gregset): Likewise.
1427 (sparc64_supply_fpregset): Likewise.
1428 (sparc64_collect_fpregset): Likewise.
1429 * sparc64fbsd-tdep.c (sparc64fbsd_sigtramp_frame_cache): Likewise.
1430 * sparc64nbsd-tdep.c (sparc64nbsd_sigcontext_frame_cache): Likewise.
1431 * sparc64obsd-tdep.c (sparc64obsd_frame_cache): Likewise.
1432 (sparc64obsd_trapframe_cache): Likewise.
1433 * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_frame_cache): Likewise.
1434 * sparcobsd-tdep.c (sparc32obsd_sigtramp_frame_cache): Likewise.
1435 * spu-multiarch.c (spu_gdbarch): Likewise.
1436 * spu-tdep.c (spu_frame_unwind_cache): Likewise.
1437 (spu2ppu_prev_arch): Likewise.
1438 (spu2ppu_this_id): Likewise.
1439 (spu2ppu_prev_register): Likewise.
1440 (spu2ppu_dealloc_cache): Likewise.
1441 (spu_dis_asm_print_address): Likewise.
1442 (gdb_print_insn_spu): Likewise.
1443 (spu_get_overlay_table): Likewise.
1444 * stabsread.c (rs6000_builtin_type): Likewise.
1445 * stack.c (do_print_variable_and_value): Likewise.
1446 * stap-probe.c (get_stap_base_address_1): Likewise.
1447 * symfile-debug.c (debug_qf_has_symbols): Likewise.
1448 (debug_qf_find_last_source_symtab): Likewise.
1449 (debug_qf_forget_cached_source_info): Likewise.
1450 (debug_qf_map_symtabs_matching_filename): Likewise.
1451 (debug_qf_lookup_symbol): Likewise.
1452 (debug_qf_print_stats): Likewise.
1453 (debug_qf_dump): Likewise.
1454 (debug_qf_relocate): Likewise.
1455 (debug_qf_expand_symtabs_for_function): Likewise.
1456 (debug_qf_expand_all_symtabs): Likewise.
1457 (debug_qf_expand_symtabs_with_fullname): Likewise.
1458 (debug_qf_map_matching_symbols): Likewise.
1459 (debug_qf_expand_symtabs_matching): Likewise.
1460 (debug_qf_find_pc_sect_compunit_symtab): Likewise.
1461 (debug_qf_map_symbol_filenames): Likewise.
1462 (debug_sym_get_probes): Likewise.
1463 (debug_sym_new_init): Likewise.
1464 (debug_sym_init): Likewise.
1465 (debug_sym_read): Likewise.
1466 (debug_sym_read_psymbols): Likewise.
1467 (debug_sym_finish): Likewise.
1468 (debug_sym_offsets): Likewise.
1469 (debug_sym_read_linetable): Likewise.
1470 (debug_sym_relocate): Likewise.
1471 (uninstall_symfile_debug_logging): Likewise.
1472 * symfile-mem.c (symbol_file_add_from_memory_wrapper): Likewise.
1473 * symfile.c (place_section): Likewise.
1474 (add_section_size_callback): Likewise.
1475 (load_progress): Likewise.
1476 (load_section_callback): Likewise.
1477 (clear_memory_write_data): Likewise.
1478 (allocate_symtab): Likewise.
1479 * symmisc.c (maintenance_expand_file_matcher): Likewise.
1480 * symtab.c (lookup_symtab_callback): Likewise.
1481 (hash_demangled_name_entry): Likewise.
1482 (eq_demangled_name_entry): Likewise.
1483 (get_symbol_cache): Likewise.
1484 (symbol_cache_cleanup): Likewise.
1485 (set_symbol_cache_size): Likewise.
1486 (symbol_cache_flush): Likewise.
1487 (maintenance_print_symbol_cache): Likewise.
1488 (maintenance_print_symbol_cache_statistics): Likewise.
1489 (delete_filename_seen_cache): Likewise.
1490 (output_partial_symbol_filename): Likewise.
1491 (search_symbols_file_matches): Likewise.
1492 (search_symbols_name_matches): Likewise.
1493 (do_free_completion_list): Likewise.
1494 (maybe_add_partial_symtab_filename): Likewise.
1495 (get_main_info): Likewise.
1496 (main_info_cleanup): Likewise.
1497 * target-dcache.c (target_dcache_cleanup): Likewise.
1498 (target_dcache_init_p): Likewise.
1499 (target_dcache_invalidate): Likewise.
1500 (target_dcache_get): Likewise.
1501 (target_dcache_get_or_init): Likewise.
1502 * target-descriptions.c (target_find_description): Likewise.
1503 (tdesc_find_type): Likewise.
1504 (tdesc_data_cleanup): Likewise.
1505 (tdesc_find_arch_register): Likewise.
1506 (tdesc_register_name): Likewise.
1507 (tdesc_register_type): Likewise.
1508 (tdesc_register_reggroup_p): Likewise.
1509 (set_tdesc_pseudo_register_name): Likewise.
1510 (set_tdesc_pseudo_register_type): Likewise.
1511 (set_tdesc_pseudo_register_reggroup_p): Likewise.
1512 (tdesc_use_registers): Likewise.
1513 (free_target_description): Likewise.
1514 * target-memory.c (compare_block_starting_address): Likewise.
1515 (cleanup_request_data): Likewise.
1516 (cleanup_write_requests_vector): Likewise.
1517 * target.c (open_target): Likewise.
1518 (cleanup_restore_target_terminal): Likewise.
1519 (free_memory_read_result_vector): Likewise.
1520 * thread.c (disable_thread_stack_temporaries): Likewise.
1521 (finish_thread_state_cleanup): Likewise.
1522 (do_restore_current_thread_cleanup): Likewise.
1523 (restore_current_thread_cleanup_dtor): Likewise.
1524 (set_thread_refcount): Likewise.
1525 (tp_array_compar): Likewise.
1526 (do_captured_thread_select): Likewise.
1527 * tic6x-tdep.c (tic6x_frame_unwind_cache): Likewise.
1528 (tic6x_stub_this_id): Likewise.
1529 * tilegx-tdep.c (tilegx_frame_cache): Likewise.
1530 * top.c (do_restore_instream_cleanup): Likewise.
1531 (gdb_readline_wrapper_cleanup): Likewise.
1532 (kill_or_detach): Likewise.
1533 (print_inferior_quit_action): Likewise.
1534 * tracefile-tfile.c (match_blocktype): Likewise.
1535 (build_traceframe_info): Likewise.
1536 * tracefile.c (trace_file_writer_xfree): Likewise.
1537 * tracepoint.c (memrange_cmp): Likewise.
1538 (do_collect_symbol): Likewise.
1539 (do_clear_collection_list): Likewise.
1540 (do_restore_current_traceframe_cleanup): Likewise.
1541 (restore_current_traceframe_cleanup_dtor): Likewise.
1542 (free_current_marker): Likewise.
1543 (traceframe_info_start_memory): Likewise.
1544 (traceframe_info_start_tvar): Likewise.
1545 (free_result): Likewise.
1546 * tramp-frame.c (tramp_frame_cache): Likewise.
1547 * tui/tui-file.c (tui_file_delete): Likewise.
1548 (tui_fileopen): Likewise.
1549 (tui_sfileopen): Likewise.
1550 (tui_file_isatty): Likewise.
1551 (tui_file_rewind): Likewise.
1552 (tui_file_put): Likewise.
1553 (tui_file_fputs): Likewise.
1554 (tui_file_get_strbuf): Likewise.
1555 (tui_file_adjust_strbuf): Likewise.
1556 (tui_file_flush): Likewise.
1557 * tui/tui-layout.c (make_command_window): Likewise.
1558 (make_data_window): Likewise.
1559 (show_source_disasm_command): Likewise.
1560 (show_data): Likewise.
1561 (make_source_or_disasm_window): Likewise.
1562 (show_source_or_disasm_and_command): Likewise.
1563 * tui/tui-out.c (tui_field_int): Likewise.
1564 (tui_field_string): Likewise.
1565 (tui_field_fmt): Likewise.
1566 (tui_text): Likewise.
1567 * typeprint.c (hash_typedef_field): Likewise.
1568 (eq_typedef_field): Likewise.
1569 (do_free_typedef_hash): Likewise.
1570 (copy_typedef_hash_element): Likewise.
1571 (do_free_global_table): Likewise.
1572 (find_global_typedef): Likewise.
1573 (find_typedef_in_hash): Likewise.
1574 * ui-file.c (ui_file_write_for_put): Likewise.
1575 (do_ui_file_xstrdup): Likewise.
1576 (mem_file_delete): Likewise.
1577 (mem_file_rewind): Likewise.
1578 (mem_file_put): Likewise.
1579 (mem_file_write): Likewise.
1580 (stdio_file_delete): Likewise.
1581 (stdio_file_flush): Likewise.
1582 (stdio_file_read): Likewise.
1583 (stdio_file_write): Likewise.
1584 (stdio_file_write_async_safe): Likewise.
1585 (stdio_file_fputs): Likewise.
1586 (stdio_file_isatty): Likewise.
1587 (stdio_file_fseek): Likewise.
1588 (tee_file_delete): Likewise.
1589 (tee_file_flush): Likewise.
1590 (tee_file_write): Likewise.
1591 (tee_file_fputs): Likewise.
1592 (tee_file_isatty): Likewise.
1593 * ui-out.c (do_cleanup_table_end): Likewise.
1594 (do_cleanup_end): Likewise.
1595 * user-regs.c (user_reg_add): Likewise.
1596 (user_reg_map_name_to_regnum): Likewise.
1597 (usernum_to_user_reg): Likewise.
1598 (maintenance_print_user_registers): Likewise.
1599 * utils.c (do_bfd_close_cleanup): Likewise.
1600 (do_fclose_cleanup): Likewise.
1601 (do_obstack_free): Likewise.
1602 (do_ui_file_delete): Likewise.
1603 (do_ui_out_redirect_pop): Likewise.
1604 (do_free_section_addr_info): Likewise.
1605 (restore_integer): Likewise.
1606 (do_unpush_target): Likewise.
1607 (do_htab_delete_cleanup): Likewise.
1608 (do_restore_ui_file): Likewise.
1609 (do_value_free): Likewise.
1610 (do_free_so): Likewise.
1611 (free_current_contents): Likewise.
1612 (do_regfree_cleanup): Likewise.
1613 (core_addr_hash): Likewise.
1614 (core_addr_eq): Likewise.
1615 (do_free_char_ptr_vec): Likewise.
1616 * v850-tdep.c (v850_frame_cache): Likewise.
1617 * varobj.c (do_free_variable_cleanup): Likewise.
1618 * vax-tdep.c (vax_supply_gregset): Likewise.
1619 (vax_frame_cache): Likewise.
1620 * vaxobsd-tdep.c (vaxobsd_sigtramp_frame_cache): Likewise.
1621 * xml-support.c (gdb_xml_body_text): Likewise.
1622 (gdb_xml_values_cleanup): Likewise.
1623 (gdb_xml_start_element): Likewise.
1624 (gdb_xml_start_element_wrapper): Likewise.
1625 (gdb_xml_end_element): Likewise.
1626 (gdb_xml_end_element_wrapper): Likewise.
1627 (gdb_xml_cleanup): Likewise.
1628 (gdb_xml_fetch_external_entity): Likewise.
1629 (gdb_xml_parse_attr_enum): Likewise.
1630 (xinclude_start_include): Likewise.
1631 (xinclude_end_include): Likewise.
1632 (xml_xinclude_default): Likewise.
1633 (xml_xinclude_start_doctype): Likewise.
1634 (xml_xinclude_end_doctype): Likewise.
1635 (xml_xinclude_cleanup): Likewise.
1636 (xml_fetch_content_from_file): Likewise.
1637 * xml-syscall.c (free_syscalls_info): Likewise.
1638 (syscall_start_syscall): Likewise.
1639 * xml-tdesc.c (tdesc_end_arch): Likewise.
1640 (tdesc_end_osabi): Likewise.
1641 (tdesc_end_compatible): Likewise.
1642 (tdesc_start_target): Likewise.
1643 (tdesc_start_feature): Likewise.
1644 (tdesc_start_reg): Likewise.
1645 (tdesc_start_union): Likewise.
1646 (tdesc_start_struct): Likewise.
1647 (tdesc_start_flags): Likewise.
1648 (tdesc_start_field): Likewise.
1649 (tdesc_start_vector): Likewise.
1650 (fetch_available_features_from_target): Likewise.
1651 * xstormy16-tdep.c (xstormy16_frame_cache): Likewise.
1652 * xtensa-tdep.c (xtensa_supply_gregset): Likewise.
1653 (xtensa_frame_cache): Likewise.
1654 (xtensa_frame_prev_register): Likewise.
1655 (xtensa_extract_return_value): Likewise.
1656
1657 2015-09-25 Simon Marchi <simon.marchi@ericsson.com>
1658
1659 * aarch64-tdep.c (aarch64_make_prologue_cache): Add cast(s).
1660 (aarch64_make_stub_cache): Likewise.
1661 (value_of_aarch64_user_reg): Likewise.
1662 * ada-lang.c (ada_inferior_data_cleanup): Likewise.
1663 (get_ada_inferior_data): Likewise.
1664 (get_ada_pspace_data): Likewise.
1665 (ada_pspace_data_cleanup): Likewise.
1666 (ada_complete_symbol_matcher): Likewise.
1667 (ada_exc_search_name_matches): Likewise.
1668 * ada-tasks.c (get_ada_tasks_pspace_data): Likewise.
1669 (get_ada_tasks_inferior_data): Likewise.
1670 * addrmap.c (addrmap_mutable_foreach_worker): Likewise.
1671 (splay_obstack_alloc): Likewise.
1672 (splay_obstack_free): Likewise.
1673 * alpha-linux-tdep.c (alpha_linux_supply_gregset): Likewise.
1674 (alpha_linux_collect_gregset): Likewise.
1675 (alpha_linux_supply_fpregset): Likewise.
1676 (alpha_linux_collect_fpregset): Likewise.
1677 * alpha-mdebug-tdep.c (alpha_mdebug_frame_unwind_cache): Likewise.
1678 * alpha-tdep.c (alpha_lds): Likewise.
1679 (alpha_sts): Likewise.
1680 (alpha_sigtramp_frame_unwind_cache): Likewise.
1681 (alpha_heuristic_frame_unwind_cache): Likewise.
1682 (alpha_supply_int_regs): Likewise.
1683 (alpha_fill_int_regs): Likewise.
1684 (alpha_supply_fp_regs): Likewise.
1685 (alpha_fill_fp_regs): Likewise.
1686 * alphanbsd-tdep.c (alphanbsd_supply_fpregset): Likewise.
1687 (alphanbsd_aout_supply_gregset): Likewise.
1688 (alphanbsd_supply_gregset): Likewise.
1689 * amd64-linux-tdep.c (amd64_linux_init_abi): Likewise.
1690 (amd64_x32_linux_init_abi): Likewise.
1691 * amd64-nat.c (amd64_supply_native_gregset): Likewise.
1692 (amd64_collect_native_gregset): Likewise.
1693 * amd64-tdep.c (amd64_frame_cache): Likewise.
1694 (amd64_sigtramp_frame_cache): Likewise.
1695 (amd64_epilogue_frame_cache): Likewise.
1696 (amd64_supply_fxsave): Likewise.
1697 (amd64_supply_xsave): Likewise.
1698 (amd64_collect_fxsave): Likewise.
1699 (amd64_collect_xsave): Likewise.
1700 * amd64-windows-tdep.c (amd64_windows_frame_cache): Likewise.
1701 * amd64obsd-tdep.c (amd64obsd_trapframe_cache): Likewise.
1702 * arm-linux-tdep.c (arm_linux_supply_gregset): Likewise.
1703 (arm_linux_collect_gregset): Likewise.
1704 (arm_linux_supply_nwfpe): Likewise.
1705 (arm_linux_collect_nwfpe): Likewise.
1706 (arm_linux_supply_vfp): Likewise.
1707 (arm_linux_collect_vfp): Likewise.
1708 * arm-tdep.c (arm_find_mapping_symbol): Likewise.
1709 (arm_prologue_unwind_stop_reason): Likewise.
1710 (arm_prologue_this_id): Likewise.
1711 (arm_prologue_prev_register): Likewise.
1712 (arm_exidx_data_free): Likewise.
1713 (arm_find_exidx_entry): Likewise.
1714 (arm_stub_this_id): Likewise.
1715 (arm_m_exception_this_id): Likewise.
1716 (arm_m_exception_prev_register): Likewise.
1717 (arm_normal_frame_base): Likewise.
1718 (gdb_print_insn_arm): Likewise.
1719 (arm_objfile_data_free): Likewise.
1720 (arm_record_special_symbol): Likewise.
1721 (value_of_arm_user_reg): Likewise.
1722 * armbsd-tdep.c (armbsd_supply_fpregset): Likewise.
1723 (armbsd_supply_gregset): Likewise.
1724 * auto-load.c (auto_load_pspace_data_cleanup): Likewise.
1725 (get_auto_load_pspace_data): Likewise.
1726 (hash_loaded_script_entry): Likewise.
1727 (eq_loaded_script_entry): Likewise.
1728 (clear_section_scripts): Likewise.
1729 (collect_matching_scripts): Likewise.
1730 * auxv.c (auxv_inferior_data_cleanup): Likewise.
1731 (get_auxv_inferior_data): Likewise.
1732 * avr-tdep.c (avr_frame_unwind_cache): Likewise.
1733 * ax-general.c (do_free_agent_expr_cleanup): Likewise.
1734 * bfd-target.c (target_bfd_xfer_partial): Likewise.
1735 (target_bfd_xclose): Likewise.
1736 (target_bfd_get_section_table): Likewise.
1737 * bfin-tdep.c (bfin_frame_cache): Likewise.
1738 * block.c (find_block_in_blockvector): Likewise.
1739 (call_site_for_pc): Likewise.
1740 (block_find_non_opaque_type_preferred): Likewise.
1741 * break-catch-sig.c (signal_catchpoint_insert_location): Likewise.
1742 (signal_catchpoint_remove_location): Likewise.
1743 (signal_catchpoint_breakpoint_hit): Likewise.
1744 (signal_catchpoint_print_one): Likewise.
1745 (signal_catchpoint_print_mention): Likewise.
1746 (signal_catchpoint_print_recreate): Likewise.
1747 * break-catch-syscall.c (get_catch_syscall_inferior_data): Likewise.
1748 * breakpoint.c (do_cleanup_counted_command_line): Likewise.
1749 (bp_location_compare_addrs): Likewise.
1750 (get_first_locp_gte_addr): Likewise.
1751 (check_tracepoint_command): Likewise.
1752 (do_map_commands_command): Likewise.
1753 (get_breakpoint_objfile_data): Likewise.
1754 (free_breakpoint_probes): Likewise.
1755 (do_captured_breakpoint_query): Likewise.
1756 (compare_breakpoints): Likewise.
1757 (bp_location_compare): Likewise.
1758 (bpstat_remove_breakpoint_callback): Likewise.
1759 (do_delete_breakpoint_cleanup): Likewise.
1760 * bsd-uthread.c (bsd_uthread_set_supply_uthread): Likewise.
1761 (bsd_uthread_set_collect_uthread): Likewise.
1762 (bsd_uthread_activate): Likewise.
1763 (bsd_uthread_fetch_registers): Likewise.
1764 (bsd_uthread_store_registers): Likewise.
1765 * btrace.c (check_xml_btrace_version): Likewise.
1766 (parse_xml_btrace_block): Likewise.
1767 (parse_xml_btrace_pt_config_cpu): Likewise.
1768 (parse_xml_btrace_pt_raw): Likewise.
1769 (parse_xml_btrace_pt): Likewise.
1770 (parse_xml_btrace_conf_bts): Likewise.
1771 (parse_xml_btrace_conf_pt): Likewise.
1772 (do_btrace_data_cleanup): Likewise.
1773 * c-typeprint.c (find_typedef_for_canonicalize): Likewise.
1774 * charset.c (cleanup_iconv): Likewise.
1775 (do_cleanup_iterator): Likewise.
1776 * cli-out.c (cli_uiout_dtor): Likewise.
1777 (cli_table_begin): Likewise.
1778 (cli_table_body): Likewise.
1779 (cli_table_end): Likewise.
1780 (cli_table_header): Likewise.
1781 (cli_begin): Likewise.
1782 (cli_end): Likewise.
1783 (cli_field_int): Likewise.
1784 (cli_field_skip): Likewise.
1785 (cli_field_string): Likewise.
1786 (cli_field_fmt): Likewise.
1787 (cli_spaces): Likewise.
1788 (cli_text): Likewise.
1789 (cli_message): Likewise.
1790 (cli_wrap_hint): Likewise.
1791 (cli_flush): Likewise.
1792 (cli_redirect): Likewise.
1793 (out_field_fmt): Likewise.
1794 (field_separator): Likewise.
1795 (cli_out_set_stream): Likewise.
1796 * cli/cli-cmds.c (compare_symtabs): Likewise.
1797 * cli/cli-dump.c (call_dump_func): Likewise.
1798 (restore_section_callback): Likewise.
1799 * cli/cli-script.c (clear_hook_in_cleanup): Likewise.
1800 (do_restore_user_call_depth): Likewise.
1801 (do_free_command_lines_cleanup): Likewise.
1802 * coff-pe-read.c (get_section_vmas): Likewise.
1803 (pe_as16): Likewise.
1804 (pe_as32): Likewise.
1805 * coffread.c (coff_symfile_read): Likewise.
1806 * common/agent.c (agent_look_up_symbols): Likewise.
1807 * common/filestuff.c (do_close_cleanup): Likewise.
1808 * common/format.c (free_format_pieces_cleanup): Likewise.
1809 * common/vec.c (vec_o_reserve): Likewise.
1810 * compile/compile-c-support.c (print_one_macro): Likewise.
1811 * compile/compile-c-symbols.c (hash_symbol_error): Likewise.
1812 (eq_symbol_error): Likewise.
1813 (del_symbol_error): Likewise.
1814 (error_symbol_once): Likewise.
1815 (gcc_convert_symbol): Likewise.
1816 (gcc_symbol_address): Likewise.
1817 (hash_symname): Likewise.
1818 (eq_symname): Likewise.
1819 * compile/compile-c-types.c (hash_type_map_instance): Likewise.
1820 (eq_type_map_instance): Likewise.
1821 (insert_type): Likewise.
1822 (convert_type): Likewise.
1823 * compile/compile-object-load.c (munmap_listp_free_cleanup): Likewise.
1824 (setup_sections): Likewise.
1825 (link_hash_table_free): Likewise.
1826 (copy_sections): Likewise.
1827 * compile/compile-object-run.c (do_module_cleanup): Likewise.
1828 * compile/compile.c (compile_print_value): Likewise.
1829 (do_rmdir): Likewise.
1830 (cleanup_compile_instance): Likewise.
1831 (cleanup_unlink_file): Likewise.
1832 * completer.c (free_completion_tracker): Likewise.
1833 * corelow.c (add_to_spuid_list): Likewise.
1834 * cp-namespace.c (reset_directive_searched): Likewise.
1835 * cp-support.c (reset_directive_searched): Likewise.
1836 * cris-tdep.c (cris_sigtramp_frame_unwind_cache): Likewise.
1837 (cris_frame_unwind_cache): Likewise.
1838 * d-lang.c (builtin_d_type): Likewise.
1839 * d-namespace.c (reset_directive_searched): Likewise.
1840 * dbxread.c (dbx_free_symfile_info): Likewise.
1841 (do_free_bincl_list_cleanup): Likewise.
1842 * disasm.c (hash_dis_line_entry): Likewise.
1843 (eq_dis_line_entry): Likewise.
1844 (dis_asm_print_address): Likewise.
1845 (fprintf_disasm): Likewise.
1846 (do_ui_file_delete): Likewise.
1847 * doublest.c (convert_floatformat_to_doublest): Likewise.
1848 * dummy-frame.c (pop_dummy_frame_bpt): Likewise.
1849 (dummy_frame_prev_register): Likewise.
1850 (dummy_frame_this_id): Likewise.
1851 * dwarf2-frame-tailcall.c (cache_hash): Likewise.
1852 (cache_eq): Likewise.
1853 (cache_find): Likewise.
1854 (tailcall_frame_this_id): Likewise.
1855 (dwarf2_tailcall_prev_register_first): Likewise.
1856 (tailcall_frame_prev_register): Likewise.
1857 (tailcall_frame_dealloc_cache): Likewise.
1858 (tailcall_frame_prev_arch): Likewise.
1859 * dwarf2-frame.c (dwarf2_frame_state_free): Likewise.
1860 (dwarf2_frame_set_init_reg): Likewise.
1861 (dwarf2_frame_init_reg): Likewise.
1862 (dwarf2_frame_set_signal_frame_p): Likewise.
1863 (dwarf2_frame_signal_frame_p): Likewise.
1864 (dwarf2_frame_set_adjust_regnum): Likewise.
1865 (dwarf2_frame_adjust_regnum): Likewise.
1866 (clear_pointer_cleanup): Likewise.
1867 (dwarf2_frame_cache): Likewise.
1868 (find_cie): Likewise.
1869 (dwarf2_frame_find_fde): Likewise.
1870 * dwarf2expr.c (dwarf_expr_address_type): Likewise.
1871 (free_dwarf_expr_context_cleanup): Likewise.
1872 * dwarf2loc.c (locexpr_find_frame_base_location): Likewise.
1873 (locexpr_get_frame_base): Likewise.
1874 (loclist_find_frame_base_location): Likewise.
1875 (loclist_get_frame_base): Likewise.
1876 (dwarf_expr_dwarf_call): Likewise.
1877 (dwarf_expr_get_base_type): Likewise.
1878 (dwarf_expr_push_dwarf_reg_entry_value): Likewise.
1879 (dwarf_expr_get_obj_addr): Likewise.
1880 (entry_data_value_coerce_ref): Likewise.
1881 (entry_data_value_copy_closure): Likewise.
1882 (entry_data_value_free_closure): Likewise.
1883 (get_frame_address_in_block_wrapper): Likewise.
1884 (dwarf2_evaluate_property): Likewise.
1885 (dwarf2_compile_property_to_c): Likewise.
1886 (needs_frame_read_addr_from_reg): Likewise.
1887 (needs_frame_get_reg_value): Likewise.
1888 (needs_frame_frame_base): Likewise.
1889 (needs_frame_frame_cfa): Likewise.
1890 (needs_frame_tls_address): Likewise.
1891 (needs_frame_dwarf_call): Likewise.
1892 (needs_dwarf_reg_entry_value): Likewise.
1893 (get_ax_pc): Likewise.
1894 (locexpr_read_variable): Likewise.
1895 (locexpr_read_variable_at_entry): Likewise.
1896 (locexpr_read_needs_frame): Likewise.
1897 (locexpr_describe_location): Likewise.
1898 (locexpr_tracepoint_var_ref): Likewise.
1899 (locexpr_generate_c_location): Likewise.
1900 (loclist_read_variable): Likewise.
1901 (loclist_read_variable_at_entry): Likewise.
1902 (loclist_describe_location): Likewise.
1903 (loclist_tracepoint_var_ref): Likewise.
1904 (loclist_generate_c_location): Likewise.
1905 * dwarf2read.c (line_header_hash_voidp): Likewise.
1906 (line_header_eq_voidp): Likewise.
1907 (dwarf2_has_info): Likewise.
1908 (dwarf2_get_section_info): Likewise.
1909 (locate_dwz_sections): Likewise.
1910 (hash_file_name_entry): Likewise.
1911 (eq_file_name_entry): Likewise.
1912 (delete_file_name_entry): Likewise.
1913 (dw2_setup): Likewise.
1914 (dw2_get_file_names_reader): Likewise.
1915 (dw2_find_pc_sect_compunit_symtab): Likewise.
1916 (hash_signatured_type): Likewise.
1917 (eq_signatured_type): Likewise.
1918 (add_signatured_type_cu_to_table): Likewise.
1919 (create_debug_types_hash_table): Likewise.
1920 (lookup_dwo_signatured_type): Likewise.
1921 (lookup_dwp_signatured_type): Likewise.
1922 (lookup_signatured_type): Likewise.
1923 (hash_type_unit_group): Likewise.
1924 (eq_type_unit_group): Likewise.
1925 (get_type_unit_group): Likewise.
1926 (process_psymtab_comp_unit_reader): Likewise.
1927 (sort_tu_by_abbrev_offset): Likewise.
1928 (process_skeletonless_type_unit): Likewise.
1929 (psymtabs_addrmap_cleanup): Likewise.
1930 (dwarf2_read_symtab): Likewise.
1931 (psymtab_to_symtab_1): Likewise.
1932 (die_hash): Likewise.
1933 (die_eq): Likewise.
1934 (load_full_comp_unit_reader): Likewise.
1935 (reset_die_in_process): Likewise.
1936 (free_cu_line_header): Likewise.
1937 (handle_DW_AT_stmt_list): Likewise.
1938 (hash_dwo_file): Likewise.
1939 (eq_dwo_file): Likewise.
1940 (hash_dwo_unit): Likewise.
1941 (eq_dwo_unit): Likewise.
1942 (create_dwo_cu_reader): Likewise.
1943 (create_dwo_unit_in_dwp_v1): Likewise.
1944 (create_dwo_unit_in_dwp_v2): Likewise.
1945 (lookup_dwo_unit_in_dwp): Likewise.
1946 (dwarf2_locate_dwo_sections): Likewise.
1947 (dwarf2_locate_common_dwp_sections): Likewise.
1948 (dwarf2_locate_v2_dwp_sections): Likewise.
1949 (hash_dwp_loaded_cutus): Likewise.
1950 (eq_dwp_loaded_cutus): Likewise.
1951 (lookup_dwo_cutu): Likewise.
1952 (abbrev_table_free_cleanup): Likewise.
1953 (dwarf2_free_abbrev_table): Likewise.
1954 (find_partial_die_in_comp_unit): Likewise.
1955 (free_line_header_voidp): Likewise.
1956 (follow_die_offset): Likewise.
1957 (follow_die_sig_1): Likewise.
1958 (free_heap_comp_unit): Likewise.
1959 (free_stack_comp_unit): Likewise.
1960 (dwarf2_free_objfile): Likewise.
1961 (per_cu_offset_and_type_hash): Likewise.
1962 (per_cu_offset_and_type_eq): Likewise.
1963 (get_die_type_at_offset): Likewise.
1964 (partial_die_hash): Likewise.
1965 (partial_die_eq): Likewise.
1966 (dwarf2_per_objfile_free): Likewise.
1967 (hash_strtab_entry): Likewise.
1968 (eq_strtab_entry): Likewise.
1969 (add_string): Likewise.
1970 (hash_symtab_entry): Likewise.
1971 (eq_symtab_entry): Likewise.
1972 (delete_symtab_entry): Likewise.
1973 (cleanup_mapped_symtab): Likewise.
1974 (add_indices_to_cpool): Likewise.
1975 (hash_psymtab_cu_index): Likewise.
1976 (eq_psymtab_cu_index): Likewise.
1977 (add_address_entry_worker): Likewise.
1978 (unlink_if_set): Likewise.
1979 (write_one_signatured_type): Likewise.
1980 (save_gdb_index_command): Likewise.
1981 * elfread.c (elf_symtab_read): Likewise.
1982 (elf_gnu_ifunc_cache_hash): Likewise.
1983 (elf_gnu_ifunc_cache_eq): Likewise.
1984 (elf_gnu_ifunc_record_cache): Likewise.
1985 (elf_gnu_ifunc_resolve_by_cache): Likewise.
1986 (elf_get_probes): Likewise.
1987 (probe_key_free): Likewise.
1988 * f-lang.c (builtin_f_type): Likewise.
1989 * frame-base.c (frame_base_append_sniffer): Likewise.
1990 (frame_base_set_default): Likewise.
1991 (frame_base_find_by_frame): Likewise.
1992 * frame-unwind.c (frame_unwind_prepend_unwinder): Likewise.
1993 (frame_unwind_append_unwinder): Likewise.
1994 (frame_unwind_find_by_frame): Likewise.
1995 * frame.c (frame_addr_hash): Likewise.
1996 (frame_addr_hash_eq): Likewise.
1997 (frame_stash_find): Likewise.
1998 (do_frame_register_read): Likewise.
1999 (unwind_to_current_frame): Likewise.
2000 (frame_cleanup_after_sniffer): Likewise.
2001 * frv-linux-tdep.c (frv_linux_sigtramp_frame_cache): Likewise.
2002 * frv-tdep.c (frv_frame_unwind_cache): Likewise.
2003 * ft32-tdep.c (ft32_frame_cache): Likewise.
2004 * gcore.c (do_bfd_delete_cleanup): Likewise.
2005 (gcore_create_callback): Likewise.
2006 * gdb_bfd.c (hash_bfd): Likewise.
2007 (eq_bfd): Likewise.
2008 (gdb_bfd_open): Likewise.
2009 (free_one_bfd_section): Likewise.
2010 (gdb_bfd_ref): Likewise.
2011 (gdb_bfd_unref): Likewise.
2012 (get_section_descriptor): Likewise.
2013 (gdb_bfd_map_section): Likewise.
2014 (gdb_bfd_crc): Likewise.
2015 (gdb_bfd_mark_parent): Likewise.
2016 (gdb_bfd_record_inclusion): Likewise.
2017 (gdb_bfd_requires_relocations): Likewise.
2018 (print_one_bfd): Likewise.
2019 * gdbtypes.c (type_pair_hash): Likewise.
2020 (type_pair_eq): Likewise.
2021 (builtin_type): Likewise.
2022 (objfile_type): Likewise.
2023 * gnu-v3-abi.c (vtable_ptrdiff_type): Likewise.
2024 (vtable_address_point_offset): Likewise.
2025 (gnuv3_get_vtable): Likewise.
2026 (hash_value_and_voffset): Likewise.
2027 (eq_value_and_voffset): Likewise.
2028 (compare_value_and_voffset): Likewise.
2029 (compute_vtable_size): Likewise.
2030 (gnuv3_get_typeid_type): Likewise.
2031 * go-lang.c (builtin_go_type): Likewise.
2032 * guile/scm-block.c (bkscm_hash_block_smob): Likewise.
2033 (bkscm_eq_block_smob): Likewise.
2034 (bkscm_objfile_block_map): Likewise.
2035 (bkscm_del_objfile_blocks): Likewise.
2036 * guile/scm-breakpoint.c (bpscm_build_bp_list): Likewise.
2037 * guile/scm-disasm.c (gdbscm_disasm_read_memory_worker): Likewise.
2038 (gdbscm_disasm_print_address): Likewise.
2039 * guile/scm-frame.c (frscm_hash_frame_smob): Likewise.
2040 (frscm_eq_frame_smob): Likewise.
2041 (frscm_inferior_frame_map): Likewise.
2042 (frscm_del_inferior_frames): Likewise.
2043 * guile/scm-gsmob.c (gdbscm_add_objfile_ref): Likewise.
2044 * guile/scm-objfile.c (ofscm_handle_objfile_deleted): Likewise.
2045 (ofscm_objfile_smob_from_objfile): Likewise.
2046 * guile/scm-ports.c (ioscm_write): Likewise.
2047 (ioscm_file_port_delete): Likewise.
2048 (ioscm_file_port_rewind): Likewise.
2049 (ioscm_file_port_put): Likewise.
2050 (ioscm_file_port_write): Likewise.
2051 * guile/scm-progspace.c (psscm_handle_pspace_deleted): Likewise.
2052 (psscm_pspace_smob_from_pspace): Likewise.
2053 * guile/scm-safe-call.c (scscm_recording_pre_unwind_handler): Likewise.
2054 (scscm_recording_unwind_handler): Likewise.
2055 (gdbscm_with_catch): Likewise.
2056 (scscm_call_0_body): Likewise.
2057 (scscm_call_1_body): Likewise.
2058 (scscm_call_2_body): Likewise.
2059 (scscm_call_3_body): Likewise.
2060 (scscm_call_4_body): Likewise.
2061 (scscm_apply_1_body): Likewise.
2062 (scscm_eval_scheme_string): Likewise.
2063 (gdbscm_safe_eval_string): Likewise.
2064 (scscm_source_scheme_script): Likewise.
2065 (gdbscm_safe_source_script): Likewise.
2066 * guile/scm-string.c (gdbscm_call_scm_to_stringn): Likewise.
2067 (gdbscm_call_scm_from_stringn): Likewise.
2068 * guile/scm-symbol.c (syscm_hash_symbol_smob): Likewise.
2069 (syscm_eq_symbol_smob): Likewise.
2070 (syscm_get_symbol_map): Likewise.
2071 (syscm_del_objfile_symbols): Likewise.
2072 * guile/scm-symtab.c (stscm_hash_symtab_smob): Likewise.
2073 (stscm_eq_symtab_smob): Likewise.
2074 (stscm_objfile_symtab_map): Likewise.
2075 (stscm_del_objfile_symtabs): Likewise.
2076 * guile/scm-type.c (tyscm_hash_type_smob): Likewise.
2077 (tyscm_eq_type_smob): Likewise.
2078 (tyscm_type_map): Likewise.
2079 (tyscm_copy_type_recursive): Likewise.
2080 (save_objfile_types): Likewise.
2081 * guile/scm-utils.c (extract_arg): Likewise.
2082 * h8300-tdep.c (h8300_frame_cache): Likewise.
2083 * hppa-linux-tdep.c (hppa_linux_sigtramp_frame_unwind_cache): Likewise.
2084 * hppa-tdep.c (compare_unwind_entries): Likewise.
2085 (find_unwind_entry): Likewise.
2086 (hppa_frame_cache): Likewise.
2087 (hppa_stub_frame_unwind_cache): Likewise.
2088 * hppanbsd-tdep.c (hppanbsd_supply_gregset): Likewise.
2089 * hppaobsd-tdep.c (hppaobsd_supply_gregset): Likewise.
2090 (hppaobsd_supply_fpregset): Likewise.
2091 * i386-cygwin-tdep.c (core_process_module_section): Likewise.
2092 * i386-linux-tdep.c (i386_linux_init_abi): Likewise.
2093 * i386-tdep.c (i386_frame_cache): Likewise.
2094 (i386_epilogue_frame_cache): Likewise.
2095 (i386_sigtramp_frame_cache): Likewise.
2096 (i386_supply_gregset): Likewise.
2097 (i386_collect_gregset): Likewise.
2098 (i386_gdbarch_init): Likewise.
2099 * i386obsd-tdep.c (i386obsd_aout_supply_regset): Likewise.
2100 (i386obsd_trapframe_cache): Likewise.
2101 * i387-tdep.c (i387_supply_fsave): Likewise.
2102 (i387_collect_fsave): Likewise.
2103 (i387_supply_fxsave): Likewise.
2104 (i387_collect_fxsave): Likewise.
2105 (i387_supply_xsave): Likewise.
2106 (i387_collect_xsave): Likewise.
2107 * ia64-tdep.c (ia64_frame_cache): Likewise.
2108 (ia64_sigtramp_frame_cache): Likewise.
2109 * infcmd.c (attach_command_continuation): Likewise.
2110 (attach_command_continuation_free_args): Likewise.
2111 * inferior.c (restore_inferior): Likewise.
2112 (delete_thread_of_inferior): Likewise.
2113 * inflow.c (inflow_inferior_data_cleanup): Likewise.
2114 (get_inflow_inferior_data): Likewise.
2115 (inflow_inferior_exit): Likewise.
2116 * infrun.c (displaced_step_clear_cleanup): Likewise.
2117 (restore_current_uiout_cleanup): Likewise.
2118 (release_stop_context_cleanup): Likewise.
2119 (do_restore_infcall_suspend_state_cleanup): Likewise.
2120 (do_restore_infcall_control_state_cleanup): Likewise.
2121 (restore_inferior_ptid): Likewise.
2122 * inline-frame.c (block_starting_point_at): Likewise.
2123 * iq2000-tdep.c (iq2000_frame_cache): Likewise.
2124 * jit.c (get_jit_objfile_data): Likewise.
2125 (get_jit_program_space_data): Likewise.
2126 (jit_object_close_impl): Likewise.
2127 (jit_find_objf_with_entry_addr): Likewise.
2128 (jit_breakpoint_deleted): Likewise.
2129 (jit_unwind_reg_set_impl): Likewise.
2130 (jit_unwind_reg_get_impl): Likewise.
2131 (jit_dealloc_cache): Likewise.
2132 (jit_frame_sniffer): Likewise.
2133 (jit_frame_prev_register): Likewise.
2134 (jit_prepend_unwinder): Likewise.
2135 (jit_inferior_exit_hook): Likewise.
2136 (free_objfile_data): Likewise.
2137 * jv-lang.c (jv_per_objfile_free): Likewise.
2138 (get_dynamics_objfile): Likewise.
2139 (get_java_class_symtab): Likewise.
2140 (builtin_java_type): Likewise.
2141 * language.c (language_string_char_type): Likewise.
2142 (language_bool_type): Likewise.
2143 (language_lookup_primitive_type): Likewise.
2144 (language_lookup_primitive_type_as_symbol): Likewise.
2145 * linespec.c (hash_address_entry): Likewise.
2146 (eq_address_entry): Likewise.
2147 (iterate_inline_only): Likewise.
2148 (iterate_name_matcher): Likewise.
2149 (decode_line_2_compare_items): Likewise.
2150 (collect_one_symbol): Likewise.
2151 (compare_symbols): Likewise.
2152 (compare_msymbols): Likewise.
2153 (add_symtabs_to_list): Likewise.
2154 (collect_symbols): Likewise.
2155 (compare_msyms): Likewise.
2156 (add_minsym): Likewise.
2157 (cleanup_linespec_result): Likewise.
2158 * linux-fork.c (inferior_call_waitpid_cleanup): Likewise.
2159 * linux-nat.c (delete_lwp_cleanup): Likewise.
2160 (count_events_callback): Likewise.
2161 (select_event_lwp_callback): Likewise.
2162 (resume_stopped_resumed_lwps): Likewise.
2163 * linux-tdep.c (get_linux_gdbarch_data): Likewise.
2164 (invalidate_linux_cache_inf): Likewise.
2165 (get_linux_inferior_data): Likewise.
2166 (linux_find_memory_regions_thunk): Likewise.
2167 (linux_make_mappings_callback): Likewise.
2168 (linux_corefile_thread_callback): Likewise.
2169 (find_mapping_size): Likewise.
2170 * linux-thread-db.c (find_new_threads_callback): Likewise.
2171 * lm32-tdep.c (lm32_frame_cache): Likewise.
2172 * m2-lang.c (builtin_m2_type): Likewise.
2173 * m32c-tdep.c (m32c_analyze_frame_prologue): Likewise.
2174 * m32r-linux-tdep.c (m32r_linux_sigtramp_frame_cache): Likewise.
2175 (m32r_linux_supply_gregset): Likewise.
2176 (m32r_linux_collect_gregset): Likewise.
2177 * m32r-tdep.c (m32r_frame_unwind_cache): Likewise.
2178 * m68hc11-tdep.c (m68hc11_frame_unwind_cache): Likewise.
2179 * m68k-tdep.c (m68k_frame_cache): Likewise.
2180 * m68kbsd-tdep.c (m68kbsd_supply_fpregset): Likewise.
2181 (m68kbsd_supply_gregset): Likewise.
2182 * m68klinux-tdep.c (m68k_linux_sigtramp_frame_cache): Likewise.
2183 * m88k-tdep.c (m88k_frame_cache): Likewise.
2184 (m88k_supply_gregset): Likewise.
2185
2186 2015-09-25 Simon Marchi <simon.marchi@ericsson.com>
2187
2188 * aarch64-linux-tdep.c (aarch64_stap_parse_special_token): Add cast
2189 to allocation result assignment.
2190 * ada-exp.y (write_object_renaming): Likewise.
2191 (write_ambiguous_var): Likewise.
2192 (ada_nget_field_index): Likewise.
2193 (write_var_or_type): Likewise.
2194 * ada-lang.c (ada_decode_symbol): Likewise.
2195 (ada_value_assign): Likewise.
2196 (value_pointer): Likewise.
2197 (cache_symbol): Likewise.
2198 (add_nonlocal_symbols): Likewise.
2199 (ada_name_for_lookup): Likewise.
2200 (symbol_completion_add): Likewise.
2201 (ada_to_fixed_type_1): Likewise.
2202 (ada_get_next_arg): Likewise.
2203 (defns_collected): Likewise.
2204 * ada-lex.l (processId): Likewise.
2205 (processString): Likewise.
2206 * ada-tasks.c (read_known_tasks_array): Likewise.
2207 (read_known_tasks_list): Likewise.
2208 * ada-typeprint.c (decoded_type_name): Likewise.
2209 * addrmap.c (addrmap_mutable_create_fixed): Likewise.
2210 * amd64-tdep.c (amd64_push_arguments): Likewise.
2211 (amd64_displaced_step_copy_insn): Likewise.
2212 (amd64_classify_insn_at): Likewise.
2213 (amd64_relocate_instruction): Likewise.
2214 * amd64obsd-tdep.c (amd64obsd_sigtramp_p): Likewise.
2215 * arch-utils.c (simple_displaced_step_copy_insn): Likewise.
2216 (initialize_current_architecture): Likewise.
2217 * arm-linux-tdep.c (arm_stap_parse_special_token): Likewise.
2218 * arm-symbian-tdep.c (arm_symbian_osabi_sniffer): Likewise.
2219 * arm-tdep.c (arm_exidx_new_objfile): Likewise.
2220 (arm_push_dummy_call): Likewise.
2221 (extend_buffer_earlier): Likewise.
2222 (arm_adjust_breakpoint_address): Likewise.
2223 (arm_skip_stub): Likewise.
2224 * auto-load.c (filename_is_in_pattern): Likewise.
2225 (maybe_add_script_file): Likewise.
2226 (maybe_add_script_text): Likewise.
2227 (auto_load_objfile_script_1): Likewise.
2228 * auxv.c (ld_so_xfer_auxv): Likewise.
2229 * ax-general.c (new_agent_expr): Likewise.
2230 (grow_expr): Likewise.
2231 (ax_reg_mask): Likewise.
2232 * bcache.c (bcache_full): Likewise.
2233 * breakpoint.c (program_breakpoint_here_p): Likewise.
2234 * btrace.c (parse_xml_raw): Likewise.
2235 * build-id.c (build_id_to_debug_bfd): Likewise.
2236 * buildsym.c (end_symtab_with_blockvector): Likewise.
2237 * c-exp.y (string_exp): Likewise.
2238 (qualified_name): Likewise.
2239 (write_destructor_name): Likewise.
2240 (operator_stoken): Likewise.
2241 (parse_number): Likewise.
2242 (scan_macro_expansion): Likewise.
2243 (yylex): Likewise.
2244 (c_print_token): Likewise.
2245 * c-lang.c (c_get_string): Likewise.
2246 (emit_numeric_character): Likewise.
2247 * charset.c (wchar_iterate): Likewise.
2248 * cli/cli-cmds.c (complete_command): Likewise.
2249 (make_command): Likewise.
2250 * cli/cli-dump.c (restore_section_callback): Likewise.
2251 (restore_binary_file): Likewise.
2252 * cli/cli-interp.c (cli_interpreter_exec): Likewise.
2253 * cli/cli-script.c (execute_control_command): Likewise.
2254 * cli/cli-setshow.c (do_set_command): Likewise.
2255 * coff-pe-read.c (add_pe_forwarded_sym): Likewise.
2256 (read_pe_exported_syms): Likewise.
2257 * coffread.c (coff_read_struct_type): Likewise.
2258 (coff_read_enum_type): Likewise.
2259 * common/btrace-common.c (btrace_data_append): Likewise.
2260 * common/buffer.c (buffer_grow): Likewise.
2261 * common/filestuff.c (gdb_fopen_cloexec): Likewise.
2262 * common/format.c (parse_format_string): Likewise.
2263 * common/gdb_vecs.c (delim_string_to_char_ptr_vec_append): Likewise.
2264 * common/xml-utils.c (xml_escape_text): Likewise.
2265 * compile/compile-object-load.c (copy_sections): Likewise.
2266 (compile_object_load): Likewise.
2267 * compile/compile-object-run.c (compile_object_run): Likewise.
2268 * completer.c (filename_completer): Likewise.
2269 * corefile.c (read_memory_typed_address): Likewise.
2270 (write_memory_unsigned_integer): Likewise.
2271 (write_memory_signed_integer): Likewise.
2272 (complete_set_gnutarget): Likewise.
2273 * corelow.c (get_core_register_section): Likewise.
2274 * cp-name-parser.y (d_grab): Likewise.
2275 (allocate_info): Likewise.
2276 (cp_new_demangle_parse_info): Likewise.
2277 * cp-namespace.c (cp_scan_for_anonymous_namespaces): Likewise.
2278 (cp_lookup_symbol_in_namespace): Likewise.
2279 (lookup_namespace_scope): Likewise.
2280 (find_symbol_in_baseclass): Likewise.
2281 (cp_lookup_nested_symbol): Likewise.
2282 (cp_lookup_transparent_type_loop): Likewise.
2283 * cp-support.c (copy_string_to_obstack): Likewise.
2284 (make_symbol_overload_list): Likewise.
2285 (make_symbol_overload_list_namespace): Likewise.
2286 (make_symbol_overload_list_adl_namespace): Likewise.
2287 (first_component_command): Likewise.
2288 * cp-valprint.c (cp_print_value): Likewise.
2289 * ctf.c (ctf_xfer_partial): Likewise.
2290 * d-exp.y (StringExp): Likewise.
2291 * d-namespace.c (d_lookup_symbol_in_module): Likewise.
2292 (lookup_module_scope): Likewise.
2293 (find_symbol_in_baseclass): Likewise.
2294 (d_lookup_nested_symbol): Likewise.
2295 * dbxread.c (find_stab_function_addr): Likewise.
2296 (read_dbx_symtab): Likewise.
2297 (dbx_end_psymtab): Likewise.
2298 (cp_set_block_scope): Likewise.
2299 * dcache.c (dcache_alloc): Likewise.
2300 * demangle.c (_initialize_demangler): Likewise.
2301 * dicos-tdep.c (dicos_load_module_p): Likewise.
2302 * dictionary.c (dict_create_hashed_expandable): Likewise.
2303 (dict_create_linear_expandable): Likewise.
2304 (expand_hashtable): Likewise.
2305 (add_symbol_linear_expandable): Likewise.
2306 * dwarf2-frame.c (add_cie): Likewise.
2307 (add_fde): Likewise.
2308 (dwarf2_build_frame_info): Likewise.
2309 * dwarf2expr.c (dwarf_expr_grow_stack): Likewise.
2310 (dwarf_expr_fetch_address): Likewise.
2311 (add_piece): Likewise.
2312 (execute_stack_op): Likewise.
2313 * dwarf2loc.c (chain_candidate): Likewise.
2314 (dwarf_entry_parameter_to_value): Likewise.
2315 (read_pieced_value): Likewise.
2316 (write_pieced_value): Likewise.
2317 * dwarf2read.c (dwarf2_read_section): Likewise.
2318 (add_type_unit): Likewise.
2319 (read_comp_units_from_section): Likewise.
2320 (fixup_go_packaging): Likewise.
2321 (dwarf2_compute_name): Likewise.
2322 (dwarf2_physname): Likewise.
2323 (create_dwo_unit_in_dwp_v1): Likewise.
2324 (create_dwo_unit_in_dwp_v2): Likewise.
2325 (read_func_scope): Likewise.
2326 (read_call_site_scope): Likewise.
2327 (dwarf2_attach_fields_to_type): Likewise.
2328 (process_structure_scope): Likewise.
2329 (mark_common_block_symbol_computed): Likewise.
2330 (read_common_block): Likewise.
2331 (abbrev_table_read_table): Likewise.
2332 (guess_partial_die_structure_name): Likewise.
2333 (fixup_partial_die): Likewise.
2334 (add_file_name): Likewise.
2335 (dwarf2_const_value_data): Likewise.
2336 (dwarf2_const_value_attr): Likewise.
2337 (build_error_marker_type): Likewise.
2338 (guess_full_die_structure_name): Likewise.
2339 (anonymous_struct_prefix): Likewise.
2340 (typename_concat): Likewise.
2341 (dwarf2_canonicalize_name): Likewise.
2342 (dwarf2_name): Likewise.
2343 (write_constant_as_bytes): Likewise.
2344 (dwarf2_fetch_constant_bytes): Likewise.
2345 (copy_string): Likewise.
2346 (parse_macro_definition): Likewise.
2347 * elfread.c (elf_symfile_segments): Likewise.
2348 (elf_rel_plt_read): Likewise.
2349 (elf_gnu_ifunc_resolve_by_cache): Likewise.
2350 (elf_gnu_ifunc_resolve_by_got): Likewise.
2351 (elf_read_minimal_symbols): Likewise.
2352 (elf_gnu_ifunc_record_cache): Likewise.
2353 * event-top.c (top_level_prompt): Likewise.
2354 (command_line_handler): Likewise.
2355 * exec.c (resize_section_table): Likewise.
2356 * expprint.c (print_subexp_standard): Likewise.
2357 * fbsd-tdep.c (fbsd_collect_regset_section_cb): Likewise.
2358 * findcmd.c (parse_find_args): Likewise.
2359 * findvar.c (address_from_register): Likewise.
2360 * frame.c (get_prev_frame_always): Likewise.
2361 * gdb_bfd.c (gdb_bfd_ref): Likewise.
2362 (get_section_descriptor): Likewise.
2363 * gdb_obstack.c (obconcat): Likewise.
2364 (obstack_strdup): Likewise.
2365 * gdbtypes.c (lookup_function_type_with_arguments): Likewise.
2366 (create_set_type): Likewise.
2367 (lookup_unsigned_typename): Likewise.
2368 (lookup_signed_typename): Likewise.
2369 (resolve_dynamic_union): Likewise.
2370 (resolve_dynamic_struct): Likewise.
2371 (add_dyn_prop): Likewise.
2372 (copy_dynamic_prop_list): Likewise.
2373 (arch_flags_type): Likewise.
2374 (append_composite_type_field_raw): Likewise.
2375 * gdbtypes.h (INIT_FUNC_SPECIFIC): Likewise.
2376 * gnu-v3-abi.c (gnuv3_rtti_type): Likewise.
2377 * go-exp.y (string_exp): Likewise.
2378 * go-lang.c (go_demangle): Likewise.
2379 * guile/guile.c (compute_scheme_string): Likewise.
2380 * guile/scm-cmd.c (gdbscm_parse_command_name): Likewise.
2381 (gdbscm_canonicalize_command_name): Likewise.
2382 * guile/scm-ports.c (ioscm_init_stdio_buffers): Likewise.
2383 (ioscm_init_memory_port): Likewise.
2384 (ioscm_reinit_memory_port): Likewise.
2385 * guile/scm-utils.c (gdbscm_gc_xstrdup): Likewise.
2386 (gdbscm_gc_dup_argv): Likewise.
2387 * h8300-tdep.c (h8300_push_dummy_call): Likewise.
2388 * hppa-tdep.c (internalize_unwinds): Likewise.
2389 (read_unwind_info): Likewise.
2390 * i386-cygwin-tdep.c (core_process_module_section): Likewise.
2391 (windows_core_xfer_shared_libraries): Likewise.
2392 * i386-tdep.c (i386_displaced_step_copy_insn): Likewise.
2393 (i386_stap_parse_special_token_triplet): Likewise.
2394 (i386_stap_parse_special_token_three_arg_disp): Likewise.
2395 * i386obsd-tdep.c (i386obsd_sigtramp_p): Likewise.
2396 * inf-child.c (inf_child_fileio_readlink): Likewise.
2397 * inf-ptrace.c (inf_ptrace_fetch_register): Likewise.
2398 (inf_ptrace_store_register): Likewise.
2399 * infrun.c (follow_exec): Likewise.
2400 (displaced_step_prepare_throw): Likewise.
2401 (save_stop_context): Likewise.
2402 (save_infcall_suspend_state): Likewise.
2403 * jit.c (jit_read_descriptor): Likewise.
2404 (jit_read_code_entry): Likewise.
2405 (jit_symtab_line_mapping_add_impl): Likewise.
2406 (finalize_symtab): Likewise.
2407 (jit_unwind_reg_get_impl): Likewise.
2408 * jv-exp.y (QualifiedName): Likewise.
2409 * jv-lang.c (get_java_utf8_name): Likewise.
2410 (type_from_class): Likewise.
2411 (java_demangle_type_signature): Likewise.
2412 (java_class_name_from_physname): Likewise.
2413 * jv-typeprint.c (java_type_print_base): Likewise.
2414 * jv-valprint.c (java_value_print): Likewise.
2415 * language.c (add_language): Likewise.
2416 * linespec.c (add_sal_to_sals_basic): Likewise.
2417 (add_sal_to_sals): Likewise.
2418 (decode_objc): Likewise.
2419 (find_linespec_symbols): Likewise.
2420 * linux-fork.c (fork_save_infrun_state): Likewise.
2421 * linux-nat.c (linux_nat_detach): Likewise.
2422 (linux_nat_fileio_readlink): Likewise.
2423 * linux-record.c (record_linux_sockaddr): Likewise.
2424 (record_linux_msghdr): Likewise.
2425 (Do): Likewise.
2426 * linux-tdep.c (linux_core_info_proc_mappings): Likewise.
2427 (linux_collect_regset_section_cb): Likewise.
2428 (linux_get_siginfo_data): Likewise.
2429 * linux-thread-db.c (try_thread_db_load_from_pdir_1): Likewise.
2430 (try_thread_db_load_from_dir): Likewise.
2431 (thread_db_load_search): Likewise.
2432 (info_auto_load_libthread_db): Likewise.
2433 * m32c-tdep.c (m32c_m16c_address_to_pointer): Likewise.
2434 (m32c_m16c_pointer_to_address): Likewise.
2435 * m68hc11-tdep.c (m68hc11_pseudo_register_write): Likewise.
2436 * m68k-tdep.c (m68k_get_longjmp_target): Likewise.
2437 * machoread.c (macho_check_dsym): Likewise.
2438 * macroexp.c (resize_buffer): Likewise.
2439 (gather_arguments): Likewise.
2440 (maybe_expand): Likewise.
2441 * macrotab.c (new_macro_key): Likewise.
2442 (new_source_file): Likewise.
2443 (new_macro_definition): Likewise.
2444 * mdebugread.c (parse_symbol): Likewise.
2445 (parse_type): Likewise.
2446 (parse_partial_symbols): Likewise.
2447 (psymtab_to_symtab_1): Likewise.
2448 * mem-break.c (default_memory_insert_breakpoint): Likewise.
2449 * mi/mi-cmd-break.c (mi_argv_to_format): Likewise.
2450 * mi/mi-main.c (mi_cmd_data_read_memory): Likewise.
2451 (mi_cmd_data_read_memory_bytes): Likewise.
2452 (mi_cmd_data_write_memory_bytes): Likewise.
2453 (mi_cmd_trace_frame_collected): Likewise.
2454 * mi/mi-parse.c (mi_parse_argv): Likewise.
2455 (mi_parse): Likewise.
2456 * minidebug.c (lzma_open): Likewise.
2457 (lzma_pread): Likewise.
2458 * mips-tdep.c (mips_read_fp_register_single): Likewise.
2459 (mips_print_fp_register): Likewise.
2460 * mipsnbsd-tdep.c (mipsnbsd_get_longjmp_target): Likewise.
2461 * mipsread.c (read_alphacoff_dynamic_symtab): Likewise.
2462 * mt-tdep.c (mt_register_name): Likewise.
2463 (mt_registers_info): Likewise.
2464 (mt_push_dummy_call): Likewise.
2465 * namespace.c (add_using_directive): Likewise.
2466 * nat/linux-btrace.c (perf_event_read): Likewise.
2467 (linux_enable_bts): Likewise.
2468 * nat/linux-osdata.c (linux_common_core_of_thread): Likewise.
2469 * nat/linux-ptrace.c (linux_ptrace_test_ret_to_nx): Likewise.
2470 * nto-tdep.c (nto_find_and_open_solib): Likewise.
2471 (nto_parse_redirection): Likewise.
2472 * objc-lang.c (objc_demangle): Likewise.
2473 (find_methods): Likewise.
2474 * objfiles.c (get_objfile_bfd_data): Likewise.
2475 (set_objfile_main_name): Likewise.
2476 (allocate_objfile): Likewise.
2477 (objfile_relocate): Likewise.
2478 (update_section_map): Likewise.
2479 * osabi.c (generic_elf_osabi_sniff_abi_tag_sections): Likewise.
2480 * p-exp.y (exp): Likewise.
2481 (yylex): Likewise.
2482 * p-valprint.c (pascal_object_print_value): Likewise.
2483 * parse.c (initialize_expout): Likewise.
2484 (mark_completion_tag): Likewise.
2485 (copy_name): Likewise.
2486 (parse_float): Likewise.
2487 (type_stack_reserve): Likewise.
2488 * ppc-linux-tdep.c (ppc_stap_parse_special_token): Likewise.
2489 (ppu2spu_prev_register): Likewise.
2490 * ppc-ravenscar-thread.c (supply_register_at_address): Likewise.
2491 * printcmd.c (printf_wide_c_string): Likewise.
2492 (printf_pointer): Likewise.
2493 * probe.c (parse_probes): Likewise.
2494 * python/py-cmd.c (gdbpy_parse_command_name): Likewise.
2495 (cmdpy_init): Likewise.
2496 * python/py-gdb-readline.c (gdbpy_readline_wrapper): Likewise.
2497 * python/py-symtab.c (set_sal): Likewise.
2498 * python/py-unwind.c (pyuw_sniffer): Likewise.
2499 * python/python.c (python_interactive_command): Likewise.
2500 (compute_python_string): Likewise.
2501 * ravenscar-thread.c (get_running_thread_id): Likewise.
2502 * record-full.c (record_full_exec_insn): Likewise.
2503 (record_full_core_open_1): Likewise.
2504 * regcache.c (regcache_raw_read_signed): Likewise.
2505 (regcache_raw_read_unsigned): Likewise.
2506 (regcache_cooked_read_signed): Likewise.
2507 (regcache_cooked_read_unsigned): Likewise.
2508 * remote-fileio.c (remote_fileio_func_open): Likewise.
2509 (remote_fileio_func_rename): Likewise.
2510 (remote_fileio_func_unlink): Likewise.
2511 (remote_fileio_func_stat): Likewise.
2512 (remote_fileio_func_system): Likewise.
2513 * remote-mips.c (mips_xfer_memory): Likewise.
2514 (mips_load_srec): Likewise.
2515 (pmon_end_download): Likewise.
2516 * remote.c (new_remote_state): Likewise.
2517 (map_regcache_remote_table): Likewise.
2518 (remote_register_number_and_offset): Likewise.
2519 (init_remote_state): Likewise.
2520 (get_memory_packet_size): Likewise.
2521 (remote_pass_signals): Likewise.
2522 (remote_program_signals): Likewise.
2523 (remote_start_remote): Likewise.
2524 (remote_check_symbols): Likewise.
2525 (remote_query_supported): Likewise.
2526 (extended_remote_attach): Likewise.
2527 (process_g_packet): Likewise.
2528 (store_registers_using_G): Likewise.
2529 (putpkt_binary): Likewise.
2530 (read_frame): Likewise.
2531 (compare_sections_command): Likewise.
2532 (remote_hostio_pread): Likewise.
2533 (remote_hostio_readlink): Likewise.
2534 (remote_file_put): Likewise.
2535 (remote_file_get): Likewise.
2536 (remote_pid_to_exec_file): Likewise.
2537 (_initialize_remote): Likewise.
2538 * rs6000-aix-tdep.c (rs6000_aix_ld_info_to_xml): Likewise.
2539 (rs6000_aix_core_xfer_shared_libraries_aix): Likewise.
2540 * rs6000-tdep.c (ppc_displaced_step_copy_insn): Likewise.
2541 (bfd_uses_spe_extensions): Likewise.
2542 * s390-linux-tdep.c (s390_displaced_step_copy_insn): Likewise.
2543 * score-tdep.c (score7_malloc_and_get_memblock): Likewise.
2544 * solib-dsbt.c (decode_loadmap): Likewise.
2545 (fetch_loadmap): Likewise.
2546 (scan_dyntag): Likewise.
2547 (enable_break): Likewise.
2548 (dsbt_relocate_main_executable): Likewise.
2549 * solib-frv.c (fetch_loadmap): Likewise.
2550 (enable_break2): Likewise.
2551 (frv_relocate_main_executable): Likewise.
2552 * solib-spu.c (spu_relocate_main_executable): Likewise.
2553 (spu_bfd_open): Likewise.
2554 * solib-svr4.c (lm_info_read): Likewise.
2555 (read_program_header): Likewise.
2556 (find_program_interpreter): Likewise.
2557 (scan_dyntag): Likewise.
2558 (elf_locate_base): Likewise.
2559 (open_symbol_file_object): Likewise.
2560 (read_program_headers_from_bfd): Likewise.
2561 (svr4_relocate_main_executable): Likewise.
2562 * solib-target.c (solib_target_relocate_section_addresses): Likewise.
2563 * solib.c (solib_find_1): Likewise.
2564 (exec_file_find): Likewise.
2565 (solib_find): Likewise.
2566 * source.c (openp): Likewise.
2567 (print_source_lines_base): Likewise.
2568 (forward_search_command): Likewise.
2569 * sparc-ravenscar-thread.c (supply_register_at_address): Likewise.
2570 * spu-tdep.c (spu2ppu_prev_register): Likewise.
2571 (spu_get_overlay_table): Likewise.
2572 * stabsread.c (patch_block_stabs): Likewise.
2573 (define_symbol): Likewise.
2574 (again:): Likewise.
2575 (read_member_functions): Likewise.
2576 (read_one_struct_field): Likewise.
2577 (read_enum_type): Likewise.
2578 (common_block_start): Likewise.
2579 * stack.c (read_frame_arg): Likewise.
2580 (backtrace_command): Likewise.
2581 * stap-probe.c (stap_parse_register_operand): Likewise.
2582 * symfile.c (syms_from_objfile_1): Likewise.
2583 (find_separate_debug_file): Likewise.
2584 (load_command): Likewise.
2585 (load_progress): Likewise.
2586 (load_section_callback): Likewise.
2587 (reread_symbols): Likewise.
2588 (add_filename_language): Likewise.
2589 (allocate_compunit_symtab): Likewise.
2590 (read_target_long_array): Likewise.
2591 (simple_read_overlay_table): Likewise.
2592 * symtab.c (symbol_set_names): Likewise.
2593 (resize_symbol_cache): Likewise.
2594 (rbreak_command): Likewise.
2595 (completion_list_add_name): Likewise.
2596 (completion_list_objc_symbol): Likewise.
2597 (add_filename_to_list): Likewise.
2598 * target-descriptions.c (maint_print_c_tdesc_cmd): Likewise.
2599 * target-memory.c (target_write_memory_blocks): Likewise.
2600 * target.c (target_read_string): Likewise.
2601 (read_whatever_is_readable): Likewise.
2602 (target_read_alloc_1): Likewise.
2603 (simple_search_memory): Likewise.
2604 (target_fileio_read_alloc_1): Likewise.
2605 * tilegx-tdep.c (tilegx_push_dummy_call): Likewise.
2606 * top.c (command_line_input): Likewise.
2607 * tracefile-tfile.c (tfile_fetch_registers): Likewise.
2608 * tracefile.c (tracefile_fetch_registers): Likewise.
2609 * tracepoint.c (add_memrange): Likewise.
2610 (init_collection_list): Likewise.
2611 (add_aexpr): Likewise.
2612 (trace_dump_actions): Likewise.
2613 (parse_trace_status): Likewise.
2614 (parse_tracepoint_definition): Likewise.
2615 (parse_tsv_definition): Likewise.
2616 (parse_static_tracepoint_marker_definition): Likewise.
2617 * tui/tui-file.c (tui_sfileopen): Likewise.
2618 (tui_file_adjust_strbuf): Likewise.
2619 * tui/tui-io.c (tui_expand_tabs): Likewise.
2620 * tui/tui-source.c (tui_set_source_content): Likewise.
2621 * typeprint.c (find_global_typedef): Likewise.
2622 * ui-file.c (do_ui_file_xstrdup): Likewise.
2623 (ui_file_obsavestring): Likewise.
2624 (mem_file_write): Likewise.
2625 * utils.c (make_hex_string): Likewise.
2626 (get_regcomp_error): Likewise.
2627 (puts_filtered_tabular): Likewise.
2628 (gdb_realpath_keepfile): Likewise.
2629 (ldirname): Likewise.
2630 (gdb_bfd_errmsg): Likewise.
2631 (substitute_path_component): Likewise.
2632 * valops.c (search_struct_method): Likewise.
2633 (find_oload_champ_namespace_loop): Likewise.
2634 * valprint.c (print_decimal_chars): Likewise.
2635 (read_string): Likewise.
2636 (generic_emit_char): Likewise.
2637 * varobj.c (varobj_delete): Likewise.
2638 (varobj_value_get_print_value): Likewise.
2639 * vaxobsd-tdep.c (vaxobsd_sigtramp_sniffer): Likewise.
2640 * windows-tdep.c (display_one_tib): Likewise.
2641 * xcoffread.c (read_xcoff_symtab): Likewise.
2642 (process_xcoff_symbol): Likewise.
2643 (swap_sym): Likewise.
2644 (scan_xcoff_symtab): Likewise.
2645 (xcoff_initial_scan): Likewise.
2646 * xml-support.c (gdb_xml_end_element): Likewise.
2647 (xml_process_xincludes): Likewise.
2648 (xml_fetch_content_from_file): Likewise.
2649 * xml-syscall.c (xml_list_of_syscalls): Likewise.
2650 * xstormy16-tdep.c (xstormy16_push_dummy_call): Likewise.
2651
2652 2015-09-23 James Bowman <james.bowman@ftdichip.com>
2653
2654 * ft32-tdep.c (ft32_register_type): Return gdbarch_tdep (gdbarch)->pc_type
2655 instead of builtin_func_ptr.
2656 (ft32_pointer_to_address): New function.
2657 (ft32_address_class_type_flags): New function.
2658 (ft32_address_class_type_flags_to_name): New function.
2659 (ft32_address_class_name_to_type_flags): New function.
2660 (ft32_gdbarch_init): Set tdep->pc_type. Call
2661 set_gdbarch_pointer_to_address,
2662 set_gdbarch_address_class_type_flags
2663 set_gdbarch_address_class_name_to_type_flags,
2664 and set_gdbarch_address_class_type_flags_to_name.
2665 * ft32-tdep.h (struct gdbarch_tdep) <pc_type>: New field.
2666
2667 2015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
2668
2669 * ada-lang.c (ada_evaluate_subexp) <OP_FUNCALL>: When the input
2670 value is a reference, actually dereference it in order to get
2671 the underlying value.
2672
2673 2015-09-22 Simon Marchi <simon.marchi@ericsson.com>
2674
2675 * stap-probe.c (handle_stap_probe): Remove unnecessary cast.
2676
2677 2015-09-21 Simon Marchi <simon.marchi@ericsson.com>
2678
2679 * cli/cli-setshow.c (cmd_show_list): Constify a variable.
2680 * linespec.c (linespec_lexer_lex_string): Same.
2681
2682 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
2683
2684 * NEWS: Mention support for fast tracepoints on aarch64-linux.
2685
2686 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
2687
2688 * aarch64-tdep.c (aarch64_analyze_prologue): New is_adrp
2689 variable. Call aarch64_decode_adr instead of
2690 aarch64_decode_adrp.
2691 * arch/aarch64-insn.h (aarch64_decode_adrp): Delete.
2692 (aarch64_decode_adr): New function declaration.
2693 * arch/aarch64-insn.c (aarch64_decode_adrp): Delete.
2694 (aarch64_decode_adr): New function, factored out from
2695 aarch64_decode_adrp to decode both adr and adrp instructions.
2696
2697 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
2698
2699 * Makefile.in (ALL_64_TARGET_OBS): Add aarch64-insn.o.
2700 (HFILES_NO_SRCDIR): Add arch/aarch64-insn.h.
2701 (aarch64-insn.o): New rule.
2702 * configure.tgt (aarch64*-*-elf): Add aarch64-insn.o.
2703 (aarch64*-*-linux*): Likewise.
2704 * arch/aarch64-insn.c: New file.
2705 * arch/aarch64-insn.h: New file.
2706 * aarch64-tdep.c: Include arch/aarch64-insn.h.
2707 (aarch64_debug): Move to arch/aarch64-insn.c. Declare in
2708 arch/aarch64-insn.h.
2709 (decode_add_sub_imm): Rename to ...
2710 (aarch64_decode_add_sub_imm): ... this.
2711 (decode_adrp): Rename to ...
2712 (aarch64_decode_adrp): ... this. Move to arch/aarch64-insn.c.
2713 Declare in arch/aarch64-insn.h.
2714 (decode_b): Rename to ...
2715 (aarch64_decode_b): ... this. Move to arch/aarch64-insn.c.
2716 Declare in arch/aarch64-insn.h.
2717 (decode_bcond): Rename to ...
2718 (aarch64_decode_bcond): ... this. Move to arch/aarch64-insn.c.
2719 Declare in arch/aarch64-insn.h.
2720 (decode_br): Rename to ...
2721 (aarch64_decode_br): ... this.
2722 (decode_cb): Rename to ...
2723 (aarch64_decode_cb): ... this. Move to arch/aarch64-insn.c.
2724 Declare in arch/aarch64-insn.h.
2725 (decode_eret): Rename to ...
2726 (aarch64_decode_eret): ... this.
2727 (decode_movz): Rename to ...
2728 (aarch64_decode_movz): ... this.
2729 (decode_orr_shifted_register_x): Rename to ...
2730 (aarch64_decode_orr_shifted_register_x): ... this.
2731 (decode_ret): Rename to ...
2732 (aarch64_decode_ret): ... this.
2733 (decode_stp_offset): Rename to ...
2734 (aarch64_decode_stp_offset): ... this.
2735 (decode_stp_offset_wb): Rename to ...
2736 (aarch64_decode_stp_offset_wb): ... this.
2737 (decode_stur): Rename to ...
2738 (aarch64_decode_stur): ... this.
2739 (decode_tb): Rename to ...
2740 (aarch64_decode_tb): ... this. Move to arch/aarch64-insn.c.
2741 Declare in arch/aarch64-insn.h.
2742 (aarch64_analyze_prologue): Adjust calls to renamed functions.
2743
2744 2015-09-20 Doug Evans <xdje42@gmail.com>
2745
2746 * dwarf2read.c (add_partial_symbol): Remove outdated comments.
2747
2748 2015-09-20 Doug Evans <xdje42@gmail.com>
2749
2750 * dwarf2read.c (dwarf2_compute_name): Add FIXME. Don't use a local
2751 variable name that collides with a parameter.
2752
2753 2015-09-20 Joel Brobecker <brobecker@adacore.com>
2754
2755 * dwarf2loc.c (locexpr_get_frame_base): Renames
2756 block_op_get_frame_base.
2757 (dwarf2_block_frame_base_locexpr_funcs): Replace reference to
2758 block_op_get_frame_base by reference to locexpr_get_frame_base.
2759 (loclist_get_frame_base): New function, near identical copy of
2760 locexpr_get_frame_base.
2761 (dwarf2_block_frame_base_loclist_funcs): Replace reference to
2762 block_op_get_frame_base by reference to loclist_get_frame_base.
2763
2764 2015-09-19 Doug Evans <xdje42@gmail.com>
2765
2766 * ravenscar-thread.c (ravenscar_inferior_created): Replace
2767 current_inferior ()->gdbarch with its wrapper target_gdbarch.
2768
2769 2015-09-18 Doug Evans <xdje42@gmail.com>
2770
2771 * linux-thread-db.c (record_thread): Return the created thread.
2772 (thread_from_lwp): Likewise.
2773 (thread_db_get_thread_local_address): Update.
2774
2775 2015-09-18 Doug Evans <xdje42@gmail.com>
2776
2777 * symtab.h (general_symbol_info) <mangled_lang>: Delete struct,
2778 move only member demangled_name up. All uses updated.
2779
2780 2015-09-18 Doug Evans <xdje42@gmail.com>
2781
2782 * findvar.c (default_read_var_value) <LOC_UNRESOLVED>: Include the
2783 kind of minimal symbol in the error message.
2784 * objfiles.c (objfile_flavour_name): New function.
2785 * objfiles.h (objfile_flavour_name): Declare.
2786
2787 2015-09-18 Yao Qi <yao.qi@linaro.org>
2788
2789 * nat/aarch64-linux.c: Include elf/common.h,
2790 nat/gdb_ptrace.h, asm/ptrace.h and sys/uio.h.
2791 (aarch64_ps_get_thread_area): New function.
2792 * nat/aarch64-linux.h: Include gdb_proc_service.h.
2793 (aarch64_ps_get_thread_area): Declare.
2794 * aarch64-linux-nat.c (ps_get_thread_area): Call
2795 aarch64_ps_get_thread_area.
2796
2797 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
2798
2799 * record-btrace.c (record_btrace_resume): Honour scheduler-locking.
2800
2801 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
2802
2803 * NEWS: Announce new scheduler-locking mode.
2804 * infrun.c (schedlock_replay): New.
2805 (scheduler_enums): Add schedlock_replay.
2806 (scheduler_mode): Change default to schedlock_replay.
2807 (user_visible_resume_ptid): Handle schedlock_replay.
2808 (clear_proceed_status_thread): Stop replaying if resumed thread is
2809 not replaying.
2810 (schedlock_applies): Handle schedlock_replay.
2811 (_initialize_infrun): Document new scheduler-locking mode.
2812 * record-btrace.c (record_btrace_resume): Remove code to stop other
2813 threads when not replaying the resumed thread.
2814
2815 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
2816
2817 * record-btrace.c ((record_btrace_will_replay): New.
2818 (init_record_btrace_ops): Initialize to_record_will_replay.
2819 * record-full.c ((record_full_will_replay): New.
2820 (init_record_full_ops): Initialize to_record_will_replay.
2821 * target-delegates.c: Regenerated.
2822 * target.c (target_record_will_replay): New.
2823 * target.h (struct target_ops) <to_record_will_replay>: New.
2824 (target_record_will_replay): New.
2825
2826 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
2827
2828 * record-btrace.c (record_btrace_resume): Call
2829 target_record_stop_replaying.
2830 (record_btrace_stop_replaying_all): New.
2831 (init_record_btrace_ops): Initialize to_record_stop_replaying.
2832 * record-full.c (record_full_stop_replaying): New.
2833 (init_record_full_ops ): Initialize to_record_stop_replaying.
2834 * target-delegates.c: Regenerated.
2835 * target.c (target_record_stop_replaying): New.
2836 * target.h (struct target_ops) <to_record_stop_replaying>: New.
2837 (target_record_stop_replaying): New.
2838
2839 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
2840
2841 * record-btrace.c (record_btrace_xfer_partial)
2842 (record_btrace_store_registers, record_btrace_prepare_to_store):
2843 Call record_btrace_is_replaying with inferior_ptid instead of
2844 minus_one_ptid.
2845 (record_btrace_store_registers): Change error message.
2846
2847 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
2848
2849 * record-btrace.c (record_btrace_is_replaying): Add ptid argument.
2850 Update users to pass minus_one_ptid.
2851 * record-full.c (record_full_is_replaying): Add ptid argument (ignored).
2852 * record.c (cmd_record_delete): Pass inferior_ptid to
2853 target_record_is_replaying.
2854 * target-delegates.c: Regenerated.
2855 * target.c (target_record_is_replaying): Add ptid argument.
2856 * target.h (struct target_ops) <to_record_is_replaying>: Add ptid
2857 argument.
2858 (target_record_is_replaying): Add ptid argument.
2859
2860 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
2861
2862 * record-btrace.c (record_btrace_open): Remove non_stop check.
2863 * NEWS: Announce that record btrace supports non-stop mode.
2864
2865 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
2866
2867 * infrun.c (handle_inferior_event_1): Switch to the eventing thread
2868 in the TARKET_WAITKIND_NO_HISTORY case.
2869
2870 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
2871
2872 * record-btrace.c (record_btrace_maybe_mark_async_event): New.
2873 (record_btrace_wait): Call record_btrace_maybe_mark_async_event.
2874
2875 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
2876
2877 * record-btrace.c (get_thread_current_frame): New.
2878 (record_btrace_start_replaying): Call get_thread_current_frame.
2879
2880 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
2881
2882 * record-btrace.c (record_btrace_resume_thread): A move request
2883 overwrites a previous move request.
2884 (record_btrace_find_resume_thread): Removed.
2885 (record_btrace_resume): Resume all requested threads.
2886
2887 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
2888
2889 * record-btrace.c: Include vec.h.
2890 (record_btrace_find_thread_to_move): Removed.
2891 (btrace_step_no_resumed, btrace_step_again)
2892 (record_btrace_stop_replaying_at_end): New.
2893 (record_btrace_cancel_resume): Call record_btrace_stop_replaying_at_end.
2894 (record_btrace_single_step_forward): Remove calls to
2895 record_btrace_stop_replaying.
2896 (record_btrace_step_thread): Do only one step for BTHR_CONT and
2897 BTHR_RCONT. Keep threads at the end of their history moving.
2898 (record_btrace_wait): Call record_btrace_step_thread for all threads
2899 until one reports an event. Call record_btrace_stop_replaying_at_end
2900 for the eventing thread.
2901
2902 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
2903
2904 * record-btrace.c (record_btrace_single_step_forward): Return
2905 NO_HISTORY if a step brings us to the end of the execution history.
2906
2907 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
2908
2909 * record-btrace.c (record_btrace_step_thread): Move breakpoint check
2910 to ...
2911 (record_btrace_single_step_forward): ... here and
2912 (record_btrace_single_step_backward): ... here.
2913
2914 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
2915
2916 * record-btrace.c (btrace_step_spurious)
2917 (record_btrace_single_step_forward)
2918 (record_btrace_single_step_backward): New.
2919 (record_btrace_step_thread): Call record_btrace_single_step_forward
2920 and record_btrace_single_step_backward.
2921
2922 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
2923
2924 * record-btrace.c (record_btrace_replay_at_breakpoint): New.
2925 (record_btrace_step_thread): Call record_btrace_replay_at_breakpoint.
2926
2927 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
2928
2929 * record-btrace.c (btrace_thread_flag_to_str)
2930 (record_btrace_cancel_resume): New.
2931 (record_btrace_step_thread): Call btrace_thread_flag_to_str.
2932 (record_btrace_resume): Print execution direction.
2933 (record_btrace_resume_thread): Call btrace_thread_flag_to_str.
2934 (record_btrace_wait): Call record_btrace_cancel_resume.
2935
2936 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
2937
2938 * btrace.h (enum btrace_thread_flag) <BTHR_STOP>: New.
2939 * record-btrace (record_btrace_resume_thread): Clear BTHR_STOP.
2940 (record_btrace_find_thread_to_move): Also accept threads that have
2941 BTHR_STOP set.
2942 (btrace_step_stopped_on_request, record_btrace_stop): New.
2943 (record_btrace_step_thread): Support BTHR_STOP.
2944 (record_btrace_wait): Also clear BTHR_STOP when stopping other threads.
2945 (init_record_btrace_ops): Initialize to_stop.
2946
2947 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
2948
2949 * record-btrace.c (record_btrace_wait): Replace non_stop check with
2950 target_is_non_stop_p ().
2951
2952 2015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
2953
2954 * ada-typeprint.c (print_array_type): Do not describe arrays as
2955 packed when they embed dynamic elements.
2956
2957 2015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2958
2959 * symtab.h (address_class): Document that TLS variables
2960 are handled by LOC_UNRESOLVED.
2961 * findvar.c (default_read_var_value): Don't relocate TLS variables.
2962 * printcmd.c (address_info): Don't relocate TLS variables.
2963
2964 2015-09-15 Pierre Langlois <pierre.langlois@arm.com>
2965
2966 * aarch64-tdep.c (decode_add_sub_imm): Use debug_printf.
2967 (decode_adrp): Likewise.
2968 (decode_b): Likewise.
2969 (decode_bcond): Likewise.
2970 (decode_br): Likewise.
2971 (decode_cb): Likewise.
2972 (decode_eret): Likewise.
2973 (decode_movz): Likewise.
2974 (decode_orr_shifted_register_x): Likewise.
2975 (decode_ret): Likewise.
2976 (decode_stp_offset): Likewise.
2977 (decode_stp_offset_wb): Likewise.
2978 (decode_stur): Likewise.
2979 (decode_tb): Likewise.
2980 (aarch64_analyze_prologue): Likewise.
2981 (pass_in_x): Likewise.
2982 (pass_in_v): Likewise.
2983 (pass_on_stack): Likewise.
2984 (aarch64_push_dummy_call): Likewise.
2985 (aarch64_extract_return_value): Likewise.
2986 (aarch64_store_return_value): Likewise.
2987 (aarch64_return_value): Likewise.
2988 (aarch64_record_asimd_load_store): Likewise.
2989 (aarch64_record_load_store): Likewise.
2990 (aarch64_record_data_proc_simd_fp): Likewise.
2991
2992 2015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
2993
2994 * linespec.c (minsym_found): Call gdbarch_skip_entrypoint.
2995 * ppc64-tdep.c (ppc64_skip_trampoline_code): Rename to ...
2996 (ppc64_skip_trampoline_code_1): ... here.
2997 (ppc64_skip_trampoline_code): New wrapper function.
2998 * symtab.c (find_function_start_sal): Call gdbarch_skip_entrypoint.
2999
3000 2015-09-15 Yao Qi <yao.qi@linaro.org>
3001
3002 * aarch64-linux-nat.c (aarch64_linux_can_do_single_step): New
3003 function.
3004 (_initialize_aarch64_linux_nat): Install it to to_can_do_single_step.
3005 * arm-linux-tdep.c (arm_linux_software_single_step): Return 0
3006 if target_can_do_single_step returns 1.
3007 * remote.c (struct vCont_action_support) <s, S>: New fields.
3008 (PACKET_vContSupported): New enum.
3009 (remote_protocol_features): New element for vContSupported.
3010 (remote_query_supported): Append "vContSupported+".
3011 (remote_vcont_probe): Remove support_s and support_S, use
3012 rs->supports_vCont.s and rs->supports_vCont.S instead. Disable
3013 vCont packet if c and C actions are not supported.
3014 (remote_can_do_single_step): New function.
3015 (init_remote_ops): Install it to to_can_do_single_step.
3016 (_initialize_remote): Call add_packet_config_cmd.
3017 * target.h (struct target_ops) <to_can_do_single_step>: New field.
3018 (target_can_do_single_step): New macro.
3019 * target-delegates.c: Re-generated.
3020
3021 2015-09-15 Yao Qi <yao.qi@linaro.org>
3022
3023 * aarch64-linux-nat.c (aarch64_linux_siginfo_fixup): New function.
3024 (_initialize_aarch64_linux_nat): Call linux_nat_set_siginfo_fixup.
3025 * nat/aarch64-linux.c (aarch64_compat_siginfo_from_siginfo):
3026 New function.
3027 (aarch64_siginfo_from_compat_siginfo): New function.
3028 * nat/aarch64-linux.h: Include signal.h.
3029 (compat_int_t, compat_uptr_t, compat_time_t): Typedef.
3030 (compat_timer_t, compat_clock_t): Likewise.
3031 (struct compat_timeval): New.
3032 (union compat_sigval): New.
3033 (struct compat_siginfo): New.
3034 (cpt_si_pid, cpt_si_uid, cpt_si_timerid): New macros.
3035 (cpt_si_overrun, cpt_si_status, cpt_si_utime): Likewise.
3036 (cpt_si_stime, cpt_si_ptr, cpt_si_addr): Likewise.
3037 (cpt_si_band, cpt_si_fd): Likewise.
3038
3039 2015-09-14 Pedro Alves <palves@redhat.com>
3040
3041 * infrun.c (current_stop_id): New global.
3042 (get_stop_id, new_stop_id): New functions.
3043 (fetch_inferior_event): Handle normal_stop proceeding the target.
3044 (struct stop_context): New.
3045 (save_stop_context, release_stop_context_cleanup)
3046 (stop_context_changed): New functions.
3047 (normal_stop): Return true if the hook-stop changes the stop
3048 context.
3049 * infrun.h (get_stop_id): Declare.
3050 (normal_stop): Now returns int. Add documentation.
3051
3052 2015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
3053
3054 * ada-lang.c (ada_value_ptr_subscript): Update the heading
3055 comment. Handle packed arrays.
3056
3057 2015-09-14 Pedro Alves <palves@redhat.com>
3058
3059 * NEWS (Changes in GDB 7.10, New commands>: Remove duplicate
3060 mention of maint set/show target-non-stop.
3061
3062 2015-09-11 Don Breazeal <donb@codesourcery.com>
3063
3064 * NEWS: Announce new remote packets for the exec-events
3065 feature and the exec-events feature and associated commands.
3066
3067 2015-09-11 Don Breazeal <donb@codesourcery.com>
3068
3069 * remote.c (remote_exec_event_p): New function.
3070 (remote_insert_exec_catchpoint): New function.
3071 (remote_remove_exec_catchpoint): New function.
3072 (init_extended_remote_ops): Initialize extended_remote_ops
3073 members to_insert_exec_catchpoint and
3074 to_remove_exec_catchpoint.
3075
3076 2015-09-11 Don Breazeal <donb@codesourcery.com>
3077 Luis Machado <lgustavo@codesourcery.com>
3078
3079 * infrun.c (follow_exec): Use process-style ptid for
3080 exec message. Call add_inferior_with_spaces and
3081 target_follow_exec.
3082 * nat/linux-ptrace.c (linux_supports_traceexec): New function.
3083 * nat/linux-ptrace.h (linux_supports_traceexec): Declare.
3084 * remote.c (remote_pspace_data): New static variable.
3085 (remote_pspace_data_cleanup): New function.
3086 (get_remote_exec_file): New function.
3087 (set_remote_exec_file_1): New function.
3088 (set_remote_exec_file): New function.
3089 (show_remote_exec_file): New function.
3090 (remote_exec_file): Delete static variable.
3091 (anonymous enum) <PACKET_exec_event_feature>: New
3092 enumeration constant.
3093 (remote_protocol_features): Add entry for exec-events feature.
3094 (remote_query_supported): Add client side of qSupported query
3095 for exec-events feature.
3096 (remote_follow_exec): New function.
3097 (remote_parse_stop_reply): Handle 'exec' stop reason.
3098 (extended_remote_run, extended_remote_create_inferior): Call
3099 get_remote_exec_file and set_remote_exec_file_1.
3100 (init_extended_remote_ops) <to_follow_exec>: Initialize new
3101 member.
3102 (_initialize_remote): Call
3103 register_program_space_data_with_cleanup. Call
3104 add_packet_config_cmd for remote exec-events feature.
3105 Modify call to add_setshow_string_noescape_cmd for exec-file
3106 to use new functions set_remote_exec_file and
3107 show_remote_exec_file.
3108 * target-debug.h, target-delegates.c: Regenerated.
3109 * target.c (target_follow_exec): New function.
3110 * target.h (struct target_ops) <to_follow_exec>: New member.
3111 (target_follow_exec): Declare new function.
3112
3113 2015-09-11 Pierre Langlois <pierre.langlois@arm.com>
3114
3115 * aarch64-tdep.c (decode_cb): Move up comment describing the
3116 encoding.
3117 (decode_tb): Fix a typo in comment above the function. Move up
3118 comment describing the encoding.
3119
3120 2015-09-11 Pierre Langlois <pierre.langlois@arm.com>
3121
3122 * aarch64-tdep.c (decode_bcond): Fix incorrect mask.
3123
3124 2015-09-11 Mihail-Marian Nistor <mihail.nistor@freescale.com>
3125
3126 PR gdb/18947
3127 * aarch64-linux-tdep.c: (aarch64_linux_init_abi): Install
3128 glibc_skip_solib_resolver as gdbarch_skip_solib_resolver callback.
3129
3130 2015-09-10 Simon Marchi <simon.marchi@ericsson.com>
3131
3132 * ada-lang.c (scan_discrim_bound): Factor out arithmetic
3133 operations.
3134
3135 2015-09-10 Simon Marchi <simon.marchi@ericsson.com>
3136
3137 * ada-lang.c (ada_search_struct_field): Constify parameters
3138 and/or variables..
3139 (xget_renaming_scope): Likewise.
3140 (ada_is_redundant_range_encoding): Likewise.
3141 (scan_discrim_bound): Likewise.
3142 (to_fixed_range_type): Likewise.
3143
3144 2015-09-10 Yao Qi <yao.qi@linaro.org>
3145
3146 * breakpoint.c (download_tracepoint_locations): New local
3147 can_download_tracepoint. Check the result of
3148 target_can_download_tracepoint and save it in
3149 can_download_tracepoint if there are tracepoints to download.
3150 * linux-nat.h (enum tribool): Move it to ...
3151 * common/common-types.h: ... here.
3152
3153 2015-09-09 Pedro Alves <palves@redhat.com>
3154
3155 * inf-loop.c (inferior_event_handler): Delete INF_TIMER case.
3156 * target.h (enum inferior_event_type) <INF_TIMER>: Delete.
3157
3158 2015-09-09 Pedro Alves <palves@redhat.com>
3159
3160 * continuations.c (add_continuation, restore_thread_cleanup)
3161 (do_all_continuations_ptid, do_all_continuations_thread_callback)
3162 (do_all_continuations_thread, do_all_continuations)
3163 (discard_all_continuations_thread_callback)
3164 (discard_all_continuations_thread, discard_all_continuations)
3165 (add_intermediate_continuation)
3166 (do_all_intermediate_continuations_thread_callback)
3167 (do_all_intermediate_continuations_thread)
3168 (do_all_intermediate_continuations)
3169 (discard_all_intermediate_continuations_thread_callback)
3170 (discard_all_intermediate_continuations_thread)
3171 (discard_all_intermediate_continuations): Delete.
3172 * continuations.h (add_continuation, do_all_continuations)
3173 (do_all_continuations_thread, discard_all_continuations)
3174 (discard_all_continuations_thread, add_intermediate_continuation)
3175 (do_all_intermediate_continuations)
3176 (do_all_intermediate_continuations_thread)
3177 (discard_all_intermediate_continuations)
3178 (discard_all_intermediate_continuations_thread): Delete
3179 declarations.
3180 * event-top.c (stdin_event_handler): Delete references to
3181 continuations.
3182 * gdbthread.h (struct thread_info): Delete continuations and
3183 intermediate_continuations fields.
3184 * inf-loop.c (inferior_event_handler): Remove references to
3185 continuations.
3186 * infrun.c (infrun_thread_stop_requested_callback): Remove
3187 references to continuations.
3188 * target.h (enum inferior_event_type) <INF_EXEC_CONTINUE>: Delete.
3189 * thread.c: Don't include "continuations.h".
3190 (clear_thread_inferior_resources): Remove references to
3191 continuations.
3192
3193 2015-09-09 Pedro Alves <palves@redhat.com>
3194
3195 * infcall.c (struct dummy_frame_context_saver): Delete.
3196 (dummy_frame_context_saver_free, dummy_frame_context_saver_dtor)
3197 (dummy_frame_context_saver_drop)
3198 (dummy_frame_context_saver_cleanup)
3199 (dummy_frame_context_saver_get_regs)
3200 (dummy_frame_context_saver_setup): Delete.
3201 * infcall.h (dummy_frame_context_saver_drop)
3202 (dummy_frame_context_saver_cleanup)
3203 (dummy_frame_context_saver_get_regs, dummy_frame_context_saver):
3204 Delete.
3205 (get_return_value): Remove 'ctx_saver' paremeter. Adjust.
3206 * inferior.h (get_return_value): Remove 'ctx_saver' paremeter.
3207 * python/py-finishbreakpoint.c (bpfinishpy_pre_stop_hook): Adjust.
3208
3209 2015-09-09 Pedro Alves <palves@redhat.com>
3210
3211 * breakpoint.c: Include "thread-fsm.h".
3212 (struct until_break_command_continuation_args): Delete.
3213 (struct until_break_fsm): New.
3214 (until_break_fsm_ops): New global.
3215 (new_until_break_fsm, until_break_fsm_should_stop): New functions.
3216 (until_break_command_continuation): Delete.
3217 (until_break_fsm_clean_up): New function.
3218 (until_break_fsm_async_reply_reason): New function.
3219 (until_break_command): Adjust to create an until_break_fsm instead
3220 of a continuation.
3221 (momentary_bkpt_print_it): No longer print MI's async-stop-reason
3222 here.
3223 * infcmd.c (struct until_next_fsm): New.
3224 (until_next_fsm_ops): New global.
3225 (new_until_next_fsm, until_next_fsm_should_stop): New function.
3226 (until_next_continuation): Delete.
3227 (until_next_fsm_clean_up, until_next_fsm_async_reply_reason): New
3228 functions.
3229 (until_next_command): Adjust to create a new until_next_fsm
3230 instead of a continuation.
3231
3232 2015-09-09 Pedro Alves <palves@redhat.com>
3233
3234 * infcall.c: Include thread_fsm.h.
3235 (struct call_return_meta_info): New.
3236 (get_call_return_value): New function, factored out from
3237 call_function_by_hand_dummy.
3238 (struct call_thread_fsm): New.
3239 (call_thread_fsm_ops): New global.
3240 (new_call_thread_fsm, call_thread_fsm_should_stop)
3241 (call_thread_fsm_should_notify_stop): New functions.
3242 (run_inferior_call): Add 'sm' parameter. Associate the FSM with
3243 the thread.
3244 (call_function_by_hand_dummy): Create a new call_thread_fsm
3245 instance, associate it with the thread, and wait for the FSM to
3246 finish. If finished successfully, fetch the function's result
3247 value out of the FSM.
3248 * infrun.c (fetch_inferior_event): If the FSM says the stop
3249 shouldn't be notified, don't call normal_stop.
3250 (maybe_remove_breakpoints): New function, factored out from ...
3251 (normal_stop): ... here. Simplify.
3252 * infrun.h (maybe_remove_breakpoints): Declare.
3253 * thread-fsm.c (thread_fsm_should_notify_stop): New function.
3254 (thread-fsm.h) <struct thread_fsm_ops>: New field.
3255 (thread_fsm_should_notify_stop): Declare.
3256
3257 2015-09-09 Pedro Alves <palves@redhat.com>
3258
3259 * Makefile.in (COMMON_OBS): Add thread-fsm.o.
3260 * breakpoint.c (handle_jit_event): Print debug output.
3261 (bpstat_what): Split event callback handling to ...
3262 (bpstat_run_callbacks): ... this new function.
3263 (momentary_bkpt_print_it): No longer handle bp_finish here.
3264 * breakpoint.h (bpstat_run_callbacks): Declare.
3265 * gdbthread.h (struct thread_info) <step_multi>: Delete field.
3266 <thread_fsm>: New field.
3267 (thread_cancel_execution_command): Declare.
3268 * infcmd.c: Include thread-fsm.h.
3269 (struct step_command_fsm): New.
3270 (step_command_fsm_ops): New global.
3271 (new_step_command_fsm, step_command_fsm_prepare): New functions.
3272 (step_1): Adjust to use step_command_fsm_prepare and
3273 prepare_one_step.
3274 (struct step_1_continuation_args): Delete.
3275 (step_1_continuation): Delete.
3276 (step_command_fsm_should_stop): New function.
3277 (step_once): Delete.
3278 (step_command_fsm_clean_up, step_command_fsm_async_reply_reason)
3279 (prepare_one_step): New function, based on step_once.
3280 (until_next_command): Remove step_multi reference.
3281 (struct return_value_info): New.
3282 (print_return_value): Rename to ...
3283 (print_return_value_1): ... this. New struct return_value_info
3284 parameter. Adjust.
3285 (print_return_value): Reimplement as wrapper around
3286 print_return_value_1.
3287 (struct finish_command_fsm): New.
3288 (finish_command_continuation): Delete.
3289 (finish_command_fsm_ops): New global.
3290 (new_finish_command_fsm, finish_command_fsm_should_stop): New
3291 functions.
3292 (finish_command_fsm_clean_up, finish_command_fsm_return_value):
3293 New.
3294 (finish_command_continuation_free_arg): Delete.
3295 (finish_command_fsm_async_reply_reason): New.
3296 (finish_backward, finish_forward): Change symbol parameter to a
3297 finish_command_fsm. Adjust.
3298 (finish_command): Create a finish_command_fsm. Adjust.
3299 * infrun.c: Include "thread-fsm.h".
3300 (clear_proceed_status_thread): Delete the thread's FSM.
3301 (infrun_thread_stop_requested_callback): Cancel the thread's
3302 execution command.
3303 (clean_up_just_stopped_threads_fsms): New function.
3304 (fetch_inferior_event): Handle the event_thread's should_stop
3305 method saying the command isn't done yet.
3306 (process_event_stop_test): Run breakpoint callbacks here.
3307 (print_stop_event): Rename to ...
3308 (print_stop_location): ... this.
3309 (restore_current_uiout_cleanup): New function.
3310 (print_stop_event): Reimplement.
3311 (normal_stop): No longer notify the end_stepping_range observers
3312 here handle "step N" nor "finish" here. No longer call
3313 print_stop_event here.
3314 * infrun.h (struct return_value_info): Forward declare.
3315 (print_return_value): Declare.
3316 (print_stop_event): Change prototype.
3317 * thread-fsm.c: New file.
3318 * thread-fsm.h: New file.
3319 * thread.c: Include "thread-fsm.h".
3320 (thread_cancel_execution_command): New function.
3321 (clear_thread_inferior_resources): Call it.
3322 * cli/cli-interp.c (cli_on_normal_stop): New function.
3323 (cli_interpreter_init): Install cli_on_normal_stop as normal_stop
3324 observer.
3325 * mi/mi-interp.c: Include "thread-fsm.h".
3326 (restore_current_uiout_cleanup): Delete.
3327 (mi_on_normal_stop): If the thread has an FSM associated, and it
3328 finished, ask it for the async-reply-reason to print. Always call
3329 print_stop_event here, regardless of the top-level interpreter.
3330 Check bpstat_what to tell whether an asynchronous breakpoint hit
3331 triggered.
3332 * tui/tui-interp.c (tui_on_normal_stop): New function.
3333 (tui_init): Install tui_on_normal_stop as normal_stop observer.
3334
3335 2015-09-09 Pedro Alves <palves@redhat.com>
3336
3337 * breakpoint.c (bpstat_do_actions_1, until_break_command): Don't
3338 check whether the target can async.
3339 * inf-loop.c (inferior_event_handler): Only call target_async if
3340 the target can async.
3341 * infcall.c: Include top.h and interps.h.
3342 (run_inferior_call): For the interpreter to sync mode while
3343 running the infcall. Call wait_sync_command_done instead of
3344 wait_for_inferior plus normal_stop.
3345 * infcmd.c (prepare_execution_command): Don't check whether the
3346 target can async when running in the foreground.
3347 (step_1): Delete synchronous case handling.
3348 (step_once): Always install a continuation, even in sync mode.
3349 (until_next_command, finish_forward): Don't check whether the
3350 target can async.
3351 (attach_command_post_wait, notice_new_inferior): Always install a
3352 continuation, even in sync mode.
3353 * infrun.c (mark_infrun_async_event_handler): New function.
3354 (proceed): In sync mode, mark infrun's event source instead of
3355 waiting for events here.
3356 (fetch_inferior_event): If the target can't async, do a blocking
3357 wait.
3358 (prepare_to_wait): In sync mode, mark infrun's event source.
3359 (infrun_async_inferior_event_handler): No longer bail out if the
3360 target can't async.
3361 * infrun.h (mark_infrun_async_event_handler): New declaration.
3362 * linux-nat.c (linux_nat_wait_1): Remove calls to
3363 set_sigint_trap/clear_sigint_trap.
3364 (linux_nat_terminal_inferior): No longer check whether the target
3365 can async.
3366 * mi/mi-interp.c (mi_on_sync_execution_done): Update and simplify
3367 comment.
3368 (mi_execute_command_input_handler): No longer check whether the
3369 target is async. Update and simplify comment.
3370 * target.c (default_target_wait): New function.
3371 * target.h (struct target_ops) <to_wait>: Now defaults to
3372 default_target_wait.
3373 (default_target_wait): Declare.
3374 * top.c (wait_sync_command_done): New function, factored out from
3375 ...
3376 (maybe_wait_sync_command_done): ... this.
3377 * top.h (wait_sync_command_done): Declare.
3378 * target-delegates.c: Regenerate.
3379
3380 2015-09-09 Markus Metzger <markus.t.metzger@intel.com>
3381
3382 * nat/linux-btrace.h (struct btrace_target_info) <ptr_bits>: Remove.
3383 * nat/linux-btrace.c: Include filestuff.h and inttypes.h.
3384 Remove include of sys/utsname.h.
3385 (linux_determine_kernel_ptr_bits): Remove.
3386 (linux_determine_kernel_start): New.
3387 (perf_event_is_kernel_addr): Remove tinfo argument. Update users.
3388 Update check.
3389 (perf_event_skip_bts_record): Remove tinfo argument. Update users.
3390 (linux_enable_bts, linux_enable_pt): Remove tinfo->ptr_bits
3391 initialization.
3392 * x86-linux-nat.c (x86_linux_enable_btrace): Remove ptr_bits
3393 assignment.
3394
3395 2015-09-07 Pedro Alves <palves@redhat.com>
3396
3397 * guile/guile-internal.h (as_a_scm_t_subr): New.
3398 * guile/guile.c (misc_guile_functions): Use it.
3399 * guile/scm-arch.c (arch_functions): Use it.
3400 * guile/scm-block.c (block_functions, gdbscm_initialize_blocks):
3401 Use it.
3402 * guile/scm-breakpoint.c (breakpoint_functions): Use it.
3403 * guile/scm-cmd.c (command_functions): Use it.
3404 * guile/scm-disasm.c (disasm_functions): Use it.
3405 * guile/scm-exception.c (exception_functions)
3406 (private_exception_functions): Use it.
3407 * guile/scm-frame.c (frame_functions)
3408 * guile/scm-gsmob.c (gsmob_functions): Use it.
3409 * guile/scm-iterator.c (iterator_functions): Use it.
3410 * guile/scm-lazy-string.c (lazy_string_functions): Use it.
3411 * guile/scm-math.c (math_functions): Use it.
3412 * guile/scm-objfile.c (objfile_functions): Use it.
3413 * guile/scm-param.c (parameter_functions): Use it.
3414 * guile/scm-ports.c (port_functions, private_port_functions): Use
3415 it.
3416 * guile/scm-pretty-print.c (pretty_printer_functions): Use it.
3417 * guile/scm-progspace.c (pspace_functions): Use it.
3418 * guile/scm-string.c (string_functions): Use it.
3419 * guile/scm-symbol.c (symbol_functions): Use it.
3420 * guile/scm-symtab.c (symtab_functions): Use it.
3421 * guile/scm-type.c (type_functions, gdbscm_initialize_types): Use
3422 it.
3423 * guile/scm-value.c (value_functions): Use it.
3424
3425 2015-09-04 Andrew Burgess <andrew.burgess@embecosm.com>
3426
3427 * tui/tui-data.c (win_with_focus): Remove cast of NULL pointer.
3428 (tui_next_win): Likewise.
3429 (tui_prev_win): Likewise.
3430 (tui_partial_win_by_name): Likewise.
3431 (tui_init_generic_part): Likewise.
3432 (init_content_element): Likewise.
3433 (tui_del_window): Likewise.
3434 (tui_free_window): Likewise.
3435 (tui_del_data_windows): Likewise.
3436 (tui_free_data_content): Likewise.
3437 * tui/tui-layout.c (make_source_or_disasm_window): Likewise.
3438 * tui/tui-regs.c (tui_show_register_group): Likewise.
3439 * tui/tui-win.c (tui_resize_all): Likewise.
3440 (tui_set_focus): Likewise.
3441 (tui_set_win_height): Likewise.
3442 (make_invisible_and_set_new_height): Likewise.
3443 * tui/tui-windata.c (tui_delete_data_content_windows): Likewise.
3444 * tui/tui-wingeneral.c (make_visible): Likewise.
3445
3446 2015-09-04 Andrew Burgess <andrew.burgess@embecosm.com>
3447
3448 * cli/cli-decode.c (find_cmd): Remove cast of NULL pointer.
3449
3450 2015-09-04 Andrew Burgess <andrew.burgess@embecosm.com>
3451
3452 * c-valprint.c (print_unpacked_pointer): Remove cast of NULL
3453 pointer.
3454 * dbxread.c (dbx_end_psymtab): Likewise.
3455 * gnu-nat.c (gnu_write_inferior): Likewise.
3456 * mdebugread.c (cross_ref): Likewise.
3457 * p-valprint.c (pascal_val_print): Likewise.
3458 * xcoffread.c (xcoff_end_psymtab): Likewise.
3459
3460 2015-09-04 Yao Qi <yao.qi@linaro.org>
3461
3462 * NEWS: Mention the aarch64 multi-arch debugging support.
3463
3464 2015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
3465
3466 * ada-lang.c (ada_language_arch_info): Create a TYPE_CODE_CHAR
3467 type instead of a TYPE_CODE_INT one for the string_char_type
3468 and the ada_primitive_type_char types.
3469
3470 2015-09-03 Yao Qi <yao.qi@linaro.org>
3471
3472 * aarch64-linux-nat.c (aarch64_linux_region_ok_for_hw_watchpoint):
3473 Move code to aarch64_linux_region_ok_for_watchpoint. Call
3474 aarch64_linux_region_ok_for_watchpoint.
3475 * nat/aarch64-linux-hw-point.c (aarch64_linux_region_ok_for_watchpoint):
3476 New function.
3477 * nat/aarch64-linux-hw-point.h (aarch64_linux_region_ok_for_watchpoint):
3478 Declare it.
3479
3480 2015-09-02 Patrick Palka <patrick@parcs.ath.cx>
3481
3482 * gdb_obstack.h (obstack_strdup): Declare.
3483 * gdb_obstack.c (obstack_strdup): Define.
3484 * gdbarch.sh (gdbarch_obstack_strdup): Declare and define.
3485 * gdbarch.c: Regenerate.
3486 * gdbarch.h: Regenerate.
3487 * gdbtypes.c (arch_type): Use gdbarch_obstack_strdup.
3488
3489 2015-09-02 Patrick Palka <patrick@parcs.ath.cx>
3490
3491 * gdbtypes.c (copy_type_recursive): Update documentation.
3492
3493 2015-09-01 Sergio Durigan Junior <sergiodj@redhat.com>
3494
3495 * solib-svr4.c (solib_event_probe_action): Initialize 'probe_argc'
3496 as zero.
3497
3498 2015-09-01 Sergio Durigan Junior <sergiodj@redhat.com>
3499
3500 * solib-svr4.c (svr4_handle_solib_event): Initialize 'val' as NULL
3501
3502 2015-09-01 Sergio Durigan Junior <sergiodj@redhat.com>
3503
3504 * solib-svr4.c (solib_event_probe_action): Call
3505 get_probe_argument_count using TRY...CATCH.
3506 (svr4_handle_solib_event): Likewise, for evaluate_probe_argument.
3507
3508 2015-09-01 Sergio Durigan Junior <sergiodj@redhat.com>
3509
3510 * probe.h (struct probe_ops) <get_probe_argument_count,
3511 evaluate_probe_argument, enable_probe, disable_probe>: Mention in
3512 the comment that the function can throw an exception.
3513 (get_probe_argument_count): Likewise.
3514 (evaluate_probe_argument): Likewise.
3515 * stap-probe.c (stap_get_opcode): Call error instead of
3516 internal_error.
3517 (stap_get_expected_argument_type): Likewise. Add argument
3518 'probe'. Improve error message by mentioning the probe's name.
3519 (stap_parse_probe_arguments): Adjust call to
3520 stap_get_expected_argument_type.
3521 (stap_get_arg): Add comment. Assert that 'probe->args_parsed' is
3522 not zero. Call internal_error if GDB requests an argument but the
3523 probe has no arguments.
3524
3525 2015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
3526
3527 * ada-lang.c (ada_resolve_function): Do not ask the user what
3528 match to use when in completion mode.
3529
3530 2015-08-31 Andrew Burgess <andrew.burgess@embecosm.com>
3531
3532 * tui/tui-data.c (tui_win_name): Make local variable const, remove
3533 cast of NULL.
3534
3535 2015-08-31 Max Filippov <jcmvbkbc@gmail.com>
3536
3537 * xtensa-tdep.h (XTENSA_GDBARCH_TDEP_INSTANTIATE): Initialize
3538 call_abi using XSHAL_ABI macro.
3539
3540 2015-08-29 Doug Evans <xdje42@gmail.com>
3541
3542 * symtab.h (struct symbol): Tweak comment.
3543
3544 2015-08-29 Patrick Palka <patrick@parcs.ath.cx>
3545
3546 * gdbtypes.c (alloc_type_arch): Allocate the type on the given
3547 gdbarch obstack instead of on the heap. Update commentary
3548 accordingly.
3549
3550 2015-08-28 Joel Brobecker <brobecker@adacore.com>
3551
3552 GDB 7.10 released.
3553
3554 2015-08-28 Simon Marchi <simon.marchi@ericsson.com>
3555
3556 * NEWS: Update entry about non-8-bits addressable memory.
3557
3558 2015-08-28 Ulrich Weigand <uweigand@de.ibm.com>
3559
3560 Revert:
3561 2014-11-06 Doug Evans <xdje42@gmail.com>
3562 * solib.c (solib_global_lookup): Fetch arch from objfile,
3563 not target_gdbarch.
3564
3565 2015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
3566
3567 * ppc-linux-tdep.c (ppc_linux_spe_context_lookup): Do not
3568 attempt to relocate a TLS variable offset.
3569
3570 2015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
3571
3572 * spu-multiarch.c (parse_spufs_run): Bail out if inferior is not
3573 registered yet. Set inferior_ptid while calling target_read_memory.
3574
3575 2015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
3576
3577 * nat/linux-ptrace.h (GDB_ARCH_TRAP_BRKPT): Replace by ...
3578 (GDB_ARCH_IS_TRAP_BRKPT): ... this. Add __powerpc__ case.
3579 * linux-nat.c (check_stopped_by_breakpoint): Use
3580 GDB_ARCH_IS_TRAP_BRKPT instead of GDB_ARCH_TRAP_BRKPT.
3581
3582 2015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
3583
3584 * linux-thread-db.c (thread_db_get_thread_local_address): If the
3585 thread was not yet discovered, use thread_from_lwp instead of
3586 calling thread_db_find_new_threads_1.
3587
3588 2015-08-27 Simon Marchi <simon.marchi@ericsson.com>
3589
3590 * m88k-tdep.c (m88k_analyze_prologue): Fix inverted allocation
3591 statements.
3592
3593 2015-08-27 Simon Marchi <simon.marchi@ericsson.com>
3594
3595 * NEWS: Document support for non-8-bits addressable memory.
3596
3597 2015-08-27 Pedro Alves <palves@redhat.com>
3598
3599 * configure.ac: Remove AC_TYPE_SIGNAL call.
3600 * configure, config.in: Regenerate.
3601
3602 2015-08-27 Pedro Alves <palves@redhat.com>
3603
3604 * cp-support.c (gdb_demangle): Use sighandler_t. Remove cast.
3605 * extension-priv.h: Include signal.h.
3606 (struct signal_handler) <handler>: Change type to sighandler_t.
3607 * extension.c (install_gdb_sigint_handler): Use sighandler_t.
3608 * inflow.c (sigint_ours, sigquit_ours): Change type to
3609 sighandler_t.
3610 (child_terminal_inferior): Remove casts.
3611 (child_terminal_ours_1, new_tty): Use sighandler_t. Remove casts.
3612 (osig): Change type to sighandler_t.
3613 * nto-procfs.c (ofunc): Change type to sighandler_t.
3614 (procfs_wait): Remove casts.
3615 * remote-m32r-sdi.c (m32r_wait, m32r_load): Use sighandler_t.
3616 * remote-sim.c (gdbsim_wait): Use sighandler_t.
3617 * utils.c (wait_to_die_with_timeout): Use sighandler_t.
3618
3619 2015-08-27 Pedro Alves <palves@redhat.com>
3620
3621 * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add signal-h.
3622 * gnulib/aclocal.m4: Renegerate.
3623 * gnulib/config.in: Renegerate.
3624 * gnulib/configure: Renegerate.
3625 * gnulib/import/Makefile.am: Update.
3626 * gnulib/import/Makefile.in: Regenerate.
3627 * gnulib/import/m4/gnulib-cache.m4: Update.
3628 * gnulib/import/m4/gnulib-comp.m4: Update.
3629 * gnulib/import/m4/signal_h.m4: New file.
3630 * gnulib/import/signal.in.h: New file.
3631
3632 2015-08-27 Pedro Alves <palves@redhat.com>
3633
3634 * remote.c (DEFAULT_MAX_MEMORY_PACKET_SIZE)
3635 (MIN_MEMORY_PACKET_SIZE): New.
3636 (MAX_REMOTE_PACKET_SIZE, MIN_REMOTE_PACKET_SIZE): Delete.
3637 (get_memory_packet_size): Adjust. No longer limit the max packet
3638 size.
3639 (set_memory_packet_size): Adjust, and remove dead code.
3640 (remote_check_symbols): Use xmalloc and a cleanup instead of
3641 alloca.
3642 (remote_packet_size): No longer cap the packet size.
3643 (putpkt_binary): Use xmalloc and a cleanup instead of alloca.
3644
3645 2015-08-26 Luis Machado <lgustavo@codesourcery.com>
3646
3647 * compile/compile.c (compile_to_object): Mention language in
3648 error message.
3649
3650 2015-08-26 Patrick Palka <patrick@parcs.ath.cx>
3651
3652 * target.c (target_pre_inferior): Unset attach_flag.
3653
3654 2015-08-26 Simon Marchi <simon.marchi@ericsson.com>
3655
3656 * gdbarch.sh (append_name): Fix type in XRESIZEVEC.
3657 * gdbarch.c: Re-generate.
3658
3659 2015-08-26 Simon Marchi <simon.marchi@ericsson.com>
3660
3661 * aarch64-linux-nat.c (aarch64_add_process): Replace xmalloc-family
3662 function with the XNEW-family equivalent.
3663 * aarch64-tdep.c (aarch64_gdbarch_init): Likewise.
3664 * ada-exp.y (write_ambiguous_var): Likewise.
3665 * ada-lang.c (resolve_subexp): Likewise.
3666 (user_select_syms): Likewise.
3667 (assign_aggregate): Likewise.
3668 (ada_evaluate_subexp): Likewise.
3669 (cache_symbol): Likewise.
3670 * addrmap.c (allocate_key): Likewise.
3671 (addrmap_create_mutable): Likewise.
3672 * aix-thread.c (sync_threadlists): Likewise.
3673 * alpha-tdep.c (alpha_push_dummy_call): Likewise.
3674 (alpha_gdbarch_init): Likewise.
3675 * amd64-windows-tdep.c (amd64_windows_push_arguments): Likewise.
3676 * arm-linux-nat.c (arm_linux_add_process): Likewise.
3677 * arm-linux-tdep.c (arm_linux_displaced_step_copy_insn): Likewise.
3678 * arm-tdep.c (push_stack_item): Likewise.
3679 (arm_displaced_step_copy_insn): Likewise.
3680 (arm_gdbarch_init): Likewise.
3681 (_initialize_arm_tdep): Likewise.
3682 * avr-tdep.c (push_stack_item): Likewise.
3683 * ax-general.c (new_agent_expr): Likewise.
3684 * block.c (block_initialize_namespace): Likewise.
3685 * breakpoint.c (alloc_counted_command_line): Likewise.
3686 (update_dprintf_command_list): Likewise.
3687 (parse_breakpoint_sals): Likewise.
3688 (decode_static_tracepoint_spec): Likewise.
3689 (until_break_command): Likewise.
3690 (clear_command): Likewise.
3691 (update_global_location_list): Likewise.
3692 (get_breakpoint_objfile_data) Likewise.
3693 * btrace.c (ftrace_new_function): Likewise.
3694 (btrace_set_insn_history): Likewise.
3695 (btrace_set_call_history): Likewise.
3696 * buildsym.c (add_symbol_to_list): Likewise.
3697 (record_pending_block): Likewise.
3698 (start_subfile): Likewise.
3699 (start_buildsym_compunit): Likewise.
3700 (push_subfile): Likewise.
3701 (end_symtab_get_static_block): Likewise.
3702 (buildsym_init): Likewise.
3703 * cli/cli-cmds.c (source_command): Likewise.
3704 * cli/cli-decode.c (add_cmd): Likewise.
3705 * cli/cli-script.c (build_command_line): Likewise.
3706 (setup_user_args): Likewise.
3707 (realloc_body_list): Likewise.
3708 (process_next_line): Likewise.
3709 (copy_command_lines): Likewise.
3710 * cli/cli-setshow.c (do_set_command): Likewise.
3711 * coff-pe-read.c (read_pe_exported_syms): Likewise.
3712 * coffread.c (coff_locate_sections): Likewise.
3713 (coff_symtab_read): Likewise.
3714 (coff_read_struct_type): Likewise.
3715 * common/cleanups.c (make_my_cleanup2): Likewise.
3716 * common/common-exceptions.c (throw_it): Likewise.
3717 * common/filestuff.c (make_cleanup_close): Likewise.
3718 * common/format.c (parse_format_string): Likewise.
3719 * common/queue.h (DEFINE_QUEUE_P): Likewise.
3720 * compile/compile-object-load.c (munmap_list_add): Likewise.
3721 (compile_object_load): Likewise.
3722 * compile/compile-object-run.c (compile_object_run): Likewise.
3723 * compile/compile.c (append_args): Likewise.
3724 * corefile.c (specify_exec_file_hook): Likewise.
3725 * cp-support.c (make_symbol_overload_list): Likewise.
3726 * cris-tdep.c (push_stack_item): Likewise.
3727 (cris_gdbarch_init): Likewise.
3728 * ctf.c (ctf_trace_file_writer_new): Likewise.
3729 * dbxread.c (init_header_files): Likewise.
3730 (add_new_header_file): Likewise.
3731 (init_bincl_list): Likewise.
3732 (dbx_end_psymtab): Likewise.
3733 (start_psymtab): Likewise.
3734 (dbx_end_psymtab): Likewise.
3735 * dcache.c (dcache_init): Likewise.
3736 * dictionary.c (dict_create_hashed): Likewise.
3737 (dict_create_hashed_expandable): Likewise.
3738 (dict_create_linear): Likewise.
3739 (dict_create_linear_expandable): Likewise.
3740 * dtrace-probe.c (dtrace_process_dof_probe): Likewise.
3741 * dummy-frame.c (register_dummy_frame_dtor): Likewise.
3742 * dwarf2-frame-tailcall.c (cache_new_ref1): Likewise.
3743 * dwarf2-frame.c (dwarf2_build_frame_info): Likewise.
3744 (decode_frame_entry_1): Likewise.
3745 * dwarf2expr.c (new_dwarf_expr_context): Likewise.
3746 * dwarf2loc.c (dwarf2_compile_expr_to_ax): Likewise.
3747 * dwarf2read.c (dwarf2_has_info): Likewise.
3748 (create_signatured_type_table_from_index): Likewise.
3749 (dwarf2_read_index): Likewise.
3750 (dw2_get_file_names_reader): Likewise.
3751 (create_all_type_units): Likewise.
3752 (read_cutu_die_from_dwo): Likewise.
3753 (init_tu_and_read_dwo_dies): Likewise.
3754 (init_cutu_and_read_dies): Likewise.
3755 (create_all_comp_units): Likewise.
3756 (queue_comp_unit): Likewise.
3757 (inherit_abstract_dies): Likewise.
3758 (read_call_site_scope): Likewise.
3759 (dwarf2_add_field): Likewise.
3760 (dwarf2_add_typedef): Likewise.
3761 (dwarf2_add_member_fn): Likewise.
3762 (attr_to_dynamic_prop): Likewise.
3763 (abbrev_table_alloc_abbrev): Likewise.
3764 (abbrev_table_read_table): Likewise.
3765 (add_include_dir): Likewise.
3766 (add_file_name): Likewise.
3767 (dwarf_decode_line_header): Likewise.
3768 (dwarf2_const_value_attr): Likewise.
3769 (dwarf_alloc_block): Likewise.
3770 (parse_macro_definition): Likewise.
3771 (set_die_type): Likewise.
3772 (write_psymtabs_to_index): Likewise.
3773 (create_cus_from_index): Likewise.
3774 (dwarf2_create_include_psymtab): Likewise.
3775 (process_psymtab_comp_unit_reader): Likewise.
3776 (build_type_psymtab_dependencies): Likewise.
3777 (read_comp_units_from_section): Likewise.
3778 (compute_compunit_symtab_includes): Likewise.
3779 (create_dwo_unit_in_dwp_v1): Likewise.
3780 (create_dwo_unit_in_dwp_v2): Likewise.
3781 (read_func_scope): Likewise.
3782 (process_structure_scope): Likewise.
3783 (mark_common_block_symbol_computed): Likewise.
3784 (load_partial_dies): Likewise.
3785 (dwarf2_symbol_mark_computed): Likewise.
3786 * elfread.c (elf_symfile_segments): Likewise.
3787 (elf_read_minimal_symbols): Likewise.
3788 * environ.c (make_environ): Likewise.
3789 * eval.c (evaluate_subexp_standard): Likewise.
3790 * event-loop.c (create_file_handler): Likewise.
3791 (create_async_signal_handler): Likewise.
3792 (create_async_event_handler): Likewise.
3793 (create_timer): Likewise.
3794 * exec.c (build_section_table): Likewise.
3795 * fbsd-nat.c (fbsd_remember_child): Likewise.
3796 * fork-child.c (fork_inferior): Likewise.
3797 * frv-tdep.c (new_variant): Likewise.
3798 * gdbarch.sh (gdbarch_alloc): Likewise.
3799 (append_name): Likewise.
3800 * gdbtypes.c (rank_function): Likewise.
3801 (copy_type_recursive): Likewise.
3802 (add_dyn_prop): Likewise.
3803 * gnu-nat.c (make_proc): Likewise.
3804 (make_inf): Likewise.
3805 (gnu_write_inferior): Likewise.
3806 * gnu-v3-abi.c (build_gdb_vtable_type): Likewise.
3807 (build_std_type_info_type): Likewise.
3808 * guile/scm-param.c (compute_enum_list): Likewise.
3809 * guile/scm-utils.c (gdbscm_parse_function_args): Likewise.
3810 * guile/scm-value.c (gdbscm_value_call): Likewise.
3811 * h8300-tdep.c (h8300_gdbarch_init): Likewise.
3812 * hppa-tdep.c (hppa_init_objfile_priv_data): Likewise.
3813 (read_unwind_info): Likewise.
3814 * ia64-tdep.c (ia64_gdbarch_init): Likewise.
3815 * infcall.c (dummy_frame_context_saver_setup): Likewise.
3816 (call_function_by_hand_dummy): Likewise.
3817 * infcmd.c (step_once): Likewise.
3818 (finish_forward): Likewise.
3819 (attach_command): Likewise.
3820 (notice_new_inferior): Likewise.
3821 * inferior.c (add_inferior_silent): Likewise.
3822 * infrun.c (add_displaced_stepping_state): Likewise.
3823 (save_infcall_control_state): Likewise.
3824 (save_inferior_ptid): Likewise.
3825 (_initialize_infrun): Likewise.
3826 * jit.c (bfd_open_from_target_memory): Likewise.
3827 (jit_gdbarch_data_init): Likewise.
3828 * language.c (add_language): Likewise.
3829 * linespec.c (decode_line_2): Likewise.
3830 * linux-nat.c (add_to_pid_list): Likewise.
3831 (add_initial_lwp): Likewise.
3832 * linux-thread-db.c (add_thread_db_info): Likewise.
3833 (record_thread): Likewise.
3834 (info_auto_load_libthread_db): Likewise.
3835 * m32c-tdep.c (m32c_gdbarch_init): Likewise.
3836 * m68hc11-tdep.c (m68hc11_gdbarch_init): Likewise.
3837 * m68k-tdep.c (m68k_gdbarch_init): Likewise.
3838 * m88k-tdep.c (m88k_analyze_prologue): Likewise.
3839 * macrocmd.c (macro_define_command): Likewise.
3840 * macroexp.c (gather_arguments): Likewise.
3841 * macroscope.c (sal_macro_scope): Likewise.
3842 * macrotab.c (new_macro_table): Likewise.
3843 * mdebugread.c (push_parse_stack): Likewise.
3844 (parse_partial_symbols): Likewise.
3845 (parse_symbol): Likewise.
3846 (psymtab_to_symtab_1): Likewise.
3847 (new_block): Likewise.
3848 (new_psymtab): Likewise.
3849 (mdebug_build_psymtabs): Likewise.
3850 (add_pending): Likewise.
3851 (elfmdebug_build_psymtabs): Likewise.
3852 * mep-tdep.c (mep_gdbarch_init): Likewise.
3853 * mi/mi-main.c (mi_execute_command): Likewise.
3854 * mi/mi-parse.c (mi_parse_argv): Likewise.
3855 * minidebug.c (lzma_open): Likewise.
3856 * minsyms.c (terminate_minimal_symbol_table): Likewise.
3857 * mips-linux-nat.c (mips_linux_insert_watchpoint): Likewise.
3858 * mips-tdep.c (mips_gdbarch_init): Likewise.
3859 * mn10300-tdep.c (mn10300_gdbarch_init): Likewise.
3860 * msp430-tdep.c (msp430_gdbarch_init): Likewise.
3861 * mt-tdep.c (mt_registers_info): Likewise.
3862 * nat/aarch64-linux.c (aarch64_linux_new_thread): Likewise.
3863 * nat/linux-btrace.c (linux_enable_bts): Likewise.
3864 (linux_enable_pt): Likewise.
3865 * nat/linux-osdata.c (linux_xfer_osdata_processes): Likewise.
3866 (linux_xfer_osdata_processgroups): Likewise.
3867 * nios2-tdep.c (nios2_gdbarch_init): Likewise.
3868 * nto-procfs.c (procfs_meminfo): Likewise.
3869 * objc-lang.c (start_msglist): Likewise.
3870 (selectors_info): Likewise.
3871 (classes_info): Likewise.
3872 (find_methods): Likewise.
3873 * objfiles.c (allocate_objfile): Likewise.
3874 (update_section_map): Likewise.
3875 * osabi.c (gdbarch_register_osabi): Likewise.
3876 (gdbarch_register_osabi_sniffer): Likewise.
3877 * parse.c (start_arglist): Likewise.
3878 * ppc-linux-nat.c (hwdebug_find_thread_points_by_tid): Likewise.
3879 (hwdebug_insert_point): Likewise.
3880 * printcmd.c (display_command): Likewise.
3881 (ui_printf): Likewise.
3882 * procfs.c (create_procinfo): Likewise.
3883 (load_syscalls): Likewise.
3884 (proc_get_LDT_entry): Likewise.
3885 (proc_update_threads): Likewise.
3886 * prologue-value.c (make_pv_area): Likewise.
3887 (pv_area_store): Likewise.
3888 * psymtab.c (extend_psymbol_list): Likewise.
3889 (init_psymbol_list): Likewise.
3890 (allocate_psymtab): Likewise.
3891 * python/py-inferior.c (add_thread_object): Likewise.
3892 * python/py-param.c (compute_enum_values): Likewise.
3893 * python/py-value.c (valpy_call): Likewise.
3894 * python/py-varobj.c (py_varobj_iter_next): Likewise.
3895 * python/python.c (ensure_python_env): Likewise.
3896 * record-btrace.c (record_btrace_start_replaying): Likewise.
3897 * record-full.c (record_full_reg_alloc): Likewise.
3898 (record_full_mem_alloc): Likewise.
3899 (record_full_end_alloc): Likewise.
3900 (record_full_core_xfer_partial): Likewise.
3901 * regcache.c (get_thread_arch_aspace_regcache): Likewise.
3902 * remote-fileio.c (remote_fileio_init_fd_map): Likewise.
3903 * remote-notif.c (remote_notif_state_allocate): Likewise.
3904 * remote.c (demand_private_info): Likewise.
3905 (remote_notif_stop_alloc_reply): Likewise.
3906 (remote_enable_btrace): Likewise.
3907 * reverse.c (save_bookmark_command): Likewise.
3908 * rl78-tdep.c (rl78_gdbarch_init): Likewise.
3909 * rx-tdep.c (rx_gdbarch_init): Likewise.
3910 * s390-linux-nat.c (s390_insert_watchpoint): Likewise.
3911 * ser-go32.c (dos_get_tty_state): Likewise.
3912 (dos_copy_tty_state): Likewise.
3913 * ser-mingw.c (ser_windows_open): Likewise.
3914 (ser_console_wait_handle): Likewise.
3915 (ser_console_get_tty_state): Likewise.
3916 (make_pipe_state): Likewise.
3917 (net_windows_open): Likewise.
3918 * ser-unix.c (hardwire_get_tty_state): Likewise.
3919 (hardwire_copy_tty_state): Likewise.
3920 * solib-aix.c (solib_aix_new_lm_info): Likewise.
3921 * solib-dsbt.c (dsbt_current_sos): Likewise.
3922 (dsbt_relocate_main_executable): Likewise.
3923 * solib-frv.c (frv_current_sos): Likewise.
3924 (frv_relocate_main_executable): Likewise.
3925 * solib-spu.c (spu_bfd_fopen): Likewise.
3926 * solib-svr4.c (lm_info_read): Likewise.
3927 (svr4_copy_library_list): Likewise.
3928 (svr4_default_sos): Likewise.
3929 * source.c (find_source_lines): Likewise.
3930 (line_info): Likewise.
3931 (add_substitute_path_rule): Likewise.
3932 * spu-linux-nat.c (spu_bfd_open): Likewise.
3933 * spu-tdep.c (info_spu_dma_cmdlist): Likewise.
3934 * stabsread.c (dbx_lookup_type): Likewise.
3935 (read_type): Likewise.
3936 (read_member_functions): Likewise.
3937 (read_struct_fields): Likewise.
3938 (read_baseclasses): Likewise.
3939 (read_args): Likewise.
3940 (_initialize_stabsread): Likewise.
3941 * stack.c (func_command): Likewise.
3942 * stap-probe.c (handle_stap_probe): Likewise.
3943 * symfile.c (addrs_section_sort): Likewise.
3944 (addr_info_make_relative): Likewise.
3945 (load_section_callback): Likewise.
3946 (add_symbol_file_command): Likewise.
3947 (init_filename_language_table): Likewise.
3948 * symtab.c (create_filename_seen_cache): Likewise.
3949 (sort_search_symbols_remove_dups): Likewise.
3950 (search_symbols): Likewise.
3951 * target.c (make_cleanup_restore_target_terminal): Likewise.
3952 * thread.c (new_thread): Likewise.
3953 (enable_thread_stack_temporaries): Likewise.
3954 (make_cleanup_restore_current_thread): Likewise.
3955 (thread_apply_all_command): Likewise.
3956 * tic6x-tdep.c (tic6x_gdbarch_init): Likewise.
3957 * top.c (gdb_readline_wrapper): Likewise.
3958 * tracefile-tfile.c (tfile_trace_file_writer_new): Likewise.
3959 * tracepoint.c (trace_find_line_command): Likewise.
3960 (all_tracepoint_actions_and_cleanup): Likewise.
3961 (make_cleanup_restore_current_traceframe): Likewise.
3962 (get_uploaded_tp): Likewise.
3963 (get_uploaded_tsv): Likewise.
3964 * tui/tui-data.c (tui_alloc_generic_win_info): Likewise.
3965 (tui_alloc_win_info): Likewise.
3966 (tui_alloc_content): Likewise.
3967 (tui_add_content_elements): Likewise.
3968 * tui/tui-disasm.c (tui_find_disassembly_address): Likewise.
3969 (tui_set_disassem_content): Likewise.
3970 * ui-file.c (ui_file_new): Likewise.
3971 (stdio_file_new): Likewise.
3972 (tee_file_new): Likewise.
3973 * utils.c (make_cleanup_restore_integer): Likewise.
3974 (add_internal_problem_command): Likewise.
3975 * v850-tdep.c (v850_gdbarch_init): Likewise.
3976 * valops.c (find_oload_champ): Likewise.
3977 * value.c (allocate_value_lazy): Likewise.
3978 (record_latest_value): Likewise.
3979 (create_internalvar): Likewise.
3980 * varobj.c (install_variable): Likewise.
3981 (new_variable): Likewise.
3982 (new_root_variable): Likewise.
3983 (cppush): Likewise.
3984 (_initialize_varobj): Likewise.
3985 * windows-nat.c (windows_make_so): Likewise.
3986 * x86-nat.c (x86_add_process): Likewise.
3987 * xcoffread.c (arrange_linetable): Likewise.
3988 (allocate_include_entry): Likewise.
3989 (process_linenos): Likewise.
3990 (SYMBOL_DUP): Likewise.
3991 (xcoff_start_psymtab): Likewise.
3992 (xcoff_end_psymtab): Likewise.
3993 * xml-support.c (gdb_xml_parse_attr_ulongest): Likewise.
3994 * xtensa-tdep.c (xtensa_register_type): Likewise.
3995 * gdbarch.c: Regenerate.
3996 * gdbarch.h: Regenerate.
3997
3998 2015-08-25 Don Breazeal <donb@codesourcery.com>
3999
4000 * infrun.c (follow_exec): Re-order operations for
4001 handling follow-exec-mode "new".
4002 (handle_inferior_event_1): Assign ecs->event_thread
4003 to the current thread.
4004 * remote.c (get_remote_arch_state): Add an assertion.
4005
4006 2015-08-26 Pedro Alves <palves@redhat.com>
4007
4008 * MAINTAINERS: Add Markus Metzger as btrace maintainer.
4009
4010 2015-08-25 Pedro Alves <palves@redhat.com>
4011
4012 PR gdb/18804
4013 * defs.h (maybe_quit): Declare.
4014 (QUIT): Now calls maybe_quit.
4015 * event-loop.c (clear_async_signal_handler)
4016 (async_signal_handler_is_marked): New functions.
4017 * event-loop.h (async_signal_handler_is_marked)
4018 (clear_async_signal_handler): New declarations.
4019 * remote.c (remote_check_pending_interrupt): New function.
4020 (interrupt_query): Use make_cleanup_restore_target_terminal. No
4021 longer check whether the target is async. If waiting for a stop
4022 reply, and a Ctrl-C as been sent to the target, offer to
4023 disconnect, and throw TARGET_CLOSE_ERROR instead of a quit.
4024 Otherwise do not disconnect and throw a quit.
4025 (_initialize_remote): Install remote_check_pending_interrupt as
4026 to_check_pending_interrupt.
4027 * target.c (target_check_pending_interrupt): New function.
4028 * target.h (struct target_ops) <to_check_pending_interrupt>: New
4029 field.
4030 (target_check_pending_interrupt): New declaration.
4031 * utils.c (maybe_quit): New function.
4032 * target-delegates.c: Regenerate.
4033
4034 2015-08-25 Yao Qi <yao.qi@linaro.org>
4035
4036 * nat/aarch64-linux-hw-point.c (debug_reg_change_callback):
4037 Rename local variable pid to tid, and get lwpid of lwp. Update
4038 debug output.
4039
4040 2015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
4041
4042 * ada-lang.c (ada_read_var_value): Add a var_block argument
4043 and pass it to default_read_var_value.
4044 * block.c (block_static_link): New accessor.
4045 * block.h (block_static_link): Declare it.
4046 * buildsym.c (finish_block_internal): Add a static_link
4047 argument. If there is a static link, associate it to the new
4048 block.
4049 (finish_block): Add a static link argument and pass it to
4050 finish_block_internal.
4051 (end_symtab_get_static_block): Update calls to finish_block and
4052 to finish_block_internal.
4053 (end_symtab_with_blockvector): Update call to
4054 finish_block_internal.
4055 * buildsym.h: Forward-declare struct dynamic_prop.
4056 (struct context_stack): Add a static_link field.
4057 (finish_block): Add a static link argument.
4058 * c-exp.y: Remove an obsolete comment (evaluation of variables
4059 already start from the selected frame, and now they climb *up*
4060 the call stack) and propagate the block information to the
4061 produced expression.
4062 * d-exp.y: Likewise.
4063 * f-exp.y: Likewise.
4064 * go-exp.y: Likewise.
4065 * jv-exp.y: Likewise.
4066 * m2-exp.y: Likewise.
4067 * p-exp.y: Likewise.
4068 * coffread.c (coff_symtab_read): Update calls to finish_block.
4069 * dbxread.c (process_one_symbol): Likewise.
4070 * xcoffread.c (read_xcoff_symtab): Likewise.
4071 * compile/compile-c-symbols.c (convert_one_symbol): Promote the
4072 "sym" parameter to struct block_symbol, update its uses and pass
4073 its block to calls to read_var_value.
4074 (convert_symbol_sym): Update the calls to convert_one_symbol.
4075 * compile/compile-loc2c.c (do_compile_dwarf_expr_to_c): Update
4076 call to read_var_value.
4077 * dwarf2loc.c (block_op_get_frame_base): New.
4078 (dwarf2_block_frame_base_locexpr_funcs): Implement the
4079 get_frame_base method.
4080 (dwarf2_block_frame_base_loclist_funcs): Likewise.
4081 (dwarf2locexpr_baton_eval): Add a frame argument and use it
4082 instead of the selected frame in order to evaluate the
4083 expression.
4084 (dwarf2_evaluate_property): Add a frame argument. Update call
4085 to dwarf2_locexpr_baton_eval to provide a frame in available and
4086 to handle the absence of address stack.
4087 * dwarf2loc.h (dwarf2_evaluate_property): Add a frame argument.
4088 * dwarf2read.c (attr_to_dynamic_prop): Add a forward
4089 declaration.
4090 (read_func_scope): Record any available static link description.
4091 Update call to finish_block.
4092 (read_lexical_block_scope): Update call to finish_block.
4093 * findvar.c (follow_static_link): New.
4094 (get_hosting_frame): New.
4095 (default_read_var_value): Add a var_block argument. Use
4096 get_hosting_frame to handle non-local references.
4097 (read_var_value): Add a var_block argument and pass it to the
4098 LA_READ_VAR_VALUE method.
4099 * gdbtypes.c (resolve_dynamic_range): Update calls to
4100 dwarf2_evaluate_property.
4101 (resolve_dynamic_type_internal): Likewise.
4102 * guile/scm-frame.c (gdbscm_frame_read_var): Update call to
4103 read_var_value, passing it the block coming from symbol lookup.
4104 * guile/scm-symbol.c (gdbscm_symbol_value): Update call to
4105 read_var_value (TODO).
4106 * infcmd.c (finish_command_continuation): Update call to
4107 read_var_value, passing it the block coming from symbol lookup.
4108 * infrun.c (insert_exception_resume_breakpoint): Likewise.
4109 * language.h (struct language_defn): Add a var_block argument to
4110 the LA_READ_VAR_VALUE method.
4111 * objfiles.c (struct static_link_htab_entry): New.
4112 (static_link_htab_entry_hash): New.
4113 (static_link_htab_entry_eq): New.
4114 (objfile_register_static_link): New.
4115 (objfile_lookup_static_link): New.
4116 (free_objfile): Free the STATIC_LINKS hashed map if needed.
4117 * objfiles.h: Include hashtab.h.
4118 (struct objfile): Add a static_links field.
4119 (objfile_register_static_link): New.
4120 (objfile_lookup_static_link): New.
4121 * printcmd.c (print_variable_and_value): Update call to
4122 read_var_value.
4123 * python/py-finishbreakpoint.c (bpfinishpy_init): Likewise.
4124 * python/py-frame.c (frapy_read_var): Update call to
4125 read_var_value, passing it the block coming from symbol lookup.
4126 * python/py-framefilter.c (extract_sym): Add a sym_block
4127 parameter and set the pointed value to NULL (TODO).
4128 (enumerate_args): Update call to extract_sym.
4129 (enumerate_locals): Update calls to extract_sym and to
4130 read_var_value.
4131 * python/py-symbol.c (sympy_value): Update call to
4132 read_var_value (TODO).
4133 * stack.c (read_frame_local): Update call to read_var_value.
4134 (read_frame_arg): Likewise.
4135 (return_command): Likewise.
4136 * symtab.h (struct symbol_block_ops): Add a get_frame_base
4137 method.
4138 (struct symbol): Add a block field.
4139 (SYMBOL_BLOCK): New accessor.
4140 * valops.c (value_of_variable): Remove frame/block handling and
4141 pass the block argument to read_var_value, which does this job
4142 now.
4143 (value_struct_elt_for_reference): Update calls to
4144 read_var_value.
4145 (value_of_this): Pass the block found to read_var_value.
4146 * value.h (read_var_value): Add a var_block argument.
4147 (default_read_var_value): Likewise.
4148
4149 2015-08-25 Yao Qi <yao.qi@linaro.org>
4150
4151 * aarch64-linux-nat.c (aarch64_linux_new_thread): Move it to ...
4152 * nat/aarch64-linux.c (aarch64_linux_new_thread): ... here.
4153 * nat/aarch64-linux.h (aarch64_linux_new_thread): Declare.
4154
4155 2015-08-25 Yao Qi <yao.qi@linaro.org>
4156
4157 * Makefile.in (aarch64-liunx.o): New rule.
4158 (HFILES_NO_SRCDIR): Add aarch64-linux.h.
4159 * config/aarch64/linux.mh (NAT_FILE): Add aarch64-linux.o.
4160 * aarch64-linux-nat.c: Include nat/aarch64-linux.h.
4161 * aarch64-linux-nat.c (aarch64_get_debug_reg_state): Make it
4162 extern.
4163 (aarch64_linux_prepare_to_resume): Move it nat/aarch64-linux.c.
4164 * nat/aarch64-linux-hw-point.h (aarch64_debug_reg_state): Declare
4165 * nat/aarch64-linux.c: New file.
4166 * nat/aarch64-linux.h: New file.
4167
4168 2015-08-25 Yao Qi <yao.qi@linaro.org>
4169
4170 * aarch64-linux-nat.c (aarch64_linux_prepare_to_resume): Use
4171 lwp_arch_private_info and ptid_of_lwp.
4172
4173 2015-08-25 Yao Qi <yao.qi@linaro.org>
4174
4175 * aarch64-linux-nat.c (struct arch64_dr_update_callback_param):
4176 Move it to nat/aarch64-linux-hw-point.c.
4177 (debug_reg_change_callback): Likewise.
4178 (aarch64_notify_debug_reg_change): :Likewise.
4179 * nat/aarch64-linux-hw-point.c: Include nat/linux-nat.h.
4180 (aarch64_dr_update_callback_param): New.
4181 (debug_reg_change_callback): New function.
4182 (aarch64_notify_debug_reg_change): Likewise.
4183 * nat/aarch64-linux-hw-point.h (aarch64_notify_debug_reg_change):
4184 Remove the declaration.
4185
4186 2015-08-25 Yao Qi <yao.qi@linaro.org>
4187
4188 * aarch64-linux-nat.c (aarch64_notify_debug_reg_change):
4189 Call current_lwp_ptid.
4190
4191 2015-08-25 Yao Qi <yao.qi@linaro.org>
4192
4193 * aarch64-linux-nat.c (debug_reg_change_callback): Use
4194 debug_printf.
4195
4196 2015-08-25 Yao Qi <yao.qi@linaro.org>
4197
4198 * aarch64-linux-nat.c (debug_reg_change_callback): Call
4199 ptid_get_pid rather than ptid_get_lwp.
4200
4201 2015-08-24 Pedro Alves <palves@redhat.com>
4202
4203 * NEWS (New commands): Mention set/show remote
4204 multiprocess-extensions-packet.
4205 * remote.c (remote_query_supported): Only tell the server to use
4206 the multiprocess extensions if the user hasn't force-disabled them
4207 with "set remote multiprocess-extensions-packet off".
4208
4209 2015-08-24 Pedro Alves <palves@redhat.com>
4210
4211 * gnulib/update-gnulib.sh (GNULIB_COMMIT_SHA1): Set to
4212 1029a8112290f6eee9d7878a391c49db42c999bd.
4213 * gnulib/configure, gnulib/config.in, gnulib/aclocal.m4:
4214 Regenerate.
4215 * gnulib/import/Makefile.am: Update.
4216 * gnulib/import/Makefile.in: Update.
4217 * gnulib/import/alloca.in.h: Update.
4218 * gnulib/import/basename-lgpl.c: Update.
4219 * gnulib/import/canonicalize-lgpl.c: Update.
4220 * gnulib/import/config.charset: Update.
4221 * gnulib/import/dirent.in.h: Update.
4222 * gnulib/import/dirfd.c: Update.
4223 * gnulib/import/dirname-lgpl.c: Update.
4224 * gnulib/import/dirname.h: Update.
4225 * gnulib/import/dosname.h: Update.
4226 * gnulib/import/errno.in.h: Update.
4227 * gnulib/import/extra/snippet/arg-nonnull.h: Update.
4228 * gnulib/import/extra/snippet/c++defs.h: Update.
4229 * gnulib/import/extra/snippet/warn-on-use.h: Update.
4230 * gnulib/import/extra/update-copyright: Update.
4231 * gnulib/import/float+.h: Update.
4232 * gnulib/import/float.c: Update.
4233 * gnulib/import/float.in.h: Update.
4234 * gnulib/import/fnmatch.c: Update.
4235 * gnulib/import/fnmatch.in.h: Update.
4236 * gnulib/import/fnmatch_loop.c: Update.
4237 * gnulib/import/fpucw.h: Update.
4238 * gnulib/import/frexp.c: Update.
4239 * gnulib/import/frexpl.c: Update.
4240 * gnulib/import/gettimeofday.c: Update.
4241 * gnulib/import/inttypes.in.h: Update.
4242 * gnulib/import/isnan.c: Update.
4243 * gnulib/import/isnand-nolibm.h: Update.
4244 * gnulib/import/isnand.c: Update.
4245 * gnulib/import/isnanl-nolibm.h: Update.
4246 * gnulib/import/isnanl.c: Update.
4247 * gnulib/import/itold.c: Update.
4248 * gnulib/import/localcharset.c: Update.
4249 * gnulib/import/localcharset.h: Update.
4250 * gnulib/import/lstat.c: Update.
4251 * gnulib/import/m4/00gnulib.m4: Update.
4252 * gnulib/import/m4/absolute-header.m4: Update.
4253 * gnulib/import/m4/alloca.m4: Update.
4254 * gnulib/import/m4/canonicalize.m4: Update.
4255 * gnulib/import/m4/codeset.m4: Update.
4256 * gnulib/import/m4/configmake.m4: Update.
4257 * gnulib/import/m4/dirent_h.m4: Update.
4258 * gnulib/import/m4/dirfd.m4: Update.
4259 * gnulib/import/m4/dirname.m4: Update.
4260 * gnulib/import/m4/double-slash-root.m4: Update.
4261 * gnulib/import/m4/eealloc.m4: Update.
4262 * gnulib/import/m4/errno_h.m4: Update.
4263 * gnulib/import/m4/exponentd.m4: Update.
4264 * gnulib/import/m4/exponentl.m4: Update.
4265 * gnulib/import/m4/extensions.m4: Update.
4266 * gnulib/import/m4/extern-inline.m4: Update.
4267 * gnulib/import/m4/fcntl-o.m4: Update.
4268 * gnulib/import/m4/float_h.m4: Update.
4269 * gnulib/import/m4/fnmatch.m4: Update.
4270 * gnulib/import/m4/fpieee.m4: Update.
4271 * gnulib/import/m4/frexp.m4: Update.
4272 * gnulib/import/m4/frexpl.m4: Update.
4273 * gnulib/import/m4/gettimeofday.m4: Update.
4274 * gnulib/import/m4/glibc21.m4: Update.
4275 * gnulib/import/m4/gnulib-cache.m4: Update.
4276 * gnulib/import/m4/gnulib-common.m4: Update.
4277 * gnulib/import/m4/gnulib-comp.m4: Update.
4278 * gnulib/import/m4/gnulib-tool.m4: Update.
4279 * gnulib/import/m4/include_next.m4: Update.
4280 * gnulib/import/m4/inttypes-pri.m4: Update.
4281 * gnulib/import/m4/inttypes.m4: Update.
4282 * gnulib/import/m4/isnand.m4: Update.
4283 * gnulib/import/m4/isnanl.m4: Update.
4284 * gnulib/import/m4/largefile.m4: Update.
4285 * gnulib/import/m4/localcharset.m4: Update.
4286 * gnulib/import/m4/locale-fr.m4: Update.
4287 * gnulib/import/m4/locale-ja.m4: Update.
4288 * gnulib/import/m4/locale-zh.m4: Update.
4289 * gnulib/import/m4/longlong.m4: Update.
4290 * gnulib/import/m4/lstat.m4: Update.
4291 * gnulib/import/m4/malloc.m4: Update.
4292 * gnulib/import/m4/malloca.m4: Update.
4293 * gnulib/import/m4/math_h.m4: Update.
4294 * gnulib/import/m4/mbrtowc.m4: Update.
4295 * gnulib/import/m4/mbsinit.m4: Update.
4296 * gnulib/import/m4/mbsrtowcs.m4: Update.
4297 * gnulib/import/m4/mbstate_t.m4: Update.
4298 * gnulib/import/m4/memchr.m4: Update.
4299 * gnulib/import/m4/memmem.m4: Update.
4300 * gnulib/import/m4/mmap-anon.m4: Update.
4301 * gnulib/import/m4/multiarch.m4: Update.
4302 * gnulib/import/m4/nocrash.m4: Update.
4303 * gnulib/import/m4/off_t.m4: Update.
4304 * gnulib/import/m4/pathmax.m4: Update.
4305 * gnulib/import/m4/readlink.m4: Update.
4306 * gnulib/import/m4/rename.m4: Update.
4307 * gnulib/import/m4/rmdir.m4: Update.
4308 * gnulib/import/m4/ssize_t.m4: Update.
4309 * gnulib/import/m4/stat.m4: Update.
4310 * gnulib/import/m4/stdbool.m4: Update.
4311 * gnulib/import/m4/stddef_h.m4: Update.
4312 * gnulib/import/m4/stdint.m4: Update.
4313 * gnulib/import/m4/stdio_h.m4: Update.
4314 * gnulib/import/m4/stdlib_h.m4: Update.
4315 * gnulib/import/m4/string_h.m4: Update.
4316 * gnulib/import/m4/strstr.m4: Update.
4317 * gnulib/import/m4/strtok_r.m4: Update.
4318 * gnulib/import/m4/sys_socket_h.m4: Update.
4319 * gnulib/import/m4/sys_stat_h.m4: Update.
4320 * gnulib/import/m4/sys_time_h.m4: Update.
4321 * gnulib/import/m4/sys_types_h.m4: Update.
4322 * gnulib/import/m4/time_h.m4: Update.
4323 * gnulib/import/m4/unistd_h.m4: Update.
4324 * gnulib/import/m4/warn-on-use.m4: Update.
4325 * gnulib/import/m4/wchar_h.m4: Update.
4326 * gnulib/import/m4/wchar_t.m4: Update.
4327 * gnulib/import/m4/wctype_h.m4: Update.
4328 * gnulib/import/m4/wint_t.m4: Update.
4329 * gnulib/import/malloc.c: Update.
4330 * gnulib/import/malloca.c: Update.
4331 * gnulib/import/malloca.h: Update.
4332 * gnulib/import/math.in.h: Update.
4333 * gnulib/import/mbrtowc.c: Update.
4334 * gnulib/import/mbsinit.c: Update.
4335 * gnulib/import/mbsrtowcs-impl.h: Update.
4336 * gnulib/import/mbsrtowcs-state.c: Update.
4337 * gnulib/import/mbsrtowcs.c: Update.
4338 * gnulib/import/memchr.c: Update.
4339 * gnulib/import/memmem.c: Update.
4340 * gnulib/import/pathmax.h: Update.
4341 * gnulib/import/readlink.c: Update.
4342 * gnulib/import/ref-add.sin: Update.
4343 * gnulib/import/ref-del.sin: Update.
4344 * gnulib/import/rename.c: Update.
4345 * gnulib/import/rmdir.c: Update.
4346 * gnulib/import/same-inode.h: Update.
4347 * gnulib/import/stat.c: Update.
4348 * gnulib/import/stdbool.in.h: Update.
4349 * gnulib/import/stddef.in.h: Update.
4350 * gnulib/import/stdint.in.h: Update.
4351 * gnulib/import/stdio.c: Update.
4352 * gnulib/import/stdio.in.h: Update.
4353 * gnulib/import/stdlib.in.h: Update.
4354 * gnulib/import/str-two-way.h: Update.
4355 * gnulib/import/streq.h: Update.
4356 * gnulib/import/string.in.h: Update.
4357 * gnulib/import/stripslash.c: Update.
4358 * gnulib/import/strnlen1.c: Update.
4359 * gnulib/import/strnlen1.h: Update.
4360 * gnulib/import/strstr.c: Update.
4361 * gnulib/import/strtok_r.c: Update.
4362 * gnulib/import/sys_stat.in.h: Update.
4363 * gnulib/import/sys_time.in.h: Update.
4364 * gnulib/import/sys_types.in.h: Update.
4365 * gnulib/import/time.in.h: Update.
4366 * gnulib/import/unistd.in.h: Update.
4367 * gnulib/import/verify.h: Update.
4368 * gnulib/import/wchar.in.h: Update.
4369 * gnulib/import/wctype.in.h: Update.
4370 * gnulib/import/gettimeofday.c: New file.
4371 * gnulib/import/m4/absolute-header.m4: New file.
4372 * gnulib/import/m4/gettimeofday.m4: New file.
4373 * gnulib/import/m4/sys_socket_h.m4: New file.
4374 * gnulib/import/m4/sys_time_h.m4: New file.
4375 * gnulib/import/stdio.c: Delete file.
4376 * gnulib/import/sys_time.in.h: New file.
4377
4378 2015-08-24 Pedro Alves <palves@redhat.com>
4379
4380 * Makefile.in (HFILES_NO_SRCDIR): Add common/gdb_sys_time.h.
4381 * common/gdb_sys_time.h: New file.
4382 * event-loop.c: Include gdb_sys_time.h instead of sys/time.h.
4383 * gdb_select.h: Likewise.
4384 * gdb_usleep.c: Likewise.
4385 * maint.c: Likewise.
4386 * mi/mi-main.c: Likewise.
4387 * mi/mi-parse.h: Likewise.
4388 * remote-fileio.c: Likewise.
4389 * remote-m32r-sdi.c: Likewise.
4390 * remote.c: Likewise.
4391 * ser-base.c: Likewise.
4392 * ser-pipe.c: Likewise.
4393 * ser-tcp.c: Likewise.
4394 * ser-unix.c: Likewise.
4395 * symfile.c: Likewise.
4396 * symfile.c: Likewise. Rename OSIZE to SIZE throughout.
4397 * target-memory.c: Include gdb_sys_time.h instead of sys/time.h.
4398 * utils.c: Likewise.
4399
4400 2015-08-24 Pedro Alves <palves@redhat.com>
4401
4402 * NEWS: Mention removed support for the various ROM monitors.
4403 * Makefile.in (ALL_TARGET_OBS): Remove dbug-rom.o, dink32-rom.o,
4404 ppcbug-rom.o, m32r-rom.o, dsrec.o and monitor.o from gdb_target_obs.
4405 * configure.tgt (h8300-*-*): Remove monitor.o and m32r-rom.o from
4406 gdb_target_obs.
4407 (m68*-*-*): Remove monitor.o dbug-rom.o and dsrec.o from
4408 gdb_target_obs.
4409 (microblaze*-linux-*): Remove microblaze-rom.o, monitor.o and
4410 dsrec.o from gdb_target_obs.
4411 (microblaze*-*-*): Remove microblaze-rom.o, monitor.o and dsrec.o
4412 from gdb_target_obs.
4413 (powerpc-*-lynx*178): Remove monitor.o and dsrec.o from
4414 gdb_target_obs.
4415 (powerpc*-*-*): Remove monitor.o, dsrec.o, ppcbug-rom.o and
4416 dink32-rom.o from gdb_target_obs.
4417 (sh*-*-linux*): Remove monitor.o and dsrec.o from gdb_target_obs.
4418 (sh*): Remove monitor.o and dsrec.o from gdb_target_obs.
4419 * dbug-rom.c, dink32-rom.c, dsrec.c, m32r-rom.c, microblaze-rom.c,
4420 monitor.c, monitor.h, ppcbug-rom.c, srec.h: Delete files.
4421
4422 2015-08-21 Pedro Alves <palves@redhat.com>
4423
4424 * frame.c (null_frame_id): Explicitly zero-initialize.
4425
4426 2015-08-21 Tom Tromey <tromey@redhat.com>
4427
4428 * dwarf2read.c (struct dwarf2_section_info): Rename field
4429 'asection' to 'section'.
4430 (dwarf2_has_info, get_section_bfd_owner, get_section_bfd_section)
4431 (dwarf2_locate_sections, dwarf2_locate_sections)
4432 (locate_dwz_sections, locate_v1_virtual_dwo_sections)
4433 (dwarf2_locate_dwo_sections, dwarf2_locate_dwo_sections)
4434 (dwarf2_locate_v2_dwp_sections): Adjust.
4435
4436 2015-08-21 Patrick Palka <patrick@parcs.ath.cx>
4437
4438 * top.h (gdb_in_secondary_prompt_p): Declare.
4439 * top.c (gdb_secondary_prompt_depth): Define.
4440 (gdb_in_secondary_prompt_p): Define.
4441 (gdb_readline_wrapper_cleanup): Decrement
4442 gdb_secondary_prompt_depth.
4443 (gdb_readline_wrapper): Increment gdb_secondary_prompt_depth.
4444 * tui/tui-io.c (tui_getc): Don't clear the prompt line if we
4445 are in a secondary prompt.
4446
4447 2015-08-21 Patrick Palka <patrick@parcs.ath.cx>
4448
4449 * tui/tui-io.c (tui_getc): Use tui_putc instead of waddch to
4450 emit the newline.
4451
4452 2015-08-21 Gary Benson <gbenson@redhat.com>
4453
4454 * gdb_bfd.c (gdb_bfd_iovec_fileio_pread): Add QUIT call.
4455
4456 2015-08-21 Gary Benson <gbenson@redhat.com>
4457
4458 * target.h (struct target_ops) <to_fileio_open>: New argument
4459 warn_if_slow. Update comment. All implementations updated.
4460 (target_fileio_open_warn_if_slow): New declaration.
4461 * target.c (target_fileio_open): Renamed as...
4462 (target_fileio_open_1): ...this. New argument warn_if_slow.
4463 Pass warn_if_slow to implementation. Update debug printing.
4464 (target_fileio_open): New function.
4465 (target_fileio_open_warn_if_slow): Likewise.
4466 * gdb_bfd.c (gdb_bfd_iovec_fileio_open): Use new function
4467 target_fileio_open_warn_if_slow.
4468
4469 2015-08-21 Gary Benson <gbenson@redhat.com>
4470
4471 * nat/linux-namespaces.c (linux_mntns_access_fs):
4472 Do not overwrite old_chain.
4473
4474 2015-08-20 Max Filippov <jcmvbkbc@gmail.com>
4475
4476 * arch/xtensa.h: New file.
4477 * xtensa-linux-nat.c (gdb_proc_service.h): New #include.
4478 (ps_get_thread_area): New function.
4479 * xtensa-linux-tdep.c (xtensa_linux_init_abi): Add call to
4480 set_gdbarch_fetch_tls_load_module_address to enable TLS support.
4481 * xtensa-tdep.c (osabi.h): New #include.
4482 (xtensa_gdbarch_init): Call gdbarch_init_osabi to register
4483 xtensa-specific hooks.
4484 * xtensa-tdep.h (struct xtensa_elf_gregset_t): Add threadptr
4485 member and move the structure to arch/xtensa.h.
4486
4487 2015-08-21 Pedro Alves <palves@redhat.com>
4488
4489 * remote.c (struct readahead_cache): New.
4490 (struct remote_state) <readahead_cache>: New field.
4491 (remote_open_1): Invalidate the cache.
4492 (readahead_cache_invalidate, readahead_cache_invalidate_fd): New
4493 functions.
4494 (remote_hostio_pwrite): Invalidate the readahead cache.
4495 (remote_hostio_pread): Rename to ...
4496 (remote_hostio_pread_vFile): ... this.
4497 (remote_hostio_pread_from_cache): New function.
4498 (remote_hostio_pread): Reimplement.
4499 (remote_hostio_close): Invalidate the readahead cache.
4500
4501 2015-08-21 Marcin Cieślak <saper@saper.info> (tiny patch)
4502
4503 PR build/18843
4504 * procfs.c: Include "filestuff.h".
4505
4506 2015-08-21 Patrick Palka <patrick@parcs.ath.cx>
4507
4508 * tui/tui-data.h (tui_command_info): Remove fields cur_line and
4509 curch.
4510 * tui/tui-data.c (tui_clear_win_detail) [CMD_WIN]: Don't set
4511 cur_line or curch, instead call wmove().
4512 (init_win_info) [CMD_WIN]: Likewise.
4513 * tui/tui-io.c (tui_puts): Likewise. Don't read cur_line,
4514 instead call getcury().
4515 (tui_redisplay_readline): Don't set cur_line or curch.
4516 (tui_mld_erase_entire_line): Don't read cur_line, instead call
4517 getcury().
4518 (tui_cont_sig): Remove call to wmove.
4519 (tui_getc): Don't read cur_line or curch, instead call getcury()
4520 or getyx(). Don't set curch.
4521 * tui/tui-win.c (make_visible_with_new_height) [CMD_WIN]: Don't
4522 set cur_line or curch. Always move cursor to (0,0).
4523
4524 2015-08-20 Pedro Alves <palves@redhat.com>
4525
4526 * infrun.c (print_target_wait_results): Make extern.
4527 * infrun.h (print_target_wait_results): Declare.
4528 * remote.c (set_stop_requested_callback): Delete.
4529 (process_initial_stop_replies): New function.
4530 (remote_start_remote): Use it.
4531 (stop_reply_queue_length): New function.
4532
4533 2015-08-20 Pedro Alves <palves@redhat.com>
4534
4535 * dwarf2read.c (process_full_comp_unit): To tell whether
4536 start_subfile managed to deduce a language, test for
4537 language_unknown instead of language_c.
4538
4539 2015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
4540
4541 * ada-lex.l: Reset the start condition to INITIAL in the rule that
4542 matches attributes.
4543
4544 2015-08-19 Kevin Buettner <kevinb@redhat.com>
4545
4546 * dwarf2read.c (dwarf2_string_attr): New function.
4547 (lookup_dwo_unit, process_psymtab_comp_unit_reader)
4548 (dwarf2_compute_name, dwarf2_physname, find_file_and_directory)
4549 (read_call_site_scope, namespace_name, guess_full_die_structure_name)
4550 (anonymous_struct_prefix, prepare_one_comp_unit): Use
4551 dwarf2_string_attr in place of dwarf2_attr and DW_STRING.
4552
4553 2015-08-18 Doug Evans <dje@google.com>
4554 Adrian Sendroiu <adrian.sendroiu@freescale.com>
4555
4556 PR mi/18833
4557 * cli/cli-logging.c (pop_output_files): Don't restore redirection
4558 if MI-like.
4559 * mi/mi-out.c: #include "vec.h".
4560 (ui_filep): New type.
4561 (DEV_VEC_P (ui_filep)): New type.
4562 (struct ui_out_data) <buffer, original_buffer>: Delete.
4563 (struct ui_out_data) <streams>: New member.
4564 (mi_ui_out_impl): Add data_destroy field.
4565 (mi_field_string, mi_field_fmt): Update.
4566 (mi_flush, mi_redirect, field_separator): Update.
4567 (mi_open, mi_close): Update.
4568 (mi_out_buffered, mi_out_rewind, mi_out_put): Update.
4569 (mi_out_data_ctor, mi_out_data_dtor): New functions.
4570 (mi_out_new): Call mi_out_data_ctor.
4571
4572 2015-08-18 Sandra Loosemore <sandra@codesourcery.com>
4573
4574 * remote.c (strprefix): New.
4575 (remote_parse_stop_reply): Use strprefix instead of strncmp
4576 to ensure exact match of keyword.
4577
4578 2015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>
4579
4580 * gdb_bfd.c (debug_bfd_cache): New variable.
4581 (show_bfd_cache_debug): New function.
4582 (gdb_bfd_open): Add debug logging.
4583 (gdb_bfd_ref): Likewise.
4584 (gdb_bfd_unref): Likewise.
4585 (_initialize_gdb_bfd): Add new set/show command.
4586 * NEWS: Mention new command.
4587
4588 2015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>
4589
4590 * gdb_bfd.c (bfd_sharing): New variable.
4591 (show_bfd_sharing): New function.
4592 (gdb_bfd_open): Check bfd_sharing variable.
4593 (_initialize_gdb_bfd): Add new set/show command.
4594 * NEWS: Mention new command.
4595
4596 2015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>
4597
4598 * gdb_bfd.c (struct gdb_bfd_data): Add size, inode, and device id
4599 field.
4600 (struct gdb_bfd_cache_search): Likewise.
4601 (eq_bfd): Compare the size, inode, and device id fields.
4602 (gdb_bfd_open): Initialise the size, inode, and device id fields.
4603 (gdb_bfd_ref): Likewise.
4604 (gdb_bfd_unref): Likewise.
4605
4606 2015-08-18 Pedro Alves <palves@redhat.com>
4607
4608 * linux-nat.c (linux_nat_always_non_stop_p): If the linux_ops
4609 target implements to_always_non_stop_p, call it.
4610 * x86-linux-nat.c (x86_linux_always_non_stop_p): New function.
4611 (x86_linux_create_target): Install it as to_always_non_stop_p
4612 method.
4613
4614 2015-08-17 Doug Evans <dje@google.com>
4615
4616 * ui-out.c (default_ui_out_impl): Add comment.
4617
4618 2015-08-17 Iain Buclaw <ibuclaw@gdcproject.org>
4619
4620 * d-exp.y (type_aggregate_p): New function.
4621 (PrimaryExpression : TypeExp '.' IdentifierExp): Use it.
4622 (classify_inner_name): Likewise.
4623 * d-namespace.c (d_lookup_nested_symbol): Handle TYPE_CODE_ENUM.
4624
4625 2015-08-15 Doug Evans <xdje42@gmail.com>
4626
4627 * psymtab.c (add_psymbol_to_bcache): Remove "val" arg. All callers
4628 updated.
4629 (add_psymbol_to_list): Ditto.
4630
4631 2015-08-15 Doug Evans <xdje42@gmail.com>
4632
4633 * dbxread.c (dbx_end_psymtab): Renamed from end_psymtab. All callers
4634 updated. Call end_psymtab_common.
4635 * dwarf2read.c (process_psymtab_comp_unit_reader): Call
4636 end_psymtab_common.
4637 (build_type_psymtabs_reader): Ditto.
4638 * psympriv.h (sort_pst_symbols): Delete.
4639 (end_psymtab_common): Declare.
4640 * psymtab.c (sort_pst_symbols): Make static.
4641 (end_psymtab_common): New function.
4642 * xcoffread.c (xcoff_end_psymtab): Call end_psymtab_common.
4643
4644 2015-08-15 Doug Evans <xdje42@gmail.com>
4645
4646 * defs.h (LANGUAGE_BITS): Define.
4647 * psympriv.h (partial_symbol) <domain>: Use SYMBOL_DOMAIN_BITS.
4648 (partial_symbol) <aclass>: Use SYMBOL_ACLASS_BITS.
4649 * symtab.h (general_symbol_info> <language>: Usage LANGUAGE_BITS.
4650 (minimal_symbol_type): Add nr_minsym_types.
4651 (MINSYM_TYPE_BITS): Define.
4652 (minimal_symbol) <type>: Use MINSYM_TYPE_BITS.
4653 (domain_enum_tag): Add NR_DOMAINS.
4654 (SYMBOL_DOMAIN_BITS): Change from 4 to 3.
4655 (SYMBOL_ACLASS_BITS): Define from 6 to 5.
4656
4657 2015-08-15 Doug Evans <xdje42@gmail.com>
4658
4659 * objfiles.h: Whitespace cleanup.
4660 * psympriv.h: Whitespace cleanup.
4661 * psymtab.c: Whitespace/coding convention cleanup.
4662
4663 2015-08-15 Patrick Palka <patrick@parcs.ath.cx>
4664
4665 * inferior.c (detach_inferior_command): Don't call
4666 any_thread_of_process when pid is 0.
4667 (kill_inferior_command): Likewise.
4668
4669 2015-08-14 Doug Evans <xdje42@gmail.com>
4670
4671 PR gdb/11833
4672 * NEWS: Document new /s modifier for the disassemble command.
4673 * cli/cli-cmds.c (disassemble_command): Add support for /s.
4674 (_initialize_cli_cmds): Update online docs of disassemble command.
4675 * disasm.c: #include "source.h".
4676 (struct deprecated_dis_line_entry): Renamed from dis_line_entry.
4677 All uses updated.
4678 (dis_line_entry): New struct.
4679 (hash_dis_line_entry, eq_dis_line_entry): New functions.
4680 (allocate_dis_line_table): New functions.
4681 (maybe_add_dis_line_entry, line_has_code_p): New functions.
4682 (dump_insns): New arg end_pc. All callers updated.
4683 (do_mixed_source_and_assembly_deprecated): Renamed from
4684 do_mixed_source_and_assembly. All callers updated.
4685 (do_mixed_source_and_assembly): New function.
4686 (gdb_disassembly): Handle /s (DISASSEMBLY_SOURCE).
4687 * disasm.h (DISASSEMBLY_SOURCE_DEPRECATED): Renamed from
4688 DISASSEMBLY_SOURCE. All uses updated.
4689 (DISASSEMBLY_SOURCE): New macro.
4690 * mi/mi-cmd-disas.c (mi_cmd_disassemble): New modes 4,5.
4691
4692 2015-08-14 Keith Seitz <keiths@redhat.com>
4693
4694 * d-exp.y (PrimaryExpression : TypeExp '.' IdentifierExp): Rename
4695 `typename' to `type_name' to avoid C++ reserved word.
4696
4697 2015-08-14 Keith Seitz <keiths@redhat.com>
4698
4699 * location.c (EL_TYPE, EL_LINESPEC, EL_PROBE, EL_ADDRESS)
4700 (EL_EXPLICIT, EL_STRING): Change macro parameter to "P" to
4701 silence ARI errors.
4702
4703 2015-08-14 Iain Buclaw <ibuclaw@gdcproject.org>
4704
4705 * d-exp.y (PrimaryExpression : TypeExp '.' IdentifierExp): Use
4706 xstrprintf instead of malloc and sprintf.
4707 (PrimaryExpression : IdentifierExp): Avoid operator at end of line.
4708 (lex_one_token): Likewise.
4709
4710 2015-08-14 Matthew Fortune <matthew.fortune@imgtec.com>
4711
4712 * solib-svr4.c (read_program_header): Add base_addr argument to
4713 report the runtime address of the segment.
4714 (find_program_interpreter): Update read_program_header call to pass
4715 a NULL pointer for the new argument.
4716 (scan_dyntag): Add ptr_addr argument to report the runtime address
4717 of the tag payload.
4718 (scan_dyntag_auxv): Likewise and use thew new base_addr argument of
4719 read_program_header to get the base address of the dynamic segment.
4720 (elf_locate_base): Update uses of scan_dyntag, scan_dyntag_auxv and
4721 read_program_header.
4722 (elf_locate_base): Scan for and handle DT_MIPS_RLD_MAP_REL.
4723
4724 2015-08-14 Matthew Fortune <matthew.fortune@imgtec.com>
4725
4726 * MAINTAINERS (Write After Approval): Add Matthew Fortune.
4727
4728 2015-08-13 Iain Buclaw <ibuclaw@gdcproject.org>
4729
4730 * d-exp.y (%union): Add voidval.
4731 (%token): Add UNKNOWN_NAME as a token to represent an unclassified
4732 name in the lexing stage.
4733 (PostfixExpression): Move symbol completion handling in grammar here
4734 from PrimaryExpression.
4735 (PrimaryExpression): Move routines to handle resolving identifier
4736 tokens in the grammar here from push_expression_name.
4737 (IdentifierExp): Remove the handling of alternating '.' and identifier
4738 tokens.
4739 (TypeExp): Allow TypeExp to be wrapped in parenthesis in the grammar.
4740 (BasicType): Remove C-style typename rules.
4741 (d_type_from_name, d_module_from_name, push_variable)
4742 (push_fieldnames, push_type_name, push_module_name)
4743 (push_expression_name): Remove.
4744 (lex_one_token): Rename from yylex. Replace pstate with par_state.
4745 (token_and_value): New type.
4746 (token_fifo, popping, name_obstack): New globals.
4747 (classify_name): New function.
4748 (classify_inner_name): Likewise.
4749 (yylex): Likewise.
4750 (d_parse): Initialize token_fifo, popping and name_obstack.
4751
4752 2015-08-13 Iain Buclaw <ibuclaw@gdcproject.org>
4753
4754 * Makefile.in (SFILES): Add d-namespace.c.
4755 (COMMON_OBS): Add d-namespace.o.
4756 * d-lang.c (d_language_defn): Use d_lookup_symbol_nonlocal as the
4757 la_lookup_symbol_nonlocal callback function pointer.
4758 * d-lang.h (d_lookup_symbol_nonlocal): New declaration.
4759 (d_lookup_nested_symbol): New declaration.
4760 * d-namespace.c: New file.
4761
4762 2015-08-13 Pedro Alves <palves@redhat.com>
4763
4764 * python/py-unwind.c (pyuw_sniffer): Install the invalidate
4765 cleanup after the decref cleanup, not before.
4766
4767 2015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
4768
4769 * ada-lang.c: Include namespace.h
4770 (aux_add_nonlocal_symbols): Fix a function name in comment.
4771 (ada_add_block_renamings): New.
4772 (add_nonlocal_symbols): Add global renamings handling.
4773 (ada_lookup_symbol_list_worker): Move the symbol lookup part
4774 to...
4775 (ada_add_all_symbols): ... this new function.
4776 (ada_add_block_symbols): Try to match the input name against the
4777 "using directives list", perform a recursive symbol lookup on
4778 the matched declarations.
4779 * block.h (struct block): Move the_namespace to top-level as
4780 namespace_info. Remove the language_specific field.
4781 (BLOCK_NAMESPACE): Update access to the namespace_info field.
4782 * buildsym.h (using_directives): Rename into...
4783 (local_using_directives): ... this.
4784 (global_using_directives): New.
4785 (struct context_stack): Rename the using_directives field into
4786 local_using_directives.
4787 * buildsym.c (finish_block_internal): Deal with the proper
4788 using directives repository (local or global).
4789 (prepare_for_building): Reset local_using_directives. Assert
4790 that there is no pending global using directive.
4791 (reset_symtab_globals): Reset global_using_directives and
4792 local_using_directives.
4793 (end_symtab_get_static_block): Don't ignore symtabs that have
4794 only using directives.
4795 (push_context): Update references to local_using_directives.
4796 (buildsym_init): Do not reset using_directives.
4797 * cp-support.c: Include namespace.h.
4798 * cp-support.h (struct using_direct): Move to namespace.h.
4799 (cp_add_using_directives): Move to namespace.h.
4800 * cp-namespace.c: Include namespace.h
4801 (cp_add_using_directive): Move to namespace.c, rename it to
4802 add_using_directive, add a "using_directives" argument and use
4803 it as the pending using directives repository. All callers
4804 updated.
4805 * dwarf2read.c (using_directives): New.
4806 (read_import_statement): Call using_directives.
4807 (read_func_scope): Update references to local_using_directives.
4808 (read_lexical_block_scope): Likewise.
4809 (read_namespace): Update the heading comment, call
4810 using_directives.
4811 * namespace.h: New file.
4812 * namespace.c: New file.
4813 * Makefile.in (SFILES): Add namespace.c.
4814 (COMMON_OBS): Add namespace.o
4815
4816 2015-08-12 Joel Brobecker <brobecker@adacore.com>
4817
4818 * amd64-tdep.c (amd64_displaced_step_fixup): Fix the mask used to
4819 compute RETADDR.
4820
4821 2015-08-12 Keith Seitz <keiths@redhat.com>
4822
4823 * break-catch-throw.c (re_set_exception_catchpoint) Rename
4824 reserved C++ keyword "explicit" to "explicit_loc".
4825 * breakpoint.c (create_overlay_event_breakpoint)
4826 (create_longjmp_master_breakpoint)
4827 (create_std_terminate_master_breakpoint)
4828 (create_exception_master_breakpoint, update_static_tracepoint):
4829 Rename reserved C++ keyword "explicit" to "explicit_loc".
4830 * completer.c (collect_explicit_location_matches)
4831 (explicit_location_completer): Rename reserved C++ keyword
4832 "explicit" to "explicit_loc".
4833 * linespec.c (struct linespec) <explicit>: Rename to "explicit_loc".
4834 (canonicalize_linespec, create_sals_line_offset)
4835 (convert_linespec_to_sals, convert_explicit_location_to_sals)
4836 (event_location_to_sals, decode_objc): Rename reserved C++ keyword
4837 "explicit" to "explicit_loc".
4838 * location.c (struct event_location) <explicit>: Rename to
4839 "explicit_loc".
4840 (initialize_explicit_location, new_explicit_location)
4841 (explicit_location_to_string_internal, explicit_location_to_linespec):
4842 Rename reserved C++ keyword "explicit" to "explicit_loc".
4843 * location.h (explicit_location_to_string)
4844 (explicit_location_to_linespec, initialize_explicit_location)
4845 (new_explicit_location): Rename reserved C++ keyword "explicit"
4846 to "explicit_loc".
4847 * mi/mi-cmd-break.c (mi_cmd_break_insert_1): Rename reserved C++
4848 keyword "explicit" to "explicit_loc".
4849
4850 2015-08-12 Keith Seitz <keiths@redhat.com>
4851
4852 * python/python.c (gdbpy_decode_line): Initialize `location' to NULL
4853 and only call decode_line_1 when it is non-NULL.
4854
4855 2015-08-12 Luis Machado <lgustavo@codesourcery.com>
4856
4857 * breakpoint.c (bp_loc_is_permanent): Return 0 when breakpoint
4858 location address is not meaningful.
4859 (breakpoint_address_is_meaningful): Update comment.
4860
4861 2015-08-11 Keith Seitz <keiths@redhat.com>
4862
4863 * NEWS: Mention explicit locations.
4864 * breakpoint.c [LOCATION_HELP_STRING]: New macro.
4865 [BREAK_ARGS_HELP]: Use LOCATION_HELP_STRING.
4866 (_initialize_breakpoint): Update documentation for
4867 "clear", "break", "trace", "strace", "ftrace", and "dprintf".
4868
4869 2015-08-11 Keith Seitz <keiths@redhat.com>
4870
4871 * mi/mi-cmd-break.c (mi_cmd_break_insert_1): Add support for
4872 explicit locations, options "--source", "--function",
4873 "--label", and "--line".
4874
4875 2015-08-11 Keith Seitz <keiths@redhat.com>
4876
4877 * completer.c: Include location.h.
4878 (enum match_type): New enum.
4879 (location_completer): Rename to ...
4880 (linespec_completer): ... this.
4881 (collect_explicit_location_matches, backup_text_ptr)
4882 (explicit_location_completer): New functions.
4883 (location_completer): "New" function; handle linespec
4884 and explicit location completions.
4885 (complete_line_internal): Remove all location completer-specific
4886 handling.
4887 * linespec.c (linespec_lexer_lex_keyword, is_ada_operator)
4888 (find_toplevel_char): Export.
4889 (linespec_parse_line_offset): Export.
4890 Issue error if STRING is not numerical.
4891 (gdb_get_linespec_parser_quote_characters): New function.
4892 * linespec.h (linespec_parse_line_offset): Declare.
4893 (get_gdb_linespec_parser_quote_characters): Declare.
4894 (is_ada_operator): Declare.
4895 (find_toplevel_char): Declare.
4896 (linespec_lexer_lex_keyword): Declare.
4897 * location.c (explicit_to_event_location): New function.
4898 (explicit_location_lex_one): New function.
4899 (string_to_explicit_location): New function.
4900 (string_to_event_location): Handle explicit locations.
4901 * location.h (explicit_to_event_location): Declare.
4902 (string_to_explicit_location): Declare.
4903
4904 2015-08-11 Keith Seitz <keiths@redhat.com>
4905
4906 * break-catch-throw.c (re_set_exception_catchpoint): Convert
4907 linespec into explicit location.
4908 * breakpoint.c (create_overlay_breakpoint)
4909 (create_longjmp_master_breakpoint)
4910 (create_std_terminate_master_breakpoint)
4911 (create_exception_master_breakpoint): Convert linespec into explicit
4912 location.
4913 (update_static_tracepoint): Convert linespec into explicit location.
4914 * linespec.c (enum offset_relative_sign, struct line_offset): Move
4915 location.h.
4916 (struct linespec) <expression, expr_pc, source_filename>
4917 <function_name, label_name, line_offset>: Replace with ...
4918 <explicit>: ... this.
4919 <is_linespec>: New member.
4920 (PARSER_EXPLICIT): New accessor macro.
4921 (undefined_label_error): New function.
4922 (source_file_not_found_error): New function.
4923 (linespec_parse_basic): The parser result is now an explicit location.
4924 Use PARSER_EXPLICIT to access it.
4925 Use undefined_label_error.
4926 (canonicalize_linespec): Convert canonical linespec into explicit
4927 location.
4928 Move string representation of location to explicit_location_to_linespec
4929 and use it and explicit_location_to_string to save string
4930 representations of the canonical location.
4931 (create_sals_line_offset, convert_linespec_to_sals): `ls' contains an
4932 explicit location. Update all references.
4933 (convert_explicit_location_to_sals): New function.
4934 (parse_linespec): Use PARSER_EXPLICIT to access the parser
4935 result's explicit location.
4936 (linespec_state_constructor): Initialize is_linespec.
4937 Use PARSER_EXPLICIT.
4938 (linespec_parser_delete): Use PARSER_EXPLICIT to access the parser's
4939 result.
4940 (event_location_to_sals): For linespec locations, set is_linespec.
4941 Handle explicit locations.
4942 (decode_objc): 'ls' contains an explicit location now. Update all
4943 references.
4944 (symtabs_from_filename): Use source_file_not_found_error.
4945 * location.c (struct event_location.u) <explicit>: New member.
4946 (initialize_explicit_location): New function.
4947 (initialize_event_location): Initialize explicit locations.
4948 (new_explicit_location, get_explicit_location)
4949 (get_explicit_location_const): New functions.
4950 (explicit_to_string_internal): New function; most of contents moved
4951 from canonicalize_linespec.
4952 (explicit_location_to_string): New function.
4953 (explicit_location_to_linespec): New function.
4954 (copy_event_location, delete_event_location)
4955 (event_location_to_string_const, event_location_empty_p): Handle
4956 explicit locations.
4957 * location.h (enum offset_relative_sign, struct line_offset): Move
4958 here from linespec.h.
4959 (enum event_location_type): Add EXPLICIT_LOCATION.
4960 (struct explicit_location): New structure.
4961 (explicit_location_to_string): Declare.
4962 (explicit_location_to_linespec): Declare.
4963 (new_explicit_location, get_explicit_locationp
4964 (get_explicit_location_const, initialize_explicit_location): Declare.
4965
4966 2015-08-11 Keith Seitz <keiths@redhat.com>
4967
4968 * break-catch-throw.c (re_set_exception_catchpoint): Convert
4969 linespec for stap probe to probe location.
4970 * breakpoint.c (create_longjmp_master_breakpoint)
4971 (create_exception_master_breakpoint): Likewise.
4972 (break_command_1): Remove local variable `arg_cp'.
4973 Check location type to set appropriate breakpoint ops methods.
4974 (trace_command): Likewise.
4975 * linespec.c (event_location_to_sals): Assert on probe locations.
4976 * location.c (EL_PROBE): Add macro definition.
4977 (new_probe_location, get_probe_location): New functions.
4978 (copy_event_location, delete_event_location, event_location_to_string)
4979 (string_to_event_location, event_location_empty_p): Handle probe
4980 locations.
4981 * location.h (enum event_location_type): Add PROBE_LOCATION.
4982 (new_probe_location, get_probe_location): Declare.
4983 * probe.c (parse_probes): Assert that LOCATION is a probe location.
4984 Convert linespec into probe location.
4985
4986 2015-08-11 Keith Seitz <keiths@redhat.com>
4987
4988 * breakpoint.c (create_thread_event_breakpoint, init_breakpoint_sal):
4989 Convert linespec to address location.
4990 * linespec.c (canonicalize_linespec): Do not handle address
4991 locations here.
4992 (convert_address_location_to_sals): New function; contents moved
4993 from ...
4994 (convert_linespc_to_sals): ... here.
4995 (parse_linespec): Remove address locations from linespec grammar.
4996 Remove handling of address locations.
4997 (linespec_lex_to_end): Remove handling of address linespecs.
4998 (event_location_to_sals): Handle ADDRESS_LOCATION.
4999 (linespec_expression_to_pc): Export.
5000 * linespec.h (linespec_expression_to_pc): Add declaration.
5001 * location.c (struct event_location.u) <address>: New member.
5002 (new_address_location, get_address_location): New functions.
5003 (copy_event_location, delete_event_location, event_location_to_string)
5004 (string_to_event_location, event_location_empty_p): Handle address
5005 locations.
5006 * location.h (enum event_location_type): Add ADDRESS_LOCATION.
5007 (new_address_location, get_address_location): Declare.
5008 * python/py-finishbreakpoint.c (bpfinishpy_init): Convert linespec
5009 to address location.
5010 * spu-tdep.c (spu_catch_start): Likewise.
5011
5012 2015-08-11 Keith Seitz <keiths@redhat.com>
5013
5014 * ax-gdb.c: Include location.h.
5015 (agent_command_1) Use linespec location instead of address
5016 string.
5017 * break-catch-throw.c: Include location.h.
5018 (re_set_exception_catchpoint): Use linespec locations instead
5019 of address strings.
5020 * breakpoint.c: Include location.h.
5021 (create_overlay_event_breakpoint, create_longjmp_master_breakpoint)
5022 (create_std_terminate_master_breakpoint)
5023 (create_exception_master_breakpoint, update_breakpoints_after_exec):
5024 Use linespec location instead of address string.
5025 (print_breakpoint_location): Use locations and
5026 event_location_to_string.
5027 Print extra_string for pending locations for non-MI streams.
5028 (print_one_breakpoint_location): Use locations and
5029 event_location_to_string.
5030 (init_raw_breakpoint_without_location): Initialize b->location.
5031 (create_thread_event_breakpoint): Use linespec location instead of
5032 address string.
5033 (init_breakpoint_sal): Likewise.
5034 Only save extra_string if it is non-NULL and not the empty string.
5035 Use event_location_to_string instead of `addr_string'.
5036 Constify `p' and `endp'.
5037 Use skip_spaces_const/skip_space_const instead of non-const versions.
5038 Copy the location into the breakpoint.
5039 If LOCATION is NULL, save the breakpoint address as a linespec location
5040 instead of an address string.
5041 (create_breakpoint_sal): Change `addr_string' parameter to a struct
5042 event_location. All uses updated.
5043 (create_breakpoints_sal): Likewise for local variable `addr_string'.
5044 (parse_breakpoint_sals): Use locations instead of address strings.
5045 Remove check for empty linespec with conditional.
5046 Refactor.
5047 (decode_static_tracepoint_spec): Make argument const and update
5048 function.
5049 (create_breakpoint): Change `arg' to a struct event_location and
5050 rename.
5051 Remove `copy_arg' and `addr_start'.
5052 If EXTRA_STRING is empty, set it to NULL.
5053 Don't populate `canonical' for pending breakpoints.
5054 Pass `extra_string' to find_condition_and_thread.
5055 Clear `extra_string' if `rest' was NULL.
5056 Do not error with "garbage after location" if setting a dprintf
5057 breakpoint.
5058 Copy the location into the breakpoint instead of an address string.
5059 (break_command_1): Use string_to_event_location and pass this to
5060 create_breakpoint instead of an address string.
5061 Check against `arg_cp' for a probe linespec.
5062 (dprintf_command): Use string_to_event_location and pass this to
5063 create_breakpoint instead of an address string.
5064 Throw an exception if no format string was specified.
5065 (print_recreate_ranged_breakpoint): Use event_location_to_string
5066 instead of address strings.
5067 (break_range_command, until_break_command)
5068 (init_ada_exception_breakpoint): Use locations instead
5069 of address strings.
5070 (say_where): Print out extra_string for pending locations.
5071 (base_breakpoint_dtor): Delete `location' and `location_range_end' of
5072 the breakpoint.
5073 (base_breakpoint_create_sals_from_location): Use struct event_location
5074 instead of address string.
5075 Remove `addr_start' and `copy_arg' parameters.
5076 (base_breakpoint_decode_location): Use struct event_location instead of
5077 address string.
5078 (bkpt_re_set): Use locations instead of address strings.
5079 Use event_location_empty_p to check for unset location.
5080 (bkpt_print_recreate): Use event_location_to_string instead of
5081 an address string.
5082 Print out extra_string for pending locations.
5083 (bkpt_create_sals_from_location, bkpt_decode_location)
5084 (bkpt_probe_create_sals_from_location): Use struct event_location
5085 instead of address string.
5086 (bkpt_probe_decode_location): Use struct event_location instead of
5087 address string.
5088 (tracepoint_print_recreate): Use event_location_to_string to
5089 recreate the tracepoint.
5090 (tracepoint_create_sals_from_location, tracepoint_decode_location)
5091 (tracepoint_probe_create_sals_from_location)
5092 (tracepoint_probe_decode_location): Use struct event_location
5093 instead of address string.
5094 (dprintf_print_recreate): Use event_location_to_string to recreate
5095 the dprintf.
5096 (dprintf_re_set): Remove check for valid/missing format string.
5097 (strace_marker_create_sals_from_location)
5098 (strace_marker_create_breakpoints_sal, strace_marker_decode_location)
5099 (update_static_tracepoint): Use struct event_location instead of
5100 address string.
5101 (location_to_sals): Likewise.
5102 Pass `extra_string' to find_condition_and_thread.
5103 For newly resolved pending breakpoint locations, clear the location's
5104 string representation.
5105 Assert that the breakpoint's condition string is NULL when
5106 condition_not_parsed.
5107 (breakpoint_re_set_default, create_sals_from_location_default)
5108 (decode_location_default, trace_command, ftrace_command)
5109 (strace_command, create_tracepoint_from_upload): Use locations
5110 instead of address strings.
5111 * breakpoint.h (struct breakpoint_ops) <create_sals_from_location>:
5112 Use struct event_location instead of address string.
5113 Update all uses.
5114 <decode_location>: Likewise.
5115 (struct breakpoint) <addr_string>: Change to struct event_location
5116 and rename `location'.
5117 <addr_string_range_end>: Change to struct event_location and rename
5118 `location_range_end'.
5119 (create_breakpoint): Use struct event_location instead of address
5120 string.
5121 * cli/cli-cmds.c: Include location.h.
5122 (edit_command, list_command): Use locations instead of address strings.
5123 * elfread.c: Include location.h.
5124 (elf_gnu_ifunc_resolver_return_stop): Use event_location_to_string.
5125 * guile/scm-breakpoint.c: Include location.h.
5126 (bpscm_print_breakpoint_smob): Use event_location_to_string.
5127 (gdbscm_register_breakpoint): Use locations instead of address
5128 strings.
5129 * linespec.c: Include location.h.
5130 (struct ls_parser) <stream>: Change to const char *.
5131 (PARSER_STREAM): Update.
5132 (lionespec_lexer_lex_keyword): According to find_condition_and_thread,
5133 keywords must be followed by whitespace.
5134 (canonicalize_linespec): Save a linespec location into `canonical'.
5135 Save a canonical linespec into `canonical'.
5136 (parse_linespec): Change `argptr' to const char * and rename `arg'.
5137 All uses updated.
5138 Update function description.
5139 (linespec_parser_new): Initialize `parser'.
5140 Update initialization of parsing stream.
5141 (event_location_to_sals): New function.
5142 (decode_line_full): Change `argptr' to a struct event_location and
5143 rename it `location'.
5144 Use locations instead of address strings.
5145 Call event_location_to_sals instead of parse_linespec.
5146 (decode_line_1): Likewise.
5147 (decode_line_with_current_source, decode_line_with_last_displayed)
5148 Use locations instead of address strings.
5149 (decode_objc): Likewise.
5150 Change `argptr' to const char * and rename `arg'.
5151 (destroy_linespec_result): Delete the linespec result's location
5152 instead of freeing the address string.
5153 * linespec.h (struct linespec_result) <addr_string>: Change to
5154 struct event_location and rename to ...
5155 <location>: ... this.
5156 (decode_line_1, decode_line_full): Change `argptr' to struct
5157 event_location. All callers updated.
5158 * mi/mi-cmd-break.c: Include language.h, location.h, and linespec.h.
5159 (mi_cmd_break_insert_1): Use locations instead of address strings.
5160 Throw an error if there was "garbage" at the end of the specified
5161 linespec.
5162 * probe.c: Include location.h.
5163 (parse_probes): Change `argptr' to struct event_location.
5164 Use event locations instead of address strings.
5165 * probe.h (parse_probes): Change `argptr' to struct event_location.
5166 * python/py-breakpoint.c: Include location.h.
5167 (bppy_get_location): Constify local variable `str'.
5168 Use event_location_to_string.
5169 (bppy_init): Use locations instead of address strings.
5170 * python/py-finishbreakpoint.c: Include location.h.
5171 (bpfinishpy_init): Remove local variable `addr_str'.
5172 Use locations instead of address strings.
5173 * python/python.c: Include location.h.
5174 (gdbpy_decode_line): Use locations instead of address strings.
5175 * remote.c: Include location.h.
5176 (remote_download_tracepoint): Use locations instead of address
5177 strings.
5178 * spu-tdep.c: Include location.h.
5179 (spu_catch_start): Remove local variable `buf'.
5180 Use locations instead of address strings.
5181 * tracepoint.c: Include location.h.
5182 (scope_info): Use locations instead of address strings.
5183 (encode_source_string): Constify parameter `src'.
5184 * tracepoint.h (encode_source_string): Likewise.
5185
5186 2015-08-11 Keith Seitz <keiths@redhat.com>
5187
5188 * Makefile.in (SFILES): Add location.c.
5189 (HFILES_NO_SRCDIR): Add location.h.
5190 (COMMON_OBS): Add location.o.
5191 * linespec.c (linespec_lex_to_end): New function.
5192 * linespec.h (linespec_lex_to_end): Declare.
5193 * location.c: New file.
5194 * location.h: New file.
5195
5196 2015-08-11 Keith Seitz <keiths@redhat.com>
5197
5198 * breakpoint.h (struct breakpoint_ops) <create_sals_from_address>:
5199 Renamed to create_sals_from_location.
5200 <decode_linespec>: Renamed to decode_location.
5201 Update all callers.
5202 * breakpoint.c (create_sals_from_address_default): Renamed to ...
5203 (create_sals_from_location_default): ... this.
5204 (addr_string_to_sals): Renamed to ...
5205 (location_to_sals): ... this.
5206 (decode_linespec_default): Renamed to ...
5207 (decode_location_default): ... this.
5208 (base_breakpoint_create_sals_from_address): Renamed to ...
5209 (base_breakpoint_create_sals_from_location): ... this.
5210 (bkpt_create_sals_from_address): Renamed to ...
5211 (bkpt_create_sals_from_location): ... this.
5212 (bkpt_decode_linespec): Renamed to ...
5213 (bkpt_decode_location): ... this.
5214 (bkpt_probe_create_sals_from_address): Renamed to ...
5215 (bkpt_probe_create_sals_from_location): ... this.
5216 (tracepoint_create_sals_from_address): Renamed to ...
5217 (tracepoint_create_sals_from_location): ... this.
5218 (tracepoint_decode_linespec): Renamed to ...
5219 (tracepoint_decode_location): ... this.
5220 (tracepoint_probe_create_sals_from_address): Renamed to ...
5221 (tracepoint_probe_create_sals_from_location): ... this.
5222 (tracepoint_probe_decode_linespec): Renamed to ...
5223 (tracepoint_probe_decode_location): ... this.
5224 (strace_marker_create_sals_from_address): Renamed to ...
5225 (strace_marker_create_sals_from_location): ... this.
5226 (decode_linespec_default): Renamed to ...
5227 (decode_location_default): ... this.
5228
5229 2015-08-10 Doug Evans <dje@google.com>
5230 Keith Seitz <keiths@redhat.com>
5231
5232 PR gdb/17960
5233 * symtab.c (make_file_symbol_completion_list_1): Renamed from
5234 make_file_symbol_completion_list and made static.
5235 (make_file_symbol_completion_list): New function.
5236
5237 2015-08-10 Joel Brobecker <brobecker@adacore.com>
5238
5239 * infrun.c (follow_fork, displaced_step_prepare, resume): Remove
5240 trailing new-line at end of warning message.
5241 (proceed): Add i18n marker to error messages.
5242
5243 2015-08-07 Pedro Alves <palves@redhat.com>
5244
5245 * linux-nat.c (linux_nat_always_non_stop_p): Return 1.
5246
5247 2015-08-07 Pedro Alves <palves@redhat.com>
5248
5249 * s390-linux-tdep.c (is_non_branch_ril)
5250 (s390_displaced_step_copy_insn): New functions.
5251 (s390_displaced_step_fixup): Update comment.
5252 (s390_gdbarch_init): Install s390_displaced_step_copy_insn as
5253 gdbarch_displaced_step_copy_insn hook.
5254
5255 2015-08-07 Pedro Alves <palves@redhat.com>
5256
5257 * infrun.c (displaced_step_prepare_throw): Return -1 if
5258 gdbarch_displaced_step_copy_insn returns NULL. Update intro
5259 comment.
5260 * rs6000-tdep.c (LWARX_MASK, LWARX_INSTRUCTION, LDARX_INSTRUCTION)
5261 (STWCX_MASK, STWCX_INSTRUCTION, STDCX_INSTRUCTION): Move higher up
5262 in file.
5263 (ppc_displaced_step_copy_insn): New function.
5264 (ppc_displaced_step_fixup): Update comment.
5265 (rs6000_gdbarch_init): Install ppc_displaced_step_copy_insn as
5266 gdbarch_displaced_step_copy_insn hook.
5267 * gdbarch.sh (displaced_step_copy_insn): Document what happens on
5268 NULL return.
5269 * gdbarch.h: Regenerate.
5270
5271 2015-08-07 Pedro Alves <palves@redhat.com>
5272
5273 * inferior.h (struct inferior) <displaced_stepping_failed>: New
5274 field.
5275 * infrun.c (use_displaced_stepping_now_p): New parameter 'inf'.
5276 Return false if dispaced stepping failed before.
5277 (resume): Pass the current inferior to
5278 use_displaced_stepping_now_p. Wrap displaced_step_prepare in
5279 TRY/CATCH. If we get a MEMORY_ERROR, set the inferior's
5280 displaced_stepping_failed flag, and fall back to an in-line
5281 step-over.
5282
5283 2015-08-07 Pedro Alves <palves@redhat.com>
5284
5285 * darwin-nat.c (darwin_stop): Rename to ...
5286 (darwin_interrupt): ... this.
5287 (_initialize_darwin_inferior): Adjust.
5288 * gnu-nat.c (gnu_stop): Delete.
5289 (gnu_target): Don't install gnu_stop.
5290 * inf-ptrace.c (inf_ptrace_stop): Rename to ...
5291 (inf_ptrace_interrupt): ... this.
5292 (inf_ptrace_target): Adjust.
5293 * infcmd.c (interrupt_target_1): Use target_interrupt instead of
5294 target_stop.
5295 * linux-nat (linux_nat_stop): Rename to ...
5296 (linux_nat_interrupt): ... this.
5297 (linux_nat_stop): Reimplement.
5298 (linux_nat_add_target): Install linux_nat_interrupt.
5299 * nto-procfs.c (nto_interrupt_twice): Rename to ...
5300 (nto_handle_sigint_twice): ... this.
5301 (nto_interrupt): Rename to ...
5302 (nto_handle_sigint): ... this. Call target_interrupt instead of
5303 target_stop.
5304 (procfs_wait): Adjust.
5305 (procfs_stop): Rename to ...
5306 (procfs_interrupt): ... this.
5307 (init_procfs_targets): Adjust.
5308 * procfs.c (procfs_stop): Rename to ...
5309 (procfs_interrupt): ... this.
5310 (procfs_target): Adjust.
5311 * remote-m32r-sdi.c (m32r_stop): Rename to ...
5312 (m32r_interrupt): ... this.
5313 (init_m32r_ops): Adjust.
5314 * remote-sim.c (gdbsim_stop_inferior): Rename to ...
5315 (gdbsim_interrupt_inferior): ... this.
5316 (gdbsim_stop): Rename to ...
5317 (gdbsim_interrupt): ... this.
5318 (gdbsim_cntrl_c): Adjust.
5319 (init_gdbsim_ops): Adjust.
5320 * remote.c (sync_remote_interrupt): Adjust comments.
5321 (remote_stop_as): Rename to ...
5322 (remote_interrupt_as): ... this.
5323 (remote_stop): Adjust comment.
5324 (remote_interrupt): New function.
5325 (init_remote_ops): Install remote_interrupt.
5326 * target.c (target_interrupt): New function.
5327 * target.h (struct target_ops) <to_interrupt>: New field.
5328 (target_interrupt): New declaration.
5329 * windows-nat.c (windows_stop): Rename to ...
5330 (windows_interrupt): ... this.
5331 * target-delegates.c: Regenerate.
5332
5333 2015-08-07 Pedro Alves <palves@redhat.com>
5334
5335 * signal-while-stepping-over-bp-other-thread.exp: Expect "restart
5336 threads" as alternative to "switching back to stepped thread".
5337
5338 2015-08-07 Pedro Alves <palves@redhat.com>
5339
5340 * NEWS: Mention "maint set/show target-non-stop".
5341 * breakpoint.c (update_global_location_list): Check
5342 target_is_non_stop_p instead of non_stop.
5343 * infcmd.c (attach_command_post_wait, attach_command): Likewise.
5344 * infrun.c (show_can_use_displaced_stepping)
5345 (can_use_displaced_stepping_p, start_step_over_inferior):
5346 Likewise.
5347 (internal_resume_ptid): New function.
5348 (resume): Use it.
5349 (proceed): Check target_is_non_stop_p instead of non_stop. If in
5350 all-stop mode but the target is always in non-stop mode, start all
5351 the other threads that are implicitly resumed too.
5352 (for_each_just_stopped_thread, fetch_inferior_event)
5353 (adjust_pc_after_break, stop_all_threads): Check
5354 target_is_non_stop_p instead of non_stop.
5355 (handle_inferior_event): Likewise. Handle detach-fork in all-stop
5356 with the target always in non-stop mode.
5357 (handle_signal_stop) <random signal>: Check target_is_non_stop_p
5358 instead of non_stop.
5359 (switch_back_to_stepped_thread): Check target_is_non_stop_p
5360 instead of non_stop.
5361 (keep_going_stepped_thread): Use internal_resume_ptid.
5362 (stop_waiting): If in all-stop mode, and the target is in non-stop
5363 mode, stop all threads.
5364 (keep_going_pass): Likewise, when starting a new in-line step-over
5365 sequence.
5366 * linux-nat.c (get_pending_status, select_event_lwp)
5367 (linux_nat_filter_event, linux_nat_wait_1, linux_nat_wait): Check
5368 target_is_non_stop_p instead of non_stop.
5369 (linux_nat_always_non_stop_p): New function.
5370 (linux_nat_stop): Check target_is_non_stop_p instead of non_stop.
5371 (linux_nat_add_target): Install linux_nat_always_non_stop_p.
5372 * target-delegates.c: Regenerate.
5373 * target.c (target_is_non_stop_p): New function.
5374 (target_non_stop_enabled, target_non_stop_enabled_1): New globals.
5375 (maint_set_target_non_stop_command)
5376 (maint_show_target_non_stop_command): New functions.
5377 (_initilize_target): Install "maint set/show target-non-stop"
5378 commands.
5379 * target.h (struct target_ops) <to_always_non_stop_p>: New field.
5380 (target_non_stop_enabled): New declaration.
5381 (target_is_non_stop_p): New declaration.
5382
5383 2015-08-07 Pedro Alves <pedro@codesourcery.com>
5384
5385 * breakpoint.c (breakpoints_should_be_inserted_now): If any thread
5386 has a pending status, return true.
5387 * gdbthread.h: Include target/waitstatus.h.
5388 (struct thread_suspend_state) <stop_reason, waitstatus_pending_p,
5389 stop_pc>: New fields.
5390 (struct thread_info) <resumed>: New field.
5391 (set_resumed): Declare.
5392 * infrun.c: Include "event-loop.h".
5393 (infrun_async_inferior_event_token, infrun_is_async): New globals.
5394 (infrun_async): New function.
5395 (clear_step_over_info): Add debug output.
5396 (displaced_step_in_progress_any_inferior): New function.
5397 (displaced_step_fixup): New returns int.
5398 (start_step_over): Handle in-line step-overs too. Assert the
5399 thread is marked resumed.
5400 (resume_cleanups): Clear the thread's resumed flag.
5401 (resume): Set the thread's resumed flag. Return early if the
5402 thread has a pending status. Allow stepping a breakpoint with no
5403 signal.
5404 (proceed): Adjust to check 'resumed' instead of 'executing'.
5405 (clear_proceed_status_thread): If the thread has a pending status,
5406 and that status is a finished step, discard the pending status.
5407 (clear_proceed_status): Don't clear step_over_info here.
5408 (random_pending_event_thread, do_target_wait): New functions.
5409 (prepare_for_detach, wait_for_inferior, fetch_inferior_event): Use
5410 do_target_wait.
5411 (wait_one): New function.
5412 (THREAD_STOPPED_BY): New macro.
5413 (thread_stopped_by_watchpoint, thread_stopped_by_sw_breakpoint)
5414 (thread_stopped_by_hw_breakpoint): New functions.
5415 (switch_to_thread_cleanup, save_waitstatus, stop_all_threads): New
5416 functions.
5417 (handle_inferior_event): Also call set_resumed(false) on all
5418 threads implicitly stopped by the event.
5419 (restart_threads, resumed_thread_with_pending_status): New
5420 functions.
5421 (finish_step_over): If we were doing an in-line step-over before,
5422 and no longer are after trying to start a new step-over, restart
5423 all threads. If we have multiple threads with pending events,
5424 save the current event and go through the event loop again.
5425 (handle_signal_stop): Return early if finish_step_over returns
5426 false.
5427 <random signal>: If we get a signal while stepping over a
5428 breakpoint in-line in non-stop mode, restart all threads. Clear
5429 step_over_info before delivering the signal.
5430 (keep_going_stepped_thread): Use internal_error instead of
5431 gdb_assert. Mark the thread as resumed.
5432 (keep_going_pass_signal): Assert the thread isn't already resumed.
5433 If some other thread is doing an in-line step-over, defer the
5434 resume. If we just started a new in-line step-over, stop all
5435 threads. Don't clear step_over_info.
5436 (infrun_async_inferior_event_handler): New function.
5437 (_initialize_infrun): Create async event handler with
5438 infrun_async_inferior_event_handler as callback.
5439 (infrun_async): New declaration.
5440 * target.c (target_async): New function.
5441 * target.h (target_async): Declare macro and readd as function
5442 declaration.
5443 * target/waitstatus.h (enum target_stop_reason)
5444 <TARGET_STOPPED_BY_SINGLE_STEP>: New value.
5445 * thread.c (new_thread): Clear the new waitstatus field.
5446 (set_resumed): New function.
5447
5448 2015-08-07 Pedro Alves <palves@redhat.com>
5449
5450 * infrun.c (keep_going_stepped_thread): New function, factored out
5451 from ...
5452 (switch_back_to_stepped_thread): ... here.
5453
5454 2015-08-07 Pedro Alves <palves@redhat.com>
5455
5456 * infrun.c (currently_stepping): Extend intro comment.
5457 * target.h (target_resume): Extend intro comment.
5458
5459 2015-08-07 Pedro Alves <palves@redhat.com>
5460
5461 * infrun.c (switch_back_to_stepped_thread): Use ecs->ptid instead
5462 of inferior_ptid. If the stepped thread vanished, return 0
5463 instead of resuming here. Use reset_ecs. Print the prev_pc and
5464 the current stop_pc in log message. Clear trap_expected if the
5465 thread advanced. Don't pass currently_stepping to
5466 do_target_resume.
5467
5468 2015-08-07 Pedro Alves <palves@redhat.com>
5469
5470 * gdbthread.h (struct thread_info) <prev_pc>: Extend comment.
5471 * infrun.c (struct execution_control_state): Move higher up in the
5472 file.
5473 (reset_ecs): New function.
5474 (start_step_over): Now returns int. Rewrite to use
5475 keep_going_pass_signal instead of manually starting a displaced step.
5476 (resume): Don't call set_running here. If displaced stepping
5477 can't start now, clear trap_expected.
5478 (find_thread_needs_step_over): Delete function.
5479 (proceed): Set up finish_thread_state_cleanup. Call set_running.
5480 If the current thread needs a step over, push it in the step-over
5481 chain. Don't set insert breakpoints nor call resume directly
5482 here. Instead rewrite to use start_step_over and
5483 keep_going_pass_signal.
5484 (finish_step_over): New function.
5485 (handle_signal_stop): Call finish_step_over instead of
5486 start_step_over.
5487 (switch_back_to_stepped_thread): If the event thread needs another
5488 step-over do that first. Use start_step_over.
5489 (keep_going_pass_signal): New function, factored out from ...
5490 (keep_going): ... here.
5491 (_initialize_infrun): Comment moved here.
5492 * thread.c (set_running_thread): New function.
5493 (set_running, finish_thread_state): Use set_running_thread.
5494
5495 2015-08-07 Pedro Alves <palves@redhat.com>
5496
5497 * gdbthread.h (struct thread_info) <step_over_prev,
5498 step_over_next>: New fields.
5499 (thread_step_over_chain_enqueue, thread_step_over_chain_remove)
5500 (thread_step_over_chain_next, thread_is_in_step_over_chain): New
5501 declarations.
5502 * infrun.c (struct displaced_step_request): Delete.
5503 (struct displaced_step_inferior_state) <step_request_queue>:
5504 Delete field.
5505 (displaced_step_prepare): Assert that trap_expected is set. Use
5506 thread_step_over_chain_enqueue. Split starting a new displaced
5507 step to ...
5508 (start_step_over): ... this new function.
5509 (resume): Assert the thread isn't waiting for a step over already.
5510 (proceed): Assert the thread isn't waiting for a step over
5511 already.
5512 (infrun_thread_stop_requested): Adjust to remove threads from the
5513 embedded step-over chain.
5514 (handle_inferior_event) <fork/vfork>: Call start_step_over after
5515 displaced_step_fixup.
5516 (handle_signal_stop): Call start_step_over after
5517 displaced_step_fixup.
5518 * infrun.h (step_over_queue_head): New declaration.
5519 * thread.c (step_over_chain_enqueue, step_over_chain_remove)
5520 (thread_step_over_chain_next, thread_is_in_step_over_chain)
5521 (thread_step_over_chain_enqueue)
5522 (thread_step_over_chain_remove): New functions.
5523 (delete_thread_1): Remove thread from the step-over chain.
5524
5525 2015-08-07 Pedro Alves <palves@redhat.com>
5526
5527 * infrun.c (thread_still_needs_step_over): Rename to ...
5528 (thread_still_needs_step_over_bp): ... this.
5529 (enum step_over_what): New.
5530 (thread_still_needs_step_over): Reimplement.
5531
5532 2015-08-07 Pedro Alves <palves@redhat.com>
5533
5534 * remote.c (remote_wait_as): If not waiting for a stop reply,
5535 return TARGET_WAITKIND_NO_RESUMED. If TARGET_WNOHANG is
5536 requested, don't block waiting forever.
5537
5538 2015-08-07 Pedro Alves <pedro@codesourcery.com>
5539
5540 * infrun.c (adjust_pc_after_break): Now takes thread_info and
5541 waitstatus pointers instead of an ecs. Adjust.
5542 (handle_inferior_event): Adjust caller.
5543
5544 2015-08-07 Pedro Alves <palves@redhat.com>
5545
5546 * infrun.c (handle_inferior_event): If we get
5547 TARGET_WAITKIND_SIGNALLED or TARGET_WAITKIND_EXITED in non-stop
5548 mode, mark all threads of the exiting process as not-executing.
5549 (normal_stop): If we get TARGET_WAITKIND_SIGNALLED or
5550 TARGET_WAITKIND_EXITED in non-stop mode, finish all threads of the
5551 exiting process, if inferior_ptid still points at a process.
5552 * thread.c (struct current_thread_cleanup) <next>: New field.
5553 (current_thread_cleanup_chain): New global.
5554 (restore_current_thread_ptid_changed): New function.
5555 (restore_current_thread_cleanup_dtor): Remove the cleanup from the
5556 current_thread_cleanup_chain list.
5557 (make_cleanup_restore_current_thread): Add the cleanup data to the
5558 current_thread_cleanup_chain list.
5559 (_initialize_thread): Install restore_current_thread_ptid_changed
5560 as thread_ptid_changed observer.
5561
5562 2015-08-07 Joel Brobecker <brobecker@adacore.com>
5563
5564 * dtrace-probe.c (dtrace_process_dof): Ignore the objfile's DOF
5565 data if a DTRACE_DOF_SECT_TYPE_PROVIDER section is found to be
5566 smaller than expected.
5567
5568 2015-08-07 Andrew Burgess <andrew.burgess@embecosm.com>
5569
5570 * stack.c (get_frame_language): Moved ...
5571 * frame.c (get_frame_language): ... to here.
5572 * language.h (get_frame_language): Declaration moved to frame.h.
5573 * frame.h: Add language.h include, for language enum.
5574 (get_frame_language): Declaration moved from language.h.
5575 * language.c: Add frame.h include.
5576 * top.c: Add frame.h include.
5577 * symtab.h (struct obj_section): Declare.
5578 (struct cmd_list_element): Declare.
5579
5580 2015-08-07 Andrew Burgess <andrew.burgess@embecosm.com>
5581
5582 * language.c (show_language_command): Find selected frame before
5583 asking for the language of that frame.
5584 (set_language_command): Likewise.
5585 * language.h (get_frame_language): Add frame parameter.
5586 * stack.c (get_frame_language): Add frame parameter, assert
5587 parameter is not NULL, update comment and reindent.
5588 * top.c (check_frame_language_change): Pass the selected frame
5589 into get_frame_language.
5590
5591 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
5592
5593 * btrace.c (btrace_compute_ftrace_bts): Clear insn flags.
5594 (pt_btrace_insn_flags): New.
5595 (ftrace_add_pt): Call pt_btrace_insn_flags.
5596 * btrace.h (btrace_insn_flag): New.
5597 (btrace_insn) <flags>: New.
5598 * record-btrace.c (btrace_insn_history): Print insn prefix.
5599 * NEWS: Announce it.
5600
5601 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
5602
5603 * configure.ac: Check for PERF_ATTR_SIZE_VER5 in linux/perf_event.h
5604 * configure: Regenerate.
5605
5606 2015-08-06 Yaakov Selkowitz <yselkowi@redhat.com>
5607
5608 * Makefile.in (LIBICONV): Define.
5609 (CLIBS): Add LIBICONV.
5610 * acinclude.m4: Use config/iconv.m4 instead of custom AM_ICONV.
5611 * configure: Regenerate.
5612
5613 2015-08-06 Simon Marchi <simon.marchi@ericsson.com>
5614 Pedro Alves <palves@redhat.com>
5615
5616 * arm-tdep.c (set_fp_model_sfunc): Add cast from integer to enum.
5617 (arm_set_abi): Likewise.
5618 * ax-general.c (ax_print): Likewise.
5619 * c-exp.y (exp : string_exp): Likewise.
5620 * compile/compile-loc2c.c (compute_stack_depth_worker): Likewise.
5621 (do_compile_dwarf_expr_to_c): Likewise.
5622 * cp-name-parser.y (demangler_special : DEMANGLER_SPECIAL start):
5623 Likewise.
5624 * dwarf2expr.c (execute_stack_op): Likewise.
5625 * dwarf2loc.c (dwarf2_compile_expr_to_ax): Likewise.
5626 (disassemble_dwarf_expression): Likewise.
5627 * dwarf2read.c (dwarf2_add_member_fn): Likewise.
5628 (read_array_order): Likewise.
5629 (abbrev_table_read_table): Likewise.
5630 (read_attribute_value): Likewise.
5631 (skip_unknown_opcode): Likewise.
5632 (dwarf_decode_macro_bytes): Likewise.
5633 (dwarf_decode_macros): Likewise.
5634 * eval.c (value_f90_subarray): Likewise.
5635 * guile/scm-param.c (gdbscm_make_parameter): Likewise.
5636 * i386-linux-tdep.c (i386_canonicalize_syscall): Likewise.
5637 * infrun.c (handle_command): Likewise.
5638 * memory-map.c (memory_map_start_memory): Likewise.
5639 * osabi.c (set_osabi): Likewise.
5640 * parse.c (operator_length_standard): Likewise.
5641 * ppc-linux-tdep.c (ppc_canonicalize_syscall): Likewise, and use
5642 single return point.
5643 * python/py-frame.c (gdbpy_frame_stop_reason_string): Likewise.
5644 * python/py-symbol.c (gdbpy_lookup_symbol): Likewise.
5645 (gdbpy_lookup_global_symbol): Likewise.
5646 * record-full.c (record_full_restore): Likewise.
5647 * regcache.c (regcache_register_status): Likewise.
5648 (regcache_raw_read): Likewise.
5649 (regcache_cooked_read): Likewise.
5650 * rs6000-tdep.c (powerpc_set_vector_abi): Likewise.
5651 * symtab.c (initialize_ordinary_address_classes): Likewise.
5652 * target-debug.h (target_debug_print_signals): Likewise.
5653 * utils.c (do_restore_current_language): Likewise.
5654
5655 2015-08-06 Clem Dickey <clemd@acm.org>
5656
5657 PR python/17136
5658 * python/lib/gdb/command/type_printers.py (InfoTypePrinter): Fix typo.
5659
5660 2015-08-06 Simon Marchi <simon.marchi@ericsson.com>
5661
5662 * complaints.c (enum complaint_series): Add newlines and remove
5663 out of date comment.
5664 (struct complaints) <series>: Change type to enum
5665 complaint_series and remove out of date comment.
5666 (symfile_complaint_hook): Use equivalent enum value
5667 ISOLATED_MESSAGE instead of 0.
5668
5669 2015-08-06 Pedro Alves <palves@redhat.com>
5670
5671 * nat/linux-waitpid.c (my_waitpid): Only print *status if waitpid
5672 returned > 0.
5673
5674 2015-08-06 Pierre Langlois <pierre.langlois@arm.com>
5675
5676 * common/agent.c (symbol_list) <required>: Remove.
5677
5678 2015-08-06 Pedro Alves <palves@redhat.com>
5679
5680 * target/waitstatus.h (enum target_stop_reason)
5681 <TARGET_STOPPED_BY_SINGLE_STEP>: New value.
5682
5683 2015-08-05 Pedro Alves <palves@redhat.com>
5684 Joel Brobecker <brobecker@adacore.com>
5685
5686 * breakpoint.c (bpstat_what) <bp_longjmp, bp_longjmp_call_dummy>
5687 <bp_exception, bp_longjmp_resume, bp_exception_resume>: Handle the
5688 case where BS->STOP is not set.
5689
5690 2015-08-05 Ulrich Weigand <uweigand@de.ibm.com>
5691
5692 * nat/gdb_thread_db.h: Add copyright header.
5693 Protect against multiple inclusion.
5694
5695 2015-08-05 Yao Qi <yao.qi@linaro.org>
5696
5697 * aarch64-linux-nat.c (get_thread_id): Remove.
5698 (debug_reg_change_callback): Call ptid_get_lwp instead of
5699 get_thread_id.
5700 (fetch_gregs_from_thread): Likewise.
5701 (store_gregs_to_thread): Likewise.
5702 (fetch_fpregs_from_thread): Likewise.
5703 (store_fpregs_to_thread): Likewise.
5704 (aarch64_linux_get_debug_reg_capacity): Likewise.
5705 * arm-linux-nat.c (get_thread_id): Remove.
5706 (GET_THREAD_ID): Update macro to use ptid_get_lwp.
5707 * xtensa-linux-nat.c (get_thread_id): Remove.
5708 (GET_THREAD_ID): Update macro to use ptid_get_lwp.
5709 * arm-linux-nat.c (get_thread_id): Remove.
5710 (GET_THREAD_ID): Remove.
5711 (fetch_fpregs): Call ptid_get_lwp instead of GET_THREAD_ID.
5712 (store_fpregs, fetch_regs, store_regs): Likewise.
5713 (fetch_wmmx_regs, store_wmmx_regs): Likewise.
5714 (fetch_vfp_regs, store_vfp_regs): Likewise.
5715 (arm_linux_read_description): Likewise.
5716 (arm_linux_get_hwbp_cap): Likewise.
5717 * xtensa-linux-nat.c (get_thread_id): Remove.
5718 (GET_THREAD_ID): Remove.
5719 (fetch_gregs, store_gregs): Call ptid_get_lwp instead of
5720 GET_THREAD_ID.
5721
5722 2015-08-04 Ciro Santilli <ciro.santilli@gmail.com> (obvious patch)
5723
5724 * python/py-linetable.c: Fix case of Linetable to LineTable
5725 in docstrings and code comments.
5726 * python/py-symtab.c: Same.
5727
5728 2015-08-04 Jan Kratochvil <jan.kratochvil@redhat.com>
5729
5730 * infcmd.c (signal_command): Call do_cleanups for args_chain.
5731
5732 2015-08-04 Jan Kratochvil <jan.kratochvil@redhat.com>
5733
5734 PR gdb/18767
5735 * infcmd.c (attach_command): Move ARGS_CHAIN cleanup after last ARGS
5736 use.
5737
5738 2015-08-04 Pedro Alves <palves@redhat.com>
5739
5740 * nat/gdb_thread_db.h (td_init_ftype, td_ta_new_ftype)
5741 (td_ta_map_lwp2thr_ftype, td_ta_thr_iter_ftype)
5742 (td_ta_event_addr_ftype, td_ta_set_event_ftype)
5743 (td_ta_clear_event_ftype, td_ta_event_getmsg_ftype)
5744 (td_thr_validate_ftype, td_thr_get_info_ftype)
5745 (td_thr_event_enable_ftype, td_thr_tls_get_addr_ftype)
5746 (td_thr_tlsbase_ftype, td_symbol_list_ftype, td_ta_delete_ftype):
5747 New typedefs.
5748 * linux-thread-db.c (struct thread_db_info): Use new typedefs.
5749 (try_thread_db_load_1): Define TDB_VERBOSE_DLSYM, TDB_DLSYM , CHK
5750 local macros and use them instead of verbose_dlsym and dlsym
5751 calls.
5752
5753 2015-08-03 Sandra Loosemore <sandra@codesourcery.com>
5754
5755 * nios2-tdep.h: Include opcode/nios2.h here.
5756 (NIOS2_CDX_OPCODE_SIZE): New.
5757 (struct gdbarch_tdep): Add OP parameter to syscall_next_pc.
5758 * nios2-tdep.c: Don't include opcode/nios2.h here.
5759 (nios2_fetch_insn): For R2, try reading 2-byte instruction if
5760 4-byte read fails.
5761 (nios2_match_add, nios2_match_sub): Add cases for R2 encodings.
5762 (nios2_match_addi, nios2_match_orhi): Likewise.
5763 (nios2_match_stw, nios2_match_ldw): Likewise.
5764 (nios2_match_rdctl): Likewise.
5765 (nios2_match_stwm, nios2_match_ldwm): New.
5766 (nios2_match_branch): Add cases for R2 encodings.
5767 (nios2_match_jmpi, nios2_match_calli): Likewise.
5768 (nios2_match_jmpr, nios2_match_callr): Likewise.
5769 (nios2_match_break, nios2_match_trap): Likewise.
5770 (nios2_in_epilogue_p): Add R2 support.
5771 (nios2_analyze_prologue): Update comments. Recognize R2 CDX
5772 prologues.
5773 (nios2_breakpoint_from_pc): Handle R2 instructions.
5774 (nios2_get_next_pc): Likewise. Adjust call to
5775 tdep->syscall_next_pc.
5776 * nios2-linux-tdep.c (nios2_r1_linux_rt_sigreturn_tramp_frame):
5777 Renamed from nios2_linux_rt_sigreturn_tramp_frame. Use
5778 instruction field macros instead of literal hex values.
5779 (nios2_r2_linux_rt_sigreturn_tramp_frame): New.
5780 (nios2_linux_syscall_next_pc): Adjust signature to pass OP.
5781 Use size field from OP instead of assuming all instructions
5782 are the same size.
5783 (nios2_linux_init_abi): Register appropriate unwinder for mach.
5784
5785 2015-08-03 Ulrich Weigand <uweigand@de.ibm.com>
5786
5787 * cp-namespace.c (cp_lookup_symbol_via_imports): Fix uninitialized
5788 variable warning with some compilers.
5789
5790 2015-08-03 Yao Qi <yao.qi@linaro.org>
5791
5792 * arm-linux-nat.c (arm_linux_get_hwbp_type): Capitalize "type"
5793 in comment. Replace "rw" with "type".
5794 (arm_linux_remove_watchpoint): Change type of "rw" to
5795 "enum target_hw_bp_type".
5796
5797 2015-08-02 Pierre-Marie de Rodat <derodat@adacore.com>
5798
5799 * alpha-mdebug-tdep.c (find_proc_desc): Update call to
5800 lookup_symbol.
5801 * ft32-tdep.c (ft32_skip_prologue): Likewise.
5802 * moxie-tdep.c (moxie_skip_prologue): Likewise.
5803 * mt-tdep.c (mt_skip_prologue): Likewise.
5804 * xstormy16-tdep.c (xstormy16_skip_prologue): Likewise.
5805
5806 2015-08-01 Pierre-Marie de Rodat <derodat@adacore.com>
5807
5808 * ada-exp.y (write_object_renaming): Replace struct
5809 ada_symbol_info with struct block_symbol. Update field
5810 references accordingly.
5811 (block_lookup, select_possible_type_sym): Likewise.
5812 (find_primitive_type): Likewise. Also update call to
5813 ada_lookup_symbol to extract the symbol itself.
5814 (write_var_or_type, write_name_assoc): Likewise.
5815 * ada-lang.h (struct ada_symbol_info): Remove.
5816 (ada_lookup_symbol_list): Replace struct ada_symbol_info with
5817 struct block_symbol.
5818 (ada_lookup_encoded_symbol, user_select_syms): Likewise.
5819 (ada_lookup_symbol): Return struct block_symbol instead of a
5820 mere symbol.
5821 * ada-lang.c (defns_collected): Replace struct ada_symbol_info
5822 with struct block_symbol.
5823 (resolve_subexp, ada_resolve_function, sort_choices,
5824 user_select_syms, is_nonfunction, add_defn_to_vec,
5825 num_defns_collected, defns_collected,
5826 symbols_are_identical_enums, remove_extra_symbols,
5827 remove_irrelevant_renamings, add_lookup_symbol_list_worker,
5828 ada_lookup_symbol_list, ada_iterate_over_symbols,
5829 ada_lookup_encoded_symbol, get_var_value): Likewise.
5830 (ada_lookup_symbol): Return a block_symbol instead of a mere
5831 symbol. Replace struct ada_symbol_info with struct
5832 block_symbol.
5833 (ada_lookup_symbol_nonlocal): Likewise.
5834 (standard_lookup): Make block passing explicit through
5835 lookup_symbol_in_language.
5836 * ada-tasks.c (get_tcb_types_info): Update the calls to
5837 lookup_symbol_in_language to extract the mere symbol out of the
5838 returned value.
5839 (ada_tasks_inferior_data_sniffer): Likewise.
5840 * ax-gdb.c (gen_static_field): Likewise for the call to
5841 lookup_symbol.
5842 (gen_maybe_namespace_elt): Deal with struct block_symbol from
5843 lookup functions.
5844 (gen_expr): Likewise.
5845 * c-exp.y: Likewise. Remove uses of block_found.
5846 (lex_one_token, classify_inner_name, c_print_token): Likewise.
5847 (classify_name): Likewise. Rename the "sym" local variable to
5848 "bsym".
5849 * c-valprint.c (print_unpacked_pointer): Likewise.
5850 * compile/compile-c-symbols.c (convert_symbol_sym): Promote the
5851 "sym" parameter from struct symbol * to struct block_symbol.
5852 Use it to remove uses of block_found. Deal with struct
5853 block_symbol from lookup functions.
5854 (gcc_convert_symbol): Likewise. Update the call to
5855 convert_symbol_sym.
5856 * compile/compile-object-load.c (compile_object_load): Deal with
5857 struct block_symbol from lookup functions.
5858 * cp-namespace.c (cp_lookup_nested_symbol_1,
5859 cp_lookup_nested_symbol, cp_lookup_bare_symbol,
5860 cp_search_static_and_baseclasses,
5861 cp_lookup_symbol_in_namespace, cp_lookup_symbol_via_imports,
5862 cp_lookup_symbol_imports_or_template,
5863 cp_lookup_symbol_via_all_imports, cp_lookup_symbol_namespace,
5864 lookup_namespace_scope, cp_lookup_nonlocal,
5865 find_symbol_in_baseclass): Return struct block_symbol instead of
5866 mere symbols and deal with struct block_symbol from lookup
5867 functions.
5868 * cp-support.c (inspect_type, replace_typedefs,
5869 cp_lookup_rtti_type): Deal with struct block_symbol from
5870 lookup functions.
5871 * cp-support.h (cp_lookup_symbol_nonlocal,
5872 cp_lookup_symbol_from_namespace,
5873 cp_lookup_symbol_imports_or_template, cp_lookup_nested_symbol):
5874 Return struct block_symbol instead of mere symbols.
5875 * d-exp.y (d_type_from_name, d_module_from_name, push_variable,
5876 push_module_name):
5877 Deal with struct block_symbol from lookup functions. Remove
5878 uses of block_found.
5879 * eval.c (evaluate_subexp_standard): Update call to
5880 cp_lookup_symbol_namespace.
5881 * f-exp.y: Deal with struct block_symbol from lookup functions.
5882 Remove uses of block_found.
5883 (yylex): Likewise.
5884 * gdbtypes.c (lookup_typename, lookup_struct, lookup_union,
5885 lookup_enum, lookup_template_type, check_typedef): Deal with
5886 struct block_symbol from lookup functions.
5887 * guile/scm-frame.c (gdbscm_frame_read_var): Likewise.
5888 * guile/scm-symbol.c (gdbscm_lookup_symbol): Likewise.
5889 (gdbscm_lookup_global_symbol): Likewise.
5890 * gnu-v3-abi.c (gnuv3_get_typeid_type): Likewise.
5891 * go-exp.y: Likewise. Remove uses of block_found.
5892 (package_name_p, classify_packaged_name, classify_name):
5893 Likewise.
5894 * infrun.c (insert_exception_resume_breakpoint): Likewise.
5895 * jv-exp.y (push_variable): Likewise.
5896 * jv-lang.c (java_lookup_class, get_java_object_type): Likewise.
5897 * language.c (language_bool_type): Likewise.
5898 * language.h (struct language_defn): Update
5899 la_lookup_symbol_nonlocal to return a struct block_symbol rather
5900 than a mere symbol.
5901 * linespec.c (find_label_symbols): Deal with struct block_symbol
5902 from lookup functions.
5903 * m2-exp.y: Likewise. Remove uses of block_found.
5904 (yylex): Likewise.
5905 * mi/mi-cmd-stack.c (list_args_or_locals): Likewise.
5906 * objc-lang.c (lookup_struct_typedef, find_imps): Likewise.
5907 * p-exp.y: Likewise. Remove uses of block_found.
5908 (yylex): Likewise.
5909 * p-valprint.c (pascal_val_print): Likewise.
5910 * parse.c (write_dollar_variable): Likewise. Remove uses of
5911 block_found.
5912 * parser-defs.h (struct symtoken): Turn the SYM field into a
5913 struct block_symbol.
5914 * printcmd.c (address_info): Deal with struct block_symbol from
5915 lookup functions.
5916 * python/py-frame.c (frapy_read_var): Likewise.
5917 * python/py-symbol.c (gdbpy_lookup_symbol,
5918 gdbpy_lookup_global_symbol): Likewise.
5919 * skip.c (skip_function_command): Likewise.
5920 * solib-darwin.c (darwin_lookup_lib_symbol): Return a struct
5921 block_symbol instead of a mere symbol.
5922 * solib-spu.c (spu_lookup_lib_symbol): Likewise.
5923 * solib-svr4.c (elf_lookup_lib_symbol): Likewise.
5924 * solib.c (solib_global_lookup): Likewise.
5925 * solist.h (solib_global_lookup): Likewise.
5926 (struct target_so_ops): Update lookup_lib_global_symbol to
5927 return a struct block_symbol rather than a mere symbol.
5928 * source.c (select_source_symtab): Deal with struct block_symbol
5929 from lookup functions.
5930 * stack.c (print_frame_args, iterate_over_block_arg_vars):
5931 Likewise.
5932 * symfile.c (set_initial_language): Likewise.
5933 * symtab.c (SYMBOL_LOOKUP_FAILED): Turn into a struct
5934 block_symbol.
5935 (SYMBOL_LOOKUP_FAILED_P): New predicate as a macro.
5936 (struct symbol_cache_slot): Turn the FOUND field into a struct
5937 block_symbol.
5938 (block_found): Remove.
5939 (eq_symbol_entry): Update to deal with struct block_symbol in
5940 cache slots.
5941 (symbol_cache_lookup): Return a struct block_symbol rather than
5942 a mere symbol.
5943 (symbol_cache_mark_found): Add a BLOCK parameter to fill
5944 appropriately the cache slots. Update callers.
5945 (symbol_cache_dump): Update cache slots handling to the type
5946 change.
5947 (lookup_symbol_in_language, lookup_symbol, lookup_language_this,
5948 lookup_symbol_aux, lookup_local_symbol,
5949 lookup_symbol_in_objfile, lookup_global_symbol_from_objfile,
5950 lookup_symbol_in_objfile_symtabs,
5951 lookup_symbol_in_objfile_from_linkage_name,
5952 lookup_symbol_via_quick_fns, basic_lookup_symbol_nonlocal,
5953 lookup_symbol_in_static_block, lookup_static_symbol,
5954 lookup_global_symbol):
5955 Return a struct block_symbol rather than a mere symbol. Deal
5956 with struct block_symbol from other lookup functions. Remove
5957 uses of block_found.
5958 (lookup_symbol_in_block): Remove uses of block_found.
5959 (struct global_sym_lookup_data): Turn the RESULT field into a
5960 struct block_symbol.
5961 (lookup_symbol_global_iterator_cb): Update references to the
5962 RESULT field.
5963 (search_symbols): Deal with struct block_symbol from lookup
5964 functions.
5965 * symtab.h (struct block_symbol): New structure.
5966 (block_found): Remove.
5967 (lookup_symbol_in_language, lookup_symbol,
5968 basic_lookup_symbol_nonlocal, lookup_symbol_in_static_block,
5969 lookup_static_symbol, lookup_global_symbol, lookup_language_this,
5970 lookup_global_symbol_from_objfile): Return a struct block_symbol
5971 rather than just a mere symbol. Update comments to remove
5972 mentions of block_found.
5973 * valops.c (find_function_in_inferior,
5974 value_struct_elt_for_reference, value_maybe_namespace_elt,
5975 value_of_this): Deal with struct block_symbol from lookup
5976 functions.
5977 * value.c (value_static_field, value_fn_field): Likewise.
5978
5979 2015-07-31 Simon Marchi <simon.marchi@ericsson.com>
5980
5981 * remote-m32r-sdi.c (m32r_remove_watchpoint): Use enum type
5982 instead of integer.
5983
5984 2015-07-31 Simon Marchi <simon.marchi@ericsson.com>
5985 Pedro Alves <palves@redhat.com>
5986
5987 * aarch64-linux-nat.c (aarch64_linux_can_use_hw_breakpoint): Use enum
5988 type or value instead of integer.
5989 (aarch64_linux_insert_watchpoint): Likewise.
5990 (aarch64_linux_remove_watchpoint): Likewise.
5991 * ada-lang.c (ada_op_print_tab): Likewise.
5992 * amd64-linux-tdep.c (amd64_canonicalize_syscall): Likewise.
5993 (amd64_linux_syscall_record_common): Likewise.
5994 * arch-utils.c (target_byte_order_user): Likewise.
5995 (default_byte_order): Likewise.
5996 * arm-linux-nat.c (arm_linux_can_use_hw_breakpoint): Likewise.
5997 (arm_linux_get_hwbp_type): Likewise.
5998 (arm_linux_hw_watchpoint_initialize): Likewise.
5999 (arm_linux_insert_watchpoint): Likewise.
6000 * arm-linux-tdep.c (arm_canonicalize_syscall): Likewise.
6001 (arm_linux_syscall_record): Likewise.
6002 * breakpoint.c (update_watchpoint): Likewise.
6003 (breakpoint_here_p): Likewise.
6004 (bpstat_print): Likewise.
6005 (enable_breakpoint_disp): Likewise.
6006 * c-lang.c (c_op_print_tab): Likewise.
6007 * cli/cli-decode.c (add_info_alias): Likewise.
6008 * d-lang.c (d_op_print_tab): Likewise.
6009 * eval.c (evaluate_subexp_standard): Likewise.
6010 * f-exp.y (dot_ops): Likewise.
6011 (f77_keywords): Likewise.
6012 * f-lang.c (f_op_print_tab): Likewise.
6013 * go-lang.c (go_op_print_tab): Likewise.
6014 * guile/scm-breakpoint.c (gdbscm_make_breakpoint): Likewise.
6015 * guile/scm-cmd.c (gdbscm_make_command): Likewise.
6016 * guile/scm-param.c (gdbscm_make_parameter): Likewise.
6017 * guile/scm-pretty-print.c (gdbscm_apply_val_pretty_printer): Likewise.
6018 * guile/scm-string.c (struct scm_to_stringn_data): Likewise.
6019 (struct scm_from_stringn_data): Likewise.
6020 * i386-linux-tdep.c (i386_canonicalize_syscall): Likewise.
6021 * ia64-linux-nat.c (ia64_linux_insert_watchpoint): Likewise.
6022 (ia64_linux_remove_watchpoint): Likewise.
6023 (ia64_linux_can_use_hw_breakpoint): Likewise.
6024 * infrun.c (print_stop_event): Likewise.
6025 * jv-lang.c (java_op_print_tab): Likewise.
6026 * linux-nat.c (linux_proc_xfer_partial): Likewise.
6027 * linux-nat.h (struct lwp_info): Likewise.
6028 * linux-thread-db.c (enable_thread_event): Likewise.
6029 * m2-lang.c (m2_op_print_tab): Likewise.
6030 * mi/mi-cmd-stack.c (mi_cmd_stack_list_locals): Likewise.
6031 (mi_cmd_stack_list_variables): Likewise.
6032 * mi/mi-main.c (mi_cmd_trace_frame_collected): Likewise.
6033 * mi/mi-out.c (mi_table_begin): Likewise.
6034 (mi_table_header): Likewise.
6035 * mips-linux-nat.c (mips_linux_can_use_hw_breakpoint): Likewise.
6036 (mips_linux_insert_watchpoint): Likewise.
6037 (mips_linux_remove_watchpoint): Likewise.
6038 * nat/mips-linux-watch.c (mips_linux_watch_type_to_irw): Likewise.
6039 * nat/mips-linux-watch.h (struct mips_watchpoint): Likewise.
6040 (mips_linux_watch_type_to_irw): Likewise.
6041 * nto-procfs.c (procfs_can_use_hw_breakpoint): Likewise.
6042 (procfs_insert_hw_watchpoint): Likewise.
6043 (procfs_remove_hw_watchpoint): Likewise.
6044 (procfs_hw_watchpoint): Likewise.
6045 (procfs_can_use_hw_breakpoint): Likewise.
6046 (procfs_remove_hw_watchpoint): Likewise.
6047 (procfs_insert_hw_watchpoint): Likewise.
6048 * p-lang.c (pascal_op_print_tab): Likewise.
6049 * ppc-linux-nat.c (ppc_linux_can_use_hw_breakpoint): Likewise.
6050 * ppc-linux-tdep.c (ppu2spu_unwind_register): Likewise.
6051 * ppc-sysv-tdep.c (get_decimal_float_return_value): Likewise.
6052 * procfs.c (procfs_can_use_hw_breakpoint): Likewise.
6053 (procfs_insert_watchpoint): Likewise.
6054 (procfs_remove_watchpoint): Likewise.
6055 * psymtab.c (recursively_search_psymtabs): Likewise.
6056 * remote-m32r-sdi.c (m32r_can_use_hw_watchpoint): Likewise.
6057 (m32r_insert_watchpoint): Likewise.
6058 * remote-mips.c (mips_can_use_watchpoint): Likewise.
6059 (mips_insert_watchpoint): Likewise.
6060 (mips_remove_watchpoint): Likewise.
6061 * remote.c (watchpoint_to_Z_packet): Likewise.
6062 (remote_insert_watchpoint): Likewise.
6063 (remote_remove_watchpoint): Likewise.
6064 (remote_check_watch_resources): Likewise.
6065 * s390-linux-nat.c (s390_insert_watchpoint): Likewise.
6066 (s390_remove_watchpoint): Likewise.
6067 (s390_can_use_hw_breakpoint): Likewise.
6068 * s390-linux-tdep.c (s390_gdbarch_init): Likewise.
6069 * spu-linux-nat.c (spu_can_use_hw_breakpoint): Likewise.
6070 * target.h (struct target_ops): Likewise.
6071 * tilegx-tdep.c (tilegx_analyze_prologue): Likewise.
6072 * ui-out.c (struct ui_out_hdr): Likewise.
6073 (append_header_to_list): Likewise.
6074 (get_next_header): Likewise.
6075 (verify_field): Likewise.
6076 (ui_out_begin): Likewise.
6077 (ui_out_field_int): Likewise.
6078 (ui_out_field_fmt_int): Likewise.
6079 (ui_out_field_skip): Likewise.
6080 (ui_out_field_string): Likewise.
6081 (ui_out_field_fmt): Likewise.
6082 * varobj.c (new_variable): Likewise.
6083 * x86-nat.c (x86_insert_watchpoint): Likewise.
6084 (x86_remove_watchpoint): Likewise.
6085 (x86_can_use_hw_breakpoint): Likewise.
6086 * xtensa-tdep.h (struct gdbarch_tdep): Likewise.
6087 * inflow.c (enum gdb_has_a_terminal_flag_enum): Add name to
6088 previously anonymous enumeration type..
6089 * linux-record.h (enum gdb_syscall): Add gdb_sys_no_syscall
6090 value.
6091 * target-debug.h (target_debug_print_enum_target_hw_bp_type): New.
6092 (target_debug_print_enum_bptype): New.
6093 * target-delegates.c: Regenerate.
6094
6095 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
6096
6097 * nios2-tdep.c (nios2_analyze_prologue): Do what the comment
6098 already says and disallow non-stack memory writes in the prologue.
6099
6100 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
6101
6102 * nios2-tdep.c (nios2_analyze_prologue): Update comments to
6103 reflect how current GCC emits stack overflow checks. Match
6104 both trap and break instructions for backward compatbility.
6105 Disallow other trap and break instructions in the prologue.
6106
6107 2015-07-30 Pedro Alves <palves@redhat.com>
6108
6109 PR threads/18600
6110 * linux-nat.c (wait_lwp): Report to the core when thread group
6111 leader exits.
6112
6113 2015-07-30 Pedro Alves <palves@redhat.com>
6114 Simon Marchi <simon.marchi@ericsson.com>
6115
6116 PR threads/18600
6117 * linux-nat.c (linux_handle_extended_wait): On CLONE event, always
6118 mark the new thread as resumed. Remove STOPPING parameter.
6119 (wait_lwp): Adjust call to linux_handle_extended_wait.
6120 (linux_nat_filter_event): Adjust call to
6121 linux_handle_extended_wait.
6122 (resume_stopped_resumed_lwps): Add debug output.
6123
6124 2015-07-30 Pierre Langlois <pierre.langlois@arm.com>
6125
6126 * arch-utils.c (default_fast_tracepoint_valid_at): Remove unused
6127 isize argument.
6128 * arch-utils.h (default_fast_tracepoint_valid_at): Likewise.
6129 * breakpoint.c (check_fast_tracepoint_sals): Adjust call to
6130 gdbarch_fast_tracepoint_valid_at.
6131 * gdbarch.sh (fast_tracepoint_valid_at): Remove isize argument.
6132 * gdbarch.h: Regenerate.
6133 * gdbarch.c: Regenerate.
6134 * i386-tdep.c (i386_fast_tracepoint_valid_at): Remove isize
6135 argument. Do not set it.
6136 * remote.c (remote_download_tracepoint): Adjust call to
6137 gdbarch_fast_tracepoint_valid_at. Call gdb_insn_length to get
6138 the instruction length.
6139
6140 2015-07-30 Yao Qi <yao.qi@linaro.org>
6141
6142 * arm-tdep.h (enum gdb_regnum): Move it to ...
6143 * arch/arm.h: ... here. New file.
6144 * Makefile.in (HFILES_NO_SRCDIR): Add arch/arm.h.
6145
6146 2015-07-30 Pierre Langlois <pierre.langlois@arm.com>
6147
6148 * aarch64-tdep.c (decode_b): Rename link argument to is_bl.
6149 Change its type to int *.
6150 (decode_br): Rename link argument to is_blr. Change its type to
6151 int *.
6152 (decode_cb): Rename op argument to is_cbnz. Change its type to
6153 int *.
6154 (decode_tb): Rename op argument to is_tbnz. Change its type to
6155 int *. Set is_tbnz to either 1 or 0.
6156 (aarch64_analyze_prologue): Change type of is_link to int. Add
6157 new variables is_cbnz and is_tbnz. Adjust call to
6158 aarch64_decode_cb and aarch64_decode_tb.
6159
6160 2015-07-29 Simon Marchi <simon.marchi@ericsson.com>
6161
6162 * mips-linux-nat.c (write_watchpoint_regs): Add NULL as ptrace's 4th
6163 parameter.
6164 (mips_linux_new_thread): Likewise.
6165 * nat/mips-linux-watch.c (mips_linux_read_watch_registers): Likewise.
6166
6167 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
6168
6169 * top.c: Include "tui/tui.h".
6170 (undo_terminal_modifications_before_exit): New static function.
6171 (quit_force): Use it.
6172
6173 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
6174
6175 * target.c (terminal_state): Initialize to terminal_is_ours.
6176
6177 2015-07-29 Yao Qi <yao.qi@linaro.org>
6178
6179 PR record/18691
6180 * dcache.c (dcache_read_memory_partial): Call
6181 raw_memory_xfer_partial.
6182 * target.c (raw_memory_xfer_partial): Make it non-static.
6183 * target.h (raw_memory_xfer_partial): Declare.
6184
6185 2015-07-28 Simon Marchi <simon.marchi@ericsson.com>
6186
6187 * c-valprint.c (c_val_print_array): Consider addressable memory
6188 unit size.
6189 (c_val_print_ptr): Likewise.
6190 (c_val_print_int): Likewise.
6191 * findvar.c (read_frame_register_value): Likewise.
6192 * valarith.c (find_size_for_pointer_math): Likewise.
6193 (value_ptrdiff): Likewise.
6194 (value_subscripted_rvalue): Likewise.
6195 * valops.c (read_value_memory): Likewise (and rename variables).
6196 (value_assign): Likewise.
6197 (value_repeat): Likewise.
6198 (value_array): Likewise.
6199 (value_slice): Likewise.
6200 * valprint.c (generic_val_print_ptr): Likewise.
6201 (generic_val_print_enum): Likewise.
6202 (generic_val_print_bool): Likewise.
6203 (generic_val_print_int): Likewise.
6204 (generic_val_print_char): Likewise.
6205 (generic_val_print_float): Likewise.
6206 (generic_val_print_decfloat): Likewise.
6207 (generic_val_print_complex): Likewise.
6208 (val_print_scalar_formatted): Likewise.
6209 (val_print_array_elements): Likewise.
6210 * value.c (set_value_parent): Likewise.
6211 (value_contents_copy_raw): Likewise.
6212 (set_internalvar_component): Likewise.
6213 (value_primitive_field): Likewise.
6214 (value_fetch_lazy): Likewise.
6215 * value.h (read_value_memory): Update comment.
6216
6217 2015-07-28 Simon Marchi <simon.marchi@ericsson.com>
6218
6219 * value.c (get_value_arch): New function.
6220 * value.h (get_value_arch): New declaration.
6221
6222 2015-07-28 Simon Marchi <simon.marchi@ericsson.com>
6223
6224 * value.c (struct value): Update comments.
6225
6226 2015-07-28 Simon Marchi <simon.marchi@ericsson.com>
6227
6228 * gdbtypes.c (type_length_units): New function.
6229 * gdbtypes.h (type_length_units): New declaration.
6230 (struct type) <length>: Update comment.
6231
6232 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
6233
6234 * valprint.c (generic_val_print): Factor out complex
6235 printing code to ...
6236 (generic_val_print_complex): ... this new function.
6237
6238 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
6239
6240 * valprint.c (generic_val_print): Factor out decfloat
6241 printing code to ...
6242 (generic_val_print_decfloat): ... this new function.
6243
6244 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
6245
6246 * valprint.c (generic_val_print): Factor out float
6247 printing code to ...
6248 (generic_val_print_float): ... this new function.
6249
6250 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
6251
6252 * valprint.c (generic_val_print): Factor out char
6253 printing code to ...
6254 (generic_val_print_char): ... this new function.
6255
6256 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
6257
6258 * valprint.c (generic_val_print): Factor out integer
6259 printing code to ...
6260 (generic_val_print_int): ... this new function.
6261
6262 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
6263
6264 * valprint.c (generic_val_print): Factor out bool
6265 printing code to ...
6266 (generic_val_print_bool): ... this new function.
6267
6268 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
6269
6270 * valprint.c (generic_val_print): Factor out function/method
6271 printing code to ...
6272 (generic_val_print_func): ... this new function.
6273
6274 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
6275
6276 * valprint.c (generic_val_print): Factor out flags
6277 printing code to ...
6278 (generic_val_print_flags): ... this new function.
6279
6280 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
6281
6282 * valprint.c (generic_val_print): Factor out enum
6283 printing code to ...
6284 (generic_val_print_enum): ... this new function.
6285
6286 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
6287
6288 * valprint.c (generic_val_print): Factor out reference
6289 printing code to ...
6290 (generic_val_print_ref): ... this new function.
6291
6292 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
6293
6294 * valprint.c (generic_val_print): Factor out memberptr
6295 printing code to ...
6296 (generic_val_print_memberptr): ... this new function.
6297
6298 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
6299
6300 * valprint.c (generic_val_print): Factor out pointer
6301 printing code to ...
6302 (generic_val_print_ptr): ... this new function.
6303
6304 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
6305
6306 * valprint.c (generic_val_print): Factor out array
6307 printing code to ...
6308 (generic_val_print_array): ... this new function.
6309
6310 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
6311
6312 * valprint.c (generic_val_print): Factor out
6313 print_unpacked_pointer code to ...
6314 (print_unpacked_pointer): ... this new function.
6315
6316 2015-07-27 Patrick Palka <patrick@parcs.ath.cx>
6317
6318 * event-top.c (handle_sigterm): Don't inspect
6319 target_can_async_p. Always set the quit flag and always mark
6320 the async signal handler.
6321
6322 2015-07-27 Yao Qi <yao.qi@linaro.org>
6323
6324 * Makefile.in (REMOTE_EXAMPLES): Remove it.
6325
6326 2015-07-25 Kevin Buettner <kevinb@redhat.com>
6327
6328 * remote.c (read_ptid): Return null_ptid when no thread id
6329 is found.
6330 (remote_current_thread): Add log warning for malformed
6331 qC reply.
6332 (remote_start_remote): Add log warning when current thread
6333 not found.
6334
6335 2015-07-24 Pedro Alves <palves@redhat.com>
6336
6337 * s390-linux-nat.c (fetch_regs, store_regs, fetch_fpregs)
6338 (s390_stopped_by_watchpoint, s390_prepare_to_resume): Pass 0 as
6339 forth argument to ptrace PTRACE_PEEKUSR_AREA/PTRACE_POKEUSR_AREA.
6340
6341 2015-07-24 Pedro Alves <palves@redhat.com>
6342
6343 PR gdb/18717
6344 * linux-nat.c (linux_nat_filter_event): Don't assert that the lwp
6345 is resumed, and extend the debug log.
6346
6347 2015-07-24 Pedro Alves <palves@redhat.com>
6348
6349 * fork-child.c (fork_inferior): Print argv[0] instead of exec_file.
6350
6351 2015-07-24 Pedro Alves <palves@redhat.com>
6352
6353 * aarch64-linux-nat.c: Include nat/gdb_ptrace.h instead of
6354 sys/ptrace.h.
6355 * alpha-linux-nat.c: Likewise.
6356 * amd64-linux-nat.c: Likewise.
6357 * arm-linux-nat.c: Likewise.
6358 * hppa-linux-nat.c: Likewise.
6359 * i386-linux-nat.c: Likewise.
6360 * ia64-linux-nat.c: Likewise.
6361 * linux-fork.c: Likewise.
6362 * linux-nat.c: Likewise.
6363 * m32r-linux-nat.c: Likewise.
6364 * m68klinux-nat.c: Likewise.
6365 * mips-linux-nat.c: Likewise.
6366 * nat/linux-btrace.c: Likewise.
6367 * nat/linux-ptrace.c: Likewise.
6368 * nat/linux-ptrace.h
6369 * nat/mips-linux-watch.c: Likewise.
6370 * nat/x86-linux-dregs.c: Likewise.
6371 * ppc-linux-nat.c: Likewise.
6372 * s390-linux-nat.c: Likewise.
6373 * spu-linux-nat.c: Likewise.
6374 * tilegx-linux-nat.c: Likewise.
6375 * x86-linux-nat.c: Likewise.
6376 * xtensa-linux-nat.c: Likewise.
6377
6378 2015-07-24 Pedro Alves <palves@redhat.com>
6379
6380 * ptrace.m4 (ptrace tests): Test in C++ mode. Try with 'enum
6381 __ptrace_request as first parameter type instead of int.
6382 (PTRACE_TYPE_ARG1): Define.
6383 * nat/gdb_ptrace.h [!PTRACE_TYPE_ARG5] (ptrace): Define as wrapper
6384 that casts first argument to PTRACE_TYPE_ARG1.
6385 * config.in: Regenerate.
6386 * configure: Regenerate.
6387
6388 2015-07-24 Pedro Alves <palves@redhat.com>
6389
6390 * gdb_ptrace.h: Move ...
6391 * nat/gdb_ptrace.h: ... here.
6392 * inf-ptrace.c: Adjust.
6393
6394 2015-07-24 Pedro Alves <palves@redhat.com>
6395
6396 * acinclude.m4: Include ptrace.m4.
6397 * configure.ac: Call GDB_AC_PTRACE and move ptrace checks ...
6398 * ptrace.m4: ... to this new file.
6399
6400 2015-07-23 Doug Evans <dje@google.com>
6401
6402 * dwarf2read.c (dwarf2_per_cu_data): Add comment.
6403 (load_cu): Handle dummy CUs.
6404 (dw2_do_instantiate_symtab, process_queuef): Ditto.
6405 (dwarf2_fetch_die_loc_sect_off, dwarf2_fetch_constant_bytes): Ditto.
6406
6407 2015-07-23 Ciro Santilli <ciro.santilli@gmail.com> (tiny patch)
6408
6409 * py-linetable.c (ltpy_get_all_source_lines): Adjust function
6410 documentation to say that it returns a list rather than
6411 a FrozenSet.
6412 (linetable_object_methods): Update the docstring of the
6413 "source_line" entry.
6414
6415 2015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
6416
6417 * gdbtypes.c (resolve_dynamic_array): Pass the peeled element
6418 type to the recursive call instead of the original (maybe
6419 TYPE_CODE_TYPEDEF) type.
6420
6421 2015-07-23 Yao Qi <yao.qi@linaro.org>
6422
6423 * aarch64-linux-nat.c (aarch64_linux_can_use_hw_breakpoint): If
6424 TYPE is watchpoint, return zero if aarch64_num_wp_regs is zero.
6425 If TYPE is breakpoint, return zero if arch64_num_bp_regs is zero.
6426
6427 2015-07-21 Yao Qi <yao.qi@linaro.org>
6428
6429 * aarch64-linux-nat.c (aarch64_linux_get_debug_reg_capacity):
6430 Move it to nat/aarch64-linux-hw-point.c.
6431 (aarch64_linux_child_post_startup_inferior): Update.
6432 * nat/aarch64-linux-hw-point.c (aarch64_linux_get_debug_reg_capacity):
6433 New function.
6434 * nat/aarch64-linux-hw-point.h (aarch64_linux_get_debug_reg_capacity):
6435 Declare it.
6436
6437 2015-07-21 Markus Metzger <markus.t.metzger@intel.com>
6438
6439 * common/btrace-common.c (btrace_data_append): Change case label.
6440
6441 2015-07-20 Yao Qi <yao.qi@linaro.org>
6442
6443 * nat/aarch64-linux-hw-point.c (aarch64_handle_unaligned_watchpoint):
6444 Re-indent the code.
6445 * nat/aarch64-linux-hw-point.h: Use ULONGEST rather than
6446 "unsigned long long".
6447
6448 2015-07-18 Kevin Buettner <kevinb@redhat.com>
6449
6450 * dwarf2read.c (dwarf2_locate_sections): Allow has_section_at_zero
6451 to be set for SEC_ALLOC sections too.
6452
6453 2015-07-17 Yao Qi <yao.qi@linaro.org>
6454
6455 * Makefile.in (HFILES_NO_SRCDIR): Add
6456 nat/aarch64-linux-hw-point.h.
6457 (aarch64-linux-hw-point.o): New rule.
6458 * nat/aarch64-linux-hw-point.h: New file.
6459 * nat/aarch64-linux-hw-point.c: New file.
6460 * aarch64-linux-nat.c: Include nat/aarch64-linux-hw-point.h.
6461 (AARCH64_HBP_MAX_NUM): Move to nat/aarch64-linux-hw-point.h.
6462 (AARCH64_HWP_MAX_NUM, AARCH64_HBP_ALIGNMENT): Likewise.
6463 (AARCH64_HWP_ALIGNMENT): Likewise.
6464 (AARCH64_HWP_MAX_LEN_PER_REG): Likewise.
6465 (AARCH64_DEBUG_NUM_SLOTS, AARCH64_DEBUG_ARCH): Likewise.
6466 (AARCH64_DEBUG_ARCH_V8, DR_MARK_ALL_CHANGED): Likewise.
6467 (DR_MARK_N_CHANGED, DR_CLEAR_CHANGED): Likewise.
6468 (DR_HAS_CHANGED, DR_N_HAS_CHANGE): Likewise.
6469 (aarch64_num_bp_regs, aarch64_num_wp_regs): Likewise.
6470 (struct aarch64_debug_reg_state): Likewise.
6471 (struct arch_lwp_info): Likewise.
6472 (aarch64_linux_set_debug_regs): Likewise.
6473 (aarch64_notify_debug_reg_change): Remove static.
6474 (aarch64_align_watchpoint): Likewise.
6475 (DR_CONTROL_ENABLED, DR_CONTROL_LENGTH): Likewise.
6476 (aarch64_watchpoint_length): Likewise.
6477 (aarch64_point_encode_ctrl_reg): Likewise
6478 (aarch64_point_is_aligned): Likewise.
6479 (aarch64_dr_state_insert_one_point): Likewise.
6480 (aarch64_dr_state_remove_one_point): Likewise.
6481 (aarch64_handle_breakpoint): Likewise.
6482 (aarch64_handle_aligned_watchpoint): Likewise.
6483 (aarch64_handle_unaligned_watchpoint): Likewise.
6484 (aarch64_handle_watchpoint): Likewise.
6485 * config/aarch64/linux.mh (NAT_FILE): Add
6486 aarch64-linux-hw-point.o.
6487
6488 2015-07-17 Yao Qi <yao.qi@linaro.org>
6489
6490 * aarch64-linux-nat.c (aarch64_handle_breakpoint): Add argument
6491 state and don't call aarch64_get_debug_reg_state. All callers
6492 update.
6493 (aarch64_linux_insert_hw_breakpoint): Call
6494 aarch64_get_debug_reg_state earlier.
6495 (aarch64_linux_remove_hw_breakpoint): Likewise.
6496 (aarch64_handle_aligned_watchpoint): Add argument state and
6497 don't call aarch64_get_debug_reg_state. All callers update.
6498 (aarch64_handle_unaligned_watchpoint): Likewise.
6499 (aarch64_handle_watchpoint): Add argument state.
6500 (aarch64_linux_insert_watchpoint): Call aarch64_get_debug_reg_state
6501 earlier.
6502 (aarch64_linux_remove_watchpoint): Likewise.
6503
6504 2015-07-17 Yao Qi <yao.qi@linaro.org>
6505
6506 * aarch64-linux-nat.c (aarch64_show_debug_reg_state): Use
6507 debug_printf.
6508 (aarch64_handle_unaligned_watchpoint): Likewise.
6509
6510 2015-07-17 Yao Qi <yao.qi@linaro.org>
6511
6512 * aarch64-linux-nat.c (aarch64_dr_state_insert_one_point): Change
6513 argument type's type to 'enum target_hw_bp_type'.
6514 (aarch64_dr_state_remove_one_point): Likewise.
6515 (aarch64_handle_breakpoint): Likewise.
6516 (aarch64_linux_insert_hw_breakpoint): Likewise.
6517 (aarch64_linux_remove_hw_breakpoint): Likewise.
6518 (aarch64_handle_aligned_watchpoint): Likewise.
6519
6520 2015-07-17 Yao Qi <yao.qi@linaro.org>
6521
6522 * aarch64-linux-nat.c (aarch64_linux_get_debug_reg_capacity): Call
6523 ptid_get_pid instead of get_thread_id.
6524
6525 2015-07-17 Yao Qi <yao.qi@linaro.org>
6526
6527 * remote.c (get_current_thread): Initialise ptid to null_ptid.
6528 (add_current_inferior_and_thread): Don't initialise ptid.
6529
6530 2015-07-16 Pierre Langlois <pierre.langlois@arm.com>
6531
6532 * aarch64-tdep.c (aarch64_pseudo_read_value): Mark S register as
6533 unavailable if invalid.
6534
6535 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6536
6537 Revert the previous 6 commits:
6538 Create empty nat/linux-maps.[ch] and common/target-utils.[ch].
6539 Move gdb_regex* to common/
6540 Prepare linux_find_memory_regions_full & co. for move
6541 Move linux_find_memory_regions_full & co.
6542 gdbserver build-id attribute generator
6543 Validate symbol file using build-id
6544
6545 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
6546 Jan Kratochvil <jan.kratochvil@redhat.com>
6547
6548 Validate symbol file using build-id.
6549 * NEWS (Changes since GDB 7.10): Add 'set validate-build-id'
6550 and 'show validate-build-id'. Add build-id attribute.
6551 * solib-darwin.c (_initialize_darwin_solib): Assign validate value.
6552 * solib-dsbt.c (_initialize_dsbt_solib): Ditto.
6553 * solib-frv.c (_initialize_frv_solib): Ditto.
6554 * solib-spu.c (set_spu_solib_ops): Ditto.
6555 * solib-svr4.c: Include rsp-low.h.
6556 (NOTE_GNU_BUILD_ID_NAME): New define.
6557 (svr4_validate): New function.
6558 (svr4_copy_library_list): Duplicate field build_id.
6559 (library_list_start_library): Parse 'build-id' attribute.
6560 (svr4_library_attributes): Add 'build-id' attribute.
6561 (_initialize_svr4_solib): Assign validate value.
6562 * solib-target.c (solib.h): Include.
6563 (_initialize_solib_target): Assign validate value.
6564 * solib.c (validate_build_id, show_validate_build_id): New.
6565 (solib_map_sections): Use ops->validate.
6566 (clear_so): Free build_id.
6567 (default_solib_validate): New function.
6568 (_initialize_solib): Add "validate-build-id".
6569 * solib.h (default_solib_validate): New declaration.
6570 * solist.h (struct so_list): New fields 'build_idsz' and 'build_id'.
6571 (target_so_ops): New field 'validate'.
6572
6573 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
6574 Jan Kratochvil <jan.kratochvil@redhat.com>
6575
6576 gdbserver build-id attribute generator.
6577 * features/library-list-svr4.dtd (library-list-svr4): New
6578 'build-id' attribute.
6579
6580 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
6581 Jan Kratochvil <jan.kratochvil@redhat.com>
6582
6583 Move linux_find_memory_regions_full & co.
6584 * linux-tdep.c (nat/linux-maps.h): Include.
6585 (gdb_regex.h): Remove the include.
6586 (enum filterflags, struct smaps_vmflags, read_mapping, decode_vmflags)
6587 (mapping_is_anonymous_p, dump_mapping_p): Moved to nat/linux-maps.c.
6588 (linux_find_memory_region_ftype): Moved typedef to nat/linux-maps.h.
6589 (linux_find_memory_regions_full): Moved definition to nat/linux-maps.c.
6590 * nat/linux-maps.c: Include ctype.h, target/target-utils.h, gdb_regex.h
6591 and target/target.h.
6592 (struct smaps_vmflags, read_mapping, decode_vmflags)
6593 (mapping_is_anonymous_p, dump_mapping_p): Move from linux-tdep.c.
6594 (linux_find_memory_regions_full): Move from linux-tdep.c.
6595 * nat/linux-maps.h (read_mapping): New declaration.
6596 (linux_find_memory_region_ftype, enum filterflags): Moved from
6597 linux-tdep.c.
6598 (linux_find_memory_regions_full): New declaration.
6599 * target.c (target/target-utils.h): Include.
6600 (read_alloc_pread_ftype): Moved typedef to target/target-utils.h.
6601 (read_alloc, read_stralloc_func_ftype, read_stralloc): Moved
6602 definitions to target/target-utils.c.
6603 * target.h (target_fileio_read_stralloc): Move it to target/target.h.
6604 * target/target-utils.c (read_alloc, read_stralloc): Move definitions
6605 from target.c.
6606 * target/target-utils.h (read_alloc_pread_ftype): New typedef.
6607 (read_alloc): New declaration.
6608 (read_stralloc_func_ftype): New typedef.
6609 (read_stralloc): New declaration.
6610 * target/target.h (target_fileio_read_stralloc): Move it from target.h.
6611
6612 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
6613 Jan Kratochvil <jan.kratochvil@redhat.com>
6614
6615 Prepare linux_find_memory_regions_full & co. for move.
6616 * linux-tdep.c (linux_find_memory_region_ftype): Comment.
6617 (linux_find_memory_regions_full): Change signature and prepare
6618 for moving to linux-maps.
6619 (linux_find_memory_regions_data): Rename field 'obfd' to 'data'.
6620 (linux_find_memory_regions_thunk): New.
6621 (linux_find_memory_regions_thunk): Use 'data' field instead of 'obfd'.
6622 (linux_find_memory_regions_gdb): New.
6623 (linux_find_memory_regions): Rename argument 'obfd' to 'func_data'.
6624 (linux_make_mappings_corefile_notes): Use
6625 linux_find_memory_regions_gdb.
6626 * target.c (read_alloc_pread_ftype): New typedef.
6627 (target_fileio_read_alloc_1_pread): New function.
6628 (read_alloc): Refactor from target_fileio_read_alloc_1.
6629 (read_stralloc_func_ftype): New typedef.
6630 (target_fileio_read_alloc_1): New implementation. Use read_alloc.
6631 (read_stralloc): Refactored from target_fileio_read_stralloc.
6632 (target_fileio_read_stralloc): New implementation, use read_stralloc.
6633
6634 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6635
6636 * Makefile.in (HFILES_NO_SRCDIR): Change gdb_regex.h to
6637 common/gdb_regex.h.
6638 (COMMON_OBS): Add gdb_regex.o.
6639 (gdb_regex.o): New.
6640 * common/common.m4 (GDB_AC_COMMON): Add gdb_use_included_regex,
6641 --without-included-regex and USE_INCLUDED_REGEX.
6642 * common/gdb_regex.c: New file from utils.c functions.
6643 * common/gdb_regex.h: Move it here from gdb_regex.h, update include
6644 file wrapping define name.
6645 * configure: Rebuilt.
6646 * configure.ac (gdb_use_included_regex, --without-included-regex)
6647 (USE_INCLUDED_REGEX): Move them to common/common.m4.
6648 * gdb_regex.h: Move it to common/gdb_regex.h.
6649 * utils.c: Remove include gdb_regex.h.
6650 (do_regfree_cleanup, make_regfree_cleanup, get_regcomp_error)
6651 (compile_rx_or_error): Move them to common/gdb_regex.c.
6652
6653 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
6654 Jan Kratochvil <jan.kratochvil@redhat.com>
6655
6656 Create empty nat/linux-maps.[ch] and common/target-utils.[ch].
6657 * Makefile.in (HFILES_NO_SRCDIR); Add nat/linux-maps.h,
6658 common/target-utils.h.
6659 (COMMON_OBS): Add target-utils.o.
6660 (linux-maps.o, target-utils.o): New.
6661 * target/target-utils.c: New file.
6662 * target/target-utils.h: New file.
6663 * config/i386/linux.mh (NATDEPFILES): Add linux-maps.o.
6664 * config/i386/linux64.mh (NATDEPFILES): Ditto.
6665 * nat/linux-maps.c: New file.
6666 * nat/linux-maps.h: New file.
6667
6668 2015-07-15 Markus Metzger <markus.t.metzger@intel.com>
6669 Pedro Alves <palves@redhat.com>
6670
6671 * nat/linux-btrace.c (perf_event_read): Change the type of DATA_HEAD.
6672 (perf_event_read_all): Change the type of SIZE and DATA_HEAD.
6673 (perf_event_read_bts): Change the type of SIZE and READ.
6674 (linux_enable_bts): Change the type of SIZE, PAGES, DATA_SIZE,
6675 and DATA_OFFSET. Move DATA_SIZE declaration. Restrict the buffer size
6676 to UINT_MAX. Check for overflows when using DATA_HEAD from the perf
6677 mmap page.
6678 (linux_enable_pt): Change the type of PAGES and SIZE. Restrict the
6679 buffer size to UINT_MAX.
6680 (linux_read_bts): Change the type of BUFFER_SIZE, SIZE, DATA_HEAD, and
6681 DATA_TAIL.
6682 * nat/linux-btrace.h (struct perf_event_buffer)<size, data_head>
6683 <last_head>: Change type.
6684 * common/btrace-common.h (struct btrace_dat_pt) <size>: Change type.
6685 * common/btrace-common.c (btrace_data_append): Change the type of
6686 SIZE.
6687 * btrace.c (parse_xml_raw): Change the type of SIZE. Change oddness
6688 check.
6689
6690 2015-07-14 Simon Marchi <simon.marchi@ericsson.com>
6691
6692 * gdbtypes.h (CHECK_TYPEDEF): Remove.
6693 * aarch64-tdep.c (aarch64_return_in_memory): Replace CHECK_TYPEDEF
6694 with check_typedef.
6695 * ada-lang.c (decode_constrained_packed_array_type): Likewise.
6696 (ada_array_length): Likewise.
6697 (find_parallel_type_by_descriptive_type): Likewise.
6698 (ada_check_typedef): Likewise.
6699 * arm-tdep.c (arm_return_in_memory): Likewise.
6700 * ax-gdb.c (gen_trace_static_fields): Likewise.
6701 (gen_struct_ref_recursive): Likewise.
6702 * c-exp.y (exp : SIZEOF '(' type ')' %prec UNARY): Likewise.
6703 (variable: block COLONCOLON name): Likewise.
6704 (qualified_name: TYPENAME COLONCOLON name): Likewise.
6705 * c-lang.c (classify_type): Likewise.
6706 * c-typeprint.c (c_print_type): Likewise.
6707 (c_print_typedef): Likewise.
6708 (c_type_print_base): Likewise.
6709 * c-valprint.c (c_val_print): Likewise.
6710 * compile/compile-c-types.c (convert_type): Likewise.
6711 * compile/compile-object-load.c (get_out_value_type): Likewise.
6712 * completer.c (add_struct_fields): Likewise.
6713 (expression_completer): Likewise.
6714 * cp-namespace.c (cp_find_type_baseclass_by_name): Likewise.
6715 (cp_lookup_nested_symbol_1): Likewise.
6716 (cp_lookup_nested_symbol): Likewise.
6717 * cp-valprint.c (cp_print_value_fields): Likewise.
6718 (cp_print_static_field): Likewise.
6719 * d-valprint.c (d_val_print): Likewise.
6720 * eval.c (evaluate_subexp_standard): Likewise.
6721 (evaluate_subexp_for_sizeof): Likewise.
6722 * f-exp.y (exp : SIZEOF '(' type ')' %prec UNARY): Likewise.
6723 * f-typeprint.c (f_type_print_base): Likewise.
6724 * f-valprint.c (f_val_print): Likewise.
6725 * gdbtypes.c (get_discrete_bounds): Likewise.
6726 (create_array_type_with_stride): Likewise.
6727 (type_name_no_tag_or_error): Likewise.
6728 (lookup_struct_elt_type): Likewise.
6729 (get_unsigned_type_max): Likewise.
6730 (internal_type_vptr_fieldno): Likewise.
6731 (set_type_vptr_fieldno): Likewise.
6732 (internal_type_vptr_basetype): Likewise.
6733 (set_type_vptr_basetype): Likewise.
6734 (get_vptr_fieldno): Likewise.
6735 (is_integral_type): Likewise.
6736 (is_scalar_type): Likewise.
6737 (is_scalar_type_recursive): Likewise.
6738 (distance_to_ancestor): Likewise.
6739 (is_unique_ancestor_worker): Likewise.
6740 (check_types_equal): Likewise.
6741 * gnu-v2-abi.c (gnuv2_value_rtti_type): Likewise.
6742
6743 2015-07-14 Iain Buclaw <ibuclaw@gdcproject.org>
6744
6745 * dwarf2read.c (find_slot_in_mapped_hash): Extend language support to
6746 also test for language_d.
6747 (dwarf2_compute_name): Likewise.
6748 (read_func_scope): Likewise.
6749 (read_structure_type): Likewise.
6750 (new_symbol_full): Likewise.
6751 (determine_prefix): Likewise.
6752 (read_import_statement): Use dot as the separator for language_d.
6753 (typename_concat): Likewise, but don't prefix the D main function.
6754
6755 2015-07-14 Peter Bergner <bergner@vnet.ibm.com>
6756
6757 * nat/linux-namespaces.c (setns): Rename from this ...
6758 (do_setns): ... to this. Support calling setns if it exists.
6759 (mnsh_handle_setns): Call do_setns.
6760
6761 2015-07-13 Yao Qi <yao.qi@linaro.org>
6762
6763 * exec.c (exec_file_attach): Add period at the end of error
6764 message.
6765
6766 2015-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
6767
6768 * tui/tui-win.c (window_name_completer): New function.
6769 (focus_completer): Call window_name_completer. All old content
6770 moved into window_name_completer.
6771 (winheight_completer): New function.
6772 (_initialize_tui_win): Rename variable. Add completer to
6773 winheight command. Update doc string on winheight.
6774
6775 2015-07-12 Sandra Loosemore <sandra@codesourcery.com>
6776
6777 * nios2-linux-tdep.c (_initialize_nios2_linux_tdep): Register
6778 all nios2 mach variants.
6779
6780 2015-07-10 Kevin Buettner <kevinb@redhat.com>
6781
6782 * rx-tdep.c (rx_get_opcode_byte): Use target_read_code instead
6783 of target_read_memory.
6784
6785 2015-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
6786
6787 * tui/tui-win.c (tui_set_win_height): Use a cleanup to free the
6788 string copy.
6789 (parse_scrolling_args): Likewise.
6790
6791 2015-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
6792
6793 * tui/tui-win.c (focus_completer): Don't duplicate the tui window
6794 names in this function.
6795
6796 2015-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
6797
6798 * tui/tui-data.h (SRC_NAME): Convert to lower case.
6799 (CMD_NAME): Likewise.
6800 (DATA_NAME): Likewise.
6801 (DISASSEM_NAME): Likewise.
6802 * tui/tui-win.c (tui_set_focus): Window names are now lower case.
6803 (tui_set_win_height): Likewise.
6804 (parse_scrolling_args): Likewise.
6805
6806 2015-07-10 Markus Metzger <markus.t.metzger@intel.com>
6807
6808 * record-btrace.c (record_btrace_goto_begin)
6809 (record_btrace_goto_end, record_btrace_goto): Move call to
6810 print_stack_frame ...
6811 (record_btrace_set_replay): ... here. Set stop_pc.
6812 * record-full.c (record_full_goto_entry): Set stop_pc.
6813
6814 2015-07-09 Pierre Langlois <pierre.langlois@arm.com>
6815
6816 * NEWS: Mention support for tracepoints on aarch64-linux.
6817
6818 2015-07-09 Pierre Langlois <pierre.langlois@arm.com>
6819
6820 * linux-aarch64-low.c (aarch64_supports_tracepoints): New
6821 function. Return 1.
6822 (the_low_target): Install it.
6823
6824 2015-07-09 Pierre Langlois <pierre.langlois@arm.com>
6825
6826 * gdb.trace/backtrace.exp: Set registers for aarch64 target.
6827 * gdb.trace/collection.exp: Likewise.
6828 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
6829 * gdb.trace/mi-trace-unavailable.exp: Likewise.
6830 * gdb.trace/report.exp: Likewise.
6831 * gdb.trace/trace-break.exp: Likewise.
6832 * gdb.trace/unavailable.exp: Likewise.
6833 * gdb.trace/while-dyn.exp: Likewise.
6834
6835 2015-07-09 Pierre Langlois <pierre.langlois@arm.com>
6836
6837 * aarch64-tdep.c: Add ax.h and ax-gdb.h includes.
6838 (aarch64_gen_return_address): New function.
6839 (aarch64_gdbarch_init): Hook it.
6840
6841 2015-07-09 Pierre Langlois <pierre.langlois@arm.com>
6842
6843 * aarch64-tdep.c (aarch64_make_stub_cache): Set available_p and
6844 swallow NOT_AVAILABLE_ERROR.
6845 (aarch64_stub_this_id): Call frame_id_build_unavailable_stack if
6846 available_p is not set.
6847 (aarch64_stub_frame_unwind_stop_reason): New function.
6848 (aarch64_stub_unwind): Install it.
6849
6850 2015-07-09 Pierre Langlois <pierre.langlois@arm.com>
6851
6852 * aarch64-tdep.c (aarch64_prologue_cache) <available_p>: New
6853 field.
6854 (aarch64_make_prologue_cache_1): New function, factored out from
6855 aarch64_make_prologue_cache. Do not allocate cache. Set
6856 available_p.
6857 (aarch64_make_prologue_cache): Reimplement wrapping
6858 aarch64_make_prologue_cache_1, and swallowing
6859 NOT_AVAILABLE_ERROR.
6860 (aarch64_prologue_frame_unwind_stop_reason): New function.
6861 Return UNWIND_UNAVAILABLE if available_p is not set.
6862 (aarch64_prologue_unwind): Install it.
6863 (aarch64_prologue_this_id): Move prev_pc and prev_sp limit
6864 checks into aarch64_prologue_frame_unwind_stop_reason. Call
6865 frame_id_build_unavailable_stack if available_p is not set.
6866
6867 2015-07-09 Pierre Langlois <pierre.langlois@arm.com>
6868
6869 * aarch64-tdep.c (aarch64_prologue_cache) <func, prev_pc>: New
6870 fields.
6871 (aarch64_scan_prologue): Set prev_pc.
6872 (aarch64_make_prologue_cache): Set func.
6873 (aarch64_make_stub_cache): Set prev_pc.
6874 (aarch64_prologue_this_id): Remove local variables id, pc and
6875 func. Read prev_pc and func from cache.
6876 (aarch64_stub_this_id): Read prev_pc from cache.
6877
6878 2015-07-09 Pierre Langlois <pierre.langlois@arm.com>
6879
6880 * aarch64-tdep.c (aarch64_make_stub_cache): Update comment. New
6881 argument this_cache. Remove unused local variables reg and
6882 unwound_fp. Return early if this_cache is already set. Set
6883 this_cache.
6884 (aarch64_stub_this_id): Update call to aarch64_make_stub_cache.
6885
6886 2015-07-09 Pierre Langlois <pierre.langlois@arm.com>
6887
6888 * aarch64-tdep.c (aarch64_make_prologue_cache): Update comment.
6889 New argument this_cache. Return early if this_cache is already
6890 set. Set this_cache.
6891 (aarch64_prologue_this_id): Update call to
6892 aarch64_make_prologue_cache.
6893 (aarch64_prologue_prev_register): Likewise.
6894 (aarch64_normal_frame_base): Likewise.
6895
6896 2015-07-09 Simon Marchi <simon.marchi@ericsson.com>
6897
6898 * c-valprint.c (c_val_print): Factor out memberptr printing code
6899 from c_val_print to ...
6900 (c_val_print_memberptr): ... this new function.
6901
6902 2015-07-09 Simon Marchi <simon.marchi@ericsson.com>
6903
6904 * c-valprint.c (c_val_print): Factor out int printing code to ...
6905 (c_val_print_int): ... this new function.
6906
6907 2015-07-09 Simon Marchi <simon.marchi@ericsson.com>
6908
6909 * c-valprint.c (c_val_print): Factor out struct and union
6910 printing code to ...
6911 (c_val_print_struct): ... this new function ...
6912 (c_val_print_union): ... and this new function.
6913
6914 2015-07-09 Simon Marchi <simon.marchi@ericsson.com>
6915
6916 * c-valprint.c (c_val_print): Factor out pointer printing code
6917 to ...
6918 (c_val_print_ptr): ... this new function.
6919
6920 2015-07-09 Simon Marchi <simon.marchi@ericsson.com>
6921
6922 * c-valprint.c (c_valprint): Factor our array printing code from
6923 c_val_print to ...
6924 (c_val_print_array): ... this new function.
6925
6926 2015-07-09 Simon Marchi <simon.marchi@ericsson.com>
6927
6928 * c-valprint.c (c_val_print): Factor out pointer printing code
6929 to ...
6930 (print_unpacked_pointer): ... this new function.
6931
6932 2015-07-09 Simon Marchi <simon.marchi@ericsson.com>
6933
6934 * c-valprint.c (c_val_print): Remove an assignment to i and move
6935 its declaration.
6936
6937 2015-07-09 Yao Qi <yao.qi@linaro.org>
6938
6939 * aarch64-linux-nat.c (aarch64_linux_get_debug_reg_capacity): Add
6940 argument ptid. Update comments. Caller update.
6941
6942 2015-07-09 Markus Metzger <markus.t.metzger@intel.com>
6943
6944 * btrace.c (pt_print_packet): Print stop, vmcs, tma, mtc, cyc, and
6945 mnt packets.
6946
6947 2015-07-09 Markus Metzger <markus.t.metzger@intel.com>
6948
6949 * btrace.c (btrace_pt_readmem_callback): Change type of PC argument.
6950
6951 2015-07-08 Simon Marchi <simon.marchi@ericsson.com>
6952
6953 * progspace.c (delete_program_space): Add missing spaces.
6954
6955 2015-07-08 Simon Marchi <simon.marchi@ericsson.com>
6956
6957 * inferior.c (delete_inferior_1): Rename to ...
6958 (delete_inferior): ..., remove 'silent' parameter, delete
6959 program space when unused and remove call to prune_program_spaces.
6960 Remove the old, unused, delete_inferior.
6961 (delete_inferior_silent): Remove.
6962 (prune_inferiors): Change call from delete_inferior_1 to
6963 delete_inferior and remove 'silent' parameter. Remove call to
6964 prune_program_spaces.
6965 (remove_inferior_command): Idem.
6966 * inferior.h (delete_inferior_1): Rename to...
6967 (delete_inferior): ..., remove 'silent' parameter and remove the
6968 original delete_inferior.
6969 (delete_inferior_silent): Remove.
6970 * mi/mi-main.c (mi_cmd_remove_inferior): Change call from
6971 delete_inferior_1 to delete_inferior and remove 'silent'
6972 parameter.
6973 * progspace.c (prune_program_spaces): Remove.
6974 (pspace_empty_p): Rename to...
6975 (program_space_empty_p): ... and make non-static.
6976 (delete_program_space): New.
6977 * progspace.h (prune_program_spaces): Remove declaration.
6978 (program_space_empty_p): New declaration.
6979 (delete_program_space): New declaration.
6980 * monitor.c (monitor_close): Replace call to
6981 delete_thread_silent and delete_inferior_silent with
6982 discard_all_inferiors.
6983
6984 2015-07-08 Patrick Palka <patrick@parcs.ath.cx>
6985
6986 * defs.h (deprecated_register_changed_hook): Remove prototype.
6987 * interps.c (clear_iterpreter_hooks): Remove reference to
6988 deprecated_register_changed_hook.
6989 * top.c (deprecated_register_changed_hook): Remove prototype.
6990 * valops.c (value_assign): Remove reference to
6991 deprecated_register_changed_hook.
6992 * tui/tui-hooks.c (tui_register_changed): Add parameter "frame".
6993 Add comment documenting the function.
6994 (tui_register_changed_observer): Define.
6995 (tui_install_hooks): Remove reference to
6996 deprecated_register_changed_hook. Set
6997 tui_register_changed_observer.
6998 (tui_remove_hooks): Remove reference to
6999 deprecated_register_changed_hook. Unset
7000 tui_register_changed_observer.
7001
7002 2015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7003
7004 PR compile/18484
7005 * compile/compile-c-types.c (insert_type): Change gdb_assert to error.
7006
7007 2015-07-08 Robert O'Callahan <robert@ocallahan.org>
7008
7009 PR exp/18617
7010 * ax-gdb.c (gen_conversion): Extend to 'to' bits, not 'from'.
7011
7012 2015-07-08 Markus Metzger <markus.t.metzger@intel.com>
7013
7014 * MAINTAINERS (Write After Approval): Add Markus T. Metzger.
7015
7016 2015-07-08 Markus Metzger <markus.t.metzger@intel.com>
7017
7018 * nat/linux-btrace.c (kernel_supports_bts, kernel_supports_pt):
7019 Use safe_strerror() instead of strerror().
7020
7021 2015-07-07 Yao Qi <yao.qi@linaro.org>
7022
7023 * features/arm-with-m-fpa-layout.xml: Set architecture to arm.
7024 * features/arm-with-m-fpa-layout.c: Regenerated.
7025 * features/arm-with-m-vfp-d16.xml: Likewise.
7026 * features/arm-with-m-vfp-d16.c: Regenerated.
7027 * features/arm-with-m.xml: Likewise.
7028 * features/arm-with-m.c: Regenerated.
7029 * features/arm-with-neon.xml: Likewise.
7030 * features/arm-with-neon.c: Regenerated.
7031 * features/arm-with-vfpv2.xml: Likewise.
7032 * features/arm-with-vfpv2.c: Regenerated.
7033 * features/arm-with-vfpv3.xml: Likewise.
7034 * features/arm-with-vfpv3.c: Regenerated.
7035
7036 2015-07-07 Yao Qi <yao.qi@linaro.org>
7037
7038 * aarch32-linux-nat.h (VFP_REGS_SIZE): New macro, moved from
7039 arm-linux-nat.c.
7040 * aarch64-linux-nat.c: Include aarch32-linux-nat.h and
7041 elf/external.h.
7042 (fetch_gregs_from_thread): Call aarch32_gp_regcache_supply
7043 if target is 32-bit.
7044 (store_gregs_to_thread): Call aarch32_gp_regcache_collect
7045 if target is 32-bit.
7046 (fetch_fpregs_from_thread): Call aarch32_vfp_regcache_supply
7047 if target is 32-bit.
7048 (store_fpregs_to_thread): Call aarch32_vfp_regcache_collect
7049 if target is 32-bit.
7050 (tdesc_arm_with_vfpv3, tdesc_arm_with_neon): Declare.
7051 (aarch64_linux_read_description): Return the right target
7052 description.
7053 * arm-linux-nat.c (VFP_REGS_SIZE): Moved to aarch32-linux-nat.h.
7054 * config/aarch64/linux.mh (NATDEPFILES): Add aarch32-linux-nat.o.
7055 * configure.tgt (aarch64*-*-linux*): Add arm-tdep.o and
7056 arm-linux-tdep.o.
7057
7058 2015-07-07 Yao Qi <yao.qi@linaro.org>
7059
7060 * aarch32-linux-nat.c: New file.
7061 * aarch32-linux-nat.h: New file.
7062 * arm-linux-nat.c: Include aarch32-linux-nat.h.
7063 (fetch_regs): Move code to aarch32-linux-nat.c. Call
7064 aarch32_gp_regcache_supply.
7065 (store_regs): Move code to aarch32-linux-nat.c. Call
7066 aarch32_gp_regcache_collect.
7067 (fetch_vfp_regs): Move code to aarch32-linux-nat.c. Call
7068 aarch32_vfp_regcache_supply.
7069 (store_vfp_regs): Move code to aarch32-linux-nat.c. Call
7070 aarch32_vfp_regcache_collect.
7071 * config/arm/linux.mh (NATDEPFILES): Add aarch32-linux-nat.o.
7072
7073 2015-07-07 Yao Qi <yao.qi@linaro.org>
7074
7075 * arm-linux-nat.c (store_fpregister): Remove.
7076 (store_register): Likewise.
7077 (fetch_fpregister): Likewise.
7078 (fetch_register): Likewise.
7079 (arm_linux_store_inferior_registers): Call store_regs and
7080 store_fpregs instead.
7081 (arm_linux_fetch_inferior_registers): Call fetch_fpregs and
7082 fetch_regs instead.
7083
7084 2015-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
7085
7086 * doc/gdb.texinfo (TUI): Restructure documentation on TUI layout
7087 and focus commands.
7088
7089 2015-07-06 Joel Brobecker <brobecker@adacore.com>
7090
7091 * NEWS: Create a new section for the next release branch.
7092 Rename the section of the current branch, now that it has
7093 been cut.
7094
7095 2015-07-06 Joel Brobecker <brobecker@adacore.com>
7096
7097 GDB 7.10 branch created (66c4b3e8a628a207bc6aafef6af0c4128195f56e):
7098 * version.in: Bump version to 7.10.50.DATE-cvs.
7099
7100 2015-07-06 Luis Machado <lgustavo@codesourcery.com>
7101
7102 * breakpoint.c (remove_breakpoint_1): Don't handle permanent
7103 breakpoints in a special way.
7104 (remove_breakpoint): Likewise.
7105 (mark_breakpoints_out): Likewise.
7106
7107 2015-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
7108
7109 * doc/gdb.texinfo (TUI): Add comma after @xref.
7110
7111 2015-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
7112
7113 * tui/tui-win.c (tui_set_focus): Use structure member 'generic'
7114 instead of casting the structure type.
7115
7116 2015-07-06 Simon Marchi <simon.marchi@ericsson.com>
7117
7118 * valops.c (search_struct_field): Remove OFFSET parameter.
7119 (value_cast_structs): Adjust calls to search_struct_field.
7120 (value_struct_elt): Same.
7121 (find_overload_match): Same.
7122
7123 2015-07-06 Simon Marchi <simon.marchi@ericsson.com>
7124
7125 * value.c (value_fetch_lazy): Update comment, change return
7126 value to void.
7127 * value.h (value_fetch_lazy): Change return value to void.
7128
7129 2015-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
7130
7131 * tui/tui-data.c (tui_partial_win_by_name): Window name is const.
7132 (tui_win_name): Make parameter and result const.
7133 * tui/tui-data.h (tui_win_name): Make parameter and result const.
7134
7135 2015-07-06 Patrick Palka <patrick@parcs.ath.cx>
7136
7137 * i386-tdep.c (i386_mpx_info_bounds): Don't call error, instead
7138 use printf_unfiltered.
7139 (set_mpx_cmd): Add missing trailing space to command string
7140 literal.
7141 (_initialize_i386_tdep): Give the "mpx" prefix command its
7142 correct name.
7143
7144 2015-07-02 Kevin Buettner <kevinb@redhat.com>
7145
7146 * rx-tdep.c (RX_USP_REGNUM, RX_BPC_REGNUM): New constants.
7147 (enum rx_frame_type): New.
7148 (struct rx_prologue): Add new field `frame_type'.
7149 (rx_analyze_prologue): Add `frame_type' parameter. Cache this
7150 parameter in the prologue struct. Add code for recording
7151 locations of PC and PSW for fast interrupt and exception frames.
7152 (rx_skip_prologue): Adjust call to rx_analyze_prologue.
7153 (rx_analyze_frame_prologue): Add `frame_type' parameter.
7154 (rx_frame_type): New function.
7155 (rx_frame_base): Fetch frame type and pass it to rx_analyze_prologue.
7156 (rx_frame_this_id): Rename parameter `this_prologue_cache' to
7157 `this_cache'.
7158 (rx_frame_prev_register): Rename parameter `this_prologue_cache' to
7159 `this_cache'. Add cases for RX_FRAME_TYPE_EXCEPTION and
7160 RX_FRAME_TYPE_FAST_INTERRUPT.
7161 (normal_frame_p, exception_frame_p, rx_frame_sniffer_common)
7162 (rx_frame_sniffer, rx_exception_sniffer): New functions.
7163 (rx_frame_unwind): Use rx_frame_sniffer instead of
7164 default_frame_sniffer.
7165 (rx_frame_unwind): New unwinder.
7166 (rx_gdbarch_init): Register new unwinder.
7167
7168 2015-07-02 Kevin Buettner <kevinb@redhat.com>
7169
7170 * rx-tdep.c (RX_BPSW_REGNUM, RX_FPSW_REGNUM): New constants.
7171 (struct gdbarch_tdep): Add fields rx_psw_type and rx_fpsw_type.
7172 (rx_register_type): Add cases for RX_PSW_REGNUM, RX_BPSW_REGNUM,
7173 and RX_FPSW_REGNUM.
7174 (rx_gdbarch_init): Initialize PSW, BPSW, and FPSW flags types.
7175
7176 2015-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
7177
7178 Fix GCC false warning.
7179 * s390-linux-tdep.c (s390_handle_arg): Initialize VAL.
7180
7181 2015-07-02 Yao Qi <yao.qi@linaro.org>
7182
7183 * aarch64-linux-nat.c (aarch64_linux_insert_hw_breakpoint): Fix
7184 typo in the debugging message.
7185
7186 2015-07-02 Markus Metzger <markus.t.metzger@intel.com>
7187
7188 * btrace.c: Include gdbcmd.h, cli/cli-utils.h, and ctype.h.
7189 (maint_btrace_cmdlist, maint_btrace_set_cmdlist)
7190 (maint_btrace_show_cmdlist, maint_btrace_pt_set_cmdlist)
7191 (maint_btrace_pt_show_cmdlist, maint_btrace_pt_skip_pad)
7192 (btrace_maint_clear): New.
7193 (btrace_fetch, btrace_clear): Call btrace_maint_clear.
7194 (pt_print_packet, btrace_maint_decode_pt)
7195 (btrace_maint_update_pt_packets, btrace_maint_update_packets)
7196 (btrace_maint_print_packets, get_uint, get_context_size, no_chunk)
7197 (maint_btrace_packet_history_cmd)
7198 (maint_btrace_clear_packet_history_cmd, maint_btrace_clear_cmd)
7199 (maint_btrace_cmd, maint_btrace_set_cmd, maint_btrace_show_cmd)
7200 (maint_btrace_pt_set_cmd, maint_btrace_pt_show_cmd)
7201 (maint_info_btrace_cmd, _initialize_btrace): New.
7202 * btrace.h (btrace_pt_packet, btrace_pt_packet_s)
7203 (btrace_maint_packet_history, btrace_maint_info): New.
7204 (btrace_thread_info) <maint>: New.
7205 * NEWS: Announce it.
7206
7207 2015-07-02 Markus Metzger <markus.t.metzger@intel.com>
7208
7209 * btrace.c (btrace_fetch): Append the new trace data.
7210 (btrace_clear): Clear the stored trace data.
7211 * btrace.h (btrace_thread_info) <data>: New.
7212 * common/btrace-common.h (btrace_data_clear)
7213 (btrace_data_append): New.
7214 * common/btrace-common.c (btrace_data_clear)
7215 (btrace_data_append): New.
7216
7217 2015-07-02 Markus Metzger <markus.t.metzger@intel.com>
7218
7219 * nat/linux-btrace.c (linux_enable_bts): Check for
7220 PERF_ATTR_SIZE_VER5.
7221 Check for data_offset and data_size fields. Use them.
7222
7223 2015-07-02 Markus Metzger <markus.t.metzger@intel.com>
7224
7225 * NEWS: Announce new commands "record btrace pt" and "record pt".
7226 Announce new options "set|show record btrace pt buffer-size".
7227 * btrace.c: Include "rsp-low.h".
7228 Include "inttypes.h".
7229 (btrace_add_pc): Add forward declaration.
7230 (pt_reclassify_insn, ftrace_add_pt, btrace_pt_readmem_callback)
7231 (pt_translate_cpu_vendor, btrace_finalize_ftrace_pt)
7232 (btrace_compute_ftrace_pt): New.
7233 (btrace_compute_ftrace): Support BTRACE_FORMAT_PT.
7234 (check_xml_btrace_version): Update version check.
7235 (parse_xml_raw, parse_xml_btrace_pt_config_cpu)
7236 (parse_xml_btrace_pt_raw, parse_xml_btrace_pt)
7237 (btrace_pt_config_cpu_attributes, btrace_pt_config_children)
7238 (btrace_pt_children): New.
7239 (btrace_children): Add support for "pt".
7240 (parse_xml_btrace_conf_pt, btrace_conf_pt_attributes): New.
7241 (btrace_conf_children): Add support for "pt".
7242 * btrace.h: Include "intel-pt.h".
7243 (btrace_pt_error): New.
7244 * common/btrace-common.c (btrace_format_string, btrace_data_fini)
7245 (btrace_data_empty): Support BTRACE_FORMAT_PT.
7246 * common/btrace-common.h (btrace_format): Add BTRACE_FORMAT_PT.
7247 (struct btrace_config_pt): New.
7248 (struct btrace_config)<pt>: New.
7249 (struct btrace_data_pt_config, struct btrace_data_pt): New.
7250 (struct btrace_data)<pt>: New.
7251 * features/btrace-conf.dtd (btrace-conf)<pt>: New.
7252 (pt): New.
7253 * features/btrace.dtd (btrace)<pt>: New.
7254 (pt, pt-config, cpu): New.
7255 * nat/linux-btrace.c (perf_event_read, perf_event_read_all)
7256 (perf_event_pt_event_type, kernel_supports_pt)
7257 (linux_supports_pt): New.
7258 (linux_supports_btrace): Support BTRACE_FORMAT_PT.
7259 (linux_enable_bts): Free tinfo on error.
7260 (linux_enable_pt): New.
7261 (linux_enable_btrace): Support BTRACE_FORMAT_PT.
7262 (linux_disable_pt): New.
7263 (linux_disable_btrace): Support BTRACE_FORMAT_PT.
7264 (linux_fill_btrace_pt_config, linux_read_pt): New.
7265 (linux_read_btrace): Support BTRACE_FORMAT_PT.
7266 * nat/linux-btrace.h (struct btrace_tinfo_pt): New.
7267 (struct btrace_target_info)<pt>: New.
7268 * record-btrace.c (set_record_btrace_pt_cmdlist)
7269 (show_record_btrace_pt_cmdlist): New.
7270 (record_btrace_print_pt_conf): New.
7271 (record_btrace_print_conf): Support BTRACE_FORMAT_PT.
7272 (btrace_ui_out_decode_error): Support BTRACE_FORMAT_PT.
7273 (cmd_record_btrace_pt_start): New.
7274 (cmd_record_btrace_start): Support BTRACE_FORMAT_PT.
7275 (cmd_set_record_btrace_pt, cmd_show_record_btrace_pt): New.
7276 (_initialize_record_btrace): Add new commands.
7277 * remote.c (PACKET_Qbtrace_pt, PACKET_Qbtrace_conf_pt_size): New.
7278 (remote_protocol_features): Add "Qbtrace:pt".
7279 Add "Qbtrace-conf:pt:size".
7280 (remote_supports_btrace): Support BTRACE_FORMAT_PT.
7281 (btrace_sync_conf): Support PACKET_Qbtrace_conf_pt_size.
7282 (remote_enable_btrace): Support BTRACE_FORMAT_PT.
7283 (_initialize_remote): Add new commands.
7284
7285 2015-07-02 Markus Metzger <markus.t.metzger@intel.com>
7286
7287 * configure.ac: check for libipt
7288 * configure: Regenerate.
7289 * config.in: Regenerate.
7290 * Makefile.in (LIBIPT): New.
7291 (CLIBS): Add $LIBIPT.
7292 * NEWS: document new configure options
7293
7294 2015-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
7295
7296 * compile/compile-object-load.c (compile_object_load): Replace debug
7297 message "lookup undefined ELF symbol" by 3 more specific messages.
7298
7299 2015-07-01 Kevin Buettner <kevinb@redhat.com>
7300
7301 * rl78-tdep.c (struct gdbarch_tdep): Add new field, rl78_psw_type.
7302 (rl78_register_type): Add case for RL78_PSW_REGNUM.
7303 (rl78_gdbarch_init): Initialize rl78_psw_type.
7304
7305 2015-07-01 Patrick Palka <patrick@parcs.ath.cx>
7306
7307 * tui/tui-hooks.c (tui_refresh_frame_and_register_information):
7308 Update commentary. Always refresh the registers when frame
7309 information has changed.
7310 * tui/tui-stack.c (tui_show_frame_info): Update commentary.
7311 Change return type to int. Return 1 if frame information has
7312 changed, 0 otherwise.
7313 (tui_before_prompt): Update commentary.
7314 * tui/tui-stack.h (tui_show_frame_info): Change return type to
7315 int.
7316
7317 2015-06-30 Patrick Palka <patrick@parcs.ath.cx>
7318
7319 PR tui/13378
7320 * frame.c (select_frame): Remove reference to
7321 deprecated_selected_frame_level_changed_hook.
7322 * frame.h (deprecated_selected_frame_level_changed_hook): Remove
7323 declaration.
7324 * stack.c (deprecated_selected_frame_level_changed_hook):
7325 Likewise.
7326 * tui/tui-hooks.c (tui_selected_frame_level_changed_hook):
7327 Rename to ...
7328 (tui_refresh_frame_and_register_information): ... this. Bail
7329 out if there is no stack. Don't update register information
7330 unless registers_too_p is true.
7331 (tui_print_frame_info_listing_hook): Rename to ...
7332 (tui_dummy_print_frame_info_listing_hook): ... this.
7333 (tui_before_prompt): New function.
7334 (tui_normal_stop): New function.
7335 (tui_before_prompt_observer): New observer.
7336 (tui_normal_stop_observer): New observer.
7337 (tui_install_hooks): Set
7338 deprecated_print_frame_info_listing_hook to
7339 tui_dummy_print_frame_info_listing_hook. Register
7340 tui_before_prompt_observer to call tui_before_prompt and
7341 tui_normal_stop_observer to call tui_normal_stop. Remove
7342 reference to deprecated_selected_frame_level_changed_hook.
7343 (tui_remove_hooks): Detach and unset tui_before_prompt_observer
7344 and tui_normal_stop_observer. Remove reference to
7345 deprecated_selected_frame_level_changed_hook.
7346
7347 2015-06-30 Patrick Palka <patrick@parcs.ath.cx>
7348
7349 PR tui/13378
7350 * tui/tui-stack.c (tui_set_locator_info): Change prototype to
7351 return an int instead of void. Return whether the locator
7352 window has changed.
7353 (tui_show_frame_info): If the locator info has not changed, then
7354 bail out early to avoid refreshing the windows.
7355
7356 2015-06-30 Patrick Palka <patrick@parcs.ath.cx>
7357
7358 * tui/tui-stack.c (tui_set_locator_info): Explicitly pass
7359 LOCATOR_WIN to tui_alloc_content.
7360
7361 2015-06-30 Yao Qi <yao.qi@linaro.org>
7362
7363 PR tdep/18605
7364 * arm-tdep.c (arm_get_next_pc_raw): Break for media
7365 instructions.
7366
7367 2015-06-29 Kevin Buettner <kevinb@redhat.com>
7368
7369 * rx-tdep.c (RX_PSW_REGNUM): New enum constant.
7370 (rx_dwarf_reg_to_regnum): New function.
7371 (rx_gdbarch_init): Register rx_dwarf_reg_to_regnum. Use dwarf2
7372 unwinding.
7373
7374 2015-06-29 Pedro Alves <palves@redhat.com>
7375
7376 PR threads/18127
7377 * infcall.c (run_inferior_call): On infcall success, if the thread
7378 was marked stopped before, reset it back to stopped.
7379 * infrun.c (resume): Don't suppress the set_running calls when
7380 doing an infcall.
7381 (normal_stop): Only discard the finish_thread_state cleanup if the
7382 infcall succeeded.
7383
7384 2015-06-29 Pierre Langlois <pierre.langlois@arm.com>
7385
7386 * MAINTAINERS (Write After Approval): Update my email address.
7387
7388 2015-06-26 Keith Seitz <keiths@redhat.com>
7389 Doug Evans <dje@google.com>
7390
7391 PR 16253
7392 * block.c (block_lookup_symbol): For non-function blocks,
7393 continue to search for a symbol with an exact domain match
7394 Otherwise, return any previously found "best domain" symbol.
7395 (block_lookup_symbol_primary): Likewise.
7396
7397 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
7398
7399 * NEWS: Mention the new option "history remove-duplicates".
7400 * top.c (history_remove_duplicates): New static variable.
7401 (show_history_remove_duplicates): New static function.
7402 (gdb_add_history): Conditionally remove duplicate history
7403 entries.
7404 (init_main): Add "history remove-duplicates" option.
7405
7406 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
7407
7408 * tui/tui-win.c (focus_completer): New static function.
7409 (_initialize_tui_win): Set the completion function of the
7410 "focus" command to focus_completer.
7411
7412 2015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
7413
7414 * linespec.c (minsym_found): Reset sal.PC for COMPUNIT_LOCATIONS_VALID
7415 and language_asm..
7416 * symtab.c (find_function_start_sal): Likewise.
7417
7418 2015-06-25 Gary Benson <gbenson@redhat.com>
7419
7420 * solib.c (solib_find_1): Set local variable sysroot to NULL if
7421 it is the empty string after trailing slashes have been stripped.
7422
7423 2015-06-25 Gary Benson <gbenson@redhat.com>
7424
7425 * exec.c (exec_file_locate_attach): Remove gdb_sysroot NULL check.
7426 * infrun.c (follow_exec): Likewise.
7427 * remote.c (remote_filesystem_is_local): Likewise.
7428 * solib.c (solib_find_1): Likewise.
7429
7430 2015-06-24 Keith Seitz <keiths@redhat.com>
7431
7432 * build-id.c (build_id_to_debug_bfd): Add cleanup to free
7433 return value from lrealpath.
7434
7435 2015-06-24 Mike Frysinger <vapier@gentoo.org>
7436
7437 * remote-sim.c (gdbsim_open): Move sysroot update to the top.
7438
7439 2015-06-24 Mike Frysinger <vapier@gentoo.org>
7440
7441 * remote-sim.c: Include gdb_bfd.h.
7442 (gdbsim_open): Declare new local sysroot pointing to gdb_sysroot.
7443 Skip TARGET_SYSROOT_PREFIX in gdb_sysroot when it is active.
7444
7445 2015-06-24 Yao Qi <yao.qi@linaro.org>
7446
7447 * aarch64-linux-tdep.c (aarch64_linux_init_abi): Don't call
7448 set_gdbarch_get_siginfo_type.
7449 * amd64-linux-tdep.c (amd64_linux_init_abi_common): Likewise.
7450 * arm-linux-tdep.c (arm_linux_init_abi): Likewise.
7451 * i386-linux-tdep.c (i386_linux_init_abi): Likewise.
7452 * m68klinux-tdep.c (m68k_linux_init_abi): Likewise.
7453 * ppc-linux-tdep.c (ppc_linux_init_abi): Likewise.
7454 * s390-linux-tdep.c (s390_gdbarch_init): Likewise.
7455 * tilegx-linux-tdep.c (tilegx_linux_init_abi): Likewise.
7456 * linux-tdep.c (linux_get_siginfo_type): Change it to static.
7457 (linux_init_abi): Call set_gdbarch_get_siginfo_type.
7458 * linux-tdep.h (linux_get_siginfo_type): Remove the declaration.
7459
7460 2015-06-24 Gary Benson <gbenson@redhat.com>
7461
7462 * common/buffer.c (stdint.h): Do not include.
7463 * common/print-utils.c (stdint.h): Likewise.
7464 * compile/compile-c-symbols.c (gdb_assert.h): Likewise.
7465 * compile/compile-c-types.c (gdb_assert.h): Likewise.
7466 * ft32-tdep.c (gdb_assert.h): Likewise.
7467 * guile/scm-utils.c (stdint.h): Likewise.
7468 * i386-linux-tdep.c (stdint.h): Likewise.
7469 * i386-tdep.c (stdint.h): Likewise.
7470 * nat/linux-btrace.c (stdint.h): Likewise.
7471 * nat/linux-btrace.h (stdint.h): Likewise.
7472 * nat/linux-ptrace.c (stdint.h): Likewise.
7473 * nat/mips-linux-watch.h (stdint.h): Likewise.
7474 * ppc-linux-nat.c (stdint.h): Likewise.
7475 * python/python-internal.h (stdint.h): Likewise.
7476 * stub-termcap.c (stdlib.h): Likewise.
7477 * target/target.h (stdint.h): Likewise.
7478 * xtensa-linux-nat.c (stdint.h): Likewise.
7479
7480 2015-06-23 Patrick Palka <patrick@parcs.ath.cx>
7481
7482 * top.c (init_history): Look at errno after calling strtol to
7483 properly map large GDBHISTSIZE values to infinity.
7484
7485 2015-06-23 Doug Evans <dje@google.com>
7486
7487 * inferior.h (struct inferior_suspend_state): Delete, unused.
7488 All references deleted.
7489
7490 2015-06-23 Mike Frysinger <vapier@gentoo.org>
7491
7492 * microblaze-tdep.c (microblaze_push_dummy_code): Delete.
7493 (microblaze_push_dummy_call): Likewise.
7494 (microblaze_gdbarch_init): Delete calls to set_gdbarch_push_dummy_code
7495 and set_gdbarch_push_dummy_call.
7496
7497 2015-06-23 Yao Qi <yao.qi@linaro.org>
7498
7499 * amd64-linux-nat.c (amd64_linux_fetch_inferior_registers):
7500 Check whether have_ptrace_getregset is TRIBOOL_TRUE explicitly.
7501 (amd64_linux_store_inferior_registers): Likewise.
7502 * arm-linux-nat.c (fetch_fpregister): Likewise.
7503 (fetch_fpregs, store_fpregister): Likewise.
7504 (store_fpregister, store_fpregs): Likewise.
7505 (fetch_register, fetch_regs): Likewise.
7506 (store_register, store_regs): Likewise.
7507 (fetch_vfp_regs, store_vfp_regs): Likewise.
7508 (arm_linux_read_description): Check have_ptrace_getregset is
7509 TRIBOOL_UNKNOWN. Set have_ptrace_getregset to TRIBOOL_TRUE
7510 or TRIBOOL_FALSE.
7511 * i386-linux-nat.c (fetch_xstateregs): Check
7512 have_ptrace_getregset is not TRIBOOL_TRUE.
7513 (store_xstateregs): Likewise.
7514 * linux-nat.c (have_ptrace_getregset): Change its type to
7515 enum tribool.
7516 * linux-nat.h (tribool): New enum.
7517 * x86-linux-nat.c (x86_linux_read_description): Use enum tribool.
7518 Check whether have_ptrace_getregset is TRIBOOL_TRUE.
7519
7520 2015-06-19 Doug Evans <dje@google.com>
7521
7522 * NEWS: Mention Sun's version of stabs is no longer supported.
7523 * elfread.c (free_elfinfo): Delete. All uses updated.
7524 (elfstab_offset_sections): Delete. All uses updated.
7525 * gdb-stabs.h (stab_section_info): Delete. All uses updated.
7526 * psympriv.h (partial_symtab) <section_offsets>: Delete.
7527 All uses updated.
7528 * psymtab.c (start_psymtab_common): Delete arg section_offsets.
7529 All callers updated.
7530
7531 2015-06-18 Simon Marchi <simon.marchi@ericsson.com>
7532
7533 * common/rsp-low.c (needs_escaping): New.
7534 (remote_escape_output): Add unit_size parameter. Refactor to
7535 support multi-byte addressable units. Rename parameters.
7536 * common/rsp-low.h (remote_escape_output): Add unit_size
7537 parameter and rename others. Update doc.
7538 * remote.c (align_for_efficient_write): New.
7539 (remote_write_bytes_aux): Add unit_size parameter and use it.
7540 Rename some variables. Update doc.
7541 (remote_xfer_partial): Get unit size and use it.
7542 (remote_read_bytes_1): Add unit_size parameter and use it.
7543 Rename some variables. Update doc.
7544 (remote_write_bytes): Same.
7545 (remote_xfer_live_readonly_partial): Same.
7546 (remote_read_bytes): Same.
7547 (remote_flash_write): Update call to remote_write_bytes_aux.
7548 (remote_write_qxfer): Update call to remote_escape_output.
7549 (remote_search_memory): Same.
7550 (remote_hostio_pwrite): Same.
7551
7552 2015-06-17 Luis Machado <lgustavo@codesourcery.com>
7553
7554 * breakpoint.c (add_location_to_breakpoint): Don't mark permanent
7555 locations as inserted.
7556 Update and expand comment about permanent locations.
7557 (bp_loc_is_permanent): Don't return 0 for bp_call_dummy.
7558 Move comment to add_location_to_breakpoint.
7559 (update_global_location_list): Don't error out if a permanent
7560 breakpoint is not marked inserted.
7561 Don't error out if a non-permanent breakpoint location is inserted on
7562 top of a permanent breakpoint.
7563
7564 2015-06-17 Luis Machado <lgustavo@codesourcery.com>
7565
7566 * breakpoint.c (make_breakpoint_permanent): Remove unused
7567 function.
7568 * breakpoint.h (make_breakpoint_permanent): Remove declaration.
7569
7570 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
7571
7572 PR gdb/16999
7573 * NEWS: Mention new GDBHISTSIZE behavior.
7574 * top.c (init_history): For null or out-of-range GDBHISTSIZE,
7575 set history size to unlimited. Ignore non-numeric GDBHISTSIZE.
7576
7577 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
7578
7579 * NEWS: Mention that GDBHISTSIZE is read instead of HISTSIZE.
7580 * top.c (init_history): Read from GDBHISTSIZE instead of
7581 HISTSIZE.
7582 (init_main): Refer to GDBHISTSIZE instead of HISTSIZE.
7583
7584 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
7585
7586 * top.c (gdb_safe_append_history): Do not call
7587 history_truncate_file if the history is not stifled.
7588
7589 2015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
7590
7591 * syscalls/s390-linux.xml: Add syscalls 344 through 354.
7592 * syscalls/s390x-linux.xml: Likewise.
7593
7594 2015-06-16 Michael Eager <eager@eagercon.com>
7595
7596 * nat/linux-namespaces.c (MSG_CMSG_CLOEXEC): Define if not defined.
7597
7598 2015-06-16 Patrick Palka <patrick@parcs.ath.cx>
7599
7600 * tui/tui-hooks.c (tui_selected_frame_level_changed_hook): Call
7601 target_terminal_ours_for_output() before calling
7602 tui_show_frame_info(), and restore the original terminal
7603 settings afterwards.
7604
7605 2015-06-16 Martin Simmons <martin@lispworks.com> (tiny patch)
7606
7607 * arm-linux-nat.c: Include nat/linux-ptrace.h.
7608
7609 2015-06-15 Simon Marchi <simon.marchi@ericsson.com>
7610
7611 * mi/mi-main.c (mi_cmd_data_read_memory_bytes): Consider addressable
7612 memory unit size.
7613 (mi_cmd_data_write_memory_bytes): Same.
7614
7615 2015-06-15 Simon Marchi <simon.marchi@ericsson.com>
7616
7617 * corefile.c (write_memory): Update doc.
7618 * gdbcore.h (write_memory): Same.
7619
7620 2015-06-15 Jan Kratochvil <jan.kratochvil@redhat.com>
7621
7622 * linux-tdep.c (enum filterflags): Make it from anonymous enum.
7623 (dump_mapping_p): Use it for parameter filterflags.
7624 (linux_find_memory_regions_full): Use it for variable filterflags.
7625
7626 2015-06-15 Aleksandar Ristovski <aristovski@qnx.com
7627 Jan Kratochvil <jan.kratochvil@redhat.com>
7628
7629 Merge multiple hex conversions.
7630 * monitor.c: Include rsp-low.h.
7631 (fromhex): Remove definition.
7632
7633 2015-06-15 Aleksandar Ristovski <aristovski@qnx.com
7634 Jan Kratochvil <jan.kratochvil@redhat.com>
7635
7636 Move utility functions to common/.
7637 * cli/cli-utils.c (skip_spaces, skip_spaces_const, skip_to_space_const):
7638 Move defs to common/common-utils.c.
7639 * cli/cli-utils.h (skip_spaces, skip_spaces_const, skip_to_space)
7640 (skip_to_space_const): Move decls to common/common-utils.h.
7641 * common/common-defs.h: Move include of common-types.h before
7642 common-utils.h.
7643 * common/common-utils.c: Include host-defs.h and ctype.h.
7644 (HIGH_BYTE_POSN, is_digit_in_base, digit_to_int, strtoulst): Move
7645 from utils.c.
7646 (skip_spaces, skip_spaces_const, skip_to_space_const): Move from
7647 cli/cli-utils.c.
7648 * common/common-utils.h (strtoulst): Move decl from utils.h.
7649 (skip_spaces, skip_spaces_const, skip_to_space, skip_to_space_const):
7650 Move from cli/cli-utils.h.
7651 * common/host-defs.h: Include limits.h.
7652 (TARGET_CHAR_BIT, HOST_CHAR_BIT): Moved from defs.h.
7653 (skip_spaces, skip_spaces_const): Move decls from cli/cli-utils.h.
7654 * defs.h (TARGET_CHAR_BIT, HOST_CHAR_BIT): Move to
7655 common/common-utils.h.
7656 * utils.c (HIGH_BYTE_POSN, is_digit_in_base, digit_to_int)
7657 (strtoulst): Move to common/common-utils.c.
7658 * utils.h (strtoulst): Moved decl to common/common-utils.h.
7659
7660 2015-06-15 Yao Qi <yao.qi@linaro.org>
7661
7662 * data-directory/Makefile.in (SYSCALLS_FILES): Add aarch64-linux.xml.
7663
7664 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
7665
7666 * build-id.c: Don't include elf-bfd.h.
7667 (build_id_bfd_get): Use bfd_build_id.
7668 (build_id_verify): Ditto.
7669 * build-id.h: Ditto.
7670 (find_separate_debug_file_by_buildid): Ditto.
7671 * python/py-objfile.c: Don't include elf-bfd.h.
7672 (objfpy_get_build_id) Use bfd_build_id.
7673 (objfpy_build_id_matches, objfpy_lookup_objfile_by_build_id): Ditto.
7674 * coffread.c: Include build-id.h.
7675 (coff_symfile_read): Try find_separate_debug_file_by_buildid.
7676
7677 2015-06-03 Jon Turney <jon.turney@dronecode.org.uk>
7678
7679 * windows-nat.c (do_windows_fetch_inferior_registers)
7680 (handle_output_debug_string): Replace __COPY_CONTEXT_SIZE
7681 conditional with __CYGWIN__.
7682
7683 2015-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
7684
7685 * completer.c: Add arch-utils.h include.
7686 (enum reg_completer_targets): New enum.
7687 (reg_or_group_completer_1): New function containing old
7688 reg_or_group_completer, add and use new parameter to control what
7689 is completed on. Use get_current_arch rather than architecture of
7690 currently selected frame.
7691 (reg_or_group_completer): Call new reg_or_group_completer_1.
7692 (reggroup_completer): Call new reg_or_group_completer_1.
7693 * completer.h (reggroup_completer): Add declaration.
7694 * tui/tui-regs.c: Add 'completer.h' include.
7695 (tui_reg_next_command): Renamed to...
7696 (tui_reg_next): ...this. Adjust parameters and return rather than
7697 display new group.
7698 (tui_reg_prev_command): Renamed to...
7699 (tui_reg_prev): ...this. Adjust parameters and return rather than
7700 display new group.
7701 (tui_reg_float_command): Delete.
7702 (tui_reg_general_command): Delete.
7703 (tui_reg_system_command): Delete.
7704 (tui_reg_command): Rewrite to perform switching of register group.
7705 Add header comment.
7706 (tuireglist): Remove.
7707 (tui_reggroup_completer): New function.
7708 (_initialize_tui_regs): Remove 'tui reg' sub-commands, update
7709 creation of 'tui reg' command.
7710 * NEWS: Add comment about 'tui reg' changes.
7711
7712 2015-06-12 Simon Marchi <simon.marchi@ericsson.com>
7713
7714 * target.c (target_read): Consider addressable unit size when
7715 reading from a memory object.
7716 (read_memory_robust): Same.
7717 (read_whatever_is_readable): Same.
7718 (target_write_with_progress): Consider addressable unit size
7719 when writing to a memory object.
7720 * target.h (target_read): Update documentation.
7721 (target_write): Add documentation.
7722
7723 2015-06-12 Simon Marchi <simon.marchi@ericsson.com>
7724
7725 * arch-utils.h (default_addressable_memory_unit_size): New.
7726 * arch-utils.c (default_addressable_memory_unit_size): New.
7727 * gdbarch.sh (addressable_memory_unit_size): New.
7728 * gdbarch.h: Re-generate.
7729 * gdbarch.c: Re-generate.
7730
7731 2015-06-12 Simon Marchi <simon.marchi@ericsson.com>
7732
7733 * target.c (target_read): Rename variables and use
7734 TARGET_XFER_E_IO.
7735 (target_read_with_progress): Same.
7736 (read_memory_robust): Constify parameters and rename
7737 variables.
7738 (read_whatever_is_readable): Constify parameters,
7739 rename variables, adjust formatting.
7740 * target.h (read_memory_robust): Constify parameters.
7741
7742 2015-06-12 Ulrich Weigand <uweigand@de.ibm.com>
7743
7744 * ppc-sysv-tdep.c (ppc64_sysv_abi_return_value_base): Handle short
7745 synthetic (non-AltiVec) vector types.
7746 (ppc64_sysv_abi_return_value): Likewise.
7747
7748 2015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
7749
7750 PR breakpoints/16465
7751 * breakpoint.c (create_breakpoint): Save extra_string for
7752 pending breakpoints.
7753
7754 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
7755
7756 * i386-tdep.c (i386_mpx_get_bt_entry): Add a cast for mpx_bd_mask
7757 and bt_mask to CORE_ADDR.
7758
7759 2015-06-11 Gary Benson <gbenson@redhat.com>
7760
7761 * nat/linux-namespaces.c (mnsh_send_message): Use pulongest.
7762 (mnsh_recv_message): Likewise.
7763
7764 2015-06-11 Walfred Tedeschi <walfred.tedeschi@intel.com>
7765
7766 * i386-tdep.c (i386_mpx_print_bounds): use of LONGEST instead of
7767 long long int and plongest instead of %ll.
7768
7769 2015-06-11 Gary Benson <gbenson@redhat.com>
7770
7771 * nat/linux-namespaces.c (gdb_wait.h): New include.
7772 (sys/wait.h): Do not include.
7773
7774 2015-06-10 Simon Marchi <simon.marchi@ericsson.com>
7775
7776 * dwarf2read.c (dwarf_record_line): Call dwarf_record_line if
7777 end_sequence is true.
7778
7779 2015-06-10 Jan Kratochvil <jan.kratochvil@redhat.com>
7780
7781 Code cleanup.
7782 * solib-target.c (library_list_start_list): Use explicit NULL
7783 comparison.
7784
7785 2015-06-10 Jan Kratochvil <jan.kratochvil@redhat.com>
7786
7787 * solib-target.c (library_list_start_list): Do not dereference
7788 variable version in its initialization. Make the VERSION check handle
7789 NULL.
7790 (library_list_attributes): Make "version" GDB_XML_AF_OPTIONAL.
7791
7792 2015-06-10 Gary Benson <gbenson@redhat.com>
7793
7794 * NEWS: Announce support for direct access of executable and
7795 shared library files when attaching to inferiors in containers
7796 on GNU/Linux systems.
7797
7798 2015-06-10 Gary Benson <gbenson@redhat.com>
7799
7800 * remote.c (struct remote_state) <fs_pid>: New field.
7801 (new_remote_state): Initialize the above.
7802 (PACKET_vFile_setfs): New enum value.
7803 (remote_hostio_set_filesystem): New function.
7804 (remote_hostio_open): Call the above.
7805 (remote_hostio_unlink): Likewise.
7806 (remote_hostio_readlink): Likewise.
7807 (_initialize_remote): Register new "set/show remote
7808 hostio-setfs-packet" command.
7809 * NEWS: Announce new vFile:setfs packet.
7810
7811 2015-06-10 Gary Benson <gbenson@redhat.com>
7812
7813 * linux-nat.c (nat/linux-namespaces.h): New include.
7814 (fileio.h): Likewise.
7815 (linux_nat_filesystem_is_local): New function.
7816 (linux_nat_fileio_pid_of): Likewise.
7817 (linux_nat_fileio_open): Likewise.
7818 (linux_nat_fileio_readlink): Likewise.
7819 (linux_nat_fileio_unlink): Likewise.
7820 (linux_nat_add_target): Initialize to_filesystem_is_local,
7821 to_fileio_open, to_fileio_readlink and to_fileio_unlink.
7822 (_initialize_linux_nat): New "set/show debug linux-namespaces"
7823 commands.
7824 * NEWS: Mention new "set/show debug linux-namespaces" commands.
7825
7826 2015-06-10 Gary Benson <gbenson@redhat.com>
7827
7828 * target.h (struct inferior): New forward declaration.
7829 (struct target_ops) <to_filesystem_is_local>: Update comment.
7830 (struct target_ops) <to_fileio_open>: New argument inf.
7831 Update comment. All implementations updated.
7832 (struct target_ops) <to_fileio_unlink>: Likewise.
7833 (struct target_ops) <to_fileio_readlink>: Likewise.
7834 (target_filesystem_is_local): Update comment.
7835 (target_fileio_open): New argument inf. Update comment.
7836 (target_fileio_unlink): Likewise.
7837 (target_fileio_readlink): Likewise.
7838 (target_fileio_read_alloc): Likewise.
7839 (target_fileio_read_stralloc): Likewise.
7840 * target.c (target_fileio_open): New argument inf.
7841 Pass inf to implementation. Update debug printing.
7842 (target_fileio_unlink): Likewise.
7843 (target_fileio_readlink): Likewise.
7844 (target_fileio_read_alloc_1): New argument inf. Pass inf
7845 to target_fileio_open.
7846 (target_fileio_read_alloc): New argument inf. Pass inf to
7847 target_fileio_read_alloc_1.
7848 (target_fileio_read_stralloc): Likewise.
7849 * gdb_bfd.c (inferior.h): New include.
7850 (gdb_bfd_iovec_fileio_open): Replace unused "open_closure"
7851 argument with new argument "inferior". Pass inferior to
7852 target_fileio_open.
7853 (gdb_bfd_open): Supply inferior argument to
7854 gdb_bfd_iovec_fileio_open.
7855 * linux-tdep.c (linux_info_proc): Supply inf argument to
7856 relevant target_fileio calls.
7857 (linux_find_memory_regions_full): Likewise.
7858 (linux_fill_prpsinfo): Likewise.
7859 * remote.c (remote_filesystem_is_local): Supply inf
7860 argument to remote_hostio_open.
7861 (remote_file_put): Likewise.
7862 (remote_file_get): Likewise.
7863 (remote_file_delete): Supply inf argument to
7864 remote_hostio_unlink.
7865
7866 2015-06-10 Gary Benson <gbenson@redhat.com>
7867
7868 * inf-child.c (inf_child_fileio_open): Replace comment.
7869 (inf_child_fileio_pwrite): Likewise.
7870 (inf_child_fileio_pread): Likewise.
7871 (inf_child_fileio_fstat): Insert blank line before comment.
7872 (inf_child_fileio_close): Replace comment.
7873 (inf_child_fileio_unlink): Likewise.
7874 (inf_child_fileio_readlink): Likewise.
7875 * remote.c (remote_hostio_open): Likewise.
7876 (remote_hostio_pread): Likewise.
7877 (remote_hostio_pwrite): Likewise.
7878 (remote_hostio_close): Likewise.
7879 (remote_hostio_unlink): Likewise.
7880 (remote_hostio_readlink): Likewise.
7881 (remote_hostio_fstat): Likewise.
7882 (remote_filesystem_is_local): Likewise.
7883 * target.c (target_fileio_open): Likewise.
7884 (target_fileio_pwrite): Likewise.
7885 (target_fileio_pread): Likewise.
7886 (target_fileio_fstat): Insert blank line before comment.
7887 (target_fileio_close): Replace comment.
7888 (target_fileio_unlink): Likewise.
7889 (target_fileio_readlink): Likewise.
7890 (target_fileio_read_alloc): Likewise.
7891 (target_fileio_read_stralloc): Likewise.
7892
7893 2015-06-10 Gary Benson <gbenson@redhat.com>
7894
7895 * linux-thread-db.c (nat/linux-namespaces.h): New include.
7896 (check_pid_namespace_match): Use linux_ns_same rather than
7897 linux_proc_pid_get_ns to spot PID namespace mismatches.
7898 * nat/linux-procfs.h (linux_proc_pid_get_ns): Remove.
7899 * nat/linux-procfs.c (linux_proc_pid_get_ns): Likewise.
7900
7901 2015-06-10 Gary Benson <gbenson@redhat.com>
7902
7903 * configure.ac (AC_CHECK_FUNCS): Add setns.
7904 * config.in: Regenerate.
7905 * configure: Likewise.
7906 * nat/linux-namespaces.h: New file.
7907 * nat/linux-namespaces.c: Likewise.
7908 * Makefile.in (HFILES_NO_SRCDIR): Add nat/linux-namespaces.h.
7909 (linux-namespaces.o): New rule.
7910 * config/aarch64/linux.mh (NATDEPFILES): Add linux-namespaces.o.
7911 * config/alpha/alpha-linux.mh (NATDEPFILES): Likewise.
7912 * config/arm/linux.mh (NATDEPFILES): Likewise.
7913 * config/i386/linux.mh (NATDEPFILES): Likewise.
7914 * config/i386/linux64.mh (NATDEPFILES): Likewise.
7915 * config/ia64/linux.mh (NATDEPFILES): Likewise.
7916 * config/m32r/linux.mh (NATDEPFILES): Likewise.
7917 * config/m68k/linux.mh (NATDEPFILES): Likewise.
7918 * config/mips/linux.mh (NATDEPFILES): Likewise.
7919 * config/pa/linux.mh (NATDEPFILES): Likewise.
7920 * config/powerpc/linux.mh (NATDEPFILES): Likewise.
7921 * config/powerpc/ppc64-linux.mh (NATDEPFILES): Likewise.
7922 * config/powerpc/spu-linux.mh (NATDEPFILES): Likewise.
7923 * config/s390/linux.mh (NATDEPFILES): Likewise.
7924 * config/sparc/linux.mh (NATDEPFILES): Likewise.
7925 * config/sparc/linux64.mh (NATDEPFILES): Likewise.
7926 * config/tilegx/linux.mh (NATDEPFILES): Likewise.
7927 * config/xtensa/linux.mh (NATDEPFILES): Likewise.
7928
7929 2015-06-10 Gary Benson <gbenson@redhat.com>
7930
7931 * utils.h (make_cleanup_close): Moved to common/filestuff.h.
7932 * utils.c (do_close_cleanup): Moved to common/filestuff.c.
7933 (make_cleanup_close): Likewise.
7934 * common/filestuff.h (make_cleanup_close): Moved from utils.h.
7935 * common/filestuff.c (do_close_cleanup): Moved from utils.c.
7936 (make_cleanup_close): Likewise.
7937
7938 2015-06-03 Jon Turney <jon.turney@dronecode.org.uk>
7939
7940 * windows-nat.c (thread_rec): Also ignore ERROR_INVALID_HANDLE
7941 from SuspendThread().
7942
7943 2015-06-03 Jon Turney <jon.turney@dronecode.org.uk>
7944
7945 * windows-nat.c (handle_output_debug_string): Trim trailing '\n'
7946 from OutputDebugString.
7947
7948 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
7949 Mircea Gherzan <mircea.gherzan@intel.com>
7950
7951 * i386-tdep.c (MPX_BASE_MASK, MPX_BD_MASK, MPX_BT_MASK, MPX_BD_MASK_32,
7952 MPX_BT_MASK_32): New macros.
7953 (i386_mpx_set_bounds): New function that implements
7954 the command "set-mpx-bound".
7955 (i386_mpx_enabled): Helper function to test MPX availability.
7956 (i386_mpx_bd_base): Helper function to calculate the base directory
7957 address.
7958 (i386_mpx_get_bt_entry): Helper function to access a bound
7959 table entry.
7960 (i386_mpx_print_bounds): Effectively display bound information.
7961 (_initialize_i386_tdep): Add new commands to commands "set mpx" and
7962 "show mpx".
7963 (_initialize_i386_tdep):
7964 Add "bound" to the commands "show mpx" and "set mpx" commands.
7965 (mpx_set_cmdlist and mpx_show_cmdlist): List for the new prefixed "set mpx"
7966 and "show mpx" commands.
7967 * NEWS: List new commands for MPX support.
7968
7969 2015-06-09 Gary Benson <gbenson@redhat.com>
7970
7971 * common/fileio.h (fileio_to_host_mode): New declaration.
7972 * common/fileio.c (fileio_to_host_mode): New Function.
7973 * inf-child.c (inf_child_fileio_open): Process mode argument
7974 with fileio_to_host_mode.
7975
7976 2015-06-09 Gary Benson <gbenson@redhat.com>
7977
7978 * common/fileio.c (fileio_mode_pack): Fix preprocessor
7979 conditional.
7980
7981 2015-06-05 Gary Benson <gbenson@redhat.com>
7982
7983 * gdb_bfd.c (gdb_bfd_open): Move vgdb special case to...
7984 * remote.c (remote_filesystem_is_local): ...here.
7985
7986 2015-06-04 Yao Qi <yao.qi@linaro.org>
7987
7988 * gdbarch.c: Regenerate it.
7989
7990 2015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
7991
7992 * arch-utils.c (default_infcall_munmap): New.
7993 * arch-utils.h (default_infcall_munmap): New declaration.
7994 * compile/compile-object-load.c (struct munmap_list, munmap_list_add)
7995 (munmap_list_free, munmap_listp_free_cleanup): New.
7996 (struct setup_sections_data): Add field munmap_list_headp.
7997 (setup_sections): Call munmap_list_add.
7998 (compile_object_load): New variable munmap_list_head, initialize
7999 setup_sections_data.munmap_list_headp, return munmap_list_head.
8000 * compile/compile-object-load.h (struct munmap_list): New declaration.
8001 (struct compile_module): Add field munmap_list_head.
8002 (munmap_list_free): New declaration.
8003 * compile/compile-object-run.c (struct do_module_cleanup): Add field
8004 munmap_list_head.
8005 (do_module_cleanup): Call munmap_list_free.
8006 (compile_object_run): Pass munmap_list_head to do_module_cleanup.
8007 * gdbarch.c: Regenerate.
8008 * gdbarch.h: Regenerate.
8009 * gdbarch.sh (infcall_munmap): New.
8010 * linux-tdep.c (linux_infcall_munmap): New.
8011 (linux_init_abi): Install it.
8012
8013 2015-06-02 Simon Marchi <simon.marchi@ericsson.com>
8014
8015 PR gdb/15564
8016 * inferior.c (detach_inferior): Call exit_inferior_1 with silent = 0.
8017
8018 2015-06-02 Yao Qi <yao.qi@linaro.org>
8019
8020 * i386-linux-nat.c: Include linux-nat.h.
8021
8022 2015-06-01 Andreas Schwab <schwab@linux-m68k.org>
8023 Jan Kratochvil <jan.kratochvil@redhat.com>
8024
8025 PR symtab/18392
8026 * dwarf2-frame-tailcall.c (pretended_chain_levels): Correct
8027 assertion.
8028 * dwarf2loc.c (chain_candidate): Likewise.
8029
8030 2015-06-01 Yao Qi <yao.qi@linaro.org>
8031
8032 * arm-linux-nat.c (fetch_vfp_regs): Use PTRACE_GETREGSET.
8033 (store_vfp_regs): Use PTRACE_SETREGSET.
8034
8035 2015-06-01 Yao Qi <yao.qi@linaro.org>
8036
8037 * arm-linux-nat.c (fetch_fpregister): Use PTRACE_GETREGSET.
8038 (fetch_fpregs): Likewise.
8039 * arm-linux-nat.c (store_fpregister): Use PTRACE_SETREGSET.
8040 (store_fpregs): Likewise.
8041
8042 2015-06-01 Yao Qi <yao.qi@linaro.org>
8043
8044 * arm-linux-nat.c (fetch_register): Use PTRACE_GETREGSET.
8045 (fetch_regs): Likewise.
8046 (store_regs): Use PTRACE_SETREGSET.
8047 (store_register): Likewise.
8048
8049 2015-06-01 Yao Qi <yao.qi@linaro.org>
8050
8051 * arm-linux-nat.c (arm_linux_read_description): Check whether
8052 kernel supports PTRACE_GETREGSET.
8053
8054 2015-06-01 Yao Qi <yao.qi@linaro.org>
8055
8056 * x86-linux-nat.c (have_ptrace_getregset): Move it to ...
8057 * linux-nat.c: ... here.
8058 * x86-linux-nat.h (have_ptrace_getregset): Move the declaration
8059 to ...
8060 * linux-nat.h: ... here.
8061
8062 2015-06-01 Yao Qi <yao.qi@linaro.org>
8063
8064 * amd64-linux-nat.c: Include "nat/linux-ptrace.h".
8065 * i386-linux-nat.c: Likewise.
8066 * nat/linux-ptrace.h (PTRACE_GETREGSET, PTRACE_SETREGSET): Define.
8067 * s390-linux-nat.c: Include "nat/linux-ptrace.h".
8068 (PTRACE_GETREGSET, PTRACE_SETREGSET): Remove.
8069 * x86-linux-nat.c: Include "nat/linux-ptrace.h".
8070 * x86-linux-nat.h (PTRACE_GETREGSET, PTRACE_SETREGSET): Remove.
8071
8072 2015-05-30 Eli Zaretskii <eliz@gnu.org>
8073
8074 * go32-nat.c (go32_xfer_memory): Fix the return value to be
8075 compatible to what read_child and write_child return. This
8076 unbreaks that DJGPP build of GDB which was broken since v7.7.
8077
8078 2015-05-29 Martin Galvan <martin.galvan@tallertechnologies.com>
8079
8080 * MAINTAINERS (Write After Approval): Add Martin Galvan.
8081
8082 2015-05-29 Roland McGrath <mcgrathr@google.com>
8083
8084 PR gdb/18464
8085 * osabi.c (generic_elf_osabi_sniff_abi_tag_sections): Use warning
8086 rather than internal_error for an unrecognized value.
8087
8088 2015-05-29 Max Filippov <jcmvbkbc@gmail.com>
8089
8090 * xtensa-tdep.c (xtensa_pseudo_register_read)
8091 (xtensa_pseudo_register_write): Don't alias last pseudo register
8092 to a1.
8093
8094 2015-05-28 Don Breazeal <donb@codesourcery.com>
8095
8096 * infrun.c (follow_fork_inferior): Ensure the use of
8097 process-style ptids (pid,0,0) in verbose/debug "Detaching"
8098 messages.
8099
8100 2015-05-28 Doug Evans <dje@google.com>
8101
8102 * dwarf2read.c (record_line_ftype): Remove, duplicate.
8103
8104 2015-05-28 Yao Qi <yao.qi@linaro.org>
8105
8106 * arm-linux-nat.c (arm_linux_has_wmmx_registers): Remove.
8107 (arm_linux_fetch_inferior_registers): Use
8108 tdep->have_wmmx_registers instead of arm_linux_has_wmmx_registers.
8109 (arm_linux_store_inferior_registers): Likewise.
8110 (arm_linux_read_description): Don't set
8111 arm_linux_has_wmmx_registers.
8112 * arm-tdep.c (arm_gdbarch_init): Set
8113 tdep->have_wmmx_registers according target descriptions.
8114 * arm-tdep.h (struct gdbarch_tdep) <have_wmmx_registers>: New
8115 field.
8116
8117 2015-05-28 Yao Qi <yao.qi@linaro.org>
8118
8119 * arm-linux-nat.c (arm_linux_vfp_register_count): Remove.
8120 (fetch_vfp_regs): Use vfp_register_count from gdbarch_tdep
8121 instead of arm_linux_vfp_register_count.
8122 (store_vfp_regs): Likewise.
8123 (arm_linux_fetch_inferior_registers): Likewise.
8124 (arm_linux_store_inferior_registers): Likewise.
8125 (arm_linux_read_description): Don't set
8126 arm_linux_vfp_register_count.
8127 * arm-linux-tdep.c (arm_linux_iterate_over_regset_sections):
8128 Adjust.
8129 * arm-tdep.c (arm_gdbarch_init): Add assert on
8130 vfp_register_count.
8131 * arm-tdep.h (struct gdbarch_tdep) <have_vfp_registers>: Rename
8132 field to vfp_register_count. All users updated.
8133
8134 2015-05-28 Kyle Huey <me@kylehuey.com> (tiny patch)
8135
8136 * gdb/arm-tdep.c (arm_gdbarch_init): Perform arm_abi detection on
8137 ELFOSABI_GNU binaries.
8138
8139 2015-05-27 Doug Evans <dje@google.com>
8140
8141 * dwarf2read.c (lnp_state_machine): New typedef.
8142 (lnp_reader_state): New typedef.
8143 (dwarf_record_line_1): Renamed from dwarf_record_line.
8144 All callers updated.
8145 (dwarf_record_line): New function.
8146 (init_lnp_state_machine): New function.
8147 (check_line_address): Replace p_record_line parameter with state.
8148 All callers updated.
8149 (dwarf_decode_lines_1): Call dwarf_record_line, init_lnp_state_machine.
8150 Update to record state in lnp_state_machine.
8151
8152 2015-05-27 Doug Evans <dje@google.com>
8153
8154 * dwarf2read.c (record_line_ftype): New typedef.
8155 (check_line_address): New function.
8156 (dwarf_decode_lines_1): Call it.
8157
8158 2015-05-27 Doug Evans <dje@google.com>
8159
8160 * NEWS: Mention "set debug dwarf-line".
8161 * dwarf2read.c (dwarf_line_debug): New static global.
8162 (add_include_dir): Add debug dwarf-line support.
8163 (add_file_name, dwarf_record_line, dwarf_finish_line): Ditto.
8164 (_initialize_dwarf2_read): New parameter "debug dwarf-line".
8165
8166 2015-05-27 Doug Evans <dje@google.com>
8167
8168 * cp-namespace.c (cp_lookup_nested_symbol): New arg "domain".
8169 All callers updated.
8170 (cp_lookup_nested_symbol_1, find_symbol_in_baseclass): Ditto.
8171 * cp-support.h (cp_lookup_nested_symbol): Update.
8172
8173 2015-05-27 Doug Evans <dje@google.com>
8174
8175 PR symtab/18258
8176 * block.c (block_find_symbol): New function.
8177 (block_find_non_opaque_type): Ditto.
8178 (block_find_non_opaque_type_preferred): Ditto.
8179 * block.h (block_symbol_matcher_ftype): New typedef.
8180 (block_find_symbol): Declare.
8181 (block_find_non_opaque_type): Ditto.
8182 (block_find_non_opaque_type_preferred): Ditto.
8183 * dwarf2read.c (dw2_lookup_symbol): Call block_find_symbol.
8184 * psymtab.c (psym_lookup_symbol): Ditto.
8185 * symtab.c (basic_lookup_transparent_type_1): New function.
8186 (basic_lookup_transparent_type): Call it.
8187
8188 2015-05-27 Yao Qi <yao.qi@linaro.org>
8189
8190 * aarch64-tdep.c (aarch64_record_data_proc_simd_fp): Return
8191 AARCH64_RECORD_UNKNOWN for unknown instruction encoding.
8192
8193 2015-05-27 Yao Qi <yao.qi@linaro.org>
8194
8195 * aarch64-tdep.c (aarch64_record_branch_except_sys): Split lines
8196 before operator &&.
8197 (aarch64_record_load_store): Likewise.
8198
8199 2015-05-26 Doug Evans <dje@google.com>
8200
8201 PR c++/18141, c++/18417.
8202 * cp-support.c (cp_lookup_rtti_type): Handle the case of NAME being
8203 a typedef.
8204
8205 2015-05-26 Doug Evans <dje@google.com>
8206
8207 * NEWS: Add entries for command renamings.
8208 * dwarf2read.c (dwarf_read_debug): Renamed from dwarf2_read_debug.
8209 All uses updated.
8210 (dwarf_die_debug): Renamed from dwarf2_die_debug. All uses updated.
8211 (dwarf_max_cache_age): Renamed from dwarf2_max_cache_age.
8212 All uses updated.
8213 (show_dwarf_max_cache_age): Renamed from show_dwarf2_max_cache_age.
8214 All callers updated. Fix spelling of DWARF in help text.
8215 (set_dwarf_cmdlist): Renamed from set_dwarf2_cmdlist.
8216 All uses updated.
8217 (show_dwarf_cmdlist): Renamed from show_dwarf2_cmdlist.
8218 All uses updated.
8219 (set_dwarf_cmd): Renamed from set_dwarf2_cmd. All callers updated.
8220 (show_dwarf_cmd): Renamed from show_dwarf2_cmd. All callers updated.
8221 (dwarf_always_disassemble): Renamed from dwarf_always_disassemble.
8222 All uses updated.
8223 (show_dwarf_always_disassemble): Renamed from
8224 show_dwarf2_always_disassemble. All callers updated.
8225 (_initialize_dwarf2_read): Rename "set/show dwarf2" prefix to
8226 "set/show dwarf". Rename "set/show dwarf2 max-cache-age" to
8227 "set/show dwarf max-cache-age". Rename
8228 "set/show dwarf2 always-disassemble" to
8229 "set/show dwarf always-disassemble". Rename
8230 "set/show debug dwarf2-read" to "set/show debug dwarf-read". Rename
8231 "set/show debug dwarf2-die" to "set/show debug dwarf-die".
8232
8233 2015-05-26 Doug Evans <dje@google.com>
8234
8235 PR python/18438
8236 * python/py-lazy-string.c (stpy_convert_to_value): Use
8237 gdbpy_gdb_memory_error not PyExc_MemoryError.
8238 (gdbpy_create_lazy_string_object): Ditto.
8239
8240 2015-05-26 Andrew Burgess <andrew.burgess@embecosm.com>
8241
8242 * tui/tui-regs.c (tui_reg_next_command): Compare against NULL.
8243
8244 2015-05-26 Andrew Burgess <andrew.burgess@embecosm.com>
8245
8246 * tui/tui-regs.c (tui_reg_prev_command): New function.
8247 (_initialize_tui_regs): Add 'prev' command for 'tui reg'.
8248 * reggroups.c (reggroup_prev): New function.
8249 * reggroups.h (reggroup_prev): Add declaration. Update comment.
8250
8251 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
8252 Yao Qi <yao.qi@linaro.org>
8253
8254 * aarch64-linux-tdep.c: Include linux-record.h and
8255 record-full.h.
8256 (struct linux_record_tdep aarch64_linux_record_tdep): Declare.
8257 (aarch64_syscall): New enum.
8258 (aarch64_canonicalize_syscall): New function.
8259 (aarch64_all_but_pc_registers_record): New function.
8260 (aarch64_linux_syscall_record): New function.
8261 (aarch64_linux_init_abi): Install AArch64 process record
8262 handler. Update to handle syscall recording.
8263 * aarch64-tdep.c: Include record.h and record-full.h.
8264 (submask, bit, bits, REG_ALLOC, MEM_ALLOC): New macros.
8265 (struct aarch64_mem_r): Define.
8266 (aarch64_record_result): New enum.
8267 (struct insn_decode_record): Define.
8268 (insn_decode_record): New typedef.
8269 (aarch64_record_data_proc_reg): New function.
8270 (aarch64_record_data_proc_imm): New function.
8271 (aarch64_record_branch_except_sys): New function.
8272 (aarch64_record_load_store): New function.
8273 (aarch64_record_data_proc_simd_fp): New function.
8274 (aarch64_record_asimd_load_store): New function.
8275 (aarch64_record_decode_insn_handler): New function.
8276 (deallocate_reg_mem): New function.
8277 (aarch64_process_record): New function.
8278 * aarch64-tdep.h (struct gdbarch_tdep) <aarch64_syscall_record>:
8279 New field.
8280 (aarch64_process_record): New extern declaration.
8281 * configure.tgt: Add linux-record.o to gdb_target_obs.
8282 * linux-record.h (struct linux_record_tdep) <arg7>: New field.
8283
8284 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
8285
8286 * NEWS: Add a note on process record-replay support on aarch64*-linux*
8287 targets.
8288
8289 2015-05-26 Martin Galvan <martin.galvan@tallertechnologies.com>
8290
8291 * amd64-tdep.c: Replace in_function_epilogue_p with
8292 stack_frame_destroyed_p throughout.
8293 * arch-utils.c: Ditto.
8294 * arch-utils.h: Ditto.
8295 * arm-tdep.c: Ditto.
8296 * breakpoint.c: Ditto.
8297 * gdbarch.sh: Ditto.
8298 * hppa-tdep.c: Ditto.
8299 * i386-tdep.c: Ditto.
8300 * mips-tdep.c: Ditto.
8301 * nios2-tdep.c: Ditto.
8302 * rs6000-tdep.c: Ditto.
8303 * s390-linux-tdep.c: Ditto.
8304 * score-tdep.c: Ditto.
8305 * sh-tdep.c: Ditto.
8306 * sparc-tdep.c: Ditto.
8307 * sparc-tdep.h: Ditto.
8308 * sparc64-tdep.c: Ditto.
8309 * spu-tdep.c: Ditto.
8310 * tic6x-tdep.c: Ditto.
8311 * tilegx-tdep.c: Ditto.
8312 * xstormy16-tdep.c: Ditto.
8313 * gdbarch.c, gdbarch.h: Re-generated.
8314
8315 2015-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
8316
8317 * NEWS: Mention 'tui enable' and 'tui disable'.
8318 * tui/tui.c (tui_enable_command): New function.
8319 (tui_disable_command): New function.
8320 (_initialize_tui): New function.
8321
8322 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
8323
8324 * tui/tui-regs.c (tui_reg_next_command): Use NULL not 0.
8325
8326 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
8327
8328 * tui/tui-layout.c (tui_set_layout_for_display_command): Ensure
8329 buf_ptr is freed.
8330
8331 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
8332
8333 * tui/tui-layout.c (tui_layout_command): Move call to tui_enable
8334 into ...
8335 (tui_set_layout_for_display_command): ...here, before calling
8336 tui_set_layout. Only set the layout if gdb has not already
8337 entered the TUI_FAILURE state.
8338
8339 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
8340
8341 * tui/tui-layout.c (layout_completer): New function.
8342 (_initialize_tui_layout): Set completer on layout command.
8343
8344 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
8345
8346 * tui/tui-layout.c (tui_set_layout): Remove
8347 tui_register_display_type parameter. Remove all checking of this
8348 parameter, and reindent function. Update header comment.
8349 (tui_set_layout_for_display_command): Rename to...
8350 (tui_set_layout_by_name): ...this, and don't check for different
8351 register class types, don't pass a tui_register_display_type to
8352 tui_set_layout. Update header comment.
8353 (layout_names): Remove register set specific names.
8354 * tui/tui-layout.h (tui_set_layout): Remove
8355 tui_register_display_type parameter.
8356 * tui/tui.c (tui_rl_change_windows): Don't pass a
8357 tui_register_display_type to tui_set_layout.
8358 (tui_rl_delete_other_windows): Likewise.
8359 (tui_enable): Likewise.
8360 * tui/tui-data.h (TUI_FLOAT_REGS_NAME): Remove.
8361 (TUI_FLOAT_REGS_NAME_LOWER): Remove.
8362 (TUI_GENERAL_REGS_NAME): Remove.
8363 (TUI_GENERAL_REGS_NAME_LOWER): Remove.
8364 (TUI_SPECIAL_REGS_NAME): Remove.
8365 (TUI_SPECIAL_REGS_NAME_LOWER): Remove.
8366 (TUI_GENERAL_SPECIAL_REGS_NAME): Remove.
8367 (TUI_GENERAL_SPECIAL_REGS_NAME_LOWER): Remove.
8368 (enum tui_register_display_type): Remove.
8369 (struct tui_layout_def): Remove regs_display_type and
8370 float_regs_display_type fields.
8371 (struct tui_data_info): Remove regs_display_type field.
8372 (tui_layout_command): Use new name for
8373 tui_set_layout_for_display_command.
8374 * tui/tui-data.c (layout_def): Don't initialise removed fields.
8375 (tui_clear_win_detail): Don't initialise removed fields of
8376 win_info.
8377 * tui/tui-regs.c (tui_show_registers): Use new name for
8378 tui_set_layout_for_display_command.
8379 * tui/tui.h (tui_set_layout_for_display_command): Rename
8380 declaration to...
8381 (tui_set_layout_by_name): ...this.
8382 * printcmd.c (display_command): Remove tui related layout call,
8383 and reindent.
8384
8385 2015-05-20 Joel Brobecker <brobecker@adacore.com>
8386
8387 * infrun.c (handle_inferior_event_1): Renames handle_inferior_event.
8388 (handle_inferior_event): New function.
8389
8390 2015-05-20 Joel Brobecker <brobecker@adacore.com>
8391
8392 * ada-lang.c (to_fixed_array_type): Rename local variable
8393 typename into type_name.
8394
8395 2015-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
8396
8397 Fix ASAN crash for gdb.compile/compile.exp.
8398 * infcall.c (call_function_by_hand_dummy): Use xstrdup for NAME.
8399
8400 2015-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
8401
8402 * compile/compile-c-symbols.c (convert_symbol_sym, gcc_convert_symbol)
8403 (gcc_symbol_address): Change gdb_stdout to gdb_stdlog.
8404 * compile/compile-object-load.c (setup_sections, compile_object_load):
8405 Likewise.
8406 * compile/compile.c (compile_to_object): Likewise.
8407
8408 2015-05-16 Doug Evans <xdje42@gmail.com>
8409
8410 * NEWS: Mention support for unbuffered Guile memory ports.
8411 * scm-ports.c (ioscm_memory_port): Update comments on end, size.
8412 (ioscm_lseek_address): Improve overflow calculation.
8413 (gdbscm_memory_port_fill_input): Add assert.
8414 (gdbscm_memory_port_write): Handle unbuffered ports.
8415 Handle large writes identical to Guile's fport_write.
8416 (gdbscm_memory_port_seek): Fix seeking past end check.
8417 (gdbscm_memory_port_close): Handle closing unbuffered port.
8418 (ioscm_parse_mode_bits): Recognize "0" for unbuffered ports.
8419 (ioscm_init_memory_port): Handle unbuffered ports.
8420 (ioscm_reinit_memory_port): Ditto.
8421 (ioscm_init_memory_port): Update size calculation.
8422 (gdbscm_open_memory): Support zero sized ports.
8423
8424 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
8425
8426 * compile/compile-object-load.c (get_out_value_type): Fix uninitialized
8427 variable compiler warnings.
8428
8429 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
8430
8431 * compile/compile-object-load.c (get_out_value_type): Fix returned type.
8432
8433 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
8434 Phil Muldoon <pmuldoon@redhat.com>
8435
8436 * NEWS (Changes since GDB 7.9): Add compile print.
8437 * compile/compile-c-support.c (add_code_header, add_code_footer)
8438 (c_compute_program): Add COMPILE_I_PRINT_ADDRESS_SCOPE and
8439 COMPILE_I_PRINT_VALUE_SCOPE.
8440 * compile/compile-internal.h (COMPILE_I_PRINT_OUT_ARG_TYPE)
8441 (COMPILE_I_PRINT_OUT_ARG, COMPILE_I_EXPR_VAL, COMPILE_I_EXPR_PTR_TYPE):
8442 New.
8443 * compile/compile-object-load.c: Include block.h.
8444 (get_out_value_type): New function.
8445 (compile_object_load): Handle COMPILE_I_PRINT_ADDRESS_SCOPE and
8446 COMPILE_I_PRINT_VALUE_SCOPE. Set compile_module's OUT_VALUE_ADDR and
8447 OUT_VALUE_TYPE.
8448 * compile/compile-object-load.h (struct compile_module): Add fields
8449 out_value_addr and out_value_type.
8450 * compile/compile-object-run.c: Include valprint.h and compile.h.
8451 (struct do_module_cleanup): Add fields out_value_addr and
8452 out_value_type.
8453 (do_module_cleanup): Handle COMPILE_I_PRINT_ADDRESS_SCOPE and
8454 COMPILE_I_PRINT_VALUE_SCOPE.
8455 (compile_object_run): Propagate out_value_addr and out_value_type.
8456 Pass OUT_VALUE_ADDR.
8457 * compile/compile.c: Include valprint.h.
8458 (compile_print_value, compile_print_command): New functions.
8459 (eval_compile_command): Handle failed COMPILE_I_PRINT_ADDRESS_SCOPE.
8460 (_initialize_compile): Update compile code help text. Install
8461 compile_print_command.
8462 * compile/compile.h (compile_print_value): New prototype.
8463 * defs.h (enum compile_i_scope_types): Add
8464 COMPILE_I_PRINT_ADDRESS_SCOPE and COMPILE_I_PRINT_VALUE_SCOPE.
8465
8466 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
8467
8468 * compile/compile-object-load.c (get_regs_type): Add parameter func_sym.
8469 Rely on its parameter count.
8470 (compile_object_load): Replace lookup_minimal_symbol_text by
8471 lookup_global_symbol_from_objfile. Verify FUNC_SYM. Set it in the
8472 return value.
8473 * compile/compile-object-load.h (struct compile_module): Replace
8474 func_addr by func_sym.
8475 * compile/compile-object-run.c: Include block.h.
8476 (compile_object_run): Reset module variable after it is freed. Use
8477 FUNC_SYM instead of FUNC_ADDR. Rely on it.
8478
8479 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
8480
8481 * compile/compile-c-support.c (print_one_macro): Use #ifndef.
8482 (generate_register_struct): Use __gdb_uintptr for TYPE_CODE_PTR.
8483 (c_compute_program): Call generate_register_struct after typedefs.
8484 * compile/compile-loc2c.c (push, pushf_register_address)
8485 (pushf_register): Cast to GCC_UINTPTR.
8486 (do_compile_dwarf_expr_to_c): Use unused attribute. Add space after
8487 type. Use GCC_UINTPTR instead of void *. Remove excessive cast.
8488 (compile_dwarf_expr_to_c): Use GCC_UINTPTR instead of void *.
8489 * compile/compile.c (_initialize_compile): Enable warnings for
8490 COMPILE_ARGS.
8491
8492 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
8493
8494 * cli/cli-script.c (execute_control_command): Update
8495 eval_compile_command caller.
8496 * compile/compile-object-load.c (compile_object_load): Add parameters
8497 scope and scope_data. Set them.
8498 * compile/compile-object-load.h (struct compile_module): Add fields
8499 scope and scope_data.
8500 (compile_object_load): Add parameters scope and scope_data.
8501 * compile/compile-object-run.c (struct do_module_cleanup): Add fields
8502 scope and scope_data.
8503 (compile_object_run): Propagate the fields scope and scope_data.
8504 * compile/compile.c (compile_file_command, compile_code_command):
8505 Update eval_compile_command callers.
8506 (eval_compile_command): Add parameter scope_data. Pass it plus scope.
8507 * compile/compile.h (eval_compile_command): Add parameter scope_data.
8508 * defs.h (struct command_line): Add field scope_data.
8509
8510 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
8511
8512 * printcmd.c (struct format_data): Move it to valprint.h.
8513 (print_command_parse_format, print_value): New functions from ...
8514 (print_command_1): ... here. Call them.
8515 * valprint.h (struct format_data): Move it here from printcmd.c.
8516 (print_command_parse_format, print_value): New declarations.
8517
8518 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
8519
8520 * compile/compile-object-load.c (compile_object_load): Add
8521 COMPILE_DEBUG message.
8522
8523 2015-05-15 Jerome Guitton <guitton@adacore.com>
8524
8525 * ada-lang.c (ada_value_ptr_subscript): Use enum position of
8526 index to get element instead of enum value.
8527 (ada_value_slice_from_ptr, ada_value_slice): Use enum position
8528 of index to compute length, but enum values to compute bounds.
8529 (ada_array_length): Use enum position of index instead of enum value.
8530 (pos_atr): Move position computation to...
8531 (ada_evaluate_subexp): Use enum values to compute bounds.
8532 * gdbtypes.c (discrete_position): ...this new function.
8533 * gdbtypes.h (discrete_position): New function declaration.
8534 * valprint.c (val_print_array_elements): Call discrete_position
8535 to handle array indexed by non-contiguous enumeration types.
8536
8537 2015-05-15 Jerome Guitton <guitton@adacore.com>
8538
8539 * ada-lang.c (find_parallel_type_by_descriptive_type):
8540 Go through typedefs during lookup.
8541 (to_fixed_array_type): Add support for non-bit packed arrays
8542 as variable-length fields.
8543
8544 2015-05-15 Pedro Alves <palves@redhat.com>
8545 Simon Marchi <simon.marchi@ericsson.com>
8546
8547 * event-loop.c (gdb_notifier) <next_file_handler,
8548 next_poll_fds_index>: New fields.
8549 (get_next_file_handler_to_handle_and_advance): New function.
8550 (delete_file_handler): If deleting the next file handler to
8551 handle, advance to the next file handler.
8552 (gdb_wait_for_event): Bail early if no event fired. Poll file
8553 handlers in round-robin fashion.
8554
8555 2015-05-15 Pedro Alves <palves@redhat.com>
8556
8557 * linux-tdep.c (linux_find_memory_regions_full): Rename local
8558 'private' to 'priv'.
8559
8560 2015-05-15 Pedro Alves <palves@redhat.com>
8561
8562 * nat/linux-nat.h: Include "target/waitstatus.h".
8563
8564 2015-05-15 Yuanhui Zhang <asmwarrior@gmail.com>
8565
8566 * python/py-unwind.c (struct reg_info): Move out of ...
8567 (struct cached_frame_info): ... this scope.
8568 (pending_frame_object_type, unwind_info_object_type): Make extern.
8569
8570 2015-05-15 Joel Brobecker <brobecker@adacore.com>
8571
8572 * ada-lang.c (ada_value_primitive_packed_val): Make sure
8573 accumSize is never negative.
8574
8575 2015-05-14 Patrick Palka <patrick@parcs.ath.cx>
8576
8577 * tui/tui-command.c: Remove include of <ctype.h>.
8578 (tui_dispatch_ctrl_char): Remove workaround for xterm terminals.
8579
8580 2015-05-13 Martin Galvan <martin.galvan@tallertechnologies.com>
8581
8582 * dwarf2read.c (die_needs_namespace): Return 1 for
8583 DW_TAG_inlined_subroutine.
8584
8585 2015-05-13 Jan Kratochvil <jan.kratochvil@redhat.com>
8586
8587 * regcache.c (regcache_cpy_no_passthrough): New declaration.
8588 (regcache_cpy_no_passthrough): Make it static, add function comment.
8589 * regcache.h (regcache_dup, regcache_cpy): Reduce/update their comment.
8590 (regcache_cpy_no_passthrough): Remove declaration.
8591
8592 2015-05-13 Jan Kratochvil <jan.kratochvil@redhat.com>
8593
8594 * gdbthread.h (struct thread_control_state): Update comment for
8595 proceed_to_finish.
8596 * infcall.c (run_inferior_call): Update comment about
8597 proceed_to_finish.
8598 * infcmd.c (get_return_value): Update comment about stop_registers.
8599 (finish_forward): Update comment about proceed_to_finish.
8600 * infrun.c (stop_registers): Remove.
8601 (clear_proceed_status, normal_stop): Remove stop_registers handling.
8602 * infrun.h (stop_registers): Remove.
8603
8604 2015-05-13 Jan Kratochvil <jan.kratochvil@redhat.com>
8605
8606 * infcall.c (struct dummy_frame_context_saver)
8607 (dummy_frame_context_saver_data_free, dummy_frame_context_saver_dtor)
8608 (dummy_frame_context_saver_drop, dummy_frame_context_saver_cleanup)
8609 (dummy_frame_context_saver_get_regs, dummy_frame_context_saver_setup):
8610 New.
8611 (call_function_by_hand_dummy): Move discard_cleanups of
8612 inf_status_cleanup before dummy_frame_push. Call
8613 dummy_frame_context_saver_setup and prepare context_saver_cleanup.
8614 Use dummy_frame_context_saver_get_regs instead of stop_registers.
8615 * infcall.h (struct dummy_frame_context_saver)
8616 (dummy_frame_context_saver_drop, dummy_frame_context_saver_cleanup)
8617 (dummy_frame_context_saver_get_regs, dummy_frame_context_saver_setup):
8618 New declarations.
8619 * infcmd.c: Include infcall.h.
8620 (get_return_value): Add parameter ctx_saver, use it instead of
8621 stop_registers.
8622 (print_return_value): Add parameter ctx_saver, pass it.
8623 (struct finish_command_continuation_args): Add field ctx_saver.
8624 (finish_command_continuation): Update print_return_value caller.
8625 (finish_command_continuation_free_arg): Free also ctx_saver.
8626 (finish_forward): Call dummy_frame_context_saver_setup.
8627 * inferior.h (struct dummy_frame_context_saver): New declaration.
8628 (get_return_value): Add parameter ctx_saver.
8629 * python/py-finishbreakpoint.c (bpfinishpy_pre_stop_hook): Update
8630 get_return_value caller.
8631
8632 2015-05-13 Jan Kratochvil <jan.kratochvil@redhat.com>
8633
8634 * dummy-frame.c (struct dummy_frame_dtor_list): New.
8635 (struct dummy_frame): Replace dtor and dtor_data by dtor_list.
8636 (remove_dummy_frame): Process dtor_list.
8637 (pop_dummy_frame): Process dtor_list.
8638 (register_dummy_frame_dtor): Maintain dtor_list.
8639 (find_dummy_frame_dtor): Handle dtor_list.
8640 * dummy-frame.h (register_dummy_frame_dtor, find_dummy_frame_dtor):
8641 Update comments.
8642
8643 2015-05-13 Jan Kratochvil <jan.kratochvil@redhat.com>
8644
8645 * compile/compile-object-run.c (do_module_cleanup): Add parameter
8646 registers_valid.
8647 (compile_object_run): Update do_module_cleanup caller.
8648 * dummy-frame.c: Include infcall.h.
8649 (struct dummy_frame): Update dtor comment.
8650 (remove_dummy_frame): Call dtor.
8651 (pop_dummy_frame): Update dtor caller.
8652 * dummy-frame.h (dummy_frame_dtor_ftype): Add parameter
8653 registers_valid.
8654
8655 2015-05-13 Joel Brobecker <brobecker@adacore.com>
8656
8657 GDB 7.9.1 released.
8658
8659 2015-05-13 Joel Brobecker <brobecker@adacore.com>
8660
8661 * NEWS: Create "Changes in GDB 7.9.1" section. Move news about
8662 Xmethods now being able to specify a result type to that new
8663 sectioin.
8664
8665 2015-05-13 Patrick Palka <patrick@parcs.ath.cx>
8666
8667 * tui/tui-win.c (tui_async_resize_screen): Clear win_resized
8668 first before resizing the window.
8669 * tui/tui.c (tui_enable): Likewise.
8670
8671 2015-05-13 Jan Kratochvil <jan.kratochvil@redhat.com>
8672
8673 * dummy-frame.c (struct dummy_frame): Use proper typedef for dtor.
8674 * dummy-frame.h (dummy_frame_dtor_ftype): Add its comment.
8675 * infcall.c (call_function_by_hand_dummy): Use proper typedef for
8676 dummy_dtor parameter.
8677 * infcall.h: Include dummy-frame.h.
8678 (call_function_by_hand_dummy_dtor_ftype): Remove.
8679 (call_function_by_hand_dummy): Use proper typedef for dummy_dtor
8680 parameter.
8681
8682 2015-05-13 Patrick Palka <patrick@parcs.ath.cx>
8683
8684 PR gdb/17820
8685 * top.c (history_size_setshow_var): Change type to signed.
8686 Initialize to -2. Update documentation.
8687 (set_readline_history_size): Define.
8688 (set_history_size_command): Use it. Remove logic for handling
8689 out-of-range sizes.
8690 (init_history): Use set_readline_history_size(). Test for a
8691 value of -2 instead of 0 when determining whether to set a
8692 default history size.
8693 (init_main): Decode the argument of the "size" command as a
8694 zuinteger_unlimited.
8695
8696 2015-05-12 Doug Evans <dje@google.com>
8697
8698 * dwarf2read.c (struct file_entry): Tweak comments.
8699 (get_debug_line_section): Tweak comments.
8700
8701 2015-05-12 Don Breazeal <donb@codesourcery.com>
8702
8703 * NEWS: Announce fork support in the RSP and support
8704 for fork debugging in extended mode.
8705
8706 2015-05-12 Don Breazeal <donb@codesourcery.com>
8707
8708 * remote.c (remote_insert_fork_catchpoint): New function.
8709 (remote_remove_fork_catchpoint): New function.
8710 (remote_insert_vfork_catchpoint): New function.
8711 (remote_remove_vfork_catchpoint): New function.
8712 (pending_fork_parent_callback): New function.
8713 (remove_new_fork_child): New function.
8714 (remote_update_thread_list): Call remote_notif_get_pending_events
8715 and remove_new_fork_child.
8716 (extended_remote_kill): Kill fork child when killing the
8717 parent before follow_fork completes.
8718 (init_extended_remote_ops): Initialize target vector with
8719 new fork catchpoint functions.
8720
8721 2015-05-12 Don Breazeal <donb@codesourcery.com>
8722
8723 * remote.c (remove_vfork_event_p): New function.
8724 (remote_follow_fork): Add vfork event type to event checking.
8725 (remote_parse_stop_reply): New stop reasons "vfork" and
8726 "vforkdone" for RSP 'T' Stop Reply Packet.
8727
8728 2015-05-12 Don Breazeal <donb@codesourcery.com>
8729
8730 * linux-nat.c (linux_nat_ptrace_options): New function.
8731 (linux_init_ptrace, wait_lwp, linux_nat_filter_event):
8732 Call linux_nat_ptrace_options and use different argument to
8733 linux_enable_event_reporting.
8734 (_initialize_linux_nat): Delete call to
8735 linux_ptrace_set_additional_flags.
8736 * nat/linux-ptrace.c (current_ptrace_options): Rename to
8737 supported_ptrace_options.
8738 (additional_flags): Delete variable.
8739 (linux_check_ptrace_features): Use supported_ptrace_options.
8740 (linux_test_for_tracesysgood, linux_test_for_tracefork):
8741 Likewise, and remove additional_flags check.
8742 (linux_enable_event_reporting): Change 'attached' argument to
8743 'options'. Use supported_ptrace_options.
8744 (ptrace_supports_feature): Change comment. Use
8745 supported_ptrace_options.
8746 (linux_ptrace_set_additional_flags): Delete function.
8747 * nat/linux-ptrace.h (linux_ptrace_set_additional_flags):
8748 Delete function prototype.
8749 * remote.c (remote_fork_event_p): New function.
8750 (remote_detach_pid): New function.
8751 (remote_detach_1): Call remote_detach_pid, don't mourn inferior
8752 if doing detach-on-fork.
8753 (remote_follow_fork): New function.
8754 (remote_parse_stop_reply): Handle new "T" stop reason "fork".
8755 (remote_pid_to_str): Print "process" strings for pid/0/0 ptids.
8756 (init_extended_remote_ops): Initialize to_follow_fork.
8757
8758 2015-05-12 Don Breazeal <donb@codesourcery.com>
8759
8760 * nat/linux-ptrace.c (linux_check_ptrace_features): Change
8761 from static to extern.
8762 * nat/linux-ptrace.h (linux_check_ptrace_features): Declare.
8763 * remote.c (anonymous enum): <PACKET_fork_event_feature,
8764 * PACKET_vfork_event_feature>: New enumeration constants.
8765 (remote_protocol_features): Add table entries for new packets.
8766 (remote_query_supported): Add new feature queries to qSupported
8767 packet.
8768
8769 2015-05-12 Gary Benson <gbenson@redhat.com>
8770
8771 * remote.c (remote_add_inferior): Call exec_file_locate_attach
8772 for fake PIDs as well as real ones.
8773 (remote_pid_to_exec_file): Send empty annex if PID is fake.
8774
8775 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
8776
8777 * NEWS (Python Scripting): Mention the new gdb.Value methods.
8778 * python/py-value.c (valpy_reference_value): New function.
8779 (valpy_const_value): Likewise.
8780 (value_object_methods): Add new methods.
8781 * value.c (make_cv_value): New function.
8782 * value.h (make_cv_value): Declare.
8783
8784 2015-05-08 Yao Qi <yao@codesourcery.com>
8785 Sandra Loosemore <sandra@codesourcery.com>
8786
8787 * dwarf2read.c (setup_type_unit_groups): Do NULL pointer check
8788 to 'lh->include_dirs' before accessing to it.
8789 (psymtab_include_file_name): Likewise.
8790 (dwarf_decode_lines_1): Likewise.
8791 (dwarf_decode_lines): Likewise.
8792 (file_file_name): Likewise.
8793
8794 2015-05-08 Sandra Loosemore <sandra@codesourcery.com>
8795
8796 * nios2-linux-tdep.c (NIOS2_SIGRETURN_TRAMP_ADDR): Define.
8797 (NIOS2_SIGRETURN_REGSAVE_OFFSET): Define.
8798 (nios2_linux_rt_sigreturn_init): Adjust base address of
8799 register save area.
8800
8801 2015-05-08 Sandra Loosemore <sandra@codesourcery.com>
8802
8803 * nios2-tdep.c (nios2_breakpoint_from_pc): Revert to using
8804 "trap 31" as the breakpoint instruction on all targets.
8805
8806 2015-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
8807
8808 * infcmd.c (print_return_value): Remove unused declaration.
8809
8810 2015-05-08 Joel Brobecker <brobecker@adacore.com>
8811
8812 * dwarf2read.c (attr_to_dynamic_prop)
8813 <DW_AT_data_member_location>: Use read_type_die isntead of
8814 get_die_type.
8815
8816 2015-05-08 Joel Brobecker <brobecker@adacore.com>
8817
8818 * ada-lang.c (ada_convert_actual): Add handling of formals
8819 passed inside an aligner type.
8820
8821 2015-05-08 Joel Brobecker <brobecker@adacore.com>
8822
8823 * copyright.py (NOT_FSF_LIST): Remove sim/erc32 entries.
8824
8825 2015-05-08 Siva Chandra Reddy <sivachandra@google.com>
8826
8827 PR python/18291
8828 * python/lib/gdb/command/xmethods.py (print_xm_info): Fix typo.
8829 Print xmethod matcher status.
8830
8831 2015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
8832
8833 * s390-linux-nat.c (fill_gregset): Avoid relying on the PSWA
8834 register in the regcache when treating the PSWM register, and vice
8835 versa.
8836
8837 2015-05-07 Gary Benson <gbenson@redhat.com>
8838
8839 * linux-thread-db.c (struct thread_db_info)
8840 <td_ta_map_id2thr_p>: Remove field.
8841 (try_thread_db_load_1): Remove initialization for the above.
8842
8843 2015-05-07 Gary Benson <gbenson@redhat.com>
8844
8845 * linux-thread-db.c (struct thread_db_info)
8846 <td_thr_validate_p>: Remove field.
8847 (try_thread_db_load_1): Remove initialization for the above.
8848
8849 2015-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
8850
8851 * compile/compile-object-load.c (compile_object_load): Support
8852 mst_text_gnu_ifunc.
8853
8854 2015-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
8855
8856 * compile/compile.c (compile_to_object): Make the cmd_string parameter
8857 const. Use new variables for the const compatibility.
8858 (eval_compile_command): Make the cmd_string parameter const.
8859 * compile/compile.h (eval_compile_command): Make the cmd_string
8860 parameter const.
8861
8862 2015-05-06 Joel Brobecker <brobecker@adacore.com>
8863
8864 * defs.h (deprecated_init_ui_hook): Delete. Remove associated
8865 comment.
8866 * top.c (deprecated_init_ui_hook): Delete.
8867 (gdb_init): Remove handling of deprecated_init_ui_hook.
8868 * interps.c (clear_interpreter_hooks): Remove handling of
8869 deprecated_init_ui_hook.
8870 * main.c (captured_main): Update comment.
8871
8872 2015-05-06 Joel Brobecker <brobecker@adacore.com>
8873
8874 * solib.c (_initialize_solib): Add "info dll" alias creation.
8875 * windows-nat.c (set_windows_aliases): Delete.
8876 (_initialize_windows_nat): Remove deprecated_init_ui_hook
8877 assignment.
8878 * NEWS: Add news entry about "info dll" now being available
8879 on all platforms.
8880
8881 2015-05-05 Joel Brobecker <brobecker@adacore.com>
8882
8883 * ada-lang.c (value_assign_to_component): Reformat and improve
8884 documentation. Remove all trailing spaces.
8885
8886 2015-05-05 Joel Brobecker <brobecker@adacore.com>
8887
8888 * inline-frame.c (inline_frame_sniffer, skip_inline_frames):
8889 Stop counting inlined frames as soon as an out-of-line function
8890 is found.
8891
8892 2014-05-05 Pierre-Marie de Rodat <derodat@adacore.com>
8893
8894 * dwarf2read.c (inherit_abstract_dies): Skip
8895 DW_TAG_GNU_call_site dies while inheriting children of an
8896 abstract DIE into a scope.
8897 (read_lexical_block_scope): Inherit abstract DIE's for
8898 lexical scopes.
8899
8900 2015-05-05 Joel Brobecker <brobecker@adacore.com>
8901
8902 * ada-valprint.c (val_print_packed_array_elements): Delete
8903 variable "len". Add a type-length check when comparing two
8904 consecutive elements of the array. Use the element's actual
8905 length in call to value_contents_eq.
8906 * ada-lang.c (ada_value_primitive_packed_val): Always return
8907 a value whose type has been resolved.
8908
8909 2015-05-05 Joel Brobecker <brobecker@adacore.com>
8910
8911 * ada-lang.c (ada_value_primitive_packed_val): Recompute
8912 BIT_SIZE and LEN if the size of the resolved type is smaller
8913 than BIT_SIZE * HOST_CHAR_BIT.
8914
8915 2015-05-05 Joel Brobecker <brobecker@adacore.com>
8916
8917 * ada-lang.c (ada_value_primitive_packed_val): Use a more
8918 correct address in call to value_at. Adjust call to
8919 value_address accordingly.
8920
8921 2015-05-05 Joel Brobecker <brobecker@adacore.com>
8922
8923 * ada-valprint.c (ada_val_print_1): Resolve TYPE before trying
8924 to print it.
8925
8926 2015-05-05 Joel Brobecker <brobecker@adacore.com>
8927
8928 * dwarf2loc.h (struct property_addr_info): Add "valaddr" field.
8929 * dwarf2loc.c (dwarf2_evaluate_property): Add handling of
8930 pinfo->valaddr.
8931 * gdbtypes.h (resolve_dynamic_type): Add "valaddr" parameter.
8932 * gdbtypes.c (resolve_dynamic_struct): Set pinfo.valaddr.
8933 (resolve_dynamic_type_internal): Set pinfo.valaddr.
8934 Add handling of addr_stack->valaddr.
8935 (resolve_dynamic_type): Add "valaddr" parameter.
8936 Set pinfo.valaddr field.
8937 * ada-lang.c (ada_discrete_type_high_bound): Update call to
8938 resolve_dynamic_type.
8939 (ada_discrete_type_low_bound): Likewise.
8940 * findvar.c (default_read_var_value): Likewise.
8941 * value.c (value_from_contents_and_address): Likewise.
8942
8943 2015-05-05 Joel Brobecker <brobecker@adacore.com>
8944
8945 * gdbtypes.c (resolve_dynamic_array): Use
8946 create_array_type_with_stride instead of create_array_type.
8947
8948 2015-04-30 DJ Delorie <dj@redhat.com>
8949
8950 * rl78-tdep.c (rl78_analyze_prologue): Pass RL78_ISA_DEFAULT to
8951 rl78_decode_opcode
8952
8953 2015-04-29 Doug Evans <dje@google.com>
8954
8955 PR python/18285
8956 * NEWS: Document new gdb.XMethodWorker.get_result_type method.
8957 * eval.c (evaluate_subexp_standard) <OP_FUNCALL>: Handle
8958 EVAL_AVOID_SIDE_EFFECTS for xmethods.
8959 * extension-priv.h (struct extension_language_ops)
8960 <get_xmethod_result_type>: New member.
8961 * extension.c (get_xmethod_result_type): New function.
8962 * extension.h (get_xmethod_result_type): Declare.
8963 * python/py-xmethods.c (get_result_type_method_name): New static
8964 global.
8965 (py_get_result_type_method_name): Ditto.
8966 (gdbpy_get_xmethod_result_type): New function.
8967 (gdbpy_initialize_xmethods): Initialize py_get_result_type_method_name.
8968 * python/python-internal.h (gdbpy_get_xmethod_result_type): Declare.
8969 * python/python.c (python_extension_ops): Add
8970 gdbpy_get_xmethod_result_type.
8971 * python/lib/gdb/xmethod.py (XMethodWorker): Add get_result_type.
8972 * valarith.c (value_x_binop): Handle EVAL_AVOID_SIDE_EFFECTS for
8973 xmethods.
8974 (value_x_unop): Ditto.
8975 * value.c (result_type_of_xmethod): New function.
8976 * value.h (result_type_of_xmethod): Declare.
8977
8978 2015-04-29 Gary Benson <gbenson@redhat.com>
8979
8980 * solib.c (solib_find_1): Allow fd argument to be NULL.
8981 (exec_file_find): Update comment.
8982 (solib_find): Likewise.
8983 * exec.c (exec_file_locate_attach): Use NULL as fd
8984 argument to exec_file_find to avoid having to close
8985 the opened file.
8986 * infrun.c (follow_exec): Likewise.
8987
8988 2015-04-28 Doug Evans <dje@google.com>
8989
8990 PR python/18299
8991 * python/lib/gdb/printing.py (register_pretty_printer): Handle
8992 name or __name__ attributes. Handle gdb module as first argument.
8993
8994 2015-04-28 Doug Evans <dje@google.com>
8995
8996 PR python/18089
8997 * python/py-prettyprint.c (print_children): Verify result of children
8998 iterator. Provide better error message.
8999 * python/python-internal..h (gdbpy_print_python_errors_p): Declare.
9000 * python/python.c (gdbpy_print_python_errors_p): New function.
9001
9002 2015-04-28 Doug Evans <dje@google.com>
9003
9004 * gdbtypes.h (struct cplus_struct_type) <n_baseclasses>: Fix comment.
9005
9006 2015-04-28 Sasha Smundak <asmundak@google.com>
9007
9008 * NEWS: Mention gdb.Type.optimized_out method.
9009 * python/py-type.c (typy_optimized_out): New function.
9010
9011 2015-04-28 John Baldwin <jhb@FreeBSD.org>
9012
9013 * fbsd-nat.c: Include "gdb_wait.h" instead of <sys/wait.h>.
9014
9015 2015-04-28 Patrick Palka <patrick@parcs.ath.cx>
9016
9017 * utils.c (init_page_info): Set rl_catch_sigwinch to zero.
9018 (initialize_utils): Move call of init_page_info() to ...
9019 * top.c (gdb_init): ... here.
9020
9021 2015-04-28 Patrick Palka <patrick@parcs.ath.cx>
9022
9023 * tui/tui-win.c (tui_sigwinch_handler): Remove now-stale comment.
9024 (tui_sigwinch_handler): Still update our idea of
9025 the terminal's width and height even when TUI is not active.
9026
9027 2015-04-28 Patrick Palka <patrick@parcs.ath.cx>
9028
9029 * utils.h (set_screen_width_and_height): Declare.
9030 * utils.c (set_screen_width_and_height): Define.
9031 * tui/tui-win.c (tui_update_gdb_sizes): Use it.
9032
9033 2015-04-28 Gary Benson <gbenson@redhat.com>
9034
9035 * infrun.c (solist.h): New include.
9036 (follow_exec): Use exec_file_find to prefix execd_pathname
9037 with gdb_sysroot.
9038
9039 2015-04-28 Patrick Palka <patrick@parcs.ath.cx>
9040
9041 * tui/tui-source.c (tui_set_source_content): Avoid calling
9042 strcpy() when offset is 0.
9043
9044 2015-04-28 Patrick Palka <patrick@parcs.ath.cx>
9045
9046 PR gdb/18155
9047 * tui/tui-data.c (tui_free_window): Don't free the locator
9048 window when passed an SRC_WIN or a DISASSEM_WIN.
9049
9050 2015-04-28 Patrick Palka <patrick@parcs.ath.cx>
9051
9052 * tui/tui-data.h (struct tui_win_element): Forward-declare.
9053 (tui_win_content): Move declaration.
9054 (struct tui_gen_win_info): Give 'content' field the
9055 type tui_win_content.
9056 * tui/tui-data.c (init_content_element): Remove redundant and
9057 erroneous casts.
9058 (tui_add_content_elements): Remove erroneous cast.
9059 * tui/tui-disasm.c (tui_set_disassem_content): Remove redundant
9060 casts.
9061 (tui_get_begin_asm_address): Likewise.
9062 * tui/tui-regs.c (tui_show_registers): Likewise.
9063 (tui_show_register_group): Likewise.
9064 (tui_display_registers_from): Likewise.
9065 (tui_check_register_values): Likewise.
9066 * tui/tui-source.c (tui_set_source_content): Likewise.
9067 (tui_set_source_content_nil): Likewise.
9068 (tui_source_is_displayed): Likewise.
9069 * tui/tui-stack.c (tui_show_locator_content): Likewise.
9070 (tui_set_locator_fullname): Likewise.
9071 (tui_set_locator_info): Likewise.
9072 (tui_show_frame_info): Likewise.
9073 * tui/tui-winsource.c (tui_clear_source_content): Likewise.
9074 (tui_show_source_line): Likewise.
9075 (tui_horizontal_source_scroll): Likewise.
9076 (tui_update_breakpoint_info): Likewise.
9077 (tui_set_exec_info_content): Likewise.
9078 (tui_show_exec_info_content): Likewise.
9079 (tui_alloc_source_buffer): Likewise.
9080 (tui_line_is_displayed): Likewise.
9081 (tui_addr_is_displayed): Likewise.
9082
9083 2015-04-27 John Baldwin <jhb@FreeBSD.org>
9084
9085 * fbsd-nat.c: (fbsd_wait) [PL_FLAG_EXEC]: Report TARGET_WAITKIND_EXECD
9086 event if PL_FLAG_EXEC is set.
9087 [PL_FLAG_EXEC] (fbsd_insert_exec_catchpoint): New function.
9088 [PL_FLAG_EXEC] (fbsd_remove_exec_catchpoint): New function.
9089 (fbsd_nat_add_target) [PL_FLAG_EXEC]: Set
9090 "to_insert_exec_catchpoint" to "fbsd_insert_exec_catchpoint".
9091 Set "to_remove_exec_catchpoint" to "fbsd_remove_exec_catchpoint".
9092
9093 2015-04-27 John Baldwin <jhb@FreeBSD.org>
9094
9095 * fbsd-nat.c: [PT_LWPINFO] New variable super_wait.
9096 [TDP_RFPPWAIT] New variable fbsd_pending_children.
9097 [TDP_RFPPWAIT] (fbsd_remember_child): New function.
9098 [TDP_RFPPWAIT] (fbsd_is_child_pending): New function.
9099 [TDP_RFPPWAIT] (fbsd_fetch_kinfo_proc): New function.
9100 [PT_LWPINFO] (fbsd_wait): New function.
9101 [TDP_RFPPWAIT] (fbsd_follow_fork): New function.
9102 [TDP_RFPPWAIT] (fbsd_insert_fork_catchpoint): New function.
9103 [TDP_RFPPWAIT] (fbsd_remove_fork_catchpoint): New function.
9104 [TDP_RFPPWAIT] (fbsd_insert_vfork_catchpoint): New function.
9105 [TDP_RFPPWAIT] (fbsd_remove_vfork_catchpoint): New function.
9106 [TDP_RFPPWAIT] (fbsd_enable_follow_fork): New function.
9107 [TDP_RFPPWAIT] (fbsd_post_startup_inferior): New function.
9108 [TDP_RFPPWAIT] (fbsd_post_attach): New function.
9109 (fbsd_nat_add_target) [PT_LWPINFO] Set "to_wait" to
9110 "fbsd_wait".
9111 [TDP_RFPPWAIT] Set "to_follow_fork" to "fbsd_follow_fork".
9112 Set "to_insert_fork_catchpoint" to "fbsd_insert_fork_catchpoint".
9113 Set "to_remove_fork_catchpoint" to "fbsd_remove_fork_catchpoint".
9114 Set "to_insert_vfork_catchpoint" to "fbsd_insert_vfork_catchpoint".
9115 Set "to_remove_vfork_catchpoint" to "fbsd_remove_vfork_catchpoint".
9116 Set "to_post_startup_inferior" to "fbsd_post_startup_inferior".
9117 Set "to_post_attach" to "fbsd_post_attach".
9118
9119 2015-04-27 John Baldwin <jhb@FreeBSD.org>
9120
9121 * fbsd-nat.c (fbsd_pid_to_exec_file): Mark static.
9122 (fbsd_find_memory_regions): Mark static.
9123 (fbsd_nat_add_target): New function.
9124 * fbsd-nat.h: Export fbsd_nat_add_target and remove prototypes for
9125 fbsd_pid_to_exec_file and fbsd_find_memory_regions.
9126 * amd64fbsd-nat.c (_initialize_amd64fbsd_nat): Use fbsd_nat_add_target.
9127 * i386fbsd-nat.c (_initialize_i386fbsd_nat): Likewise.
9128 * ppcfbsd-nat.c (_initialize_ppcfbsd_nat): Likewise.
9129 * sparc64fbsd-nat.c (_initialize_sparc64fbsd_nat): Likewise.
9130
9131 2015-04-27 Gary Benson <gbenson@redhat.com>
9132
9133 * objfiles.c (allocate_objfile): Do not attempt to expand name
9134 if name is a "target:" filename.
9135 * auto-load.c (load_auto_scripts_for_objfile): Do not attempt
9136 to load auto-load scripts for objfiles with "target:" filenames.
9137
9138 2015-04-27 Andreas Arnez <arnez@linux.vnet.ibm.com>
9139
9140 * s390-linux-tdep.c: Include "elf/s390.h" and "elf-bfd.h".
9141 (enum s390_vector_abi_kind): New enum.
9142 (struct gdbarch_tdep)<vector_abi>: New field.
9143 (s390_effective_inner_type): Add parameter min_size. Stop
9144 unwrapping if the inner type is smaller than min_size.
9145 (s390_function_arg_float): Adjust call to
9146 s390_effective_inner_type.
9147 (s390_function_arg_vector): New function.
9148 (s390_function_arg_integer): Adjust comment.
9149 (struct s390_arg_state)<vr>: New field.
9150 (s390_handle_arg): Add parameter 'is_unnamed'. Pass vector
9151 arguments according to vector ABI when appropriate.
9152 (s390_push_dummy_call): Initialize the argument state's field
9153 'vr'. Adjust calls to s390_handle_arg.
9154 (s390_register_return_value): Handle vector return values.
9155 (s390_return_value): Apply the "register" return value convention
9156 to a vector when appropriate.
9157 (s390_gdbarch_init): Initialize tdep->vector_abi.
9158 * NEWS: Announce S390 vector ABI support.
9159
9160 2015-04-27 Andreas Arnez <arnez@linux.vnet.ibm.com>
9161
9162 * s390-linux-tdep.c (s390_return_value_convention): Remove
9163 function. Inline its logic...
9164 (s390_return_value): ...here. Instead, move the handling of the
9165 "register" return value convention...
9166 (s390_register_return_value): ...here. New function.
9167
9168 2015-04-27 Andreas Arnez <arnez@linux.vnet.ibm.com>
9169
9170 * s390-linux-tdep.c
9171 (is_float_singleton): Remove function. Move the "singleton" part
9172 of the logic...
9173 (s390_effective_inner_type): ...here. New function.
9174 (is_float_like): Remove function. Inline its logic...
9175 (s390_function_arg_float): ...here.
9176 (is_pointer_like, is_integer_like, is_struct_like): Remove
9177 functions. Inline their logic...
9178 (s390_function_arg_integer): ...here.
9179 (s390_function_arg_pass_by_reference): Remove function.
9180 (extend_simple_arg): Remove function.
9181 (alignment_of): Remove function.
9182 (struct s390_arg_state): New structure.
9183 (s390_handle_arg): New function.
9184 (s390_push_dummy_call): Move parameter placement logic to the new
9185 function s390_handle_arg. Call it for calculating the stack area
9186 sizes first, and again for actually writing the parameters.
9187
9188 2015-04-27 Andreas Arnez <arnez@linux.vnet.ibm.com>
9189
9190 * s390-linux-tdep.c (is_power_of_two): Add comment. Return
9191 false if the argument is zero.
9192
9193 2015-04-27 Pierre-Marie de Rodat <derodat@adacore.com>
9194
9195 * ada-lang.c (template_to_static_fixed_type): Return input type
9196 when it is already fixed. Cache the input type itself when not
9197 creating a static fixed copy. Make it explicit that we never
9198 molestate the input type.
9199 * gdbtypes.c (resolve_dynamic_struct): Reset the
9200 TYPE_TARGET_TYPE field for resolved copies.
9201
9202 2015-04-27 Joel Brobecker <brobecker@adacore.com>
9203
9204 * ada-lang.c (ada_is_tagged_type): Add call to ada_check_typedef.
9205 (ada_lookup_struct_elt_type): Remove calls to ada_check_typedef.
9206 (template_to_static_fixed_type): Call ada_check_typedef only
9207 when necessary.
9208
9209 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
9210
9211 * cli/cli-dump.c (srec_dump_command): Add internationalization
9212 mark ups.
9213 (ihex_dump_command): Likewise.
9214 (tekhex_dump_command): Likewise.
9215 (binary_dump_command): Likewise.
9216 (binary_append_command): Likewise.
9217
9218 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
9219
9220 * cli/cli-dump.c (verilog_cmdlist): New variable.
9221 (dump_verilog_memory): New function.
9222 (dump_verilog_value): New function.
9223 (verilog_dump_command): New function.
9224 (_initialize_cli_dump): Add new commands to support verilog dump
9225 format.
9226 * NEWS: Add entry for "dump verilog".
9227
9228 2015-04-24 Pierre-Marie de Rodat <derodat@adacore.com>
9229
9230 * gdbtypes.c (print_gnat_stuff): Do not recurse on the
9231 descriptive type when there is none.
9232
9233 2015-04-23 Patrick Palka <patrick@parcs.ath.cx>
9234
9235 * tui/tui-win.c (tui_async_resize_screen): Call
9236 rl_resize_terminal().
9237
9238 2015-04-22 Jon Turney <jon.turney@dronecode.org.uk>
9239
9240 * windows-nat.c (handle_output_debug_string): Don't change
9241 current_event.dwThreadId.
9242 (get_windows_debug_event): Use thread_id, rather than relying on
9243 current_event.dwThreadId being changed.
9244
9245 2015-04-22 Jon Turney <jon.turney@dronecode.org.uk>
9246
9247 * windows-nat.c (windows_continue): Report an error if
9248 ContinueDebugEvent() fails.
9249
9250 2015-04-16 Jon Turney <jon.turney@dronecode.org.uk>
9251
9252 * windows-nat.c (windows_resume): Fix misspelling in debug output.
9253
9254 2015-04-16 Jon Turney <jon.turney@dronecode.org.uk>
9255
9256 * windows-nat.c (get_windows_debug_event): Replace retval with
9257 thread_id throughout. Update stale comment.
9258
9259 2015-04-16 Jon Turney <jon.turney@dronecode.org.uk>
9260
9261 * windows-nat.c (get_windows_debug_event): Don't use ternary
9262 conditional operator.
9263
9264 2015-04-21 Pierre Muller <muller@sourceware.org>
9265
9266 PR pascal/17815
9267 p-exp.y (yylex): Reorganize code to return the matched pattern
9268 for a field of this.
9269
9270 2015-04-21 Gary Benson <gbenson@redhat.com>
9271
9272 * common/fileio.h (fileio_to_host_openflags): New declaration.
9273 * common/fileio.c (fcntl.h): New include.
9274 (fileio_to_host_openflags): New function, factored out from...
9275 * inf-child.c (inf_child_fileio_open_flags_to_host): ...here.
9276 Single use updated.
9277
9278 2015-04-21 Kevin Buettner <kevinb@redhat.com>
9279
9280 * rl78-tdep.c (RL78_SP_ADDR): Define.
9281 (opc_reg_to_gdb_regnum): New static function.
9282 (rl78_analyze_prologue): Recognize instructions forming slightly
9283 more interesting prologues.
9284
9285 2015-04-20 Pierre-Marie de Rodat <derodat@adacore.com>
9286
9287 Revert:
9288 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
9289 * gdbtypes.c (is_dynamic_type_internal): Remove special handling of
9290 TYPE_CODE_REF types so that they are not considered as dynamic
9291 depending on the referenced type.
9292 (resolve_dynamic_type_internal): Likewise.
9293
9294 2015-04-20 Pierre-Marie de Rodat <derodat@adacore.com>
9295
9296 Revert:
9297 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
9298 * gdbtypes.c (is_dynamic_type_internal): Remove the unused
9299 "top_level" parameter.
9300 (resolve_dynamic_type_internal): Remove the unused "top_level"
9301 parameter. Update call to is_dynamic_type_internal.
9302 (is_dynamic_type): Update call to is_dynamic_type_internal.
9303 (resolve_dynamic_range): Update call to
9304 resolve_dynamic_type_internal.
9305 (resolve_dynamic_union): Likewise.
9306 (resolve_dynamic_struct): Likewise.
9307 (resolve_dynamic_type): Likewise.
9308
9309 2015-04-19 Gabriel Krisman Bertazi <gabriel@krisman.be>
9310
9311 * breakpoint.c (update_dprintf_command_list): Remove duplicated
9312 xmalloc.
9313
9314 2015-04-20 Thomas Schwinge <thomas@codesourcery.com>
9315
9316 * reply_mig_hack.awk: Robustify parsing.
9317
9318 * reply_mig_hack.awk: Don't bother to declare an intermediate
9319 function pointer variable.
9320
9321 2015-04-17 Doug Evans <dje@google.com>
9322
9323 * solib-svr4.c (svr4_exec_displacement): Rename outer "displacement"
9324 to "exec_displacement" to avoid confusion with inner use of the name.
9325
9326 2015-04-17 Pedro Alves <palves@redhat.com>
9327
9328 * arm-linux-nat.c (arm_linux_can_use_hw_breakpoint): Return zero
9329 if HW point of TYPE isn't supported.
9330
9331 2015-04-17 Yao Qi <yao.qi@linaro.org>
9332 Pedro Alves <palves@redhat.com>
9333
9334 * target.h (target_can_use_hardware_watchpoint): Update comments.
9335 Remove trailing ";".
9336
9337 2015-04-17 Gary Benson <gbenson@redhat.com>
9338
9339 * remote.c (remote_add_inferior): New argument try_open_exec.
9340 If nonzero, attempt to open the inferior's executable file as
9341 the main executable if no main executable is open already.
9342 All callers updated.
9343 * NEWS: Mention that GDB now supports automatic location and
9344 retrieval of executable + files from remote targets.
9345
9346 2015-04-17 Gary Benson <gbenson@redhat.com>
9347
9348 * target.h (TARGET_OBJECT_EXEC_FILE): New enum value.
9349 * remote.c (PACKET_qXfer_exec_file): Likewise.
9350 (remote_protocol_features): Register the
9351 "qXfer:exec-file:read" feature.
9352 (remote_xfer_partial): Handle TARGET_OBJECT_EXEC_FILE.
9353 (remote_pid_to_exec_file): New function.
9354 (init_remote_ops): Initialize to_pid_to_exec_file.
9355 (_initialize_remote): Register new "set/show remote
9356 pid-to-exec-file-packet" command.
9357 * NEWS: Announce new qXfer:exec-file:read packet.
9358
9359 2015-04-17 Gary Benson <gbenson@redhat.com>
9360
9361 * nat/linux-procfs.h (linux_proc_pid_to_exec_file):
9362 New declaration.
9363 * nat/linux-procfs.c (linux_proc_pid_to_exec_file):
9364 New function, factored out from...
9365 * linux-nat.c (linux_child_pid_to_exec_file): ...here.
9366
9367 2015-04-17 Gary Benson <gbenson@redhat.com>
9368
9369 * exec.c (solist.h): New include.
9370 (exec_file_locate_attach): Prefix absolute executable
9371 paths with gdb_sysroot if set.
9372 * NEWS: Mention that executable paths may be prepended
9373 with sysroot.
9374
9375 2015-04-17 Gary Benson <gbenson@redhat.com>
9376
9377 * solist.h (exec_file_find): New declaration.
9378 * solib.c (solib_find_1): New function, factored out from...
9379 (solib_find): ...here.
9380 (exec_file_find): New function.
9381
9382 2015-04-17 Gary Benson <gbenson@redhat.com>
9383
9384 * gdbcore.h (exec_file_locate_attach): New declaration.
9385 * exec.c (exec_file_locate_attach): New function, factored
9386 out from...
9387 * infcmd.c (attach_command_post_wait): ...here.
9388
9389 2015-04-17 Mike Frysinger <vapier@gentoo.org>
9390
9391 * MAINTAINERS: Add myself for Blackfin/write-after-approval.
9392
9393 2015-04-16 Yao Qi <yao.qi@linaro.org>
9394
9395 * infrun.c (maybe_software_singlestep): Declare.
9396 (displaced_step_fixup): Call maybe_software_singlestep.
9397
9398 2015-04-15 Doug Evans <dje@google.com>
9399
9400 * psymtab.c (psym_expand_symtabs_matching): Add QUIT call.
9401
9402 2015-04-15 Doug Evans <dje@google.com>
9403
9404 * dwarf2read.c (dw2_expand_symtabs_matching): Add some QUIT calls.
9405
9406 2015-04-15 Simon Marchi <simon.marchi@ericsson.com>
9407
9408 * python/lib/gdb/command/unwinders.py: Add parentheses.
9409
9410 2015-04-15 Yao Qi <yao.qi@linaro.org>
9411
9412 * arm-linux-tdep.c (arm_linux_copy_svc): Update debug message.
9413
9414 2015-04-15 Yao Qi <yao.qi@linaro.org>
9415
9416 * arm-linux-tdep.c (arm_linux_copy_svc): Fix indentation.
9417
9418 2015-04-15 Yao Qi <yao.qi@linaro.org>
9419
9420 * arm-linux-tdep.c (arm_linux_cleanup_svc): Use
9421 dsc->insn_size instead of 4.
9422
9423 2015-04-14 Gary Benson <gbenson@redhat.com>
9424
9425 * jit.c (mem_bfd_iovec_stat): Zero supplied buffer.
9426 * minidebug.c (lzma_stat): Likewise.
9427 * solib-spu.c (spu_bfd_iovec_stat): Likewise.
9428 * spu-linux-nat.c (spu_bfd_iovec_stat): Likewise.
9429
9430 2015-04-13 Stan Shebs <stanshebs@google.com>
9431
9432 * MAINTAINERS: Update my email address.
9433
9434 2015-04-13 John Baldwin <jhb@FreeBSD.org>
9435
9436 * amd64-tdep.c (amd64_target_description): New function.
9437 * amd64-tdep.h: Export amd64_target_description and tdesc_amd64.
9438 * amd64bsd-nat.c [PT_GETXSTATE_INFO]: New variable amd64bsd_xsave_len.
9439 (amd64bsd_fetch_inferior_registers) [PT_GETXSTATE_INFO]: Handle
9440 x86 extended save area.
9441 (amd64bsd_store_inferior_registers) [PT_GETXSTATE_INFO]: Likewise.
9442 * amd64bsd-nat.h: Export amd64bsd_xsave_len.
9443 * amd64fbsd-nat.c (amd64fbsd_read_description): New function.
9444 (_initialize_amd64fbsd_nat): Set "to_read_description" to
9445 "amd64fbsd_read_description".
9446 * amd64fbsd-tdep.c (amd64fbsd_core_read_description): New function.
9447 (amd64fbsd_supply_xstateregset): New function.
9448 (amd64fbsd_collect_xstateregset): New function.
9449 Add "amd64fbsd_xstateregset".
9450 (amd64fbsd_iterate_over_regset_sections): New function.
9451 (amd64fbsd_init_abi): Set "xsave_xcr0_offset" to
9452 "I386_FBSD_XSAVE_XCR0_OFFSET".
9453 Add "iterate_over_regset_sections" gdbarch method.
9454 Add "core_read_description" gdbarch method.
9455 * i386-tdep.c (i386_target_description): New function.
9456 * i386-tdep.h: Export i386_target_description and tdesc_i386.
9457 * i386bsd-nat.c [PT_GETXSTATE_INFO]: New variable i386bsd_xsave_len.
9458 (i386bsd_fetch_inferior_registers) [PT_GETXSTATE_INFO]: Handle
9459 x86 extended save area.
9460 (i386bsd_store_inferior_registers) [PT_GETXSTATE_INFO]: Likewise.
9461 * i386bsd-nat.h: Export i386bsd_xsave_len.
9462 * i386fbsd-nat.c (i386fbsd_read_description): New function.
9463 (_initialize_i386fbsd_nat): Set "to_read_description" to
9464 "i386fbsd_read_description".
9465 * i386fbsd-tdep.c (i386fbsd_core_read_xcr0): New function.
9466 (i386fbsd_core_read_description): New function.
9467 (i386fbsd_supply_xstateregset): New function.
9468 (i386fbsd_collect_xstateregset): New function.
9469 Add "i386fbsd_xstateregset".
9470 (i386fbsd_iterate_over_regset_sections): New function.
9471 (i386fbsd4_init_abi): Set "xsave_xcr0_offset" to
9472 "I386_FBSD_XSAVE_XCR0_OFFSET".
9473 Add "iterate_over_regset_sections" gdbarch method.
9474 Add "core_read_description" gdbarch method.
9475 * i386fbsd-tdep.h: New file.
9476
9477 2015-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9478
9479 * NEWS (Changes since GDB 7.9): Add removed -xdb.
9480 * breakpoint.c (command_line_is_silent): Remove xdb_commands
9481 conditional.
9482 (_initialize_breakpoint): Remove xdb_commands for bc, ab, sb, db, ba
9483 and lb.
9484 * cli/cli-cmds.c (_initialize_cli_cmds): Remove xdb_commands for v and
9485 va.
9486 * cli/cli-decode.c (find_command_name_length): Remove xdb_commands
9487 conditional.
9488 * defs.h (xdb_commands): Remove declaration.
9489 * f-valprint.c (_initialize_f_valprint): Remove xdb_commands for lc.
9490 * guile/scm-cmd.c (command_classes): Remove xdb from comment.
9491 * infcmd.c (run_no_args_command, go_command): Remove.
9492 (_initialize_infcmd): Remove xdb_commands for S, go, g, R and lr.
9493 * infrun.c (xdb_handle_command): Remove.
9494 (_initialize_infrun): Remove xdb_commands for lz and z.
9495 * main.c (xdb_commands): Remove variable.
9496 (captured_main): Remove "xdb" from long_options.
9497 (print_gdb_help): Remove --xdb from help.
9498 * python/py-cmd.c (gdbpy_initialize_commands): Remove xdb from comment.
9499 * source.c (_initialize_source): Remove xdb_commands for D, ld, / and ?.
9500 * stack.c (backtrace_full_command, args_plus_locals_info)
9501 (current_frame_command): Remove.
9502 (_initialize_stack): Remove xdb_commands for t, T and l.
9503 * symtab.c (_initialize_symtab): Remove xdb_commands for lf and lg.
9504 * thread.c (_initialize_thread): Remove xdb_commands condition.
9505 * tui/tui-layout.c (tui_toggle_layout_command)
9506 (tui_toggle_split_layout_command, tui_handle_xdb_layout): Remove.
9507 (_initialize_tui_layout): Remove xdb_commands for td and ts.
9508 * tui/tui-regs.c (tui_scroll_regs_forward_command)
9509 (tui_scroll_regs_backward_command): Remove.
9510 (_initialize_tui_regs): Remove xdb_commands for fr, gr, sr, +r and -r.
9511 * tui/tui-win.c (tui_xdb_set_win_height_command): Remove.
9512 (_initialize_tui_win): Remove xdb_commands for U and w.
9513 * utils.c (pagination_on_command, pagination_off_command): Remove.
9514 (initialize_utils): Remove xdb_commands for am and sm.
9515
9516 2015-04-10 Pedro Alves <palves@redhat.com>
9517
9518 * infrun.c (displaced_step_fixup): Switch to the event ptid
9519 earlier. If the thread stopped for a watchpoint and the
9520 target/arch has non-continuable watchpoints, cancel the displaced
9521 step.
9522 (resume): Don't start a displaced step if in-line step-over info
9523 is valid.
9524
9525 2015-04-10 Pedro Alves <palves@redhat.com>
9526
9527 * infrun.c (displaced_step_in_progress): New function.
9528 (do_target_resume): Advise target to report all signals if
9529 displaced stepping.
9530
9531 2015-04-10 Pedro Alves <palves@redhat.com>
9532
9533 PR gdb/18216
9534 * infrun.c (process_event_stop_test): Don't assume a step-resume
9535 is set if tp->stepped_breakpoint is true.
9536
9537 2015-04-10 Yao Qi <yao.qi@linaro.org>
9538
9539 * arm-tdep.c (install_alu_reg): Update comment.
9540 (thumb_copy_alu_reg): Remove local variable rn. Update
9541 debugging message. Use r2 instead of r1 in the modified
9542 instruction.
9543
9544 2015-04-10 Pedro Alves <palves@redhat.com>
9545
9546 PR gdb/13858
9547 * amd64-linux-tdep.c (amd64_linux_init_abi_common): Install
9548 linux_displaced_step_location as gdbarch_displaced_step_location
9549 hook.
9550 * arm-linux-tdep.c (arm_linux_init_abi): Likewise.
9551 * i386-linux-tdep.c (i386_linux_init_abi): Likewise.
9552 * linux-tdep.c (linux_displaced_step_location): New function,
9553 based on ppc_linux_displaced_step_location.
9554 * linux-tdep.h (linux_displaced_step_location): New declaration.
9555 * ppc-linux-tdep.c (ppc_linux_entry_point_addr): Delete.
9556 (ppc_linux_inferior_created, ppc_linux_displaced_step_location):
9557 Delete.
9558 (ppc_linux_init_abi): Install linux_displaced_step_location as
9559 gdbarch_displaced_step_location hook, even without Cell/B.E..
9560 (_initialize_ppc_linux_tdep): Don't install
9561 ppc_linux_inferior_created as inferior_created observer.
9562 * s390-linux-tdep.c (s390_gdbarch_init): Install
9563 linux_displaced_step_location as gdbarch_displaced_step_location
9564 hook.
9565
9566 2015-04-09 Gary Benson <gbenson@redhat.com>
9567
9568 * common/common-remote-fileio.h: Rename to...
9569 * common/fileio.h: ...this. Update all references.
9570 (remote_fileio_to_fio_error): Rename to...
9571 (host_to_fileio_error): ...this.
9572 (remote_fileio_to_be): Rename to...
9573 (host_to_bigendian): ...this. Update all callers.
9574 (remote_fileio_to_fio_uint): Rename to...
9575 (host_to_fileio_uint): ...this. Update all callers.
9576 (remote_fileio_to_fio_time): Rename to...
9577 (host_to_fileio_time): ...this. Update all callers.
9578 (remote_fileio_to_fio_stat): Rename to...
9579 (host_to_fileio_stat): ...this.
9580 Update all references.
9581 * common/common-remote-fileio.c: Rename to...
9582 * common/fileio.c: ...this. Update all references.
9583 (remote_fileio_to_fio_error): Rename to...
9584 (host_to_fileio_error): ...this. Update all callers.
9585 (remote_fileio_mode_to_target): Rename to...
9586 (fileio_mode_pack): ...this. Update all callers.
9587 (remote_fileio_to_fio_mode): Rename to...
9588 (host_to_fileio_mode): ...this. Update all callers.
9589 (remote_fileio_to_fio_ulong): Rename to...
9590 (host_to_fileio_ulong): ...this. Update all callers.
9591 (remote_fileio_to_fio_stat): Rename to...
9592 (host_to_fileio_stat): ...this. Update all callers.
9593
9594 2015-04-09 Andy Wingo <wingo@igalia.com>
9595
9596 * guile/scm-frame.c (gdbscm_frame_read_register): New function.
9597 (frame_functions): Bind gdbscm_frame_read_register to
9598 frame-read-register.
9599 * guile/lib/gdb.scm (frame-read-register): Export.
9600
9601 2015-04-09 Gary Benson <gbenson@redhat.com>
9602
9603 * common/common-remote-fileio.h (remote_fileio_to_fio_error):
9604 New declaration.
9605 * common/common-remote-fileio.c (remote_fileio_to_fio_error):
9606 New function, factored out the named functions below.
9607 * inf-child.c (gdb/fileio.h): Remove include.
9608 (common-remote-fileio.h): New include.
9609 (inf_child_errno_to_fileio_error): Remove function. Update
9610 all callers to use remote_fileio_to_fio_error.
9611 * remote-fileio.c (remote_fileio_errno_to_target): Likewise.
9612
9613 2015-04-09 Andy Wingo <wingo@igalia.com>
9614
9615 * MAINTAINERS (Write After Approval): Add Andy Wingo.
9616
9617 2015-04-09 H.J. Lu <hongjiu.lu@intel.com>
9618
9619 * acinclude.m4: (GDB_AC_CHECK_BFD): Set ZLIBDIR with $zlibdir.
9620 Replace $zlibdir with $ZLIBDIR in LDFLAGS.
9621 * configure: Regenerated.
9622
9623 2015-04-09 Pedro Alves <palves@redhat.com>
9624
9625 * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add strtok_r.
9626 * gnulib/Makefile.in (aclocal_m4_deps): Add import/m4/strtok_r.m4.
9627 * gnulib/configure, gnulib/config.in, gnulib/aclocal.m4: Regenerate.
9628 * gnulib/import/Makefile.am: Update.
9629 * gnulib/import/Makefile.in: Update.
9630 * gnulib/import/m4/gnulib-cache.m4: Update.
9631 * gnulib/import/m4/gnulib-comp.m4: Update.
9632 * gnulib/import/m4/strtok_r.m4: New file.
9633 * gnulib/import/strtok_r.c: New file.
9634
9635 2015-04-09 Pedro Alves <palves@redhat.com>
9636
9637 * gnulib/update-gnulib.sh (aclocal version check): Filter out
9638 "called too early to check prototype".
9639
9640 2015-04-08 Sergio Durigan Junior <sergiodj@redhat.com>
9641
9642 PR python/16699
9643 * python/py-cmd.c (cmdpy_completer_helper): Adjust function to not
9644 use a caching mechanism. Adjust comments and code to reflect
9645 that. Replace 'sizeof' by 'strlen' when fetching 'wordobj'.
9646 (cmdpy_completer_handle_brkchars): Adjust call to
9647 cmdpy_completer_helper. Call Py_XDECREF for 'resultobj'.
9648 (cmdpy_completer): Likewise.
9649
9650 2015-04-08 Yao Qi <yao.qi@linaro.org>
9651
9652 * spu-tdep.c (spu_gdbarch_init): Don't call
9653 set_gdbarch_cannot_step_breakpoint.
9654
9655 2015-04-07 Sergio Durigan Junior <sergiodj@redhat.com>
9656
9657 * linux-tdep.c (decode_vmflags): Initialize 'saveptr'.
9658
9659 2015-04-07 Pedro Alves <palves@redhat.com>
9660
9661 * gdbthread.h (ALL_NON_EXITED_THREADS_SAFE): Rename to ...
9662 (ALL_THREADS_SAFE): ... this, and don't skip exited threads.
9663 (delete_exited_threads): New declaration.
9664 * infrun.c (follow_exec): Use ALL_THREADS_SAFE.
9665 * linux-nat.c (linux_nat_update_thread_list): New function.
9666 (linux_nat_add_target): Install it.
9667 * remote.c (remote_update_thread_list): Use ALL_THREADS_SAFE.
9668 * thread.c (prune_threads): Use ALL_THREADS_SAFE.
9669 (delete_exited_threads): New function.
9670
9671 2015-04-07 Pedro Alves <pedro@codesourcery.com>
9672
9673 * infrun.c (resume) <displaced stepping debug output>: Get the
9674 leader thread's regcache, not resume_ptid's.
9675
9676 2015-04-06 Doug Evans <xdje42@gmail.com>
9677
9678 * symtab.c (hash_symbol_entry): Hash STRUCT_DOMAIN symbols as
9679 VAR_DOMAIN.
9680 (symbol_cache_lookup): Clarify use of bsc_ptr, slot_ptr parameters.
9681 Include symbol domain in debugging output.
9682
9683 2015-04-06 Pedro Alves <palves@redhat.com>
9684 Bernd Edlinger <bernd.edlinger@hotmail.de>
9685
9686 * configure.ac: Remove the mingw32-specific stub-termcap.o
9687 fallback, and instead fallback to the stub termcap on all hosts.
9688 * configure: Regenerate.
9689 * stub-termcap.c [!__MINGW32__] (PC, BC, UP): Define as weak
9690 symbols.
9691
9692 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
9693
9694 * gdbtypes.c (is_dynamic_type_internal): Remove the unused
9695 "top_level" parameter.
9696 (resolve_dynamic_type_internal): Remove the unused "top_level"
9697 parameter. Update call to is_dynamic_type_internal.
9698 (is_dynamic_type): Update call to is_dynamic_type_internal.
9699 (resolve_dynamic_range): Update call to
9700 resolve_dynamic_type_internal.
9701 (resolve_dynamic_union): Likewise.
9702 (resolve_dynamic_struct): Likewise.
9703 (resolve_dynamic_type): Likewise.
9704
9705 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
9706
9707 * gdbtypes.c (is_dynamic_type_internal): Remove special handling of
9708 TYPE_CODE_REF types so that they are not considered as dynamic
9709 depending on the referenced type.
9710 (resolve_dynamic_type_internal): Likewise.
9711
9712 2015-04-02 H.J. Lu <hongjiu.lu@intel.com>
9713
9714 * Makefile.in (top_srcdir): New.
9715 * configure: Regenerated.
9716
9717 2015-04-02 Gary Benson <gbenson@redhat.com>
9718
9719 * NEWS: Announce the new default sysroot of "target:".
9720
9721 2015-04-02 Gary Benson <gbenson@redhat.com>
9722
9723 * main.c (captured_main): Set gdb_sysroot to "target:"
9724 if not otherwise set.
9725
9726 2015-04-02 Gary Benson <gbenson@redhat.com>
9727
9728 * exec.c (exec_file_attach): Support "target:" filenames.
9729
9730 2015-04-02 Gary Benson <gbenson@redhat.com>
9731
9732 * solib.c (solib_find): Strip "target:" prefix from sysroot
9733 if accessing local files.
9734
9735 2015-04-02 Gary Benson <gbenson@redhat.com>
9736
9737 * symfile.c (symfile_bfd_open): Reorder to remove duplicated
9738 checks and error messages.
9739
9740 2015-04-02 Gary Benson <gbenson@redhat.com>
9741
9742 * remote.h (REMOTE_SYSROOT_PREFIX): Remove definition.
9743 (remote_filename_p): Remove declaration.
9744 (remote_bfd_open): Likewise.
9745 * remote.c (remote_bfd_iovec_open): Remove function.
9746 (remote_bfd_iovec_close): Likewise.
9747 (remote_bfd_iovec_pread): Likewise.
9748 (remote_bfd_iovec_stat): Likewise.
9749 (remote_filename_p): Likewise.
9750 (remote_bfd_open): Likewise.
9751 * symfile.h (gdb_bfd_open_maybe_remote): Remove declaration.
9752 * symfile.c (separate_debug_file_exists): Use gdb_bfd_open.
9753 (gdb_bfd_open_maybe_remote): Remove function.
9754 (symfile_bfd_open): Replace remote filename check with
9755 target filename check.
9756 (reread_symbols): Use gdb_bfd_open.
9757 * build-id.c (gdbcore.h): New include.
9758 (build_id_to_debug_bfd): Use gdb_bfd_open.
9759 * infcmd.c (attach_command_post_wait): Remove remote filename
9760 check.
9761 * solib.c (solib_find): Replace remote-specific handling with
9762 target-specific handling. Update comments where necessary.
9763 (solib_bfd_open): Replace remote-specific handling with
9764 target-specific handling.
9765 (gdb_sysroot_changed): New function.
9766 (_initialize_solib): Call the above when gdb_sysroot changes.
9767 * windows-tdep.c (gdbcore.h): New include.
9768 (windows_xfer_shared_library): Use gdb_bfd_open.
9769
9770 2015-04-02 Gary Benson <gbenson@redhat.com>
9771
9772 * gdb/gdb_bfd.h (TARGET_SYSROOT_PREFIX): New definition.
9773 (is_target_filename): New declaration.
9774 (gdb_bfd_has_target_filename): Likewise.
9775 (gdb_bfd_open): Update documentation comment.
9776 * gdb_bfd.c (target.h): New include.
9777 (gdb/fileio.h): Likewise.
9778 (is_target_filename): New function.
9779 (gdb_bfd_has_target_filename): Likewise.
9780 (fileio_errno_to_host): Likewise.
9781 (gdb_bfd_iovec_fileio_open): Likewise.
9782 (gdb_bfd_iovec_fileio_pread): Likewise.
9783 (gdb_bfd_iovec_fileio_close): Likewise.
9784 (gdb_bfd_iovec_fileio_fstat): Likewise.
9785 (gdb_bfd_open): Use target fileio to access paths prefixed
9786 with "target:" where necessary.
9787
9788 2015-04-02 Gary Benson <gbenson@redhat.com>
9789
9790 * target.h (struct target_ops) <to_filesystem_is_local>:
9791 New field.
9792 (target_filesystem_is_local): New macro.
9793 * target-delegates.c: Regenerate.
9794 * remote.c (remote_filesystem_is_local): New function.
9795 (init_remote_ops): Initialize to_filesystem_is_local.
9796
9797 2015-04-02 Gary Benson <gbenson@redhat.com>
9798
9799 * target.h (struct target_ops) <to_fileio_fstat>: New field.
9800 (target_fileio_fstat): New declaration.
9801 * target.c (target_fileio_fstat): New function.
9802 * inf-child.c (inf_child_fileio_fstat): Likewise.
9803 (inf_child_target): Initialize to_fileio_fstat.
9804 * remote.c (init_remote_ops): Likewise.
9805
9806 2015-04-01 Sasha Smundak <asmundak@google.com>
9807
9808 * Makefile.in (SUBDIR_PYTHON_OBJS): Add py-unwind.o.
9809 (SUBDIR_PYTHON_SRCS): Add py-unwind.c.
9810 (py-unwind.o): New recipe.
9811 * NEWS: mention Python frame unwinding.
9812 * data-directory/Makefile.in (PYTHON_FILE_LIST): Add
9813 gdb/unwinder.py and gdb/command/unwinder.py
9814 * python/lib/gdb/__init__.py (packages): Add frame_unwinders
9815 list.
9816 (execute_unwinders): New function.
9817 * python/lib/gdb/command/unwinders.py: New file.
9818 * python/lib/gdb/unwinder.py: New file.
9819 * python/py-objfile.c (objfile_object): Add frame_unwinders field.
9820 (objfpy_dealloc): Decrement frame_unwinders reference count.
9821 (objfpy_initialize): Create frame_unwinders list.
9822 (objfpy_get_frame_unwinders): New function.
9823 (objfpy_set_frame_unwinders): Ditto.
9824 (objfile_getset): Add frame_unwinders attribute to Objfile.
9825 * python/py-progspace.c (pspace_object): Add frame_unwinders field.
9826 (pspy_dealloc): Decrement frame_unwinders reference count.
9827 (pspy_initialize): Create frame_unwinders list.
9828 (pspy_get_frame_unwinders): New function.
9829 (pspy_set_frame_unwinders): Ditto.
9830 (pspy_getset): Add frame_unwinders attribute to gdb.Progspace.
9831 * python/py-unwind.c: New file.
9832 * python/python-internal.h (pspy_get_name_unwinders): New prototype.
9833 (objpy_get_frame_unwinders): New prototype.
9834 (gdbpy_initialize_unwind): New prototype.
9835 * python/python.c (gdbpy_apply_type_printers): Call
9836 gdbpy_initialize_unwind.
9837
9838 2015-04-01 Pedro Alves <palves@redhat.com>
9839
9840 * infrun.c (resume): Check currently_stepping after clearing
9841 stepped_breakpoint, not before.
9842
9843 2015-04-01 Pedro Alves <palves@redhat.com>
9844
9845 * infrun.c (print_target_wait_results): Print all the ptid
9846 elements.
9847
9848 2015-04-01 Pedro Alves <palves@redhat.com>
9849
9850 * infrun.c (keep_going): Also discard cleanups if inserting
9851 breakpoints fails.
9852
9853 2015-04-01 Pedro Alves <palves@redhat.com>
9854
9855 * infrun.c (wait_for_inferior): Install the
9856 finish_thread_state_cleanup cleanup across the whole function, not
9857 just around handle_inferior_event.
9858
9859 2015-04-01 Pedro Alves <palves@redhat.com>
9860
9861 * infrun.c (resume) <step past permanent breakpoint>: Use
9862 do_target_resume.
9863
9864 2015-04-01 Pedro Alves <palves@redhat.com>
9865
9866 * linux-nat.c (linux_handle_extended_wait): Always call set_running.
9867
9868 2015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
9869
9870 * MAINTAINERS (Write After Approval): Add "Pierre-Marie de Rodat".
9871
9872 2015-04-01 Pedro Alves <palves@redhat.com>
9873
9874 * linux-thread-db.c (record_thread): Readd the thread to gdb's
9875 list if it was marked exited.
9876
9877 2015-04-01 H.J. Lu <hongjiu.lu@intel.com>
9878
9879 * configure: Regenerated.
9880
9881 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
9882 Jan Kratochvil <jan.kratochvil@redhat.com>
9883 Oleg Nesterov <oleg@redhat.com>
9884
9885 PR corefiles/16092
9886 * linux-tdep.c: Include 'gdbcmd.h' and 'gdb_regex.h'.
9887 New enum identifying the various options of the coredump_filter
9888 file.
9889 (struct smaps_vmflags): New struct.
9890 (use_coredump_filter): New variable.
9891 (decode_vmflags): New function.
9892 (mapping_is_anonymous_p): Likewise.
9893 (dump_mapping_p): Likewise.
9894 (linux_find_memory_regions_full): New variables
9895 'coredumpfilter_name', 'coredumpfilterdata', 'pid', 'filterflags'.
9896 Removed variable 'modified'. Read /proc/<PID>/smaps file; improve
9897 parsing of its information. Implement memory mapping filtering
9898 based on its contents.
9899 (show_use_coredump_filter): New function.
9900 (_initialize_linux_tdep): New command 'set use-coredump-filter'.
9901 * NEWS: Mention the possibility of using the
9902 '/proc/PID/coredump_filter' file when generating a corefile.
9903 Mention new command 'set use-coredump-filter'.
9904
9905 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
9906
9907 * solib-svr4.c (solib_svr4_r_ldsomap): Catch possible exception by
9908 read_memory_unsigned_integer.
9909
9910 2015-03-31 H.J. Lu <hongjiu.lu@intel.com>
9911
9912 * Makefile.in (ZLIB): New.
9913 (ZLIBINC): Likewise.
9914 (INTERNAL_CFLAGS_BASE): Add $(ZLIBINC).
9915 (CLIBS): Add $(ZLIB).
9916 * acinclude.m4: (GDB_AC_CHECK_BFD): Add $zlibdir to LDFLAGS.
9917 Add -lz to LIBS.
9918 * gdb_bfd.c: Don't check HAVE_ZLIB_H to include <zlib.h>.
9919 * top.c (print_gdb_configuration): Remove --with-zlib and
9920 --without-zlib.
9921 * config.in: Regenerated.
9922 * configure: Likewise.
9923
9924 2015-03-31 Antoine Tremblay <antoine.tremblay@ericsson.com>
9925
9926 * NEWS: Mention info os cpus support.
9927 * gdb/nat/linux-osdata.c (linux_xfer_osdata_cpus): New function.
9928 (struct osdata_type): Add cpus entry, reorder the entries in
9929 alphabetical order.
9930
9931 2015-03-31 Matthias Klose <doko@ubuntu.com>
9932
9933 * compile/compile.c (compile_to_object): Allow triplets with or
9934 without vendor set.
9935
9936 2015-03-30 Doug Evans <dje@google.com>
9937
9938 PR c++/18141
9939 * cp-namespace.c (cp_search_static_and_baseclasses): Always look for
9940 klass in VAR_DOMAIN.
9941
9942 2015-03-30 Gary Benson <gbenson@redhat.com>
9943
9944 * remote.c (remote_mourn_1): Remove function. Update all callers
9945 to use remote_mourn.
9946 (extended_remote_mourn_1): Remove function. Update all callers
9947 to use extended_remote_mourn.
9948 (extended_remote_attach_1): Remove function. Update all callers
9949 to use extended_remote_attach.
9950
9951 2015-03-28 James Bowman <james.bowman@ftdichip.com>
9952
9953 * Makefile.in (ALL_TARGET_OBS): Add ft32-tdep.o.
9954 (HFILES_NO_SRCDIR): Add ft32-tdep.h.
9955 (ALLDEPFILES): Add ft32-tdep.c.
9956 * configure.tgt: Add FT32 entry.
9957 * ft32-tdep.c: New file, FT32 target-dependent code.
9958 * ft32-tdep.h: New file, FT32 target-dependent code.
9959
9960 2015-03-27 Jan Kratochvil <jan.kratochvil@redhat.com>
9961
9962 Revert:
9963 2015-03-26 Jan Kratochvil <jan.kratochvil@redhat.com>
9964 Code cleanup.
9965 * printcmd.c (print_command_1): Move expr variable scope.
9966
9967 2015-03-27 Joel Brobecker <brobecker@adacore.com>
9968
9969 * dtrace-probe.c (dtrace_process_dof_probe): Initialize expr to NULL.
9970
9971 2015-03-27 Andrzej Kaczmarek <andrzej.kaczmarek@tieto.com>
9972
9973 * gdb_bfd.c (gdb_bfd_section_index): Fix off-by-one for special
9974 sections.
9975
9976 2015-03-26 Joel Brobecker <brobecker@adacore.com>
9977
9978 * dtrace-probe.c (dtrace_process_dof_probe): Contain any
9979 exception raised while parsing the probe arguments.
9980 Force parsing to be done using the C language parser.
9981 * expression.h (parse_expression_with_language): Declare.
9982 * parse.c (parse_expression_with_language): New function.
9983
9984 2015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
9985
9986 * MAINTAINERS (Write After Approval): Add "Jon Turney".
9987
9988 2015-03-26 Andy Wingo <wingo@igalia.com>
9989
9990 PR symtab/18148
9991 * dwarf2read.c (struct partial_die_info): Add has_const_value
9992 member.
9993 (add_partial_symbol): Don't punt on symbols that have const_value
9994 attributes.
9995 (read_partial_die): Detect DW_AT_const_value.
9996
9997 2015-03-26 Jan Kratochvil <jan.kratochvil@redhat.com>
9998
9999 Code cleanup.
10000 * printcmd.c (print_command_1): Move expr variable scope.
10001
10002 2015-03-26 Jan Kratochvil <jan.kratochvil@redhat.com>
10003
10004 Code cleanup.
10005 * printcmd.c (validate_format): Make the parameter cmdname const.
10006
10007 2015-03-26 Don Breazeal <donb@codesourcery.com>
10008
10009 * remote.c (_initialize_remote): Update comment.
10010
10011 2015-03-26 Pedro Alves <palves@redhat.com>
10012 Jon TURNEY <jon.turney@dronecode.org.uk>
10013
10014 * coffread.c (coff_symfile_read): When constructing the name of an
10015 import stub symbol from import symbol for amd64, only skip the
10016 char after _imp_ if the target is underscored (like i386) and the
10017 char is indeed the target's leading char.
10018
10019 2015-03-25 Pedro Alves <palves@redhat.com>
10020
10021 * target.h <to_async>: Replace 'callback' and 'context' parameters
10022 with boolean 'enable' parameter.
10023 (target_async): Replace CALLBACK and CONTEXT parameters with
10024 boolean ENABLE parameter.
10025 * inf-loop.c (inferior_event_handler): Adjust.
10026 * linux-nat.c (linux_nat_attach, linux_nat_resume)
10027 (linux_nat_resume): Adjust.
10028 (async_client_callback, async_client_context): Delete.
10029 (handle_target_event): Call inferior_event_handler directly.
10030 (linux_nat_async): Replace 'callback' and 'context' parameters
10031 with boolean 'enable' parameter. Adjust. Remove references to
10032 async_client_callback and async_client_context.
10033 (linux_nat_close): Adjust.
10034 * record-btrace.c (record_btrace_async): Replace 'callback' and
10035 'context' parameters with boolean 'enable' parameter. Adjust.
10036 (record_btrace_resume): Adjust.
10037 * record-full.c (record_full_async): Replace 'callback' and
10038 'context' parameters with boolean 'enable' parameter. Adjust.
10039 (record_full_resume, record_full_core_resume): Adjust.
10040 * remote.c (struct remote_state) <async_client_callback,
10041 async_client_context>: Delete fields.
10042 (remote_start_remote, extended_remote_attach_1, remote_resume)
10043 (extended_remote_create_inferior): Adjust.
10044 (remote_async_serial_handler): Call inferior_event_handler
10045 directly.
10046 (remote_async): Replace 'callback' and 'context' parameters with
10047 boolean 'enable' parameter. Adjust.
10048 * top.c (gdb_readline_wrapper_cleanup, gdb_readline_wrapper):
10049 Adjust.
10050 * target-delegates.c: Regenerate.
10051
10052 2015-03-25 Gary Benson <gbenson@redhat.com>
10053 Pedro Alves <palves@redhat.com>
10054
10055 * target.c (fileio_ft_t): New typedef, define object vector.
10056 (fileio_fhandles): New static variable.
10057 (is_closed_fileio_fh): New macro.
10058 (lowest_closed_fd): New static variable.
10059 (acquire_fileio_fd): New function.
10060 (release_fileio_fd): Likewise.
10061 (fileio_fd_to_fh): New macro.
10062 (target_fileio_open): Wrap the file descriptor on success.
10063 (target_fileio_pwrite): Updated to use wrapped file descriptor.
10064 (target_fileio_pread): Likewise.
10065 (target_fileio_close): Likewise.
10066
10067 2015-03-24 Pedro Alves <palves@redhat.com>
10068
10069 * thread.c (thread_apply_all_command): Take exited threads into
10070 account.
10071
10072 2015-03-24 Pedro Alves <palves@redhat.com>
10073
10074 * infrun.c (resume, proceed): Mention
10075 switch_back_to_stepped_thread, not switch_back_to_stepping.
10076
10077 2015-03-24 Pedro Alves <palves@redhat.com>
10078
10079 * infrun.c (user_visible_resume_ptid): Rewrite going from
10080 most-locked to unlocked instead of the opposite. Move comment ...
10081 * infrun.h (user_visible_resume_ptid): ... here.
10082
10083 2015-03-24 Pedro Alves <palves@redhat.com>
10084
10085 * linux-nat.c (linux_nat_resume): Output debug logs before trying
10086 to resume the event lwp. Use the lwp's ptid instead of the passed
10087 in (maybe wildcard) ptid.
10088 (stop_wait_callback): Tweak debug log output.
10089 (check_stopped_by_breakpoint): Tweak debug log output. Also dump
10090 TRAP_TRACE.
10091 (linux_nat_filter_event): In debug output, distinguish a
10092 resume_stop SIGSTOP from a delayed SIGSTOP. Output debug logs
10093 before trying to resume the lwp.
10094
10095 2015-03-24 Joel Brobecker <brobecker@adacore.com>
10096
10097 * gdbtypes.h (struct dynamic_prop_list) <prop>: Remove
10098 pointer indirection.
10099 * gdbtypes.c (get_dyn_prop): Adjust, following change above.
10100 (add_dyn_prop, copy_dynamic_prop_list): Likewise.
10101
10102 2015-03-24 Joel Brobecker <brobecker@adacore.com>
10103
10104 * gdbtypes.h (enum dynamic_prop_node_kind) <DYN_PROP_DATA_LOCATION>:
10105 Renames DYN_ATTR_DATA_LOCATION.
10106 (TYPE_DATA_LOCATION): Use DYN_PROP_DATA_LOCATION instead of
10107 DYN_ATTR_DATA_LOCATION.
10108 * dwarf2read.c (set_die_type): Use DYN_PROP_DATA_LOCATION
10109 instead of DYN_ATTR_DATA_LOCATION.
10110
10111 2015-03-24 Pedro Alves <palves@redhat.com>
10112
10113 * breakpoint.c (until_break_command): Adjust call to proceed.
10114 * gdbthread.h (struct thread_control_state) <stepping_command>:
10115 New field.
10116 * infcall.c (run_inferior_call): Adjust call to proceed.
10117 * infcmd.c (run_command_1, proceed_thread_callback, continue_1):
10118 Adjust calls to proceed.
10119 (set_step_frame): Set the current thread's step_start_function
10120 here.
10121 (step_once): Adjust calls to proceed.
10122 (jump_command, signal_command, until_next_command)
10123 (finish_backward, finish_forward, proceed_after_attach_callback)
10124 (attach_command_post_wait): Adjust calls to proceed.
10125 * infrun.c (proceed_after_vfork_done): Adjust call to proceed.
10126 (do_target_resume): New function, factored out from ...
10127 (resume): ... here. Remove 'step' parameter. Instead, check
10128 currently_stepping to determine whether the thread should be
10129 single-stepped.
10130 (proceed): Remove 'step' parameter and don't set the thread's
10131 step_start_function here. Adjust call to 'resume'.
10132 (handle_inferior_event): Adjust calls to 'resume'.
10133 (switch_back_to_stepped_thread): Use do_target_resume instead of
10134 'resume'.
10135 (keep_going): Adjust calls to 'resume'.
10136 * infrun.h (proceed): Remove 'step' parameter.
10137 (resume): Likewise.
10138 * windows-nat.c (do_initial_windows_stuff): Adjust call to
10139 'resume'.
10140 * mi/mi-main.c (proceed_thread): Adjust call to 'proceed'.
10141
10142 2015-03-24 Pedro Alves <palves@redhat.com>
10143
10144 * gdbthread.h (struct thread_control_state) <stepping_command>:
10145 New field.
10146 * infcmd.c (step_once): Pass step=1 to clear_proceed_status. Set
10147 the thread's stepping_command field.
10148 * infrun.c (resume): Check the thread's stepping_command flag to
10149 determine which threads should be resumed. Rename 'entry_step'
10150 local to user_step.
10151 (clear_proceed_status_thread): Clear 'stepping_command'.
10152 (schedlock_applies): Change parameter type to struct thread_info
10153 pointer. Adjust.
10154 (find_thread_needs_step_over): Remove 'step' parameter. Adjust.
10155 (switch_back_to_stepped_thread): Adjust calls to
10156 'schedlock_applies'.
10157 (_initialize_infrun): Adjust "set scheduler-locking step" help.
10158
10159 2015-03-24 Pedro Alves <palves@redhat.com>
10160
10161 * infrun.c (step_start_function): Delete and ...
10162 * gdbthread.h (struct thread_control_state) <step_start_function>:
10163 ... now a field here.
10164 * infrun.c (clear_proceed_status_thread): Clear the thread's
10165 step_start_function.
10166 (proceed, process_event_stop_test, print_stop_event): Adjust.
10167
10168 2015-03-24 Pedro Alves <palves@redhat.com>
10169
10170 * infrun.c (proceed): No longer handle negative step.
10171
10172 2015-03-24 Gary Benson <gbenson@redhat.com>
10173
10174 * nat/x86-linux.h (x86_linux_new_thread): New declaration.
10175 (x86_linux_prepare_to_resume): Likewise.
10176 * x86-linux-nat.c (x86_linux_new_thread):
10177 Moved to nat/x86-linux.c.
10178 (x86_linux_prepare_to_resume): Likewise.
10179 * nat/x86-linux.c (x86_linux_new_thread): New function.
10180 (x86_linux_prepare_to_resume): Likewise.
10181
10182 2015-03-24 Gary Benson <gbenson@redhat.com>
10183
10184 * nat/x86-linux-dregs.h: New file.
10185 * nat/x86-linux-dregs.c: Likewise.
10186 * Makefile.in (HFILES_NO_SRCDIR): Add nat/x86-linux-dregs.h.
10187 (x86-linux-dregs.o): New rule.
10188 * config/i386/linux.mh (NATDEPFILES): Add x86-linux-dregs.o.
10189 * config/i386/linux64.mh (NATDEPFILES): Likewise.
10190 * x86-linux-nat.c: Include nat/x86-linux-dregs.h.
10191 (u_debugreg_offset): Moved to nat/x86-linux-dregs.c.
10192 (x86_linux_dr_get): Likewise.
10193 (x86_linux_dr_set): Likewise.
10194 (x86_linux_dr_get_addr): Likewise.
10195 (x86_linux_dr_get_control): Likewise.
10196 (x86_linux_dr_get_status): Likewise.
10197 (update_debug_registers_callback): Likewise.
10198 (x86_linux_dr_set_control): Likewise.
10199 (x86_linux_dr_set_addr): Likewise.
10200 (x86_linux_update_debug_registers): Likewise.
10201
10202 2015-03-24 Gary Benson <gbenson@redhat.com>
10203
10204 * x86-linux-nat.c (x86_linux_update_debug_registers):
10205 New function, factored out from...
10206 (x86_linux_prepare_to_resume): ...this.
10207
10208 2015-03-24 Gary Benson <gbenson@redhat.com>
10209
10210 * x86-linux-nat.c (x86_linux_dr_get): Update comments.
10211 (x86_linux_dr_set): Likewise.
10212 (x86_linux_dr_get_addr): Likewise.
10213 (x86_linux_dr_get_control): Likewise.
10214 (x86_linux_dr_get_status): Likewise.
10215 (update_debug_registers_callback): Likewise.
10216 (x86_linux_dr_set_control): Likewise.
10217 (x86_linux_dr_set_addr): Likewise.
10218 (x86_linux_prepare_to_resume): Likewise.
10219 (x86_linux_new_thread): Likewise.
10220
10221 2015-03-24 Gary Benson <gbenson@redhat.com>
10222
10223 * x86-linux-nat.c (x86_linux_dr_set_addr): Update assertion.
10224 (x86_linux_new_thread): Rename argument.
10225
10226 2015-03-24 Gary Benson <gbenson@redhat.com>
10227
10228 * nat/x86-linux.h: New file.
10229 * nat/x86-linux.c: Likewise.
10230 * Makefile.in (HFILES_NO_SRCDIR): Add nat/x86-linux.h.
10231 (x86-linux.o): New rule.
10232 * config/i386/linux.mh (NATDEPFILES): Add x86-linux.o.
10233 * config/i386/linux64.mh (NATDEPFILES): Likewise.
10234 * nat/linux-nat.h (struct arch_lwp_info): New forward declaration.
10235 (lwp_set_arch_private_info): New declaration.
10236 (lwp_arch_private_info): Likewise.
10237 * linux-nat.c (lwp_set_arch_private_info): New function.
10238 (lwp_arch_private_info): Likewise.
10239 * x86-linux-nat.c: Include nat/x86-linux.h.
10240 (arch_lwp_info): Removed structure.
10241 (update_debug_registers_callback):
10242 Use lwp_set_debug_registers_changed.
10243 (x86_linux_prepare_to_resume): Use lwp_debug_registers_changed
10244 and lwp_set_debug_registers_changed.
10245 (x86_linux_new_thread): Use lwp_set_debug_registers_changed.
10246
10247 2015-03-24 Gary Benson <gbenson@redhat.com>
10248
10249 * nat/linux-nat.h (ptid_of_lwp): New declaration.
10250 (lwp_is_stopped): Likewise.
10251 (lwp_stop_reason): Likewise.
10252 * linux-nat.c (ptid_of_lwp): New function.
10253 (lwp_is_stopped): Likewise.
10254 (lwp_is_stopped_by_watchpoint): Likewise.
10255 * x86-linux-nat.c (update_debug_registers_callback):
10256 Use lwp_is_stopped.
10257 (x86_linux_prepare_to_resume): Use ptid_of_lwp and
10258 lwp_stop_reason.
10259
10260 2015-03-24 Gary Benson <gbenson@redhat.com>
10261
10262 * linux-nat.h (linux_stop_lwp): Move declaration to...
10263 * nat/linux-nat.h (linux_stop_lwp): New declaration.
10264
10265 2015-03-24 Gary Benson <gbenson@redhat.com>
10266
10267 * linux-nat.h: Include nat/linux-nat.h.
10268 (iterate_over_lwps): Move declaration to nat/linux-nat.h.
10269 * nat/linux-nat.h (struct lwp_info): New forward declaration.
10270 (iterate_over_lwps_ftype): New typedef.
10271 (iterate_over_lwps): New declaration.
10272 * linux-nat.h (iterate_over_lwps): Update comment. Use
10273 iterate_over_lwps_ftype. Update callback return value check.
10274
10275 2015-03-24 Gary Benson <gbenson@redhat.com>
10276
10277 * x86-nat.h (x86_debug_reg_state): Move declaration to...
10278 * nat/x86-dregs.h (x86_debug_reg_state): New declaration.
10279
10280 2015-03-24 Gary Benson <gbenson@redhat.com>
10281
10282 * nat/linux-nat.h (current_lwp_ptid): New declaration.
10283 * linux-nat.c (current_lwp_ptid): New function.
10284 * x86-linux-nat.c: Include nat/linux-nat.h.
10285 (x86_linux_dr_get_addr): Use current_lwp_ptid.
10286 (x86_linux_dr_get_control): Likewise.
10287 (x86_linux_dr_get_status): Likewise.
10288 (x86_linux_dr_set_control): Likewise.
10289 (x86_linux_dr_set_addr): Likewise.
10290
10291 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
10292
10293 PR breakpoints/16466
10294 * breakpoint.c (create_breakpoint): Set thread on breakpoint struct.
10295
10296 2015-03-23 Joel Brobecker <brobecker@adacore.com>
10297
10298 * ser-mingw.c (ser_windows_setparity): Fix indentation.
10299 * ser-unix.c (hardwire_setparity): Likewise.
10300
10301 2015-03-23 Yurij Grechishhev <yurij.grechishhev@gmail.com>
10302
10303 * NEWS: Mention set/show serial parity command.
10304 * monitor.c (monitor_open): Call serial_setparity.
10305 * remote.c (remote_open_1): Likewise.
10306 * ser-base.c (ser_base_serparity): New function.
10307 * ser-base.h (ser_base_setparity): Add declaration.
10308 * ser-go32.c (dos_ops): Set "setparity" field.
10309 * ser-mingw.c (ser_windows_raw): Do not set state.fParity and
10310 state.Parity.
10311 (ser_windows_setparity): New function.
10312 (hardwire_ops): Add ser_windows_setparity.
10313 (tty_ops): Add NULL for setparity field.
10314 (pipe_ops): Add ser_base_setparity.
10315 (tcp_ops): Likewise.
10316 * ser-pipe.c (pipe_ops): Likewise.
10317 * ser-tcp.c (tcp_ops): Likewise.
10318 * ser-unix.c (hardwire_setparity): Add declaration.
10319 (hardwire_raw): Don't reset PARENB flag.
10320 (hardwire_setparity): New function.
10321 (hardwire_ops): Add hardwire_setparity.
10322 * serial.c (serial_setparity): New function.
10323 (serial_parity): New global.
10324 (parity_none, parity_odd, parity_even, parity_enums, parity):
10325 New static globals.
10326 (set_parity): New function.
10327 (_initialize_serial): Add set/show serial parity commands.
10328 * serial.h (GDBPARITY_NONE): Define.
10329 (GDBPARITY_ODD): Define.
10330 (GDBPARITY_EVEN): Define.
10331 (serial_setparity) Add declaration.
10332 (struct serial_ops): Add setparity field.
10333 * target.h (serial_parity): Add declaration.
10334
10335 2015-03-23 Keith Seitz <keiths@redhat.com>
10336
10337 * linespec.c (linespec_lexer_lex_keyword): Update comment.
10338
10339 2015-03-23 Keith Seitz <keiths@redhat.com>
10340
10341 * breakpoint.c (parse_breakpoint_sals): Use
10342 linespec_lexer_lex_keyword to ascertain if the user specified
10343 a NULL location.
10344 * linespec.c [IF_KEYWORD_INDEX]: Define.
10345 (linespec_lexer_lex_keyword): Export.
10346 (struct ls_parser) <keyword_ok>: Remove.
10347 A keyword is only a keyword if not followed by another keyword.
10348 (linespec_lexer_lex_one): Remove keyword_ok handling.
10349 Add comment explaining why the parsing stream is not advanced
10350 when a keyword is seen.
10351 (parse_linespec): Remove parser->keyword_ok.
10352 * linespec.h (linespec_lexer_lex_keyword): Add declaration.
10353
10354 2015-03-23 Keith Seitz <keiths@redhat.com>
10355
10356 PR gdb/18021
10357 * dwarf2read.c (dwarf2_add_member_fn): Issue a complaint
10358 if we find a static method with DW_AT_vtable_elem_location.
10359
10360 2015-03-21 Eli Zaretskii <eliz@gnu.org>
10361
10362 * tui/tui-io.c (tui_expand_tabs): Reinitialize the column counter
10363 before the second loop, to avoid undefined behavior. Reported by
10364 Anton Blanchard <anton@samba.org>.
10365
10366 2015-03-20 Keven Boell <keven.boell@intel.com>
10367
10368 * gdbtypes.c (resolve_dynamic_type_internal): Adapt
10369 data_location usage to linked list.
10370 (resolve_dynamic_type_internal): Adapt data_location to
10371 linked list.
10372 (get_dyn_prop, add_dyn_prop, copy_dynamic_prop_list): New function.
10373 (copy_type_recursive, copy_type): Add copy of linked list.
10374 * gdbtypes.h (enum dynamic_prop_node_kind): New enum.
10375 (struct dynamic_prop_list): New struct.
10376 * dwarf2read.c (set_die_type): Set data_location data.
10377
10378 2015-03-20 Pedro Alves <palves@redhat.com>
10379
10380 * i386-sol2-tdep.c (i386_sol2_static_transform_name): Move "p" to
10381 inner block and make it const.
10382 * machoread.c (get_archive_prefix_len): Make "lparen" const.
10383
10384 2015-03-20 Pedro Alves <palves@redhat.com>
10385
10386 * breakpoint.c (set_breakpoint_condition): Make argument "exp" const.
10387 * breakpoint.h (set_breakpoint_condition): Update declaration.
10388
10389 2015-03-20 Pedro Alves <palves@redhat.com>
10390
10391 * tui/tui-io.c (tui_expand_tabs): Make "s1" const.
10392
10393 2015-03-20 Pedro Alves <palves@redhat.com>
10394
10395 * xcoffread.c (scan_xcoff_symtab): Make "p" and "q" const.
10396
10397 2015-03-20 Pedro Alves <palves@redhat.com>
10398
10399 * remote-m32r-sdi.c (m32r_open): Make "port_str" const.
10400
10401 2015-03-20 Pedro Alves <palves@redhat.com>
10402
10403 * nto-tdep.c (nto_find_and_open_solib): Make "endian" const.
10404 (nto_init_solib_absolute_prefix): Likewise.
10405
10406 2015-03-20 Pedro Alves <palves@redhat.com>
10407
10408 * sparc-sol2-tdep.c (sparc_sol2_static_transform_name): Make "p" const.
10409 * spu-tdep.c (spu_gdbarch_init): Make "name" const.
10410
10411 2015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10412
10413 * config/djgpp/README: Remove gdb.hp.
10414
10415 2015-03-20 Yao Qi <yao.qi@linaro.org>
10416
10417 * aarch64-tdep.c (aarch64_gdbarch_init): Don't call
10418 set_gdbarch_cannot_step_breakpoint.
10419
10420 2015-03-19 Pedro Alves <palves@redhat.com>
10421
10422 * linux-nat.c (linux_resume_one_lwp): Rename to ...
10423 (linux_resume_one_lwp_throw): ... this. Don't handle ESRCH here,
10424 instead call perror_with_name.
10425 (check_ptrace_stopped_lwp_gone): New function.
10426 (linux_resume_one_lwp): Reimplement as wrapper around
10427 linux_resume_one_lwp_throw that swallows errors if the LWP is
10428 gone.
10429 (resume_stopped_resumed_lwps): Try register reads in TRY/CATCH and
10430 swallows errors if the LWP is gone. Use
10431 linux_resume_one_lwp_throw instead of linux_resume_one_lwp.
10432
10433 2015-03-19 Pedro Alves <palves@redhat.com>
10434
10435 * linux-nat.c (status_callback): Return early if the LWP has no
10436 status pending.
10437
10438 2015-03-19 Pedro Alves <palves@redhat.com>
10439
10440 * linux-nat.c (select_event_lwp_callback): Update comment to no
10441 longer mention SIGTRAP.
10442
10443 2015-03-18 Tristan Gingold <gingold@adacore.com>
10444
10445 * amd64-windows-tdep.c (amd64_windows_find_unwind_info): Move
10446 redirection code to ...
10447 (amd64_windows_frame_decode_insns): ... Here. Fix in prologue
10448 checks. Fix SAVE_NONVOL operations. Add debug code and comments.
10449
10450 2015-03-18 Gary Benson <gbenson@redhat.com>
10451
10452 (remote_protocol_features): Remove the "vFile:fstat" feature.
10453 (remote_hostio_fstat): Probe for "vFile:fstat" support.
10454
10455 2015-03-11 Yao Qi <yao.qi@linaro.org>
10456
10457 PR tdep/18107
10458 * aarch64-linux-tdep.c: Include xml-syscall.h
10459 (aarch64_linux_get_syscall_number): New function.
10460 (aarch64_linux_init_abi): Call
10461 set_gdbarch_get_syscall_number.
10462 * syscalls/aarch64-linux.xml: New file.
10463
10464 2015-03-17 Yurij Grechishhev <yurij.grechishhev@gmail.com>
10465
10466 * ser-base.h (ser_base_setstopbits): Change second argument name
10467 from "rate" to "num".
10468
10469 2015-03-17 Gary Benson <gbenson@redhat.com>
10470 Luke Allardyce <lukeallardyce@gmail.com>
10471
10472 PR gdb/18131
10473 * common/common-remote-fileio.h (sys/stat.h): New include.
10474 (stuct stat): Remove forward declaration.
10475
10476 2015-03-16 John Baldwin <jhb@FreeBSD.org>
10477
10478 * fbsd-tdep.c (fbsd_make_corefile_notes): Fetch all target registers
10479 before writing core register notes.
10480
10481 2015-03-16 Yuanhui Zhang <asmwarrior@gmail.com>
10482 Pedro Alves <palves@redhat.com>
10483
10484 * gdb_curses.h (tgetnum): Mark with EXTERN_C.
10485 * stub-termcap.c (tgetent, tgetnum, tgetflag, tgetstr, tputs)
10486 (tgoto): Wrap with extern "C".
10487
10488 2015-03-16 Pedro Alves <palves@redhat.com>
10489 Yuanhui Zhang <asmwarrior@gmail.com>
10490
10491 * stub-termcap.c (tputs): Change prototype.
10492
10493 2015-03-16 Yuanhui Zhang <asmwarrior@gmail.com>
10494 Pedro Alves <palves@redhat.com>
10495
10496 * windows-nat.c (struct thread_info_struct): Rename to ...
10497 (struct windows_thread_info_struct): ... this.
10498 (thread_info): Rename to ...
10499 (windows_thread_info): ... this.
10500 All users updated.
10501
10502 2015-03-14 Jan Kratochvil <jan.kratochvil@redhat.com>
10503 Pedro Alves <palves@redhat.com>
10504
10505 * NEWS: New Removed targets and native configurations.
10506
10507 2015-03-13 Jan Kratochvil <jan.kratochvil@redhat.com>
10508
10509 Remove HPUX.
10510 * Makefile.in (ALL_64_TARGET_OBS): Remove ia64-hpux-tdep.o.
10511 (ALL_TARGET_OBS): Remove hppa-hpux-tdep.o, solib-som.o and solib-pa64.o.
10512 (HFILES_NO_SRCDIR): Remove solib-som.h, inf-ttrace.h, solib-pa64.h and
10513 ia64-hpux-tdep.h, solib-ia64-hpux.h.
10514 (ALLDEPFILES): Remove hppa-hpux-tdep.c, hppa-hpux-nat.c,
10515 ia64-hpux-nat.c, ia64-hpux-tdep.c, somread.c and solib-som.c.
10516 * config/djgpp/fnchange.lst: Remove hppa-hpux-nat.c and
10517 hppa-hpux-tdep.c.
10518 * config/ia64/hpux.mh: Remove file.
10519 * config/pa/hpux.mh: Remove file.
10520 * configure: Rebuilt.
10521 * configure.ac (dlgetmodinfo, somread.o): Remove.
10522 * configure.host (hppa*-*-hpux*, ia64-*-hpux*): Make them obsolete.
10523 (ia64-*-hpux*): Remove its float format exception.
10524 * configure.tgt (hppa*-*-hpux*, ia64-*-hpux*): Make them obsolete.
10525 * hppa-hpux-nat.c: Remove file.
10526 * hppa-hpux-tdep.c: Remove file.
10527 * hppa-tdep.c (struct hppa_unwind_info, struct hppa_objfile_private):
10528 Move them here from hppa-tdep.h
10529 (hppa_objfile_priv_data, hppa_init_objfile_priv_data): Make it static.
10530 (hppa_frame_prev_register_helper): Remove HPPA_FLAGS_REGNUM exception.
10531 * hppa-tdep.h (struct hppa_unwind_info, struct hppa_objfile_private):
10532 Move them to hppa-tdep.c.
10533 (hppa_objfile_priv_data, hppa_init_objfile_priv_data): Remove
10534 declarations.
10535 * ia64-hpux-nat.c: Remove file.
10536 * ia64-hpux-tdep.c: Remove file.
10537 * ia64-hpux-tdep.h: Remove file.
10538 * inf-ttrace.c: Remove file.
10539 * inf-ttrace.h: Remove file.
10540 * solib-ia64-hpux.c: Remove file.
10541 * solib-ia64-hpux.h: Remove file.
10542 * solib-pa64.c: Remove file.
10543 * solib-pa64.h: Remove file.
10544 * solib-som.c: Remove file.
10545 * solib-som.h: Remove file.
10546 * somread.c: Remove file.
10547
10548 2015-03-13 John Baldwin <jhb@FreeBSD.org>
10549
10550 * configure.ac: AC_SEARCH_LIBS(kinfo_getvmmap, util).
10551 * config.in: Regenerate.
10552 * configure: Regenerate.
10553 * fbsd-nat.c [!HAVE_KINFO_GETVMMAP] (fbsd_read_mapping): Don't
10554 define.
10555 (fbsd_find_memory_regions): Use kinfo_getvmmap to
10556 enumerate memory regions if present.
10557
10558 2015-03-13 John Baldwin <jhb@FreeBSD.org>
10559
10560 * amd64fbsd-tdep.c (amd64fbsd_sigtramp_p): Style fixes.
10561 * i386fbsd-tdep.c: Fix style in various gdb_static_assert
10562 expressions.
10563 (i386fbsd_sigtramp_p): Likewise.
10564
10565 2015-03-12 John Baldwin <jhb@FreeBSD.org>
10566
10567 * MAINTAINERS (Write After Approval): Add John Baldwin.
10568
10569 2015-03-12 Gary Benson <gbenson@redhat.com>
10570
10571 * solib.c (_initialize_solib): Make "set/show sysroot" use
10572 add_setshow_optional_filename_cmd so it can be restored to
10573 empty after being set.
10574
10575 2015-03-11 Sergio Durigan Junior <sergiodj@redhat.com>
10576
10577 * Makefile.in (SFILES): New source break-catch-syscall.c.
10578 (COMMON_OBS): New object break-catch-syscall.o.
10579 * break-catch-syscall.c: New file.
10580 * breakpoint.c: Remove inclusion of "xml-syscall.h".
10581 (syscall_catchpoint_p): Move declaration to break-catch-syscall.c
10582 (struct syscall_catchpoint): Likewise.
10583 (dtor_catch_syscall): Likewise.
10584 (catch_syscall_inferior_data): Likewise.
10585 (struct catch_syscall_inferior_data): Likewise.
10586 (get_catch_syscall_inferior_data): Likewise.
10587 (catch_syscall_inferior_data_cleanup): Likewise.
10588 (insert_catch_syscall): Likewise.
10589 (remove_catch_syscall): Likewise.
10590 (breakpoint_hit_catch_syscall): Likewise.
10591 (print_it_catch_syscall): Likewise.
10592 (print_one_catch_syscall): Likewise.
10593 (print_mention_catch_syscall): Likewise.
10594 (print_recreate_catch_syscall): Likewise.
10595 (catch_syscall_breakpoint_ops): Likewise.
10596 (syscall_catchpoint_p): Likewise.
10597 (create_syscall_event_catchpoint): Likewise.
10598 (catch_syscall_split_args): Likewise.
10599 (catch_syscall_command_1): Likewise.
10600 (is_syscall_catchpoint_enabled): Likewise.
10601 (catch_syscall_enabled): Likewise.
10602 (catching_syscall_number): Likewise.
10603 (catch_syscall_completer): Likewise.
10604 (clear_syscall_counts): Likewise.
10605 (initialize_breakpoint_ops): Move initialization of syscall
10606 catchpoints to break-catch-syscall.c.
10607 (_initialize_breakpoint): Move code related to syscall catchpoints
10608 to break-catch-syscall.c.
10609
10610 2015-03-11 Sergio Durigan Junior <sergiodj@redhat.com>
10611
10612 * breakpoint.c (breakpoint_find_if): New function.
10613 * breakpoint.h (breakpoint_find_if): New prototype.
10614
10615 2015-03-11 Gary Benson <gbenson@redhat.com>
10616
10617 * remote-fileio.h (remote_fileio_to_host_stat): New declaration.
10618 * remote-fileio.c (remote_fileio_to_host_uint): New function.
10619 (remote_fileio_to_host_ulong): Likewise.
10620 (remote_fileio_to_host_mode): Likewise.
10621 (remote_fileio_to_host_time): Likewise.
10622 (remote_fileio_to_host_stat): Likewise.
10623 * remote.c (PACKET_vFile_fstat): New enum value.
10624 (remote_protocol_features): Register the "vFile:fstat" feature.
10625 (remote_hostio_fstat): New function.
10626 (remote_bfd_iovec_stat): Use the above.
10627 (_initialize_remote): Register new "set/show remote
10628 hostio-fstat-packet" command.
10629 * symfile.c (separate_debug_file_exists): Update comment.
10630 * NEWS: Announce new vFile:fstat packet.
10631
10632 2015-03-11 Gary Benson <gbenson@redhat.com>
10633
10634 * common/common-remote-fileio.h: New file.
10635 * common/common-remote-fileio.c: Likewise.
10636 * Makefile.in (SFILES): Add common/common-remote-fileio.c.
10637 (HFILES_NO_SRCDIR): Add common/common-remote-fileio.h.
10638 (COMMON_OBS): Add common-remote-fileio.o.
10639 (common-remote-fileio.o): New rule.
10640 * remote-fileio.h (common-remote-fileio.h): New include.
10641 * remote-fileio.c (gdb/fileio.h): Do not include.
10642 (remote_fileio_to_be): Moved to common-remote-fileio.h.
10643 (remote_fileio_to_fio_uint): Likewise.
10644 (remote_fileio_to_fio_time): Likewise.
10645 (remote_fileio_mode_to_target): Moved to common-remote-fileio.c.
10646 (remote_fileio_to_fio_mode): Likewise.
10647 (remote_fileio_to_fio_ulong): Likewise.
10648 (remote_fileio_to_fio_stat): Likewise.
10649
10650 2015-03-11 Andy Wingo <wingo@igalia.com>
10651
10652 * guile/scm-value.c (gdbscm_value_dynamic_type): Fix typo in which
10653 we were checking the cached type, not the cached dynamic type.
10654
10655 2015-03-11 Andy Wingo <wingo@igalia.com>
10656
10657 * guile/scm-cmd.c (cmdscm_destroyer): Don't xfree the name and
10658 other strings, as these are on the GC'd heap, and will be
10659 collected along with the smob.
10660
10661 2015-03-11 Andy Wingo <wingo@igalia.com>
10662
10663 * guile/scm-objfile.c (gdbscm_objfile_progspace): New function.
10664 (objfile_functions): Bind gdbscm_objfile_progspace to
10665 objfile-progspace.
10666 * guile/lib/gdb.scm: Add objfile-progspace to exports.
10667
10668 2015-03-11 Andy Wingo <wingo@igalia.com>
10669
10670 * guile/guile.c (_initialize_guile): Disable automatic
10671 finalization, if Guile offers us that possibility.
10672 * guile/guile.c (call_initialize_gdb_module):
10673 * guile/scm-safe-call.c (gdbscm_with_catch): Arrange to run
10674 finalizers in appropriate places.
10675 * configure.ac (AC_TRY_LIBGUILE): Add a check for
10676 scm_set_automatic_finalization_enabled.
10677 * configure: Regenerated.
10678
10679 2015-03-11 Andreas Arnez <arnez@linux.vnet.ibm.com>
10680
10681 * s390-linux-tdep.c (s390_skip_prologue): Skip the prologue using
10682 SAL, if possible.
10683
10684 2015-03-11 Andreas Arnez <arnez@linux.vnet.ibm.com>
10685
10686 * s390-linux-nat.c (struct arch_lwp_info): New.
10687 (s390_fix_watch_points): Rename to...
10688 (s390_prepare_to_resume): ...this. Skip the PER info update
10689 unless the watch points have changed.
10690 (s390_refresh_per_info, s390_new_thread): New functions.
10691 (s390_insert_watchpoint): Call s390_refresh_per_info instead of
10692 s390_fix_watch_points.
10693 (s390_remove_watchpoint): Likewise.
10694 (_initialize_s390_nat): Reflect renaming of s390_fix_watch_points.
10695 Register s390_prepare_to_resume.
10696
10697 2015-03-09 Pedro Alves <palves@redhat.com>
10698
10699 Revert:
10700 2015-03-07 Pedro Alves <palves@redhat.com>
10701 * common/gdb_socket.h: New file.
10702 * ser-tcp.c: Include gdb_socket.h. Don't include netinet/in.h nor
10703 sys/socket.h.
10704 (net_open): Use union gdb_sockaddr_u.
10705
10706 2015-03-07 Pedro Alves <palves@redhat.com>
10707
10708 * configure.ac (build_warnings): Move -Wmissing-prototypes
10709 -Wdeclaration-after-statement -Wmissing-parameter-type
10710 -Wold-style-declaration -Wold-style-definition to the C-specific
10711 set.
10712 * configure: Regenerate.
10713
10714 2015-03-07 Pedro Alves <palves@redhat.com>
10715
10716 * common/gdb_socket.h: New file.
10717 * ser-tcp.c: Include gdb_socket.h. Don't include netinet/in.h nor
10718 sys/socket.h.
10719 (net_open): Use union gdb_sockaddr_u.
10720
10721 2015-03-07 Pedro Alves <palves@redhat.com>
10722
10723 * common/common-exceptions.c [!__cplusplus] (enum catcher_state)
10724 (exceptions_state_mc_action_iter)
10725 (exceptions_state_mc_action_iter_1, exceptions_state_mc_catch):
10726 Don't define.
10727 [__cplusplus] (try_scope_depth): New global.
10728 [__cplusplus] (exception_try_scope_entry)
10729 (exception_try_scope_exit, gdb_exception_sliced_copy)
10730 (exception_rethrow): New functions.
10731 (throw_exception): In C++ mode, throw
10732 gdb_exception_RETURN_MASK_QUIT for RETURN_QUIT and
10733 gdb_exception_RETURN_MASK_ERROR for RETURN_ERROR.
10734 (throw_it): In C++ mode, use try_scope_depth.
10735 * common/common-exceptions.h [!__cplusplus]
10736 (exceptions_state_mc_action_iter)
10737 (exceptions_state_mc_action_iter_1, exceptions_state_mc_catch):
10738 Don't declare.
10739 [__cplusplus] (exception_try_scope_entry)
10740 (exception_try_scope_exit, exception_rethrow): Declare.
10741 [__cplusplus] (struct exception_try_scope): New struct.
10742 [__cplusplus] (TRY, CATCH, END_CATCH): Reimplement on top of real
10743 C++ exceptions.
10744 (struct gdb_exception_RETURN_MASK_ALL)
10745 (struct gdb_exception_RETURN_MASK_ERROR)
10746 (struct gdb_exception_RETURN_MASK_QUIT): New types.
10747
10748 2015-03-07 Pedro Alves <palves@redhat.com>
10749
10750 * main.c (handle_command_errors): Remove volatile qualifier from
10751 parameter.
10752
10753 2015-03-07 Pedro Alves <palves@redhat.com>
10754
10755 * breakpoint.c (save_breakpoints): Adjust to avoid code between
10756 TRY and CATCH.
10757 * gdbtypes.c (safe_parse_type): Remove empty line.
10758 (types_deeply_equal):
10759 * guile/scm-frame.c (gdbscm_frame_name):
10760 * linux-thread-db.c (find_new_threads_once):
10761 * python/py-breakpoint.c (bppy_get_commands):
10762 * record-btrace.c (record_btrace_insert_breakpoint)
10763 (record_btrace_remove_breakpoint, record_btrace_start_replaying)
10764 (record_btrace_start_replaying): Adjust to avoid code between TRY
10765 and CATCH.
10766
10767 2015-03-07 Pedro Alves <palves@redhat.com>
10768
10769 * common/common-exceptions.c (struct catcher) <exception>: No
10770 longer a pointer to volatile exception. Now an exception value.
10771 <mask>: Delete field.
10772 (exceptions_state_mc_init): Remove all parameters. Adjust.
10773 (exceptions_state_mc): No longer pop the catcher here.
10774 (exceptions_state_mc_catch): New function.
10775 (throw_exception): Adjust.
10776 * common/common-exceptions.h (exceptions_state_mc_init): Remove
10777 all parameters.
10778 (exceptions_state_mc_catch): Declare.
10779 (TRY_CATCH): Rename to ...
10780 (TRY): ... this. Remove EXCEPTION and MASK parameters.
10781 (CATCH, END_CATCH): New.
10782 All callers adjusted.
10783
10784 2015-03-07 Tom Tromey <tromey@redhat.com>
10785
10786 * top.c (quit_force): Inline and delete DO_TRY, DO_PRINT_EX.
10787
10788 2015-03-07 Pedro Alves <palves@redhat.com>
10789
10790 * amd64-tdep.c (amd64_frame_cache, amd64_sigtramp_frame_cache)
10791 (amd64_epilogue_frame_cache): Normal exception handling code.
10792 * break-catch-throw.c (check_status_exception_catchpoint)
10793 (re_set_exception_catchpoint): Ditto.
10794 * cli/cli-interp.c (safe_execute_command):
10795 * cli/cli-script.c (script_from_file): Ditto.
10796 * compile/compile-c-symbols.c (generate_c_for_for_one_variable):
10797 Ditto.
10798 * compile/compile-object-run.c (compile_object_run): Ditto.
10799 * cp-abi.c (baseclass_offset): Ditto.
10800 * cp-valprint.c (cp_print_value): Ditto.
10801 * exceptions.c (catch_exceptions_with_msg):
10802 * frame-unwind.c (frame_unwind_try_unwinder): Ditto.
10803 * frame.c (get_frame_address_in_block_if_available): Ditto.
10804 * i386-tdep.c (i386_frame_cache, i386_epilogue_frame_cache)
10805 (i386_sigtramp_frame_cache): Ditto.
10806 * infcmd.c (post_create_inferior): Ditto.
10807 * linespec.c (parse_linespec, find_linespec_symbols):
10808 * p-valprint.c (pascal_object_print_value): Ditto.
10809 * parse.c (parse_expression_for_completion): Ditto.
10810 * python/py-finishbreakpoint.c (bpfinishpy_init): Ditto.
10811 * remote.c (remote_get_noisy_reply): Ditto.
10812 * s390-linux-tdep.c (s390_frame_unwind_cache): Ditto.
10813 * solib-svr4.c (solib_svr4_r_map): Ditto.
10814
10815 2015-03-06 Gary Benson <gbenson@redhat.com>
10816
10817 * common/common-utils.h (startswith): New inline function.
10818 All places where this logic was used updated to use the above.
10819
10820 2015-03-05 Pedro Alves <palves@redhat.com>
10821
10822 PR gdb/18002
10823 * mem-break.c (default_memory_insert_breakpoint): Set shadow_len
10824 after reading the breakpoint's shadow memory.
10825
10826 2015-03-05 Mark Kettenis <kettenis@gnu.org>
10827
10828 * hppabsd-nat.c: Remove file.
10829 * hppaobsd-nat.c: New file.
10830 * Makefile.in (ALLDEPFILES): Remove hppabsd-nat.c. Add
10831 hppaobsd-nat.c.
10832 * config/pa/obsd.mh (NATDEPFILES): Replace hppabsd-nat.o with
10833 hppaobsd-nat.o.
10834
10835 2015-03-04 Pedro Alves <palves@redhat.com>
10836
10837 * target.h (struct target_ops) <to_decr_pc_after_break>: Delete.
10838 (target_decr_pc_after_break): Delete declaration.
10839 * target.c (default_target_decr_pc_after_break)
10840 (target_decr_pc_after_break): Delete.
10841 * linux-nat.c (check_stopped_by_breakpoint, linux_nat_wait_1): Use
10842 gdbarch_decr_pc_after_break instead of target_decr_pc_after_break.
10843 * linux-thread-db.c (check_event): Likewise.
10844 * infrun.c (adjust_pc_after_break): Likewise.
10845 * darwin-nat.c (cancel_breakpoint): Likewise.
10846 * aix-thread.c (aix_thread_wait): Likewise.
10847 * target-delegates.c: Regenerate.
10848
10849 2015-03-04 Pedro Alves <palves@redhat.com>
10850
10851 * linux-nat.c (save_sigtrap): Check for breakpoints before
10852 checking watchpoints.
10853 (status_callback) [USE_SIGTRAP_SIGINFO]: Don't check whether a
10854 breakpoint is inserted if relying on SIGTRAP's siginfo.si_code.
10855 (check_stopped_by_breakpoint) [USE_SIGTRAP_SIGINFO]: Decide whether
10856 a breakpoint triggered based on the SIGTRAP's siginfo.si_code.
10857 (linux_nat_stopped_by_sw_breakpoint)
10858 (linux_nat_supports_stopped_by_sw_breakpoint)
10859 (linux_nat_stopped_by_hw_breakpoint)
10860 (linux_nat_supports_stopped_by_hw_breakpoint): New functions.
10861 (linux_nat_wait_1): Don't re-increment the PC if relying on
10862 SIGTRAP's siginfo->si_code.
10863 (linux_nat_add_target): Install new target methods.
10864 * linux-thread-db.c (check_event): Don't account for breakpoint PC
10865 offset if the target already adjusted the PC.
10866 * nat/linux-ptrace.h (USE_SIGTRAP_SIGINFO): New.
10867 (GDB_ARCH_TRAP_BRKPT): New.
10868 (TRAP_HWBKPT): Define if not already defined.
10869
10870 2015-03-04 Pedro Alves <palves@redhat.com>
10871
10872 * NEWS: Mention the new "swbreak" and "hwbreak" stop reasons.
10873 * remote.c (struct remote_state) <remote_stopped_by_watchpoint_p>:
10874 Delete field.
10875 <stop_reason>: New field.
10876 (PACKET_swbreak_feature, PACKET_hwbreak_feature): New enum values.
10877 (packet_set_cmd_state): New function.
10878 (remote_protocol_features): Register the "swbreak" and "hwbreak"
10879 features.
10880 (remote_query_supported): If not disabled with the corresponding
10881 "set remote foo-packet" command, report support for the swbreak
10882 and hwbreak features.
10883 (struct stop_reply) <remote_stopped_by_watchpoint_p>: Delete
10884 field.
10885 <stop_reason>: New field.
10886 (remote_parse_stop_reply): Handle "swbreak" and "hwbreak".
10887 (remote_wait_as): Adjust.
10888 (remote_stopped_by_sw_breakpoint)
10889 (remote_supports_stopped_by_sw_breakpoint)
10890 (remote_stopped_by_hw_breakpoint)
10891 (remote_supports_stopped_by_hw_breakpoint): New functions.
10892 (remote_stopped_by_watchpoint): New function.
10893 (init_remote_ops): Install them.
10894 (_initialize_remote): Register new "set/show remote
10895 swbreak-feature-packet" and "set/show remote
10896 swbreak-feature-packet" commands.
10897
10898 2015-03-04 Pedro Alves <palves@redhat.com>
10899
10900 * btrace.h: Include target/waitstatus.h.
10901 (struct btrace_thread_info) <stop_reason>: New field.
10902 * record-btrace.c (record_btrace_step_thread): Use
10903 record_check_stopped_by_breakpoint instead of breakpoint_here_p.
10904 (record_btrace_decr_pc_after_break): Delete.
10905 (record_btrace_stopped_by_sw_breakpoint)
10906 (record_btrace_supports_stopped_by_sw_breakpoint)
10907 (record_btrace_stopped_by_hw_breakpoint)
10908 (record_btrace_supports_stopped_by_hw_breakpoint): New functions.
10909 (init_record_btrace_ops): Install them.
10910 * record-full.c (record_full_hw_watchpoint): Delete and replace
10911 with ...
10912 (record_full_stop_reason): ... this throughout.
10913 (record_full_exec_insn): Adjust.
10914 (record_full_wait_1): Adjust. No longer re-increment the PC.
10915 (record_full_wait_1): Adjust. Use
10916 record_check_stopped_by_breakpoint instead of breakpoint_here_p.
10917 (record_full_stopped_by_watchpoint): Adjust.
10918 (record_full_stopped_by_sw_breakpoint)
10919 (record_full_supports_stopped_by_sw_breakpoint)
10920 (record_full_supports_stopped_by_sw_breakpoint)
10921 (record_full_stopped_by_hw_breakpoint)
10922 (record_full_supports_stopped_by_hw_breakpoint): New functions.
10923 (init_record_full_ops, init_record_full_core_ops): Install them.
10924 * record.c (record_check_stopped_by_breakpoint): New function.
10925 * record.h: Include target/waitstatus.h.
10926 (record_check_stopped_by_breakpoint): New declaration.
10927
10928 2015-03-04 Pedro Alves <palves@redhat.com>
10929
10930 enum lwp_stop_reason -> enum target_stop_reason
10931 * linux-nat.c (linux_resume_one_lwp, check_stopped_by_watchpoint)
10932 (linux_nat_stopped_by_watchpoint, status_callback)
10933 (linux_nat_wait_1): Adjust.
10934 * linux-nat.h (enum lwp_stop_reason): Delete.
10935 (struct lwp_info) <stop_reason>: Now an enum target_stop_reason.
10936 * x86-linux-nat.c (x86_linux_prepare_to_resume): Adjust.
10937 * target/waitstatus.h (enum target_stop_reason): New.
10938
10939 2015-03-04 Pedro Alves <palves@redhat.com>
10940
10941 * breakpoint.c (need_moribund_for_location_type): New function.
10942 (bpstat_stop_status): Don't skipping checking moribund locations
10943 of breakpoint types which the target tell caused a stop.
10944 (program_breakpoint_here_p): New function, factored out from ...
10945 (bp_loc_is_permanent): ... this.
10946 (update_global_location_list): Don't create a moribund location if
10947 the target supports reporting stops of the type of the removed
10948 breakpoint.
10949 * breakpoint.h (program_breakpoint_here_p): New declaration.
10950 * infrun.c (adjust_pc_after_break): Return early if the target has
10951 already adjusted the PC. Add comments.
10952 (handle_signal_stop): If nothing explains a signal, and the target
10953 tells us the stop was caused by a software breakpoint, check if
10954 there's a breakpoint instruction in the memory. If so, adjust the
10955 PC before presenting the stop to the user. Otherwise, ignore the
10956 trap. If nothing explains a signal, and the target tells us the
10957 stop was caused by a hardware breakpoint, ignore the trap.
10958 * target.h (struct target_ops) <to_stopped_by_sw_breakpoint,
10959 to_supports_stopped_by_sw_breakpoint, to_stopped_by_hw_breakpoint,
10960 to_supports_stopped_by_hw_breakpoint>: New fields.
10961 (target_stopped_by_sw_breakpoint)
10962 (target_supports_stopped_by_sw_breakpoint)
10963 (target_stopped_by_hw_breakpoint)
10964 (target_supports_stopped_by_hw_breakpoint): Define.
10965 * target-delegates.c: Regenerate.
10966
10967 2015-03-04 Pedro Alves <palves@redhat.com>
10968
10969 * infrun.c (follow_fork_inferior): Use the whole of the
10970 inferior_ptid and pending_follow.related_pid ptids instead of
10971 building ptids from the process components. Adjust verbose output
10972 to use target_pid_to_str.
10973 * linux-nat.c (linux_child_follow_fork): Use the whole of the
10974 inferior_ptid and pending_follow.related_pid ptids instead of
10975 building ptids from the process components.
10976
10977 2015-03-04 Mark Kettenis <kettenis@gnu.org>
10978
10979 * inf-ptrace.c [PT_GET_PROCESS_STATE]
10980 (inf_ptrace_insert_fork_catchpoint): New function.
10981 (inf_ptrace_remove_fork_catchpoint): New function.
10982 (inf_ptrace_target) [PT_GET_PROCESS_STATE]: Install them.
10983
10984 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
10985
10986 * s390-linux-tdep.c (s390_register_name): Return empty string
10987 instead of NULL for registers that shouldn't be visible.
10988
10989 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
10990
10991 * s390-linux-tdep.c (s390_gdbarch_init): Use the correct syscall
10992 XML file for 64-bit targets.
10993
10994 2015-03-03 Simon Marchi <simon.marchi@ericsson.com>
10995
10996 * target.h (find_default_create_inferior): Remove declaration.
10997 (find_default_attach): Likewise.
10998
10999 2015-03-03 Pedro Alves <palves@redhat.com>
11000
11001 * inf-ptrace.c (inf_ptrace_resume): Remove spurious whitespace.
11002 Use ptid_get_pid to get the overall process id when resuming all
11003 threads.
11004
11005 2015-03-03 Pedro Alves <palves@redhat.com>
11006
11007 * i386-linux-nat.c (i386_linux_resume): Get the ptrace PID out of
11008 the lwp field of ptid. Pass the full ptid to get_thread_regcache.
11009 * inf-ptrace.c (get_ptrace_pid): New function.
11010 (inf_ptrace_resume): Use it.
11011 * linux-nat.c (linux_resume_one_lwp): Pass the LWP's ptid ummodified
11012 to the lower layer.
11013
11014 2015-03-03 Markus Metzger <markus.t.metzger@intel.com>
11015
11016 * nat/linux-btrace.c: Include sys/utsname.h.
11017 (linux_determine_kernel_ptr_bits): New.
11018 (linux_enable_bts): Call linux_determine_kernel_ptr_bits.
11019 * x86-linux-nat.c (x86_linux_enable_btrace): Do not overwrite non-zero
11020 ptr_bits.
11021
11022 2015-03-03 Markus Metzger <markus.t.metzger@intel.com>
11023
11024 * btrace.c (ftrace_update_function): Treat return as tailcall for
11025 "_dl_runtime_resolve".
11026
11027 2015-03-03 Markus Metzger <markus.t.metzger@intel.com>
11028
11029 * btrace.h (btrace_function) <lbegin, lend>: Remove.
11030 * btrace.c (ftrace_debug): Do not print the line range.
11031 (ftrace_skip_file, ftrace_update_lines): Remove.
11032 (ftrace_new_function): Remove lbegin and lend initialization.
11033 (btrace_compute_ftrace_bts): Remove call to ftrace_update_lines.
11034 * record-btrace.c (btrace_compute_src_line_range): New.
11035 (btrace_call_history_src_line): Call btrace_compute_src_line_range.
11036
11037 2015-03-02 Pedro Alves <palves@redhat.com>
11038
11039 * infrun.c (follow_exec): Delete all threads of the process except
11040 the event thread. Extended comments.
11041
11042 2015-03-02 Joel Brobecker <brobecker@adacore.com>
11043
11044 * contrib/ari/gdb_ari.sh: Reinstate checks for "true" and "false".
11045
11046 2015-03-02 Joel Brobecker <brobecker@adacore.com>
11047
11048 * utils.h: Remove <stdbool.h> #include.
11049 (producer_is_gcc): Change return type to "int".
11050 * utils.c (producer_is_gcc): Change return type to int.
11051 Return 1 instead of true, and 0 instead of false.
11052 Adjust function documentation accordingly.
11053
11054 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
11055
11056 * s390-linux-nat.c (have_regset_vxrs): New static variable.
11057 (s390_linux_fetch_inferior_registers): Handle vector registers, if
11058 present.
11059 (s390_linux_store_inferior_registers): Likewise.
11060 (s390_get_hwcap): Remove function. Embed its logic...
11061 (s390_read_description): ...here. Yield a target description with
11062 vector registers if applicable.
11063 * s390-linux-tdep.c: Include "features/s390-vx-linux64.c",
11064 "features/s390-tevx-linux64.c", "features/s390x-vx-linux64.c", and
11065 "features/s390x-tevx-linux64.c".
11066 (struct gdbarch_tdep) <v0_full_regnum>: New field.
11067 (s390_dwarf_regmap): Add vector registers. Remove bogus entries
11068 for "GNU/Linux-specific registers".
11069 (s390_dwarf_reg_r0l): New enum value.
11070 (s390_dwarf_reg_to_regnum): Support vector registers.
11071 (s390_adjust_frame_regnum): Adjust pseudo DWARF register numbers
11072 of GPR lower halves.
11073 (regnum_is_vxr_full): New function.
11074 (s390_register_name): New function.
11075 (s390_pseudo_register_name): Handle v0-v15, which are composed of
11076 f0-f15 and v0l-v15l.
11077 (s390_pseudo_register_type): Likewise.
11078 (s390_pseudo_register_read): Likewise.
11079 (s390_pseudo_register_write): Likewise.
11080 (s390_value_from_register): Account for the fact that values are
11081 placed left-justified in vector registers.
11082 (s390_pseudo_register_reggroup_p): Add pseudo registers v0-v15 to
11083 the vector reggroup and omit them from the general reggroup.
11084 (s390_regmap_vxrs_low, s390_regmap_vxrs_high): New register maps.
11085 (s390_vxrs_low_regset, s390_vxrs_high_regset): New regsets.
11086 (s390_iterate_over_regset_sections): Add iterations for the two
11087 new vector regsets.
11088 (s390_core_read_description): Yield a target description with
11089 vector registers if applicable.
11090 (s390_gdbarch_init): Handle target descriptions with vector
11091 registers. Add "register_name" gdbarch method.
11092 (_initialize_s390_tdep): Call new tdesc initialization functions.
11093 * s390-linux-tdep.h (HWCAP_S390_VX): New macro.
11094 (S390_V0_LOWER_REGNUM, S390_V1_LOWER_REGNUM, S390_V2_LOWER_REGNUM)
11095 (S390_V3_LOWER_REGNUM, S390_V4_LOWER_REGNUM, S390_V5_LOWER_REGNUM)
11096 (S390_V6_LOWER_REGNUM, S390_V7_LOWER_REGNUM, S390_V8_LOWER_REGNUM)
11097 (S390_V9_LOWER_REGNUM, S390_V10_LOWER_REGNUM)
11098 (S390_V11_LOWER_REGNUM, S390_V12_LOWER_REGNUM)
11099 (S390_V13_LOWER_REGNUM, S390_V14_LOWER_REGNUM)
11100 (S390_V15_LOWER_REGNUM, S390_V16_REGNUM, S390_V17_REGNUM)
11101 (S390_V18_REGNUM, S390_V19_REGNUM, S390_V20_REGNUM)
11102 (S390_V21_REGNUM, S390_V22_REGNUM, S390_V23_REGNUM)
11103 (S390_V24_REGNUM, S390_V25_REGNUM, S390_V26_REGNUM)
11104 (S390_V27_REGNUM, S390_V28_REGNUM, S390_V29_REGNUM)
11105 (S390_V30_REGNUM, S390_V31_REGNUM): New macros.
11106 (S390_NUM_REGS): Adjust value.
11107 (s390_vxrs_low_regset, s390_vxrs_high_regset): Declare.
11108 (tdesc_s390_vx_linux64, tdesc_s390_tevx_linux64)
11109 (tdesc_s390x_vx_linux64, tdesc_s390x_tevx_linux64): Likewise.
11110 * NEWS: Announce S/390 vector register support.
11111
11112 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
11113
11114 * features/s390-tevx-linux64.xml: New file.
11115 * features/s390-vx-linux64.xml: New file.
11116 * features/s390-vx.xml: New file.
11117 * features/s390x-tevx-linux64.xml: New file.
11118 * features/s390x-vx-linux64.xml: New file.
11119 * features/Makefile (WHICH): Add s390-vx-linux64,
11120 s390x-vx-linux64, s390-tevx-linux64, and s390x-tevx-linux64.
11121 (s390-vx-linux64-expedite, s390-tevx-linux64-expedite)
11122 (s390x-vx-linux64-expedite, s390x-tevx-linux64-expedite): New
11123 macros.
11124 * features/s390-tevx-linux64.c: New generated file.
11125 * features/s390-vx-linux64.c: Likewise.
11126 * features/s390x-tevx-linux64.c: Likewise.
11127 * features/s390x-vx-linux64.c: Likewise.
11128 * regformats/s390-tevx-linux64.dat: Likewise.
11129 * regformats/s390-vx-linux64.dat: Likewise.
11130 * regformats/s390x-tevx-linux64.dat: Likewise.
11131 * regformats/s390x-vx-linux64.dat: Likewise.
11132
11133 2015-02-28 Doug Evans <xdje42@gmail.com>
11134
11135 * symtab.h (struct symtab) <next>: Fix comment.
11136
11137 2015-02-27 Simon Marchi <simon.marchi@ericsson.com>
11138
11139 * python/python.c (python_GdbModuleDef): Rename GdbMethods to
11140 python_GdbMethods.
11141
11142 2015-02-27 Pedro Alves <palves@redhat.com>
11143
11144 * dtrace-probe.c (dtrace_probe_ops): Make extern.
11145
11146 2015-02-27 Pedro Alves <palves@redhat.com>
11147
11148 * common/common-exceptions.h (exception_none): Declare.
11149 * common/common-exceptions.c (exception_none): Moved from
11150 exceptions.c.
11151 (exceptions_state_mc_init): Use exception_none.
11152 * exceptions.c (exception_none): Move to
11153 common/common-exceptions.c.
11154 * exceptions.h (exception_none): Move to
11155 common/common-exceptions.h.
11156
11157 2015-02-27 Pedro Alves <palves@redhat.com>
11158
11159 * main.c (catch_command_errors, catch_command_errors_const):
11160 Remove 'mask' argument. Adjust.
11161 (captured_main): Adjust callers.
11162
11163 2015-02-27 Pedro Alves <palves@redhat.com>
11164
11165 * python/python-internal.h: Include "extension-priv.h".
11166
11167 2015-02-27 Pedro Alves <palves@redhat.com>
11168
11169 * breakpoint.h (enum print_stop_action): Move further up in the
11170 file.
11171
11172 2015-02-27 Pedro Alves <palves@redhat.com>
11173
11174 * gdbarch.sh: Include regcache.h.
11175 * gdbarch.h: Regenerate.
11176
11177 2015-02-27 Pedro Alves <palves@redhat.com>
11178
11179 * arm-tdep.c (decode_insn) <arm_handle_insn, thumb_handle_insn>:
11180 Remove duplicate const.
11181 * sparc-sol2-tdep.c (sparc_sol2_static_transform_name): Remove
11182 duplicate const.
11183
11184 2015-02-27 Pedro Alves <palves@redhat.com>
11185
11186 * cp-valprint.c (vtbl_ptr_name): Use EXPORTED_CONST.
11187 * guile/guile.c (extension_language_guile): Use EXPORTED_CONST.
11188 * features/feature_to_c.sh: Tag the generated xml_builtin array
11189 with extern const in C++ mode.
11190
11191 2015-02-27 Tom Tromey <tromey@redhat.com>
11192
11193 * minidebug.c (struct lzma_stream): Rename to ...
11194 (struct gdb_lzma_stream): ... this.
11195 (lzma_open, lzma_pread, lzma_close, lzma_stat): Adjust.
11196
11197 2015-02-27 Pedro Alves <palves@redhat.com>
11198
11199 * mi/mi-cmd-stack.c (mi_apply_ext_lang_frame_filter): New
11200 function.
11201 (mi_cmd_stack_list_locals, mi_cmd_stack_list_args)
11202 (mi_cmd_stack_list_variables): Use it.
11203
11204 2015-02-27 Pedro Alves <palves@redhat.com>
11205
11206 * x86-linux-nat.c (u_debugreg_offset): New function.
11207 (x86_linux_dr_get, x86_linux_dr_set): Use it.
11208
11209 2015-02-27 Pedro Alves <palves@redhat.com>
11210
11211 * nat/x86-dregs.h (enum target_hw_bp_type): Remove forward
11212 declaration.
11213 Include break-common.h.
11214
11215 2015-02-27 Tom Tromey <tromey@redhat.com>
11216 Pedro Alves <palves@redhat.com>
11217
11218 * arm-tdep.c (set_fp_model_sfunc, arm_set_abi): Use 'int' for
11219 local used to iterate over enums.
11220 * completer.c (signal_completer): Likewise.
11221 * i386-tdep.c (i386_stap_parse_special_token): Likewise.
11222 * rs6000-tdep.c (powerpc_set_vector_abi): Likewise.
11223 * tui/tui-data.c (tui_next_win, tui_prev_win): Likewise.
11224 * tui/tui-layout.c (next_layout, prev_layout): Likewise.
11225 * tui/tui-win.c (tui_refresh_all_win, tui_rehighlight_all)
11226 (tui_resize_all, tui_set_focus_command, tui_all_windows_info): Likewise.
11227 * tui-wingeneral.c (tui_refresh_all): Likewise.
11228
11229 2015-02-27 Pedro Alves <palves@redhat.com>
11230
11231 * target.h: Include "infrun.h".
11232
11233 2015-02-27 Pedro Alves <palves@redhat.com>
11234
11235 * gdb_proc_service.h: Wrap with EXTERN_C_PUSH/EXTERN_C_POP.
11236
11237 2015-02-27 Pedro Alves <palves@redhat.com>
11238
11239 * common/agent.h (IPA_SYM_EXPORTED_NAME): New.
11240 (IPA_SYM): Use it.
11241 * common/common-defs.h (EXTERN_C_PUSH, EXTERN_C_POP): New macros.
11242
11243 2015-02-27 Pedro Alves <palves@redhat.com>
11244
11245 * cli-out.c (_rl_erase_entire_line): Move declaration out of
11246 cli_mld_erase_entire_line, and make it extern "C".
11247 * common/common-defs.h (EXTERN_C): New.
11248 * completer.c (_rl_completion_prefix_display_length)
11249 (_rl_print_completions_horizontally, QSFUNC): Move declarations
11250 out of gdb_display_match_list_1.
11251 (_rl_qsort_string_compare): Move declaration out of
11252 gdb_display_match_list_1, and make it extern "C".
11253 * defs.h (re_comp): Use EXTERN_C.
11254 * maint.c (_mcleanup): Move declaration out of mcleanup_wrapper,
11255 and make it extern "C".
11256 (monstartup): Move declaration out of maintenance_set_profile_cmd,
11257 and make it extern "C".
11258 (main): Move declaration out of maintenance_set_profile_cmd.
11259 * nat/linux-ptrace.c (linux_ptrace_attach_fail_reason_string): Use
11260 EXTERN_C.
11261
11262 2015-02-27 Pedro Alves <palves@redhat.com>
11263
11264 * python/python.c (GdbMethods): Rename to ...
11265 (python_GdbMethods): ... this and make extern.
11266 (GdbModuleDef): Rename to ...
11267 (python_GdbModuleDef): ... this and make extern.
11268
11269 2015-02-27 Pedro Alves <palves@redhat.com>
11270
11271 * record-btrace.c (set_record_btrace_cmdlist)
11272 (show_record_btrace_cmdlist): Remove redefinitions.
11273
11274 2015-02-27 Tom Tromey <tromey@redhat.com>
11275 Pedro Alves <palves@redhat.com>
11276
11277 * dwarf2-frame.c (enum cfa_how_kind, struct
11278 dwarf2_frame_state_reg_info): Move out of struct
11279 dwarf2_frame_state.
11280 * dwarf2read.c (struct tu_stats): Move out of struct
11281 dwarf2_per_objfile.
11282 (struct file_entry): Move out of struct line_header.
11283 (struct nextfield, struct nextfnfield, struct fnfieldlist, struct
11284 typedef_field_list): Move out of struct field_info.
11285 * gdbtypes.h (enum dynamic_prop_kind, union dynamic_prop_data):
11286 Move out of struct dynamic_prop.
11287 (union type_owner, union field_location, struct field, struct
11288 range_bounds, union type_specific): Move out of struct main_type.
11289 (struct fn_fieldlist, struct fn_field, struct typedef_field)
11290 (VOFFSET_STATIC): Move out of struct cplus_struct_type.
11291 (struct call_site_target, union call_site_parameter_u, struct
11292 call_site_parameter): Move out of struct call_site.
11293 * m32c-tdep.c (enum m32c_prologue_kind): Move out of struct
11294 m32c_prologue.
11295 (enum srcdest_kind): Move out of struct srcdest.
11296 * main.c (enum cmdarg_kind): Move out of struct cmdarg.
11297 * prologue-value.h (enum prologue_value_kind): Move out of struct
11298 prologue_value.
11299 * s390-linux-tdep.c (enum s390_abi_kind): Move out of struct
11300 gdbarch_tdep.
11301 * stabsread.c (struct nextfield, struct next_fnfieldlist): Move
11302 out of struct field_info.
11303 * symfile.h (struct other_sections): Move out of struct
11304 section_addr_info.
11305 * symtab.c (struct symbol_cache_slot): Move out struct
11306 block_symbol_cache.
11307 * target-descriptions.c (enum tdesc_type_kind): Move out of
11308 typedef struct tdesc_type.
11309 * tui/tui-data.h (enum tui_line_or_address_kind): Move out of
11310 struct tui_line_or_address.
11311 * value.c (enum internalvar_kind, union internalvar_data): Move
11312 out of struct internalvar.
11313 * xtensa-tdep.h (struct ctype_cache): Move out of struct
11314 gdbarch_tdep.
11315
11316 2015-02-27 Tom Tromey <tromey@redhat.com>
11317 Pedro Alves <palves@redhat.com>
11318
11319 Rename symbols whose names are reserved C++ keywords throughout.
11320
11321 2015-02-27 Pedro Alves <palves@redhat.com>
11322
11323 * Makefile.in (COMPILER): New, get it from autoconf.
11324 (COMPILE.pre, CC_LD): Use COMPILER.
11325 (CXX): Get from autoconf instead.
11326 (CXX_FOR_TARGET): Default to g++ instead of gcc.
11327 * acinclude.m4: Include build-with-cxx.m4.
11328 * build-with-cxx.m4: New file.
11329 * configure.ac: Call AC_PROG_CXX and GDB_AC_BUILD_WITH_CXX.
11330 Disable -Werror by default if building in C++ mode.
11331 (build_warnings): Add -Wno-sign-compare, -Wno-write-strings and
11332 -Wno-narrowing in C++ mode. Only enable -Wpointer-sign in C mode.
11333 Run supported-warning-flags tests with the C++ compiler.
11334 Save/restore CXXFLAGS too.
11335 * configure: Regenerate.
11336
11337 2015-02-27 Pedro Alves <palves@redhat.com>
11338
11339 * libiberty.m4: New file.
11340 * acinclude.m4: Include libiberty.m4.
11341 * configure.ac: Call libiberty_INIT.
11342 * config.in, configure: Regenerate.
11343
11344 2015-02-27 Andreas Arnez <arnez@linux.vnet.ibm.com>
11345
11346 * s390-linux-tdep.c (s390_gcc_target_options): Not just handle
11347 31-bit targets, but 64-bit targets as well.
11348 (s390_gnu_triplet_regexp): New function.
11349 (s390_gdbarch_init): Set the gcc_target_options gdbarch method for
11350 64-bit targets as well. Set the gnu_triplet_regexp gdbarch
11351 method.
11352
11353 2015-02-27 Jon TURNEY <jon.turney@dronecode.org.uk> (tiny patch)
11354
11355 * windows-nat.c (CONTEXT_DEBUGGER): Remove.
11356 (CONTEXT_DEBUGGER_DR): Add CONTEXT_SEGMENTS. Incorporate flags
11357 from CONTEXT_DEBUGGER.
11358
11359 2015-02-26 Doug Evans <dje@google.com>
11360
11361 * gdbtypes.c (internal_type_vptr_fieldno): Add missing call to
11362 CHECK_TYPEDEF.
11363 (set_type_vptr_fieldno): Ditto.
11364 (internal_type_vptr_basetype, set_type_vptr_basetype): Ditto.
11365 * gnu-v3-abi.c (gnuv3_dynamic_class): Ditto.
11366
11367 2015-02-26 Pedro Alves <palves@redhat.com>
11368
11369 * auto-load.h (file_is_auto_load_safe): Add ATTRIBUTE_PRINTF.
11370 * complaints.c (vcomplaint): Pass argument FMT directly to
11371 printf-like functions instead of complaint->fmt.
11372 * ctf.c (ctf_save_write_metadata): Add ATTRIBUTE_PRINTF.
11373 * darwin-nat.c (inferior_debug): Add ATTRIBUTE_PRINTF.
11374 * compile/compile-loc2c.c (pushf, unary, binary): Add
11375 ATTRIBUTE_PRINTF.
11376 (do_compile_dwarf_expr_to_c): Pass string literal as format string
11377 to pushf.
11378 (BINARY): Pass string literal as format string to 'binary'.
11379 * compile/compile-object-load.c (link_callbacks_einfo): Add
11380 ATTRIBUTE_PRINTF.
11381 * guile/guile-internal.h (gdbscm_printf): Add ATTRIBUTE_PRINTF.
11382
11383 2015-02-26 Pedro Alves <palves@redhat.com>
11384
11385 * windows-termcap.c: Rename to ...
11386 * stub-termcap.c: ... this. Adjust header line.
11387 * Makefile.in (SFILES): Refer to stub-termcap.c instead of
11388 windows-termcap.c.
11389 * configure: Regenerate.
11390 * configure.ac: Refer to stub-termcap.o instead of
11391 windows-termcap.o.
11392 * gdb_curses.h: Mention stub-termcap.c instead of
11393 windows-termcap.c.
11394
11395 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
11396
11397 * compile/compile-c-symbols.c (convert_one_symbol, convert_symbol_bmsym)
11398 (gcc_symbol_address): Call gnu_ifunc_resolve_addr.
11399
11400 2015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
11401
11402 * gdb/infcmd.c (print_return_value): use type_to_string to print type.
11403
11404 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
11405
11406 * elfread.c (elf_read_minimal_symbols): Use bfd_alloc for
11407 bfd_canonicalize_symtab.
11408
11409 2015-02-25 John Baldwin <jhb@FreeBSD.org>
11410
11411 * amd64fbsd-nat.c: Include sys/user.h.
11412 (_initialize_amd64fbsd_nat): Use the KERN_PROC_SIGTRAMP sysctl
11413 instead of KERN_PS_STRINGS to locate the signal trampoline.
11414 * i386fbsd-nat.c: Include sys/user.h.
11415 (_initialize_i386fbsd_nat): Use the KERN_PROC_SIGTRAMP sysctl
11416 instead of KERN_PS_STRINGS to locate the signal trampoline.
11417 * amd64fbsd-tdep.c (amd64fbsd_sigtramp_code): New.
11418 (amd64fbsd_sigtramp_p): New.
11419 (amd64fbsd_sigtramp_start_addr, amd64fbsd_sigtramp_end_addr): No
11420 longer set default values.
11421 (amd64fbsd_init_abi): Set "sigtramp_p" to "amd64fbsd_sigtramp_p".
11422 * i386fbsd-tdep.c (i386fbsd_sigtramp_start)
11423 (i386fbsd_sigtramp_middle, i386fbsd_sigtramp_end)
11424 (i386fbsd_freebsd4_sigtramp_start)
11425 (i386fbsd_freebsd4_sigtramp_middle)
11426 (i386fbsd_freebsd4_sigtramp_end, i386fbsd_osigtramp_start)
11427 (i386fbsd_osigtramp_middle, i386fbsd_osigtramp_end): New.
11428 (i386fbsd_sigtramp_p): New.
11429 (i386fbsd_sigtramp_start_addr, i386fbsd_sigtramp_end_addr): No
11430 longer set default values.
11431 (i386fbsd_init_abi): Set "sigtramp_p" to "i386fbsd_sigtramp_p".
11432
11433 2015-02-25 John Baldwin <jhb@freebsd.org>
11434
11435 * amd64fbsd-tdep.c (amd64fbsd_sigcontext_addr): Use
11436 get_frame_register instead of frame_unwind_register_unsigned.
11437
11438 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
11439
11440 PR build/18033
11441 * compile/compile-c-support.c (c_compute_program): Change // comment.
11442 * compile/compile-object-load.c (setup_sections): Change // comment.
11443
11444 2015-02-26 Joel Brobecker <brobecker@adacore.com>
11445
11446 PR build/18033:
11447 * iq2000-tdep.c (iq2000_frame_cache): Delete C++-style comment.
11448
11449 2015-02-23 Pedro Alves <palves@redhat.com>
11450
11451 * remote.c (skip_to_semicolon): New function.
11452 (remote_parse_stop_reply) <T stop reply>: Use it. Don't
11453 special case the stop reasons that look like hex numbers
11454 upfront. Instead handle real register numbers after matching
11455 all the known stop reasons.
11456
11457 2015-02-21 Doug Evans <dje@google.com>
11458
11459 PR c++/17976, symtab/17821
11460 * cp-namespace.c (cp_search_static_and_baseclasses): New parameter
11461 is_in_anonymous. All callers updated.
11462 (find_symbol_in_baseclass): Ditto.
11463 (cp_lookup_nested_symbol_1): Ditto. Don't search all static blocks
11464 for symbols in an anonymous namespace.
11465 * dwarf2read.c (namespace_name): Don't call dwarf2_name, fetch
11466 DW_AT_name directly.
11467 (dwarf2_name): Convert missing namespace name to
11468 CP_ANONYMOUS_NAMESPACE_STR.
11469
11470 2015-02-20 Pedro Alves <palves@redhat.com>
11471
11472 * linux-nat.c (linux_handle_extended_wait): Call
11473 thread_db_notice_clone whenever a new clone LWP is detected.
11474 (linux_stop_and_wait_all_lwps, linux_unstop_all_lwps): New
11475 functions.
11476 * linux-nat.h (thread_db_attach_lwp): Delete declaration.
11477 (thread_db_notice_clone, linux_stop_and_wait_all_lwps)
11478 (linux_unstop_all_lwps): Declare.
11479 * linux-thread-db.c (struct thread_get_info_inout): Delete.
11480 (thread_get_info_callback): Delete.
11481 (thread_from_lwp): Use td_thr_get_info and record_thread.
11482 (thread_db_attach_lwp): Delete.
11483 (thread_db_notice_clone): New function.
11484 (try_thread_db_load_1): If /proc is mounted and shows the
11485 process'es task list, walk over all LWPs and call thread_from_lwp
11486 instead of relying on td_ta_thr_iter.
11487 (attach_thread): Don't call check_thread_signals here. Split the
11488 tail part of the function (which adds the thread to the core GDB
11489 thread list) to ...
11490 (record_thread): ... this function. Call check_thread_signals
11491 here.
11492 (thread_db_wait): Don't call thread_db_find_new_threads_1. Always
11493 call thread_from_lwp.
11494 (thread_db_update_thread_list): Rename to ...
11495 (thread_db_update_thread_list_org): ... this.
11496 (thread_db_update_thread_list): New function.
11497 (thread_db_find_thread_from_tid): Delete.
11498 (thread_db_get_ada_task_ptid): Simplify.
11499 * nat/linux-procfs.c: Include <sys/stat.h>.
11500 (linux_proc_task_list_dir_exists): New function.
11501 * nat/linux-procfs.h (linux_proc_task_list_dir_exists): Declare.
11502
11503 2015-02-20 Pedro Alves <palves@redhat.com>
11504
11505 * linux-nat.c (lin_lwp_attach_lwp): No longer special case the
11506 main LWP. Handle the case of waitpid returning 0 if we're already
11507 attached to the LWP. Don't set the LWP's last_resume_kind to
11508 resume_stop if we already knew about the LWP.
11509 (linux_nat_filter_event): Add debug logs.
11510
11511 2015-02-20 Pedro Alves <palves@redhat.com>
11512
11513 * target.h (forward_target_decr_pc_after_break): Delete
11514 declaration.
11515
11516 2015-02-20 Pedro Alves <palves@redhat.com>
11517
11518 PR threads/18006
11519 * linux-thread-db.c (thread_get_info_callback): Return early if
11520 the thread's lwp id is -1.
11521
11522 2015-02-20 Joel Brobecker <brobecker@adacore.com>
11523
11524 GDB 7.9 released.
11525
11526 2015-02-19 Steve Ellcey <sellcey@imgtec.com>
11527
11528 * dtrace-probe.c (dtrace_process_dof_probe): Initialize arg.expr.
11529 (dtrace_get_probes) Change type of variable 'dof'.
11530
11531 2015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
11532
11533 PR breakpoints/16812
11534 * linux-nat.c (linux_nat_filter_event): Report SIGTRAP,SIGILL,SIGSEGV.
11535 * nat/linux-ptrace.c (linux_wstatus_maybe_breakpoint): Add.
11536 * nat/linux-ptrace.h: Add linux_wstatus_maybe_breakpoint.
11537
11538 2015-02-19 David Taylor <dtaylor@emc.com>
11539
11540 * common/ax.def (setv): Fix consumed entry in setv DEFOP.
11541
11542 2015-02-18 Patrick Palka <patrick@parcs.ath.cx>
11543
11544 * tui/tui-io.c (tui_handle_resize_during_io): Remove this
11545 function.
11546 (tui_putc): Don't call tui_handle_resize_during_io.
11547 (tui_getc): Likewise.
11548 (tui_mld_getc): Likewise.
11549 * tui/tui-win.c: Include event-loop.h and tui/tui-io.h.
11550 (tui_sigwinch_token): New static variable.
11551 (tui_initialize_win): Adjust documentation. Set
11552 tui_sigwinch_token.
11553 (tui_async_resize_screen): New asynchronous callback.
11554 (tui_sigwinch_handler): Adjust documentation. Asynchronously
11555 invoke tui_async_resize_screen.
11556
11557 2015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
11558
11559 * configure: Regenerated.
11560 * configure.ac: Use GDB_AC_TRANSFORM.
11561 * Makefile.in (aclocal_m4_deps): Added transform.m4.
11562 * acinclude.m4: sinclude transform.m4.
11563 * transform.m4: New file.
11564 (GDB_AC_TRANSFORM): New macro.
11565
11566 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
11567
11568 * NEWS: Announce the support for DTrace SDT probes.
11569
11570 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
11571
11572 * amd64-linux-tdep.c: Include "parser-defs.h" and "user-regs.h".
11573 (amd64_dtrace_parse_probe_argument): New function.
11574 (amd64_dtrace_probe_is_enabled): Likewise.
11575 (amd64_dtrace_enable_probe): Likewise.
11576 (amd64_dtrace_disable_probe): Likewise.
11577 (amd64_linux_init_abi): Register the
11578 `gdbarch_dtrace_probe_argument', `gdbarch_dtrace_enable_probe',
11579 `gdbarch_dtrace_disable_probe' and
11580 `gdbarch_dtrace_probe_is_enabled' hooks.
11581 (amd64_dtrace_disabled_probe_sequence_1): New constant.
11582 (amd64_dtrace_disabled_probe_sequence_2): Likewise.
11583 (amd64_dtrace_enable_probe_sequence): Likewise.
11584 (amd64_dtrace_disable_probe_sequence): Likewise.
11585
11586 2015-01-17 Jose E. Marchesi <jose.marchesi@oracle.com>
11587
11588 * breakpoint.c (BREAK_ARGS_HELP): Help string updated to mention
11589 the -probe-dtrace new vpossible value for PROBE_MODIFIER.
11590 * configure.ac (CONFIG_OBS): dtrace-probe.o added if BFD can
11591 handle ELF files.
11592 * Makefile.in (SFILES): dtrace-probe.c added.
11593 * configure: Regenerate.
11594 * dtrace-probe.c: New file.
11595 (SHT_SUNW_dof): New constant.
11596 (dtrace_probe_type): New enum.
11597 (dtrace_probe_arg): New struct.
11598 (dtrace_probe_arg_s): New typedef.
11599 (struct dtrace_probe_enabler): New struct.
11600 (dtrace_probe_enabler_s): New typedef.
11601 (dtrace_probe): New struct.
11602 (dtrace_probe_is_linespec): New function.
11603 (dtrace_dof_sect_type): New enum.
11604 (dtrace_dof_dofh_ident): Likewise.
11605 (dtrace_dof_encoding): Likewise.
11606 (DTRACE_DOF_ENCODE_LSB): Likewise.
11607 (DTRACE_DOF_ENCODE_MSB): Likewise.
11608 (dtrace_dof_hdr): New struct.
11609 (dtrace_dof_sect): Likewise.
11610 (dtrace_dof_provider): Likewise.
11611 (dtrace_dof_probe): Likewise.
11612 (DOF_UINT): New macro.
11613 (DTRACE_DOF_PTR): Likewise.
11614 (DTRACE_DOF_SECT): Likewise.
11615 (dtrace_process_dof_probe): New function.
11616 (dtrace_process_dof): Likewise.
11617 (dtrace_build_arg_exprs): Likewise.
11618 (dtrace_get_arg): Likewise.
11619 (dtrace_get_probes): Likewise.
11620 (dtrace_get_probe_argument_count): Likewise.
11621 (dtrace_can_evaluate_probe_arguments): Likewise.
11622 (dtrace_evaluate_probe_argument): Likewise.
11623 (dtrace_compile_to_ax): Likewise.
11624 (dtrace_probe_destroy): Likewise.
11625 (dtrace_gen_info_probes_table_header): Likewise.
11626 (dtrace_gen_info_probes_table_values): Likewise.
11627 (dtrace_probe_is_enabled): Likewise.
11628 (dtrace_probe_ops): New variable.
11629 (info_probes_dtrace_command): New function.
11630 (_initialize_dtrace_probe): Likewise.
11631 (dtrace_type_name): Likewise.
11632
11633 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
11634
11635 * gdbarch.sh (dtrace_parse_probe_argument): New.
11636 (dtrace_probe_is_enabled): Likewise.
11637 (dtrace_enable_probe): Likewise.
11638 (dtrace_disable_probe): Likewise.
11639 * gdbarch.c: Regenerate.
11640 * gdbarch.h: Regenerate.
11641
11642 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
11643
11644 * stap-probe.c (stap_probe_ops): Add NULLs in the static
11645 stap_probe_ops for `enable_probe' and `disable_probe'.
11646 * probe.c (enable_probes_command): New function.
11647 (disable_probes_command): Likewise.
11648 (_initialize_probe): Define the cli commands `enable probe' and
11649 `disable probe'.
11650 (parse_probe_linespec): New function.
11651 (info_probes_for_ops): Use parse_probe_linespec.
11652 * probe.h (probe_ops): New hooks `enable_probe' and
11653 `disable_probe'.
11654
11655 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
11656
11657 * probe.c (compute_probe_arg): Moved from stap-probe.c
11658 (compile_probe_arg): Likewise.
11659 (probe_funcs): Likewise.
11660 * stap-probe.c (compute_probe_arg): Moved to probe.c.
11661 (compile_probe_arg): Likewise.
11662 (probe_funcs): Likewise.
11663
11664 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
11665
11666 * probe.c (print_ui_out_not_applicables): New function.
11667 (exists_probe_with_pops): Likewise.
11668 (info_probes_for_ops): Do not include column headers for probe
11669 types for which no probe has been actually found on any object.
11670 Also invoke `print_ui_out_not_applicables' in order to match the
11671 column rows with the header when probes of several types are
11672 listed.
11673 Print the "Type" column.
11674 * probe.h (probe_ops): Added a new probe operation `type_name'.
11675 * stap-probe.c (stap_probe_ops): Add `stap_type_name'.
11676 (stap_type_name): New function.
11677
11678 2015-02-17 Patrick Palka <patrick@parcs.ath.cx>
11679
11680 * tui/tui-io.c (tui_getc): Don't call key_is_command_char.
11681 (key_is_command_char): Delete.
11682
11683 2015-02-17 Pedro Alves <palves@redhat.com>
11684
11685 * tui/tui.c (tui_enable): Resize windows before anything
11686 might show a window.
11687
11688 2015-02-17 Max Ostapenko <m.ostapenko@partner.samsung.com>
11689
11690 PR gdb/17984
11691 * aarch64-linux-nat.c: Don't include features/aarch64.c anymore.
11692 (aarch64_linux_read_description): Remove initialize_tdesc_aarch64
11693 call.
11694 * aarch64-tdep.h (tdesc_aarch64): Declare.
11695
11696 2015-02-12 Mark Wielaard <mjw@redhat.com>
11697
11698 * contrib/ari/gdb_ari.sh: Remove checks for "true" and "false".
11699
11700 2015-02-13 Doug Evans <dje@google.com>
11701
11702 * cp-namespace.c (cp_basic_lookup_symbol): Rename parameter
11703 anonymous_namespace to is_in_anonymous for consistency with the rest
11704 of the file.
11705 (cp_lookup_bare_symbol): Fix typo in comment.
11706 (cp_search_static_and_baseclasses): Ditto.
11707 (search_symbol_list): Use vertical space in comment better.
11708 (reset_directive_searched): Ditto. Fix typo.
11709 (cp_lookup_nested_symbol_1): Clarify contents of NESTED_NAME parameter.
11710
11711 2015-02-13 Yao Qi <yao.qi@arm.com>
11712
11713 * MAINTAINERS: Update my email address.
11714
11715 2015-02-12 Doug Evans <dje@google.com>
11716
11717 * symtab.c (completion_list_add_name): Fix memory leak.
11718
11719 2015-02-12 Doug Evans <dje@google.com>
11720
11721 * completer.c (complete_line): Remove incorrect comment.
11722
11723 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11724
11725 * python/py-framefilter.c (py_print_single_arg, enumerate_locals)
11726 (py_print_frame): Use RETURN_MASK_ERROR.
11727
11728 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11729
11730 * python/py-framefilter.c (py_print_frame): Mention RETURN_QUIT in
11731 function comment. Wrap all function that can throw in cleanups.
11732 (gdbpy_apply_frame_filter): Wrap all function that can throw in
11733 cleanups.
11734
11735 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11736
11737 * python/py-framefilter.c (py_print_frame): Substitute goto error.
11738 Remove the error label.
11739
11740 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11741
11742 * python/py-framefilter.c (py_print_frame): Put conditional code paths
11743 with goto first, indent the former else codepath left. Put variable
11744 'elided' to a new inner block.
11745
11746 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11747
11748 * python/py-framefilter.c (py_print_frame): Whitespacing fixes.
11749
11750 2015-02-11 Pedro Alves <palves@redhat.com>
11751
11752 * xcoffread.c (within_function): Delete.
11753
11754 2015-02-11 Tom Tromey <tromey@redhat.com>
11755 Pedro Alves <palves@redhat.com>
11756
11757 * breakpoint.c (base_breakpoint_ops): Delete.
11758 * dwarf2loc.c (dwarf_expr_ctx_funcs): Make extern.
11759 * elfread.c (elf_sym_fns_gdb_index, elf_sym_fns_lazy_psyms): Make extern.
11760 * guile/guile.c (guile_extension_script_ops, guile_extension_ops): Make extern.
11761 * ppcnbsd-tdep.c (ppcnbsd2_sigtramp): Make extern.
11762 * python/py-arch.c (arch_object_type): Make extern.
11763 * python/py-block.c (block_syms_iterator_object_type): Make extern.
11764 * python/py-bpevent.c (breakpoint_event_object_type): Make extern.
11765 * python/py-cmd.c (cmdpy_object_type): Make extern.
11766 * python/py-continueevent.c (continue_event_object_type)
11767 * python/py-event.h (GDBPY_NEW_EVENT_TYPE): Remove 'qual'
11768 parameter. Update all callers.
11769 * python/py-evtregistry.c (eventregistry_object_type): Make extern.
11770 * python/py-exitedevent.c (exited_event_object_type): Make extern.
11771 * python/py-finishbreakpoint.c (finish_breakpoint_object_type): Make extern.
11772 * python/py-function.c (fnpy_object_type): Make extern.
11773 * python/py-inferior.c (inferior_object_type, membuf_object_type): Make extern.
11774 * python/py-infevents.c (call_pre_event_object_type)
11775 (inferior_call_post_event_object_type).
11776 (memory_changed_event_object_type): Make extern.
11777 * python/py-infthread.c (thread_object_type): Make extern.
11778 * python/py-lazy-string.c (lazy_string_object_type): Make extern.
11779 * python/py-linetable.c (linetable_entry_object_type)
11780 (linetable_object_type, ltpy_iterator_object_type): Make extern.
11781 * python/py-newobjfileevent.c (new_objfile_event_object_type)
11782 (clear_objfiles_event_object_type): Make extern.
11783 * python/py-objfile.c (objfile_object_type): Make extern.
11784 * python/py-param.c (parmpy_object_type): Make extern.
11785 * python/py-progspace.c (pspace_object_type): Make extern.
11786 * python/py-signalevent.c (signal_event_object_type): Make extern.
11787 * python/py-symtab.c (symtab_object_type, sal_object_type): Make extern.
11788 * python/py-type.c (type_object_type, field_object_type)
11789 (type_iterator_object_type): Make extern.
11790 * python/python.c (python_extension_script_ops)
11791 (python_extension_ops): Make extern.
11792 * stap-probe.c (stap_probe_ops): Make extern.
11793
11794 2015-02-11 Pedro Alves <pedro@codesourcery.com>
11795
11796 * infrun.c (adjust_pc_after_break): Don't adjust the PC just
11797 because the event thread is not the current thread.
11798
11799 2015-02-11 Doug Evans <xdje42@gmail.com>
11800
11801 * gdbtypes.c (internal_type_self_type): If TYPE_SPECIFIC_FIELD hasn't
11802 been initialized yet, return NULL.
11803
11804 2015-02-11 Doug Evans <dje@google.com>
11805
11806 * symfile.h (new_symfile_objfile): Delete.
11807 * symfile.c (finish_new_objfile): Renamed from new_symfile_objfile.
11808 All callers updated.
11809
11810 2015-02-11 Patrick Palka <patrick@parcs.ath.cx>
11811
11812 * tui/tui-io.c (tui_handle_resize_during_io): Call
11813 tui_update_gdb_sizes() after resizing the screen.
11814 * tui/tui.c (tui_enable): Resize the terminal before
11815 calling tui_update_gdb_sizes().
11816
11817 2015-02-11 Patrick Palka <patrick@parcs.ath.cx>
11818
11819 * tui/tui-io.c (tui_getc): Move cursor to the end of the command
11820 line before printing a newline.
11821
11822 2015-02-11 Mark Wielaard <mjw@redhat.com>
11823
11824 * utils.c (producer_is_gcc): Return true or false.
11825
11826 2015-02-10 Mark Wielaard <mjw@redhat.com>
11827
11828 * utils.h (producer_is_gcc): Change return type to bool. Add major
11829 argument.
11830 * utils.c (producer_is_gcc): Likewise.
11831 (producer_is_gcc_ge_4): Adjust producer_is_gcc call.
11832 * dwarf2read.c (check_producer): Likewise.
11833
11834 2015-02-10 Pedro Alves <palves@redhat.com>
11835
11836 * infrun.c (displaced_step_fixup): Switch to the event thread
11837 before calling gdbarch_displaced_step_fixup.
11838
11839 2015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
11840
11841 * MAINTAINERS (Write After Approval): Add Antoine Tremblay.
11842
11843 2015-02-10 Simon Marchi <simon.marchi@ericsson.com>
11844
11845 * ada-varobj.c (ada_name_of_child): Constify parent.
11846 (ada_path_expr_of_child): Same.
11847 (ada_value_of_child): Same.
11848 (ada_type_of_child): Same.
11849 * c-varobj.c (c_is_path_expr_parent): Same.
11850 (c_describe_child): Same.
11851 (c_name_of_child): Same.
11852 (c_value_of_child): Same.
11853 (c_type_of_child): Same.
11854 (cplus_number_of_children): Same.
11855 (cplus_describe_child): Constify var.
11856 (cplus_name_of_child): Constify parent.
11857 (cplus_value_of_child): Same.
11858 (cplus_type_of_child): Same.
11859 * jv-varobj.c (java_name_of_child): Same.
11860 (java_value_of_child): Same.
11861 (java_type_of_child): Same.
11862 * varobj.c (value_of_child): Same.
11863 (varobj_default_is_path_expr_parent): Constify var, parent and return
11864 value.
11865 (varobj_get_path_expr): Constify var, modify path_expr through
11866 mutable_var.
11867 (install_new_value): Constify parent.
11868 (value_of_child): Constify parent.
11869 * varobj.h (struct varobj): Constify parent.
11870 (struct lang_varobj_ops): Constify name_of_child, value_of_child and
11871 type_of_child.
11872 (varobj_get_path_expr): Constify var.
11873 (varobj_get_path_expr_parent): Constify var and return value.
11874
11875 2015-02-10 Luis Machado <lgustavo@codesourcery.com>
11876
11877 * arm-tdep.c (arm_prologue_unwind_stop_reason): New function.
11878 (arm_prologue_this_id): Move PC and SP limit checks to
11879 arm_prologue_unwind_stop_reason.
11880 (arm_prologue_unwind) <stop_reason> : Set to
11881 arm_prologue_unwind_stop_reason.
11882
11883 2015-02-09 Mark Wielaard <mjw@redhat.com>
11884
11885 * dwarf2read.c (set_cu_language): Recognize DW_LANG_Fortran03 and
11886 DW_LANG_Fortran08 as language_fortran.
11887
11888 2015-02-09 Sergio Durigan Junior <sergiodj@redhat.com>
11889
11890 PR remote/17946
11891 * gdb/remote.c (remote_parse_stop_reply): Fix wrong comparison
11892 of pointer against char.
11893
11894 2015-02-09 Mark Wielaard <mjw@redhat.com>
11895
11896 * c-typeprint.c (cp_type_print_method_args): Handle '_Atomic'.
11897 (c_type_print_modifier): Likewise.
11898 * dwarf2read.c (read_tag_atomic_type): New function.
11899 (read_type_die_1): Handle DW_TAG_atomic_type.
11900 * gdbtypes.c (make_atomic_type): New function.
11901 (recursive_dump_type): Handle TYPE_ATOMIC.
11902 * gdbtypes.h (enum type_flag_values): Renumber.
11903 (enum type_instance_flag_value): Add TYPE_INSTANCE_FLAG_ATOMIC.
11904 (TYPE_ATOMIC): New macro.
11905 (make_atomic_type): Declare.
11906
11907 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
11908
11909 * btrace.c (ftrace_find_call): Skip gaps.
11910 (ftrace_new_function): Initialize level.
11911 (ftrace_new_call, ftrace_new_tailcall, ftrace_new_return)
11912 (ftrace_new_switch): Update
11913 level computation.
11914 (ftrace_new_gap): New.
11915 (ftrace_update_function): Create new function after gap.
11916 (btrace_compute_ftrace_bts): Create gap on error.
11917 (btrace_stitch_bts): Update parameters. Clear trace if it
11918 becomes empty.
11919 (btrace_stitch_trace): Update parameters. Update callers.
11920 (btrace_clear): Reset the number of gaps.
11921 (btrace_insn_get): Return NULL if the iterator points to a gap.
11922 (btrace_insn_number): Return zero if the iterator points to a gap.
11923 (btrace_insn_end): Allow gaps at the end.
11924 (btrace_insn_next, btrace_insn_prev, btrace_insn_cmp): Handle gaps.
11925 (btrace_find_insn_by_number): Assert that the found iterator does
11926 not point to a gap.
11927 (btrace_call_next, btrace_call_prev): Assert that the last function
11928 is not a gap.
11929 * btrace.h (btrace_bts_error): New.
11930 (btrace_function): Update comment.
11931 (btrace_function) <insn, insn_offset, number>: Update comment.
11932 (btrace_function) <errcode>: New.
11933 (btrace_thread_info) <ngaps>: New.
11934 (btrace_thread_info) <replay>: Update comment.
11935 (btrace_insn_get): Update comment.
11936 * record-btrace.c (btrace_ui_out_decode_error): New.
11937 (record_btrace_info): Print number of gaps.
11938 (btrace_insn_history, btrace_call_history): Call
11939 btrace_ui_out_decode_error for gaps.
11940 (record_btrace_step_thread, record_btrace_start_replaying): Skip gaps.
11941
11942 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
11943
11944 * common/btrace-common.h (btrace_cpu_vendor, btrace_cpu): New.
11945 * nat/linux-btrace.c: (btrace_this_cpu): New.
11946 (cpu_supports_bts): Call btrace_this_cpu.
11947 (intel_supports_bts): Add cpu parameter.
11948
11949 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
11950
11951 * btrace.h (btrace_insn_class): New.
11952 (btrace_insn) <size, iclass>: New.
11953 * btrace.c (ftrace_find_call): Update parameters. Update users.
11954 Use instruction classification.
11955 (ftrace_new_return): Update parameters. Update users.
11956 (ftrace_update_function): Update parameters. Update users. Use
11957 instruction classification.
11958 (ftrace_update_insns): Update parameters. Update users.
11959 (ftrace_classify_insn): New.
11960 (btrace_compute_ftrace_bts): Fill in new btrace_insn fields. Add
11961 TRY_CATCH around call to gdb_insn_length.
11962
11963 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
11964
11965 * btrace.c (btrace_compute_ftrace_bts, btrace_compute_ftrace):
11966 Update parameters. Update users.
11967
11968 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
11969
11970 * btrace.c (parse_xml_btrace_conf_bts): Add size.
11971 (btrace_conf_bts_attributes): New.
11972 (btrace_conf_children): Add attributes.
11973 * common/btrace-common.h (btrace_config_bts): New.
11974 (btrace_config)<bts>: New.
11975 (btrace_config): Update comment.
11976 * nat/linux-btrace.c (linux_enable_btrace, linux_enable_bts):
11977 Use config.
11978 * features/btrace-conf.dtd: Increment version. Add size
11979 attribute to bts element.
11980 * record-btrace.c (set_record_btrace_bts_cmdlist,
11981 show_record_btrace_bts_cmdlist): New.
11982 (record_btrace_adjust_size, record_btrace_print_bts_conf,
11983 record_btrace_print_conf, cmd_set_record_btrace_bts,
11984 cmd_show_record_btrace_bts): New.
11985 (record_btrace_info): Call record_btrace_print_conf.
11986 (_initialize_record_btrace): Add commands.
11987 * remote.c: Add PACKET_Qbtrace_conf_bts_size enum.
11988 (remote_protocol_features): Add Qbtrace-conf:bts:size packet.
11989 (btrace_sync_conf): Synchronize bts size.
11990 (_initialize_remote): Add Qbtrace-conf:bts:size packet.
11991 * NEWS: Announce new commands and new packets.
11992
11993 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
11994
11995 * Makefile.in (XMLFILES): Add btrace-conf.dtd.
11996 * x86-linux-nat.c (x86_linux_enable_btrace): Update parameters.
11997 (x86_linux_btrace_conf): New.
11998 (x86_linux_create_target): Initialize to_btrace_conf.
11999 * nat/linux-btrace.c (linux_enable_btrace): Update parameters.
12000 Check format. Split into this and ...
12001 (linux_enable_bts): ... this.
12002 (linux_btrace_conf): New.
12003 (perf_event_skip_record): Renamed into ...
12004 (perf_event_skip_bts_record): ... this. Updated users.
12005 (linux_disable_btrace): Split into this and ...
12006 (linux_disable_bts): ... this.
12007 (linux_read_btrace): Check format.
12008 * nat/linux-btrace.h (linux_enable_btrace): Update parameters.
12009 (linux_btrace_conf): New.
12010 (btrace_target_info)<ptid>: Moved.
12011 (btrace_target_info)<conf>: New.
12012 (btrace_target_info): Split into this and ...
12013 (btrace_tinfo_bts): ... this. Updated users.
12014 * btrace.c (btrace_enable): Update parameters.
12015 (btrace_conf, parse_xml_btrace_conf_bts, parse_xml_btrace_conf)
12016 (btrace_conf_children, btrace_conf_attributes)
12017 (btrace_conf_elements): New.
12018 * btrace.h (btrace_enable): Update parameters.
12019 (btrace_conf, parse_xml_btrace_conf): New.
12020 * common/btrace-common.h (btrace_config): New.
12021 * feature/btrace-conf.dtd: New.
12022 * record-btrace.c (record_btrace_conf): New.
12023 (record_btrace_cmdlist): New.
12024 (record_btrace_enable_warn, record_btrace_open): Pass
12025 &record_btrace_conf.
12026 (record_btrace_info): Print recording format.
12027 (cmd_record_btrace_bts_start): New.
12028 (cmd_record_btrace_start): Call cmd_record_btrace_bts_start.
12029 (_initialize_record_btrace): Add "record btrace bts" subcommand.
12030 Add "record bts" alias command.
12031 * remote.c (remote_state)<btrace_config>: New.
12032 (remote_btrace_reset, PACKET_qXfer_btrace_conf): New.
12033 (remote_protocol_features): Add qXfer:btrace-conf:read.
12034 (remote_open_1): Call remote_btrace_reset.
12035 (remote_xfer_partial): Handle TARGET_OBJECT_BTRACE_CONF.
12036 (btrace_target_info)<conf>: New.
12037 (btrace_sync_conf, btrace_read_config): New.
12038 (remote_enable_btrace): Update parameters. Call btrace_sync_conf and
12039 btrace_read_conf.
12040 (remote_btrace_conf): New.
12041 (init_remote_ops): Initialize to_btrace_conf.
12042 (_initialize_remote): Add qXfer:btrace-conf packet.
12043 * target.c (target_enable_btrace): Update parameters.
12044 (target_btrace_conf): New.
12045 * target.h (target_enable_btrace): Update parameters.
12046 (target_btrace_conf): New.
12047 (target_object)<TARGET_OBJECT_BTRACE_CONF>: New.
12048 (target_ops)<to_enable_btrace>: Update parameters and comment.
12049 (target_ops)<to_btrace_conf>: New.
12050 * target-delegates: Regenerate.
12051 * target-debug.h (target_debug_print_const_struct_btrace_config_p)
12052 (target_debug_print_const_struct_btrace_target_info_p): New.
12053 * NEWS: Announce new command and new packet.
12054
12055 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
12056
12057 * nat/linux-btrace.h (perf_event_buffer): New.
12058 (btrace_target_info) <buffer, size, data_head>: Replace with ...
12059 <bts>: ... this.
12060 * nat/linux-btrace.c (perf_event_header, perf_event_mmap_size)
12061 (perf_event_buffer_size, perf_event_buffer_begin)
12062 (perf_event_buffer_end, linux_btrace_has_changed): Removed.
12063 Updated users.
12064 (perf_event_new_data): New.
12065
12066 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
12067
12068 * btrace.c (btrace_enable): Pass BTRACE_FORMAT_BTS.
12069 * record-btrace.c (record_btrace_open): Remove call to
12070 target_supports_btrace.
12071 * remote.c (remote_supports_btrace): Update parameters.
12072 * target.c (target_supports_btrace): Update parameters.
12073 * target.h (to_supports_btrace, target_supports_btrace): Update
12074 parameters.
12075 * target-delegates.c: Regenerate.
12076 * target-debug.h (target_debug_print_enum_btrace_format): New.
12077 * nat/linux-btrace.c
12078 (kernel_supports_btrace): Rename into ...
12079 (kernel_supports_bts): ... this. Update users. Update warning text.
12080 (intel_supports_btrace): Rename into ...
12081 (intel_supports_bts): ... this. Update users.
12082 (cpu_supports_btrace): Rename into ...
12083 (cpu_supports_bts): ... this. Update users.
12084 (linux_supports_btrace): Update parameters. Split into this and ...
12085 (linux_supports_bts): ... this.
12086 * nat/linux-btrace.h (linux_supports_btrace): Update parameters.
12087
12088 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
12089
12090 * Makefile.in (SFILES): Add common/btrace-common.c.
12091 (COMMON_OBS): Add common/btrace-common.o.
12092 (btrace-common.o): Add build rules.
12093 * btrace.c (parse_xml_btrace): Update parameters.
12094 (parse_xml_btrace_block): Set format field.
12095 (btrace_add_pc, btrace_fetch): Use struct btrace_data.
12096 (do_btrace_data_cleanup, make_cleanup_btrace_data): New.
12097 (btrace_compute_ftrace): Split into this and...
12098 (btrace_compute_ftrace_bts): ...this.
12099 (btrace_stitch_trace): Split into this and...
12100 (btrace_stitch_bts): ...this.
12101 * btrace.h (parse_xml_btrace): Update parameters.
12102 (make_cleanup_btrace_data): New.
12103 * common/btrace-common.c: New.
12104 * common/btrace-common.h: Include common-defs.h.
12105 (btrace_block_s): Update comment.
12106 (btrace_format): New.
12107 (btrace_format_string): New.
12108 (btrace_data_bts): New.
12109 (btrace_data): New.
12110 (btrace_data_init, btrace_data_fini, btrace_data_empty): New.
12111 * remote.c (remote_read_btrace): Update parameters.
12112 * target.c (target_read_btrace): Update parameters.
12113 * target.h (target_read_btrace): Update parameters.
12114 (target_ops)<to_read_btrace>: Update parameters.
12115 * x86-linux-nat.c (x86_linux_read_btrace): Update parameters.
12116 * target-delegates.c: Regenerate.
12117 * target-debug (target_debug_print_struct_btrace_data_p): New.
12118 * nat/linux-btrace.c (linux_read_btrace): Split into this and...
12119 (linux_read_bts): ...this.
12120 * nat/linux-btrace.h (linux_read_btrace): Update parameters.
12121
12122 2015-02-06 Doug Evans <dje@google.com>
12123
12124 * remote-m32r-sdi.c: Include symfile.h.
12125
12126 2015-02-06 Doug Evans <dje@google.com>
12127
12128 * symtab.h (clear_symtab_users, deduce_language_from_filename): Move
12129 * symfile.h (clear_symtab_users, deduce_language_from_filename): ...
12130 to here.
12131
12132 2015-02-06 Pedro Alves <palves@redhat.com>
12133
12134 * linux-thread-db.c (find_new_threads_callback): Add debug output.
12135
12136 2015-02-06 Simon Marchi <simon.marchi@ericsson.com>
12137
12138 PR gdb/15678
12139 * breakpoint.c (map_breakpoint_numbers): Check for empty args string.
12140 (enable_count_command): Check args for NULL value.
12141
12142 2015-02-05 Doug Evans <xdje42@gmail.com>
12143
12144 * guile/scm-frame.c: Fix spelling errors in a comment.
12145
12146 2015-02-04 Jan Kratochvil <jan.kratochvil@redhat.com>
12147
12148 * python/python-internal.h (Py_hash_t): Define it for Python <3.2.
12149 * python/py-value.c (valpy_fetch_lazy): Use it. Remove cast to the
12150 return type.
12151
12152 2015-02-04 Pedro Alves <palves@redhat.com>
12153
12154 * linux-nat.c (handle_extended_wait): Don't resume LWPs here.
12155 (wait_lwp): Don't call wait_lwp if linux_handle_extended_wait
12156 returns true.
12157 (resume_stopped_resumed_lwps): Don't check whether the thread is
12158 marked as executing.
12159 (linux_nat_wait_1): Use resume_stopped_resumed_lwps.
12160
12161 2015-02-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
12162
12163 * regset.h (struct regset): Add flags field.
12164 (REGSET_VARIABLE_SIZE): New value for a regset's flags field.
12165 * corelow.c (get_core_register_section): Add warning if the size
12166 exceeds the requested size and the regset does not have the
12167 REGSET_VARIABLE_SIZE flag set.
12168 * alphanbsd-tdep.c (alphanbsd_gregset): Add REGSET_VARIABLE_SIZE
12169 flag.
12170 * armbsd-tdep.c (armbsd_gregset): Likewise.
12171 * hppa-hpux-tdep.c (hppa_hpux_regset): Likewise.
12172 * hppaobsd-tdep.c (hppaobsd_gregset): Likewise.
12173 * m68kbsd-tdep.c (m68kbsd_gregset): Likewise.
12174 * mipsnbsd-tdep.c (mipsnbsd_gregset): Likewise.
12175
12176 2015-02-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
12177
12178 * amd64-linux-tdep.c (amd64_linux_iterate_over_regset_sections):
12179 For ".reg-xstate", explicitly specify the requested section size
12180 via X86_XSTATE_SIZE instead of just 0 on input and
12181 X86_XSTATE_MAX_SIZE on output.
12182 * i386-linux-tdep.c (i386_linux_iterate_over_regset_sections):
12183 Likewise.
12184
12185 2015-02-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
12186
12187 PR corefiles/17808:
12188 * gdbarch.sh (iterate_over_regset_sections_cb): Document this
12189 function type, particularly its SIZE parameter.
12190 * gdbarch.h: Regenerate.
12191 * amd64-tdep.c (amd64_supply_fpregset): In gdb_assert, compare
12192 actual against required size using ">=" instead of "==".
12193 (amd64_collect_fpregset): Likewise.
12194 * i386-tdep.c (i386_supply_gregset): Likewise.
12195 (i386_collect_gregset): Likewise.
12196 (i386_supply_fpregset): Likewise.
12197 (i386_collect_fpregset): Likewise.
12198 * mips-linux-tdep.c (mips_supply_gregset_wrapper): Likewise.
12199 (mips_fill_gregset_wrapper): Likewise.
12200 (mips_supply_fpregset_wrapper): Likewise.
12201 (mips_fill_fpregset_wrapper): Likewise.
12202 (mips64_supply_gregset_wrapper): Likewise.
12203 (mips64_fill_gregset_wrapper): Likewise.
12204 (mips64_supply_fpregset_wrapper): Likewise.
12205 (mips64_fill_fpregset_wrapper): Likewise.
12206 * mn10300-linux-tdep.c (am33_supply_gregset_method): Likewise.
12207 (am33_supply_fpregset_method): Likewise.
12208 (am33_collect_gregset_method): Likewise.
12209 (am33_collect_fpregset_method): Likewise.
12210
12211 2015-02-04 Doug Evans <dje@google.com>
12212 Pedro Alves <palves@redhat.com>
12213 Eli Zaretskii <eliz@gnu.org>
12214
12215 PR tui/17810
12216 * tui/tui-command.c (tui_refresh_cmd_win): New function.
12217 * tui/tui-command.c (tui_refresh_cmd_win): Declare.
12218 * tui/tui-file.c: #include tui/tui-command.h.
12219 (tui_file_fputs): Refresh command window if stream is not gdb_stdout.
12220 (tui_file_flush): Refresh command window if stream is gdb_stdout.
12221 * tui/tui-io.c (tui_puts): Remove calls to wrefresh, fflush.
12222
12223 2015-02-04 Pedro Alves <palves@redhat.com>
12224
12225 Fix build breakage.
12226 * event-loop.c (gdb_do_one_event): Add default switch case.
12227
12228 2015-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
12229
12230 Filter out inferior gcc option -fpreprocessed.
12231 * compile/compile.c (filter_args): New function.
12232 (get_args): Use it.
12233
12234 2015-02-03 Pedro Alves <palves@redhat.com>
12235
12236 * event-loop.c: Don't declare nor define a queue type for
12237 gdb_event_p.
12238 (event_queue): Delete.
12239 (create_event, create_file_event, gdb_event_xfree)
12240 (initialize_event_loop, process_event): Delete.
12241 (gdb_do_one_event): Return as soon as one event is handled.
12242 (handle_file_event): Change prototype. Used the passed in
12243 file_handler pointer and ready_mask instead of looping over all
12244 file handlers.
12245 (gdb_wait_for_event): Update the poll/select timeouts before
12246 blocking. Run event handlers directly instead of queueing events.
12247 Return as soon as one event is handled.
12248 (struct async_event_handler_data): Delete.
12249 (invoke_async_event_handler): Delete.
12250 (check_async_event_handlers): Change return type to int. Run
12251 event handlers directly instead of queueing events. Return as
12252 soon as one event is handled.
12253 (handle_timer_event): Delete.
12254 (update_wait_timeout): New function, factored out from
12255 poll_timers.
12256 (poll_timers): Reimplement.
12257 * event-loop.h (initialize_event_loop): Delete declaration.
12258 * top.c (gdb_init): Don't call initialize_event_loop.
12259
12260 2015-02-03 Pedro Alves <palves@redhat.com>
12261
12262 * event-loop.c (clear_async_event_handler): New function.
12263 * event-loop.h (clear_async_event_handler): New declaration.
12264 * record-btrace.c (record_btrace_async): New function.
12265 (init_record_btrace_ops): Install record_btrace_async.
12266 * record-full.c (record_full_async): New function.
12267 (record_full_resume): Don't mark the async event source here.
12268 (init_record_full_ops): Install record_full_async.
12269 (record_full_core_resume): Don't mark the async event source here.
12270 (init_record_full_core_ops): Install record_full_async.
12271 * remote.c (remote_async): Mark and clear the async stop reply
12272 queue event-loop token as appropriate.
12273
12274 2015-02-03 Pedro Alves <palves@redhat.com>
12275
12276 * linux-nat.c (linux_child_follow_fork, linux_nat_wait_1): Use
12277 target_is_async_p instead of target_can_async.
12278 (linux_nat_wait): Use target_is_async_p instead of
12279 target_can_async. Don't enable async here.
12280 * remote.c (interrupt_query, remote_wait, putpkt_binary): Use
12281 target_is_async_p instead of target_can_async.
12282
12283 2015-02-02 Simon Marchi <simon.marchi@ericsson.com>
12284
12285 * varobj.h (lang_varobj_ops): Mention which return values need
12286 to be freed.
12287
12288 2015-02-02 Joel Brobecker <brobecker@adacore.com>
12289
12290 * dwarf2loc.c (dwarf2_evaluate_property): Add i18n marker.
12291
12292 2015-02-02 Joel Brobecker <brobecker@adacore.com>
12293
12294 PR gdb/17856:
12295 * ada-lang.c (ada_lookup_symbol_list_worker): Do not re-cache
12296 results found in the cache.
12297
12298 2015-02-02 Joel Brobecker <brobecker@adacore.com>
12299
12300 PR gdb/17854:
12301 * ada-lang.c (ada_get_symbol_cache): Set pspace_data->sym_cache
12302 when allocating a new one.
12303
12304 2015-02-01 Tom Tromey <tom@tromey.com>
12305
12306 * MAINTAINERS: Remove myself.
12307
12308 2015-01-31 Doug Evans <xdje42@gmail.com>
12309
12310 * dwarf2read.c (process_structure_scope): Update setting of
12311 TYPE_VPTR_BASETYPE, TYPE_VPTR_FIELDNO.
12312 * gdbtypes.c (internal_type_vptr_fieldno): New function.
12313 (set_type_vptr_fieldno): New function.
12314 (internal_type_vptr_basetype): New function.
12315 (set_type_vptr_basetype): New function.
12316 (get_vptr_fieldno): Update setting of TYPE_VPTR_FIELDNO,
12317 TYPE_VPTR_BASETYPE.
12318 (allocate_cplus_struct_type): Initialize vptr_fieldno.
12319 (recursive_dump_type): Printing of vptr_fieldno, vptr_basetype ...
12320 (print_cplus_stuff): ... moved here.
12321 (copy_type_recursive): Don't copy TYPE_VPTR_BASETYPE.
12322 * gdbtypes.h (struct main_type): Members vptr_fieldno, vptr_basetype
12323 moved to ...
12324 (struct cplus_struct_type): ... here. All uses updated.
12325 (TYPE_VPTR_FIELDNO, TYPE_VPTR_BASETYPE): Rewrite.
12326 (internal_type_vptr_fieldno, set_type_vptr_fieldno): Declare.
12327 (internal_type_vptr_basetype, set_type_vptr_basetype): Declare.
12328 * stabsread.c (read_tilde_fields): Update setting of
12329 TYPE_VPTR_FIELDNO, TYPE_VPTR_BASETYPE.
12330
12331 2015-01-31 Doug Evans <xdje42@gmail.com>
12332
12333 * cp-valprint.c (cp_find_class_member): Rename parameter domain_p
12334 to self_p.
12335 (cp_print_class_member): Rename local domain to self_type.
12336 * dwarf2read.c (quirk_gcc_member_function_pointer): Rename local
12337 domain_type to self_type.
12338 (set_die_type) <need_gnat_info>: Handle
12339 TYPE_CODE_METHODPTR, TYPE_CODE_MEMBERPTR, TYPE_CODE_METHOD.
12340 * gdb-gdb.py (StructMainTypePrettyPrinter): Handle
12341 TYPE_SPECIFIC_SELF_TYPE.
12342 * gdbtypes.c (internal_type_self_type): New function.
12343 (set_type_self_type): New function.
12344 (smash_to_memberptr_type): Rename parameter domain to self_type.
12345 Update setting of TYPE_SELF_TYPE.
12346 (smash_to_methodptr_type): Update setting of TYPE_SELF_TYPE.
12347 (smash_to_method_type): Rename parameter domain to self_type.
12348 Update setting of TYPE_SELF_TYPE.
12349 (check_stub_method): Call smash_to_method_type.
12350 (recursive_dump_type): Handle TYPE_SPECIFIC_SELF_TYPE.
12351 (copy_type_recursive): Ditto.
12352 * gdbtypes.h (enum type_specific_kind): New value
12353 TYPE_SPECIFIC_SELF_TYPE.
12354 (struct main_type) <type_specific>: New member self_type.
12355 (struct cplus_struct_type) <fn_field.type>: Update comment.
12356 (TYPE_SELF_TYPE): Rewrite.
12357 (internal_type_self_type, set_type_self_type): Declare.
12358 * gnu-v3-abi.c (gnuv3_print_method_ptr): Rename local domain to
12359 self_type.
12360 (gnuv3_method_ptr_to_value): Rename local domain_type to self_type.
12361 * m2-typeprint.c (m2_range): Replace TYPE_SELF_TYPE with
12362 TYPE_TARGET_TYPE.
12363 * stabsread.c (read_member_functions): Mark methods with
12364 TYPE_CODE_METHOD, not TYPE_CODE_FUNC. Update setting of
12365 TYPE_SELF_TYPE.
12366
12367 2015-01-31 Doug Evans <xdje42@gmail.com>
12368
12369 * gdbtypes.h (TYPE_SELF_TYPE): Renamed from TYPE_DOMAIN_TYPE.
12370 All uses updated.
12371
12372 2015-01-31 Doug Evans <xdje42@gmail.com>
12373
12374 * gnu-v3-abi.c (gnuv3_dynamic_class): Assert only passed structs
12375 or unions. Return zero if union.
12376 (gnuv3_get_vtable): Call check_typedef. Assert only passed structs.
12377 (gnuv3_rtti_type): Pass already-check_typedef'd value to
12378 gnuv3_get_vtable.
12379 (compute_vtable_size): Assert only passed structs.
12380 (gnuv3_print_vtable): Don't call gnuv3_get_vtable for non-structs.
12381
12382 2015-01-31 Doug Evans <xdje42@gmail.com>
12383
12384 * gdbtypes.c (copy_type_recursive): Handle all TYPE_SPECIFIC_FIELD
12385 kinds.
12386
12387 2015-01-31 Gary Benson <gbenson@redhat.com>
12388 Doug Evans <dje@google.com>
12389
12390 PR cli/9007
12391 PR cli/11920
12392 PR cli/15548
12393 * cli/cli-cmds.c (complete_command): Notify user if max-completions
12394 reached.
12395 * common/common-exceptions.h (enum errors)
12396 <MAX_COMPLETIONS_REACHED_ERROR>: New value.
12397 * completer.h (get_max_completions_reached_message): New declaration.
12398 (max_completions): Likewise.
12399 (completion_tracker_t): New typedef.
12400 (new_completion_tracker): New declaration.
12401 (make_cleanup_free_completion_tracker): Likewise.
12402 (maybe_add_completion_enum): New enum.
12403 (maybe_add_completion): New declaration.
12404 (throw_max_completions_reached_error): Likewise.
12405 * completer.c (max_completions): New global variable.
12406 (new_completion_tracker): New function.
12407 (free_completion_tracker): Likewise.
12408 (make_cleanup_free_completion_tracker): Likewise.
12409 (maybe_add_completions): Likewise.
12410 (throw_max_completions_reached_error): Likewise.
12411 (complete_line): Remove duplicates and limit result to max_completions
12412 entries.
12413 (get_max_completions_reached_message): New function.
12414 (gdb_display_match_list): Handle max_completions.
12415 (_initialize_completer): New declaration and function.
12416 * symtab.c: Include completer.h.
12417 (completion_tracker): New static variable.
12418 (completion_list_add_name): Call maybe_add_completion.
12419 (default_make_symbol_completion_list_break_on_1): Renamed from
12420 default_make_symbol_completion_list_break_on. Maintain
12421 completion_tracker across calls to completion_list_add_name.
12422 (default_make_symbol_completion_list_break_on): New function.
12423 * top.c (init_main): Set rl_completion_display_matches_hook.
12424 * tui/tui-io.c: Include completer.h.
12425 (tui_old_rl_display_matches_hook): New static global.
12426 (tui_rl_display_match_list): Notify user if max-completions reached.
12427 (tui_setup_io): Save/restore rl_completion_display_matches_hook.
12428 * NEWS (New Options): Mention set/show max-completions.
12429
12430 2015-01-31 Gary Benson <gbenson@redhat.com>
12431
12432 * symtab.c (struct add_name_data) <code>: New field.
12433 Updated comments.
12434 (add_symtab_completions): New function.
12435 (symtab_expansion_callback): Likewise.
12436 (default_make_symbol_completion_list_break_on): Set datum.code.
12437 Move minimal symbol scan before calling expand_symtabs_matching.
12438 Scan known primary symtabs for externs and statics before calling
12439 expand_symtabs_matching. Pass symtab_expansion_callback as
12440 expansion_notify argument to expand_symtabs_matching. Do not scan
12441 primary symtabs for externs and statics after calling
12442 expand_symtabs_matching.
12443
12444 2015-01-31 Gary Benson <gbenson@redhat.com>
12445
12446 * symfile.h (expand_symtabs_exp_notify_ftype): New typedef.
12447 (struct quick_symbol_functions) <expand_symtabs_matching>:
12448 New argument expansion_notify. All uses updated.
12449 (expand_symtabs_matching): New argument expansion_notify.
12450 All uses updated.
12451 * symfile-debug.c (debug_qf_expand_symtabs_matching):
12452 Also print expansion notify.
12453 * symtab.c (expand_symtabs_matching_via_partial): Call
12454 expansion_notify whenever a partial symbol table is expanded.
12455 * dwarf2read.c (dw2_expand_symtabs_matching): Call
12456 expansion_notify whenever a symbol table is instantiated.
12457
12458 2015-01-31 Doug Evans <xdje42@gmail.com>
12459
12460 * cli-out.c: #include completer.h, readline/readline.h.
12461 (cli_mld_crlf, cli_mld_putch, cli_mld_puts): New functions.
12462 (cli_mld_flush, cld_mld_erase_entire_line): Ditto.
12463 (cli_mld_beep, cli_mld_read_key, cli_display_match_list): Ditto.
12464 * cli-out.h (cli_display_match_list): Declare.
12465 * completer.c (MB_INVALIDCH, MB_NULLWCH): New macros.
12466 (ELLIPSIS_LEN): Ditto.
12467 (gdb_get_y_or_n, gdb_display_match_list_pager): New functions.
12468 (gdb_path_isdir, gdb_printable_part, gdb_fnwidth): Ditto.
12469 (gdb_fnprint, gdb_print_filename): Ditto.
12470 (gdb_complete_get_screenwidth, gdb_display_match_list_1): Ditto.
12471 (gdb_display_match_list): Ditto.
12472 * completer.h (mld_crlf_ftype, mld_putch_ftype): New typedefs.
12473 (mld_puts_ftype, mld_flush_ftype, mld_erase_entire_line_ftype): Ditto.
12474 (mld_beep_ftype, mld_read_key_ftype): Ditto.
12475 (match_list_displayer): New struct.
12476 (gdb_display_match_list): Declare.
12477 * top.c (init_main): Set rl_completion_display_matches_hook.
12478 * tui/tui-io.c: #include completer.h.
12479 (printable_part, PUTX, print_filename, get_y_or_n): Delete.
12480 (tui_mld_crlf, tui_mld_putch, tui_mld_puts): New functions.
12481 (tui_mld_flush, tui_mld_erase_entire_line, tui_mld_beep): Ditto.
12482 (tui_mld_getc, tui_mld_read_key): Ditto.
12483 (tui_rl_display_match_list): Rewrite.
12484 (tui_handle_resize_during_io): New arg for_completion. All callers
12485 updated.
12486
12487 2015-01-31 Doug Evans <xdje42@gmail.com>
12488
12489 Add symbol lookup cache.
12490 * NEWS: Document new options and commands.
12491 * symtab.c (symbol_cache_key): New static global.
12492 (DEFAULT_SYMBOL_CACHE_SIZE, MAX_SYMBOL_CACHE_SIZE): New macros.
12493 (SYMBOL_LOOKUP_FAILED): New macro.
12494 (symbol_cache_slot_state): New enum.
12495 (block_symbol_cache): New struct.
12496 (symbol_cache): New struct.
12497 (new_symbol_cache_size, symbol_cache_size): New static globals.
12498 (hash_symbol_entry, eq_symbol_entry): New functions.
12499 (symbol_cache_byte_size, resize_symbol_cache): New functions.
12500 (make_symbol_cache, free_symbol_cache): New functions.
12501 (get_symbol_cache, symbol_cache_cleanup): New function.
12502 (set_symbol_cache_size, set_symbol_cache_size_handler): New functions.
12503 (symbol_cache_lookup, symbol_cache_clear_slot): New function.
12504 (symbol_cache_mark_found, symbol_cache_mark_not_found): New functions.
12505 (symbol_cache_flush, symbol_cache_dump): New functions.
12506 (maintenance_print_symbol_cache): New function.
12507 (maintenance_flush_symbol_cache): New function.
12508 (symbol_cache_stats): New function.
12509 (maintenance_print_symbol_cache_statistics): New function.
12510 (symtab_new_objfile_observer): New function.
12511 (symtab_free_objfile_observer): New function.
12512 (lookup_static_symbol, lookup_global_symbol): Use symbol cache.
12513 (_initialize_symtab): Init symbol_cache_key. New parameter
12514 maint symbol-cache-size. New maint commands print symbol-cache,
12515 print symbol-cache-statistics, flush-symbol-cache.
12516 Install new_objfile, free_objfile observers.
12517
12518 2015-01-31 Joel Brobecker <brobecker@adacore.com>
12519
12520 PR symtab/17855
12521 * symfile.c (clear_symtab_users): Move call to breakpoint_re_set
12522 to end.
12523
12524 2015-01-31 Doug Evans <xdje42@gmail.com>
12525
12526 * NEWS: Mention inlined scripts in .debug_gdb_scripts section.
12527 * auto-load.c: #include ctype.h.
12528 (struct auto_load_pspace_info): Replace member loaded_scripts with
12529 new members loaded_script_files, loaded_script_texts.
12530 (auto_load_pspace_data_cleanup): Update.
12531 (init_loaded_scripts_info): Update.
12532 (get_auto_load_pspace_data_for_loading): Update.
12533 (maybe_add_script_file): Renamed from maybe_add_script. All callers
12534 updated.
12535 (maybe_add_script_text): New function.
12536 (clear_section_scripts): Update.
12537 (source_script_file, execute_script_contents): New functions.
12538 (source_section_scripts): Add support for
12539 SECTION_SCRIPT_ID_PYTHON_TEXT, SECTION_SCRIPT_ID_GUILE_TEXT.
12540 (print_scripts): New function.
12541 (auto_load_info_scripts): Also print inlined scripts.
12542 (maybe_print_unsupported_script_warning): Renamed from
12543 unsupported_script_warning_print. All callers updated.
12544 (maybe_print_script_not_found_warning): Renamed from
12545 script_not_found_warning_print. All callers updated.
12546 * extension-priv.h (struct extension_language_script_ops): New member
12547 objfile_script_executor.
12548 * extension.c (ext_lang_objfile_script_executor): New function.
12549 * extension.h (objfile_script_executor_func): New typedef.
12550 (ext_lang_objfile_script_executor): Declare.
12551 * guile/guile-internal.h (gdbscm_execute_objfile_script): Declare.
12552 * guile/guile.c (guile_extension_script_ops): Update.
12553 * guile/scm-objfile.c (gdbscm_execute_objfile_script): New function.
12554 * python/python.c (python_extension_script_ops): Update.
12555 (gdbpy_execute_objfile_script): New function.
12556
12557 2015-01-31 Eli Zaretskii <eliz@gnu.org>
12558
12559 * tui/tui-io.c (tui_expand_tabs): New function.
12560 (tui_puts, tui_redisplay_readline): Expand TABs into the
12561 appropriate number of spaces.
12562 * tui/tui-regs.c: Include tui-io.h.
12563 (tui_register_format): Call tui_expand_tabs to expand TABs into
12564 the appropriate number of spaces.
12565 * tui/tui-io.h: Add prototype for tui_expand_tabs.
12566
12567 2015-01-30 Doug Evans <dje@google.com>
12568
12569 * NEWS: "info source" command now display producer string if present.
12570 * source.c (source_info): Print producer string if present.
12571
12572 2015-01-30 Simon Marchi <simon.marchi@ericsson.com>
12573
12574 * varobj.c (varobj_delete): Fix comment.
12575
12576 2015-01-30 Simon Marchi <simon.marchi@ericsson.com>
12577
12578 * varobj.c (create_child): Modify comment.
12579
12580 2015-01-30 Simon Marchi <simon.marchi@ericsson.com>
12581
12582 * ada-varobj.c (ada_number_of_children): Constify struct varobj *
12583 parameter.
12584 (ada_name_of_variable): Same.
12585 (ada_path_expr_of_child): Same.
12586 (ada_value_of_variable): Same.
12587 (ada_value_is_changeable_p): Same.
12588 (ada_value_has_mutated): Same.
12589 * c-varobj.c (varobj_is_anonymous_child): Same.
12590 (c_is_path_expr_parent): Same.
12591 (c_number_of_children): Same.
12592 (c_name_of_variable): Same.
12593 (c_path_expr_of_child): Same.
12594 (get_type): Same.
12595 (c_value_of_variable): Same.
12596 (cplus_number_of_children): Same.
12597 (cplus_name_of_variable): Same.
12598 (cplus_path_expr_of_child): Same.
12599 (cplus_value_of_variable): Same.
12600 * jv-varobj.c (java_number_of_children): Same.
12601 (java_name_of_variable): Same.
12602 (java_path_expr_of_child): Same.
12603 (java_value_of_variable): Same.
12604 * varobj.c (number_of_children): Same.
12605 (name_of_variable): Same.
12606 (is_root_p): Same.
12607 (varobj_ensure_python_env): Same.
12608 (varobj_get_objname): Same.
12609 (varobj_get_expression): Same.
12610 (varobj_get_display_format): Same.
12611 (varobj_get_display_hint): Same.
12612 (varobj_has_more): Same.
12613 (varobj_get_thread_id): Same.
12614 (varobj_get_frozen): Same.
12615 (dynamic_varobj_has_child_method): Same.
12616 (varobj_get_gdb_type): Same.
12617 (is_path_expr_parent): Same.
12618 (varobj_default_is_path_expr_parent): Same.
12619 (varobj_get_language): Same.
12620 (varobj_get_attributes): Same.
12621 (varobj_is_dynamic_p): Same.
12622 (varobj_get_child_range): Same.
12623 (varobj_value_has_mutated): Same.
12624 (varobj_get_value_type): Same.
12625 (number_of_children): Same.
12626 (name_of_variable): Same.
12627 (check_scope): Same.
12628 (varobj_editable_p): Same.
12629 (varobj_value_is_changeable_p): Same.
12630 (varobj_floating_p): Same.
12631 (varobj_default_value_is_changeable_p): Same.
12632
12633 2015-01-30 Simon Marchi <simon.marchi@ericsson.com>
12634
12635 * varobj.c (varobj_get_path_expr): Set var->path_expr.
12636 * c-varobj.c (c_path_expr_of_child): Set local var instead of
12637 child->path_expr.
12638 (cplus_path_expr_of_child): Same.
12639
12640 2015-01-30 Simon Marchi <simon.marchi@ericsson.com>
12641
12642 * mi-cmd-var.c (print_varobj): Free varobj_get_expression
12643 result.
12644 (mi_cmd_var_info_expression): Same.
12645 * varobj.c (varobj_get_expression): Mention in the comment that
12646 the result must by freed by the caller.
12647
12648 2015-01-30 Simon Marchi <simon.marchi@ericsson.com>
12649
12650 * mi/mi-cmd-var.c (mi_cmd_var_info_type): Free result of
12651 varobj_get_type.
12652 (varobj_update_one): Same.
12653 * varobj.c (update_type_if_necessary): Free curr_type_str and
12654 new_type_str.
12655 (varobj_get_type): Specify in comment that the result needs to be
12656 freed by the caller.
12657
12658 2015-01-29 Doug Evans <dje@google.com>
12659
12660 PR symtab/17890
12661 * dwarf2read.c (dwarf_decode_line_header): Punt if version > 4.
12662
12663 2015-01-25 Mark Wielaard <mjw@redhat.com>
12664
12665 * dwarf2read.c (checkproducer): Call producer_is_gcc.
12666 * utils.c (producer_is_gcc_ge_4): Likewise.
12667 (producer_is_gcc): New function.
12668 * utils.h (producer_is_gcc): New declaration.
12669
12670 2015-01-29 Joel Brobecker <brobecker@adacore.com>
12671
12672 * gdbtypes.h (struct dynamic_prop): New PROP_ADDR_OFFSET enum
12673 kind.
12674 * gdbtypes.c (resolve_dynamic_type_internal): Replace "addr"
12675 parameter by "addr_stack" parameter.
12676 (resolve_dynamic_range): Replace "addr" parameter by
12677 "stack_addr" parameter. Update function documentation.
12678 Update code accordingly.
12679 (resolve_dynamic_array, resolve_dynamic_union)
12680 (resolve_dynamic_struct, resolve_dynamic_type_internal): Likewise.
12681 (resolve_dynamic_type): Update code, following the changes made
12682 to resolve_dynamic_type_internal's interface.
12683 * dwarf2loc.h (struct property_addr_info): New.
12684 (dwarf2_evaluate_property): Replace "address" parameter
12685 by "addr_stack" parameter. Adjust function documentation.
12686 (struct dwarf2_offset_baton): New.
12687 (struct dwarf2_property_baton): Update documentation of
12688 field "referenced_type" to be more general. New field
12689 "offset_info" in union data field.
12690 * dwarf2loc.c (dwarf2_evaluate_property): Replace "address"
12691 parameter by "addr_stack" parameter. Adjust code accordingly.
12692 Add support for PROP_ADDR_OFFSET properties.
12693 * dwarf2read.c (attr_to_dynamic_prop): Add support for
12694 DW_AT_data_member_location attributes as well. Use case
12695 statements instead of if/else condition.
12696
12697 2015-01-29 Joel Brobecker <brobecker@adacore.com>
12698
12699 * ada-varobj.c (ada_varobj_get_array_number_of_children):
12700 Return zero if PARENT_VALUE is NULL and parent_type's
12701 range type is dynamic.
12702
12703 2015-01-29 Joel Brobecker <brobecker@adacore.com>
12704
12705 * gdbtypes.c (is_dynamic_type_internal) <TYPE_CODE_RANGE>: Return
12706 nonzero if the type's subtype is dynamic.
12707 (resolve_dynamic_range): Also resolve the range's subtype.
12708
12709 2015-01-29 Alexander Klimov <alserkli@inbox.ru> (tiny patch)
12710
12711 Pushed by Joel Brobecker <brobecker@adacore.com>.
12712 * symfile.c (unmap_overlay_command): Initialize sec to NULL.
12713
12714 2015-01-27 Doug Evans <dje@google.com>
12715
12716 * NEWS: Mention gdb.Objfile.username.
12717 * python/py-objfile.c (objfpy_get_username): New function.
12718 (objfile_getset): Add "username".
12719
12720 2015-01-24 Mark Wielaard <mjw@redhat.com>
12721
12722 * stack.c (return_command): Markup warning message with _.
12723
12724 2015-01-24 Doug Evans <xdje42@gmail.com>
12725
12726 * gdbtypes.h (TYPE_TYPE_SPECIFIC): Delete.
12727
12728 2015-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
12729
12730 Fix 100x slowdown regression on DWZ files.
12731 * dwarf2read.c (struct dwarf2_per_objfile): Add line_header_hash.
12732 (struct line_header): Add offset and offset_in_dwz.
12733 (dwarf_decode_lines): Add parameter decode_mapping to the declaration.
12734 (free_line_header_voidp): New declaration.
12735 (line_header_hash, line_header_hash_voidp, line_header_eq_voidp): New
12736 functions.
12737 (dwarf2_build_include_psymtabs): Update dwarf_decode_lines caller.
12738 (handle_DW_AT_stmt_list): Use line_header_hash.
12739 (free_line_header_voidp): New function.
12740 (dwarf_decode_line_header): Initialize offset and offset_in_dwz.
12741 (dwarf_decode_lines): New parameter decode_mapping, use it.
12742 (dwarf2_free_objfile): Free line_header_hash.
12743
12744 2015-01-23 Simon Marchi <simon.marchi@ericsson.com>
12745
12746 PR gdb/17416
12747 * valops.c (value_rtti_indirect_type): Catch exception thrown by
12748 value_ind.
12749
12750 2015-01-15 Mark Wielaard <mjw@redhat.com>
12751
12752 * dwarf2read.c (read_subroutine_type): Set TYPE_NO_RETURN from
12753 DW_AT_noreturn.
12754 * gdbtypes.h (struct func_type): Add is_noreturn field flag. Make
12755 calling_convention an 8 bit bit field.
12756 (TYPE_NO_RETURN): New macro.
12757 * infcmd.c (finish_command): Query if function does not return
12758 normally.
12759 * stack.c (return_command): Likewise.
12760
12761 2015-01-23 Pedro Alves <palves@redhat.com>
12762
12763 * linux-nat.c (linux_is_async_p): New macro.
12764 (linux_nat_is_async_p):
12765 (linux_nat_terminal_inferior): Check whether the target can async
12766 instead of whether it is already async.
12767 (linux_nat_terminal_ours): Don't check whether the target is
12768 async.
12769 (linux_async_pipe): Use linux_is_async_p.
12770
12771 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
12772
12773 * NEWS (Changes since GDB 7.9): Add 'thread apply all' option
12774 '-ascending'.
12775 * thread.c (tp_array_compar_ascending, tp_array_compar): New.
12776 (thread_apply_all_command): Parse CMD for tp_array_compar_ascending.
12777 Sort tp_array using tp_array_compar.
12778 (_initialize_thread): Extend thread_apply_all_command help.
12779
12780 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
12781
12782 * corelow.c (core_open): Call also thread_command.
12783 * gdbthread.h (thread_command): New prototype moved from ...
12784 * thread.c (thread_command): ... here.
12785 (thread_command): Make it global.
12786
12787 2015-01-22 Pedro Alves <palves@redhat.com>
12788
12789 * configure.ac [*mingw32*]: Check $curses_found instead of
12790 $prefer_curses.
12791 * configure: Regenerate.
12792 * windows-termcap.c: Remove HAVE_CURSES_H, HAVE_NCURSES_H and
12793 HAVE_NCURSES_NCURSES_H checks.
12794
12795 2015-01-22 Eli Zaretskii <eliz@gnu.org>
12796
12797 * tui/tui.c (tui_enable) [__MINGW32__]: If the call to 'newterm'
12798 fails with the 1st arg NULL, try again with "unknown". Don't test
12799 the "cup" capability: it isn't supported by the Windows port of
12800 ncurses, but the Windows console driver is still capable of
12801 supporting TUI.
12802
12803 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
12804
12805 * compile/compile.c (_initialize_compile): Use -fPIE for compile_args.
12806
12807 2015-01-22 Eli Zaretskii <eliz@gnu.org>
12808
12809 * Makefile.in (HFILES_NO_SRCDIR): Remove ada-varobj.h.
12810 (ALLDEPFILES): Remove irix5-nat.c. These two are part of the
12811 reason that "make TAGS" is broken.
12812
12813 2015-01-22 Chen Gang <gang.chen.5i5j@gmail.com>
12814
12815 * hppa-tdep.c (inst_saves_gr): Fix logical working flow issues
12816 and check additional store instructions.
12817
12818 2015-01-21 Wei-cheng Wang <cole945@gmail.com>
12819
12820 * MAINTAINERS (Write After Approval): Add "Wei-cheng Wang".
12821
12822 2015-01-21 Wei-cheng Wang <cole945@gmail.com>
12823
12824 * ppc-linux-tdep.c (ppc_skip_trampoline_code,
12825 ppc_canonicalize_syscall, ppc_linux_syscall_record,
12826 ppc_linux_record_signal, ppc_init_linux_record_tdep): Add comments.
12827 * ppc64-tdep.c (ppc64_skip_trampoline_code): Likewise.
12828 * rs6000-tdep.c (rs6000_epilogue_frame_cache,
12829 rs6000_epilogue_frame_this_id, rs6000_epilogue_frame_prev_register,
12830 rs6000_epilogue_frame_sniffer, ppc_record_vsr, ppc_process_record_op4,
12831 ppc_process_record_op19, ppc_process_record_op31,
12832 ppc_process_record_op59, ppc_process_record_op60,
12833 ppc_process_record_op63): Likewise.
12834
12835 2015-01-20 Joel Brobecker <brobecker@adacore.com>
12836
12837 * nat/linux-ptrace.c (linux_ptrace_attach_fail_reason_string)
12838 (linux_ptrace_test_ret_to_nx): Use safe_strerror instead of
12839 strerror.
12840
12841 2015-01-20 Wei-cheng Wang <cole945@gmail.com>
12842
12843 * rs6000-tdep.c (ppc_process_record_op4, ppc_process_record_op19,
12844 ppc_process_record_op31, ppc_process_record_op59,
12845 ppc_process_record_op60, ppc_process_record_op63,
12846 ppc_process_record): Fix -Wformat warning.
12847 * rs6000-tdep.c (rs6000_epilogue_frame_cache, ppc_process_record_op60):
12848 Remove unused variables.
12849
12850 2015-01-20 Chen Gang <gang.chen.5i5j@gmail.com>
12851
12852 * MAINTAINERS (Write After Approval): Add "Chen Gang".
12853
12854 2015-01-19 Eli Zaretskii <eliz@gnu.org>
12855
12856 * configure.ac [*mingw32*]: Only add windows-termcap.o to
12857 CONFIG_OBS if not building with a curses library.
12858 * configure: Regenerate.
12859
12860 * windows-termcap.c: Include defs.h. Make the whole body empty if
12861 either one of HAVE_CURSES_H or HAVE_NCURSES_H or
12862 HAVE_NCURSES_NCURSES_H is defined.
12863
12864 2015-01-19 Joel Brobecker <brobecker@adacore.com>
12865
12866 * rs6000-tdep.c (rs6000_gdbarch_init): Move divide operator
12867 from end of line to start of next line.
12868
12869 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
12870
12871 * ppc-linux-tdep.c (ppc_skip_trampoline_code):
12872 Scan PLT stub backward for reverse debugging.
12873 * ppc64-tdep.c (ppc64_skip_trampoline_code): Likewise.
12874
12875 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
12876 Ulrich Weigand <uweigand@de.ibm.com>
12877
12878 * configure.tgt (powerpc*-*-linux): Add linux-record.o to
12879 gdb_target_obs.
12880 (ppc_linux_record_tdep, ppc64_linux_record_tdep): New for linux syscall
12881 record.
12882 (ppc_canonicalize_syscall, ppc_linux_syscall_record,
12883 ppc_linux_record_signal, ppc_init_linux_record_tdep): New functions.
12884 (ppc_linux_init_abi): Set process_record, process_record_signal.
12885 * ppc-tdep.h (struct gdbarch_tdep): Add ppc_syscall_record and
12886 ppc_linux_record_tdep to gdbarch_tdep.
12887 (ppc_process_record): New declaration.
12888 * rs6000-tdep.c (ppc_record_vsr, ppc_process_record_op4,
12889 ppc_process_record_op19, ppc_process_record_op31,
12890 ppc_process_record_op59, ppc_process_record_op60,
12891 ppc_process_record_op63, ppc_process_record): New functions.
12892
12893 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
12894
12895 * rs6000-tdep.c (rs6000_in_function_epilogue_p): Rename to
12896 rs6000_in_function_epilogue_frame_p and add an argument
12897 for frame_info.
12898 (rs6000_epilogue_frame_cache, rs6000_epilogue_frame_this_id,
12899 rs6000_epilogue_frame_prev_register, rs6000_epilogue_frame_sniffer):
12900 New functions.
12901 (rs6000_epilogue_frame_unwind): New.
12902 (rs6000_gdbarch_init): Append epilogue unwinder.
12903
12904 2015-01-16 Sergio Durigan Junior <sergiodj@redhat.com>
12905
12906 * nat/linux-personality.c: Replace "#ifndef
12907 HAVE_DECL_ADDR_NO_RANDOMIZE" by "#if
12908 !HAVE_DECL_ADDR_NO_RANDOMIZE", fixing a regression in RHEL-5
12909 systems.
12910
12911 2015-01-16 Eli Zaretskii <eliz@gnu.org>
12912
12913 * tui/tui-win.c (tui_rehighlight_all, tui_set_var_cmd): New
12914 functions.
12915 (_initialize_tui_win) <border-kind, border-mode>:
12916 <active-border-mode>: Use tui_set_var_cmd as the "set" function.
12917 (tui_set_tab_width_command): Fix the commentary.
12918
12919 * tui/tui-win.h: Add prototype for tui_rehighlight_all.
12920
12921 * tui/tui-win.c (tui_scroll_left_command, tui_scroll_right_command):
12922 Doc fix.
12923 (tui_set_tab_width_command): Delete and recreate the source and
12924 the disassembly windows, to show the effect of the changed tab
12925 size immediately.
12926
12927 * tui/tui-data.h (LINE_PREFIX): Make shorter
12928 (MAX_PID_WIDTH): Enlarge from 14 to 19, to leave enough space for
12929 "Thread NNNNN.XXXX" thread ID notation on Windows.
12930
12931 2015-01-16 Jan Kratochvil <jan.kratochvil@redhat.com>
12932
12933 Fix gcc-5 compilation.
12934 * hppa-tdep.c (inst_saves_gr): Fix parentheses typo.
12935
12936 2015-01-15 Sergio Durigan Junior <sergiodj@redhat.com>
12937
12938 * Makefile.in (HFILES_NO_SRCDIR): Add nat/linux-personality.h.
12939 (linux-personality.o): New rule.
12940 * common/common-defs.h: Include <stdint.h>.
12941 * config/aarch64/linux.mh (NATDEPFILES): Include
12942 linux-personality.o.
12943 * config/alpha/alpha-linux.mh (NATDEPFILES): Likewise.
12944 * config/arm/linux.mh (NATDEPFILES): Likewise.
12945 * config/i386/linux64.mh (NATDEPFILES): Likewise.
12946 * config/i386/linux.mh (NATDEPFILES): Likewise.
12947 * config/ia64/linux.mh (NATDEPFILES): Likewise.
12948 * config/m32r/linux.mh (NATDEPFILES): Likewise.
12949 * config/m68k/linux.mh (NATDEPFILES): Likewise.
12950 * config/mips/linux.mh (NATDEPFILES): Likewise.
12951 * config/pa/linux.mh (NATDEPFILES): Likewise.
12952 * config/powerpc/linux.mh (NATDEPFILES): Likewise.
12953 * config/powerpc/ppc64-linux.mh (NATDEPFILES): Likewise.
12954 * config/powerpc/spu-linux.mh (NATDEPFILES): Likewise.
12955 * config/s390/linux.mh (NATDEPFILES): Likewise.
12956 * config/sparc/linux64.mh (NATDEPFILES): Likewise.
12957 * config/sparc/linux.mh (NATDEPFILES): Likewise.
12958 * config/tilegx/linux.mh (NATDEPFILES): Likewise.
12959 * config/xtensa/linux.mh (NATDEPFILES): Likewise.
12960 * defs.h: Remove #include <stdint.h> (moved to
12961 common/common-defs.h).
12962 * linux-nat.c: Include nat/linux-personality.h. Remove #include
12963 <sys/personality.h>; do not define ADDR_NO_RANDOMIZE (moved to
12964 nat/linux-personality.c).
12965 (linux_nat_create_inferior): Remove code to disable address space
12966 randomization (moved to nat/linux-personality.c). Create cleanup
12967 to disable address space randomization.
12968 * nat/linux-personality.c: New file.
12969 * nat/linux-personality.h: Likewise.
12970
12971 2015-01-15 Sergio Durigan Junior <sergiodj@redhat.com>
12972
12973 * Makefile.in (ALLDEPFILES): Including common/mingw-strerror.c and
12974 common/posix-strerror.c.
12975 (posix-strerror.o): New rule.
12976 (mingw-strerror.o): Likewise.
12977 * common/common-utils.h (safe_strerror): Move prototype to here,
12978 from utils.h.
12979 * common/common.host: New file.
12980 * common/mingw-strerror.c: Likewise.
12981 * common/posix-strerror.c: Likewise.
12982 * configure: Regenerated.
12983 * configure.ac: Source common/common.host. Add variable
12984 common_host_obs to gdb_host_obs.
12985 * contrib/ari/gdb_ari.sh: Mention gdb/common/mingw-strerror.c and
12986 gdb/common/posix-strerror.c when warning about the use of
12987 strerror.
12988 * mingw-hdep.c (safe_strerror): Remove definition; move it to
12989 common/mingw-strerror.c.
12990 * posix-hdep.c (safe_strerror): Remove definition; move it to
12991 common/posix-hdep.c.
12992 * utils.h (safe_strerror): Remove prototype; move to
12993 common/common-utils.h.
12994
12995 2015-01-15 Joel Brobecker <brobecker@adacore.com>
12996
12997 GDB 7.8.2 released.
12998
12999 2015-01-15 Joel Brobecker <brobecker@adacore.com>
13000
13001 * ada-lang.c (ada_array_bound_from_type): Ignore array's parallel
13002 ___XA type if the array has already been fixed.
13003
13004 2015-01-14 Yao Qi <yao@codesourcery.com>
13005
13006 * Makefile.in (ppc-linux.o): New rule.
13007 * config/powerpc/ppc64-linux.mh (NATDEPFILES): Add ppc-linux.o.
13008 * configure.ac: AC_CHECK_FUNCS(getauxval).
13009 * config.in: Re-generated.
13010 * configure: Re-generated.
13011 * nat/ppc-linux.h [__powerpc64__] (ppc64_64bit_inferior_p):
13012 Declare.
13013 * nat/ppc-linux.c: New file.
13014 * ppc-linux-nat.c (ppc_linux_target_wordsize) [__powerpc64__]:
13015 Call ppc64_64bit_inferior_p.
13016
13017 2015-01-14 Yao Qi <yao@codesourcery.com>
13018
13019 * ppc-linux-nat.c (PT_ORIG_R3, PT_TRAP): Move to
13020 nat/ppc-linux.h.
13021 (PPC_FEATURE_CELL, PPC_FEATURE_BOOKE): Likewise.
13022 (PPC_FEATURE_HAS_DFP): Likewise.
13023 (PTRACE_GETVRREGS, PTRACE_SETVRREGS): Likewise.
13024 (PTRACE_GETVSXREGS, PTRACE_SETVSXREGS): Likewise.
13025 (PTRACE_GETEVRREGS, PTRACE_SETEVRREGS): Likewise.
13026 Include "nat/ppc-linux.h".
13027 * nat/ppc-linux.h: New file.
13028 * Makefile.in (HFILES_NO_SRCDIR): Add nat/ppc-linux.h.
13029
13030 2015-01-14 Pedro Alves <palves@redhat.com>
13031
13032 PR gdb/17525
13033 * breakpoint.c: Include "interps.h".
13034 (bpstat_do_actions_1): Also check whether the interpreter is
13035 async.
13036
13037 2015-01-14 Pedro Alves <palves@redhat.com>
13038
13039 PR cli/17828
13040 * infrun.c (reinstall_readline_callback_handler_cleanup): Don't
13041 reinstall if the interpreter is sync.
13042
13043 2015-01-13 Doug Evans <dje@google.com>
13044
13045 * objfiles.c (objfile_filename): New function.
13046 * objfiles.h (objfile_filename): Declare it.
13047 (objfile_name): Add function comment.
13048 * python/py-objfile.c (objfpy_lookup_objfile_by_name): Try both the
13049 bfd file name (which may be realpath'd), and the original name.
13050
13051 2015-01-13 Joel Brobecker <brobecker@adacore.com>
13052
13053 * NEWS: Create a new section for the next release branch.
13054 Rename the section of the current branch, now that it has
13055 been cut.
13056
13057 2015-01-13 Joel Brobecker <brobecker@adacore.com>
13058
13059 GDB 7.9 branch created (92fc2e6978d9a7c8324c7e851dbee59e22ec7a37):
13060 * version.in: Bump version to 7.9.50.DATE-cvs.
13061
13062 2015-01-13 Joel Brobecker <brobecker@adacore.com>
13063
13064 * nat/linux-procfs.c (linux_proc_attach_tgid_threads):
13065 Remove trailing new-line in argument of call to warning.
13066
13067 2015-01-13 Joel Brobecker <brobecker@adacore.com>
13068
13069 * linux-nat.c (attach_proc_task_lwp_callback): Remove trailing
13070 new-line in argument of call to "warning".
13071
13072 2015-01-13 Joel Brobecker <brobecker@adacore.com>
13073
13074 * ada-lang.c (ada_lookup_symbol_nonlocal): If name not found
13075 in static block, then try searching for primitive types.
13076
13077 2015-01-12 Patrick Palka <patrick@parcs.ath.cx>
13078
13079 * top.h (gdb_add_history): Declare.
13080 * top.c (command_count): New variable.
13081 (gdb_add_history): New function.
13082 (gdb_safe_append_history): New static function.
13083 (quit_force): Call it.
13084 (command_line_input): Use gdb_add_history instead of
13085 add_history.
13086 * event-top.c (command_line_handler): Likewise.
13087
13088 2015-01-12 James Clarke <jrtc27@jrtc27.com> (tiny patch)
13089
13090 PR gdb/17046
13091 * darwin-nat.c: Replace <machine/setjmp.h> #include by
13092 <setjmp.h> #include.
13093
13094 2015-01-11 Doug Evans <xdje42@gmail.com>
13095
13096 * dwarf2read.c (compute_delayed_physnames): Use TYPE_FN_FIELD_PHYSNAME.
13097
13098 2015-01-11 Doug Evans <xdje42@gmail.com>
13099
13100 PR gdb/15830
13101 * NEWS: The "maint demangle" command is renamed as "demangle".
13102 * demangle.c: #include cli/cli-utils.h, language.h.
13103 (demangle_command): New function.
13104 (_initialize_demangle): Add new command "demangle".
13105 * maint.c (maintenance_demangle): Stub out.
13106 (_initialize_maint_cmds): Update help text for "maint demangle",
13107 and mark as deprecated.
13108
13109 2015-01-11 Mark Kettenis <kettenis@gnu.org>
13110
13111 * inf-ptrace.c (inf_ptrace_follow_fork): Adjust now that
13112 inferior_thread is a function.
13113
13114 2015-01-09 Patrick Palka <patrick@parcs.ath.cx>
13115
13116 * Makefile.in (.y.c): Don't munge yacc's #line
13117 directives.
13118
13119 2015-01-09 Patrick Palka <patrick@parcs.ath.cx>
13120
13121 * utils.c (defaulted_query): Rewrite to use gdb_readline_wrapper
13122 to prompt for input.
13123 * tui/tui-hooks.c (tui_query_hook): Remove.
13124 (tui_install_hooks): Don't set deprecated_query_hook.
13125 * tui/tui-io.c (tui_redisplay_readline): Fix off-by-one error in
13126 height calculation. Always update the command window's cur_line.
13127
13128 2015-01-09 Pedro Alves <palves@redhat.com>
13129
13130 * breakpoint.c (hardware_breakpoint_inserted_here_p): New
13131 function.
13132 * breakpoint.h (hardware_breakpoint_inserted_here_p): New
13133 declaration.
13134 * linux-nat.c (linux_nat_status_is_event): Move higher up in file.
13135 (linux_resume_one_lwp): Store the thread's PC. Adjust to clear
13136 stop_reason.
13137 (check_stopped_by_watchpoint): New function.
13138 (save_sigtrap): Reimplement.
13139 (linux_nat_stopped_by_watchpoint): Adjust.
13140 (linux_nat_lp_status_is_event): Delete.
13141 (stop_wait_callback): Only call save_sigtrap after storing the
13142 pending status.
13143 (status_callback): If the thread had been stopped for a breakpoint
13144 that has since been removed, discard the event and resume the LWP.
13145 (count_events_callback, select_event_lwp_callback): Use
13146 lwp_status_pending_p instead of linux_nat_lp_status_is_event.
13147 (cancel_breakpoint): Rename to ...
13148 (check_stopped_by_breakpoint): ... this. Record whether the LWP
13149 stopped for a software breakpoint or hardware breakpoint.
13150 (select_event_lwp): Only give preference to the stepping LWP in
13151 all-stop mode. Adjust comments.
13152 (stop_and_resume_callback): Remove references to new_pending_p.
13153 (linux_nat_filter_event): Likewise. Leave exit events of the
13154 leader thread pending here. Handle signal short circuiting here.
13155 Only call save_sigtrap after storing the pending waitstatus.
13156 (linux_nat_wait_1): Remove 'retry' label. Remove references to
13157 new_pending. Don't handle leaving events the caller is not
13158 interested in pending here, nor handle signal short-circuiting
13159 here. Also give equal priority to all LWPs that have had events
13160 in non-stop mode. If reporting a software breakpoint event,
13161 unadjust the LWP's PC.
13162 * linux-nat.h (enum lwp_stop_reason): New.
13163 (struct lwp_info) <stop_pc>: New field.
13164 (struct lwp_info) <stopped_by_watchpoint>: Delete field.
13165 (struct lwp_info) <stop_reason>: New field.
13166 * x86-linux-nat.c (x86_linux_prepare_to_resume): Adjust.
13167
13168 2015-01-09 Pedro Alves <palves@redhat.com>
13169
13170 * linux-nat.c (linux_handle_extended_wait) <PTRACE_EVENT_EXEC>:
13171 Set the LWP's 'resumed' flag.
13172
13173 2015-01-09 Pedro Alves <palves@redhat.com>
13174
13175 * linux-nat.c (linux_resume_one_lwp): New function.
13176 (resume_lwp): Use lwp_status_pending_p and linux_resume_one_lwp.
13177 (linux_nat_resume): Use lwp_status_pending_p and
13178 linux_resume_one_lwp.
13179 (linux_handle_syscall_trap): Use linux_resume_one_lwp.
13180 (linux_handle_extended_wait): Use linux_resume_one_lwp.
13181 (status_callback, running_callback): Use lwp_status_pending_p.
13182 (lwp_status_pending_p): New function.
13183 (stop_and_resume_callback): Use lwp_status_pending_p.
13184 (linux_nat_filter_event): Use linux_resume_one_lwp.
13185 (linux_nat_wait_1): Always use status_callback to look for an LWP
13186 with a pending status. Use linux_resume_one_lwp.
13187 (resume_stopped_resumed_lwps): Use lwp_status_pending_p and
13188 linux_resume_one_lwp.
13189
13190 2015-01-09 Pedro Alves <palves@redhat.com>
13191
13192 * breakpoint.c (bp_location_inserted_here_p): New function,
13193 factored out from ...
13194 (breakpoint_inserted_here_p): ... here. Use
13195 ALL_BP_LOCATIONS_AT_ADDR.
13196 (software_breakpoint_inserted_here_p): Use
13197 bp_location_inserted_here_p and ALL_BP_LOCATIONS_AT_ADDR.
13198
13199 2014-01-09 Pedro Alves <palves@redhat.com>
13200
13201 Skip enabling event reporting if the kernel supports
13202 PTRACE_EVENT_CLONE.
13203 * linux-thread-db.c: Include "nat/linux-ptrace.h".
13204 (thread_db_use_events): New function.
13205 (try_thread_db_load_1): Check thread_db_use_events before enabling
13206 event reporting.
13207 (update_thread_state): New function.
13208 (attach_thread): Use it. Check thread_db_use_events before
13209 enabling event reporting.
13210 (thread_db_detach): Check thread_db_use_events before disabling
13211 event reporting.
13212 (find_new_threads_callback): Check thread_db_use_events before
13213 enabling event reporting. Update the thread's state if not using
13214 libthread_db events.
13215
13216 2015-01-09 Pedro Alves <palves@redhat.com>
13217
13218 * linux-nat.c (lin_lwp_attach_lwp): Assert that the lwp id we're
13219 about to wait for is > 0.
13220 * linux-thread-db.c (find_new_threads_callback): Ignore thread if
13221 the kernel thread ID is -1.
13222
13223 2015-01-09 Pedro Alves <palves@redhat.com>
13224
13225 * linux-nat.c (attach_proc_task_lwp_callback): New function.
13226 (linux_nat_attach): Use linux_proc_attach_tgid_threads.
13227 (wait_lwp, linux_nat_filter_event): If not set yet, set the lwp's
13228 ptrace option flags.
13229 * linux-nat.h (struct lwp_info) <must_set_ptrace_flags>: New
13230 field.
13231 * nat/linux-procfs.c: Include <dirent.h>.
13232 (linux_proc_get_int): New parameter "warn". Handle it.
13233 (linux_proc_get_tgid): Adjust.
13234 (linux_proc_get_tracerpid): Rename to ...
13235 (linux_proc_get_tracerpid_nowarn): ... this.
13236 (linux_proc_pid_get_state): New function, factored out from
13237 (linux_proc_pid_has_state): ... this. Add new parameter "warn"
13238 and handle it.
13239 (linux_proc_pid_is_gone): New function.
13240 (linux_proc_pid_is_stopped): Adjust.
13241 (linux_proc_pid_is_zombie_maybe_warn)
13242 (linux_proc_pid_is_zombie_nowarn): New functions.
13243 (linux_proc_pid_is_zombie): Use
13244 linux_proc_pid_is_zombie_maybe_warn.
13245 (linux_proc_attach_tgid_threads): New function.
13246 * nat/linux-procfs.h (linux_proc_get_tgid): Update comment.
13247 (linux_proc_get_tracerpid): Rename to ...
13248 (linux_proc_get_tracerpid_nowarn): ... this, and update comment.
13249 (linux_proc_pid_is_gone): New declaration.
13250 (linux_proc_pid_is_zombie): Update comment.
13251 (linux_proc_pid_is_zombie_nowarn): New declaration.
13252 (linux_proc_attach_lwp_func): New typedef.
13253 (linux_proc_attach_tgid_threads): New declaration.
13254 * nat/linux-ptrace.c (linux_ptrace_attach_fail_reason): Adjust to
13255 use nowarn functions.
13256 (linux_ptrace_attach_fail_reason_string): Move here from
13257 gdbserver/linux-low.c and rename.
13258 (ptrace_supports_feature): If the current ptrace options are not
13259 known yet, check them now, instead of asserting.
13260 * nat/linux-ptrace.h (linux_ptrace_attach_fail_reason_string):
13261 Declare.
13262
13263 2015-01-09 Pedro Alves <palves@redhat.com>
13264
13265 * linux-thread-db.c (thread_db_find_new_threads_silently)
13266 (try_thread_db_load_1, try_thread_db_load, thread_db_load_search)
13267 (find_new_threads_once): Print debug output on gdb_stdlog.
13268
13269 2015-01-09 Chen Gang <gang.chen.5i5j@gmail.com>
13270 Pedro Alves <palves@redhat.com>
13271
13272 * compile/compile.c: Include "gdb_wait.h".
13273 (do_rmdir): Check return value, and free 'zap'.
13274
13275 2015-01-08 Pedro Alves <palves@redhat.com>
13276 Yao Qi <yao@codesourcery.com>
13277
13278 * dwarf2loc.c (indirect_pieced_value): Don't call
13279 gdb_sign_extend. Call extract_signed_integer instead.
13280 * utils.c (gdb_sign_extend): Remove.
13281 * utils.h (gdb_sign_extend): Remove declaration.
13282
13283 2015-01-07 Pierre Muller <muller@sourceware.org>
13284
13285 PR symtab/17811
13286 * stabsread.c (define_symbol): Set language for C++ special symbols.
13287
13288 2015-01-07 Patrick Palka <patrick@parcs.ath.cx>
13289
13290 * inflow.c (initial_gdb_ttystate): Tweak comment.
13291
13292 2015-01-07 Joel Brobecker <brobecker@adacore.com>
13293
13294 * inflow.c (set_initial_gdb_ttystate): Add empty line after
13295 comment documenting function.
13296
13297 2015-01-07 Patrick Palka <patrick@parcs.ath.cx>
13298
13299 * terminal.h (set_initial_gdb_ttystate): Declare.
13300 * inflow.c (initial_gdb_ttystate): New static variable.
13301 (set_initial_gdb_ttystate): New setter.
13302 (child_terminal_init_with_pgrp): Copy initial_gdb_ttystate
13303 instead of our current terminal state.
13304 * top.c (gdb_init): Call set_initial_gdb_ttystate.
13305
13306 2015-01-07 Joel Brobecker <brobecker@adacore.com>
13307
13308 * guile/scm-type.c (tyscm_array_1): Add comment.
13309 * python/py-type.c (typy_array_1): Add comment.
13310
13311 2015-01-06 Joel Brobecker <brobecker@adacore.com>
13312
13313 * guile/scm-type.c (tyscm_array_1): Do not raise out-of-range
13314 error if N2 is equal to N1 - 1.
13315
13316 2015-01-06 Joel Brobecker <brobecker@adacore.com>
13317
13318 * python/py-type.c (typy_array_1): Do not raise negative-length
13319 exception if N2 is equal to N1 - 1.
13320
13321 2015-01-03 Doug Evans <xdje42@gmail.com>
13322
13323 * c-exp.y: Whitespace cleanup.
13324 (classify_inner_name): Remove extra ;.
13325
13326 2015-01-02 Maciej W. Rozycki <macro@codesourcery.com>
13327
13328 * mips-tdep.c (mips32_scan_prologue): Keep the extracted stack
13329 offset signed.
13330
13331 2015-01-02 Doug Evans <dje@google.com>
13332
13333 * dwarf2read.c (setup_type_unit_groups): Remove outdated comment.
13334
13335 2015-01-02 Doug Evans <dje@google.com>
13336
13337 * symtab.h (struct symbol): Fix typo in comment.
13338
13339 2015-01-01 Joel Brobecker <brobecker@adacore.com>
13340
13341 Update year range in copyright notice of all files.
13342
13343 2015-01-01 Joel Brobecker <brobecker@adacore.com>
13344
13345 * top.c (print_gdb_version): Update copyright year to 2015.
13346
13347 2015-01-01 Joel Brobecker <brobecker@adacore.com>
13348
13349 * config/djgpp/fnchange.lst: Add entry for gdb/ChangeLog-2014.
13350
13351 For older changes see ChangeLog-2014.
13352 \f
13353 Local Variables:
13354 mode: change-log
13355 left-margin: 8
13356 fill-column: 74
13357 version-control: never
13358 coding: utf-8
13359 End:
This page took 0.308454 seconds and 5 git commands to generate.