btrace: add instruction-history /s and fix documentation
[deliverable/binutils-gdb.git] / gdb / ChangeLog
CommitLineData
0c532a29
MM
12015-11-04 Markus Metzger <markus.t.metzger@intel.com>
2
3 * record.c (get_insn_history_modifiers): Set DISASSEMBLY_SOURCE
4 instead of DISASSEMBLY_SOURCE_DEPRECATED. Also accept /s.
5 (_initialize_record): Document the /s modifier.
6 * NEWS: Announce record instruction-history's new /s modifier.
7
f94cc897
MM
82015-11-04 Markus Metzger <markus.t.metzger@intel.com>
9
10 * record-btrace.c (struct btrace_line_range): New.
11 (btrace_mk_line_range, btrace_line_range_add)
12 (btrace_line_range_is_empty, btrace_line_range_contains_range)
13 (btrace_find_line_range, btrace_print_lines): New.
14 (btrace_insn_history): Add source interleaving algorithm.
15
a50a4026
MM
162015-11-04 Markus Metzger <markus.t.metzger@intel.com>
17
18 * disasm.h (DISASSEMBLY_SPECULATION): New.
19 (struct disasm_insn): New.
20 (gdb_pretty_print_insn): New.
21 * disasm.c (gdb_pretty_print_insn): Replace parameter PC with INSN.
22 Update users. Print instruction number and indicate speculative
23 execution, if requested.
24
af70908d
MM
252015-11-04 Markus Metzger <markus.t.metzger@intel.com>
26
27 * disasm.c (dump_insns): Split into this and ...
28 (gdb_pretty_print_insn): ... this.
29
1c215b97
SM
302015-11-03 Simon Marchi <simon.marchi@polymtl.ca>
31
32 * xtensa-linux-nat.c (supply_gregset_reg): Make static.
33 (xtensa_linux_fetch_inferior_registers): Likewise.
34 (xtensa_linux_store_inferior_registers): Likewise.
35
f844cf0e
SM
362015-11-03 Simon Marchi <simon.marchi@polymtl.ca>
37
38 * arm-linux-nat.c (arm_linux_read_description): Add cast.
39
f4b0a671
SM
402015-11-03 Simon Marchi <simon.marchi@polymtl.ca>
41
42 * ppc-linux-nat.c (ppc_linux_insert_mask_watchpoint): Change
43 type of rw to enum target_hw_bp_type.
44 (ppc_linux_remove_mask_watchpoint): Likewise.
45 * target.c (target_insert_mask_watchpoint): Likewise.
46 (target_remove_mask_watchpoint): Likewise.
47 * target.h (target_insert_mask_watchpoint): Likewise.
48 (target_remove_mask_watchpoint): Likewise.
49 (struct target_ops) <to_insert_mask_watchpoint>: Likewise.
50 (struct target_ops) <to_remove_mask_watchpoint>: Likewise.
51 * target-delegates.c: Regenerate.
52
653090d3
SM
532015-11-03 Simon Marchi <simon.marchi@polymtl.ca>
54
55 * remote-sim.c (check_for_duplicate_sim_descriptor): Add casts.
56 (get_sim_inferior_data): Likewise.
57 (sim_inferior_data_cleanup): Likewise.
58 (gdbsim_close_inferior): Likewise.
59 (gdbsim_resume_inferior): Likewise.
60 (gdbsim_wait): Likewise.
61 (simulator_command): Likewise.
62 (sim_command_completer): Likewise.
63
b9559b8b
MK
642015-11-03 Marcin Kościelnicki <koriakin@0x04.net>
65
66 * MAINTAINERS (Write After Approval): Add Marcin Kościelnicki.
67
d35ae833
PA
682015-10-30 Pedro Alves <palves@redhat.com>
69
70 * breakpoint.c (breakpoint_in_range_p)
71 (breakpoint_location_address_range_overlap): New functions.
72 * breakpoint.h (breakpoint_in_range_p): New declaration.
73 * infrun.c (displaced_step_prepare_throw): If there's a breakpoint
74 in the scratch pad range, don't displaced step.
75
10268a4c
MK
762015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
77
78 * amd64-linux-tdep.c (amd64_x32_linux_init_abi): Fix size_msghdr,
79 size_stack_t, size_size_t, size_iovec.
80
d9b19c49
MK
812015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
82
83 * aarch64-linux-tdep.c (aarch64_linux_init_abi): Fix size_termios.
84 * amd64-linux-tdep.c (amd64_linux_init_abi): Fix size_termios.
85 (amd64_x32_linux_init_abi): Fix size_termios.
86
c28ebe25
MK
872015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
88
89 * ppc-linux-tdep.c (ppc_init_linux_record_tdep): Fix TASK_COMM_LEN.
90
ff83a547
MK
912015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
92
93 * linux-record.c (record_linux_system_call): Fix old_select.
94
d2de23ad
MK
952015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
96
97 * linux-record.c (record_linux_system_call): Fix newstatat.
98
cb658d21
MK
992015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
100
101 * linux-record.c (record_linux_system_call): Fix [gs]etgroups16.
102
b80d067f
MK
1032015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
104
105 * aarch64-linux-tdep.c (aarch64_linux_init_abi): Add size_time_t.
106 * amd64-linux-tdep.c (amd64_linux_init_abi): Add size_time_t.
107 (amd64_x32_linux_init_abi): Add size_time_t.
108 * arm-linux-tdep.c (arm_linux_init_abi): Add size_time_t.
109 * i386-linux-tdep.c (i386_linux_init_abi): Add size_time_t.
110 * linux-record.c (record_linux_system_call): Add time, waitpid, pipe
111 handling.
112 * linux-record.h (struct linux_record_tdep): Add size_time_t.
113 * ppc-linux-tdep.c (ppc_init_linux_record_tdep): Add size_time_t.
114
933c5a62
MK
1152015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
116
117 * linux-record.c (record_linux_msghdr): Fix msg_namelen handling.
118
72aded86
MK
1192015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
120
121 * aarch64-linux-tdep.c (aarch64_linux_init_abi): Remove
122 size_dirent{,64}, add size_old_dirent.
123 * amd64-linux-tdep.c (amd64_linux_init_abi): Remove size_dirent{,64},
124 add size_old_dirent.
125 (amd64_x32_linux_init_abi): Remove size_dirent{,64}, add
126 size_old_dirent.
127 * arm-linux-tdep.c (arm_linux_init_abi): Remove size_dirent{,64},
128 add size_old_dirent.
129 * i386-linux-tdep.c (i386_linux_init_abi): Remove size_dirent{,64},
130 add size_old_dirent.
131 * linux-record.c (record_linux_system_call): Fix handling of readdir
132 and getdents{,64}.
133 * linux-record.h (struct linux_record_tdep): Remove size_dirent{,64},
134 add size_old_dirent.
135 * ppc-linux-tdep.c (ppc_init_linux_record_tdep): Remove
136 size_dirent{,64}, add size_old_dirent.
137
7571f7f2
MK
1382015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
139
140 * aarch64-linux-tdep.c (aarch64_linux_init_abi): Fix size_sigaction,
141 size_sigset_t, size_old_sigaction, size_old_sigset_t.
142 * amd64-linux-tdep.c (amd64_linux_init_abi): Fix size_sigaction,
143 size_sigset_t, size_old_sigaction, size_old_sigset_t.
144 (amd64_x32_linux_init_abi): Fix size_sigaction, size_sigset_t,
145 size_old_sigaction, size_old_sigset_t.
146 * arm-linux-tdep.c (arm_linux_init_abi): Fix size_sigaction,
147 size_old_sigaction, size_old_sigset_t.
148 * i386-linux-tdep.c (i386_linux_init_abi): Fix size_sigaction,
149 size_old_sigaction, size_old_sigset_t.
150 * ppc-linux-tdep.c (ppc_init_linux_record_tdep): Fix size_sigaction,
151 size_sigset_t, size_old_sigaction, size_old_sigset_t.
152
d625f9a9
MK
1532015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
154
155 * arm-linux-tdep.c (arm_linux_init_abi): Fix size_[ug]id.
156 * i386-linux-tdep.c (i386_linux_init_abi): Fix size_[ug]id.
157
aefb52a6
MK
1582015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
159
160 * aarch64-linux-tdep.c (aarch64_linux_init_abi): Remove size_siginfo.
161 * amd64-linux-tdep.c (amd64_linux_init_abi): Remove size_siginfo.
162 (amd64_x32_linux_init_abi): Remove size_siginfo.
163 * arm-linux-tdep.c (arm_linux_init_abi): Remove size_siginfo.
164 * i386-linux-tdep.c (i386_linux_init_abi): Remove size_siginfo.
165 * linux-record.c (record_linux_system_call): Change size_siginfo
166 to size_siginfo_t.
167 * linux-record.h (struct linux_record_tdep): Remove size_siginfo.
168 * ppc-linux-tdep.c (ppc_init_linux_record_tdep): Remove size_siginfo.
169
d2242e34
PA
1702015-10-29 Pedro Alves <palves@redhat.com>
171
172 * mdebugread.c (add_data_symbol): New function, factored out from
173 ...
174 (parse_symbol): ... here. Delete 'theclass' local.
175
cb0a2700
SM
1762015-10-29 Simon Marchi <simon.marchi@polymtl.ca>
177
178 * jit.c (jit_target_read_impl): Add cast.
179
15cf126c
SM
1802015-10-29 Simon Marchi <simon.marchi@polymtl.ca>
181
182 * jit.c (jit_reader_load): Add cast.
183
b4069958
SM
1842015-10-29 Simon Marchi <simon.marchi@polymtl.ca>
185
186 * dwarf2read.c (partial_die_full_name): Add cast.
187
7535d5ed
PA
1882015-10-29 Pedro Alves <palves@redhat.com>
189
190 * common/vec.h (DEF_VEC_FUNC_P) [iterate]: Cast 0 to type T.
191
fa4c39cb
PA
1922015-10-29 Pedro Alves <palves@redhat.com>
193
194 * guile/scm-frame.c (gdbscm_unwind_stop_reason_string): Add cast.
195
e681cf3f
EZ
1962015-10-29 Eli Zaretskii <eliz@gnu.org>
197
198 * utils.c (init_page_info): Disable paging if INSIDE_EMACS is set
199 in the environment.
200
ebf05345
PA
2012015-10-29 Pedro Alves <palves@redhat.com>
202
203 * gnu-v2-abi.c (gnuv2_is_destructor_name)
204 (gnuv2_is_constructor_name): Add casts.
205
44a8b4df
PA
2062015-10-29 Pedro Alves <palves@redhat.com>
207
208 * common/common-exceptions.c (exception_none): Add cast.
209
e3bdafe2
PA
2102015-10-29 Pedro Alves <palves@redhat.com>
211
212 * compile/compile-c-types.c (struct type_map_instance)
213 <gcc_type>: Rename to gcc_type_handle.
214 (insert_type, convert_type): Adjust.
215
9c6595ab
PA
2162015-10-29 Pedro Alves <palves@redhat.com>
217
218 * dwarf2-frame-tailcall.c (dwarf2_tailcall_sniffer_first): Don't
219 assume that "break" breaks out of a TRY/CATCH.
220 * python/py-framefilter.c (py_print_single_arg): Don't assume
221 "continue" breaks out of a TRY/CATCH.
222 * python/py-value.c (valpy_binop_throw): New function, factored
223 out from ...
224 (valpy_binop): ... this.
225 (valpy_richcompare_throw): New function, factored
226 out from ...
227 (valpy_richcompare): ... this.
228 * solib.c (solib_read_symbols): Don't assume "break" breaks out
229 of a TRY/CATCH.
230 * common/common-exceptions.h [USE_RAW_CXX_TRY]
231 <TRY/CATCH/END_CATCH>: Define as 1-1 wrappers around try/catch.
232
93084fcd
SD
2332015-10-28 Simon Dardis <Simon.Dardis@imgtec.com>
234
235 * mips-linux-tdep.c (mips_linux_in_dynsym_stub): Recognise 'or'
236 as move along with [d]addu.
237
43cdf5ae
YQ
2382015-10-28 Yao Qi <yao.qi@linaro.org>
239
240 * aarch64-tdep.c (aarch64_software_single_step): Pass 1 to
241 aarch64_decode_insn.
242
b80c3053
PA
2432015-10-27 Pedro Alves <palves@redhat.com>
244
245 * common/print-utils.c (host_address_to_string): Rename to ...
246 (host_address_to_string_1): ... this.
247 * common/print-utils.h (host_address_to_string): Reimplement as
248 wrapper around host_address_to_string_1.
249 * utils.c (gdb_print_host_address): Rename to ...
250 (gdb_print_host_address_1): ... this.
251 * utils.h (gdb_print_host_address): Reimplement as wrapper macro
252 around host_address_to_string_1.
253
d09f2c3f
PA
2542015-10-27 Pedro Alves <palves@redhat.com>
255
256 * alpha-tdep.c (alpha_read_insn): Always pass TARGET_XFER_E_IO to
257 memory_error. Rename local 'status' to 'res'.
258 * c-lang.c (c_get_string): Always pass TARGET_XFER_E_IO to
259 memory_error.
260 * corefile.c (read_stack, read_code, write_memory): Always pass
261 TARGET_XFER_E_IO to memory_error.
262 * disasm.c (dis_asm_memory_error): Always pass TARGET_XFER_E_IO to
263 memory_error. Rename parameter 'status' to 'err'.
264 (dump_insns): Rename local 'status' to 'err'.
265 * mips-tdep.c (mips_fetch_instruction): Rename parameter 'statusp'
266 to 'errp'. Rename local 'status' to 'err'. Always pass
267 TARGET_XFER_E_IO to memory_error.
268 (mips_breakpoint_from_pc): Rename local 'status' to 'err'.
269 * target.c (target_read_memory, target_read_raw_memory)
270 (target_read_stack, target_read_code, target_write_memory)
271 (target_write_raw_memory): Return -1 on error instead of
272 TARGET_XFER_E_IO.
273 * valprint.c (val_print_string): Rename local 'errcode' to 'err'.
274 Always pass TARGET_XFER_E_IO to memory_error. Update comment.
275
c5192092
SM
2762015-10-27 Simon Marchi <simon.marchi@polymtl.ca>
277
278 * guile/guile-internal.h (gdbscm_with_guile): Change return
279 types to const char *.
280 * guile/scm-safe-call.c (gdbscm_with_guile): Likewise.
281 (struct c_data) <func>: Likewise.
282 (struct c_data) <result>: Change type to const char *.
283 (scscm_eval_scheme_string): Change return type to
284 const char *.
285 (scscm_source_scheme_script): Likewise.
286 (gdbscm_safe_eval_string): Change type of result variable to
287 const char * and remove cast.
288 (gdbscm_safe_source_script): Likewise.
289 * guile/scm-disasm.c (gdbscm_disasm_read_memory_worker):
290 Change return type to const char *.
291 (gdbscm_disasm_read_memory): Change type of status to
292 const char *.
293
79b289e2
PA
2942015-10-27 Pedro Alves <palves@redhat.com>
295
296 * source.c (openp): New local 'last_errno'. Use it to
297 save/restore errno.
298
709b5518
PA
2992015-10-27 Pedro Alves <palves@redhat.com>
300
301 * psymtab.c (dump_psymtab_addrmap_1): Add casts.
302
e0d13cbd
SM
3032015-10-27 Simon Marchi <simon.marchi@polymtl.ca>
304
305 * ctf.c (SET_ENUM_FIELD): New macro.
306 (ctf_read_status): Use it.
307 (ctf_read_tp): Use it.
308
c6486df5
SM
3092015-10-27 Simon Marchi <simon.marchi@polymtl.ca>
310
311 * guile/scm-breakpoint.c (gdbscm_set_breakpoint_stop_x): Add
312 scm_t_dynwind_flags casts.
313 * guile/scm-cmd.c (gdbscm_parse_command_name): Likewise.
314 * guile/scm-ports.c (gdbscm_open_memory): Likewise.
315 * guile/scm-value.c (gdbscm_value_to_string): Likewise.
316
70b8286a
SM
3172015-10-27 Simon Marchi <simon.marchi@polymtl.ca>
318
319 * ax.h (ax_raw_byte): New declaration.
320 * ax-general.c (ax_raw_byte): New function.
321 (ax_simple): Use ax_raw_byte.
322 * ax-gdb.c (gen_printf): Likewise.
323
a480de35
SM
3242015-10-27 Simon Marchi <simon.marchi@polymtl.ca>
325
326 * ada-lang.h (GROW_VECT): Add cast.
327
a04a15f5
DE
3282015-10-26 Doug Evans <xdje42@gmail.com>
329
330 * symtab.h (struct general_symbol_info> <ada_mangled>: Update comment.
331
d7f3ff3e
SM
3322015-10-26 Simon Marchi <simon.marchi@polymtl.ca>
333
334 * target.c (memory_xfer_partial): Change type of buf to gdb_byte
335 pointer.
336 (simple_search_memory): Cast return of memmem.
337
bf6778da
SM
3382015-10-26 Simon Marchi <simon.marchi@polymtl.ca>
339
340 * stap-probe.c (handle_stap_probe): Add (const char *) casts.
341
c9244484
SM
3422015-10-26 Simon Marchi <simon.marchi@polymtl.ca>
343
344 * ctf.c (ctf_xfer_partial): Return TARGET_XFER_E_IO instead of
345 -1 on error.
346
0fde2c53
DE
3472015-10-26 Doug Evans <dje@google.com>
348
349 PR symtab/17391
350 * dwarf2-frame.c (dwarf2_restore_rule): Call dwarf_reg_to_regnum
351 instead of gdbarch_dwarf2_reg_to_regnum.
352 (dwarf2_frame_cache): Ditto.
353 (read_addr_from_reg): Call dwarf_reg_to_regnum_or_error instead of
354 gdbarch_dwarf2_reg_to_regnum.
355 (get_reg_value): Ditto.
356 (dwarf2_fetch_cfa_info): Ditto.
357 (dwarf2_frame_prev_register): Ditto.
358 * dwarf2loc.c: #include "complaints.h".
359 (dwarf_expr_read_addr_from_reg): Call dwarf_reg_to_regnum_or_error
360 instead of gdbarch_dwarf2_reg_to_regnum.
361 (dwarf_expr_get_reg_value): Ditto.
362 (read_pieced_value): Ditto.
363 (write_pieced_value): Ditto.
364 (dwarf2_evaluate_loc_desc_full): Ditto.
365 (dwarf_reg_to_regnum): New function.
366 (throw_bad_regnum_error): New function.
367 (dwarf_reg_to_regnum_or_error): Renamed from
368 dwarf2_reg_to_regnum_or_errorChange to take a ULONGEST regnum.
369 All callers updated. Call throw_bad_regnum_error.
370 (locexpr_regname): Improve text of bad register number.
371 * dwarf2loc.h (dwarf_reg_to_regnum): Declare.
372 (dwarf_reg_to_regnum_or_error): Update prototype.
373 * dwarf2expr.c: #include "dwarf2loc.h".
374 (dwarf_block_to_sp_offset): Call dwarf_reg_to_regnum instead of
375 gdbarch_dwarf2_reg_to_regnum.
376 * gdbarch.sh (dwarf2_reg_to_regnum): Add comment.
377 * gdbarch.h: Regenerate.
378 * amd64-tdep.c (amd64_dwarf_reg_to_regnum): Remove warning for bad
379 register.
380 * avr-tdep.c (avr_dwarf_reg_to_regnum): Ditto.
381 * cris-tdep.c (cris_dwarf2_reg_to_regnum): Ditto.
382 * bfin-tdep.c (bfin_reg_to_regnum): Fix error checking.
383 * hppa-linux-tdep.c (hppa_dwarf_reg_to_regnum): Improve error checking.
384 Remove warning for bad register.
385 * hppa-tdep.c (hppa64_dwarf_reg_to_regnum): Ditto.
386 * i386-tdep.c (i386_svr4_dwarf_reg_to_regnum): Renamed from
387 i386_svr4_reg_to_regnum. Return -1 for bad registers.
388 (i386_svr4_reg_to_regnum): New function.
389 (i386_gdbarch_init): Update call to set_gdbarch_dwarf2_reg_to_regnum.
390 * microblaze-tdep.c (microblaze_dwarf2_reg_to_regnum): Don't assert
391 on bad registers, return -1.
392 * msp430-tdep.c (msp430_dwarf2_reg_to_regnum): Improve error checking.
393 Remove warning for bad register.
394 * nios2-tdep.c: Add static assert for NIOS2_NUM_REGS.
395 (nios2_dwarf_reg_to_regnum): Fix off-by-one error.
396 Remove warning for bad register. Return -1 for bad register.
397 * rl78-tdep.c (rl78_dwarf_reg_to_regnum): Don't flag an internal error
398 for bad register, return -1.
399 * rx-tdep.c (rx_dwarf_reg_to_regnum): Ditto.
400 * m68k-tdep.c (m68k_dwarf_reg_to_regnum): Fix error result.
401 * mep-tdep.c (mep_debug_reg_to_regnum): Ditto.
402 * mips-tdep.c (mips_stab_reg_to_regnum): Ditto.
403 (mips_dwarf_dwarf2_ecoff_reg_to_regnum): Ditto.
404 * mn10300-tdep.c (mn10300_dwarf2_reg_to_regnum): Remove warning
405 for bad regs.
406 * xtensa-tdep.c (xtensa_reg_to_regnum): Remove internal error for
407 bad regs. Fix error result.
408 * stabsread.c (stab_reg_to_regnum): Watch for negative regno.
409 (reg_value_complaint): Update complaint text.
410 * mdebugread.c (reg_value_complaint): New function.
411 (mdebug_reg_to_regnum): Rewrite to watch for bad reg numbers.
412
1a70ae97
DE
4132015-10-26 Doug Evans <dje@google.com>
414
415 PR python/18938
416 * cli/cli-cmds (source_script_fron_sctream): New arg file_to_open.
417 All callers updated.
418
372405a5
DE
4192015-10-26 Doug Evans <dje@google.com>
420
421 * psymtab.c (struct dump_psymtab_addrmap_data): Define.
422 (dump_psymtab_addrmap_1, dump_psymtab_addrmap): New functions.
423 (maintenance_print_psymbols): Print address map.
424
682b2546
DE
4252015-10-26 Doug Evans <dje@google.com>
426
427 * nat/linux-nat.h (__SIGRTMIN): Move here from gdbserver/linux-low.c.
428
963843d4
DE
4292015-10-26 Doug Evans <dje@google.com>
430
431 * common/gdb_wait.h (W_STOPCODE): Define, moved here from
432 gdbserver/linux-low.c.
433 (WSETSTOP): Simplify.
434
d41401ac
DE
4352015-10-26 Doug Evans <dje@google.com>
436
437 * linux-thread-db.c (find_new_threads_callback): Ditto.
438 (thread_db_pid_to_str): Ditto.
439
1522597b
SM
4402015-10-26 Simon Marchi <simon.marchi@polymtl.ca>
441
442 * guile/scm-ports.c (ioscm_make_gdb_stdio_port): Do not pass a
443 local char array to scm_mode_bits, use a cast instead.
444
7acd011b
SM
4452015-10-26 Simon Marchi <simon.marchi@ericsson.com>
446
447 * tui/tui-data.c (tui_alloc_content): Don't check xmalloc
448 result. Change type of element_block_ptr. Change allocation to
449 use XNEWVEC.
450
7cc53fba
LM
4512015-10-26 Luis Machado <lgustavo@codesourcery.com>
452
453 * record-full.c (record_full_message_wrapper_safe): Pass empty string to
454 catch_errors call instead of NULL.
455
48ffa2b8
SM
4562015-10-26 Simon Marchi <simon.marchi@polymtl.ca>
457
458 * guile/scm-ports.c (ioscm_make_gdb_stdio_port): Pass non-const
459 char pointer to scm_mode_bits.
460
585a269a
SM
4612015-10-26 Simon Marchi <simon.marchi@polymtl.ca>
462
463 * symtab.c (default_make_symbol_completion_list_break_on_1): Add
464 cast.
465
e0dd41e9
SM
4662015-10-26 Simon Marchi <simon.marchi@polymtl.ca>
467
468 * guile/scm-ports.c (gdbscm_memory_port_write): Declare new
469 "data" local variable and use it.
470
74ef968f
SM
4712015-10-26 Simon Marchi <simon.marchi@polymtl.ca>
472
473 * guile/scm-symbol.c (gdbscm_lookup_global_symbol): Add
474 domain_enum cast.
475 (gdbscm_lookup_symbol): Likewise.
476
2d5a88dc
IB
4772015-10-25 Iain Buclaw <ibuclaw@gdcproject.org>
478
479 * d-exp.y: Remove an obsolete comment and propagate the block
480 information to the produced expression.
481
f4ee58bd
SM
4822015-10-24 Simon Marchi <simon.marchi@polymtl.ca>
483
484 * tui/tui-data.c (tui_add_to_source_windows): Remove void *
485 cast.
486 (tui_add_content_elements): Likewise.
487
1650ca11
SM
4882015-10-24 Simon Marchi <simon.marchi@polymtl.ca>
489
490 * cli/cli-setshow.c (do_set_command): Constify p.
491
55e5bf59
SM
4922015-10-24 Simon Marchi <simon.marchi@polymtl.ca>
493
494 * nat/linux-ptrace.c (linux_ptrace_test_ret_to_nx): Replace
495 (void *) cast with (gdb_byte *).
496
49e66b4d
SM
4972015-10-24 Simon Marchi <simon.marchi@polymtl.ca>
498
499 * proc-service.c (ps_pdread): Add cast.
500
cfcb22a5
SM
5012015-10-24 Simon Marchi <simon.marchi@polymtl.ca>
502
503 * sparc64-tdep.c (sparc64_store_arguments): Split assignment of
504 valbuf.
505
ce746418
SM
5062015-10-24 Simon Marchi <simon.marchi@polymtl.ca>
507
508 * ia64-tdep.c (ia64_pseudo_register_write): Remove cast.
509 (ia64_push_dummy_call): Remove cast and change type of "to" to
510 array of gdb_byte.
511
a55515ee
SM
5122015-10-23 Simon Marchi <simon.marchi@polymtl.ca>
513
514 * linux-btrace.c (linux_enable_pt): Add cast to mmap return.
515
6ecf4e06
SM
5162015-10-23 Simon Marchi <simon.marchi@ericsson.com>
517
518 * observer.h (observer_${event}_notification_stub): Add cast.
519
034f1a81
YQ
5202015-10-23 Yao Qi <yao.qi@linaro.org>
521
522 * aarch64-tdep.c (aarch64_displaced_step_copy_insn): Set
523 dsd.insn_count to zero.
524
d236ad19
PA
5252015-10-22 Pedro Alves <palves@redhat.com>
526
527 * infrun.c (stop_after_trap): Delete.
528 (clear_proceed_status, handle_signal_stop, struct
529 infcall_control_state, save_infcall_control_state)
530 (restore_infcall_control_state): Remove references to
531 stop_after_trap.
532
db0f0d0c
SM
5332015-10-22 Simon Marchi <simon.marchi@ericsson.com>
534
535 * python/python.c (_initialize_python): Add cast.
536
fb70bc1a
SM
5372015-10-22 Simon Marchi <simon.marchi@ericsson.com>
538
539 * nto-tdep.c (nto_inferior_data): Add cast.
540
c72f45d1
PA
5412015-10-22 Pedro Alves <palves@redhat.com>
542
543 * windows-nat.c (do_initial_windows_stuff): Rewrite loop using
544 windows_wait and windows_resume directly instead of
545 wait_for_inferior and resume.
546
60905b1e
SM
5472015-10-22 Simon Marchi <simon.marchi@polymtl.ca>
548
549 * xtensa-tdep.h (XTREG): Add casts.
550 (XTREG_END): Likewise.
551
5af9928d
SM
5522015-10-22 Simon Marchi <simon.marchi@polymtl.ca>
553
554 * solib-spu.c (spu_bfd_iovec_pread): Add (gdb_byte *) cast.
555
3e45d68b
SM
5562015-10-22 Simon Marchi <simon.marchi@polymtl.ca>
557
558 * rs6000-tdep.c (variants): Add (enum bfd_architecture) cast.
559
709476c3
SM
5602015-10-22 Simon Marchi <simon.marchi@polymtl.ca>
561
562 * mips-linux-tdep.c (mips64_linux_get_longjmp_target): Change type of
563 buf to gdb_byte*.
564 (supply_32bit_reg): Add cast.
565 (mips64_fill_gregset): Likewise.
566
bed91f4d
SM
5672015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
568
569 PR python/18073
570 * python/py-type.c (typy_get_composite): Allow returning a
571 function type.
572
3f2f83dd
KB
5732015-10-21 Keven Boell <keven.boell@intel.com>
574
575 * dwarf2read.c (set_die_type): Add read of
576 DW_AT_allocated and DW_AT_associated.
577 * f-typeprint.c: New include of typeprint.h
578 (f_print_type): Add check for allocated/associated
579 status of type.
580 (f_type_print_varspec_suffix): Add check for
581 * gdbtypes.c (create_array_type_with_stride):
582 Add check for valid data location of type in
583 case allocated or associated attributes are set.
584 Length of an array should be only calculated if
585 allocated or associated is resolved as true.
586 (is_dynamic_type_internal): Add check for allocated/
587 associated.
588 (resolve_dynamic_array): Evaluate allocated/associated
589 properties.
590 * gdbtypes.h (enum dynamic_prop_node_kind): <DYN_PROP_ALLOCATED>
591 <DYN_PROP_ASSOCIATED>: New enums.
592 (TYPE_ALLOCATED_PROP, TYPE_ASSOCIATED_PROP): New macros.
593 (type_not_allocated): New function.
594 (type_not_associated): New function.
595 * valarith.c (value_subscripted_rvalue): Add check for
596 allocated/associated.
597 * valprint.c: New include of typeprint.h.
598 (valprint_check_validity): Add check for allocated/associated.
599 (value_check_printable): Add check for allocated/
600 associated.
601 * typeprint.h (val_print_not_allocated): New function.
602 (val_print_not_associated): New function.
603 * typeprint.c (val_print_not_allocated): New function.
604 (val_print_not_associated): New function.
605
8689682c
AT
6062015-10-21 Antoine Tremblay <antoine.tremblay@ericsson.com>
607
608 * Makefile.in: Add arm.c/o.
609 * arch/arm.c: New file.
610 * arch/arm.h: (IS_THUMB_ADDR): Move macro from arm-tdep.c.
611 (MAKE_THUMB_ADDR): Likewise.
612 (UNMAKE_THUMB_ADDR): Likewise.
613 * arm-tdep.c (int thumb_insn_size): Move to arm.c.
614 (IS_THUMB_ADDR): Move to arm.h.
615 (MAKE_THUMB_ADDR): Likewise.
616 (UNMAKE_THUMB_ADDR): Likewise.
617 * configure.tgt: Add arm.o to all ARM configs.
618
80f0110c
YQ
6192015-10-21 Yao Qi <yao.qi@linaro.org>
620
621 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
622 Remove argument exp_vCont_s.
623 * gdb.base/range-stepping.exp: Callers updated.
624 * gdb.trace/range-stepping.exp: Likewise.
625
d7161de4
AR
6262015-10-21 Aleksandar Ristovski <aristovski@qnx.com>
627
628 * gdb/nto-tdep.c (QNX_NOTE_NAME, QNX_INFO_SECT_NAME): New defines.
629 (nto_sniff_abi_note_section): New function.
630 (nto_elf_osabi_sniffer): Use new function to recognize nto specific
631 binary.
632
a9889169
AR
6332015-10-21 Aleksandar Ristovski <aristovski@qnx.com>
634
635 * nto-procfs.c (procfs_wait): Set stopped_flags nad stopped_pc.
636 (procfs_stopped_by_watchpoint): Use flags stored in inferior data.
637 * nto-tdep.c (nto_new_inferior_data_reg): New definition.
638 (nto_new_inferior_data, nto_inferior_data_cleanup, nto_inferior_data):
639 New functions.
640 (_initialize_nto_tdep): New forward declaration, new function.
641 * nto-tdep.h (struct nto_inferior_data): New struct.
642 (nto_inferior_data): New function declaration.
643
5f3ff4f8
JK
6442015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
645
646 * findvar.c (address_from_register): Check REGNUM validity.
647
e5343fde
AR
6482015-10-20 Aleksandar Ristovski <aristovski@qnx.com>
649
650 * gdb/nto-procfs.c (procfs_pid_to_exec_file): New function.
651 (init_procfs_targets): Wire new function.
652
8a6c0ccd
AR
6532015-10-20 Aleksandar Ristovski <aristovski@qnx.com>
654
655 * nto-procfs.c (sys/auxv.h): Include.
656 (procfs_xfer_partial): Implement TARGET_OBJECT_AUXV.
657 * nto-tdep.c (nto_read_auxv_from_initial_stack): New function.
658 * nto-tdep.h (nto_read_auxv_from_initial_stack): New declaration.
659
609c3040
AR
6602015-10-20 Aleksandar Ristovski <aristovski@qnx.com>
661
662 * nto-procfs.c (nto_procfs_path): Rename to...
663 (nodestr): ... this, and change type.
664 (nto_node): Use new variable and logic accordingly.
665 (procfs_open_1): Use new variable name. Use local buffer to construct
666 procfrs path.
667 (procfs_pidlist): Use NODESTR to construct procfs path.
668 (procfs_files_info): Use NODESTR to output meaningful text.
669 (do_attach): Construct procfs using NODESTR.
670 (procfs_create_inferior): Compare pointer to NULL.
671
bfd09d20
JS
6722015-10-19 Josh Stone <jistone@redhat.com>
673
674 * linux-nat.c (linux_handle_syscall_trap): Always update entry/
675 return state, even when not actively catching syscalls at all.
676 (linux_handle_extended_wait): Mark syscall_state like an entry.
677 (wait_lwp): Set syscall_state ignored for other traps.
678 (linux_nat_filter_event): Likewise.
679
29090fb6
LM
6802015-10-19 Luis Machado <lgustavo@codesourcery.com>
681
682 * remote.c (remote_wait_as): Set rs->waiting_for_stop_reply to 0
683 when handling 'E', 'T', 'S', 'X' and 'W' packets.
684 Do not set rs->waiting_for_stop_reply back to 1.
685
774ee6d2
AR
6862015-10-16 Aleksandar Ristovski <aristovski@qnx.com>
687
688 * nto-procfs.c (common/filestuff.h): Include.
689 (procfs_can_use_hw_breakpoint): Fix enum name.
690 (procfs_open_1): Fix compiler warning.
691 (procfs_pidlist): Make static.
692 (procfs_meminfo): Make static, fix type name, add missing argument.
693 (procfs_store_registers): Make static.
694 (procfs_thread_info): Remove unused function.
695 (_initialize_procfs): Forward declare.
696
e66acfb1
YQ
6972015-10-16 Yao Qi <yao.qi@arm.com>
698
699 * MAINTAINERS: Update my email address.
700
8d689ee5
YQ
7012015-10-15 Yao Qi <yao.qi@linaro.org>
702
703 * aarch64-linux-nat.c (aarch64_linux_insert_hw_breakpoint):
704 Call gdbarch_breakpoint_from_pc to instruction length.
705 (aarch64_linux_remove_hw_breakpoint): Likewise.
706 * common/common-regcache.h (regcache_register_size): Declare.
707 * nat/aarch64-linux-hw-point.c: Include "common-regcache.h".
708 (aarch64_point_is_aligned): Set alignment to 2 for breakpoint if
709 the process is 32bit, otherwise set alignment to 4.
710 (aarch64_handle_breakpoint): Update comments.
711 * regcache.c (regcache_register_size): New function.
712
89fdc87f
AR
7132015-10-15 Aleksandar Ristovski <aristovski@qnx.com>
714
715 * gdbarch.sh (core_regset_section): Remove.
716 * gdbarch.h: Regenerate.
717
6448a3e4
YQ
7182015-10-14 Yao Qi <yao.qi@linaro.org>
719
720 * arch/aarch64-insn.h (struct aarch64_memory_operand): Move enum
721 out of it.
722 (enum aarch64_memory_operand_type): New.
723
33f914a1
DE
7242015-10-13 David Edelsohn <dje.gcc@gmail.com>
725
726 * xcoffread.c (dwarf2_xcoff_names): Add .dwmac and .dwpbtyp.
727
e6a959d6
PA
7282015-10-13 Pedro Alves <palves@redhat.com>
729
730 * ada-lang.c (ada_enum_name): Constify local.
731 * ada-typeprint.c (print_range_bound): Constify locals.
732 * c-varobj.c (c_describe_child): Likewise.
733 * cli/cli-setshow.c (do_set_command): Likewise.
734 * gdb_vecs.c (delim_string_to_char_ptr_vec_append): Likewise.
735 * dwarf2read.c (find_file_and_directory): Likewise.
736 (anonymous_struct_prefix, dwarf2_name): Likewise.
737 * gnu-v3-abi.c (gnuv3_rtti_type): Likewise.
738 * go-lang.c (unpack_mangled_go_symbol): Likewise.
739 * jv-typeprint.c (java_type_print_base): Likewise.
740 * ser-tcp.c (net_open): Likewise.
741 * symfile.c (deduce_language_from_filename): Likewise.
742 * symtab.c (gdb_mangle_name): Likewise.
743 * tui/tui-io.c (tui_redisplay_readline): Likewise.
744
170742de
PA
7452015-10-13 Pedro Alves <palves@redhat.com>
746
747 * infrun.c (restore_execution_direction): New function.
748 (fetch_inferior_event): Use it instead of
749 make_cleanup_restore_integer.
750 (execution_direction): Change type to enum
751 exec_direction_kind.
752 * infrun.h (execution_direction): Likewise.
753
bfb1c796
PA
7542015-10-13 Pedro Alves <palves@redhat.com>
755
756 * ada-lang.c (ada_value_primitive_packed_val): Constify
757 locals. Use value_contents_writeable. Remove casts.
758
aa5c10ce
PA
7592015-10-13 Pedro Alves <palves@redhat.com>
760
761 * ada-lang.c (ada_value_primitive_packed_val): Add casts to malloc
762 and alloca calls.
763
4666fec3
SM
7642015-10-13 Simon Marchi <simon.marchi@polymtl.ca>
765
766 * lm32-tdep.c (lm32_push_dummy_call): Replace call to
767 write_memory with write_memory_unsigned_integer.
768
38bc8217 7692015-10-13 Simon Marchi <simon.marchi@polymtl.ca>
3953f15c
SM
770
771 * solib-dsbt.c (cmp_name): Constify arguments.
772 * solib-frv.c (cmp_name): Likewise.
773 * solib-svr4.c (svr4_create_solib_event_breakpoints): Likewise.
774 * solib.c (gdb_bfd_lookup_symbol_from_symtab): Likewise.
775 (bfd_lookup_symbol_from_dyn_symtab): Likewise.
776 (gdb_bfd_lookup_symbol): Likewise.
777 * solib.h (gdb_bfd_lookup_symbol): Likewise.
778 (gdb_bfd_lookup_symbol_from_symtab): Likewise.
779
a0d34a39
AB
7802015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
781
782 * stack.c (parse_frame_specification): Remove message parameter,
783 replace with fixed string in function body, update function
784 comment.
785 (frame_info): Remove message to parse_frame_specification.
786 (select_frame_command): Likewise.
787
edbbff4a
AB
7882015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
789
790 * stack.c (parse_frame_specification): Delete.
791 (parse_frame_specification_1): Rename to
792 parse_frame_specification.
793 (frame_info): Use parse_frame_specification.
794 (select_frame_command): Likewise.
795 (return_command): Use select_frame and print_stack_frame rather
796 than frame_command and select_frame_command.
797 (func_command): Use get_current_frame rather than
798 parse_frame_specification.
799
9d622bda
AB
8002015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
801
802 * stack.c (func_command): Return early when there is no ARG
803 string.
804
8d3fea16
AB
8052015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
806
807 * stack.c: Include safe-ctype.h not ctype.h.
808 (parse_frame_specification): Use ISSPACE not isspace.
809 (backtrace_command): Use TOLOWER not tolower.
810
f54b226f
SM
8112015-10-12 Simon Marchi <simon.marchi@polymtl.ca>
812
813 * mep-tdep.c (current_me_module): Add cast.
814 (mep_gdbarch_init): Likewise.
815
6da660c7
SM
8162015-10-12 Simon Marchi <simon.marchi@polymtl.ca>
817
818 * m32c-tdep.c (m32c_move_reg_t): Replace with...
819 (m32c_write_reg_t): ...this and...
820 (m32c_read_reg_t): ...this.
821 (struct m32c_reg): Update types of read and write.
822 (m32c_raw_read): Change declaration type to m32c_read_reg_t and
823 adjust definition.
824 (m32c_banked_read): Likewise.
825 (m32c_sb_read): Likewise.
826 (m32c_part_read): Likewise.
827 (m32c_cat_read): Likewise.
828 (m32c_r3r2r1r0_read): Likewise.
829 (m32c_raw_write): Change declaration type to m32c_write_reg_t
830 and adjust definition.
831 (m32c_banked_write): Likewise.
832 (m32c_sb_write): Likewise.
833 (m32c_part_write): Likewise.
834 (m32c_cat_write): Likewise.
835 (m32c_r3r2r1r0_write): Likewise.
836
1f713e48
SM
8372015-10-12 Simon Marchi <simon.marchi@polymtl.ca>
838
839 * aarch64-linux-tdep.c (aarch64_linux_syscall_record): Add cast.
840
cb65d272
SM
8412015-10-12 Simon Marchi <simon.marchi@polymtl.ca>
842
843 * aarch64-linux-tdep.c (aarch64_canonicalize_syscall): Return
844 gdb_sys_no_syscall instead of -1.
845
eda14cf2
YQ
8462015-10-12 Yao Qi <yao.qi@linaro.org>
847
848 * NEWS: Mention the change.
849
1c2e1515
YQ
8502015-10-12 Yao Qi <yao.qi@linaro.org>
851
852 * arch/aarch64-insn.c (emit_load_store): Rename to ...
853 (aarch64_emit_load_store): ... it. All callers updated.
854
e1c587c3
YQ
8552015-10-12 Yao Qi <yao.qi@linaro.org>
856
857 * arch/aarch64-insn.c (emit_insn): Rename to ...
858 (aarch64_emit_insn): ... it. All callers updated.
859
b6542f81
YQ
8602015-10-12 Yao Qi <yao.qi@linaro.org>
861
862 * aarch64-linux-tdep.c: Include arch-utils.h.
863 (aarch64_linux_init_abi): Call set_gdbarch_max_insn_length,
864 set_gdbarch_displaced_step_copy_insn,
865 set_gdbarch_displaced_step_fixup,
866 set_gdbarch_displaced_step_free_closure,
867 set_gdbarch_displaced_step_location,
868 and set_gdbarch_displaced_step_hw_singlestep.
869 * aarch64-tdep.c (struct displaced_step_closure): New.
870 (struct aarch64_displaced_step_data): New.
871 (aarch64_displaced_step_b): New function.
872 (aarch64_displaced_step_b_cond): Likewise.
873 (aarch64_register): Likewise.
874 (aarch64_displaced_step_cb): Likewise.
875 (aarch64_displaced_step_tb): Likewise.
876 (aarch64_displaced_step_adr): Likewise.
877 (aarch64_displaced_step_ldr_literal): Likewise.
878 (aarch64_displaced_step_others): Likewise.
879 (aarch64_displaced_step_copy_insn): Likewise.
880 (aarch64_displaced_step_fixup): Likewise.
881 (aarch64_displaced_step_hw_singlestep): Likewise.
882 * aarch64-tdep.h (DISPLACED_MODIFIED_INSNS): New macro.
883 (aarch64_displaced_step_copy_insn): Declare.
884 (aarch64_displaced_step_fixup): Declare.
885 (aarch64_displaced_step_hw_singlestep): Declare.
886 * arch/aarch64-insn.c (emit_insn): Moved from
887 gdbserver/linux-aarch64-low.c.
888 (emit_load_store): Likewise.
889 * arch/aarch64-insn.h (enum aarch64_opcodes): Moved from
890 gdbserver/linux-aarch64-low.c.
891 (struct aarch64_register): Likewise.
892 (struct aarch64_memory_operand): Likewise.
893 (ENCODE): Likewise.
894 (can_encode_int32): New macro.
895 (emit_b, emit_bcond, emit_cb, emit_ldr, emit_ldrsw): Likewise.
896 (emit_tb, emit_nop): Likewise.
897 (emit_insn): Declare.
898 (emit_load_store): Declare.
899
246994ce
YQ
9002015-10-12 Yao Qi <yao.qi@linaro.org>
901
902 * arch/aarch64-insn.c (aarch64_decode_ldr_literal): Moved from
903 gdbserver/linux-aarch64-low.c.
904 (aarch64_relocate_instruction): Likewise.
905 * arch/aarch64-insn.h (aarch64_decode_ldr_literal): Declare.
906 (struct aarch64_insn_data): Moved from
907 gdbserver/linux-aarch64-low.c.
908 (struct aarch64_insn_visitor): Likewise.
909 (aarch64_relocate_instruction): Declare.
910
2520f728
PMR
9112015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
912
913 * eval.c (evaluate_subexp_standard) <STRUCTOP_STRUCT>: If
914 EVAL_AVOID_SIDE_EFFECTS mode, forward the VALUE_LVAL attribute
915 to the returned value.
916
5b639dea
JB
9172015-10-09 Joel Brobecker <brobecker@adacore.com>
918
919 * ada-lang.c (ada_unpack_from_contents): Add guard that unpacked
920 is large enough for BIT_SIZE. Update function comment.
921
0cafa88c
JB
9222015-10-09 Joel Brobecker <brobecker@adacore.com>
923
924 * ada-lang.c (ada_value_primitive_packed_val): Move
925 src_len variable to local block where used. Override
926 BIT_SIZE if bigger than size of resolved type.
927
220475ed
JB
9282015-10-09 Joel Brobecker <brobecker@adacore.com>
929
930 * gdbtypes.h (is_scalar_type): Add extern declaration.
931 * gdbtypes.c (is_scalar_type): Make non-static.
932 * ada-lang.c (ada_value_primitive_packed_val): Use is_scalar_type
933 to compute IS_SCALAR instead of doing it ourselves.
934
d0a9e810
JB
9352015-10-09 Joel Brobecker <brobecker@adacore.com>
936
937 * ada-lang.c (ada_value_primitive_packed_val): Rework handling
938 of case where TYPE is dynamic.
939
f93fca70
JB
9402015-10-09 Joel Brobecker <brobecker@adacore.com>
941
942 * ada-lang.c (ada_unpack_from_contents): New function,
943 extracted from ada_value_primitive_packed_val.
944 (ada_value_primitive_packed_val): Replace extracted out code
945 by call to ada_unpack_from_contents.
946
a1c95e6b
JB
9472015-10-09 Joel Brobecker <brobecker@adacore.com>
948
949 * ada-lang.c (ada_value_primitive_packed_val): Reorder local
950 variable declarations.
951
fbd000da
JB
9522015-10-09 Joel Brobecker <brobecker@adacore.com>
953
954 * ada-lang.c (ada_value_primitive_packed_val): Change the type
955 of local variables src and unpacked to "gdb_type *" instead of
956 "unsigned char *".
957
086ca51f
JB
9582015-10-09 Joel Brobecker <brobecker@adacore.com>
959
960 * ada-lang.c (ada_value_primitive_packed_val): Make the name
961 of various local variables more explicit and consistent.
962 No real code change otherwise.
963
c5bcd278
SM
9642015-10-09 Simon Marchi <simon.marchi@ericsson.com>
965
966 * i386-tdep.h (struct gdbarch_tdep): Change type of
967 register_reggroup_p to gdbarch_register_reggroup_p_ftype.
968
78c5b882
SM
9692015-10-09 Simon Marchi <simon.marchi@ericsson.com>
970
971 * cris-tdep.c (struct instruction_environment): Change type of
972 byte_order to enum bfd_endian.
973
f9fa37b3
SM
9742015-10-09 Simon Marchi <simon.marchi@ericsson.com>
975
976 * arm-linux-tdep.c (arm_canonicalize_syscall): Add
977 enum gdb_syscall casts.
978
7c543f7b
SM
9792015-10-09 Simon Marchi <simon.marchi@ericsson.com>
980
981 * aarch64-tdep.c (stack_item_t): Change type of data to gdb_byte*.
982 * arm-tdep.c (struct stack_item): Likewise.
983 (push_stack_item): Add gdb_byte* cast.
984 * avr-tdep.c (struct stack_item): Change type of data to gdb_byte*.
985 (push_stack_item): Add gdb_byte* cast.
986 * cli/cli-dump.c (dump_memory_to_file): Change type of buf to gdb_byte*
987 and add cast.
988 * cris-tdep.c (struct stack_item): Change type of data to gdb_byte*.
989 (push_stack_item): Add gdb_byte* cast.
990 * gcore.c (gcore_copy_callback): Change type of memhunk to gdb_byte* and
991 add cast.
992 * gdbtypes.h (print_scalar_formatted): Change type of first parameter to
993 gdb_byte*.
994 * h8300-tdep.c (h8300_extract_return_value): Change type of valbuf to
995 gdb_byte* and remove unnecessary cast.
996 (h8300h_extract_return_value): Likewise.
997 (h8300_store_return_value): Change type of valbuf to gdb_byte*.
998 (h8300h_store_return_value): Likewise.
999 * iq2000-tdep.c (iq2000_extract_return_value): Change type of valbuf to
1000 gdb_byte* and remove unnecessary cast.
1001 * jit.c (jit_reader_try_read_symtab): Change type of gdb_mem to gdb_byte*
1002 and add cast.
1003 * m32r-tdep.c (m32r_store_return_value): Change type of valbuf to
1004 gdb_byte* and remove unnecessary cast.
1005 (m32r_extract_return_value): Change type of dst to gdb_byte* and remove
1006 valbuf.
1007 * mep-tdep.c (mep_pseudo_cr32_read): Change type of buf to gdb_byte*.
1008 (mep_pseudo_cr64_read): Likewise.
1009 (mep_pseudo_csr_write): Likewise.
1010 (mep_pseudo_cr32_write): Likewise.
1011 (mep_pseudo_cr64_write): Likewise.
1012 * mi/mi-main.c (mi_cmd_data_write_memory): Change type of buffer to
1013 gdb_byte* and add cast.
1014 * moxie-tdep.c (moxie_store_return_value): Change type of valbuf to
1015 gdb_byte* and remove unnecessary cast.
1016 (moxie_extract_return_value): Change type of dst to gdb_byte* and remove
1017 valbuf.
1018 * p-valprint.c (print_scalar_formatted): Change type of valaddr to
1019 gdb_byte*.
1020 * printcmd.c (void): Likewise.
1021 * python/py-inferior.c (infpy_read_memory): Change type of buffer to
1022 gdb_byte* and add cast.
1023 (infpy_write_memory): Likewise.
1024 (infpy_search_memory): Likewise.
1025 * regcache.c (regcache_raw_write_signed): Change type of buf to gdb_byte*
1026 and add cast.
1027 (regcache_raw_write_unsigned): Likewise.
1028 (regcache_cooked_write_signed): Likewise.
1029 (regcache_cooked_write_unsigned): Likewise.
1030 * sh64-tdep.c (h64_extract_return_value): Change type of valbuf to
1031 gdb_byte*.
1032
7567e115
SM
10332015-10-09 Simon Marchi <simon.marchi@ericsson.com>
1034
1035 * fbsd-tdep.c (fbsd_collect_regset_section_cb): Add cast.
1036 * linux-tdep.c (linux_collect_regset_section_cb_data): Likewise.
1037
f9acce4a
EZ
10382015-10-09 Eli Zaretskii <eliz@gnu.org>
1039
1040 * stack.c (print_stack_frame):
1041 * utils.c (printchar): Fix typos in commentary.
1042
d5d8c4e1
IB
10432015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
1044
1045 * d-exp.y: (UnaryExpression): Support `type.sizeof' expressions.
1046 (PostfixExpression): Support `expr.sizeof' expressions.
1047 (PrimaryExpression): Support `typeof(expr)' expressions.
1048
4e7de155
MR
10492015-10-08 Maciej W. Rozycki <macro@imgtec.com>
1050
1051 * MAINTAINERS: Update my email address.
1052
04c4fe8c
MM
10532015-10-08 Markus Metzger <markus.t.metzger@intel.com>
1054
1055 * record-btrace.c (record_btrace_resume): Fix void return.
1056
f77ee802
YQ
10572015-10-07 Yao Qi <yao.qi@linaro.org>
1058
1059 * aarch64-tdep.c: Include opcode/aarch64.h.
1060 (submask): Move it above.
1061 (bit): Likewise.
1062 (bits): Likewise.
1063 (aarch64_software_single_step): Call aarch64_decode_insn.
1064 Decode instruction by aarch64_inst instead of using
1065 aarch64_decode_bcond and decode_masked_match.
1066
cbd641ed
PS
10672015-10-06 Pitchumani Sivanupandi <pitchumani.s@atmel.com>
1068
1069 * cli/cli-dump.c (restore_command): Parse load_offset (bias) as address
1070 only when the file is binary.
1071
ae4e2501 10722015-10-02 James Bowman <james.bowman@ftdichip.com>
1073
1074 * ft32-tdep.c (ft32_analyze_prologue): Add function prolog
1075 subroutine handling.
1076
dd0a637a
SM
10772015-10-01 Simon Marchi <simon.marchi@ericsson.com>
1078
1079 * common/vec.h (VEC_OP (T,cleanup)): Add pointer cast.
1080
1fd60fc0
DE
10812015-09-30 Doug Evans <dje@google.com>
1082
1083 * dwarf2read.c (setup_type_unit_groups): Add comment.
1084
398e0813
PA
10852015-09-30 Pedro Alves <palves@redhat.com>
1086
1087 * linux-nat.c (linux_nat_always_non_stop_p): Always return 1.
1088 * x86-linux-nat.c (x86_linux_always_non_stop_p): Delete.
1089 (x86_linux_create_target): Don't install
1090 x86_linux_always_non_stop_p.
1091
6ab24463
DB
10922015-09-30 Don Breazeal <donb@codesourcery.com>
1093
1094 * remote.c (remote_parse_stop_reply): Call strprefix instead
1095 of strncmp.
1096
ede5f151
SM
10972015-09-30 Simon Marchi <simon.marchi@ericsson.com>
1098
1099 * gdbarch.sh (struct gdbarch_info): Change tdep_info's type to void *.
1100 * gdbarch.h: Regenerate.
1101 * i386-tdep.c (i386_gdbarch_init): Remove cast to
1102 struct gdbarch_tdep_info *.
1103 * mips-tdep.c (mips_gdbarch_init): Likewise.
1104 * ppc-linux-tdep (ppu2spu_sniffer): Likewise.
1105 * rs6000-tdep.c (rs6000_gdbarch_init): Likewise.
1106 * spu-multiarch.c (spu_gdbarch): Likewise.
1107
51c935fa 11082015-09-30 Kevin Buettner <kevinb@redhat.com>
aca20ec4
KB
1109
1110 * infcmd.c (finish_command_fsm_should_stop): Don't attempt to
1111 record a NULL value.
1112
3b1ad7d5
KB
11132015-09-29 Kevin Buettner <kevinb@redhat.com>
1114
1115 * msp430-tdep.c (msp430_push_dummy_call): Treat reference, struct,
1116 and union arguments the same as pointer arguments when determining
1117 size of argument.
1118
86feccb9 11192015-09-29 James Bowman <james.bowman@ftdichip.com>
1120
1121 * ft32-tdep.c: #include "opcode/ft32.h".
1122 Delete local macros IS_PUSH, PUSH_REG, IS_LINK, LINK_SIZE.
1123 (ft32_analyze_prologue): Use FT32_* macros.
1124
2181a6c6
SM
11252015-09-28 Simon Marchi <simon.marchi@ericsson.com>
1126
84d73afc 1127 * cli/cli-script.c (read_next_line): Fix stdout -> stdin in
2181a6c6
SM
1128 comment.
1129
245af596
DE
11302015-09-28 Doug Evans <dje@google.com>
1131
1132 * MAINTAINERS: Add Iain Buclaw as D language maintainer.
1133
c402ef90
DE
11342015-09-28 Doug Evans <dje@google.com>
1135
1136 * common/filestuff.c (make_cleanup_close): Update comment.
1137
38bc8217 11382015-09-26 Simon Marchi <simon.marchi@polymtl.ca>
bc84451b
SM
1139
1140 * btrace.c (parse_xml_btrace_block): Fix cast of
1141 xml_find_attribute's return value.
1142 * memory-map.c (memory_map_start_memory): Likewise.
1143 * solib-svr4.c (library_list_start_library): Likewise.
1144 * solib-target.c (library_list_start_segment): Likewise.
1145 (library_list_start_section): Likewise.
1146 * tracepoint.c (traceframe_info_start_memory): Likewise.
1147
ba587d55
IB
11482015-09-26 Iain Buclaw <ibuclaw@gdcproject.org>
1149
1150 * d-namespace.c (d_lookup_symbol): New arg langdef.
1151 All callers updated. Support looking up symbol as a primitive type.
1152 (lookup_module_scope): New arg langdef. All callers updated.
1153 Call d_lookup_symbol directly for simple bare symbols.
1154
19ba03f4
SM
11552015-09-25 Simon Marchi <simon.marchi@ericsson.com>
1156
1157 * macrocmd.c (print_macro_callback): Add cast(s).
1158 * macrotab.c (macro_bcache_str): Likewise.
1159 (new_macro_definition): Likewise.
1160 * main.c (captured_main): Likewise.
1161 * maint.c (print_bfd_section_info): Likewise.
1162 * mdebugread.c (mdebug_build_psymtabs): Likewise.
1163 (basic_type): Likewise.
1164 * memattr.c (mem_region_cmp): Likewise.
1165 * memory-map.c (memory_map_start_memory): Likewise.
1166 (memory_map_end_memory): Likewise.
1167 (memory_map_start_property): Likewise.
1168 (memory_map_end_property): Likewise.
1169 (clear_result): Likewise.
1170 * memrange.c (compare_mem_ranges): Likewise.
1171 * mep-tdep.c (mep_analyze_frame_prologue): Likewise.
1172 * mi/mi-cmd-var.c (mi_cmd_var_update_iter): Likewise.
1173 * mi/mi-console.c (mi_console_file_delete): Likewise.
1174 (mi_console_file_fputs): Likewise.
1175 (mi_console_raw_packet): Likewise.
1176 (mi_console_file_flush): Likewise.
1177 (mi_console_set_raw): Likewise.
1178 * mi/mi-interp.c (mi_interpreter_resume): Likewise.
1179 (mi_new_thread): Likewise.
1180 (mi_thread_exit): Likewise.
1181 (mi_record_changed): Likewise.
1182 (mi_inferior_added): Likewise.
1183 (mi_inferior_appeared): Likewise.
1184 (mi_inferior_exit): Likewise.
1185 (mi_inferior_removed): Likewise.
1186 (mi_interp_data): Likewise.
1187 (mi_on_normal_stop): Likewise.
1188 (mi_traceframe_changed): Likewise.
1189 (mi_tsv_created): Likewise.
1190 (mi_tsv_deleted): Likewise.
1191 (mi_tsv_modified): Likewise.
1192 (mi_breakpoint_created): Likewise.
1193 (mi_breakpoint_deleted): Likewise.
1194 (mi_breakpoint_modified): Likewise.
1195 (mi_output_running_pid): Likewise.
1196 (mi_inferior_count): Likewise.
1197 (mi_solib_loaded): Likewise.
1198 (mi_solib_unloaded): Likewise.
1199 (mi_command_param_changed): Likewise.
1200 (mi_memory_changed): Likewise.
1201 (report_initial_inferior): Likewise.
1202 (mi_ui_out): Likewise.
1203 (mi_set_logging): Likewise.
1204 * mi/mi-main.c (collect_cores): Likewise.
1205 (print_one_inferior): Likewise.
1206 (free_vector_of_ints): Likewise.
1207 (free_splay_tree): Likewise.
1208 (mi_execute_command): Likewise.
1209 * mi/mi-out.c (mi_table_body): Likewise.
1210 (mi_table_end): Likewise.
1211 (mi_table_header): Likewise.
1212 (mi_begin): Likewise.
1213 (mi_end): Likewise.
1214 (mi_field_int): Likewise.
1215 (mi_field_string): Likewise.
1216 (mi_field_fmt): Likewise.
1217 (mi_flush): Likewise.
1218 (mi_redirect): Likewise.
1219 (field_separator): Likewise.
1220 (mi_open): Likewise.
1221 (mi_close): Likewise.
1222 (mi_out_buffered): Likewise.
1223 (mi_out_rewind): Likewise.
1224 (mi_out_put): Likewise.
1225 (mi_version): Likewise.
1226 (mi_out_data_dtor): Likewise.
1227 * mi/mi-parse.c (mi_parse_cleanup): Likewise.
1228 * microblaze-tdep.c (microblaze_frame_cache): Likewise.
1229 * minidebug.c (lzma_open): Likewise.
1230 (lzma_pread): Likewise.
1231 (lzma_close): Likewise.
1232 (lzma_stat): Likewise.
1233 * mips-linux-tdep.c (mips_linux_init_abi): Likewise.
1234 * mips-sde-tdep.c (mips_sde_frame_cache): Likewise.
1235 (mips_sde_elf_osabi_sniff_abi_tag_sections): Likewise.
1236 * mips-tdep.c (mips_insn16_frame_cache): Likewise.
1237 (mips_micro_frame_cache): Likewise.
1238 (mips_insn32_frame_cache): Likewise.
1239 (mips_stub_frame_cache): Likewise.
1240 (gdb_print_insn_mips): Likewise.
1241 (value_of_mips_user_reg): Likewise.
1242 (mips_gdbarch_init): Likewise.
1243 * mips64obsd-tdep.c (mips64obsd_supply_gregset): Likewise.
1244 * mipsnbsd-tdep.c (mipsnbsd_supply_fpregset): Likewise.
1245 (mipsnbsd_supply_gregset): Likewise.
1246 * mn10300-linux-tdep.c (am33_supply_fpregset_method): Likewise.
1247 (am33_collect_gregset_method): Likewise.
1248 (am33_collect_fpregset_method): Likewise.
1249 * mn10300-tdep.c (mn10300_analyze_frame_prologue): Likewise.
1250 * moxie-tdep.c (moxie_frame_cache): Likewise.
1251 * msp430-tdep.c (msp430_get_opcode_byte): Likewise.
1252 (msp430_analyze_frame_prologue): Likewise.
1253 * mt-tdep.c (mt_frame_unwind_cache): Likewise.
1254 * nios2-linux-tdep.c (nios2_supply_gregset): Likewise.
1255 (nios2_collect_gregset): Likewise.
1256 * nios2-tdep.c (nios2_frame_unwind_cache): Likewise.
1257 (nios2_stub_frame_cache): Likewise.
1258 * objc-lang.c (find_methods): Likewise.
1259 * objfiles.c (objfiles_pspace_data_cleanup): Likewise.
1260 (get_objfile_pspace_data): Likewise.
1261 (get_objfile_bfd_data): Likewise.
1262 (objfile_bfd_data_free): Likewise.
1263 (add_to_objfile_sections): Likewise.
1264 (do_free_objfile_cleanup): Likewise.
1265 (resume_section_map_updates_cleanup): Likewise.
1266 * opencl-lang.c (builtin_opencl_type): Likewise.
1267 * osabi.c (generic_elf_osabi_sniff_abi_tag_sections): Likewise.
1268 * osdata.c (osdata_start_osdata): Likewise.
1269 (osdata_start_item): Likewise.
1270 (osdata_start_column): Likewise.
1271 (osdata_end_column): Likewise.
1272 (clear_parsing_data): Likewise.
1273 (osdata_free_cleanup): Likewise.
1274 * parse.c (type_stack_cleanup): Likewise.
1275 (exp_uses_objfile_iter): Likewise.
1276 * ppc-linux-tdep.c (ppc_linux_supply_gregset): Likewise.
1277 (ppc_linux_collect_gregset): Likewise.
1278 (ppu2spu_prev_arch): Likewise.
1279 (ppu2spu_this_id): Likewise.
1280 (ppu2spu_prev_register): Likewise.
1281 (ppu2spu_unwind_register): Likewise.
1282 (ppu2spu_sniffer): Likewise.
1283 (ppu2spu_dealloc_cache): Likewise.
1284 (ppc_linux_init_abi): Likewise.
1285 * ppcfbsd-tdep.c (ppcfbsd_sigtramp_frame_cache): Likewise.
1286 * ppcobsd-tdep.c (ppcobsd_sigtramp_frame_cache): Likewise.
1287 * progspace.c (restore_program_space): Likewise.
1288 * psymtab.c (find_pc_sect_psymtab): Likewise.
1289 (compare_psymbols): Likewise.
1290 (psymbol_bcache_full): Likewise.
1291 (allocate_psymtab): Likewise.
1292 (discard_psymtabs_upto): Likewise.
1293 * python/py-block.c (set_block): Likewise.
1294 (del_objfile_blocks): Likewise.
1295 * python/py-breakpoint.c (build_bp_list): Likewise.
1296 * python/py-inferior.c (inferior_to_inferior_object): Likewise.
1297 (build_inferior_list): Likewise.
1298 (py_free_inferior): Likewise.
1299 * python/py-objfile.c (py_free_objfile): Likewise.
1300 (objfile_to_objfile_object): Likewise.
1301 * python/py-prettyprint.c (py_restore_tstate): Likewise.
1302 * python/py-progspace.c (py_free_pspace): Likewise.
1303 (pspace_to_pspace_object): Likewise.
1304 * python/py-symbol.c (set_symbol): Likewise.
1305 (del_objfile_symbols): Likewise.
1306 * python/py-symtab.c (set_sal): Likewise.
1307 (set_symtab): Likewise.
1308 (del_objfile_symtab): Likewise.
1309 (del_objfile_sal): Likewise.
1310 * python/py-type.c (save_objfile_types): Likewise.
1311 (set_type): Likewise.
1312 * python/py-unwind.c (pyuw_prev_register): Likewise.
1313 (pyuw_on_new_gdbarch): Likewise.
1314 * python/py-utils.c (py_decref): Likewise.
1315 (py_xdecref): Likewise.
1316 (gdb_py_generic_dict): Likewise.
1317 * python/py-xmethods.c (gdbpy_free_xmethod_worker_data): Likewise.
1318 (gdbpy_clone_xmethod_worker_data): Likewise.
1319 (gdbpy_get_xmethod_arg_types): Likewise.
1320 (gdbpy_get_xmethod_result_type): Likewise.
1321 (gdbpy_invoke_xmethod): Likewise.
1322 * python/python.c (gdbpy_apply_type_printers): Likewise.
1323 (gdbpy_free_type_printers): Likewise.
1324 * record-btrace.c (record_btrace_disable_callback): Likewise.
1325 (bfcache_hash): Likewise.
1326 (bfcache_eq): Likewise.
1327 (btrace_get_frame_function): Likewise.
1328 (record_btrace_frame_unwind_stop_reason): Likewise.
1329 (record_btrace_frame_this_id): Likewise.
1330 (record_btrace_frame_prev_register): Likewise.
1331 (record_btrace_frame_dealloc_cache): Likewise.
1332 * record-full.c (record_full_message_wrapper): Likewise.
1333 (record_full_save_cleanups): Likewise.
1334 * regcache.c (regcache_descr): Likewise.
1335 (do_regcache_xfree): Likewise.
1336 (do_regcache_invalidate): Likewise.
1337 (do_cooked_read): Likewise.
1338 (regcache_transfer_regset): Likewise.
1339 * reggroups.c (reggroup_add): Likewise.
1340 (reggroup_next): Likewise.
1341 (reggroup_prev): Likewise.
1342 * remote-fileio.c (do_remote_fileio_request): Likewise.
1343 * remote-notif.c (remote_async_get_pending_events_handler): Likewise.
1344 (do_notif_event_xfree): Likewise.
1345 * remote.c (get_remote_arch_state): Likewise.
1346 (remote_pspace_data_cleanup): Likewise.
1347 (get_remote_exec_file): Likewise.
1348 (set_pspace_remote_exec_file): Likewise.
1349 (compare_pnums): Likewise.
1350 (clear_threads_listing_context): Likewise.
1351 (remote_newthread_step): Likewise.
1352 (start_thread): Likewise.
1353 (end_thread): Likewise.
1354 (remove_child_of_pending_fork): Likewise.
1355 (remove_stop_reply_for_inferior): Likewise.
1356 (remove_stop_reply_of_remote_state): Likewise.
1357 (remote_notif_remove_once_on_match): Likewise.
1358 (stop_reply_match_ptid_and_ws): Likewise.
1359 (kill_child_of_pending_fork): Likewise.
1360 (register_remote_g_packet_guess): Likewise.
1361 (remote_read_description_p): Likewise.
1362 (remote_read_description): Likewise.
1363 (free_actions_list_cleanup_wrapper): Likewise.
1364 (remote_async_serial_handler): Likewise.
1365 * rl78-tdep.c (rl78_get_opcode_byte): Likewise.
1366 (rl78_analyze_frame_prologue): Likewise.
1367 * rs6000-tdep.c (ppc_supply_gregset): Likewise.
1368 (ppc_supply_fpregset): Likewise.
1369 (ppc_supply_vsxregset): Likewise.
1370 (ppc_supply_vrregset): Likewise.
1371 (ppc_collect_gregset): Likewise.
1372 (ppc_collect_fpregset): Likewise.
1373 (ppc_collect_vsxregset): Likewise.
1374 (ppc_collect_vrregset): Likewise.
1375 (e500_move_ev_register): Likewise.
1376 (do_regcache_raw_write): Likewise.
1377 (rs6000_frame_cache): Likewise.
1378 (rs6000_epilogue_frame_cache): Likewise.
1379 (rs6000_gdbarch_init): Likewise.
1380 * rx-tdep.c (rx_get_opcode_byte): Likewise.
1381 (rx_analyze_frame_prologue): Likewise.
1382 (rx_frame_type): Likewise.
1383 (rx_frame_sniffer_common): Likewise.
1384 * s390-linux-tdep.c (s390_check_for_saved): Likewise.
1385 (s390_frame_unwind_cache): Likewise.
1386 (s390_stub_frame_unwind_cache): Likewise.
1387 (s390_sigtramp_frame_unwind_cache): Likewise.
1388 * score-tdep.c (score_make_prologue_cache): Likewise.
1389 * sentinel-frame.c (sentinel_frame_prev_register): Likewise.
1390 (sentinel_frame_prev_arch): Likewise.
1391 * ser-base.c (fd_event): Likewise.
1392 (push_event): Likewise.
1393 (ser_base_write): Likewise.
1394 * ser-pipe.c (pipe_close): Likewise.
1395 * serial.c (serial_write): Likewise.
1396 * sh-tdep.c (sh_frame_cache): Likewise.
1397 (sh_stub_this_id): Likewise.
1398 * sh64-tdep.c (sh64_frame_cache): Likewise.
1399 * solib-aix.c (get_solib_aix_inferior_data): Likewise.
1400 (library_list_start_library): Likewise.
1401 (library_list_start_list): Likewise.
1402 (solib_aix_free_library_list): Likewise.
1403 * solib-darwin.c (get_darwin_info): Likewise.
1404 * solib-dsbt.c (get_dsbt_info): Likewise.
1405 * solib-spu.c (append_ocl_sos): Likewise.
1406 * solib-svr4.c (svr4_pspace_data_cleanup): Likewise.
1407 (get_svr4_info): Likewise.
1408 (library_list_start_library): Likewise.
1409 (svr4_library_list_start_list): Likewise.
1410 (hash_probe_and_action): Likewise.
1411 (equal_probe_and_action): Likewise.
1412 (svr4_update_solib_event_breakpoint): Likewise.
1413 (set_solib_svr4_fetch_link_map_offsets): Likewise.
1414 (svr4_fetch_link_map_offsets): Likewise.
1415 (svr4_have_link_map_offsets): Likewise.
1416 * solib-target.c (library_list_start_segment): Likewise.
1417 (library_list_start_section): Likewise.
1418 (library_list_start_library): Likewise.
1419 (library_list_end_library): Likewise.
1420 (library_list_start_list): Likewise.
1421 (solib_target_free_library_list): Likewise.
1422 * solib.c (solib_ops): Likewise.
1423 (set_solib_ops): Likewise.
1424 * sparc-sol2-tdep.c (sparc32_sol2_sigtramp_frame_cache): Likewise.
1425 * sparc-tdep.c (sparc_frame_cache): Likewise.
1426 (sparc32_frame_cache): Likewise.
1427 (sparc32_supply_gregset): Likewise.
1428 (sparc32_collect_gregset): Likewise.
1429 (sparc32_supply_fpregset): Likewise.
1430 (sparc32_collect_fpregset): Likewise.
1431 * sparc64-sol2-tdep.c (sparc64_sol2_sigtramp_frame_cache): Likewise.
1432 * sparc64-tdep.c (sparc64_supply_gregset): Likewise.
1433 (sparc64_collect_gregset): Likewise.
1434 (sparc64_supply_fpregset): Likewise.
1435 (sparc64_collect_fpregset): Likewise.
1436 * sparc64fbsd-tdep.c (sparc64fbsd_sigtramp_frame_cache): Likewise.
1437 * sparc64nbsd-tdep.c (sparc64nbsd_sigcontext_frame_cache): Likewise.
1438 * sparc64obsd-tdep.c (sparc64obsd_frame_cache): Likewise.
1439 (sparc64obsd_trapframe_cache): Likewise.
1440 * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_frame_cache): Likewise.
1441 * sparcobsd-tdep.c (sparc32obsd_sigtramp_frame_cache): Likewise.
1442 * spu-multiarch.c (spu_gdbarch): Likewise.
1443 * spu-tdep.c (spu_frame_unwind_cache): Likewise.
1444 (spu2ppu_prev_arch): Likewise.
1445 (spu2ppu_this_id): Likewise.
1446 (spu2ppu_prev_register): Likewise.
1447 (spu2ppu_dealloc_cache): Likewise.
1448 (spu_dis_asm_print_address): Likewise.
1449 (gdb_print_insn_spu): Likewise.
1450 (spu_get_overlay_table): Likewise.
1451 * stabsread.c (rs6000_builtin_type): Likewise.
1452 * stack.c (do_print_variable_and_value): Likewise.
1453 * stap-probe.c (get_stap_base_address_1): Likewise.
1454 * symfile-debug.c (debug_qf_has_symbols): Likewise.
1455 (debug_qf_find_last_source_symtab): Likewise.
1456 (debug_qf_forget_cached_source_info): Likewise.
1457 (debug_qf_map_symtabs_matching_filename): Likewise.
1458 (debug_qf_lookup_symbol): Likewise.
1459 (debug_qf_print_stats): Likewise.
1460 (debug_qf_dump): Likewise.
1461 (debug_qf_relocate): Likewise.
1462 (debug_qf_expand_symtabs_for_function): Likewise.
1463 (debug_qf_expand_all_symtabs): Likewise.
1464 (debug_qf_expand_symtabs_with_fullname): Likewise.
1465 (debug_qf_map_matching_symbols): Likewise.
1466 (debug_qf_expand_symtabs_matching): Likewise.
1467 (debug_qf_find_pc_sect_compunit_symtab): Likewise.
1468 (debug_qf_map_symbol_filenames): Likewise.
1469 (debug_sym_get_probes): Likewise.
1470 (debug_sym_new_init): Likewise.
1471 (debug_sym_init): Likewise.
1472 (debug_sym_read): Likewise.
1473 (debug_sym_read_psymbols): Likewise.
1474 (debug_sym_finish): Likewise.
1475 (debug_sym_offsets): Likewise.
1476 (debug_sym_read_linetable): Likewise.
1477 (debug_sym_relocate): Likewise.
1478 (uninstall_symfile_debug_logging): Likewise.
1479 * symfile-mem.c (symbol_file_add_from_memory_wrapper): Likewise.
1480 * symfile.c (place_section): Likewise.
1481 (add_section_size_callback): Likewise.
1482 (load_progress): Likewise.
1483 (load_section_callback): Likewise.
1484 (clear_memory_write_data): Likewise.
1485 (allocate_symtab): Likewise.
1486 * symmisc.c (maintenance_expand_file_matcher): Likewise.
1487 * symtab.c (lookup_symtab_callback): Likewise.
1488 (hash_demangled_name_entry): Likewise.
1489 (eq_demangled_name_entry): Likewise.
1490 (get_symbol_cache): Likewise.
1491 (symbol_cache_cleanup): Likewise.
1492 (set_symbol_cache_size): Likewise.
1493 (symbol_cache_flush): Likewise.
1494 (maintenance_print_symbol_cache): Likewise.
1495 (maintenance_print_symbol_cache_statistics): Likewise.
1496 (delete_filename_seen_cache): Likewise.
1497 (output_partial_symbol_filename): Likewise.
1498 (search_symbols_file_matches): Likewise.
1499 (search_symbols_name_matches): Likewise.
1500 (do_free_completion_list): Likewise.
1501 (maybe_add_partial_symtab_filename): Likewise.
1502 (get_main_info): Likewise.
1503 (main_info_cleanup): Likewise.
1504 * target-dcache.c (target_dcache_cleanup): Likewise.
1505 (target_dcache_init_p): Likewise.
1506 (target_dcache_invalidate): Likewise.
1507 (target_dcache_get): Likewise.
1508 (target_dcache_get_or_init): Likewise.
1509 * target-descriptions.c (target_find_description): Likewise.
1510 (tdesc_find_type): Likewise.
1511 (tdesc_data_cleanup): Likewise.
1512 (tdesc_find_arch_register): Likewise.
1513 (tdesc_register_name): Likewise.
1514 (tdesc_register_type): Likewise.
1515 (tdesc_register_reggroup_p): Likewise.
1516 (set_tdesc_pseudo_register_name): Likewise.
1517 (set_tdesc_pseudo_register_type): Likewise.
1518 (set_tdesc_pseudo_register_reggroup_p): Likewise.
1519 (tdesc_use_registers): Likewise.
1520 (free_target_description): Likewise.
1521 * target-memory.c (compare_block_starting_address): Likewise.
1522 (cleanup_request_data): Likewise.
1523 (cleanup_write_requests_vector): Likewise.
1524 * target.c (open_target): Likewise.
1525 (cleanup_restore_target_terminal): Likewise.
1526 (free_memory_read_result_vector): Likewise.
1527 * thread.c (disable_thread_stack_temporaries): Likewise.
1528 (finish_thread_state_cleanup): Likewise.
1529 (do_restore_current_thread_cleanup): Likewise.
1530 (restore_current_thread_cleanup_dtor): Likewise.
1531 (set_thread_refcount): Likewise.
1532 (tp_array_compar): Likewise.
1533 (do_captured_thread_select): Likewise.
1534 * tic6x-tdep.c (tic6x_frame_unwind_cache): Likewise.
1535 (tic6x_stub_this_id): Likewise.
1536 * tilegx-tdep.c (tilegx_frame_cache): Likewise.
1537 * top.c (do_restore_instream_cleanup): Likewise.
1538 (gdb_readline_wrapper_cleanup): Likewise.
1539 (kill_or_detach): Likewise.
1540 (print_inferior_quit_action): Likewise.
1541 * tracefile-tfile.c (match_blocktype): Likewise.
1542 (build_traceframe_info): Likewise.
1543 * tracefile.c (trace_file_writer_xfree): Likewise.
1544 * tracepoint.c (memrange_cmp): Likewise.
1545 (do_collect_symbol): Likewise.
1546 (do_clear_collection_list): Likewise.
1547 (do_restore_current_traceframe_cleanup): Likewise.
1548 (restore_current_traceframe_cleanup_dtor): Likewise.
1549 (free_current_marker): Likewise.
1550 (traceframe_info_start_memory): Likewise.
1551 (traceframe_info_start_tvar): Likewise.
1552 (free_result): Likewise.
1553 * tramp-frame.c (tramp_frame_cache): Likewise.
1554 * tui/tui-file.c (tui_file_delete): Likewise.
1555 (tui_fileopen): Likewise.
1556 (tui_sfileopen): Likewise.
1557 (tui_file_isatty): Likewise.
1558 (tui_file_rewind): Likewise.
1559 (tui_file_put): Likewise.
1560 (tui_file_fputs): Likewise.
1561 (tui_file_get_strbuf): Likewise.
1562 (tui_file_adjust_strbuf): Likewise.
1563 (tui_file_flush): Likewise.
1564 * tui/tui-layout.c (make_command_window): Likewise.
1565 (make_data_window): Likewise.
1566 (show_source_disasm_command): Likewise.
1567 (show_data): Likewise.
1568 (make_source_or_disasm_window): Likewise.
1569 (show_source_or_disasm_and_command): Likewise.
1570 * tui/tui-out.c (tui_field_int): Likewise.
1571 (tui_field_string): Likewise.
1572 (tui_field_fmt): Likewise.
1573 (tui_text): Likewise.
1574 * typeprint.c (hash_typedef_field): Likewise.
1575 (eq_typedef_field): Likewise.
1576 (do_free_typedef_hash): Likewise.
1577 (copy_typedef_hash_element): Likewise.
1578 (do_free_global_table): Likewise.
1579 (find_global_typedef): Likewise.
1580 (find_typedef_in_hash): Likewise.
1581 * ui-file.c (ui_file_write_for_put): Likewise.
1582 (do_ui_file_xstrdup): Likewise.
1583 (mem_file_delete): Likewise.
1584 (mem_file_rewind): Likewise.
1585 (mem_file_put): Likewise.
1586 (mem_file_write): Likewise.
1587 (stdio_file_delete): Likewise.
1588 (stdio_file_flush): Likewise.
1589 (stdio_file_read): Likewise.
1590 (stdio_file_write): Likewise.
1591 (stdio_file_write_async_safe): Likewise.
1592 (stdio_file_fputs): Likewise.
1593 (stdio_file_isatty): Likewise.
1594 (stdio_file_fseek): Likewise.
1595 (tee_file_delete): Likewise.
1596 (tee_file_flush): Likewise.
1597 (tee_file_write): Likewise.
1598 (tee_file_fputs): Likewise.
1599 (tee_file_isatty): Likewise.
1600 * ui-out.c (do_cleanup_table_end): Likewise.
1601 (do_cleanup_end): Likewise.
1602 * user-regs.c (user_reg_add): Likewise.
1603 (user_reg_map_name_to_regnum): Likewise.
1604 (usernum_to_user_reg): Likewise.
1605 (maintenance_print_user_registers): Likewise.
1606 * utils.c (do_bfd_close_cleanup): Likewise.
1607 (do_fclose_cleanup): Likewise.
1608 (do_obstack_free): Likewise.
1609 (do_ui_file_delete): Likewise.
1610 (do_ui_out_redirect_pop): Likewise.
1611 (do_free_section_addr_info): Likewise.
1612 (restore_integer): Likewise.
1613 (do_unpush_target): Likewise.
1614 (do_htab_delete_cleanup): Likewise.
1615 (do_restore_ui_file): Likewise.
1616 (do_value_free): Likewise.
1617 (do_free_so): Likewise.
1618 (free_current_contents): Likewise.
1619 (do_regfree_cleanup): Likewise.
1620 (core_addr_hash): Likewise.
1621 (core_addr_eq): Likewise.
1622 (do_free_char_ptr_vec): Likewise.
1623 * v850-tdep.c (v850_frame_cache): Likewise.
1624 * varobj.c (do_free_variable_cleanup): Likewise.
1625 * vax-tdep.c (vax_supply_gregset): Likewise.
1626 (vax_frame_cache): Likewise.
1627 * vaxobsd-tdep.c (vaxobsd_sigtramp_frame_cache): Likewise.
1628 * xml-support.c (gdb_xml_body_text): Likewise.
1629 (gdb_xml_values_cleanup): Likewise.
1630 (gdb_xml_start_element): Likewise.
1631 (gdb_xml_start_element_wrapper): Likewise.
1632 (gdb_xml_end_element): Likewise.
1633 (gdb_xml_end_element_wrapper): Likewise.
1634 (gdb_xml_cleanup): Likewise.
1635 (gdb_xml_fetch_external_entity): Likewise.
1636 (gdb_xml_parse_attr_enum): Likewise.
1637 (xinclude_start_include): Likewise.
1638 (xinclude_end_include): Likewise.
1639 (xml_xinclude_default): Likewise.
1640 (xml_xinclude_start_doctype): Likewise.
1641 (xml_xinclude_end_doctype): Likewise.
1642 (xml_xinclude_cleanup): Likewise.
1643 (xml_fetch_content_from_file): Likewise.
1644 * xml-syscall.c (free_syscalls_info): Likewise.
1645 (syscall_start_syscall): Likewise.
1646 * xml-tdesc.c (tdesc_end_arch): Likewise.
1647 (tdesc_end_osabi): Likewise.
1648 (tdesc_end_compatible): Likewise.
1649 (tdesc_start_target): Likewise.
1650 (tdesc_start_feature): Likewise.
1651 (tdesc_start_reg): Likewise.
1652 (tdesc_start_union): Likewise.
1653 (tdesc_start_struct): Likewise.
1654 (tdesc_start_flags): Likewise.
1655 (tdesc_start_field): Likewise.
1656 (tdesc_start_vector): Likewise.
1657 (fetch_available_features_from_target): Likewise.
1658 * xstormy16-tdep.c (xstormy16_frame_cache): Likewise.
1659 * xtensa-tdep.c (xtensa_supply_gregset): Likewise.
1660 (xtensa_frame_cache): Likewise.
1661 (xtensa_frame_prev_register): Likewise.
1662 (xtensa_extract_return_value): Likewise.
1663
9a3c8263
SM
16642015-09-25 Simon Marchi <simon.marchi@ericsson.com>
1665
1666 * aarch64-tdep.c (aarch64_make_prologue_cache): Add cast(s).
1667 (aarch64_make_stub_cache): Likewise.
1668 (value_of_aarch64_user_reg): Likewise.
1669 * ada-lang.c (ada_inferior_data_cleanup): Likewise.
1670 (get_ada_inferior_data): Likewise.
1671 (get_ada_pspace_data): Likewise.
1672 (ada_pspace_data_cleanup): Likewise.
1673 (ada_complete_symbol_matcher): Likewise.
1674 (ada_exc_search_name_matches): Likewise.
1675 * ada-tasks.c (get_ada_tasks_pspace_data): Likewise.
1676 (get_ada_tasks_inferior_data): Likewise.
1677 * addrmap.c (addrmap_mutable_foreach_worker): Likewise.
1678 (splay_obstack_alloc): Likewise.
1679 (splay_obstack_free): Likewise.
1680 * alpha-linux-tdep.c (alpha_linux_supply_gregset): Likewise.
1681 (alpha_linux_collect_gregset): Likewise.
1682 (alpha_linux_supply_fpregset): Likewise.
1683 (alpha_linux_collect_fpregset): Likewise.
1684 * alpha-mdebug-tdep.c (alpha_mdebug_frame_unwind_cache): Likewise.
1685 * alpha-tdep.c (alpha_lds): Likewise.
1686 (alpha_sts): Likewise.
1687 (alpha_sigtramp_frame_unwind_cache): Likewise.
1688 (alpha_heuristic_frame_unwind_cache): Likewise.
1689 (alpha_supply_int_regs): Likewise.
1690 (alpha_fill_int_regs): Likewise.
1691 (alpha_supply_fp_regs): Likewise.
1692 (alpha_fill_fp_regs): Likewise.
1693 * alphanbsd-tdep.c (alphanbsd_supply_fpregset): Likewise.
1694 (alphanbsd_aout_supply_gregset): Likewise.
1695 (alphanbsd_supply_gregset): Likewise.
1696 * amd64-linux-tdep.c (amd64_linux_init_abi): Likewise.
1697 (amd64_x32_linux_init_abi): Likewise.
1698 * amd64-nat.c (amd64_supply_native_gregset): Likewise.
1699 (amd64_collect_native_gregset): Likewise.
1700 * amd64-tdep.c (amd64_frame_cache): Likewise.
1701 (amd64_sigtramp_frame_cache): Likewise.
1702 (amd64_epilogue_frame_cache): Likewise.
1703 (amd64_supply_fxsave): Likewise.
1704 (amd64_supply_xsave): Likewise.
1705 (amd64_collect_fxsave): Likewise.
1706 (amd64_collect_xsave): Likewise.
1707 * amd64-windows-tdep.c (amd64_windows_frame_cache): Likewise.
1708 * amd64obsd-tdep.c (amd64obsd_trapframe_cache): Likewise.
1709 * arm-linux-tdep.c (arm_linux_supply_gregset): Likewise.
1710 (arm_linux_collect_gregset): Likewise.
1711 (arm_linux_supply_nwfpe): Likewise.
1712 (arm_linux_collect_nwfpe): Likewise.
1713 (arm_linux_supply_vfp): Likewise.
1714 (arm_linux_collect_vfp): Likewise.
1715 * arm-tdep.c (arm_find_mapping_symbol): Likewise.
1716 (arm_prologue_unwind_stop_reason): Likewise.
1717 (arm_prologue_this_id): Likewise.
1718 (arm_prologue_prev_register): Likewise.
1719 (arm_exidx_data_free): Likewise.
1720 (arm_find_exidx_entry): Likewise.
1721 (arm_stub_this_id): Likewise.
1722 (arm_m_exception_this_id): Likewise.
1723 (arm_m_exception_prev_register): Likewise.
1724 (arm_normal_frame_base): Likewise.
1725 (gdb_print_insn_arm): Likewise.
1726 (arm_objfile_data_free): Likewise.
1727 (arm_record_special_symbol): Likewise.
1728 (value_of_arm_user_reg): Likewise.
1729 * armbsd-tdep.c (armbsd_supply_fpregset): Likewise.
1730 (armbsd_supply_gregset): Likewise.
1731 * auto-load.c (auto_load_pspace_data_cleanup): Likewise.
1732 (get_auto_load_pspace_data): Likewise.
1733 (hash_loaded_script_entry): Likewise.
1734 (eq_loaded_script_entry): Likewise.
1735 (clear_section_scripts): Likewise.
1736 (collect_matching_scripts): Likewise.
1737 * auxv.c (auxv_inferior_data_cleanup): Likewise.
1738 (get_auxv_inferior_data): Likewise.
1739 * avr-tdep.c (avr_frame_unwind_cache): Likewise.
1740 * ax-general.c (do_free_agent_expr_cleanup): Likewise.
1741 * bfd-target.c (target_bfd_xfer_partial): Likewise.
1742 (target_bfd_xclose): Likewise.
1743 (target_bfd_get_section_table): Likewise.
1744 * bfin-tdep.c (bfin_frame_cache): Likewise.
1745 * block.c (find_block_in_blockvector): Likewise.
1746 (call_site_for_pc): Likewise.
1747 (block_find_non_opaque_type_preferred): Likewise.
1748 * break-catch-sig.c (signal_catchpoint_insert_location): Likewise.
1749 (signal_catchpoint_remove_location): Likewise.
1750 (signal_catchpoint_breakpoint_hit): Likewise.
1751 (signal_catchpoint_print_one): Likewise.
1752 (signal_catchpoint_print_mention): Likewise.
1753 (signal_catchpoint_print_recreate): Likewise.
1754 * break-catch-syscall.c (get_catch_syscall_inferior_data): Likewise.
1755 * breakpoint.c (do_cleanup_counted_command_line): Likewise.
1756 (bp_location_compare_addrs): Likewise.
1757 (get_first_locp_gte_addr): Likewise.
1758 (check_tracepoint_command): Likewise.
1759 (do_map_commands_command): Likewise.
1760 (get_breakpoint_objfile_data): Likewise.
1761 (free_breakpoint_probes): Likewise.
1762 (do_captured_breakpoint_query): Likewise.
1763 (compare_breakpoints): Likewise.
1764 (bp_location_compare): Likewise.
1765 (bpstat_remove_breakpoint_callback): Likewise.
1766 (do_delete_breakpoint_cleanup): Likewise.
1767 * bsd-uthread.c (bsd_uthread_set_supply_uthread): Likewise.
1768 (bsd_uthread_set_collect_uthread): Likewise.
1769 (bsd_uthread_activate): Likewise.
1770 (bsd_uthread_fetch_registers): Likewise.
1771 (bsd_uthread_store_registers): Likewise.
1772 * btrace.c (check_xml_btrace_version): Likewise.
1773 (parse_xml_btrace_block): Likewise.
1774 (parse_xml_btrace_pt_config_cpu): Likewise.
1775 (parse_xml_btrace_pt_raw): Likewise.
1776 (parse_xml_btrace_pt): Likewise.
1777 (parse_xml_btrace_conf_bts): Likewise.
1778 (parse_xml_btrace_conf_pt): Likewise.
1779 (do_btrace_data_cleanup): Likewise.
1780 * c-typeprint.c (find_typedef_for_canonicalize): Likewise.
1781 * charset.c (cleanup_iconv): Likewise.
1782 (do_cleanup_iterator): Likewise.
1783 * cli-out.c (cli_uiout_dtor): Likewise.
1784 (cli_table_begin): Likewise.
1785 (cli_table_body): Likewise.
1786 (cli_table_end): Likewise.
1787 (cli_table_header): Likewise.
1788 (cli_begin): Likewise.
1789 (cli_end): Likewise.
1790 (cli_field_int): Likewise.
1791 (cli_field_skip): Likewise.
1792 (cli_field_string): Likewise.
1793 (cli_field_fmt): Likewise.
1794 (cli_spaces): Likewise.
1795 (cli_text): Likewise.
1796 (cli_message): Likewise.
1797 (cli_wrap_hint): Likewise.
1798 (cli_flush): Likewise.
1799 (cli_redirect): Likewise.
1800 (out_field_fmt): Likewise.
1801 (field_separator): Likewise.
1802 (cli_out_set_stream): Likewise.
1803 * cli/cli-cmds.c (compare_symtabs): Likewise.
1804 * cli/cli-dump.c (call_dump_func): Likewise.
1805 (restore_section_callback): Likewise.
1806 * cli/cli-script.c (clear_hook_in_cleanup): Likewise.
1807 (do_restore_user_call_depth): Likewise.
1808 (do_free_command_lines_cleanup): Likewise.
1809 * coff-pe-read.c (get_section_vmas): Likewise.
1810 (pe_as16): Likewise.
1811 (pe_as32): Likewise.
1812 * coffread.c (coff_symfile_read): Likewise.
1813 * common/agent.c (agent_look_up_symbols): Likewise.
1814 * common/filestuff.c (do_close_cleanup): Likewise.
1815 * common/format.c (free_format_pieces_cleanup): Likewise.
1816 * common/vec.c (vec_o_reserve): Likewise.
1817 * compile/compile-c-support.c (print_one_macro): Likewise.
1818 * compile/compile-c-symbols.c (hash_symbol_error): Likewise.
1819 (eq_symbol_error): Likewise.
1820 (del_symbol_error): Likewise.
1821 (error_symbol_once): Likewise.
1822 (gcc_convert_symbol): Likewise.
1823 (gcc_symbol_address): Likewise.
1824 (hash_symname): Likewise.
1825 (eq_symname): Likewise.
1826 * compile/compile-c-types.c (hash_type_map_instance): Likewise.
1827 (eq_type_map_instance): Likewise.
1828 (insert_type): Likewise.
1829 (convert_type): Likewise.
1830 * compile/compile-object-load.c (munmap_listp_free_cleanup): Likewise.
1831 (setup_sections): Likewise.
1832 (link_hash_table_free): Likewise.
1833 (copy_sections): Likewise.
1834 * compile/compile-object-run.c (do_module_cleanup): Likewise.
1835 * compile/compile.c (compile_print_value): Likewise.
1836 (do_rmdir): Likewise.
1837 (cleanup_compile_instance): Likewise.
1838 (cleanup_unlink_file): Likewise.
1839 * completer.c (free_completion_tracker): Likewise.
1840 * corelow.c (add_to_spuid_list): Likewise.
1841 * cp-namespace.c (reset_directive_searched): Likewise.
1842 * cp-support.c (reset_directive_searched): Likewise.
1843 * cris-tdep.c (cris_sigtramp_frame_unwind_cache): Likewise.
1844 (cris_frame_unwind_cache): Likewise.
1845 * d-lang.c (builtin_d_type): Likewise.
1846 * d-namespace.c (reset_directive_searched): Likewise.
1847 * dbxread.c (dbx_free_symfile_info): Likewise.
1848 (do_free_bincl_list_cleanup): Likewise.
1849 * disasm.c (hash_dis_line_entry): Likewise.
1850 (eq_dis_line_entry): Likewise.
1851 (dis_asm_print_address): Likewise.
1852 (fprintf_disasm): Likewise.
1853 (do_ui_file_delete): Likewise.
1854 * doublest.c (convert_floatformat_to_doublest): Likewise.
1855 * dummy-frame.c (pop_dummy_frame_bpt): Likewise.
1856 (dummy_frame_prev_register): Likewise.
1857 (dummy_frame_this_id): Likewise.
1858 * dwarf2-frame-tailcall.c (cache_hash): Likewise.
1859 (cache_eq): Likewise.
1860 (cache_find): Likewise.
1861 (tailcall_frame_this_id): Likewise.
1862 (dwarf2_tailcall_prev_register_first): Likewise.
1863 (tailcall_frame_prev_register): Likewise.
1864 (tailcall_frame_dealloc_cache): Likewise.
1865 (tailcall_frame_prev_arch): Likewise.
1866 * dwarf2-frame.c (dwarf2_frame_state_free): Likewise.
1867 (dwarf2_frame_set_init_reg): Likewise.
1868 (dwarf2_frame_init_reg): Likewise.
1869 (dwarf2_frame_set_signal_frame_p): Likewise.
1870 (dwarf2_frame_signal_frame_p): Likewise.
1871 (dwarf2_frame_set_adjust_regnum): Likewise.
1872 (dwarf2_frame_adjust_regnum): Likewise.
1873 (clear_pointer_cleanup): Likewise.
1874 (dwarf2_frame_cache): Likewise.
1875 (find_cie): Likewise.
1876 (dwarf2_frame_find_fde): Likewise.
1877 * dwarf2expr.c (dwarf_expr_address_type): Likewise.
1878 (free_dwarf_expr_context_cleanup): Likewise.
1879 * dwarf2loc.c (locexpr_find_frame_base_location): Likewise.
1880 (locexpr_get_frame_base): Likewise.
1881 (loclist_find_frame_base_location): Likewise.
1882 (loclist_get_frame_base): Likewise.
1883 (dwarf_expr_dwarf_call): Likewise.
1884 (dwarf_expr_get_base_type): Likewise.
1885 (dwarf_expr_push_dwarf_reg_entry_value): Likewise.
1886 (dwarf_expr_get_obj_addr): Likewise.
1887 (entry_data_value_coerce_ref): Likewise.
1888 (entry_data_value_copy_closure): Likewise.
1889 (entry_data_value_free_closure): Likewise.
1890 (get_frame_address_in_block_wrapper): Likewise.
1891 (dwarf2_evaluate_property): Likewise.
1892 (dwarf2_compile_property_to_c): Likewise.
1893 (needs_frame_read_addr_from_reg): Likewise.
1894 (needs_frame_get_reg_value): Likewise.
1895 (needs_frame_frame_base): Likewise.
1896 (needs_frame_frame_cfa): Likewise.
1897 (needs_frame_tls_address): Likewise.
1898 (needs_frame_dwarf_call): Likewise.
1899 (needs_dwarf_reg_entry_value): Likewise.
1900 (get_ax_pc): Likewise.
1901 (locexpr_read_variable): Likewise.
1902 (locexpr_read_variable_at_entry): Likewise.
1903 (locexpr_read_needs_frame): Likewise.
1904 (locexpr_describe_location): Likewise.
1905 (locexpr_tracepoint_var_ref): Likewise.
1906 (locexpr_generate_c_location): Likewise.
1907 (loclist_read_variable): Likewise.
1908 (loclist_read_variable_at_entry): Likewise.
1909 (loclist_describe_location): Likewise.
1910 (loclist_tracepoint_var_ref): Likewise.
1911 (loclist_generate_c_location): Likewise.
1912 * dwarf2read.c (line_header_hash_voidp): Likewise.
1913 (line_header_eq_voidp): Likewise.
1914 (dwarf2_has_info): Likewise.
1915 (dwarf2_get_section_info): Likewise.
1916 (locate_dwz_sections): Likewise.
1917 (hash_file_name_entry): Likewise.
1918 (eq_file_name_entry): Likewise.
1919 (delete_file_name_entry): Likewise.
1920 (dw2_setup): Likewise.
1921 (dw2_get_file_names_reader): Likewise.
1922 (dw2_find_pc_sect_compunit_symtab): Likewise.
1923 (hash_signatured_type): Likewise.
1924 (eq_signatured_type): Likewise.
1925 (add_signatured_type_cu_to_table): Likewise.
1926 (create_debug_types_hash_table): Likewise.
1927 (lookup_dwo_signatured_type): Likewise.
1928 (lookup_dwp_signatured_type): Likewise.
1929 (lookup_signatured_type): Likewise.
1930 (hash_type_unit_group): Likewise.
1931 (eq_type_unit_group): Likewise.
1932 (get_type_unit_group): Likewise.
1933 (process_psymtab_comp_unit_reader): Likewise.
1934 (sort_tu_by_abbrev_offset): Likewise.
1935 (process_skeletonless_type_unit): Likewise.
1936 (psymtabs_addrmap_cleanup): Likewise.
1937 (dwarf2_read_symtab): Likewise.
1938 (psymtab_to_symtab_1): Likewise.
1939 (die_hash): Likewise.
1940 (die_eq): Likewise.
1941 (load_full_comp_unit_reader): Likewise.
1942 (reset_die_in_process): Likewise.
1943 (free_cu_line_header): Likewise.
1944 (handle_DW_AT_stmt_list): Likewise.
1945 (hash_dwo_file): Likewise.
1946 (eq_dwo_file): Likewise.
1947 (hash_dwo_unit): Likewise.
1948 (eq_dwo_unit): Likewise.
1949 (create_dwo_cu_reader): Likewise.
1950 (create_dwo_unit_in_dwp_v1): Likewise.
1951 (create_dwo_unit_in_dwp_v2): Likewise.
1952 (lookup_dwo_unit_in_dwp): Likewise.
1953 (dwarf2_locate_dwo_sections): Likewise.
1954 (dwarf2_locate_common_dwp_sections): Likewise.
1955 (dwarf2_locate_v2_dwp_sections): Likewise.
1956 (hash_dwp_loaded_cutus): Likewise.
1957 (eq_dwp_loaded_cutus): Likewise.
1958 (lookup_dwo_cutu): Likewise.
1959 (abbrev_table_free_cleanup): Likewise.
1960 (dwarf2_free_abbrev_table): Likewise.
1961 (find_partial_die_in_comp_unit): Likewise.
1962 (free_line_header_voidp): Likewise.
1963 (follow_die_offset): Likewise.
1964 (follow_die_sig_1): Likewise.
1965 (free_heap_comp_unit): Likewise.
1966 (free_stack_comp_unit): Likewise.
1967 (dwarf2_free_objfile): Likewise.
1968 (per_cu_offset_and_type_hash): Likewise.
1969 (per_cu_offset_and_type_eq): Likewise.
1970 (get_die_type_at_offset): Likewise.
1971 (partial_die_hash): Likewise.
1972 (partial_die_eq): Likewise.
1973 (dwarf2_per_objfile_free): Likewise.
1974 (hash_strtab_entry): Likewise.
1975 (eq_strtab_entry): Likewise.
1976 (add_string): Likewise.
1977 (hash_symtab_entry): Likewise.
1978 (eq_symtab_entry): Likewise.
1979 (delete_symtab_entry): Likewise.
1980 (cleanup_mapped_symtab): Likewise.
1981 (add_indices_to_cpool): Likewise.
1982 (hash_psymtab_cu_index): Likewise.
1983 (eq_psymtab_cu_index): Likewise.
1984 (add_address_entry_worker): Likewise.
1985 (unlink_if_set): Likewise.
1986 (write_one_signatured_type): Likewise.
1987 (save_gdb_index_command): Likewise.
1988 * elfread.c (elf_symtab_read): Likewise.
1989 (elf_gnu_ifunc_cache_hash): Likewise.
1990 (elf_gnu_ifunc_cache_eq): Likewise.
1991 (elf_gnu_ifunc_record_cache): Likewise.
1992 (elf_gnu_ifunc_resolve_by_cache): Likewise.
1993 (elf_get_probes): Likewise.
1994 (probe_key_free): Likewise.
1995 * f-lang.c (builtin_f_type): Likewise.
1996 * frame-base.c (frame_base_append_sniffer): Likewise.
1997 (frame_base_set_default): Likewise.
1998 (frame_base_find_by_frame): Likewise.
1999 * frame-unwind.c (frame_unwind_prepend_unwinder): Likewise.
2000 (frame_unwind_append_unwinder): Likewise.
2001 (frame_unwind_find_by_frame): Likewise.
2002 * frame.c (frame_addr_hash): Likewise.
2003 (frame_addr_hash_eq): Likewise.
2004 (frame_stash_find): Likewise.
2005 (do_frame_register_read): Likewise.
2006 (unwind_to_current_frame): Likewise.
2007 (frame_cleanup_after_sniffer): Likewise.
2008 * frv-linux-tdep.c (frv_linux_sigtramp_frame_cache): Likewise.
2009 * frv-tdep.c (frv_frame_unwind_cache): Likewise.
2010 * ft32-tdep.c (ft32_frame_cache): Likewise.
2011 * gcore.c (do_bfd_delete_cleanup): Likewise.
2012 (gcore_create_callback): Likewise.
2013 * gdb_bfd.c (hash_bfd): Likewise.
2014 (eq_bfd): Likewise.
2015 (gdb_bfd_open): Likewise.
2016 (free_one_bfd_section): Likewise.
2017 (gdb_bfd_ref): Likewise.
2018 (gdb_bfd_unref): Likewise.
2019 (get_section_descriptor): Likewise.
2020 (gdb_bfd_map_section): Likewise.
2021 (gdb_bfd_crc): Likewise.
2022 (gdb_bfd_mark_parent): Likewise.
2023 (gdb_bfd_record_inclusion): Likewise.
2024 (gdb_bfd_requires_relocations): Likewise.
2025 (print_one_bfd): Likewise.
2026 * gdbtypes.c (type_pair_hash): Likewise.
2027 (type_pair_eq): Likewise.
2028 (builtin_type): Likewise.
2029 (objfile_type): Likewise.
2030 * gnu-v3-abi.c (vtable_ptrdiff_type): Likewise.
2031 (vtable_address_point_offset): Likewise.
2032 (gnuv3_get_vtable): Likewise.
2033 (hash_value_and_voffset): Likewise.
2034 (eq_value_and_voffset): Likewise.
2035 (compare_value_and_voffset): Likewise.
2036 (compute_vtable_size): Likewise.
2037 (gnuv3_get_typeid_type): Likewise.
2038 * go-lang.c (builtin_go_type): Likewise.
2039 * guile/scm-block.c (bkscm_hash_block_smob): Likewise.
2040 (bkscm_eq_block_smob): Likewise.
2041 (bkscm_objfile_block_map): Likewise.
2042 (bkscm_del_objfile_blocks): Likewise.
2043 * guile/scm-breakpoint.c (bpscm_build_bp_list): Likewise.
2044 * guile/scm-disasm.c (gdbscm_disasm_read_memory_worker): Likewise.
2045 (gdbscm_disasm_print_address): Likewise.
2046 * guile/scm-frame.c (frscm_hash_frame_smob): Likewise.
2047 (frscm_eq_frame_smob): Likewise.
2048 (frscm_inferior_frame_map): Likewise.
2049 (frscm_del_inferior_frames): Likewise.
2050 * guile/scm-gsmob.c (gdbscm_add_objfile_ref): Likewise.
2051 * guile/scm-objfile.c (ofscm_handle_objfile_deleted): Likewise.
2052 (ofscm_objfile_smob_from_objfile): Likewise.
2053 * guile/scm-ports.c (ioscm_write): Likewise.
2054 (ioscm_file_port_delete): Likewise.
2055 (ioscm_file_port_rewind): Likewise.
2056 (ioscm_file_port_put): Likewise.
2057 (ioscm_file_port_write): Likewise.
2058 * guile/scm-progspace.c (psscm_handle_pspace_deleted): Likewise.
2059 (psscm_pspace_smob_from_pspace): Likewise.
2060 * guile/scm-safe-call.c (scscm_recording_pre_unwind_handler): Likewise.
2061 (scscm_recording_unwind_handler): Likewise.
2062 (gdbscm_with_catch): Likewise.
2063 (scscm_call_0_body): Likewise.
2064 (scscm_call_1_body): Likewise.
2065 (scscm_call_2_body): Likewise.
2066 (scscm_call_3_body): Likewise.
2067 (scscm_call_4_body): Likewise.
2068 (scscm_apply_1_body): Likewise.
2069 (scscm_eval_scheme_string): Likewise.
2070 (gdbscm_safe_eval_string): Likewise.
2071 (scscm_source_scheme_script): Likewise.
2072 (gdbscm_safe_source_script): Likewise.
2073 * guile/scm-string.c (gdbscm_call_scm_to_stringn): Likewise.
2074 (gdbscm_call_scm_from_stringn): Likewise.
2075 * guile/scm-symbol.c (syscm_hash_symbol_smob): Likewise.
2076 (syscm_eq_symbol_smob): Likewise.
2077 (syscm_get_symbol_map): Likewise.
2078 (syscm_del_objfile_symbols): Likewise.
2079 * guile/scm-symtab.c (stscm_hash_symtab_smob): Likewise.
2080 (stscm_eq_symtab_smob): Likewise.
2081 (stscm_objfile_symtab_map): Likewise.
2082 (stscm_del_objfile_symtabs): Likewise.
2083 * guile/scm-type.c (tyscm_hash_type_smob): Likewise.
2084 (tyscm_eq_type_smob): Likewise.
2085 (tyscm_type_map): Likewise.
2086 (tyscm_copy_type_recursive): Likewise.
2087 (save_objfile_types): Likewise.
2088 * guile/scm-utils.c (extract_arg): Likewise.
2089 * h8300-tdep.c (h8300_frame_cache): Likewise.
2090 * hppa-linux-tdep.c (hppa_linux_sigtramp_frame_unwind_cache): Likewise.
2091 * hppa-tdep.c (compare_unwind_entries): Likewise.
2092 (find_unwind_entry): Likewise.
2093 (hppa_frame_cache): Likewise.
2094 (hppa_stub_frame_unwind_cache): Likewise.
2095 * hppanbsd-tdep.c (hppanbsd_supply_gregset): Likewise.
2096 * hppaobsd-tdep.c (hppaobsd_supply_gregset): Likewise.
2097 (hppaobsd_supply_fpregset): Likewise.
2098 * i386-cygwin-tdep.c (core_process_module_section): Likewise.
2099 * i386-linux-tdep.c (i386_linux_init_abi): Likewise.
2100 * i386-tdep.c (i386_frame_cache): Likewise.
2101 (i386_epilogue_frame_cache): Likewise.
2102 (i386_sigtramp_frame_cache): Likewise.
2103 (i386_supply_gregset): Likewise.
2104 (i386_collect_gregset): Likewise.
2105 (i386_gdbarch_init): Likewise.
2106 * i386obsd-tdep.c (i386obsd_aout_supply_regset): Likewise.
2107 (i386obsd_trapframe_cache): Likewise.
2108 * i387-tdep.c (i387_supply_fsave): Likewise.
2109 (i387_collect_fsave): Likewise.
2110 (i387_supply_fxsave): Likewise.
2111 (i387_collect_fxsave): Likewise.
2112 (i387_supply_xsave): Likewise.
2113 (i387_collect_xsave): Likewise.
2114 * ia64-tdep.c (ia64_frame_cache): Likewise.
2115 (ia64_sigtramp_frame_cache): Likewise.
2116 * infcmd.c (attach_command_continuation): Likewise.
2117 (attach_command_continuation_free_args): Likewise.
2118 * inferior.c (restore_inferior): Likewise.
2119 (delete_thread_of_inferior): Likewise.
2120 * inflow.c (inflow_inferior_data_cleanup): Likewise.
2121 (get_inflow_inferior_data): Likewise.
2122 (inflow_inferior_exit): Likewise.
2123 * infrun.c (displaced_step_clear_cleanup): Likewise.
2124 (restore_current_uiout_cleanup): Likewise.
2125 (release_stop_context_cleanup): Likewise.
2126 (do_restore_infcall_suspend_state_cleanup): Likewise.
2127 (do_restore_infcall_control_state_cleanup): Likewise.
2128 (restore_inferior_ptid): Likewise.
2129 * inline-frame.c (block_starting_point_at): Likewise.
2130 * iq2000-tdep.c (iq2000_frame_cache): Likewise.
2131 * jit.c (get_jit_objfile_data): Likewise.
2132 (get_jit_program_space_data): Likewise.
2133 (jit_object_close_impl): Likewise.
2134 (jit_find_objf_with_entry_addr): Likewise.
2135 (jit_breakpoint_deleted): Likewise.
2136 (jit_unwind_reg_set_impl): Likewise.
2137 (jit_unwind_reg_get_impl): Likewise.
2138 (jit_dealloc_cache): Likewise.
2139 (jit_frame_sniffer): Likewise.
2140 (jit_frame_prev_register): Likewise.
2141 (jit_prepend_unwinder): Likewise.
2142 (jit_inferior_exit_hook): Likewise.
2143 (free_objfile_data): Likewise.
2144 * jv-lang.c (jv_per_objfile_free): Likewise.
2145 (get_dynamics_objfile): Likewise.
2146 (get_java_class_symtab): Likewise.
2147 (builtin_java_type): Likewise.
2148 * language.c (language_string_char_type): Likewise.
2149 (language_bool_type): Likewise.
2150 (language_lookup_primitive_type): Likewise.
2151 (language_lookup_primitive_type_as_symbol): Likewise.
2152 * linespec.c (hash_address_entry): Likewise.
2153 (eq_address_entry): Likewise.
2154 (iterate_inline_only): Likewise.
2155 (iterate_name_matcher): Likewise.
2156 (decode_line_2_compare_items): Likewise.
2157 (collect_one_symbol): Likewise.
2158 (compare_symbols): Likewise.
2159 (compare_msymbols): Likewise.
2160 (add_symtabs_to_list): Likewise.
2161 (collect_symbols): Likewise.
2162 (compare_msyms): Likewise.
2163 (add_minsym): Likewise.
2164 (cleanup_linespec_result): Likewise.
2165 * linux-fork.c (inferior_call_waitpid_cleanup): Likewise.
2166 * linux-nat.c (delete_lwp_cleanup): Likewise.
2167 (count_events_callback): Likewise.
2168 (select_event_lwp_callback): Likewise.
2169 (resume_stopped_resumed_lwps): Likewise.
2170 * linux-tdep.c (get_linux_gdbarch_data): Likewise.
2171 (invalidate_linux_cache_inf): Likewise.
2172 (get_linux_inferior_data): Likewise.
2173 (linux_find_memory_regions_thunk): Likewise.
2174 (linux_make_mappings_callback): Likewise.
2175 (linux_corefile_thread_callback): Likewise.
2176 (find_mapping_size): Likewise.
2177 * linux-thread-db.c (find_new_threads_callback): Likewise.
2178 * lm32-tdep.c (lm32_frame_cache): Likewise.
2179 * m2-lang.c (builtin_m2_type): Likewise.
2180 * m32c-tdep.c (m32c_analyze_frame_prologue): Likewise.
2181 * m32r-linux-tdep.c (m32r_linux_sigtramp_frame_cache): Likewise.
2182 (m32r_linux_supply_gregset): Likewise.
2183 (m32r_linux_collect_gregset): Likewise.
2184 * m32r-tdep.c (m32r_frame_unwind_cache): Likewise.
2185 * m68hc11-tdep.c (m68hc11_frame_unwind_cache): Likewise.
2186 * m68k-tdep.c (m68k_frame_cache): Likewise.
2187 * m68kbsd-tdep.c (m68kbsd_supply_fpregset): Likewise.
2188 (m68kbsd_supply_gregset): Likewise.
2189 * m68klinux-tdep.c (m68k_linux_sigtramp_frame_cache): Likewise.
2190 * m88k-tdep.c (m88k_frame_cache): Likewise.
2191 (m88k_supply_gregset): Likewise.
2192
224c3ddb
SM
21932015-09-25 Simon Marchi <simon.marchi@ericsson.com>
2194
2195 * aarch64-linux-tdep.c (aarch64_stap_parse_special_token): Add cast
2196 to allocation result assignment.
2197 * ada-exp.y (write_object_renaming): Likewise.
2198 (write_ambiguous_var): Likewise.
2199 (ada_nget_field_index): Likewise.
2200 (write_var_or_type): Likewise.
2201 * ada-lang.c (ada_decode_symbol): Likewise.
2202 (ada_value_assign): Likewise.
2203 (value_pointer): Likewise.
2204 (cache_symbol): Likewise.
2205 (add_nonlocal_symbols): Likewise.
2206 (ada_name_for_lookup): Likewise.
2207 (symbol_completion_add): Likewise.
2208 (ada_to_fixed_type_1): Likewise.
2209 (ada_get_next_arg): Likewise.
2210 (defns_collected): Likewise.
2211 * ada-lex.l (processId): Likewise.
2212 (processString): Likewise.
2213 * ada-tasks.c (read_known_tasks_array): Likewise.
2214 (read_known_tasks_list): Likewise.
2215 * ada-typeprint.c (decoded_type_name): Likewise.
2216 * addrmap.c (addrmap_mutable_create_fixed): Likewise.
2217 * amd64-tdep.c (amd64_push_arguments): Likewise.
2218 (amd64_displaced_step_copy_insn): Likewise.
2219 (amd64_classify_insn_at): Likewise.
2220 (amd64_relocate_instruction): Likewise.
2221 * amd64obsd-tdep.c (amd64obsd_sigtramp_p): Likewise.
2222 * arch-utils.c (simple_displaced_step_copy_insn): Likewise.
2223 (initialize_current_architecture): Likewise.
2224 * arm-linux-tdep.c (arm_stap_parse_special_token): Likewise.
2225 * arm-symbian-tdep.c (arm_symbian_osabi_sniffer): Likewise.
2226 * arm-tdep.c (arm_exidx_new_objfile): Likewise.
2227 (arm_push_dummy_call): Likewise.
2228 (extend_buffer_earlier): Likewise.
2229 (arm_adjust_breakpoint_address): Likewise.
2230 (arm_skip_stub): Likewise.
2231 * auto-load.c (filename_is_in_pattern): Likewise.
2232 (maybe_add_script_file): Likewise.
2233 (maybe_add_script_text): Likewise.
2234 (auto_load_objfile_script_1): Likewise.
2235 * auxv.c (ld_so_xfer_auxv): Likewise.
2236 * ax-general.c (new_agent_expr): Likewise.
2237 (grow_expr): Likewise.
2238 (ax_reg_mask): Likewise.
2239 * bcache.c (bcache_full): Likewise.
2240 * breakpoint.c (program_breakpoint_here_p): Likewise.
2241 * btrace.c (parse_xml_raw): Likewise.
2242 * build-id.c (build_id_to_debug_bfd): Likewise.
2243 * buildsym.c (end_symtab_with_blockvector): Likewise.
2244 * c-exp.y (string_exp): Likewise.
2245 (qualified_name): Likewise.
2246 (write_destructor_name): Likewise.
2247 (operator_stoken): Likewise.
2248 (parse_number): Likewise.
2249 (scan_macro_expansion): Likewise.
2250 (yylex): Likewise.
2251 (c_print_token): Likewise.
2252 * c-lang.c (c_get_string): Likewise.
2253 (emit_numeric_character): Likewise.
2254 * charset.c (wchar_iterate): Likewise.
2255 * cli/cli-cmds.c (complete_command): Likewise.
2256 (make_command): Likewise.
2257 * cli/cli-dump.c (restore_section_callback): Likewise.
2258 (restore_binary_file): Likewise.
2259 * cli/cli-interp.c (cli_interpreter_exec): Likewise.
2260 * cli/cli-script.c (execute_control_command): Likewise.
2261 * cli/cli-setshow.c (do_set_command): Likewise.
2262 * coff-pe-read.c (add_pe_forwarded_sym): Likewise.
2263 (read_pe_exported_syms): Likewise.
2264 * coffread.c (coff_read_struct_type): Likewise.
2265 (coff_read_enum_type): Likewise.
2266 * common/btrace-common.c (btrace_data_append): Likewise.
2267 * common/buffer.c (buffer_grow): Likewise.
2268 * common/filestuff.c (gdb_fopen_cloexec): Likewise.
2269 * common/format.c (parse_format_string): Likewise.
2270 * common/gdb_vecs.c (delim_string_to_char_ptr_vec_append): Likewise.
2271 * common/xml-utils.c (xml_escape_text): Likewise.
2272 * compile/compile-object-load.c (copy_sections): Likewise.
2273 (compile_object_load): Likewise.
2274 * compile/compile-object-run.c (compile_object_run): Likewise.
2275 * completer.c (filename_completer): Likewise.
2276 * corefile.c (read_memory_typed_address): Likewise.
2277 (write_memory_unsigned_integer): Likewise.
2278 (write_memory_signed_integer): Likewise.
2279 (complete_set_gnutarget): Likewise.
2280 * corelow.c (get_core_register_section): Likewise.
2281 * cp-name-parser.y (d_grab): Likewise.
2282 (allocate_info): Likewise.
2283 (cp_new_demangle_parse_info): Likewise.
2284 * cp-namespace.c (cp_scan_for_anonymous_namespaces): Likewise.
2285 (cp_lookup_symbol_in_namespace): Likewise.
2286 (lookup_namespace_scope): Likewise.
2287 (find_symbol_in_baseclass): Likewise.
2288 (cp_lookup_nested_symbol): Likewise.
2289 (cp_lookup_transparent_type_loop): Likewise.
2290 * cp-support.c (copy_string_to_obstack): Likewise.
2291 (make_symbol_overload_list): Likewise.
2292 (make_symbol_overload_list_namespace): Likewise.
2293 (make_symbol_overload_list_adl_namespace): Likewise.
2294 (first_component_command): Likewise.
2295 * cp-valprint.c (cp_print_value): Likewise.
2296 * ctf.c (ctf_xfer_partial): Likewise.
2297 * d-exp.y (StringExp): Likewise.
2298 * d-namespace.c (d_lookup_symbol_in_module): Likewise.
2299 (lookup_module_scope): Likewise.
2300 (find_symbol_in_baseclass): Likewise.
2301 (d_lookup_nested_symbol): Likewise.
2302 * dbxread.c (find_stab_function_addr): Likewise.
2303 (read_dbx_symtab): Likewise.
2304 (dbx_end_psymtab): Likewise.
2305 (cp_set_block_scope): Likewise.
2306 * dcache.c (dcache_alloc): Likewise.
2307 * demangle.c (_initialize_demangler): Likewise.
2308 * dicos-tdep.c (dicos_load_module_p): Likewise.
2309 * dictionary.c (dict_create_hashed_expandable): Likewise.
2310 (dict_create_linear_expandable): Likewise.
2311 (expand_hashtable): Likewise.
2312 (add_symbol_linear_expandable): Likewise.
2313 * dwarf2-frame.c (add_cie): Likewise.
2314 (add_fde): Likewise.
2315 (dwarf2_build_frame_info): Likewise.
2316 * dwarf2expr.c (dwarf_expr_grow_stack): Likewise.
2317 (dwarf_expr_fetch_address): Likewise.
2318 (add_piece): Likewise.
2319 (execute_stack_op): Likewise.
2320 * dwarf2loc.c (chain_candidate): Likewise.
2321 (dwarf_entry_parameter_to_value): Likewise.
2322 (read_pieced_value): Likewise.
2323 (write_pieced_value): Likewise.
2324 * dwarf2read.c (dwarf2_read_section): Likewise.
2325 (add_type_unit): Likewise.
2326 (read_comp_units_from_section): Likewise.
2327 (fixup_go_packaging): Likewise.
2328 (dwarf2_compute_name): Likewise.
2329 (dwarf2_physname): Likewise.
2330 (create_dwo_unit_in_dwp_v1): Likewise.
2331 (create_dwo_unit_in_dwp_v2): Likewise.
2332 (read_func_scope): Likewise.
2333 (read_call_site_scope): Likewise.
2334 (dwarf2_attach_fields_to_type): Likewise.
2335 (process_structure_scope): Likewise.
2336 (mark_common_block_symbol_computed): Likewise.
2337 (read_common_block): Likewise.
2338 (abbrev_table_read_table): Likewise.
2339 (guess_partial_die_structure_name): Likewise.
2340 (fixup_partial_die): Likewise.
2341 (add_file_name): Likewise.
2342 (dwarf2_const_value_data): Likewise.
2343 (dwarf2_const_value_attr): Likewise.
2344 (build_error_marker_type): Likewise.
2345 (guess_full_die_structure_name): Likewise.
2346 (anonymous_struct_prefix): Likewise.
2347 (typename_concat): Likewise.
2348 (dwarf2_canonicalize_name): Likewise.
2349 (dwarf2_name): Likewise.
2350 (write_constant_as_bytes): Likewise.
2351 (dwarf2_fetch_constant_bytes): Likewise.
2352 (copy_string): Likewise.
2353 (parse_macro_definition): Likewise.
2354 * elfread.c (elf_symfile_segments): Likewise.
2355 (elf_rel_plt_read): Likewise.
2356 (elf_gnu_ifunc_resolve_by_cache): Likewise.
2357 (elf_gnu_ifunc_resolve_by_got): Likewise.
2358 (elf_read_minimal_symbols): Likewise.
2359 (elf_gnu_ifunc_record_cache): Likewise.
2360 * event-top.c (top_level_prompt): Likewise.
2361 (command_line_handler): Likewise.
2362 * exec.c (resize_section_table): Likewise.
2363 * expprint.c (print_subexp_standard): Likewise.
2364 * fbsd-tdep.c (fbsd_collect_regset_section_cb): Likewise.
2365 * findcmd.c (parse_find_args): Likewise.
2366 * findvar.c (address_from_register): Likewise.
2367 * frame.c (get_prev_frame_always): Likewise.
2368 * gdb_bfd.c (gdb_bfd_ref): Likewise.
2369 (get_section_descriptor): Likewise.
2370 * gdb_obstack.c (obconcat): Likewise.
2371 (obstack_strdup): Likewise.
2372 * gdbtypes.c (lookup_function_type_with_arguments): Likewise.
2373 (create_set_type): Likewise.
2374 (lookup_unsigned_typename): Likewise.
2375 (lookup_signed_typename): Likewise.
2376 (resolve_dynamic_union): Likewise.
2377 (resolve_dynamic_struct): Likewise.
2378 (add_dyn_prop): Likewise.
2379 (copy_dynamic_prop_list): Likewise.
2380 (arch_flags_type): Likewise.
2381 (append_composite_type_field_raw): Likewise.
2382 * gdbtypes.h (INIT_FUNC_SPECIFIC): Likewise.
2383 * gnu-v3-abi.c (gnuv3_rtti_type): Likewise.
2384 * go-exp.y (string_exp): Likewise.
2385 * go-lang.c (go_demangle): Likewise.
2386 * guile/guile.c (compute_scheme_string): Likewise.
2387 * guile/scm-cmd.c (gdbscm_parse_command_name): Likewise.
2388 (gdbscm_canonicalize_command_name): Likewise.
2389 * guile/scm-ports.c (ioscm_init_stdio_buffers): Likewise.
2390 (ioscm_init_memory_port): Likewise.
2391 (ioscm_reinit_memory_port): Likewise.
2392 * guile/scm-utils.c (gdbscm_gc_xstrdup): Likewise.
2393 (gdbscm_gc_dup_argv): Likewise.
2394 * h8300-tdep.c (h8300_push_dummy_call): Likewise.
2395 * hppa-tdep.c (internalize_unwinds): Likewise.
2396 (read_unwind_info): Likewise.
2397 * i386-cygwin-tdep.c (core_process_module_section): Likewise.
2398 (windows_core_xfer_shared_libraries): Likewise.
2399 * i386-tdep.c (i386_displaced_step_copy_insn): Likewise.
2400 (i386_stap_parse_special_token_triplet): Likewise.
2401 (i386_stap_parse_special_token_three_arg_disp): Likewise.
2402 * i386obsd-tdep.c (i386obsd_sigtramp_p): Likewise.
2403 * inf-child.c (inf_child_fileio_readlink): Likewise.
2404 * inf-ptrace.c (inf_ptrace_fetch_register): Likewise.
2405 (inf_ptrace_store_register): Likewise.
2406 * infrun.c (follow_exec): Likewise.
2407 (displaced_step_prepare_throw): Likewise.
2408 (save_stop_context): Likewise.
2409 (save_infcall_suspend_state): Likewise.
2410 * jit.c (jit_read_descriptor): Likewise.
2411 (jit_read_code_entry): Likewise.
2412 (jit_symtab_line_mapping_add_impl): Likewise.
2413 (finalize_symtab): Likewise.
2414 (jit_unwind_reg_get_impl): Likewise.
2415 * jv-exp.y (QualifiedName): Likewise.
2416 * jv-lang.c (get_java_utf8_name): Likewise.
2417 (type_from_class): Likewise.
2418 (java_demangle_type_signature): Likewise.
2419 (java_class_name_from_physname): Likewise.
2420 * jv-typeprint.c (java_type_print_base): Likewise.
2421 * jv-valprint.c (java_value_print): Likewise.
2422 * language.c (add_language): Likewise.
2423 * linespec.c (add_sal_to_sals_basic): Likewise.
2424 (add_sal_to_sals): Likewise.
2425 (decode_objc): Likewise.
2426 (find_linespec_symbols): Likewise.
2427 * linux-fork.c (fork_save_infrun_state): Likewise.
2428 * linux-nat.c (linux_nat_detach): Likewise.
2429 (linux_nat_fileio_readlink): Likewise.
2430 * linux-record.c (record_linux_sockaddr): Likewise.
2431 (record_linux_msghdr): Likewise.
2432 (Do): Likewise.
2433 * linux-tdep.c (linux_core_info_proc_mappings): Likewise.
2434 (linux_collect_regset_section_cb): Likewise.
2435 (linux_get_siginfo_data): Likewise.
2436 * linux-thread-db.c (try_thread_db_load_from_pdir_1): Likewise.
2437 (try_thread_db_load_from_dir): Likewise.
2438 (thread_db_load_search): Likewise.
2439 (info_auto_load_libthread_db): Likewise.
2440 * m32c-tdep.c (m32c_m16c_address_to_pointer): Likewise.
2441 (m32c_m16c_pointer_to_address): Likewise.
2442 * m68hc11-tdep.c (m68hc11_pseudo_register_write): Likewise.
2443 * m68k-tdep.c (m68k_get_longjmp_target): Likewise.
2444 * machoread.c (macho_check_dsym): Likewise.
2445 * macroexp.c (resize_buffer): Likewise.
2446 (gather_arguments): Likewise.
2447 (maybe_expand): Likewise.
2448 * macrotab.c (new_macro_key): Likewise.
2449 (new_source_file): Likewise.
2450 (new_macro_definition): Likewise.
2451 * mdebugread.c (parse_symbol): Likewise.
2452 (parse_type): Likewise.
2453 (parse_partial_symbols): Likewise.
2454 (psymtab_to_symtab_1): Likewise.
2455 * mem-break.c (default_memory_insert_breakpoint): Likewise.
2456 * mi/mi-cmd-break.c (mi_argv_to_format): Likewise.
2457 * mi/mi-main.c (mi_cmd_data_read_memory): Likewise.
2458 (mi_cmd_data_read_memory_bytes): Likewise.
2459 (mi_cmd_data_write_memory_bytes): Likewise.
2460 (mi_cmd_trace_frame_collected): Likewise.
2461 * mi/mi-parse.c (mi_parse_argv): Likewise.
2462 (mi_parse): Likewise.
2463 * minidebug.c (lzma_open): Likewise.
2464 (lzma_pread): Likewise.
2465 * mips-tdep.c (mips_read_fp_register_single): Likewise.
2466 (mips_print_fp_register): Likewise.
2467 * mipsnbsd-tdep.c (mipsnbsd_get_longjmp_target): Likewise.
2468 * mipsread.c (read_alphacoff_dynamic_symtab): Likewise.
2469 * mt-tdep.c (mt_register_name): Likewise.
2470 (mt_registers_info): Likewise.
2471 (mt_push_dummy_call): Likewise.
2472 * namespace.c (add_using_directive): Likewise.
2473 * nat/linux-btrace.c (perf_event_read): Likewise.
2474 (linux_enable_bts): Likewise.
2475 * nat/linux-osdata.c (linux_common_core_of_thread): Likewise.
2476 * nat/linux-ptrace.c (linux_ptrace_test_ret_to_nx): Likewise.
2477 * nto-tdep.c (nto_find_and_open_solib): Likewise.
2478 (nto_parse_redirection): Likewise.
2479 * objc-lang.c (objc_demangle): Likewise.
2480 (find_methods): Likewise.
2481 * objfiles.c (get_objfile_bfd_data): Likewise.
2482 (set_objfile_main_name): Likewise.
2483 (allocate_objfile): Likewise.
2484 (objfile_relocate): Likewise.
2485 (update_section_map): Likewise.
2486 * osabi.c (generic_elf_osabi_sniff_abi_tag_sections): Likewise.
2487 * p-exp.y (exp): Likewise.
2488 (yylex): Likewise.
2489 * p-valprint.c (pascal_object_print_value): Likewise.
2490 * parse.c (initialize_expout): Likewise.
2491 (mark_completion_tag): Likewise.
2492 (copy_name): Likewise.
2493 (parse_float): Likewise.
2494 (type_stack_reserve): Likewise.
2495 * ppc-linux-tdep.c (ppc_stap_parse_special_token): Likewise.
2496 (ppu2spu_prev_register): Likewise.
2497 * ppc-ravenscar-thread.c (supply_register_at_address): Likewise.
2498 * printcmd.c (printf_wide_c_string): Likewise.
2499 (printf_pointer): Likewise.
2500 * probe.c (parse_probes): Likewise.
2501 * python/py-cmd.c (gdbpy_parse_command_name): Likewise.
2502 (cmdpy_init): Likewise.
2503 * python/py-gdb-readline.c (gdbpy_readline_wrapper): Likewise.
2504 * python/py-symtab.c (set_sal): Likewise.
2505 * python/py-unwind.c (pyuw_sniffer): Likewise.
2506 * python/python.c (python_interactive_command): Likewise.
2507 (compute_python_string): Likewise.
2508 * ravenscar-thread.c (get_running_thread_id): Likewise.
2509 * record-full.c (record_full_exec_insn): Likewise.
2510 (record_full_core_open_1): Likewise.
2511 * regcache.c (regcache_raw_read_signed): Likewise.
2512 (regcache_raw_read_unsigned): Likewise.
2513 (regcache_cooked_read_signed): Likewise.
2514 (regcache_cooked_read_unsigned): Likewise.
2515 * remote-fileio.c (remote_fileio_func_open): Likewise.
2516 (remote_fileio_func_rename): Likewise.
2517 (remote_fileio_func_unlink): Likewise.
2518 (remote_fileio_func_stat): Likewise.
2519 (remote_fileio_func_system): Likewise.
2520 * remote-mips.c (mips_xfer_memory): Likewise.
2521 (mips_load_srec): Likewise.
2522 (pmon_end_download): Likewise.
2523 * remote.c (new_remote_state): Likewise.
2524 (map_regcache_remote_table): Likewise.
2525 (remote_register_number_and_offset): Likewise.
2526 (init_remote_state): Likewise.
2527 (get_memory_packet_size): Likewise.
2528 (remote_pass_signals): Likewise.
2529 (remote_program_signals): Likewise.
2530 (remote_start_remote): Likewise.
2531 (remote_check_symbols): Likewise.
2532 (remote_query_supported): Likewise.
2533 (extended_remote_attach): Likewise.
2534 (process_g_packet): Likewise.
2535 (store_registers_using_G): Likewise.
2536 (putpkt_binary): Likewise.
2537 (read_frame): Likewise.
2538 (compare_sections_command): Likewise.
2539 (remote_hostio_pread): Likewise.
2540 (remote_hostio_readlink): Likewise.
2541 (remote_file_put): Likewise.
2542 (remote_file_get): Likewise.
2543 (remote_pid_to_exec_file): Likewise.
2544 (_initialize_remote): Likewise.
2545 * rs6000-aix-tdep.c (rs6000_aix_ld_info_to_xml): Likewise.
2546 (rs6000_aix_core_xfer_shared_libraries_aix): Likewise.
2547 * rs6000-tdep.c (ppc_displaced_step_copy_insn): Likewise.
2548 (bfd_uses_spe_extensions): Likewise.
2549 * s390-linux-tdep.c (s390_displaced_step_copy_insn): Likewise.
2550 * score-tdep.c (score7_malloc_and_get_memblock): Likewise.
2551 * solib-dsbt.c (decode_loadmap): Likewise.
2552 (fetch_loadmap): Likewise.
2553 (scan_dyntag): Likewise.
2554 (enable_break): Likewise.
2555 (dsbt_relocate_main_executable): Likewise.
2556 * solib-frv.c (fetch_loadmap): Likewise.
2557 (enable_break2): Likewise.
2558 (frv_relocate_main_executable): Likewise.
2559 * solib-spu.c (spu_relocate_main_executable): Likewise.
2560 (spu_bfd_open): Likewise.
2561 * solib-svr4.c (lm_info_read): Likewise.
2562 (read_program_header): Likewise.
2563 (find_program_interpreter): Likewise.
2564 (scan_dyntag): Likewise.
2565 (elf_locate_base): Likewise.
2566 (open_symbol_file_object): Likewise.
2567 (read_program_headers_from_bfd): Likewise.
2568 (svr4_relocate_main_executable): Likewise.
2569 * solib-target.c (solib_target_relocate_section_addresses): Likewise.
2570 * solib.c (solib_find_1): Likewise.
2571 (exec_file_find): Likewise.
2572 (solib_find): Likewise.
2573 * source.c (openp): Likewise.
2574 (print_source_lines_base): Likewise.
2575 (forward_search_command): Likewise.
2576 * sparc-ravenscar-thread.c (supply_register_at_address): Likewise.
2577 * spu-tdep.c (spu2ppu_prev_register): Likewise.
2578 (spu_get_overlay_table): Likewise.
2579 * stabsread.c (patch_block_stabs): Likewise.
2580 (define_symbol): Likewise.
2581 (again:): Likewise.
2582 (read_member_functions): Likewise.
2583 (read_one_struct_field): Likewise.
2584 (read_enum_type): Likewise.
2585 (common_block_start): Likewise.
2586 * stack.c (read_frame_arg): Likewise.
2587 (backtrace_command): Likewise.
2588 * stap-probe.c (stap_parse_register_operand): Likewise.
2589 * symfile.c (syms_from_objfile_1): Likewise.
2590 (find_separate_debug_file): Likewise.
2591 (load_command): Likewise.
2592 (load_progress): Likewise.
2593 (load_section_callback): Likewise.
2594 (reread_symbols): Likewise.
2595 (add_filename_language): Likewise.
2596 (allocate_compunit_symtab): Likewise.
2597 (read_target_long_array): Likewise.
2598 (simple_read_overlay_table): Likewise.
2599 * symtab.c (symbol_set_names): Likewise.
2600 (resize_symbol_cache): Likewise.
2601 (rbreak_command): Likewise.
2602 (completion_list_add_name): Likewise.
2603 (completion_list_objc_symbol): Likewise.
2604 (add_filename_to_list): Likewise.
2605 * target-descriptions.c (maint_print_c_tdesc_cmd): Likewise.
2606 * target-memory.c (target_write_memory_blocks): Likewise.
2607 * target.c (target_read_string): Likewise.
2608 (read_whatever_is_readable): Likewise.
2609 (target_read_alloc_1): Likewise.
2610 (simple_search_memory): Likewise.
2611 (target_fileio_read_alloc_1): Likewise.
2612 * tilegx-tdep.c (tilegx_push_dummy_call): Likewise.
2613 * top.c (command_line_input): Likewise.
2614 * tracefile-tfile.c (tfile_fetch_registers): Likewise.
2615 * tracefile.c (tracefile_fetch_registers): Likewise.
2616 * tracepoint.c (add_memrange): Likewise.
2617 (init_collection_list): Likewise.
2618 (add_aexpr): Likewise.
2619 (trace_dump_actions): Likewise.
2620 (parse_trace_status): Likewise.
2621 (parse_tracepoint_definition): Likewise.
2622 (parse_tsv_definition): Likewise.
2623 (parse_static_tracepoint_marker_definition): Likewise.
2624 * tui/tui-file.c (tui_sfileopen): Likewise.
2625 (tui_file_adjust_strbuf): Likewise.
2626 * tui/tui-io.c (tui_expand_tabs): Likewise.
2627 * tui/tui-source.c (tui_set_source_content): Likewise.
2628 * typeprint.c (find_global_typedef): Likewise.
2629 * ui-file.c (do_ui_file_xstrdup): Likewise.
2630 (ui_file_obsavestring): Likewise.
2631 (mem_file_write): Likewise.
2632 * utils.c (make_hex_string): Likewise.
2633 (get_regcomp_error): Likewise.
2634 (puts_filtered_tabular): Likewise.
2635 (gdb_realpath_keepfile): Likewise.
2636 (ldirname): Likewise.
2637 (gdb_bfd_errmsg): Likewise.
2638 (substitute_path_component): Likewise.
2639 * valops.c (search_struct_method): Likewise.
2640 (find_oload_champ_namespace_loop): Likewise.
2641 * valprint.c (print_decimal_chars): Likewise.
2642 (read_string): Likewise.
2643 (generic_emit_char): Likewise.
2644 * varobj.c (varobj_delete): Likewise.
2645 (varobj_value_get_print_value): Likewise.
2646 * vaxobsd-tdep.c (vaxobsd_sigtramp_sniffer): Likewise.
2647 * windows-tdep.c (display_one_tib): Likewise.
2648 * xcoffread.c (read_xcoff_symtab): Likewise.
2649 (process_xcoff_symbol): Likewise.
2650 (swap_sym): Likewise.
2651 (scan_xcoff_symtab): Likewise.
2652 (xcoff_initial_scan): Likewise.
2653 * xml-support.c (gdb_xml_end_element): Likewise.
2654 (xml_process_xincludes): Likewise.
2655 (xml_fetch_content_from_file): Likewise.
2656 * xml-syscall.c (xml_list_of_syscalls): Likewise.
2657 * xstormy16-tdep.c (xstormy16_push_dummy_call): Likewise.
2658
623fb775 26592015-09-23 James Bowman <james.bowman@ftdichip.com>
2660
2661 * ft32-tdep.c (ft32_register_type): Return gdbarch_tdep (gdbarch)->pc_type
2662 instead of builtin_func_ptr.
2663 (ft32_pointer_to_address): New function.
2664 (ft32_address_class_type_flags): New function.
2665 (ft32_address_class_type_flags_to_name): New function.
2666 (ft32_address_class_name_to_type_flags): New function.
2667 (ft32_gdbarch_init): Set tdep->pc_type. Call
2668 set_gdbarch_pointer_to_address,
2669 set_gdbarch_address_class_type_flags
2670 set_gdbarch_address_class_name_to_type_flags,
2671 and set_gdbarch_address_class_type_flags_to_name.
2672 * ft32-tdep.h (struct gdbarch_tdep) <pc_type>: New field.
2673
e6c2c623
PMR
26742015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
2675
2676 * ada-lang.c (ada_evaluate_subexp) <OP_FUNCALL>: When the input
2677 value is a reference, actually dereference it in order to get
2678 the underlying value.
2679
bc1f8cda
SM
26802015-09-22 Simon Marchi <simon.marchi@ericsson.com>
2681
2682 * stap-probe.c (handle_stap_probe): Remove unnecessary cast.
2683
acaa662f
SM
26842015-09-21 Simon Marchi <simon.marchi@ericsson.com>
2685
2686 * cli/cli-setshow.c (cmd_show_list): Constify a variable.
2687 * linespec.c (linespec_lexer_lex_string): Same.
2688
4d9d419e
PL
26892015-09-21 Pierre Langlois <pierre.langlois@arm.com>
2690
2691 * NEWS: Mention support for fast tracepoints on aarch64-linux.
2692
6ec5f4be
PL
26932015-09-21 Pierre Langlois <pierre.langlois@arm.com>
2694
2695 * aarch64-tdep.c (aarch64_analyze_prologue): New is_adrp
2696 variable. Call aarch64_decode_adr instead of
2697 aarch64_decode_adrp.
2698 * arch/aarch64-insn.h (aarch64_decode_adrp): Delete.
2699 (aarch64_decode_adr): New function declaration.
2700 * arch/aarch64-insn.c (aarch64_decode_adrp): Delete.
2701 (aarch64_decode_adr): New function, factored out from
2702 aarch64_decode_adrp to decode both adr and adrp instructions.
2703
787749ea
PL
27042015-09-21 Pierre Langlois <pierre.langlois@arm.com>
2705
2706 * Makefile.in (ALL_64_TARGET_OBS): Add aarch64-insn.o.
2707 (HFILES_NO_SRCDIR): Add arch/aarch64-insn.h.
2708 (aarch64-insn.o): New rule.
2709 * configure.tgt (aarch64*-*-elf): Add aarch64-insn.o.
2710 (aarch64*-*-linux*): Likewise.
2711 * arch/aarch64-insn.c: New file.
2712 * arch/aarch64-insn.h: New file.
2713 * aarch64-tdep.c: Include arch/aarch64-insn.h.
2714 (aarch64_debug): Move to arch/aarch64-insn.c. Declare in
2715 arch/aarch64-insn.h.
2716 (decode_add_sub_imm): Rename to ...
2717 (aarch64_decode_add_sub_imm): ... this.
2718 (decode_adrp): Rename to ...
2719 (aarch64_decode_adrp): ... this. Move to arch/aarch64-insn.c.
2720 Declare in arch/aarch64-insn.h.
2721 (decode_b): Rename to ...
2722 (aarch64_decode_b): ... this. Move to arch/aarch64-insn.c.
2723 Declare in arch/aarch64-insn.h.
2724 (decode_bcond): Rename to ...
2725 (aarch64_decode_bcond): ... this. Move to arch/aarch64-insn.c.
2726 Declare in arch/aarch64-insn.h.
2727 (decode_br): Rename to ...
2728 (aarch64_decode_br): ... this.
2729 (decode_cb): Rename to ...
2730 (aarch64_decode_cb): ... this. Move to arch/aarch64-insn.c.
2731 Declare in arch/aarch64-insn.h.
2732 (decode_eret): Rename to ...
2733 (aarch64_decode_eret): ... this.
2734 (decode_movz): Rename to ...
2735 (aarch64_decode_movz): ... this.
2736 (decode_orr_shifted_register_x): Rename to ...
2737 (aarch64_decode_orr_shifted_register_x): ... this.
2738 (decode_ret): Rename to ...
2739 (aarch64_decode_ret): ... this.
2740 (decode_stp_offset): Rename to ...
2741 (aarch64_decode_stp_offset): ... this.
2742 (decode_stp_offset_wb): Rename to ...
2743 (aarch64_decode_stp_offset_wb): ... this.
2744 (decode_stur): Rename to ...
2745 (aarch64_decode_stur): ... this.
2746 (decode_tb): Rename to ...
2747 (aarch64_decode_tb): ... this. Move to arch/aarch64-insn.c.
2748 Declare in arch/aarch64-insn.h.
2749 (aarch64_analyze_prologue): Adjust calls to renamed functions.
2750
183dc7ec
DE
27512015-09-20 Doug Evans <xdje42@gmail.com>
2752
2753 * dwarf2read.c (add_partial_symbol): Remove outdated comments.
2754
2ee7123e
DE
27552015-09-20 Doug Evans <xdje42@gmail.com>
2756
2757 * dwarf2read.c (dwarf2_compute_name): Add FIXME. Don't use a local
2758 variable name that collides with a parameter.
2759
7d1c9c9b
JB
27602015-09-20 Joel Brobecker <brobecker@adacore.com>
2761
2762 * dwarf2loc.c (locexpr_get_frame_base): Renames
2763 block_op_get_frame_base.
2764 (dwarf2_block_frame_base_locexpr_funcs): Replace reference to
2765 block_op_get_frame_base by reference to locexpr_get_frame_base.
2766 (loclist_get_frame_base): New function, near identical copy of
2767 locexpr_get_frame_base.
2768 (dwarf2_block_frame_base_loclist_funcs): Replace reference to
2769 block_op_get_frame_base by reference to loclist_get_frame_base.
2770
7dc7c195
DE
27712015-09-19 Doug Evans <xdje42@gmail.com>
2772
2773 * ravenscar-thread.c (ravenscar_inferior_created): Replace
2774 current_inferior ()->gdbarch with its wrapper target_gdbarch.
2775
be550b6e
DE
27762015-09-18 Doug Evans <xdje42@gmail.com>
2777
2778 * linux-thread-db.c (record_thread): Return the created thread.
2779 (thread_from_lwp): Likewise.
2780 (thread_db_get_thread_local_address): Update.
2781
615b3f62
DE
27822015-09-18 Doug Evans <xdje42@gmail.com>
2783
2784 * symtab.h (general_symbol_info) <mangled_lang>: Delete struct,
2785 move only member demangled_name up. All uses updated.
2786
015d2e7e
DE
27872015-09-18 Doug Evans <xdje42@gmail.com>
2788
2789 * findvar.c (default_read_var_value) <LOC_UNRESOLVED>: Include the
2790 kind of minimal symbol in the error message.
2791 * objfiles.c (objfile_flavour_name): New function.
2792 * objfiles.h (objfile_flavour_name): Declare.
2793
a0cc84cd
YQ
27942015-09-18 Yao Qi <yao.qi@linaro.org>
2795
2796 * nat/aarch64-linux.c: Include elf/common.h,
2797 nat/gdb_ptrace.h, asm/ptrace.h and sys/uio.h.
2798 (aarch64_ps_get_thread_area): New function.
2799 * nat/aarch64-linux.h: Include gdb_proc_service.h.
2800 (aarch64_ps_get_thread_area): Declare.
2801 * aarch64-linux-nat.c (ps_get_thread_area): Call
2802 aarch64_ps_get_thread_area.
2803
d2939ba2
MM
28042015-09-18 Markus Metzger <markus.t.metzger@intel.com>
2805
2806 * record-btrace.c (record_btrace_resume): Honour scheduler-locking.
2807
f2665db5
MM
28082015-09-18 Markus Metzger <markus.t.metzger@intel.com>
2809
2810 * NEWS: Announce new scheduler-locking mode.
2811 * infrun.c (schedlock_replay): New.
2812 (scheduler_enums): Add schedlock_replay.
2813 (scheduler_mode): Change default to schedlock_replay.
2814 (user_visible_resume_ptid): Handle schedlock_replay.
2815 (clear_proceed_status_thread): Stop replaying if resumed thread is
2816 not replaying.
2817 (schedlock_applies): Handle schedlock_replay.
2818 (_initialize_infrun): Document new scheduler-locking mode.
2819 * record-btrace.c (record_btrace_resume): Remove code to stop other
2820 threads when not replaying the resumed thread.
2821
7ff27e9b
MM
28222015-09-18 Markus Metzger <markus.t.metzger@intel.com>
2823
2824 * record-btrace.c ((record_btrace_will_replay): New.
2825 (init_record_btrace_ops): Initialize to_record_will_replay.
2826 * record-full.c ((record_full_will_replay): New.
2827 (init_record_full_ops): Initialize to_record_will_replay.
2828 * target-delegates.c: Regenerated.
2829 * target.c (target_record_will_replay): New.
2830 * target.h (struct target_ops) <to_record_will_replay>: New.
2831 (target_record_will_replay): New.
2832
797094dd
MM
28332015-09-18 Markus Metzger <markus.t.metzger@intel.com>
2834
2835 * record-btrace.c (record_btrace_resume): Call
2836 target_record_stop_replaying.
2837 (record_btrace_stop_replaying_all): New.
2838 (init_record_btrace_ops): Initialize to_record_stop_replaying.
2839 * record-full.c (record_full_stop_replaying): New.
2840 (init_record_full_ops ): Initialize to_record_stop_replaying.
2841 * target-delegates.c: Regenerated.
2842 * target.c (target_record_stop_replaying): New.
2843 * target.h (struct target_ops) <to_record_stop_replaying>: New.
2844 (target_record_stop_replaying): New.
2845
4d10e986
MM
28462015-09-18 Markus Metzger <markus.t.metzger@intel.com>
2847
2848 * record-btrace.c (record_btrace_xfer_partial)
2849 (record_btrace_store_registers, record_btrace_prepare_to_store):
2850 Call record_btrace_is_replaying with inferior_ptid instead of
2851 minus_one_ptid.
2852 (record_btrace_store_registers): Change error message.
2853
a52eab48
MM
28542015-09-18 Markus Metzger <markus.t.metzger@intel.com>
2855
2856 * record-btrace.c (record_btrace_is_replaying): Add ptid argument.
2857 Update users to pass minus_one_ptid.
2858 * record-full.c (record_full_is_replaying): Add ptid argument (ignored).
2859 * record.c (cmd_record_delete): Pass inferior_ptid to
2860 target_record_is_replaying.
2861 * target-delegates.c: Regenerated.
2862 * target.c (target_record_is_replaying): Add ptid argument.
2863 * target.h (struct target_ops) <to_record_is_replaying>: Add ptid
2864 argument.
2865 (target_record_is_replaying): Add ptid argument.
2866
cbb55fa7
MM
28672015-09-18 Markus Metzger <markus.t.metzger@intel.com>
2868
2869 * record-btrace.c (record_btrace_open): Remove non_stop check.
2870 * NEWS: Announce that record btrace supports non-stop mode.
2871
d1988021
MM
28722015-09-18 Markus Metzger <markus.t.metzger@intel.com>
2873
2874 * infrun.c (handle_inferior_event_1): Switch to the eventing thread
2875 in the TARKET_WAITKIND_NO_HISTORY case.
2876
a6b5be76
MM
28772015-09-18 Markus Metzger <markus.t.metzger@intel.com>
2878
2879 * record-btrace.c (record_btrace_maybe_mark_async_event): New.
2880 (record_btrace_wait): Call record_btrace_maybe_mark_async_event.
2881
ec71cc2f
MM
28822015-09-18 Markus Metzger <markus.t.metzger@intel.com>
2883
2884 * record-btrace.c (get_thread_current_frame): New.
2885 (record_btrace_start_replaying): Call get_thread_current_frame.
2886
0ca912df
MM
28872015-09-18 Markus Metzger <markus.t.metzger@intel.com>
2888
2889 * record-btrace.c (record_btrace_resume_thread): A move request
2890 overwrites a previous move request.
2891 (record_btrace_find_resume_thread): Removed.
2892 (record_btrace_resume): Resume all requested threads.
2893
e3cfc1c7
MM
28942015-09-18 Markus Metzger <markus.t.metzger@intel.com>
2895
2896 * record-btrace.c: Include vec.h.
2897 (record_btrace_find_thread_to_move): Removed.
2898 (btrace_step_no_resumed, btrace_step_again)
2899 (record_btrace_stop_replaying_at_end): New.
2900 (record_btrace_cancel_resume): Call record_btrace_stop_replaying_at_end.
2901 (record_btrace_single_step_forward): Remove calls to
2902 record_btrace_stop_replaying.
2903 (record_btrace_step_thread): Do only one step for BTHR_CONT and
2904 BTHR_RCONT. Keep threads at the end of their history moving.
2905 (record_btrace_wait): Call record_btrace_step_thread for all threads
2906 until one reports an event. Call record_btrace_stop_replaying_at_end
2907 for the eventing thread.
2908
cf8f8f0c
MM
29092015-09-18 Markus Metzger <markus.t.metzger@intel.com>
2910
2911 * record-btrace.c (record_btrace_single_step_forward): Return
2912 NO_HISTORY if a step brings us to the end of the execution history.
2913
011c71b6
MM
29142015-09-18 Markus Metzger <markus.t.metzger@intel.com>
2915
2916 * record-btrace.c (record_btrace_step_thread): Move breakpoint check
2917 to ...
2918 (record_btrace_single_step_forward): ... here and
2919 (record_btrace_single_step_backward): ... here.
2920
d825d248
MM
29212015-09-18 Markus Metzger <markus.t.metzger@intel.com>
2922
2923 * record-btrace.c (btrace_step_spurious)
2924 (record_btrace_single_step_forward)
2925 (record_btrace_single_step_backward): New.
2926 (record_btrace_step_thread): Call record_btrace_single_step_forward
2927 and record_btrace_single_step_backward.
2928
3c615f99
MM
29292015-09-18 Markus Metzger <markus.t.metzger@intel.com>
2930
2931 * record-btrace.c (record_btrace_replay_at_breakpoint): New.
2932 (record_btrace_step_thread): Call record_btrace_replay_at_breakpoint.
2933
987e68b1
MM
29342015-09-18 Markus Metzger <markus.t.metzger@intel.com>
2935
2936 * record-btrace.c (btrace_thread_flag_to_str)
2937 (record_btrace_cancel_resume): New.
2938 (record_btrace_step_thread): Call btrace_thread_flag_to_str.
2939 (record_btrace_resume): Print execution direction.
2940 (record_btrace_resume_thread): Call btrace_thread_flag_to_str.
2941 (record_btrace_wait): Call record_btrace_cancel_resume.
2942
6e4879f0
MM
29432015-09-18 Markus Metzger <markus.t.metzger@intel.com>
2944
2945 * btrace.h (enum btrace_thread_flag) <BTHR_STOP>: New.
2946 * record-btrace (record_btrace_resume_thread): Clear BTHR_STOP.
2947 (record_btrace_find_thread_to_move): Also accept threads that have
2948 BTHR_STOP set.
2949 (btrace_step_stopped_on_request, record_btrace_stop): New.
2950 (record_btrace_step_thread): Support BTHR_STOP.
2951 (record_btrace_wait): Also clear BTHR_STOP when stopping other threads.
2952 (init_record_btrace_ops): Initialize to_stop.
2953
5953356c
MM
29542015-09-18 Markus Metzger <markus.t.metzger@intel.com>
2955
2956 * record-btrace.c (record_btrace_wait): Replace non_stop check with
2957 target_is_non_stop_p ().
2958
bfca584f
PMR
29592015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
2960
2961 * ada-typeprint.c (print_array_type): Do not describe arrays as
2962 packed when they embed dynamic elements.
2963
5382cfab
PW
29642015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2965
2966 * symtab.h (address_class): Document that TLS variables
2967 are handled by LOC_UNRESOLVED.
2968 * findvar.c (default_read_var_value): Don't relocate TLS variables.
2969 * printcmd.c (address_info): Don't relocate TLS variables.
2970
b277c936
PL
29712015-09-15 Pierre Langlois <pierre.langlois@arm.com>
2972
2973 * aarch64-tdep.c (decode_add_sub_imm): Use debug_printf.
2974 (decode_adrp): Likewise.
2975 (decode_b): Likewise.
2976 (decode_bcond): Likewise.
2977 (decode_br): Likewise.
2978 (decode_cb): Likewise.
2979 (decode_eret): Likewise.
2980 (decode_movz): Likewise.
2981 (decode_orr_shifted_register_x): Likewise.
2982 (decode_ret): Likewise.
2983 (decode_stp_offset): Likewise.
2984 (decode_stp_offset_wb): Likewise.
2985 (decode_stur): Likewise.
2986 (decode_tb): Likewise.
2987 (aarch64_analyze_prologue): Likewise.
2988 (pass_in_x): Likewise.
2989 (pass_in_v): Likewise.
2990 (pass_on_stack): Likewise.
2991 (aarch64_push_dummy_call): Likewise.
2992 (aarch64_extract_return_value): Likewise.
2993 (aarch64_store_return_value): Likewise.
2994 (aarch64_return_value): Likewise.
2995 (aarch64_record_asimd_load_store): Likewise.
2996 (aarch64_record_load_store): Likewise.
2997 (aarch64_record_data_proc_simd_fp): Likewise.
2998
141c5cc4
JK
29992015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
3000
3001 * linespec.c (minsym_found): Call gdbarch_skip_entrypoint.
3002 * ppc64-tdep.c (ppc64_skip_trampoline_code): Rename to ...
3003 (ppc64_skip_trampoline_code_1): ... here.
3004 (ppc64_skip_trampoline_code): New wrapper function.
3005 * symtab.c (find_function_start_sal): Call gdbarch_skip_entrypoint.
3006
750ce8d1
YQ
30072015-09-15 Yao Qi <yao.qi@linaro.org>
3008
3009 * aarch64-linux-nat.c (aarch64_linux_can_do_single_step): New
3010 function.
3011 (_initialize_aarch64_linux_nat): Install it to to_can_do_single_step.
3012 * arm-linux-tdep.c (arm_linux_software_single_step): Return 0
3013 if target_can_do_single_step returns 1.
3014 * remote.c (struct vCont_action_support) <s, S>: New fields.
3015 (PACKET_vContSupported): New enum.
3016 (remote_protocol_features): New element for vContSupported.
3017 (remote_query_supported): Append "vContSupported+".
3018 (remote_vcont_probe): Remove support_s and support_S, use
3019 rs->supports_vCont.s and rs->supports_vCont.S instead. Disable
3020 vCont packet if c and C actions are not supported.
3021 (remote_can_do_single_step): New function.
3022 (init_remote_ops): Install it to to_can_do_single_step.
3023 (_initialize_remote): Call add_packet_config_cmd.
3024 * target.h (struct target_ops) <to_can_do_single_step>: New field.
3025 (target_can_do_single_step): New macro.
3026 * target-delegates.c: Re-generated.
3027
ade90bde
YQ
30282015-09-15 Yao Qi <yao.qi@linaro.org>
3029
3030 * aarch64-linux-nat.c (aarch64_linux_siginfo_fixup): New function.
3031 (_initialize_aarch64_linux_nat): Call linux_nat_set_siginfo_fixup.
3032 * nat/aarch64-linux.c (aarch64_compat_siginfo_from_siginfo):
3033 New function.
3034 (aarch64_siginfo_from_compat_siginfo): New function.
3035 * nat/aarch64-linux.h: Include signal.h.
3036 (compat_int_t, compat_uptr_t, compat_time_t): Typedef.
3037 (compat_timer_t, compat_clock_t): Likewise.
3038 (struct compat_timeval): New.
3039 (union compat_sigval): New.
3040 (struct compat_siginfo): New.
3041 (cpt_si_pid, cpt_si_uid, cpt_si_timerid): New macros.
3042 (cpt_si_overrun, cpt_si_status, cpt_si_utime): Likewise.
3043 (cpt_si_stime, cpt_si_ptr, cpt_si_addr): Likewise.
3044 (cpt_si_band, cpt_si_fd): Likewise.
3045
4c2f2a79
PA
30462015-09-14 Pedro Alves <palves@redhat.com>
3047
3048 * infrun.c (current_stop_id): New global.
3049 (get_stop_id, new_stop_id): New functions.
3050 (fetch_inferior_event): Handle normal_stop proceeding the target.
3051 (struct stop_context): New.
3052 (save_stop_context, release_stop_context_cleanup)
3053 (stop_context_changed): New functions.
3054 (normal_stop): Return true if the hook-stop changes the stop
3055 context.
3056 * infrun.h (get_stop_id): Declare.
3057 (normal_stop): Now returns int. Add documentation.
3058
919e6dbe
PMR
30592015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
3060
3061 * ada-lang.c (ada_value_ptr_subscript): Update the heading
3062 comment. Handle packed arrays.
3063
b027a8fa
PA
30642015-09-14 Pedro Alves <palves@redhat.com>
3065
3066 * NEWS (Changes in GDB 7.10, New commands>: Remove duplicate
3067 mention of maint set/show target-non-stop.
3068
b459a59b
DB
30692015-09-11 Don Breazeal <donb@codesourcery.com>
3070
3071 * NEWS: Announce new remote packets for the exec-events
3072 feature and the exec-events feature and associated commands.
3073
d46addbb
DB
30742015-09-11 Don Breazeal <donb@codesourcery.com>
3075
3076 * remote.c (remote_exec_event_p): New function.
3077 (remote_insert_exec_catchpoint): New function.
3078 (remote_remove_exec_catchpoint): New function.
3079 (init_extended_remote_ops): Initialize extended_remote_ops
3080 members to_insert_exec_catchpoint and
3081 to_remove_exec_catchpoint.
3082
94585166
DB
30832015-09-11 Don Breazeal <donb@codesourcery.com>
3084 Luis Machado <lgustavo@codesourcery.com>
3085
3086 * infrun.c (follow_exec): Use process-style ptid for
3087 exec message. Call add_inferior_with_spaces and
3088 target_follow_exec.
3089 * nat/linux-ptrace.c (linux_supports_traceexec): New function.
3090 * nat/linux-ptrace.h (linux_supports_traceexec): Declare.
3091 * remote.c (remote_pspace_data): New static variable.
3092 (remote_pspace_data_cleanup): New function.
3093 (get_remote_exec_file): New function.
3094 (set_remote_exec_file_1): New function.
3095 (set_remote_exec_file): New function.
3096 (show_remote_exec_file): New function.
3097 (remote_exec_file): Delete static variable.
3098 (anonymous enum) <PACKET_exec_event_feature>: New
3099 enumeration constant.
3100 (remote_protocol_features): Add entry for exec-events feature.
3101 (remote_query_supported): Add client side of qSupported query
3102 for exec-events feature.
3103 (remote_follow_exec): New function.
3104 (remote_parse_stop_reply): Handle 'exec' stop reason.
3105 (extended_remote_run, extended_remote_create_inferior): Call
3106 get_remote_exec_file and set_remote_exec_file_1.
3107 (init_extended_remote_ops) <to_follow_exec>: Initialize new
3108 member.
3109 (_initialize_remote): Call
3110 register_program_space_data_with_cleanup. Call
3111 add_packet_config_cmd for remote exec-events feature.
3112 Modify call to add_setshow_string_noescape_cmd for exec-file
3113 to use new functions set_remote_exec_file and
3114 show_remote_exec_file.
3115 * target-debug.h, target-delegates.c: Regenerated.
3116 * target.c (target_follow_exec): New function.
3117 * target.h (struct target_ops) <to_follow_exec>: New member.
3118 (target_follow_exec): Declare new function.
3119
669e74e8
PL
31202015-09-11 Pierre Langlois <pierre.langlois@arm.com>
3121
3122 * aarch64-tdep.c (decode_cb): Move up comment describing the
3123 encoding.
3124 (decode_tb): Fix a typo in comment above the function. Move up
3125 comment describing the encoding.
3126
4d50586d
PL
31272015-09-11 Pierre Langlois <pierre.langlois@arm.com>
3128
3129 * aarch64-tdep.c (decode_bcond): Fix incorrect mask.
3130
6dcaef99
MMN
31312015-09-11 Mihail-Marian Nistor <mihail.nistor@freescale.com>
3132
3133 PR gdb/18947
3134 * aarch64-linux-tdep.c: (aarch64_linux_init_abi): Install
3135 glibc_skip_solib_resolver as gdbarch_skip_solib_resolver callback.
3136
5da1a4d3
SM
31372015-09-10 Simon Marchi <simon.marchi@ericsson.com>
3138
3139 * ada-lang.c (scan_discrim_bound): Factor out arithmetic
3140 operations.
3141
108d56a4
SM
31422015-09-10 Simon Marchi <simon.marchi@ericsson.com>
3143
3144 * ada-lang.c (ada_search_struct_field): Constify parameters
3145 and/or variables..
3146 (xget_renaming_scope): Likewise.
3147 (ada_is_redundant_range_encoding): Likewise.
3148 (scan_discrim_bound): Likewise.
3149 (to_fixed_range_type): Likewise.
3150
dd2e65cc
YQ
31512015-09-10 Yao Qi <yao.qi@linaro.org>
3152
3153 * breakpoint.c (download_tracepoint_locations): New local
3154 can_download_tracepoint. Check the result of
3155 target_can_download_tracepoint and save it in
3156 can_download_tracepoint if there are tracepoints to download.
3157 * linux-nat.h (enum tribool): Move it to ...
3158 * common/common-types.h: ... here.
3159
cfe75703
PA
31602015-09-09 Pedro Alves <palves@redhat.com>
3161
3162 * inf-loop.c (inferior_event_handler): Delete INF_TIMER case.
3163 * target.h (enum inferior_event_type) <INF_TIMER>: Delete.
3164
a85a3079
PA
31652015-09-09 Pedro Alves <palves@redhat.com>
3166
3167 * continuations.c (add_continuation, restore_thread_cleanup)
3168 (do_all_continuations_ptid, do_all_continuations_thread_callback)
3169 (do_all_continuations_thread, do_all_continuations)
3170 (discard_all_continuations_thread_callback)
3171 (discard_all_continuations_thread, discard_all_continuations)
3172 (add_intermediate_continuation)
3173 (do_all_intermediate_continuations_thread_callback)
3174 (do_all_intermediate_continuations_thread)
3175 (do_all_intermediate_continuations)
3176 (discard_all_intermediate_continuations_thread_callback)
3177 (discard_all_intermediate_continuations_thread)
3178 (discard_all_intermediate_continuations): Delete.
3179 * continuations.h (add_continuation, do_all_continuations)
3180 (do_all_continuations_thread, discard_all_continuations)
3181 (discard_all_continuations_thread, add_intermediate_continuation)
3182 (do_all_intermediate_continuations)
3183 (do_all_intermediate_continuations_thread)
3184 (discard_all_intermediate_continuations)
3185 (discard_all_intermediate_continuations_thread): Delete
3186 declarations.
3187 * event-top.c (stdin_event_handler): Delete references to
3188 continuations.
3189 * gdbthread.h (struct thread_info): Delete continuations and
3190 intermediate_continuations fields.
3191 * inf-loop.c (inferior_event_handler): Remove references to
3192 continuations.
3193 * infrun.c (infrun_thread_stop_requested_callback): Remove
3194 references to continuations.
3195 * target.h (enum inferior_event_type) <INF_EXEC_CONTINUE>: Delete.
3196 * thread.c: Don't include "continuations.h".
3197 (clear_thread_inferior_resources): Remove references to
3198 continuations.
3199
0700e23e
PA
32002015-09-09 Pedro Alves <palves@redhat.com>
3201
3202 * infcall.c (struct dummy_frame_context_saver): Delete.
3203 (dummy_frame_context_saver_free, dummy_frame_context_saver_dtor)
3204 (dummy_frame_context_saver_drop)
3205 (dummy_frame_context_saver_cleanup)
3206 (dummy_frame_context_saver_get_regs)
3207 (dummy_frame_context_saver_setup): Delete.
3208 * infcall.h (dummy_frame_context_saver_drop)
3209 (dummy_frame_context_saver_cleanup)
3210 (dummy_frame_context_saver_get_regs, dummy_frame_context_saver):
3211 Delete.
3212 (get_return_value): Remove 'ctx_saver' paremeter. Adjust.
3213 * inferior.h (get_return_value): Remove 'ctx_saver' paremeter.
3214 * python/py-finishbreakpoint.c (bpfinishpy_pre_stop_hook): Adjust.
3215
cfc31633
PA
32162015-09-09 Pedro Alves <palves@redhat.com>
3217
3218 * breakpoint.c: Include "thread-fsm.h".
3219 (struct until_break_command_continuation_args): Delete.
3220 (struct until_break_fsm): New.
3221 (until_break_fsm_ops): New global.
3222 (new_until_break_fsm, until_break_fsm_should_stop): New functions.
3223 (until_break_command_continuation): Delete.
3224 (until_break_fsm_clean_up): New function.
3225 (until_break_fsm_async_reply_reason): New function.
3226 (until_break_command): Adjust to create an until_break_fsm instead
3227 of a continuation.
3228 (momentary_bkpt_print_it): No longer print MI's async-stop-reason
3229 here.
3230 * infcmd.c (struct until_next_fsm): New.
3231 (until_next_fsm_ops): New global.
3232 (new_until_next_fsm, until_next_fsm_should_stop): New function.
3233 (until_next_continuation): Delete.
3234 (until_next_fsm_clean_up, until_next_fsm_async_reply_reason): New
3235 functions.
3236 (until_next_command): Adjust to create a new until_next_fsm
3237 instead of a continuation.
3238
388a7084
PA
32392015-09-09 Pedro Alves <palves@redhat.com>
3240
3241 * infcall.c: Include thread_fsm.h.
3242 (struct call_return_meta_info): New.
3243 (get_call_return_value): New function, factored out from
3244 call_function_by_hand_dummy.
3245 (struct call_thread_fsm): New.
3246 (call_thread_fsm_ops): New global.
3247 (new_call_thread_fsm, call_thread_fsm_should_stop)
3248 (call_thread_fsm_should_notify_stop): New functions.
3249 (run_inferior_call): Add 'sm' parameter. Associate the FSM with
3250 the thread.
3251 (call_function_by_hand_dummy): Create a new call_thread_fsm
3252 instance, associate it with the thread, and wait for the FSM to
3253 finish. If finished successfully, fetch the function's result
3254 value out of the FSM.
3255 * infrun.c (fetch_inferior_event): If the FSM says the stop
3256 shouldn't be notified, don't call normal_stop.
3257 (maybe_remove_breakpoints): New function, factored out from ...
3258 (normal_stop): ... here. Simplify.
3259 * infrun.h (maybe_remove_breakpoints): Declare.
3260 * thread-fsm.c (thread_fsm_should_notify_stop): New function.
3261 (thread-fsm.h) <struct thread_fsm_ops>: New field.
3262 (thread_fsm_should_notify_stop): Declare.
3263
243a9253
PA
32642015-09-09 Pedro Alves <palves@redhat.com>
3265
3266 * Makefile.in (COMMON_OBS): Add thread-fsm.o.
3267 * breakpoint.c (handle_jit_event): Print debug output.
3268 (bpstat_what): Split event callback handling to ...
3269 (bpstat_run_callbacks): ... this new function.
3270 (momentary_bkpt_print_it): No longer handle bp_finish here.
3271 * breakpoint.h (bpstat_run_callbacks): Declare.
3272 * gdbthread.h (struct thread_info) <step_multi>: Delete field.
3273 <thread_fsm>: New field.
3274 (thread_cancel_execution_command): Declare.
3275 * infcmd.c: Include thread-fsm.h.
3276 (struct step_command_fsm): New.
3277 (step_command_fsm_ops): New global.
3278 (new_step_command_fsm, step_command_fsm_prepare): New functions.
3279 (step_1): Adjust to use step_command_fsm_prepare and
3280 prepare_one_step.
3281 (struct step_1_continuation_args): Delete.
3282 (step_1_continuation): Delete.
3283 (step_command_fsm_should_stop): New function.
3284 (step_once): Delete.
3285 (step_command_fsm_clean_up, step_command_fsm_async_reply_reason)
3286 (prepare_one_step): New function, based on step_once.
3287 (until_next_command): Remove step_multi reference.
3288 (struct return_value_info): New.
3289 (print_return_value): Rename to ...
3290 (print_return_value_1): ... this. New struct return_value_info
3291 parameter. Adjust.
3292 (print_return_value): Reimplement as wrapper around
3293 print_return_value_1.
3294 (struct finish_command_fsm): New.
3295 (finish_command_continuation): Delete.
3296 (finish_command_fsm_ops): New global.
3297 (new_finish_command_fsm, finish_command_fsm_should_stop): New
3298 functions.
3299 (finish_command_fsm_clean_up, finish_command_fsm_return_value):
3300 New.
3301 (finish_command_continuation_free_arg): Delete.
3302 (finish_command_fsm_async_reply_reason): New.
3303 (finish_backward, finish_forward): Change symbol parameter to a
3304 finish_command_fsm. Adjust.
3305 (finish_command): Create a finish_command_fsm. Adjust.
3306 * infrun.c: Include "thread-fsm.h".
3307 (clear_proceed_status_thread): Delete the thread's FSM.
3308 (infrun_thread_stop_requested_callback): Cancel the thread's
3309 execution command.
3310 (clean_up_just_stopped_threads_fsms): New function.
3311 (fetch_inferior_event): Handle the event_thread's should_stop
3312 method saying the command isn't done yet.
3313 (process_event_stop_test): Run breakpoint callbacks here.
3314 (print_stop_event): Rename to ...
3315 (print_stop_location): ... this.
3316 (restore_current_uiout_cleanup): New function.
3317 (print_stop_event): Reimplement.
3318 (normal_stop): No longer notify the end_stepping_range observers
3319 here handle "step N" nor "finish" here. No longer call
3320 print_stop_event here.
3321 * infrun.h (struct return_value_info): Forward declare.
3322 (print_return_value): Declare.
3323 (print_stop_event): Change prototype.
3324 * thread-fsm.c: New file.
3325 * thread-fsm.h: New file.
3326 * thread.c: Include "thread-fsm.h".
3327 (thread_cancel_execution_command): New function.
3328 (clear_thread_inferior_resources): Call it.
3329 * cli/cli-interp.c (cli_on_normal_stop): New function.
3330 (cli_interpreter_init): Install cli_on_normal_stop as normal_stop
3331 observer.
3332 * mi/mi-interp.c: Include "thread-fsm.h".
3333 (restore_current_uiout_cleanup): Delete.
3334 (mi_on_normal_stop): If the thread has an FSM associated, and it
3335 finished, ask it for the async-reply-reason to print. Always call
3336 print_stop_event here, regardless of the top-level interpreter.
3337 Check bpstat_what to tell whether an asynchronous breakpoint hit
3338 triggered.
3339 * tui/tui-interp.c (tui_on_normal_stop): New function.
3340 (tui_init): Install tui_on_normal_stop as normal_stop observer.
3341
0b333c5e
PA
33422015-09-09 Pedro Alves <palves@redhat.com>
3343
3344 * breakpoint.c (bpstat_do_actions_1, until_break_command): Don't
3345 check whether the target can async.
3346 * inf-loop.c (inferior_event_handler): Only call target_async if
3347 the target can async.
3348 * infcall.c: Include top.h and interps.h.
3349 (run_inferior_call): For the interpreter to sync mode while
3350 running the infcall. Call wait_sync_command_done instead of
3351 wait_for_inferior plus normal_stop.
3352 * infcmd.c (prepare_execution_command): Don't check whether the
3353 target can async when running in the foreground.
3354 (step_1): Delete synchronous case handling.
3355 (step_once): Always install a continuation, even in sync mode.
3356 (until_next_command, finish_forward): Don't check whether the
3357 target can async.
3358 (attach_command_post_wait, notice_new_inferior): Always install a
3359 continuation, even in sync mode.
3360 * infrun.c (mark_infrun_async_event_handler): New function.
3361 (proceed): In sync mode, mark infrun's event source instead of
3362 waiting for events here.
3363 (fetch_inferior_event): If the target can't async, do a blocking
3364 wait.
3365 (prepare_to_wait): In sync mode, mark infrun's event source.
3366 (infrun_async_inferior_event_handler): No longer bail out if the
3367 target can't async.
3368 * infrun.h (mark_infrun_async_event_handler): New declaration.
3369 * linux-nat.c (linux_nat_wait_1): Remove calls to
3370 set_sigint_trap/clear_sigint_trap.
3371 (linux_nat_terminal_inferior): No longer check whether the target
3372 can async.
3373 * mi/mi-interp.c (mi_on_sync_execution_done): Update and simplify
3374 comment.
3375 (mi_execute_command_input_handler): No longer check whether the
3376 target is async. Update and simplify comment.
3377 * target.c (default_target_wait): New function.
3378 * target.h (struct target_ops) <to_wait>: Now defaults to
3379 default_target_wait.
3380 (default_target_wait): Declare.
3381 * top.c (wait_sync_command_done): New function, factored out from
3382 ...
3383 (maybe_wait_sync_command_done): ... this.
3384 * top.h (wait_sync_command_done): Declare.
3385 * target-delegates.c: Regenerate.
3386
0568462b
MM
33872015-09-09 Markus Metzger <markus.t.metzger@intel.com>
3388
3389 * nat/linux-btrace.h (struct btrace_target_info) <ptr_bits>: Remove.
3390 * nat/linux-btrace.c: Include filestuff.h and inttypes.h.
3391 Remove include of sys/utsname.h.
3392 (linux_determine_kernel_ptr_bits): Remove.
3393 (linux_determine_kernel_start): New.
3394 (perf_event_is_kernel_addr): Remove tinfo argument. Update users.
3395 Update check.
3396 (perf_event_skip_bts_record): Remove tinfo argument. Update users.
3397 (linux_enable_bts, linux_enable_pt): Remove tinfo->ptr_bits
3398 initialization.
3399 * x86-linux-nat.c (x86_linux_enable_btrace): Remove ptr_bits
3400 assignment.
3401
72e02483
PA
34022015-09-07 Pedro Alves <palves@redhat.com>
3403
3404 * guile/guile-internal.h (as_a_scm_t_subr): New.
3405 * guile/guile.c (misc_guile_functions): Use it.
3406 * guile/scm-arch.c (arch_functions): Use it.
3407 * guile/scm-block.c (block_functions, gdbscm_initialize_blocks):
3408 Use it.
3409 * guile/scm-breakpoint.c (breakpoint_functions): Use it.
3410 * guile/scm-cmd.c (command_functions): Use it.
3411 * guile/scm-disasm.c (disasm_functions): Use it.
3412 * guile/scm-exception.c (exception_functions)
3413 (private_exception_functions): Use it.
3414 * guile/scm-frame.c (frame_functions)
3415 * guile/scm-gsmob.c (gsmob_functions): Use it.
3416 * guile/scm-iterator.c (iterator_functions): Use it.
3417 * guile/scm-lazy-string.c (lazy_string_functions): Use it.
3418 * guile/scm-math.c (math_functions): Use it.
3419 * guile/scm-objfile.c (objfile_functions): Use it.
3420 * guile/scm-param.c (parameter_functions): Use it.
3421 * guile/scm-ports.c (port_functions, private_port_functions): Use
3422 it.
3423 * guile/scm-pretty-print.c (pretty_printer_functions): Use it.
3424 * guile/scm-progspace.c (pspace_functions): Use it.
3425 * guile/scm-string.c (string_functions): Use it.
3426 * guile/scm-symbol.c (symbol_functions): Use it.
3427 * guile/scm-symtab.c (symtab_functions): Use it.
3428 * guile/scm-type.c (type_functions, gdbscm_initialize_types): Use
3429 it.
3430 * guile/scm-value.c (value_functions): Use it.
3431
e65b5245
AB
34322015-09-04 Andrew Burgess <andrew.burgess@embecosm.com>
3433
3434 * tui/tui-data.c (win_with_focus): Remove cast of NULL pointer.
3435 (tui_next_win): Likewise.
3436 (tui_prev_win): Likewise.
3437 (tui_partial_win_by_name): Likewise.
3438 (tui_init_generic_part): Likewise.
3439 (init_content_element): Likewise.
3440 (tui_del_window): Likewise.
3441 (tui_free_window): Likewise.
3442 (tui_del_data_windows): Likewise.
3443 (tui_free_data_content): Likewise.
3444 * tui/tui-layout.c (make_source_or_disasm_window): Likewise.
3445 * tui/tui-regs.c (tui_show_register_group): Likewise.
3446 * tui/tui-win.c (tui_resize_all): Likewise.
3447 (tui_set_focus): Likewise.
3448 (tui_set_win_height): Likewise.
3449 (make_invisible_and_set_new_height): Likewise.
3450 * tui/tui-windata.c (tui_delete_data_content_windows): Likewise.
3451 * tui/tui-wingeneral.c (make_visible): Likewise.
3452
b03e6ad9
AB
34532015-09-04 Andrew Burgess <andrew.burgess@embecosm.com>
3454
3455 * cli/cli-decode.c (find_cmd): Remove cast of NULL pointer.
3456
be903358
AB
34572015-09-04 Andrew Burgess <andrew.burgess@embecosm.com>
3458
3459 * c-valprint.c (print_unpacked_pointer): Remove cast of NULL
3460 pointer.
3461 * dbxread.c (dbx_end_psymtab): Likewise.
3462 * gnu-nat.c (gnu_write_inferior): Likewise.
3463 * mdebugread.c (cross_ref): Likewise.
3464 * p-valprint.c (pascal_val_print): Likewise.
3465 * xcoffread.c (xcoff_end_psymtab): Likewise.
3466
02f024f9
YQ
34672015-09-04 Yao Qi <yao.qi@linaro.org>
3468
3469 * NEWS: Mention the aarch64 multi-arch debugging support.
3470
cd7c1778
PMR
34712015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
3472
3473 * ada-lang.c (ada_language_arch_info): Create a TYPE_CODE_CHAR
3474 type instead of a TYPE_CODE_INT one for the string_char_type
3475 and the ada_primitive_type_char types.
3476
39edd165
YQ
34772015-09-03 Yao Qi <yao.qi@linaro.org>
3478
3479 * aarch64-linux-nat.c (aarch64_linux_region_ok_for_hw_watchpoint):
3480 Move code to aarch64_linux_region_ok_for_watchpoint. Call
3481 aarch64_linux_region_ok_for_watchpoint.
3482 * nat/aarch64-linux-hw-point.c (aarch64_linux_region_ok_for_watchpoint):
3483 New function.
3484 * nat/aarch64-linux-hw-point.h (aarch64_linux_region_ok_for_watchpoint):
3485 Declare it.
3486
6c214e7c
PP
34872015-09-02 Patrick Palka <patrick@parcs.ath.cx>
3488
3489 * gdb_obstack.h (obstack_strdup): Declare.
3490 * gdb_obstack.c (obstack_strdup): Define.
3491 * gdbarch.sh (gdbarch_obstack_strdup): Declare and define.
3492 * gdbarch.c: Regenerate.
3493 * gdbarch.h: Regenerate.
3494 * gdbtypes.c (arch_type): Use gdbarch_obstack_strdup.
3495
eed8b28a
PP
34962015-09-02 Patrick Palka <patrick@parcs.ath.cx>
3497
3498 * gdbtypes.c (copy_type_recursive): Update documentation.
3499
73c6b475
SDJ
35002015-09-01 Sergio Durigan Junior <sergiodj@redhat.com>
3501
3502 * solib-svr4.c (solib_event_probe_action): Initialize 'probe_argc'
3503 as zero.
3504
ad1c917a
SDJ
35052015-09-01 Sergio Durigan Junior <sergiodj@redhat.com>
3506
3507 * solib-svr4.c (svr4_handle_solib_event): Initialize 'val' as NULL
3508
3bd7e5b7
SDJ
35092015-09-01 Sergio Durigan Junior <sergiodj@redhat.com>
3510
3511 * solib-svr4.c (solib_event_probe_action): Call
3512 get_probe_argument_count using TRY...CATCH.
3513 (svr4_handle_solib_event): Likewise, for evaluate_probe_argument.
3514
f469e8ce
SDJ
35152015-09-01 Sergio Durigan Junior <sergiodj@redhat.com>
3516
3517 * probe.h (struct probe_ops) <get_probe_argument_count,
3518 evaluate_probe_argument, enable_probe, disable_probe>: Mention in
3519 the comment that the function can throw an exception.
3520 (get_probe_argument_count): Likewise.
3521 (evaluate_probe_argument): Likewise.
3522 * stap-probe.c (stap_get_opcode): Call error instead of
3523 internal_error.
3524 (stap_get_expected_argument_type): Likewise. Add argument
3525 'probe'. Improve error message by mentioning the probe's name.
3526 (stap_parse_probe_arguments): Adjust call to
3527 stap_get_expected_argument_type.
3528 (stap_get_arg): Add comment. Assert that 'probe->args_parsed' is
3529 not zero. Call internal_error if GDB requests an argument but the
3530 probe has no arguments.
3531
dc5c8746
PMR
35322015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
3533
3534 * ada-lang.c (ada_resolve_function): Do not ask the user what
3535 match to use when in completion mode.
3536
136765ea
AB
35372015-08-31 Andrew Burgess <andrew.burgess@embecosm.com>
3538
3539 * tui/tui-data.c (tui_win_name): Make local variable const, remove
3540 cast of NULL.
3541
90b81c5f
MF
35422015-08-31 Max Filippov <jcmvbkbc@gmail.com>
3543
3544 * xtensa-tdep.h (XTENSA_GDBARCH_TDEP_INSTANTIATE): Initialize
3545 call_abi using XSHAL_ABI macro.
3546
1cd36e54
DE
35472015-08-29 Doug Evans <xdje42@gmail.com>
3548
3549 * symtab.h (struct symbol): Tweak comment.
3550
8f57eec2
PP
35512015-08-29 Patrick Palka <patrick@parcs.ath.cx>
3552
3553 * gdbtypes.c (alloc_type_arch): Allocate the type on the given
3554 gdbarch obstack instead of on the heap. Update commentary
3555 accordingly.
3556
38eebd71
JB
35572015-08-28 Joel Brobecker <brobecker@adacore.com>
3558
3559 GDB 7.10 released.
3560
d63dd61e
SM
35612015-08-28 Simon Marchi <simon.marchi@ericsson.com>
3562
3563 * NEWS: Update entry about non-8-bits addressable memory.
3564
6f059256
UW
35652015-08-28 Ulrich Weigand <uweigand@de.ibm.com>
3566
3567 Revert:
3568 2014-11-06 Doug Evans <xdje42@gmail.com>
3569 * solib.c (solib_global_lookup): Fetch arch from objfile,
3570 not target_gdbarch.
3571
70987a92 35722015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
ef36892e
UW
3573
3574 * ppc-linux-tdep.c (ppc_linux_spe_context_lookup): Do not
3575 attempt to relocate a TLS variable offset.
3576
70987a92 35772015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
791bb1f4
UW
3578
3579 * spu-multiarch.c (parse_spufs_run): Bail out if inferior is not
3580 registered yet. Set inferior_ptid while calling target_read_memory.
3581
70987a92 35822015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
1db33b5a
UW
3583
3584 * nat/linux-ptrace.h (GDB_ARCH_TRAP_BRKPT): Replace by ...
3585 (GDB_ARCH_IS_TRAP_BRKPT): ... this. Add __powerpc__ case.
3586 * linux-nat.c (check_stopped_by_breakpoint): Use
3587 GDB_ARCH_IS_TRAP_BRKPT instead of GDB_ARCH_TRAP_BRKPT.
3588
70987a92 35892015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
e0fd7c47
UW
3590
3591 * linux-thread-db.c (thread_db_get_thread_local_address): If the
3592 thread was not yet discovered, use thread_from_lwp instead of
3593 calling thread_db_find_new_threads_1.
3594
f5cdf498
SM
35952015-08-27 Simon Marchi <simon.marchi@ericsson.com>
3596
3597 * m88k-tdep.c (m88k_analyze_prologue): Fix inverted allocation
3598 statements.
3599
fd2ae5d6
SM
36002015-08-27 Simon Marchi <simon.marchi@ericsson.com>
3601
3602 * NEWS: Document support for non-8-bits addressable memory.
3603
14d88147
PA
36042015-08-27 Pedro Alves <palves@redhat.com>
3605
3606 * configure.ac: Remove AC_TYPE_SIGNAL call.
3607 * configure, config.in: Regenerate.
3608
a40805d4
PA
36092015-08-27 Pedro Alves <palves@redhat.com>
3610
3611 * cp-support.c (gdb_demangle): Use sighandler_t. Remove cast.
3612 * extension-priv.h: Include signal.h.
3613 (struct signal_handler) <handler>: Change type to sighandler_t.
3614 * extension.c (install_gdb_sigint_handler): Use sighandler_t.
3615 * inflow.c (sigint_ours, sigquit_ours): Change type to
3616 sighandler_t.
3617 (child_terminal_inferior): Remove casts.
3618 (child_terminal_ours_1, new_tty): Use sighandler_t. Remove casts.
3619 (osig): Change type to sighandler_t.
3620 * nto-procfs.c (ofunc): Change type to sighandler_t.
3621 (procfs_wait): Remove casts.
3622 * remote-m32r-sdi.c (m32r_wait, m32r_load): Use sighandler_t.
3623 * remote-sim.c (gdbsim_wait): Use sighandler_t.
3624 * utils.c (wait_to_die_with_timeout): Use sighandler_t.
3625
0750520d
PA
36262015-08-27 Pedro Alves <palves@redhat.com>
3627
3628 * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add signal-h.
3629 * gnulib/aclocal.m4: Renegerate.
3630 * gnulib/config.in: Renegerate.
3631 * gnulib/configure: Renegerate.
3632 * gnulib/import/Makefile.am: Update.
3633 * gnulib/import/Makefile.in: Regenerate.
3634 * gnulib/import/m4/gnulib-cache.m4: Update.
3635 * gnulib/import/m4/gnulib-comp.m4: Update.
3636 * gnulib/import/m4/signal_h.m4: New file.
3637 * gnulib/import/signal.in.h: New file.
3638
a5c0808e
PA
36392015-08-27 Pedro Alves <palves@redhat.com>
3640
3641 * remote.c (DEFAULT_MAX_MEMORY_PACKET_SIZE)
3642 (MIN_MEMORY_PACKET_SIZE): New.
3643 (MAX_REMOTE_PACKET_SIZE, MIN_REMOTE_PACKET_SIZE): Delete.
3644 (get_memory_packet_size): Adjust. No longer limit the max packet
3645 size.
3646 (set_memory_packet_size): Adjust, and remove dead code.
3647 (remote_check_symbols): Use xmalloc and a cleanup instead of
3648 alloca.
3649 (remote_packet_size): No longer cap the packet size.
3650 (putpkt_binary): Use xmalloc and a cleanup instead of alloca.
3651
cdaec3f3
LM
36522015-08-26 Luis Machado <lgustavo@codesourcery.com>
3653
3654 * compile/compile.c (compile_to_object): Mention language in
3655 error message.
3656
e9756d52
PP
36572015-08-26 Patrick Palka <patrick@parcs.ath.cx>
3658
3659 * target.c (target_pre_inferior): Unset attach_flag.
3660
1dc7a623
SM
36612015-08-26 Simon Marchi <simon.marchi@ericsson.com>
3662
3663 * gdbarch.sh (append_name): Fix type in XRESIZEVEC.
3664 * gdbarch.c: Re-generate.
3665
8d749320
SM
36662015-08-26 Simon Marchi <simon.marchi@ericsson.com>
3667
6711b7f8
SM
3668 * aarch64-linux-nat.c (aarch64_add_process): Replace xmalloc-family
3669 function with the XNEW-family equivalent.
8d749320
SM
3670 * aarch64-tdep.c (aarch64_gdbarch_init): Likewise.
3671 * ada-exp.y (write_ambiguous_var): Likewise.
3672 * ada-lang.c (resolve_subexp): Likewise.
3673 (user_select_syms): Likewise.
3674 (assign_aggregate): Likewise.
3675 (ada_evaluate_subexp): Likewise.
3676 (cache_symbol): Likewise.
3677 * addrmap.c (allocate_key): Likewise.
3678 (addrmap_create_mutable): Likewise.
3679 * aix-thread.c (sync_threadlists): Likewise.
3680 * alpha-tdep.c (alpha_push_dummy_call): Likewise.
3681 (alpha_gdbarch_init): Likewise.
3682 * amd64-windows-tdep.c (amd64_windows_push_arguments): Likewise.
3683 * arm-linux-nat.c (arm_linux_add_process): Likewise.
3684 * arm-linux-tdep.c (arm_linux_displaced_step_copy_insn): Likewise.
3685 * arm-tdep.c (push_stack_item): Likewise.
3686 (arm_displaced_step_copy_insn): Likewise.
3687 (arm_gdbarch_init): Likewise.
3688 (_initialize_arm_tdep): Likewise.
3689 * avr-tdep.c (push_stack_item): Likewise.
3690 * ax-general.c (new_agent_expr): Likewise.
3691 * block.c (block_initialize_namespace): Likewise.
3692 * breakpoint.c (alloc_counted_command_line): Likewise.
3693 (update_dprintf_command_list): Likewise.
3694 (parse_breakpoint_sals): Likewise.
3695 (decode_static_tracepoint_spec): Likewise.
3696 (until_break_command): Likewise.
3697 (clear_command): Likewise.
3698 (update_global_location_list): Likewise.
3699 (get_breakpoint_objfile_data) Likewise.
3700 * btrace.c (ftrace_new_function): Likewise.
3701 (btrace_set_insn_history): Likewise.
3702 (btrace_set_call_history): Likewise.
3703 * buildsym.c (add_symbol_to_list): Likewise.
3704 (record_pending_block): Likewise.
3705 (start_subfile): Likewise.
3706 (start_buildsym_compunit): Likewise.
3707 (push_subfile): Likewise.
3708 (end_symtab_get_static_block): Likewise.
3709 (buildsym_init): Likewise.
3710 * cli/cli-cmds.c (source_command): Likewise.
3711 * cli/cli-decode.c (add_cmd): Likewise.
3712 * cli/cli-script.c (build_command_line): Likewise.
3713 (setup_user_args): Likewise.
3714 (realloc_body_list): Likewise.
3715 (process_next_line): Likewise.
3716 (copy_command_lines): Likewise.
3717 * cli/cli-setshow.c (do_set_command): Likewise.
3718 * coff-pe-read.c (read_pe_exported_syms): Likewise.
3719 * coffread.c (coff_locate_sections): Likewise.
3720 (coff_symtab_read): Likewise.
3721 (coff_read_struct_type): Likewise.
3722 * common/cleanups.c (make_my_cleanup2): Likewise.
3723 * common/common-exceptions.c (throw_it): Likewise.
3724 * common/filestuff.c (make_cleanup_close): Likewise.
3725 * common/format.c (parse_format_string): Likewise.
3726 * common/queue.h (DEFINE_QUEUE_P): Likewise.
3727 * compile/compile-object-load.c (munmap_list_add): Likewise.
3728 (compile_object_load): Likewise.
3729 * compile/compile-object-run.c (compile_object_run): Likewise.
3730 * compile/compile.c (append_args): Likewise.
3731 * corefile.c (specify_exec_file_hook): Likewise.
3732 * cp-support.c (make_symbol_overload_list): Likewise.
3733 * cris-tdep.c (push_stack_item): Likewise.
3734 (cris_gdbarch_init): Likewise.
3735 * ctf.c (ctf_trace_file_writer_new): Likewise.
3736 * dbxread.c (init_header_files): Likewise.
3737 (add_new_header_file): Likewise.
3738 (init_bincl_list): Likewise.
3739 (dbx_end_psymtab): Likewise.
3740 (start_psymtab): Likewise.
3741 (dbx_end_psymtab): Likewise.
3742 * dcache.c (dcache_init): Likewise.
3743 * dictionary.c (dict_create_hashed): Likewise.
3744 (dict_create_hashed_expandable): Likewise.
3745 (dict_create_linear): Likewise.
3746 (dict_create_linear_expandable): Likewise.
3747 * dtrace-probe.c (dtrace_process_dof_probe): Likewise.
3748 * dummy-frame.c (register_dummy_frame_dtor): Likewise.
3749 * dwarf2-frame-tailcall.c (cache_new_ref1): Likewise.
3750 * dwarf2-frame.c (dwarf2_build_frame_info): Likewise.
3751 (decode_frame_entry_1): Likewise.
3752 * dwarf2expr.c (new_dwarf_expr_context): Likewise.
3753 * dwarf2loc.c (dwarf2_compile_expr_to_ax): Likewise.
3754 * dwarf2read.c (dwarf2_has_info): Likewise.
3755 (create_signatured_type_table_from_index): Likewise.
3756 (dwarf2_read_index): Likewise.
3757 (dw2_get_file_names_reader): Likewise.
3758 (create_all_type_units): Likewise.
3759 (read_cutu_die_from_dwo): Likewise.
3760 (init_tu_and_read_dwo_dies): Likewise.
3761 (init_cutu_and_read_dies): Likewise.
3762 (create_all_comp_units): Likewise.
3763 (queue_comp_unit): Likewise.
3764 (inherit_abstract_dies): Likewise.
3765 (read_call_site_scope): Likewise.
3766 (dwarf2_add_field): Likewise.
3767 (dwarf2_add_typedef): Likewise.
3768 (dwarf2_add_member_fn): Likewise.
3769 (attr_to_dynamic_prop): Likewise.
3770 (abbrev_table_alloc_abbrev): Likewise.
3771 (abbrev_table_read_table): Likewise.
3772 (add_include_dir): Likewise.
3773 (add_file_name): Likewise.
3774 (dwarf_decode_line_header): Likewise.
3775 (dwarf2_const_value_attr): Likewise.
3776 (dwarf_alloc_block): Likewise.
3777 (parse_macro_definition): Likewise.
3778 (set_die_type): Likewise.
3779 (write_psymtabs_to_index): Likewise.
3780 (create_cus_from_index): Likewise.
3781 (dwarf2_create_include_psymtab): Likewise.
3782 (process_psymtab_comp_unit_reader): Likewise.
3783 (build_type_psymtab_dependencies): Likewise.
3784 (read_comp_units_from_section): Likewise.
3785 (compute_compunit_symtab_includes): Likewise.
3786 (create_dwo_unit_in_dwp_v1): Likewise.
3787 (create_dwo_unit_in_dwp_v2): Likewise.
3788 (read_func_scope): Likewise.
3789 (process_structure_scope): Likewise.
3790 (mark_common_block_symbol_computed): Likewise.
3791 (load_partial_dies): Likewise.
3792 (dwarf2_symbol_mark_computed): Likewise.
3793 * elfread.c (elf_symfile_segments): Likewise.
3794 (elf_read_minimal_symbols): Likewise.
3795 * environ.c (make_environ): Likewise.
3796 * eval.c (evaluate_subexp_standard): Likewise.
3797 * event-loop.c (create_file_handler): Likewise.
3798 (create_async_signal_handler): Likewise.
3799 (create_async_event_handler): Likewise.
3800 (create_timer): Likewise.
3801 * exec.c (build_section_table): Likewise.
3802 * fbsd-nat.c (fbsd_remember_child): Likewise.
3803 * fork-child.c (fork_inferior): Likewise.
3804 * frv-tdep.c (new_variant): Likewise.
3805 * gdbarch.sh (gdbarch_alloc): Likewise.
3806 (append_name): Likewise.
3807 * gdbtypes.c (rank_function): Likewise.
3808 (copy_type_recursive): Likewise.
3809 (add_dyn_prop): Likewise.
3810 * gnu-nat.c (make_proc): Likewise.
3811 (make_inf): Likewise.
3812 (gnu_write_inferior): Likewise.
3813 * gnu-v3-abi.c (build_gdb_vtable_type): Likewise.
3814 (build_std_type_info_type): Likewise.
3815 * guile/scm-param.c (compute_enum_list): Likewise.
3816 * guile/scm-utils.c (gdbscm_parse_function_args): Likewise.
3817 * guile/scm-value.c (gdbscm_value_call): Likewise.
3818 * h8300-tdep.c (h8300_gdbarch_init): Likewise.
3819 * hppa-tdep.c (hppa_init_objfile_priv_data): Likewise.
3820 (read_unwind_info): Likewise.
3821 * ia64-tdep.c (ia64_gdbarch_init): Likewise.
3822 * infcall.c (dummy_frame_context_saver_setup): Likewise.
3823 (call_function_by_hand_dummy): Likewise.
3824 * infcmd.c (step_once): Likewise.
3825 (finish_forward): Likewise.
3826 (attach_command): Likewise.
3827 (notice_new_inferior): Likewise.
3828 * inferior.c (add_inferior_silent): Likewise.
3829 * infrun.c (add_displaced_stepping_state): Likewise.
3830 (save_infcall_control_state): Likewise.
3831 (save_inferior_ptid): Likewise.
3832 (_initialize_infrun): Likewise.
3833 * jit.c (bfd_open_from_target_memory): Likewise.
3834 (jit_gdbarch_data_init): Likewise.
3835 * language.c (add_language): Likewise.
3836 * linespec.c (decode_line_2): Likewise.
3837 * linux-nat.c (add_to_pid_list): Likewise.
3838 (add_initial_lwp): Likewise.
3839 * linux-thread-db.c (add_thread_db_info): Likewise.
3840 (record_thread): Likewise.
3841 (info_auto_load_libthread_db): Likewise.
3842 * m32c-tdep.c (m32c_gdbarch_init): Likewise.
3843 * m68hc11-tdep.c (m68hc11_gdbarch_init): Likewise.
3844 * m68k-tdep.c (m68k_gdbarch_init): Likewise.
3845 * m88k-tdep.c (m88k_analyze_prologue): Likewise.
3846 * macrocmd.c (macro_define_command): Likewise.
3847 * macroexp.c (gather_arguments): Likewise.
3848 * macroscope.c (sal_macro_scope): Likewise.
3849 * macrotab.c (new_macro_table): Likewise.
3850 * mdebugread.c (push_parse_stack): Likewise.
3851 (parse_partial_symbols): Likewise.
3852 (parse_symbol): Likewise.
3853 (psymtab_to_symtab_1): Likewise.
3854 (new_block): Likewise.
3855 (new_psymtab): Likewise.
3856 (mdebug_build_psymtabs): Likewise.
3857 (add_pending): Likewise.
3858 (elfmdebug_build_psymtabs): Likewise.
3859 * mep-tdep.c (mep_gdbarch_init): Likewise.
3860 * mi/mi-main.c (mi_execute_command): Likewise.
3861 * mi/mi-parse.c (mi_parse_argv): Likewise.
3862 * minidebug.c (lzma_open): Likewise.
3863 * minsyms.c (terminate_minimal_symbol_table): Likewise.
3864 * mips-linux-nat.c (mips_linux_insert_watchpoint): Likewise.
3865 * mips-tdep.c (mips_gdbarch_init): Likewise.
3866 * mn10300-tdep.c (mn10300_gdbarch_init): Likewise.
3867 * msp430-tdep.c (msp430_gdbarch_init): Likewise.
3868 * mt-tdep.c (mt_registers_info): Likewise.
3869 * nat/aarch64-linux.c (aarch64_linux_new_thread): Likewise.
3870 * nat/linux-btrace.c (linux_enable_bts): Likewise.
3871 (linux_enable_pt): Likewise.
3872 * nat/linux-osdata.c (linux_xfer_osdata_processes): Likewise.
3873 (linux_xfer_osdata_processgroups): Likewise.
3874 * nios2-tdep.c (nios2_gdbarch_init): Likewise.
3875 * nto-procfs.c (procfs_meminfo): Likewise.
3876 * objc-lang.c (start_msglist): Likewise.
3877 (selectors_info): Likewise.
3878 (classes_info): Likewise.
3879 (find_methods): Likewise.
3880 * objfiles.c (allocate_objfile): Likewise.
3881 (update_section_map): Likewise.
3882 * osabi.c (gdbarch_register_osabi): Likewise.
3883 (gdbarch_register_osabi_sniffer): Likewise.
3884 * parse.c (start_arglist): Likewise.
3885 * ppc-linux-nat.c (hwdebug_find_thread_points_by_tid): Likewise.
3886 (hwdebug_insert_point): Likewise.
3887 * printcmd.c (display_command): Likewise.
3888 (ui_printf): Likewise.
3889 * procfs.c (create_procinfo): Likewise.
3890 (load_syscalls): Likewise.
3891 (proc_get_LDT_entry): Likewise.
3892 (proc_update_threads): Likewise.
3893 * prologue-value.c (make_pv_area): Likewise.
3894 (pv_area_store): Likewise.
3895 * psymtab.c (extend_psymbol_list): Likewise.
3896 (init_psymbol_list): Likewise.
3897 (allocate_psymtab): Likewise.
3898 * python/py-inferior.c (add_thread_object): Likewise.
3899 * python/py-param.c (compute_enum_values): Likewise.
3900 * python/py-value.c (valpy_call): Likewise.
3901 * python/py-varobj.c (py_varobj_iter_next): Likewise.
3902 * python/python.c (ensure_python_env): Likewise.
3903 * record-btrace.c (record_btrace_start_replaying): Likewise.
3904 * record-full.c (record_full_reg_alloc): Likewise.
3905 (record_full_mem_alloc): Likewise.
3906 (record_full_end_alloc): Likewise.
3907 (record_full_core_xfer_partial): Likewise.
3908 * regcache.c (get_thread_arch_aspace_regcache): Likewise.
3909 * remote-fileio.c (remote_fileio_init_fd_map): Likewise.
3910 * remote-notif.c (remote_notif_state_allocate): Likewise.
3911 * remote.c (demand_private_info): Likewise.
3912 (remote_notif_stop_alloc_reply): Likewise.
3913 (remote_enable_btrace): Likewise.
3914 * reverse.c (save_bookmark_command): Likewise.
3915 * rl78-tdep.c (rl78_gdbarch_init): Likewise.
3916 * rx-tdep.c (rx_gdbarch_init): Likewise.
3917 * s390-linux-nat.c (s390_insert_watchpoint): Likewise.
3918 * ser-go32.c (dos_get_tty_state): Likewise.
3919 (dos_copy_tty_state): Likewise.
3920 * ser-mingw.c (ser_windows_open): Likewise.
3921 (ser_console_wait_handle): Likewise.
3922 (ser_console_get_tty_state): Likewise.
3923 (make_pipe_state): Likewise.
3924 (net_windows_open): Likewise.
3925 * ser-unix.c (hardwire_get_tty_state): Likewise.
3926 (hardwire_copy_tty_state): Likewise.
3927 * solib-aix.c (solib_aix_new_lm_info): Likewise.
3928 * solib-dsbt.c (dsbt_current_sos): Likewise.
3929 (dsbt_relocate_main_executable): Likewise.
3930 * solib-frv.c (frv_current_sos): Likewise.
3931 (frv_relocate_main_executable): Likewise.
3932 * solib-spu.c (spu_bfd_fopen): Likewise.
3933 * solib-svr4.c (lm_info_read): Likewise.
3934 (svr4_copy_library_list): Likewise.
3935 (svr4_default_sos): Likewise.
3936 * source.c (find_source_lines): Likewise.
3937 (line_info): Likewise.
3938 (add_substitute_path_rule): Likewise.
3939 * spu-linux-nat.c (spu_bfd_open): Likewise.
3940 * spu-tdep.c (info_spu_dma_cmdlist): Likewise.
3941 * stabsread.c (dbx_lookup_type): Likewise.
3942 (read_type): Likewise.
3943 (read_member_functions): Likewise.
3944 (read_struct_fields): Likewise.
3945 (read_baseclasses): Likewise.
3946 (read_args): Likewise.
3947 (_initialize_stabsread): Likewise.
3948 * stack.c (func_command): Likewise.
3949 * stap-probe.c (handle_stap_probe): Likewise.
3950 * symfile.c (addrs_section_sort): Likewise.
3951 (addr_info_make_relative): Likewise.
3952 (load_section_callback): Likewise.
3953 (add_symbol_file_command): Likewise.
3954 (init_filename_language_table): Likewise.
3955 * symtab.c (create_filename_seen_cache): Likewise.
3956 (sort_search_symbols_remove_dups): Likewise.
3957 (search_symbols): Likewise.
3958 * target.c (make_cleanup_restore_target_terminal): Likewise.
3959 * thread.c (new_thread): Likewise.
3960 (enable_thread_stack_temporaries): Likewise.
3961 (make_cleanup_restore_current_thread): Likewise.
3962 (thread_apply_all_command): Likewise.
3963 * tic6x-tdep.c (tic6x_gdbarch_init): Likewise.
3964 * top.c (gdb_readline_wrapper): Likewise.
3965 * tracefile-tfile.c (tfile_trace_file_writer_new): Likewise.
3966 * tracepoint.c (trace_find_line_command): Likewise.
3967 (all_tracepoint_actions_and_cleanup): Likewise.
3968 (make_cleanup_restore_current_traceframe): Likewise.
3969 (get_uploaded_tp): Likewise.
3970 (get_uploaded_tsv): Likewise.
3971 * tui/tui-data.c (tui_alloc_generic_win_info): Likewise.
3972 (tui_alloc_win_info): Likewise.
3973 (tui_alloc_content): Likewise.
3974 (tui_add_content_elements): Likewise.
3975 * tui/tui-disasm.c (tui_find_disassembly_address): Likewise.
3976 (tui_set_disassem_content): Likewise.
3977 * ui-file.c (ui_file_new): Likewise.
3978 (stdio_file_new): Likewise.
3979 (tee_file_new): Likewise.
3980 * utils.c (make_cleanup_restore_integer): Likewise.
3981 (add_internal_problem_command): Likewise.
3982 * v850-tdep.c (v850_gdbarch_init): Likewise.
3983 * valops.c (find_oload_champ): Likewise.
3984 * value.c (allocate_value_lazy): Likewise.
3985 (record_latest_value): Likewise.
3986 (create_internalvar): Likewise.
3987 * varobj.c (install_variable): Likewise.
3988 (new_variable): Likewise.
3989 (new_root_variable): Likewise.
3990 (cppush): Likewise.
3991 (_initialize_varobj): Likewise.
3992 * windows-nat.c (windows_make_so): Likewise.
3993 * x86-nat.c (x86_add_process): Likewise.
3994 * xcoffread.c (arrange_linetable): Likewise.
3995 (allocate_include_entry): Likewise.
3996 (process_linenos): Likewise.
3997 (SYMBOL_DUP): Likewise.
3998 (xcoff_start_psymtab): Likewise.
3999 (xcoff_end_psymtab): Likewise.
4000 * xml-support.c (gdb_xml_parse_attr_ulongest): Likewise.
4001 * xtensa-tdep.c (xtensa_register_type): Likewise.
4002 * gdbarch.c: Regenerate.
4003 * gdbarch.h: Regenerate.
4004
17d8546e
DB
40052015-08-25 Don Breazeal <donb@codesourcery.com>
4006
4007 * infrun.c (follow_exec): Re-order operations for
4008 handling follow-exec-mode "new".
4009 (handle_inferior_event_1): Assign ecs->event_thread
4010 to the current thread.
4011 * remote.c (get_remote_arch_state): Add an assertion.
4012
ba49e44b
PA
40132015-08-26 Pedro Alves <palves@redhat.com>
4014
4015 * MAINTAINERS: Add Markus Metzger as btrace maintainer.
4016
7541ab03 40172015-08-25 Pedro Alves <palves@redhat.com>
abc56d60 4018
7541ab03 4019 PR gdb/18804
abc56d60
PA
4020 * defs.h (maybe_quit): Declare.
4021 (QUIT): Now calls maybe_quit.
4022 * event-loop.c (clear_async_signal_handler)
4023 (async_signal_handler_is_marked): New functions.
4024 * event-loop.h (async_signal_handler_is_marked)
4025 (clear_async_signal_handler): New declarations.
4026 * remote.c (remote_check_pending_interrupt): New function.
4027 (interrupt_query): Use make_cleanup_restore_target_terminal. No
4028 longer check whether the target is async. If waiting for a stop
4029 reply, and a Ctrl-C as been sent to the target, offer to
4030 disconnect, and throw TARGET_CLOSE_ERROR instead of a quit.
4031 Otherwise do not disconnect and throw a quit.
4032 (_initialize_remote): Install remote_check_pending_interrupt as
4033 to_check_pending_interrupt.
4034 * target.c (target_check_pending_interrupt): New function.
4035 * target.h (struct target_ops) <to_check_pending_interrupt>: New
4036 field.
4037 (target_check_pending_interrupt): New declaration.
4038 * utils.c (maybe_quit): New function.
4039 * target-delegates.c: Regenerate.
4040
dfe7f77c
YQ
40412015-08-25 Yao Qi <yao.qi@linaro.org>
4042
4043 * nat/aarch64-linux-hw-point.c (debug_reg_change_callback):
4044 Rename local variable pid to tid, and get lwpid of lwp. Update
4045 debug output.
4046
63e43d3a
PMR
40472015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
4048
4049 * ada-lang.c (ada_read_var_value): Add a var_block argument
4050 and pass it to default_read_var_value.
4051 * block.c (block_static_link): New accessor.
4052 * block.h (block_static_link): Declare it.
4053 * buildsym.c (finish_block_internal): Add a static_link
4054 argument. If there is a static link, associate it to the new
4055 block.
4056 (finish_block): Add a static link argument and pass it to
4057 finish_block_internal.
4058 (end_symtab_get_static_block): Update calls to finish_block and
4059 to finish_block_internal.
4060 (end_symtab_with_blockvector): Update call to
4061 finish_block_internal.
4062 * buildsym.h: Forward-declare struct dynamic_prop.
4063 (struct context_stack): Add a static_link field.
4064 (finish_block): Add a static link argument.
4065 * c-exp.y: Remove an obsolete comment (evaluation of variables
4066 already start from the selected frame, and now they climb *up*
4067 the call stack) and propagate the block information to the
4068 produced expression.
4069 * d-exp.y: Likewise.
4070 * f-exp.y: Likewise.
4071 * go-exp.y: Likewise.
4072 * jv-exp.y: Likewise.
4073 * m2-exp.y: Likewise.
4074 * p-exp.y: Likewise.
4075 * coffread.c (coff_symtab_read): Update calls to finish_block.
4076 * dbxread.c (process_one_symbol): Likewise.
4077 * xcoffread.c (read_xcoff_symtab): Likewise.
4078 * compile/compile-c-symbols.c (convert_one_symbol): Promote the
4079 "sym" parameter to struct block_symbol, update its uses and pass
4080 its block to calls to read_var_value.
4081 (convert_symbol_sym): Update the calls to convert_one_symbol.
4082 * compile/compile-loc2c.c (do_compile_dwarf_expr_to_c): Update
4083 call to read_var_value.
4084 * dwarf2loc.c (block_op_get_frame_base): New.
4085 (dwarf2_block_frame_base_locexpr_funcs): Implement the
4086 get_frame_base method.
4087 (dwarf2_block_frame_base_loclist_funcs): Likewise.
4088 (dwarf2locexpr_baton_eval): Add a frame argument and use it
4089 instead of the selected frame in order to evaluate the
4090 expression.
4091 (dwarf2_evaluate_property): Add a frame argument. Update call
4092 to dwarf2_locexpr_baton_eval to provide a frame in available and
4093 to handle the absence of address stack.
4094 * dwarf2loc.h (dwarf2_evaluate_property): Add a frame argument.
4095 * dwarf2read.c (attr_to_dynamic_prop): Add a forward
4096 declaration.
4097 (read_func_scope): Record any available static link description.
4098 Update call to finish_block.
4099 (read_lexical_block_scope): Update call to finish_block.
4100 * findvar.c (follow_static_link): New.
4101 (get_hosting_frame): New.
4102 (default_read_var_value): Add a var_block argument. Use
4103 get_hosting_frame to handle non-local references.
4104 (read_var_value): Add a var_block argument and pass it to the
4105 LA_READ_VAR_VALUE method.
4106 * gdbtypes.c (resolve_dynamic_range): Update calls to
4107 dwarf2_evaluate_property.
4108 (resolve_dynamic_type_internal): Likewise.
4109 * guile/scm-frame.c (gdbscm_frame_read_var): Update call to
4110 read_var_value, passing it the block coming from symbol lookup.
4111 * guile/scm-symbol.c (gdbscm_symbol_value): Update call to
4112 read_var_value (TODO).
4113 * infcmd.c (finish_command_continuation): Update call to
4114 read_var_value, passing it the block coming from symbol lookup.
4115 * infrun.c (insert_exception_resume_breakpoint): Likewise.
4116 * language.h (struct language_defn): Add a var_block argument to
4117 the LA_READ_VAR_VALUE method.
4118 * objfiles.c (struct static_link_htab_entry): New.
4119 (static_link_htab_entry_hash): New.
4120 (static_link_htab_entry_eq): New.
4121 (objfile_register_static_link): New.
4122 (objfile_lookup_static_link): New.
4123 (free_objfile): Free the STATIC_LINKS hashed map if needed.
4124 * objfiles.h: Include hashtab.h.
4125 (struct objfile): Add a static_links field.
4126 (objfile_register_static_link): New.
4127 (objfile_lookup_static_link): New.
4128 * printcmd.c (print_variable_and_value): Update call to
4129 read_var_value.
4130 * python/py-finishbreakpoint.c (bpfinishpy_init): Likewise.
4131 * python/py-frame.c (frapy_read_var): Update call to
4132 read_var_value, passing it the block coming from symbol lookup.
4133 * python/py-framefilter.c (extract_sym): Add a sym_block
4134 parameter and set the pointed value to NULL (TODO).
4135 (enumerate_args): Update call to extract_sym.
4136 (enumerate_locals): Update calls to extract_sym and to
4137 read_var_value.
4138 * python/py-symbol.c (sympy_value): Update call to
4139 read_var_value (TODO).
4140 * stack.c (read_frame_local): Update call to read_var_value.
4141 (read_frame_arg): Likewise.
4142 (return_command): Likewise.
4143 * symtab.h (struct symbol_block_ops): Add a get_frame_base
4144 method.
4145 (struct symbol): Add a block field.
4146 (SYMBOL_BLOCK): New accessor.
4147 * valops.c (value_of_variable): Remove frame/block handling and
4148 pass the block argument to read_var_value, which does this job
4149 now.
4150 (value_struct_elt_for_reference): Update calls to
4151 read_var_value.
4152 (value_of_this): Pass the block found to read_var_value.
4153 * value.h (read_var_value): Add a var_block argument.
4154 (default_read_var_value): Likewise.
4155
ed8b7b42
YQ
41562015-08-25 Yao Qi <yao.qi@linaro.org>
4157
4158 * aarch64-linux-nat.c (aarch64_linux_new_thread): Move it to ...
4159 * nat/aarch64-linux.c (aarch64_linux_new_thread): ... here.
4160 * nat/aarch64-linux.h (aarch64_linux_new_thread): Declare.
4161
db3cb7cb
YQ
41622015-08-25 Yao Qi <yao.qi@linaro.org>
4163
4164 * Makefile.in (aarch64-liunx.o): New rule.
4165 (HFILES_NO_SRCDIR): Add aarch64-linux.h.
4166 * config/aarch64/linux.mh (NAT_FILE): Add aarch64-linux.o.
4167 * aarch64-linux-nat.c: Include nat/aarch64-linux.h.
4168 * aarch64-linux-nat.c (aarch64_get_debug_reg_state): Make it
4169 extern.
4170 (aarch64_linux_prepare_to_resume): Move it nat/aarch64-linux.c.
4171 * nat/aarch64-linux-hw-point.h (aarch64_debug_reg_state): Declare
4172 * nat/aarch64-linux.c: New file.
4173 * nat/aarch64-linux.h: New file.
4174
f6011a1c
YQ
41752015-08-25 Yao Qi <yao.qi@linaro.org>
4176
4177 * aarch64-linux-nat.c (aarch64_linux_prepare_to_resume): Use
4178 lwp_arch_private_info and ptid_of_lwp.
4179
5e35436e
YQ
41802015-08-25 Yao Qi <yao.qi@linaro.org>
4181
4182 * aarch64-linux-nat.c (struct arch64_dr_update_callback_param):
4183 Move it to nat/aarch64-linux-hw-point.c.
4184 (debug_reg_change_callback): Likewise.
4185 (aarch64_notify_debug_reg_change): :Likewise.
4186 * nat/aarch64-linux-hw-point.c: Include nat/linux-nat.h.
4187 (aarch64_dr_update_callback_param): New.
4188 (debug_reg_change_callback): New function.
4189 (aarch64_notify_debug_reg_change): Likewise.
4190 * nat/aarch64-linux-hw-point.h (aarch64_notify_debug_reg_change):
4191 Remove the declaration.
4192
4a8a7965
YQ
41932015-08-25 Yao Qi <yao.qi@linaro.org>
4194
4195 * aarch64-linux-nat.c (aarch64_notify_debug_reg_change):
4196 Call current_lwp_ptid.
4197
32a271ee
YQ
41982015-08-25 Yao Qi <yao.qi@linaro.org>
4199
4200 * aarch64-linux-nat.c (debug_reg_change_callback): Use
4201 debug_printf.
4202
5e137137
YQ
42032015-08-25 Yao Qi <yao.qi@linaro.org>
4204
4205 * aarch64-linux-nat.c (debug_reg_change_callback): Call
4206 ptid_get_pid rather than ptid_get_lwp.
4207
73b8c1fd
PA
42082015-08-24 Pedro Alves <palves@redhat.com>
4209
4210 * NEWS (New commands): Mention set/show remote
4211 multiprocess-extensions-packet.
4212 * remote.c (remote_query_supported): Only tell the server to use
4213 the multiprocess extensions if the user hasn't force-disabled them
4214 with "set remote multiprocess-extensions-packet off".
4215
4a626d0a
PA
42162015-08-24 Pedro Alves <palves@redhat.com>
4217
4218 * gnulib/update-gnulib.sh (GNULIB_COMMIT_SHA1): Set to
4219 1029a8112290f6eee9d7878a391c49db42c999bd.
4220 * gnulib/configure, gnulib/config.in, gnulib/aclocal.m4:
4221 Regenerate.
4222 * gnulib/import/Makefile.am: Update.
4223 * gnulib/import/Makefile.in: Update.
4224 * gnulib/import/alloca.in.h: Update.
4225 * gnulib/import/basename-lgpl.c: Update.
4226 * gnulib/import/canonicalize-lgpl.c: Update.
4227 * gnulib/import/config.charset: Update.
4228 * gnulib/import/dirent.in.h: Update.
4229 * gnulib/import/dirfd.c: Update.
4230 * gnulib/import/dirname-lgpl.c: Update.
4231 * gnulib/import/dirname.h: Update.
4232 * gnulib/import/dosname.h: Update.
4233 * gnulib/import/errno.in.h: Update.
4234 * gnulib/import/extra/snippet/arg-nonnull.h: Update.
4235 * gnulib/import/extra/snippet/c++defs.h: Update.
4236 * gnulib/import/extra/snippet/warn-on-use.h: Update.
4237 * gnulib/import/extra/update-copyright: Update.
4238 * gnulib/import/float+.h: Update.
4239 * gnulib/import/float.c: Update.
4240 * gnulib/import/float.in.h: Update.
4241 * gnulib/import/fnmatch.c: Update.
4242 * gnulib/import/fnmatch.in.h: Update.
4243 * gnulib/import/fnmatch_loop.c: Update.
4244 * gnulib/import/fpucw.h: Update.
4245 * gnulib/import/frexp.c: Update.
4246 * gnulib/import/frexpl.c: Update.
4247 * gnulib/import/gettimeofday.c: Update.
4248 * gnulib/import/inttypes.in.h: Update.
4249 * gnulib/import/isnan.c: Update.
4250 * gnulib/import/isnand-nolibm.h: Update.
4251 * gnulib/import/isnand.c: Update.
4252 * gnulib/import/isnanl-nolibm.h: Update.
4253 * gnulib/import/isnanl.c: Update.
4254 * gnulib/import/itold.c: Update.
4255 * gnulib/import/localcharset.c: Update.
4256 * gnulib/import/localcharset.h: Update.
4257 * gnulib/import/lstat.c: Update.
4258 * gnulib/import/m4/00gnulib.m4: Update.
4259 * gnulib/import/m4/absolute-header.m4: Update.
4260 * gnulib/import/m4/alloca.m4: Update.
4261 * gnulib/import/m4/canonicalize.m4: Update.
4262 * gnulib/import/m4/codeset.m4: Update.
4263 * gnulib/import/m4/configmake.m4: Update.
4264 * gnulib/import/m4/dirent_h.m4: Update.
4265 * gnulib/import/m4/dirfd.m4: Update.
4266 * gnulib/import/m4/dirname.m4: Update.
4267 * gnulib/import/m4/double-slash-root.m4: Update.
4268 * gnulib/import/m4/eealloc.m4: Update.
4269 * gnulib/import/m4/errno_h.m4: Update.
4270 * gnulib/import/m4/exponentd.m4: Update.
4271 * gnulib/import/m4/exponentl.m4: Update.
4272 * gnulib/import/m4/extensions.m4: Update.
4273 * gnulib/import/m4/extern-inline.m4: Update.
4274 * gnulib/import/m4/fcntl-o.m4: Update.
4275 * gnulib/import/m4/float_h.m4: Update.
4276 * gnulib/import/m4/fnmatch.m4: Update.
4277 * gnulib/import/m4/fpieee.m4: Update.
4278 * gnulib/import/m4/frexp.m4: Update.
4279 * gnulib/import/m4/frexpl.m4: Update.
4280 * gnulib/import/m4/gettimeofday.m4: Update.
4281 * gnulib/import/m4/glibc21.m4: Update.
4282 * gnulib/import/m4/gnulib-cache.m4: Update.
4283 * gnulib/import/m4/gnulib-common.m4: Update.
4284 * gnulib/import/m4/gnulib-comp.m4: Update.
4285 * gnulib/import/m4/gnulib-tool.m4: Update.
4286 * gnulib/import/m4/include_next.m4: Update.
4287 * gnulib/import/m4/inttypes-pri.m4: Update.
4288 * gnulib/import/m4/inttypes.m4: Update.
4289 * gnulib/import/m4/isnand.m4: Update.
4290 * gnulib/import/m4/isnanl.m4: Update.
4291 * gnulib/import/m4/largefile.m4: Update.
4292 * gnulib/import/m4/localcharset.m4: Update.
4293 * gnulib/import/m4/locale-fr.m4: Update.
4294 * gnulib/import/m4/locale-ja.m4: Update.
4295 * gnulib/import/m4/locale-zh.m4: Update.
4296 * gnulib/import/m4/longlong.m4: Update.
4297 * gnulib/import/m4/lstat.m4: Update.
4298 * gnulib/import/m4/malloc.m4: Update.
4299 * gnulib/import/m4/malloca.m4: Update.
4300 * gnulib/import/m4/math_h.m4: Update.
4301 * gnulib/import/m4/mbrtowc.m4: Update.
4302 * gnulib/import/m4/mbsinit.m4: Update.
4303 * gnulib/import/m4/mbsrtowcs.m4: Update.
4304 * gnulib/import/m4/mbstate_t.m4: Update.
4305 * gnulib/import/m4/memchr.m4: Update.
4306 * gnulib/import/m4/memmem.m4: Update.
4307 * gnulib/import/m4/mmap-anon.m4: Update.
4308 * gnulib/import/m4/multiarch.m4: Update.
4309 * gnulib/import/m4/nocrash.m4: Update.
4310 * gnulib/import/m4/off_t.m4: Update.
4311 * gnulib/import/m4/pathmax.m4: Update.
4312 * gnulib/import/m4/readlink.m4: Update.
4313 * gnulib/import/m4/rename.m4: Update.
4314 * gnulib/import/m4/rmdir.m4: Update.
4315 * gnulib/import/m4/ssize_t.m4: Update.
4316 * gnulib/import/m4/stat.m4: Update.
4317 * gnulib/import/m4/stdbool.m4: Update.
4318 * gnulib/import/m4/stddef_h.m4: Update.
4319 * gnulib/import/m4/stdint.m4: Update.
4320 * gnulib/import/m4/stdio_h.m4: Update.
4321 * gnulib/import/m4/stdlib_h.m4: Update.
4322 * gnulib/import/m4/string_h.m4: Update.
4323 * gnulib/import/m4/strstr.m4: Update.
4324 * gnulib/import/m4/strtok_r.m4: Update.
4325 * gnulib/import/m4/sys_socket_h.m4: Update.
4326 * gnulib/import/m4/sys_stat_h.m4: Update.
4327 * gnulib/import/m4/sys_time_h.m4: Update.
4328 * gnulib/import/m4/sys_types_h.m4: Update.
4329 * gnulib/import/m4/time_h.m4: Update.
4330 * gnulib/import/m4/unistd_h.m4: Update.
4331 * gnulib/import/m4/warn-on-use.m4: Update.
4332 * gnulib/import/m4/wchar_h.m4: Update.
4333 * gnulib/import/m4/wchar_t.m4: Update.
4334 * gnulib/import/m4/wctype_h.m4: Update.
4335 * gnulib/import/m4/wint_t.m4: Update.
4336 * gnulib/import/malloc.c: Update.
4337 * gnulib/import/malloca.c: Update.
4338 * gnulib/import/malloca.h: Update.
4339 * gnulib/import/math.in.h: Update.
4340 * gnulib/import/mbrtowc.c: Update.
4341 * gnulib/import/mbsinit.c: Update.
4342 * gnulib/import/mbsrtowcs-impl.h: Update.
4343 * gnulib/import/mbsrtowcs-state.c: Update.
4344 * gnulib/import/mbsrtowcs.c: Update.
4345 * gnulib/import/memchr.c: Update.
4346 * gnulib/import/memmem.c: Update.
4347 * gnulib/import/pathmax.h: Update.
4348 * gnulib/import/readlink.c: Update.
4349 * gnulib/import/ref-add.sin: Update.
4350 * gnulib/import/ref-del.sin: Update.
4351 * gnulib/import/rename.c: Update.
4352 * gnulib/import/rmdir.c: Update.
4353 * gnulib/import/same-inode.h: Update.
4354 * gnulib/import/stat.c: Update.
4355 * gnulib/import/stdbool.in.h: Update.
4356 * gnulib/import/stddef.in.h: Update.
4357 * gnulib/import/stdint.in.h: Update.
4358 * gnulib/import/stdio.c: Update.
4359 * gnulib/import/stdio.in.h: Update.
4360 * gnulib/import/stdlib.in.h: Update.
4361 * gnulib/import/str-two-way.h: Update.
4362 * gnulib/import/streq.h: Update.
4363 * gnulib/import/string.in.h: Update.
4364 * gnulib/import/stripslash.c: Update.
4365 * gnulib/import/strnlen1.c: Update.
4366 * gnulib/import/strnlen1.h: Update.
4367 * gnulib/import/strstr.c: Update.
4368 * gnulib/import/strtok_r.c: Update.
4369 * gnulib/import/sys_stat.in.h: Update.
4370 * gnulib/import/sys_time.in.h: Update.
4371 * gnulib/import/sys_types.in.h: Update.
4372 * gnulib/import/time.in.h: Update.
4373 * gnulib/import/unistd.in.h: Update.
4374 * gnulib/import/verify.h: Update.
4375 * gnulib/import/wchar.in.h: Update.
4376 * gnulib/import/wctype.in.h: Update.
4377 * gnulib/import/gettimeofday.c: New file.
4378 * gnulib/import/m4/absolute-header.m4: New file.
4379 * gnulib/import/m4/gettimeofday.m4: New file.
4380 * gnulib/import/m4/sys_socket_h.m4: New file.
4381 * gnulib/import/m4/sys_time_h.m4: New file.
4382 * gnulib/import/stdio.c: Delete file.
4383 * gnulib/import/sys_time.in.h: New file.
4384
438e1e42
PA
43852015-08-24 Pedro Alves <palves@redhat.com>
4386
4387 * Makefile.in (HFILES_NO_SRCDIR): Add common/gdb_sys_time.h.
4388 * common/gdb_sys_time.h: New file.
4389 * event-loop.c: Include gdb_sys_time.h instead of sys/time.h.
4390 * gdb_select.h: Likewise.
4391 * gdb_usleep.c: Likewise.
4392 * maint.c: Likewise.
4393 * mi/mi-main.c: Likewise.
4394 * mi/mi-parse.h: Likewise.
4395 * remote-fileio.c: Likewise.
4396 * remote-m32r-sdi.c: Likewise.
4397 * remote.c: Likewise.
4398 * ser-base.c: Likewise.
4399 * ser-pipe.c: Likewise.
4400 * ser-tcp.c: Likewise.
4401 * ser-unix.c: Likewise.
4402 * symfile.c: Likewise.
4403 * symfile.c: Likewise. Rename OSIZE to SIZE throughout.
4404 * target-memory.c: Include gdb_sys_time.h instead of sys/time.h.
4405 * utils.c: Likewise.
4406
40e0b271
PA
44072015-08-24 Pedro Alves <palves@redhat.com>
4408
4409 * NEWS: Mention removed support for the various ROM monitors.
4410 * Makefile.in (ALL_TARGET_OBS): Remove dbug-rom.o, dink32-rom.o,
4411 ppcbug-rom.o, m32r-rom.o, dsrec.o and monitor.o from gdb_target_obs.
4412 * configure.tgt (h8300-*-*): Remove monitor.o and m32r-rom.o from
4413 gdb_target_obs.
4414 (m68*-*-*): Remove monitor.o dbug-rom.o and dsrec.o from
4415 gdb_target_obs.
4416 (microblaze*-linux-*): Remove microblaze-rom.o, monitor.o and
4417 dsrec.o from gdb_target_obs.
4418 (microblaze*-*-*): Remove microblaze-rom.o, monitor.o and dsrec.o
4419 from gdb_target_obs.
4420 (powerpc-*-lynx*178): Remove monitor.o and dsrec.o from
4421 gdb_target_obs.
4422 (powerpc*-*-*): Remove monitor.o, dsrec.o, ppcbug-rom.o and
4423 dink32-rom.o from gdb_target_obs.
4424 (sh*-*-linux*): Remove monitor.o and dsrec.o from gdb_target_obs.
4425 (sh*): Remove monitor.o and dsrec.o from gdb_target_obs.
4426 * dbug-rom.c, dink32-rom.c, dsrec.c, m32r-rom.c, microblaze-rom.c,
4427 monitor.c, monitor.h, ppcbug-rom.c, srec.h: Delete files.
4428
f8904751
PA
44292015-08-21 Pedro Alves <palves@redhat.com>
4430
4431 * frame.c (null_frame_id): Explicitly zero-initialize.
4432
049412e3
TT
44332015-08-21 Tom Tromey <tromey@redhat.com>
4434
4435 * dwarf2read.c (struct dwarf2_section_info): Rename field
4436 'asection' to 'section'.
4437 (dwarf2_has_info, get_section_bfd_owner, get_section_bfd_section)
4438 (dwarf2_locate_sections, dwarf2_locate_sections)
4439 (locate_dwz_sections, locate_v1_virtual_dwo_sections)
4440 (dwarf2_locate_dwo_sections, dwarf2_locate_dwo_sections)
4441 (dwarf2_locate_v2_dwp_sections): Adjust.
4442
948578a9
PP
44432015-08-21 Patrick Palka <patrick@parcs.ath.cx>
4444
4445 * top.h (gdb_in_secondary_prompt_p): Declare.
4446 * top.c (gdb_secondary_prompt_depth): Define.
4447 (gdb_in_secondary_prompt_p): Define.
4448 (gdb_readline_wrapper_cleanup): Decrement
4449 gdb_secondary_prompt_depth.
4450 (gdb_readline_wrapper): Increment gdb_secondary_prompt_depth.
4451 * tui/tui-io.c (tui_getc): Don't clear the prompt line if we
4452 are in a secondary prompt.
4453
7a8bcb88
PP
44542015-08-21 Patrick Palka <patrick@parcs.ath.cx>
4455
4456 * tui/tui-io.c (tui_getc): Use tui_putc instead of waddch to
4457 emit the newline.
4458
2d7711a3
GB
44592015-08-21 Gary Benson <gbenson@redhat.com>
4460
4461 * gdb_bfd.c (gdb_bfd_iovec_fileio_pread): Add QUIT call.
4462
4313b8c0
GB
44632015-08-21 Gary Benson <gbenson@redhat.com>
4464
4465 * target.h (struct target_ops) <to_fileio_open>: New argument
4466 warn_if_slow. Update comment. All implementations updated.
4467 (target_fileio_open_warn_if_slow): New declaration.
4468 * target.c (target_fileio_open): Renamed as...
4469 (target_fileio_open_1): ...this. New argument warn_if_slow.
4470 Pass warn_if_slow to implementation. Update debug printing.
4471 (target_fileio_open): New function.
4472 (target_fileio_open_warn_if_slow): Likewise.
4473 * gdb_bfd.c (gdb_bfd_iovec_fileio_open): Use new function
4474 target_fileio_open_warn_if_slow.
4475
f36b8719
GB
44762015-08-21 Gary Benson <gbenson@redhat.com>
4477
4478 * nat/linux-namespaces.c (linux_mntns_access_fs):
4479 Do not overwrite old_chain.
4480
40045d91
MF
44812015-08-20 Max Filippov <jcmvbkbc@gmail.com>
4482
4483 * arch/xtensa.h: New file.
4484 * xtensa-linux-nat.c (gdb_proc_service.h): New #include.
4485 (ps_get_thread_area): New function.
4486 * xtensa-linux-tdep.c (xtensa_linux_init_abi): Add call to
4487 set_gdbarch_fetch_tls_load_module_address to enable TLS support.
4488 * xtensa-tdep.c (osabi.h): New #include.
4489 (xtensa_gdbarch_init): Call gdbarch_init_osabi to register
4490 xtensa-specific hooks.
4491 * xtensa-tdep.h (struct xtensa_elf_gregset_t): Add threadptr
4492 member and move the structure to arch/xtensa.h.
4493
80152258
PA
44942015-08-21 Pedro Alves <palves@redhat.com>
4495
4496 * remote.c (struct readahead_cache): New.
4497 (struct remote_state) <readahead_cache>: New field.
4498 (remote_open_1): Invalidate the cache.
4499 (readahead_cache_invalidate, readahead_cache_invalidate_fd): New
4500 functions.
4501 (remote_hostio_pwrite): Invalidate the readahead cache.
4502 (remote_hostio_pread): Rename to ...
4503 (remote_hostio_pread_vFile): ... this.
4504 (remote_hostio_pread_from_cache): New function.
4505 (remote_hostio_pread): Reimplement.
4506 (remote_hostio_close): Invalidate the readahead cache.
4507
88fc5eb7
MC
45082015-08-21 Marcin Cieślak <saper@saper.info> (tiny patch)
4509
4510 PR build/18843
4511 * procfs.c: Include "filestuff.h".
4512
6f1cb6ea
PP
45132015-08-21 Patrick Palka <patrick@parcs.ath.cx>
4514
4515 * tui/tui-data.h (tui_command_info): Remove fields cur_line and
4516 curch.
4517 * tui/tui-data.c (tui_clear_win_detail) [CMD_WIN]: Don't set
4518 cur_line or curch, instead call wmove().
4519 (init_win_info) [CMD_WIN]: Likewise.
4520 * tui/tui-io.c (tui_puts): Likewise. Don't read cur_line,
4521 instead call getcury().
4522 (tui_redisplay_readline): Don't set cur_line or curch.
4523 (tui_mld_erase_entire_line): Don't read cur_line, instead call
4524 getcury().
4525 (tui_cont_sig): Remove call to wmove.
4526 (tui_getc): Don't read cur_line or curch, instead call getcury()
4527 or getyx(). Don't set curch.
4528 * tui/tui-win.c (make_visible_with_new_height) [CMD_WIN]: Don't
4529 set cur_line or curch. Always move cursor to (0,0).
4530
221e1a37
PA
45312015-08-20 Pedro Alves <palves@redhat.com>
4532
4533 * infrun.c (print_target_wait_results): Make extern.
4534 * infrun.h (print_target_wait_results): Declare.
4535 * remote.c (set_stop_requested_callback): Delete.
4536 (process_initial_stop_replies): New function.
4537 (remote_start_remote): Use it.
4538 (stop_reply_queue_length): New function.
4539
40e3ad0e
PA
45402015-08-20 Pedro Alves <palves@redhat.com>
4541
4542 * dwarf2read.c (process_full_comp_unit): To tell whether
4543 start_subfile managed to deduce a language, test for
4544 language_unknown instead of language_c.
4545
af39b327
PMR
45462015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
4547
4548 * ada-lex.l: Reset the start condition to INITIAL in the rule that
4549 matches attributes.
4550
7d45c7c3
KB
45512015-08-19 Kevin Buettner <kevinb@redhat.com>
4552
4553 * dwarf2read.c (dwarf2_string_attr): New function.
4554 (lookup_dwo_unit, process_psymtab_comp_unit_reader)
4555 (dwarf2_compute_name, dwarf2_physname, find_file_and_directory)
4556 (read_call_site_scope, namespace_name, guess_full_die_structure_name)
4557 (anonymous_struct_prefix, prepare_one_comp_unit): Use
4558 dwarf2_string_attr in place of dwarf2_attr and DW_STRING.
4559
4d6cceb4
DE
45602015-08-18 Doug Evans <dje@google.com>
4561 Adrian Sendroiu <adrian.sendroiu@freescale.com>
4562
4563 PR mi/18833
4564 * cli/cli-logging.c (pop_output_files): Don't restore redirection
4565 if MI-like.
4566 * mi/mi-out.c: #include "vec.h".
4567 (ui_filep): New type.
4568 (DEV_VEC_P (ui_filep)): New type.
4569 (struct ui_out_data) <buffer, original_buffer>: Delete.
4570 (struct ui_out_data) <streams>: New member.
4571 (mi_ui_out_impl): Add data_destroy field.
4572 (mi_field_string, mi_field_fmt): Update.
4573 (mi_flush, mi_redirect, field_separator): Update.
4574 (mi_open, mi_close): Update.
4575 (mi_out_buffered, mi_out_rewind, mi_out_put): Update.
4576 (mi_out_data_ctor, mi_out_data_dtor): New functions.
4577 (mi_out_new): Call mi_out_data_ctor.
4578
26d56a93
SL
45792015-08-18 Sandra Loosemore <sandra@codesourcery.com>
4580
4581 * remote.c (strprefix): New.
4582 (remote_parse_stop_reply): Use strprefix instead of strncmp
4583 to ensure exact match of keyword.
4584
566f5e3b
AB
45852015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>
4586
4587 * gdb_bfd.c (debug_bfd_cache): New variable.
4588 (show_bfd_cache_debug): New function.
4589 (gdb_bfd_open): Add debug logging.
4590 (gdb_bfd_ref): Likewise.
4591 (gdb_bfd_unref): Likewise.
4592 (_initialize_gdb_bfd): Add new set/show command.
4593 * NEWS: Mention new command.
4594
18989b3c
AB
45952015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>
4596
4597 * gdb_bfd.c (bfd_sharing): New variable.
4598 (show_bfd_sharing): New function.
4599 (gdb_bfd_open): Check bfd_sharing variable.
4600 (_initialize_gdb_bfd): Add new set/show command.
4601 * NEWS: Mention new command.
4602
c04fe68f
AB
46032015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>
4604
4605 * gdb_bfd.c (struct gdb_bfd_data): Add size, inode, and device id
4606 field.
4607 (struct gdb_bfd_cache_search): Likewise.
4608 (eq_bfd): Compare the size, inode, and device id fields.
4609 (gdb_bfd_open): Initialise the size, inode, and device id fields.
4610 (gdb_bfd_ref): Likewise.
4611 (gdb_bfd_unref): Likewise.
4612
b2a33439
PA
46132015-08-18 Pedro Alves <palves@redhat.com>
4614
4615 * linux-nat.c (linux_nat_always_non_stop_p): If the linux_ops
4616 target implements to_always_non_stop_p, call it.
4617 * x86-linux-nat.c (x86_linux_always_non_stop_p): New function.
4618 (x86_linux_create_target): Install it as to_always_non_stop_p
4619 method.
4620
71b57e37
DE
46212015-08-17 Doug Evans <dje@google.com>
4622
4623 * ui-out.c (default_ui_out_impl): Add comment.
4624
7f3706eb
IB
46252015-08-17 Iain Buclaw <ibuclaw@gdcproject.org>
4626
4627 * d-exp.y (type_aggregate_p): New function.
4628 (PrimaryExpression : TypeExp '.' IdentifierExp): Use it.
4629 (classify_inner_name): Likewise.
4630 * d-namespace.c (d_lookup_nested_symbol): Handle TYPE_CODE_ENUM.
4631
1762568f
DE
46322015-08-15 Doug Evans <xdje42@gmail.com>
4633
4634 * psymtab.c (add_psymbol_to_bcache): Remove "val" arg. All callers
4635 updated.
4636 (add_psymbol_to_list): Ditto.
4637
8763cede
DE
46382015-08-15 Doug Evans <xdje42@gmail.com>
4639
4640 * dbxread.c (dbx_end_psymtab): Renamed from end_psymtab. All callers
4641 updated. Call end_psymtab_common.
4642 * dwarf2read.c (process_psymtab_comp_unit_reader): Call
4643 end_psymtab_common.
4644 (build_type_psymtabs_reader): Ditto.
4645 * psympriv.h (sort_pst_symbols): Delete.
4646 (end_psymtab_common): Declare.
4647 * psymtab.c (sort_pst_symbols): Make static.
4648 (end_psymtab_common): New function.
4649 * xcoffread.c (xcoff_end_psymtab): Call end_psymtab_common.
4650
51cdc993
DE
46512015-08-15 Doug Evans <xdje42@gmail.com>
4652
4653 * defs.h (LANGUAGE_BITS): Define.
4654 * psympriv.h (partial_symbol) <domain>: Use SYMBOL_DOMAIN_BITS.
4655 (partial_symbol) <aclass>: Use SYMBOL_ACLASS_BITS.
4656 * symtab.h (general_symbol_info> <language>: Usage LANGUAGE_BITS.
4657 (minimal_symbol_type): Add nr_minsym_types.
4658 (MINSYM_TYPE_BITS): Define.
4659 (minimal_symbol) <type>: Use MINSYM_TYPE_BITS.
4660 (domain_enum_tag): Add NR_DOMAINS.
4661 (SYMBOL_DOMAIN_BITS): Change from 4 to 3.
4662 (SYMBOL_ACLASS_BITS): Define from 6 to 5.
4663
95cf5869
DE
46642015-08-15 Doug Evans <xdje42@gmail.com>
4665
4666 * objfiles.h: Whitespace cleanup.
4667 * psympriv.h: Whitespace cleanup.
4668 * psymtab.c: Whitespace/coding convention cleanup.
4669
e3ae3c43
PP
46702015-08-15 Patrick Palka <patrick@parcs.ath.cx>
4671
4672 * inferior.c (detach_inferior_command): Don't call
4673 any_thread_of_process when pid is 0.
4674 (kill_inferior_command): Likewise.
4675
6ff0ba5f
DE
46762015-08-14 Doug Evans <xdje42@gmail.com>
4677
4678 PR gdb/11833
4679 * NEWS: Document new /s modifier for the disassemble command.
4680 * cli/cli-cmds.c (disassemble_command): Add support for /s.
4681 (_initialize_cli_cmds): Update online docs of disassemble command.
4682 * disasm.c: #include "source.h".
4683 (struct deprecated_dis_line_entry): Renamed from dis_line_entry.
4684 All uses updated.
4685 (dis_line_entry): New struct.
4686 (hash_dis_line_entry, eq_dis_line_entry): New functions.
4687 (allocate_dis_line_table): New functions.
4688 (maybe_add_dis_line_entry, line_has_code_p): New functions.
4689 (dump_insns): New arg end_pc. All callers updated.
4690 (do_mixed_source_and_assembly_deprecated): Renamed from
4691 do_mixed_source_and_assembly. All callers updated.
4692 (do_mixed_source_and_assembly): New function.
4693 (gdb_disassembly): Handle /s (DISASSEMBLY_SOURCE).
4694 * disasm.h (DISASSEMBLY_SOURCE_DEPRECATED): Renamed from
4695 DISASSEMBLY_SOURCE. All uses updated.
4696 (DISASSEMBLY_SOURCE): New macro.
4697 * mi/mi-cmd-disas.c (mi_cmd_disassemble): New modes 4,5.
4698
b56ccc20
KS
46992015-08-14 Keith Seitz <keiths@redhat.com>
4700
4701 * d-exp.y (PrimaryExpression : TypeExp '.' IdentifierExp): Rename
4702 `typename' to `type_name' to avoid C++ reserved word.
4703
ebdad8fc
KS
47042015-08-14 Keith Seitz <keiths@redhat.com>
4705
4706 * location.c (EL_TYPE, EL_LINESPEC, EL_PROBE, EL_ADDRESS)
4707 (EL_EXPLICIT, EL_STRING): Change macro parameter to "P" to
4708 silence ARI errors.
4709
c0fe2ae7
IB
47102015-08-14 Iain Buclaw <ibuclaw@gdcproject.org>
4711
4712 * d-exp.y (PrimaryExpression : TypeExp '.' IdentifierExp): Use
4713 xstrprintf instead of malloc and sprintf.
4714 (PrimaryExpression : IdentifierExp): Avoid operator at end of line.
4715 (lex_one_token): Likewise.
4716
a738da3a
MF
47172015-08-14 Matthew Fortune <matthew.fortune@imgtec.com>
4718
4719 * solib-svr4.c (read_program_header): Add base_addr argument to
4720 report the runtime address of the segment.
4721 (find_program_interpreter): Update read_program_header call to pass
4722 a NULL pointer for the new argument.
4723 (scan_dyntag): Add ptr_addr argument to report the runtime address
4724 of the tag payload.
4725 (scan_dyntag_auxv): Likewise and use thew new base_addr argument of
4726 read_program_header to get the base address of the dynamic segment.
4727 (elf_locate_base): Update uses of scan_dyntag, scan_dyntag_auxv and
4728 read_program_header.
4729 (elf_locate_base): Scan for and handle DT_MIPS_RLD_MAP_REL.
4730
f8edc4ff
MF
47312015-08-14 Matthew Fortune <matthew.fortune@imgtec.com>
4732
4733 * MAINTAINERS (Write After Approval): Add Matthew Fortune.
4734
444c1ed8
IB
47352015-08-13 Iain Buclaw <ibuclaw@gdcproject.org>
4736
4737 * d-exp.y (%union): Add voidval.
4738 (%token): Add UNKNOWN_NAME as a token to represent an unclassified
4739 name in the lexing stage.
4740 (PostfixExpression): Move symbol completion handling in grammar here
4741 from PrimaryExpression.
4742 (PrimaryExpression): Move routines to handle resolving identifier
4743 tokens in the grammar here from push_expression_name.
4744 (IdentifierExp): Remove the handling of alternating '.' and identifier
4745 tokens.
4746 (TypeExp): Allow TypeExp to be wrapped in parenthesis in the grammar.
4747 (BasicType): Remove C-style typename rules.
4748 (d_type_from_name, d_module_from_name, push_variable)
4749 (push_fieldnames, push_type_name, push_module_name)
4750 (push_expression_name): Remove.
4751 (lex_one_token): Rename from yylex. Replace pstate with par_state.
4752 (token_and_value): New type.
4753 (token_fifo, popping, name_obstack): New globals.
4754 (classify_name): New function.
4755 (classify_inner_name): Likewise.
4756 (yylex): Likewise.
4757 (d_parse): Initialize token_fifo, popping and name_obstack.
4758
bc7c9fab
IB
47592015-08-13 Iain Buclaw <ibuclaw@gdcproject.org>
4760
4761 * Makefile.in (SFILES): Add d-namespace.c.
4762 (COMMON_OBS): Add d-namespace.o.
4763 * d-lang.c (d_language_defn): Use d_lookup_symbol_nonlocal as the
4764 la_lookup_symbol_nonlocal callback function pointer.
4765 * d-lang.h (d_lookup_symbol_nonlocal): New declaration.
4766 (d_lookup_nested_symbol): New declaration.
4767 * d-namespace.c: New file.
4768
3207396b
PA
47692015-08-13 Pedro Alves <palves@redhat.com>
4770
4771 * python/py-unwind.c (pyuw_sniffer): Install the invalidate
4772 cleanup after the decref cleanup, not before.
4773
5d8c3ed3
PMR
47742015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
4775
4776 * ada-lang.c: Include namespace.h
4777 (aux_add_nonlocal_symbols): Fix a function name in comment.
4778 (ada_add_block_renamings): New.
4779 (add_nonlocal_symbols): Add global renamings handling.
4780 (ada_lookup_symbol_list_worker): Move the symbol lookup part
4781 to...
4782 (ada_add_all_symbols): ... this new function.
4783 (ada_add_block_symbols): Try to match the input name against the
4784 "using directives list", perform a recursive symbol lookup on
4785 the matched declarations.
4786 * block.h (struct block): Move the_namespace to top-level as
4787 namespace_info. Remove the language_specific field.
4788 (BLOCK_NAMESPACE): Update access to the namespace_info field.
4789 * buildsym.h (using_directives): Rename into...
4790 (local_using_directives): ... this.
4791 (global_using_directives): New.
4792 (struct context_stack): Rename the using_directives field into
4793 local_using_directives.
4794 * buildsym.c (finish_block_internal): Deal with the proper
4795 using directives repository (local or global).
4796 (prepare_for_building): Reset local_using_directives. Assert
4797 that there is no pending global using directive.
4798 (reset_symtab_globals): Reset global_using_directives and
4799 local_using_directives.
4800 (end_symtab_get_static_block): Don't ignore symtabs that have
4801 only using directives.
4802 (push_context): Update references to local_using_directives.
4803 (buildsym_init): Do not reset using_directives.
4804 * cp-support.c: Include namespace.h.
4805 * cp-support.h (struct using_direct): Move to namespace.h.
4806 (cp_add_using_directives): Move to namespace.h.
4807 * cp-namespace.c: Include namespace.h
4808 (cp_add_using_directive): Move to namespace.c, rename it to
4809 add_using_directive, add a "using_directives" argument and use
4810 it as the pending using directives repository. All callers
4811 updated.
4812 * dwarf2read.c (using_directives): New.
4813 (read_import_statement): Call using_directives.
4814 (read_func_scope): Update references to local_using_directives.
4815 (read_lexical_block_scope): Likewise.
4816 (read_namespace): Update the heading comment, call
4817 using_directives.
4818 * namespace.h: New file.
4819 * namespace.c: New file.
4820 * Makefile.in (SFILES): Add namespace.c.
4821 (COMMON_OBS): Add namespace.o
4822
4dafcdeb
JB
48232015-08-12 Joel Brobecker <brobecker@adacore.com>
4824
4825 * amd64-tdep.c (amd64_displaced_step_fixup): Fix the mask used to
4826 compute RETADDR.
4827
67994074
KS
48282015-08-12 Keith Seitz <keiths@redhat.com>
4829
4830 * break-catch-throw.c (re_set_exception_catchpoint) Rename
4831 reserved C++ keyword "explicit" to "explicit_loc".
4832 * breakpoint.c (create_overlay_event_breakpoint)
4833 (create_longjmp_master_breakpoint)
4834 (create_std_terminate_master_breakpoint)
4835 (create_exception_master_breakpoint, update_static_tracepoint):
4836 Rename reserved C++ keyword "explicit" to "explicit_loc".
4837 * completer.c (collect_explicit_location_matches)
4838 (explicit_location_completer): Rename reserved C++ keyword
4839 "explicit" to "explicit_loc".
4840 * linespec.c (struct linespec) <explicit>: Rename to "explicit_loc".
4841 (canonicalize_linespec, create_sals_line_offset)
4842 (convert_linespec_to_sals, convert_explicit_location_to_sals)
4843 (event_location_to_sals, decode_objc): Rename reserved C++ keyword
4844 "explicit" to "explicit_loc".
4845 * location.c (struct event_location) <explicit>: Rename to
4846 "explicit_loc".
4847 (initialize_explicit_location, new_explicit_location)
4848 (explicit_location_to_string_internal, explicit_location_to_linespec):
4849 Rename reserved C++ keyword "explicit" to "explicit_loc".
4850 * location.h (explicit_location_to_string)
4851 (explicit_location_to_linespec, initialize_explicit_location)
4852 (new_explicit_location): Rename reserved C++ keyword "explicit"
4853 to "explicit_loc".
4854 * mi/mi-cmd-break.c (mi_cmd_break_insert_1): Rename reserved C++
4855 keyword "explicit" to "explicit_loc".
4856
59ecaff3
KS
48572015-08-12 Keith Seitz <keiths@redhat.com>
4858
4859 * python/python.c (gdbpy_decode_line): Initialize `location' to NULL
4860 and only call decode_line_1 when it is non-NULL.
4861
244558af
LM
48622015-08-12 Luis Machado <lgustavo@codesourcery.com>
4863
4864 * breakpoint.c (bp_loc_is_permanent): Return 0 when breakpoint
4865 location address is not meaningful.
4866 (breakpoint_address_is_meaningful): Update comment.
4867
629500fa
KS
48682015-08-11 Keith Seitz <keiths@redhat.com>
4869
4870 * NEWS: Mention explicit locations.
4871 * breakpoint.c [LOCATION_HELP_STRING]: New macro.
4872 [BREAK_ARGS_HELP]: Use LOCATION_HELP_STRING.
4873 (_initialize_breakpoint): Update documentation for
4874 "clear", "break", "trace", "strace", "ftrace", and "dprintf".
4875
eb8c4e2e
KS
48762015-08-11 Keith Seitz <keiths@redhat.com>
4877
4878 * mi/mi-cmd-break.c (mi_cmd_break_insert_1): Add support for
4879 explicit locations, options "--source", "--function",
4880 "--label", and "--line".
4881
87f0e720
KS
48822015-08-11 Keith Seitz <keiths@redhat.com>
4883
4884 * completer.c: Include location.h.
4885 (enum match_type): New enum.
4886 (location_completer): Rename to ...
4887 (linespec_completer): ... this.
4888 (collect_explicit_location_matches, backup_text_ptr)
4889 (explicit_location_completer): New functions.
4890 (location_completer): "New" function; handle linespec
4891 and explicit location completions.
4892 (complete_line_internal): Remove all location completer-specific
4893 handling.
4894 * linespec.c (linespec_lexer_lex_keyword, is_ada_operator)
4895 (find_toplevel_char): Export.
4896 (linespec_parse_line_offset): Export.
4897 Issue error if STRING is not numerical.
4898 (gdb_get_linespec_parser_quote_characters): New function.
4899 * linespec.h (linespec_parse_line_offset): Declare.
4900 (get_gdb_linespec_parser_quote_characters): Declare.
4901 (is_ada_operator): Declare.
4902 (find_toplevel_char): Declare.
4903 (linespec_lexer_lex_keyword): Declare.
4904 * location.c (explicit_to_event_location): New function.
4905 (explicit_location_lex_one): New function.
4906 (string_to_explicit_location): New function.
4907 (string_to_event_location): Handle explicit locations.
4908 * location.h (explicit_to_event_location): Declare.
4909 (string_to_explicit_location): Declare.
4910
00e52e53
KS
49112015-08-11 Keith Seitz <keiths@redhat.com>
4912
4913 * break-catch-throw.c (re_set_exception_catchpoint): Convert
4914 linespec into explicit location.
4915 * breakpoint.c (create_overlay_breakpoint)
4916 (create_longjmp_master_breakpoint)
4917 (create_std_terminate_master_breakpoint)
4918 (create_exception_master_breakpoint): Convert linespec into explicit
4919 location.
4920 (update_static_tracepoint): Convert linespec into explicit location.
4921 * linespec.c (enum offset_relative_sign, struct line_offset): Move
4922 location.h.
4923 (struct linespec) <expression, expr_pc, source_filename>
4924 <function_name, label_name, line_offset>: Replace with ...
4925 <explicit>: ... this.
4926 <is_linespec>: New member.
4927 (PARSER_EXPLICIT): New accessor macro.
4928 (undefined_label_error): New function.
4929 (source_file_not_found_error): New function.
4930 (linespec_parse_basic): The parser result is now an explicit location.
4931 Use PARSER_EXPLICIT to access it.
4932 Use undefined_label_error.
4933 (canonicalize_linespec): Convert canonical linespec into explicit
4934 location.
4935 Move string representation of location to explicit_location_to_linespec
4936 and use it and explicit_location_to_string to save string
4937 representations of the canonical location.
4938 (create_sals_line_offset, convert_linespec_to_sals): `ls' contains an
4939 explicit location. Update all references.
4940 (convert_explicit_location_to_sals): New function.
4941 (parse_linespec): Use PARSER_EXPLICIT to access the parser
4942 result's explicit location.
4943 (linespec_state_constructor): Initialize is_linespec.
4944 Use PARSER_EXPLICIT.
4945 (linespec_parser_delete): Use PARSER_EXPLICIT to access the parser's
4946 result.
4947 (event_location_to_sals): For linespec locations, set is_linespec.
4948 Handle explicit locations.
4949 (decode_objc): 'ls' contains an explicit location now. Update all
4950 references.
4951 (symtabs_from_filename): Use source_file_not_found_error.
4952 * location.c (struct event_location.u) <explicit>: New member.
4953 (initialize_explicit_location): New function.
4954 (initialize_event_location): Initialize explicit locations.
4955 (new_explicit_location, get_explicit_location)
4956 (get_explicit_location_const): New functions.
4957 (explicit_to_string_internal): New function; most of contents moved
4958 from canonicalize_linespec.
4959 (explicit_location_to_string): New function.
4960 (explicit_location_to_linespec): New function.
4961 (copy_event_location, delete_event_location)
4962 (event_location_to_string_const, event_location_empty_p): Handle
4963 explicit locations.
4964 * location.h (enum offset_relative_sign, struct line_offset): Move
4965 here from linespec.h.
4966 (enum event_location_type): Add EXPLICIT_LOCATION.
4967 (struct explicit_location): New structure.
4968 (explicit_location_to_string): Declare.
4969 (explicit_location_to_linespec): Declare.
4970 (new_explicit_location, get_explicit_locationp
4971 (get_explicit_location_const, initialize_explicit_location): Declare.
4972
5b56227b
KS
49732015-08-11 Keith Seitz <keiths@redhat.com>
4974
4975 * break-catch-throw.c (re_set_exception_catchpoint): Convert
4976 linespec for stap probe to probe location.
4977 * breakpoint.c (create_longjmp_master_breakpoint)
4978 (create_exception_master_breakpoint): Likewise.
4979 (break_command_1): Remove local variable `arg_cp'.
4980 Check location type to set appropriate breakpoint ops methods.
4981 (trace_command): Likewise.
4982 * linespec.c (event_location_to_sals): Assert on probe locations.
4983 * location.c (EL_PROBE): Add macro definition.
4984 (new_probe_location, get_probe_location): New functions.
4985 (copy_event_location, delete_event_location, event_location_to_string)
4986 (string_to_event_location, event_location_empty_p): Handle probe
4987 locations.
4988 * location.h (enum event_location_type): Add PROBE_LOCATION.
4989 (new_probe_location, get_probe_location): Declare.
4990 * probe.c (parse_probes): Assert that LOCATION is a probe location.
4991 Convert linespec into probe location.
4992
a06efdd6
KS
49932015-08-11 Keith Seitz <keiths@redhat.com>
4994
4995 * breakpoint.c (create_thread_event_breakpoint, init_breakpoint_sal):
4996 Convert linespec to address location.
4997 * linespec.c (canonicalize_linespec): Do not handle address
4998 locations here.
4999 (convert_address_location_to_sals): New function; contents moved
5000 from ...
5001 (convert_linespc_to_sals): ... here.
5002 (parse_linespec): Remove address locations from linespec grammar.
5003 Remove handling of address locations.
5004 (linespec_lex_to_end): Remove handling of address linespecs.
5005 (event_location_to_sals): Handle ADDRESS_LOCATION.
5006 (linespec_expression_to_pc): Export.
5007 * linespec.h (linespec_expression_to_pc): Add declaration.
5008 * location.c (struct event_location.u) <address>: New member.
5009 (new_address_location, get_address_location): New functions.
5010 (copy_event_location, delete_event_location, event_location_to_string)
5011 (string_to_event_location, event_location_empty_p): Handle address
5012 locations.
5013 * location.h (enum event_location_type): Add ADDRESS_LOCATION.
5014 (new_address_location, get_address_location): Declare.
5015 * python/py-finishbreakpoint.c (bpfinishpy_init): Convert linespec
5016 to address location.
5017 * spu-tdep.c (spu_catch_start): Likewise.
5018
f00aae0f
KS
50192015-08-11 Keith Seitz <keiths@redhat.com>
5020
5021 * ax-gdb.c: Include location.h.
5022 (agent_command_1) Use linespec location instead of address
5023 string.
5024 * break-catch-throw.c: Include location.h.
5025 (re_set_exception_catchpoint): Use linespec locations instead
5026 of address strings.
5027 * breakpoint.c: Include location.h.
5028 (create_overlay_event_breakpoint, create_longjmp_master_breakpoint)
5029 (create_std_terminate_master_breakpoint)
5030 (create_exception_master_breakpoint, update_breakpoints_after_exec):
5031 Use linespec location instead of address string.
5032 (print_breakpoint_location): Use locations and
5033 event_location_to_string.
5034 Print extra_string for pending locations for non-MI streams.
5035 (print_one_breakpoint_location): Use locations and
5036 event_location_to_string.
5037 (init_raw_breakpoint_without_location): Initialize b->location.
5038 (create_thread_event_breakpoint): Use linespec location instead of
5039 address string.
5040 (init_breakpoint_sal): Likewise.
5041 Only save extra_string if it is non-NULL and not the empty string.
5042 Use event_location_to_string instead of `addr_string'.
5043 Constify `p' and `endp'.
5044 Use skip_spaces_const/skip_space_const instead of non-const versions.
5045 Copy the location into the breakpoint.
5046 If LOCATION is NULL, save the breakpoint address as a linespec location
5047 instead of an address string.
5048 (create_breakpoint_sal): Change `addr_string' parameter to a struct
5049 event_location. All uses updated.
5050 (create_breakpoints_sal): Likewise for local variable `addr_string'.
5051 (parse_breakpoint_sals): Use locations instead of address strings.
5052 Remove check for empty linespec with conditional.
5053 Refactor.
5054 (decode_static_tracepoint_spec): Make argument const and update
5055 function.
5056 (create_breakpoint): Change `arg' to a struct event_location and
5057 rename.
5058 Remove `copy_arg' and `addr_start'.
5059 If EXTRA_STRING is empty, set it to NULL.
5060 Don't populate `canonical' for pending breakpoints.
5061 Pass `extra_string' to find_condition_and_thread.
5062 Clear `extra_string' if `rest' was NULL.
5063 Do not error with "garbage after location" if setting a dprintf
5064 breakpoint.
5065 Copy the location into the breakpoint instead of an address string.
5066 (break_command_1): Use string_to_event_location and pass this to
5067 create_breakpoint instead of an address string.
5068 Check against `arg_cp' for a probe linespec.
5069 (dprintf_command): Use string_to_event_location and pass this to
5070 create_breakpoint instead of an address string.
5071 Throw an exception if no format string was specified.
5072 (print_recreate_ranged_breakpoint): Use event_location_to_string
5073 instead of address strings.
5074 (break_range_command, until_break_command)
5075 (init_ada_exception_breakpoint): Use locations instead
5076 of address strings.
5077 (say_where): Print out extra_string for pending locations.
5078 (base_breakpoint_dtor): Delete `location' and `location_range_end' of
5079 the breakpoint.
5080 (base_breakpoint_create_sals_from_location): Use struct event_location
5081 instead of address string.
5082 Remove `addr_start' and `copy_arg' parameters.
5083 (base_breakpoint_decode_location): Use struct event_location instead of
5084 address string.
5085 (bkpt_re_set): Use locations instead of address strings.
5086 Use event_location_empty_p to check for unset location.
5087 (bkpt_print_recreate): Use event_location_to_string instead of
5088 an address string.
5089 Print out extra_string for pending locations.
5090 (bkpt_create_sals_from_location, bkpt_decode_location)
5091 (bkpt_probe_create_sals_from_location): Use struct event_location
5092 instead of address string.
5093 (bkpt_probe_decode_location): Use struct event_location instead of
5094 address string.
5095 (tracepoint_print_recreate): Use event_location_to_string to
5096 recreate the tracepoint.
5097 (tracepoint_create_sals_from_location, tracepoint_decode_location)
5098 (tracepoint_probe_create_sals_from_location)
5099 (tracepoint_probe_decode_location): Use struct event_location
5100 instead of address string.
5101 (dprintf_print_recreate): Use event_location_to_string to recreate
5102 the dprintf.
5103 (dprintf_re_set): Remove check for valid/missing format string.
5104 (strace_marker_create_sals_from_location)
5105 (strace_marker_create_breakpoints_sal, strace_marker_decode_location)
5106 (update_static_tracepoint): Use struct event_location instead of
5107 address string.
5108 (location_to_sals): Likewise.
5109 Pass `extra_string' to find_condition_and_thread.
5110 For newly resolved pending breakpoint locations, clear the location's
5111 string representation.
5112 Assert that the breakpoint's condition string is NULL when
5113 condition_not_parsed.
5114 (breakpoint_re_set_default, create_sals_from_location_default)
5115 (decode_location_default, trace_command, ftrace_command)
5116 (strace_command, create_tracepoint_from_upload): Use locations
5117 instead of address strings.
5118 * breakpoint.h (struct breakpoint_ops) <create_sals_from_location>:
5119 Use struct event_location instead of address string.
5120 Update all uses.
5121 <decode_location>: Likewise.
5122 (struct breakpoint) <addr_string>: Change to struct event_location
5123 and rename `location'.
5124 <addr_string_range_end>: Change to struct event_location and rename
5125 `location_range_end'.
5126 (create_breakpoint): Use struct event_location instead of address
5127 string.
5128 * cli/cli-cmds.c: Include location.h.
5129 (edit_command, list_command): Use locations instead of address strings.
5130 * elfread.c: Include location.h.
5131 (elf_gnu_ifunc_resolver_return_stop): Use event_location_to_string.
5132 * guile/scm-breakpoint.c: Include location.h.
5133 (bpscm_print_breakpoint_smob): Use event_location_to_string.
5134 (gdbscm_register_breakpoint): Use locations instead of address
5135 strings.
5136 * linespec.c: Include location.h.
5137 (struct ls_parser) <stream>: Change to const char *.
5138 (PARSER_STREAM): Update.
5139 (lionespec_lexer_lex_keyword): According to find_condition_and_thread,
5140 keywords must be followed by whitespace.
5141 (canonicalize_linespec): Save a linespec location into `canonical'.
5142 Save a canonical linespec into `canonical'.
5143 (parse_linespec): Change `argptr' to const char * and rename `arg'.
5144 All uses updated.
5145 Update function description.
5146 (linespec_parser_new): Initialize `parser'.
5147 Update initialization of parsing stream.
5148 (event_location_to_sals): New function.
5149 (decode_line_full): Change `argptr' to a struct event_location and
5150 rename it `location'.
5151 Use locations instead of address strings.
5152 Call event_location_to_sals instead of parse_linespec.
5153 (decode_line_1): Likewise.
5154 (decode_line_with_current_source, decode_line_with_last_displayed)
5155 Use locations instead of address strings.
5156 (decode_objc): Likewise.
5157 Change `argptr' to const char * and rename `arg'.
5158 (destroy_linespec_result): Delete the linespec result's location
5159 instead of freeing the address string.
5160 * linespec.h (struct linespec_result) <addr_string>: Change to
5161 struct event_location and rename to ...
5162 <location>: ... this.
5163 (decode_line_1, decode_line_full): Change `argptr' to struct
5164 event_location. All callers updated.
5165 * mi/mi-cmd-break.c: Include language.h, location.h, and linespec.h.
5166 (mi_cmd_break_insert_1): Use locations instead of address strings.
5167 Throw an error if there was "garbage" at the end of the specified
5168 linespec.
5169 * probe.c: Include location.h.
5170 (parse_probes): Change `argptr' to struct event_location.
5171 Use event locations instead of address strings.
5172 * probe.h (parse_probes): Change `argptr' to struct event_location.
5173 * python/py-breakpoint.c: Include location.h.
5174 (bppy_get_location): Constify local variable `str'.
5175 Use event_location_to_string.
5176 (bppy_init): Use locations instead of address strings.
5177 * python/py-finishbreakpoint.c: Include location.h.
5178 (bpfinishpy_init): Remove local variable `addr_str'.
5179 Use locations instead of address strings.
5180 * python/python.c: Include location.h.
5181 (gdbpy_decode_line): Use locations instead of address strings.
5182 * remote.c: Include location.h.
5183 (remote_download_tracepoint): Use locations instead of address
5184 strings.
5185 * spu-tdep.c: Include location.h.
5186 (spu_catch_start): Remove local variable `buf'.
5187 Use locations instead of address strings.
5188 * tracepoint.c: Include location.h.
5189 (scope_info): Use locations instead of address strings.
5190 (encode_source_string): Constify parameter `src'.
5191 * tracepoint.h (encode_source_string): Likewise.
5192
c7c1b3e9
KS
51932015-08-11 Keith Seitz <keiths@redhat.com>
5194
5195 * Makefile.in (SFILES): Add location.c.
5196 (HFILES_NO_SRCDIR): Add location.h.
5197 (COMMON_OBS): Add location.o.
5198 * linespec.c (linespec_lex_to_end): New function.
5199 * linespec.h (linespec_lex_to_end): Declare.
5200 * location.c: New file.
5201 * location.h: New file.
5202
5f700d83
KS
52032015-08-11 Keith Seitz <keiths@redhat.com>
5204
5205 * breakpoint.h (struct breakpoint_ops) <create_sals_from_address>:
5206 Renamed to create_sals_from_location.
5207 <decode_linespec>: Renamed to decode_location.
5208 Update all callers.
5209 * breakpoint.c (create_sals_from_address_default): Renamed to ...
5210 (create_sals_from_location_default): ... this.
5211 (addr_string_to_sals): Renamed to ...
5212 (location_to_sals): ... this.
5213 (decode_linespec_default): Renamed to ...
5214 (decode_location_default): ... this.
5215 (base_breakpoint_create_sals_from_address): Renamed to ...
5216 (base_breakpoint_create_sals_from_location): ... this.
5217 (bkpt_create_sals_from_address): Renamed to ...
5218 (bkpt_create_sals_from_location): ... this.
5219 (bkpt_decode_linespec): Renamed to ...
5220 (bkpt_decode_location): ... this.
5221 (bkpt_probe_create_sals_from_address): Renamed to ...
5222 (bkpt_probe_create_sals_from_location): ... this.
5223 (tracepoint_create_sals_from_address): Renamed to ...
5224 (tracepoint_create_sals_from_location): ... this.
5225 (tracepoint_decode_linespec): Renamed to ...
5226 (tracepoint_decode_location): ... this.
5227 (tracepoint_probe_create_sals_from_address): Renamed to ...
5228 (tracepoint_probe_create_sals_from_location): ... this.
5229 (tracepoint_probe_decode_linespec): Renamed to ...
5230 (tracepoint_probe_decode_location): ... this.
5231 (strace_marker_create_sals_from_address): Renamed to ...
5232 (strace_marker_create_sals_from_location): ... this.
5233 (decode_linespec_default): Renamed to ...
5234 (decode_location_default): ... this.
5235
e27852be
DE
52362015-08-10 Doug Evans <dje@google.com>
5237 Keith Seitz <keiths@redhat.com>
5238
5239 PR gdb/17960
5240 * symtab.c (make_file_symbol_completion_list_1): Renamed from
5241 make_file_symbol_completion_list and made static.
5242 (make_file_symbol_completion_list): New function.
80af41e0 5243
fd7dcb94
JB
52442015-08-10 Joel Brobecker <brobecker@adacore.com>
5245
5246 * infrun.c (follow_fork, displaced_step_prepare, resume): Remove
5247 trailing new-line at end of warning message.
5248 (proceed): Add i18n marker to error messages.
5249
f12899e9
PA
52502015-08-07 Pedro Alves <palves@redhat.com>
5251
5252 * linux-nat.c (linux_nat_always_non_stop_p): Return 1.
5253
5ac21343
PA
52542015-08-07 Pedro Alves <palves@redhat.com>
5255
5256 * s390-linux-tdep.c (is_non_branch_ril)
5257 (s390_displaced_step_copy_insn): New functions.
5258 (s390_displaced_step_fixup): Update comment.
5259 (s390_gdbarch_init): Install s390_displaced_step_copy_insn as
5260 gdbarch_displaced_step_copy_insn hook.
5261
7f03bd92
PA
52622015-08-07 Pedro Alves <palves@redhat.com>
5263
5264 * infrun.c (displaced_step_prepare_throw): Return -1 if
5265 gdbarch_displaced_step_copy_insn returns NULL. Update intro
5266 comment.
5267 * rs6000-tdep.c (LWARX_MASK, LWARX_INSTRUCTION, LDARX_INSTRUCTION)
5268 (STWCX_MASK, STWCX_INSTRUCTION, STDCX_INSTRUCTION): Move higher up
5269 in file.
5270 (ppc_displaced_step_copy_insn): New function.
5271 (ppc_displaced_step_fixup): Update comment.
5272 (rs6000_gdbarch_init): Install ppc_displaced_step_copy_insn as
5273 gdbarch_displaced_step_copy_insn hook.
5274 * gdbarch.sh (displaced_step_copy_insn): Document what happens on
5275 NULL return.
5276 * gdbarch.h: Regenerate.
5277
3fc8eb30
PA
52782015-08-07 Pedro Alves <palves@redhat.com>
5279
5280 * inferior.h (struct inferior) <displaced_stepping_failed>: New
5281 field.
5282 * infrun.c (use_displaced_stepping_now_p): New parameter 'inf'.
5283 Return false if dispaced stepping failed before.
5284 (resume): Pass the current inferior to
5285 use_displaced_stepping_now_p. Wrap displaced_step_prepare in
5286 TRY/CATCH. If we get a MEMORY_ERROR, set the inferior's
5287 displaced_stepping_failed flag, and fall back to an in-line
5288 step-over.
5289
bfedc46a
PA
52902015-08-07 Pedro Alves <palves@redhat.com>
5291
5292 * darwin-nat.c (darwin_stop): Rename to ...
5293 (darwin_interrupt): ... this.
5294 (_initialize_darwin_inferior): Adjust.
5295 * gnu-nat.c (gnu_stop): Delete.
5296 (gnu_target): Don't install gnu_stop.
5297 * inf-ptrace.c (inf_ptrace_stop): Rename to ...
5298 (inf_ptrace_interrupt): ... this.
5299 (inf_ptrace_target): Adjust.
5300 * infcmd.c (interrupt_target_1): Use target_interrupt instead of
5301 target_stop.
5302 * linux-nat (linux_nat_stop): Rename to ...
5303 (linux_nat_interrupt): ... this.
5304 (linux_nat_stop): Reimplement.
5305 (linux_nat_add_target): Install linux_nat_interrupt.
5306 * nto-procfs.c (nto_interrupt_twice): Rename to ...
5307 (nto_handle_sigint_twice): ... this.
5308 (nto_interrupt): Rename to ...
5309 (nto_handle_sigint): ... this. Call target_interrupt instead of
5310 target_stop.
5311 (procfs_wait): Adjust.
5312 (procfs_stop): Rename to ...
5313 (procfs_interrupt): ... this.
5314 (init_procfs_targets): Adjust.
5315 * procfs.c (procfs_stop): Rename to ...
5316 (procfs_interrupt): ... this.
5317 (procfs_target): Adjust.
5318 * remote-m32r-sdi.c (m32r_stop): Rename to ...
5319 (m32r_interrupt): ... this.
5320 (init_m32r_ops): Adjust.
5321 * remote-sim.c (gdbsim_stop_inferior): Rename to ...
5322 (gdbsim_interrupt_inferior): ... this.
5323 (gdbsim_stop): Rename to ...
5324 (gdbsim_interrupt): ... this.
5325 (gdbsim_cntrl_c): Adjust.
5326 (init_gdbsim_ops): Adjust.
5327 * remote.c (sync_remote_interrupt): Adjust comments.
5328 (remote_stop_as): Rename to ...
5329 (remote_interrupt_as): ... this.
5330 (remote_stop): Adjust comment.
5331 (remote_interrupt): New function.
5332 (init_remote_ops): Install remote_interrupt.
5333 * target.c (target_interrupt): New function.
5334 * target.h (struct target_ops) <to_interrupt>: New field.
5335 (target_interrupt): New declaration.
5336 * windows-nat.c (windows_stop): Rename to ...
5337 (windows_interrupt): ... this.
5338 * target-delegates.c: Regenerate.
5339
d55007b5
PA
53402015-08-07 Pedro Alves <palves@redhat.com>
5341
5342 * signal-while-stepping-over-bp-other-thread.exp: Expect "restart
5343 threads" as alternative to "switching back to stepped thread".
5344
fbea99ea
PA
53452015-08-07 Pedro Alves <palves@redhat.com>
5346
5347 * NEWS: Mention "maint set/show target-non-stop".
5348 * breakpoint.c (update_global_location_list): Check
5349 target_is_non_stop_p instead of non_stop.
5350 * infcmd.c (attach_command_post_wait, attach_command): Likewise.
5351 * infrun.c (show_can_use_displaced_stepping)
5352 (can_use_displaced_stepping_p, start_step_over_inferior):
5353 Likewise.
5354 (internal_resume_ptid): New function.
5355 (resume): Use it.
5356 (proceed): Check target_is_non_stop_p instead of non_stop. If in
5357 all-stop mode but the target is always in non-stop mode, start all
5358 the other threads that are implicitly resumed too.
5359 (for_each_just_stopped_thread, fetch_inferior_event)
5360 (adjust_pc_after_break, stop_all_threads): Check
5361 target_is_non_stop_p instead of non_stop.
5362 (handle_inferior_event): Likewise. Handle detach-fork in all-stop
5363 with the target always in non-stop mode.
5364 (handle_signal_stop) <random signal>: Check target_is_non_stop_p
5365 instead of non_stop.
5366 (switch_back_to_stepped_thread): Check target_is_non_stop_p
5367 instead of non_stop.
5368 (keep_going_stepped_thread): Use internal_resume_ptid.
5369 (stop_waiting): If in all-stop mode, and the target is in non-stop
5370 mode, stop all threads.
5371 (keep_going_pass): Likewise, when starting a new in-line step-over
5372 sequence.
5373 * linux-nat.c (get_pending_status, select_event_lwp)
5374 (linux_nat_filter_event, linux_nat_wait_1, linux_nat_wait): Check
5375 target_is_non_stop_p instead of non_stop.
5376 (linux_nat_always_non_stop_p): New function.
5377 (linux_nat_stop): Check target_is_non_stop_p instead of non_stop.
5378 (linux_nat_add_target): Install linux_nat_always_non_stop_p.
5379 * target-delegates.c: Regenerate.
5380 * target.c (target_is_non_stop_p): New function.
5381 (target_non_stop_enabled, target_non_stop_enabled_1): New globals.
5382 (maint_set_target_non_stop_command)
5383 (maint_show_target_non_stop_command): New functions.
5384 (_initilize_target): Install "maint set/show target-non-stop"
5385 commands.
5386 * target.h (struct target_ops) <to_always_non_stop_p>: New field.
5387 (target_non_stop_enabled): New declaration.
5388 (target_is_non_stop_p): New declaration.
5389
372316f1
PA
53902015-08-07 Pedro Alves <pedro@codesourcery.com>
5391
5392 * breakpoint.c (breakpoints_should_be_inserted_now): If any thread
5393 has a pending status, return true.
5394 * gdbthread.h: Include target/waitstatus.h.
5395 (struct thread_suspend_state) <stop_reason, waitstatus_pending_p,
5396 stop_pc>: New fields.
5397 (struct thread_info) <resumed>: New field.
5398 (set_resumed): Declare.
5399 * infrun.c: Include "event-loop.h".
5400 (infrun_async_inferior_event_token, infrun_is_async): New globals.
5401 (infrun_async): New function.
5402 (clear_step_over_info): Add debug output.
5403 (displaced_step_in_progress_any_inferior): New function.
5404 (displaced_step_fixup): New returns int.
5405 (start_step_over): Handle in-line step-overs too. Assert the
5406 thread is marked resumed.
5407 (resume_cleanups): Clear the thread's resumed flag.
5408 (resume): Set the thread's resumed flag. Return early if the
5409 thread has a pending status. Allow stepping a breakpoint with no
5410 signal.
5411 (proceed): Adjust to check 'resumed' instead of 'executing'.
5412 (clear_proceed_status_thread): If the thread has a pending status,
5413 and that status is a finished step, discard the pending status.
5414 (clear_proceed_status): Don't clear step_over_info here.
5415 (random_pending_event_thread, do_target_wait): New functions.
5416 (prepare_for_detach, wait_for_inferior, fetch_inferior_event): Use
5417 do_target_wait.
5418 (wait_one): New function.
5419 (THREAD_STOPPED_BY): New macro.
5420 (thread_stopped_by_watchpoint, thread_stopped_by_sw_breakpoint)
5421 (thread_stopped_by_hw_breakpoint): New functions.
5422 (switch_to_thread_cleanup, save_waitstatus, stop_all_threads): New
5423 functions.
5424 (handle_inferior_event): Also call set_resumed(false) on all
5425 threads implicitly stopped by the event.
5426 (restart_threads, resumed_thread_with_pending_status): New
5427 functions.
5428 (finish_step_over): If we were doing an in-line step-over before,
5429 and no longer are after trying to start a new step-over, restart
5430 all threads. If we have multiple threads with pending events,
5431 save the current event and go through the event loop again.
5432 (handle_signal_stop): Return early if finish_step_over returns
5433 false.
5434 <random signal>: If we get a signal while stepping over a
5435 breakpoint in-line in non-stop mode, restart all threads. Clear
5436 step_over_info before delivering the signal.
5437 (keep_going_stepped_thread): Use internal_error instead of
5438 gdb_assert. Mark the thread as resumed.
5439 (keep_going_pass_signal): Assert the thread isn't already resumed.
5440 If some other thread is doing an in-line step-over, defer the
5441 resume. If we just started a new in-line step-over, stop all
5442 threads. Don't clear step_over_info.
5443 (infrun_async_inferior_event_handler): New function.
5444 (_initialize_infrun): Create async event handler with
5445 infrun_async_inferior_event_handler as callback.
5446 (infrun_async): New declaration.
5447 * target.c (target_async): New function.
5448 * target.h (target_async): Declare macro and readd as function
5449 declaration.
5450 * target/waitstatus.h (enum target_stop_reason)
5451 <TARGET_STOPPED_BY_SINGLE_STEP>: New value.
5452 * thread.c (new_thread): Clear the new waitstatus field.
5453 (set_resumed): New function.
5454
2ac7589c
PA
54552015-08-07 Pedro Alves <palves@redhat.com>
5456
5457 * infrun.c (keep_going_stepped_thread): New function, factored out
5458 from ...
5459 (switch_back_to_stepped_thread): ... here.
5460
8b061563
PA
54612015-08-07 Pedro Alves <palves@redhat.com>
5462
5463 * infrun.c (currently_stepping): Extend intro comment.
5464 * target.h (target_resume): Extend intro comment.
5465
1afd5965
PA
54662015-08-07 Pedro Alves <palves@redhat.com>
5467
5468 * infrun.c (switch_back_to_stepped_thread): Use ecs->ptid instead
5469 of inferior_ptid. If the stepped thread vanished, return 0
5470 instead of resuming here. Use reset_ecs. Print the prev_pc and
5471 the current stop_pc in log message. Clear trap_expected if the
5472 thread advanced. Don't pass currently_stepping to
5473 do_target_resume.
5474
4d9d9d04
PA
54752015-08-07 Pedro Alves <palves@redhat.com>
5476
5477 * gdbthread.h (struct thread_info) <prev_pc>: Extend comment.
5478 * infrun.c (struct execution_control_state): Move higher up in the
5479 file.
5480 (reset_ecs): New function.
5481 (start_step_over): Now returns int. Rewrite to use
5482 keep_going_pass_signal instead of manually starting a displaced step.
5483 (resume): Don't call set_running here. If displaced stepping
5484 can't start now, clear trap_expected.
5485 (find_thread_needs_step_over): Delete function.
5486 (proceed): Set up finish_thread_state_cleanup. Call set_running.
5487 If the current thread needs a step over, push it in the step-over
5488 chain. Don't set insert breakpoints nor call resume directly
5489 here. Instead rewrite to use start_step_over and
5490 keep_going_pass_signal.
5491 (finish_step_over): New function.
5492 (handle_signal_stop): Call finish_step_over instead of
5493 start_step_over.
5494 (switch_back_to_stepped_thread): If the event thread needs another
5495 step-over do that first. Use start_step_over.
5496 (keep_going_pass_signal): New function, factored out from ...
5497 (keep_going): ... here.
5498 (_initialize_infrun): Comment moved here.
5499 * thread.c (set_running_thread): New function.
5500 (set_running, finish_thread_state): Use set_running_thread.
5501
c2829269
PA
55022015-08-07 Pedro Alves <palves@redhat.com>
5503
5504 * gdbthread.h (struct thread_info) <step_over_prev,
5505 step_over_next>: New fields.
5506 (thread_step_over_chain_enqueue, thread_step_over_chain_remove)
5507 (thread_step_over_chain_next, thread_is_in_step_over_chain): New
5508 declarations.
5509 * infrun.c (struct displaced_step_request): Delete.
5510 (struct displaced_step_inferior_state) <step_request_queue>:
5511 Delete field.
5512 (displaced_step_prepare): Assert that trap_expected is set. Use
5513 thread_step_over_chain_enqueue. Split starting a new displaced
5514 step to ...
5515 (start_step_over): ... this new function.
5516 (resume): Assert the thread isn't waiting for a step over already.
5517 (proceed): Assert the thread isn't waiting for a step over
5518 already.
5519 (infrun_thread_stop_requested): Adjust to remove threads from the
5520 embedded step-over chain.
5521 (handle_inferior_event) <fork/vfork>: Call start_step_over after
5522 displaced_step_fixup.
5523 (handle_signal_stop): Call start_step_over after
5524 displaced_step_fixup.
5525 * infrun.h (step_over_queue_head): New declaration.
5526 * thread.c (step_over_chain_enqueue, step_over_chain_remove)
5527 (thread_step_over_chain_next, thread_is_in_step_over_chain)
5528 (thread_step_over_chain_enqueue)
5529 (thread_step_over_chain_remove): New functions.
5530 (delete_thread_1): Remove thread from the step-over chain.
5531
6c4cfb24
PA
55322015-08-07 Pedro Alves <palves@redhat.com>
5533
5534 * infrun.c (thread_still_needs_step_over): Rename to ...
5535 (thread_still_needs_step_over_bp): ... this.
5536 (enum step_over_what): New.
5537 (thread_still_needs_step_over): Reimplement.
5538
567420d1
PA
55392015-08-07 Pedro Alves <palves@redhat.com>
5540
5541 * remote.c (remote_wait_as): If not waiting for a stop reply,
5542 return TARGET_WAITKIND_NO_RESUMED. If TARGET_WNOHANG is
5543 requested, don't block waiting forever.
5544
d8dd4d5f
PA
55452015-08-07 Pedro Alves <pedro@codesourcery.com>
5546
5547 * infrun.c (adjust_pc_after_break): Now takes thread_info and
5548 waitstatus pointers instead of an ecs. Adjust.
5549 (handle_inferior_event): Adjust caller.
5550
e1316e60
PA
55512015-08-07 Pedro Alves <palves@redhat.com>
5552
5553 * infrun.c (handle_inferior_event): If we get
5554 TARGET_WAITKIND_SIGNALLED or TARGET_WAITKIND_EXITED in non-stop
5555 mode, mark all threads of the exiting process as not-executing.
5556 (normal_stop): If we get TARGET_WAITKIND_SIGNALLED or
5557 TARGET_WAITKIND_EXITED in non-stop mode, finish all threads of the
5558 exiting process, if inferior_ptid still points at a process.
5559 * thread.c (struct current_thread_cleanup) <next>: New field.
5560 (current_thread_cleanup_chain): New global.
5561 (restore_current_thread_ptid_changed): New function.
5562 (restore_current_thread_cleanup_dtor): Remove the cleanup from the
5563 current_thread_cleanup_chain list.
5564 (make_cleanup_restore_current_thread): Add the cleanup data to the
5565 current_thread_cleanup_chain list.
5566 (_initialize_thread): Install restore_current_thread_ptid_changed
5567 as thread_ptid_changed observer.
5568
47e9c225
JB
55692015-08-07 Joel Brobecker <brobecker@adacore.com>
5570
5571 * dtrace-probe.c (dtrace_process_dof): Ignore the objfile's DOF
5572 data if a DTRACE_DOF_SECT_TYPE_PROVIDER section is found to be
5573 smaller than expected.
5574
06096720
AB
55752015-08-07 Andrew Burgess <andrew.burgess@embecosm.com>
5576
5577 * stack.c (get_frame_language): Moved ...
5578 * frame.c (get_frame_language): ... to here.
5579 * language.h (get_frame_language): Declaration moved to frame.h.
5580 * frame.h: Add language.h include, for language enum.
5581 (get_frame_language): Declaration moved from language.h.
5582 * language.c: Add frame.h include.
5583 * top.c: Add frame.h include.
5584 * symtab.h (struct obj_section): Declare.
5585 (struct cmd_list_element): Declare.
5586
7ff38b1c
AB
55872015-08-07 Andrew Burgess <andrew.burgess@embecosm.com>
5588
5589 * language.c (show_language_command): Find selected frame before
5590 asking for the language of that frame.
5591 (set_language_command): Likewise.
5592 * language.h (get_frame_language): Add frame parameter.
5593 * stack.c (get_frame_language): Add frame parameter, assert
5594 parameter is not NULL, update comment and reindent.
5595 * top.c (check_frame_language_change): Pass the selected frame
5596 into get_frame_language.
5597
da8c46d2
MM
55982015-08-07 Markus Metzger <markus.t.metzger@intel.com>
5599
5600 * btrace.c (btrace_compute_ftrace_bts): Clear insn flags.
5601 (pt_btrace_insn_flags): New.
5602 (ftrace_add_pt): Call pt_btrace_insn_flags.
5603 * btrace.h (btrace_insn_flag): New.
5604 (btrace_insn) <flags>: New.
5605 * record-btrace.c (btrace_insn_history): Print insn prefix.
5606 * NEWS: Announce it.
5607
5599c404
MM
56082015-08-07 Markus Metzger <markus.t.metzger@intel.com>
5609
5610 * configure.ac: Check for PERF_ATTR_SIZE_VER5 in linux/perf_event.h
5611 * configure: Regenerate.
5612
016a3251
DD
56132015-08-06 Yaakov Selkowitz <yselkowi@redhat.com>
5614
5615 * Makefile.in (LIBICONV): Define.
5616 (CLIBS): Add LIBICONV.
5617 * acinclude.m4: Use config/iconv.m4 instead of custom AM_ICONV.
5618 * configure: Regenerate.
5619
aead7601
SM
56202015-08-06 Simon Marchi <simon.marchi@ericsson.com>
5621 Pedro Alves <palves@redhat.com>
5622
5623 * arm-tdep.c (set_fp_model_sfunc): Add cast from integer to enum.
5624 (arm_set_abi): Likewise.
5625 * ax-general.c (ax_print): Likewise.
5626 * c-exp.y (exp : string_exp): Likewise.
5627 * compile/compile-loc2c.c (compute_stack_depth_worker): Likewise.
5628 (do_compile_dwarf_expr_to_c): Likewise.
5629 * cp-name-parser.y (demangler_special : DEMANGLER_SPECIAL start):
5630 Likewise.
5631 * dwarf2expr.c (execute_stack_op): Likewise.
5632 * dwarf2loc.c (dwarf2_compile_expr_to_ax): Likewise.
5633 (disassemble_dwarf_expression): Likewise.
5634 * dwarf2read.c (dwarf2_add_member_fn): Likewise.
5635 (read_array_order): Likewise.
5636 (abbrev_table_read_table): Likewise.
5637 (read_attribute_value): Likewise.
5638 (skip_unknown_opcode): Likewise.
5639 (dwarf_decode_macro_bytes): Likewise.
5640 (dwarf_decode_macros): Likewise.
5641 * eval.c (value_f90_subarray): Likewise.
5642 * guile/scm-param.c (gdbscm_make_parameter): Likewise.
5643 * i386-linux-tdep.c (i386_canonicalize_syscall): Likewise.
5644 * infrun.c (handle_command): Likewise.
5645 * memory-map.c (memory_map_start_memory): Likewise.
5646 * osabi.c (set_osabi): Likewise.
5647 * parse.c (operator_length_standard): Likewise.
5648 * ppc-linux-tdep.c (ppc_canonicalize_syscall): Likewise, and use
5649 single return point.
5650 * python/py-frame.c (gdbpy_frame_stop_reason_string): Likewise.
5651 * python/py-symbol.c (gdbpy_lookup_symbol): Likewise.
5652 (gdbpy_lookup_global_symbol): Likewise.
5653 * record-full.c (record_full_restore): Likewise.
5654 * regcache.c (regcache_register_status): Likewise.
5655 (regcache_raw_read): Likewise.
5656 (regcache_cooked_read): Likewise.
5657 * rs6000-tdep.c (powerpc_set_vector_abi): Likewise.
5658 * symtab.c (initialize_ordinary_address_classes): Likewise.
5659 * target-debug.h (target_debug_print_signals): Likewise.
5660 * utils.c (do_restore_current_language): Likewise.
5661
ca0a5f0b
CD
56622015-08-06 Clem Dickey <clemd@acm.org>
5663
5664 PR python/17136
5665 * python/lib/gdb/command/type_printers.py (InfoTypePrinter): Fix typo.
5666
05d999b0
SM
56672015-08-06 Simon Marchi <simon.marchi@ericsson.com>
5668
5669 * complaints.c (enum complaint_series): Add newlines and remove
5670 out of date comment.
5671 (struct complaints) <series>: Change type to enum
5672 complaint_series and remove out of date comment.
5673 (symfile_complaint_hook): Use equivalent enum value
5674 ISOLATED_MESSAGE instead of 0.
5675
bf47e248
PA
56762015-08-06 Pedro Alves <palves@redhat.com>
5677
5678 * nat/linux-waitpid.c (my_waitpid): Only print *status if waitpid
5679 returned > 0.
5680
b6b9ffcc
PL
56812015-08-06 Pierre Langlois <pierre.langlois@arm.com>
5682
5683 * common/agent.c (symbol_list) <required>: Remove.
5684
863d01bd
PA
56852015-08-06 Pedro Alves <palves@redhat.com>
5686
5687 * target/waitstatus.h (enum target_stop_reason)
5688 <TARGET_STOPPED_BY_SINGLE_STEP>: New value.
5689
0a39bb32
PA
56902015-08-05 Pedro Alves <palves@redhat.com>
5691 Joel Brobecker <brobecker@adacore.com>
5692
9d996aba 5693 * breakpoint.c (bpstat_what) <bp_longjmp, bp_longjmp_call_dummy>
0a39bb32
PA
5694 <bp_exception, bp_longjmp_resume, bp_exception_resume>: Handle the
5695 case where BS->STOP is not set.
5696
260439cb
UW
56972015-08-05 Ulrich Weigand <uweigand@de.ibm.com>
5698
5699 * nat/gdb_thread_db.h: Add copyright header.
5700 Protect against multiple inclusion.
5701
d89fa914
YQ
57022015-08-05 Yao Qi <yao.qi@linaro.org>
5703
5704 * aarch64-linux-nat.c (get_thread_id): Remove.
5705 (debug_reg_change_callback): Call ptid_get_lwp instead of
5706 get_thread_id.
5707 (fetch_gregs_from_thread): Likewise.
5708 (store_gregs_to_thread): Likewise.
5709 (fetch_fpregs_from_thread): Likewise.
5710 (store_fpregs_to_thread): Likewise.
5711 (aarch64_linux_get_debug_reg_capacity): Likewise.
5712 * arm-linux-nat.c (get_thread_id): Remove.
5713 (GET_THREAD_ID): Update macro to use ptid_get_lwp.
5714 * xtensa-linux-nat.c (get_thread_id): Remove.
5715 (GET_THREAD_ID): Update macro to use ptid_get_lwp.
5716 * arm-linux-nat.c (get_thread_id): Remove.
5717 (GET_THREAD_ID): Remove.
5718 (fetch_fpregs): Call ptid_get_lwp instead of GET_THREAD_ID.
5719 (store_fpregs, fetch_regs, store_regs): Likewise.
5720 (fetch_wmmx_regs, store_wmmx_regs): Likewise.
5721 (fetch_vfp_regs, store_vfp_regs): Likewise.
5722 (arm_linux_read_description): Likewise.
5723 (arm_linux_get_hwbp_cap): Likewise.
5724 * xtensa-linux-nat.c (get_thread_id): Remove.
5725 (GET_THREAD_ID): Remove.
5726 (fetch_gregs, store_gregs): Call ptid_get_lwp instead of
5727 GET_THREAD_ID.
5728
4efd80aa
CS
57292015-08-04 Ciro Santilli <ciro.santilli@gmail.com> (obvious patch)
5730
5731 * python/py-linetable.c: Fix case of Linetable to LineTable
5732 in docstrings and code comments.
5733 * python/py-symtab.c: Same.
5734
c6343a91
JK
57352015-08-04 Jan Kratochvil <jan.kratochvil@redhat.com>
5736
5737 * infcmd.c (signal_command): Call do_cleanups for args_chain.
5738
978b9495
JK
57392015-08-04 Jan Kratochvil <jan.kratochvil@redhat.com>
5740
5741 PR gdb/18767
5742 * infcmd.c (attach_command): Move ARGS_CHAIN cleanup after last ARGS
5743 use.
5744
96e9210f
PA
57452015-08-04 Pedro Alves <palves@redhat.com>
5746
5747 * nat/gdb_thread_db.h (td_init_ftype, td_ta_new_ftype)
5748 (td_ta_map_lwp2thr_ftype, td_ta_thr_iter_ftype)
5749 (td_ta_event_addr_ftype, td_ta_set_event_ftype)
5750 (td_ta_clear_event_ftype, td_ta_event_getmsg_ftype)
5751 (td_thr_validate_ftype, td_thr_get_info_ftype)
5752 (td_thr_event_enable_ftype, td_thr_tls_get_addr_ftype)
5753 (td_thr_tlsbase_ftype, td_symbol_list_ftype, td_ta_delete_ftype):
5754 New typedefs.
5755 * linux-thread-db.c (struct thread_db_info): Use new typedefs.
5756 (try_thread_db_load_1): Define TDB_VERBOSE_DLSYM, TDB_DLSYM , CHK
5757 local macros and use them instead of verbose_dlsym and dlsym
5758 calls.
5759
af60a1ef
SL
57602015-08-03 Sandra Loosemore <sandra@codesourcery.com>
5761
5762 * nios2-tdep.h: Include opcode/nios2.h here.
5763 (NIOS2_CDX_OPCODE_SIZE): New.
5764 (struct gdbarch_tdep): Add OP parameter to syscall_next_pc.
5765 * nios2-tdep.c: Don't include opcode/nios2.h here.
5766 (nios2_fetch_insn): For R2, try reading 2-byte instruction if
5767 4-byte read fails.
5768 (nios2_match_add, nios2_match_sub): Add cases for R2 encodings.
5769 (nios2_match_addi, nios2_match_orhi): Likewise.
5770 (nios2_match_stw, nios2_match_ldw): Likewise.
5771 (nios2_match_rdctl): Likewise.
5772 (nios2_match_stwm, nios2_match_ldwm): New.
5773 (nios2_match_branch): Add cases for R2 encodings.
5774 (nios2_match_jmpi, nios2_match_calli): Likewise.
5775 (nios2_match_jmpr, nios2_match_callr): Likewise.
5776 (nios2_match_break, nios2_match_trap): Likewise.
5777 (nios2_in_epilogue_p): Add R2 support.
5778 (nios2_analyze_prologue): Update comments. Recognize R2 CDX
5779 prologues.
5780 (nios2_breakpoint_from_pc): Handle R2 instructions.
5781 (nios2_get_next_pc): Likewise. Adjust call to
5782 tdep->syscall_next_pc.
5783 * nios2-linux-tdep.c (nios2_r1_linux_rt_sigreturn_tramp_frame):
5784 Renamed from nios2_linux_rt_sigreturn_tramp_frame. Use
5785 instruction field macros instead of literal hex values.
5786 (nios2_r2_linux_rt_sigreturn_tramp_frame): New.
5787 (nios2_linux_syscall_next_pc): Adjust signature to pass OP.
5788 Use size field from OP instead of assuming all instructions
5789 are the same size.
5790 (nios2_linux_init_abi): Register appropriate unwinder for mach.
5791
1da03605
UW
57922015-08-03 Ulrich Weigand <uweigand@de.ibm.com>
5793
5794 * cp-namespace.c (cp_lookup_symbol_via_imports): Fix uninitialized
5795 variable warning with some compilers.
5796
8156fe7f
YQ
57972015-08-03 Yao Qi <yao.qi@linaro.org>
5798
5799 * arm-linux-nat.c (arm_linux_get_hwbp_type): Capitalize "type"
5800 in comment. Replace "rw" with "type".
5801 (arm_linux_remove_watchpoint): Change type of "rw" to
5802 "enum target_hw_bp_type".
5803
835a09d9
PMR
58042015-08-02 Pierre-Marie de Rodat <derodat@adacore.com>
5805
5806 * alpha-mdebug-tdep.c (find_proc_desc): Update call to
5807 lookup_symbol.
5808 * ft32-tdep.c (ft32_skip_prologue): Likewise.
5809 * moxie-tdep.c (moxie_skip_prologue): Likewise.
5810 * mt-tdep.c (mt_skip_prologue): Likewise.
5811 * xstormy16-tdep.c (xstormy16_skip_prologue): Likewise.
5812
d12307c1
PMR
58132015-08-01 Pierre-Marie de Rodat <derodat@adacore.com>
5814
5815 * ada-exp.y (write_object_renaming): Replace struct
5816 ada_symbol_info with struct block_symbol. Update field
5817 references accordingly.
5818 (block_lookup, select_possible_type_sym): Likewise.
5819 (find_primitive_type): Likewise. Also update call to
5820 ada_lookup_symbol to extract the symbol itself.
5821 (write_var_or_type, write_name_assoc): Likewise.
5822 * ada-lang.h (struct ada_symbol_info): Remove.
5823 (ada_lookup_symbol_list): Replace struct ada_symbol_info with
5824 struct block_symbol.
5825 (ada_lookup_encoded_symbol, user_select_syms): Likewise.
5826 (ada_lookup_symbol): Return struct block_symbol instead of a
5827 mere symbol.
5828 * ada-lang.c (defns_collected): Replace struct ada_symbol_info
5829 with struct block_symbol.
5830 (resolve_subexp, ada_resolve_function, sort_choices,
5831 user_select_syms, is_nonfunction, add_defn_to_vec,
5832 num_defns_collected, defns_collected,
5833 symbols_are_identical_enums, remove_extra_symbols,
5834 remove_irrelevant_renamings, add_lookup_symbol_list_worker,
5835 ada_lookup_symbol_list, ada_iterate_over_symbols,
5836 ada_lookup_encoded_symbol, get_var_value): Likewise.
5837 (ada_lookup_symbol): Return a block_symbol instead of a mere
5838 symbol. Replace struct ada_symbol_info with struct
5839 block_symbol.
5840 (ada_lookup_symbol_nonlocal): Likewise.
5841 (standard_lookup): Make block passing explicit through
5842 lookup_symbol_in_language.
5843 * ada-tasks.c (get_tcb_types_info): Update the calls to
5844 lookup_symbol_in_language to extract the mere symbol out of the
5845 returned value.
5846 (ada_tasks_inferior_data_sniffer): Likewise.
5847 * ax-gdb.c (gen_static_field): Likewise for the call to
5848 lookup_symbol.
a5fdf78a 5849 (gen_maybe_namespace_elt): Deal with struct block_symbol from
d12307c1
PMR
5850 lookup functions.
5851 (gen_expr): Likewise.
5852 * c-exp.y: Likewise. Remove uses of block_found.
5853 (lex_one_token, classify_inner_name, c_print_token): Likewise.
5854 (classify_name): Likewise. Rename the "sym" local variable to
5855 "bsym".
5856 * c-valprint.c (print_unpacked_pointer): Likewise.
5857 * compile/compile-c-symbols.c (convert_symbol_sym): Promote the
5858 "sym" parameter from struct symbol * to struct block_symbol.
5859 Use it to remove uses of block_found. Deal with struct
a5fdf78a 5860 block_symbol from lookup functions.
d12307c1
PMR
5861 (gcc_convert_symbol): Likewise. Update the call to
5862 convert_symbol_sym.
5863 * compile/compile-object-load.c (compile_object_load): Deal with
a5fdf78a 5864 struct block_symbol from lookup functions.
d12307c1
PMR
5865 * cp-namespace.c (cp_lookup_nested_symbol_1,
5866 cp_lookup_nested_symbol, cp_lookup_bare_symbol,
5867 cp_search_static_and_baseclasses,
5868 cp_lookup_symbol_in_namespace, cp_lookup_symbol_via_imports,
5869 cp_lookup_symbol_imports_or_template,
5870 cp_lookup_symbol_via_all_imports, cp_lookup_symbol_namespace,
5871 lookup_namespace_scope, cp_lookup_nonlocal,
a5fdf78a
PMR
5872 find_symbol_in_baseclass): Return struct block_symbol instead of
5873 mere symbols and deal with struct block_symbol from lookup
d12307c1
PMR
5874 functions.
5875 * cp-support.c (inspect_type, replace_typedefs,
a5fdf78a 5876 cp_lookup_rtti_type): Deal with struct block_symbol from
d12307c1
PMR
5877 lookup functions.
5878 * cp-support.h (cp_lookup_symbol_nonlocal,
5879 cp_lookup_symbol_from_namespace,
5880 cp_lookup_symbol_imports_or_template, cp_lookup_nested_symbol):
a5fdf78a 5881 Return struct block_symbol instead of mere symbols.
d12307c1
PMR
5882 * d-exp.y (d_type_from_name, d_module_from_name, push_variable,
5883 push_module_name):
a5fdf78a 5884 Deal with struct block_symbol from lookup functions. Remove
d12307c1
PMR
5885 uses of block_found.
5886 * eval.c (evaluate_subexp_standard): Update call to
5887 cp_lookup_symbol_namespace.
a5fdf78a
PMR
5888 * f-exp.y: Deal with struct block_symbol from lookup functions.
5889 Remove uses of block_found.
d12307c1
PMR
5890 (yylex): Likewise.
5891 * gdbtypes.c (lookup_typename, lookup_struct, lookup_union,
5892 lookup_enum, lookup_template_type, check_typedef): Deal with
a5fdf78a 5893 struct block_symbol from lookup functions.
d12307c1
PMR
5894 * guile/scm-frame.c (gdbscm_frame_read_var): Likewise.
5895 * guile/scm-symbol.c (gdbscm_lookup_symbol): Likewise.
5896 (gdbscm_lookup_global_symbol): Likewise.
5897 * gnu-v3-abi.c (gnuv3_get_typeid_type): Likewise.
5898 * go-exp.y: Likewise. Remove uses of block_found.
5899 (package_name_p, classify_packaged_name, classify_name):
5900 Likewise.
5901 * infrun.c (insert_exception_resume_breakpoint): Likewise.
5902 * jv-exp.y (push_variable): Likewise.
5903 * jv-lang.c (java_lookup_class, get_java_object_type): Likewise.
5904 * language.c (language_bool_type): Likewise.
5905 * language.h (struct language_defn): Update
a5fdf78a
PMR
5906 la_lookup_symbol_nonlocal to return a struct block_symbol rather
5907 than a mere symbol.
5908 * linespec.c (find_label_symbols): Deal with struct block_symbol
5909 from lookup functions.
d12307c1
PMR
5910 * m2-exp.y: Likewise. Remove uses of block_found.
5911 (yylex): Likewise.
5912 * mi/mi-cmd-stack.c (list_args_or_locals): Likewise.
5913 * objc-lang.c (lookup_struct_typedef, find_imps): Likewise.
5914 * p-exp.y: Likewise. Remove uses of block_found.
5915 (yylex): Likewise.
5916 * p-valprint.c (pascal_val_print): Likewise.
5917 * parse.c (write_dollar_variable): Likewise. Remove uses of
5918 block_found.
5919 * parser-defs.h (struct symtoken): Turn the SYM field into a
a5fdf78a
PMR
5920 struct block_symbol.
5921 * printcmd.c (address_info): Deal with struct block_symbol from
5922 lookup functions.
d12307c1
PMR
5923 * python/py-frame.c (frapy_read_var): Likewise.
5924 * python/py-symbol.c (gdbpy_lookup_symbol,
5925 gdbpy_lookup_global_symbol): Likewise.
5926 * skip.c (skip_function_command): Likewise.
5927 * solib-darwin.c (darwin_lookup_lib_symbol): Return a struct
a5fdf78a 5928 block_symbol instead of a mere symbol.
d12307c1
PMR
5929 * solib-spu.c (spu_lookup_lib_symbol): Likewise.
5930 * solib-svr4.c (elf_lookup_lib_symbol): Likewise.
5931 * solib.c (solib_global_lookup): Likewise.
5932 * solist.h (solib_global_lookup): Likewise.
5933 (struct target_so_ops): Update lookup_lib_global_symbol to
a5fdf78a
PMR
5934 return a struct block_symbol rather than a mere symbol.
5935 * source.c (select_source_symtab): Deal with struct block_symbol
5936 from lookup functions.
d12307c1
PMR
5937 * stack.c (print_frame_args, iterate_over_block_arg_vars):
5938 Likewise.
5939 * symfile.c (set_initial_language): Likewise.
5940 * symtab.c (SYMBOL_LOOKUP_FAILED): Turn into a struct
a5fdf78a 5941 block_symbol.
d12307c1
PMR
5942 (SYMBOL_LOOKUP_FAILED_P): New predicate as a macro.
5943 (struct symbol_cache_slot): Turn the FOUND field into a struct
a5fdf78a 5944 block_symbol.
d12307c1 5945 (block_found): Remove.
a5fdf78a 5946 (eq_symbol_entry): Update to deal with struct block_symbol in
d12307c1 5947 cache slots.
a5fdf78a
PMR
5948 (symbol_cache_lookup): Return a struct block_symbol rather than
5949 a mere symbol.
d12307c1
PMR
5950 (symbol_cache_mark_found): Add a BLOCK parameter to fill
5951 appropriately the cache slots. Update callers.
5952 (symbol_cache_dump): Update cache slots handling to the type
5953 change.
5954 (lookup_symbol_in_language, lookup_symbol, lookup_language_this,
5955 lookup_symbol_aux, lookup_local_symbol,
5956 lookup_symbol_in_objfile, lookup_global_symbol_from_objfile,
5957 lookup_symbol_in_objfile_symtabs,
5958 lookup_symbol_in_objfile_from_linkage_name,
5959 lookup_symbol_via_quick_fns, basic_lookup_symbol_nonlocal,
5960 lookup_symbol_in_static_block, lookup_static_symbol,
5961 lookup_global_symbol):
a5fdf78a
PMR
5962 Return a struct block_symbol rather than a mere symbol. Deal
5963 with struct block_symbol from other lookup functions. Remove
d12307c1
PMR
5964 uses of block_found.
5965 (lookup_symbol_in_block): Remove uses of block_found.
5966 (struct global_sym_lookup_data): Turn the RESULT field into a
a5fdf78a 5967 struct block_symbol.
d12307c1
PMR
5968 (lookup_symbol_global_iterator_cb): Update references to the
5969 RESULT field.
a5fdf78a 5970 (search_symbols): Deal with struct block_symbol from lookup
d12307c1 5971 functions.
a5fdf78a 5972 * symtab.h (struct block_symbol): New structure.
d12307c1
PMR
5973 (block_found): Remove.
5974 (lookup_symbol_in_language, lookup_symbol,
5975 basic_lookup_symbol_nonlocal, lookup_symbol_in_static_block,
a5fdf78a
PMR
5976 lookup_static_symbol, lookup_global_symbol, lookup_language_this,
5977 lookup_global_symbol_from_objfile): Return a struct block_symbol
5978 rather than just a mere symbol. Update comments to remove
5979 mentions of block_found.
d12307c1
PMR
5980 * valops.c (find_function_in_inferior,
5981 value_struct_elt_for_reference, value_maybe_namespace_elt,
a5fdf78a 5982 value_of_this): Deal with struct block_symbol from lookup
d12307c1
PMR
5983 functions.
5984 * value.c (value_static_field, value_fn_field): Likewise.
5985
b1c59ddc
SM
59862015-07-31 Simon Marchi <simon.marchi@ericsson.com>
5987
5988 * remote-m32r-sdi.c (m32r_remove_watchpoint): Use enum type
5989 instead of integer.
5990
f486487f 59912015-07-31 Simon Marchi <simon.marchi@ericsson.com>
84da3f0c 5992 Pedro Alves <palves@redhat.com>
f486487f
SM
5993
5994 * aarch64-linux-nat.c (aarch64_linux_can_use_hw_breakpoint): Use enum
5995 type or value instead of integer.
5996 (aarch64_linux_insert_watchpoint): Likewise.
5997 (aarch64_linux_remove_watchpoint): Likewise.
5998 * ada-lang.c (ada_op_print_tab): Likewise.
5999 * amd64-linux-tdep.c (amd64_canonicalize_syscall): Likewise.
6000 (amd64_linux_syscall_record_common): Likewise.
6001 * arch-utils.c (target_byte_order_user): Likewise.
6002 (default_byte_order): Likewise.
6003 * arm-linux-nat.c (arm_linux_can_use_hw_breakpoint): Likewise.
6004 (arm_linux_get_hwbp_type): Likewise.
6005 (arm_linux_hw_watchpoint_initialize): Likewise.
6006 (arm_linux_insert_watchpoint): Likewise.
6007 * arm-linux-tdep.c (arm_canonicalize_syscall): Likewise.
6008 (arm_linux_syscall_record): Likewise.
6009 * breakpoint.c (update_watchpoint): Likewise.
6010 (breakpoint_here_p): Likewise.
6011 (bpstat_print): Likewise.
6012 (enable_breakpoint_disp): Likewise.
6013 * c-lang.c (c_op_print_tab): Likewise.
6014 * cli/cli-decode.c (add_info_alias): Likewise.
6015 * d-lang.c (d_op_print_tab): Likewise.
6016 * eval.c (evaluate_subexp_standard): Likewise.
6017 * f-exp.y (dot_ops): Likewise.
6018 (f77_keywords): Likewise.
6019 * f-lang.c (f_op_print_tab): Likewise.
6020 * go-lang.c (go_op_print_tab): Likewise.
6021 * guile/scm-breakpoint.c (gdbscm_make_breakpoint): Likewise.
6022 * guile/scm-cmd.c (gdbscm_make_command): Likewise.
6023 * guile/scm-param.c (gdbscm_make_parameter): Likewise.
6024 * guile/scm-pretty-print.c (gdbscm_apply_val_pretty_printer): Likewise.
6025 * guile/scm-string.c (struct scm_to_stringn_data): Likewise.
6026 (struct scm_from_stringn_data): Likewise.
6027 * i386-linux-tdep.c (i386_canonicalize_syscall): Likewise.
6028 * ia64-linux-nat.c (ia64_linux_insert_watchpoint): Likewise.
6029 (ia64_linux_remove_watchpoint): Likewise.
6030 (ia64_linux_can_use_hw_breakpoint): Likewise.
6031 * infrun.c (print_stop_event): Likewise.
6032 * jv-lang.c (java_op_print_tab): Likewise.
6033 * linux-nat.c (linux_proc_xfer_partial): Likewise.
6034 * linux-nat.h (struct lwp_info): Likewise.
6035 * linux-thread-db.c (enable_thread_event): Likewise.
6036 * m2-lang.c (m2_op_print_tab): Likewise.
6037 * mi/mi-cmd-stack.c (mi_cmd_stack_list_locals): Likewise.
6038 (mi_cmd_stack_list_variables): Likewise.
6039 * mi/mi-main.c (mi_cmd_trace_frame_collected): Likewise.
6040 * mi/mi-out.c (mi_table_begin): Likewise.
6041 (mi_table_header): Likewise.
6042 * mips-linux-nat.c (mips_linux_can_use_hw_breakpoint): Likewise.
6043 (mips_linux_insert_watchpoint): Likewise.
6044 (mips_linux_remove_watchpoint): Likewise.
6045 * nat/mips-linux-watch.c (mips_linux_watch_type_to_irw): Likewise.
6046 * nat/mips-linux-watch.h (struct mips_watchpoint): Likewise.
6047 (mips_linux_watch_type_to_irw): Likewise.
6048 * nto-procfs.c (procfs_can_use_hw_breakpoint): Likewise.
6049 (procfs_insert_hw_watchpoint): Likewise.
6050 (procfs_remove_hw_watchpoint): Likewise.
6051 (procfs_hw_watchpoint): Likewise.
6052 (procfs_can_use_hw_breakpoint): Likewise.
6053 (procfs_remove_hw_watchpoint): Likewise.
6054 (procfs_insert_hw_watchpoint): Likewise.
6055 * p-lang.c (pascal_op_print_tab): Likewise.
6056 * ppc-linux-nat.c (ppc_linux_can_use_hw_breakpoint): Likewise.
6057 * ppc-linux-tdep.c (ppu2spu_unwind_register): Likewise.
6058 * ppc-sysv-tdep.c (get_decimal_float_return_value): Likewise.
6059 * procfs.c (procfs_can_use_hw_breakpoint): Likewise.
6060 (procfs_insert_watchpoint): Likewise.
6061 (procfs_remove_watchpoint): Likewise.
6062 * psymtab.c (recursively_search_psymtabs): Likewise.
6063 * remote-m32r-sdi.c (m32r_can_use_hw_watchpoint): Likewise.
6064 (m32r_insert_watchpoint): Likewise.
6065 * remote-mips.c (mips_can_use_watchpoint): Likewise.
6066 (mips_insert_watchpoint): Likewise.
6067 (mips_remove_watchpoint): Likewise.
6068 * remote.c (watchpoint_to_Z_packet): Likewise.
6069 (remote_insert_watchpoint): Likewise.
6070 (remote_remove_watchpoint): Likewise.
6071 (remote_check_watch_resources): Likewise.
6072 * s390-linux-nat.c (s390_insert_watchpoint): Likewise.
6073 (s390_remove_watchpoint): Likewise.
6074 (s390_can_use_hw_breakpoint): Likewise.
6075 * s390-linux-tdep.c (s390_gdbarch_init): Likewise.
6076 * spu-linux-nat.c (spu_can_use_hw_breakpoint): Likewise.
6077 * target.h (struct target_ops): Likewise.
6078 * tilegx-tdep.c (tilegx_analyze_prologue): Likewise.
6079 * ui-out.c (struct ui_out_hdr): Likewise.
6080 (append_header_to_list): Likewise.
6081 (get_next_header): Likewise.
6082 (verify_field): Likewise.
6083 (ui_out_begin): Likewise.
6084 (ui_out_field_int): Likewise.
6085 (ui_out_field_fmt_int): Likewise.
6086 (ui_out_field_skip): Likewise.
6087 (ui_out_field_string): Likewise.
6088 (ui_out_field_fmt): Likewise.
6089 * varobj.c (new_variable): Likewise.
6090 * x86-nat.c (x86_insert_watchpoint): Likewise.
6091 (x86_remove_watchpoint): Likewise.
6092 (x86_can_use_hw_breakpoint): Likewise.
6093 * xtensa-tdep.h (struct gdbarch_tdep): Likewise.
6094 * inflow.c (enum gdb_has_a_terminal_flag_enum): Add name to
6095 previously anonymous enumeration type..
6096 * linux-record.h (enum gdb_syscall): Add gdb_sys_no_syscall
6097 value.
6098 * target-debug.h (target_debug_print_enum_target_hw_bp_type): New.
6099 (target_debug_print_enum_bptype): New.
6100 * target-delegates.c: Regenerate.
6101
e1b5381f
SL
61022015-07-30 Sandra Loosemore <sandra@codesourcery.com>
6103
6104 * nios2-tdep.c (nios2_analyze_prologue): Do what the comment
6105 already says and disallow non-stack memory writes in the prologue.
6106
9aaf8e3a
SL
61072015-07-30 Sandra Loosemore <sandra@codesourcery.com>
6108
6109 * nios2-tdep.c (nios2_analyze_prologue): Update comments to
6110 reflect how current GCC emits stack overflow checks. Match
6111 both trap and break instructions for backward compatbility.
6112 Disallow other trap and break instructions in the prologue.
6113
69dde7dc
PA
61142015-07-30 Pedro Alves <palves@redhat.com>
6115
6116 PR threads/18600
6117 * linux-nat.c (wait_lwp): Report to the core when thread group
6118 leader exits.
6119
4dd63d48
PA
61202015-07-30 Pedro Alves <palves@redhat.com>
6121 Simon Marchi <simon.marchi@ericsson.com>
6122
6123 PR threads/18600
6124 * linux-nat.c (linux_handle_extended_wait): On CLONE event, always
6125 mark the new thread as resumed. Remove STOPPING parameter.
6126 (wait_lwp): Adjust call to linux_handle_extended_wait.
6127 (linux_nat_filter_event): Adjust call to
6128 linux_handle_extended_wait.
6129 (resume_stopped_resumed_lwps): Add debug output.
6130
6b940e6a
PL
61312015-07-30 Pierre Langlois <pierre.langlois@arm.com>
6132
6133 * arch-utils.c (default_fast_tracepoint_valid_at): Remove unused
6134 isize argument.
6135 * arch-utils.h (default_fast_tracepoint_valid_at): Likewise.
6136 * breakpoint.c (check_fast_tracepoint_sals): Adjust call to
6137 gdbarch_fast_tracepoint_valid_at.
6138 * gdbarch.sh (fast_tracepoint_valid_at): Remove isize argument.
6139 * gdbarch.h: Regenerate.
6140 * gdbarch.c: Regenerate.
6141 * i386-tdep.c (i386_fast_tracepoint_valid_at): Remove isize
6142 argument. Do not set it.
6143 * remote.c (remote_download_tracepoint): Adjust call to
6144 gdbarch_fast_tracepoint_valid_at. Call gdb_insn_length to get
6145 the instruction length.
6146
ec741292
YQ
61472015-07-30 Yao Qi <yao.qi@linaro.org>
6148
6149 * arm-tdep.h (enum gdb_regnum): Move it to ...
6150 * arch/arm.h: ... here. New file.
6151 * Makefile.in (HFILES_NO_SRCDIR): Add arch/arm.h.
6152
0ea6402e
PL
61532015-07-30 Pierre Langlois <pierre.langlois@arm.com>
6154
6155 * aarch64-tdep.c (decode_b): Rename link argument to is_bl.
6156 Change its type to int *.
6157 (decode_br): Rename link argument to is_blr. Change its type to
6158 int *.
6159 (decode_cb): Rename op argument to is_cbnz. Change its type to
6160 int *.
6161 (decode_tb): Rename op argument to is_tbnz. Change its type to
6162 int *. Set is_tbnz to either 1 or 0.
6163 (aarch64_analyze_prologue): Change type of is_link to int. Add
6164 new variables is_cbnz and is_tbnz. Adjust call to
6165 aarch64_decode_cb and aarch64_decode_tb.
6166
aa58a496
SM
61672015-07-29 Simon Marchi <simon.marchi@ericsson.com>
6168
6169 * mips-linux-nat.c (write_watchpoint_regs): Add NULL as ptrace's 4th
6170 parameter.
6171 (mips_linux_new_thread): Likewise.
6172 * nat/mips-linux-watch.c (mips_linux_read_watch_registers): Likewise.
6173
18206ca3
PP
61742015-07-29 Patrick Palka <patrick@parcs.ath.cx>
6175
6176 * top.c: Include "tui/tui.h".
6177 (undo_terminal_modifications_before_exit): New static function.
6178 (quit_force): Use it.
6179
7afa63c6
PP
61802015-07-29 Patrick Palka <patrick@parcs.ath.cx>
6181
6182 * target.c (terminal_state): Initialize to terminal_is_ours.
6183
cc9f16aa
YQ
61842015-07-29 Yao Qi <yao.qi@linaro.org>
6185
6186 PR record/18691
6187 * dcache.c (dcache_read_memory_partial): Call
6188 raw_memory_xfer_partial.
6189 * target.c (raw_memory_xfer_partial): Make it non-static.
6190 * target.h (raw_memory_xfer_partial): Declare.
6191
3ae385af
SM
61922015-07-28 Simon Marchi <simon.marchi@ericsson.com>
6193
6194 * c-valprint.c (c_val_print_array): Consider addressable memory
6195 unit size.
6196 (c_val_print_ptr): Likewise.
6197 (c_val_print_int): Likewise.
6198 * findvar.c (read_frame_register_value): Likewise.
6199 * valarith.c (find_size_for_pointer_math): Likewise.
6200 (value_ptrdiff): Likewise.
6201 (value_subscripted_rvalue): Likewise.
6202 * valops.c (read_value_memory): Likewise (and rename variables).
6203 (value_assign): Likewise.
6204 (value_repeat): Likewise.
6205 (value_array): Likewise.
6206 (value_slice): Likewise.
6207 * valprint.c (generic_val_print_ptr): Likewise.
6208 (generic_val_print_enum): Likewise.
6209 (generic_val_print_bool): Likewise.
6210 (generic_val_print_int): Likewise.
6211 (generic_val_print_char): Likewise.
6212 (generic_val_print_float): Likewise.
6213 (generic_val_print_decfloat): Likewise.
6214 (generic_val_print_complex): Likewise.
6215 (val_print_scalar_formatted): Likewise.
6216 (val_print_array_elements): Likewise.
6217 * value.c (set_value_parent): Likewise.
6218 (value_contents_copy_raw): Likewise.
6219 (set_internalvar_component): Likewise.
6220 (value_primitive_field): Likewise.
6221 (value_fetch_lazy): Likewise.
6222 * value.h (read_value_memory): Update comment.
6223
e512cdbd
SM
62242015-07-28 Simon Marchi <simon.marchi@ericsson.com>
6225
6226 * value.c (get_value_arch): New function.
6227 * value.h (get_value_arch): New declaration.
6228
3723fda8
SM
62292015-07-28 Simon Marchi <simon.marchi@ericsson.com>
6230
6231 * value.c (struct value): Update comments.
6232
2e056931
SM
62332015-07-28 Simon Marchi <simon.marchi@ericsson.com>
6234
6235 * gdbtypes.c (type_length_units): New function.
6236 * gdbtypes.h (type_length_units): New declaration.
6237 (struct type) <length>: Update comment.
6238
0c87c0bf
SM
62392015-07-27 Simon Marchi <simon.marchi@ericsson.com>
6240
6241 * valprint.c (generic_val_print): Factor out complex
6242 printing code to ...
6243 (generic_val_print_complex): ... this new function.
6244
9550ae5e
SM
62452015-07-27 Simon Marchi <simon.marchi@ericsson.com>
6246
6247 * valprint.c (generic_val_print): Factor out decfloat
6248 printing code to ...
6249 (generic_val_print_decfloat): ... this new function.
6250
7784724b
SM
62512015-07-27 Simon Marchi <simon.marchi@ericsson.com>
6252
6253 * valprint.c (generic_val_print): Factor out float
6254 printing code to ...
6255 (generic_val_print_float): ... this new function.
6256
385f5aff
SM
62572015-07-27 Simon Marchi <simon.marchi@ericsson.com>
6258
6259 * valprint.c (generic_val_print): Factor out char
6260 printing code to ...
6261 (generic_val_print_char): ... this new function.
6262
b21b6342
SM
62632015-07-27 Simon Marchi <simon.marchi@ericsson.com>
6264
6265 * valprint.c (generic_val_print): Factor out integer
6266 printing code to ...
6267 (generic_val_print_int): ... this new function.
6268
e5bead4b
SM
62692015-07-27 Simon Marchi <simon.marchi@ericsson.com>
6270
6271 * valprint.c (generic_val_print): Factor out bool
6272 printing code to ...
6273 (generic_val_print_bool): ... this new function.
6274
4a8c372f
SM
62752015-07-27 Simon Marchi <simon.marchi@ericsson.com>
6276
6277 * valprint.c (generic_val_print): Factor out function/method
6278 printing code to ...
6279 (generic_val_print_func): ... this new function.
6280
d93880bd
SM
62812015-07-27 Simon Marchi <simon.marchi@ericsson.com>
6282
6283 * valprint.c (generic_val_print): Factor out flags
6284 printing code to ...
6285 (generic_val_print_flags): ... this new function.
6286
ef0bc0dd
SM
62872015-07-27 Simon Marchi <simon.marchi@ericsson.com>
6288
6289 * valprint.c (generic_val_print): Factor out enum
6290 printing code to ...
6291 (generic_val_print_enum): ... this new function.
6292
fe43fede
SM
62932015-07-27 Simon Marchi <simon.marchi@ericsson.com>
6294
6295 * valprint.c (generic_val_print): Factor out reference
6296 printing code to ...
6297 (generic_val_print_ref): ... this new function.
6298
45000ea2
SM
62992015-07-27 Simon Marchi <simon.marchi@ericsson.com>
6300
6301 * valprint.c (generic_val_print): Factor out memberptr
6302 printing code to ...
6303 (generic_val_print_memberptr): ... this new function.
6304
81eb921a
SM
63052015-07-27 Simon Marchi <simon.marchi@ericsson.com>
6306
6307 * valprint.c (generic_val_print): Factor out pointer
6308 printing code to ...
6309 (generic_val_print_ptr): ... this new function.
6310
557dbe8a
SM
63112015-07-27 Simon Marchi <simon.marchi@ericsson.com>
6312
6313 * valprint.c (generic_val_print): Factor out array
6314 printing code to ...
6315 (generic_val_print_array): ... this new function.
6316
9f436164
SM
63172015-07-27 Simon Marchi <simon.marchi@ericsson.com>
6318
6319 * valprint.c (generic_val_print): Factor out
6320 print_unpacked_pointer code to ...
6321 (print_unpacked_pointer): ... this new function.
6322
077836f7
PP
63232015-07-27 Patrick Palka <patrick@parcs.ath.cx>
6324
6325 * event-top.c (handle_sigterm): Don't inspect
6326 target_can_async_p. Always set the quit flag and always mark
6327 the async signal handler.
6328
3a60804f
YQ
63292015-07-27 Yao Qi <yao.qi@linaro.org>
6330
6331 * Makefile.in (REMOTE_EXAMPLES): Remove it.
6332
c9f35b34
KB
63332015-07-25 Kevin Buettner <kevinb@redhat.com>
6334
6335 * remote.c (read_ptid): Return null_ptid when no thread id
6336 is found.
6337 (remote_current_thread): Add log warning for malformed
6338 qC reply.
6339 (remote_start_remote): Add log warning when current thread
6340 not found.
6341
2b4cab86
PA
63422015-07-24 Pedro Alves <palves@redhat.com>
6343
6344 * s390-linux-nat.c (fetch_regs, store_regs, fetch_fpregs)
6345 (s390_stopped_by_watchpoint, s390_prepare_to_resume): Pass 0 as
6346 forth argument to ptrace PTRACE_PEEKUSR_AREA/PTRACE_POKEUSR_AREA.
6347
77598427
PA
63482015-07-24 Pedro Alves <palves@redhat.com>
6349
6350 PR gdb/18717
6351 * linux-nat.c (linux_nat_filter_event): Don't assert that the lwp
6352 is resumed, and extend the debug log.
6353
fe23c31f
PA
63542015-07-24 Pedro Alves <palves@redhat.com>
6355
6356 * fork-child.c (fork_inferior): Print argv[0] instead of exec_file.
6357
5826e159
PA
63582015-07-24 Pedro Alves <palves@redhat.com>
6359
6360 * aarch64-linux-nat.c: Include nat/gdb_ptrace.h instead of
6361 sys/ptrace.h.
6362 * alpha-linux-nat.c: Likewise.
6363 * amd64-linux-nat.c: Likewise.
6364 * arm-linux-nat.c: Likewise.
6365 * hppa-linux-nat.c: Likewise.
6366 * i386-linux-nat.c: Likewise.
6367 * ia64-linux-nat.c: Likewise.
6368 * linux-fork.c: Likewise.
6369 * linux-nat.c: Likewise.
6370 * m32r-linux-nat.c: Likewise.
6371 * m68klinux-nat.c: Likewise.
6372 * mips-linux-nat.c: Likewise.
6373 * nat/linux-btrace.c: Likewise.
6374 * nat/linux-ptrace.c: Likewise.
6375 * nat/linux-ptrace.h
6376 * nat/mips-linux-watch.c: Likewise.
6377 * nat/x86-linux-dregs.c: Likewise.
6378 * ppc-linux-nat.c: Likewise.
6379 * s390-linux-nat.c: Likewise.
6380 * spu-linux-nat.c: Likewise.
6381 * tilegx-linux-nat.c: Likewise.
6382 * x86-linux-nat.c: Likewise.
6383 * xtensa-linux-nat.c: Likewise.
6384
54019719
PA
63852015-07-24 Pedro Alves <palves@redhat.com>
6386
6387 * ptrace.m4 (ptrace tests): Test in C++ mode. Try with 'enum
6388 __ptrace_request as first parameter type instead of int.
6389 (PTRACE_TYPE_ARG1): Define.
6390 * nat/gdb_ptrace.h [!PTRACE_TYPE_ARG5] (ptrace): Define as wrapper
6391 that casts first argument to PTRACE_TYPE_ARG1.
6392 * config.in: Regenerate.
6393 * configure: Regenerate.
6394
e3790375
PA
63952015-07-24 Pedro Alves <palves@redhat.com>
6396
6397 * gdb_ptrace.h: Move ...
6398 * nat/gdb_ptrace.h: ... here.
6399 * inf-ptrace.c: Adjust.
6400
eb7aa561
PA
64012015-07-24 Pedro Alves <palves@redhat.com>
6402
6403 * acinclude.m4: Include ptrace.m4.
6404 * configure.ac: Call GDB_AC_PTRACE and move ptrace checks ...
6405 * ptrace.m4: ... to this new file.
6406
cc12ce38
DE
64072015-07-23 Doug Evans <dje@google.com>
6408
6409 * dwarf2read.c (dwarf2_per_cu_data): Add comment.
6410 (load_cu): Handle dummy CUs.
6411 (dw2_do_instantiate_symtab, process_queuef): Ditto.
6412 (dwarf2_fetch_die_loc_sect_off, dwarf2_fetch_constant_bytes): Ditto.
6413
7b849db4
CS
64142015-07-23 Ciro Santilli <ciro.santilli@gmail.com> (tiny patch)
6415
6416 * py-linetable.c (ltpy_get_all_source_lines): Adjust function
6417 documentation to say that it returns a list rather than
6418 a FrozenSet.
6419 (linetable_object_methods): Update the docstring of the
6420 "source_line" entry.
6421
d0d84780
PMR
64222015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
6423
6424 * gdbtypes.c (resolve_dynamic_array): Pass the peeled element
6425 type to the recursive call instead of the original (maybe
6426 TYPE_CODE_TYPEDEF) type.
6427
c2fbdc59
YQ
64282015-07-23 Yao Qi <yao.qi@linaro.org>
6429
6430 * aarch64-linux-nat.c (aarch64_linux_can_use_hw_breakpoint): If
6431 TYPE is watchpoint, return zero if aarch64_num_wp_regs is zero.
6432 If TYPE is breakpoint, return zero if arch64_num_bp_regs is zero.
6433
af1b22f3
YQ
64342015-07-21 Yao Qi <yao.qi@linaro.org>
6435
6436 * aarch64-linux-nat.c (aarch64_linux_get_debug_reg_capacity):
6437 Move it to nat/aarch64-linux-hw-point.c.
6438 (aarch64_linux_child_post_startup_inferior): Update.
6439 * nat/aarch64-linux-hw-point.c (aarch64_linux_get_debug_reg_capacity):
6440 New function.
6441 * nat/aarch64-linux-hw-point.h (aarch64_linux_get_debug_reg_capacity):
6442 Declare it.
6443
40e050d2
MM
64442015-07-21 Markus Metzger <markus.t.metzger@intel.com>
6445
6446 * common/btrace-common.c (btrace_data_append): Change case label.
6447
3675a06a
YQ
64482015-07-20 Yao Qi <yao.qi@linaro.org>
6449
6450 * nat/aarch64-linux-hw-point.c (aarch64_handle_unaligned_watchpoint):
6451 Re-indent the code.
6452 * nat/aarch64-linux-hw-point.h: Use ULONGEST rather than
6453 "unsigned long long".
6454
b4e1fd61
KB
64552015-07-18 Kevin Buettner <kevinb@redhat.com>
6456
6457 * dwarf2read.c (dwarf2_locate_sections): Allow has_section_at_zero
6458 to be set for SEC_ALLOC sections too.
6459
554717a3
YQ
64602015-07-17 Yao Qi <yao.qi@linaro.org>
6461
6462 * Makefile.in (HFILES_NO_SRCDIR): Add
6463 nat/aarch64-linux-hw-point.h.
6464 (aarch64-linux-hw-point.o): New rule.
6465 * nat/aarch64-linux-hw-point.h: New file.
6466 * nat/aarch64-linux-hw-point.c: New file.
6467 * aarch64-linux-nat.c: Include nat/aarch64-linux-hw-point.h.
6468 (AARCH64_HBP_MAX_NUM): Move to nat/aarch64-linux-hw-point.h.
6469 (AARCH64_HWP_MAX_NUM, AARCH64_HBP_ALIGNMENT): Likewise.
6470 (AARCH64_HWP_ALIGNMENT): Likewise.
6471 (AARCH64_HWP_MAX_LEN_PER_REG): Likewise.
6472 (AARCH64_DEBUG_NUM_SLOTS, AARCH64_DEBUG_ARCH): Likewise.
6473 (AARCH64_DEBUG_ARCH_V8, DR_MARK_ALL_CHANGED): Likewise.
6474 (DR_MARK_N_CHANGED, DR_CLEAR_CHANGED): Likewise.
6475 (DR_HAS_CHANGED, DR_N_HAS_CHANGE): Likewise.
6476 (aarch64_num_bp_regs, aarch64_num_wp_regs): Likewise.
6477 (struct aarch64_debug_reg_state): Likewise.
6478 (struct arch_lwp_info): Likewise.
6479 (aarch64_linux_set_debug_regs): Likewise.
6480 (aarch64_notify_debug_reg_change): Remove static.
6481 (aarch64_align_watchpoint): Likewise.
6482 (DR_CONTROL_ENABLED, DR_CONTROL_LENGTH): Likewise.
6483 (aarch64_watchpoint_length): Likewise.
6484 (aarch64_point_encode_ctrl_reg): Likewise
6485 (aarch64_point_is_aligned): Likewise.
6486 (aarch64_dr_state_insert_one_point): Likewise.
6487 (aarch64_dr_state_remove_one_point): Likewise.
6488 (aarch64_handle_breakpoint): Likewise.
6489 (aarch64_handle_aligned_watchpoint): Likewise.
6490 (aarch64_handle_unaligned_watchpoint): Likewise.
6491 (aarch64_handle_watchpoint): Likewise.
6492 * config/aarch64/linux.mh (NAT_FILE): Add
6493 aarch64-linux-hw-point.o.
6494
c67ca4de
YQ
64952015-07-17 Yao Qi <yao.qi@linaro.org>
6496
6497 * aarch64-linux-nat.c (aarch64_handle_breakpoint): Add argument
6498 state and don't call aarch64_get_debug_reg_state. All callers
6499 update.
6500 (aarch64_linux_insert_hw_breakpoint): Call
6501 aarch64_get_debug_reg_state earlier.
6502 (aarch64_linux_remove_hw_breakpoint): Likewise.
6503 (aarch64_handle_aligned_watchpoint): Add argument state and
6504 don't call aarch64_get_debug_reg_state. All callers update.
6505 (aarch64_handle_unaligned_watchpoint): Likewise.
6506 (aarch64_handle_watchpoint): Add argument state.
6507 (aarch64_linux_insert_watchpoint): Call aarch64_get_debug_reg_state
6508 earlier.
6509 (aarch64_linux_remove_watchpoint): Likewise.
6510
25abf979
YQ
65112015-07-17 Yao Qi <yao.qi@linaro.org>
6512
6513 * aarch64-linux-nat.c (aarch64_show_debug_reg_state): Use
6514 debug_printf.
6515 (aarch64_handle_unaligned_watchpoint): Likewise.
6516
2ecd81c2
YQ
65172015-07-17 Yao Qi <yao.qi@linaro.org>
6518
6519 * aarch64-linux-nat.c (aarch64_dr_state_insert_one_point): Change
6520 argument type's type to 'enum target_hw_bp_type'.
6521 (aarch64_dr_state_remove_one_point): Likewise.
6522 (aarch64_handle_breakpoint): Likewise.
6523 (aarch64_linux_insert_hw_breakpoint): Likewise.
6524 (aarch64_linux_remove_hw_breakpoint): Likewise.
6525 (aarch64_handle_aligned_watchpoint): Likewise.
6526
e53b6938
YQ
65272015-07-17 Yao Qi <yao.qi@linaro.org>
6528
6529 * aarch64-linux-nat.c (aarch64_linux_get_debug_reg_capacity): Call
6530 ptid_get_pid instead of get_thread_id.
6531
6a49a997
YQ
65322015-07-17 Yao Qi <yao.qi@linaro.org>
6533
6534 * remote.c (get_current_thread): Initialise ptid to null_ptid.
6535 (add_current_inferior_and_thread): Don't initialise ptid.
6536
4bcddace
PL
65372015-07-16 Pierre Langlois <pierre.langlois@arm.com>
6538
6539 * aarch64-tdep.c (aarch64_pseudo_read_value): Mark S register as
6540 unavailable if invalid.
6541
db1ff28b
JK
65422015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6543
6544 Revert the previous 6 commits:
6545 Create empty nat/linux-maps.[ch] and common/target-utils.[ch].
6546 Move gdb_regex* to common/
6547 Prepare linux_find_memory_regions_full & co. for move
6548 Move linux_find_memory_regions_full & co.
6549 gdbserver build-id attribute generator
6550 Validate symbol file using build-id
6551
ca5268b6
JK
65522015-07-15 Aleksandar Ristovski <aristovski@qnx.com
6553 Jan Kratochvil <jan.kratochvil@redhat.com>
6554
6555 Validate symbol file using build-id.
6556 * NEWS (Changes since GDB 7.10): Add 'set validate-build-id'
6557 and 'show validate-build-id'. Add build-id attribute.
6558 * solib-darwin.c (_initialize_darwin_solib): Assign validate value.
6559 * solib-dsbt.c (_initialize_dsbt_solib): Ditto.
6560 * solib-frv.c (_initialize_frv_solib): Ditto.
6561 * solib-spu.c (set_spu_solib_ops): Ditto.
6562 * solib-svr4.c: Include rsp-low.h.
6563 (NOTE_GNU_BUILD_ID_NAME): New define.
6564 (svr4_validate): New function.
6565 (svr4_copy_library_list): Duplicate field build_id.
6566 (library_list_start_library): Parse 'build-id' attribute.
6567 (svr4_library_attributes): Add 'build-id' attribute.
6568 (_initialize_svr4_solib): Assign validate value.
6569 * solib-target.c (solib.h): Include.
6570 (_initialize_solib_target): Assign validate value.
6571 * solib.c (validate_build_id, show_validate_build_id): New.
6572 (solib_map_sections): Use ops->validate.
6573 (clear_so): Free build_id.
6574 (default_solib_validate): New function.
6575 (_initialize_solib): Add "validate-build-id".
6576 * solib.h (default_solib_validate): New declaration.
6577 * solist.h (struct so_list): New fields 'build_idsz' and 'build_id'.
6578 (target_so_ops): New field 'validate'.
6579
700ca40f
JK
65802015-07-15 Aleksandar Ristovski <aristovski@qnx.com
6581 Jan Kratochvil <jan.kratochvil@redhat.com>
6582
6583 gdbserver build-id attribute generator.
6584 * features/library-list-svr4.dtd (library-list-svr4): New
6585 'build-id' attribute.
6586
9904185c
JK
65872015-07-15 Aleksandar Ristovski <aristovski@qnx.com
6588 Jan Kratochvil <jan.kratochvil@redhat.com>
6589
6590 Move linux_find_memory_regions_full & co.
6591 * linux-tdep.c (nat/linux-maps.h): Include.
6592 (gdb_regex.h): Remove the include.
6593 (enum filterflags, struct smaps_vmflags, read_mapping, decode_vmflags)
6594 (mapping_is_anonymous_p, dump_mapping_p): Moved to nat/linux-maps.c.
6595 (linux_find_memory_region_ftype): Moved typedef to nat/linux-maps.h.
6596 (linux_find_memory_regions_full): Moved definition to nat/linux-maps.c.
6597 * nat/linux-maps.c: Include ctype.h, target/target-utils.h, gdb_regex.h
6598 and target/target.h.
6599 (struct smaps_vmflags, read_mapping, decode_vmflags)
6600 (mapping_is_anonymous_p, dump_mapping_p): Move from linux-tdep.c.
6601 (linux_find_memory_regions_full): Move from linux-tdep.c.
6602 * nat/linux-maps.h (read_mapping): New declaration.
6603 (linux_find_memory_region_ftype, enum filterflags): Moved from
6604 linux-tdep.c.
6605 (linux_find_memory_regions_full): New declaration.
6606 * target.c (target/target-utils.h): Include.
6607 (read_alloc_pread_ftype): Moved typedef to target/target-utils.h.
6608 (read_alloc, read_stralloc_func_ftype, read_stralloc): Moved
6609 definitions to target/target-utils.c.
6610 * target.h (target_fileio_read_stralloc): Move it to target/target.h.
6611 * target/target-utils.c (read_alloc, read_stralloc): Move definitions
6612 from target.c.
6613 * target/target-utils.h (read_alloc_pread_ftype): New typedef.
6614 (read_alloc): New declaration.
6615 (read_stralloc_func_ftype): New typedef.
6616 (read_stralloc): New declaration.
6617 * target/target.h (target_fileio_read_stralloc): Move it from target.h.
6618
f7af1fcd
JK
66192015-07-15 Aleksandar Ristovski <aristovski@qnx.com
6620 Jan Kratochvil <jan.kratochvil@redhat.com>
6621
6622 Prepare linux_find_memory_regions_full & co. for move.
6623 * linux-tdep.c (linux_find_memory_region_ftype): Comment.
6624 (linux_find_memory_regions_full): Change signature and prepare
6625 for moving to linux-maps.
6626 (linux_find_memory_regions_data): Rename field 'obfd' to 'data'.
6627 (linux_find_memory_regions_thunk): New.
6628 (linux_find_memory_regions_thunk): Use 'data' field instead of 'obfd'.
6629 (linux_find_memory_regions_gdb): New.
6630 (linux_find_memory_regions): Rename argument 'obfd' to 'func_data'.
6631 (linux_make_mappings_corefile_notes): Use
6632 linux_find_memory_regions_gdb.
6633 * target.c (read_alloc_pread_ftype): New typedef.
6634 (target_fileio_read_alloc_1_pread): New function.
6635 (read_alloc): Refactor from target_fileio_read_alloc_1.
6636 (read_stralloc_func_ftype): New typedef.
6637 (target_fileio_read_alloc_1): New implementation. Use read_alloc.
6638 (read_stralloc): Refactored from target_fileio_read_stralloc.
6639 (target_fileio_read_stralloc): New implementation, use read_stralloc.
6640
6e5b4429
JK
66412015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6642
6643 * Makefile.in (HFILES_NO_SRCDIR): Change gdb_regex.h to
6644 common/gdb_regex.h.
6645 (COMMON_OBS): Add gdb_regex.o.
6646 (gdb_regex.o): New.
6647 * common/common.m4 (GDB_AC_COMMON): Add gdb_use_included_regex,
6648 --without-included-regex and USE_INCLUDED_REGEX.
6649 * common/gdb_regex.c: New file from utils.c functions.
6650 * common/gdb_regex.h: Move it here from gdb_regex.h, update include
6651 file wrapping define name.
6652 * configure: Rebuilt.
6653 * configure.ac (gdb_use_included_regex, --without-included-regex)
6654 (USE_INCLUDED_REGEX): Move them to common/common.m4.
6655 * gdb_regex.h: Move it to common/gdb_regex.h.
6656 * utils.c: Remove include gdb_regex.h.
6657 (do_regfree_cleanup, make_regfree_cleanup, get_regcomp_error)
6658 (compile_rx_or_error): Move them to common/gdb_regex.c.
6659
ddc98fbf
JK
66602015-07-15 Aleksandar Ristovski <aristovski@qnx.com
6661 Jan Kratochvil <jan.kratochvil@redhat.com>
6662
6663 Create empty nat/linux-maps.[ch] and common/target-utils.[ch].
6664 * Makefile.in (HFILES_NO_SRCDIR); Add nat/linux-maps.h,
6665 common/target-utils.h.
6666 (COMMON_OBS): Add target-utils.o.
6667 (linux-maps.o, target-utils.o): New.
6668 * target/target-utils.c: New file.
6669 * target/target-utils.h: New file.
6670 * config/i386/linux.mh (NATDEPFILES): Add linux-maps.o.
6671 * config/i386/linux64.mh (NATDEPFILES): Ditto.
6672 * nat/linux-maps.c: New file.
6673 * nat/linux-maps.h: New file.
6674
e7b01ce0
MM
66752015-07-15 Markus Metzger <markus.t.metzger@intel.com>
6676 Pedro Alves <palves@redhat.com>
6677
6678 * nat/linux-btrace.c (perf_event_read): Change the type of DATA_HEAD.
6679 (perf_event_read_all): Change the type of SIZE and DATA_HEAD.
6680 (perf_event_read_bts): Change the type of SIZE and READ.
6681 (linux_enable_bts): Change the type of SIZE, PAGES, DATA_SIZE,
6682 and DATA_OFFSET. Move DATA_SIZE declaration. Restrict the buffer size
6683 to UINT_MAX. Check for overflows when using DATA_HEAD from the perf
6684 mmap page.
6685 (linux_enable_pt): Change the type of PAGES and SIZE. Restrict the
6686 buffer size to UINT_MAX.
6687 (linux_read_bts): Change the type of BUFFER_SIZE, SIZE, DATA_HEAD, and
6688 DATA_TAIL.
6689 * nat/linux-btrace.h (struct perf_event_buffer)<size, data_head>
6690 <last_head>: Change type.
6691 * common/btrace-common.h (struct btrace_dat_pt) <size>: Change type.
6692 * common/btrace-common.c (btrace_data_append): Change the type of
6693 SIZE.
6694 * btrace.c (parse_xml_raw): Change the type of SIZE. Change oddness
6695 check.
6696
f168693b
SM
66972015-07-14 Simon Marchi <simon.marchi@ericsson.com>
6698
6699 * gdbtypes.h (CHECK_TYPEDEF): Remove.
6700 * aarch64-tdep.c (aarch64_return_in_memory): Replace CHECK_TYPEDEF
6701 with check_typedef.
6702 * ada-lang.c (decode_constrained_packed_array_type): Likewise.
6703 (ada_array_length): Likewise.
6704 (find_parallel_type_by_descriptive_type): Likewise.
6705 (ada_check_typedef): Likewise.
6706 * arm-tdep.c (arm_return_in_memory): Likewise.
6707 * ax-gdb.c (gen_trace_static_fields): Likewise.
6708 (gen_struct_ref_recursive): Likewise.
6709 * c-exp.y (exp : SIZEOF '(' type ')' %prec UNARY): Likewise.
6710 (variable: block COLONCOLON name): Likewise.
6711 (qualified_name: TYPENAME COLONCOLON name): Likewise.
6712 * c-lang.c (classify_type): Likewise.
6713 * c-typeprint.c (c_print_type): Likewise.
6714 (c_print_typedef): Likewise.
6715 (c_type_print_base): Likewise.
6716 * c-valprint.c (c_val_print): Likewise.
6717 * compile/compile-c-types.c (convert_type): Likewise.
6718 * compile/compile-object-load.c (get_out_value_type): Likewise.
6719 * completer.c (add_struct_fields): Likewise.
6720 (expression_completer): Likewise.
6721 * cp-namespace.c (cp_find_type_baseclass_by_name): Likewise.
6722 (cp_lookup_nested_symbol_1): Likewise.
6723 (cp_lookup_nested_symbol): Likewise.
6724 * cp-valprint.c (cp_print_value_fields): Likewise.
6725 (cp_print_static_field): Likewise.
6726 * d-valprint.c (d_val_print): Likewise.
6727 * eval.c (evaluate_subexp_standard): Likewise.
6728 (evaluate_subexp_for_sizeof): Likewise.
6729 * f-exp.y (exp : SIZEOF '(' type ')' %prec UNARY): Likewise.
6730 * f-typeprint.c (f_type_print_base): Likewise.
6731 * f-valprint.c (f_val_print): Likewise.
6732 * gdbtypes.c (get_discrete_bounds): Likewise.
6733 (create_array_type_with_stride): Likewise.
6734 (type_name_no_tag_or_error): Likewise.
6735 (lookup_struct_elt_type): Likewise.
6736 (get_unsigned_type_max): Likewise.
6737 (internal_type_vptr_fieldno): Likewise.
6738 (set_type_vptr_fieldno): Likewise.
6739 (internal_type_vptr_basetype): Likewise.
6740 (set_type_vptr_basetype): Likewise.
6741 (get_vptr_fieldno): Likewise.
6742 (is_integral_type): Likewise.
6743 (is_scalar_type): Likewise.
6744 (is_scalar_type_recursive): Likewise.
6745 (distance_to_ancestor): Likewise.
6746 (is_unique_ancestor_worker): Likewise.
6747 (check_types_equal): Likewise.
6748 * gnu-v2-abi.c (gnuv2_value_rtti_type): Likewise.
6749
45280282
IB
67502015-07-14 Iain Buclaw <ibuclaw@gdcproject.org>
6751
6752 * dwarf2read.c (find_slot_in_mapped_hash): Extend language support to
6753 also test for language_d.
6754 (dwarf2_compute_name): Likewise.
6755 (read_func_scope): Likewise.
6756 (read_structure_type): Likewise.
6757 (new_symbol_full): Likewise.
6758 (determine_prefix): Likewise.
6759 (read_import_statement): Use dot as the separator for language_d.
6760 (typename_concat): Likewise, but don't prefix the D main function.
6761
99fe86f7
PB
67622015-07-14 Peter Bergner <bergner@vnet.ibm.com>
6763
6764 * nat/linux-namespaces.c (setns): Rename from this ...
6765 (do_setns): ... to this. Support calling setns if it exists.
6766 (mnsh_handle_setns): Call do_setns.
6767
d5131498
YQ
67682015-07-13 Yao Qi <yao.qi@linaro.org>
6769
6770 * exec.c (exec_file_attach): Add period at the end of error
6771 message.
6772
97605e61
AB
67732015-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
6774
6775 * tui/tui-win.c (window_name_completer): New function.
6776 (focus_completer): Call window_name_completer. All old content
6777 moved into window_name_completer.
6778 (winheight_completer): New function.
6779 (_initialize_tui_win): Rename variable. Add completer to
6780 winheight command. Update doc string on winheight.
6781
8d6dbeb4
SL
67822015-07-12 Sandra Loosemore <sandra@codesourcery.com>
6783
6784 * nios2-linux-tdep.c (_initialize_nios2_linux_tdep): Register
6785 all nios2 mach variants.
6786
a0e28e54
KB
67872015-07-10 Kevin Buettner <kevinb@redhat.com>
6788
6789 * rx-tdep.c (rx_get_opcode_byte): Use target_read_code instead
6790 of target_read_memory.
6791
c101f28f
AB
67922015-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
6793
6794 * tui/tui-win.c (tui_set_win_height): Use a cleanup to free the
6795 string copy.
6796 (parse_scrolling_args): Likewise.
6797
150375dc
AB
67982015-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
6799
6800 * tui/tui-win.c (focus_completer): Don't duplicate the tui window
6801 names in this function.
6802
6dce28e4
AB
68032015-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
6804
6805 * tui/tui-data.h (SRC_NAME): Convert to lower case.
6806 (CMD_NAME): Likewise.
6807 (DATA_NAME): Likewise.
6808 (DISASSEM_NAME): Likewise.
6809 * tui/tui-win.c (tui_set_focus): Window names are now lower case.
6810 (tui_set_win_height): Likewise.
6811 (parse_scrolling_args): Likewise.
6812
485668e5
MM
68132015-07-10 Markus Metzger <markus.t.metzger@intel.com>
6814
6815 * record-btrace.c (record_btrace_goto_begin)
6816 (record_btrace_goto_end, record_btrace_goto): Move call to
6817 print_stack_frame ...
6818 (record_btrace_set_replay): ... here. Set stop_pc.
6819 * record-full.c (record_full_goto_entry): Set stop_pc.
6820
58d2eda5
PL
68212015-07-09 Pierre Langlois <pierre.langlois@arm.com>
6822
6823 * NEWS: Mention support for tracepoints on aarch64-linux.
6824
7671bf47
PL
68252015-07-09 Pierre Langlois <pierre.langlois@arm.com>
6826
6827 * linux-aarch64-low.c (aarch64_supports_tracepoints): New
6828 function. Return 1.
6829 (the_low_target): Install it.
6830
7890fb45
PL
68312015-07-09 Pierre Langlois <pierre.langlois@arm.com>
6832
6833 * gdb.trace/backtrace.exp: Set registers for aarch64 target.
6834 * gdb.trace/collection.exp: Likewise.
6835 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
6836 * gdb.trace/mi-trace-unavailable.exp: Likewise.
6837 * gdb.trace/report.exp: Likewise.
6838 * gdb.trace/trace-break.exp: Likewise.
6839 * gdb.trace/unavailable.exp: Likewise.
6840 * gdb.trace/while-dyn.exp: Likewise.
6841
ea873d8e
PL
68422015-07-09 Pierre Langlois <pierre.langlois@arm.com>
6843
6844 * aarch64-tdep.c: Add ax.h and ax-gdb.h includes.
6845 (aarch64_gen_return_address): New function.
6846 (aarch64_gdbarch_init): Hook it.
6847
02a2a705
PL
68482015-07-09 Pierre Langlois <pierre.langlois@arm.com>
6849
6850 * aarch64-tdep.c (aarch64_make_stub_cache): Set available_p and
6851 swallow NOT_AVAILABLE_ERROR.
6852 (aarch64_stub_this_id): Call frame_id_build_unavailable_stack if
6853 available_p is not set.
6854 (aarch64_stub_frame_unwind_stop_reason): New function.
6855 (aarch64_stub_unwind): Install it.
6856
7dfa3edc
PL
68572015-07-09 Pierre Langlois <pierre.langlois@arm.com>
6858
6859 * aarch64-tdep.c (aarch64_prologue_cache) <available_p>: New
6860 field.
6861 (aarch64_make_prologue_cache_1): New function, factored out from
6862 aarch64_make_prologue_cache. Do not allocate cache. Set
6863 available_p.
6864 (aarch64_make_prologue_cache): Reimplement wrapping
6865 aarch64_make_prologue_cache_1, and swallowing
6866 NOT_AVAILABLE_ERROR.
6867 (aarch64_prologue_frame_unwind_stop_reason): New function.
6868 Return UNWIND_UNAVAILABLE if available_p is not set.
6869 (aarch64_prologue_unwind): Install it.
6870 (aarch64_prologue_this_id): Move prev_pc and prev_sp limit
6871 checks into aarch64_prologue_frame_unwind_stop_reason. Call
6872 frame_id_build_unavailable_stack if available_p is not set.
6873
db634143
PL
68742015-07-09 Pierre Langlois <pierre.langlois@arm.com>
6875
6876 * aarch64-tdep.c (aarch64_prologue_cache) <func, prev_pc>: New
6877 fields.
6878 (aarch64_scan_prologue): Set prev_pc.
6879 (aarch64_make_prologue_cache): Set func.
6880 (aarch64_make_stub_cache): Set prev_pc.
6881 (aarch64_prologue_this_id): Remove local variables id, pc and
6882 func. Read prev_pc and func from cache.
6883 (aarch64_stub_this_id): Read prev_pc from cache.
6884
8b61f75d
PL
68852015-07-09 Pierre Langlois <pierre.langlois@arm.com>
6886
6887 * aarch64-tdep.c (aarch64_make_stub_cache): Update comment. New
6888 argument this_cache. Remove unused local variables reg and
6889 unwound_fp. Return early if this_cache is already set. Set
6890 this_cache.
6891 (aarch64_stub_this_id): Update call to aarch64_make_stub_cache.
6892
7c8edfae
PL
68932015-07-09 Pierre Langlois <pierre.langlois@arm.com>
6894
6895 * aarch64-tdep.c (aarch64_make_prologue_cache): Update comment.
6896 New argument this_cache. Return early if this_cache is already
6897 set. Set this_cache.
6898 (aarch64_prologue_this_id): Update call to
6899 aarch64_make_prologue_cache.
6900 (aarch64_prologue_prev_register): Likewise.
6901 (aarch64_normal_frame_base): Likewise.
6902
938c69a1
SM
69032015-07-09 Simon Marchi <simon.marchi@ericsson.com>
6904
6905 * c-valprint.c (c_val_print): Factor out memberptr printing code
6906 from c_val_print to ...
6907 (c_val_print_memberptr): ... this new function.
6908
49f7fe28
SM
69092015-07-09 Simon Marchi <simon.marchi@ericsson.com>
6910
6911 * c-valprint.c (c_val_print): Factor out int printing code to ...
6912 (c_val_print_int): ... this new function.
6913
9e4f353c
SM
69142015-07-09 Simon Marchi <simon.marchi@ericsson.com>
6915
6916 * c-valprint.c (c_val_print): Factor out struct and union
6917 printing code to ...
6918 (c_val_print_struct): ... this new function ...
6919 (c_val_print_union): ... and this new function.
6920
1c67f032
SM
69212015-07-09 Simon Marchi <simon.marchi@ericsson.com>
6922
6923 * c-valprint.c (c_val_print): Factor out pointer printing code
6924 to ...
6925 (c_val_print_ptr): ... this new function.
6926
0b6ef777
SM
69272015-07-09 Simon Marchi <simon.marchi@ericsson.com>
6928
6929 * c-valprint.c (c_valprint): Factor our array printing code from
6930 c_val_print to ...
6931 (c_val_print_array): ... this new function.
6932
1033c33c
SM
69332015-07-09 Simon Marchi <simon.marchi@ericsson.com>
6934
6935 * c-valprint.c (c_val_print): Factor out pointer printing code
6936 to ...
6937 (print_unpacked_pointer): ... this new function.
6938
f6b93c34
SM
69392015-07-09 Simon Marchi <simon.marchi@ericsson.com>
6940
6941 * c-valprint.c (c_val_print): Remove an assignment to i and move
6942 its declaration.
6943
0f4576e3
YQ
69442015-07-09 Yao Qi <yao.qi@linaro.org>
6945
6946 * aarch64-linux-nat.c (aarch64_linux_get_debug_reg_capacity): Add
6947 argument ptid. Update comments. Caller update.
6948
37fdfe4c
MM
69492015-07-09 Markus Metzger <markus.t.metzger@intel.com>
6950
6951 * btrace.c (pt_print_packet): Print stop, vmcs, tma, mtc, cyc, and
6952 mnt packets.
6953
80a2b330
MM
69542015-07-09 Markus Metzger <markus.t.metzger@intel.com>
6955
6956 * btrace.c (btrace_pt_readmem_callback): Change type of PC argument.
6957
4ab31498
SM
69582015-07-08 Simon Marchi <simon.marchi@ericsson.com>
6959
6960 * progspace.c (delete_program_space): Add missing spaces.
6961
7a41607e
SM
69622015-07-08 Simon Marchi <simon.marchi@ericsson.com>
6963
6964 * inferior.c (delete_inferior_1): Rename to ...
6965 (delete_inferior): ..., remove 'silent' parameter, delete
6966 program space when unused and remove call to prune_program_spaces.
6967 Remove the old, unused, delete_inferior.
6968 (delete_inferior_silent): Remove.
6969 (prune_inferiors): Change call from delete_inferior_1 to
6970 delete_inferior and remove 'silent' parameter. Remove call to
6971 prune_program_spaces.
6972 (remove_inferior_command): Idem.
6973 * inferior.h (delete_inferior_1): Rename to...
6974 (delete_inferior): ..., remove 'silent' parameter and remove the
6975 original delete_inferior.
6976 (delete_inferior_silent): Remove.
6977 * mi/mi-main.c (mi_cmd_remove_inferior): Change call from
6978 delete_inferior_1 to delete_inferior and remove 'silent'
6979 parameter.
6980 * progspace.c (prune_program_spaces): Remove.
6981 (pspace_empty_p): Rename to...
6982 (program_space_empty_p): ... and make non-static.
6983 (delete_program_space): New.
6984 * progspace.h (prune_program_spaces): Remove declaration.
6985 (program_space_empty_p): New declaration.
6986 (delete_program_space): New declaration.
6987 * monitor.c (monitor_close): Replace call to
6988 delete_thread_silent and delete_inferior_silent with
6989 discard_all_inferiors.
6990
a9bd710f
PP
69912015-07-08 Patrick Palka <patrick@parcs.ath.cx>
6992
6993 * defs.h (deprecated_register_changed_hook): Remove prototype.
6994 * interps.c (clear_iterpreter_hooks): Remove reference to
6995 deprecated_register_changed_hook.
6996 * top.c (deprecated_register_changed_hook): Remove prototype.
6997 * valops.c (value_assign): Remove reference to
6998 deprecated_register_changed_hook.
6999 * tui/tui-hooks.c (tui_register_changed): Add parameter "frame".
7000 Add comment documenting the function.
7001 (tui_register_changed_observer): Define.
7002 (tui_install_hooks): Remove reference to
7003 deprecated_register_changed_hook. Set
7004 tui_register_changed_observer.
7005 (tui_remove_hooks): Remove reference to
7006 deprecated_register_changed_hook. Unset
7007 tui_register_changed_observer.
7008
08464196
JK
70092015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7010
7011 PR compile/18484
7012 * compile/compile-c-types.c (insert_type): Change gdb_assert to error.
7013
bcf5c1d9
RC
70142015-07-08 Robert O'Callahan <robert@ocallahan.org>
7015
7016 PR exp/18617
7017 * ax-gdb.c (gen_conversion): Extend to 'to' bits, not 'from'.
7018
e8643a45
MM
70192015-07-08 Markus Metzger <markus.t.metzger@intel.com>
7020
7021 * MAINTAINERS (Write After Approval): Add Markus T. Metzger.
7022
76fb6829
MM
70232015-07-08 Markus Metzger <markus.t.metzger@intel.com>
7024
7025 * nat/linux-btrace.c (kernel_supports_bts, kernel_supports_pt):
7026 Use safe_strerror() instead of strerror().
7027
82c40d4b
YQ
70282015-07-07 Yao Qi <yao.qi@linaro.org>
7029
7030 * features/arm-with-m-fpa-layout.xml: Set architecture to arm.
7031 * features/arm-with-m-fpa-layout.c: Regenerated.
7032 * features/arm-with-m-vfp-d16.xml: Likewise.
7033 * features/arm-with-m-vfp-d16.c: Regenerated.
7034 * features/arm-with-m.xml: Likewise.
7035 * features/arm-with-m.c: Regenerated.
7036 * features/arm-with-neon.xml: Likewise.
7037 * features/arm-with-neon.c: Regenerated.
7038 * features/arm-with-vfpv2.xml: Likewise.
7039 * features/arm-with-vfpv2.c: Regenerated.
7040 * features/arm-with-vfpv3.xml: Likewise.
7041 * features/arm-with-vfpv3.c: Regenerated.
7042
607685ec
YQ
70432015-07-07 Yao Qi <yao.qi@linaro.org>
7044
7045 * aarch32-linux-nat.h (VFP_REGS_SIZE): New macro, moved from
7046 arm-linux-nat.c.
7047 * aarch64-linux-nat.c: Include aarch32-linux-nat.h and
7048 elf/external.h.
7049 (fetch_gregs_from_thread): Call aarch32_gp_regcache_supply
7050 if target is 32-bit.
7051 (store_gregs_to_thread): Call aarch32_gp_regcache_collect
7052 if target is 32-bit.
7053 (fetch_fpregs_from_thread): Call aarch32_vfp_regcache_supply
7054 if target is 32-bit.
7055 (store_fpregs_to_thread): Call aarch32_vfp_regcache_collect
7056 if target is 32-bit.
7057 (tdesc_arm_with_vfpv3, tdesc_arm_with_neon): Declare.
7058 (aarch64_linux_read_description): Return the right target
7059 description.
7060 * arm-linux-nat.c (VFP_REGS_SIZE): Moved to aarch32-linux-nat.h.
7061 * config/aarch64/linux.mh (NATDEPFILES): Add aarch32-linux-nat.o.
7062 * configure.tgt (aarch64*-*-linux*): Add arm-tdep.o and
7063 arm-linux-tdep.o.
7064
f1b67888
YQ
70652015-07-07 Yao Qi <yao.qi@linaro.org>
7066
7067 * aarch32-linux-nat.c: New file.
7068 * aarch32-linux-nat.h: New file.
7069 * arm-linux-nat.c: Include aarch32-linux-nat.h.
7070 (fetch_regs): Move code to aarch32-linux-nat.c. Call
7071 aarch32_gp_regcache_supply.
7072 (store_regs): Move code to aarch32-linux-nat.c. Call
7073 aarch32_gp_regcache_collect.
7074 (fetch_vfp_regs): Move code to aarch32-linux-nat.c. Call
7075 aarch32_vfp_regcache_supply.
7076 (store_vfp_regs): Move code to aarch32-linux-nat.c. Call
7077 aarch32_vfp_regcache_collect.
7078 * config/arm/linux.mh (NATDEPFILES): Add aarch32-linux-nat.o.
7079
179bfe82
YQ
70802015-07-07 Yao Qi <yao.qi@linaro.org>
7081
7082 * arm-linux-nat.c (store_fpregister): Remove.
7083 (store_register): Likewise.
7084 (fetch_fpregister): Likewise.
7085 (fetch_register): Likewise.
7086 (arm_linux_store_inferior_registers): Call store_regs and
7087 store_fpregs instead.
7088 (arm_linux_fetch_inferior_registers): Call fetch_fpregs and
7089 fetch_regs instead.
7090
6008fc5f
AB
70912015-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
7092
7093 * doc/gdb.texinfo (TUI): Restructure documentation on TUI layout
7094 and focus commands.
7095
7c79d316
JB
70962015-07-06 Joel Brobecker <brobecker@adacore.com>
7097
7098 * NEWS: Create a new section for the next release branch.
7099 Rename the section of the current branch, now that it has
7100 been cut.
7101
f2232bea
JB
71022015-07-06 Joel Brobecker <brobecker@adacore.com>
7103
7104 GDB 7.10 branch created (66c4b3e8a628a207bc6aafef6af0c4128195f56e):
7105 * version.in: Bump version to 7.10.50.DATE-cvs.
7106
66c4b3e8
LM
71072015-07-06 Luis Machado <lgustavo@codesourcery.com>
7108
7109 * breakpoint.c (remove_breakpoint_1): Don't handle permanent
7110 breakpoints in a special way.
7111 (remove_breakpoint): Likewise.
7112 (mark_breakpoints_out): Likewise.
7113
bcd8537c
AB
71142015-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
7115
7116 * doc/gdb.texinfo (TUI): Add comma after @xref.
7117
10e9aaa3
AB
71182015-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
7119
7120 * tui/tui-win.c (tui_set_focus): Use structure member 'generic'
7121 instead of casting the structure type.
7122
8a13d42d
SM
71232015-07-06 Simon Marchi <simon.marchi@ericsson.com>
7124
7125 * valops.c (search_struct_field): Remove OFFSET parameter.
7126 (value_cast_structs): Adjust calls to search_struct_field.
7127 (value_struct_elt): Same.
7128 (find_overload_match): Same.
7129
a844296a
SM
71302015-07-06 Simon Marchi <simon.marchi@ericsson.com>
7131
7132 * value.c (value_fetch_lazy): Update comment, change return
7133 value to void.
7134 * value.h (value_fetch_lazy): Change return value to void.
7135
f41cbf58
AB
71362015-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
7137
7138 * tui/tui-data.c (tui_partial_win_by_name): Window name is const.
7139 (tui_win_name): Make parameter and result const.
7140 * tui/tui-data.h (tui_win_name): Make parameter and result const.
7141
118ca224
PP
71422015-07-06 Patrick Palka <patrick@parcs.ath.cx>
7143
7144 * i386-tdep.c (i386_mpx_info_bounds): Don't call error, instead
7145 use printf_unfiltered.
7146 (set_mpx_cmd): Add missing trailing space to command string
7147 literal.
7148 (_initialize_i386_tdep): Give the "mpx" prefix command its
7149 correct name.
7150
1b485e67
KB
71512015-07-02 Kevin Buettner <kevinb@redhat.com>
7152
7153 * rx-tdep.c (RX_USP_REGNUM, RX_BPC_REGNUM): New constants.
7154 (enum rx_frame_type): New.
7155 (struct rx_prologue): Add new field `frame_type'.
7156 (rx_analyze_prologue): Add `frame_type' parameter. Cache this
7157 parameter in the prologue struct. Add code for recording
7158 locations of PC and PSW for fast interrupt and exception frames.
7159 (rx_skip_prologue): Adjust call to rx_analyze_prologue.
7160 (rx_analyze_frame_prologue): Add `frame_type' parameter.
7161 (rx_frame_type): New function.
7162 (rx_frame_base): Fetch frame type and pass it to rx_analyze_prologue.
7163 (rx_frame_this_id): Rename parameter `this_prologue_cache' to
7164 `this_cache'.
7165 (rx_frame_prev_register): Rename parameter `this_prologue_cache' to
72f4393d 7166 `this_cache'. Add cases for RX_FRAME_TYPE_EXCEPTION and
1b485e67
KB
7167 RX_FRAME_TYPE_FAST_INTERRUPT.
7168 (normal_frame_p, exception_frame_p, rx_frame_sniffer_common)
7169 (rx_frame_sniffer, rx_exception_sniffer): New functions.
7170 (rx_frame_unwind): Use rx_frame_sniffer instead of
7171 default_frame_sniffer.
7172 (rx_frame_unwind): New unwinder.
7173 (rx_gdbarch_init): Register new unwinder.
7174
0561fea4
KB
71752015-07-02 Kevin Buettner <kevinb@redhat.com>
7176
7177 * rx-tdep.c (RX_BPSW_REGNUM, RX_FPSW_REGNUM): New constants.
7178 (struct gdbarch_tdep): Add fields rx_psw_type and rx_fpsw_type.
7179 (rx_register_type): Add cases for RX_PSW_REGNUM, RX_BPSW_REGNUM,
7180 and RX_FPSW_REGNUM.
7181 (rx_gdbarch_init): Initialize PSW, BPSW, and FPSW flags types.
7182
decf8d9a
JK
71832015-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
7184
7185 Fix GCC false warning.
7186 * s390-linux-tdep.c (s390_handle_arg): Initialize VAL.
7187
2fd0f80d
YQ
71882015-07-02 Yao Qi <yao.qi@linaro.org>
7189
7190 * aarch64-linux-nat.c (aarch64_linux_insert_hw_breakpoint): Fix
7191 typo in the debugging message.
7192
b0627500
MM
71932015-07-02 Markus Metzger <markus.t.metzger@intel.com>
7194
7195 * btrace.c: Include gdbcmd.h, cli/cli-utils.h, and ctype.h.
7196 (maint_btrace_cmdlist, maint_btrace_set_cmdlist)
7197 (maint_btrace_show_cmdlist, maint_btrace_pt_set_cmdlist)
7198 (maint_btrace_pt_show_cmdlist, maint_btrace_pt_skip_pad)
7199 (btrace_maint_clear): New.
7200 (btrace_fetch, btrace_clear): Call btrace_maint_clear.
7201 (pt_print_packet, btrace_maint_decode_pt)
7202 (btrace_maint_update_pt_packets, btrace_maint_update_packets)
7203 (btrace_maint_print_packets, get_uint, get_context_size, no_chunk)
7204 (maint_btrace_packet_history_cmd)
7205 (maint_btrace_clear_packet_history_cmd, maint_btrace_clear_cmd)
7206 (maint_btrace_cmd, maint_btrace_set_cmd, maint_btrace_show_cmd)
7207 (maint_btrace_pt_set_cmd, maint_btrace_pt_show_cmd)
7208 (maint_info_btrace_cmd, _initialize_btrace): New.
7209 * btrace.h (btrace_pt_packet, btrace_pt_packet_s)
7210 (btrace_maint_packet_history, btrace_maint_info): New.
7211 (btrace_thread_info) <maint>: New.
7212 * NEWS: Announce it.
7213
9be54cae
MM
72142015-07-02 Markus Metzger <markus.t.metzger@intel.com>
7215
7216 * btrace.c (btrace_fetch): Append the new trace data.
7217 (btrace_clear): Clear the stored trace data.
7218 * btrace.h (btrace_thread_info) <data>: New.
7219 * common/btrace-common.h (btrace_data_clear)
7220 (btrace_data_append): New.
7221 * common/btrace-common.c (btrace_data_clear)
7222 (btrace_data_append): New.
7223
010a18a1
MM
72242015-07-02 Markus Metzger <markus.t.metzger@intel.com>
7225
7226 * nat/linux-btrace.c (linux_enable_bts): Check for
7227 PERF_ATTR_SIZE_VER5.
7228 Check for data_offset and data_size fields. Use them.
7229
b20a6524
MM
72302015-07-02 Markus Metzger <markus.t.metzger@intel.com>
7231
7232 * NEWS: Announce new commands "record btrace pt" and "record pt".
7233 Announce new options "set|show record btrace pt buffer-size".
7234 * btrace.c: Include "rsp-low.h".
7235 Include "inttypes.h".
7236 (btrace_add_pc): Add forward declaration.
7237 (pt_reclassify_insn, ftrace_add_pt, btrace_pt_readmem_callback)
7238 (pt_translate_cpu_vendor, btrace_finalize_ftrace_pt)
7239 (btrace_compute_ftrace_pt): New.
7240 (btrace_compute_ftrace): Support BTRACE_FORMAT_PT.
7241 (check_xml_btrace_version): Update version check.
7242 (parse_xml_raw, parse_xml_btrace_pt_config_cpu)
7243 (parse_xml_btrace_pt_raw, parse_xml_btrace_pt)
7244 (btrace_pt_config_cpu_attributes, btrace_pt_config_children)
7245 (btrace_pt_children): New.
7246 (btrace_children): Add support for "pt".
7247 (parse_xml_btrace_conf_pt, btrace_conf_pt_attributes): New.
7248 (btrace_conf_children): Add support for "pt".
7249 * btrace.h: Include "intel-pt.h".
7250 (btrace_pt_error): New.
7251 * common/btrace-common.c (btrace_format_string, btrace_data_fini)
7252 (btrace_data_empty): Support BTRACE_FORMAT_PT.
7253 * common/btrace-common.h (btrace_format): Add BTRACE_FORMAT_PT.
7254 (struct btrace_config_pt): New.
7255 (struct btrace_config)<pt>: New.
7256 (struct btrace_data_pt_config, struct btrace_data_pt): New.
7257 (struct btrace_data)<pt>: New.
7258 * features/btrace-conf.dtd (btrace-conf)<pt>: New.
7259 (pt): New.
7260 * features/btrace.dtd (btrace)<pt>: New.
7261 (pt, pt-config, cpu): New.
7262 * nat/linux-btrace.c (perf_event_read, perf_event_read_all)
7263 (perf_event_pt_event_type, kernel_supports_pt)
7264 (linux_supports_pt): New.
7265 (linux_supports_btrace): Support BTRACE_FORMAT_PT.
7266 (linux_enable_bts): Free tinfo on error.
7267 (linux_enable_pt): New.
7268 (linux_enable_btrace): Support BTRACE_FORMAT_PT.
7269 (linux_disable_pt): New.
7270 (linux_disable_btrace): Support BTRACE_FORMAT_PT.
7271 (linux_fill_btrace_pt_config, linux_read_pt): New.
7272 (linux_read_btrace): Support BTRACE_FORMAT_PT.
7273 * nat/linux-btrace.h (struct btrace_tinfo_pt): New.
7274 (struct btrace_target_info)<pt>: New.
7275 * record-btrace.c (set_record_btrace_pt_cmdlist)
7276 (show_record_btrace_pt_cmdlist): New.
7277 (record_btrace_print_pt_conf): New.
7278 (record_btrace_print_conf): Support BTRACE_FORMAT_PT.
7279 (btrace_ui_out_decode_error): Support BTRACE_FORMAT_PT.
7280 (cmd_record_btrace_pt_start): New.
7281 (cmd_record_btrace_start): Support BTRACE_FORMAT_PT.
7282 (cmd_set_record_btrace_pt, cmd_show_record_btrace_pt): New.
7283 (_initialize_record_btrace): Add new commands.
7284 * remote.c (PACKET_Qbtrace_pt, PACKET_Qbtrace_conf_pt_size): New.
7285 (remote_protocol_features): Add "Qbtrace:pt".
7286 Add "Qbtrace-conf:pt:size".
7287 (remote_supports_btrace): Support BTRACE_FORMAT_PT.
7288 (btrace_sync_conf): Support PACKET_Qbtrace_conf_pt_size.
7289 (remote_enable_btrace): Support BTRACE_FORMAT_PT.
7290 (_initialize_remote): Add new commands.
7291
58bfce93
MM
72922015-07-02 Markus Metzger <markus.t.metzger@intel.com>
7293
7294 * configure.ac: check for libipt
7295 * configure: Regenerate.
7296 * config.in: Regenerate.
7297 * Makefile.in (LIBIPT): New.
7298 (CLIBS): Add $LIBIPT.
7299 * NEWS: document new configure options
7300
b0fd6b30
JK
73012015-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
7302
7303 * compile/compile-object-load.c (compile_object_load): Replace debug
7304 message "lookup undefined ELF symbol" by 3 more specific messages.
7305
e6280369
KB
73062015-07-01 Kevin Buettner <kevinb@redhat.com>
7307
7308 * rl78-tdep.c (struct gdbarch_tdep): Add new field, rl78_psw_type.
7309 (rl78_register_type): Add case for RL78_PSW_REGNUM.
7310 (rl78_gdbarch_init): Initialize rl78_psw_type.
7311
bbcbf914
PP
73122015-07-01 Patrick Palka <patrick@parcs.ath.cx>
7313
7314 * tui/tui-hooks.c (tui_refresh_frame_and_register_information):
7315 Update commentary. Always refresh the registers when frame
7316 information has changed.
7317 * tui/tui-stack.c (tui_show_frame_info): Update commentary.
7318 Change return type to int. Return 1 if frame information has
7319 changed, 0 otherwise.
7320 (tui_before_prompt): Update commentary.
7321 * tui/tui-stack.h (tui_show_frame_info): Change return type to
7322 int.
7323
0986c744
PP
73242015-06-30 Patrick Palka <patrick@parcs.ath.cx>
7325
7326 PR tui/13378
7327 * frame.c (select_frame): Remove reference to
7328 deprecated_selected_frame_level_changed_hook.
7329 * frame.h (deprecated_selected_frame_level_changed_hook): Remove
7330 declaration.
7331 * stack.c (deprecated_selected_frame_level_changed_hook):
7332 Likewise.
7333 * tui/tui-hooks.c (tui_selected_frame_level_changed_hook):
7334 Rename to ...
7335 (tui_refresh_frame_and_register_information): ... this. Bail
7336 out if there is no stack. Don't update register information
7337 unless registers_too_p is true.
7338 (tui_print_frame_info_listing_hook): Rename to ...
7339 (tui_dummy_print_frame_info_listing_hook): ... this.
7340 (tui_before_prompt): New function.
7341 (tui_normal_stop): New function.
7342 (tui_before_prompt_observer): New observer.
7343 (tui_normal_stop_observer): New observer.
7344 (tui_install_hooks): Set
7345 deprecated_print_frame_info_listing_hook to
7346 tui_dummy_print_frame_info_listing_hook. Register
7347 tui_before_prompt_observer to call tui_before_prompt and
7348 tui_normal_stop_observer to call tui_normal_stop. Remove
7349 reference to deprecated_selected_frame_level_changed_hook.
7350 (tui_remove_hooks): Detach and unset tui_before_prompt_observer
7351 and tui_normal_stop_observer. Remove reference to
7352 deprecated_selected_frame_level_changed_hook.
7353
b5fca6d7
PP
73542015-06-30 Patrick Palka <patrick@parcs.ath.cx>
7355
7356 PR tui/13378
7357 * tui/tui-stack.c (tui_set_locator_info): Change prototype to
7358 return an int instead of void. Return whether the locator
7359 window has changed.
7360 (tui_show_frame_info): If the locator info has not changed, then
7361 bail out early to avoid refreshing the windows.
7362
c45613e3
PP
73632015-06-30 Patrick Palka <patrick@parcs.ath.cx>
7364
7365 * tui/tui-stack.c (tui_set_locator_info): Explicitly pass
7366 LOCATOR_WIN to tui_alloc_content.
7367
7b9be803
YQ
73682015-06-30 Yao Qi <yao.qi@linaro.org>
7369
7370 PR tdep/18605
7371 * arm-tdep.c (arm_get_next_pc_raw): Break for media
7372 instructions.
7373
fd6e021d
KB
73742015-06-29 Kevin Buettner <kevinb@redhat.com>
7375
78ab7e9d
KB
7376 * rx-tdep.c (RX_PSW_REGNUM): New enum constant.
7377 (rx_dwarf_reg_to_regnum): New function.
7378 (rx_gdbarch_init): Register rx_dwarf_reg_to_regnum. Use dwarf2
7379 unwinding.
fd6e021d 7380
28bf096c
PA
73812015-06-29 Pedro Alves <palves@redhat.com>
7382
7383 PR threads/18127
7384 * infcall.c (run_inferior_call): On infcall success, if the thread
7385 was marked stopped before, reset it back to stopped.
7386 * infrun.c (resume): Don't suppress the set_running calls when
7387 doing an infcall.
7388 (normal_stop): Only discard the finish_thread_state cleanup if the
7389 infcall succeeded.
7390
2880b51c 73912015-06-29 Pierre Langlois <pierre.langlois@arm.com>
1451ea7d
PL
7392
7393 * MAINTAINERS (Write After Approval): Update my email address.
7394
ee93cd5e
KS
73952015-06-26 Keith Seitz <keiths@redhat.com>
7396 Doug Evans <dje@google.com>
7397
7398 PR 16253
7399 * block.c (block_lookup_symbol): For non-function blocks,
7400 continue to search for a symbol with an exact domain match
7401 Otherwise, return any previously found "best domain" symbol.
7402 (block_lookup_symbol_primary): Likewise.
7403
fc637f04
PP
74042015-06-26 Patrick Palka <patrick@parcs.ath.cx>
7405
7406 * NEWS: Mention the new option "history remove-duplicates".
7407 * top.c (history_remove_duplicates): New static variable.
7408 (show_history_remove_duplicates): New static function.
7409 (gdb_add_history): Conditionally remove duplicate history
7410 entries.
7411 (init_main): Add "history remove-duplicates" option.
7412
2e52ae68
PP
74132015-06-26 Patrick Palka <patrick@parcs.ath.cx>
7414
7415 * tui/tui-win.c (focus_completer): New static function.
7416 (_initialize_tui_win): Set the completion function of the
7417 "focus" command to focus_completer.
7418
6e22494e
JK
74192015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
7420
7421 * linespec.c (minsym_found): Reset sal.PC for COMPUNIT_LOCATIONS_VALID
7422 and language_asm..
7423 * symtab.c (find_function_start_sal): Likewise.
7424
f8773be1
GB
74252015-06-25 Gary Benson <gbenson@redhat.com>
7426
7427 * solib.c (solib_find_1): Set local variable sysroot to NULL if
7428 it is the empty string after trailing slashes have been stripped.
7429
a3be80c3
GB
74302015-06-25 Gary Benson <gbenson@redhat.com>
7431
7432 * exec.c (exec_file_locate_attach): Remove gdb_sysroot NULL check.
7433 * infrun.c (follow_exec): Likewise.
7434 * remote.c (remote_filesystem_is_local): Likewise.
7435 * solib.c (solib_find_1): Likewise.
7436
32fad71f
KS
74372015-06-24 Keith Seitz <keiths@redhat.com>
7438
7439 * build-id.c (build_id_to_debug_bfd): Add cleanup to free
7440 return value from lrealpath.
7441
87d1b309
MF
74422015-06-24 Mike Frysinger <vapier@gentoo.org>
7443
7444 * remote-sim.c (gdbsim_open): Move sysroot update to the top.
7445
23bf70af
MF
74462015-06-24 Mike Frysinger <vapier@gentoo.org>
7447
7448 * remote-sim.c: Include gdb_bfd.h.
7449 (gdbsim_open): Declare new local sysroot pointing to gdb_sysroot.
7450 Skip TARGET_SYSROOT_PREFIX in gdb_sysroot when it is active.
7451
5cd867b4
YQ
74522015-06-24 Yao Qi <yao.qi@linaro.org>
7453
7454 * aarch64-linux-tdep.c (aarch64_linux_init_abi): Don't call
7455 set_gdbarch_get_siginfo_type.
7456 * amd64-linux-tdep.c (amd64_linux_init_abi_common): Likewise.
7457 * arm-linux-tdep.c (arm_linux_init_abi): Likewise.
7458 * i386-linux-tdep.c (i386_linux_init_abi): Likewise.
7459 * m68klinux-tdep.c (m68k_linux_init_abi): Likewise.
7460 * ppc-linux-tdep.c (ppc_linux_init_abi): Likewise.
7461 * s390-linux-tdep.c (s390_gdbarch_init): Likewise.
7462 * tilegx-linux-tdep.c (tilegx_linux_init_abi): Likewise.
7463 * linux-tdep.c (linux_get_siginfo_type): Change it to static.
7464 (linux_init_abi): Call set_gdbarch_get_siginfo_type.
7465 * linux-tdep.h (linux_get_siginfo_type): Remove the declaration.
7466
dc06243f
GB
74672015-06-24 Gary Benson <gbenson@redhat.com>
7468
7469 * common/buffer.c (stdint.h): Do not include.
7470 * common/print-utils.c (stdint.h): Likewise.
7471 * compile/compile-c-symbols.c (gdb_assert.h): Likewise.
7472 * compile/compile-c-types.c (gdb_assert.h): Likewise.
7473 * ft32-tdep.c (gdb_assert.h): Likewise.
7474 * guile/scm-utils.c (stdint.h): Likewise.
7475 * i386-linux-tdep.c (stdint.h): Likewise.
7476 * i386-tdep.c (stdint.h): Likewise.
7477 * nat/linux-btrace.c (stdint.h): Likewise.
7478 * nat/linux-btrace.h (stdint.h): Likewise.
7479 * nat/linux-ptrace.c (stdint.h): Likewise.
7480 * nat/mips-linux-watch.h (stdint.h): Likewise.
7481 * ppc-linux-nat.c (stdint.h): Likewise.
7482 * python/python-internal.h (stdint.h): Likewise.
7483 * stub-termcap.c (stdlib.h): Likewise.
7484 * target/target.h (stdint.h): Likewise.
7485 * xtensa-linux-nat.c (stdint.h): Likewise.
7486
0fc26caf
PP
74872015-06-23 Patrick Palka <patrick@parcs.ath.cx>
7488
7489 * top.c (init_history): Look at errno after calling strtol to
7490 properly map large GDBHISTSIZE values to infinity.
7491
a38fe4fe
DE
74922015-06-23 Doug Evans <dje@google.com>
7493
7494 * inferior.h (struct inferior_suspend_state): Delete, unused.
7495 All references deleted.
7496
7564fe45
MF
74972015-06-23 Mike Frysinger <vapier@gentoo.org>
7498
7499 * microblaze-tdep.c (microblaze_push_dummy_code): Delete.
7500 (microblaze_push_dummy_call): Likewise.
7501 (microblaze_gdbarch_init): Delete calls to set_gdbarch_push_dummy_code
7502 and set_gdbarch_push_dummy_call.
7503
0bdb2f78
YQ
75042015-06-23 Yao Qi <yao.qi@linaro.org>
7505
7506 * amd64-linux-nat.c (amd64_linux_fetch_inferior_registers):
7507 Check whether have_ptrace_getregset is TRIBOOL_TRUE explicitly.
7508 (amd64_linux_store_inferior_registers): Likewise.
7509 * arm-linux-nat.c (fetch_fpregister): Likewise.
7510 (fetch_fpregs, store_fpregister): Likewise.
7511 (store_fpregister, store_fpregs): Likewise.
7512 (fetch_register, fetch_regs): Likewise.
7513 (store_register, store_regs): Likewise.
7514 (fetch_vfp_regs, store_vfp_regs): Likewise.
7515 (arm_linux_read_description): Check have_ptrace_getregset is
7516 TRIBOOL_UNKNOWN. Set have_ptrace_getregset to TRIBOOL_TRUE
7517 or TRIBOOL_FALSE.
7518 * i386-linux-nat.c (fetch_xstateregs): Check
7519 have_ptrace_getregset is not TRIBOOL_TRUE.
7520 (store_xstateregs): Likewise.
7521 * linux-nat.c (have_ptrace_getregset): Change its type to
7522 enum tribool.
7523 * linux-nat.h (tribool): New enum.
7524 * x86-linux-nat.c (x86_linux_read_description): Use enum tribool.
7525 Check whether have_ptrace_getregset is TRIBOOL_TRUE.
7526
18a94d75
DE
75272015-06-19 Doug Evans <dje@google.com>
7528
7529 * NEWS: Mention Sun's version of stabs is no longer supported.
7530 * elfread.c (free_elfinfo): Delete. All uses updated.
7531 (elfstab_offset_sections): Delete. All uses updated.
7532 * gdb-stabs.h (stab_section_info): Delete. All uses updated.
7533 * psympriv.h (partial_symtab) <section_offsets>: Delete.
7534 All uses updated.
7535 * psymtab.c (start_psymtab_common): Delete arg section_offsets.
7536 All callers updated.
7537
124e13d9
SM
75382015-06-18 Simon Marchi <simon.marchi@ericsson.com>
7539
7540 * common/rsp-low.c (needs_escaping): New.
7541 (remote_escape_output): Add unit_size parameter. Refactor to
7542 support multi-byte addressable units. Rename parameters.
7543 * common/rsp-low.h (remote_escape_output): Add unit_size
7544 parameter and rename others. Update doc.
7545 * remote.c (align_for_efficient_write): New.
7546 (remote_write_bytes_aux): Add unit_size parameter and use it.
7547 Rename some variables. Update doc.
7548 (remote_xfer_partial): Get unit size and use it.
7549 (remote_read_bytes_1): Add unit_size parameter and use it.
7550 Rename some variables. Update doc.
7551 (remote_write_bytes): Same.
7552 (remote_xfer_live_readonly_partial): Same.
7553 (remote_read_bytes): Same.
7554 (remote_flash_write): Update call to remote_write_bytes_aux.
7555 (remote_write_qxfer): Update call to remote_escape_output.
7556 (remote_search_memory): Same.
7557 (remote_hostio_pwrite): Same.
7558
6ae88661
LM
75592015-06-17 Luis Machado <lgustavo@codesourcery.com>
7560
7561 * breakpoint.c (add_location_to_breakpoint): Don't mark permanent
7562 locations as inserted.
7563 Update and expand comment about permanent locations.
7564 (bp_loc_is_permanent): Don't return 0 for bp_call_dummy.
7565 Move comment to add_location_to_breakpoint.
7566 (update_global_location_list): Don't error out if a permanent
7567 breakpoint is not marked inserted.
7568 Don't error out if a non-permanent breakpoint location is inserted on
7569 top of a permanent breakpoint.
7570
da4616f6
LM
75712015-06-17 Luis Machado <lgustavo@codesourcery.com>
7572
7573 * breakpoint.c (make_breakpoint_permanent): Remove unused
7574 function.
7575 * breakpoint.h (make_breakpoint_permanent): Remove declaration.
7576
bc460514
PP
75772015-06-17 Patrick Palka <patrick@parcs.ath.cx>
7578
7579 PR gdb/16999
7580 * NEWS: Mention new GDBHISTSIZE behavior.
7581 * top.c (init_history): For null or out-of-range GDBHISTSIZE,
7582 set history size to unlimited. Ignore non-numeric GDBHISTSIZE.
7583
b58c513b
PP
75842015-06-17 Patrick Palka <patrick@parcs.ath.cx>
7585
7586 * NEWS: Mention that GDBHISTSIZE is read instead of HISTSIZE.
7587 * top.c (init_history): Read from GDBHISTSIZE instead of
7588 HISTSIZE.
7589 (init_main): Refer to GDBHISTSIZE instead of HISTSIZE.
7590
2093d2d3
PP
75912015-06-17 Patrick Palka <patrick@parcs.ath.cx>
7592
7593 * top.c (gdb_safe_append_history): Do not call
7594 history_truncate_file if the history is not stifled.
7595
fc248485
AA
75962015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
7597
7598 * syscalls/s390-linux.xml: Add syscalls 344 through 354.
7599 * syscalls/s390x-linux.xml: Likewise.
7600
4da680ad
ME
76012015-06-16 Michael Eager <eager@eagercon.com>
7602
7603 * nat/linux-namespaces.c (MSG_CMSG_CLOEXEC): Define if not defined.
7604
0a75489f
PP
76052015-06-16 Patrick Palka <patrick@parcs.ath.cx>
7606
7607 * tui/tui-hooks.c (tui_selected_frame_level_changed_hook): Call
7608 target_terminal_ours_for_output() before calling
7609 tui_show_frame_info(), and restore the original terminal
7610 settings afterwards.
7611
95855ca8
MS
76122015-06-16 Martin Simmons <martin@lispworks.com> (tiny patch)
7613
7614 * arm-linux-nat.c: Include nat/linux-ptrace.h.
7615
cfc32360
SM
76162015-06-15 Simon Marchi <simon.marchi@ericsson.com>
7617
7618 * mi/mi-main.c (mi_cmd_data_read_memory_bytes): Consider addressable
7619 memory unit size.
7620 (mi_cmd_data_write_memory_bytes): Same.
7621
cb6f16cf
SM
76222015-06-15 Simon Marchi <simon.marchi@ericsson.com>
7623
7624 * corefile.c (write_memory): Update doc.
7625 * gdbcore.h (write_memory): Same.
7626
31b7833d
JK
76272015-06-15 Jan Kratochvil <jan.kratochvil@redhat.com>
7628
7629 * linux-tdep.c (enum filterflags): Make it from anonymous enum.
7630 (dump_mapping_p): Use it for parameter filterflags.
7631 (linux_find_memory_regions_full): Use it for variable filterflags.
7632
909c2cda
JK
76332015-06-15 Aleksandar Ristovski <aristovski@qnx.com
7634 Jan Kratochvil <jan.kratochvil@redhat.com>
7635
7636 Merge multiple hex conversions.
7637 * monitor.c: Include rsp-low.h.
7638 (fromhex): Remove definition.
7639
03aef70f
JK
76402015-06-15 Aleksandar Ristovski <aristovski@qnx.com
7641 Jan Kratochvil <jan.kratochvil@redhat.com>
7642
7643 Move utility functions to common/.
7644 * cli/cli-utils.c (skip_spaces, skip_spaces_const, skip_to_space_const):
7645 Move defs to common/common-utils.c.
7646 * cli/cli-utils.h (skip_spaces, skip_spaces_const, skip_to_space)
7647 (skip_to_space_const): Move decls to common/common-utils.h.
7648 * common/common-defs.h: Move include of common-types.h before
7649 common-utils.h.
7650 * common/common-utils.c: Include host-defs.h and ctype.h.
7651 (HIGH_BYTE_POSN, is_digit_in_base, digit_to_int, strtoulst): Move
7652 from utils.c.
7653 (skip_spaces, skip_spaces_const, skip_to_space_const): Move from
7654 cli/cli-utils.c.
7655 * common/common-utils.h (strtoulst): Move decl from utils.h.
7656 (skip_spaces, skip_spaces_const, skip_to_space, skip_to_space_const):
7657 Move from cli/cli-utils.h.
7658 * common/host-defs.h: Include limits.h.
7659 (TARGET_CHAR_BIT, HOST_CHAR_BIT): Moved from defs.h.
7660 (skip_spaces, skip_spaces_const): Move decls from cli/cli-utils.h.
7661 * defs.h (TARGET_CHAR_BIT, HOST_CHAR_BIT): Move to
7662 common/common-utils.h.
7663 * utils.c (HIGH_BYTE_POSN, is_digit_in_base, digit_to_int)
7664 (strtoulst): Move to common/common-utils.c.
7665 * utils.h (strtoulst): Moved decl to common/common-utils.h.
7666
d1168cc1
YQ
76672015-06-15 Yao Qi <yao.qi@linaro.org>
7668
7669 * data-directory/Makefile.in (SYSCALLS_FILES): Add aarch64-linux.xml.
7670
c74f7d1c
JT
76712015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
7672
7673 * build-id.c: Don't include elf-bfd.h.
7674 (build_id_bfd_get): Use bfd_build_id.
7675 (build_id_verify): Ditto.
7676 * build-id.h: Ditto.
7677 (find_separate_debug_file_by_buildid): Ditto.
7678 * python/py-objfile.c: Don't include elf-bfd.h.
7679 (objfpy_get_build_id) Use bfd_build_id.
7680 (objfpy_build_id_matches, objfpy_lookup_objfile_by_build_id): Ditto.
7681 * coffread.c: Include build-id.h.
7682 (coff_symfile_read): Try find_separate_debug_file_by_buildid.
7683
f20c58f5
JT
76842015-06-03 Jon Turney <jon.turney@dronecode.org.uk>
7685
7686 * windows-nat.c (do_windows_fetch_inferior_registers)
7687 (handle_output_debug_string): Replace __COPY_CONTEXT_SIZE
7688 conditional with __CYGWIN__.
7689
51f0e40d
AB
76902015-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
7691
7692 * completer.c: Add arch-utils.h include.
7693 (enum reg_completer_targets): New enum.
7694 (reg_or_group_completer_1): New function containing old
7695 reg_or_group_completer, add and use new parameter to control what
7696 is completed on. Use get_current_arch rather than architecture of
7697 currently selected frame.
7698 (reg_or_group_completer): Call new reg_or_group_completer_1.
7699 (reggroup_completer): Call new reg_or_group_completer_1.
7700 * completer.h (reggroup_completer): Add declaration.
7701 * tui/tui-regs.c: Add 'completer.h' include.
7702 (tui_reg_next_command): Renamed to...
7703 (tui_reg_next): ...this. Adjust parameters and return rather than
7704 display new group.
7705 (tui_reg_prev_command): Renamed to...
7706 (tui_reg_prev): ...this. Adjust parameters and return rather than
7707 display new group.
7708 (tui_reg_float_command): Delete.
7709 (tui_reg_general_command): Delete.
7710 (tui_reg_system_command): Delete.
7711 (tui_reg_command): Rewrite to perform switching of register group.
7712 Add header comment.
7713 (tuireglist): Remove.
7714 (tui_reggroup_completer): New function.
7715 (_initialize_tui_regs): Remove 'tui reg' sub-commands, update
7716 creation of 'tui reg' command.
7717 * NEWS: Add comment about 'tui reg' changes.
7718
d309493c
SM
77192015-06-12 Simon Marchi <simon.marchi@ericsson.com>
7720
7721 * target.c (target_read): Consider addressable unit size when
7722 reading from a memory object.
7723 (read_memory_robust): Same.
7724 (read_whatever_is_readable): Same.
7725 (target_write_with_progress): Consider addressable unit size
7726 when writing to a memory object.
7727 * target.h (target_read): Update documentation.
7728 (target_write): Add documentation.
7729
3374165f
SM
77302015-06-12 Simon Marchi <simon.marchi@ericsson.com>
7731
7732 * arch-utils.h (default_addressable_memory_unit_size): New.
7733 * arch-utils.c (default_addressable_memory_unit_size): New.
7734 * gdbarch.sh (addressable_memory_unit_size): New.
7735 * gdbarch.h: Re-generate.
7736 * gdbarch.c: Re-generate.
7737
279a6fed
SM
77382015-06-12 Simon Marchi <simon.marchi@ericsson.com>
7739
7740 * target.c (target_read): Rename variables and use
7741 TARGET_XFER_E_IO.
7742 (target_read_with_progress): Same.
7743 (read_memory_robust): Constify parameters and rename
7744 variables.
7745 (read_whatever_is_readable): Constify parameters,
7746 rename variables, adjust formatting.
7747 * target.h (read_memory_robust): Constify parameters.
7748
1e5338b6 77492015-06-12 Ulrich Weigand <uweigand@de.ibm.com>
a1da2672
UW
7750
7751 * ppc-sysv-tdep.c (ppc64_sysv_abi_return_value_base): Handle short
7752 synthetic (non-AltiVec) vector types.
7753 (ppc64_sysv_abi_return_value): Likewise.
7754
98aa42ee
AT
77552015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
7756
7757 PR breakpoints/16465
7758 * breakpoint.c (create_breakpoint): Save extra_string for
7759 pending breakpoints.
7760
966f0aef
WT
77612015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
7762
7763 * i386-tdep.c (i386_mpx_get_bt_entry): Add a cast for mpx_bd_mask
7764 and bt_mask to CORE_ADDR.
7765
6449ed0d
GB
77662015-06-11 Gary Benson <gbenson@redhat.com>
7767
7768 * nat/linux-namespaces.c (mnsh_send_message): Use pulongest.
7769 (mnsh_recv_message): Likewise.
7770
34f8ac9f
WT
77712015-06-11 Walfred Tedeschi <walfred.tedeschi@intel.com>
7772
7773 * i386-tdep.c (i386_mpx_print_bounds): use of LONGEST instead of
7774 long long int and plongest instead of %ll.
7775
198c808c
GB
77762015-06-11 Gary Benson <gbenson@redhat.com>
7777
7778 * nat/linux-namespaces.c (gdb_wait.h): New include.
7779 (sys/wait.h): Do not include.
7780
e815d2d2
SM
77812015-06-10 Simon Marchi <simon.marchi@ericsson.com>
7782
7783 * dwarf2read.c (dwarf_record_line): Call dwarf_record_line if
7784 end_sequence is true.
7785
8847cac2
JK
77862015-06-10 Jan Kratochvil <jan.kratochvil@redhat.com>
7787
7788 Code cleanup.
7789 * solib-target.c (library_list_start_list): Use explicit NULL
7790 comparison.
7791
24c05f46
JK
77922015-06-10 Jan Kratochvil <jan.kratochvil@redhat.com>
7793
7794 * solib-target.c (library_list_start_list): Do not dereference
7795 variable version in its initialization. Make the VERSION check handle
7796 NULL.
7797 (library_list_attributes): Make "version" GDB_XML_AF_OPTIONAL.
7798
51aad7cc
GB
77992015-06-10 Gary Benson <gbenson@redhat.com>
7800
7801 * NEWS: Announce support for direct access of executable and
7802 shared library files when attaching to inferiors in containers
7803 on GNU/Linux systems.
7804
15a201c8
GB
78052015-06-10 Gary Benson <gbenson@redhat.com>
7806
7807 * remote.c (struct remote_state) <fs_pid>: New field.
7808 (new_remote_state): Initialize the above.
7809 (PACKET_vFile_setfs): New enum value.
7810 (remote_hostio_set_filesystem): New function.
7811 (remote_hostio_open): Call the above.
7812 (remote_hostio_unlink): Likewise.
7813 (remote_hostio_readlink): Likewise.
7814 (_initialize_remote): Register new "set/show remote
7815 hostio-setfs-packet" command.
7816 * NEWS: Announce new vFile:setfs packet.
7817
7a6a1731
GB
78182015-06-10 Gary Benson <gbenson@redhat.com>
7819
7820 * linux-nat.c (nat/linux-namespaces.h): New include.
7821 (fileio.h): Likewise.
7822 (linux_nat_filesystem_is_local): New function.
7823 (linux_nat_fileio_pid_of): Likewise.
7824 (linux_nat_fileio_open): Likewise.
7825 (linux_nat_fileio_readlink): Likewise.
7826 (linux_nat_fileio_unlink): Likewise.
7827 (linux_nat_add_target): Initialize to_filesystem_is_local,
7828 to_fileio_open, to_fileio_readlink and to_fileio_unlink.
7829 (_initialize_linux_nat): New "set/show debug linux-namespaces"
7830 commands.
7831 * NEWS: Mention new "set/show debug linux-namespaces" commands.
7832
07c138c8
GB
78332015-06-10 Gary Benson <gbenson@redhat.com>
7834
7835 * target.h (struct inferior): New forward declaration.
7836 (struct target_ops) <to_filesystem_is_local>: Update comment.
7837 (struct target_ops) <to_fileio_open>: New argument inf.
7838 Update comment. All implementations updated.
7839 (struct target_ops) <to_fileio_unlink>: Likewise.
7840 (struct target_ops) <to_fileio_readlink>: Likewise.
7841 (target_filesystem_is_local): Update comment.
7842 (target_fileio_open): New argument inf. Update comment.
7843 (target_fileio_unlink): Likewise.
7844 (target_fileio_readlink): Likewise.
7845 (target_fileio_read_alloc): Likewise.
7846 (target_fileio_read_stralloc): Likewise.
7847 * target.c (target_fileio_open): New argument inf.
7848 Pass inf to implementation. Update debug printing.
7849 (target_fileio_unlink): Likewise.
7850 (target_fileio_readlink): Likewise.
7851 (target_fileio_read_alloc_1): New argument inf. Pass inf
7852 to target_fileio_open.
7853 (target_fileio_read_alloc): New argument inf. Pass inf to
7854 target_fileio_read_alloc_1.
7855 (target_fileio_read_stralloc): Likewise.
7856 * gdb_bfd.c (inferior.h): New include.
7857 (gdb_bfd_iovec_fileio_open): Replace unused "open_closure"
7858 argument with new argument "inferior". Pass inferior to
7859 target_fileio_open.
7860 (gdb_bfd_open): Supply inferior argument to
7861 gdb_bfd_iovec_fileio_open.
7862 * linux-tdep.c (linux_info_proc): Supply inf argument to
7863 relevant target_fileio calls.
7864 (linux_find_memory_regions_full): Likewise.
7865 (linux_fill_prpsinfo): Likewise.
7866 * remote.c (remote_filesystem_is_local): Supply inf
7867 argument to remote_hostio_open.
7868 (remote_file_put): Likewise.
7869 (remote_file_get): Likewise.
7870 (remote_file_delete): Supply inf argument to
7871 remote_hostio_unlink.
7872
12e2a5fd
GB
78732015-06-10 Gary Benson <gbenson@redhat.com>
7874
7875 * inf-child.c (inf_child_fileio_open): Replace comment.
7876 (inf_child_fileio_pwrite): Likewise.
7877 (inf_child_fileio_pread): Likewise.
7878 (inf_child_fileio_fstat): Insert blank line before comment.
7879 (inf_child_fileio_close): Replace comment.
7880 (inf_child_fileio_unlink): Likewise.
7881 (inf_child_fileio_readlink): Likewise.
7882 * remote.c (remote_hostio_open): Likewise.
7883 (remote_hostio_pread): Likewise.
7884 (remote_hostio_pwrite): Likewise.
7885 (remote_hostio_close): Likewise.
7886 (remote_hostio_unlink): Likewise.
7887 (remote_hostio_readlink): Likewise.
7888 (remote_hostio_fstat): Likewise.
7889 (remote_filesystem_is_local): Likewise.
7890 * target.c (target_fileio_open): Likewise.
7891 (target_fileio_pwrite): Likewise.
7892 (target_fileio_pread): Likewise.
7893 (target_fileio_fstat): Insert blank line before comment.
7894 (target_fileio_close): Replace comment.
7895 (target_fileio_unlink): Likewise.
7896 (target_fileio_readlink): Likewise.
7897 (target_fileio_read_alloc): Likewise.
7898 (target_fileio_read_stralloc): Likewise.
7899
9bc3a976
GB
79002015-06-10 Gary Benson <gbenson@redhat.com>
7901
7902 * linux-thread-db.c (nat/linux-namespaces.h): New include.
7903 (check_pid_namespace_match): Use linux_ns_same rather than
7904 linux_proc_pid_get_ns to spot PID namespace mismatches.
7905 * nat/linux-procfs.h (linux_proc_pid_get_ns): Remove.
7906 * nat/linux-procfs.c (linux_proc_pid_get_ns): Likewise.
7907
4b8b5e72
GB
79082015-06-10 Gary Benson <gbenson@redhat.com>
7909
7910 * configure.ac (AC_CHECK_FUNCS): Add setns.
7911 * config.in: Regenerate.
7912 * configure: Likewise.
7913 * nat/linux-namespaces.h: New file.
7914 * nat/linux-namespaces.c: Likewise.
7915 * Makefile.in (HFILES_NO_SRCDIR): Add nat/linux-namespaces.h.
7916 (linux-namespaces.o): New rule.
7917 * config/aarch64/linux.mh (NATDEPFILES): Add linux-namespaces.o.
7918 * config/alpha/alpha-linux.mh (NATDEPFILES): Likewise.
7919 * config/arm/linux.mh (NATDEPFILES): Likewise.
7920 * config/i386/linux.mh (NATDEPFILES): Likewise.
7921 * config/i386/linux64.mh (NATDEPFILES): Likewise.
7922 * config/ia64/linux.mh (NATDEPFILES): Likewise.
7923 * config/m32r/linux.mh (NATDEPFILES): Likewise.
7924 * config/m68k/linux.mh (NATDEPFILES): Likewise.
7925 * config/mips/linux.mh (NATDEPFILES): Likewise.
7926 * config/pa/linux.mh (NATDEPFILES): Likewise.
7927 * config/powerpc/linux.mh (NATDEPFILES): Likewise.
7928 * config/powerpc/ppc64-linux.mh (NATDEPFILES): Likewise.
7929 * config/powerpc/spu-linux.mh (NATDEPFILES): Likewise.
7930 * config/s390/linux.mh (NATDEPFILES): Likewise.
7931 * config/sparc/linux.mh (NATDEPFILES): Likewise.
7932 * config/sparc/linux64.mh (NATDEPFILES): Likewise.
7933 * config/tilegx/linux.mh (NATDEPFILES): Likewise.
7934 * config/xtensa/linux.mh (NATDEPFILES): Likewise.
7935
ca095836
GB
79362015-06-10 Gary Benson <gbenson@redhat.com>
7937
7938 * utils.h (make_cleanup_close): Moved to common/filestuff.h.
7939 * utils.c (do_close_cleanup): Moved to common/filestuff.c.
7940 (make_cleanup_close): Likewise.
7941 * common/filestuff.h (make_cleanup_close): Moved from utils.h.
7942 * common/filestuff.c (do_close_cleanup): Moved from utils.c.
7943 (make_cleanup_close): Likewise.
7944
5d9c55d3
JT
79452015-06-03 Jon Turney <jon.turney@dronecode.org.uk>
7946
7947 * windows-nat.c (thread_rec): Also ignore ERROR_INVALID_HANDLE
7948 from SuspendThread().
7949
040ea00b
JT
79502015-06-03 Jon Turney <jon.turney@dronecode.org.uk>
7951
7952 * windows-nat.c (handle_output_debug_string): Trim trailing '\n'
7953 from OutputDebugString.
7954
7d73c23c
WT
79552015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
7956 Mircea Gherzan <mircea.gherzan@intel.com>
7957
7958 * i386-tdep.c (MPX_BASE_MASK, MPX_BD_MASK, MPX_BT_MASK, MPX_BD_MASK_32,
7959 MPX_BT_MASK_32): New macros.
7960 (i386_mpx_set_bounds): New function that implements
7961 the command "set-mpx-bound".
7962 (i386_mpx_enabled): Helper function to test MPX availability.
7963 (i386_mpx_bd_base): Helper function to calculate the base directory
7964 address.
7965 (i386_mpx_get_bt_entry): Helper function to access a bound
7966 table entry.
7967 (i386_mpx_print_bounds): Effectively display bound information.
7968 (_initialize_i386_tdep): Add new commands to commands "set mpx" and
7969 "show mpx".
7970 (_initialize_i386_tdep):
7971 Add "bound" to the commands "show mpx" and "set mpx" commands.
7972 (mpx_set_cmdlist and mpx_show_cmdlist): List for the new prefixed "set mpx"
7973 and "show mpx" commands.
7974 * NEWS: List new commands for MPX support.
7975
3ac2e371
GB
79762015-06-09 Gary Benson <gbenson@redhat.com>
7977
7978 * common/fileio.h (fileio_to_host_mode): New declaration.
7979 * common/fileio.c (fileio_to_host_mode): New Function.
7980 * inf-child.c (inf_child_fileio_open): Process mode argument
7981 with fileio_to_host_mode.
7982
ecef18c5
GB
79832015-06-09 Gary Benson <gbenson@redhat.com>
7984
7985 * common/fileio.c (fileio_mode_pack): Fix preprocessor
7986 conditional.
7987
e3dd7556
GB
79882015-06-05 Gary Benson <gbenson@redhat.com>
7989
7990 * gdb_bfd.c (gdb_bfd_open): Move vgdb special case to...
7991 * remote.c (remote_filesystem_is_local): ...here.
7992
5b74bf7d
YQ
79932015-06-04 Yao Qi <yao.qi@linaro.org>
7994
7995 * gdbarch.c: Regenerate it.
7996
7f361056
JK
79972015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
7998
7999 * arch-utils.c (default_infcall_munmap): New.
8000 * arch-utils.h (default_infcall_munmap): New declaration.
8001 * compile/compile-object-load.c (struct munmap_list, munmap_list_add)
8002 (munmap_list_free, munmap_listp_free_cleanup): New.
8003 (struct setup_sections_data): Add field munmap_list_headp.
8004 (setup_sections): Call munmap_list_add.
8005 (compile_object_load): New variable munmap_list_head, initialize
8006 setup_sections_data.munmap_list_headp, return munmap_list_head.
8007 * compile/compile-object-load.h (struct munmap_list): New declaration.
8008 (struct compile_module): Add field munmap_list_head.
8009 (munmap_list_free): New declaration.
8010 * compile/compile-object-run.c (struct do_module_cleanup): Add field
8011 munmap_list_head.
8012 (do_module_cleanup): Call munmap_list_free.
8013 (compile_object_run): Pass munmap_list_head to do_module_cleanup.
8014 * gdbarch.c: Regenerate.
8015 * gdbarch.h: Regenerate.
8016 * gdbarch.sh (infcall_munmap): New.
8017 * linux-tdep.c (linux_infcall_munmap): New.
8018 (linux_init_abi): Install it.
8019
3b462ec2
SM
80202015-06-02 Simon Marchi <simon.marchi@ericsson.com>
8021
8022 PR gdb/15564
8023 * inferior.c (detach_inferior): Call exit_inferior_1 with silent = 0.
8024
8d683210
YQ
80252015-06-02 Yao Qi <yao.qi@linaro.org>
8026
8027 * i386-linux-nat.c: Include linux-nat.h.
8028
e0619de6
JK
80292015-06-01 Andreas Schwab <schwab@linux-m68k.org>
8030 Jan Kratochvil <jan.kratochvil@redhat.com>
8031
8032 PR symtab/18392
8033 * dwarf2-frame-tailcall.c (pretended_chain_levels): Correct
8034 assertion.
8035 * dwarf2loc.c (chain_candidate): Likewise.
8036
bd16da51
YQ
80372015-06-01 Yao Qi <yao.qi@linaro.org>
8038
8039 * arm-linux-nat.c (fetch_vfp_regs): Use PTRACE_GETREGSET.
8040 (store_vfp_regs): Use PTRACE_SETREGSET.
8041
df9d7ec9
YQ
80422015-06-01 Yao Qi <yao.qi@linaro.org>
8043
8044 * arm-linux-nat.c (fetch_fpregister): Use PTRACE_GETREGSET.
8045 (fetch_fpregs): Likewise.
8046 * arm-linux-nat.c (store_fpregister): Use PTRACE_SETREGSET.
8047 (store_fpregs): Likewise.
8048
10766686
YQ
80492015-06-01 Yao Qi <yao.qi@linaro.org>
8050
8051 * arm-linux-nat.c (fetch_register): Use PTRACE_GETREGSET.
8052 (fetch_regs): Likewise.
8053 (store_regs): Use PTRACE_SETREGSET.
8054 (store_register): Likewise.
8055
7efe48d1
YQ
80562015-06-01 Yao Qi <yao.qi@linaro.org>
8057
8058 * arm-linux-nat.c (arm_linux_read_description): Check whether
8059 kernel supports PTRACE_GETREGSET.
8060
433bbbf8
YQ
80612015-06-01 Yao Qi <yao.qi@linaro.org>
8062
8063 * x86-linux-nat.c (have_ptrace_getregset): Move it to ...
8064 * linux-nat.c: ... here.
8065 * x86-linux-nat.h (have_ptrace_getregset): Move the declaration
8066 to ...
8067 * linux-nat.h: ... here.
8068
ca9b78ce
YQ
80692015-06-01 Yao Qi <yao.qi@linaro.org>
8070
8071 * amd64-linux-nat.c: Include "nat/linux-ptrace.h".
8072 * i386-linux-nat.c: Likewise.
8073 * nat/linux-ptrace.h (PTRACE_GETREGSET, PTRACE_SETREGSET): Define.
8074 * s390-linux-nat.c: Include "nat/linux-ptrace.h".
8075 (PTRACE_GETREGSET, PTRACE_SETREGSET): Remove.
8076 * x86-linux-nat.c: Include "nat/linux-ptrace.h".
8077 * x86-linux-nat.h (PTRACE_GETREGSET, PTRACE_SETREGSET): Remove.
8078
99cee7b7
EZ
80792015-05-30 Eli Zaretskii <eliz@gnu.org>
8080
8081 * go32-nat.c (go32_xfer_memory): Fix the return value to be
8082 compatible to what read_child and write_child return. This
8083 unbreaks that DJGPP build of GDB which was broken since v7.7.
8084
2147f5bd
MG
80852015-05-29 Martin Galvan <martin.galvan@tallertechnologies.com>
8086
8087 * MAINTAINERS (Write After Approval): Add Martin Galvan.
8088
c8f6c93c
RM
80892015-05-29 Roland McGrath <mcgrathr@google.com>
8090
8091 PR gdb/18464
8092 * osabi.c (generic_elf_osabi_sniff_abi_tag_sections): Use warning
8093 rather than internal_error for an unrecognized value.
8094
8c6a948d
MF
80952015-05-29 Max Filippov <jcmvbkbc@gmail.com>
8096
8097 * xtensa-tdep.c (xtensa_pseudo_register_read)
8098 (xtensa_pseudo_register_write): Don't alias last pseudo register
8099 to a1.
8100
8dd06f7a
DB
81012015-05-28 Don Breazeal <donb@codesourcery.com>
8102
8103 * infrun.c (follow_fork_inferior): Ensure the use of
8104 process-style ptids (pid,0,0) in verbose/debug "Detaching"
8105 messages.
8106
a051152b
DE
81072015-05-28 Doug Evans <dje@google.com>
8108
8109 * dwarf2read.c (record_line_ftype): Remove, duplicate.
8110
a56cc1ce
YQ
81112015-05-28 Yao Qi <yao.qi@linaro.org>
8112
8113 * arm-linux-nat.c (arm_linux_has_wmmx_registers): Remove.
8114 (arm_linux_fetch_inferior_registers): Use
8115 tdep->have_wmmx_registers instead of arm_linux_has_wmmx_registers.
8116 (arm_linux_store_inferior_registers): Likewise.
8117 (arm_linux_read_description): Don't set
8118 arm_linux_has_wmmx_registers.
8119 * arm-tdep.c (arm_gdbarch_init): Set
8120 tdep->have_wmmx_registers according target descriptions.
8121 * arm-tdep.h (struct gdbarch_tdep) <have_wmmx_registers>: New
8122 field.
8123
330c6ca9
YQ
81242015-05-28 Yao Qi <yao.qi@linaro.org>
8125
8126 * arm-linux-nat.c (arm_linux_vfp_register_count): Remove.
8127 (fetch_vfp_regs): Use vfp_register_count from gdbarch_tdep
8128 instead of arm_linux_vfp_register_count.
8129 (store_vfp_regs): Likewise.
8130 (arm_linux_fetch_inferior_registers): Likewise.
8131 (arm_linux_store_inferior_registers): Likewise.
8132 (arm_linux_read_description): Don't set
8133 arm_linux_vfp_register_count.
8134 * arm-linux-tdep.c (arm_linux_iterate_over_regset_sections):
8135 Adjust.
8136 * arm-tdep.c (arm_gdbarch_init): Add assert on
8137 vfp_register_count.
8138 * arm-tdep.h (struct gdbarch_tdep) <have_vfp_registers>: Rename
8139 field to vfp_register_count. All users updated.
8140
d403db27
KH
81412015-05-28 Kyle Huey <me@kylehuey.com> (tiny patch)
8142
8143 * gdb/arm-tdep.c (arm_gdbarch_init): Perform arm_abi detection on
8144 ELFOSABI_GNU binaries.
8145
d9b3de22
DE
81462015-05-27 Doug Evans <dje@google.com>
8147
8148 * dwarf2read.c (lnp_state_machine): New typedef.
8149 (lnp_reader_state): New typedef.
8150 (dwarf_record_line_1): Renamed from dwarf_record_line.
8151 All callers updated.
8152 (dwarf_record_line): New function.
8153 (init_lnp_state_machine): New function.
8154 (check_line_address): Replace p_record_line parameter with state.
8155 All callers updated.
8156 (dwarf_decode_lines_1): Call dwarf_record_line, init_lnp_state_machine.
8157 Update to record state in lnp_state_machine.
8158
924c2928
DE
81592015-05-27 Doug Evans <dje@google.com>
8160
8161 * dwarf2read.c (record_line_ftype): New typedef.
8162 (check_line_address): New function.
8163 (dwarf_decode_lines_1): Call it.
8164
27e0867f
DE
81652015-05-27 Doug Evans <dje@google.com>
8166
8167 * NEWS: Mention "set debug dwarf-line".
8168 * dwarf2read.c (dwarf_line_debug): New static global.
8169 (add_include_dir): Add debug dwarf-line support.
8170 (add_file_name, dwarf_record_line, dwarf_finish_line): Ditto.
8171 (_initialize_dwarf2_read): New parameter "debug dwarf-line".
8172
4dcabcc2
DE
81732015-05-27 Doug Evans <dje@google.com>
8174
8175 * cp-namespace.c (cp_lookup_nested_symbol): New arg "domain".
8176 All callers updated.
8177 (cp_lookup_nested_symbol_1, find_symbol_in_baseclass): Ditto.
8178 * cp-support.h (cp_lookup_nested_symbol): Update.
8179
b2e2f908
DE
81802015-05-27 Doug Evans <dje@google.com>
8181
8182 PR symtab/18258
8183 * block.c (block_find_symbol): New function.
8184 (block_find_non_opaque_type): Ditto.
8185 (block_find_non_opaque_type_preferred): Ditto.
8186 * block.h (block_symbol_matcher_ftype): New typedef.
8187 (block_find_symbol): Declare.
8188 (block_find_non_opaque_type): Ditto.
8189 (block_find_non_opaque_type_preferred): Ditto.
8190 * dwarf2read.c (dw2_lookup_symbol): Call block_find_symbol.
8191 * psymtab.c (psym_lookup_symbol): Ditto.
8192 * symtab.c (basic_lookup_transparent_type_1): New function.
8193 (basic_lookup_transparent_type): Call it.
8194
f62fce35
YQ
81952015-05-27 Yao Qi <yao.qi@linaro.org>
8196
8197 * aarch64-tdep.c (aarch64_record_data_proc_simd_fp): Return
8198 AARCH64_RECORD_UNKNOWN for unknown instruction encoding.
8199
5d98d3cd
YQ
82002015-05-27 Yao Qi <yao.qi@linaro.org>
8201
8202 * aarch64-tdep.c (aarch64_record_branch_except_sys): Split lines
8203 before operator &&.
8204 (aarch64_record_load_store): Likewise.
8205
82c7be31
DE
82062015-05-26 Doug Evans <dje@google.com>
8207
8208 PR c++/18141, c++/18417.
8209 * cp-support.c (cp_lookup_rtti_type): Handle the case of NAME being
8210 a typedef.
8211
b4f54984
DE
82122015-05-26 Doug Evans <dje@google.com>
8213
8214 * NEWS: Add entries for command renamings.
8215 * dwarf2read.c (dwarf_read_debug): Renamed from dwarf2_read_debug.
8216 All uses updated.
8217 (dwarf_die_debug): Renamed from dwarf2_die_debug. All uses updated.
8218 (dwarf_max_cache_age): Renamed from dwarf2_max_cache_age.
8219 All uses updated.
8220 (show_dwarf_max_cache_age): Renamed from show_dwarf2_max_cache_age.
8221 All callers updated. Fix spelling of DWARF in help text.
8222 (set_dwarf_cmdlist): Renamed from set_dwarf2_cmdlist.
8223 All uses updated.
8224 (show_dwarf_cmdlist): Renamed from show_dwarf2_cmdlist.
8225 All uses updated.
8226 (set_dwarf_cmd): Renamed from set_dwarf2_cmd. All callers updated.
8227 (show_dwarf_cmd): Renamed from show_dwarf2_cmd. All callers updated.
8228 (dwarf_always_disassemble): Renamed from dwarf_always_disassemble.
8229 All uses updated.
8230 (show_dwarf_always_disassemble): Renamed from
8231 show_dwarf2_always_disassemble. All callers updated.
8232 (_initialize_dwarf2_read): Rename "set/show dwarf2" prefix to
8233 "set/show dwarf". Rename "set/show dwarf2 max-cache-age" to
8234 "set/show dwarf max-cache-age". Rename
8235 "set/show dwarf2 always-disassemble" to
8236 "set/show dwarf always-disassemble". Rename
8237 "set/show debug dwarf2-read" to "set/show debug dwarf-read". Rename
8238 "set/show debug dwarf2-die" to "set/show debug dwarf-die".
8239
4ea6efe9
DE
82402015-05-26 Doug Evans <dje@google.com>
8241
8242 PR python/18438
8243 * python/py-lazy-string.c (stpy_convert_to_value): Use
8244 gdbpy_gdb_memory_error not PyExc_MemoryError.
8245 (gdbpy_create_lazy_string_object): Ditto.
8246
b93fd21d
AB
82472015-05-26 Andrew Burgess <andrew.burgess@embecosm.com>
8248
8249 * tui/tui-regs.c (tui_reg_next_command): Compare against NULL.
8250
55b40027
AB
82512015-05-26 Andrew Burgess <andrew.burgess@embecosm.com>
8252
8253 * tui/tui-regs.c (tui_reg_prev_command): New function.
8254 (_initialize_tui_regs): Add 'prev' command for 'tui reg'.
8255 * reggroups.c (reggroup_prev): New function.
8256 * reggroups.h (reggroup_prev): Add declaration. Update comment.
8257
99afc88b
OJ
82582015-05-26 Omair Javaid <omair.javaid@linaro.org>
8259 Yao Qi <yao.qi@linaro.org>
8260
8261 * aarch64-linux-tdep.c: Include linux-record.h and
8262 record-full.h.
8263 (struct linux_record_tdep aarch64_linux_record_tdep): Declare.
8264 (aarch64_syscall): New enum.
8265 (aarch64_canonicalize_syscall): New function.
8266 (aarch64_all_but_pc_registers_record): New function.
8267 (aarch64_linux_syscall_record): New function.
8268 (aarch64_linux_init_abi): Install AArch64 process record
8269 handler. Update to handle syscall recording.
8270 * aarch64-tdep.c: Include record.h and record-full.h.
8271 (submask, bit, bits, REG_ALLOC, MEM_ALLOC): New macros.
8272 (struct aarch64_mem_r): Define.
8273 (aarch64_record_result): New enum.
8274 (struct insn_decode_record): Define.
8275 (insn_decode_record): New typedef.
8276 (aarch64_record_data_proc_reg): New function.
8277 (aarch64_record_data_proc_imm): New function.
8278 (aarch64_record_branch_except_sys): New function.
8279 (aarch64_record_load_store): New function.
8280 (aarch64_record_data_proc_simd_fp): New function.
8281 (aarch64_record_asimd_load_store): New function.
8282 (aarch64_record_decode_insn_handler): New function.
8283 (deallocate_reg_mem): New function.
8284 (aarch64_process_record): New function.
8285 * aarch64-tdep.h (struct gdbarch_tdep) <aarch64_syscall_record>:
8286 New field.
8287 (aarch64_process_record): New extern declaration.
8288 * configure.tgt: Add linux-record.o to gdb_target_obs.
8289 * linux-record.h (struct linux_record_tdep) <arg7>: New field.
8290
c16a3f52
OJ
82912015-05-26 Omair Javaid <omair.javaid@linaro.org>
8292
8293 * NEWS: Add a note on process record-replay support on aarch64*-linux*
8294 targets.
8295
c9cf6e20
MG
82962015-05-26 Martin Galvan <martin.galvan@tallertechnologies.com>
8297
8298 * amd64-tdep.c: Replace in_function_epilogue_p with
8299 stack_frame_destroyed_p throughout.
8300 * arch-utils.c: Ditto.
8301 * arch-utils.h: Ditto.
8302 * arm-tdep.c: Ditto.
8303 * breakpoint.c: Ditto.
8304 * gdbarch.sh: Ditto.
8305 * hppa-tdep.c: Ditto.
8306 * i386-tdep.c: Ditto.
8307 * mips-tdep.c: Ditto.
8308 * nios2-tdep.c: Ditto.
8309 * rs6000-tdep.c: Ditto.
8310 * s390-linux-tdep.c: Ditto.
8311 * score-tdep.c: Ditto.
8312 * sh-tdep.c: Ditto.
8313 * sparc-tdep.c: Ditto.
8314 * sparc-tdep.h: Ditto.
8315 * sparc64-tdep.c: Ditto.
8316 * spu-tdep.c: Ditto.
8317 * tic6x-tdep.c: Ditto.
8318 * tilegx-tdep.c: Ditto.
8319 * xstormy16-tdep.c: Ditto.
8320 * gdbarch.c, gdbarch.h: Re-generated.
8321
a4ea0946
AB
83222015-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
8323
8324 * NEWS: Mention 'tui enable' and 'tui disable'.
8325 * tui/tui.c (tui_enable_command): New function.
8326 (tui_disable_command): New function.
8327 (_initialize_tui): New function.
8328
b75c69bb
AB
83292015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
8330
8331 * tui/tui-regs.c (tui_reg_next_command): Use NULL not 0.
8332
c1b009ee
AB
83332015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
8334
8335 * tui/tui-layout.c (tui_set_layout_for_display_command): Ensure
8336 buf_ptr is freed.
8337
880d1e40
AB
83382015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
8339
8340 * tui/tui-layout.c (tui_layout_command): Move call to tui_enable
8341 into ...
8342 (tui_set_layout_for_display_command): ...here, before calling
8343 tui_set_layout. Only set the layout if gdb has not already
8344 entered the TUI_FAILURE state.
8345
a0145030
AB
83462015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
8347
8348 * tui/tui-layout.c (layout_completer): New function.
8349 (_initialize_tui_layout): Set completer on layout command.
8350
7bd0be3a
AB
83512015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
8352
8353 * tui/tui-layout.c (tui_set_layout): Remove
8354 tui_register_display_type parameter. Remove all checking of this
8355 parameter, and reindent function. Update header comment.
8356 (tui_set_layout_for_display_command): Rename to...
8357 (tui_set_layout_by_name): ...this, and don't check for different
8358 register class types, don't pass a tui_register_display_type to
8359 tui_set_layout. Update header comment.
8360 (layout_names): Remove register set specific names.
8361 * tui/tui-layout.h (tui_set_layout): Remove
8362 tui_register_display_type parameter.
8363 * tui/tui.c (tui_rl_change_windows): Don't pass a
8364 tui_register_display_type to tui_set_layout.
8365 (tui_rl_delete_other_windows): Likewise.
8366 (tui_enable): Likewise.
8367 * tui/tui-data.h (TUI_FLOAT_REGS_NAME): Remove.
8368 (TUI_FLOAT_REGS_NAME_LOWER): Remove.
8369 (TUI_GENERAL_REGS_NAME): Remove.
8370 (TUI_GENERAL_REGS_NAME_LOWER): Remove.
8371 (TUI_SPECIAL_REGS_NAME): Remove.
8372 (TUI_SPECIAL_REGS_NAME_LOWER): Remove.
8373 (TUI_GENERAL_SPECIAL_REGS_NAME): Remove.
8374 (TUI_GENERAL_SPECIAL_REGS_NAME_LOWER): Remove.
8375 (enum tui_register_display_type): Remove.
8376 (struct tui_layout_def): Remove regs_display_type and
8377 float_regs_display_type fields.
8378 (struct tui_data_info): Remove regs_display_type field.
8379 (tui_layout_command): Use new name for
8380 tui_set_layout_for_display_command.
8381 * tui/tui-data.c (layout_def): Don't initialise removed fields.
8382 (tui_clear_win_detail): Don't initialise removed fields of
8383 win_info.
8384 * tui/tui-regs.c (tui_show_registers): Use new name for
8385 tui_set_layout_for_display_command.
8386 * tui/tui.h (tui_set_layout_for_display_command): Rename
8387 declaration to...
8388 (tui_set_layout_by_name): ...this.
8389 * printcmd.c (display_command): Remove tui related layout call,
8390 and reindent.
8391
0b6e5e10
JB
83922015-05-20 Joel Brobecker <brobecker@adacore.com>
8393
8394 * infrun.c (handle_inferior_event_1): Renames handle_inferior_event.
8395 (handle_inferior_event): New function.
8396
1da0522e
JB
83972015-05-20 Joel Brobecker <brobecker@adacore.com>
8398
8399 * ada-lang.c (to_fixed_array_type): Rename local variable
8400 typename into type_name.
8401
5fe75eec
JK
84022015-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
8403
8404 Fix ASAN crash for gdb.compile/compile.exp.
8405 * infcall.c (call_function_by_hand_dummy): Use xstrdup for NAME.
8406
a4063588
JK
84072015-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
8408
8409 * compile/compile-c-symbols.c (convert_symbol_sym, gcc_convert_symbol)
8410 (gcc_symbol_address): Change gdb_stdout to gdb_stdlog.
8411 * compile/compile-object-load.c (setup_sections, compile_object_load):
8412 Likewise.
8413 * compile/compile.c (compile_to_object): Likewise.
8414
37442ce1
DE
84152015-05-16 Doug Evans <xdje42@gmail.com>
8416
8417 * NEWS: Mention support for unbuffered Guile memory ports.
8418 * scm-ports.c (ioscm_memory_port): Update comments on end, size.
8419 (ioscm_lseek_address): Improve overflow calculation.
8420 (gdbscm_memory_port_fill_input): Add assert.
8421 (gdbscm_memory_port_write): Handle unbuffered ports.
8422 Handle large writes identical to Guile's fport_write.
8423 (gdbscm_memory_port_seek): Fix seeking past end check.
8424 (gdbscm_memory_port_close): Handle closing unbuffered port.
8425 (ioscm_parse_mode_bits): Recognize "0" for unbuffered ports.
8426 (ioscm_init_memory_port): Handle unbuffered ports.
8427 (ioscm_reinit_memory_port): Ditto.
8428 (ioscm_init_memory_port): Update size calculation.
8429 (gdbscm_open_memory): Support zero sized ports.
8430
d976bace
JK
84312015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
8432
8433 * compile/compile-object-load.c (get_out_value_type): Fix uninitialized
8434 variable compiler warnings.
8435
4d18dfad
JK
84362015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
8437
8438 * compile/compile-object-load.c (get_out_value_type): Fix returned type.
8439
36de76f9
JK
84402015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
8441 Phil Muldoon <pmuldoon@redhat.com>
8442
8443 * NEWS (Changes since GDB 7.9): Add compile print.
8444 * compile/compile-c-support.c (add_code_header, add_code_footer)
8445 (c_compute_program): Add COMPILE_I_PRINT_ADDRESS_SCOPE and
8446 COMPILE_I_PRINT_VALUE_SCOPE.
8447 * compile/compile-internal.h (COMPILE_I_PRINT_OUT_ARG_TYPE)
8448 (COMPILE_I_PRINT_OUT_ARG, COMPILE_I_EXPR_VAL, COMPILE_I_EXPR_PTR_TYPE):
8449 New.
8450 * compile/compile-object-load.c: Include block.h.
8451 (get_out_value_type): New function.
8452 (compile_object_load): Handle COMPILE_I_PRINT_ADDRESS_SCOPE and
8453 COMPILE_I_PRINT_VALUE_SCOPE. Set compile_module's OUT_VALUE_ADDR and
8454 OUT_VALUE_TYPE.
8455 * compile/compile-object-load.h (struct compile_module): Add fields
8456 out_value_addr and out_value_type.
8457 * compile/compile-object-run.c: Include valprint.h and compile.h.
8458 (struct do_module_cleanup): Add fields out_value_addr and
8459 out_value_type.
8460 (do_module_cleanup): Handle COMPILE_I_PRINT_ADDRESS_SCOPE and
8461 COMPILE_I_PRINT_VALUE_SCOPE.
8462 (compile_object_run): Propagate out_value_addr and out_value_type.
8463 Pass OUT_VALUE_ADDR.
8464 * compile/compile.c: Include valprint.h.
8465 (compile_print_value, compile_print_command): New functions.
8466 (eval_compile_command): Handle failed COMPILE_I_PRINT_ADDRESS_SCOPE.
8467 (_initialize_compile): Update compile code help text. Install
8468 compile_print_command.
8469 * compile/compile.h (compile_print_value): New prototype.
8470 * defs.h (enum compile_i_scope_types): Add
8471 COMPILE_I_PRINT_ADDRESS_SCOPE and COMPILE_I_PRINT_VALUE_SCOPE.
8472
83d3415e
JK
84732015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
8474
8475 * compile/compile-object-load.c (get_regs_type): Add parameter func_sym.
8476 Rely on its parameter count.
8477 (compile_object_load): Replace lookup_minimal_symbol_text by
8478 lookup_global_symbol_from_objfile. Verify FUNC_SYM. Set it in the
8479 return value.
8480 * compile/compile-object-load.h (struct compile_module): Replace
8481 func_addr by func_sym.
8482 * compile/compile-object-run.c: Include block.h.
8483 (compile_object_run): Reset module variable after it is freed. Use
8484 FUNC_SYM instead of FUNC_ADDR. Rely on it.
8485
3a9558c4
JK
84862015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
8487
8488 * compile/compile-c-support.c (print_one_macro): Use #ifndef.
8489 (generate_register_struct): Use __gdb_uintptr for TYPE_CODE_PTR.
8490 (c_compute_program): Call generate_register_struct after typedefs.
8491 * compile/compile-loc2c.c (push, pushf_register_address)
8492 (pushf_register): Cast to GCC_UINTPTR.
8493 (do_compile_dwarf_expr_to_c): Use unused attribute. Add space after
8494 type. Use GCC_UINTPTR instead of void *. Remove excessive cast.
8495 (compile_dwarf_expr_to_c): Use GCC_UINTPTR instead of void *.
8496 * compile/compile.c (_initialize_compile): Enable warnings for
8497 COMPILE_ARGS.
8498
5c65b58a
JK
84992015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
8500
8501 * cli/cli-script.c (execute_control_command): Update
8502 eval_compile_command caller.
8503 * compile/compile-object-load.c (compile_object_load): Add parameters
8504 scope and scope_data. Set them.
8505 * compile/compile-object-load.h (struct compile_module): Add fields
8506 scope and scope_data.
8507 (compile_object_load): Add parameters scope and scope_data.
8508 * compile/compile-object-run.c (struct do_module_cleanup): Add fields
8509 scope and scope_data.
8510 (compile_object_run): Propagate the fields scope and scope_data.
8511 * compile/compile.c (compile_file_command, compile_code_command):
8512 Update eval_compile_command callers.
8513 (eval_compile_command): Add parameter scope_data. Pass it plus scope.
8514 * compile/compile.h (eval_compile_command): Add parameter scope_data.
8515 * defs.h (struct command_line): Add field scope_data.
8516
1c88ceb1
JK
85172015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
8518
8519 * printcmd.c (struct format_data): Move it to valprint.h.
8520 (print_command_parse_format, print_value): New functions from ...
8521 (print_command_1): ... here. Call them.
8522 * valprint.h (struct format_data): Move it here from printcmd.c.
8523 (print_command_parse_format, print_value): New declarations.
8524
0b738f27
JK
85252015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
8526
8527 * compile/compile-object-load.c (compile_object_load): Add
8528 COMPILE_DEBUG message.
8529
aa715135
JG
85302015-05-15 Jerome Guitton <guitton@adacore.com>
8531
8532 * ada-lang.c (ada_value_ptr_subscript): Use enum position of
8533 index to get element instead of enum value.
8534 (ada_value_slice_from_ptr, ada_value_slice): Use enum position
8535 of index to compute length, but enum values to compute bounds.
8536 (ada_array_length): Use enum position of index instead of enum value.
8537 (pos_atr): Move position computation to...
8538 (ada_evaluate_subexp): Use enum values to compute bounds.
8539 * gdbtypes.c (discrete_position): ...this new function.
8540 * gdbtypes.h (discrete_position): New function declaration.
8541 * valprint.c (val_print_array_elements): Call discrete_position
8542 to handle array indexed by non-contiguous enumeration types.
8543
931e5bc3
JG
85442015-05-15 Jerome Guitton <guitton@adacore.com>
8545
8546 * ada-lang.c (find_parallel_type_by_descriptive_type):
8547 Go through typedefs during lookup.
8548 (to_fixed_array_type): Add support for non-bit packed arrays
8549 as variable-length fields.
8550
4e63d0ac
PA
85512015-05-15 Pedro Alves <palves@redhat.com>
8552 Simon Marchi <simon.marchi@ericsson.com>
8553
8554 * event-loop.c (gdb_notifier) <next_file_handler,
8555 next_poll_fds_index>: New fields.
8556 (get_next_file_handler_to_handle_and_advance): New function.
8557 (delete_file_handler): If deleting the next file handler to
8558 handle, advance to the next file handler.
8559 (gdb_wait_for_event): Bail early if no event fired. Poll file
8560 handlers in round-robin fashion.
8561
52e48b36
PA
85622015-05-15 Pedro Alves <palves@redhat.com>
8563
8564 * linux-tdep.c (linux_find_memory_regions_full): Rename local
8565 'private' to 'priv'.
8566
2465e12e
PA
85672015-05-15 Pedro Alves <palves@redhat.com>
8568
8569 * nat/linux-nat.h: Include "target/waitstatus.h".
8570
13fa0398
YZ
85712015-05-15 Yuanhui Zhang <asmwarrior@gmail.com>
8572
8573 * python/py-unwind.c (struct reg_info): Move out of ...
8574 (struct cached_frame_info): ... this scope.
8575 (pending_frame_object_type, unwind_info_object_type): Make extern.
8576
9cd4d857
JB
85772015-05-15 Joel Brobecker <brobecker@adacore.com>
8578
8579 * ada-lang.c (ada_value_primitive_packed_val): Make sure
8580 accumSize is never negative.
8581
e3555239
PP
85822015-05-14 Patrick Palka <patrick@parcs.ath.cx>
8583
8584 * tui/tui-command.c: Remove include of <ctype.h>.
8585 (tui_dispatch_ctrl_char): Remove workaround for xterm terminals.
8586
08a76f8a
MG
85872015-05-13 Martin Galvan <martin.galvan@tallertechnologies.com>
8588
8589 * dwarf2read.c (die_needs_namespace): Return 1 for
8590 DW_TAG_inlined_subroutine.
8591
bd49952b
JK
85922015-05-13 Jan Kratochvil <jan.kratochvil@redhat.com>
8593
8594 * regcache.c (regcache_cpy_no_passthrough): New declaration.
8595 (regcache_cpy_no_passthrough): Make it static, add function comment.
8596 * regcache.h (regcache_dup, regcache_cpy): Reduce/update their comment.
8597 (regcache_cpy_no_passthrough): Remove declaration.
8598
46c03469
JK
85992015-05-13 Jan Kratochvil <jan.kratochvil@redhat.com>
8600
8601 * gdbthread.h (struct thread_control_state): Update comment for
8602 proceed_to_finish.
8603 * infcall.c (run_inferior_call): Update comment about
8604 proceed_to_finish.
8605 * infcmd.c (get_return_value): Update comment about stop_registers.
8606 (finish_forward): Update comment about proceed_to_finish.
8607 * infrun.c (stop_registers): Remove.
8608 (clear_proceed_status, normal_stop): Remove stop_registers handling.
8609 * infrun.h (stop_registers): Remove.
8610
8a6c4031
JK
86112015-05-13 Jan Kratochvil <jan.kratochvil@redhat.com>
8612
8613 * infcall.c (struct dummy_frame_context_saver)
8614 (dummy_frame_context_saver_data_free, dummy_frame_context_saver_dtor)
8615 (dummy_frame_context_saver_drop, dummy_frame_context_saver_cleanup)
8616 (dummy_frame_context_saver_get_regs, dummy_frame_context_saver_setup):
8617 New.
8618 (call_function_by_hand_dummy): Move discard_cleanups of
8619 inf_status_cleanup before dummy_frame_push. Call
8620 dummy_frame_context_saver_setup and prepare context_saver_cleanup.
8621 Use dummy_frame_context_saver_get_regs instead of stop_registers.
8622 * infcall.h (struct dummy_frame_context_saver)
8623 (dummy_frame_context_saver_drop, dummy_frame_context_saver_cleanup)
8624 (dummy_frame_context_saver_get_regs, dummy_frame_context_saver_setup):
8625 New declarations.
8626 * infcmd.c: Include infcall.h.
8627 (get_return_value): Add parameter ctx_saver, use it instead of
8628 stop_registers.
8629 (print_return_value): Add parameter ctx_saver, pass it.
8630 (struct finish_command_continuation_args): Add field ctx_saver.
8631 (finish_command_continuation): Update print_return_value caller.
8632 (finish_command_continuation_free_arg): Free also ctx_saver.
8633 (finish_forward): Call dummy_frame_context_saver_setup.
8634 * inferior.h (struct dummy_frame_context_saver): New declaration.
8635 (get_return_value): Add parameter ctx_saver.
8636 * python/py-finishbreakpoint.c (bpfinishpy_pre_stop_hook): Update
8637 get_return_value caller.
8638
10989690
JK
86392015-05-13 Jan Kratochvil <jan.kratochvil@redhat.com>
8640
8641 * dummy-frame.c (struct dummy_frame_dtor_list): New.
8642 (struct dummy_frame): Replace dtor and dtor_data by dtor_list.
8643 (remove_dummy_frame): Process dtor_list.
8644 (pop_dummy_frame): Process dtor_list.
8645 (register_dummy_frame_dtor): Maintain dtor_list.
8646 (find_dummy_frame_dtor): Handle dtor_list.
8647 * dummy-frame.h (register_dummy_frame_dtor, find_dummy_frame_dtor):
8648 Update comments.
8649
5e970501
JK
86502015-05-13 Jan Kratochvil <jan.kratochvil@redhat.com>
8651
8652 * compile/compile-object-run.c (do_module_cleanup): Add parameter
8653 registers_valid.
8654 (compile_object_run): Update do_module_cleanup caller.
8655 * dummy-frame.c: Include infcall.h.
8656 (struct dummy_frame): Update dtor comment.
8657 (remove_dummy_frame): Call dtor.
8658 (pop_dummy_frame): Update dtor caller.
8659 * dummy-frame.h (dummy_frame_dtor_ftype): Add parameter
8660 registers_valid.
8661
1c4eb778
JB
86622015-05-13 Joel Brobecker <brobecker@adacore.com>
8663
8664 GDB 7.9.1 released.
8665
f5f85ab9
JB
86662015-05-13 Joel Brobecker <brobecker@adacore.com>
8667
8668 * NEWS: Create "Changes in GDB 7.9.1" section. Move news about
8669 Xmethods now being able to specify a result type to that new
8670 sectioin.
8671
242cd84c
PP
86722015-05-13 Patrick Palka <patrick@parcs.ath.cx>
8673
8674 * tui/tui-win.c (tui_async_resize_screen): Clear win_resized
8675 first before resizing the window.
e3555239 8676 * tui/tui.c (tui_enable): Likewise.
242cd84c
PP
8677
86782015-05-13 Jan Kratochvil <jan.kratochvil@redhat.com>
558e5469
JK
8679
8680 * dummy-frame.c (struct dummy_frame): Use proper typedef for dtor.
8681 * dummy-frame.h (dummy_frame_dtor_ftype): Add its comment.
8682 * infcall.c (call_function_by_hand_dummy): Use proper typedef for
8683 dummy_dtor parameter.
8684 * infcall.h: Include dummy-frame.h.
8685 (call_function_by_hand_dummy_dtor_ftype): Remove.
8686 (call_function_by_hand_dummy): Use proper typedef for dummy_dtor
8687 parameter.
8688
ebfd00d2
PP
86892015-05-13 Patrick Palka <patrick@parcs.ath.cx>
8690
8691 PR gdb/17820
8692 * top.c (history_size_setshow_var): Change type to signed.
8693 Initialize to -2. Update documentation.
8694 (set_readline_history_size): Define.
8695 (set_history_size_command): Use it. Remove logic for handling
8696 out-of-range sizes.
8697 (init_history): Use set_readline_history_size(). Test for a
8698 value of -2 instead of 0 when determining whether to set a
8699 default history size.
8700 (init_main): Decode the argument of the "size" command as a
8701 zuinteger_unlimited.
8702
83769d0b
DE
87032015-05-12 Doug Evans <dje@google.com>
8704
8705 * dwarf2read.c (struct file_entry): Tweak comments.
8706 (get_debug_line_section): Tweak comments.
8707
0d71eef5
DB
87082015-05-12 Don Breazeal <donb@codesourcery.com>
8709
8710 * NEWS: Announce fork support in the RSP and support
8711 for fork debugging in extended mode.
8712
cbb8991c
DB
87132015-05-12 Don Breazeal <donb@codesourcery.com>
8714
8715 * remote.c (remote_insert_fork_catchpoint): New function.
8716 (remote_remove_fork_catchpoint): New function.
8717 (remote_insert_vfork_catchpoint): New function.
8718 (remote_remove_vfork_catchpoint): New function.
8719 (pending_fork_parent_callback): New function.
8720 (remove_new_fork_child): New function.
8721 (remote_update_thread_list): Call remote_notif_get_pending_events
8722 and remove_new_fork_child.
8723 (extended_remote_kill): Kill fork child when killing the
8724 parent before follow_fork completes.
8725 (init_extended_remote_ops): Initialize target vector with
8726 new fork catchpoint functions.
8727
c269dbdb
DB
87282015-05-12 Don Breazeal <donb@codesourcery.com>
8729
8730 * remote.c (remove_vfork_event_p): New function.
8731 (remote_follow_fork): Add vfork event type to event checking.
8732 (remote_parse_stop_reply): New stop reasons "vfork" and
8733 "vforkdone" for RSP 'T' Stop Reply Packet.
8734
de0d863e
DB
87352015-05-12 Don Breazeal <donb@codesourcery.com>
8736
8737 * linux-nat.c (linux_nat_ptrace_options): New function.
8738 (linux_init_ptrace, wait_lwp, linux_nat_filter_event):
8739 Call linux_nat_ptrace_options and use different argument to
8740 linux_enable_event_reporting.
8741 (_initialize_linux_nat): Delete call to
8742 linux_ptrace_set_additional_flags.
c8f6c93c 8743 * nat/linux-ptrace.c (current_ptrace_options): Rename to
de0d863e
DB
8744 supported_ptrace_options.
8745 (additional_flags): Delete variable.
8746 (linux_check_ptrace_features): Use supported_ptrace_options.
8747 (linux_test_for_tracesysgood, linux_test_for_tracefork):
8748 Likewise, and remove additional_flags check.
8749 (linux_enable_event_reporting): Change 'attached' argument to
8750 'options'. Use supported_ptrace_options.
c8f6c93c 8751 (ptrace_supports_feature): Change comment. Use
de0d863e
DB
8752 supported_ptrace_options.
8753 (linux_ptrace_set_additional_flags): Delete function.
8754 * nat/linux-ptrace.h (linux_ptrace_set_additional_flags):
8755 Delete function prototype.
8756 * remote.c (remote_fork_event_p): New function.
8757 (remote_detach_pid): New function.
8758 (remote_detach_1): Call remote_detach_pid, don't mourn inferior
8759 if doing detach-on-fork.
8760 (remote_follow_fork): New function.
8761 (remote_parse_stop_reply): Handle new "T" stop reason "fork".
8762 (remote_pid_to_str): Print "process" strings for pid/0/0 ptids.
8763 (init_extended_remote_ops): Initialize to_follow_fork.
8764
89245bc0
DB
87652015-05-12 Don Breazeal <donb@codesourcery.com>
8766
8767 * nat/linux-ptrace.c (linux_check_ptrace_features): Change
8768 from static to extern.
8769 * nat/linux-ptrace.h (linux_check_ptrace_features): Declare.
8770 * remote.c (anonymous enum): <PACKET_fork_event_feature,
8771 * PACKET_vfork_event_feature>: New enumeration constants.
8772 (remote_protocol_features): Add table entries for new packets.
8773 (remote_query_supported): Add new feature queries to qSupported
8774 packet.
8775
835205d0
GB
87762015-05-12 Gary Benson <gbenson@redhat.com>
8777
8778 * remote.c (remote_add_inferior): Call exec_file_locate_attach
8779 for fake PIDs as well as real ones.
8780 (remote_pid_to_exec_file): Send empty annex if PID is fake.
8781
4c082a81
SC
87822015-05-09 Siva Chandra Reddy <sivachandra@google.com>
8783
8784 * NEWS (Python Scripting): Mention the new gdb.Value methods.
8785 * python/py-value.c (valpy_reference_value): New function.
8786 (valpy_const_value): Likewise.
8787 (value_object_methods): Add new methods.
8788 * value.c (make_cv_value): New function.
8789 * value.h (make_cv_value): Declare.
8790
afa6c9ab
SL
87912015-05-08 Yao Qi <yao@codesourcery.com>
8792 Sandra Loosemore <sandra@codesourcery.com>
8793
8794 * dwarf2read.c (setup_type_unit_groups): Do NULL pointer check
8795 to 'lh->include_dirs' before accessing to it.
8796 (psymtab_include_file_name): Likewise.
8797 (dwarf_decode_lines_1): Likewise.
8798 (dwarf_decode_lines): Likewise.
8799 (file_file_name): Likewise.
8800
35d54293
SL
88012015-05-08 Sandra Loosemore <sandra@codesourcery.com>
8802
8803 * nios2-linux-tdep.c (NIOS2_SIGRETURN_TRAMP_ADDR): Define.
8804 (NIOS2_SIGRETURN_REGSAVE_OFFSET): Define.
8805 (nios2_linux_rt_sigreturn_init): Adjust base address of
8806 register save area.
8807
b73c49b7
SL
88082015-05-08 Sandra Loosemore <sandra@codesourcery.com>
8809
8810 * nios2-tdep.c (nios2_breakpoint_from_pc): Revert to using
8811 "trap 31" as the breakpoint instruction on all targets.
8812
dd9f02a0
JK
88132015-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
8814
8815 * infcmd.c (print_return_value): Remove unused declaration.
8816
6ad395a7
JB
88172015-05-08 Joel Brobecker <brobecker@adacore.com>
8818
8819 * dwarf2read.c (attr_to_dynamic_prop)
8820 <DW_AT_data_member_location>: Use read_type_die isntead of
8821 get_die_type.
8822
8344af1e
JB
88232015-05-08 Joel Brobecker <brobecker@adacore.com>
8824
8825 * ada-lang.c (ada_convert_actual): Add handling of formals
8826 passed inside an aligner type.
8827
80b0912b
JB
88282015-05-08 Joel Brobecker <brobecker@adacore.com>
8829
8830 * copyright.py (NOT_FSF_LIST): Remove sim/erc32 entries.
8831
df2eb078
SC
88322015-05-08 Siva Chandra Reddy <sivachandra@google.com>
8833
8834 PR python/18291
8835 * python/lib/gdb/command/xmethods.py (print_xm_info): Fix typo.
8836 Print xmethod matcher status.
8837
2492f0d0
AA
88382015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
8839
8840 * s390-linux-nat.c (fill_gregset): Avoid relying on the PSWA
8841 register in the regcache when treating the PSWM register, and vice
8842 versa.
8843
1c56a84d
GB
88442015-05-07 Gary Benson <gbenson@redhat.com>
8845
8846 * linux-thread-db.c (struct thread_db_info)
8847 <td_ta_map_id2thr_p>: Remove field.
8848 (try_thread_db_load_1): Remove initialization for the above.
8849
74850322
GB
88502015-05-07 Gary Benson <gbenson@redhat.com>
8851
8852 * linux-thread-db.c (struct thread_db_info)
8853 <td_thr_validate_p>: Remove field.
8854 (try_thread_db_load_1): Remove initialization for the above.
8855
e26efa40
JK
88562015-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
8857
8858 * compile/compile-object-load.c (compile_object_load): Support
8859 mst_text_gnu_ifunc.
8860
851c9091
JK
88612015-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
8862
8863 * compile/compile.c (compile_to_object): Make the cmd_string parameter
8864 const. Use new variables for the const compatibility.
8865 (eval_compile_command): Make the cmd_string parameter const.
8866 * compile/compile.h (eval_compile_command): Make the cmd_string
8867 parameter const.
8868
f218b647
JB
88692015-05-06 Joel Brobecker <brobecker@adacore.com>
8870
8871 * defs.h (deprecated_init_ui_hook): Delete. Remove associated
8872 comment.
8873 * top.c (deprecated_init_ui_hook): Delete.
8874 (gdb_init): Remove handling of deprecated_init_ui_hook.
8875 * interps.c (clear_interpreter_hooks): Remove handling of
8876 deprecated_init_ui_hook.
8877 * main.c (captured_main): Update comment.
8878
b30a0bc3
JB
88792015-05-06 Joel Brobecker <brobecker@adacore.com>
8880
8881 * solib.c (_initialize_solib): Add "info dll" alias creation.
8882 * windows-nat.c (set_windows_aliases): Delete.
8883 (_initialize_windows_nat): Remove deprecated_init_ui_hook
8884 assignment.
8885 * NEWS: Add news entry about "info dll" now being available
8886 on all platforms.
8887
7c512744
JB
88882015-05-05 Joel Brobecker <brobecker@adacore.com>
8889
8890 * ada-lang.c (value_assign_to_component): Reformat and improve
8891 documentation. Remove all trailing spaces.
8892
0fa7fe50
JB
88932015-05-05 Joel Brobecker <brobecker@adacore.com>
8894
8895 * inline-frame.c (inline_frame_sniffer, skip_inline_frames):
8896 Stop counting inlined frames as soon as an out-of-line function
8897 is found.
8898
3ea89b92
PMR
88992014-05-05 Pierre-Marie de Rodat <derodat@adacore.com>
8900
8901 * dwarf2read.c (inherit_abstract_dies): Skip
8902 DW_TAG_GNU_call_site dies while inheriting children of an
8903 abstract DIE into a scope.
8904 (read_lexical_block_scope): Inherit abstract DIE's for
8905 lexical scopes.
8906
2478d075
JB
89072015-05-05 Joel Brobecker <brobecker@adacore.com>
8908
8909 * ada-valprint.c (val_print_packed_array_elements): Delete
8910 variable "len". Add a type-length check when comparing two
8911 consecutive elements of the array. Use the element's actual
8912 length in call to value_contents_eq.
8913 * ada-lang.c (ada_value_primitive_packed_val): Always return
8914 a value whose type has been resolved.
8915
fc958966
JB
89162015-05-05 Joel Brobecker <brobecker@adacore.com>
8917
8918 * ada-lang.c (ada_value_primitive_packed_val): Recompute
8919 BIT_SIZE and LEN if the size of the resolved type is smaller
8920 than BIT_SIZE * HOST_CHAR_BIT.
8921
ca34b84f
JB
89222015-05-05 Joel Brobecker <brobecker@adacore.com>
8923
8924 * ada-lang.c (ada_value_primitive_packed_val): Use a more
8925 correct address in call to value_at. Adjust call to
8926 value_address accordingly.
8927
62c67f3c
JB
89282015-05-05 Joel Brobecker <brobecker@adacore.com>
8929
8930 * ada-valprint.c (ada_val_print_1): Resolve TYPE before trying
8931 to print it.
8932
c3345124
JB
89332015-05-05 Joel Brobecker <brobecker@adacore.com>
8934
8935 * dwarf2loc.h (struct property_addr_info): Add "valaddr" field.
8936 * dwarf2loc.c (dwarf2_evaluate_property): Add handling of
8937 pinfo->valaddr.
8938 * gdbtypes.h (resolve_dynamic_type): Add "valaddr" parameter.
8939 * gdbtypes.c (resolve_dynamic_struct): Set pinfo.valaddr.
8940 (resolve_dynamic_type_internal): Set pinfo.valaddr.
8941 Add handling of addr_stack->valaddr.
8942 (resolve_dynamic_type): Add "valaddr" parameter.
8943 Set pinfo.valaddr field.
8944 * ada-lang.c (ada_discrete_type_high_bound): Update call to
8945 resolve_dynamic_type.
8946 (ada_discrete_type_low_bound): Likewise.
8947 * findvar.c (default_read_var_value): Likewise.
8948 * value.c (value_from_contents_and_address): Likewise.
8949
75ea5859
JB
89502015-05-05 Joel Brobecker <brobecker@adacore.com>
8951
8952 * gdbtypes.c (resolve_dynamic_array): Use
8953 create_array_type_with_stride instead of create_array_type.
8954
0952813b
DD
89552015-04-30 DJ Delorie <dj@redhat.com>
8956
8957 * rl78-tdep.c (rl78_analyze_prologue): Pass RL78_ISA_DEFAULT to
8958 rl78_decode_opcode
8959
2ce1cdbf
DE
89602015-04-29 Doug Evans <dje@google.com>
8961
8962 PR python/18285
8963 * NEWS: Document new gdb.XMethodWorker.get_result_type method.
8964 * eval.c (evaluate_subexp_standard) <OP_FUNCALL>: Handle
8965 EVAL_AVOID_SIDE_EFFECTS for xmethods.
8966 * extension-priv.h (struct extension_language_ops)
8967 <get_xmethod_result_type>: New member.
8968 * extension.c (get_xmethod_result_type): New function.
8969 * extension.h (get_xmethod_result_type): Declare.
8970 * python/py-xmethods.c (get_result_type_method_name): New static
8971 global.
8972 (py_get_result_type_method_name): Ditto.
8973 (gdbpy_get_xmethod_result_type): New function.
8974 (gdbpy_initialize_xmethods): Initialize py_get_result_type_method_name.
8975 * python/python-internal.h (gdbpy_get_xmethod_result_type): Declare.
8976 * python/python.c (python_extension_ops): Add
8977 gdbpy_get_xmethod_result_type.
8978 * python/lib/gdb/xmethod.py (XMethodWorker): Add get_result_type.
8979 * valarith.c (value_x_binop): Handle EVAL_AVOID_SIDE_EFFECTS for
8980 xmethods.
8981 (value_x_unop): Ditto.
8982 * value.c (result_type_of_xmethod): New function.
8983 * value.h (result_type_of_xmethod): Declare.
8984
998d2a3e
GB
89852015-04-29 Gary Benson <gbenson@redhat.com>
8986
8987 * solib.c (solib_find_1): Allow fd argument to be NULL.
8988 (exec_file_find): Update comment.
8989 (solib_find): Likewise.
8990 * exec.c (exec_file_locate_attach): Use NULL as fd
8991 argument to exec_file_find to avoid having to close
8992 the opened file.
8993 * infrun.c (follow_exec): Likewise.
8994
34f5f757
DE
89952015-04-28 Doug Evans <dje@google.com>
8996
8997 PR python/18299
8998 * python/lib/gdb/printing.py (register_pretty_printer): Handle
8999 name or __name__ attributes. Handle gdb module as first argument.
9000
69b4374a
DE
90012015-04-28 Doug Evans <dje@google.com>
9002
9003 PR python/18089
9004 * python/py-prettyprint.c (print_children): Verify result of children
9005 iterator. Provide better error message.
9006 * python/python-internal..h (gdbpy_print_python_errors_p): Declare.
9007 * python/python.c (gdbpy_print_python_errors_p): New function.
9008
5e7cf078
DE
90092015-04-28 Doug Evans <dje@google.com>
9010
9011 * gdbtypes.h (struct cplus_struct_type) <n_baseclasses>: Fix comment.
9012
59fb7612
SS
90132015-04-28 Sasha Smundak <asmundak@google.com>
9014
9015 * NEWS: Mention gdb.Type.optimized_out method.
9016 * python/py-type.c (typy_optimized_out): New function.
9017
cea6e4f1
JB
90182015-04-28 John Baldwin <jhb@FreeBSD.org>
9019
9020 * fbsd-nat.c: Include "gdb_wait.h" instead of <sys/wait.h>.
9021
24b73f8e
PP
90222015-04-28 Patrick Palka <patrick@parcs.ath.cx>
9023
9024 * utils.c (init_page_info): Set rl_catch_sigwinch to zero.
9025 (initialize_utils): Move call of init_page_info() to ...
9026 * top.c (gdb_init): ... here.
9027
a88d0bb3
PP
90282015-04-28 Patrick Palka <patrick@parcs.ath.cx>
9029
9030 * tui/tui-win.c (tui_sigwinch_handler): Remove now-stale comment.
9031 (tui_sigwinch_handler): Still update our idea of
9032 the terminal's width and height even when TUI is not active.
9033
d6e5e7f7
PP
90342015-04-28 Patrick Palka <patrick@parcs.ath.cx>
9035
9036 * utils.h (set_screen_width_and_height): Declare.
9037 * utils.c (set_screen_width_and_height): Define.
9038 * tui/tui-win.c (tui_update_gdb_sizes): Use it.
9039
ff862be4
GB
90402015-04-28 Gary Benson <gbenson@redhat.com>
9041
9042 * infrun.c (solist.h): New include.
9043 (follow_exec): Use exec_file_find to prefix execd_pathname
9044 with gdb_sysroot.
9045
2eb639cb
PP
90462015-04-28 Patrick Palka <patrick@parcs.ath.cx>
9047
9048 * tui/tui-source.c (tui_set_source_content): Avoid calling
9049 strcpy() when offset is 0.
9050
97206799
PP
90512015-04-28 Patrick Palka <patrick@parcs.ath.cx>
9052
9053 PR gdb/18155
9054 * tui/tui-data.c (tui_free_window): Don't free the locator
9055 window when passed an SRC_WIN or a DISASSEM_WIN.
9056
63ed8182
PP
90572015-04-28 Patrick Palka <patrick@parcs.ath.cx>
9058
9059 * tui/tui-data.h (struct tui_win_element): Forward-declare.
9060 (tui_win_content): Move declaration.
9061 (struct tui_gen_win_info): Give 'content' field the
9062 type tui_win_content.
9063 * tui/tui-data.c (init_content_element): Remove redundant and
9064 erroneous casts.
9065 (tui_add_content_elements): Remove erroneous cast.
9066 * tui/tui-disasm.c (tui_set_disassem_content): Remove redundant
9067 casts.
9068 (tui_get_begin_asm_address): Likewise.
9069 * tui/tui-regs.c (tui_show_registers): Likewise.
9070 (tui_show_register_group): Likewise.
9071 (tui_display_registers_from): Likewise.
9072 (tui_check_register_values): Likewise.
9073 * tui/tui-source.c (tui_set_source_content): Likewise.
9074 (tui_set_source_content_nil): Likewise.
9075 (tui_source_is_displayed): Likewise.
9076 * tui/tui-stack.c (tui_show_locator_content): Likewise.
9077 (tui_set_locator_fullname): Likewise.
9078 (tui_set_locator_info): Likewise.
9079 (tui_show_frame_info): Likewise.
9080 * tui/tui-winsource.c (tui_clear_source_content): Likewise.
9081 (tui_show_source_line): Likewise.
9082 (tui_horizontal_source_scroll): Likewise.
9083 (tui_update_breakpoint_info): Likewise.
9084 (tui_set_exec_info_content): Likewise.
9085 (tui_show_exec_info_content): Likewise.
9086 (tui_alloc_source_buffer): Likewise.
9087 (tui_line_is_displayed): Likewise.
9088 (tui_addr_is_displayed): Likewise.
9089
d2b41ca0
JB
90902015-04-27 John Baldwin <jhb@FreeBSD.org>
9091
9092 * fbsd-nat.c: (fbsd_wait) [PL_FLAG_EXEC]: Report TARGET_WAITKIND_EXECD
9093 event if PL_FLAG_EXEC is set.
9094 [PL_FLAG_EXEC] (fbsd_insert_exec_catchpoint): New function.
9095 [PL_FLAG_EXEC] (fbsd_remove_exec_catchpoint): New function.
9096 (fbsd_nat_add_target) [PL_FLAG_EXEC]: Set
9097 "to_insert_exec_catchpoint" to "fbsd_insert_exec_catchpoint".
9098 Set "to_remove_exec_catchpoint" to "fbsd_remove_exec_catchpoint".
9099
e58e05d6
JB
91002015-04-27 John Baldwin <jhb@FreeBSD.org>
9101
9102 * fbsd-nat.c: [PT_LWPINFO] New variable super_wait.
9103 [TDP_RFPPWAIT] New variable fbsd_pending_children.
9104 [TDP_RFPPWAIT] (fbsd_remember_child): New function.
9105 [TDP_RFPPWAIT] (fbsd_is_child_pending): New function.
9106 [TDP_RFPPWAIT] (fbsd_fetch_kinfo_proc): New function.
9107 [PT_LWPINFO] (fbsd_wait): New function.
9108 [TDP_RFPPWAIT] (fbsd_follow_fork): New function.
9109 [TDP_RFPPWAIT] (fbsd_insert_fork_catchpoint): New function.
9110 [TDP_RFPPWAIT] (fbsd_remove_fork_catchpoint): New function.
9111 [TDP_RFPPWAIT] (fbsd_insert_vfork_catchpoint): New function.
9112 [TDP_RFPPWAIT] (fbsd_remove_vfork_catchpoint): New function.
9113 [TDP_RFPPWAIT] (fbsd_enable_follow_fork): New function.
9114 [TDP_RFPPWAIT] (fbsd_post_startup_inferior): New function.
9115 [TDP_RFPPWAIT] (fbsd_post_attach): New function.
9116 (fbsd_nat_add_target) [PT_LWPINFO] Set "to_wait" to
9117 "fbsd_wait".
9118 [TDP_RFPPWAIT] Set "to_follow_fork" to "fbsd_follow_fork".
9119 Set "to_insert_fork_catchpoint" to "fbsd_insert_fork_catchpoint".
9120 Set "to_remove_fork_catchpoint" to "fbsd_remove_fork_catchpoint".
9121 Set "to_insert_vfork_catchpoint" to "fbsd_insert_vfork_catchpoint".
9122 Set "to_remove_vfork_catchpoint" to "fbsd_remove_vfork_catchpoint".
9123 Set "to_post_startup_inferior" to "fbsd_post_startup_inferior".
9124 Set "to_post_attach" to "fbsd_post_attach".
9125
8f60fe01
JB
91262015-04-27 John Baldwin <jhb@FreeBSD.org>
9127
9128 * fbsd-nat.c (fbsd_pid_to_exec_file): Mark static.
9129 (fbsd_find_memory_regions): Mark static.
9130 (fbsd_nat_add_target): New function.
9131 * fbsd-nat.h: Export fbsd_nat_add_target and remove prototypes for
9132 fbsd_pid_to_exec_file and fbsd_find_memory_regions.
9133 * amd64fbsd-nat.c (_initialize_amd64fbsd_nat): Use fbsd_nat_add_target.
9134 * i386fbsd-nat.c (_initialize_i386fbsd_nat): Likewise.
9135 * ppcfbsd-nat.c (_initialize_ppcfbsd_nat): Likewise.
9136 * sparc64fbsd-nat.c (_initialize_sparc64fbsd_nat): Likewise.
9137
5fbae7d1
GB
91382015-04-27 Gary Benson <gbenson@redhat.com>
9139
9140 * objfiles.c (allocate_objfile): Do not attempt to expand name
9141 if name is a "target:" filename.
9142 * auto-load.c (load_auto_scripts_for_objfile): Do not attempt
9143 to load auto-load scripts for objfiles with "target:" filenames.
9144
417c80f9
AA
91452015-04-27 Andreas Arnez <arnez@linux.vnet.ibm.com>
9146
9147 * s390-linux-tdep.c: Include "elf/s390.h" and "elf-bfd.h".
9148 (enum s390_vector_abi_kind): New enum.
9149 (struct gdbarch_tdep)<vector_abi>: New field.
9150 (s390_effective_inner_type): Add parameter min_size. Stop
9151 unwrapping if the inner type is smaller than min_size.
9152 (s390_function_arg_float): Adjust call to
9153 s390_effective_inner_type.
9154 (s390_function_arg_vector): New function.
9155 (s390_function_arg_integer): Adjust comment.
9156 (struct s390_arg_state)<vr>: New field.
9157 (s390_handle_arg): Add parameter 'is_unnamed'. Pass vector
9158 arguments according to vector ABI when appropriate.
9159 (s390_push_dummy_call): Initialize the argument state's field
9160 'vr'. Adjust calls to s390_handle_arg.
9161 (s390_register_return_value): Handle vector return values.
9162 (s390_return_value): Apply the "register" return value convention
9163 to a vector when appropriate.
9164 (s390_gdbarch_init): Initialize tdep->vector_abi.
9165 * NEWS: Announce S390 vector ABI support.
9166
4e65a17e
AA
91672015-04-27 Andreas Arnez <arnez@linux.vnet.ibm.com>
9168
9169 * s390-linux-tdep.c (s390_return_value_convention): Remove
9170 function. Inline its logic...
9171 (s390_return_value): ...here. Instead, move the handling of the
9172 "register" return value convention...
9173 (s390_register_return_value): ...here. New function.
9174
80f75320
AA
91752015-04-27 Andreas Arnez <arnez@linux.vnet.ibm.com>
9176
9177 * s390-linux-tdep.c
9178 (is_float_singleton): Remove function. Move the "singleton" part
9179 of the logic...
9180 (s390_effective_inner_type): ...here. New function.
9181 (is_float_like): Remove function. Inline its logic...
9182 (s390_function_arg_float): ...here.
9183 (is_pointer_like, is_integer_like, is_struct_like): Remove
9184 functions. Inline their logic...
9185 (s390_function_arg_integer): ...here.
9186 (s390_function_arg_pass_by_reference): Remove function.
9187 (extend_simple_arg): Remove function.
9188 (alignment_of): Remove function.
9189 (struct s390_arg_state): New structure.
9190 (s390_handle_arg): New function.
9191 (s390_push_dummy_call): Move parameter placement logic to the new
9192 function s390_handle_arg. Call it for calculating the stack area
9193 sizes first, and again for actually writing the parameters.
9194
6dbc9c04
AA
91952015-04-27 Andreas Arnez <arnez@linux.vnet.ibm.com>
9196
9197 * s390-linux-tdep.c (is_power_of_two): Add comment. Return
9198 false if the argument is zero.
9199
9e195661
PMR
92002015-04-27 Pierre-Marie de Rodat <derodat@adacore.com>
9201
9202 * ada-lang.c (template_to_static_fixed_type): Return input type
9203 when it is already fixed. Cache the input type itself when not
9204 creating a static fixed copy. Make it explicit that we never
9205 molestate the input type.
9206 * gdbtypes.c (resolve_dynamic_struct): Reset the
9207 TYPE_TARGET_TYPE field for resolved copies.
9208
460efde1
JB
92092015-04-27 Joel Brobecker <brobecker@adacore.com>
9210
9211 * ada-lang.c (ada_is_tagged_type): Add call to ada_check_typedef.
9212 (ada_lookup_struct_elt_type): Remove calls to ada_check_typedef.
9213 (template_to_static_fixed_type): Call ada_check_typedef only
9214 when necessary.
9215
6faec16b
AB
92162015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
9217
9218 * cli/cli-dump.c (srec_dump_command): Add internationalization
9219 mark ups.
9220 (ihex_dump_command): Likewise.
9221 (tekhex_dump_command): Likewise.
9222 (binary_dump_command): Likewise.
9223 (binary_append_command): Likewise.
9224
cf75d6c3
AB
92252015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
9226
9227 * cli/cli-dump.c (verilog_cmdlist): New variable.
9228 (dump_verilog_memory): New function.
9229 (dump_verilog_value): New function.
9230 (verilog_dump_command): New function.
9231 (_initialize_cli_dump): Add new commands to support verilog dump
9232 format.
9233 * NEWS: Add entry for "dump verilog".
9234
8cd00c59
PMR
92352015-04-24 Pierre-Marie de Rodat <derodat@adacore.com>
9236
9237 * gdbtypes.c (print_gnat_stuff): Do not recurse on the
9238 descriptive type when there is none.
9239
8900d71e
PP
92402015-04-23 Patrick Palka <patrick@parcs.ath.cx>
9241
9242 * tui/tui-win.c (tui_async_resize_screen): Call
9243 rl_resize_terminal().
9244
f16eab5f
JT
92452015-04-22 Jon Turney <jon.turney@dronecode.org.uk>
9246
9247 * windows-nat.c (handle_output_debug_string): Don't change
9248 current_event.dwThreadId.
9249 (get_windows_debug_event): Use thread_id, rather than relying on
9250 current_event.dwThreadId being changed.
9251
68ffc902
JT
92522015-04-22 Jon Turney <jon.turney@dronecode.org.uk>
9253
9254 * windows-nat.c (windows_continue): Report an error if
9255 ContinueDebugEvent() fails.
9256
23942819
JT
92572015-04-16 Jon Turney <jon.turney@dronecode.org.uk>
9258
9259 * windows-nat.c (windows_resume): Fix misspelling in debug output.
9260
e6ad66bd
JT
92612015-04-16 Jon Turney <jon.turney@dronecode.org.uk>
9262
9263 * windows-nat.c (get_windows_debug_event): Replace retval with
9264 thread_id throughout. Update stale comment.
9265
776704b9
JT
92662015-04-16 Jon Turney <jon.turney@dronecode.org.uk>
9267
9268 * windows-nat.c (get_windows_debug_event): Don't use ternary
9269 conditional operator.
9270
8aae4344
PM
92712015-04-21 Pierre Muller <muller@sourceware.org>
9272
9273 PR pascal/17815
9274 p-exp.y (yylex): Reorganize code to return the matched pattern
9275 for a field of this.
9276
819843c7
GB
92772015-04-21 Gary Benson <gbenson@redhat.com>
9278
9279 * common/fileio.h (fileio_to_host_openflags): New declaration.
9280 * common/fileio.c (fcntl.h): New include.
9281 (fileio_to_host_openflags): New function, factored out from...
9282 * inf-child.c (inf_child_fileio_open_flags_to_host): ...here.
9283 Single use updated.
9284
0bca7f99
KB
92852015-04-21 Kevin Buettner <kevinb@redhat.com>
9286
9287 * rl78-tdep.c (RL78_SP_ADDR): Define.
9288 (opc_reg_to_gdb_regnum): New static function.
9289 (rl78_analyze_prologue): Recognize instructions forming slightly
9290 more interesting prologues.
9291
e771e4be
PMR
92922015-04-20 Pierre-Marie de Rodat <derodat@adacore.com>
9293
9294 Revert:
9295 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
9296 * gdbtypes.c (is_dynamic_type_internal): Remove special handling of
9297 TYPE_CODE_REF types so that they are not considered as dynamic
9298 depending on the referenced type.
9299 (resolve_dynamic_type_internal): Likewise.
9300
ee715b5a
PMR
93012015-04-20 Pierre-Marie de Rodat <derodat@adacore.com>
9302
9303 Revert:
9304 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
9305 * gdbtypes.c (is_dynamic_type_internal): Remove the unused
9306 "top_level" parameter.
9307 (resolve_dynamic_type_internal): Remove the unused "top_level"
9308 parameter. Update call to is_dynamic_type_internal.
9309 (is_dynamic_type): Update call to is_dynamic_type_internal.
9310 (resolve_dynamic_range): Update call to
9311 resolve_dynamic_type_internal.
9312 (resolve_dynamic_union): Likewise.
9313 (resolve_dynamic_struct): Likewise.
9314 (resolve_dynamic_type): Likewise.
9315
e31d7699
GKB
93162015-04-19 Gabriel Krisman Bertazi <gabriel@krisman.be>
9317
9318 * breakpoint.c (update_dprintf_command_list): Remove duplicated
9319 xmalloc.
9320
d214e5e7
TS
93212015-04-20 Thomas Schwinge <thomas@codesourcery.com>
9322
110f9112
TS
9323 * reply_mig_hack.awk: Robustify parsing.
9324
d214e5e7
TS
9325 * reply_mig_hack.awk: Don't bother to declare an intermediate
9326 function pointer variable.
9327
8f61baf8
DE
93282015-04-17 Doug Evans <dje@google.com>
9329
9330 * solib-svr4.c (svr4_exec_displacement): Rename outer "displacement"
9331 to "exec_displacement" to avoid confusion with inner use of the name.
9332
dbbf180a
YQ
93332015-04-17 Pedro Alves <palves@redhat.com>
9334
9335 * arm-linux-nat.c (arm_linux_can_use_hw_breakpoint): Return zero
9336 if HW point of TYPE isn't supported.
9337
059790a0
YQ
93382015-04-17 Yao Qi <yao.qi@linaro.org>
9339 Pedro Alves <palves@redhat.com>
9340
9341 * target.h (target_can_use_hardware_watchpoint): Update comments.
9342 Remove trailing ";".
9343
1b6e6f5c
GB
93442015-04-17 Gary Benson <gbenson@redhat.com>
9345
9346 * remote.c (remote_add_inferior): New argument try_open_exec.
9347 If nonzero, attempt to open the inferior's executable file as
9348 the main executable if no main executable is open already.
9349 All callers updated.
9350 * NEWS: Mention that GDB now supports automatic location and
9351 retrieval of executable + files from remote targets.
9352
c78fa86a
GB
93532015-04-17 Gary Benson <gbenson@redhat.com>
9354
9355 * target.h (TARGET_OBJECT_EXEC_FILE): New enum value.
9356 * remote.c (PACKET_qXfer_exec_file): Likewise.
9357 (remote_protocol_features): Register the
9358 "qXfer:exec-file:read" feature.
9359 (remote_xfer_partial): Handle TARGET_OBJECT_EXEC_FILE.
9360 (remote_pid_to_exec_file): New function.
9361 (init_remote_ops): Initialize to_pid_to_exec_file.
9362 (_initialize_remote): Register new "set/show remote
9363 pid-to-exec-file-packet" command.
9364 * NEWS: Announce new qXfer:exec-file:read packet.
9365
e0d86d2c
GB
93662015-04-17 Gary Benson <gbenson@redhat.com>
9367
9368 * nat/linux-procfs.h (linux_proc_pid_to_exec_file):
9369 New declaration.
9370 * nat/linux-procfs.c (linux_proc_pid_to_exec_file):
9371 New function, factored out from...
9372 * linux-nat.c (linux_child_pid_to_exec_file): ...here.
9373
a9a5a3d1
GB
93742015-04-17 Gary Benson <gbenson@redhat.com>
9375
9376 * exec.c (solist.h): New include.
9377 (exec_file_locate_attach): Prefix absolute executable
9378 paths with gdb_sysroot if set.
9379 * NEWS: Mention that executable paths may be prepended
9380 with sysroot.
9381
af1900b0
GB
93822015-04-17 Gary Benson <gbenson@redhat.com>
9383
9384 * solist.h (exec_file_find): New declaration.
9385 * solib.c (solib_find_1): New function, factored out from...
9386 (solib_find): ...here.
9387 (exec_file_find): New function.
9388
a10de604
GB
93892015-04-17 Gary Benson <gbenson@redhat.com>
9390
9391 * gdbcore.h (exec_file_locate_attach): New declaration.
9392 * exec.c (exec_file_locate_attach): New function, factored
9393 out from...
9394 * infcmd.c (attach_command_post_wait): ...here.
9395
92209ddf
MF
93962015-04-17 Mike Frysinger <vapier@gentoo.org>
9397
9398 * MAINTAINERS: Add myself for Blackfin/write-after-approval.
9399
8550d3b3
YQ
94002015-04-16 Yao Qi <yao.qi@linaro.org>
9401
9402 * infrun.c (maybe_software_singlestep): Declare.
9403 (displaced_step_fixup): Call maybe_software_singlestep.
9404
30b3dd9d
DE
94052015-04-15 Doug Evans <dje@google.com>
9406
9407 * psymtab.c (psym_expand_symtabs_matching): Add QUIT call.
9408
61d96d7e
DE
94092015-04-15 Doug Evans <dje@google.com>
9410
9411 * dwarf2read.c (dw2_expand_symtabs_matching): Add some QUIT calls.
9412
40d2f8d6
SM
94132015-04-15 Simon Marchi <simon.marchi@ericsson.com>
9414
9415 * python/lib/gdb/command/unwinders.py: Add parentheses.
9416
6bbbba9b
YQ
94172015-04-15 Yao Qi <yao.qi@linaro.org>
9418
9419 * arm-linux-tdep.c (arm_linux_copy_svc): Update debug message.
9420
2bb2dcab
YQ
94212015-04-15 Yao Qi <yao.qi@linaro.org>
9422
9423 * arm-linux-tdep.c (arm_linux_copy_svc): Fix indentation.
9424
41f071ef
YQ
94252015-04-15 Yao Qi <yao.qi@linaro.org>
9426
9427 * arm-linux-tdep.c (arm_linux_cleanup_svc): Use
9428 dsc->insn_size instead of 4.
9429
326a5c7e
GB
94302015-04-14 Gary Benson <gbenson@redhat.com>
9431
9432 * jit.c (mem_bfd_iovec_stat): Zero supplied buffer.
9433 * minidebug.c (lzma_stat): Likewise.
9434 * solib-spu.c (spu_bfd_iovec_stat): Likewise.
9435 * spu-linux-nat.c (spu_bfd_iovec_stat): Likewise.
9436
dd177e81
SS
94372015-04-13 Stan Shebs <stanshebs@google.com>
9438
9439 * MAINTAINERS: Update my email address.
9440
97de3545
JB
94412015-04-13 John Baldwin <jhb@FreeBSD.org>
9442
9443 * amd64-tdep.c (amd64_target_description): New function.
9444 * amd64-tdep.h: Export amd64_target_description and tdesc_amd64.
9445 * amd64bsd-nat.c [PT_GETXSTATE_INFO]: New variable amd64bsd_xsave_len.
9446 (amd64bsd_fetch_inferior_registers) [PT_GETXSTATE_INFO]: Handle
9447 x86 extended save area.
9448 (amd64bsd_store_inferior_registers) [PT_GETXSTATE_INFO]: Likewise.
9449 * amd64bsd-nat.h: Export amd64bsd_xsave_len.
9450 * amd64fbsd-nat.c (amd64fbsd_read_description): New function.
9451 (_initialize_amd64fbsd_nat): Set "to_read_description" to
9452 "amd64fbsd_read_description".
9453 * amd64fbsd-tdep.c (amd64fbsd_core_read_description): New function.
9454 (amd64fbsd_supply_xstateregset): New function.
9455 (amd64fbsd_collect_xstateregset): New function.
9456 Add "amd64fbsd_xstateregset".
9457 (amd64fbsd_iterate_over_regset_sections): New function.
9458 (amd64fbsd_init_abi): Set "xsave_xcr0_offset" to
9459 "I386_FBSD_XSAVE_XCR0_OFFSET".
9460 Add "iterate_over_regset_sections" gdbarch method.
9461 Add "core_read_description" gdbarch method.
9462 * i386-tdep.c (i386_target_description): New function.
9463 * i386-tdep.h: Export i386_target_description and tdesc_i386.
9464 * i386bsd-nat.c [PT_GETXSTATE_INFO]: New variable i386bsd_xsave_len.
9465 (i386bsd_fetch_inferior_registers) [PT_GETXSTATE_INFO]: Handle
9466 x86 extended save area.
9467 (i386bsd_store_inferior_registers) [PT_GETXSTATE_INFO]: Likewise.
9468 * i386bsd-nat.h: Export i386bsd_xsave_len.
9469 * i386fbsd-nat.c (i386fbsd_read_description): New function.
9470 (_initialize_i386fbsd_nat): Set "to_read_description" to
9471 "i386fbsd_read_description".
9472 * i386fbsd-tdep.c (i386fbsd_core_read_xcr0): New function.
9473 (i386fbsd_core_read_description): New function.
9474 (i386fbsd_supply_xstateregset): New function.
9475 (i386fbsd_collect_xstateregset): New function.
9476 Add "i386fbsd_xstateregset".
9477 (i386fbsd_iterate_over_regset_sections): New function.
9478 (i386fbsd4_init_abi): Set "xsave_xcr0_offset" to
9479 "I386_FBSD_XSAVE_XCR0_OFFSET".
9480 Add "iterate_over_regset_sections" gdbarch method.
9481 Add "core_read_description" gdbarch method.
9482 * i386fbsd-tdep.h: New file.
9483
4f45d445
JK
94842015-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9485
9486 * NEWS (Changes since GDB 7.9): Add removed -xdb.
9487 * breakpoint.c (command_line_is_silent): Remove xdb_commands
9488 conditional.
9489 (_initialize_breakpoint): Remove xdb_commands for bc, ab, sb, db, ba
9490 and lb.
9491 * cli/cli-cmds.c (_initialize_cli_cmds): Remove xdb_commands for v and
9492 va.
9493 * cli/cli-decode.c (find_command_name_length): Remove xdb_commands
9494 conditional.
9495 * defs.h (xdb_commands): Remove declaration.
9496 * f-valprint.c (_initialize_f_valprint): Remove xdb_commands for lc.
9497 * guile/scm-cmd.c (command_classes): Remove xdb from comment.
9498 * infcmd.c (run_no_args_command, go_command): Remove.
9499 (_initialize_infcmd): Remove xdb_commands for S, go, g, R and lr.
9500 * infrun.c (xdb_handle_command): Remove.
9501 (_initialize_infrun): Remove xdb_commands for lz and z.
9502 * main.c (xdb_commands): Remove variable.
9503 (captured_main): Remove "xdb" from long_options.
9504 (print_gdb_help): Remove --xdb from help.
9505 * python/py-cmd.c (gdbpy_initialize_commands): Remove xdb from comment.
9506 * source.c (_initialize_source): Remove xdb_commands for D, ld, / and ?.
9507 * stack.c (backtrace_full_command, args_plus_locals_info)
9508 (current_frame_command): Remove.
9509 (_initialize_stack): Remove xdb_commands for t, T and l.
9510 * symtab.c (_initialize_symtab): Remove xdb_commands for lf and lg.
9511 * thread.c (_initialize_thread): Remove xdb_commands condition.
9512 * tui/tui-layout.c (tui_toggle_layout_command)
9513 (tui_toggle_split_layout_command, tui_handle_xdb_layout): Remove.
9514 (_initialize_tui_layout): Remove xdb_commands for td and ts.
9515 * tui/tui-regs.c (tui_scroll_regs_forward_command)
9516 (tui_scroll_regs_backward_command): Remove.
9517 (_initialize_tui_regs): Remove xdb_commands for fr, gr, sr, +r and -r.
9518 * tui/tui-win.c (tui_xdb_set_win_height_command): Remove.
9519 (_initialize_tui_win): Remove xdb_commands for U and w.
9520 * utils.c (pagination_on_command, pagination_off_command): Remove.
9521 (initialize_utils): Remove xdb_commands for am and sm.
9522
cb71640d
PA
95232015-04-10 Pedro Alves <palves@redhat.com>
9524
9525 * infrun.c (displaced_step_fixup): Switch to the event ptid
9526 earlier. If the thread stopped for a watchpoint and the
9527 target/arch has non-continuable watchpoints, cancel the displaced
9528 step.
9529 (resume): Don't start a displaced step if in-line step-over info
9530 is valid.
9531
8f572e5c
PA
95322015-04-10 Pedro Alves <palves@redhat.com>
9533
9534 * infrun.c (displaced_step_in_progress): New function.
9535 (do_target_resume): Advise target to report all signals if
9536 displaced stepping.
9537
8d707a12
PA
95382015-04-10 Pedro Alves <palves@redhat.com>
9539
9540 PR gdb/18216
9541 * infrun.c (process_event_stop_test): Don't assume a step-resume
9542 is set if tp->stepped_breakpoint is true.
9543
ef713951
YQ
95442015-04-10 Yao Qi <yao.qi@linaro.org>
9545
9546 * arm-tdep.c (install_alu_reg): Update comment.
9547 (thumb_copy_alu_reg): Remove local variable rn. Update
9548 debugging message. Use r2 instead of r1 in the modified
9549 instruction.
9550
906d60cf
PA
95512015-04-10 Pedro Alves <palves@redhat.com>
9552
9553 PR gdb/13858
9554 * amd64-linux-tdep.c (amd64_linux_init_abi_common): Install
9555 linux_displaced_step_location as gdbarch_displaced_step_location
9556 hook.
9557 * arm-linux-tdep.c (arm_linux_init_abi): Likewise.
9558 * i386-linux-tdep.c (i386_linux_init_abi): Likewise.
9559 * linux-tdep.c (linux_displaced_step_location): New function,
9560 based on ppc_linux_displaced_step_location.
9561 * linux-tdep.h (linux_displaced_step_location): New declaration.
9562 * ppc-linux-tdep.c (ppc_linux_entry_point_addr): Delete.
9563 (ppc_linux_inferior_created, ppc_linux_displaced_step_location):
9564 Delete.
9565 (ppc_linux_init_abi): Install linux_displaced_step_location as
9566 gdbarch_displaced_step_location hook, even without Cell/B.E..
9567 (_initialize_ppc_linux_tdep): Don't install
9568 ppc_linux_inferior_created as inferior_created observer.
9569 * s390-linux-tdep.c (s390_gdbarch_init): Install
9570 linux_displaced_step_location as gdbarch_displaced_step_location
9571 hook.
9572
7823a941
GB
95732015-04-09 Gary Benson <gbenson@redhat.com>
9574
9575 * common/common-remote-fileio.h: Rename to...
9576 * common/fileio.h: ...this. Update all references.
9577 (remote_fileio_to_fio_error): Rename to...
9578 (host_to_fileio_error): ...this.
9579 (remote_fileio_to_be): Rename to...
9580 (host_to_bigendian): ...this. Update all callers.
9581 (remote_fileio_to_fio_uint): Rename to...
9582 (host_to_fileio_uint): ...this. Update all callers.
9583 (remote_fileio_to_fio_time): Rename to...
9584 (host_to_fileio_time): ...this. Update all callers.
9585 (remote_fileio_to_fio_stat): Rename to...
9586 (host_to_fileio_stat): ...this.
9587 Update all references.
9588 * common/common-remote-fileio.c: Rename to...
9589 * common/fileio.c: ...this. Update all references.
9590 (remote_fileio_to_fio_error): Rename to...
9591 (host_to_fileio_error): ...this. Update all callers.
9592 (remote_fileio_mode_to_target): Rename to...
9593 (fileio_mode_pack): ...this. Update all callers.
9594 (remote_fileio_to_fio_mode): Rename to...
9595 (host_to_fileio_mode): ...this. Update all callers.
9596 (remote_fileio_to_fio_ulong): Rename to...
9597 (host_to_fileio_ulong): ...this. Update all callers.
9598 (remote_fileio_to_fio_stat): Rename to...
9599 (host_to_fileio_stat): ...this. Update all callers.
9600
f2983cc3
AW
96012015-04-09 Andy Wingo <wingo@igalia.com>
9602
9603 * guile/scm-frame.c (gdbscm_frame_read_register): New function.
9604 (frame_functions): Bind gdbscm_frame_read_register to
9605 frame-read-register.
9606 * guile/lib/gdb.scm (frame-read-register): Export.
9607
b88bb450
GB
96082015-04-09 Gary Benson <gbenson@redhat.com>
9609
9610 * common/common-remote-fileio.h (remote_fileio_to_fio_error):
9611 New declaration.
9612 * common/common-remote-fileio.c (remote_fileio_to_fio_error):
9613 New function, factored out the named functions below.
9614 * inf-child.c (gdb/fileio.h): Remove include.
9615 (common-remote-fileio.h): New include.
9616 (inf_child_errno_to_fileio_error): Remove function. Update
9617 all callers to use remote_fileio_to_fio_error.
9618 * remote-fileio.c (remote_fileio_errno_to_target): Likewise.
9619
2f2680f3
AW
96202015-04-09 Andy Wingo <wingo@igalia.com>
9621
9622 * MAINTAINERS (Write After Approval): Add Andy Wingo.
9623
5a2d4533
L
96242015-04-09 H.J. Lu <hongjiu.lu@intel.com>
9625
9626 * acinclude.m4: (GDB_AC_CHECK_BFD): Set ZLIBDIR with $zlibdir.
9627 Replace $zlibdir with $ZLIBDIR in LDFLAGS.
9628 * configure: Regenerated.
9629
421693b0
PA
96302015-04-09 Pedro Alves <palves@redhat.com>
9631
9632 * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add strtok_r.
9633 * gnulib/Makefile.in (aclocal_m4_deps): Add import/m4/strtok_r.m4.
9634 * gnulib/configure, gnulib/config.in, gnulib/aclocal.m4: Regenerate.
9635 * gnulib/import/Makefile.am: Update.
9636 * gnulib/import/Makefile.in: Update.
9637 * gnulib/import/m4/gnulib-cache.m4: Update.
9638 * gnulib/import/m4/gnulib-comp.m4: Update.
9639 * gnulib/import/m4/strtok_r.m4: New file.
9640 * gnulib/import/strtok_r.c: New file.
9641
f543dc83
PA
96422015-04-09 Pedro Alves <palves@redhat.com>
9643
9644 * gnulib/update-gnulib.sh (aclocal version check): Filter out
9645 "called too early to check prototype".
9646
6d62641c
SDJ
96472015-04-08 Sergio Durigan Junior <sergiodj@redhat.com>
9648
9649 PR python/16699
9650 * python/py-cmd.c (cmdpy_completer_helper): Adjust function to not
9651 use a caching mechanism. Adjust comments and code to reflect
9652 that. Replace 'sizeof' by 'strlen' when fetching 'wordobj'.
9653 (cmdpy_completer_handle_brkchars): Adjust call to
9654 cmdpy_completer_helper. Call Py_XDECREF for 'resultobj'.
9655 (cmdpy_completer): Likewise.
9656
85558555
YQ
96572015-04-08 Yao Qi <yao.qi@linaro.org>
9658
9659 * spu-tdep.c (spu_gdbarch_init): Don't call
9660 set_gdbarch_cannot_step_breakpoint.
9661
d249a14a
SDJ
96622015-04-07 Sergio Durigan Junior <sergiodj@redhat.com>
9663
9664 * linux-tdep.c (decode_vmflags): Initialize 'saveptr'.
9665
8a06aea7
PA
96662015-04-07 Pedro Alves <palves@redhat.com>
9667
9668 * gdbthread.h (ALL_NON_EXITED_THREADS_SAFE): Rename to ...
9669 (ALL_THREADS_SAFE): ... this, and don't skip exited threads.
9670 (delete_exited_threads): New declaration.
9671 * infrun.c (follow_exec): Use ALL_THREADS_SAFE.
9672 * linux-nat.c (linux_nat_update_thread_list): New function.
9673 (linux_nat_add_target): Install it.
9674 * remote.c (remote_update_thread_list): Use ALL_THREADS_SAFE.
9675 * thread.c (prune_threads): Use ALL_THREADS_SAFE.
9676 (delete_exited_threads): New function.
9677
d9b67d9f
PA
96782015-04-07 Pedro Alves <pedro@codesourcery.com>
9679
9680 * infrun.c (resume) <displaced stepping debug output>: Get the
9681 leader thread's regcache, not resume_ptid's.
9682
2c26b84f
DE
96832015-04-06 Doug Evans <xdje42@gmail.com>
9684
9685 * symtab.c (hash_symbol_entry): Hash STRUCT_DOMAIN symbols as
9686 VAR_DOMAIN.
9687 (symbol_cache_lookup): Clarify use of bsc_ptr, slot_ptr parameters.
9688 Include symbol domain in debugging output.
9689
7a85168d
PA
96902015-04-06 Pedro Alves <palves@redhat.com>
9691 Bernd Edlinger <bernd.edlinger@hotmail.de>
9692
9693 * configure.ac: Remove the mingw32-specific stub-termcap.o
9694 fallback, and instead fallback to the stub termcap on all hosts.
9695 * configure: Regenerate.
9696 * stub-termcap.c [!__MINGW32__] (PC, BC, UP): Define as weak
9697 symbols.
9698
25755e2b
PMR
96992015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
9700
9701 * gdbtypes.c (is_dynamic_type_internal): Remove the unused
9702 "top_level" parameter.
9703 (resolve_dynamic_type_internal): Remove the unused "top_level"
9704 parameter. Update call to is_dynamic_type_internal.
9705 (is_dynamic_type): Update call to is_dynamic_type_internal.
9706 (resolve_dynamic_range): Update call to
9707 resolve_dynamic_type_internal.
9708 (resolve_dynamic_union): Likewise.
9709 (resolve_dynamic_struct): Likewise.
9710 (resolve_dynamic_type): Likewise.
9711
961f4160
PMR
97122015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
9713
9714 * gdbtypes.c (is_dynamic_type_internal): Remove special handling of
9715 TYPE_CODE_REF types so that they are not considered as dynamic
9716 depending on the referenced type.
9717 (resolve_dynamic_type_internal): Likewise.
9718
39f3de7c
L
97192015-04-02 H.J. Lu <hongjiu.lu@intel.com>
9720
9721 * Makefile.in (top_srcdir): New.
9722 * configure: Regenerated.
9723
599bd15c
GB
97242015-04-02 Gary Benson <gbenson@redhat.com>
9725
9726 * NEWS: Announce the new default sysroot of "target:".
9727
fed040c6
GB
97282015-04-02 Gary Benson <gbenson@redhat.com>
9729
9730 * main.c (captured_main): Set gdb_sysroot to "target:"
9731 if not otherwise set.
9732
64c0b5de
GB
97332015-04-02 Gary Benson <gbenson@redhat.com>
9734
9735 * exec.c (exec_file_attach): Support "target:" filenames.
9736
b57fbfba
GB
97372015-04-02 Gary Benson <gbenson@redhat.com>
9738
9739 * solib.c (solib_find): Strip "target:" prefix from sysroot
9740 if accessing local files.
9741
97a41605
GB
97422015-04-02 Gary Benson <gbenson@redhat.com>
9743
9744 * symfile.c (symfile_bfd_open): Reorder to remove duplicated
9745 checks and error messages.
9746
2938e6cf
GB
97472015-04-02 Gary Benson <gbenson@redhat.com>
9748
9749 * remote.h (REMOTE_SYSROOT_PREFIX): Remove definition.
9750 (remote_filename_p): Remove declaration.
9751 (remote_bfd_open): Likewise.
9752 * remote.c (remote_bfd_iovec_open): Remove function.
9753 (remote_bfd_iovec_close): Likewise.
9754 (remote_bfd_iovec_pread): Likewise.
9755 (remote_bfd_iovec_stat): Likewise.
9756 (remote_filename_p): Likewise.
9757 (remote_bfd_open): Likewise.
9758 * symfile.h (gdb_bfd_open_maybe_remote): Remove declaration.
9759 * symfile.c (separate_debug_file_exists): Use gdb_bfd_open.
9760 (gdb_bfd_open_maybe_remote): Remove function.
9761 (symfile_bfd_open): Replace remote filename check with
9762 target filename check.
9763 (reread_symbols): Use gdb_bfd_open.
9764 * build-id.c (gdbcore.h): New include.
9765 (build_id_to_debug_bfd): Use gdb_bfd_open.
9766 * infcmd.c (attach_command_post_wait): Remove remote filename
9767 check.
9768 * solib.c (solib_find): Replace remote-specific handling with
9769 target-specific handling. Update comments where necessary.
9770 (solib_bfd_open): Replace remote-specific handling with
9771 target-specific handling.
9772 (gdb_sysroot_changed): New function.
9773 (_initialize_solib): Call the above when gdb_sysroot changes.
9774 * windows-tdep.c (gdbcore.h): New include.
9775 (windows_xfer_shared_library): Use gdb_bfd_open.
9776
f08e97fe
GB
97772015-04-02 Gary Benson <gbenson@redhat.com>
9778
9779 * gdb/gdb_bfd.h (TARGET_SYSROOT_PREFIX): New definition.
9780 (is_target_filename): New declaration.
9781 (gdb_bfd_has_target_filename): Likewise.
9782 (gdb_bfd_open): Update documentation comment.
9783 * gdb_bfd.c (target.h): New include.
9784 (gdb/fileio.h): Likewise.
9785 (is_target_filename): New function.
9786 (gdb_bfd_has_target_filename): Likewise.
9787 (fileio_errno_to_host): Likewise.
9788 (gdb_bfd_iovec_fileio_open): Likewise.
9789 (gdb_bfd_iovec_fileio_pread): Likewise.
9790 (gdb_bfd_iovec_fileio_close): Likewise.
9791 (gdb_bfd_iovec_fileio_fstat): Likewise.
9792 (gdb_bfd_open): Use target fileio to access paths prefixed
9793 with "target:" where necessary.
9794
4bd7dc42
GB
97952015-04-02 Gary Benson <gbenson@redhat.com>
9796
9797 * target.h (struct target_ops) <to_filesystem_is_local>:
9798 New field.
9799 (target_filesystem_is_local): New macro.
9800 * target-delegates.c: Regenerate.
9801 * remote.c (remote_filesystem_is_local): New function.
9802 (init_remote_ops): Initialize to_filesystem_is_local.
9803
9b15c1f0
GB
98042015-04-02 Gary Benson <gbenson@redhat.com>
9805
9806 * target.h (struct target_ops) <to_fileio_fstat>: New field.
9807 (target_fileio_fstat): New declaration.
9808 * target.c (target_fileio_fstat): New function.
9809 * inf-child.c (inf_child_fileio_fstat): Likewise.
9810 (inf_child_target): Initialize to_fileio_fstat.
9811 * remote.c (init_remote_ops): Likewise.
9812
d11916aa
SS
98132015-04-01 Sasha Smundak <asmundak@google.com>
9814
9815 * Makefile.in (SUBDIR_PYTHON_OBJS): Add py-unwind.o.
9816 (SUBDIR_PYTHON_SRCS): Add py-unwind.c.
9817 (py-unwind.o): New recipe.
9818 * NEWS: mention Python frame unwinding.
9819 * data-directory/Makefile.in (PYTHON_FILE_LIST): Add
9820 gdb/unwinder.py and gdb/command/unwinder.py
9821 * python/lib/gdb/__init__.py (packages): Add frame_unwinders
9822 list.
9823 (execute_unwinders): New function.
9824 * python/lib/gdb/command/unwinders.py: New file.
9825 * python/lib/gdb/unwinder.py: New file.
9826 * python/py-objfile.c (objfile_object): Add frame_unwinders field.
9827 (objfpy_dealloc): Decrement frame_unwinders reference count.
9828 (objfpy_initialize): Create frame_unwinders list.
9829 (objfpy_get_frame_unwinders): New function.
9830 (objfpy_set_frame_unwinders): Ditto.
9831 (objfile_getset): Add frame_unwinders attribute to Objfile.
9832 * python/py-progspace.c (pspace_object): Add frame_unwinders field.
9833 (pspy_dealloc): Decrement frame_unwinders reference count.
9834 (pspy_initialize): Create frame_unwinders list.
9835 (pspy_get_frame_unwinders): New function.
9836 (pspy_set_frame_unwinders): Ditto.
9837 (pspy_getset): Add frame_unwinders attribute to gdb.Progspace.
9838 * python/py-unwind.c: New file.
9839 * python/python-internal.h (pspy_get_name_unwinders): New prototype.
9840 (objpy_get_frame_unwinders): New prototype.
9841 (gdbpy_initialize_unwind): New prototype.
9842 * python/python.c (gdbpy_apply_type_printers): Call
9843 gdbpy_initialize_unwind.
9844
6b403daa
PA
98452015-04-01 Pedro Alves <palves@redhat.com>
9846
9847 * infrun.c (resume): Check currently_stepping after clearing
9848 stepped_breakpoint, not before.
9849
1176ecec
PA
98502015-04-01 Pedro Alves <palves@redhat.com>
9851
9852 * infrun.c (print_target_wait_results): Print all the ptid
9853 elements.
9854
de1fe8c8
PA
98552015-04-01 Pedro Alves <palves@redhat.com>
9856
9857 * infrun.c (keep_going): Also discard cleanups if inserting
9858 breakpoints fails.
9859
e6f5c25b
PA
98602015-04-01 Pedro Alves <palves@redhat.com>
9861
9862 * infrun.c (wait_for_inferior): Install the
9863 finish_thread_state_cleanup cleanup across the whole function, not
9864 just around handle_inferior_event.
9865
1ac806b8
PA
98662015-04-01 Pedro Alves <palves@redhat.com>
9867
9868 * infrun.c (resume) <step past permanent breakpoint>: Use
9869 do_target_resume.
9870
2ee52aa4
PA
98712015-04-01 Pedro Alves <palves@redhat.com>
9872
9873 * linux-nat.c (linux_handle_extended_wait): Always call set_running.
9874
5445da1b
PMR
98752015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
9876
9877 * MAINTAINERS (Write After Approval): Add "Pierre-Marie de Rodat".
9878
4eec2deb
PA
98792015-04-01 Pedro Alves <palves@redhat.com>
9880
9881 * linux-thread-db.c (record_thread): Readd the thread to gdb's
9882 list if it was marked exited.
9883
afa59b79
L
98842015-04-01 H.J. Lu <hongjiu.lu@intel.com>
9885
9886 * configure: Regenerated.
9887
df8411da
SDJ
98882015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
9889 Jan Kratochvil <jan.kratochvil@redhat.com>
9890 Oleg Nesterov <oleg@redhat.com>
9891
9892 PR corefiles/16092
9893 * linux-tdep.c: Include 'gdbcmd.h' and 'gdb_regex.h'.
9894 New enum identifying the various options of the coredump_filter
9895 file.
9896 (struct smaps_vmflags): New struct.
9897 (use_coredump_filter): New variable.
9898 (decode_vmflags): New function.
9899 (mapping_is_anonymous_p): Likewise.
9900 (dump_mapping_p): Likewise.
9901 (linux_find_memory_regions_full): New variables
9902 'coredumpfilter_name', 'coredumpfilterdata', 'pid', 'filterflags'.
9903 Removed variable 'modified'. Read /proc/<PID>/smaps file; improve
9904 parsing of its information. Implement memory mapping filtering
9905 based on its contents.
9906 (show_use_coredump_filter): New function.
9907 (_initialize_linux_tdep): New command 'set use-coredump-filter'.
9908 * NEWS: Mention the possibility of using the
9909 '/proc/PID/coredump_filter' file when generating a corefile.
9910 Mention new command 'set use-coredump-filter'.
9911
416f679e
SDJ
99122015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
9913
9914 * solib-svr4.c (solib_svr4_r_ldsomap): Catch possible exception by
9915 read_memory_unsigned_integer.
9916
711a72d3
L
99172015-03-31 H.J. Lu <hongjiu.lu@intel.com>
9918
9919 * Makefile.in (ZLIB): New.
9920 (ZLIBINC): Likewise.
9921 (INTERNAL_CFLAGS_BASE): Add $(ZLIBINC).
9922 (CLIBS): Add $(ZLIB).
9923 * acinclude.m4: (GDB_AC_CHECK_BFD): Add $zlibdir to LDFLAGS.
9924 Add -lz to LIBS.
9925 * gdb_bfd.c: Don't check HAVE_ZLIB_H to include <zlib.h>.
9926 * top.c (print_gdb_configuration): Remove --with-zlib and
9927 --without-zlib.
9928 * config.in: Regenerated.
9929 * configure: Likewise.
9930
d33279b3
AT
99312015-03-31 Antoine Tremblay <antoine.tremblay@ericsson.com>
9932
9933 * NEWS: Mention info os cpus support.
9934 * gdb/nat/linux-osdata.c (linux_xfer_osdata_cpus): New function.
9935 (struct osdata_type): Add cpus entry, reorder the entries in
9936 alphabetical order.
9937
71b30f27
MK
99382015-03-31 Matthias Klose <doko@ubuntu.com>
9939
9940 * compile/compile.c (compile_to_object): Allow triplets with or
9941 without vendor set.
9942
13ce9222
DE
99432015-03-30 Doug Evans <dje@google.com>
9944
9945 PR c++/18141
9946 * cp-namespace.c (cp_search_static_and_baseclasses): Always look for
9947 klass in VAR_DOMAIN.
9948
20f796c9
GB
99492015-03-30 Gary Benson <gbenson@redhat.com>
9950
9951 * remote.c (remote_mourn_1): Remove function. Update all callers
9952 to use remote_mourn.
9953 (extended_remote_mourn_1): Remove function. Update all callers
9954 to use extended_remote_mourn.
9955 (extended_remote_attach_1): Remove function. Update all callers
9956 to use extended_remote_attach.
9957
49d45b20
JB
99582015-03-28 James Bowman <james.bowman@ftdichip.com>
9959
9960 * Makefile.in (ALL_TARGET_OBS): Add ft32-tdep.o.
9961 (HFILES_NO_SRCDIR): Add ft32-tdep.h.
9962 (ALLDEPFILES): Add ft32-tdep.c.
9963 * configure.tgt: Add FT32 entry.
9964 * ft32-tdep.c: New file, FT32 target-dependent code.
9965 * ft32-tdep.h: New file, FT32 target-dependent code.
9966
1c4ff080
JK
99672015-03-27 Jan Kratochvil <jan.kratochvil@redhat.com>
9968
9969 Revert:
9970 2015-03-26 Jan Kratochvil <jan.kratochvil@redhat.com>
9971 Code cleanup.
9972 * printcmd.c (print_command_1): Move expr variable scope.
9973
79498702
JB
99742015-03-27 Joel Brobecker <brobecker@adacore.com>
9975
9976 * dtrace-probe.c (dtrace_process_dof_probe): Initialize expr to NULL.
9977
ce9c0ca1
AK
99782015-03-27 Andrzej Kaczmarek <andrzej.kaczmarek@tieto.com>
9979
9980 * gdb_bfd.c (gdb_bfd_section_index): Fix off-by-one for special
9981 sections.
9982
429e1e81
JB
99832015-03-26 Joel Brobecker <brobecker@adacore.com>
9984
9985 * dtrace-probe.c (dtrace_process_dof_probe): Contain any
9986 exception raised while parsing the probe arguments.
9987 Force parsing to be done using the C language parser.
9988 * expression.h (parse_expression_with_language): Declare.
9989 * parse.c (parse_expression_with_language): New function.
9990
4593441b
JT
99912015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
9992
9993 * MAINTAINERS (Write After Approval): Add "Jon Turney".
9994
ff908ebf
AW
99952015-03-26 Andy Wingo <wingo@igalia.com>
9996
9997 PR symtab/18148
9998 * dwarf2read.c (struct partial_die_info): Add has_const_value
9999 member.
10000 (add_partial_symbol): Don't punt on symbols that have const_value
10001 attributes.
10002 (read_partial_die): Detect DW_AT_const_value.
10003
f30d5c78
JK
100042015-03-26 Jan Kratochvil <jan.kratochvil@redhat.com>
10005
10006 Code cleanup.
10007 * printcmd.c (print_command_1): Move expr variable scope.
10008
8d89f51a
JK
100092015-03-26 Jan Kratochvil <jan.kratochvil@redhat.com>
10010
10011 Code cleanup.
10012 * printcmd.c (validate_format): Make the parameter cmdname const.
10013
0b736949
DB
100142015-03-26 Don Breazeal <donb@codesourcery.com>
10015
10016 * remote.c (_initialize_remote): Update comment.
10017
20d35291
PA
100182015-03-26 Pedro Alves <palves@redhat.com>
10019 Jon TURNEY <jon.turney@dronecode.org.uk>
10020
10021 * coffread.c (coff_symfile_read): When constructing the name of an
10022 import stub symbol from import symbol for amd64, only skip the
10023 char after _imp_ if the target is underscored (like i386) and the
10024 char is indeed the target's leading char.
10025
6a3753b3
PA
100262015-03-25 Pedro Alves <palves@redhat.com>
10027
10028 * target.h <to_async>: Replace 'callback' and 'context' parameters
10029 with boolean 'enable' parameter.
10030 (target_async): Replace CALLBACK and CONTEXT parameters with
10031 boolean ENABLE parameter.
10032 * inf-loop.c (inferior_event_handler): Adjust.
10033 * linux-nat.c (linux_nat_attach, linux_nat_resume)
10034 (linux_nat_resume): Adjust.
10035 (async_client_callback, async_client_context): Delete.
10036 (handle_target_event): Call inferior_event_handler directly.
10037 (linux_nat_async): Replace 'callback' and 'context' parameters
10038 with boolean 'enable' parameter. Adjust. Remove references to
10039 async_client_callback and async_client_context.
10040 (linux_nat_close): Adjust.
10041 * record-btrace.c (record_btrace_async): Replace 'callback' and
10042 'context' parameters with boolean 'enable' parameter. Adjust.
10043 (record_btrace_resume): Adjust.
10044 * record-full.c (record_full_async): Replace 'callback' and
10045 'context' parameters with boolean 'enable' parameter. Adjust.
10046 (record_full_resume, record_full_core_resume): Adjust.
10047 * remote.c (struct remote_state) <async_client_callback,
10048 async_client_context>: Delete fields.
10049 (remote_start_remote, extended_remote_attach_1, remote_resume)
10050 (extended_remote_create_inferior): Adjust.
10051 (remote_async_serial_handler): Call inferior_event_handler
10052 directly.
10053 (remote_async): Replace 'callback' and 'context' parameters with
10054 boolean 'enable' parameter. Adjust.
10055 * top.c (gdb_readline_wrapper_cleanup, gdb_readline_wrapper):
10056 Adjust.
10057 * target-delegates.c: Regenerate.
10058
1c4b552b
GB
100592015-03-25 Gary Benson <gbenson@redhat.com>
10060 Pedro Alves <palves@redhat.com>
10061
10062 * target.c (fileio_ft_t): New typedef, define object vector.
10063 (fileio_fhandles): New static variable.
10064 (is_closed_fileio_fh): New macro.
10065 (lowest_closed_fd): New static variable.
10066 (acquire_fileio_fd): New function.
10067 (release_fileio_fd): Likewise.
10068 (fileio_fd_to_fh): New macro.
10069 (target_fileio_open): Wrap the file descriptor on success.
10070 (target_fileio_pwrite): Updated to use wrapped file descriptor.
10071 (target_fileio_pread): Likewise.
10072 (target_fileio_close): Likewise.
10073
a25d8bf9
PA
100742015-03-24 Pedro Alves <palves@redhat.com>
10075
10076 * thread.c (thread_apply_all_command): Take exited threads into
10077 account.
10078
44a1ee51
PA
100792015-03-24 Pedro Alves <palves@redhat.com>
10080
10081 * infrun.c (resume, proceed): Mention
10082 switch_back_to_stepped_thread, not switch_back_to_stepping.
10083
f3263aa4
PA
100842015-03-24 Pedro Alves <palves@redhat.com>
10085
10086 * infrun.c (user_visible_resume_ptid): Rewrite going from
10087 most-locked to unlocked instead of the opposite. Move comment ...
10088 * infrun.h (user_visible_resume_ptid): ... here.
10089
2bf6fb9d
PA
100902015-03-24 Pedro Alves <palves@redhat.com>
10091
10092 * linux-nat.c (linux_nat_resume): Output debug logs before trying
10093 to resume the event lwp. Use the lwp's ptid instead of the passed
10094 in (maybe wildcard) ptid.
10095 (stop_wait_callback): Tweak debug log output.
10096 (check_stopped_by_breakpoint): Tweak debug log output. Also dump
10097 TRAP_TRACE.
10098 (linux_nat_filter_event): In debug output, distinguish a
10099 resume_stop SIGSTOP from a delayed SIGSTOP. Output debug logs
10100 before trying to resume the lwp.
10101
283a9958
JB
101022015-03-24 Joel Brobecker <brobecker@adacore.com>
10103
10104 * gdbtypes.h (struct dynamic_prop_list) <prop>: Remove
10105 pointer indirection.
10106 * gdbtypes.c (get_dyn_prop): Adjust, following change above.
10107 (add_dyn_prop, copy_dynamic_prop_list): Likewise.
10108
93a8e227
JB
101092015-03-24 Joel Brobecker <brobecker@adacore.com>
10110
10111 * gdbtypes.h (enum dynamic_prop_node_kind) <DYN_PROP_DATA_LOCATION>:
10112 Renames DYN_ATTR_DATA_LOCATION.
10113 (TYPE_DATA_LOCATION): Use DYN_PROP_DATA_LOCATION instead of
10114 DYN_ATTR_DATA_LOCATION.
10115 * dwarf2read.c (set_die_type): Use DYN_PROP_DATA_LOCATION
10116 instead of DYN_ATTR_DATA_LOCATION.
10117
64ce06e4
PA
101182015-03-24 Pedro Alves <palves@redhat.com>
10119
10120 * breakpoint.c (until_break_command): Adjust call to proceed.
10121 * gdbthread.h (struct thread_control_state) <stepping_command>:
10122 New field.
10123 * infcall.c (run_inferior_call): Adjust call to proceed.
10124 * infcmd.c (run_command_1, proceed_thread_callback, continue_1):
10125 Adjust calls to proceed.
10126 (set_step_frame): Set the current thread's step_start_function
10127 here.
10128 (step_once): Adjust calls to proceed.
10129 (jump_command, signal_command, until_next_command)
10130 (finish_backward, finish_forward, proceed_after_attach_callback)
10131 (attach_command_post_wait): Adjust calls to proceed.
10132 * infrun.c (proceed_after_vfork_done): Adjust call to proceed.
10133 (do_target_resume): New function, factored out from ...
10134 (resume): ... here. Remove 'step' parameter. Instead, check
10135 currently_stepping to determine whether the thread should be
10136 single-stepped.
10137 (proceed): Remove 'step' parameter and don't set the thread's
10138 step_start_function here. Adjust call to 'resume'.
10139 (handle_inferior_event): Adjust calls to 'resume'.
10140 (switch_back_to_stepped_thread): Use do_target_resume instead of
10141 'resume'.
10142 (keep_going): Adjust calls to 'resume'.
10143 * infrun.h (proceed): Remove 'step' parameter.
10144 (resume): Likewise.
10145 * windows-nat.c (do_initial_windows_stuff): Adjust call to
10146 'resume'.
10147 * mi/mi-main.c (proceed_thread): Adjust call to 'proceed'.
10148
856e7dd6
PA
101492015-03-24 Pedro Alves <palves@redhat.com>
10150
10151 * gdbthread.h (struct thread_control_state) <stepping_command>:
10152 New field.
10153 * infcmd.c (step_once): Pass step=1 to clear_proceed_status. Set
10154 the thread's stepping_command field.
10155 * infrun.c (resume): Check the thread's stepping_command flag to
10156 determine which threads should be resumed. Rename 'entry_step'
10157 local to user_step.
10158 (clear_proceed_status_thread): Clear 'stepping_command'.
10159 (schedlock_applies): Change parameter type to struct thread_info
10160 pointer. Adjust.
10161 (find_thread_needs_step_over): Remove 'step' parameter. Adjust.
10162 (switch_back_to_stepped_thread): Adjust calls to
10163 'schedlock_applies'.
10164 (_initialize_infrun): Adjust "set scheduler-locking step" help.
10165
885eeb5b
PA
101662015-03-24 Pedro Alves <palves@redhat.com>
10167
10168 * infrun.c (step_start_function): Delete and ...
10169 * gdbthread.h (struct thread_control_state) <step_start_function>:
10170 ... now a field here.
10171 * infrun.c (clear_proceed_status_thread): Clear the thread's
10172 step_start_function.
10173 (proceed, process_event_stop_test, print_stop_event): Adjust.
10174
3333f03a
PA
101752015-03-24 Pedro Alves <palves@redhat.com>
10176
10177 * infrun.c (proceed): No longer handle negative step.
10178
369f6daa
GB
101792015-03-24 Gary Benson <gbenson@redhat.com>
10180
10181 * nat/x86-linux.h (x86_linux_new_thread): New declaration.
10182 (x86_linux_prepare_to_resume): Likewise.
10183 * x86-linux-nat.c (x86_linux_new_thread):
10184 Moved to nat/x86-linux.c.
10185 (x86_linux_prepare_to_resume): Likewise.
10186 * nat/x86-linux.c (x86_linux_new_thread): New function.
10187 (x86_linux_prepare_to_resume): Likewise.
10188
8e5d4070
GB
101892015-03-24 Gary Benson <gbenson@redhat.com>
10190
10191 * nat/x86-linux-dregs.h: New file.
10192 * nat/x86-linux-dregs.c: Likewise.
10193 * Makefile.in (HFILES_NO_SRCDIR): Add nat/x86-linux-dregs.h.
10194 (x86-linux-dregs.o): New rule.
10195 * config/i386/linux.mh (NATDEPFILES): Add x86-linux-dregs.o.
10196 * config/i386/linux64.mh (NATDEPFILES): Likewise.
10197 * x86-linux-nat.c: Include nat/x86-linux-dregs.h.
10198 (u_debugreg_offset): Moved to nat/x86-linux-dregs.c.
10199 (x86_linux_dr_get): Likewise.
10200 (x86_linux_dr_set): Likewise.
10201 (x86_linux_dr_get_addr): Likewise.
10202 (x86_linux_dr_get_control): Likewise.
10203 (x86_linux_dr_get_status): Likewise.
10204 (update_debug_registers_callback): Likewise.
10205 (x86_linux_dr_set_control): Likewise.
10206 (x86_linux_dr_set_addr): Likewise.
10207 (x86_linux_update_debug_registers): Likewise.
10208
2b95d440
GB
102092015-03-24 Gary Benson <gbenson@redhat.com>
10210
10211 * x86-linux-nat.c (x86_linux_update_debug_registers):
10212 New function, factored out from...
10213 (x86_linux_prepare_to_resume): ...this.
10214
14b0bc68
GB
102152015-03-24 Gary Benson <gbenson@redhat.com>
10216
10217 * x86-linux-nat.c (x86_linux_dr_get): Update comments.
10218 (x86_linux_dr_set): Likewise.
10219 (x86_linux_dr_get_addr): Likewise.
10220 (x86_linux_dr_get_control): Likewise.
10221 (x86_linux_dr_get_status): Likewise.
10222 (update_debug_registers_callback): Likewise.
10223 (x86_linux_dr_set_control): Likewise.
10224 (x86_linux_dr_set_addr): Likewise.
10225 (x86_linux_prepare_to_resume): Likewise.
10226 (x86_linux_new_thread): Likewise.
10227
5dfe6ca8
GB
102282015-03-24 Gary Benson <gbenson@redhat.com>
10229
10230 * x86-linux-nat.c (x86_linux_dr_set_addr): Update assertion.
10231 (x86_linux_new_thread): Rename argument.
10232
4b134ca1
GB
102332015-03-24 Gary Benson <gbenson@redhat.com>
10234
10235 * nat/x86-linux.h: New file.
10236 * nat/x86-linux.c: Likewise.
10237 * Makefile.in (HFILES_NO_SRCDIR): Add nat/x86-linux.h.
10238 (x86-linux.o): New rule.
10239 * config/i386/linux.mh (NATDEPFILES): Add x86-linux.o.
10240 * config/i386/linux64.mh (NATDEPFILES): Likewise.
10241 * nat/linux-nat.h (struct arch_lwp_info): New forward declaration.
10242 (lwp_set_arch_private_info): New declaration.
10243 (lwp_arch_private_info): Likewise.
10244 * linux-nat.c (lwp_set_arch_private_info): New function.
10245 (lwp_arch_private_info): Likewise.
10246 * x86-linux-nat.c: Include nat/x86-linux.h.
10247 (arch_lwp_info): Removed structure.
10248 (update_debug_registers_callback):
10249 Use lwp_set_debug_registers_changed.
10250 (x86_linux_prepare_to_resume): Use lwp_debug_registers_changed
10251 and lwp_set_debug_registers_changed.
10252 (x86_linux_new_thread): Use lwp_set_debug_registers_changed.
10253
cff068da
GB
102542015-03-24 Gary Benson <gbenson@redhat.com>
10255
10256 * nat/linux-nat.h (ptid_of_lwp): New declaration.
10257 (lwp_is_stopped): Likewise.
10258 (lwp_stop_reason): Likewise.
10259 * linux-nat.c (ptid_of_lwp): New function.
10260 (lwp_is_stopped): Likewise.
10261 (lwp_is_stopped_by_watchpoint): Likewise.
10262 * x86-linux-nat.c (update_debug_registers_callback):
10263 Use lwp_is_stopped.
10264 (x86_linux_prepare_to_resume): Use ptid_of_lwp and
10265 lwp_stop_reason.
10266
b2f7c7e8
GB
102672015-03-24 Gary Benson <gbenson@redhat.com>
10268
10269 * linux-nat.h (linux_stop_lwp): Move declaration to...
10270 * nat/linux-nat.h (linux_stop_lwp): New declaration.
10271
6d4ee8c6
GB
102722015-03-24 Gary Benson <gbenson@redhat.com>
10273
10274 * linux-nat.h: Include nat/linux-nat.h.
10275 (iterate_over_lwps): Move declaration to nat/linux-nat.h.
10276 * nat/linux-nat.h (struct lwp_info): New forward declaration.
10277 (iterate_over_lwps_ftype): New typedef.
10278 (iterate_over_lwps): New declaration.
10279 * linux-nat.h (iterate_over_lwps): Update comment. Use
10280 iterate_over_lwps_ftype. Update callback return value check.
10281
70a0bb6b
GB
102822015-03-24 Gary Benson <gbenson@redhat.com>
10283
10284 * x86-nat.h (x86_debug_reg_state): Move declaration to...
10285 * nat/x86-dregs.h (x86_debug_reg_state): New declaration.
10286
7b669087
GB
102872015-03-24 Gary Benson <gbenson@redhat.com>
10288
10289 * nat/linux-nat.h (current_lwp_ptid): New declaration.
10290 * linux-nat.c (current_lwp_ptid): New function.
10291 * x86-linux-nat.c: Include nat/linux-nat.h.
10292 (x86_linux_dr_get_addr): Use current_lwp_ptid.
10293 (x86_linux_dr_get_control): Likewise.
10294 (x86_linux_dr_get_status): Likewise.
10295 (x86_linux_dr_set_control): Likewise.
10296 (x86_linux_dr_set_addr): Likewise.
10297
15630549
AT
102982015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
10299
10300 PR breakpoints/16466
10301 * breakpoint.c (create_breakpoint): Set thread on breakpoint struct.
10302
8a4506c0
JB
103032015-03-23 Joel Brobecker <brobecker@adacore.com>
10304
10305 * ser-mingw.c (ser_windows_setparity): Fix indentation.
10306 * ser-unix.c (hardwire_setparity): Likewise.
10307
236af5e3
YG
103082015-03-23 Yurij Grechishhev <yurij.grechishhev@gmail.com>
10309
10310 * NEWS: Mention set/show serial parity command.
10311 * monitor.c (monitor_open): Call serial_setparity.
10312 * remote.c (remote_open_1): Likewise.
10313 * ser-base.c (ser_base_serparity): New function.
10314 * ser-base.h (ser_base_setparity): Add declaration.
10315 * ser-go32.c (dos_ops): Set "setparity" field.
10316 * ser-mingw.c (ser_windows_raw): Do not set state.fParity and
10317 state.Parity.
10318 (ser_windows_setparity): New function.
10319 (hardwire_ops): Add ser_windows_setparity.
10320 (tty_ops): Add NULL for setparity field.
10321 (pipe_ops): Add ser_base_setparity.
10322 (tcp_ops): Likewise.
10323 * ser-pipe.c (pipe_ops): Likewise.
10324 * ser-tcp.c (tcp_ops): Likewise.
10325 * ser-unix.c (hardwire_setparity): Add declaration.
10326 (hardwire_raw): Don't reset PARENB flag.
10327 (hardwire_setparity): New function.
10328 (hardwire_ops): Add hardwire_setparity.
10329 * serial.c (serial_setparity): New function.
10330 (serial_parity): New global.
10331 (parity_none, parity_odd, parity_even, parity_enums, parity):
10332 New static globals.
10333 (set_parity): New function.
10334 (_initialize_serial): Add set/show serial parity commands.
10335 * serial.h (GDBPARITY_NONE): Define.
10336 (GDBPARITY_ODD): Define.
10337 (GDBPARITY_EVEN): Define.
10338 (serial_setparity) Add declaration.
10339 (struct serial_ops): Add setparity field.
10340 * target.h (serial_parity): Add declaration.
10341
32b40af9
KS
103422015-03-23 Keith Seitz <keiths@redhat.com>
10343
10344 * linespec.c (linespec_lexer_lex_keyword): Update comment.
10345
693dca06
KS
103462015-03-23 Keith Seitz <keiths@redhat.com>
10347
10348 * breakpoint.c (parse_breakpoint_sals): Use
10349 linespec_lexer_lex_keyword to ascertain if the user specified
10350 a NULL location.
10351 * linespec.c [IF_KEYWORD_INDEX]: Define.
10352 (linespec_lexer_lex_keyword): Export.
10353 (struct ls_parser) <keyword_ok>: Remove.
10354 A keyword is only a keyword if not followed by another keyword.
10355 (linespec_lexer_lex_one): Remove keyword_ok handling.
10356 Add comment explaining why the parsing stream is not advanced
10357 when a keyword is seen.
10358 (parse_linespec): Remove parser->keyword_ok.
10359 * linespec.h (linespec_lexer_lex_keyword): Add declaration.
10360
7e993ebf
KS
103612015-03-23 Keith Seitz <keiths@redhat.com>
10362
10363 PR gdb/18021
10364 * dwarf2read.c (dwarf2_add_member_fn): Issue a complaint
10365 if we find a static method with DW_AT_vtable_elem_location.
10366
b1a0f704
EZ
103672015-03-21 Eli Zaretskii <eliz@gnu.org>
10368
10369 * tui/tui-io.c (tui_expand_tabs): Reinitialize the column counter
10370 before the second loop, to avoid undefined behavior. Reported by
10371 Anton Blanchard <anton@samba.org>.
10372
d9823cbb
KB
103732015-03-20 Keven Boell <keven.boell@intel.com>
10374
10375 * gdbtypes.c (resolve_dynamic_type_internal): Adapt
10376 data_location usage to linked list.
10377 (resolve_dynamic_type_internal): Adapt data_location to
10378 linked list.
10379 (get_dyn_prop, add_dyn_prop, copy_dynamic_prop_list): New function.
10380 (copy_type_recursive, copy_type): Add copy of linked list.
10381 * gdbtypes.h (enum dynamic_prop_node_kind): New enum.
10382 (struct dynamic_prop_list): New struct.
10383 * dwarf2read.c (set_die_type): Set data_location data.
10384
2e7bf1d7
PA
103852015-03-20 Pedro Alves <palves@redhat.com>
10386
10387 * i386-sol2-tdep.c (i386_sol2_static_transform_name): Move "p" to
10388 inner block and make it const.
10389 * machoread.c (get_archive_prefix_len): Make "lparen" const.
10390
7a26bd4d
PA
103912015-03-20 Pedro Alves <palves@redhat.com>
10392
10393 * breakpoint.c (set_breakpoint_condition): Make argument "exp" const.
10394 * breakpoint.h (set_breakpoint_condition): Update declaration.
10395
cd46431b
PA
103962015-03-20 Pedro Alves <palves@redhat.com>
10397
10398 * tui/tui-io.c (tui_expand_tabs): Make "s1" const.
10399
e28566f7
PA
104002015-03-20 Pedro Alves <palves@redhat.com>
10401
10402 * xcoffread.c (scan_xcoff_symtab): Make "p" and "q" const.
10403
f6fc92f6
PA
104042015-03-20 Pedro Alves <palves@redhat.com>
10405
10406 * remote-m32r-sdi.c (m32r_open): Make "port_str" const.
10407
c32ed3ef
PA
104082015-03-20 Pedro Alves <palves@redhat.com>
10409
10410 * nto-tdep.c (nto_find_and_open_solib): Make "endian" const.
10411 (nto_init_solib_absolute_prefix): Likewise.
10412
53e78085
PA
104132015-03-20 Pedro Alves <palves@redhat.com>
10414
10415 * sparc-sol2-tdep.c (sparc_sol2_static_transform_name): Make "p" const.
10416 * spu-tdep.c (spu_gdbarch_init): Make "name" const.
10417
bc23328c
JK
104182015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10419
10420 * config/djgpp/README: Remove gdb.hp.
10421
e8ffc436
YQ
104222015-03-20 Yao Qi <yao.qi@linaro.org>
10423
10424 * aarch64-tdep.c (aarch64_gdbarch_init): Don't call
10425 set_gdbarch_cannot_step_breakpoint.
10426
23f238d3
PA
104272015-03-19 Pedro Alves <palves@redhat.com>
10428
10429 * linux-nat.c (linux_resume_one_lwp): Rename to ...
10430 (linux_resume_one_lwp_throw): ... this. Don't handle ESRCH here,
10431 instead call perror_with_name.
10432 (check_ptrace_stopped_lwp_gone): New function.
10433 (linux_resume_one_lwp): Reimplement as wrapper around
10434 linux_resume_one_lwp_throw that swallows errors if the LWP is
10435 gone.
10436 (resume_stopped_resumed_lwps): Try register reads in TRY/CATCH and
10437 swallows errors if the LWP is gone. Use
10438 linux_resume_one_lwp_throw instead of linux_resume_one_lwp.
10439
eb54c8bf
PA
104402015-03-19 Pedro Alves <palves@redhat.com>
10441
10442 * linux-nat.c (status_callback): Return early if the LWP has no
10443 status pending.
10444
b90fc188
PA
104452015-03-19 Pedro Alves <palves@redhat.com>
10446
10447 * linux-nat.c (select_event_lwp_callback): Update comment to no
10448 longer mention SIGTRAP.
10449
670f82d4
TG
104502015-03-18 Tristan Gingold <gingold@adacore.com>
10451
72f4393d
L
10452 * amd64-windows-tdep.c (amd64_windows_find_unwind_info): Move
10453 redirection code to ...
10454 (amd64_windows_frame_decode_insns): ... Here. Fix in prologue
10455 checks. Fix SAVE_NONVOL operations. Add debug code and comments.
670f82d4 10456
464b0089
GB
104572015-03-18 Gary Benson <gbenson@redhat.com>
10458
10459 (remote_protocol_features): Remove the "vFile:fstat" feature.
10460 (remote_hostio_fstat): Probe for "vFile:fstat" support.
10461
f68f11b7
YQ
104622015-03-11 Yao Qi <yao.qi@linaro.org>
10463
10464 PR tdep/18107
10465 * aarch64-linux-tdep.c: Include xml-syscall.h
10466 (aarch64_linux_get_syscall_number): New function.
10467 (aarch64_linux_init_abi): Call
10468 set_gdbarch_get_syscall_number.
10469 * syscalls/aarch64-linux.xml: New file.
10470
393bd0c0
YG
104712015-03-17 Yurij Grechishhev <yurij.grechishhev@gmail.com>
10472
10473 * ser-base.h (ser_base_setstopbits): Change second argument name
10474 from "rate" to "num".
10475
7f3647e2
GB
104762015-03-17 Gary Benson <gbenson@redhat.com>
10477 Luke Allardyce <lukeallardyce@gmail.com>
10478
10479 PR gdb/18131
10480 * common/common-remote-fileio.h (sys/stat.h): New include.
10481 (stuct stat): Remove forward declaration.
10482
3ce5b6e2
JB
104832015-03-16 John Baldwin <jhb@FreeBSD.org>
10484
10485 * fbsd-tdep.c (fbsd_make_corefile_notes): Fetch all target registers
10486 before writing core register notes.
10487
d053f6be
YZ
104882015-03-16 Yuanhui Zhang <asmwarrior@gmail.com>
10489 Pedro Alves <palves@redhat.com>
10490
10491 * gdb_curses.h (tgetnum): Mark with EXTERN_C.
10492 * stub-termcap.c (tgetent, tgetnum, tgetflag, tgetstr, tputs)
10493 (tgoto): Wrap with extern "C".
10494
b1a921c8
PA
104952015-03-16 Pedro Alves <palves@redhat.com>
10496 Yuanhui Zhang <asmwarrior@gmail.com>
10497
10498 * stub-termcap.c (tputs): Change prototype.
10499
876d1cd7
YZ
105002015-03-16 Yuanhui Zhang <asmwarrior@gmail.com>
10501 Pedro Alves <palves@redhat.com>
10502
10503 * windows-nat.c (struct thread_info_struct): Rename to ...
10504 (struct windows_thread_info_struct): ... this.
10505 (thread_info): Rename to ...
10506 (windows_thread_info): ... this.
10507 All users updated.
10508
0800b440
JK
105092015-03-14 Jan Kratochvil <jan.kratochvil@redhat.com>
10510 Pedro Alves <palves@redhat.com>
10511
10512 * NEWS: New Removed targets and native configurations.
10513
105142015-03-13 Jan Kratochvil <jan.kratochvil@redhat.com>
61a12cfa
JK
10515
10516 Remove HPUX.
10517 * Makefile.in (ALL_64_TARGET_OBS): Remove ia64-hpux-tdep.o.
10518 (ALL_TARGET_OBS): Remove hppa-hpux-tdep.o, solib-som.o and solib-pa64.o.
10519 (HFILES_NO_SRCDIR): Remove solib-som.h, inf-ttrace.h, solib-pa64.h and
10520 ia64-hpux-tdep.h, solib-ia64-hpux.h.
10521 (ALLDEPFILES): Remove hppa-hpux-tdep.c, hppa-hpux-nat.c,
10522 ia64-hpux-nat.c, ia64-hpux-tdep.c, somread.c and solib-som.c.
10523 * config/djgpp/fnchange.lst: Remove hppa-hpux-nat.c and
10524 hppa-hpux-tdep.c.
10525 * config/ia64/hpux.mh: Remove file.
10526 * config/pa/hpux.mh: Remove file.
10527 * configure: Rebuilt.
10528 * configure.ac (dlgetmodinfo, somread.o): Remove.
10529 * configure.host (hppa*-*-hpux*, ia64-*-hpux*): Make them obsolete.
10530 (ia64-*-hpux*): Remove its float format exception.
10531 * configure.tgt (hppa*-*-hpux*, ia64-*-hpux*): Make them obsolete.
10532 * hppa-hpux-nat.c: Remove file.
10533 * hppa-hpux-tdep.c: Remove file.
10534 * hppa-tdep.c (struct hppa_unwind_info, struct hppa_objfile_private):
10535 Move them here from hppa-tdep.h
10536 (hppa_objfile_priv_data, hppa_init_objfile_priv_data): Make it static.
10537 (hppa_frame_prev_register_helper): Remove HPPA_FLAGS_REGNUM exception.
10538 * hppa-tdep.h (struct hppa_unwind_info, struct hppa_objfile_private):
10539 Move them to hppa-tdep.c.
10540 (hppa_objfile_priv_data, hppa_init_objfile_priv_data): Remove
10541 declarations.
10542 * ia64-hpux-nat.c: Remove file.
10543 * ia64-hpux-tdep.c: Remove file.
10544 * ia64-hpux-tdep.h: Remove file.
10545 * inf-ttrace.c: Remove file.
10546 * inf-ttrace.h: Remove file.
10547 * solib-ia64-hpux.c: Remove file.
10548 * solib-ia64-hpux.h: Remove file.
10549 * solib-pa64.c: Remove file.
10550 * solib-pa64.h: Remove file.
10551 * solib-som.c: Remove file.
10552 * solib-som.h: Remove file.
10553 * somread.c: Remove file.
10554
25268153
JB
105552015-03-13 John Baldwin <jhb@FreeBSD.org>
10556
10557 * configure.ac: AC_SEARCH_LIBS(kinfo_getvmmap, util).
10558 * config.in: Regenerate.
10559 * configure: Regenerate.
10560 * fbsd-nat.c [!HAVE_KINFO_GETVMMAP] (fbsd_read_mapping): Don't
72f4393d 10561 define.
25268153
JB
10562 (fbsd_find_memory_regions): Use kinfo_getvmmap to
10563 enumerate memory regions if present.
10564
773eacf5
JB
105652015-03-13 John Baldwin <jhb@FreeBSD.org>
10566
10567 * amd64fbsd-tdep.c (amd64fbsd_sigtramp_p): Style fixes.
10568 * i386fbsd-tdep.c: Fix style in various gdb_static_assert
10569 expressions.
10570 (i386fbsd_sigtramp_p): Likewise.
10571
01b6bdb0
JB
105722015-03-12 John Baldwin <jhb@FreeBSD.org>
10573
10574 * MAINTAINERS (Write After Approval): Add John Baldwin.
10575
811a659a
GB
105762015-03-12 Gary Benson <gbenson@redhat.com>
10577
10578 * solib.c (_initialize_solib): Make "set/show sysroot" use
10579 add_setshow_optional_filename_cmd so it can be restored to
10580 empty after being set.
10581
10304ef3
SDJ
105822015-03-11 Sergio Durigan Junior <sergiodj@redhat.com>
10583
10584 * Makefile.in (SFILES): New source break-catch-syscall.c.
10585 (COMMON_OBS): New object break-catch-syscall.o.
10586 * break-catch-syscall.c: New file.
10587 * breakpoint.c: Remove inclusion of "xml-syscall.h".
10588 (syscall_catchpoint_p): Move declaration to break-catch-syscall.c
10589 (struct syscall_catchpoint): Likewise.
10590 (dtor_catch_syscall): Likewise.
10591 (catch_syscall_inferior_data): Likewise.
10592 (struct catch_syscall_inferior_data): Likewise.
10593 (get_catch_syscall_inferior_data): Likewise.
10594 (catch_syscall_inferior_data_cleanup): Likewise.
10595 (insert_catch_syscall): Likewise.
10596 (remove_catch_syscall): Likewise.
10597 (breakpoint_hit_catch_syscall): Likewise.
10598 (print_it_catch_syscall): Likewise.
10599 (print_one_catch_syscall): Likewise.
10600 (print_mention_catch_syscall): Likewise.
10601 (print_recreate_catch_syscall): Likewise.
10602 (catch_syscall_breakpoint_ops): Likewise.
10603 (syscall_catchpoint_p): Likewise.
10604 (create_syscall_event_catchpoint): Likewise.
10605 (catch_syscall_split_args): Likewise.
10606 (catch_syscall_command_1): Likewise.
10607 (is_syscall_catchpoint_enabled): Likewise.
10608 (catch_syscall_enabled): Likewise.
10609 (catching_syscall_number): Likewise.
10610 (catch_syscall_completer): Likewise.
10611 (clear_syscall_counts): Likewise.
10612 (initialize_breakpoint_ops): Move initialization of syscall
10613 catchpoints to break-catch-syscall.c.
10614 (_initialize_breakpoint): Move code related to syscall catchpoints
10615 to break-catch-syscall.c.
10616
badd37ce
SDJ
106172015-03-11 Sergio Durigan Junior <sergiodj@redhat.com>
10618
10619 * breakpoint.c (breakpoint_find_if): New function.
10620 * breakpoint.h (breakpoint_find_if): New prototype.
10621
0a93529c
GB
106222015-03-11 Gary Benson <gbenson@redhat.com>
10623
10624 * remote-fileio.h (remote_fileio_to_host_stat): New declaration.
10625 * remote-fileio.c (remote_fileio_to_host_uint): New function.
10626 (remote_fileio_to_host_ulong): Likewise.
10627 (remote_fileio_to_host_mode): Likewise.
10628 (remote_fileio_to_host_time): Likewise.
10629 (remote_fileio_to_host_stat): Likewise.
10630 * remote.c (PACKET_vFile_fstat): New enum value.
10631 (remote_protocol_features): Register the "vFile:fstat" feature.
10632 (remote_hostio_fstat): New function.
10633 (remote_bfd_iovec_stat): Use the above.
10634 (_initialize_remote): Register new "set/show remote
10635 hostio-fstat-packet" command.
10636 * symfile.c (separate_debug_file_exists): Update comment.
10637 * NEWS: Announce new vFile:fstat packet.
10638
791c0056
GB
106392015-03-11 Gary Benson <gbenson@redhat.com>
10640
10641 * common/common-remote-fileio.h: New file.
10642 * common/common-remote-fileio.c: Likewise.
10643 * Makefile.in (SFILES): Add common/common-remote-fileio.c.
10644 (HFILES_NO_SRCDIR): Add common/common-remote-fileio.h.
10645 (COMMON_OBS): Add common-remote-fileio.o.
10646 (common-remote-fileio.o): New rule.
10647 * remote-fileio.h (common-remote-fileio.h): New include.
10648 * remote-fileio.c (gdb/fileio.h): Do not include.
10649 (remote_fileio_to_be): Moved to common-remote-fileio.h.
10650 (remote_fileio_to_fio_uint): Likewise.
10651 (remote_fileio_to_fio_time): Likewise.
10652 (remote_fileio_mode_to_target): Moved to common-remote-fileio.c.
10653 (remote_fileio_to_fio_mode): Likewise.
10654 (remote_fileio_to_fio_ulong): Likewise.
10655 (remote_fileio_to_fio_stat): Likewise.
10656
1390d0ef
AW
106572015-03-11 Andy Wingo <wingo@igalia.com>
10658
10659 * guile/scm-value.c (gdbscm_value_dynamic_type): Fix typo in which
10660 we were checking the cached type, not the cached dynamic type.
10661
84a4591a
AW
106622015-03-11 Andy Wingo <wingo@igalia.com>
10663
10664 * guile/scm-cmd.c (cmdscm_destroyer): Don't xfree the name and
10665 other strings, as these are on the GC'd heap, and will be
10666 collected along with the smob.
10667
85642ba0
AW
106682015-03-11 Andy Wingo <wingo@igalia.com>
10669
10670 * guile/scm-objfile.c (gdbscm_objfile_progspace): New function.
10671 (objfile_functions): Bind gdbscm_objfile_progspace to
10672 objfile-progspace.
10673 * guile/lib/gdb.scm: Add objfile-progspace to exports.
10674
92fab5a6
AW
106752015-03-11 Andy Wingo <wingo@igalia.com>
10676
10677 * guile/guile.c (_initialize_guile): Disable automatic
10678 finalization, if Guile offers us that possibility.
10679 * guile/guile.c (call_initialize_gdb_module):
10680 * guile/scm-safe-call.c (gdbscm_with_catch): Arrange to run
10681 finalizers in appropriate places.
10682 * configure.ac (AC_TRY_LIBGUILE): Add a check for
10683 scm_set_automatic_finalization_enabled.
10684 * configure: Regenerated.
10685
f054145e
AA
106862015-03-11 Andreas Arnez <arnez@linux.vnet.ibm.com>
10687
10688 * s390-linux-tdep.c (s390_skip_prologue): Skip the prologue using
10689 SAL, if possible.
10690
18396193
AA
106912015-03-11 Andreas Arnez <arnez@linux.vnet.ibm.com>
10692
10693 * s390-linux-nat.c (struct arch_lwp_info): New.
10694 (s390_fix_watch_points): Rename to...
10695 (s390_prepare_to_resume): ...this. Skip the PER info update
10696 unless the watch points have changed.
10697 (s390_refresh_per_info, s390_new_thread): New functions.
10698 (s390_insert_watchpoint): Call s390_refresh_per_info instead of
10699 s390_fix_watch_points.
10700 (s390_remove_watchpoint): Likewise.
10701 (_initialize_s390_nat): Reflect renaming of s390_fix_watch_points.
10702 Register s390_prepare_to_resume.
10703
9eb1356e
PA
107042015-03-09 Pedro Alves <palves@redhat.com>
10705
10706 Revert:
10707 2015-03-07 Pedro Alves <palves@redhat.com>
10708 * common/gdb_socket.h: New file.
10709 * ser-tcp.c: Include gdb_socket.h. Don't include netinet/in.h nor
10710 sys/socket.h.
10711 (net_open): Use union gdb_sockaddr_u.
10712
aac331e4
PA
107132015-03-07 Pedro Alves <palves@redhat.com>
10714
10715 * configure.ac (build_warnings): Move -Wmissing-prototypes
10716 -Wdeclaration-after-statement -Wmissing-parameter-type
10717 -Wold-style-declaration -Wold-style-definition to the C-specific
10718 set.
10719 * configure: Regenerate.
10720
366c75fc
PA
107212015-03-07 Pedro Alves <palves@redhat.com>
10722
10723 * common/gdb_socket.h: New file.
10724 * ser-tcp.c: Include gdb_socket.h. Don't include netinet/in.h nor
10725 sys/socket.h.
10726 (net_open): Use union gdb_sockaddr_u.
10727
72df25b2
PA
107282015-03-07 Pedro Alves <palves@redhat.com>
10729
10730 * common/common-exceptions.c [!__cplusplus] (enum catcher_state)
10731 (exceptions_state_mc_action_iter)
10732 (exceptions_state_mc_action_iter_1, exceptions_state_mc_catch):
10733 Don't define.
10734 [__cplusplus] (try_scope_depth): New global.
10735 [__cplusplus] (exception_try_scope_entry)
10736 (exception_try_scope_exit, gdb_exception_sliced_copy)
10737 (exception_rethrow): New functions.
10738 (throw_exception): In C++ mode, throw
10739 gdb_exception_RETURN_MASK_QUIT for RETURN_QUIT and
10740 gdb_exception_RETURN_MASK_ERROR for RETURN_ERROR.
10741 (throw_it): In C++ mode, use try_scope_depth.
10742 * common/common-exceptions.h [!__cplusplus]
10743 (exceptions_state_mc_action_iter)
10744 (exceptions_state_mc_action_iter_1, exceptions_state_mc_catch):
10745 Don't declare.
10746 [__cplusplus] (exception_try_scope_entry)
10747 (exception_try_scope_exit, exception_rethrow): Declare.
10748 [__cplusplus] (struct exception_try_scope): New struct.
10749 [__cplusplus] (TRY, CATCH, END_CATCH): Reimplement on top of real
10750 C++ exceptions.
10751 (struct gdb_exception_RETURN_MASK_ALL)
10752 (struct gdb_exception_RETURN_MASK_ERROR)
10753 (struct gdb_exception_RETURN_MASK_QUIT): New types.
10754
284e6217
PA
107552015-03-07 Pedro Alves <palves@redhat.com>
10756
10757 * main.c (handle_command_errors): Remove volatile qualifier from
10758 parameter.
10759
6c63c96a
PA
107602015-03-07 Pedro Alves <palves@redhat.com>
10761
10762 * breakpoint.c (save_breakpoints): Adjust to avoid code between
10763 TRY and CATCH.
10764 * gdbtypes.c (safe_parse_type): Remove empty line.
10765 (types_deeply_equal):
10766 * guile/scm-frame.c (gdbscm_frame_name):
10767 * linux-thread-db.c (find_new_threads_once):
10768 * python/py-breakpoint.c (bppy_get_commands):
10769 * record-btrace.c (record_btrace_insert_breakpoint)
10770 (record_btrace_remove_breakpoint, record_btrace_start_replaying)
10771 (record_btrace_start_replaying): Adjust to avoid code between TRY
10772 and CATCH.
10773
492d29ea
PA
107742015-03-07 Pedro Alves <palves@redhat.com>
10775
10776 * common/common-exceptions.c (struct catcher) <exception>: No
10777 longer a pointer to volatile exception. Now an exception value.
10778 <mask>: Delete field.
10779 (exceptions_state_mc_init): Remove all parameters. Adjust.
10780 (exceptions_state_mc): No longer pop the catcher here.
10781 (exceptions_state_mc_catch): New function.
10782 (throw_exception): Adjust.
10783 * common/common-exceptions.h (exceptions_state_mc_init): Remove
10784 all parameters.
10785 (exceptions_state_mc_catch): Declare.
10786 (TRY_CATCH): Rename to ...
10787 (TRY): ... this. Remove EXCEPTION and MASK parameters.
10788 (CATCH, END_CATCH): New.
10789 All callers adjusted.
10790
ece957c8
TT
107912015-03-07 Tom Tromey <tromey@redhat.com>
10792
10793 * top.c (quit_force): Inline and delete DO_TRY, DO_PRINT_EX.
10794
7556d4a4
PA
107952015-03-07 Pedro Alves <palves@redhat.com>
10796
10797 * amd64-tdep.c (amd64_frame_cache, amd64_sigtramp_frame_cache)
10798 (amd64_epilogue_frame_cache): Normal exception handling code.
10799 * break-catch-throw.c (check_status_exception_catchpoint)
10800 (re_set_exception_catchpoint): Ditto.
10801 * cli/cli-interp.c (safe_execute_command):
10802 * cli/cli-script.c (script_from_file): Ditto.
10803 * compile/compile-c-symbols.c (generate_c_for_for_one_variable):
10804 Ditto.
10805 * compile/compile-object-run.c (compile_object_run): Ditto.
10806 * cp-abi.c (baseclass_offset): Ditto.
10807 * cp-valprint.c (cp_print_value): Ditto.
10808 * exceptions.c (catch_exceptions_with_msg):
10809 * frame-unwind.c (frame_unwind_try_unwinder): Ditto.
10810 * frame.c (get_frame_address_in_block_if_available): Ditto.
10811 * i386-tdep.c (i386_frame_cache, i386_epilogue_frame_cache)
10812 (i386_sigtramp_frame_cache): Ditto.
10813 * infcmd.c (post_create_inferior): Ditto.
10814 * linespec.c (parse_linespec, find_linespec_symbols):
10815 * p-valprint.c (pascal_object_print_value): Ditto.
10816 * parse.c (parse_expression_for_completion): Ditto.
10817 * python/py-finishbreakpoint.c (bpfinishpy_init): Ditto.
10818 * remote.c (remote_get_noisy_reply): Ditto.
10819 * s390-linux-tdep.c (s390_frame_unwind_cache): Ditto.
10820 * solib-svr4.c (solib_svr4_r_map): Ditto.
10821
f873665f 108222015-03-06 Gary Benson <gbenson@redhat.com>
61012eef
GB
10823
10824 * common/common-utils.h (startswith): New inline function.
10825 All places where this logic was used updated to use the above.
10826
68901c4d
PA
108272015-03-05 Pedro Alves <palves@redhat.com>
10828
10829 PR gdb/18002
10830 * mem-break.c (default_memory_insert_breakpoint): Set shadow_len
10831 after reading the breakpoint's shadow memory.
10832
2dcb2b1a
MK
108332015-03-05 Mark Kettenis <kettenis@gnu.org>
10834
10835 * hppabsd-nat.c: Remove file.
10836 * hppaobsd-nat.c: New file.
10837 * Makefile.in (ALLDEPFILES): Remove hppabsd-nat.c. Add
10838 hppaobsd-nat.c.
10839 * config/pa/obsd.mh (NATDEPFILES): Replace hppabsd-nat.o with
10840 hppaobsd-nat.o.
10841
527a273a
PA
108422015-03-04 Pedro Alves <palves@redhat.com>
10843
10844 * target.h (struct target_ops) <to_decr_pc_after_break>: Delete.
10845 (target_decr_pc_after_break): Delete declaration.
10846 * target.c (default_target_decr_pc_after_break)
10847 (target_decr_pc_after_break): Delete.
10848 * linux-nat.c (check_stopped_by_breakpoint, linux_nat_wait_1): Use
10849 gdbarch_decr_pc_after_break instead of target_decr_pc_after_break.
10850 * linux-thread-db.c (check_event): Likewise.
10851 * infrun.c (adjust_pc_after_break): Likewise.
10852 * darwin-nat.c (cancel_breakpoint): Likewise.
10853 * aix-thread.c (aix_thread_wait): Likewise.
10854 * target-delegates.c: Regenerate.
10855
faf09f01
PA
108562015-03-04 Pedro Alves <palves@redhat.com>
10857
10858 * linux-nat.c (save_sigtrap): Check for breakpoints before
10859 checking watchpoints.
10860 (status_callback) [USE_SIGTRAP_SIGINFO]: Don't check whether a
10861 breakpoint is inserted if relying on SIGTRAP's siginfo.si_code.
10862 (check_stopped_by_breakpoint) [USE_SIGTRAP_SIGINFO]: Decide whether
10863 a breakpoint triggered based on the SIGTRAP's siginfo.si_code.
10864 (linux_nat_stopped_by_sw_breakpoint)
10865 (linux_nat_supports_stopped_by_sw_breakpoint)
10866 (linux_nat_stopped_by_hw_breakpoint)
10867 (linux_nat_supports_stopped_by_hw_breakpoint): New functions.
10868 (linux_nat_wait_1): Don't re-increment the PC if relying on
10869 SIGTRAP's siginfo->si_code.
10870 (linux_nat_add_target): Install new target methods.
10871 * linux-thread-db.c (check_event): Don't account for breakpoint PC
10872 offset if the target already adjusted the PC.
10873 * nat/linux-ptrace.h (USE_SIGTRAP_SIGINFO): New.
10874 (GDB_ARCH_TRAP_BRKPT): New.
10875 (TRAP_HWBKPT): Define if not already defined.
10876
f7e6eed5
PA
108772015-03-04 Pedro Alves <palves@redhat.com>
10878
10879 * NEWS: Mention the new "swbreak" and "hwbreak" stop reasons.
10880 * remote.c (struct remote_state) <remote_stopped_by_watchpoint_p>:
10881 Delete field.
10882 <stop_reason>: New field.
10883 (PACKET_swbreak_feature, PACKET_hwbreak_feature): New enum values.
10884 (packet_set_cmd_state): New function.
10885 (remote_protocol_features): Register the "swbreak" and "hwbreak"
10886 features.
10887 (remote_query_supported): If not disabled with the corresponding
10888 "set remote foo-packet" command, report support for the swbreak
10889 and hwbreak features.
10890 (struct stop_reply) <remote_stopped_by_watchpoint_p>: Delete
10891 field.
10892 <stop_reason>: New field.
10893 (remote_parse_stop_reply): Handle "swbreak" and "hwbreak".
10894 (remote_wait_as): Adjust.
10895 (remote_stopped_by_sw_breakpoint)
10896 (remote_supports_stopped_by_sw_breakpoint)
10897 (remote_stopped_by_hw_breakpoint)
10898 (remote_supports_stopped_by_hw_breakpoint): New functions.
10899 (remote_stopped_by_watchpoint): New function.
10900 (init_remote_ops): Install them.
10901 (_initialize_remote): Register new "set/show remote
10902 swbreak-feature-packet" and "set/show remote
10903 swbreak-feature-packet" commands.
10904
9e8915c6
PA
109052015-03-04 Pedro Alves <palves@redhat.com>
10906
10907 * btrace.h: Include target/waitstatus.h.
10908 (struct btrace_thread_info) <stop_reason>: New field.
10909 * record-btrace.c (record_btrace_step_thread): Use
10910 record_check_stopped_by_breakpoint instead of breakpoint_here_p.
10911 (record_btrace_decr_pc_after_break): Delete.
10912 (record_btrace_stopped_by_sw_breakpoint)
10913 (record_btrace_supports_stopped_by_sw_breakpoint)
10914 (record_btrace_stopped_by_hw_breakpoint)
10915 (record_btrace_supports_stopped_by_hw_breakpoint): New functions.
10916 (init_record_btrace_ops): Install them.
10917 * record-full.c (record_full_hw_watchpoint): Delete and replace
10918 with ...
10919 (record_full_stop_reason): ... this throughout.
10920 (record_full_exec_insn): Adjust.
10921 (record_full_wait_1): Adjust. No longer re-increment the PC.
10922 (record_full_wait_1): Adjust. Use
10923 record_check_stopped_by_breakpoint instead of breakpoint_here_p.
10924 (record_full_stopped_by_watchpoint): Adjust.
10925 (record_full_stopped_by_sw_breakpoint)
10926 (record_full_supports_stopped_by_sw_breakpoint)
10927 (record_full_supports_stopped_by_sw_breakpoint)
10928 (record_full_stopped_by_hw_breakpoint)
10929 (record_full_supports_stopped_by_hw_breakpoint): New functions.
10930 (init_record_full_ops, init_record_full_core_ops): Install them.
10931 * record.c (record_check_stopped_by_breakpoint): New function.
10932 * record.h: Include target/waitstatus.h.
10933 (record_check_stopped_by_breakpoint): New declaration.
10934
15c66dd6
PA
109352015-03-04 Pedro Alves <palves@redhat.com>
10936
10937 enum lwp_stop_reason -> enum target_stop_reason
10938 * linux-nat.c (linux_resume_one_lwp, check_stopped_by_watchpoint)
10939 (linux_nat_stopped_by_watchpoint, status_callback)
10940 (linux_nat_wait_1): Adjust.
10941 * linux-nat.h (enum lwp_stop_reason): Delete.
10942 (struct lwp_info) <stop_reason>: Now an enum target_stop_reason.
10943 * x86-linux-nat.c (x86_linux_prepare_to_resume): Adjust.
10944 * target/waitstatus.h (enum target_stop_reason): New.
10945
1cf4d951
PA
109462015-03-04 Pedro Alves <palves@redhat.com>
10947
10948 * breakpoint.c (need_moribund_for_location_type): New function.
10949 (bpstat_stop_status): Don't skipping checking moribund locations
10950 of breakpoint types which the target tell caused a stop.
10951 (program_breakpoint_here_p): New function, factored out from ...
10952 (bp_loc_is_permanent): ... this.
10953 (update_global_location_list): Don't create a moribund location if
10954 the target supports reporting stops of the type of the removed
10955 breakpoint.
10956 * breakpoint.h (program_breakpoint_here_p): New declaration.
10957 * infrun.c (adjust_pc_after_break): Return early if the target has
10958 already adjusted the PC. Add comments.
10959 (handle_signal_stop): If nothing explains a signal, and the target
10960 tells us the stop was caused by a software breakpoint, check if
10961 there's a breakpoint instruction in the memory. If so, adjust the
10962 PC before presenting the stop to the user. Otherwise, ignore the
10963 trap. If nothing explains a signal, and the target tells us the
10964 stop was caused by a hardware breakpoint, ignore the trap.
10965 * target.h (struct target_ops) <to_stopped_by_sw_breakpoint,
10966 to_supports_stopped_by_sw_breakpoint, to_stopped_by_hw_breakpoint,
10967 to_supports_stopped_by_hw_breakpoint>: New fields.
10968 (target_stopped_by_sw_breakpoint)
10969 (target_supports_stopped_by_sw_breakpoint)
10970 (target_stopped_by_hw_breakpoint)
10971 (target_supports_stopped_by_hw_breakpoint): Define.
10972 * target-delegates.c: Regenerate.
10973
79639e11
PA
109742015-03-04 Pedro Alves <palves@redhat.com>
10975
10976 * infrun.c (follow_fork_inferior): Use the whole of the
10977 inferior_ptid and pending_follow.related_pid ptids instead of
10978 building ptids from the process components. Adjust verbose output
10979 to use target_pid_to_str.
10980 * linux-nat.c (linux_child_follow_fork): Use the whole of the
10981 inferior_ptid and pending_follow.related_pid ptids instead of
10982 building ptids from the process components.
10983
e85e8e5e
MK
109842015-03-04 Mark Kettenis <kettenis@gnu.org>
10985
10986 * inf-ptrace.c [PT_GET_PROCESS_STATE]
10987 (inf_ptrace_insert_fork_catchpoint): New function.
10988 (inf_ptrace_remove_fork_catchpoint): New function.
10989 (inf_ptrace_target) [PT_GET_PROCESS_STATE]: Install them.
10990
87de11c0
AA
109912015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
10992
10993 * s390-linux-tdep.c (s390_register_name): Return empty string
10994 instead of NULL for registers that shouldn't be visible.
10995
d851a69a
AA
109962015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
10997
10998 * s390-linux-tdep.c (s390_gdbarch_init): Use the correct syscall
10999 XML file for 64-bit targets.
11000
b072f6c1
SM
110012015-03-03 Simon Marchi <simon.marchi@ericsson.com>
11002
11003 * target.h (find_default_create_inferior): Remove declaration.
11004 (find_default_attach): Likewise.
11005
c1593e4f
PA
110062015-03-03 Pedro Alves <palves@redhat.com>
11007
11008 * inf-ptrace.c (inf_ptrace_resume): Remove spurious whitespace.
11009 Use ptid_get_pid to get the overall process id when resuming all
11010 threads.
11011
90ad5e1d
PA
110122015-03-03 Pedro Alves <palves@redhat.com>
11013
11014 * i386-linux-nat.c (i386_linux_resume): Get the ptrace PID out of
11015 the lwp field of ptid. Pass the full ptid to get_thread_regcache.
11016 * inf-ptrace.c (get_ptrace_pid): New function.
11017 (inf_ptrace_resume): Use it.
11018 * linux-nat.c (linux_resume_one_lwp): Pass the LWP's ptid ummodified
11019 to the lower layer.
11020
d68e53f4
MM
110212015-03-03 Markus Metzger <markus.t.metzger@intel.com>
11022
11023 * nat/linux-btrace.c: Include sys/utsname.h.
11024 (linux_determine_kernel_ptr_bits): New.
11025 (linux_enable_bts): Call linux_determine_kernel_ptr_bits.
11026 * x86-linux-nat.c (x86_linux_enable_btrace): Do not overwrite non-zero
11027 ptr_bits.
11028
986b6601
MM
110292015-03-03 Markus Metzger <markus.t.metzger@intel.com>
11030
11031 * btrace.c (ftrace_update_function): Treat return as tailcall for
11032 "_dl_runtime_resolve".
11033
ce0dfbea
MM
110342015-03-03 Markus Metzger <markus.t.metzger@intel.com>
11035
11036 * btrace.h (btrace_function) <lbegin, lend>: Remove.
11037 * btrace.c (ftrace_debug): Do not print the line range.
11038 (ftrace_skip_file, ftrace_update_lines): Remove.
11039 (ftrace_new_function): Remove lbegin and lend initialization.
11040 (btrace_compute_ftrace_bts): Remove call to ftrace_update_lines.
11041 * record-btrace.c (btrace_compute_src_line_range): New.
11042 (btrace_call_history_src_line): Call btrace_compute_src_line_range.
11043
95e50b27
PA
110442015-03-02 Pedro Alves <palves@redhat.com>
11045
11046 * infrun.c (follow_exec): Delete all threads of the process except
11047 the event thread. Extended comments.
11048
00e474c2
JB
110492015-03-02 Joel Brobecker <brobecker@adacore.com>
11050
11051 * contrib/ari/gdb_ari.sh: Reinstate checks for "true" and "false".
11052
cc7039d3
JB
110532015-03-02 Joel Brobecker <brobecker@adacore.com>
11054
11055 * utils.h: Remove <stdbool.h> #include.
11056 (producer_is_gcc): Change return type to "int".
11057 * utils.c (producer_is_gcc): Change return type to int.
11058 Return 1 instead of true, and 0 instead of false.
11059 Adjust function documentation accordingly.
11060
550bdf96
AA
110612015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
11062
11063 * s390-linux-nat.c (have_regset_vxrs): New static variable.
11064 (s390_linux_fetch_inferior_registers): Handle vector registers, if
11065 present.
11066 (s390_linux_store_inferior_registers): Likewise.
11067 (s390_get_hwcap): Remove function. Embed its logic...
11068 (s390_read_description): ...here. Yield a target description with
11069 vector registers if applicable.
11070 * s390-linux-tdep.c: Include "features/s390-vx-linux64.c",
11071 "features/s390-tevx-linux64.c", "features/s390x-vx-linux64.c", and
11072 "features/s390x-tevx-linux64.c".
11073 (struct gdbarch_tdep) <v0_full_regnum>: New field.
11074 (s390_dwarf_regmap): Add vector registers. Remove bogus entries
11075 for "GNU/Linux-specific registers".
11076 (s390_dwarf_reg_r0l): New enum value.
11077 (s390_dwarf_reg_to_regnum): Support vector registers.
11078 (s390_adjust_frame_regnum): Adjust pseudo DWARF register numbers
11079 of GPR lower halves.
11080 (regnum_is_vxr_full): New function.
11081 (s390_register_name): New function.
11082 (s390_pseudo_register_name): Handle v0-v15, which are composed of
11083 f0-f15 and v0l-v15l.
11084 (s390_pseudo_register_type): Likewise.
11085 (s390_pseudo_register_read): Likewise.
11086 (s390_pseudo_register_write): Likewise.
11087 (s390_value_from_register): Account for the fact that values are
11088 placed left-justified in vector registers.
11089 (s390_pseudo_register_reggroup_p): Add pseudo registers v0-v15 to
11090 the vector reggroup and omit them from the general reggroup.
11091 (s390_regmap_vxrs_low, s390_regmap_vxrs_high): New register maps.
11092 (s390_vxrs_low_regset, s390_vxrs_high_regset): New regsets.
11093 (s390_iterate_over_regset_sections): Add iterations for the two
11094 new vector regsets.
11095 (s390_core_read_description): Yield a target description with
11096 vector registers if applicable.
11097 (s390_gdbarch_init): Handle target descriptions with vector
11098 registers. Add "register_name" gdbarch method.
11099 (_initialize_s390_tdep): Call new tdesc initialization functions.
11100 * s390-linux-tdep.h (HWCAP_S390_VX): New macro.
11101 (S390_V0_LOWER_REGNUM, S390_V1_LOWER_REGNUM, S390_V2_LOWER_REGNUM)
11102 (S390_V3_LOWER_REGNUM, S390_V4_LOWER_REGNUM, S390_V5_LOWER_REGNUM)
11103 (S390_V6_LOWER_REGNUM, S390_V7_LOWER_REGNUM, S390_V8_LOWER_REGNUM)
11104 (S390_V9_LOWER_REGNUM, S390_V10_LOWER_REGNUM)
11105 (S390_V11_LOWER_REGNUM, S390_V12_LOWER_REGNUM)
11106 (S390_V13_LOWER_REGNUM, S390_V14_LOWER_REGNUM)
11107 (S390_V15_LOWER_REGNUM, S390_V16_REGNUM, S390_V17_REGNUM)
11108 (S390_V18_REGNUM, S390_V19_REGNUM, S390_V20_REGNUM)
11109 (S390_V21_REGNUM, S390_V22_REGNUM, S390_V23_REGNUM)
11110 (S390_V24_REGNUM, S390_V25_REGNUM, S390_V26_REGNUM)
11111 (S390_V27_REGNUM, S390_V28_REGNUM, S390_V29_REGNUM)
11112 (S390_V30_REGNUM, S390_V31_REGNUM): New macros.
11113 (S390_NUM_REGS): Adjust value.
11114 (s390_vxrs_low_regset, s390_vxrs_high_regset): Declare.
11115 (tdesc_s390_vx_linux64, tdesc_s390_tevx_linux64)
11116 (tdesc_s390x_vx_linux64, tdesc_s390x_tevx_linux64): Likewise.
11117 * NEWS: Announce S/390 vector register support.
11118
446899e4
AA
111192015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
11120
11121 * features/s390-tevx-linux64.xml: New file.
11122 * features/s390-vx-linux64.xml: New file.
11123 * features/s390-vx.xml: New file.
11124 * features/s390x-tevx-linux64.xml: New file.
11125 * features/s390x-vx-linux64.xml: New file.
11126 * features/Makefile (WHICH): Add s390-vx-linux64,
11127 s390x-vx-linux64, s390-tevx-linux64, and s390x-tevx-linux64.
11128 (s390-vx-linux64-expedite, s390-tevx-linux64-expedite)
11129 (s390x-vx-linux64-expedite, s390x-tevx-linux64-expedite): New
11130 macros.
11131 * features/s390-tevx-linux64.c: New generated file.
11132 * features/s390-vx-linux64.c: Likewise.
11133 * features/s390x-tevx-linux64.c: Likewise.
11134 * features/s390x-vx-linux64.c: Likewise.
11135 * regformats/s390-tevx-linux64.dat: Likewise.
11136 * regformats/s390-vx-linux64.dat: Likewise.
11137 * regformats/s390x-tevx-linux64.dat: Likewise.
11138 * regformats/s390x-vx-linux64.dat: Likewise.
11139
b7236fbe
DE
111402015-02-28 Doug Evans <xdje42@gmail.com>
11141
11142 * symtab.h (struct symtab) <next>: Fix comment.
11143
02e62830
SM
111442015-02-27 Simon Marchi <simon.marchi@ericsson.com>
11145
11146 * python/python.c (python_GdbModuleDef): Rename GdbMethods to
11147 python_GdbMethods.
11148
bf36a1e7
PA
111492015-02-27 Pedro Alves <palves@redhat.com>
11150
11151 * dtrace-probe.c (dtrace_probe_ops): Make extern.
11152
ad6aff7d
PA
111532015-02-27 Pedro Alves <palves@redhat.com>
11154
11155 * common/common-exceptions.h (exception_none): Declare.
11156 * common/common-exceptions.c (exception_none): Moved from
11157 exceptions.c.
11158 (exceptions_state_mc_init): Use exception_none.
11159 * exceptions.c (exception_none): Move to
11160 common/common-exceptions.c.
11161 * exceptions.h (exception_none): Move to
11162 common/common-exceptions.h.
11163
97c18565
PA
111642015-02-27 Pedro Alves <palves@redhat.com>
11165
11166 * main.c (catch_command_errors, catch_command_errors_const):
11167 Remove 'mask' argument. Adjust.
11168 (captured_main): Adjust callers.
11169
e992c591
PA
111702015-02-27 Pedro Alves <palves@redhat.com>
11171
11172 * python/python-internal.h: Include "extension-priv.h".
11173
64166036
PA
111742015-02-27 Pedro Alves <palves@redhat.com>
11175
11176 * breakpoint.h (enum print_stop_action): Move further up in the
11177 file.
11178
8a526fa6
PA
111792015-02-27 Pedro Alves <palves@redhat.com>
11180
11181 * gdbarch.sh: Include regcache.h.
11182 * gdbarch.h: Regenerate.
11183
0fa9c223
PA
111842015-02-27 Pedro Alves <palves@redhat.com>
11185
11186 * arm-tdep.c (decode_insn) <arm_handle_insn, thumb_handle_insn>:
11187 Remove duplicate const.
11188 * sparc-sol2-tdep.c (sparc_sol2_static_transform_name): Remove
11189 duplicate const.
11190
7cf99fb1
PA
111912015-02-27 Pedro Alves <palves@redhat.com>
11192
11193 * cp-valprint.c (vtbl_ptr_name): Use EXPORTED_CONST.
11194 * guile/guile.c (extension_language_guile): Use EXPORTED_CONST.
11195 * features/feature_to_c.sh: Tag the generated xml_builtin array
11196 with extern const in C++ mode.
11197
1424c16e
TT
111982015-02-27 Tom Tromey <tromey@redhat.com>
11199
11200 * minidebug.c (struct lzma_stream): Rename to ...
11201 (struct gdb_lzma_stream): ... this.
11202 (lzma_open, lzma_pread, lzma_close, lzma_stat): Adjust.
11203
10367c7c
PA
112042015-02-27 Pedro Alves <palves@redhat.com>
11205
11206 * mi/mi-cmd-stack.c (mi_apply_ext_lang_frame_filter): New
11207 function.
11208 (mi_cmd_stack_list_locals, mi_cmd_stack_list_args)
11209 (mi_cmd_stack_list_variables): Use it.
11210
4180215b
PA
112112015-02-27 Pedro Alves <palves@redhat.com>
11212
11213 * x86-linux-nat.c (u_debugreg_offset): New function.
11214 (x86_linux_dr_get, x86_linux_dr_set): Use it.
11215
2f56f7c3
PA
112162015-02-27 Pedro Alves <palves@redhat.com>
11217
11218 * nat/x86-dregs.h (enum target_hw_bp_type): Remove forward
11219 declaration.
11220 Include break-common.h.
11221
570dc176
TT
112222015-02-27 Tom Tromey <tromey@redhat.com>
11223 Pedro Alves <palves@redhat.com>
11224
11225 * arm-tdep.c (set_fp_model_sfunc, arm_set_abi): Use 'int' for
11226 local used to iterate over enums.
11227 * completer.c (signal_completer): Likewise.
11228 * i386-tdep.c (i386_stap_parse_special_token): Likewise.
11229 * rs6000-tdep.c (powerpc_set_vector_abi): Likewise.
11230 * tui/tui-data.c (tui_next_win, tui_prev_win): Likewise.
11231 * tui/tui-layout.c (next_layout, prev_layout): Likewise.
11232 * tui/tui-win.c (tui_refresh_all_win, tui_rehighlight_all)
11233 (tui_resize_all, tui_set_focus_command, tui_all_windows_info): Likewise.
11234 * tui-wingeneral.c (tui_refresh_all): Likewise.
11235
68c14faa
PA
112362015-02-27 Pedro Alves <palves@redhat.com>
11237
11238 * target.h: Include "infrun.h".
11239
749bab01
PA
112402015-02-27 Pedro Alves <palves@redhat.com>
11241
11242 * gdb_proc_service.h: Wrap with EXTERN_C_PUSH/EXTERN_C_POP.
11243
3c14e5a3
PA
112442015-02-27 Pedro Alves <palves@redhat.com>
11245
11246 * common/agent.h (IPA_SYM_EXPORTED_NAME): New.
11247 (IPA_SYM): Use it.
11248 * common/common-defs.h (EXTERN_C_PUSH, EXTERN_C_POP): New macros.
11249
56000a98
PA
112502015-02-27 Pedro Alves <palves@redhat.com>
11251
11252 * cli-out.c (_rl_erase_entire_line): Move declaration out of
11253 cli_mld_erase_entire_line, and make it extern "C".
11254 * common/common-defs.h (EXTERN_C): New.
11255 * completer.c (_rl_completion_prefix_display_length)
11256 (_rl_print_completions_horizontally, QSFUNC): Move declarations
11257 out of gdb_display_match_list_1.
11258 (_rl_qsort_string_compare): Move declaration out of
11259 gdb_display_match_list_1, and make it extern "C".
11260 * defs.h (re_comp): Use EXTERN_C.
11261 * maint.c (_mcleanup): Move declaration out of mcleanup_wrapper,
11262 and make it extern "C".
11263 (monstartup): Move declaration out of maintenance_set_profile_cmd,
11264 and make it extern "C".
11265 (main): Move declaration out of maintenance_set_profile_cmd.
11266 * nat/linux-ptrace.c (linux_ptrace_attach_fail_reason_string): Use
11267 EXTERN_C.
11268
bcabf420
PA
112692015-02-27 Pedro Alves <palves@redhat.com>
11270
11271 * python/python.c (GdbMethods): Rename to ...
11272 (python_GdbMethods): ... this and make extern.
11273 (GdbModuleDef): Rename to ...
11274 (python_GdbModuleDef): ... this and make extern.
11275
928dbe07
PA
112762015-02-27 Pedro Alves <palves@redhat.com>
11277
11278 * record-btrace.c (set_record_btrace_cmdlist)
11279 (show_record_btrace_cmdlist): Remove redefinitions.
11280
52059ffd
TT
112812015-02-27 Tom Tromey <tromey@redhat.com>
11282 Pedro Alves <palves@redhat.com>
11283
11284 * dwarf2-frame.c (enum cfa_how_kind, struct
11285 dwarf2_frame_state_reg_info): Move out of struct
11286 dwarf2_frame_state.
11287 * dwarf2read.c (struct tu_stats): Move out of struct
11288 dwarf2_per_objfile.
11289 (struct file_entry): Move out of struct line_header.
11290 (struct nextfield, struct nextfnfield, struct fnfieldlist, struct
11291 typedef_field_list): Move out of struct field_info.
11292 * gdbtypes.h (enum dynamic_prop_kind, union dynamic_prop_data):
11293 Move out of struct dynamic_prop.
11294 (union type_owner, union field_location, struct field, struct
11295 range_bounds, union type_specific): Move out of struct main_type.
11296 (struct fn_fieldlist, struct fn_field, struct typedef_field)
11297 (VOFFSET_STATIC): Move out of struct cplus_struct_type.
11298 (struct call_site_target, union call_site_parameter_u, struct
11299 call_site_parameter): Move out of struct call_site.
11300 * m32c-tdep.c (enum m32c_prologue_kind): Move out of struct
11301 m32c_prologue.
11302 (enum srcdest_kind): Move out of struct srcdest.
11303 * main.c (enum cmdarg_kind): Move out of struct cmdarg.
11304 * prologue-value.h (enum prologue_value_kind): Move out of struct
11305 prologue_value.
11306 * s390-linux-tdep.c (enum s390_abi_kind): Move out of struct
11307 gdbarch_tdep.
11308 * stabsread.c (struct nextfield, struct next_fnfieldlist): Move
11309 out of struct field_info.
11310 * symfile.h (struct other_sections): Move out of struct
11311 section_addr_info.
11312 * symtab.c (struct symbol_cache_slot): Move out struct
11313 block_symbol_cache.
11314 * target-descriptions.c (enum tdesc_type_kind): Move out of
11315 typedef struct tdesc_type.
11316 * tui/tui-data.h (enum tui_line_or_address_kind): Move out of
11317 struct tui_line_or_address.
11318 * value.c (enum internalvar_kind, union internalvar_data): Move
11319 out of struct internalvar.
11320 * xtensa-tdep.h (struct ctype_cache): Move out of struct
11321 gdbarch_tdep.
11322
fe978cb0
PA
113232015-02-27 Tom Tromey <tromey@redhat.com>
11324 Pedro Alves <palves@redhat.com>
11325
11326 Rename symbols whose names are reserved C++ keywords throughout.
11327
3bc3d82a
PA
113282015-02-27 Pedro Alves <palves@redhat.com>
11329
11330 * Makefile.in (COMPILER): New, get it from autoconf.
11331 (COMPILE.pre, CC_LD): Use COMPILER.
11332 (CXX): Get from autoconf instead.
11333 (CXX_FOR_TARGET): Default to g++ instead of gcc.
11334 * acinclude.m4: Include build-with-cxx.m4.
11335 * build-with-cxx.m4: New file.
11336 * configure.ac: Call AC_PROG_CXX and GDB_AC_BUILD_WITH_CXX.
11337 Disable -Werror by default if building in C++ mode.
11338 (build_warnings): Add -Wno-sign-compare, -Wno-write-strings and
11339 -Wno-narrowing in C++ mode. Only enable -Wpointer-sign in C mode.
11340 Run supported-warning-flags tests with the C++ compiler.
11341 Save/restore CXXFLAGS too.
11342 * configure: Regenerate.
11343
07697489
PA
113442015-02-27 Pedro Alves <palves@redhat.com>
11345
11346 * libiberty.m4: New file.
11347 * acinclude.m4: Include libiberty.m4.
11348 * configure.ac: Call libiberty_INIT.
11349 * config.in, configure: Regenerate.
11350
60abeae4
AA
113512015-02-27 Andreas Arnez <arnez@linux.vnet.ibm.com>
11352
11353 * s390-linux-tdep.c (s390_gcc_target_options): Not just handle
11354 31-bit targets, but 64-bit targets as well.
11355 (s390_gnu_triplet_regexp): New function.
11356 (s390_gdbarch_init): Set the gcc_target_options gdbarch method for
11357 64-bit targets as well. Set the gnu_triplet_regexp gdbarch
11358 method.
11359
f44466fb 113602015-02-27 Jon TURNEY <jon.turney@dronecode.org.uk> (tiny patch)
f0666312
JT
11361
11362 * windows-nat.c (CONTEXT_DEBUGGER): Remove.
11363 (CONTEXT_DEBUGGER_DR): Add CONTEXT_SEGMENTS. Incorporate flags
11364 from CONTEXT_DEBUGGER.
11365
0def5aaa
DE
113662015-02-26 Doug Evans <dje@google.com>
11367
11368 * gdbtypes.c (internal_type_vptr_fieldno): Add missing call to
11369 CHECK_TYPEDEF.
11370 (set_type_vptr_fieldno): Ditto.
11371 (internal_type_vptr_basetype, set_type_vptr_basetype): Ditto.
11372 * gnu-v3-abi.c (gnuv3_dynamic_class): Ditto.
11373
77b64a49
PA
113742015-02-26 Pedro Alves <palves@redhat.com>
11375
11376 * auto-load.h (file_is_auto_load_safe): Add ATTRIBUTE_PRINTF.
11377 * complaints.c (vcomplaint): Pass argument FMT directly to
11378 printf-like functions instead of complaint->fmt.
11379 * ctf.c (ctf_save_write_metadata): Add ATTRIBUTE_PRINTF.
11380 * darwin-nat.c (inferior_debug): Add ATTRIBUTE_PRINTF.
11381 * compile/compile-loc2c.c (pushf, unary, binary): Add
11382 ATTRIBUTE_PRINTF.
11383 (do_compile_dwarf_expr_to_c): Pass string literal as format string
11384 to pushf.
11385 (BINARY): Pass string literal as format string to 'binary'.
11386 * compile/compile-object-load.c (link_callbacks_einfo): Add
11387 ATTRIBUTE_PRINTF.
11388 * guile/guile-internal.h (gdbscm_printf): Add ATTRIBUTE_PRINTF.
11389
532f44ed
PA
113902015-02-26 Pedro Alves <palves@redhat.com>
11391
11392 * windows-termcap.c: Rename to ...
11393 * stub-termcap.c: ... this. Adjust header line.
11394 * Makefile.in (SFILES): Refer to stub-termcap.c instead of
11395 windows-termcap.c.
11396 * configure: Regenerate.
11397 * configure.ac: Refer to stub-termcap.o instead of
11398 windows-termcap.o.
11399 * gdb_curses.h: Mention stub-termcap.c instead of
11400 windows-termcap.c.
11401
081a1c2c
JK
114022015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
11403
11404 * compile/compile-c-symbols.c (convert_one_symbol, convert_symbol_bmsym)
11405 (gcc_symbol_address): Call gnu_ifunc_resolve_addr.
11406
2f41223f
AT
114072015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
11408
11409 * gdb/infcmd.c (print_return_value): use type_to_string to print type.
11410
80c57053
JK
114112015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
11412
11413 * elfread.c (elf_read_minimal_symbols): Use bfd_alloc for
11414 bfd_canonicalize_symtab.
11415
cf424aef
JB
114162015-02-25 John Baldwin <jhb@FreeBSD.org>
11417
11418 * amd64fbsd-nat.c: Include sys/user.h.
11419 (_initialize_amd64fbsd_nat): Use the KERN_PROC_SIGTRAMP sysctl
11420 instead of KERN_PS_STRINGS to locate the signal trampoline.
11421 * i386fbsd-nat.c: Include sys/user.h.
11422 (_initialize_i386fbsd_nat): Use the KERN_PROC_SIGTRAMP sysctl
11423 instead of KERN_PS_STRINGS to locate the signal trampoline.
11424 * amd64fbsd-tdep.c (amd64fbsd_sigtramp_code): New.
11425 (amd64fbsd_sigtramp_p): New.
11426 (amd64fbsd_sigtramp_start_addr, amd64fbsd_sigtramp_end_addr): No
11427 longer set default values.
11428 (amd64fbsd_init_abi): Set "sigtramp_p" to "amd64fbsd_sigtramp_p".
11429 * i386fbsd-tdep.c (i386fbsd_sigtramp_start)
11430 (i386fbsd_sigtramp_middle, i386fbsd_sigtramp_end)
11431 (i386fbsd_freebsd4_sigtramp_start)
11432 (i386fbsd_freebsd4_sigtramp_middle)
11433 (i386fbsd_freebsd4_sigtramp_end, i386fbsd_osigtramp_start)
11434 (i386fbsd_osigtramp_middle, i386fbsd_osigtramp_end): New.
11435 (i386fbsd_sigtramp_p): New.
11436 (i386fbsd_sigtramp_start_addr, i386fbsd_sigtramp_end_addr): No
11437 longer set default values.
11438 (i386fbsd_init_abi): Set "sigtramp_p" to "i386fbsd_sigtramp_p".
11439
c5cb74ee
JB
114402015-02-25 John Baldwin <jhb@freebsd.org>
11441
11442 * amd64fbsd-tdep.c (amd64fbsd_sigcontext_addr): Use
11443 get_frame_register instead of frame_unwind_register_unsigned.
11444
17487d85
JK
114452015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
11446
11447 PR build/18033
11448 * compile/compile-c-support.c (c_compute_program): Change // comment.
11449 * compile/compile-object-load.c (setup_sections): Change // comment.
11450
9357a9e6
JB
114512015-02-26 Joel Brobecker <brobecker@adacore.com>
11452
11453 PR build/18033:
11454 * iq2000-tdep.c (iq2000_frame_cache): Delete C++-style comment.
11455
1f10ba14
PA
114562015-02-23 Pedro Alves <palves@redhat.com>
11457
11458 * remote.c (skip_to_semicolon): New function.
11459 (remote_parse_stop_reply) <T stop reply>: Use it. Don't
11460 special case the stop reasons that look like hex numbers
11461 upfront. Instead handle real register numbers after matching
11462 all the known stop reasons.
11463
96553a0c
DE
114642015-02-21 Doug Evans <dje@google.com>
11465
11466 PR c++/17976, symtab/17821
11467 * cp-namespace.c (cp_search_static_and_baseclasses): New parameter
11468 is_in_anonymous. All callers updated.
11469 (find_symbol_in_baseclass): Ditto.
11470 (cp_lookup_nested_symbol_1): Ditto. Don't search all static blocks
11471 for symbols in an anonymous namespace.
11472 * dwarf2read.c (namespace_name): Don't call dwarf2_name, fetch
11473 DW_AT_name directly.
11474 (dwarf2_name): Convert missing namespace name to
11475 CP_ANONYMOUS_NAMESPACE_STR.
11476
2db9a427
PA
114772015-02-20 Pedro Alves <palves@redhat.com>
11478
11479 * linux-nat.c (linux_handle_extended_wait): Call
11480 thread_db_notice_clone whenever a new clone LWP is detected.
11481 (linux_stop_and_wait_all_lwps, linux_unstop_all_lwps): New
11482 functions.
11483 * linux-nat.h (thread_db_attach_lwp): Delete declaration.
11484 (thread_db_notice_clone, linux_stop_and_wait_all_lwps)
11485 (linux_unstop_all_lwps): Declare.
11486 * linux-thread-db.c (struct thread_get_info_inout): Delete.
11487 (thread_get_info_callback): Delete.
11488 (thread_from_lwp): Use td_thr_get_info and record_thread.
11489 (thread_db_attach_lwp): Delete.
11490 (thread_db_notice_clone): New function.
11491 (try_thread_db_load_1): If /proc is mounted and shows the
11492 process'es task list, walk over all LWPs and call thread_from_lwp
11493 instead of relying on td_ta_thr_iter.
11494 (attach_thread): Don't call check_thread_signals here. Split the
11495 tail part of the function (which adds the thread to the core GDB
11496 thread list) to ...
11497 (record_thread): ... this function. Call check_thread_signals
11498 here.
11499 (thread_db_wait): Don't call thread_db_find_new_threads_1. Always
11500 call thread_from_lwp.
11501 (thread_db_update_thread_list): Rename to ...
11502 (thread_db_update_thread_list_org): ... this.
11503 (thread_db_update_thread_list): New function.
11504 (thread_db_find_thread_from_tid): Delete.
11505 (thread_db_get_ada_task_ptid): Simplify.
11506 * nat/linux-procfs.c: Include <sys/stat.h>.
11507 (linux_proc_task_list_dir_exists): New function.
11508 * nat/linux-procfs.h (linux_proc_task_list_dir_exists): Declare.
11509
3b27ef47
PA
115102015-02-20 Pedro Alves <palves@redhat.com>
11511
11512 * linux-nat.c (lin_lwp_attach_lwp): No longer special case the
11513 main LWP. Handle the case of waitpid returning 0 if we're already
11514 attached to the LWP. Don't set the LWP's last_resume_kind to
11515 resume_stop if we already knew about the LWP.
11516 (linux_nat_filter_event): Add debug logs.
11517
1cc28231
PA
115182015-02-20 Pedro Alves <palves@redhat.com>
11519
11520 * target.h (forward_target_decr_pc_after_break): Delete
11521 declaration.
11522
5c5019c2
PA
115232015-02-20 Pedro Alves <palves@redhat.com>
11524
11525 PR threads/18006
11526 * linux-thread-db.c (thread_get_info_callback): Return early if
11527 the thread's lwp id is -1.
11528
f3978e91
JB
115292015-02-20 Joel Brobecker <brobecker@adacore.com>
11530
11531 GDB 7.9 released.
11532
ffdf88ec
SE
115332015-02-19 Steve Ellcey <sellcey@imgtec.com>
11534
11535 * dtrace-probe.c (dtrace_process_dof_probe): Initialize arg.expr.
11536 (dtrace_get_probes) Change type of variable 'dof'.
11537
c9587f88
AT
115382015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
11539
11540 PR breakpoints/16812
11541 * linux-nat.c (linux_nat_filter_event): Report SIGTRAP,SIGILL,SIGSEGV.
11542 * nat/linux-ptrace.c (linux_wstatus_maybe_breakpoint): Add.
11543 * nat/linux-ptrace.h: Add linux_wstatus_maybe_breakpoint.
11544
53cf2ee0
DT
115452015-02-19 David Taylor <dtaylor@emc.com>
11546
11547 * common/ax.def (setv): Fix consumed entry in setv DEFOP.
11548
acfe0940
PP
115492015-02-18 Patrick Palka <patrick@parcs.ath.cx>
11550
11551 * tui/tui-io.c (tui_handle_resize_during_io): Remove this
11552 function.
11553 (tui_putc): Don't call tui_handle_resize_during_io.
11554 (tui_getc): Likewise.
11555 (tui_mld_getc): Likewise.
11556 * tui/tui-win.c: Include event-loop.h and tui/tui-io.h.
11557 (tui_sigwinch_token): New static variable.
11558 (tui_initialize_win): Adjust documentation. Set
11559 tui_sigwinch_token.
11560 (tui_async_resize_screen): New asynchronous callback.
11561 (tui_sigwinch_handler): Adjust documentation. Asynchronously
11562 invoke tui_async_resize_screen.
11563
f6a88844
JM
115642015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
11565
11566 * configure: Regenerated.
11567 * configure.ac: Use GDB_AC_TRANSFORM.
11568 * Makefile.in (aclocal_m4_deps): Added transform.m4.
11569 * acinclude.m4: sinclude transform.m4.
11570 * transform.m4: New file.
11571 (GDB_AC_TRANSFORM): New macro.
11572
b05e3b0d
JM
115732015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
11574
11575 * NEWS: Announce the support for DTrace SDT probes.
11576
c3e3045e
JM
115772015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
11578
11579 * amd64-linux-tdep.c: Include "parser-defs.h" and "user-regs.h".
11580 (amd64_dtrace_parse_probe_argument): New function.
11581 (amd64_dtrace_probe_is_enabled): Likewise.
11582 (amd64_dtrace_enable_probe): Likewise.
11583 (amd64_dtrace_disable_probe): Likewise.
11584 (amd64_linux_init_abi): Register the
11585 `gdbarch_dtrace_probe_argument', `gdbarch_dtrace_enable_probe',
11586 `gdbarch_dtrace_disable_probe' and
11587 `gdbarch_dtrace_probe_is_enabled' hooks.
11588 (amd64_dtrace_disabled_probe_sequence_1): New constant.
11589 (amd64_dtrace_disabled_probe_sequence_2): Likewise.
11590 (amd64_dtrace_enable_probe_sequence): Likewise.
11591 (amd64_dtrace_disable_probe_sequence): Likewise.
11592
d4777acb
JM
115932015-01-17 Jose E. Marchesi <jose.marchesi@oracle.com>
11594
11595 * breakpoint.c (BREAK_ARGS_HELP): Help string updated to mention
11596 the -probe-dtrace new vpossible value for PROBE_MODIFIER.
11597 * configure.ac (CONFIG_OBS): dtrace-probe.o added if BFD can
11598 handle ELF files.
11599 * Makefile.in (SFILES): dtrace-probe.c added.
11600 * configure: Regenerate.
11601 * dtrace-probe.c: New file.
11602 (SHT_SUNW_dof): New constant.
11603 (dtrace_probe_type): New enum.
11604 (dtrace_probe_arg): New struct.
11605 (dtrace_probe_arg_s): New typedef.
11606 (struct dtrace_probe_enabler): New struct.
11607 (dtrace_probe_enabler_s): New typedef.
11608 (dtrace_probe): New struct.
11609 (dtrace_probe_is_linespec): New function.
11610 (dtrace_dof_sect_type): New enum.
11611 (dtrace_dof_dofh_ident): Likewise.
11612 (dtrace_dof_encoding): Likewise.
11613 (DTRACE_DOF_ENCODE_LSB): Likewise.
11614 (DTRACE_DOF_ENCODE_MSB): Likewise.
11615 (dtrace_dof_hdr): New struct.
11616 (dtrace_dof_sect): Likewise.
11617 (dtrace_dof_provider): Likewise.
11618 (dtrace_dof_probe): Likewise.
11619 (DOF_UINT): New macro.
11620 (DTRACE_DOF_PTR): Likewise.
11621 (DTRACE_DOF_SECT): Likewise.
11622 (dtrace_process_dof_probe): New function.
11623 (dtrace_process_dof): Likewise.
11624 (dtrace_build_arg_exprs): Likewise.
11625 (dtrace_get_arg): Likewise.
11626 (dtrace_get_probes): Likewise.
11627 (dtrace_get_probe_argument_count): Likewise.
11628 (dtrace_can_evaluate_probe_arguments): Likewise.
11629 (dtrace_evaluate_probe_argument): Likewise.
11630 (dtrace_compile_to_ax): Likewise.
11631 (dtrace_probe_destroy): Likewise.
11632 (dtrace_gen_info_probes_table_header): Likewise.
11633 (dtrace_gen_info_probes_table_values): Likewise.
11634 (dtrace_probe_is_enabled): Likewise.
11635 (dtrace_probe_ops): New variable.
11636 (info_probes_dtrace_command): New function.
11637 (_initialize_dtrace_probe): Likewise.
11638 (dtrace_type_name): Likewise.
11639
8b367e17
JM
116402015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
11641
11642 * gdbarch.sh (dtrace_parse_probe_argument): New.
11643 (dtrace_probe_is_enabled): Likewise.
11644 (dtrace_enable_probe): Likewise.
11645 (dtrace_disable_probe): Likewise.
11646 * gdbarch.c: Regenerate.
11647 * gdbarch.h: Regenerate.
11648
9aca2ff8
JM
116492015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
11650
11651 * stap-probe.c (stap_probe_ops): Add NULLs in the static
11652 stap_probe_ops for `enable_probe' and `disable_probe'.
11653 * probe.c (enable_probes_command): New function.
11654 (disable_probes_command): Likewise.
11655 (_initialize_probe): Define the cli commands `enable probe' and
11656 `disable probe'.
11657 (parse_probe_linespec): New function.
11658 (info_probes_for_ops): Use parse_probe_linespec.
11659 * probe.h (probe_ops): New hooks `enable_probe' and
11660 `disable_probe'.
11661
03e98035
JM
116622015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
11663
11664 * probe.c (compute_probe_arg): Moved from stap-probe.c
11665 (compile_probe_arg): Likewise.
11666 (probe_funcs): Likewise.
11667 * stap-probe.c (compute_probe_arg): Moved to probe.c.
11668 (compile_probe_arg): Likewise.
11669 (probe_funcs): Likewise.
11670
6f9b8491
JM
116712015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
11672
11673 * probe.c (print_ui_out_not_applicables): New function.
11674 (exists_probe_with_pops): Likewise.
11675 (info_probes_for_ops): Do not include column headers for probe
11676 types for which no probe has been actually found on any object.
11677 Also invoke `print_ui_out_not_applicables' in order to match the
11678 column rows with the header when probes of several types are
11679 listed.
11680 Print the "Type" column.
11681 * probe.h (probe_ops): Added a new probe operation `type_name'.
11682 * stap-probe.c (stap_probe_ops): Add `stap_type_name'.
11683 (stap_type_name): New function.
11684
69efdff1
PP
116852015-02-17 Patrick Palka <patrick@parcs.ath.cx>
11686
11687 * tui/tui-io.c (tui_getc): Don't call key_is_command_char.
11688 (key_is_command_char): Delete.
11689
f8e5e23e
PA
116902015-02-17 Pedro Alves <palves@redhat.com>
11691
11692 * tui/tui.c (tui_enable): Resize windows before anything
11693 might show a window.
11694
9f2e0721
MO
116952015-02-17 Max Ostapenko <m.ostapenko@partner.samsung.com>
11696
11697 PR gdb/17984
11698 * aarch64-linux-nat.c: Don't include features/aarch64.c anymore.
11699 (aarch64_linux_read_description): Remove initialize_tdesc_aarch64
11700 call.
11701 * aarch64-tdep.h (tdesc_aarch64): Declare.
11702
171e6b1c
MW
117032015-02-12 Mark Wielaard <mjw@redhat.com>
11704
11705 * contrib/ari/gdb_ari.sh: Remove checks for "true" and "false".
11706
d5ff0482
DE
117072015-02-13 Doug Evans <dje@google.com>
11708
11709 * cp-namespace.c (cp_basic_lookup_symbol): Rename parameter
11710 anonymous_namespace to is_in_anonymous for consistency with the rest
11711 of the file.
11712 (cp_lookup_bare_symbol): Fix typo in comment.
11713 (cp_search_static_and_baseclasses): Ditto.
11714 (search_symbol_list): Use vertical space in comment better.
11715 (reset_directive_searched): Ditto. Fix typo.
11716 (cp_lookup_nested_symbol_1): Clarify contents of NESTED_NAME parameter.
11717
9f04ac5f
YQ
117182015-02-13 Yao Qi <yao.qi@arm.com>
11719
11720 * MAINTAINERS: Update my email address.
11721
013d0319
DE
117222015-02-12 Doug Evans <dje@google.com>
11723
b615dd20 11724 * symtab.c (completion_list_add_name): Fix memory leak.
013d0319 11725
9a7e538e
DE
117262015-02-12 Doug Evans <dje@google.com>
11727
11728 * completer.c (complete_line): Remove incorrect comment.
11729
e1fcd575
JK
117302015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11731
11732 * python/py-framefilter.c (py_print_single_arg, enumerate_locals)
11733 (py_print_frame): Use RETURN_MASK_ERROR.
11734
b99bf4e3
JK
117352015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11736
11737 * python/py-framefilter.c (py_print_frame): Mention RETURN_QUIT in
11738 function comment. Wrap all function that can throw in cleanups.
11739 (gdbpy_apply_frame_filter): Wrap all function that can throw in
11740 cleanups.
11741
800eb1ce
JK
117422015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11743
11744 * python/py-framefilter.c (py_print_frame): Substitute goto error.
11745 Remove the error label.
11746
34019068
JK
117472015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11748
11749 * python/py-framefilter.c (py_print_frame): Put conditional code paths
11750 with goto first, indent the former else codepath left. Put variable
11751 'elided' to a new inner block.
11752
8d4a54e2
JK
117532015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11754
11755 * python/py-framefilter.c (py_print_frame): Whitespacing fixes.
11756
18ad82c1
PA
117572015-02-11 Pedro Alves <palves@redhat.com>
11758
11759 * xcoffread.c (within_function): Delete.
11760
e36122e9
TT
117612015-02-11 Tom Tromey <tromey@redhat.com>
11762 Pedro Alves <palves@redhat.com>
11763
11764 * breakpoint.c (base_breakpoint_ops): Delete.
11765 * dwarf2loc.c (dwarf_expr_ctx_funcs): Make extern.
11766 * elfread.c (elf_sym_fns_gdb_index, elf_sym_fns_lazy_psyms): Make extern.
11767 * guile/guile.c (guile_extension_script_ops, guile_extension_ops): Make extern.
11768 * ppcnbsd-tdep.c (ppcnbsd2_sigtramp): Make extern.
11769 * python/py-arch.c (arch_object_type): Make extern.
11770 * python/py-block.c (block_syms_iterator_object_type): Make extern.
11771 * python/py-bpevent.c (breakpoint_event_object_type): Make extern.
11772 * python/py-cmd.c (cmdpy_object_type): Make extern.
11773 * python/py-continueevent.c (continue_event_object_type)
11774 * python/py-event.h (GDBPY_NEW_EVENT_TYPE): Remove 'qual'
11775 parameter. Update all callers.
11776 * python/py-evtregistry.c (eventregistry_object_type): Make extern.
11777 * python/py-exitedevent.c (exited_event_object_type): Make extern.
11778 * python/py-finishbreakpoint.c (finish_breakpoint_object_type): Make extern.
11779 * python/py-function.c (fnpy_object_type): Make extern.
11780 * python/py-inferior.c (inferior_object_type, membuf_object_type): Make extern.
11781 * python/py-infevents.c (call_pre_event_object_type)
11782 (inferior_call_post_event_object_type).
11783 (memory_changed_event_object_type): Make extern.
11784 * python/py-infthread.c (thread_object_type): Make extern.
11785 * python/py-lazy-string.c (lazy_string_object_type): Make extern.
11786 * python/py-linetable.c (linetable_entry_object_type)
11787 (linetable_object_type, ltpy_iterator_object_type): Make extern.
11788 * python/py-newobjfileevent.c (new_objfile_event_object_type)
11789 (clear_objfiles_event_object_type): Make extern.
11790 * python/py-objfile.c (objfile_object_type): Make extern.
11791 * python/py-param.c (parmpy_object_type): Make extern.
11792 * python/py-progspace.c (pspace_object_type): Make extern.
11793 * python/py-signalevent.c (signal_event_object_type): Make extern.
11794 * python/py-symtab.c (symtab_object_type, sal_object_type): Make extern.
11795 * python/py-type.c (type_object_type, field_object_type)
11796 (type_iterator_object_type): Make extern.
11797 * python/python.c (python_extension_script_ops)
11798 (python_extension_ops): Make extern.
11799 * stap-probe.c (stap_probe_ops): Make extern.
11800
0703599a
PA
118012015-02-11 Pedro Alves <pedro@codesourcery.com>
11802
11803 * infrun.c (adjust_pc_after_break): Don't adjust the PC just
11804 because the event thread is not the current thread.
11805
eaaf76ab
DE
118062015-02-11 Doug Evans <xdje42@gmail.com>
11807
11808 * gdbtypes.c (internal_type_self_type): If TYPE_SPECIFIC_FIELD hasn't
11809 been initialized yet, return NULL.
11810
e7d52ed3
DE
118112015-02-11 Doug Evans <dje@google.com>
11812
11813 * symfile.h (new_symfile_objfile): Delete.
11814 * symfile.c (finish_new_objfile): Renamed from new_symfile_objfile.
11815 All callers updated.
11816
fc6b1256
PP
118172015-02-11 Patrick Palka <patrick@parcs.ath.cx>
11818
11819 * tui/tui-io.c (tui_handle_resize_during_io): Call
11820 tui_update_gdb_sizes() after resizing the screen.
11821 * tui/tui.c (tui_enable): Resize the terminal before
11822 calling tui_update_gdb_sizes().
11823
d9080678
PP
118242015-02-11 Patrick Palka <patrick@parcs.ath.cx>
11825
11826 * tui/tui-io.c (tui_getc): Move cursor to the end of the command
11827 line before printing a newline.
11828
9f615e3a
MW
118292015-02-11 Mark Wielaard <mjw@redhat.com>
11830
11831 * utils.c (producer_is_gcc): Return true or false.
11832
d9080678 118332015-02-10 Mark Wielaard <mjw@redhat.com>
b1ffba5a
MW
11834
11835 * utils.h (producer_is_gcc): Change return type to bool. Add major
11836 argument.
11837 * utils.c (producer_is_gcc): Likewise.
11838 (producer_is_gcc_ge_4): Adjust producer_is_gcc call.
11839 * dwarf2read.c (check_producer): Likewise.
11840
b052c4fb
PA
118412015-02-10 Pedro Alves <palves@redhat.com>
11842
11843 * infrun.c (displaced_step_fixup): Switch to the event thread
11844 before calling gdbarch_displaced_step_fixup.
11845
3ac240d4
AT
118462015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
11847
11848 * MAINTAINERS (Write After Approval): Add Antoine Tremblay.
11849
c1cc6152
SM
118502015-02-10 Simon Marchi <simon.marchi@ericsson.com>
11851
11852 * ada-varobj.c (ada_name_of_child): Constify parent.
11853 (ada_path_expr_of_child): Same.
11854 (ada_value_of_child): Same.
11855 (ada_type_of_child): Same.
11856 * c-varobj.c (c_is_path_expr_parent): Same.
11857 (c_describe_child): Same.
11858 (c_name_of_child): Same.
11859 (c_value_of_child): Same.
11860 (c_type_of_child): Same.
11861 (cplus_number_of_children): Same.
11862 (cplus_describe_child): Constify var.
11863 (cplus_name_of_child): Constify parent.
11864 (cplus_value_of_child): Same.
11865 (cplus_type_of_child): Same.
11866 * jv-varobj.c (java_name_of_child): Same.
11867 (java_value_of_child): Same.
11868 (java_type_of_child): Same.
11869 * varobj.c (value_of_child): Same.
11870 (varobj_default_is_path_expr_parent): Constify var, parent and return
11871 value.
11872 (varobj_get_path_expr): Constify var, modify path_expr through
11873 mutable_var.
11874 (install_new_value): Constify parent.
11875 (value_of_child): Constify parent.
11876 * varobj.h (struct varobj): Constify parent.
11877 (struct lang_varobj_ops): Constify name_of_child, value_of_child and
11878 type_of_child.
11879 (varobj_get_path_expr): Constify var.
11880 (varobj_get_path_expr_parent): Constify var and return value.
11881
c1ee9414
LM
118822015-02-10 Luis Machado <lgustavo@codesourcery.com>
11883
11884 * arm-tdep.c (arm_prologue_unwind_stop_reason): New function.
11885 (arm_prologue_this_id): Move PC and SP limit checks to
11886 arm_prologue_unwind_stop_reason.
11887 (arm_prologue_unwind) <stop_reason> : Set to
11888 arm_prologue_unwind_stop_reason.
11889
f7de9aab
MW
118902015-02-09 Mark Wielaard <mjw@redhat.com>
11891
11892 * dwarf2read.c (set_cu_language): Recognize DW_LANG_Fortran03 and
11893 DW_LANG_Fortran08 as language_fortran.
11894
0b24eb2d
SDJ
118952015-02-09 Sergio Durigan Junior <sergiodj@redhat.com>
11896
11897 PR remote/17946
11898 * gdb/remote.c (remote_parse_stop_reply): Fix wrong comparison
11899 of pointer against char.
11900
a2c2acaf
MW
119012015-02-09 Mark Wielaard <mjw@redhat.com>
11902
11903 * c-typeprint.c (cp_type_print_method_args): Handle '_Atomic'.
11904 (c_type_print_modifier): Likewise.
11905 * dwarf2read.c (read_tag_atomic_type): New function.
11906 (read_type_die_1): Handle DW_TAG_atomic_type.
11907 * gdbtypes.c (make_atomic_type): New function.
11908 (recursive_dump_type): Handle TYPE_ATOMIC.
11909 * gdbtypes.h (enum type_flag_values): Renumber.
11910 (enum type_instance_flag_value): Add TYPE_INSTANCE_FLAG_ATOMIC.
11911 (TYPE_ATOMIC): New macro.
11912 (make_atomic_type): Declare.
11913
31fd9caa
MM
119142015-02-09 Markus Metzger <markus.t.metzger@intel.com>
11915
11916 * btrace.c (ftrace_find_call): Skip gaps.
11917 (ftrace_new_function): Initialize level.
11918 (ftrace_new_call, ftrace_new_tailcall, ftrace_new_return)
11919 (ftrace_new_switch): Update
11920 level computation.
11921 (ftrace_new_gap): New.
11922 (ftrace_update_function): Create new function after gap.
11923 (btrace_compute_ftrace_bts): Create gap on error.
11924 (btrace_stitch_bts): Update parameters. Clear trace if it
11925 becomes empty.
11926 (btrace_stitch_trace): Update parameters. Update callers.
11927 (btrace_clear): Reset the number of gaps.
11928 (btrace_insn_get): Return NULL if the iterator points to a gap.
11929 (btrace_insn_number): Return zero if the iterator points to a gap.
11930 (btrace_insn_end): Allow gaps at the end.
11931 (btrace_insn_next, btrace_insn_prev, btrace_insn_cmp): Handle gaps.
11932 (btrace_find_insn_by_number): Assert that the found iterator does
11933 not point to a gap.
11934 (btrace_call_next, btrace_call_prev): Assert that the last function
11935 is not a gap.
11936 * btrace.h (btrace_bts_error): New.
11937 (btrace_function): Update comment.
11938 (btrace_function) <insn, insn_offset, number>: Update comment.
11939 (btrace_function) <errcode>: New.
11940 (btrace_thread_info) <ngaps>: New.
11941 (btrace_thread_info) <replay>: Update comment.
11942 (btrace_insn_get): Update comment.
11943 * record-btrace.c (btrace_ui_out_decode_error): New.
11944 (record_btrace_info): Print number of gaps.
11945 (btrace_insn_history, btrace_call_history): Call
11946 btrace_ui_out_decode_error for gaps.
11947 (record_btrace_step_thread, record_btrace_start_replaying): Skip gaps.
11948
afb778a2
MM
119492015-02-09 Markus Metzger <markus.t.metzger@intel.com>
11950
11951 * common/btrace-common.h (btrace_cpu_vendor, btrace_cpu): New.
11952 * nat/linux-btrace.c: (btrace_this_cpu): New.
11953 (cpu_supports_bts): Call btrace_this_cpu.
11954 (intel_supports_bts): Add cpu parameter.
11955
7d5c24b3
MM
119562015-02-09 Markus Metzger <markus.t.metzger@intel.com>
11957
11958 * btrace.h (btrace_insn_class): New.
11959 (btrace_insn) <size, iclass>: New.
11960 * btrace.c (ftrace_find_call): Update parameters. Update users.
11961 Use instruction classification.
11962 (ftrace_new_return): Update parameters. Update users.
11963 (ftrace_update_function): Update parameters. Update users. Use
11964 instruction classification.
11965 (ftrace_update_insns): Update parameters. Update users.
11966 (ftrace_classify_insn): New.
11967 (btrace_compute_ftrace_bts): Fill in new btrace_insn fields. Add
11968 TRY_CATCH around call to gdb_insn_length.
11969
76235df1
MM
119702015-02-09 Markus Metzger <markus.t.metzger@intel.com>
11971
11972 * btrace.c (btrace_compute_ftrace_bts, btrace_compute_ftrace):
11973 Update parameters. Update users.
11974
d33501a5
MM
119752015-02-09 Markus Metzger <markus.t.metzger@intel.com>
11976
11977 * btrace.c (parse_xml_btrace_conf_bts): Add size.
11978 (btrace_conf_bts_attributes): New.
11979 (btrace_conf_children): Add attributes.
11980 * common/btrace-common.h (btrace_config_bts): New.
11981 (btrace_config)<bts>: New.
11982 (btrace_config): Update comment.
11983 * nat/linux-btrace.c (linux_enable_btrace, linux_enable_bts):
11984 Use config.
11985 * features/btrace-conf.dtd: Increment version. Add size
11986 attribute to bts element.
11987 * record-btrace.c (set_record_btrace_bts_cmdlist,
11988 show_record_btrace_bts_cmdlist): New.
11989 (record_btrace_adjust_size, record_btrace_print_bts_conf,
11990 record_btrace_print_conf, cmd_set_record_btrace_bts,
11991 cmd_show_record_btrace_bts): New.
11992 (record_btrace_info): Call record_btrace_print_conf.
11993 (_initialize_record_btrace): Add commands.
11994 * remote.c: Add PACKET_Qbtrace_conf_bts_size enum.
11995 (remote_protocol_features): Add Qbtrace-conf:bts:size packet.
11996 (btrace_sync_conf): Synchronize bts size.
11997 (_initialize_remote): Add Qbtrace-conf:bts:size packet.
11998 * NEWS: Announce new commands and new packets.
11999
f4abbc16
MM
120002015-02-09 Markus Metzger <markus.t.metzger@intel.com>
12001
12002 * Makefile.in (XMLFILES): Add btrace-conf.dtd.
12003 * x86-linux-nat.c (x86_linux_enable_btrace): Update parameters.
12004 (x86_linux_btrace_conf): New.
12005 (x86_linux_create_target): Initialize to_btrace_conf.
12006 * nat/linux-btrace.c (linux_enable_btrace): Update parameters.
12007 Check format. Split into this and ...
12008 (linux_enable_bts): ... this.
12009 (linux_btrace_conf): New.
12010 (perf_event_skip_record): Renamed into ...
12011 (perf_event_skip_bts_record): ... this. Updated users.
12012 (linux_disable_btrace): Split into this and ...
12013 (linux_disable_bts): ... this.
12014 (linux_read_btrace): Check format.
12015 * nat/linux-btrace.h (linux_enable_btrace): Update parameters.
12016 (linux_btrace_conf): New.
12017 (btrace_target_info)<ptid>: Moved.
12018 (btrace_target_info)<conf>: New.
12019 (btrace_target_info): Split into this and ...
12020 (btrace_tinfo_bts): ... this. Updated users.
12021 * btrace.c (btrace_enable): Update parameters.
12022 (btrace_conf, parse_xml_btrace_conf_bts, parse_xml_btrace_conf)
12023 (btrace_conf_children, btrace_conf_attributes)
12024 (btrace_conf_elements): New.
12025 * btrace.h (btrace_enable): Update parameters.
12026 (btrace_conf, parse_xml_btrace_conf): New.
12027 * common/btrace-common.h (btrace_config): New.
12028 * feature/btrace-conf.dtd: New.
12029 * record-btrace.c (record_btrace_conf): New.
12030 (record_btrace_cmdlist): New.
12031 (record_btrace_enable_warn, record_btrace_open): Pass
12032 &record_btrace_conf.
12033 (record_btrace_info): Print recording format.
12034 (cmd_record_btrace_bts_start): New.
12035 (cmd_record_btrace_start): Call cmd_record_btrace_bts_start.
12036 (_initialize_record_btrace): Add "record btrace bts" subcommand.
12037 Add "record bts" alias command.
12038 * remote.c (remote_state)<btrace_config>: New.
12039 (remote_btrace_reset, PACKET_qXfer_btrace_conf): New.
12040 (remote_protocol_features): Add qXfer:btrace-conf:read.
12041 (remote_open_1): Call remote_btrace_reset.
12042 (remote_xfer_partial): Handle TARGET_OBJECT_BTRACE_CONF.
12043 (btrace_target_info)<conf>: New.
12044 (btrace_sync_conf, btrace_read_config): New.
12045 (remote_enable_btrace): Update parameters. Call btrace_sync_conf and
12046 btrace_read_conf.
12047 (remote_btrace_conf): New.
12048 (init_remote_ops): Initialize to_btrace_conf.
12049 (_initialize_remote): Add qXfer:btrace-conf packet.
12050 * target.c (target_enable_btrace): Update parameters.
12051 (target_btrace_conf): New.
12052 * target.h (target_enable_btrace): Update parameters.
12053 (target_btrace_conf): New.
12054 (target_object)<TARGET_OBJECT_BTRACE_CONF>: New.
12055 (target_ops)<to_enable_btrace>: Update parameters and comment.
12056 (target_ops)<to_btrace_conf>: New.
12057 * target-delegates: Regenerate.
12058 * target-debug.h (target_debug_print_const_struct_btrace_config_p)
12059 (target_debug_print_const_struct_btrace_target_info_p): New.
12060 * NEWS: Announce new command and new packet.
12061
aadf7753
MM
120622015-02-09 Markus Metzger <markus.t.metzger@intel.com>
12063
12064 * nat/linux-btrace.h (perf_event_buffer): New.
12065 (btrace_target_info) <buffer, size, data_head>: Replace with ...
12066 <bts>: ... this.
12067 * nat/linux-btrace.c (perf_event_header, perf_event_mmap_size)
12068 (perf_event_buffer_size, perf_event_buffer_begin)
12069 (perf_event_buffer_end, linux_btrace_has_changed): Removed.
12070 Updated users.
12071 (perf_event_new_data): New.
12072
043c3577
MM
120732015-02-09 Markus Metzger <markus.t.metzger@intel.com>
12074
12075 * btrace.c (btrace_enable): Pass BTRACE_FORMAT_BTS.
12076 * record-btrace.c (record_btrace_open): Remove call to
12077 target_supports_btrace.
12078 * remote.c (remote_supports_btrace): Update parameters.
12079 * target.c (target_supports_btrace): Update parameters.
12080 * target.h (to_supports_btrace, target_supports_btrace): Update
12081 parameters.
12082 * target-delegates.c: Regenerate.
12083 * target-debug.h (target_debug_print_enum_btrace_format): New.
12084 * nat/linux-btrace.c
12085 (kernel_supports_btrace): Rename into ...
12086 (kernel_supports_bts): ... this. Update users. Update warning text.
12087 (intel_supports_btrace): Rename into ...
12088 (intel_supports_bts): ... this. Update users.
12089 (cpu_supports_btrace): Rename into ...
12090 (cpu_supports_bts): ... this. Update users.
12091 (linux_supports_btrace): Update parameters. Split into this and ...
12092 (linux_supports_bts): ... this.
12093 * nat/linux-btrace.h (linux_supports_btrace): Update parameters.
12094
734b0e4b
MM
120952015-02-09 Markus Metzger <markus.t.metzger@intel.com>
12096
12097 * Makefile.in (SFILES): Add common/btrace-common.c.
12098 (COMMON_OBS): Add common/btrace-common.o.
12099 (btrace-common.o): Add build rules.
12100 * btrace.c (parse_xml_btrace): Update parameters.
12101 (parse_xml_btrace_block): Set format field.
12102 (btrace_add_pc, btrace_fetch): Use struct btrace_data.
12103 (do_btrace_data_cleanup, make_cleanup_btrace_data): New.
12104 (btrace_compute_ftrace): Split into this and...
12105 (btrace_compute_ftrace_bts): ...this.
12106 (btrace_stitch_trace): Split into this and...
12107 (btrace_stitch_bts): ...this.
12108 * btrace.h (parse_xml_btrace): Update parameters.
12109 (make_cleanup_btrace_data): New.
12110 * common/btrace-common.c: New.
12111 * common/btrace-common.h: Include common-defs.h.
12112 (btrace_block_s): Update comment.
12113 (btrace_format): New.
12114 (btrace_format_string): New.
12115 (btrace_data_bts): New.
12116 (btrace_data): New.
12117 (btrace_data_init, btrace_data_fini, btrace_data_empty): New.
12118 * remote.c (remote_read_btrace): Update parameters.
12119 * target.c (target_read_btrace): Update parameters.
12120 * target.h (target_read_btrace): Update parameters.
12121 (target_ops)<to_read_btrace>: Update parameters.
12122 * x86-linux-nat.c (x86_linux_read_btrace): Update parameters.
12123 * target-delegates.c: Regenerate.
12124 * target-debug (target_debug_print_struct_btrace_data_p): New.
12125 * nat/linux-btrace.c (linux_read_btrace): Split into this and...
12126 (linux_read_bts): ...this.
12127 * nat/linux-btrace.h (linux_read_btrace): Update parameters.
12128
bd2e0e9e
DE
121292015-02-06 Doug Evans <dje@google.com>
12130
12131 * remote-m32r-sdi.c: Include symfile.h.
12132
f176c4b5
DE
121332015-02-06 Doug Evans <dje@google.com>
12134
12135 * symtab.h (clear_symtab_users, deduce_language_from_filename): Move
12136 * symfile.h (clear_symtab_users, deduce_language_from_filename): ...
12137 to here.
12138
d6c146e9
PA
121392015-02-06 Pedro Alves <palves@redhat.com>
12140
12141 * linux-thread-db.c (find_new_threads_callback): Add debug output.
12142
b9d61307
SM
121432015-02-06 Simon Marchi <simon.marchi@ericsson.com>
12144
12145 PR gdb/15678
12146 * breakpoint.c (map_breakpoint_numbers): Check for empty args string.
12147 (enable_count_command): Check args for NULL value.
12148
e9fbd043
DE
121492015-02-05 Doug Evans <xdje42@gmail.com>
12150
12151 * guile/scm-frame.c: Fix spelling errors in a comment.
12152
881d5d5d
JK
121532015-02-04 Jan Kratochvil <jan.kratochvil@redhat.com>
12154
12155 * python/python-internal.h (Py_hash_t): Define it for Python <3.2.
12156 * python/py-value.c (valpy_fetch_lazy): Use it. Remove cast to the
12157 return type.
12158
20ba1ce6
PA
121592015-02-04 Pedro Alves <palves@redhat.com>
12160
12161 * linux-nat.c (handle_extended_wait): Don't resume LWPs here.
12162 (wait_lwp): Don't call wait_lwp if linux_handle_extended_wait
12163 returns true.
12164 (resume_stopped_resumed_lwps): Don't check whether the thread is
12165 marked as executing.
12166 (linux_nat_wait_1): Use resume_stopped_resumed_lwps.
12167
f962539a
AA
121682015-02-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
12169
12170 * regset.h (struct regset): Add flags field.
12171 (REGSET_VARIABLE_SIZE): New value for a regset's flags field.
12172 * corelow.c (get_core_register_section): Add warning if the size
12173 exceeds the requested size and the regset does not have the
12174 REGSET_VARIABLE_SIZE flag set.
12175 * alphanbsd-tdep.c (alphanbsd_gregset): Add REGSET_VARIABLE_SIZE
12176 flag.
12177 * armbsd-tdep.c (armbsd_gregset): Likewise.
12178 * hppa-hpux-tdep.c (hppa_hpux_regset): Likewise.
12179 * hppaobsd-tdep.c (hppaobsd_gregset): Likewise.
12180 * m68kbsd-tdep.c (m68kbsd_gregset): Likewise.
12181 * mipsnbsd-tdep.c (mipsnbsd_gregset): Likewise.
12182
dde9acd6
AA
121832015-02-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
12184
12185 * amd64-linux-tdep.c (amd64_linux_iterate_over_regset_sections):
12186 For ".reg-xstate", explicitly specify the requested section size
12187 via X86_XSTATE_SIZE instead of just 0 on input and
12188 X86_XSTATE_MAX_SIZE on output.
12189 * i386-linux-tdep.c (i386_linux_iterate_over_regset_sections):
12190 Likewise.
12191
1528345d
AA
121922015-02-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
12193
12194 PR corefiles/17808:
12195 * gdbarch.sh (iterate_over_regset_sections_cb): Document this
12196 function type, particularly its SIZE parameter.
12197 * gdbarch.h: Regenerate.
12198 * amd64-tdep.c (amd64_supply_fpregset): In gdb_assert, compare
12199 actual against required size using ">=" instead of "==".
12200 (amd64_collect_fpregset): Likewise.
12201 * i386-tdep.c (i386_supply_gregset): Likewise.
12202 (i386_collect_gregset): Likewise.
12203 (i386_supply_fpregset): Likewise.
12204 (i386_collect_fpregset): Likewise.
12205 * mips-linux-tdep.c (mips_supply_gregset_wrapper): Likewise.
12206 (mips_fill_gregset_wrapper): Likewise.
12207 (mips_supply_fpregset_wrapper): Likewise.
12208 (mips_fill_fpregset_wrapper): Likewise.
12209 (mips64_supply_gregset_wrapper): Likewise.
12210 (mips64_fill_gregset_wrapper): Likewise.
12211 (mips64_supply_fpregset_wrapper): Likewise.
12212 (mips64_fill_fpregset_wrapper): Likewise.
12213 * mn10300-linux-tdep.c (am33_supply_gregset_method): Likewise.
12214 (am33_supply_fpregset_method): Likewise.
12215 (am33_collect_gregset_method): Likewise.
12216 (am33_collect_fpregset_method): Likewise.
12217
518be979
DE
122182015-02-04 Doug Evans <dje@google.com>
12219 Pedro Alves <palves@redhat.com>
12220 Eli Zaretskii <eliz@gnu.org>
12221
12222 PR tui/17810
12223 * tui/tui-command.c (tui_refresh_cmd_win): New function.
12224 * tui/tui-command.c (tui_refresh_cmd_win): Declare.
12225 * tui/tui-file.c: #include tui/tui-command.h.
12226 (tui_file_fputs): Refresh command window if stream is not gdb_stdout.
12227 (tui_file_flush): Refresh command window if stream is gdb_stdout.
12228 * tui/tui-io.c (tui_puts): Remove calls to wrefresh, fflush.
12229
80bd5fab
PA
122302015-02-04 Pedro Alves <palves@redhat.com>
12231
12232 Fix build breakage.
12233 * event-loop.c (gdb_do_one_event): Add default switch case.
12234
a7606d80
JK
122352015-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
12236
12237 Filter out inferior gcc option -fpreprocessed.
12238 * compile/compile.c (filter_args): New function.
12239 (get_args): Use it.
12240
70b66289
PA
122412015-02-03 Pedro Alves <palves@redhat.com>
12242
12243 * event-loop.c: Don't declare nor define a queue type for
12244 gdb_event_p.
12245 (event_queue): Delete.
12246 (create_event, create_file_event, gdb_event_xfree)
12247 (initialize_event_loop, process_event): Delete.
12248 (gdb_do_one_event): Return as soon as one event is handled.
12249 (handle_file_event): Change prototype. Used the passed in
12250 file_handler pointer and ready_mask instead of looping over all
12251 file handlers.
12252 (gdb_wait_for_event): Update the poll/select timeouts before
12253 blocking. Run event handlers directly instead of queueing events.
12254 Return as soon as one event is handled.
12255 (struct async_event_handler_data): Delete.
12256 (invoke_async_event_handler): Delete.
12257 (check_async_event_handlers): Change return type to int. Run
12258 event handlers directly instead of queueing events. Return as
12259 soon as one event is handled.
12260 (handle_timer_event): Delete.
12261 (update_wait_timeout): New function, factored out from
12262 poll_timers.
12263 (poll_timers): Reimplement.
12264 * event-loop.h (initialize_event_loop): Delete declaration.
12265 * top.c (gdb_init): Don't call initialize_event_loop.
12266
b7d2e916
PA
122672015-02-03 Pedro Alves <palves@redhat.com>
12268
12269 * event-loop.c (clear_async_event_handler): New function.
12270 * event-loop.h (clear_async_event_handler): New declaration.
12271 * record-btrace.c (record_btrace_async): New function.
12272 (init_record_btrace_ops): Install record_btrace_async.
12273 * record-full.c (record_full_async): New function.
12274 (record_full_resume): Don't mark the async event source here.
12275 (init_record_full_ops): Install record_full_async.
12276 (record_full_core_resume): Don't mark the async event source here.
12277 (init_record_full_core_ops): Install record_full_async.
12278 * remote.c (remote_async): Mark and clear the async stop reply
12279 queue event-loop token as appropriate.
12280
d9d41e78
PA
122812015-02-03 Pedro Alves <palves@redhat.com>
12282
12283 * linux-nat.c (linux_child_follow_fork, linux_nat_wait_1): Use
12284 target_is_async_p instead of target_can_async.
12285 (linux_nat_wait): Use target_is_async_p instead of
12286 target_can_async. Don't enable async here.
12287 * remote.c (interrupt_query, remote_wait, putpkt_binary): Use
12288 target_is_async_p instead of target_can_async.
12289
aa3de267
SM
122902015-02-02 Simon Marchi <simon.marchi@ericsson.com>
12291
12292 * varobj.h (lang_varobj_ops): Mention which return values need
12293 to be freed.
12294
2c811c0f
JB
122952015-02-02 Joel Brobecker <brobecker@adacore.com>
12296
12297 * dwarf2loc.c (dwarf2_evaluate_property): Add i18n marker.
12298
b1eedac9
JB
122992015-02-02 Joel Brobecker <brobecker@adacore.com>
12300
12301 PR gdb/17856:
12302 * ada-lang.c (ada_lookup_symbol_list_worker): Do not re-cache
12303 results found in the cache.
12304
66c168ae
JB
123052015-02-02 Joel Brobecker <brobecker@adacore.com>
12306
12307 PR gdb/17854:
12308 * ada-lang.c (ada_get_symbol_cache): Set pspace_data->sym_cache
12309 when allocating a new one.
12310
4bdc02b2
TT
123112015-02-01 Tom Tromey <tom@tromey.com>
12312
12313 * MAINTAINERS: Remove myself.
12314
ae6ae975
DE
123152015-01-31 Doug Evans <xdje42@gmail.com>
12316
12317 * dwarf2read.c (process_structure_scope): Update setting of
12318 TYPE_VPTR_BASETYPE, TYPE_VPTR_FIELDNO.
12319 * gdbtypes.c (internal_type_vptr_fieldno): New function.
12320 (set_type_vptr_fieldno): New function.
12321 (internal_type_vptr_basetype): New function.
12322 (set_type_vptr_basetype): New function.
12323 (get_vptr_fieldno): Update setting of TYPE_VPTR_FIELDNO,
12324 TYPE_VPTR_BASETYPE.
12325 (allocate_cplus_struct_type): Initialize vptr_fieldno.
12326 (recursive_dump_type): Printing of vptr_fieldno, vptr_basetype ...
12327 (print_cplus_stuff): ... moved here.
12328 (copy_type_recursive): Don't copy TYPE_VPTR_BASETYPE.
12329 * gdbtypes.h (struct main_type): Members vptr_fieldno, vptr_basetype
12330 moved to ...
12331 (struct cplus_struct_type): ... here. All uses updated.
12332 (TYPE_VPTR_FIELDNO, TYPE_VPTR_BASETYPE): Rewrite.
12333 (internal_type_vptr_fieldno, set_type_vptr_fieldno): Declare.
12334 (internal_type_vptr_basetype, set_type_vptr_basetype): Declare.
12335 * stabsread.c (read_tilde_fields): Update setting of
12336 TYPE_VPTR_FIELDNO, TYPE_VPTR_BASETYPE.
12337
09e2d7c7
DE
123382015-01-31 Doug Evans <xdje42@gmail.com>
12339
12340 * cp-valprint.c (cp_find_class_member): Rename parameter domain_p
12341 to self_p.
12342 (cp_print_class_member): Rename local domain to self_type.
12343 * dwarf2read.c (quirk_gcc_member_function_pointer): Rename local
12344 domain_type to self_type.
12345 (set_die_type) <need_gnat_info>: Handle
12346 TYPE_CODE_METHODPTR, TYPE_CODE_MEMBERPTR, TYPE_CODE_METHOD.
12347 * gdb-gdb.py (StructMainTypePrettyPrinter): Handle
12348 TYPE_SPECIFIC_SELF_TYPE.
12349 * gdbtypes.c (internal_type_self_type): New function.
12350 (set_type_self_type): New function.
12351 (smash_to_memberptr_type): Rename parameter domain to self_type.
12352 Update setting of TYPE_SELF_TYPE.
12353 (smash_to_methodptr_type): Update setting of TYPE_SELF_TYPE.
12354 (smash_to_method_type): Rename parameter domain to self_type.
12355 Update setting of TYPE_SELF_TYPE.
12356 (check_stub_method): Call smash_to_method_type.
12357 (recursive_dump_type): Handle TYPE_SPECIFIC_SELF_TYPE.
12358 (copy_type_recursive): Ditto.
12359 * gdbtypes.h (enum type_specific_kind): New value
12360 TYPE_SPECIFIC_SELF_TYPE.
12361 (struct main_type) <type_specific>: New member self_type.
12362 (struct cplus_struct_type) <fn_field.type>: Update comment.
12363 (TYPE_SELF_TYPE): Rewrite.
12364 (internal_type_self_type, set_type_self_type): Declare.
12365 * gnu-v3-abi.c (gnuv3_print_method_ptr): Rename local domain to
12366 self_type.
12367 (gnuv3_method_ptr_to_value): Rename local domain_type to self_type.
12368 * m2-typeprint.c (m2_range): Replace TYPE_SELF_TYPE with
12369 TYPE_TARGET_TYPE.
12370 * stabsread.c (read_member_functions): Mark methods with
12371 TYPE_CODE_METHOD, not TYPE_CODE_FUNC. Update setting of
12372 TYPE_SELF_TYPE.
12373
4bfb94b8
DE
123742015-01-31 Doug Evans <xdje42@gmail.com>
12375
12376 * gdbtypes.h (TYPE_SELF_TYPE): Renamed from TYPE_DOMAIN_TYPE.
12377 All uses updated.
12378
5f4ce105
DE
123792015-01-31 Doug Evans <xdje42@gmail.com>
12380
12381 * gnu-v3-abi.c (gnuv3_dynamic_class): Assert only passed structs
12382 or unions. Return zero if union.
12383 (gnuv3_get_vtable): Call check_typedef. Assert only passed structs.
12384 (gnuv3_rtti_type): Pass already-check_typedef'd value to
12385 gnuv3_get_vtable.
12386 (compute_vtable_size): Assert only passed structs.
12387 (gnuv3_print_vtable): Don't call gnuv3_get_vtable for non-structs.
12388
f6b3afbf
DE
123892015-01-31 Doug Evans <xdje42@gmail.com>
12390
12391 * gdbtypes.c (copy_type_recursive): Handle all TYPE_SPECIFIC_FIELD
12392 kinds.
12393
cfb069a8
GB
123942015-01-31 Gary Benson <gbenson@redhat.com>
12395 Doug Evans <dje@google.com>
12396
12397 PR cli/9007
12398 PR cli/11920
12399 PR cli/15548
12400 * cli/cli-cmds.c (complete_command): Notify user if max-completions
12401 reached.
12402 * common/common-exceptions.h (enum errors)
12403 <MAX_COMPLETIONS_REACHED_ERROR>: New value.
12404 * completer.h (get_max_completions_reached_message): New declaration.
12405 (max_completions): Likewise.
12406 (completion_tracker_t): New typedef.
12407 (new_completion_tracker): New declaration.
12408 (make_cleanup_free_completion_tracker): Likewise.
12409 (maybe_add_completion_enum): New enum.
12410 (maybe_add_completion): New declaration.
12411 (throw_max_completions_reached_error): Likewise.
12412 * completer.c (max_completions): New global variable.
12413 (new_completion_tracker): New function.
12414 (free_completion_tracker): Likewise.
12415 (make_cleanup_free_completion_tracker): Likewise.
12416 (maybe_add_completions): Likewise.
12417 (throw_max_completions_reached_error): Likewise.
12418 (complete_line): Remove duplicates and limit result to max_completions
12419 entries.
12420 (get_max_completions_reached_message): New function.
12421 (gdb_display_match_list): Handle max_completions.
12422 (_initialize_completer): New declaration and function.
12423 * symtab.c: Include completer.h.
12424 (completion_tracker): New static variable.
12425 (completion_list_add_name): Call maybe_add_completion.
12426 (default_make_symbol_completion_list_break_on_1): Renamed from
12427 default_make_symbol_completion_list_break_on. Maintain
12428 completion_tracker across calls to completion_list_add_name.
12429 (default_make_symbol_completion_list_break_on): New function.
12430 * top.c (init_main): Set rl_completion_display_matches_hook.
12431 * tui/tui-io.c: Include completer.h.
12432 (tui_old_rl_display_matches_hook): New static global.
12433 (tui_rl_display_match_list): Notify user if max-completions reached.
12434 (tui_setup_io): Save/restore rl_completion_display_matches_hook.
12435 * NEWS (New Options): Mention set/show max-completions.
12436
e11c72c7
GB
124372015-01-31 Gary Benson <gbenson@redhat.com>
12438
12439 * symtab.c (struct add_name_data) <code>: New field.
12440 Updated comments.
12441 (add_symtab_completions): New function.
12442 (symtab_expansion_callback): Likewise.
12443 (default_make_symbol_completion_list_break_on): Set datum.code.
12444 Move minimal symbol scan before calling expand_symtabs_matching.
12445 Scan known primary symtabs for externs and statics before calling
12446 expand_symtabs_matching. Pass symtab_expansion_callback as
12447 expansion_notify argument to expand_symtabs_matching. Do not scan
12448 primary symtabs for externs and statics after calling
12449 expand_symtabs_matching.
12450
276d885b
GB
124512015-01-31 Gary Benson <gbenson@redhat.com>
12452
12453 * symfile.h (expand_symtabs_exp_notify_ftype): New typedef.
12454 (struct quick_symbol_functions) <expand_symtabs_matching>:
12455 New argument expansion_notify. All uses updated.
12456 (expand_symtabs_matching): New argument expansion_notify.
12457 All uses updated.
12458 * symfile-debug.c (debug_qf_expand_symtabs_matching):
12459 Also print expansion notify.
12460 * symtab.c (expand_symtabs_matching_via_partial): Call
12461 expansion_notify whenever a partial symbol table is expanded.
12462 * dwarf2read.c (dw2_expand_symtabs_matching): Call
12463 expansion_notify whenever a symbol table is instantiated.
12464
82083d6d
DE
124652015-01-31 Doug Evans <xdje42@gmail.com>
12466
12467 * cli-out.c: #include completer.h, readline/readline.h.
12468 (cli_mld_crlf, cli_mld_putch, cli_mld_puts): New functions.
12469 (cli_mld_flush, cld_mld_erase_entire_line): Ditto.
12470 (cli_mld_beep, cli_mld_read_key, cli_display_match_list): Ditto.
12471 * cli-out.h (cli_display_match_list): Declare.
12472 * completer.c (MB_INVALIDCH, MB_NULLWCH): New macros.
12473 (ELLIPSIS_LEN): Ditto.
12474 (gdb_get_y_or_n, gdb_display_match_list_pager): New functions.
12475 (gdb_path_isdir, gdb_printable_part, gdb_fnwidth): Ditto.
12476 (gdb_fnprint, gdb_print_filename): Ditto.
12477 (gdb_complete_get_screenwidth, gdb_display_match_list_1): Ditto.
12478 (gdb_display_match_list): Ditto.
12479 * completer.h (mld_crlf_ftype, mld_putch_ftype): New typedefs.
12480 (mld_puts_ftype, mld_flush_ftype, mld_erase_entire_line_ftype): Ditto.
12481 (mld_beep_ftype, mld_read_key_ftype): Ditto.
12482 (match_list_displayer): New struct.
12483 (gdb_display_match_list): Declare.
12484 * top.c (init_main): Set rl_completion_display_matches_hook.
12485 * tui/tui-io.c: #include completer.h.
12486 (printable_part, PUTX, print_filename, get_y_or_n): Delete.
12487 (tui_mld_crlf, tui_mld_putch, tui_mld_puts): New functions.
12488 (tui_mld_flush, tui_mld_erase_entire_line, tui_mld_beep): Ditto.
12489 (tui_mld_getc, tui_mld_read_key): Ditto.
12490 (tui_rl_display_match_list): Rewrite.
12491 (tui_handle_resize_during_io): New arg for_completion. All callers
12492 updated.
12493
f57d2163
DE
124942015-01-31 Doug Evans <xdje42@gmail.com>
12495
12496 Add symbol lookup cache.
12497 * NEWS: Document new options and commands.
12498 * symtab.c (symbol_cache_key): New static global.
12499 (DEFAULT_SYMBOL_CACHE_SIZE, MAX_SYMBOL_CACHE_SIZE): New macros.
12500 (SYMBOL_LOOKUP_FAILED): New macro.
12501 (symbol_cache_slot_state): New enum.
12502 (block_symbol_cache): New struct.
12503 (symbol_cache): New struct.
12504 (new_symbol_cache_size, symbol_cache_size): New static globals.
12505 (hash_symbol_entry, eq_symbol_entry): New functions.
12506 (symbol_cache_byte_size, resize_symbol_cache): New functions.
12507 (make_symbol_cache, free_symbol_cache): New functions.
12508 (get_symbol_cache, symbol_cache_cleanup): New function.
12509 (set_symbol_cache_size, set_symbol_cache_size_handler): New functions.
12510 (symbol_cache_lookup, symbol_cache_clear_slot): New function.
12511 (symbol_cache_mark_found, symbol_cache_mark_not_found): New functions.
12512 (symbol_cache_flush, symbol_cache_dump): New functions.
12513 (maintenance_print_symbol_cache): New function.
12514 (maintenance_flush_symbol_cache): New function.
12515 (symbol_cache_stats): New function.
12516 (maintenance_print_symbol_cache_statistics): New function.
12517 (symtab_new_objfile_observer): New function.
12518 (symtab_free_objfile_observer): New function.
12519 (lookup_static_symbol, lookup_global_symbol): Use symbol cache.
12520 (_initialize_symtab): Init symbol_cache_key. New parameter
12521 maint symbol-cache-size. New maint commands print symbol-cache,
12522 print symbol-cache-statistics, flush-symbol-cache.
12523 Install new_objfile, free_objfile observers.
12524
e700d1b2
JB
125252015-01-31 Joel Brobecker <brobecker@adacore.com>
12526
12527 PR symtab/17855
12528 * symfile.c (clear_symtab_users): Move call to breakpoint_re_set
12529 to end.
12530
9f050062
DE
125312015-01-31 Doug Evans <xdje42@gmail.com>
12532
12533 * NEWS: Mention inlined scripts in .debug_gdb_scripts section.
12534 * auto-load.c: #include ctype.h.
12535 (struct auto_load_pspace_info): Replace member loaded_scripts with
12536 new members loaded_script_files, loaded_script_texts.
12537 (auto_load_pspace_data_cleanup): Update.
12538 (init_loaded_scripts_info): Update.
12539 (get_auto_load_pspace_data_for_loading): Update.
12540 (maybe_add_script_file): Renamed from maybe_add_script. All callers
12541 updated.
12542 (maybe_add_script_text): New function.
12543 (clear_section_scripts): Update.
12544 (source_script_file, execute_script_contents): New functions.
12545 (source_section_scripts): Add support for
12546 SECTION_SCRIPT_ID_PYTHON_TEXT, SECTION_SCRIPT_ID_GUILE_TEXT.
12547 (print_scripts): New function.
12548 (auto_load_info_scripts): Also print inlined scripts.
12549 (maybe_print_unsupported_script_warning): Renamed from
12550 unsupported_script_warning_print. All callers updated.
12551 (maybe_print_script_not_found_warning): Renamed from
12552 script_not_found_warning_print. All callers updated.
12553 * extension-priv.h (struct extension_language_script_ops): New member
12554 objfile_script_executor.
12555 * extension.c (ext_lang_objfile_script_executor): New function.
12556 * extension.h (objfile_script_executor_func): New typedef.
12557 (ext_lang_objfile_script_executor): Declare.
12558 * guile/guile-internal.h (gdbscm_execute_objfile_script): Declare.
12559 * guile/guile.c (guile_extension_script_ops): Update.
12560 * guile/scm-objfile.c (gdbscm_execute_objfile_script): New function.
12561 * python/python.c (python_extension_script_ops): Update.
12562 (gdbpy_execute_objfile_script): New function.
12563
312809f8
EZ
125642015-01-31 Eli Zaretskii <eliz@gnu.org>
12565
12566 * tui/tui-io.c (tui_expand_tabs): New function.
12567 (tui_puts, tui_redisplay_readline): Expand TABs into the
12568 appropriate number of spaces.
12569 * tui/tui-regs.c: Include tui-io.h.
12570 (tui_register_format): Call tui_expand_tabs to expand TABs into
12571 the appropriate number of spaces.
12572 * tui/tui-io.h: Add prototype for tui_expand_tabs.
12573
b6577aab
DE
125742015-01-30 Doug Evans <dje@google.com>
12575
12576 * NEWS: "info source" command now display producer string if present.
12577 * source.c (source_info): Print producer string if present.
12578
6da58d3e
SM
125792015-01-30 Simon Marchi <simon.marchi@ericsson.com>
12580
12581 * varobj.c (varobj_delete): Fix comment.
12582
837ce252
SM
125832015-01-30 Simon Marchi <simon.marchi@ericsson.com>
12584
12585 * varobj.c (create_child): Modify comment.
12586
b09e2c59
SM
125872015-01-30 Simon Marchi <simon.marchi@ericsson.com>
12588
12589 * ada-varobj.c (ada_number_of_children): Constify struct varobj *
12590 parameter.
12591 (ada_name_of_variable): Same.
12592 (ada_path_expr_of_child): Same.
12593 (ada_value_of_variable): Same.
12594 (ada_value_is_changeable_p): Same.
12595 (ada_value_has_mutated): Same.
12596 * c-varobj.c (varobj_is_anonymous_child): Same.
12597 (c_is_path_expr_parent): Same.
12598 (c_number_of_children): Same.
12599 (c_name_of_variable): Same.
12600 (c_path_expr_of_child): Same.
12601 (get_type): Same.
12602 (c_value_of_variable): Same.
12603 (cplus_number_of_children): Same.
12604 (cplus_name_of_variable): Same.
12605 (cplus_path_expr_of_child): Same.
12606 (cplus_value_of_variable): Same.
12607 * jv-varobj.c (java_number_of_children): Same.
12608 (java_name_of_variable): Same.
12609 (java_path_expr_of_child): Same.
12610 (java_value_of_variable): Same.
12611 * varobj.c (number_of_children): Same.
12612 (name_of_variable): Same.
12613 (is_root_p): Same.
12614 (varobj_ensure_python_env): Same.
12615 (varobj_get_objname): Same.
12616 (varobj_get_expression): Same.
12617 (varobj_get_display_format): Same.
12618 (varobj_get_display_hint): Same.
12619 (varobj_has_more): Same.
12620 (varobj_get_thread_id): Same.
12621 (varobj_get_frozen): Same.
12622 (dynamic_varobj_has_child_method): Same.
12623 (varobj_get_gdb_type): Same.
12624 (is_path_expr_parent): Same.
12625 (varobj_default_is_path_expr_parent): Same.
12626 (varobj_get_language): Same.
12627 (varobj_get_attributes): Same.
12628 (varobj_is_dynamic_p): Same.
12629 (varobj_get_child_range): Same.
12630 (varobj_value_has_mutated): Same.
12631 (varobj_get_value_type): Same.
12632 (number_of_children): Same.
12633 (name_of_variable): Same.
12634 (check_scope): Same.
12635 (varobj_editable_p): Same.
12636 (varobj_value_is_changeable_p): Same.
12637 (varobj_floating_p): Same.
12638 (varobj_default_value_is_changeable_p): Same.
12639
2568868e
SM
126402015-01-30 Simon Marchi <simon.marchi@ericsson.com>
12641
12642 * varobj.c (varobj_get_path_expr): Set var->path_expr.
12643 * c-varobj.c (c_path_expr_of_child): Set local var instead of
12644 child->path_expr.
12645 (cplus_path_expr_of_child): Same.
12646
ca83fa81
SM
126472015-01-30 Simon Marchi <simon.marchi@ericsson.com>
12648
12649 * mi-cmd-var.c (print_varobj): Free varobj_get_expression
12650 result.
12651 (mi_cmd_var_info_expression): Same.
12652 * varobj.c (varobj_get_expression): Mention in the comment that
12653 the result must by freed by the caller.
12654
afa269ae
SM
126552015-01-30 Simon Marchi <simon.marchi@ericsson.com>
12656
12657 * mi/mi-cmd-var.c (mi_cmd_var_info_type): Free result of
12658 varobj_get_type.
12659 (varobj_update_one): Same.
12660 * varobj.c (update_type_if_necessary): Free curr_type_str and
12661 new_type_str.
12662 (varobj_get_type): Specify in comment that the result needs to be
12663 freed by the caller.
12664
cd366ee8
DE
126652015-01-29 Doug Evans <dje@google.com>
12666
12667 PR symtab/17890
12668 * dwarf2read.c (dwarf_decode_line_header): Punt if version > 4.
12669
38360086
MW
126702015-01-25 Mark Wielaard <mjw@redhat.com>
12671
12672 * dwarf2read.c (checkproducer): Call producer_is_gcc.
12673 * utils.c (producer_is_gcc_ge_4): Likewise.
12674 (producer_is_gcc): New function.
12675 * utils.h (producer_is_gcc): New declaration.
12676
df25ebbd
JB
126772015-01-29 Joel Brobecker <brobecker@adacore.com>
12678
12679 * gdbtypes.h (struct dynamic_prop): New PROP_ADDR_OFFSET enum
12680 kind.
12681 * gdbtypes.c (resolve_dynamic_type_internal): Replace "addr"
12682 parameter by "addr_stack" parameter.
12683 (resolve_dynamic_range): Replace "addr" parameter by
12684 "stack_addr" parameter. Update function documentation.
12685 Update code accordingly.
12686 (resolve_dynamic_array, resolve_dynamic_union)
12687 (resolve_dynamic_struct, resolve_dynamic_type_internal): Likewise.
12688 (resolve_dynamic_type): Update code, following the changes made
12689 to resolve_dynamic_type_internal's interface.
12690 * dwarf2loc.h (struct property_addr_info): New.
12691 (dwarf2_evaluate_property): Replace "address" parameter
12692 by "addr_stack" parameter. Adjust function documentation.
12693 (struct dwarf2_offset_baton): New.
12694 (struct dwarf2_property_baton): Update documentation of
12695 field "referenced_type" to be more general. New field
12696 "offset_info" in union data field.
12697 * dwarf2loc.c (dwarf2_evaluate_property): Replace "address"
12698 parameter by "addr_stack" parameter. Adjust code accordingly.
12699 Add support for PROP_ADDR_OFFSET properties.
12700 * dwarf2read.c (attr_to_dynamic_prop): Add support for
12701 DW_AT_data_member_location attributes as well. Use case
12702 statements instead of if/else condition.
12703
4a0ca9ec
JB
127042015-01-29 Joel Brobecker <brobecker@adacore.com>
12705
12706 * ada-varobj.c (ada_varobj_get_array_number_of_children):
12707 Return zero if PARENT_VALUE is NULL and parent_type's
12708 range type is dynamic.
12709
ddb87a81
JB
127102015-01-29 Joel Brobecker <brobecker@adacore.com>
12711
12712 * gdbtypes.c (is_dynamic_type_internal) <TYPE_CODE_RANGE>: Return
12713 nonzero if the type's subtype is dynamic.
12714 (resolve_dynamic_range): Also resolve the range's subtype.
12715
3d7ad9b4 127162015-01-29 Alexander Klimov <alserkli@inbox.ru> (tiny patch)
7a270e0c 12717
3d7ad9b4 12718 Pushed by Joel Brobecker <brobecker@adacore.com>.
7a270e0c
AK
12719 * symfile.c (unmap_overlay_command): Initialize sec to NULL.
12720
3a8b707a
DE
127212015-01-27 Doug Evans <dje@google.com>
12722
12723 * NEWS: Mention gdb.Objfile.username.
12724 * python/py-objfile.c (objfpy_get_username): New function.
12725 (objfile_getset): Add "username".
12726
d35b90fb
MW
127272015-01-24 Mark Wielaard <mjw@redhat.com>
12728
12729 * stack.c (return_command): Markup warning message with _.
12730
734ae125
DE
127312015-01-24 Doug Evans <xdje42@gmail.com>
12732
12733 * gdbtypes.h (TYPE_TYPE_SPECIFIC): Delete.
12734
527f3840
JK
127352015-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
12736
12737 Fix 100x slowdown regression on DWZ files.
12738 * dwarf2read.c (struct dwarf2_per_objfile): Add line_header_hash.
12739 (struct line_header): Add offset and offset_in_dwz.
12740 (dwarf_decode_lines): Add parameter decode_mapping to the declaration.
12741 (free_line_header_voidp): New declaration.
12742 (line_header_hash, line_header_hash_voidp, line_header_eq_voidp): New
12743 functions.
12744 (dwarf2_build_include_psymtabs): Update dwarf_decode_lines caller.
12745 (handle_DW_AT_stmt_list): Use line_header_hash.
12746 (free_line_header_voidp): New function.
12747 (dwarf_decode_line_header): Initialize offset and offset_in_dwz.
12748 (dwarf_decode_lines): New parameter decode_mapping, use it.
12749 (dwarf2_free_objfile): Free line_header_hash.
12750
f7e5394d
SM
127512015-01-23 Simon Marchi <simon.marchi@ericsson.com>
12752
12753 PR gdb/17416
12754 * valops.c (value_rtti_indirect_type): Catch exception thrown by
12755 value_ind.
12756
743649fd
MW
127572015-01-15 Mark Wielaard <mjw@redhat.com>
12758
12759 * dwarf2read.c (read_subroutine_type): Set TYPE_NO_RETURN from
12760 DW_AT_noreturn.
12761 * gdbtypes.h (struct func_type): Add is_noreturn field flag. Make
12762 calling_convention an 8 bit bit field.
12763 (TYPE_NO_RETURN): New macro.
12764 * infcmd.c (finish_command): Query if function does not return
12765 normally.
12766 * stack.c (return_command): Likewise.
12767
198297aa
PA
127682015-01-23 Pedro Alves <palves@redhat.com>
12769
12770 * linux-nat.c (linux_is_async_p): New macro.
12771 (linux_nat_is_async_p):
12772 (linux_nat_terminal_inferior): Check whether the target can async
12773 instead of whether it is already async.
12774 (linux_nat_terminal_ours): Don't check whether the target is
12775 async.
12776 (linux_async_pipe): Use linux_is_async_p.
12777
253828f1
JK
127782015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
12779
12780 * NEWS (Changes since GDB 7.9): Add 'thread apply all' option
12781 '-ascending'.
12782 * thread.c (tp_array_compar_ascending, tp_array_compar): New.
12783 (thread_apply_all_command): Parse CMD for tp_array_compar_ascending.
12784 Sort tp_array using tp_array_compar.
12785 (_initialize_thread): Extend thread_apply_all_command help.
12786
f0e8c4c5
JK
127872015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
12788
12789 * corelow.c (core_open): Call also thread_command.
12790 * gdbthread.h (thread_command): New prototype moved from ...
12791 * thread.c (thread_command): ... here.
12792 (thread_command): Make it global.
12793
03b79603
PA
127942015-01-22 Pedro Alves <palves@redhat.com>
12795
12796 * configure.ac [*mingw32*]: Check $curses_found instead of
12797 $prefer_curses.
12798 * configure: Regenerate.
12799 * windows-termcap.c: Remove HAVE_CURSES_H, HAVE_NCURSES_H and
12800 HAVE_NCURSES_NCURSES_H checks.
12801
6b8a872f
EZ
128022015-01-22 Eli Zaretskii <eliz@gnu.org>
12803
bbbbffbb 12804 * tui/tui.c (tui_enable) [__MINGW32__]: If the call to 'newterm'
6b8a872f
EZ
12805 fails with the 1st arg NULL, try again with "unknown". Don't test
12806 the "cup" capability: it isn't supported by the Windows port of
12807 ncurses, but the Windows console driver is still capable of
12808 supporting TUI.
12809
4b62a76e
JK
128102015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
12811
12812 * compile/compile.c (_initialize_compile): Use -fPIE for compile_args.
12813
82a864f9
EZ
128142015-01-22 Eli Zaretskii <eliz@gnu.org>
12815
12816 * Makefile.in (HFILES_NO_SRCDIR): Remove ada-varobj.h.
12817 (ALLDEPFILES): Remove irix5-nat.c. These two are part of the
12818 reason that "make TAGS" is broken.
12819
b35018fd
CG
128202015-01-22 Chen Gang <gang.chen.5i5j@gmail.com>
12821
12822 * hppa-tdep.c (inst_saves_gr): Fix logical working flow issues
12823 and check additional store instructions.
12824
ffbc4646
WW
128252015-01-21 Wei-cheng Wang <cole945@gmail.com>
12826
12827 * MAINTAINERS (Write After Approval): Add "Wei-cheng Wang".
12828
ddeca1df
WW
128292015-01-21 Wei-cheng Wang <cole945@gmail.com>
12830
12831 * ppc-linux-tdep.c (ppc_skip_trampoline_code,
12832 ppc_canonicalize_syscall, ppc_linux_syscall_record,
12833 ppc_linux_record_signal, ppc_init_linux_record_tdep): Add comments.
12834 * ppc64-tdep.c (ppc64_skip_trampoline_code): Likewise.
12835 * rs6000-tdep.c (rs6000_epilogue_frame_cache,
12836 rs6000_epilogue_frame_this_id, rs6000_epilogue_frame_prev_register,
12837 rs6000_epilogue_frame_sniffer, ppc_record_vsr, ppc_process_record_op4,
12838 ppc_process_record_op19, ppc_process_record_op31,
12839 ppc_process_record_op59, ppc_process_record_op60,
12840 ppc_process_record_op63): Likewise.
12841
049bb5de
JB
128422015-01-20 Joel Brobecker <brobecker@adacore.com>
12843
12844 * nat/linux-ptrace.c (linux_ptrace_attach_fail_reason_string)
12845 (linux_ptrace_test_ret_to_nx): Use safe_strerror instead of
12846 strerror.
12847
42b87c63 128482015-01-20 Wei-cheng Wang <cole945@gmail.com>
810c1026
WW
12849
12850 * rs6000-tdep.c (ppc_process_record_op4, ppc_process_record_op19,
12851 ppc_process_record_op31, ppc_process_record_op59,
12852 ppc_process_record_op60, ppc_process_record_op63,
12853 ppc_process_record): Fix -Wformat warning.
12854 * rs6000-tdep.c (rs6000_epilogue_frame_cache, ppc_process_record_op60):
12855 Remove unused variables.
12856
569340fc
CG
128572015-01-20 Chen Gang <gang.chen.5i5j@gmail.com>
12858
12859 * MAINTAINERS (Write After Approval): Add "Chen Gang".
12860
63413d85
EZ
128612015-01-19 Eli Zaretskii <eliz@gnu.org>
12862
12863 * configure.ac [*mingw32*]: Only add windows-termcap.o to
12864 CONFIG_OBS if not building with a curses library.
12865 * configure: Regenerate.
12866
12867 * windows-termcap.c: Include defs.h. Make the whole body empty if
12868 either one of HAVE_CURSES_H or HAVE_NCURSES_H or
12869 HAVE_NCURSES_NCURSES_H is defined.
12870
16d8013c
JB
128712015-01-19 Joel Brobecker <brobecker@adacore.com>
12872
12873 * rs6000-tdep.c (rs6000_gdbarch_init): Move divide operator
12874 from end of line to start of next line.
12875
cf90fd9a
WW
128762015-01-17 Wei-cheng Wang <cole945@gmail.com>
12877
12878 * ppc-linux-tdep.c (ppc_skip_trampoline_code):
12879 Scan PLT stub backward for reverse debugging.
12880 * ppc64-tdep.c (ppc64_skip_trampoline_code): Likewise.
12881
b4cdae6f
WW
128822015-01-17 Wei-cheng Wang <cole945@gmail.com>
12883 Ulrich Weigand <uweigand@de.ibm.com>
12884
12885 * configure.tgt (powerpc*-*-linux): Add linux-record.o to
12886 gdb_target_obs.
12887 (ppc_linux_record_tdep, ppc64_linux_record_tdep): New for linux syscall
12888 record.
12889 (ppc_canonicalize_syscall, ppc_linux_syscall_record,
12890 ppc_linux_record_signal, ppc_init_linux_record_tdep): New functions.
12891 (ppc_linux_init_abi): Set process_record, process_record_signal.
12892 * ppc-tdep.h (struct gdbarch_tdep): Add ppc_syscall_record and
12893 ppc_linux_record_tdep to gdbarch_tdep.
12894 (ppc_process_record): New declaration.
12895 * rs6000-tdep.c (ppc_record_vsr, ppc_process_record_op4,
12896 ppc_process_record_op19, ppc_process_record_op31,
12897 ppc_process_record_op59, ppc_process_record_op60,
12898 ppc_process_record_op63, ppc_process_record): New functions.
12899
2608dbf8
WW
129002015-01-17 Wei-cheng Wang <cole945@gmail.com>
12901
12902 * rs6000-tdep.c (rs6000_in_function_epilogue_p): Rename to
12903 rs6000_in_function_epilogue_frame_p and add an argument
12904 for frame_info.
12905 (rs6000_epilogue_frame_cache, rs6000_epilogue_frame_this_id,
12906 rs6000_epilogue_frame_prev_register, rs6000_epilogue_frame_sniffer):
12907 New functions.
12908 (rs6000_epilogue_frame_unwind): New.
12909 (rs6000_gdbarch_init): Append epilogue unwinder.
12910
4c347be6
SDJ
129112015-01-16 Sergio Durigan Junior <sergiodj@redhat.com>
12912
12913 * nat/linux-personality.c: Replace "#ifndef
12914 HAVE_DECL_ADDR_NO_RANDOMIZE" by "#if
12915 !HAVE_DECL_ADDR_NO_RANDOMIZE", fixing a regression in RHEL-5
12916 systems.
12917
9f2850ba
EZ
129182015-01-16 Eli Zaretskii <eliz@gnu.org>
12919
6cdb25f4
EZ
12920 * tui/tui-win.c (tui_rehighlight_all, tui_set_var_cmd): New
12921 functions.
12922 (_initialize_tui_win) <border-kind, border-mode>:
12923 <active-border-mode>: Use tui_set_var_cmd as the "set" function.
c54da50d
EZ
12924 (tui_set_tab_width_command): Fix the commentary.
12925
6cdb25f4
EZ
12926 * tui/tui-win.h: Add prototype for tui_rehighlight_all.
12927
bf555842
EZ
12928 * tui/tui-win.c (tui_scroll_left_command, tui_scroll_right_command):
12929 Doc fix.
cb86fcc1
EZ
12930 (tui_set_tab_width_command): Delete and recreate the source and
12931 the disassembly windows, to show the effect of the changed tab
12932 size immediately.
bf555842 12933
9f2850ba
EZ
12934 * tui/tui-data.h (LINE_PREFIX): Make shorter
12935 (MAX_PID_WIDTH): Enlarge from 14 to 19, to leave enough space for
12936 "Thread NNNNN.XXXX" thread ID notation on Windows.
12937
95761b2d
JK
129382015-01-16 Jan Kratochvil <jan.kratochvil@redhat.com>
12939
12940 Fix gcc-5 compilation.
12941 * hppa-tdep.c (inst_saves_gr): Fix parentheses typo.
12942
8cc73a39
SDJ
129432015-01-15 Sergio Durigan Junior <sergiodj@redhat.com>
12944
12945 * Makefile.in (HFILES_NO_SRCDIR): Add nat/linux-personality.h.
12946 (linux-personality.o): New rule.
12947 * common/common-defs.h: Include <stdint.h>.
12948 * config/aarch64/linux.mh (NATDEPFILES): Include
12949 linux-personality.o.
12950 * config/alpha/alpha-linux.mh (NATDEPFILES): Likewise.
12951 * config/arm/linux.mh (NATDEPFILES): Likewise.
12952 * config/i386/linux64.mh (NATDEPFILES): Likewise.
12953 * config/i386/linux.mh (NATDEPFILES): Likewise.
12954 * config/ia64/linux.mh (NATDEPFILES): Likewise.
12955 * config/m32r/linux.mh (NATDEPFILES): Likewise.
12956 * config/m68k/linux.mh (NATDEPFILES): Likewise.
12957 * config/mips/linux.mh (NATDEPFILES): Likewise.
12958 * config/pa/linux.mh (NATDEPFILES): Likewise.
12959 * config/powerpc/linux.mh (NATDEPFILES): Likewise.
12960 * config/powerpc/ppc64-linux.mh (NATDEPFILES): Likewise.
12961 * config/powerpc/spu-linux.mh (NATDEPFILES): Likewise.
12962 * config/s390/linux.mh (NATDEPFILES): Likewise.
12963 * config/sparc/linux64.mh (NATDEPFILES): Likewise.
12964 * config/sparc/linux.mh (NATDEPFILES): Likewise.
12965 * config/tilegx/linux.mh (NATDEPFILES): Likewise.
12966 * config/xtensa/linux.mh (NATDEPFILES): Likewise.
12967 * defs.h: Remove #include <stdint.h> (moved to
12968 common/common-defs.h).
12969 * linux-nat.c: Include nat/linux-personality.h. Remove #include
12970 <sys/personality.h>; do not define ADDR_NO_RANDOMIZE (moved to
12971 nat/linux-personality.c).
12972 (linux_nat_create_inferior): Remove code to disable address space
12973 randomization (moved to nat/linux-personality.c). Create cleanup
12974 to disable address space randomization.
12975 * nat/linux-personality.c: New file.
12976 * nat/linux-personality.h: Likewise.
12977
fb23d554
SDJ
129782015-01-15 Sergio Durigan Junior <sergiodj@redhat.com>
12979
12980 * Makefile.in (ALLDEPFILES): Including common/mingw-strerror.c and
12981 common/posix-strerror.c.
12982 (posix-strerror.o): New rule.
12983 (mingw-strerror.o): Likewise.
12984 * common/common-utils.h (safe_strerror): Move prototype to here,
12985 from utils.h.
12986 * common/common.host: New file.
12987 * common/mingw-strerror.c: Likewise.
12988 * common/posix-strerror.c: Likewise.
12989 * configure: Regenerated.
12990 * configure.ac: Source common/common.host. Add variable
12991 common_host_obs to gdb_host_obs.
12992 * contrib/ari/gdb_ari.sh: Mention gdb/common/mingw-strerror.c and
12993 gdb/common/posix-strerror.c when warning about the use of
12994 strerror.
12995 * mingw-hdep.c (safe_strerror): Remove definition; move it to
12996 common/mingw-strerror.c.
12997 * posix-hdep.c (safe_strerror): Remove definition; move it to
12998 common/posix-hdep.c.
12999 * utils.h (safe_strerror): Remove prototype; move to
13000 common/common-utils.h.
13001
3af8af43
JB
130022015-01-15 Joel Brobecker <brobecker@adacore.com>
13003
13004 GDB 7.8.2 released.
13005
bafffb51
JB
130062015-01-15 Joel Brobecker <brobecker@adacore.com>
13007
13008 * ada-lang.c (ada_array_bound_from_type): Ignore array's parallel
13009 ___XA type if the array has already been fixed.
13010
cdf43629
YQ
130112015-01-14 Yao Qi <yao@codesourcery.com>
13012
13013 * Makefile.in (ppc-linux.o): New rule.
13014 * config/powerpc/ppc64-linux.mh (NATDEPFILES): Add ppc-linux.o.
13015 * configure.ac: AC_CHECK_FUNCS(getauxval).
13016 * config.in: Re-generated.
13017 * configure: Re-generated.
13018 * nat/ppc-linux.h [__powerpc64__] (ppc64_64bit_inferior_p):
13019 Declare.
13020 * nat/ppc-linux.c: New file.
13021 * ppc-linux-nat.c (ppc_linux_target_wordsize) [__powerpc64__]:
13022 Call ppc64_64bit_inferior_p.
13023
514c5338
YQ
130242015-01-14 Yao Qi <yao@codesourcery.com>
13025
13026 * ppc-linux-nat.c (PT_ORIG_R3, PT_TRAP): Move to
13027 nat/ppc-linux.h.
13028 (PPC_FEATURE_CELL, PPC_FEATURE_BOOKE): Likewise.
13029 (PPC_FEATURE_HAS_DFP): Likewise.
13030 (PTRACE_GETVRREGS, PTRACE_SETVRREGS): Likewise.
13031 (PTRACE_GETVSXREGS, PTRACE_SETVSXREGS): Likewise.
13032 (PTRACE_GETEVRREGS, PTRACE_SETEVRREGS): Likewise.
13033 Include "nat/ppc-linux.h".
13034 * nat/ppc-linux.h: New file.
13035 * Makefile.in (HFILES_NO_SRCDIR): Add nat/ppc-linux.h.
13036
5589af0e
PA
130372015-01-14 Pedro Alves <palves@redhat.com>
13038
13039 PR gdb/17525
13040 * breakpoint.c: Include "interps.h".
13041 (bpstat_do_actions_1): Also check whether the interpreter is
13042 async.
13043
6c400b59
PA
130442015-01-14 Pedro Alves <palves@redhat.com>
13045
13046 PR cli/17828
13047 * infrun.c (reinstall_readline_callback_handler_cleanup): Don't
13048 reinstall if the interpreter is sync.
13049
e02c96a7
DE
130502015-01-13 Doug Evans <dje@google.com>
13051
13052 * objfiles.c (objfile_filename): New function.
13053 * objfiles.h (objfile_filename): Declare it.
13054 (objfile_name): Add function comment.
13055 * python/py-objfile.c (objfpy_lookup_objfile_by_name): Try both the
13056 bfd file name (which may be realpath'd), and the original name.
13057
3b2f13ff
JB
130582015-01-13 Joel Brobecker <brobecker@adacore.com>
13059
13060 * NEWS: Create a new section for the next release branch.
13061 Rename the section of the current branch, now that it has
13062 been cut.
13063
b4cfe7f8
JB
130642015-01-13 Joel Brobecker <brobecker@adacore.com>
13065
13066 GDB 7.9 branch created (92fc2e6978d9a7c8324c7e851dbee59e22ec7a37):
13067 * version.in: Bump version to 7.9.50.DATE-cvs.
13068
92fc2e69
JB
130692015-01-13 Joel Brobecker <brobecker@adacore.com>
13070
13071 * nat/linux-procfs.c (linux_proc_attach_tgid_threads):
13072 Remove trailing new-line in argument of call to warning.
13073
f71f0b0d
JB
130742015-01-13 Joel Brobecker <brobecker@adacore.com>
13075
13076 * linux-nat.c (attach_proc_task_lwp_callback): Remove trailing
13077 new-line in argument of call to "warning".
13078
04dccad0
JB
130792015-01-13 Joel Brobecker <brobecker@adacore.com>
13080
13081 * ada-lang.c (ada_lookup_symbol_nonlocal): If name not found
13082 in static block, then try searching for primitive types.
13083
08b13bdd
PP
130842015-01-12 Patrick Palka <patrick@parcs.ath.cx>
13085
13086 * top.h (gdb_add_history): Declare.
13087 * top.c (command_count): New variable.
13088 (gdb_add_history): New function.
13089 (gdb_safe_append_history): New static function.
13090 (quit_force): Call it.
13091 (command_line_input): Use gdb_add_history instead of
13092 add_history.
13093 * event-top.c (command_line_handler): Likewise.
13094
4ac15b59
JC
130952015-01-12 James Clarke <jrtc27@jrtc27.com> (tiny patch)
13096
13097 PR gdb/17046
13098 * darwin-nat.c: Replace <machine/setjmp.h> #include by
13099 <setjmp.h> #include.
13100
005e54bb
DE
131012015-01-11 Doug Evans <xdje42@gmail.com>
13102
13103 * dwarf2read.c (compute_delayed_physnames): Use TYPE_FN_FIELD_PHYSNAME.
13104
439250fb
DE
131052015-01-11 Doug Evans <xdje42@gmail.com>
13106
13107 PR gdb/15830
13108 * NEWS: The "maint demangle" command is renamed as "demangle".
13109 * demangle.c: #include cli/cli-utils.h, language.h.
13110 (demangle_command): New function.
13111 (_initialize_demangle): Add new command "demangle".
13112 * maint.c (maintenance_demangle): Stub out.
13113 (_initialize_maint_cmds): Update help text for "maint demangle",
13114 and mark as deprecated.
13115
ebf3aa72
MK
131162015-01-11 Mark Kettenis <kettenis@gnu.org>
13117
13118 * inf-ptrace.c (inf_ptrace_follow_fork): Adjust now that
13119 inferior_thread is a function.
13120
6bf045cd
PP
131212015-01-09 Patrick Palka <patrick@parcs.ath.cx>
13122
13123 * Makefile.in (.y.c): Don't munge yacc's #line
13124 directives.
13125
588dcc3e
PP
131262015-01-09 Patrick Palka <patrick@parcs.ath.cx>
13127
13128 * utils.c (defaulted_query): Rewrite to use gdb_readline_wrapper
13129 to prompt for input.
13130 * tui/tui-hooks.c (tui_query_hook): Remove.
13131 (tui_install_hooks): Don't set deprecated_query_hook.
13132 * tui/tui-io.c (tui_redisplay_readline): Fix off-by-one error in
13133 height calculation. Always update the command window's cur_line.
13134
9c02b525
PA
131352015-01-09 Pedro Alves <palves@redhat.com>
13136
13137 * breakpoint.c (hardware_breakpoint_inserted_here_p): New
13138 function.
13139 * breakpoint.h (hardware_breakpoint_inserted_here_p): New
13140 declaration.
13141 * linux-nat.c (linux_nat_status_is_event): Move higher up in file.
13142 (linux_resume_one_lwp): Store the thread's PC. Adjust to clear
13143 stop_reason.
13144 (check_stopped_by_watchpoint): New function.
13145 (save_sigtrap): Reimplement.
13146 (linux_nat_stopped_by_watchpoint): Adjust.
13147 (linux_nat_lp_status_is_event): Delete.
13148 (stop_wait_callback): Only call save_sigtrap after storing the
13149 pending status.
13150 (status_callback): If the thread had been stopped for a breakpoint
13151 that has since been removed, discard the event and resume the LWP.
13152 (count_events_callback, select_event_lwp_callback): Use
13153 lwp_status_pending_p instead of linux_nat_lp_status_is_event.
13154 (cancel_breakpoint): Rename to ...
13155 (check_stopped_by_breakpoint): ... this. Record whether the LWP
13156 stopped for a software breakpoint or hardware breakpoint.
13157 (select_event_lwp): Only give preference to the stepping LWP in
13158 all-stop mode. Adjust comments.
13159 (stop_and_resume_callback): Remove references to new_pending_p.
13160 (linux_nat_filter_event): Likewise. Leave exit events of the
13161 leader thread pending here. Handle signal short circuiting here.
13162 Only call save_sigtrap after storing the pending waitstatus.
13163 (linux_nat_wait_1): Remove 'retry' label. Remove references to
13164 new_pending. Don't handle leaving events the caller is not
13165 interested in pending here, nor handle signal short-circuiting
13166 here. Also give equal priority to all LWPs that have had events
13167 in non-stop mode. If reporting a software breakpoint event,
13168 unadjust the LWP's PC.
13169 * linux-nat.h (enum lwp_stop_reason): New.
13170 (struct lwp_info) <stop_pc>: New field.
13171 (struct lwp_info) <stopped_by_watchpoint>: Delete field.
13172 (struct lwp_info) <stop_reason>: New field.
13173 * x86-linux-nat.c (x86_linux_prepare_to_resume): Adjust.
13174
8af756ef
PA
131752015-01-09 Pedro Alves <palves@redhat.com>
13176
13177 * linux-nat.c (linux_handle_extended_wait) <PTRACE_EVENT_EXEC>:
13178 Set the LWP's 'resumed' flag.
13179
8a99810d
PA
131802015-01-09 Pedro Alves <palves@redhat.com>
13181
13182 * linux-nat.c (linux_resume_one_lwp): New function.
13183 (resume_lwp): Use lwp_status_pending_p and linux_resume_one_lwp.
13184 (linux_nat_resume): Use lwp_status_pending_p and
13185 linux_resume_one_lwp.
13186 (linux_handle_syscall_trap): Use linux_resume_one_lwp.
13187 (linux_handle_extended_wait): Use linux_resume_one_lwp.
13188 (status_callback, running_callback): Use lwp_status_pending_p.
13189 (lwp_status_pending_p): New function.
13190 (stop_and_resume_callback): Use lwp_status_pending_p.
13191 (linux_nat_filter_event): Use linux_resume_one_lwp.
13192 (linux_nat_wait_1): Always use status_callback to look for an LWP
13193 with a pending status. Use linux_resume_one_lwp.
13194 (resume_stopped_resumed_lwps): Use lwp_status_pending_p and
13195 linux_resume_one_lwp.
13196
f7ce857f
PA
131972015-01-09 Pedro Alves <palves@redhat.com>
13198
13199 * breakpoint.c (bp_location_inserted_here_p): New function,
13200 factored out from ...
13201 (breakpoint_inserted_here_p): ... here. Use
13202 ALL_BP_LOCATIONS_AT_ADDR.
13203 (software_breakpoint_inserted_here_p): Use
13204 bp_location_inserted_here_p and ALL_BP_LOCATIONS_AT_ADDR.
13205
c1a747c1
PA
132062014-01-09 Pedro Alves <palves@redhat.com>
13207
13208 Skip enabling event reporting if the kernel supports
13209 PTRACE_EVENT_CLONE.
13210 * linux-thread-db.c: Include "nat/linux-ptrace.h".
13211 (thread_db_use_events): New function.
13212 (try_thread_db_load_1): Check thread_db_use_events before enabling
13213 event reporting.
13214 (update_thread_state): New function.
13215 (attach_thread): Use it. Check thread_db_use_events before
13216 enabling event reporting.
13217 (thread_db_detach): Check thread_db_use_events before disabling
13218 event reporting.
13219 (find_new_threads_callback): Check thread_db_use_events before
13220 enabling event reporting. Update the thread's state if not using
13221 libthread_db events.
13222
a33e3959
PA
132232015-01-09 Pedro Alves <palves@redhat.com>
13224
13225 * linux-nat.c (lin_lwp_attach_lwp): Assert that the lwp id we're
13226 about to wait for is > 0.
13227 * linux-thread-db.c (find_new_threads_callback): Ignore thread if
13228 the kernel thread ID is -1.
13229
8784d563
PA
132302015-01-09 Pedro Alves <palves@redhat.com>
13231
13232 * linux-nat.c (attach_proc_task_lwp_callback): New function.
13233 (linux_nat_attach): Use linux_proc_attach_tgid_threads.
13234 (wait_lwp, linux_nat_filter_event): If not set yet, set the lwp's
13235 ptrace option flags.
13236 * linux-nat.h (struct lwp_info) <must_set_ptrace_flags>: New
13237 field.
13238 * nat/linux-procfs.c: Include <dirent.h>.
13239 (linux_proc_get_int): New parameter "warn". Handle it.
13240 (linux_proc_get_tgid): Adjust.
13241 (linux_proc_get_tracerpid): Rename to ...
13242 (linux_proc_get_tracerpid_nowarn): ... this.
13243 (linux_proc_pid_get_state): New function, factored out from
13244 (linux_proc_pid_has_state): ... this. Add new parameter "warn"
13245 and handle it.
13246 (linux_proc_pid_is_gone): New function.
13247 (linux_proc_pid_is_stopped): Adjust.
13248 (linux_proc_pid_is_zombie_maybe_warn)
13249 (linux_proc_pid_is_zombie_nowarn): New functions.
13250 (linux_proc_pid_is_zombie): Use
13251 linux_proc_pid_is_zombie_maybe_warn.
13252 (linux_proc_attach_tgid_threads): New function.
13253 * nat/linux-procfs.h (linux_proc_get_tgid): Update comment.
13254 (linux_proc_get_tracerpid): Rename to ...
13255 (linux_proc_get_tracerpid_nowarn): ... this, and update comment.
13256 (linux_proc_pid_is_gone): New declaration.
13257 (linux_proc_pid_is_zombie): Update comment.
13258 (linux_proc_pid_is_zombie_nowarn): New declaration.
13259 (linux_proc_attach_lwp_func): New typedef.
13260 (linux_proc_attach_tgid_threads): New declaration.
13261 * nat/linux-ptrace.c (linux_ptrace_attach_fail_reason): Adjust to
13262 use nowarn functions.
13263 (linux_ptrace_attach_fail_reason_string): Move here from
13264 gdbserver/linux-low.c and rename.
13265 (ptrace_supports_feature): If the current ptrace options are not
13266 known yet, check them now, instead of asserting.
13267 * nat/linux-ptrace.h (linux_ptrace_attach_fail_reason_string):
13268 Declare.
13269
883ed13e
PA
132702015-01-09 Pedro Alves <palves@redhat.com>
13271
13272 * linux-thread-db.c (thread_db_find_new_threads_silently)
13273 (try_thread_db_load_1, try_thread_db_load, thread_db_load_search)
13274 (find_new_threads_once): Print debug output on gdb_stdlog.
13275
1710aab8
CG
132762015-01-09 Chen Gang <gang.chen.5i5j@gmail.com>
13277 Pedro Alves <palves@redhat.com>
13278
13279 * compile/compile.c: Include "gdb_wait.h".
13280 (do_rmdir): Check return value, and free 'zap'.
13281
b597c318
YQ
132822015-01-08 Pedro Alves <palves@redhat.com>
13283 Yao Qi <yao@codesourcery.com>
13284
13285 * dwarf2loc.c (indirect_pieced_value): Don't call
13286 gdb_sign_extend. Call extract_signed_integer instead.
13287 * utils.c (gdb_sign_extend): Remove.
13288 * utils.h (gdb_sign_extend): Remove declaration.
13289
025ac414
PM
132902015-01-07 Pierre Muller <muller@sourceware.org>
13291
13292 PR symtab/17811
13293 * stabsread.c (define_symbol): Set language for C++ special symbols.
13294
fa5af12a
PP
132952015-01-07 Patrick Palka <patrick@parcs.ath.cx>
13296
13297 * inflow.c (initial_gdb_ttystate): Tweak comment.
13298
ea42d6f8
JB
132992015-01-07 Joel Brobecker <brobecker@adacore.com>
13300
13301 * inflow.c (set_initial_gdb_ttystate): Add empty line after
13302 comment documenting function.
13303
6a06d660
PP
133042015-01-07 Patrick Palka <patrick@parcs.ath.cx>
13305
13306 * terminal.h (set_initial_gdb_ttystate): Declare.
13307 * inflow.c (initial_gdb_ttystate): New static variable.
13308 (set_initial_gdb_ttystate): New setter.
13309 (child_terminal_init_with_pgrp): Copy initial_gdb_ttystate
13310 instead of our current terminal state.
13311 * top.c (gdb_init): Call set_initial_gdb_ttystate.
13312
e810d75b
JB
133132015-01-07 Joel Brobecker <brobecker@adacore.com>
13314
13315 * guile/scm-type.c (tyscm_array_1): Add comment.
13316 * python/py-type.c (typy_array_1): Add comment.
13317
fce10a84
JB
133182015-01-06 Joel Brobecker <brobecker@adacore.com>
13319
13320 * guile/scm-type.c (tyscm_array_1): Do not raise out-of-range
13321 error if N2 is equal to N1 - 1.
13322
8503d6e1
JB
133232015-01-06 Joel Brobecker <brobecker@adacore.com>
13324
13325 * python/py-type.c (typy_array_1): Do not raise negative-length
13326 exception if N2 is equal to N1 - 1.
13327
4d29c0a8
DE
133282015-01-03 Doug Evans <xdje42@gmail.com>
13329
13330 * c-exp.y: Whitespace cleanup.
13331 (classify_inner_name): Remove extra ;.
13332
eaa6a9a4
MR
133332015-01-02 Maciej W. Rozycki <macro@codesourcery.com>
13334
13335 * mips-tdep.c (mips32_scan_prologue): Keep the extracted stack
13336 offset signed.
13337
02fe9972
DE
133382015-01-02 Doug Evans <dje@google.com>
13339
13340 * dwarf2read.c (setup_type_unit_groups): Remove outdated comment.
13341
e2ada9cb
DE
133422015-01-02 Doug Evans <dje@google.com>
13343
13344 * symtab.h (struct symbol): Fix typo in comment.
13345
32d0add0
JB
133462015-01-01 Joel Brobecker <brobecker@adacore.com>
13347
13348 Update year range in copyright notice of all files.
13349
76f2b779
JB
133502015-01-01 Joel Brobecker <brobecker@adacore.com>
13351
13352 * top.c (print_gdb_version): Update copyright year to 2015.
13353
077309e2 133542015-01-01 Joel Brobecker <brobecker@adacore.com>
6bf6fd09 13355
077309e2 13356 * config/djgpp/fnchange.lst: Add entry for gdb/ChangeLog-2014.
6bf6fd09 13357
077309e2 13358For older changes see ChangeLog-2014.
c906108c
SS
13359\f
13360Local Variables:
13361mode: change-log
13362left-margin: 8
13363fill-column: 74
13364version-control: never
57da7796 13365coding: utf-8
c906108c 13366End:
This page took 2.378979 seconds and 4 git commands to generate.