gdb/linux-record: Fix struct sizes for x32
[deliverable/binutils-gdb.git] / gdb / ChangeLog
CommitLineData
10268a4c
MK
12015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
2
3 * amd64-linux-tdep.c (amd64_x32_linux_init_abi): Fix size_msghdr,
4 size_stack_t, size_size_t, size_iovec.
5
d9b19c49
MK
62015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
7
8 * aarch64-linux-tdep.c (aarch64_linux_init_abi): Fix size_termios.
9 * amd64-linux-tdep.c (amd64_linux_init_abi): Fix size_termios.
10 (amd64_x32_linux_init_abi): Fix size_termios.
11
c28ebe25
MK
122015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
13
14 * ppc-linux-tdep.c (ppc_init_linux_record_tdep): Fix TASK_COMM_LEN.
15
ff83a547
MK
162015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
17
18 * linux-record.c (record_linux_system_call): Fix old_select.
19
d2de23ad
MK
202015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
21
22 * linux-record.c (record_linux_system_call): Fix newstatat.
23
cb658d21
MK
242015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
25
26 * linux-record.c (record_linux_system_call): Fix [gs]etgroups16.
27
b80d067f
MK
282015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
29
30 * aarch64-linux-tdep.c (aarch64_linux_init_abi): Add size_time_t.
31 * amd64-linux-tdep.c (amd64_linux_init_abi): Add size_time_t.
32 (amd64_x32_linux_init_abi): Add size_time_t.
33 * arm-linux-tdep.c (arm_linux_init_abi): Add size_time_t.
34 * i386-linux-tdep.c (i386_linux_init_abi): Add size_time_t.
35 * linux-record.c (record_linux_system_call): Add time, waitpid, pipe
36 handling.
37 * linux-record.h (struct linux_record_tdep): Add size_time_t.
38 * ppc-linux-tdep.c (ppc_init_linux_record_tdep): Add size_time_t.
39
933c5a62
MK
402015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
41
42 * linux-record.c (record_linux_msghdr): Fix msg_namelen handling.
43
72aded86
MK
442015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
45
46 * aarch64-linux-tdep.c (aarch64_linux_init_abi): Remove
47 size_dirent{,64}, add size_old_dirent.
48 * amd64-linux-tdep.c (amd64_linux_init_abi): Remove size_dirent{,64},
49 add size_old_dirent.
50 (amd64_x32_linux_init_abi): Remove size_dirent{,64}, add
51 size_old_dirent.
52 * arm-linux-tdep.c (arm_linux_init_abi): Remove size_dirent{,64},
53 add size_old_dirent.
54 * i386-linux-tdep.c (i386_linux_init_abi): Remove size_dirent{,64},
55 add size_old_dirent.
56 * linux-record.c (record_linux_system_call): Fix handling of readdir
57 and getdents{,64}.
58 * linux-record.h (struct linux_record_tdep): Remove size_dirent{,64},
59 add size_old_dirent.
60 * ppc-linux-tdep.c (ppc_init_linux_record_tdep): Remove
61 size_dirent{,64}, add size_old_dirent.
62
7571f7f2
MK
632015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
64
65 * aarch64-linux-tdep.c (aarch64_linux_init_abi): Fix size_sigaction,
66 size_sigset_t, size_old_sigaction, size_old_sigset_t.
67 * amd64-linux-tdep.c (amd64_linux_init_abi): Fix size_sigaction,
68 size_sigset_t, size_old_sigaction, size_old_sigset_t.
69 (amd64_x32_linux_init_abi): Fix size_sigaction, size_sigset_t,
70 size_old_sigaction, size_old_sigset_t.
71 * arm-linux-tdep.c (arm_linux_init_abi): Fix size_sigaction,
72 size_old_sigaction, size_old_sigset_t.
73 * i386-linux-tdep.c (i386_linux_init_abi): Fix size_sigaction,
74 size_old_sigaction, size_old_sigset_t.
75 * ppc-linux-tdep.c (ppc_init_linux_record_tdep): Fix size_sigaction,
76 size_sigset_t, size_old_sigaction, size_old_sigset_t.
77
d625f9a9
MK
782015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
79
80 * arm-linux-tdep.c (arm_linux_init_abi): Fix size_[ug]id.
81 * i386-linux-tdep.c (i386_linux_init_abi): Fix size_[ug]id.
82
aefb52a6
MK
832015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
84
85 * aarch64-linux-tdep.c (aarch64_linux_init_abi): Remove size_siginfo.
86 * amd64-linux-tdep.c (amd64_linux_init_abi): Remove size_siginfo.
87 (amd64_x32_linux_init_abi): Remove size_siginfo.
88 * arm-linux-tdep.c (arm_linux_init_abi): Remove size_siginfo.
89 * i386-linux-tdep.c (i386_linux_init_abi): Remove size_siginfo.
90 * linux-record.c (record_linux_system_call): Change size_siginfo
91 to size_siginfo_t.
92 * linux-record.h (struct linux_record_tdep): Remove size_siginfo.
93 * ppc-linux-tdep.c (ppc_init_linux_record_tdep): Remove size_siginfo.
94
d2242e34
PA
952015-10-29 Pedro Alves <palves@redhat.com>
96
97 * mdebugread.c (add_data_symbol): New function, factored out from
98 ...
99 (parse_symbol): ... here. Delete 'theclass' local.
100
cb0a2700
SM
1012015-10-29 Simon Marchi <simon.marchi@polymtl.ca>
102
103 * jit.c (jit_target_read_impl): Add cast.
104
15cf126c
SM
1052015-10-29 Simon Marchi <simon.marchi@polymtl.ca>
106
107 * jit.c (jit_reader_load): Add cast.
108
b4069958
SM
1092015-10-29 Simon Marchi <simon.marchi@polymtl.ca>
110
111 * dwarf2read.c (partial_die_full_name): Add cast.
112
7535d5ed
PA
1132015-10-29 Pedro Alves <palves@redhat.com>
114
115 * common/vec.h (DEF_VEC_FUNC_P) [iterate]: Cast 0 to type T.
116
fa4c39cb
PA
1172015-10-29 Pedro Alves <palves@redhat.com>
118
119 * guile/scm-frame.c (gdbscm_unwind_stop_reason_string): Add cast.
120
e681cf3f
EZ
1212015-10-29 Eli Zaretskii <eliz@gnu.org>
122
123 * utils.c (init_page_info): Disable paging if INSIDE_EMACS is set
124 in the environment.
125
ebf05345
PA
1262015-10-29 Pedro Alves <palves@redhat.com>
127
128 * gnu-v2-abi.c (gnuv2_is_destructor_name)
129 (gnuv2_is_constructor_name): Add casts.
130
44a8b4df
PA
1312015-10-29 Pedro Alves <palves@redhat.com>
132
133 * common/common-exceptions.c (exception_none): Add cast.
134
e3bdafe2
PA
1352015-10-29 Pedro Alves <palves@redhat.com>
136
137 * compile/compile-c-types.c (struct type_map_instance)
138 <gcc_type>: Rename to gcc_type_handle.
139 (insert_type, convert_type): Adjust.
140
9c6595ab
PA
1412015-10-29 Pedro Alves <palves@redhat.com>
142
143 * dwarf2-frame-tailcall.c (dwarf2_tailcall_sniffer_first): Don't
144 assume that "break" breaks out of a TRY/CATCH.
145 * python/py-framefilter.c (py_print_single_arg): Don't assume
146 "continue" breaks out of a TRY/CATCH.
147 * python/py-value.c (valpy_binop_throw): New function, factored
148 out from ...
149 (valpy_binop): ... this.
150 (valpy_richcompare_throw): New function, factored
151 out from ...
152 (valpy_richcompare): ... this.
153 * solib.c (solib_read_symbols): Don't assume "break" breaks out
154 of a TRY/CATCH.
155 * common/common-exceptions.h [USE_RAW_CXX_TRY]
156 <TRY/CATCH/END_CATCH>: Define as 1-1 wrappers around try/catch.
157
93084fcd
SD
1582015-10-28 Simon Dardis <Simon.Dardis@imgtec.com>
159
160 * mips-linux-tdep.c (mips_linux_in_dynsym_stub): Recognise 'or'
161 as move along with [d]addu.
162
43cdf5ae
YQ
1632015-10-28 Yao Qi <yao.qi@linaro.org>
164
165 * aarch64-tdep.c (aarch64_software_single_step): Pass 1 to
166 aarch64_decode_insn.
167
b80c3053
PA
1682015-10-27 Pedro Alves <palves@redhat.com>
169
170 * common/print-utils.c (host_address_to_string): Rename to ...
171 (host_address_to_string_1): ... this.
172 * common/print-utils.h (host_address_to_string): Reimplement as
173 wrapper around host_address_to_string_1.
174 * utils.c (gdb_print_host_address): Rename to ...
175 (gdb_print_host_address_1): ... this.
176 * utils.h (gdb_print_host_address): Reimplement as wrapper macro
177 around host_address_to_string_1.
178
d09f2c3f
PA
1792015-10-27 Pedro Alves <palves@redhat.com>
180
181 * alpha-tdep.c (alpha_read_insn): Always pass TARGET_XFER_E_IO to
182 memory_error. Rename local 'status' to 'res'.
183 * c-lang.c (c_get_string): Always pass TARGET_XFER_E_IO to
184 memory_error.
185 * corefile.c (read_stack, read_code, write_memory): Always pass
186 TARGET_XFER_E_IO to memory_error.
187 * disasm.c (dis_asm_memory_error): Always pass TARGET_XFER_E_IO to
188 memory_error. Rename parameter 'status' to 'err'.
189 (dump_insns): Rename local 'status' to 'err'.
190 * mips-tdep.c (mips_fetch_instruction): Rename parameter 'statusp'
191 to 'errp'. Rename local 'status' to 'err'. Always pass
192 TARGET_XFER_E_IO to memory_error.
193 (mips_breakpoint_from_pc): Rename local 'status' to 'err'.
194 * target.c (target_read_memory, target_read_raw_memory)
195 (target_read_stack, target_read_code, target_write_memory)
196 (target_write_raw_memory): Return -1 on error instead of
197 TARGET_XFER_E_IO.
198 * valprint.c (val_print_string): Rename local 'errcode' to 'err'.
199 Always pass TARGET_XFER_E_IO to memory_error. Update comment.
200
c5192092
SM
2012015-10-27 Simon Marchi <simon.marchi@polymtl.ca>
202
203 * guile/guile-internal.h (gdbscm_with_guile): Change return
204 types to const char *.
205 * guile/scm-safe-call.c (gdbscm_with_guile): Likewise.
206 (struct c_data) <func>: Likewise.
207 (struct c_data) <result>: Change type to const char *.
208 (scscm_eval_scheme_string): Change return type to
209 const char *.
210 (scscm_source_scheme_script): Likewise.
211 (gdbscm_safe_eval_string): Change type of result variable to
212 const char * and remove cast.
213 (gdbscm_safe_source_script): Likewise.
214 * guile/scm-disasm.c (gdbscm_disasm_read_memory_worker):
215 Change return type to const char *.
216 (gdbscm_disasm_read_memory): Change type of status to
217 const char *.
218
79b289e2
PA
2192015-10-27 Pedro Alves <palves@redhat.com>
220
221 * source.c (openp): New local 'last_errno'. Use it to
222 save/restore errno.
223
709b5518
PA
2242015-10-27 Pedro Alves <palves@redhat.com>
225
226 * psymtab.c (dump_psymtab_addrmap_1): Add casts.
227
e0d13cbd
SM
2282015-10-27 Simon Marchi <simon.marchi@polymtl.ca>
229
230 * ctf.c (SET_ENUM_FIELD): New macro.
231 (ctf_read_status): Use it.
232 (ctf_read_tp): Use it.
233
c6486df5
SM
2342015-10-27 Simon Marchi <simon.marchi@polymtl.ca>
235
236 * guile/scm-breakpoint.c (gdbscm_set_breakpoint_stop_x): Add
237 scm_t_dynwind_flags casts.
238 * guile/scm-cmd.c (gdbscm_parse_command_name): Likewise.
239 * guile/scm-ports.c (gdbscm_open_memory): Likewise.
240 * guile/scm-value.c (gdbscm_value_to_string): Likewise.
241
70b8286a
SM
2422015-10-27 Simon Marchi <simon.marchi@polymtl.ca>
243
244 * ax.h (ax_raw_byte): New declaration.
245 * ax-general.c (ax_raw_byte): New function.
246 (ax_simple): Use ax_raw_byte.
247 * ax-gdb.c (gen_printf): Likewise.
248
a480de35
SM
2492015-10-27 Simon Marchi <simon.marchi@polymtl.ca>
250
251 * ada-lang.h (GROW_VECT): Add cast.
252
a04a15f5
DE
2532015-10-26 Doug Evans <xdje42@gmail.com>
254
255 * symtab.h (struct general_symbol_info> <ada_mangled>: Update comment.
256
d7f3ff3e
SM
2572015-10-26 Simon Marchi <simon.marchi@polymtl.ca>
258
259 * target.c (memory_xfer_partial): Change type of buf to gdb_byte
260 pointer.
261 (simple_search_memory): Cast return of memmem.
262
bf6778da
SM
2632015-10-26 Simon Marchi <simon.marchi@polymtl.ca>
264
265 * stap-probe.c (handle_stap_probe): Add (const char *) casts.
266
c9244484
SM
2672015-10-26 Simon Marchi <simon.marchi@polymtl.ca>
268
269 * ctf.c (ctf_xfer_partial): Return TARGET_XFER_E_IO instead of
270 -1 on error.
271
0fde2c53
DE
2722015-10-26 Doug Evans <dje@google.com>
273
274 PR symtab/17391
275 * dwarf2-frame.c (dwarf2_restore_rule): Call dwarf_reg_to_regnum
276 instead of gdbarch_dwarf2_reg_to_regnum.
277 (dwarf2_frame_cache): Ditto.
278 (read_addr_from_reg): Call dwarf_reg_to_regnum_or_error instead of
279 gdbarch_dwarf2_reg_to_regnum.
280 (get_reg_value): Ditto.
281 (dwarf2_fetch_cfa_info): Ditto.
282 (dwarf2_frame_prev_register): Ditto.
283 * dwarf2loc.c: #include "complaints.h".
284 (dwarf_expr_read_addr_from_reg): Call dwarf_reg_to_regnum_or_error
285 instead of gdbarch_dwarf2_reg_to_regnum.
286 (dwarf_expr_get_reg_value): Ditto.
287 (read_pieced_value): Ditto.
288 (write_pieced_value): Ditto.
289 (dwarf2_evaluate_loc_desc_full): Ditto.
290 (dwarf_reg_to_regnum): New function.
291 (throw_bad_regnum_error): New function.
292 (dwarf_reg_to_regnum_or_error): Renamed from
293 dwarf2_reg_to_regnum_or_errorChange to take a ULONGEST regnum.
294 All callers updated. Call throw_bad_regnum_error.
295 (locexpr_regname): Improve text of bad register number.
296 * dwarf2loc.h (dwarf_reg_to_regnum): Declare.
297 (dwarf_reg_to_regnum_or_error): Update prototype.
298 * dwarf2expr.c: #include "dwarf2loc.h".
299 (dwarf_block_to_sp_offset): Call dwarf_reg_to_regnum instead of
300 gdbarch_dwarf2_reg_to_regnum.
301 * gdbarch.sh (dwarf2_reg_to_regnum): Add comment.
302 * gdbarch.h: Regenerate.
303 * amd64-tdep.c (amd64_dwarf_reg_to_regnum): Remove warning for bad
304 register.
305 * avr-tdep.c (avr_dwarf_reg_to_regnum): Ditto.
306 * cris-tdep.c (cris_dwarf2_reg_to_regnum): Ditto.
307 * bfin-tdep.c (bfin_reg_to_regnum): Fix error checking.
308 * hppa-linux-tdep.c (hppa_dwarf_reg_to_regnum): Improve error checking.
309 Remove warning for bad register.
310 * hppa-tdep.c (hppa64_dwarf_reg_to_regnum): Ditto.
311 * i386-tdep.c (i386_svr4_dwarf_reg_to_regnum): Renamed from
312 i386_svr4_reg_to_regnum. Return -1 for bad registers.
313 (i386_svr4_reg_to_regnum): New function.
314 (i386_gdbarch_init): Update call to set_gdbarch_dwarf2_reg_to_regnum.
315 * microblaze-tdep.c (microblaze_dwarf2_reg_to_regnum): Don't assert
316 on bad registers, return -1.
317 * msp430-tdep.c (msp430_dwarf2_reg_to_regnum): Improve error checking.
318 Remove warning for bad register.
319 * nios2-tdep.c: Add static assert for NIOS2_NUM_REGS.
320 (nios2_dwarf_reg_to_regnum): Fix off-by-one error.
321 Remove warning for bad register. Return -1 for bad register.
322 * rl78-tdep.c (rl78_dwarf_reg_to_regnum): Don't flag an internal error
323 for bad register, return -1.
324 * rx-tdep.c (rx_dwarf_reg_to_regnum): Ditto.
325 * m68k-tdep.c (m68k_dwarf_reg_to_regnum): Fix error result.
326 * mep-tdep.c (mep_debug_reg_to_regnum): Ditto.
327 * mips-tdep.c (mips_stab_reg_to_regnum): Ditto.
328 (mips_dwarf_dwarf2_ecoff_reg_to_regnum): Ditto.
329 * mn10300-tdep.c (mn10300_dwarf2_reg_to_regnum): Remove warning
330 for bad regs.
331 * xtensa-tdep.c (xtensa_reg_to_regnum): Remove internal error for
332 bad regs. Fix error result.
333 * stabsread.c (stab_reg_to_regnum): Watch for negative regno.
334 (reg_value_complaint): Update complaint text.
335 * mdebugread.c (reg_value_complaint): New function.
336 (mdebug_reg_to_regnum): Rewrite to watch for bad reg numbers.
337
1a70ae97
DE
3382015-10-26 Doug Evans <dje@google.com>
339
340 PR python/18938
341 * cli/cli-cmds (source_script_fron_sctream): New arg file_to_open.
342 All callers updated.
343
372405a5
DE
3442015-10-26 Doug Evans <dje@google.com>
345
346 * psymtab.c (struct dump_psymtab_addrmap_data): Define.
347 (dump_psymtab_addrmap_1, dump_psymtab_addrmap): New functions.
348 (maintenance_print_psymbols): Print address map.
349
682b2546
DE
3502015-10-26 Doug Evans <dje@google.com>
351
352 * nat/linux-nat.h (__SIGRTMIN): Move here from gdbserver/linux-low.c.
353
963843d4
DE
3542015-10-26 Doug Evans <dje@google.com>
355
356 * common/gdb_wait.h (W_STOPCODE): Define, moved here from
357 gdbserver/linux-low.c.
358 (WSETSTOP): Simplify.
359
d41401ac
DE
3602015-10-26 Doug Evans <dje@google.com>
361
362 * linux-thread-db.c (find_new_threads_callback): Ditto.
363 (thread_db_pid_to_str): Ditto.
364
1522597b
SM
3652015-10-26 Simon Marchi <simon.marchi@polymtl.ca>
366
367 * guile/scm-ports.c (ioscm_make_gdb_stdio_port): Do not pass a
368 local char array to scm_mode_bits, use a cast instead.
369
7acd011b
SM
3702015-10-26 Simon Marchi <simon.marchi@ericsson.com>
371
372 * tui/tui-data.c (tui_alloc_content): Don't check xmalloc
373 result. Change type of element_block_ptr. Change allocation to
374 use XNEWVEC.
375
7cc53fba
LM
3762015-10-26 Luis Machado <lgustavo@codesourcery.com>
377
378 * record-full.c (record_full_message_wrapper_safe): Pass empty string to
379 catch_errors call instead of NULL.
380
48ffa2b8
SM
3812015-10-26 Simon Marchi <simon.marchi@polymtl.ca>
382
383 * guile/scm-ports.c (ioscm_make_gdb_stdio_port): Pass non-const
384 char pointer to scm_mode_bits.
385
585a269a
SM
3862015-10-26 Simon Marchi <simon.marchi@polymtl.ca>
387
388 * symtab.c (default_make_symbol_completion_list_break_on_1): Add
389 cast.
390
e0dd41e9
SM
3912015-10-26 Simon Marchi <simon.marchi@polymtl.ca>
392
393 * guile/scm-ports.c (gdbscm_memory_port_write): Declare new
394 "data" local variable and use it.
395
74ef968f
SM
3962015-10-26 Simon Marchi <simon.marchi@polymtl.ca>
397
398 * guile/scm-symbol.c (gdbscm_lookup_global_symbol): Add
399 domain_enum cast.
400 (gdbscm_lookup_symbol): Likewise.
401
2d5a88dc
IB
4022015-10-25 Iain Buclaw <ibuclaw@gdcproject.org>
403
404 * d-exp.y: Remove an obsolete comment and propagate the block
405 information to the produced expression.
406
f4ee58bd
SM
4072015-10-24 Simon Marchi <simon.marchi@polymtl.ca>
408
409 * tui/tui-data.c (tui_add_to_source_windows): Remove void *
410 cast.
411 (tui_add_content_elements): Likewise.
412
1650ca11
SM
4132015-10-24 Simon Marchi <simon.marchi@polymtl.ca>
414
415 * cli/cli-setshow.c (do_set_command): Constify p.
416
55e5bf59
SM
4172015-10-24 Simon Marchi <simon.marchi@polymtl.ca>
418
419 * nat/linux-ptrace.c (linux_ptrace_test_ret_to_nx): Replace
420 (void *) cast with (gdb_byte *).
421
49e66b4d
SM
4222015-10-24 Simon Marchi <simon.marchi@polymtl.ca>
423
424 * proc-service.c (ps_pdread): Add cast.
425
cfcb22a5
SM
4262015-10-24 Simon Marchi <simon.marchi@polymtl.ca>
427
428 * sparc64-tdep.c (sparc64_store_arguments): Split assignment of
429 valbuf.
430
ce746418
SM
4312015-10-24 Simon Marchi <simon.marchi@polymtl.ca>
432
433 * ia64-tdep.c (ia64_pseudo_register_write): Remove cast.
434 (ia64_push_dummy_call): Remove cast and change type of "to" to
435 array of gdb_byte.
436
a55515ee
SM
4372015-10-23 Simon Marchi <simon.marchi@polymtl.ca>
438
439 * linux-btrace.c (linux_enable_pt): Add cast to mmap return.
440
6ecf4e06
SM
4412015-10-23 Simon Marchi <simon.marchi@ericsson.com>
442
443 * observer.h (observer_${event}_notification_stub): Add cast.
444
034f1a81
YQ
4452015-10-23 Yao Qi <yao.qi@linaro.org>
446
447 * aarch64-tdep.c (aarch64_displaced_step_copy_insn): Set
448 dsd.insn_count to zero.
449
d236ad19
PA
4502015-10-22 Pedro Alves <palves@redhat.com>
451
452 * infrun.c (stop_after_trap): Delete.
453 (clear_proceed_status, handle_signal_stop, struct
454 infcall_control_state, save_infcall_control_state)
455 (restore_infcall_control_state): Remove references to
456 stop_after_trap.
457
db0f0d0c
SM
4582015-10-22 Simon Marchi <simon.marchi@ericsson.com>
459
460 * python/python.c (_initialize_python): Add cast.
461
fb70bc1a
SM
4622015-10-22 Simon Marchi <simon.marchi@ericsson.com>
463
464 * nto-tdep.c (nto_inferior_data): Add cast.
465
c72f45d1
PA
4662015-10-22 Pedro Alves <palves@redhat.com>
467
468 * windows-nat.c (do_initial_windows_stuff): Rewrite loop using
469 windows_wait and windows_resume directly instead of
470 wait_for_inferior and resume.
471
60905b1e
SM
4722015-10-22 Simon Marchi <simon.marchi@polymtl.ca>
473
474 * xtensa-tdep.h (XTREG): Add casts.
475 (XTREG_END): Likewise.
476
5af9928d
SM
4772015-10-22 Simon Marchi <simon.marchi@polymtl.ca>
478
479 * solib-spu.c (spu_bfd_iovec_pread): Add (gdb_byte *) cast.
480
3e45d68b
SM
4812015-10-22 Simon Marchi <simon.marchi@polymtl.ca>
482
483 * rs6000-tdep.c (variants): Add (enum bfd_architecture) cast.
484
709476c3
SM
4852015-10-22 Simon Marchi <simon.marchi@polymtl.ca>
486
487 * mips-linux-tdep.c (mips64_linux_get_longjmp_target): Change type of
488 buf to gdb_byte*.
489 (supply_32bit_reg): Add cast.
490 (mips64_fill_gregset): Likewise.
491
bed91f4d
SM
4922015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
493
494 PR python/18073
495 * python/py-type.c (typy_get_composite): Allow returning a
496 function type.
497
3f2f83dd
KB
4982015-10-21 Keven Boell <keven.boell@intel.com>
499
500 * dwarf2read.c (set_die_type): Add read of
501 DW_AT_allocated and DW_AT_associated.
502 * f-typeprint.c: New include of typeprint.h
503 (f_print_type): Add check for allocated/associated
504 status of type.
505 (f_type_print_varspec_suffix): Add check for
506 * gdbtypes.c (create_array_type_with_stride):
507 Add check for valid data location of type in
508 case allocated or associated attributes are set.
509 Length of an array should be only calculated if
510 allocated or associated is resolved as true.
511 (is_dynamic_type_internal): Add check for allocated/
512 associated.
513 (resolve_dynamic_array): Evaluate allocated/associated
514 properties.
515 * gdbtypes.h (enum dynamic_prop_node_kind): <DYN_PROP_ALLOCATED>
516 <DYN_PROP_ASSOCIATED>: New enums.
517 (TYPE_ALLOCATED_PROP, TYPE_ASSOCIATED_PROP): New macros.
518 (type_not_allocated): New function.
519 (type_not_associated): New function.
520 * valarith.c (value_subscripted_rvalue): Add check for
521 allocated/associated.
522 * valprint.c: New include of typeprint.h.
523 (valprint_check_validity): Add check for allocated/associated.
524 (value_check_printable): Add check for allocated/
525 associated.
526 * typeprint.h (val_print_not_allocated): New function.
527 (val_print_not_associated): New function.
528 * typeprint.c (val_print_not_allocated): New function.
529 (val_print_not_associated): New function.
530
8689682c
AT
5312015-10-21 Antoine Tremblay <antoine.tremblay@ericsson.com>
532
533 * Makefile.in: Add arm.c/o.
534 * arch/arm.c: New file.
535 * arch/arm.h: (IS_THUMB_ADDR): Move macro from arm-tdep.c.
536 (MAKE_THUMB_ADDR): Likewise.
537 (UNMAKE_THUMB_ADDR): Likewise.
538 * arm-tdep.c (int thumb_insn_size): Move to arm.c.
539 (IS_THUMB_ADDR): Move to arm.h.
540 (MAKE_THUMB_ADDR): Likewise.
541 (UNMAKE_THUMB_ADDR): Likewise.
542 * configure.tgt: Add arm.o to all ARM configs.
543
80f0110c
YQ
5442015-10-21 Yao Qi <yao.qi@linaro.org>
545
546 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
547 Remove argument exp_vCont_s.
548 * gdb.base/range-stepping.exp: Callers updated.
549 * gdb.trace/range-stepping.exp: Likewise.
550
d7161de4
AR
5512015-10-21 Aleksandar Ristovski <aristovski@qnx.com>
552
553 * gdb/nto-tdep.c (QNX_NOTE_NAME, QNX_INFO_SECT_NAME): New defines.
554 (nto_sniff_abi_note_section): New function.
555 (nto_elf_osabi_sniffer): Use new function to recognize nto specific
556 binary.
557
a9889169
AR
5582015-10-21 Aleksandar Ristovski <aristovski@qnx.com>
559
560 * nto-procfs.c (procfs_wait): Set stopped_flags nad stopped_pc.
561 (procfs_stopped_by_watchpoint): Use flags stored in inferior data.
562 * nto-tdep.c (nto_new_inferior_data_reg): New definition.
563 (nto_new_inferior_data, nto_inferior_data_cleanup, nto_inferior_data):
564 New functions.
565 (_initialize_nto_tdep): New forward declaration, new function.
566 * nto-tdep.h (struct nto_inferior_data): New struct.
567 (nto_inferior_data): New function declaration.
568
5f3ff4f8
JK
5692015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
570
571 * findvar.c (address_from_register): Check REGNUM validity.
572
e5343fde
AR
5732015-10-20 Aleksandar Ristovski <aristovski@qnx.com>
574
575 * gdb/nto-procfs.c (procfs_pid_to_exec_file): New function.
576 (init_procfs_targets): Wire new function.
577
8a6c0ccd
AR
5782015-10-20 Aleksandar Ristovski <aristovski@qnx.com>
579
580 * nto-procfs.c (sys/auxv.h): Include.
581 (procfs_xfer_partial): Implement TARGET_OBJECT_AUXV.
582 * nto-tdep.c (nto_read_auxv_from_initial_stack): New function.
583 * nto-tdep.h (nto_read_auxv_from_initial_stack): New declaration.
584
609c3040
AR
5852015-10-20 Aleksandar Ristovski <aristovski@qnx.com>
586
587 * nto-procfs.c (nto_procfs_path): Rename to...
588 (nodestr): ... this, and change type.
589 (nto_node): Use new variable and logic accordingly.
590 (procfs_open_1): Use new variable name. Use local buffer to construct
591 procfrs path.
592 (procfs_pidlist): Use NODESTR to construct procfs path.
593 (procfs_files_info): Use NODESTR to output meaningful text.
594 (do_attach): Construct procfs using NODESTR.
595 (procfs_create_inferior): Compare pointer to NULL.
596
bfd09d20
JS
5972015-10-19 Josh Stone <jistone@redhat.com>
598
599 * linux-nat.c (linux_handle_syscall_trap): Always update entry/
600 return state, even when not actively catching syscalls at all.
601 (linux_handle_extended_wait): Mark syscall_state like an entry.
602 (wait_lwp): Set syscall_state ignored for other traps.
603 (linux_nat_filter_event): Likewise.
604
29090fb6
LM
6052015-10-19 Luis Machado <lgustavo@codesourcery.com>
606
607 * remote.c (remote_wait_as): Set rs->waiting_for_stop_reply to 0
608 when handling 'E', 'T', 'S', 'X' and 'W' packets.
609 Do not set rs->waiting_for_stop_reply back to 1.
610
774ee6d2
AR
6112015-10-16 Aleksandar Ristovski <aristovski@qnx.com>
612
613 * nto-procfs.c (common/filestuff.h): Include.
614 (procfs_can_use_hw_breakpoint): Fix enum name.
615 (procfs_open_1): Fix compiler warning.
616 (procfs_pidlist): Make static.
617 (procfs_meminfo): Make static, fix type name, add missing argument.
618 (procfs_store_registers): Make static.
619 (procfs_thread_info): Remove unused function.
620 (_initialize_procfs): Forward declare.
621
e66acfb1
YQ
6222015-10-16 Yao Qi <yao.qi@arm.com>
623
624 * MAINTAINERS: Update my email address.
625
8d689ee5
YQ
6262015-10-15 Yao Qi <yao.qi@linaro.org>
627
628 * aarch64-linux-nat.c (aarch64_linux_insert_hw_breakpoint):
629 Call gdbarch_breakpoint_from_pc to instruction length.
630 (aarch64_linux_remove_hw_breakpoint): Likewise.
631 * common/common-regcache.h (regcache_register_size): Declare.
632 * nat/aarch64-linux-hw-point.c: Include "common-regcache.h".
633 (aarch64_point_is_aligned): Set alignment to 2 for breakpoint if
634 the process is 32bit, otherwise set alignment to 4.
635 (aarch64_handle_breakpoint): Update comments.
636 * regcache.c (regcache_register_size): New function.
637
89fdc87f
AR
6382015-10-15 Aleksandar Ristovski <aristovski@qnx.com>
639
640 * gdbarch.sh (core_regset_section): Remove.
641 * gdbarch.h: Regenerate.
642
6448a3e4
YQ
6432015-10-14 Yao Qi <yao.qi@linaro.org>
644
645 * arch/aarch64-insn.h (struct aarch64_memory_operand): Move enum
646 out of it.
647 (enum aarch64_memory_operand_type): New.
648
33f914a1
DE
6492015-10-13 David Edelsohn <dje.gcc@gmail.com>
650
651 * xcoffread.c (dwarf2_xcoff_names): Add .dwmac and .dwpbtyp.
652
e6a959d6
PA
6532015-10-13 Pedro Alves <palves@redhat.com>
654
655 * ada-lang.c (ada_enum_name): Constify local.
656 * ada-typeprint.c (print_range_bound): Constify locals.
657 * c-varobj.c (c_describe_child): Likewise.
658 * cli/cli-setshow.c (do_set_command): Likewise.
659 * gdb_vecs.c (delim_string_to_char_ptr_vec_append): Likewise.
660 * dwarf2read.c (find_file_and_directory): Likewise.
661 (anonymous_struct_prefix, dwarf2_name): Likewise.
662 * gnu-v3-abi.c (gnuv3_rtti_type): Likewise.
663 * go-lang.c (unpack_mangled_go_symbol): Likewise.
664 * jv-typeprint.c (java_type_print_base): Likewise.
665 * ser-tcp.c (net_open): Likewise.
666 * symfile.c (deduce_language_from_filename): Likewise.
667 * symtab.c (gdb_mangle_name): Likewise.
668 * tui/tui-io.c (tui_redisplay_readline): Likewise.
669
170742de
PA
6702015-10-13 Pedro Alves <palves@redhat.com>
671
672 * infrun.c (restore_execution_direction): New function.
673 (fetch_inferior_event): Use it instead of
674 make_cleanup_restore_integer.
675 (execution_direction): Change type to enum
676 exec_direction_kind.
677 * infrun.h (execution_direction): Likewise.
678
bfb1c796
PA
6792015-10-13 Pedro Alves <palves@redhat.com>
680
681 * ada-lang.c (ada_value_primitive_packed_val): Constify
682 locals. Use value_contents_writeable. Remove casts.
683
aa5c10ce
PA
6842015-10-13 Pedro Alves <palves@redhat.com>
685
686 * ada-lang.c (ada_value_primitive_packed_val): Add casts to malloc
687 and alloca calls.
688
4666fec3
SM
6892015-10-13 Simon Marchi <simon.marchi@polymtl.ca>
690
691 * lm32-tdep.c (lm32_push_dummy_call): Replace call to
692 write_memory with write_memory_unsigned_integer.
693
38bc8217 6942015-10-13 Simon Marchi <simon.marchi@polymtl.ca>
3953f15c
SM
695
696 * solib-dsbt.c (cmp_name): Constify arguments.
697 * solib-frv.c (cmp_name): Likewise.
698 * solib-svr4.c (svr4_create_solib_event_breakpoints): Likewise.
699 * solib.c (gdb_bfd_lookup_symbol_from_symtab): Likewise.
700 (bfd_lookup_symbol_from_dyn_symtab): Likewise.
701 (gdb_bfd_lookup_symbol): Likewise.
702 * solib.h (gdb_bfd_lookup_symbol): Likewise.
703 (gdb_bfd_lookup_symbol_from_symtab): Likewise.
704
a0d34a39
AB
7052015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
706
707 * stack.c (parse_frame_specification): Remove message parameter,
708 replace with fixed string in function body, update function
709 comment.
710 (frame_info): Remove message to parse_frame_specification.
711 (select_frame_command): Likewise.
712
edbbff4a
AB
7132015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
714
715 * stack.c (parse_frame_specification): Delete.
716 (parse_frame_specification_1): Rename to
717 parse_frame_specification.
718 (frame_info): Use parse_frame_specification.
719 (select_frame_command): Likewise.
720 (return_command): Use select_frame and print_stack_frame rather
721 than frame_command and select_frame_command.
722 (func_command): Use get_current_frame rather than
723 parse_frame_specification.
724
9d622bda
AB
7252015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
726
727 * stack.c (func_command): Return early when there is no ARG
728 string.
729
8d3fea16
AB
7302015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
731
732 * stack.c: Include safe-ctype.h not ctype.h.
733 (parse_frame_specification): Use ISSPACE not isspace.
734 (backtrace_command): Use TOLOWER not tolower.
735
f54b226f
SM
7362015-10-12 Simon Marchi <simon.marchi@polymtl.ca>
737
738 * mep-tdep.c (current_me_module): Add cast.
739 (mep_gdbarch_init): Likewise.
740
6da660c7
SM
7412015-10-12 Simon Marchi <simon.marchi@polymtl.ca>
742
743 * m32c-tdep.c (m32c_move_reg_t): Replace with...
744 (m32c_write_reg_t): ...this and...
745 (m32c_read_reg_t): ...this.
746 (struct m32c_reg): Update types of read and write.
747 (m32c_raw_read): Change declaration type to m32c_read_reg_t and
748 adjust definition.
749 (m32c_banked_read): Likewise.
750 (m32c_sb_read): Likewise.
751 (m32c_part_read): Likewise.
752 (m32c_cat_read): Likewise.
753 (m32c_r3r2r1r0_read): Likewise.
754 (m32c_raw_write): Change declaration type to m32c_write_reg_t
755 and adjust definition.
756 (m32c_banked_write): Likewise.
757 (m32c_sb_write): Likewise.
758 (m32c_part_write): Likewise.
759 (m32c_cat_write): Likewise.
760 (m32c_r3r2r1r0_write): Likewise.
761
1f713e48
SM
7622015-10-12 Simon Marchi <simon.marchi@polymtl.ca>
763
764 * aarch64-linux-tdep.c (aarch64_linux_syscall_record): Add cast.
765
cb65d272
SM
7662015-10-12 Simon Marchi <simon.marchi@polymtl.ca>
767
768 * aarch64-linux-tdep.c (aarch64_canonicalize_syscall): Return
769 gdb_sys_no_syscall instead of -1.
770
eda14cf2
YQ
7712015-10-12 Yao Qi <yao.qi@linaro.org>
772
773 * NEWS: Mention the change.
774
1c2e1515
YQ
7752015-10-12 Yao Qi <yao.qi@linaro.org>
776
777 * arch/aarch64-insn.c (emit_load_store): Rename to ...
778 (aarch64_emit_load_store): ... it. All callers updated.
779
e1c587c3
YQ
7802015-10-12 Yao Qi <yao.qi@linaro.org>
781
782 * arch/aarch64-insn.c (emit_insn): Rename to ...
783 (aarch64_emit_insn): ... it. All callers updated.
784
b6542f81
YQ
7852015-10-12 Yao Qi <yao.qi@linaro.org>
786
787 * aarch64-linux-tdep.c: Include arch-utils.h.
788 (aarch64_linux_init_abi): Call set_gdbarch_max_insn_length,
789 set_gdbarch_displaced_step_copy_insn,
790 set_gdbarch_displaced_step_fixup,
791 set_gdbarch_displaced_step_free_closure,
792 set_gdbarch_displaced_step_location,
793 and set_gdbarch_displaced_step_hw_singlestep.
794 * aarch64-tdep.c (struct displaced_step_closure): New.
795 (struct aarch64_displaced_step_data): New.
796 (aarch64_displaced_step_b): New function.
797 (aarch64_displaced_step_b_cond): Likewise.
798 (aarch64_register): Likewise.
799 (aarch64_displaced_step_cb): Likewise.
800 (aarch64_displaced_step_tb): Likewise.
801 (aarch64_displaced_step_adr): Likewise.
802 (aarch64_displaced_step_ldr_literal): Likewise.
803 (aarch64_displaced_step_others): Likewise.
804 (aarch64_displaced_step_copy_insn): Likewise.
805 (aarch64_displaced_step_fixup): Likewise.
806 (aarch64_displaced_step_hw_singlestep): Likewise.
807 * aarch64-tdep.h (DISPLACED_MODIFIED_INSNS): New macro.
808 (aarch64_displaced_step_copy_insn): Declare.
809 (aarch64_displaced_step_fixup): Declare.
810 (aarch64_displaced_step_hw_singlestep): Declare.
811 * arch/aarch64-insn.c (emit_insn): Moved from
812 gdbserver/linux-aarch64-low.c.
813 (emit_load_store): Likewise.
814 * arch/aarch64-insn.h (enum aarch64_opcodes): Moved from
815 gdbserver/linux-aarch64-low.c.
816 (struct aarch64_register): Likewise.
817 (struct aarch64_memory_operand): Likewise.
818 (ENCODE): Likewise.
819 (can_encode_int32): New macro.
820 (emit_b, emit_bcond, emit_cb, emit_ldr, emit_ldrsw): Likewise.
821 (emit_tb, emit_nop): Likewise.
822 (emit_insn): Declare.
823 (emit_load_store): Declare.
824
246994ce
YQ
8252015-10-12 Yao Qi <yao.qi@linaro.org>
826
827 * arch/aarch64-insn.c (aarch64_decode_ldr_literal): Moved from
828 gdbserver/linux-aarch64-low.c.
829 (aarch64_relocate_instruction): Likewise.
830 * arch/aarch64-insn.h (aarch64_decode_ldr_literal): Declare.
831 (struct aarch64_insn_data): Moved from
832 gdbserver/linux-aarch64-low.c.
833 (struct aarch64_insn_visitor): Likewise.
834 (aarch64_relocate_instruction): Declare.
835
2520f728
PMR
8362015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
837
838 * eval.c (evaluate_subexp_standard) <STRUCTOP_STRUCT>: If
839 EVAL_AVOID_SIDE_EFFECTS mode, forward the VALUE_LVAL attribute
840 to the returned value.
841
5b639dea
JB
8422015-10-09 Joel Brobecker <brobecker@adacore.com>
843
844 * ada-lang.c (ada_unpack_from_contents): Add guard that unpacked
845 is large enough for BIT_SIZE. Update function comment.
846
0cafa88c
JB
8472015-10-09 Joel Brobecker <brobecker@adacore.com>
848
849 * ada-lang.c (ada_value_primitive_packed_val): Move
850 src_len variable to local block where used. Override
851 BIT_SIZE if bigger than size of resolved type.
852
220475ed
JB
8532015-10-09 Joel Brobecker <brobecker@adacore.com>
854
855 * gdbtypes.h (is_scalar_type): Add extern declaration.
856 * gdbtypes.c (is_scalar_type): Make non-static.
857 * ada-lang.c (ada_value_primitive_packed_val): Use is_scalar_type
858 to compute IS_SCALAR instead of doing it ourselves.
859
d0a9e810
JB
8602015-10-09 Joel Brobecker <brobecker@adacore.com>
861
862 * ada-lang.c (ada_value_primitive_packed_val): Rework handling
863 of case where TYPE is dynamic.
864
f93fca70
JB
8652015-10-09 Joel Brobecker <brobecker@adacore.com>
866
867 * ada-lang.c (ada_unpack_from_contents): New function,
868 extracted from ada_value_primitive_packed_val.
869 (ada_value_primitive_packed_val): Replace extracted out code
870 by call to ada_unpack_from_contents.
871
a1c95e6b
JB
8722015-10-09 Joel Brobecker <brobecker@adacore.com>
873
874 * ada-lang.c (ada_value_primitive_packed_val): Reorder local
875 variable declarations.
876
fbd000da
JB
8772015-10-09 Joel Brobecker <brobecker@adacore.com>
878
879 * ada-lang.c (ada_value_primitive_packed_val): Change the type
880 of local variables src and unpacked to "gdb_type *" instead of
881 "unsigned char *".
882
086ca51f
JB
8832015-10-09 Joel Brobecker <brobecker@adacore.com>
884
885 * ada-lang.c (ada_value_primitive_packed_val): Make the name
886 of various local variables more explicit and consistent.
887 No real code change otherwise.
888
c5bcd278
SM
8892015-10-09 Simon Marchi <simon.marchi@ericsson.com>
890
891 * i386-tdep.h (struct gdbarch_tdep): Change type of
892 register_reggroup_p to gdbarch_register_reggroup_p_ftype.
893
78c5b882
SM
8942015-10-09 Simon Marchi <simon.marchi@ericsson.com>
895
896 * cris-tdep.c (struct instruction_environment): Change type of
897 byte_order to enum bfd_endian.
898
f9fa37b3
SM
8992015-10-09 Simon Marchi <simon.marchi@ericsson.com>
900
901 * arm-linux-tdep.c (arm_canonicalize_syscall): Add
902 enum gdb_syscall casts.
903
7c543f7b
SM
9042015-10-09 Simon Marchi <simon.marchi@ericsson.com>
905
906 * aarch64-tdep.c (stack_item_t): Change type of data to gdb_byte*.
907 * arm-tdep.c (struct stack_item): Likewise.
908 (push_stack_item): Add gdb_byte* cast.
909 * avr-tdep.c (struct stack_item): Change type of data to gdb_byte*.
910 (push_stack_item): Add gdb_byte* cast.
911 * cli/cli-dump.c (dump_memory_to_file): Change type of buf to gdb_byte*
912 and add cast.
913 * cris-tdep.c (struct stack_item): Change type of data to gdb_byte*.
914 (push_stack_item): Add gdb_byte* cast.
915 * gcore.c (gcore_copy_callback): Change type of memhunk to gdb_byte* and
916 add cast.
917 * gdbtypes.h (print_scalar_formatted): Change type of first parameter to
918 gdb_byte*.
919 * h8300-tdep.c (h8300_extract_return_value): Change type of valbuf to
920 gdb_byte* and remove unnecessary cast.
921 (h8300h_extract_return_value): Likewise.
922 (h8300_store_return_value): Change type of valbuf to gdb_byte*.
923 (h8300h_store_return_value): Likewise.
924 * iq2000-tdep.c (iq2000_extract_return_value): Change type of valbuf to
925 gdb_byte* and remove unnecessary cast.
926 * jit.c (jit_reader_try_read_symtab): Change type of gdb_mem to gdb_byte*
927 and add cast.
928 * m32r-tdep.c (m32r_store_return_value): Change type of valbuf to
929 gdb_byte* and remove unnecessary cast.
930 (m32r_extract_return_value): Change type of dst to gdb_byte* and remove
931 valbuf.
932 * mep-tdep.c (mep_pseudo_cr32_read): Change type of buf to gdb_byte*.
933 (mep_pseudo_cr64_read): Likewise.
934 (mep_pseudo_csr_write): Likewise.
935 (mep_pseudo_cr32_write): Likewise.
936 (mep_pseudo_cr64_write): Likewise.
937 * mi/mi-main.c (mi_cmd_data_write_memory): Change type of buffer to
938 gdb_byte* and add cast.
939 * moxie-tdep.c (moxie_store_return_value): Change type of valbuf to
940 gdb_byte* and remove unnecessary cast.
941 (moxie_extract_return_value): Change type of dst to gdb_byte* and remove
942 valbuf.
943 * p-valprint.c (print_scalar_formatted): Change type of valaddr to
944 gdb_byte*.
945 * printcmd.c (void): Likewise.
946 * python/py-inferior.c (infpy_read_memory): Change type of buffer to
947 gdb_byte* and add cast.
948 (infpy_write_memory): Likewise.
949 (infpy_search_memory): Likewise.
950 * regcache.c (regcache_raw_write_signed): Change type of buf to gdb_byte*
951 and add cast.
952 (regcache_raw_write_unsigned): Likewise.
953 (regcache_cooked_write_signed): Likewise.
954 (regcache_cooked_write_unsigned): Likewise.
955 * sh64-tdep.c (h64_extract_return_value): Change type of valbuf to
956 gdb_byte*.
957
7567e115
SM
9582015-10-09 Simon Marchi <simon.marchi@ericsson.com>
959
960 * fbsd-tdep.c (fbsd_collect_regset_section_cb): Add cast.
961 * linux-tdep.c (linux_collect_regset_section_cb_data): Likewise.
962
f9acce4a
EZ
9632015-10-09 Eli Zaretskii <eliz@gnu.org>
964
965 * stack.c (print_stack_frame):
966 * utils.c (printchar): Fix typos in commentary.
967
d5d8c4e1
IB
9682015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
969
970 * d-exp.y: (UnaryExpression): Support `type.sizeof' expressions.
971 (PostfixExpression): Support `expr.sizeof' expressions.
972 (PrimaryExpression): Support `typeof(expr)' expressions.
973
4e7de155
MR
9742015-10-08 Maciej W. Rozycki <macro@imgtec.com>
975
976 * MAINTAINERS: Update my email address.
977
04c4fe8c
MM
9782015-10-08 Markus Metzger <markus.t.metzger@intel.com>
979
980 * record-btrace.c (record_btrace_resume): Fix void return.
981
f77ee802
YQ
9822015-10-07 Yao Qi <yao.qi@linaro.org>
983
984 * aarch64-tdep.c: Include opcode/aarch64.h.
985 (submask): Move it above.
986 (bit): Likewise.
987 (bits): Likewise.
988 (aarch64_software_single_step): Call aarch64_decode_insn.
989 Decode instruction by aarch64_inst instead of using
990 aarch64_decode_bcond and decode_masked_match.
991
cbd641ed
PS
9922015-10-06 Pitchumani Sivanupandi <pitchumani.s@atmel.com>
993
994 * cli/cli-dump.c (restore_command): Parse load_offset (bias) as address
995 only when the file is binary.
996
ae4e2501 9972015-10-02 James Bowman <james.bowman@ftdichip.com>
998
999 * ft32-tdep.c (ft32_analyze_prologue): Add function prolog
1000 subroutine handling.
1001
dd0a637a
SM
10022015-10-01 Simon Marchi <simon.marchi@ericsson.com>
1003
1004 * common/vec.h (VEC_OP (T,cleanup)): Add pointer cast.
1005
1fd60fc0
DE
10062015-09-30 Doug Evans <dje@google.com>
1007
1008 * dwarf2read.c (setup_type_unit_groups): Add comment.
1009
398e0813
PA
10102015-09-30 Pedro Alves <palves@redhat.com>
1011
1012 * linux-nat.c (linux_nat_always_non_stop_p): Always return 1.
1013 * x86-linux-nat.c (x86_linux_always_non_stop_p): Delete.
1014 (x86_linux_create_target): Don't install
1015 x86_linux_always_non_stop_p.
1016
6ab24463
DB
10172015-09-30 Don Breazeal <donb@codesourcery.com>
1018
1019 * remote.c (remote_parse_stop_reply): Call strprefix instead
1020 of strncmp.
1021
ede5f151
SM
10222015-09-30 Simon Marchi <simon.marchi@ericsson.com>
1023
1024 * gdbarch.sh (struct gdbarch_info): Change tdep_info's type to void *.
1025 * gdbarch.h: Regenerate.
1026 * i386-tdep.c (i386_gdbarch_init): Remove cast to
1027 struct gdbarch_tdep_info *.
1028 * mips-tdep.c (mips_gdbarch_init): Likewise.
1029 * ppc-linux-tdep (ppu2spu_sniffer): Likewise.
1030 * rs6000-tdep.c (rs6000_gdbarch_init): Likewise.
1031 * spu-multiarch.c (spu_gdbarch): Likewise.
1032
51c935fa 10332015-09-30 Kevin Buettner <kevinb@redhat.com>
aca20ec4
KB
1034
1035 * infcmd.c (finish_command_fsm_should_stop): Don't attempt to
1036 record a NULL value.
1037
3b1ad7d5
KB
10382015-09-29 Kevin Buettner <kevinb@redhat.com>
1039
1040 * msp430-tdep.c (msp430_push_dummy_call): Treat reference, struct,
1041 and union arguments the same as pointer arguments when determining
1042 size of argument.
1043
86feccb9 10442015-09-29 James Bowman <james.bowman@ftdichip.com>
1045
1046 * ft32-tdep.c: #include "opcode/ft32.h".
1047 Delete local macros IS_PUSH, PUSH_REG, IS_LINK, LINK_SIZE.
1048 (ft32_analyze_prologue): Use FT32_* macros.
1049
2181a6c6
SM
10502015-09-28 Simon Marchi <simon.marchi@ericsson.com>
1051
84d73afc 1052 * cli/cli-script.c (read_next_line): Fix stdout -> stdin in
2181a6c6
SM
1053 comment.
1054
245af596
DE
10552015-09-28 Doug Evans <dje@google.com>
1056
1057 * MAINTAINERS: Add Iain Buclaw as D language maintainer.
1058
c402ef90
DE
10592015-09-28 Doug Evans <dje@google.com>
1060
1061 * common/filestuff.c (make_cleanup_close): Update comment.
1062
38bc8217 10632015-09-26 Simon Marchi <simon.marchi@polymtl.ca>
bc84451b
SM
1064
1065 * btrace.c (parse_xml_btrace_block): Fix cast of
1066 xml_find_attribute's return value.
1067 * memory-map.c (memory_map_start_memory): Likewise.
1068 * solib-svr4.c (library_list_start_library): Likewise.
1069 * solib-target.c (library_list_start_segment): Likewise.
1070 (library_list_start_section): Likewise.
1071 * tracepoint.c (traceframe_info_start_memory): Likewise.
1072
ba587d55
IB
10732015-09-26 Iain Buclaw <ibuclaw@gdcproject.org>
1074
1075 * d-namespace.c (d_lookup_symbol): New arg langdef.
1076 All callers updated. Support looking up symbol as a primitive type.
1077 (lookup_module_scope): New arg langdef. All callers updated.
1078 Call d_lookup_symbol directly for simple bare symbols.
1079
19ba03f4
SM
10802015-09-25 Simon Marchi <simon.marchi@ericsson.com>
1081
1082 * macrocmd.c (print_macro_callback): Add cast(s).
1083 * macrotab.c (macro_bcache_str): Likewise.
1084 (new_macro_definition): Likewise.
1085 * main.c (captured_main): Likewise.
1086 * maint.c (print_bfd_section_info): Likewise.
1087 * mdebugread.c (mdebug_build_psymtabs): Likewise.
1088 (basic_type): Likewise.
1089 * memattr.c (mem_region_cmp): Likewise.
1090 * memory-map.c (memory_map_start_memory): Likewise.
1091 (memory_map_end_memory): Likewise.
1092 (memory_map_start_property): Likewise.
1093 (memory_map_end_property): Likewise.
1094 (clear_result): Likewise.
1095 * memrange.c (compare_mem_ranges): Likewise.
1096 * mep-tdep.c (mep_analyze_frame_prologue): Likewise.
1097 * mi/mi-cmd-var.c (mi_cmd_var_update_iter): Likewise.
1098 * mi/mi-console.c (mi_console_file_delete): Likewise.
1099 (mi_console_file_fputs): Likewise.
1100 (mi_console_raw_packet): Likewise.
1101 (mi_console_file_flush): Likewise.
1102 (mi_console_set_raw): Likewise.
1103 * mi/mi-interp.c (mi_interpreter_resume): Likewise.
1104 (mi_new_thread): Likewise.
1105 (mi_thread_exit): Likewise.
1106 (mi_record_changed): Likewise.
1107 (mi_inferior_added): Likewise.
1108 (mi_inferior_appeared): Likewise.
1109 (mi_inferior_exit): Likewise.
1110 (mi_inferior_removed): Likewise.
1111 (mi_interp_data): Likewise.
1112 (mi_on_normal_stop): Likewise.
1113 (mi_traceframe_changed): Likewise.
1114 (mi_tsv_created): Likewise.
1115 (mi_tsv_deleted): Likewise.
1116 (mi_tsv_modified): Likewise.
1117 (mi_breakpoint_created): Likewise.
1118 (mi_breakpoint_deleted): Likewise.
1119 (mi_breakpoint_modified): Likewise.
1120 (mi_output_running_pid): Likewise.
1121 (mi_inferior_count): Likewise.
1122 (mi_solib_loaded): Likewise.
1123 (mi_solib_unloaded): Likewise.
1124 (mi_command_param_changed): Likewise.
1125 (mi_memory_changed): Likewise.
1126 (report_initial_inferior): Likewise.
1127 (mi_ui_out): Likewise.
1128 (mi_set_logging): Likewise.
1129 * mi/mi-main.c (collect_cores): Likewise.
1130 (print_one_inferior): Likewise.
1131 (free_vector_of_ints): Likewise.
1132 (free_splay_tree): Likewise.
1133 (mi_execute_command): Likewise.
1134 * mi/mi-out.c (mi_table_body): Likewise.
1135 (mi_table_end): Likewise.
1136 (mi_table_header): Likewise.
1137 (mi_begin): Likewise.
1138 (mi_end): Likewise.
1139 (mi_field_int): Likewise.
1140 (mi_field_string): Likewise.
1141 (mi_field_fmt): Likewise.
1142 (mi_flush): Likewise.
1143 (mi_redirect): Likewise.
1144 (field_separator): Likewise.
1145 (mi_open): Likewise.
1146 (mi_close): Likewise.
1147 (mi_out_buffered): Likewise.
1148 (mi_out_rewind): Likewise.
1149 (mi_out_put): Likewise.
1150 (mi_version): Likewise.
1151 (mi_out_data_dtor): Likewise.
1152 * mi/mi-parse.c (mi_parse_cleanup): Likewise.
1153 * microblaze-tdep.c (microblaze_frame_cache): Likewise.
1154 * minidebug.c (lzma_open): Likewise.
1155 (lzma_pread): Likewise.
1156 (lzma_close): Likewise.
1157 (lzma_stat): Likewise.
1158 * mips-linux-tdep.c (mips_linux_init_abi): Likewise.
1159 * mips-sde-tdep.c (mips_sde_frame_cache): Likewise.
1160 (mips_sde_elf_osabi_sniff_abi_tag_sections): Likewise.
1161 * mips-tdep.c (mips_insn16_frame_cache): Likewise.
1162 (mips_micro_frame_cache): Likewise.
1163 (mips_insn32_frame_cache): Likewise.
1164 (mips_stub_frame_cache): Likewise.
1165 (gdb_print_insn_mips): Likewise.
1166 (value_of_mips_user_reg): Likewise.
1167 (mips_gdbarch_init): Likewise.
1168 * mips64obsd-tdep.c (mips64obsd_supply_gregset): Likewise.
1169 * mipsnbsd-tdep.c (mipsnbsd_supply_fpregset): Likewise.
1170 (mipsnbsd_supply_gregset): Likewise.
1171 * mn10300-linux-tdep.c (am33_supply_fpregset_method): Likewise.
1172 (am33_collect_gregset_method): Likewise.
1173 (am33_collect_fpregset_method): Likewise.
1174 * mn10300-tdep.c (mn10300_analyze_frame_prologue): Likewise.
1175 * moxie-tdep.c (moxie_frame_cache): Likewise.
1176 * msp430-tdep.c (msp430_get_opcode_byte): Likewise.
1177 (msp430_analyze_frame_prologue): Likewise.
1178 * mt-tdep.c (mt_frame_unwind_cache): Likewise.
1179 * nios2-linux-tdep.c (nios2_supply_gregset): Likewise.
1180 (nios2_collect_gregset): Likewise.
1181 * nios2-tdep.c (nios2_frame_unwind_cache): Likewise.
1182 (nios2_stub_frame_cache): Likewise.
1183 * objc-lang.c (find_methods): Likewise.
1184 * objfiles.c (objfiles_pspace_data_cleanup): Likewise.
1185 (get_objfile_pspace_data): Likewise.
1186 (get_objfile_bfd_data): Likewise.
1187 (objfile_bfd_data_free): Likewise.
1188 (add_to_objfile_sections): Likewise.
1189 (do_free_objfile_cleanup): Likewise.
1190 (resume_section_map_updates_cleanup): Likewise.
1191 * opencl-lang.c (builtin_opencl_type): Likewise.
1192 * osabi.c (generic_elf_osabi_sniff_abi_tag_sections): Likewise.
1193 * osdata.c (osdata_start_osdata): Likewise.
1194 (osdata_start_item): Likewise.
1195 (osdata_start_column): Likewise.
1196 (osdata_end_column): Likewise.
1197 (clear_parsing_data): Likewise.
1198 (osdata_free_cleanup): Likewise.
1199 * parse.c (type_stack_cleanup): Likewise.
1200 (exp_uses_objfile_iter): Likewise.
1201 * ppc-linux-tdep.c (ppc_linux_supply_gregset): Likewise.
1202 (ppc_linux_collect_gregset): Likewise.
1203 (ppu2spu_prev_arch): Likewise.
1204 (ppu2spu_this_id): Likewise.
1205 (ppu2spu_prev_register): Likewise.
1206 (ppu2spu_unwind_register): Likewise.
1207 (ppu2spu_sniffer): Likewise.
1208 (ppu2spu_dealloc_cache): Likewise.
1209 (ppc_linux_init_abi): Likewise.
1210 * ppcfbsd-tdep.c (ppcfbsd_sigtramp_frame_cache): Likewise.
1211 * ppcobsd-tdep.c (ppcobsd_sigtramp_frame_cache): Likewise.
1212 * progspace.c (restore_program_space): Likewise.
1213 * psymtab.c (find_pc_sect_psymtab): Likewise.
1214 (compare_psymbols): Likewise.
1215 (psymbol_bcache_full): Likewise.
1216 (allocate_psymtab): Likewise.
1217 (discard_psymtabs_upto): Likewise.
1218 * python/py-block.c (set_block): Likewise.
1219 (del_objfile_blocks): Likewise.
1220 * python/py-breakpoint.c (build_bp_list): Likewise.
1221 * python/py-inferior.c (inferior_to_inferior_object): Likewise.
1222 (build_inferior_list): Likewise.
1223 (py_free_inferior): Likewise.
1224 * python/py-objfile.c (py_free_objfile): Likewise.
1225 (objfile_to_objfile_object): Likewise.
1226 * python/py-prettyprint.c (py_restore_tstate): Likewise.
1227 * python/py-progspace.c (py_free_pspace): Likewise.
1228 (pspace_to_pspace_object): Likewise.
1229 * python/py-symbol.c (set_symbol): Likewise.
1230 (del_objfile_symbols): Likewise.
1231 * python/py-symtab.c (set_sal): Likewise.
1232 (set_symtab): Likewise.
1233 (del_objfile_symtab): Likewise.
1234 (del_objfile_sal): Likewise.
1235 * python/py-type.c (save_objfile_types): Likewise.
1236 (set_type): Likewise.
1237 * python/py-unwind.c (pyuw_prev_register): Likewise.
1238 (pyuw_on_new_gdbarch): Likewise.
1239 * python/py-utils.c (py_decref): Likewise.
1240 (py_xdecref): Likewise.
1241 (gdb_py_generic_dict): Likewise.
1242 * python/py-xmethods.c (gdbpy_free_xmethod_worker_data): Likewise.
1243 (gdbpy_clone_xmethod_worker_data): Likewise.
1244 (gdbpy_get_xmethod_arg_types): Likewise.
1245 (gdbpy_get_xmethod_result_type): Likewise.
1246 (gdbpy_invoke_xmethod): Likewise.
1247 * python/python.c (gdbpy_apply_type_printers): Likewise.
1248 (gdbpy_free_type_printers): Likewise.
1249 * record-btrace.c (record_btrace_disable_callback): Likewise.
1250 (bfcache_hash): Likewise.
1251 (bfcache_eq): Likewise.
1252 (btrace_get_frame_function): Likewise.
1253 (record_btrace_frame_unwind_stop_reason): Likewise.
1254 (record_btrace_frame_this_id): Likewise.
1255 (record_btrace_frame_prev_register): Likewise.
1256 (record_btrace_frame_dealloc_cache): Likewise.
1257 * record-full.c (record_full_message_wrapper): Likewise.
1258 (record_full_save_cleanups): Likewise.
1259 * regcache.c (regcache_descr): Likewise.
1260 (do_regcache_xfree): Likewise.
1261 (do_regcache_invalidate): Likewise.
1262 (do_cooked_read): Likewise.
1263 (regcache_transfer_regset): Likewise.
1264 * reggroups.c (reggroup_add): Likewise.
1265 (reggroup_next): Likewise.
1266 (reggroup_prev): Likewise.
1267 * remote-fileio.c (do_remote_fileio_request): Likewise.
1268 * remote-notif.c (remote_async_get_pending_events_handler): Likewise.
1269 (do_notif_event_xfree): Likewise.
1270 * remote.c (get_remote_arch_state): Likewise.
1271 (remote_pspace_data_cleanup): Likewise.
1272 (get_remote_exec_file): Likewise.
1273 (set_pspace_remote_exec_file): Likewise.
1274 (compare_pnums): Likewise.
1275 (clear_threads_listing_context): Likewise.
1276 (remote_newthread_step): Likewise.
1277 (start_thread): Likewise.
1278 (end_thread): Likewise.
1279 (remove_child_of_pending_fork): Likewise.
1280 (remove_stop_reply_for_inferior): Likewise.
1281 (remove_stop_reply_of_remote_state): Likewise.
1282 (remote_notif_remove_once_on_match): Likewise.
1283 (stop_reply_match_ptid_and_ws): Likewise.
1284 (kill_child_of_pending_fork): Likewise.
1285 (register_remote_g_packet_guess): Likewise.
1286 (remote_read_description_p): Likewise.
1287 (remote_read_description): Likewise.
1288 (free_actions_list_cleanup_wrapper): Likewise.
1289 (remote_async_serial_handler): Likewise.
1290 * rl78-tdep.c (rl78_get_opcode_byte): Likewise.
1291 (rl78_analyze_frame_prologue): Likewise.
1292 * rs6000-tdep.c (ppc_supply_gregset): Likewise.
1293 (ppc_supply_fpregset): Likewise.
1294 (ppc_supply_vsxregset): Likewise.
1295 (ppc_supply_vrregset): Likewise.
1296 (ppc_collect_gregset): Likewise.
1297 (ppc_collect_fpregset): Likewise.
1298 (ppc_collect_vsxregset): Likewise.
1299 (ppc_collect_vrregset): Likewise.
1300 (e500_move_ev_register): Likewise.
1301 (do_regcache_raw_write): Likewise.
1302 (rs6000_frame_cache): Likewise.
1303 (rs6000_epilogue_frame_cache): Likewise.
1304 (rs6000_gdbarch_init): Likewise.
1305 * rx-tdep.c (rx_get_opcode_byte): Likewise.
1306 (rx_analyze_frame_prologue): Likewise.
1307 (rx_frame_type): Likewise.
1308 (rx_frame_sniffer_common): Likewise.
1309 * s390-linux-tdep.c (s390_check_for_saved): Likewise.
1310 (s390_frame_unwind_cache): Likewise.
1311 (s390_stub_frame_unwind_cache): Likewise.
1312 (s390_sigtramp_frame_unwind_cache): Likewise.
1313 * score-tdep.c (score_make_prologue_cache): Likewise.
1314 * sentinel-frame.c (sentinel_frame_prev_register): Likewise.
1315 (sentinel_frame_prev_arch): Likewise.
1316 * ser-base.c (fd_event): Likewise.
1317 (push_event): Likewise.
1318 (ser_base_write): Likewise.
1319 * ser-pipe.c (pipe_close): Likewise.
1320 * serial.c (serial_write): Likewise.
1321 * sh-tdep.c (sh_frame_cache): Likewise.
1322 (sh_stub_this_id): Likewise.
1323 * sh64-tdep.c (sh64_frame_cache): Likewise.
1324 * solib-aix.c (get_solib_aix_inferior_data): Likewise.
1325 (library_list_start_library): Likewise.
1326 (library_list_start_list): Likewise.
1327 (solib_aix_free_library_list): Likewise.
1328 * solib-darwin.c (get_darwin_info): Likewise.
1329 * solib-dsbt.c (get_dsbt_info): Likewise.
1330 * solib-spu.c (append_ocl_sos): Likewise.
1331 * solib-svr4.c (svr4_pspace_data_cleanup): Likewise.
1332 (get_svr4_info): Likewise.
1333 (library_list_start_library): Likewise.
1334 (svr4_library_list_start_list): Likewise.
1335 (hash_probe_and_action): Likewise.
1336 (equal_probe_and_action): Likewise.
1337 (svr4_update_solib_event_breakpoint): Likewise.
1338 (set_solib_svr4_fetch_link_map_offsets): Likewise.
1339 (svr4_fetch_link_map_offsets): Likewise.
1340 (svr4_have_link_map_offsets): Likewise.
1341 * solib-target.c (library_list_start_segment): Likewise.
1342 (library_list_start_section): Likewise.
1343 (library_list_start_library): Likewise.
1344 (library_list_end_library): Likewise.
1345 (library_list_start_list): Likewise.
1346 (solib_target_free_library_list): Likewise.
1347 * solib.c (solib_ops): Likewise.
1348 (set_solib_ops): Likewise.
1349 * sparc-sol2-tdep.c (sparc32_sol2_sigtramp_frame_cache): Likewise.
1350 * sparc-tdep.c (sparc_frame_cache): Likewise.
1351 (sparc32_frame_cache): Likewise.
1352 (sparc32_supply_gregset): Likewise.
1353 (sparc32_collect_gregset): Likewise.
1354 (sparc32_supply_fpregset): Likewise.
1355 (sparc32_collect_fpregset): Likewise.
1356 * sparc64-sol2-tdep.c (sparc64_sol2_sigtramp_frame_cache): Likewise.
1357 * sparc64-tdep.c (sparc64_supply_gregset): Likewise.
1358 (sparc64_collect_gregset): Likewise.
1359 (sparc64_supply_fpregset): Likewise.
1360 (sparc64_collect_fpregset): Likewise.
1361 * sparc64fbsd-tdep.c (sparc64fbsd_sigtramp_frame_cache): Likewise.
1362 * sparc64nbsd-tdep.c (sparc64nbsd_sigcontext_frame_cache): Likewise.
1363 * sparc64obsd-tdep.c (sparc64obsd_frame_cache): Likewise.
1364 (sparc64obsd_trapframe_cache): Likewise.
1365 * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_frame_cache): Likewise.
1366 * sparcobsd-tdep.c (sparc32obsd_sigtramp_frame_cache): Likewise.
1367 * spu-multiarch.c (spu_gdbarch): Likewise.
1368 * spu-tdep.c (spu_frame_unwind_cache): Likewise.
1369 (spu2ppu_prev_arch): Likewise.
1370 (spu2ppu_this_id): Likewise.
1371 (spu2ppu_prev_register): Likewise.
1372 (spu2ppu_dealloc_cache): Likewise.
1373 (spu_dis_asm_print_address): Likewise.
1374 (gdb_print_insn_spu): Likewise.
1375 (spu_get_overlay_table): Likewise.
1376 * stabsread.c (rs6000_builtin_type): Likewise.
1377 * stack.c (do_print_variable_and_value): Likewise.
1378 * stap-probe.c (get_stap_base_address_1): Likewise.
1379 * symfile-debug.c (debug_qf_has_symbols): Likewise.
1380 (debug_qf_find_last_source_symtab): Likewise.
1381 (debug_qf_forget_cached_source_info): Likewise.
1382 (debug_qf_map_symtabs_matching_filename): Likewise.
1383 (debug_qf_lookup_symbol): Likewise.
1384 (debug_qf_print_stats): Likewise.
1385 (debug_qf_dump): Likewise.
1386 (debug_qf_relocate): Likewise.
1387 (debug_qf_expand_symtabs_for_function): Likewise.
1388 (debug_qf_expand_all_symtabs): Likewise.
1389 (debug_qf_expand_symtabs_with_fullname): Likewise.
1390 (debug_qf_map_matching_symbols): Likewise.
1391 (debug_qf_expand_symtabs_matching): Likewise.
1392 (debug_qf_find_pc_sect_compunit_symtab): Likewise.
1393 (debug_qf_map_symbol_filenames): Likewise.
1394 (debug_sym_get_probes): Likewise.
1395 (debug_sym_new_init): Likewise.
1396 (debug_sym_init): Likewise.
1397 (debug_sym_read): Likewise.
1398 (debug_sym_read_psymbols): Likewise.
1399 (debug_sym_finish): Likewise.
1400 (debug_sym_offsets): Likewise.
1401 (debug_sym_read_linetable): Likewise.
1402 (debug_sym_relocate): Likewise.
1403 (uninstall_symfile_debug_logging): Likewise.
1404 * symfile-mem.c (symbol_file_add_from_memory_wrapper): Likewise.
1405 * symfile.c (place_section): Likewise.
1406 (add_section_size_callback): Likewise.
1407 (load_progress): Likewise.
1408 (load_section_callback): Likewise.
1409 (clear_memory_write_data): Likewise.
1410 (allocate_symtab): Likewise.
1411 * symmisc.c (maintenance_expand_file_matcher): Likewise.
1412 * symtab.c (lookup_symtab_callback): Likewise.
1413 (hash_demangled_name_entry): Likewise.
1414 (eq_demangled_name_entry): Likewise.
1415 (get_symbol_cache): Likewise.
1416 (symbol_cache_cleanup): Likewise.
1417 (set_symbol_cache_size): Likewise.
1418 (symbol_cache_flush): Likewise.
1419 (maintenance_print_symbol_cache): Likewise.
1420 (maintenance_print_symbol_cache_statistics): Likewise.
1421 (delete_filename_seen_cache): Likewise.
1422 (output_partial_symbol_filename): Likewise.
1423 (search_symbols_file_matches): Likewise.
1424 (search_symbols_name_matches): Likewise.
1425 (do_free_completion_list): Likewise.
1426 (maybe_add_partial_symtab_filename): Likewise.
1427 (get_main_info): Likewise.
1428 (main_info_cleanup): Likewise.
1429 * target-dcache.c (target_dcache_cleanup): Likewise.
1430 (target_dcache_init_p): Likewise.
1431 (target_dcache_invalidate): Likewise.
1432 (target_dcache_get): Likewise.
1433 (target_dcache_get_or_init): Likewise.
1434 * target-descriptions.c (target_find_description): Likewise.
1435 (tdesc_find_type): Likewise.
1436 (tdesc_data_cleanup): Likewise.
1437 (tdesc_find_arch_register): Likewise.
1438 (tdesc_register_name): Likewise.
1439 (tdesc_register_type): Likewise.
1440 (tdesc_register_reggroup_p): Likewise.
1441 (set_tdesc_pseudo_register_name): Likewise.
1442 (set_tdesc_pseudo_register_type): Likewise.
1443 (set_tdesc_pseudo_register_reggroup_p): Likewise.
1444 (tdesc_use_registers): Likewise.
1445 (free_target_description): Likewise.
1446 * target-memory.c (compare_block_starting_address): Likewise.
1447 (cleanup_request_data): Likewise.
1448 (cleanup_write_requests_vector): Likewise.
1449 * target.c (open_target): Likewise.
1450 (cleanup_restore_target_terminal): Likewise.
1451 (free_memory_read_result_vector): Likewise.
1452 * thread.c (disable_thread_stack_temporaries): Likewise.
1453 (finish_thread_state_cleanup): Likewise.
1454 (do_restore_current_thread_cleanup): Likewise.
1455 (restore_current_thread_cleanup_dtor): Likewise.
1456 (set_thread_refcount): Likewise.
1457 (tp_array_compar): Likewise.
1458 (do_captured_thread_select): Likewise.
1459 * tic6x-tdep.c (tic6x_frame_unwind_cache): Likewise.
1460 (tic6x_stub_this_id): Likewise.
1461 * tilegx-tdep.c (tilegx_frame_cache): Likewise.
1462 * top.c (do_restore_instream_cleanup): Likewise.
1463 (gdb_readline_wrapper_cleanup): Likewise.
1464 (kill_or_detach): Likewise.
1465 (print_inferior_quit_action): Likewise.
1466 * tracefile-tfile.c (match_blocktype): Likewise.
1467 (build_traceframe_info): Likewise.
1468 * tracefile.c (trace_file_writer_xfree): Likewise.
1469 * tracepoint.c (memrange_cmp): Likewise.
1470 (do_collect_symbol): Likewise.
1471 (do_clear_collection_list): Likewise.
1472 (do_restore_current_traceframe_cleanup): Likewise.
1473 (restore_current_traceframe_cleanup_dtor): Likewise.
1474 (free_current_marker): Likewise.
1475 (traceframe_info_start_memory): Likewise.
1476 (traceframe_info_start_tvar): Likewise.
1477 (free_result): Likewise.
1478 * tramp-frame.c (tramp_frame_cache): Likewise.
1479 * tui/tui-file.c (tui_file_delete): Likewise.
1480 (tui_fileopen): Likewise.
1481 (tui_sfileopen): Likewise.
1482 (tui_file_isatty): Likewise.
1483 (tui_file_rewind): Likewise.
1484 (tui_file_put): Likewise.
1485 (tui_file_fputs): Likewise.
1486 (tui_file_get_strbuf): Likewise.
1487 (tui_file_adjust_strbuf): Likewise.
1488 (tui_file_flush): Likewise.
1489 * tui/tui-layout.c (make_command_window): Likewise.
1490 (make_data_window): Likewise.
1491 (show_source_disasm_command): Likewise.
1492 (show_data): Likewise.
1493 (make_source_or_disasm_window): Likewise.
1494 (show_source_or_disasm_and_command): Likewise.
1495 * tui/tui-out.c (tui_field_int): Likewise.
1496 (tui_field_string): Likewise.
1497 (tui_field_fmt): Likewise.
1498 (tui_text): Likewise.
1499 * typeprint.c (hash_typedef_field): Likewise.
1500 (eq_typedef_field): Likewise.
1501 (do_free_typedef_hash): Likewise.
1502 (copy_typedef_hash_element): Likewise.
1503 (do_free_global_table): Likewise.
1504 (find_global_typedef): Likewise.
1505 (find_typedef_in_hash): Likewise.
1506 * ui-file.c (ui_file_write_for_put): Likewise.
1507 (do_ui_file_xstrdup): Likewise.
1508 (mem_file_delete): Likewise.
1509 (mem_file_rewind): Likewise.
1510 (mem_file_put): Likewise.
1511 (mem_file_write): Likewise.
1512 (stdio_file_delete): Likewise.
1513 (stdio_file_flush): Likewise.
1514 (stdio_file_read): Likewise.
1515 (stdio_file_write): Likewise.
1516 (stdio_file_write_async_safe): Likewise.
1517 (stdio_file_fputs): Likewise.
1518 (stdio_file_isatty): Likewise.
1519 (stdio_file_fseek): Likewise.
1520 (tee_file_delete): Likewise.
1521 (tee_file_flush): Likewise.
1522 (tee_file_write): Likewise.
1523 (tee_file_fputs): Likewise.
1524 (tee_file_isatty): Likewise.
1525 * ui-out.c (do_cleanup_table_end): Likewise.
1526 (do_cleanup_end): Likewise.
1527 * user-regs.c (user_reg_add): Likewise.
1528 (user_reg_map_name_to_regnum): Likewise.
1529 (usernum_to_user_reg): Likewise.
1530 (maintenance_print_user_registers): Likewise.
1531 * utils.c (do_bfd_close_cleanup): Likewise.
1532 (do_fclose_cleanup): Likewise.
1533 (do_obstack_free): Likewise.
1534 (do_ui_file_delete): Likewise.
1535 (do_ui_out_redirect_pop): Likewise.
1536 (do_free_section_addr_info): Likewise.
1537 (restore_integer): Likewise.
1538 (do_unpush_target): Likewise.
1539 (do_htab_delete_cleanup): Likewise.
1540 (do_restore_ui_file): Likewise.
1541 (do_value_free): Likewise.
1542 (do_free_so): Likewise.
1543 (free_current_contents): Likewise.
1544 (do_regfree_cleanup): Likewise.
1545 (core_addr_hash): Likewise.
1546 (core_addr_eq): Likewise.
1547 (do_free_char_ptr_vec): Likewise.
1548 * v850-tdep.c (v850_frame_cache): Likewise.
1549 * varobj.c (do_free_variable_cleanup): Likewise.
1550 * vax-tdep.c (vax_supply_gregset): Likewise.
1551 (vax_frame_cache): Likewise.
1552 * vaxobsd-tdep.c (vaxobsd_sigtramp_frame_cache): Likewise.
1553 * xml-support.c (gdb_xml_body_text): Likewise.
1554 (gdb_xml_values_cleanup): Likewise.
1555 (gdb_xml_start_element): Likewise.
1556 (gdb_xml_start_element_wrapper): Likewise.
1557 (gdb_xml_end_element): Likewise.
1558 (gdb_xml_end_element_wrapper): Likewise.
1559 (gdb_xml_cleanup): Likewise.
1560 (gdb_xml_fetch_external_entity): Likewise.
1561 (gdb_xml_parse_attr_enum): Likewise.
1562 (xinclude_start_include): Likewise.
1563 (xinclude_end_include): Likewise.
1564 (xml_xinclude_default): Likewise.
1565 (xml_xinclude_start_doctype): Likewise.
1566 (xml_xinclude_end_doctype): Likewise.
1567 (xml_xinclude_cleanup): Likewise.
1568 (xml_fetch_content_from_file): Likewise.
1569 * xml-syscall.c (free_syscalls_info): Likewise.
1570 (syscall_start_syscall): Likewise.
1571 * xml-tdesc.c (tdesc_end_arch): Likewise.
1572 (tdesc_end_osabi): Likewise.
1573 (tdesc_end_compatible): Likewise.
1574 (tdesc_start_target): Likewise.
1575 (tdesc_start_feature): Likewise.
1576 (tdesc_start_reg): Likewise.
1577 (tdesc_start_union): Likewise.
1578 (tdesc_start_struct): Likewise.
1579 (tdesc_start_flags): Likewise.
1580 (tdesc_start_field): Likewise.
1581 (tdesc_start_vector): Likewise.
1582 (fetch_available_features_from_target): Likewise.
1583 * xstormy16-tdep.c (xstormy16_frame_cache): Likewise.
1584 * xtensa-tdep.c (xtensa_supply_gregset): Likewise.
1585 (xtensa_frame_cache): Likewise.
1586 (xtensa_frame_prev_register): Likewise.
1587 (xtensa_extract_return_value): Likewise.
1588
9a3c8263
SM
15892015-09-25 Simon Marchi <simon.marchi@ericsson.com>
1590
1591 * aarch64-tdep.c (aarch64_make_prologue_cache): Add cast(s).
1592 (aarch64_make_stub_cache): Likewise.
1593 (value_of_aarch64_user_reg): Likewise.
1594 * ada-lang.c (ada_inferior_data_cleanup): Likewise.
1595 (get_ada_inferior_data): Likewise.
1596 (get_ada_pspace_data): Likewise.
1597 (ada_pspace_data_cleanup): Likewise.
1598 (ada_complete_symbol_matcher): Likewise.
1599 (ada_exc_search_name_matches): Likewise.
1600 * ada-tasks.c (get_ada_tasks_pspace_data): Likewise.
1601 (get_ada_tasks_inferior_data): Likewise.
1602 * addrmap.c (addrmap_mutable_foreach_worker): Likewise.
1603 (splay_obstack_alloc): Likewise.
1604 (splay_obstack_free): Likewise.
1605 * alpha-linux-tdep.c (alpha_linux_supply_gregset): Likewise.
1606 (alpha_linux_collect_gregset): Likewise.
1607 (alpha_linux_supply_fpregset): Likewise.
1608 (alpha_linux_collect_fpregset): Likewise.
1609 * alpha-mdebug-tdep.c (alpha_mdebug_frame_unwind_cache): Likewise.
1610 * alpha-tdep.c (alpha_lds): Likewise.
1611 (alpha_sts): Likewise.
1612 (alpha_sigtramp_frame_unwind_cache): Likewise.
1613 (alpha_heuristic_frame_unwind_cache): Likewise.
1614 (alpha_supply_int_regs): Likewise.
1615 (alpha_fill_int_regs): Likewise.
1616 (alpha_supply_fp_regs): Likewise.
1617 (alpha_fill_fp_regs): Likewise.
1618 * alphanbsd-tdep.c (alphanbsd_supply_fpregset): Likewise.
1619 (alphanbsd_aout_supply_gregset): Likewise.
1620 (alphanbsd_supply_gregset): Likewise.
1621 * amd64-linux-tdep.c (amd64_linux_init_abi): Likewise.
1622 (amd64_x32_linux_init_abi): Likewise.
1623 * amd64-nat.c (amd64_supply_native_gregset): Likewise.
1624 (amd64_collect_native_gregset): Likewise.
1625 * amd64-tdep.c (amd64_frame_cache): Likewise.
1626 (amd64_sigtramp_frame_cache): Likewise.
1627 (amd64_epilogue_frame_cache): Likewise.
1628 (amd64_supply_fxsave): Likewise.
1629 (amd64_supply_xsave): Likewise.
1630 (amd64_collect_fxsave): Likewise.
1631 (amd64_collect_xsave): Likewise.
1632 * amd64-windows-tdep.c (amd64_windows_frame_cache): Likewise.
1633 * amd64obsd-tdep.c (amd64obsd_trapframe_cache): Likewise.
1634 * arm-linux-tdep.c (arm_linux_supply_gregset): Likewise.
1635 (arm_linux_collect_gregset): Likewise.
1636 (arm_linux_supply_nwfpe): Likewise.
1637 (arm_linux_collect_nwfpe): Likewise.
1638 (arm_linux_supply_vfp): Likewise.
1639 (arm_linux_collect_vfp): Likewise.
1640 * arm-tdep.c (arm_find_mapping_symbol): Likewise.
1641 (arm_prologue_unwind_stop_reason): Likewise.
1642 (arm_prologue_this_id): Likewise.
1643 (arm_prologue_prev_register): Likewise.
1644 (arm_exidx_data_free): Likewise.
1645 (arm_find_exidx_entry): Likewise.
1646 (arm_stub_this_id): Likewise.
1647 (arm_m_exception_this_id): Likewise.
1648 (arm_m_exception_prev_register): Likewise.
1649 (arm_normal_frame_base): Likewise.
1650 (gdb_print_insn_arm): Likewise.
1651 (arm_objfile_data_free): Likewise.
1652 (arm_record_special_symbol): Likewise.
1653 (value_of_arm_user_reg): Likewise.
1654 * armbsd-tdep.c (armbsd_supply_fpregset): Likewise.
1655 (armbsd_supply_gregset): Likewise.
1656 * auto-load.c (auto_load_pspace_data_cleanup): Likewise.
1657 (get_auto_load_pspace_data): Likewise.
1658 (hash_loaded_script_entry): Likewise.
1659 (eq_loaded_script_entry): Likewise.
1660 (clear_section_scripts): Likewise.
1661 (collect_matching_scripts): Likewise.
1662 * auxv.c (auxv_inferior_data_cleanup): Likewise.
1663 (get_auxv_inferior_data): Likewise.
1664 * avr-tdep.c (avr_frame_unwind_cache): Likewise.
1665 * ax-general.c (do_free_agent_expr_cleanup): Likewise.
1666 * bfd-target.c (target_bfd_xfer_partial): Likewise.
1667 (target_bfd_xclose): Likewise.
1668 (target_bfd_get_section_table): Likewise.
1669 * bfin-tdep.c (bfin_frame_cache): Likewise.
1670 * block.c (find_block_in_blockvector): Likewise.
1671 (call_site_for_pc): Likewise.
1672 (block_find_non_opaque_type_preferred): Likewise.
1673 * break-catch-sig.c (signal_catchpoint_insert_location): Likewise.
1674 (signal_catchpoint_remove_location): Likewise.
1675 (signal_catchpoint_breakpoint_hit): Likewise.
1676 (signal_catchpoint_print_one): Likewise.
1677 (signal_catchpoint_print_mention): Likewise.
1678 (signal_catchpoint_print_recreate): Likewise.
1679 * break-catch-syscall.c (get_catch_syscall_inferior_data): Likewise.
1680 * breakpoint.c (do_cleanup_counted_command_line): Likewise.
1681 (bp_location_compare_addrs): Likewise.
1682 (get_first_locp_gte_addr): Likewise.
1683 (check_tracepoint_command): Likewise.
1684 (do_map_commands_command): Likewise.
1685 (get_breakpoint_objfile_data): Likewise.
1686 (free_breakpoint_probes): Likewise.
1687 (do_captured_breakpoint_query): Likewise.
1688 (compare_breakpoints): Likewise.
1689 (bp_location_compare): Likewise.
1690 (bpstat_remove_breakpoint_callback): Likewise.
1691 (do_delete_breakpoint_cleanup): Likewise.
1692 * bsd-uthread.c (bsd_uthread_set_supply_uthread): Likewise.
1693 (bsd_uthread_set_collect_uthread): Likewise.
1694 (bsd_uthread_activate): Likewise.
1695 (bsd_uthread_fetch_registers): Likewise.
1696 (bsd_uthread_store_registers): Likewise.
1697 * btrace.c (check_xml_btrace_version): Likewise.
1698 (parse_xml_btrace_block): Likewise.
1699 (parse_xml_btrace_pt_config_cpu): Likewise.
1700 (parse_xml_btrace_pt_raw): Likewise.
1701 (parse_xml_btrace_pt): Likewise.
1702 (parse_xml_btrace_conf_bts): Likewise.
1703 (parse_xml_btrace_conf_pt): Likewise.
1704 (do_btrace_data_cleanup): Likewise.
1705 * c-typeprint.c (find_typedef_for_canonicalize): Likewise.
1706 * charset.c (cleanup_iconv): Likewise.
1707 (do_cleanup_iterator): Likewise.
1708 * cli-out.c (cli_uiout_dtor): Likewise.
1709 (cli_table_begin): Likewise.
1710 (cli_table_body): Likewise.
1711 (cli_table_end): Likewise.
1712 (cli_table_header): Likewise.
1713 (cli_begin): Likewise.
1714 (cli_end): Likewise.
1715 (cli_field_int): Likewise.
1716 (cli_field_skip): Likewise.
1717 (cli_field_string): Likewise.
1718 (cli_field_fmt): Likewise.
1719 (cli_spaces): Likewise.
1720 (cli_text): Likewise.
1721 (cli_message): Likewise.
1722 (cli_wrap_hint): Likewise.
1723 (cli_flush): Likewise.
1724 (cli_redirect): Likewise.
1725 (out_field_fmt): Likewise.
1726 (field_separator): Likewise.
1727 (cli_out_set_stream): Likewise.
1728 * cli/cli-cmds.c (compare_symtabs): Likewise.
1729 * cli/cli-dump.c (call_dump_func): Likewise.
1730 (restore_section_callback): Likewise.
1731 * cli/cli-script.c (clear_hook_in_cleanup): Likewise.
1732 (do_restore_user_call_depth): Likewise.
1733 (do_free_command_lines_cleanup): Likewise.
1734 * coff-pe-read.c (get_section_vmas): Likewise.
1735 (pe_as16): Likewise.
1736 (pe_as32): Likewise.
1737 * coffread.c (coff_symfile_read): Likewise.
1738 * common/agent.c (agent_look_up_symbols): Likewise.
1739 * common/filestuff.c (do_close_cleanup): Likewise.
1740 * common/format.c (free_format_pieces_cleanup): Likewise.
1741 * common/vec.c (vec_o_reserve): Likewise.
1742 * compile/compile-c-support.c (print_one_macro): Likewise.
1743 * compile/compile-c-symbols.c (hash_symbol_error): Likewise.
1744 (eq_symbol_error): Likewise.
1745 (del_symbol_error): Likewise.
1746 (error_symbol_once): Likewise.
1747 (gcc_convert_symbol): Likewise.
1748 (gcc_symbol_address): Likewise.
1749 (hash_symname): Likewise.
1750 (eq_symname): Likewise.
1751 * compile/compile-c-types.c (hash_type_map_instance): Likewise.
1752 (eq_type_map_instance): Likewise.
1753 (insert_type): Likewise.
1754 (convert_type): Likewise.
1755 * compile/compile-object-load.c (munmap_listp_free_cleanup): Likewise.
1756 (setup_sections): Likewise.
1757 (link_hash_table_free): Likewise.
1758 (copy_sections): Likewise.
1759 * compile/compile-object-run.c (do_module_cleanup): Likewise.
1760 * compile/compile.c (compile_print_value): Likewise.
1761 (do_rmdir): Likewise.
1762 (cleanup_compile_instance): Likewise.
1763 (cleanup_unlink_file): Likewise.
1764 * completer.c (free_completion_tracker): Likewise.
1765 * corelow.c (add_to_spuid_list): Likewise.
1766 * cp-namespace.c (reset_directive_searched): Likewise.
1767 * cp-support.c (reset_directive_searched): Likewise.
1768 * cris-tdep.c (cris_sigtramp_frame_unwind_cache): Likewise.
1769 (cris_frame_unwind_cache): Likewise.
1770 * d-lang.c (builtin_d_type): Likewise.
1771 * d-namespace.c (reset_directive_searched): Likewise.
1772 * dbxread.c (dbx_free_symfile_info): Likewise.
1773 (do_free_bincl_list_cleanup): Likewise.
1774 * disasm.c (hash_dis_line_entry): Likewise.
1775 (eq_dis_line_entry): Likewise.
1776 (dis_asm_print_address): Likewise.
1777 (fprintf_disasm): Likewise.
1778 (do_ui_file_delete): Likewise.
1779 * doublest.c (convert_floatformat_to_doublest): Likewise.
1780 * dummy-frame.c (pop_dummy_frame_bpt): Likewise.
1781 (dummy_frame_prev_register): Likewise.
1782 (dummy_frame_this_id): Likewise.
1783 * dwarf2-frame-tailcall.c (cache_hash): Likewise.
1784 (cache_eq): Likewise.
1785 (cache_find): Likewise.
1786 (tailcall_frame_this_id): Likewise.
1787 (dwarf2_tailcall_prev_register_first): Likewise.
1788 (tailcall_frame_prev_register): Likewise.
1789 (tailcall_frame_dealloc_cache): Likewise.
1790 (tailcall_frame_prev_arch): Likewise.
1791 * dwarf2-frame.c (dwarf2_frame_state_free): Likewise.
1792 (dwarf2_frame_set_init_reg): Likewise.
1793 (dwarf2_frame_init_reg): Likewise.
1794 (dwarf2_frame_set_signal_frame_p): Likewise.
1795 (dwarf2_frame_signal_frame_p): Likewise.
1796 (dwarf2_frame_set_adjust_regnum): Likewise.
1797 (dwarf2_frame_adjust_regnum): Likewise.
1798 (clear_pointer_cleanup): Likewise.
1799 (dwarf2_frame_cache): Likewise.
1800 (find_cie): Likewise.
1801 (dwarf2_frame_find_fde): Likewise.
1802 * dwarf2expr.c (dwarf_expr_address_type): Likewise.
1803 (free_dwarf_expr_context_cleanup): Likewise.
1804 * dwarf2loc.c (locexpr_find_frame_base_location): Likewise.
1805 (locexpr_get_frame_base): Likewise.
1806 (loclist_find_frame_base_location): Likewise.
1807 (loclist_get_frame_base): Likewise.
1808 (dwarf_expr_dwarf_call): Likewise.
1809 (dwarf_expr_get_base_type): Likewise.
1810 (dwarf_expr_push_dwarf_reg_entry_value): Likewise.
1811 (dwarf_expr_get_obj_addr): Likewise.
1812 (entry_data_value_coerce_ref): Likewise.
1813 (entry_data_value_copy_closure): Likewise.
1814 (entry_data_value_free_closure): Likewise.
1815 (get_frame_address_in_block_wrapper): Likewise.
1816 (dwarf2_evaluate_property): Likewise.
1817 (dwarf2_compile_property_to_c): Likewise.
1818 (needs_frame_read_addr_from_reg): Likewise.
1819 (needs_frame_get_reg_value): Likewise.
1820 (needs_frame_frame_base): Likewise.
1821 (needs_frame_frame_cfa): Likewise.
1822 (needs_frame_tls_address): Likewise.
1823 (needs_frame_dwarf_call): Likewise.
1824 (needs_dwarf_reg_entry_value): Likewise.
1825 (get_ax_pc): Likewise.
1826 (locexpr_read_variable): Likewise.
1827 (locexpr_read_variable_at_entry): Likewise.
1828 (locexpr_read_needs_frame): Likewise.
1829 (locexpr_describe_location): Likewise.
1830 (locexpr_tracepoint_var_ref): Likewise.
1831 (locexpr_generate_c_location): Likewise.
1832 (loclist_read_variable): Likewise.
1833 (loclist_read_variable_at_entry): Likewise.
1834 (loclist_describe_location): Likewise.
1835 (loclist_tracepoint_var_ref): Likewise.
1836 (loclist_generate_c_location): Likewise.
1837 * dwarf2read.c (line_header_hash_voidp): Likewise.
1838 (line_header_eq_voidp): Likewise.
1839 (dwarf2_has_info): Likewise.
1840 (dwarf2_get_section_info): Likewise.
1841 (locate_dwz_sections): Likewise.
1842 (hash_file_name_entry): Likewise.
1843 (eq_file_name_entry): Likewise.
1844 (delete_file_name_entry): Likewise.
1845 (dw2_setup): Likewise.
1846 (dw2_get_file_names_reader): Likewise.
1847 (dw2_find_pc_sect_compunit_symtab): Likewise.
1848 (hash_signatured_type): Likewise.
1849 (eq_signatured_type): Likewise.
1850 (add_signatured_type_cu_to_table): Likewise.
1851 (create_debug_types_hash_table): Likewise.
1852 (lookup_dwo_signatured_type): Likewise.
1853 (lookup_dwp_signatured_type): Likewise.
1854 (lookup_signatured_type): Likewise.
1855 (hash_type_unit_group): Likewise.
1856 (eq_type_unit_group): Likewise.
1857 (get_type_unit_group): Likewise.
1858 (process_psymtab_comp_unit_reader): Likewise.
1859 (sort_tu_by_abbrev_offset): Likewise.
1860 (process_skeletonless_type_unit): Likewise.
1861 (psymtabs_addrmap_cleanup): Likewise.
1862 (dwarf2_read_symtab): Likewise.
1863 (psymtab_to_symtab_1): Likewise.
1864 (die_hash): Likewise.
1865 (die_eq): Likewise.
1866 (load_full_comp_unit_reader): Likewise.
1867 (reset_die_in_process): Likewise.
1868 (free_cu_line_header): Likewise.
1869 (handle_DW_AT_stmt_list): Likewise.
1870 (hash_dwo_file): Likewise.
1871 (eq_dwo_file): Likewise.
1872 (hash_dwo_unit): Likewise.
1873 (eq_dwo_unit): Likewise.
1874 (create_dwo_cu_reader): Likewise.
1875 (create_dwo_unit_in_dwp_v1): Likewise.
1876 (create_dwo_unit_in_dwp_v2): Likewise.
1877 (lookup_dwo_unit_in_dwp): Likewise.
1878 (dwarf2_locate_dwo_sections): Likewise.
1879 (dwarf2_locate_common_dwp_sections): Likewise.
1880 (dwarf2_locate_v2_dwp_sections): Likewise.
1881 (hash_dwp_loaded_cutus): Likewise.
1882 (eq_dwp_loaded_cutus): Likewise.
1883 (lookup_dwo_cutu): Likewise.
1884 (abbrev_table_free_cleanup): Likewise.
1885 (dwarf2_free_abbrev_table): Likewise.
1886 (find_partial_die_in_comp_unit): Likewise.
1887 (free_line_header_voidp): Likewise.
1888 (follow_die_offset): Likewise.
1889 (follow_die_sig_1): Likewise.
1890 (free_heap_comp_unit): Likewise.
1891 (free_stack_comp_unit): Likewise.
1892 (dwarf2_free_objfile): Likewise.
1893 (per_cu_offset_and_type_hash): Likewise.
1894 (per_cu_offset_and_type_eq): Likewise.
1895 (get_die_type_at_offset): Likewise.
1896 (partial_die_hash): Likewise.
1897 (partial_die_eq): Likewise.
1898 (dwarf2_per_objfile_free): Likewise.
1899 (hash_strtab_entry): Likewise.
1900 (eq_strtab_entry): Likewise.
1901 (add_string): Likewise.
1902 (hash_symtab_entry): Likewise.
1903 (eq_symtab_entry): Likewise.
1904 (delete_symtab_entry): Likewise.
1905 (cleanup_mapped_symtab): Likewise.
1906 (add_indices_to_cpool): Likewise.
1907 (hash_psymtab_cu_index): Likewise.
1908 (eq_psymtab_cu_index): Likewise.
1909 (add_address_entry_worker): Likewise.
1910 (unlink_if_set): Likewise.
1911 (write_one_signatured_type): Likewise.
1912 (save_gdb_index_command): Likewise.
1913 * elfread.c (elf_symtab_read): Likewise.
1914 (elf_gnu_ifunc_cache_hash): Likewise.
1915 (elf_gnu_ifunc_cache_eq): Likewise.
1916 (elf_gnu_ifunc_record_cache): Likewise.
1917 (elf_gnu_ifunc_resolve_by_cache): Likewise.
1918 (elf_get_probes): Likewise.
1919 (probe_key_free): Likewise.
1920 * f-lang.c (builtin_f_type): Likewise.
1921 * frame-base.c (frame_base_append_sniffer): Likewise.
1922 (frame_base_set_default): Likewise.
1923 (frame_base_find_by_frame): Likewise.
1924 * frame-unwind.c (frame_unwind_prepend_unwinder): Likewise.
1925 (frame_unwind_append_unwinder): Likewise.
1926 (frame_unwind_find_by_frame): Likewise.
1927 * frame.c (frame_addr_hash): Likewise.
1928 (frame_addr_hash_eq): Likewise.
1929 (frame_stash_find): Likewise.
1930 (do_frame_register_read): Likewise.
1931 (unwind_to_current_frame): Likewise.
1932 (frame_cleanup_after_sniffer): Likewise.
1933 * frv-linux-tdep.c (frv_linux_sigtramp_frame_cache): Likewise.
1934 * frv-tdep.c (frv_frame_unwind_cache): Likewise.
1935 * ft32-tdep.c (ft32_frame_cache): Likewise.
1936 * gcore.c (do_bfd_delete_cleanup): Likewise.
1937 (gcore_create_callback): Likewise.
1938 * gdb_bfd.c (hash_bfd): Likewise.
1939 (eq_bfd): Likewise.
1940 (gdb_bfd_open): Likewise.
1941 (free_one_bfd_section): Likewise.
1942 (gdb_bfd_ref): Likewise.
1943 (gdb_bfd_unref): Likewise.
1944 (get_section_descriptor): Likewise.
1945 (gdb_bfd_map_section): Likewise.
1946 (gdb_bfd_crc): Likewise.
1947 (gdb_bfd_mark_parent): Likewise.
1948 (gdb_bfd_record_inclusion): Likewise.
1949 (gdb_bfd_requires_relocations): Likewise.
1950 (print_one_bfd): Likewise.
1951 * gdbtypes.c (type_pair_hash): Likewise.
1952 (type_pair_eq): Likewise.
1953 (builtin_type): Likewise.
1954 (objfile_type): Likewise.
1955 * gnu-v3-abi.c (vtable_ptrdiff_type): Likewise.
1956 (vtable_address_point_offset): Likewise.
1957 (gnuv3_get_vtable): Likewise.
1958 (hash_value_and_voffset): Likewise.
1959 (eq_value_and_voffset): Likewise.
1960 (compare_value_and_voffset): Likewise.
1961 (compute_vtable_size): Likewise.
1962 (gnuv3_get_typeid_type): Likewise.
1963 * go-lang.c (builtin_go_type): Likewise.
1964 * guile/scm-block.c (bkscm_hash_block_smob): Likewise.
1965 (bkscm_eq_block_smob): Likewise.
1966 (bkscm_objfile_block_map): Likewise.
1967 (bkscm_del_objfile_blocks): Likewise.
1968 * guile/scm-breakpoint.c (bpscm_build_bp_list): Likewise.
1969 * guile/scm-disasm.c (gdbscm_disasm_read_memory_worker): Likewise.
1970 (gdbscm_disasm_print_address): Likewise.
1971 * guile/scm-frame.c (frscm_hash_frame_smob): Likewise.
1972 (frscm_eq_frame_smob): Likewise.
1973 (frscm_inferior_frame_map): Likewise.
1974 (frscm_del_inferior_frames): Likewise.
1975 * guile/scm-gsmob.c (gdbscm_add_objfile_ref): Likewise.
1976 * guile/scm-objfile.c (ofscm_handle_objfile_deleted): Likewise.
1977 (ofscm_objfile_smob_from_objfile): Likewise.
1978 * guile/scm-ports.c (ioscm_write): Likewise.
1979 (ioscm_file_port_delete): Likewise.
1980 (ioscm_file_port_rewind): Likewise.
1981 (ioscm_file_port_put): Likewise.
1982 (ioscm_file_port_write): Likewise.
1983 * guile/scm-progspace.c (psscm_handle_pspace_deleted): Likewise.
1984 (psscm_pspace_smob_from_pspace): Likewise.
1985 * guile/scm-safe-call.c (scscm_recording_pre_unwind_handler): Likewise.
1986 (scscm_recording_unwind_handler): Likewise.
1987 (gdbscm_with_catch): Likewise.
1988 (scscm_call_0_body): Likewise.
1989 (scscm_call_1_body): Likewise.
1990 (scscm_call_2_body): Likewise.
1991 (scscm_call_3_body): Likewise.
1992 (scscm_call_4_body): Likewise.
1993 (scscm_apply_1_body): Likewise.
1994 (scscm_eval_scheme_string): Likewise.
1995 (gdbscm_safe_eval_string): Likewise.
1996 (scscm_source_scheme_script): Likewise.
1997 (gdbscm_safe_source_script): Likewise.
1998 * guile/scm-string.c (gdbscm_call_scm_to_stringn): Likewise.
1999 (gdbscm_call_scm_from_stringn): Likewise.
2000 * guile/scm-symbol.c (syscm_hash_symbol_smob): Likewise.
2001 (syscm_eq_symbol_smob): Likewise.
2002 (syscm_get_symbol_map): Likewise.
2003 (syscm_del_objfile_symbols): Likewise.
2004 * guile/scm-symtab.c (stscm_hash_symtab_smob): Likewise.
2005 (stscm_eq_symtab_smob): Likewise.
2006 (stscm_objfile_symtab_map): Likewise.
2007 (stscm_del_objfile_symtabs): Likewise.
2008 * guile/scm-type.c (tyscm_hash_type_smob): Likewise.
2009 (tyscm_eq_type_smob): Likewise.
2010 (tyscm_type_map): Likewise.
2011 (tyscm_copy_type_recursive): Likewise.
2012 (save_objfile_types): Likewise.
2013 * guile/scm-utils.c (extract_arg): Likewise.
2014 * h8300-tdep.c (h8300_frame_cache): Likewise.
2015 * hppa-linux-tdep.c (hppa_linux_sigtramp_frame_unwind_cache): Likewise.
2016 * hppa-tdep.c (compare_unwind_entries): Likewise.
2017 (find_unwind_entry): Likewise.
2018 (hppa_frame_cache): Likewise.
2019 (hppa_stub_frame_unwind_cache): Likewise.
2020 * hppanbsd-tdep.c (hppanbsd_supply_gregset): Likewise.
2021 * hppaobsd-tdep.c (hppaobsd_supply_gregset): Likewise.
2022 (hppaobsd_supply_fpregset): Likewise.
2023 * i386-cygwin-tdep.c (core_process_module_section): Likewise.
2024 * i386-linux-tdep.c (i386_linux_init_abi): Likewise.
2025 * i386-tdep.c (i386_frame_cache): Likewise.
2026 (i386_epilogue_frame_cache): Likewise.
2027 (i386_sigtramp_frame_cache): Likewise.
2028 (i386_supply_gregset): Likewise.
2029 (i386_collect_gregset): Likewise.
2030 (i386_gdbarch_init): Likewise.
2031 * i386obsd-tdep.c (i386obsd_aout_supply_regset): Likewise.
2032 (i386obsd_trapframe_cache): Likewise.
2033 * i387-tdep.c (i387_supply_fsave): Likewise.
2034 (i387_collect_fsave): Likewise.
2035 (i387_supply_fxsave): Likewise.
2036 (i387_collect_fxsave): Likewise.
2037 (i387_supply_xsave): Likewise.
2038 (i387_collect_xsave): Likewise.
2039 * ia64-tdep.c (ia64_frame_cache): Likewise.
2040 (ia64_sigtramp_frame_cache): Likewise.
2041 * infcmd.c (attach_command_continuation): Likewise.
2042 (attach_command_continuation_free_args): Likewise.
2043 * inferior.c (restore_inferior): Likewise.
2044 (delete_thread_of_inferior): Likewise.
2045 * inflow.c (inflow_inferior_data_cleanup): Likewise.
2046 (get_inflow_inferior_data): Likewise.
2047 (inflow_inferior_exit): Likewise.
2048 * infrun.c (displaced_step_clear_cleanup): Likewise.
2049 (restore_current_uiout_cleanup): Likewise.
2050 (release_stop_context_cleanup): Likewise.
2051 (do_restore_infcall_suspend_state_cleanup): Likewise.
2052 (do_restore_infcall_control_state_cleanup): Likewise.
2053 (restore_inferior_ptid): Likewise.
2054 * inline-frame.c (block_starting_point_at): Likewise.
2055 * iq2000-tdep.c (iq2000_frame_cache): Likewise.
2056 * jit.c (get_jit_objfile_data): Likewise.
2057 (get_jit_program_space_data): Likewise.
2058 (jit_object_close_impl): Likewise.
2059 (jit_find_objf_with_entry_addr): Likewise.
2060 (jit_breakpoint_deleted): Likewise.
2061 (jit_unwind_reg_set_impl): Likewise.
2062 (jit_unwind_reg_get_impl): Likewise.
2063 (jit_dealloc_cache): Likewise.
2064 (jit_frame_sniffer): Likewise.
2065 (jit_frame_prev_register): Likewise.
2066 (jit_prepend_unwinder): Likewise.
2067 (jit_inferior_exit_hook): Likewise.
2068 (free_objfile_data): Likewise.
2069 * jv-lang.c (jv_per_objfile_free): Likewise.
2070 (get_dynamics_objfile): Likewise.
2071 (get_java_class_symtab): Likewise.
2072 (builtin_java_type): Likewise.
2073 * language.c (language_string_char_type): Likewise.
2074 (language_bool_type): Likewise.
2075 (language_lookup_primitive_type): Likewise.
2076 (language_lookup_primitive_type_as_symbol): Likewise.
2077 * linespec.c (hash_address_entry): Likewise.
2078 (eq_address_entry): Likewise.
2079 (iterate_inline_only): Likewise.
2080 (iterate_name_matcher): Likewise.
2081 (decode_line_2_compare_items): Likewise.
2082 (collect_one_symbol): Likewise.
2083 (compare_symbols): Likewise.
2084 (compare_msymbols): Likewise.
2085 (add_symtabs_to_list): Likewise.
2086 (collect_symbols): Likewise.
2087 (compare_msyms): Likewise.
2088 (add_minsym): Likewise.
2089 (cleanup_linespec_result): Likewise.
2090 * linux-fork.c (inferior_call_waitpid_cleanup): Likewise.
2091 * linux-nat.c (delete_lwp_cleanup): Likewise.
2092 (count_events_callback): Likewise.
2093 (select_event_lwp_callback): Likewise.
2094 (resume_stopped_resumed_lwps): Likewise.
2095 * linux-tdep.c (get_linux_gdbarch_data): Likewise.
2096 (invalidate_linux_cache_inf): Likewise.
2097 (get_linux_inferior_data): Likewise.
2098 (linux_find_memory_regions_thunk): Likewise.
2099 (linux_make_mappings_callback): Likewise.
2100 (linux_corefile_thread_callback): Likewise.
2101 (find_mapping_size): Likewise.
2102 * linux-thread-db.c (find_new_threads_callback): Likewise.
2103 * lm32-tdep.c (lm32_frame_cache): Likewise.
2104 * m2-lang.c (builtin_m2_type): Likewise.
2105 * m32c-tdep.c (m32c_analyze_frame_prologue): Likewise.
2106 * m32r-linux-tdep.c (m32r_linux_sigtramp_frame_cache): Likewise.
2107 (m32r_linux_supply_gregset): Likewise.
2108 (m32r_linux_collect_gregset): Likewise.
2109 * m32r-tdep.c (m32r_frame_unwind_cache): Likewise.
2110 * m68hc11-tdep.c (m68hc11_frame_unwind_cache): Likewise.
2111 * m68k-tdep.c (m68k_frame_cache): Likewise.
2112 * m68kbsd-tdep.c (m68kbsd_supply_fpregset): Likewise.
2113 (m68kbsd_supply_gregset): Likewise.
2114 * m68klinux-tdep.c (m68k_linux_sigtramp_frame_cache): Likewise.
2115 * m88k-tdep.c (m88k_frame_cache): Likewise.
2116 (m88k_supply_gregset): Likewise.
2117
224c3ddb
SM
21182015-09-25 Simon Marchi <simon.marchi@ericsson.com>
2119
2120 * aarch64-linux-tdep.c (aarch64_stap_parse_special_token): Add cast
2121 to allocation result assignment.
2122 * ada-exp.y (write_object_renaming): Likewise.
2123 (write_ambiguous_var): Likewise.
2124 (ada_nget_field_index): Likewise.
2125 (write_var_or_type): Likewise.
2126 * ada-lang.c (ada_decode_symbol): Likewise.
2127 (ada_value_assign): Likewise.
2128 (value_pointer): Likewise.
2129 (cache_symbol): Likewise.
2130 (add_nonlocal_symbols): Likewise.
2131 (ada_name_for_lookup): Likewise.
2132 (symbol_completion_add): Likewise.
2133 (ada_to_fixed_type_1): Likewise.
2134 (ada_get_next_arg): Likewise.
2135 (defns_collected): Likewise.
2136 * ada-lex.l (processId): Likewise.
2137 (processString): Likewise.
2138 * ada-tasks.c (read_known_tasks_array): Likewise.
2139 (read_known_tasks_list): Likewise.
2140 * ada-typeprint.c (decoded_type_name): Likewise.
2141 * addrmap.c (addrmap_mutable_create_fixed): Likewise.
2142 * amd64-tdep.c (amd64_push_arguments): Likewise.
2143 (amd64_displaced_step_copy_insn): Likewise.
2144 (amd64_classify_insn_at): Likewise.
2145 (amd64_relocate_instruction): Likewise.
2146 * amd64obsd-tdep.c (amd64obsd_sigtramp_p): Likewise.
2147 * arch-utils.c (simple_displaced_step_copy_insn): Likewise.
2148 (initialize_current_architecture): Likewise.
2149 * arm-linux-tdep.c (arm_stap_parse_special_token): Likewise.
2150 * arm-symbian-tdep.c (arm_symbian_osabi_sniffer): Likewise.
2151 * arm-tdep.c (arm_exidx_new_objfile): Likewise.
2152 (arm_push_dummy_call): Likewise.
2153 (extend_buffer_earlier): Likewise.
2154 (arm_adjust_breakpoint_address): Likewise.
2155 (arm_skip_stub): Likewise.
2156 * auto-load.c (filename_is_in_pattern): Likewise.
2157 (maybe_add_script_file): Likewise.
2158 (maybe_add_script_text): Likewise.
2159 (auto_load_objfile_script_1): Likewise.
2160 * auxv.c (ld_so_xfer_auxv): Likewise.
2161 * ax-general.c (new_agent_expr): Likewise.
2162 (grow_expr): Likewise.
2163 (ax_reg_mask): Likewise.
2164 * bcache.c (bcache_full): Likewise.
2165 * breakpoint.c (program_breakpoint_here_p): Likewise.
2166 * btrace.c (parse_xml_raw): Likewise.
2167 * build-id.c (build_id_to_debug_bfd): Likewise.
2168 * buildsym.c (end_symtab_with_blockvector): Likewise.
2169 * c-exp.y (string_exp): Likewise.
2170 (qualified_name): Likewise.
2171 (write_destructor_name): Likewise.
2172 (operator_stoken): Likewise.
2173 (parse_number): Likewise.
2174 (scan_macro_expansion): Likewise.
2175 (yylex): Likewise.
2176 (c_print_token): Likewise.
2177 * c-lang.c (c_get_string): Likewise.
2178 (emit_numeric_character): Likewise.
2179 * charset.c (wchar_iterate): Likewise.
2180 * cli/cli-cmds.c (complete_command): Likewise.
2181 (make_command): Likewise.
2182 * cli/cli-dump.c (restore_section_callback): Likewise.
2183 (restore_binary_file): Likewise.
2184 * cli/cli-interp.c (cli_interpreter_exec): Likewise.
2185 * cli/cli-script.c (execute_control_command): Likewise.
2186 * cli/cli-setshow.c (do_set_command): Likewise.
2187 * coff-pe-read.c (add_pe_forwarded_sym): Likewise.
2188 (read_pe_exported_syms): Likewise.
2189 * coffread.c (coff_read_struct_type): Likewise.
2190 (coff_read_enum_type): Likewise.
2191 * common/btrace-common.c (btrace_data_append): Likewise.
2192 * common/buffer.c (buffer_grow): Likewise.
2193 * common/filestuff.c (gdb_fopen_cloexec): Likewise.
2194 * common/format.c (parse_format_string): Likewise.
2195 * common/gdb_vecs.c (delim_string_to_char_ptr_vec_append): Likewise.
2196 * common/xml-utils.c (xml_escape_text): Likewise.
2197 * compile/compile-object-load.c (copy_sections): Likewise.
2198 (compile_object_load): Likewise.
2199 * compile/compile-object-run.c (compile_object_run): Likewise.
2200 * completer.c (filename_completer): Likewise.
2201 * corefile.c (read_memory_typed_address): Likewise.
2202 (write_memory_unsigned_integer): Likewise.
2203 (write_memory_signed_integer): Likewise.
2204 (complete_set_gnutarget): Likewise.
2205 * corelow.c (get_core_register_section): Likewise.
2206 * cp-name-parser.y (d_grab): Likewise.
2207 (allocate_info): Likewise.
2208 (cp_new_demangle_parse_info): Likewise.
2209 * cp-namespace.c (cp_scan_for_anonymous_namespaces): Likewise.
2210 (cp_lookup_symbol_in_namespace): Likewise.
2211 (lookup_namespace_scope): Likewise.
2212 (find_symbol_in_baseclass): Likewise.
2213 (cp_lookup_nested_symbol): Likewise.
2214 (cp_lookup_transparent_type_loop): Likewise.
2215 * cp-support.c (copy_string_to_obstack): Likewise.
2216 (make_symbol_overload_list): Likewise.
2217 (make_symbol_overload_list_namespace): Likewise.
2218 (make_symbol_overload_list_adl_namespace): Likewise.
2219 (first_component_command): Likewise.
2220 * cp-valprint.c (cp_print_value): Likewise.
2221 * ctf.c (ctf_xfer_partial): Likewise.
2222 * d-exp.y (StringExp): Likewise.
2223 * d-namespace.c (d_lookup_symbol_in_module): Likewise.
2224 (lookup_module_scope): Likewise.
2225 (find_symbol_in_baseclass): Likewise.
2226 (d_lookup_nested_symbol): Likewise.
2227 * dbxread.c (find_stab_function_addr): Likewise.
2228 (read_dbx_symtab): Likewise.
2229 (dbx_end_psymtab): Likewise.
2230 (cp_set_block_scope): Likewise.
2231 * dcache.c (dcache_alloc): Likewise.
2232 * demangle.c (_initialize_demangler): Likewise.
2233 * dicos-tdep.c (dicos_load_module_p): Likewise.
2234 * dictionary.c (dict_create_hashed_expandable): Likewise.
2235 (dict_create_linear_expandable): Likewise.
2236 (expand_hashtable): Likewise.
2237 (add_symbol_linear_expandable): Likewise.
2238 * dwarf2-frame.c (add_cie): Likewise.
2239 (add_fde): Likewise.
2240 (dwarf2_build_frame_info): Likewise.
2241 * dwarf2expr.c (dwarf_expr_grow_stack): Likewise.
2242 (dwarf_expr_fetch_address): Likewise.
2243 (add_piece): Likewise.
2244 (execute_stack_op): Likewise.
2245 * dwarf2loc.c (chain_candidate): Likewise.
2246 (dwarf_entry_parameter_to_value): Likewise.
2247 (read_pieced_value): Likewise.
2248 (write_pieced_value): Likewise.
2249 * dwarf2read.c (dwarf2_read_section): Likewise.
2250 (add_type_unit): Likewise.
2251 (read_comp_units_from_section): Likewise.
2252 (fixup_go_packaging): Likewise.
2253 (dwarf2_compute_name): Likewise.
2254 (dwarf2_physname): Likewise.
2255 (create_dwo_unit_in_dwp_v1): Likewise.
2256 (create_dwo_unit_in_dwp_v2): Likewise.
2257 (read_func_scope): Likewise.
2258 (read_call_site_scope): Likewise.
2259 (dwarf2_attach_fields_to_type): Likewise.
2260 (process_structure_scope): Likewise.
2261 (mark_common_block_symbol_computed): Likewise.
2262 (read_common_block): Likewise.
2263 (abbrev_table_read_table): Likewise.
2264 (guess_partial_die_structure_name): Likewise.
2265 (fixup_partial_die): Likewise.
2266 (add_file_name): Likewise.
2267 (dwarf2_const_value_data): Likewise.
2268 (dwarf2_const_value_attr): Likewise.
2269 (build_error_marker_type): Likewise.
2270 (guess_full_die_structure_name): Likewise.
2271 (anonymous_struct_prefix): Likewise.
2272 (typename_concat): Likewise.
2273 (dwarf2_canonicalize_name): Likewise.
2274 (dwarf2_name): Likewise.
2275 (write_constant_as_bytes): Likewise.
2276 (dwarf2_fetch_constant_bytes): Likewise.
2277 (copy_string): Likewise.
2278 (parse_macro_definition): Likewise.
2279 * elfread.c (elf_symfile_segments): Likewise.
2280 (elf_rel_plt_read): Likewise.
2281 (elf_gnu_ifunc_resolve_by_cache): Likewise.
2282 (elf_gnu_ifunc_resolve_by_got): Likewise.
2283 (elf_read_minimal_symbols): Likewise.
2284 (elf_gnu_ifunc_record_cache): Likewise.
2285 * event-top.c (top_level_prompt): Likewise.
2286 (command_line_handler): Likewise.
2287 * exec.c (resize_section_table): Likewise.
2288 * expprint.c (print_subexp_standard): Likewise.
2289 * fbsd-tdep.c (fbsd_collect_regset_section_cb): Likewise.
2290 * findcmd.c (parse_find_args): Likewise.
2291 * findvar.c (address_from_register): Likewise.
2292 * frame.c (get_prev_frame_always): Likewise.
2293 * gdb_bfd.c (gdb_bfd_ref): Likewise.
2294 (get_section_descriptor): Likewise.
2295 * gdb_obstack.c (obconcat): Likewise.
2296 (obstack_strdup): Likewise.
2297 * gdbtypes.c (lookup_function_type_with_arguments): Likewise.
2298 (create_set_type): Likewise.
2299 (lookup_unsigned_typename): Likewise.
2300 (lookup_signed_typename): Likewise.
2301 (resolve_dynamic_union): Likewise.
2302 (resolve_dynamic_struct): Likewise.
2303 (add_dyn_prop): Likewise.
2304 (copy_dynamic_prop_list): Likewise.
2305 (arch_flags_type): Likewise.
2306 (append_composite_type_field_raw): Likewise.
2307 * gdbtypes.h (INIT_FUNC_SPECIFIC): Likewise.
2308 * gnu-v3-abi.c (gnuv3_rtti_type): Likewise.
2309 * go-exp.y (string_exp): Likewise.
2310 * go-lang.c (go_demangle): Likewise.
2311 * guile/guile.c (compute_scheme_string): Likewise.
2312 * guile/scm-cmd.c (gdbscm_parse_command_name): Likewise.
2313 (gdbscm_canonicalize_command_name): Likewise.
2314 * guile/scm-ports.c (ioscm_init_stdio_buffers): Likewise.
2315 (ioscm_init_memory_port): Likewise.
2316 (ioscm_reinit_memory_port): Likewise.
2317 * guile/scm-utils.c (gdbscm_gc_xstrdup): Likewise.
2318 (gdbscm_gc_dup_argv): Likewise.
2319 * h8300-tdep.c (h8300_push_dummy_call): Likewise.
2320 * hppa-tdep.c (internalize_unwinds): Likewise.
2321 (read_unwind_info): Likewise.
2322 * i386-cygwin-tdep.c (core_process_module_section): Likewise.
2323 (windows_core_xfer_shared_libraries): Likewise.
2324 * i386-tdep.c (i386_displaced_step_copy_insn): Likewise.
2325 (i386_stap_parse_special_token_triplet): Likewise.
2326 (i386_stap_parse_special_token_three_arg_disp): Likewise.
2327 * i386obsd-tdep.c (i386obsd_sigtramp_p): Likewise.
2328 * inf-child.c (inf_child_fileio_readlink): Likewise.
2329 * inf-ptrace.c (inf_ptrace_fetch_register): Likewise.
2330 (inf_ptrace_store_register): Likewise.
2331 * infrun.c (follow_exec): Likewise.
2332 (displaced_step_prepare_throw): Likewise.
2333 (save_stop_context): Likewise.
2334 (save_infcall_suspend_state): Likewise.
2335 * jit.c (jit_read_descriptor): Likewise.
2336 (jit_read_code_entry): Likewise.
2337 (jit_symtab_line_mapping_add_impl): Likewise.
2338 (finalize_symtab): Likewise.
2339 (jit_unwind_reg_get_impl): Likewise.
2340 * jv-exp.y (QualifiedName): Likewise.
2341 * jv-lang.c (get_java_utf8_name): Likewise.
2342 (type_from_class): Likewise.
2343 (java_demangle_type_signature): Likewise.
2344 (java_class_name_from_physname): Likewise.
2345 * jv-typeprint.c (java_type_print_base): Likewise.
2346 * jv-valprint.c (java_value_print): Likewise.
2347 * language.c (add_language): Likewise.
2348 * linespec.c (add_sal_to_sals_basic): Likewise.
2349 (add_sal_to_sals): Likewise.
2350 (decode_objc): Likewise.
2351 (find_linespec_symbols): Likewise.
2352 * linux-fork.c (fork_save_infrun_state): Likewise.
2353 * linux-nat.c (linux_nat_detach): Likewise.
2354 (linux_nat_fileio_readlink): Likewise.
2355 * linux-record.c (record_linux_sockaddr): Likewise.
2356 (record_linux_msghdr): Likewise.
2357 (Do): Likewise.
2358 * linux-tdep.c (linux_core_info_proc_mappings): Likewise.
2359 (linux_collect_regset_section_cb): Likewise.
2360 (linux_get_siginfo_data): Likewise.
2361 * linux-thread-db.c (try_thread_db_load_from_pdir_1): Likewise.
2362 (try_thread_db_load_from_dir): Likewise.
2363 (thread_db_load_search): Likewise.
2364 (info_auto_load_libthread_db): Likewise.
2365 * m32c-tdep.c (m32c_m16c_address_to_pointer): Likewise.
2366 (m32c_m16c_pointer_to_address): Likewise.
2367 * m68hc11-tdep.c (m68hc11_pseudo_register_write): Likewise.
2368 * m68k-tdep.c (m68k_get_longjmp_target): Likewise.
2369 * machoread.c (macho_check_dsym): Likewise.
2370 * macroexp.c (resize_buffer): Likewise.
2371 (gather_arguments): Likewise.
2372 (maybe_expand): Likewise.
2373 * macrotab.c (new_macro_key): Likewise.
2374 (new_source_file): Likewise.
2375 (new_macro_definition): Likewise.
2376 * mdebugread.c (parse_symbol): Likewise.
2377 (parse_type): Likewise.
2378 (parse_partial_symbols): Likewise.
2379 (psymtab_to_symtab_1): Likewise.
2380 * mem-break.c (default_memory_insert_breakpoint): Likewise.
2381 * mi/mi-cmd-break.c (mi_argv_to_format): Likewise.
2382 * mi/mi-main.c (mi_cmd_data_read_memory): Likewise.
2383 (mi_cmd_data_read_memory_bytes): Likewise.
2384 (mi_cmd_data_write_memory_bytes): Likewise.
2385 (mi_cmd_trace_frame_collected): Likewise.
2386 * mi/mi-parse.c (mi_parse_argv): Likewise.
2387 (mi_parse): Likewise.
2388 * minidebug.c (lzma_open): Likewise.
2389 (lzma_pread): Likewise.
2390 * mips-tdep.c (mips_read_fp_register_single): Likewise.
2391 (mips_print_fp_register): Likewise.
2392 * mipsnbsd-tdep.c (mipsnbsd_get_longjmp_target): Likewise.
2393 * mipsread.c (read_alphacoff_dynamic_symtab): Likewise.
2394 * mt-tdep.c (mt_register_name): Likewise.
2395 (mt_registers_info): Likewise.
2396 (mt_push_dummy_call): Likewise.
2397 * namespace.c (add_using_directive): Likewise.
2398 * nat/linux-btrace.c (perf_event_read): Likewise.
2399 (linux_enable_bts): Likewise.
2400 * nat/linux-osdata.c (linux_common_core_of_thread): Likewise.
2401 * nat/linux-ptrace.c (linux_ptrace_test_ret_to_nx): Likewise.
2402 * nto-tdep.c (nto_find_and_open_solib): Likewise.
2403 (nto_parse_redirection): Likewise.
2404 * objc-lang.c (objc_demangle): Likewise.
2405 (find_methods): Likewise.
2406 * objfiles.c (get_objfile_bfd_data): Likewise.
2407 (set_objfile_main_name): Likewise.
2408 (allocate_objfile): Likewise.
2409 (objfile_relocate): Likewise.
2410 (update_section_map): Likewise.
2411 * osabi.c (generic_elf_osabi_sniff_abi_tag_sections): Likewise.
2412 * p-exp.y (exp): Likewise.
2413 (yylex): Likewise.
2414 * p-valprint.c (pascal_object_print_value): Likewise.
2415 * parse.c (initialize_expout): Likewise.
2416 (mark_completion_tag): Likewise.
2417 (copy_name): Likewise.
2418 (parse_float): Likewise.
2419 (type_stack_reserve): Likewise.
2420 * ppc-linux-tdep.c (ppc_stap_parse_special_token): Likewise.
2421 (ppu2spu_prev_register): Likewise.
2422 * ppc-ravenscar-thread.c (supply_register_at_address): Likewise.
2423 * printcmd.c (printf_wide_c_string): Likewise.
2424 (printf_pointer): Likewise.
2425 * probe.c (parse_probes): Likewise.
2426 * python/py-cmd.c (gdbpy_parse_command_name): Likewise.
2427 (cmdpy_init): Likewise.
2428 * python/py-gdb-readline.c (gdbpy_readline_wrapper): Likewise.
2429 * python/py-symtab.c (set_sal): Likewise.
2430 * python/py-unwind.c (pyuw_sniffer): Likewise.
2431 * python/python.c (python_interactive_command): Likewise.
2432 (compute_python_string): Likewise.
2433 * ravenscar-thread.c (get_running_thread_id): Likewise.
2434 * record-full.c (record_full_exec_insn): Likewise.
2435 (record_full_core_open_1): Likewise.
2436 * regcache.c (regcache_raw_read_signed): Likewise.
2437 (regcache_raw_read_unsigned): Likewise.
2438 (regcache_cooked_read_signed): Likewise.
2439 (regcache_cooked_read_unsigned): Likewise.
2440 * remote-fileio.c (remote_fileio_func_open): Likewise.
2441 (remote_fileio_func_rename): Likewise.
2442 (remote_fileio_func_unlink): Likewise.
2443 (remote_fileio_func_stat): Likewise.
2444 (remote_fileio_func_system): Likewise.
2445 * remote-mips.c (mips_xfer_memory): Likewise.
2446 (mips_load_srec): Likewise.
2447 (pmon_end_download): Likewise.
2448 * remote.c (new_remote_state): Likewise.
2449 (map_regcache_remote_table): Likewise.
2450 (remote_register_number_and_offset): Likewise.
2451 (init_remote_state): Likewise.
2452 (get_memory_packet_size): Likewise.
2453 (remote_pass_signals): Likewise.
2454 (remote_program_signals): Likewise.
2455 (remote_start_remote): Likewise.
2456 (remote_check_symbols): Likewise.
2457 (remote_query_supported): Likewise.
2458 (extended_remote_attach): Likewise.
2459 (process_g_packet): Likewise.
2460 (store_registers_using_G): Likewise.
2461 (putpkt_binary): Likewise.
2462 (read_frame): Likewise.
2463 (compare_sections_command): Likewise.
2464 (remote_hostio_pread): Likewise.
2465 (remote_hostio_readlink): Likewise.
2466 (remote_file_put): Likewise.
2467 (remote_file_get): Likewise.
2468 (remote_pid_to_exec_file): Likewise.
2469 (_initialize_remote): Likewise.
2470 * rs6000-aix-tdep.c (rs6000_aix_ld_info_to_xml): Likewise.
2471 (rs6000_aix_core_xfer_shared_libraries_aix): Likewise.
2472 * rs6000-tdep.c (ppc_displaced_step_copy_insn): Likewise.
2473 (bfd_uses_spe_extensions): Likewise.
2474 * s390-linux-tdep.c (s390_displaced_step_copy_insn): Likewise.
2475 * score-tdep.c (score7_malloc_and_get_memblock): Likewise.
2476 * solib-dsbt.c (decode_loadmap): Likewise.
2477 (fetch_loadmap): Likewise.
2478 (scan_dyntag): Likewise.
2479 (enable_break): Likewise.
2480 (dsbt_relocate_main_executable): Likewise.
2481 * solib-frv.c (fetch_loadmap): Likewise.
2482 (enable_break2): Likewise.
2483 (frv_relocate_main_executable): Likewise.
2484 * solib-spu.c (spu_relocate_main_executable): Likewise.
2485 (spu_bfd_open): Likewise.
2486 * solib-svr4.c (lm_info_read): Likewise.
2487 (read_program_header): Likewise.
2488 (find_program_interpreter): Likewise.
2489 (scan_dyntag): Likewise.
2490 (elf_locate_base): Likewise.
2491 (open_symbol_file_object): Likewise.
2492 (read_program_headers_from_bfd): Likewise.
2493 (svr4_relocate_main_executable): Likewise.
2494 * solib-target.c (solib_target_relocate_section_addresses): Likewise.
2495 * solib.c (solib_find_1): Likewise.
2496 (exec_file_find): Likewise.
2497 (solib_find): Likewise.
2498 * source.c (openp): Likewise.
2499 (print_source_lines_base): Likewise.
2500 (forward_search_command): Likewise.
2501 * sparc-ravenscar-thread.c (supply_register_at_address): Likewise.
2502 * spu-tdep.c (spu2ppu_prev_register): Likewise.
2503 (spu_get_overlay_table): Likewise.
2504 * stabsread.c (patch_block_stabs): Likewise.
2505 (define_symbol): Likewise.
2506 (again:): Likewise.
2507 (read_member_functions): Likewise.
2508 (read_one_struct_field): Likewise.
2509 (read_enum_type): Likewise.
2510 (common_block_start): Likewise.
2511 * stack.c (read_frame_arg): Likewise.
2512 (backtrace_command): Likewise.
2513 * stap-probe.c (stap_parse_register_operand): Likewise.
2514 * symfile.c (syms_from_objfile_1): Likewise.
2515 (find_separate_debug_file): Likewise.
2516 (load_command): Likewise.
2517 (load_progress): Likewise.
2518 (load_section_callback): Likewise.
2519 (reread_symbols): Likewise.
2520 (add_filename_language): Likewise.
2521 (allocate_compunit_symtab): Likewise.
2522 (read_target_long_array): Likewise.
2523 (simple_read_overlay_table): Likewise.
2524 * symtab.c (symbol_set_names): Likewise.
2525 (resize_symbol_cache): Likewise.
2526 (rbreak_command): Likewise.
2527 (completion_list_add_name): Likewise.
2528 (completion_list_objc_symbol): Likewise.
2529 (add_filename_to_list): Likewise.
2530 * target-descriptions.c (maint_print_c_tdesc_cmd): Likewise.
2531 * target-memory.c (target_write_memory_blocks): Likewise.
2532 * target.c (target_read_string): Likewise.
2533 (read_whatever_is_readable): Likewise.
2534 (target_read_alloc_1): Likewise.
2535 (simple_search_memory): Likewise.
2536 (target_fileio_read_alloc_1): Likewise.
2537 * tilegx-tdep.c (tilegx_push_dummy_call): Likewise.
2538 * top.c (command_line_input): Likewise.
2539 * tracefile-tfile.c (tfile_fetch_registers): Likewise.
2540 * tracefile.c (tracefile_fetch_registers): Likewise.
2541 * tracepoint.c (add_memrange): Likewise.
2542 (init_collection_list): Likewise.
2543 (add_aexpr): Likewise.
2544 (trace_dump_actions): Likewise.
2545 (parse_trace_status): Likewise.
2546 (parse_tracepoint_definition): Likewise.
2547 (parse_tsv_definition): Likewise.
2548 (parse_static_tracepoint_marker_definition): Likewise.
2549 * tui/tui-file.c (tui_sfileopen): Likewise.
2550 (tui_file_adjust_strbuf): Likewise.
2551 * tui/tui-io.c (tui_expand_tabs): Likewise.
2552 * tui/tui-source.c (tui_set_source_content): Likewise.
2553 * typeprint.c (find_global_typedef): Likewise.
2554 * ui-file.c (do_ui_file_xstrdup): Likewise.
2555 (ui_file_obsavestring): Likewise.
2556 (mem_file_write): Likewise.
2557 * utils.c (make_hex_string): Likewise.
2558 (get_regcomp_error): Likewise.
2559 (puts_filtered_tabular): Likewise.
2560 (gdb_realpath_keepfile): Likewise.
2561 (ldirname): Likewise.
2562 (gdb_bfd_errmsg): Likewise.
2563 (substitute_path_component): Likewise.
2564 * valops.c (search_struct_method): Likewise.
2565 (find_oload_champ_namespace_loop): Likewise.
2566 * valprint.c (print_decimal_chars): Likewise.
2567 (read_string): Likewise.
2568 (generic_emit_char): Likewise.
2569 * varobj.c (varobj_delete): Likewise.
2570 (varobj_value_get_print_value): Likewise.
2571 * vaxobsd-tdep.c (vaxobsd_sigtramp_sniffer): Likewise.
2572 * windows-tdep.c (display_one_tib): Likewise.
2573 * xcoffread.c (read_xcoff_symtab): Likewise.
2574 (process_xcoff_symbol): Likewise.
2575 (swap_sym): Likewise.
2576 (scan_xcoff_symtab): Likewise.
2577 (xcoff_initial_scan): Likewise.
2578 * xml-support.c (gdb_xml_end_element): Likewise.
2579 (xml_process_xincludes): Likewise.
2580 (xml_fetch_content_from_file): Likewise.
2581 * xml-syscall.c (xml_list_of_syscalls): Likewise.
2582 * xstormy16-tdep.c (xstormy16_push_dummy_call): Likewise.
2583
623fb775 25842015-09-23 James Bowman <james.bowman@ftdichip.com>
2585
2586 * ft32-tdep.c (ft32_register_type): Return gdbarch_tdep (gdbarch)->pc_type
2587 instead of builtin_func_ptr.
2588 (ft32_pointer_to_address): New function.
2589 (ft32_address_class_type_flags): New function.
2590 (ft32_address_class_type_flags_to_name): New function.
2591 (ft32_address_class_name_to_type_flags): New function.
2592 (ft32_gdbarch_init): Set tdep->pc_type. Call
2593 set_gdbarch_pointer_to_address,
2594 set_gdbarch_address_class_type_flags
2595 set_gdbarch_address_class_name_to_type_flags,
2596 and set_gdbarch_address_class_type_flags_to_name.
2597 * ft32-tdep.h (struct gdbarch_tdep) <pc_type>: New field.
2598
e6c2c623
PMR
25992015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
2600
2601 * ada-lang.c (ada_evaluate_subexp) <OP_FUNCALL>: When the input
2602 value is a reference, actually dereference it in order to get
2603 the underlying value.
2604
bc1f8cda
SM
26052015-09-22 Simon Marchi <simon.marchi@ericsson.com>
2606
2607 * stap-probe.c (handle_stap_probe): Remove unnecessary cast.
2608
acaa662f
SM
26092015-09-21 Simon Marchi <simon.marchi@ericsson.com>
2610
2611 * cli/cli-setshow.c (cmd_show_list): Constify a variable.
2612 * linespec.c (linespec_lexer_lex_string): Same.
2613
4d9d419e
PL
26142015-09-21 Pierre Langlois <pierre.langlois@arm.com>
2615
2616 * NEWS: Mention support for fast tracepoints on aarch64-linux.
2617
6ec5f4be
PL
26182015-09-21 Pierre Langlois <pierre.langlois@arm.com>
2619
2620 * aarch64-tdep.c (aarch64_analyze_prologue): New is_adrp
2621 variable. Call aarch64_decode_adr instead of
2622 aarch64_decode_adrp.
2623 * arch/aarch64-insn.h (aarch64_decode_adrp): Delete.
2624 (aarch64_decode_adr): New function declaration.
2625 * arch/aarch64-insn.c (aarch64_decode_adrp): Delete.
2626 (aarch64_decode_adr): New function, factored out from
2627 aarch64_decode_adrp to decode both adr and adrp instructions.
2628
787749ea
PL
26292015-09-21 Pierre Langlois <pierre.langlois@arm.com>
2630
2631 * Makefile.in (ALL_64_TARGET_OBS): Add aarch64-insn.o.
2632 (HFILES_NO_SRCDIR): Add arch/aarch64-insn.h.
2633 (aarch64-insn.o): New rule.
2634 * configure.tgt (aarch64*-*-elf): Add aarch64-insn.o.
2635 (aarch64*-*-linux*): Likewise.
2636 * arch/aarch64-insn.c: New file.
2637 * arch/aarch64-insn.h: New file.
2638 * aarch64-tdep.c: Include arch/aarch64-insn.h.
2639 (aarch64_debug): Move to arch/aarch64-insn.c. Declare in
2640 arch/aarch64-insn.h.
2641 (decode_add_sub_imm): Rename to ...
2642 (aarch64_decode_add_sub_imm): ... this.
2643 (decode_adrp): Rename to ...
2644 (aarch64_decode_adrp): ... this. Move to arch/aarch64-insn.c.
2645 Declare in arch/aarch64-insn.h.
2646 (decode_b): Rename to ...
2647 (aarch64_decode_b): ... this. Move to arch/aarch64-insn.c.
2648 Declare in arch/aarch64-insn.h.
2649 (decode_bcond): Rename to ...
2650 (aarch64_decode_bcond): ... this. Move to arch/aarch64-insn.c.
2651 Declare in arch/aarch64-insn.h.
2652 (decode_br): Rename to ...
2653 (aarch64_decode_br): ... this.
2654 (decode_cb): Rename to ...
2655 (aarch64_decode_cb): ... this. Move to arch/aarch64-insn.c.
2656 Declare in arch/aarch64-insn.h.
2657 (decode_eret): Rename to ...
2658 (aarch64_decode_eret): ... this.
2659 (decode_movz): Rename to ...
2660 (aarch64_decode_movz): ... this.
2661 (decode_orr_shifted_register_x): Rename to ...
2662 (aarch64_decode_orr_shifted_register_x): ... this.
2663 (decode_ret): Rename to ...
2664 (aarch64_decode_ret): ... this.
2665 (decode_stp_offset): Rename to ...
2666 (aarch64_decode_stp_offset): ... this.
2667 (decode_stp_offset_wb): Rename to ...
2668 (aarch64_decode_stp_offset_wb): ... this.
2669 (decode_stur): Rename to ...
2670 (aarch64_decode_stur): ... this.
2671 (decode_tb): Rename to ...
2672 (aarch64_decode_tb): ... this. Move to arch/aarch64-insn.c.
2673 Declare in arch/aarch64-insn.h.
2674 (aarch64_analyze_prologue): Adjust calls to renamed functions.
2675
183dc7ec
DE
26762015-09-20 Doug Evans <xdje42@gmail.com>
2677
2678 * dwarf2read.c (add_partial_symbol): Remove outdated comments.
2679
2ee7123e
DE
26802015-09-20 Doug Evans <xdje42@gmail.com>
2681
2682 * dwarf2read.c (dwarf2_compute_name): Add FIXME. Don't use a local
2683 variable name that collides with a parameter.
2684
7d1c9c9b
JB
26852015-09-20 Joel Brobecker <brobecker@adacore.com>
2686
2687 * dwarf2loc.c (locexpr_get_frame_base): Renames
2688 block_op_get_frame_base.
2689 (dwarf2_block_frame_base_locexpr_funcs): Replace reference to
2690 block_op_get_frame_base by reference to locexpr_get_frame_base.
2691 (loclist_get_frame_base): New function, near identical copy of
2692 locexpr_get_frame_base.
2693 (dwarf2_block_frame_base_loclist_funcs): Replace reference to
2694 block_op_get_frame_base by reference to loclist_get_frame_base.
2695
7dc7c195
DE
26962015-09-19 Doug Evans <xdje42@gmail.com>
2697
2698 * ravenscar-thread.c (ravenscar_inferior_created): Replace
2699 current_inferior ()->gdbarch with its wrapper target_gdbarch.
2700
be550b6e
DE
27012015-09-18 Doug Evans <xdje42@gmail.com>
2702
2703 * linux-thread-db.c (record_thread): Return the created thread.
2704 (thread_from_lwp): Likewise.
2705 (thread_db_get_thread_local_address): Update.
2706
615b3f62
DE
27072015-09-18 Doug Evans <xdje42@gmail.com>
2708
2709 * symtab.h (general_symbol_info) <mangled_lang>: Delete struct,
2710 move only member demangled_name up. All uses updated.
2711
015d2e7e
DE
27122015-09-18 Doug Evans <xdje42@gmail.com>
2713
2714 * findvar.c (default_read_var_value) <LOC_UNRESOLVED>: Include the
2715 kind of minimal symbol in the error message.
2716 * objfiles.c (objfile_flavour_name): New function.
2717 * objfiles.h (objfile_flavour_name): Declare.
2718
a0cc84cd
YQ
27192015-09-18 Yao Qi <yao.qi@linaro.org>
2720
2721 * nat/aarch64-linux.c: Include elf/common.h,
2722 nat/gdb_ptrace.h, asm/ptrace.h and sys/uio.h.
2723 (aarch64_ps_get_thread_area): New function.
2724 * nat/aarch64-linux.h: Include gdb_proc_service.h.
2725 (aarch64_ps_get_thread_area): Declare.
2726 * aarch64-linux-nat.c (ps_get_thread_area): Call
2727 aarch64_ps_get_thread_area.
2728
d2939ba2
MM
27292015-09-18 Markus Metzger <markus.t.metzger@intel.com>
2730
2731 * record-btrace.c (record_btrace_resume): Honour scheduler-locking.
2732
f2665db5
MM
27332015-09-18 Markus Metzger <markus.t.metzger@intel.com>
2734
2735 * NEWS: Announce new scheduler-locking mode.
2736 * infrun.c (schedlock_replay): New.
2737 (scheduler_enums): Add schedlock_replay.
2738 (scheduler_mode): Change default to schedlock_replay.
2739 (user_visible_resume_ptid): Handle schedlock_replay.
2740 (clear_proceed_status_thread): Stop replaying if resumed thread is
2741 not replaying.
2742 (schedlock_applies): Handle schedlock_replay.
2743 (_initialize_infrun): Document new scheduler-locking mode.
2744 * record-btrace.c (record_btrace_resume): Remove code to stop other
2745 threads when not replaying the resumed thread.
2746
7ff27e9b
MM
27472015-09-18 Markus Metzger <markus.t.metzger@intel.com>
2748
2749 * record-btrace.c ((record_btrace_will_replay): New.
2750 (init_record_btrace_ops): Initialize to_record_will_replay.
2751 * record-full.c ((record_full_will_replay): New.
2752 (init_record_full_ops): Initialize to_record_will_replay.
2753 * target-delegates.c: Regenerated.
2754 * target.c (target_record_will_replay): New.
2755 * target.h (struct target_ops) <to_record_will_replay>: New.
2756 (target_record_will_replay): New.
2757
797094dd
MM
27582015-09-18 Markus Metzger <markus.t.metzger@intel.com>
2759
2760 * record-btrace.c (record_btrace_resume): Call
2761 target_record_stop_replaying.
2762 (record_btrace_stop_replaying_all): New.
2763 (init_record_btrace_ops): Initialize to_record_stop_replaying.
2764 * record-full.c (record_full_stop_replaying): New.
2765 (init_record_full_ops ): Initialize to_record_stop_replaying.
2766 * target-delegates.c: Regenerated.
2767 * target.c (target_record_stop_replaying): New.
2768 * target.h (struct target_ops) <to_record_stop_replaying>: New.
2769 (target_record_stop_replaying): New.
2770
4d10e986
MM
27712015-09-18 Markus Metzger <markus.t.metzger@intel.com>
2772
2773 * record-btrace.c (record_btrace_xfer_partial)
2774 (record_btrace_store_registers, record_btrace_prepare_to_store):
2775 Call record_btrace_is_replaying with inferior_ptid instead of
2776 minus_one_ptid.
2777 (record_btrace_store_registers): Change error message.
2778
a52eab48
MM
27792015-09-18 Markus Metzger <markus.t.metzger@intel.com>
2780
2781 * record-btrace.c (record_btrace_is_replaying): Add ptid argument.
2782 Update users to pass minus_one_ptid.
2783 * record-full.c (record_full_is_replaying): Add ptid argument (ignored).
2784 * record.c (cmd_record_delete): Pass inferior_ptid to
2785 target_record_is_replaying.
2786 * target-delegates.c: Regenerated.
2787 * target.c (target_record_is_replaying): Add ptid argument.
2788 * target.h (struct target_ops) <to_record_is_replaying>: Add ptid
2789 argument.
2790 (target_record_is_replaying): Add ptid argument.
2791
cbb55fa7
MM
27922015-09-18 Markus Metzger <markus.t.metzger@intel.com>
2793
2794 * record-btrace.c (record_btrace_open): Remove non_stop check.
2795 * NEWS: Announce that record btrace supports non-stop mode.
2796
d1988021
MM
27972015-09-18 Markus Metzger <markus.t.metzger@intel.com>
2798
2799 * infrun.c (handle_inferior_event_1): Switch to the eventing thread
2800 in the TARKET_WAITKIND_NO_HISTORY case.
2801
a6b5be76
MM
28022015-09-18 Markus Metzger <markus.t.metzger@intel.com>
2803
2804 * record-btrace.c (record_btrace_maybe_mark_async_event): New.
2805 (record_btrace_wait): Call record_btrace_maybe_mark_async_event.
2806
ec71cc2f
MM
28072015-09-18 Markus Metzger <markus.t.metzger@intel.com>
2808
2809 * record-btrace.c (get_thread_current_frame): New.
2810 (record_btrace_start_replaying): Call get_thread_current_frame.
2811
0ca912df
MM
28122015-09-18 Markus Metzger <markus.t.metzger@intel.com>
2813
2814 * record-btrace.c (record_btrace_resume_thread): A move request
2815 overwrites a previous move request.
2816 (record_btrace_find_resume_thread): Removed.
2817 (record_btrace_resume): Resume all requested threads.
2818
e3cfc1c7
MM
28192015-09-18 Markus Metzger <markus.t.metzger@intel.com>
2820
2821 * record-btrace.c: Include vec.h.
2822 (record_btrace_find_thread_to_move): Removed.
2823 (btrace_step_no_resumed, btrace_step_again)
2824 (record_btrace_stop_replaying_at_end): New.
2825 (record_btrace_cancel_resume): Call record_btrace_stop_replaying_at_end.
2826 (record_btrace_single_step_forward): Remove calls to
2827 record_btrace_stop_replaying.
2828 (record_btrace_step_thread): Do only one step for BTHR_CONT and
2829 BTHR_RCONT. Keep threads at the end of their history moving.
2830 (record_btrace_wait): Call record_btrace_step_thread for all threads
2831 until one reports an event. Call record_btrace_stop_replaying_at_end
2832 for the eventing thread.
2833
cf8f8f0c
MM
28342015-09-18 Markus Metzger <markus.t.metzger@intel.com>
2835
2836 * record-btrace.c (record_btrace_single_step_forward): Return
2837 NO_HISTORY if a step brings us to the end of the execution history.
2838
011c71b6
MM
28392015-09-18 Markus Metzger <markus.t.metzger@intel.com>
2840
2841 * record-btrace.c (record_btrace_step_thread): Move breakpoint check
2842 to ...
2843 (record_btrace_single_step_forward): ... here and
2844 (record_btrace_single_step_backward): ... here.
2845
d825d248
MM
28462015-09-18 Markus Metzger <markus.t.metzger@intel.com>
2847
2848 * record-btrace.c (btrace_step_spurious)
2849 (record_btrace_single_step_forward)
2850 (record_btrace_single_step_backward): New.
2851 (record_btrace_step_thread): Call record_btrace_single_step_forward
2852 and record_btrace_single_step_backward.
2853
3c615f99
MM
28542015-09-18 Markus Metzger <markus.t.metzger@intel.com>
2855
2856 * record-btrace.c (record_btrace_replay_at_breakpoint): New.
2857 (record_btrace_step_thread): Call record_btrace_replay_at_breakpoint.
2858
987e68b1
MM
28592015-09-18 Markus Metzger <markus.t.metzger@intel.com>
2860
2861 * record-btrace.c (btrace_thread_flag_to_str)
2862 (record_btrace_cancel_resume): New.
2863 (record_btrace_step_thread): Call btrace_thread_flag_to_str.
2864 (record_btrace_resume): Print execution direction.
2865 (record_btrace_resume_thread): Call btrace_thread_flag_to_str.
2866 (record_btrace_wait): Call record_btrace_cancel_resume.
2867
6e4879f0
MM
28682015-09-18 Markus Metzger <markus.t.metzger@intel.com>
2869
2870 * btrace.h (enum btrace_thread_flag) <BTHR_STOP>: New.
2871 * record-btrace (record_btrace_resume_thread): Clear BTHR_STOP.
2872 (record_btrace_find_thread_to_move): Also accept threads that have
2873 BTHR_STOP set.
2874 (btrace_step_stopped_on_request, record_btrace_stop): New.
2875 (record_btrace_step_thread): Support BTHR_STOP.
2876 (record_btrace_wait): Also clear BTHR_STOP when stopping other threads.
2877 (init_record_btrace_ops): Initialize to_stop.
2878
5953356c
MM
28792015-09-18 Markus Metzger <markus.t.metzger@intel.com>
2880
2881 * record-btrace.c (record_btrace_wait): Replace non_stop check with
2882 target_is_non_stop_p ().
2883
bfca584f
PMR
28842015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
2885
2886 * ada-typeprint.c (print_array_type): Do not describe arrays as
2887 packed when they embed dynamic elements.
2888
5382cfab
PW
28892015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2890
2891 * symtab.h (address_class): Document that TLS variables
2892 are handled by LOC_UNRESOLVED.
2893 * findvar.c (default_read_var_value): Don't relocate TLS variables.
2894 * printcmd.c (address_info): Don't relocate TLS variables.
2895
b277c936
PL
28962015-09-15 Pierre Langlois <pierre.langlois@arm.com>
2897
2898 * aarch64-tdep.c (decode_add_sub_imm): Use debug_printf.
2899 (decode_adrp): Likewise.
2900 (decode_b): Likewise.
2901 (decode_bcond): Likewise.
2902 (decode_br): Likewise.
2903 (decode_cb): Likewise.
2904 (decode_eret): Likewise.
2905 (decode_movz): Likewise.
2906 (decode_orr_shifted_register_x): Likewise.
2907 (decode_ret): Likewise.
2908 (decode_stp_offset): Likewise.
2909 (decode_stp_offset_wb): Likewise.
2910 (decode_stur): Likewise.
2911 (decode_tb): Likewise.
2912 (aarch64_analyze_prologue): Likewise.
2913 (pass_in_x): Likewise.
2914 (pass_in_v): Likewise.
2915 (pass_on_stack): Likewise.
2916 (aarch64_push_dummy_call): Likewise.
2917 (aarch64_extract_return_value): Likewise.
2918 (aarch64_store_return_value): Likewise.
2919 (aarch64_return_value): Likewise.
2920 (aarch64_record_asimd_load_store): Likewise.
2921 (aarch64_record_load_store): Likewise.
2922 (aarch64_record_data_proc_simd_fp): Likewise.
2923
141c5cc4
JK
29242015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
2925
2926 * linespec.c (minsym_found): Call gdbarch_skip_entrypoint.
2927 * ppc64-tdep.c (ppc64_skip_trampoline_code): Rename to ...
2928 (ppc64_skip_trampoline_code_1): ... here.
2929 (ppc64_skip_trampoline_code): New wrapper function.
2930 * symtab.c (find_function_start_sal): Call gdbarch_skip_entrypoint.
2931
750ce8d1
YQ
29322015-09-15 Yao Qi <yao.qi@linaro.org>
2933
2934 * aarch64-linux-nat.c (aarch64_linux_can_do_single_step): New
2935 function.
2936 (_initialize_aarch64_linux_nat): Install it to to_can_do_single_step.
2937 * arm-linux-tdep.c (arm_linux_software_single_step): Return 0
2938 if target_can_do_single_step returns 1.
2939 * remote.c (struct vCont_action_support) <s, S>: New fields.
2940 (PACKET_vContSupported): New enum.
2941 (remote_protocol_features): New element for vContSupported.
2942 (remote_query_supported): Append "vContSupported+".
2943 (remote_vcont_probe): Remove support_s and support_S, use
2944 rs->supports_vCont.s and rs->supports_vCont.S instead. Disable
2945 vCont packet if c and C actions are not supported.
2946 (remote_can_do_single_step): New function.
2947 (init_remote_ops): Install it to to_can_do_single_step.
2948 (_initialize_remote): Call add_packet_config_cmd.
2949 * target.h (struct target_ops) <to_can_do_single_step>: New field.
2950 (target_can_do_single_step): New macro.
2951 * target-delegates.c: Re-generated.
2952
ade90bde
YQ
29532015-09-15 Yao Qi <yao.qi@linaro.org>
2954
2955 * aarch64-linux-nat.c (aarch64_linux_siginfo_fixup): New function.
2956 (_initialize_aarch64_linux_nat): Call linux_nat_set_siginfo_fixup.
2957 * nat/aarch64-linux.c (aarch64_compat_siginfo_from_siginfo):
2958 New function.
2959 (aarch64_siginfo_from_compat_siginfo): New function.
2960 * nat/aarch64-linux.h: Include signal.h.
2961 (compat_int_t, compat_uptr_t, compat_time_t): Typedef.
2962 (compat_timer_t, compat_clock_t): Likewise.
2963 (struct compat_timeval): New.
2964 (union compat_sigval): New.
2965 (struct compat_siginfo): New.
2966 (cpt_si_pid, cpt_si_uid, cpt_si_timerid): New macros.
2967 (cpt_si_overrun, cpt_si_status, cpt_si_utime): Likewise.
2968 (cpt_si_stime, cpt_si_ptr, cpt_si_addr): Likewise.
2969 (cpt_si_band, cpt_si_fd): Likewise.
2970
4c2f2a79
PA
29712015-09-14 Pedro Alves <palves@redhat.com>
2972
2973 * infrun.c (current_stop_id): New global.
2974 (get_stop_id, new_stop_id): New functions.
2975 (fetch_inferior_event): Handle normal_stop proceeding the target.
2976 (struct stop_context): New.
2977 (save_stop_context, release_stop_context_cleanup)
2978 (stop_context_changed): New functions.
2979 (normal_stop): Return true if the hook-stop changes the stop
2980 context.
2981 * infrun.h (get_stop_id): Declare.
2982 (normal_stop): Now returns int. Add documentation.
2983
919e6dbe
PMR
29842015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
2985
2986 * ada-lang.c (ada_value_ptr_subscript): Update the heading
2987 comment. Handle packed arrays.
2988
b027a8fa
PA
29892015-09-14 Pedro Alves <palves@redhat.com>
2990
2991 * NEWS (Changes in GDB 7.10, New commands>: Remove duplicate
2992 mention of maint set/show target-non-stop.
2993
b459a59b
DB
29942015-09-11 Don Breazeal <donb@codesourcery.com>
2995
2996 * NEWS: Announce new remote packets for the exec-events
2997 feature and the exec-events feature and associated commands.
2998
d46addbb
DB
29992015-09-11 Don Breazeal <donb@codesourcery.com>
3000
3001 * remote.c (remote_exec_event_p): New function.
3002 (remote_insert_exec_catchpoint): New function.
3003 (remote_remove_exec_catchpoint): New function.
3004 (init_extended_remote_ops): Initialize extended_remote_ops
3005 members to_insert_exec_catchpoint and
3006 to_remove_exec_catchpoint.
3007
94585166
DB
30082015-09-11 Don Breazeal <donb@codesourcery.com>
3009 Luis Machado <lgustavo@codesourcery.com>
3010
3011 * infrun.c (follow_exec): Use process-style ptid for
3012 exec message. Call add_inferior_with_spaces and
3013 target_follow_exec.
3014 * nat/linux-ptrace.c (linux_supports_traceexec): New function.
3015 * nat/linux-ptrace.h (linux_supports_traceexec): Declare.
3016 * remote.c (remote_pspace_data): New static variable.
3017 (remote_pspace_data_cleanup): New function.
3018 (get_remote_exec_file): New function.
3019 (set_remote_exec_file_1): New function.
3020 (set_remote_exec_file): New function.
3021 (show_remote_exec_file): New function.
3022 (remote_exec_file): Delete static variable.
3023 (anonymous enum) <PACKET_exec_event_feature>: New
3024 enumeration constant.
3025 (remote_protocol_features): Add entry for exec-events feature.
3026 (remote_query_supported): Add client side of qSupported query
3027 for exec-events feature.
3028 (remote_follow_exec): New function.
3029 (remote_parse_stop_reply): Handle 'exec' stop reason.
3030 (extended_remote_run, extended_remote_create_inferior): Call
3031 get_remote_exec_file and set_remote_exec_file_1.
3032 (init_extended_remote_ops) <to_follow_exec>: Initialize new
3033 member.
3034 (_initialize_remote): Call
3035 register_program_space_data_with_cleanup. Call
3036 add_packet_config_cmd for remote exec-events feature.
3037 Modify call to add_setshow_string_noescape_cmd for exec-file
3038 to use new functions set_remote_exec_file and
3039 show_remote_exec_file.
3040 * target-debug.h, target-delegates.c: Regenerated.
3041 * target.c (target_follow_exec): New function.
3042 * target.h (struct target_ops) <to_follow_exec>: New member.
3043 (target_follow_exec): Declare new function.
3044
669e74e8
PL
30452015-09-11 Pierre Langlois <pierre.langlois@arm.com>
3046
3047 * aarch64-tdep.c (decode_cb): Move up comment describing the
3048 encoding.
3049 (decode_tb): Fix a typo in comment above the function. Move up
3050 comment describing the encoding.
3051
4d50586d
PL
30522015-09-11 Pierre Langlois <pierre.langlois@arm.com>
3053
3054 * aarch64-tdep.c (decode_bcond): Fix incorrect mask.
3055
6dcaef99
MMN
30562015-09-11 Mihail-Marian Nistor <mihail.nistor@freescale.com>
3057
3058 PR gdb/18947
3059 * aarch64-linux-tdep.c: (aarch64_linux_init_abi): Install
3060 glibc_skip_solib_resolver as gdbarch_skip_solib_resolver callback.
3061
5da1a4d3
SM
30622015-09-10 Simon Marchi <simon.marchi@ericsson.com>
3063
3064 * ada-lang.c (scan_discrim_bound): Factor out arithmetic
3065 operations.
3066
108d56a4
SM
30672015-09-10 Simon Marchi <simon.marchi@ericsson.com>
3068
3069 * ada-lang.c (ada_search_struct_field): Constify parameters
3070 and/or variables..
3071 (xget_renaming_scope): Likewise.
3072 (ada_is_redundant_range_encoding): Likewise.
3073 (scan_discrim_bound): Likewise.
3074 (to_fixed_range_type): Likewise.
3075
dd2e65cc
YQ
30762015-09-10 Yao Qi <yao.qi@linaro.org>
3077
3078 * breakpoint.c (download_tracepoint_locations): New local
3079 can_download_tracepoint. Check the result of
3080 target_can_download_tracepoint and save it in
3081 can_download_tracepoint if there are tracepoints to download.
3082 * linux-nat.h (enum tribool): Move it to ...
3083 * common/common-types.h: ... here.
3084
cfe75703
PA
30852015-09-09 Pedro Alves <palves@redhat.com>
3086
3087 * inf-loop.c (inferior_event_handler): Delete INF_TIMER case.
3088 * target.h (enum inferior_event_type) <INF_TIMER>: Delete.
3089
a85a3079
PA
30902015-09-09 Pedro Alves <palves@redhat.com>
3091
3092 * continuations.c (add_continuation, restore_thread_cleanup)
3093 (do_all_continuations_ptid, do_all_continuations_thread_callback)
3094 (do_all_continuations_thread, do_all_continuations)
3095 (discard_all_continuations_thread_callback)
3096 (discard_all_continuations_thread, discard_all_continuations)
3097 (add_intermediate_continuation)
3098 (do_all_intermediate_continuations_thread_callback)
3099 (do_all_intermediate_continuations_thread)
3100 (do_all_intermediate_continuations)
3101 (discard_all_intermediate_continuations_thread_callback)
3102 (discard_all_intermediate_continuations_thread)
3103 (discard_all_intermediate_continuations): Delete.
3104 * continuations.h (add_continuation, do_all_continuations)
3105 (do_all_continuations_thread, discard_all_continuations)
3106 (discard_all_continuations_thread, add_intermediate_continuation)
3107 (do_all_intermediate_continuations)
3108 (do_all_intermediate_continuations_thread)
3109 (discard_all_intermediate_continuations)
3110 (discard_all_intermediate_continuations_thread): Delete
3111 declarations.
3112 * event-top.c (stdin_event_handler): Delete references to
3113 continuations.
3114 * gdbthread.h (struct thread_info): Delete continuations and
3115 intermediate_continuations fields.
3116 * inf-loop.c (inferior_event_handler): Remove references to
3117 continuations.
3118 * infrun.c (infrun_thread_stop_requested_callback): Remove
3119 references to continuations.
3120 * target.h (enum inferior_event_type) <INF_EXEC_CONTINUE>: Delete.
3121 * thread.c: Don't include "continuations.h".
3122 (clear_thread_inferior_resources): Remove references to
3123 continuations.
3124
0700e23e
PA
31252015-09-09 Pedro Alves <palves@redhat.com>
3126
3127 * infcall.c (struct dummy_frame_context_saver): Delete.
3128 (dummy_frame_context_saver_free, dummy_frame_context_saver_dtor)
3129 (dummy_frame_context_saver_drop)
3130 (dummy_frame_context_saver_cleanup)
3131 (dummy_frame_context_saver_get_regs)
3132 (dummy_frame_context_saver_setup): Delete.
3133 * infcall.h (dummy_frame_context_saver_drop)
3134 (dummy_frame_context_saver_cleanup)
3135 (dummy_frame_context_saver_get_regs, dummy_frame_context_saver):
3136 Delete.
3137 (get_return_value): Remove 'ctx_saver' paremeter. Adjust.
3138 * inferior.h (get_return_value): Remove 'ctx_saver' paremeter.
3139 * python/py-finishbreakpoint.c (bpfinishpy_pre_stop_hook): Adjust.
3140
cfc31633
PA
31412015-09-09 Pedro Alves <palves@redhat.com>
3142
3143 * breakpoint.c: Include "thread-fsm.h".
3144 (struct until_break_command_continuation_args): Delete.
3145 (struct until_break_fsm): New.
3146 (until_break_fsm_ops): New global.
3147 (new_until_break_fsm, until_break_fsm_should_stop): New functions.
3148 (until_break_command_continuation): Delete.
3149 (until_break_fsm_clean_up): New function.
3150 (until_break_fsm_async_reply_reason): New function.
3151 (until_break_command): Adjust to create an until_break_fsm instead
3152 of a continuation.
3153 (momentary_bkpt_print_it): No longer print MI's async-stop-reason
3154 here.
3155 * infcmd.c (struct until_next_fsm): New.
3156 (until_next_fsm_ops): New global.
3157 (new_until_next_fsm, until_next_fsm_should_stop): New function.
3158 (until_next_continuation): Delete.
3159 (until_next_fsm_clean_up, until_next_fsm_async_reply_reason): New
3160 functions.
3161 (until_next_command): Adjust to create a new until_next_fsm
3162 instead of a continuation.
3163
388a7084
PA
31642015-09-09 Pedro Alves <palves@redhat.com>
3165
3166 * infcall.c: Include thread_fsm.h.
3167 (struct call_return_meta_info): New.
3168 (get_call_return_value): New function, factored out from
3169 call_function_by_hand_dummy.
3170 (struct call_thread_fsm): New.
3171 (call_thread_fsm_ops): New global.
3172 (new_call_thread_fsm, call_thread_fsm_should_stop)
3173 (call_thread_fsm_should_notify_stop): New functions.
3174 (run_inferior_call): Add 'sm' parameter. Associate the FSM with
3175 the thread.
3176 (call_function_by_hand_dummy): Create a new call_thread_fsm
3177 instance, associate it with the thread, and wait for the FSM to
3178 finish. If finished successfully, fetch the function's result
3179 value out of the FSM.
3180 * infrun.c (fetch_inferior_event): If the FSM says the stop
3181 shouldn't be notified, don't call normal_stop.
3182 (maybe_remove_breakpoints): New function, factored out from ...
3183 (normal_stop): ... here. Simplify.
3184 * infrun.h (maybe_remove_breakpoints): Declare.
3185 * thread-fsm.c (thread_fsm_should_notify_stop): New function.
3186 (thread-fsm.h) <struct thread_fsm_ops>: New field.
3187 (thread_fsm_should_notify_stop): Declare.
3188
243a9253
PA
31892015-09-09 Pedro Alves <palves@redhat.com>
3190
3191 * Makefile.in (COMMON_OBS): Add thread-fsm.o.
3192 * breakpoint.c (handle_jit_event): Print debug output.
3193 (bpstat_what): Split event callback handling to ...
3194 (bpstat_run_callbacks): ... this new function.
3195 (momentary_bkpt_print_it): No longer handle bp_finish here.
3196 * breakpoint.h (bpstat_run_callbacks): Declare.
3197 * gdbthread.h (struct thread_info) <step_multi>: Delete field.
3198 <thread_fsm>: New field.
3199 (thread_cancel_execution_command): Declare.
3200 * infcmd.c: Include thread-fsm.h.
3201 (struct step_command_fsm): New.
3202 (step_command_fsm_ops): New global.
3203 (new_step_command_fsm, step_command_fsm_prepare): New functions.
3204 (step_1): Adjust to use step_command_fsm_prepare and
3205 prepare_one_step.
3206 (struct step_1_continuation_args): Delete.
3207 (step_1_continuation): Delete.
3208 (step_command_fsm_should_stop): New function.
3209 (step_once): Delete.
3210 (step_command_fsm_clean_up, step_command_fsm_async_reply_reason)
3211 (prepare_one_step): New function, based on step_once.
3212 (until_next_command): Remove step_multi reference.
3213 (struct return_value_info): New.
3214 (print_return_value): Rename to ...
3215 (print_return_value_1): ... this. New struct return_value_info
3216 parameter. Adjust.
3217 (print_return_value): Reimplement as wrapper around
3218 print_return_value_1.
3219 (struct finish_command_fsm): New.
3220 (finish_command_continuation): Delete.
3221 (finish_command_fsm_ops): New global.
3222 (new_finish_command_fsm, finish_command_fsm_should_stop): New
3223 functions.
3224 (finish_command_fsm_clean_up, finish_command_fsm_return_value):
3225 New.
3226 (finish_command_continuation_free_arg): Delete.
3227 (finish_command_fsm_async_reply_reason): New.
3228 (finish_backward, finish_forward): Change symbol parameter to a
3229 finish_command_fsm. Adjust.
3230 (finish_command): Create a finish_command_fsm. Adjust.
3231 * infrun.c: Include "thread-fsm.h".
3232 (clear_proceed_status_thread): Delete the thread's FSM.
3233 (infrun_thread_stop_requested_callback): Cancel the thread's
3234 execution command.
3235 (clean_up_just_stopped_threads_fsms): New function.
3236 (fetch_inferior_event): Handle the event_thread's should_stop
3237 method saying the command isn't done yet.
3238 (process_event_stop_test): Run breakpoint callbacks here.
3239 (print_stop_event): Rename to ...
3240 (print_stop_location): ... this.
3241 (restore_current_uiout_cleanup): New function.
3242 (print_stop_event): Reimplement.
3243 (normal_stop): No longer notify the end_stepping_range observers
3244 here handle "step N" nor "finish" here. No longer call
3245 print_stop_event here.
3246 * infrun.h (struct return_value_info): Forward declare.
3247 (print_return_value): Declare.
3248 (print_stop_event): Change prototype.
3249 * thread-fsm.c: New file.
3250 * thread-fsm.h: New file.
3251 * thread.c: Include "thread-fsm.h".
3252 (thread_cancel_execution_command): New function.
3253 (clear_thread_inferior_resources): Call it.
3254 * cli/cli-interp.c (cli_on_normal_stop): New function.
3255 (cli_interpreter_init): Install cli_on_normal_stop as normal_stop
3256 observer.
3257 * mi/mi-interp.c: Include "thread-fsm.h".
3258 (restore_current_uiout_cleanup): Delete.
3259 (mi_on_normal_stop): If the thread has an FSM associated, and it
3260 finished, ask it for the async-reply-reason to print. Always call
3261 print_stop_event here, regardless of the top-level interpreter.
3262 Check bpstat_what to tell whether an asynchronous breakpoint hit
3263 triggered.
3264 * tui/tui-interp.c (tui_on_normal_stop): New function.
3265 (tui_init): Install tui_on_normal_stop as normal_stop observer.
3266
0b333c5e
PA
32672015-09-09 Pedro Alves <palves@redhat.com>
3268
3269 * breakpoint.c (bpstat_do_actions_1, until_break_command): Don't
3270 check whether the target can async.
3271 * inf-loop.c (inferior_event_handler): Only call target_async if
3272 the target can async.
3273 * infcall.c: Include top.h and interps.h.
3274 (run_inferior_call): For the interpreter to sync mode while
3275 running the infcall. Call wait_sync_command_done instead of
3276 wait_for_inferior plus normal_stop.
3277 * infcmd.c (prepare_execution_command): Don't check whether the
3278 target can async when running in the foreground.
3279 (step_1): Delete synchronous case handling.
3280 (step_once): Always install a continuation, even in sync mode.
3281 (until_next_command, finish_forward): Don't check whether the
3282 target can async.
3283 (attach_command_post_wait, notice_new_inferior): Always install a
3284 continuation, even in sync mode.
3285 * infrun.c (mark_infrun_async_event_handler): New function.
3286 (proceed): In sync mode, mark infrun's event source instead of
3287 waiting for events here.
3288 (fetch_inferior_event): If the target can't async, do a blocking
3289 wait.
3290 (prepare_to_wait): In sync mode, mark infrun's event source.
3291 (infrun_async_inferior_event_handler): No longer bail out if the
3292 target can't async.
3293 * infrun.h (mark_infrun_async_event_handler): New declaration.
3294 * linux-nat.c (linux_nat_wait_1): Remove calls to
3295 set_sigint_trap/clear_sigint_trap.
3296 (linux_nat_terminal_inferior): No longer check whether the target
3297 can async.
3298 * mi/mi-interp.c (mi_on_sync_execution_done): Update and simplify
3299 comment.
3300 (mi_execute_command_input_handler): No longer check whether the
3301 target is async. Update and simplify comment.
3302 * target.c (default_target_wait): New function.
3303 * target.h (struct target_ops) <to_wait>: Now defaults to
3304 default_target_wait.
3305 (default_target_wait): Declare.
3306 * top.c (wait_sync_command_done): New function, factored out from
3307 ...
3308 (maybe_wait_sync_command_done): ... this.
3309 * top.h (wait_sync_command_done): Declare.
3310 * target-delegates.c: Regenerate.
3311
0568462b
MM
33122015-09-09 Markus Metzger <markus.t.metzger@intel.com>
3313
3314 * nat/linux-btrace.h (struct btrace_target_info) <ptr_bits>: Remove.
3315 * nat/linux-btrace.c: Include filestuff.h and inttypes.h.
3316 Remove include of sys/utsname.h.
3317 (linux_determine_kernel_ptr_bits): Remove.
3318 (linux_determine_kernel_start): New.
3319 (perf_event_is_kernel_addr): Remove tinfo argument. Update users.
3320 Update check.
3321 (perf_event_skip_bts_record): Remove tinfo argument. Update users.
3322 (linux_enable_bts, linux_enable_pt): Remove tinfo->ptr_bits
3323 initialization.
3324 * x86-linux-nat.c (x86_linux_enable_btrace): Remove ptr_bits
3325 assignment.
3326
72e02483
PA
33272015-09-07 Pedro Alves <palves@redhat.com>
3328
3329 * guile/guile-internal.h (as_a_scm_t_subr): New.
3330 * guile/guile.c (misc_guile_functions): Use it.
3331 * guile/scm-arch.c (arch_functions): Use it.
3332 * guile/scm-block.c (block_functions, gdbscm_initialize_blocks):
3333 Use it.
3334 * guile/scm-breakpoint.c (breakpoint_functions): Use it.
3335 * guile/scm-cmd.c (command_functions): Use it.
3336 * guile/scm-disasm.c (disasm_functions): Use it.
3337 * guile/scm-exception.c (exception_functions)
3338 (private_exception_functions): Use it.
3339 * guile/scm-frame.c (frame_functions)
3340 * guile/scm-gsmob.c (gsmob_functions): Use it.
3341 * guile/scm-iterator.c (iterator_functions): Use it.
3342 * guile/scm-lazy-string.c (lazy_string_functions): Use it.
3343 * guile/scm-math.c (math_functions): Use it.
3344 * guile/scm-objfile.c (objfile_functions): Use it.
3345 * guile/scm-param.c (parameter_functions): Use it.
3346 * guile/scm-ports.c (port_functions, private_port_functions): Use
3347 it.
3348 * guile/scm-pretty-print.c (pretty_printer_functions): Use it.
3349 * guile/scm-progspace.c (pspace_functions): Use it.
3350 * guile/scm-string.c (string_functions): Use it.
3351 * guile/scm-symbol.c (symbol_functions): Use it.
3352 * guile/scm-symtab.c (symtab_functions): Use it.
3353 * guile/scm-type.c (type_functions, gdbscm_initialize_types): Use
3354 it.
3355 * guile/scm-value.c (value_functions): Use it.
3356
e65b5245
AB
33572015-09-04 Andrew Burgess <andrew.burgess@embecosm.com>
3358
3359 * tui/tui-data.c (win_with_focus): Remove cast of NULL pointer.
3360 (tui_next_win): Likewise.
3361 (tui_prev_win): Likewise.
3362 (tui_partial_win_by_name): Likewise.
3363 (tui_init_generic_part): Likewise.
3364 (init_content_element): Likewise.
3365 (tui_del_window): Likewise.
3366 (tui_free_window): Likewise.
3367 (tui_del_data_windows): Likewise.
3368 (tui_free_data_content): Likewise.
3369 * tui/tui-layout.c (make_source_or_disasm_window): Likewise.
3370 * tui/tui-regs.c (tui_show_register_group): Likewise.
3371 * tui/tui-win.c (tui_resize_all): Likewise.
3372 (tui_set_focus): Likewise.
3373 (tui_set_win_height): Likewise.
3374 (make_invisible_and_set_new_height): Likewise.
3375 * tui/tui-windata.c (tui_delete_data_content_windows): Likewise.
3376 * tui/tui-wingeneral.c (make_visible): Likewise.
3377
b03e6ad9
AB
33782015-09-04 Andrew Burgess <andrew.burgess@embecosm.com>
3379
3380 * cli/cli-decode.c (find_cmd): Remove cast of NULL pointer.
3381
be903358
AB
33822015-09-04 Andrew Burgess <andrew.burgess@embecosm.com>
3383
3384 * c-valprint.c (print_unpacked_pointer): Remove cast of NULL
3385 pointer.
3386 * dbxread.c (dbx_end_psymtab): Likewise.
3387 * gnu-nat.c (gnu_write_inferior): Likewise.
3388 * mdebugread.c (cross_ref): Likewise.
3389 * p-valprint.c (pascal_val_print): Likewise.
3390 * xcoffread.c (xcoff_end_psymtab): Likewise.
3391
02f024f9
YQ
33922015-09-04 Yao Qi <yao.qi@linaro.org>
3393
3394 * NEWS: Mention the aarch64 multi-arch debugging support.
3395
cd7c1778
PMR
33962015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
3397
3398 * ada-lang.c (ada_language_arch_info): Create a TYPE_CODE_CHAR
3399 type instead of a TYPE_CODE_INT one for the string_char_type
3400 and the ada_primitive_type_char types.
3401
39edd165
YQ
34022015-09-03 Yao Qi <yao.qi@linaro.org>
3403
3404 * aarch64-linux-nat.c (aarch64_linux_region_ok_for_hw_watchpoint):
3405 Move code to aarch64_linux_region_ok_for_watchpoint. Call
3406 aarch64_linux_region_ok_for_watchpoint.
3407 * nat/aarch64-linux-hw-point.c (aarch64_linux_region_ok_for_watchpoint):
3408 New function.
3409 * nat/aarch64-linux-hw-point.h (aarch64_linux_region_ok_for_watchpoint):
3410 Declare it.
3411
6c214e7c
PP
34122015-09-02 Patrick Palka <patrick@parcs.ath.cx>
3413
3414 * gdb_obstack.h (obstack_strdup): Declare.
3415 * gdb_obstack.c (obstack_strdup): Define.
3416 * gdbarch.sh (gdbarch_obstack_strdup): Declare and define.
3417 * gdbarch.c: Regenerate.
3418 * gdbarch.h: Regenerate.
3419 * gdbtypes.c (arch_type): Use gdbarch_obstack_strdup.
3420
eed8b28a
PP
34212015-09-02 Patrick Palka <patrick@parcs.ath.cx>
3422
3423 * gdbtypes.c (copy_type_recursive): Update documentation.
3424
73c6b475
SDJ
34252015-09-01 Sergio Durigan Junior <sergiodj@redhat.com>
3426
3427 * solib-svr4.c (solib_event_probe_action): Initialize 'probe_argc'
3428 as zero.
3429
ad1c917a
SDJ
34302015-09-01 Sergio Durigan Junior <sergiodj@redhat.com>
3431
3432 * solib-svr4.c (svr4_handle_solib_event): Initialize 'val' as NULL
3433
3bd7e5b7
SDJ
34342015-09-01 Sergio Durigan Junior <sergiodj@redhat.com>
3435
3436 * solib-svr4.c (solib_event_probe_action): Call
3437 get_probe_argument_count using TRY...CATCH.
3438 (svr4_handle_solib_event): Likewise, for evaluate_probe_argument.
3439
f469e8ce
SDJ
34402015-09-01 Sergio Durigan Junior <sergiodj@redhat.com>
3441
3442 * probe.h (struct probe_ops) <get_probe_argument_count,
3443 evaluate_probe_argument, enable_probe, disable_probe>: Mention in
3444 the comment that the function can throw an exception.
3445 (get_probe_argument_count): Likewise.
3446 (evaluate_probe_argument): Likewise.
3447 * stap-probe.c (stap_get_opcode): Call error instead of
3448 internal_error.
3449 (stap_get_expected_argument_type): Likewise. Add argument
3450 'probe'. Improve error message by mentioning the probe's name.
3451 (stap_parse_probe_arguments): Adjust call to
3452 stap_get_expected_argument_type.
3453 (stap_get_arg): Add comment. Assert that 'probe->args_parsed' is
3454 not zero. Call internal_error if GDB requests an argument but the
3455 probe has no arguments.
3456
dc5c8746
PMR
34572015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
3458
3459 * ada-lang.c (ada_resolve_function): Do not ask the user what
3460 match to use when in completion mode.
3461
136765ea
AB
34622015-08-31 Andrew Burgess <andrew.burgess@embecosm.com>
3463
3464 * tui/tui-data.c (tui_win_name): Make local variable const, remove
3465 cast of NULL.
3466
90b81c5f
MF
34672015-08-31 Max Filippov <jcmvbkbc@gmail.com>
3468
3469 * xtensa-tdep.h (XTENSA_GDBARCH_TDEP_INSTANTIATE): Initialize
3470 call_abi using XSHAL_ABI macro.
3471
1cd36e54
DE
34722015-08-29 Doug Evans <xdje42@gmail.com>
3473
3474 * symtab.h (struct symbol): Tweak comment.
3475
8f57eec2
PP
34762015-08-29 Patrick Palka <patrick@parcs.ath.cx>
3477
3478 * gdbtypes.c (alloc_type_arch): Allocate the type on the given
3479 gdbarch obstack instead of on the heap. Update commentary
3480 accordingly.
3481
38eebd71
JB
34822015-08-28 Joel Brobecker <brobecker@adacore.com>
3483
3484 GDB 7.10 released.
3485
d63dd61e
SM
34862015-08-28 Simon Marchi <simon.marchi@ericsson.com>
3487
3488 * NEWS: Update entry about non-8-bits addressable memory.
3489
6f059256
UW
34902015-08-28 Ulrich Weigand <uweigand@de.ibm.com>
3491
3492 Revert:
3493 2014-11-06 Doug Evans <xdje42@gmail.com>
3494 * solib.c (solib_global_lookup): Fetch arch from objfile,
3495 not target_gdbarch.
3496
70987a92 34972015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
ef36892e
UW
3498
3499 * ppc-linux-tdep.c (ppc_linux_spe_context_lookup): Do not
3500 attempt to relocate a TLS variable offset.
3501
70987a92 35022015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
791bb1f4
UW
3503
3504 * spu-multiarch.c (parse_spufs_run): Bail out if inferior is not
3505 registered yet. Set inferior_ptid while calling target_read_memory.
3506
70987a92 35072015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
1db33b5a
UW
3508
3509 * nat/linux-ptrace.h (GDB_ARCH_TRAP_BRKPT): Replace by ...
3510 (GDB_ARCH_IS_TRAP_BRKPT): ... this. Add __powerpc__ case.
3511 * linux-nat.c (check_stopped_by_breakpoint): Use
3512 GDB_ARCH_IS_TRAP_BRKPT instead of GDB_ARCH_TRAP_BRKPT.
3513
70987a92 35142015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
e0fd7c47
UW
3515
3516 * linux-thread-db.c (thread_db_get_thread_local_address): If the
3517 thread was not yet discovered, use thread_from_lwp instead of
3518 calling thread_db_find_new_threads_1.
3519
f5cdf498
SM
35202015-08-27 Simon Marchi <simon.marchi@ericsson.com>
3521
3522 * m88k-tdep.c (m88k_analyze_prologue): Fix inverted allocation
3523 statements.
3524
fd2ae5d6
SM
35252015-08-27 Simon Marchi <simon.marchi@ericsson.com>
3526
3527 * NEWS: Document support for non-8-bits addressable memory.
3528
14d88147
PA
35292015-08-27 Pedro Alves <palves@redhat.com>
3530
3531 * configure.ac: Remove AC_TYPE_SIGNAL call.
3532 * configure, config.in: Regenerate.
3533
a40805d4
PA
35342015-08-27 Pedro Alves <palves@redhat.com>
3535
3536 * cp-support.c (gdb_demangle): Use sighandler_t. Remove cast.
3537 * extension-priv.h: Include signal.h.
3538 (struct signal_handler) <handler>: Change type to sighandler_t.
3539 * extension.c (install_gdb_sigint_handler): Use sighandler_t.
3540 * inflow.c (sigint_ours, sigquit_ours): Change type to
3541 sighandler_t.
3542 (child_terminal_inferior): Remove casts.
3543 (child_terminal_ours_1, new_tty): Use sighandler_t. Remove casts.
3544 (osig): Change type to sighandler_t.
3545 * nto-procfs.c (ofunc): Change type to sighandler_t.
3546 (procfs_wait): Remove casts.
3547 * remote-m32r-sdi.c (m32r_wait, m32r_load): Use sighandler_t.
3548 * remote-sim.c (gdbsim_wait): Use sighandler_t.
3549 * utils.c (wait_to_die_with_timeout): Use sighandler_t.
3550
0750520d
PA
35512015-08-27 Pedro Alves <palves@redhat.com>
3552
3553 * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add signal-h.
3554 * gnulib/aclocal.m4: Renegerate.
3555 * gnulib/config.in: Renegerate.
3556 * gnulib/configure: Renegerate.
3557 * gnulib/import/Makefile.am: Update.
3558 * gnulib/import/Makefile.in: Regenerate.
3559 * gnulib/import/m4/gnulib-cache.m4: Update.
3560 * gnulib/import/m4/gnulib-comp.m4: Update.
3561 * gnulib/import/m4/signal_h.m4: New file.
3562 * gnulib/import/signal.in.h: New file.
3563
a5c0808e
PA
35642015-08-27 Pedro Alves <palves@redhat.com>
3565
3566 * remote.c (DEFAULT_MAX_MEMORY_PACKET_SIZE)
3567 (MIN_MEMORY_PACKET_SIZE): New.
3568 (MAX_REMOTE_PACKET_SIZE, MIN_REMOTE_PACKET_SIZE): Delete.
3569 (get_memory_packet_size): Adjust. No longer limit the max packet
3570 size.
3571 (set_memory_packet_size): Adjust, and remove dead code.
3572 (remote_check_symbols): Use xmalloc and a cleanup instead of
3573 alloca.
3574 (remote_packet_size): No longer cap the packet size.
3575 (putpkt_binary): Use xmalloc and a cleanup instead of alloca.
3576
cdaec3f3
LM
35772015-08-26 Luis Machado <lgustavo@codesourcery.com>
3578
3579 * compile/compile.c (compile_to_object): Mention language in
3580 error message.
3581
e9756d52
PP
35822015-08-26 Patrick Palka <patrick@parcs.ath.cx>
3583
3584 * target.c (target_pre_inferior): Unset attach_flag.
3585
1dc7a623
SM
35862015-08-26 Simon Marchi <simon.marchi@ericsson.com>
3587
3588 * gdbarch.sh (append_name): Fix type in XRESIZEVEC.
3589 * gdbarch.c: Re-generate.
3590
8d749320
SM
35912015-08-26 Simon Marchi <simon.marchi@ericsson.com>
3592
6711b7f8
SM
3593 * aarch64-linux-nat.c (aarch64_add_process): Replace xmalloc-family
3594 function with the XNEW-family equivalent.
8d749320
SM
3595 * aarch64-tdep.c (aarch64_gdbarch_init): Likewise.
3596 * ada-exp.y (write_ambiguous_var): Likewise.
3597 * ada-lang.c (resolve_subexp): Likewise.
3598 (user_select_syms): Likewise.
3599 (assign_aggregate): Likewise.
3600 (ada_evaluate_subexp): Likewise.
3601 (cache_symbol): Likewise.
3602 * addrmap.c (allocate_key): Likewise.
3603 (addrmap_create_mutable): Likewise.
3604 * aix-thread.c (sync_threadlists): Likewise.
3605 * alpha-tdep.c (alpha_push_dummy_call): Likewise.
3606 (alpha_gdbarch_init): Likewise.
3607 * amd64-windows-tdep.c (amd64_windows_push_arguments): Likewise.
3608 * arm-linux-nat.c (arm_linux_add_process): Likewise.
3609 * arm-linux-tdep.c (arm_linux_displaced_step_copy_insn): Likewise.
3610 * arm-tdep.c (push_stack_item): Likewise.
3611 (arm_displaced_step_copy_insn): Likewise.
3612 (arm_gdbarch_init): Likewise.
3613 (_initialize_arm_tdep): Likewise.
3614 * avr-tdep.c (push_stack_item): Likewise.
3615 * ax-general.c (new_agent_expr): Likewise.
3616 * block.c (block_initialize_namespace): Likewise.
3617 * breakpoint.c (alloc_counted_command_line): Likewise.
3618 (update_dprintf_command_list): Likewise.
3619 (parse_breakpoint_sals): Likewise.
3620 (decode_static_tracepoint_spec): Likewise.
3621 (until_break_command): Likewise.
3622 (clear_command): Likewise.
3623 (update_global_location_list): Likewise.
3624 (get_breakpoint_objfile_data) Likewise.
3625 * btrace.c (ftrace_new_function): Likewise.
3626 (btrace_set_insn_history): Likewise.
3627 (btrace_set_call_history): Likewise.
3628 * buildsym.c (add_symbol_to_list): Likewise.
3629 (record_pending_block): Likewise.
3630 (start_subfile): Likewise.
3631 (start_buildsym_compunit): Likewise.
3632 (push_subfile): Likewise.
3633 (end_symtab_get_static_block): Likewise.
3634 (buildsym_init): Likewise.
3635 * cli/cli-cmds.c (source_command): Likewise.
3636 * cli/cli-decode.c (add_cmd): Likewise.
3637 * cli/cli-script.c (build_command_line): Likewise.
3638 (setup_user_args): Likewise.
3639 (realloc_body_list): Likewise.
3640 (process_next_line): Likewise.
3641 (copy_command_lines): Likewise.
3642 * cli/cli-setshow.c (do_set_command): Likewise.
3643 * coff-pe-read.c (read_pe_exported_syms): Likewise.
3644 * coffread.c (coff_locate_sections): Likewise.
3645 (coff_symtab_read): Likewise.
3646 (coff_read_struct_type): Likewise.
3647 * common/cleanups.c (make_my_cleanup2): Likewise.
3648 * common/common-exceptions.c (throw_it): Likewise.
3649 * common/filestuff.c (make_cleanup_close): Likewise.
3650 * common/format.c (parse_format_string): Likewise.
3651 * common/queue.h (DEFINE_QUEUE_P): Likewise.
3652 * compile/compile-object-load.c (munmap_list_add): Likewise.
3653 (compile_object_load): Likewise.
3654 * compile/compile-object-run.c (compile_object_run): Likewise.
3655 * compile/compile.c (append_args): Likewise.
3656 * corefile.c (specify_exec_file_hook): Likewise.
3657 * cp-support.c (make_symbol_overload_list): Likewise.
3658 * cris-tdep.c (push_stack_item): Likewise.
3659 (cris_gdbarch_init): Likewise.
3660 * ctf.c (ctf_trace_file_writer_new): Likewise.
3661 * dbxread.c (init_header_files): Likewise.
3662 (add_new_header_file): Likewise.
3663 (init_bincl_list): Likewise.
3664 (dbx_end_psymtab): Likewise.
3665 (start_psymtab): Likewise.
3666 (dbx_end_psymtab): Likewise.
3667 * dcache.c (dcache_init): Likewise.
3668 * dictionary.c (dict_create_hashed): Likewise.
3669 (dict_create_hashed_expandable): Likewise.
3670 (dict_create_linear): Likewise.
3671 (dict_create_linear_expandable): Likewise.
3672 * dtrace-probe.c (dtrace_process_dof_probe): Likewise.
3673 * dummy-frame.c (register_dummy_frame_dtor): Likewise.
3674 * dwarf2-frame-tailcall.c (cache_new_ref1): Likewise.
3675 * dwarf2-frame.c (dwarf2_build_frame_info): Likewise.
3676 (decode_frame_entry_1): Likewise.
3677 * dwarf2expr.c (new_dwarf_expr_context): Likewise.
3678 * dwarf2loc.c (dwarf2_compile_expr_to_ax): Likewise.
3679 * dwarf2read.c (dwarf2_has_info): Likewise.
3680 (create_signatured_type_table_from_index): Likewise.
3681 (dwarf2_read_index): Likewise.
3682 (dw2_get_file_names_reader): Likewise.
3683 (create_all_type_units): Likewise.
3684 (read_cutu_die_from_dwo): Likewise.
3685 (init_tu_and_read_dwo_dies): Likewise.
3686 (init_cutu_and_read_dies): Likewise.
3687 (create_all_comp_units): Likewise.
3688 (queue_comp_unit): Likewise.
3689 (inherit_abstract_dies): Likewise.
3690 (read_call_site_scope): Likewise.
3691 (dwarf2_add_field): Likewise.
3692 (dwarf2_add_typedef): Likewise.
3693 (dwarf2_add_member_fn): Likewise.
3694 (attr_to_dynamic_prop): Likewise.
3695 (abbrev_table_alloc_abbrev): Likewise.
3696 (abbrev_table_read_table): Likewise.
3697 (add_include_dir): Likewise.
3698 (add_file_name): Likewise.
3699 (dwarf_decode_line_header): Likewise.
3700 (dwarf2_const_value_attr): Likewise.
3701 (dwarf_alloc_block): Likewise.
3702 (parse_macro_definition): Likewise.
3703 (set_die_type): Likewise.
3704 (write_psymtabs_to_index): Likewise.
3705 (create_cus_from_index): Likewise.
3706 (dwarf2_create_include_psymtab): Likewise.
3707 (process_psymtab_comp_unit_reader): Likewise.
3708 (build_type_psymtab_dependencies): Likewise.
3709 (read_comp_units_from_section): Likewise.
3710 (compute_compunit_symtab_includes): Likewise.
3711 (create_dwo_unit_in_dwp_v1): Likewise.
3712 (create_dwo_unit_in_dwp_v2): Likewise.
3713 (read_func_scope): Likewise.
3714 (process_structure_scope): Likewise.
3715 (mark_common_block_symbol_computed): Likewise.
3716 (load_partial_dies): Likewise.
3717 (dwarf2_symbol_mark_computed): Likewise.
3718 * elfread.c (elf_symfile_segments): Likewise.
3719 (elf_read_minimal_symbols): Likewise.
3720 * environ.c (make_environ): Likewise.
3721 * eval.c (evaluate_subexp_standard): Likewise.
3722 * event-loop.c (create_file_handler): Likewise.
3723 (create_async_signal_handler): Likewise.
3724 (create_async_event_handler): Likewise.
3725 (create_timer): Likewise.
3726 * exec.c (build_section_table): Likewise.
3727 * fbsd-nat.c (fbsd_remember_child): Likewise.
3728 * fork-child.c (fork_inferior): Likewise.
3729 * frv-tdep.c (new_variant): Likewise.
3730 * gdbarch.sh (gdbarch_alloc): Likewise.
3731 (append_name): Likewise.
3732 * gdbtypes.c (rank_function): Likewise.
3733 (copy_type_recursive): Likewise.
3734 (add_dyn_prop): Likewise.
3735 * gnu-nat.c (make_proc): Likewise.
3736 (make_inf): Likewise.
3737 (gnu_write_inferior): Likewise.
3738 * gnu-v3-abi.c (build_gdb_vtable_type): Likewise.
3739 (build_std_type_info_type): Likewise.
3740 * guile/scm-param.c (compute_enum_list): Likewise.
3741 * guile/scm-utils.c (gdbscm_parse_function_args): Likewise.
3742 * guile/scm-value.c (gdbscm_value_call): Likewise.
3743 * h8300-tdep.c (h8300_gdbarch_init): Likewise.
3744 * hppa-tdep.c (hppa_init_objfile_priv_data): Likewise.
3745 (read_unwind_info): Likewise.
3746 * ia64-tdep.c (ia64_gdbarch_init): Likewise.
3747 * infcall.c (dummy_frame_context_saver_setup): Likewise.
3748 (call_function_by_hand_dummy): Likewise.
3749 * infcmd.c (step_once): Likewise.
3750 (finish_forward): Likewise.
3751 (attach_command): Likewise.
3752 (notice_new_inferior): Likewise.
3753 * inferior.c (add_inferior_silent): Likewise.
3754 * infrun.c (add_displaced_stepping_state): Likewise.
3755 (save_infcall_control_state): Likewise.
3756 (save_inferior_ptid): Likewise.
3757 (_initialize_infrun): Likewise.
3758 * jit.c (bfd_open_from_target_memory): Likewise.
3759 (jit_gdbarch_data_init): Likewise.
3760 * language.c (add_language): Likewise.
3761 * linespec.c (decode_line_2): Likewise.
3762 * linux-nat.c (add_to_pid_list): Likewise.
3763 (add_initial_lwp): Likewise.
3764 * linux-thread-db.c (add_thread_db_info): Likewise.
3765 (record_thread): Likewise.
3766 (info_auto_load_libthread_db): Likewise.
3767 * m32c-tdep.c (m32c_gdbarch_init): Likewise.
3768 * m68hc11-tdep.c (m68hc11_gdbarch_init): Likewise.
3769 * m68k-tdep.c (m68k_gdbarch_init): Likewise.
3770 * m88k-tdep.c (m88k_analyze_prologue): Likewise.
3771 * macrocmd.c (macro_define_command): Likewise.
3772 * macroexp.c (gather_arguments): Likewise.
3773 * macroscope.c (sal_macro_scope): Likewise.
3774 * macrotab.c (new_macro_table): Likewise.
3775 * mdebugread.c (push_parse_stack): Likewise.
3776 (parse_partial_symbols): Likewise.
3777 (parse_symbol): Likewise.
3778 (psymtab_to_symtab_1): Likewise.
3779 (new_block): Likewise.
3780 (new_psymtab): Likewise.
3781 (mdebug_build_psymtabs): Likewise.
3782 (add_pending): Likewise.
3783 (elfmdebug_build_psymtabs): Likewise.
3784 * mep-tdep.c (mep_gdbarch_init): Likewise.
3785 * mi/mi-main.c (mi_execute_command): Likewise.
3786 * mi/mi-parse.c (mi_parse_argv): Likewise.
3787 * minidebug.c (lzma_open): Likewise.
3788 * minsyms.c (terminate_minimal_symbol_table): Likewise.
3789 * mips-linux-nat.c (mips_linux_insert_watchpoint): Likewise.
3790 * mips-tdep.c (mips_gdbarch_init): Likewise.
3791 * mn10300-tdep.c (mn10300_gdbarch_init): Likewise.
3792 * msp430-tdep.c (msp430_gdbarch_init): Likewise.
3793 * mt-tdep.c (mt_registers_info): Likewise.
3794 * nat/aarch64-linux.c (aarch64_linux_new_thread): Likewise.
3795 * nat/linux-btrace.c (linux_enable_bts): Likewise.
3796 (linux_enable_pt): Likewise.
3797 * nat/linux-osdata.c (linux_xfer_osdata_processes): Likewise.
3798 (linux_xfer_osdata_processgroups): Likewise.
3799 * nios2-tdep.c (nios2_gdbarch_init): Likewise.
3800 * nto-procfs.c (procfs_meminfo): Likewise.
3801 * objc-lang.c (start_msglist): Likewise.
3802 (selectors_info): Likewise.
3803 (classes_info): Likewise.
3804 (find_methods): Likewise.
3805 * objfiles.c (allocate_objfile): Likewise.
3806 (update_section_map): Likewise.
3807 * osabi.c (gdbarch_register_osabi): Likewise.
3808 (gdbarch_register_osabi_sniffer): Likewise.
3809 * parse.c (start_arglist): Likewise.
3810 * ppc-linux-nat.c (hwdebug_find_thread_points_by_tid): Likewise.
3811 (hwdebug_insert_point): Likewise.
3812 * printcmd.c (display_command): Likewise.
3813 (ui_printf): Likewise.
3814 * procfs.c (create_procinfo): Likewise.
3815 (load_syscalls): Likewise.
3816 (proc_get_LDT_entry): Likewise.
3817 (proc_update_threads): Likewise.
3818 * prologue-value.c (make_pv_area): Likewise.
3819 (pv_area_store): Likewise.
3820 * psymtab.c (extend_psymbol_list): Likewise.
3821 (init_psymbol_list): Likewise.
3822 (allocate_psymtab): Likewise.
3823 * python/py-inferior.c (add_thread_object): Likewise.
3824 * python/py-param.c (compute_enum_values): Likewise.
3825 * python/py-value.c (valpy_call): Likewise.
3826 * python/py-varobj.c (py_varobj_iter_next): Likewise.
3827 * python/python.c (ensure_python_env): Likewise.
3828 * record-btrace.c (record_btrace_start_replaying): Likewise.
3829 * record-full.c (record_full_reg_alloc): Likewise.
3830 (record_full_mem_alloc): Likewise.
3831 (record_full_end_alloc): Likewise.
3832 (record_full_core_xfer_partial): Likewise.
3833 * regcache.c (get_thread_arch_aspace_regcache): Likewise.
3834 * remote-fileio.c (remote_fileio_init_fd_map): Likewise.
3835 * remote-notif.c (remote_notif_state_allocate): Likewise.
3836 * remote.c (demand_private_info): Likewise.
3837 (remote_notif_stop_alloc_reply): Likewise.
3838 (remote_enable_btrace): Likewise.
3839 * reverse.c (save_bookmark_command): Likewise.
3840 * rl78-tdep.c (rl78_gdbarch_init): Likewise.
3841 * rx-tdep.c (rx_gdbarch_init): Likewise.
3842 * s390-linux-nat.c (s390_insert_watchpoint): Likewise.
3843 * ser-go32.c (dos_get_tty_state): Likewise.
3844 (dos_copy_tty_state): Likewise.
3845 * ser-mingw.c (ser_windows_open): Likewise.
3846 (ser_console_wait_handle): Likewise.
3847 (ser_console_get_tty_state): Likewise.
3848 (make_pipe_state): Likewise.
3849 (net_windows_open): Likewise.
3850 * ser-unix.c (hardwire_get_tty_state): Likewise.
3851 (hardwire_copy_tty_state): Likewise.
3852 * solib-aix.c (solib_aix_new_lm_info): Likewise.
3853 * solib-dsbt.c (dsbt_current_sos): Likewise.
3854 (dsbt_relocate_main_executable): Likewise.
3855 * solib-frv.c (frv_current_sos): Likewise.
3856 (frv_relocate_main_executable): Likewise.
3857 * solib-spu.c (spu_bfd_fopen): Likewise.
3858 * solib-svr4.c (lm_info_read): Likewise.
3859 (svr4_copy_library_list): Likewise.
3860 (svr4_default_sos): Likewise.
3861 * source.c (find_source_lines): Likewise.
3862 (line_info): Likewise.
3863 (add_substitute_path_rule): Likewise.
3864 * spu-linux-nat.c (spu_bfd_open): Likewise.
3865 * spu-tdep.c (info_spu_dma_cmdlist): Likewise.
3866 * stabsread.c (dbx_lookup_type): Likewise.
3867 (read_type): Likewise.
3868 (read_member_functions): Likewise.
3869 (read_struct_fields): Likewise.
3870 (read_baseclasses): Likewise.
3871 (read_args): Likewise.
3872 (_initialize_stabsread): Likewise.
3873 * stack.c (func_command): Likewise.
3874 * stap-probe.c (handle_stap_probe): Likewise.
3875 * symfile.c (addrs_section_sort): Likewise.
3876 (addr_info_make_relative): Likewise.
3877 (load_section_callback): Likewise.
3878 (add_symbol_file_command): Likewise.
3879 (init_filename_language_table): Likewise.
3880 * symtab.c (create_filename_seen_cache): Likewise.
3881 (sort_search_symbols_remove_dups): Likewise.
3882 (search_symbols): Likewise.
3883 * target.c (make_cleanup_restore_target_terminal): Likewise.
3884 * thread.c (new_thread): Likewise.
3885 (enable_thread_stack_temporaries): Likewise.
3886 (make_cleanup_restore_current_thread): Likewise.
3887 (thread_apply_all_command): Likewise.
3888 * tic6x-tdep.c (tic6x_gdbarch_init): Likewise.
3889 * top.c (gdb_readline_wrapper): Likewise.
3890 * tracefile-tfile.c (tfile_trace_file_writer_new): Likewise.
3891 * tracepoint.c (trace_find_line_command): Likewise.
3892 (all_tracepoint_actions_and_cleanup): Likewise.
3893 (make_cleanup_restore_current_traceframe): Likewise.
3894 (get_uploaded_tp): Likewise.
3895 (get_uploaded_tsv): Likewise.
3896 * tui/tui-data.c (tui_alloc_generic_win_info): Likewise.
3897 (tui_alloc_win_info): Likewise.
3898 (tui_alloc_content): Likewise.
3899 (tui_add_content_elements): Likewise.
3900 * tui/tui-disasm.c (tui_find_disassembly_address): Likewise.
3901 (tui_set_disassem_content): Likewise.
3902 * ui-file.c (ui_file_new): Likewise.
3903 (stdio_file_new): Likewise.
3904 (tee_file_new): Likewise.
3905 * utils.c (make_cleanup_restore_integer): Likewise.
3906 (add_internal_problem_command): Likewise.
3907 * v850-tdep.c (v850_gdbarch_init): Likewise.
3908 * valops.c (find_oload_champ): Likewise.
3909 * value.c (allocate_value_lazy): Likewise.
3910 (record_latest_value): Likewise.
3911 (create_internalvar): Likewise.
3912 * varobj.c (install_variable): Likewise.
3913 (new_variable): Likewise.
3914 (new_root_variable): Likewise.
3915 (cppush): Likewise.
3916 (_initialize_varobj): Likewise.
3917 * windows-nat.c (windows_make_so): Likewise.
3918 * x86-nat.c (x86_add_process): Likewise.
3919 * xcoffread.c (arrange_linetable): Likewise.
3920 (allocate_include_entry): Likewise.
3921 (process_linenos): Likewise.
3922 (SYMBOL_DUP): Likewise.
3923 (xcoff_start_psymtab): Likewise.
3924 (xcoff_end_psymtab): Likewise.
3925 * xml-support.c (gdb_xml_parse_attr_ulongest): Likewise.
3926 * xtensa-tdep.c (xtensa_register_type): Likewise.
3927 * gdbarch.c: Regenerate.
3928 * gdbarch.h: Regenerate.
3929
17d8546e
DB
39302015-08-25 Don Breazeal <donb@codesourcery.com>
3931
3932 * infrun.c (follow_exec): Re-order operations for
3933 handling follow-exec-mode "new".
3934 (handle_inferior_event_1): Assign ecs->event_thread
3935 to the current thread.
3936 * remote.c (get_remote_arch_state): Add an assertion.
3937
ba49e44b
PA
39382015-08-26 Pedro Alves <palves@redhat.com>
3939
3940 * MAINTAINERS: Add Markus Metzger as btrace maintainer.
3941
7541ab03 39422015-08-25 Pedro Alves <palves@redhat.com>
abc56d60 3943
7541ab03 3944 PR gdb/18804
abc56d60
PA
3945 * defs.h (maybe_quit): Declare.
3946 (QUIT): Now calls maybe_quit.
3947 * event-loop.c (clear_async_signal_handler)
3948 (async_signal_handler_is_marked): New functions.
3949 * event-loop.h (async_signal_handler_is_marked)
3950 (clear_async_signal_handler): New declarations.
3951 * remote.c (remote_check_pending_interrupt): New function.
3952 (interrupt_query): Use make_cleanup_restore_target_terminal. No
3953 longer check whether the target is async. If waiting for a stop
3954 reply, and a Ctrl-C as been sent to the target, offer to
3955 disconnect, and throw TARGET_CLOSE_ERROR instead of a quit.
3956 Otherwise do not disconnect and throw a quit.
3957 (_initialize_remote): Install remote_check_pending_interrupt as
3958 to_check_pending_interrupt.
3959 * target.c (target_check_pending_interrupt): New function.
3960 * target.h (struct target_ops) <to_check_pending_interrupt>: New
3961 field.
3962 (target_check_pending_interrupt): New declaration.
3963 * utils.c (maybe_quit): New function.
3964 * target-delegates.c: Regenerate.
3965
dfe7f77c
YQ
39662015-08-25 Yao Qi <yao.qi@linaro.org>
3967
3968 * nat/aarch64-linux-hw-point.c (debug_reg_change_callback):
3969 Rename local variable pid to tid, and get lwpid of lwp. Update
3970 debug output.
3971
63e43d3a
PMR
39722015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
3973
3974 * ada-lang.c (ada_read_var_value): Add a var_block argument
3975 and pass it to default_read_var_value.
3976 * block.c (block_static_link): New accessor.
3977 * block.h (block_static_link): Declare it.
3978 * buildsym.c (finish_block_internal): Add a static_link
3979 argument. If there is a static link, associate it to the new
3980 block.
3981 (finish_block): Add a static link argument and pass it to
3982 finish_block_internal.
3983 (end_symtab_get_static_block): Update calls to finish_block and
3984 to finish_block_internal.
3985 (end_symtab_with_blockvector): Update call to
3986 finish_block_internal.
3987 * buildsym.h: Forward-declare struct dynamic_prop.
3988 (struct context_stack): Add a static_link field.
3989 (finish_block): Add a static link argument.
3990 * c-exp.y: Remove an obsolete comment (evaluation of variables
3991 already start from the selected frame, and now they climb *up*
3992 the call stack) and propagate the block information to the
3993 produced expression.
3994 * d-exp.y: Likewise.
3995 * f-exp.y: Likewise.
3996 * go-exp.y: Likewise.
3997 * jv-exp.y: Likewise.
3998 * m2-exp.y: Likewise.
3999 * p-exp.y: Likewise.
4000 * coffread.c (coff_symtab_read): Update calls to finish_block.
4001 * dbxread.c (process_one_symbol): Likewise.
4002 * xcoffread.c (read_xcoff_symtab): Likewise.
4003 * compile/compile-c-symbols.c (convert_one_symbol): Promote the
4004 "sym" parameter to struct block_symbol, update its uses and pass
4005 its block to calls to read_var_value.
4006 (convert_symbol_sym): Update the calls to convert_one_symbol.
4007 * compile/compile-loc2c.c (do_compile_dwarf_expr_to_c): Update
4008 call to read_var_value.
4009 * dwarf2loc.c (block_op_get_frame_base): New.
4010 (dwarf2_block_frame_base_locexpr_funcs): Implement the
4011 get_frame_base method.
4012 (dwarf2_block_frame_base_loclist_funcs): Likewise.
4013 (dwarf2locexpr_baton_eval): Add a frame argument and use it
4014 instead of the selected frame in order to evaluate the
4015 expression.
4016 (dwarf2_evaluate_property): Add a frame argument. Update call
4017 to dwarf2_locexpr_baton_eval to provide a frame in available and
4018 to handle the absence of address stack.
4019 * dwarf2loc.h (dwarf2_evaluate_property): Add a frame argument.
4020 * dwarf2read.c (attr_to_dynamic_prop): Add a forward
4021 declaration.
4022 (read_func_scope): Record any available static link description.
4023 Update call to finish_block.
4024 (read_lexical_block_scope): Update call to finish_block.
4025 * findvar.c (follow_static_link): New.
4026 (get_hosting_frame): New.
4027 (default_read_var_value): Add a var_block argument. Use
4028 get_hosting_frame to handle non-local references.
4029 (read_var_value): Add a var_block argument and pass it to the
4030 LA_READ_VAR_VALUE method.
4031 * gdbtypes.c (resolve_dynamic_range): Update calls to
4032 dwarf2_evaluate_property.
4033 (resolve_dynamic_type_internal): Likewise.
4034 * guile/scm-frame.c (gdbscm_frame_read_var): Update call to
4035 read_var_value, passing it the block coming from symbol lookup.
4036 * guile/scm-symbol.c (gdbscm_symbol_value): Update call to
4037 read_var_value (TODO).
4038 * infcmd.c (finish_command_continuation): Update call to
4039 read_var_value, passing it the block coming from symbol lookup.
4040 * infrun.c (insert_exception_resume_breakpoint): Likewise.
4041 * language.h (struct language_defn): Add a var_block argument to
4042 the LA_READ_VAR_VALUE method.
4043 * objfiles.c (struct static_link_htab_entry): New.
4044 (static_link_htab_entry_hash): New.
4045 (static_link_htab_entry_eq): New.
4046 (objfile_register_static_link): New.
4047 (objfile_lookup_static_link): New.
4048 (free_objfile): Free the STATIC_LINKS hashed map if needed.
4049 * objfiles.h: Include hashtab.h.
4050 (struct objfile): Add a static_links field.
4051 (objfile_register_static_link): New.
4052 (objfile_lookup_static_link): New.
4053 * printcmd.c (print_variable_and_value): Update call to
4054 read_var_value.
4055 * python/py-finishbreakpoint.c (bpfinishpy_init): Likewise.
4056 * python/py-frame.c (frapy_read_var): Update call to
4057 read_var_value, passing it the block coming from symbol lookup.
4058 * python/py-framefilter.c (extract_sym): Add a sym_block
4059 parameter and set the pointed value to NULL (TODO).
4060 (enumerate_args): Update call to extract_sym.
4061 (enumerate_locals): Update calls to extract_sym and to
4062 read_var_value.
4063 * python/py-symbol.c (sympy_value): Update call to
4064 read_var_value (TODO).
4065 * stack.c (read_frame_local): Update call to read_var_value.
4066 (read_frame_arg): Likewise.
4067 (return_command): Likewise.
4068 * symtab.h (struct symbol_block_ops): Add a get_frame_base
4069 method.
4070 (struct symbol): Add a block field.
4071 (SYMBOL_BLOCK): New accessor.
4072 * valops.c (value_of_variable): Remove frame/block handling and
4073 pass the block argument to read_var_value, which does this job
4074 now.
4075 (value_struct_elt_for_reference): Update calls to
4076 read_var_value.
4077 (value_of_this): Pass the block found to read_var_value.
4078 * value.h (read_var_value): Add a var_block argument.
4079 (default_read_var_value): Likewise.
4080
ed8b7b42
YQ
40812015-08-25 Yao Qi <yao.qi@linaro.org>
4082
4083 * aarch64-linux-nat.c (aarch64_linux_new_thread): Move it to ...
4084 * nat/aarch64-linux.c (aarch64_linux_new_thread): ... here.
4085 * nat/aarch64-linux.h (aarch64_linux_new_thread): Declare.
4086
db3cb7cb
YQ
40872015-08-25 Yao Qi <yao.qi@linaro.org>
4088
4089 * Makefile.in (aarch64-liunx.o): New rule.
4090 (HFILES_NO_SRCDIR): Add aarch64-linux.h.
4091 * config/aarch64/linux.mh (NAT_FILE): Add aarch64-linux.o.
4092 * aarch64-linux-nat.c: Include nat/aarch64-linux.h.
4093 * aarch64-linux-nat.c (aarch64_get_debug_reg_state): Make it
4094 extern.
4095 (aarch64_linux_prepare_to_resume): Move it nat/aarch64-linux.c.
4096 * nat/aarch64-linux-hw-point.h (aarch64_debug_reg_state): Declare
4097 * nat/aarch64-linux.c: New file.
4098 * nat/aarch64-linux.h: New file.
4099
f6011a1c
YQ
41002015-08-25 Yao Qi <yao.qi@linaro.org>
4101
4102 * aarch64-linux-nat.c (aarch64_linux_prepare_to_resume): Use
4103 lwp_arch_private_info and ptid_of_lwp.
4104
5e35436e
YQ
41052015-08-25 Yao Qi <yao.qi@linaro.org>
4106
4107 * aarch64-linux-nat.c (struct arch64_dr_update_callback_param):
4108 Move it to nat/aarch64-linux-hw-point.c.
4109 (debug_reg_change_callback): Likewise.
4110 (aarch64_notify_debug_reg_change): :Likewise.
4111 * nat/aarch64-linux-hw-point.c: Include nat/linux-nat.h.
4112 (aarch64_dr_update_callback_param): New.
4113 (debug_reg_change_callback): New function.
4114 (aarch64_notify_debug_reg_change): Likewise.
4115 * nat/aarch64-linux-hw-point.h (aarch64_notify_debug_reg_change):
4116 Remove the declaration.
4117
4a8a7965
YQ
41182015-08-25 Yao Qi <yao.qi@linaro.org>
4119
4120 * aarch64-linux-nat.c (aarch64_notify_debug_reg_change):
4121 Call current_lwp_ptid.
4122
32a271ee
YQ
41232015-08-25 Yao Qi <yao.qi@linaro.org>
4124
4125 * aarch64-linux-nat.c (debug_reg_change_callback): Use
4126 debug_printf.
4127
5e137137
YQ
41282015-08-25 Yao Qi <yao.qi@linaro.org>
4129
4130 * aarch64-linux-nat.c (debug_reg_change_callback): Call
4131 ptid_get_pid rather than ptid_get_lwp.
4132
73b8c1fd
PA
41332015-08-24 Pedro Alves <palves@redhat.com>
4134
4135 * NEWS (New commands): Mention set/show remote
4136 multiprocess-extensions-packet.
4137 * remote.c (remote_query_supported): Only tell the server to use
4138 the multiprocess extensions if the user hasn't force-disabled them
4139 with "set remote multiprocess-extensions-packet off".
4140
4a626d0a
PA
41412015-08-24 Pedro Alves <palves@redhat.com>
4142
4143 * gnulib/update-gnulib.sh (GNULIB_COMMIT_SHA1): Set to
4144 1029a8112290f6eee9d7878a391c49db42c999bd.
4145 * gnulib/configure, gnulib/config.in, gnulib/aclocal.m4:
4146 Regenerate.
4147 * gnulib/import/Makefile.am: Update.
4148 * gnulib/import/Makefile.in: Update.
4149 * gnulib/import/alloca.in.h: Update.
4150 * gnulib/import/basename-lgpl.c: Update.
4151 * gnulib/import/canonicalize-lgpl.c: Update.
4152 * gnulib/import/config.charset: Update.
4153 * gnulib/import/dirent.in.h: Update.
4154 * gnulib/import/dirfd.c: Update.
4155 * gnulib/import/dirname-lgpl.c: Update.
4156 * gnulib/import/dirname.h: Update.
4157 * gnulib/import/dosname.h: Update.
4158 * gnulib/import/errno.in.h: Update.
4159 * gnulib/import/extra/snippet/arg-nonnull.h: Update.
4160 * gnulib/import/extra/snippet/c++defs.h: Update.
4161 * gnulib/import/extra/snippet/warn-on-use.h: Update.
4162 * gnulib/import/extra/update-copyright: Update.
4163 * gnulib/import/float+.h: Update.
4164 * gnulib/import/float.c: Update.
4165 * gnulib/import/float.in.h: Update.
4166 * gnulib/import/fnmatch.c: Update.
4167 * gnulib/import/fnmatch.in.h: Update.
4168 * gnulib/import/fnmatch_loop.c: Update.
4169 * gnulib/import/fpucw.h: Update.
4170 * gnulib/import/frexp.c: Update.
4171 * gnulib/import/frexpl.c: Update.
4172 * gnulib/import/gettimeofday.c: Update.
4173 * gnulib/import/inttypes.in.h: Update.
4174 * gnulib/import/isnan.c: Update.
4175 * gnulib/import/isnand-nolibm.h: Update.
4176 * gnulib/import/isnand.c: Update.
4177 * gnulib/import/isnanl-nolibm.h: Update.
4178 * gnulib/import/isnanl.c: Update.
4179 * gnulib/import/itold.c: Update.
4180 * gnulib/import/localcharset.c: Update.
4181 * gnulib/import/localcharset.h: Update.
4182 * gnulib/import/lstat.c: Update.
4183 * gnulib/import/m4/00gnulib.m4: Update.
4184 * gnulib/import/m4/absolute-header.m4: Update.
4185 * gnulib/import/m4/alloca.m4: Update.
4186 * gnulib/import/m4/canonicalize.m4: Update.
4187 * gnulib/import/m4/codeset.m4: Update.
4188 * gnulib/import/m4/configmake.m4: Update.
4189 * gnulib/import/m4/dirent_h.m4: Update.
4190 * gnulib/import/m4/dirfd.m4: Update.
4191 * gnulib/import/m4/dirname.m4: Update.
4192 * gnulib/import/m4/double-slash-root.m4: Update.
4193 * gnulib/import/m4/eealloc.m4: Update.
4194 * gnulib/import/m4/errno_h.m4: Update.
4195 * gnulib/import/m4/exponentd.m4: Update.
4196 * gnulib/import/m4/exponentl.m4: Update.
4197 * gnulib/import/m4/extensions.m4: Update.
4198 * gnulib/import/m4/extern-inline.m4: Update.
4199 * gnulib/import/m4/fcntl-o.m4: Update.
4200 * gnulib/import/m4/float_h.m4: Update.
4201 * gnulib/import/m4/fnmatch.m4: Update.
4202 * gnulib/import/m4/fpieee.m4: Update.
4203 * gnulib/import/m4/frexp.m4: Update.
4204 * gnulib/import/m4/frexpl.m4: Update.
4205 * gnulib/import/m4/gettimeofday.m4: Update.
4206 * gnulib/import/m4/glibc21.m4: Update.
4207 * gnulib/import/m4/gnulib-cache.m4: Update.
4208 * gnulib/import/m4/gnulib-common.m4: Update.
4209 * gnulib/import/m4/gnulib-comp.m4: Update.
4210 * gnulib/import/m4/gnulib-tool.m4: Update.
4211 * gnulib/import/m4/include_next.m4: Update.
4212 * gnulib/import/m4/inttypes-pri.m4: Update.
4213 * gnulib/import/m4/inttypes.m4: Update.
4214 * gnulib/import/m4/isnand.m4: Update.
4215 * gnulib/import/m4/isnanl.m4: Update.
4216 * gnulib/import/m4/largefile.m4: Update.
4217 * gnulib/import/m4/localcharset.m4: Update.
4218 * gnulib/import/m4/locale-fr.m4: Update.
4219 * gnulib/import/m4/locale-ja.m4: Update.
4220 * gnulib/import/m4/locale-zh.m4: Update.
4221 * gnulib/import/m4/longlong.m4: Update.
4222 * gnulib/import/m4/lstat.m4: Update.
4223 * gnulib/import/m4/malloc.m4: Update.
4224 * gnulib/import/m4/malloca.m4: Update.
4225 * gnulib/import/m4/math_h.m4: Update.
4226 * gnulib/import/m4/mbrtowc.m4: Update.
4227 * gnulib/import/m4/mbsinit.m4: Update.
4228 * gnulib/import/m4/mbsrtowcs.m4: Update.
4229 * gnulib/import/m4/mbstate_t.m4: Update.
4230 * gnulib/import/m4/memchr.m4: Update.
4231 * gnulib/import/m4/memmem.m4: Update.
4232 * gnulib/import/m4/mmap-anon.m4: Update.
4233 * gnulib/import/m4/multiarch.m4: Update.
4234 * gnulib/import/m4/nocrash.m4: Update.
4235 * gnulib/import/m4/off_t.m4: Update.
4236 * gnulib/import/m4/pathmax.m4: Update.
4237 * gnulib/import/m4/readlink.m4: Update.
4238 * gnulib/import/m4/rename.m4: Update.
4239 * gnulib/import/m4/rmdir.m4: Update.
4240 * gnulib/import/m4/ssize_t.m4: Update.
4241 * gnulib/import/m4/stat.m4: Update.
4242 * gnulib/import/m4/stdbool.m4: Update.
4243 * gnulib/import/m4/stddef_h.m4: Update.
4244 * gnulib/import/m4/stdint.m4: Update.
4245 * gnulib/import/m4/stdio_h.m4: Update.
4246 * gnulib/import/m4/stdlib_h.m4: Update.
4247 * gnulib/import/m4/string_h.m4: Update.
4248 * gnulib/import/m4/strstr.m4: Update.
4249 * gnulib/import/m4/strtok_r.m4: Update.
4250 * gnulib/import/m4/sys_socket_h.m4: Update.
4251 * gnulib/import/m4/sys_stat_h.m4: Update.
4252 * gnulib/import/m4/sys_time_h.m4: Update.
4253 * gnulib/import/m4/sys_types_h.m4: Update.
4254 * gnulib/import/m4/time_h.m4: Update.
4255 * gnulib/import/m4/unistd_h.m4: Update.
4256 * gnulib/import/m4/warn-on-use.m4: Update.
4257 * gnulib/import/m4/wchar_h.m4: Update.
4258 * gnulib/import/m4/wchar_t.m4: Update.
4259 * gnulib/import/m4/wctype_h.m4: Update.
4260 * gnulib/import/m4/wint_t.m4: Update.
4261 * gnulib/import/malloc.c: Update.
4262 * gnulib/import/malloca.c: Update.
4263 * gnulib/import/malloca.h: Update.
4264 * gnulib/import/math.in.h: Update.
4265 * gnulib/import/mbrtowc.c: Update.
4266 * gnulib/import/mbsinit.c: Update.
4267 * gnulib/import/mbsrtowcs-impl.h: Update.
4268 * gnulib/import/mbsrtowcs-state.c: Update.
4269 * gnulib/import/mbsrtowcs.c: Update.
4270 * gnulib/import/memchr.c: Update.
4271 * gnulib/import/memmem.c: Update.
4272 * gnulib/import/pathmax.h: Update.
4273 * gnulib/import/readlink.c: Update.
4274 * gnulib/import/ref-add.sin: Update.
4275 * gnulib/import/ref-del.sin: Update.
4276 * gnulib/import/rename.c: Update.
4277 * gnulib/import/rmdir.c: Update.
4278 * gnulib/import/same-inode.h: Update.
4279 * gnulib/import/stat.c: Update.
4280 * gnulib/import/stdbool.in.h: Update.
4281 * gnulib/import/stddef.in.h: Update.
4282 * gnulib/import/stdint.in.h: Update.
4283 * gnulib/import/stdio.c: Update.
4284 * gnulib/import/stdio.in.h: Update.
4285 * gnulib/import/stdlib.in.h: Update.
4286 * gnulib/import/str-two-way.h: Update.
4287 * gnulib/import/streq.h: Update.
4288 * gnulib/import/string.in.h: Update.
4289 * gnulib/import/stripslash.c: Update.
4290 * gnulib/import/strnlen1.c: Update.
4291 * gnulib/import/strnlen1.h: Update.
4292 * gnulib/import/strstr.c: Update.
4293 * gnulib/import/strtok_r.c: Update.
4294 * gnulib/import/sys_stat.in.h: Update.
4295 * gnulib/import/sys_time.in.h: Update.
4296 * gnulib/import/sys_types.in.h: Update.
4297 * gnulib/import/time.in.h: Update.
4298 * gnulib/import/unistd.in.h: Update.
4299 * gnulib/import/verify.h: Update.
4300 * gnulib/import/wchar.in.h: Update.
4301 * gnulib/import/wctype.in.h: Update.
4302 * gnulib/import/gettimeofday.c: New file.
4303 * gnulib/import/m4/absolute-header.m4: New file.
4304 * gnulib/import/m4/gettimeofday.m4: New file.
4305 * gnulib/import/m4/sys_socket_h.m4: New file.
4306 * gnulib/import/m4/sys_time_h.m4: New file.
4307 * gnulib/import/stdio.c: Delete file.
4308 * gnulib/import/sys_time.in.h: New file.
4309
438e1e42
PA
43102015-08-24 Pedro Alves <palves@redhat.com>
4311
4312 * Makefile.in (HFILES_NO_SRCDIR): Add common/gdb_sys_time.h.
4313 * common/gdb_sys_time.h: New file.
4314 * event-loop.c: Include gdb_sys_time.h instead of sys/time.h.
4315 * gdb_select.h: Likewise.
4316 * gdb_usleep.c: Likewise.
4317 * maint.c: Likewise.
4318 * mi/mi-main.c: Likewise.
4319 * mi/mi-parse.h: Likewise.
4320 * remote-fileio.c: Likewise.
4321 * remote-m32r-sdi.c: Likewise.
4322 * remote.c: Likewise.
4323 * ser-base.c: Likewise.
4324 * ser-pipe.c: Likewise.
4325 * ser-tcp.c: Likewise.
4326 * ser-unix.c: Likewise.
4327 * symfile.c: Likewise.
4328 * symfile.c: Likewise. Rename OSIZE to SIZE throughout.
4329 * target-memory.c: Include gdb_sys_time.h instead of sys/time.h.
4330 * utils.c: Likewise.
4331
40e0b271
PA
43322015-08-24 Pedro Alves <palves@redhat.com>
4333
4334 * NEWS: Mention removed support for the various ROM monitors.
4335 * Makefile.in (ALL_TARGET_OBS): Remove dbug-rom.o, dink32-rom.o,
4336 ppcbug-rom.o, m32r-rom.o, dsrec.o and monitor.o from gdb_target_obs.
4337 * configure.tgt (h8300-*-*): Remove monitor.o and m32r-rom.o from
4338 gdb_target_obs.
4339 (m68*-*-*): Remove monitor.o dbug-rom.o and dsrec.o from
4340 gdb_target_obs.
4341 (microblaze*-linux-*): Remove microblaze-rom.o, monitor.o and
4342 dsrec.o from gdb_target_obs.
4343 (microblaze*-*-*): Remove microblaze-rom.o, monitor.o and dsrec.o
4344 from gdb_target_obs.
4345 (powerpc-*-lynx*178): Remove monitor.o and dsrec.o from
4346 gdb_target_obs.
4347 (powerpc*-*-*): Remove monitor.o, dsrec.o, ppcbug-rom.o and
4348 dink32-rom.o from gdb_target_obs.
4349 (sh*-*-linux*): Remove monitor.o and dsrec.o from gdb_target_obs.
4350 (sh*): Remove monitor.o and dsrec.o from gdb_target_obs.
4351 * dbug-rom.c, dink32-rom.c, dsrec.c, m32r-rom.c, microblaze-rom.c,
4352 monitor.c, monitor.h, ppcbug-rom.c, srec.h: Delete files.
4353
f8904751
PA
43542015-08-21 Pedro Alves <palves@redhat.com>
4355
4356 * frame.c (null_frame_id): Explicitly zero-initialize.
4357
049412e3
TT
43582015-08-21 Tom Tromey <tromey@redhat.com>
4359
4360 * dwarf2read.c (struct dwarf2_section_info): Rename field
4361 'asection' to 'section'.
4362 (dwarf2_has_info, get_section_bfd_owner, get_section_bfd_section)
4363 (dwarf2_locate_sections, dwarf2_locate_sections)
4364 (locate_dwz_sections, locate_v1_virtual_dwo_sections)
4365 (dwarf2_locate_dwo_sections, dwarf2_locate_dwo_sections)
4366 (dwarf2_locate_v2_dwp_sections): Adjust.
4367
948578a9
PP
43682015-08-21 Patrick Palka <patrick@parcs.ath.cx>
4369
4370 * top.h (gdb_in_secondary_prompt_p): Declare.
4371 * top.c (gdb_secondary_prompt_depth): Define.
4372 (gdb_in_secondary_prompt_p): Define.
4373 (gdb_readline_wrapper_cleanup): Decrement
4374 gdb_secondary_prompt_depth.
4375 (gdb_readline_wrapper): Increment gdb_secondary_prompt_depth.
4376 * tui/tui-io.c (tui_getc): Don't clear the prompt line if we
4377 are in a secondary prompt.
4378
7a8bcb88
PP
43792015-08-21 Patrick Palka <patrick@parcs.ath.cx>
4380
4381 * tui/tui-io.c (tui_getc): Use tui_putc instead of waddch to
4382 emit the newline.
4383
2d7711a3
GB
43842015-08-21 Gary Benson <gbenson@redhat.com>
4385
4386 * gdb_bfd.c (gdb_bfd_iovec_fileio_pread): Add QUIT call.
4387
4313b8c0
GB
43882015-08-21 Gary Benson <gbenson@redhat.com>
4389
4390 * target.h (struct target_ops) <to_fileio_open>: New argument
4391 warn_if_slow. Update comment. All implementations updated.
4392 (target_fileio_open_warn_if_slow): New declaration.
4393 * target.c (target_fileio_open): Renamed as...
4394 (target_fileio_open_1): ...this. New argument warn_if_slow.
4395 Pass warn_if_slow to implementation. Update debug printing.
4396 (target_fileio_open): New function.
4397 (target_fileio_open_warn_if_slow): Likewise.
4398 * gdb_bfd.c (gdb_bfd_iovec_fileio_open): Use new function
4399 target_fileio_open_warn_if_slow.
4400
f36b8719
GB
44012015-08-21 Gary Benson <gbenson@redhat.com>
4402
4403 * nat/linux-namespaces.c (linux_mntns_access_fs):
4404 Do not overwrite old_chain.
4405
40045d91
MF
44062015-08-20 Max Filippov <jcmvbkbc@gmail.com>
4407
4408 * arch/xtensa.h: New file.
4409 * xtensa-linux-nat.c (gdb_proc_service.h): New #include.
4410 (ps_get_thread_area): New function.
4411 * xtensa-linux-tdep.c (xtensa_linux_init_abi): Add call to
4412 set_gdbarch_fetch_tls_load_module_address to enable TLS support.
4413 * xtensa-tdep.c (osabi.h): New #include.
4414 (xtensa_gdbarch_init): Call gdbarch_init_osabi to register
4415 xtensa-specific hooks.
4416 * xtensa-tdep.h (struct xtensa_elf_gregset_t): Add threadptr
4417 member and move the structure to arch/xtensa.h.
4418
80152258
PA
44192015-08-21 Pedro Alves <palves@redhat.com>
4420
4421 * remote.c (struct readahead_cache): New.
4422 (struct remote_state) <readahead_cache>: New field.
4423 (remote_open_1): Invalidate the cache.
4424 (readahead_cache_invalidate, readahead_cache_invalidate_fd): New
4425 functions.
4426 (remote_hostio_pwrite): Invalidate the readahead cache.
4427 (remote_hostio_pread): Rename to ...
4428 (remote_hostio_pread_vFile): ... this.
4429 (remote_hostio_pread_from_cache): New function.
4430 (remote_hostio_pread): Reimplement.
4431 (remote_hostio_close): Invalidate the readahead cache.
4432
88fc5eb7
MC
44332015-08-21 Marcin Cieślak <saper@saper.info> (tiny patch)
4434
4435 PR build/18843
4436 * procfs.c: Include "filestuff.h".
4437
6f1cb6ea
PP
44382015-08-21 Patrick Palka <patrick@parcs.ath.cx>
4439
4440 * tui/tui-data.h (tui_command_info): Remove fields cur_line and
4441 curch.
4442 * tui/tui-data.c (tui_clear_win_detail) [CMD_WIN]: Don't set
4443 cur_line or curch, instead call wmove().
4444 (init_win_info) [CMD_WIN]: Likewise.
4445 * tui/tui-io.c (tui_puts): Likewise. Don't read cur_line,
4446 instead call getcury().
4447 (tui_redisplay_readline): Don't set cur_line or curch.
4448 (tui_mld_erase_entire_line): Don't read cur_line, instead call
4449 getcury().
4450 (tui_cont_sig): Remove call to wmove.
4451 (tui_getc): Don't read cur_line or curch, instead call getcury()
4452 or getyx(). Don't set curch.
4453 * tui/tui-win.c (make_visible_with_new_height) [CMD_WIN]: Don't
4454 set cur_line or curch. Always move cursor to (0,0).
4455
221e1a37
PA
44562015-08-20 Pedro Alves <palves@redhat.com>
4457
4458 * infrun.c (print_target_wait_results): Make extern.
4459 * infrun.h (print_target_wait_results): Declare.
4460 * remote.c (set_stop_requested_callback): Delete.
4461 (process_initial_stop_replies): New function.
4462 (remote_start_remote): Use it.
4463 (stop_reply_queue_length): New function.
4464
40e3ad0e
PA
44652015-08-20 Pedro Alves <palves@redhat.com>
4466
4467 * dwarf2read.c (process_full_comp_unit): To tell whether
4468 start_subfile managed to deduce a language, test for
4469 language_unknown instead of language_c.
4470
af39b327
PMR
44712015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
4472
4473 * ada-lex.l: Reset the start condition to INITIAL in the rule that
4474 matches attributes.
4475
7d45c7c3
KB
44762015-08-19 Kevin Buettner <kevinb@redhat.com>
4477
4478 * dwarf2read.c (dwarf2_string_attr): New function.
4479 (lookup_dwo_unit, process_psymtab_comp_unit_reader)
4480 (dwarf2_compute_name, dwarf2_physname, find_file_and_directory)
4481 (read_call_site_scope, namespace_name, guess_full_die_structure_name)
4482 (anonymous_struct_prefix, prepare_one_comp_unit): Use
4483 dwarf2_string_attr in place of dwarf2_attr and DW_STRING.
4484
4d6cceb4
DE
44852015-08-18 Doug Evans <dje@google.com>
4486 Adrian Sendroiu <adrian.sendroiu@freescale.com>
4487
4488 PR mi/18833
4489 * cli/cli-logging.c (pop_output_files): Don't restore redirection
4490 if MI-like.
4491 * mi/mi-out.c: #include "vec.h".
4492 (ui_filep): New type.
4493 (DEV_VEC_P (ui_filep)): New type.
4494 (struct ui_out_data) <buffer, original_buffer>: Delete.
4495 (struct ui_out_data) <streams>: New member.
4496 (mi_ui_out_impl): Add data_destroy field.
4497 (mi_field_string, mi_field_fmt): Update.
4498 (mi_flush, mi_redirect, field_separator): Update.
4499 (mi_open, mi_close): Update.
4500 (mi_out_buffered, mi_out_rewind, mi_out_put): Update.
4501 (mi_out_data_ctor, mi_out_data_dtor): New functions.
4502 (mi_out_new): Call mi_out_data_ctor.
4503
26d56a93
SL
45042015-08-18 Sandra Loosemore <sandra@codesourcery.com>
4505
4506 * remote.c (strprefix): New.
4507 (remote_parse_stop_reply): Use strprefix instead of strncmp
4508 to ensure exact match of keyword.
4509
566f5e3b
AB
45102015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>
4511
4512 * gdb_bfd.c (debug_bfd_cache): New variable.
4513 (show_bfd_cache_debug): New function.
4514 (gdb_bfd_open): Add debug logging.
4515 (gdb_bfd_ref): Likewise.
4516 (gdb_bfd_unref): Likewise.
4517 (_initialize_gdb_bfd): Add new set/show command.
4518 * NEWS: Mention new command.
4519
18989b3c
AB
45202015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>
4521
4522 * gdb_bfd.c (bfd_sharing): New variable.
4523 (show_bfd_sharing): New function.
4524 (gdb_bfd_open): Check bfd_sharing variable.
4525 (_initialize_gdb_bfd): Add new set/show command.
4526 * NEWS: Mention new command.
4527
c04fe68f
AB
45282015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>
4529
4530 * gdb_bfd.c (struct gdb_bfd_data): Add size, inode, and device id
4531 field.
4532 (struct gdb_bfd_cache_search): Likewise.
4533 (eq_bfd): Compare the size, inode, and device id fields.
4534 (gdb_bfd_open): Initialise the size, inode, and device id fields.
4535 (gdb_bfd_ref): Likewise.
4536 (gdb_bfd_unref): Likewise.
4537
b2a33439
PA
45382015-08-18 Pedro Alves <palves@redhat.com>
4539
4540 * linux-nat.c (linux_nat_always_non_stop_p): If the linux_ops
4541 target implements to_always_non_stop_p, call it.
4542 * x86-linux-nat.c (x86_linux_always_non_stop_p): New function.
4543 (x86_linux_create_target): Install it as to_always_non_stop_p
4544 method.
4545
71b57e37
DE
45462015-08-17 Doug Evans <dje@google.com>
4547
4548 * ui-out.c (default_ui_out_impl): Add comment.
4549
7f3706eb
IB
45502015-08-17 Iain Buclaw <ibuclaw@gdcproject.org>
4551
4552 * d-exp.y (type_aggregate_p): New function.
4553 (PrimaryExpression : TypeExp '.' IdentifierExp): Use it.
4554 (classify_inner_name): Likewise.
4555 * d-namespace.c (d_lookup_nested_symbol): Handle TYPE_CODE_ENUM.
4556
1762568f
DE
45572015-08-15 Doug Evans <xdje42@gmail.com>
4558
4559 * psymtab.c (add_psymbol_to_bcache): Remove "val" arg. All callers
4560 updated.
4561 (add_psymbol_to_list): Ditto.
4562
8763cede
DE
45632015-08-15 Doug Evans <xdje42@gmail.com>
4564
4565 * dbxread.c (dbx_end_psymtab): Renamed from end_psymtab. All callers
4566 updated. Call end_psymtab_common.
4567 * dwarf2read.c (process_psymtab_comp_unit_reader): Call
4568 end_psymtab_common.
4569 (build_type_psymtabs_reader): Ditto.
4570 * psympriv.h (sort_pst_symbols): Delete.
4571 (end_psymtab_common): Declare.
4572 * psymtab.c (sort_pst_symbols): Make static.
4573 (end_psymtab_common): New function.
4574 * xcoffread.c (xcoff_end_psymtab): Call end_psymtab_common.
4575
51cdc993
DE
45762015-08-15 Doug Evans <xdje42@gmail.com>
4577
4578 * defs.h (LANGUAGE_BITS): Define.
4579 * psympriv.h (partial_symbol) <domain>: Use SYMBOL_DOMAIN_BITS.
4580 (partial_symbol) <aclass>: Use SYMBOL_ACLASS_BITS.
4581 * symtab.h (general_symbol_info> <language>: Usage LANGUAGE_BITS.
4582 (minimal_symbol_type): Add nr_minsym_types.
4583 (MINSYM_TYPE_BITS): Define.
4584 (minimal_symbol) <type>: Use MINSYM_TYPE_BITS.
4585 (domain_enum_tag): Add NR_DOMAINS.
4586 (SYMBOL_DOMAIN_BITS): Change from 4 to 3.
4587 (SYMBOL_ACLASS_BITS): Define from 6 to 5.
4588
95cf5869
DE
45892015-08-15 Doug Evans <xdje42@gmail.com>
4590
4591 * objfiles.h: Whitespace cleanup.
4592 * psympriv.h: Whitespace cleanup.
4593 * psymtab.c: Whitespace/coding convention cleanup.
4594
e3ae3c43
PP
45952015-08-15 Patrick Palka <patrick@parcs.ath.cx>
4596
4597 * inferior.c (detach_inferior_command): Don't call
4598 any_thread_of_process when pid is 0.
4599 (kill_inferior_command): Likewise.
4600
6ff0ba5f
DE
46012015-08-14 Doug Evans <xdje42@gmail.com>
4602
4603 PR gdb/11833
4604 * NEWS: Document new /s modifier for the disassemble command.
4605 * cli/cli-cmds.c (disassemble_command): Add support for /s.
4606 (_initialize_cli_cmds): Update online docs of disassemble command.
4607 * disasm.c: #include "source.h".
4608 (struct deprecated_dis_line_entry): Renamed from dis_line_entry.
4609 All uses updated.
4610 (dis_line_entry): New struct.
4611 (hash_dis_line_entry, eq_dis_line_entry): New functions.
4612 (allocate_dis_line_table): New functions.
4613 (maybe_add_dis_line_entry, line_has_code_p): New functions.
4614 (dump_insns): New arg end_pc. All callers updated.
4615 (do_mixed_source_and_assembly_deprecated): Renamed from
4616 do_mixed_source_and_assembly. All callers updated.
4617 (do_mixed_source_and_assembly): New function.
4618 (gdb_disassembly): Handle /s (DISASSEMBLY_SOURCE).
4619 * disasm.h (DISASSEMBLY_SOURCE_DEPRECATED): Renamed from
4620 DISASSEMBLY_SOURCE. All uses updated.
4621 (DISASSEMBLY_SOURCE): New macro.
4622 * mi/mi-cmd-disas.c (mi_cmd_disassemble): New modes 4,5.
4623
b56ccc20
KS
46242015-08-14 Keith Seitz <keiths@redhat.com>
4625
4626 * d-exp.y (PrimaryExpression : TypeExp '.' IdentifierExp): Rename
4627 `typename' to `type_name' to avoid C++ reserved word.
4628
ebdad8fc
KS
46292015-08-14 Keith Seitz <keiths@redhat.com>
4630
4631 * location.c (EL_TYPE, EL_LINESPEC, EL_PROBE, EL_ADDRESS)
4632 (EL_EXPLICIT, EL_STRING): Change macro parameter to "P" to
4633 silence ARI errors.
4634
c0fe2ae7
IB
46352015-08-14 Iain Buclaw <ibuclaw@gdcproject.org>
4636
4637 * d-exp.y (PrimaryExpression : TypeExp '.' IdentifierExp): Use
4638 xstrprintf instead of malloc and sprintf.
4639 (PrimaryExpression : IdentifierExp): Avoid operator at end of line.
4640 (lex_one_token): Likewise.
4641
a738da3a
MF
46422015-08-14 Matthew Fortune <matthew.fortune@imgtec.com>
4643
4644 * solib-svr4.c (read_program_header): Add base_addr argument to
4645 report the runtime address of the segment.
4646 (find_program_interpreter): Update read_program_header call to pass
4647 a NULL pointer for the new argument.
4648 (scan_dyntag): Add ptr_addr argument to report the runtime address
4649 of the tag payload.
4650 (scan_dyntag_auxv): Likewise and use thew new base_addr argument of
4651 read_program_header to get the base address of the dynamic segment.
4652 (elf_locate_base): Update uses of scan_dyntag, scan_dyntag_auxv and
4653 read_program_header.
4654 (elf_locate_base): Scan for and handle DT_MIPS_RLD_MAP_REL.
4655
f8edc4ff
MF
46562015-08-14 Matthew Fortune <matthew.fortune@imgtec.com>
4657
4658 * MAINTAINERS (Write After Approval): Add Matthew Fortune.
4659
444c1ed8
IB
46602015-08-13 Iain Buclaw <ibuclaw@gdcproject.org>
4661
4662 * d-exp.y (%union): Add voidval.
4663 (%token): Add UNKNOWN_NAME as a token to represent an unclassified
4664 name in the lexing stage.
4665 (PostfixExpression): Move symbol completion handling in grammar here
4666 from PrimaryExpression.
4667 (PrimaryExpression): Move routines to handle resolving identifier
4668 tokens in the grammar here from push_expression_name.
4669 (IdentifierExp): Remove the handling of alternating '.' and identifier
4670 tokens.
4671 (TypeExp): Allow TypeExp to be wrapped in parenthesis in the grammar.
4672 (BasicType): Remove C-style typename rules.
4673 (d_type_from_name, d_module_from_name, push_variable)
4674 (push_fieldnames, push_type_name, push_module_name)
4675 (push_expression_name): Remove.
4676 (lex_one_token): Rename from yylex. Replace pstate with par_state.
4677 (token_and_value): New type.
4678 (token_fifo, popping, name_obstack): New globals.
4679 (classify_name): New function.
4680 (classify_inner_name): Likewise.
4681 (yylex): Likewise.
4682 (d_parse): Initialize token_fifo, popping and name_obstack.
4683
bc7c9fab
IB
46842015-08-13 Iain Buclaw <ibuclaw@gdcproject.org>
4685
4686 * Makefile.in (SFILES): Add d-namespace.c.
4687 (COMMON_OBS): Add d-namespace.o.
4688 * d-lang.c (d_language_defn): Use d_lookup_symbol_nonlocal as the
4689 la_lookup_symbol_nonlocal callback function pointer.
4690 * d-lang.h (d_lookup_symbol_nonlocal): New declaration.
4691 (d_lookup_nested_symbol): New declaration.
4692 * d-namespace.c: New file.
4693
3207396b
PA
46942015-08-13 Pedro Alves <palves@redhat.com>
4695
4696 * python/py-unwind.c (pyuw_sniffer): Install the invalidate
4697 cleanup after the decref cleanup, not before.
4698
5d8c3ed3
PMR
46992015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
4700
4701 * ada-lang.c: Include namespace.h
4702 (aux_add_nonlocal_symbols): Fix a function name in comment.
4703 (ada_add_block_renamings): New.
4704 (add_nonlocal_symbols): Add global renamings handling.
4705 (ada_lookup_symbol_list_worker): Move the symbol lookup part
4706 to...
4707 (ada_add_all_symbols): ... this new function.
4708 (ada_add_block_symbols): Try to match the input name against the
4709 "using directives list", perform a recursive symbol lookup on
4710 the matched declarations.
4711 * block.h (struct block): Move the_namespace to top-level as
4712 namespace_info. Remove the language_specific field.
4713 (BLOCK_NAMESPACE): Update access to the namespace_info field.
4714 * buildsym.h (using_directives): Rename into...
4715 (local_using_directives): ... this.
4716 (global_using_directives): New.
4717 (struct context_stack): Rename the using_directives field into
4718 local_using_directives.
4719 * buildsym.c (finish_block_internal): Deal with the proper
4720 using directives repository (local or global).
4721 (prepare_for_building): Reset local_using_directives. Assert
4722 that there is no pending global using directive.
4723 (reset_symtab_globals): Reset global_using_directives and
4724 local_using_directives.
4725 (end_symtab_get_static_block): Don't ignore symtabs that have
4726 only using directives.
4727 (push_context): Update references to local_using_directives.
4728 (buildsym_init): Do not reset using_directives.
4729 * cp-support.c: Include namespace.h.
4730 * cp-support.h (struct using_direct): Move to namespace.h.
4731 (cp_add_using_directives): Move to namespace.h.
4732 * cp-namespace.c: Include namespace.h
4733 (cp_add_using_directive): Move to namespace.c, rename it to
4734 add_using_directive, add a "using_directives" argument and use
4735 it as the pending using directives repository. All callers
4736 updated.
4737 * dwarf2read.c (using_directives): New.
4738 (read_import_statement): Call using_directives.
4739 (read_func_scope): Update references to local_using_directives.
4740 (read_lexical_block_scope): Likewise.
4741 (read_namespace): Update the heading comment, call
4742 using_directives.
4743 * namespace.h: New file.
4744 * namespace.c: New file.
4745 * Makefile.in (SFILES): Add namespace.c.
4746 (COMMON_OBS): Add namespace.o
4747
4dafcdeb
JB
47482015-08-12 Joel Brobecker <brobecker@adacore.com>
4749
4750 * amd64-tdep.c (amd64_displaced_step_fixup): Fix the mask used to
4751 compute RETADDR.
4752
67994074
KS
47532015-08-12 Keith Seitz <keiths@redhat.com>
4754
4755 * break-catch-throw.c (re_set_exception_catchpoint) Rename
4756 reserved C++ keyword "explicit" to "explicit_loc".
4757 * breakpoint.c (create_overlay_event_breakpoint)
4758 (create_longjmp_master_breakpoint)
4759 (create_std_terminate_master_breakpoint)
4760 (create_exception_master_breakpoint, update_static_tracepoint):
4761 Rename reserved C++ keyword "explicit" to "explicit_loc".
4762 * completer.c (collect_explicit_location_matches)
4763 (explicit_location_completer): Rename reserved C++ keyword
4764 "explicit" to "explicit_loc".
4765 * linespec.c (struct linespec) <explicit>: Rename to "explicit_loc".
4766 (canonicalize_linespec, create_sals_line_offset)
4767 (convert_linespec_to_sals, convert_explicit_location_to_sals)
4768 (event_location_to_sals, decode_objc): Rename reserved C++ keyword
4769 "explicit" to "explicit_loc".
4770 * location.c (struct event_location) <explicit>: Rename to
4771 "explicit_loc".
4772 (initialize_explicit_location, new_explicit_location)
4773 (explicit_location_to_string_internal, explicit_location_to_linespec):
4774 Rename reserved C++ keyword "explicit" to "explicit_loc".
4775 * location.h (explicit_location_to_string)
4776 (explicit_location_to_linespec, initialize_explicit_location)
4777 (new_explicit_location): Rename reserved C++ keyword "explicit"
4778 to "explicit_loc".
4779 * mi/mi-cmd-break.c (mi_cmd_break_insert_1): Rename reserved C++
4780 keyword "explicit" to "explicit_loc".
4781
59ecaff3
KS
47822015-08-12 Keith Seitz <keiths@redhat.com>
4783
4784 * python/python.c (gdbpy_decode_line): Initialize `location' to NULL
4785 and only call decode_line_1 when it is non-NULL.
4786
244558af
LM
47872015-08-12 Luis Machado <lgustavo@codesourcery.com>
4788
4789 * breakpoint.c (bp_loc_is_permanent): Return 0 when breakpoint
4790 location address is not meaningful.
4791 (breakpoint_address_is_meaningful): Update comment.
4792
629500fa
KS
47932015-08-11 Keith Seitz <keiths@redhat.com>
4794
4795 * NEWS: Mention explicit locations.
4796 * breakpoint.c [LOCATION_HELP_STRING]: New macro.
4797 [BREAK_ARGS_HELP]: Use LOCATION_HELP_STRING.
4798 (_initialize_breakpoint): Update documentation for
4799 "clear", "break", "trace", "strace", "ftrace", and "dprintf".
4800
eb8c4e2e
KS
48012015-08-11 Keith Seitz <keiths@redhat.com>
4802
4803 * mi/mi-cmd-break.c (mi_cmd_break_insert_1): Add support for
4804 explicit locations, options "--source", "--function",
4805 "--label", and "--line".
4806
87f0e720
KS
48072015-08-11 Keith Seitz <keiths@redhat.com>
4808
4809 * completer.c: Include location.h.
4810 (enum match_type): New enum.
4811 (location_completer): Rename to ...
4812 (linespec_completer): ... this.
4813 (collect_explicit_location_matches, backup_text_ptr)
4814 (explicit_location_completer): New functions.
4815 (location_completer): "New" function; handle linespec
4816 and explicit location completions.
4817 (complete_line_internal): Remove all location completer-specific
4818 handling.
4819 * linespec.c (linespec_lexer_lex_keyword, is_ada_operator)
4820 (find_toplevel_char): Export.
4821 (linespec_parse_line_offset): Export.
4822 Issue error if STRING is not numerical.
4823 (gdb_get_linespec_parser_quote_characters): New function.
4824 * linespec.h (linespec_parse_line_offset): Declare.
4825 (get_gdb_linespec_parser_quote_characters): Declare.
4826 (is_ada_operator): Declare.
4827 (find_toplevel_char): Declare.
4828 (linespec_lexer_lex_keyword): Declare.
4829 * location.c (explicit_to_event_location): New function.
4830 (explicit_location_lex_one): New function.
4831 (string_to_explicit_location): New function.
4832 (string_to_event_location): Handle explicit locations.
4833 * location.h (explicit_to_event_location): Declare.
4834 (string_to_explicit_location): Declare.
4835
00e52e53
KS
48362015-08-11 Keith Seitz <keiths@redhat.com>
4837
4838 * break-catch-throw.c (re_set_exception_catchpoint): Convert
4839 linespec into explicit location.
4840 * breakpoint.c (create_overlay_breakpoint)
4841 (create_longjmp_master_breakpoint)
4842 (create_std_terminate_master_breakpoint)
4843 (create_exception_master_breakpoint): Convert linespec into explicit
4844 location.
4845 (update_static_tracepoint): Convert linespec into explicit location.
4846 * linespec.c (enum offset_relative_sign, struct line_offset): Move
4847 location.h.
4848 (struct linespec) <expression, expr_pc, source_filename>
4849 <function_name, label_name, line_offset>: Replace with ...
4850 <explicit>: ... this.
4851 <is_linespec>: New member.
4852 (PARSER_EXPLICIT): New accessor macro.
4853 (undefined_label_error): New function.
4854 (source_file_not_found_error): New function.
4855 (linespec_parse_basic): The parser result is now an explicit location.
4856 Use PARSER_EXPLICIT to access it.
4857 Use undefined_label_error.
4858 (canonicalize_linespec): Convert canonical linespec into explicit
4859 location.
4860 Move string representation of location to explicit_location_to_linespec
4861 and use it and explicit_location_to_string to save string
4862 representations of the canonical location.
4863 (create_sals_line_offset, convert_linespec_to_sals): `ls' contains an
4864 explicit location. Update all references.
4865 (convert_explicit_location_to_sals): New function.
4866 (parse_linespec): Use PARSER_EXPLICIT to access the parser
4867 result's explicit location.
4868 (linespec_state_constructor): Initialize is_linespec.
4869 Use PARSER_EXPLICIT.
4870 (linespec_parser_delete): Use PARSER_EXPLICIT to access the parser's
4871 result.
4872 (event_location_to_sals): For linespec locations, set is_linespec.
4873 Handle explicit locations.
4874 (decode_objc): 'ls' contains an explicit location now. Update all
4875 references.
4876 (symtabs_from_filename): Use source_file_not_found_error.
4877 * location.c (struct event_location.u) <explicit>: New member.
4878 (initialize_explicit_location): New function.
4879 (initialize_event_location): Initialize explicit locations.
4880 (new_explicit_location, get_explicit_location)
4881 (get_explicit_location_const): New functions.
4882 (explicit_to_string_internal): New function; most of contents moved
4883 from canonicalize_linespec.
4884 (explicit_location_to_string): New function.
4885 (explicit_location_to_linespec): New function.
4886 (copy_event_location, delete_event_location)
4887 (event_location_to_string_const, event_location_empty_p): Handle
4888 explicit locations.
4889 * location.h (enum offset_relative_sign, struct line_offset): Move
4890 here from linespec.h.
4891 (enum event_location_type): Add EXPLICIT_LOCATION.
4892 (struct explicit_location): New structure.
4893 (explicit_location_to_string): Declare.
4894 (explicit_location_to_linespec): Declare.
4895 (new_explicit_location, get_explicit_locationp
4896 (get_explicit_location_const, initialize_explicit_location): Declare.
4897
5b56227b
KS
48982015-08-11 Keith Seitz <keiths@redhat.com>
4899
4900 * break-catch-throw.c (re_set_exception_catchpoint): Convert
4901 linespec for stap probe to probe location.
4902 * breakpoint.c (create_longjmp_master_breakpoint)
4903 (create_exception_master_breakpoint): Likewise.
4904 (break_command_1): Remove local variable `arg_cp'.
4905 Check location type to set appropriate breakpoint ops methods.
4906 (trace_command): Likewise.
4907 * linespec.c (event_location_to_sals): Assert on probe locations.
4908 * location.c (EL_PROBE): Add macro definition.
4909 (new_probe_location, get_probe_location): New functions.
4910 (copy_event_location, delete_event_location, event_location_to_string)
4911 (string_to_event_location, event_location_empty_p): Handle probe
4912 locations.
4913 * location.h (enum event_location_type): Add PROBE_LOCATION.
4914 (new_probe_location, get_probe_location): Declare.
4915 * probe.c (parse_probes): Assert that LOCATION is a probe location.
4916 Convert linespec into probe location.
4917
a06efdd6
KS
49182015-08-11 Keith Seitz <keiths@redhat.com>
4919
4920 * breakpoint.c (create_thread_event_breakpoint, init_breakpoint_sal):
4921 Convert linespec to address location.
4922 * linespec.c (canonicalize_linespec): Do not handle address
4923 locations here.
4924 (convert_address_location_to_sals): New function; contents moved
4925 from ...
4926 (convert_linespc_to_sals): ... here.
4927 (parse_linespec): Remove address locations from linespec grammar.
4928 Remove handling of address locations.
4929 (linespec_lex_to_end): Remove handling of address linespecs.
4930 (event_location_to_sals): Handle ADDRESS_LOCATION.
4931 (linespec_expression_to_pc): Export.
4932 * linespec.h (linespec_expression_to_pc): Add declaration.
4933 * location.c (struct event_location.u) <address>: New member.
4934 (new_address_location, get_address_location): New functions.
4935 (copy_event_location, delete_event_location, event_location_to_string)
4936 (string_to_event_location, event_location_empty_p): Handle address
4937 locations.
4938 * location.h (enum event_location_type): Add ADDRESS_LOCATION.
4939 (new_address_location, get_address_location): Declare.
4940 * python/py-finishbreakpoint.c (bpfinishpy_init): Convert linespec
4941 to address location.
4942 * spu-tdep.c (spu_catch_start): Likewise.
4943
f00aae0f
KS
49442015-08-11 Keith Seitz <keiths@redhat.com>
4945
4946 * ax-gdb.c: Include location.h.
4947 (agent_command_1) Use linespec location instead of address
4948 string.
4949 * break-catch-throw.c: Include location.h.
4950 (re_set_exception_catchpoint): Use linespec locations instead
4951 of address strings.
4952 * breakpoint.c: Include location.h.
4953 (create_overlay_event_breakpoint, create_longjmp_master_breakpoint)
4954 (create_std_terminate_master_breakpoint)
4955 (create_exception_master_breakpoint, update_breakpoints_after_exec):
4956 Use linespec location instead of address string.
4957 (print_breakpoint_location): Use locations and
4958 event_location_to_string.
4959 Print extra_string for pending locations for non-MI streams.
4960 (print_one_breakpoint_location): Use locations and
4961 event_location_to_string.
4962 (init_raw_breakpoint_without_location): Initialize b->location.
4963 (create_thread_event_breakpoint): Use linespec location instead of
4964 address string.
4965 (init_breakpoint_sal): Likewise.
4966 Only save extra_string if it is non-NULL and not the empty string.
4967 Use event_location_to_string instead of `addr_string'.
4968 Constify `p' and `endp'.
4969 Use skip_spaces_const/skip_space_const instead of non-const versions.
4970 Copy the location into the breakpoint.
4971 If LOCATION is NULL, save the breakpoint address as a linespec location
4972 instead of an address string.
4973 (create_breakpoint_sal): Change `addr_string' parameter to a struct
4974 event_location. All uses updated.
4975 (create_breakpoints_sal): Likewise for local variable `addr_string'.
4976 (parse_breakpoint_sals): Use locations instead of address strings.
4977 Remove check for empty linespec with conditional.
4978 Refactor.
4979 (decode_static_tracepoint_spec): Make argument const and update
4980 function.
4981 (create_breakpoint): Change `arg' to a struct event_location and
4982 rename.
4983 Remove `copy_arg' and `addr_start'.
4984 If EXTRA_STRING is empty, set it to NULL.
4985 Don't populate `canonical' for pending breakpoints.
4986 Pass `extra_string' to find_condition_and_thread.
4987 Clear `extra_string' if `rest' was NULL.
4988 Do not error with "garbage after location" if setting a dprintf
4989 breakpoint.
4990 Copy the location into the breakpoint instead of an address string.
4991 (break_command_1): Use string_to_event_location and pass this to
4992 create_breakpoint instead of an address string.
4993 Check against `arg_cp' for a probe linespec.
4994 (dprintf_command): Use string_to_event_location and pass this to
4995 create_breakpoint instead of an address string.
4996 Throw an exception if no format string was specified.
4997 (print_recreate_ranged_breakpoint): Use event_location_to_string
4998 instead of address strings.
4999 (break_range_command, until_break_command)
5000 (init_ada_exception_breakpoint): Use locations instead
5001 of address strings.
5002 (say_where): Print out extra_string for pending locations.
5003 (base_breakpoint_dtor): Delete `location' and `location_range_end' of
5004 the breakpoint.
5005 (base_breakpoint_create_sals_from_location): Use struct event_location
5006 instead of address string.
5007 Remove `addr_start' and `copy_arg' parameters.
5008 (base_breakpoint_decode_location): Use struct event_location instead of
5009 address string.
5010 (bkpt_re_set): Use locations instead of address strings.
5011 Use event_location_empty_p to check for unset location.
5012 (bkpt_print_recreate): Use event_location_to_string instead of
5013 an address string.
5014 Print out extra_string for pending locations.
5015 (bkpt_create_sals_from_location, bkpt_decode_location)
5016 (bkpt_probe_create_sals_from_location): Use struct event_location
5017 instead of address string.
5018 (bkpt_probe_decode_location): Use struct event_location instead of
5019 address string.
5020 (tracepoint_print_recreate): Use event_location_to_string to
5021 recreate the tracepoint.
5022 (tracepoint_create_sals_from_location, tracepoint_decode_location)
5023 (tracepoint_probe_create_sals_from_location)
5024 (tracepoint_probe_decode_location): Use struct event_location
5025 instead of address string.
5026 (dprintf_print_recreate): Use event_location_to_string to recreate
5027 the dprintf.
5028 (dprintf_re_set): Remove check for valid/missing format string.
5029 (strace_marker_create_sals_from_location)
5030 (strace_marker_create_breakpoints_sal, strace_marker_decode_location)
5031 (update_static_tracepoint): Use struct event_location instead of
5032 address string.
5033 (location_to_sals): Likewise.
5034 Pass `extra_string' to find_condition_and_thread.
5035 For newly resolved pending breakpoint locations, clear the location's
5036 string representation.
5037 Assert that the breakpoint's condition string is NULL when
5038 condition_not_parsed.
5039 (breakpoint_re_set_default, create_sals_from_location_default)
5040 (decode_location_default, trace_command, ftrace_command)
5041 (strace_command, create_tracepoint_from_upload): Use locations
5042 instead of address strings.
5043 * breakpoint.h (struct breakpoint_ops) <create_sals_from_location>:
5044 Use struct event_location instead of address string.
5045 Update all uses.
5046 <decode_location>: Likewise.
5047 (struct breakpoint) <addr_string>: Change to struct event_location
5048 and rename `location'.
5049 <addr_string_range_end>: Change to struct event_location and rename
5050 `location_range_end'.
5051 (create_breakpoint): Use struct event_location instead of address
5052 string.
5053 * cli/cli-cmds.c: Include location.h.
5054 (edit_command, list_command): Use locations instead of address strings.
5055 * elfread.c: Include location.h.
5056 (elf_gnu_ifunc_resolver_return_stop): Use event_location_to_string.
5057 * guile/scm-breakpoint.c: Include location.h.
5058 (bpscm_print_breakpoint_smob): Use event_location_to_string.
5059 (gdbscm_register_breakpoint): Use locations instead of address
5060 strings.
5061 * linespec.c: Include location.h.
5062 (struct ls_parser) <stream>: Change to const char *.
5063 (PARSER_STREAM): Update.
5064 (lionespec_lexer_lex_keyword): According to find_condition_and_thread,
5065 keywords must be followed by whitespace.
5066 (canonicalize_linespec): Save a linespec location into `canonical'.
5067 Save a canonical linespec into `canonical'.
5068 (parse_linespec): Change `argptr' to const char * and rename `arg'.
5069 All uses updated.
5070 Update function description.
5071 (linespec_parser_new): Initialize `parser'.
5072 Update initialization of parsing stream.
5073 (event_location_to_sals): New function.
5074 (decode_line_full): Change `argptr' to a struct event_location and
5075 rename it `location'.
5076 Use locations instead of address strings.
5077 Call event_location_to_sals instead of parse_linespec.
5078 (decode_line_1): Likewise.
5079 (decode_line_with_current_source, decode_line_with_last_displayed)
5080 Use locations instead of address strings.
5081 (decode_objc): Likewise.
5082 Change `argptr' to const char * and rename `arg'.
5083 (destroy_linespec_result): Delete the linespec result's location
5084 instead of freeing the address string.
5085 * linespec.h (struct linespec_result) <addr_string>: Change to
5086 struct event_location and rename to ...
5087 <location>: ... this.
5088 (decode_line_1, decode_line_full): Change `argptr' to struct
5089 event_location. All callers updated.
5090 * mi/mi-cmd-break.c: Include language.h, location.h, and linespec.h.
5091 (mi_cmd_break_insert_1): Use locations instead of address strings.
5092 Throw an error if there was "garbage" at the end of the specified
5093 linespec.
5094 * probe.c: Include location.h.
5095 (parse_probes): Change `argptr' to struct event_location.
5096 Use event locations instead of address strings.
5097 * probe.h (parse_probes): Change `argptr' to struct event_location.
5098 * python/py-breakpoint.c: Include location.h.
5099 (bppy_get_location): Constify local variable `str'.
5100 Use event_location_to_string.
5101 (bppy_init): Use locations instead of address strings.
5102 * python/py-finishbreakpoint.c: Include location.h.
5103 (bpfinishpy_init): Remove local variable `addr_str'.
5104 Use locations instead of address strings.
5105 * python/python.c: Include location.h.
5106 (gdbpy_decode_line): Use locations instead of address strings.
5107 * remote.c: Include location.h.
5108 (remote_download_tracepoint): Use locations instead of address
5109 strings.
5110 * spu-tdep.c: Include location.h.
5111 (spu_catch_start): Remove local variable `buf'.
5112 Use locations instead of address strings.
5113 * tracepoint.c: Include location.h.
5114 (scope_info): Use locations instead of address strings.
5115 (encode_source_string): Constify parameter `src'.
5116 * tracepoint.h (encode_source_string): Likewise.
5117
c7c1b3e9
KS
51182015-08-11 Keith Seitz <keiths@redhat.com>
5119
5120 * Makefile.in (SFILES): Add location.c.
5121 (HFILES_NO_SRCDIR): Add location.h.
5122 (COMMON_OBS): Add location.o.
5123 * linespec.c (linespec_lex_to_end): New function.
5124 * linespec.h (linespec_lex_to_end): Declare.
5125 * location.c: New file.
5126 * location.h: New file.
5127
5f700d83
KS
51282015-08-11 Keith Seitz <keiths@redhat.com>
5129
5130 * breakpoint.h (struct breakpoint_ops) <create_sals_from_address>:
5131 Renamed to create_sals_from_location.
5132 <decode_linespec>: Renamed to decode_location.
5133 Update all callers.
5134 * breakpoint.c (create_sals_from_address_default): Renamed to ...
5135 (create_sals_from_location_default): ... this.
5136 (addr_string_to_sals): Renamed to ...
5137 (location_to_sals): ... this.
5138 (decode_linespec_default): Renamed to ...
5139 (decode_location_default): ... this.
5140 (base_breakpoint_create_sals_from_address): Renamed to ...
5141 (base_breakpoint_create_sals_from_location): ... this.
5142 (bkpt_create_sals_from_address): Renamed to ...
5143 (bkpt_create_sals_from_location): ... this.
5144 (bkpt_decode_linespec): Renamed to ...
5145 (bkpt_decode_location): ... this.
5146 (bkpt_probe_create_sals_from_address): Renamed to ...
5147 (bkpt_probe_create_sals_from_location): ... this.
5148 (tracepoint_create_sals_from_address): Renamed to ...
5149 (tracepoint_create_sals_from_location): ... this.
5150 (tracepoint_decode_linespec): Renamed to ...
5151 (tracepoint_decode_location): ... this.
5152 (tracepoint_probe_create_sals_from_address): Renamed to ...
5153 (tracepoint_probe_create_sals_from_location): ... this.
5154 (tracepoint_probe_decode_linespec): Renamed to ...
5155 (tracepoint_probe_decode_location): ... this.
5156 (strace_marker_create_sals_from_address): Renamed to ...
5157 (strace_marker_create_sals_from_location): ... this.
5158 (decode_linespec_default): Renamed to ...
5159 (decode_location_default): ... this.
5160
e27852be
DE
51612015-08-10 Doug Evans <dje@google.com>
5162 Keith Seitz <keiths@redhat.com>
5163
5164 PR gdb/17960
5165 * symtab.c (make_file_symbol_completion_list_1): Renamed from
5166 make_file_symbol_completion_list and made static.
5167 (make_file_symbol_completion_list): New function.
80af41e0 5168
fd7dcb94
JB
51692015-08-10 Joel Brobecker <brobecker@adacore.com>
5170
5171 * infrun.c (follow_fork, displaced_step_prepare, resume): Remove
5172 trailing new-line at end of warning message.
5173 (proceed): Add i18n marker to error messages.
5174
f12899e9
PA
51752015-08-07 Pedro Alves <palves@redhat.com>
5176
5177 * linux-nat.c (linux_nat_always_non_stop_p): Return 1.
5178
5ac21343
PA
51792015-08-07 Pedro Alves <palves@redhat.com>
5180
5181 * s390-linux-tdep.c (is_non_branch_ril)
5182 (s390_displaced_step_copy_insn): New functions.
5183 (s390_displaced_step_fixup): Update comment.
5184 (s390_gdbarch_init): Install s390_displaced_step_copy_insn as
5185 gdbarch_displaced_step_copy_insn hook.
5186
7f03bd92
PA
51872015-08-07 Pedro Alves <palves@redhat.com>
5188
5189 * infrun.c (displaced_step_prepare_throw): Return -1 if
5190 gdbarch_displaced_step_copy_insn returns NULL. Update intro
5191 comment.
5192 * rs6000-tdep.c (LWARX_MASK, LWARX_INSTRUCTION, LDARX_INSTRUCTION)
5193 (STWCX_MASK, STWCX_INSTRUCTION, STDCX_INSTRUCTION): Move higher up
5194 in file.
5195 (ppc_displaced_step_copy_insn): New function.
5196 (ppc_displaced_step_fixup): Update comment.
5197 (rs6000_gdbarch_init): Install ppc_displaced_step_copy_insn as
5198 gdbarch_displaced_step_copy_insn hook.
5199 * gdbarch.sh (displaced_step_copy_insn): Document what happens on
5200 NULL return.
5201 * gdbarch.h: Regenerate.
5202
3fc8eb30
PA
52032015-08-07 Pedro Alves <palves@redhat.com>
5204
5205 * inferior.h (struct inferior) <displaced_stepping_failed>: New
5206 field.
5207 * infrun.c (use_displaced_stepping_now_p): New parameter 'inf'.
5208 Return false if dispaced stepping failed before.
5209 (resume): Pass the current inferior to
5210 use_displaced_stepping_now_p. Wrap displaced_step_prepare in
5211 TRY/CATCH. If we get a MEMORY_ERROR, set the inferior's
5212 displaced_stepping_failed flag, and fall back to an in-line
5213 step-over.
5214
bfedc46a
PA
52152015-08-07 Pedro Alves <palves@redhat.com>
5216
5217 * darwin-nat.c (darwin_stop): Rename to ...
5218 (darwin_interrupt): ... this.
5219 (_initialize_darwin_inferior): Adjust.
5220 * gnu-nat.c (gnu_stop): Delete.
5221 (gnu_target): Don't install gnu_stop.
5222 * inf-ptrace.c (inf_ptrace_stop): Rename to ...
5223 (inf_ptrace_interrupt): ... this.
5224 (inf_ptrace_target): Adjust.
5225 * infcmd.c (interrupt_target_1): Use target_interrupt instead of
5226 target_stop.
5227 * linux-nat (linux_nat_stop): Rename to ...
5228 (linux_nat_interrupt): ... this.
5229 (linux_nat_stop): Reimplement.
5230 (linux_nat_add_target): Install linux_nat_interrupt.
5231 * nto-procfs.c (nto_interrupt_twice): Rename to ...
5232 (nto_handle_sigint_twice): ... this.
5233 (nto_interrupt): Rename to ...
5234 (nto_handle_sigint): ... this. Call target_interrupt instead of
5235 target_stop.
5236 (procfs_wait): Adjust.
5237 (procfs_stop): Rename to ...
5238 (procfs_interrupt): ... this.
5239 (init_procfs_targets): Adjust.
5240 * procfs.c (procfs_stop): Rename to ...
5241 (procfs_interrupt): ... this.
5242 (procfs_target): Adjust.
5243 * remote-m32r-sdi.c (m32r_stop): Rename to ...
5244 (m32r_interrupt): ... this.
5245 (init_m32r_ops): Adjust.
5246 * remote-sim.c (gdbsim_stop_inferior): Rename to ...
5247 (gdbsim_interrupt_inferior): ... this.
5248 (gdbsim_stop): Rename to ...
5249 (gdbsim_interrupt): ... this.
5250 (gdbsim_cntrl_c): Adjust.
5251 (init_gdbsim_ops): Adjust.
5252 * remote.c (sync_remote_interrupt): Adjust comments.
5253 (remote_stop_as): Rename to ...
5254 (remote_interrupt_as): ... this.
5255 (remote_stop): Adjust comment.
5256 (remote_interrupt): New function.
5257 (init_remote_ops): Install remote_interrupt.
5258 * target.c (target_interrupt): New function.
5259 * target.h (struct target_ops) <to_interrupt>: New field.
5260 (target_interrupt): New declaration.
5261 * windows-nat.c (windows_stop): Rename to ...
5262 (windows_interrupt): ... this.
5263 * target-delegates.c: Regenerate.
5264
d55007b5
PA
52652015-08-07 Pedro Alves <palves@redhat.com>
5266
5267 * signal-while-stepping-over-bp-other-thread.exp: Expect "restart
5268 threads" as alternative to "switching back to stepped thread".
5269
fbea99ea
PA
52702015-08-07 Pedro Alves <palves@redhat.com>
5271
5272 * NEWS: Mention "maint set/show target-non-stop".
5273 * breakpoint.c (update_global_location_list): Check
5274 target_is_non_stop_p instead of non_stop.
5275 * infcmd.c (attach_command_post_wait, attach_command): Likewise.
5276 * infrun.c (show_can_use_displaced_stepping)
5277 (can_use_displaced_stepping_p, start_step_over_inferior):
5278 Likewise.
5279 (internal_resume_ptid): New function.
5280 (resume): Use it.
5281 (proceed): Check target_is_non_stop_p instead of non_stop. If in
5282 all-stop mode but the target is always in non-stop mode, start all
5283 the other threads that are implicitly resumed too.
5284 (for_each_just_stopped_thread, fetch_inferior_event)
5285 (adjust_pc_after_break, stop_all_threads): Check
5286 target_is_non_stop_p instead of non_stop.
5287 (handle_inferior_event): Likewise. Handle detach-fork in all-stop
5288 with the target always in non-stop mode.
5289 (handle_signal_stop) <random signal>: Check target_is_non_stop_p
5290 instead of non_stop.
5291 (switch_back_to_stepped_thread): Check target_is_non_stop_p
5292 instead of non_stop.
5293 (keep_going_stepped_thread): Use internal_resume_ptid.
5294 (stop_waiting): If in all-stop mode, and the target is in non-stop
5295 mode, stop all threads.
5296 (keep_going_pass): Likewise, when starting a new in-line step-over
5297 sequence.
5298 * linux-nat.c (get_pending_status, select_event_lwp)
5299 (linux_nat_filter_event, linux_nat_wait_1, linux_nat_wait): Check
5300 target_is_non_stop_p instead of non_stop.
5301 (linux_nat_always_non_stop_p): New function.
5302 (linux_nat_stop): Check target_is_non_stop_p instead of non_stop.
5303 (linux_nat_add_target): Install linux_nat_always_non_stop_p.
5304 * target-delegates.c: Regenerate.
5305 * target.c (target_is_non_stop_p): New function.
5306 (target_non_stop_enabled, target_non_stop_enabled_1): New globals.
5307 (maint_set_target_non_stop_command)
5308 (maint_show_target_non_stop_command): New functions.
5309 (_initilize_target): Install "maint set/show target-non-stop"
5310 commands.
5311 * target.h (struct target_ops) <to_always_non_stop_p>: New field.
5312 (target_non_stop_enabled): New declaration.
5313 (target_is_non_stop_p): New declaration.
5314
372316f1
PA
53152015-08-07 Pedro Alves <pedro@codesourcery.com>
5316
5317 * breakpoint.c (breakpoints_should_be_inserted_now): If any thread
5318 has a pending status, return true.
5319 * gdbthread.h: Include target/waitstatus.h.
5320 (struct thread_suspend_state) <stop_reason, waitstatus_pending_p,
5321 stop_pc>: New fields.
5322 (struct thread_info) <resumed>: New field.
5323 (set_resumed): Declare.
5324 * infrun.c: Include "event-loop.h".
5325 (infrun_async_inferior_event_token, infrun_is_async): New globals.
5326 (infrun_async): New function.
5327 (clear_step_over_info): Add debug output.
5328 (displaced_step_in_progress_any_inferior): New function.
5329 (displaced_step_fixup): New returns int.
5330 (start_step_over): Handle in-line step-overs too. Assert the
5331 thread is marked resumed.
5332 (resume_cleanups): Clear the thread's resumed flag.
5333 (resume): Set the thread's resumed flag. Return early if the
5334 thread has a pending status. Allow stepping a breakpoint with no
5335 signal.
5336 (proceed): Adjust to check 'resumed' instead of 'executing'.
5337 (clear_proceed_status_thread): If the thread has a pending status,
5338 and that status is a finished step, discard the pending status.
5339 (clear_proceed_status): Don't clear step_over_info here.
5340 (random_pending_event_thread, do_target_wait): New functions.
5341 (prepare_for_detach, wait_for_inferior, fetch_inferior_event): Use
5342 do_target_wait.
5343 (wait_one): New function.
5344 (THREAD_STOPPED_BY): New macro.
5345 (thread_stopped_by_watchpoint, thread_stopped_by_sw_breakpoint)
5346 (thread_stopped_by_hw_breakpoint): New functions.
5347 (switch_to_thread_cleanup, save_waitstatus, stop_all_threads): New
5348 functions.
5349 (handle_inferior_event): Also call set_resumed(false) on all
5350 threads implicitly stopped by the event.
5351 (restart_threads, resumed_thread_with_pending_status): New
5352 functions.
5353 (finish_step_over): If we were doing an in-line step-over before,
5354 and no longer are after trying to start a new step-over, restart
5355 all threads. If we have multiple threads with pending events,
5356 save the current event and go through the event loop again.
5357 (handle_signal_stop): Return early if finish_step_over returns
5358 false.
5359 <random signal>: If we get a signal while stepping over a
5360 breakpoint in-line in non-stop mode, restart all threads. Clear
5361 step_over_info before delivering the signal.
5362 (keep_going_stepped_thread): Use internal_error instead of
5363 gdb_assert. Mark the thread as resumed.
5364 (keep_going_pass_signal): Assert the thread isn't already resumed.
5365 If some other thread is doing an in-line step-over, defer the
5366 resume. If we just started a new in-line step-over, stop all
5367 threads. Don't clear step_over_info.
5368 (infrun_async_inferior_event_handler): New function.
5369 (_initialize_infrun): Create async event handler with
5370 infrun_async_inferior_event_handler as callback.
5371 (infrun_async): New declaration.
5372 * target.c (target_async): New function.
5373 * target.h (target_async): Declare macro and readd as function
5374 declaration.
5375 * target/waitstatus.h (enum target_stop_reason)
5376 <TARGET_STOPPED_BY_SINGLE_STEP>: New value.
5377 * thread.c (new_thread): Clear the new waitstatus field.
5378 (set_resumed): New function.
5379
2ac7589c
PA
53802015-08-07 Pedro Alves <palves@redhat.com>
5381
5382 * infrun.c (keep_going_stepped_thread): New function, factored out
5383 from ...
5384 (switch_back_to_stepped_thread): ... here.
5385
8b061563
PA
53862015-08-07 Pedro Alves <palves@redhat.com>
5387
5388 * infrun.c (currently_stepping): Extend intro comment.
5389 * target.h (target_resume): Extend intro comment.
5390
1afd5965
PA
53912015-08-07 Pedro Alves <palves@redhat.com>
5392
5393 * infrun.c (switch_back_to_stepped_thread): Use ecs->ptid instead
5394 of inferior_ptid. If the stepped thread vanished, return 0
5395 instead of resuming here. Use reset_ecs. Print the prev_pc and
5396 the current stop_pc in log message. Clear trap_expected if the
5397 thread advanced. Don't pass currently_stepping to
5398 do_target_resume.
5399
4d9d9d04
PA
54002015-08-07 Pedro Alves <palves@redhat.com>
5401
5402 * gdbthread.h (struct thread_info) <prev_pc>: Extend comment.
5403 * infrun.c (struct execution_control_state): Move higher up in the
5404 file.
5405 (reset_ecs): New function.
5406 (start_step_over): Now returns int. Rewrite to use
5407 keep_going_pass_signal instead of manually starting a displaced step.
5408 (resume): Don't call set_running here. If displaced stepping
5409 can't start now, clear trap_expected.
5410 (find_thread_needs_step_over): Delete function.
5411 (proceed): Set up finish_thread_state_cleanup. Call set_running.
5412 If the current thread needs a step over, push it in the step-over
5413 chain. Don't set insert breakpoints nor call resume directly
5414 here. Instead rewrite to use start_step_over and
5415 keep_going_pass_signal.
5416 (finish_step_over): New function.
5417 (handle_signal_stop): Call finish_step_over instead of
5418 start_step_over.
5419 (switch_back_to_stepped_thread): If the event thread needs another
5420 step-over do that first. Use start_step_over.
5421 (keep_going_pass_signal): New function, factored out from ...
5422 (keep_going): ... here.
5423 (_initialize_infrun): Comment moved here.
5424 * thread.c (set_running_thread): New function.
5425 (set_running, finish_thread_state): Use set_running_thread.
5426
c2829269
PA
54272015-08-07 Pedro Alves <palves@redhat.com>
5428
5429 * gdbthread.h (struct thread_info) <step_over_prev,
5430 step_over_next>: New fields.
5431 (thread_step_over_chain_enqueue, thread_step_over_chain_remove)
5432 (thread_step_over_chain_next, thread_is_in_step_over_chain): New
5433 declarations.
5434 * infrun.c (struct displaced_step_request): Delete.
5435 (struct displaced_step_inferior_state) <step_request_queue>:
5436 Delete field.
5437 (displaced_step_prepare): Assert that trap_expected is set. Use
5438 thread_step_over_chain_enqueue. Split starting a new displaced
5439 step to ...
5440 (start_step_over): ... this new function.
5441 (resume): Assert the thread isn't waiting for a step over already.
5442 (proceed): Assert the thread isn't waiting for a step over
5443 already.
5444 (infrun_thread_stop_requested): Adjust to remove threads from the
5445 embedded step-over chain.
5446 (handle_inferior_event) <fork/vfork>: Call start_step_over after
5447 displaced_step_fixup.
5448 (handle_signal_stop): Call start_step_over after
5449 displaced_step_fixup.
5450 * infrun.h (step_over_queue_head): New declaration.
5451 * thread.c (step_over_chain_enqueue, step_over_chain_remove)
5452 (thread_step_over_chain_next, thread_is_in_step_over_chain)
5453 (thread_step_over_chain_enqueue)
5454 (thread_step_over_chain_remove): New functions.
5455 (delete_thread_1): Remove thread from the step-over chain.
5456
6c4cfb24
PA
54572015-08-07 Pedro Alves <palves@redhat.com>
5458
5459 * infrun.c (thread_still_needs_step_over): Rename to ...
5460 (thread_still_needs_step_over_bp): ... this.
5461 (enum step_over_what): New.
5462 (thread_still_needs_step_over): Reimplement.
5463
567420d1
PA
54642015-08-07 Pedro Alves <palves@redhat.com>
5465
5466 * remote.c (remote_wait_as): If not waiting for a stop reply,
5467 return TARGET_WAITKIND_NO_RESUMED. If TARGET_WNOHANG is
5468 requested, don't block waiting forever.
5469
d8dd4d5f
PA
54702015-08-07 Pedro Alves <pedro@codesourcery.com>
5471
5472 * infrun.c (adjust_pc_after_break): Now takes thread_info and
5473 waitstatus pointers instead of an ecs. Adjust.
5474 (handle_inferior_event): Adjust caller.
5475
e1316e60
PA
54762015-08-07 Pedro Alves <palves@redhat.com>
5477
5478 * infrun.c (handle_inferior_event): If we get
5479 TARGET_WAITKIND_SIGNALLED or TARGET_WAITKIND_EXITED in non-stop
5480 mode, mark all threads of the exiting process as not-executing.
5481 (normal_stop): If we get TARGET_WAITKIND_SIGNALLED or
5482 TARGET_WAITKIND_EXITED in non-stop mode, finish all threads of the
5483 exiting process, if inferior_ptid still points at a process.
5484 * thread.c (struct current_thread_cleanup) <next>: New field.
5485 (current_thread_cleanup_chain): New global.
5486 (restore_current_thread_ptid_changed): New function.
5487 (restore_current_thread_cleanup_dtor): Remove the cleanup from the
5488 current_thread_cleanup_chain list.
5489 (make_cleanup_restore_current_thread): Add the cleanup data to the
5490 current_thread_cleanup_chain list.
5491 (_initialize_thread): Install restore_current_thread_ptid_changed
5492 as thread_ptid_changed observer.
5493
47e9c225
JB
54942015-08-07 Joel Brobecker <brobecker@adacore.com>
5495
5496 * dtrace-probe.c (dtrace_process_dof): Ignore the objfile's DOF
5497 data if a DTRACE_DOF_SECT_TYPE_PROVIDER section is found to be
5498 smaller than expected.
5499
06096720
AB
55002015-08-07 Andrew Burgess <andrew.burgess@embecosm.com>
5501
5502 * stack.c (get_frame_language): Moved ...
5503 * frame.c (get_frame_language): ... to here.
5504 * language.h (get_frame_language): Declaration moved to frame.h.
5505 * frame.h: Add language.h include, for language enum.
5506 (get_frame_language): Declaration moved from language.h.
5507 * language.c: Add frame.h include.
5508 * top.c: Add frame.h include.
5509 * symtab.h (struct obj_section): Declare.
5510 (struct cmd_list_element): Declare.
5511
7ff38b1c
AB
55122015-08-07 Andrew Burgess <andrew.burgess@embecosm.com>
5513
5514 * language.c (show_language_command): Find selected frame before
5515 asking for the language of that frame.
5516 (set_language_command): Likewise.
5517 * language.h (get_frame_language): Add frame parameter.
5518 * stack.c (get_frame_language): Add frame parameter, assert
5519 parameter is not NULL, update comment and reindent.
5520 * top.c (check_frame_language_change): Pass the selected frame
5521 into get_frame_language.
5522
da8c46d2
MM
55232015-08-07 Markus Metzger <markus.t.metzger@intel.com>
5524
5525 * btrace.c (btrace_compute_ftrace_bts): Clear insn flags.
5526 (pt_btrace_insn_flags): New.
5527 (ftrace_add_pt): Call pt_btrace_insn_flags.
5528 * btrace.h (btrace_insn_flag): New.
5529 (btrace_insn) <flags>: New.
5530 * record-btrace.c (btrace_insn_history): Print insn prefix.
5531 * NEWS: Announce it.
5532
5599c404
MM
55332015-08-07 Markus Metzger <markus.t.metzger@intel.com>
5534
5535 * configure.ac: Check for PERF_ATTR_SIZE_VER5 in linux/perf_event.h
5536 * configure: Regenerate.
5537
016a3251
DD
55382015-08-06 Yaakov Selkowitz <yselkowi@redhat.com>
5539
5540 * Makefile.in (LIBICONV): Define.
5541 (CLIBS): Add LIBICONV.
5542 * acinclude.m4: Use config/iconv.m4 instead of custom AM_ICONV.
5543 * configure: Regenerate.
5544
aead7601
SM
55452015-08-06 Simon Marchi <simon.marchi@ericsson.com>
5546 Pedro Alves <palves@redhat.com>
5547
5548 * arm-tdep.c (set_fp_model_sfunc): Add cast from integer to enum.
5549 (arm_set_abi): Likewise.
5550 * ax-general.c (ax_print): Likewise.
5551 * c-exp.y (exp : string_exp): Likewise.
5552 * compile/compile-loc2c.c (compute_stack_depth_worker): Likewise.
5553 (do_compile_dwarf_expr_to_c): Likewise.
5554 * cp-name-parser.y (demangler_special : DEMANGLER_SPECIAL start):
5555 Likewise.
5556 * dwarf2expr.c (execute_stack_op): Likewise.
5557 * dwarf2loc.c (dwarf2_compile_expr_to_ax): Likewise.
5558 (disassemble_dwarf_expression): Likewise.
5559 * dwarf2read.c (dwarf2_add_member_fn): Likewise.
5560 (read_array_order): Likewise.
5561 (abbrev_table_read_table): Likewise.
5562 (read_attribute_value): Likewise.
5563 (skip_unknown_opcode): Likewise.
5564 (dwarf_decode_macro_bytes): Likewise.
5565 (dwarf_decode_macros): Likewise.
5566 * eval.c (value_f90_subarray): Likewise.
5567 * guile/scm-param.c (gdbscm_make_parameter): Likewise.
5568 * i386-linux-tdep.c (i386_canonicalize_syscall): Likewise.
5569 * infrun.c (handle_command): Likewise.
5570 * memory-map.c (memory_map_start_memory): Likewise.
5571 * osabi.c (set_osabi): Likewise.
5572 * parse.c (operator_length_standard): Likewise.
5573 * ppc-linux-tdep.c (ppc_canonicalize_syscall): Likewise, and use
5574 single return point.
5575 * python/py-frame.c (gdbpy_frame_stop_reason_string): Likewise.
5576 * python/py-symbol.c (gdbpy_lookup_symbol): Likewise.
5577 (gdbpy_lookup_global_symbol): Likewise.
5578 * record-full.c (record_full_restore): Likewise.
5579 * regcache.c (regcache_register_status): Likewise.
5580 (regcache_raw_read): Likewise.
5581 (regcache_cooked_read): Likewise.
5582 * rs6000-tdep.c (powerpc_set_vector_abi): Likewise.
5583 * symtab.c (initialize_ordinary_address_classes): Likewise.
5584 * target-debug.h (target_debug_print_signals): Likewise.
5585 * utils.c (do_restore_current_language): Likewise.
5586
ca0a5f0b
CD
55872015-08-06 Clem Dickey <clemd@acm.org>
5588
5589 PR python/17136
5590 * python/lib/gdb/command/type_printers.py (InfoTypePrinter): Fix typo.
5591
05d999b0
SM
55922015-08-06 Simon Marchi <simon.marchi@ericsson.com>
5593
5594 * complaints.c (enum complaint_series): Add newlines and remove
5595 out of date comment.
5596 (struct complaints) <series>: Change type to enum
5597 complaint_series and remove out of date comment.
5598 (symfile_complaint_hook): Use equivalent enum value
5599 ISOLATED_MESSAGE instead of 0.
5600
bf47e248
PA
56012015-08-06 Pedro Alves <palves@redhat.com>
5602
5603 * nat/linux-waitpid.c (my_waitpid): Only print *status if waitpid
5604 returned > 0.
5605
b6b9ffcc
PL
56062015-08-06 Pierre Langlois <pierre.langlois@arm.com>
5607
5608 * common/agent.c (symbol_list) <required>: Remove.
5609
863d01bd
PA
56102015-08-06 Pedro Alves <palves@redhat.com>
5611
5612 * target/waitstatus.h (enum target_stop_reason)
5613 <TARGET_STOPPED_BY_SINGLE_STEP>: New value.
5614
0a39bb32
PA
56152015-08-05 Pedro Alves <palves@redhat.com>
5616 Joel Brobecker <brobecker@adacore.com>
5617
9d996aba 5618 * breakpoint.c (bpstat_what) <bp_longjmp, bp_longjmp_call_dummy>
0a39bb32
PA
5619 <bp_exception, bp_longjmp_resume, bp_exception_resume>: Handle the
5620 case where BS->STOP is not set.
5621
260439cb
UW
56222015-08-05 Ulrich Weigand <uweigand@de.ibm.com>
5623
5624 * nat/gdb_thread_db.h: Add copyright header.
5625 Protect against multiple inclusion.
5626
d89fa914
YQ
56272015-08-05 Yao Qi <yao.qi@linaro.org>
5628
5629 * aarch64-linux-nat.c (get_thread_id): Remove.
5630 (debug_reg_change_callback): Call ptid_get_lwp instead of
5631 get_thread_id.
5632 (fetch_gregs_from_thread): Likewise.
5633 (store_gregs_to_thread): Likewise.
5634 (fetch_fpregs_from_thread): Likewise.
5635 (store_fpregs_to_thread): Likewise.
5636 (aarch64_linux_get_debug_reg_capacity): Likewise.
5637 * arm-linux-nat.c (get_thread_id): Remove.
5638 (GET_THREAD_ID): Update macro to use ptid_get_lwp.
5639 * xtensa-linux-nat.c (get_thread_id): Remove.
5640 (GET_THREAD_ID): Update macro to use ptid_get_lwp.
5641 * arm-linux-nat.c (get_thread_id): Remove.
5642 (GET_THREAD_ID): Remove.
5643 (fetch_fpregs): Call ptid_get_lwp instead of GET_THREAD_ID.
5644 (store_fpregs, fetch_regs, store_regs): Likewise.
5645 (fetch_wmmx_regs, store_wmmx_regs): Likewise.
5646 (fetch_vfp_regs, store_vfp_regs): Likewise.
5647 (arm_linux_read_description): Likewise.
5648 (arm_linux_get_hwbp_cap): Likewise.
5649 * xtensa-linux-nat.c (get_thread_id): Remove.
5650 (GET_THREAD_ID): Remove.
5651 (fetch_gregs, store_gregs): Call ptid_get_lwp instead of
5652 GET_THREAD_ID.
5653
4efd80aa
CS
56542015-08-04 Ciro Santilli <ciro.santilli@gmail.com> (obvious patch)
5655
5656 * python/py-linetable.c: Fix case of Linetable to LineTable
5657 in docstrings and code comments.
5658 * python/py-symtab.c: Same.
5659
c6343a91
JK
56602015-08-04 Jan Kratochvil <jan.kratochvil@redhat.com>
5661
5662 * infcmd.c (signal_command): Call do_cleanups for args_chain.
5663
978b9495
JK
56642015-08-04 Jan Kratochvil <jan.kratochvil@redhat.com>
5665
5666 PR gdb/18767
5667 * infcmd.c (attach_command): Move ARGS_CHAIN cleanup after last ARGS
5668 use.
5669
96e9210f
PA
56702015-08-04 Pedro Alves <palves@redhat.com>
5671
5672 * nat/gdb_thread_db.h (td_init_ftype, td_ta_new_ftype)
5673 (td_ta_map_lwp2thr_ftype, td_ta_thr_iter_ftype)
5674 (td_ta_event_addr_ftype, td_ta_set_event_ftype)
5675 (td_ta_clear_event_ftype, td_ta_event_getmsg_ftype)
5676 (td_thr_validate_ftype, td_thr_get_info_ftype)
5677 (td_thr_event_enable_ftype, td_thr_tls_get_addr_ftype)
5678 (td_thr_tlsbase_ftype, td_symbol_list_ftype, td_ta_delete_ftype):
5679 New typedefs.
5680 * linux-thread-db.c (struct thread_db_info): Use new typedefs.
5681 (try_thread_db_load_1): Define TDB_VERBOSE_DLSYM, TDB_DLSYM , CHK
5682 local macros and use them instead of verbose_dlsym and dlsym
5683 calls.
5684
af60a1ef
SL
56852015-08-03 Sandra Loosemore <sandra@codesourcery.com>
5686
5687 * nios2-tdep.h: Include opcode/nios2.h here.
5688 (NIOS2_CDX_OPCODE_SIZE): New.
5689 (struct gdbarch_tdep): Add OP parameter to syscall_next_pc.
5690 * nios2-tdep.c: Don't include opcode/nios2.h here.
5691 (nios2_fetch_insn): For R2, try reading 2-byte instruction if
5692 4-byte read fails.
5693 (nios2_match_add, nios2_match_sub): Add cases for R2 encodings.
5694 (nios2_match_addi, nios2_match_orhi): Likewise.
5695 (nios2_match_stw, nios2_match_ldw): Likewise.
5696 (nios2_match_rdctl): Likewise.
5697 (nios2_match_stwm, nios2_match_ldwm): New.
5698 (nios2_match_branch): Add cases for R2 encodings.
5699 (nios2_match_jmpi, nios2_match_calli): Likewise.
5700 (nios2_match_jmpr, nios2_match_callr): Likewise.
5701 (nios2_match_break, nios2_match_trap): Likewise.
5702 (nios2_in_epilogue_p): Add R2 support.
5703 (nios2_analyze_prologue): Update comments. Recognize R2 CDX
5704 prologues.
5705 (nios2_breakpoint_from_pc): Handle R2 instructions.
5706 (nios2_get_next_pc): Likewise. Adjust call to
5707 tdep->syscall_next_pc.
5708 * nios2-linux-tdep.c (nios2_r1_linux_rt_sigreturn_tramp_frame):
5709 Renamed from nios2_linux_rt_sigreturn_tramp_frame. Use
5710 instruction field macros instead of literal hex values.
5711 (nios2_r2_linux_rt_sigreturn_tramp_frame): New.
5712 (nios2_linux_syscall_next_pc): Adjust signature to pass OP.
5713 Use size field from OP instead of assuming all instructions
5714 are the same size.
5715 (nios2_linux_init_abi): Register appropriate unwinder for mach.
5716
1da03605
UW
57172015-08-03 Ulrich Weigand <uweigand@de.ibm.com>
5718
5719 * cp-namespace.c (cp_lookup_symbol_via_imports): Fix uninitialized
5720 variable warning with some compilers.
5721
8156fe7f
YQ
57222015-08-03 Yao Qi <yao.qi@linaro.org>
5723
5724 * arm-linux-nat.c (arm_linux_get_hwbp_type): Capitalize "type"
5725 in comment. Replace "rw" with "type".
5726 (arm_linux_remove_watchpoint): Change type of "rw" to
5727 "enum target_hw_bp_type".
5728
835a09d9
PMR
57292015-08-02 Pierre-Marie de Rodat <derodat@adacore.com>
5730
5731 * alpha-mdebug-tdep.c (find_proc_desc): Update call to
5732 lookup_symbol.
5733 * ft32-tdep.c (ft32_skip_prologue): Likewise.
5734 * moxie-tdep.c (moxie_skip_prologue): Likewise.
5735 * mt-tdep.c (mt_skip_prologue): Likewise.
5736 * xstormy16-tdep.c (xstormy16_skip_prologue): Likewise.
5737
d12307c1
PMR
57382015-08-01 Pierre-Marie de Rodat <derodat@adacore.com>
5739
5740 * ada-exp.y (write_object_renaming): Replace struct
5741 ada_symbol_info with struct block_symbol. Update field
5742 references accordingly.
5743 (block_lookup, select_possible_type_sym): Likewise.
5744 (find_primitive_type): Likewise. Also update call to
5745 ada_lookup_symbol to extract the symbol itself.
5746 (write_var_or_type, write_name_assoc): Likewise.
5747 * ada-lang.h (struct ada_symbol_info): Remove.
5748 (ada_lookup_symbol_list): Replace struct ada_symbol_info with
5749 struct block_symbol.
5750 (ada_lookup_encoded_symbol, user_select_syms): Likewise.
5751 (ada_lookup_symbol): Return struct block_symbol instead of a
5752 mere symbol.
5753 * ada-lang.c (defns_collected): Replace struct ada_symbol_info
5754 with struct block_symbol.
5755 (resolve_subexp, ada_resolve_function, sort_choices,
5756 user_select_syms, is_nonfunction, add_defn_to_vec,
5757 num_defns_collected, defns_collected,
5758 symbols_are_identical_enums, remove_extra_symbols,
5759 remove_irrelevant_renamings, add_lookup_symbol_list_worker,
5760 ada_lookup_symbol_list, ada_iterate_over_symbols,
5761 ada_lookup_encoded_symbol, get_var_value): Likewise.
5762 (ada_lookup_symbol): Return a block_symbol instead of a mere
5763 symbol. Replace struct ada_symbol_info with struct
5764 block_symbol.
5765 (ada_lookup_symbol_nonlocal): Likewise.
5766 (standard_lookup): Make block passing explicit through
5767 lookup_symbol_in_language.
5768 * ada-tasks.c (get_tcb_types_info): Update the calls to
5769 lookup_symbol_in_language to extract the mere symbol out of the
5770 returned value.
5771 (ada_tasks_inferior_data_sniffer): Likewise.
5772 * ax-gdb.c (gen_static_field): Likewise for the call to
5773 lookup_symbol.
a5fdf78a 5774 (gen_maybe_namespace_elt): Deal with struct block_symbol from
d12307c1
PMR
5775 lookup functions.
5776 (gen_expr): Likewise.
5777 * c-exp.y: Likewise. Remove uses of block_found.
5778 (lex_one_token, classify_inner_name, c_print_token): Likewise.
5779 (classify_name): Likewise. Rename the "sym" local variable to
5780 "bsym".
5781 * c-valprint.c (print_unpacked_pointer): Likewise.
5782 * compile/compile-c-symbols.c (convert_symbol_sym): Promote the
5783 "sym" parameter from struct symbol * to struct block_symbol.
5784 Use it to remove uses of block_found. Deal with struct
a5fdf78a 5785 block_symbol from lookup functions.
d12307c1
PMR
5786 (gcc_convert_symbol): Likewise. Update the call to
5787 convert_symbol_sym.
5788 * compile/compile-object-load.c (compile_object_load): Deal with
a5fdf78a 5789 struct block_symbol from lookup functions.
d12307c1
PMR
5790 * cp-namespace.c (cp_lookup_nested_symbol_1,
5791 cp_lookup_nested_symbol, cp_lookup_bare_symbol,
5792 cp_search_static_and_baseclasses,
5793 cp_lookup_symbol_in_namespace, cp_lookup_symbol_via_imports,
5794 cp_lookup_symbol_imports_or_template,
5795 cp_lookup_symbol_via_all_imports, cp_lookup_symbol_namespace,
5796 lookup_namespace_scope, cp_lookup_nonlocal,
a5fdf78a
PMR
5797 find_symbol_in_baseclass): Return struct block_symbol instead of
5798 mere symbols and deal with struct block_symbol from lookup
d12307c1
PMR
5799 functions.
5800 * cp-support.c (inspect_type, replace_typedefs,
a5fdf78a 5801 cp_lookup_rtti_type): Deal with struct block_symbol from
d12307c1
PMR
5802 lookup functions.
5803 * cp-support.h (cp_lookup_symbol_nonlocal,
5804 cp_lookup_symbol_from_namespace,
5805 cp_lookup_symbol_imports_or_template, cp_lookup_nested_symbol):
a5fdf78a 5806 Return struct block_symbol instead of mere symbols.
d12307c1
PMR
5807 * d-exp.y (d_type_from_name, d_module_from_name, push_variable,
5808 push_module_name):
a5fdf78a 5809 Deal with struct block_symbol from lookup functions. Remove
d12307c1
PMR
5810 uses of block_found.
5811 * eval.c (evaluate_subexp_standard): Update call to
5812 cp_lookup_symbol_namespace.
a5fdf78a
PMR
5813 * f-exp.y: Deal with struct block_symbol from lookup functions.
5814 Remove uses of block_found.
d12307c1
PMR
5815 (yylex): Likewise.
5816 * gdbtypes.c (lookup_typename, lookup_struct, lookup_union,
5817 lookup_enum, lookup_template_type, check_typedef): Deal with
a5fdf78a 5818 struct block_symbol from lookup functions.
d12307c1
PMR
5819 * guile/scm-frame.c (gdbscm_frame_read_var): Likewise.
5820 * guile/scm-symbol.c (gdbscm_lookup_symbol): Likewise.
5821 (gdbscm_lookup_global_symbol): Likewise.
5822 * gnu-v3-abi.c (gnuv3_get_typeid_type): Likewise.
5823 * go-exp.y: Likewise. Remove uses of block_found.
5824 (package_name_p, classify_packaged_name, classify_name):
5825 Likewise.
5826 * infrun.c (insert_exception_resume_breakpoint): Likewise.
5827 * jv-exp.y (push_variable): Likewise.
5828 * jv-lang.c (java_lookup_class, get_java_object_type): Likewise.
5829 * language.c (language_bool_type): Likewise.
5830 * language.h (struct language_defn): Update
a5fdf78a
PMR
5831 la_lookup_symbol_nonlocal to return a struct block_symbol rather
5832 than a mere symbol.
5833 * linespec.c (find_label_symbols): Deal with struct block_symbol
5834 from lookup functions.
d12307c1
PMR
5835 * m2-exp.y: Likewise. Remove uses of block_found.
5836 (yylex): Likewise.
5837 * mi/mi-cmd-stack.c (list_args_or_locals): Likewise.
5838 * objc-lang.c (lookup_struct_typedef, find_imps): Likewise.
5839 * p-exp.y: Likewise. Remove uses of block_found.
5840 (yylex): Likewise.
5841 * p-valprint.c (pascal_val_print): Likewise.
5842 * parse.c (write_dollar_variable): Likewise. Remove uses of
5843 block_found.
5844 * parser-defs.h (struct symtoken): Turn the SYM field into a
a5fdf78a
PMR
5845 struct block_symbol.
5846 * printcmd.c (address_info): Deal with struct block_symbol from
5847 lookup functions.
d12307c1
PMR
5848 * python/py-frame.c (frapy_read_var): Likewise.
5849 * python/py-symbol.c (gdbpy_lookup_symbol,
5850 gdbpy_lookup_global_symbol): Likewise.
5851 * skip.c (skip_function_command): Likewise.
5852 * solib-darwin.c (darwin_lookup_lib_symbol): Return a struct
a5fdf78a 5853 block_symbol instead of a mere symbol.
d12307c1
PMR
5854 * solib-spu.c (spu_lookup_lib_symbol): Likewise.
5855 * solib-svr4.c (elf_lookup_lib_symbol): Likewise.
5856 * solib.c (solib_global_lookup): Likewise.
5857 * solist.h (solib_global_lookup): Likewise.
5858 (struct target_so_ops): Update lookup_lib_global_symbol to
a5fdf78a
PMR
5859 return a struct block_symbol rather than a mere symbol.
5860 * source.c (select_source_symtab): Deal with struct block_symbol
5861 from lookup functions.
d12307c1
PMR
5862 * stack.c (print_frame_args, iterate_over_block_arg_vars):
5863 Likewise.
5864 * symfile.c (set_initial_language): Likewise.
5865 * symtab.c (SYMBOL_LOOKUP_FAILED): Turn into a struct
a5fdf78a 5866 block_symbol.
d12307c1
PMR
5867 (SYMBOL_LOOKUP_FAILED_P): New predicate as a macro.
5868 (struct symbol_cache_slot): Turn the FOUND field into a struct
a5fdf78a 5869 block_symbol.
d12307c1 5870 (block_found): Remove.
a5fdf78a 5871 (eq_symbol_entry): Update to deal with struct block_symbol in
d12307c1 5872 cache slots.
a5fdf78a
PMR
5873 (symbol_cache_lookup): Return a struct block_symbol rather than
5874 a mere symbol.
d12307c1
PMR
5875 (symbol_cache_mark_found): Add a BLOCK parameter to fill
5876 appropriately the cache slots. Update callers.
5877 (symbol_cache_dump): Update cache slots handling to the type
5878 change.
5879 (lookup_symbol_in_language, lookup_symbol, lookup_language_this,
5880 lookup_symbol_aux, lookup_local_symbol,
5881 lookup_symbol_in_objfile, lookup_global_symbol_from_objfile,
5882 lookup_symbol_in_objfile_symtabs,
5883 lookup_symbol_in_objfile_from_linkage_name,
5884 lookup_symbol_via_quick_fns, basic_lookup_symbol_nonlocal,
5885 lookup_symbol_in_static_block, lookup_static_symbol,
5886 lookup_global_symbol):
a5fdf78a
PMR
5887 Return a struct block_symbol rather than a mere symbol. Deal
5888 with struct block_symbol from other lookup functions. Remove
d12307c1
PMR
5889 uses of block_found.
5890 (lookup_symbol_in_block): Remove uses of block_found.
5891 (struct global_sym_lookup_data): Turn the RESULT field into a
a5fdf78a 5892 struct block_symbol.
d12307c1
PMR
5893 (lookup_symbol_global_iterator_cb): Update references to the
5894 RESULT field.
a5fdf78a 5895 (search_symbols): Deal with struct block_symbol from lookup
d12307c1 5896 functions.
a5fdf78a 5897 * symtab.h (struct block_symbol): New structure.
d12307c1
PMR
5898 (block_found): Remove.
5899 (lookup_symbol_in_language, lookup_symbol,
5900 basic_lookup_symbol_nonlocal, lookup_symbol_in_static_block,
a5fdf78a
PMR
5901 lookup_static_symbol, lookup_global_symbol, lookup_language_this,
5902 lookup_global_symbol_from_objfile): Return a struct block_symbol
5903 rather than just a mere symbol. Update comments to remove
5904 mentions of block_found.
d12307c1
PMR
5905 * valops.c (find_function_in_inferior,
5906 value_struct_elt_for_reference, value_maybe_namespace_elt,
a5fdf78a 5907 value_of_this): Deal with struct block_symbol from lookup
d12307c1
PMR
5908 functions.
5909 * value.c (value_static_field, value_fn_field): Likewise.
5910
b1c59ddc
SM
59112015-07-31 Simon Marchi <simon.marchi@ericsson.com>
5912
5913 * remote-m32r-sdi.c (m32r_remove_watchpoint): Use enum type
5914 instead of integer.
5915
f486487f 59162015-07-31 Simon Marchi <simon.marchi@ericsson.com>
84da3f0c 5917 Pedro Alves <palves@redhat.com>
f486487f
SM
5918
5919 * aarch64-linux-nat.c (aarch64_linux_can_use_hw_breakpoint): Use enum
5920 type or value instead of integer.
5921 (aarch64_linux_insert_watchpoint): Likewise.
5922 (aarch64_linux_remove_watchpoint): Likewise.
5923 * ada-lang.c (ada_op_print_tab): Likewise.
5924 * amd64-linux-tdep.c (amd64_canonicalize_syscall): Likewise.
5925 (amd64_linux_syscall_record_common): Likewise.
5926 * arch-utils.c (target_byte_order_user): Likewise.
5927 (default_byte_order): Likewise.
5928 * arm-linux-nat.c (arm_linux_can_use_hw_breakpoint): Likewise.
5929 (arm_linux_get_hwbp_type): Likewise.
5930 (arm_linux_hw_watchpoint_initialize): Likewise.
5931 (arm_linux_insert_watchpoint): Likewise.
5932 * arm-linux-tdep.c (arm_canonicalize_syscall): Likewise.
5933 (arm_linux_syscall_record): Likewise.
5934 * breakpoint.c (update_watchpoint): Likewise.
5935 (breakpoint_here_p): Likewise.
5936 (bpstat_print): Likewise.
5937 (enable_breakpoint_disp): Likewise.
5938 * c-lang.c (c_op_print_tab): Likewise.
5939 * cli/cli-decode.c (add_info_alias): Likewise.
5940 * d-lang.c (d_op_print_tab): Likewise.
5941 * eval.c (evaluate_subexp_standard): Likewise.
5942 * f-exp.y (dot_ops): Likewise.
5943 (f77_keywords): Likewise.
5944 * f-lang.c (f_op_print_tab): Likewise.
5945 * go-lang.c (go_op_print_tab): Likewise.
5946 * guile/scm-breakpoint.c (gdbscm_make_breakpoint): Likewise.
5947 * guile/scm-cmd.c (gdbscm_make_command): Likewise.
5948 * guile/scm-param.c (gdbscm_make_parameter): Likewise.
5949 * guile/scm-pretty-print.c (gdbscm_apply_val_pretty_printer): Likewise.
5950 * guile/scm-string.c (struct scm_to_stringn_data): Likewise.
5951 (struct scm_from_stringn_data): Likewise.
5952 * i386-linux-tdep.c (i386_canonicalize_syscall): Likewise.
5953 * ia64-linux-nat.c (ia64_linux_insert_watchpoint): Likewise.
5954 (ia64_linux_remove_watchpoint): Likewise.
5955 (ia64_linux_can_use_hw_breakpoint): Likewise.
5956 * infrun.c (print_stop_event): Likewise.
5957 * jv-lang.c (java_op_print_tab): Likewise.
5958 * linux-nat.c (linux_proc_xfer_partial): Likewise.
5959 * linux-nat.h (struct lwp_info): Likewise.
5960 * linux-thread-db.c (enable_thread_event): Likewise.
5961 * m2-lang.c (m2_op_print_tab): Likewise.
5962 * mi/mi-cmd-stack.c (mi_cmd_stack_list_locals): Likewise.
5963 (mi_cmd_stack_list_variables): Likewise.
5964 * mi/mi-main.c (mi_cmd_trace_frame_collected): Likewise.
5965 * mi/mi-out.c (mi_table_begin): Likewise.
5966 (mi_table_header): Likewise.
5967 * mips-linux-nat.c (mips_linux_can_use_hw_breakpoint): Likewise.
5968 (mips_linux_insert_watchpoint): Likewise.
5969 (mips_linux_remove_watchpoint): Likewise.
5970 * nat/mips-linux-watch.c (mips_linux_watch_type_to_irw): Likewise.
5971 * nat/mips-linux-watch.h (struct mips_watchpoint): Likewise.
5972 (mips_linux_watch_type_to_irw): Likewise.
5973 * nto-procfs.c (procfs_can_use_hw_breakpoint): Likewise.
5974 (procfs_insert_hw_watchpoint): Likewise.
5975 (procfs_remove_hw_watchpoint): Likewise.
5976 (procfs_hw_watchpoint): Likewise.
5977 (procfs_can_use_hw_breakpoint): Likewise.
5978 (procfs_remove_hw_watchpoint): Likewise.
5979 (procfs_insert_hw_watchpoint): Likewise.
5980 * p-lang.c (pascal_op_print_tab): Likewise.
5981 * ppc-linux-nat.c (ppc_linux_can_use_hw_breakpoint): Likewise.
5982 * ppc-linux-tdep.c (ppu2spu_unwind_register): Likewise.
5983 * ppc-sysv-tdep.c (get_decimal_float_return_value): Likewise.
5984 * procfs.c (procfs_can_use_hw_breakpoint): Likewise.
5985 (procfs_insert_watchpoint): Likewise.
5986 (procfs_remove_watchpoint): Likewise.
5987 * psymtab.c (recursively_search_psymtabs): Likewise.
5988 * remote-m32r-sdi.c (m32r_can_use_hw_watchpoint): Likewise.
5989 (m32r_insert_watchpoint): Likewise.
5990 * remote-mips.c (mips_can_use_watchpoint): Likewise.
5991 (mips_insert_watchpoint): Likewise.
5992 (mips_remove_watchpoint): Likewise.
5993 * remote.c (watchpoint_to_Z_packet): Likewise.
5994 (remote_insert_watchpoint): Likewise.
5995 (remote_remove_watchpoint): Likewise.
5996 (remote_check_watch_resources): Likewise.
5997 * s390-linux-nat.c (s390_insert_watchpoint): Likewise.
5998 (s390_remove_watchpoint): Likewise.
5999 (s390_can_use_hw_breakpoint): Likewise.
6000 * s390-linux-tdep.c (s390_gdbarch_init): Likewise.
6001 * spu-linux-nat.c (spu_can_use_hw_breakpoint): Likewise.
6002 * target.h (struct target_ops): Likewise.
6003 * tilegx-tdep.c (tilegx_analyze_prologue): Likewise.
6004 * ui-out.c (struct ui_out_hdr): Likewise.
6005 (append_header_to_list): Likewise.
6006 (get_next_header): Likewise.
6007 (verify_field): Likewise.
6008 (ui_out_begin): Likewise.
6009 (ui_out_field_int): Likewise.
6010 (ui_out_field_fmt_int): Likewise.
6011 (ui_out_field_skip): Likewise.
6012 (ui_out_field_string): Likewise.
6013 (ui_out_field_fmt): Likewise.
6014 * varobj.c (new_variable): Likewise.
6015 * x86-nat.c (x86_insert_watchpoint): Likewise.
6016 (x86_remove_watchpoint): Likewise.
6017 (x86_can_use_hw_breakpoint): Likewise.
6018 * xtensa-tdep.h (struct gdbarch_tdep): Likewise.
6019 * inflow.c (enum gdb_has_a_terminal_flag_enum): Add name to
6020 previously anonymous enumeration type..
6021 * linux-record.h (enum gdb_syscall): Add gdb_sys_no_syscall
6022 value.
6023 * target-debug.h (target_debug_print_enum_target_hw_bp_type): New.
6024 (target_debug_print_enum_bptype): New.
6025 * target-delegates.c: Regenerate.
6026
e1b5381f
SL
60272015-07-30 Sandra Loosemore <sandra@codesourcery.com>
6028
6029 * nios2-tdep.c (nios2_analyze_prologue): Do what the comment
6030 already says and disallow non-stack memory writes in the prologue.
6031
9aaf8e3a
SL
60322015-07-30 Sandra Loosemore <sandra@codesourcery.com>
6033
6034 * nios2-tdep.c (nios2_analyze_prologue): Update comments to
6035 reflect how current GCC emits stack overflow checks. Match
6036 both trap and break instructions for backward compatbility.
6037 Disallow other trap and break instructions in the prologue.
6038
69dde7dc
PA
60392015-07-30 Pedro Alves <palves@redhat.com>
6040
6041 PR threads/18600
6042 * linux-nat.c (wait_lwp): Report to the core when thread group
6043 leader exits.
6044
4dd63d48
PA
60452015-07-30 Pedro Alves <palves@redhat.com>
6046 Simon Marchi <simon.marchi@ericsson.com>
6047
6048 PR threads/18600
6049 * linux-nat.c (linux_handle_extended_wait): On CLONE event, always
6050 mark the new thread as resumed. Remove STOPPING parameter.
6051 (wait_lwp): Adjust call to linux_handle_extended_wait.
6052 (linux_nat_filter_event): Adjust call to
6053 linux_handle_extended_wait.
6054 (resume_stopped_resumed_lwps): Add debug output.
6055
6b940e6a
PL
60562015-07-30 Pierre Langlois <pierre.langlois@arm.com>
6057
6058 * arch-utils.c (default_fast_tracepoint_valid_at): Remove unused
6059 isize argument.
6060 * arch-utils.h (default_fast_tracepoint_valid_at): Likewise.
6061 * breakpoint.c (check_fast_tracepoint_sals): Adjust call to
6062 gdbarch_fast_tracepoint_valid_at.
6063 * gdbarch.sh (fast_tracepoint_valid_at): Remove isize argument.
6064 * gdbarch.h: Regenerate.
6065 * gdbarch.c: Regenerate.
6066 * i386-tdep.c (i386_fast_tracepoint_valid_at): Remove isize
6067 argument. Do not set it.
6068 * remote.c (remote_download_tracepoint): Adjust call to
6069 gdbarch_fast_tracepoint_valid_at. Call gdb_insn_length to get
6070 the instruction length.
6071
ec741292
YQ
60722015-07-30 Yao Qi <yao.qi@linaro.org>
6073
6074 * arm-tdep.h (enum gdb_regnum): Move it to ...
6075 * arch/arm.h: ... here. New file.
6076 * Makefile.in (HFILES_NO_SRCDIR): Add arch/arm.h.
6077
0ea6402e
PL
60782015-07-30 Pierre Langlois <pierre.langlois@arm.com>
6079
6080 * aarch64-tdep.c (decode_b): Rename link argument to is_bl.
6081 Change its type to int *.
6082 (decode_br): Rename link argument to is_blr. Change its type to
6083 int *.
6084 (decode_cb): Rename op argument to is_cbnz. Change its type to
6085 int *.
6086 (decode_tb): Rename op argument to is_tbnz. Change its type to
6087 int *. Set is_tbnz to either 1 or 0.
6088 (aarch64_analyze_prologue): Change type of is_link to int. Add
6089 new variables is_cbnz and is_tbnz. Adjust call to
6090 aarch64_decode_cb and aarch64_decode_tb.
6091
aa58a496
SM
60922015-07-29 Simon Marchi <simon.marchi@ericsson.com>
6093
6094 * mips-linux-nat.c (write_watchpoint_regs): Add NULL as ptrace's 4th
6095 parameter.
6096 (mips_linux_new_thread): Likewise.
6097 * nat/mips-linux-watch.c (mips_linux_read_watch_registers): Likewise.
6098
18206ca3
PP
60992015-07-29 Patrick Palka <patrick@parcs.ath.cx>
6100
6101 * top.c: Include "tui/tui.h".
6102 (undo_terminal_modifications_before_exit): New static function.
6103 (quit_force): Use it.
6104
7afa63c6
PP
61052015-07-29 Patrick Palka <patrick@parcs.ath.cx>
6106
6107 * target.c (terminal_state): Initialize to terminal_is_ours.
6108
cc9f16aa
YQ
61092015-07-29 Yao Qi <yao.qi@linaro.org>
6110
6111 PR record/18691
6112 * dcache.c (dcache_read_memory_partial): Call
6113 raw_memory_xfer_partial.
6114 * target.c (raw_memory_xfer_partial): Make it non-static.
6115 * target.h (raw_memory_xfer_partial): Declare.
6116
3ae385af
SM
61172015-07-28 Simon Marchi <simon.marchi@ericsson.com>
6118
6119 * c-valprint.c (c_val_print_array): Consider addressable memory
6120 unit size.
6121 (c_val_print_ptr): Likewise.
6122 (c_val_print_int): Likewise.
6123 * findvar.c (read_frame_register_value): Likewise.
6124 * valarith.c (find_size_for_pointer_math): Likewise.
6125 (value_ptrdiff): Likewise.
6126 (value_subscripted_rvalue): Likewise.
6127 * valops.c (read_value_memory): Likewise (and rename variables).
6128 (value_assign): Likewise.
6129 (value_repeat): Likewise.
6130 (value_array): Likewise.
6131 (value_slice): Likewise.
6132 * valprint.c (generic_val_print_ptr): Likewise.
6133 (generic_val_print_enum): Likewise.
6134 (generic_val_print_bool): Likewise.
6135 (generic_val_print_int): Likewise.
6136 (generic_val_print_char): Likewise.
6137 (generic_val_print_float): Likewise.
6138 (generic_val_print_decfloat): Likewise.
6139 (generic_val_print_complex): Likewise.
6140 (val_print_scalar_formatted): Likewise.
6141 (val_print_array_elements): Likewise.
6142 * value.c (set_value_parent): Likewise.
6143 (value_contents_copy_raw): Likewise.
6144 (set_internalvar_component): Likewise.
6145 (value_primitive_field): Likewise.
6146 (value_fetch_lazy): Likewise.
6147 * value.h (read_value_memory): Update comment.
6148
e512cdbd
SM
61492015-07-28 Simon Marchi <simon.marchi@ericsson.com>
6150
6151 * value.c (get_value_arch): New function.
6152 * value.h (get_value_arch): New declaration.
6153
3723fda8
SM
61542015-07-28 Simon Marchi <simon.marchi@ericsson.com>
6155
6156 * value.c (struct value): Update comments.
6157
2e056931
SM
61582015-07-28 Simon Marchi <simon.marchi@ericsson.com>
6159
6160 * gdbtypes.c (type_length_units): New function.
6161 * gdbtypes.h (type_length_units): New declaration.
6162 (struct type) <length>: Update comment.
6163
0c87c0bf
SM
61642015-07-27 Simon Marchi <simon.marchi@ericsson.com>
6165
6166 * valprint.c (generic_val_print): Factor out complex
6167 printing code to ...
6168 (generic_val_print_complex): ... this new function.
6169
9550ae5e
SM
61702015-07-27 Simon Marchi <simon.marchi@ericsson.com>
6171
6172 * valprint.c (generic_val_print): Factor out decfloat
6173 printing code to ...
6174 (generic_val_print_decfloat): ... this new function.
6175
7784724b
SM
61762015-07-27 Simon Marchi <simon.marchi@ericsson.com>
6177
6178 * valprint.c (generic_val_print): Factor out float
6179 printing code to ...
6180 (generic_val_print_float): ... this new function.
6181
385f5aff
SM
61822015-07-27 Simon Marchi <simon.marchi@ericsson.com>
6183
6184 * valprint.c (generic_val_print): Factor out char
6185 printing code to ...
6186 (generic_val_print_char): ... this new function.
6187
b21b6342
SM
61882015-07-27 Simon Marchi <simon.marchi@ericsson.com>
6189
6190 * valprint.c (generic_val_print): Factor out integer
6191 printing code to ...
6192 (generic_val_print_int): ... this new function.
6193
e5bead4b
SM
61942015-07-27 Simon Marchi <simon.marchi@ericsson.com>
6195
6196 * valprint.c (generic_val_print): Factor out bool
6197 printing code to ...
6198 (generic_val_print_bool): ... this new function.
6199
4a8c372f
SM
62002015-07-27 Simon Marchi <simon.marchi@ericsson.com>
6201
6202 * valprint.c (generic_val_print): Factor out function/method
6203 printing code to ...
6204 (generic_val_print_func): ... this new function.
6205
d93880bd
SM
62062015-07-27 Simon Marchi <simon.marchi@ericsson.com>
6207
6208 * valprint.c (generic_val_print): Factor out flags
6209 printing code to ...
6210 (generic_val_print_flags): ... this new function.
6211
ef0bc0dd
SM
62122015-07-27 Simon Marchi <simon.marchi@ericsson.com>
6213
6214 * valprint.c (generic_val_print): Factor out enum
6215 printing code to ...
6216 (generic_val_print_enum): ... this new function.
6217
fe43fede
SM
62182015-07-27 Simon Marchi <simon.marchi@ericsson.com>
6219
6220 * valprint.c (generic_val_print): Factor out reference
6221 printing code to ...
6222 (generic_val_print_ref): ... this new function.
6223
45000ea2
SM
62242015-07-27 Simon Marchi <simon.marchi@ericsson.com>
6225
6226 * valprint.c (generic_val_print): Factor out memberptr
6227 printing code to ...
6228 (generic_val_print_memberptr): ... this new function.
6229
81eb921a
SM
62302015-07-27 Simon Marchi <simon.marchi@ericsson.com>
6231
6232 * valprint.c (generic_val_print): Factor out pointer
6233 printing code to ...
6234 (generic_val_print_ptr): ... this new function.
6235
557dbe8a
SM
62362015-07-27 Simon Marchi <simon.marchi@ericsson.com>
6237
6238 * valprint.c (generic_val_print): Factor out array
6239 printing code to ...
6240 (generic_val_print_array): ... this new function.
6241
9f436164
SM
62422015-07-27 Simon Marchi <simon.marchi@ericsson.com>
6243
6244 * valprint.c (generic_val_print): Factor out
6245 print_unpacked_pointer code to ...
6246 (print_unpacked_pointer): ... this new function.
6247
077836f7
PP
62482015-07-27 Patrick Palka <patrick@parcs.ath.cx>
6249
6250 * event-top.c (handle_sigterm): Don't inspect
6251 target_can_async_p. Always set the quit flag and always mark
6252 the async signal handler.
6253
3a60804f
YQ
62542015-07-27 Yao Qi <yao.qi@linaro.org>
6255
6256 * Makefile.in (REMOTE_EXAMPLES): Remove it.
6257
c9f35b34
KB
62582015-07-25 Kevin Buettner <kevinb@redhat.com>
6259
6260 * remote.c (read_ptid): Return null_ptid when no thread id
6261 is found.
6262 (remote_current_thread): Add log warning for malformed
6263 qC reply.
6264 (remote_start_remote): Add log warning when current thread
6265 not found.
6266
2b4cab86
PA
62672015-07-24 Pedro Alves <palves@redhat.com>
6268
6269 * s390-linux-nat.c (fetch_regs, store_regs, fetch_fpregs)
6270 (s390_stopped_by_watchpoint, s390_prepare_to_resume): Pass 0 as
6271 forth argument to ptrace PTRACE_PEEKUSR_AREA/PTRACE_POKEUSR_AREA.
6272
77598427
PA
62732015-07-24 Pedro Alves <palves@redhat.com>
6274
6275 PR gdb/18717
6276 * linux-nat.c (linux_nat_filter_event): Don't assert that the lwp
6277 is resumed, and extend the debug log.
6278
fe23c31f
PA
62792015-07-24 Pedro Alves <palves@redhat.com>
6280
6281 * fork-child.c (fork_inferior): Print argv[0] instead of exec_file.
6282
5826e159
PA
62832015-07-24 Pedro Alves <palves@redhat.com>
6284
6285 * aarch64-linux-nat.c: Include nat/gdb_ptrace.h instead of
6286 sys/ptrace.h.
6287 * alpha-linux-nat.c: Likewise.
6288 * amd64-linux-nat.c: Likewise.
6289 * arm-linux-nat.c: Likewise.
6290 * hppa-linux-nat.c: Likewise.
6291 * i386-linux-nat.c: Likewise.
6292 * ia64-linux-nat.c: Likewise.
6293 * linux-fork.c: Likewise.
6294 * linux-nat.c: Likewise.
6295 * m32r-linux-nat.c: Likewise.
6296 * m68klinux-nat.c: Likewise.
6297 * mips-linux-nat.c: Likewise.
6298 * nat/linux-btrace.c: Likewise.
6299 * nat/linux-ptrace.c: Likewise.
6300 * nat/linux-ptrace.h
6301 * nat/mips-linux-watch.c: Likewise.
6302 * nat/x86-linux-dregs.c: Likewise.
6303 * ppc-linux-nat.c: Likewise.
6304 * s390-linux-nat.c: Likewise.
6305 * spu-linux-nat.c: Likewise.
6306 * tilegx-linux-nat.c: Likewise.
6307 * x86-linux-nat.c: Likewise.
6308 * xtensa-linux-nat.c: Likewise.
6309
54019719
PA
63102015-07-24 Pedro Alves <palves@redhat.com>
6311
6312 * ptrace.m4 (ptrace tests): Test in C++ mode. Try with 'enum
6313 __ptrace_request as first parameter type instead of int.
6314 (PTRACE_TYPE_ARG1): Define.
6315 * nat/gdb_ptrace.h [!PTRACE_TYPE_ARG5] (ptrace): Define as wrapper
6316 that casts first argument to PTRACE_TYPE_ARG1.
6317 * config.in: Regenerate.
6318 * configure: Regenerate.
6319
e3790375
PA
63202015-07-24 Pedro Alves <palves@redhat.com>
6321
6322 * gdb_ptrace.h: Move ...
6323 * nat/gdb_ptrace.h: ... here.
6324 * inf-ptrace.c: Adjust.
6325
eb7aa561
PA
63262015-07-24 Pedro Alves <palves@redhat.com>
6327
6328 * acinclude.m4: Include ptrace.m4.
6329 * configure.ac: Call GDB_AC_PTRACE and move ptrace checks ...
6330 * ptrace.m4: ... to this new file.
6331
cc12ce38
DE
63322015-07-23 Doug Evans <dje@google.com>
6333
6334 * dwarf2read.c (dwarf2_per_cu_data): Add comment.
6335 (load_cu): Handle dummy CUs.
6336 (dw2_do_instantiate_symtab, process_queuef): Ditto.
6337 (dwarf2_fetch_die_loc_sect_off, dwarf2_fetch_constant_bytes): Ditto.
6338
7b849db4
CS
63392015-07-23 Ciro Santilli <ciro.santilli@gmail.com> (tiny patch)
6340
6341 * py-linetable.c (ltpy_get_all_source_lines): Adjust function
6342 documentation to say that it returns a list rather than
6343 a FrozenSet.
6344 (linetable_object_methods): Update the docstring of the
6345 "source_line" entry.
6346
d0d84780
PMR
63472015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
6348
6349 * gdbtypes.c (resolve_dynamic_array): Pass the peeled element
6350 type to the recursive call instead of the original (maybe
6351 TYPE_CODE_TYPEDEF) type.
6352
c2fbdc59
YQ
63532015-07-23 Yao Qi <yao.qi@linaro.org>
6354
6355 * aarch64-linux-nat.c (aarch64_linux_can_use_hw_breakpoint): If
6356 TYPE is watchpoint, return zero if aarch64_num_wp_regs is zero.
6357 If TYPE is breakpoint, return zero if arch64_num_bp_regs is zero.
6358
af1b22f3
YQ
63592015-07-21 Yao Qi <yao.qi@linaro.org>
6360
6361 * aarch64-linux-nat.c (aarch64_linux_get_debug_reg_capacity):
6362 Move it to nat/aarch64-linux-hw-point.c.
6363 (aarch64_linux_child_post_startup_inferior): Update.
6364 * nat/aarch64-linux-hw-point.c (aarch64_linux_get_debug_reg_capacity):
6365 New function.
6366 * nat/aarch64-linux-hw-point.h (aarch64_linux_get_debug_reg_capacity):
6367 Declare it.
6368
40e050d2
MM
63692015-07-21 Markus Metzger <markus.t.metzger@intel.com>
6370
6371 * common/btrace-common.c (btrace_data_append): Change case label.
6372
3675a06a
YQ
63732015-07-20 Yao Qi <yao.qi@linaro.org>
6374
6375 * nat/aarch64-linux-hw-point.c (aarch64_handle_unaligned_watchpoint):
6376 Re-indent the code.
6377 * nat/aarch64-linux-hw-point.h: Use ULONGEST rather than
6378 "unsigned long long".
6379
b4e1fd61
KB
63802015-07-18 Kevin Buettner <kevinb@redhat.com>
6381
6382 * dwarf2read.c (dwarf2_locate_sections): Allow has_section_at_zero
6383 to be set for SEC_ALLOC sections too.
6384
554717a3
YQ
63852015-07-17 Yao Qi <yao.qi@linaro.org>
6386
6387 * Makefile.in (HFILES_NO_SRCDIR): Add
6388 nat/aarch64-linux-hw-point.h.
6389 (aarch64-linux-hw-point.o): New rule.
6390 * nat/aarch64-linux-hw-point.h: New file.
6391 * nat/aarch64-linux-hw-point.c: New file.
6392 * aarch64-linux-nat.c: Include nat/aarch64-linux-hw-point.h.
6393 (AARCH64_HBP_MAX_NUM): Move to nat/aarch64-linux-hw-point.h.
6394 (AARCH64_HWP_MAX_NUM, AARCH64_HBP_ALIGNMENT): Likewise.
6395 (AARCH64_HWP_ALIGNMENT): Likewise.
6396 (AARCH64_HWP_MAX_LEN_PER_REG): Likewise.
6397 (AARCH64_DEBUG_NUM_SLOTS, AARCH64_DEBUG_ARCH): Likewise.
6398 (AARCH64_DEBUG_ARCH_V8, DR_MARK_ALL_CHANGED): Likewise.
6399 (DR_MARK_N_CHANGED, DR_CLEAR_CHANGED): Likewise.
6400 (DR_HAS_CHANGED, DR_N_HAS_CHANGE): Likewise.
6401 (aarch64_num_bp_regs, aarch64_num_wp_regs): Likewise.
6402 (struct aarch64_debug_reg_state): Likewise.
6403 (struct arch_lwp_info): Likewise.
6404 (aarch64_linux_set_debug_regs): Likewise.
6405 (aarch64_notify_debug_reg_change): Remove static.
6406 (aarch64_align_watchpoint): Likewise.
6407 (DR_CONTROL_ENABLED, DR_CONTROL_LENGTH): Likewise.
6408 (aarch64_watchpoint_length): Likewise.
6409 (aarch64_point_encode_ctrl_reg): Likewise
6410 (aarch64_point_is_aligned): Likewise.
6411 (aarch64_dr_state_insert_one_point): Likewise.
6412 (aarch64_dr_state_remove_one_point): Likewise.
6413 (aarch64_handle_breakpoint): Likewise.
6414 (aarch64_handle_aligned_watchpoint): Likewise.
6415 (aarch64_handle_unaligned_watchpoint): Likewise.
6416 (aarch64_handle_watchpoint): Likewise.
6417 * config/aarch64/linux.mh (NAT_FILE): Add
6418 aarch64-linux-hw-point.o.
6419
c67ca4de
YQ
64202015-07-17 Yao Qi <yao.qi@linaro.org>
6421
6422 * aarch64-linux-nat.c (aarch64_handle_breakpoint): Add argument
6423 state and don't call aarch64_get_debug_reg_state. All callers
6424 update.
6425 (aarch64_linux_insert_hw_breakpoint): Call
6426 aarch64_get_debug_reg_state earlier.
6427 (aarch64_linux_remove_hw_breakpoint): Likewise.
6428 (aarch64_handle_aligned_watchpoint): Add argument state and
6429 don't call aarch64_get_debug_reg_state. All callers update.
6430 (aarch64_handle_unaligned_watchpoint): Likewise.
6431 (aarch64_handle_watchpoint): Add argument state.
6432 (aarch64_linux_insert_watchpoint): Call aarch64_get_debug_reg_state
6433 earlier.
6434 (aarch64_linux_remove_watchpoint): Likewise.
6435
25abf979
YQ
64362015-07-17 Yao Qi <yao.qi@linaro.org>
6437
6438 * aarch64-linux-nat.c (aarch64_show_debug_reg_state): Use
6439 debug_printf.
6440 (aarch64_handle_unaligned_watchpoint): Likewise.
6441
2ecd81c2
YQ
64422015-07-17 Yao Qi <yao.qi@linaro.org>
6443
6444 * aarch64-linux-nat.c (aarch64_dr_state_insert_one_point): Change
6445 argument type's type to 'enum target_hw_bp_type'.
6446 (aarch64_dr_state_remove_one_point): Likewise.
6447 (aarch64_handle_breakpoint): Likewise.
6448 (aarch64_linux_insert_hw_breakpoint): Likewise.
6449 (aarch64_linux_remove_hw_breakpoint): Likewise.
6450 (aarch64_handle_aligned_watchpoint): Likewise.
6451
e53b6938
YQ
64522015-07-17 Yao Qi <yao.qi@linaro.org>
6453
6454 * aarch64-linux-nat.c (aarch64_linux_get_debug_reg_capacity): Call
6455 ptid_get_pid instead of get_thread_id.
6456
6a49a997
YQ
64572015-07-17 Yao Qi <yao.qi@linaro.org>
6458
6459 * remote.c (get_current_thread): Initialise ptid to null_ptid.
6460 (add_current_inferior_and_thread): Don't initialise ptid.
6461
4bcddace
PL
64622015-07-16 Pierre Langlois <pierre.langlois@arm.com>
6463
6464 * aarch64-tdep.c (aarch64_pseudo_read_value): Mark S register as
6465 unavailable if invalid.
6466
db1ff28b
JK
64672015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6468
6469 Revert the previous 6 commits:
6470 Create empty nat/linux-maps.[ch] and common/target-utils.[ch].
6471 Move gdb_regex* to common/
6472 Prepare linux_find_memory_regions_full & co. for move
6473 Move linux_find_memory_regions_full & co.
6474 gdbserver build-id attribute generator
6475 Validate symbol file using build-id
6476
ca5268b6
JK
64772015-07-15 Aleksandar Ristovski <aristovski@qnx.com
6478 Jan Kratochvil <jan.kratochvil@redhat.com>
6479
6480 Validate symbol file using build-id.
6481 * NEWS (Changes since GDB 7.10): Add 'set validate-build-id'
6482 and 'show validate-build-id'. Add build-id attribute.
6483 * solib-darwin.c (_initialize_darwin_solib): Assign validate value.
6484 * solib-dsbt.c (_initialize_dsbt_solib): Ditto.
6485 * solib-frv.c (_initialize_frv_solib): Ditto.
6486 * solib-spu.c (set_spu_solib_ops): Ditto.
6487 * solib-svr4.c: Include rsp-low.h.
6488 (NOTE_GNU_BUILD_ID_NAME): New define.
6489 (svr4_validate): New function.
6490 (svr4_copy_library_list): Duplicate field build_id.
6491 (library_list_start_library): Parse 'build-id' attribute.
6492 (svr4_library_attributes): Add 'build-id' attribute.
6493 (_initialize_svr4_solib): Assign validate value.
6494 * solib-target.c (solib.h): Include.
6495 (_initialize_solib_target): Assign validate value.
6496 * solib.c (validate_build_id, show_validate_build_id): New.
6497 (solib_map_sections): Use ops->validate.
6498 (clear_so): Free build_id.
6499 (default_solib_validate): New function.
6500 (_initialize_solib): Add "validate-build-id".
6501 * solib.h (default_solib_validate): New declaration.
6502 * solist.h (struct so_list): New fields 'build_idsz' and 'build_id'.
6503 (target_so_ops): New field 'validate'.
6504
700ca40f
JK
65052015-07-15 Aleksandar Ristovski <aristovski@qnx.com
6506 Jan Kratochvil <jan.kratochvil@redhat.com>
6507
6508 gdbserver build-id attribute generator.
6509 * features/library-list-svr4.dtd (library-list-svr4): New
6510 'build-id' attribute.
6511
9904185c
JK
65122015-07-15 Aleksandar Ristovski <aristovski@qnx.com
6513 Jan Kratochvil <jan.kratochvil@redhat.com>
6514
6515 Move linux_find_memory_regions_full & co.
6516 * linux-tdep.c (nat/linux-maps.h): Include.
6517 (gdb_regex.h): Remove the include.
6518 (enum filterflags, struct smaps_vmflags, read_mapping, decode_vmflags)
6519 (mapping_is_anonymous_p, dump_mapping_p): Moved to nat/linux-maps.c.
6520 (linux_find_memory_region_ftype): Moved typedef to nat/linux-maps.h.
6521 (linux_find_memory_regions_full): Moved definition to nat/linux-maps.c.
6522 * nat/linux-maps.c: Include ctype.h, target/target-utils.h, gdb_regex.h
6523 and target/target.h.
6524 (struct smaps_vmflags, read_mapping, decode_vmflags)
6525 (mapping_is_anonymous_p, dump_mapping_p): Move from linux-tdep.c.
6526 (linux_find_memory_regions_full): Move from linux-tdep.c.
6527 * nat/linux-maps.h (read_mapping): New declaration.
6528 (linux_find_memory_region_ftype, enum filterflags): Moved from
6529 linux-tdep.c.
6530 (linux_find_memory_regions_full): New declaration.
6531 * target.c (target/target-utils.h): Include.
6532 (read_alloc_pread_ftype): Moved typedef to target/target-utils.h.
6533 (read_alloc, read_stralloc_func_ftype, read_stralloc): Moved
6534 definitions to target/target-utils.c.
6535 * target.h (target_fileio_read_stralloc): Move it to target/target.h.
6536 * target/target-utils.c (read_alloc, read_stralloc): Move definitions
6537 from target.c.
6538 * target/target-utils.h (read_alloc_pread_ftype): New typedef.
6539 (read_alloc): New declaration.
6540 (read_stralloc_func_ftype): New typedef.
6541 (read_stralloc): New declaration.
6542 * target/target.h (target_fileio_read_stralloc): Move it from target.h.
6543
f7af1fcd
JK
65442015-07-15 Aleksandar Ristovski <aristovski@qnx.com
6545 Jan Kratochvil <jan.kratochvil@redhat.com>
6546
6547 Prepare linux_find_memory_regions_full & co. for move.
6548 * linux-tdep.c (linux_find_memory_region_ftype): Comment.
6549 (linux_find_memory_regions_full): Change signature and prepare
6550 for moving to linux-maps.
6551 (linux_find_memory_regions_data): Rename field 'obfd' to 'data'.
6552 (linux_find_memory_regions_thunk): New.
6553 (linux_find_memory_regions_thunk): Use 'data' field instead of 'obfd'.
6554 (linux_find_memory_regions_gdb): New.
6555 (linux_find_memory_regions): Rename argument 'obfd' to 'func_data'.
6556 (linux_make_mappings_corefile_notes): Use
6557 linux_find_memory_regions_gdb.
6558 * target.c (read_alloc_pread_ftype): New typedef.
6559 (target_fileio_read_alloc_1_pread): New function.
6560 (read_alloc): Refactor from target_fileio_read_alloc_1.
6561 (read_stralloc_func_ftype): New typedef.
6562 (target_fileio_read_alloc_1): New implementation. Use read_alloc.
6563 (read_stralloc): Refactored from target_fileio_read_stralloc.
6564 (target_fileio_read_stralloc): New implementation, use read_stralloc.
6565
6e5b4429
JK
65662015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6567
6568 * Makefile.in (HFILES_NO_SRCDIR): Change gdb_regex.h to
6569 common/gdb_regex.h.
6570 (COMMON_OBS): Add gdb_regex.o.
6571 (gdb_regex.o): New.
6572 * common/common.m4 (GDB_AC_COMMON): Add gdb_use_included_regex,
6573 --without-included-regex and USE_INCLUDED_REGEX.
6574 * common/gdb_regex.c: New file from utils.c functions.
6575 * common/gdb_regex.h: Move it here from gdb_regex.h, update include
6576 file wrapping define name.
6577 * configure: Rebuilt.
6578 * configure.ac (gdb_use_included_regex, --without-included-regex)
6579 (USE_INCLUDED_REGEX): Move them to common/common.m4.
6580 * gdb_regex.h: Move it to common/gdb_regex.h.
6581 * utils.c: Remove include gdb_regex.h.
6582 (do_regfree_cleanup, make_regfree_cleanup, get_regcomp_error)
6583 (compile_rx_or_error): Move them to common/gdb_regex.c.
6584
ddc98fbf
JK
65852015-07-15 Aleksandar Ristovski <aristovski@qnx.com
6586 Jan Kratochvil <jan.kratochvil@redhat.com>
6587
6588 Create empty nat/linux-maps.[ch] and common/target-utils.[ch].
6589 * Makefile.in (HFILES_NO_SRCDIR); Add nat/linux-maps.h,
6590 common/target-utils.h.
6591 (COMMON_OBS): Add target-utils.o.
6592 (linux-maps.o, target-utils.o): New.
6593 * target/target-utils.c: New file.
6594 * target/target-utils.h: New file.
6595 * config/i386/linux.mh (NATDEPFILES): Add linux-maps.o.
6596 * config/i386/linux64.mh (NATDEPFILES): Ditto.
6597 * nat/linux-maps.c: New file.
6598 * nat/linux-maps.h: New file.
6599
e7b01ce0
MM
66002015-07-15 Markus Metzger <markus.t.metzger@intel.com>
6601 Pedro Alves <palves@redhat.com>
6602
6603 * nat/linux-btrace.c (perf_event_read): Change the type of DATA_HEAD.
6604 (perf_event_read_all): Change the type of SIZE and DATA_HEAD.
6605 (perf_event_read_bts): Change the type of SIZE and READ.
6606 (linux_enable_bts): Change the type of SIZE, PAGES, DATA_SIZE,
6607 and DATA_OFFSET. Move DATA_SIZE declaration. Restrict the buffer size
6608 to UINT_MAX. Check for overflows when using DATA_HEAD from the perf
6609 mmap page.
6610 (linux_enable_pt): Change the type of PAGES and SIZE. Restrict the
6611 buffer size to UINT_MAX.
6612 (linux_read_bts): Change the type of BUFFER_SIZE, SIZE, DATA_HEAD, and
6613 DATA_TAIL.
6614 * nat/linux-btrace.h (struct perf_event_buffer)<size, data_head>
6615 <last_head>: Change type.
6616 * common/btrace-common.h (struct btrace_dat_pt) <size>: Change type.
6617 * common/btrace-common.c (btrace_data_append): Change the type of
6618 SIZE.
6619 * btrace.c (parse_xml_raw): Change the type of SIZE. Change oddness
6620 check.
6621
f168693b
SM
66222015-07-14 Simon Marchi <simon.marchi@ericsson.com>
6623
6624 * gdbtypes.h (CHECK_TYPEDEF): Remove.
6625 * aarch64-tdep.c (aarch64_return_in_memory): Replace CHECK_TYPEDEF
6626 with check_typedef.
6627 * ada-lang.c (decode_constrained_packed_array_type): Likewise.
6628 (ada_array_length): Likewise.
6629 (find_parallel_type_by_descriptive_type): Likewise.
6630 (ada_check_typedef): Likewise.
6631 * arm-tdep.c (arm_return_in_memory): Likewise.
6632 * ax-gdb.c (gen_trace_static_fields): Likewise.
6633 (gen_struct_ref_recursive): Likewise.
6634 * c-exp.y (exp : SIZEOF '(' type ')' %prec UNARY): Likewise.
6635 (variable: block COLONCOLON name): Likewise.
6636 (qualified_name: TYPENAME COLONCOLON name): Likewise.
6637 * c-lang.c (classify_type): Likewise.
6638 * c-typeprint.c (c_print_type): Likewise.
6639 (c_print_typedef): Likewise.
6640 (c_type_print_base): Likewise.
6641 * c-valprint.c (c_val_print): Likewise.
6642 * compile/compile-c-types.c (convert_type): Likewise.
6643 * compile/compile-object-load.c (get_out_value_type): Likewise.
6644 * completer.c (add_struct_fields): Likewise.
6645 (expression_completer): Likewise.
6646 * cp-namespace.c (cp_find_type_baseclass_by_name): Likewise.
6647 (cp_lookup_nested_symbol_1): Likewise.
6648 (cp_lookup_nested_symbol): Likewise.
6649 * cp-valprint.c (cp_print_value_fields): Likewise.
6650 (cp_print_static_field): Likewise.
6651 * d-valprint.c (d_val_print): Likewise.
6652 * eval.c (evaluate_subexp_standard): Likewise.
6653 (evaluate_subexp_for_sizeof): Likewise.
6654 * f-exp.y (exp : SIZEOF '(' type ')' %prec UNARY): Likewise.
6655 * f-typeprint.c (f_type_print_base): Likewise.
6656 * f-valprint.c (f_val_print): Likewise.
6657 * gdbtypes.c (get_discrete_bounds): Likewise.
6658 (create_array_type_with_stride): Likewise.
6659 (type_name_no_tag_or_error): Likewise.
6660 (lookup_struct_elt_type): Likewise.
6661 (get_unsigned_type_max): Likewise.
6662 (internal_type_vptr_fieldno): Likewise.
6663 (set_type_vptr_fieldno): Likewise.
6664 (internal_type_vptr_basetype): Likewise.
6665 (set_type_vptr_basetype): Likewise.
6666 (get_vptr_fieldno): Likewise.
6667 (is_integral_type): Likewise.
6668 (is_scalar_type): Likewise.
6669 (is_scalar_type_recursive): Likewise.
6670 (distance_to_ancestor): Likewise.
6671 (is_unique_ancestor_worker): Likewise.
6672 (check_types_equal): Likewise.
6673 * gnu-v2-abi.c (gnuv2_value_rtti_type): Likewise.
6674
45280282
IB
66752015-07-14 Iain Buclaw <ibuclaw@gdcproject.org>
6676
6677 * dwarf2read.c (find_slot_in_mapped_hash): Extend language support to
6678 also test for language_d.
6679 (dwarf2_compute_name): Likewise.
6680 (read_func_scope): Likewise.
6681 (read_structure_type): Likewise.
6682 (new_symbol_full): Likewise.
6683 (determine_prefix): Likewise.
6684 (read_import_statement): Use dot as the separator for language_d.
6685 (typename_concat): Likewise, but don't prefix the D main function.
6686
99fe86f7
PB
66872015-07-14 Peter Bergner <bergner@vnet.ibm.com>
6688
6689 * nat/linux-namespaces.c (setns): Rename from this ...
6690 (do_setns): ... to this. Support calling setns if it exists.
6691 (mnsh_handle_setns): Call do_setns.
6692
d5131498
YQ
66932015-07-13 Yao Qi <yao.qi@linaro.org>
6694
6695 * exec.c (exec_file_attach): Add period at the end of error
6696 message.
6697
97605e61
AB
66982015-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
6699
6700 * tui/tui-win.c (window_name_completer): New function.
6701 (focus_completer): Call window_name_completer. All old content
6702 moved into window_name_completer.
6703 (winheight_completer): New function.
6704 (_initialize_tui_win): Rename variable. Add completer to
6705 winheight command. Update doc string on winheight.
6706
8d6dbeb4
SL
67072015-07-12 Sandra Loosemore <sandra@codesourcery.com>
6708
6709 * nios2-linux-tdep.c (_initialize_nios2_linux_tdep): Register
6710 all nios2 mach variants.
6711
a0e28e54
KB
67122015-07-10 Kevin Buettner <kevinb@redhat.com>
6713
6714 * rx-tdep.c (rx_get_opcode_byte): Use target_read_code instead
6715 of target_read_memory.
6716
c101f28f
AB
67172015-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
6718
6719 * tui/tui-win.c (tui_set_win_height): Use a cleanup to free the
6720 string copy.
6721 (parse_scrolling_args): Likewise.
6722
150375dc
AB
67232015-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
6724
6725 * tui/tui-win.c (focus_completer): Don't duplicate the tui window
6726 names in this function.
6727
6dce28e4
AB
67282015-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
6729
6730 * tui/tui-data.h (SRC_NAME): Convert to lower case.
6731 (CMD_NAME): Likewise.
6732 (DATA_NAME): Likewise.
6733 (DISASSEM_NAME): Likewise.
6734 * tui/tui-win.c (tui_set_focus): Window names are now lower case.
6735 (tui_set_win_height): Likewise.
6736 (parse_scrolling_args): Likewise.
6737
485668e5
MM
67382015-07-10 Markus Metzger <markus.t.metzger@intel.com>
6739
6740 * record-btrace.c (record_btrace_goto_begin)
6741 (record_btrace_goto_end, record_btrace_goto): Move call to
6742 print_stack_frame ...
6743 (record_btrace_set_replay): ... here. Set stop_pc.
6744 * record-full.c (record_full_goto_entry): Set stop_pc.
6745
58d2eda5
PL
67462015-07-09 Pierre Langlois <pierre.langlois@arm.com>
6747
6748 * NEWS: Mention support for tracepoints on aarch64-linux.
6749
7671bf47
PL
67502015-07-09 Pierre Langlois <pierre.langlois@arm.com>
6751
6752 * linux-aarch64-low.c (aarch64_supports_tracepoints): New
6753 function. Return 1.
6754 (the_low_target): Install it.
6755
7890fb45
PL
67562015-07-09 Pierre Langlois <pierre.langlois@arm.com>
6757
6758 * gdb.trace/backtrace.exp: Set registers for aarch64 target.
6759 * gdb.trace/collection.exp: Likewise.
6760 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
6761 * gdb.trace/mi-trace-unavailable.exp: Likewise.
6762 * gdb.trace/report.exp: Likewise.
6763 * gdb.trace/trace-break.exp: Likewise.
6764 * gdb.trace/unavailable.exp: Likewise.
6765 * gdb.trace/while-dyn.exp: Likewise.
6766
ea873d8e
PL
67672015-07-09 Pierre Langlois <pierre.langlois@arm.com>
6768
6769 * aarch64-tdep.c: Add ax.h and ax-gdb.h includes.
6770 (aarch64_gen_return_address): New function.
6771 (aarch64_gdbarch_init): Hook it.
6772
02a2a705
PL
67732015-07-09 Pierre Langlois <pierre.langlois@arm.com>
6774
6775 * aarch64-tdep.c (aarch64_make_stub_cache): Set available_p and
6776 swallow NOT_AVAILABLE_ERROR.
6777 (aarch64_stub_this_id): Call frame_id_build_unavailable_stack if
6778 available_p is not set.
6779 (aarch64_stub_frame_unwind_stop_reason): New function.
6780 (aarch64_stub_unwind): Install it.
6781
7dfa3edc
PL
67822015-07-09 Pierre Langlois <pierre.langlois@arm.com>
6783
6784 * aarch64-tdep.c (aarch64_prologue_cache) <available_p>: New
6785 field.
6786 (aarch64_make_prologue_cache_1): New function, factored out from
6787 aarch64_make_prologue_cache. Do not allocate cache. Set
6788 available_p.
6789 (aarch64_make_prologue_cache): Reimplement wrapping
6790 aarch64_make_prologue_cache_1, and swallowing
6791 NOT_AVAILABLE_ERROR.
6792 (aarch64_prologue_frame_unwind_stop_reason): New function.
6793 Return UNWIND_UNAVAILABLE if available_p is not set.
6794 (aarch64_prologue_unwind): Install it.
6795 (aarch64_prologue_this_id): Move prev_pc and prev_sp limit
6796 checks into aarch64_prologue_frame_unwind_stop_reason. Call
6797 frame_id_build_unavailable_stack if available_p is not set.
6798
db634143
PL
67992015-07-09 Pierre Langlois <pierre.langlois@arm.com>
6800
6801 * aarch64-tdep.c (aarch64_prologue_cache) <func, prev_pc>: New
6802 fields.
6803 (aarch64_scan_prologue): Set prev_pc.
6804 (aarch64_make_prologue_cache): Set func.
6805 (aarch64_make_stub_cache): Set prev_pc.
6806 (aarch64_prologue_this_id): Remove local variables id, pc and
6807 func. Read prev_pc and func from cache.
6808 (aarch64_stub_this_id): Read prev_pc from cache.
6809
8b61f75d
PL
68102015-07-09 Pierre Langlois <pierre.langlois@arm.com>
6811
6812 * aarch64-tdep.c (aarch64_make_stub_cache): Update comment. New
6813 argument this_cache. Remove unused local variables reg and
6814 unwound_fp. Return early if this_cache is already set. Set
6815 this_cache.
6816 (aarch64_stub_this_id): Update call to aarch64_make_stub_cache.
6817
7c8edfae
PL
68182015-07-09 Pierre Langlois <pierre.langlois@arm.com>
6819
6820 * aarch64-tdep.c (aarch64_make_prologue_cache): Update comment.
6821 New argument this_cache. Return early if this_cache is already
6822 set. Set this_cache.
6823 (aarch64_prologue_this_id): Update call to
6824 aarch64_make_prologue_cache.
6825 (aarch64_prologue_prev_register): Likewise.
6826 (aarch64_normal_frame_base): Likewise.
6827
938c69a1
SM
68282015-07-09 Simon Marchi <simon.marchi@ericsson.com>
6829
6830 * c-valprint.c (c_val_print): Factor out memberptr printing code
6831 from c_val_print to ...
6832 (c_val_print_memberptr): ... this new function.
6833
49f7fe28
SM
68342015-07-09 Simon Marchi <simon.marchi@ericsson.com>
6835
6836 * c-valprint.c (c_val_print): Factor out int printing code to ...
6837 (c_val_print_int): ... this new function.
6838
9e4f353c
SM
68392015-07-09 Simon Marchi <simon.marchi@ericsson.com>
6840
6841 * c-valprint.c (c_val_print): Factor out struct and union
6842 printing code to ...
6843 (c_val_print_struct): ... this new function ...
6844 (c_val_print_union): ... and this new function.
6845
1c67f032
SM
68462015-07-09 Simon Marchi <simon.marchi@ericsson.com>
6847
6848 * c-valprint.c (c_val_print): Factor out pointer printing code
6849 to ...
6850 (c_val_print_ptr): ... this new function.
6851
0b6ef777
SM
68522015-07-09 Simon Marchi <simon.marchi@ericsson.com>
6853
6854 * c-valprint.c (c_valprint): Factor our array printing code from
6855 c_val_print to ...
6856 (c_val_print_array): ... this new function.
6857
1033c33c
SM
68582015-07-09 Simon Marchi <simon.marchi@ericsson.com>
6859
6860 * c-valprint.c (c_val_print): Factor out pointer printing code
6861 to ...
6862 (print_unpacked_pointer): ... this new function.
6863
f6b93c34
SM
68642015-07-09 Simon Marchi <simon.marchi@ericsson.com>
6865
6866 * c-valprint.c (c_val_print): Remove an assignment to i and move
6867 its declaration.
6868
0f4576e3
YQ
68692015-07-09 Yao Qi <yao.qi@linaro.org>
6870
6871 * aarch64-linux-nat.c (aarch64_linux_get_debug_reg_capacity): Add
6872 argument ptid. Update comments. Caller update.
6873
37fdfe4c
MM
68742015-07-09 Markus Metzger <markus.t.metzger@intel.com>
6875
6876 * btrace.c (pt_print_packet): Print stop, vmcs, tma, mtc, cyc, and
6877 mnt packets.
6878
80a2b330
MM
68792015-07-09 Markus Metzger <markus.t.metzger@intel.com>
6880
6881 * btrace.c (btrace_pt_readmem_callback): Change type of PC argument.
6882
4ab31498
SM
68832015-07-08 Simon Marchi <simon.marchi@ericsson.com>
6884
6885 * progspace.c (delete_program_space): Add missing spaces.
6886
7a41607e
SM
68872015-07-08 Simon Marchi <simon.marchi@ericsson.com>
6888
6889 * inferior.c (delete_inferior_1): Rename to ...
6890 (delete_inferior): ..., remove 'silent' parameter, delete
6891 program space when unused and remove call to prune_program_spaces.
6892 Remove the old, unused, delete_inferior.
6893 (delete_inferior_silent): Remove.
6894 (prune_inferiors): Change call from delete_inferior_1 to
6895 delete_inferior and remove 'silent' parameter. Remove call to
6896 prune_program_spaces.
6897 (remove_inferior_command): Idem.
6898 * inferior.h (delete_inferior_1): Rename to...
6899 (delete_inferior): ..., remove 'silent' parameter and remove the
6900 original delete_inferior.
6901 (delete_inferior_silent): Remove.
6902 * mi/mi-main.c (mi_cmd_remove_inferior): Change call from
6903 delete_inferior_1 to delete_inferior and remove 'silent'
6904 parameter.
6905 * progspace.c (prune_program_spaces): Remove.
6906 (pspace_empty_p): Rename to...
6907 (program_space_empty_p): ... and make non-static.
6908 (delete_program_space): New.
6909 * progspace.h (prune_program_spaces): Remove declaration.
6910 (program_space_empty_p): New declaration.
6911 (delete_program_space): New declaration.
6912 * monitor.c (monitor_close): Replace call to
6913 delete_thread_silent and delete_inferior_silent with
6914 discard_all_inferiors.
6915
a9bd710f
PP
69162015-07-08 Patrick Palka <patrick@parcs.ath.cx>
6917
6918 * defs.h (deprecated_register_changed_hook): Remove prototype.
6919 * interps.c (clear_iterpreter_hooks): Remove reference to
6920 deprecated_register_changed_hook.
6921 * top.c (deprecated_register_changed_hook): Remove prototype.
6922 * valops.c (value_assign): Remove reference to
6923 deprecated_register_changed_hook.
6924 * tui/tui-hooks.c (tui_register_changed): Add parameter "frame".
6925 Add comment documenting the function.
6926 (tui_register_changed_observer): Define.
6927 (tui_install_hooks): Remove reference to
6928 deprecated_register_changed_hook. Set
6929 tui_register_changed_observer.
6930 (tui_remove_hooks): Remove reference to
6931 deprecated_register_changed_hook. Unset
6932 tui_register_changed_observer.
6933
08464196
JK
69342015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6935
6936 PR compile/18484
6937 * compile/compile-c-types.c (insert_type): Change gdb_assert to error.
6938
bcf5c1d9
RC
69392015-07-08 Robert O'Callahan <robert@ocallahan.org>
6940
6941 PR exp/18617
6942 * ax-gdb.c (gen_conversion): Extend to 'to' bits, not 'from'.
6943
e8643a45
MM
69442015-07-08 Markus Metzger <markus.t.metzger@intel.com>
6945
6946 * MAINTAINERS (Write After Approval): Add Markus T. Metzger.
6947
76fb6829
MM
69482015-07-08 Markus Metzger <markus.t.metzger@intel.com>
6949
6950 * nat/linux-btrace.c (kernel_supports_bts, kernel_supports_pt):
6951 Use safe_strerror() instead of strerror().
6952
82c40d4b
YQ
69532015-07-07 Yao Qi <yao.qi@linaro.org>
6954
6955 * features/arm-with-m-fpa-layout.xml: Set architecture to arm.
6956 * features/arm-with-m-fpa-layout.c: Regenerated.
6957 * features/arm-with-m-vfp-d16.xml: Likewise.
6958 * features/arm-with-m-vfp-d16.c: Regenerated.
6959 * features/arm-with-m.xml: Likewise.
6960 * features/arm-with-m.c: Regenerated.
6961 * features/arm-with-neon.xml: Likewise.
6962 * features/arm-with-neon.c: Regenerated.
6963 * features/arm-with-vfpv2.xml: Likewise.
6964 * features/arm-with-vfpv2.c: Regenerated.
6965 * features/arm-with-vfpv3.xml: Likewise.
6966 * features/arm-with-vfpv3.c: Regenerated.
6967
607685ec
YQ
69682015-07-07 Yao Qi <yao.qi@linaro.org>
6969
6970 * aarch32-linux-nat.h (VFP_REGS_SIZE): New macro, moved from
6971 arm-linux-nat.c.
6972 * aarch64-linux-nat.c: Include aarch32-linux-nat.h and
6973 elf/external.h.
6974 (fetch_gregs_from_thread): Call aarch32_gp_regcache_supply
6975 if target is 32-bit.
6976 (store_gregs_to_thread): Call aarch32_gp_regcache_collect
6977 if target is 32-bit.
6978 (fetch_fpregs_from_thread): Call aarch32_vfp_regcache_supply
6979 if target is 32-bit.
6980 (store_fpregs_to_thread): Call aarch32_vfp_regcache_collect
6981 if target is 32-bit.
6982 (tdesc_arm_with_vfpv3, tdesc_arm_with_neon): Declare.
6983 (aarch64_linux_read_description): Return the right target
6984 description.
6985 * arm-linux-nat.c (VFP_REGS_SIZE): Moved to aarch32-linux-nat.h.
6986 * config/aarch64/linux.mh (NATDEPFILES): Add aarch32-linux-nat.o.
6987 * configure.tgt (aarch64*-*-linux*): Add arm-tdep.o and
6988 arm-linux-tdep.o.
6989
f1b67888
YQ
69902015-07-07 Yao Qi <yao.qi@linaro.org>
6991
6992 * aarch32-linux-nat.c: New file.
6993 * aarch32-linux-nat.h: New file.
6994 * arm-linux-nat.c: Include aarch32-linux-nat.h.
6995 (fetch_regs): Move code to aarch32-linux-nat.c. Call
6996 aarch32_gp_regcache_supply.
6997 (store_regs): Move code to aarch32-linux-nat.c. Call
6998 aarch32_gp_regcache_collect.
6999 (fetch_vfp_regs): Move code to aarch32-linux-nat.c. Call
7000 aarch32_vfp_regcache_supply.
7001 (store_vfp_regs): Move code to aarch32-linux-nat.c. Call
7002 aarch32_vfp_regcache_collect.
7003 * config/arm/linux.mh (NATDEPFILES): Add aarch32-linux-nat.o.
7004
179bfe82
YQ
70052015-07-07 Yao Qi <yao.qi@linaro.org>
7006
7007 * arm-linux-nat.c (store_fpregister): Remove.
7008 (store_register): Likewise.
7009 (fetch_fpregister): Likewise.
7010 (fetch_register): Likewise.
7011 (arm_linux_store_inferior_registers): Call store_regs and
7012 store_fpregs instead.
7013 (arm_linux_fetch_inferior_registers): Call fetch_fpregs and
7014 fetch_regs instead.
7015
6008fc5f
AB
70162015-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
7017
7018 * doc/gdb.texinfo (TUI): Restructure documentation on TUI layout
7019 and focus commands.
7020
7c79d316
JB
70212015-07-06 Joel Brobecker <brobecker@adacore.com>
7022
7023 * NEWS: Create a new section for the next release branch.
7024 Rename the section of the current branch, now that it has
7025 been cut.
7026
f2232bea
JB
70272015-07-06 Joel Brobecker <brobecker@adacore.com>
7028
7029 GDB 7.10 branch created (66c4b3e8a628a207bc6aafef6af0c4128195f56e):
7030 * version.in: Bump version to 7.10.50.DATE-cvs.
7031
66c4b3e8
LM
70322015-07-06 Luis Machado <lgustavo@codesourcery.com>
7033
7034 * breakpoint.c (remove_breakpoint_1): Don't handle permanent
7035 breakpoints in a special way.
7036 (remove_breakpoint): Likewise.
7037 (mark_breakpoints_out): Likewise.
7038
bcd8537c
AB
70392015-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
7040
7041 * doc/gdb.texinfo (TUI): Add comma after @xref.
7042
10e9aaa3
AB
70432015-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
7044
7045 * tui/tui-win.c (tui_set_focus): Use structure member 'generic'
7046 instead of casting the structure type.
7047
8a13d42d
SM
70482015-07-06 Simon Marchi <simon.marchi@ericsson.com>
7049
7050 * valops.c (search_struct_field): Remove OFFSET parameter.
7051 (value_cast_structs): Adjust calls to search_struct_field.
7052 (value_struct_elt): Same.
7053 (find_overload_match): Same.
7054
a844296a
SM
70552015-07-06 Simon Marchi <simon.marchi@ericsson.com>
7056
7057 * value.c (value_fetch_lazy): Update comment, change return
7058 value to void.
7059 * value.h (value_fetch_lazy): Change return value to void.
7060
f41cbf58
AB
70612015-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
7062
7063 * tui/tui-data.c (tui_partial_win_by_name): Window name is const.
7064 (tui_win_name): Make parameter and result const.
7065 * tui/tui-data.h (tui_win_name): Make parameter and result const.
7066
118ca224
PP
70672015-07-06 Patrick Palka <patrick@parcs.ath.cx>
7068
7069 * i386-tdep.c (i386_mpx_info_bounds): Don't call error, instead
7070 use printf_unfiltered.
7071 (set_mpx_cmd): Add missing trailing space to command string
7072 literal.
7073 (_initialize_i386_tdep): Give the "mpx" prefix command its
7074 correct name.
7075
1b485e67
KB
70762015-07-02 Kevin Buettner <kevinb@redhat.com>
7077
7078 * rx-tdep.c (RX_USP_REGNUM, RX_BPC_REGNUM): New constants.
7079 (enum rx_frame_type): New.
7080 (struct rx_prologue): Add new field `frame_type'.
7081 (rx_analyze_prologue): Add `frame_type' parameter. Cache this
7082 parameter in the prologue struct. Add code for recording
7083 locations of PC and PSW for fast interrupt and exception frames.
7084 (rx_skip_prologue): Adjust call to rx_analyze_prologue.
7085 (rx_analyze_frame_prologue): Add `frame_type' parameter.
7086 (rx_frame_type): New function.
7087 (rx_frame_base): Fetch frame type and pass it to rx_analyze_prologue.
7088 (rx_frame_this_id): Rename parameter `this_prologue_cache' to
7089 `this_cache'.
7090 (rx_frame_prev_register): Rename parameter `this_prologue_cache' to
72f4393d 7091 `this_cache'. Add cases for RX_FRAME_TYPE_EXCEPTION and
1b485e67
KB
7092 RX_FRAME_TYPE_FAST_INTERRUPT.
7093 (normal_frame_p, exception_frame_p, rx_frame_sniffer_common)
7094 (rx_frame_sniffer, rx_exception_sniffer): New functions.
7095 (rx_frame_unwind): Use rx_frame_sniffer instead of
7096 default_frame_sniffer.
7097 (rx_frame_unwind): New unwinder.
7098 (rx_gdbarch_init): Register new unwinder.
7099
0561fea4
KB
71002015-07-02 Kevin Buettner <kevinb@redhat.com>
7101
7102 * rx-tdep.c (RX_BPSW_REGNUM, RX_FPSW_REGNUM): New constants.
7103 (struct gdbarch_tdep): Add fields rx_psw_type and rx_fpsw_type.
7104 (rx_register_type): Add cases for RX_PSW_REGNUM, RX_BPSW_REGNUM,
7105 and RX_FPSW_REGNUM.
7106 (rx_gdbarch_init): Initialize PSW, BPSW, and FPSW flags types.
7107
decf8d9a
JK
71082015-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
7109
7110 Fix GCC false warning.
7111 * s390-linux-tdep.c (s390_handle_arg): Initialize VAL.
7112
2fd0f80d
YQ
71132015-07-02 Yao Qi <yao.qi@linaro.org>
7114
7115 * aarch64-linux-nat.c (aarch64_linux_insert_hw_breakpoint): Fix
7116 typo in the debugging message.
7117
b0627500
MM
71182015-07-02 Markus Metzger <markus.t.metzger@intel.com>
7119
7120 * btrace.c: Include gdbcmd.h, cli/cli-utils.h, and ctype.h.
7121 (maint_btrace_cmdlist, maint_btrace_set_cmdlist)
7122 (maint_btrace_show_cmdlist, maint_btrace_pt_set_cmdlist)
7123 (maint_btrace_pt_show_cmdlist, maint_btrace_pt_skip_pad)
7124 (btrace_maint_clear): New.
7125 (btrace_fetch, btrace_clear): Call btrace_maint_clear.
7126 (pt_print_packet, btrace_maint_decode_pt)
7127 (btrace_maint_update_pt_packets, btrace_maint_update_packets)
7128 (btrace_maint_print_packets, get_uint, get_context_size, no_chunk)
7129 (maint_btrace_packet_history_cmd)
7130 (maint_btrace_clear_packet_history_cmd, maint_btrace_clear_cmd)
7131 (maint_btrace_cmd, maint_btrace_set_cmd, maint_btrace_show_cmd)
7132 (maint_btrace_pt_set_cmd, maint_btrace_pt_show_cmd)
7133 (maint_info_btrace_cmd, _initialize_btrace): New.
7134 * btrace.h (btrace_pt_packet, btrace_pt_packet_s)
7135 (btrace_maint_packet_history, btrace_maint_info): New.
7136 (btrace_thread_info) <maint>: New.
7137 * NEWS: Announce it.
7138
9be54cae
MM
71392015-07-02 Markus Metzger <markus.t.metzger@intel.com>
7140
7141 * btrace.c (btrace_fetch): Append the new trace data.
7142 (btrace_clear): Clear the stored trace data.
7143 * btrace.h (btrace_thread_info) <data>: New.
7144 * common/btrace-common.h (btrace_data_clear)
7145 (btrace_data_append): New.
7146 * common/btrace-common.c (btrace_data_clear)
7147 (btrace_data_append): New.
7148
010a18a1
MM
71492015-07-02 Markus Metzger <markus.t.metzger@intel.com>
7150
7151 * nat/linux-btrace.c (linux_enable_bts): Check for
7152 PERF_ATTR_SIZE_VER5.
7153 Check for data_offset and data_size fields. Use them.
7154
b20a6524
MM
71552015-07-02 Markus Metzger <markus.t.metzger@intel.com>
7156
7157 * NEWS: Announce new commands "record btrace pt" and "record pt".
7158 Announce new options "set|show record btrace pt buffer-size".
7159 * btrace.c: Include "rsp-low.h".
7160 Include "inttypes.h".
7161 (btrace_add_pc): Add forward declaration.
7162 (pt_reclassify_insn, ftrace_add_pt, btrace_pt_readmem_callback)
7163 (pt_translate_cpu_vendor, btrace_finalize_ftrace_pt)
7164 (btrace_compute_ftrace_pt): New.
7165 (btrace_compute_ftrace): Support BTRACE_FORMAT_PT.
7166 (check_xml_btrace_version): Update version check.
7167 (parse_xml_raw, parse_xml_btrace_pt_config_cpu)
7168 (parse_xml_btrace_pt_raw, parse_xml_btrace_pt)
7169 (btrace_pt_config_cpu_attributes, btrace_pt_config_children)
7170 (btrace_pt_children): New.
7171 (btrace_children): Add support for "pt".
7172 (parse_xml_btrace_conf_pt, btrace_conf_pt_attributes): New.
7173 (btrace_conf_children): Add support for "pt".
7174 * btrace.h: Include "intel-pt.h".
7175 (btrace_pt_error): New.
7176 * common/btrace-common.c (btrace_format_string, btrace_data_fini)
7177 (btrace_data_empty): Support BTRACE_FORMAT_PT.
7178 * common/btrace-common.h (btrace_format): Add BTRACE_FORMAT_PT.
7179 (struct btrace_config_pt): New.
7180 (struct btrace_config)<pt>: New.
7181 (struct btrace_data_pt_config, struct btrace_data_pt): New.
7182 (struct btrace_data)<pt>: New.
7183 * features/btrace-conf.dtd (btrace-conf)<pt>: New.
7184 (pt): New.
7185 * features/btrace.dtd (btrace)<pt>: New.
7186 (pt, pt-config, cpu): New.
7187 * nat/linux-btrace.c (perf_event_read, perf_event_read_all)
7188 (perf_event_pt_event_type, kernel_supports_pt)
7189 (linux_supports_pt): New.
7190 (linux_supports_btrace): Support BTRACE_FORMAT_PT.
7191 (linux_enable_bts): Free tinfo on error.
7192 (linux_enable_pt): New.
7193 (linux_enable_btrace): Support BTRACE_FORMAT_PT.
7194 (linux_disable_pt): New.
7195 (linux_disable_btrace): Support BTRACE_FORMAT_PT.
7196 (linux_fill_btrace_pt_config, linux_read_pt): New.
7197 (linux_read_btrace): Support BTRACE_FORMAT_PT.
7198 * nat/linux-btrace.h (struct btrace_tinfo_pt): New.
7199 (struct btrace_target_info)<pt>: New.
7200 * record-btrace.c (set_record_btrace_pt_cmdlist)
7201 (show_record_btrace_pt_cmdlist): New.
7202 (record_btrace_print_pt_conf): New.
7203 (record_btrace_print_conf): Support BTRACE_FORMAT_PT.
7204 (btrace_ui_out_decode_error): Support BTRACE_FORMAT_PT.
7205 (cmd_record_btrace_pt_start): New.
7206 (cmd_record_btrace_start): Support BTRACE_FORMAT_PT.
7207 (cmd_set_record_btrace_pt, cmd_show_record_btrace_pt): New.
7208 (_initialize_record_btrace): Add new commands.
7209 * remote.c (PACKET_Qbtrace_pt, PACKET_Qbtrace_conf_pt_size): New.
7210 (remote_protocol_features): Add "Qbtrace:pt".
7211 Add "Qbtrace-conf:pt:size".
7212 (remote_supports_btrace): Support BTRACE_FORMAT_PT.
7213 (btrace_sync_conf): Support PACKET_Qbtrace_conf_pt_size.
7214 (remote_enable_btrace): Support BTRACE_FORMAT_PT.
7215 (_initialize_remote): Add new commands.
7216
58bfce93
MM
72172015-07-02 Markus Metzger <markus.t.metzger@intel.com>
7218
7219 * configure.ac: check for libipt
7220 * configure: Regenerate.
7221 * config.in: Regenerate.
7222 * Makefile.in (LIBIPT): New.
7223 (CLIBS): Add $LIBIPT.
7224 * NEWS: document new configure options
7225
b0fd6b30
JK
72262015-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
7227
7228 * compile/compile-object-load.c (compile_object_load): Replace debug
7229 message "lookup undefined ELF symbol" by 3 more specific messages.
7230
e6280369
KB
72312015-07-01 Kevin Buettner <kevinb@redhat.com>
7232
7233 * rl78-tdep.c (struct gdbarch_tdep): Add new field, rl78_psw_type.
7234 (rl78_register_type): Add case for RL78_PSW_REGNUM.
7235 (rl78_gdbarch_init): Initialize rl78_psw_type.
7236
bbcbf914
PP
72372015-07-01 Patrick Palka <patrick@parcs.ath.cx>
7238
7239 * tui/tui-hooks.c (tui_refresh_frame_and_register_information):
7240 Update commentary. Always refresh the registers when frame
7241 information has changed.
7242 * tui/tui-stack.c (tui_show_frame_info): Update commentary.
7243 Change return type to int. Return 1 if frame information has
7244 changed, 0 otherwise.
7245 (tui_before_prompt): Update commentary.
7246 * tui/tui-stack.h (tui_show_frame_info): Change return type to
7247 int.
7248
0986c744
PP
72492015-06-30 Patrick Palka <patrick@parcs.ath.cx>
7250
7251 PR tui/13378
7252 * frame.c (select_frame): Remove reference to
7253 deprecated_selected_frame_level_changed_hook.
7254 * frame.h (deprecated_selected_frame_level_changed_hook): Remove
7255 declaration.
7256 * stack.c (deprecated_selected_frame_level_changed_hook):
7257 Likewise.
7258 * tui/tui-hooks.c (tui_selected_frame_level_changed_hook):
7259 Rename to ...
7260 (tui_refresh_frame_and_register_information): ... this. Bail
7261 out if there is no stack. Don't update register information
7262 unless registers_too_p is true.
7263 (tui_print_frame_info_listing_hook): Rename to ...
7264 (tui_dummy_print_frame_info_listing_hook): ... this.
7265 (tui_before_prompt): New function.
7266 (tui_normal_stop): New function.
7267 (tui_before_prompt_observer): New observer.
7268 (tui_normal_stop_observer): New observer.
7269 (tui_install_hooks): Set
7270 deprecated_print_frame_info_listing_hook to
7271 tui_dummy_print_frame_info_listing_hook. Register
7272 tui_before_prompt_observer to call tui_before_prompt and
7273 tui_normal_stop_observer to call tui_normal_stop. Remove
7274 reference to deprecated_selected_frame_level_changed_hook.
7275 (tui_remove_hooks): Detach and unset tui_before_prompt_observer
7276 and tui_normal_stop_observer. Remove reference to
7277 deprecated_selected_frame_level_changed_hook.
7278
b5fca6d7
PP
72792015-06-30 Patrick Palka <patrick@parcs.ath.cx>
7280
7281 PR tui/13378
7282 * tui/tui-stack.c (tui_set_locator_info): Change prototype to
7283 return an int instead of void. Return whether the locator
7284 window has changed.
7285 (tui_show_frame_info): If the locator info has not changed, then
7286 bail out early to avoid refreshing the windows.
7287
c45613e3
PP
72882015-06-30 Patrick Palka <patrick@parcs.ath.cx>
7289
7290 * tui/tui-stack.c (tui_set_locator_info): Explicitly pass
7291 LOCATOR_WIN to tui_alloc_content.
7292
7b9be803
YQ
72932015-06-30 Yao Qi <yao.qi@linaro.org>
7294
7295 PR tdep/18605
7296 * arm-tdep.c (arm_get_next_pc_raw): Break for media
7297 instructions.
7298
fd6e021d
KB
72992015-06-29 Kevin Buettner <kevinb@redhat.com>
7300
78ab7e9d
KB
7301 * rx-tdep.c (RX_PSW_REGNUM): New enum constant.
7302 (rx_dwarf_reg_to_regnum): New function.
7303 (rx_gdbarch_init): Register rx_dwarf_reg_to_regnum. Use dwarf2
7304 unwinding.
fd6e021d 7305
28bf096c
PA
73062015-06-29 Pedro Alves <palves@redhat.com>
7307
7308 PR threads/18127
7309 * infcall.c (run_inferior_call): On infcall success, if the thread
7310 was marked stopped before, reset it back to stopped.
7311 * infrun.c (resume): Don't suppress the set_running calls when
7312 doing an infcall.
7313 (normal_stop): Only discard the finish_thread_state cleanup if the
7314 infcall succeeded.
7315
2880b51c 73162015-06-29 Pierre Langlois <pierre.langlois@arm.com>
1451ea7d
PL
7317
7318 * MAINTAINERS (Write After Approval): Update my email address.
7319
ee93cd5e
KS
73202015-06-26 Keith Seitz <keiths@redhat.com>
7321 Doug Evans <dje@google.com>
7322
7323 PR 16253
7324 * block.c (block_lookup_symbol): For non-function blocks,
7325 continue to search for a symbol with an exact domain match
7326 Otherwise, return any previously found "best domain" symbol.
7327 (block_lookup_symbol_primary): Likewise.
7328
fc637f04
PP
73292015-06-26 Patrick Palka <patrick@parcs.ath.cx>
7330
7331 * NEWS: Mention the new option "history remove-duplicates".
7332 * top.c (history_remove_duplicates): New static variable.
7333 (show_history_remove_duplicates): New static function.
7334 (gdb_add_history): Conditionally remove duplicate history
7335 entries.
7336 (init_main): Add "history remove-duplicates" option.
7337
2e52ae68
PP
73382015-06-26 Patrick Palka <patrick@parcs.ath.cx>
7339
7340 * tui/tui-win.c (focus_completer): New static function.
7341 (_initialize_tui_win): Set the completion function of the
7342 "focus" command to focus_completer.
7343
6e22494e
JK
73442015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
7345
7346 * linespec.c (minsym_found): Reset sal.PC for COMPUNIT_LOCATIONS_VALID
7347 and language_asm..
7348 * symtab.c (find_function_start_sal): Likewise.
7349
f8773be1
GB
73502015-06-25 Gary Benson <gbenson@redhat.com>
7351
7352 * solib.c (solib_find_1): Set local variable sysroot to NULL if
7353 it is the empty string after trailing slashes have been stripped.
7354
a3be80c3
GB
73552015-06-25 Gary Benson <gbenson@redhat.com>
7356
7357 * exec.c (exec_file_locate_attach): Remove gdb_sysroot NULL check.
7358 * infrun.c (follow_exec): Likewise.
7359 * remote.c (remote_filesystem_is_local): Likewise.
7360 * solib.c (solib_find_1): Likewise.
7361
32fad71f
KS
73622015-06-24 Keith Seitz <keiths@redhat.com>
7363
7364 * build-id.c (build_id_to_debug_bfd): Add cleanup to free
7365 return value from lrealpath.
7366
87d1b309
MF
73672015-06-24 Mike Frysinger <vapier@gentoo.org>
7368
7369 * remote-sim.c (gdbsim_open): Move sysroot update to the top.
7370
23bf70af
MF
73712015-06-24 Mike Frysinger <vapier@gentoo.org>
7372
7373 * remote-sim.c: Include gdb_bfd.h.
7374 (gdbsim_open): Declare new local sysroot pointing to gdb_sysroot.
7375 Skip TARGET_SYSROOT_PREFIX in gdb_sysroot when it is active.
7376
5cd867b4
YQ
73772015-06-24 Yao Qi <yao.qi@linaro.org>
7378
7379 * aarch64-linux-tdep.c (aarch64_linux_init_abi): Don't call
7380 set_gdbarch_get_siginfo_type.
7381 * amd64-linux-tdep.c (amd64_linux_init_abi_common): Likewise.
7382 * arm-linux-tdep.c (arm_linux_init_abi): Likewise.
7383 * i386-linux-tdep.c (i386_linux_init_abi): Likewise.
7384 * m68klinux-tdep.c (m68k_linux_init_abi): Likewise.
7385 * ppc-linux-tdep.c (ppc_linux_init_abi): Likewise.
7386 * s390-linux-tdep.c (s390_gdbarch_init): Likewise.
7387 * tilegx-linux-tdep.c (tilegx_linux_init_abi): Likewise.
7388 * linux-tdep.c (linux_get_siginfo_type): Change it to static.
7389 (linux_init_abi): Call set_gdbarch_get_siginfo_type.
7390 * linux-tdep.h (linux_get_siginfo_type): Remove the declaration.
7391
dc06243f
GB
73922015-06-24 Gary Benson <gbenson@redhat.com>
7393
7394 * common/buffer.c (stdint.h): Do not include.
7395 * common/print-utils.c (stdint.h): Likewise.
7396 * compile/compile-c-symbols.c (gdb_assert.h): Likewise.
7397 * compile/compile-c-types.c (gdb_assert.h): Likewise.
7398 * ft32-tdep.c (gdb_assert.h): Likewise.
7399 * guile/scm-utils.c (stdint.h): Likewise.
7400 * i386-linux-tdep.c (stdint.h): Likewise.
7401 * i386-tdep.c (stdint.h): Likewise.
7402 * nat/linux-btrace.c (stdint.h): Likewise.
7403 * nat/linux-btrace.h (stdint.h): Likewise.
7404 * nat/linux-ptrace.c (stdint.h): Likewise.
7405 * nat/mips-linux-watch.h (stdint.h): Likewise.
7406 * ppc-linux-nat.c (stdint.h): Likewise.
7407 * python/python-internal.h (stdint.h): Likewise.
7408 * stub-termcap.c (stdlib.h): Likewise.
7409 * target/target.h (stdint.h): Likewise.
7410 * xtensa-linux-nat.c (stdint.h): Likewise.
7411
0fc26caf
PP
74122015-06-23 Patrick Palka <patrick@parcs.ath.cx>
7413
7414 * top.c (init_history): Look at errno after calling strtol to
7415 properly map large GDBHISTSIZE values to infinity.
7416
a38fe4fe
DE
74172015-06-23 Doug Evans <dje@google.com>
7418
7419 * inferior.h (struct inferior_suspend_state): Delete, unused.
7420 All references deleted.
7421
7564fe45
MF
74222015-06-23 Mike Frysinger <vapier@gentoo.org>
7423
7424 * microblaze-tdep.c (microblaze_push_dummy_code): Delete.
7425 (microblaze_push_dummy_call): Likewise.
7426 (microblaze_gdbarch_init): Delete calls to set_gdbarch_push_dummy_code
7427 and set_gdbarch_push_dummy_call.
7428
0bdb2f78
YQ
74292015-06-23 Yao Qi <yao.qi@linaro.org>
7430
7431 * amd64-linux-nat.c (amd64_linux_fetch_inferior_registers):
7432 Check whether have_ptrace_getregset is TRIBOOL_TRUE explicitly.
7433 (amd64_linux_store_inferior_registers): Likewise.
7434 * arm-linux-nat.c (fetch_fpregister): Likewise.
7435 (fetch_fpregs, store_fpregister): Likewise.
7436 (store_fpregister, store_fpregs): Likewise.
7437 (fetch_register, fetch_regs): Likewise.
7438 (store_register, store_regs): Likewise.
7439 (fetch_vfp_regs, store_vfp_regs): Likewise.
7440 (arm_linux_read_description): Check have_ptrace_getregset is
7441 TRIBOOL_UNKNOWN. Set have_ptrace_getregset to TRIBOOL_TRUE
7442 or TRIBOOL_FALSE.
7443 * i386-linux-nat.c (fetch_xstateregs): Check
7444 have_ptrace_getregset is not TRIBOOL_TRUE.
7445 (store_xstateregs): Likewise.
7446 * linux-nat.c (have_ptrace_getregset): Change its type to
7447 enum tribool.
7448 * linux-nat.h (tribool): New enum.
7449 * x86-linux-nat.c (x86_linux_read_description): Use enum tribool.
7450 Check whether have_ptrace_getregset is TRIBOOL_TRUE.
7451
18a94d75
DE
74522015-06-19 Doug Evans <dje@google.com>
7453
7454 * NEWS: Mention Sun's version of stabs is no longer supported.
7455 * elfread.c (free_elfinfo): Delete. All uses updated.
7456 (elfstab_offset_sections): Delete. All uses updated.
7457 * gdb-stabs.h (stab_section_info): Delete. All uses updated.
7458 * psympriv.h (partial_symtab) <section_offsets>: Delete.
7459 All uses updated.
7460 * psymtab.c (start_psymtab_common): Delete arg section_offsets.
7461 All callers updated.
7462
124e13d9
SM
74632015-06-18 Simon Marchi <simon.marchi@ericsson.com>
7464
7465 * common/rsp-low.c (needs_escaping): New.
7466 (remote_escape_output): Add unit_size parameter. Refactor to
7467 support multi-byte addressable units. Rename parameters.
7468 * common/rsp-low.h (remote_escape_output): Add unit_size
7469 parameter and rename others. Update doc.
7470 * remote.c (align_for_efficient_write): New.
7471 (remote_write_bytes_aux): Add unit_size parameter and use it.
7472 Rename some variables. Update doc.
7473 (remote_xfer_partial): Get unit size and use it.
7474 (remote_read_bytes_1): Add unit_size parameter and use it.
7475 Rename some variables. Update doc.
7476 (remote_write_bytes): Same.
7477 (remote_xfer_live_readonly_partial): Same.
7478 (remote_read_bytes): Same.
7479 (remote_flash_write): Update call to remote_write_bytes_aux.
7480 (remote_write_qxfer): Update call to remote_escape_output.
7481 (remote_search_memory): Same.
7482 (remote_hostio_pwrite): Same.
7483
6ae88661
LM
74842015-06-17 Luis Machado <lgustavo@codesourcery.com>
7485
7486 * breakpoint.c (add_location_to_breakpoint): Don't mark permanent
7487 locations as inserted.
7488 Update and expand comment about permanent locations.
7489 (bp_loc_is_permanent): Don't return 0 for bp_call_dummy.
7490 Move comment to add_location_to_breakpoint.
7491 (update_global_location_list): Don't error out if a permanent
7492 breakpoint is not marked inserted.
7493 Don't error out if a non-permanent breakpoint location is inserted on
7494 top of a permanent breakpoint.
7495
da4616f6
LM
74962015-06-17 Luis Machado <lgustavo@codesourcery.com>
7497
7498 * breakpoint.c (make_breakpoint_permanent): Remove unused
7499 function.
7500 * breakpoint.h (make_breakpoint_permanent): Remove declaration.
7501
bc460514
PP
75022015-06-17 Patrick Palka <patrick@parcs.ath.cx>
7503
7504 PR gdb/16999
7505 * NEWS: Mention new GDBHISTSIZE behavior.
7506 * top.c (init_history): For null or out-of-range GDBHISTSIZE,
7507 set history size to unlimited. Ignore non-numeric GDBHISTSIZE.
7508
b58c513b
PP
75092015-06-17 Patrick Palka <patrick@parcs.ath.cx>
7510
7511 * NEWS: Mention that GDBHISTSIZE is read instead of HISTSIZE.
7512 * top.c (init_history): Read from GDBHISTSIZE instead of
7513 HISTSIZE.
7514 (init_main): Refer to GDBHISTSIZE instead of HISTSIZE.
7515
2093d2d3
PP
75162015-06-17 Patrick Palka <patrick@parcs.ath.cx>
7517
7518 * top.c (gdb_safe_append_history): Do not call
7519 history_truncate_file if the history is not stifled.
7520
fc248485
AA
75212015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
7522
7523 * syscalls/s390-linux.xml: Add syscalls 344 through 354.
7524 * syscalls/s390x-linux.xml: Likewise.
7525
4da680ad
ME
75262015-06-16 Michael Eager <eager@eagercon.com>
7527
7528 * nat/linux-namespaces.c (MSG_CMSG_CLOEXEC): Define if not defined.
7529
0a75489f
PP
75302015-06-16 Patrick Palka <patrick@parcs.ath.cx>
7531
7532 * tui/tui-hooks.c (tui_selected_frame_level_changed_hook): Call
7533 target_terminal_ours_for_output() before calling
7534 tui_show_frame_info(), and restore the original terminal
7535 settings afterwards.
7536
95855ca8
MS
75372015-06-16 Martin Simmons <martin@lispworks.com> (tiny patch)
7538
7539 * arm-linux-nat.c: Include nat/linux-ptrace.h.
7540
cfc32360
SM
75412015-06-15 Simon Marchi <simon.marchi@ericsson.com>
7542
7543 * mi/mi-main.c (mi_cmd_data_read_memory_bytes): Consider addressable
7544 memory unit size.
7545 (mi_cmd_data_write_memory_bytes): Same.
7546
cb6f16cf
SM
75472015-06-15 Simon Marchi <simon.marchi@ericsson.com>
7548
7549 * corefile.c (write_memory): Update doc.
7550 * gdbcore.h (write_memory): Same.
7551
31b7833d
JK
75522015-06-15 Jan Kratochvil <jan.kratochvil@redhat.com>
7553
7554 * linux-tdep.c (enum filterflags): Make it from anonymous enum.
7555 (dump_mapping_p): Use it for parameter filterflags.
7556 (linux_find_memory_regions_full): Use it for variable filterflags.
7557
909c2cda
JK
75582015-06-15 Aleksandar Ristovski <aristovski@qnx.com
7559 Jan Kratochvil <jan.kratochvil@redhat.com>
7560
7561 Merge multiple hex conversions.
7562 * monitor.c: Include rsp-low.h.
7563 (fromhex): Remove definition.
7564
03aef70f
JK
75652015-06-15 Aleksandar Ristovski <aristovski@qnx.com
7566 Jan Kratochvil <jan.kratochvil@redhat.com>
7567
7568 Move utility functions to common/.
7569 * cli/cli-utils.c (skip_spaces, skip_spaces_const, skip_to_space_const):
7570 Move defs to common/common-utils.c.
7571 * cli/cli-utils.h (skip_spaces, skip_spaces_const, skip_to_space)
7572 (skip_to_space_const): Move decls to common/common-utils.h.
7573 * common/common-defs.h: Move include of common-types.h before
7574 common-utils.h.
7575 * common/common-utils.c: Include host-defs.h and ctype.h.
7576 (HIGH_BYTE_POSN, is_digit_in_base, digit_to_int, strtoulst): Move
7577 from utils.c.
7578 (skip_spaces, skip_spaces_const, skip_to_space_const): Move from
7579 cli/cli-utils.c.
7580 * common/common-utils.h (strtoulst): Move decl from utils.h.
7581 (skip_spaces, skip_spaces_const, skip_to_space, skip_to_space_const):
7582 Move from cli/cli-utils.h.
7583 * common/host-defs.h: Include limits.h.
7584 (TARGET_CHAR_BIT, HOST_CHAR_BIT): Moved from defs.h.
7585 (skip_spaces, skip_spaces_const): Move decls from cli/cli-utils.h.
7586 * defs.h (TARGET_CHAR_BIT, HOST_CHAR_BIT): Move to
7587 common/common-utils.h.
7588 * utils.c (HIGH_BYTE_POSN, is_digit_in_base, digit_to_int)
7589 (strtoulst): Move to common/common-utils.c.
7590 * utils.h (strtoulst): Moved decl to common/common-utils.h.
7591
d1168cc1
YQ
75922015-06-15 Yao Qi <yao.qi@linaro.org>
7593
7594 * data-directory/Makefile.in (SYSCALLS_FILES): Add aarch64-linux.xml.
7595
c74f7d1c
JT
75962015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
7597
7598 * build-id.c: Don't include elf-bfd.h.
7599 (build_id_bfd_get): Use bfd_build_id.
7600 (build_id_verify): Ditto.
7601 * build-id.h: Ditto.
7602 (find_separate_debug_file_by_buildid): Ditto.
7603 * python/py-objfile.c: Don't include elf-bfd.h.
7604 (objfpy_get_build_id) Use bfd_build_id.
7605 (objfpy_build_id_matches, objfpy_lookup_objfile_by_build_id): Ditto.
7606 * coffread.c: Include build-id.h.
7607 (coff_symfile_read): Try find_separate_debug_file_by_buildid.
7608
f20c58f5
JT
76092015-06-03 Jon Turney <jon.turney@dronecode.org.uk>
7610
7611 * windows-nat.c (do_windows_fetch_inferior_registers)
7612 (handle_output_debug_string): Replace __COPY_CONTEXT_SIZE
7613 conditional with __CYGWIN__.
7614
51f0e40d
AB
76152015-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
7616
7617 * completer.c: Add arch-utils.h include.
7618 (enum reg_completer_targets): New enum.
7619 (reg_or_group_completer_1): New function containing old
7620 reg_or_group_completer, add and use new parameter to control what
7621 is completed on. Use get_current_arch rather than architecture of
7622 currently selected frame.
7623 (reg_or_group_completer): Call new reg_or_group_completer_1.
7624 (reggroup_completer): Call new reg_or_group_completer_1.
7625 * completer.h (reggroup_completer): Add declaration.
7626 * tui/tui-regs.c: Add 'completer.h' include.
7627 (tui_reg_next_command): Renamed to...
7628 (tui_reg_next): ...this. Adjust parameters and return rather than
7629 display new group.
7630 (tui_reg_prev_command): Renamed to...
7631 (tui_reg_prev): ...this. Adjust parameters and return rather than
7632 display new group.
7633 (tui_reg_float_command): Delete.
7634 (tui_reg_general_command): Delete.
7635 (tui_reg_system_command): Delete.
7636 (tui_reg_command): Rewrite to perform switching of register group.
7637 Add header comment.
7638 (tuireglist): Remove.
7639 (tui_reggroup_completer): New function.
7640 (_initialize_tui_regs): Remove 'tui reg' sub-commands, update
7641 creation of 'tui reg' command.
7642 * NEWS: Add comment about 'tui reg' changes.
7643
d309493c
SM
76442015-06-12 Simon Marchi <simon.marchi@ericsson.com>
7645
7646 * target.c (target_read): Consider addressable unit size when
7647 reading from a memory object.
7648 (read_memory_robust): Same.
7649 (read_whatever_is_readable): Same.
7650 (target_write_with_progress): Consider addressable unit size
7651 when writing to a memory object.
7652 * target.h (target_read): Update documentation.
7653 (target_write): Add documentation.
7654
3374165f
SM
76552015-06-12 Simon Marchi <simon.marchi@ericsson.com>
7656
7657 * arch-utils.h (default_addressable_memory_unit_size): New.
7658 * arch-utils.c (default_addressable_memory_unit_size): New.
7659 * gdbarch.sh (addressable_memory_unit_size): New.
7660 * gdbarch.h: Re-generate.
7661 * gdbarch.c: Re-generate.
7662
279a6fed
SM
76632015-06-12 Simon Marchi <simon.marchi@ericsson.com>
7664
7665 * target.c (target_read): Rename variables and use
7666 TARGET_XFER_E_IO.
7667 (target_read_with_progress): Same.
7668 (read_memory_robust): Constify parameters and rename
7669 variables.
7670 (read_whatever_is_readable): Constify parameters,
7671 rename variables, adjust formatting.
7672 * target.h (read_memory_robust): Constify parameters.
7673
1e5338b6 76742015-06-12 Ulrich Weigand <uweigand@de.ibm.com>
a1da2672
UW
7675
7676 * ppc-sysv-tdep.c (ppc64_sysv_abi_return_value_base): Handle short
7677 synthetic (non-AltiVec) vector types.
7678 (ppc64_sysv_abi_return_value): Likewise.
7679
98aa42ee
AT
76802015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
7681
7682 PR breakpoints/16465
7683 * breakpoint.c (create_breakpoint): Save extra_string for
7684 pending breakpoints.
7685
966f0aef
WT
76862015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
7687
7688 * i386-tdep.c (i386_mpx_get_bt_entry): Add a cast for mpx_bd_mask
7689 and bt_mask to CORE_ADDR.
7690
6449ed0d
GB
76912015-06-11 Gary Benson <gbenson@redhat.com>
7692
7693 * nat/linux-namespaces.c (mnsh_send_message): Use pulongest.
7694 (mnsh_recv_message): Likewise.
7695
34f8ac9f
WT
76962015-06-11 Walfred Tedeschi <walfred.tedeschi@intel.com>
7697
7698 * i386-tdep.c (i386_mpx_print_bounds): use of LONGEST instead of
7699 long long int and plongest instead of %ll.
7700
198c808c
GB
77012015-06-11 Gary Benson <gbenson@redhat.com>
7702
7703 * nat/linux-namespaces.c (gdb_wait.h): New include.
7704 (sys/wait.h): Do not include.
7705
e815d2d2
SM
77062015-06-10 Simon Marchi <simon.marchi@ericsson.com>
7707
7708 * dwarf2read.c (dwarf_record_line): Call dwarf_record_line if
7709 end_sequence is true.
7710
8847cac2
JK
77112015-06-10 Jan Kratochvil <jan.kratochvil@redhat.com>
7712
7713 Code cleanup.
7714 * solib-target.c (library_list_start_list): Use explicit NULL
7715 comparison.
7716
24c05f46
JK
77172015-06-10 Jan Kratochvil <jan.kratochvil@redhat.com>
7718
7719 * solib-target.c (library_list_start_list): Do not dereference
7720 variable version in its initialization. Make the VERSION check handle
7721 NULL.
7722 (library_list_attributes): Make "version" GDB_XML_AF_OPTIONAL.
7723
51aad7cc
GB
77242015-06-10 Gary Benson <gbenson@redhat.com>
7725
7726 * NEWS: Announce support for direct access of executable and
7727 shared library files when attaching to inferiors in containers
7728 on GNU/Linux systems.
7729
15a201c8
GB
77302015-06-10 Gary Benson <gbenson@redhat.com>
7731
7732 * remote.c (struct remote_state) <fs_pid>: New field.
7733 (new_remote_state): Initialize the above.
7734 (PACKET_vFile_setfs): New enum value.
7735 (remote_hostio_set_filesystem): New function.
7736 (remote_hostio_open): Call the above.
7737 (remote_hostio_unlink): Likewise.
7738 (remote_hostio_readlink): Likewise.
7739 (_initialize_remote): Register new "set/show remote
7740 hostio-setfs-packet" command.
7741 * NEWS: Announce new vFile:setfs packet.
7742
7a6a1731
GB
77432015-06-10 Gary Benson <gbenson@redhat.com>
7744
7745 * linux-nat.c (nat/linux-namespaces.h): New include.
7746 (fileio.h): Likewise.
7747 (linux_nat_filesystem_is_local): New function.
7748 (linux_nat_fileio_pid_of): Likewise.
7749 (linux_nat_fileio_open): Likewise.
7750 (linux_nat_fileio_readlink): Likewise.
7751 (linux_nat_fileio_unlink): Likewise.
7752 (linux_nat_add_target): Initialize to_filesystem_is_local,
7753 to_fileio_open, to_fileio_readlink and to_fileio_unlink.
7754 (_initialize_linux_nat): New "set/show debug linux-namespaces"
7755 commands.
7756 * NEWS: Mention new "set/show debug linux-namespaces" commands.
7757
07c138c8
GB
77582015-06-10 Gary Benson <gbenson@redhat.com>
7759
7760 * target.h (struct inferior): New forward declaration.
7761 (struct target_ops) <to_filesystem_is_local>: Update comment.
7762 (struct target_ops) <to_fileio_open>: New argument inf.
7763 Update comment. All implementations updated.
7764 (struct target_ops) <to_fileio_unlink>: Likewise.
7765 (struct target_ops) <to_fileio_readlink>: Likewise.
7766 (target_filesystem_is_local): Update comment.
7767 (target_fileio_open): New argument inf. Update comment.
7768 (target_fileio_unlink): Likewise.
7769 (target_fileio_readlink): Likewise.
7770 (target_fileio_read_alloc): Likewise.
7771 (target_fileio_read_stralloc): Likewise.
7772 * target.c (target_fileio_open): New argument inf.
7773 Pass inf to implementation. Update debug printing.
7774 (target_fileio_unlink): Likewise.
7775 (target_fileio_readlink): Likewise.
7776 (target_fileio_read_alloc_1): New argument inf. Pass inf
7777 to target_fileio_open.
7778 (target_fileio_read_alloc): New argument inf. Pass inf to
7779 target_fileio_read_alloc_1.
7780 (target_fileio_read_stralloc): Likewise.
7781 * gdb_bfd.c (inferior.h): New include.
7782 (gdb_bfd_iovec_fileio_open): Replace unused "open_closure"
7783 argument with new argument "inferior". Pass inferior to
7784 target_fileio_open.
7785 (gdb_bfd_open): Supply inferior argument to
7786 gdb_bfd_iovec_fileio_open.
7787 * linux-tdep.c (linux_info_proc): Supply inf argument to
7788 relevant target_fileio calls.
7789 (linux_find_memory_regions_full): Likewise.
7790 (linux_fill_prpsinfo): Likewise.
7791 * remote.c (remote_filesystem_is_local): Supply inf
7792 argument to remote_hostio_open.
7793 (remote_file_put): Likewise.
7794 (remote_file_get): Likewise.
7795 (remote_file_delete): Supply inf argument to
7796 remote_hostio_unlink.
7797
12e2a5fd
GB
77982015-06-10 Gary Benson <gbenson@redhat.com>
7799
7800 * inf-child.c (inf_child_fileio_open): Replace comment.
7801 (inf_child_fileio_pwrite): Likewise.
7802 (inf_child_fileio_pread): Likewise.
7803 (inf_child_fileio_fstat): Insert blank line before comment.
7804 (inf_child_fileio_close): Replace comment.
7805 (inf_child_fileio_unlink): Likewise.
7806 (inf_child_fileio_readlink): Likewise.
7807 * remote.c (remote_hostio_open): Likewise.
7808 (remote_hostio_pread): Likewise.
7809 (remote_hostio_pwrite): Likewise.
7810 (remote_hostio_close): Likewise.
7811 (remote_hostio_unlink): Likewise.
7812 (remote_hostio_readlink): Likewise.
7813 (remote_hostio_fstat): Likewise.
7814 (remote_filesystem_is_local): Likewise.
7815 * target.c (target_fileio_open): Likewise.
7816 (target_fileio_pwrite): Likewise.
7817 (target_fileio_pread): Likewise.
7818 (target_fileio_fstat): Insert blank line before comment.
7819 (target_fileio_close): Replace comment.
7820 (target_fileio_unlink): Likewise.
7821 (target_fileio_readlink): Likewise.
7822 (target_fileio_read_alloc): Likewise.
7823 (target_fileio_read_stralloc): Likewise.
7824
9bc3a976
GB
78252015-06-10 Gary Benson <gbenson@redhat.com>
7826
7827 * linux-thread-db.c (nat/linux-namespaces.h): New include.
7828 (check_pid_namespace_match): Use linux_ns_same rather than
7829 linux_proc_pid_get_ns to spot PID namespace mismatches.
7830 * nat/linux-procfs.h (linux_proc_pid_get_ns): Remove.
7831 * nat/linux-procfs.c (linux_proc_pid_get_ns): Likewise.
7832
4b8b5e72
GB
78332015-06-10 Gary Benson <gbenson@redhat.com>
7834
7835 * configure.ac (AC_CHECK_FUNCS): Add setns.
7836 * config.in: Regenerate.
7837 * configure: Likewise.
7838 * nat/linux-namespaces.h: New file.
7839 * nat/linux-namespaces.c: Likewise.
7840 * Makefile.in (HFILES_NO_SRCDIR): Add nat/linux-namespaces.h.
7841 (linux-namespaces.o): New rule.
7842 * config/aarch64/linux.mh (NATDEPFILES): Add linux-namespaces.o.
7843 * config/alpha/alpha-linux.mh (NATDEPFILES): Likewise.
7844 * config/arm/linux.mh (NATDEPFILES): Likewise.
7845 * config/i386/linux.mh (NATDEPFILES): Likewise.
7846 * config/i386/linux64.mh (NATDEPFILES): Likewise.
7847 * config/ia64/linux.mh (NATDEPFILES): Likewise.
7848 * config/m32r/linux.mh (NATDEPFILES): Likewise.
7849 * config/m68k/linux.mh (NATDEPFILES): Likewise.
7850 * config/mips/linux.mh (NATDEPFILES): Likewise.
7851 * config/pa/linux.mh (NATDEPFILES): Likewise.
7852 * config/powerpc/linux.mh (NATDEPFILES): Likewise.
7853 * config/powerpc/ppc64-linux.mh (NATDEPFILES): Likewise.
7854 * config/powerpc/spu-linux.mh (NATDEPFILES): Likewise.
7855 * config/s390/linux.mh (NATDEPFILES): Likewise.
7856 * config/sparc/linux.mh (NATDEPFILES): Likewise.
7857 * config/sparc/linux64.mh (NATDEPFILES): Likewise.
7858 * config/tilegx/linux.mh (NATDEPFILES): Likewise.
7859 * config/xtensa/linux.mh (NATDEPFILES): Likewise.
7860
ca095836
GB
78612015-06-10 Gary Benson <gbenson@redhat.com>
7862
7863 * utils.h (make_cleanup_close): Moved to common/filestuff.h.
7864 * utils.c (do_close_cleanup): Moved to common/filestuff.c.
7865 (make_cleanup_close): Likewise.
7866 * common/filestuff.h (make_cleanup_close): Moved from utils.h.
7867 * common/filestuff.c (do_close_cleanup): Moved from utils.c.
7868 (make_cleanup_close): Likewise.
7869
5d9c55d3
JT
78702015-06-03 Jon Turney <jon.turney@dronecode.org.uk>
7871
7872 * windows-nat.c (thread_rec): Also ignore ERROR_INVALID_HANDLE
7873 from SuspendThread().
7874
040ea00b
JT
78752015-06-03 Jon Turney <jon.turney@dronecode.org.uk>
7876
7877 * windows-nat.c (handle_output_debug_string): Trim trailing '\n'
7878 from OutputDebugString.
7879
7d73c23c
WT
78802015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
7881 Mircea Gherzan <mircea.gherzan@intel.com>
7882
7883 * i386-tdep.c (MPX_BASE_MASK, MPX_BD_MASK, MPX_BT_MASK, MPX_BD_MASK_32,
7884 MPX_BT_MASK_32): New macros.
7885 (i386_mpx_set_bounds): New function that implements
7886 the command "set-mpx-bound".
7887 (i386_mpx_enabled): Helper function to test MPX availability.
7888 (i386_mpx_bd_base): Helper function to calculate the base directory
7889 address.
7890 (i386_mpx_get_bt_entry): Helper function to access a bound
7891 table entry.
7892 (i386_mpx_print_bounds): Effectively display bound information.
7893 (_initialize_i386_tdep): Add new commands to commands "set mpx" and
7894 "show mpx".
7895 (_initialize_i386_tdep):
7896 Add "bound" to the commands "show mpx" and "set mpx" commands.
7897 (mpx_set_cmdlist and mpx_show_cmdlist): List for the new prefixed "set mpx"
7898 and "show mpx" commands.
7899 * NEWS: List new commands for MPX support.
7900
3ac2e371
GB
79012015-06-09 Gary Benson <gbenson@redhat.com>
7902
7903 * common/fileio.h (fileio_to_host_mode): New declaration.
7904 * common/fileio.c (fileio_to_host_mode): New Function.
7905 * inf-child.c (inf_child_fileio_open): Process mode argument
7906 with fileio_to_host_mode.
7907
ecef18c5
GB
79082015-06-09 Gary Benson <gbenson@redhat.com>
7909
7910 * common/fileio.c (fileio_mode_pack): Fix preprocessor
7911 conditional.
7912
e3dd7556
GB
79132015-06-05 Gary Benson <gbenson@redhat.com>
7914
7915 * gdb_bfd.c (gdb_bfd_open): Move vgdb special case to...
7916 * remote.c (remote_filesystem_is_local): ...here.
7917
5b74bf7d
YQ
79182015-06-04 Yao Qi <yao.qi@linaro.org>
7919
7920 * gdbarch.c: Regenerate it.
7921
7f361056
JK
79222015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
7923
7924 * arch-utils.c (default_infcall_munmap): New.
7925 * arch-utils.h (default_infcall_munmap): New declaration.
7926 * compile/compile-object-load.c (struct munmap_list, munmap_list_add)
7927 (munmap_list_free, munmap_listp_free_cleanup): New.
7928 (struct setup_sections_data): Add field munmap_list_headp.
7929 (setup_sections): Call munmap_list_add.
7930 (compile_object_load): New variable munmap_list_head, initialize
7931 setup_sections_data.munmap_list_headp, return munmap_list_head.
7932 * compile/compile-object-load.h (struct munmap_list): New declaration.
7933 (struct compile_module): Add field munmap_list_head.
7934 (munmap_list_free): New declaration.
7935 * compile/compile-object-run.c (struct do_module_cleanup): Add field
7936 munmap_list_head.
7937 (do_module_cleanup): Call munmap_list_free.
7938 (compile_object_run): Pass munmap_list_head to do_module_cleanup.
7939 * gdbarch.c: Regenerate.
7940 * gdbarch.h: Regenerate.
7941 * gdbarch.sh (infcall_munmap): New.
7942 * linux-tdep.c (linux_infcall_munmap): New.
7943 (linux_init_abi): Install it.
7944
3b462ec2
SM
79452015-06-02 Simon Marchi <simon.marchi@ericsson.com>
7946
7947 PR gdb/15564
7948 * inferior.c (detach_inferior): Call exit_inferior_1 with silent = 0.
7949
8d683210
YQ
79502015-06-02 Yao Qi <yao.qi@linaro.org>
7951
7952 * i386-linux-nat.c: Include linux-nat.h.
7953
e0619de6
JK
79542015-06-01 Andreas Schwab <schwab@linux-m68k.org>
7955 Jan Kratochvil <jan.kratochvil@redhat.com>
7956
7957 PR symtab/18392
7958 * dwarf2-frame-tailcall.c (pretended_chain_levels): Correct
7959 assertion.
7960 * dwarf2loc.c (chain_candidate): Likewise.
7961
bd16da51
YQ
79622015-06-01 Yao Qi <yao.qi@linaro.org>
7963
7964 * arm-linux-nat.c (fetch_vfp_regs): Use PTRACE_GETREGSET.
7965 (store_vfp_regs): Use PTRACE_SETREGSET.
7966
df9d7ec9
YQ
79672015-06-01 Yao Qi <yao.qi@linaro.org>
7968
7969 * arm-linux-nat.c (fetch_fpregister): Use PTRACE_GETREGSET.
7970 (fetch_fpregs): Likewise.
7971 * arm-linux-nat.c (store_fpregister): Use PTRACE_SETREGSET.
7972 (store_fpregs): Likewise.
7973
10766686
YQ
79742015-06-01 Yao Qi <yao.qi@linaro.org>
7975
7976 * arm-linux-nat.c (fetch_register): Use PTRACE_GETREGSET.
7977 (fetch_regs): Likewise.
7978 (store_regs): Use PTRACE_SETREGSET.
7979 (store_register): Likewise.
7980
7efe48d1
YQ
79812015-06-01 Yao Qi <yao.qi@linaro.org>
7982
7983 * arm-linux-nat.c (arm_linux_read_description): Check whether
7984 kernel supports PTRACE_GETREGSET.
7985
433bbbf8
YQ
79862015-06-01 Yao Qi <yao.qi@linaro.org>
7987
7988 * x86-linux-nat.c (have_ptrace_getregset): Move it to ...
7989 * linux-nat.c: ... here.
7990 * x86-linux-nat.h (have_ptrace_getregset): Move the declaration
7991 to ...
7992 * linux-nat.h: ... here.
7993
ca9b78ce
YQ
79942015-06-01 Yao Qi <yao.qi@linaro.org>
7995
7996 * amd64-linux-nat.c: Include "nat/linux-ptrace.h".
7997 * i386-linux-nat.c: Likewise.
7998 * nat/linux-ptrace.h (PTRACE_GETREGSET, PTRACE_SETREGSET): Define.
7999 * s390-linux-nat.c: Include "nat/linux-ptrace.h".
8000 (PTRACE_GETREGSET, PTRACE_SETREGSET): Remove.
8001 * x86-linux-nat.c: Include "nat/linux-ptrace.h".
8002 * x86-linux-nat.h (PTRACE_GETREGSET, PTRACE_SETREGSET): Remove.
8003
99cee7b7
EZ
80042015-05-30 Eli Zaretskii <eliz@gnu.org>
8005
8006 * go32-nat.c (go32_xfer_memory): Fix the return value to be
8007 compatible to what read_child and write_child return. This
8008 unbreaks that DJGPP build of GDB which was broken since v7.7.
8009
2147f5bd
MG
80102015-05-29 Martin Galvan <martin.galvan@tallertechnologies.com>
8011
8012 * MAINTAINERS (Write After Approval): Add Martin Galvan.
8013
c8f6c93c
RM
80142015-05-29 Roland McGrath <mcgrathr@google.com>
8015
8016 PR gdb/18464
8017 * osabi.c (generic_elf_osabi_sniff_abi_tag_sections): Use warning
8018 rather than internal_error for an unrecognized value.
8019
8c6a948d
MF
80202015-05-29 Max Filippov <jcmvbkbc@gmail.com>
8021
8022 * xtensa-tdep.c (xtensa_pseudo_register_read)
8023 (xtensa_pseudo_register_write): Don't alias last pseudo register
8024 to a1.
8025
8dd06f7a
DB
80262015-05-28 Don Breazeal <donb@codesourcery.com>
8027
8028 * infrun.c (follow_fork_inferior): Ensure the use of
8029 process-style ptids (pid,0,0) in verbose/debug "Detaching"
8030 messages.
8031
a051152b
DE
80322015-05-28 Doug Evans <dje@google.com>
8033
8034 * dwarf2read.c (record_line_ftype): Remove, duplicate.
8035
a56cc1ce
YQ
80362015-05-28 Yao Qi <yao.qi@linaro.org>
8037
8038 * arm-linux-nat.c (arm_linux_has_wmmx_registers): Remove.
8039 (arm_linux_fetch_inferior_registers): Use
8040 tdep->have_wmmx_registers instead of arm_linux_has_wmmx_registers.
8041 (arm_linux_store_inferior_registers): Likewise.
8042 (arm_linux_read_description): Don't set
8043 arm_linux_has_wmmx_registers.
8044 * arm-tdep.c (arm_gdbarch_init): Set
8045 tdep->have_wmmx_registers according target descriptions.
8046 * arm-tdep.h (struct gdbarch_tdep) <have_wmmx_registers>: New
8047 field.
8048
330c6ca9
YQ
80492015-05-28 Yao Qi <yao.qi@linaro.org>
8050
8051 * arm-linux-nat.c (arm_linux_vfp_register_count): Remove.
8052 (fetch_vfp_regs): Use vfp_register_count from gdbarch_tdep
8053 instead of arm_linux_vfp_register_count.
8054 (store_vfp_regs): Likewise.
8055 (arm_linux_fetch_inferior_registers): Likewise.
8056 (arm_linux_store_inferior_registers): Likewise.
8057 (arm_linux_read_description): Don't set
8058 arm_linux_vfp_register_count.
8059 * arm-linux-tdep.c (arm_linux_iterate_over_regset_sections):
8060 Adjust.
8061 * arm-tdep.c (arm_gdbarch_init): Add assert on
8062 vfp_register_count.
8063 * arm-tdep.h (struct gdbarch_tdep) <have_vfp_registers>: Rename
8064 field to vfp_register_count. All users updated.
8065
d403db27
KH
80662015-05-28 Kyle Huey <me@kylehuey.com> (tiny patch)
8067
8068 * gdb/arm-tdep.c (arm_gdbarch_init): Perform arm_abi detection on
8069 ELFOSABI_GNU binaries.
8070
d9b3de22
DE
80712015-05-27 Doug Evans <dje@google.com>
8072
8073 * dwarf2read.c (lnp_state_machine): New typedef.
8074 (lnp_reader_state): New typedef.
8075 (dwarf_record_line_1): Renamed from dwarf_record_line.
8076 All callers updated.
8077 (dwarf_record_line): New function.
8078 (init_lnp_state_machine): New function.
8079 (check_line_address): Replace p_record_line parameter with state.
8080 All callers updated.
8081 (dwarf_decode_lines_1): Call dwarf_record_line, init_lnp_state_machine.
8082 Update to record state in lnp_state_machine.
8083
924c2928
DE
80842015-05-27 Doug Evans <dje@google.com>
8085
8086 * dwarf2read.c (record_line_ftype): New typedef.
8087 (check_line_address): New function.
8088 (dwarf_decode_lines_1): Call it.
8089
27e0867f
DE
80902015-05-27 Doug Evans <dje@google.com>
8091
8092 * NEWS: Mention "set debug dwarf-line".
8093 * dwarf2read.c (dwarf_line_debug): New static global.
8094 (add_include_dir): Add debug dwarf-line support.
8095 (add_file_name, dwarf_record_line, dwarf_finish_line): Ditto.
8096 (_initialize_dwarf2_read): New parameter "debug dwarf-line".
8097
4dcabcc2
DE
80982015-05-27 Doug Evans <dje@google.com>
8099
8100 * cp-namespace.c (cp_lookup_nested_symbol): New arg "domain".
8101 All callers updated.
8102 (cp_lookup_nested_symbol_1, find_symbol_in_baseclass): Ditto.
8103 * cp-support.h (cp_lookup_nested_symbol): Update.
8104
b2e2f908
DE
81052015-05-27 Doug Evans <dje@google.com>
8106
8107 PR symtab/18258
8108 * block.c (block_find_symbol): New function.
8109 (block_find_non_opaque_type): Ditto.
8110 (block_find_non_opaque_type_preferred): Ditto.
8111 * block.h (block_symbol_matcher_ftype): New typedef.
8112 (block_find_symbol): Declare.
8113 (block_find_non_opaque_type): Ditto.
8114 (block_find_non_opaque_type_preferred): Ditto.
8115 * dwarf2read.c (dw2_lookup_symbol): Call block_find_symbol.
8116 * psymtab.c (psym_lookup_symbol): Ditto.
8117 * symtab.c (basic_lookup_transparent_type_1): New function.
8118 (basic_lookup_transparent_type): Call it.
8119
f62fce35
YQ
81202015-05-27 Yao Qi <yao.qi@linaro.org>
8121
8122 * aarch64-tdep.c (aarch64_record_data_proc_simd_fp): Return
8123 AARCH64_RECORD_UNKNOWN for unknown instruction encoding.
8124
5d98d3cd
YQ
81252015-05-27 Yao Qi <yao.qi@linaro.org>
8126
8127 * aarch64-tdep.c (aarch64_record_branch_except_sys): Split lines
8128 before operator &&.
8129 (aarch64_record_load_store): Likewise.
8130
82c7be31
DE
81312015-05-26 Doug Evans <dje@google.com>
8132
8133 PR c++/18141, c++/18417.
8134 * cp-support.c (cp_lookup_rtti_type): Handle the case of NAME being
8135 a typedef.
8136
b4f54984
DE
81372015-05-26 Doug Evans <dje@google.com>
8138
8139 * NEWS: Add entries for command renamings.
8140 * dwarf2read.c (dwarf_read_debug): Renamed from dwarf2_read_debug.
8141 All uses updated.
8142 (dwarf_die_debug): Renamed from dwarf2_die_debug. All uses updated.
8143 (dwarf_max_cache_age): Renamed from dwarf2_max_cache_age.
8144 All uses updated.
8145 (show_dwarf_max_cache_age): Renamed from show_dwarf2_max_cache_age.
8146 All callers updated. Fix spelling of DWARF in help text.
8147 (set_dwarf_cmdlist): Renamed from set_dwarf2_cmdlist.
8148 All uses updated.
8149 (show_dwarf_cmdlist): Renamed from show_dwarf2_cmdlist.
8150 All uses updated.
8151 (set_dwarf_cmd): Renamed from set_dwarf2_cmd. All callers updated.
8152 (show_dwarf_cmd): Renamed from show_dwarf2_cmd. All callers updated.
8153 (dwarf_always_disassemble): Renamed from dwarf_always_disassemble.
8154 All uses updated.
8155 (show_dwarf_always_disassemble): Renamed from
8156 show_dwarf2_always_disassemble. All callers updated.
8157 (_initialize_dwarf2_read): Rename "set/show dwarf2" prefix to
8158 "set/show dwarf". Rename "set/show dwarf2 max-cache-age" to
8159 "set/show dwarf max-cache-age". Rename
8160 "set/show dwarf2 always-disassemble" to
8161 "set/show dwarf always-disassemble". Rename
8162 "set/show debug dwarf2-read" to "set/show debug dwarf-read". Rename
8163 "set/show debug dwarf2-die" to "set/show debug dwarf-die".
8164
4ea6efe9
DE
81652015-05-26 Doug Evans <dje@google.com>
8166
8167 PR python/18438
8168 * python/py-lazy-string.c (stpy_convert_to_value): Use
8169 gdbpy_gdb_memory_error not PyExc_MemoryError.
8170 (gdbpy_create_lazy_string_object): Ditto.
8171
b93fd21d
AB
81722015-05-26 Andrew Burgess <andrew.burgess@embecosm.com>
8173
8174 * tui/tui-regs.c (tui_reg_next_command): Compare against NULL.
8175
55b40027
AB
81762015-05-26 Andrew Burgess <andrew.burgess@embecosm.com>
8177
8178 * tui/tui-regs.c (tui_reg_prev_command): New function.
8179 (_initialize_tui_regs): Add 'prev' command for 'tui reg'.
8180 * reggroups.c (reggroup_prev): New function.
8181 * reggroups.h (reggroup_prev): Add declaration. Update comment.
8182
99afc88b
OJ
81832015-05-26 Omair Javaid <omair.javaid@linaro.org>
8184 Yao Qi <yao.qi@linaro.org>
8185
8186 * aarch64-linux-tdep.c: Include linux-record.h and
8187 record-full.h.
8188 (struct linux_record_tdep aarch64_linux_record_tdep): Declare.
8189 (aarch64_syscall): New enum.
8190 (aarch64_canonicalize_syscall): New function.
8191 (aarch64_all_but_pc_registers_record): New function.
8192 (aarch64_linux_syscall_record): New function.
8193 (aarch64_linux_init_abi): Install AArch64 process record
8194 handler. Update to handle syscall recording.
8195 * aarch64-tdep.c: Include record.h and record-full.h.
8196 (submask, bit, bits, REG_ALLOC, MEM_ALLOC): New macros.
8197 (struct aarch64_mem_r): Define.
8198 (aarch64_record_result): New enum.
8199 (struct insn_decode_record): Define.
8200 (insn_decode_record): New typedef.
8201 (aarch64_record_data_proc_reg): New function.
8202 (aarch64_record_data_proc_imm): New function.
8203 (aarch64_record_branch_except_sys): New function.
8204 (aarch64_record_load_store): New function.
8205 (aarch64_record_data_proc_simd_fp): New function.
8206 (aarch64_record_asimd_load_store): New function.
8207 (aarch64_record_decode_insn_handler): New function.
8208 (deallocate_reg_mem): New function.
8209 (aarch64_process_record): New function.
8210 * aarch64-tdep.h (struct gdbarch_tdep) <aarch64_syscall_record>:
8211 New field.
8212 (aarch64_process_record): New extern declaration.
8213 * configure.tgt: Add linux-record.o to gdb_target_obs.
8214 * linux-record.h (struct linux_record_tdep) <arg7>: New field.
8215
c16a3f52
OJ
82162015-05-26 Omair Javaid <omair.javaid@linaro.org>
8217
8218 * NEWS: Add a note on process record-replay support on aarch64*-linux*
8219 targets.
8220
c9cf6e20
MG
82212015-05-26 Martin Galvan <martin.galvan@tallertechnologies.com>
8222
8223 * amd64-tdep.c: Replace in_function_epilogue_p with
8224 stack_frame_destroyed_p throughout.
8225 * arch-utils.c: Ditto.
8226 * arch-utils.h: Ditto.
8227 * arm-tdep.c: Ditto.
8228 * breakpoint.c: Ditto.
8229 * gdbarch.sh: Ditto.
8230 * hppa-tdep.c: Ditto.
8231 * i386-tdep.c: Ditto.
8232 * mips-tdep.c: Ditto.
8233 * nios2-tdep.c: Ditto.
8234 * rs6000-tdep.c: Ditto.
8235 * s390-linux-tdep.c: Ditto.
8236 * score-tdep.c: Ditto.
8237 * sh-tdep.c: Ditto.
8238 * sparc-tdep.c: Ditto.
8239 * sparc-tdep.h: Ditto.
8240 * sparc64-tdep.c: Ditto.
8241 * spu-tdep.c: Ditto.
8242 * tic6x-tdep.c: Ditto.
8243 * tilegx-tdep.c: Ditto.
8244 * xstormy16-tdep.c: Ditto.
8245 * gdbarch.c, gdbarch.h: Re-generated.
8246
a4ea0946
AB
82472015-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
8248
8249 * NEWS: Mention 'tui enable' and 'tui disable'.
8250 * tui/tui.c (tui_enable_command): New function.
8251 (tui_disable_command): New function.
8252 (_initialize_tui): New function.
8253
b75c69bb
AB
82542015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
8255
8256 * tui/tui-regs.c (tui_reg_next_command): Use NULL not 0.
8257
c1b009ee
AB
82582015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
8259
8260 * tui/tui-layout.c (tui_set_layout_for_display_command): Ensure
8261 buf_ptr is freed.
8262
880d1e40
AB
82632015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
8264
8265 * tui/tui-layout.c (tui_layout_command): Move call to tui_enable
8266 into ...
8267 (tui_set_layout_for_display_command): ...here, before calling
8268 tui_set_layout. Only set the layout if gdb has not already
8269 entered the TUI_FAILURE state.
8270
a0145030
AB
82712015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
8272
8273 * tui/tui-layout.c (layout_completer): New function.
8274 (_initialize_tui_layout): Set completer on layout command.
8275
7bd0be3a
AB
82762015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
8277
8278 * tui/tui-layout.c (tui_set_layout): Remove
8279 tui_register_display_type parameter. Remove all checking of this
8280 parameter, and reindent function. Update header comment.
8281 (tui_set_layout_for_display_command): Rename to...
8282 (tui_set_layout_by_name): ...this, and don't check for different
8283 register class types, don't pass a tui_register_display_type to
8284 tui_set_layout. Update header comment.
8285 (layout_names): Remove register set specific names.
8286 * tui/tui-layout.h (tui_set_layout): Remove
8287 tui_register_display_type parameter.
8288 * tui/tui.c (tui_rl_change_windows): Don't pass a
8289 tui_register_display_type to tui_set_layout.
8290 (tui_rl_delete_other_windows): Likewise.
8291 (tui_enable): Likewise.
8292 * tui/tui-data.h (TUI_FLOAT_REGS_NAME): Remove.
8293 (TUI_FLOAT_REGS_NAME_LOWER): Remove.
8294 (TUI_GENERAL_REGS_NAME): Remove.
8295 (TUI_GENERAL_REGS_NAME_LOWER): Remove.
8296 (TUI_SPECIAL_REGS_NAME): Remove.
8297 (TUI_SPECIAL_REGS_NAME_LOWER): Remove.
8298 (TUI_GENERAL_SPECIAL_REGS_NAME): Remove.
8299 (TUI_GENERAL_SPECIAL_REGS_NAME_LOWER): Remove.
8300 (enum tui_register_display_type): Remove.
8301 (struct tui_layout_def): Remove regs_display_type and
8302 float_regs_display_type fields.
8303 (struct tui_data_info): Remove regs_display_type field.
8304 (tui_layout_command): Use new name for
8305 tui_set_layout_for_display_command.
8306 * tui/tui-data.c (layout_def): Don't initialise removed fields.
8307 (tui_clear_win_detail): Don't initialise removed fields of
8308 win_info.
8309 * tui/tui-regs.c (tui_show_registers): Use new name for
8310 tui_set_layout_for_display_command.
8311 * tui/tui.h (tui_set_layout_for_display_command): Rename
8312 declaration to...
8313 (tui_set_layout_by_name): ...this.
8314 * printcmd.c (display_command): Remove tui related layout call,
8315 and reindent.
8316
0b6e5e10
JB
83172015-05-20 Joel Brobecker <brobecker@adacore.com>
8318
8319 * infrun.c (handle_inferior_event_1): Renames handle_inferior_event.
8320 (handle_inferior_event): New function.
8321
1da0522e
JB
83222015-05-20 Joel Brobecker <brobecker@adacore.com>
8323
8324 * ada-lang.c (to_fixed_array_type): Rename local variable
8325 typename into type_name.
8326
5fe75eec
JK
83272015-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
8328
8329 Fix ASAN crash for gdb.compile/compile.exp.
8330 * infcall.c (call_function_by_hand_dummy): Use xstrdup for NAME.
8331
a4063588
JK
83322015-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
8333
8334 * compile/compile-c-symbols.c (convert_symbol_sym, gcc_convert_symbol)
8335 (gcc_symbol_address): Change gdb_stdout to gdb_stdlog.
8336 * compile/compile-object-load.c (setup_sections, compile_object_load):
8337 Likewise.
8338 * compile/compile.c (compile_to_object): Likewise.
8339
37442ce1
DE
83402015-05-16 Doug Evans <xdje42@gmail.com>
8341
8342 * NEWS: Mention support for unbuffered Guile memory ports.
8343 * scm-ports.c (ioscm_memory_port): Update comments on end, size.
8344 (ioscm_lseek_address): Improve overflow calculation.
8345 (gdbscm_memory_port_fill_input): Add assert.
8346 (gdbscm_memory_port_write): Handle unbuffered ports.
8347 Handle large writes identical to Guile's fport_write.
8348 (gdbscm_memory_port_seek): Fix seeking past end check.
8349 (gdbscm_memory_port_close): Handle closing unbuffered port.
8350 (ioscm_parse_mode_bits): Recognize "0" for unbuffered ports.
8351 (ioscm_init_memory_port): Handle unbuffered ports.
8352 (ioscm_reinit_memory_port): Ditto.
8353 (ioscm_init_memory_port): Update size calculation.
8354 (gdbscm_open_memory): Support zero sized ports.
8355
d976bace
JK
83562015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
8357
8358 * compile/compile-object-load.c (get_out_value_type): Fix uninitialized
8359 variable compiler warnings.
8360
4d18dfad
JK
83612015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
8362
8363 * compile/compile-object-load.c (get_out_value_type): Fix returned type.
8364
36de76f9
JK
83652015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
8366 Phil Muldoon <pmuldoon@redhat.com>
8367
8368 * NEWS (Changes since GDB 7.9): Add compile print.
8369 * compile/compile-c-support.c (add_code_header, add_code_footer)
8370 (c_compute_program): Add COMPILE_I_PRINT_ADDRESS_SCOPE and
8371 COMPILE_I_PRINT_VALUE_SCOPE.
8372 * compile/compile-internal.h (COMPILE_I_PRINT_OUT_ARG_TYPE)
8373 (COMPILE_I_PRINT_OUT_ARG, COMPILE_I_EXPR_VAL, COMPILE_I_EXPR_PTR_TYPE):
8374 New.
8375 * compile/compile-object-load.c: Include block.h.
8376 (get_out_value_type): New function.
8377 (compile_object_load): Handle COMPILE_I_PRINT_ADDRESS_SCOPE and
8378 COMPILE_I_PRINT_VALUE_SCOPE. Set compile_module's OUT_VALUE_ADDR and
8379 OUT_VALUE_TYPE.
8380 * compile/compile-object-load.h (struct compile_module): Add fields
8381 out_value_addr and out_value_type.
8382 * compile/compile-object-run.c: Include valprint.h and compile.h.
8383 (struct do_module_cleanup): Add fields out_value_addr and
8384 out_value_type.
8385 (do_module_cleanup): Handle COMPILE_I_PRINT_ADDRESS_SCOPE and
8386 COMPILE_I_PRINT_VALUE_SCOPE.
8387 (compile_object_run): Propagate out_value_addr and out_value_type.
8388 Pass OUT_VALUE_ADDR.
8389 * compile/compile.c: Include valprint.h.
8390 (compile_print_value, compile_print_command): New functions.
8391 (eval_compile_command): Handle failed COMPILE_I_PRINT_ADDRESS_SCOPE.
8392 (_initialize_compile): Update compile code help text. Install
8393 compile_print_command.
8394 * compile/compile.h (compile_print_value): New prototype.
8395 * defs.h (enum compile_i_scope_types): Add
8396 COMPILE_I_PRINT_ADDRESS_SCOPE and COMPILE_I_PRINT_VALUE_SCOPE.
8397
83d3415e
JK
83982015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
8399
8400 * compile/compile-object-load.c (get_regs_type): Add parameter func_sym.
8401 Rely on its parameter count.
8402 (compile_object_load): Replace lookup_minimal_symbol_text by
8403 lookup_global_symbol_from_objfile. Verify FUNC_SYM. Set it in the
8404 return value.
8405 * compile/compile-object-load.h (struct compile_module): Replace
8406 func_addr by func_sym.
8407 * compile/compile-object-run.c: Include block.h.
8408 (compile_object_run): Reset module variable after it is freed. Use
8409 FUNC_SYM instead of FUNC_ADDR. Rely on it.
8410
3a9558c4
JK
84112015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
8412
8413 * compile/compile-c-support.c (print_one_macro): Use #ifndef.
8414 (generate_register_struct): Use __gdb_uintptr for TYPE_CODE_PTR.
8415 (c_compute_program): Call generate_register_struct after typedefs.
8416 * compile/compile-loc2c.c (push, pushf_register_address)
8417 (pushf_register): Cast to GCC_UINTPTR.
8418 (do_compile_dwarf_expr_to_c): Use unused attribute. Add space after
8419 type. Use GCC_UINTPTR instead of void *. Remove excessive cast.
8420 (compile_dwarf_expr_to_c): Use GCC_UINTPTR instead of void *.
8421 * compile/compile.c (_initialize_compile): Enable warnings for
8422 COMPILE_ARGS.
8423
5c65b58a
JK
84242015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
8425
8426 * cli/cli-script.c (execute_control_command): Update
8427 eval_compile_command caller.
8428 * compile/compile-object-load.c (compile_object_load): Add parameters
8429 scope and scope_data. Set them.
8430 * compile/compile-object-load.h (struct compile_module): Add fields
8431 scope and scope_data.
8432 (compile_object_load): Add parameters scope and scope_data.
8433 * compile/compile-object-run.c (struct do_module_cleanup): Add fields
8434 scope and scope_data.
8435 (compile_object_run): Propagate the fields scope and scope_data.
8436 * compile/compile.c (compile_file_command, compile_code_command):
8437 Update eval_compile_command callers.
8438 (eval_compile_command): Add parameter scope_data. Pass it plus scope.
8439 * compile/compile.h (eval_compile_command): Add parameter scope_data.
8440 * defs.h (struct command_line): Add field scope_data.
8441
1c88ceb1
JK
84422015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
8443
8444 * printcmd.c (struct format_data): Move it to valprint.h.
8445 (print_command_parse_format, print_value): New functions from ...
8446 (print_command_1): ... here. Call them.
8447 * valprint.h (struct format_data): Move it here from printcmd.c.
8448 (print_command_parse_format, print_value): New declarations.
8449
0b738f27
JK
84502015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
8451
8452 * compile/compile-object-load.c (compile_object_load): Add
8453 COMPILE_DEBUG message.
8454
aa715135
JG
84552015-05-15 Jerome Guitton <guitton@adacore.com>
8456
8457 * ada-lang.c (ada_value_ptr_subscript): Use enum position of
8458 index to get element instead of enum value.
8459 (ada_value_slice_from_ptr, ada_value_slice): Use enum position
8460 of index to compute length, but enum values to compute bounds.
8461 (ada_array_length): Use enum position of index instead of enum value.
8462 (pos_atr): Move position computation to...
8463 (ada_evaluate_subexp): Use enum values to compute bounds.
8464 * gdbtypes.c (discrete_position): ...this new function.
8465 * gdbtypes.h (discrete_position): New function declaration.
8466 * valprint.c (val_print_array_elements): Call discrete_position
8467 to handle array indexed by non-contiguous enumeration types.
8468
931e5bc3
JG
84692015-05-15 Jerome Guitton <guitton@adacore.com>
8470
8471 * ada-lang.c (find_parallel_type_by_descriptive_type):
8472 Go through typedefs during lookup.
8473 (to_fixed_array_type): Add support for non-bit packed arrays
8474 as variable-length fields.
8475
4e63d0ac
PA
84762015-05-15 Pedro Alves <palves@redhat.com>
8477 Simon Marchi <simon.marchi@ericsson.com>
8478
8479 * event-loop.c (gdb_notifier) <next_file_handler,
8480 next_poll_fds_index>: New fields.
8481 (get_next_file_handler_to_handle_and_advance): New function.
8482 (delete_file_handler): If deleting the next file handler to
8483 handle, advance to the next file handler.
8484 (gdb_wait_for_event): Bail early if no event fired. Poll file
8485 handlers in round-robin fashion.
8486
52e48b36
PA
84872015-05-15 Pedro Alves <palves@redhat.com>
8488
8489 * linux-tdep.c (linux_find_memory_regions_full): Rename local
8490 'private' to 'priv'.
8491
2465e12e
PA
84922015-05-15 Pedro Alves <palves@redhat.com>
8493
8494 * nat/linux-nat.h: Include "target/waitstatus.h".
8495
13fa0398
YZ
84962015-05-15 Yuanhui Zhang <asmwarrior@gmail.com>
8497
8498 * python/py-unwind.c (struct reg_info): Move out of ...
8499 (struct cached_frame_info): ... this scope.
8500 (pending_frame_object_type, unwind_info_object_type): Make extern.
8501
9cd4d857
JB
85022015-05-15 Joel Brobecker <brobecker@adacore.com>
8503
8504 * ada-lang.c (ada_value_primitive_packed_val): Make sure
8505 accumSize is never negative.
8506
e3555239
PP
85072015-05-14 Patrick Palka <patrick@parcs.ath.cx>
8508
8509 * tui/tui-command.c: Remove include of <ctype.h>.
8510 (tui_dispatch_ctrl_char): Remove workaround for xterm terminals.
8511
08a76f8a
MG
85122015-05-13 Martin Galvan <martin.galvan@tallertechnologies.com>
8513
8514 * dwarf2read.c (die_needs_namespace): Return 1 for
8515 DW_TAG_inlined_subroutine.
8516
bd49952b
JK
85172015-05-13 Jan Kratochvil <jan.kratochvil@redhat.com>
8518
8519 * regcache.c (regcache_cpy_no_passthrough): New declaration.
8520 (regcache_cpy_no_passthrough): Make it static, add function comment.
8521 * regcache.h (regcache_dup, regcache_cpy): Reduce/update their comment.
8522 (regcache_cpy_no_passthrough): Remove declaration.
8523
46c03469
JK
85242015-05-13 Jan Kratochvil <jan.kratochvil@redhat.com>
8525
8526 * gdbthread.h (struct thread_control_state): Update comment for
8527 proceed_to_finish.
8528 * infcall.c (run_inferior_call): Update comment about
8529 proceed_to_finish.
8530 * infcmd.c (get_return_value): Update comment about stop_registers.
8531 (finish_forward): Update comment about proceed_to_finish.
8532 * infrun.c (stop_registers): Remove.
8533 (clear_proceed_status, normal_stop): Remove stop_registers handling.
8534 * infrun.h (stop_registers): Remove.
8535
8a6c4031
JK
85362015-05-13 Jan Kratochvil <jan.kratochvil@redhat.com>
8537
8538 * infcall.c (struct dummy_frame_context_saver)
8539 (dummy_frame_context_saver_data_free, dummy_frame_context_saver_dtor)
8540 (dummy_frame_context_saver_drop, dummy_frame_context_saver_cleanup)
8541 (dummy_frame_context_saver_get_regs, dummy_frame_context_saver_setup):
8542 New.
8543 (call_function_by_hand_dummy): Move discard_cleanups of
8544 inf_status_cleanup before dummy_frame_push. Call
8545 dummy_frame_context_saver_setup and prepare context_saver_cleanup.
8546 Use dummy_frame_context_saver_get_regs instead of stop_registers.
8547 * infcall.h (struct dummy_frame_context_saver)
8548 (dummy_frame_context_saver_drop, dummy_frame_context_saver_cleanup)
8549 (dummy_frame_context_saver_get_regs, dummy_frame_context_saver_setup):
8550 New declarations.
8551 * infcmd.c: Include infcall.h.
8552 (get_return_value): Add parameter ctx_saver, use it instead of
8553 stop_registers.
8554 (print_return_value): Add parameter ctx_saver, pass it.
8555 (struct finish_command_continuation_args): Add field ctx_saver.
8556 (finish_command_continuation): Update print_return_value caller.
8557 (finish_command_continuation_free_arg): Free also ctx_saver.
8558 (finish_forward): Call dummy_frame_context_saver_setup.
8559 * inferior.h (struct dummy_frame_context_saver): New declaration.
8560 (get_return_value): Add parameter ctx_saver.
8561 * python/py-finishbreakpoint.c (bpfinishpy_pre_stop_hook): Update
8562 get_return_value caller.
8563
10989690
JK
85642015-05-13 Jan Kratochvil <jan.kratochvil@redhat.com>
8565
8566 * dummy-frame.c (struct dummy_frame_dtor_list): New.
8567 (struct dummy_frame): Replace dtor and dtor_data by dtor_list.
8568 (remove_dummy_frame): Process dtor_list.
8569 (pop_dummy_frame): Process dtor_list.
8570 (register_dummy_frame_dtor): Maintain dtor_list.
8571 (find_dummy_frame_dtor): Handle dtor_list.
8572 * dummy-frame.h (register_dummy_frame_dtor, find_dummy_frame_dtor):
8573 Update comments.
8574
5e970501
JK
85752015-05-13 Jan Kratochvil <jan.kratochvil@redhat.com>
8576
8577 * compile/compile-object-run.c (do_module_cleanup): Add parameter
8578 registers_valid.
8579 (compile_object_run): Update do_module_cleanup caller.
8580 * dummy-frame.c: Include infcall.h.
8581 (struct dummy_frame): Update dtor comment.
8582 (remove_dummy_frame): Call dtor.
8583 (pop_dummy_frame): Update dtor caller.
8584 * dummy-frame.h (dummy_frame_dtor_ftype): Add parameter
8585 registers_valid.
8586
1c4eb778
JB
85872015-05-13 Joel Brobecker <brobecker@adacore.com>
8588
8589 GDB 7.9.1 released.
8590
f5f85ab9
JB
85912015-05-13 Joel Brobecker <brobecker@adacore.com>
8592
8593 * NEWS: Create "Changes in GDB 7.9.1" section. Move news about
8594 Xmethods now being able to specify a result type to that new
8595 sectioin.
8596
242cd84c
PP
85972015-05-13 Patrick Palka <patrick@parcs.ath.cx>
8598
8599 * tui/tui-win.c (tui_async_resize_screen): Clear win_resized
8600 first before resizing the window.
e3555239 8601 * tui/tui.c (tui_enable): Likewise.
242cd84c
PP
8602
86032015-05-13 Jan Kratochvil <jan.kratochvil@redhat.com>
558e5469
JK
8604
8605 * dummy-frame.c (struct dummy_frame): Use proper typedef for dtor.
8606 * dummy-frame.h (dummy_frame_dtor_ftype): Add its comment.
8607 * infcall.c (call_function_by_hand_dummy): Use proper typedef for
8608 dummy_dtor parameter.
8609 * infcall.h: Include dummy-frame.h.
8610 (call_function_by_hand_dummy_dtor_ftype): Remove.
8611 (call_function_by_hand_dummy): Use proper typedef for dummy_dtor
8612 parameter.
8613
ebfd00d2
PP
86142015-05-13 Patrick Palka <patrick@parcs.ath.cx>
8615
8616 PR gdb/17820
8617 * top.c (history_size_setshow_var): Change type to signed.
8618 Initialize to -2. Update documentation.
8619 (set_readline_history_size): Define.
8620 (set_history_size_command): Use it. Remove logic for handling
8621 out-of-range sizes.
8622 (init_history): Use set_readline_history_size(). Test for a
8623 value of -2 instead of 0 when determining whether to set a
8624 default history size.
8625 (init_main): Decode the argument of the "size" command as a
8626 zuinteger_unlimited.
8627
83769d0b
DE
86282015-05-12 Doug Evans <dje@google.com>
8629
8630 * dwarf2read.c (struct file_entry): Tweak comments.
8631 (get_debug_line_section): Tweak comments.
8632
0d71eef5
DB
86332015-05-12 Don Breazeal <donb@codesourcery.com>
8634
8635 * NEWS: Announce fork support in the RSP and support
8636 for fork debugging in extended mode.
8637
cbb8991c
DB
86382015-05-12 Don Breazeal <donb@codesourcery.com>
8639
8640 * remote.c (remote_insert_fork_catchpoint): New function.
8641 (remote_remove_fork_catchpoint): New function.
8642 (remote_insert_vfork_catchpoint): New function.
8643 (remote_remove_vfork_catchpoint): New function.
8644 (pending_fork_parent_callback): New function.
8645 (remove_new_fork_child): New function.
8646 (remote_update_thread_list): Call remote_notif_get_pending_events
8647 and remove_new_fork_child.
8648 (extended_remote_kill): Kill fork child when killing the
8649 parent before follow_fork completes.
8650 (init_extended_remote_ops): Initialize target vector with
8651 new fork catchpoint functions.
8652
c269dbdb
DB
86532015-05-12 Don Breazeal <donb@codesourcery.com>
8654
8655 * remote.c (remove_vfork_event_p): New function.
8656 (remote_follow_fork): Add vfork event type to event checking.
8657 (remote_parse_stop_reply): New stop reasons "vfork" and
8658 "vforkdone" for RSP 'T' Stop Reply Packet.
8659
de0d863e
DB
86602015-05-12 Don Breazeal <donb@codesourcery.com>
8661
8662 * linux-nat.c (linux_nat_ptrace_options): New function.
8663 (linux_init_ptrace, wait_lwp, linux_nat_filter_event):
8664 Call linux_nat_ptrace_options and use different argument to
8665 linux_enable_event_reporting.
8666 (_initialize_linux_nat): Delete call to
8667 linux_ptrace_set_additional_flags.
c8f6c93c 8668 * nat/linux-ptrace.c (current_ptrace_options): Rename to
de0d863e
DB
8669 supported_ptrace_options.
8670 (additional_flags): Delete variable.
8671 (linux_check_ptrace_features): Use supported_ptrace_options.
8672 (linux_test_for_tracesysgood, linux_test_for_tracefork):
8673 Likewise, and remove additional_flags check.
8674 (linux_enable_event_reporting): Change 'attached' argument to
8675 'options'. Use supported_ptrace_options.
c8f6c93c 8676 (ptrace_supports_feature): Change comment. Use
de0d863e
DB
8677 supported_ptrace_options.
8678 (linux_ptrace_set_additional_flags): Delete function.
8679 * nat/linux-ptrace.h (linux_ptrace_set_additional_flags):
8680 Delete function prototype.
8681 * remote.c (remote_fork_event_p): New function.
8682 (remote_detach_pid): New function.
8683 (remote_detach_1): Call remote_detach_pid, don't mourn inferior
8684 if doing detach-on-fork.
8685 (remote_follow_fork): New function.
8686 (remote_parse_stop_reply): Handle new "T" stop reason "fork".
8687 (remote_pid_to_str): Print "process" strings for pid/0/0 ptids.
8688 (init_extended_remote_ops): Initialize to_follow_fork.
8689
89245bc0
DB
86902015-05-12 Don Breazeal <donb@codesourcery.com>
8691
8692 * nat/linux-ptrace.c (linux_check_ptrace_features): Change
8693 from static to extern.
8694 * nat/linux-ptrace.h (linux_check_ptrace_features): Declare.
8695 * remote.c (anonymous enum): <PACKET_fork_event_feature,
8696 * PACKET_vfork_event_feature>: New enumeration constants.
8697 (remote_protocol_features): Add table entries for new packets.
8698 (remote_query_supported): Add new feature queries to qSupported
8699 packet.
8700
835205d0
GB
87012015-05-12 Gary Benson <gbenson@redhat.com>
8702
8703 * remote.c (remote_add_inferior): Call exec_file_locate_attach
8704 for fake PIDs as well as real ones.
8705 (remote_pid_to_exec_file): Send empty annex if PID is fake.
8706
4c082a81
SC
87072015-05-09 Siva Chandra Reddy <sivachandra@google.com>
8708
8709 * NEWS (Python Scripting): Mention the new gdb.Value methods.
8710 * python/py-value.c (valpy_reference_value): New function.
8711 (valpy_const_value): Likewise.
8712 (value_object_methods): Add new methods.
8713 * value.c (make_cv_value): New function.
8714 * value.h (make_cv_value): Declare.
8715
afa6c9ab
SL
87162015-05-08 Yao Qi <yao@codesourcery.com>
8717 Sandra Loosemore <sandra@codesourcery.com>
8718
8719 * dwarf2read.c (setup_type_unit_groups): Do NULL pointer check
8720 to 'lh->include_dirs' before accessing to it.
8721 (psymtab_include_file_name): Likewise.
8722 (dwarf_decode_lines_1): Likewise.
8723 (dwarf_decode_lines): Likewise.
8724 (file_file_name): Likewise.
8725
35d54293
SL
87262015-05-08 Sandra Loosemore <sandra@codesourcery.com>
8727
8728 * nios2-linux-tdep.c (NIOS2_SIGRETURN_TRAMP_ADDR): Define.
8729 (NIOS2_SIGRETURN_REGSAVE_OFFSET): Define.
8730 (nios2_linux_rt_sigreturn_init): Adjust base address of
8731 register save area.
8732
b73c49b7
SL
87332015-05-08 Sandra Loosemore <sandra@codesourcery.com>
8734
8735 * nios2-tdep.c (nios2_breakpoint_from_pc): Revert to using
8736 "trap 31" as the breakpoint instruction on all targets.
8737
dd9f02a0
JK
87382015-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
8739
8740 * infcmd.c (print_return_value): Remove unused declaration.
8741
6ad395a7
JB
87422015-05-08 Joel Brobecker <brobecker@adacore.com>
8743
8744 * dwarf2read.c (attr_to_dynamic_prop)
8745 <DW_AT_data_member_location>: Use read_type_die isntead of
8746 get_die_type.
8747
8344af1e
JB
87482015-05-08 Joel Brobecker <brobecker@adacore.com>
8749
8750 * ada-lang.c (ada_convert_actual): Add handling of formals
8751 passed inside an aligner type.
8752
80b0912b
JB
87532015-05-08 Joel Brobecker <brobecker@adacore.com>
8754
8755 * copyright.py (NOT_FSF_LIST): Remove sim/erc32 entries.
8756
df2eb078
SC
87572015-05-08 Siva Chandra Reddy <sivachandra@google.com>
8758
8759 PR python/18291
8760 * python/lib/gdb/command/xmethods.py (print_xm_info): Fix typo.
8761 Print xmethod matcher status.
8762
2492f0d0
AA
87632015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
8764
8765 * s390-linux-nat.c (fill_gregset): Avoid relying on the PSWA
8766 register in the regcache when treating the PSWM register, and vice
8767 versa.
8768
1c56a84d
GB
87692015-05-07 Gary Benson <gbenson@redhat.com>
8770
8771 * linux-thread-db.c (struct thread_db_info)
8772 <td_ta_map_id2thr_p>: Remove field.
8773 (try_thread_db_load_1): Remove initialization for the above.
8774
74850322
GB
87752015-05-07 Gary Benson <gbenson@redhat.com>
8776
8777 * linux-thread-db.c (struct thread_db_info)
8778 <td_thr_validate_p>: Remove field.
8779 (try_thread_db_load_1): Remove initialization for the above.
8780
e26efa40
JK
87812015-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
8782
8783 * compile/compile-object-load.c (compile_object_load): Support
8784 mst_text_gnu_ifunc.
8785
851c9091
JK
87862015-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
8787
8788 * compile/compile.c (compile_to_object): Make the cmd_string parameter
8789 const. Use new variables for the const compatibility.
8790 (eval_compile_command): Make the cmd_string parameter const.
8791 * compile/compile.h (eval_compile_command): Make the cmd_string
8792 parameter const.
8793
f218b647
JB
87942015-05-06 Joel Brobecker <brobecker@adacore.com>
8795
8796 * defs.h (deprecated_init_ui_hook): Delete. Remove associated
8797 comment.
8798 * top.c (deprecated_init_ui_hook): Delete.
8799 (gdb_init): Remove handling of deprecated_init_ui_hook.
8800 * interps.c (clear_interpreter_hooks): Remove handling of
8801 deprecated_init_ui_hook.
8802 * main.c (captured_main): Update comment.
8803
b30a0bc3
JB
88042015-05-06 Joel Brobecker <brobecker@adacore.com>
8805
8806 * solib.c (_initialize_solib): Add "info dll" alias creation.
8807 * windows-nat.c (set_windows_aliases): Delete.
8808 (_initialize_windows_nat): Remove deprecated_init_ui_hook
8809 assignment.
8810 * NEWS: Add news entry about "info dll" now being available
8811 on all platforms.
8812
7c512744
JB
88132015-05-05 Joel Brobecker <brobecker@adacore.com>
8814
8815 * ada-lang.c (value_assign_to_component): Reformat and improve
8816 documentation. Remove all trailing spaces.
8817
0fa7fe50
JB
88182015-05-05 Joel Brobecker <brobecker@adacore.com>
8819
8820 * inline-frame.c (inline_frame_sniffer, skip_inline_frames):
8821 Stop counting inlined frames as soon as an out-of-line function
8822 is found.
8823
3ea89b92
PMR
88242014-05-05 Pierre-Marie de Rodat <derodat@adacore.com>
8825
8826 * dwarf2read.c (inherit_abstract_dies): Skip
8827 DW_TAG_GNU_call_site dies while inheriting children of an
8828 abstract DIE into a scope.
8829 (read_lexical_block_scope): Inherit abstract DIE's for
8830 lexical scopes.
8831
2478d075
JB
88322015-05-05 Joel Brobecker <brobecker@adacore.com>
8833
8834 * ada-valprint.c (val_print_packed_array_elements): Delete
8835 variable "len". Add a type-length check when comparing two
8836 consecutive elements of the array. Use the element's actual
8837 length in call to value_contents_eq.
8838 * ada-lang.c (ada_value_primitive_packed_val): Always return
8839 a value whose type has been resolved.
8840
fc958966
JB
88412015-05-05 Joel Brobecker <brobecker@adacore.com>
8842
8843 * ada-lang.c (ada_value_primitive_packed_val): Recompute
8844 BIT_SIZE and LEN if the size of the resolved type is smaller
8845 than BIT_SIZE * HOST_CHAR_BIT.
8846
ca34b84f
JB
88472015-05-05 Joel Brobecker <brobecker@adacore.com>
8848
8849 * ada-lang.c (ada_value_primitive_packed_val): Use a more
8850 correct address in call to value_at. Adjust call to
8851 value_address accordingly.
8852
62c67f3c
JB
88532015-05-05 Joel Brobecker <brobecker@adacore.com>
8854
8855 * ada-valprint.c (ada_val_print_1): Resolve TYPE before trying
8856 to print it.
8857
c3345124
JB
88582015-05-05 Joel Brobecker <brobecker@adacore.com>
8859
8860 * dwarf2loc.h (struct property_addr_info): Add "valaddr" field.
8861 * dwarf2loc.c (dwarf2_evaluate_property): Add handling of
8862 pinfo->valaddr.
8863 * gdbtypes.h (resolve_dynamic_type): Add "valaddr" parameter.
8864 * gdbtypes.c (resolve_dynamic_struct): Set pinfo.valaddr.
8865 (resolve_dynamic_type_internal): Set pinfo.valaddr.
8866 Add handling of addr_stack->valaddr.
8867 (resolve_dynamic_type): Add "valaddr" parameter.
8868 Set pinfo.valaddr field.
8869 * ada-lang.c (ada_discrete_type_high_bound): Update call to
8870 resolve_dynamic_type.
8871 (ada_discrete_type_low_bound): Likewise.
8872 * findvar.c (default_read_var_value): Likewise.
8873 * value.c (value_from_contents_and_address): Likewise.
8874
75ea5859
JB
88752015-05-05 Joel Brobecker <brobecker@adacore.com>
8876
8877 * gdbtypes.c (resolve_dynamic_array): Use
8878 create_array_type_with_stride instead of create_array_type.
8879
0952813b
DD
88802015-04-30 DJ Delorie <dj@redhat.com>
8881
8882 * rl78-tdep.c (rl78_analyze_prologue): Pass RL78_ISA_DEFAULT to
8883 rl78_decode_opcode
8884
2ce1cdbf
DE
88852015-04-29 Doug Evans <dje@google.com>
8886
8887 PR python/18285
8888 * NEWS: Document new gdb.XMethodWorker.get_result_type method.
8889 * eval.c (evaluate_subexp_standard) <OP_FUNCALL>: Handle
8890 EVAL_AVOID_SIDE_EFFECTS for xmethods.
8891 * extension-priv.h (struct extension_language_ops)
8892 <get_xmethod_result_type>: New member.
8893 * extension.c (get_xmethod_result_type): New function.
8894 * extension.h (get_xmethod_result_type): Declare.
8895 * python/py-xmethods.c (get_result_type_method_name): New static
8896 global.
8897 (py_get_result_type_method_name): Ditto.
8898 (gdbpy_get_xmethod_result_type): New function.
8899 (gdbpy_initialize_xmethods): Initialize py_get_result_type_method_name.
8900 * python/python-internal.h (gdbpy_get_xmethod_result_type): Declare.
8901 * python/python.c (python_extension_ops): Add
8902 gdbpy_get_xmethod_result_type.
8903 * python/lib/gdb/xmethod.py (XMethodWorker): Add get_result_type.
8904 * valarith.c (value_x_binop): Handle EVAL_AVOID_SIDE_EFFECTS for
8905 xmethods.
8906 (value_x_unop): Ditto.
8907 * value.c (result_type_of_xmethod): New function.
8908 * value.h (result_type_of_xmethod): Declare.
8909
998d2a3e
GB
89102015-04-29 Gary Benson <gbenson@redhat.com>
8911
8912 * solib.c (solib_find_1): Allow fd argument to be NULL.
8913 (exec_file_find): Update comment.
8914 (solib_find): Likewise.
8915 * exec.c (exec_file_locate_attach): Use NULL as fd
8916 argument to exec_file_find to avoid having to close
8917 the opened file.
8918 * infrun.c (follow_exec): Likewise.
8919
34f5f757
DE
89202015-04-28 Doug Evans <dje@google.com>
8921
8922 PR python/18299
8923 * python/lib/gdb/printing.py (register_pretty_printer): Handle
8924 name or __name__ attributes. Handle gdb module as first argument.
8925
69b4374a
DE
89262015-04-28 Doug Evans <dje@google.com>
8927
8928 PR python/18089
8929 * python/py-prettyprint.c (print_children): Verify result of children
8930 iterator. Provide better error message.
8931 * python/python-internal..h (gdbpy_print_python_errors_p): Declare.
8932 * python/python.c (gdbpy_print_python_errors_p): New function.
8933
5e7cf078
DE
89342015-04-28 Doug Evans <dje@google.com>
8935
8936 * gdbtypes.h (struct cplus_struct_type) <n_baseclasses>: Fix comment.
8937
59fb7612
SS
89382015-04-28 Sasha Smundak <asmundak@google.com>
8939
8940 * NEWS: Mention gdb.Type.optimized_out method.
8941 * python/py-type.c (typy_optimized_out): New function.
8942
cea6e4f1
JB
89432015-04-28 John Baldwin <jhb@FreeBSD.org>
8944
8945 * fbsd-nat.c: Include "gdb_wait.h" instead of <sys/wait.h>.
8946
24b73f8e
PP
89472015-04-28 Patrick Palka <patrick@parcs.ath.cx>
8948
8949 * utils.c (init_page_info): Set rl_catch_sigwinch to zero.
8950 (initialize_utils): Move call of init_page_info() to ...
8951 * top.c (gdb_init): ... here.
8952
a88d0bb3
PP
89532015-04-28 Patrick Palka <patrick@parcs.ath.cx>
8954
8955 * tui/tui-win.c (tui_sigwinch_handler): Remove now-stale comment.
8956 (tui_sigwinch_handler): Still update our idea of
8957 the terminal's width and height even when TUI is not active.
8958
d6e5e7f7
PP
89592015-04-28 Patrick Palka <patrick@parcs.ath.cx>
8960
8961 * utils.h (set_screen_width_and_height): Declare.
8962 * utils.c (set_screen_width_and_height): Define.
8963 * tui/tui-win.c (tui_update_gdb_sizes): Use it.
8964
ff862be4
GB
89652015-04-28 Gary Benson <gbenson@redhat.com>
8966
8967 * infrun.c (solist.h): New include.
8968 (follow_exec): Use exec_file_find to prefix execd_pathname
8969 with gdb_sysroot.
8970
2eb639cb
PP
89712015-04-28 Patrick Palka <patrick@parcs.ath.cx>
8972
8973 * tui/tui-source.c (tui_set_source_content): Avoid calling
8974 strcpy() when offset is 0.
8975
97206799
PP
89762015-04-28 Patrick Palka <patrick@parcs.ath.cx>
8977
8978 PR gdb/18155
8979 * tui/tui-data.c (tui_free_window): Don't free the locator
8980 window when passed an SRC_WIN or a DISASSEM_WIN.
8981
63ed8182
PP
89822015-04-28 Patrick Palka <patrick@parcs.ath.cx>
8983
8984 * tui/tui-data.h (struct tui_win_element): Forward-declare.
8985 (tui_win_content): Move declaration.
8986 (struct tui_gen_win_info): Give 'content' field the
8987 type tui_win_content.
8988 * tui/tui-data.c (init_content_element): Remove redundant and
8989 erroneous casts.
8990 (tui_add_content_elements): Remove erroneous cast.
8991 * tui/tui-disasm.c (tui_set_disassem_content): Remove redundant
8992 casts.
8993 (tui_get_begin_asm_address): Likewise.
8994 * tui/tui-regs.c (tui_show_registers): Likewise.
8995 (tui_show_register_group): Likewise.
8996 (tui_display_registers_from): Likewise.
8997 (tui_check_register_values): Likewise.
8998 * tui/tui-source.c (tui_set_source_content): Likewise.
8999 (tui_set_source_content_nil): Likewise.
9000 (tui_source_is_displayed): Likewise.
9001 * tui/tui-stack.c (tui_show_locator_content): Likewise.
9002 (tui_set_locator_fullname): Likewise.
9003 (tui_set_locator_info): Likewise.
9004 (tui_show_frame_info): Likewise.
9005 * tui/tui-winsource.c (tui_clear_source_content): Likewise.
9006 (tui_show_source_line): Likewise.
9007 (tui_horizontal_source_scroll): Likewise.
9008 (tui_update_breakpoint_info): Likewise.
9009 (tui_set_exec_info_content): Likewise.
9010 (tui_show_exec_info_content): Likewise.
9011 (tui_alloc_source_buffer): Likewise.
9012 (tui_line_is_displayed): Likewise.
9013 (tui_addr_is_displayed): Likewise.
9014
d2b41ca0
JB
90152015-04-27 John Baldwin <jhb@FreeBSD.org>
9016
9017 * fbsd-nat.c: (fbsd_wait) [PL_FLAG_EXEC]: Report TARGET_WAITKIND_EXECD
9018 event if PL_FLAG_EXEC is set.
9019 [PL_FLAG_EXEC] (fbsd_insert_exec_catchpoint): New function.
9020 [PL_FLAG_EXEC] (fbsd_remove_exec_catchpoint): New function.
9021 (fbsd_nat_add_target) [PL_FLAG_EXEC]: Set
9022 "to_insert_exec_catchpoint" to "fbsd_insert_exec_catchpoint".
9023 Set "to_remove_exec_catchpoint" to "fbsd_remove_exec_catchpoint".
9024
e58e05d6
JB
90252015-04-27 John Baldwin <jhb@FreeBSD.org>
9026
9027 * fbsd-nat.c: [PT_LWPINFO] New variable super_wait.
9028 [TDP_RFPPWAIT] New variable fbsd_pending_children.
9029 [TDP_RFPPWAIT] (fbsd_remember_child): New function.
9030 [TDP_RFPPWAIT] (fbsd_is_child_pending): New function.
9031 [TDP_RFPPWAIT] (fbsd_fetch_kinfo_proc): New function.
9032 [PT_LWPINFO] (fbsd_wait): New function.
9033 [TDP_RFPPWAIT] (fbsd_follow_fork): New function.
9034 [TDP_RFPPWAIT] (fbsd_insert_fork_catchpoint): New function.
9035 [TDP_RFPPWAIT] (fbsd_remove_fork_catchpoint): New function.
9036 [TDP_RFPPWAIT] (fbsd_insert_vfork_catchpoint): New function.
9037 [TDP_RFPPWAIT] (fbsd_remove_vfork_catchpoint): New function.
9038 [TDP_RFPPWAIT] (fbsd_enable_follow_fork): New function.
9039 [TDP_RFPPWAIT] (fbsd_post_startup_inferior): New function.
9040 [TDP_RFPPWAIT] (fbsd_post_attach): New function.
9041 (fbsd_nat_add_target) [PT_LWPINFO] Set "to_wait" to
9042 "fbsd_wait".
9043 [TDP_RFPPWAIT] Set "to_follow_fork" to "fbsd_follow_fork".
9044 Set "to_insert_fork_catchpoint" to "fbsd_insert_fork_catchpoint".
9045 Set "to_remove_fork_catchpoint" to "fbsd_remove_fork_catchpoint".
9046 Set "to_insert_vfork_catchpoint" to "fbsd_insert_vfork_catchpoint".
9047 Set "to_remove_vfork_catchpoint" to "fbsd_remove_vfork_catchpoint".
9048 Set "to_post_startup_inferior" to "fbsd_post_startup_inferior".
9049 Set "to_post_attach" to "fbsd_post_attach".
9050
8f60fe01
JB
90512015-04-27 John Baldwin <jhb@FreeBSD.org>
9052
9053 * fbsd-nat.c (fbsd_pid_to_exec_file): Mark static.
9054 (fbsd_find_memory_regions): Mark static.
9055 (fbsd_nat_add_target): New function.
9056 * fbsd-nat.h: Export fbsd_nat_add_target and remove prototypes for
9057 fbsd_pid_to_exec_file and fbsd_find_memory_regions.
9058 * amd64fbsd-nat.c (_initialize_amd64fbsd_nat): Use fbsd_nat_add_target.
9059 * i386fbsd-nat.c (_initialize_i386fbsd_nat): Likewise.
9060 * ppcfbsd-nat.c (_initialize_ppcfbsd_nat): Likewise.
9061 * sparc64fbsd-nat.c (_initialize_sparc64fbsd_nat): Likewise.
9062
5fbae7d1
GB
90632015-04-27 Gary Benson <gbenson@redhat.com>
9064
9065 * objfiles.c (allocate_objfile): Do not attempt to expand name
9066 if name is a "target:" filename.
9067 * auto-load.c (load_auto_scripts_for_objfile): Do not attempt
9068 to load auto-load scripts for objfiles with "target:" filenames.
9069
417c80f9
AA
90702015-04-27 Andreas Arnez <arnez@linux.vnet.ibm.com>
9071
9072 * s390-linux-tdep.c: Include "elf/s390.h" and "elf-bfd.h".
9073 (enum s390_vector_abi_kind): New enum.
9074 (struct gdbarch_tdep)<vector_abi>: New field.
9075 (s390_effective_inner_type): Add parameter min_size. Stop
9076 unwrapping if the inner type is smaller than min_size.
9077 (s390_function_arg_float): Adjust call to
9078 s390_effective_inner_type.
9079 (s390_function_arg_vector): New function.
9080 (s390_function_arg_integer): Adjust comment.
9081 (struct s390_arg_state)<vr>: New field.
9082 (s390_handle_arg): Add parameter 'is_unnamed'. Pass vector
9083 arguments according to vector ABI when appropriate.
9084 (s390_push_dummy_call): Initialize the argument state's field
9085 'vr'. Adjust calls to s390_handle_arg.
9086 (s390_register_return_value): Handle vector return values.
9087 (s390_return_value): Apply the "register" return value convention
9088 to a vector when appropriate.
9089 (s390_gdbarch_init): Initialize tdep->vector_abi.
9090 * NEWS: Announce S390 vector ABI support.
9091
4e65a17e
AA
90922015-04-27 Andreas Arnez <arnez@linux.vnet.ibm.com>
9093
9094 * s390-linux-tdep.c (s390_return_value_convention): Remove
9095 function. Inline its logic...
9096 (s390_return_value): ...here. Instead, move the handling of the
9097 "register" return value convention...
9098 (s390_register_return_value): ...here. New function.
9099
80f75320
AA
91002015-04-27 Andreas Arnez <arnez@linux.vnet.ibm.com>
9101
9102 * s390-linux-tdep.c
9103 (is_float_singleton): Remove function. Move the "singleton" part
9104 of the logic...
9105 (s390_effective_inner_type): ...here. New function.
9106 (is_float_like): Remove function. Inline its logic...
9107 (s390_function_arg_float): ...here.
9108 (is_pointer_like, is_integer_like, is_struct_like): Remove
9109 functions. Inline their logic...
9110 (s390_function_arg_integer): ...here.
9111 (s390_function_arg_pass_by_reference): Remove function.
9112 (extend_simple_arg): Remove function.
9113 (alignment_of): Remove function.
9114 (struct s390_arg_state): New structure.
9115 (s390_handle_arg): New function.
9116 (s390_push_dummy_call): Move parameter placement logic to the new
9117 function s390_handle_arg. Call it for calculating the stack area
9118 sizes first, and again for actually writing the parameters.
9119
6dbc9c04
AA
91202015-04-27 Andreas Arnez <arnez@linux.vnet.ibm.com>
9121
9122 * s390-linux-tdep.c (is_power_of_two): Add comment. Return
9123 false if the argument is zero.
9124
9e195661
PMR
91252015-04-27 Pierre-Marie de Rodat <derodat@adacore.com>
9126
9127 * ada-lang.c (template_to_static_fixed_type): Return input type
9128 when it is already fixed. Cache the input type itself when not
9129 creating a static fixed copy. Make it explicit that we never
9130 molestate the input type.
9131 * gdbtypes.c (resolve_dynamic_struct): Reset the
9132 TYPE_TARGET_TYPE field for resolved copies.
9133
460efde1
JB
91342015-04-27 Joel Brobecker <brobecker@adacore.com>
9135
9136 * ada-lang.c (ada_is_tagged_type): Add call to ada_check_typedef.
9137 (ada_lookup_struct_elt_type): Remove calls to ada_check_typedef.
9138 (template_to_static_fixed_type): Call ada_check_typedef only
9139 when necessary.
9140
6faec16b
AB
91412015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
9142
9143 * cli/cli-dump.c (srec_dump_command): Add internationalization
9144 mark ups.
9145 (ihex_dump_command): Likewise.
9146 (tekhex_dump_command): Likewise.
9147 (binary_dump_command): Likewise.
9148 (binary_append_command): Likewise.
9149
cf75d6c3
AB
91502015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
9151
9152 * cli/cli-dump.c (verilog_cmdlist): New variable.
9153 (dump_verilog_memory): New function.
9154 (dump_verilog_value): New function.
9155 (verilog_dump_command): New function.
9156 (_initialize_cli_dump): Add new commands to support verilog dump
9157 format.
9158 * NEWS: Add entry for "dump verilog".
9159
8cd00c59
PMR
91602015-04-24 Pierre-Marie de Rodat <derodat@adacore.com>
9161
9162 * gdbtypes.c (print_gnat_stuff): Do not recurse on the
9163 descriptive type when there is none.
9164
8900d71e
PP
91652015-04-23 Patrick Palka <patrick@parcs.ath.cx>
9166
9167 * tui/tui-win.c (tui_async_resize_screen): Call
9168 rl_resize_terminal().
9169
f16eab5f
JT
91702015-04-22 Jon Turney <jon.turney@dronecode.org.uk>
9171
9172 * windows-nat.c (handle_output_debug_string): Don't change
9173 current_event.dwThreadId.
9174 (get_windows_debug_event): Use thread_id, rather than relying on
9175 current_event.dwThreadId being changed.
9176
68ffc902
JT
91772015-04-22 Jon Turney <jon.turney@dronecode.org.uk>
9178
9179 * windows-nat.c (windows_continue): Report an error if
9180 ContinueDebugEvent() fails.
9181
23942819
JT
91822015-04-16 Jon Turney <jon.turney@dronecode.org.uk>
9183
9184 * windows-nat.c (windows_resume): Fix misspelling in debug output.
9185
e6ad66bd
JT
91862015-04-16 Jon Turney <jon.turney@dronecode.org.uk>
9187
9188 * windows-nat.c (get_windows_debug_event): Replace retval with
9189 thread_id throughout. Update stale comment.
9190
776704b9
JT
91912015-04-16 Jon Turney <jon.turney@dronecode.org.uk>
9192
9193 * windows-nat.c (get_windows_debug_event): Don't use ternary
9194 conditional operator.
9195
8aae4344
PM
91962015-04-21 Pierre Muller <muller@sourceware.org>
9197
9198 PR pascal/17815
9199 p-exp.y (yylex): Reorganize code to return the matched pattern
9200 for a field of this.
9201
819843c7
GB
92022015-04-21 Gary Benson <gbenson@redhat.com>
9203
9204 * common/fileio.h (fileio_to_host_openflags): New declaration.
9205 * common/fileio.c (fcntl.h): New include.
9206 (fileio_to_host_openflags): New function, factored out from...
9207 * inf-child.c (inf_child_fileio_open_flags_to_host): ...here.
9208 Single use updated.
9209
0bca7f99
KB
92102015-04-21 Kevin Buettner <kevinb@redhat.com>
9211
9212 * rl78-tdep.c (RL78_SP_ADDR): Define.
9213 (opc_reg_to_gdb_regnum): New static function.
9214 (rl78_analyze_prologue): Recognize instructions forming slightly
9215 more interesting prologues.
9216
e771e4be
PMR
92172015-04-20 Pierre-Marie de Rodat <derodat@adacore.com>
9218
9219 Revert:
9220 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
9221 * gdbtypes.c (is_dynamic_type_internal): Remove special handling of
9222 TYPE_CODE_REF types so that they are not considered as dynamic
9223 depending on the referenced type.
9224 (resolve_dynamic_type_internal): Likewise.
9225
ee715b5a
PMR
92262015-04-20 Pierre-Marie de Rodat <derodat@adacore.com>
9227
9228 Revert:
9229 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
9230 * gdbtypes.c (is_dynamic_type_internal): Remove the unused
9231 "top_level" parameter.
9232 (resolve_dynamic_type_internal): Remove the unused "top_level"
9233 parameter. Update call to is_dynamic_type_internal.
9234 (is_dynamic_type): Update call to is_dynamic_type_internal.
9235 (resolve_dynamic_range): Update call to
9236 resolve_dynamic_type_internal.
9237 (resolve_dynamic_union): Likewise.
9238 (resolve_dynamic_struct): Likewise.
9239 (resolve_dynamic_type): Likewise.
9240
e31d7699
GKB
92412015-04-19 Gabriel Krisman Bertazi <gabriel@krisman.be>
9242
9243 * breakpoint.c (update_dprintf_command_list): Remove duplicated
9244 xmalloc.
9245
d214e5e7
TS
92462015-04-20 Thomas Schwinge <thomas@codesourcery.com>
9247
110f9112
TS
9248 * reply_mig_hack.awk: Robustify parsing.
9249
d214e5e7
TS
9250 * reply_mig_hack.awk: Don't bother to declare an intermediate
9251 function pointer variable.
9252
8f61baf8
DE
92532015-04-17 Doug Evans <dje@google.com>
9254
9255 * solib-svr4.c (svr4_exec_displacement): Rename outer "displacement"
9256 to "exec_displacement" to avoid confusion with inner use of the name.
9257
dbbf180a
YQ
92582015-04-17 Pedro Alves <palves@redhat.com>
9259
9260 * arm-linux-nat.c (arm_linux_can_use_hw_breakpoint): Return zero
9261 if HW point of TYPE isn't supported.
9262
059790a0
YQ
92632015-04-17 Yao Qi <yao.qi@linaro.org>
9264 Pedro Alves <palves@redhat.com>
9265
9266 * target.h (target_can_use_hardware_watchpoint): Update comments.
9267 Remove trailing ";".
9268
1b6e6f5c
GB
92692015-04-17 Gary Benson <gbenson@redhat.com>
9270
9271 * remote.c (remote_add_inferior): New argument try_open_exec.
9272 If nonzero, attempt to open the inferior's executable file as
9273 the main executable if no main executable is open already.
9274 All callers updated.
9275 * NEWS: Mention that GDB now supports automatic location and
9276 retrieval of executable + files from remote targets.
9277
c78fa86a
GB
92782015-04-17 Gary Benson <gbenson@redhat.com>
9279
9280 * target.h (TARGET_OBJECT_EXEC_FILE): New enum value.
9281 * remote.c (PACKET_qXfer_exec_file): Likewise.
9282 (remote_protocol_features): Register the
9283 "qXfer:exec-file:read" feature.
9284 (remote_xfer_partial): Handle TARGET_OBJECT_EXEC_FILE.
9285 (remote_pid_to_exec_file): New function.
9286 (init_remote_ops): Initialize to_pid_to_exec_file.
9287 (_initialize_remote): Register new "set/show remote
9288 pid-to-exec-file-packet" command.
9289 * NEWS: Announce new qXfer:exec-file:read packet.
9290
e0d86d2c
GB
92912015-04-17 Gary Benson <gbenson@redhat.com>
9292
9293 * nat/linux-procfs.h (linux_proc_pid_to_exec_file):
9294 New declaration.
9295 * nat/linux-procfs.c (linux_proc_pid_to_exec_file):
9296 New function, factored out from...
9297 * linux-nat.c (linux_child_pid_to_exec_file): ...here.
9298
a9a5a3d1
GB
92992015-04-17 Gary Benson <gbenson@redhat.com>
9300
9301 * exec.c (solist.h): New include.
9302 (exec_file_locate_attach): Prefix absolute executable
9303 paths with gdb_sysroot if set.
9304 * NEWS: Mention that executable paths may be prepended
9305 with sysroot.
9306
af1900b0
GB
93072015-04-17 Gary Benson <gbenson@redhat.com>
9308
9309 * solist.h (exec_file_find): New declaration.
9310 * solib.c (solib_find_1): New function, factored out from...
9311 (solib_find): ...here.
9312 (exec_file_find): New function.
9313
a10de604
GB
93142015-04-17 Gary Benson <gbenson@redhat.com>
9315
9316 * gdbcore.h (exec_file_locate_attach): New declaration.
9317 * exec.c (exec_file_locate_attach): New function, factored
9318 out from...
9319 * infcmd.c (attach_command_post_wait): ...here.
9320
92209ddf
MF
93212015-04-17 Mike Frysinger <vapier@gentoo.org>
9322
9323 * MAINTAINERS: Add myself for Blackfin/write-after-approval.
9324
8550d3b3
YQ
93252015-04-16 Yao Qi <yao.qi@linaro.org>
9326
9327 * infrun.c (maybe_software_singlestep): Declare.
9328 (displaced_step_fixup): Call maybe_software_singlestep.
9329
30b3dd9d
DE
93302015-04-15 Doug Evans <dje@google.com>
9331
9332 * psymtab.c (psym_expand_symtabs_matching): Add QUIT call.
9333
61d96d7e
DE
93342015-04-15 Doug Evans <dje@google.com>
9335
9336 * dwarf2read.c (dw2_expand_symtabs_matching): Add some QUIT calls.
9337
40d2f8d6
SM
93382015-04-15 Simon Marchi <simon.marchi@ericsson.com>
9339
9340 * python/lib/gdb/command/unwinders.py: Add parentheses.
9341
6bbbba9b
YQ
93422015-04-15 Yao Qi <yao.qi@linaro.org>
9343
9344 * arm-linux-tdep.c (arm_linux_copy_svc): Update debug message.
9345
2bb2dcab
YQ
93462015-04-15 Yao Qi <yao.qi@linaro.org>
9347
9348 * arm-linux-tdep.c (arm_linux_copy_svc): Fix indentation.
9349
41f071ef
YQ
93502015-04-15 Yao Qi <yao.qi@linaro.org>
9351
9352 * arm-linux-tdep.c (arm_linux_cleanup_svc): Use
9353 dsc->insn_size instead of 4.
9354
326a5c7e
GB
93552015-04-14 Gary Benson <gbenson@redhat.com>
9356
9357 * jit.c (mem_bfd_iovec_stat): Zero supplied buffer.
9358 * minidebug.c (lzma_stat): Likewise.
9359 * solib-spu.c (spu_bfd_iovec_stat): Likewise.
9360 * spu-linux-nat.c (spu_bfd_iovec_stat): Likewise.
9361
dd177e81
SS
93622015-04-13 Stan Shebs <stanshebs@google.com>
9363
9364 * MAINTAINERS: Update my email address.
9365
97de3545
JB
93662015-04-13 John Baldwin <jhb@FreeBSD.org>
9367
9368 * amd64-tdep.c (amd64_target_description): New function.
9369 * amd64-tdep.h: Export amd64_target_description and tdesc_amd64.
9370 * amd64bsd-nat.c [PT_GETXSTATE_INFO]: New variable amd64bsd_xsave_len.
9371 (amd64bsd_fetch_inferior_registers) [PT_GETXSTATE_INFO]: Handle
9372 x86 extended save area.
9373 (amd64bsd_store_inferior_registers) [PT_GETXSTATE_INFO]: Likewise.
9374 * amd64bsd-nat.h: Export amd64bsd_xsave_len.
9375 * amd64fbsd-nat.c (amd64fbsd_read_description): New function.
9376 (_initialize_amd64fbsd_nat): Set "to_read_description" to
9377 "amd64fbsd_read_description".
9378 * amd64fbsd-tdep.c (amd64fbsd_core_read_description): New function.
9379 (amd64fbsd_supply_xstateregset): New function.
9380 (amd64fbsd_collect_xstateregset): New function.
9381 Add "amd64fbsd_xstateregset".
9382 (amd64fbsd_iterate_over_regset_sections): New function.
9383 (amd64fbsd_init_abi): Set "xsave_xcr0_offset" to
9384 "I386_FBSD_XSAVE_XCR0_OFFSET".
9385 Add "iterate_over_regset_sections" gdbarch method.
9386 Add "core_read_description" gdbarch method.
9387 * i386-tdep.c (i386_target_description): New function.
9388 * i386-tdep.h: Export i386_target_description and tdesc_i386.
9389 * i386bsd-nat.c [PT_GETXSTATE_INFO]: New variable i386bsd_xsave_len.
9390 (i386bsd_fetch_inferior_registers) [PT_GETXSTATE_INFO]: Handle
9391 x86 extended save area.
9392 (i386bsd_store_inferior_registers) [PT_GETXSTATE_INFO]: Likewise.
9393 * i386bsd-nat.h: Export i386bsd_xsave_len.
9394 * i386fbsd-nat.c (i386fbsd_read_description): New function.
9395 (_initialize_i386fbsd_nat): Set "to_read_description" to
9396 "i386fbsd_read_description".
9397 * i386fbsd-tdep.c (i386fbsd_core_read_xcr0): New function.
9398 (i386fbsd_core_read_description): New function.
9399 (i386fbsd_supply_xstateregset): New function.
9400 (i386fbsd_collect_xstateregset): New function.
9401 Add "i386fbsd_xstateregset".
9402 (i386fbsd_iterate_over_regset_sections): New function.
9403 (i386fbsd4_init_abi): Set "xsave_xcr0_offset" to
9404 "I386_FBSD_XSAVE_XCR0_OFFSET".
9405 Add "iterate_over_regset_sections" gdbarch method.
9406 Add "core_read_description" gdbarch method.
9407 * i386fbsd-tdep.h: New file.
9408
4f45d445
JK
94092015-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9410
9411 * NEWS (Changes since GDB 7.9): Add removed -xdb.
9412 * breakpoint.c (command_line_is_silent): Remove xdb_commands
9413 conditional.
9414 (_initialize_breakpoint): Remove xdb_commands for bc, ab, sb, db, ba
9415 and lb.
9416 * cli/cli-cmds.c (_initialize_cli_cmds): Remove xdb_commands for v and
9417 va.
9418 * cli/cli-decode.c (find_command_name_length): Remove xdb_commands
9419 conditional.
9420 * defs.h (xdb_commands): Remove declaration.
9421 * f-valprint.c (_initialize_f_valprint): Remove xdb_commands for lc.
9422 * guile/scm-cmd.c (command_classes): Remove xdb from comment.
9423 * infcmd.c (run_no_args_command, go_command): Remove.
9424 (_initialize_infcmd): Remove xdb_commands for S, go, g, R and lr.
9425 * infrun.c (xdb_handle_command): Remove.
9426 (_initialize_infrun): Remove xdb_commands for lz and z.
9427 * main.c (xdb_commands): Remove variable.
9428 (captured_main): Remove "xdb" from long_options.
9429 (print_gdb_help): Remove --xdb from help.
9430 * python/py-cmd.c (gdbpy_initialize_commands): Remove xdb from comment.
9431 * source.c (_initialize_source): Remove xdb_commands for D, ld, / and ?.
9432 * stack.c (backtrace_full_command, args_plus_locals_info)
9433 (current_frame_command): Remove.
9434 (_initialize_stack): Remove xdb_commands for t, T and l.
9435 * symtab.c (_initialize_symtab): Remove xdb_commands for lf and lg.
9436 * thread.c (_initialize_thread): Remove xdb_commands condition.
9437 * tui/tui-layout.c (tui_toggle_layout_command)
9438 (tui_toggle_split_layout_command, tui_handle_xdb_layout): Remove.
9439 (_initialize_tui_layout): Remove xdb_commands for td and ts.
9440 * tui/tui-regs.c (tui_scroll_regs_forward_command)
9441 (tui_scroll_regs_backward_command): Remove.
9442 (_initialize_tui_regs): Remove xdb_commands for fr, gr, sr, +r and -r.
9443 * tui/tui-win.c (tui_xdb_set_win_height_command): Remove.
9444 (_initialize_tui_win): Remove xdb_commands for U and w.
9445 * utils.c (pagination_on_command, pagination_off_command): Remove.
9446 (initialize_utils): Remove xdb_commands for am and sm.
9447
cb71640d
PA
94482015-04-10 Pedro Alves <palves@redhat.com>
9449
9450 * infrun.c (displaced_step_fixup): Switch to the event ptid
9451 earlier. If the thread stopped for a watchpoint and the
9452 target/arch has non-continuable watchpoints, cancel the displaced
9453 step.
9454 (resume): Don't start a displaced step if in-line step-over info
9455 is valid.
9456
8f572e5c
PA
94572015-04-10 Pedro Alves <palves@redhat.com>
9458
9459 * infrun.c (displaced_step_in_progress): New function.
9460 (do_target_resume): Advise target to report all signals if
9461 displaced stepping.
9462
8d707a12
PA
94632015-04-10 Pedro Alves <palves@redhat.com>
9464
9465 PR gdb/18216
9466 * infrun.c (process_event_stop_test): Don't assume a step-resume
9467 is set if tp->stepped_breakpoint is true.
9468
ef713951
YQ
94692015-04-10 Yao Qi <yao.qi@linaro.org>
9470
9471 * arm-tdep.c (install_alu_reg): Update comment.
9472 (thumb_copy_alu_reg): Remove local variable rn. Update
9473 debugging message. Use r2 instead of r1 in the modified
9474 instruction.
9475
906d60cf
PA
94762015-04-10 Pedro Alves <palves@redhat.com>
9477
9478 PR gdb/13858
9479 * amd64-linux-tdep.c (amd64_linux_init_abi_common): Install
9480 linux_displaced_step_location as gdbarch_displaced_step_location
9481 hook.
9482 * arm-linux-tdep.c (arm_linux_init_abi): Likewise.
9483 * i386-linux-tdep.c (i386_linux_init_abi): Likewise.
9484 * linux-tdep.c (linux_displaced_step_location): New function,
9485 based on ppc_linux_displaced_step_location.
9486 * linux-tdep.h (linux_displaced_step_location): New declaration.
9487 * ppc-linux-tdep.c (ppc_linux_entry_point_addr): Delete.
9488 (ppc_linux_inferior_created, ppc_linux_displaced_step_location):
9489 Delete.
9490 (ppc_linux_init_abi): Install linux_displaced_step_location as
9491 gdbarch_displaced_step_location hook, even without Cell/B.E..
9492 (_initialize_ppc_linux_tdep): Don't install
9493 ppc_linux_inferior_created as inferior_created observer.
9494 * s390-linux-tdep.c (s390_gdbarch_init): Install
9495 linux_displaced_step_location as gdbarch_displaced_step_location
9496 hook.
9497
7823a941
GB
94982015-04-09 Gary Benson <gbenson@redhat.com>
9499
9500 * common/common-remote-fileio.h: Rename to...
9501 * common/fileio.h: ...this. Update all references.
9502 (remote_fileio_to_fio_error): Rename to...
9503 (host_to_fileio_error): ...this.
9504 (remote_fileio_to_be): Rename to...
9505 (host_to_bigendian): ...this. Update all callers.
9506 (remote_fileio_to_fio_uint): Rename to...
9507 (host_to_fileio_uint): ...this. Update all callers.
9508 (remote_fileio_to_fio_time): Rename to...
9509 (host_to_fileio_time): ...this. Update all callers.
9510 (remote_fileio_to_fio_stat): Rename to...
9511 (host_to_fileio_stat): ...this.
9512 Update all references.
9513 * common/common-remote-fileio.c: Rename to...
9514 * common/fileio.c: ...this. Update all references.
9515 (remote_fileio_to_fio_error): Rename to...
9516 (host_to_fileio_error): ...this. Update all callers.
9517 (remote_fileio_mode_to_target): Rename to...
9518 (fileio_mode_pack): ...this. Update all callers.
9519 (remote_fileio_to_fio_mode): Rename to...
9520 (host_to_fileio_mode): ...this. Update all callers.
9521 (remote_fileio_to_fio_ulong): Rename to...
9522 (host_to_fileio_ulong): ...this. Update all callers.
9523 (remote_fileio_to_fio_stat): Rename to...
9524 (host_to_fileio_stat): ...this. Update all callers.
9525
f2983cc3
AW
95262015-04-09 Andy Wingo <wingo@igalia.com>
9527
9528 * guile/scm-frame.c (gdbscm_frame_read_register): New function.
9529 (frame_functions): Bind gdbscm_frame_read_register to
9530 frame-read-register.
9531 * guile/lib/gdb.scm (frame-read-register): Export.
9532
b88bb450
GB
95332015-04-09 Gary Benson <gbenson@redhat.com>
9534
9535 * common/common-remote-fileio.h (remote_fileio_to_fio_error):
9536 New declaration.
9537 * common/common-remote-fileio.c (remote_fileio_to_fio_error):
9538 New function, factored out the named functions below.
9539 * inf-child.c (gdb/fileio.h): Remove include.
9540 (common-remote-fileio.h): New include.
9541 (inf_child_errno_to_fileio_error): Remove function. Update
9542 all callers to use remote_fileio_to_fio_error.
9543 * remote-fileio.c (remote_fileio_errno_to_target): Likewise.
9544
2f2680f3
AW
95452015-04-09 Andy Wingo <wingo@igalia.com>
9546
9547 * MAINTAINERS (Write After Approval): Add Andy Wingo.
9548
5a2d4533
L
95492015-04-09 H.J. Lu <hongjiu.lu@intel.com>
9550
9551 * acinclude.m4: (GDB_AC_CHECK_BFD): Set ZLIBDIR with $zlibdir.
9552 Replace $zlibdir with $ZLIBDIR in LDFLAGS.
9553 * configure: Regenerated.
9554
421693b0
PA
95552015-04-09 Pedro Alves <palves@redhat.com>
9556
9557 * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add strtok_r.
9558 * gnulib/Makefile.in (aclocal_m4_deps): Add import/m4/strtok_r.m4.
9559 * gnulib/configure, gnulib/config.in, gnulib/aclocal.m4: Regenerate.
9560 * gnulib/import/Makefile.am: Update.
9561 * gnulib/import/Makefile.in: Update.
9562 * gnulib/import/m4/gnulib-cache.m4: Update.
9563 * gnulib/import/m4/gnulib-comp.m4: Update.
9564 * gnulib/import/m4/strtok_r.m4: New file.
9565 * gnulib/import/strtok_r.c: New file.
9566
f543dc83
PA
95672015-04-09 Pedro Alves <palves@redhat.com>
9568
9569 * gnulib/update-gnulib.sh (aclocal version check): Filter out
9570 "called too early to check prototype".
9571
6d62641c
SDJ
95722015-04-08 Sergio Durigan Junior <sergiodj@redhat.com>
9573
9574 PR python/16699
9575 * python/py-cmd.c (cmdpy_completer_helper): Adjust function to not
9576 use a caching mechanism. Adjust comments and code to reflect
9577 that. Replace 'sizeof' by 'strlen' when fetching 'wordobj'.
9578 (cmdpy_completer_handle_brkchars): Adjust call to
9579 cmdpy_completer_helper. Call Py_XDECREF for 'resultobj'.
9580 (cmdpy_completer): Likewise.
9581
85558555
YQ
95822015-04-08 Yao Qi <yao.qi@linaro.org>
9583
9584 * spu-tdep.c (spu_gdbarch_init): Don't call
9585 set_gdbarch_cannot_step_breakpoint.
9586
d249a14a
SDJ
95872015-04-07 Sergio Durigan Junior <sergiodj@redhat.com>
9588
9589 * linux-tdep.c (decode_vmflags): Initialize 'saveptr'.
9590
8a06aea7
PA
95912015-04-07 Pedro Alves <palves@redhat.com>
9592
9593 * gdbthread.h (ALL_NON_EXITED_THREADS_SAFE): Rename to ...
9594 (ALL_THREADS_SAFE): ... this, and don't skip exited threads.
9595 (delete_exited_threads): New declaration.
9596 * infrun.c (follow_exec): Use ALL_THREADS_SAFE.
9597 * linux-nat.c (linux_nat_update_thread_list): New function.
9598 (linux_nat_add_target): Install it.
9599 * remote.c (remote_update_thread_list): Use ALL_THREADS_SAFE.
9600 * thread.c (prune_threads): Use ALL_THREADS_SAFE.
9601 (delete_exited_threads): New function.
9602
d9b67d9f
PA
96032015-04-07 Pedro Alves <pedro@codesourcery.com>
9604
9605 * infrun.c (resume) <displaced stepping debug output>: Get the
9606 leader thread's regcache, not resume_ptid's.
9607
2c26b84f
DE
96082015-04-06 Doug Evans <xdje42@gmail.com>
9609
9610 * symtab.c (hash_symbol_entry): Hash STRUCT_DOMAIN symbols as
9611 VAR_DOMAIN.
9612 (symbol_cache_lookup): Clarify use of bsc_ptr, slot_ptr parameters.
9613 Include symbol domain in debugging output.
9614
7a85168d
PA
96152015-04-06 Pedro Alves <palves@redhat.com>
9616 Bernd Edlinger <bernd.edlinger@hotmail.de>
9617
9618 * configure.ac: Remove the mingw32-specific stub-termcap.o
9619 fallback, and instead fallback to the stub termcap on all hosts.
9620 * configure: Regenerate.
9621 * stub-termcap.c [!__MINGW32__] (PC, BC, UP): Define as weak
9622 symbols.
9623
25755e2b
PMR
96242015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
9625
9626 * gdbtypes.c (is_dynamic_type_internal): Remove the unused
9627 "top_level" parameter.
9628 (resolve_dynamic_type_internal): Remove the unused "top_level"
9629 parameter. Update call to is_dynamic_type_internal.
9630 (is_dynamic_type): Update call to is_dynamic_type_internal.
9631 (resolve_dynamic_range): Update call to
9632 resolve_dynamic_type_internal.
9633 (resolve_dynamic_union): Likewise.
9634 (resolve_dynamic_struct): Likewise.
9635 (resolve_dynamic_type): Likewise.
9636
961f4160
PMR
96372015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
9638
9639 * gdbtypes.c (is_dynamic_type_internal): Remove special handling of
9640 TYPE_CODE_REF types so that they are not considered as dynamic
9641 depending on the referenced type.
9642 (resolve_dynamic_type_internal): Likewise.
9643
39f3de7c
L
96442015-04-02 H.J. Lu <hongjiu.lu@intel.com>
9645
9646 * Makefile.in (top_srcdir): New.
9647 * configure: Regenerated.
9648
599bd15c
GB
96492015-04-02 Gary Benson <gbenson@redhat.com>
9650
9651 * NEWS: Announce the new default sysroot of "target:".
9652
fed040c6
GB
96532015-04-02 Gary Benson <gbenson@redhat.com>
9654
9655 * main.c (captured_main): Set gdb_sysroot to "target:"
9656 if not otherwise set.
9657
64c0b5de
GB
96582015-04-02 Gary Benson <gbenson@redhat.com>
9659
9660 * exec.c (exec_file_attach): Support "target:" filenames.
9661
b57fbfba
GB
96622015-04-02 Gary Benson <gbenson@redhat.com>
9663
9664 * solib.c (solib_find): Strip "target:" prefix from sysroot
9665 if accessing local files.
9666
97a41605
GB
96672015-04-02 Gary Benson <gbenson@redhat.com>
9668
9669 * symfile.c (symfile_bfd_open): Reorder to remove duplicated
9670 checks and error messages.
9671
2938e6cf
GB
96722015-04-02 Gary Benson <gbenson@redhat.com>
9673
9674 * remote.h (REMOTE_SYSROOT_PREFIX): Remove definition.
9675 (remote_filename_p): Remove declaration.
9676 (remote_bfd_open): Likewise.
9677 * remote.c (remote_bfd_iovec_open): Remove function.
9678 (remote_bfd_iovec_close): Likewise.
9679 (remote_bfd_iovec_pread): Likewise.
9680 (remote_bfd_iovec_stat): Likewise.
9681 (remote_filename_p): Likewise.
9682 (remote_bfd_open): Likewise.
9683 * symfile.h (gdb_bfd_open_maybe_remote): Remove declaration.
9684 * symfile.c (separate_debug_file_exists): Use gdb_bfd_open.
9685 (gdb_bfd_open_maybe_remote): Remove function.
9686 (symfile_bfd_open): Replace remote filename check with
9687 target filename check.
9688 (reread_symbols): Use gdb_bfd_open.
9689 * build-id.c (gdbcore.h): New include.
9690 (build_id_to_debug_bfd): Use gdb_bfd_open.
9691 * infcmd.c (attach_command_post_wait): Remove remote filename
9692 check.
9693 * solib.c (solib_find): Replace remote-specific handling with
9694 target-specific handling. Update comments where necessary.
9695 (solib_bfd_open): Replace remote-specific handling with
9696 target-specific handling.
9697 (gdb_sysroot_changed): New function.
9698 (_initialize_solib): Call the above when gdb_sysroot changes.
9699 * windows-tdep.c (gdbcore.h): New include.
9700 (windows_xfer_shared_library): Use gdb_bfd_open.
9701
f08e97fe
GB
97022015-04-02 Gary Benson <gbenson@redhat.com>
9703
9704 * gdb/gdb_bfd.h (TARGET_SYSROOT_PREFIX): New definition.
9705 (is_target_filename): New declaration.
9706 (gdb_bfd_has_target_filename): Likewise.
9707 (gdb_bfd_open): Update documentation comment.
9708 * gdb_bfd.c (target.h): New include.
9709 (gdb/fileio.h): Likewise.
9710 (is_target_filename): New function.
9711 (gdb_bfd_has_target_filename): Likewise.
9712 (fileio_errno_to_host): Likewise.
9713 (gdb_bfd_iovec_fileio_open): Likewise.
9714 (gdb_bfd_iovec_fileio_pread): Likewise.
9715 (gdb_bfd_iovec_fileio_close): Likewise.
9716 (gdb_bfd_iovec_fileio_fstat): Likewise.
9717 (gdb_bfd_open): Use target fileio to access paths prefixed
9718 with "target:" where necessary.
9719
4bd7dc42
GB
97202015-04-02 Gary Benson <gbenson@redhat.com>
9721
9722 * target.h (struct target_ops) <to_filesystem_is_local>:
9723 New field.
9724 (target_filesystem_is_local): New macro.
9725 * target-delegates.c: Regenerate.
9726 * remote.c (remote_filesystem_is_local): New function.
9727 (init_remote_ops): Initialize to_filesystem_is_local.
9728
9b15c1f0
GB
97292015-04-02 Gary Benson <gbenson@redhat.com>
9730
9731 * target.h (struct target_ops) <to_fileio_fstat>: New field.
9732 (target_fileio_fstat): New declaration.
9733 * target.c (target_fileio_fstat): New function.
9734 * inf-child.c (inf_child_fileio_fstat): Likewise.
9735 (inf_child_target): Initialize to_fileio_fstat.
9736 * remote.c (init_remote_ops): Likewise.
9737
d11916aa
SS
97382015-04-01 Sasha Smundak <asmundak@google.com>
9739
9740 * Makefile.in (SUBDIR_PYTHON_OBJS): Add py-unwind.o.
9741 (SUBDIR_PYTHON_SRCS): Add py-unwind.c.
9742 (py-unwind.o): New recipe.
9743 * NEWS: mention Python frame unwinding.
9744 * data-directory/Makefile.in (PYTHON_FILE_LIST): Add
9745 gdb/unwinder.py and gdb/command/unwinder.py
9746 * python/lib/gdb/__init__.py (packages): Add frame_unwinders
9747 list.
9748 (execute_unwinders): New function.
9749 * python/lib/gdb/command/unwinders.py: New file.
9750 * python/lib/gdb/unwinder.py: New file.
9751 * python/py-objfile.c (objfile_object): Add frame_unwinders field.
9752 (objfpy_dealloc): Decrement frame_unwinders reference count.
9753 (objfpy_initialize): Create frame_unwinders list.
9754 (objfpy_get_frame_unwinders): New function.
9755 (objfpy_set_frame_unwinders): Ditto.
9756 (objfile_getset): Add frame_unwinders attribute to Objfile.
9757 * python/py-progspace.c (pspace_object): Add frame_unwinders field.
9758 (pspy_dealloc): Decrement frame_unwinders reference count.
9759 (pspy_initialize): Create frame_unwinders list.
9760 (pspy_get_frame_unwinders): New function.
9761 (pspy_set_frame_unwinders): Ditto.
9762 (pspy_getset): Add frame_unwinders attribute to gdb.Progspace.
9763 * python/py-unwind.c: New file.
9764 * python/python-internal.h (pspy_get_name_unwinders): New prototype.
9765 (objpy_get_frame_unwinders): New prototype.
9766 (gdbpy_initialize_unwind): New prototype.
9767 * python/python.c (gdbpy_apply_type_printers): Call
9768 gdbpy_initialize_unwind.
9769
6b403daa
PA
97702015-04-01 Pedro Alves <palves@redhat.com>
9771
9772 * infrun.c (resume): Check currently_stepping after clearing
9773 stepped_breakpoint, not before.
9774
1176ecec
PA
97752015-04-01 Pedro Alves <palves@redhat.com>
9776
9777 * infrun.c (print_target_wait_results): Print all the ptid
9778 elements.
9779
de1fe8c8
PA
97802015-04-01 Pedro Alves <palves@redhat.com>
9781
9782 * infrun.c (keep_going): Also discard cleanups if inserting
9783 breakpoints fails.
9784
e6f5c25b
PA
97852015-04-01 Pedro Alves <palves@redhat.com>
9786
9787 * infrun.c (wait_for_inferior): Install the
9788 finish_thread_state_cleanup cleanup across the whole function, not
9789 just around handle_inferior_event.
9790
1ac806b8
PA
97912015-04-01 Pedro Alves <palves@redhat.com>
9792
9793 * infrun.c (resume) <step past permanent breakpoint>: Use
9794 do_target_resume.
9795
2ee52aa4
PA
97962015-04-01 Pedro Alves <palves@redhat.com>
9797
9798 * linux-nat.c (linux_handle_extended_wait): Always call set_running.
9799
5445da1b
PMR
98002015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
9801
9802 * MAINTAINERS (Write After Approval): Add "Pierre-Marie de Rodat".
9803
4eec2deb
PA
98042015-04-01 Pedro Alves <palves@redhat.com>
9805
9806 * linux-thread-db.c (record_thread): Readd the thread to gdb's
9807 list if it was marked exited.
9808
afa59b79
L
98092015-04-01 H.J. Lu <hongjiu.lu@intel.com>
9810
9811 * configure: Regenerated.
9812
df8411da
SDJ
98132015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
9814 Jan Kratochvil <jan.kratochvil@redhat.com>
9815 Oleg Nesterov <oleg@redhat.com>
9816
9817 PR corefiles/16092
9818 * linux-tdep.c: Include 'gdbcmd.h' and 'gdb_regex.h'.
9819 New enum identifying the various options of the coredump_filter
9820 file.
9821 (struct smaps_vmflags): New struct.
9822 (use_coredump_filter): New variable.
9823 (decode_vmflags): New function.
9824 (mapping_is_anonymous_p): Likewise.
9825 (dump_mapping_p): Likewise.
9826 (linux_find_memory_regions_full): New variables
9827 'coredumpfilter_name', 'coredumpfilterdata', 'pid', 'filterflags'.
9828 Removed variable 'modified'. Read /proc/<PID>/smaps file; improve
9829 parsing of its information. Implement memory mapping filtering
9830 based on its contents.
9831 (show_use_coredump_filter): New function.
9832 (_initialize_linux_tdep): New command 'set use-coredump-filter'.
9833 * NEWS: Mention the possibility of using the
9834 '/proc/PID/coredump_filter' file when generating a corefile.
9835 Mention new command 'set use-coredump-filter'.
9836
416f679e
SDJ
98372015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
9838
9839 * solib-svr4.c (solib_svr4_r_ldsomap): Catch possible exception by
9840 read_memory_unsigned_integer.
9841
711a72d3
L
98422015-03-31 H.J. Lu <hongjiu.lu@intel.com>
9843
9844 * Makefile.in (ZLIB): New.
9845 (ZLIBINC): Likewise.
9846 (INTERNAL_CFLAGS_BASE): Add $(ZLIBINC).
9847 (CLIBS): Add $(ZLIB).
9848 * acinclude.m4: (GDB_AC_CHECK_BFD): Add $zlibdir to LDFLAGS.
9849 Add -lz to LIBS.
9850 * gdb_bfd.c: Don't check HAVE_ZLIB_H to include <zlib.h>.
9851 * top.c (print_gdb_configuration): Remove --with-zlib and
9852 --without-zlib.
9853 * config.in: Regenerated.
9854 * configure: Likewise.
9855
d33279b3
AT
98562015-03-31 Antoine Tremblay <antoine.tremblay@ericsson.com>
9857
9858 * NEWS: Mention info os cpus support.
9859 * gdb/nat/linux-osdata.c (linux_xfer_osdata_cpus): New function.
9860 (struct osdata_type): Add cpus entry, reorder the entries in
9861 alphabetical order.
9862
71b30f27
MK
98632015-03-31 Matthias Klose <doko@ubuntu.com>
9864
9865 * compile/compile.c (compile_to_object): Allow triplets with or
9866 without vendor set.
9867
13ce9222
DE
98682015-03-30 Doug Evans <dje@google.com>
9869
9870 PR c++/18141
9871 * cp-namespace.c (cp_search_static_and_baseclasses): Always look for
9872 klass in VAR_DOMAIN.
9873
20f796c9
GB
98742015-03-30 Gary Benson <gbenson@redhat.com>
9875
9876 * remote.c (remote_mourn_1): Remove function. Update all callers
9877 to use remote_mourn.
9878 (extended_remote_mourn_1): Remove function. Update all callers
9879 to use extended_remote_mourn.
9880 (extended_remote_attach_1): Remove function. Update all callers
9881 to use extended_remote_attach.
9882
49d45b20
JB
98832015-03-28 James Bowman <james.bowman@ftdichip.com>
9884
9885 * Makefile.in (ALL_TARGET_OBS): Add ft32-tdep.o.
9886 (HFILES_NO_SRCDIR): Add ft32-tdep.h.
9887 (ALLDEPFILES): Add ft32-tdep.c.
9888 * configure.tgt: Add FT32 entry.
9889 * ft32-tdep.c: New file, FT32 target-dependent code.
9890 * ft32-tdep.h: New file, FT32 target-dependent code.
9891
1c4ff080
JK
98922015-03-27 Jan Kratochvil <jan.kratochvil@redhat.com>
9893
9894 Revert:
9895 2015-03-26 Jan Kratochvil <jan.kratochvil@redhat.com>
9896 Code cleanup.
9897 * printcmd.c (print_command_1): Move expr variable scope.
9898
79498702
JB
98992015-03-27 Joel Brobecker <brobecker@adacore.com>
9900
9901 * dtrace-probe.c (dtrace_process_dof_probe): Initialize expr to NULL.
9902
ce9c0ca1
AK
99032015-03-27 Andrzej Kaczmarek <andrzej.kaczmarek@tieto.com>
9904
9905 * gdb_bfd.c (gdb_bfd_section_index): Fix off-by-one for special
9906 sections.
9907
429e1e81
JB
99082015-03-26 Joel Brobecker <brobecker@adacore.com>
9909
9910 * dtrace-probe.c (dtrace_process_dof_probe): Contain any
9911 exception raised while parsing the probe arguments.
9912 Force parsing to be done using the C language parser.
9913 * expression.h (parse_expression_with_language): Declare.
9914 * parse.c (parse_expression_with_language): New function.
9915
4593441b
JT
99162015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
9917
9918 * MAINTAINERS (Write After Approval): Add "Jon Turney".
9919
ff908ebf
AW
99202015-03-26 Andy Wingo <wingo@igalia.com>
9921
9922 PR symtab/18148
9923 * dwarf2read.c (struct partial_die_info): Add has_const_value
9924 member.
9925 (add_partial_symbol): Don't punt on symbols that have const_value
9926 attributes.
9927 (read_partial_die): Detect DW_AT_const_value.
9928
f30d5c78
JK
99292015-03-26 Jan Kratochvil <jan.kratochvil@redhat.com>
9930
9931 Code cleanup.
9932 * printcmd.c (print_command_1): Move expr variable scope.
9933
8d89f51a
JK
99342015-03-26 Jan Kratochvil <jan.kratochvil@redhat.com>
9935
9936 Code cleanup.
9937 * printcmd.c (validate_format): Make the parameter cmdname const.
9938
0b736949
DB
99392015-03-26 Don Breazeal <donb@codesourcery.com>
9940
9941 * remote.c (_initialize_remote): Update comment.
9942
20d35291
PA
99432015-03-26 Pedro Alves <palves@redhat.com>
9944 Jon TURNEY <jon.turney@dronecode.org.uk>
9945
9946 * coffread.c (coff_symfile_read): When constructing the name of an
9947 import stub symbol from import symbol for amd64, only skip the
9948 char after _imp_ if the target is underscored (like i386) and the
9949 char is indeed the target's leading char.
9950
6a3753b3
PA
99512015-03-25 Pedro Alves <palves@redhat.com>
9952
9953 * target.h <to_async>: Replace 'callback' and 'context' parameters
9954 with boolean 'enable' parameter.
9955 (target_async): Replace CALLBACK and CONTEXT parameters with
9956 boolean ENABLE parameter.
9957 * inf-loop.c (inferior_event_handler): Adjust.
9958 * linux-nat.c (linux_nat_attach, linux_nat_resume)
9959 (linux_nat_resume): Adjust.
9960 (async_client_callback, async_client_context): Delete.
9961 (handle_target_event): Call inferior_event_handler directly.
9962 (linux_nat_async): Replace 'callback' and 'context' parameters
9963 with boolean 'enable' parameter. Adjust. Remove references to
9964 async_client_callback and async_client_context.
9965 (linux_nat_close): Adjust.
9966 * record-btrace.c (record_btrace_async): Replace 'callback' and
9967 'context' parameters with boolean 'enable' parameter. Adjust.
9968 (record_btrace_resume): Adjust.
9969 * record-full.c (record_full_async): Replace 'callback' and
9970 'context' parameters with boolean 'enable' parameter. Adjust.
9971 (record_full_resume, record_full_core_resume): Adjust.
9972 * remote.c (struct remote_state) <async_client_callback,
9973 async_client_context>: Delete fields.
9974 (remote_start_remote, extended_remote_attach_1, remote_resume)
9975 (extended_remote_create_inferior): Adjust.
9976 (remote_async_serial_handler): Call inferior_event_handler
9977 directly.
9978 (remote_async): Replace 'callback' and 'context' parameters with
9979 boolean 'enable' parameter. Adjust.
9980 * top.c (gdb_readline_wrapper_cleanup, gdb_readline_wrapper):
9981 Adjust.
9982 * target-delegates.c: Regenerate.
9983
1c4b552b
GB
99842015-03-25 Gary Benson <gbenson@redhat.com>
9985 Pedro Alves <palves@redhat.com>
9986
9987 * target.c (fileio_ft_t): New typedef, define object vector.
9988 (fileio_fhandles): New static variable.
9989 (is_closed_fileio_fh): New macro.
9990 (lowest_closed_fd): New static variable.
9991 (acquire_fileio_fd): New function.
9992 (release_fileio_fd): Likewise.
9993 (fileio_fd_to_fh): New macro.
9994 (target_fileio_open): Wrap the file descriptor on success.
9995 (target_fileio_pwrite): Updated to use wrapped file descriptor.
9996 (target_fileio_pread): Likewise.
9997 (target_fileio_close): Likewise.
9998
a25d8bf9
PA
99992015-03-24 Pedro Alves <palves@redhat.com>
10000
10001 * thread.c (thread_apply_all_command): Take exited threads into
10002 account.
10003
44a1ee51
PA
100042015-03-24 Pedro Alves <palves@redhat.com>
10005
10006 * infrun.c (resume, proceed): Mention
10007 switch_back_to_stepped_thread, not switch_back_to_stepping.
10008
f3263aa4
PA
100092015-03-24 Pedro Alves <palves@redhat.com>
10010
10011 * infrun.c (user_visible_resume_ptid): Rewrite going from
10012 most-locked to unlocked instead of the opposite. Move comment ...
10013 * infrun.h (user_visible_resume_ptid): ... here.
10014
2bf6fb9d
PA
100152015-03-24 Pedro Alves <palves@redhat.com>
10016
10017 * linux-nat.c (linux_nat_resume): Output debug logs before trying
10018 to resume the event lwp. Use the lwp's ptid instead of the passed
10019 in (maybe wildcard) ptid.
10020 (stop_wait_callback): Tweak debug log output.
10021 (check_stopped_by_breakpoint): Tweak debug log output. Also dump
10022 TRAP_TRACE.
10023 (linux_nat_filter_event): In debug output, distinguish a
10024 resume_stop SIGSTOP from a delayed SIGSTOP. Output debug logs
10025 before trying to resume the lwp.
10026
283a9958
JB
100272015-03-24 Joel Brobecker <brobecker@adacore.com>
10028
10029 * gdbtypes.h (struct dynamic_prop_list) <prop>: Remove
10030 pointer indirection.
10031 * gdbtypes.c (get_dyn_prop): Adjust, following change above.
10032 (add_dyn_prop, copy_dynamic_prop_list): Likewise.
10033
93a8e227
JB
100342015-03-24 Joel Brobecker <brobecker@adacore.com>
10035
10036 * gdbtypes.h (enum dynamic_prop_node_kind) <DYN_PROP_DATA_LOCATION>:
10037 Renames DYN_ATTR_DATA_LOCATION.
10038 (TYPE_DATA_LOCATION): Use DYN_PROP_DATA_LOCATION instead of
10039 DYN_ATTR_DATA_LOCATION.
10040 * dwarf2read.c (set_die_type): Use DYN_PROP_DATA_LOCATION
10041 instead of DYN_ATTR_DATA_LOCATION.
10042
64ce06e4
PA
100432015-03-24 Pedro Alves <palves@redhat.com>
10044
10045 * breakpoint.c (until_break_command): Adjust call to proceed.
10046 * gdbthread.h (struct thread_control_state) <stepping_command>:
10047 New field.
10048 * infcall.c (run_inferior_call): Adjust call to proceed.
10049 * infcmd.c (run_command_1, proceed_thread_callback, continue_1):
10050 Adjust calls to proceed.
10051 (set_step_frame): Set the current thread's step_start_function
10052 here.
10053 (step_once): Adjust calls to proceed.
10054 (jump_command, signal_command, until_next_command)
10055 (finish_backward, finish_forward, proceed_after_attach_callback)
10056 (attach_command_post_wait): Adjust calls to proceed.
10057 * infrun.c (proceed_after_vfork_done): Adjust call to proceed.
10058 (do_target_resume): New function, factored out from ...
10059 (resume): ... here. Remove 'step' parameter. Instead, check
10060 currently_stepping to determine whether the thread should be
10061 single-stepped.
10062 (proceed): Remove 'step' parameter and don't set the thread's
10063 step_start_function here. Adjust call to 'resume'.
10064 (handle_inferior_event): Adjust calls to 'resume'.
10065 (switch_back_to_stepped_thread): Use do_target_resume instead of
10066 'resume'.
10067 (keep_going): Adjust calls to 'resume'.
10068 * infrun.h (proceed): Remove 'step' parameter.
10069 (resume): Likewise.
10070 * windows-nat.c (do_initial_windows_stuff): Adjust call to
10071 'resume'.
10072 * mi/mi-main.c (proceed_thread): Adjust call to 'proceed'.
10073
856e7dd6
PA
100742015-03-24 Pedro Alves <palves@redhat.com>
10075
10076 * gdbthread.h (struct thread_control_state) <stepping_command>:
10077 New field.
10078 * infcmd.c (step_once): Pass step=1 to clear_proceed_status. Set
10079 the thread's stepping_command field.
10080 * infrun.c (resume): Check the thread's stepping_command flag to
10081 determine which threads should be resumed. Rename 'entry_step'
10082 local to user_step.
10083 (clear_proceed_status_thread): Clear 'stepping_command'.
10084 (schedlock_applies): Change parameter type to struct thread_info
10085 pointer. Adjust.
10086 (find_thread_needs_step_over): Remove 'step' parameter. Adjust.
10087 (switch_back_to_stepped_thread): Adjust calls to
10088 'schedlock_applies'.
10089 (_initialize_infrun): Adjust "set scheduler-locking step" help.
10090
885eeb5b
PA
100912015-03-24 Pedro Alves <palves@redhat.com>
10092
10093 * infrun.c (step_start_function): Delete and ...
10094 * gdbthread.h (struct thread_control_state) <step_start_function>:
10095 ... now a field here.
10096 * infrun.c (clear_proceed_status_thread): Clear the thread's
10097 step_start_function.
10098 (proceed, process_event_stop_test, print_stop_event): Adjust.
10099
3333f03a
PA
101002015-03-24 Pedro Alves <palves@redhat.com>
10101
10102 * infrun.c (proceed): No longer handle negative step.
10103
369f6daa
GB
101042015-03-24 Gary Benson <gbenson@redhat.com>
10105
10106 * nat/x86-linux.h (x86_linux_new_thread): New declaration.
10107 (x86_linux_prepare_to_resume): Likewise.
10108 * x86-linux-nat.c (x86_linux_new_thread):
10109 Moved to nat/x86-linux.c.
10110 (x86_linux_prepare_to_resume): Likewise.
10111 * nat/x86-linux.c (x86_linux_new_thread): New function.
10112 (x86_linux_prepare_to_resume): Likewise.
10113
8e5d4070
GB
101142015-03-24 Gary Benson <gbenson@redhat.com>
10115
10116 * nat/x86-linux-dregs.h: New file.
10117 * nat/x86-linux-dregs.c: Likewise.
10118 * Makefile.in (HFILES_NO_SRCDIR): Add nat/x86-linux-dregs.h.
10119 (x86-linux-dregs.o): New rule.
10120 * config/i386/linux.mh (NATDEPFILES): Add x86-linux-dregs.o.
10121 * config/i386/linux64.mh (NATDEPFILES): Likewise.
10122 * x86-linux-nat.c: Include nat/x86-linux-dregs.h.
10123 (u_debugreg_offset): Moved to nat/x86-linux-dregs.c.
10124 (x86_linux_dr_get): Likewise.
10125 (x86_linux_dr_set): Likewise.
10126 (x86_linux_dr_get_addr): Likewise.
10127 (x86_linux_dr_get_control): Likewise.
10128 (x86_linux_dr_get_status): Likewise.
10129 (update_debug_registers_callback): Likewise.
10130 (x86_linux_dr_set_control): Likewise.
10131 (x86_linux_dr_set_addr): Likewise.
10132 (x86_linux_update_debug_registers): Likewise.
10133
2b95d440
GB
101342015-03-24 Gary Benson <gbenson@redhat.com>
10135
10136 * x86-linux-nat.c (x86_linux_update_debug_registers):
10137 New function, factored out from...
10138 (x86_linux_prepare_to_resume): ...this.
10139
14b0bc68
GB
101402015-03-24 Gary Benson <gbenson@redhat.com>
10141
10142 * x86-linux-nat.c (x86_linux_dr_get): Update comments.
10143 (x86_linux_dr_set): Likewise.
10144 (x86_linux_dr_get_addr): Likewise.
10145 (x86_linux_dr_get_control): Likewise.
10146 (x86_linux_dr_get_status): Likewise.
10147 (update_debug_registers_callback): Likewise.
10148 (x86_linux_dr_set_control): Likewise.
10149 (x86_linux_dr_set_addr): Likewise.
10150 (x86_linux_prepare_to_resume): Likewise.
10151 (x86_linux_new_thread): Likewise.
10152
5dfe6ca8
GB
101532015-03-24 Gary Benson <gbenson@redhat.com>
10154
10155 * x86-linux-nat.c (x86_linux_dr_set_addr): Update assertion.
10156 (x86_linux_new_thread): Rename argument.
10157
4b134ca1
GB
101582015-03-24 Gary Benson <gbenson@redhat.com>
10159
10160 * nat/x86-linux.h: New file.
10161 * nat/x86-linux.c: Likewise.
10162 * Makefile.in (HFILES_NO_SRCDIR): Add nat/x86-linux.h.
10163 (x86-linux.o): New rule.
10164 * config/i386/linux.mh (NATDEPFILES): Add x86-linux.o.
10165 * config/i386/linux64.mh (NATDEPFILES): Likewise.
10166 * nat/linux-nat.h (struct arch_lwp_info): New forward declaration.
10167 (lwp_set_arch_private_info): New declaration.
10168 (lwp_arch_private_info): Likewise.
10169 * linux-nat.c (lwp_set_arch_private_info): New function.
10170 (lwp_arch_private_info): Likewise.
10171 * x86-linux-nat.c: Include nat/x86-linux.h.
10172 (arch_lwp_info): Removed structure.
10173 (update_debug_registers_callback):
10174 Use lwp_set_debug_registers_changed.
10175 (x86_linux_prepare_to_resume): Use lwp_debug_registers_changed
10176 and lwp_set_debug_registers_changed.
10177 (x86_linux_new_thread): Use lwp_set_debug_registers_changed.
10178
cff068da
GB
101792015-03-24 Gary Benson <gbenson@redhat.com>
10180
10181 * nat/linux-nat.h (ptid_of_lwp): New declaration.
10182 (lwp_is_stopped): Likewise.
10183 (lwp_stop_reason): Likewise.
10184 * linux-nat.c (ptid_of_lwp): New function.
10185 (lwp_is_stopped): Likewise.
10186 (lwp_is_stopped_by_watchpoint): Likewise.
10187 * x86-linux-nat.c (update_debug_registers_callback):
10188 Use lwp_is_stopped.
10189 (x86_linux_prepare_to_resume): Use ptid_of_lwp and
10190 lwp_stop_reason.
10191
b2f7c7e8
GB
101922015-03-24 Gary Benson <gbenson@redhat.com>
10193
10194 * linux-nat.h (linux_stop_lwp): Move declaration to...
10195 * nat/linux-nat.h (linux_stop_lwp): New declaration.
10196
6d4ee8c6
GB
101972015-03-24 Gary Benson <gbenson@redhat.com>
10198
10199 * linux-nat.h: Include nat/linux-nat.h.
10200 (iterate_over_lwps): Move declaration to nat/linux-nat.h.
10201 * nat/linux-nat.h (struct lwp_info): New forward declaration.
10202 (iterate_over_lwps_ftype): New typedef.
10203 (iterate_over_lwps): New declaration.
10204 * linux-nat.h (iterate_over_lwps): Update comment. Use
10205 iterate_over_lwps_ftype. Update callback return value check.
10206
70a0bb6b
GB
102072015-03-24 Gary Benson <gbenson@redhat.com>
10208
10209 * x86-nat.h (x86_debug_reg_state): Move declaration to...
10210 * nat/x86-dregs.h (x86_debug_reg_state): New declaration.
10211
7b669087
GB
102122015-03-24 Gary Benson <gbenson@redhat.com>
10213
10214 * nat/linux-nat.h (current_lwp_ptid): New declaration.
10215 * linux-nat.c (current_lwp_ptid): New function.
10216 * x86-linux-nat.c: Include nat/linux-nat.h.
10217 (x86_linux_dr_get_addr): Use current_lwp_ptid.
10218 (x86_linux_dr_get_control): Likewise.
10219 (x86_linux_dr_get_status): Likewise.
10220 (x86_linux_dr_set_control): Likewise.
10221 (x86_linux_dr_set_addr): Likewise.
10222
15630549
AT
102232015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
10224
10225 PR breakpoints/16466
10226 * breakpoint.c (create_breakpoint): Set thread on breakpoint struct.
10227
8a4506c0
JB
102282015-03-23 Joel Brobecker <brobecker@adacore.com>
10229
10230 * ser-mingw.c (ser_windows_setparity): Fix indentation.
10231 * ser-unix.c (hardwire_setparity): Likewise.
10232
236af5e3
YG
102332015-03-23 Yurij Grechishhev <yurij.grechishhev@gmail.com>
10234
10235 * NEWS: Mention set/show serial parity command.
10236 * monitor.c (monitor_open): Call serial_setparity.
10237 * remote.c (remote_open_1): Likewise.
10238 * ser-base.c (ser_base_serparity): New function.
10239 * ser-base.h (ser_base_setparity): Add declaration.
10240 * ser-go32.c (dos_ops): Set "setparity" field.
10241 * ser-mingw.c (ser_windows_raw): Do not set state.fParity and
10242 state.Parity.
10243 (ser_windows_setparity): New function.
10244 (hardwire_ops): Add ser_windows_setparity.
10245 (tty_ops): Add NULL for setparity field.
10246 (pipe_ops): Add ser_base_setparity.
10247 (tcp_ops): Likewise.
10248 * ser-pipe.c (pipe_ops): Likewise.
10249 * ser-tcp.c (tcp_ops): Likewise.
10250 * ser-unix.c (hardwire_setparity): Add declaration.
10251 (hardwire_raw): Don't reset PARENB flag.
10252 (hardwire_setparity): New function.
10253 (hardwire_ops): Add hardwire_setparity.
10254 * serial.c (serial_setparity): New function.
10255 (serial_parity): New global.
10256 (parity_none, parity_odd, parity_even, parity_enums, parity):
10257 New static globals.
10258 (set_parity): New function.
10259 (_initialize_serial): Add set/show serial parity commands.
10260 * serial.h (GDBPARITY_NONE): Define.
10261 (GDBPARITY_ODD): Define.
10262 (GDBPARITY_EVEN): Define.
10263 (serial_setparity) Add declaration.
10264 (struct serial_ops): Add setparity field.
10265 * target.h (serial_parity): Add declaration.
10266
32b40af9
KS
102672015-03-23 Keith Seitz <keiths@redhat.com>
10268
10269 * linespec.c (linespec_lexer_lex_keyword): Update comment.
10270
693dca06
KS
102712015-03-23 Keith Seitz <keiths@redhat.com>
10272
10273 * breakpoint.c (parse_breakpoint_sals): Use
10274 linespec_lexer_lex_keyword to ascertain if the user specified
10275 a NULL location.
10276 * linespec.c [IF_KEYWORD_INDEX]: Define.
10277 (linespec_lexer_lex_keyword): Export.
10278 (struct ls_parser) <keyword_ok>: Remove.
10279 A keyword is only a keyword if not followed by another keyword.
10280 (linespec_lexer_lex_one): Remove keyword_ok handling.
10281 Add comment explaining why the parsing stream is not advanced
10282 when a keyword is seen.
10283 (parse_linespec): Remove parser->keyword_ok.
10284 * linespec.h (linespec_lexer_lex_keyword): Add declaration.
10285
7e993ebf
KS
102862015-03-23 Keith Seitz <keiths@redhat.com>
10287
10288 PR gdb/18021
10289 * dwarf2read.c (dwarf2_add_member_fn): Issue a complaint
10290 if we find a static method with DW_AT_vtable_elem_location.
10291
b1a0f704
EZ
102922015-03-21 Eli Zaretskii <eliz@gnu.org>
10293
10294 * tui/tui-io.c (tui_expand_tabs): Reinitialize the column counter
10295 before the second loop, to avoid undefined behavior. Reported by
10296 Anton Blanchard <anton@samba.org>.
10297
d9823cbb
KB
102982015-03-20 Keven Boell <keven.boell@intel.com>
10299
10300 * gdbtypes.c (resolve_dynamic_type_internal): Adapt
10301 data_location usage to linked list.
10302 (resolve_dynamic_type_internal): Adapt data_location to
10303 linked list.
10304 (get_dyn_prop, add_dyn_prop, copy_dynamic_prop_list): New function.
10305 (copy_type_recursive, copy_type): Add copy of linked list.
10306 * gdbtypes.h (enum dynamic_prop_node_kind): New enum.
10307 (struct dynamic_prop_list): New struct.
10308 * dwarf2read.c (set_die_type): Set data_location data.
10309
2e7bf1d7
PA
103102015-03-20 Pedro Alves <palves@redhat.com>
10311
10312 * i386-sol2-tdep.c (i386_sol2_static_transform_name): Move "p" to
10313 inner block and make it const.
10314 * machoread.c (get_archive_prefix_len): Make "lparen" const.
10315
7a26bd4d
PA
103162015-03-20 Pedro Alves <palves@redhat.com>
10317
10318 * breakpoint.c (set_breakpoint_condition): Make argument "exp" const.
10319 * breakpoint.h (set_breakpoint_condition): Update declaration.
10320
cd46431b
PA
103212015-03-20 Pedro Alves <palves@redhat.com>
10322
10323 * tui/tui-io.c (tui_expand_tabs): Make "s1" const.
10324
e28566f7
PA
103252015-03-20 Pedro Alves <palves@redhat.com>
10326
10327 * xcoffread.c (scan_xcoff_symtab): Make "p" and "q" const.
10328
f6fc92f6
PA
103292015-03-20 Pedro Alves <palves@redhat.com>
10330
10331 * remote-m32r-sdi.c (m32r_open): Make "port_str" const.
10332
c32ed3ef
PA
103332015-03-20 Pedro Alves <palves@redhat.com>
10334
10335 * nto-tdep.c (nto_find_and_open_solib): Make "endian" const.
10336 (nto_init_solib_absolute_prefix): Likewise.
10337
53e78085
PA
103382015-03-20 Pedro Alves <palves@redhat.com>
10339
10340 * sparc-sol2-tdep.c (sparc_sol2_static_transform_name): Make "p" const.
10341 * spu-tdep.c (spu_gdbarch_init): Make "name" const.
10342
bc23328c
JK
103432015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10344
10345 * config/djgpp/README: Remove gdb.hp.
10346
e8ffc436
YQ
103472015-03-20 Yao Qi <yao.qi@linaro.org>
10348
10349 * aarch64-tdep.c (aarch64_gdbarch_init): Don't call
10350 set_gdbarch_cannot_step_breakpoint.
10351
23f238d3
PA
103522015-03-19 Pedro Alves <palves@redhat.com>
10353
10354 * linux-nat.c (linux_resume_one_lwp): Rename to ...
10355 (linux_resume_one_lwp_throw): ... this. Don't handle ESRCH here,
10356 instead call perror_with_name.
10357 (check_ptrace_stopped_lwp_gone): New function.
10358 (linux_resume_one_lwp): Reimplement as wrapper around
10359 linux_resume_one_lwp_throw that swallows errors if the LWP is
10360 gone.
10361 (resume_stopped_resumed_lwps): Try register reads in TRY/CATCH and
10362 swallows errors if the LWP is gone. Use
10363 linux_resume_one_lwp_throw instead of linux_resume_one_lwp.
10364
eb54c8bf
PA
103652015-03-19 Pedro Alves <palves@redhat.com>
10366
10367 * linux-nat.c (status_callback): Return early if the LWP has no
10368 status pending.
10369
b90fc188
PA
103702015-03-19 Pedro Alves <palves@redhat.com>
10371
10372 * linux-nat.c (select_event_lwp_callback): Update comment to no
10373 longer mention SIGTRAP.
10374
670f82d4
TG
103752015-03-18 Tristan Gingold <gingold@adacore.com>
10376
72f4393d
L
10377 * amd64-windows-tdep.c (amd64_windows_find_unwind_info): Move
10378 redirection code to ...
10379 (amd64_windows_frame_decode_insns): ... Here. Fix in prologue
10380 checks. Fix SAVE_NONVOL operations. Add debug code and comments.
670f82d4 10381
464b0089
GB
103822015-03-18 Gary Benson <gbenson@redhat.com>
10383
10384 (remote_protocol_features): Remove the "vFile:fstat" feature.
10385 (remote_hostio_fstat): Probe for "vFile:fstat" support.
10386
f68f11b7
YQ
103872015-03-11 Yao Qi <yao.qi@linaro.org>
10388
10389 PR tdep/18107
10390 * aarch64-linux-tdep.c: Include xml-syscall.h
10391 (aarch64_linux_get_syscall_number): New function.
10392 (aarch64_linux_init_abi): Call
10393 set_gdbarch_get_syscall_number.
10394 * syscalls/aarch64-linux.xml: New file.
10395
393bd0c0
YG
103962015-03-17 Yurij Grechishhev <yurij.grechishhev@gmail.com>
10397
10398 * ser-base.h (ser_base_setstopbits): Change second argument name
10399 from "rate" to "num".
10400
7f3647e2
GB
104012015-03-17 Gary Benson <gbenson@redhat.com>
10402 Luke Allardyce <lukeallardyce@gmail.com>
10403
10404 PR gdb/18131
10405 * common/common-remote-fileio.h (sys/stat.h): New include.
10406 (stuct stat): Remove forward declaration.
10407
3ce5b6e2
JB
104082015-03-16 John Baldwin <jhb@FreeBSD.org>
10409
10410 * fbsd-tdep.c (fbsd_make_corefile_notes): Fetch all target registers
10411 before writing core register notes.
10412
d053f6be
YZ
104132015-03-16 Yuanhui Zhang <asmwarrior@gmail.com>
10414 Pedro Alves <palves@redhat.com>
10415
10416 * gdb_curses.h (tgetnum): Mark with EXTERN_C.
10417 * stub-termcap.c (tgetent, tgetnum, tgetflag, tgetstr, tputs)
10418 (tgoto): Wrap with extern "C".
10419
b1a921c8
PA
104202015-03-16 Pedro Alves <palves@redhat.com>
10421 Yuanhui Zhang <asmwarrior@gmail.com>
10422
10423 * stub-termcap.c (tputs): Change prototype.
10424
876d1cd7
YZ
104252015-03-16 Yuanhui Zhang <asmwarrior@gmail.com>
10426 Pedro Alves <palves@redhat.com>
10427
10428 * windows-nat.c (struct thread_info_struct): Rename to ...
10429 (struct windows_thread_info_struct): ... this.
10430 (thread_info): Rename to ...
10431 (windows_thread_info): ... this.
10432 All users updated.
10433
0800b440
JK
104342015-03-14 Jan Kratochvil <jan.kratochvil@redhat.com>
10435 Pedro Alves <palves@redhat.com>
10436
10437 * NEWS: New Removed targets and native configurations.
10438
104392015-03-13 Jan Kratochvil <jan.kratochvil@redhat.com>
61a12cfa
JK
10440
10441 Remove HPUX.
10442 * Makefile.in (ALL_64_TARGET_OBS): Remove ia64-hpux-tdep.o.
10443 (ALL_TARGET_OBS): Remove hppa-hpux-tdep.o, solib-som.o and solib-pa64.o.
10444 (HFILES_NO_SRCDIR): Remove solib-som.h, inf-ttrace.h, solib-pa64.h and
10445 ia64-hpux-tdep.h, solib-ia64-hpux.h.
10446 (ALLDEPFILES): Remove hppa-hpux-tdep.c, hppa-hpux-nat.c,
10447 ia64-hpux-nat.c, ia64-hpux-tdep.c, somread.c and solib-som.c.
10448 * config/djgpp/fnchange.lst: Remove hppa-hpux-nat.c and
10449 hppa-hpux-tdep.c.
10450 * config/ia64/hpux.mh: Remove file.
10451 * config/pa/hpux.mh: Remove file.
10452 * configure: Rebuilt.
10453 * configure.ac (dlgetmodinfo, somread.o): Remove.
10454 * configure.host (hppa*-*-hpux*, ia64-*-hpux*): Make them obsolete.
10455 (ia64-*-hpux*): Remove its float format exception.
10456 * configure.tgt (hppa*-*-hpux*, ia64-*-hpux*): Make them obsolete.
10457 * hppa-hpux-nat.c: Remove file.
10458 * hppa-hpux-tdep.c: Remove file.
10459 * hppa-tdep.c (struct hppa_unwind_info, struct hppa_objfile_private):
10460 Move them here from hppa-tdep.h
10461 (hppa_objfile_priv_data, hppa_init_objfile_priv_data): Make it static.
10462 (hppa_frame_prev_register_helper): Remove HPPA_FLAGS_REGNUM exception.
10463 * hppa-tdep.h (struct hppa_unwind_info, struct hppa_objfile_private):
10464 Move them to hppa-tdep.c.
10465 (hppa_objfile_priv_data, hppa_init_objfile_priv_data): Remove
10466 declarations.
10467 * ia64-hpux-nat.c: Remove file.
10468 * ia64-hpux-tdep.c: Remove file.
10469 * ia64-hpux-tdep.h: Remove file.
10470 * inf-ttrace.c: Remove file.
10471 * inf-ttrace.h: Remove file.
10472 * solib-ia64-hpux.c: Remove file.
10473 * solib-ia64-hpux.h: Remove file.
10474 * solib-pa64.c: Remove file.
10475 * solib-pa64.h: Remove file.
10476 * solib-som.c: Remove file.
10477 * solib-som.h: Remove file.
10478 * somread.c: Remove file.
10479
25268153
JB
104802015-03-13 John Baldwin <jhb@FreeBSD.org>
10481
10482 * configure.ac: AC_SEARCH_LIBS(kinfo_getvmmap, util).
10483 * config.in: Regenerate.
10484 * configure: Regenerate.
10485 * fbsd-nat.c [!HAVE_KINFO_GETVMMAP] (fbsd_read_mapping): Don't
72f4393d 10486 define.
25268153
JB
10487 (fbsd_find_memory_regions): Use kinfo_getvmmap to
10488 enumerate memory regions if present.
10489
773eacf5
JB
104902015-03-13 John Baldwin <jhb@FreeBSD.org>
10491
10492 * amd64fbsd-tdep.c (amd64fbsd_sigtramp_p): Style fixes.
10493 * i386fbsd-tdep.c: Fix style in various gdb_static_assert
10494 expressions.
10495 (i386fbsd_sigtramp_p): Likewise.
10496
01b6bdb0
JB
104972015-03-12 John Baldwin <jhb@FreeBSD.org>
10498
10499 * MAINTAINERS (Write After Approval): Add John Baldwin.
10500
811a659a
GB
105012015-03-12 Gary Benson <gbenson@redhat.com>
10502
10503 * solib.c (_initialize_solib): Make "set/show sysroot" use
10504 add_setshow_optional_filename_cmd so it can be restored to
10505 empty after being set.
10506
10304ef3
SDJ
105072015-03-11 Sergio Durigan Junior <sergiodj@redhat.com>
10508
10509 * Makefile.in (SFILES): New source break-catch-syscall.c.
10510 (COMMON_OBS): New object break-catch-syscall.o.
10511 * break-catch-syscall.c: New file.
10512 * breakpoint.c: Remove inclusion of "xml-syscall.h".
10513 (syscall_catchpoint_p): Move declaration to break-catch-syscall.c
10514 (struct syscall_catchpoint): Likewise.
10515 (dtor_catch_syscall): Likewise.
10516 (catch_syscall_inferior_data): Likewise.
10517 (struct catch_syscall_inferior_data): Likewise.
10518 (get_catch_syscall_inferior_data): Likewise.
10519 (catch_syscall_inferior_data_cleanup): Likewise.
10520 (insert_catch_syscall): Likewise.
10521 (remove_catch_syscall): Likewise.
10522 (breakpoint_hit_catch_syscall): Likewise.
10523 (print_it_catch_syscall): Likewise.
10524 (print_one_catch_syscall): Likewise.
10525 (print_mention_catch_syscall): Likewise.
10526 (print_recreate_catch_syscall): Likewise.
10527 (catch_syscall_breakpoint_ops): Likewise.
10528 (syscall_catchpoint_p): Likewise.
10529 (create_syscall_event_catchpoint): Likewise.
10530 (catch_syscall_split_args): Likewise.
10531 (catch_syscall_command_1): Likewise.
10532 (is_syscall_catchpoint_enabled): Likewise.
10533 (catch_syscall_enabled): Likewise.
10534 (catching_syscall_number): Likewise.
10535 (catch_syscall_completer): Likewise.
10536 (clear_syscall_counts): Likewise.
10537 (initialize_breakpoint_ops): Move initialization of syscall
10538 catchpoints to break-catch-syscall.c.
10539 (_initialize_breakpoint): Move code related to syscall catchpoints
10540 to break-catch-syscall.c.
10541
badd37ce
SDJ
105422015-03-11 Sergio Durigan Junior <sergiodj@redhat.com>
10543
10544 * breakpoint.c (breakpoint_find_if): New function.
10545 * breakpoint.h (breakpoint_find_if): New prototype.
10546
0a93529c
GB
105472015-03-11 Gary Benson <gbenson@redhat.com>
10548
10549 * remote-fileio.h (remote_fileio_to_host_stat): New declaration.
10550 * remote-fileio.c (remote_fileio_to_host_uint): New function.
10551 (remote_fileio_to_host_ulong): Likewise.
10552 (remote_fileio_to_host_mode): Likewise.
10553 (remote_fileio_to_host_time): Likewise.
10554 (remote_fileio_to_host_stat): Likewise.
10555 * remote.c (PACKET_vFile_fstat): New enum value.
10556 (remote_protocol_features): Register the "vFile:fstat" feature.
10557 (remote_hostio_fstat): New function.
10558 (remote_bfd_iovec_stat): Use the above.
10559 (_initialize_remote): Register new "set/show remote
10560 hostio-fstat-packet" command.
10561 * symfile.c (separate_debug_file_exists): Update comment.
10562 * NEWS: Announce new vFile:fstat packet.
10563
791c0056
GB
105642015-03-11 Gary Benson <gbenson@redhat.com>
10565
10566 * common/common-remote-fileio.h: New file.
10567 * common/common-remote-fileio.c: Likewise.
10568 * Makefile.in (SFILES): Add common/common-remote-fileio.c.
10569 (HFILES_NO_SRCDIR): Add common/common-remote-fileio.h.
10570 (COMMON_OBS): Add common-remote-fileio.o.
10571 (common-remote-fileio.o): New rule.
10572 * remote-fileio.h (common-remote-fileio.h): New include.
10573 * remote-fileio.c (gdb/fileio.h): Do not include.
10574 (remote_fileio_to_be): Moved to common-remote-fileio.h.
10575 (remote_fileio_to_fio_uint): Likewise.
10576 (remote_fileio_to_fio_time): Likewise.
10577 (remote_fileio_mode_to_target): Moved to common-remote-fileio.c.
10578 (remote_fileio_to_fio_mode): Likewise.
10579 (remote_fileio_to_fio_ulong): Likewise.
10580 (remote_fileio_to_fio_stat): Likewise.
10581
1390d0ef
AW
105822015-03-11 Andy Wingo <wingo@igalia.com>
10583
10584 * guile/scm-value.c (gdbscm_value_dynamic_type): Fix typo in which
10585 we were checking the cached type, not the cached dynamic type.
10586
84a4591a
AW
105872015-03-11 Andy Wingo <wingo@igalia.com>
10588
10589 * guile/scm-cmd.c (cmdscm_destroyer): Don't xfree the name and
10590 other strings, as these are on the GC'd heap, and will be
10591 collected along with the smob.
10592
85642ba0
AW
105932015-03-11 Andy Wingo <wingo@igalia.com>
10594
10595 * guile/scm-objfile.c (gdbscm_objfile_progspace): New function.
10596 (objfile_functions): Bind gdbscm_objfile_progspace to
10597 objfile-progspace.
10598 * guile/lib/gdb.scm: Add objfile-progspace to exports.
10599
92fab5a6
AW
106002015-03-11 Andy Wingo <wingo@igalia.com>
10601
10602 * guile/guile.c (_initialize_guile): Disable automatic
10603 finalization, if Guile offers us that possibility.
10604 * guile/guile.c (call_initialize_gdb_module):
10605 * guile/scm-safe-call.c (gdbscm_with_catch): Arrange to run
10606 finalizers in appropriate places.
10607 * configure.ac (AC_TRY_LIBGUILE): Add a check for
10608 scm_set_automatic_finalization_enabled.
10609 * configure: Regenerated.
10610
f054145e
AA
106112015-03-11 Andreas Arnez <arnez@linux.vnet.ibm.com>
10612
10613 * s390-linux-tdep.c (s390_skip_prologue): Skip the prologue using
10614 SAL, if possible.
10615
18396193
AA
106162015-03-11 Andreas Arnez <arnez@linux.vnet.ibm.com>
10617
10618 * s390-linux-nat.c (struct arch_lwp_info): New.
10619 (s390_fix_watch_points): Rename to...
10620 (s390_prepare_to_resume): ...this. Skip the PER info update
10621 unless the watch points have changed.
10622 (s390_refresh_per_info, s390_new_thread): New functions.
10623 (s390_insert_watchpoint): Call s390_refresh_per_info instead of
10624 s390_fix_watch_points.
10625 (s390_remove_watchpoint): Likewise.
10626 (_initialize_s390_nat): Reflect renaming of s390_fix_watch_points.
10627 Register s390_prepare_to_resume.
10628
9eb1356e
PA
106292015-03-09 Pedro Alves <palves@redhat.com>
10630
10631 Revert:
10632 2015-03-07 Pedro Alves <palves@redhat.com>
10633 * common/gdb_socket.h: New file.
10634 * ser-tcp.c: Include gdb_socket.h. Don't include netinet/in.h nor
10635 sys/socket.h.
10636 (net_open): Use union gdb_sockaddr_u.
10637
aac331e4
PA
106382015-03-07 Pedro Alves <palves@redhat.com>
10639
10640 * configure.ac (build_warnings): Move -Wmissing-prototypes
10641 -Wdeclaration-after-statement -Wmissing-parameter-type
10642 -Wold-style-declaration -Wold-style-definition to the C-specific
10643 set.
10644 * configure: Regenerate.
10645
366c75fc
PA
106462015-03-07 Pedro Alves <palves@redhat.com>
10647
10648 * common/gdb_socket.h: New file.
10649 * ser-tcp.c: Include gdb_socket.h. Don't include netinet/in.h nor
10650 sys/socket.h.
10651 (net_open): Use union gdb_sockaddr_u.
10652
72df25b2
PA
106532015-03-07 Pedro Alves <palves@redhat.com>
10654
10655 * common/common-exceptions.c [!__cplusplus] (enum catcher_state)
10656 (exceptions_state_mc_action_iter)
10657 (exceptions_state_mc_action_iter_1, exceptions_state_mc_catch):
10658 Don't define.
10659 [__cplusplus] (try_scope_depth): New global.
10660 [__cplusplus] (exception_try_scope_entry)
10661 (exception_try_scope_exit, gdb_exception_sliced_copy)
10662 (exception_rethrow): New functions.
10663 (throw_exception): In C++ mode, throw
10664 gdb_exception_RETURN_MASK_QUIT for RETURN_QUIT and
10665 gdb_exception_RETURN_MASK_ERROR for RETURN_ERROR.
10666 (throw_it): In C++ mode, use try_scope_depth.
10667 * common/common-exceptions.h [!__cplusplus]
10668 (exceptions_state_mc_action_iter)
10669 (exceptions_state_mc_action_iter_1, exceptions_state_mc_catch):
10670 Don't declare.
10671 [__cplusplus] (exception_try_scope_entry)
10672 (exception_try_scope_exit, exception_rethrow): Declare.
10673 [__cplusplus] (struct exception_try_scope): New struct.
10674 [__cplusplus] (TRY, CATCH, END_CATCH): Reimplement on top of real
10675 C++ exceptions.
10676 (struct gdb_exception_RETURN_MASK_ALL)
10677 (struct gdb_exception_RETURN_MASK_ERROR)
10678 (struct gdb_exception_RETURN_MASK_QUIT): New types.
10679
284e6217
PA
106802015-03-07 Pedro Alves <palves@redhat.com>
10681
10682 * main.c (handle_command_errors): Remove volatile qualifier from
10683 parameter.
10684
6c63c96a
PA
106852015-03-07 Pedro Alves <palves@redhat.com>
10686
10687 * breakpoint.c (save_breakpoints): Adjust to avoid code between
10688 TRY and CATCH.
10689 * gdbtypes.c (safe_parse_type): Remove empty line.
10690 (types_deeply_equal):
10691 * guile/scm-frame.c (gdbscm_frame_name):
10692 * linux-thread-db.c (find_new_threads_once):
10693 * python/py-breakpoint.c (bppy_get_commands):
10694 * record-btrace.c (record_btrace_insert_breakpoint)
10695 (record_btrace_remove_breakpoint, record_btrace_start_replaying)
10696 (record_btrace_start_replaying): Adjust to avoid code between TRY
10697 and CATCH.
10698
492d29ea
PA
106992015-03-07 Pedro Alves <palves@redhat.com>
10700
10701 * common/common-exceptions.c (struct catcher) <exception>: No
10702 longer a pointer to volatile exception. Now an exception value.
10703 <mask>: Delete field.
10704 (exceptions_state_mc_init): Remove all parameters. Adjust.
10705 (exceptions_state_mc): No longer pop the catcher here.
10706 (exceptions_state_mc_catch): New function.
10707 (throw_exception): Adjust.
10708 * common/common-exceptions.h (exceptions_state_mc_init): Remove
10709 all parameters.
10710 (exceptions_state_mc_catch): Declare.
10711 (TRY_CATCH): Rename to ...
10712 (TRY): ... this. Remove EXCEPTION and MASK parameters.
10713 (CATCH, END_CATCH): New.
10714 All callers adjusted.
10715
ece957c8
TT
107162015-03-07 Tom Tromey <tromey@redhat.com>
10717
10718 * top.c (quit_force): Inline and delete DO_TRY, DO_PRINT_EX.
10719
7556d4a4
PA
107202015-03-07 Pedro Alves <palves@redhat.com>
10721
10722 * amd64-tdep.c (amd64_frame_cache, amd64_sigtramp_frame_cache)
10723 (amd64_epilogue_frame_cache): Normal exception handling code.
10724 * break-catch-throw.c (check_status_exception_catchpoint)
10725 (re_set_exception_catchpoint): Ditto.
10726 * cli/cli-interp.c (safe_execute_command):
10727 * cli/cli-script.c (script_from_file): Ditto.
10728 * compile/compile-c-symbols.c (generate_c_for_for_one_variable):
10729 Ditto.
10730 * compile/compile-object-run.c (compile_object_run): Ditto.
10731 * cp-abi.c (baseclass_offset): Ditto.
10732 * cp-valprint.c (cp_print_value): Ditto.
10733 * exceptions.c (catch_exceptions_with_msg):
10734 * frame-unwind.c (frame_unwind_try_unwinder): Ditto.
10735 * frame.c (get_frame_address_in_block_if_available): Ditto.
10736 * i386-tdep.c (i386_frame_cache, i386_epilogue_frame_cache)
10737 (i386_sigtramp_frame_cache): Ditto.
10738 * infcmd.c (post_create_inferior): Ditto.
10739 * linespec.c (parse_linespec, find_linespec_symbols):
10740 * p-valprint.c (pascal_object_print_value): Ditto.
10741 * parse.c (parse_expression_for_completion): Ditto.
10742 * python/py-finishbreakpoint.c (bpfinishpy_init): Ditto.
10743 * remote.c (remote_get_noisy_reply): Ditto.
10744 * s390-linux-tdep.c (s390_frame_unwind_cache): Ditto.
10745 * solib-svr4.c (solib_svr4_r_map): Ditto.
10746
f873665f 107472015-03-06 Gary Benson <gbenson@redhat.com>
61012eef
GB
10748
10749 * common/common-utils.h (startswith): New inline function.
10750 All places where this logic was used updated to use the above.
10751
68901c4d
PA
107522015-03-05 Pedro Alves <palves@redhat.com>
10753
10754 PR gdb/18002
10755 * mem-break.c (default_memory_insert_breakpoint): Set shadow_len
10756 after reading the breakpoint's shadow memory.
10757
2dcb2b1a
MK
107582015-03-05 Mark Kettenis <kettenis@gnu.org>
10759
10760 * hppabsd-nat.c: Remove file.
10761 * hppaobsd-nat.c: New file.
10762 * Makefile.in (ALLDEPFILES): Remove hppabsd-nat.c. Add
10763 hppaobsd-nat.c.
10764 * config/pa/obsd.mh (NATDEPFILES): Replace hppabsd-nat.o with
10765 hppaobsd-nat.o.
10766
527a273a
PA
107672015-03-04 Pedro Alves <palves@redhat.com>
10768
10769 * target.h (struct target_ops) <to_decr_pc_after_break>: Delete.
10770 (target_decr_pc_after_break): Delete declaration.
10771 * target.c (default_target_decr_pc_after_break)
10772 (target_decr_pc_after_break): Delete.
10773 * linux-nat.c (check_stopped_by_breakpoint, linux_nat_wait_1): Use
10774 gdbarch_decr_pc_after_break instead of target_decr_pc_after_break.
10775 * linux-thread-db.c (check_event): Likewise.
10776 * infrun.c (adjust_pc_after_break): Likewise.
10777 * darwin-nat.c (cancel_breakpoint): Likewise.
10778 * aix-thread.c (aix_thread_wait): Likewise.
10779 * target-delegates.c: Regenerate.
10780
faf09f01
PA
107812015-03-04 Pedro Alves <palves@redhat.com>
10782
10783 * linux-nat.c (save_sigtrap): Check for breakpoints before
10784 checking watchpoints.
10785 (status_callback) [USE_SIGTRAP_SIGINFO]: Don't check whether a
10786 breakpoint is inserted if relying on SIGTRAP's siginfo.si_code.
10787 (check_stopped_by_breakpoint) [USE_SIGTRAP_SIGINFO]: Decide whether
10788 a breakpoint triggered based on the SIGTRAP's siginfo.si_code.
10789 (linux_nat_stopped_by_sw_breakpoint)
10790 (linux_nat_supports_stopped_by_sw_breakpoint)
10791 (linux_nat_stopped_by_hw_breakpoint)
10792 (linux_nat_supports_stopped_by_hw_breakpoint): New functions.
10793 (linux_nat_wait_1): Don't re-increment the PC if relying on
10794 SIGTRAP's siginfo->si_code.
10795 (linux_nat_add_target): Install new target methods.
10796 * linux-thread-db.c (check_event): Don't account for breakpoint PC
10797 offset if the target already adjusted the PC.
10798 * nat/linux-ptrace.h (USE_SIGTRAP_SIGINFO): New.
10799 (GDB_ARCH_TRAP_BRKPT): New.
10800 (TRAP_HWBKPT): Define if not already defined.
10801
f7e6eed5
PA
108022015-03-04 Pedro Alves <palves@redhat.com>
10803
10804 * NEWS: Mention the new "swbreak" and "hwbreak" stop reasons.
10805 * remote.c (struct remote_state) <remote_stopped_by_watchpoint_p>:
10806 Delete field.
10807 <stop_reason>: New field.
10808 (PACKET_swbreak_feature, PACKET_hwbreak_feature): New enum values.
10809 (packet_set_cmd_state): New function.
10810 (remote_protocol_features): Register the "swbreak" and "hwbreak"
10811 features.
10812 (remote_query_supported): If not disabled with the corresponding
10813 "set remote foo-packet" command, report support for the swbreak
10814 and hwbreak features.
10815 (struct stop_reply) <remote_stopped_by_watchpoint_p>: Delete
10816 field.
10817 <stop_reason>: New field.
10818 (remote_parse_stop_reply): Handle "swbreak" and "hwbreak".
10819 (remote_wait_as): Adjust.
10820 (remote_stopped_by_sw_breakpoint)
10821 (remote_supports_stopped_by_sw_breakpoint)
10822 (remote_stopped_by_hw_breakpoint)
10823 (remote_supports_stopped_by_hw_breakpoint): New functions.
10824 (remote_stopped_by_watchpoint): New function.
10825 (init_remote_ops): Install them.
10826 (_initialize_remote): Register new "set/show remote
10827 swbreak-feature-packet" and "set/show remote
10828 swbreak-feature-packet" commands.
10829
9e8915c6
PA
108302015-03-04 Pedro Alves <palves@redhat.com>
10831
10832 * btrace.h: Include target/waitstatus.h.
10833 (struct btrace_thread_info) <stop_reason>: New field.
10834 * record-btrace.c (record_btrace_step_thread): Use
10835 record_check_stopped_by_breakpoint instead of breakpoint_here_p.
10836 (record_btrace_decr_pc_after_break): Delete.
10837 (record_btrace_stopped_by_sw_breakpoint)
10838 (record_btrace_supports_stopped_by_sw_breakpoint)
10839 (record_btrace_stopped_by_hw_breakpoint)
10840 (record_btrace_supports_stopped_by_hw_breakpoint): New functions.
10841 (init_record_btrace_ops): Install them.
10842 * record-full.c (record_full_hw_watchpoint): Delete and replace
10843 with ...
10844 (record_full_stop_reason): ... this throughout.
10845 (record_full_exec_insn): Adjust.
10846 (record_full_wait_1): Adjust. No longer re-increment the PC.
10847 (record_full_wait_1): Adjust. Use
10848 record_check_stopped_by_breakpoint instead of breakpoint_here_p.
10849 (record_full_stopped_by_watchpoint): Adjust.
10850 (record_full_stopped_by_sw_breakpoint)
10851 (record_full_supports_stopped_by_sw_breakpoint)
10852 (record_full_supports_stopped_by_sw_breakpoint)
10853 (record_full_stopped_by_hw_breakpoint)
10854 (record_full_supports_stopped_by_hw_breakpoint): New functions.
10855 (init_record_full_ops, init_record_full_core_ops): Install them.
10856 * record.c (record_check_stopped_by_breakpoint): New function.
10857 * record.h: Include target/waitstatus.h.
10858 (record_check_stopped_by_breakpoint): New declaration.
10859
15c66dd6
PA
108602015-03-04 Pedro Alves <palves@redhat.com>
10861
10862 enum lwp_stop_reason -> enum target_stop_reason
10863 * linux-nat.c (linux_resume_one_lwp, check_stopped_by_watchpoint)
10864 (linux_nat_stopped_by_watchpoint, status_callback)
10865 (linux_nat_wait_1): Adjust.
10866 * linux-nat.h (enum lwp_stop_reason): Delete.
10867 (struct lwp_info) <stop_reason>: Now an enum target_stop_reason.
10868 * x86-linux-nat.c (x86_linux_prepare_to_resume): Adjust.
10869 * target/waitstatus.h (enum target_stop_reason): New.
10870
1cf4d951
PA
108712015-03-04 Pedro Alves <palves@redhat.com>
10872
10873 * breakpoint.c (need_moribund_for_location_type): New function.
10874 (bpstat_stop_status): Don't skipping checking moribund locations
10875 of breakpoint types which the target tell caused a stop.
10876 (program_breakpoint_here_p): New function, factored out from ...
10877 (bp_loc_is_permanent): ... this.
10878 (update_global_location_list): Don't create a moribund location if
10879 the target supports reporting stops of the type of the removed
10880 breakpoint.
10881 * breakpoint.h (program_breakpoint_here_p): New declaration.
10882 * infrun.c (adjust_pc_after_break): Return early if the target has
10883 already adjusted the PC. Add comments.
10884 (handle_signal_stop): If nothing explains a signal, and the target
10885 tells us the stop was caused by a software breakpoint, check if
10886 there's a breakpoint instruction in the memory. If so, adjust the
10887 PC before presenting the stop to the user. Otherwise, ignore the
10888 trap. If nothing explains a signal, and the target tells us the
10889 stop was caused by a hardware breakpoint, ignore the trap.
10890 * target.h (struct target_ops) <to_stopped_by_sw_breakpoint,
10891 to_supports_stopped_by_sw_breakpoint, to_stopped_by_hw_breakpoint,
10892 to_supports_stopped_by_hw_breakpoint>: New fields.
10893 (target_stopped_by_sw_breakpoint)
10894 (target_supports_stopped_by_sw_breakpoint)
10895 (target_stopped_by_hw_breakpoint)
10896 (target_supports_stopped_by_hw_breakpoint): Define.
10897 * target-delegates.c: Regenerate.
10898
79639e11
PA
108992015-03-04 Pedro Alves <palves@redhat.com>
10900
10901 * infrun.c (follow_fork_inferior): Use the whole of the
10902 inferior_ptid and pending_follow.related_pid ptids instead of
10903 building ptids from the process components. Adjust verbose output
10904 to use target_pid_to_str.
10905 * linux-nat.c (linux_child_follow_fork): Use the whole of the
10906 inferior_ptid and pending_follow.related_pid ptids instead of
10907 building ptids from the process components.
10908
e85e8e5e
MK
109092015-03-04 Mark Kettenis <kettenis@gnu.org>
10910
10911 * inf-ptrace.c [PT_GET_PROCESS_STATE]
10912 (inf_ptrace_insert_fork_catchpoint): New function.
10913 (inf_ptrace_remove_fork_catchpoint): New function.
10914 (inf_ptrace_target) [PT_GET_PROCESS_STATE]: Install them.
10915
87de11c0
AA
109162015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
10917
10918 * s390-linux-tdep.c (s390_register_name): Return empty string
10919 instead of NULL for registers that shouldn't be visible.
10920
d851a69a
AA
109212015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
10922
10923 * s390-linux-tdep.c (s390_gdbarch_init): Use the correct syscall
10924 XML file for 64-bit targets.
10925
b072f6c1
SM
109262015-03-03 Simon Marchi <simon.marchi@ericsson.com>
10927
10928 * target.h (find_default_create_inferior): Remove declaration.
10929 (find_default_attach): Likewise.
10930
c1593e4f
PA
109312015-03-03 Pedro Alves <palves@redhat.com>
10932
10933 * inf-ptrace.c (inf_ptrace_resume): Remove spurious whitespace.
10934 Use ptid_get_pid to get the overall process id when resuming all
10935 threads.
10936
90ad5e1d
PA
109372015-03-03 Pedro Alves <palves@redhat.com>
10938
10939 * i386-linux-nat.c (i386_linux_resume): Get the ptrace PID out of
10940 the lwp field of ptid. Pass the full ptid to get_thread_regcache.
10941 * inf-ptrace.c (get_ptrace_pid): New function.
10942 (inf_ptrace_resume): Use it.
10943 * linux-nat.c (linux_resume_one_lwp): Pass the LWP's ptid ummodified
10944 to the lower layer.
10945
d68e53f4
MM
109462015-03-03 Markus Metzger <markus.t.metzger@intel.com>
10947
10948 * nat/linux-btrace.c: Include sys/utsname.h.
10949 (linux_determine_kernel_ptr_bits): New.
10950 (linux_enable_bts): Call linux_determine_kernel_ptr_bits.
10951 * x86-linux-nat.c (x86_linux_enable_btrace): Do not overwrite non-zero
10952 ptr_bits.
10953
986b6601
MM
109542015-03-03 Markus Metzger <markus.t.metzger@intel.com>
10955
10956 * btrace.c (ftrace_update_function): Treat return as tailcall for
10957 "_dl_runtime_resolve".
10958
ce0dfbea
MM
109592015-03-03 Markus Metzger <markus.t.metzger@intel.com>
10960
10961 * btrace.h (btrace_function) <lbegin, lend>: Remove.
10962 * btrace.c (ftrace_debug): Do not print the line range.
10963 (ftrace_skip_file, ftrace_update_lines): Remove.
10964 (ftrace_new_function): Remove lbegin and lend initialization.
10965 (btrace_compute_ftrace_bts): Remove call to ftrace_update_lines.
10966 * record-btrace.c (btrace_compute_src_line_range): New.
10967 (btrace_call_history_src_line): Call btrace_compute_src_line_range.
10968
95e50b27
PA
109692015-03-02 Pedro Alves <palves@redhat.com>
10970
10971 * infrun.c (follow_exec): Delete all threads of the process except
10972 the event thread. Extended comments.
10973
00e474c2
JB
109742015-03-02 Joel Brobecker <brobecker@adacore.com>
10975
10976 * contrib/ari/gdb_ari.sh: Reinstate checks for "true" and "false".
10977
cc7039d3
JB
109782015-03-02 Joel Brobecker <brobecker@adacore.com>
10979
10980 * utils.h: Remove <stdbool.h> #include.
10981 (producer_is_gcc): Change return type to "int".
10982 * utils.c (producer_is_gcc): Change return type to int.
10983 Return 1 instead of true, and 0 instead of false.
10984 Adjust function documentation accordingly.
10985
550bdf96
AA
109862015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
10987
10988 * s390-linux-nat.c (have_regset_vxrs): New static variable.
10989 (s390_linux_fetch_inferior_registers): Handle vector registers, if
10990 present.
10991 (s390_linux_store_inferior_registers): Likewise.
10992 (s390_get_hwcap): Remove function. Embed its logic...
10993 (s390_read_description): ...here. Yield a target description with
10994 vector registers if applicable.
10995 * s390-linux-tdep.c: Include "features/s390-vx-linux64.c",
10996 "features/s390-tevx-linux64.c", "features/s390x-vx-linux64.c", and
10997 "features/s390x-tevx-linux64.c".
10998 (struct gdbarch_tdep) <v0_full_regnum>: New field.
10999 (s390_dwarf_regmap): Add vector registers. Remove bogus entries
11000 for "GNU/Linux-specific registers".
11001 (s390_dwarf_reg_r0l): New enum value.
11002 (s390_dwarf_reg_to_regnum): Support vector registers.
11003 (s390_adjust_frame_regnum): Adjust pseudo DWARF register numbers
11004 of GPR lower halves.
11005 (regnum_is_vxr_full): New function.
11006 (s390_register_name): New function.
11007 (s390_pseudo_register_name): Handle v0-v15, which are composed of
11008 f0-f15 and v0l-v15l.
11009 (s390_pseudo_register_type): Likewise.
11010 (s390_pseudo_register_read): Likewise.
11011 (s390_pseudo_register_write): Likewise.
11012 (s390_value_from_register): Account for the fact that values are
11013 placed left-justified in vector registers.
11014 (s390_pseudo_register_reggroup_p): Add pseudo registers v0-v15 to
11015 the vector reggroup and omit them from the general reggroup.
11016 (s390_regmap_vxrs_low, s390_regmap_vxrs_high): New register maps.
11017 (s390_vxrs_low_regset, s390_vxrs_high_regset): New regsets.
11018 (s390_iterate_over_regset_sections): Add iterations for the two
11019 new vector regsets.
11020 (s390_core_read_description): Yield a target description with
11021 vector registers if applicable.
11022 (s390_gdbarch_init): Handle target descriptions with vector
11023 registers. Add "register_name" gdbarch method.
11024 (_initialize_s390_tdep): Call new tdesc initialization functions.
11025 * s390-linux-tdep.h (HWCAP_S390_VX): New macro.
11026 (S390_V0_LOWER_REGNUM, S390_V1_LOWER_REGNUM, S390_V2_LOWER_REGNUM)
11027 (S390_V3_LOWER_REGNUM, S390_V4_LOWER_REGNUM, S390_V5_LOWER_REGNUM)
11028 (S390_V6_LOWER_REGNUM, S390_V7_LOWER_REGNUM, S390_V8_LOWER_REGNUM)
11029 (S390_V9_LOWER_REGNUM, S390_V10_LOWER_REGNUM)
11030 (S390_V11_LOWER_REGNUM, S390_V12_LOWER_REGNUM)
11031 (S390_V13_LOWER_REGNUM, S390_V14_LOWER_REGNUM)
11032 (S390_V15_LOWER_REGNUM, S390_V16_REGNUM, S390_V17_REGNUM)
11033 (S390_V18_REGNUM, S390_V19_REGNUM, S390_V20_REGNUM)
11034 (S390_V21_REGNUM, S390_V22_REGNUM, S390_V23_REGNUM)
11035 (S390_V24_REGNUM, S390_V25_REGNUM, S390_V26_REGNUM)
11036 (S390_V27_REGNUM, S390_V28_REGNUM, S390_V29_REGNUM)
11037 (S390_V30_REGNUM, S390_V31_REGNUM): New macros.
11038 (S390_NUM_REGS): Adjust value.
11039 (s390_vxrs_low_regset, s390_vxrs_high_regset): Declare.
11040 (tdesc_s390_vx_linux64, tdesc_s390_tevx_linux64)
11041 (tdesc_s390x_vx_linux64, tdesc_s390x_tevx_linux64): Likewise.
11042 * NEWS: Announce S/390 vector register support.
11043
446899e4
AA
110442015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
11045
11046 * features/s390-tevx-linux64.xml: New file.
11047 * features/s390-vx-linux64.xml: New file.
11048 * features/s390-vx.xml: New file.
11049 * features/s390x-tevx-linux64.xml: New file.
11050 * features/s390x-vx-linux64.xml: New file.
11051 * features/Makefile (WHICH): Add s390-vx-linux64,
11052 s390x-vx-linux64, s390-tevx-linux64, and s390x-tevx-linux64.
11053 (s390-vx-linux64-expedite, s390-tevx-linux64-expedite)
11054 (s390x-vx-linux64-expedite, s390x-tevx-linux64-expedite): New
11055 macros.
11056 * features/s390-tevx-linux64.c: New generated file.
11057 * features/s390-vx-linux64.c: Likewise.
11058 * features/s390x-tevx-linux64.c: Likewise.
11059 * features/s390x-vx-linux64.c: Likewise.
11060 * regformats/s390-tevx-linux64.dat: Likewise.
11061 * regformats/s390-vx-linux64.dat: Likewise.
11062 * regformats/s390x-tevx-linux64.dat: Likewise.
11063 * regformats/s390x-vx-linux64.dat: Likewise.
11064
b7236fbe
DE
110652015-02-28 Doug Evans <xdje42@gmail.com>
11066
11067 * symtab.h (struct symtab) <next>: Fix comment.
11068
02e62830
SM
110692015-02-27 Simon Marchi <simon.marchi@ericsson.com>
11070
11071 * python/python.c (python_GdbModuleDef): Rename GdbMethods to
11072 python_GdbMethods.
11073
bf36a1e7
PA
110742015-02-27 Pedro Alves <palves@redhat.com>
11075
11076 * dtrace-probe.c (dtrace_probe_ops): Make extern.
11077
ad6aff7d
PA
110782015-02-27 Pedro Alves <palves@redhat.com>
11079
11080 * common/common-exceptions.h (exception_none): Declare.
11081 * common/common-exceptions.c (exception_none): Moved from
11082 exceptions.c.
11083 (exceptions_state_mc_init): Use exception_none.
11084 * exceptions.c (exception_none): Move to
11085 common/common-exceptions.c.
11086 * exceptions.h (exception_none): Move to
11087 common/common-exceptions.h.
11088
97c18565
PA
110892015-02-27 Pedro Alves <palves@redhat.com>
11090
11091 * main.c (catch_command_errors, catch_command_errors_const):
11092 Remove 'mask' argument. Adjust.
11093 (captured_main): Adjust callers.
11094
e992c591
PA
110952015-02-27 Pedro Alves <palves@redhat.com>
11096
11097 * python/python-internal.h: Include "extension-priv.h".
11098
64166036
PA
110992015-02-27 Pedro Alves <palves@redhat.com>
11100
11101 * breakpoint.h (enum print_stop_action): Move further up in the
11102 file.
11103
8a526fa6
PA
111042015-02-27 Pedro Alves <palves@redhat.com>
11105
11106 * gdbarch.sh: Include regcache.h.
11107 * gdbarch.h: Regenerate.
11108
0fa9c223
PA
111092015-02-27 Pedro Alves <palves@redhat.com>
11110
11111 * arm-tdep.c (decode_insn) <arm_handle_insn, thumb_handle_insn>:
11112 Remove duplicate const.
11113 * sparc-sol2-tdep.c (sparc_sol2_static_transform_name): Remove
11114 duplicate const.
11115
7cf99fb1
PA
111162015-02-27 Pedro Alves <palves@redhat.com>
11117
11118 * cp-valprint.c (vtbl_ptr_name): Use EXPORTED_CONST.
11119 * guile/guile.c (extension_language_guile): Use EXPORTED_CONST.
11120 * features/feature_to_c.sh: Tag the generated xml_builtin array
11121 with extern const in C++ mode.
11122
1424c16e
TT
111232015-02-27 Tom Tromey <tromey@redhat.com>
11124
11125 * minidebug.c (struct lzma_stream): Rename to ...
11126 (struct gdb_lzma_stream): ... this.
11127 (lzma_open, lzma_pread, lzma_close, lzma_stat): Adjust.
11128
10367c7c
PA
111292015-02-27 Pedro Alves <palves@redhat.com>
11130
11131 * mi/mi-cmd-stack.c (mi_apply_ext_lang_frame_filter): New
11132 function.
11133 (mi_cmd_stack_list_locals, mi_cmd_stack_list_args)
11134 (mi_cmd_stack_list_variables): Use it.
11135
4180215b
PA
111362015-02-27 Pedro Alves <palves@redhat.com>
11137
11138 * x86-linux-nat.c (u_debugreg_offset): New function.
11139 (x86_linux_dr_get, x86_linux_dr_set): Use it.
11140
2f56f7c3
PA
111412015-02-27 Pedro Alves <palves@redhat.com>
11142
11143 * nat/x86-dregs.h (enum target_hw_bp_type): Remove forward
11144 declaration.
11145 Include break-common.h.
11146
570dc176
TT
111472015-02-27 Tom Tromey <tromey@redhat.com>
11148 Pedro Alves <palves@redhat.com>
11149
11150 * arm-tdep.c (set_fp_model_sfunc, arm_set_abi): Use 'int' for
11151 local used to iterate over enums.
11152 * completer.c (signal_completer): Likewise.
11153 * i386-tdep.c (i386_stap_parse_special_token): Likewise.
11154 * rs6000-tdep.c (powerpc_set_vector_abi): Likewise.
11155 * tui/tui-data.c (tui_next_win, tui_prev_win): Likewise.
11156 * tui/tui-layout.c (next_layout, prev_layout): Likewise.
11157 * tui/tui-win.c (tui_refresh_all_win, tui_rehighlight_all)
11158 (tui_resize_all, tui_set_focus_command, tui_all_windows_info): Likewise.
11159 * tui-wingeneral.c (tui_refresh_all): Likewise.
11160
68c14faa
PA
111612015-02-27 Pedro Alves <palves@redhat.com>
11162
11163 * target.h: Include "infrun.h".
11164
749bab01
PA
111652015-02-27 Pedro Alves <palves@redhat.com>
11166
11167 * gdb_proc_service.h: Wrap with EXTERN_C_PUSH/EXTERN_C_POP.
11168
3c14e5a3
PA
111692015-02-27 Pedro Alves <palves@redhat.com>
11170
11171 * common/agent.h (IPA_SYM_EXPORTED_NAME): New.
11172 (IPA_SYM): Use it.
11173 * common/common-defs.h (EXTERN_C_PUSH, EXTERN_C_POP): New macros.
11174
56000a98
PA
111752015-02-27 Pedro Alves <palves@redhat.com>
11176
11177 * cli-out.c (_rl_erase_entire_line): Move declaration out of
11178 cli_mld_erase_entire_line, and make it extern "C".
11179 * common/common-defs.h (EXTERN_C): New.
11180 * completer.c (_rl_completion_prefix_display_length)
11181 (_rl_print_completions_horizontally, QSFUNC): Move declarations
11182 out of gdb_display_match_list_1.
11183 (_rl_qsort_string_compare): Move declaration out of
11184 gdb_display_match_list_1, and make it extern "C".
11185 * defs.h (re_comp): Use EXTERN_C.
11186 * maint.c (_mcleanup): Move declaration out of mcleanup_wrapper,
11187 and make it extern "C".
11188 (monstartup): Move declaration out of maintenance_set_profile_cmd,
11189 and make it extern "C".
11190 (main): Move declaration out of maintenance_set_profile_cmd.
11191 * nat/linux-ptrace.c (linux_ptrace_attach_fail_reason_string): Use
11192 EXTERN_C.
11193
bcabf420
PA
111942015-02-27 Pedro Alves <palves@redhat.com>
11195
11196 * python/python.c (GdbMethods): Rename to ...
11197 (python_GdbMethods): ... this and make extern.
11198 (GdbModuleDef): Rename to ...
11199 (python_GdbModuleDef): ... this and make extern.
11200
928dbe07
PA
112012015-02-27 Pedro Alves <palves@redhat.com>
11202
11203 * record-btrace.c (set_record_btrace_cmdlist)
11204 (show_record_btrace_cmdlist): Remove redefinitions.
11205
52059ffd
TT
112062015-02-27 Tom Tromey <tromey@redhat.com>
11207 Pedro Alves <palves@redhat.com>
11208
11209 * dwarf2-frame.c (enum cfa_how_kind, struct
11210 dwarf2_frame_state_reg_info): Move out of struct
11211 dwarf2_frame_state.
11212 * dwarf2read.c (struct tu_stats): Move out of struct
11213 dwarf2_per_objfile.
11214 (struct file_entry): Move out of struct line_header.
11215 (struct nextfield, struct nextfnfield, struct fnfieldlist, struct
11216 typedef_field_list): Move out of struct field_info.
11217 * gdbtypes.h (enum dynamic_prop_kind, union dynamic_prop_data):
11218 Move out of struct dynamic_prop.
11219 (union type_owner, union field_location, struct field, struct
11220 range_bounds, union type_specific): Move out of struct main_type.
11221 (struct fn_fieldlist, struct fn_field, struct typedef_field)
11222 (VOFFSET_STATIC): Move out of struct cplus_struct_type.
11223 (struct call_site_target, union call_site_parameter_u, struct
11224 call_site_parameter): Move out of struct call_site.
11225 * m32c-tdep.c (enum m32c_prologue_kind): Move out of struct
11226 m32c_prologue.
11227 (enum srcdest_kind): Move out of struct srcdest.
11228 * main.c (enum cmdarg_kind): Move out of struct cmdarg.
11229 * prologue-value.h (enum prologue_value_kind): Move out of struct
11230 prologue_value.
11231 * s390-linux-tdep.c (enum s390_abi_kind): Move out of struct
11232 gdbarch_tdep.
11233 * stabsread.c (struct nextfield, struct next_fnfieldlist): Move
11234 out of struct field_info.
11235 * symfile.h (struct other_sections): Move out of struct
11236 section_addr_info.
11237 * symtab.c (struct symbol_cache_slot): Move out struct
11238 block_symbol_cache.
11239 * target-descriptions.c (enum tdesc_type_kind): Move out of
11240 typedef struct tdesc_type.
11241 * tui/tui-data.h (enum tui_line_or_address_kind): Move out of
11242 struct tui_line_or_address.
11243 * value.c (enum internalvar_kind, union internalvar_data): Move
11244 out of struct internalvar.
11245 * xtensa-tdep.h (struct ctype_cache): Move out of struct
11246 gdbarch_tdep.
11247
fe978cb0
PA
112482015-02-27 Tom Tromey <tromey@redhat.com>
11249 Pedro Alves <palves@redhat.com>
11250
11251 Rename symbols whose names are reserved C++ keywords throughout.
11252
3bc3d82a
PA
112532015-02-27 Pedro Alves <palves@redhat.com>
11254
11255 * Makefile.in (COMPILER): New, get it from autoconf.
11256 (COMPILE.pre, CC_LD): Use COMPILER.
11257 (CXX): Get from autoconf instead.
11258 (CXX_FOR_TARGET): Default to g++ instead of gcc.
11259 * acinclude.m4: Include build-with-cxx.m4.
11260 * build-with-cxx.m4: New file.
11261 * configure.ac: Call AC_PROG_CXX and GDB_AC_BUILD_WITH_CXX.
11262 Disable -Werror by default if building in C++ mode.
11263 (build_warnings): Add -Wno-sign-compare, -Wno-write-strings and
11264 -Wno-narrowing in C++ mode. Only enable -Wpointer-sign in C mode.
11265 Run supported-warning-flags tests with the C++ compiler.
11266 Save/restore CXXFLAGS too.
11267 * configure: Regenerate.
11268
07697489
PA
112692015-02-27 Pedro Alves <palves@redhat.com>
11270
11271 * libiberty.m4: New file.
11272 * acinclude.m4: Include libiberty.m4.
11273 * configure.ac: Call libiberty_INIT.
11274 * config.in, configure: Regenerate.
11275
60abeae4
AA
112762015-02-27 Andreas Arnez <arnez@linux.vnet.ibm.com>
11277
11278 * s390-linux-tdep.c (s390_gcc_target_options): Not just handle
11279 31-bit targets, but 64-bit targets as well.
11280 (s390_gnu_triplet_regexp): New function.
11281 (s390_gdbarch_init): Set the gcc_target_options gdbarch method for
11282 64-bit targets as well. Set the gnu_triplet_regexp gdbarch
11283 method.
11284
f44466fb 112852015-02-27 Jon TURNEY <jon.turney@dronecode.org.uk> (tiny patch)
f0666312
JT
11286
11287 * windows-nat.c (CONTEXT_DEBUGGER): Remove.
11288 (CONTEXT_DEBUGGER_DR): Add CONTEXT_SEGMENTS. Incorporate flags
11289 from CONTEXT_DEBUGGER.
11290
0def5aaa
DE
112912015-02-26 Doug Evans <dje@google.com>
11292
11293 * gdbtypes.c (internal_type_vptr_fieldno): Add missing call to
11294 CHECK_TYPEDEF.
11295 (set_type_vptr_fieldno): Ditto.
11296 (internal_type_vptr_basetype, set_type_vptr_basetype): Ditto.
11297 * gnu-v3-abi.c (gnuv3_dynamic_class): Ditto.
11298
77b64a49
PA
112992015-02-26 Pedro Alves <palves@redhat.com>
11300
11301 * auto-load.h (file_is_auto_load_safe): Add ATTRIBUTE_PRINTF.
11302 * complaints.c (vcomplaint): Pass argument FMT directly to
11303 printf-like functions instead of complaint->fmt.
11304 * ctf.c (ctf_save_write_metadata): Add ATTRIBUTE_PRINTF.
11305 * darwin-nat.c (inferior_debug): Add ATTRIBUTE_PRINTF.
11306 * compile/compile-loc2c.c (pushf, unary, binary): Add
11307 ATTRIBUTE_PRINTF.
11308 (do_compile_dwarf_expr_to_c): Pass string literal as format string
11309 to pushf.
11310 (BINARY): Pass string literal as format string to 'binary'.
11311 * compile/compile-object-load.c (link_callbacks_einfo): Add
11312 ATTRIBUTE_PRINTF.
11313 * guile/guile-internal.h (gdbscm_printf): Add ATTRIBUTE_PRINTF.
11314
532f44ed
PA
113152015-02-26 Pedro Alves <palves@redhat.com>
11316
11317 * windows-termcap.c: Rename to ...
11318 * stub-termcap.c: ... this. Adjust header line.
11319 * Makefile.in (SFILES): Refer to stub-termcap.c instead of
11320 windows-termcap.c.
11321 * configure: Regenerate.
11322 * configure.ac: Refer to stub-termcap.o instead of
11323 windows-termcap.o.
11324 * gdb_curses.h: Mention stub-termcap.c instead of
11325 windows-termcap.c.
11326
081a1c2c
JK
113272015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
11328
11329 * compile/compile-c-symbols.c (convert_one_symbol, convert_symbol_bmsym)
11330 (gcc_symbol_address): Call gnu_ifunc_resolve_addr.
11331
2f41223f
AT
113322015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
11333
11334 * gdb/infcmd.c (print_return_value): use type_to_string to print type.
11335
80c57053
JK
113362015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
11337
11338 * elfread.c (elf_read_minimal_symbols): Use bfd_alloc for
11339 bfd_canonicalize_symtab.
11340
cf424aef
JB
113412015-02-25 John Baldwin <jhb@FreeBSD.org>
11342
11343 * amd64fbsd-nat.c: Include sys/user.h.
11344 (_initialize_amd64fbsd_nat): Use the KERN_PROC_SIGTRAMP sysctl
11345 instead of KERN_PS_STRINGS to locate the signal trampoline.
11346 * i386fbsd-nat.c: Include sys/user.h.
11347 (_initialize_i386fbsd_nat): Use the KERN_PROC_SIGTRAMP sysctl
11348 instead of KERN_PS_STRINGS to locate the signal trampoline.
11349 * amd64fbsd-tdep.c (amd64fbsd_sigtramp_code): New.
11350 (amd64fbsd_sigtramp_p): New.
11351 (amd64fbsd_sigtramp_start_addr, amd64fbsd_sigtramp_end_addr): No
11352 longer set default values.
11353 (amd64fbsd_init_abi): Set "sigtramp_p" to "amd64fbsd_sigtramp_p".
11354 * i386fbsd-tdep.c (i386fbsd_sigtramp_start)
11355 (i386fbsd_sigtramp_middle, i386fbsd_sigtramp_end)
11356 (i386fbsd_freebsd4_sigtramp_start)
11357 (i386fbsd_freebsd4_sigtramp_middle)
11358 (i386fbsd_freebsd4_sigtramp_end, i386fbsd_osigtramp_start)
11359 (i386fbsd_osigtramp_middle, i386fbsd_osigtramp_end): New.
11360 (i386fbsd_sigtramp_p): New.
11361 (i386fbsd_sigtramp_start_addr, i386fbsd_sigtramp_end_addr): No
11362 longer set default values.
11363 (i386fbsd_init_abi): Set "sigtramp_p" to "i386fbsd_sigtramp_p".
11364
c5cb74ee
JB
113652015-02-25 John Baldwin <jhb@freebsd.org>
11366
11367 * amd64fbsd-tdep.c (amd64fbsd_sigcontext_addr): Use
11368 get_frame_register instead of frame_unwind_register_unsigned.
11369
17487d85
JK
113702015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
11371
11372 PR build/18033
11373 * compile/compile-c-support.c (c_compute_program): Change // comment.
11374 * compile/compile-object-load.c (setup_sections): Change // comment.
11375
9357a9e6
JB
113762015-02-26 Joel Brobecker <brobecker@adacore.com>
11377
11378 PR build/18033:
11379 * iq2000-tdep.c (iq2000_frame_cache): Delete C++-style comment.
11380
1f10ba14
PA
113812015-02-23 Pedro Alves <palves@redhat.com>
11382
11383 * remote.c (skip_to_semicolon): New function.
11384 (remote_parse_stop_reply) <T stop reply>: Use it. Don't
11385 special case the stop reasons that look like hex numbers
11386 upfront. Instead handle real register numbers after matching
11387 all the known stop reasons.
11388
96553a0c
DE
113892015-02-21 Doug Evans <dje@google.com>
11390
11391 PR c++/17976, symtab/17821
11392 * cp-namespace.c (cp_search_static_and_baseclasses): New parameter
11393 is_in_anonymous. All callers updated.
11394 (find_symbol_in_baseclass): Ditto.
11395 (cp_lookup_nested_symbol_1): Ditto. Don't search all static blocks
11396 for symbols in an anonymous namespace.
11397 * dwarf2read.c (namespace_name): Don't call dwarf2_name, fetch
11398 DW_AT_name directly.
11399 (dwarf2_name): Convert missing namespace name to
11400 CP_ANONYMOUS_NAMESPACE_STR.
11401
2db9a427
PA
114022015-02-20 Pedro Alves <palves@redhat.com>
11403
11404 * linux-nat.c (linux_handle_extended_wait): Call
11405 thread_db_notice_clone whenever a new clone LWP is detected.
11406 (linux_stop_and_wait_all_lwps, linux_unstop_all_lwps): New
11407 functions.
11408 * linux-nat.h (thread_db_attach_lwp): Delete declaration.
11409 (thread_db_notice_clone, linux_stop_and_wait_all_lwps)
11410 (linux_unstop_all_lwps): Declare.
11411 * linux-thread-db.c (struct thread_get_info_inout): Delete.
11412 (thread_get_info_callback): Delete.
11413 (thread_from_lwp): Use td_thr_get_info and record_thread.
11414 (thread_db_attach_lwp): Delete.
11415 (thread_db_notice_clone): New function.
11416 (try_thread_db_load_1): If /proc is mounted and shows the
11417 process'es task list, walk over all LWPs and call thread_from_lwp
11418 instead of relying on td_ta_thr_iter.
11419 (attach_thread): Don't call check_thread_signals here. Split the
11420 tail part of the function (which adds the thread to the core GDB
11421 thread list) to ...
11422 (record_thread): ... this function. Call check_thread_signals
11423 here.
11424 (thread_db_wait): Don't call thread_db_find_new_threads_1. Always
11425 call thread_from_lwp.
11426 (thread_db_update_thread_list): Rename to ...
11427 (thread_db_update_thread_list_org): ... this.
11428 (thread_db_update_thread_list): New function.
11429 (thread_db_find_thread_from_tid): Delete.
11430 (thread_db_get_ada_task_ptid): Simplify.
11431 * nat/linux-procfs.c: Include <sys/stat.h>.
11432 (linux_proc_task_list_dir_exists): New function.
11433 * nat/linux-procfs.h (linux_proc_task_list_dir_exists): Declare.
11434
3b27ef47
PA
114352015-02-20 Pedro Alves <palves@redhat.com>
11436
11437 * linux-nat.c (lin_lwp_attach_lwp): No longer special case the
11438 main LWP. Handle the case of waitpid returning 0 if we're already
11439 attached to the LWP. Don't set the LWP's last_resume_kind to
11440 resume_stop if we already knew about the LWP.
11441 (linux_nat_filter_event): Add debug logs.
11442
1cc28231
PA
114432015-02-20 Pedro Alves <palves@redhat.com>
11444
11445 * target.h (forward_target_decr_pc_after_break): Delete
11446 declaration.
11447
5c5019c2
PA
114482015-02-20 Pedro Alves <palves@redhat.com>
11449
11450 PR threads/18006
11451 * linux-thread-db.c (thread_get_info_callback): Return early if
11452 the thread's lwp id is -1.
11453
f3978e91
JB
114542015-02-20 Joel Brobecker <brobecker@adacore.com>
11455
11456 GDB 7.9 released.
11457
ffdf88ec
SE
114582015-02-19 Steve Ellcey <sellcey@imgtec.com>
11459
11460 * dtrace-probe.c (dtrace_process_dof_probe): Initialize arg.expr.
11461 (dtrace_get_probes) Change type of variable 'dof'.
11462
c9587f88
AT
114632015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
11464
11465 PR breakpoints/16812
11466 * linux-nat.c (linux_nat_filter_event): Report SIGTRAP,SIGILL,SIGSEGV.
11467 * nat/linux-ptrace.c (linux_wstatus_maybe_breakpoint): Add.
11468 * nat/linux-ptrace.h: Add linux_wstatus_maybe_breakpoint.
11469
53cf2ee0
DT
114702015-02-19 David Taylor <dtaylor@emc.com>
11471
11472 * common/ax.def (setv): Fix consumed entry in setv DEFOP.
11473
acfe0940
PP
114742015-02-18 Patrick Palka <patrick@parcs.ath.cx>
11475
11476 * tui/tui-io.c (tui_handle_resize_during_io): Remove this
11477 function.
11478 (tui_putc): Don't call tui_handle_resize_during_io.
11479 (tui_getc): Likewise.
11480 (tui_mld_getc): Likewise.
11481 * tui/tui-win.c: Include event-loop.h and tui/tui-io.h.
11482 (tui_sigwinch_token): New static variable.
11483 (tui_initialize_win): Adjust documentation. Set
11484 tui_sigwinch_token.
11485 (tui_async_resize_screen): New asynchronous callback.
11486 (tui_sigwinch_handler): Adjust documentation. Asynchronously
11487 invoke tui_async_resize_screen.
11488
f6a88844
JM
114892015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
11490
11491 * configure: Regenerated.
11492 * configure.ac: Use GDB_AC_TRANSFORM.
11493 * Makefile.in (aclocal_m4_deps): Added transform.m4.
11494 * acinclude.m4: sinclude transform.m4.
11495 * transform.m4: New file.
11496 (GDB_AC_TRANSFORM): New macro.
11497
b05e3b0d
JM
114982015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
11499
11500 * NEWS: Announce the support for DTrace SDT probes.
11501
c3e3045e
JM
115022015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
11503
11504 * amd64-linux-tdep.c: Include "parser-defs.h" and "user-regs.h".
11505 (amd64_dtrace_parse_probe_argument): New function.
11506 (amd64_dtrace_probe_is_enabled): Likewise.
11507 (amd64_dtrace_enable_probe): Likewise.
11508 (amd64_dtrace_disable_probe): Likewise.
11509 (amd64_linux_init_abi): Register the
11510 `gdbarch_dtrace_probe_argument', `gdbarch_dtrace_enable_probe',
11511 `gdbarch_dtrace_disable_probe' and
11512 `gdbarch_dtrace_probe_is_enabled' hooks.
11513 (amd64_dtrace_disabled_probe_sequence_1): New constant.
11514 (amd64_dtrace_disabled_probe_sequence_2): Likewise.
11515 (amd64_dtrace_enable_probe_sequence): Likewise.
11516 (amd64_dtrace_disable_probe_sequence): Likewise.
11517
d4777acb
JM
115182015-01-17 Jose E. Marchesi <jose.marchesi@oracle.com>
11519
11520 * breakpoint.c (BREAK_ARGS_HELP): Help string updated to mention
11521 the -probe-dtrace new vpossible value for PROBE_MODIFIER.
11522 * configure.ac (CONFIG_OBS): dtrace-probe.o added if BFD can
11523 handle ELF files.
11524 * Makefile.in (SFILES): dtrace-probe.c added.
11525 * configure: Regenerate.
11526 * dtrace-probe.c: New file.
11527 (SHT_SUNW_dof): New constant.
11528 (dtrace_probe_type): New enum.
11529 (dtrace_probe_arg): New struct.
11530 (dtrace_probe_arg_s): New typedef.
11531 (struct dtrace_probe_enabler): New struct.
11532 (dtrace_probe_enabler_s): New typedef.
11533 (dtrace_probe): New struct.
11534 (dtrace_probe_is_linespec): New function.
11535 (dtrace_dof_sect_type): New enum.
11536 (dtrace_dof_dofh_ident): Likewise.
11537 (dtrace_dof_encoding): Likewise.
11538 (DTRACE_DOF_ENCODE_LSB): Likewise.
11539 (DTRACE_DOF_ENCODE_MSB): Likewise.
11540 (dtrace_dof_hdr): New struct.
11541 (dtrace_dof_sect): Likewise.
11542 (dtrace_dof_provider): Likewise.
11543 (dtrace_dof_probe): Likewise.
11544 (DOF_UINT): New macro.
11545 (DTRACE_DOF_PTR): Likewise.
11546 (DTRACE_DOF_SECT): Likewise.
11547 (dtrace_process_dof_probe): New function.
11548 (dtrace_process_dof): Likewise.
11549 (dtrace_build_arg_exprs): Likewise.
11550 (dtrace_get_arg): Likewise.
11551 (dtrace_get_probes): Likewise.
11552 (dtrace_get_probe_argument_count): Likewise.
11553 (dtrace_can_evaluate_probe_arguments): Likewise.
11554 (dtrace_evaluate_probe_argument): Likewise.
11555 (dtrace_compile_to_ax): Likewise.
11556 (dtrace_probe_destroy): Likewise.
11557 (dtrace_gen_info_probes_table_header): Likewise.
11558 (dtrace_gen_info_probes_table_values): Likewise.
11559 (dtrace_probe_is_enabled): Likewise.
11560 (dtrace_probe_ops): New variable.
11561 (info_probes_dtrace_command): New function.
11562 (_initialize_dtrace_probe): Likewise.
11563 (dtrace_type_name): Likewise.
11564
8b367e17
JM
115652015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
11566
11567 * gdbarch.sh (dtrace_parse_probe_argument): New.
11568 (dtrace_probe_is_enabled): Likewise.
11569 (dtrace_enable_probe): Likewise.
11570 (dtrace_disable_probe): Likewise.
11571 * gdbarch.c: Regenerate.
11572 * gdbarch.h: Regenerate.
11573
9aca2ff8
JM
115742015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
11575
11576 * stap-probe.c (stap_probe_ops): Add NULLs in the static
11577 stap_probe_ops for `enable_probe' and `disable_probe'.
11578 * probe.c (enable_probes_command): New function.
11579 (disable_probes_command): Likewise.
11580 (_initialize_probe): Define the cli commands `enable probe' and
11581 `disable probe'.
11582 (parse_probe_linespec): New function.
11583 (info_probes_for_ops): Use parse_probe_linespec.
11584 * probe.h (probe_ops): New hooks `enable_probe' and
11585 `disable_probe'.
11586
03e98035
JM
115872015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
11588
11589 * probe.c (compute_probe_arg): Moved from stap-probe.c
11590 (compile_probe_arg): Likewise.
11591 (probe_funcs): Likewise.
11592 * stap-probe.c (compute_probe_arg): Moved to probe.c.
11593 (compile_probe_arg): Likewise.
11594 (probe_funcs): Likewise.
11595
6f9b8491
JM
115962015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
11597
11598 * probe.c (print_ui_out_not_applicables): New function.
11599 (exists_probe_with_pops): Likewise.
11600 (info_probes_for_ops): Do not include column headers for probe
11601 types for which no probe has been actually found on any object.
11602 Also invoke `print_ui_out_not_applicables' in order to match the
11603 column rows with the header when probes of several types are
11604 listed.
11605 Print the "Type" column.
11606 * probe.h (probe_ops): Added a new probe operation `type_name'.
11607 * stap-probe.c (stap_probe_ops): Add `stap_type_name'.
11608 (stap_type_name): New function.
11609
69efdff1
PP
116102015-02-17 Patrick Palka <patrick@parcs.ath.cx>
11611
11612 * tui/tui-io.c (tui_getc): Don't call key_is_command_char.
11613 (key_is_command_char): Delete.
11614
f8e5e23e
PA
116152015-02-17 Pedro Alves <palves@redhat.com>
11616
11617 * tui/tui.c (tui_enable): Resize windows before anything
11618 might show a window.
11619
9f2e0721
MO
116202015-02-17 Max Ostapenko <m.ostapenko@partner.samsung.com>
11621
11622 PR gdb/17984
11623 * aarch64-linux-nat.c: Don't include features/aarch64.c anymore.
11624 (aarch64_linux_read_description): Remove initialize_tdesc_aarch64
11625 call.
11626 * aarch64-tdep.h (tdesc_aarch64): Declare.
11627
171e6b1c
MW
116282015-02-12 Mark Wielaard <mjw@redhat.com>
11629
11630 * contrib/ari/gdb_ari.sh: Remove checks for "true" and "false".
11631
d5ff0482
DE
116322015-02-13 Doug Evans <dje@google.com>
11633
11634 * cp-namespace.c (cp_basic_lookup_symbol): Rename parameter
11635 anonymous_namespace to is_in_anonymous for consistency with the rest
11636 of the file.
11637 (cp_lookup_bare_symbol): Fix typo in comment.
11638 (cp_search_static_and_baseclasses): Ditto.
11639 (search_symbol_list): Use vertical space in comment better.
11640 (reset_directive_searched): Ditto. Fix typo.
11641 (cp_lookup_nested_symbol_1): Clarify contents of NESTED_NAME parameter.
11642
9f04ac5f
YQ
116432015-02-13 Yao Qi <yao.qi@arm.com>
11644
11645 * MAINTAINERS: Update my email address.
11646
013d0319
DE
116472015-02-12 Doug Evans <dje@google.com>
11648
b615dd20 11649 * symtab.c (completion_list_add_name): Fix memory leak.
013d0319 11650
9a7e538e
DE
116512015-02-12 Doug Evans <dje@google.com>
11652
11653 * completer.c (complete_line): Remove incorrect comment.
11654
e1fcd575
JK
116552015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11656
11657 * python/py-framefilter.c (py_print_single_arg, enumerate_locals)
11658 (py_print_frame): Use RETURN_MASK_ERROR.
11659
b99bf4e3
JK
116602015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11661
11662 * python/py-framefilter.c (py_print_frame): Mention RETURN_QUIT in
11663 function comment. Wrap all function that can throw in cleanups.
11664 (gdbpy_apply_frame_filter): Wrap all function that can throw in
11665 cleanups.
11666
800eb1ce
JK
116672015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11668
11669 * python/py-framefilter.c (py_print_frame): Substitute goto error.
11670 Remove the error label.
11671
34019068
JK
116722015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11673
11674 * python/py-framefilter.c (py_print_frame): Put conditional code paths
11675 with goto first, indent the former else codepath left. Put variable
11676 'elided' to a new inner block.
11677
8d4a54e2
JK
116782015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11679
11680 * python/py-framefilter.c (py_print_frame): Whitespacing fixes.
11681
18ad82c1
PA
116822015-02-11 Pedro Alves <palves@redhat.com>
11683
11684 * xcoffread.c (within_function): Delete.
11685
e36122e9
TT
116862015-02-11 Tom Tromey <tromey@redhat.com>
11687 Pedro Alves <palves@redhat.com>
11688
11689 * breakpoint.c (base_breakpoint_ops): Delete.
11690 * dwarf2loc.c (dwarf_expr_ctx_funcs): Make extern.
11691 * elfread.c (elf_sym_fns_gdb_index, elf_sym_fns_lazy_psyms): Make extern.
11692 * guile/guile.c (guile_extension_script_ops, guile_extension_ops): Make extern.
11693 * ppcnbsd-tdep.c (ppcnbsd2_sigtramp): Make extern.
11694 * python/py-arch.c (arch_object_type): Make extern.
11695 * python/py-block.c (block_syms_iterator_object_type): Make extern.
11696 * python/py-bpevent.c (breakpoint_event_object_type): Make extern.
11697 * python/py-cmd.c (cmdpy_object_type): Make extern.
11698 * python/py-continueevent.c (continue_event_object_type)
11699 * python/py-event.h (GDBPY_NEW_EVENT_TYPE): Remove 'qual'
11700 parameter. Update all callers.
11701 * python/py-evtregistry.c (eventregistry_object_type): Make extern.
11702 * python/py-exitedevent.c (exited_event_object_type): Make extern.
11703 * python/py-finishbreakpoint.c (finish_breakpoint_object_type): Make extern.
11704 * python/py-function.c (fnpy_object_type): Make extern.
11705 * python/py-inferior.c (inferior_object_type, membuf_object_type): Make extern.
11706 * python/py-infevents.c (call_pre_event_object_type)
11707 (inferior_call_post_event_object_type).
11708 (memory_changed_event_object_type): Make extern.
11709 * python/py-infthread.c (thread_object_type): Make extern.
11710 * python/py-lazy-string.c (lazy_string_object_type): Make extern.
11711 * python/py-linetable.c (linetable_entry_object_type)
11712 (linetable_object_type, ltpy_iterator_object_type): Make extern.
11713 * python/py-newobjfileevent.c (new_objfile_event_object_type)
11714 (clear_objfiles_event_object_type): Make extern.
11715 * python/py-objfile.c (objfile_object_type): Make extern.
11716 * python/py-param.c (parmpy_object_type): Make extern.
11717 * python/py-progspace.c (pspace_object_type): Make extern.
11718 * python/py-signalevent.c (signal_event_object_type): Make extern.
11719 * python/py-symtab.c (symtab_object_type, sal_object_type): Make extern.
11720 * python/py-type.c (type_object_type, field_object_type)
11721 (type_iterator_object_type): Make extern.
11722 * python/python.c (python_extension_script_ops)
11723 (python_extension_ops): Make extern.
11724 * stap-probe.c (stap_probe_ops): Make extern.
11725
0703599a
PA
117262015-02-11 Pedro Alves <pedro@codesourcery.com>
11727
11728 * infrun.c (adjust_pc_after_break): Don't adjust the PC just
11729 because the event thread is not the current thread.
11730
eaaf76ab
DE
117312015-02-11 Doug Evans <xdje42@gmail.com>
11732
11733 * gdbtypes.c (internal_type_self_type): If TYPE_SPECIFIC_FIELD hasn't
11734 been initialized yet, return NULL.
11735
e7d52ed3
DE
117362015-02-11 Doug Evans <dje@google.com>
11737
11738 * symfile.h (new_symfile_objfile): Delete.
11739 * symfile.c (finish_new_objfile): Renamed from new_symfile_objfile.
11740 All callers updated.
11741
fc6b1256
PP
117422015-02-11 Patrick Palka <patrick@parcs.ath.cx>
11743
11744 * tui/tui-io.c (tui_handle_resize_during_io): Call
11745 tui_update_gdb_sizes() after resizing the screen.
11746 * tui/tui.c (tui_enable): Resize the terminal before
11747 calling tui_update_gdb_sizes().
11748
d9080678
PP
117492015-02-11 Patrick Palka <patrick@parcs.ath.cx>
11750
11751 * tui/tui-io.c (tui_getc): Move cursor to the end of the command
11752 line before printing a newline.
11753
9f615e3a
MW
117542015-02-11 Mark Wielaard <mjw@redhat.com>
11755
11756 * utils.c (producer_is_gcc): Return true or false.
11757
d9080678 117582015-02-10 Mark Wielaard <mjw@redhat.com>
b1ffba5a
MW
11759
11760 * utils.h (producer_is_gcc): Change return type to bool. Add major
11761 argument.
11762 * utils.c (producer_is_gcc): Likewise.
11763 (producer_is_gcc_ge_4): Adjust producer_is_gcc call.
11764 * dwarf2read.c (check_producer): Likewise.
11765
b052c4fb
PA
117662015-02-10 Pedro Alves <palves@redhat.com>
11767
11768 * infrun.c (displaced_step_fixup): Switch to the event thread
11769 before calling gdbarch_displaced_step_fixup.
11770
3ac240d4
AT
117712015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
11772
11773 * MAINTAINERS (Write After Approval): Add Antoine Tremblay.
11774
c1cc6152
SM
117752015-02-10 Simon Marchi <simon.marchi@ericsson.com>
11776
11777 * ada-varobj.c (ada_name_of_child): Constify parent.
11778 (ada_path_expr_of_child): Same.
11779 (ada_value_of_child): Same.
11780 (ada_type_of_child): Same.
11781 * c-varobj.c (c_is_path_expr_parent): Same.
11782 (c_describe_child): Same.
11783 (c_name_of_child): Same.
11784 (c_value_of_child): Same.
11785 (c_type_of_child): Same.
11786 (cplus_number_of_children): Same.
11787 (cplus_describe_child): Constify var.
11788 (cplus_name_of_child): Constify parent.
11789 (cplus_value_of_child): Same.
11790 (cplus_type_of_child): Same.
11791 * jv-varobj.c (java_name_of_child): Same.
11792 (java_value_of_child): Same.
11793 (java_type_of_child): Same.
11794 * varobj.c (value_of_child): Same.
11795 (varobj_default_is_path_expr_parent): Constify var, parent and return
11796 value.
11797 (varobj_get_path_expr): Constify var, modify path_expr through
11798 mutable_var.
11799 (install_new_value): Constify parent.
11800 (value_of_child): Constify parent.
11801 * varobj.h (struct varobj): Constify parent.
11802 (struct lang_varobj_ops): Constify name_of_child, value_of_child and
11803 type_of_child.
11804 (varobj_get_path_expr): Constify var.
11805 (varobj_get_path_expr_parent): Constify var and return value.
11806
c1ee9414
LM
118072015-02-10 Luis Machado <lgustavo@codesourcery.com>
11808
11809 * arm-tdep.c (arm_prologue_unwind_stop_reason): New function.
11810 (arm_prologue_this_id): Move PC and SP limit checks to
11811 arm_prologue_unwind_stop_reason.
11812 (arm_prologue_unwind) <stop_reason> : Set to
11813 arm_prologue_unwind_stop_reason.
11814
f7de9aab
MW
118152015-02-09 Mark Wielaard <mjw@redhat.com>
11816
11817 * dwarf2read.c (set_cu_language): Recognize DW_LANG_Fortran03 and
11818 DW_LANG_Fortran08 as language_fortran.
11819
0b24eb2d
SDJ
118202015-02-09 Sergio Durigan Junior <sergiodj@redhat.com>
11821
11822 PR remote/17946
11823 * gdb/remote.c (remote_parse_stop_reply): Fix wrong comparison
11824 of pointer against char.
11825
a2c2acaf
MW
118262015-02-09 Mark Wielaard <mjw@redhat.com>
11827
11828 * c-typeprint.c (cp_type_print_method_args): Handle '_Atomic'.
11829 (c_type_print_modifier): Likewise.
11830 * dwarf2read.c (read_tag_atomic_type): New function.
11831 (read_type_die_1): Handle DW_TAG_atomic_type.
11832 * gdbtypes.c (make_atomic_type): New function.
11833 (recursive_dump_type): Handle TYPE_ATOMIC.
11834 * gdbtypes.h (enum type_flag_values): Renumber.
11835 (enum type_instance_flag_value): Add TYPE_INSTANCE_FLAG_ATOMIC.
11836 (TYPE_ATOMIC): New macro.
11837 (make_atomic_type): Declare.
11838
31fd9caa
MM
118392015-02-09 Markus Metzger <markus.t.metzger@intel.com>
11840
11841 * btrace.c (ftrace_find_call): Skip gaps.
11842 (ftrace_new_function): Initialize level.
11843 (ftrace_new_call, ftrace_new_tailcall, ftrace_new_return)
11844 (ftrace_new_switch): Update
11845 level computation.
11846 (ftrace_new_gap): New.
11847 (ftrace_update_function): Create new function after gap.
11848 (btrace_compute_ftrace_bts): Create gap on error.
11849 (btrace_stitch_bts): Update parameters. Clear trace if it
11850 becomes empty.
11851 (btrace_stitch_trace): Update parameters. Update callers.
11852 (btrace_clear): Reset the number of gaps.
11853 (btrace_insn_get): Return NULL if the iterator points to a gap.
11854 (btrace_insn_number): Return zero if the iterator points to a gap.
11855 (btrace_insn_end): Allow gaps at the end.
11856 (btrace_insn_next, btrace_insn_prev, btrace_insn_cmp): Handle gaps.
11857 (btrace_find_insn_by_number): Assert that the found iterator does
11858 not point to a gap.
11859 (btrace_call_next, btrace_call_prev): Assert that the last function
11860 is not a gap.
11861 * btrace.h (btrace_bts_error): New.
11862 (btrace_function): Update comment.
11863 (btrace_function) <insn, insn_offset, number>: Update comment.
11864 (btrace_function) <errcode>: New.
11865 (btrace_thread_info) <ngaps>: New.
11866 (btrace_thread_info) <replay>: Update comment.
11867 (btrace_insn_get): Update comment.
11868 * record-btrace.c (btrace_ui_out_decode_error): New.
11869 (record_btrace_info): Print number of gaps.
11870 (btrace_insn_history, btrace_call_history): Call
11871 btrace_ui_out_decode_error for gaps.
11872 (record_btrace_step_thread, record_btrace_start_replaying): Skip gaps.
11873
afb778a2
MM
118742015-02-09 Markus Metzger <markus.t.metzger@intel.com>
11875
11876 * common/btrace-common.h (btrace_cpu_vendor, btrace_cpu): New.
11877 * nat/linux-btrace.c: (btrace_this_cpu): New.
11878 (cpu_supports_bts): Call btrace_this_cpu.
11879 (intel_supports_bts): Add cpu parameter.
11880
7d5c24b3
MM
118812015-02-09 Markus Metzger <markus.t.metzger@intel.com>
11882
11883 * btrace.h (btrace_insn_class): New.
11884 (btrace_insn) <size, iclass>: New.
11885 * btrace.c (ftrace_find_call): Update parameters. Update users.
11886 Use instruction classification.
11887 (ftrace_new_return): Update parameters. Update users.
11888 (ftrace_update_function): Update parameters. Update users. Use
11889 instruction classification.
11890 (ftrace_update_insns): Update parameters. Update users.
11891 (ftrace_classify_insn): New.
11892 (btrace_compute_ftrace_bts): Fill in new btrace_insn fields. Add
11893 TRY_CATCH around call to gdb_insn_length.
11894
76235df1
MM
118952015-02-09 Markus Metzger <markus.t.metzger@intel.com>
11896
11897 * btrace.c (btrace_compute_ftrace_bts, btrace_compute_ftrace):
11898 Update parameters. Update users.
11899
d33501a5
MM
119002015-02-09 Markus Metzger <markus.t.metzger@intel.com>
11901
11902 * btrace.c (parse_xml_btrace_conf_bts): Add size.
11903 (btrace_conf_bts_attributes): New.
11904 (btrace_conf_children): Add attributes.
11905 * common/btrace-common.h (btrace_config_bts): New.
11906 (btrace_config)<bts>: New.
11907 (btrace_config): Update comment.
11908 * nat/linux-btrace.c (linux_enable_btrace, linux_enable_bts):
11909 Use config.
11910 * features/btrace-conf.dtd: Increment version. Add size
11911 attribute to bts element.
11912 * record-btrace.c (set_record_btrace_bts_cmdlist,
11913 show_record_btrace_bts_cmdlist): New.
11914 (record_btrace_adjust_size, record_btrace_print_bts_conf,
11915 record_btrace_print_conf, cmd_set_record_btrace_bts,
11916 cmd_show_record_btrace_bts): New.
11917 (record_btrace_info): Call record_btrace_print_conf.
11918 (_initialize_record_btrace): Add commands.
11919 * remote.c: Add PACKET_Qbtrace_conf_bts_size enum.
11920 (remote_protocol_features): Add Qbtrace-conf:bts:size packet.
11921 (btrace_sync_conf): Synchronize bts size.
11922 (_initialize_remote): Add Qbtrace-conf:bts:size packet.
11923 * NEWS: Announce new commands and new packets.
11924
f4abbc16
MM
119252015-02-09 Markus Metzger <markus.t.metzger@intel.com>
11926
11927 * Makefile.in (XMLFILES): Add btrace-conf.dtd.
11928 * x86-linux-nat.c (x86_linux_enable_btrace): Update parameters.
11929 (x86_linux_btrace_conf): New.
11930 (x86_linux_create_target): Initialize to_btrace_conf.
11931 * nat/linux-btrace.c (linux_enable_btrace): Update parameters.
11932 Check format. Split into this and ...
11933 (linux_enable_bts): ... this.
11934 (linux_btrace_conf): New.
11935 (perf_event_skip_record): Renamed into ...
11936 (perf_event_skip_bts_record): ... this. Updated users.
11937 (linux_disable_btrace): Split into this and ...
11938 (linux_disable_bts): ... this.
11939 (linux_read_btrace): Check format.
11940 * nat/linux-btrace.h (linux_enable_btrace): Update parameters.
11941 (linux_btrace_conf): New.
11942 (btrace_target_info)<ptid>: Moved.
11943 (btrace_target_info)<conf>: New.
11944 (btrace_target_info): Split into this and ...
11945 (btrace_tinfo_bts): ... this. Updated users.
11946 * btrace.c (btrace_enable): Update parameters.
11947 (btrace_conf, parse_xml_btrace_conf_bts, parse_xml_btrace_conf)
11948 (btrace_conf_children, btrace_conf_attributes)
11949 (btrace_conf_elements): New.
11950 * btrace.h (btrace_enable): Update parameters.
11951 (btrace_conf, parse_xml_btrace_conf): New.
11952 * common/btrace-common.h (btrace_config): New.
11953 * feature/btrace-conf.dtd: New.
11954 * record-btrace.c (record_btrace_conf): New.
11955 (record_btrace_cmdlist): New.
11956 (record_btrace_enable_warn, record_btrace_open): Pass
11957 &record_btrace_conf.
11958 (record_btrace_info): Print recording format.
11959 (cmd_record_btrace_bts_start): New.
11960 (cmd_record_btrace_start): Call cmd_record_btrace_bts_start.
11961 (_initialize_record_btrace): Add "record btrace bts" subcommand.
11962 Add "record bts" alias command.
11963 * remote.c (remote_state)<btrace_config>: New.
11964 (remote_btrace_reset, PACKET_qXfer_btrace_conf): New.
11965 (remote_protocol_features): Add qXfer:btrace-conf:read.
11966 (remote_open_1): Call remote_btrace_reset.
11967 (remote_xfer_partial): Handle TARGET_OBJECT_BTRACE_CONF.
11968 (btrace_target_info)<conf>: New.
11969 (btrace_sync_conf, btrace_read_config): New.
11970 (remote_enable_btrace): Update parameters. Call btrace_sync_conf and
11971 btrace_read_conf.
11972 (remote_btrace_conf): New.
11973 (init_remote_ops): Initialize to_btrace_conf.
11974 (_initialize_remote): Add qXfer:btrace-conf packet.
11975 * target.c (target_enable_btrace): Update parameters.
11976 (target_btrace_conf): New.
11977 * target.h (target_enable_btrace): Update parameters.
11978 (target_btrace_conf): New.
11979 (target_object)<TARGET_OBJECT_BTRACE_CONF>: New.
11980 (target_ops)<to_enable_btrace>: Update parameters and comment.
11981 (target_ops)<to_btrace_conf>: New.
11982 * target-delegates: Regenerate.
11983 * target-debug.h (target_debug_print_const_struct_btrace_config_p)
11984 (target_debug_print_const_struct_btrace_target_info_p): New.
11985 * NEWS: Announce new command and new packet.
11986
aadf7753
MM
119872015-02-09 Markus Metzger <markus.t.metzger@intel.com>
11988
11989 * nat/linux-btrace.h (perf_event_buffer): New.
11990 (btrace_target_info) <buffer, size, data_head>: Replace with ...
11991 <bts>: ... this.
11992 * nat/linux-btrace.c (perf_event_header, perf_event_mmap_size)
11993 (perf_event_buffer_size, perf_event_buffer_begin)
11994 (perf_event_buffer_end, linux_btrace_has_changed): Removed.
11995 Updated users.
11996 (perf_event_new_data): New.
11997
043c3577
MM
119982015-02-09 Markus Metzger <markus.t.metzger@intel.com>
11999
12000 * btrace.c (btrace_enable): Pass BTRACE_FORMAT_BTS.
12001 * record-btrace.c (record_btrace_open): Remove call to
12002 target_supports_btrace.
12003 * remote.c (remote_supports_btrace): Update parameters.
12004 * target.c (target_supports_btrace): Update parameters.
12005 * target.h (to_supports_btrace, target_supports_btrace): Update
12006 parameters.
12007 * target-delegates.c: Regenerate.
12008 * target-debug.h (target_debug_print_enum_btrace_format): New.
12009 * nat/linux-btrace.c
12010 (kernel_supports_btrace): Rename into ...
12011 (kernel_supports_bts): ... this. Update users. Update warning text.
12012 (intel_supports_btrace): Rename into ...
12013 (intel_supports_bts): ... this. Update users.
12014 (cpu_supports_btrace): Rename into ...
12015 (cpu_supports_bts): ... this. Update users.
12016 (linux_supports_btrace): Update parameters. Split into this and ...
12017 (linux_supports_bts): ... this.
12018 * nat/linux-btrace.h (linux_supports_btrace): Update parameters.
12019
734b0e4b
MM
120202015-02-09 Markus Metzger <markus.t.metzger@intel.com>
12021
12022 * Makefile.in (SFILES): Add common/btrace-common.c.
12023 (COMMON_OBS): Add common/btrace-common.o.
12024 (btrace-common.o): Add build rules.
12025 * btrace.c (parse_xml_btrace): Update parameters.
12026 (parse_xml_btrace_block): Set format field.
12027 (btrace_add_pc, btrace_fetch): Use struct btrace_data.
12028 (do_btrace_data_cleanup, make_cleanup_btrace_data): New.
12029 (btrace_compute_ftrace): Split into this and...
12030 (btrace_compute_ftrace_bts): ...this.
12031 (btrace_stitch_trace): Split into this and...
12032 (btrace_stitch_bts): ...this.
12033 * btrace.h (parse_xml_btrace): Update parameters.
12034 (make_cleanup_btrace_data): New.
12035 * common/btrace-common.c: New.
12036 * common/btrace-common.h: Include common-defs.h.
12037 (btrace_block_s): Update comment.
12038 (btrace_format): New.
12039 (btrace_format_string): New.
12040 (btrace_data_bts): New.
12041 (btrace_data): New.
12042 (btrace_data_init, btrace_data_fini, btrace_data_empty): New.
12043 * remote.c (remote_read_btrace): Update parameters.
12044 * target.c (target_read_btrace): Update parameters.
12045 * target.h (target_read_btrace): Update parameters.
12046 (target_ops)<to_read_btrace>: Update parameters.
12047 * x86-linux-nat.c (x86_linux_read_btrace): Update parameters.
12048 * target-delegates.c: Regenerate.
12049 * target-debug (target_debug_print_struct_btrace_data_p): New.
12050 * nat/linux-btrace.c (linux_read_btrace): Split into this and...
12051 (linux_read_bts): ...this.
12052 * nat/linux-btrace.h (linux_read_btrace): Update parameters.
12053
bd2e0e9e
DE
120542015-02-06 Doug Evans <dje@google.com>
12055
12056 * remote-m32r-sdi.c: Include symfile.h.
12057
f176c4b5
DE
120582015-02-06 Doug Evans <dje@google.com>
12059
12060 * symtab.h (clear_symtab_users, deduce_language_from_filename): Move
12061 * symfile.h (clear_symtab_users, deduce_language_from_filename): ...
12062 to here.
12063
d6c146e9
PA
120642015-02-06 Pedro Alves <palves@redhat.com>
12065
12066 * linux-thread-db.c (find_new_threads_callback): Add debug output.
12067
b9d61307
SM
120682015-02-06 Simon Marchi <simon.marchi@ericsson.com>
12069
12070 PR gdb/15678
12071 * breakpoint.c (map_breakpoint_numbers): Check for empty args string.
12072 (enable_count_command): Check args for NULL value.
12073
e9fbd043
DE
120742015-02-05 Doug Evans <xdje42@gmail.com>
12075
12076 * guile/scm-frame.c: Fix spelling errors in a comment.
12077
881d5d5d
JK
120782015-02-04 Jan Kratochvil <jan.kratochvil@redhat.com>
12079
12080 * python/python-internal.h (Py_hash_t): Define it for Python <3.2.
12081 * python/py-value.c (valpy_fetch_lazy): Use it. Remove cast to the
12082 return type.
12083
20ba1ce6
PA
120842015-02-04 Pedro Alves <palves@redhat.com>
12085
12086 * linux-nat.c (handle_extended_wait): Don't resume LWPs here.
12087 (wait_lwp): Don't call wait_lwp if linux_handle_extended_wait
12088 returns true.
12089 (resume_stopped_resumed_lwps): Don't check whether the thread is
12090 marked as executing.
12091 (linux_nat_wait_1): Use resume_stopped_resumed_lwps.
12092
f962539a
AA
120932015-02-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
12094
12095 * regset.h (struct regset): Add flags field.
12096 (REGSET_VARIABLE_SIZE): New value for a regset's flags field.
12097 * corelow.c (get_core_register_section): Add warning if the size
12098 exceeds the requested size and the regset does not have the
12099 REGSET_VARIABLE_SIZE flag set.
12100 * alphanbsd-tdep.c (alphanbsd_gregset): Add REGSET_VARIABLE_SIZE
12101 flag.
12102 * armbsd-tdep.c (armbsd_gregset): Likewise.
12103 * hppa-hpux-tdep.c (hppa_hpux_regset): Likewise.
12104 * hppaobsd-tdep.c (hppaobsd_gregset): Likewise.
12105 * m68kbsd-tdep.c (m68kbsd_gregset): Likewise.
12106 * mipsnbsd-tdep.c (mipsnbsd_gregset): Likewise.
12107
dde9acd6
AA
121082015-02-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
12109
12110 * amd64-linux-tdep.c (amd64_linux_iterate_over_regset_sections):
12111 For ".reg-xstate", explicitly specify the requested section size
12112 via X86_XSTATE_SIZE instead of just 0 on input and
12113 X86_XSTATE_MAX_SIZE on output.
12114 * i386-linux-tdep.c (i386_linux_iterate_over_regset_sections):
12115 Likewise.
12116
1528345d
AA
121172015-02-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
12118
12119 PR corefiles/17808:
12120 * gdbarch.sh (iterate_over_regset_sections_cb): Document this
12121 function type, particularly its SIZE parameter.
12122 * gdbarch.h: Regenerate.
12123 * amd64-tdep.c (amd64_supply_fpregset): In gdb_assert, compare
12124 actual against required size using ">=" instead of "==".
12125 (amd64_collect_fpregset): Likewise.
12126 * i386-tdep.c (i386_supply_gregset): Likewise.
12127 (i386_collect_gregset): Likewise.
12128 (i386_supply_fpregset): Likewise.
12129 (i386_collect_fpregset): Likewise.
12130 * mips-linux-tdep.c (mips_supply_gregset_wrapper): Likewise.
12131 (mips_fill_gregset_wrapper): Likewise.
12132 (mips_supply_fpregset_wrapper): Likewise.
12133 (mips_fill_fpregset_wrapper): Likewise.
12134 (mips64_supply_gregset_wrapper): Likewise.
12135 (mips64_fill_gregset_wrapper): Likewise.
12136 (mips64_supply_fpregset_wrapper): Likewise.
12137 (mips64_fill_fpregset_wrapper): Likewise.
12138 * mn10300-linux-tdep.c (am33_supply_gregset_method): Likewise.
12139 (am33_supply_fpregset_method): Likewise.
12140 (am33_collect_gregset_method): Likewise.
12141 (am33_collect_fpregset_method): Likewise.
12142
518be979
DE
121432015-02-04 Doug Evans <dje@google.com>
12144 Pedro Alves <palves@redhat.com>
12145 Eli Zaretskii <eliz@gnu.org>
12146
12147 PR tui/17810
12148 * tui/tui-command.c (tui_refresh_cmd_win): New function.
12149 * tui/tui-command.c (tui_refresh_cmd_win): Declare.
12150 * tui/tui-file.c: #include tui/tui-command.h.
12151 (tui_file_fputs): Refresh command window if stream is not gdb_stdout.
12152 (tui_file_flush): Refresh command window if stream is gdb_stdout.
12153 * tui/tui-io.c (tui_puts): Remove calls to wrefresh, fflush.
12154
80bd5fab
PA
121552015-02-04 Pedro Alves <palves@redhat.com>
12156
12157 Fix build breakage.
12158 * event-loop.c (gdb_do_one_event): Add default switch case.
12159
a7606d80
JK
121602015-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
12161
12162 Filter out inferior gcc option -fpreprocessed.
12163 * compile/compile.c (filter_args): New function.
12164 (get_args): Use it.
12165
70b66289
PA
121662015-02-03 Pedro Alves <palves@redhat.com>
12167
12168 * event-loop.c: Don't declare nor define a queue type for
12169 gdb_event_p.
12170 (event_queue): Delete.
12171 (create_event, create_file_event, gdb_event_xfree)
12172 (initialize_event_loop, process_event): Delete.
12173 (gdb_do_one_event): Return as soon as one event is handled.
12174 (handle_file_event): Change prototype. Used the passed in
12175 file_handler pointer and ready_mask instead of looping over all
12176 file handlers.
12177 (gdb_wait_for_event): Update the poll/select timeouts before
12178 blocking. Run event handlers directly instead of queueing events.
12179 Return as soon as one event is handled.
12180 (struct async_event_handler_data): Delete.
12181 (invoke_async_event_handler): Delete.
12182 (check_async_event_handlers): Change return type to int. Run
12183 event handlers directly instead of queueing events. Return as
12184 soon as one event is handled.
12185 (handle_timer_event): Delete.
12186 (update_wait_timeout): New function, factored out from
12187 poll_timers.
12188 (poll_timers): Reimplement.
12189 * event-loop.h (initialize_event_loop): Delete declaration.
12190 * top.c (gdb_init): Don't call initialize_event_loop.
12191
b7d2e916
PA
121922015-02-03 Pedro Alves <palves@redhat.com>
12193
12194 * event-loop.c (clear_async_event_handler): New function.
12195 * event-loop.h (clear_async_event_handler): New declaration.
12196 * record-btrace.c (record_btrace_async): New function.
12197 (init_record_btrace_ops): Install record_btrace_async.
12198 * record-full.c (record_full_async): New function.
12199 (record_full_resume): Don't mark the async event source here.
12200 (init_record_full_ops): Install record_full_async.
12201 (record_full_core_resume): Don't mark the async event source here.
12202 (init_record_full_core_ops): Install record_full_async.
12203 * remote.c (remote_async): Mark and clear the async stop reply
12204 queue event-loop token as appropriate.
12205
d9d41e78
PA
122062015-02-03 Pedro Alves <palves@redhat.com>
12207
12208 * linux-nat.c (linux_child_follow_fork, linux_nat_wait_1): Use
12209 target_is_async_p instead of target_can_async.
12210 (linux_nat_wait): Use target_is_async_p instead of
12211 target_can_async. Don't enable async here.
12212 * remote.c (interrupt_query, remote_wait, putpkt_binary): Use
12213 target_is_async_p instead of target_can_async.
12214
aa3de267
SM
122152015-02-02 Simon Marchi <simon.marchi@ericsson.com>
12216
12217 * varobj.h (lang_varobj_ops): Mention which return values need
12218 to be freed.
12219
2c811c0f
JB
122202015-02-02 Joel Brobecker <brobecker@adacore.com>
12221
12222 * dwarf2loc.c (dwarf2_evaluate_property): Add i18n marker.
12223
b1eedac9
JB
122242015-02-02 Joel Brobecker <brobecker@adacore.com>
12225
12226 PR gdb/17856:
12227 * ada-lang.c (ada_lookup_symbol_list_worker): Do not re-cache
12228 results found in the cache.
12229
66c168ae
JB
122302015-02-02 Joel Brobecker <brobecker@adacore.com>
12231
12232 PR gdb/17854:
12233 * ada-lang.c (ada_get_symbol_cache): Set pspace_data->sym_cache
12234 when allocating a new one.
12235
4bdc02b2
TT
122362015-02-01 Tom Tromey <tom@tromey.com>
12237
12238 * MAINTAINERS: Remove myself.
12239
ae6ae975
DE
122402015-01-31 Doug Evans <xdje42@gmail.com>
12241
12242 * dwarf2read.c (process_structure_scope): Update setting of
12243 TYPE_VPTR_BASETYPE, TYPE_VPTR_FIELDNO.
12244 * gdbtypes.c (internal_type_vptr_fieldno): New function.
12245 (set_type_vptr_fieldno): New function.
12246 (internal_type_vptr_basetype): New function.
12247 (set_type_vptr_basetype): New function.
12248 (get_vptr_fieldno): Update setting of TYPE_VPTR_FIELDNO,
12249 TYPE_VPTR_BASETYPE.
12250 (allocate_cplus_struct_type): Initialize vptr_fieldno.
12251 (recursive_dump_type): Printing of vptr_fieldno, vptr_basetype ...
12252 (print_cplus_stuff): ... moved here.
12253 (copy_type_recursive): Don't copy TYPE_VPTR_BASETYPE.
12254 * gdbtypes.h (struct main_type): Members vptr_fieldno, vptr_basetype
12255 moved to ...
12256 (struct cplus_struct_type): ... here. All uses updated.
12257 (TYPE_VPTR_FIELDNO, TYPE_VPTR_BASETYPE): Rewrite.
12258 (internal_type_vptr_fieldno, set_type_vptr_fieldno): Declare.
12259 (internal_type_vptr_basetype, set_type_vptr_basetype): Declare.
12260 * stabsread.c (read_tilde_fields): Update setting of
12261 TYPE_VPTR_FIELDNO, TYPE_VPTR_BASETYPE.
12262
09e2d7c7
DE
122632015-01-31 Doug Evans <xdje42@gmail.com>
12264
12265 * cp-valprint.c (cp_find_class_member): Rename parameter domain_p
12266 to self_p.
12267 (cp_print_class_member): Rename local domain to self_type.
12268 * dwarf2read.c (quirk_gcc_member_function_pointer): Rename local
12269 domain_type to self_type.
12270 (set_die_type) <need_gnat_info>: Handle
12271 TYPE_CODE_METHODPTR, TYPE_CODE_MEMBERPTR, TYPE_CODE_METHOD.
12272 * gdb-gdb.py (StructMainTypePrettyPrinter): Handle
12273 TYPE_SPECIFIC_SELF_TYPE.
12274 * gdbtypes.c (internal_type_self_type): New function.
12275 (set_type_self_type): New function.
12276 (smash_to_memberptr_type): Rename parameter domain to self_type.
12277 Update setting of TYPE_SELF_TYPE.
12278 (smash_to_methodptr_type): Update setting of TYPE_SELF_TYPE.
12279 (smash_to_method_type): Rename parameter domain to self_type.
12280 Update setting of TYPE_SELF_TYPE.
12281 (check_stub_method): Call smash_to_method_type.
12282 (recursive_dump_type): Handle TYPE_SPECIFIC_SELF_TYPE.
12283 (copy_type_recursive): Ditto.
12284 * gdbtypes.h (enum type_specific_kind): New value
12285 TYPE_SPECIFIC_SELF_TYPE.
12286 (struct main_type) <type_specific>: New member self_type.
12287 (struct cplus_struct_type) <fn_field.type>: Update comment.
12288 (TYPE_SELF_TYPE): Rewrite.
12289 (internal_type_self_type, set_type_self_type): Declare.
12290 * gnu-v3-abi.c (gnuv3_print_method_ptr): Rename local domain to
12291 self_type.
12292 (gnuv3_method_ptr_to_value): Rename local domain_type to self_type.
12293 * m2-typeprint.c (m2_range): Replace TYPE_SELF_TYPE with
12294 TYPE_TARGET_TYPE.
12295 * stabsread.c (read_member_functions): Mark methods with
12296 TYPE_CODE_METHOD, not TYPE_CODE_FUNC. Update setting of
12297 TYPE_SELF_TYPE.
12298
4bfb94b8
DE
122992015-01-31 Doug Evans <xdje42@gmail.com>
12300
12301 * gdbtypes.h (TYPE_SELF_TYPE): Renamed from TYPE_DOMAIN_TYPE.
12302 All uses updated.
12303
5f4ce105
DE
123042015-01-31 Doug Evans <xdje42@gmail.com>
12305
12306 * gnu-v3-abi.c (gnuv3_dynamic_class): Assert only passed structs
12307 or unions. Return zero if union.
12308 (gnuv3_get_vtable): Call check_typedef. Assert only passed structs.
12309 (gnuv3_rtti_type): Pass already-check_typedef'd value to
12310 gnuv3_get_vtable.
12311 (compute_vtable_size): Assert only passed structs.
12312 (gnuv3_print_vtable): Don't call gnuv3_get_vtable for non-structs.
12313
f6b3afbf
DE
123142015-01-31 Doug Evans <xdje42@gmail.com>
12315
12316 * gdbtypes.c (copy_type_recursive): Handle all TYPE_SPECIFIC_FIELD
12317 kinds.
12318
cfb069a8
GB
123192015-01-31 Gary Benson <gbenson@redhat.com>
12320 Doug Evans <dje@google.com>
12321
12322 PR cli/9007
12323 PR cli/11920
12324 PR cli/15548
12325 * cli/cli-cmds.c (complete_command): Notify user if max-completions
12326 reached.
12327 * common/common-exceptions.h (enum errors)
12328 <MAX_COMPLETIONS_REACHED_ERROR>: New value.
12329 * completer.h (get_max_completions_reached_message): New declaration.
12330 (max_completions): Likewise.
12331 (completion_tracker_t): New typedef.
12332 (new_completion_tracker): New declaration.
12333 (make_cleanup_free_completion_tracker): Likewise.
12334 (maybe_add_completion_enum): New enum.
12335 (maybe_add_completion): New declaration.
12336 (throw_max_completions_reached_error): Likewise.
12337 * completer.c (max_completions): New global variable.
12338 (new_completion_tracker): New function.
12339 (free_completion_tracker): Likewise.
12340 (make_cleanup_free_completion_tracker): Likewise.
12341 (maybe_add_completions): Likewise.
12342 (throw_max_completions_reached_error): Likewise.
12343 (complete_line): Remove duplicates and limit result to max_completions
12344 entries.
12345 (get_max_completions_reached_message): New function.
12346 (gdb_display_match_list): Handle max_completions.
12347 (_initialize_completer): New declaration and function.
12348 * symtab.c: Include completer.h.
12349 (completion_tracker): New static variable.
12350 (completion_list_add_name): Call maybe_add_completion.
12351 (default_make_symbol_completion_list_break_on_1): Renamed from
12352 default_make_symbol_completion_list_break_on. Maintain
12353 completion_tracker across calls to completion_list_add_name.
12354 (default_make_symbol_completion_list_break_on): New function.
12355 * top.c (init_main): Set rl_completion_display_matches_hook.
12356 * tui/tui-io.c: Include completer.h.
12357 (tui_old_rl_display_matches_hook): New static global.
12358 (tui_rl_display_match_list): Notify user if max-completions reached.
12359 (tui_setup_io): Save/restore rl_completion_display_matches_hook.
12360 * NEWS (New Options): Mention set/show max-completions.
12361
e11c72c7
GB
123622015-01-31 Gary Benson <gbenson@redhat.com>
12363
12364 * symtab.c (struct add_name_data) <code>: New field.
12365 Updated comments.
12366 (add_symtab_completions): New function.
12367 (symtab_expansion_callback): Likewise.
12368 (default_make_symbol_completion_list_break_on): Set datum.code.
12369 Move minimal symbol scan before calling expand_symtabs_matching.
12370 Scan known primary symtabs for externs and statics before calling
12371 expand_symtabs_matching. Pass symtab_expansion_callback as
12372 expansion_notify argument to expand_symtabs_matching. Do not scan
12373 primary symtabs for externs and statics after calling
12374 expand_symtabs_matching.
12375
276d885b
GB
123762015-01-31 Gary Benson <gbenson@redhat.com>
12377
12378 * symfile.h (expand_symtabs_exp_notify_ftype): New typedef.
12379 (struct quick_symbol_functions) <expand_symtabs_matching>:
12380 New argument expansion_notify. All uses updated.
12381 (expand_symtabs_matching): New argument expansion_notify.
12382 All uses updated.
12383 * symfile-debug.c (debug_qf_expand_symtabs_matching):
12384 Also print expansion notify.
12385 * symtab.c (expand_symtabs_matching_via_partial): Call
12386 expansion_notify whenever a partial symbol table is expanded.
12387 * dwarf2read.c (dw2_expand_symtabs_matching): Call
12388 expansion_notify whenever a symbol table is instantiated.
12389
82083d6d
DE
123902015-01-31 Doug Evans <xdje42@gmail.com>
12391
12392 * cli-out.c: #include completer.h, readline/readline.h.
12393 (cli_mld_crlf, cli_mld_putch, cli_mld_puts): New functions.
12394 (cli_mld_flush, cld_mld_erase_entire_line): Ditto.
12395 (cli_mld_beep, cli_mld_read_key, cli_display_match_list): Ditto.
12396 * cli-out.h (cli_display_match_list): Declare.
12397 * completer.c (MB_INVALIDCH, MB_NULLWCH): New macros.
12398 (ELLIPSIS_LEN): Ditto.
12399 (gdb_get_y_or_n, gdb_display_match_list_pager): New functions.
12400 (gdb_path_isdir, gdb_printable_part, gdb_fnwidth): Ditto.
12401 (gdb_fnprint, gdb_print_filename): Ditto.
12402 (gdb_complete_get_screenwidth, gdb_display_match_list_1): Ditto.
12403 (gdb_display_match_list): Ditto.
12404 * completer.h (mld_crlf_ftype, mld_putch_ftype): New typedefs.
12405 (mld_puts_ftype, mld_flush_ftype, mld_erase_entire_line_ftype): Ditto.
12406 (mld_beep_ftype, mld_read_key_ftype): Ditto.
12407 (match_list_displayer): New struct.
12408 (gdb_display_match_list): Declare.
12409 * top.c (init_main): Set rl_completion_display_matches_hook.
12410 * tui/tui-io.c: #include completer.h.
12411 (printable_part, PUTX, print_filename, get_y_or_n): Delete.
12412 (tui_mld_crlf, tui_mld_putch, tui_mld_puts): New functions.
12413 (tui_mld_flush, tui_mld_erase_entire_line, tui_mld_beep): Ditto.
12414 (tui_mld_getc, tui_mld_read_key): Ditto.
12415 (tui_rl_display_match_list): Rewrite.
12416 (tui_handle_resize_during_io): New arg for_completion. All callers
12417 updated.
12418
f57d2163
DE
124192015-01-31 Doug Evans <xdje42@gmail.com>
12420
12421 Add symbol lookup cache.
12422 * NEWS: Document new options and commands.
12423 * symtab.c (symbol_cache_key): New static global.
12424 (DEFAULT_SYMBOL_CACHE_SIZE, MAX_SYMBOL_CACHE_SIZE): New macros.
12425 (SYMBOL_LOOKUP_FAILED): New macro.
12426 (symbol_cache_slot_state): New enum.
12427 (block_symbol_cache): New struct.
12428 (symbol_cache): New struct.
12429 (new_symbol_cache_size, symbol_cache_size): New static globals.
12430 (hash_symbol_entry, eq_symbol_entry): New functions.
12431 (symbol_cache_byte_size, resize_symbol_cache): New functions.
12432 (make_symbol_cache, free_symbol_cache): New functions.
12433 (get_symbol_cache, symbol_cache_cleanup): New function.
12434 (set_symbol_cache_size, set_symbol_cache_size_handler): New functions.
12435 (symbol_cache_lookup, symbol_cache_clear_slot): New function.
12436 (symbol_cache_mark_found, symbol_cache_mark_not_found): New functions.
12437 (symbol_cache_flush, symbol_cache_dump): New functions.
12438 (maintenance_print_symbol_cache): New function.
12439 (maintenance_flush_symbol_cache): New function.
12440 (symbol_cache_stats): New function.
12441 (maintenance_print_symbol_cache_statistics): New function.
12442 (symtab_new_objfile_observer): New function.
12443 (symtab_free_objfile_observer): New function.
12444 (lookup_static_symbol, lookup_global_symbol): Use symbol cache.
12445 (_initialize_symtab): Init symbol_cache_key. New parameter
12446 maint symbol-cache-size. New maint commands print symbol-cache,
12447 print symbol-cache-statistics, flush-symbol-cache.
12448 Install new_objfile, free_objfile observers.
12449
e700d1b2
JB
124502015-01-31 Joel Brobecker <brobecker@adacore.com>
12451
12452 PR symtab/17855
12453 * symfile.c (clear_symtab_users): Move call to breakpoint_re_set
12454 to end.
12455
9f050062
DE
124562015-01-31 Doug Evans <xdje42@gmail.com>
12457
12458 * NEWS: Mention inlined scripts in .debug_gdb_scripts section.
12459 * auto-load.c: #include ctype.h.
12460 (struct auto_load_pspace_info): Replace member loaded_scripts with
12461 new members loaded_script_files, loaded_script_texts.
12462 (auto_load_pspace_data_cleanup): Update.
12463 (init_loaded_scripts_info): Update.
12464 (get_auto_load_pspace_data_for_loading): Update.
12465 (maybe_add_script_file): Renamed from maybe_add_script. All callers
12466 updated.
12467 (maybe_add_script_text): New function.
12468 (clear_section_scripts): Update.
12469 (source_script_file, execute_script_contents): New functions.
12470 (source_section_scripts): Add support for
12471 SECTION_SCRIPT_ID_PYTHON_TEXT, SECTION_SCRIPT_ID_GUILE_TEXT.
12472 (print_scripts): New function.
12473 (auto_load_info_scripts): Also print inlined scripts.
12474 (maybe_print_unsupported_script_warning): Renamed from
12475 unsupported_script_warning_print. All callers updated.
12476 (maybe_print_script_not_found_warning): Renamed from
12477 script_not_found_warning_print. All callers updated.
12478 * extension-priv.h (struct extension_language_script_ops): New member
12479 objfile_script_executor.
12480 * extension.c (ext_lang_objfile_script_executor): New function.
12481 * extension.h (objfile_script_executor_func): New typedef.
12482 (ext_lang_objfile_script_executor): Declare.
12483 * guile/guile-internal.h (gdbscm_execute_objfile_script): Declare.
12484 * guile/guile.c (guile_extension_script_ops): Update.
12485 * guile/scm-objfile.c (gdbscm_execute_objfile_script): New function.
12486 * python/python.c (python_extension_script_ops): Update.
12487 (gdbpy_execute_objfile_script): New function.
12488
312809f8
EZ
124892015-01-31 Eli Zaretskii <eliz@gnu.org>
12490
12491 * tui/tui-io.c (tui_expand_tabs): New function.
12492 (tui_puts, tui_redisplay_readline): Expand TABs into the
12493 appropriate number of spaces.
12494 * tui/tui-regs.c: Include tui-io.h.
12495 (tui_register_format): Call tui_expand_tabs to expand TABs into
12496 the appropriate number of spaces.
12497 * tui/tui-io.h: Add prototype for tui_expand_tabs.
12498
b6577aab
DE
124992015-01-30 Doug Evans <dje@google.com>
12500
12501 * NEWS: "info source" command now display producer string if present.
12502 * source.c (source_info): Print producer string if present.
12503
6da58d3e
SM
125042015-01-30 Simon Marchi <simon.marchi@ericsson.com>
12505
12506 * varobj.c (varobj_delete): Fix comment.
12507
837ce252
SM
125082015-01-30 Simon Marchi <simon.marchi@ericsson.com>
12509
12510 * varobj.c (create_child): Modify comment.
12511
b09e2c59
SM
125122015-01-30 Simon Marchi <simon.marchi@ericsson.com>
12513
12514 * ada-varobj.c (ada_number_of_children): Constify struct varobj *
12515 parameter.
12516 (ada_name_of_variable): Same.
12517 (ada_path_expr_of_child): Same.
12518 (ada_value_of_variable): Same.
12519 (ada_value_is_changeable_p): Same.
12520 (ada_value_has_mutated): Same.
12521 * c-varobj.c (varobj_is_anonymous_child): Same.
12522 (c_is_path_expr_parent): Same.
12523 (c_number_of_children): Same.
12524 (c_name_of_variable): Same.
12525 (c_path_expr_of_child): Same.
12526 (get_type): Same.
12527 (c_value_of_variable): Same.
12528 (cplus_number_of_children): Same.
12529 (cplus_name_of_variable): Same.
12530 (cplus_path_expr_of_child): Same.
12531 (cplus_value_of_variable): Same.
12532 * jv-varobj.c (java_number_of_children): Same.
12533 (java_name_of_variable): Same.
12534 (java_path_expr_of_child): Same.
12535 (java_value_of_variable): Same.
12536 * varobj.c (number_of_children): Same.
12537 (name_of_variable): Same.
12538 (is_root_p): Same.
12539 (varobj_ensure_python_env): Same.
12540 (varobj_get_objname): Same.
12541 (varobj_get_expression): Same.
12542 (varobj_get_display_format): Same.
12543 (varobj_get_display_hint): Same.
12544 (varobj_has_more): Same.
12545 (varobj_get_thread_id): Same.
12546 (varobj_get_frozen): Same.
12547 (dynamic_varobj_has_child_method): Same.
12548 (varobj_get_gdb_type): Same.
12549 (is_path_expr_parent): Same.
12550 (varobj_default_is_path_expr_parent): Same.
12551 (varobj_get_language): Same.
12552 (varobj_get_attributes): Same.
12553 (varobj_is_dynamic_p): Same.
12554 (varobj_get_child_range): Same.
12555 (varobj_value_has_mutated): Same.
12556 (varobj_get_value_type): Same.
12557 (number_of_children): Same.
12558 (name_of_variable): Same.
12559 (check_scope): Same.
12560 (varobj_editable_p): Same.
12561 (varobj_value_is_changeable_p): Same.
12562 (varobj_floating_p): Same.
12563 (varobj_default_value_is_changeable_p): Same.
12564
2568868e
SM
125652015-01-30 Simon Marchi <simon.marchi@ericsson.com>
12566
12567 * varobj.c (varobj_get_path_expr): Set var->path_expr.
12568 * c-varobj.c (c_path_expr_of_child): Set local var instead of
12569 child->path_expr.
12570 (cplus_path_expr_of_child): Same.
12571
ca83fa81
SM
125722015-01-30 Simon Marchi <simon.marchi@ericsson.com>
12573
12574 * mi-cmd-var.c (print_varobj): Free varobj_get_expression
12575 result.
12576 (mi_cmd_var_info_expression): Same.
12577 * varobj.c (varobj_get_expression): Mention in the comment that
12578 the result must by freed by the caller.
12579
afa269ae
SM
125802015-01-30 Simon Marchi <simon.marchi@ericsson.com>
12581
12582 * mi/mi-cmd-var.c (mi_cmd_var_info_type): Free result of
12583 varobj_get_type.
12584 (varobj_update_one): Same.
12585 * varobj.c (update_type_if_necessary): Free curr_type_str and
12586 new_type_str.
12587 (varobj_get_type): Specify in comment that the result needs to be
12588 freed by the caller.
12589
cd366ee8
DE
125902015-01-29 Doug Evans <dje@google.com>
12591
12592 PR symtab/17890
12593 * dwarf2read.c (dwarf_decode_line_header): Punt if version > 4.
12594
38360086
MW
125952015-01-25 Mark Wielaard <mjw@redhat.com>
12596
12597 * dwarf2read.c (checkproducer): Call producer_is_gcc.
12598 * utils.c (producer_is_gcc_ge_4): Likewise.
12599 (producer_is_gcc): New function.
12600 * utils.h (producer_is_gcc): New declaration.
12601
df25ebbd
JB
126022015-01-29 Joel Brobecker <brobecker@adacore.com>
12603
12604 * gdbtypes.h (struct dynamic_prop): New PROP_ADDR_OFFSET enum
12605 kind.
12606 * gdbtypes.c (resolve_dynamic_type_internal): Replace "addr"
12607 parameter by "addr_stack" parameter.
12608 (resolve_dynamic_range): Replace "addr" parameter by
12609 "stack_addr" parameter. Update function documentation.
12610 Update code accordingly.
12611 (resolve_dynamic_array, resolve_dynamic_union)
12612 (resolve_dynamic_struct, resolve_dynamic_type_internal): Likewise.
12613 (resolve_dynamic_type): Update code, following the changes made
12614 to resolve_dynamic_type_internal's interface.
12615 * dwarf2loc.h (struct property_addr_info): New.
12616 (dwarf2_evaluate_property): Replace "address" parameter
12617 by "addr_stack" parameter. Adjust function documentation.
12618 (struct dwarf2_offset_baton): New.
12619 (struct dwarf2_property_baton): Update documentation of
12620 field "referenced_type" to be more general. New field
12621 "offset_info" in union data field.
12622 * dwarf2loc.c (dwarf2_evaluate_property): Replace "address"
12623 parameter by "addr_stack" parameter. Adjust code accordingly.
12624 Add support for PROP_ADDR_OFFSET properties.
12625 * dwarf2read.c (attr_to_dynamic_prop): Add support for
12626 DW_AT_data_member_location attributes as well. Use case
12627 statements instead of if/else condition.
12628
4a0ca9ec
JB
126292015-01-29 Joel Brobecker <brobecker@adacore.com>
12630
12631 * ada-varobj.c (ada_varobj_get_array_number_of_children):
12632 Return zero if PARENT_VALUE is NULL and parent_type's
12633 range type is dynamic.
12634
ddb87a81
JB
126352015-01-29 Joel Brobecker <brobecker@adacore.com>
12636
12637 * gdbtypes.c (is_dynamic_type_internal) <TYPE_CODE_RANGE>: Return
12638 nonzero if the type's subtype is dynamic.
12639 (resolve_dynamic_range): Also resolve the range's subtype.
12640
3d7ad9b4 126412015-01-29 Alexander Klimov <alserkli@inbox.ru> (tiny patch)
7a270e0c 12642
3d7ad9b4 12643 Pushed by Joel Brobecker <brobecker@adacore.com>.
7a270e0c
AK
12644 * symfile.c (unmap_overlay_command): Initialize sec to NULL.
12645
3a8b707a
DE
126462015-01-27 Doug Evans <dje@google.com>
12647
12648 * NEWS: Mention gdb.Objfile.username.
12649 * python/py-objfile.c (objfpy_get_username): New function.
12650 (objfile_getset): Add "username".
12651
d35b90fb
MW
126522015-01-24 Mark Wielaard <mjw@redhat.com>
12653
12654 * stack.c (return_command): Markup warning message with _.
12655
734ae125
DE
126562015-01-24 Doug Evans <xdje42@gmail.com>
12657
12658 * gdbtypes.h (TYPE_TYPE_SPECIFIC): Delete.
12659
527f3840
JK
126602015-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
12661
12662 Fix 100x slowdown regression on DWZ files.
12663 * dwarf2read.c (struct dwarf2_per_objfile): Add line_header_hash.
12664 (struct line_header): Add offset and offset_in_dwz.
12665 (dwarf_decode_lines): Add parameter decode_mapping to the declaration.
12666 (free_line_header_voidp): New declaration.
12667 (line_header_hash, line_header_hash_voidp, line_header_eq_voidp): New
12668 functions.
12669 (dwarf2_build_include_psymtabs): Update dwarf_decode_lines caller.
12670 (handle_DW_AT_stmt_list): Use line_header_hash.
12671 (free_line_header_voidp): New function.
12672 (dwarf_decode_line_header): Initialize offset and offset_in_dwz.
12673 (dwarf_decode_lines): New parameter decode_mapping, use it.
12674 (dwarf2_free_objfile): Free line_header_hash.
12675
f7e5394d
SM
126762015-01-23 Simon Marchi <simon.marchi@ericsson.com>
12677
12678 PR gdb/17416
12679 * valops.c (value_rtti_indirect_type): Catch exception thrown by
12680 value_ind.
12681
743649fd
MW
126822015-01-15 Mark Wielaard <mjw@redhat.com>
12683
12684 * dwarf2read.c (read_subroutine_type): Set TYPE_NO_RETURN from
12685 DW_AT_noreturn.
12686 * gdbtypes.h (struct func_type): Add is_noreturn field flag. Make
12687 calling_convention an 8 bit bit field.
12688 (TYPE_NO_RETURN): New macro.
12689 * infcmd.c (finish_command): Query if function does not return
12690 normally.
12691 * stack.c (return_command): Likewise.
12692
198297aa
PA
126932015-01-23 Pedro Alves <palves@redhat.com>
12694
12695 * linux-nat.c (linux_is_async_p): New macro.
12696 (linux_nat_is_async_p):
12697 (linux_nat_terminal_inferior): Check whether the target can async
12698 instead of whether it is already async.
12699 (linux_nat_terminal_ours): Don't check whether the target is
12700 async.
12701 (linux_async_pipe): Use linux_is_async_p.
12702
253828f1
JK
127032015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
12704
12705 * NEWS (Changes since GDB 7.9): Add 'thread apply all' option
12706 '-ascending'.
12707 * thread.c (tp_array_compar_ascending, tp_array_compar): New.
12708 (thread_apply_all_command): Parse CMD for tp_array_compar_ascending.
12709 Sort tp_array using tp_array_compar.
12710 (_initialize_thread): Extend thread_apply_all_command help.
12711
f0e8c4c5
JK
127122015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
12713
12714 * corelow.c (core_open): Call also thread_command.
12715 * gdbthread.h (thread_command): New prototype moved from ...
12716 * thread.c (thread_command): ... here.
12717 (thread_command): Make it global.
12718
03b79603
PA
127192015-01-22 Pedro Alves <palves@redhat.com>
12720
12721 * configure.ac [*mingw32*]: Check $curses_found instead of
12722 $prefer_curses.
12723 * configure: Regenerate.
12724 * windows-termcap.c: Remove HAVE_CURSES_H, HAVE_NCURSES_H and
12725 HAVE_NCURSES_NCURSES_H checks.
12726
6b8a872f
EZ
127272015-01-22 Eli Zaretskii <eliz@gnu.org>
12728
bbbbffbb 12729 * tui/tui.c (tui_enable) [__MINGW32__]: If the call to 'newterm'
6b8a872f
EZ
12730 fails with the 1st arg NULL, try again with "unknown". Don't test
12731 the "cup" capability: it isn't supported by the Windows port of
12732 ncurses, but the Windows console driver is still capable of
12733 supporting TUI.
12734
4b62a76e
JK
127352015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
12736
12737 * compile/compile.c (_initialize_compile): Use -fPIE for compile_args.
12738
82a864f9
EZ
127392015-01-22 Eli Zaretskii <eliz@gnu.org>
12740
12741 * Makefile.in (HFILES_NO_SRCDIR): Remove ada-varobj.h.
12742 (ALLDEPFILES): Remove irix5-nat.c. These two are part of the
12743 reason that "make TAGS" is broken.
12744
b35018fd
CG
127452015-01-22 Chen Gang <gang.chen.5i5j@gmail.com>
12746
12747 * hppa-tdep.c (inst_saves_gr): Fix logical working flow issues
12748 and check additional store instructions.
12749
ffbc4646
WW
127502015-01-21 Wei-cheng Wang <cole945@gmail.com>
12751
12752 * MAINTAINERS (Write After Approval): Add "Wei-cheng Wang".
12753
ddeca1df
WW
127542015-01-21 Wei-cheng Wang <cole945@gmail.com>
12755
12756 * ppc-linux-tdep.c (ppc_skip_trampoline_code,
12757 ppc_canonicalize_syscall, ppc_linux_syscall_record,
12758 ppc_linux_record_signal, ppc_init_linux_record_tdep): Add comments.
12759 * ppc64-tdep.c (ppc64_skip_trampoline_code): Likewise.
12760 * rs6000-tdep.c (rs6000_epilogue_frame_cache,
12761 rs6000_epilogue_frame_this_id, rs6000_epilogue_frame_prev_register,
12762 rs6000_epilogue_frame_sniffer, ppc_record_vsr, ppc_process_record_op4,
12763 ppc_process_record_op19, ppc_process_record_op31,
12764 ppc_process_record_op59, ppc_process_record_op60,
12765 ppc_process_record_op63): Likewise.
12766
049bb5de
JB
127672015-01-20 Joel Brobecker <brobecker@adacore.com>
12768
12769 * nat/linux-ptrace.c (linux_ptrace_attach_fail_reason_string)
12770 (linux_ptrace_test_ret_to_nx): Use safe_strerror instead of
12771 strerror.
12772
42b87c63 127732015-01-20 Wei-cheng Wang <cole945@gmail.com>
810c1026
WW
12774
12775 * rs6000-tdep.c (ppc_process_record_op4, ppc_process_record_op19,
12776 ppc_process_record_op31, ppc_process_record_op59,
12777 ppc_process_record_op60, ppc_process_record_op63,
12778 ppc_process_record): Fix -Wformat warning.
12779 * rs6000-tdep.c (rs6000_epilogue_frame_cache, ppc_process_record_op60):
12780 Remove unused variables.
12781
569340fc
CG
127822015-01-20 Chen Gang <gang.chen.5i5j@gmail.com>
12783
12784 * MAINTAINERS (Write After Approval): Add "Chen Gang".
12785
63413d85
EZ
127862015-01-19 Eli Zaretskii <eliz@gnu.org>
12787
12788 * configure.ac [*mingw32*]: Only add windows-termcap.o to
12789 CONFIG_OBS if not building with a curses library.
12790 * configure: Regenerate.
12791
12792 * windows-termcap.c: Include defs.h. Make the whole body empty if
12793 either one of HAVE_CURSES_H or HAVE_NCURSES_H or
12794 HAVE_NCURSES_NCURSES_H is defined.
12795
16d8013c
JB
127962015-01-19 Joel Brobecker <brobecker@adacore.com>
12797
12798 * rs6000-tdep.c (rs6000_gdbarch_init): Move divide operator
12799 from end of line to start of next line.
12800
cf90fd9a
WW
128012015-01-17 Wei-cheng Wang <cole945@gmail.com>
12802
12803 * ppc-linux-tdep.c (ppc_skip_trampoline_code):
12804 Scan PLT stub backward for reverse debugging.
12805 * ppc64-tdep.c (ppc64_skip_trampoline_code): Likewise.
12806
b4cdae6f
WW
128072015-01-17 Wei-cheng Wang <cole945@gmail.com>
12808 Ulrich Weigand <uweigand@de.ibm.com>
12809
12810 * configure.tgt (powerpc*-*-linux): Add linux-record.o to
12811 gdb_target_obs.
12812 (ppc_linux_record_tdep, ppc64_linux_record_tdep): New for linux syscall
12813 record.
12814 (ppc_canonicalize_syscall, ppc_linux_syscall_record,
12815 ppc_linux_record_signal, ppc_init_linux_record_tdep): New functions.
12816 (ppc_linux_init_abi): Set process_record, process_record_signal.
12817 * ppc-tdep.h (struct gdbarch_tdep): Add ppc_syscall_record and
12818 ppc_linux_record_tdep to gdbarch_tdep.
12819 (ppc_process_record): New declaration.
12820 * rs6000-tdep.c (ppc_record_vsr, ppc_process_record_op4,
12821 ppc_process_record_op19, ppc_process_record_op31,
12822 ppc_process_record_op59, ppc_process_record_op60,
12823 ppc_process_record_op63, ppc_process_record): New functions.
12824
2608dbf8
WW
128252015-01-17 Wei-cheng Wang <cole945@gmail.com>
12826
12827 * rs6000-tdep.c (rs6000_in_function_epilogue_p): Rename to
12828 rs6000_in_function_epilogue_frame_p and add an argument
12829 for frame_info.
12830 (rs6000_epilogue_frame_cache, rs6000_epilogue_frame_this_id,
12831 rs6000_epilogue_frame_prev_register, rs6000_epilogue_frame_sniffer):
12832 New functions.
12833 (rs6000_epilogue_frame_unwind): New.
12834 (rs6000_gdbarch_init): Append epilogue unwinder.
12835
4c347be6
SDJ
128362015-01-16 Sergio Durigan Junior <sergiodj@redhat.com>
12837
12838 * nat/linux-personality.c: Replace "#ifndef
12839 HAVE_DECL_ADDR_NO_RANDOMIZE" by "#if
12840 !HAVE_DECL_ADDR_NO_RANDOMIZE", fixing a regression in RHEL-5
12841 systems.
12842
9f2850ba
EZ
128432015-01-16 Eli Zaretskii <eliz@gnu.org>
12844
6cdb25f4
EZ
12845 * tui/tui-win.c (tui_rehighlight_all, tui_set_var_cmd): New
12846 functions.
12847 (_initialize_tui_win) <border-kind, border-mode>:
12848 <active-border-mode>: Use tui_set_var_cmd as the "set" function.
c54da50d
EZ
12849 (tui_set_tab_width_command): Fix the commentary.
12850
6cdb25f4
EZ
12851 * tui/tui-win.h: Add prototype for tui_rehighlight_all.
12852
bf555842
EZ
12853 * tui/tui-win.c (tui_scroll_left_command, tui_scroll_right_command):
12854 Doc fix.
cb86fcc1
EZ
12855 (tui_set_tab_width_command): Delete and recreate the source and
12856 the disassembly windows, to show the effect of the changed tab
12857 size immediately.
bf555842 12858
9f2850ba
EZ
12859 * tui/tui-data.h (LINE_PREFIX): Make shorter
12860 (MAX_PID_WIDTH): Enlarge from 14 to 19, to leave enough space for
12861 "Thread NNNNN.XXXX" thread ID notation on Windows.
12862
95761b2d
JK
128632015-01-16 Jan Kratochvil <jan.kratochvil@redhat.com>
12864
12865 Fix gcc-5 compilation.
12866 * hppa-tdep.c (inst_saves_gr): Fix parentheses typo.
12867
8cc73a39
SDJ
128682015-01-15 Sergio Durigan Junior <sergiodj@redhat.com>
12869
12870 * Makefile.in (HFILES_NO_SRCDIR): Add nat/linux-personality.h.
12871 (linux-personality.o): New rule.
12872 * common/common-defs.h: Include <stdint.h>.
12873 * config/aarch64/linux.mh (NATDEPFILES): Include
12874 linux-personality.o.
12875 * config/alpha/alpha-linux.mh (NATDEPFILES): Likewise.
12876 * config/arm/linux.mh (NATDEPFILES): Likewise.
12877 * config/i386/linux64.mh (NATDEPFILES): Likewise.
12878 * config/i386/linux.mh (NATDEPFILES): Likewise.
12879 * config/ia64/linux.mh (NATDEPFILES): Likewise.
12880 * config/m32r/linux.mh (NATDEPFILES): Likewise.
12881 * config/m68k/linux.mh (NATDEPFILES): Likewise.
12882 * config/mips/linux.mh (NATDEPFILES): Likewise.
12883 * config/pa/linux.mh (NATDEPFILES): Likewise.
12884 * config/powerpc/linux.mh (NATDEPFILES): Likewise.
12885 * config/powerpc/ppc64-linux.mh (NATDEPFILES): Likewise.
12886 * config/powerpc/spu-linux.mh (NATDEPFILES): Likewise.
12887 * config/s390/linux.mh (NATDEPFILES): Likewise.
12888 * config/sparc/linux64.mh (NATDEPFILES): Likewise.
12889 * config/sparc/linux.mh (NATDEPFILES): Likewise.
12890 * config/tilegx/linux.mh (NATDEPFILES): Likewise.
12891 * config/xtensa/linux.mh (NATDEPFILES): Likewise.
12892 * defs.h: Remove #include <stdint.h> (moved to
12893 common/common-defs.h).
12894 * linux-nat.c: Include nat/linux-personality.h. Remove #include
12895 <sys/personality.h>; do not define ADDR_NO_RANDOMIZE (moved to
12896 nat/linux-personality.c).
12897 (linux_nat_create_inferior): Remove code to disable address space
12898 randomization (moved to nat/linux-personality.c). Create cleanup
12899 to disable address space randomization.
12900 * nat/linux-personality.c: New file.
12901 * nat/linux-personality.h: Likewise.
12902
fb23d554
SDJ
129032015-01-15 Sergio Durigan Junior <sergiodj@redhat.com>
12904
12905 * Makefile.in (ALLDEPFILES): Including common/mingw-strerror.c and
12906 common/posix-strerror.c.
12907 (posix-strerror.o): New rule.
12908 (mingw-strerror.o): Likewise.
12909 * common/common-utils.h (safe_strerror): Move prototype to here,
12910 from utils.h.
12911 * common/common.host: New file.
12912 * common/mingw-strerror.c: Likewise.
12913 * common/posix-strerror.c: Likewise.
12914 * configure: Regenerated.
12915 * configure.ac: Source common/common.host. Add variable
12916 common_host_obs to gdb_host_obs.
12917 * contrib/ari/gdb_ari.sh: Mention gdb/common/mingw-strerror.c and
12918 gdb/common/posix-strerror.c when warning about the use of
12919 strerror.
12920 * mingw-hdep.c (safe_strerror): Remove definition; move it to
12921 common/mingw-strerror.c.
12922 * posix-hdep.c (safe_strerror): Remove definition; move it to
12923 common/posix-hdep.c.
12924 * utils.h (safe_strerror): Remove prototype; move to
12925 common/common-utils.h.
12926
3af8af43
JB
129272015-01-15 Joel Brobecker <brobecker@adacore.com>
12928
12929 GDB 7.8.2 released.
12930
bafffb51
JB
129312015-01-15 Joel Brobecker <brobecker@adacore.com>
12932
12933 * ada-lang.c (ada_array_bound_from_type): Ignore array's parallel
12934 ___XA type if the array has already been fixed.
12935
cdf43629
YQ
129362015-01-14 Yao Qi <yao@codesourcery.com>
12937
12938 * Makefile.in (ppc-linux.o): New rule.
12939 * config/powerpc/ppc64-linux.mh (NATDEPFILES): Add ppc-linux.o.
12940 * configure.ac: AC_CHECK_FUNCS(getauxval).
12941 * config.in: Re-generated.
12942 * configure: Re-generated.
12943 * nat/ppc-linux.h [__powerpc64__] (ppc64_64bit_inferior_p):
12944 Declare.
12945 * nat/ppc-linux.c: New file.
12946 * ppc-linux-nat.c (ppc_linux_target_wordsize) [__powerpc64__]:
12947 Call ppc64_64bit_inferior_p.
12948
514c5338
YQ
129492015-01-14 Yao Qi <yao@codesourcery.com>
12950
12951 * ppc-linux-nat.c (PT_ORIG_R3, PT_TRAP): Move to
12952 nat/ppc-linux.h.
12953 (PPC_FEATURE_CELL, PPC_FEATURE_BOOKE): Likewise.
12954 (PPC_FEATURE_HAS_DFP): Likewise.
12955 (PTRACE_GETVRREGS, PTRACE_SETVRREGS): Likewise.
12956 (PTRACE_GETVSXREGS, PTRACE_SETVSXREGS): Likewise.
12957 (PTRACE_GETEVRREGS, PTRACE_SETEVRREGS): Likewise.
12958 Include "nat/ppc-linux.h".
12959 * nat/ppc-linux.h: New file.
12960 * Makefile.in (HFILES_NO_SRCDIR): Add nat/ppc-linux.h.
12961
5589af0e
PA
129622015-01-14 Pedro Alves <palves@redhat.com>
12963
12964 PR gdb/17525
12965 * breakpoint.c: Include "interps.h".
12966 (bpstat_do_actions_1): Also check whether the interpreter is
12967 async.
12968
6c400b59
PA
129692015-01-14 Pedro Alves <palves@redhat.com>
12970
12971 PR cli/17828
12972 * infrun.c (reinstall_readline_callback_handler_cleanup): Don't
12973 reinstall if the interpreter is sync.
12974
e02c96a7
DE
129752015-01-13 Doug Evans <dje@google.com>
12976
12977 * objfiles.c (objfile_filename): New function.
12978 * objfiles.h (objfile_filename): Declare it.
12979 (objfile_name): Add function comment.
12980 * python/py-objfile.c (objfpy_lookup_objfile_by_name): Try both the
12981 bfd file name (which may be realpath'd), and the original name.
12982
3b2f13ff
JB
129832015-01-13 Joel Brobecker <brobecker@adacore.com>
12984
12985 * NEWS: Create a new section for the next release branch.
12986 Rename the section of the current branch, now that it has
12987 been cut.
12988
b4cfe7f8
JB
129892015-01-13 Joel Brobecker <brobecker@adacore.com>
12990
12991 GDB 7.9 branch created (92fc2e6978d9a7c8324c7e851dbee59e22ec7a37):
12992 * version.in: Bump version to 7.9.50.DATE-cvs.
12993
92fc2e69
JB
129942015-01-13 Joel Brobecker <brobecker@adacore.com>
12995
12996 * nat/linux-procfs.c (linux_proc_attach_tgid_threads):
12997 Remove trailing new-line in argument of call to warning.
12998
f71f0b0d
JB
129992015-01-13 Joel Brobecker <brobecker@adacore.com>
13000
13001 * linux-nat.c (attach_proc_task_lwp_callback): Remove trailing
13002 new-line in argument of call to "warning".
13003
04dccad0
JB
130042015-01-13 Joel Brobecker <brobecker@adacore.com>
13005
13006 * ada-lang.c (ada_lookup_symbol_nonlocal): If name not found
13007 in static block, then try searching for primitive types.
13008
08b13bdd
PP
130092015-01-12 Patrick Palka <patrick@parcs.ath.cx>
13010
13011 * top.h (gdb_add_history): Declare.
13012 * top.c (command_count): New variable.
13013 (gdb_add_history): New function.
13014 (gdb_safe_append_history): New static function.
13015 (quit_force): Call it.
13016 (command_line_input): Use gdb_add_history instead of
13017 add_history.
13018 * event-top.c (command_line_handler): Likewise.
13019
4ac15b59
JC
130202015-01-12 James Clarke <jrtc27@jrtc27.com> (tiny patch)
13021
13022 PR gdb/17046
13023 * darwin-nat.c: Replace <machine/setjmp.h> #include by
13024 <setjmp.h> #include.
13025
005e54bb
DE
130262015-01-11 Doug Evans <xdje42@gmail.com>
13027
13028 * dwarf2read.c (compute_delayed_physnames): Use TYPE_FN_FIELD_PHYSNAME.
13029
439250fb
DE
130302015-01-11 Doug Evans <xdje42@gmail.com>
13031
13032 PR gdb/15830
13033 * NEWS: The "maint demangle" command is renamed as "demangle".
13034 * demangle.c: #include cli/cli-utils.h, language.h.
13035 (demangle_command): New function.
13036 (_initialize_demangle): Add new command "demangle".
13037 * maint.c (maintenance_demangle): Stub out.
13038 (_initialize_maint_cmds): Update help text for "maint demangle",
13039 and mark as deprecated.
13040
ebf3aa72
MK
130412015-01-11 Mark Kettenis <kettenis@gnu.org>
13042
13043 * inf-ptrace.c (inf_ptrace_follow_fork): Adjust now that
13044 inferior_thread is a function.
13045
6bf045cd
PP
130462015-01-09 Patrick Palka <patrick@parcs.ath.cx>
13047
13048 * Makefile.in (.y.c): Don't munge yacc's #line
13049 directives.
13050
588dcc3e
PP
130512015-01-09 Patrick Palka <patrick@parcs.ath.cx>
13052
13053 * utils.c (defaulted_query): Rewrite to use gdb_readline_wrapper
13054 to prompt for input.
13055 * tui/tui-hooks.c (tui_query_hook): Remove.
13056 (tui_install_hooks): Don't set deprecated_query_hook.
13057 * tui/tui-io.c (tui_redisplay_readline): Fix off-by-one error in
13058 height calculation. Always update the command window's cur_line.
13059
9c02b525
PA
130602015-01-09 Pedro Alves <palves@redhat.com>
13061
13062 * breakpoint.c (hardware_breakpoint_inserted_here_p): New
13063 function.
13064 * breakpoint.h (hardware_breakpoint_inserted_here_p): New
13065 declaration.
13066 * linux-nat.c (linux_nat_status_is_event): Move higher up in file.
13067 (linux_resume_one_lwp): Store the thread's PC. Adjust to clear
13068 stop_reason.
13069 (check_stopped_by_watchpoint): New function.
13070 (save_sigtrap): Reimplement.
13071 (linux_nat_stopped_by_watchpoint): Adjust.
13072 (linux_nat_lp_status_is_event): Delete.
13073 (stop_wait_callback): Only call save_sigtrap after storing the
13074 pending status.
13075 (status_callback): If the thread had been stopped for a breakpoint
13076 that has since been removed, discard the event and resume the LWP.
13077 (count_events_callback, select_event_lwp_callback): Use
13078 lwp_status_pending_p instead of linux_nat_lp_status_is_event.
13079 (cancel_breakpoint): Rename to ...
13080 (check_stopped_by_breakpoint): ... this. Record whether the LWP
13081 stopped for a software breakpoint or hardware breakpoint.
13082 (select_event_lwp): Only give preference to the stepping LWP in
13083 all-stop mode. Adjust comments.
13084 (stop_and_resume_callback): Remove references to new_pending_p.
13085 (linux_nat_filter_event): Likewise. Leave exit events of the
13086 leader thread pending here. Handle signal short circuiting here.
13087 Only call save_sigtrap after storing the pending waitstatus.
13088 (linux_nat_wait_1): Remove 'retry' label. Remove references to
13089 new_pending. Don't handle leaving events the caller is not
13090 interested in pending here, nor handle signal short-circuiting
13091 here. Also give equal priority to all LWPs that have had events
13092 in non-stop mode. If reporting a software breakpoint event,
13093 unadjust the LWP's PC.
13094 * linux-nat.h (enum lwp_stop_reason): New.
13095 (struct lwp_info) <stop_pc>: New field.
13096 (struct lwp_info) <stopped_by_watchpoint>: Delete field.
13097 (struct lwp_info) <stop_reason>: New field.
13098 * x86-linux-nat.c (x86_linux_prepare_to_resume): Adjust.
13099
8af756ef
PA
131002015-01-09 Pedro Alves <palves@redhat.com>
13101
13102 * linux-nat.c (linux_handle_extended_wait) <PTRACE_EVENT_EXEC>:
13103 Set the LWP's 'resumed' flag.
13104
8a99810d
PA
131052015-01-09 Pedro Alves <palves@redhat.com>
13106
13107 * linux-nat.c (linux_resume_one_lwp): New function.
13108 (resume_lwp): Use lwp_status_pending_p and linux_resume_one_lwp.
13109 (linux_nat_resume): Use lwp_status_pending_p and
13110 linux_resume_one_lwp.
13111 (linux_handle_syscall_trap): Use linux_resume_one_lwp.
13112 (linux_handle_extended_wait): Use linux_resume_one_lwp.
13113 (status_callback, running_callback): Use lwp_status_pending_p.
13114 (lwp_status_pending_p): New function.
13115 (stop_and_resume_callback): Use lwp_status_pending_p.
13116 (linux_nat_filter_event): Use linux_resume_one_lwp.
13117 (linux_nat_wait_1): Always use status_callback to look for an LWP
13118 with a pending status. Use linux_resume_one_lwp.
13119 (resume_stopped_resumed_lwps): Use lwp_status_pending_p and
13120 linux_resume_one_lwp.
13121
f7ce857f
PA
131222015-01-09 Pedro Alves <palves@redhat.com>
13123
13124 * breakpoint.c (bp_location_inserted_here_p): New function,
13125 factored out from ...
13126 (breakpoint_inserted_here_p): ... here. Use
13127 ALL_BP_LOCATIONS_AT_ADDR.
13128 (software_breakpoint_inserted_here_p): Use
13129 bp_location_inserted_here_p and ALL_BP_LOCATIONS_AT_ADDR.
13130
c1a747c1
PA
131312014-01-09 Pedro Alves <palves@redhat.com>
13132
13133 Skip enabling event reporting if the kernel supports
13134 PTRACE_EVENT_CLONE.
13135 * linux-thread-db.c: Include "nat/linux-ptrace.h".
13136 (thread_db_use_events): New function.
13137 (try_thread_db_load_1): Check thread_db_use_events before enabling
13138 event reporting.
13139 (update_thread_state): New function.
13140 (attach_thread): Use it. Check thread_db_use_events before
13141 enabling event reporting.
13142 (thread_db_detach): Check thread_db_use_events before disabling
13143 event reporting.
13144 (find_new_threads_callback): Check thread_db_use_events before
13145 enabling event reporting. Update the thread's state if not using
13146 libthread_db events.
13147
a33e3959
PA
131482015-01-09 Pedro Alves <palves@redhat.com>
13149
13150 * linux-nat.c (lin_lwp_attach_lwp): Assert that the lwp id we're
13151 about to wait for is > 0.
13152 * linux-thread-db.c (find_new_threads_callback): Ignore thread if
13153 the kernel thread ID is -1.
13154
8784d563
PA
131552015-01-09 Pedro Alves <palves@redhat.com>
13156
13157 * linux-nat.c (attach_proc_task_lwp_callback): New function.
13158 (linux_nat_attach): Use linux_proc_attach_tgid_threads.
13159 (wait_lwp, linux_nat_filter_event): If not set yet, set the lwp's
13160 ptrace option flags.
13161 * linux-nat.h (struct lwp_info) <must_set_ptrace_flags>: New
13162 field.
13163 * nat/linux-procfs.c: Include <dirent.h>.
13164 (linux_proc_get_int): New parameter "warn". Handle it.
13165 (linux_proc_get_tgid): Adjust.
13166 (linux_proc_get_tracerpid): Rename to ...
13167 (linux_proc_get_tracerpid_nowarn): ... this.
13168 (linux_proc_pid_get_state): New function, factored out from
13169 (linux_proc_pid_has_state): ... this. Add new parameter "warn"
13170 and handle it.
13171 (linux_proc_pid_is_gone): New function.
13172 (linux_proc_pid_is_stopped): Adjust.
13173 (linux_proc_pid_is_zombie_maybe_warn)
13174 (linux_proc_pid_is_zombie_nowarn): New functions.
13175 (linux_proc_pid_is_zombie): Use
13176 linux_proc_pid_is_zombie_maybe_warn.
13177 (linux_proc_attach_tgid_threads): New function.
13178 * nat/linux-procfs.h (linux_proc_get_tgid): Update comment.
13179 (linux_proc_get_tracerpid): Rename to ...
13180 (linux_proc_get_tracerpid_nowarn): ... this, and update comment.
13181 (linux_proc_pid_is_gone): New declaration.
13182 (linux_proc_pid_is_zombie): Update comment.
13183 (linux_proc_pid_is_zombie_nowarn): New declaration.
13184 (linux_proc_attach_lwp_func): New typedef.
13185 (linux_proc_attach_tgid_threads): New declaration.
13186 * nat/linux-ptrace.c (linux_ptrace_attach_fail_reason): Adjust to
13187 use nowarn functions.
13188 (linux_ptrace_attach_fail_reason_string): Move here from
13189 gdbserver/linux-low.c and rename.
13190 (ptrace_supports_feature): If the current ptrace options are not
13191 known yet, check them now, instead of asserting.
13192 * nat/linux-ptrace.h (linux_ptrace_attach_fail_reason_string):
13193 Declare.
13194
883ed13e
PA
131952015-01-09 Pedro Alves <palves@redhat.com>
13196
13197 * linux-thread-db.c (thread_db_find_new_threads_silently)
13198 (try_thread_db_load_1, try_thread_db_load, thread_db_load_search)
13199 (find_new_threads_once): Print debug output on gdb_stdlog.
13200
1710aab8
CG
132012015-01-09 Chen Gang <gang.chen.5i5j@gmail.com>
13202 Pedro Alves <palves@redhat.com>
13203
13204 * compile/compile.c: Include "gdb_wait.h".
13205 (do_rmdir): Check return value, and free 'zap'.
13206
b597c318
YQ
132072015-01-08 Pedro Alves <palves@redhat.com>
13208 Yao Qi <yao@codesourcery.com>
13209
13210 * dwarf2loc.c (indirect_pieced_value): Don't call
13211 gdb_sign_extend. Call extract_signed_integer instead.
13212 * utils.c (gdb_sign_extend): Remove.
13213 * utils.h (gdb_sign_extend): Remove declaration.
13214
025ac414
PM
132152015-01-07 Pierre Muller <muller@sourceware.org>
13216
13217 PR symtab/17811
13218 * stabsread.c (define_symbol): Set language for C++ special symbols.
13219
fa5af12a
PP
132202015-01-07 Patrick Palka <patrick@parcs.ath.cx>
13221
13222 * inflow.c (initial_gdb_ttystate): Tweak comment.
13223
ea42d6f8
JB
132242015-01-07 Joel Brobecker <brobecker@adacore.com>
13225
13226 * inflow.c (set_initial_gdb_ttystate): Add empty line after
13227 comment documenting function.
13228
6a06d660
PP
132292015-01-07 Patrick Palka <patrick@parcs.ath.cx>
13230
13231 * terminal.h (set_initial_gdb_ttystate): Declare.
13232 * inflow.c (initial_gdb_ttystate): New static variable.
13233 (set_initial_gdb_ttystate): New setter.
13234 (child_terminal_init_with_pgrp): Copy initial_gdb_ttystate
13235 instead of our current terminal state.
13236 * top.c (gdb_init): Call set_initial_gdb_ttystate.
13237
e810d75b
JB
132382015-01-07 Joel Brobecker <brobecker@adacore.com>
13239
13240 * guile/scm-type.c (tyscm_array_1): Add comment.
13241 * python/py-type.c (typy_array_1): Add comment.
13242
fce10a84
JB
132432015-01-06 Joel Brobecker <brobecker@adacore.com>
13244
13245 * guile/scm-type.c (tyscm_array_1): Do not raise out-of-range
13246 error if N2 is equal to N1 - 1.
13247
8503d6e1
JB
132482015-01-06 Joel Brobecker <brobecker@adacore.com>
13249
13250 * python/py-type.c (typy_array_1): Do not raise negative-length
13251 exception if N2 is equal to N1 - 1.
13252
4d29c0a8
DE
132532015-01-03 Doug Evans <xdje42@gmail.com>
13254
13255 * c-exp.y: Whitespace cleanup.
13256 (classify_inner_name): Remove extra ;.
13257
eaa6a9a4
MR
132582015-01-02 Maciej W. Rozycki <macro@codesourcery.com>
13259
13260 * mips-tdep.c (mips32_scan_prologue): Keep the extracted stack
13261 offset signed.
13262
02fe9972
DE
132632015-01-02 Doug Evans <dje@google.com>
13264
13265 * dwarf2read.c (setup_type_unit_groups): Remove outdated comment.
13266
e2ada9cb
DE
132672015-01-02 Doug Evans <dje@google.com>
13268
13269 * symtab.h (struct symbol): Fix typo in comment.
13270
32d0add0
JB
132712015-01-01 Joel Brobecker <brobecker@adacore.com>
13272
13273 Update year range in copyright notice of all files.
13274
76f2b779
JB
132752015-01-01 Joel Brobecker <brobecker@adacore.com>
13276
13277 * top.c (print_gdb_version): Update copyright year to 2015.
13278
077309e2 132792015-01-01 Joel Brobecker <brobecker@adacore.com>
6bf6fd09 13280
077309e2 13281 * config/djgpp/fnchange.lst: Add entry for gdb/ChangeLog-2014.
6bf6fd09 13282
077309e2 13283For older changes see ChangeLog-2014.
c906108c
SS
13284\f
13285Local Variables:
13286mode: change-log
13287left-margin: 8
13288fill-column: 74
13289version-control: never
57da7796 13290coding: utf-8
c906108c 13291End:
This page took 2.322192 seconds and 4 git commands to generate.