Automatic date update in version.in
[deliverable/binutils-gdb.git] / gdb / ChangeLog
CommitLineData
1c215b97
SM
12015-11-03 Simon Marchi <simon.marchi@polymtl.ca>
2
3 * xtensa-linux-nat.c (supply_gregset_reg): Make static.
4 (xtensa_linux_fetch_inferior_registers): Likewise.
5 (xtensa_linux_store_inferior_registers): Likewise.
6
f844cf0e
SM
72015-11-03 Simon Marchi <simon.marchi@polymtl.ca>
8
9 * arm-linux-nat.c (arm_linux_read_description): Add cast.
10
f4b0a671
SM
112015-11-03 Simon Marchi <simon.marchi@polymtl.ca>
12
13 * ppc-linux-nat.c (ppc_linux_insert_mask_watchpoint): Change
14 type of rw to enum target_hw_bp_type.
15 (ppc_linux_remove_mask_watchpoint): Likewise.
16 * target.c (target_insert_mask_watchpoint): Likewise.
17 (target_remove_mask_watchpoint): Likewise.
18 * target.h (target_insert_mask_watchpoint): Likewise.
19 (target_remove_mask_watchpoint): Likewise.
20 (struct target_ops) <to_insert_mask_watchpoint>: Likewise.
21 (struct target_ops) <to_remove_mask_watchpoint>: Likewise.
22 * target-delegates.c: Regenerate.
23
653090d3
SM
242015-11-03 Simon Marchi <simon.marchi@polymtl.ca>
25
26 * remote-sim.c (check_for_duplicate_sim_descriptor): Add casts.
27 (get_sim_inferior_data): Likewise.
28 (sim_inferior_data_cleanup): Likewise.
29 (gdbsim_close_inferior): Likewise.
30 (gdbsim_resume_inferior): Likewise.
31 (gdbsim_wait): Likewise.
32 (simulator_command): Likewise.
33 (sim_command_completer): Likewise.
34
b9559b8b
MK
352015-11-03 Marcin Kościelnicki <koriakin@0x04.net>
36
37 * MAINTAINERS (Write After Approval): Add Marcin Kościelnicki.
38
d35ae833
PA
392015-10-30 Pedro Alves <palves@redhat.com>
40
41 * breakpoint.c (breakpoint_in_range_p)
42 (breakpoint_location_address_range_overlap): New functions.
43 * breakpoint.h (breakpoint_in_range_p): New declaration.
44 * infrun.c (displaced_step_prepare_throw): If there's a breakpoint
45 in the scratch pad range, don't displaced step.
46
10268a4c
MK
472015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
48
49 * amd64-linux-tdep.c (amd64_x32_linux_init_abi): Fix size_msghdr,
50 size_stack_t, size_size_t, size_iovec.
51
d9b19c49
MK
522015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
53
54 * aarch64-linux-tdep.c (aarch64_linux_init_abi): Fix size_termios.
55 * amd64-linux-tdep.c (amd64_linux_init_abi): Fix size_termios.
56 (amd64_x32_linux_init_abi): Fix size_termios.
57
c28ebe25
MK
582015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
59
60 * ppc-linux-tdep.c (ppc_init_linux_record_tdep): Fix TASK_COMM_LEN.
61
ff83a547
MK
622015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
63
64 * linux-record.c (record_linux_system_call): Fix old_select.
65
d2de23ad
MK
662015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
67
68 * linux-record.c (record_linux_system_call): Fix newstatat.
69
cb658d21
MK
702015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
71
72 * linux-record.c (record_linux_system_call): Fix [gs]etgroups16.
73
b80d067f
MK
742015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
75
76 * aarch64-linux-tdep.c (aarch64_linux_init_abi): Add size_time_t.
77 * amd64-linux-tdep.c (amd64_linux_init_abi): Add size_time_t.
78 (amd64_x32_linux_init_abi): Add size_time_t.
79 * arm-linux-tdep.c (arm_linux_init_abi): Add size_time_t.
80 * i386-linux-tdep.c (i386_linux_init_abi): Add size_time_t.
81 * linux-record.c (record_linux_system_call): Add time, waitpid, pipe
82 handling.
83 * linux-record.h (struct linux_record_tdep): Add size_time_t.
84 * ppc-linux-tdep.c (ppc_init_linux_record_tdep): Add size_time_t.
85
933c5a62
MK
862015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
87
88 * linux-record.c (record_linux_msghdr): Fix msg_namelen handling.
89
72aded86
MK
902015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
91
92 * aarch64-linux-tdep.c (aarch64_linux_init_abi): Remove
93 size_dirent{,64}, add size_old_dirent.
94 * amd64-linux-tdep.c (amd64_linux_init_abi): Remove size_dirent{,64},
95 add size_old_dirent.
96 (amd64_x32_linux_init_abi): Remove size_dirent{,64}, add
97 size_old_dirent.
98 * arm-linux-tdep.c (arm_linux_init_abi): Remove size_dirent{,64},
99 add size_old_dirent.
100 * i386-linux-tdep.c (i386_linux_init_abi): Remove size_dirent{,64},
101 add size_old_dirent.
102 * linux-record.c (record_linux_system_call): Fix handling of readdir
103 and getdents{,64}.
104 * linux-record.h (struct linux_record_tdep): Remove size_dirent{,64},
105 add size_old_dirent.
106 * ppc-linux-tdep.c (ppc_init_linux_record_tdep): Remove
107 size_dirent{,64}, add size_old_dirent.
108
7571f7f2
MK
1092015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
110
111 * aarch64-linux-tdep.c (aarch64_linux_init_abi): Fix size_sigaction,
112 size_sigset_t, size_old_sigaction, size_old_sigset_t.
113 * amd64-linux-tdep.c (amd64_linux_init_abi): Fix size_sigaction,
114 size_sigset_t, size_old_sigaction, size_old_sigset_t.
115 (amd64_x32_linux_init_abi): Fix size_sigaction, size_sigset_t,
116 size_old_sigaction, size_old_sigset_t.
117 * arm-linux-tdep.c (arm_linux_init_abi): Fix size_sigaction,
118 size_old_sigaction, size_old_sigset_t.
119 * i386-linux-tdep.c (i386_linux_init_abi): Fix size_sigaction,
120 size_old_sigaction, size_old_sigset_t.
121 * ppc-linux-tdep.c (ppc_init_linux_record_tdep): Fix size_sigaction,
122 size_sigset_t, size_old_sigaction, size_old_sigset_t.
123
d625f9a9
MK
1242015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
125
126 * arm-linux-tdep.c (arm_linux_init_abi): Fix size_[ug]id.
127 * i386-linux-tdep.c (i386_linux_init_abi): Fix size_[ug]id.
128
aefb52a6
MK
1292015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
130
131 * aarch64-linux-tdep.c (aarch64_linux_init_abi): Remove size_siginfo.
132 * amd64-linux-tdep.c (amd64_linux_init_abi): Remove size_siginfo.
133 (amd64_x32_linux_init_abi): Remove size_siginfo.
134 * arm-linux-tdep.c (arm_linux_init_abi): Remove size_siginfo.
135 * i386-linux-tdep.c (i386_linux_init_abi): Remove size_siginfo.
136 * linux-record.c (record_linux_system_call): Change size_siginfo
137 to size_siginfo_t.
138 * linux-record.h (struct linux_record_tdep): Remove size_siginfo.
139 * ppc-linux-tdep.c (ppc_init_linux_record_tdep): Remove size_siginfo.
140
d2242e34
PA
1412015-10-29 Pedro Alves <palves@redhat.com>
142
143 * mdebugread.c (add_data_symbol): New function, factored out from
144 ...
145 (parse_symbol): ... here. Delete 'theclass' local.
146
cb0a2700
SM
1472015-10-29 Simon Marchi <simon.marchi@polymtl.ca>
148
149 * jit.c (jit_target_read_impl): Add cast.
150
15cf126c
SM
1512015-10-29 Simon Marchi <simon.marchi@polymtl.ca>
152
153 * jit.c (jit_reader_load): Add cast.
154
b4069958
SM
1552015-10-29 Simon Marchi <simon.marchi@polymtl.ca>
156
157 * dwarf2read.c (partial_die_full_name): Add cast.
158
7535d5ed
PA
1592015-10-29 Pedro Alves <palves@redhat.com>
160
161 * common/vec.h (DEF_VEC_FUNC_P) [iterate]: Cast 0 to type T.
162
fa4c39cb
PA
1632015-10-29 Pedro Alves <palves@redhat.com>
164
165 * guile/scm-frame.c (gdbscm_unwind_stop_reason_string): Add cast.
166
e681cf3f
EZ
1672015-10-29 Eli Zaretskii <eliz@gnu.org>
168
169 * utils.c (init_page_info): Disable paging if INSIDE_EMACS is set
170 in the environment.
171
ebf05345
PA
1722015-10-29 Pedro Alves <palves@redhat.com>
173
174 * gnu-v2-abi.c (gnuv2_is_destructor_name)
175 (gnuv2_is_constructor_name): Add casts.
176
44a8b4df
PA
1772015-10-29 Pedro Alves <palves@redhat.com>
178
179 * common/common-exceptions.c (exception_none): Add cast.
180
e3bdafe2
PA
1812015-10-29 Pedro Alves <palves@redhat.com>
182
183 * compile/compile-c-types.c (struct type_map_instance)
184 <gcc_type>: Rename to gcc_type_handle.
185 (insert_type, convert_type): Adjust.
186
9c6595ab
PA
1872015-10-29 Pedro Alves <palves@redhat.com>
188
189 * dwarf2-frame-tailcall.c (dwarf2_tailcall_sniffer_first): Don't
190 assume that "break" breaks out of a TRY/CATCH.
191 * python/py-framefilter.c (py_print_single_arg): Don't assume
192 "continue" breaks out of a TRY/CATCH.
193 * python/py-value.c (valpy_binop_throw): New function, factored
194 out from ...
195 (valpy_binop): ... this.
196 (valpy_richcompare_throw): New function, factored
197 out from ...
198 (valpy_richcompare): ... this.
199 * solib.c (solib_read_symbols): Don't assume "break" breaks out
200 of a TRY/CATCH.
201 * common/common-exceptions.h [USE_RAW_CXX_TRY]
202 <TRY/CATCH/END_CATCH>: Define as 1-1 wrappers around try/catch.
203
93084fcd
SD
2042015-10-28 Simon Dardis <Simon.Dardis@imgtec.com>
205
206 * mips-linux-tdep.c (mips_linux_in_dynsym_stub): Recognise 'or'
207 as move along with [d]addu.
208
43cdf5ae
YQ
2092015-10-28 Yao Qi <yao.qi@linaro.org>
210
211 * aarch64-tdep.c (aarch64_software_single_step): Pass 1 to
212 aarch64_decode_insn.
213
b80c3053
PA
2142015-10-27 Pedro Alves <palves@redhat.com>
215
216 * common/print-utils.c (host_address_to_string): Rename to ...
217 (host_address_to_string_1): ... this.
218 * common/print-utils.h (host_address_to_string): Reimplement as
219 wrapper around host_address_to_string_1.
220 * utils.c (gdb_print_host_address): Rename to ...
221 (gdb_print_host_address_1): ... this.
222 * utils.h (gdb_print_host_address): Reimplement as wrapper macro
223 around host_address_to_string_1.
224
d09f2c3f
PA
2252015-10-27 Pedro Alves <palves@redhat.com>
226
227 * alpha-tdep.c (alpha_read_insn): Always pass TARGET_XFER_E_IO to
228 memory_error. Rename local 'status' to 'res'.
229 * c-lang.c (c_get_string): Always pass TARGET_XFER_E_IO to
230 memory_error.
231 * corefile.c (read_stack, read_code, write_memory): Always pass
232 TARGET_XFER_E_IO to memory_error.
233 * disasm.c (dis_asm_memory_error): Always pass TARGET_XFER_E_IO to
234 memory_error. Rename parameter 'status' to 'err'.
235 (dump_insns): Rename local 'status' to 'err'.
236 * mips-tdep.c (mips_fetch_instruction): Rename parameter 'statusp'
237 to 'errp'. Rename local 'status' to 'err'. Always pass
238 TARGET_XFER_E_IO to memory_error.
239 (mips_breakpoint_from_pc): Rename local 'status' to 'err'.
240 * target.c (target_read_memory, target_read_raw_memory)
241 (target_read_stack, target_read_code, target_write_memory)
242 (target_write_raw_memory): Return -1 on error instead of
243 TARGET_XFER_E_IO.
244 * valprint.c (val_print_string): Rename local 'errcode' to 'err'.
245 Always pass TARGET_XFER_E_IO to memory_error. Update comment.
246
c5192092
SM
2472015-10-27 Simon Marchi <simon.marchi@polymtl.ca>
248
249 * guile/guile-internal.h (gdbscm_with_guile): Change return
250 types to const char *.
251 * guile/scm-safe-call.c (gdbscm_with_guile): Likewise.
252 (struct c_data) <func>: Likewise.
253 (struct c_data) <result>: Change type to const char *.
254 (scscm_eval_scheme_string): Change return type to
255 const char *.
256 (scscm_source_scheme_script): Likewise.
257 (gdbscm_safe_eval_string): Change type of result variable to
258 const char * and remove cast.
259 (gdbscm_safe_source_script): Likewise.
260 * guile/scm-disasm.c (gdbscm_disasm_read_memory_worker):
261 Change return type to const char *.
262 (gdbscm_disasm_read_memory): Change type of status to
263 const char *.
264
79b289e2
PA
2652015-10-27 Pedro Alves <palves@redhat.com>
266
267 * source.c (openp): New local 'last_errno'. Use it to
268 save/restore errno.
269
709b5518
PA
2702015-10-27 Pedro Alves <palves@redhat.com>
271
272 * psymtab.c (dump_psymtab_addrmap_1): Add casts.
273
e0d13cbd
SM
2742015-10-27 Simon Marchi <simon.marchi@polymtl.ca>
275
276 * ctf.c (SET_ENUM_FIELD): New macro.
277 (ctf_read_status): Use it.
278 (ctf_read_tp): Use it.
279
c6486df5
SM
2802015-10-27 Simon Marchi <simon.marchi@polymtl.ca>
281
282 * guile/scm-breakpoint.c (gdbscm_set_breakpoint_stop_x): Add
283 scm_t_dynwind_flags casts.
284 * guile/scm-cmd.c (gdbscm_parse_command_name): Likewise.
285 * guile/scm-ports.c (gdbscm_open_memory): Likewise.
286 * guile/scm-value.c (gdbscm_value_to_string): Likewise.
287
70b8286a
SM
2882015-10-27 Simon Marchi <simon.marchi@polymtl.ca>
289
290 * ax.h (ax_raw_byte): New declaration.
291 * ax-general.c (ax_raw_byte): New function.
292 (ax_simple): Use ax_raw_byte.
293 * ax-gdb.c (gen_printf): Likewise.
294
a480de35
SM
2952015-10-27 Simon Marchi <simon.marchi@polymtl.ca>
296
297 * ada-lang.h (GROW_VECT): Add cast.
298
a04a15f5
DE
2992015-10-26 Doug Evans <xdje42@gmail.com>
300
301 * symtab.h (struct general_symbol_info> <ada_mangled>: Update comment.
302
d7f3ff3e
SM
3032015-10-26 Simon Marchi <simon.marchi@polymtl.ca>
304
305 * target.c (memory_xfer_partial): Change type of buf to gdb_byte
306 pointer.
307 (simple_search_memory): Cast return of memmem.
308
bf6778da
SM
3092015-10-26 Simon Marchi <simon.marchi@polymtl.ca>
310
311 * stap-probe.c (handle_stap_probe): Add (const char *) casts.
312
c9244484
SM
3132015-10-26 Simon Marchi <simon.marchi@polymtl.ca>
314
315 * ctf.c (ctf_xfer_partial): Return TARGET_XFER_E_IO instead of
316 -1 on error.
317
0fde2c53
DE
3182015-10-26 Doug Evans <dje@google.com>
319
320 PR symtab/17391
321 * dwarf2-frame.c (dwarf2_restore_rule): Call dwarf_reg_to_regnum
322 instead of gdbarch_dwarf2_reg_to_regnum.
323 (dwarf2_frame_cache): Ditto.
324 (read_addr_from_reg): Call dwarf_reg_to_regnum_or_error instead of
325 gdbarch_dwarf2_reg_to_regnum.
326 (get_reg_value): Ditto.
327 (dwarf2_fetch_cfa_info): Ditto.
328 (dwarf2_frame_prev_register): Ditto.
329 * dwarf2loc.c: #include "complaints.h".
330 (dwarf_expr_read_addr_from_reg): Call dwarf_reg_to_regnum_or_error
331 instead of gdbarch_dwarf2_reg_to_regnum.
332 (dwarf_expr_get_reg_value): Ditto.
333 (read_pieced_value): Ditto.
334 (write_pieced_value): Ditto.
335 (dwarf2_evaluate_loc_desc_full): Ditto.
336 (dwarf_reg_to_regnum): New function.
337 (throw_bad_regnum_error): New function.
338 (dwarf_reg_to_regnum_or_error): Renamed from
339 dwarf2_reg_to_regnum_or_errorChange to take a ULONGEST regnum.
340 All callers updated. Call throw_bad_regnum_error.
341 (locexpr_regname): Improve text of bad register number.
342 * dwarf2loc.h (dwarf_reg_to_regnum): Declare.
343 (dwarf_reg_to_regnum_or_error): Update prototype.
344 * dwarf2expr.c: #include "dwarf2loc.h".
345 (dwarf_block_to_sp_offset): Call dwarf_reg_to_regnum instead of
346 gdbarch_dwarf2_reg_to_regnum.
347 * gdbarch.sh (dwarf2_reg_to_regnum): Add comment.
348 * gdbarch.h: Regenerate.
349 * amd64-tdep.c (amd64_dwarf_reg_to_regnum): Remove warning for bad
350 register.
351 * avr-tdep.c (avr_dwarf_reg_to_regnum): Ditto.
352 * cris-tdep.c (cris_dwarf2_reg_to_regnum): Ditto.
353 * bfin-tdep.c (bfin_reg_to_regnum): Fix error checking.
354 * hppa-linux-tdep.c (hppa_dwarf_reg_to_regnum): Improve error checking.
355 Remove warning for bad register.
356 * hppa-tdep.c (hppa64_dwarf_reg_to_regnum): Ditto.
357 * i386-tdep.c (i386_svr4_dwarf_reg_to_regnum): Renamed from
358 i386_svr4_reg_to_regnum. Return -1 for bad registers.
359 (i386_svr4_reg_to_regnum): New function.
360 (i386_gdbarch_init): Update call to set_gdbarch_dwarf2_reg_to_regnum.
361 * microblaze-tdep.c (microblaze_dwarf2_reg_to_regnum): Don't assert
362 on bad registers, return -1.
363 * msp430-tdep.c (msp430_dwarf2_reg_to_regnum): Improve error checking.
364 Remove warning for bad register.
365 * nios2-tdep.c: Add static assert for NIOS2_NUM_REGS.
366 (nios2_dwarf_reg_to_regnum): Fix off-by-one error.
367 Remove warning for bad register. Return -1 for bad register.
368 * rl78-tdep.c (rl78_dwarf_reg_to_regnum): Don't flag an internal error
369 for bad register, return -1.
370 * rx-tdep.c (rx_dwarf_reg_to_regnum): Ditto.
371 * m68k-tdep.c (m68k_dwarf_reg_to_regnum): Fix error result.
372 * mep-tdep.c (mep_debug_reg_to_regnum): Ditto.
373 * mips-tdep.c (mips_stab_reg_to_regnum): Ditto.
374 (mips_dwarf_dwarf2_ecoff_reg_to_regnum): Ditto.
375 * mn10300-tdep.c (mn10300_dwarf2_reg_to_regnum): Remove warning
376 for bad regs.
377 * xtensa-tdep.c (xtensa_reg_to_regnum): Remove internal error for
378 bad regs. Fix error result.
379 * stabsread.c (stab_reg_to_regnum): Watch for negative regno.
380 (reg_value_complaint): Update complaint text.
381 * mdebugread.c (reg_value_complaint): New function.
382 (mdebug_reg_to_regnum): Rewrite to watch for bad reg numbers.
383
1a70ae97
DE
3842015-10-26 Doug Evans <dje@google.com>
385
386 PR python/18938
387 * cli/cli-cmds (source_script_fron_sctream): New arg file_to_open.
388 All callers updated.
389
372405a5
DE
3902015-10-26 Doug Evans <dje@google.com>
391
392 * psymtab.c (struct dump_psymtab_addrmap_data): Define.
393 (dump_psymtab_addrmap_1, dump_psymtab_addrmap): New functions.
394 (maintenance_print_psymbols): Print address map.
395
682b2546
DE
3962015-10-26 Doug Evans <dje@google.com>
397
398 * nat/linux-nat.h (__SIGRTMIN): Move here from gdbserver/linux-low.c.
399
963843d4
DE
4002015-10-26 Doug Evans <dje@google.com>
401
402 * common/gdb_wait.h (W_STOPCODE): Define, moved here from
403 gdbserver/linux-low.c.
404 (WSETSTOP): Simplify.
405
d41401ac
DE
4062015-10-26 Doug Evans <dje@google.com>
407
408 * linux-thread-db.c (find_new_threads_callback): Ditto.
409 (thread_db_pid_to_str): Ditto.
410
1522597b
SM
4112015-10-26 Simon Marchi <simon.marchi@polymtl.ca>
412
413 * guile/scm-ports.c (ioscm_make_gdb_stdio_port): Do not pass a
414 local char array to scm_mode_bits, use a cast instead.
415
7acd011b
SM
4162015-10-26 Simon Marchi <simon.marchi@ericsson.com>
417
418 * tui/tui-data.c (tui_alloc_content): Don't check xmalloc
419 result. Change type of element_block_ptr. Change allocation to
420 use XNEWVEC.
421
7cc53fba
LM
4222015-10-26 Luis Machado <lgustavo@codesourcery.com>
423
424 * record-full.c (record_full_message_wrapper_safe): Pass empty string to
425 catch_errors call instead of NULL.
426
48ffa2b8
SM
4272015-10-26 Simon Marchi <simon.marchi@polymtl.ca>
428
429 * guile/scm-ports.c (ioscm_make_gdb_stdio_port): Pass non-const
430 char pointer to scm_mode_bits.
431
585a269a
SM
4322015-10-26 Simon Marchi <simon.marchi@polymtl.ca>
433
434 * symtab.c (default_make_symbol_completion_list_break_on_1): Add
435 cast.
436
e0dd41e9
SM
4372015-10-26 Simon Marchi <simon.marchi@polymtl.ca>
438
439 * guile/scm-ports.c (gdbscm_memory_port_write): Declare new
440 "data" local variable and use it.
441
74ef968f
SM
4422015-10-26 Simon Marchi <simon.marchi@polymtl.ca>
443
444 * guile/scm-symbol.c (gdbscm_lookup_global_symbol): Add
445 domain_enum cast.
446 (gdbscm_lookup_symbol): Likewise.
447
2d5a88dc
IB
4482015-10-25 Iain Buclaw <ibuclaw@gdcproject.org>
449
450 * d-exp.y: Remove an obsolete comment and propagate the block
451 information to the produced expression.
452
f4ee58bd
SM
4532015-10-24 Simon Marchi <simon.marchi@polymtl.ca>
454
455 * tui/tui-data.c (tui_add_to_source_windows): Remove void *
456 cast.
457 (tui_add_content_elements): Likewise.
458
1650ca11
SM
4592015-10-24 Simon Marchi <simon.marchi@polymtl.ca>
460
461 * cli/cli-setshow.c (do_set_command): Constify p.
462
55e5bf59
SM
4632015-10-24 Simon Marchi <simon.marchi@polymtl.ca>
464
465 * nat/linux-ptrace.c (linux_ptrace_test_ret_to_nx): Replace
466 (void *) cast with (gdb_byte *).
467
49e66b4d
SM
4682015-10-24 Simon Marchi <simon.marchi@polymtl.ca>
469
470 * proc-service.c (ps_pdread): Add cast.
471
cfcb22a5
SM
4722015-10-24 Simon Marchi <simon.marchi@polymtl.ca>
473
474 * sparc64-tdep.c (sparc64_store_arguments): Split assignment of
475 valbuf.
476
ce746418
SM
4772015-10-24 Simon Marchi <simon.marchi@polymtl.ca>
478
479 * ia64-tdep.c (ia64_pseudo_register_write): Remove cast.
480 (ia64_push_dummy_call): Remove cast and change type of "to" to
481 array of gdb_byte.
482
a55515ee
SM
4832015-10-23 Simon Marchi <simon.marchi@polymtl.ca>
484
485 * linux-btrace.c (linux_enable_pt): Add cast to mmap return.
486
6ecf4e06
SM
4872015-10-23 Simon Marchi <simon.marchi@ericsson.com>
488
489 * observer.h (observer_${event}_notification_stub): Add cast.
490
034f1a81
YQ
4912015-10-23 Yao Qi <yao.qi@linaro.org>
492
493 * aarch64-tdep.c (aarch64_displaced_step_copy_insn): Set
494 dsd.insn_count to zero.
495
d236ad19
PA
4962015-10-22 Pedro Alves <palves@redhat.com>
497
498 * infrun.c (stop_after_trap): Delete.
499 (clear_proceed_status, handle_signal_stop, struct
500 infcall_control_state, save_infcall_control_state)
501 (restore_infcall_control_state): Remove references to
502 stop_after_trap.
503
db0f0d0c
SM
5042015-10-22 Simon Marchi <simon.marchi@ericsson.com>
505
506 * python/python.c (_initialize_python): Add cast.
507
fb70bc1a
SM
5082015-10-22 Simon Marchi <simon.marchi@ericsson.com>
509
510 * nto-tdep.c (nto_inferior_data): Add cast.
511
c72f45d1
PA
5122015-10-22 Pedro Alves <palves@redhat.com>
513
514 * windows-nat.c (do_initial_windows_stuff): Rewrite loop using
515 windows_wait and windows_resume directly instead of
516 wait_for_inferior and resume.
517
60905b1e
SM
5182015-10-22 Simon Marchi <simon.marchi@polymtl.ca>
519
520 * xtensa-tdep.h (XTREG): Add casts.
521 (XTREG_END): Likewise.
522
5af9928d
SM
5232015-10-22 Simon Marchi <simon.marchi@polymtl.ca>
524
525 * solib-spu.c (spu_bfd_iovec_pread): Add (gdb_byte *) cast.
526
3e45d68b
SM
5272015-10-22 Simon Marchi <simon.marchi@polymtl.ca>
528
529 * rs6000-tdep.c (variants): Add (enum bfd_architecture) cast.
530
709476c3
SM
5312015-10-22 Simon Marchi <simon.marchi@polymtl.ca>
532
533 * mips-linux-tdep.c (mips64_linux_get_longjmp_target): Change type of
534 buf to gdb_byte*.
535 (supply_32bit_reg): Add cast.
536 (mips64_fill_gregset): Likewise.
537
bed91f4d
SM
5382015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
539
540 PR python/18073
541 * python/py-type.c (typy_get_composite): Allow returning a
542 function type.
543
3f2f83dd
KB
5442015-10-21 Keven Boell <keven.boell@intel.com>
545
546 * dwarf2read.c (set_die_type): Add read of
547 DW_AT_allocated and DW_AT_associated.
548 * f-typeprint.c: New include of typeprint.h
549 (f_print_type): Add check for allocated/associated
550 status of type.
551 (f_type_print_varspec_suffix): Add check for
552 * gdbtypes.c (create_array_type_with_stride):
553 Add check for valid data location of type in
554 case allocated or associated attributes are set.
555 Length of an array should be only calculated if
556 allocated or associated is resolved as true.
557 (is_dynamic_type_internal): Add check for allocated/
558 associated.
559 (resolve_dynamic_array): Evaluate allocated/associated
560 properties.
561 * gdbtypes.h (enum dynamic_prop_node_kind): <DYN_PROP_ALLOCATED>
562 <DYN_PROP_ASSOCIATED>: New enums.
563 (TYPE_ALLOCATED_PROP, TYPE_ASSOCIATED_PROP): New macros.
564 (type_not_allocated): New function.
565 (type_not_associated): New function.
566 * valarith.c (value_subscripted_rvalue): Add check for
567 allocated/associated.
568 * valprint.c: New include of typeprint.h.
569 (valprint_check_validity): Add check for allocated/associated.
570 (value_check_printable): Add check for allocated/
571 associated.
572 * typeprint.h (val_print_not_allocated): New function.
573 (val_print_not_associated): New function.
574 * typeprint.c (val_print_not_allocated): New function.
575 (val_print_not_associated): New function.
576
8689682c
AT
5772015-10-21 Antoine Tremblay <antoine.tremblay@ericsson.com>
578
579 * Makefile.in: Add arm.c/o.
580 * arch/arm.c: New file.
581 * arch/arm.h: (IS_THUMB_ADDR): Move macro from arm-tdep.c.
582 (MAKE_THUMB_ADDR): Likewise.
583 (UNMAKE_THUMB_ADDR): Likewise.
584 * arm-tdep.c (int thumb_insn_size): Move to arm.c.
585 (IS_THUMB_ADDR): Move to arm.h.
586 (MAKE_THUMB_ADDR): Likewise.
587 (UNMAKE_THUMB_ADDR): Likewise.
588 * configure.tgt: Add arm.o to all ARM configs.
589
80f0110c
YQ
5902015-10-21 Yao Qi <yao.qi@linaro.org>
591
592 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
593 Remove argument exp_vCont_s.
594 * gdb.base/range-stepping.exp: Callers updated.
595 * gdb.trace/range-stepping.exp: Likewise.
596
d7161de4
AR
5972015-10-21 Aleksandar Ristovski <aristovski@qnx.com>
598
599 * gdb/nto-tdep.c (QNX_NOTE_NAME, QNX_INFO_SECT_NAME): New defines.
600 (nto_sniff_abi_note_section): New function.
601 (nto_elf_osabi_sniffer): Use new function to recognize nto specific
602 binary.
603
a9889169
AR
6042015-10-21 Aleksandar Ristovski <aristovski@qnx.com>
605
606 * nto-procfs.c (procfs_wait): Set stopped_flags nad stopped_pc.
607 (procfs_stopped_by_watchpoint): Use flags stored in inferior data.
608 * nto-tdep.c (nto_new_inferior_data_reg): New definition.
609 (nto_new_inferior_data, nto_inferior_data_cleanup, nto_inferior_data):
610 New functions.
611 (_initialize_nto_tdep): New forward declaration, new function.
612 * nto-tdep.h (struct nto_inferior_data): New struct.
613 (nto_inferior_data): New function declaration.
614
5f3ff4f8
JK
6152015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
616
617 * findvar.c (address_from_register): Check REGNUM validity.
618
e5343fde
AR
6192015-10-20 Aleksandar Ristovski <aristovski@qnx.com>
620
621 * gdb/nto-procfs.c (procfs_pid_to_exec_file): New function.
622 (init_procfs_targets): Wire new function.
623
8a6c0ccd
AR
6242015-10-20 Aleksandar Ristovski <aristovski@qnx.com>
625
626 * nto-procfs.c (sys/auxv.h): Include.
627 (procfs_xfer_partial): Implement TARGET_OBJECT_AUXV.
628 * nto-tdep.c (nto_read_auxv_from_initial_stack): New function.
629 * nto-tdep.h (nto_read_auxv_from_initial_stack): New declaration.
630
609c3040
AR
6312015-10-20 Aleksandar Ristovski <aristovski@qnx.com>
632
633 * nto-procfs.c (nto_procfs_path): Rename to...
634 (nodestr): ... this, and change type.
635 (nto_node): Use new variable and logic accordingly.
636 (procfs_open_1): Use new variable name. Use local buffer to construct
637 procfrs path.
638 (procfs_pidlist): Use NODESTR to construct procfs path.
639 (procfs_files_info): Use NODESTR to output meaningful text.
640 (do_attach): Construct procfs using NODESTR.
641 (procfs_create_inferior): Compare pointer to NULL.
642
bfd09d20
JS
6432015-10-19 Josh Stone <jistone@redhat.com>
644
645 * linux-nat.c (linux_handle_syscall_trap): Always update entry/
646 return state, even when not actively catching syscalls at all.
647 (linux_handle_extended_wait): Mark syscall_state like an entry.
648 (wait_lwp): Set syscall_state ignored for other traps.
649 (linux_nat_filter_event): Likewise.
650
29090fb6
LM
6512015-10-19 Luis Machado <lgustavo@codesourcery.com>
652
653 * remote.c (remote_wait_as): Set rs->waiting_for_stop_reply to 0
654 when handling 'E', 'T', 'S', 'X' and 'W' packets.
655 Do not set rs->waiting_for_stop_reply back to 1.
656
774ee6d2
AR
6572015-10-16 Aleksandar Ristovski <aristovski@qnx.com>
658
659 * nto-procfs.c (common/filestuff.h): Include.
660 (procfs_can_use_hw_breakpoint): Fix enum name.
661 (procfs_open_1): Fix compiler warning.
662 (procfs_pidlist): Make static.
663 (procfs_meminfo): Make static, fix type name, add missing argument.
664 (procfs_store_registers): Make static.
665 (procfs_thread_info): Remove unused function.
666 (_initialize_procfs): Forward declare.
667
e66acfb1
YQ
6682015-10-16 Yao Qi <yao.qi@arm.com>
669
670 * MAINTAINERS: Update my email address.
671
8d689ee5
YQ
6722015-10-15 Yao Qi <yao.qi@linaro.org>
673
674 * aarch64-linux-nat.c (aarch64_linux_insert_hw_breakpoint):
675 Call gdbarch_breakpoint_from_pc to instruction length.
676 (aarch64_linux_remove_hw_breakpoint): Likewise.
677 * common/common-regcache.h (regcache_register_size): Declare.
678 * nat/aarch64-linux-hw-point.c: Include "common-regcache.h".
679 (aarch64_point_is_aligned): Set alignment to 2 for breakpoint if
680 the process is 32bit, otherwise set alignment to 4.
681 (aarch64_handle_breakpoint): Update comments.
682 * regcache.c (regcache_register_size): New function.
683
89fdc87f
AR
6842015-10-15 Aleksandar Ristovski <aristovski@qnx.com>
685
686 * gdbarch.sh (core_regset_section): Remove.
687 * gdbarch.h: Regenerate.
688
6448a3e4
YQ
6892015-10-14 Yao Qi <yao.qi@linaro.org>
690
691 * arch/aarch64-insn.h (struct aarch64_memory_operand): Move enum
692 out of it.
693 (enum aarch64_memory_operand_type): New.
694
33f914a1
DE
6952015-10-13 David Edelsohn <dje.gcc@gmail.com>
696
697 * xcoffread.c (dwarf2_xcoff_names): Add .dwmac and .dwpbtyp.
698
e6a959d6
PA
6992015-10-13 Pedro Alves <palves@redhat.com>
700
701 * ada-lang.c (ada_enum_name): Constify local.
702 * ada-typeprint.c (print_range_bound): Constify locals.
703 * c-varobj.c (c_describe_child): Likewise.
704 * cli/cli-setshow.c (do_set_command): Likewise.
705 * gdb_vecs.c (delim_string_to_char_ptr_vec_append): Likewise.
706 * dwarf2read.c (find_file_and_directory): Likewise.
707 (anonymous_struct_prefix, dwarf2_name): Likewise.
708 * gnu-v3-abi.c (gnuv3_rtti_type): Likewise.
709 * go-lang.c (unpack_mangled_go_symbol): Likewise.
710 * jv-typeprint.c (java_type_print_base): Likewise.
711 * ser-tcp.c (net_open): Likewise.
712 * symfile.c (deduce_language_from_filename): Likewise.
713 * symtab.c (gdb_mangle_name): Likewise.
714 * tui/tui-io.c (tui_redisplay_readline): Likewise.
715
170742de
PA
7162015-10-13 Pedro Alves <palves@redhat.com>
717
718 * infrun.c (restore_execution_direction): New function.
719 (fetch_inferior_event): Use it instead of
720 make_cleanup_restore_integer.
721 (execution_direction): Change type to enum
722 exec_direction_kind.
723 * infrun.h (execution_direction): Likewise.
724
bfb1c796
PA
7252015-10-13 Pedro Alves <palves@redhat.com>
726
727 * ada-lang.c (ada_value_primitive_packed_val): Constify
728 locals. Use value_contents_writeable. Remove casts.
729
aa5c10ce
PA
7302015-10-13 Pedro Alves <palves@redhat.com>
731
732 * ada-lang.c (ada_value_primitive_packed_val): Add casts to malloc
733 and alloca calls.
734
4666fec3
SM
7352015-10-13 Simon Marchi <simon.marchi@polymtl.ca>
736
737 * lm32-tdep.c (lm32_push_dummy_call): Replace call to
738 write_memory with write_memory_unsigned_integer.
739
38bc8217 7402015-10-13 Simon Marchi <simon.marchi@polymtl.ca>
3953f15c
SM
741
742 * solib-dsbt.c (cmp_name): Constify arguments.
743 * solib-frv.c (cmp_name): Likewise.
744 * solib-svr4.c (svr4_create_solib_event_breakpoints): Likewise.
745 * solib.c (gdb_bfd_lookup_symbol_from_symtab): Likewise.
746 (bfd_lookup_symbol_from_dyn_symtab): Likewise.
747 (gdb_bfd_lookup_symbol): Likewise.
748 * solib.h (gdb_bfd_lookup_symbol): Likewise.
749 (gdb_bfd_lookup_symbol_from_symtab): Likewise.
750
a0d34a39
AB
7512015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
752
753 * stack.c (parse_frame_specification): Remove message parameter,
754 replace with fixed string in function body, update function
755 comment.
756 (frame_info): Remove message to parse_frame_specification.
757 (select_frame_command): Likewise.
758
edbbff4a
AB
7592015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
760
761 * stack.c (parse_frame_specification): Delete.
762 (parse_frame_specification_1): Rename to
763 parse_frame_specification.
764 (frame_info): Use parse_frame_specification.
765 (select_frame_command): Likewise.
766 (return_command): Use select_frame and print_stack_frame rather
767 than frame_command and select_frame_command.
768 (func_command): Use get_current_frame rather than
769 parse_frame_specification.
770
9d622bda
AB
7712015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
772
773 * stack.c (func_command): Return early when there is no ARG
774 string.
775
8d3fea16
AB
7762015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
777
778 * stack.c: Include safe-ctype.h not ctype.h.
779 (parse_frame_specification): Use ISSPACE not isspace.
780 (backtrace_command): Use TOLOWER not tolower.
781
f54b226f
SM
7822015-10-12 Simon Marchi <simon.marchi@polymtl.ca>
783
784 * mep-tdep.c (current_me_module): Add cast.
785 (mep_gdbarch_init): Likewise.
786
6da660c7
SM
7872015-10-12 Simon Marchi <simon.marchi@polymtl.ca>
788
789 * m32c-tdep.c (m32c_move_reg_t): Replace with...
790 (m32c_write_reg_t): ...this and...
791 (m32c_read_reg_t): ...this.
792 (struct m32c_reg): Update types of read and write.
793 (m32c_raw_read): Change declaration type to m32c_read_reg_t and
794 adjust definition.
795 (m32c_banked_read): Likewise.
796 (m32c_sb_read): Likewise.
797 (m32c_part_read): Likewise.
798 (m32c_cat_read): Likewise.
799 (m32c_r3r2r1r0_read): Likewise.
800 (m32c_raw_write): Change declaration type to m32c_write_reg_t
801 and adjust definition.
802 (m32c_banked_write): Likewise.
803 (m32c_sb_write): Likewise.
804 (m32c_part_write): Likewise.
805 (m32c_cat_write): Likewise.
806 (m32c_r3r2r1r0_write): Likewise.
807
1f713e48
SM
8082015-10-12 Simon Marchi <simon.marchi@polymtl.ca>
809
810 * aarch64-linux-tdep.c (aarch64_linux_syscall_record): Add cast.
811
cb65d272
SM
8122015-10-12 Simon Marchi <simon.marchi@polymtl.ca>
813
814 * aarch64-linux-tdep.c (aarch64_canonicalize_syscall): Return
815 gdb_sys_no_syscall instead of -1.
816
eda14cf2
YQ
8172015-10-12 Yao Qi <yao.qi@linaro.org>
818
819 * NEWS: Mention the change.
820
1c2e1515
YQ
8212015-10-12 Yao Qi <yao.qi@linaro.org>
822
823 * arch/aarch64-insn.c (emit_load_store): Rename to ...
824 (aarch64_emit_load_store): ... it. All callers updated.
825
e1c587c3
YQ
8262015-10-12 Yao Qi <yao.qi@linaro.org>
827
828 * arch/aarch64-insn.c (emit_insn): Rename to ...
829 (aarch64_emit_insn): ... it. All callers updated.
830
b6542f81
YQ
8312015-10-12 Yao Qi <yao.qi@linaro.org>
832
833 * aarch64-linux-tdep.c: Include arch-utils.h.
834 (aarch64_linux_init_abi): Call set_gdbarch_max_insn_length,
835 set_gdbarch_displaced_step_copy_insn,
836 set_gdbarch_displaced_step_fixup,
837 set_gdbarch_displaced_step_free_closure,
838 set_gdbarch_displaced_step_location,
839 and set_gdbarch_displaced_step_hw_singlestep.
840 * aarch64-tdep.c (struct displaced_step_closure): New.
841 (struct aarch64_displaced_step_data): New.
842 (aarch64_displaced_step_b): New function.
843 (aarch64_displaced_step_b_cond): Likewise.
844 (aarch64_register): Likewise.
845 (aarch64_displaced_step_cb): Likewise.
846 (aarch64_displaced_step_tb): Likewise.
847 (aarch64_displaced_step_adr): Likewise.
848 (aarch64_displaced_step_ldr_literal): Likewise.
849 (aarch64_displaced_step_others): Likewise.
850 (aarch64_displaced_step_copy_insn): Likewise.
851 (aarch64_displaced_step_fixup): Likewise.
852 (aarch64_displaced_step_hw_singlestep): Likewise.
853 * aarch64-tdep.h (DISPLACED_MODIFIED_INSNS): New macro.
854 (aarch64_displaced_step_copy_insn): Declare.
855 (aarch64_displaced_step_fixup): Declare.
856 (aarch64_displaced_step_hw_singlestep): Declare.
857 * arch/aarch64-insn.c (emit_insn): Moved from
858 gdbserver/linux-aarch64-low.c.
859 (emit_load_store): Likewise.
860 * arch/aarch64-insn.h (enum aarch64_opcodes): Moved from
861 gdbserver/linux-aarch64-low.c.
862 (struct aarch64_register): Likewise.
863 (struct aarch64_memory_operand): Likewise.
864 (ENCODE): Likewise.
865 (can_encode_int32): New macro.
866 (emit_b, emit_bcond, emit_cb, emit_ldr, emit_ldrsw): Likewise.
867 (emit_tb, emit_nop): Likewise.
868 (emit_insn): Declare.
869 (emit_load_store): Declare.
870
246994ce
YQ
8712015-10-12 Yao Qi <yao.qi@linaro.org>
872
873 * arch/aarch64-insn.c (aarch64_decode_ldr_literal): Moved from
874 gdbserver/linux-aarch64-low.c.
875 (aarch64_relocate_instruction): Likewise.
876 * arch/aarch64-insn.h (aarch64_decode_ldr_literal): Declare.
877 (struct aarch64_insn_data): Moved from
878 gdbserver/linux-aarch64-low.c.
879 (struct aarch64_insn_visitor): Likewise.
880 (aarch64_relocate_instruction): Declare.
881
2520f728
PMR
8822015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
883
884 * eval.c (evaluate_subexp_standard) <STRUCTOP_STRUCT>: If
885 EVAL_AVOID_SIDE_EFFECTS mode, forward the VALUE_LVAL attribute
886 to the returned value.
887
5b639dea
JB
8882015-10-09 Joel Brobecker <brobecker@adacore.com>
889
890 * ada-lang.c (ada_unpack_from_contents): Add guard that unpacked
891 is large enough for BIT_SIZE. Update function comment.
892
0cafa88c
JB
8932015-10-09 Joel Brobecker <brobecker@adacore.com>
894
895 * ada-lang.c (ada_value_primitive_packed_val): Move
896 src_len variable to local block where used. Override
897 BIT_SIZE if bigger than size of resolved type.
898
220475ed
JB
8992015-10-09 Joel Brobecker <brobecker@adacore.com>
900
901 * gdbtypes.h (is_scalar_type): Add extern declaration.
902 * gdbtypes.c (is_scalar_type): Make non-static.
903 * ada-lang.c (ada_value_primitive_packed_val): Use is_scalar_type
904 to compute IS_SCALAR instead of doing it ourselves.
905
d0a9e810
JB
9062015-10-09 Joel Brobecker <brobecker@adacore.com>
907
908 * ada-lang.c (ada_value_primitive_packed_val): Rework handling
909 of case where TYPE is dynamic.
910
f93fca70
JB
9112015-10-09 Joel Brobecker <brobecker@adacore.com>
912
913 * ada-lang.c (ada_unpack_from_contents): New function,
914 extracted from ada_value_primitive_packed_val.
915 (ada_value_primitive_packed_val): Replace extracted out code
916 by call to ada_unpack_from_contents.
917
a1c95e6b
JB
9182015-10-09 Joel Brobecker <brobecker@adacore.com>
919
920 * ada-lang.c (ada_value_primitive_packed_val): Reorder local
921 variable declarations.
922
fbd000da
JB
9232015-10-09 Joel Brobecker <brobecker@adacore.com>
924
925 * ada-lang.c (ada_value_primitive_packed_val): Change the type
926 of local variables src and unpacked to "gdb_type *" instead of
927 "unsigned char *".
928
086ca51f
JB
9292015-10-09 Joel Brobecker <brobecker@adacore.com>
930
931 * ada-lang.c (ada_value_primitive_packed_val): Make the name
932 of various local variables more explicit and consistent.
933 No real code change otherwise.
934
c5bcd278
SM
9352015-10-09 Simon Marchi <simon.marchi@ericsson.com>
936
937 * i386-tdep.h (struct gdbarch_tdep): Change type of
938 register_reggroup_p to gdbarch_register_reggroup_p_ftype.
939
78c5b882
SM
9402015-10-09 Simon Marchi <simon.marchi@ericsson.com>
941
942 * cris-tdep.c (struct instruction_environment): Change type of
943 byte_order to enum bfd_endian.
944
f9fa37b3
SM
9452015-10-09 Simon Marchi <simon.marchi@ericsson.com>
946
947 * arm-linux-tdep.c (arm_canonicalize_syscall): Add
948 enum gdb_syscall casts.
949
7c543f7b
SM
9502015-10-09 Simon Marchi <simon.marchi@ericsson.com>
951
952 * aarch64-tdep.c (stack_item_t): Change type of data to gdb_byte*.
953 * arm-tdep.c (struct stack_item): Likewise.
954 (push_stack_item): Add gdb_byte* cast.
955 * avr-tdep.c (struct stack_item): Change type of data to gdb_byte*.
956 (push_stack_item): Add gdb_byte* cast.
957 * cli/cli-dump.c (dump_memory_to_file): Change type of buf to gdb_byte*
958 and add cast.
959 * cris-tdep.c (struct stack_item): Change type of data to gdb_byte*.
960 (push_stack_item): Add gdb_byte* cast.
961 * gcore.c (gcore_copy_callback): Change type of memhunk to gdb_byte* and
962 add cast.
963 * gdbtypes.h (print_scalar_formatted): Change type of first parameter to
964 gdb_byte*.
965 * h8300-tdep.c (h8300_extract_return_value): Change type of valbuf to
966 gdb_byte* and remove unnecessary cast.
967 (h8300h_extract_return_value): Likewise.
968 (h8300_store_return_value): Change type of valbuf to gdb_byte*.
969 (h8300h_store_return_value): Likewise.
970 * iq2000-tdep.c (iq2000_extract_return_value): Change type of valbuf to
971 gdb_byte* and remove unnecessary cast.
972 * jit.c (jit_reader_try_read_symtab): Change type of gdb_mem to gdb_byte*
973 and add cast.
974 * m32r-tdep.c (m32r_store_return_value): Change type of valbuf to
975 gdb_byte* and remove unnecessary cast.
976 (m32r_extract_return_value): Change type of dst to gdb_byte* and remove
977 valbuf.
978 * mep-tdep.c (mep_pseudo_cr32_read): Change type of buf to gdb_byte*.
979 (mep_pseudo_cr64_read): Likewise.
980 (mep_pseudo_csr_write): Likewise.
981 (mep_pseudo_cr32_write): Likewise.
982 (mep_pseudo_cr64_write): Likewise.
983 * mi/mi-main.c (mi_cmd_data_write_memory): Change type of buffer to
984 gdb_byte* and add cast.
985 * moxie-tdep.c (moxie_store_return_value): Change type of valbuf to
986 gdb_byte* and remove unnecessary cast.
987 (moxie_extract_return_value): Change type of dst to gdb_byte* and remove
988 valbuf.
989 * p-valprint.c (print_scalar_formatted): Change type of valaddr to
990 gdb_byte*.
991 * printcmd.c (void): Likewise.
992 * python/py-inferior.c (infpy_read_memory): Change type of buffer to
993 gdb_byte* and add cast.
994 (infpy_write_memory): Likewise.
995 (infpy_search_memory): Likewise.
996 * regcache.c (regcache_raw_write_signed): Change type of buf to gdb_byte*
997 and add cast.
998 (regcache_raw_write_unsigned): Likewise.
999 (regcache_cooked_write_signed): Likewise.
1000 (regcache_cooked_write_unsigned): Likewise.
1001 * sh64-tdep.c (h64_extract_return_value): Change type of valbuf to
1002 gdb_byte*.
1003
7567e115
SM
10042015-10-09 Simon Marchi <simon.marchi@ericsson.com>
1005
1006 * fbsd-tdep.c (fbsd_collect_regset_section_cb): Add cast.
1007 * linux-tdep.c (linux_collect_regset_section_cb_data): Likewise.
1008
f9acce4a
EZ
10092015-10-09 Eli Zaretskii <eliz@gnu.org>
1010
1011 * stack.c (print_stack_frame):
1012 * utils.c (printchar): Fix typos in commentary.
1013
d5d8c4e1
IB
10142015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
1015
1016 * d-exp.y: (UnaryExpression): Support `type.sizeof' expressions.
1017 (PostfixExpression): Support `expr.sizeof' expressions.
1018 (PrimaryExpression): Support `typeof(expr)' expressions.
1019
4e7de155
MR
10202015-10-08 Maciej W. Rozycki <macro@imgtec.com>
1021
1022 * MAINTAINERS: Update my email address.
1023
04c4fe8c
MM
10242015-10-08 Markus Metzger <markus.t.metzger@intel.com>
1025
1026 * record-btrace.c (record_btrace_resume): Fix void return.
1027
f77ee802
YQ
10282015-10-07 Yao Qi <yao.qi@linaro.org>
1029
1030 * aarch64-tdep.c: Include opcode/aarch64.h.
1031 (submask): Move it above.
1032 (bit): Likewise.
1033 (bits): Likewise.
1034 (aarch64_software_single_step): Call aarch64_decode_insn.
1035 Decode instruction by aarch64_inst instead of using
1036 aarch64_decode_bcond and decode_masked_match.
1037
cbd641ed
PS
10382015-10-06 Pitchumani Sivanupandi <pitchumani.s@atmel.com>
1039
1040 * cli/cli-dump.c (restore_command): Parse load_offset (bias) as address
1041 only when the file is binary.
1042
ae4e2501 10432015-10-02 James Bowman <james.bowman@ftdichip.com>
1044
1045 * ft32-tdep.c (ft32_analyze_prologue): Add function prolog
1046 subroutine handling.
1047
dd0a637a
SM
10482015-10-01 Simon Marchi <simon.marchi@ericsson.com>
1049
1050 * common/vec.h (VEC_OP (T,cleanup)): Add pointer cast.
1051
1fd60fc0
DE
10522015-09-30 Doug Evans <dje@google.com>
1053
1054 * dwarf2read.c (setup_type_unit_groups): Add comment.
1055
398e0813
PA
10562015-09-30 Pedro Alves <palves@redhat.com>
1057
1058 * linux-nat.c (linux_nat_always_non_stop_p): Always return 1.
1059 * x86-linux-nat.c (x86_linux_always_non_stop_p): Delete.
1060 (x86_linux_create_target): Don't install
1061 x86_linux_always_non_stop_p.
1062
6ab24463
DB
10632015-09-30 Don Breazeal <donb@codesourcery.com>
1064
1065 * remote.c (remote_parse_stop_reply): Call strprefix instead
1066 of strncmp.
1067
ede5f151
SM
10682015-09-30 Simon Marchi <simon.marchi@ericsson.com>
1069
1070 * gdbarch.sh (struct gdbarch_info): Change tdep_info's type to void *.
1071 * gdbarch.h: Regenerate.
1072 * i386-tdep.c (i386_gdbarch_init): Remove cast to
1073 struct gdbarch_tdep_info *.
1074 * mips-tdep.c (mips_gdbarch_init): Likewise.
1075 * ppc-linux-tdep (ppu2spu_sniffer): Likewise.
1076 * rs6000-tdep.c (rs6000_gdbarch_init): Likewise.
1077 * spu-multiarch.c (spu_gdbarch): Likewise.
1078
51c935fa 10792015-09-30 Kevin Buettner <kevinb@redhat.com>
aca20ec4
KB
1080
1081 * infcmd.c (finish_command_fsm_should_stop): Don't attempt to
1082 record a NULL value.
1083
3b1ad7d5
KB
10842015-09-29 Kevin Buettner <kevinb@redhat.com>
1085
1086 * msp430-tdep.c (msp430_push_dummy_call): Treat reference, struct,
1087 and union arguments the same as pointer arguments when determining
1088 size of argument.
1089
86feccb9 10902015-09-29 James Bowman <james.bowman@ftdichip.com>
1091
1092 * ft32-tdep.c: #include "opcode/ft32.h".
1093 Delete local macros IS_PUSH, PUSH_REG, IS_LINK, LINK_SIZE.
1094 (ft32_analyze_prologue): Use FT32_* macros.
1095
2181a6c6
SM
10962015-09-28 Simon Marchi <simon.marchi@ericsson.com>
1097
84d73afc 1098 * cli/cli-script.c (read_next_line): Fix stdout -> stdin in
2181a6c6
SM
1099 comment.
1100
245af596
DE
11012015-09-28 Doug Evans <dje@google.com>
1102
1103 * MAINTAINERS: Add Iain Buclaw as D language maintainer.
1104
c402ef90
DE
11052015-09-28 Doug Evans <dje@google.com>
1106
1107 * common/filestuff.c (make_cleanup_close): Update comment.
1108
38bc8217 11092015-09-26 Simon Marchi <simon.marchi@polymtl.ca>
bc84451b
SM
1110
1111 * btrace.c (parse_xml_btrace_block): Fix cast of
1112 xml_find_attribute's return value.
1113 * memory-map.c (memory_map_start_memory): Likewise.
1114 * solib-svr4.c (library_list_start_library): Likewise.
1115 * solib-target.c (library_list_start_segment): Likewise.
1116 (library_list_start_section): Likewise.
1117 * tracepoint.c (traceframe_info_start_memory): Likewise.
1118
ba587d55
IB
11192015-09-26 Iain Buclaw <ibuclaw@gdcproject.org>
1120
1121 * d-namespace.c (d_lookup_symbol): New arg langdef.
1122 All callers updated. Support looking up symbol as a primitive type.
1123 (lookup_module_scope): New arg langdef. All callers updated.
1124 Call d_lookup_symbol directly for simple bare symbols.
1125
19ba03f4
SM
11262015-09-25 Simon Marchi <simon.marchi@ericsson.com>
1127
1128 * macrocmd.c (print_macro_callback): Add cast(s).
1129 * macrotab.c (macro_bcache_str): Likewise.
1130 (new_macro_definition): Likewise.
1131 * main.c (captured_main): Likewise.
1132 * maint.c (print_bfd_section_info): Likewise.
1133 * mdebugread.c (mdebug_build_psymtabs): Likewise.
1134 (basic_type): Likewise.
1135 * memattr.c (mem_region_cmp): Likewise.
1136 * memory-map.c (memory_map_start_memory): Likewise.
1137 (memory_map_end_memory): Likewise.
1138 (memory_map_start_property): Likewise.
1139 (memory_map_end_property): Likewise.
1140 (clear_result): Likewise.
1141 * memrange.c (compare_mem_ranges): Likewise.
1142 * mep-tdep.c (mep_analyze_frame_prologue): Likewise.
1143 * mi/mi-cmd-var.c (mi_cmd_var_update_iter): Likewise.
1144 * mi/mi-console.c (mi_console_file_delete): Likewise.
1145 (mi_console_file_fputs): Likewise.
1146 (mi_console_raw_packet): Likewise.
1147 (mi_console_file_flush): Likewise.
1148 (mi_console_set_raw): Likewise.
1149 * mi/mi-interp.c (mi_interpreter_resume): Likewise.
1150 (mi_new_thread): Likewise.
1151 (mi_thread_exit): Likewise.
1152 (mi_record_changed): Likewise.
1153 (mi_inferior_added): Likewise.
1154 (mi_inferior_appeared): Likewise.
1155 (mi_inferior_exit): Likewise.
1156 (mi_inferior_removed): Likewise.
1157 (mi_interp_data): Likewise.
1158 (mi_on_normal_stop): Likewise.
1159 (mi_traceframe_changed): Likewise.
1160 (mi_tsv_created): Likewise.
1161 (mi_tsv_deleted): Likewise.
1162 (mi_tsv_modified): Likewise.
1163 (mi_breakpoint_created): Likewise.
1164 (mi_breakpoint_deleted): Likewise.
1165 (mi_breakpoint_modified): Likewise.
1166 (mi_output_running_pid): Likewise.
1167 (mi_inferior_count): Likewise.
1168 (mi_solib_loaded): Likewise.
1169 (mi_solib_unloaded): Likewise.
1170 (mi_command_param_changed): Likewise.
1171 (mi_memory_changed): Likewise.
1172 (report_initial_inferior): Likewise.
1173 (mi_ui_out): Likewise.
1174 (mi_set_logging): Likewise.
1175 * mi/mi-main.c (collect_cores): Likewise.
1176 (print_one_inferior): Likewise.
1177 (free_vector_of_ints): Likewise.
1178 (free_splay_tree): Likewise.
1179 (mi_execute_command): Likewise.
1180 * mi/mi-out.c (mi_table_body): Likewise.
1181 (mi_table_end): Likewise.
1182 (mi_table_header): Likewise.
1183 (mi_begin): Likewise.
1184 (mi_end): Likewise.
1185 (mi_field_int): Likewise.
1186 (mi_field_string): Likewise.
1187 (mi_field_fmt): Likewise.
1188 (mi_flush): Likewise.
1189 (mi_redirect): Likewise.
1190 (field_separator): Likewise.
1191 (mi_open): Likewise.
1192 (mi_close): Likewise.
1193 (mi_out_buffered): Likewise.
1194 (mi_out_rewind): Likewise.
1195 (mi_out_put): Likewise.
1196 (mi_version): Likewise.
1197 (mi_out_data_dtor): Likewise.
1198 * mi/mi-parse.c (mi_parse_cleanup): Likewise.
1199 * microblaze-tdep.c (microblaze_frame_cache): Likewise.
1200 * minidebug.c (lzma_open): Likewise.
1201 (lzma_pread): Likewise.
1202 (lzma_close): Likewise.
1203 (lzma_stat): Likewise.
1204 * mips-linux-tdep.c (mips_linux_init_abi): Likewise.
1205 * mips-sde-tdep.c (mips_sde_frame_cache): Likewise.
1206 (mips_sde_elf_osabi_sniff_abi_tag_sections): Likewise.
1207 * mips-tdep.c (mips_insn16_frame_cache): Likewise.
1208 (mips_micro_frame_cache): Likewise.
1209 (mips_insn32_frame_cache): Likewise.
1210 (mips_stub_frame_cache): Likewise.
1211 (gdb_print_insn_mips): Likewise.
1212 (value_of_mips_user_reg): Likewise.
1213 (mips_gdbarch_init): Likewise.
1214 * mips64obsd-tdep.c (mips64obsd_supply_gregset): Likewise.
1215 * mipsnbsd-tdep.c (mipsnbsd_supply_fpregset): Likewise.
1216 (mipsnbsd_supply_gregset): Likewise.
1217 * mn10300-linux-tdep.c (am33_supply_fpregset_method): Likewise.
1218 (am33_collect_gregset_method): Likewise.
1219 (am33_collect_fpregset_method): Likewise.
1220 * mn10300-tdep.c (mn10300_analyze_frame_prologue): Likewise.
1221 * moxie-tdep.c (moxie_frame_cache): Likewise.
1222 * msp430-tdep.c (msp430_get_opcode_byte): Likewise.
1223 (msp430_analyze_frame_prologue): Likewise.
1224 * mt-tdep.c (mt_frame_unwind_cache): Likewise.
1225 * nios2-linux-tdep.c (nios2_supply_gregset): Likewise.
1226 (nios2_collect_gregset): Likewise.
1227 * nios2-tdep.c (nios2_frame_unwind_cache): Likewise.
1228 (nios2_stub_frame_cache): Likewise.
1229 * objc-lang.c (find_methods): Likewise.
1230 * objfiles.c (objfiles_pspace_data_cleanup): Likewise.
1231 (get_objfile_pspace_data): Likewise.
1232 (get_objfile_bfd_data): Likewise.
1233 (objfile_bfd_data_free): Likewise.
1234 (add_to_objfile_sections): Likewise.
1235 (do_free_objfile_cleanup): Likewise.
1236 (resume_section_map_updates_cleanup): Likewise.
1237 * opencl-lang.c (builtin_opencl_type): Likewise.
1238 * osabi.c (generic_elf_osabi_sniff_abi_tag_sections): Likewise.
1239 * osdata.c (osdata_start_osdata): Likewise.
1240 (osdata_start_item): Likewise.
1241 (osdata_start_column): Likewise.
1242 (osdata_end_column): Likewise.
1243 (clear_parsing_data): Likewise.
1244 (osdata_free_cleanup): Likewise.
1245 * parse.c (type_stack_cleanup): Likewise.
1246 (exp_uses_objfile_iter): Likewise.
1247 * ppc-linux-tdep.c (ppc_linux_supply_gregset): Likewise.
1248 (ppc_linux_collect_gregset): Likewise.
1249 (ppu2spu_prev_arch): Likewise.
1250 (ppu2spu_this_id): Likewise.
1251 (ppu2spu_prev_register): Likewise.
1252 (ppu2spu_unwind_register): Likewise.
1253 (ppu2spu_sniffer): Likewise.
1254 (ppu2spu_dealloc_cache): Likewise.
1255 (ppc_linux_init_abi): Likewise.
1256 * ppcfbsd-tdep.c (ppcfbsd_sigtramp_frame_cache): Likewise.
1257 * ppcobsd-tdep.c (ppcobsd_sigtramp_frame_cache): Likewise.
1258 * progspace.c (restore_program_space): Likewise.
1259 * psymtab.c (find_pc_sect_psymtab): Likewise.
1260 (compare_psymbols): Likewise.
1261 (psymbol_bcache_full): Likewise.
1262 (allocate_psymtab): Likewise.
1263 (discard_psymtabs_upto): Likewise.
1264 * python/py-block.c (set_block): Likewise.
1265 (del_objfile_blocks): Likewise.
1266 * python/py-breakpoint.c (build_bp_list): Likewise.
1267 * python/py-inferior.c (inferior_to_inferior_object): Likewise.
1268 (build_inferior_list): Likewise.
1269 (py_free_inferior): Likewise.
1270 * python/py-objfile.c (py_free_objfile): Likewise.
1271 (objfile_to_objfile_object): Likewise.
1272 * python/py-prettyprint.c (py_restore_tstate): Likewise.
1273 * python/py-progspace.c (py_free_pspace): Likewise.
1274 (pspace_to_pspace_object): Likewise.
1275 * python/py-symbol.c (set_symbol): Likewise.
1276 (del_objfile_symbols): Likewise.
1277 * python/py-symtab.c (set_sal): Likewise.
1278 (set_symtab): Likewise.
1279 (del_objfile_symtab): Likewise.
1280 (del_objfile_sal): Likewise.
1281 * python/py-type.c (save_objfile_types): Likewise.
1282 (set_type): Likewise.
1283 * python/py-unwind.c (pyuw_prev_register): Likewise.
1284 (pyuw_on_new_gdbarch): Likewise.
1285 * python/py-utils.c (py_decref): Likewise.
1286 (py_xdecref): Likewise.
1287 (gdb_py_generic_dict): Likewise.
1288 * python/py-xmethods.c (gdbpy_free_xmethod_worker_data): Likewise.
1289 (gdbpy_clone_xmethod_worker_data): Likewise.
1290 (gdbpy_get_xmethod_arg_types): Likewise.
1291 (gdbpy_get_xmethod_result_type): Likewise.
1292 (gdbpy_invoke_xmethod): Likewise.
1293 * python/python.c (gdbpy_apply_type_printers): Likewise.
1294 (gdbpy_free_type_printers): Likewise.
1295 * record-btrace.c (record_btrace_disable_callback): Likewise.
1296 (bfcache_hash): Likewise.
1297 (bfcache_eq): Likewise.
1298 (btrace_get_frame_function): Likewise.
1299 (record_btrace_frame_unwind_stop_reason): Likewise.
1300 (record_btrace_frame_this_id): Likewise.
1301 (record_btrace_frame_prev_register): Likewise.
1302 (record_btrace_frame_dealloc_cache): Likewise.
1303 * record-full.c (record_full_message_wrapper): Likewise.
1304 (record_full_save_cleanups): Likewise.
1305 * regcache.c (regcache_descr): Likewise.
1306 (do_regcache_xfree): Likewise.
1307 (do_regcache_invalidate): Likewise.
1308 (do_cooked_read): Likewise.
1309 (regcache_transfer_regset): Likewise.
1310 * reggroups.c (reggroup_add): Likewise.
1311 (reggroup_next): Likewise.
1312 (reggroup_prev): Likewise.
1313 * remote-fileio.c (do_remote_fileio_request): Likewise.
1314 * remote-notif.c (remote_async_get_pending_events_handler): Likewise.
1315 (do_notif_event_xfree): Likewise.
1316 * remote.c (get_remote_arch_state): Likewise.
1317 (remote_pspace_data_cleanup): Likewise.
1318 (get_remote_exec_file): Likewise.
1319 (set_pspace_remote_exec_file): Likewise.
1320 (compare_pnums): Likewise.
1321 (clear_threads_listing_context): Likewise.
1322 (remote_newthread_step): Likewise.
1323 (start_thread): Likewise.
1324 (end_thread): Likewise.
1325 (remove_child_of_pending_fork): Likewise.
1326 (remove_stop_reply_for_inferior): Likewise.
1327 (remove_stop_reply_of_remote_state): Likewise.
1328 (remote_notif_remove_once_on_match): Likewise.
1329 (stop_reply_match_ptid_and_ws): Likewise.
1330 (kill_child_of_pending_fork): Likewise.
1331 (register_remote_g_packet_guess): Likewise.
1332 (remote_read_description_p): Likewise.
1333 (remote_read_description): Likewise.
1334 (free_actions_list_cleanup_wrapper): Likewise.
1335 (remote_async_serial_handler): Likewise.
1336 * rl78-tdep.c (rl78_get_opcode_byte): Likewise.
1337 (rl78_analyze_frame_prologue): Likewise.
1338 * rs6000-tdep.c (ppc_supply_gregset): Likewise.
1339 (ppc_supply_fpregset): Likewise.
1340 (ppc_supply_vsxregset): Likewise.
1341 (ppc_supply_vrregset): Likewise.
1342 (ppc_collect_gregset): Likewise.
1343 (ppc_collect_fpregset): Likewise.
1344 (ppc_collect_vsxregset): Likewise.
1345 (ppc_collect_vrregset): Likewise.
1346 (e500_move_ev_register): Likewise.
1347 (do_regcache_raw_write): Likewise.
1348 (rs6000_frame_cache): Likewise.
1349 (rs6000_epilogue_frame_cache): Likewise.
1350 (rs6000_gdbarch_init): Likewise.
1351 * rx-tdep.c (rx_get_opcode_byte): Likewise.
1352 (rx_analyze_frame_prologue): Likewise.
1353 (rx_frame_type): Likewise.
1354 (rx_frame_sniffer_common): Likewise.
1355 * s390-linux-tdep.c (s390_check_for_saved): Likewise.
1356 (s390_frame_unwind_cache): Likewise.
1357 (s390_stub_frame_unwind_cache): Likewise.
1358 (s390_sigtramp_frame_unwind_cache): Likewise.
1359 * score-tdep.c (score_make_prologue_cache): Likewise.
1360 * sentinel-frame.c (sentinel_frame_prev_register): Likewise.
1361 (sentinel_frame_prev_arch): Likewise.
1362 * ser-base.c (fd_event): Likewise.
1363 (push_event): Likewise.
1364 (ser_base_write): Likewise.
1365 * ser-pipe.c (pipe_close): Likewise.
1366 * serial.c (serial_write): Likewise.
1367 * sh-tdep.c (sh_frame_cache): Likewise.
1368 (sh_stub_this_id): Likewise.
1369 * sh64-tdep.c (sh64_frame_cache): Likewise.
1370 * solib-aix.c (get_solib_aix_inferior_data): Likewise.
1371 (library_list_start_library): Likewise.
1372 (library_list_start_list): Likewise.
1373 (solib_aix_free_library_list): Likewise.
1374 * solib-darwin.c (get_darwin_info): Likewise.
1375 * solib-dsbt.c (get_dsbt_info): Likewise.
1376 * solib-spu.c (append_ocl_sos): Likewise.
1377 * solib-svr4.c (svr4_pspace_data_cleanup): Likewise.
1378 (get_svr4_info): Likewise.
1379 (library_list_start_library): Likewise.
1380 (svr4_library_list_start_list): Likewise.
1381 (hash_probe_and_action): Likewise.
1382 (equal_probe_and_action): Likewise.
1383 (svr4_update_solib_event_breakpoint): Likewise.
1384 (set_solib_svr4_fetch_link_map_offsets): Likewise.
1385 (svr4_fetch_link_map_offsets): Likewise.
1386 (svr4_have_link_map_offsets): Likewise.
1387 * solib-target.c (library_list_start_segment): Likewise.
1388 (library_list_start_section): Likewise.
1389 (library_list_start_library): Likewise.
1390 (library_list_end_library): Likewise.
1391 (library_list_start_list): Likewise.
1392 (solib_target_free_library_list): Likewise.
1393 * solib.c (solib_ops): Likewise.
1394 (set_solib_ops): Likewise.
1395 * sparc-sol2-tdep.c (sparc32_sol2_sigtramp_frame_cache): Likewise.
1396 * sparc-tdep.c (sparc_frame_cache): Likewise.
1397 (sparc32_frame_cache): Likewise.
1398 (sparc32_supply_gregset): Likewise.
1399 (sparc32_collect_gregset): Likewise.
1400 (sparc32_supply_fpregset): Likewise.
1401 (sparc32_collect_fpregset): Likewise.
1402 * sparc64-sol2-tdep.c (sparc64_sol2_sigtramp_frame_cache): Likewise.
1403 * sparc64-tdep.c (sparc64_supply_gregset): Likewise.
1404 (sparc64_collect_gregset): Likewise.
1405 (sparc64_supply_fpregset): Likewise.
1406 (sparc64_collect_fpregset): Likewise.
1407 * sparc64fbsd-tdep.c (sparc64fbsd_sigtramp_frame_cache): Likewise.
1408 * sparc64nbsd-tdep.c (sparc64nbsd_sigcontext_frame_cache): Likewise.
1409 * sparc64obsd-tdep.c (sparc64obsd_frame_cache): Likewise.
1410 (sparc64obsd_trapframe_cache): Likewise.
1411 * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_frame_cache): Likewise.
1412 * sparcobsd-tdep.c (sparc32obsd_sigtramp_frame_cache): Likewise.
1413 * spu-multiarch.c (spu_gdbarch): Likewise.
1414 * spu-tdep.c (spu_frame_unwind_cache): Likewise.
1415 (spu2ppu_prev_arch): Likewise.
1416 (spu2ppu_this_id): Likewise.
1417 (spu2ppu_prev_register): Likewise.
1418 (spu2ppu_dealloc_cache): Likewise.
1419 (spu_dis_asm_print_address): Likewise.
1420 (gdb_print_insn_spu): Likewise.
1421 (spu_get_overlay_table): Likewise.
1422 * stabsread.c (rs6000_builtin_type): Likewise.
1423 * stack.c (do_print_variable_and_value): Likewise.
1424 * stap-probe.c (get_stap_base_address_1): Likewise.
1425 * symfile-debug.c (debug_qf_has_symbols): Likewise.
1426 (debug_qf_find_last_source_symtab): Likewise.
1427 (debug_qf_forget_cached_source_info): Likewise.
1428 (debug_qf_map_symtabs_matching_filename): Likewise.
1429 (debug_qf_lookup_symbol): Likewise.
1430 (debug_qf_print_stats): Likewise.
1431 (debug_qf_dump): Likewise.
1432 (debug_qf_relocate): Likewise.
1433 (debug_qf_expand_symtabs_for_function): Likewise.
1434 (debug_qf_expand_all_symtabs): Likewise.
1435 (debug_qf_expand_symtabs_with_fullname): Likewise.
1436 (debug_qf_map_matching_symbols): Likewise.
1437 (debug_qf_expand_symtabs_matching): Likewise.
1438 (debug_qf_find_pc_sect_compunit_symtab): Likewise.
1439 (debug_qf_map_symbol_filenames): Likewise.
1440 (debug_sym_get_probes): Likewise.
1441 (debug_sym_new_init): Likewise.
1442 (debug_sym_init): Likewise.
1443 (debug_sym_read): Likewise.
1444 (debug_sym_read_psymbols): Likewise.
1445 (debug_sym_finish): Likewise.
1446 (debug_sym_offsets): Likewise.
1447 (debug_sym_read_linetable): Likewise.
1448 (debug_sym_relocate): Likewise.
1449 (uninstall_symfile_debug_logging): Likewise.
1450 * symfile-mem.c (symbol_file_add_from_memory_wrapper): Likewise.
1451 * symfile.c (place_section): Likewise.
1452 (add_section_size_callback): Likewise.
1453 (load_progress): Likewise.
1454 (load_section_callback): Likewise.
1455 (clear_memory_write_data): Likewise.
1456 (allocate_symtab): Likewise.
1457 * symmisc.c (maintenance_expand_file_matcher): Likewise.
1458 * symtab.c (lookup_symtab_callback): Likewise.
1459 (hash_demangled_name_entry): Likewise.
1460 (eq_demangled_name_entry): Likewise.
1461 (get_symbol_cache): Likewise.
1462 (symbol_cache_cleanup): Likewise.
1463 (set_symbol_cache_size): Likewise.
1464 (symbol_cache_flush): Likewise.
1465 (maintenance_print_symbol_cache): Likewise.
1466 (maintenance_print_symbol_cache_statistics): Likewise.
1467 (delete_filename_seen_cache): Likewise.
1468 (output_partial_symbol_filename): Likewise.
1469 (search_symbols_file_matches): Likewise.
1470 (search_symbols_name_matches): Likewise.
1471 (do_free_completion_list): Likewise.
1472 (maybe_add_partial_symtab_filename): Likewise.
1473 (get_main_info): Likewise.
1474 (main_info_cleanup): Likewise.
1475 * target-dcache.c (target_dcache_cleanup): Likewise.
1476 (target_dcache_init_p): Likewise.
1477 (target_dcache_invalidate): Likewise.
1478 (target_dcache_get): Likewise.
1479 (target_dcache_get_or_init): Likewise.
1480 * target-descriptions.c (target_find_description): Likewise.
1481 (tdesc_find_type): Likewise.
1482 (tdesc_data_cleanup): Likewise.
1483 (tdesc_find_arch_register): Likewise.
1484 (tdesc_register_name): Likewise.
1485 (tdesc_register_type): Likewise.
1486 (tdesc_register_reggroup_p): Likewise.
1487 (set_tdesc_pseudo_register_name): Likewise.
1488 (set_tdesc_pseudo_register_type): Likewise.
1489 (set_tdesc_pseudo_register_reggroup_p): Likewise.
1490 (tdesc_use_registers): Likewise.
1491 (free_target_description): Likewise.
1492 * target-memory.c (compare_block_starting_address): Likewise.
1493 (cleanup_request_data): Likewise.
1494 (cleanup_write_requests_vector): Likewise.
1495 * target.c (open_target): Likewise.
1496 (cleanup_restore_target_terminal): Likewise.
1497 (free_memory_read_result_vector): Likewise.
1498 * thread.c (disable_thread_stack_temporaries): Likewise.
1499 (finish_thread_state_cleanup): Likewise.
1500 (do_restore_current_thread_cleanup): Likewise.
1501 (restore_current_thread_cleanup_dtor): Likewise.
1502 (set_thread_refcount): Likewise.
1503 (tp_array_compar): Likewise.
1504 (do_captured_thread_select): Likewise.
1505 * tic6x-tdep.c (tic6x_frame_unwind_cache): Likewise.
1506 (tic6x_stub_this_id): Likewise.
1507 * tilegx-tdep.c (tilegx_frame_cache): Likewise.
1508 * top.c (do_restore_instream_cleanup): Likewise.
1509 (gdb_readline_wrapper_cleanup): Likewise.
1510 (kill_or_detach): Likewise.
1511 (print_inferior_quit_action): Likewise.
1512 * tracefile-tfile.c (match_blocktype): Likewise.
1513 (build_traceframe_info): Likewise.
1514 * tracefile.c (trace_file_writer_xfree): Likewise.
1515 * tracepoint.c (memrange_cmp): Likewise.
1516 (do_collect_symbol): Likewise.
1517 (do_clear_collection_list): Likewise.
1518 (do_restore_current_traceframe_cleanup): Likewise.
1519 (restore_current_traceframe_cleanup_dtor): Likewise.
1520 (free_current_marker): Likewise.
1521 (traceframe_info_start_memory): Likewise.
1522 (traceframe_info_start_tvar): Likewise.
1523 (free_result): Likewise.
1524 * tramp-frame.c (tramp_frame_cache): Likewise.
1525 * tui/tui-file.c (tui_file_delete): Likewise.
1526 (tui_fileopen): Likewise.
1527 (tui_sfileopen): Likewise.
1528 (tui_file_isatty): Likewise.
1529 (tui_file_rewind): Likewise.
1530 (tui_file_put): Likewise.
1531 (tui_file_fputs): Likewise.
1532 (tui_file_get_strbuf): Likewise.
1533 (tui_file_adjust_strbuf): Likewise.
1534 (tui_file_flush): Likewise.
1535 * tui/tui-layout.c (make_command_window): Likewise.
1536 (make_data_window): Likewise.
1537 (show_source_disasm_command): Likewise.
1538 (show_data): Likewise.
1539 (make_source_or_disasm_window): Likewise.
1540 (show_source_or_disasm_and_command): Likewise.
1541 * tui/tui-out.c (tui_field_int): Likewise.
1542 (tui_field_string): Likewise.
1543 (tui_field_fmt): Likewise.
1544 (tui_text): Likewise.
1545 * typeprint.c (hash_typedef_field): Likewise.
1546 (eq_typedef_field): Likewise.
1547 (do_free_typedef_hash): Likewise.
1548 (copy_typedef_hash_element): Likewise.
1549 (do_free_global_table): Likewise.
1550 (find_global_typedef): Likewise.
1551 (find_typedef_in_hash): Likewise.
1552 * ui-file.c (ui_file_write_for_put): Likewise.
1553 (do_ui_file_xstrdup): Likewise.
1554 (mem_file_delete): Likewise.
1555 (mem_file_rewind): Likewise.
1556 (mem_file_put): Likewise.
1557 (mem_file_write): Likewise.
1558 (stdio_file_delete): Likewise.
1559 (stdio_file_flush): Likewise.
1560 (stdio_file_read): Likewise.
1561 (stdio_file_write): Likewise.
1562 (stdio_file_write_async_safe): Likewise.
1563 (stdio_file_fputs): Likewise.
1564 (stdio_file_isatty): Likewise.
1565 (stdio_file_fseek): Likewise.
1566 (tee_file_delete): Likewise.
1567 (tee_file_flush): Likewise.
1568 (tee_file_write): Likewise.
1569 (tee_file_fputs): Likewise.
1570 (tee_file_isatty): Likewise.
1571 * ui-out.c (do_cleanup_table_end): Likewise.
1572 (do_cleanup_end): Likewise.
1573 * user-regs.c (user_reg_add): Likewise.
1574 (user_reg_map_name_to_regnum): Likewise.
1575 (usernum_to_user_reg): Likewise.
1576 (maintenance_print_user_registers): Likewise.
1577 * utils.c (do_bfd_close_cleanup): Likewise.
1578 (do_fclose_cleanup): Likewise.
1579 (do_obstack_free): Likewise.
1580 (do_ui_file_delete): Likewise.
1581 (do_ui_out_redirect_pop): Likewise.
1582 (do_free_section_addr_info): Likewise.
1583 (restore_integer): Likewise.
1584 (do_unpush_target): Likewise.
1585 (do_htab_delete_cleanup): Likewise.
1586 (do_restore_ui_file): Likewise.
1587 (do_value_free): Likewise.
1588 (do_free_so): Likewise.
1589 (free_current_contents): Likewise.
1590 (do_regfree_cleanup): Likewise.
1591 (core_addr_hash): Likewise.
1592 (core_addr_eq): Likewise.
1593 (do_free_char_ptr_vec): Likewise.
1594 * v850-tdep.c (v850_frame_cache): Likewise.
1595 * varobj.c (do_free_variable_cleanup): Likewise.
1596 * vax-tdep.c (vax_supply_gregset): Likewise.
1597 (vax_frame_cache): Likewise.
1598 * vaxobsd-tdep.c (vaxobsd_sigtramp_frame_cache): Likewise.
1599 * xml-support.c (gdb_xml_body_text): Likewise.
1600 (gdb_xml_values_cleanup): Likewise.
1601 (gdb_xml_start_element): Likewise.
1602 (gdb_xml_start_element_wrapper): Likewise.
1603 (gdb_xml_end_element): Likewise.
1604 (gdb_xml_end_element_wrapper): Likewise.
1605 (gdb_xml_cleanup): Likewise.
1606 (gdb_xml_fetch_external_entity): Likewise.
1607 (gdb_xml_parse_attr_enum): Likewise.
1608 (xinclude_start_include): Likewise.
1609 (xinclude_end_include): Likewise.
1610 (xml_xinclude_default): Likewise.
1611 (xml_xinclude_start_doctype): Likewise.
1612 (xml_xinclude_end_doctype): Likewise.
1613 (xml_xinclude_cleanup): Likewise.
1614 (xml_fetch_content_from_file): Likewise.
1615 * xml-syscall.c (free_syscalls_info): Likewise.
1616 (syscall_start_syscall): Likewise.
1617 * xml-tdesc.c (tdesc_end_arch): Likewise.
1618 (tdesc_end_osabi): Likewise.
1619 (tdesc_end_compatible): Likewise.
1620 (tdesc_start_target): Likewise.
1621 (tdesc_start_feature): Likewise.
1622 (tdesc_start_reg): Likewise.
1623 (tdesc_start_union): Likewise.
1624 (tdesc_start_struct): Likewise.
1625 (tdesc_start_flags): Likewise.
1626 (tdesc_start_field): Likewise.
1627 (tdesc_start_vector): Likewise.
1628 (fetch_available_features_from_target): Likewise.
1629 * xstormy16-tdep.c (xstormy16_frame_cache): Likewise.
1630 * xtensa-tdep.c (xtensa_supply_gregset): Likewise.
1631 (xtensa_frame_cache): Likewise.
1632 (xtensa_frame_prev_register): Likewise.
1633 (xtensa_extract_return_value): Likewise.
1634
9a3c8263
SM
16352015-09-25 Simon Marchi <simon.marchi@ericsson.com>
1636
1637 * aarch64-tdep.c (aarch64_make_prologue_cache): Add cast(s).
1638 (aarch64_make_stub_cache): Likewise.
1639 (value_of_aarch64_user_reg): Likewise.
1640 * ada-lang.c (ada_inferior_data_cleanup): Likewise.
1641 (get_ada_inferior_data): Likewise.
1642 (get_ada_pspace_data): Likewise.
1643 (ada_pspace_data_cleanup): Likewise.
1644 (ada_complete_symbol_matcher): Likewise.
1645 (ada_exc_search_name_matches): Likewise.
1646 * ada-tasks.c (get_ada_tasks_pspace_data): Likewise.
1647 (get_ada_tasks_inferior_data): Likewise.
1648 * addrmap.c (addrmap_mutable_foreach_worker): Likewise.
1649 (splay_obstack_alloc): Likewise.
1650 (splay_obstack_free): Likewise.
1651 * alpha-linux-tdep.c (alpha_linux_supply_gregset): Likewise.
1652 (alpha_linux_collect_gregset): Likewise.
1653 (alpha_linux_supply_fpregset): Likewise.
1654 (alpha_linux_collect_fpregset): Likewise.
1655 * alpha-mdebug-tdep.c (alpha_mdebug_frame_unwind_cache): Likewise.
1656 * alpha-tdep.c (alpha_lds): Likewise.
1657 (alpha_sts): Likewise.
1658 (alpha_sigtramp_frame_unwind_cache): Likewise.
1659 (alpha_heuristic_frame_unwind_cache): Likewise.
1660 (alpha_supply_int_regs): Likewise.
1661 (alpha_fill_int_regs): Likewise.
1662 (alpha_supply_fp_regs): Likewise.
1663 (alpha_fill_fp_regs): Likewise.
1664 * alphanbsd-tdep.c (alphanbsd_supply_fpregset): Likewise.
1665 (alphanbsd_aout_supply_gregset): Likewise.
1666 (alphanbsd_supply_gregset): Likewise.
1667 * amd64-linux-tdep.c (amd64_linux_init_abi): Likewise.
1668 (amd64_x32_linux_init_abi): Likewise.
1669 * amd64-nat.c (amd64_supply_native_gregset): Likewise.
1670 (amd64_collect_native_gregset): Likewise.
1671 * amd64-tdep.c (amd64_frame_cache): Likewise.
1672 (amd64_sigtramp_frame_cache): Likewise.
1673 (amd64_epilogue_frame_cache): Likewise.
1674 (amd64_supply_fxsave): Likewise.
1675 (amd64_supply_xsave): Likewise.
1676 (amd64_collect_fxsave): Likewise.
1677 (amd64_collect_xsave): Likewise.
1678 * amd64-windows-tdep.c (amd64_windows_frame_cache): Likewise.
1679 * amd64obsd-tdep.c (amd64obsd_trapframe_cache): Likewise.
1680 * arm-linux-tdep.c (arm_linux_supply_gregset): Likewise.
1681 (arm_linux_collect_gregset): Likewise.
1682 (arm_linux_supply_nwfpe): Likewise.
1683 (arm_linux_collect_nwfpe): Likewise.
1684 (arm_linux_supply_vfp): Likewise.
1685 (arm_linux_collect_vfp): Likewise.
1686 * arm-tdep.c (arm_find_mapping_symbol): Likewise.
1687 (arm_prologue_unwind_stop_reason): Likewise.
1688 (arm_prologue_this_id): Likewise.
1689 (arm_prologue_prev_register): Likewise.
1690 (arm_exidx_data_free): Likewise.
1691 (arm_find_exidx_entry): Likewise.
1692 (arm_stub_this_id): Likewise.
1693 (arm_m_exception_this_id): Likewise.
1694 (arm_m_exception_prev_register): Likewise.
1695 (arm_normal_frame_base): Likewise.
1696 (gdb_print_insn_arm): Likewise.
1697 (arm_objfile_data_free): Likewise.
1698 (arm_record_special_symbol): Likewise.
1699 (value_of_arm_user_reg): Likewise.
1700 * armbsd-tdep.c (armbsd_supply_fpregset): Likewise.
1701 (armbsd_supply_gregset): Likewise.
1702 * auto-load.c (auto_load_pspace_data_cleanup): Likewise.
1703 (get_auto_load_pspace_data): Likewise.
1704 (hash_loaded_script_entry): Likewise.
1705 (eq_loaded_script_entry): Likewise.
1706 (clear_section_scripts): Likewise.
1707 (collect_matching_scripts): Likewise.
1708 * auxv.c (auxv_inferior_data_cleanup): Likewise.
1709 (get_auxv_inferior_data): Likewise.
1710 * avr-tdep.c (avr_frame_unwind_cache): Likewise.
1711 * ax-general.c (do_free_agent_expr_cleanup): Likewise.
1712 * bfd-target.c (target_bfd_xfer_partial): Likewise.
1713 (target_bfd_xclose): Likewise.
1714 (target_bfd_get_section_table): Likewise.
1715 * bfin-tdep.c (bfin_frame_cache): Likewise.
1716 * block.c (find_block_in_blockvector): Likewise.
1717 (call_site_for_pc): Likewise.
1718 (block_find_non_opaque_type_preferred): Likewise.
1719 * break-catch-sig.c (signal_catchpoint_insert_location): Likewise.
1720 (signal_catchpoint_remove_location): Likewise.
1721 (signal_catchpoint_breakpoint_hit): Likewise.
1722 (signal_catchpoint_print_one): Likewise.
1723 (signal_catchpoint_print_mention): Likewise.
1724 (signal_catchpoint_print_recreate): Likewise.
1725 * break-catch-syscall.c (get_catch_syscall_inferior_data): Likewise.
1726 * breakpoint.c (do_cleanup_counted_command_line): Likewise.
1727 (bp_location_compare_addrs): Likewise.
1728 (get_first_locp_gte_addr): Likewise.
1729 (check_tracepoint_command): Likewise.
1730 (do_map_commands_command): Likewise.
1731 (get_breakpoint_objfile_data): Likewise.
1732 (free_breakpoint_probes): Likewise.
1733 (do_captured_breakpoint_query): Likewise.
1734 (compare_breakpoints): Likewise.
1735 (bp_location_compare): Likewise.
1736 (bpstat_remove_breakpoint_callback): Likewise.
1737 (do_delete_breakpoint_cleanup): Likewise.
1738 * bsd-uthread.c (bsd_uthread_set_supply_uthread): Likewise.
1739 (bsd_uthread_set_collect_uthread): Likewise.
1740 (bsd_uthread_activate): Likewise.
1741 (bsd_uthread_fetch_registers): Likewise.
1742 (bsd_uthread_store_registers): Likewise.
1743 * btrace.c (check_xml_btrace_version): Likewise.
1744 (parse_xml_btrace_block): Likewise.
1745 (parse_xml_btrace_pt_config_cpu): Likewise.
1746 (parse_xml_btrace_pt_raw): Likewise.
1747 (parse_xml_btrace_pt): Likewise.
1748 (parse_xml_btrace_conf_bts): Likewise.
1749 (parse_xml_btrace_conf_pt): Likewise.
1750 (do_btrace_data_cleanup): Likewise.
1751 * c-typeprint.c (find_typedef_for_canonicalize): Likewise.
1752 * charset.c (cleanup_iconv): Likewise.
1753 (do_cleanup_iterator): Likewise.
1754 * cli-out.c (cli_uiout_dtor): Likewise.
1755 (cli_table_begin): Likewise.
1756 (cli_table_body): Likewise.
1757 (cli_table_end): Likewise.
1758 (cli_table_header): Likewise.
1759 (cli_begin): Likewise.
1760 (cli_end): Likewise.
1761 (cli_field_int): Likewise.
1762 (cli_field_skip): Likewise.
1763 (cli_field_string): Likewise.
1764 (cli_field_fmt): Likewise.
1765 (cli_spaces): Likewise.
1766 (cli_text): Likewise.
1767 (cli_message): Likewise.
1768 (cli_wrap_hint): Likewise.
1769 (cli_flush): Likewise.
1770 (cli_redirect): Likewise.
1771 (out_field_fmt): Likewise.
1772 (field_separator): Likewise.
1773 (cli_out_set_stream): Likewise.
1774 * cli/cli-cmds.c (compare_symtabs): Likewise.
1775 * cli/cli-dump.c (call_dump_func): Likewise.
1776 (restore_section_callback): Likewise.
1777 * cli/cli-script.c (clear_hook_in_cleanup): Likewise.
1778 (do_restore_user_call_depth): Likewise.
1779 (do_free_command_lines_cleanup): Likewise.
1780 * coff-pe-read.c (get_section_vmas): Likewise.
1781 (pe_as16): Likewise.
1782 (pe_as32): Likewise.
1783 * coffread.c (coff_symfile_read): Likewise.
1784 * common/agent.c (agent_look_up_symbols): Likewise.
1785 * common/filestuff.c (do_close_cleanup): Likewise.
1786 * common/format.c (free_format_pieces_cleanup): Likewise.
1787 * common/vec.c (vec_o_reserve): Likewise.
1788 * compile/compile-c-support.c (print_one_macro): Likewise.
1789 * compile/compile-c-symbols.c (hash_symbol_error): Likewise.
1790 (eq_symbol_error): Likewise.
1791 (del_symbol_error): Likewise.
1792 (error_symbol_once): Likewise.
1793 (gcc_convert_symbol): Likewise.
1794 (gcc_symbol_address): Likewise.
1795 (hash_symname): Likewise.
1796 (eq_symname): Likewise.
1797 * compile/compile-c-types.c (hash_type_map_instance): Likewise.
1798 (eq_type_map_instance): Likewise.
1799 (insert_type): Likewise.
1800 (convert_type): Likewise.
1801 * compile/compile-object-load.c (munmap_listp_free_cleanup): Likewise.
1802 (setup_sections): Likewise.
1803 (link_hash_table_free): Likewise.
1804 (copy_sections): Likewise.
1805 * compile/compile-object-run.c (do_module_cleanup): Likewise.
1806 * compile/compile.c (compile_print_value): Likewise.
1807 (do_rmdir): Likewise.
1808 (cleanup_compile_instance): Likewise.
1809 (cleanup_unlink_file): Likewise.
1810 * completer.c (free_completion_tracker): Likewise.
1811 * corelow.c (add_to_spuid_list): Likewise.
1812 * cp-namespace.c (reset_directive_searched): Likewise.
1813 * cp-support.c (reset_directive_searched): Likewise.
1814 * cris-tdep.c (cris_sigtramp_frame_unwind_cache): Likewise.
1815 (cris_frame_unwind_cache): Likewise.
1816 * d-lang.c (builtin_d_type): Likewise.
1817 * d-namespace.c (reset_directive_searched): Likewise.
1818 * dbxread.c (dbx_free_symfile_info): Likewise.
1819 (do_free_bincl_list_cleanup): Likewise.
1820 * disasm.c (hash_dis_line_entry): Likewise.
1821 (eq_dis_line_entry): Likewise.
1822 (dis_asm_print_address): Likewise.
1823 (fprintf_disasm): Likewise.
1824 (do_ui_file_delete): Likewise.
1825 * doublest.c (convert_floatformat_to_doublest): Likewise.
1826 * dummy-frame.c (pop_dummy_frame_bpt): Likewise.
1827 (dummy_frame_prev_register): Likewise.
1828 (dummy_frame_this_id): Likewise.
1829 * dwarf2-frame-tailcall.c (cache_hash): Likewise.
1830 (cache_eq): Likewise.
1831 (cache_find): Likewise.
1832 (tailcall_frame_this_id): Likewise.
1833 (dwarf2_tailcall_prev_register_first): Likewise.
1834 (tailcall_frame_prev_register): Likewise.
1835 (tailcall_frame_dealloc_cache): Likewise.
1836 (tailcall_frame_prev_arch): Likewise.
1837 * dwarf2-frame.c (dwarf2_frame_state_free): Likewise.
1838 (dwarf2_frame_set_init_reg): Likewise.
1839 (dwarf2_frame_init_reg): Likewise.
1840 (dwarf2_frame_set_signal_frame_p): Likewise.
1841 (dwarf2_frame_signal_frame_p): Likewise.
1842 (dwarf2_frame_set_adjust_regnum): Likewise.
1843 (dwarf2_frame_adjust_regnum): Likewise.
1844 (clear_pointer_cleanup): Likewise.
1845 (dwarf2_frame_cache): Likewise.
1846 (find_cie): Likewise.
1847 (dwarf2_frame_find_fde): Likewise.
1848 * dwarf2expr.c (dwarf_expr_address_type): Likewise.
1849 (free_dwarf_expr_context_cleanup): Likewise.
1850 * dwarf2loc.c (locexpr_find_frame_base_location): Likewise.
1851 (locexpr_get_frame_base): Likewise.
1852 (loclist_find_frame_base_location): Likewise.
1853 (loclist_get_frame_base): Likewise.
1854 (dwarf_expr_dwarf_call): Likewise.
1855 (dwarf_expr_get_base_type): Likewise.
1856 (dwarf_expr_push_dwarf_reg_entry_value): Likewise.
1857 (dwarf_expr_get_obj_addr): Likewise.
1858 (entry_data_value_coerce_ref): Likewise.
1859 (entry_data_value_copy_closure): Likewise.
1860 (entry_data_value_free_closure): Likewise.
1861 (get_frame_address_in_block_wrapper): Likewise.
1862 (dwarf2_evaluate_property): Likewise.
1863 (dwarf2_compile_property_to_c): Likewise.
1864 (needs_frame_read_addr_from_reg): Likewise.
1865 (needs_frame_get_reg_value): Likewise.
1866 (needs_frame_frame_base): Likewise.
1867 (needs_frame_frame_cfa): Likewise.
1868 (needs_frame_tls_address): Likewise.
1869 (needs_frame_dwarf_call): Likewise.
1870 (needs_dwarf_reg_entry_value): Likewise.
1871 (get_ax_pc): Likewise.
1872 (locexpr_read_variable): Likewise.
1873 (locexpr_read_variable_at_entry): Likewise.
1874 (locexpr_read_needs_frame): Likewise.
1875 (locexpr_describe_location): Likewise.
1876 (locexpr_tracepoint_var_ref): Likewise.
1877 (locexpr_generate_c_location): Likewise.
1878 (loclist_read_variable): Likewise.
1879 (loclist_read_variable_at_entry): Likewise.
1880 (loclist_describe_location): Likewise.
1881 (loclist_tracepoint_var_ref): Likewise.
1882 (loclist_generate_c_location): Likewise.
1883 * dwarf2read.c (line_header_hash_voidp): Likewise.
1884 (line_header_eq_voidp): Likewise.
1885 (dwarf2_has_info): Likewise.
1886 (dwarf2_get_section_info): Likewise.
1887 (locate_dwz_sections): Likewise.
1888 (hash_file_name_entry): Likewise.
1889 (eq_file_name_entry): Likewise.
1890 (delete_file_name_entry): Likewise.
1891 (dw2_setup): Likewise.
1892 (dw2_get_file_names_reader): Likewise.
1893 (dw2_find_pc_sect_compunit_symtab): Likewise.
1894 (hash_signatured_type): Likewise.
1895 (eq_signatured_type): Likewise.
1896 (add_signatured_type_cu_to_table): Likewise.
1897 (create_debug_types_hash_table): Likewise.
1898 (lookup_dwo_signatured_type): Likewise.
1899 (lookup_dwp_signatured_type): Likewise.
1900 (lookup_signatured_type): Likewise.
1901 (hash_type_unit_group): Likewise.
1902 (eq_type_unit_group): Likewise.
1903 (get_type_unit_group): Likewise.
1904 (process_psymtab_comp_unit_reader): Likewise.
1905 (sort_tu_by_abbrev_offset): Likewise.
1906 (process_skeletonless_type_unit): Likewise.
1907 (psymtabs_addrmap_cleanup): Likewise.
1908 (dwarf2_read_symtab): Likewise.
1909 (psymtab_to_symtab_1): Likewise.
1910 (die_hash): Likewise.
1911 (die_eq): Likewise.
1912 (load_full_comp_unit_reader): Likewise.
1913 (reset_die_in_process): Likewise.
1914 (free_cu_line_header): Likewise.
1915 (handle_DW_AT_stmt_list): Likewise.
1916 (hash_dwo_file): Likewise.
1917 (eq_dwo_file): Likewise.
1918 (hash_dwo_unit): Likewise.
1919 (eq_dwo_unit): Likewise.
1920 (create_dwo_cu_reader): Likewise.
1921 (create_dwo_unit_in_dwp_v1): Likewise.
1922 (create_dwo_unit_in_dwp_v2): Likewise.
1923 (lookup_dwo_unit_in_dwp): Likewise.
1924 (dwarf2_locate_dwo_sections): Likewise.
1925 (dwarf2_locate_common_dwp_sections): Likewise.
1926 (dwarf2_locate_v2_dwp_sections): Likewise.
1927 (hash_dwp_loaded_cutus): Likewise.
1928 (eq_dwp_loaded_cutus): Likewise.
1929 (lookup_dwo_cutu): Likewise.
1930 (abbrev_table_free_cleanup): Likewise.
1931 (dwarf2_free_abbrev_table): Likewise.
1932 (find_partial_die_in_comp_unit): Likewise.
1933 (free_line_header_voidp): Likewise.
1934 (follow_die_offset): Likewise.
1935 (follow_die_sig_1): Likewise.
1936 (free_heap_comp_unit): Likewise.
1937 (free_stack_comp_unit): Likewise.
1938 (dwarf2_free_objfile): Likewise.
1939 (per_cu_offset_and_type_hash): Likewise.
1940 (per_cu_offset_and_type_eq): Likewise.
1941 (get_die_type_at_offset): Likewise.
1942 (partial_die_hash): Likewise.
1943 (partial_die_eq): Likewise.
1944 (dwarf2_per_objfile_free): Likewise.
1945 (hash_strtab_entry): Likewise.
1946 (eq_strtab_entry): Likewise.
1947 (add_string): Likewise.
1948 (hash_symtab_entry): Likewise.
1949 (eq_symtab_entry): Likewise.
1950 (delete_symtab_entry): Likewise.
1951 (cleanup_mapped_symtab): Likewise.
1952 (add_indices_to_cpool): Likewise.
1953 (hash_psymtab_cu_index): Likewise.
1954 (eq_psymtab_cu_index): Likewise.
1955 (add_address_entry_worker): Likewise.
1956 (unlink_if_set): Likewise.
1957 (write_one_signatured_type): Likewise.
1958 (save_gdb_index_command): Likewise.
1959 * elfread.c (elf_symtab_read): Likewise.
1960 (elf_gnu_ifunc_cache_hash): Likewise.
1961 (elf_gnu_ifunc_cache_eq): Likewise.
1962 (elf_gnu_ifunc_record_cache): Likewise.
1963 (elf_gnu_ifunc_resolve_by_cache): Likewise.
1964 (elf_get_probes): Likewise.
1965 (probe_key_free): Likewise.
1966 * f-lang.c (builtin_f_type): Likewise.
1967 * frame-base.c (frame_base_append_sniffer): Likewise.
1968 (frame_base_set_default): Likewise.
1969 (frame_base_find_by_frame): Likewise.
1970 * frame-unwind.c (frame_unwind_prepend_unwinder): Likewise.
1971 (frame_unwind_append_unwinder): Likewise.
1972 (frame_unwind_find_by_frame): Likewise.
1973 * frame.c (frame_addr_hash): Likewise.
1974 (frame_addr_hash_eq): Likewise.
1975 (frame_stash_find): Likewise.
1976 (do_frame_register_read): Likewise.
1977 (unwind_to_current_frame): Likewise.
1978 (frame_cleanup_after_sniffer): Likewise.
1979 * frv-linux-tdep.c (frv_linux_sigtramp_frame_cache): Likewise.
1980 * frv-tdep.c (frv_frame_unwind_cache): Likewise.
1981 * ft32-tdep.c (ft32_frame_cache): Likewise.
1982 * gcore.c (do_bfd_delete_cleanup): Likewise.
1983 (gcore_create_callback): Likewise.
1984 * gdb_bfd.c (hash_bfd): Likewise.
1985 (eq_bfd): Likewise.
1986 (gdb_bfd_open): Likewise.
1987 (free_one_bfd_section): Likewise.
1988 (gdb_bfd_ref): Likewise.
1989 (gdb_bfd_unref): Likewise.
1990 (get_section_descriptor): Likewise.
1991 (gdb_bfd_map_section): Likewise.
1992 (gdb_bfd_crc): Likewise.
1993 (gdb_bfd_mark_parent): Likewise.
1994 (gdb_bfd_record_inclusion): Likewise.
1995 (gdb_bfd_requires_relocations): Likewise.
1996 (print_one_bfd): Likewise.
1997 * gdbtypes.c (type_pair_hash): Likewise.
1998 (type_pair_eq): Likewise.
1999 (builtin_type): Likewise.
2000 (objfile_type): Likewise.
2001 * gnu-v3-abi.c (vtable_ptrdiff_type): Likewise.
2002 (vtable_address_point_offset): Likewise.
2003 (gnuv3_get_vtable): Likewise.
2004 (hash_value_and_voffset): Likewise.
2005 (eq_value_and_voffset): Likewise.
2006 (compare_value_and_voffset): Likewise.
2007 (compute_vtable_size): Likewise.
2008 (gnuv3_get_typeid_type): Likewise.
2009 * go-lang.c (builtin_go_type): Likewise.
2010 * guile/scm-block.c (bkscm_hash_block_smob): Likewise.
2011 (bkscm_eq_block_smob): Likewise.
2012 (bkscm_objfile_block_map): Likewise.
2013 (bkscm_del_objfile_blocks): Likewise.
2014 * guile/scm-breakpoint.c (bpscm_build_bp_list): Likewise.
2015 * guile/scm-disasm.c (gdbscm_disasm_read_memory_worker): Likewise.
2016 (gdbscm_disasm_print_address): Likewise.
2017 * guile/scm-frame.c (frscm_hash_frame_smob): Likewise.
2018 (frscm_eq_frame_smob): Likewise.
2019 (frscm_inferior_frame_map): Likewise.
2020 (frscm_del_inferior_frames): Likewise.
2021 * guile/scm-gsmob.c (gdbscm_add_objfile_ref): Likewise.
2022 * guile/scm-objfile.c (ofscm_handle_objfile_deleted): Likewise.
2023 (ofscm_objfile_smob_from_objfile): Likewise.
2024 * guile/scm-ports.c (ioscm_write): Likewise.
2025 (ioscm_file_port_delete): Likewise.
2026 (ioscm_file_port_rewind): Likewise.
2027 (ioscm_file_port_put): Likewise.
2028 (ioscm_file_port_write): Likewise.
2029 * guile/scm-progspace.c (psscm_handle_pspace_deleted): Likewise.
2030 (psscm_pspace_smob_from_pspace): Likewise.
2031 * guile/scm-safe-call.c (scscm_recording_pre_unwind_handler): Likewise.
2032 (scscm_recording_unwind_handler): Likewise.
2033 (gdbscm_with_catch): Likewise.
2034 (scscm_call_0_body): Likewise.
2035 (scscm_call_1_body): Likewise.
2036 (scscm_call_2_body): Likewise.
2037 (scscm_call_3_body): Likewise.
2038 (scscm_call_4_body): Likewise.
2039 (scscm_apply_1_body): Likewise.
2040 (scscm_eval_scheme_string): Likewise.
2041 (gdbscm_safe_eval_string): Likewise.
2042 (scscm_source_scheme_script): Likewise.
2043 (gdbscm_safe_source_script): Likewise.
2044 * guile/scm-string.c (gdbscm_call_scm_to_stringn): Likewise.
2045 (gdbscm_call_scm_from_stringn): Likewise.
2046 * guile/scm-symbol.c (syscm_hash_symbol_smob): Likewise.
2047 (syscm_eq_symbol_smob): Likewise.
2048 (syscm_get_symbol_map): Likewise.
2049 (syscm_del_objfile_symbols): Likewise.
2050 * guile/scm-symtab.c (stscm_hash_symtab_smob): Likewise.
2051 (stscm_eq_symtab_smob): Likewise.
2052 (stscm_objfile_symtab_map): Likewise.
2053 (stscm_del_objfile_symtabs): Likewise.
2054 * guile/scm-type.c (tyscm_hash_type_smob): Likewise.
2055 (tyscm_eq_type_smob): Likewise.
2056 (tyscm_type_map): Likewise.
2057 (tyscm_copy_type_recursive): Likewise.
2058 (save_objfile_types): Likewise.
2059 * guile/scm-utils.c (extract_arg): Likewise.
2060 * h8300-tdep.c (h8300_frame_cache): Likewise.
2061 * hppa-linux-tdep.c (hppa_linux_sigtramp_frame_unwind_cache): Likewise.
2062 * hppa-tdep.c (compare_unwind_entries): Likewise.
2063 (find_unwind_entry): Likewise.
2064 (hppa_frame_cache): Likewise.
2065 (hppa_stub_frame_unwind_cache): Likewise.
2066 * hppanbsd-tdep.c (hppanbsd_supply_gregset): Likewise.
2067 * hppaobsd-tdep.c (hppaobsd_supply_gregset): Likewise.
2068 (hppaobsd_supply_fpregset): Likewise.
2069 * i386-cygwin-tdep.c (core_process_module_section): Likewise.
2070 * i386-linux-tdep.c (i386_linux_init_abi): Likewise.
2071 * i386-tdep.c (i386_frame_cache): Likewise.
2072 (i386_epilogue_frame_cache): Likewise.
2073 (i386_sigtramp_frame_cache): Likewise.
2074 (i386_supply_gregset): Likewise.
2075 (i386_collect_gregset): Likewise.
2076 (i386_gdbarch_init): Likewise.
2077 * i386obsd-tdep.c (i386obsd_aout_supply_regset): Likewise.
2078 (i386obsd_trapframe_cache): Likewise.
2079 * i387-tdep.c (i387_supply_fsave): Likewise.
2080 (i387_collect_fsave): Likewise.
2081 (i387_supply_fxsave): Likewise.
2082 (i387_collect_fxsave): Likewise.
2083 (i387_supply_xsave): Likewise.
2084 (i387_collect_xsave): Likewise.
2085 * ia64-tdep.c (ia64_frame_cache): Likewise.
2086 (ia64_sigtramp_frame_cache): Likewise.
2087 * infcmd.c (attach_command_continuation): Likewise.
2088 (attach_command_continuation_free_args): Likewise.
2089 * inferior.c (restore_inferior): Likewise.
2090 (delete_thread_of_inferior): Likewise.
2091 * inflow.c (inflow_inferior_data_cleanup): Likewise.
2092 (get_inflow_inferior_data): Likewise.
2093 (inflow_inferior_exit): Likewise.
2094 * infrun.c (displaced_step_clear_cleanup): Likewise.
2095 (restore_current_uiout_cleanup): Likewise.
2096 (release_stop_context_cleanup): Likewise.
2097 (do_restore_infcall_suspend_state_cleanup): Likewise.
2098 (do_restore_infcall_control_state_cleanup): Likewise.
2099 (restore_inferior_ptid): Likewise.
2100 * inline-frame.c (block_starting_point_at): Likewise.
2101 * iq2000-tdep.c (iq2000_frame_cache): Likewise.
2102 * jit.c (get_jit_objfile_data): Likewise.
2103 (get_jit_program_space_data): Likewise.
2104 (jit_object_close_impl): Likewise.
2105 (jit_find_objf_with_entry_addr): Likewise.
2106 (jit_breakpoint_deleted): Likewise.
2107 (jit_unwind_reg_set_impl): Likewise.
2108 (jit_unwind_reg_get_impl): Likewise.
2109 (jit_dealloc_cache): Likewise.
2110 (jit_frame_sniffer): Likewise.
2111 (jit_frame_prev_register): Likewise.
2112 (jit_prepend_unwinder): Likewise.
2113 (jit_inferior_exit_hook): Likewise.
2114 (free_objfile_data): Likewise.
2115 * jv-lang.c (jv_per_objfile_free): Likewise.
2116 (get_dynamics_objfile): Likewise.
2117 (get_java_class_symtab): Likewise.
2118 (builtin_java_type): Likewise.
2119 * language.c (language_string_char_type): Likewise.
2120 (language_bool_type): Likewise.
2121 (language_lookup_primitive_type): Likewise.
2122 (language_lookup_primitive_type_as_symbol): Likewise.
2123 * linespec.c (hash_address_entry): Likewise.
2124 (eq_address_entry): Likewise.
2125 (iterate_inline_only): Likewise.
2126 (iterate_name_matcher): Likewise.
2127 (decode_line_2_compare_items): Likewise.
2128 (collect_one_symbol): Likewise.
2129 (compare_symbols): Likewise.
2130 (compare_msymbols): Likewise.
2131 (add_symtabs_to_list): Likewise.
2132 (collect_symbols): Likewise.
2133 (compare_msyms): Likewise.
2134 (add_minsym): Likewise.
2135 (cleanup_linespec_result): Likewise.
2136 * linux-fork.c (inferior_call_waitpid_cleanup): Likewise.
2137 * linux-nat.c (delete_lwp_cleanup): Likewise.
2138 (count_events_callback): Likewise.
2139 (select_event_lwp_callback): Likewise.
2140 (resume_stopped_resumed_lwps): Likewise.
2141 * linux-tdep.c (get_linux_gdbarch_data): Likewise.
2142 (invalidate_linux_cache_inf): Likewise.
2143 (get_linux_inferior_data): Likewise.
2144 (linux_find_memory_regions_thunk): Likewise.
2145 (linux_make_mappings_callback): Likewise.
2146 (linux_corefile_thread_callback): Likewise.
2147 (find_mapping_size): Likewise.
2148 * linux-thread-db.c (find_new_threads_callback): Likewise.
2149 * lm32-tdep.c (lm32_frame_cache): Likewise.
2150 * m2-lang.c (builtin_m2_type): Likewise.
2151 * m32c-tdep.c (m32c_analyze_frame_prologue): Likewise.
2152 * m32r-linux-tdep.c (m32r_linux_sigtramp_frame_cache): Likewise.
2153 (m32r_linux_supply_gregset): Likewise.
2154 (m32r_linux_collect_gregset): Likewise.
2155 * m32r-tdep.c (m32r_frame_unwind_cache): Likewise.
2156 * m68hc11-tdep.c (m68hc11_frame_unwind_cache): Likewise.
2157 * m68k-tdep.c (m68k_frame_cache): Likewise.
2158 * m68kbsd-tdep.c (m68kbsd_supply_fpregset): Likewise.
2159 (m68kbsd_supply_gregset): Likewise.
2160 * m68klinux-tdep.c (m68k_linux_sigtramp_frame_cache): Likewise.
2161 * m88k-tdep.c (m88k_frame_cache): Likewise.
2162 (m88k_supply_gregset): Likewise.
2163
224c3ddb
SM
21642015-09-25 Simon Marchi <simon.marchi@ericsson.com>
2165
2166 * aarch64-linux-tdep.c (aarch64_stap_parse_special_token): Add cast
2167 to allocation result assignment.
2168 * ada-exp.y (write_object_renaming): Likewise.
2169 (write_ambiguous_var): Likewise.
2170 (ada_nget_field_index): Likewise.
2171 (write_var_or_type): Likewise.
2172 * ada-lang.c (ada_decode_symbol): Likewise.
2173 (ada_value_assign): Likewise.
2174 (value_pointer): Likewise.
2175 (cache_symbol): Likewise.
2176 (add_nonlocal_symbols): Likewise.
2177 (ada_name_for_lookup): Likewise.
2178 (symbol_completion_add): Likewise.
2179 (ada_to_fixed_type_1): Likewise.
2180 (ada_get_next_arg): Likewise.
2181 (defns_collected): Likewise.
2182 * ada-lex.l (processId): Likewise.
2183 (processString): Likewise.
2184 * ada-tasks.c (read_known_tasks_array): Likewise.
2185 (read_known_tasks_list): Likewise.
2186 * ada-typeprint.c (decoded_type_name): Likewise.
2187 * addrmap.c (addrmap_mutable_create_fixed): Likewise.
2188 * amd64-tdep.c (amd64_push_arguments): Likewise.
2189 (amd64_displaced_step_copy_insn): Likewise.
2190 (amd64_classify_insn_at): Likewise.
2191 (amd64_relocate_instruction): Likewise.
2192 * amd64obsd-tdep.c (amd64obsd_sigtramp_p): Likewise.
2193 * arch-utils.c (simple_displaced_step_copy_insn): Likewise.
2194 (initialize_current_architecture): Likewise.
2195 * arm-linux-tdep.c (arm_stap_parse_special_token): Likewise.
2196 * arm-symbian-tdep.c (arm_symbian_osabi_sniffer): Likewise.
2197 * arm-tdep.c (arm_exidx_new_objfile): Likewise.
2198 (arm_push_dummy_call): Likewise.
2199 (extend_buffer_earlier): Likewise.
2200 (arm_adjust_breakpoint_address): Likewise.
2201 (arm_skip_stub): Likewise.
2202 * auto-load.c (filename_is_in_pattern): Likewise.
2203 (maybe_add_script_file): Likewise.
2204 (maybe_add_script_text): Likewise.
2205 (auto_load_objfile_script_1): Likewise.
2206 * auxv.c (ld_so_xfer_auxv): Likewise.
2207 * ax-general.c (new_agent_expr): Likewise.
2208 (grow_expr): Likewise.
2209 (ax_reg_mask): Likewise.
2210 * bcache.c (bcache_full): Likewise.
2211 * breakpoint.c (program_breakpoint_here_p): Likewise.
2212 * btrace.c (parse_xml_raw): Likewise.
2213 * build-id.c (build_id_to_debug_bfd): Likewise.
2214 * buildsym.c (end_symtab_with_blockvector): Likewise.
2215 * c-exp.y (string_exp): Likewise.
2216 (qualified_name): Likewise.
2217 (write_destructor_name): Likewise.
2218 (operator_stoken): Likewise.
2219 (parse_number): Likewise.
2220 (scan_macro_expansion): Likewise.
2221 (yylex): Likewise.
2222 (c_print_token): Likewise.
2223 * c-lang.c (c_get_string): Likewise.
2224 (emit_numeric_character): Likewise.
2225 * charset.c (wchar_iterate): Likewise.
2226 * cli/cli-cmds.c (complete_command): Likewise.
2227 (make_command): Likewise.
2228 * cli/cli-dump.c (restore_section_callback): Likewise.
2229 (restore_binary_file): Likewise.
2230 * cli/cli-interp.c (cli_interpreter_exec): Likewise.
2231 * cli/cli-script.c (execute_control_command): Likewise.
2232 * cli/cli-setshow.c (do_set_command): Likewise.
2233 * coff-pe-read.c (add_pe_forwarded_sym): Likewise.
2234 (read_pe_exported_syms): Likewise.
2235 * coffread.c (coff_read_struct_type): Likewise.
2236 (coff_read_enum_type): Likewise.
2237 * common/btrace-common.c (btrace_data_append): Likewise.
2238 * common/buffer.c (buffer_grow): Likewise.
2239 * common/filestuff.c (gdb_fopen_cloexec): Likewise.
2240 * common/format.c (parse_format_string): Likewise.
2241 * common/gdb_vecs.c (delim_string_to_char_ptr_vec_append): Likewise.
2242 * common/xml-utils.c (xml_escape_text): Likewise.
2243 * compile/compile-object-load.c (copy_sections): Likewise.
2244 (compile_object_load): Likewise.
2245 * compile/compile-object-run.c (compile_object_run): Likewise.
2246 * completer.c (filename_completer): Likewise.
2247 * corefile.c (read_memory_typed_address): Likewise.
2248 (write_memory_unsigned_integer): Likewise.
2249 (write_memory_signed_integer): Likewise.
2250 (complete_set_gnutarget): Likewise.
2251 * corelow.c (get_core_register_section): Likewise.
2252 * cp-name-parser.y (d_grab): Likewise.
2253 (allocate_info): Likewise.
2254 (cp_new_demangle_parse_info): Likewise.
2255 * cp-namespace.c (cp_scan_for_anonymous_namespaces): Likewise.
2256 (cp_lookup_symbol_in_namespace): Likewise.
2257 (lookup_namespace_scope): Likewise.
2258 (find_symbol_in_baseclass): Likewise.
2259 (cp_lookup_nested_symbol): Likewise.
2260 (cp_lookup_transparent_type_loop): Likewise.
2261 * cp-support.c (copy_string_to_obstack): Likewise.
2262 (make_symbol_overload_list): Likewise.
2263 (make_symbol_overload_list_namespace): Likewise.
2264 (make_symbol_overload_list_adl_namespace): Likewise.
2265 (first_component_command): Likewise.
2266 * cp-valprint.c (cp_print_value): Likewise.
2267 * ctf.c (ctf_xfer_partial): Likewise.
2268 * d-exp.y (StringExp): Likewise.
2269 * d-namespace.c (d_lookup_symbol_in_module): Likewise.
2270 (lookup_module_scope): Likewise.
2271 (find_symbol_in_baseclass): Likewise.
2272 (d_lookup_nested_symbol): Likewise.
2273 * dbxread.c (find_stab_function_addr): Likewise.
2274 (read_dbx_symtab): Likewise.
2275 (dbx_end_psymtab): Likewise.
2276 (cp_set_block_scope): Likewise.
2277 * dcache.c (dcache_alloc): Likewise.
2278 * demangle.c (_initialize_demangler): Likewise.
2279 * dicos-tdep.c (dicos_load_module_p): Likewise.
2280 * dictionary.c (dict_create_hashed_expandable): Likewise.
2281 (dict_create_linear_expandable): Likewise.
2282 (expand_hashtable): Likewise.
2283 (add_symbol_linear_expandable): Likewise.
2284 * dwarf2-frame.c (add_cie): Likewise.
2285 (add_fde): Likewise.
2286 (dwarf2_build_frame_info): Likewise.
2287 * dwarf2expr.c (dwarf_expr_grow_stack): Likewise.
2288 (dwarf_expr_fetch_address): Likewise.
2289 (add_piece): Likewise.
2290 (execute_stack_op): Likewise.
2291 * dwarf2loc.c (chain_candidate): Likewise.
2292 (dwarf_entry_parameter_to_value): Likewise.
2293 (read_pieced_value): Likewise.
2294 (write_pieced_value): Likewise.
2295 * dwarf2read.c (dwarf2_read_section): Likewise.
2296 (add_type_unit): Likewise.
2297 (read_comp_units_from_section): Likewise.
2298 (fixup_go_packaging): Likewise.
2299 (dwarf2_compute_name): Likewise.
2300 (dwarf2_physname): Likewise.
2301 (create_dwo_unit_in_dwp_v1): Likewise.
2302 (create_dwo_unit_in_dwp_v2): Likewise.
2303 (read_func_scope): Likewise.
2304 (read_call_site_scope): Likewise.
2305 (dwarf2_attach_fields_to_type): Likewise.
2306 (process_structure_scope): Likewise.
2307 (mark_common_block_symbol_computed): Likewise.
2308 (read_common_block): Likewise.
2309 (abbrev_table_read_table): Likewise.
2310 (guess_partial_die_structure_name): Likewise.
2311 (fixup_partial_die): Likewise.
2312 (add_file_name): Likewise.
2313 (dwarf2_const_value_data): Likewise.
2314 (dwarf2_const_value_attr): Likewise.
2315 (build_error_marker_type): Likewise.
2316 (guess_full_die_structure_name): Likewise.
2317 (anonymous_struct_prefix): Likewise.
2318 (typename_concat): Likewise.
2319 (dwarf2_canonicalize_name): Likewise.
2320 (dwarf2_name): Likewise.
2321 (write_constant_as_bytes): Likewise.
2322 (dwarf2_fetch_constant_bytes): Likewise.
2323 (copy_string): Likewise.
2324 (parse_macro_definition): Likewise.
2325 * elfread.c (elf_symfile_segments): Likewise.
2326 (elf_rel_plt_read): Likewise.
2327 (elf_gnu_ifunc_resolve_by_cache): Likewise.
2328 (elf_gnu_ifunc_resolve_by_got): Likewise.
2329 (elf_read_minimal_symbols): Likewise.
2330 (elf_gnu_ifunc_record_cache): Likewise.
2331 * event-top.c (top_level_prompt): Likewise.
2332 (command_line_handler): Likewise.
2333 * exec.c (resize_section_table): Likewise.
2334 * expprint.c (print_subexp_standard): Likewise.
2335 * fbsd-tdep.c (fbsd_collect_regset_section_cb): Likewise.
2336 * findcmd.c (parse_find_args): Likewise.
2337 * findvar.c (address_from_register): Likewise.
2338 * frame.c (get_prev_frame_always): Likewise.
2339 * gdb_bfd.c (gdb_bfd_ref): Likewise.
2340 (get_section_descriptor): Likewise.
2341 * gdb_obstack.c (obconcat): Likewise.
2342 (obstack_strdup): Likewise.
2343 * gdbtypes.c (lookup_function_type_with_arguments): Likewise.
2344 (create_set_type): Likewise.
2345 (lookup_unsigned_typename): Likewise.
2346 (lookup_signed_typename): Likewise.
2347 (resolve_dynamic_union): Likewise.
2348 (resolve_dynamic_struct): Likewise.
2349 (add_dyn_prop): Likewise.
2350 (copy_dynamic_prop_list): Likewise.
2351 (arch_flags_type): Likewise.
2352 (append_composite_type_field_raw): Likewise.
2353 * gdbtypes.h (INIT_FUNC_SPECIFIC): Likewise.
2354 * gnu-v3-abi.c (gnuv3_rtti_type): Likewise.
2355 * go-exp.y (string_exp): Likewise.
2356 * go-lang.c (go_demangle): Likewise.
2357 * guile/guile.c (compute_scheme_string): Likewise.
2358 * guile/scm-cmd.c (gdbscm_parse_command_name): Likewise.
2359 (gdbscm_canonicalize_command_name): Likewise.
2360 * guile/scm-ports.c (ioscm_init_stdio_buffers): Likewise.
2361 (ioscm_init_memory_port): Likewise.
2362 (ioscm_reinit_memory_port): Likewise.
2363 * guile/scm-utils.c (gdbscm_gc_xstrdup): Likewise.
2364 (gdbscm_gc_dup_argv): Likewise.
2365 * h8300-tdep.c (h8300_push_dummy_call): Likewise.
2366 * hppa-tdep.c (internalize_unwinds): Likewise.
2367 (read_unwind_info): Likewise.
2368 * i386-cygwin-tdep.c (core_process_module_section): Likewise.
2369 (windows_core_xfer_shared_libraries): Likewise.
2370 * i386-tdep.c (i386_displaced_step_copy_insn): Likewise.
2371 (i386_stap_parse_special_token_triplet): Likewise.
2372 (i386_stap_parse_special_token_three_arg_disp): Likewise.
2373 * i386obsd-tdep.c (i386obsd_sigtramp_p): Likewise.
2374 * inf-child.c (inf_child_fileio_readlink): Likewise.
2375 * inf-ptrace.c (inf_ptrace_fetch_register): Likewise.
2376 (inf_ptrace_store_register): Likewise.
2377 * infrun.c (follow_exec): Likewise.
2378 (displaced_step_prepare_throw): Likewise.
2379 (save_stop_context): Likewise.
2380 (save_infcall_suspend_state): Likewise.
2381 * jit.c (jit_read_descriptor): Likewise.
2382 (jit_read_code_entry): Likewise.
2383 (jit_symtab_line_mapping_add_impl): Likewise.
2384 (finalize_symtab): Likewise.
2385 (jit_unwind_reg_get_impl): Likewise.
2386 * jv-exp.y (QualifiedName): Likewise.
2387 * jv-lang.c (get_java_utf8_name): Likewise.
2388 (type_from_class): Likewise.
2389 (java_demangle_type_signature): Likewise.
2390 (java_class_name_from_physname): Likewise.
2391 * jv-typeprint.c (java_type_print_base): Likewise.
2392 * jv-valprint.c (java_value_print): Likewise.
2393 * language.c (add_language): Likewise.
2394 * linespec.c (add_sal_to_sals_basic): Likewise.
2395 (add_sal_to_sals): Likewise.
2396 (decode_objc): Likewise.
2397 (find_linespec_symbols): Likewise.
2398 * linux-fork.c (fork_save_infrun_state): Likewise.
2399 * linux-nat.c (linux_nat_detach): Likewise.
2400 (linux_nat_fileio_readlink): Likewise.
2401 * linux-record.c (record_linux_sockaddr): Likewise.
2402 (record_linux_msghdr): Likewise.
2403 (Do): Likewise.
2404 * linux-tdep.c (linux_core_info_proc_mappings): Likewise.
2405 (linux_collect_regset_section_cb): Likewise.
2406 (linux_get_siginfo_data): Likewise.
2407 * linux-thread-db.c (try_thread_db_load_from_pdir_1): Likewise.
2408 (try_thread_db_load_from_dir): Likewise.
2409 (thread_db_load_search): Likewise.
2410 (info_auto_load_libthread_db): Likewise.
2411 * m32c-tdep.c (m32c_m16c_address_to_pointer): Likewise.
2412 (m32c_m16c_pointer_to_address): Likewise.
2413 * m68hc11-tdep.c (m68hc11_pseudo_register_write): Likewise.
2414 * m68k-tdep.c (m68k_get_longjmp_target): Likewise.
2415 * machoread.c (macho_check_dsym): Likewise.
2416 * macroexp.c (resize_buffer): Likewise.
2417 (gather_arguments): Likewise.
2418 (maybe_expand): Likewise.
2419 * macrotab.c (new_macro_key): Likewise.
2420 (new_source_file): Likewise.
2421 (new_macro_definition): Likewise.
2422 * mdebugread.c (parse_symbol): Likewise.
2423 (parse_type): Likewise.
2424 (parse_partial_symbols): Likewise.
2425 (psymtab_to_symtab_1): Likewise.
2426 * mem-break.c (default_memory_insert_breakpoint): Likewise.
2427 * mi/mi-cmd-break.c (mi_argv_to_format): Likewise.
2428 * mi/mi-main.c (mi_cmd_data_read_memory): Likewise.
2429 (mi_cmd_data_read_memory_bytes): Likewise.
2430 (mi_cmd_data_write_memory_bytes): Likewise.
2431 (mi_cmd_trace_frame_collected): Likewise.
2432 * mi/mi-parse.c (mi_parse_argv): Likewise.
2433 (mi_parse): Likewise.
2434 * minidebug.c (lzma_open): Likewise.
2435 (lzma_pread): Likewise.
2436 * mips-tdep.c (mips_read_fp_register_single): Likewise.
2437 (mips_print_fp_register): Likewise.
2438 * mipsnbsd-tdep.c (mipsnbsd_get_longjmp_target): Likewise.
2439 * mipsread.c (read_alphacoff_dynamic_symtab): Likewise.
2440 * mt-tdep.c (mt_register_name): Likewise.
2441 (mt_registers_info): Likewise.
2442 (mt_push_dummy_call): Likewise.
2443 * namespace.c (add_using_directive): Likewise.
2444 * nat/linux-btrace.c (perf_event_read): Likewise.
2445 (linux_enable_bts): Likewise.
2446 * nat/linux-osdata.c (linux_common_core_of_thread): Likewise.
2447 * nat/linux-ptrace.c (linux_ptrace_test_ret_to_nx): Likewise.
2448 * nto-tdep.c (nto_find_and_open_solib): Likewise.
2449 (nto_parse_redirection): Likewise.
2450 * objc-lang.c (objc_demangle): Likewise.
2451 (find_methods): Likewise.
2452 * objfiles.c (get_objfile_bfd_data): Likewise.
2453 (set_objfile_main_name): Likewise.
2454 (allocate_objfile): Likewise.
2455 (objfile_relocate): Likewise.
2456 (update_section_map): Likewise.
2457 * osabi.c (generic_elf_osabi_sniff_abi_tag_sections): Likewise.
2458 * p-exp.y (exp): Likewise.
2459 (yylex): Likewise.
2460 * p-valprint.c (pascal_object_print_value): Likewise.
2461 * parse.c (initialize_expout): Likewise.
2462 (mark_completion_tag): Likewise.
2463 (copy_name): Likewise.
2464 (parse_float): Likewise.
2465 (type_stack_reserve): Likewise.
2466 * ppc-linux-tdep.c (ppc_stap_parse_special_token): Likewise.
2467 (ppu2spu_prev_register): Likewise.
2468 * ppc-ravenscar-thread.c (supply_register_at_address): Likewise.
2469 * printcmd.c (printf_wide_c_string): Likewise.
2470 (printf_pointer): Likewise.
2471 * probe.c (parse_probes): Likewise.
2472 * python/py-cmd.c (gdbpy_parse_command_name): Likewise.
2473 (cmdpy_init): Likewise.
2474 * python/py-gdb-readline.c (gdbpy_readline_wrapper): Likewise.
2475 * python/py-symtab.c (set_sal): Likewise.
2476 * python/py-unwind.c (pyuw_sniffer): Likewise.
2477 * python/python.c (python_interactive_command): Likewise.
2478 (compute_python_string): Likewise.
2479 * ravenscar-thread.c (get_running_thread_id): Likewise.
2480 * record-full.c (record_full_exec_insn): Likewise.
2481 (record_full_core_open_1): Likewise.
2482 * regcache.c (regcache_raw_read_signed): Likewise.
2483 (regcache_raw_read_unsigned): Likewise.
2484 (regcache_cooked_read_signed): Likewise.
2485 (regcache_cooked_read_unsigned): Likewise.
2486 * remote-fileio.c (remote_fileio_func_open): Likewise.
2487 (remote_fileio_func_rename): Likewise.
2488 (remote_fileio_func_unlink): Likewise.
2489 (remote_fileio_func_stat): Likewise.
2490 (remote_fileio_func_system): Likewise.
2491 * remote-mips.c (mips_xfer_memory): Likewise.
2492 (mips_load_srec): Likewise.
2493 (pmon_end_download): Likewise.
2494 * remote.c (new_remote_state): Likewise.
2495 (map_regcache_remote_table): Likewise.
2496 (remote_register_number_and_offset): Likewise.
2497 (init_remote_state): Likewise.
2498 (get_memory_packet_size): Likewise.
2499 (remote_pass_signals): Likewise.
2500 (remote_program_signals): Likewise.
2501 (remote_start_remote): Likewise.
2502 (remote_check_symbols): Likewise.
2503 (remote_query_supported): Likewise.
2504 (extended_remote_attach): Likewise.
2505 (process_g_packet): Likewise.
2506 (store_registers_using_G): Likewise.
2507 (putpkt_binary): Likewise.
2508 (read_frame): Likewise.
2509 (compare_sections_command): Likewise.
2510 (remote_hostio_pread): Likewise.
2511 (remote_hostio_readlink): Likewise.
2512 (remote_file_put): Likewise.
2513 (remote_file_get): Likewise.
2514 (remote_pid_to_exec_file): Likewise.
2515 (_initialize_remote): Likewise.
2516 * rs6000-aix-tdep.c (rs6000_aix_ld_info_to_xml): Likewise.
2517 (rs6000_aix_core_xfer_shared_libraries_aix): Likewise.
2518 * rs6000-tdep.c (ppc_displaced_step_copy_insn): Likewise.
2519 (bfd_uses_spe_extensions): Likewise.
2520 * s390-linux-tdep.c (s390_displaced_step_copy_insn): Likewise.
2521 * score-tdep.c (score7_malloc_and_get_memblock): Likewise.
2522 * solib-dsbt.c (decode_loadmap): Likewise.
2523 (fetch_loadmap): Likewise.
2524 (scan_dyntag): Likewise.
2525 (enable_break): Likewise.
2526 (dsbt_relocate_main_executable): Likewise.
2527 * solib-frv.c (fetch_loadmap): Likewise.
2528 (enable_break2): Likewise.
2529 (frv_relocate_main_executable): Likewise.
2530 * solib-spu.c (spu_relocate_main_executable): Likewise.
2531 (spu_bfd_open): Likewise.
2532 * solib-svr4.c (lm_info_read): Likewise.
2533 (read_program_header): Likewise.
2534 (find_program_interpreter): Likewise.
2535 (scan_dyntag): Likewise.
2536 (elf_locate_base): Likewise.
2537 (open_symbol_file_object): Likewise.
2538 (read_program_headers_from_bfd): Likewise.
2539 (svr4_relocate_main_executable): Likewise.
2540 * solib-target.c (solib_target_relocate_section_addresses): Likewise.
2541 * solib.c (solib_find_1): Likewise.
2542 (exec_file_find): Likewise.
2543 (solib_find): Likewise.
2544 * source.c (openp): Likewise.
2545 (print_source_lines_base): Likewise.
2546 (forward_search_command): Likewise.
2547 * sparc-ravenscar-thread.c (supply_register_at_address): Likewise.
2548 * spu-tdep.c (spu2ppu_prev_register): Likewise.
2549 (spu_get_overlay_table): Likewise.
2550 * stabsread.c (patch_block_stabs): Likewise.
2551 (define_symbol): Likewise.
2552 (again:): Likewise.
2553 (read_member_functions): Likewise.
2554 (read_one_struct_field): Likewise.
2555 (read_enum_type): Likewise.
2556 (common_block_start): Likewise.
2557 * stack.c (read_frame_arg): Likewise.
2558 (backtrace_command): Likewise.
2559 * stap-probe.c (stap_parse_register_operand): Likewise.
2560 * symfile.c (syms_from_objfile_1): Likewise.
2561 (find_separate_debug_file): Likewise.
2562 (load_command): Likewise.
2563 (load_progress): Likewise.
2564 (load_section_callback): Likewise.
2565 (reread_symbols): Likewise.
2566 (add_filename_language): Likewise.
2567 (allocate_compunit_symtab): Likewise.
2568 (read_target_long_array): Likewise.
2569 (simple_read_overlay_table): Likewise.
2570 * symtab.c (symbol_set_names): Likewise.
2571 (resize_symbol_cache): Likewise.
2572 (rbreak_command): Likewise.
2573 (completion_list_add_name): Likewise.
2574 (completion_list_objc_symbol): Likewise.
2575 (add_filename_to_list): Likewise.
2576 * target-descriptions.c (maint_print_c_tdesc_cmd): Likewise.
2577 * target-memory.c (target_write_memory_blocks): Likewise.
2578 * target.c (target_read_string): Likewise.
2579 (read_whatever_is_readable): Likewise.
2580 (target_read_alloc_1): Likewise.
2581 (simple_search_memory): Likewise.
2582 (target_fileio_read_alloc_1): Likewise.
2583 * tilegx-tdep.c (tilegx_push_dummy_call): Likewise.
2584 * top.c (command_line_input): Likewise.
2585 * tracefile-tfile.c (tfile_fetch_registers): Likewise.
2586 * tracefile.c (tracefile_fetch_registers): Likewise.
2587 * tracepoint.c (add_memrange): Likewise.
2588 (init_collection_list): Likewise.
2589 (add_aexpr): Likewise.
2590 (trace_dump_actions): Likewise.
2591 (parse_trace_status): Likewise.
2592 (parse_tracepoint_definition): Likewise.
2593 (parse_tsv_definition): Likewise.
2594 (parse_static_tracepoint_marker_definition): Likewise.
2595 * tui/tui-file.c (tui_sfileopen): Likewise.
2596 (tui_file_adjust_strbuf): Likewise.
2597 * tui/tui-io.c (tui_expand_tabs): Likewise.
2598 * tui/tui-source.c (tui_set_source_content): Likewise.
2599 * typeprint.c (find_global_typedef): Likewise.
2600 * ui-file.c (do_ui_file_xstrdup): Likewise.
2601 (ui_file_obsavestring): Likewise.
2602 (mem_file_write): Likewise.
2603 * utils.c (make_hex_string): Likewise.
2604 (get_regcomp_error): Likewise.
2605 (puts_filtered_tabular): Likewise.
2606 (gdb_realpath_keepfile): Likewise.
2607 (ldirname): Likewise.
2608 (gdb_bfd_errmsg): Likewise.
2609 (substitute_path_component): Likewise.
2610 * valops.c (search_struct_method): Likewise.
2611 (find_oload_champ_namespace_loop): Likewise.
2612 * valprint.c (print_decimal_chars): Likewise.
2613 (read_string): Likewise.
2614 (generic_emit_char): Likewise.
2615 * varobj.c (varobj_delete): Likewise.
2616 (varobj_value_get_print_value): Likewise.
2617 * vaxobsd-tdep.c (vaxobsd_sigtramp_sniffer): Likewise.
2618 * windows-tdep.c (display_one_tib): Likewise.
2619 * xcoffread.c (read_xcoff_symtab): Likewise.
2620 (process_xcoff_symbol): Likewise.
2621 (swap_sym): Likewise.
2622 (scan_xcoff_symtab): Likewise.
2623 (xcoff_initial_scan): Likewise.
2624 * xml-support.c (gdb_xml_end_element): Likewise.
2625 (xml_process_xincludes): Likewise.
2626 (xml_fetch_content_from_file): Likewise.
2627 * xml-syscall.c (xml_list_of_syscalls): Likewise.
2628 * xstormy16-tdep.c (xstormy16_push_dummy_call): Likewise.
2629
623fb775 26302015-09-23 James Bowman <james.bowman@ftdichip.com>
2631
2632 * ft32-tdep.c (ft32_register_type): Return gdbarch_tdep (gdbarch)->pc_type
2633 instead of builtin_func_ptr.
2634 (ft32_pointer_to_address): New function.
2635 (ft32_address_class_type_flags): New function.
2636 (ft32_address_class_type_flags_to_name): New function.
2637 (ft32_address_class_name_to_type_flags): New function.
2638 (ft32_gdbarch_init): Set tdep->pc_type. Call
2639 set_gdbarch_pointer_to_address,
2640 set_gdbarch_address_class_type_flags
2641 set_gdbarch_address_class_name_to_type_flags,
2642 and set_gdbarch_address_class_type_flags_to_name.
2643 * ft32-tdep.h (struct gdbarch_tdep) <pc_type>: New field.
2644
e6c2c623
PMR
26452015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
2646
2647 * ada-lang.c (ada_evaluate_subexp) <OP_FUNCALL>: When the input
2648 value is a reference, actually dereference it in order to get
2649 the underlying value.
2650
bc1f8cda
SM
26512015-09-22 Simon Marchi <simon.marchi@ericsson.com>
2652
2653 * stap-probe.c (handle_stap_probe): Remove unnecessary cast.
2654
acaa662f
SM
26552015-09-21 Simon Marchi <simon.marchi@ericsson.com>
2656
2657 * cli/cli-setshow.c (cmd_show_list): Constify a variable.
2658 * linespec.c (linespec_lexer_lex_string): Same.
2659
4d9d419e
PL
26602015-09-21 Pierre Langlois <pierre.langlois@arm.com>
2661
2662 * NEWS: Mention support for fast tracepoints on aarch64-linux.
2663
6ec5f4be
PL
26642015-09-21 Pierre Langlois <pierre.langlois@arm.com>
2665
2666 * aarch64-tdep.c (aarch64_analyze_prologue): New is_adrp
2667 variable. Call aarch64_decode_adr instead of
2668 aarch64_decode_adrp.
2669 * arch/aarch64-insn.h (aarch64_decode_adrp): Delete.
2670 (aarch64_decode_adr): New function declaration.
2671 * arch/aarch64-insn.c (aarch64_decode_adrp): Delete.
2672 (aarch64_decode_adr): New function, factored out from
2673 aarch64_decode_adrp to decode both adr and adrp instructions.
2674
787749ea
PL
26752015-09-21 Pierre Langlois <pierre.langlois@arm.com>
2676
2677 * Makefile.in (ALL_64_TARGET_OBS): Add aarch64-insn.o.
2678 (HFILES_NO_SRCDIR): Add arch/aarch64-insn.h.
2679 (aarch64-insn.o): New rule.
2680 * configure.tgt (aarch64*-*-elf): Add aarch64-insn.o.
2681 (aarch64*-*-linux*): Likewise.
2682 * arch/aarch64-insn.c: New file.
2683 * arch/aarch64-insn.h: New file.
2684 * aarch64-tdep.c: Include arch/aarch64-insn.h.
2685 (aarch64_debug): Move to arch/aarch64-insn.c. Declare in
2686 arch/aarch64-insn.h.
2687 (decode_add_sub_imm): Rename to ...
2688 (aarch64_decode_add_sub_imm): ... this.
2689 (decode_adrp): Rename to ...
2690 (aarch64_decode_adrp): ... this. Move to arch/aarch64-insn.c.
2691 Declare in arch/aarch64-insn.h.
2692 (decode_b): Rename to ...
2693 (aarch64_decode_b): ... this. Move to arch/aarch64-insn.c.
2694 Declare in arch/aarch64-insn.h.
2695 (decode_bcond): Rename to ...
2696 (aarch64_decode_bcond): ... this. Move to arch/aarch64-insn.c.
2697 Declare in arch/aarch64-insn.h.
2698 (decode_br): Rename to ...
2699 (aarch64_decode_br): ... this.
2700 (decode_cb): Rename to ...
2701 (aarch64_decode_cb): ... this. Move to arch/aarch64-insn.c.
2702 Declare in arch/aarch64-insn.h.
2703 (decode_eret): Rename to ...
2704 (aarch64_decode_eret): ... this.
2705 (decode_movz): Rename to ...
2706 (aarch64_decode_movz): ... this.
2707 (decode_orr_shifted_register_x): Rename to ...
2708 (aarch64_decode_orr_shifted_register_x): ... this.
2709 (decode_ret): Rename to ...
2710 (aarch64_decode_ret): ... this.
2711 (decode_stp_offset): Rename to ...
2712 (aarch64_decode_stp_offset): ... this.
2713 (decode_stp_offset_wb): Rename to ...
2714 (aarch64_decode_stp_offset_wb): ... this.
2715 (decode_stur): Rename to ...
2716 (aarch64_decode_stur): ... this.
2717 (decode_tb): Rename to ...
2718 (aarch64_decode_tb): ... this. Move to arch/aarch64-insn.c.
2719 Declare in arch/aarch64-insn.h.
2720 (aarch64_analyze_prologue): Adjust calls to renamed functions.
2721
183dc7ec
DE
27222015-09-20 Doug Evans <xdje42@gmail.com>
2723
2724 * dwarf2read.c (add_partial_symbol): Remove outdated comments.
2725
2ee7123e
DE
27262015-09-20 Doug Evans <xdje42@gmail.com>
2727
2728 * dwarf2read.c (dwarf2_compute_name): Add FIXME. Don't use a local
2729 variable name that collides with a parameter.
2730
7d1c9c9b
JB
27312015-09-20 Joel Brobecker <brobecker@adacore.com>
2732
2733 * dwarf2loc.c (locexpr_get_frame_base): Renames
2734 block_op_get_frame_base.
2735 (dwarf2_block_frame_base_locexpr_funcs): Replace reference to
2736 block_op_get_frame_base by reference to locexpr_get_frame_base.
2737 (loclist_get_frame_base): New function, near identical copy of
2738 locexpr_get_frame_base.
2739 (dwarf2_block_frame_base_loclist_funcs): Replace reference to
2740 block_op_get_frame_base by reference to loclist_get_frame_base.
2741
7dc7c195
DE
27422015-09-19 Doug Evans <xdje42@gmail.com>
2743
2744 * ravenscar-thread.c (ravenscar_inferior_created): Replace
2745 current_inferior ()->gdbarch with its wrapper target_gdbarch.
2746
be550b6e
DE
27472015-09-18 Doug Evans <xdje42@gmail.com>
2748
2749 * linux-thread-db.c (record_thread): Return the created thread.
2750 (thread_from_lwp): Likewise.
2751 (thread_db_get_thread_local_address): Update.
2752
615b3f62
DE
27532015-09-18 Doug Evans <xdje42@gmail.com>
2754
2755 * symtab.h (general_symbol_info) <mangled_lang>: Delete struct,
2756 move only member demangled_name up. All uses updated.
2757
015d2e7e
DE
27582015-09-18 Doug Evans <xdje42@gmail.com>
2759
2760 * findvar.c (default_read_var_value) <LOC_UNRESOLVED>: Include the
2761 kind of minimal symbol in the error message.
2762 * objfiles.c (objfile_flavour_name): New function.
2763 * objfiles.h (objfile_flavour_name): Declare.
2764
a0cc84cd
YQ
27652015-09-18 Yao Qi <yao.qi@linaro.org>
2766
2767 * nat/aarch64-linux.c: Include elf/common.h,
2768 nat/gdb_ptrace.h, asm/ptrace.h and sys/uio.h.
2769 (aarch64_ps_get_thread_area): New function.
2770 * nat/aarch64-linux.h: Include gdb_proc_service.h.
2771 (aarch64_ps_get_thread_area): Declare.
2772 * aarch64-linux-nat.c (ps_get_thread_area): Call
2773 aarch64_ps_get_thread_area.
2774
d2939ba2
MM
27752015-09-18 Markus Metzger <markus.t.metzger@intel.com>
2776
2777 * record-btrace.c (record_btrace_resume): Honour scheduler-locking.
2778
f2665db5
MM
27792015-09-18 Markus Metzger <markus.t.metzger@intel.com>
2780
2781 * NEWS: Announce new scheduler-locking mode.
2782 * infrun.c (schedlock_replay): New.
2783 (scheduler_enums): Add schedlock_replay.
2784 (scheduler_mode): Change default to schedlock_replay.
2785 (user_visible_resume_ptid): Handle schedlock_replay.
2786 (clear_proceed_status_thread): Stop replaying if resumed thread is
2787 not replaying.
2788 (schedlock_applies): Handle schedlock_replay.
2789 (_initialize_infrun): Document new scheduler-locking mode.
2790 * record-btrace.c (record_btrace_resume): Remove code to stop other
2791 threads when not replaying the resumed thread.
2792
7ff27e9b
MM
27932015-09-18 Markus Metzger <markus.t.metzger@intel.com>
2794
2795 * record-btrace.c ((record_btrace_will_replay): New.
2796 (init_record_btrace_ops): Initialize to_record_will_replay.
2797 * record-full.c ((record_full_will_replay): New.
2798 (init_record_full_ops): Initialize to_record_will_replay.
2799 * target-delegates.c: Regenerated.
2800 * target.c (target_record_will_replay): New.
2801 * target.h (struct target_ops) <to_record_will_replay>: New.
2802 (target_record_will_replay): New.
2803
797094dd
MM
28042015-09-18 Markus Metzger <markus.t.metzger@intel.com>
2805
2806 * record-btrace.c (record_btrace_resume): Call
2807 target_record_stop_replaying.
2808 (record_btrace_stop_replaying_all): New.
2809 (init_record_btrace_ops): Initialize to_record_stop_replaying.
2810 * record-full.c (record_full_stop_replaying): New.
2811 (init_record_full_ops ): Initialize to_record_stop_replaying.
2812 * target-delegates.c: Regenerated.
2813 * target.c (target_record_stop_replaying): New.
2814 * target.h (struct target_ops) <to_record_stop_replaying>: New.
2815 (target_record_stop_replaying): New.
2816
4d10e986
MM
28172015-09-18 Markus Metzger <markus.t.metzger@intel.com>
2818
2819 * record-btrace.c (record_btrace_xfer_partial)
2820 (record_btrace_store_registers, record_btrace_prepare_to_store):
2821 Call record_btrace_is_replaying with inferior_ptid instead of
2822 minus_one_ptid.
2823 (record_btrace_store_registers): Change error message.
2824
a52eab48
MM
28252015-09-18 Markus Metzger <markus.t.metzger@intel.com>
2826
2827 * record-btrace.c (record_btrace_is_replaying): Add ptid argument.
2828 Update users to pass minus_one_ptid.
2829 * record-full.c (record_full_is_replaying): Add ptid argument (ignored).
2830 * record.c (cmd_record_delete): Pass inferior_ptid to
2831 target_record_is_replaying.
2832 * target-delegates.c: Regenerated.
2833 * target.c (target_record_is_replaying): Add ptid argument.
2834 * target.h (struct target_ops) <to_record_is_replaying>: Add ptid
2835 argument.
2836 (target_record_is_replaying): Add ptid argument.
2837
cbb55fa7
MM
28382015-09-18 Markus Metzger <markus.t.metzger@intel.com>
2839
2840 * record-btrace.c (record_btrace_open): Remove non_stop check.
2841 * NEWS: Announce that record btrace supports non-stop mode.
2842
d1988021
MM
28432015-09-18 Markus Metzger <markus.t.metzger@intel.com>
2844
2845 * infrun.c (handle_inferior_event_1): Switch to the eventing thread
2846 in the TARKET_WAITKIND_NO_HISTORY case.
2847
a6b5be76
MM
28482015-09-18 Markus Metzger <markus.t.metzger@intel.com>
2849
2850 * record-btrace.c (record_btrace_maybe_mark_async_event): New.
2851 (record_btrace_wait): Call record_btrace_maybe_mark_async_event.
2852
ec71cc2f
MM
28532015-09-18 Markus Metzger <markus.t.metzger@intel.com>
2854
2855 * record-btrace.c (get_thread_current_frame): New.
2856 (record_btrace_start_replaying): Call get_thread_current_frame.
2857
0ca912df
MM
28582015-09-18 Markus Metzger <markus.t.metzger@intel.com>
2859
2860 * record-btrace.c (record_btrace_resume_thread): A move request
2861 overwrites a previous move request.
2862 (record_btrace_find_resume_thread): Removed.
2863 (record_btrace_resume): Resume all requested threads.
2864
e3cfc1c7
MM
28652015-09-18 Markus Metzger <markus.t.metzger@intel.com>
2866
2867 * record-btrace.c: Include vec.h.
2868 (record_btrace_find_thread_to_move): Removed.
2869 (btrace_step_no_resumed, btrace_step_again)
2870 (record_btrace_stop_replaying_at_end): New.
2871 (record_btrace_cancel_resume): Call record_btrace_stop_replaying_at_end.
2872 (record_btrace_single_step_forward): Remove calls to
2873 record_btrace_stop_replaying.
2874 (record_btrace_step_thread): Do only one step for BTHR_CONT and
2875 BTHR_RCONT. Keep threads at the end of their history moving.
2876 (record_btrace_wait): Call record_btrace_step_thread for all threads
2877 until one reports an event. Call record_btrace_stop_replaying_at_end
2878 for the eventing thread.
2879
cf8f8f0c
MM
28802015-09-18 Markus Metzger <markus.t.metzger@intel.com>
2881
2882 * record-btrace.c (record_btrace_single_step_forward): Return
2883 NO_HISTORY if a step brings us to the end of the execution history.
2884
011c71b6
MM
28852015-09-18 Markus Metzger <markus.t.metzger@intel.com>
2886
2887 * record-btrace.c (record_btrace_step_thread): Move breakpoint check
2888 to ...
2889 (record_btrace_single_step_forward): ... here and
2890 (record_btrace_single_step_backward): ... here.
2891
d825d248
MM
28922015-09-18 Markus Metzger <markus.t.metzger@intel.com>
2893
2894 * record-btrace.c (btrace_step_spurious)
2895 (record_btrace_single_step_forward)
2896 (record_btrace_single_step_backward): New.
2897 (record_btrace_step_thread): Call record_btrace_single_step_forward
2898 and record_btrace_single_step_backward.
2899
3c615f99
MM
29002015-09-18 Markus Metzger <markus.t.metzger@intel.com>
2901
2902 * record-btrace.c (record_btrace_replay_at_breakpoint): New.
2903 (record_btrace_step_thread): Call record_btrace_replay_at_breakpoint.
2904
987e68b1
MM
29052015-09-18 Markus Metzger <markus.t.metzger@intel.com>
2906
2907 * record-btrace.c (btrace_thread_flag_to_str)
2908 (record_btrace_cancel_resume): New.
2909 (record_btrace_step_thread): Call btrace_thread_flag_to_str.
2910 (record_btrace_resume): Print execution direction.
2911 (record_btrace_resume_thread): Call btrace_thread_flag_to_str.
2912 (record_btrace_wait): Call record_btrace_cancel_resume.
2913
6e4879f0
MM
29142015-09-18 Markus Metzger <markus.t.metzger@intel.com>
2915
2916 * btrace.h (enum btrace_thread_flag) <BTHR_STOP>: New.
2917 * record-btrace (record_btrace_resume_thread): Clear BTHR_STOP.
2918 (record_btrace_find_thread_to_move): Also accept threads that have
2919 BTHR_STOP set.
2920 (btrace_step_stopped_on_request, record_btrace_stop): New.
2921 (record_btrace_step_thread): Support BTHR_STOP.
2922 (record_btrace_wait): Also clear BTHR_STOP when stopping other threads.
2923 (init_record_btrace_ops): Initialize to_stop.
2924
5953356c
MM
29252015-09-18 Markus Metzger <markus.t.metzger@intel.com>
2926
2927 * record-btrace.c (record_btrace_wait): Replace non_stop check with
2928 target_is_non_stop_p ().
2929
bfca584f
PMR
29302015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
2931
2932 * ada-typeprint.c (print_array_type): Do not describe arrays as
2933 packed when they embed dynamic elements.
2934
5382cfab
PW
29352015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2936
2937 * symtab.h (address_class): Document that TLS variables
2938 are handled by LOC_UNRESOLVED.
2939 * findvar.c (default_read_var_value): Don't relocate TLS variables.
2940 * printcmd.c (address_info): Don't relocate TLS variables.
2941
b277c936
PL
29422015-09-15 Pierre Langlois <pierre.langlois@arm.com>
2943
2944 * aarch64-tdep.c (decode_add_sub_imm): Use debug_printf.
2945 (decode_adrp): Likewise.
2946 (decode_b): Likewise.
2947 (decode_bcond): Likewise.
2948 (decode_br): Likewise.
2949 (decode_cb): Likewise.
2950 (decode_eret): Likewise.
2951 (decode_movz): Likewise.
2952 (decode_orr_shifted_register_x): Likewise.
2953 (decode_ret): Likewise.
2954 (decode_stp_offset): Likewise.
2955 (decode_stp_offset_wb): Likewise.
2956 (decode_stur): Likewise.
2957 (decode_tb): Likewise.
2958 (aarch64_analyze_prologue): Likewise.
2959 (pass_in_x): Likewise.
2960 (pass_in_v): Likewise.
2961 (pass_on_stack): Likewise.
2962 (aarch64_push_dummy_call): Likewise.
2963 (aarch64_extract_return_value): Likewise.
2964 (aarch64_store_return_value): Likewise.
2965 (aarch64_return_value): Likewise.
2966 (aarch64_record_asimd_load_store): Likewise.
2967 (aarch64_record_load_store): Likewise.
2968 (aarch64_record_data_proc_simd_fp): Likewise.
2969
141c5cc4
JK
29702015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
2971
2972 * linespec.c (minsym_found): Call gdbarch_skip_entrypoint.
2973 * ppc64-tdep.c (ppc64_skip_trampoline_code): Rename to ...
2974 (ppc64_skip_trampoline_code_1): ... here.
2975 (ppc64_skip_trampoline_code): New wrapper function.
2976 * symtab.c (find_function_start_sal): Call gdbarch_skip_entrypoint.
2977
750ce8d1
YQ
29782015-09-15 Yao Qi <yao.qi@linaro.org>
2979
2980 * aarch64-linux-nat.c (aarch64_linux_can_do_single_step): New
2981 function.
2982 (_initialize_aarch64_linux_nat): Install it to to_can_do_single_step.
2983 * arm-linux-tdep.c (arm_linux_software_single_step): Return 0
2984 if target_can_do_single_step returns 1.
2985 * remote.c (struct vCont_action_support) <s, S>: New fields.
2986 (PACKET_vContSupported): New enum.
2987 (remote_protocol_features): New element for vContSupported.
2988 (remote_query_supported): Append "vContSupported+".
2989 (remote_vcont_probe): Remove support_s and support_S, use
2990 rs->supports_vCont.s and rs->supports_vCont.S instead. Disable
2991 vCont packet if c and C actions are not supported.
2992 (remote_can_do_single_step): New function.
2993 (init_remote_ops): Install it to to_can_do_single_step.
2994 (_initialize_remote): Call add_packet_config_cmd.
2995 * target.h (struct target_ops) <to_can_do_single_step>: New field.
2996 (target_can_do_single_step): New macro.
2997 * target-delegates.c: Re-generated.
2998
ade90bde
YQ
29992015-09-15 Yao Qi <yao.qi@linaro.org>
3000
3001 * aarch64-linux-nat.c (aarch64_linux_siginfo_fixup): New function.
3002 (_initialize_aarch64_linux_nat): Call linux_nat_set_siginfo_fixup.
3003 * nat/aarch64-linux.c (aarch64_compat_siginfo_from_siginfo):
3004 New function.
3005 (aarch64_siginfo_from_compat_siginfo): New function.
3006 * nat/aarch64-linux.h: Include signal.h.
3007 (compat_int_t, compat_uptr_t, compat_time_t): Typedef.
3008 (compat_timer_t, compat_clock_t): Likewise.
3009 (struct compat_timeval): New.
3010 (union compat_sigval): New.
3011 (struct compat_siginfo): New.
3012 (cpt_si_pid, cpt_si_uid, cpt_si_timerid): New macros.
3013 (cpt_si_overrun, cpt_si_status, cpt_si_utime): Likewise.
3014 (cpt_si_stime, cpt_si_ptr, cpt_si_addr): Likewise.
3015 (cpt_si_band, cpt_si_fd): Likewise.
3016
4c2f2a79
PA
30172015-09-14 Pedro Alves <palves@redhat.com>
3018
3019 * infrun.c (current_stop_id): New global.
3020 (get_stop_id, new_stop_id): New functions.
3021 (fetch_inferior_event): Handle normal_stop proceeding the target.
3022 (struct stop_context): New.
3023 (save_stop_context, release_stop_context_cleanup)
3024 (stop_context_changed): New functions.
3025 (normal_stop): Return true if the hook-stop changes the stop
3026 context.
3027 * infrun.h (get_stop_id): Declare.
3028 (normal_stop): Now returns int. Add documentation.
3029
919e6dbe
PMR
30302015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
3031
3032 * ada-lang.c (ada_value_ptr_subscript): Update the heading
3033 comment. Handle packed arrays.
3034
b027a8fa
PA
30352015-09-14 Pedro Alves <palves@redhat.com>
3036
3037 * NEWS (Changes in GDB 7.10, New commands>: Remove duplicate
3038 mention of maint set/show target-non-stop.
3039
b459a59b
DB
30402015-09-11 Don Breazeal <donb@codesourcery.com>
3041
3042 * NEWS: Announce new remote packets for the exec-events
3043 feature and the exec-events feature and associated commands.
3044
d46addbb
DB
30452015-09-11 Don Breazeal <donb@codesourcery.com>
3046
3047 * remote.c (remote_exec_event_p): New function.
3048 (remote_insert_exec_catchpoint): New function.
3049 (remote_remove_exec_catchpoint): New function.
3050 (init_extended_remote_ops): Initialize extended_remote_ops
3051 members to_insert_exec_catchpoint and
3052 to_remove_exec_catchpoint.
3053
94585166
DB
30542015-09-11 Don Breazeal <donb@codesourcery.com>
3055 Luis Machado <lgustavo@codesourcery.com>
3056
3057 * infrun.c (follow_exec): Use process-style ptid for
3058 exec message. Call add_inferior_with_spaces and
3059 target_follow_exec.
3060 * nat/linux-ptrace.c (linux_supports_traceexec): New function.
3061 * nat/linux-ptrace.h (linux_supports_traceexec): Declare.
3062 * remote.c (remote_pspace_data): New static variable.
3063 (remote_pspace_data_cleanup): New function.
3064 (get_remote_exec_file): New function.
3065 (set_remote_exec_file_1): New function.
3066 (set_remote_exec_file): New function.
3067 (show_remote_exec_file): New function.
3068 (remote_exec_file): Delete static variable.
3069 (anonymous enum) <PACKET_exec_event_feature>: New
3070 enumeration constant.
3071 (remote_protocol_features): Add entry for exec-events feature.
3072 (remote_query_supported): Add client side of qSupported query
3073 for exec-events feature.
3074 (remote_follow_exec): New function.
3075 (remote_parse_stop_reply): Handle 'exec' stop reason.
3076 (extended_remote_run, extended_remote_create_inferior): Call
3077 get_remote_exec_file and set_remote_exec_file_1.
3078 (init_extended_remote_ops) <to_follow_exec>: Initialize new
3079 member.
3080 (_initialize_remote): Call
3081 register_program_space_data_with_cleanup. Call
3082 add_packet_config_cmd for remote exec-events feature.
3083 Modify call to add_setshow_string_noescape_cmd for exec-file
3084 to use new functions set_remote_exec_file and
3085 show_remote_exec_file.
3086 * target-debug.h, target-delegates.c: Regenerated.
3087 * target.c (target_follow_exec): New function.
3088 * target.h (struct target_ops) <to_follow_exec>: New member.
3089 (target_follow_exec): Declare new function.
3090
669e74e8
PL
30912015-09-11 Pierre Langlois <pierre.langlois@arm.com>
3092
3093 * aarch64-tdep.c (decode_cb): Move up comment describing the
3094 encoding.
3095 (decode_tb): Fix a typo in comment above the function. Move up
3096 comment describing the encoding.
3097
4d50586d
PL
30982015-09-11 Pierre Langlois <pierre.langlois@arm.com>
3099
3100 * aarch64-tdep.c (decode_bcond): Fix incorrect mask.
3101
6dcaef99
MMN
31022015-09-11 Mihail-Marian Nistor <mihail.nistor@freescale.com>
3103
3104 PR gdb/18947
3105 * aarch64-linux-tdep.c: (aarch64_linux_init_abi): Install
3106 glibc_skip_solib_resolver as gdbarch_skip_solib_resolver callback.
3107
5da1a4d3
SM
31082015-09-10 Simon Marchi <simon.marchi@ericsson.com>
3109
3110 * ada-lang.c (scan_discrim_bound): Factor out arithmetic
3111 operations.
3112
108d56a4
SM
31132015-09-10 Simon Marchi <simon.marchi@ericsson.com>
3114
3115 * ada-lang.c (ada_search_struct_field): Constify parameters
3116 and/or variables..
3117 (xget_renaming_scope): Likewise.
3118 (ada_is_redundant_range_encoding): Likewise.
3119 (scan_discrim_bound): Likewise.
3120 (to_fixed_range_type): Likewise.
3121
dd2e65cc
YQ
31222015-09-10 Yao Qi <yao.qi@linaro.org>
3123
3124 * breakpoint.c (download_tracepoint_locations): New local
3125 can_download_tracepoint. Check the result of
3126 target_can_download_tracepoint and save it in
3127 can_download_tracepoint if there are tracepoints to download.
3128 * linux-nat.h (enum tribool): Move it to ...
3129 * common/common-types.h: ... here.
3130
cfe75703
PA
31312015-09-09 Pedro Alves <palves@redhat.com>
3132
3133 * inf-loop.c (inferior_event_handler): Delete INF_TIMER case.
3134 * target.h (enum inferior_event_type) <INF_TIMER>: Delete.
3135
a85a3079
PA
31362015-09-09 Pedro Alves <palves@redhat.com>
3137
3138 * continuations.c (add_continuation, restore_thread_cleanup)
3139 (do_all_continuations_ptid, do_all_continuations_thread_callback)
3140 (do_all_continuations_thread, do_all_continuations)
3141 (discard_all_continuations_thread_callback)
3142 (discard_all_continuations_thread, discard_all_continuations)
3143 (add_intermediate_continuation)
3144 (do_all_intermediate_continuations_thread_callback)
3145 (do_all_intermediate_continuations_thread)
3146 (do_all_intermediate_continuations)
3147 (discard_all_intermediate_continuations_thread_callback)
3148 (discard_all_intermediate_continuations_thread)
3149 (discard_all_intermediate_continuations): Delete.
3150 * continuations.h (add_continuation, do_all_continuations)
3151 (do_all_continuations_thread, discard_all_continuations)
3152 (discard_all_continuations_thread, add_intermediate_continuation)
3153 (do_all_intermediate_continuations)
3154 (do_all_intermediate_continuations_thread)
3155 (discard_all_intermediate_continuations)
3156 (discard_all_intermediate_continuations_thread): Delete
3157 declarations.
3158 * event-top.c (stdin_event_handler): Delete references to
3159 continuations.
3160 * gdbthread.h (struct thread_info): Delete continuations and
3161 intermediate_continuations fields.
3162 * inf-loop.c (inferior_event_handler): Remove references to
3163 continuations.
3164 * infrun.c (infrun_thread_stop_requested_callback): Remove
3165 references to continuations.
3166 * target.h (enum inferior_event_type) <INF_EXEC_CONTINUE>: Delete.
3167 * thread.c: Don't include "continuations.h".
3168 (clear_thread_inferior_resources): Remove references to
3169 continuations.
3170
0700e23e
PA
31712015-09-09 Pedro Alves <palves@redhat.com>
3172
3173 * infcall.c (struct dummy_frame_context_saver): Delete.
3174 (dummy_frame_context_saver_free, dummy_frame_context_saver_dtor)
3175 (dummy_frame_context_saver_drop)
3176 (dummy_frame_context_saver_cleanup)
3177 (dummy_frame_context_saver_get_regs)
3178 (dummy_frame_context_saver_setup): Delete.
3179 * infcall.h (dummy_frame_context_saver_drop)
3180 (dummy_frame_context_saver_cleanup)
3181 (dummy_frame_context_saver_get_regs, dummy_frame_context_saver):
3182 Delete.
3183 (get_return_value): Remove 'ctx_saver' paremeter. Adjust.
3184 * inferior.h (get_return_value): Remove 'ctx_saver' paremeter.
3185 * python/py-finishbreakpoint.c (bpfinishpy_pre_stop_hook): Adjust.
3186
cfc31633
PA
31872015-09-09 Pedro Alves <palves@redhat.com>
3188
3189 * breakpoint.c: Include "thread-fsm.h".
3190 (struct until_break_command_continuation_args): Delete.
3191 (struct until_break_fsm): New.
3192 (until_break_fsm_ops): New global.
3193 (new_until_break_fsm, until_break_fsm_should_stop): New functions.
3194 (until_break_command_continuation): Delete.
3195 (until_break_fsm_clean_up): New function.
3196 (until_break_fsm_async_reply_reason): New function.
3197 (until_break_command): Adjust to create an until_break_fsm instead
3198 of a continuation.
3199 (momentary_bkpt_print_it): No longer print MI's async-stop-reason
3200 here.
3201 * infcmd.c (struct until_next_fsm): New.
3202 (until_next_fsm_ops): New global.
3203 (new_until_next_fsm, until_next_fsm_should_stop): New function.
3204 (until_next_continuation): Delete.
3205 (until_next_fsm_clean_up, until_next_fsm_async_reply_reason): New
3206 functions.
3207 (until_next_command): Adjust to create a new until_next_fsm
3208 instead of a continuation.
3209
388a7084
PA
32102015-09-09 Pedro Alves <palves@redhat.com>
3211
3212 * infcall.c: Include thread_fsm.h.
3213 (struct call_return_meta_info): New.
3214 (get_call_return_value): New function, factored out from
3215 call_function_by_hand_dummy.
3216 (struct call_thread_fsm): New.
3217 (call_thread_fsm_ops): New global.
3218 (new_call_thread_fsm, call_thread_fsm_should_stop)
3219 (call_thread_fsm_should_notify_stop): New functions.
3220 (run_inferior_call): Add 'sm' parameter. Associate the FSM with
3221 the thread.
3222 (call_function_by_hand_dummy): Create a new call_thread_fsm
3223 instance, associate it with the thread, and wait for the FSM to
3224 finish. If finished successfully, fetch the function's result
3225 value out of the FSM.
3226 * infrun.c (fetch_inferior_event): If the FSM says the stop
3227 shouldn't be notified, don't call normal_stop.
3228 (maybe_remove_breakpoints): New function, factored out from ...
3229 (normal_stop): ... here. Simplify.
3230 * infrun.h (maybe_remove_breakpoints): Declare.
3231 * thread-fsm.c (thread_fsm_should_notify_stop): New function.
3232 (thread-fsm.h) <struct thread_fsm_ops>: New field.
3233 (thread_fsm_should_notify_stop): Declare.
3234
243a9253
PA
32352015-09-09 Pedro Alves <palves@redhat.com>
3236
3237 * Makefile.in (COMMON_OBS): Add thread-fsm.o.
3238 * breakpoint.c (handle_jit_event): Print debug output.
3239 (bpstat_what): Split event callback handling to ...
3240 (bpstat_run_callbacks): ... this new function.
3241 (momentary_bkpt_print_it): No longer handle bp_finish here.
3242 * breakpoint.h (bpstat_run_callbacks): Declare.
3243 * gdbthread.h (struct thread_info) <step_multi>: Delete field.
3244 <thread_fsm>: New field.
3245 (thread_cancel_execution_command): Declare.
3246 * infcmd.c: Include thread-fsm.h.
3247 (struct step_command_fsm): New.
3248 (step_command_fsm_ops): New global.
3249 (new_step_command_fsm, step_command_fsm_prepare): New functions.
3250 (step_1): Adjust to use step_command_fsm_prepare and
3251 prepare_one_step.
3252 (struct step_1_continuation_args): Delete.
3253 (step_1_continuation): Delete.
3254 (step_command_fsm_should_stop): New function.
3255 (step_once): Delete.
3256 (step_command_fsm_clean_up, step_command_fsm_async_reply_reason)
3257 (prepare_one_step): New function, based on step_once.
3258 (until_next_command): Remove step_multi reference.
3259 (struct return_value_info): New.
3260 (print_return_value): Rename to ...
3261 (print_return_value_1): ... this. New struct return_value_info
3262 parameter. Adjust.
3263 (print_return_value): Reimplement as wrapper around
3264 print_return_value_1.
3265 (struct finish_command_fsm): New.
3266 (finish_command_continuation): Delete.
3267 (finish_command_fsm_ops): New global.
3268 (new_finish_command_fsm, finish_command_fsm_should_stop): New
3269 functions.
3270 (finish_command_fsm_clean_up, finish_command_fsm_return_value):
3271 New.
3272 (finish_command_continuation_free_arg): Delete.
3273 (finish_command_fsm_async_reply_reason): New.
3274 (finish_backward, finish_forward): Change symbol parameter to a
3275 finish_command_fsm. Adjust.
3276 (finish_command): Create a finish_command_fsm. Adjust.
3277 * infrun.c: Include "thread-fsm.h".
3278 (clear_proceed_status_thread): Delete the thread's FSM.
3279 (infrun_thread_stop_requested_callback): Cancel the thread's
3280 execution command.
3281 (clean_up_just_stopped_threads_fsms): New function.
3282 (fetch_inferior_event): Handle the event_thread's should_stop
3283 method saying the command isn't done yet.
3284 (process_event_stop_test): Run breakpoint callbacks here.
3285 (print_stop_event): Rename to ...
3286 (print_stop_location): ... this.
3287 (restore_current_uiout_cleanup): New function.
3288 (print_stop_event): Reimplement.
3289 (normal_stop): No longer notify the end_stepping_range observers
3290 here handle "step N" nor "finish" here. No longer call
3291 print_stop_event here.
3292 * infrun.h (struct return_value_info): Forward declare.
3293 (print_return_value): Declare.
3294 (print_stop_event): Change prototype.
3295 * thread-fsm.c: New file.
3296 * thread-fsm.h: New file.
3297 * thread.c: Include "thread-fsm.h".
3298 (thread_cancel_execution_command): New function.
3299 (clear_thread_inferior_resources): Call it.
3300 * cli/cli-interp.c (cli_on_normal_stop): New function.
3301 (cli_interpreter_init): Install cli_on_normal_stop as normal_stop
3302 observer.
3303 * mi/mi-interp.c: Include "thread-fsm.h".
3304 (restore_current_uiout_cleanup): Delete.
3305 (mi_on_normal_stop): If the thread has an FSM associated, and it
3306 finished, ask it for the async-reply-reason to print. Always call
3307 print_stop_event here, regardless of the top-level interpreter.
3308 Check bpstat_what to tell whether an asynchronous breakpoint hit
3309 triggered.
3310 * tui/tui-interp.c (tui_on_normal_stop): New function.
3311 (tui_init): Install tui_on_normal_stop as normal_stop observer.
3312
0b333c5e
PA
33132015-09-09 Pedro Alves <palves@redhat.com>
3314
3315 * breakpoint.c (bpstat_do_actions_1, until_break_command): Don't
3316 check whether the target can async.
3317 * inf-loop.c (inferior_event_handler): Only call target_async if
3318 the target can async.
3319 * infcall.c: Include top.h and interps.h.
3320 (run_inferior_call): For the interpreter to sync mode while
3321 running the infcall. Call wait_sync_command_done instead of
3322 wait_for_inferior plus normal_stop.
3323 * infcmd.c (prepare_execution_command): Don't check whether the
3324 target can async when running in the foreground.
3325 (step_1): Delete synchronous case handling.
3326 (step_once): Always install a continuation, even in sync mode.
3327 (until_next_command, finish_forward): Don't check whether the
3328 target can async.
3329 (attach_command_post_wait, notice_new_inferior): Always install a
3330 continuation, even in sync mode.
3331 * infrun.c (mark_infrun_async_event_handler): New function.
3332 (proceed): In sync mode, mark infrun's event source instead of
3333 waiting for events here.
3334 (fetch_inferior_event): If the target can't async, do a blocking
3335 wait.
3336 (prepare_to_wait): In sync mode, mark infrun's event source.
3337 (infrun_async_inferior_event_handler): No longer bail out if the
3338 target can't async.
3339 * infrun.h (mark_infrun_async_event_handler): New declaration.
3340 * linux-nat.c (linux_nat_wait_1): Remove calls to
3341 set_sigint_trap/clear_sigint_trap.
3342 (linux_nat_terminal_inferior): No longer check whether the target
3343 can async.
3344 * mi/mi-interp.c (mi_on_sync_execution_done): Update and simplify
3345 comment.
3346 (mi_execute_command_input_handler): No longer check whether the
3347 target is async. Update and simplify comment.
3348 * target.c (default_target_wait): New function.
3349 * target.h (struct target_ops) <to_wait>: Now defaults to
3350 default_target_wait.
3351 (default_target_wait): Declare.
3352 * top.c (wait_sync_command_done): New function, factored out from
3353 ...
3354 (maybe_wait_sync_command_done): ... this.
3355 * top.h (wait_sync_command_done): Declare.
3356 * target-delegates.c: Regenerate.
3357
0568462b
MM
33582015-09-09 Markus Metzger <markus.t.metzger@intel.com>
3359
3360 * nat/linux-btrace.h (struct btrace_target_info) <ptr_bits>: Remove.
3361 * nat/linux-btrace.c: Include filestuff.h and inttypes.h.
3362 Remove include of sys/utsname.h.
3363 (linux_determine_kernel_ptr_bits): Remove.
3364 (linux_determine_kernel_start): New.
3365 (perf_event_is_kernel_addr): Remove tinfo argument. Update users.
3366 Update check.
3367 (perf_event_skip_bts_record): Remove tinfo argument. Update users.
3368 (linux_enable_bts, linux_enable_pt): Remove tinfo->ptr_bits
3369 initialization.
3370 * x86-linux-nat.c (x86_linux_enable_btrace): Remove ptr_bits
3371 assignment.
3372
72e02483
PA
33732015-09-07 Pedro Alves <palves@redhat.com>
3374
3375 * guile/guile-internal.h (as_a_scm_t_subr): New.
3376 * guile/guile.c (misc_guile_functions): Use it.
3377 * guile/scm-arch.c (arch_functions): Use it.
3378 * guile/scm-block.c (block_functions, gdbscm_initialize_blocks):
3379 Use it.
3380 * guile/scm-breakpoint.c (breakpoint_functions): Use it.
3381 * guile/scm-cmd.c (command_functions): Use it.
3382 * guile/scm-disasm.c (disasm_functions): Use it.
3383 * guile/scm-exception.c (exception_functions)
3384 (private_exception_functions): Use it.
3385 * guile/scm-frame.c (frame_functions)
3386 * guile/scm-gsmob.c (gsmob_functions): Use it.
3387 * guile/scm-iterator.c (iterator_functions): Use it.
3388 * guile/scm-lazy-string.c (lazy_string_functions): Use it.
3389 * guile/scm-math.c (math_functions): Use it.
3390 * guile/scm-objfile.c (objfile_functions): Use it.
3391 * guile/scm-param.c (parameter_functions): Use it.
3392 * guile/scm-ports.c (port_functions, private_port_functions): Use
3393 it.
3394 * guile/scm-pretty-print.c (pretty_printer_functions): Use it.
3395 * guile/scm-progspace.c (pspace_functions): Use it.
3396 * guile/scm-string.c (string_functions): Use it.
3397 * guile/scm-symbol.c (symbol_functions): Use it.
3398 * guile/scm-symtab.c (symtab_functions): Use it.
3399 * guile/scm-type.c (type_functions, gdbscm_initialize_types): Use
3400 it.
3401 * guile/scm-value.c (value_functions): Use it.
3402
e65b5245
AB
34032015-09-04 Andrew Burgess <andrew.burgess@embecosm.com>
3404
3405 * tui/tui-data.c (win_with_focus): Remove cast of NULL pointer.
3406 (tui_next_win): Likewise.
3407 (tui_prev_win): Likewise.
3408 (tui_partial_win_by_name): Likewise.
3409 (tui_init_generic_part): Likewise.
3410 (init_content_element): Likewise.
3411 (tui_del_window): Likewise.
3412 (tui_free_window): Likewise.
3413 (tui_del_data_windows): Likewise.
3414 (tui_free_data_content): Likewise.
3415 * tui/tui-layout.c (make_source_or_disasm_window): Likewise.
3416 * tui/tui-regs.c (tui_show_register_group): Likewise.
3417 * tui/tui-win.c (tui_resize_all): Likewise.
3418 (tui_set_focus): Likewise.
3419 (tui_set_win_height): Likewise.
3420 (make_invisible_and_set_new_height): Likewise.
3421 * tui/tui-windata.c (tui_delete_data_content_windows): Likewise.
3422 * tui/tui-wingeneral.c (make_visible): Likewise.
3423
b03e6ad9
AB
34242015-09-04 Andrew Burgess <andrew.burgess@embecosm.com>
3425
3426 * cli/cli-decode.c (find_cmd): Remove cast of NULL pointer.
3427
be903358
AB
34282015-09-04 Andrew Burgess <andrew.burgess@embecosm.com>
3429
3430 * c-valprint.c (print_unpacked_pointer): Remove cast of NULL
3431 pointer.
3432 * dbxread.c (dbx_end_psymtab): Likewise.
3433 * gnu-nat.c (gnu_write_inferior): Likewise.
3434 * mdebugread.c (cross_ref): Likewise.
3435 * p-valprint.c (pascal_val_print): Likewise.
3436 * xcoffread.c (xcoff_end_psymtab): Likewise.
3437
02f024f9
YQ
34382015-09-04 Yao Qi <yao.qi@linaro.org>
3439
3440 * NEWS: Mention the aarch64 multi-arch debugging support.
3441
cd7c1778
PMR
34422015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
3443
3444 * ada-lang.c (ada_language_arch_info): Create a TYPE_CODE_CHAR
3445 type instead of a TYPE_CODE_INT one for the string_char_type
3446 and the ada_primitive_type_char types.
3447
39edd165
YQ
34482015-09-03 Yao Qi <yao.qi@linaro.org>
3449
3450 * aarch64-linux-nat.c (aarch64_linux_region_ok_for_hw_watchpoint):
3451 Move code to aarch64_linux_region_ok_for_watchpoint. Call
3452 aarch64_linux_region_ok_for_watchpoint.
3453 * nat/aarch64-linux-hw-point.c (aarch64_linux_region_ok_for_watchpoint):
3454 New function.
3455 * nat/aarch64-linux-hw-point.h (aarch64_linux_region_ok_for_watchpoint):
3456 Declare it.
3457
6c214e7c
PP
34582015-09-02 Patrick Palka <patrick@parcs.ath.cx>
3459
3460 * gdb_obstack.h (obstack_strdup): Declare.
3461 * gdb_obstack.c (obstack_strdup): Define.
3462 * gdbarch.sh (gdbarch_obstack_strdup): Declare and define.
3463 * gdbarch.c: Regenerate.
3464 * gdbarch.h: Regenerate.
3465 * gdbtypes.c (arch_type): Use gdbarch_obstack_strdup.
3466
eed8b28a
PP
34672015-09-02 Patrick Palka <patrick@parcs.ath.cx>
3468
3469 * gdbtypes.c (copy_type_recursive): Update documentation.
3470
73c6b475
SDJ
34712015-09-01 Sergio Durigan Junior <sergiodj@redhat.com>
3472
3473 * solib-svr4.c (solib_event_probe_action): Initialize 'probe_argc'
3474 as zero.
3475
ad1c917a
SDJ
34762015-09-01 Sergio Durigan Junior <sergiodj@redhat.com>
3477
3478 * solib-svr4.c (svr4_handle_solib_event): Initialize 'val' as NULL
3479
3bd7e5b7
SDJ
34802015-09-01 Sergio Durigan Junior <sergiodj@redhat.com>
3481
3482 * solib-svr4.c (solib_event_probe_action): Call
3483 get_probe_argument_count using TRY...CATCH.
3484 (svr4_handle_solib_event): Likewise, for evaluate_probe_argument.
3485
f469e8ce
SDJ
34862015-09-01 Sergio Durigan Junior <sergiodj@redhat.com>
3487
3488 * probe.h (struct probe_ops) <get_probe_argument_count,
3489 evaluate_probe_argument, enable_probe, disable_probe>: Mention in
3490 the comment that the function can throw an exception.
3491 (get_probe_argument_count): Likewise.
3492 (evaluate_probe_argument): Likewise.
3493 * stap-probe.c (stap_get_opcode): Call error instead of
3494 internal_error.
3495 (stap_get_expected_argument_type): Likewise. Add argument
3496 'probe'. Improve error message by mentioning the probe's name.
3497 (stap_parse_probe_arguments): Adjust call to
3498 stap_get_expected_argument_type.
3499 (stap_get_arg): Add comment. Assert that 'probe->args_parsed' is
3500 not zero. Call internal_error if GDB requests an argument but the
3501 probe has no arguments.
3502
dc5c8746
PMR
35032015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
3504
3505 * ada-lang.c (ada_resolve_function): Do not ask the user what
3506 match to use when in completion mode.
3507
136765ea
AB
35082015-08-31 Andrew Burgess <andrew.burgess@embecosm.com>
3509
3510 * tui/tui-data.c (tui_win_name): Make local variable const, remove
3511 cast of NULL.
3512
90b81c5f
MF
35132015-08-31 Max Filippov <jcmvbkbc@gmail.com>
3514
3515 * xtensa-tdep.h (XTENSA_GDBARCH_TDEP_INSTANTIATE): Initialize
3516 call_abi using XSHAL_ABI macro.
3517
1cd36e54
DE
35182015-08-29 Doug Evans <xdje42@gmail.com>
3519
3520 * symtab.h (struct symbol): Tweak comment.
3521
8f57eec2
PP
35222015-08-29 Patrick Palka <patrick@parcs.ath.cx>
3523
3524 * gdbtypes.c (alloc_type_arch): Allocate the type on the given
3525 gdbarch obstack instead of on the heap. Update commentary
3526 accordingly.
3527
38eebd71
JB
35282015-08-28 Joel Brobecker <brobecker@adacore.com>
3529
3530 GDB 7.10 released.
3531
d63dd61e
SM
35322015-08-28 Simon Marchi <simon.marchi@ericsson.com>
3533
3534 * NEWS: Update entry about non-8-bits addressable memory.
3535
6f059256
UW
35362015-08-28 Ulrich Weigand <uweigand@de.ibm.com>
3537
3538 Revert:
3539 2014-11-06 Doug Evans <xdje42@gmail.com>
3540 * solib.c (solib_global_lookup): Fetch arch from objfile,
3541 not target_gdbarch.
3542
70987a92 35432015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
ef36892e
UW
3544
3545 * ppc-linux-tdep.c (ppc_linux_spe_context_lookup): Do not
3546 attempt to relocate a TLS variable offset.
3547
70987a92 35482015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
791bb1f4
UW
3549
3550 * spu-multiarch.c (parse_spufs_run): Bail out if inferior is not
3551 registered yet. Set inferior_ptid while calling target_read_memory.
3552
70987a92 35532015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
1db33b5a
UW
3554
3555 * nat/linux-ptrace.h (GDB_ARCH_TRAP_BRKPT): Replace by ...
3556 (GDB_ARCH_IS_TRAP_BRKPT): ... this. Add __powerpc__ case.
3557 * linux-nat.c (check_stopped_by_breakpoint): Use
3558 GDB_ARCH_IS_TRAP_BRKPT instead of GDB_ARCH_TRAP_BRKPT.
3559
70987a92 35602015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
e0fd7c47
UW
3561
3562 * linux-thread-db.c (thread_db_get_thread_local_address): If the
3563 thread was not yet discovered, use thread_from_lwp instead of
3564 calling thread_db_find_new_threads_1.
3565
f5cdf498
SM
35662015-08-27 Simon Marchi <simon.marchi@ericsson.com>
3567
3568 * m88k-tdep.c (m88k_analyze_prologue): Fix inverted allocation
3569 statements.
3570
fd2ae5d6
SM
35712015-08-27 Simon Marchi <simon.marchi@ericsson.com>
3572
3573 * NEWS: Document support for non-8-bits addressable memory.
3574
14d88147
PA
35752015-08-27 Pedro Alves <palves@redhat.com>
3576
3577 * configure.ac: Remove AC_TYPE_SIGNAL call.
3578 * configure, config.in: Regenerate.
3579
a40805d4
PA
35802015-08-27 Pedro Alves <palves@redhat.com>
3581
3582 * cp-support.c (gdb_demangle): Use sighandler_t. Remove cast.
3583 * extension-priv.h: Include signal.h.
3584 (struct signal_handler) <handler>: Change type to sighandler_t.
3585 * extension.c (install_gdb_sigint_handler): Use sighandler_t.
3586 * inflow.c (sigint_ours, sigquit_ours): Change type to
3587 sighandler_t.
3588 (child_terminal_inferior): Remove casts.
3589 (child_terminal_ours_1, new_tty): Use sighandler_t. Remove casts.
3590 (osig): Change type to sighandler_t.
3591 * nto-procfs.c (ofunc): Change type to sighandler_t.
3592 (procfs_wait): Remove casts.
3593 * remote-m32r-sdi.c (m32r_wait, m32r_load): Use sighandler_t.
3594 * remote-sim.c (gdbsim_wait): Use sighandler_t.
3595 * utils.c (wait_to_die_with_timeout): Use sighandler_t.
3596
0750520d
PA
35972015-08-27 Pedro Alves <palves@redhat.com>
3598
3599 * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add signal-h.
3600 * gnulib/aclocal.m4: Renegerate.
3601 * gnulib/config.in: Renegerate.
3602 * gnulib/configure: Renegerate.
3603 * gnulib/import/Makefile.am: Update.
3604 * gnulib/import/Makefile.in: Regenerate.
3605 * gnulib/import/m4/gnulib-cache.m4: Update.
3606 * gnulib/import/m4/gnulib-comp.m4: Update.
3607 * gnulib/import/m4/signal_h.m4: New file.
3608 * gnulib/import/signal.in.h: New file.
3609
a5c0808e
PA
36102015-08-27 Pedro Alves <palves@redhat.com>
3611
3612 * remote.c (DEFAULT_MAX_MEMORY_PACKET_SIZE)
3613 (MIN_MEMORY_PACKET_SIZE): New.
3614 (MAX_REMOTE_PACKET_SIZE, MIN_REMOTE_PACKET_SIZE): Delete.
3615 (get_memory_packet_size): Adjust. No longer limit the max packet
3616 size.
3617 (set_memory_packet_size): Adjust, and remove dead code.
3618 (remote_check_symbols): Use xmalloc and a cleanup instead of
3619 alloca.
3620 (remote_packet_size): No longer cap the packet size.
3621 (putpkt_binary): Use xmalloc and a cleanup instead of alloca.
3622
cdaec3f3
LM
36232015-08-26 Luis Machado <lgustavo@codesourcery.com>
3624
3625 * compile/compile.c (compile_to_object): Mention language in
3626 error message.
3627
e9756d52
PP
36282015-08-26 Patrick Palka <patrick@parcs.ath.cx>
3629
3630 * target.c (target_pre_inferior): Unset attach_flag.
3631
1dc7a623
SM
36322015-08-26 Simon Marchi <simon.marchi@ericsson.com>
3633
3634 * gdbarch.sh (append_name): Fix type in XRESIZEVEC.
3635 * gdbarch.c: Re-generate.
3636
8d749320
SM
36372015-08-26 Simon Marchi <simon.marchi@ericsson.com>
3638
6711b7f8
SM
3639 * aarch64-linux-nat.c (aarch64_add_process): Replace xmalloc-family
3640 function with the XNEW-family equivalent.
8d749320
SM
3641 * aarch64-tdep.c (aarch64_gdbarch_init): Likewise.
3642 * ada-exp.y (write_ambiguous_var): Likewise.
3643 * ada-lang.c (resolve_subexp): Likewise.
3644 (user_select_syms): Likewise.
3645 (assign_aggregate): Likewise.
3646 (ada_evaluate_subexp): Likewise.
3647 (cache_symbol): Likewise.
3648 * addrmap.c (allocate_key): Likewise.
3649 (addrmap_create_mutable): Likewise.
3650 * aix-thread.c (sync_threadlists): Likewise.
3651 * alpha-tdep.c (alpha_push_dummy_call): Likewise.
3652 (alpha_gdbarch_init): Likewise.
3653 * amd64-windows-tdep.c (amd64_windows_push_arguments): Likewise.
3654 * arm-linux-nat.c (arm_linux_add_process): Likewise.
3655 * arm-linux-tdep.c (arm_linux_displaced_step_copy_insn): Likewise.
3656 * arm-tdep.c (push_stack_item): Likewise.
3657 (arm_displaced_step_copy_insn): Likewise.
3658 (arm_gdbarch_init): Likewise.
3659 (_initialize_arm_tdep): Likewise.
3660 * avr-tdep.c (push_stack_item): Likewise.
3661 * ax-general.c (new_agent_expr): Likewise.
3662 * block.c (block_initialize_namespace): Likewise.
3663 * breakpoint.c (alloc_counted_command_line): Likewise.
3664 (update_dprintf_command_list): Likewise.
3665 (parse_breakpoint_sals): Likewise.
3666 (decode_static_tracepoint_spec): Likewise.
3667 (until_break_command): Likewise.
3668 (clear_command): Likewise.
3669 (update_global_location_list): Likewise.
3670 (get_breakpoint_objfile_data) Likewise.
3671 * btrace.c (ftrace_new_function): Likewise.
3672 (btrace_set_insn_history): Likewise.
3673 (btrace_set_call_history): Likewise.
3674 * buildsym.c (add_symbol_to_list): Likewise.
3675 (record_pending_block): Likewise.
3676 (start_subfile): Likewise.
3677 (start_buildsym_compunit): Likewise.
3678 (push_subfile): Likewise.
3679 (end_symtab_get_static_block): Likewise.
3680 (buildsym_init): Likewise.
3681 * cli/cli-cmds.c (source_command): Likewise.
3682 * cli/cli-decode.c (add_cmd): Likewise.
3683 * cli/cli-script.c (build_command_line): Likewise.
3684 (setup_user_args): Likewise.
3685 (realloc_body_list): Likewise.
3686 (process_next_line): Likewise.
3687 (copy_command_lines): Likewise.
3688 * cli/cli-setshow.c (do_set_command): Likewise.
3689 * coff-pe-read.c (read_pe_exported_syms): Likewise.
3690 * coffread.c (coff_locate_sections): Likewise.
3691 (coff_symtab_read): Likewise.
3692 (coff_read_struct_type): Likewise.
3693 * common/cleanups.c (make_my_cleanup2): Likewise.
3694 * common/common-exceptions.c (throw_it): Likewise.
3695 * common/filestuff.c (make_cleanup_close): Likewise.
3696 * common/format.c (parse_format_string): Likewise.
3697 * common/queue.h (DEFINE_QUEUE_P): Likewise.
3698 * compile/compile-object-load.c (munmap_list_add): Likewise.
3699 (compile_object_load): Likewise.
3700 * compile/compile-object-run.c (compile_object_run): Likewise.
3701 * compile/compile.c (append_args): Likewise.
3702 * corefile.c (specify_exec_file_hook): Likewise.
3703 * cp-support.c (make_symbol_overload_list): Likewise.
3704 * cris-tdep.c (push_stack_item): Likewise.
3705 (cris_gdbarch_init): Likewise.
3706 * ctf.c (ctf_trace_file_writer_new): Likewise.
3707 * dbxread.c (init_header_files): Likewise.
3708 (add_new_header_file): Likewise.
3709 (init_bincl_list): Likewise.
3710 (dbx_end_psymtab): Likewise.
3711 (start_psymtab): Likewise.
3712 (dbx_end_psymtab): Likewise.
3713 * dcache.c (dcache_init): Likewise.
3714 * dictionary.c (dict_create_hashed): Likewise.
3715 (dict_create_hashed_expandable): Likewise.
3716 (dict_create_linear): Likewise.
3717 (dict_create_linear_expandable): Likewise.
3718 * dtrace-probe.c (dtrace_process_dof_probe): Likewise.
3719 * dummy-frame.c (register_dummy_frame_dtor): Likewise.
3720 * dwarf2-frame-tailcall.c (cache_new_ref1): Likewise.
3721 * dwarf2-frame.c (dwarf2_build_frame_info): Likewise.
3722 (decode_frame_entry_1): Likewise.
3723 * dwarf2expr.c (new_dwarf_expr_context): Likewise.
3724 * dwarf2loc.c (dwarf2_compile_expr_to_ax): Likewise.
3725 * dwarf2read.c (dwarf2_has_info): Likewise.
3726 (create_signatured_type_table_from_index): Likewise.
3727 (dwarf2_read_index): Likewise.
3728 (dw2_get_file_names_reader): Likewise.
3729 (create_all_type_units): Likewise.
3730 (read_cutu_die_from_dwo): Likewise.
3731 (init_tu_and_read_dwo_dies): Likewise.
3732 (init_cutu_and_read_dies): Likewise.
3733 (create_all_comp_units): Likewise.
3734 (queue_comp_unit): Likewise.
3735 (inherit_abstract_dies): Likewise.
3736 (read_call_site_scope): Likewise.
3737 (dwarf2_add_field): Likewise.
3738 (dwarf2_add_typedef): Likewise.
3739 (dwarf2_add_member_fn): Likewise.
3740 (attr_to_dynamic_prop): Likewise.
3741 (abbrev_table_alloc_abbrev): Likewise.
3742 (abbrev_table_read_table): Likewise.
3743 (add_include_dir): Likewise.
3744 (add_file_name): Likewise.
3745 (dwarf_decode_line_header): Likewise.
3746 (dwarf2_const_value_attr): Likewise.
3747 (dwarf_alloc_block): Likewise.
3748 (parse_macro_definition): Likewise.
3749 (set_die_type): Likewise.
3750 (write_psymtabs_to_index): Likewise.
3751 (create_cus_from_index): Likewise.
3752 (dwarf2_create_include_psymtab): Likewise.
3753 (process_psymtab_comp_unit_reader): Likewise.
3754 (build_type_psymtab_dependencies): Likewise.
3755 (read_comp_units_from_section): Likewise.
3756 (compute_compunit_symtab_includes): Likewise.
3757 (create_dwo_unit_in_dwp_v1): Likewise.
3758 (create_dwo_unit_in_dwp_v2): Likewise.
3759 (read_func_scope): Likewise.
3760 (process_structure_scope): Likewise.
3761 (mark_common_block_symbol_computed): Likewise.
3762 (load_partial_dies): Likewise.
3763 (dwarf2_symbol_mark_computed): Likewise.
3764 * elfread.c (elf_symfile_segments): Likewise.
3765 (elf_read_minimal_symbols): Likewise.
3766 * environ.c (make_environ): Likewise.
3767 * eval.c (evaluate_subexp_standard): Likewise.
3768 * event-loop.c (create_file_handler): Likewise.
3769 (create_async_signal_handler): Likewise.
3770 (create_async_event_handler): Likewise.
3771 (create_timer): Likewise.
3772 * exec.c (build_section_table): Likewise.
3773 * fbsd-nat.c (fbsd_remember_child): Likewise.
3774 * fork-child.c (fork_inferior): Likewise.
3775 * frv-tdep.c (new_variant): Likewise.
3776 * gdbarch.sh (gdbarch_alloc): Likewise.
3777 (append_name): Likewise.
3778 * gdbtypes.c (rank_function): Likewise.
3779 (copy_type_recursive): Likewise.
3780 (add_dyn_prop): Likewise.
3781 * gnu-nat.c (make_proc): Likewise.
3782 (make_inf): Likewise.
3783 (gnu_write_inferior): Likewise.
3784 * gnu-v3-abi.c (build_gdb_vtable_type): Likewise.
3785 (build_std_type_info_type): Likewise.
3786 * guile/scm-param.c (compute_enum_list): Likewise.
3787 * guile/scm-utils.c (gdbscm_parse_function_args): Likewise.
3788 * guile/scm-value.c (gdbscm_value_call): Likewise.
3789 * h8300-tdep.c (h8300_gdbarch_init): Likewise.
3790 * hppa-tdep.c (hppa_init_objfile_priv_data): Likewise.
3791 (read_unwind_info): Likewise.
3792 * ia64-tdep.c (ia64_gdbarch_init): Likewise.
3793 * infcall.c (dummy_frame_context_saver_setup): Likewise.
3794 (call_function_by_hand_dummy): Likewise.
3795 * infcmd.c (step_once): Likewise.
3796 (finish_forward): Likewise.
3797 (attach_command): Likewise.
3798 (notice_new_inferior): Likewise.
3799 * inferior.c (add_inferior_silent): Likewise.
3800 * infrun.c (add_displaced_stepping_state): Likewise.
3801 (save_infcall_control_state): Likewise.
3802 (save_inferior_ptid): Likewise.
3803 (_initialize_infrun): Likewise.
3804 * jit.c (bfd_open_from_target_memory): Likewise.
3805 (jit_gdbarch_data_init): Likewise.
3806 * language.c (add_language): Likewise.
3807 * linespec.c (decode_line_2): Likewise.
3808 * linux-nat.c (add_to_pid_list): Likewise.
3809 (add_initial_lwp): Likewise.
3810 * linux-thread-db.c (add_thread_db_info): Likewise.
3811 (record_thread): Likewise.
3812 (info_auto_load_libthread_db): Likewise.
3813 * m32c-tdep.c (m32c_gdbarch_init): Likewise.
3814 * m68hc11-tdep.c (m68hc11_gdbarch_init): Likewise.
3815 * m68k-tdep.c (m68k_gdbarch_init): Likewise.
3816 * m88k-tdep.c (m88k_analyze_prologue): Likewise.
3817 * macrocmd.c (macro_define_command): Likewise.
3818 * macroexp.c (gather_arguments): Likewise.
3819 * macroscope.c (sal_macro_scope): Likewise.
3820 * macrotab.c (new_macro_table): Likewise.
3821 * mdebugread.c (push_parse_stack): Likewise.
3822 (parse_partial_symbols): Likewise.
3823 (parse_symbol): Likewise.
3824 (psymtab_to_symtab_1): Likewise.
3825 (new_block): Likewise.
3826 (new_psymtab): Likewise.
3827 (mdebug_build_psymtabs): Likewise.
3828 (add_pending): Likewise.
3829 (elfmdebug_build_psymtabs): Likewise.
3830 * mep-tdep.c (mep_gdbarch_init): Likewise.
3831 * mi/mi-main.c (mi_execute_command): Likewise.
3832 * mi/mi-parse.c (mi_parse_argv): Likewise.
3833 * minidebug.c (lzma_open): Likewise.
3834 * minsyms.c (terminate_minimal_symbol_table): Likewise.
3835 * mips-linux-nat.c (mips_linux_insert_watchpoint): Likewise.
3836 * mips-tdep.c (mips_gdbarch_init): Likewise.
3837 * mn10300-tdep.c (mn10300_gdbarch_init): Likewise.
3838 * msp430-tdep.c (msp430_gdbarch_init): Likewise.
3839 * mt-tdep.c (mt_registers_info): Likewise.
3840 * nat/aarch64-linux.c (aarch64_linux_new_thread): Likewise.
3841 * nat/linux-btrace.c (linux_enable_bts): Likewise.
3842 (linux_enable_pt): Likewise.
3843 * nat/linux-osdata.c (linux_xfer_osdata_processes): Likewise.
3844 (linux_xfer_osdata_processgroups): Likewise.
3845 * nios2-tdep.c (nios2_gdbarch_init): Likewise.
3846 * nto-procfs.c (procfs_meminfo): Likewise.
3847 * objc-lang.c (start_msglist): Likewise.
3848 (selectors_info): Likewise.
3849 (classes_info): Likewise.
3850 (find_methods): Likewise.
3851 * objfiles.c (allocate_objfile): Likewise.
3852 (update_section_map): Likewise.
3853 * osabi.c (gdbarch_register_osabi): Likewise.
3854 (gdbarch_register_osabi_sniffer): Likewise.
3855 * parse.c (start_arglist): Likewise.
3856 * ppc-linux-nat.c (hwdebug_find_thread_points_by_tid): Likewise.
3857 (hwdebug_insert_point): Likewise.
3858 * printcmd.c (display_command): Likewise.
3859 (ui_printf): Likewise.
3860 * procfs.c (create_procinfo): Likewise.
3861 (load_syscalls): Likewise.
3862 (proc_get_LDT_entry): Likewise.
3863 (proc_update_threads): Likewise.
3864 * prologue-value.c (make_pv_area): Likewise.
3865 (pv_area_store): Likewise.
3866 * psymtab.c (extend_psymbol_list): Likewise.
3867 (init_psymbol_list): Likewise.
3868 (allocate_psymtab): Likewise.
3869 * python/py-inferior.c (add_thread_object): Likewise.
3870 * python/py-param.c (compute_enum_values): Likewise.
3871 * python/py-value.c (valpy_call): Likewise.
3872 * python/py-varobj.c (py_varobj_iter_next): Likewise.
3873 * python/python.c (ensure_python_env): Likewise.
3874 * record-btrace.c (record_btrace_start_replaying): Likewise.
3875 * record-full.c (record_full_reg_alloc): Likewise.
3876 (record_full_mem_alloc): Likewise.
3877 (record_full_end_alloc): Likewise.
3878 (record_full_core_xfer_partial): Likewise.
3879 * regcache.c (get_thread_arch_aspace_regcache): Likewise.
3880 * remote-fileio.c (remote_fileio_init_fd_map): Likewise.
3881 * remote-notif.c (remote_notif_state_allocate): Likewise.
3882 * remote.c (demand_private_info): Likewise.
3883 (remote_notif_stop_alloc_reply): Likewise.
3884 (remote_enable_btrace): Likewise.
3885 * reverse.c (save_bookmark_command): Likewise.
3886 * rl78-tdep.c (rl78_gdbarch_init): Likewise.
3887 * rx-tdep.c (rx_gdbarch_init): Likewise.
3888 * s390-linux-nat.c (s390_insert_watchpoint): Likewise.
3889 * ser-go32.c (dos_get_tty_state): Likewise.
3890 (dos_copy_tty_state): Likewise.
3891 * ser-mingw.c (ser_windows_open): Likewise.
3892 (ser_console_wait_handle): Likewise.
3893 (ser_console_get_tty_state): Likewise.
3894 (make_pipe_state): Likewise.
3895 (net_windows_open): Likewise.
3896 * ser-unix.c (hardwire_get_tty_state): Likewise.
3897 (hardwire_copy_tty_state): Likewise.
3898 * solib-aix.c (solib_aix_new_lm_info): Likewise.
3899 * solib-dsbt.c (dsbt_current_sos): Likewise.
3900 (dsbt_relocate_main_executable): Likewise.
3901 * solib-frv.c (frv_current_sos): Likewise.
3902 (frv_relocate_main_executable): Likewise.
3903 * solib-spu.c (spu_bfd_fopen): Likewise.
3904 * solib-svr4.c (lm_info_read): Likewise.
3905 (svr4_copy_library_list): Likewise.
3906 (svr4_default_sos): Likewise.
3907 * source.c (find_source_lines): Likewise.
3908 (line_info): Likewise.
3909 (add_substitute_path_rule): Likewise.
3910 * spu-linux-nat.c (spu_bfd_open): Likewise.
3911 * spu-tdep.c (info_spu_dma_cmdlist): Likewise.
3912 * stabsread.c (dbx_lookup_type): Likewise.
3913 (read_type): Likewise.
3914 (read_member_functions): Likewise.
3915 (read_struct_fields): Likewise.
3916 (read_baseclasses): Likewise.
3917 (read_args): Likewise.
3918 (_initialize_stabsread): Likewise.
3919 * stack.c (func_command): Likewise.
3920 * stap-probe.c (handle_stap_probe): Likewise.
3921 * symfile.c (addrs_section_sort): Likewise.
3922 (addr_info_make_relative): Likewise.
3923 (load_section_callback): Likewise.
3924 (add_symbol_file_command): Likewise.
3925 (init_filename_language_table): Likewise.
3926 * symtab.c (create_filename_seen_cache): Likewise.
3927 (sort_search_symbols_remove_dups): Likewise.
3928 (search_symbols): Likewise.
3929 * target.c (make_cleanup_restore_target_terminal): Likewise.
3930 * thread.c (new_thread): Likewise.
3931 (enable_thread_stack_temporaries): Likewise.
3932 (make_cleanup_restore_current_thread): Likewise.
3933 (thread_apply_all_command): Likewise.
3934 * tic6x-tdep.c (tic6x_gdbarch_init): Likewise.
3935 * top.c (gdb_readline_wrapper): Likewise.
3936 * tracefile-tfile.c (tfile_trace_file_writer_new): Likewise.
3937 * tracepoint.c (trace_find_line_command): Likewise.
3938 (all_tracepoint_actions_and_cleanup): Likewise.
3939 (make_cleanup_restore_current_traceframe): Likewise.
3940 (get_uploaded_tp): Likewise.
3941 (get_uploaded_tsv): Likewise.
3942 * tui/tui-data.c (tui_alloc_generic_win_info): Likewise.
3943 (tui_alloc_win_info): Likewise.
3944 (tui_alloc_content): Likewise.
3945 (tui_add_content_elements): Likewise.
3946 * tui/tui-disasm.c (tui_find_disassembly_address): Likewise.
3947 (tui_set_disassem_content): Likewise.
3948 * ui-file.c (ui_file_new): Likewise.
3949 (stdio_file_new): Likewise.
3950 (tee_file_new): Likewise.
3951 * utils.c (make_cleanup_restore_integer): Likewise.
3952 (add_internal_problem_command): Likewise.
3953 * v850-tdep.c (v850_gdbarch_init): Likewise.
3954 * valops.c (find_oload_champ): Likewise.
3955 * value.c (allocate_value_lazy): Likewise.
3956 (record_latest_value): Likewise.
3957 (create_internalvar): Likewise.
3958 * varobj.c (install_variable): Likewise.
3959 (new_variable): Likewise.
3960 (new_root_variable): Likewise.
3961 (cppush): Likewise.
3962 (_initialize_varobj): Likewise.
3963 * windows-nat.c (windows_make_so): Likewise.
3964 * x86-nat.c (x86_add_process): Likewise.
3965 * xcoffread.c (arrange_linetable): Likewise.
3966 (allocate_include_entry): Likewise.
3967 (process_linenos): Likewise.
3968 (SYMBOL_DUP): Likewise.
3969 (xcoff_start_psymtab): Likewise.
3970 (xcoff_end_psymtab): Likewise.
3971 * xml-support.c (gdb_xml_parse_attr_ulongest): Likewise.
3972 * xtensa-tdep.c (xtensa_register_type): Likewise.
3973 * gdbarch.c: Regenerate.
3974 * gdbarch.h: Regenerate.
3975
17d8546e
DB
39762015-08-25 Don Breazeal <donb@codesourcery.com>
3977
3978 * infrun.c (follow_exec): Re-order operations for
3979 handling follow-exec-mode "new".
3980 (handle_inferior_event_1): Assign ecs->event_thread
3981 to the current thread.
3982 * remote.c (get_remote_arch_state): Add an assertion.
3983
ba49e44b
PA
39842015-08-26 Pedro Alves <palves@redhat.com>
3985
3986 * MAINTAINERS: Add Markus Metzger as btrace maintainer.
3987
7541ab03 39882015-08-25 Pedro Alves <palves@redhat.com>
abc56d60 3989
7541ab03 3990 PR gdb/18804
abc56d60
PA
3991 * defs.h (maybe_quit): Declare.
3992 (QUIT): Now calls maybe_quit.
3993 * event-loop.c (clear_async_signal_handler)
3994 (async_signal_handler_is_marked): New functions.
3995 * event-loop.h (async_signal_handler_is_marked)
3996 (clear_async_signal_handler): New declarations.
3997 * remote.c (remote_check_pending_interrupt): New function.
3998 (interrupt_query): Use make_cleanup_restore_target_terminal. No
3999 longer check whether the target is async. If waiting for a stop
4000 reply, and a Ctrl-C as been sent to the target, offer to
4001 disconnect, and throw TARGET_CLOSE_ERROR instead of a quit.
4002 Otherwise do not disconnect and throw a quit.
4003 (_initialize_remote): Install remote_check_pending_interrupt as
4004 to_check_pending_interrupt.
4005 * target.c (target_check_pending_interrupt): New function.
4006 * target.h (struct target_ops) <to_check_pending_interrupt>: New
4007 field.
4008 (target_check_pending_interrupt): New declaration.
4009 * utils.c (maybe_quit): New function.
4010 * target-delegates.c: Regenerate.
4011
dfe7f77c
YQ
40122015-08-25 Yao Qi <yao.qi@linaro.org>
4013
4014 * nat/aarch64-linux-hw-point.c (debug_reg_change_callback):
4015 Rename local variable pid to tid, and get lwpid of lwp. Update
4016 debug output.
4017
63e43d3a
PMR
40182015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
4019
4020 * ada-lang.c (ada_read_var_value): Add a var_block argument
4021 and pass it to default_read_var_value.
4022 * block.c (block_static_link): New accessor.
4023 * block.h (block_static_link): Declare it.
4024 * buildsym.c (finish_block_internal): Add a static_link
4025 argument. If there is a static link, associate it to the new
4026 block.
4027 (finish_block): Add a static link argument and pass it to
4028 finish_block_internal.
4029 (end_symtab_get_static_block): Update calls to finish_block and
4030 to finish_block_internal.
4031 (end_symtab_with_blockvector): Update call to
4032 finish_block_internal.
4033 * buildsym.h: Forward-declare struct dynamic_prop.
4034 (struct context_stack): Add a static_link field.
4035 (finish_block): Add a static link argument.
4036 * c-exp.y: Remove an obsolete comment (evaluation of variables
4037 already start from the selected frame, and now they climb *up*
4038 the call stack) and propagate the block information to the
4039 produced expression.
4040 * d-exp.y: Likewise.
4041 * f-exp.y: Likewise.
4042 * go-exp.y: Likewise.
4043 * jv-exp.y: Likewise.
4044 * m2-exp.y: Likewise.
4045 * p-exp.y: Likewise.
4046 * coffread.c (coff_symtab_read): Update calls to finish_block.
4047 * dbxread.c (process_one_symbol): Likewise.
4048 * xcoffread.c (read_xcoff_symtab): Likewise.
4049 * compile/compile-c-symbols.c (convert_one_symbol): Promote the
4050 "sym" parameter to struct block_symbol, update its uses and pass
4051 its block to calls to read_var_value.
4052 (convert_symbol_sym): Update the calls to convert_one_symbol.
4053 * compile/compile-loc2c.c (do_compile_dwarf_expr_to_c): Update
4054 call to read_var_value.
4055 * dwarf2loc.c (block_op_get_frame_base): New.
4056 (dwarf2_block_frame_base_locexpr_funcs): Implement the
4057 get_frame_base method.
4058 (dwarf2_block_frame_base_loclist_funcs): Likewise.
4059 (dwarf2locexpr_baton_eval): Add a frame argument and use it
4060 instead of the selected frame in order to evaluate the
4061 expression.
4062 (dwarf2_evaluate_property): Add a frame argument. Update call
4063 to dwarf2_locexpr_baton_eval to provide a frame in available and
4064 to handle the absence of address stack.
4065 * dwarf2loc.h (dwarf2_evaluate_property): Add a frame argument.
4066 * dwarf2read.c (attr_to_dynamic_prop): Add a forward
4067 declaration.
4068 (read_func_scope): Record any available static link description.
4069 Update call to finish_block.
4070 (read_lexical_block_scope): Update call to finish_block.
4071 * findvar.c (follow_static_link): New.
4072 (get_hosting_frame): New.
4073 (default_read_var_value): Add a var_block argument. Use
4074 get_hosting_frame to handle non-local references.
4075 (read_var_value): Add a var_block argument and pass it to the
4076 LA_READ_VAR_VALUE method.
4077 * gdbtypes.c (resolve_dynamic_range): Update calls to
4078 dwarf2_evaluate_property.
4079 (resolve_dynamic_type_internal): Likewise.
4080 * guile/scm-frame.c (gdbscm_frame_read_var): Update call to
4081 read_var_value, passing it the block coming from symbol lookup.
4082 * guile/scm-symbol.c (gdbscm_symbol_value): Update call to
4083 read_var_value (TODO).
4084 * infcmd.c (finish_command_continuation): Update call to
4085 read_var_value, passing it the block coming from symbol lookup.
4086 * infrun.c (insert_exception_resume_breakpoint): Likewise.
4087 * language.h (struct language_defn): Add a var_block argument to
4088 the LA_READ_VAR_VALUE method.
4089 * objfiles.c (struct static_link_htab_entry): New.
4090 (static_link_htab_entry_hash): New.
4091 (static_link_htab_entry_eq): New.
4092 (objfile_register_static_link): New.
4093 (objfile_lookup_static_link): New.
4094 (free_objfile): Free the STATIC_LINKS hashed map if needed.
4095 * objfiles.h: Include hashtab.h.
4096 (struct objfile): Add a static_links field.
4097 (objfile_register_static_link): New.
4098 (objfile_lookup_static_link): New.
4099 * printcmd.c (print_variable_and_value): Update call to
4100 read_var_value.
4101 * python/py-finishbreakpoint.c (bpfinishpy_init): Likewise.
4102 * python/py-frame.c (frapy_read_var): Update call to
4103 read_var_value, passing it the block coming from symbol lookup.
4104 * python/py-framefilter.c (extract_sym): Add a sym_block
4105 parameter and set the pointed value to NULL (TODO).
4106 (enumerate_args): Update call to extract_sym.
4107 (enumerate_locals): Update calls to extract_sym and to
4108 read_var_value.
4109 * python/py-symbol.c (sympy_value): Update call to
4110 read_var_value (TODO).
4111 * stack.c (read_frame_local): Update call to read_var_value.
4112 (read_frame_arg): Likewise.
4113 (return_command): Likewise.
4114 * symtab.h (struct symbol_block_ops): Add a get_frame_base
4115 method.
4116 (struct symbol): Add a block field.
4117 (SYMBOL_BLOCK): New accessor.
4118 * valops.c (value_of_variable): Remove frame/block handling and
4119 pass the block argument to read_var_value, which does this job
4120 now.
4121 (value_struct_elt_for_reference): Update calls to
4122 read_var_value.
4123 (value_of_this): Pass the block found to read_var_value.
4124 * value.h (read_var_value): Add a var_block argument.
4125 (default_read_var_value): Likewise.
4126
ed8b7b42
YQ
41272015-08-25 Yao Qi <yao.qi@linaro.org>
4128
4129 * aarch64-linux-nat.c (aarch64_linux_new_thread): Move it to ...
4130 * nat/aarch64-linux.c (aarch64_linux_new_thread): ... here.
4131 * nat/aarch64-linux.h (aarch64_linux_new_thread): Declare.
4132
db3cb7cb
YQ
41332015-08-25 Yao Qi <yao.qi@linaro.org>
4134
4135 * Makefile.in (aarch64-liunx.o): New rule.
4136 (HFILES_NO_SRCDIR): Add aarch64-linux.h.
4137 * config/aarch64/linux.mh (NAT_FILE): Add aarch64-linux.o.
4138 * aarch64-linux-nat.c: Include nat/aarch64-linux.h.
4139 * aarch64-linux-nat.c (aarch64_get_debug_reg_state): Make it
4140 extern.
4141 (aarch64_linux_prepare_to_resume): Move it nat/aarch64-linux.c.
4142 * nat/aarch64-linux-hw-point.h (aarch64_debug_reg_state): Declare
4143 * nat/aarch64-linux.c: New file.
4144 * nat/aarch64-linux.h: New file.
4145
f6011a1c
YQ
41462015-08-25 Yao Qi <yao.qi@linaro.org>
4147
4148 * aarch64-linux-nat.c (aarch64_linux_prepare_to_resume): Use
4149 lwp_arch_private_info and ptid_of_lwp.
4150
5e35436e
YQ
41512015-08-25 Yao Qi <yao.qi@linaro.org>
4152
4153 * aarch64-linux-nat.c (struct arch64_dr_update_callback_param):
4154 Move it to nat/aarch64-linux-hw-point.c.
4155 (debug_reg_change_callback): Likewise.
4156 (aarch64_notify_debug_reg_change): :Likewise.
4157 * nat/aarch64-linux-hw-point.c: Include nat/linux-nat.h.
4158 (aarch64_dr_update_callback_param): New.
4159 (debug_reg_change_callback): New function.
4160 (aarch64_notify_debug_reg_change): Likewise.
4161 * nat/aarch64-linux-hw-point.h (aarch64_notify_debug_reg_change):
4162 Remove the declaration.
4163
4a8a7965
YQ
41642015-08-25 Yao Qi <yao.qi@linaro.org>
4165
4166 * aarch64-linux-nat.c (aarch64_notify_debug_reg_change):
4167 Call current_lwp_ptid.
4168
32a271ee
YQ
41692015-08-25 Yao Qi <yao.qi@linaro.org>
4170
4171 * aarch64-linux-nat.c (debug_reg_change_callback): Use
4172 debug_printf.
4173
5e137137
YQ
41742015-08-25 Yao Qi <yao.qi@linaro.org>
4175
4176 * aarch64-linux-nat.c (debug_reg_change_callback): Call
4177 ptid_get_pid rather than ptid_get_lwp.
4178
73b8c1fd
PA
41792015-08-24 Pedro Alves <palves@redhat.com>
4180
4181 * NEWS (New commands): Mention set/show remote
4182 multiprocess-extensions-packet.
4183 * remote.c (remote_query_supported): Only tell the server to use
4184 the multiprocess extensions if the user hasn't force-disabled them
4185 with "set remote multiprocess-extensions-packet off".
4186
4a626d0a
PA
41872015-08-24 Pedro Alves <palves@redhat.com>
4188
4189 * gnulib/update-gnulib.sh (GNULIB_COMMIT_SHA1): Set to
4190 1029a8112290f6eee9d7878a391c49db42c999bd.
4191 * gnulib/configure, gnulib/config.in, gnulib/aclocal.m4:
4192 Regenerate.
4193 * gnulib/import/Makefile.am: Update.
4194 * gnulib/import/Makefile.in: Update.
4195 * gnulib/import/alloca.in.h: Update.
4196 * gnulib/import/basename-lgpl.c: Update.
4197 * gnulib/import/canonicalize-lgpl.c: Update.
4198 * gnulib/import/config.charset: Update.
4199 * gnulib/import/dirent.in.h: Update.
4200 * gnulib/import/dirfd.c: Update.
4201 * gnulib/import/dirname-lgpl.c: Update.
4202 * gnulib/import/dirname.h: Update.
4203 * gnulib/import/dosname.h: Update.
4204 * gnulib/import/errno.in.h: Update.
4205 * gnulib/import/extra/snippet/arg-nonnull.h: Update.
4206 * gnulib/import/extra/snippet/c++defs.h: Update.
4207 * gnulib/import/extra/snippet/warn-on-use.h: Update.
4208 * gnulib/import/extra/update-copyright: Update.
4209 * gnulib/import/float+.h: Update.
4210 * gnulib/import/float.c: Update.
4211 * gnulib/import/float.in.h: Update.
4212 * gnulib/import/fnmatch.c: Update.
4213 * gnulib/import/fnmatch.in.h: Update.
4214 * gnulib/import/fnmatch_loop.c: Update.
4215 * gnulib/import/fpucw.h: Update.
4216 * gnulib/import/frexp.c: Update.
4217 * gnulib/import/frexpl.c: Update.
4218 * gnulib/import/gettimeofday.c: Update.
4219 * gnulib/import/inttypes.in.h: Update.
4220 * gnulib/import/isnan.c: Update.
4221 * gnulib/import/isnand-nolibm.h: Update.
4222 * gnulib/import/isnand.c: Update.
4223 * gnulib/import/isnanl-nolibm.h: Update.
4224 * gnulib/import/isnanl.c: Update.
4225 * gnulib/import/itold.c: Update.
4226 * gnulib/import/localcharset.c: Update.
4227 * gnulib/import/localcharset.h: Update.
4228 * gnulib/import/lstat.c: Update.
4229 * gnulib/import/m4/00gnulib.m4: Update.
4230 * gnulib/import/m4/absolute-header.m4: Update.
4231 * gnulib/import/m4/alloca.m4: Update.
4232 * gnulib/import/m4/canonicalize.m4: Update.
4233 * gnulib/import/m4/codeset.m4: Update.
4234 * gnulib/import/m4/configmake.m4: Update.
4235 * gnulib/import/m4/dirent_h.m4: Update.
4236 * gnulib/import/m4/dirfd.m4: Update.
4237 * gnulib/import/m4/dirname.m4: Update.
4238 * gnulib/import/m4/double-slash-root.m4: Update.
4239 * gnulib/import/m4/eealloc.m4: Update.
4240 * gnulib/import/m4/errno_h.m4: Update.
4241 * gnulib/import/m4/exponentd.m4: Update.
4242 * gnulib/import/m4/exponentl.m4: Update.
4243 * gnulib/import/m4/extensions.m4: Update.
4244 * gnulib/import/m4/extern-inline.m4: Update.
4245 * gnulib/import/m4/fcntl-o.m4: Update.
4246 * gnulib/import/m4/float_h.m4: Update.
4247 * gnulib/import/m4/fnmatch.m4: Update.
4248 * gnulib/import/m4/fpieee.m4: Update.
4249 * gnulib/import/m4/frexp.m4: Update.
4250 * gnulib/import/m4/frexpl.m4: Update.
4251 * gnulib/import/m4/gettimeofday.m4: Update.
4252 * gnulib/import/m4/glibc21.m4: Update.
4253 * gnulib/import/m4/gnulib-cache.m4: Update.
4254 * gnulib/import/m4/gnulib-common.m4: Update.
4255 * gnulib/import/m4/gnulib-comp.m4: Update.
4256 * gnulib/import/m4/gnulib-tool.m4: Update.
4257 * gnulib/import/m4/include_next.m4: Update.
4258 * gnulib/import/m4/inttypes-pri.m4: Update.
4259 * gnulib/import/m4/inttypes.m4: Update.
4260 * gnulib/import/m4/isnand.m4: Update.
4261 * gnulib/import/m4/isnanl.m4: Update.
4262 * gnulib/import/m4/largefile.m4: Update.
4263 * gnulib/import/m4/localcharset.m4: Update.
4264 * gnulib/import/m4/locale-fr.m4: Update.
4265 * gnulib/import/m4/locale-ja.m4: Update.
4266 * gnulib/import/m4/locale-zh.m4: Update.
4267 * gnulib/import/m4/longlong.m4: Update.
4268 * gnulib/import/m4/lstat.m4: Update.
4269 * gnulib/import/m4/malloc.m4: Update.
4270 * gnulib/import/m4/malloca.m4: Update.
4271 * gnulib/import/m4/math_h.m4: Update.
4272 * gnulib/import/m4/mbrtowc.m4: Update.
4273 * gnulib/import/m4/mbsinit.m4: Update.
4274 * gnulib/import/m4/mbsrtowcs.m4: Update.
4275 * gnulib/import/m4/mbstate_t.m4: Update.
4276 * gnulib/import/m4/memchr.m4: Update.
4277 * gnulib/import/m4/memmem.m4: Update.
4278 * gnulib/import/m4/mmap-anon.m4: Update.
4279 * gnulib/import/m4/multiarch.m4: Update.
4280 * gnulib/import/m4/nocrash.m4: Update.
4281 * gnulib/import/m4/off_t.m4: Update.
4282 * gnulib/import/m4/pathmax.m4: Update.
4283 * gnulib/import/m4/readlink.m4: Update.
4284 * gnulib/import/m4/rename.m4: Update.
4285 * gnulib/import/m4/rmdir.m4: Update.
4286 * gnulib/import/m4/ssize_t.m4: Update.
4287 * gnulib/import/m4/stat.m4: Update.
4288 * gnulib/import/m4/stdbool.m4: Update.
4289 * gnulib/import/m4/stddef_h.m4: Update.
4290 * gnulib/import/m4/stdint.m4: Update.
4291 * gnulib/import/m4/stdio_h.m4: Update.
4292 * gnulib/import/m4/stdlib_h.m4: Update.
4293 * gnulib/import/m4/string_h.m4: Update.
4294 * gnulib/import/m4/strstr.m4: Update.
4295 * gnulib/import/m4/strtok_r.m4: Update.
4296 * gnulib/import/m4/sys_socket_h.m4: Update.
4297 * gnulib/import/m4/sys_stat_h.m4: Update.
4298 * gnulib/import/m4/sys_time_h.m4: Update.
4299 * gnulib/import/m4/sys_types_h.m4: Update.
4300 * gnulib/import/m4/time_h.m4: Update.
4301 * gnulib/import/m4/unistd_h.m4: Update.
4302 * gnulib/import/m4/warn-on-use.m4: Update.
4303 * gnulib/import/m4/wchar_h.m4: Update.
4304 * gnulib/import/m4/wchar_t.m4: Update.
4305 * gnulib/import/m4/wctype_h.m4: Update.
4306 * gnulib/import/m4/wint_t.m4: Update.
4307 * gnulib/import/malloc.c: Update.
4308 * gnulib/import/malloca.c: Update.
4309 * gnulib/import/malloca.h: Update.
4310 * gnulib/import/math.in.h: Update.
4311 * gnulib/import/mbrtowc.c: Update.
4312 * gnulib/import/mbsinit.c: Update.
4313 * gnulib/import/mbsrtowcs-impl.h: Update.
4314 * gnulib/import/mbsrtowcs-state.c: Update.
4315 * gnulib/import/mbsrtowcs.c: Update.
4316 * gnulib/import/memchr.c: Update.
4317 * gnulib/import/memmem.c: Update.
4318 * gnulib/import/pathmax.h: Update.
4319 * gnulib/import/readlink.c: Update.
4320 * gnulib/import/ref-add.sin: Update.
4321 * gnulib/import/ref-del.sin: Update.
4322 * gnulib/import/rename.c: Update.
4323 * gnulib/import/rmdir.c: Update.
4324 * gnulib/import/same-inode.h: Update.
4325 * gnulib/import/stat.c: Update.
4326 * gnulib/import/stdbool.in.h: Update.
4327 * gnulib/import/stddef.in.h: Update.
4328 * gnulib/import/stdint.in.h: Update.
4329 * gnulib/import/stdio.c: Update.
4330 * gnulib/import/stdio.in.h: Update.
4331 * gnulib/import/stdlib.in.h: Update.
4332 * gnulib/import/str-two-way.h: Update.
4333 * gnulib/import/streq.h: Update.
4334 * gnulib/import/string.in.h: Update.
4335 * gnulib/import/stripslash.c: Update.
4336 * gnulib/import/strnlen1.c: Update.
4337 * gnulib/import/strnlen1.h: Update.
4338 * gnulib/import/strstr.c: Update.
4339 * gnulib/import/strtok_r.c: Update.
4340 * gnulib/import/sys_stat.in.h: Update.
4341 * gnulib/import/sys_time.in.h: Update.
4342 * gnulib/import/sys_types.in.h: Update.
4343 * gnulib/import/time.in.h: Update.
4344 * gnulib/import/unistd.in.h: Update.
4345 * gnulib/import/verify.h: Update.
4346 * gnulib/import/wchar.in.h: Update.
4347 * gnulib/import/wctype.in.h: Update.
4348 * gnulib/import/gettimeofday.c: New file.
4349 * gnulib/import/m4/absolute-header.m4: New file.
4350 * gnulib/import/m4/gettimeofday.m4: New file.
4351 * gnulib/import/m4/sys_socket_h.m4: New file.
4352 * gnulib/import/m4/sys_time_h.m4: New file.
4353 * gnulib/import/stdio.c: Delete file.
4354 * gnulib/import/sys_time.in.h: New file.
4355
438e1e42
PA
43562015-08-24 Pedro Alves <palves@redhat.com>
4357
4358 * Makefile.in (HFILES_NO_SRCDIR): Add common/gdb_sys_time.h.
4359 * common/gdb_sys_time.h: New file.
4360 * event-loop.c: Include gdb_sys_time.h instead of sys/time.h.
4361 * gdb_select.h: Likewise.
4362 * gdb_usleep.c: Likewise.
4363 * maint.c: Likewise.
4364 * mi/mi-main.c: Likewise.
4365 * mi/mi-parse.h: Likewise.
4366 * remote-fileio.c: Likewise.
4367 * remote-m32r-sdi.c: Likewise.
4368 * remote.c: Likewise.
4369 * ser-base.c: Likewise.
4370 * ser-pipe.c: Likewise.
4371 * ser-tcp.c: Likewise.
4372 * ser-unix.c: Likewise.
4373 * symfile.c: Likewise.
4374 * symfile.c: Likewise. Rename OSIZE to SIZE throughout.
4375 * target-memory.c: Include gdb_sys_time.h instead of sys/time.h.
4376 * utils.c: Likewise.
4377
40e0b271
PA
43782015-08-24 Pedro Alves <palves@redhat.com>
4379
4380 * NEWS: Mention removed support for the various ROM monitors.
4381 * Makefile.in (ALL_TARGET_OBS): Remove dbug-rom.o, dink32-rom.o,
4382 ppcbug-rom.o, m32r-rom.o, dsrec.o and monitor.o from gdb_target_obs.
4383 * configure.tgt (h8300-*-*): Remove monitor.o and m32r-rom.o from
4384 gdb_target_obs.
4385 (m68*-*-*): Remove monitor.o dbug-rom.o and dsrec.o from
4386 gdb_target_obs.
4387 (microblaze*-linux-*): Remove microblaze-rom.o, monitor.o and
4388 dsrec.o from gdb_target_obs.
4389 (microblaze*-*-*): Remove microblaze-rom.o, monitor.o and dsrec.o
4390 from gdb_target_obs.
4391 (powerpc-*-lynx*178): Remove monitor.o and dsrec.o from
4392 gdb_target_obs.
4393 (powerpc*-*-*): Remove monitor.o, dsrec.o, ppcbug-rom.o and
4394 dink32-rom.o from gdb_target_obs.
4395 (sh*-*-linux*): Remove monitor.o and dsrec.o from gdb_target_obs.
4396 (sh*): Remove monitor.o and dsrec.o from gdb_target_obs.
4397 * dbug-rom.c, dink32-rom.c, dsrec.c, m32r-rom.c, microblaze-rom.c,
4398 monitor.c, monitor.h, ppcbug-rom.c, srec.h: Delete files.
4399
f8904751
PA
44002015-08-21 Pedro Alves <palves@redhat.com>
4401
4402 * frame.c (null_frame_id): Explicitly zero-initialize.
4403
049412e3
TT
44042015-08-21 Tom Tromey <tromey@redhat.com>
4405
4406 * dwarf2read.c (struct dwarf2_section_info): Rename field
4407 'asection' to 'section'.
4408 (dwarf2_has_info, get_section_bfd_owner, get_section_bfd_section)
4409 (dwarf2_locate_sections, dwarf2_locate_sections)
4410 (locate_dwz_sections, locate_v1_virtual_dwo_sections)
4411 (dwarf2_locate_dwo_sections, dwarf2_locate_dwo_sections)
4412 (dwarf2_locate_v2_dwp_sections): Adjust.
4413
948578a9
PP
44142015-08-21 Patrick Palka <patrick@parcs.ath.cx>
4415
4416 * top.h (gdb_in_secondary_prompt_p): Declare.
4417 * top.c (gdb_secondary_prompt_depth): Define.
4418 (gdb_in_secondary_prompt_p): Define.
4419 (gdb_readline_wrapper_cleanup): Decrement
4420 gdb_secondary_prompt_depth.
4421 (gdb_readline_wrapper): Increment gdb_secondary_prompt_depth.
4422 * tui/tui-io.c (tui_getc): Don't clear the prompt line if we
4423 are in a secondary prompt.
4424
7a8bcb88
PP
44252015-08-21 Patrick Palka <patrick@parcs.ath.cx>
4426
4427 * tui/tui-io.c (tui_getc): Use tui_putc instead of waddch to
4428 emit the newline.
4429
2d7711a3
GB
44302015-08-21 Gary Benson <gbenson@redhat.com>
4431
4432 * gdb_bfd.c (gdb_bfd_iovec_fileio_pread): Add QUIT call.
4433
4313b8c0
GB
44342015-08-21 Gary Benson <gbenson@redhat.com>
4435
4436 * target.h (struct target_ops) <to_fileio_open>: New argument
4437 warn_if_slow. Update comment. All implementations updated.
4438 (target_fileio_open_warn_if_slow): New declaration.
4439 * target.c (target_fileio_open): Renamed as...
4440 (target_fileio_open_1): ...this. New argument warn_if_slow.
4441 Pass warn_if_slow to implementation. Update debug printing.
4442 (target_fileio_open): New function.
4443 (target_fileio_open_warn_if_slow): Likewise.
4444 * gdb_bfd.c (gdb_bfd_iovec_fileio_open): Use new function
4445 target_fileio_open_warn_if_slow.
4446
f36b8719
GB
44472015-08-21 Gary Benson <gbenson@redhat.com>
4448
4449 * nat/linux-namespaces.c (linux_mntns_access_fs):
4450 Do not overwrite old_chain.
4451
40045d91
MF
44522015-08-20 Max Filippov <jcmvbkbc@gmail.com>
4453
4454 * arch/xtensa.h: New file.
4455 * xtensa-linux-nat.c (gdb_proc_service.h): New #include.
4456 (ps_get_thread_area): New function.
4457 * xtensa-linux-tdep.c (xtensa_linux_init_abi): Add call to
4458 set_gdbarch_fetch_tls_load_module_address to enable TLS support.
4459 * xtensa-tdep.c (osabi.h): New #include.
4460 (xtensa_gdbarch_init): Call gdbarch_init_osabi to register
4461 xtensa-specific hooks.
4462 * xtensa-tdep.h (struct xtensa_elf_gregset_t): Add threadptr
4463 member and move the structure to arch/xtensa.h.
4464
80152258
PA
44652015-08-21 Pedro Alves <palves@redhat.com>
4466
4467 * remote.c (struct readahead_cache): New.
4468 (struct remote_state) <readahead_cache>: New field.
4469 (remote_open_1): Invalidate the cache.
4470 (readahead_cache_invalidate, readahead_cache_invalidate_fd): New
4471 functions.
4472 (remote_hostio_pwrite): Invalidate the readahead cache.
4473 (remote_hostio_pread): Rename to ...
4474 (remote_hostio_pread_vFile): ... this.
4475 (remote_hostio_pread_from_cache): New function.
4476 (remote_hostio_pread): Reimplement.
4477 (remote_hostio_close): Invalidate the readahead cache.
4478
88fc5eb7
MC
44792015-08-21 Marcin Cieślak <saper@saper.info> (tiny patch)
4480
4481 PR build/18843
4482 * procfs.c: Include "filestuff.h".
4483
6f1cb6ea
PP
44842015-08-21 Patrick Palka <patrick@parcs.ath.cx>
4485
4486 * tui/tui-data.h (tui_command_info): Remove fields cur_line and
4487 curch.
4488 * tui/tui-data.c (tui_clear_win_detail) [CMD_WIN]: Don't set
4489 cur_line or curch, instead call wmove().
4490 (init_win_info) [CMD_WIN]: Likewise.
4491 * tui/tui-io.c (tui_puts): Likewise. Don't read cur_line,
4492 instead call getcury().
4493 (tui_redisplay_readline): Don't set cur_line or curch.
4494 (tui_mld_erase_entire_line): Don't read cur_line, instead call
4495 getcury().
4496 (tui_cont_sig): Remove call to wmove.
4497 (tui_getc): Don't read cur_line or curch, instead call getcury()
4498 or getyx(). Don't set curch.
4499 * tui/tui-win.c (make_visible_with_new_height) [CMD_WIN]: Don't
4500 set cur_line or curch. Always move cursor to (0,0).
4501
221e1a37
PA
45022015-08-20 Pedro Alves <palves@redhat.com>
4503
4504 * infrun.c (print_target_wait_results): Make extern.
4505 * infrun.h (print_target_wait_results): Declare.
4506 * remote.c (set_stop_requested_callback): Delete.
4507 (process_initial_stop_replies): New function.
4508 (remote_start_remote): Use it.
4509 (stop_reply_queue_length): New function.
4510
40e3ad0e
PA
45112015-08-20 Pedro Alves <palves@redhat.com>
4512
4513 * dwarf2read.c (process_full_comp_unit): To tell whether
4514 start_subfile managed to deduce a language, test for
4515 language_unknown instead of language_c.
4516
af39b327
PMR
45172015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
4518
4519 * ada-lex.l: Reset the start condition to INITIAL in the rule that
4520 matches attributes.
4521
7d45c7c3
KB
45222015-08-19 Kevin Buettner <kevinb@redhat.com>
4523
4524 * dwarf2read.c (dwarf2_string_attr): New function.
4525 (lookup_dwo_unit, process_psymtab_comp_unit_reader)
4526 (dwarf2_compute_name, dwarf2_physname, find_file_and_directory)
4527 (read_call_site_scope, namespace_name, guess_full_die_structure_name)
4528 (anonymous_struct_prefix, prepare_one_comp_unit): Use
4529 dwarf2_string_attr in place of dwarf2_attr and DW_STRING.
4530
4d6cceb4
DE
45312015-08-18 Doug Evans <dje@google.com>
4532 Adrian Sendroiu <adrian.sendroiu@freescale.com>
4533
4534 PR mi/18833
4535 * cli/cli-logging.c (pop_output_files): Don't restore redirection
4536 if MI-like.
4537 * mi/mi-out.c: #include "vec.h".
4538 (ui_filep): New type.
4539 (DEV_VEC_P (ui_filep)): New type.
4540 (struct ui_out_data) <buffer, original_buffer>: Delete.
4541 (struct ui_out_data) <streams>: New member.
4542 (mi_ui_out_impl): Add data_destroy field.
4543 (mi_field_string, mi_field_fmt): Update.
4544 (mi_flush, mi_redirect, field_separator): Update.
4545 (mi_open, mi_close): Update.
4546 (mi_out_buffered, mi_out_rewind, mi_out_put): Update.
4547 (mi_out_data_ctor, mi_out_data_dtor): New functions.
4548 (mi_out_new): Call mi_out_data_ctor.
4549
26d56a93
SL
45502015-08-18 Sandra Loosemore <sandra@codesourcery.com>
4551
4552 * remote.c (strprefix): New.
4553 (remote_parse_stop_reply): Use strprefix instead of strncmp
4554 to ensure exact match of keyword.
4555
566f5e3b
AB
45562015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>
4557
4558 * gdb_bfd.c (debug_bfd_cache): New variable.
4559 (show_bfd_cache_debug): New function.
4560 (gdb_bfd_open): Add debug logging.
4561 (gdb_bfd_ref): Likewise.
4562 (gdb_bfd_unref): Likewise.
4563 (_initialize_gdb_bfd): Add new set/show command.
4564 * NEWS: Mention new command.
4565
18989b3c
AB
45662015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>
4567
4568 * gdb_bfd.c (bfd_sharing): New variable.
4569 (show_bfd_sharing): New function.
4570 (gdb_bfd_open): Check bfd_sharing variable.
4571 (_initialize_gdb_bfd): Add new set/show command.
4572 * NEWS: Mention new command.
4573
c04fe68f
AB
45742015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>
4575
4576 * gdb_bfd.c (struct gdb_bfd_data): Add size, inode, and device id
4577 field.
4578 (struct gdb_bfd_cache_search): Likewise.
4579 (eq_bfd): Compare the size, inode, and device id fields.
4580 (gdb_bfd_open): Initialise the size, inode, and device id fields.
4581 (gdb_bfd_ref): Likewise.
4582 (gdb_bfd_unref): Likewise.
4583
b2a33439
PA
45842015-08-18 Pedro Alves <palves@redhat.com>
4585
4586 * linux-nat.c (linux_nat_always_non_stop_p): If the linux_ops
4587 target implements to_always_non_stop_p, call it.
4588 * x86-linux-nat.c (x86_linux_always_non_stop_p): New function.
4589 (x86_linux_create_target): Install it as to_always_non_stop_p
4590 method.
4591
71b57e37
DE
45922015-08-17 Doug Evans <dje@google.com>
4593
4594 * ui-out.c (default_ui_out_impl): Add comment.
4595
7f3706eb
IB
45962015-08-17 Iain Buclaw <ibuclaw@gdcproject.org>
4597
4598 * d-exp.y (type_aggregate_p): New function.
4599 (PrimaryExpression : TypeExp '.' IdentifierExp): Use it.
4600 (classify_inner_name): Likewise.
4601 * d-namespace.c (d_lookup_nested_symbol): Handle TYPE_CODE_ENUM.
4602
1762568f
DE
46032015-08-15 Doug Evans <xdje42@gmail.com>
4604
4605 * psymtab.c (add_psymbol_to_bcache): Remove "val" arg. All callers
4606 updated.
4607 (add_psymbol_to_list): Ditto.
4608
8763cede
DE
46092015-08-15 Doug Evans <xdje42@gmail.com>
4610
4611 * dbxread.c (dbx_end_psymtab): Renamed from end_psymtab. All callers
4612 updated. Call end_psymtab_common.
4613 * dwarf2read.c (process_psymtab_comp_unit_reader): Call
4614 end_psymtab_common.
4615 (build_type_psymtabs_reader): Ditto.
4616 * psympriv.h (sort_pst_symbols): Delete.
4617 (end_psymtab_common): Declare.
4618 * psymtab.c (sort_pst_symbols): Make static.
4619 (end_psymtab_common): New function.
4620 * xcoffread.c (xcoff_end_psymtab): Call end_psymtab_common.
4621
51cdc993
DE
46222015-08-15 Doug Evans <xdje42@gmail.com>
4623
4624 * defs.h (LANGUAGE_BITS): Define.
4625 * psympriv.h (partial_symbol) <domain>: Use SYMBOL_DOMAIN_BITS.
4626 (partial_symbol) <aclass>: Use SYMBOL_ACLASS_BITS.
4627 * symtab.h (general_symbol_info> <language>: Usage LANGUAGE_BITS.
4628 (minimal_symbol_type): Add nr_minsym_types.
4629 (MINSYM_TYPE_BITS): Define.
4630 (minimal_symbol) <type>: Use MINSYM_TYPE_BITS.
4631 (domain_enum_tag): Add NR_DOMAINS.
4632 (SYMBOL_DOMAIN_BITS): Change from 4 to 3.
4633 (SYMBOL_ACLASS_BITS): Define from 6 to 5.
4634
95cf5869
DE
46352015-08-15 Doug Evans <xdje42@gmail.com>
4636
4637 * objfiles.h: Whitespace cleanup.
4638 * psympriv.h: Whitespace cleanup.
4639 * psymtab.c: Whitespace/coding convention cleanup.
4640
e3ae3c43
PP
46412015-08-15 Patrick Palka <patrick@parcs.ath.cx>
4642
4643 * inferior.c (detach_inferior_command): Don't call
4644 any_thread_of_process when pid is 0.
4645 (kill_inferior_command): Likewise.
4646
6ff0ba5f
DE
46472015-08-14 Doug Evans <xdje42@gmail.com>
4648
4649 PR gdb/11833
4650 * NEWS: Document new /s modifier for the disassemble command.
4651 * cli/cli-cmds.c (disassemble_command): Add support for /s.
4652 (_initialize_cli_cmds): Update online docs of disassemble command.
4653 * disasm.c: #include "source.h".
4654 (struct deprecated_dis_line_entry): Renamed from dis_line_entry.
4655 All uses updated.
4656 (dis_line_entry): New struct.
4657 (hash_dis_line_entry, eq_dis_line_entry): New functions.
4658 (allocate_dis_line_table): New functions.
4659 (maybe_add_dis_line_entry, line_has_code_p): New functions.
4660 (dump_insns): New arg end_pc. All callers updated.
4661 (do_mixed_source_and_assembly_deprecated): Renamed from
4662 do_mixed_source_and_assembly. All callers updated.
4663 (do_mixed_source_and_assembly): New function.
4664 (gdb_disassembly): Handle /s (DISASSEMBLY_SOURCE).
4665 * disasm.h (DISASSEMBLY_SOURCE_DEPRECATED): Renamed from
4666 DISASSEMBLY_SOURCE. All uses updated.
4667 (DISASSEMBLY_SOURCE): New macro.
4668 * mi/mi-cmd-disas.c (mi_cmd_disassemble): New modes 4,5.
4669
b56ccc20
KS
46702015-08-14 Keith Seitz <keiths@redhat.com>
4671
4672 * d-exp.y (PrimaryExpression : TypeExp '.' IdentifierExp): Rename
4673 `typename' to `type_name' to avoid C++ reserved word.
4674
ebdad8fc
KS
46752015-08-14 Keith Seitz <keiths@redhat.com>
4676
4677 * location.c (EL_TYPE, EL_LINESPEC, EL_PROBE, EL_ADDRESS)
4678 (EL_EXPLICIT, EL_STRING): Change macro parameter to "P" to
4679 silence ARI errors.
4680
c0fe2ae7
IB
46812015-08-14 Iain Buclaw <ibuclaw@gdcproject.org>
4682
4683 * d-exp.y (PrimaryExpression : TypeExp '.' IdentifierExp): Use
4684 xstrprintf instead of malloc and sprintf.
4685 (PrimaryExpression : IdentifierExp): Avoid operator at end of line.
4686 (lex_one_token): Likewise.
4687
a738da3a
MF
46882015-08-14 Matthew Fortune <matthew.fortune@imgtec.com>
4689
4690 * solib-svr4.c (read_program_header): Add base_addr argument to
4691 report the runtime address of the segment.
4692 (find_program_interpreter): Update read_program_header call to pass
4693 a NULL pointer for the new argument.
4694 (scan_dyntag): Add ptr_addr argument to report the runtime address
4695 of the tag payload.
4696 (scan_dyntag_auxv): Likewise and use thew new base_addr argument of
4697 read_program_header to get the base address of the dynamic segment.
4698 (elf_locate_base): Update uses of scan_dyntag, scan_dyntag_auxv and
4699 read_program_header.
4700 (elf_locate_base): Scan for and handle DT_MIPS_RLD_MAP_REL.
4701
f8edc4ff
MF
47022015-08-14 Matthew Fortune <matthew.fortune@imgtec.com>
4703
4704 * MAINTAINERS (Write After Approval): Add Matthew Fortune.
4705
444c1ed8
IB
47062015-08-13 Iain Buclaw <ibuclaw@gdcproject.org>
4707
4708 * d-exp.y (%union): Add voidval.
4709 (%token): Add UNKNOWN_NAME as a token to represent an unclassified
4710 name in the lexing stage.
4711 (PostfixExpression): Move symbol completion handling in grammar here
4712 from PrimaryExpression.
4713 (PrimaryExpression): Move routines to handle resolving identifier
4714 tokens in the grammar here from push_expression_name.
4715 (IdentifierExp): Remove the handling of alternating '.' and identifier
4716 tokens.
4717 (TypeExp): Allow TypeExp to be wrapped in parenthesis in the grammar.
4718 (BasicType): Remove C-style typename rules.
4719 (d_type_from_name, d_module_from_name, push_variable)
4720 (push_fieldnames, push_type_name, push_module_name)
4721 (push_expression_name): Remove.
4722 (lex_one_token): Rename from yylex. Replace pstate with par_state.
4723 (token_and_value): New type.
4724 (token_fifo, popping, name_obstack): New globals.
4725 (classify_name): New function.
4726 (classify_inner_name): Likewise.
4727 (yylex): Likewise.
4728 (d_parse): Initialize token_fifo, popping and name_obstack.
4729
bc7c9fab
IB
47302015-08-13 Iain Buclaw <ibuclaw@gdcproject.org>
4731
4732 * Makefile.in (SFILES): Add d-namespace.c.
4733 (COMMON_OBS): Add d-namespace.o.
4734 * d-lang.c (d_language_defn): Use d_lookup_symbol_nonlocal as the
4735 la_lookup_symbol_nonlocal callback function pointer.
4736 * d-lang.h (d_lookup_symbol_nonlocal): New declaration.
4737 (d_lookup_nested_symbol): New declaration.
4738 * d-namespace.c: New file.
4739
3207396b
PA
47402015-08-13 Pedro Alves <palves@redhat.com>
4741
4742 * python/py-unwind.c (pyuw_sniffer): Install the invalidate
4743 cleanup after the decref cleanup, not before.
4744
5d8c3ed3
PMR
47452015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
4746
4747 * ada-lang.c: Include namespace.h
4748 (aux_add_nonlocal_symbols): Fix a function name in comment.
4749 (ada_add_block_renamings): New.
4750 (add_nonlocal_symbols): Add global renamings handling.
4751 (ada_lookup_symbol_list_worker): Move the symbol lookup part
4752 to...
4753 (ada_add_all_symbols): ... this new function.
4754 (ada_add_block_symbols): Try to match the input name against the
4755 "using directives list", perform a recursive symbol lookup on
4756 the matched declarations.
4757 * block.h (struct block): Move the_namespace to top-level as
4758 namespace_info. Remove the language_specific field.
4759 (BLOCK_NAMESPACE): Update access to the namespace_info field.
4760 * buildsym.h (using_directives): Rename into...
4761 (local_using_directives): ... this.
4762 (global_using_directives): New.
4763 (struct context_stack): Rename the using_directives field into
4764 local_using_directives.
4765 * buildsym.c (finish_block_internal): Deal with the proper
4766 using directives repository (local or global).
4767 (prepare_for_building): Reset local_using_directives. Assert
4768 that there is no pending global using directive.
4769 (reset_symtab_globals): Reset global_using_directives and
4770 local_using_directives.
4771 (end_symtab_get_static_block): Don't ignore symtabs that have
4772 only using directives.
4773 (push_context): Update references to local_using_directives.
4774 (buildsym_init): Do not reset using_directives.
4775 * cp-support.c: Include namespace.h.
4776 * cp-support.h (struct using_direct): Move to namespace.h.
4777 (cp_add_using_directives): Move to namespace.h.
4778 * cp-namespace.c: Include namespace.h
4779 (cp_add_using_directive): Move to namespace.c, rename it to
4780 add_using_directive, add a "using_directives" argument and use
4781 it as the pending using directives repository. All callers
4782 updated.
4783 * dwarf2read.c (using_directives): New.
4784 (read_import_statement): Call using_directives.
4785 (read_func_scope): Update references to local_using_directives.
4786 (read_lexical_block_scope): Likewise.
4787 (read_namespace): Update the heading comment, call
4788 using_directives.
4789 * namespace.h: New file.
4790 * namespace.c: New file.
4791 * Makefile.in (SFILES): Add namespace.c.
4792 (COMMON_OBS): Add namespace.o
4793
4dafcdeb
JB
47942015-08-12 Joel Brobecker <brobecker@adacore.com>
4795
4796 * amd64-tdep.c (amd64_displaced_step_fixup): Fix the mask used to
4797 compute RETADDR.
4798
67994074
KS
47992015-08-12 Keith Seitz <keiths@redhat.com>
4800
4801 * break-catch-throw.c (re_set_exception_catchpoint) Rename
4802 reserved C++ keyword "explicit" to "explicit_loc".
4803 * breakpoint.c (create_overlay_event_breakpoint)
4804 (create_longjmp_master_breakpoint)
4805 (create_std_terminate_master_breakpoint)
4806 (create_exception_master_breakpoint, update_static_tracepoint):
4807 Rename reserved C++ keyword "explicit" to "explicit_loc".
4808 * completer.c (collect_explicit_location_matches)
4809 (explicit_location_completer): Rename reserved C++ keyword
4810 "explicit" to "explicit_loc".
4811 * linespec.c (struct linespec) <explicit>: Rename to "explicit_loc".
4812 (canonicalize_linespec, create_sals_line_offset)
4813 (convert_linespec_to_sals, convert_explicit_location_to_sals)
4814 (event_location_to_sals, decode_objc): Rename reserved C++ keyword
4815 "explicit" to "explicit_loc".
4816 * location.c (struct event_location) <explicit>: Rename to
4817 "explicit_loc".
4818 (initialize_explicit_location, new_explicit_location)
4819 (explicit_location_to_string_internal, explicit_location_to_linespec):
4820 Rename reserved C++ keyword "explicit" to "explicit_loc".
4821 * location.h (explicit_location_to_string)
4822 (explicit_location_to_linespec, initialize_explicit_location)
4823 (new_explicit_location): Rename reserved C++ keyword "explicit"
4824 to "explicit_loc".
4825 * mi/mi-cmd-break.c (mi_cmd_break_insert_1): Rename reserved C++
4826 keyword "explicit" to "explicit_loc".
4827
59ecaff3
KS
48282015-08-12 Keith Seitz <keiths@redhat.com>
4829
4830 * python/python.c (gdbpy_decode_line): Initialize `location' to NULL
4831 and only call decode_line_1 when it is non-NULL.
4832
244558af
LM
48332015-08-12 Luis Machado <lgustavo@codesourcery.com>
4834
4835 * breakpoint.c (bp_loc_is_permanent): Return 0 when breakpoint
4836 location address is not meaningful.
4837 (breakpoint_address_is_meaningful): Update comment.
4838
629500fa
KS
48392015-08-11 Keith Seitz <keiths@redhat.com>
4840
4841 * NEWS: Mention explicit locations.
4842 * breakpoint.c [LOCATION_HELP_STRING]: New macro.
4843 [BREAK_ARGS_HELP]: Use LOCATION_HELP_STRING.
4844 (_initialize_breakpoint): Update documentation for
4845 "clear", "break", "trace", "strace", "ftrace", and "dprintf".
4846
eb8c4e2e
KS
48472015-08-11 Keith Seitz <keiths@redhat.com>
4848
4849 * mi/mi-cmd-break.c (mi_cmd_break_insert_1): Add support for
4850 explicit locations, options "--source", "--function",
4851 "--label", and "--line".
4852
87f0e720
KS
48532015-08-11 Keith Seitz <keiths@redhat.com>
4854
4855 * completer.c: Include location.h.
4856 (enum match_type): New enum.
4857 (location_completer): Rename to ...
4858 (linespec_completer): ... this.
4859 (collect_explicit_location_matches, backup_text_ptr)
4860 (explicit_location_completer): New functions.
4861 (location_completer): "New" function; handle linespec
4862 and explicit location completions.
4863 (complete_line_internal): Remove all location completer-specific
4864 handling.
4865 * linespec.c (linespec_lexer_lex_keyword, is_ada_operator)
4866 (find_toplevel_char): Export.
4867 (linespec_parse_line_offset): Export.
4868 Issue error if STRING is not numerical.
4869 (gdb_get_linespec_parser_quote_characters): New function.
4870 * linespec.h (linespec_parse_line_offset): Declare.
4871 (get_gdb_linespec_parser_quote_characters): Declare.
4872 (is_ada_operator): Declare.
4873 (find_toplevel_char): Declare.
4874 (linespec_lexer_lex_keyword): Declare.
4875 * location.c (explicit_to_event_location): New function.
4876 (explicit_location_lex_one): New function.
4877 (string_to_explicit_location): New function.
4878 (string_to_event_location): Handle explicit locations.
4879 * location.h (explicit_to_event_location): Declare.
4880 (string_to_explicit_location): Declare.
4881
00e52e53
KS
48822015-08-11 Keith Seitz <keiths@redhat.com>
4883
4884 * break-catch-throw.c (re_set_exception_catchpoint): Convert
4885 linespec into explicit location.
4886 * breakpoint.c (create_overlay_breakpoint)
4887 (create_longjmp_master_breakpoint)
4888 (create_std_terminate_master_breakpoint)
4889 (create_exception_master_breakpoint): Convert linespec into explicit
4890 location.
4891 (update_static_tracepoint): Convert linespec into explicit location.
4892 * linespec.c (enum offset_relative_sign, struct line_offset): Move
4893 location.h.
4894 (struct linespec) <expression, expr_pc, source_filename>
4895 <function_name, label_name, line_offset>: Replace with ...
4896 <explicit>: ... this.
4897 <is_linespec>: New member.
4898 (PARSER_EXPLICIT): New accessor macro.
4899 (undefined_label_error): New function.
4900 (source_file_not_found_error): New function.
4901 (linespec_parse_basic): The parser result is now an explicit location.
4902 Use PARSER_EXPLICIT to access it.
4903 Use undefined_label_error.
4904 (canonicalize_linespec): Convert canonical linespec into explicit
4905 location.
4906 Move string representation of location to explicit_location_to_linespec
4907 and use it and explicit_location_to_string to save string
4908 representations of the canonical location.
4909 (create_sals_line_offset, convert_linespec_to_sals): `ls' contains an
4910 explicit location. Update all references.
4911 (convert_explicit_location_to_sals): New function.
4912 (parse_linespec): Use PARSER_EXPLICIT to access the parser
4913 result's explicit location.
4914 (linespec_state_constructor): Initialize is_linespec.
4915 Use PARSER_EXPLICIT.
4916 (linespec_parser_delete): Use PARSER_EXPLICIT to access the parser's
4917 result.
4918 (event_location_to_sals): For linespec locations, set is_linespec.
4919 Handle explicit locations.
4920 (decode_objc): 'ls' contains an explicit location now. Update all
4921 references.
4922 (symtabs_from_filename): Use source_file_not_found_error.
4923 * location.c (struct event_location.u) <explicit>: New member.
4924 (initialize_explicit_location): New function.
4925 (initialize_event_location): Initialize explicit locations.
4926 (new_explicit_location, get_explicit_location)
4927 (get_explicit_location_const): New functions.
4928 (explicit_to_string_internal): New function; most of contents moved
4929 from canonicalize_linespec.
4930 (explicit_location_to_string): New function.
4931 (explicit_location_to_linespec): New function.
4932 (copy_event_location, delete_event_location)
4933 (event_location_to_string_const, event_location_empty_p): Handle
4934 explicit locations.
4935 * location.h (enum offset_relative_sign, struct line_offset): Move
4936 here from linespec.h.
4937 (enum event_location_type): Add EXPLICIT_LOCATION.
4938 (struct explicit_location): New structure.
4939 (explicit_location_to_string): Declare.
4940 (explicit_location_to_linespec): Declare.
4941 (new_explicit_location, get_explicit_locationp
4942 (get_explicit_location_const, initialize_explicit_location): Declare.
4943
5b56227b
KS
49442015-08-11 Keith Seitz <keiths@redhat.com>
4945
4946 * break-catch-throw.c (re_set_exception_catchpoint): Convert
4947 linespec for stap probe to probe location.
4948 * breakpoint.c (create_longjmp_master_breakpoint)
4949 (create_exception_master_breakpoint): Likewise.
4950 (break_command_1): Remove local variable `arg_cp'.
4951 Check location type to set appropriate breakpoint ops methods.
4952 (trace_command): Likewise.
4953 * linespec.c (event_location_to_sals): Assert on probe locations.
4954 * location.c (EL_PROBE): Add macro definition.
4955 (new_probe_location, get_probe_location): New functions.
4956 (copy_event_location, delete_event_location, event_location_to_string)
4957 (string_to_event_location, event_location_empty_p): Handle probe
4958 locations.
4959 * location.h (enum event_location_type): Add PROBE_LOCATION.
4960 (new_probe_location, get_probe_location): Declare.
4961 * probe.c (parse_probes): Assert that LOCATION is a probe location.
4962 Convert linespec into probe location.
4963
a06efdd6
KS
49642015-08-11 Keith Seitz <keiths@redhat.com>
4965
4966 * breakpoint.c (create_thread_event_breakpoint, init_breakpoint_sal):
4967 Convert linespec to address location.
4968 * linespec.c (canonicalize_linespec): Do not handle address
4969 locations here.
4970 (convert_address_location_to_sals): New function; contents moved
4971 from ...
4972 (convert_linespc_to_sals): ... here.
4973 (parse_linespec): Remove address locations from linespec grammar.
4974 Remove handling of address locations.
4975 (linespec_lex_to_end): Remove handling of address linespecs.
4976 (event_location_to_sals): Handle ADDRESS_LOCATION.
4977 (linespec_expression_to_pc): Export.
4978 * linespec.h (linespec_expression_to_pc): Add declaration.
4979 * location.c (struct event_location.u) <address>: New member.
4980 (new_address_location, get_address_location): New functions.
4981 (copy_event_location, delete_event_location, event_location_to_string)
4982 (string_to_event_location, event_location_empty_p): Handle address
4983 locations.
4984 * location.h (enum event_location_type): Add ADDRESS_LOCATION.
4985 (new_address_location, get_address_location): Declare.
4986 * python/py-finishbreakpoint.c (bpfinishpy_init): Convert linespec
4987 to address location.
4988 * spu-tdep.c (spu_catch_start): Likewise.
4989
f00aae0f
KS
49902015-08-11 Keith Seitz <keiths@redhat.com>
4991
4992 * ax-gdb.c: Include location.h.
4993 (agent_command_1) Use linespec location instead of address
4994 string.
4995 * break-catch-throw.c: Include location.h.
4996 (re_set_exception_catchpoint): Use linespec locations instead
4997 of address strings.
4998 * breakpoint.c: Include location.h.
4999 (create_overlay_event_breakpoint, create_longjmp_master_breakpoint)
5000 (create_std_terminate_master_breakpoint)
5001 (create_exception_master_breakpoint, update_breakpoints_after_exec):
5002 Use linespec location instead of address string.
5003 (print_breakpoint_location): Use locations and
5004 event_location_to_string.
5005 Print extra_string for pending locations for non-MI streams.
5006 (print_one_breakpoint_location): Use locations and
5007 event_location_to_string.
5008 (init_raw_breakpoint_without_location): Initialize b->location.
5009 (create_thread_event_breakpoint): Use linespec location instead of
5010 address string.
5011 (init_breakpoint_sal): Likewise.
5012 Only save extra_string if it is non-NULL and not the empty string.
5013 Use event_location_to_string instead of `addr_string'.
5014 Constify `p' and `endp'.
5015 Use skip_spaces_const/skip_space_const instead of non-const versions.
5016 Copy the location into the breakpoint.
5017 If LOCATION is NULL, save the breakpoint address as a linespec location
5018 instead of an address string.
5019 (create_breakpoint_sal): Change `addr_string' parameter to a struct
5020 event_location. All uses updated.
5021 (create_breakpoints_sal): Likewise for local variable `addr_string'.
5022 (parse_breakpoint_sals): Use locations instead of address strings.
5023 Remove check for empty linespec with conditional.
5024 Refactor.
5025 (decode_static_tracepoint_spec): Make argument const and update
5026 function.
5027 (create_breakpoint): Change `arg' to a struct event_location and
5028 rename.
5029 Remove `copy_arg' and `addr_start'.
5030 If EXTRA_STRING is empty, set it to NULL.
5031 Don't populate `canonical' for pending breakpoints.
5032 Pass `extra_string' to find_condition_and_thread.
5033 Clear `extra_string' if `rest' was NULL.
5034 Do not error with "garbage after location" if setting a dprintf
5035 breakpoint.
5036 Copy the location into the breakpoint instead of an address string.
5037 (break_command_1): Use string_to_event_location and pass this to
5038 create_breakpoint instead of an address string.
5039 Check against `arg_cp' for a probe linespec.
5040 (dprintf_command): Use string_to_event_location and pass this to
5041 create_breakpoint instead of an address string.
5042 Throw an exception if no format string was specified.
5043 (print_recreate_ranged_breakpoint): Use event_location_to_string
5044 instead of address strings.
5045 (break_range_command, until_break_command)
5046 (init_ada_exception_breakpoint): Use locations instead
5047 of address strings.
5048 (say_where): Print out extra_string for pending locations.
5049 (base_breakpoint_dtor): Delete `location' and `location_range_end' of
5050 the breakpoint.
5051 (base_breakpoint_create_sals_from_location): Use struct event_location
5052 instead of address string.
5053 Remove `addr_start' and `copy_arg' parameters.
5054 (base_breakpoint_decode_location): Use struct event_location instead of
5055 address string.
5056 (bkpt_re_set): Use locations instead of address strings.
5057 Use event_location_empty_p to check for unset location.
5058 (bkpt_print_recreate): Use event_location_to_string instead of
5059 an address string.
5060 Print out extra_string for pending locations.
5061 (bkpt_create_sals_from_location, bkpt_decode_location)
5062 (bkpt_probe_create_sals_from_location): Use struct event_location
5063 instead of address string.
5064 (bkpt_probe_decode_location): Use struct event_location instead of
5065 address string.
5066 (tracepoint_print_recreate): Use event_location_to_string to
5067 recreate the tracepoint.
5068 (tracepoint_create_sals_from_location, tracepoint_decode_location)
5069 (tracepoint_probe_create_sals_from_location)
5070 (tracepoint_probe_decode_location): Use struct event_location
5071 instead of address string.
5072 (dprintf_print_recreate): Use event_location_to_string to recreate
5073 the dprintf.
5074 (dprintf_re_set): Remove check for valid/missing format string.
5075 (strace_marker_create_sals_from_location)
5076 (strace_marker_create_breakpoints_sal, strace_marker_decode_location)
5077 (update_static_tracepoint): Use struct event_location instead of
5078 address string.
5079 (location_to_sals): Likewise.
5080 Pass `extra_string' to find_condition_and_thread.
5081 For newly resolved pending breakpoint locations, clear the location's
5082 string representation.
5083 Assert that the breakpoint's condition string is NULL when
5084 condition_not_parsed.
5085 (breakpoint_re_set_default, create_sals_from_location_default)
5086 (decode_location_default, trace_command, ftrace_command)
5087 (strace_command, create_tracepoint_from_upload): Use locations
5088 instead of address strings.
5089 * breakpoint.h (struct breakpoint_ops) <create_sals_from_location>:
5090 Use struct event_location instead of address string.
5091 Update all uses.
5092 <decode_location>: Likewise.
5093 (struct breakpoint) <addr_string>: Change to struct event_location
5094 and rename `location'.
5095 <addr_string_range_end>: Change to struct event_location and rename
5096 `location_range_end'.
5097 (create_breakpoint): Use struct event_location instead of address
5098 string.
5099 * cli/cli-cmds.c: Include location.h.
5100 (edit_command, list_command): Use locations instead of address strings.
5101 * elfread.c: Include location.h.
5102 (elf_gnu_ifunc_resolver_return_stop): Use event_location_to_string.
5103 * guile/scm-breakpoint.c: Include location.h.
5104 (bpscm_print_breakpoint_smob): Use event_location_to_string.
5105 (gdbscm_register_breakpoint): Use locations instead of address
5106 strings.
5107 * linespec.c: Include location.h.
5108 (struct ls_parser) <stream>: Change to const char *.
5109 (PARSER_STREAM): Update.
5110 (lionespec_lexer_lex_keyword): According to find_condition_and_thread,
5111 keywords must be followed by whitespace.
5112 (canonicalize_linespec): Save a linespec location into `canonical'.
5113 Save a canonical linespec into `canonical'.
5114 (parse_linespec): Change `argptr' to const char * and rename `arg'.
5115 All uses updated.
5116 Update function description.
5117 (linespec_parser_new): Initialize `parser'.
5118 Update initialization of parsing stream.
5119 (event_location_to_sals): New function.
5120 (decode_line_full): Change `argptr' to a struct event_location and
5121 rename it `location'.
5122 Use locations instead of address strings.
5123 Call event_location_to_sals instead of parse_linespec.
5124 (decode_line_1): Likewise.
5125 (decode_line_with_current_source, decode_line_with_last_displayed)
5126 Use locations instead of address strings.
5127 (decode_objc): Likewise.
5128 Change `argptr' to const char * and rename `arg'.
5129 (destroy_linespec_result): Delete the linespec result's location
5130 instead of freeing the address string.
5131 * linespec.h (struct linespec_result) <addr_string>: Change to
5132 struct event_location and rename to ...
5133 <location>: ... this.
5134 (decode_line_1, decode_line_full): Change `argptr' to struct
5135 event_location. All callers updated.
5136 * mi/mi-cmd-break.c: Include language.h, location.h, and linespec.h.
5137 (mi_cmd_break_insert_1): Use locations instead of address strings.
5138 Throw an error if there was "garbage" at the end of the specified
5139 linespec.
5140 * probe.c: Include location.h.
5141 (parse_probes): Change `argptr' to struct event_location.
5142 Use event locations instead of address strings.
5143 * probe.h (parse_probes): Change `argptr' to struct event_location.
5144 * python/py-breakpoint.c: Include location.h.
5145 (bppy_get_location): Constify local variable `str'.
5146 Use event_location_to_string.
5147 (bppy_init): Use locations instead of address strings.
5148 * python/py-finishbreakpoint.c: Include location.h.
5149 (bpfinishpy_init): Remove local variable `addr_str'.
5150 Use locations instead of address strings.
5151 * python/python.c: Include location.h.
5152 (gdbpy_decode_line): Use locations instead of address strings.
5153 * remote.c: Include location.h.
5154 (remote_download_tracepoint): Use locations instead of address
5155 strings.
5156 * spu-tdep.c: Include location.h.
5157 (spu_catch_start): Remove local variable `buf'.
5158 Use locations instead of address strings.
5159 * tracepoint.c: Include location.h.
5160 (scope_info): Use locations instead of address strings.
5161 (encode_source_string): Constify parameter `src'.
5162 * tracepoint.h (encode_source_string): Likewise.
5163
c7c1b3e9
KS
51642015-08-11 Keith Seitz <keiths@redhat.com>
5165
5166 * Makefile.in (SFILES): Add location.c.
5167 (HFILES_NO_SRCDIR): Add location.h.
5168 (COMMON_OBS): Add location.o.
5169 * linespec.c (linespec_lex_to_end): New function.
5170 * linespec.h (linespec_lex_to_end): Declare.
5171 * location.c: New file.
5172 * location.h: New file.
5173
5f700d83
KS
51742015-08-11 Keith Seitz <keiths@redhat.com>
5175
5176 * breakpoint.h (struct breakpoint_ops) <create_sals_from_address>:
5177 Renamed to create_sals_from_location.
5178 <decode_linespec>: Renamed to decode_location.
5179 Update all callers.
5180 * breakpoint.c (create_sals_from_address_default): Renamed to ...
5181 (create_sals_from_location_default): ... this.
5182 (addr_string_to_sals): Renamed to ...
5183 (location_to_sals): ... this.
5184 (decode_linespec_default): Renamed to ...
5185 (decode_location_default): ... this.
5186 (base_breakpoint_create_sals_from_address): Renamed to ...
5187 (base_breakpoint_create_sals_from_location): ... this.
5188 (bkpt_create_sals_from_address): Renamed to ...
5189 (bkpt_create_sals_from_location): ... this.
5190 (bkpt_decode_linespec): Renamed to ...
5191 (bkpt_decode_location): ... this.
5192 (bkpt_probe_create_sals_from_address): Renamed to ...
5193 (bkpt_probe_create_sals_from_location): ... this.
5194 (tracepoint_create_sals_from_address): Renamed to ...
5195 (tracepoint_create_sals_from_location): ... this.
5196 (tracepoint_decode_linespec): Renamed to ...
5197 (tracepoint_decode_location): ... this.
5198 (tracepoint_probe_create_sals_from_address): Renamed to ...
5199 (tracepoint_probe_create_sals_from_location): ... this.
5200 (tracepoint_probe_decode_linespec): Renamed to ...
5201 (tracepoint_probe_decode_location): ... this.
5202 (strace_marker_create_sals_from_address): Renamed to ...
5203 (strace_marker_create_sals_from_location): ... this.
5204 (decode_linespec_default): Renamed to ...
5205 (decode_location_default): ... this.
5206
e27852be
DE
52072015-08-10 Doug Evans <dje@google.com>
5208 Keith Seitz <keiths@redhat.com>
5209
5210 PR gdb/17960
5211 * symtab.c (make_file_symbol_completion_list_1): Renamed from
5212 make_file_symbol_completion_list and made static.
5213 (make_file_symbol_completion_list): New function.
80af41e0 5214
fd7dcb94
JB
52152015-08-10 Joel Brobecker <brobecker@adacore.com>
5216
5217 * infrun.c (follow_fork, displaced_step_prepare, resume): Remove
5218 trailing new-line at end of warning message.
5219 (proceed): Add i18n marker to error messages.
5220
f12899e9
PA
52212015-08-07 Pedro Alves <palves@redhat.com>
5222
5223 * linux-nat.c (linux_nat_always_non_stop_p): Return 1.
5224
5ac21343
PA
52252015-08-07 Pedro Alves <palves@redhat.com>
5226
5227 * s390-linux-tdep.c (is_non_branch_ril)
5228 (s390_displaced_step_copy_insn): New functions.
5229 (s390_displaced_step_fixup): Update comment.
5230 (s390_gdbarch_init): Install s390_displaced_step_copy_insn as
5231 gdbarch_displaced_step_copy_insn hook.
5232
7f03bd92
PA
52332015-08-07 Pedro Alves <palves@redhat.com>
5234
5235 * infrun.c (displaced_step_prepare_throw): Return -1 if
5236 gdbarch_displaced_step_copy_insn returns NULL. Update intro
5237 comment.
5238 * rs6000-tdep.c (LWARX_MASK, LWARX_INSTRUCTION, LDARX_INSTRUCTION)
5239 (STWCX_MASK, STWCX_INSTRUCTION, STDCX_INSTRUCTION): Move higher up
5240 in file.
5241 (ppc_displaced_step_copy_insn): New function.
5242 (ppc_displaced_step_fixup): Update comment.
5243 (rs6000_gdbarch_init): Install ppc_displaced_step_copy_insn as
5244 gdbarch_displaced_step_copy_insn hook.
5245 * gdbarch.sh (displaced_step_copy_insn): Document what happens on
5246 NULL return.
5247 * gdbarch.h: Regenerate.
5248
3fc8eb30
PA
52492015-08-07 Pedro Alves <palves@redhat.com>
5250
5251 * inferior.h (struct inferior) <displaced_stepping_failed>: New
5252 field.
5253 * infrun.c (use_displaced_stepping_now_p): New parameter 'inf'.
5254 Return false if dispaced stepping failed before.
5255 (resume): Pass the current inferior to
5256 use_displaced_stepping_now_p. Wrap displaced_step_prepare in
5257 TRY/CATCH. If we get a MEMORY_ERROR, set the inferior's
5258 displaced_stepping_failed flag, and fall back to an in-line
5259 step-over.
5260
bfedc46a
PA
52612015-08-07 Pedro Alves <palves@redhat.com>
5262
5263 * darwin-nat.c (darwin_stop): Rename to ...
5264 (darwin_interrupt): ... this.
5265 (_initialize_darwin_inferior): Adjust.
5266 * gnu-nat.c (gnu_stop): Delete.
5267 (gnu_target): Don't install gnu_stop.
5268 * inf-ptrace.c (inf_ptrace_stop): Rename to ...
5269 (inf_ptrace_interrupt): ... this.
5270 (inf_ptrace_target): Adjust.
5271 * infcmd.c (interrupt_target_1): Use target_interrupt instead of
5272 target_stop.
5273 * linux-nat (linux_nat_stop): Rename to ...
5274 (linux_nat_interrupt): ... this.
5275 (linux_nat_stop): Reimplement.
5276 (linux_nat_add_target): Install linux_nat_interrupt.
5277 * nto-procfs.c (nto_interrupt_twice): Rename to ...
5278 (nto_handle_sigint_twice): ... this.
5279 (nto_interrupt): Rename to ...
5280 (nto_handle_sigint): ... this. Call target_interrupt instead of
5281 target_stop.
5282 (procfs_wait): Adjust.
5283 (procfs_stop): Rename to ...
5284 (procfs_interrupt): ... this.
5285 (init_procfs_targets): Adjust.
5286 * procfs.c (procfs_stop): Rename to ...
5287 (procfs_interrupt): ... this.
5288 (procfs_target): Adjust.
5289 * remote-m32r-sdi.c (m32r_stop): Rename to ...
5290 (m32r_interrupt): ... this.
5291 (init_m32r_ops): Adjust.
5292 * remote-sim.c (gdbsim_stop_inferior): Rename to ...
5293 (gdbsim_interrupt_inferior): ... this.
5294 (gdbsim_stop): Rename to ...
5295 (gdbsim_interrupt): ... this.
5296 (gdbsim_cntrl_c): Adjust.
5297 (init_gdbsim_ops): Adjust.
5298 * remote.c (sync_remote_interrupt): Adjust comments.
5299 (remote_stop_as): Rename to ...
5300 (remote_interrupt_as): ... this.
5301 (remote_stop): Adjust comment.
5302 (remote_interrupt): New function.
5303 (init_remote_ops): Install remote_interrupt.
5304 * target.c (target_interrupt): New function.
5305 * target.h (struct target_ops) <to_interrupt>: New field.
5306 (target_interrupt): New declaration.
5307 * windows-nat.c (windows_stop): Rename to ...
5308 (windows_interrupt): ... this.
5309 * target-delegates.c: Regenerate.
5310
d55007b5
PA
53112015-08-07 Pedro Alves <palves@redhat.com>
5312
5313 * signal-while-stepping-over-bp-other-thread.exp: Expect "restart
5314 threads" as alternative to "switching back to stepped thread".
5315
fbea99ea
PA
53162015-08-07 Pedro Alves <palves@redhat.com>
5317
5318 * NEWS: Mention "maint set/show target-non-stop".
5319 * breakpoint.c (update_global_location_list): Check
5320 target_is_non_stop_p instead of non_stop.
5321 * infcmd.c (attach_command_post_wait, attach_command): Likewise.
5322 * infrun.c (show_can_use_displaced_stepping)
5323 (can_use_displaced_stepping_p, start_step_over_inferior):
5324 Likewise.
5325 (internal_resume_ptid): New function.
5326 (resume): Use it.
5327 (proceed): Check target_is_non_stop_p instead of non_stop. If in
5328 all-stop mode but the target is always in non-stop mode, start all
5329 the other threads that are implicitly resumed too.
5330 (for_each_just_stopped_thread, fetch_inferior_event)
5331 (adjust_pc_after_break, stop_all_threads): Check
5332 target_is_non_stop_p instead of non_stop.
5333 (handle_inferior_event): Likewise. Handle detach-fork in all-stop
5334 with the target always in non-stop mode.
5335 (handle_signal_stop) <random signal>: Check target_is_non_stop_p
5336 instead of non_stop.
5337 (switch_back_to_stepped_thread): Check target_is_non_stop_p
5338 instead of non_stop.
5339 (keep_going_stepped_thread): Use internal_resume_ptid.
5340 (stop_waiting): If in all-stop mode, and the target is in non-stop
5341 mode, stop all threads.
5342 (keep_going_pass): Likewise, when starting a new in-line step-over
5343 sequence.
5344 * linux-nat.c (get_pending_status, select_event_lwp)
5345 (linux_nat_filter_event, linux_nat_wait_1, linux_nat_wait): Check
5346 target_is_non_stop_p instead of non_stop.
5347 (linux_nat_always_non_stop_p): New function.
5348 (linux_nat_stop): Check target_is_non_stop_p instead of non_stop.
5349 (linux_nat_add_target): Install linux_nat_always_non_stop_p.
5350 * target-delegates.c: Regenerate.
5351 * target.c (target_is_non_stop_p): New function.
5352 (target_non_stop_enabled, target_non_stop_enabled_1): New globals.
5353 (maint_set_target_non_stop_command)
5354 (maint_show_target_non_stop_command): New functions.
5355 (_initilize_target): Install "maint set/show target-non-stop"
5356 commands.
5357 * target.h (struct target_ops) <to_always_non_stop_p>: New field.
5358 (target_non_stop_enabled): New declaration.
5359 (target_is_non_stop_p): New declaration.
5360
372316f1
PA
53612015-08-07 Pedro Alves <pedro@codesourcery.com>
5362
5363 * breakpoint.c (breakpoints_should_be_inserted_now): If any thread
5364 has a pending status, return true.
5365 * gdbthread.h: Include target/waitstatus.h.
5366 (struct thread_suspend_state) <stop_reason, waitstatus_pending_p,
5367 stop_pc>: New fields.
5368 (struct thread_info) <resumed>: New field.
5369 (set_resumed): Declare.
5370 * infrun.c: Include "event-loop.h".
5371 (infrun_async_inferior_event_token, infrun_is_async): New globals.
5372 (infrun_async): New function.
5373 (clear_step_over_info): Add debug output.
5374 (displaced_step_in_progress_any_inferior): New function.
5375 (displaced_step_fixup): New returns int.
5376 (start_step_over): Handle in-line step-overs too. Assert the
5377 thread is marked resumed.
5378 (resume_cleanups): Clear the thread's resumed flag.
5379 (resume): Set the thread's resumed flag. Return early if the
5380 thread has a pending status. Allow stepping a breakpoint with no
5381 signal.
5382 (proceed): Adjust to check 'resumed' instead of 'executing'.
5383 (clear_proceed_status_thread): If the thread has a pending status,
5384 and that status is a finished step, discard the pending status.
5385 (clear_proceed_status): Don't clear step_over_info here.
5386 (random_pending_event_thread, do_target_wait): New functions.
5387 (prepare_for_detach, wait_for_inferior, fetch_inferior_event): Use
5388 do_target_wait.
5389 (wait_one): New function.
5390 (THREAD_STOPPED_BY): New macro.
5391 (thread_stopped_by_watchpoint, thread_stopped_by_sw_breakpoint)
5392 (thread_stopped_by_hw_breakpoint): New functions.
5393 (switch_to_thread_cleanup, save_waitstatus, stop_all_threads): New
5394 functions.
5395 (handle_inferior_event): Also call set_resumed(false) on all
5396 threads implicitly stopped by the event.
5397 (restart_threads, resumed_thread_with_pending_status): New
5398 functions.
5399 (finish_step_over): If we were doing an in-line step-over before,
5400 and no longer are after trying to start a new step-over, restart
5401 all threads. If we have multiple threads with pending events,
5402 save the current event and go through the event loop again.
5403 (handle_signal_stop): Return early if finish_step_over returns
5404 false.
5405 <random signal>: If we get a signal while stepping over a
5406 breakpoint in-line in non-stop mode, restart all threads. Clear
5407 step_over_info before delivering the signal.
5408 (keep_going_stepped_thread): Use internal_error instead of
5409 gdb_assert. Mark the thread as resumed.
5410 (keep_going_pass_signal): Assert the thread isn't already resumed.
5411 If some other thread is doing an in-line step-over, defer the
5412 resume. If we just started a new in-line step-over, stop all
5413 threads. Don't clear step_over_info.
5414 (infrun_async_inferior_event_handler): New function.
5415 (_initialize_infrun): Create async event handler with
5416 infrun_async_inferior_event_handler as callback.
5417 (infrun_async): New declaration.
5418 * target.c (target_async): New function.
5419 * target.h (target_async): Declare macro and readd as function
5420 declaration.
5421 * target/waitstatus.h (enum target_stop_reason)
5422 <TARGET_STOPPED_BY_SINGLE_STEP>: New value.
5423 * thread.c (new_thread): Clear the new waitstatus field.
5424 (set_resumed): New function.
5425
2ac7589c
PA
54262015-08-07 Pedro Alves <palves@redhat.com>
5427
5428 * infrun.c (keep_going_stepped_thread): New function, factored out
5429 from ...
5430 (switch_back_to_stepped_thread): ... here.
5431
8b061563
PA
54322015-08-07 Pedro Alves <palves@redhat.com>
5433
5434 * infrun.c (currently_stepping): Extend intro comment.
5435 * target.h (target_resume): Extend intro comment.
5436
1afd5965
PA
54372015-08-07 Pedro Alves <palves@redhat.com>
5438
5439 * infrun.c (switch_back_to_stepped_thread): Use ecs->ptid instead
5440 of inferior_ptid. If the stepped thread vanished, return 0
5441 instead of resuming here. Use reset_ecs. Print the prev_pc and
5442 the current stop_pc in log message. Clear trap_expected if the
5443 thread advanced. Don't pass currently_stepping to
5444 do_target_resume.
5445
4d9d9d04
PA
54462015-08-07 Pedro Alves <palves@redhat.com>
5447
5448 * gdbthread.h (struct thread_info) <prev_pc>: Extend comment.
5449 * infrun.c (struct execution_control_state): Move higher up in the
5450 file.
5451 (reset_ecs): New function.
5452 (start_step_over): Now returns int. Rewrite to use
5453 keep_going_pass_signal instead of manually starting a displaced step.
5454 (resume): Don't call set_running here. If displaced stepping
5455 can't start now, clear trap_expected.
5456 (find_thread_needs_step_over): Delete function.
5457 (proceed): Set up finish_thread_state_cleanup. Call set_running.
5458 If the current thread needs a step over, push it in the step-over
5459 chain. Don't set insert breakpoints nor call resume directly
5460 here. Instead rewrite to use start_step_over and
5461 keep_going_pass_signal.
5462 (finish_step_over): New function.
5463 (handle_signal_stop): Call finish_step_over instead of
5464 start_step_over.
5465 (switch_back_to_stepped_thread): If the event thread needs another
5466 step-over do that first. Use start_step_over.
5467 (keep_going_pass_signal): New function, factored out from ...
5468 (keep_going): ... here.
5469 (_initialize_infrun): Comment moved here.
5470 * thread.c (set_running_thread): New function.
5471 (set_running, finish_thread_state): Use set_running_thread.
5472
c2829269
PA
54732015-08-07 Pedro Alves <palves@redhat.com>
5474
5475 * gdbthread.h (struct thread_info) <step_over_prev,
5476 step_over_next>: New fields.
5477 (thread_step_over_chain_enqueue, thread_step_over_chain_remove)
5478 (thread_step_over_chain_next, thread_is_in_step_over_chain): New
5479 declarations.
5480 * infrun.c (struct displaced_step_request): Delete.
5481 (struct displaced_step_inferior_state) <step_request_queue>:
5482 Delete field.
5483 (displaced_step_prepare): Assert that trap_expected is set. Use
5484 thread_step_over_chain_enqueue. Split starting a new displaced
5485 step to ...
5486 (start_step_over): ... this new function.
5487 (resume): Assert the thread isn't waiting for a step over already.
5488 (proceed): Assert the thread isn't waiting for a step over
5489 already.
5490 (infrun_thread_stop_requested): Adjust to remove threads from the
5491 embedded step-over chain.
5492 (handle_inferior_event) <fork/vfork>: Call start_step_over after
5493 displaced_step_fixup.
5494 (handle_signal_stop): Call start_step_over after
5495 displaced_step_fixup.
5496 * infrun.h (step_over_queue_head): New declaration.
5497 * thread.c (step_over_chain_enqueue, step_over_chain_remove)
5498 (thread_step_over_chain_next, thread_is_in_step_over_chain)
5499 (thread_step_over_chain_enqueue)
5500 (thread_step_over_chain_remove): New functions.
5501 (delete_thread_1): Remove thread from the step-over chain.
5502
6c4cfb24
PA
55032015-08-07 Pedro Alves <palves@redhat.com>
5504
5505 * infrun.c (thread_still_needs_step_over): Rename to ...
5506 (thread_still_needs_step_over_bp): ... this.
5507 (enum step_over_what): New.
5508 (thread_still_needs_step_over): Reimplement.
5509
567420d1
PA
55102015-08-07 Pedro Alves <palves@redhat.com>
5511
5512 * remote.c (remote_wait_as): If not waiting for a stop reply,
5513 return TARGET_WAITKIND_NO_RESUMED. If TARGET_WNOHANG is
5514 requested, don't block waiting forever.
5515
d8dd4d5f
PA
55162015-08-07 Pedro Alves <pedro@codesourcery.com>
5517
5518 * infrun.c (adjust_pc_after_break): Now takes thread_info and
5519 waitstatus pointers instead of an ecs. Adjust.
5520 (handle_inferior_event): Adjust caller.
5521
e1316e60
PA
55222015-08-07 Pedro Alves <palves@redhat.com>
5523
5524 * infrun.c (handle_inferior_event): If we get
5525 TARGET_WAITKIND_SIGNALLED or TARGET_WAITKIND_EXITED in non-stop
5526 mode, mark all threads of the exiting process as not-executing.
5527 (normal_stop): If we get TARGET_WAITKIND_SIGNALLED or
5528 TARGET_WAITKIND_EXITED in non-stop mode, finish all threads of the
5529 exiting process, if inferior_ptid still points at a process.
5530 * thread.c (struct current_thread_cleanup) <next>: New field.
5531 (current_thread_cleanup_chain): New global.
5532 (restore_current_thread_ptid_changed): New function.
5533 (restore_current_thread_cleanup_dtor): Remove the cleanup from the
5534 current_thread_cleanup_chain list.
5535 (make_cleanup_restore_current_thread): Add the cleanup data to the
5536 current_thread_cleanup_chain list.
5537 (_initialize_thread): Install restore_current_thread_ptid_changed
5538 as thread_ptid_changed observer.
5539
47e9c225
JB
55402015-08-07 Joel Brobecker <brobecker@adacore.com>
5541
5542 * dtrace-probe.c (dtrace_process_dof): Ignore the objfile's DOF
5543 data if a DTRACE_DOF_SECT_TYPE_PROVIDER section is found to be
5544 smaller than expected.
5545
06096720
AB
55462015-08-07 Andrew Burgess <andrew.burgess@embecosm.com>
5547
5548 * stack.c (get_frame_language): Moved ...
5549 * frame.c (get_frame_language): ... to here.
5550 * language.h (get_frame_language): Declaration moved to frame.h.
5551 * frame.h: Add language.h include, for language enum.
5552 (get_frame_language): Declaration moved from language.h.
5553 * language.c: Add frame.h include.
5554 * top.c: Add frame.h include.
5555 * symtab.h (struct obj_section): Declare.
5556 (struct cmd_list_element): Declare.
5557
7ff38b1c
AB
55582015-08-07 Andrew Burgess <andrew.burgess@embecosm.com>
5559
5560 * language.c (show_language_command): Find selected frame before
5561 asking for the language of that frame.
5562 (set_language_command): Likewise.
5563 * language.h (get_frame_language): Add frame parameter.
5564 * stack.c (get_frame_language): Add frame parameter, assert
5565 parameter is not NULL, update comment and reindent.
5566 * top.c (check_frame_language_change): Pass the selected frame
5567 into get_frame_language.
5568
da8c46d2
MM
55692015-08-07 Markus Metzger <markus.t.metzger@intel.com>
5570
5571 * btrace.c (btrace_compute_ftrace_bts): Clear insn flags.
5572 (pt_btrace_insn_flags): New.
5573 (ftrace_add_pt): Call pt_btrace_insn_flags.
5574 * btrace.h (btrace_insn_flag): New.
5575 (btrace_insn) <flags>: New.
5576 * record-btrace.c (btrace_insn_history): Print insn prefix.
5577 * NEWS: Announce it.
5578
5599c404
MM
55792015-08-07 Markus Metzger <markus.t.metzger@intel.com>
5580
5581 * configure.ac: Check for PERF_ATTR_SIZE_VER5 in linux/perf_event.h
5582 * configure: Regenerate.
5583
016a3251
DD
55842015-08-06 Yaakov Selkowitz <yselkowi@redhat.com>
5585
5586 * Makefile.in (LIBICONV): Define.
5587 (CLIBS): Add LIBICONV.
5588 * acinclude.m4: Use config/iconv.m4 instead of custom AM_ICONV.
5589 * configure: Regenerate.
5590
aead7601
SM
55912015-08-06 Simon Marchi <simon.marchi@ericsson.com>
5592 Pedro Alves <palves@redhat.com>
5593
5594 * arm-tdep.c (set_fp_model_sfunc): Add cast from integer to enum.
5595 (arm_set_abi): Likewise.
5596 * ax-general.c (ax_print): Likewise.
5597 * c-exp.y (exp : string_exp): Likewise.
5598 * compile/compile-loc2c.c (compute_stack_depth_worker): Likewise.
5599 (do_compile_dwarf_expr_to_c): Likewise.
5600 * cp-name-parser.y (demangler_special : DEMANGLER_SPECIAL start):
5601 Likewise.
5602 * dwarf2expr.c (execute_stack_op): Likewise.
5603 * dwarf2loc.c (dwarf2_compile_expr_to_ax): Likewise.
5604 (disassemble_dwarf_expression): Likewise.
5605 * dwarf2read.c (dwarf2_add_member_fn): Likewise.
5606 (read_array_order): Likewise.
5607 (abbrev_table_read_table): Likewise.
5608 (read_attribute_value): Likewise.
5609 (skip_unknown_opcode): Likewise.
5610 (dwarf_decode_macro_bytes): Likewise.
5611 (dwarf_decode_macros): Likewise.
5612 * eval.c (value_f90_subarray): Likewise.
5613 * guile/scm-param.c (gdbscm_make_parameter): Likewise.
5614 * i386-linux-tdep.c (i386_canonicalize_syscall): Likewise.
5615 * infrun.c (handle_command): Likewise.
5616 * memory-map.c (memory_map_start_memory): Likewise.
5617 * osabi.c (set_osabi): Likewise.
5618 * parse.c (operator_length_standard): Likewise.
5619 * ppc-linux-tdep.c (ppc_canonicalize_syscall): Likewise, and use
5620 single return point.
5621 * python/py-frame.c (gdbpy_frame_stop_reason_string): Likewise.
5622 * python/py-symbol.c (gdbpy_lookup_symbol): Likewise.
5623 (gdbpy_lookup_global_symbol): Likewise.
5624 * record-full.c (record_full_restore): Likewise.
5625 * regcache.c (regcache_register_status): Likewise.
5626 (regcache_raw_read): Likewise.
5627 (regcache_cooked_read): Likewise.
5628 * rs6000-tdep.c (powerpc_set_vector_abi): Likewise.
5629 * symtab.c (initialize_ordinary_address_classes): Likewise.
5630 * target-debug.h (target_debug_print_signals): Likewise.
5631 * utils.c (do_restore_current_language): Likewise.
5632
ca0a5f0b
CD
56332015-08-06 Clem Dickey <clemd@acm.org>
5634
5635 PR python/17136
5636 * python/lib/gdb/command/type_printers.py (InfoTypePrinter): Fix typo.
5637
05d999b0
SM
56382015-08-06 Simon Marchi <simon.marchi@ericsson.com>
5639
5640 * complaints.c (enum complaint_series): Add newlines and remove
5641 out of date comment.
5642 (struct complaints) <series>: Change type to enum
5643 complaint_series and remove out of date comment.
5644 (symfile_complaint_hook): Use equivalent enum value
5645 ISOLATED_MESSAGE instead of 0.
5646
bf47e248
PA
56472015-08-06 Pedro Alves <palves@redhat.com>
5648
5649 * nat/linux-waitpid.c (my_waitpid): Only print *status if waitpid
5650 returned > 0.
5651
b6b9ffcc
PL
56522015-08-06 Pierre Langlois <pierre.langlois@arm.com>
5653
5654 * common/agent.c (symbol_list) <required>: Remove.
5655
863d01bd
PA
56562015-08-06 Pedro Alves <palves@redhat.com>
5657
5658 * target/waitstatus.h (enum target_stop_reason)
5659 <TARGET_STOPPED_BY_SINGLE_STEP>: New value.
5660
0a39bb32
PA
56612015-08-05 Pedro Alves <palves@redhat.com>
5662 Joel Brobecker <brobecker@adacore.com>
5663
9d996aba 5664 * breakpoint.c (bpstat_what) <bp_longjmp, bp_longjmp_call_dummy>
0a39bb32
PA
5665 <bp_exception, bp_longjmp_resume, bp_exception_resume>: Handle the
5666 case where BS->STOP is not set.
5667
260439cb
UW
56682015-08-05 Ulrich Weigand <uweigand@de.ibm.com>
5669
5670 * nat/gdb_thread_db.h: Add copyright header.
5671 Protect against multiple inclusion.
5672
d89fa914
YQ
56732015-08-05 Yao Qi <yao.qi@linaro.org>
5674
5675 * aarch64-linux-nat.c (get_thread_id): Remove.
5676 (debug_reg_change_callback): Call ptid_get_lwp instead of
5677 get_thread_id.
5678 (fetch_gregs_from_thread): Likewise.
5679 (store_gregs_to_thread): Likewise.
5680 (fetch_fpregs_from_thread): Likewise.
5681 (store_fpregs_to_thread): Likewise.
5682 (aarch64_linux_get_debug_reg_capacity): Likewise.
5683 * arm-linux-nat.c (get_thread_id): Remove.
5684 (GET_THREAD_ID): Update macro to use ptid_get_lwp.
5685 * xtensa-linux-nat.c (get_thread_id): Remove.
5686 (GET_THREAD_ID): Update macro to use ptid_get_lwp.
5687 * arm-linux-nat.c (get_thread_id): Remove.
5688 (GET_THREAD_ID): Remove.
5689 (fetch_fpregs): Call ptid_get_lwp instead of GET_THREAD_ID.
5690 (store_fpregs, fetch_regs, store_regs): Likewise.
5691 (fetch_wmmx_regs, store_wmmx_regs): Likewise.
5692 (fetch_vfp_regs, store_vfp_regs): Likewise.
5693 (arm_linux_read_description): Likewise.
5694 (arm_linux_get_hwbp_cap): Likewise.
5695 * xtensa-linux-nat.c (get_thread_id): Remove.
5696 (GET_THREAD_ID): Remove.
5697 (fetch_gregs, store_gregs): Call ptid_get_lwp instead of
5698 GET_THREAD_ID.
5699
4efd80aa
CS
57002015-08-04 Ciro Santilli <ciro.santilli@gmail.com> (obvious patch)
5701
5702 * python/py-linetable.c: Fix case of Linetable to LineTable
5703 in docstrings and code comments.
5704 * python/py-symtab.c: Same.
5705
c6343a91
JK
57062015-08-04 Jan Kratochvil <jan.kratochvil@redhat.com>
5707
5708 * infcmd.c (signal_command): Call do_cleanups for args_chain.
5709
978b9495
JK
57102015-08-04 Jan Kratochvil <jan.kratochvil@redhat.com>
5711
5712 PR gdb/18767
5713 * infcmd.c (attach_command): Move ARGS_CHAIN cleanup after last ARGS
5714 use.
5715
96e9210f
PA
57162015-08-04 Pedro Alves <palves@redhat.com>
5717
5718 * nat/gdb_thread_db.h (td_init_ftype, td_ta_new_ftype)
5719 (td_ta_map_lwp2thr_ftype, td_ta_thr_iter_ftype)
5720 (td_ta_event_addr_ftype, td_ta_set_event_ftype)
5721 (td_ta_clear_event_ftype, td_ta_event_getmsg_ftype)
5722 (td_thr_validate_ftype, td_thr_get_info_ftype)
5723 (td_thr_event_enable_ftype, td_thr_tls_get_addr_ftype)
5724 (td_thr_tlsbase_ftype, td_symbol_list_ftype, td_ta_delete_ftype):
5725 New typedefs.
5726 * linux-thread-db.c (struct thread_db_info): Use new typedefs.
5727 (try_thread_db_load_1): Define TDB_VERBOSE_DLSYM, TDB_DLSYM , CHK
5728 local macros and use them instead of verbose_dlsym and dlsym
5729 calls.
5730
af60a1ef
SL
57312015-08-03 Sandra Loosemore <sandra@codesourcery.com>
5732
5733 * nios2-tdep.h: Include opcode/nios2.h here.
5734 (NIOS2_CDX_OPCODE_SIZE): New.
5735 (struct gdbarch_tdep): Add OP parameter to syscall_next_pc.
5736 * nios2-tdep.c: Don't include opcode/nios2.h here.
5737 (nios2_fetch_insn): For R2, try reading 2-byte instruction if
5738 4-byte read fails.
5739 (nios2_match_add, nios2_match_sub): Add cases for R2 encodings.
5740 (nios2_match_addi, nios2_match_orhi): Likewise.
5741 (nios2_match_stw, nios2_match_ldw): Likewise.
5742 (nios2_match_rdctl): Likewise.
5743 (nios2_match_stwm, nios2_match_ldwm): New.
5744 (nios2_match_branch): Add cases for R2 encodings.
5745 (nios2_match_jmpi, nios2_match_calli): Likewise.
5746 (nios2_match_jmpr, nios2_match_callr): Likewise.
5747 (nios2_match_break, nios2_match_trap): Likewise.
5748 (nios2_in_epilogue_p): Add R2 support.
5749 (nios2_analyze_prologue): Update comments. Recognize R2 CDX
5750 prologues.
5751 (nios2_breakpoint_from_pc): Handle R2 instructions.
5752 (nios2_get_next_pc): Likewise. Adjust call to
5753 tdep->syscall_next_pc.
5754 * nios2-linux-tdep.c (nios2_r1_linux_rt_sigreturn_tramp_frame):
5755 Renamed from nios2_linux_rt_sigreturn_tramp_frame. Use
5756 instruction field macros instead of literal hex values.
5757 (nios2_r2_linux_rt_sigreturn_tramp_frame): New.
5758 (nios2_linux_syscall_next_pc): Adjust signature to pass OP.
5759 Use size field from OP instead of assuming all instructions
5760 are the same size.
5761 (nios2_linux_init_abi): Register appropriate unwinder for mach.
5762
1da03605
UW
57632015-08-03 Ulrich Weigand <uweigand@de.ibm.com>
5764
5765 * cp-namespace.c (cp_lookup_symbol_via_imports): Fix uninitialized
5766 variable warning with some compilers.
5767
8156fe7f
YQ
57682015-08-03 Yao Qi <yao.qi@linaro.org>
5769
5770 * arm-linux-nat.c (arm_linux_get_hwbp_type): Capitalize "type"
5771 in comment. Replace "rw" with "type".
5772 (arm_linux_remove_watchpoint): Change type of "rw" to
5773 "enum target_hw_bp_type".
5774
835a09d9
PMR
57752015-08-02 Pierre-Marie de Rodat <derodat@adacore.com>
5776
5777 * alpha-mdebug-tdep.c (find_proc_desc): Update call to
5778 lookup_symbol.
5779 * ft32-tdep.c (ft32_skip_prologue): Likewise.
5780 * moxie-tdep.c (moxie_skip_prologue): Likewise.
5781 * mt-tdep.c (mt_skip_prologue): Likewise.
5782 * xstormy16-tdep.c (xstormy16_skip_prologue): Likewise.
5783
d12307c1
PMR
57842015-08-01 Pierre-Marie de Rodat <derodat@adacore.com>
5785
5786 * ada-exp.y (write_object_renaming): Replace struct
5787 ada_symbol_info with struct block_symbol. Update field
5788 references accordingly.
5789 (block_lookup, select_possible_type_sym): Likewise.
5790 (find_primitive_type): Likewise. Also update call to
5791 ada_lookup_symbol to extract the symbol itself.
5792 (write_var_or_type, write_name_assoc): Likewise.
5793 * ada-lang.h (struct ada_symbol_info): Remove.
5794 (ada_lookup_symbol_list): Replace struct ada_symbol_info with
5795 struct block_symbol.
5796 (ada_lookup_encoded_symbol, user_select_syms): Likewise.
5797 (ada_lookup_symbol): Return struct block_symbol instead of a
5798 mere symbol.
5799 * ada-lang.c (defns_collected): Replace struct ada_symbol_info
5800 with struct block_symbol.
5801 (resolve_subexp, ada_resolve_function, sort_choices,
5802 user_select_syms, is_nonfunction, add_defn_to_vec,
5803 num_defns_collected, defns_collected,
5804 symbols_are_identical_enums, remove_extra_symbols,
5805 remove_irrelevant_renamings, add_lookup_symbol_list_worker,
5806 ada_lookup_symbol_list, ada_iterate_over_symbols,
5807 ada_lookup_encoded_symbol, get_var_value): Likewise.
5808 (ada_lookup_symbol): Return a block_symbol instead of a mere
5809 symbol. Replace struct ada_symbol_info with struct
5810 block_symbol.
5811 (ada_lookup_symbol_nonlocal): Likewise.
5812 (standard_lookup): Make block passing explicit through
5813 lookup_symbol_in_language.
5814 * ada-tasks.c (get_tcb_types_info): Update the calls to
5815 lookup_symbol_in_language to extract the mere symbol out of the
5816 returned value.
5817 (ada_tasks_inferior_data_sniffer): Likewise.
5818 * ax-gdb.c (gen_static_field): Likewise for the call to
5819 lookup_symbol.
a5fdf78a 5820 (gen_maybe_namespace_elt): Deal with struct block_symbol from
d12307c1
PMR
5821 lookup functions.
5822 (gen_expr): Likewise.
5823 * c-exp.y: Likewise. Remove uses of block_found.
5824 (lex_one_token, classify_inner_name, c_print_token): Likewise.
5825 (classify_name): Likewise. Rename the "sym" local variable to
5826 "bsym".
5827 * c-valprint.c (print_unpacked_pointer): Likewise.
5828 * compile/compile-c-symbols.c (convert_symbol_sym): Promote the
5829 "sym" parameter from struct symbol * to struct block_symbol.
5830 Use it to remove uses of block_found. Deal with struct
a5fdf78a 5831 block_symbol from lookup functions.
d12307c1
PMR
5832 (gcc_convert_symbol): Likewise. Update the call to
5833 convert_symbol_sym.
5834 * compile/compile-object-load.c (compile_object_load): Deal with
a5fdf78a 5835 struct block_symbol from lookup functions.
d12307c1
PMR
5836 * cp-namespace.c (cp_lookup_nested_symbol_1,
5837 cp_lookup_nested_symbol, cp_lookup_bare_symbol,
5838 cp_search_static_and_baseclasses,
5839 cp_lookup_symbol_in_namespace, cp_lookup_symbol_via_imports,
5840 cp_lookup_symbol_imports_or_template,
5841 cp_lookup_symbol_via_all_imports, cp_lookup_symbol_namespace,
5842 lookup_namespace_scope, cp_lookup_nonlocal,
a5fdf78a
PMR
5843 find_symbol_in_baseclass): Return struct block_symbol instead of
5844 mere symbols and deal with struct block_symbol from lookup
d12307c1
PMR
5845 functions.
5846 * cp-support.c (inspect_type, replace_typedefs,
a5fdf78a 5847 cp_lookup_rtti_type): Deal with struct block_symbol from
d12307c1
PMR
5848 lookup functions.
5849 * cp-support.h (cp_lookup_symbol_nonlocal,
5850 cp_lookup_symbol_from_namespace,
5851 cp_lookup_symbol_imports_or_template, cp_lookup_nested_symbol):
a5fdf78a 5852 Return struct block_symbol instead of mere symbols.
d12307c1
PMR
5853 * d-exp.y (d_type_from_name, d_module_from_name, push_variable,
5854 push_module_name):
a5fdf78a 5855 Deal with struct block_symbol from lookup functions. Remove
d12307c1
PMR
5856 uses of block_found.
5857 * eval.c (evaluate_subexp_standard): Update call to
5858 cp_lookup_symbol_namespace.
a5fdf78a
PMR
5859 * f-exp.y: Deal with struct block_symbol from lookup functions.
5860 Remove uses of block_found.
d12307c1
PMR
5861 (yylex): Likewise.
5862 * gdbtypes.c (lookup_typename, lookup_struct, lookup_union,
5863 lookup_enum, lookup_template_type, check_typedef): Deal with
a5fdf78a 5864 struct block_symbol from lookup functions.
d12307c1
PMR
5865 * guile/scm-frame.c (gdbscm_frame_read_var): Likewise.
5866 * guile/scm-symbol.c (gdbscm_lookup_symbol): Likewise.
5867 (gdbscm_lookup_global_symbol): Likewise.
5868 * gnu-v3-abi.c (gnuv3_get_typeid_type): Likewise.
5869 * go-exp.y: Likewise. Remove uses of block_found.
5870 (package_name_p, classify_packaged_name, classify_name):
5871 Likewise.
5872 * infrun.c (insert_exception_resume_breakpoint): Likewise.
5873 * jv-exp.y (push_variable): Likewise.
5874 * jv-lang.c (java_lookup_class, get_java_object_type): Likewise.
5875 * language.c (language_bool_type): Likewise.
5876 * language.h (struct language_defn): Update
a5fdf78a
PMR
5877 la_lookup_symbol_nonlocal to return a struct block_symbol rather
5878 than a mere symbol.
5879 * linespec.c (find_label_symbols): Deal with struct block_symbol
5880 from lookup functions.
d12307c1
PMR
5881 * m2-exp.y: Likewise. Remove uses of block_found.
5882 (yylex): Likewise.
5883 * mi/mi-cmd-stack.c (list_args_or_locals): Likewise.
5884 * objc-lang.c (lookup_struct_typedef, find_imps): Likewise.
5885 * p-exp.y: Likewise. Remove uses of block_found.
5886 (yylex): Likewise.
5887 * p-valprint.c (pascal_val_print): Likewise.
5888 * parse.c (write_dollar_variable): Likewise. Remove uses of
5889 block_found.
5890 * parser-defs.h (struct symtoken): Turn the SYM field into a
a5fdf78a
PMR
5891 struct block_symbol.
5892 * printcmd.c (address_info): Deal with struct block_symbol from
5893 lookup functions.
d12307c1
PMR
5894 * python/py-frame.c (frapy_read_var): Likewise.
5895 * python/py-symbol.c (gdbpy_lookup_symbol,
5896 gdbpy_lookup_global_symbol): Likewise.
5897 * skip.c (skip_function_command): Likewise.
5898 * solib-darwin.c (darwin_lookup_lib_symbol): Return a struct
a5fdf78a 5899 block_symbol instead of a mere symbol.
d12307c1
PMR
5900 * solib-spu.c (spu_lookup_lib_symbol): Likewise.
5901 * solib-svr4.c (elf_lookup_lib_symbol): Likewise.
5902 * solib.c (solib_global_lookup): Likewise.
5903 * solist.h (solib_global_lookup): Likewise.
5904 (struct target_so_ops): Update lookup_lib_global_symbol to
a5fdf78a
PMR
5905 return a struct block_symbol rather than a mere symbol.
5906 * source.c (select_source_symtab): Deal with struct block_symbol
5907 from lookup functions.
d12307c1
PMR
5908 * stack.c (print_frame_args, iterate_over_block_arg_vars):
5909 Likewise.
5910 * symfile.c (set_initial_language): Likewise.
5911 * symtab.c (SYMBOL_LOOKUP_FAILED): Turn into a struct
a5fdf78a 5912 block_symbol.
d12307c1
PMR
5913 (SYMBOL_LOOKUP_FAILED_P): New predicate as a macro.
5914 (struct symbol_cache_slot): Turn the FOUND field into a struct
a5fdf78a 5915 block_symbol.
d12307c1 5916 (block_found): Remove.
a5fdf78a 5917 (eq_symbol_entry): Update to deal with struct block_symbol in
d12307c1 5918 cache slots.
a5fdf78a
PMR
5919 (symbol_cache_lookup): Return a struct block_symbol rather than
5920 a mere symbol.
d12307c1
PMR
5921 (symbol_cache_mark_found): Add a BLOCK parameter to fill
5922 appropriately the cache slots. Update callers.
5923 (symbol_cache_dump): Update cache slots handling to the type
5924 change.
5925 (lookup_symbol_in_language, lookup_symbol, lookup_language_this,
5926 lookup_symbol_aux, lookup_local_symbol,
5927 lookup_symbol_in_objfile, lookup_global_symbol_from_objfile,
5928 lookup_symbol_in_objfile_symtabs,
5929 lookup_symbol_in_objfile_from_linkage_name,
5930 lookup_symbol_via_quick_fns, basic_lookup_symbol_nonlocal,
5931 lookup_symbol_in_static_block, lookup_static_symbol,
5932 lookup_global_symbol):
a5fdf78a
PMR
5933 Return a struct block_symbol rather than a mere symbol. Deal
5934 with struct block_symbol from other lookup functions. Remove
d12307c1
PMR
5935 uses of block_found.
5936 (lookup_symbol_in_block): Remove uses of block_found.
5937 (struct global_sym_lookup_data): Turn the RESULT field into a
a5fdf78a 5938 struct block_symbol.
d12307c1
PMR
5939 (lookup_symbol_global_iterator_cb): Update references to the
5940 RESULT field.
a5fdf78a 5941 (search_symbols): Deal with struct block_symbol from lookup
d12307c1 5942 functions.
a5fdf78a 5943 * symtab.h (struct block_symbol): New structure.
d12307c1
PMR
5944 (block_found): Remove.
5945 (lookup_symbol_in_language, lookup_symbol,
5946 basic_lookup_symbol_nonlocal, lookup_symbol_in_static_block,
a5fdf78a
PMR
5947 lookup_static_symbol, lookup_global_symbol, lookup_language_this,
5948 lookup_global_symbol_from_objfile): Return a struct block_symbol
5949 rather than just a mere symbol. Update comments to remove
5950 mentions of block_found.
d12307c1
PMR
5951 * valops.c (find_function_in_inferior,
5952 value_struct_elt_for_reference, value_maybe_namespace_elt,
a5fdf78a 5953 value_of_this): Deal with struct block_symbol from lookup
d12307c1
PMR
5954 functions.
5955 * value.c (value_static_field, value_fn_field): Likewise.
5956
b1c59ddc
SM
59572015-07-31 Simon Marchi <simon.marchi@ericsson.com>
5958
5959 * remote-m32r-sdi.c (m32r_remove_watchpoint): Use enum type
5960 instead of integer.
5961
f486487f 59622015-07-31 Simon Marchi <simon.marchi@ericsson.com>
84da3f0c 5963 Pedro Alves <palves@redhat.com>
f486487f
SM
5964
5965 * aarch64-linux-nat.c (aarch64_linux_can_use_hw_breakpoint): Use enum
5966 type or value instead of integer.
5967 (aarch64_linux_insert_watchpoint): Likewise.
5968 (aarch64_linux_remove_watchpoint): Likewise.
5969 * ada-lang.c (ada_op_print_tab): Likewise.
5970 * amd64-linux-tdep.c (amd64_canonicalize_syscall): Likewise.
5971 (amd64_linux_syscall_record_common): Likewise.
5972 * arch-utils.c (target_byte_order_user): Likewise.
5973 (default_byte_order): Likewise.
5974 * arm-linux-nat.c (arm_linux_can_use_hw_breakpoint): Likewise.
5975 (arm_linux_get_hwbp_type): Likewise.
5976 (arm_linux_hw_watchpoint_initialize): Likewise.
5977 (arm_linux_insert_watchpoint): Likewise.
5978 * arm-linux-tdep.c (arm_canonicalize_syscall): Likewise.
5979 (arm_linux_syscall_record): Likewise.
5980 * breakpoint.c (update_watchpoint): Likewise.
5981 (breakpoint_here_p): Likewise.
5982 (bpstat_print): Likewise.
5983 (enable_breakpoint_disp): Likewise.
5984 * c-lang.c (c_op_print_tab): Likewise.
5985 * cli/cli-decode.c (add_info_alias): Likewise.
5986 * d-lang.c (d_op_print_tab): Likewise.
5987 * eval.c (evaluate_subexp_standard): Likewise.
5988 * f-exp.y (dot_ops): Likewise.
5989 (f77_keywords): Likewise.
5990 * f-lang.c (f_op_print_tab): Likewise.
5991 * go-lang.c (go_op_print_tab): Likewise.
5992 * guile/scm-breakpoint.c (gdbscm_make_breakpoint): Likewise.
5993 * guile/scm-cmd.c (gdbscm_make_command): Likewise.
5994 * guile/scm-param.c (gdbscm_make_parameter): Likewise.
5995 * guile/scm-pretty-print.c (gdbscm_apply_val_pretty_printer): Likewise.
5996 * guile/scm-string.c (struct scm_to_stringn_data): Likewise.
5997 (struct scm_from_stringn_data): Likewise.
5998 * i386-linux-tdep.c (i386_canonicalize_syscall): Likewise.
5999 * ia64-linux-nat.c (ia64_linux_insert_watchpoint): Likewise.
6000 (ia64_linux_remove_watchpoint): Likewise.
6001 (ia64_linux_can_use_hw_breakpoint): Likewise.
6002 * infrun.c (print_stop_event): Likewise.
6003 * jv-lang.c (java_op_print_tab): Likewise.
6004 * linux-nat.c (linux_proc_xfer_partial): Likewise.
6005 * linux-nat.h (struct lwp_info): Likewise.
6006 * linux-thread-db.c (enable_thread_event): Likewise.
6007 * m2-lang.c (m2_op_print_tab): Likewise.
6008 * mi/mi-cmd-stack.c (mi_cmd_stack_list_locals): Likewise.
6009 (mi_cmd_stack_list_variables): Likewise.
6010 * mi/mi-main.c (mi_cmd_trace_frame_collected): Likewise.
6011 * mi/mi-out.c (mi_table_begin): Likewise.
6012 (mi_table_header): Likewise.
6013 * mips-linux-nat.c (mips_linux_can_use_hw_breakpoint): Likewise.
6014 (mips_linux_insert_watchpoint): Likewise.
6015 (mips_linux_remove_watchpoint): Likewise.
6016 * nat/mips-linux-watch.c (mips_linux_watch_type_to_irw): Likewise.
6017 * nat/mips-linux-watch.h (struct mips_watchpoint): Likewise.
6018 (mips_linux_watch_type_to_irw): Likewise.
6019 * nto-procfs.c (procfs_can_use_hw_breakpoint): Likewise.
6020 (procfs_insert_hw_watchpoint): Likewise.
6021 (procfs_remove_hw_watchpoint): Likewise.
6022 (procfs_hw_watchpoint): Likewise.
6023 (procfs_can_use_hw_breakpoint): Likewise.
6024 (procfs_remove_hw_watchpoint): Likewise.
6025 (procfs_insert_hw_watchpoint): Likewise.
6026 * p-lang.c (pascal_op_print_tab): Likewise.
6027 * ppc-linux-nat.c (ppc_linux_can_use_hw_breakpoint): Likewise.
6028 * ppc-linux-tdep.c (ppu2spu_unwind_register): Likewise.
6029 * ppc-sysv-tdep.c (get_decimal_float_return_value): Likewise.
6030 * procfs.c (procfs_can_use_hw_breakpoint): Likewise.
6031 (procfs_insert_watchpoint): Likewise.
6032 (procfs_remove_watchpoint): Likewise.
6033 * psymtab.c (recursively_search_psymtabs): Likewise.
6034 * remote-m32r-sdi.c (m32r_can_use_hw_watchpoint): Likewise.
6035 (m32r_insert_watchpoint): Likewise.
6036 * remote-mips.c (mips_can_use_watchpoint): Likewise.
6037 (mips_insert_watchpoint): Likewise.
6038 (mips_remove_watchpoint): Likewise.
6039 * remote.c (watchpoint_to_Z_packet): Likewise.
6040 (remote_insert_watchpoint): Likewise.
6041 (remote_remove_watchpoint): Likewise.
6042 (remote_check_watch_resources): Likewise.
6043 * s390-linux-nat.c (s390_insert_watchpoint): Likewise.
6044 (s390_remove_watchpoint): Likewise.
6045 (s390_can_use_hw_breakpoint): Likewise.
6046 * s390-linux-tdep.c (s390_gdbarch_init): Likewise.
6047 * spu-linux-nat.c (spu_can_use_hw_breakpoint): Likewise.
6048 * target.h (struct target_ops): Likewise.
6049 * tilegx-tdep.c (tilegx_analyze_prologue): Likewise.
6050 * ui-out.c (struct ui_out_hdr): Likewise.
6051 (append_header_to_list): Likewise.
6052 (get_next_header): Likewise.
6053 (verify_field): Likewise.
6054 (ui_out_begin): Likewise.
6055 (ui_out_field_int): Likewise.
6056 (ui_out_field_fmt_int): Likewise.
6057 (ui_out_field_skip): Likewise.
6058 (ui_out_field_string): Likewise.
6059 (ui_out_field_fmt): Likewise.
6060 * varobj.c (new_variable): Likewise.
6061 * x86-nat.c (x86_insert_watchpoint): Likewise.
6062 (x86_remove_watchpoint): Likewise.
6063 (x86_can_use_hw_breakpoint): Likewise.
6064 * xtensa-tdep.h (struct gdbarch_tdep): Likewise.
6065 * inflow.c (enum gdb_has_a_terminal_flag_enum): Add name to
6066 previously anonymous enumeration type..
6067 * linux-record.h (enum gdb_syscall): Add gdb_sys_no_syscall
6068 value.
6069 * target-debug.h (target_debug_print_enum_target_hw_bp_type): New.
6070 (target_debug_print_enum_bptype): New.
6071 * target-delegates.c: Regenerate.
6072
e1b5381f
SL
60732015-07-30 Sandra Loosemore <sandra@codesourcery.com>
6074
6075 * nios2-tdep.c (nios2_analyze_prologue): Do what the comment
6076 already says and disallow non-stack memory writes in the prologue.
6077
9aaf8e3a
SL
60782015-07-30 Sandra Loosemore <sandra@codesourcery.com>
6079
6080 * nios2-tdep.c (nios2_analyze_prologue): Update comments to
6081 reflect how current GCC emits stack overflow checks. Match
6082 both trap and break instructions for backward compatbility.
6083 Disallow other trap and break instructions in the prologue.
6084
69dde7dc
PA
60852015-07-30 Pedro Alves <palves@redhat.com>
6086
6087 PR threads/18600
6088 * linux-nat.c (wait_lwp): Report to the core when thread group
6089 leader exits.
6090
4dd63d48
PA
60912015-07-30 Pedro Alves <palves@redhat.com>
6092 Simon Marchi <simon.marchi@ericsson.com>
6093
6094 PR threads/18600
6095 * linux-nat.c (linux_handle_extended_wait): On CLONE event, always
6096 mark the new thread as resumed. Remove STOPPING parameter.
6097 (wait_lwp): Adjust call to linux_handle_extended_wait.
6098 (linux_nat_filter_event): Adjust call to
6099 linux_handle_extended_wait.
6100 (resume_stopped_resumed_lwps): Add debug output.
6101
6b940e6a
PL
61022015-07-30 Pierre Langlois <pierre.langlois@arm.com>
6103
6104 * arch-utils.c (default_fast_tracepoint_valid_at): Remove unused
6105 isize argument.
6106 * arch-utils.h (default_fast_tracepoint_valid_at): Likewise.
6107 * breakpoint.c (check_fast_tracepoint_sals): Adjust call to
6108 gdbarch_fast_tracepoint_valid_at.
6109 * gdbarch.sh (fast_tracepoint_valid_at): Remove isize argument.
6110 * gdbarch.h: Regenerate.
6111 * gdbarch.c: Regenerate.
6112 * i386-tdep.c (i386_fast_tracepoint_valid_at): Remove isize
6113 argument. Do not set it.
6114 * remote.c (remote_download_tracepoint): Adjust call to
6115 gdbarch_fast_tracepoint_valid_at. Call gdb_insn_length to get
6116 the instruction length.
6117
ec741292
YQ
61182015-07-30 Yao Qi <yao.qi@linaro.org>
6119
6120 * arm-tdep.h (enum gdb_regnum): Move it to ...
6121 * arch/arm.h: ... here. New file.
6122 * Makefile.in (HFILES_NO_SRCDIR): Add arch/arm.h.
6123
0ea6402e
PL
61242015-07-30 Pierre Langlois <pierre.langlois@arm.com>
6125
6126 * aarch64-tdep.c (decode_b): Rename link argument to is_bl.
6127 Change its type to int *.
6128 (decode_br): Rename link argument to is_blr. Change its type to
6129 int *.
6130 (decode_cb): Rename op argument to is_cbnz. Change its type to
6131 int *.
6132 (decode_tb): Rename op argument to is_tbnz. Change its type to
6133 int *. Set is_tbnz to either 1 or 0.
6134 (aarch64_analyze_prologue): Change type of is_link to int. Add
6135 new variables is_cbnz and is_tbnz. Adjust call to
6136 aarch64_decode_cb and aarch64_decode_tb.
6137
aa58a496
SM
61382015-07-29 Simon Marchi <simon.marchi@ericsson.com>
6139
6140 * mips-linux-nat.c (write_watchpoint_regs): Add NULL as ptrace's 4th
6141 parameter.
6142 (mips_linux_new_thread): Likewise.
6143 * nat/mips-linux-watch.c (mips_linux_read_watch_registers): Likewise.
6144
18206ca3
PP
61452015-07-29 Patrick Palka <patrick@parcs.ath.cx>
6146
6147 * top.c: Include "tui/tui.h".
6148 (undo_terminal_modifications_before_exit): New static function.
6149 (quit_force): Use it.
6150
7afa63c6
PP
61512015-07-29 Patrick Palka <patrick@parcs.ath.cx>
6152
6153 * target.c (terminal_state): Initialize to terminal_is_ours.
6154
cc9f16aa
YQ
61552015-07-29 Yao Qi <yao.qi@linaro.org>
6156
6157 PR record/18691
6158 * dcache.c (dcache_read_memory_partial): Call
6159 raw_memory_xfer_partial.
6160 * target.c (raw_memory_xfer_partial): Make it non-static.
6161 * target.h (raw_memory_xfer_partial): Declare.
6162
3ae385af
SM
61632015-07-28 Simon Marchi <simon.marchi@ericsson.com>
6164
6165 * c-valprint.c (c_val_print_array): Consider addressable memory
6166 unit size.
6167 (c_val_print_ptr): Likewise.
6168 (c_val_print_int): Likewise.
6169 * findvar.c (read_frame_register_value): Likewise.
6170 * valarith.c (find_size_for_pointer_math): Likewise.
6171 (value_ptrdiff): Likewise.
6172 (value_subscripted_rvalue): Likewise.
6173 * valops.c (read_value_memory): Likewise (and rename variables).
6174 (value_assign): Likewise.
6175 (value_repeat): Likewise.
6176 (value_array): Likewise.
6177 (value_slice): Likewise.
6178 * valprint.c (generic_val_print_ptr): Likewise.
6179 (generic_val_print_enum): Likewise.
6180 (generic_val_print_bool): Likewise.
6181 (generic_val_print_int): Likewise.
6182 (generic_val_print_char): Likewise.
6183 (generic_val_print_float): Likewise.
6184 (generic_val_print_decfloat): Likewise.
6185 (generic_val_print_complex): Likewise.
6186 (val_print_scalar_formatted): Likewise.
6187 (val_print_array_elements): Likewise.
6188 * value.c (set_value_parent): Likewise.
6189 (value_contents_copy_raw): Likewise.
6190 (set_internalvar_component): Likewise.
6191 (value_primitive_field): Likewise.
6192 (value_fetch_lazy): Likewise.
6193 * value.h (read_value_memory): Update comment.
6194
e512cdbd
SM
61952015-07-28 Simon Marchi <simon.marchi@ericsson.com>
6196
6197 * value.c (get_value_arch): New function.
6198 * value.h (get_value_arch): New declaration.
6199
3723fda8
SM
62002015-07-28 Simon Marchi <simon.marchi@ericsson.com>
6201
6202 * value.c (struct value): Update comments.
6203
2e056931
SM
62042015-07-28 Simon Marchi <simon.marchi@ericsson.com>
6205
6206 * gdbtypes.c (type_length_units): New function.
6207 * gdbtypes.h (type_length_units): New declaration.
6208 (struct type) <length>: Update comment.
6209
0c87c0bf
SM
62102015-07-27 Simon Marchi <simon.marchi@ericsson.com>
6211
6212 * valprint.c (generic_val_print): Factor out complex
6213 printing code to ...
6214 (generic_val_print_complex): ... this new function.
6215
9550ae5e
SM
62162015-07-27 Simon Marchi <simon.marchi@ericsson.com>
6217
6218 * valprint.c (generic_val_print): Factor out decfloat
6219 printing code to ...
6220 (generic_val_print_decfloat): ... this new function.
6221
7784724b
SM
62222015-07-27 Simon Marchi <simon.marchi@ericsson.com>
6223
6224 * valprint.c (generic_val_print): Factor out float
6225 printing code to ...
6226 (generic_val_print_float): ... this new function.
6227
385f5aff
SM
62282015-07-27 Simon Marchi <simon.marchi@ericsson.com>
6229
6230 * valprint.c (generic_val_print): Factor out char
6231 printing code to ...
6232 (generic_val_print_char): ... this new function.
6233
b21b6342
SM
62342015-07-27 Simon Marchi <simon.marchi@ericsson.com>
6235
6236 * valprint.c (generic_val_print): Factor out integer
6237 printing code to ...
6238 (generic_val_print_int): ... this new function.
6239
e5bead4b
SM
62402015-07-27 Simon Marchi <simon.marchi@ericsson.com>
6241
6242 * valprint.c (generic_val_print): Factor out bool
6243 printing code to ...
6244 (generic_val_print_bool): ... this new function.
6245
4a8c372f
SM
62462015-07-27 Simon Marchi <simon.marchi@ericsson.com>
6247
6248 * valprint.c (generic_val_print): Factor out function/method
6249 printing code to ...
6250 (generic_val_print_func): ... this new function.
6251
d93880bd
SM
62522015-07-27 Simon Marchi <simon.marchi@ericsson.com>
6253
6254 * valprint.c (generic_val_print): Factor out flags
6255 printing code to ...
6256 (generic_val_print_flags): ... this new function.
6257
ef0bc0dd
SM
62582015-07-27 Simon Marchi <simon.marchi@ericsson.com>
6259
6260 * valprint.c (generic_val_print): Factor out enum
6261 printing code to ...
6262 (generic_val_print_enum): ... this new function.
6263
fe43fede
SM
62642015-07-27 Simon Marchi <simon.marchi@ericsson.com>
6265
6266 * valprint.c (generic_val_print): Factor out reference
6267 printing code to ...
6268 (generic_val_print_ref): ... this new function.
6269
45000ea2
SM
62702015-07-27 Simon Marchi <simon.marchi@ericsson.com>
6271
6272 * valprint.c (generic_val_print): Factor out memberptr
6273 printing code to ...
6274 (generic_val_print_memberptr): ... this new function.
6275
81eb921a
SM
62762015-07-27 Simon Marchi <simon.marchi@ericsson.com>
6277
6278 * valprint.c (generic_val_print): Factor out pointer
6279 printing code to ...
6280 (generic_val_print_ptr): ... this new function.
6281
557dbe8a
SM
62822015-07-27 Simon Marchi <simon.marchi@ericsson.com>
6283
6284 * valprint.c (generic_val_print): Factor out array
6285 printing code to ...
6286 (generic_val_print_array): ... this new function.
6287
9f436164
SM
62882015-07-27 Simon Marchi <simon.marchi@ericsson.com>
6289
6290 * valprint.c (generic_val_print): Factor out
6291 print_unpacked_pointer code to ...
6292 (print_unpacked_pointer): ... this new function.
6293
077836f7
PP
62942015-07-27 Patrick Palka <patrick@parcs.ath.cx>
6295
6296 * event-top.c (handle_sigterm): Don't inspect
6297 target_can_async_p. Always set the quit flag and always mark
6298 the async signal handler.
6299
3a60804f
YQ
63002015-07-27 Yao Qi <yao.qi@linaro.org>
6301
6302 * Makefile.in (REMOTE_EXAMPLES): Remove it.
6303
c9f35b34
KB
63042015-07-25 Kevin Buettner <kevinb@redhat.com>
6305
6306 * remote.c (read_ptid): Return null_ptid when no thread id
6307 is found.
6308 (remote_current_thread): Add log warning for malformed
6309 qC reply.
6310 (remote_start_remote): Add log warning when current thread
6311 not found.
6312
2b4cab86
PA
63132015-07-24 Pedro Alves <palves@redhat.com>
6314
6315 * s390-linux-nat.c (fetch_regs, store_regs, fetch_fpregs)
6316 (s390_stopped_by_watchpoint, s390_prepare_to_resume): Pass 0 as
6317 forth argument to ptrace PTRACE_PEEKUSR_AREA/PTRACE_POKEUSR_AREA.
6318
77598427
PA
63192015-07-24 Pedro Alves <palves@redhat.com>
6320
6321 PR gdb/18717
6322 * linux-nat.c (linux_nat_filter_event): Don't assert that the lwp
6323 is resumed, and extend the debug log.
6324
fe23c31f
PA
63252015-07-24 Pedro Alves <palves@redhat.com>
6326
6327 * fork-child.c (fork_inferior): Print argv[0] instead of exec_file.
6328
5826e159
PA
63292015-07-24 Pedro Alves <palves@redhat.com>
6330
6331 * aarch64-linux-nat.c: Include nat/gdb_ptrace.h instead of
6332 sys/ptrace.h.
6333 * alpha-linux-nat.c: Likewise.
6334 * amd64-linux-nat.c: Likewise.
6335 * arm-linux-nat.c: Likewise.
6336 * hppa-linux-nat.c: Likewise.
6337 * i386-linux-nat.c: Likewise.
6338 * ia64-linux-nat.c: Likewise.
6339 * linux-fork.c: Likewise.
6340 * linux-nat.c: Likewise.
6341 * m32r-linux-nat.c: Likewise.
6342 * m68klinux-nat.c: Likewise.
6343 * mips-linux-nat.c: Likewise.
6344 * nat/linux-btrace.c: Likewise.
6345 * nat/linux-ptrace.c: Likewise.
6346 * nat/linux-ptrace.h
6347 * nat/mips-linux-watch.c: Likewise.
6348 * nat/x86-linux-dregs.c: Likewise.
6349 * ppc-linux-nat.c: Likewise.
6350 * s390-linux-nat.c: Likewise.
6351 * spu-linux-nat.c: Likewise.
6352 * tilegx-linux-nat.c: Likewise.
6353 * x86-linux-nat.c: Likewise.
6354 * xtensa-linux-nat.c: Likewise.
6355
54019719
PA
63562015-07-24 Pedro Alves <palves@redhat.com>
6357
6358 * ptrace.m4 (ptrace tests): Test in C++ mode. Try with 'enum
6359 __ptrace_request as first parameter type instead of int.
6360 (PTRACE_TYPE_ARG1): Define.
6361 * nat/gdb_ptrace.h [!PTRACE_TYPE_ARG5] (ptrace): Define as wrapper
6362 that casts first argument to PTRACE_TYPE_ARG1.
6363 * config.in: Regenerate.
6364 * configure: Regenerate.
6365
e3790375
PA
63662015-07-24 Pedro Alves <palves@redhat.com>
6367
6368 * gdb_ptrace.h: Move ...
6369 * nat/gdb_ptrace.h: ... here.
6370 * inf-ptrace.c: Adjust.
6371
eb7aa561
PA
63722015-07-24 Pedro Alves <palves@redhat.com>
6373
6374 * acinclude.m4: Include ptrace.m4.
6375 * configure.ac: Call GDB_AC_PTRACE and move ptrace checks ...
6376 * ptrace.m4: ... to this new file.
6377
cc12ce38
DE
63782015-07-23 Doug Evans <dje@google.com>
6379
6380 * dwarf2read.c (dwarf2_per_cu_data): Add comment.
6381 (load_cu): Handle dummy CUs.
6382 (dw2_do_instantiate_symtab, process_queuef): Ditto.
6383 (dwarf2_fetch_die_loc_sect_off, dwarf2_fetch_constant_bytes): Ditto.
6384
7b849db4
CS
63852015-07-23 Ciro Santilli <ciro.santilli@gmail.com> (tiny patch)
6386
6387 * py-linetable.c (ltpy_get_all_source_lines): Adjust function
6388 documentation to say that it returns a list rather than
6389 a FrozenSet.
6390 (linetable_object_methods): Update the docstring of the
6391 "source_line" entry.
6392
d0d84780
PMR
63932015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
6394
6395 * gdbtypes.c (resolve_dynamic_array): Pass the peeled element
6396 type to the recursive call instead of the original (maybe
6397 TYPE_CODE_TYPEDEF) type.
6398
c2fbdc59
YQ
63992015-07-23 Yao Qi <yao.qi@linaro.org>
6400
6401 * aarch64-linux-nat.c (aarch64_linux_can_use_hw_breakpoint): If
6402 TYPE is watchpoint, return zero if aarch64_num_wp_regs is zero.
6403 If TYPE is breakpoint, return zero if arch64_num_bp_regs is zero.
6404
af1b22f3
YQ
64052015-07-21 Yao Qi <yao.qi@linaro.org>
6406
6407 * aarch64-linux-nat.c (aarch64_linux_get_debug_reg_capacity):
6408 Move it to nat/aarch64-linux-hw-point.c.
6409 (aarch64_linux_child_post_startup_inferior): Update.
6410 * nat/aarch64-linux-hw-point.c (aarch64_linux_get_debug_reg_capacity):
6411 New function.
6412 * nat/aarch64-linux-hw-point.h (aarch64_linux_get_debug_reg_capacity):
6413 Declare it.
6414
40e050d2
MM
64152015-07-21 Markus Metzger <markus.t.metzger@intel.com>
6416
6417 * common/btrace-common.c (btrace_data_append): Change case label.
6418
3675a06a
YQ
64192015-07-20 Yao Qi <yao.qi@linaro.org>
6420
6421 * nat/aarch64-linux-hw-point.c (aarch64_handle_unaligned_watchpoint):
6422 Re-indent the code.
6423 * nat/aarch64-linux-hw-point.h: Use ULONGEST rather than
6424 "unsigned long long".
6425
b4e1fd61
KB
64262015-07-18 Kevin Buettner <kevinb@redhat.com>
6427
6428 * dwarf2read.c (dwarf2_locate_sections): Allow has_section_at_zero
6429 to be set for SEC_ALLOC sections too.
6430
554717a3
YQ
64312015-07-17 Yao Qi <yao.qi@linaro.org>
6432
6433 * Makefile.in (HFILES_NO_SRCDIR): Add
6434 nat/aarch64-linux-hw-point.h.
6435 (aarch64-linux-hw-point.o): New rule.
6436 * nat/aarch64-linux-hw-point.h: New file.
6437 * nat/aarch64-linux-hw-point.c: New file.
6438 * aarch64-linux-nat.c: Include nat/aarch64-linux-hw-point.h.
6439 (AARCH64_HBP_MAX_NUM): Move to nat/aarch64-linux-hw-point.h.
6440 (AARCH64_HWP_MAX_NUM, AARCH64_HBP_ALIGNMENT): Likewise.
6441 (AARCH64_HWP_ALIGNMENT): Likewise.
6442 (AARCH64_HWP_MAX_LEN_PER_REG): Likewise.
6443 (AARCH64_DEBUG_NUM_SLOTS, AARCH64_DEBUG_ARCH): Likewise.
6444 (AARCH64_DEBUG_ARCH_V8, DR_MARK_ALL_CHANGED): Likewise.
6445 (DR_MARK_N_CHANGED, DR_CLEAR_CHANGED): Likewise.
6446 (DR_HAS_CHANGED, DR_N_HAS_CHANGE): Likewise.
6447 (aarch64_num_bp_regs, aarch64_num_wp_regs): Likewise.
6448 (struct aarch64_debug_reg_state): Likewise.
6449 (struct arch_lwp_info): Likewise.
6450 (aarch64_linux_set_debug_regs): Likewise.
6451 (aarch64_notify_debug_reg_change): Remove static.
6452 (aarch64_align_watchpoint): Likewise.
6453 (DR_CONTROL_ENABLED, DR_CONTROL_LENGTH): Likewise.
6454 (aarch64_watchpoint_length): Likewise.
6455 (aarch64_point_encode_ctrl_reg): Likewise
6456 (aarch64_point_is_aligned): Likewise.
6457 (aarch64_dr_state_insert_one_point): Likewise.
6458 (aarch64_dr_state_remove_one_point): Likewise.
6459 (aarch64_handle_breakpoint): Likewise.
6460 (aarch64_handle_aligned_watchpoint): Likewise.
6461 (aarch64_handle_unaligned_watchpoint): Likewise.
6462 (aarch64_handle_watchpoint): Likewise.
6463 * config/aarch64/linux.mh (NAT_FILE): Add
6464 aarch64-linux-hw-point.o.
6465
c67ca4de
YQ
64662015-07-17 Yao Qi <yao.qi@linaro.org>
6467
6468 * aarch64-linux-nat.c (aarch64_handle_breakpoint): Add argument
6469 state and don't call aarch64_get_debug_reg_state. All callers
6470 update.
6471 (aarch64_linux_insert_hw_breakpoint): Call
6472 aarch64_get_debug_reg_state earlier.
6473 (aarch64_linux_remove_hw_breakpoint): Likewise.
6474 (aarch64_handle_aligned_watchpoint): Add argument state and
6475 don't call aarch64_get_debug_reg_state. All callers update.
6476 (aarch64_handle_unaligned_watchpoint): Likewise.
6477 (aarch64_handle_watchpoint): Add argument state.
6478 (aarch64_linux_insert_watchpoint): Call aarch64_get_debug_reg_state
6479 earlier.
6480 (aarch64_linux_remove_watchpoint): Likewise.
6481
25abf979
YQ
64822015-07-17 Yao Qi <yao.qi@linaro.org>
6483
6484 * aarch64-linux-nat.c (aarch64_show_debug_reg_state): Use
6485 debug_printf.
6486 (aarch64_handle_unaligned_watchpoint): Likewise.
6487
2ecd81c2
YQ
64882015-07-17 Yao Qi <yao.qi@linaro.org>
6489
6490 * aarch64-linux-nat.c (aarch64_dr_state_insert_one_point): Change
6491 argument type's type to 'enum target_hw_bp_type'.
6492 (aarch64_dr_state_remove_one_point): Likewise.
6493 (aarch64_handle_breakpoint): Likewise.
6494 (aarch64_linux_insert_hw_breakpoint): Likewise.
6495 (aarch64_linux_remove_hw_breakpoint): Likewise.
6496 (aarch64_handle_aligned_watchpoint): Likewise.
6497
e53b6938
YQ
64982015-07-17 Yao Qi <yao.qi@linaro.org>
6499
6500 * aarch64-linux-nat.c (aarch64_linux_get_debug_reg_capacity): Call
6501 ptid_get_pid instead of get_thread_id.
6502
6a49a997
YQ
65032015-07-17 Yao Qi <yao.qi@linaro.org>
6504
6505 * remote.c (get_current_thread): Initialise ptid to null_ptid.
6506 (add_current_inferior_and_thread): Don't initialise ptid.
6507
4bcddace
PL
65082015-07-16 Pierre Langlois <pierre.langlois@arm.com>
6509
6510 * aarch64-tdep.c (aarch64_pseudo_read_value): Mark S register as
6511 unavailable if invalid.
6512
db1ff28b
JK
65132015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6514
6515 Revert the previous 6 commits:
6516 Create empty nat/linux-maps.[ch] and common/target-utils.[ch].
6517 Move gdb_regex* to common/
6518 Prepare linux_find_memory_regions_full & co. for move
6519 Move linux_find_memory_regions_full & co.
6520 gdbserver build-id attribute generator
6521 Validate symbol file using build-id
6522
ca5268b6
JK
65232015-07-15 Aleksandar Ristovski <aristovski@qnx.com
6524 Jan Kratochvil <jan.kratochvil@redhat.com>
6525
6526 Validate symbol file using build-id.
6527 * NEWS (Changes since GDB 7.10): Add 'set validate-build-id'
6528 and 'show validate-build-id'. Add build-id attribute.
6529 * solib-darwin.c (_initialize_darwin_solib): Assign validate value.
6530 * solib-dsbt.c (_initialize_dsbt_solib): Ditto.
6531 * solib-frv.c (_initialize_frv_solib): Ditto.
6532 * solib-spu.c (set_spu_solib_ops): Ditto.
6533 * solib-svr4.c: Include rsp-low.h.
6534 (NOTE_GNU_BUILD_ID_NAME): New define.
6535 (svr4_validate): New function.
6536 (svr4_copy_library_list): Duplicate field build_id.
6537 (library_list_start_library): Parse 'build-id' attribute.
6538 (svr4_library_attributes): Add 'build-id' attribute.
6539 (_initialize_svr4_solib): Assign validate value.
6540 * solib-target.c (solib.h): Include.
6541 (_initialize_solib_target): Assign validate value.
6542 * solib.c (validate_build_id, show_validate_build_id): New.
6543 (solib_map_sections): Use ops->validate.
6544 (clear_so): Free build_id.
6545 (default_solib_validate): New function.
6546 (_initialize_solib): Add "validate-build-id".
6547 * solib.h (default_solib_validate): New declaration.
6548 * solist.h (struct so_list): New fields 'build_idsz' and 'build_id'.
6549 (target_so_ops): New field 'validate'.
6550
700ca40f
JK
65512015-07-15 Aleksandar Ristovski <aristovski@qnx.com
6552 Jan Kratochvil <jan.kratochvil@redhat.com>
6553
6554 gdbserver build-id attribute generator.
6555 * features/library-list-svr4.dtd (library-list-svr4): New
6556 'build-id' attribute.
6557
9904185c
JK
65582015-07-15 Aleksandar Ristovski <aristovski@qnx.com
6559 Jan Kratochvil <jan.kratochvil@redhat.com>
6560
6561 Move linux_find_memory_regions_full & co.
6562 * linux-tdep.c (nat/linux-maps.h): Include.
6563 (gdb_regex.h): Remove the include.
6564 (enum filterflags, struct smaps_vmflags, read_mapping, decode_vmflags)
6565 (mapping_is_anonymous_p, dump_mapping_p): Moved to nat/linux-maps.c.
6566 (linux_find_memory_region_ftype): Moved typedef to nat/linux-maps.h.
6567 (linux_find_memory_regions_full): Moved definition to nat/linux-maps.c.
6568 * nat/linux-maps.c: Include ctype.h, target/target-utils.h, gdb_regex.h
6569 and target/target.h.
6570 (struct smaps_vmflags, read_mapping, decode_vmflags)
6571 (mapping_is_anonymous_p, dump_mapping_p): Move from linux-tdep.c.
6572 (linux_find_memory_regions_full): Move from linux-tdep.c.
6573 * nat/linux-maps.h (read_mapping): New declaration.
6574 (linux_find_memory_region_ftype, enum filterflags): Moved from
6575 linux-tdep.c.
6576 (linux_find_memory_regions_full): New declaration.
6577 * target.c (target/target-utils.h): Include.
6578 (read_alloc_pread_ftype): Moved typedef to target/target-utils.h.
6579 (read_alloc, read_stralloc_func_ftype, read_stralloc): Moved
6580 definitions to target/target-utils.c.
6581 * target.h (target_fileio_read_stralloc): Move it to target/target.h.
6582 * target/target-utils.c (read_alloc, read_stralloc): Move definitions
6583 from target.c.
6584 * target/target-utils.h (read_alloc_pread_ftype): New typedef.
6585 (read_alloc): New declaration.
6586 (read_stralloc_func_ftype): New typedef.
6587 (read_stralloc): New declaration.
6588 * target/target.h (target_fileio_read_stralloc): Move it from target.h.
6589
f7af1fcd
JK
65902015-07-15 Aleksandar Ristovski <aristovski@qnx.com
6591 Jan Kratochvil <jan.kratochvil@redhat.com>
6592
6593 Prepare linux_find_memory_regions_full & co. for move.
6594 * linux-tdep.c (linux_find_memory_region_ftype): Comment.
6595 (linux_find_memory_regions_full): Change signature and prepare
6596 for moving to linux-maps.
6597 (linux_find_memory_regions_data): Rename field 'obfd' to 'data'.
6598 (linux_find_memory_regions_thunk): New.
6599 (linux_find_memory_regions_thunk): Use 'data' field instead of 'obfd'.
6600 (linux_find_memory_regions_gdb): New.
6601 (linux_find_memory_regions): Rename argument 'obfd' to 'func_data'.
6602 (linux_make_mappings_corefile_notes): Use
6603 linux_find_memory_regions_gdb.
6604 * target.c (read_alloc_pread_ftype): New typedef.
6605 (target_fileio_read_alloc_1_pread): New function.
6606 (read_alloc): Refactor from target_fileio_read_alloc_1.
6607 (read_stralloc_func_ftype): New typedef.
6608 (target_fileio_read_alloc_1): New implementation. Use read_alloc.
6609 (read_stralloc): Refactored from target_fileio_read_stralloc.
6610 (target_fileio_read_stralloc): New implementation, use read_stralloc.
6611
6e5b4429
JK
66122015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6613
6614 * Makefile.in (HFILES_NO_SRCDIR): Change gdb_regex.h to
6615 common/gdb_regex.h.
6616 (COMMON_OBS): Add gdb_regex.o.
6617 (gdb_regex.o): New.
6618 * common/common.m4 (GDB_AC_COMMON): Add gdb_use_included_regex,
6619 --without-included-regex and USE_INCLUDED_REGEX.
6620 * common/gdb_regex.c: New file from utils.c functions.
6621 * common/gdb_regex.h: Move it here from gdb_regex.h, update include
6622 file wrapping define name.
6623 * configure: Rebuilt.
6624 * configure.ac (gdb_use_included_regex, --without-included-regex)
6625 (USE_INCLUDED_REGEX): Move them to common/common.m4.
6626 * gdb_regex.h: Move it to common/gdb_regex.h.
6627 * utils.c: Remove include gdb_regex.h.
6628 (do_regfree_cleanup, make_regfree_cleanup, get_regcomp_error)
6629 (compile_rx_or_error): Move them to common/gdb_regex.c.
6630
ddc98fbf
JK
66312015-07-15 Aleksandar Ristovski <aristovski@qnx.com
6632 Jan Kratochvil <jan.kratochvil@redhat.com>
6633
6634 Create empty nat/linux-maps.[ch] and common/target-utils.[ch].
6635 * Makefile.in (HFILES_NO_SRCDIR); Add nat/linux-maps.h,
6636 common/target-utils.h.
6637 (COMMON_OBS): Add target-utils.o.
6638 (linux-maps.o, target-utils.o): New.
6639 * target/target-utils.c: New file.
6640 * target/target-utils.h: New file.
6641 * config/i386/linux.mh (NATDEPFILES): Add linux-maps.o.
6642 * config/i386/linux64.mh (NATDEPFILES): Ditto.
6643 * nat/linux-maps.c: New file.
6644 * nat/linux-maps.h: New file.
6645
e7b01ce0
MM
66462015-07-15 Markus Metzger <markus.t.metzger@intel.com>
6647 Pedro Alves <palves@redhat.com>
6648
6649 * nat/linux-btrace.c (perf_event_read): Change the type of DATA_HEAD.
6650 (perf_event_read_all): Change the type of SIZE and DATA_HEAD.
6651 (perf_event_read_bts): Change the type of SIZE and READ.
6652 (linux_enable_bts): Change the type of SIZE, PAGES, DATA_SIZE,
6653 and DATA_OFFSET. Move DATA_SIZE declaration. Restrict the buffer size
6654 to UINT_MAX. Check for overflows when using DATA_HEAD from the perf
6655 mmap page.
6656 (linux_enable_pt): Change the type of PAGES and SIZE. Restrict the
6657 buffer size to UINT_MAX.
6658 (linux_read_bts): Change the type of BUFFER_SIZE, SIZE, DATA_HEAD, and
6659 DATA_TAIL.
6660 * nat/linux-btrace.h (struct perf_event_buffer)<size, data_head>
6661 <last_head>: Change type.
6662 * common/btrace-common.h (struct btrace_dat_pt) <size>: Change type.
6663 * common/btrace-common.c (btrace_data_append): Change the type of
6664 SIZE.
6665 * btrace.c (parse_xml_raw): Change the type of SIZE. Change oddness
6666 check.
6667
f168693b
SM
66682015-07-14 Simon Marchi <simon.marchi@ericsson.com>
6669
6670 * gdbtypes.h (CHECK_TYPEDEF): Remove.
6671 * aarch64-tdep.c (aarch64_return_in_memory): Replace CHECK_TYPEDEF
6672 with check_typedef.
6673 * ada-lang.c (decode_constrained_packed_array_type): Likewise.
6674 (ada_array_length): Likewise.
6675 (find_parallel_type_by_descriptive_type): Likewise.
6676 (ada_check_typedef): Likewise.
6677 * arm-tdep.c (arm_return_in_memory): Likewise.
6678 * ax-gdb.c (gen_trace_static_fields): Likewise.
6679 (gen_struct_ref_recursive): Likewise.
6680 * c-exp.y (exp : SIZEOF '(' type ')' %prec UNARY): Likewise.
6681 (variable: block COLONCOLON name): Likewise.
6682 (qualified_name: TYPENAME COLONCOLON name): Likewise.
6683 * c-lang.c (classify_type): Likewise.
6684 * c-typeprint.c (c_print_type): Likewise.
6685 (c_print_typedef): Likewise.
6686 (c_type_print_base): Likewise.
6687 * c-valprint.c (c_val_print): Likewise.
6688 * compile/compile-c-types.c (convert_type): Likewise.
6689 * compile/compile-object-load.c (get_out_value_type): Likewise.
6690 * completer.c (add_struct_fields): Likewise.
6691 (expression_completer): Likewise.
6692 * cp-namespace.c (cp_find_type_baseclass_by_name): Likewise.
6693 (cp_lookup_nested_symbol_1): Likewise.
6694 (cp_lookup_nested_symbol): Likewise.
6695 * cp-valprint.c (cp_print_value_fields): Likewise.
6696 (cp_print_static_field): Likewise.
6697 * d-valprint.c (d_val_print): Likewise.
6698 * eval.c (evaluate_subexp_standard): Likewise.
6699 (evaluate_subexp_for_sizeof): Likewise.
6700 * f-exp.y (exp : SIZEOF '(' type ')' %prec UNARY): Likewise.
6701 * f-typeprint.c (f_type_print_base): Likewise.
6702 * f-valprint.c (f_val_print): Likewise.
6703 * gdbtypes.c (get_discrete_bounds): Likewise.
6704 (create_array_type_with_stride): Likewise.
6705 (type_name_no_tag_or_error): Likewise.
6706 (lookup_struct_elt_type): Likewise.
6707 (get_unsigned_type_max): Likewise.
6708 (internal_type_vptr_fieldno): Likewise.
6709 (set_type_vptr_fieldno): Likewise.
6710 (internal_type_vptr_basetype): Likewise.
6711 (set_type_vptr_basetype): Likewise.
6712 (get_vptr_fieldno): Likewise.
6713 (is_integral_type): Likewise.
6714 (is_scalar_type): Likewise.
6715 (is_scalar_type_recursive): Likewise.
6716 (distance_to_ancestor): Likewise.
6717 (is_unique_ancestor_worker): Likewise.
6718 (check_types_equal): Likewise.
6719 * gnu-v2-abi.c (gnuv2_value_rtti_type): Likewise.
6720
45280282
IB
67212015-07-14 Iain Buclaw <ibuclaw@gdcproject.org>
6722
6723 * dwarf2read.c (find_slot_in_mapped_hash): Extend language support to
6724 also test for language_d.
6725 (dwarf2_compute_name): Likewise.
6726 (read_func_scope): Likewise.
6727 (read_structure_type): Likewise.
6728 (new_symbol_full): Likewise.
6729 (determine_prefix): Likewise.
6730 (read_import_statement): Use dot as the separator for language_d.
6731 (typename_concat): Likewise, but don't prefix the D main function.
6732
99fe86f7
PB
67332015-07-14 Peter Bergner <bergner@vnet.ibm.com>
6734
6735 * nat/linux-namespaces.c (setns): Rename from this ...
6736 (do_setns): ... to this. Support calling setns if it exists.
6737 (mnsh_handle_setns): Call do_setns.
6738
d5131498
YQ
67392015-07-13 Yao Qi <yao.qi@linaro.org>
6740
6741 * exec.c (exec_file_attach): Add period at the end of error
6742 message.
6743
97605e61
AB
67442015-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
6745
6746 * tui/tui-win.c (window_name_completer): New function.
6747 (focus_completer): Call window_name_completer. All old content
6748 moved into window_name_completer.
6749 (winheight_completer): New function.
6750 (_initialize_tui_win): Rename variable. Add completer to
6751 winheight command. Update doc string on winheight.
6752
8d6dbeb4
SL
67532015-07-12 Sandra Loosemore <sandra@codesourcery.com>
6754
6755 * nios2-linux-tdep.c (_initialize_nios2_linux_tdep): Register
6756 all nios2 mach variants.
6757
a0e28e54
KB
67582015-07-10 Kevin Buettner <kevinb@redhat.com>
6759
6760 * rx-tdep.c (rx_get_opcode_byte): Use target_read_code instead
6761 of target_read_memory.
6762
c101f28f
AB
67632015-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
6764
6765 * tui/tui-win.c (tui_set_win_height): Use a cleanup to free the
6766 string copy.
6767 (parse_scrolling_args): Likewise.
6768
150375dc
AB
67692015-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
6770
6771 * tui/tui-win.c (focus_completer): Don't duplicate the tui window
6772 names in this function.
6773
6dce28e4
AB
67742015-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
6775
6776 * tui/tui-data.h (SRC_NAME): Convert to lower case.
6777 (CMD_NAME): Likewise.
6778 (DATA_NAME): Likewise.
6779 (DISASSEM_NAME): Likewise.
6780 * tui/tui-win.c (tui_set_focus): Window names are now lower case.
6781 (tui_set_win_height): Likewise.
6782 (parse_scrolling_args): Likewise.
6783
485668e5
MM
67842015-07-10 Markus Metzger <markus.t.metzger@intel.com>
6785
6786 * record-btrace.c (record_btrace_goto_begin)
6787 (record_btrace_goto_end, record_btrace_goto): Move call to
6788 print_stack_frame ...
6789 (record_btrace_set_replay): ... here. Set stop_pc.
6790 * record-full.c (record_full_goto_entry): Set stop_pc.
6791
58d2eda5
PL
67922015-07-09 Pierre Langlois <pierre.langlois@arm.com>
6793
6794 * NEWS: Mention support for tracepoints on aarch64-linux.
6795
7671bf47
PL
67962015-07-09 Pierre Langlois <pierre.langlois@arm.com>
6797
6798 * linux-aarch64-low.c (aarch64_supports_tracepoints): New
6799 function. Return 1.
6800 (the_low_target): Install it.
6801
7890fb45
PL
68022015-07-09 Pierre Langlois <pierre.langlois@arm.com>
6803
6804 * gdb.trace/backtrace.exp: Set registers for aarch64 target.
6805 * gdb.trace/collection.exp: Likewise.
6806 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
6807 * gdb.trace/mi-trace-unavailable.exp: Likewise.
6808 * gdb.trace/report.exp: Likewise.
6809 * gdb.trace/trace-break.exp: Likewise.
6810 * gdb.trace/unavailable.exp: Likewise.
6811 * gdb.trace/while-dyn.exp: Likewise.
6812
ea873d8e
PL
68132015-07-09 Pierre Langlois <pierre.langlois@arm.com>
6814
6815 * aarch64-tdep.c: Add ax.h and ax-gdb.h includes.
6816 (aarch64_gen_return_address): New function.
6817 (aarch64_gdbarch_init): Hook it.
6818
02a2a705
PL
68192015-07-09 Pierre Langlois <pierre.langlois@arm.com>
6820
6821 * aarch64-tdep.c (aarch64_make_stub_cache): Set available_p and
6822 swallow NOT_AVAILABLE_ERROR.
6823 (aarch64_stub_this_id): Call frame_id_build_unavailable_stack if
6824 available_p is not set.
6825 (aarch64_stub_frame_unwind_stop_reason): New function.
6826 (aarch64_stub_unwind): Install it.
6827
7dfa3edc
PL
68282015-07-09 Pierre Langlois <pierre.langlois@arm.com>
6829
6830 * aarch64-tdep.c (aarch64_prologue_cache) <available_p>: New
6831 field.
6832 (aarch64_make_prologue_cache_1): New function, factored out from
6833 aarch64_make_prologue_cache. Do not allocate cache. Set
6834 available_p.
6835 (aarch64_make_prologue_cache): Reimplement wrapping
6836 aarch64_make_prologue_cache_1, and swallowing
6837 NOT_AVAILABLE_ERROR.
6838 (aarch64_prologue_frame_unwind_stop_reason): New function.
6839 Return UNWIND_UNAVAILABLE if available_p is not set.
6840 (aarch64_prologue_unwind): Install it.
6841 (aarch64_prologue_this_id): Move prev_pc and prev_sp limit
6842 checks into aarch64_prologue_frame_unwind_stop_reason. Call
6843 frame_id_build_unavailable_stack if available_p is not set.
6844
db634143
PL
68452015-07-09 Pierre Langlois <pierre.langlois@arm.com>
6846
6847 * aarch64-tdep.c (aarch64_prologue_cache) <func, prev_pc>: New
6848 fields.
6849 (aarch64_scan_prologue): Set prev_pc.
6850 (aarch64_make_prologue_cache): Set func.
6851 (aarch64_make_stub_cache): Set prev_pc.
6852 (aarch64_prologue_this_id): Remove local variables id, pc and
6853 func. Read prev_pc and func from cache.
6854 (aarch64_stub_this_id): Read prev_pc from cache.
6855
8b61f75d
PL
68562015-07-09 Pierre Langlois <pierre.langlois@arm.com>
6857
6858 * aarch64-tdep.c (aarch64_make_stub_cache): Update comment. New
6859 argument this_cache. Remove unused local variables reg and
6860 unwound_fp. Return early if this_cache is already set. Set
6861 this_cache.
6862 (aarch64_stub_this_id): Update call to aarch64_make_stub_cache.
6863
7c8edfae
PL
68642015-07-09 Pierre Langlois <pierre.langlois@arm.com>
6865
6866 * aarch64-tdep.c (aarch64_make_prologue_cache): Update comment.
6867 New argument this_cache. Return early if this_cache is already
6868 set. Set this_cache.
6869 (aarch64_prologue_this_id): Update call to
6870 aarch64_make_prologue_cache.
6871 (aarch64_prologue_prev_register): Likewise.
6872 (aarch64_normal_frame_base): Likewise.
6873
938c69a1
SM
68742015-07-09 Simon Marchi <simon.marchi@ericsson.com>
6875
6876 * c-valprint.c (c_val_print): Factor out memberptr printing code
6877 from c_val_print to ...
6878 (c_val_print_memberptr): ... this new function.
6879
49f7fe28
SM
68802015-07-09 Simon Marchi <simon.marchi@ericsson.com>
6881
6882 * c-valprint.c (c_val_print): Factor out int printing code to ...
6883 (c_val_print_int): ... this new function.
6884
9e4f353c
SM
68852015-07-09 Simon Marchi <simon.marchi@ericsson.com>
6886
6887 * c-valprint.c (c_val_print): Factor out struct and union
6888 printing code to ...
6889 (c_val_print_struct): ... this new function ...
6890 (c_val_print_union): ... and this new function.
6891
1c67f032
SM
68922015-07-09 Simon Marchi <simon.marchi@ericsson.com>
6893
6894 * c-valprint.c (c_val_print): Factor out pointer printing code
6895 to ...
6896 (c_val_print_ptr): ... this new function.
6897
0b6ef777
SM
68982015-07-09 Simon Marchi <simon.marchi@ericsson.com>
6899
6900 * c-valprint.c (c_valprint): Factor our array printing code from
6901 c_val_print to ...
6902 (c_val_print_array): ... this new function.
6903
1033c33c
SM
69042015-07-09 Simon Marchi <simon.marchi@ericsson.com>
6905
6906 * c-valprint.c (c_val_print): Factor out pointer printing code
6907 to ...
6908 (print_unpacked_pointer): ... this new function.
6909
f6b93c34
SM
69102015-07-09 Simon Marchi <simon.marchi@ericsson.com>
6911
6912 * c-valprint.c (c_val_print): Remove an assignment to i and move
6913 its declaration.
6914
0f4576e3
YQ
69152015-07-09 Yao Qi <yao.qi@linaro.org>
6916
6917 * aarch64-linux-nat.c (aarch64_linux_get_debug_reg_capacity): Add
6918 argument ptid. Update comments. Caller update.
6919
37fdfe4c
MM
69202015-07-09 Markus Metzger <markus.t.metzger@intel.com>
6921
6922 * btrace.c (pt_print_packet): Print stop, vmcs, tma, mtc, cyc, and
6923 mnt packets.
6924
80a2b330
MM
69252015-07-09 Markus Metzger <markus.t.metzger@intel.com>
6926
6927 * btrace.c (btrace_pt_readmem_callback): Change type of PC argument.
6928
4ab31498
SM
69292015-07-08 Simon Marchi <simon.marchi@ericsson.com>
6930
6931 * progspace.c (delete_program_space): Add missing spaces.
6932
7a41607e
SM
69332015-07-08 Simon Marchi <simon.marchi@ericsson.com>
6934
6935 * inferior.c (delete_inferior_1): Rename to ...
6936 (delete_inferior): ..., remove 'silent' parameter, delete
6937 program space when unused and remove call to prune_program_spaces.
6938 Remove the old, unused, delete_inferior.
6939 (delete_inferior_silent): Remove.
6940 (prune_inferiors): Change call from delete_inferior_1 to
6941 delete_inferior and remove 'silent' parameter. Remove call to
6942 prune_program_spaces.
6943 (remove_inferior_command): Idem.
6944 * inferior.h (delete_inferior_1): Rename to...
6945 (delete_inferior): ..., remove 'silent' parameter and remove the
6946 original delete_inferior.
6947 (delete_inferior_silent): Remove.
6948 * mi/mi-main.c (mi_cmd_remove_inferior): Change call from
6949 delete_inferior_1 to delete_inferior and remove 'silent'
6950 parameter.
6951 * progspace.c (prune_program_spaces): Remove.
6952 (pspace_empty_p): Rename to...
6953 (program_space_empty_p): ... and make non-static.
6954 (delete_program_space): New.
6955 * progspace.h (prune_program_spaces): Remove declaration.
6956 (program_space_empty_p): New declaration.
6957 (delete_program_space): New declaration.
6958 * monitor.c (monitor_close): Replace call to
6959 delete_thread_silent and delete_inferior_silent with
6960 discard_all_inferiors.
6961
a9bd710f
PP
69622015-07-08 Patrick Palka <patrick@parcs.ath.cx>
6963
6964 * defs.h (deprecated_register_changed_hook): Remove prototype.
6965 * interps.c (clear_iterpreter_hooks): Remove reference to
6966 deprecated_register_changed_hook.
6967 * top.c (deprecated_register_changed_hook): Remove prototype.
6968 * valops.c (value_assign): Remove reference to
6969 deprecated_register_changed_hook.
6970 * tui/tui-hooks.c (tui_register_changed): Add parameter "frame".
6971 Add comment documenting the function.
6972 (tui_register_changed_observer): Define.
6973 (tui_install_hooks): Remove reference to
6974 deprecated_register_changed_hook. Set
6975 tui_register_changed_observer.
6976 (tui_remove_hooks): Remove reference to
6977 deprecated_register_changed_hook. Unset
6978 tui_register_changed_observer.
6979
08464196
JK
69802015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6981
6982 PR compile/18484
6983 * compile/compile-c-types.c (insert_type): Change gdb_assert to error.
6984
bcf5c1d9
RC
69852015-07-08 Robert O'Callahan <robert@ocallahan.org>
6986
6987 PR exp/18617
6988 * ax-gdb.c (gen_conversion): Extend to 'to' bits, not 'from'.
6989
e8643a45
MM
69902015-07-08 Markus Metzger <markus.t.metzger@intel.com>
6991
6992 * MAINTAINERS (Write After Approval): Add Markus T. Metzger.
6993
76fb6829
MM
69942015-07-08 Markus Metzger <markus.t.metzger@intel.com>
6995
6996 * nat/linux-btrace.c (kernel_supports_bts, kernel_supports_pt):
6997 Use safe_strerror() instead of strerror().
6998
82c40d4b
YQ
69992015-07-07 Yao Qi <yao.qi@linaro.org>
7000
7001 * features/arm-with-m-fpa-layout.xml: Set architecture to arm.
7002 * features/arm-with-m-fpa-layout.c: Regenerated.
7003 * features/arm-with-m-vfp-d16.xml: Likewise.
7004 * features/arm-with-m-vfp-d16.c: Regenerated.
7005 * features/arm-with-m.xml: Likewise.
7006 * features/arm-with-m.c: Regenerated.
7007 * features/arm-with-neon.xml: Likewise.
7008 * features/arm-with-neon.c: Regenerated.
7009 * features/arm-with-vfpv2.xml: Likewise.
7010 * features/arm-with-vfpv2.c: Regenerated.
7011 * features/arm-with-vfpv3.xml: Likewise.
7012 * features/arm-with-vfpv3.c: Regenerated.
7013
607685ec
YQ
70142015-07-07 Yao Qi <yao.qi@linaro.org>
7015
7016 * aarch32-linux-nat.h (VFP_REGS_SIZE): New macro, moved from
7017 arm-linux-nat.c.
7018 * aarch64-linux-nat.c: Include aarch32-linux-nat.h and
7019 elf/external.h.
7020 (fetch_gregs_from_thread): Call aarch32_gp_regcache_supply
7021 if target is 32-bit.
7022 (store_gregs_to_thread): Call aarch32_gp_regcache_collect
7023 if target is 32-bit.
7024 (fetch_fpregs_from_thread): Call aarch32_vfp_regcache_supply
7025 if target is 32-bit.
7026 (store_fpregs_to_thread): Call aarch32_vfp_regcache_collect
7027 if target is 32-bit.
7028 (tdesc_arm_with_vfpv3, tdesc_arm_with_neon): Declare.
7029 (aarch64_linux_read_description): Return the right target
7030 description.
7031 * arm-linux-nat.c (VFP_REGS_SIZE): Moved to aarch32-linux-nat.h.
7032 * config/aarch64/linux.mh (NATDEPFILES): Add aarch32-linux-nat.o.
7033 * configure.tgt (aarch64*-*-linux*): Add arm-tdep.o and
7034 arm-linux-tdep.o.
7035
f1b67888
YQ
70362015-07-07 Yao Qi <yao.qi@linaro.org>
7037
7038 * aarch32-linux-nat.c: New file.
7039 * aarch32-linux-nat.h: New file.
7040 * arm-linux-nat.c: Include aarch32-linux-nat.h.
7041 (fetch_regs): Move code to aarch32-linux-nat.c. Call
7042 aarch32_gp_regcache_supply.
7043 (store_regs): Move code to aarch32-linux-nat.c. Call
7044 aarch32_gp_regcache_collect.
7045 (fetch_vfp_regs): Move code to aarch32-linux-nat.c. Call
7046 aarch32_vfp_regcache_supply.
7047 (store_vfp_regs): Move code to aarch32-linux-nat.c. Call
7048 aarch32_vfp_regcache_collect.
7049 * config/arm/linux.mh (NATDEPFILES): Add aarch32-linux-nat.o.
7050
179bfe82
YQ
70512015-07-07 Yao Qi <yao.qi@linaro.org>
7052
7053 * arm-linux-nat.c (store_fpregister): Remove.
7054 (store_register): Likewise.
7055 (fetch_fpregister): Likewise.
7056 (fetch_register): Likewise.
7057 (arm_linux_store_inferior_registers): Call store_regs and
7058 store_fpregs instead.
7059 (arm_linux_fetch_inferior_registers): Call fetch_fpregs and
7060 fetch_regs instead.
7061
6008fc5f
AB
70622015-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
7063
7064 * doc/gdb.texinfo (TUI): Restructure documentation on TUI layout
7065 and focus commands.
7066
7c79d316
JB
70672015-07-06 Joel Brobecker <brobecker@adacore.com>
7068
7069 * NEWS: Create a new section for the next release branch.
7070 Rename the section of the current branch, now that it has
7071 been cut.
7072
f2232bea
JB
70732015-07-06 Joel Brobecker <brobecker@adacore.com>
7074
7075 GDB 7.10 branch created (66c4b3e8a628a207bc6aafef6af0c4128195f56e):
7076 * version.in: Bump version to 7.10.50.DATE-cvs.
7077
66c4b3e8
LM
70782015-07-06 Luis Machado <lgustavo@codesourcery.com>
7079
7080 * breakpoint.c (remove_breakpoint_1): Don't handle permanent
7081 breakpoints in a special way.
7082 (remove_breakpoint): Likewise.
7083 (mark_breakpoints_out): Likewise.
7084
bcd8537c
AB
70852015-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
7086
7087 * doc/gdb.texinfo (TUI): Add comma after @xref.
7088
10e9aaa3
AB
70892015-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
7090
7091 * tui/tui-win.c (tui_set_focus): Use structure member 'generic'
7092 instead of casting the structure type.
7093
8a13d42d
SM
70942015-07-06 Simon Marchi <simon.marchi@ericsson.com>
7095
7096 * valops.c (search_struct_field): Remove OFFSET parameter.
7097 (value_cast_structs): Adjust calls to search_struct_field.
7098 (value_struct_elt): Same.
7099 (find_overload_match): Same.
7100
a844296a
SM
71012015-07-06 Simon Marchi <simon.marchi@ericsson.com>
7102
7103 * value.c (value_fetch_lazy): Update comment, change return
7104 value to void.
7105 * value.h (value_fetch_lazy): Change return value to void.
7106
f41cbf58
AB
71072015-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
7108
7109 * tui/tui-data.c (tui_partial_win_by_name): Window name is const.
7110 (tui_win_name): Make parameter and result const.
7111 * tui/tui-data.h (tui_win_name): Make parameter and result const.
7112
118ca224
PP
71132015-07-06 Patrick Palka <patrick@parcs.ath.cx>
7114
7115 * i386-tdep.c (i386_mpx_info_bounds): Don't call error, instead
7116 use printf_unfiltered.
7117 (set_mpx_cmd): Add missing trailing space to command string
7118 literal.
7119 (_initialize_i386_tdep): Give the "mpx" prefix command its
7120 correct name.
7121
1b485e67
KB
71222015-07-02 Kevin Buettner <kevinb@redhat.com>
7123
7124 * rx-tdep.c (RX_USP_REGNUM, RX_BPC_REGNUM): New constants.
7125 (enum rx_frame_type): New.
7126 (struct rx_prologue): Add new field `frame_type'.
7127 (rx_analyze_prologue): Add `frame_type' parameter. Cache this
7128 parameter in the prologue struct. Add code for recording
7129 locations of PC and PSW for fast interrupt and exception frames.
7130 (rx_skip_prologue): Adjust call to rx_analyze_prologue.
7131 (rx_analyze_frame_prologue): Add `frame_type' parameter.
7132 (rx_frame_type): New function.
7133 (rx_frame_base): Fetch frame type and pass it to rx_analyze_prologue.
7134 (rx_frame_this_id): Rename parameter `this_prologue_cache' to
7135 `this_cache'.
7136 (rx_frame_prev_register): Rename parameter `this_prologue_cache' to
72f4393d 7137 `this_cache'. Add cases for RX_FRAME_TYPE_EXCEPTION and
1b485e67
KB
7138 RX_FRAME_TYPE_FAST_INTERRUPT.
7139 (normal_frame_p, exception_frame_p, rx_frame_sniffer_common)
7140 (rx_frame_sniffer, rx_exception_sniffer): New functions.
7141 (rx_frame_unwind): Use rx_frame_sniffer instead of
7142 default_frame_sniffer.
7143 (rx_frame_unwind): New unwinder.
7144 (rx_gdbarch_init): Register new unwinder.
7145
0561fea4
KB
71462015-07-02 Kevin Buettner <kevinb@redhat.com>
7147
7148 * rx-tdep.c (RX_BPSW_REGNUM, RX_FPSW_REGNUM): New constants.
7149 (struct gdbarch_tdep): Add fields rx_psw_type and rx_fpsw_type.
7150 (rx_register_type): Add cases for RX_PSW_REGNUM, RX_BPSW_REGNUM,
7151 and RX_FPSW_REGNUM.
7152 (rx_gdbarch_init): Initialize PSW, BPSW, and FPSW flags types.
7153
decf8d9a
JK
71542015-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
7155
7156 Fix GCC false warning.
7157 * s390-linux-tdep.c (s390_handle_arg): Initialize VAL.
7158
2fd0f80d
YQ
71592015-07-02 Yao Qi <yao.qi@linaro.org>
7160
7161 * aarch64-linux-nat.c (aarch64_linux_insert_hw_breakpoint): Fix
7162 typo in the debugging message.
7163
b0627500
MM
71642015-07-02 Markus Metzger <markus.t.metzger@intel.com>
7165
7166 * btrace.c: Include gdbcmd.h, cli/cli-utils.h, and ctype.h.
7167 (maint_btrace_cmdlist, maint_btrace_set_cmdlist)
7168 (maint_btrace_show_cmdlist, maint_btrace_pt_set_cmdlist)
7169 (maint_btrace_pt_show_cmdlist, maint_btrace_pt_skip_pad)
7170 (btrace_maint_clear): New.
7171 (btrace_fetch, btrace_clear): Call btrace_maint_clear.
7172 (pt_print_packet, btrace_maint_decode_pt)
7173 (btrace_maint_update_pt_packets, btrace_maint_update_packets)
7174 (btrace_maint_print_packets, get_uint, get_context_size, no_chunk)
7175 (maint_btrace_packet_history_cmd)
7176 (maint_btrace_clear_packet_history_cmd, maint_btrace_clear_cmd)
7177 (maint_btrace_cmd, maint_btrace_set_cmd, maint_btrace_show_cmd)
7178 (maint_btrace_pt_set_cmd, maint_btrace_pt_show_cmd)
7179 (maint_info_btrace_cmd, _initialize_btrace): New.
7180 * btrace.h (btrace_pt_packet, btrace_pt_packet_s)
7181 (btrace_maint_packet_history, btrace_maint_info): New.
7182 (btrace_thread_info) <maint>: New.
7183 * NEWS: Announce it.
7184
9be54cae
MM
71852015-07-02 Markus Metzger <markus.t.metzger@intel.com>
7186
7187 * btrace.c (btrace_fetch): Append the new trace data.
7188 (btrace_clear): Clear the stored trace data.
7189 * btrace.h (btrace_thread_info) <data>: New.
7190 * common/btrace-common.h (btrace_data_clear)
7191 (btrace_data_append): New.
7192 * common/btrace-common.c (btrace_data_clear)
7193 (btrace_data_append): New.
7194
010a18a1
MM
71952015-07-02 Markus Metzger <markus.t.metzger@intel.com>
7196
7197 * nat/linux-btrace.c (linux_enable_bts): Check for
7198 PERF_ATTR_SIZE_VER5.
7199 Check for data_offset and data_size fields. Use them.
7200
b20a6524
MM
72012015-07-02 Markus Metzger <markus.t.metzger@intel.com>
7202
7203 * NEWS: Announce new commands "record btrace pt" and "record pt".
7204 Announce new options "set|show record btrace pt buffer-size".
7205 * btrace.c: Include "rsp-low.h".
7206 Include "inttypes.h".
7207 (btrace_add_pc): Add forward declaration.
7208 (pt_reclassify_insn, ftrace_add_pt, btrace_pt_readmem_callback)
7209 (pt_translate_cpu_vendor, btrace_finalize_ftrace_pt)
7210 (btrace_compute_ftrace_pt): New.
7211 (btrace_compute_ftrace): Support BTRACE_FORMAT_PT.
7212 (check_xml_btrace_version): Update version check.
7213 (parse_xml_raw, parse_xml_btrace_pt_config_cpu)
7214 (parse_xml_btrace_pt_raw, parse_xml_btrace_pt)
7215 (btrace_pt_config_cpu_attributes, btrace_pt_config_children)
7216 (btrace_pt_children): New.
7217 (btrace_children): Add support for "pt".
7218 (parse_xml_btrace_conf_pt, btrace_conf_pt_attributes): New.
7219 (btrace_conf_children): Add support for "pt".
7220 * btrace.h: Include "intel-pt.h".
7221 (btrace_pt_error): New.
7222 * common/btrace-common.c (btrace_format_string, btrace_data_fini)
7223 (btrace_data_empty): Support BTRACE_FORMAT_PT.
7224 * common/btrace-common.h (btrace_format): Add BTRACE_FORMAT_PT.
7225 (struct btrace_config_pt): New.
7226 (struct btrace_config)<pt>: New.
7227 (struct btrace_data_pt_config, struct btrace_data_pt): New.
7228 (struct btrace_data)<pt>: New.
7229 * features/btrace-conf.dtd (btrace-conf)<pt>: New.
7230 (pt): New.
7231 * features/btrace.dtd (btrace)<pt>: New.
7232 (pt, pt-config, cpu): New.
7233 * nat/linux-btrace.c (perf_event_read, perf_event_read_all)
7234 (perf_event_pt_event_type, kernel_supports_pt)
7235 (linux_supports_pt): New.
7236 (linux_supports_btrace): Support BTRACE_FORMAT_PT.
7237 (linux_enable_bts): Free tinfo on error.
7238 (linux_enable_pt): New.
7239 (linux_enable_btrace): Support BTRACE_FORMAT_PT.
7240 (linux_disable_pt): New.
7241 (linux_disable_btrace): Support BTRACE_FORMAT_PT.
7242 (linux_fill_btrace_pt_config, linux_read_pt): New.
7243 (linux_read_btrace): Support BTRACE_FORMAT_PT.
7244 * nat/linux-btrace.h (struct btrace_tinfo_pt): New.
7245 (struct btrace_target_info)<pt>: New.
7246 * record-btrace.c (set_record_btrace_pt_cmdlist)
7247 (show_record_btrace_pt_cmdlist): New.
7248 (record_btrace_print_pt_conf): New.
7249 (record_btrace_print_conf): Support BTRACE_FORMAT_PT.
7250 (btrace_ui_out_decode_error): Support BTRACE_FORMAT_PT.
7251 (cmd_record_btrace_pt_start): New.
7252 (cmd_record_btrace_start): Support BTRACE_FORMAT_PT.
7253 (cmd_set_record_btrace_pt, cmd_show_record_btrace_pt): New.
7254 (_initialize_record_btrace): Add new commands.
7255 * remote.c (PACKET_Qbtrace_pt, PACKET_Qbtrace_conf_pt_size): New.
7256 (remote_protocol_features): Add "Qbtrace:pt".
7257 Add "Qbtrace-conf:pt:size".
7258 (remote_supports_btrace): Support BTRACE_FORMAT_PT.
7259 (btrace_sync_conf): Support PACKET_Qbtrace_conf_pt_size.
7260 (remote_enable_btrace): Support BTRACE_FORMAT_PT.
7261 (_initialize_remote): Add new commands.
7262
58bfce93
MM
72632015-07-02 Markus Metzger <markus.t.metzger@intel.com>
7264
7265 * configure.ac: check for libipt
7266 * configure: Regenerate.
7267 * config.in: Regenerate.
7268 * Makefile.in (LIBIPT): New.
7269 (CLIBS): Add $LIBIPT.
7270 * NEWS: document new configure options
7271
b0fd6b30
JK
72722015-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
7273
7274 * compile/compile-object-load.c (compile_object_load): Replace debug
7275 message "lookup undefined ELF symbol" by 3 more specific messages.
7276
e6280369
KB
72772015-07-01 Kevin Buettner <kevinb@redhat.com>
7278
7279 * rl78-tdep.c (struct gdbarch_tdep): Add new field, rl78_psw_type.
7280 (rl78_register_type): Add case for RL78_PSW_REGNUM.
7281 (rl78_gdbarch_init): Initialize rl78_psw_type.
7282
bbcbf914
PP
72832015-07-01 Patrick Palka <patrick@parcs.ath.cx>
7284
7285 * tui/tui-hooks.c (tui_refresh_frame_and_register_information):
7286 Update commentary. Always refresh the registers when frame
7287 information has changed.
7288 * tui/tui-stack.c (tui_show_frame_info): Update commentary.
7289 Change return type to int. Return 1 if frame information has
7290 changed, 0 otherwise.
7291 (tui_before_prompt): Update commentary.
7292 * tui/tui-stack.h (tui_show_frame_info): Change return type to
7293 int.
7294
0986c744
PP
72952015-06-30 Patrick Palka <patrick@parcs.ath.cx>
7296
7297 PR tui/13378
7298 * frame.c (select_frame): Remove reference to
7299 deprecated_selected_frame_level_changed_hook.
7300 * frame.h (deprecated_selected_frame_level_changed_hook): Remove
7301 declaration.
7302 * stack.c (deprecated_selected_frame_level_changed_hook):
7303 Likewise.
7304 * tui/tui-hooks.c (tui_selected_frame_level_changed_hook):
7305 Rename to ...
7306 (tui_refresh_frame_and_register_information): ... this. Bail
7307 out if there is no stack. Don't update register information
7308 unless registers_too_p is true.
7309 (tui_print_frame_info_listing_hook): Rename to ...
7310 (tui_dummy_print_frame_info_listing_hook): ... this.
7311 (tui_before_prompt): New function.
7312 (tui_normal_stop): New function.
7313 (tui_before_prompt_observer): New observer.
7314 (tui_normal_stop_observer): New observer.
7315 (tui_install_hooks): Set
7316 deprecated_print_frame_info_listing_hook to
7317 tui_dummy_print_frame_info_listing_hook. Register
7318 tui_before_prompt_observer to call tui_before_prompt and
7319 tui_normal_stop_observer to call tui_normal_stop. Remove
7320 reference to deprecated_selected_frame_level_changed_hook.
7321 (tui_remove_hooks): Detach and unset tui_before_prompt_observer
7322 and tui_normal_stop_observer. Remove reference to
7323 deprecated_selected_frame_level_changed_hook.
7324
b5fca6d7
PP
73252015-06-30 Patrick Palka <patrick@parcs.ath.cx>
7326
7327 PR tui/13378
7328 * tui/tui-stack.c (tui_set_locator_info): Change prototype to
7329 return an int instead of void. Return whether the locator
7330 window has changed.
7331 (tui_show_frame_info): If the locator info has not changed, then
7332 bail out early to avoid refreshing the windows.
7333
c45613e3
PP
73342015-06-30 Patrick Palka <patrick@parcs.ath.cx>
7335
7336 * tui/tui-stack.c (tui_set_locator_info): Explicitly pass
7337 LOCATOR_WIN to tui_alloc_content.
7338
7b9be803
YQ
73392015-06-30 Yao Qi <yao.qi@linaro.org>
7340
7341 PR tdep/18605
7342 * arm-tdep.c (arm_get_next_pc_raw): Break for media
7343 instructions.
7344
fd6e021d
KB
73452015-06-29 Kevin Buettner <kevinb@redhat.com>
7346
78ab7e9d
KB
7347 * rx-tdep.c (RX_PSW_REGNUM): New enum constant.
7348 (rx_dwarf_reg_to_regnum): New function.
7349 (rx_gdbarch_init): Register rx_dwarf_reg_to_regnum. Use dwarf2
7350 unwinding.
fd6e021d 7351
28bf096c
PA
73522015-06-29 Pedro Alves <palves@redhat.com>
7353
7354 PR threads/18127
7355 * infcall.c (run_inferior_call): On infcall success, if the thread
7356 was marked stopped before, reset it back to stopped.
7357 * infrun.c (resume): Don't suppress the set_running calls when
7358 doing an infcall.
7359 (normal_stop): Only discard the finish_thread_state cleanup if the
7360 infcall succeeded.
7361
2880b51c 73622015-06-29 Pierre Langlois <pierre.langlois@arm.com>
1451ea7d
PL
7363
7364 * MAINTAINERS (Write After Approval): Update my email address.
7365
ee93cd5e
KS
73662015-06-26 Keith Seitz <keiths@redhat.com>
7367 Doug Evans <dje@google.com>
7368
7369 PR 16253
7370 * block.c (block_lookup_symbol): For non-function blocks,
7371 continue to search for a symbol with an exact domain match
7372 Otherwise, return any previously found "best domain" symbol.
7373 (block_lookup_symbol_primary): Likewise.
7374
fc637f04
PP
73752015-06-26 Patrick Palka <patrick@parcs.ath.cx>
7376
7377 * NEWS: Mention the new option "history remove-duplicates".
7378 * top.c (history_remove_duplicates): New static variable.
7379 (show_history_remove_duplicates): New static function.
7380 (gdb_add_history): Conditionally remove duplicate history
7381 entries.
7382 (init_main): Add "history remove-duplicates" option.
7383
2e52ae68
PP
73842015-06-26 Patrick Palka <patrick@parcs.ath.cx>
7385
7386 * tui/tui-win.c (focus_completer): New static function.
7387 (_initialize_tui_win): Set the completion function of the
7388 "focus" command to focus_completer.
7389
6e22494e
JK
73902015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
7391
7392 * linespec.c (minsym_found): Reset sal.PC for COMPUNIT_LOCATIONS_VALID
7393 and language_asm..
7394 * symtab.c (find_function_start_sal): Likewise.
7395
f8773be1
GB
73962015-06-25 Gary Benson <gbenson@redhat.com>
7397
7398 * solib.c (solib_find_1): Set local variable sysroot to NULL if
7399 it is the empty string after trailing slashes have been stripped.
7400
a3be80c3
GB
74012015-06-25 Gary Benson <gbenson@redhat.com>
7402
7403 * exec.c (exec_file_locate_attach): Remove gdb_sysroot NULL check.
7404 * infrun.c (follow_exec): Likewise.
7405 * remote.c (remote_filesystem_is_local): Likewise.
7406 * solib.c (solib_find_1): Likewise.
7407
32fad71f
KS
74082015-06-24 Keith Seitz <keiths@redhat.com>
7409
7410 * build-id.c (build_id_to_debug_bfd): Add cleanup to free
7411 return value from lrealpath.
7412
87d1b309
MF
74132015-06-24 Mike Frysinger <vapier@gentoo.org>
7414
7415 * remote-sim.c (gdbsim_open): Move sysroot update to the top.
7416
23bf70af
MF
74172015-06-24 Mike Frysinger <vapier@gentoo.org>
7418
7419 * remote-sim.c: Include gdb_bfd.h.
7420 (gdbsim_open): Declare new local sysroot pointing to gdb_sysroot.
7421 Skip TARGET_SYSROOT_PREFIX in gdb_sysroot when it is active.
7422
5cd867b4
YQ
74232015-06-24 Yao Qi <yao.qi@linaro.org>
7424
7425 * aarch64-linux-tdep.c (aarch64_linux_init_abi): Don't call
7426 set_gdbarch_get_siginfo_type.
7427 * amd64-linux-tdep.c (amd64_linux_init_abi_common): Likewise.
7428 * arm-linux-tdep.c (arm_linux_init_abi): Likewise.
7429 * i386-linux-tdep.c (i386_linux_init_abi): Likewise.
7430 * m68klinux-tdep.c (m68k_linux_init_abi): Likewise.
7431 * ppc-linux-tdep.c (ppc_linux_init_abi): Likewise.
7432 * s390-linux-tdep.c (s390_gdbarch_init): Likewise.
7433 * tilegx-linux-tdep.c (tilegx_linux_init_abi): Likewise.
7434 * linux-tdep.c (linux_get_siginfo_type): Change it to static.
7435 (linux_init_abi): Call set_gdbarch_get_siginfo_type.
7436 * linux-tdep.h (linux_get_siginfo_type): Remove the declaration.
7437
dc06243f
GB
74382015-06-24 Gary Benson <gbenson@redhat.com>
7439
7440 * common/buffer.c (stdint.h): Do not include.
7441 * common/print-utils.c (stdint.h): Likewise.
7442 * compile/compile-c-symbols.c (gdb_assert.h): Likewise.
7443 * compile/compile-c-types.c (gdb_assert.h): Likewise.
7444 * ft32-tdep.c (gdb_assert.h): Likewise.
7445 * guile/scm-utils.c (stdint.h): Likewise.
7446 * i386-linux-tdep.c (stdint.h): Likewise.
7447 * i386-tdep.c (stdint.h): Likewise.
7448 * nat/linux-btrace.c (stdint.h): Likewise.
7449 * nat/linux-btrace.h (stdint.h): Likewise.
7450 * nat/linux-ptrace.c (stdint.h): Likewise.
7451 * nat/mips-linux-watch.h (stdint.h): Likewise.
7452 * ppc-linux-nat.c (stdint.h): Likewise.
7453 * python/python-internal.h (stdint.h): Likewise.
7454 * stub-termcap.c (stdlib.h): Likewise.
7455 * target/target.h (stdint.h): Likewise.
7456 * xtensa-linux-nat.c (stdint.h): Likewise.
7457
0fc26caf
PP
74582015-06-23 Patrick Palka <patrick@parcs.ath.cx>
7459
7460 * top.c (init_history): Look at errno after calling strtol to
7461 properly map large GDBHISTSIZE values to infinity.
7462
a38fe4fe
DE
74632015-06-23 Doug Evans <dje@google.com>
7464
7465 * inferior.h (struct inferior_suspend_state): Delete, unused.
7466 All references deleted.
7467
7564fe45
MF
74682015-06-23 Mike Frysinger <vapier@gentoo.org>
7469
7470 * microblaze-tdep.c (microblaze_push_dummy_code): Delete.
7471 (microblaze_push_dummy_call): Likewise.
7472 (microblaze_gdbarch_init): Delete calls to set_gdbarch_push_dummy_code
7473 and set_gdbarch_push_dummy_call.
7474
0bdb2f78
YQ
74752015-06-23 Yao Qi <yao.qi@linaro.org>
7476
7477 * amd64-linux-nat.c (amd64_linux_fetch_inferior_registers):
7478 Check whether have_ptrace_getregset is TRIBOOL_TRUE explicitly.
7479 (amd64_linux_store_inferior_registers): Likewise.
7480 * arm-linux-nat.c (fetch_fpregister): Likewise.
7481 (fetch_fpregs, store_fpregister): Likewise.
7482 (store_fpregister, store_fpregs): Likewise.
7483 (fetch_register, fetch_regs): Likewise.
7484 (store_register, store_regs): Likewise.
7485 (fetch_vfp_regs, store_vfp_regs): Likewise.
7486 (arm_linux_read_description): Check have_ptrace_getregset is
7487 TRIBOOL_UNKNOWN. Set have_ptrace_getregset to TRIBOOL_TRUE
7488 or TRIBOOL_FALSE.
7489 * i386-linux-nat.c (fetch_xstateregs): Check
7490 have_ptrace_getregset is not TRIBOOL_TRUE.
7491 (store_xstateregs): Likewise.
7492 * linux-nat.c (have_ptrace_getregset): Change its type to
7493 enum tribool.
7494 * linux-nat.h (tribool): New enum.
7495 * x86-linux-nat.c (x86_linux_read_description): Use enum tribool.
7496 Check whether have_ptrace_getregset is TRIBOOL_TRUE.
7497
18a94d75
DE
74982015-06-19 Doug Evans <dje@google.com>
7499
7500 * NEWS: Mention Sun's version of stabs is no longer supported.
7501 * elfread.c (free_elfinfo): Delete. All uses updated.
7502 (elfstab_offset_sections): Delete. All uses updated.
7503 * gdb-stabs.h (stab_section_info): Delete. All uses updated.
7504 * psympriv.h (partial_symtab) <section_offsets>: Delete.
7505 All uses updated.
7506 * psymtab.c (start_psymtab_common): Delete arg section_offsets.
7507 All callers updated.
7508
124e13d9
SM
75092015-06-18 Simon Marchi <simon.marchi@ericsson.com>
7510
7511 * common/rsp-low.c (needs_escaping): New.
7512 (remote_escape_output): Add unit_size parameter. Refactor to
7513 support multi-byte addressable units. Rename parameters.
7514 * common/rsp-low.h (remote_escape_output): Add unit_size
7515 parameter and rename others. Update doc.
7516 * remote.c (align_for_efficient_write): New.
7517 (remote_write_bytes_aux): Add unit_size parameter and use it.
7518 Rename some variables. Update doc.
7519 (remote_xfer_partial): Get unit size and use it.
7520 (remote_read_bytes_1): Add unit_size parameter and use it.
7521 Rename some variables. Update doc.
7522 (remote_write_bytes): Same.
7523 (remote_xfer_live_readonly_partial): Same.
7524 (remote_read_bytes): Same.
7525 (remote_flash_write): Update call to remote_write_bytes_aux.
7526 (remote_write_qxfer): Update call to remote_escape_output.
7527 (remote_search_memory): Same.
7528 (remote_hostio_pwrite): Same.
7529
6ae88661
LM
75302015-06-17 Luis Machado <lgustavo@codesourcery.com>
7531
7532 * breakpoint.c (add_location_to_breakpoint): Don't mark permanent
7533 locations as inserted.
7534 Update and expand comment about permanent locations.
7535 (bp_loc_is_permanent): Don't return 0 for bp_call_dummy.
7536 Move comment to add_location_to_breakpoint.
7537 (update_global_location_list): Don't error out if a permanent
7538 breakpoint is not marked inserted.
7539 Don't error out if a non-permanent breakpoint location is inserted on
7540 top of a permanent breakpoint.
7541
da4616f6
LM
75422015-06-17 Luis Machado <lgustavo@codesourcery.com>
7543
7544 * breakpoint.c (make_breakpoint_permanent): Remove unused
7545 function.
7546 * breakpoint.h (make_breakpoint_permanent): Remove declaration.
7547
bc460514
PP
75482015-06-17 Patrick Palka <patrick@parcs.ath.cx>
7549
7550 PR gdb/16999
7551 * NEWS: Mention new GDBHISTSIZE behavior.
7552 * top.c (init_history): For null or out-of-range GDBHISTSIZE,
7553 set history size to unlimited. Ignore non-numeric GDBHISTSIZE.
7554
b58c513b
PP
75552015-06-17 Patrick Palka <patrick@parcs.ath.cx>
7556
7557 * NEWS: Mention that GDBHISTSIZE is read instead of HISTSIZE.
7558 * top.c (init_history): Read from GDBHISTSIZE instead of
7559 HISTSIZE.
7560 (init_main): Refer to GDBHISTSIZE instead of HISTSIZE.
7561
2093d2d3
PP
75622015-06-17 Patrick Palka <patrick@parcs.ath.cx>
7563
7564 * top.c (gdb_safe_append_history): Do not call
7565 history_truncate_file if the history is not stifled.
7566
fc248485
AA
75672015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
7568
7569 * syscalls/s390-linux.xml: Add syscalls 344 through 354.
7570 * syscalls/s390x-linux.xml: Likewise.
7571
4da680ad
ME
75722015-06-16 Michael Eager <eager@eagercon.com>
7573
7574 * nat/linux-namespaces.c (MSG_CMSG_CLOEXEC): Define if not defined.
7575
0a75489f
PP
75762015-06-16 Patrick Palka <patrick@parcs.ath.cx>
7577
7578 * tui/tui-hooks.c (tui_selected_frame_level_changed_hook): Call
7579 target_terminal_ours_for_output() before calling
7580 tui_show_frame_info(), and restore the original terminal
7581 settings afterwards.
7582
95855ca8
MS
75832015-06-16 Martin Simmons <martin@lispworks.com> (tiny patch)
7584
7585 * arm-linux-nat.c: Include nat/linux-ptrace.h.
7586
cfc32360
SM
75872015-06-15 Simon Marchi <simon.marchi@ericsson.com>
7588
7589 * mi/mi-main.c (mi_cmd_data_read_memory_bytes): Consider addressable
7590 memory unit size.
7591 (mi_cmd_data_write_memory_bytes): Same.
7592
cb6f16cf
SM
75932015-06-15 Simon Marchi <simon.marchi@ericsson.com>
7594
7595 * corefile.c (write_memory): Update doc.
7596 * gdbcore.h (write_memory): Same.
7597
31b7833d
JK
75982015-06-15 Jan Kratochvil <jan.kratochvil@redhat.com>
7599
7600 * linux-tdep.c (enum filterflags): Make it from anonymous enum.
7601 (dump_mapping_p): Use it for parameter filterflags.
7602 (linux_find_memory_regions_full): Use it for variable filterflags.
7603
909c2cda
JK
76042015-06-15 Aleksandar Ristovski <aristovski@qnx.com
7605 Jan Kratochvil <jan.kratochvil@redhat.com>
7606
7607 Merge multiple hex conversions.
7608 * monitor.c: Include rsp-low.h.
7609 (fromhex): Remove definition.
7610
03aef70f
JK
76112015-06-15 Aleksandar Ristovski <aristovski@qnx.com
7612 Jan Kratochvil <jan.kratochvil@redhat.com>
7613
7614 Move utility functions to common/.
7615 * cli/cli-utils.c (skip_spaces, skip_spaces_const, skip_to_space_const):
7616 Move defs to common/common-utils.c.
7617 * cli/cli-utils.h (skip_spaces, skip_spaces_const, skip_to_space)
7618 (skip_to_space_const): Move decls to common/common-utils.h.
7619 * common/common-defs.h: Move include of common-types.h before
7620 common-utils.h.
7621 * common/common-utils.c: Include host-defs.h and ctype.h.
7622 (HIGH_BYTE_POSN, is_digit_in_base, digit_to_int, strtoulst): Move
7623 from utils.c.
7624 (skip_spaces, skip_spaces_const, skip_to_space_const): Move from
7625 cli/cli-utils.c.
7626 * common/common-utils.h (strtoulst): Move decl from utils.h.
7627 (skip_spaces, skip_spaces_const, skip_to_space, skip_to_space_const):
7628 Move from cli/cli-utils.h.
7629 * common/host-defs.h: Include limits.h.
7630 (TARGET_CHAR_BIT, HOST_CHAR_BIT): Moved from defs.h.
7631 (skip_spaces, skip_spaces_const): Move decls from cli/cli-utils.h.
7632 * defs.h (TARGET_CHAR_BIT, HOST_CHAR_BIT): Move to
7633 common/common-utils.h.
7634 * utils.c (HIGH_BYTE_POSN, is_digit_in_base, digit_to_int)
7635 (strtoulst): Move to common/common-utils.c.
7636 * utils.h (strtoulst): Moved decl to common/common-utils.h.
7637
d1168cc1
YQ
76382015-06-15 Yao Qi <yao.qi@linaro.org>
7639
7640 * data-directory/Makefile.in (SYSCALLS_FILES): Add aarch64-linux.xml.
7641
c74f7d1c
JT
76422015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
7643
7644 * build-id.c: Don't include elf-bfd.h.
7645 (build_id_bfd_get): Use bfd_build_id.
7646 (build_id_verify): Ditto.
7647 * build-id.h: Ditto.
7648 (find_separate_debug_file_by_buildid): Ditto.
7649 * python/py-objfile.c: Don't include elf-bfd.h.
7650 (objfpy_get_build_id) Use bfd_build_id.
7651 (objfpy_build_id_matches, objfpy_lookup_objfile_by_build_id): Ditto.
7652 * coffread.c: Include build-id.h.
7653 (coff_symfile_read): Try find_separate_debug_file_by_buildid.
7654
f20c58f5
JT
76552015-06-03 Jon Turney <jon.turney@dronecode.org.uk>
7656
7657 * windows-nat.c (do_windows_fetch_inferior_registers)
7658 (handle_output_debug_string): Replace __COPY_CONTEXT_SIZE
7659 conditional with __CYGWIN__.
7660
51f0e40d
AB
76612015-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
7662
7663 * completer.c: Add arch-utils.h include.
7664 (enum reg_completer_targets): New enum.
7665 (reg_or_group_completer_1): New function containing old
7666 reg_or_group_completer, add and use new parameter to control what
7667 is completed on. Use get_current_arch rather than architecture of
7668 currently selected frame.
7669 (reg_or_group_completer): Call new reg_or_group_completer_1.
7670 (reggroup_completer): Call new reg_or_group_completer_1.
7671 * completer.h (reggroup_completer): Add declaration.
7672 * tui/tui-regs.c: Add 'completer.h' include.
7673 (tui_reg_next_command): Renamed to...
7674 (tui_reg_next): ...this. Adjust parameters and return rather than
7675 display new group.
7676 (tui_reg_prev_command): Renamed to...
7677 (tui_reg_prev): ...this. Adjust parameters and return rather than
7678 display new group.
7679 (tui_reg_float_command): Delete.
7680 (tui_reg_general_command): Delete.
7681 (tui_reg_system_command): Delete.
7682 (tui_reg_command): Rewrite to perform switching of register group.
7683 Add header comment.
7684 (tuireglist): Remove.
7685 (tui_reggroup_completer): New function.
7686 (_initialize_tui_regs): Remove 'tui reg' sub-commands, update
7687 creation of 'tui reg' command.
7688 * NEWS: Add comment about 'tui reg' changes.
7689
d309493c
SM
76902015-06-12 Simon Marchi <simon.marchi@ericsson.com>
7691
7692 * target.c (target_read): Consider addressable unit size when
7693 reading from a memory object.
7694 (read_memory_robust): Same.
7695 (read_whatever_is_readable): Same.
7696 (target_write_with_progress): Consider addressable unit size
7697 when writing to a memory object.
7698 * target.h (target_read): Update documentation.
7699 (target_write): Add documentation.
7700
3374165f
SM
77012015-06-12 Simon Marchi <simon.marchi@ericsson.com>
7702
7703 * arch-utils.h (default_addressable_memory_unit_size): New.
7704 * arch-utils.c (default_addressable_memory_unit_size): New.
7705 * gdbarch.sh (addressable_memory_unit_size): New.
7706 * gdbarch.h: Re-generate.
7707 * gdbarch.c: Re-generate.
7708
279a6fed
SM
77092015-06-12 Simon Marchi <simon.marchi@ericsson.com>
7710
7711 * target.c (target_read): Rename variables and use
7712 TARGET_XFER_E_IO.
7713 (target_read_with_progress): Same.
7714 (read_memory_robust): Constify parameters and rename
7715 variables.
7716 (read_whatever_is_readable): Constify parameters,
7717 rename variables, adjust formatting.
7718 * target.h (read_memory_robust): Constify parameters.
7719
1e5338b6 77202015-06-12 Ulrich Weigand <uweigand@de.ibm.com>
a1da2672
UW
7721
7722 * ppc-sysv-tdep.c (ppc64_sysv_abi_return_value_base): Handle short
7723 synthetic (non-AltiVec) vector types.
7724 (ppc64_sysv_abi_return_value): Likewise.
7725
98aa42ee
AT
77262015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
7727
7728 PR breakpoints/16465
7729 * breakpoint.c (create_breakpoint): Save extra_string for
7730 pending breakpoints.
7731
966f0aef
WT
77322015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
7733
7734 * i386-tdep.c (i386_mpx_get_bt_entry): Add a cast for mpx_bd_mask
7735 and bt_mask to CORE_ADDR.
7736
6449ed0d
GB
77372015-06-11 Gary Benson <gbenson@redhat.com>
7738
7739 * nat/linux-namespaces.c (mnsh_send_message): Use pulongest.
7740 (mnsh_recv_message): Likewise.
7741
34f8ac9f
WT
77422015-06-11 Walfred Tedeschi <walfred.tedeschi@intel.com>
7743
7744 * i386-tdep.c (i386_mpx_print_bounds): use of LONGEST instead of
7745 long long int and plongest instead of %ll.
7746
198c808c
GB
77472015-06-11 Gary Benson <gbenson@redhat.com>
7748
7749 * nat/linux-namespaces.c (gdb_wait.h): New include.
7750 (sys/wait.h): Do not include.
7751
e815d2d2
SM
77522015-06-10 Simon Marchi <simon.marchi@ericsson.com>
7753
7754 * dwarf2read.c (dwarf_record_line): Call dwarf_record_line if
7755 end_sequence is true.
7756
8847cac2
JK
77572015-06-10 Jan Kratochvil <jan.kratochvil@redhat.com>
7758
7759 Code cleanup.
7760 * solib-target.c (library_list_start_list): Use explicit NULL
7761 comparison.
7762
24c05f46
JK
77632015-06-10 Jan Kratochvil <jan.kratochvil@redhat.com>
7764
7765 * solib-target.c (library_list_start_list): Do not dereference
7766 variable version in its initialization. Make the VERSION check handle
7767 NULL.
7768 (library_list_attributes): Make "version" GDB_XML_AF_OPTIONAL.
7769
51aad7cc
GB
77702015-06-10 Gary Benson <gbenson@redhat.com>
7771
7772 * NEWS: Announce support for direct access of executable and
7773 shared library files when attaching to inferiors in containers
7774 on GNU/Linux systems.
7775
15a201c8
GB
77762015-06-10 Gary Benson <gbenson@redhat.com>
7777
7778 * remote.c (struct remote_state) <fs_pid>: New field.
7779 (new_remote_state): Initialize the above.
7780 (PACKET_vFile_setfs): New enum value.
7781 (remote_hostio_set_filesystem): New function.
7782 (remote_hostio_open): Call the above.
7783 (remote_hostio_unlink): Likewise.
7784 (remote_hostio_readlink): Likewise.
7785 (_initialize_remote): Register new "set/show remote
7786 hostio-setfs-packet" command.
7787 * NEWS: Announce new vFile:setfs packet.
7788
7a6a1731
GB
77892015-06-10 Gary Benson <gbenson@redhat.com>
7790
7791 * linux-nat.c (nat/linux-namespaces.h): New include.
7792 (fileio.h): Likewise.
7793 (linux_nat_filesystem_is_local): New function.
7794 (linux_nat_fileio_pid_of): Likewise.
7795 (linux_nat_fileio_open): Likewise.
7796 (linux_nat_fileio_readlink): Likewise.
7797 (linux_nat_fileio_unlink): Likewise.
7798 (linux_nat_add_target): Initialize to_filesystem_is_local,
7799 to_fileio_open, to_fileio_readlink and to_fileio_unlink.
7800 (_initialize_linux_nat): New "set/show debug linux-namespaces"
7801 commands.
7802 * NEWS: Mention new "set/show debug linux-namespaces" commands.
7803
07c138c8
GB
78042015-06-10 Gary Benson <gbenson@redhat.com>
7805
7806 * target.h (struct inferior): New forward declaration.
7807 (struct target_ops) <to_filesystem_is_local>: Update comment.
7808 (struct target_ops) <to_fileio_open>: New argument inf.
7809 Update comment. All implementations updated.
7810 (struct target_ops) <to_fileio_unlink>: Likewise.
7811 (struct target_ops) <to_fileio_readlink>: Likewise.
7812 (target_filesystem_is_local): Update comment.
7813 (target_fileio_open): New argument inf. Update comment.
7814 (target_fileio_unlink): Likewise.
7815 (target_fileio_readlink): Likewise.
7816 (target_fileio_read_alloc): Likewise.
7817 (target_fileio_read_stralloc): Likewise.
7818 * target.c (target_fileio_open): New argument inf.
7819 Pass inf to implementation. Update debug printing.
7820 (target_fileio_unlink): Likewise.
7821 (target_fileio_readlink): Likewise.
7822 (target_fileio_read_alloc_1): New argument inf. Pass inf
7823 to target_fileio_open.
7824 (target_fileio_read_alloc): New argument inf. Pass inf to
7825 target_fileio_read_alloc_1.
7826 (target_fileio_read_stralloc): Likewise.
7827 * gdb_bfd.c (inferior.h): New include.
7828 (gdb_bfd_iovec_fileio_open): Replace unused "open_closure"
7829 argument with new argument "inferior". Pass inferior to
7830 target_fileio_open.
7831 (gdb_bfd_open): Supply inferior argument to
7832 gdb_bfd_iovec_fileio_open.
7833 * linux-tdep.c (linux_info_proc): Supply inf argument to
7834 relevant target_fileio calls.
7835 (linux_find_memory_regions_full): Likewise.
7836 (linux_fill_prpsinfo): Likewise.
7837 * remote.c (remote_filesystem_is_local): Supply inf
7838 argument to remote_hostio_open.
7839 (remote_file_put): Likewise.
7840 (remote_file_get): Likewise.
7841 (remote_file_delete): Supply inf argument to
7842 remote_hostio_unlink.
7843
12e2a5fd
GB
78442015-06-10 Gary Benson <gbenson@redhat.com>
7845
7846 * inf-child.c (inf_child_fileio_open): Replace comment.
7847 (inf_child_fileio_pwrite): Likewise.
7848 (inf_child_fileio_pread): Likewise.
7849 (inf_child_fileio_fstat): Insert blank line before comment.
7850 (inf_child_fileio_close): Replace comment.
7851 (inf_child_fileio_unlink): Likewise.
7852 (inf_child_fileio_readlink): Likewise.
7853 * remote.c (remote_hostio_open): Likewise.
7854 (remote_hostio_pread): Likewise.
7855 (remote_hostio_pwrite): Likewise.
7856 (remote_hostio_close): Likewise.
7857 (remote_hostio_unlink): Likewise.
7858 (remote_hostio_readlink): Likewise.
7859 (remote_hostio_fstat): Likewise.
7860 (remote_filesystem_is_local): Likewise.
7861 * target.c (target_fileio_open): Likewise.
7862 (target_fileio_pwrite): Likewise.
7863 (target_fileio_pread): Likewise.
7864 (target_fileio_fstat): Insert blank line before comment.
7865 (target_fileio_close): Replace comment.
7866 (target_fileio_unlink): Likewise.
7867 (target_fileio_readlink): Likewise.
7868 (target_fileio_read_alloc): Likewise.
7869 (target_fileio_read_stralloc): Likewise.
7870
9bc3a976
GB
78712015-06-10 Gary Benson <gbenson@redhat.com>
7872
7873 * linux-thread-db.c (nat/linux-namespaces.h): New include.
7874 (check_pid_namespace_match): Use linux_ns_same rather than
7875 linux_proc_pid_get_ns to spot PID namespace mismatches.
7876 * nat/linux-procfs.h (linux_proc_pid_get_ns): Remove.
7877 * nat/linux-procfs.c (linux_proc_pid_get_ns): Likewise.
7878
4b8b5e72
GB
78792015-06-10 Gary Benson <gbenson@redhat.com>
7880
7881 * configure.ac (AC_CHECK_FUNCS): Add setns.
7882 * config.in: Regenerate.
7883 * configure: Likewise.
7884 * nat/linux-namespaces.h: New file.
7885 * nat/linux-namespaces.c: Likewise.
7886 * Makefile.in (HFILES_NO_SRCDIR): Add nat/linux-namespaces.h.
7887 (linux-namespaces.o): New rule.
7888 * config/aarch64/linux.mh (NATDEPFILES): Add linux-namespaces.o.
7889 * config/alpha/alpha-linux.mh (NATDEPFILES): Likewise.
7890 * config/arm/linux.mh (NATDEPFILES): Likewise.
7891 * config/i386/linux.mh (NATDEPFILES): Likewise.
7892 * config/i386/linux64.mh (NATDEPFILES): Likewise.
7893 * config/ia64/linux.mh (NATDEPFILES): Likewise.
7894 * config/m32r/linux.mh (NATDEPFILES): Likewise.
7895 * config/m68k/linux.mh (NATDEPFILES): Likewise.
7896 * config/mips/linux.mh (NATDEPFILES): Likewise.
7897 * config/pa/linux.mh (NATDEPFILES): Likewise.
7898 * config/powerpc/linux.mh (NATDEPFILES): Likewise.
7899 * config/powerpc/ppc64-linux.mh (NATDEPFILES): Likewise.
7900 * config/powerpc/spu-linux.mh (NATDEPFILES): Likewise.
7901 * config/s390/linux.mh (NATDEPFILES): Likewise.
7902 * config/sparc/linux.mh (NATDEPFILES): Likewise.
7903 * config/sparc/linux64.mh (NATDEPFILES): Likewise.
7904 * config/tilegx/linux.mh (NATDEPFILES): Likewise.
7905 * config/xtensa/linux.mh (NATDEPFILES): Likewise.
7906
ca095836
GB
79072015-06-10 Gary Benson <gbenson@redhat.com>
7908
7909 * utils.h (make_cleanup_close): Moved to common/filestuff.h.
7910 * utils.c (do_close_cleanup): Moved to common/filestuff.c.
7911 (make_cleanup_close): Likewise.
7912 * common/filestuff.h (make_cleanup_close): Moved from utils.h.
7913 * common/filestuff.c (do_close_cleanup): Moved from utils.c.
7914 (make_cleanup_close): Likewise.
7915
5d9c55d3
JT
79162015-06-03 Jon Turney <jon.turney@dronecode.org.uk>
7917
7918 * windows-nat.c (thread_rec): Also ignore ERROR_INVALID_HANDLE
7919 from SuspendThread().
7920
040ea00b
JT
79212015-06-03 Jon Turney <jon.turney@dronecode.org.uk>
7922
7923 * windows-nat.c (handle_output_debug_string): Trim trailing '\n'
7924 from OutputDebugString.
7925
7d73c23c
WT
79262015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
7927 Mircea Gherzan <mircea.gherzan@intel.com>
7928
7929 * i386-tdep.c (MPX_BASE_MASK, MPX_BD_MASK, MPX_BT_MASK, MPX_BD_MASK_32,
7930 MPX_BT_MASK_32): New macros.
7931 (i386_mpx_set_bounds): New function that implements
7932 the command "set-mpx-bound".
7933 (i386_mpx_enabled): Helper function to test MPX availability.
7934 (i386_mpx_bd_base): Helper function to calculate the base directory
7935 address.
7936 (i386_mpx_get_bt_entry): Helper function to access a bound
7937 table entry.
7938 (i386_mpx_print_bounds): Effectively display bound information.
7939 (_initialize_i386_tdep): Add new commands to commands "set mpx" and
7940 "show mpx".
7941 (_initialize_i386_tdep):
7942 Add "bound" to the commands "show mpx" and "set mpx" commands.
7943 (mpx_set_cmdlist and mpx_show_cmdlist): List for the new prefixed "set mpx"
7944 and "show mpx" commands.
7945 * NEWS: List new commands for MPX support.
7946
3ac2e371
GB
79472015-06-09 Gary Benson <gbenson@redhat.com>
7948
7949 * common/fileio.h (fileio_to_host_mode): New declaration.
7950 * common/fileio.c (fileio_to_host_mode): New Function.
7951 * inf-child.c (inf_child_fileio_open): Process mode argument
7952 with fileio_to_host_mode.
7953
ecef18c5
GB
79542015-06-09 Gary Benson <gbenson@redhat.com>
7955
7956 * common/fileio.c (fileio_mode_pack): Fix preprocessor
7957 conditional.
7958
e3dd7556
GB
79592015-06-05 Gary Benson <gbenson@redhat.com>
7960
7961 * gdb_bfd.c (gdb_bfd_open): Move vgdb special case to...
7962 * remote.c (remote_filesystem_is_local): ...here.
7963
5b74bf7d
YQ
79642015-06-04 Yao Qi <yao.qi@linaro.org>
7965
7966 * gdbarch.c: Regenerate it.
7967
7f361056
JK
79682015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
7969
7970 * arch-utils.c (default_infcall_munmap): New.
7971 * arch-utils.h (default_infcall_munmap): New declaration.
7972 * compile/compile-object-load.c (struct munmap_list, munmap_list_add)
7973 (munmap_list_free, munmap_listp_free_cleanup): New.
7974 (struct setup_sections_data): Add field munmap_list_headp.
7975 (setup_sections): Call munmap_list_add.
7976 (compile_object_load): New variable munmap_list_head, initialize
7977 setup_sections_data.munmap_list_headp, return munmap_list_head.
7978 * compile/compile-object-load.h (struct munmap_list): New declaration.
7979 (struct compile_module): Add field munmap_list_head.
7980 (munmap_list_free): New declaration.
7981 * compile/compile-object-run.c (struct do_module_cleanup): Add field
7982 munmap_list_head.
7983 (do_module_cleanup): Call munmap_list_free.
7984 (compile_object_run): Pass munmap_list_head to do_module_cleanup.
7985 * gdbarch.c: Regenerate.
7986 * gdbarch.h: Regenerate.
7987 * gdbarch.sh (infcall_munmap): New.
7988 * linux-tdep.c (linux_infcall_munmap): New.
7989 (linux_init_abi): Install it.
7990
3b462ec2
SM
79912015-06-02 Simon Marchi <simon.marchi@ericsson.com>
7992
7993 PR gdb/15564
7994 * inferior.c (detach_inferior): Call exit_inferior_1 with silent = 0.
7995
8d683210
YQ
79962015-06-02 Yao Qi <yao.qi@linaro.org>
7997
7998 * i386-linux-nat.c: Include linux-nat.h.
7999
e0619de6
JK
80002015-06-01 Andreas Schwab <schwab@linux-m68k.org>
8001 Jan Kratochvil <jan.kratochvil@redhat.com>
8002
8003 PR symtab/18392
8004 * dwarf2-frame-tailcall.c (pretended_chain_levels): Correct
8005 assertion.
8006 * dwarf2loc.c (chain_candidate): Likewise.
8007
bd16da51
YQ
80082015-06-01 Yao Qi <yao.qi@linaro.org>
8009
8010 * arm-linux-nat.c (fetch_vfp_regs): Use PTRACE_GETREGSET.
8011 (store_vfp_regs): Use PTRACE_SETREGSET.
8012
df9d7ec9
YQ
80132015-06-01 Yao Qi <yao.qi@linaro.org>
8014
8015 * arm-linux-nat.c (fetch_fpregister): Use PTRACE_GETREGSET.
8016 (fetch_fpregs): Likewise.
8017 * arm-linux-nat.c (store_fpregister): Use PTRACE_SETREGSET.
8018 (store_fpregs): Likewise.
8019
10766686
YQ
80202015-06-01 Yao Qi <yao.qi@linaro.org>
8021
8022 * arm-linux-nat.c (fetch_register): Use PTRACE_GETREGSET.
8023 (fetch_regs): Likewise.
8024 (store_regs): Use PTRACE_SETREGSET.
8025 (store_register): Likewise.
8026
7efe48d1
YQ
80272015-06-01 Yao Qi <yao.qi@linaro.org>
8028
8029 * arm-linux-nat.c (arm_linux_read_description): Check whether
8030 kernel supports PTRACE_GETREGSET.
8031
433bbbf8
YQ
80322015-06-01 Yao Qi <yao.qi@linaro.org>
8033
8034 * x86-linux-nat.c (have_ptrace_getregset): Move it to ...
8035 * linux-nat.c: ... here.
8036 * x86-linux-nat.h (have_ptrace_getregset): Move the declaration
8037 to ...
8038 * linux-nat.h: ... here.
8039
ca9b78ce
YQ
80402015-06-01 Yao Qi <yao.qi@linaro.org>
8041
8042 * amd64-linux-nat.c: Include "nat/linux-ptrace.h".
8043 * i386-linux-nat.c: Likewise.
8044 * nat/linux-ptrace.h (PTRACE_GETREGSET, PTRACE_SETREGSET): Define.
8045 * s390-linux-nat.c: Include "nat/linux-ptrace.h".
8046 (PTRACE_GETREGSET, PTRACE_SETREGSET): Remove.
8047 * x86-linux-nat.c: Include "nat/linux-ptrace.h".
8048 * x86-linux-nat.h (PTRACE_GETREGSET, PTRACE_SETREGSET): Remove.
8049
99cee7b7
EZ
80502015-05-30 Eli Zaretskii <eliz@gnu.org>
8051
8052 * go32-nat.c (go32_xfer_memory): Fix the return value to be
8053 compatible to what read_child and write_child return. This
8054 unbreaks that DJGPP build of GDB which was broken since v7.7.
8055
2147f5bd
MG
80562015-05-29 Martin Galvan <martin.galvan@tallertechnologies.com>
8057
8058 * MAINTAINERS (Write After Approval): Add Martin Galvan.
8059
c8f6c93c
RM
80602015-05-29 Roland McGrath <mcgrathr@google.com>
8061
8062 PR gdb/18464
8063 * osabi.c (generic_elf_osabi_sniff_abi_tag_sections): Use warning
8064 rather than internal_error for an unrecognized value.
8065
8c6a948d
MF
80662015-05-29 Max Filippov <jcmvbkbc@gmail.com>
8067
8068 * xtensa-tdep.c (xtensa_pseudo_register_read)
8069 (xtensa_pseudo_register_write): Don't alias last pseudo register
8070 to a1.
8071
8dd06f7a
DB
80722015-05-28 Don Breazeal <donb@codesourcery.com>
8073
8074 * infrun.c (follow_fork_inferior): Ensure the use of
8075 process-style ptids (pid,0,0) in verbose/debug "Detaching"
8076 messages.
8077
a051152b
DE
80782015-05-28 Doug Evans <dje@google.com>
8079
8080 * dwarf2read.c (record_line_ftype): Remove, duplicate.
8081
a56cc1ce
YQ
80822015-05-28 Yao Qi <yao.qi@linaro.org>
8083
8084 * arm-linux-nat.c (arm_linux_has_wmmx_registers): Remove.
8085 (arm_linux_fetch_inferior_registers): Use
8086 tdep->have_wmmx_registers instead of arm_linux_has_wmmx_registers.
8087 (arm_linux_store_inferior_registers): Likewise.
8088 (arm_linux_read_description): Don't set
8089 arm_linux_has_wmmx_registers.
8090 * arm-tdep.c (arm_gdbarch_init): Set
8091 tdep->have_wmmx_registers according target descriptions.
8092 * arm-tdep.h (struct gdbarch_tdep) <have_wmmx_registers>: New
8093 field.
8094
330c6ca9
YQ
80952015-05-28 Yao Qi <yao.qi@linaro.org>
8096
8097 * arm-linux-nat.c (arm_linux_vfp_register_count): Remove.
8098 (fetch_vfp_regs): Use vfp_register_count from gdbarch_tdep
8099 instead of arm_linux_vfp_register_count.
8100 (store_vfp_regs): Likewise.
8101 (arm_linux_fetch_inferior_registers): Likewise.
8102 (arm_linux_store_inferior_registers): Likewise.
8103 (arm_linux_read_description): Don't set
8104 arm_linux_vfp_register_count.
8105 * arm-linux-tdep.c (arm_linux_iterate_over_regset_sections):
8106 Adjust.
8107 * arm-tdep.c (arm_gdbarch_init): Add assert on
8108 vfp_register_count.
8109 * arm-tdep.h (struct gdbarch_tdep) <have_vfp_registers>: Rename
8110 field to vfp_register_count. All users updated.
8111
d403db27
KH
81122015-05-28 Kyle Huey <me@kylehuey.com> (tiny patch)
8113
8114 * gdb/arm-tdep.c (arm_gdbarch_init): Perform arm_abi detection on
8115 ELFOSABI_GNU binaries.
8116
d9b3de22
DE
81172015-05-27 Doug Evans <dje@google.com>
8118
8119 * dwarf2read.c (lnp_state_machine): New typedef.
8120 (lnp_reader_state): New typedef.
8121 (dwarf_record_line_1): Renamed from dwarf_record_line.
8122 All callers updated.
8123 (dwarf_record_line): New function.
8124 (init_lnp_state_machine): New function.
8125 (check_line_address): Replace p_record_line parameter with state.
8126 All callers updated.
8127 (dwarf_decode_lines_1): Call dwarf_record_line, init_lnp_state_machine.
8128 Update to record state in lnp_state_machine.
8129
924c2928
DE
81302015-05-27 Doug Evans <dje@google.com>
8131
8132 * dwarf2read.c (record_line_ftype): New typedef.
8133 (check_line_address): New function.
8134 (dwarf_decode_lines_1): Call it.
8135
27e0867f
DE
81362015-05-27 Doug Evans <dje@google.com>
8137
8138 * NEWS: Mention "set debug dwarf-line".
8139 * dwarf2read.c (dwarf_line_debug): New static global.
8140 (add_include_dir): Add debug dwarf-line support.
8141 (add_file_name, dwarf_record_line, dwarf_finish_line): Ditto.
8142 (_initialize_dwarf2_read): New parameter "debug dwarf-line".
8143
4dcabcc2
DE
81442015-05-27 Doug Evans <dje@google.com>
8145
8146 * cp-namespace.c (cp_lookup_nested_symbol): New arg "domain".
8147 All callers updated.
8148 (cp_lookup_nested_symbol_1, find_symbol_in_baseclass): Ditto.
8149 * cp-support.h (cp_lookup_nested_symbol): Update.
8150
b2e2f908
DE
81512015-05-27 Doug Evans <dje@google.com>
8152
8153 PR symtab/18258
8154 * block.c (block_find_symbol): New function.
8155 (block_find_non_opaque_type): Ditto.
8156 (block_find_non_opaque_type_preferred): Ditto.
8157 * block.h (block_symbol_matcher_ftype): New typedef.
8158 (block_find_symbol): Declare.
8159 (block_find_non_opaque_type): Ditto.
8160 (block_find_non_opaque_type_preferred): Ditto.
8161 * dwarf2read.c (dw2_lookup_symbol): Call block_find_symbol.
8162 * psymtab.c (psym_lookup_symbol): Ditto.
8163 * symtab.c (basic_lookup_transparent_type_1): New function.
8164 (basic_lookup_transparent_type): Call it.
8165
f62fce35
YQ
81662015-05-27 Yao Qi <yao.qi@linaro.org>
8167
8168 * aarch64-tdep.c (aarch64_record_data_proc_simd_fp): Return
8169 AARCH64_RECORD_UNKNOWN for unknown instruction encoding.
8170
5d98d3cd
YQ
81712015-05-27 Yao Qi <yao.qi@linaro.org>
8172
8173 * aarch64-tdep.c (aarch64_record_branch_except_sys): Split lines
8174 before operator &&.
8175 (aarch64_record_load_store): Likewise.
8176
82c7be31
DE
81772015-05-26 Doug Evans <dje@google.com>
8178
8179 PR c++/18141, c++/18417.
8180 * cp-support.c (cp_lookup_rtti_type): Handle the case of NAME being
8181 a typedef.
8182
b4f54984
DE
81832015-05-26 Doug Evans <dje@google.com>
8184
8185 * NEWS: Add entries for command renamings.
8186 * dwarf2read.c (dwarf_read_debug): Renamed from dwarf2_read_debug.
8187 All uses updated.
8188 (dwarf_die_debug): Renamed from dwarf2_die_debug. All uses updated.
8189 (dwarf_max_cache_age): Renamed from dwarf2_max_cache_age.
8190 All uses updated.
8191 (show_dwarf_max_cache_age): Renamed from show_dwarf2_max_cache_age.
8192 All callers updated. Fix spelling of DWARF in help text.
8193 (set_dwarf_cmdlist): Renamed from set_dwarf2_cmdlist.
8194 All uses updated.
8195 (show_dwarf_cmdlist): Renamed from show_dwarf2_cmdlist.
8196 All uses updated.
8197 (set_dwarf_cmd): Renamed from set_dwarf2_cmd. All callers updated.
8198 (show_dwarf_cmd): Renamed from show_dwarf2_cmd. All callers updated.
8199 (dwarf_always_disassemble): Renamed from dwarf_always_disassemble.
8200 All uses updated.
8201 (show_dwarf_always_disassemble): Renamed from
8202 show_dwarf2_always_disassemble. All callers updated.
8203 (_initialize_dwarf2_read): Rename "set/show dwarf2" prefix to
8204 "set/show dwarf". Rename "set/show dwarf2 max-cache-age" to
8205 "set/show dwarf max-cache-age". Rename
8206 "set/show dwarf2 always-disassemble" to
8207 "set/show dwarf always-disassemble". Rename
8208 "set/show debug dwarf2-read" to "set/show debug dwarf-read". Rename
8209 "set/show debug dwarf2-die" to "set/show debug dwarf-die".
8210
4ea6efe9
DE
82112015-05-26 Doug Evans <dje@google.com>
8212
8213 PR python/18438
8214 * python/py-lazy-string.c (stpy_convert_to_value): Use
8215 gdbpy_gdb_memory_error not PyExc_MemoryError.
8216 (gdbpy_create_lazy_string_object): Ditto.
8217
b93fd21d
AB
82182015-05-26 Andrew Burgess <andrew.burgess@embecosm.com>
8219
8220 * tui/tui-regs.c (tui_reg_next_command): Compare against NULL.
8221
55b40027
AB
82222015-05-26 Andrew Burgess <andrew.burgess@embecosm.com>
8223
8224 * tui/tui-regs.c (tui_reg_prev_command): New function.
8225 (_initialize_tui_regs): Add 'prev' command for 'tui reg'.
8226 * reggroups.c (reggroup_prev): New function.
8227 * reggroups.h (reggroup_prev): Add declaration. Update comment.
8228
99afc88b
OJ
82292015-05-26 Omair Javaid <omair.javaid@linaro.org>
8230 Yao Qi <yao.qi@linaro.org>
8231
8232 * aarch64-linux-tdep.c: Include linux-record.h and
8233 record-full.h.
8234 (struct linux_record_tdep aarch64_linux_record_tdep): Declare.
8235 (aarch64_syscall): New enum.
8236 (aarch64_canonicalize_syscall): New function.
8237 (aarch64_all_but_pc_registers_record): New function.
8238 (aarch64_linux_syscall_record): New function.
8239 (aarch64_linux_init_abi): Install AArch64 process record
8240 handler. Update to handle syscall recording.
8241 * aarch64-tdep.c: Include record.h and record-full.h.
8242 (submask, bit, bits, REG_ALLOC, MEM_ALLOC): New macros.
8243 (struct aarch64_mem_r): Define.
8244 (aarch64_record_result): New enum.
8245 (struct insn_decode_record): Define.
8246 (insn_decode_record): New typedef.
8247 (aarch64_record_data_proc_reg): New function.
8248 (aarch64_record_data_proc_imm): New function.
8249 (aarch64_record_branch_except_sys): New function.
8250 (aarch64_record_load_store): New function.
8251 (aarch64_record_data_proc_simd_fp): New function.
8252 (aarch64_record_asimd_load_store): New function.
8253 (aarch64_record_decode_insn_handler): New function.
8254 (deallocate_reg_mem): New function.
8255 (aarch64_process_record): New function.
8256 * aarch64-tdep.h (struct gdbarch_tdep) <aarch64_syscall_record>:
8257 New field.
8258 (aarch64_process_record): New extern declaration.
8259 * configure.tgt: Add linux-record.o to gdb_target_obs.
8260 * linux-record.h (struct linux_record_tdep) <arg7>: New field.
8261
c16a3f52
OJ
82622015-05-26 Omair Javaid <omair.javaid@linaro.org>
8263
8264 * NEWS: Add a note on process record-replay support on aarch64*-linux*
8265 targets.
8266
c9cf6e20
MG
82672015-05-26 Martin Galvan <martin.galvan@tallertechnologies.com>
8268
8269 * amd64-tdep.c: Replace in_function_epilogue_p with
8270 stack_frame_destroyed_p throughout.
8271 * arch-utils.c: Ditto.
8272 * arch-utils.h: Ditto.
8273 * arm-tdep.c: Ditto.
8274 * breakpoint.c: Ditto.
8275 * gdbarch.sh: Ditto.
8276 * hppa-tdep.c: Ditto.
8277 * i386-tdep.c: Ditto.
8278 * mips-tdep.c: Ditto.
8279 * nios2-tdep.c: Ditto.
8280 * rs6000-tdep.c: Ditto.
8281 * s390-linux-tdep.c: Ditto.
8282 * score-tdep.c: Ditto.
8283 * sh-tdep.c: Ditto.
8284 * sparc-tdep.c: Ditto.
8285 * sparc-tdep.h: Ditto.
8286 * sparc64-tdep.c: Ditto.
8287 * spu-tdep.c: Ditto.
8288 * tic6x-tdep.c: Ditto.
8289 * tilegx-tdep.c: Ditto.
8290 * xstormy16-tdep.c: Ditto.
8291 * gdbarch.c, gdbarch.h: Re-generated.
8292
a4ea0946
AB
82932015-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
8294
8295 * NEWS: Mention 'tui enable' and 'tui disable'.
8296 * tui/tui.c (tui_enable_command): New function.
8297 (tui_disable_command): New function.
8298 (_initialize_tui): New function.
8299
b75c69bb
AB
83002015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
8301
8302 * tui/tui-regs.c (tui_reg_next_command): Use NULL not 0.
8303
c1b009ee
AB
83042015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
8305
8306 * tui/tui-layout.c (tui_set_layout_for_display_command): Ensure
8307 buf_ptr is freed.
8308
880d1e40
AB
83092015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
8310
8311 * tui/tui-layout.c (tui_layout_command): Move call to tui_enable
8312 into ...
8313 (tui_set_layout_for_display_command): ...here, before calling
8314 tui_set_layout. Only set the layout if gdb has not already
8315 entered the TUI_FAILURE state.
8316
a0145030
AB
83172015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
8318
8319 * tui/tui-layout.c (layout_completer): New function.
8320 (_initialize_tui_layout): Set completer on layout command.
8321
7bd0be3a
AB
83222015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
8323
8324 * tui/tui-layout.c (tui_set_layout): Remove
8325 tui_register_display_type parameter. Remove all checking of this
8326 parameter, and reindent function. Update header comment.
8327 (tui_set_layout_for_display_command): Rename to...
8328 (tui_set_layout_by_name): ...this, and don't check for different
8329 register class types, don't pass a tui_register_display_type to
8330 tui_set_layout. Update header comment.
8331 (layout_names): Remove register set specific names.
8332 * tui/tui-layout.h (tui_set_layout): Remove
8333 tui_register_display_type parameter.
8334 * tui/tui.c (tui_rl_change_windows): Don't pass a
8335 tui_register_display_type to tui_set_layout.
8336 (tui_rl_delete_other_windows): Likewise.
8337 (tui_enable): Likewise.
8338 * tui/tui-data.h (TUI_FLOAT_REGS_NAME): Remove.
8339 (TUI_FLOAT_REGS_NAME_LOWER): Remove.
8340 (TUI_GENERAL_REGS_NAME): Remove.
8341 (TUI_GENERAL_REGS_NAME_LOWER): Remove.
8342 (TUI_SPECIAL_REGS_NAME): Remove.
8343 (TUI_SPECIAL_REGS_NAME_LOWER): Remove.
8344 (TUI_GENERAL_SPECIAL_REGS_NAME): Remove.
8345 (TUI_GENERAL_SPECIAL_REGS_NAME_LOWER): Remove.
8346 (enum tui_register_display_type): Remove.
8347 (struct tui_layout_def): Remove regs_display_type and
8348 float_regs_display_type fields.
8349 (struct tui_data_info): Remove regs_display_type field.
8350 (tui_layout_command): Use new name for
8351 tui_set_layout_for_display_command.
8352 * tui/tui-data.c (layout_def): Don't initialise removed fields.
8353 (tui_clear_win_detail): Don't initialise removed fields of
8354 win_info.
8355 * tui/tui-regs.c (tui_show_registers): Use new name for
8356 tui_set_layout_for_display_command.
8357 * tui/tui.h (tui_set_layout_for_display_command): Rename
8358 declaration to...
8359 (tui_set_layout_by_name): ...this.
8360 * printcmd.c (display_command): Remove tui related layout call,
8361 and reindent.
8362
0b6e5e10
JB
83632015-05-20 Joel Brobecker <brobecker@adacore.com>
8364
8365 * infrun.c (handle_inferior_event_1): Renames handle_inferior_event.
8366 (handle_inferior_event): New function.
8367
1da0522e
JB
83682015-05-20 Joel Brobecker <brobecker@adacore.com>
8369
8370 * ada-lang.c (to_fixed_array_type): Rename local variable
8371 typename into type_name.
8372
5fe75eec
JK
83732015-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
8374
8375 Fix ASAN crash for gdb.compile/compile.exp.
8376 * infcall.c (call_function_by_hand_dummy): Use xstrdup for NAME.
8377
a4063588
JK
83782015-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
8379
8380 * compile/compile-c-symbols.c (convert_symbol_sym, gcc_convert_symbol)
8381 (gcc_symbol_address): Change gdb_stdout to gdb_stdlog.
8382 * compile/compile-object-load.c (setup_sections, compile_object_load):
8383 Likewise.
8384 * compile/compile.c (compile_to_object): Likewise.
8385
37442ce1
DE
83862015-05-16 Doug Evans <xdje42@gmail.com>
8387
8388 * NEWS: Mention support for unbuffered Guile memory ports.
8389 * scm-ports.c (ioscm_memory_port): Update comments on end, size.
8390 (ioscm_lseek_address): Improve overflow calculation.
8391 (gdbscm_memory_port_fill_input): Add assert.
8392 (gdbscm_memory_port_write): Handle unbuffered ports.
8393 Handle large writes identical to Guile's fport_write.
8394 (gdbscm_memory_port_seek): Fix seeking past end check.
8395 (gdbscm_memory_port_close): Handle closing unbuffered port.
8396 (ioscm_parse_mode_bits): Recognize "0" for unbuffered ports.
8397 (ioscm_init_memory_port): Handle unbuffered ports.
8398 (ioscm_reinit_memory_port): Ditto.
8399 (ioscm_init_memory_port): Update size calculation.
8400 (gdbscm_open_memory): Support zero sized ports.
8401
d976bace
JK
84022015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
8403
8404 * compile/compile-object-load.c (get_out_value_type): Fix uninitialized
8405 variable compiler warnings.
8406
4d18dfad
JK
84072015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
8408
8409 * compile/compile-object-load.c (get_out_value_type): Fix returned type.
8410
36de76f9
JK
84112015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
8412 Phil Muldoon <pmuldoon@redhat.com>
8413
8414 * NEWS (Changes since GDB 7.9): Add compile print.
8415 * compile/compile-c-support.c (add_code_header, add_code_footer)
8416 (c_compute_program): Add COMPILE_I_PRINT_ADDRESS_SCOPE and
8417 COMPILE_I_PRINT_VALUE_SCOPE.
8418 * compile/compile-internal.h (COMPILE_I_PRINT_OUT_ARG_TYPE)
8419 (COMPILE_I_PRINT_OUT_ARG, COMPILE_I_EXPR_VAL, COMPILE_I_EXPR_PTR_TYPE):
8420 New.
8421 * compile/compile-object-load.c: Include block.h.
8422 (get_out_value_type): New function.
8423 (compile_object_load): Handle COMPILE_I_PRINT_ADDRESS_SCOPE and
8424 COMPILE_I_PRINT_VALUE_SCOPE. Set compile_module's OUT_VALUE_ADDR and
8425 OUT_VALUE_TYPE.
8426 * compile/compile-object-load.h (struct compile_module): Add fields
8427 out_value_addr and out_value_type.
8428 * compile/compile-object-run.c: Include valprint.h and compile.h.
8429 (struct do_module_cleanup): Add fields out_value_addr and
8430 out_value_type.
8431 (do_module_cleanup): Handle COMPILE_I_PRINT_ADDRESS_SCOPE and
8432 COMPILE_I_PRINT_VALUE_SCOPE.
8433 (compile_object_run): Propagate out_value_addr and out_value_type.
8434 Pass OUT_VALUE_ADDR.
8435 * compile/compile.c: Include valprint.h.
8436 (compile_print_value, compile_print_command): New functions.
8437 (eval_compile_command): Handle failed COMPILE_I_PRINT_ADDRESS_SCOPE.
8438 (_initialize_compile): Update compile code help text. Install
8439 compile_print_command.
8440 * compile/compile.h (compile_print_value): New prototype.
8441 * defs.h (enum compile_i_scope_types): Add
8442 COMPILE_I_PRINT_ADDRESS_SCOPE and COMPILE_I_PRINT_VALUE_SCOPE.
8443
83d3415e
JK
84442015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
8445
8446 * compile/compile-object-load.c (get_regs_type): Add parameter func_sym.
8447 Rely on its parameter count.
8448 (compile_object_load): Replace lookup_minimal_symbol_text by
8449 lookup_global_symbol_from_objfile. Verify FUNC_SYM. Set it in the
8450 return value.
8451 * compile/compile-object-load.h (struct compile_module): Replace
8452 func_addr by func_sym.
8453 * compile/compile-object-run.c: Include block.h.
8454 (compile_object_run): Reset module variable after it is freed. Use
8455 FUNC_SYM instead of FUNC_ADDR. Rely on it.
8456
3a9558c4
JK
84572015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
8458
8459 * compile/compile-c-support.c (print_one_macro): Use #ifndef.
8460 (generate_register_struct): Use __gdb_uintptr for TYPE_CODE_PTR.
8461 (c_compute_program): Call generate_register_struct after typedefs.
8462 * compile/compile-loc2c.c (push, pushf_register_address)
8463 (pushf_register): Cast to GCC_UINTPTR.
8464 (do_compile_dwarf_expr_to_c): Use unused attribute. Add space after
8465 type. Use GCC_UINTPTR instead of void *. Remove excessive cast.
8466 (compile_dwarf_expr_to_c): Use GCC_UINTPTR instead of void *.
8467 * compile/compile.c (_initialize_compile): Enable warnings for
8468 COMPILE_ARGS.
8469
5c65b58a
JK
84702015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
8471
8472 * cli/cli-script.c (execute_control_command): Update
8473 eval_compile_command caller.
8474 * compile/compile-object-load.c (compile_object_load): Add parameters
8475 scope and scope_data. Set them.
8476 * compile/compile-object-load.h (struct compile_module): Add fields
8477 scope and scope_data.
8478 (compile_object_load): Add parameters scope and scope_data.
8479 * compile/compile-object-run.c (struct do_module_cleanup): Add fields
8480 scope and scope_data.
8481 (compile_object_run): Propagate the fields scope and scope_data.
8482 * compile/compile.c (compile_file_command, compile_code_command):
8483 Update eval_compile_command callers.
8484 (eval_compile_command): Add parameter scope_data. Pass it plus scope.
8485 * compile/compile.h (eval_compile_command): Add parameter scope_data.
8486 * defs.h (struct command_line): Add field scope_data.
8487
1c88ceb1
JK
84882015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
8489
8490 * printcmd.c (struct format_data): Move it to valprint.h.
8491 (print_command_parse_format, print_value): New functions from ...
8492 (print_command_1): ... here. Call them.
8493 * valprint.h (struct format_data): Move it here from printcmd.c.
8494 (print_command_parse_format, print_value): New declarations.
8495
0b738f27
JK
84962015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
8497
8498 * compile/compile-object-load.c (compile_object_load): Add
8499 COMPILE_DEBUG message.
8500
aa715135
JG
85012015-05-15 Jerome Guitton <guitton@adacore.com>
8502
8503 * ada-lang.c (ada_value_ptr_subscript): Use enum position of
8504 index to get element instead of enum value.
8505 (ada_value_slice_from_ptr, ada_value_slice): Use enum position
8506 of index to compute length, but enum values to compute bounds.
8507 (ada_array_length): Use enum position of index instead of enum value.
8508 (pos_atr): Move position computation to...
8509 (ada_evaluate_subexp): Use enum values to compute bounds.
8510 * gdbtypes.c (discrete_position): ...this new function.
8511 * gdbtypes.h (discrete_position): New function declaration.
8512 * valprint.c (val_print_array_elements): Call discrete_position
8513 to handle array indexed by non-contiguous enumeration types.
8514
931e5bc3
JG
85152015-05-15 Jerome Guitton <guitton@adacore.com>
8516
8517 * ada-lang.c (find_parallel_type_by_descriptive_type):
8518 Go through typedefs during lookup.
8519 (to_fixed_array_type): Add support for non-bit packed arrays
8520 as variable-length fields.
8521
4e63d0ac
PA
85222015-05-15 Pedro Alves <palves@redhat.com>
8523 Simon Marchi <simon.marchi@ericsson.com>
8524
8525 * event-loop.c (gdb_notifier) <next_file_handler,
8526 next_poll_fds_index>: New fields.
8527 (get_next_file_handler_to_handle_and_advance): New function.
8528 (delete_file_handler): If deleting the next file handler to
8529 handle, advance to the next file handler.
8530 (gdb_wait_for_event): Bail early if no event fired. Poll file
8531 handlers in round-robin fashion.
8532
52e48b36
PA
85332015-05-15 Pedro Alves <palves@redhat.com>
8534
8535 * linux-tdep.c (linux_find_memory_regions_full): Rename local
8536 'private' to 'priv'.
8537
2465e12e
PA
85382015-05-15 Pedro Alves <palves@redhat.com>
8539
8540 * nat/linux-nat.h: Include "target/waitstatus.h".
8541
13fa0398
YZ
85422015-05-15 Yuanhui Zhang <asmwarrior@gmail.com>
8543
8544 * python/py-unwind.c (struct reg_info): Move out of ...
8545 (struct cached_frame_info): ... this scope.
8546 (pending_frame_object_type, unwind_info_object_type): Make extern.
8547
9cd4d857
JB
85482015-05-15 Joel Brobecker <brobecker@adacore.com>
8549
8550 * ada-lang.c (ada_value_primitive_packed_val): Make sure
8551 accumSize is never negative.
8552
e3555239
PP
85532015-05-14 Patrick Palka <patrick@parcs.ath.cx>
8554
8555 * tui/tui-command.c: Remove include of <ctype.h>.
8556 (tui_dispatch_ctrl_char): Remove workaround for xterm terminals.
8557
08a76f8a
MG
85582015-05-13 Martin Galvan <martin.galvan@tallertechnologies.com>
8559
8560 * dwarf2read.c (die_needs_namespace): Return 1 for
8561 DW_TAG_inlined_subroutine.
8562
bd49952b
JK
85632015-05-13 Jan Kratochvil <jan.kratochvil@redhat.com>
8564
8565 * regcache.c (regcache_cpy_no_passthrough): New declaration.
8566 (regcache_cpy_no_passthrough): Make it static, add function comment.
8567 * regcache.h (regcache_dup, regcache_cpy): Reduce/update their comment.
8568 (regcache_cpy_no_passthrough): Remove declaration.
8569
46c03469
JK
85702015-05-13 Jan Kratochvil <jan.kratochvil@redhat.com>
8571
8572 * gdbthread.h (struct thread_control_state): Update comment for
8573 proceed_to_finish.
8574 * infcall.c (run_inferior_call): Update comment about
8575 proceed_to_finish.
8576 * infcmd.c (get_return_value): Update comment about stop_registers.
8577 (finish_forward): Update comment about proceed_to_finish.
8578 * infrun.c (stop_registers): Remove.
8579 (clear_proceed_status, normal_stop): Remove stop_registers handling.
8580 * infrun.h (stop_registers): Remove.
8581
8a6c4031
JK
85822015-05-13 Jan Kratochvil <jan.kratochvil@redhat.com>
8583
8584 * infcall.c (struct dummy_frame_context_saver)
8585 (dummy_frame_context_saver_data_free, dummy_frame_context_saver_dtor)
8586 (dummy_frame_context_saver_drop, dummy_frame_context_saver_cleanup)
8587 (dummy_frame_context_saver_get_regs, dummy_frame_context_saver_setup):
8588 New.
8589 (call_function_by_hand_dummy): Move discard_cleanups of
8590 inf_status_cleanup before dummy_frame_push. Call
8591 dummy_frame_context_saver_setup and prepare context_saver_cleanup.
8592 Use dummy_frame_context_saver_get_regs instead of stop_registers.
8593 * infcall.h (struct dummy_frame_context_saver)
8594 (dummy_frame_context_saver_drop, dummy_frame_context_saver_cleanup)
8595 (dummy_frame_context_saver_get_regs, dummy_frame_context_saver_setup):
8596 New declarations.
8597 * infcmd.c: Include infcall.h.
8598 (get_return_value): Add parameter ctx_saver, use it instead of
8599 stop_registers.
8600 (print_return_value): Add parameter ctx_saver, pass it.
8601 (struct finish_command_continuation_args): Add field ctx_saver.
8602 (finish_command_continuation): Update print_return_value caller.
8603 (finish_command_continuation_free_arg): Free also ctx_saver.
8604 (finish_forward): Call dummy_frame_context_saver_setup.
8605 * inferior.h (struct dummy_frame_context_saver): New declaration.
8606 (get_return_value): Add parameter ctx_saver.
8607 * python/py-finishbreakpoint.c (bpfinishpy_pre_stop_hook): Update
8608 get_return_value caller.
8609
10989690
JK
86102015-05-13 Jan Kratochvil <jan.kratochvil@redhat.com>
8611
8612 * dummy-frame.c (struct dummy_frame_dtor_list): New.
8613 (struct dummy_frame): Replace dtor and dtor_data by dtor_list.
8614 (remove_dummy_frame): Process dtor_list.
8615 (pop_dummy_frame): Process dtor_list.
8616 (register_dummy_frame_dtor): Maintain dtor_list.
8617 (find_dummy_frame_dtor): Handle dtor_list.
8618 * dummy-frame.h (register_dummy_frame_dtor, find_dummy_frame_dtor):
8619 Update comments.
8620
5e970501
JK
86212015-05-13 Jan Kratochvil <jan.kratochvil@redhat.com>
8622
8623 * compile/compile-object-run.c (do_module_cleanup): Add parameter
8624 registers_valid.
8625 (compile_object_run): Update do_module_cleanup caller.
8626 * dummy-frame.c: Include infcall.h.
8627 (struct dummy_frame): Update dtor comment.
8628 (remove_dummy_frame): Call dtor.
8629 (pop_dummy_frame): Update dtor caller.
8630 * dummy-frame.h (dummy_frame_dtor_ftype): Add parameter
8631 registers_valid.
8632
1c4eb778
JB
86332015-05-13 Joel Brobecker <brobecker@adacore.com>
8634
8635 GDB 7.9.1 released.
8636
f5f85ab9
JB
86372015-05-13 Joel Brobecker <brobecker@adacore.com>
8638
8639 * NEWS: Create "Changes in GDB 7.9.1" section. Move news about
8640 Xmethods now being able to specify a result type to that new
8641 sectioin.
8642
242cd84c
PP
86432015-05-13 Patrick Palka <patrick@parcs.ath.cx>
8644
8645 * tui/tui-win.c (tui_async_resize_screen): Clear win_resized
8646 first before resizing the window.
e3555239 8647 * tui/tui.c (tui_enable): Likewise.
242cd84c
PP
8648
86492015-05-13 Jan Kratochvil <jan.kratochvil@redhat.com>
558e5469
JK
8650
8651 * dummy-frame.c (struct dummy_frame): Use proper typedef for dtor.
8652 * dummy-frame.h (dummy_frame_dtor_ftype): Add its comment.
8653 * infcall.c (call_function_by_hand_dummy): Use proper typedef for
8654 dummy_dtor parameter.
8655 * infcall.h: Include dummy-frame.h.
8656 (call_function_by_hand_dummy_dtor_ftype): Remove.
8657 (call_function_by_hand_dummy): Use proper typedef for dummy_dtor
8658 parameter.
8659
ebfd00d2
PP
86602015-05-13 Patrick Palka <patrick@parcs.ath.cx>
8661
8662 PR gdb/17820
8663 * top.c (history_size_setshow_var): Change type to signed.
8664 Initialize to -2. Update documentation.
8665 (set_readline_history_size): Define.
8666 (set_history_size_command): Use it. Remove logic for handling
8667 out-of-range sizes.
8668 (init_history): Use set_readline_history_size(). Test for a
8669 value of -2 instead of 0 when determining whether to set a
8670 default history size.
8671 (init_main): Decode the argument of the "size" command as a
8672 zuinteger_unlimited.
8673
83769d0b
DE
86742015-05-12 Doug Evans <dje@google.com>
8675
8676 * dwarf2read.c (struct file_entry): Tweak comments.
8677 (get_debug_line_section): Tweak comments.
8678
0d71eef5
DB
86792015-05-12 Don Breazeal <donb@codesourcery.com>
8680
8681 * NEWS: Announce fork support in the RSP and support
8682 for fork debugging in extended mode.
8683
cbb8991c
DB
86842015-05-12 Don Breazeal <donb@codesourcery.com>
8685
8686 * remote.c (remote_insert_fork_catchpoint): New function.
8687 (remote_remove_fork_catchpoint): New function.
8688 (remote_insert_vfork_catchpoint): New function.
8689 (remote_remove_vfork_catchpoint): New function.
8690 (pending_fork_parent_callback): New function.
8691 (remove_new_fork_child): New function.
8692 (remote_update_thread_list): Call remote_notif_get_pending_events
8693 and remove_new_fork_child.
8694 (extended_remote_kill): Kill fork child when killing the
8695 parent before follow_fork completes.
8696 (init_extended_remote_ops): Initialize target vector with
8697 new fork catchpoint functions.
8698
c269dbdb
DB
86992015-05-12 Don Breazeal <donb@codesourcery.com>
8700
8701 * remote.c (remove_vfork_event_p): New function.
8702 (remote_follow_fork): Add vfork event type to event checking.
8703 (remote_parse_stop_reply): New stop reasons "vfork" and
8704 "vforkdone" for RSP 'T' Stop Reply Packet.
8705
de0d863e
DB
87062015-05-12 Don Breazeal <donb@codesourcery.com>
8707
8708 * linux-nat.c (linux_nat_ptrace_options): New function.
8709 (linux_init_ptrace, wait_lwp, linux_nat_filter_event):
8710 Call linux_nat_ptrace_options and use different argument to
8711 linux_enable_event_reporting.
8712 (_initialize_linux_nat): Delete call to
8713 linux_ptrace_set_additional_flags.
c8f6c93c 8714 * nat/linux-ptrace.c (current_ptrace_options): Rename to
de0d863e
DB
8715 supported_ptrace_options.
8716 (additional_flags): Delete variable.
8717 (linux_check_ptrace_features): Use supported_ptrace_options.
8718 (linux_test_for_tracesysgood, linux_test_for_tracefork):
8719 Likewise, and remove additional_flags check.
8720 (linux_enable_event_reporting): Change 'attached' argument to
8721 'options'. Use supported_ptrace_options.
c8f6c93c 8722 (ptrace_supports_feature): Change comment. Use
de0d863e
DB
8723 supported_ptrace_options.
8724 (linux_ptrace_set_additional_flags): Delete function.
8725 * nat/linux-ptrace.h (linux_ptrace_set_additional_flags):
8726 Delete function prototype.
8727 * remote.c (remote_fork_event_p): New function.
8728 (remote_detach_pid): New function.
8729 (remote_detach_1): Call remote_detach_pid, don't mourn inferior
8730 if doing detach-on-fork.
8731 (remote_follow_fork): New function.
8732 (remote_parse_stop_reply): Handle new "T" stop reason "fork".
8733 (remote_pid_to_str): Print "process" strings for pid/0/0 ptids.
8734 (init_extended_remote_ops): Initialize to_follow_fork.
8735
89245bc0
DB
87362015-05-12 Don Breazeal <donb@codesourcery.com>
8737
8738 * nat/linux-ptrace.c (linux_check_ptrace_features): Change
8739 from static to extern.
8740 * nat/linux-ptrace.h (linux_check_ptrace_features): Declare.
8741 * remote.c (anonymous enum): <PACKET_fork_event_feature,
8742 * PACKET_vfork_event_feature>: New enumeration constants.
8743 (remote_protocol_features): Add table entries for new packets.
8744 (remote_query_supported): Add new feature queries to qSupported
8745 packet.
8746
835205d0
GB
87472015-05-12 Gary Benson <gbenson@redhat.com>
8748
8749 * remote.c (remote_add_inferior): Call exec_file_locate_attach
8750 for fake PIDs as well as real ones.
8751 (remote_pid_to_exec_file): Send empty annex if PID is fake.
8752
4c082a81
SC
87532015-05-09 Siva Chandra Reddy <sivachandra@google.com>
8754
8755 * NEWS (Python Scripting): Mention the new gdb.Value methods.
8756 * python/py-value.c (valpy_reference_value): New function.
8757 (valpy_const_value): Likewise.
8758 (value_object_methods): Add new methods.
8759 * value.c (make_cv_value): New function.
8760 * value.h (make_cv_value): Declare.
8761
afa6c9ab
SL
87622015-05-08 Yao Qi <yao@codesourcery.com>
8763 Sandra Loosemore <sandra@codesourcery.com>
8764
8765 * dwarf2read.c (setup_type_unit_groups): Do NULL pointer check
8766 to 'lh->include_dirs' before accessing to it.
8767 (psymtab_include_file_name): Likewise.
8768 (dwarf_decode_lines_1): Likewise.
8769 (dwarf_decode_lines): Likewise.
8770 (file_file_name): Likewise.
8771
35d54293
SL
87722015-05-08 Sandra Loosemore <sandra@codesourcery.com>
8773
8774 * nios2-linux-tdep.c (NIOS2_SIGRETURN_TRAMP_ADDR): Define.
8775 (NIOS2_SIGRETURN_REGSAVE_OFFSET): Define.
8776 (nios2_linux_rt_sigreturn_init): Adjust base address of
8777 register save area.
8778
b73c49b7
SL
87792015-05-08 Sandra Loosemore <sandra@codesourcery.com>
8780
8781 * nios2-tdep.c (nios2_breakpoint_from_pc): Revert to using
8782 "trap 31" as the breakpoint instruction on all targets.
8783
dd9f02a0
JK
87842015-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
8785
8786 * infcmd.c (print_return_value): Remove unused declaration.
8787
6ad395a7
JB
87882015-05-08 Joel Brobecker <brobecker@adacore.com>
8789
8790 * dwarf2read.c (attr_to_dynamic_prop)
8791 <DW_AT_data_member_location>: Use read_type_die isntead of
8792 get_die_type.
8793
8344af1e
JB
87942015-05-08 Joel Brobecker <brobecker@adacore.com>
8795
8796 * ada-lang.c (ada_convert_actual): Add handling of formals
8797 passed inside an aligner type.
8798
80b0912b
JB
87992015-05-08 Joel Brobecker <brobecker@adacore.com>
8800
8801 * copyright.py (NOT_FSF_LIST): Remove sim/erc32 entries.
8802
df2eb078
SC
88032015-05-08 Siva Chandra Reddy <sivachandra@google.com>
8804
8805 PR python/18291
8806 * python/lib/gdb/command/xmethods.py (print_xm_info): Fix typo.
8807 Print xmethod matcher status.
8808
2492f0d0
AA
88092015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
8810
8811 * s390-linux-nat.c (fill_gregset): Avoid relying on the PSWA
8812 register in the regcache when treating the PSWM register, and vice
8813 versa.
8814
1c56a84d
GB
88152015-05-07 Gary Benson <gbenson@redhat.com>
8816
8817 * linux-thread-db.c (struct thread_db_info)
8818 <td_ta_map_id2thr_p>: Remove field.
8819 (try_thread_db_load_1): Remove initialization for the above.
8820
74850322
GB
88212015-05-07 Gary Benson <gbenson@redhat.com>
8822
8823 * linux-thread-db.c (struct thread_db_info)
8824 <td_thr_validate_p>: Remove field.
8825 (try_thread_db_load_1): Remove initialization for the above.
8826
e26efa40
JK
88272015-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
8828
8829 * compile/compile-object-load.c (compile_object_load): Support
8830 mst_text_gnu_ifunc.
8831
851c9091
JK
88322015-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
8833
8834 * compile/compile.c (compile_to_object): Make the cmd_string parameter
8835 const. Use new variables for the const compatibility.
8836 (eval_compile_command): Make the cmd_string parameter const.
8837 * compile/compile.h (eval_compile_command): Make the cmd_string
8838 parameter const.
8839
f218b647
JB
88402015-05-06 Joel Brobecker <brobecker@adacore.com>
8841
8842 * defs.h (deprecated_init_ui_hook): Delete. Remove associated
8843 comment.
8844 * top.c (deprecated_init_ui_hook): Delete.
8845 (gdb_init): Remove handling of deprecated_init_ui_hook.
8846 * interps.c (clear_interpreter_hooks): Remove handling of
8847 deprecated_init_ui_hook.
8848 * main.c (captured_main): Update comment.
8849
b30a0bc3
JB
88502015-05-06 Joel Brobecker <brobecker@adacore.com>
8851
8852 * solib.c (_initialize_solib): Add "info dll" alias creation.
8853 * windows-nat.c (set_windows_aliases): Delete.
8854 (_initialize_windows_nat): Remove deprecated_init_ui_hook
8855 assignment.
8856 * NEWS: Add news entry about "info dll" now being available
8857 on all platforms.
8858
7c512744
JB
88592015-05-05 Joel Brobecker <brobecker@adacore.com>
8860
8861 * ada-lang.c (value_assign_to_component): Reformat and improve
8862 documentation. Remove all trailing spaces.
8863
0fa7fe50
JB
88642015-05-05 Joel Brobecker <brobecker@adacore.com>
8865
8866 * inline-frame.c (inline_frame_sniffer, skip_inline_frames):
8867 Stop counting inlined frames as soon as an out-of-line function
8868 is found.
8869
3ea89b92
PMR
88702014-05-05 Pierre-Marie de Rodat <derodat@adacore.com>
8871
8872 * dwarf2read.c (inherit_abstract_dies): Skip
8873 DW_TAG_GNU_call_site dies while inheriting children of an
8874 abstract DIE into a scope.
8875 (read_lexical_block_scope): Inherit abstract DIE's for
8876 lexical scopes.
8877
2478d075
JB
88782015-05-05 Joel Brobecker <brobecker@adacore.com>
8879
8880 * ada-valprint.c (val_print_packed_array_elements): Delete
8881 variable "len". Add a type-length check when comparing two
8882 consecutive elements of the array. Use the element's actual
8883 length in call to value_contents_eq.
8884 * ada-lang.c (ada_value_primitive_packed_val): Always return
8885 a value whose type has been resolved.
8886
fc958966
JB
88872015-05-05 Joel Brobecker <brobecker@adacore.com>
8888
8889 * ada-lang.c (ada_value_primitive_packed_val): Recompute
8890 BIT_SIZE and LEN if the size of the resolved type is smaller
8891 than BIT_SIZE * HOST_CHAR_BIT.
8892
ca34b84f
JB
88932015-05-05 Joel Brobecker <brobecker@adacore.com>
8894
8895 * ada-lang.c (ada_value_primitive_packed_val): Use a more
8896 correct address in call to value_at. Adjust call to
8897 value_address accordingly.
8898
62c67f3c
JB
88992015-05-05 Joel Brobecker <brobecker@adacore.com>
8900
8901 * ada-valprint.c (ada_val_print_1): Resolve TYPE before trying
8902 to print it.
8903
c3345124
JB
89042015-05-05 Joel Brobecker <brobecker@adacore.com>
8905
8906 * dwarf2loc.h (struct property_addr_info): Add "valaddr" field.
8907 * dwarf2loc.c (dwarf2_evaluate_property): Add handling of
8908 pinfo->valaddr.
8909 * gdbtypes.h (resolve_dynamic_type): Add "valaddr" parameter.
8910 * gdbtypes.c (resolve_dynamic_struct): Set pinfo.valaddr.
8911 (resolve_dynamic_type_internal): Set pinfo.valaddr.
8912 Add handling of addr_stack->valaddr.
8913 (resolve_dynamic_type): Add "valaddr" parameter.
8914 Set pinfo.valaddr field.
8915 * ada-lang.c (ada_discrete_type_high_bound): Update call to
8916 resolve_dynamic_type.
8917 (ada_discrete_type_low_bound): Likewise.
8918 * findvar.c (default_read_var_value): Likewise.
8919 * value.c (value_from_contents_and_address): Likewise.
8920
75ea5859
JB
89212015-05-05 Joel Brobecker <brobecker@adacore.com>
8922
8923 * gdbtypes.c (resolve_dynamic_array): Use
8924 create_array_type_with_stride instead of create_array_type.
8925
0952813b
DD
89262015-04-30 DJ Delorie <dj@redhat.com>
8927
8928 * rl78-tdep.c (rl78_analyze_prologue): Pass RL78_ISA_DEFAULT to
8929 rl78_decode_opcode
8930
2ce1cdbf
DE
89312015-04-29 Doug Evans <dje@google.com>
8932
8933 PR python/18285
8934 * NEWS: Document new gdb.XMethodWorker.get_result_type method.
8935 * eval.c (evaluate_subexp_standard) <OP_FUNCALL>: Handle
8936 EVAL_AVOID_SIDE_EFFECTS for xmethods.
8937 * extension-priv.h (struct extension_language_ops)
8938 <get_xmethod_result_type>: New member.
8939 * extension.c (get_xmethod_result_type): New function.
8940 * extension.h (get_xmethod_result_type): Declare.
8941 * python/py-xmethods.c (get_result_type_method_name): New static
8942 global.
8943 (py_get_result_type_method_name): Ditto.
8944 (gdbpy_get_xmethod_result_type): New function.
8945 (gdbpy_initialize_xmethods): Initialize py_get_result_type_method_name.
8946 * python/python-internal.h (gdbpy_get_xmethod_result_type): Declare.
8947 * python/python.c (python_extension_ops): Add
8948 gdbpy_get_xmethod_result_type.
8949 * python/lib/gdb/xmethod.py (XMethodWorker): Add get_result_type.
8950 * valarith.c (value_x_binop): Handle EVAL_AVOID_SIDE_EFFECTS for
8951 xmethods.
8952 (value_x_unop): Ditto.
8953 * value.c (result_type_of_xmethod): New function.
8954 * value.h (result_type_of_xmethod): Declare.
8955
998d2a3e
GB
89562015-04-29 Gary Benson <gbenson@redhat.com>
8957
8958 * solib.c (solib_find_1): Allow fd argument to be NULL.
8959 (exec_file_find): Update comment.
8960 (solib_find): Likewise.
8961 * exec.c (exec_file_locate_attach): Use NULL as fd
8962 argument to exec_file_find to avoid having to close
8963 the opened file.
8964 * infrun.c (follow_exec): Likewise.
8965
34f5f757
DE
89662015-04-28 Doug Evans <dje@google.com>
8967
8968 PR python/18299
8969 * python/lib/gdb/printing.py (register_pretty_printer): Handle
8970 name or __name__ attributes. Handle gdb module as first argument.
8971
69b4374a
DE
89722015-04-28 Doug Evans <dje@google.com>
8973
8974 PR python/18089
8975 * python/py-prettyprint.c (print_children): Verify result of children
8976 iterator. Provide better error message.
8977 * python/python-internal..h (gdbpy_print_python_errors_p): Declare.
8978 * python/python.c (gdbpy_print_python_errors_p): New function.
8979
5e7cf078
DE
89802015-04-28 Doug Evans <dje@google.com>
8981
8982 * gdbtypes.h (struct cplus_struct_type) <n_baseclasses>: Fix comment.
8983
59fb7612
SS
89842015-04-28 Sasha Smundak <asmundak@google.com>
8985
8986 * NEWS: Mention gdb.Type.optimized_out method.
8987 * python/py-type.c (typy_optimized_out): New function.
8988
cea6e4f1
JB
89892015-04-28 John Baldwin <jhb@FreeBSD.org>
8990
8991 * fbsd-nat.c: Include "gdb_wait.h" instead of <sys/wait.h>.
8992
24b73f8e
PP
89932015-04-28 Patrick Palka <patrick@parcs.ath.cx>
8994
8995 * utils.c (init_page_info): Set rl_catch_sigwinch to zero.
8996 (initialize_utils): Move call of init_page_info() to ...
8997 * top.c (gdb_init): ... here.
8998
a88d0bb3
PP
89992015-04-28 Patrick Palka <patrick@parcs.ath.cx>
9000
9001 * tui/tui-win.c (tui_sigwinch_handler): Remove now-stale comment.
9002 (tui_sigwinch_handler): Still update our idea of
9003 the terminal's width and height even when TUI is not active.
9004
d6e5e7f7
PP
90052015-04-28 Patrick Palka <patrick@parcs.ath.cx>
9006
9007 * utils.h (set_screen_width_and_height): Declare.
9008 * utils.c (set_screen_width_and_height): Define.
9009 * tui/tui-win.c (tui_update_gdb_sizes): Use it.
9010
ff862be4
GB
90112015-04-28 Gary Benson <gbenson@redhat.com>
9012
9013 * infrun.c (solist.h): New include.
9014 (follow_exec): Use exec_file_find to prefix execd_pathname
9015 with gdb_sysroot.
9016
2eb639cb
PP
90172015-04-28 Patrick Palka <patrick@parcs.ath.cx>
9018
9019 * tui/tui-source.c (tui_set_source_content): Avoid calling
9020 strcpy() when offset is 0.
9021
97206799
PP
90222015-04-28 Patrick Palka <patrick@parcs.ath.cx>
9023
9024 PR gdb/18155
9025 * tui/tui-data.c (tui_free_window): Don't free the locator
9026 window when passed an SRC_WIN or a DISASSEM_WIN.
9027
63ed8182
PP
90282015-04-28 Patrick Palka <patrick@parcs.ath.cx>
9029
9030 * tui/tui-data.h (struct tui_win_element): Forward-declare.
9031 (tui_win_content): Move declaration.
9032 (struct tui_gen_win_info): Give 'content' field the
9033 type tui_win_content.
9034 * tui/tui-data.c (init_content_element): Remove redundant and
9035 erroneous casts.
9036 (tui_add_content_elements): Remove erroneous cast.
9037 * tui/tui-disasm.c (tui_set_disassem_content): Remove redundant
9038 casts.
9039 (tui_get_begin_asm_address): Likewise.
9040 * tui/tui-regs.c (tui_show_registers): Likewise.
9041 (tui_show_register_group): Likewise.
9042 (tui_display_registers_from): Likewise.
9043 (tui_check_register_values): Likewise.
9044 * tui/tui-source.c (tui_set_source_content): Likewise.
9045 (tui_set_source_content_nil): Likewise.
9046 (tui_source_is_displayed): Likewise.
9047 * tui/tui-stack.c (tui_show_locator_content): Likewise.
9048 (tui_set_locator_fullname): Likewise.
9049 (tui_set_locator_info): Likewise.
9050 (tui_show_frame_info): Likewise.
9051 * tui/tui-winsource.c (tui_clear_source_content): Likewise.
9052 (tui_show_source_line): Likewise.
9053 (tui_horizontal_source_scroll): Likewise.
9054 (tui_update_breakpoint_info): Likewise.
9055 (tui_set_exec_info_content): Likewise.
9056 (tui_show_exec_info_content): Likewise.
9057 (tui_alloc_source_buffer): Likewise.
9058 (tui_line_is_displayed): Likewise.
9059 (tui_addr_is_displayed): Likewise.
9060
d2b41ca0
JB
90612015-04-27 John Baldwin <jhb@FreeBSD.org>
9062
9063 * fbsd-nat.c: (fbsd_wait) [PL_FLAG_EXEC]: Report TARGET_WAITKIND_EXECD
9064 event if PL_FLAG_EXEC is set.
9065 [PL_FLAG_EXEC] (fbsd_insert_exec_catchpoint): New function.
9066 [PL_FLAG_EXEC] (fbsd_remove_exec_catchpoint): New function.
9067 (fbsd_nat_add_target) [PL_FLAG_EXEC]: Set
9068 "to_insert_exec_catchpoint" to "fbsd_insert_exec_catchpoint".
9069 Set "to_remove_exec_catchpoint" to "fbsd_remove_exec_catchpoint".
9070
e58e05d6
JB
90712015-04-27 John Baldwin <jhb@FreeBSD.org>
9072
9073 * fbsd-nat.c: [PT_LWPINFO] New variable super_wait.
9074 [TDP_RFPPWAIT] New variable fbsd_pending_children.
9075 [TDP_RFPPWAIT] (fbsd_remember_child): New function.
9076 [TDP_RFPPWAIT] (fbsd_is_child_pending): New function.
9077 [TDP_RFPPWAIT] (fbsd_fetch_kinfo_proc): New function.
9078 [PT_LWPINFO] (fbsd_wait): New function.
9079 [TDP_RFPPWAIT] (fbsd_follow_fork): New function.
9080 [TDP_RFPPWAIT] (fbsd_insert_fork_catchpoint): New function.
9081 [TDP_RFPPWAIT] (fbsd_remove_fork_catchpoint): New function.
9082 [TDP_RFPPWAIT] (fbsd_insert_vfork_catchpoint): New function.
9083 [TDP_RFPPWAIT] (fbsd_remove_vfork_catchpoint): New function.
9084 [TDP_RFPPWAIT] (fbsd_enable_follow_fork): New function.
9085 [TDP_RFPPWAIT] (fbsd_post_startup_inferior): New function.
9086 [TDP_RFPPWAIT] (fbsd_post_attach): New function.
9087 (fbsd_nat_add_target) [PT_LWPINFO] Set "to_wait" to
9088 "fbsd_wait".
9089 [TDP_RFPPWAIT] Set "to_follow_fork" to "fbsd_follow_fork".
9090 Set "to_insert_fork_catchpoint" to "fbsd_insert_fork_catchpoint".
9091 Set "to_remove_fork_catchpoint" to "fbsd_remove_fork_catchpoint".
9092 Set "to_insert_vfork_catchpoint" to "fbsd_insert_vfork_catchpoint".
9093 Set "to_remove_vfork_catchpoint" to "fbsd_remove_vfork_catchpoint".
9094 Set "to_post_startup_inferior" to "fbsd_post_startup_inferior".
9095 Set "to_post_attach" to "fbsd_post_attach".
9096
8f60fe01
JB
90972015-04-27 John Baldwin <jhb@FreeBSD.org>
9098
9099 * fbsd-nat.c (fbsd_pid_to_exec_file): Mark static.
9100 (fbsd_find_memory_regions): Mark static.
9101 (fbsd_nat_add_target): New function.
9102 * fbsd-nat.h: Export fbsd_nat_add_target and remove prototypes for
9103 fbsd_pid_to_exec_file and fbsd_find_memory_regions.
9104 * amd64fbsd-nat.c (_initialize_amd64fbsd_nat): Use fbsd_nat_add_target.
9105 * i386fbsd-nat.c (_initialize_i386fbsd_nat): Likewise.
9106 * ppcfbsd-nat.c (_initialize_ppcfbsd_nat): Likewise.
9107 * sparc64fbsd-nat.c (_initialize_sparc64fbsd_nat): Likewise.
9108
5fbae7d1
GB
91092015-04-27 Gary Benson <gbenson@redhat.com>
9110
9111 * objfiles.c (allocate_objfile): Do not attempt to expand name
9112 if name is a "target:" filename.
9113 * auto-load.c (load_auto_scripts_for_objfile): Do not attempt
9114 to load auto-load scripts for objfiles with "target:" filenames.
9115
417c80f9
AA
91162015-04-27 Andreas Arnez <arnez@linux.vnet.ibm.com>
9117
9118 * s390-linux-tdep.c: Include "elf/s390.h" and "elf-bfd.h".
9119 (enum s390_vector_abi_kind): New enum.
9120 (struct gdbarch_tdep)<vector_abi>: New field.
9121 (s390_effective_inner_type): Add parameter min_size. Stop
9122 unwrapping if the inner type is smaller than min_size.
9123 (s390_function_arg_float): Adjust call to
9124 s390_effective_inner_type.
9125 (s390_function_arg_vector): New function.
9126 (s390_function_arg_integer): Adjust comment.
9127 (struct s390_arg_state)<vr>: New field.
9128 (s390_handle_arg): Add parameter 'is_unnamed'. Pass vector
9129 arguments according to vector ABI when appropriate.
9130 (s390_push_dummy_call): Initialize the argument state's field
9131 'vr'. Adjust calls to s390_handle_arg.
9132 (s390_register_return_value): Handle vector return values.
9133 (s390_return_value): Apply the "register" return value convention
9134 to a vector when appropriate.
9135 (s390_gdbarch_init): Initialize tdep->vector_abi.
9136 * NEWS: Announce S390 vector ABI support.
9137
4e65a17e
AA
91382015-04-27 Andreas Arnez <arnez@linux.vnet.ibm.com>
9139
9140 * s390-linux-tdep.c (s390_return_value_convention): Remove
9141 function. Inline its logic...
9142 (s390_return_value): ...here. Instead, move the handling of the
9143 "register" return value convention...
9144 (s390_register_return_value): ...here. New function.
9145
80f75320
AA
91462015-04-27 Andreas Arnez <arnez@linux.vnet.ibm.com>
9147
9148 * s390-linux-tdep.c
9149 (is_float_singleton): Remove function. Move the "singleton" part
9150 of the logic...
9151 (s390_effective_inner_type): ...here. New function.
9152 (is_float_like): Remove function. Inline its logic...
9153 (s390_function_arg_float): ...here.
9154 (is_pointer_like, is_integer_like, is_struct_like): Remove
9155 functions. Inline their logic...
9156 (s390_function_arg_integer): ...here.
9157 (s390_function_arg_pass_by_reference): Remove function.
9158 (extend_simple_arg): Remove function.
9159 (alignment_of): Remove function.
9160 (struct s390_arg_state): New structure.
9161 (s390_handle_arg): New function.
9162 (s390_push_dummy_call): Move parameter placement logic to the new
9163 function s390_handle_arg. Call it for calculating the stack area
9164 sizes first, and again for actually writing the parameters.
9165
6dbc9c04
AA
91662015-04-27 Andreas Arnez <arnez@linux.vnet.ibm.com>
9167
9168 * s390-linux-tdep.c (is_power_of_two): Add comment. Return
9169 false if the argument is zero.
9170
9e195661
PMR
91712015-04-27 Pierre-Marie de Rodat <derodat@adacore.com>
9172
9173 * ada-lang.c (template_to_static_fixed_type): Return input type
9174 when it is already fixed. Cache the input type itself when not
9175 creating a static fixed copy. Make it explicit that we never
9176 molestate the input type.
9177 * gdbtypes.c (resolve_dynamic_struct): Reset the
9178 TYPE_TARGET_TYPE field for resolved copies.
9179
460efde1
JB
91802015-04-27 Joel Brobecker <brobecker@adacore.com>
9181
9182 * ada-lang.c (ada_is_tagged_type): Add call to ada_check_typedef.
9183 (ada_lookup_struct_elt_type): Remove calls to ada_check_typedef.
9184 (template_to_static_fixed_type): Call ada_check_typedef only
9185 when necessary.
9186
6faec16b
AB
91872015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
9188
9189 * cli/cli-dump.c (srec_dump_command): Add internationalization
9190 mark ups.
9191 (ihex_dump_command): Likewise.
9192 (tekhex_dump_command): Likewise.
9193 (binary_dump_command): Likewise.
9194 (binary_append_command): Likewise.
9195
cf75d6c3
AB
91962015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
9197
9198 * cli/cli-dump.c (verilog_cmdlist): New variable.
9199 (dump_verilog_memory): New function.
9200 (dump_verilog_value): New function.
9201 (verilog_dump_command): New function.
9202 (_initialize_cli_dump): Add new commands to support verilog dump
9203 format.
9204 * NEWS: Add entry for "dump verilog".
9205
8cd00c59
PMR
92062015-04-24 Pierre-Marie de Rodat <derodat@adacore.com>
9207
9208 * gdbtypes.c (print_gnat_stuff): Do not recurse on the
9209 descriptive type when there is none.
9210
8900d71e
PP
92112015-04-23 Patrick Palka <patrick@parcs.ath.cx>
9212
9213 * tui/tui-win.c (tui_async_resize_screen): Call
9214 rl_resize_terminal().
9215
f16eab5f
JT
92162015-04-22 Jon Turney <jon.turney@dronecode.org.uk>
9217
9218 * windows-nat.c (handle_output_debug_string): Don't change
9219 current_event.dwThreadId.
9220 (get_windows_debug_event): Use thread_id, rather than relying on
9221 current_event.dwThreadId being changed.
9222
68ffc902
JT
92232015-04-22 Jon Turney <jon.turney@dronecode.org.uk>
9224
9225 * windows-nat.c (windows_continue): Report an error if
9226 ContinueDebugEvent() fails.
9227
23942819
JT
92282015-04-16 Jon Turney <jon.turney@dronecode.org.uk>
9229
9230 * windows-nat.c (windows_resume): Fix misspelling in debug output.
9231
e6ad66bd
JT
92322015-04-16 Jon Turney <jon.turney@dronecode.org.uk>
9233
9234 * windows-nat.c (get_windows_debug_event): Replace retval with
9235 thread_id throughout. Update stale comment.
9236
776704b9
JT
92372015-04-16 Jon Turney <jon.turney@dronecode.org.uk>
9238
9239 * windows-nat.c (get_windows_debug_event): Don't use ternary
9240 conditional operator.
9241
8aae4344
PM
92422015-04-21 Pierre Muller <muller@sourceware.org>
9243
9244 PR pascal/17815
9245 p-exp.y (yylex): Reorganize code to return the matched pattern
9246 for a field of this.
9247
819843c7
GB
92482015-04-21 Gary Benson <gbenson@redhat.com>
9249
9250 * common/fileio.h (fileio_to_host_openflags): New declaration.
9251 * common/fileio.c (fcntl.h): New include.
9252 (fileio_to_host_openflags): New function, factored out from...
9253 * inf-child.c (inf_child_fileio_open_flags_to_host): ...here.
9254 Single use updated.
9255
0bca7f99
KB
92562015-04-21 Kevin Buettner <kevinb@redhat.com>
9257
9258 * rl78-tdep.c (RL78_SP_ADDR): Define.
9259 (opc_reg_to_gdb_regnum): New static function.
9260 (rl78_analyze_prologue): Recognize instructions forming slightly
9261 more interesting prologues.
9262
e771e4be
PMR
92632015-04-20 Pierre-Marie de Rodat <derodat@adacore.com>
9264
9265 Revert:
9266 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
9267 * gdbtypes.c (is_dynamic_type_internal): Remove special handling of
9268 TYPE_CODE_REF types so that they are not considered as dynamic
9269 depending on the referenced type.
9270 (resolve_dynamic_type_internal): Likewise.
9271
ee715b5a
PMR
92722015-04-20 Pierre-Marie de Rodat <derodat@adacore.com>
9273
9274 Revert:
9275 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
9276 * gdbtypes.c (is_dynamic_type_internal): Remove the unused
9277 "top_level" parameter.
9278 (resolve_dynamic_type_internal): Remove the unused "top_level"
9279 parameter. Update call to is_dynamic_type_internal.
9280 (is_dynamic_type): Update call to is_dynamic_type_internal.
9281 (resolve_dynamic_range): Update call to
9282 resolve_dynamic_type_internal.
9283 (resolve_dynamic_union): Likewise.
9284 (resolve_dynamic_struct): Likewise.
9285 (resolve_dynamic_type): Likewise.
9286
e31d7699
GKB
92872015-04-19 Gabriel Krisman Bertazi <gabriel@krisman.be>
9288
9289 * breakpoint.c (update_dprintf_command_list): Remove duplicated
9290 xmalloc.
9291
d214e5e7
TS
92922015-04-20 Thomas Schwinge <thomas@codesourcery.com>
9293
110f9112
TS
9294 * reply_mig_hack.awk: Robustify parsing.
9295
d214e5e7
TS
9296 * reply_mig_hack.awk: Don't bother to declare an intermediate
9297 function pointer variable.
9298
8f61baf8
DE
92992015-04-17 Doug Evans <dje@google.com>
9300
9301 * solib-svr4.c (svr4_exec_displacement): Rename outer "displacement"
9302 to "exec_displacement" to avoid confusion with inner use of the name.
9303
dbbf180a
YQ
93042015-04-17 Pedro Alves <palves@redhat.com>
9305
9306 * arm-linux-nat.c (arm_linux_can_use_hw_breakpoint): Return zero
9307 if HW point of TYPE isn't supported.
9308
059790a0
YQ
93092015-04-17 Yao Qi <yao.qi@linaro.org>
9310 Pedro Alves <palves@redhat.com>
9311
9312 * target.h (target_can_use_hardware_watchpoint): Update comments.
9313 Remove trailing ";".
9314
1b6e6f5c
GB
93152015-04-17 Gary Benson <gbenson@redhat.com>
9316
9317 * remote.c (remote_add_inferior): New argument try_open_exec.
9318 If nonzero, attempt to open the inferior's executable file as
9319 the main executable if no main executable is open already.
9320 All callers updated.
9321 * NEWS: Mention that GDB now supports automatic location and
9322 retrieval of executable + files from remote targets.
9323
c78fa86a
GB
93242015-04-17 Gary Benson <gbenson@redhat.com>
9325
9326 * target.h (TARGET_OBJECT_EXEC_FILE): New enum value.
9327 * remote.c (PACKET_qXfer_exec_file): Likewise.
9328 (remote_protocol_features): Register the
9329 "qXfer:exec-file:read" feature.
9330 (remote_xfer_partial): Handle TARGET_OBJECT_EXEC_FILE.
9331 (remote_pid_to_exec_file): New function.
9332 (init_remote_ops): Initialize to_pid_to_exec_file.
9333 (_initialize_remote): Register new "set/show remote
9334 pid-to-exec-file-packet" command.
9335 * NEWS: Announce new qXfer:exec-file:read packet.
9336
e0d86d2c
GB
93372015-04-17 Gary Benson <gbenson@redhat.com>
9338
9339 * nat/linux-procfs.h (linux_proc_pid_to_exec_file):
9340 New declaration.
9341 * nat/linux-procfs.c (linux_proc_pid_to_exec_file):
9342 New function, factored out from...
9343 * linux-nat.c (linux_child_pid_to_exec_file): ...here.
9344
a9a5a3d1
GB
93452015-04-17 Gary Benson <gbenson@redhat.com>
9346
9347 * exec.c (solist.h): New include.
9348 (exec_file_locate_attach): Prefix absolute executable
9349 paths with gdb_sysroot if set.
9350 * NEWS: Mention that executable paths may be prepended
9351 with sysroot.
9352
af1900b0
GB
93532015-04-17 Gary Benson <gbenson@redhat.com>
9354
9355 * solist.h (exec_file_find): New declaration.
9356 * solib.c (solib_find_1): New function, factored out from...
9357 (solib_find): ...here.
9358 (exec_file_find): New function.
9359
a10de604
GB
93602015-04-17 Gary Benson <gbenson@redhat.com>
9361
9362 * gdbcore.h (exec_file_locate_attach): New declaration.
9363 * exec.c (exec_file_locate_attach): New function, factored
9364 out from...
9365 * infcmd.c (attach_command_post_wait): ...here.
9366
92209ddf
MF
93672015-04-17 Mike Frysinger <vapier@gentoo.org>
9368
9369 * MAINTAINERS: Add myself for Blackfin/write-after-approval.
9370
8550d3b3
YQ
93712015-04-16 Yao Qi <yao.qi@linaro.org>
9372
9373 * infrun.c (maybe_software_singlestep): Declare.
9374 (displaced_step_fixup): Call maybe_software_singlestep.
9375
30b3dd9d
DE
93762015-04-15 Doug Evans <dje@google.com>
9377
9378 * psymtab.c (psym_expand_symtabs_matching): Add QUIT call.
9379
61d96d7e
DE
93802015-04-15 Doug Evans <dje@google.com>
9381
9382 * dwarf2read.c (dw2_expand_symtabs_matching): Add some QUIT calls.
9383
40d2f8d6
SM
93842015-04-15 Simon Marchi <simon.marchi@ericsson.com>
9385
9386 * python/lib/gdb/command/unwinders.py: Add parentheses.
9387
6bbbba9b
YQ
93882015-04-15 Yao Qi <yao.qi@linaro.org>
9389
9390 * arm-linux-tdep.c (arm_linux_copy_svc): Update debug message.
9391
2bb2dcab
YQ
93922015-04-15 Yao Qi <yao.qi@linaro.org>
9393
9394 * arm-linux-tdep.c (arm_linux_copy_svc): Fix indentation.
9395
41f071ef
YQ
93962015-04-15 Yao Qi <yao.qi@linaro.org>
9397
9398 * arm-linux-tdep.c (arm_linux_cleanup_svc): Use
9399 dsc->insn_size instead of 4.
9400
326a5c7e
GB
94012015-04-14 Gary Benson <gbenson@redhat.com>
9402
9403 * jit.c (mem_bfd_iovec_stat): Zero supplied buffer.
9404 * minidebug.c (lzma_stat): Likewise.
9405 * solib-spu.c (spu_bfd_iovec_stat): Likewise.
9406 * spu-linux-nat.c (spu_bfd_iovec_stat): Likewise.
9407
dd177e81
SS
94082015-04-13 Stan Shebs <stanshebs@google.com>
9409
9410 * MAINTAINERS: Update my email address.
9411
97de3545
JB
94122015-04-13 John Baldwin <jhb@FreeBSD.org>
9413
9414 * amd64-tdep.c (amd64_target_description): New function.
9415 * amd64-tdep.h: Export amd64_target_description and tdesc_amd64.
9416 * amd64bsd-nat.c [PT_GETXSTATE_INFO]: New variable amd64bsd_xsave_len.
9417 (amd64bsd_fetch_inferior_registers) [PT_GETXSTATE_INFO]: Handle
9418 x86 extended save area.
9419 (amd64bsd_store_inferior_registers) [PT_GETXSTATE_INFO]: Likewise.
9420 * amd64bsd-nat.h: Export amd64bsd_xsave_len.
9421 * amd64fbsd-nat.c (amd64fbsd_read_description): New function.
9422 (_initialize_amd64fbsd_nat): Set "to_read_description" to
9423 "amd64fbsd_read_description".
9424 * amd64fbsd-tdep.c (amd64fbsd_core_read_description): New function.
9425 (amd64fbsd_supply_xstateregset): New function.
9426 (amd64fbsd_collect_xstateregset): New function.
9427 Add "amd64fbsd_xstateregset".
9428 (amd64fbsd_iterate_over_regset_sections): New function.
9429 (amd64fbsd_init_abi): Set "xsave_xcr0_offset" to
9430 "I386_FBSD_XSAVE_XCR0_OFFSET".
9431 Add "iterate_over_regset_sections" gdbarch method.
9432 Add "core_read_description" gdbarch method.
9433 * i386-tdep.c (i386_target_description): New function.
9434 * i386-tdep.h: Export i386_target_description and tdesc_i386.
9435 * i386bsd-nat.c [PT_GETXSTATE_INFO]: New variable i386bsd_xsave_len.
9436 (i386bsd_fetch_inferior_registers) [PT_GETXSTATE_INFO]: Handle
9437 x86 extended save area.
9438 (i386bsd_store_inferior_registers) [PT_GETXSTATE_INFO]: Likewise.
9439 * i386bsd-nat.h: Export i386bsd_xsave_len.
9440 * i386fbsd-nat.c (i386fbsd_read_description): New function.
9441 (_initialize_i386fbsd_nat): Set "to_read_description" to
9442 "i386fbsd_read_description".
9443 * i386fbsd-tdep.c (i386fbsd_core_read_xcr0): New function.
9444 (i386fbsd_core_read_description): New function.
9445 (i386fbsd_supply_xstateregset): New function.
9446 (i386fbsd_collect_xstateregset): New function.
9447 Add "i386fbsd_xstateregset".
9448 (i386fbsd_iterate_over_regset_sections): New function.
9449 (i386fbsd4_init_abi): Set "xsave_xcr0_offset" to
9450 "I386_FBSD_XSAVE_XCR0_OFFSET".
9451 Add "iterate_over_regset_sections" gdbarch method.
9452 Add "core_read_description" gdbarch method.
9453 * i386fbsd-tdep.h: New file.
9454
4f45d445
JK
94552015-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9456
9457 * NEWS (Changes since GDB 7.9): Add removed -xdb.
9458 * breakpoint.c (command_line_is_silent): Remove xdb_commands
9459 conditional.
9460 (_initialize_breakpoint): Remove xdb_commands for bc, ab, sb, db, ba
9461 and lb.
9462 * cli/cli-cmds.c (_initialize_cli_cmds): Remove xdb_commands for v and
9463 va.
9464 * cli/cli-decode.c (find_command_name_length): Remove xdb_commands
9465 conditional.
9466 * defs.h (xdb_commands): Remove declaration.
9467 * f-valprint.c (_initialize_f_valprint): Remove xdb_commands for lc.
9468 * guile/scm-cmd.c (command_classes): Remove xdb from comment.
9469 * infcmd.c (run_no_args_command, go_command): Remove.
9470 (_initialize_infcmd): Remove xdb_commands for S, go, g, R and lr.
9471 * infrun.c (xdb_handle_command): Remove.
9472 (_initialize_infrun): Remove xdb_commands for lz and z.
9473 * main.c (xdb_commands): Remove variable.
9474 (captured_main): Remove "xdb" from long_options.
9475 (print_gdb_help): Remove --xdb from help.
9476 * python/py-cmd.c (gdbpy_initialize_commands): Remove xdb from comment.
9477 * source.c (_initialize_source): Remove xdb_commands for D, ld, / and ?.
9478 * stack.c (backtrace_full_command, args_plus_locals_info)
9479 (current_frame_command): Remove.
9480 (_initialize_stack): Remove xdb_commands for t, T and l.
9481 * symtab.c (_initialize_symtab): Remove xdb_commands for lf and lg.
9482 * thread.c (_initialize_thread): Remove xdb_commands condition.
9483 * tui/tui-layout.c (tui_toggle_layout_command)
9484 (tui_toggle_split_layout_command, tui_handle_xdb_layout): Remove.
9485 (_initialize_tui_layout): Remove xdb_commands for td and ts.
9486 * tui/tui-regs.c (tui_scroll_regs_forward_command)
9487 (tui_scroll_regs_backward_command): Remove.
9488 (_initialize_tui_regs): Remove xdb_commands for fr, gr, sr, +r and -r.
9489 * tui/tui-win.c (tui_xdb_set_win_height_command): Remove.
9490 (_initialize_tui_win): Remove xdb_commands for U and w.
9491 * utils.c (pagination_on_command, pagination_off_command): Remove.
9492 (initialize_utils): Remove xdb_commands for am and sm.
9493
cb71640d
PA
94942015-04-10 Pedro Alves <palves@redhat.com>
9495
9496 * infrun.c (displaced_step_fixup): Switch to the event ptid
9497 earlier. If the thread stopped for a watchpoint and the
9498 target/arch has non-continuable watchpoints, cancel the displaced
9499 step.
9500 (resume): Don't start a displaced step if in-line step-over info
9501 is valid.
9502
8f572e5c
PA
95032015-04-10 Pedro Alves <palves@redhat.com>
9504
9505 * infrun.c (displaced_step_in_progress): New function.
9506 (do_target_resume): Advise target to report all signals if
9507 displaced stepping.
9508
8d707a12
PA
95092015-04-10 Pedro Alves <palves@redhat.com>
9510
9511 PR gdb/18216
9512 * infrun.c (process_event_stop_test): Don't assume a step-resume
9513 is set if tp->stepped_breakpoint is true.
9514
ef713951
YQ
95152015-04-10 Yao Qi <yao.qi@linaro.org>
9516
9517 * arm-tdep.c (install_alu_reg): Update comment.
9518 (thumb_copy_alu_reg): Remove local variable rn. Update
9519 debugging message. Use r2 instead of r1 in the modified
9520 instruction.
9521
906d60cf
PA
95222015-04-10 Pedro Alves <palves@redhat.com>
9523
9524 PR gdb/13858
9525 * amd64-linux-tdep.c (amd64_linux_init_abi_common): Install
9526 linux_displaced_step_location as gdbarch_displaced_step_location
9527 hook.
9528 * arm-linux-tdep.c (arm_linux_init_abi): Likewise.
9529 * i386-linux-tdep.c (i386_linux_init_abi): Likewise.
9530 * linux-tdep.c (linux_displaced_step_location): New function,
9531 based on ppc_linux_displaced_step_location.
9532 * linux-tdep.h (linux_displaced_step_location): New declaration.
9533 * ppc-linux-tdep.c (ppc_linux_entry_point_addr): Delete.
9534 (ppc_linux_inferior_created, ppc_linux_displaced_step_location):
9535 Delete.
9536 (ppc_linux_init_abi): Install linux_displaced_step_location as
9537 gdbarch_displaced_step_location hook, even without Cell/B.E..
9538 (_initialize_ppc_linux_tdep): Don't install
9539 ppc_linux_inferior_created as inferior_created observer.
9540 * s390-linux-tdep.c (s390_gdbarch_init): Install
9541 linux_displaced_step_location as gdbarch_displaced_step_location
9542 hook.
9543
7823a941
GB
95442015-04-09 Gary Benson <gbenson@redhat.com>
9545
9546 * common/common-remote-fileio.h: Rename to...
9547 * common/fileio.h: ...this. Update all references.
9548 (remote_fileio_to_fio_error): Rename to...
9549 (host_to_fileio_error): ...this.
9550 (remote_fileio_to_be): Rename to...
9551 (host_to_bigendian): ...this. Update all callers.
9552 (remote_fileio_to_fio_uint): Rename to...
9553 (host_to_fileio_uint): ...this. Update all callers.
9554 (remote_fileio_to_fio_time): Rename to...
9555 (host_to_fileio_time): ...this. Update all callers.
9556 (remote_fileio_to_fio_stat): Rename to...
9557 (host_to_fileio_stat): ...this.
9558 Update all references.
9559 * common/common-remote-fileio.c: Rename to...
9560 * common/fileio.c: ...this. Update all references.
9561 (remote_fileio_to_fio_error): Rename to...
9562 (host_to_fileio_error): ...this. Update all callers.
9563 (remote_fileio_mode_to_target): Rename to...
9564 (fileio_mode_pack): ...this. Update all callers.
9565 (remote_fileio_to_fio_mode): Rename to...
9566 (host_to_fileio_mode): ...this. Update all callers.
9567 (remote_fileio_to_fio_ulong): Rename to...
9568 (host_to_fileio_ulong): ...this. Update all callers.
9569 (remote_fileio_to_fio_stat): Rename to...
9570 (host_to_fileio_stat): ...this. Update all callers.
9571
f2983cc3
AW
95722015-04-09 Andy Wingo <wingo@igalia.com>
9573
9574 * guile/scm-frame.c (gdbscm_frame_read_register): New function.
9575 (frame_functions): Bind gdbscm_frame_read_register to
9576 frame-read-register.
9577 * guile/lib/gdb.scm (frame-read-register): Export.
9578
b88bb450
GB
95792015-04-09 Gary Benson <gbenson@redhat.com>
9580
9581 * common/common-remote-fileio.h (remote_fileio_to_fio_error):
9582 New declaration.
9583 * common/common-remote-fileio.c (remote_fileio_to_fio_error):
9584 New function, factored out the named functions below.
9585 * inf-child.c (gdb/fileio.h): Remove include.
9586 (common-remote-fileio.h): New include.
9587 (inf_child_errno_to_fileio_error): Remove function. Update
9588 all callers to use remote_fileio_to_fio_error.
9589 * remote-fileio.c (remote_fileio_errno_to_target): Likewise.
9590
2f2680f3
AW
95912015-04-09 Andy Wingo <wingo@igalia.com>
9592
9593 * MAINTAINERS (Write After Approval): Add Andy Wingo.
9594
5a2d4533
L
95952015-04-09 H.J. Lu <hongjiu.lu@intel.com>
9596
9597 * acinclude.m4: (GDB_AC_CHECK_BFD): Set ZLIBDIR with $zlibdir.
9598 Replace $zlibdir with $ZLIBDIR in LDFLAGS.
9599 * configure: Regenerated.
9600
421693b0
PA
96012015-04-09 Pedro Alves <palves@redhat.com>
9602
9603 * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add strtok_r.
9604 * gnulib/Makefile.in (aclocal_m4_deps): Add import/m4/strtok_r.m4.
9605 * gnulib/configure, gnulib/config.in, gnulib/aclocal.m4: Regenerate.
9606 * gnulib/import/Makefile.am: Update.
9607 * gnulib/import/Makefile.in: Update.
9608 * gnulib/import/m4/gnulib-cache.m4: Update.
9609 * gnulib/import/m4/gnulib-comp.m4: Update.
9610 * gnulib/import/m4/strtok_r.m4: New file.
9611 * gnulib/import/strtok_r.c: New file.
9612
f543dc83
PA
96132015-04-09 Pedro Alves <palves@redhat.com>
9614
9615 * gnulib/update-gnulib.sh (aclocal version check): Filter out
9616 "called too early to check prototype".
9617
6d62641c
SDJ
96182015-04-08 Sergio Durigan Junior <sergiodj@redhat.com>
9619
9620 PR python/16699
9621 * python/py-cmd.c (cmdpy_completer_helper): Adjust function to not
9622 use a caching mechanism. Adjust comments and code to reflect
9623 that. Replace 'sizeof' by 'strlen' when fetching 'wordobj'.
9624 (cmdpy_completer_handle_brkchars): Adjust call to
9625 cmdpy_completer_helper. Call Py_XDECREF for 'resultobj'.
9626 (cmdpy_completer): Likewise.
9627
85558555
YQ
96282015-04-08 Yao Qi <yao.qi@linaro.org>
9629
9630 * spu-tdep.c (spu_gdbarch_init): Don't call
9631 set_gdbarch_cannot_step_breakpoint.
9632
d249a14a
SDJ
96332015-04-07 Sergio Durigan Junior <sergiodj@redhat.com>
9634
9635 * linux-tdep.c (decode_vmflags): Initialize 'saveptr'.
9636
8a06aea7
PA
96372015-04-07 Pedro Alves <palves@redhat.com>
9638
9639 * gdbthread.h (ALL_NON_EXITED_THREADS_SAFE): Rename to ...
9640 (ALL_THREADS_SAFE): ... this, and don't skip exited threads.
9641 (delete_exited_threads): New declaration.
9642 * infrun.c (follow_exec): Use ALL_THREADS_SAFE.
9643 * linux-nat.c (linux_nat_update_thread_list): New function.
9644 (linux_nat_add_target): Install it.
9645 * remote.c (remote_update_thread_list): Use ALL_THREADS_SAFE.
9646 * thread.c (prune_threads): Use ALL_THREADS_SAFE.
9647 (delete_exited_threads): New function.
9648
d9b67d9f
PA
96492015-04-07 Pedro Alves <pedro@codesourcery.com>
9650
9651 * infrun.c (resume) <displaced stepping debug output>: Get the
9652 leader thread's regcache, not resume_ptid's.
9653
2c26b84f
DE
96542015-04-06 Doug Evans <xdje42@gmail.com>
9655
9656 * symtab.c (hash_symbol_entry): Hash STRUCT_DOMAIN symbols as
9657 VAR_DOMAIN.
9658 (symbol_cache_lookup): Clarify use of bsc_ptr, slot_ptr parameters.
9659 Include symbol domain in debugging output.
9660
7a85168d
PA
96612015-04-06 Pedro Alves <palves@redhat.com>
9662 Bernd Edlinger <bernd.edlinger@hotmail.de>
9663
9664 * configure.ac: Remove the mingw32-specific stub-termcap.o
9665 fallback, and instead fallback to the stub termcap on all hosts.
9666 * configure: Regenerate.
9667 * stub-termcap.c [!__MINGW32__] (PC, BC, UP): Define as weak
9668 symbols.
9669
25755e2b
PMR
96702015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
9671
9672 * gdbtypes.c (is_dynamic_type_internal): Remove the unused
9673 "top_level" parameter.
9674 (resolve_dynamic_type_internal): Remove the unused "top_level"
9675 parameter. Update call to is_dynamic_type_internal.
9676 (is_dynamic_type): Update call to is_dynamic_type_internal.
9677 (resolve_dynamic_range): Update call to
9678 resolve_dynamic_type_internal.
9679 (resolve_dynamic_union): Likewise.
9680 (resolve_dynamic_struct): Likewise.
9681 (resolve_dynamic_type): Likewise.
9682
961f4160
PMR
96832015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
9684
9685 * gdbtypes.c (is_dynamic_type_internal): Remove special handling of
9686 TYPE_CODE_REF types so that they are not considered as dynamic
9687 depending on the referenced type.
9688 (resolve_dynamic_type_internal): Likewise.
9689
39f3de7c
L
96902015-04-02 H.J. Lu <hongjiu.lu@intel.com>
9691
9692 * Makefile.in (top_srcdir): New.
9693 * configure: Regenerated.
9694
599bd15c
GB
96952015-04-02 Gary Benson <gbenson@redhat.com>
9696
9697 * NEWS: Announce the new default sysroot of "target:".
9698
fed040c6
GB
96992015-04-02 Gary Benson <gbenson@redhat.com>
9700
9701 * main.c (captured_main): Set gdb_sysroot to "target:"
9702 if not otherwise set.
9703
64c0b5de
GB
97042015-04-02 Gary Benson <gbenson@redhat.com>
9705
9706 * exec.c (exec_file_attach): Support "target:" filenames.
9707
b57fbfba
GB
97082015-04-02 Gary Benson <gbenson@redhat.com>
9709
9710 * solib.c (solib_find): Strip "target:" prefix from sysroot
9711 if accessing local files.
9712
97a41605
GB
97132015-04-02 Gary Benson <gbenson@redhat.com>
9714
9715 * symfile.c (symfile_bfd_open): Reorder to remove duplicated
9716 checks and error messages.
9717
2938e6cf
GB
97182015-04-02 Gary Benson <gbenson@redhat.com>
9719
9720 * remote.h (REMOTE_SYSROOT_PREFIX): Remove definition.
9721 (remote_filename_p): Remove declaration.
9722 (remote_bfd_open): Likewise.
9723 * remote.c (remote_bfd_iovec_open): Remove function.
9724 (remote_bfd_iovec_close): Likewise.
9725 (remote_bfd_iovec_pread): Likewise.
9726 (remote_bfd_iovec_stat): Likewise.
9727 (remote_filename_p): Likewise.
9728 (remote_bfd_open): Likewise.
9729 * symfile.h (gdb_bfd_open_maybe_remote): Remove declaration.
9730 * symfile.c (separate_debug_file_exists): Use gdb_bfd_open.
9731 (gdb_bfd_open_maybe_remote): Remove function.
9732 (symfile_bfd_open): Replace remote filename check with
9733 target filename check.
9734 (reread_symbols): Use gdb_bfd_open.
9735 * build-id.c (gdbcore.h): New include.
9736 (build_id_to_debug_bfd): Use gdb_bfd_open.
9737 * infcmd.c (attach_command_post_wait): Remove remote filename
9738 check.
9739 * solib.c (solib_find): Replace remote-specific handling with
9740 target-specific handling. Update comments where necessary.
9741 (solib_bfd_open): Replace remote-specific handling with
9742 target-specific handling.
9743 (gdb_sysroot_changed): New function.
9744 (_initialize_solib): Call the above when gdb_sysroot changes.
9745 * windows-tdep.c (gdbcore.h): New include.
9746 (windows_xfer_shared_library): Use gdb_bfd_open.
9747
f08e97fe
GB
97482015-04-02 Gary Benson <gbenson@redhat.com>
9749
9750 * gdb/gdb_bfd.h (TARGET_SYSROOT_PREFIX): New definition.
9751 (is_target_filename): New declaration.
9752 (gdb_bfd_has_target_filename): Likewise.
9753 (gdb_bfd_open): Update documentation comment.
9754 * gdb_bfd.c (target.h): New include.
9755 (gdb/fileio.h): Likewise.
9756 (is_target_filename): New function.
9757 (gdb_bfd_has_target_filename): Likewise.
9758 (fileio_errno_to_host): Likewise.
9759 (gdb_bfd_iovec_fileio_open): Likewise.
9760 (gdb_bfd_iovec_fileio_pread): Likewise.
9761 (gdb_bfd_iovec_fileio_close): Likewise.
9762 (gdb_bfd_iovec_fileio_fstat): Likewise.
9763 (gdb_bfd_open): Use target fileio to access paths prefixed
9764 with "target:" where necessary.
9765
4bd7dc42
GB
97662015-04-02 Gary Benson <gbenson@redhat.com>
9767
9768 * target.h (struct target_ops) <to_filesystem_is_local>:
9769 New field.
9770 (target_filesystem_is_local): New macro.
9771 * target-delegates.c: Regenerate.
9772 * remote.c (remote_filesystem_is_local): New function.
9773 (init_remote_ops): Initialize to_filesystem_is_local.
9774
9b15c1f0
GB
97752015-04-02 Gary Benson <gbenson@redhat.com>
9776
9777 * target.h (struct target_ops) <to_fileio_fstat>: New field.
9778 (target_fileio_fstat): New declaration.
9779 * target.c (target_fileio_fstat): New function.
9780 * inf-child.c (inf_child_fileio_fstat): Likewise.
9781 (inf_child_target): Initialize to_fileio_fstat.
9782 * remote.c (init_remote_ops): Likewise.
9783
d11916aa
SS
97842015-04-01 Sasha Smundak <asmundak@google.com>
9785
9786 * Makefile.in (SUBDIR_PYTHON_OBJS): Add py-unwind.o.
9787 (SUBDIR_PYTHON_SRCS): Add py-unwind.c.
9788 (py-unwind.o): New recipe.
9789 * NEWS: mention Python frame unwinding.
9790 * data-directory/Makefile.in (PYTHON_FILE_LIST): Add
9791 gdb/unwinder.py and gdb/command/unwinder.py
9792 * python/lib/gdb/__init__.py (packages): Add frame_unwinders
9793 list.
9794 (execute_unwinders): New function.
9795 * python/lib/gdb/command/unwinders.py: New file.
9796 * python/lib/gdb/unwinder.py: New file.
9797 * python/py-objfile.c (objfile_object): Add frame_unwinders field.
9798 (objfpy_dealloc): Decrement frame_unwinders reference count.
9799 (objfpy_initialize): Create frame_unwinders list.
9800 (objfpy_get_frame_unwinders): New function.
9801 (objfpy_set_frame_unwinders): Ditto.
9802 (objfile_getset): Add frame_unwinders attribute to Objfile.
9803 * python/py-progspace.c (pspace_object): Add frame_unwinders field.
9804 (pspy_dealloc): Decrement frame_unwinders reference count.
9805 (pspy_initialize): Create frame_unwinders list.
9806 (pspy_get_frame_unwinders): New function.
9807 (pspy_set_frame_unwinders): Ditto.
9808 (pspy_getset): Add frame_unwinders attribute to gdb.Progspace.
9809 * python/py-unwind.c: New file.
9810 * python/python-internal.h (pspy_get_name_unwinders): New prototype.
9811 (objpy_get_frame_unwinders): New prototype.
9812 (gdbpy_initialize_unwind): New prototype.
9813 * python/python.c (gdbpy_apply_type_printers): Call
9814 gdbpy_initialize_unwind.
9815
6b403daa
PA
98162015-04-01 Pedro Alves <palves@redhat.com>
9817
9818 * infrun.c (resume): Check currently_stepping after clearing
9819 stepped_breakpoint, not before.
9820
1176ecec
PA
98212015-04-01 Pedro Alves <palves@redhat.com>
9822
9823 * infrun.c (print_target_wait_results): Print all the ptid
9824 elements.
9825
de1fe8c8
PA
98262015-04-01 Pedro Alves <palves@redhat.com>
9827
9828 * infrun.c (keep_going): Also discard cleanups if inserting
9829 breakpoints fails.
9830
e6f5c25b
PA
98312015-04-01 Pedro Alves <palves@redhat.com>
9832
9833 * infrun.c (wait_for_inferior): Install the
9834 finish_thread_state_cleanup cleanup across the whole function, not
9835 just around handle_inferior_event.
9836
1ac806b8
PA
98372015-04-01 Pedro Alves <palves@redhat.com>
9838
9839 * infrun.c (resume) <step past permanent breakpoint>: Use
9840 do_target_resume.
9841
2ee52aa4
PA
98422015-04-01 Pedro Alves <palves@redhat.com>
9843
9844 * linux-nat.c (linux_handle_extended_wait): Always call set_running.
9845
5445da1b
PMR
98462015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
9847
9848 * MAINTAINERS (Write After Approval): Add "Pierre-Marie de Rodat".
9849
4eec2deb
PA
98502015-04-01 Pedro Alves <palves@redhat.com>
9851
9852 * linux-thread-db.c (record_thread): Readd the thread to gdb's
9853 list if it was marked exited.
9854
afa59b79
L
98552015-04-01 H.J. Lu <hongjiu.lu@intel.com>
9856
9857 * configure: Regenerated.
9858
df8411da
SDJ
98592015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
9860 Jan Kratochvil <jan.kratochvil@redhat.com>
9861 Oleg Nesterov <oleg@redhat.com>
9862
9863 PR corefiles/16092
9864 * linux-tdep.c: Include 'gdbcmd.h' and 'gdb_regex.h'.
9865 New enum identifying the various options of the coredump_filter
9866 file.
9867 (struct smaps_vmflags): New struct.
9868 (use_coredump_filter): New variable.
9869 (decode_vmflags): New function.
9870 (mapping_is_anonymous_p): Likewise.
9871 (dump_mapping_p): Likewise.
9872 (linux_find_memory_regions_full): New variables
9873 'coredumpfilter_name', 'coredumpfilterdata', 'pid', 'filterflags'.
9874 Removed variable 'modified'. Read /proc/<PID>/smaps file; improve
9875 parsing of its information. Implement memory mapping filtering
9876 based on its contents.
9877 (show_use_coredump_filter): New function.
9878 (_initialize_linux_tdep): New command 'set use-coredump-filter'.
9879 * NEWS: Mention the possibility of using the
9880 '/proc/PID/coredump_filter' file when generating a corefile.
9881 Mention new command 'set use-coredump-filter'.
9882
416f679e
SDJ
98832015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
9884
9885 * solib-svr4.c (solib_svr4_r_ldsomap): Catch possible exception by
9886 read_memory_unsigned_integer.
9887
711a72d3
L
98882015-03-31 H.J. Lu <hongjiu.lu@intel.com>
9889
9890 * Makefile.in (ZLIB): New.
9891 (ZLIBINC): Likewise.
9892 (INTERNAL_CFLAGS_BASE): Add $(ZLIBINC).
9893 (CLIBS): Add $(ZLIB).
9894 * acinclude.m4: (GDB_AC_CHECK_BFD): Add $zlibdir to LDFLAGS.
9895 Add -lz to LIBS.
9896 * gdb_bfd.c: Don't check HAVE_ZLIB_H to include <zlib.h>.
9897 * top.c (print_gdb_configuration): Remove --with-zlib and
9898 --without-zlib.
9899 * config.in: Regenerated.
9900 * configure: Likewise.
9901
d33279b3
AT
99022015-03-31 Antoine Tremblay <antoine.tremblay@ericsson.com>
9903
9904 * NEWS: Mention info os cpus support.
9905 * gdb/nat/linux-osdata.c (linux_xfer_osdata_cpus): New function.
9906 (struct osdata_type): Add cpus entry, reorder the entries in
9907 alphabetical order.
9908
71b30f27
MK
99092015-03-31 Matthias Klose <doko@ubuntu.com>
9910
9911 * compile/compile.c (compile_to_object): Allow triplets with or
9912 without vendor set.
9913
13ce9222
DE
99142015-03-30 Doug Evans <dje@google.com>
9915
9916 PR c++/18141
9917 * cp-namespace.c (cp_search_static_and_baseclasses): Always look for
9918 klass in VAR_DOMAIN.
9919
20f796c9
GB
99202015-03-30 Gary Benson <gbenson@redhat.com>
9921
9922 * remote.c (remote_mourn_1): Remove function. Update all callers
9923 to use remote_mourn.
9924 (extended_remote_mourn_1): Remove function. Update all callers
9925 to use extended_remote_mourn.
9926 (extended_remote_attach_1): Remove function. Update all callers
9927 to use extended_remote_attach.
9928
49d45b20
JB
99292015-03-28 James Bowman <james.bowman@ftdichip.com>
9930
9931 * Makefile.in (ALL_TARGET_OBS): Add ft32-tdep.o.
9932 (HFILES_NO_SRCDIR): Add ft32-tdep.h.
9933 (ALLDEPFILES): Add ft32-tdep.c.
9934 * configure.tgt: Add FT32 entry.
9935 * ft32-tdep.c: New file, FT32 target-dependent code.
9936 * ft32-tdep.h: New file, FT32 target-dependent code.
9937
1c4ff080
JK
99382015-03-27 Jan Kratochvil <jan.kratochvil@redhat.com>
9939
9940 Revert:
9941 2015-03-26 Jan Kratochvil <jan.kratochvil@redhat.com>
9942 Code cleanup.
9943 * printcmd.c (print_command_1): Move expr variable scope.
9944
79498702
JB
99452015-03-27 Joel Brobecker <brobecker@adacore.com>
9946
9947 * dtrace-probe.c (dtrace_process_dof_probe): Initialize expr to NULL.
9948
ce9c0ca1
AK
99492015-03-27 Andrzej Kaczmarek <andrzej.kaczmarek@tieto.com>
9950
9951 * gdb_bfd.c (gdb_bfd_section_index): Fix off-by-one for special
9952 sections.
9953
429e1e81
JB
99542015-03-26 Joel Brobecker <brobecker@adacore.com>
9955
9956 * dtrace-probe.c (dtrace_process_dof_probe): Contain any
9957 exception raised while parsing the probe arguments.
9958 Force parsing to be done using the C language parser.
9959 * expression.h (parse_expression_with_language): Declare.
9960 * parse.c (parse_expression_with_language): New function.
9961
4593441b
JT
99622015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
9963
9964 * MAINTAINERS (Write After Approval): Add "Jon Turney".
9965
ff908ebf
AW
99662015-03-26 Andy Wingo <wingo@igalia.com>
9967
9968 PR symtab/18148
9969 * dwarf2read.c (struct partial_die_info): Add has_const_value
9970 member.
9971 (add_partial_symbol): Don't punt on symbols that have const_value
9972 attributes.
9973 (read_partial_die): Detect DW_AT_const_value.
9974
f30d5c78
JK
99752015-03-26 Jan Kratochvil <jan.kratochvil@redhat.com>
9976
9977 Code cleanup.
9978 * printcmd.c (print_command_1): Move expr variable scope.
9979
8d89f51a
JK
99802015-03-26 Jan Kratochvil <jan.kratochvil@redhat.com>
9981
9982 Code cleanup.
9983 * printcmd.c (validate_format): Make the parameter cmdname const.
9984
0b736949
DB
99852015-03-26 Don Breazeal <donb@codesourcery.com>
9986
9987 * remote.c (_initialize_remote): Update comment.
9988
20d35291
PA
99892015-03-26 Pedro Alves <palves@redhat.com>
9990 Jon TURNEY <jon.turney@dronecode.org.uk>
9991
9992 * coffread.c (coff_symfile_read): When constructing the name of an
9993 import stub symbol from import symbol for amd64, only skip the
9994 char after _imp_ if the target is underscored (like i386) and the
9995 char is indeed the target's leading char.
9996
6a3753b3
PA
99972015-03-25 Pedro Alves <palves@redhat.com>
9998
9999 * target.h <to_async>: Replace 'callback' and 'context' parameters
10000 with boolean 'enable' parameter.
10001 (target_async): Replace CALLBACK and CONTEXT parameters with
10002 boolean ENABLE parameter.
10003 * inf-loop.c (inferior_event_handler): Adjust.
10004 * linux-nat.c (linux_nat_attach, linux_nat_resume)
10005 (linux_nat_resume): Adjust.
10006 (async_client_callback, async_client_context): Delete.
10007 (handle_target_event): Call inferior_event_handler directly.
10008 (linux_nat_async): Replace 'callback' and 'context' parameters
10009 with boolean 'enable' parameter. Adjust. Remove references to
10010 async_client_callback and async_client_context.
10011 (linux_nat_close): Adjust.
10012 * record-btrace.c (record_btrace_async): Replace 'callback' and
10013 'context' parameters with boolean 'enable' parameter. Adjust.
10014 (record_btrace_resume): Adjust.
10015 * record-full.c (record_full_async): Replace 'callback' and
10016 'context' parameters with boolean 'enable' parameter. Adjust.
10017 (record_full_resume, record_full_core_resume): Adjust.
10018 * remote.c (struct remote_state) <async_client_callback,
10019 async_client_context>: Delete fields.
10020 (remote_start_remote, extended_remote_attach_1, remote_resume)
10021 (extended_remote_create_inferior): Adjust.
10022 (remote_async_serial_handler): Call inferior_event_handler
10023 directly.
10024 (remote_async): Replace 'callback' and 'context' parameters with
10025 boolean 'enable' parameter. Adjust.
10026 * top.c (gdb_readline_wrapper_cleanup, gdb_readline_wrapper):
10027 Adjust.
10028 * target-delegates.c: Regenerate.
10029
1c4b552b
GB
100302015-03-25 Gary Benson <gbenson@redhat.com>
10031 Pedro Alves <palves@redhat.com>
10032
10033 * target.c (fileio_ft_t): New typedef, define object vector.
10034 (fileio_fhandles): New static variable.
10035 (is_closed_fileio_fh): New macro.
10036 (lowest_closed_fd): New static variable.
10037 (acquire_fileio_fd): New function.
10038 (release_fileio_fd): Likewise.
10039 (fileio_fd_to_fh): New macro.
10040 (target_fileio_open): Wrap the file descriptor on success.
10041 (target_fileio_pwrite): Updated to use wrapped file descriptor.
10042 (target_fileio_pread): Likewise.
10043 (target_fileio_close): Likewise.
10044
a25d8bf9
PA
100452015-03-24 Pedro Alves <palves@redhat.com>
10046
10047 * thread.c (thread_apply_all_command): Take exited threads into
10048 account.
10049
44a1ee51
PA
100502015-03-24 Pedro Alves <palves@redhat.com>
10051
10052 * infrun.c (resume, proceed): Mention
10053 switch_back_to_stepped_thread, not switch_back_to_stepping.
10054
f3263aa4
PA
100552015-03-24 Pedro Alves <palves@redhat.com>
10056
10057 * infrun.c (user_visible_resume_ptid): Rewrite going from
10058 most-locked to unlocked instead of the opposite. Move comment ...
10059 * infrun.h (user_visible_resume_ptid): ... here.
10060
2bf6fb9d
PA
100612015-03-24 Pedro Alves <palves@redhat.com>
10062
10063 * linux-nat.c (linux_nat_resume): Output debug logs before trying
10064 to resume the event lwp. Use the lwp's ptid instead of the passed
10065 in (maybe wildcard) ptid.
10066 (stop_wait_callback): Tweak debug log output.
10067 (check_stopped_by_breakpoint): Tweak debug log output. Also dump
10068 TRAP_TRACE.
10069 (linux_nat_filter_event): In debug output, distinguish a
10070 resume_stop SIGSTOP from a delayed SIGSTOP. Output debug logs
10071 before trying to resume the lwp.
10072
283a9958
JB
100732015-03-24 Joel Brobecker <brobecker@adacore.com>
10074
10075 * gdbtypes.h (struct dynamic_prop_list) <prop>: Remove
10076 pointer indirection.
10077 * gdbtypes.c (get_dyn_prop): Adjust, following change above.
10078 (add_dyn_prop, copy_dynamic_prop_list): Likewise.
10079
93a8e227
JB
100802015-03-24 Joel Brobecker <brobecker@adacore.com>
10081
10082 * gdbtypes.h (enum dynamic_prop_node_kind) <DYN_PROP_DATA_LOCATION>:
10083 Renames DYN_ATTR_DATA_LOCATION.
10084 (TYPE_DATA_LOCATION): Use DYN_PROP_DATA_LOCATION instead of
10085 DYN_ATTR_DATA_LOCATION.
10086 * dwarf2read.c (set_die_type): Use DYN_PROP_DATA_LOCATION
10087 instead of DYN_ATTR_DATA_LOCATION.
10088
64ce06e4
PA
100892015-03-24 Pedro Alves <palves@redhat.com>
10090
10091 * breakpoint.c (until_break_command): Adjust call to proceed.
10092 * gdbthread.h (struct thread_control_state) <stepping_command>:
10093 New field.
10094 * infcall.c (run_inferior_call): Adjust call to proceed.
10095 * infcmd.c (run_command_1, proceed_thread_callback, continue_1):
10096 Adjust calls to proceed.
10097 (set_step_frame): Set the current thread's step_start_function
10098 here.
10099 (step_once): Adjust calls to proceed.
10100 (jump_command, signal_command, until_next_command)
10101 (finish_backward, finish_forward, proceed_after_attach_callback)
10102 (attach_command_post_wait): Adjust calls to proceed.
10103 * infrun.c (proceed_after_vfork_done): Adjust call to proceed.
10104 (do_target_resume): New function, factored out from ...
10105 (resume): ... here. Remove 'step' parameter. Instead, check
10106 currently_stepping to determine whether the thread should be
10107 single-stepped.
10108 (proceed): Remove 'step' parameter and don't set the thread's
10109 step_start_function here. Adjust call to 'resume'.
10110 (handle_inferior_event): Adjust calls to 'resume'.
10111 (switch_back_to_stepped_thread): Use do_target_resume instead of
10112 'resume'.
10113 (keep_going): Adjust calls to 'resume'.
10114 * infrun.h (proceed): Remove 'step' parameter.
10115 (resume): Likewise.
10116 * windows-nat.c (do_initial_windows_stuff): Adjust call to
10117 'resume'.
10118 * mi/mi-main.c (proceed_thread): Adjust call to 'proceed'.
10119
856e7dd6
PA
101202015-03-24 Pedro Alves <palves@redhat.com>
10121
10122 * gdbthread.h (struct thread_control_state) <stepping_command>:
10123 New field.
10124 * infcmd.c (step_once): Pass step=1 to clear_proceed_status. Set
10125 the thread's stepping_command field.
10126 * infrun.c (resume): Check the thread's stepping_command flag to
10127 determine which threads should be resumed. Rename 'entry_step'
10128 local to user_step.
10129 (clear_proceed_status_thread): Clear 'stepping_command'.
10130 (schedlock_applies): Change parameter type to struct thread_info
10131 pointer. Adjust.
10132 (find_thread_needs_step_over): Remove 'step' parameter. Adjust.
10133 (switch_back_to_stepped_thread): Adjust calls to
10134 'schedlock_applies'.
10135 (_initialize_infrun): Adjust "set scheduler-locking step" help.
10136
885eeb5b
PA
101372015-03-24 Pedro Alves <palves@redhat.com>
10138
10139 * infrun.c (step_start_function): Delete and ...
10140 * gdbthread.h (struct thread_control_state) <step_start_function>:
10141 ... now a field here.
10142 * infrun.c (clear_proceed_status_thread): Clear the thread's
10143 step_start_function.
10144 (proceed, process_event_stop_test, print_stop_event): Adjust.
10145
3333f03a
PA
101462015-03-24 Pedro Alves <palves@redhat.com>
10147
10148 * infrun.c (proceed): No longer handle negative step.
10149
369f6daa
GB
101502015-03-24 Gary Benson <gbenson@redhat.com>
10151
10152 * nat/x86-linux.h (x86_linux_new_thread): New declaration.
10153 (x86_linux_prepare_to_resume): Likewise.
10154 * x86-linux-nat.c (x86_linux_new_thread):
10155 Moved to nat/x86-linux.c.
10156 (x86_linux_prepare_to_resume): Likewise.
10157 * nat/x86-linux.c (x86_linux_new_thread): New function.
10158 (x86_linux_prepare_to_resume): Likewise.
10159
8e5d4070
GB
101602015-03-24 Gary Benson <gbenson@redhat.com>
10161
10162 * nat/x86-linux-dregs.h: New file.
10163 * nat/x86-linux-dregs.c: Likewise.
10164 * Makefile.in (HFILES_NO_SRCDIR): Add nat/x86-linux-dregs.h.
10165 (x86-linux-dregs.o): New rule.
10166 * config/i386/linux.mh (NATDEPFILES): Add x86-linux-dregs.o.
10167 * config/i386/linux64.mh (NATDEPFILES): Likewise.
10168 * x86-linux-nat.c: Include nat/x86-linux-dregs.h.
10169 (u_debugreg_offset): Moved to nat/x86-linux-dregs.c.
10170 (x86_linux_dr_get): Likewise.
10171 (x86_linux_dr_set): Likewise.
10172 (x86_linux_dr_get_addr): Likewise.
10173 (x86_linux_dr_get_control): Likewise.
10174 (x86_linux_dr_get_status): Likewise.
10175 (update_debug_registers_callback): Likewise.
10176 (x86_linux_dr_set_control): Likewise.
10177 (x86_linux_dr_set_addr): Likewise.
10178 (x86_linux_update_debug_registers): Likewise.
10179
2b95d440
GB
101802015-03-24 Gary Benson <gbenson@redhat.com>
10181
10182 * x86-linux-nat.c (x86_linux_update_debug_registers):
10183 New function, factored out from...
10184 (x86_linux_prepare_to_resume): ...this.
10185
14b0bc68
GB
101862015-03-24 Gary Benson <gbenson@redhat.com>
10187
10188 * x86-linux-nat.c (x86_linux_dr_get): Update comments.
10189 (x86_linux_dr_set): Likewise.
10190 (x86_linux_dr_get_addr): Likewise.
10191 (x86_linux_dr_get_control): Likewise.
10192 (x86_linux_dr_get_status): Likewise.
10193 (update_debug_registers_callback): Likewise.
10194 (x86_linux_dr_set_control): Likewise.
10195 (x86_linux_dr_set_addr): Likewise.
10196 (x86_linux_prepare_to_resume): Likewise.
10197 (x86_linux_new_thread): Likewise.
10198
5dfe6ca8
GB
101992015-03-24 Gary Benson <gbenson@redhat.com>
10200
10201 * x86-linux-nat.c (x86_linux_dr_set_addr): Update assertion.
10202 (x86_linux_new_thread): Rename argument.
10203
4b134ca1
GB
102042015-03-24 Gary Benson <gbenson@redhat.com>
10205
10206 * nat/x86-linux.h: New file.
10207 * nat/x86-linux.c: Likewise.
10208 * Makefile.in (HFILES_NO_SRCDIR): Add nat/x86-linux.h.
10209 (x86-linux.o): New rule.
10210 * config/i386/linux.mh (NATDEPFILES): Add x86-linux.o.
10211 * config/i386/linux64.mh (NATDEPFILES): Likewise.
10212 * nat/linux-nat.h (struct arch_lwp_info): New forward declaration.
10213 (lwp_set_arch_private_info): New declaration.
10214 (lwp_arch_private_info): Likewise.
10215 * linux-nat.c (lwp_set_arch_private_info): New function.
10216 (lwp_arch_private_info): Likewise.
10217 * x86-linux-nat.c: Include nat/x86-linux.h.
10218 (arch_lwp_info): Removed structure.
10219 (update_debug_registers_callback):
10220 Use lwp_set_debug_registers_changed.
10221 (x86_linux_prepare_to_resume): Use lwp_debug_registers_changed
10222 and lwp_set_debug_registers_changed.
10223 (x86_linux_new_thread): Use lwp_set_debug_registers_changed.
10224
cff068da
GB
102252015-03-24 Gary Benson <gbenson@redhat.com>
10226
10227 * nat/linux-nat.h (ptid_of_lwp): New declaration.
10228 (lwp_is_stopped): Likewise.
10229 (lwp_stop_reason): Likewise.
10230 * linux-nat.c (ptid_of_lwp): New function.
10231 (lwp_is_stopped): Likewise.
10232 (lwp_is_stopped_by_watchpoint): Likewise.
10233 * x86-linux-nat.c (update_debug_registers_callback):
10234 Use lwp_is_stopped.
10235 (x86_linux_prepare_to_resume): Use ptid_of_lwp and
10236 lwp_stop_reason.
10237
b2f7c7e8
GB
102382015-03-24 Gary Benson <gbenson@redhat.com>
10239
10240 * linux-nat.h (linux_stop_lwp): Move declaration to...
10241 * nat/linux-nat.h (linux_stop_lwp): New declaration.
10242
6d4ee8c6
GB
102432015-03-24 Gary Benson <gbenson@redhat.com>
10244
10245 * linux-nat.h: Include nat/linux-nat.h.
10246 (iterate_over_lwps): Move declaration to nat/linux-nat.h.
10247 * nat/linux-nat.h (struct lwp_info): New forward declaration.
10248 (iterate_over_lwps_ftype): New typedef.
10249 (iterate_over_lwps): New declaration.
10250 * linux-nat.h (iterate_over_lwps): Update comment. Use
10251 iterate_over_lwps_ftype. Update callback return value check.
10252
70a0bb6b
GB
102532015-03-24 Gary Benson <gbenson@redhat.com>
10254
10255 * x86-nat.h (x86_debug_reg_state): Move declaration to...
10256 * nat/x86-dregs.h (x86_debug_reg_state): New declaration.
10257
7b669087
GB
102582015-03-24 Gary Benson <gbenson@redhat.com>
10259
10260 * nat/linux-nat.h (current_lwp_ptid): New declaration.
10261 * linux-nat.c (current_lwp_ptid): New function.
10262 * x86-linux-nat.c: Include nat/linux-nat.h.
10263 (x86_linux_dr_get_addr): Use current_lwp_ptid.
10264 (x86_linux_dr_get_control): Likewise.
10265 (x86_linux_dr_get_status): Likewise.
10266 (x86_linux_dr_set_control): Likewise.
10267 (x86_linux_dr_set_addr): Likewise.
10268
15630549
AT
102692015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
10270
10271 PR breakpoints/16466
10272 * breakpoint.c (create_breakpoint): Set thread on breakpoint struct.
10273
8a4506c0
JB
102742015-03-23 Joel Brobecker <brobecker@adacore.com>
10275
10276 * ser-mingw.c (ser_windows_setparity): Fix indentation.
10277 * ser-unix.c (hardwire_setparity): Likewise.
10278
236af5e3
YG
102792015-03-23 Yurij Grechishhev <yurij.grechishhev@gmail.com>
10280
10281 * NEWS: Mention set/show serial parity command.
10282 * monitor.c (monitor_open): Call serial_setparity.
10283 * remote.c (remote_open_1): Likewise.
10284 * ser-base.c (ser_base_serparity): New function.
10285 * ser-base.h (ser_base_setparity): Add declaration.
10286 * ser-go32.c (dos_ops): Set "setparity" field.
10287 * ser-mingw.c (ser_windows_raw): Do not set state.fParity and
10288 state.Parity.
10289 (ser_windows_setparity): New function.
10290 (hardwire_ops): Add ser_windows_setparity.
10291 (tty_ops): Add NULL for setparity field.
10292 (pipe_ops): Add ser_base_setparity.
10293 (tcp_ops): Likewise.
10294 * ser-pipe.c (pipe_ops): Likewise.
10295 * ser-tcp.c (tcp_ops): Likewise.
10296 * ser-unix.c (hardwire_setparity): Add declaration.
10297 (hardwire_raw): Don't reset PARENB flag.
10298 (hardwire_setparity): New function.
10299 (hardwire_ops): Add hardwire_setparity.
10300 * serial.c (serial_setparity): New function.
10301 (serial_parity): New global.
10302 (parity_none, parity_odd, parity_even, parity_enums, parity):
10303 New static globals.
10304 (set_parity): New function.
10305 (_initialize_serial): Add set/show serial parity commands.
10306 * serial.h (GDBPARITY_NONE): Define.
10307 (GDBPARITY_ODD): Define.
10308 (GDBPARITY_EVEN): Define.
10309 (serial_setparity) Add declaration.
10310 (struct serial_ops): Add setparity field.
10311 * target.h (serial_parity): Add declaration.
10312
32b40af9
KS
103132015-03-23 Keith Seitz <keiths@redhat.com>
10314
10315 * linespec.c (linespec_lexer_lex_keyword): Update comment.
10316
693dca06
KS
103172015-03-23 Keith Seitz <keiths@redhat.com>
10318
10319 * breakpoint.c (parse_breakpoint_sals): Use
10320 linespec_lexer_lex_keyword to ascertain if the user specified
10321 a NULL location.
10322 * linespec.c [IF_KEYWORD_INDEX]: Define.
10323 (linespec_lexer_lex_keyword): Export.
10324 (struct ls_parser) <keyword_ok>: Remove.
10325 A keyword is only a keyword if not followed by another keyword.
10326 (linespec_lexer_lex_one): Remove keyword_ok handling.
10327 Add comment explaining why the parsing stream is not advanced
10328 when a keyword is seen.
10329 (parse_linespec): Remove parser->keyword_ok.
10330 * linespec.h (linespec_lexer_lex_keyword): Add declaration.
10331
7e993ebf
KS
103322015-03-23 Keith Seitz <keiths@redhat.com>
10333
10334 PR gdb/18021
10335 * dwarf2read.c (dwarf2_add_member_fn): Issue a complaint
10336 if we find a static method with DW_AT_vtable_elem_location.
10337
b1a0f704
EZ
103382015-03-21 Eli Zaretskii <eliz@gnu.org>
10339
10340 * tui/tui-io.c (tui_expand_tabs): Reinitialize the column counter
10341 before the second loop, to avoid undefined behavior. Reported by
10342 Anton Blanchard <anton@samba.org>.
10343
d9823cbb
KB
103442015-03-20 Keven Boell <keven.boell@intel.com>
10345
10346 * gdbtypes.c (resolve_dynamic_type_internal): Adapt
10347 data_location usage to linked list.
10348 (resolve_dynamic_type_internal): Adapt data_location to
10349 linked list.
10350 (get_dyn_prop, add_dyn_prop, copy_dynamic_prop_list): New function.
10351 (copy_type_recursive, copy_type): Add copy of linked list.
10352 * gdbtypes.h (enum dynamic_prop_node_kind): New enum.
10353 (struct dynamic_prop_list): New struct.
10354 * dwarf2read.c (set_die_type): Set data_location data.
10355
2e7bf1d7
PA
103562015-03-20 Pedro Alves <palves@redhat.com>
10357
10358 * i386-sol2-tdep.c (i386_sol2_static_transform_name): Move "p" to
10359 inner block and make it const.
10360 * machoread.c (get_archive_prefix_len): Make "lparen" const.
10361
7a26bd4d
PA
103622015-03-20 Pedro Alves <palves@redhat.com>
10363
10364 * breakpoint.c (set_breakpoint_condition): Make argument "exp" const.
10365 * breakpoint.h (set_breakpoint_condition): Update declaration.
10366
cd46431b
PA
103672015-03-20 Pedro Alves <palves@redhat.com>
10368
10369 * tui/tui-io.c (tui_expand_tabs): Make "s1" const.
10370
e28566f7
PA
103712015-03-20 Pedro Alves <palves@redhat.com>
10372
10373 * xcoffread.c (scan_xcoff_symtab): Make "p" and "q" const.
10374
f6fc92f6
PA
103752015-03-20 Pedro Alves <palves@redhat.com>
10376
10377 * remote-m32r-sdi.c (m32r_open): Make "port_str" const.
10378
c32ed3ef
PA
103792015-03-20 Pedro Alves <palves@redhat.com>
10380
10381 * nto-tdep.c (nto_find_and_open_solib): Make "endian" const.
10382 (nto_init_solib_absolute_prefix): Likewise.
10383
53e78085
PA
103842015-03-20 Pedro Alves <palves@redhat.com>
10385
10386 * sparc-sol2-tdep.c (sparc_sol2_static_transform_name): Make "p" const.
10387 * spu-tdep.c (spu_gdbarch_init): Make "name" const.
10388
bc23328c
JK
103892015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10390
10391 * config/djgpp/README: Remove gdb.hp.
10392
e8ffc436
YQ
103932015-03-20 Yao Qi <yao.qi@linaro.org>
10394
10395 * aarch64-tdep.c (aarch64_gdbarch_init): Don't call
10396 set_gdbarch_cannot_step_breakpoint.
10397
23f238d3
PA
103982015-03-19 Pedro Alves <palves@redhat.com>
10399
10400 * linux-nat.c (linux_resume_one_lwp): Rename to ...
10401 (linux_resume_one_lwp_throw): ... this. Don't handle ESRCH here,
10402 instead call perror_with_name.
10403 (check_ptrace_stopped_lwp_gone): New function.
10404 (linux_resume_one_lwp): Reimplement as wrapper around
10405 linux_resume_one_lwp_throw that swallows errors if the LWP is
10406 gone.
10407 (resume_stopped_resumed_lwps): Try register reads in TRY/CATCH and
10408 swallows errors if the LWP is gone. Use
10409 linux_resume_one_lwp_throw instead of linux_resume_one_lwp.
10410
eb54c8bf
PA
104112015-03-19 Pedro Alves <palves@redhat.com>
10412
10413 * linux-nat.c (status_callback): Return early if the LWP has no
10414 status pending.
10415
b90fc188
PA
104162015-03-19 Pedro Alves <palves@redhat.com>
10417
10418 * linux-nat.c (select_event_lwp_callback): Update comment to no
10419 longer mention SIGTRAP.
10420
670f82d4
TG
104212015-03-18 Tristan Gingold <gingold@adacore.com>
10422
72f4393d
L
10423 * amd64-windows-tdep.c (amd64_windows_find_unwind_info): Move
10424 redirection code to ...
10425 (amd64_windows_frame_decode_insns): ... Here. Fix in prologue
10426 checks. Fix SAVE_NONVOL operations. Add debug code and comments.
670f82d4 10427
464b0089
GB
104282015-03-18 Gary Benson <gbenson@redhat.com>
10429
10430 (remote_protocol_features): Remove the "vFile:fstat" feature.
10431 (remote_hostio_fstat): Probe for "vFile:fstat" support.
10432
f68f11b7
YQ
104332015-03-11 Yao Qi <yao.qi@linaro.org>
10434
10435 PR tdep/18107
10436 * aarch64-linux-tdep.c: Include xml-syscall.h
10437 (aarch64_linux_get_syscall_number): New function.
10438 (aarch64_linux_init_abi): Call
10439 set_gdbarch_get_syscall_number.
10440 * syscalls/aarch64-linux.xml: New file.
10441
393bd0c0
YG
104422015-03-17 Yurij Grechishhev <yurij.grechishhev@gmail.com>
10443
10444 * ser-base.h (ser_base_setstopbits): Change second argument name
10445 from "rate" to "num".
10446
7f3647e2
GB
104472015-03-17 Gary Benson <gbenson@redhat.com>
10448 Luke Allardyce <lukeallardyce@gmail.com>
10449
10450 PR gdb/18131
10451 * common/common-remote-fileio.h (sys/stat.h): New include.
10452 (stuct stat): Remove forward declaration.
10453
3ce5b6e2
JB
104542015-03-16 John Baldwin <jhb@FreeBSD.org>
10455
10456 * fbsd-tdep.c (fbsd_make_corefile_notes): Fetch all target registers
10457 before writing core register notes.
10458
d053f6be
YZ
104592015-03-16 Yuanhui Zhang <asmwarrior@gmail.com>
10460 Pedro Alves <palves@redhat.com>
10461
10462 * gdb_curses.h (tgetnum): Mark with EXTERN_C.
10463 * stub-termcap.c (tgetent, tgetnum, tgetflag, tgetstr, tputs)
10464 (tgoto): Wrap with extern "C".
10465
b1a921c8
PA
104662015-03-16 Pedro Alves <palves@redhat.com>
10467 Yuanhui Zhang <asmwarrior@gmail.com>
10468
10469 * stub-termcap.c (tputs): Change prototype.
10470
876d1cd7
YZ
104712015-03-16 Yuanhui Zhang <asmwarrior@gmail.com>
10472 Pedro Alves <palves@redhat.com>
10473
10474 * windows-nat.c (struct thread_info_struct): Rename to ...
10475 (struct windows_thread_info_struct): ... this.
10476 (thread_info): Rename to ...
10477 (windows_thread_info): ... this.
10478 All users updated.
10479
0800b440
JK
104802015-03-14 Jan Kratochvil <jan.kratochvil@redhat.com>
10481 Pedro Alves <palves@redhat.com>
10482
10483 * NEWS: New Removed targets and native configurations.
10484
104852015-03-13 Jan Kratochvil <jan.kratochvil@redhat.com>
61a12cfa
JK
10486
10487 Remove HPUX.
10488 * Makefile.in (ALL_64_TARGET_OBS): Remove ia64-hpux-tdep.o.
10489 (ALL_TARGET_OBS): Remove hppa-hpux-tdep.o, solib-som.o and solib-pa64.o.
10490 (HFILES_NO_SRCDIR): Remove solib-som.h, inf-ttrace.h, solib-pa64.h and
10491 ia64-hpux-tdep.h, solib-ia64-hpux.h.
10492 (ALLDEPFILES): Remove hppa-hpux-tdep.c, hppa-hpux-nat.c,
10493 ia64-hpux-nat.c, ia64-hpux-tdep.c, somread.c and solib-som.c.
10494 * config/djgpp/fnchange.lst: Remove hppa-hpux-nat.c and
10495 hppa-hpux-tdep.c.
10496 * config/ia64/hpux.mh: Remove file.
10497 * config/pa/hpux.mh: Remove file.
10498 * configure: Rebuilt.
10499 * configure.ac (dlgetmodinfo, somread.o): Remove.
10500 * configure.host (hppa*-*-hpux*, ia64-*-hpux*): Make them obsolete.
10501 (ia64-*-hpux*): Remove its float format exception.
10502 * configure.tgt (hppa*-*-hpux*, ia64-*-hpux*): Make them obsolete.
10503 * hppa-hpux-nat.c: Remove file.
10504 * hppa-hpux-tdep.c: Remove file.
10505 * hppa-tdep.c (struct hppa_unwind_info, struct hppa_objfile_private):
10506 Move them here from hppa-tdep.h
10507 (hppa_objfile_priv_data, hppa_init_objfile_priv_data): Make it static.
10508 (hppa_frame_prev_register_helper): Remove HPPA_FLAGS_REGNUM exception.
10509 * hppa-tdep.h (struct hppa_unwind_info, struct hppa_objfile_private):
10510 Move them to hppa-tdep.c.
10511 (hppa_objfile_priv_data, hppa_init_objfile_priv_data): Remove
10512 declarations.
10513 * ia64-hpux-nat.c: Remove file.
10514 * ia64-hpux-tdep.c: Remove file.
10515 * ia64-hpux-tdep.h: Remove file.
10516 * inf-ttrace.c: Remove file.
10517 * inf-ttrace.h: Remove file.
10518 * solib-ia64-hpux.c: Remove file.
10519 * solib-ia64-hpux.h: Remove file.
10520 * solib-pa64.c: Remove file.
10521 * solib-pa64.h: Remove file.
10522 * solib-som.c: Remove file.
10523 * solib-som.h: Remove file.
10524 * somread.c: Remove file.
10525
25268153
JB
105262015-03-13 John Baldwin <jhb@FreeBSD.org>
10527
10528 * configure.ac: AC_SEARCH_LIBS(kinfo_getvmmap, util).
10529 * config.in: Regenerate.
10530 * configure: Regenerate.
10531 * fbsd-nat.c [!HAVE_KINFO_GETVMMAP] (fbsd_read_mapping): Don't
72f4393d 10532 define.
25268153
JB
10533 (fbsd_find_memory_regions): Use kinfo_getvmmap to
10534 enumerate memory regions if present.
10535
773eacf5
JB
105362015-03-13 John Baldwin <jhb@FreeBSD.org>
10537
10538 * amd64fbsd-tdep.c (amd64fbsd_sigtramp_p): Style fixes.
10539 * i386fbsd-tdep.c: Fix style in various gdb_static_assert
10540 expressions.
10541 (i386fbsd_sigtramp_p): Likewise.
10542
01b6bdb0
JB
105432015-03-12 John Baldwin <jhb@FreeBSD.org>
10544
10545 * MAINTAINERS (Write After Approval): Add John Baldwin.
10546
811a659a
GB
105472015-03-12 Gary Benson <gbenson@redhat.com>
10548
10549 * solib.c (_initialize_solib): Make "set/show sysroot" use
10550 add_setshow_optional_filename_cmd so it can be restored to
10551 empty after being set.
10552
10304ef3
SDJ
105532015-03-11 Sergio Durigan Junior <sergiodj@redhat.com>
10554
10555 * Makefile.in (SFILES): New source break-catch-syscall.c.
10556 (COMMON_OBS): New object break-catch-syscall.o.
10557 * break-catch-syscall.c: New file.
10558 * breakpoint.c: Remove inclusion of "xml-syscall.h".
10559 (syscall_catchpoint_p): Move declaration to break-catch-syscall.c
10560 (struct syscall_catchpoint): Likewise.
10561 (dtor_catch_syscall): Likewise.
10562 (catch_syscall_inferior_data): Likewise.
10563 (struct catch_syscall_inferior_data): Likewise.
10564 (get_catch_syscall_inferior_data): Likewise.
10565 (catch_syscall_inferior_data_cleanup): Likewise.
10566 (insert_catch_syscall): Likewise.
10567 (remove_catch_syscall): Likewise.
10568 (breakpoint_hit_catch_syscall): Likewise.
10569 (print_it_catch_syscall): Likewise.
10570 (print_one_catch_syscall): Likewise.
10571 (print_mention_catch_syscall): Likewise.
10572 (print_recreate_catch_syscall): Likewise.
10573 (catch_syscall_breakpoint_ops): Likewise.
10574 (syscall_catchpoint_p): Likewise.
10575 (create_syscall_event_catchpoint): Likewise.
10576 (catch_syscall_split_args): Likewise.
10577 (catch_syscall_command_1): Likewise.
10578 (is_syscall_catchpoint_enabled): Likewise.
10579 (catch_syscall_enabled): Likewise.
10580 (catching_syscall_number): Likewise.
10581 (catch_syscall_completer): Likewise.
10582 (clear_syscall_counts): Likewise.
10583 (initialize_breakpoint_ops): Move initialization of syscall
10584 catchpoints to break-catch-syscall.c.
10585 (_initialize_breakpoint): Move code related to syscall catchpoints
10586 to break-catch-syscall.c.
10587
badd37ce
SDJ
105882015-03-11 Sergio Durigan Junior <sergiodj@redhat.com>
10589
10590 * breakpoint.c (breakpoint_find_if): New function.
10591 * breakpoint.h (breakpoint_find_if): New prototype.
10592
0a93529c
GB
105932015-03-11 Gary Benson <gbenson@redhat.com>
10594
10595 * remote-fileio.h (remote_fileio_to_host_stat): New declaration.
10596 * remote-fileio.c (remote_fileio_to_host_uint): New function.
10597 (remote_fileio_to_host_ulong): Likewise.
10598 (remote_fileio_to_host_mode): Likewise.
10599 (remote_fileio_to_host_time): Likewise.
10600 (remote_fileio_to_host_stat): Likewise.
10601 * remote.c (PACKET_vFile_fstat): New enum value.
10602 (remote_protocol_features): Register the "vFile:fstat" feature.
10603 (remote_hostio_fstat): New function.
10604 (remote_bfd_iovec_stat): Use the above.
10605 (_initialize_remote): Register new "set/show remote
10606 hostio-fstat-packet" command.
10607 * symfile.c (separate_debug_file_exists): Update comment.
10608 * NEWS: Announce new vFile:fstat packet.
10609
791c0056
GB
106102015-03-11 Gary Benson <gbenson@redhat.com>
10611
10612 * common/common-remote-fileio.h: New file.
10613 * common/common-remote-fileio.c: Likewise.
10614 * Makefile.in (SFILES): Add common/common-remote-fileio.c.
10615 (HFILES_NO_SRCDIR): Add common/common-remote-fileio.h.
10616 (COMMON_OBS): Add common-remote-fileio.o.
10617 (common-remote-fileio.o): New rule.
10618 * remote-fileio.h (common-remote-fileio.h): New include.
10619 * remote-fileio.c (gdb/fileio.h): Do not include.
10620 (remote_fileio_to_be): Moved to common-remote-fileio.h.
10621 (remote_fileio_to_fio_uint): Likewise.
10622 (remote_fileio_to_fio_time): Likewise.
10623 (remote_fileio_mode_to_target): Moved to common-remote-fileio.c.
10624 (remote_fileio_to_fio_mode): Likewise.
10625 (remote_fileio_to_fio_ulong): Likewise.
10626 (remote_fileio_to_fio_stat): Likewise.
10627
1390d0ef
AW
106282015-03-11 Andy Wingo <wingo@igalia.com>
10629
10630 * guile/scm-value.c (gdbscm_value_dynamic_type): Fix typo in which
10631 we were checking the cached type, not the cached dynamic type.
10632
84a4591a
AW
106332015-03-11 Andy Wingo <wingo@igalia.com>
10634
10635 * guile/scm-cmd.c (cmdscm_destroyer): Don't xfree the name and
10636 other strings, as these are on the GC'd heap, and will be
10637 collected along with the smob.
10638
85642ba0
AW
106392015-03-11 Andy Wingo <wingo@igalia.com>
10640
10641 * guile/scm-objfile.c (gdbscm_objfile_progspace): New function.
10642 (objfile_functions): Bind gdbscm_objfile_progspace to
10643 objfile-progspace.
10644 * guile/lib/gdb.scm: Add objfile-progspace to exports.
10645
92fab5a6
AW
106462015-03-11 Andy Wingo <wingo@igalia.com>
10647
10648 * guile/guile.c (_initialize_guile): Disable automatic
10649 finalization, if Guile offers us that possibility.
10650 * guile/guile.c (call_initialize_gdb_module):
10651 * guile/scm-safe-call.c (gdbscm_with_catch): Arrange to run
10652 finalizers in appropriate places.
10653 * configure.ac (AC_TRY_LIBGUILE): Add a check for
10654 scm_set_automatic_finalization_enabled.
10655 * configure: Regenerated.
10656
f054145e
AA
106572015-03-11 Andreas Arnez <arnez@linux.vnet.ibm.com>
10658
10659 * s390-linux-tdep.c (s390_skip_prologue): Skip the prologue using
10660 SAL, if possible.
10661
18396193
AA
106622015-03-11 Andreas Arnez <arnez@linux.vnet.ibm.com>
10663
10664 * s390-linux-nat.c (struct arch_lwp_info): New.
10665 (s390_fix_watch_points): Rename to...
10666 (s390_prepare_to_resume): ...this. Skip the PER info update
10667 unless the watch points have changed.
10668 (s390_refresh_per_info, s390_new_thread): New functions.
10669 (s390_insert_watchpoint): Call s390_refresh_per_info instead of
10670 s390_fix_watch_points.
10671 (s390_remove_watchpoint): Likewise.
10672 (_initialize_s390_nat): Reflect renaming of s390_fix_watch_points.
10673 Register s390_prepare_to_resume.
10674
9eb1356e
PA
106752015-03-09 Pedro Alves <palves@redhat.com>
10676
10677 Revert:
10678 2015-03-07 Pedro Alves <palves@redhat.com>
10679 * common/gdb_socket.h: New file.
10680 * ser-tcp.c: Include gdb_socket.h. Don't include netinet/in.h nor
10681 sys/socket.h.
10682 (net_open): Use union gdb_sockaddr_u.
10683
aac331e4
PA
106842015-03-07 Pedro Alves <palves@redhat.com>
10685
10686 * configure.ac (build_warnings): Move -Wmissing-prototypes
10687 -Wdeclaration-after-statement -Wmissing-parameter-type
10688 -Wold-style-declaration -Wold-style-definition to the C-specific
10689 set.
10690 * configure: Regenerate.
10691
366c75fc
PA
106922015-03-07 Pedro Alves <palves@redhat.com>
10693
10694 * common/gdb_socket.h: New file.
10695 * ser-tcp.c: Include gdb_socket.h. Don't include netinet/in.h nor
10696 sys/socket.h.
10697 (net_open): Use union gdb_sockaddr_u.
10698
72df25b2
PA
106992015-03-07 Pedro Alves <palves@redhat.com>
10700
10701 * common/common-exceptions.c [!__cplusplus] (enum catcher_state)
10702 (exceptions_state_mc_action_iter)
10703 (exceptions_state_mc_action_iter_1, exceptions_state_mc_catch):
10704 Don't define.
10705 [__cplusplus] (try_scope_depth): New global.
10706 [__cplusplus] (exception_try_scope_entry)
10707 (exception_try_scope_exit, gdb_exception_sliced_copy)
10708 (exception_rethrow): New functions.
10709 (throw_exception): In C++ mode, throw
10710 gdb_exception_RETURN_MASK_QUIT for RETURN_QUIT and
10711 gdb_exception_RETURN_MASK_ERROR for RETURN_ERROR.
10712 (throw_it): In C++ mode, use try_scope_depth.
10713 * common/common-exceptions.h [!__cplusplus]
10714 (exceptions_state_mc_action_iter)
10715 (exceptions_state_mc_action_iter_1, exceptions_state_mc_catch):
10716 Don't declare.
10717 [__cplusplus] (exception_try_scope_entry)
10718 (exception_try_scope_exit, exception_rethrow): Declare.
10719 [__cplusplus] (struct exception_try_scope): New struct.
10720 [__cplusplus] (TRY, CATCH, END_CATCH): Reimplement on top of real
10721 C++ exceptions.
10722 (struct gdb_exception_RETURN_MASK_ALL)
10723 (struct gdb_exception_RETURN_MASK_ERROR)
10724 (struct gdb_exception_RETURN_MASK_QUIT): New types.
10725
284e6217
PA
107262015-03-07 Pedro Alves <palves@redhat.com>
10727
10728 * main.c (handle_command_errors): Remove volatile qualifier from
10729 parameter.
10730
6c63c96a
PA
107312015-03-07 Pedro Alves <palves@redhat.com>
10732
10733 * breakpoint.c (save_breakpoints): Adjust to avoid code between
10734 TRY and CATCH.
10735 * gdbtypes.c (safe_parse_type): Remove empty line.
10736 (types_deeply_equal):
10737 * guile/scm-frame.c (gdbscm_frame_name):
10738 * linux-thread-db.c (find_new_threads_once):
10739 * python/py-breakpoint.c (bppy_get_commands):
10740 * record-btrace.c (record_btrace_insert_breakpoint)
10741 (record_btrace_remove_breakpoint, record_btrace_start_replaying)
10742 (record_btrace_start_replaying): Adjust to avoid code between TRY
10743 and CATCH.
10744
492d29ea
PA
107452015-03-07 Pedro Alves <palves@redhat.com>
10746
10747 * common/common-exceptions.c (struct catcher) <exception>: No
10748 longer a pointer to volatile exception. Now an exception value.
10749 <mask>: Delete field.
10750 (exceptions_state_mc_init): Remove all parameters. Adjust.
10751 (exceptions_state_mc): No longer pop the catcher here.
10752 (exceptions_state_mc_catch): New function.
10753 (throw_exception): Adjust.
10754 * common/common-exceptions.h (exceptions_state_mc_init): Remove
10755 all parameters.
10756 (exceptions_state_mc_catch): Declare.
10757 (TRY_CATCH): Rename to ...
10758 (TRY): ... this. Remove EXCEPTION and MASK parameters.
10759 (CATCH, END_CATCH): New.
10760 All callers adjusted.
10761
ece957c8
TT
107622015-03-07 Tom Tromey <tromey@redhat.com>
10763
10764 * top.c (quit_force): Inline and delete DO_TRY, DO_PRINT_EX.
10765
7556d4a4
PA
107662015-03-07 Pedro Alves <palves@redhat.com>
10767
10768 * amd64-tdep.c (amd64_frame_cache, amd64_sigtramp_frame_cache)
10769 (amd64_epilogue_frame_cache): Normal exception handling code.
10770 * break-catch-throw.c (check_status_exception_catchpoint)
10771 (re_set_exception_catchpoint): Ditto.
10772 * cli/cli-interp.c (safe_execute_command):
10773 * cli/cli-script.c (script_from_file): Ditto.
10774 * compile/compile-c-symbols.c (generate_c_for_for_one_variable):
10775 Ditto.
10776 * compile/compile-object-run.c (compile_object_run): Ditto.
10777 * cp-abi.c (baseclass_offset): Ditto.
10778 * cp-valprint.c (cp_print_value): Ditto.
10779 * exceptions.c (catch_exceptions_with_msg):
10780 * frame-unwind.c (frame_unwind_try_unwinder): Ditto.
10781 * frame.c (get_frame_address_in_block_if_available): Ditto.
10782 * i386-tdep.c (i386_frame_cache, i386_epilogue_frame_cache)
10783 (i386_sigtramp_frame_cache): Ditto.
10784 * infcmd.c (post_create_inferior): Ditto.
10785 * linespec.c (parse_linespec, find_linespec_symbols):
10786 * p-valprint.c (pascal_object_print_value): Ditto.
10787 * parse.c (parse_expression_for_completion): Ditto.
10788 * python/py-finishbreakpoint.c (bpfinishpy_init): Ditto.
10789 * remote.c (remote_get_noisy_reply): Ditto.
10790 * s390-linux-tdep.c (s390_frame_unwind_cache): Ditto.
10791 * solib-svr4.c (solib_svr4_r_map): Ditto.
10792
f873665f 107932015-03-06 Gary Benson <gbenson@redhat.com>
61012eef
GB
10794
10795 * common/common-utils.h (startswith): New inline function.
10796 All places where this logic was used updated to use the above.
10797
68901c4d
PA
107982015-03-05 Pedro Alves <palves@redhat.com>
10799
10800 PR gdb/18002
10801 * mem-break.c (default_memory_insert_breakpoint): Set shadow_len
10802 after reading the breakpoint's shadow memory.
10803
2dcb2b1a
MK
108042015-03-05 Mark Kettenis <kettenis@gnu.org>
10805
10806 * hppabsd-nat.c: Remove file.
10807 * hppaobsd-nat.c: New file.
10808 * Makefile.in (ALLDEPFILES): Remove hppabsd-nat.c. Add
10809 hppaobsd-nat.c.
10810 * config/pa/obsd.mh (NATDEPFILES): Replace hppabsd-nat.o with
10811 hppaobsd-nat.o.
10812
527a273a
PA
108132015-03-04 Pedro Alves <palves@redhat.com>
10814
10815 * target.h (struct target_ops) <to_decr_pc_after_break>: Delete.
10816 (target_decr_pc_after_break): Delete declaration.
10817 * target.c (default_target_decr_pc_after_break)
10818 (target_decr_pc_after_break): Delete.
10819 * linux-nat.c (check_stopped_by_breakpoint, linux_nat_wait_1): Use
10820 gdbarch_decr_pc_after_break instead of target_decr_pc_after_break.
10821 * linux-thread-db.c (check_event): Likewise.
10822 * infrun.c (adjust_pc_after_break): Likewise.
10823 * darwin-nat.c (cancel_breakpoint): Likewise.
10824 * aix-thread.c (aix_thread_wait): Likewise.
10825 * target-delegates.c: Regenerate.
10826
faf09f01
PA
108272015-03-04 Pedro Alves <palves@redhat.com>
10828
10829 * linux-nat.c (save_sigtrap): Check for breakpoints before
10830 checking watchpoints.
10831 (status_callback) [USE_SIGTRAP_SIGINFO]: Don't check whether a
10832 breakpoint is inserted if relying on SIGTRAP's siginfo.si_code.
10833 (check_stopped_by_breakpoint) [USE_SIGTRAP_SIGINFO]: Decide whether
10834 a breakpoint triggered based on the SIGTRAP's siginfo.si_code.
10835 (linux_nat_stopped_by_sw_breakpoint)
10836 (linux_nat_supports_stopped_by_sw_breakpoint)
10837 (linux_nat_stopped_by_hw_breakpoint)
10838 (linux_nat_supports_stopped_by_hw_breakpoint): New functions.
10839 (linux_nat_wait_1): Don't re-increment the PC if relying on
10840 SIGTRAP's siginfo->si_code.
10841 (linux_nat_add_target): Install new target methods.
10842 * linux-thread-db.c (check_event): Don't account for breakpoint PC
10843 offset if the target already adjusted the PC.
10844 * nat/linux-ptrace.h (USE_SIGTRAP_SIGINFO): New.
10845 (GDB_ARCH_TRAP_BRKPT): New.
10846 (TRAP_HWBKPT): Define if not already defined.
10847
f7e6eed5
PA
108482015-03-04 Pedro Alves <palves@redhat.com>
10849
10850 * NEWS: Mention the new "swbreak" and "hwbreak" stop reasons.
10851 * remote.c (struct remote_state) <remote_stopped_by_watchpoint_p>:
10852 Delete field.
10853 <stop_reason>: New field.
10854 (PACKET_swbreak_feature, PACKET_hwbreak_feature): New enum values.
10855 (packet_set_cmd_state): New function.
10856 (remote_protocol_features): Register the "swbreak" and "hwbreak"
10857 features.
10858 (remote_query_supported): If not disabled with the corresponding
10859 "set remote foo-packet" command, report support for the swbreak
10860 and hwbreak features.
10861 (struct stop_reply) <remote_stopped_by_watchpoint_p>: Delete
10862 field.
10863 <stop_reason>: New field.
10864 (remote_parse_stop_reply): Handle "swbreak" and "hwbreak".
10865 (remote_wait_as): Adjust.
10866 (remote_stopped_by_sw_breakpoint)
10867 (remote_supports_stopped_by_sw_breakpoint)
10868 (remote_stopped_by_hw_breakpoint)
10869 (remote_supports_stopped_by_hw_breakpoint): New functions.
10870 (remote_stopped_by_watchpoint): New function.
10871 (init_remote_ops): Install them.
10872 (_initialize_remote): Register new "set/show remote
10873 swbreak-feature-packet" and "set/show remote
10874 swbreak-feature-packet" commands.
10875
9e8915c6
PA
108762015-03-04 Pedro Alves <palves@redhat.com>
10877
10878 * btrace.h: Include target/waitstatus.h.
10879 (struct btrace_thread_info) <stop_reason>: New field.
10880 * record-btrace.c (record_btrace_step_thread): Use
10881 record_check_stopped_by_breakpoint instead of breakpoint_here_p.
10882 (record_btrace_decr_pc_after_break): Delete.
10883 (record_btrace_stopped_by_sw_breakpoint)
10884 (record_btrace_supports_stopped_by_sw_breakpoint)
10885 (record_btrace_stopped_by_hw_breakpoint)
10886 (record_btrace_supports_stopped_by_hw_breakpoint): New functions.
10887 (init_record_btrace_ops): Install them.
10888 * record-full.c (record_full_hw_watchpoint): Delete and replace
10889 with ...
10890 (record_full_stop_reason): ... this throughout.
10891 (record_full_exec_insn): Adjust.
10892 (record_full_wait_1): Adjust. No longer re-increment the PC.
10893 (record_full_wait_1): Adjust. Use
10894 record_check_stopped_by_breakpoint instead of breakpoint_here_p.
10895 (record_full_stopped_by_watchpoint): Adjust.
10896 (record_full_stopped_by_sw_breakpoint)
10897 (record_full_supports_stopped_by_sw_breakpoint)
10898 (record_full_supports_stopped_by_sw_breakpoint)
10899 (record_full_stopped_by_hw_breakpoint)
10900 (record_full_supports_stopped_by_hw_breakpoint): New functions.
10901 (init_record_full_ops, init_record_full_core_ops): Install them.
10902 * record.c (record_check_stopped_by_breakpoint): New function.
10903 * record.h: Include target/waitstatus.h.
10904 (record_check_stopped_by_breakpoint): New declaration.
10905
15c66dd6
PA
109062015-03-04 Pedro Alves <palves@redhat.com>
10907
10908 enum lwp_stop_reason -> enum target_stop_reason
10909 * linux-nat.c (linux_resume_one_lwp, check_stopped_by_watchpoint)
10910 (linux_nat_stopped_by_watchpoint, status_callback)
10911 (linux_nat_wait_1): Adjust.
10912 * linux-nat.h (enum lwp_stop_reason): Delete.
10913 (struct lwp_info) <stop_reason>: Now an enum target_stop_reason.
10914 * x86-linux-nat.c (x86_linux_prepare_to_resume): Adjust.
10915 * target/waitstatus.h (enum target_stop_reason): New.
10916
1cf4d951
PA
109172015-03-04 Pedro Alves <palves@redhat.com>
10918
10919 * breakpoint.c (need_moribund_for_location_type): New function.
10920 (bpstat_stop_status): Don't skipping checking moribund locations
10921 of breakpoint types which the target tell caused a stop.
10922 (program_breakpoint_here_p): New function, factored out from ...
10923 (bp_loc_is_permanent): ... this.
10924 (update_global_location_list): Don't create a moribund location if
10925 the target supports reporting stops of the type of the removed
10926 breakpoint.
10927 * breakpoint.h (program_breakpoint_here_p): New declaration.
10928 * infrun.c (adjust_pc_after_break): Return early if the target has
10929 already adjusted the PC. Add comments.
10930 (handle_signal_stop): If nothing explains a signal, and the target
10931 tells us the stop was caused by a software breakpoint, check if
10932 there's a breakpoint instruction in the memory. If so, adjust the
10933 PC before presenting the stop to the user. Otherwise, ignore the
10934 trap. If nothing explains a signal, and the target tells us the
10935 stop was caused by a hardware breakpoint, ignore the trap.
10936 * target.h (struct target_ops) <to_stopped_by_sw_breakpoint,
10937 to_supports_stopped_by_sw_breakpoint, to_stopped_by_hw_breakpoint,
10938 to_supports_stopped_by_hw_breakpoint>: New fields.
10939 (target_stopped_by_sw_breakpoint)
10940 (target_supports_stopped_by_sw_breakpoint)
10941 (target_stopped_by_hw_breakpoint)
10942 (target_supports_stopped_by_hw_breakpoint): Define.
10943 * target-delegates.c: Regenerate.
10944
79639e11
PA
109452015-03-04 Pedro Alves <palves@redhat.com>
10946
10947 * infrun.c (follow_fork_inferior): Use the whole of the
10948 inferior_ptid and pending_follow.related_pid ptids instead of
10949 building ptids from the process components. Adjust verbose output
10950 to use target_pid_to_str.
10951 * linux-nat.c (linux_child_follow_fork): Use the whole of the
10952 inferior_ptid and pending_follow.related_pid ptids instead of
10953 building ptids from the process components.
10954
e85e8e5e
MK
109552015-03-04 Mark Kettenis <kettenis@gnu.org>
10956
10957 * inf-ptrace.c [PT_GET_PROCESS_STATE]
10958 (inf_ptrace_insert_fork_catchpoint): New function.
10959 (inf_ptrace_remove_fork_catchpoint): New function.
10960 (inf_ptrace_target) [PT_GET_PROCESS_STATE]: Install them.
10961
87de11c0
AA
109622015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
10963
10964 * s390-linux-tdep.c (s390_register_name): Return empty string
10965 instead of NULL for registers that shouldn't be visible.
10966
d851a69a
AA
109672015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
10968
10969 * s390-linux-tdep.c (s390_gdbarch_init): Use the correct syscall
10970 XML file for 64-bit targets.
10971
b072f6c1
SM
109722015-03-03 Simon Marchi <simon.marchi@ericsson.com>
10973
10974 * target.h (find_default_create_inferior): Remove declaration.
10975 (find_default_attach): Likewise.
10976
c1593e4f
PA
109772015-03-03 Pedro Alves <palves@redhat.com>
10978
10979 * inf-ptrace.c (inf_ptrace_resume): Remove spurious whitespace.
10980 Use ptid_get_pid to get the overall process id when resuming all
10981 threads.
10982
90ad5e1d
PA
109832015-03-03 Pedro Alves <palves@redhat.com>
10984
10985 * i386-linux-nat.c (i386_linux_resume): Get the ptrace PID out of
10986 the lwp field of ptid. Pass the full ptid to get_thread_regcache.
10987 * inf-ptrace.c (get_ptrace_pid): New function.
10988 (inf_ptrace_resume): Use it.
10989 * linux-nat.c (linux_resume_one_lwp): Pass the LWP's ptid ummodified
10990 to the lower layer.
10991
d68e53f4
MM
109922015-03-03 Markus Metzger <markus.t.metzger@intel.com>
10993
10994 * nat/linux-btrace.c: Include sys/utsname.h.
10995 (linux_determine_kernel_ptr_bits): New.
10996 (linux_enable_bts): Call linux_determine_kernel_ptr_bits.
10997 * x86-linux-nat.c (x86_linux_enable_btrace): Do not overwrite non-zero
10998 ptr_bits.
10999
986b6601
MM
110002015-03-03 Markus Metzger <markus.t.metzger@intel.com>
11001
11002 * btrace.c (ftrace_update_function): Treat return as tailcall for
11003 "_dl_runtime_resolve".
11004
ce0dfbea
MM
110052015-03-03 Markus Metzger <markus.t.metzger@intel.com>
11006
11007 * btrace.h (btrace_function) <lbegin, lend>: Remove.
11008 * btrace.c (ftrace_debug): Do not print the line range.
11009 (ftrace_skip_file, ftrace_update_lines): Remove.
11010 (ftrace_new_function): Remove lbegin and lend initialization.
11011 (btrace_compute_ftrace_bts): Remove call to ftrace_update_lines.
11012 * record-btrace.c (btrace_compute_src_line_range): New.
11013 (btrace_call_history_src_line): Call btrace_compute_src_line_range.
11014
95e50b27
PA
110152015-03-02 Pedro Alves <palves@redhat.com>
11016
11017 * infrun.c (follow_exec): Delete all threads of the process except
11018 the event thread. Extended comments.
11019
00e474c2
JB
110202015-03-02 Joel Brobecker <brobecker@adacore.com>
11021
11022 * contrib/ari/gdb_ari.sh: Reinstate checks for "true" and "false".
11023
cc7039d3
JB
110242015-03-02 Joel Brobecker <brobecker@adacore.com>
11025
11026 * utils.h: Remove <stdbool.h> #include.
11027 (producer_is_gcc): Change return type to "int".
11028 * utils.c (producer_is_gcc): Change return type to int.
11029 Return 1 instead of true, and 0 instead of false.
11030 Adjust function documentation accordingly.
11031
550bdf96
AA
110322015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
11033
11034 * s390-linux-nat.c (have_regset_vxrs): New static variable.
11035 (s390_linux_fetch_inferior_registers): Handle vector registers, if
11036 present.
11037 (s390_linux_store_inferior_registers): Likewise.
11038 (s390_get_hwcap): Remove function. Embed its logic...
11039 (s390_read_description): ...here. Yield a target description with
11040 vector registers if applicable.
11041 * s390-linux-tdep.c: Include "features/s390-vx-linux64.c",
11042 "features/s390-tevx-linux64.c", "features/s390x-vx-linux64.c", and
11043 "features/s390x-tevx-linux64.c".
11044 (struct gdbarch_tdep) <v0_full_regnum>: New field.
11045 (s390_dwarf_regmap): Add vector registers. Remove bogus entries
11046 for "GNU/Linux-specific registers".
11047 (s390_dwarf_reg_r0l): New enum value.
11048 (s390_dwarf_reg_to_regnum): Support vector registers.
11049 (s390_adjust_frame_regnum): Adjust pseudo DWARF register numbers
11050 of GPR lower halves.
11051 (regnum_is_vxr_full): New function.
11052 (s390_register_name): New function.
11053 (s390_pseudo_register_name): Handle v0-v15, which are composed of
11054 f0-f15 and v0l-v15l.
11055 (s390_pseudo_register_type): Likewise.
11056 (s390_pseudo_register_read): Likewise.
11057 (s390_pseudo_register_write): Likewise.
11058 (s390_value_from_register): Account for the fact that values are
11059 placed left-justified in vector registers.
11060 (s390_pseudo_register_reggroup_p): Add pseudo registers v0-v15 to
11061 the vector reggroup and omit them from the general reggroup.
11062 (s390_regmap_vxrs_low, s390_regmap_vxrs_high): New register maps.
11063 (s390_vxrs_low_regset, s390_vxrs_high_regset): New regsets.
11064 (s390_iterate_over_regset_sections): Add iterations for the two
11065 new vector regsets.
11066 (s390_core_read_description): Yield a target description with
11067 vector registers if applicable.
11068 (s390_gdbarch_init): Handle target descriptions with vector
11069 registers. Add "register_name" gdbarch method.
11070 (_initialize_s390_tdep): Call new tdesc initialization functions.
11071 * s390-linux-tdep.h (HWCAP_S390_VX): New macro.
11072 (S390_V0_LOWER_REGNUM, S390_V1_LOWER_REGNUM, S390_V2_LOWER_REGNUM)
11073 (S390_V3_LOWER_REGNUM, S390_V4_LOWER_REGNUM, S390_V5_LOWER_REGNUM)
11074 (S390_V6_LOWER_REGNUM, S390_V7_LOWER_REGNUM, S390_V8_LOWER_REGNUM)
11075 (S390_V9_LOWER_REGNUM, S390_V10_LOWER_REGNUM)
11076 (S390_V11_LOWER_REGNUM, S390_V12_LOWER_REGNUM)
11077 (S390_V13_LOWER_REGNUM, S390_V14_LOWER_REGNUM)
11078 (S390_V15_LOWER_REGNUM, S390_V16_REGNUM, S390_V17_REGNUM)
11079 (S390_V18_REGNUM, S390_V19_REGNUM, S390_V20_REGNUM)
11080 (S390_V21_REGNUM, S390_V22_REGNUM, S390_V23_REGNUM)
11081 (S390_V24_REGNUM, S390_V25_REGNUM, S390_V26_REGNUM)
11082 (S390_V27_REGNUM, S390_V28_REGNUM, S390_V29_REGNUM)
11083 (S390_V30_REGNUM, S390_V31_REGNUM): New macros.
11084 (S390_NUM_REGS): Adjust value.
11085 (s390_vxrs_low_regset, s390_vxrs_high_regset): Declare.
11086 (tdesc_s390_vx_linux64, tdesc_s390_tevx_linux64)
11087 (tdesc_s390x_vx_linux64, tdesc_s390x_tevx_linux64): Likewise.
11088 * NEWS: Announce S/390 vector register support.
11089
446899e4
AA
110902015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
11091
11092 * features/s390-tevx-linux64.xml: New file.
11093 * features/s390-vx-linux64.xml: New file.
11094 * features/s390-vx.xml: New file.
11095 * features/s390x-tevx-linux64.xml: New file.
11096 * features/s390x-vx-linux64.xml: New file.
11097 * features/Makefile (WHICH): Add s390-vx-linux64,
11098 s390x-vx-linux64, s390-tevx-linux64, and s390x-tevx-linux64.
11099 (s390-vx-linux64-expedite, s390-tevx-linux64-expedite)
11100 (s390x-vx-linux64-expedite, s390x-tevx-linux64-expedite): New
11101 macros.
11102 * features/s390-tevx-linux64.c: New generated file.
11103 * features/s390-vx-linux64.c: Likewise.
11104 * features/s390x-tevx-linux64.c: Likewise.
11105 * features/s390x-vx-linux64.c: Likewise.
11106 * regformats/s390-tevx-linux64.dat: Likewise.
11107 * regformats/s390-vx-linux64.dat: Likewise.
11108 * regformats/s390x-tevx-linux64.dat: Likewise.
11109 * regformats/s390x-vx-linux64.dat: Likewise.
11110
b7236fbe
DE
111112015-02-28 Doug Evans <xdje42@gmail.com>
11112
11113 * symtab.h (struct symtab) <next>: Fix comment.
11114
02e62830
SM
111152015-02-27 Simon Marchi <simon.marchi@ericsson.com>
11116
11117 * python/python.c (python_GdbModuleDef): Rename GdbMethods to
11118 python_GdbMethods.
11119
bf36a1e7
PA
111202015-02-27 Pedro Alves <palves@redhat.com>
11121
11122 * dtrace-probe.c (dtrace_probe_ops): Make extern.
11123
ad6aff7d
PA
111242015-02-27 Pedro Alves <palves@redhat.com>
11125
11126 * common/common-exceptions.h (exception_none): Declare.
11127 * common/common-exceptions.c (exception_none): Moved from
11128 exceptions.c.
11129 (exceptions_state_mc_init): Use exception_none.
11130 * exceptions.c (exception_none): Move to
11131 common/common-exceptions.c.
11132 * exceptions.h (exception_none): Move to
11133 common/common-exceptions.h.
11134
97c18565
PA
111352015-02-27 Pedro Alves <palves@redhat.com>
11136
11137 * main.c (catch_command_errors, catch_command_errors_const):
11138 Remove 'mask' argument. Adjust.
11139 (captured_main): Adjust callers.
11140
e992c591
PA
111412015-02-27 Pedro Alves <palves@redhat.com>
11142
11143 * python/python-internal.h: Include "extension-priv.h".
11144
64166036
PA
111452015-02-27 Pedro Alves <palves@redhat.com>
11146
11147 * breakpoint.h (enum print_stop_action): Move further up in the
11148 file.
11149
8a526fa6
PA
111502015-02-27 Pedro Alves <palves@redhat.com>
11151
11152 * gdbarch.sh: Include regcache.h.
11153 * gdbarch.h: Regenerate.
11154
0fa9c223
PA
111552015-02-27 Pedro Alves <palves@redhat.com>
11156
11157 * arm-tdep.c (decode_insn) <arm_handle_insn, thumb_handle_insn>:
11158 Remove duplicate const.
11159 * sparc-sol2-tdep.c (sparc_sol2_static_transform_name): Remove
11160 duplicate const.
11161
7cf99fb1
PA
111622015-02-27 Pedro Alves <palves@redhat.com>
11163
11164 * cp-valprint.c (vtbl_ptr_name): Use EXPORTED_CONST.
11165 * guile/guile.c (extension_language_guile): Use EXPORTED_CONST.
11166 * features/feature_to_c.sh: Tag the generated xml_builtin array
11167 with extern const in C++ mode.
11168
1424c16e
TT
111692015-02-27 Tom Tromey <tromey@redhat.com>
11170
11171 * minidebug.c (struct lzma_stream): Rename to ...
11172 (struct gdb_lzma_stream): ... this.
11173 (lzma_open, lzma_pread, lzma_close, lzma_stat): Adjust.
11174
10367c7c
PA
111752015-02-27 Pedro Alves <palves@redhat.com>
11176
11177 * mi/mi-cmd-stack.c (mi_apply_ext_lang_frame_filter): New
11178 function.
11179 (mi_cmd_stack_list_locals, mi_cmd_stack_list_args)
11180 (mi_cmd_stack_list_variables): Use it.
11181
4180215b
PA
111822015-02-27 Pedro Alves <palves@redhat.com>
11183
11184 * x86-linux-nat.c (u_debugreg_offset): New function.
11185 (x86_linux_dr_get, x86_linux_dr_set): Use it.
11186
2f56f7c3
PA
111872015-02-27 Pedro Alves <palves@redhat.com>
11188
11189 * nat/x86-dregs.h (enum target_hw_bp_type): Remove forward
11190 declaration.
11191 Include break-common.h.
11192
570dc176
TT
111932015-02-27 Tom Tromey <tromey@redhat.com>
11194 Pedro Alves <palves@redhat.com>
11195
11196 * arm-tdep.c (set_fp_model_sfunc, arm_set_abi): Use 'int' for
11197 local used to iterate over enums.
11198 * completer.c (signal_completer): Likewise.
11199 * i386-tdep.c (i386_stap_parse_special_token): Likewise.
11200 * rs6000-tdep.c (powerpc_set_vector_abi): Likewise.
11201 * tui/tui-data.c (tui_next_win, tui_prev_win): Likewise.
11202 * tui/tui-layout.c (next_layout, prev_layout): Likewise.
11203 * tui/tui-win.c (tui_refresh_all_win, tui_rehighlight_all)
11204 (tui_resize_all, tui_set_focus_command, tui_all_windows_info): Likewise.
11205 * tui-wingeneral.c (tui_refresh_all): Likewise.
11206
68c14faa
PA
112072015-02-27 Pedro Alves <palves@redhat.com>
11208
11209 * target.h: Include "infrun.h".
11210
749bab01
PA
112112015-02-27 Pedro Alves <palves@redhat.com>
11212
11213 * gdb_proc_service.h: Wrap with EXTERN_C_PUSH/EXTERN_C_POP.
11214
3c14e5a3
PA
112152015-02-27 Pedro Alves <palves@redhat.com>
11216
11217 * common/agent.h (IPA_SYM_EXPORTED_NAME): New.
11218 (IPA_SYM): Use it.
11219 * common/common-defs.h (EXTERN_C_PUSH, EXTERN_C_POP): New macros.
11220
56000a98
PA
112212015-02-27 Pedro Alves <palves@redhat.com>
11222
11223 * cli-out.c (_rl_erase_entire_line): Move declaration out of
11224 cli_mld_erase_entire_line, and make it extern "C".
11225 * common/common-defs.h (EXTERN_C): New.
11226 * completer.c (_rl_completion_prefix_display_length)
11227 (_rl_print_completions_horizontally, QSFUNC): Move declarations
11228 out of gdb_display_match_list_1.
11229 (_rl_qsort_string_compare): Move declaration out of
11230 gdb_display_match_list_1, and make it extern "C".
11231 * defs.h (re_comp): Use EXTERN_C.
11232 * maint.c (_mcleanup): Move declaration out of mcleanup_wrapper,
11233 and make it extern "C".
11234 (monstartup): Move declaration out of maintenance_set_profile_cmd,
11235 and make it extern "C".
11236 (main): Move declaration out of maintenance_set_profile_cmd.
11237 * nat/linux-ptrace.c (linux_ptrace_attach_fail_reason_string): Use
11238 EXTERN_C.
11239
bcabf420
PA
112402015-02-27 Pedro Alves <palves@redhat.com>
11241
11242 * python/python.c (GdbMethods): Rename to ...
11243 (python_GdbMethods): ... this and make extern.
11244 (GdbModuleDef): Rename to ...
11245 (python_GdbModuleDef): ... this and make extern.
11246
928dbe07
PA
112472015-02-27 Pedro Alves <palves@redhat.com>
11248
11249 * record-btrace.c (set_record_btrace_cmdlist)
11250 (show_record_btrace_cmdlist): Remove redefinitions.
11251
52059ffd
TT
112522015-02-27 Tom Tromey <tromey@redhat.com>
11253 Pedro Alves <palves@redhat.com>
11254
11255 * dwarf2-frame.c (enum cfa_how_kind, struct
11256 dwarf2_frame_state_reg_info): Move out of struct
11257 dwarf2_frame_state.
11258 * dwarf2read.c (struct tu_stats): Move out of struct
11259 dwarf2_per_objfile.
11260 (struct file_entry): Move out of struct line_header.
11261 (struct nextfield, struct nextfnfield, struct fnfieldlist, struct
11262 typedef_field_list): Move out of struct field_info.
11263 * gdbtypes.h (enum dynamic_prop_kind, union dynamic_prop_data):
11264 Move out of struct dynamic_prop.
11265 (union type_owner, union field_location, struct field, struct
11266 range_bounds, union type_specific): Move out of struct main_type.
11267 (struct fn_fieldlist, struct fn_field, struct typedef_field)
11268 (VOFFSET_STATIC): Move out of struct cplus_struct_type.
11269 (struct call_site_target, union call_site_parameter_u, struct
11270 call_site_parameter): Move out of struct call_site.
11271 * m32c-tdep.c (enum m32c_prologue_kind): Move out of struct
11272 m32c_prologue.
11273 (enum srcdest_kind): Move out of struct srcdest.
11274 * main.c (enum cmdarg_kind): Move out of struct cmdarg.
11275 * prologue-value.h (enum prologue_value_kind): Move out of struct
11276 prologue_value.
11277 * s390-linux-tdep.c (enum s390_abi_kind): Move out of struct
11278 gdbarch_tdep.
11279 * stabsread.c (struct nextfield, struct next_fnfieldlist): Move
11280 out of struct field_info.
11281 * symfile.h (struct other_sections): Move out of struct
11282 section_addr_info.
11283 * symtab.c (struct symbol_cache_slot): Move out struct
11284 block_symbol_cache.
11285 * target-descriptions.c (enum tdesc_type_kind): Move out of
11286 typedef struct tdesc_type.
11287 * tui/tui-data.h (enum tui_line_or_address_kind): Move out of
11288 struct tui_line_or_address.
11289 * value.c (enum internalvar_kind, union internalvar_data): Move
11290 out of struct internalvar.
11291 * xtensa-tdep.h (struct ctype_cache): Move out of struct
11292 gdbarch_tdep.
11293
fe978cb0
PA
112942015-02-27 Tom Tromey <tromey@redhat.com>
11295 Pedro Alves <palves@redhat.com>
11296
11297 Rename symbols whose names are reserved C++ keywords throughout.
11298
3bc3d82a
PA
112992015-02-27 Pedro Alves <palves@redhat.com>
11300
11301 * Makefile.in (COMPILER): New, get it from autoconf.
11302 (COMPILE.pre, CC_LD): Use COMPILER.
11303 (CXX): Get from autoconf instead.
11304 (CXX_FOR_TARGET): Default to g++ instead of gcc.
11305 * acinclude.m4: Include build-with-cxx.m4.
11306 * build-with-cxx.m4: New file.
11307 * configure.ac: Call AC_PROG_CXX and GDB_AC_BUILD_WITH_CXX.
11308 Disable -Werror by default if building in C++ mode.
11309 (build_warnings): Add -Wno-sign-compare, -Wno-write-strings and
11310 -Wno-narrowing in C++ mode. Only enable -Wpointer-sign in C mode.
11311 Run supported-warning-flags tests with the C++ compiler.
11312 Save/restore CXXFLAGS too.
11313 * configure: Regenerate.
11314
07697489
PA
113152015-02-27 Pedro Alves <palves@redhat.com>
11316
11317 * libiberty.m4: New file.
11318 * acinclude.m4: Include libiberty.m4.
11319 * configure.ac: Call libiberty_INIT.
11320 * config.in, configure: Regenerate.
11321
60abeae4
AA
113222015-02-27 Andreas Arnez <arnez@linux.vnet.ibm.com>
11323
11324 * s390-linux-tdep.c (s390_gcc_target_options): Not just handle
11325 31-bit targets, but 64-bit targets as well.
11326 (s390_gnu_triplet_regexp): New function.
11327 (s390_gdbarch_init): Set the gcc_target_options gdbarch method for
11328 64-bit targets as well. Set the gnu_triplet_regexp gdbarch
11329 method.
11330
f44466fb 113312015-02-27 Jon TURNEY <jon.turney@dronecode.org.uk> (tiny patch)
f0666312
JT
11332
11333 * windows-nat.c (CONTEXT_DEBUGGER): Remove.
11334 (CONTEXT_DEBUGGER_DR): Add CONTEXT_SEGMENTS. Incorporate flags
11335 from CONTEXT_DEBUGGER.
11336
0def5aaa
DE
113372015-02-26 Doug Evans <dje@google.com>
11338
11339 * gdbtypes.c (internal_type_vptr_fieldno): Add missing call to
11340 CHECK_TYPEDEF.
11341 (set_type_vptr_fieldno): Ditto.
11342 (internal_type_vptr_basetype, set_type_vptr_basetype): Ditto.
11343 * gnu-v3-abi.c (gnuv3_dynamic_class): Ditto.
11344
77b64a49
PA
113452015-02-26 Pedro Alves <palves@redhat.com>
11346
11347 * auto-load.h (file_is_auto_load_safe): Add ATTRIBUTE_PRINTF.
11348 * complaints.c (vcomplaint): Pass argument FMT directly to
11349 printf-like functions instead of complaint->fmt.
11350 * ctf.c (ctf_save_write_metadata): Add ATTRIBUTE_PRINTF.
11351 * darwin-nat.c (inferior_debug): Add ATTRIBUTE_PRINTF.
11352 * compile/compile-loc2c.c (pushf, unary, binary): Add
11353 ATTRIBUTE_PRINTF.
11354 (do_compile_dwarf_expr_to_c): Pass string literal as format string
11355 to pushf.
11356 (BINARY): Pass string literal as format string to 'binary'.
11357 * compile/compile-object-load.c (link_callbacks_einfo): Add
11358 ATTRIBUTE_PRINTF.
11359 * guile/guile-internal.h (gdbscm_printf): Add ATTRIBUTE_PRINTF.
11360
532f44ed
PA
113612015-02-26 Pedro Alves <palves@redhat.com>
11362
11363 * windows-termcap.c: Rename to ...
11364 * stub-termcap.c: ... this. Adjust header line.
11365 * Makefile.in (SFILES): Refer to stub-termcap.c instead of
11366 windows-termcap.c.
11367 * configure: Regenerate.
11368 * configure.ac: Refer to stub-termcap.o instead of
11369 windows-termcap.o.
11370 * gdb_curses.h: Mention stub-termcap.c instead of
11371 windows-termcap.c.
11372
081a1c2c
JK
113732015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
11374
11375 * compile/compile-c-symbols.c (convert_one_symbol, convert_symbol_bmsym)
11376 (gcc_symbol_address): Call gnu_ifunc_resolve_addr.
11377
2f41223f
AT
113782015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
11379
11380 * gdb/infcmd.c (print_return_value): use type_to_string to print type.
11381
80c57053
JK
113822015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
11383
11384 * elfread.c (elf_read_minimal_symbols): Use bfd_alloc for
11385 bfd_canonicalize_symtab.
11386
cf424aef
JB
113872015-02-25 John Baldwin <jhb@FreeBSD.org>
11388
11389 * amd64fbsd-nat.c: Include sys/user.h.
11390 (_initialize_amd64fbsd_nat): Use the KERN_PROC_SIGTRAMP sysctl
11391 instead of KERN_PS_STRINGS to locate the signal trampoline.
11392 * i386fbsd-nat.c: Include sys/user.h.
11393 (_initialize_i386fbsd_nat): Use the KERN_PROC_SIGTRAMP sysctl
11394 instead of KERN_PS_STRINGS to locate the signal trampoline.
11395 * amd64fbsd-tdep.c (amd64fbsd_sigtramp_code): New.
11396 (amd64fbsd_sigtramp_p): New.
11397 (amd64fbsd_sigtramp_start_addr, amd64fbsd_sigtramp_end_addr): No
11398 longer set default values.
11399 (amd64fbsd_init_abi): Set "sigtramp_p" to "amd64fbsd_sigtramp_p".
11400 * i386fbsd-tdep.c (i386fbsd_sigtramp_start)
11401 (i386fbsd_sigtramp_middle, i386fbsd_sigtramp_end)
11402 (i386fbsd_freebsd4_sigtramp_start)
11403 (i386fbsd_freebsd4_sigtramp_middle)
11404 (i386fbsd_freebsd4_sigtramp_end, i386fbsd_osigtramp_start)
11405 (i386fbsd_osigtramp_middle, i386fbsd_osigtramp_end): New.
11406 (i386fbsd_sigtramp_p): New.
11407 (i386fbsd_sigtramp_start_addr, i386fbsd_sigtramp_end_addr): No
11408 longer set default values.
11409 (i386fbsd_init_abi): Set "sigtramp_p" to "i386fbsd_sigtramp_p".
11410
c5cb74ee
JB
114112015-02-25 John Baldwin <jhb@freebsd.org>
11412
11413 * amd64fbsd-tdep.c (amd64fbsd_sigcontext_addr): Use
11414 get_frame_register instead of frame_unwind_register_unsigned.
11415
17487d85
JK
114162015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
11417
11418 PR build/18033
11419 * compile/compile-c-support.c (c_compute_program): Change // comment.
11420 * compile/compile-object-load.c (setup_sections): Change // comment.
11421
9357a9e6
JB
114222015-02-26 Joel Brobecker <brobecker@adacore.com>
11423
11424 PR build/18033:
11425 * iq2000-tdep.c (iq2000_frame_cache): Delete C++-style comment.
11426
1f10ba14
PA
114272015-02-23 Pedro Alves <palves@redhat.com>
11428
11429 * remote.c (skip_to_semicolon): New function.
11430 (remote_parse_stop_reply) <T stop reply>: Use it. Don't
11431 special case the stop reasons that look like hex numbers
11432 upfront. Instead handle real register numbers after matching
11433 all the known stop reasons.
11434
96553a0c
DE
114352015-02-21 Doug Evans <dje@google.com>
11436
11437 PR c++/17976, symtab/17821
11438 * cp-namespace.c (cp_search_static_and_baseclasses): New parameter
11439 is_in_anonymous. All callers updated.
11440 (find_symbol_in_baseclass): Ditto.
11441 (cp_lookup_nested_symbol_1): Ditto. Don't search all static blocks
11442 for symbols in an anonymous namespace.
11443 * dwarf2read.c (namespace_name): Don't call dwarf2_name, fetch
11444 DW_AT_name directly.
11445 (dwarf2_name): Convert missing namespace name to
11446 CP_ANONYMOUS_NAMESPACE_STR.
11447
2db9a427
PA
114482015-02-20 Pedro Alves <palves@redhat.com>
11449
11450 * linux-nat.c (linux_handle_extended_wait): Call
11451 thread_db_notice_clone whenever a new clone LWP is detected.
11452 (linux_stop_and_wait_all_lwps, linux_unstop_all_lwps): New
11453 functions.
11454 * linux-nat.h (thread_db_attach_lwp): Delete declaration.
11455 (thread_db_notice_clone, linux_stop_and_wait_all_lwps)
11456 (linux_unstop_all_lwps): Declare.
11457 * linux-thread-db.c (struct thread_get_info_inout): Delete.
11458 (thread_get_info_callback): Delete.
11459 (thread_from_lwp): Use td_thr_get_info and record_thread.
11460 (thread_db_attach_lwp): Delete.
11461 (thread_db_notice_clone): New function.
11462 (try_thread_db_load_1): If /proc is mounted and shows the
11463 process'es task list, walk over all LWPs and call thread_from_lwp
11464 instead of relying on td_ta_thr_iter.
11465 (attach_thread): Don't call check_thread_signals here. Split the
11466 tail part of the function (which adds the thread to the core GDB
11467 thread list) to ...
11468 (record_thread): ... this function. Call check_thread_signals
11469 here.
11470 (thread_db_wait): Don't call thread_db_find_new_threads_1. Always
11471 call thread_from_lwp.
11472 (thread_db_update_thread_list): Rename to ...
11473 (thread_db_update_thread_list_org): ... this.
11474 (thread_db_update_thread_list): New function.
11475 (thread_db_find_thread_from_tid): Delete.
11476 (thread_db_get_ada_task_ptid): Simplify.
11477 * nat/linux-procfs.c: Include <sys/stat.h>.
11478 (linux_proc_task_list_dir_exists): New function.
11479 * nat/linux-procfs.h (linux_proc_task_list_dir_exists): Declare.
11480
3b27ef47
PA
114812015-02-20 Pedro Alves <palves@redhat.com>
11482
11483 * linux-nat.c (lin_lwp_attach_lwp): No longer special case the
11484 main LWP. Handle the case of waitpid returning 0 if we're already
11485 attached to the LWP. Don't set the LWP's last_resume_kind to
11486 resume_stop if we already knew about the LWP.
11487 (linux_nat_filter_event): Add debug logs.
11488
1cc28231
PA
114892015-02-20 Pedro Alves <palves@redhat.com>
11490
11491 * target.h (forward_target_decr_pc_after_break): Delete
11492 declaration.
11493
5c5019c2
PA
114942015-02-20 Pedro Alves <palves@redhat.com>
11495
11496 PR threads/18006
11497 * linux-thread-db.c (thread_get_info_callback): Return early if
11498 the thread's lwp id is -1.
11499
f3978e91
JB
115002015-02-20 Joel Brobecker <brobecker@adacore.com>
11501
11502 GDB 7.9 released.
11503
ffdf88ec
SE
115042015-02-19 Steve Ellcey <sellcey@imgtec.com>
11505
11506 * dtrace-probe.c (dtrace_process_dof_probe): Initialize arg.expr.
11507 (dtrace_get_probes) Change type of variable 'dof'.
11508
c9587f88
AT
115092015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
11510
11511 PR breakpoints/16812
11512 * linux-nat.c (linux_nat_filter_event): Report SIGTRAP,SIGILL,SIGSEGV.
11513 * nat/linux-ptrace.c (linux_wstatus_maybe_breakpoint): Add.
11514 * nat/linux-ptrace.h: Add linux_wstatus_maybe_breakpoint.
11515
53cf2ee0
DT
115162015-02-19 David Taylor <dtaylor@emc.com>
11517
11518 * common/ax.def (setv): Fix consumed entry in setv DEFOP.
11519
acfe0940
PP
115202015-02-18 Patrick Palka <patrick@parcs.ath.cx>
11521
11522 * tui/tui-io.c (tui_handle_resize_during_io): Remove this
11523 function.
11524 (tui_putc): Don't call tui_handle_resize_during_io.
11525 (tui_getc): Likewise.
11526 (tui_mld_getc): Likewise.
11527 * tui/tui-win.c: Include event-loop.h and tui/tui-io.h.
11528 (tui_sigwinch_token): New static variable.
11529 (tui_initialize_win): Adjust documentation. Set
11530 tui_sigwinch_token.
11531 (tui_async_resize_screen): New asynchronous callback.
11532 (tui_sigwinch_handler): Adjust documentation. Asynchronously
11533 invoke tui_async_resize_screen.
11534
f6a88844
JM
115352015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
11536
11537 * configure: Regenerated.
11538 * configure.ac: Use GDB_AC_TRANSFORM.
11539 * Makefile.in (aclocal_m4_deps): Added transform.m4.
11540 * acinclude.m4: sinclude transform.m4.
11541 * transform.m4: New file.
11542 (GDB_AC_TRANSFORM): New macro.
11543
b05e3b0d
JM
115442015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
11545
11546 * NEWS: Announce the support for DTrace SDT probes.
11547
c3e3045e
JM
115482015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
11549
11550 * amd64-linux-tdep.c: Include "parser-defs.h" and "user-regs.h".
11551 (amd64_dtrace_parse_probe_argument): New function.
11552 (amd64_dtrace_probe_is_enabled): Likewise.
11553 (amd64_dtrace_enable_probe): Likewise.
11554 (amd64_dtrace_disable_probe): Likewise.
11555 (amd64_linux_init_abi): Register the
11556 `gdbarch_dtrace_probe_argument', `gdbarch_dtrace_enable_probe',
11557 `gdbarch_dtrace_disable_probe' and
11558 `gdbarch_dtrace_probe_is_enabled' hooks.
11559 (amd64_dtrace_disabled_probe_sequence_1): New constant.
11560 (amd64_dtrace_disabled_probe_sequence_2): Likewise.
11561 (amd64_dtrace_enable_probe_sequence): Likewise.
11562 (amd64_dtrace_disable_probe_sequence): Likewise.
11563
d4777acb
JM
115642015-01-17 Jose E. Marchesi <jose.marchesi@oracle.com>
11565
11566 * breakpoint.c (BREAK_ARGS_HELP): Help string updated to mention
11567 the -probe-dtrace new vpossible value for PROBE_MODIFIER.
11568 * configure.ac (CONFIG_OBS): dtrace-probe.o added if BFD can
11569 handle ELF files.
11570 * Makefile.in (SFILES): dtrace-probe.c added.
11571 * configure: Regenerate.
11572 * dtrace-probe.c: New file.
11573 (SHT_SUNW_dof): New constant.
11574 (dtrace_probe_type): New enum.
11575 (dtrace_probe_arg): New struct.
11576 (dtrace_probe_arg_s): New typedef.
11577 (struct dtrace_probe_enabler): New struct.
11578 (dtrace_probe_enabler_s): New typedef.
11579 (dtrace_probe): New struct.
11580 (dtrace_probe_is_linespec): New function.
11581 (dtrace_dof_sect_type): New enum.
11582 (dtrace_dof_dofh_ident): Likewise.
11583 (dtrace_dof_encoding): Likewise.
11584 (DTRACE_DOF_ENCODE_LSB): Likewise.
11585 (DTRACE_DOF_ENCODE_MSB): Likewise.
11586 (dtrace_dof_hdr): New struct.
11587 (dtrace_dof_sect): Likewise.
11588 (dtrace_dof_provider): Likewise.
11589 (dtrace_dof_probe): Likewise.
11590 (DOF_UINT): New macro.
11591 (DTRACE_DOF_PTR): Likewise.
11592 (DTRACE_DOF_SECT): Likewise.
11593 (dtrace_process_dof_probe): New function.
11594 (dtrace_process_dof): Likewise.
11595 (dtrace_build_arg_exprs): Likewise.
11596 (dtrace_get_arg): Likewise.
11597 (dtrace_get_probes): Likewise.
11598 (dtrace_get_probe_argument_count): Likewise.
11599 (dtrace_can_evaluate_probe_arguments): Likewise.
11600 (dtrace_evaluate_probe_argument): Likewise.
11601 (dtrace_compile_to_ax): Likewise.
11602 (dtrace_probe_destroy): Likewise.
11603 (dtrace_gen_info_probes_table_header): Likewise.
11604 (dtrace_gen_info_probes_table_values): Likewise.
11605 (dtrace_probe_is_enabled): Likewise.
11606 (dtrace_probe_ops): New variable.
11607 (info_probes_dtrace_command): New function.
11608 (_initialize_dtrace_probe): Likewise.
11609 (dtrace_type_name): Likewise.
11610
8b367e17
JM
116112015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
11612
11613 * gdbarch.sh (dtrace_parse_probe_argument): New.
11614 (dtrace_probe_is_enabled): Likewise.
11615 (dtrace_enable_probe): Likewise.
11616 (dtrace_disable_probe): Likewise.
11617 * gdbarch.c: Regenerate.
11618 * gdbarch.h: Regenerate.
11619
9aca2ff8
JM
116202015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
11621
11622 * stap-probe.c (stap_probe_ops): Add NULLs in the static
11623 stap_probe_ops for `enable_probe' and `disable_probe'.
11624 * probe.c (enable_probes_command): New function.
11625 (disable_probes_command): Likewise.
11626 (_initialize_probe): Define the cli commands `enable probe' and
11627 `disable probe'.
11628 (parse_probe_linespec): New function.
11629 (info_probes_for_ops): Use parse_probe_linespec.
11630 * probe.h (probe_ops): New hooks `enable_probe' and
11631 `disable_probe'.
11632
03e98035
JM
116332015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
11634
11635 * probe.c (compute_probe_arg): Moved from stap-probe.c
11636 (compile_probe_arg): Likewise.
11637 (probe_funcs): Likewise.
11638 * stap-probe.c (compute_probe_arg): Moved to probe.c.
11639 (compile_probe_arg): Likewise.
11640 (probe_funcs): Likewise.
11641
6f9b8491
JM
116422015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
11643
11644 * probe.c (print_ui_out_not_applicables): New function.
11645 (exists_probe_with_pops): Likewise.
11646 (info_probes_for_ops): Do not include column headers for probe
11647 types for which no probe has been actually found on any object.
11648 Also invoke `print_ui_out_not_applicables' in order to match the
11649 column rows with the header when probes of several types are
11650 listed.
11651 Print the "Type" column.
11652 * probe.h (probe_ops): Added a new probe operation `type_name'.
11653 * stap-probe.c (stap_probe_ops): Add `stap_type_name'.
11654 (stap_type_name): New function.
11655
69efdff1
PP
116562015-02-17 Patrick Palka <patrick@parcs.ath.cx>
11657
11658 * tui/tui-io.c (tui_getc): Don't call key_is_command_char.
11659 (key_is_command_char): Delete.
11660
f8e5e23e
PA
116612015-02-17 Pedro Alves <palves@redhat.com>
11662
11663 * tui/tui.c (tui_enable): Resize windows before anything
11664 might show a window.
11665
9f2e0721
MO
116662015-02-17 Max Ostapenko <m.ostapenko@partner.samsung.com>
11667
11668 PR gdb/17984
11669 * aarch64-linux-nat.c: Don't include features/aarch64.c anymore.
11670 (aarch64_linux_read_description): Remove initialize_tdesc_aarch64
11671 call.
11672 * aarch64-tdep.h (tdesc_aarch64): Declare.
11673
171e6b1c
MW
116742015-02-12 Mark Wielaard <mjw@redhat.com>
11675
11676 * contrib/ari/gdb_ari.sh: Remove checks for "true" and "false".
11677
d5ff0482
DE
116782015-02-13 Doug Evans <dje@google.com>
11679
11680 * cp-namespace.c (cp_basic_lookup_symbol): Rename parameter
11681 anonymous_namespace to is_in_anonymous for consistency with the rest
11682 of the file.
11683 (cp_lookup_bare_symbol): Fix typo in comment.
11684 (cp_search_static_and_baseclasses): Ditto.
11685 (search_symbol_list): Use vertical space in comment better.
11686 (reset_directive_searched): Ditto. Fix typo.
11687 (cp_lookup_nested_symbol_1): Clarify contents of NESTED_NAME parameter.
11688
9f04ac5f
YQ
116892015-02-13 Yao Qi <yao.qi@arm.com>
11690
11691 * MAINTAINERS: Update my email address.
11692
013d0319
DE
116932015-02-12 Doug Evans <dje@google.com>
11694
b615dd20 11695 * symtab.c (completion_list_add_name): Fix memory leak.
013d0319 11696
9a7e538e
DE
116972015-02-12 Doug Evans <dje@google.com>
11698
11699 * completer.c (complete_line): Remove incorrect comment.
11700
e1fcd575
JK
117012015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11702
11703 * python/py-framefilter.c (py_print_single_arg, enumerate_locals)
11704 (py_print_frame): Use RETURN_MASK_ERROR.
11705
b99bf4e3
JK
117062015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11707
11708 * python/py-framefilter.c (py_print_frame): Mention RETURN_QUIT in
11709 function comment. Wrap all function that can throw in cleanups.
11710 (gdbpy_apply_frame_filter): Wrap all function that can throw in
11711 cleanups.
11712
800eb1ce
JK
117132015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11714
11715 * python/py-framefilter.c (py_print_frame): Substitute goto error.
11716 Remove the error label.
11717
34019068
JK
117182015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11719
11720 * python/py-framefilter.c (py_print_frame): Put conditional code paths
11721 with goto first, indent the former else codepath left. Put variable
11722 'elided' to a new inner block.
11723
8d4a54e2
JK
117242015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11725
11726 * python/py-framefilter.c (py_print_frame): Whitespacing fixes.
11727
18ad82c1
PA
117282015-02-11 Pedro Alves <palves@redhat.com>
11729
11730 * xcoffread.c (within_function): Delete.
11731
e36122e9
TT
117322015-02-11 Tom Tromey <tromey@redhat.com>
11733 Pedro Alves <palves@redhat.com>
11734
11735 * breakpoint.c (base_breakpoint_ops): Delete.
11736 * dwarf2loc.c (dwarf_expr_ctx_funcs): Make extern.
11737 * elfread.c (elf_sym_fns_gdb_index, elf_sym_fns_lazy_psyms): Make extern.
11738 * guile/guile.c (guile_extension_script_ops, guile_extension_ops): Make extern.
11739 * ppcnbsd-tdep.c (ppcnbsd2_sigtramp): Make extern.
11740 * python/py-arch.c (arch_object_type): Make extern.
11741 * python/py-block.c (block_syms_iterator_object_type): Make extern.
11742 * python/py-bpevent.c (breakpoint_event_object_type): Make extern.
11743 * python/py-cmd.c (cmdpy_object_type): Make extern.
11744 * python/py-continueevent.c (continue_event_object_type)
11745 * python/py-event.h (GDBPY_NEW_EVENT_TYPE): Remove 'qual'
11746 parameter. Update all callers.
11747 * python/py-evtregistry.c (eventregistry_object_type): Make extern.
11748 * python/py-exitedevent.c (exited_event_object_type): Make extern.
11749 * python/py-finishbreakpoint.c (finish_breakpoint_object_type): Make extern.
11750 * python/py-function.c (fnpy_object_type): Make extern.
11751 * python/py-inferior.c (inferior_object_type, membuf_object_type): Make extern.
11752 * python/py-infevents.c (call_pre_event_object_type)
11753 (inferior_call_post_event_object_type).
11754 (memory_changed_event_object_type): Make extern.
11755 * python/py-infthread.c (thread_object_type): Make extern.
11756 * python/py-lazy-string.c (lazy_string_object_type): Make extern.
11757 * python/py-linetable.c (linetable_entry_object_type)
11758 (linetable_object_type, ltpy_iterator_object_type): Make extern.
11759 * python/py-newobjfileevent.c (new_objfile_event_object_type)
11760 (clear_objfiles_event_object_type): Make extern.
11761 * python/py-objfile.c (objfile_object_type): Make extern.
11762 * python/py-param.c (parmpy_object_type): Make extern.
11763 * python/py-progspace.c (pspace_object_type): Make extern.
11764 * python/py-signalevent.c (signal_event_object_type): Make extern.
11765 * python/py-symtab.c (symtab_object_type, sal_object_type): Make extern.
11766 * python/py-type.c (type_object_type, field_object_type)
11767 (type_iterator_object_type): Make extern.
11768 * python/python.c (python_extension_script_ops)
11769 (python_extension_ops): Make extern.
11770 * stap-probe.c (stap_probe_ops): Make extern.
11771
0703599a
PA
117722015-02-11 Pedro Alves <pedro@codesourcery.com>
11773
11774 * infrun.c (adjust_pc_after_break): Don't adjust the PC just
11775 because the event thread is not the current thread.
11776
eaaf76ab
DE
117772015-02-11 Doug Evans <xdje42@gmail.com>
11778
11779 * gdbtypes.c (internal_type_self_type): If TYPE_SPECIFIC_FIELD hasn't
11780 been initialized yet, return NULL.
11781
e7d52ed3
DE
117822015-02-11 Doug Evans <dje@google.com>
11783
11784 * symfile.h (new_symfile_objfile): Delete.
11785 * symfile.c (finish_new_objfile): Renamed from new_symfile_objfile.
11786 All callers updated.
11787
fc6b1256
PP
117882015-02-11 Patrick Palka <patrick@parcs.ath.cx>
11789
11790 * tui/tui-io.c (tui_handle_resize_during_io): Call
11791 tui_update_gdb_sizes() after resizing the screen.
11792 * tui/tui.c (tui_enable): Resize the terminal before
11793 calling tui_update_gdb_sizes().
11794
d9080678
PP
117952015-02-11 Patrick Palka <patrick@parcs.ath.cx>
11796
11797 * tui/tui-io.c (tui_getc): Move cursor to the end of the command
11798 line before printing a newline.
11799
9f615e3a
MW
118002015-02-11 Mark Wielaard <mjw@redhat.com>
11801
11802 * utils.c (producer_is_gcc): Return true or false.
11803
d9080678 118042015-02-10 Mark Wielaard <mjw@redhat.com>
b1ffba5a
MW
11805
11806 * utils.h (producer_is_gcc): Change return type to bool. Add major
11807 argument.
11808 * utils.c (producer_is_gcc): Likewise.
11809 (producer_is_gcc_ge_4): Adjust producer_is_gcc call.
11810 * dwarf2read.c (check_producer): Likewise.
11811
b052c4fb
PA
118122015-02-10 Pedro Alves <palves@redhat.com>
11813
11814 * infrun.c (displaced_step_fixup): Switch to the event thread
11815 before calling gdbarch_displaced_step_fixup.
11816
3ac240d4
AT
118172015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
11818
11819 * MAINTAINERS (Write After Approval): Add Antoine Tremblay.
11820
c1cc6152
SM
118212015-02-10 Simon Marchi <simon.marchi@ericsson.com>
11822
11823 * ada-varobj.c (ada_name_of_child): Constify parent.
11824 (ada_path_expr_of_child): Same.
11825 (ada_value_of_child): Same.
11826 (ada_type_of_child): Same.
11827 * c-varobj.c (c_is_path_expr_parent): Same.
11828 (c_describe_child): Same.
11829 (c_name_of_child): Same.
11830 (c_value_of_child): Same.
11831 (c_type_of_child): Same.
11832 (cplus_number_of_children): Same.
11833 (cplus_describe_child): Constify var.
11834 (cplus_name_of_child): Constify parent.
11835 (cplus_value_of_child): Same.
11836 (cplus_type_of_child): Same.
11837 * jv-varobj.c (java_name_of_child): Same.
11838 (java_value_of_child): Same.
11839 (java_type_of_child): Same.
11840 * varobj.c (value_of_child): Same.
11841 (varobj_default_is_path_expr_parent): Constify var, parent and return
11842 value.
11843 (varobj_get_path_expr): Constify var, modify path_expr through
11844 mutable_var.
11845 (install_new_value): Constify parent.
11846 (value_of_child): Constify parent.
11847 * varobj.h (struct varobj): Constify parent.
11848 (struct lang_varobj_ops): Constify name_of_child, value_of_child and
11849 type_of_child.
11850 (varobj_get_path_expr): Constify var.
11851 (varobj_get_path_expr_parent): Constify var and return value.
11852
c1ee9414
LM
118532015-02-10 Luis Machado <lgustavo@codesourcery.com>
11854
11855 * arm-tdep.c (arm_prologue_unwind_stop_reason): New function.
11856 (arm_prologue_this_id): Move PC and SP limit checks to
11857 arm_prologue_unwind_stop_reason.
11858 (arm_prologue_unwind) <stop_reason> : Set to
11859 arm_prologue_unwind_stop_reason.
11860
f7de9aab
MW
118612015-02-09 Mark Wielaard <mjw@redhat.com>
11862
11863 * dwarf2read.c (set_cu_language): Recognize DW_LANG_Fortran03 and
11864 DW_LANG_Fortran08 as language_fortran.
11865
0b24eb2d
SDJ
118662015-02-09 Sergio Durigan Junior <sergiodj@redhat.com>
11867
11868 PR remote/17946
11869 * gdb/remote.c (remote_parse_stop_reply): Fix wrong comparison
11870 of pointer against char.
11871
a2c2acaf
MW
118722015-02-09 Mark Wielaard <mjw@redhat.com>
11873
11874 * c-typeprint.c (cp_type_print_method_args): Handle '_Atomic'.
11875 (c_type_print_modifier): Likewise.
11876 * dwarf2read.c (read_tag_atomic_type): New function.
11877 (read_type_die_1): Handle DW_TAG_atomic_type.
11878 * gdbtypes.c (make_atomic_type): New function.
11879 (recursive_dump_type): Handle TYPE_ATOMIC.
11880 * gdbtypes.h (enum type_flag_values): Renumber.
11881 (enum type_instance_flag_value): Add TYPE_INSTANCE_FLAG_ATOMIC.
11882 (TYPE_ATOMIC): New macro.
11883 (make_atomic_type): Declare.
11884
31fd9caa
MM
118852015-02-09 Markus Metzger <markus.t.metzger@intel.com>
11886
11887 * btrace.c (ftrace_find_call): Skip gaps.
11888 (ftrace_new_function): Initialize level.
11889 (ftrace_new_call, ftrace_new_tailcall, ftrace_new_return)
11890 (ftrace_new_switch): Update
11891 level computation.
11892 (ftrace_new_gap): New.
11893 (ftrace_update_function): Create new function after gap.
11894 (btrace_compute_ftrace_bts): Create gap on error.
11895 (btrace_stitch_bts): Update parameters. Clear trace if it
11896 becomes empty.
11897 (btrace_stitch_trace): Update parameters. Update callers.
11898 (btrace_clear): Reset the number of gaps.
11899 (btrace_insn_get): Return NULL if the iterator points to a gap.
11900 (btrace_insn_number): Return zero if the iterator points to a gap.
11901 (btrace_insn_end): Allow gaps at the end.
11902 (btrace_insn_next, btrace_insn_prev, btrace_insn_cmp): Handle gaps.
11903 (btrace_find_insn_by_number): Assert that the found iterator does
11904 not point to a gap.
11905 (btrace_call_next, btrace_call_prev): Assert that the last function
11906 is not a gap.
11907 * btrace.h (btrace_bts_error): New.
11908 (btrace_function): Update comment.
11909 (btrace_function) <insn, insn_offset, number>: Update comment.
11910 (btrace_function) <errcode>: New.
11911 (btrace_thread_info) <ngaps>: New.
11912 (btrace_thread_info) <replay>: Update comment.
11913 (btrace_insn_get): Update comment.
11914 * record-btrace.c (btrace_ui_out_decode_error): New.
11915 (record_btrace_info): Print number of gaps.
11916 (btrace_insn_history, btrace_call_history): Call
11917 btrace_ui_out_decode_error for gaps.
11918 (record_btrace_step_thread, record_btrace_start_replaying): Skip gaps.
11919
afb778a2
MM
119202015-02-09 Markus Metzger <markus.t.metzger@intel.com>
11921
11922 * common/btrace-common.h (btrace_cpu_vendor, btrace_cpu): New.
11923 * nat/linux-btrace.c: (btrace_this_cpu): New.
11924 (cpu_supports_bts): Call btrace_this_cpu.
11925 (intel_supports_bts): Add cpu parameter.
11926
7d5c24b3
MM
119272015-02-09 Markus Metzger <markus.t.metzger@intel.com>
11928
11929 * btrace.h (btrace_insn_class): New.
11930 (btrace_insn) <size, iclass>: New.
11931 * btrace.c (ftrace_find_call): Update parameters. Update users.
11932 Use instruction classification.
11933 (ftrace_new_return): Update parameters. Update users.
11934 (ftrace_update_function): Update parameters. Update users. Use
11935 instruction classification.
11936 (ftrace_update_insns): Update parameters. Update users.
11937 (ftrace_classify_insn): New.
11938 (btrace_compute_ftrace_bts): Fill in new btrace_insn fields. Add
11939 TRY_CATCH around call to gdb_insn_length.
11940
76235df1
MM
119412015-02-09 Markus Metzger <markus.t.metzger@intel.com>
11942
11943 * btrace.c (btrace_compute_ftrace_bts, btrace_compute_ftrace):
11944 Update parameters. Update users.
11945
d33501a5
MM
119462015-02-09 Markus Metzger <markus.t.metzger@intel.com>
11947
11948 * btrace.c (parse_xml_btrace_conf_bts): Add size.
11949 (btrace_conf_bts_attributes): New.
11950 (btrace_conf_children): Add attributes.
11951 * common/btrace-common.h (btrace_config_bts): New.
11952 (btrace_config)<bts>: New.
11953 (btrace_config): Update comment.
11954 * nat/linux-btrace.c (linux_enable_btrace, linux_enable_bts):
11955 Use config.
11956 * features/btrace-conf.dtd: Increment version. Add size
11957 attribute to bts element.
11958 * record-btrace.c (set_record_btrace_bts_cmdlist,
11959 show_record_btrace_bts_cmdlist): New.
11960 (record_btrace_adjust_size, record_btrace_print_bts_conf,
11961 record_btrace_print_conf, cmd_set_record_btrace_bts,
11962 cmd_show_record_btrace_bts): New.
11963 (record_btrace_info): Call record_btrace_print_conf.
11964 (_initialize_record_btrace): Add commands.
11965 * remote.c: Add PACKET_Qbtrace_conf_bts_size enum.
11966 (remote_protocol_features): Add Qbtrace-conf:bts:size packet.
11967 (btrace_sync_conf): Synchronize bts size.
11968 (_initialize_remote): Add Qbtrace-conf:bts:size packet.
11969 * NEWS: Announce new commands and new packets.
11970
f4abbc16
MM
119712015-02-09 Markus Metzger <markus.t.metzger@intel.com>
11972
11973 * Makefile.in (XMLFILES): Add btrace-conf.dtd.
11974 * x86-linux-nat.c (x86_linux_enable_btrace): Update parameters.
11975 (x86_linux_btrace_conf): New.
11976 (x86_linux_create_target): Initialize to_btrace_conf.
11977 * nat/linux-btrace.c (linux_enable_btrace): Update parameters.
11978 Check format. Split into this and ...
11979 (linux_enable_bts): ... this.
11980 (linux_btrace_conf): New.
11981 (perf_event_skip_record): Renamed into ...
11982 (perf_event_skip_bts_record): ... this. Updated users.
11983 (linux_disable_btrace): Split into this and ...
11984 (linux_disable_bts): ... this.
11985 (linux_read_btrace): Check format.
11986 * nat/linux-btrace.h (linux_enable_btrace): Update parameters.
11987 (linux_btrace_conf): New.
11988 (btrace_target_info)<ptid>: Moved.
11989 (btrace_target_info)<conf>: New.
11990 (btrace_target_info): Split into this and ...
11991 (btrace_tinfo_bts): ... this. Updated users.
11992 * btrace.c (btrace_enable): Update parameters.
11993 (btrace_conf, parse_xml_btrace_conf_bts, parse_xml_btrace_conf)
11994 (btrace_conf_children, btrace_conf_attributes)
11995 (btrace_conf_elements): New.
11996 * btrace.h (btrace_enable): Update parameters.
11997 (btrace_conf, parse_xml_btrace_conf): New.
11998 * common/btrace-common.h (btrace_config): New.
11999 * feature/btrace-conf.dtd: New.
12000 * record-btrace.c (record_btrace_conf): New.
12001 (record_btrace_cmdlist): New.
12002 (record_btrace_enable_warn, record_btrace_open): Pass
12003 &record_btrace_conf.
12004 (record_btrace_info): Print recording format.
12005 (cmd_record_btrace_bts_start): New.
12006 (cmd_record_btrace_start): Call cmd_record_btrace_bts_start.
12007 (_initialize_record_btrace): Add "record btrace bts" subcommand.
12008 Add "record bts" alias command.
12009 * remote.c (remote_state)<btrace_config>: New.
12010 (remote_btrace_reset, PACKET_qXfer_btrace_conf): New.
12011 (remote_protocol_features): Add qXfer:btrace-conf:read.
12012 (remote_open_1): Call remote_btrace_reset.
12013 (remote_xfer_partial): Handle TARGET_OBJECT_BTRACE_CONF.
12014 (btrace_target_info)<conf>: New.
12015 (btrace_sync_conf, btrace_read_config): New.
12016 (remote_enable_btrace): Update parameters. Call btrace_sync_conf and
12017 btrace_read_conf.
12018 (remote_btrace_conf): New.
12019 (init_remote_ops): Initialize to_btrace_conf.
12020 (_initialize_remote): Add qXfer:btrace-conf packet.
12021 * target.c (target_enable_btrace): Update parameters.
12022 (target_btrace_conf): New.
12023 * target.h (target_enable_btrace): Update parameters.
12024 (target_btrace_conf): New.
12025 (target_object)<TARGET_OBJECT_BTRACE_CONF>: New.
12026 (target_ops)<to_enable_btrace>: Update parameters and comment.
12027 (target_ops)<to_btrace_conf>: New.
12028 * target-delegates: Regenerate.
12029 * target-debug.h (target_debug_print_const_struct_btrace_config_p)
12030 (target_debug_print_const_struct_btrace_target_info_p): New.
12031 * NEWS: Announce new command and new packet.
12032
aadf7753
MM
120332015-02-09 Markus Metzger <markus.t.metzger@intel.com>
12034
12035 * nat/linux-btrace.h (perf_event_buffer): New.
12036 (btrace_target_info) <buffer, size, data_head>: Replace with ...
12037 <bts>: ... this.
12038 * nat/linux-btrace.c (perf_event_header, perf_event_mmap_size)
12039 (perf_event_buffer_size, perf_event_buffer_begin)
12040 (perf_event_buffer_end, linux_btrace_has_changed): Removed.
12041 Updated users.
12042 (perf_event_new_data): New.
12043
043c3577
MM
120442015-02-09 Markus Metzger <markus.t.metzger@intel.com>
12045
12046 * btrace.c (btrace_enable): Pass BTRACE_FORMAT_BTS.
12047 * record-btrace.c (record_btrace_open): Remove call to
12048 target_supports_btrace.
12049 * remote.c (remote_supports_btrace): Update parameters.
12050 * target.c (target_supports_btrace): Update parameters.
12051 * target.h (to_supports_btrace, target_supports_btrace): Update
12052 parameters.
12053 * target-delegates.c: Regenerate.
12054 * target-debug.h (target_debug_print_enum_btrace_format): New.
12055 * nat/linux-btrace.c
12056 (kernel_supports_btrace): Rename into ...
12057 (kernel_supports_bts): ... this. Update users. Update warning text.
12058 (intel_supports_btrace): Rename into ...
12059 (intel_supports_bts): ... this. Update users.
12060 (cpu_supports_btrace): Rename into ...
12061 (cpu_supports_bts): ... this. Update users.
12062 (linux_supports_btrace): Update parameters. Split into this and ...
12063 (linux_supports_bts): ... this.
12064 * nat/linux-btrace.h (linux_supports_btrace): Update parameters.
12065
734b0e4b
MM
120662015-02-09 Markus Metzger <markus.t.metzger@intel.com>
12067
12068 * Makefile.in (SFILES): Add common/btrace-common.c.
12069 (COMMON_OBS): Add common/btrace-common.o.
12070 (btrace-common.o): Add build rules.
12071 * btrace.c (parse_xml_btrace): Update parameters.
12072 (parse_xml_btrace_block): Set format field.
12073 (btrace_add_pc, btrace_fetch): Use struct btrace_data.
12074 (do_btrace_data_cleanup, make_cleanup_btrace_data): New.
12075 (btrace_compute_ftrace): Split into this and...
12076 (btrace_compute_ftrace_bts): ...this.
12077 (btrace_stitch_trace): Split into this and...
12078 (btrace_stitch_bts): ...this.
12079 * btrace.h (parse_xml_btrace): Update parameters.
12080 (make_cleanup_btrace_data): New.
12081 * common/btrace-common.c: New.
12082 * common/btrace-common.h: Include common-defs.h.
12083 (btrace_block_s): Update comment.
12084 (btrace_format): New.
12085 (btrace_format_string): New.
12086 (btrace_data_bts): New.
12087 (btrace_data): New.
12088 (btrace_data_init, btrace_data_fini, btrace_data_empty): New.
12089 * remote.c (remote_read_btrace): Update parameters.
12090 * target.c (target_read_btrace): Update parameters.
12091 * target.h (target_read_btrace): Update parameters.
12092 (target_ops)<to_read_btrace>: Update parameters.
12093 * x86-linux-nat.c (x86_linux_read_btrace): Update parameters.
12094 * target-delegates.c: Regenerate.
12095 * target-debug (target_debug_print_struct_btrace_data_p): New.
12096 * nat/linux-btrace.c (linux_read_btrace): Split into this and...
12097 (linux_read_bts): ...this.
12098 * nat/linux-btrace.h (linux_read_btrace): Update parameters.
12099
bd2e0e9e
DE
121002015-02-06 Doug Evans <dje@google.com>
12101
12102 * remote-m32r-sdi.c: Include symfile.h.
12103
f176c4b5
DE
121042015-02-06 Doug Evans <dje@google.com>
12105
12106 * symtab.h (clear_symtab_users, deduce_language_from_filename): Move
12107 * symfile.h (clear_symtab_users, deduce_language_from_filename): ...
12108 to here.
12109
d6c146e9
PA
121102015-02-06 Pedro Alves <palves@redhat.com>
12111
12112 * linux-thread-db.c (find_new_threads_callback): Add debug output.
12113
b9d61307
SM
121142015-02-06 Simon Marchi <simon.marchi@ericsson.com>
12115
12116 PR gdb/15678
12117 * breakpoint.c (map_breakpoint_numbers): Check for empty args string.
12118 (enable_count_command): Check args for NULL value.
12119
e9fbd043
DE
121202015-02-05 Doug Evans <xdje42@gmail.com>
12121
12122 * guile/scm-frame.c: Fix spelling errors in a comment.
12123
881d5d5d
JK
121242015-02-04 Jan Kratochvil <jan.kratochvil@redhat.com>
12125
12126 * python/python-internal.h (Py_hash_t): Define it for Python <3.2.
12127 * python/py-value.c (valpy_fetch_lazy): Use it. Remove cast to the
12128 return type.
12129
20ba1ce6
PA
121302015-02-04 Pedro Alves <palves@redhat.com>
12131
12132 * linux-nat.c (handle_extended_wait): Don't resume LWPs here.
12133 (wait_lwp): Don't call wait_lwp if linux_handle_extended_wait
12134 returns true.
12135 (resume_stopped_resumed_lwps): Don't check whether the thread is
12136 marked as executing.
12137 (linux_nat_wait_1): Use resume_stopped_resumed_lwps.
12138
f962539a
AA
121392015-02-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
12140
12141 * regset.h (struct regset): Add flags field.
12142 (REGSET_VARIABLE_SIZE): New value for a regset's flags field.
12143 * corelow.c (get_core_register_section): Add warning if the size
12144 exceeds the requested size and the regset does not have the
12145 REGSET_VARIABLE_SIZE flag set.
12146 * alphanbsd-tdep.c (alphanbsd_gregset): Add REGSET_VARIABLE_SIZE
12147 flag.
12148 * armbsd-tdep.c (armbsd_gregset): Likewise.
12149 * hppa-hpux-tdep.c (hppa_hpux_regset): Likewise.
12150 * hppaobsd-tdep.c (hppaobsd_gregset): Likewise.
12151 * m68kbsd-tdep.c (m68kbsd_gregset): Likewise.
12152 * mipsnbsd-tdep.c (mipsnbsd_gregset): Likewise.
12153
dde9acd6
AA
121542015-02-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
12155
12156 * amd64-linux-tdep.c (amd64_linux_iterate_over_regset_sections):
12157 For ".reg-xstate", explicitly specify the requested section size
12158 via X86_XSTATE_SIZE instead of just 0 on input and
12159 X86_XSTATE_MAX_SIZE on output.
12160 * i386-linux-tdep.c (i386_linux_iterate_over_regset_sections):
12161 Likewise.
12162
1528345d
AA
121632015-02-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
12164
12165 PR corefiles/17808:
12166 * gdbarch.sh (iterate_over_regset_sections_cb): Document this
12167 function type, particularly its SIZE parameter.
12168 * gdbarch.h: Regenerate.
12169 * amd64-tdep.c (amd64_supply_fpregset): In gdb_assert, compare
12170 actual against required size using ">=" instead of "==".
12171 (amd64_collect_fpregset): Likewise.
12172 * i386-tdep.c (i386_supply_gregset): Likewise.
12173 (i386_collect_gregset): Likewise.
12174 (i386_supply_fpregset): Likewise.
12175 (i386_collect_fpregset): Likewise.
12176 * mips-linux-tdep.c (mips_supply_gregset_wrapper): Likewise.
12177 (mips_fill_gregset_wrapper): Likewise.
12178 (mips_supply_fpregset_wrapper): Likewise.
12179 (mips_fill_fpregset_wrapper): Likewise.
12180 (mips64_supply_gregset_wrapper): Likewise.
12181 (mips64_fill_gregset_wrapper): Likewise.
12182 (mips64_supply_fpregset_wrapper): Likewise.
12183 (mips64_fill_fpregset_wrapper): Likewise.
12184 * mn10300-linux-tdep.c (am33_supply_gregset_method): Likewise.
12185 (am33_supply_fpregset_method): Likewise.
12186 (am33_collect_gregset_method): Likewise.
12187 (am33_collect_fpregset_method): Likewise.
12188
518be979
DE
121892015-02-04 Doug Evans <dje@google.com>
12190 Pedro Alves <palves@redhat.com>
12191 Eli Zaretskii <eliz@gnu.org>
12192
12193 PR tui/17810
12194 * tui/tui-command.c (tui_refresh_cmd_win): New function.
12195 * tui/tui-command.c (tui_refresh_cmd_win): Declare.
12196 * tui/tui-file.c: #include tui/tui-command.h.
12197 (tui_file_fputs): Refresh command window if stream is not gdb_stdout.
12198 (tui_file_flush): Refresh command window if stream is gdb_stdout.
12199 * tui/tui-io.c (tui_puts): Remove calls to wrefresh, fflush.
12200
80bd5fab
PA
122012015-02-04 Pedro Alves <palves@redhat.com>
12202
12203 Fix build breakage.
12204 * event-loop.c (gdb_do_one_event): Add default switch case.
12205
a7606d80
JK
122062015-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
12207
12208 Filter out inferior gcc option -fpreprocessed.
12209 * compile/compile.c (filter_args): New function.
12210 (get_args): Use it.
12211
70b66289
PA
122122015-02-03 Pedro Alves <palves@redhat.com>
12213
12214 * event-loop.c: Don't declare nor define a queue type for
12215 gdb_event_p.
12216 (event_queue): Delete.
12217 (create_event, create_file_event, gdb_event_xfree)
12218 (initialize_event_loop, process_event): Delete.
12219 (gdb_do_one_event): Return as soon as one event is handled.
12220 (handle_file_event): Change prototype. Used the passed in
12221 file_handler pointer and ready_mask instead of looping over all
12222 file handlers.
12223 (gdb_wait_for_event): Update the poll/select timeouts before
12224 blocking. Run event handlers directly instead of queueing events.
12225 Return as soon as one event is handled.
12226 (struct async_event_handler_data): Delete.
12227 (invoke_async_event_handler): Delete.
12228 (check_async_event_handlers): Change return type to int. Run
12229 event handlers directly instead of queueing events. Return as
12230 soon as one event is handled.
12231 (handle_timer_event): Delete.
12232 (update_wait_timeout): New function, factored out from
12233 poll_timers.
12234 (poll_timers): Reimplement.
12235 * event-loop.h (initialize_event_loop): Delete declaration.
12236 * top.c (gdb_init): Don't call initialize_event_loop.
12237
b7d2e916
PA
122382015-02-03 Pedro Alves <palves@redhat.com>
12239
12240 * event-loop.c (clear_async_event_handler): New function.
12241 * event-loop.h (clear_async_event_handler): New declaration.
12242 * record-btrace.c (record_btrace_async): New function.
12243 (init_record_btrace_ops): Install record_btrace_async.
12244 * record-full.c (record_full_async): New function.
12245 (record_full_resume): Don't mark the async event source here.
12246 (init_record_full_ops): Install record_full_async.
12247 (record_full_core_resume): Don't mark the async event source here.
12248 (init_record_full_core_ops): Install record_full_async.
12249 * remote.c (remote_async): Mark and clear the async stop reply
12250 queue event-loop token as appropriate.
12251
d9d41e78
PA
122522015-02-03 Pedro Alves <palves@redhat.com>
12253
12254 * linux-nat.c (linux_child_follow_fork, linux_nat_wait_1): Use
12255 target_is_async_p instead of target_can_async.
12256 (linux_nat_wait): Use target_is_async_p instead of
12257 target_can_async. Don't enable async here.
12258 * remote.c (interrupt_query, remote_wait, putpkt_binary): Use
12259 target_is_async_p instead of target_can_async.
12260
aa3de267
SM
122612015-02-02 Simon Marchi <simon.marchi@ericsson.com>
12262
12263 * varobj.h (lang_varobj_ops): Mention which return values need
12264 to be freed.
12265
2c811c0f
JB
122662015-02-02 Joel Brobecker <brobecker@adacore.com>
12267
12268 * dwarf2loc.c (dwarf2_evaluate_property): Add i18n marker.
12269
b1eedac9
JB
122702015-02-02 Joel Brobecker <brobecker@adacore.com>
12271
12272 PR gdb/17856:
12273 * ada-lang.c (ada_lookup_symbol_list_worker): Do not re-cache
12274 results found in the cache.
12275
66c168ae
JB
122762015-02-02 Joel Brobecker <brobecker@adacore.com>
12277
12278 PR gdb/17854:
12279 * ada-lang.c (ada_get_symbol_cache): Set pspace_data->sym_cache
12280 when allocating a new one.
12281
4bdc02b2
TT
122822015-02-01 Tom Tromey <tom@tromey.com>
12283
12284 * MAINTAINERS: Remove myself.
12285
ae6ae975
DE
122862015-01-31 Doug Evans <xdje42@gmail.com>
12287
12288 * dwarf2read.c (process_structure_scope): Update setting of
12289 TYPE_VPTR_BASETYPE, TYPE_VPTR_FIELDNO.
12290 * gdbtypes.c (internal_type_vptr_fieldno): New function.
12291 (set_type_vptr_fieldno): New function.
12292 (internal_type_vptr_basetype): New function.
12293 (set_type_vptr_basetype): New function.
12294 (get_vptr_fieldno): Update setting of TYPE_VPTR_FIELDNO,
12295 TYPE_VPTR_BASETYPE.
12296 (allocate_cplus_struct_type): Initialize vptr_fieldno.
12297 (recursive_dump_type): Printing of vptr_fieldno, vptr_basetype ...
12298 (print_cplus_stuff): ... moved here.
12299 (copy_type_recursive): Don't copy TYPE_VPTR_BASETYPE.
12300 * gdbtypes.h (struct main_type): Members vptr_fieldno, vptr_basetype
12301 moved to ...
12302 (struct cplus_struct_type): ... here. All uses updated.
12303 (TYPE_VPTR_FIELDNO, TYPE_VPTR_BASETYPE): Rewrite.
12304 (internal_type_vptr_fieldno, set_type_vptr_fieldno): Declare.
12305 (internal_type_vptr_basetype, set_type_vptr_basetype): Declare.
12306 * stabsread.c (read_tilde_fields): Update setting of
12307 TYPE_VPTR_FIELDNO, TYPE_VPTR_BASETYPE.
12308
09e2d7c7
DE
123092015-01-31 Doug Evans <xdje42@gmail.com>
12310
12311 * cp-valprint.c (cp_find_class_member): Rename parameter domain_p
12312 to self_p.
12313 (cp_print_class_member): Rename local domain to self_type.
12314 * dwarf2read.c (quirk_gcc_member_function_pointer): Rename local
12315 domain_type to self_type.
12316 (set_die_type) <need_gnat_info>: Handle
12317 TYPE_CODE_METHODPTR, TYPE_CODE_MEMBERPTR, TYPE_CODE_METHOD.
12318 * gdb-gdb.py (StructMainTypePrettyPrinter): Handle
12319 TYPE_SPECIFIC_SELF_TYPE.
12320 * gdbtypes.c (internal_type_self_type): New function.
12321 (set_type_self_type): New function.
12322 (smash_to_memberptr_type): Rename parameter domain to self_type.
12323 Update setting of TYPE_SELF_TYPE.
12324 (smash_to_methodptr_type): Update setting of TYPE_SELF_TYPE.
12325 (smash_to_method_type): Rename parameter domain to self_type.
12326 Update setting of TYPE_SELF_TYPE.
12327 (check_stub_method): Call smash_to_method_type.
12328 (recursive_dump_type): Handle TYPE_SPECIFIC_SELF_TYPE.
12329 (copy_type_recursive): Ditto.
12330 * gdbtypes.h (enum type_specific_kind): New value
12331 TYPE_SPECIFIC_SELF_TYPE.
12332 (struct main_type) <type_specific>: New member self_type.
12333 (struct cplus_struct_type) <fn_field.type>: Update comment.
12334 (TYPE_SELF_TYPE): Rewrite.
12335 (internal_type_self_type, set_type_self_type): Declare.
12336 * gnu-v3-abi.c (gnuv3_print_method_ptr): Rename local domain to
12337 self_type.
12338 (gnuv3_method_ptr_to_value): Rename local domain_type to self_type.
12339 * m2-typeprint.c (m2_range): Replace TYPE_SELF_TYPE with
12340 TYPE_TARGET_TYPE.
12341 * stabsread.c (read_member_functions): Mark methods with
12342 TYPE_CODE_METHOD, not TYPE_CODE_FUNC. Update setting of
12343 TYPE_SELF_TYPE.
12344
4bfb94b8
DE
123452015-01-31 Doug Evans <xdje42@gmail.com>
12346
12347 * gdbtypes.h (TYPE_SELF_TYPE): Renamed from TYPE_DOMAIN_TYPE.
12348 All uses updated.
12349
5f4ce105
DE
123502015-01-31 Doug Evans <xdje42@gmail.com>
12351
12352 * gnu-v3-abi.c (gnuv3_dynamic_class): Assert only passed structs
12353 or unions. Return zero if union.
12354 (gnuv3_get_vtable): Call check_typedef. Assert only passed structs.
12355 (gnuv3_rtti_type): Pass already-check_typedef'd value to
12356 gnuv3_get_vtable.
12357 (compute_vtable_size): Assert only passed structs.
12358 (gnuv3_print_vtable): Don't call gnuv3_get_vtable for non-structs.
12359
f6b3afbf
DE
123602015-01-31 Doug Evans <xdje42@gmail.com>
12361
12362 * gdbtypes.c (copy_type_recursive): Handle all TYPE_SPECIFIC_FIELD
12363 kinds.
12364
cfb069a8
GB
123652015-01-31 Gary Benson <gbenson@redhat.com>
12366 Doug Evans <dje@google.com>
12367
12368 PR cli/9007
12369 PR cli/11920
12370 PR cli/15548
12371 * cli/cli-cmds.c (complete_command): Notify user if max-completions
12372 reached.
12373 * common/common-exceptions.h (enum errors)
12374 <MAX_COMPLETIONS_REACHED_ERROR>: New value.
12375 * completer.h (get_max_completions_reached_message): New declaration.
12376 (max_completions): Likewise.
12377 (completion_tracker_t): New typedef.
12378 (new_completion_tracker): New declaration.
12379 (make_cleanup_free_completion_tracker): Likewise.
12380 (maybe_add_completion_enum): New enum.
12381 (maybe_add_completion): New declaration.
12382 (throw_max_completions_reached_error): Likewise.
12383 * completer.c (max_completions): New global variable.
12384 (new_completion_tracker): New function.
12385 (free_completion_tracker): Likewise.
12386 (make_cleanup_free_completion_tracker): Likewise.
12387 (maybe_add_completions): Likewise.
12388 (throw_max_completions_reached_error): Likewise.
12389 (complete_line): Remove duplicates and limit result to max_completions
12390 entries.
12391 (get_max_completions_reached_message): New function.
12392 (gdb_display_match_list): Handle max_completions.
12393 (_initialize_completer): New declaration and function.
12394 * symtab.c: Include completer.h.
12395 (completion_tracker): New static variable.
12396 (completion_list_add_name): Call maybe_add_completion.
12397 (default_make_symbol_completion_list_break_on_1): Renamed from
12398 default_make_symbol_completion_list_break_on. Maintain
12399 completion_tracker across calls to completion_list_add_name.
12400 (default_make_symbol_completion_list_break_on): New function.
12401 * top.c (init_main): Set rl_completion_display_matches_hook.
12402 * tui/tui-io.c: Include completer.h.
12403 (tui_old_rl_display_matches_hook): New static global.
12404 (tui_rl_display_match_list): Notify user if max-completions reached.
12405 (tui_setup_io): Save/restore rl_completion_display_matches_hook.
12406 * NEWS (New Options): Mention set/show max-completions.
12407
e11c72c7
GB
124082015-01-31 Gary Benson <gbenson@redhat.com>
12409
12410 * symtab.c (struct add_name_data) <code>: New field.
12411 Updated comments.
12412 (add_symtab_completions): New function.
12413 (symtab_expansion_callback): Likewise.
12414 (default_make_symbol_completion_list_break_on): Set datum.code.
12415 Move minimal symbol scan before calling expand_symtabs_matching.
12416 Scan known primary symtabs for externs and statics before calling
12417 expand_symtabs_matching. Pass symtab_expansion_callback as
12418 expansion_notify argument to expand_symtabs_matching. Do not scan
12419 primary symtabs for externs and statics after calling
12420 expand_symtabs_matching.
12421
276d885b
GB
124222015-01-31 Gary Benson <gbenson@redhat.com>
12423
12424 * symfile.h (expand_symtabs_exp_notify_ftype): New typedef.
12425 (struct quick_symbol_functions) <expand_symtabs_matching>:
12426 New argument expansion_notify. All uses updated.
12427 (expand_symtabs_matching): New argument expansion_notify.
12428 All uses updated.
12429 * symfile-debug.c (debug_qf_expand_symtabs_matching):
12430 Also print expansion notify.
12431 * symtab.c (expand_symtabs_matching_via_partial): Call
12432 expansion_notify whenever a partial symbol table is expanded.
12433 * dwarf2read.c (dw2_expand_symtabs_matching): Call
12434 expansion_notify whenever a symbol table is instantiated.
12435
82083d6d
DE
124362015-01-31 Doug Evans <xdje42@gmail.com>
12437
12438 * cli-out.c: #include completer.h, readline/readline.h.
12439 (cli_mld_crlf, cli_mld_putch, cli_mld_puts): New functions.
12440 (cli_mld_flush, cld_mld_erase_entire_line): Ditto.
12441 (cli_mld_beep, cli_mld_read_key, cli_display_match_list): Ditto.
12442 * cli-out.h (cli_display_match_list): Declare.
12443 * completer.c (MB_INVALIDCH, MB_NULLWCH): New macros.
12444 (ELLIPSIS_LEN): Ditto.
12445 (gdb_get_y_or_n, gdb_display_match_list_pager): New functions.
12446 (gdb_path_isdir, gdb_printable_part, gdb_fnwidth): Ditto.
12447 (gdb_fnprint, gdb_print_filename): Ditto.
12448 (gdb_complete_get_screenwidth, gdb_display_match_list_1): Ditto.
12449 (gdb_display_match_list): Ditto.
12450 * completer.h (mld_crlf_ftype, mld_putch_ftype): New typedefs.
12451 (mld_puts_ftype, mld_flush_ftype, mld_erase_entire_line_ftype): Ditto.
12452 (mld_beep_ftype, mld_read_key_ftype): Ditto.
12453 (match_list_displayer): New struct.
12454 (gdb_display_match_list): Declare.
12455 * top.c (init_main): Set rl_completion_display_matches_hook.
12456 * tui/tui-io.c: #include completer.h.
12457 (printable_part, PUTX, print_filename, get_y_or_n): Delete.
12458 (tui_mld_crlf, tui_mld_putch, tui_mld_puts): New functions.
12459 (tui_mld_flush, tui_mld_erase_entire_line, tui_mld_beep): Ditto.
12460 (tui_mld_getc, tui_mld_read_key): Ditto.
12461 (tui_rl_display_match_list): Rewrite.
12462 (tui_handle_resize_during_io): New arg for_completion. All callers
12463 updated.
12464
f57d2163
DE
124652015-01-31 Doug Evans <xdje42@gmail.com>
12466
12467 Add symbol lookup cache.
12468 * NEWS: Document new options and commands.
12469 * symtab.c (symbol_cache_key): New static global.
12470 (DEFAULT_SYMBOL_CACHE_SIZE, MAX_SYMBOL_CACHE_SIZE): New macros.
12471 (SYMBOL_LOOKUP_FAILED): New macro.
12472 (symbol_cache_slot_state): New enum.
12473 (block_symbol_cache): New struct.
12474 (symbol_cache): New struct.
12475 (new_symbol_cache_size, symbol_cache_size): New static globals.
12476 (hash_symbol_entry, eq_symbol_entry): New functions.
12477 (symbol_cache_byte_size, resize_symbol_cache): New functions.
12478 (make_symbol_cache, free_symbol_cache): New functions.
12479 (get_symbol_cache, symbol_cache_cleanup): New function.
12480 (set_symbol_cache_size, set_symbol_cache_size_handler): New functions.
12481 (symbol_cache_lookup, symbol_cache_clear_slot): New function.
12482 (symbol_cache_mark_found, symbol_cache_mark_not_found): New functions.
12483 (symbol_cache_flush, symbol_cache_dump): New functions.
12484 (maintenance_print_symbol_cache): New function.
12485 (maintenance_flush_symbol_cache): New function.
12486 (symbol_cache_stats): New function.
12487 (maintenance_print_symbol_cache_statistics): New function.
12488 (symtab_new_objfile_observer): New function.
12489 (symtab_free_objfile_observer): New function.
12490 (lookup_static_symbol, lookup_global_symbol): Use symbol cache.
12491 (_initialize_symtab): Init symbol_cache_key. New parameter
12492 maint symbol-cache-size. New maint commands print symbol-cache,
12493 print symbol-cache-statistics, flush-symbol-cache.
12494 Install new_objfile, free_objfile observers.
12495
e700d1b2
JB
124962015-01-31 Joel Brobecker <brobecker@adacore.com>
12497
12498 PR symtab/17855
12499 * symfile.c (clear_symtab_users): Move call to breakpoint_re_set
12500 to end.
12501
9f050062
DE
125022015-01-31 Doug Evans <xdje42@gmail.com>
12503
12504 * NEWS: Mention inlined scripts in .debug_gdb_scripts section.
12505 * auto-load.c: #include ctype.h.
12506 (struct auto_load_pspace_info): Replace member loaded_scripts with
12507 new members loaded_script_files, loaded_script_texts.
12508 (auto_load_pspace_data_cleanup): Update.
12509 (init_loaded_scripts_info): Update.
12510 (get_auto_load_pspace_data_for_loading): Update.
12511 (maybe_add_script_file): Renamed from maybe_add_script. All callers
12512 updated.
12513 (maybe_add_script_text): New function.
12514 (clear_section_scripts): Update.
12515 (source_script_file, execute_script_contents): New functions.
12516 (source_section_scripts): Add support for
12517 SECTION_SCRIPT_ID_PYTHON_TEXT, SECTION_SCRIPT_ID_GUILE_TEXT.
12518 (print_scripts): New function.
12519 (auto_load_info_scripts): Also print inlined scripts.
12520 (maybe_print_unsupported_script_warning): Renamed from
12521 unsupported_script_warning_print. All callers updated.
12522 (maybe_print_script_not_found_warning): Renamed from
12523 script_not_found_warning_print. All callers updated.
12524 * extension-priv.h (struct extension_language_script_ops): New member
12525 objfile_script_executor.
12526 * extension.c (ext_lang_objfile_script_executor): New function.
12527 * extension.h (objfile_script_executor_func): New typedef.
12528 (ext_lang_objfile_script_executor): Declare.
12529 * guile/guile-internal.h (gdbscm_execute_objfile_script): Declare.
12530 * guile/guile.c (guile_extension_script_ops): Update.
12531 * guile/scm-objfile.c (gdbscm_execute_objfile_script): New function.
12532 * python/python.c (python_extension_script_ops): Update.
12533 (gdbpy_execute_objfile_script): New function.
12534
312809f8
EZ
125352015-01-31 Eli Zaretskii <eliz@gnu.org>
12536
12537 * tui/tui-io.c (tui_expand_tabs): New function.
12538 (tui_puts, tui_redisplay_readline): Expand TABs into the
12539 appropriate number of spaces.
12540 * tui/tui-regs.c: Include tui-io.h.
12541 (tui_register_format): Call tui_expand_tabs to expand TABs into
12542 the appropriate number of spaces.
12543 * tui/tui-io.h: Add prototype for tui_expand_tabs.
12544
b6577aab
DE
125452015-01-30 Doug Evans <dje@google.com>
12546
12547 * NEWS: "info source" command now display producer string if present.
12548 * source.c (source_info): Print producer string if present.
12549
6da58d3e
SM
125502015-01-30 Simon Marchi <simon.marchi@ericsson.com>
12551
12552 * varobj.c (varobj_delete): Fix comment.
12553
837ce252
SM
125542015-01-30 Simon Marchi <simon.marchi@ericsson.com>
12555
12556 * varobj.c (create_child): Modify comment.
12557
b09e2c59
SM
125582015-01-30 Simon Marchi <simon.marchi@ericsson.com>
12559
12560 * ada-varobj.c (ada_number_of_children): Constify struct varobj *
12561 parameter.
12562 (ada_name_of_variable): Same.
12563 (ada_path_expr_of_child): Same.
12564 (ada_value_of_variable): Same.
12565 (ada_value_is_changeable_p): Same.
12566 (ada_value_has_mutated): Same.
12567 * c-varobj.c (varobj_is_anonymous_child): Same.
12568 (c_is_path_expr_parent): Same.
12569 (c_number_of_children): Same.
12570 (c_name_of_variable): Same.
12571 (c_path_expr_of_child): Same.
12572 (get_type): Same.
12573 (c_value_of_variable): Same.
12574 (cplus_number_of_children): Same.
12575 (cplus_name_of_variable): Same.
12576 (cplus_path_expr_of_child): Same.
12577 (cplus_value_of_variable): Same.
12578 * jv-varobj.c (java_number_of_children): Same.
12579 (java_name_of_variable): Same.
12580 (java_path_expr_of_child): Same.
12581 (java_value_of_variable): Same.
12582 * varobj.c (number_of_children): Same.
12583 (name_of_variable): Same.
12584 (is_root_p): Same.
12585 (varobj_ensure_python_env): Same.
12586 (varobj_get_objname): Same.
12587 (varobj_get_expression): Same.
12588 (varobj_get_display_format): Same.
12589 (varobj_get_display_hint): Same.
12590 (varobj_has_more): Same.
12591 (varobj_get_thread_id): Same.
12592 (varobj_get_frozen): Same.
12593 (dynamic_varobj_has_child_method): Same.
12594 (varobj_get_gdb_type): Same.
12595 (is_path_expr_parent): Same.
12596 (varobj_default_is_path_expr_parent): Same.
12597 (varobj_get_language): Same.
12598 (varobj_get_attributes): Same.
12599 (varobj_is_dynamic_p): Same.
12600 (varobj_get_child_range): Same.
12601 (varobj_value_has_mutated): Same.
12602 (varobj_get_value_type): Same.
12603 (number_of_children): Same.
12604 (name_of_variable): Same.
12605 (check_scope): Same.
12606 (varobj_editable_p): Same.
12607 (varobj_value_is_changeable_p): Same.
12608 (varobj_floating_p): Same.
12609 (varobj_default_value_is_changeable_p): Same.
12610
2568868e
SM
126112015-01-30 Simon Marchi <simon.marchi@ericsson.com>
12612
12613 * varobj.c (varobj_get_path_expr): Set var->path_expr.
12614 * c-varobj.c (c_path_expr_of_child): Set local var instead of
12615 child->path_expr.
12616 (cplus_path_expr_of_child): Same.
12617
ca83fa81
SM
126182015-01-30 Simon Marchi <simon.marchi@ericsson.com>
12619
12620 * mi-cmd-var.c (print_varobj): Free varobj_get_expression
12621 result.
12622 (mi_cmd_var_info_expression): Same.
12623 * varobj.c (varobj_get_expression): Mention in the comment that
12624 the result must by freed by the caller.
12625
afa269ae
SM
126262015-01-30 Simon Marchi <simon.marchi@ericsson.com>
12627
12628 * mi/mi-cmd-var.c (mi_cmd_var_info_type): Free result of
12629 varobj_get_type.
12630 (varobj_update_one): Same.
12631 * varobj.c (update_type_if_necessary): Free curr_type_str and
12632 new_type_str.
12633 (varobj_get_type): Specify in comment that the result needs to be
12634 freed by the caller.
12635
cd366ee8
DE
126362015-01-29 Doug Evans <dje@google.com>
12637
12638 PR symtab/17890
12639 * dwarf2read.c (dwarf_decode_line_header): Punt if version > 4.
12640
38360086
MW
126412015-01-25 Mark Wielaard <mjw@redhat.com>
12642
12643 * dwarf2read.c (checkproducer): Call producer_is_gcc.
12644 * utils.c (producer_is_gcc_ge_4): Likewise.
12645 (producer_is_gcc): New function.
12646 * utils.h (producer_is_gcc): New declaration.
12647
df25ebbd
JB
126482015-01-29 Joel Brobecker <brobecker@adacore.com>
12649
12650 * gdbtypes.h (struct dynamic_prop): New PROP_ADDR_OFFSET enum
12651 kind.
12652 * gdbtypes.c (resolve_dynamic_type_internal): Replace "addr"
12653 parameter by "addr_stack" parameter.
12654 (resolve_dynamic_range): Replace "addr" parameter by
12655 "stack_addr" parameter. Update function documentation.
12656 Update code accordingly.
12657 (resolve_dynamic_array, resolve_dynamic_union)
12658 (resolve_dynamic_struct, resolve_dynamic_type_internal): Likewise.
12659 (resolve_dynamic_type): Update code, following the changes made
12660 to resolve_dynamic_type_internal's interface.
12661 * dwarf2loc.h (struct property_addr_info): New.
12662 (dwarf2_evaluate_property): Replace "address" parameter
12663 by "addr_stack" parameter. Adjust function documentation.
12664 (struct dwarf2_offset_baton): New.
12665 (struct dwarf2_property_baton): Update documentation of
12666 field "referenced_type" to be more general. New field
12667 "offset_info" in union data field.
12668 * dwarf2loc.c (dwarf2_evaluate_property): Replace "address"
12669 parameter by "addr_stack" parameter. Adjust code accordingly.
12670 Add support for PROP_ADDR_OFFSET properties.
12671 * dwarf2read.c (attr_to_dynamic_prop): Add support for
12672 DW_AT_data_member_location attributes as well. Use case
12673 statements instead of if/else condition.
12674
4a0ca9ec
JB
126752015-01-29 Joel Brobecker <brobecker@adacore.com>
12676
12677 * ada-varobj.c (ada_varobj_get_array_number_of_children):
12678 Return zero if PARENT_VALUE is NULL and parent_type's
12679 range type is dynamic.
12680
ddb87a81
JB
126812015-01-29 Joel Brobecker <brobecker@adacore.com>
12682
12683 * gdbtypes.c (is_dynamic_type_internal) <TYPE_CODE_RANGE>: Return
12684 nonzero if the type's subtype is dynamic.
12685 (resolve_dynamic_range): Also resolve the range's subtype.
12686
3d7ad9b4 126872015-01-29 Alexander Klimov <alserkli@inbox.ru> (tiny patch)
7a270e0c 12688
3d7ad9b4 12689 Pushed by Joel Brobecker <brobecker@adacore.com>.
7a270e0c
AK
12690 * symfile.c (unmap_overlay_command): Initialize sec to NULL.
12691
3a8b707a
DE
126922015-01-27 Doug Evans <dje@google.com>
12693
12694 * NEWS: Mention gdb.Objfile.username.
12695 * python/py-objfile.c (objfpy_get_username): New function.
12696 (objfile_getset): Add "username".
12697
d35b90fb
MW
126982015-01-24 Mark Wielaard <mjw@redhat.com>
12699
12700 * stack.c (return_command): Markup warning message with _.
12701
734ae125
DE
127022015-01-24 Doug Evans <xdje42@gmail.com>
12703
12704 * gdbtypes.h (TYPE_TYPE_SPECIFIC): Delete.
12705
527f3840
JK
127062015-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
12707
12708 Fix 100x slowdown regression on DWZ files.
12709 * dwarf2read.c (struct dwarf2_per_objfile): Add line_header_hash.
12710 (struct line_header): Add offset and offset_in_dwz.
12711 (dwarf_decode_lines): Add parameter decode_mapping to the declaration.
12712 (free_line_header_voidp): New declaration.
12713 (line_header_hash, line_header_hash_voidp, line_header_eq_voidp): New
12714 functions.
12715 (dwarf2_build_include_psymtabs): Update dwarf_decode_lines caller.
12716 (handle_DW_AT_stmt_list): Use line_header_hash.
12717 (free_line_header_voidp): New function.
12718 (dwarf_decode_line_header): Initialize offset and offset_in_dwz.
12719 (dwarf_decode_lines): New parameter decode_mapping, use it.
12720 (dwarf2_free_objfile): Free line_header_hash.
12721
f7e5394d
SM
127222015-01-23 Simon Marchi <simon.marchi@ericsson.com>
12723
12724 PR gdb/17416
12725 * valops.c (value_rtti_indirect_type): Catch exception thrown by
12726 value_ind.
12727
743649fd
MW
127282015-01-15 Mark Wielaard <mjw@redhat.com>
12729
12730 * dwarf2read.c (read_subroutine_type): Set TYPE_NO_RETURN from
12731 DW_AT_noreturn.
12732 * gdbtypes.h (struct func_type): Add is_noreturn field flag. Make
12733 calling_convention an 8 bit bit field.
12734 (TYPE_NO_RETURN): New macro.
12735 * infcmd.c (finish_command): Query if function does not return
12736 normally.
12737 * stack.c (return_command): Likewise.
12738
198297aa
PA
127392015-01-23 Pedro Alves <palves@redhat.com>
12740
12741 * linux-nat.c (linux_is_async_p): New macro.
12742 (linux_nat_is_async_p):
12743 (linux_nat_terminal_inferior): Check whether the target can async
12744 instead of whether it is already async.
12745 (linux_nat_terminal_ours): Don't check whether the target is
12746 async.
12747 (linux_async_pipe): Use linux_is_async_p.
12748
253828f1
JK
127492015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
12750
12751 * NEWS (Changes since GDB 7.9): Add 'thread apply all' option
12752 '-ascending'.
12753 * thread.c (tp_array_compar_ascending, tp_array_compar): New.
12754 (thread_apply_all_command): Parse CMD for tp_array_compar_ascending.
12755 Sort tp_array using tp_array_compar.
12756 (_initialize_thread): Extend thread_apply_all_command help.
12757
f0e8c4c5
JK
127582015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
12759
12760 * corelow.c (core_open): Call also thread_command.
12761 * gdbthread.h (thread_command): New prototype moved from ...
12762 * thread.c (thread_command): ... here.
12763 (thread_command): Make it global.
12764
03b79603
PA
127652015-01-22 Pedro Alves <palves@redhat.com>
12766
12767 * configure.ac [*mingw32*]: Check $curses_found instead of
12768 $prefer_curses.
12769 * configure: Regenerate.
12770 * windows-termcap.c: Remove HAVE_CURSES_H, HAVE_NCURSES_H and
12771 HAVE_NCURSES_NCURSES_H checks.
12772
6b8a872f
EZ
127732015-01-22 Eli Zaretskii <eliz@gnu.org>
12774
bbbbffbb 12775 * tui/tui.c (tui_enable) [__MINGW32__]: If the call to 'newterm'
6b8a872f
EZ
12776 fails with the 1st arg NULL, try again with "unknown". Don't test
12777 the "cup" capability: it isn't supported by the Windows port of
12778 ncurses, but the Windows console driver is still capable of
12779 supporting TUI.
12780
4b62a76e
JK
127812015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
12782
12783 * compile/compile.c (_initialize_compile): Use -fPIE for compile_args.
12784
82a864f9
EZ
127852015-01-22 Eli Zaretskii <eliz@gnu.org>
12786
12787 * Makefile.in (HFILES_NO_SRCDIR): Remove ada-varobj.h.
12788 (ALLDEPFILES): Remove irix5-nat.c. These two are part of the
12789 reason that "make TAGS" is broken.
12790
b35018fd
CG
127912015-01-22 Chen Gang <gang.chen.5i5j@gmail.com>
12792
12793 * hppa-tdep.c (inst_saves_gr): Fix logical working flow issues
12794 and check additional store instructions.
12795
ffbc4646
WW
127962015-01-21 Wei-cheng Wang <cole945@gmail.com>
12797
12798 * MAINTAINERS (Write After Approval): Add "Wei-cheng Wang".
12799
ddeca1df
WW
128002015-01-21 Wei-cheng Wang <cole945@gmail.com>
12801
12802 * ppc-linux-tdep.c (ppc_skip_trampoline_code,
12803 ppc_canonicalize_syscall, ppc_linux_syscall_record,
12804 ppc_linux_record_signal, ppc_init_linux_record_tdep): Add comments.
12805 * ppc64-tdep.c (ppc64_skip_trampoline_code): Likewise.
12806 * rs6000-tdep.c (rs6000_epilogue_frame_cache,
12807 rs6000_epilogue_frame_this_id, rs6000_epilogue_frame_prev_register,
12808 rs6000_epilogue_frame_sniffer, ppc_record_vsr, ppc_process_record_op4,
12809 ppc_process_record_op19, ppc_process_record_op31,
12810 ppc_process_record_op59, ppc_process_record_op60,
12811 ppc_process_record_op63): Likewise.
12812
049bb5de
JB
128132015-01-20 Joel Brobecker <brobecker@adacore.com>
12814
12815 * nat/linux-ptrace.c (linux_ptrace_attach_fail_reason_string)
12816 (linux_ptrace_test_ret_to_nx): Use safe_strerror instead of
12817 strerror.
12818
42b87c63 128192015-01-20 Wei-cheng Wang <cole945@gmail.com>
810c1026
WW
12820
12821 * rs6000-tdep.c (ppc_process_record_op4, ppc_process_record_op19,
12822 ppc_process_record_op31, ppc_process_record_op59,
12823 ppc_process_record_op60, ppc_process_record_op63,
12824 ppc_process_record): Fix -Wformat warning.
12825 * rs6000-tdep.c (rs6000_epilogue_frame_cache, ppc_process_record_op60):
12826 Remove unused variables.
12827
569340fc
CG
128282015-01-20 Chen Gang <gang.chen.5i5j@gmail.com>
12829
12830 * MAINTAINERS (Write After Approval): Add "Chen Gang".
12831
63413d85
EZ
128322015-01-19 Eli Zaretskii <eliz@gnu.org>
12833
12834 * configure.ac [*mingw32*]: Only add windows-termcap.o to
12835 CONFIG_OBS if not building with a curses library.
12836 * configure: Regenerate.
12837
12838 * windows-termcap.c: Include defs.h. Make the whole body empty if
12839 either one of HAVE_CURSES_H or HAVE_NCURSES_H or
12840 HAVE_NCURSES_NCURSES_H is defined.
12841
16d8013c
JB
128422015-01-19 Joel Brobecker <brobecker@adacore.com>
12843
12844 * rs6000-tdep.c (rs6000_gdbarch_init): Move divide operator
12845 from end of line to start of next line.
12846
cf90fd9a
WW
128472015-01-17 Wei-cheng Wang <cole945@gmail.com>
12848
12849 * ppc-linux-tdep.c (ppc_skip_trampoline_code):
12850 Scan PLT stub backward for reverse debugging.
12851 * ppc64-tdep.c (ppc64_skip_trampoline_code): Likewise.
12852
b4cdae6f
WW
128532015-01-17 Wei-cheng Wang <cole945@gmail.com>
12854 Ulrich Weigand <uweigand@de.ibm.com>
12855
12856 * configure.tgt (powerpc*-*-linux): Add linux-record.o to
12857 gdb_target_obs.
12858 (ppc_linux_record_tdep, ppc64_linux_record_tdep): New for linux syscall
12859 record.
12860 (ppc_canonicalize_syscall, ppc_linux_syscall_record,
12861 ppc_linux_record_signal, ppc_init_linux_record_tdep): New functions.
12862 (ppc_linux_init_abi): Set process_record, process_record_signal.
12863 * ppc-tdep.h (struct gdbarch_tdep): Add ppc_syscall_record and
12864 ppc_linux_record_tdep to gdbarch_tdep.
12865 (ppc_process_record): New declaration.
12866 * rs6000-tdep.c (ppc_record_vsr, ppc_process_record_op4,
12867 ppc_process_record_op19, ppc_process_record_op31,
12868 ppc_process_record_op59, ppc_process_record_op60,
12869 ppc_process_record_op63, ppc_process_record): New functions.
12870
2608dbf8
WW
128712015-01-17 Wei-cheng Wang <cole945@gmail.com>
12872
12873 * rs6000-tdep.c (rs6000_in_function_epilogue_p): Rename to
12874 rs6000_in_function_epilogue_frame_p and add an argument
12875 for frame_info.
12876 (rs6000_epilogue_frame_cache, rs6000_epilogue_frame_this_id,
12877 rs6000_epilogue_frame_prev_register, rs6000_epilogue_frame_sniffer):
12878 New functions.
12879 (rs6000_epilogue_frame_unwind): New.
12880 (rs6000_gdbarch_init): Append epilogue unwinder.
12881
4c347be6
SDJ
128822015-01-16 Sergio Durigan Junior <sergiodj@redhat.com>
12883
12884 * nat/linux-personality.c: Replace "#ifndef
12885 HAVE_DECL_ADDR_NO_RANDOMIZE" by "#if
12886 !HAVE_DECL_ADDR_NO_RANDOMIZE", fixing a regression in RHEL-5
12887 systems.
12888
9f2850ba
EZ
128892015-01-16 Eli Zaretskii <eliz@gnu.org>
12890
6cdb25f4
EZ
12891 * tui/tui-win.c (tui_rehighlight_all, tui_set_var_cmd): New
12892 functions.
12893 (_initialize_tui_win) <border-kind, border-mode>:
12894 <active-border-mode>: Use tui_set_var_cmd as the "set" function.
c54da50d
EZ
12895 (tui_set_tab_width_command): Fix the commentary.
12896
6cdb25f4
EZ
12897 * tui/tui-win.h: Add prototype for tui_rehighlight_all.
12898
bf555842
EZ
12899 * tui/tui-win.c (tui_scroll_left_command, tui_scroll_right_command):
12900 Doc fix.
cb86fcc1
EZ
12901 (tui_set_tab_width_command): Delete and recreate the source and
12902 the disassembly windows, to show the effect of the changed tab
12903 size immediately.
bf555842 12904
9f2850ba
EZ
12905 * tui/tui-data.h (LINE_PREFIX): Make shorter
12906 (MAX_PID_WIDTH): Enlarge from 14 to 19, to leave enough space for
12907 "Thread NNNNN.XXXX" thread ID notation on Windows.
12908
95761b2d
JK
129092015-01-16 Jan Kratochvil <jan.kratochvil@redhat.com>
12910
12911 Fix gcc-5 compilation.
12912 * hppa-tdep.c (inst_saves_gr): Fix parentheses typo.
12913
8cc73a39
SDJ
129142015-01-15 Sergio Durigan Junior <sergiodj@redhat.com>
12915
12916 * Makefile.in (HFILES_NO_SRCDIR): Add nat/linux-personality.h.
12917 (linux-personality.o): New rule.
12918 * common/common-defs.h: Include <stdint.h>.
12919 * config/aarch64/linux.mh (NATDEPFILES): Include
12920 linux-personality.o.
12921 * config/alpha/alpha-linux.mh (NATDEPFILES): Likewise.
12922 * config/arm/linux.mh (NATDEPFILES): Likewise.
12923 * config/i386/linux64.mh (NATDEPFILES): Likewise.
12924 * config/i386/linux.mh (NATDEPFILES): Likewise.
12925 * config/ia64/linux.mh (NATDEPFILES): Likewise.
12926 * config/m32r/linux.mh (NATDEPFILES): Likewise.
12927 * config/m68k/linux.mh (NATDEPFILES): Likewise.
12928 * config/mips/linux.mh (NATDEPFILES): Likewise.
12929 * config/pa/linux.mh (NATDEPFILES): Likewise.
12930 * config/powerpc/linux.mh (NATDEPFILES): Likewise.
12931 * config/powerpc/ppc64-linux.mh (NATDEPFILES): Likewise.
12932 * config/powerpc/spu-linux.mh (NATDEPFILES): Likewise.
12933 * config/s390/linux.mh (NATDEPFILES): Likewise.
12934 * config/sparc/linux64.mh (NATDEPFILES): Likewise.
12935 * config/sparc/linux.mh (NATDEPFILES): Likewise.
12936 * config/tilegx/linux.mh (NATDEPFILES): Likewise.
12937 * config/xtensa/linux.mh (NATDEPFILES): Likewise.
12938 * defs.h: Remove #include <stdint.h> (moved to
12939 common/common-defs.h).
12940 * linux-nat.c: Include nat/linux-personality.h. Remove #include
12941 <sys/personality.h>; do not define ADDR_NO_RANDOMIZE (moved to
12942 nat/linux-personality.c).
12943 (linux_nat_create_inferior): Remove code to disable address space
12944 randomization (moved to nat/linux-personality.c). Create cleanup
12945 to disable address space randomization.
12946 * nat/linux-personality.c: New file.
12947 * nat/linux-personality.h: Likewise.
12948
fb23d554
SDJ
129492015-01-15 Sergio Durigan Junior <sergiodj@redhat.com>
12950
12951 * Makefile.in (ALLDEPFILES): Including common/mingw-strerror.c and
12952 common/posix-strerror.c.
12953 (posix-strerror.o): New rule.
12954 (mingw-strerror.o): Likewise.
12955 * common/common-utils.h (safe_strerror): Move prototype to here,
12956 from utils.h.
12957 * common/common.host: New file.
12958 * common/mingw-strerror.c: Likewise.
12959 * common/posix-strerror.c: Likewise.
12960 * configure: Regenerated.
12961 * configure.ac: Source common/common.host. Add variable
12962 common_host_obs to gdb_host_obs.
12963 * contrib/ari/gdb_ari.sh: Mention gdb/common/mingw-strerror.c and
12964 gdb/common/posix-strerror.c when warning about the use of
12965 strerror.
12966 * mingw-hdep.c (safe_strerror): Remove definition; move it to
12967 common/mingw-strerror.c.
12968 * posix-hdep.c (safe_strerror): Remove definition; move it to
12969 common/posix-hdep.c.
12970 * utils.h (safe_strerror): Remove prototype; move to
12971 common/common-utils.h.
12972
3af8af43
JB
129732015-01-15 Joel Brobecker <brobecker@adacore.com>
12974
12975 GDB 7.8.2 released.
12976
bafffb51
JB
129772015-01-15 Joel Brobecker <brobecker@adacore.com>
12978
12979 * ada-lang.c (ada_array_bound_from_type): Ignore array's parallel
12980 ___XA type if the array has already been fixed.
12981
cdf43629
YQ
129822015-01-14 Yao Qi <yao@codesourcery.com>
12983
12984 * Makefile.in (ppc-linux.o): New rule.
12985 * config/powerpc/ppc64-linux.mh (NATDEPFILES): Add ppc-linux.o.
12986 * configure.ac: AC_CHECK_FUNCS(getauxval).
12987 * config.in: Re-generated.
12988 * configure: Re-generated.
12989 * nat/ppc-linux.h [__powerpc64__] (ppc64_64bit_inferior_p):
12990 Declare.
12991 * nat/ppc-linux.c: New file.
12992 * ppc-linux-nat.c (ppc_linux_target_wordsize) [__powerpc64__]:
12993 Call ppc64_64bit_inferior_p.
12994
514c5338
YQ
129952015-01-14 Yao Qi <yao@codesourcery.com>
12996
12997 * ppc-linux-nat.c (PT_ORIG_R3, PT_TRAP): Move to
12998 nat/ppc-linux.h.
12999 (PPC_FEATURE_CELL, PPC_FEATURE_BOOKE): Likewise.
13000 (PPC_FEATURE_HAS_DFP): Likewise.
13001 (PTRACE_GETVRREGS, PTRACE_SETVRREGS): Likewise.
13002 (PTRACE_GETVSXREGS, PTRACE_SETVSXREGS): Likewise.
13003 (PTRACE_GETEVRREGS, PTRACE_SETEVRREGS): Likewise.
13004 Include "nat/ppc-linux.h".
13005 * nat/ppc-linux.h: New file.
13006 * Makefile.in (HFILES_NO_SRCDIR): Add nat/ppc-linux.h.
13007
5589af0e
PA
130082015-01-14 Pedro Alves <palves@redhat.com>
13009
13010 PR gdb/17525
13011 * breakpoint.c: Include "interps.h".
13012 (bpstat_do_actions_1): Also check whether the interpreter is
13013 async.
13014
6c400b59
PA
130152015-01-14 Pedro Alves <palves@redhat.com>
13016
13017 PR cli/17828
13018 * infrun.c (reinstall_readline_callback_handler_cleanup): Don't
13019 reinstall if the interpreter is sync.
13020
e02c96a7
DE
130212015-01-13 Doug Evans <dje@google.com>
13022
13023 * objfiles.c (objfile_filename): New function.
13024 * objfiles.h (objfile_filename): Declare it.
13025 (objfile_name): Add function comment.
13026 * python/py-objfile.c (objfpy_lookup_objfile_by_name): Try both the
13027 bfd file name (which may be realpath'd), and the original name.
13028
3b2f13ff
JB
130292015-01-13 Joel Brobecker <brobecker@adacore.com>
13030
13031 * NEWS: Create a new section for the next release branch.
13032 Rename the section of the current branch, now that it has
13033 been cut.
13034
b4cfe7f8
JB
130352015-01-13 Joel Brobecker <brobecker@adacore.com>
13036
13037 GDB 7.9 branch created (92fc2e6978d9a7c8324c7e851dbee59e22ec7a37):
13038 * version.in: Bump version to 7.9.50.DATE-cvs.
13039
92fc2e69
JB
130402015-01-13 Joel Brobecker <brobecker@adacore.com>
13041
13042 * nat/linux-procfs.c (linux_proc_attach_tgid_threads):
13043 Remove trailing new-line in argument of call to warning.
13044
f71f0b0d
JB
130452015-01-13 Joel Brobecker <brobecker@adacore.com>
13046
13047 * linux-nat.c (attach_proc_task_lwp_callback): Remove trailing
13048 new-line in argument of call to "warning".
13049
04dccad0
JB
130502015-01-13 Joel Brobecker <brobecker@adacore.com>
13051
13052 * ada-lang.c (ada_lookup_symbol_nonlocal): If name not found
13053 in static block, then try searching for primitive types.
13054
08b13bdd
PP
130552015-01-12 Patrick Palka <patrick@parcs.ath.cx>
13056
13057 * top.h (gdb_add_history): Declare.
13058 * top.c (command_count): New variable.
13059 (gdb_add_history): New function.
13060 (gdb_safe_append_history): New static function.
13061 (quit_force): Call it.
13062 (command_line_input): Use gdb_add_history instead of
13063 add_history.
13064 * event-top.c (command_line_handler): Likewise.
13065
4ac15b59
JC
130662015-01-12 James Clarke <jrtc27@jrtc27.com> (tiny patch)
13067
13068 PR gdb/17046
13069 * darwin-nat.c: Replace <machine/setjmp.h> #include by
13070 <setjmp.h> #include.
13071
005e54bb
DE
130722015-01-11 Doug Evans <xdje42@gmail.com>
13073
13074 * dwarf2read.c (compute_delayed_physnames): Use TYPE_FN_FIELD_PHYSNAME.
13075
439250fb
DE
130762015-01-11 Doug Evans <xdje42@gmail.com>
13077
13078 PR gdb/15830
13079 * NEWS: The "maint demangle" command is renamed as "demangle".
13080 * demangle.c: #include cli/cli-utils.h, language.h.
13081 (demangle_command): New function.
13082 (_initialize_demangle): Add new command "demangle".
13083 * maint.c (maintenance_demangle): Stub out.
13084 (_initialize_maint_cmds): Update help text for "maint demangle",
13085 and mark as deprecated.
13086
ebf3aa72
MK
130872015-01-11 Mark Kettenis <kettenis@gnu.org>
13088
13089 * inf-ptrace.c (inf_ptrace_follow_fork): Adjust now that
13090 inferior_thread is a function.
13091
6bf045cd
PP
130922015-01-09 Patrick Palka <patrick@parcs.ath.cx>
13093
13094 * Makefile.in (.y.c): Don't munge yacc's #line
13095 directives.
13096
588dcc3e
PP
130972015-01-09 Patrick Palka <patrick@parcs.ath.cx>
13098
13099 * utils.c (defaulted_query): Rewrite to use gdb_readline_wrapper
13100 to prompt for input.
13101 * tui/tui-hooks.c (tui_query_hook): Remove.
13102 (tui_install_hooks): Don't set deprecated_query_hook.
13103 * tui/tui-io.c (tui_redisplay_readline): Fix off-by-one error in
13104 height calculation. Always update the command window's cur_line.
13105
9c02b525
PA
131062015-01-09 Pedro Alves <palves@redhat.com>
13107
13108 * breakpoint.c (hardware_breakpoint_inserted_here_p): New
13109 function.
13110 * breakpoint.h (hardware_breakpoint_inserted_here_p): New
13111 declaration.
13112 * linux-nat.c (linux_nat_status_is_event): Move higher up in file.
13113 (linux_resume_one_lwp): Store the thread's PC. Adjust to clear
13114 stop_reason.
13115 (check_stopped_by_watchpoint): New function.
13116 (save_sigtrap): Reimplement.
13117 (linux_nat_stopped_by_watchpoint): Adjust.
13118 (linux_nat_lp_status_is_event): Delete.
13119 (stop_wait_callback): Only call save_sigtrap after storing the
13120 pending status.
13121 (status_callback): If the thread had been stopped for a breakpoint
13122 that has since been removed, discard the event and resume the LWP.
13123 (count_events_callback, select_event_lwp_callback): Use
13124 lwp_status_pending_p instead of linux_nat_lp_status_is_event.
13125 (cancel_breakpoint): Rename to ...
13126 (check_stopped_by_breakpoint): ... this. Record whether the LWP
13127 stopped for a software breakpoint or hardware breakpoint.
13128 (select_event_lwp): Only give preference to the stepping LWP in
13129 all-stop mode. Adjust comments.
13130 (stop_and_resume_callback): Remove references to new_pending_p.
13131 (linux_nat_filter_event): Likewise. Leave exit events of the
13132 leader thread pending here. Handle signal short circuiting here.
13133 Only call save_sigtrap after storing the pending waitstatus.
13134 (linux_nat_wait_1): Remove 'retry' label. Remove references to
13135 new_pending. Don't handle leaving events the caller is not
13136 interested in pending here, nor handle signal short-circuiting
13137 here. Also give equal priority to all LWPs that have had events
13138 in non-stop mode. If reporting a software breakpoint event,
13139 unadjust the LWP's PC.
13140 * linux-nat.h (enum lwp_stop_reason): New.
13141 (struct lwp_info) <stop_pc>: New field.
13142 (struct lwp_info) <stopped_by_watchpoint>: Delete field.
13143 (struct lwp_info) <stop_reason>: New field.
13144 * x86-linux-nat.c (x86_linux_prepare_to_resume): Adjust.
13145
8af756ef
PA
131462015-01-09 Pedro Alves <palves@redhat.com>
13147
13148 * linux-nat.c (linux_handle_extended_wait) <PTRACE_EVENT_EXEC>:
13149 Set the LWP's 'resumed' flag.
13150
8a99810d
PA
131512015-01-09 Pedro Alves <palves@redhat.com>
13152
13153 * linux-nat.c (linux_resume_one_lwp): New function.
13154 (resume_lwp): Use lwp_status_pending_p and linux_resume_one_lwp.
13155 (linux_nat_resume): Use lwp_status_pending_p and
13156 linux_resume_one_lwp.
13157 (linux_handle_syscall_trap): Use linux_resume_one_lwp.
13158 (linux_handle_extended_wait): Use linux_resume_one_lwp.
13159 (status_callback, running_callback): Use lwp_status_pending_p.
13160 (lwp_status_pending_p): New function.
13161 (stop_and_resume_callback): Use lwp_status_pending_p.
13162 (linux_nat_filter_event): Use linux_resume_one_lwp.
13163 (linux_nat_wait_1): Always use status_callback to look for an LWP
13164 with a pending status. Use linux_resume_one_lwp.
13165 (resume_stopped_resumed_lwps): Use lwp_status_pending_p and
13166 linux_resume_one_lwp.
13167
f7ce857f
PA
131682015-01-09 Pedro Alves <palves@redhat.com>
13169
13170 * breakpoint.c (bp_location_inserted_here_p): New function,
13171 factored out from ...
13172 (breakpoint_inserted_here_p): ... here. Use
13173 ALL_BP_LOCATIONS_AT_ADDR.
13174 (software_breakpoint_inserted_here_p): Use
13175 bp_location_inserted_here_p and ALL_BP_LOCATIONS_AT_ADDR.
13176
c1a747c1
PA
131772014-01-09 Pedro Alves <palves@redhat.com>
13178
13179 Skip enabling event reporting if the kernel supports
13180 PTRACE_EVENT_CLONE.
13181 * linux-thread-db.c: Include "nat/linux-ptrace.h".
13182 (thread_db_use_events): New function.
13183 (try_thread_db_load_1): Check thread_db_use_events before enabling
13184 event reporting.
13185 (update_thread_state): New function.
13186 (attach_thread): Use it. Check thread_db_use_events before
13187 enabling event reporting.
13188 (thread_db_detach): Check thread_db_use_events before disabling
13189 event reporting.
13190 (find_new_threads_callback): Check thread_db_use_events before
13191 enabling event reporting. Update the thread's state if not using
13192 libthread_db events.
13193
a33e3959
PA
131942015-01-09 Pedro Alves <palves@redhat.com>
13195
13196 * linux-nat.c (lin_lwp_attach_lwp): Assert that the lwp id we're
13197 about to wait for is > 0.
13198 * linux-thread-db.c (find_new_threads_callback): Ignore thread if
13199 the kernel thread ID is -1.
13200
8784d563
PA
132012015-01-09 Pedro Alves <palves@redhat.com>
13202
13203 * linux-nat.c (attach_proc_task_lwp_callback): New function.
13204 (linux_nat_attach): Use linux_proc_attach_tgid_threads.
13205 (wait_lwp, linux_nat_filter_event): If not set yet, set the lwp's
13206 ptrace option flags.
13207 * linux-nat.h (struct lwp_info) <must_set_ptrace_flags>: New
13208 field.
13209 * nat/linux-procfs.c: Include <dirent.h>.
13210 (linux_proc_get_int): New parameter "warn". Handle it.
13211 (linux_proc_get_tgid): Adjust.
13212 (linux_proc_get_tracerpid): Rename to ...
13213 (linux_proc_get_tracerpid_nowarn): ... this.
13214 (linux_proc_pid_get_state): New function, factored out from
13215 (linux_proc_pid_has_state): ... this. Add new parameter "warn"
13216 and handle it.
13217 (linux_proc_pid_is_gone): New function.
13218 (linux_proc_pid_is_stopped): Adjust.
13219 (linux_proc_pid_is_zombie_maybe_warn)
13220 (linux_proc_pid_is_zombie_nowarn): New functions.
13221 (linux_proc_pid_is_zombie): Use
13222 linux_proc_pid_is_zombie_maybe_warn.
13223 (linux_proc_attach_tgid_threads): New function.
13224 * nat/linux-procfs.h (linux_proc_get_tgid): Update comment.
13225 (linux_proc_get_tracerpid): Rename to ...
13226 (linux_proc_get_tracerpid_nowarn): ... this, and update comment.
13227 (linux_proc_pid_is_gone): New declaration.
13228 (linux_proc_pid_is_zombie): Update comment.
13229 (linux_proc_pid_is_zombie_nowarn): New declaration.
13230 (linux_proc_attach_lwp_func): New typedef.
13231 (linux_proc_attach_tgid_threads): New declaration.
13232 * nat/linux-ptrace.c (linux_ptrace_attach_fail_reason): Adjust to
13233 use nowarn functions.
13234 (linux_ptrace_attach_fail_reason_string): Move here from
13235 gdbserver/linux-low.c and rename.
13236 (ptrace_supports_feature): If the current ptrace options are not
13237 known yet, check them now, instead of asserting.
13238 * nat/linux-ptrace.h (linux_ptrace_attach_fail_reason_string):
13239 Declare.
13240
883ed13e
PA
132412015-01-09 Pedro Alves <palves@redhat.com>
13242
13243 * linux-thread-db.c (thread_db_find_new_threads_silently)
13244 (try_thread_db_load_1, try_thread_db_load, thread_db_load_search)
13245 (find_new_threads_once): Print debug output on gdb_stdlog.
13246
1710aab8
CG
132472015-01-09 Chen Gang <gang.chen.5i5j@gmail.com>
13248 Pedro Alves <palves@redhat.com>
13249
13250 * compile/compile.c: Include "gdb_wait.h".
13251 (do_rmdir): Check return value, and free 'zap'.
13252
b597c318
YQ
132532015-01-08 Pedro Alves <palves@redhat.com>
13254 Yao Qi <yao@codesourcery.com>
13255
13256 * dwarf2loc.c (indirect_pieced_value): Don't call
13257 gdb_sign_extend. Call extract_signed_integer instead.
13258 * utils.c (gdb_sign_extend): Remove.
13259 * utils.h (gdb_sign_extend): Remove declaration.
13260
025ac414
PM
132612015-01-07 Pierre Muller <muller@sourceware.org>
13262
13263 PR symtab/17811
13264 * stabsread.c (define_symbol): Set language for C++ special symbols.
13265
fa5af12a
PP
132662015-01-07 Patrick Palka <patrick@parcs.ath.cx>
13267
13268 * inflow.c (initial_gdb_ttystate): Tweak comment.
13269
ea42d6f8
JB
132702015-01-07 Joel Brobecker <brobecker@adacore.com>
13271
13272 * inflow.c (set_initial_gdb_ttystate): Add empty line after
13273 comment documenting function.
13274
6a06d660
PP
132752015-01-07 Patrick Palka <patrick@parcs.ath.cx>
13276
13277 * terminal.h (set_initial_gdb_ttystate): Declare.
13278 * inflow.c (initial_gdb_ttystate): New static variable.
13279 (set_initial_gdb_ttystate): New setter.
13280 (child_terminal_init_with_pgrp): Copy initial_gdb_ttystate
13281 instead of our current terminal state.
13282 * top.c (gdb_init): Call set_initial_gdb_ttystate.
13283
e810d75b
JB
132842015-01-07 Joel Brobecker <brobecker@adacore.com>
13285
13286 * guile/scm-type.c (tyscm_array_1): Add comment.
13287 * python/py-type.c (typy_array_1): Add comment.
13288
fce10a84
JB
132892015-01-06 Joel Brobecker <brobecker@adacore.com>
13290
13291 * guile/scm-type.c (tyscm_array_1): Do not raise out-of-range
13292 error if N2 is equal to N1 - 1.
13293
8503d6e1
JB
132942015-01-06 Joel Brobecker <brobecker@adacore.com>
13295
13296 * python/py-type.c (typy_array_1): Do not raise negative-length
13297 exception if N2 is equal to N1 - 1.
13298
4d29c0a8
DE
132992015-01-03 Doug Evans <xdje42@gmail.com>
13300
13301 * c-exp.y: Whitespace cleanup.
13302 (classify_inner_name): Remove extra ;.
13303
eaa6a9a4
MR
133042015-01-02 Maciej W. Rozycki <macro@codesourcery.com>
13305
13306 * mips-tdep.c (mips32_scan_prologue): Keep the extracted stack
13307 offset signed.
13308
02fe9972
DE
133092015-01-02 Doug Evans <dje@google.com>
13310
13311 * dwarf2read.c (setup_type_unit_groups): Remove outdated comment.
13312
e2ada9cb
DE
133132015-01-02 Doug Evans <dje@google.com>
13314
13315 * symtab.h (struct symbol): Fix typo in comment.
13316
32d0add0
JB
133172015-01-01 Joel Brobecker <brobecker@adacore.com>
13318
13319 Update year range in copyright notice of all files.
13320
76f2b779
JB
133212015-01-01 Joel Brobecker <brobecker@adacore.com>
13322
13323 * top.c (print_gdb_version): Update copyright year to 2015.
13324
077309e2 133252015-01-01 Joel Brobecker <brobecker@adacore.com>
6bf6fd09 13326
077309e2 13327 * config/djgpp/fnchange.lst: Add entry for gdb/ChangeLog-2014.
6bf6fd09 13328
077309e2 13329For older changes see ChangeLog-2014.
c906108c
SS
13330\f
13331Local Variables:
13332mode: change-log
13333left-margin: 8
13334fill-column: 74
13335version-control: never
57da7796 13336coding: utf-8
c906108c 13337End:
This page took 2.444815 seconds and 4 git commands to generate.