compile: Rename struct type_map_instance::gcc_type field
[deliverable/binutils-gdb.git] / gdb / ChangeLog
CommitLineData
e3bdafe2
PA
12015-10-29 Pedro Alves <palves@redhat.com>
2
3 * compile/compile-c-types.c (struct type_map_instance)
4 <gcc_type>: Rename to gcc_type_handle.
5 (insert_type, convert_type): Adjust.
6
9c6595ab
PA
72015-10-29 Pedro Alves <palves@redhat.com>
8
9 * dwarf2-frame-tailcall.c (dwarf2_tailcall_sniffer_first): Don't
10 assume that "break" breaks out of a TRY/CATCH.
11 * python/py-framefilter.c (py_print_single_arg): Don't assume
12 "continue" breaks out of a TRY/CATCH.
13 * python/py-value.c (valpy_binop_throw): New function, factored
14 out from ...
15 (valpy_binop): ... this.
16 (valpy_richcompare_throw): New function, factored
17 out from ...
18 (valpy_richcompare): ... this.
19 * solib.c (solib_read_symbols): Don't assume "break" breaks out
20 of a TRY/CATCH.
21 * common/common-exceptions.h [USE_RAW_CXX_TRY]
22 <TRY/CATCH/END_CATCH>: Define as 1-1 wrappers around try/catch.
23
93084fcd
SD
242015-10-28 Simon Dardis <Simon.Dardis@imgtec.com>
25
26 * mips-linux-tdep.c (mips_linux_in_dynsym_stub): Recognise 'or'
27 as move along with [d]addu.
28
43cdf5ae
YQ
292015-10-28 Yao Qi <yao.qi@linaro.org>
30
31 * aarch64-tdep.c (aarch64_software_single_step): Pass 1 to
32 aarch64_decode_insn.
33
b80c3053
PA
342015-10-27 Pedro Alves <palves@redhat.com>
35
36 * common/print-utils.c (host_address_to_string): Rename to ...
37 (host_address_to_string_1): ... this.
38 * common/print-utils.h (host_address_to_string): Reimplement as
39 wrapper around host_address_to_string_1.
40 * utils.c (gdb_print_host_address): Rename to ...
41 (gdb_print_host_address_1): ... this.
42 * utils.h (gdb_print_host_address): Reimplement as wrapper macro
43 around host_address_to_string_1.
44
d09f2c3f
PA
452015-10-27 Pedro Alves <palves@redhat.com>
46
47 * alpha-tdep.c (alpha_read_insn): Always pass TARGET_XFER_E_IO to
48 memory_error. Rename local 'status' to 'res'.
49 * c-lang.c (c_get_string): Always pass TARGET_XFER_E_IO to
50 memory_error.
51 * corefile.c (read_stack, read_code, write_memory): Always pass
52 TARGET_XFER_E_IO to memory_error.
53 * disasm.c (dis_asm_memory_error): Always pass TARGET_XFER_E_IO to
54 memory_error. Rename parameter 'status' to 'err'.
55 (dump_insns): Rename local 'status' to 'err'.
56 * mips-tdep.c (mips_fetch_instruction): Rename parameter 'statusp'
57 to 'errp'. Rename local 'status' to 'err'. Always pass
58 TARGET_XFER_E_IO to memory_error.
59 (mips_breakpoint_from_pc): Rename local 'status' to 'err'.
60 * target.c (target_read_memory, target_read_raw_memory)
61 (target_read_stack, target_read_code, target_write_memory)
62 (target_write_raw_memory): Return -1 on error instead of
63 TARGET_XFER_E_IO.
64 * valprint.c (val_print_string): Rename local 'errcode' to 'err'.
65 Always pass TARGET_XFER_E_IO to memory_error. Update comment.
66
c5192092
SM
672015-10-27 Simon Marchi <simon.marchi@polymtl.ca>
68
69 * guile/guile-internal.h (gdbscm_with_guile): Change return
70 types to const char *.
71 * guile/scm-safe-call.c (gdbscm_with_guile): Likewise.
72 (struct c_data) <func>: Likewise.
73 (struct c_data) <result>: Change type to const char *.
74 (scscm_eval_scheme_string): Change return type to
75 const char *.
76 (scscm_source_scheme_script): Likewise.
77 (gdbscm_safe_eval_string): Change type of result variable to
78 const char * and remove cast.
79 (gdbscm_safe_source_script): Likewise.
80 * guile/scm-disasm.c (gdbscm_disasm_read_memory_worker):
81 Change return type to const char *.
82 (gdbscm_disasm_read_memory): Change type of status to
83 const char *.
84
79b289e2
PA
852015-10-27 Pedro Alves <palves@redhat.com>
86
87 * source.c (openp): New local 'last_errno'. Use it to
88 save/restore errno.
89
709b5518
PA
902015-10-27 Pedro Alves <palves@redhat.com>
91
92 * psymtab.c (dump_psymtab_addrmap_1): Add casts.
93
e0d13cbd
SM
942015-10-27 Simon Marchi <simon.marchi@polymtl.ca>
95
96 * ctf.c (SET_ENUM_FIELD): New macro.
97 (ctf_read_status): Use it.
98 (ctf_read_tp): Use it.
99
c6486df5
SM
1002015-10-27 Simon Marchi <simon.marchi@polymtl.ca>
101
102 * guile/scm-breakpoint.c (gdbscm_set_breakpoint_stop_x): Add
103 scm_t_dynwind_flags casts.
104 * guile/scm-cmd.c (gdbscm_parse_command_name): Likewise.
105 * guile/scm-ports.c (gdbscm_open_memory): Likewise.
106 * guile/scm-value.c (gdbscm_value_to_string): Likewise.
107
70b8286a
SM
1082015-10-27 Simon Marchi <simon.marchi@polymtl.ca>
109
110 * ax.h (ax_raw_byte): New declaration.
111 * ax-general.c (ax_raw_byte): New function.
112 (ax_simple): Use ax_raw_byte.
113 * ax-gdb.c (gen_printf): Likewise.
114
a480de35
SM
1152015-10-27 Simon Marchi <simon.marchi@polymtl.ca>
116
117 * ada-lang.h (GROW_VECT): Add cast.
118
a04a15f5
DE
1192015-10-26 Doug Evans <xdje42@gmail.com>
120
121 * symtab.h (struct general_symbol_info> <ada_mangled>: Update comment.
122
d7f3ff3e
SM
1232015-10-26 Simon Marchi <simon.marchi@polymtl.ca>
124
125 * target.c (memory_xfer_partial): Change type of buf to gdb_byte
126 pointer.
127 (simple_search_memory): Cast return of memmem.
128
bf6778da
SM
1292015-10-26 Simon Marchi <simon.marchi@polymtl.ca>
130
131 * stap-probe.c (handle_stap_probe): Add (const char *) casts.
132
c9244484
SM
1332015-10-26 Simon Marchi <simon.marchi@polymtl.ca>
134
135 * ctf.c (ctf_xfer_partial): Return TARGET_XFER_E_IO instead of
136 -1 on error.
137
0fde2c53
DE
1382015-10-26 Doug Evans <dje@google.com>
139
140 PR symtab/17391
141 * dwarf2-frame.c (dwarf2_restore_rule): Call dwarf_reg_to_regnum
142 instead of gdbarch_dwarf2_reg_to_regnum.
143 (dwarf2_frame_cache): Ditto.
144 (read_addr_from_reg): Call dwarf_reg_to_regnum_or_error instead of
145 gdbarch_dwarf2_reg_to_regnum.
146 (get_reg_value): Ditto.
147 (dwarf2_fetch_cfa_info): Ditto.
148 (dwarf2_frame_prev_register): Ditto.
149 * dwarf2loc.c: #include "complaints.h".
150 (dwarf_expr_read_addr_from_reg): Call dwarf_reg_to_regnum_or_error
151 instead of gdbarch_dwarf2_reg_to_regnum.
152 (dwarf_expr_get_reg_value): Ditto.
153 (read_pieced_value): Ditto.
154 (write_pieced_value): Ditto.
155 (dwarf2_evaluate_loc_desc_full): Ditto.
156 (dwarf_reg_to_regnum): New function.
157 (throw_bad_regnum_error): New function.
158 (dwarf_reg_to_regnum_or_error): Renamed from
159 dwarf2_reg_to_regnum_or_errorChange to take a ULONGEST regnum.
160 All callers updated. Call throw_bad_regnum_error.
161 (locexpr_regname): Improve text of bad register number.
162 * dwarf2loc.h (dwarf_reg_to_regnum): Declare.
163 (dwarf_reg_to_regnum_or_error): Update prototype.
164 * dwarf2expr.c: #include "dwarf2loc.h".
165 (dwarf_block_to_sp_offset): Call dwarf_reg_to_regnum instead of
166 gdbarch_dwarf2_reg_to_regnum.
167 * gdbarch.sh (dwarf2_reg_to_regnum): Add comment.
168 * gdbarch.h: Regenerate.
169 * amd64-tdep.c (amd64_dwarf_reg_to_regnum): Remove warning for bad
170 register.
171 * avr-tdep.c (avr_dwarf_reg_to_regnum): Ditto.
172 * cris-tdep.c (cris_dwarf2_reg_to_regnum): Ditto.
173 * bfin-tdep.c (bfin_reg_to_regnum): Fix error checking.
174 * hppa-linux-tdep.c (hppa_dwarf_reg_to_regnum): Improve error checking.
175 Remove warning for bad register.
176 * hppa-tdep.c (hppa64_dwarf_reg_to_regnum): Ditto.
177 * i386-tdep.c (i386_svr4_dwarf_reg_to_regnum): Renamed from
178 i386_svr4_reg_to_regnum. Return -1 for bad registers.
179 (i386_svr4_reg_to_regnum): New function.
180 (i386_gdbarch_init): Update call to set_gdbarch_dwarf2_reg_to_regnum.
181 * microblaze-tdep.c (microblaze_dwarf2_reg_to_regnum): Don't assert
182 on bad registers, return -1.
183 * msp430-tdep.c (msp430_dwarf2_reg_to_regnum): Improve error checking.
184 Remove warning for bad register.
185 * nios2-tdep.c: Add static assert for NIOS2_NUM_REGS.
186 (nios2_dwarf_reg_to_regnum): Fix off-by-one error.
187 Remove warning for bad register. Return -1 for bad register.
188 * rl78-tdep.c (rl78_dwarf_reg_to_regnum): Don't flag an internal error
189 for bad register, return -1.
190 * rx-tdep.c (rx_dwarf_reg_to_regnum): Ditto.
191 * m68k-tdep.c (m68k_dwarf_reg_to_regnum): Fix error result.
192 * mep-tdep.c (mep_debug_reg_to_regnum): Ditto.
193 * mips-tdep.c (mips_stab_reg_to_regnum): Ditto.
194 (mips_dwarf_dwarf2_ecoff_reg_to_regnum): Ditto.
195 * mn10300-tdep.c (mn10300_dwarf2_reg_to_regnum): Remove warning
196 for bad regs.
197 * xtensa-tdep.c (xtensa_reg_to_regnum): Remove internal error for
198 bad regs. Fix error result.
199 * stabsread.c (stab_reg_to_regnum): Watch for negative regno.
200 (reg_value_complaint): Update complaint text.
201 * mdebugread.c (reg_value_complaint): New function.
202 (mdebug_reg_to_regnum): Rewrite to watch for bad reg numbers.
203
1a70ae97
DE
2042015-10-26 Doug Evans <dje@google.com>
205
206 PR python/18938
207 * cli/cli-cmds (source_script_fron_sctream): New arg file_to_open.
208 All callers updated.
209
372405a5
DE
2102015-10-26 Doug Evans <dje@google.com>
211
212 * psymtab.c (struct dump_psymtab_addrmap_data): Define.
213 (dump_psymtab_addrmap_1, dump_psymtab_addrmap): New functions.
214 (maintenance_print_psymbols): Print address map.
215
682b2546
DE
2162015-10-26 Doug Evans <dje@google.com>
217
218 * nat/linux-nat.h (__SIGRTMIN): Move here from gdbserver/linux-low.c.
219
963843d4
DE
2202015-10-26 Doug Evans <dje@google.com>
221
222 * common/gdb_wait.h (W_STOPCODE): Define, moved here from
223 gdbserver/linux-low.c.
224 (WSETSTOP): Simplify.
225
d41401ac
DE
2262015-10-26 Doug Evans <dje@google.com>
227
228 * linux-thread-db.c (find_new_threads_callback): Ditto.
229 (thread_db_pid_to_str): Ditto.
230
1522597b
SM
2312015-10-26 Simon Marchi <simon.marchi@polymtl.ca>
232
233 * guile/scm-ports.c (ioscm_make_gdb_stdio_port): Do not pass a
234 local char array to scm_mode_bits, use a cast instead.
235
7acd011b
SM
2362015-10-26 Simon Marchi <simon.marchi@ericsson.com>
237
238 * tui/tui-data.c (tui_alloc_content): Don't check xmalloc
239 result. Change type of element_block_ptr. Change allocation to
240 use XNEWVEC.
241
7cc53fba
LM
2422015-10-26 Luis Machado <lgustavo@codesourcery.com>
243
244 * record-full.c (record_full_message_wrapper_safe): Pass empty string to
245 catch_errors call instead of NULL.
246
48ffa2b8
SM
2472015-10-26 Simon Marchi <simon.marchi@polymtl.ca>
248
249 * guile/scm-ports.c (ioscm_make_gdb_stdio_port): Pass non-const
250 char pointer to scm_mode_bits.
251
585a269a
SM
2522015-10-26 Simon Marchi <simon.marchi@polymtl.ca>
253
254 * symtab.c (default_make_symbol_completion_list_break_on_1): Add
255 cast.
256
e0dd41e9
SM
2572015-10-26 Simon Marchi <simon.marchi@polymtl.ca>
258
259 * guile/scm-ports.c (gdbscm_memory_port_write): Declare new
260 "data" local variable and use it.
261
74ef968f
SM
2622015-10-26 Simon Marchi <simon.marchi@polymtl.ca>
263
264 * guile/scm-symbol.c (gdbscm_lookup_global_symbol): Add
265 domain_enum cast.
266 (gdbscm_lookup_symbol): Likewise.
267
2d5a88dc
IB
2682015-10-25 Iain Buclaw <ibuclaw@gdcproject.org>
269
270 * d-exp.y: Remove an obsolete comment and propagate the block
271 information to the produced expression.
272
f4ee58bd
SM
2732015-10-24 Simon Marchi <simon.marchi@polymtl.ca>
274
275 * tui/tui-data.c (tui_add_to_source_windows): Remove void *
276 cast.
277 (tui_add_content_elements): Likewise.
278
1650ca11
SM
2792015-10-24 Simon Marchi <simon.marchi@polymtl.ca>
280
281 * cli/cli-setshow.c (do_set_command): Constify p.
282
55e5bf59
SM
2832015-10-24 Simon Marchi <simon.marchi@polymtl.ca>
284
285 * nat/linux-ptrace.c (linux_ptrace_test_ret_to_nx): Replace
286 (void *) cast with (gdb_byte *).
287
49e66b4d
SM
2882015-10-24 Simon Marchi <simon.marchi@polymtl.ca>
289
290 * proc-service.c (ps_pdread): Add cast.
291
cfcb22a5
SM
2922015-10-24 Simon Marchi <simon.marchi@polymtl.ca>
293
294 * sparc64-tdep.c (sparc64_store_arguments): Split assignment of
295 valbuf.
296
ce746418
SM
2972015-10-24 Simon Marchi <simon.marchi@polymtl.ca>
298
299 * ia64-tdep.c (ia64_pseudo_register_write): Remove cast.
300 (ia64_push_dummy_call): Remove cast and change type of "to" to
301 array of gdb_byte.
302
a55515ee
SM
3032015-10-23 Simon Marchi <simon.marchi@polymtl.ca>
304
305 * linux-btrace.c (linux_enable_pt): Add cast to mmap return.
306
6ecf4e06
SM
3072015-10-23 Simon Marchi <simon.marchi@ericsson.com>
308
309 * observer.h (observer_${event}_notification_stub): Add cast.
310
034f1a81
YQ
3112015-10-23 Yao Qi <yao.qi@linaro.org>
312
313 * aarch64-tdep.c (aarch64_displaced_step_copy_insn): Set
314 dsd.insn_count to zero.
315
d236ad19
PA
3162015-10-22 Pedro Alves <palves@redhat.com>
317
318 * infrun.c (stop_after_trap): Delete.
319 (clear_proceed_status, handle_signal_stop, struct
320 infcall_control_state, save_infcall_control_state)
321 (restore_infcall_control_state): Remove references to
322 stop_after_trap.
323
db0f0d0c
SM
3242015-10-22 Simon Marchi <simon.marchi@ericsson.com>
325
326 * python/python.c (_initialize_python): Add cast.
327
fb70bc1a
SM
3282015-10-22 Simon Marchi <simon.marchi@ericsson.com>
329
330 * nto-tdep.c (nto_inferior_data): Add cast.
331
c72f45d1
PA
3322015-10-22 Pedro Alves <palves@redhat.com>
333
334 * windows-nat.c (do_initial_windows_stuff): Rewrite loop using
335 windows_wait and windows_resume directly instead of
336 wait_for_inferior and resume.
337
60905b1e
SM
3382015-10-22 Simon Marchi <simon.marchi@polymtl.ca>
339
340 * xtensa-tdep.h (XTREG): Add casts.
341 (XTREG_END): Likewise.
342
5af9928d
SM
3432015-10-22 Simon Marchi <simon.marchi@polymtl.ca>
344
345 * solib-spu.c (spu_bfd_iovec_pread): Add (gdb_byte *) cast.
346
3e45d68b
SM
3472015-10-22 Simon Marchi <simon.marchi@polymtl.ca>
348
349 * rs6000-tdep.c (variants): Add (enum bfd_architecture) cast.
350
709476c3
SM
3512015-10-22 Simon Marchi <simon.marchi@polymtl.ca>
352
353 * mips-linux-tdep.c (mips64_linux_get_longjmp_target): Change type of
354 buf to gdb_byte*.
355 (supply_32bit_reg): Add cast.
356 (mips64_fill_gregset): Likewise.
357
bed91f4d
SM
3582015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
359
360 PR python/18073
361 * python/py-type.c (typy_get_composite): Allow returning a
362 function type.
363
3f2f83dd
KB
3642015-10-21 Keven Boell <keven.boell@intel.com>
365
366 * dwarf2read.c (set_die_type): Add read of
367 DW_AT_allocated and DW_AT_associated.
368 * f-typeprint.c: New include of typeprint.h
369 (f_print_type): Add check for allocated/associated
370 status of type.
371 (f_type_print_varspec_suffix): Add check for
372 * gdbtypes.c (create_array_type_with_stride):
373 Add check for valid data location of type in
374 case allocated or associated attributes are set.
375 Length of an array should be only calculated if
376 allocated or associated is resolved as true.
377 (is_dynamic_type_internal): Add check for allocated/
378 associated.
379 (resolve_dynamic_array): Evaluate allocated/associated
380 properties.
381 * gdbtypes.h (enum dynamic_prop_node_kind): <DYN_PROP_ALLOCATED>
382 <DYN_PROP_ASSOCIATED>: New enums.
383 (TYPE_ALLOCATED_PROP, TYPE_ASSOCIATED_PROP): New macros.
384 (type_not_allocated): New function.
385 (type_not_associated): New function.
386 * valarith.c (value_subscripted_rvalue): Add check for
387 allocated/associated.
388 * valprint.c: New include of typeprint.h.
389 (valprint_check_validity): Add check for allocated/associated.
390 (value_check_printable): Add check for allocated/
391 associated.
392 * typeprint.h (val_print_not_allocated): New function.
393 (val_print_not_associated): New function.
394 * typeprint.c (val_print_not_allocated): New function.
395 (val_print_not_associated): New function.
396
8689682c
AT
3972015-10-21 Antoine Tremblay <antoine.tremblay@ericsson.com>
398
399 * Makefile.in: Add arm.c/o.
400 * arch/arm.c: New file.
401 * arch/arm.h: (IS_THUMB_ADDR): Move macro from arm-tdep.c.
402 (MAKE_THUMB_ADDR): Likewise.
403 (UNMAKE_THUMB_ADDR): Likewise.
404 * arm-tdep.c (int thumb_insn_size): Move to arm.c.
405 (IS_THUMB_ADDR): Move to arm.h.
406 (MAKE_THUMB_ADDR): Likewise.
407 (UNMAKE_THUMB_ADDR): Likewise.
408 * configure.tgt: Add arm.o to all ARM configs.
409
80f0110c
YQ
4102015-10-21 Yao Qi <yao.qi@linaro.org>
411
412 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
413 Remove argument exp_vCont_s.
414 * gdb.base/range-stepping.exp: Callers updated.
415 * gdb.trace/range-stepping.exp: Likewise.
416
d7161de4
AR
4172015-10-21 Aleksandar Ristovski <aristovski@qnx.com>
418
419 * gdb/nto-tdep.c (QNX_NOTE_NAME, QNX_INFO_SECT_NAME): New defines.
420 (nto_sniff_abi_note_section): New function.
421 (nto_elf_osabi_sniffer): Use new function to recognize nto specific
422 binary.
423
a9889169
AR
4242015-10-21 Aleksandar Ristovski <aristovski@qnx.com>
425
426 * nto-procfs.c (procfs_wait): Set stopped_flags nad stopped_pc.
427 (procfs_stopped_by_watchpoint): Use flags stored in inferior data.
428 * nto-tdep.c (nto_new_inferior_data_reg): New definition.
429 (nto_new_inferior_data, nto_inferior_data_cleanup, nto_inferior_data):
430 New functions.
431 (_initialize_nto_tdep): New forward declaration, new function.
432 * nto-tdep.h (struct nto_inferior_data): New struct.
433 (nto_inferior_data): New function declaration.
434
5f3ff4f8
JK
4352015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
436
437 * findvar.c (address_from_register): Check REGNUM validity.
438
e5343fde
AR
4392015-10-20 Aleksandar Ristovski <aristovski@qnx.com>
440
441 * gdb/nto-procfs.c (procfs_pid_to_exec_file): New function.
442 (init_procfs_targets): Wire new function.
443
8a6c0ccd
AR
4442015-10-20 Aleksandar Ristovski <aristovski@qnx.com>
445
446 * nto-procfs.c (sys/auxv.h): Include.
447 (procfs_xfer_partial): Implement TARGET_OBJECT_AUXV.
448 * nto-tdep.c (nto_read_auxv_from_initial_stack): New function.
449 * nto-tdep.h (nto_read_auxv_from_initial_stack): New declaration.
450
609c3040
AR
4512015-10-20 Aleksandar Ristovski <aristovski@qnx.com>
452
453 * nto-procfs.c (nto_procfs_path): Rename to...
454 (nodestr): ... this, and change type.
455 (nto_node): Use new variable and logic accordingly.
456 (procfs_open_1): Use new variable name. Use local buffer to construct
457 procfrs path.
458 (procfs_pidlist): Use NODESTR to construct procfs path.
459 (procfs_files_info): Use NODESTR to output meaningful text.
460 (do_attach): Construct procfs using NODESTR.
461 (procfs_create_inferior): Compare pointer to NULL.
462
bfd09d20
JS
4632015-10-19 Josh Stone <jistone@redhat.com>
464
465 * linux-nat.c (linux_handle_syscall_trap): Always update entry/
466 return state, even when not actively catching syscalls at all.
467 (linux_handle_extended_wait): Mark syscall_state like an entry.
468 (wait_lwp): Set syscall_state ignored for other traps.
469 (linux_nat_filter_event): Likewise.
470
29090fb6
LM
4712015-10-19 Luis Machado <lgustavo@codesourcery.com>
472
473 * remote.c (remote_wait_as): Set rs->waiting_for_stop_reply to 0
474 when handling 'E', 'T', 'S', 'X' and 'W' packets.
475 Do not set rs->waiting_for_stop_reply back to 1.
476
774ee6d2
AR
4772015-10-16 Aleksandar Ristovski <aristovski@qnx.com>
478
479 * nto-procfs.c (common/filestuff.h): Include.
480 (procfs_can_use_hw_breakpoint): Fix enum name.
481 (procfs_open_1): Fix compiler warning.
482 (procfs_pidlist): Make static.
483 (procfs_meminfo): Make static, fix type name, add missing argument.
484 (procfs_store_registers): Make static.
485 (procfs_thread_info): Remove unused function.
486 (_initialize_procfs): Forward declare.
487
e66acfb1
YQ
4882015-10-16 Yao Qi <yao.qi@arm.com>
489
490 * MAINTAINERS: Update my email address.
491
8d689ee5
YQ
4922015-10-15 Yao Qi <yao.qi@linaro.org>
493
494 * aarch64-linux-nat.c (aarch64_linux_insert_hw_breakpoint):
495 Call gdbarch_breakpoint_from_pc to instruction length.
496 (aarch64_linux_remove_hw_breakpoint): Likewise.
497 * common/common-regcache.h (regcache_register_size): Declare.
498 * nat/aarch64-linux-hw-point.c: Include "common-regcache.h".
499 (aarch64_point_is_aligned): Set alignment to 2 for breakpoint if
500 the process is 32bit, otherwise set alignment to 4.
501 (aarch64_handle_breakpoint): Update comments.
502 * regcache.c (regcache_register_size): New function.
503
89fdc87f
AR
5042015-10-15 Aleksandar Ristovski <aristovski@qnx.com>
505
506 * gdbarch.sh (core_regset_section): Remove.
507 * gdbarch.h: Regenerate.
508
6448a3e4
YQ
5092015-10-14 Yao Qi <yao.qi@linaro.org>
510
511 * arch/aarch64-insn.h (struct aarch64_memory_operand): Move enum
512 out of it.
513 (enum aarch64_memory_operand_type): New.
514
33f914a1
DE
5152015-10-13 David Edelsohn <dje.gcc@gmail.com>
516
517 * xcoffread.c (dwarf2_xcoff_names): Add .dwmac and .dwpbtyp.
518
e6a959d6
PA
5192015-10-13 Pedro Alves <palves@redhat.com>
520
521 * ada-lang.c (ada_enum_name): Constify local.
522 * ada-typeprint.c (print_range_bound): Constify locals.
523 * c-varobj.c (c_describe_child): Likewise.
524 * cli/cli-setshow.c (do_set_command): Likewise.
525 * gdb_vecs.c (delim_string_to_char_ptr_vec_append): Likewise.
526 * dwarf2read.c (find_file_and_directory): Likewise.
527 (anonymous_struct_prefix, dwarf2_name): Likewise.
528 * gnu-v3-abi.c (gnuv3_rtti_type): Likewise.
529 * go-lang.c (unpack_mangled_go_symbol): Likewise.
530 * jv-typeprint.c (java_type_print_base): Likewise.
531 * ser-tcp.c (net_open): Likewise.
532 * symfile.c (deduce_language_from_filename): Likewise.
533 * symtab.c (gdb_mangle_name): Likewise.
534 * tui/tui-io.c (tui_redisplay_readline): Likewise.
535
170742de
PA
5362015-10-13 Pedro Alves <palves@redhat.com>
537
538 * infrun.c (restore_execution_direction): New function.
539 (fetch_inferior_event): Use it instead of
540 make_cleanup_restore_integer.
541 (execution_direction): Change type to enum
542 exec_direction_kind.
543 * infrun.h (execution_direction): Likewise.
544
bfb1c796
PA
5452015-10-13 Pedro Alves <palves@redhat.com>
546
547 * ada-lang.c (ada_value_primitive_packed_val): Constify
548 locals. Use value_contents_writeable. Remove casts.
549
aa5c10ce
PA
5502015-10-13 Pedro Alves <palves@redhat.com>
551
552 * ada-lang.c (ada_value_primitive_packed_val): Add casts to malloc
553 and alloca calls.
554
4666fec3
SM
5552015-10-13 Simon Marchi <simon.marchi@polymtl.ca>
556
557 * lm32-tdep.c (lm32_push_dummy_call): Replace call to
558 write_memory with write_memory_unsigned_integer.
559
38bc8217 5602015-10-13 Simon Marchi <simon.marchi@polymtl.ca>
3953f15c
SM
561
562 * solib-dsbt.c (cmp_name): Constify arguments.
563 * solib-frv.c (cmp_name): Likewise.
564 * solib-svr4.c (svr4_create_solib_event_breakpoints): Likewise.
565 * solib.c (gdb_bfd_lookup_symbol_from_symtab): Likewise.
566 (bfd_lookup_symbol_from_dyn_symtab): Likewise.
567 (gdb_bfd_lookup_symbol): Likewise.
568 * solib.h (gdb_bfd_lookup_symbol): Likewise.
569 (gdb_bfd_lookup_symbol_from_symtab): Likewise.
570
a0d34a39
AB
5712015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
572
573 * stack.c (parse_frame_specification): Remove message parameter,
574 replace with fixed string in function body, update function
575 comment.
576 (frame_info): Remove message to parse_frame_specification.
577 (select_frame_command): Likewise.
578
edbbff4a
AB
5792015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
580
581 * stack.c (parse_frame_specification): Delete.
582 (parse_frame_specification_1): Rename to
583 parse_frame_specification.
584 (frame_info): Use parse_frame_specification.
585 (select_frame_command): Likewise.
586 (return_command): Use select_frame and print_stack_frame rather
587 than frame_command and select_frame_command.
588 (func_command): Use get_current_frame rather than
589 parse_frame_specification.
590
9d622bda
AB
5912015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
592
593 * stack.c (func_command): Return early when there is no ARG
594 string.
595
8d3fea16
AB
5962015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
597
598 * stack.c: Include safe-ctype.h not ctype.h.
599 (parse_frame_specification): Use ISSPACE not isspace.
600 (backtrace_command): Use TOLOWER not tolower.
601
f54b226f
SM
6022015-10-12 Simon Marchi <simon.marchi@polymtl.ca>
603
604 * mep-tdep.c (current_me_module): Add cast.
605 (mep_gdbarch_init): Likewise.
606
6da660c7
SM
6072015-10-12 Simon Marchi <simon.marchi@polymtl.ca>
608
609 * m32c-tdep.c (m32c_move_reg_t): Replace with...
610 (m32c_write_reg_t): ...this and...
611 (m32c_read_reg_t): ...this.
612 (struct m32c_reg): Update types of read and write.
613 (m32c_raw_read): Change declaration type to m32c_read_reg_t and
614 adjust definition.
615 (m32c_banked_read): Likewise.
616 (m32c_sb_read): Likewise.
617 (m32c_part_read): Likewise.
618 (m32c_cat_read): Likewise.
619 (m32c_r3r2r1r0_read): Likewise.
620 (m32c_raw_write): Change declaration type to m32c_write_reg_t
621 and adjust definition.
622 (m32c_banked_write): Likewise.
623 (m32c_sb_write): Likewise.
624 (m32c_part_write): Likewise.
625 (m32c_cat_write): Likewise.
626 (m32c_r3r2r1r0_write): Likewise.
627
1f713e48
SM
6282015-10-12 Simon Marchi <simon.marchi@polymtl.ca>
629
630 * aarch64-linux-tdep.c (aarch64_linux_syscall_record): Add cast.
631
cb65d272
SM
6322015-10-12 Simon Marchi <simon.marchi@polymtl.ca>
633
634 * aarch64-linux-tdep.c (aarch64_canonicalize_syscall): Return
635 gdb_sys_no_syscall instead of -1.
636
eda14cf2
YQ
6372015-10-12 Yao Qi <yao.qi@linaro.org>
638
639 * NEWS: Mention the change.
640
1c2e1515
YQ
6412015-10-12 Yao Qi <yao.qi@linaro.org>
642
643 * arch/aarch64-insn.c (emit_load_store): Rename to ...
644 (aarch64_emit_load_store): ... it. All callers updated.
645
e1c587c3
YQ
6462015-10-12 Yao Qi <yao.qi@linaro.org>
647
648 * arch/aarch64-insn.c (emit_insn): Rename to ...
649 (aarch64_emit_insn): ... it. All callers updated.
650
b6542f81
YQ
6512015-10-12 Yao Qi <yao.qi@linaro.org>
652
653 * aarch64-linux-tdep.c: Include arch-utils.h.
654 (aarch64_linux_init_abi): Call set_gdbarch_max_insn_length,
655 set_gdbarch_displaced_step_copy_insn,
656 set_gdbarch_displaced_step_fixup,
657 set_gdbarch_displaced_step_free_closure,
658 set_gdbarch_displaced_step_location,
659 and set_gdbarch_displaced_step_hw_singlestep.
660 * aarch64-tdep.c (struct displaced_step_closure): New.
661 (struct aarch64_displaced_step_data): New.
662 (aarch64_displaced_step_b): New function.
663 (aarch64_displaced_step_b_cond): Likewise.
664 (aarch64_register): Likewise.
665 (aarch64_displaced_step_cb): Likewise.
666 (aarch64_displaced_step_tb): Likewise.
667 (aarch64_displaced_step_adr): Likewise.
668 (aarch64_displaced_step_ldr_literal): Likewise.
669 (aarch64_displaced_step_others): Likewise.
670 (aarch64_displaced_step_copy_insn): Likewise.
671 (aarch64_displaced_step_fixup): Likewise.
672 (aarch64_displaced_step_hw_singlestep): Likewise.
673 * aarch64-tdep.h (DISPLACED_MODIFIED_INSNS): New macro.
674 (aarch64_displaced_step_copy_insn): Declare.
675 (aarch64_displaced_step_fixup): Declare.
676 (aarch64_displaced_step_hw_singlestep): Declare.
677 * arch/aarch64-insn.c (emit_insn): Moved from
678 gdbserver/linux-aarch64-low.c.
679 (emit_load_store): Likewise.
680 * arch/aarch64-insn.h (enum aarch64_opcodes): Moved from
681 gdbserver/linux-aarch64-low.c.
682 (struct aarch64_register): Likewise.
683 (struct aarch64_memory_operand): Likewise.
684 (ENCODE): Likewise.
685 (can_encode_int32): New macro.
686 (emit_b, emit_bcond, emit_cb, emit_ldr, emit_ldrsw): Likewise.
687 (emit_tb, emit_nop): Likewise.
688 (emit_insn): Declare.
689 (emit_load_store): Declare.
690
246994ce
YQ
6912015-10-12 Yao Qi <yao.qi@linaro.org>
692
693 * arch/aarch64-insn.c (aarch64_decode_ldr_literal): Moved from
694 gdbserver/linux-aarch64-low.c.
695 (aarch64_relocate_instruction): Likewise.
696 * arch/aarch64-insn.h (aarch64_decode_ldr_literal): Declare.
697 (struct aarch64_insn_data): Moved from
698 gdbserver/linux-aarch64-low.c.
699 (struct aarch64_insn_visitor): Likewise.
700 (aarch64_relocate_instruction): Declare.
701
2520f728
PMR
7022015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
703
704 * eval.c (evaluate_subexp_standard) <STRUCTOP_STRUCT>: If
705 EVAL_AVOID_SIDE_EFFECTS mode, forward the VALUE_LVAL attribute
706 to the returned value.
707
5b639dea
JB
7082015-10-09 Joel Brobecker <brobecker@adacore.com>
709
710 * ada-lang.c (ada_unpack_from_contents): Add guard that unpacked
711 is large enough for BIT_SIZE. Update function comment.
712
0cafa88c
JB
7132015-10-09 Joel Brobecker <brobecker@adacore.com>
714
715 * ada-lang.c (ada_value_primitive_packed_val): Move
716 src_len variable to local block where used. Override
717 BIT_SIZE if bigger than size of resolved type.
718
220475ed
JB
7192015-10-09 Joel Brobecker <brobecker@adacore.com>
720
721 * gdbtypes.h (is_scalar_type): Add extern declaration.
722 * gdbtypes.c (is_scalar_type): Make non-static.
723 * ada-lang.c (ada_value_primitive_packed_val): Use is_scalar_type
724 to compute IS_SCALAR instead of doing it ourselves.
725
d0a9e810
JB
7262015-10-09 Joel Brobecker <brobecker@adacore.com>
727
728 * ada-lang.c (ada_value_primitive_packed_val): Rework handling
729 of case where TYPE is dynamic.
730
f93fca70
JB
7312015-10-09 Joel Brobecker <brobecker@adacore.com>
732
733 * ada-lang.c (ada_unpack_from_contents): New function,
734 extracted from ada_value_primitive_packed_val.
735 (ada_value_primitive_packed_val): Replace extracted out code
736 by call to ada_unpack_from_contents.
737
a1c95e6b
JB
7382015-10-09 Joel Brobecker <brobecker@adacore.com>
739
740 * ada-lang.c (ada_value_primitive_packed_val): Reorder local
741 variable declarations.
742
fbd000da
JB
7432015-10-09 Joel Brobecker <brobecker@adacore.com>
744
745 * ada-lang.c (ada_value_primitive_packed_val): Change the type
746 of local variables src and unpacked to "gdb_type *" instead of
747 "unsigned char *".
748
086ca51f
JB
7492015-10-09 Joel Brobecker <brobecker@adacore.com>
750
751 * ada-lang.c (ada_value_primitive_packed_val): Make the name
752 of various local variables more explicit and consistent.
753 No real code change otherwise.
754
c5bcd278
SM
7552015-10-09 Simon Marchi <simon.marchi@ericsson.com>
756
757 * i386-tdep.h (struct gdbarch_tdep): Change type of
758 register_reggroup_p to gdbarch_register_reggroup_p_ftype.
759
78c5b882
SM
7602015-10-09 Simon Marchi <simon.marchi@ericsson.com>
761
762 * cris-tdep.c (struct instruction_environment): Change type of
763 byte_order to enum bfd_endian.
764
f9fa37b3
SM
7652015-10-09 Simon Marchi <simon.marchi@ericsson.com>
766
767 * arm-linux-tdep.c (arm_canonicalize_syscall): Add
768 enum gdb_syscall casts.
769
7c543f7b
SM
7702015-10-09 Simon Marchi <simon.marchi@ericsson.com>
771
772 * aarch64-tdep.c (stack_item_t): Change type of data to gdb_byte*.
773 * arm-tdep.c (struct stack_item): Likewise.
774 (push_stack_item): Add gdb_byte* cast.
775 * avr-tdep.c (struct stack_item): Change type of data to gdb_byte*.
776 (push_stack_item): Add gdb_byte* cast.
777 * cli/cli-dump.c (dump_memory_to_file): Change type of buf to gdb_byte*
778 and add cast.
779 * cris-tdep.c (struct stack_item): Change type of data to gdb_byte*.
780 (push_stack_item): Add gdb_byte* cast.
781 * gcore.c (gcore_copy_callback): Change type of memhunk to gdb_byte* and
782 add cast.
783 * gdbtypes.h (print_scalar_formatted): Change type of first parameter to
784 gdb_byte*.
785 * h8300-tdep.c (h8300_extract_return_value): Change type of valbuf to
786 gdb_byte* and remove unnecessary cast.
787 (h8300h_extract_return_value): Likewise.
788 (h8300_store_return_value): Change type of valbuf to gdb_byte*.
789 (h8300h_store_return_value): Likewise.
790 * iq2000-tdep.c (iq2000_extract_return_value): Change type of valbuf to
791 gdb_byte* and remove unnecessary cast.
792 * jit.c (jit_reader_try_read_symtab): Change type of gdb_mem to gdb_byte*
793 and add cast.
794 * m32r-tdep.c (m32r_store_return_value): Change type of valbuf to
795 gdb_byte* and remove unnecessary cast.
796 (m32r_extract_return_value): Change type of dst to gdb_byte* and remove
797 valbuf.
798 * mep-tdep.c (mep_pseudo_cr32_read): Change type of buf to gdb_byte*.
799 (mep_pseudo_cr64_read): Likewise.
800 (mep_pseudo_csr_write): Likewise.
801 (mep_pseudo_cr32_write): Likewise.
802 (mep_pseudo_cr64_write): Likewise.
803 * mi/mi-main.c (mi_cmd_data_write_memory): Change type of buffer to
804 gdb_byte* and add cast.
805 * moxie-tdep.c (moxie_store_return_value): Change type of valbuf to
806 gdb_byte* and remove unnecessary cast.
807 (moxie_extract_return_value): Change type of dst to gdb_byte* and remove
808 valbuf.
809 * p-valprint.c (print_scalar_formatted): Change type of valaddr to
810 gdb_byte*.
811 * printcmd.c (void): Likewise.
812 * python/py-inferior.c (infpy_read_memory): Change type of buffer to
813 gdb_byte* and add cast.
814 (infpy_write_memory): Likewise.
815 (infpy_search_memory): Likewise.
816 * regcache.c (regcache_raw_write_signed): Change type of buf to gdb_byte*
817 and add cast.
818 (regcache_raw_write_unsigned): Likewise.
819 (regcache_cooked_write_signed): Likewise.
820 (regcache_cooked_write_unsigned): Likewise.
821 * sh64-tdep.c (h64_extract_return_value): Change type of valbuf to
822 gdb_byte*.
823
7567e115
SM
8242015-10-09 Simon Marchi <simon.marchi@ericsson.com>
825
826 * fbsd-tdep.c (fbsd_collect_regset_section_cb): Add cast.
827 * linux-tdep.c (linux_collect_regset_section_cb_data): Likewise.
828
f9acce4a
EZ
8292015-10-09 Eli Zaretskii <eliz@gnu.org>
830
831 * stack.c (print_stack_frame):
832 * utils.c (printchar): Fix typos in commentary.
833
d5d8c4e1
IB
8342015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
835
836 * d-exp.y: (UnaryExpression): Support `type.sizeof' expressions.
837 (PostfixExpression): Support `expr.sizeof' expressions.
838 (PrimaryExpression): Support `typeof(expr)' expressions.
839
4e7de155
MR
8402015-10-08 Maciej W. Rozycki <macro@imgtec.com>
841
842 * MAINTAINERS: Update my email address.
843
04c4fe8c
MM
8442015-10-08 Markus Metzger <markus.t.metzger@intel.com>
845
846 * record-btrace.c (record_btrace_resume): Fix void return.
847
f77ee802
YQ
8482015-10-07 Yao Qi <yao.qi@linaro.org>
849
850 * aarch64-tdep.c: Include opcode/aarch64.h.
851 (submask): Move it above.
852 (bit): Likewise.
853 (bits): Likewise.
854 (aarch64_software_single_step): Call aarch64_decode_insn.
855 Decode instruction by aarch64_inst instead of using
856 aarch64_decode_bcond and decode_masked_match.
857
cbd641ed
PS
8582015-10-06 Pitchumani Sivanupandi <pitchumani.s@atmel.com>
859
860 * cli/cli-dump.c (restore_command): Parse load_offset (bias) as address
861 only when the file is binary.
862
ae4e2501 8632015-10-02 James Bowman <james.bowman@ftdichip.com>
864
865 * ft32-tdep.c (ft32_analyze_prologue): Add function prolog
866 subroutine handling.
867
dd0a637a
SM
8682015-10-01 Simon Marchi <simon.marchi@ericsson.com>
869
870 * common/vec.h (VEC_OP (T,cleanup)): Add pointer cast.
871
1fd60fc0
DE
8722015-09-30 Doug Evans <dje@google.com>
873
874 * dwarf2read.c (setup_type_unit_groups): Add comment.
875
398e0813
PA
8762015-09-30 Pedro Alves <palves@redhat.com>
877
878 * linux-nat.c (linux_nat_always_non_stop_p): Always return 1.
879 * x86-linux-nat.c (x86_linux_always_non_stop_p): Delete.
880 (x86_linux_create_target): Don't install
881 x86_linux_always_non_stop_p.
882
6ab24463
DB
8832015-09-30 Don Breazeal <donb@codesourcery.com>
884
885 * remote.c (remote_parse_stop_reply): Call strprefix instead
886 of strncmp.
887
ede5f151
SM
8882015-09-30 Simon Marchi <simon.marchi@ericsson.com>
889
890 * gdbarch.sh (struct gdbarch_info): Change tdep_info's type to void *.
891 * gdbarch.h: Regenerate.
892 * i386-tdep.c (i386_gdbarch_init): Remove cast to
893 struct gdbarch_tdep_info *.
894 * mips-tdep.c (mips_gdbarch_init): Likewise.
895 * ppc-linux-tdep (ppu2spu_sniffer): Likewise.
896 * rs6000-tdep.c (rs6000_gdbarch_init): Likewise.
897 * spu-multiarch.c (spu_gdbarch): Likewise.
898
51c935fa 8992015-09-30 Kevin Buettner <kevinb@redhat.com>
aca20ec4
KB
900
901 * infcmd.c (finish_command_fsm_should_stop): Don't attempt to
902 record a NULL value.
903
3b1ad7d5
KB
9042015-09-29 Kevin Buettner <kevinb@redhat.com>
905
906 * msp430-tdep.c (msp430_push_dummy_call): Treat reference, struct,
907 and union arguments the same as pointer arguments when determining
908 size of argument.
909
86feccb9 9102015-09-29 James Bowman <james.bowman@ftdichip.com>
911
912 * ft32-tdep.c: #include "opcode/ft32.h".
913 Delete local macros IS_PUSH, PUSH_REG, IS_LINK, LINK_SIZE.
914 (ft32_analyze_prologue): Use FT32_* macros.
915
2181a6c6
SM
9162015-09-28 Simon Marchi <simon.marchi@ericsson.com>
917
84d73afc 918 * cli/cli-script.c (read_next_line): Fix stdout -> stdin in
2181a6c6
SM
919 comment.
920
245af596
DE
9212015-09-28 Doug Evans <dje@google.com>
922
923 * MAINTAINERS: Add Iain Buclaw as D language maintainer.
924
c402ef90
DE
9252015-09-28 Doug Evans <dje@google.com>
926
927 * common/filestuff.c (make_cleanup_close): Update comment.
928
38bc8217 9292015-09-26 Simon Marchi <simon.marchi@polymtl.ca>
bc84451b
SM
930
931 * btrace.c (parse_xml_btrace_block): Fix cast of
932 xml_find_attribute's return value.
933 * memory-map.c (memory_map_start_memory): Likewise.
934 * solib-svr4.c (library_list_start_library): Likewise.
935 * solib-target.c (library_list_start_segment): Likewise.
936 (library_list_start_section): Likewise.
937 * tracepoint.c (traceframe_info_start_memory): Likewise.
938
ba587d55
IB
9392015-09-26 Iain Buclaw <ibuclaw@gdcproject.org>
940
941 * d-namespace.c (d_lookup_symbol): New arg langdef.
942 All callers updated. Support looking up symbol as a primitive type.
943 (lookup_module_scope): New arg langdef. All callers updated.
944 Call d_lookup_symbol directly for simple bare symbols.
945
19ba03f4
SM
9462015-09-25 Simon Marchi <simon.marchi@ericsson.com>
947
948 * macrocmd.c (print_macro_callback): Add cast(s).
949 * macrotab.c (macro_bcache_str): Likewise.
950 (new_macro_definition): Likewise.
951 * main.c (captured_main): Likewise.
952 * maint.c (print_bfd_section_info): Likewise.
953 * mdebugread.c (mdebug_build_psymtabs): Likewise.
954 (basic_type): Likewise.
955 * memattr.c (mem_region_cmp): Likewise.
956 * memory-map.c (memory_map_start_memory): Likewise.
957 (memory_map_end_memory): Likewise.
958 (memory_map_start_property): Likewise.
959 (memory_map_end_property): Likewise.
960 (clear_result): Likewise.
961 * memrange.c (compare_mem_ranges): Likewise.
962 * mep-tdep.c (mep_analyze_frame_prologue): Likewise.
963 * mi/mi-cmd-var.c (mi_cmd_var_update_iter): Likewise.
964 * mi/mi-console.c (mi_console_file_delete): Likewise.
965 (mi_console_file_fputs): Likewise.
966 (mi_console_raw_packet): Likewise.
967 (mi_console_file_flush): Likewise.
968 (mi_console_set_raw): Likewise.
969 * mi/mi-interp.c (mi_interpreter_resume): Likewise.
970 (mi_new_thread): Likewise.
971 (mi_thread_exit): Likewise.
972 (mi_record_changed): Likewise.
973 (mi_inferior_added): Likewise.
974 (mi_inferior_appeared): Likewise.
975 (mi_inferior_exit): Likewise.
976 (mi_inferior_removed): Likewise.
977 (mi_interp_data): Likewise.
978 (mi_on_normal_stop): Likewise.
979 (mi_traceframe_changed): Likewise.
980 (mi_tsv_created): Likewise.
981 (mi_tsv_deleted): Likewise.
982 (mi_tsv_modified): Likewise.
983 (mi_breakpoint_created): Likewise.
984 (mi_breakpoint_deleted): Likewise.
985 (mi_breakpoint_modified): Likewise.
986 (mi_output_running_pid): Likewise.
987 (mi_inferior_count): Likewise.
988 (mi_solib_loaded): Likewise.
989 (mi_solib_unloaded): Likewise.
990 (mi_command_param_changed): Likewise.
991 (mi_memory_changed): Likewise.
992 (report_initial_inferior): Likewise.
993 (mi_ui_out): Likewise.
994 (mi_set_logging): Likewise.
995 * mi/mi-main.c (collect_cores): Likewise.
996 (print_one_inferior): Likewise.
997 (free_vector_of_ints): Likewise.
998 (free_splay_tree): Likewise.
999 (mi_execute_command): Likewise.
1000 * mi/mi-out.c (mi_table_body): Likewise.
1001 (mi_table_end): Likewise.
1002 (mi_table_header): Likewise.
1003 (mi_begin): Likewise.
1004 (mi_end): Likewise.
1005 (mi_field_int): Likewise.
1006 (mi_field_string): Likewise.
1007 (mi_field_fmt): Likewise.
1008 (mi_flush): Likewise.
1009 (mi_redirect): Likewise.
1010 (field_separator): Likewise.
1011 (mi_open): Likewise.
1012 (mi_close): Likewise.
1013 (mi_out_buffered): Likewise.
1014 (mi_out_rewind): Likewise.
1015 (mi_out_put): Likewise.
1016 (mi_version): Likewise.
1017 (mi_out_data_dtor): Likewise.
1018 * mi/mi-parse.c (mi_parse_cleanup): Likewise.
1019 * microblaze-tdep.c (microblaze_frame_cache): Likewise.
1020 * minidebug.c (lzma_open): Likewise.
1021 (lzma_pread): Likewise.
1022 (lzma_close): Likewise.
1023 (lzma_stat): Likewise.
1024 * mips-linux-tdep.c (mips_linux_init_abi): Likewise.
1025 * mips-sde-tdep.c (mips_sde_frame_cache): Likewise.
1026 (mips_sde_elf_osabi_sniff_abi_tag_sections): Likewise.
1027 * mips-tdep.c (mips_insn16_frame_cache): Likewise.
1028 (mips_micro_frame_cache): Likewise.
1029 (mips_insn32_frame_cache): Likewise.
1030 (mips_stub_frame_cache): Likewise.
1031 (gdb_print_insn_mips): Likewise.
1032 (value_of_mips_user_reg): Likewise.
1033 (mips_gdbarch_init): Likewise.
1034 * mips64obsd-tdep.c (mips64obsd_supply_gregset): Likewise.
1035 * mipsnbsd-tdep.c (mipsnbsd_supply_fpregset): Likewise.
1036 (mipsnbsd_supply_gregset): Likewise.
1037 * mn10300-linux-tdep.c (am33_supply_fpregset_method): Likewise.
1038 (am33_collect_gregset_method): Likewise.
1039 (am33_collect_fpregset_method): Likewise.
1040 * mn10300-tdep.c (mn10300_analyze_frame_prologue): Likewise.
1041 * moxie-tdep.c (moxie_frame_cache): Likewise.
1042 * msp430-tdep.c (msp430_get_opcode_byte): Likewise.
1043 (msp430_analyze_frame_prologue): Likewise.
1044 * mt-tdep.c (mt_frame_unwind_cache): Likewise.
1045 * nios2-linux-tdep.c (nios2_supply_gregset): Likewise.
1046 (nios2_collect_gregset): Likewise.
1047 * nios2-tdep.c (nios2_frame_unwind_cache): Likewise.
1048 (nios2_stub_frame_cache): Likewise.
1049 * objc-lang.c (find_methods): Likewise.
1050 * objfiles.c (objfiles_pspace_data_cleanup): Likewise.
1051 (get_objfile_pspace_data): Likewise.
1052 (get_objfile_bfd_data): Likewise.
1053 (objfile_bfd_data_free): Likewise.
1054 (add_to_objfile_sections): Likewise.
1055 (do_free_objfile_cleanup): Likewise.
1056 (resume_section_map_updates_cleanup): Likewise.
1057 * opencl-lang.c (builtin_opencl_type): Likewise.
1058 * osabi.c (generic_elf_osabi_sniff_abi_tag_sections): Likewise.
1059 * osdata.c (osdata_start_osdata): Likewise.
1060 (osdata_start_item): Likewise.
1061 (osdata_start_column): Likewise.
1062 (osdata_end_column): Likewise.
1063 (clear_parsing_data): Likewise.
1064 (osdata_free_cleanup): Likewise.
1065 * parse.c (type_stack_cleanup): Likewise.
1066 (exp_uses_objfile_iter): Likewise.
1067 * ppc-linux-tdep.c (ppc_linux_supply_gregset): Likewise.
1068 (ppc_linux_collect_gregset): Likewise.
1069 (ppu2spu_prev_arch): Likewise.
1070 (ppu2spu_this_id): Likewise.
1071 (ppu2spu_prev_register): Likewise.
1072 (ppu2spu_unwind_register): Likewise.
1073 (ppu2spu_sniffer): Likewise.
1074 (ppu2spu_dealloc_cache): Likewise.
1075 (ppc_linux_init_abi): Likewise.
1076 * ppcfbsd-tdep.c (ppcfbsd_sigtramp_frame_cache): Likewise.
1077 * ppcobsd-tdep.c (ppcobsd_sigtramp_frame_cache): Likewise.
1078 * progspace.c (restore_program_space): Likewise.
1079 * psymtab.c (find_pc_sect_psymtab): Likewise.
1080 (compare_psymbols): Likewise.
1081 (psymbol_bcache_full): Likewise.
1082 (allocate_psymtab): Likewise.
1083 (discard_psymtabs_upto): Likewise.
1084 * python/py-block.c (set_block): Likewise.
1085 (del_objfile_blocks): Likewise.
1086 * python/py-breakpoint.c (build_bp_list): Likewise.
1087 * python/py-inferior.c (inferior_to_inferior_object): Likewise.
1088 (build_inferior_list): Likewise.
1089 (py_free_inferior): Likewise.
1090 * python/py-objfile.c (py_free_objfile): Likewise.
1091 (objfile_to_objfile_object): Likewise.
1092 * python/py-prettyprint.c (py_restore_tstate): Likewise.
1093 * python/py-progspace.c (py_free_pspace): Likewise.
1094 (pspace_to_pspace_object): Likewise.
1095 * python/py-symbol.c (set_symbol): Likewise.
1096 (del_objfile_symbols): Likewise.
1097 * python/py-symtab.c (set_sal): Likewise.
1098 (set_symtab): Likewise.
1099 (del_objfile_symtab): Likewise.
1100 (del_objfile_sal): Likewise.
1101 * python/py-type.c (save_objfile_types): Likewise.
1102 (set_type): Likewise.
1103 * python/py-unwind.c (pyuw_prev_register): Likewise.
1104 (pyuw_on_new_gdbarch): Likewise.
1105 * python/py-utils.c (py_decref): Likewise.
1106 (py_xdecref): Likewise.
1107 (gdb_py_generic_dict): Likewise.
1108 * python/py-xmethods.c (gdbpy_free_xmethod_worker_data): Likewise.
1109 (gdbpy_clone_xmethod_worker_data): Likewise.
1110 (gdbpy_get_xmethod_arg_types): Likewise.
1111 (gdbpy_get_xmethod_result_type): Likewise.
1112 (gdbpy_invoke_xmethod): Likewise.
1113 * python/python.c (gdbpy_apply_type_printers): Likewise.
1114 (gdbpy_free_type_printers): Likewise.
1115 * record-btrace.c (record_btrace_disable_callback): Likewise.
1116 (bfcache_hash): Likewise.
1117 (bfcache_eq): Likewise.
1118 (btrace_get_frame_function): Likewise.
1119 (record_btrace_frame_unwind_stop_reason): Likewise.
1120 (record_btrace_frame_this_id): Likewise.
1121 (record_btrace_frame_prev_register): Likewise.
1122 (record_btrace_frame_dealloc_cache): Likewise.
1123 * record-full.c (record_full_message_wrapper): Likewise.
1124 (record_full_save_cleanups): Likewise.
1125 * regcache.c (regcache_descr): Likewise.
1126 (do_regcache_xfree): Likewise.
1127 (do_regcache_invalidate): Likewise.
1128 (do_cooked_read): Likewise.
1129 (regcache_transfer_regset): Likewise.
1130 * reggroups.c (reggroup_add): Likewise.
1131 (reggroup_next): Likewise.
1132 (reggroup_prev): Likewise.
1133 * remote-fileio.c (do_remote_fileio_request): Likewise.
1134 * remote-notif.c (remote_async_get_pending_events_handler): Likewise.
1135 (do_notif_event_xfree): Likewise.
1136 * remote.c (get_remote_arch_state): Likewise.
1137 (remote_pspace_data_cleanup): Likewise.
1138 (get_remote_exec_file): Likewise.
1139 (set_pspace_remote_exec_file): Likewise.
1140 (compare_pnums): Likewise.
1141 (clear_threads_listing_context): Likewise.
1142 (remote_newthread_step): Likewise.
1143 (start_thread): Likewise.
1144 (end_thread): Likewise.
1145 (remove_child_of_pending_fork): Likewise.
1146 (remove_stop_reply_for_inferior): Likewise.
1147 (remove_stop_reply_of_remote_state): Likewise.
1148 (remote_notif_remove_once_on_match): Likewise.
1149 (stop_reply_match_ptid_and_ws): Likewise.
1150 (kill_child_of_pending_fork): Likewise.
1151 (register_remote_g_packet_guess): Likewise.
1152 (remote_read_description_p): Likewise.
1153 (remote_read_description): Likewise.
1154 (free_actions_list_cleanup_wrapper): Likewise.
1155 (remote_async_serial_handler): Likewise.
1156 * rl78-tdep.c (rl78_get_opcode_byte): Likewise.
1157 (rl78_analyze_frame_prologue): Likewise.
1158 * rs6000-tdep.c (ppc_supply_gregset): Likewise.
1159 (ppc_supply_fpregset): Likewise.
1160 (ppc_supply_vsxregset): Likewise.
1161 (ppc_supply_vrregset): Likewise.
1162 (ppc_collect_gregset): Likewise.
1163 (ppc_collect_fpregset): Likewise.
1164 (ppc_collect_vsxregset): Likewise.
1165 (ppc_collect_vrregset): Likewise.
1166 (e500_move_ev_register): Likewise.
1167 (do_regcache_raw_write): Likewise.
1168 (rs6000_frame_cache): Likewise.
1169 (rs6000_epilogue_frame_cache): Likewise.
1170 (rs6000_gdbarch_init): Likewise.
1171 * rx-tdep.c (rx_get_opcode_byte): Likewise.
1172 (rx_analyze_frame_prologue): Likewise.
1173 (rx_frame_type): Likewise.
1174 (rx_frame_sniffer_common): Likewise.
1175 * s390-linux-tdep.c (s390_check_for_saved): Likewise.
1176 (s390_frame_unwind_cache): Likewise.
1177 (s390_stub_frame_unwind_cache): Likewise.
1178 (s390_sigtramp_frame_unwind_cache): Likewise.
1179 * score-tdep.c (score_make_prologue_cache): Likewise.
1180 * sentinel-frame.c (sentinel_frame_prev_register): Likewise.
1181 (sentinel_frame_prev_arch): Likewise.
1182 * ser-base.c (fd_event): Likewise.
1183 (push_event): Likewise.
1184 (ser_base_write): Likewise.
1185 * ser-pipe.c (pipe_close): Likewise.
1186 * serial.c (serial_write): Likewise.
1187 * sh-tdep.c (sh_frame_cache): Likewise.
1188 (sh_stub_this_id): Likewise.
1189 * sh64-tdep.c (sh64_frame_cache): Likewise.
1190 * solib-aix.c (get_solib_aix_inferior_data): Likewise.
1191 (library_list_start_library): Likewise.
1192 (library_list_start_list): Likewise.
1193 (solib_aix_free_library_list): Likewise.
1194 * solib-darwin.c (get_darwin_info): Likewise.
1195 * solib-dsbt.c (get_dsbt_info): Likewise.
1196 * solib-spu.c (append_ocl_sos): Likewise.
1197 * solib-svr4.c (svr4_pspace_data_cleanup): Likewise.
1198 (get_svr4_info): Likewise.
1199 (library_list_start_library): Likewise.
1200 (svr4_library_list_start_list): Likewise.
1201 (hash_probe_and_action): Likewise.
1202 (equal_probe_and_action): Likewise.
1203 (svr4_update_solib_event_breakpoint): Likewise.
1204 (set_solib_svr4_fetch_link_map_offsets): Likewise.
1205 (svr4_fetch_link_map_offsets): Likewise.
1206 (svr4_have_link_map_offsets): Likewise.
1207 * solib-target.c (library_list_start_segment): Likewise.
1208 (library_list_start_section): Likewise.
1209 (library_list_start_library): Likewise.
1210 (library_list_end_library): Likewise.
1211 (library_list_start_list): Likewise.
1212 (solib_target_free_library_list): Likewise.
1213 * solib.c (solib_ops): Likewise.
1214 (set_solib_ops): Likewise.
1215 * sparc-sol2-tdep.c (sparc32_sol2_sigtramp_frame_cache): Likewise.
1216 * sparc-tdep.c (sparc_frame_cache): Likewise.
1217 (sparc32_frame_cache): Likewise.
1218 (sparc32_supply_gregset): Likewise.
1219 (sparc32_collect_gregset): Likewise.
1220 (sparc32_supply_fpregset): Likewise.
1221 (sparc32_collect_fpregset): Likewise.
1222 * sparc64-sol2-tdep.c (sparc64_sol2_sigtramp_frame_cache): Likewise.
1223 * sparc64-tdep.c (sparc64_supply_gregset): Likewise.
1224 (sparc64_collect_gregset): Likewise.
1225 (sparc64_supply_fpregset): Likewise.
1226 (sparc64_collect_fpregset): Likewise.
1227 * sparc64fbsd-tdep.c (sparc64fbsd_sigtramp_frame_cache): Likewise.
1228 * sparc64nbsd-tdep.c (sparc64nbsd_sigcontext_frame_cache): Likewise.
1229 * sparc64obsd-tdep.c (sparc64obsd_frame_cache): Likewise.
1230 (sparc64obsd_trapframe_cache): Likewise.
1231 * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_frame_cache): Likewise.
1232 * sparcobsd-tdep.c (sparc32obsd_sigtramp_frame_cache): Likewise.
1233 * spu-multiarch.c (spu_gdbarch): Likewise.
1234 * spu-tdep.c (spu_frame_unwind_cache): Likewise.
1235 (spu2ppu_prev_arch): Likewise.
1236 (spu2ppu_this_id): Likewise.
1237 (spu2ppu_prev_register): Likewise.
1238 (spu2ppu_dealloc_cache): Likewise.
1239 (spu_dis_asm_print_address): Likewise.
1240 (gdb_print_insn_spu): Likewise.
1241 (spu_get_overlay_table): Likewise.
1242 * stabsread.c (rs6000_builtin_type): Likewise.
1243 * stack.c (do_print_variable_and_value): Likewise.
1244 * stap-probe.c (get_stap_base_address_1): Likewise.
1245 * symfile-debug.c (debug_qf_has_symbols): Likewise.
1246 (debug_qf_find_last_source_symtab): Likewise.
1247 (debug_qf_forget_cached_source_info): Likewise.
1248 (debug_qf_map_symtabs_matching_filename): Likewise.
1249 (debug_qf_lookup_symbol): Likewise.
1250 (debug_qf_print_stats): Likewise.
1251 (debug_qf_dump): Likewise.
1252 (debug_qf_relocate): Likewise.
1253 (debug_qf_expand_symtabs_for_function): Likewise.
1254 (debug_qf_expand_all_symtabs): Likewise.
1255 (debug_qf_expand_symtabs_with_fullname): Likewise.
1256 (debug_qf_map_matching_symbols): Likewise.
1257 (debug_qf_expand_symtabs_matching): Likewise.
1258 (debug_qf_find_pc_sect_compunit_symtab): Likewise.
1259 (debug_qf_map_symbol_filenames): Likewise.
1260 (debug_sym_get_probes): Likewise.
1261 (debug_sym_new_init): Likewise.
1262 (debug_sym_init): Likewise.
1263 (debug_sym_read): Likewise.
1264 (debug_sym_read_psymbols): Likewise.
1265 (debug_sym_finish): Likewise.
1266 (debug_sym_offsets): Likewise.
1267 (debug_sym_read_linetable): Likewise.
1268 (debug_sym_relocate): Likewise.
1269 (uninstall_symfile_debug_logging): Likewise.
1270 * symfile-mem.c (symbol_file_add_from_memory_wrapper): Likewise.
1271 * symfile.c (place_section): Likewise.
1272 (add_section_size_callback): Likewise.
1273 (load_progress): Likewise.
1274 (load_section_callback): Likewise.
1275 (clear_memory_write_data): Likewise.
1276 (allocate_symtab): Likewise.
1277 * symmisc.c (maintenance_expand_file_matcher): Likewise.
1278 * symtab.c (lookup_symtab_callback): Likewise.
1279 (hash_demangled_name_entry): Likewise.
1280 (eq_demangled_name_entry): Likewise.
1281 (get_symbol_cache): Likewise.
1282 (symbol_cache_cleanup): Likewise.
1283 (set_symbol_cache_size): Likewise.
1284 (symbol_cache_flush): Likewise.
1285 (maintenance_print_symbol_cache): Likewise.
1286 (maintenance_print_symbol_cache_statistics): Likewise.
1287 (delete_filename_seen_cache): Likewise.
1288 (output_partial_symbol_filename): Likewise.
1289 (search_symbols_file_matches): Likewise.
1290 (search_symbols_name_matches): Likewise.
1291 (do_free_completion_list): Likewise.
1292 (maybe_add_partial_symtab_filename): Likewise.
1293 (get_main_info): Likewise.
1294 (main_info_cleanup): Likewise.
1295 * target-dcache.c (target_dcache_cleanup): Likewise.
1296 (target_dcache_init_p): Likewise.
1297 (target_dcache_invalidate): Likewise.
1298 (target_dcache_get): Likewise.
1299 (target_dcache_get_or_init): Likewise.
1300 * target-descriptions.c (target_find_description): Likewise.
1301 (tdesc_find_type): Likewise.
1302 (tdesc_data_cleanup): Likewise.
1303 (tdesc_find_arch_register): Likewise.
1304 (tdesc_register_name): Likewise.
1305 (tdesc_register_type): Likewise.
1306 (tdesc_register_reggroup_p): Likewise.
1307 (set_tdesc_pseudo_register_name): Likewise.
1308 (set_tdesc_pseudo_register_type): Likewise.
1309 (set_tdesc_pseudo_register_reggroup_p): Likewise.
1310 (tdesc_use_registers): Likewise.
1311 (free_target_description): Likewise.
1312 * target-memory.c (compare_block_starting_address): Likewise.
1313 (cleanup_request_data): Likewise.
1314 (cleanup_write_requests_vector): Likewise.
1315 * target.c (open_target): Likewise.
1316 (cleanup_restore_target_terminal): Likewise.
1317 (free_memory_read_result_vector): Likewise.
1318 * thread.c (disable_thread_stack_temporaries): Likewise.
1319 (finish_thread_state_cleanup): Likewise.
1320 (do_restore_current_thread_cleanup): Likewise.
1321 (restore_current_thread_cleanup_dtor): Likewise.
1322 (set_thread_refcount): Likewise.
1323 (tp_array_compar): Likewise.
1324 (do_captured_thread_select): Likewise.
1325 * tic6x-tdep.c (tic6x_frame_unwind_cache): Likewise.
1326 (tic6x_stub_this_id): Likewise.
1327 * tilegx-tdep.c (tilegx_frame_cache): Likewise.
1328 * top.c (do_restore_instream_cleanup): Likewise.
1329 (gdb_readline_wrapper_cleanup): Likewise.
1330 (kill_or_detach): Likewise.
1331 (print_inferior_quit_action): Likewise.
1332 * tracefile-tfile.c (match_blocktype): Likewise.
1333 (build_traceframe_info): Likewise.
1334 * tracefile.c (trace_file_writer_xfree): Likewise.
1335 * tracepoint.c (memrange_cmp): Likewise.
1336 (do_collect_symbol): Likewise.
1337 (do_clear_collection_list): Likewise.
1338 (do_restore_current_traceframe_cleanup): Likewise.
1339 (restore_current_traceframe_cleanup_dtor): Likewise.
1340 (free_current_marker): Likewise.
1341 (traceframe_info_start_memory): Likewise.
1342 (traceframe_info_start_tvar): Likewise.
1343 (free_result): Likewise.
1344 * tramp-frame.c (tramp_frame_cache): Likewise.
1345 * tui/tui-file.c (tui_file_delete): Likewise.
1346 (tui_fileopen): Likewise.
1347 (tui_sfileopen): Likewise.
1348 (tui_file_isatty): Likewise.
1349 (tui_file_rewind): Likewise.
1350 (tui_file_put): Likewise.
1351 (tui_file_fputs): Likewise.
1352 (tui_file_get_strbuf): Likewise.
1353 (tui_file_adjust_strbuf): Likewise.
1354 (tui_file_flush): Likewise.
1355 * tui/tui-layout.c (make_command_window): Likewise.
1356 (make_data_window): Likewise.
1357 (show_source_disasm_command): Likewise.
1358 (show_data): Likewise.
1359 (make_source_or_disasm_window): Likewise.
1360 (show_source_or_disasm_and_command): Likewise.
1361 * tui/tui-out.c (tui_field_int): Likewise.
1362 (tui_field_string): Likewise.
1363 (tui_field_fmt): Likewise.
1364 (tui_text): Likewise.
1365 * typeprint.c (hash_typedef_field): Likewise.
1366 (eq_typedef_field): Likewise.
1367 (do_free_typedef_hash): Likewise.
1368 (copy_typedef_hash_element): Likewise.
1369 (do_free_global_table): Likewise.
1370 (find_global_typedef): Likewise.
1371 (find_typedef_in_hash): Likewise.
1372 * ui-file.c (ui_file_write_for_put): Likewise.
1373 (do_ui_file_xstrdup): Likewise.
1374 (mem_file_delete): Likewise.
1375 (mem_file_rewind): Likewise.
1376 (mem_file_put): Likewise.
1377 (mem_file_write): Likewise.
1378 (stdio_file_delete): Likewise.
1379 (stdio_file_flush): Likewise.
1380 (stdio_file_read): Likewise.
1381 (stdio_file_write): Likewise.
1382 (stdio_file_write_async_safe): Likewise.
1383 (stdio_file_fputs): Likewise.
1384 (stdio_file_isatty): Likewise.
1385 (stdio_file_fseek): Likewise.
1386 (tee_file_delete): Likewise.
1387 (tee_file_flush): Likewise.
1388 (tee_file_write): Likewise.
1389 (tee_file_fputs): Likewise.
1390 (tee_file_isatty): Likewise.
1391 * ui-out.c (do_cleanup_table_end): Likewise.
1392 (do_cleanup_end): Likewise.
1393 * user-regs.c (user_reg_add): Likewise.
1394 (user_reg_map_name_to_regnum): Likewise.
1395 (usernum_to_user_reg): Likewise.
1396 (maintenance_print_user_registers): Likewise.
1397 * utils.c (do_bfd_close_cleanup): Likewise.
1398 (do_fclose_cleanup): Likewise.
1399 (do_obstack_free): Likewise.
1400 (do_ui_file_delete): Likewise.
1401 (do_ui_out_redirect_pop): Likewise.
1402 (do_free_section_addr_info): Likewise.
1403 (restore_integer): Likewise.
1404 (do_unpush_target): Likewise.
1405 (do_htab_delete_cleanup): Likewise.
1406 (do_restore_ui_file): Likewise.
1407 (do_value_free): Likewise.
1408 (do_free_so): Likewise.
1409 (free_current_contents): Likewise.
1410 (do_regfree_cleanup): Likewise.
1411 (core_addr_hash): Likewise.
1412 (core_addr_eq): Likewise.
1413 (do_free_char_ptr_vec): Likewise.
1414 * v850-tdep.c (v850_frame_cache): Likewise.
1415 * varobj.c (do_free_variable_cleanup): Likewise.
1416 * vax-tdep.c (vax_supply_gregset): Likewise.
1417 (vax_frame_cache): Likewise.
1418 * vaxobsd-tdep.c (vaxobsd_sigtramp_frame_cache): Likewise.
1419 * xml-support.c (gdb_xml_body_text): Likewise.
1420 (gdb_xml_values_cleanup): Likewise.
1421 (gdb_xml_start_element): Likewise.
1422 (gdb_xml_start_element_wrapper): Likewise.
1423 (gdb_xml_end_element): Likewise.
1424 (gdb_xml_end_element_wrapper): Likewise.
1425 (gdb_xml_cleanup): Likewise.
1426 (gdb_xml_fetch_external_entity): Likewise.
1427 (gdb_xml_parse_attr_enum): Likewise.
1428 (xinclude_start_include): Likewise.
1429 (xinclude_end_include): Likewise.
1430 (xml_xinclude_default): Likewise.
1431 (xml_xinclude_start_doctype): Likewise.
1432 (xml_xinclude_end_doctype): Likewise.
1433 (xml_xinclude_cleanup): Likewise.
1434 (xml_fetch_content_from_file): Likewise.
1435 * xml-syscall.c (free_syscalls_info): Likewise.
1436 (syscall_start_syscall): Likewise.
1437 * xml-tdesc.c (tdesc_end_arch): Likewise.
1438 (tdesc_end_osabi): Likewise.
1439 (tdesc_end_compatible): Likewise.
1440 (tdesc_start_target): Likewise.
1441 (tdesc_start_feature): Likewise.
1442 (tdesc_start_reg): Likewise.
1443 (tdesc_start_union): Likewise.
1444 (tdesc_start_struct): Likewise.
1445 (tdesc_start_flags): Likewise.
1446 (tdesc_start_field): Likewise.
1447 (tdesc_start_vector): Likewise.
1448 (fetch_available_features_from_target): Likewise.
1449 * xstormy16-tdep.c (xstormy16_frame_cache): Likewise.
1450 * xtensa-tdep.c (xtensa_supply_gregset): Likewise.
1451 (xtensa_frame_cache): Likewise.
1452 (xtensa_frame_prev_register): Likewise.
1453 (xtensa_extract_return_value): Likewise.
1454
9a3c8263
SM
14552015-09-25 Simon Marchi <simon.marchi@ericsson.com>
1456
1457 * aarch64-tdep.c (aarch64_make_prologue_cache): Add cast(s).
1458 (aarch64_make_stub_cache): Likewise.
1459 (value_of_aarch64_user_reg): Likewise.
1460 * ada-lang.c (ada_inferior_data_cleanup): Likewise.
1461 (get_ada_inferior_data): Likewise.
1462 (get_ada_pspace_data): Likewise.
1463 (ada_pspace_data_cleanup): Likewise.
1464 (ada_complete_symbol_matcher): Likewise.
1465 (ada_exc_search_name_matches): Likewise.
1466 * ada-tasks.c (get_ada_tasks_pspace_data): Likewise.
1467 (get_ada_tasks_inferior_data): Likewise.
1468 * addrmap.c (addrmap_mutable_foreach_worker): Likewise.
1469 (splay_obstack_alloc): Likewise.
1470 (splay_obstack_free): Likewise.
1471 * alpha-linux-tdep.c (alpha_linux_supply_gregset): Likewise.
1472 (alpha_linux_collect_gregset): Likewise.
1473 (alpha_linux_supply_fpregset): Likewise.
1474 (alpha_linux_collect_fpregset): Likewise.
1475 * alpha-mdebug-tdep.c (alpha_mdebug_frame_unwind_cache): Likewise.
1476 * alpha-tdep.c (alpha_lds): Likewise.
1477 (alpha_sts): Likewise.
1478 (alpha_sigtramp_frame_unwind_cache): Likewise.
1479 (alpha_heuristic_frame_unwind_cache): Likewise.
1480 (alpha_supply_int_regs): Likewise.
1481 (alpha_fill_int_regs): Likewise.
1482 (alpha_supply_fp_regs): Likewise.
1483 (alpha_fill_fp_regs): Likewise.
1484 * alphanbsd-tdep.c (alphanbsd_supply_fpregset): Likewise.
1485 (alphanbsd_aout_supply_gregset): Likewise.
1486 (alphanbsd_supply_gregset): Likewise.
1487 * amd64-linux-tdep.c (amd64_linux_init_abi): Likewise.
1488 (amd64_x32_linux_init_abi): Likewise.
1489 * amd64-nat.c (amd64_supply_native_gregset): Likewise.
1490 (amd64_collect_native_gregset): Likewise.
1491 * amd64-tdep.c (amd64_frame_cache): Likewise.
1492 (amd64_sigtramp_frame_cache): Likewise.
1493 (amd64_epilogue_frame_cache): Likewise.
1494 (amd64_supply_fxsave): Likewise.
1495 (amd64_supply_xsave): Likewise.
1496 (amd64_collect_fxsave): Likewise.
1497 (amd64_collect_xsave): Likewise.
1498 * amd64-windows-tdep.c (amd64_windows_frame_cache): Likewise.
1499 * amd64obsd-tdep.c (amd64obsd_trapframe_cache): Likewise.
1500 * arm-linux-tdep.c (arm_linux_supply_gregset): Likewise.
1501 (arm_linux_collect_gregset): Likewise.
1502 (arm_linux_supply_nwfpe): Likewise.
1503 (arm_linux_collect_nwfpe): Likewise.
1504 (arm_linux_supply_vfp): Likewise.
1505 (arm_linux_collect_vfp): Likewise.
1506 * arm-tdep.c (arm_find_mapping_symbol): Likewise.
1507 (arm_prologue_unwind_stop_reason): Likewise.
1508 (arm_prologue_this_id): Likewise.
1509 (arm_prologue_prev_register): Likewise.
1510 (arm_exidx_data_free): Likewise.
1511 (arm_find_exidx_entry): Likewise.
1512 (arm_stub_this_id): Likewise.
1513 (arm_m_exception_this_id): Likewise.
1514 (arm_m_exception_prev_register): Likewise.
1515 (arm_normal_frame_base): Likewise.
1516 (gdb_print_insn_arm): Likewise.
1517 (arm_objfile_data_free): Likewise.
1518 (arm_record_special_symbol): Likewise.
1519 (value_of_arm_user_reg): Likewise.
1520 * armbsd-tdep.c (armbsd_supply_fpregset): Likewise.
1521 (armbsd_supply_gregset): Likewise.
1522 * auto-load.c (auto_load_pspace_data_cleanup): Likewise.
1523 (get_auto_load_pspace_data): Likewise.
1524 (hash_loaded_script_entry): Likewise.
1525 (eq_loaded_script_entry): Likewise.
1526 (clear_section_scripts): Likewise.
1527 (collect_matching_scripts): Likewise.
1528 * auxv.c (auxv_inferior_data_cleanup): Likewise.
1529 (get_auxv_inferior_data): Likewise.
1530 * avr-tdep.c (avr_frame_unwind_cache): Likewise.
1531 * ax-general.c (do_free_agent_expr_cleanup): Likewise.
1532 * bfd-target.c (target_bfd_xfer_partial): Likewise.
1533 (target_bfd_xclose): Likewise.
1534 (target_bfd_get_section_table): Likewise.
1535 * bfin-tdep.c (bfin_frame_cache): Likewise.
1536 * block.c (find_block_in_blockvector): Likewise.
1537 (call_site_for_pc): Likewise.
1538 (block_find_non_opaque_type_preferred): Likewise.
1539 * break-catch-sig.c (signal_catchpoint_insert_location): Likewise.
1540 (signal_catchpoint_remove_location): Likewise.
1541 (signal_catchpoint_breakpoint_hit): Likewise.
1542 (signal_catchpoint_print_one): Likewise.
1543 (signal_catchpoint_print_mention): Likewise.
1544 (signal_catchpoint_print_recreate): Likewise.
1545 * break-catch-syscall.c (get_catch_syscall_inferior_data): Likewise.
1546 * breakpoint.c (do_cleanup_counted_command_line): Likewise.
1547 (bp_location_compare_addrs): Likewise.
1548 (get_first_locp_gte_addr): Likewise.
1549 (check_tracepoint_command): Likewise.
1550 (do_map_commands_command): Likewise.
1551 (get_breakpoint_objfile_data): Likewise.
1552 (free_breakpoint_probes): Likewise.
1553 (do_captured_breakpoint_query): Likewise.
1554 (compare_breakpoints): Likewise.
1555 (bp_location_compare): Likewise.
1556 (bpstat_remove_breakpoint_callback): Likewise.
1557 (do_delete_breakpoint_cleanup): Likewise.
1558 * bsd-uthread.c (bsd_uthread_set_supply_uthread): Likewise.
1559 (bsd_uthread_set_collect_uthread): Likewise.
1560 (bsd_uthread_activate): Likewise.
1561 (bsd_uthread_fetch_registers): Likewise.
1562 (bsd_uthread_store_registers): Likewise.
1563 * btrace.c (check_xml_btrace_version): Likewise.
1564 (parse_xml_btrace_block): Likewise.
1565 (parse_xml_btrace_pt_config_cpu): Likewise.
1566 (parse_xml_btrace_pt_raw): Likewise.
1567 (parse_xml_btrace_pt): Likewise.
1568 (parse_xml_btrace_conf_bts): Likewise.
1569 (parse_xml_btrace_conf_pt): Likewise.
1570 (do_btrace_data_cleanup): Likewise.
1571 * c-typeprint.c (find_typedef_for_canonicalize): Likewise.
1572 * charset.c (cleanup_iconv): Likewise.
1573 (do_cleanup_iterator): Likewise.
1574 * cli-out.c (cli_uiout_dtor): Likewise.
1575 (cli_table_begin): Likewise.
1576 (cli_table_body): Likewise.
1577 (cli_table_end): Likewise.
1578 (cli_table_header): Likewise.
1579 (cli_begin): Likewise.
1580 (cli_end): Likewise.
1581 (cli_field_int): Likewise.
1582 (cli_field_skip): Likewise.
1583 (cli_field_string): Likewise.
1584 (cli_field_fmt): Likewise.
1585 (cli_spaces): Likewise.
1586 (cli_text): Likewise.
1587 (cli_message): Likewise.
1588 (cli_wrap_hint): Likewise.
1589 (cli_flush): Likewise.
1590 (cli_redirect): Likewise.
1591 (out_field_fmt): Likewise.
1592 (field_separator): Likewise.
1593 (cli_out_set_stream): Likewise.
1594 * cli/cli-cmds.c (compare_symtabs): Likewise.
1595 * cli/cli-dump.c (call_dump_func): Likewise.
1596 (restore_section_callback): Likewise.
1597 * cli/cli-script.c (clear_hook_in_cleanup): Likewise.
1598 (do_restore_user_call_depth): Likewise.
1599 (do_free_command_lines_cleanup): Likewise.
1600 * coff-pe-read.c (get_section_vmas): Likewise.
1601 (pe_as16): Likewise.
1602 (pe_as32): Likewise.
1603 * coffread.c (coff_symfile_read): Likewise.
1604 * common/agent.c (agent_look_up_symbols): Likewise.
1605 * common/filestuff.c (do_close_cleanup): Likewise.
1606 * common/format.c (free_format_pieces_cleanup): Likewise.
1607 * common/vec.c (vec_o_reserve): Likewise.
1608 * compile/compile-c-support.c (print_one_macro): Likewise.
1609 * compile/compile-c-symbols.c (hash_symbol_error): Likewise.
1610 (eq_symbol_error): Likewise.
1611 (del_symbol_error): Likewise.
1612 (error_symbol_once): Likewise.
1613 (gcc_convert_symbol): Likewise.
1614 (gcc_symbol_address): Likewise.
1615 (hash_symname): Likewise.
1616 (eq_symname): Likewise.
1617 * compile/compile-c-types.c (hash_type_map_instance): Likewise.
1618 (eq_type_map_instance): Likewise.
1619 (insert_type): Likewise.
1620 (convert_type): Likewise.
1621 * compile/compile-object-load.c (munmap_listp_free_cleanup): Likewise.
1622 (setup_sections): Likewise.
1623 (link_hash_table_free): Likewise.
1624 (copy_sections): Likewise.
1625 * compile/compile-object-run.c (do_module_cleanup): Likewise.
1626 * compile/compile.c (compile_print_value): Likewise.
1627 (do_rmdir): Likewise.
1628 (cleanup_compile_instance): Likewise.
1629 (cleanup_unlink_file): Likewise.
1630 * completer.c (free_completion_tracker): Likewise.
1631 * corelow.c (add_to_spuid_list): Likewise.
1632 * cp-namespace.c (reset_directive_searched): Likewise.
1633 * cp-support.c (reset_directive_searched): Likewise.
1634 * cris-tdep.c (cris_sigtramp_frame_unwind_cache): Likewise.
1635 (cris_frame_unwind_cache): Likewise.
1636 * d-lang.c (builtin_d_type): Likewise.
1637 * d-namespace.c (reset_directive_searched): Likewise.
1638 * dbxread.c (dbx_free_symfile_info): Likewise.
1639 (do_free_bincl_list_cleanup): Likewise.
1640 * disasm.c (hash_dis_line_entry): Likewise.
1641 (eq_dis_line_entry): Likewise.
1642 (dis_asm_print_address): Likewise.
1643 (fprintf_disasm): Likewise.
1644 (do_ui_file_delete): Likewise.
1645 * doublest.c (convert_floatformat_to_doublest): Likewise.
1646 * dummy-frame.c (pop_dummy_frame_bpt): Likewise.
1647 (dummy_frame_prev_register): Likewise.
1648 (dummy_frame_this_id): Likewise.
1649 * dwarf2-frame-tailcall.c (cache_hash): Likewise.
1650 (cache_eq): Likewise.
1651 (cache_find): Likewise.
1652 (tailcall_frame_this_id): Likewise.
1653 (dwarf2_tailcall_prev_register_first): Likewise.
1654 (tailcall_frame_prev_register): Likewise.
1655 (tailcall_frame_dealloc_cache): Likewise.
1656 (tailcall_frame_prev_arch): Likewise.
1657 * dwarf2-frame.c (dwarf2_frame_state_free): Likewise.
1658 (dwarf2_frame_set_init_reg): Likewise.
1659 (dwarf2_frame_init_reg): Likewise.
1660 (dwarf2_frame_set_signal_frame_p): Likewise.
1661 (dwarf2_frame_signal_frame_p): Likewise.
1662 (dwarf2_frame_set_adjust_regnum): Likewise.
1663 (dwarf2_frame_adjust_regnum): Likewise.
1664 (clear_pointer_cleanup): Likewise.
1665 (dwarf2_frame_cache): Likewise.
1666 (find_cie): Likewise.
1667 (dwarf2_frame_find_fde): Likewise.
1668 * dwarf2expr.c (dwarf_expr_address_type): Likewise.
1669 (free_dwarf_expr_context_cleanup): Likewise.
1670 * dwarf2loc.c (locexpr_find_frame_base_location): Likewise.
1671 (locexpr_get_frame_base): Likewise.
1672 (loclist_find_frame_base_location): Likewise.
1673 (loclist_get_frame_base): Likewise.
1674 (dwarf_expr_dwarf_call): Likewise.
1675 (dwarf_expr_get_base_type): Likewise.
1676 (dwarf_expr_push_dwarf_reg_entry_value): Likewise.
1677 (dwarf_expr_get_obj_addr): Likewise.
1678 (entry_data_value_coerce_ref): Likewise.
1679 (entry_data_value_copy_closure): Likewise.
1680 (entry_data_value_free_closure): Likewise.
1681 (get_frame_address_in_block_wrapper): Likewise.
1682 (dwarf2_evaluate_property): Likewise.
1683 (dwarf2_compile_property_to_c): Likewise.
1684 (needs_frame_read_addr_from_reg): Likewise.
1685 (needs_frame_get_reg_value): Likewise.
1686 (needs_frame_frame_base): Likewise.
1687 (needs_frame_frame_cfa): Likewise.
1688 (needs_frame_tls_address): Likewise.
1689 (needs_frame_dwarf_call): Likewise.
1690 (needs_dwarf_reg_entry_value): Likewise.
1691 (get_ax_pc): Likewise.
1692 (locexpr_read_variable): Likewise.
1693 (locexpr_read_variable_at_entry): Likewise.
1694 (locexpr_read_needs_frame): Likewise.
1695 (locexpr_describe_location): Likewise.
1696 (locexpr_tracepoint_var_ref): Likewise.
1697 (locexpr_generate_c_location): Likewise.
1698 (loclist_read_variable): Likewise.
1699 (loclist_read_variable_at_entry): Likewise.
1700 (loclist_describe_location): Likewise.
1701 (loclist_tracepoint_var_ref): Likewise.
1702 (loclist_generate_c_location): Likewise.
1703 * dwarf2read.c (line_header_hash_voidp): Likewise.
1704 (line_header_eq_voidp): Likewise.
1705 (dwarf2_has_info): Likewise.
1706 (dwarf2_get_section_info): Likewise.
1707 (locate_dwz_sections): Likewise.
1708 (hash_file_name_entry): Likewise.
1709 (eq_file_name_entry): Likewise.
1710 (delete_file_name_entry): Likewise.
1711 (dw2_setup): Likewise.
1712 (dw2_get_file_names_reader): Likewise.
1713 (dw2_find_pc_sect_compunit_symtab): Likewise.
1714 (hash_signatured_type): Likewise.
1715 (eq_signatured_type): Likewise.
1716 (add_signatured_type_cu_to_table): Likewise.
1717 (create_debug_types_hash_table): Likewise.
1718 (lookup_dwo_signatured_type): Likewise.
1719 (lookup_dwp_signatured_type): Likewise.
1720 (lookup_signatured_type): Likewise.
1721 (hash_type_unit_group): Likewise.
1722 (eq_type_unit_group): Likewise.
1723 (get_type_unit_group): Likewise.
1724 (process_psymtab_comp_unit_reader): Likewise.
1725 (sort_tu_by_abbrev_offset): Likewise.
1726 (process_skeletonless_type_unit): Likewise.
1727 (psymtabs_addrmap_cleanup): Likewise.
1728 (dwarf2_read_symtab): Likewise.
1729 (psymtab_to_symtab_1): Likewise.
1730 (die_hash): Likewise.
1731 (die_eq): Likewise.
1732 (load_full_comp_unit_reader): Likewise.
1733 (reset_die_in_process): Likewise.
1734 (free_cu_line_header): Likewise.
1735 (handle_DW_AT_stmt_list): Likewise.
1736 (hash_dwo_file): Likewise.
1737 (eq_dwo_file): Likewise.
1738 (hash_dwo_unit): Likewise.
1739 (eq_dwo_unit): Likewise.
1740 (create_dwo_cu_reader): Likewise.
1741 (create_dwo_unit_in_dwp_v1): Likewise.
1742 (create_dwo_unit_in_dwp_v2): Likewise.
1743 (lookup_dwo_unit_in_dwp): Likewise.
1744 (dwarf2_locate_dwo_sections): Likewise.
1745 (dwarf2_locate_common_dwp_sections): Likewise.
1746 (dwarf2_locate_v2_dwp_sections): Likewise.
1747 (hash_dwp_loaded_cutus): Likewise.
1748 (eq_dwp_loaded_cutus): Likewise.
1749 (lookup_dwo_cutu): Likewise.
1750 (abbrev_table_free_cleanup): Likewise.
1751 (dwarf2_free_abbrev_table): Likewise.
1752 (find_partial_die_in_comp_unit): Likewise.
1753 (free_line_header_voidp): Likewise.
1754 (follow_die_offset): Likewise.
1755 (follow_die_sig_1): Likewise.
1756 (free_heap_comp_unit): Likewise.
1757 (free_stack_comp_unit): Likewise.
1758 (dwarf2_free_objfile): Likewise.
1759 (per_cu_offset_and_type_hash): Likewise.
1760 (per_cu_offset_and_type_eq): Likewise.
1761 (get_die_type_at_offset): Likewise.
1762 (partial_die_hash): Likewise.
1763 (partial_die_eq): Likewise.
1764 (dwarf2_per_objfile_free): Likewise.
1765 (hash_strtab_entry): Likewise.
1766 (eq_strtab_entry): Likewise.
1767 (add_string): Likewise.
1768 (hash_symtab_entry): Likewise.
1769 (eq_symtab_entry): Likewise.
1770 (delete_symtab_entry): Likewise.
1771 (cleanup_mapped_symtab): Likewise.
1772 (add_indices_to_cpool): Likewise.
1773 (hash_psymtab_cu_index): Likewise.
1774 (eq_psymtab_cu_index): Likewise.
1775 (add_address_entry_worker): Likewise.
1776 (unlink_if_set): Likewise.
1777 (write_one_signatured_type): Likewise.
1778 (save_gdb_index_command): Likewise.
1779 * elfread.c (elf_symtab_read): Likewise.
1780 (elf_gnu_ifunc_cache_hash): Likewise.
1781 (elf_gnu_ifunc_cache_eq): Likewise.
1782 (elf_gnu_ifunc_record_cache): Likewise.
1783 (elf_gnu_ifunc_resolve_by_cache): Likewise.
1784 (elf_get_probes): Likewise.
1785 (probe_key_free): Likewise.
1786 * f-lang.c (builtin_f_type): Likewise.
1787 * frame-base.c (frame_base_append_sniffer): Likewise.
1788 (frame_base_set_default): Likewise.
1789 (frame_base_find_by_frame): Likewise.
1790 * frame-unwind.c (frame_unwind_prepend_unwinder): Likewise.
1791 (frame_unwind_append_unwinder): Likewise.
1792 (frame_unwind_find_by_frame): Likewise.
1793 * frame.c (frame_addr_hash): Likewise.
1794 (frame_addr_hash_eq): Likewise.
1795 (frame_stash_find): Likewise.
1796 (do_frame_register_read): Likewise.
1797 (unwind_to_current_frame): Likewise.
1798 (frame_cleanup_after_sniffer): Likewise.
1799 * frv-linux-tdep.c (frv_linux_sigtramp_frame_cache): Likewise.
1800 * frv-tdep.c (frv_frame_unwind_cache): Likewise.
1801 * ft32-tdep.c (ft32_frame_cache): Likewise.
1802 * gcore.c (do_bfd_delete_cleanup): Likewise.
1803 (gcore_create_callback): Likewise.
1804 * gdb_bfd.c (hash_bfd): Likewise.
1805 (eq_bfd): Likewise.
1806 (gdb_bfd_open): Likewise.
1807 (free_one_bfd_section): Likewise.
1808 (gdb_bfd_ref): Likewise.
1809 (gdb_bfd_unref): Likewise.
1810 (get_section_descriptor): Likewise.
1811 (gdb_bfd_map_section): Likewise.
1812 (gdb_bfd_crc): Likewise.
1813 (gdb_bfd_mark_parent): Likewise.
1814 (gdb_bfd_record_inclusion): Likewise.
1815 (gdb_bfd_requires_relocations): Likewise.
1816 (print_one_bfd): Likewise.
1817 * gdbtypes.c (type_pair_hash): Likewise.
1818 (type_pair_eq): Likewise.
1819 (builtin_type): Likewise.
1820 (objfile_type): Likewise.
1821 * gnu-v3-abi.c (vtable_ptrdiff_type): Likewise.
1822 (vtable_address_point_offset): Likewise.
1823 (gnuv3_get_vtable): Likewise.
1824 (hash_value_and_voffset): Likewise.
1825 (eq_value_and_voffset): Likewise.
1826 (compare_value_and_voffset): Likewise.
1827 (compute_vtable_size): Likewise.
1828 (gnuv3_get_typeid_type): Likewise.
1829 * go-lang.c (builtin_go_type): Likewise.
1830 * guile/scm-block.c (bkscm_hash_block_smob): Likewise.
1831 (bkscm_eq_block_smob): Likewise.
1832 (bkscm_objfile_block_map): Likewise.
1833 (bkscm_del_objfile_blocks): Likewise.
1834 * guile/scm-breakpoint.c (bpscm_build_bp_list): Likewise.
1835 * guile/scm-disasm.c (gdbscm_disasm_read_memory_worker): Likewise.
1836 (gdbscm_disasm_print_address): Likewise.
1837 * guile/scm-frame.c (frscm_hash_frame_smob): Likewise.
1838 (frscm_eq_frame_smob): Likewise.
1839 (frscm_inferior_frame_map): Likewise.
1840 (frscm_del_inferior_frames): Likewise.
1841 * guile/scm-gsmob.c (gdbscm_add_objfile_ref): Likewise.
1842 * guile/scm-objfile.c (ofscm_handle_objfile_deleted): Likewise.
1843 (ofscm_objfile_smob_from_objfile): Likewise.
1844 * guile/scm-ports.c (ioscm_write): Likewise.
1845 (ioscm_file_port_delete): Likewise.
1846 (ioscm_file_port_rewind): Likewise.
1847 (ioscm_file_port_put): Likewise.
1848 (ioscm_file_port_write): Likewise.
1849 * guile/scm-progspace.c (psscm_handle_pspace_deleted): Likewise.
1850 (psscm_pspace_smob_from_pspace): Likewise.
1851 * guile/scm-safe-call.c (scscm_recording_pre_unwind_handler): Likewise.
1852 (scscm_recording_unwind_handler): Likewise.
1853 (gdbscm_with_catch): Likewise.
1854 (scscm_call_0_body): Likewise.
1855 (scscm_call_1_body): Likewise.
1856 (scscm_call_2_body): Likewise.
1857 (scscm_call_3_body): Likewise.
1858 (scscm_call_4_body): Likewise.
1859 (scscm_apply_1_body): Likewise.
1860 (scscm_eval_scheme_string): Likewise.
1861 (gdbscm_safe_eval_string): Likewise.
1862 (scscm_source_scheme_script): Likewise.
1863 (gdbscm_safe_source_script): Likewise.
1864 * guile/scm-string.c (gdbscm_call_scm_to_stringn): Likewise.
1865 (gdbscm_call_scm_from_stringn): Likewise.
1866 * guile/scm-symbol.c (syscm_hash_symbol_smob): Likewise.
1867 (syscm_eq_symbol_smob): Likewise.
1868 (syscm_get_symbol_map): Likewise.
1869 (syscm_del_objfile_symbols): Likewise.
1870 * guile/scm-symtab.c (stscm_hash_symtab_smob): Likewise.
1871 (stscm_eq_symtab_smob): Likewise.
1872 (stscm_objfile_symtab_map): Likewise.
1873 (stscm_del_objfile_symtabs): Likewise.
1874 * guile/scm-type.c (tyscm_hash_type_smob): Likewise.
1875 (tyscm_eq_type_smob): Likewise.
1876 (tyscm_type_map): Likewise.
1877 (tyscm_copy_type_recursive): Likewise.
1878 (save_objfile_types): Likewise.
1879 * guile/scm-utils.c (extract_arg): Likewise.
1880 * h8300-tdep.c (h8300_frame_cache): Likewise.
1881 * hppa-linux-tdep.c (hppa_linux_sigtramp_frame_unwind_cache): Likewise.
1882 * hppa-tdep.c (compare_unwind_entries): Likewise.
1883 (find_unwind_entry): Likewise.
1884 (hppa_frame_cache): Likewise.
1885 (hppa_stub_frame_unwind_cache): Likewise.
1886 * hppanbsd-tdep.c (hppanbsd_supply_gregset): Likewise.
1887 * hppaobsd-tdep.c (hppaobsd_supply_gregset): Likewise.
1888 (hppaobsd_supply_fpregset): Likewise.
1889 * i386-cygwin-tdep.c (core_process_module_section): Likewise.
1890 * i386-linux-tdep.c (i386_linux_init_abi): Likewise.
1891 * i386-tdep.c (i386_frame_cache): Likewise.
1892 (i386_epilogue_frame_cache): Likewise.
1893 (i386_sigtramp_frame_cache): Likewise.
1894 (i386_supply_gregset): Likewise.
1895 (i386_collect_gregset): Likewise.
1896 (i386_gdbarch_init): Likewise.
1897 * i386obsd-tdep.c (i386obsd_aout_supply_regset): Likewise.
1898 (i386obsd_trapframe_cache): Likewise.
1899 * i387-tdep.c (i387_supply_fsave): Likewise.
1900 (i387_collect_fsave): Likewise.
1901 (i387_supply_fxsave): Likewise.
1902 (i387_collect_fxsave): Likewise.
1903 (i387_supply_xsave): Likewise.
1904 (i387_collect_xsave): Likewise.
1905 * ia64-tdep.c (ia64_frame_cache): Likewise.
1906 (ia64_sigtramp_frame_cache): Likewise.
1907 * infcmd.c (attach_command_continuation): Likewise.
1908 (attach_command_continuation_free_args): Likewise.
1909 * inferior.c (restore_inferior): Likewise.
1910 (delete_thread_of_inferior): Likewise.
1911 * inflow.c (inflow_inferior_data_cleanup): Likewise.
1912 (get_inflow_inferior_data): Likewise.
1913 (inflow_inferior_exit): Likewise.
1914 * infrun.c (displaced_step_clear_cleanup): Likewise.
1915 (restore_current_uiout_cleanup): Likewise.
1916 (release_stop_context_cleanup): Likewise.
1917 (do_restore_infcall_suspend_state_cleanup): Likewise.
1918 (do_restore_infcall_control_state_cleanup): Likewise.
1919 (restore_inferior_ptid): Likewise.
1920 * inline-frame.c (block_starting_point_at): Likewise.
1921 * iq2000-tdep.c (iq2000_frame_cache): Likewise.
1922 * jit.c (get_jit_objfile_data): Likewise.
1923 (get_jit_program_space_data): Likewise.
1924 (jit_object_close_impl): Likewise.
1925 (jit_find_objf_with_entry_addr): Likewise.
1926 (jit_breakpoint_deleted): Likewise.
1927 (jit_unwind_reg_set_impl): Likewise.
1928 (jit_unwind_reg_get_impl): Likewise.
1929 (jit_dealloc_cache): Likewise.
1930 (jit_frame_sniffer): Likewise.
1931 (jit_frame_prev_register): Likewise.
1932 (jit_prepend_unwinder): Likewise.
1933 (jit_inferior_exit_hook): Likewise.
1934 (free_objfile_data): Likewise.
1935 * jv-lang.c (jv_per_objfile_free): Likewise.
1936 (get_dynamics_objfile): Likewise.
1937 (get_java_class_symtab): Likewise.
1938 (builtin_java_type): Likewise.
1939 * language.c (language_string_char_type): Likewise.
1940 (language_bool_type): Likewise.
1941 (language_lookup_primitive_type): Likewise.
1942 (language_lookup_primitive_type_as_symbol): Likewise.
1943 * linespec.c (hash_address_entry): Likewise.
1944 (eq_address_entry): Likewise.
1945 (iterate_inline_only): Likewise.
1946 (iterate_name_matcher): Likewise.
1947 (decode_line_2_compare_items): Likewise.
1948 (collect_one_symbol): Likewise.
1949 (compare_symbols): Likewise.
1950 (compare_msymbols): Likewise.
1951 (add_symtabs_to_list): Likewise.
1952 (collect_symbols): Likewise.
1953 (compare_msyms): Likewise.
1954 (add_minsym): Likewise.
1955 (cleanup_linespec_result): Likewise.
1956 * linux-fork.c (inferior_call_waitpid_cleanup): Likewise.
1957 * linux-nat.c (delete_lwp_cleanup): Likewise.
1958 (count_events_callback): Likewise.
1959 (select_event_lwp_callback): Likewise.
1960 (resume_stopped_resumed_lwps): Likewise.
1961 * linux-tdep.c (get_linux_gdbarch_data): Likewise.
1962 (invalidate_linux_cache_inf): Likewise.
1963 (get_linux_inferior_data): Likewise.
1964 (linux_find_memory_regions_thunk): Likewise.
1965 (linux_make_mappings_callback): Likewise.
1966 (linux_corefile_thread_callback): Likewise.
1967 (find_mapping_size): Likewise.
1968 * linux-thread-db.c (find_new_threads_callback): Likewise.
1969 * lm32-tdep.c (lm32_frame_cache): Likewise.
1970 * m2-lang.c (builtin_m2_type): Likewise.
1971 * m32c-tdep.c (m32c_analyze_frame_prologue): Likewise.
1972 * m32r-linux-tdep.c (m32r_linux_sigtramp_frame_cache): Likewise.
1973 (m32r_linux_supply_gregset): Likewise.
1974 (m32r_linux_collect_gregset): Likewise.
1975 * m32r-tdep.c (m32r_frame_unwind_cache): Likewise.
1976 * m68hc11-tdep.c (m68hc11_frame_unwind_cache): Likewise.
1977 * m68k-tdep.c (m68k_frame_cache): Likewise.
1978 * m68kbsd-tdep.c (m68kbsd_supply_fpregset): Likewise.
1979 (m68kbsd_supply_gregset): Likewise.
1980 * m68klinux-tdep.c (m68k_linux_sigtramp_frame_cache): Likewise.
1981 * m88k-tdep.c (m88k_frame_cache): Likewise.
1982 (m88k_supply_gregset): Likewise.
1983
224c3ddb
SM
19842015-09-25 Simon Marchi <simon.marchi@ericsson.com>
1985
1986 * aarch64-linux-tdep.c (aarch64_stap_parse_special_token): Add cast
1987 to allocation result assignment.
1988 * ada-exp.y (write_object_renaming): Likewise.
1989 (write_ambiguous_var): Likewise.
1990 (ada_nget_field_index): Likewise.
1991 (write_var_or_type): Likewise.
1992 * ada-lang.c (ada_decode_symbol): Likewise.
1993 (ada_value_assign): Likewise.
1994 (value_pointer): Likewise.
1995 (cache_symbol): Likewise.
1996 (add_nonlocal_symbols): Likewise.
1997 (ada_name_for_lookup): Likewise.
1998 (symbol_completion_add): Likewise.
1999 (ada_to_fixed_type_1): Likewise.
2000 (ada_get_next_arg): Likewise.
2001 (defns_collected): Likewise.
2002 * ada-lex.l (processId): Likewise.
2003 (processString): Likewise.
2004 * ada-tasks.c (read_known_tasks_array): Likewise.
2005 (read_known_tasks_list): Likewise.
2006 * ada-typeprint.c (decoded_type_name): Likewise.
2007 * addrmap.c (addrmap_mutable_create_fixed): Likewise.
2008 * amd64-tdep.c (amd64_push_arguments): Likewise.
2009 (amd64_displaced_step_copy_insn): Likewise.
2010 (amd64_classify_insn_at): Likewise.
2011 (amd64_relocate_instruction): Likewise.
2012 * amd64obsd-tdep.c (amd64obsd_sigtramp_p): Likewise.
2013 * arch-utils.c (simple_displaced_step_copy_insn): Likewise.
2014 (initialize_current_architecture): Likewise.
2015 * arm-linux-tdep.c (arm_stap_parse_special_token): Likewise.
2016 * arm-symbian-tdep.c (arm_symbian_osabi_sniffer): Likewise.
2017 * arm-tdep.c (arm_exidx_new_objfile): Likewise.
2018 (arm_push_dummy_call): Likewise.
2019 (extend_buffer_earlier): Likewise.
2020 (arm_adjust_breakpoint_address): Likewise.
2021 (arm_skip_stub): Likewise.
2022 * auto-load.c (filename_is_in_pattern): Likewise.
2023 (maybe_add_script_file): Likewise.
2024 (maybe_add_script_text): Likewise.
2025 (auto_load_objfile_script_1): Likewise.
2026 * auxv.c (ld_so_xfer_auxv): Likewise.
2027 * ax-general.c (new_agent_expr): Likewise.
2028 (grow_expr): Likewise.
2029 (ax_reg_mask): Likewise.
2030 * bcache.c (bcache_full): Likewise.
2031 * breakpoint.c (program_breakpoint_here_p): Likewise.
2032 * btrace.c (parse_xml_raw): Likewise.
2033 * build-id.c (build_id_to_debug_bfd): Likewise.
2034 * buildsym.c (end_symtab_with_blockvector): Likewise.
2035 * c-exp.y (string_exp): Likewise.
2036 (qualified_name): Likewise.
2037 (write_destructor_name): Likewise.
2038 (operator_stoken): Likewise.
2039 (parse_number): Likewise.
2040 (scan_macro_expansion): Likewise.
2041 (yylex): Likewise.
2042 (c_print_token): Likewise.
2043 * c-lang.c (c_get_string): Likewise.
2044 (emit_numeric_character): Likewise.
2045 * charset.c (wchar_iterate): Likewise.
2046 * cli/cli-cmds.c (complete_command): Likewise.
2047 (make_command): Likewise.
2048 * cli/cli-dump.c (restore_section_callback): Likewise.
2049 (restore_binary_file): Likewise.
2050 * cli/cli-interp.c (cli_interpreter_exec): Likewise.
2051 * cli/cli-script.c (execute_control_command): Likewise.
2052 * cli/cli-setshow.c (do_set_command): Likewise.
2053 * coff-pe-read.c (add_pe_forwarded_sym): Likewise.
2054 (read_pe_exported_syms): Likewise.
2055 * coffread.c (coff_read_struct_type): Likewise.
2056 (coff_read_enum_type): Likewise.
2057 * common/btrace-common.c (btrace_data_append): Likewise.
2058 * common/buffer.c (buffer_grow): Likewise.
2059 * common/filestuff.c (gdb_fopen_cloexec): Likewise.
2060 * common/format.c (parse_format_string): Likewise.
2061 * common/gdb_vecs.c (delim_string_to_char_ptr_vec_append): Likewise.
2062 * common/xml-utils.c (xml_escape_text): Likewise.
2063 * compile/compile-object-load.c (copy_sections): Likewise.
2064 (compile_object_load): Likewise.
2065 * compile/compile-object-run.c (compile_object_run): Likewise.
2066 * completer.c (filename_completer): Likewise.
2067 * corefile.c (read_memory_typed_address): Likewise.
2068 (write_memory_unsigned_integer): Likewise.
2069 (write_memory_signed_integer): Likewise.
2070 (complete_set_gnutarget): Likewise.
2071 * corelow.c (get_core_register_section): Likewise.
2072 * cp-name-parser.y (d_grab): Likewise.
2073 (allocate_info): Likewise.
2074 (cp_new_demangle_parse_info): Likewise.
2075 * cp-namespace.c (cp_scan_for_anonymous_namespaces): Likewise.
2076 (cp_lookup_symbol_in_namespace): Likewise.
2077 (lookup_namespace_scope): Likewise.
2078 (find_symbol_in_baseclass): Likewise.
2079 (cp_lookup_nested_symbol): Likewise.
2080 (cp_lookup_transparent_type_loop): Likewise.
2081 * cp-support.c (copy_string_to_obstack): Likewise.
2082 (make_symbol_overload_list): Likewise.
2083 (make_symbol_overload_list_namespace): Likewise.
2084 (make_symbol_overload_list_adl_namespace): Likewise.
2085 (first_component_command): Likewise.
2086 * cp-valprint.c (cp_print_value): Likewise.
2087 * ctf.c (ctf_xfer_partial): Likewise.
2088 * d-exp.y (StringExp): Likewise.
2089 * d-namespace.c (d_lookup_symbol_in_module): Likewise.
2090 (lookup_module_scope): Likewise.
2091 (find_symbol_in_baseclass): Likewise.
2092 (d_lookup_nested_symbol): Likewise.
2093 * dbxread.c (find_stab_function_addr): Likewise.
2094 (read_dbx_symtab): Likewise.
2095 (dbx_end_psymtab): Likewise.
2096 (cp_set_block_scope): Likewise.
2097 * dcache.c (dcache_alloc): Likewise.
2098 * demangle.c (_initialize_demangler): Likewise.
2099 * dicos-tdep.c (dicos_load_module_p): Likewise.
2100 * dictionary.c (dict_create_hashed_expandable): Likewise.
2101 (dict_create_linear_expandable): Likewise.
2102 (expand_hashtable): Likewise.
2103 (add_symbol_linear_expandable): Likewise.
2104 * dwarf2-frame.c (add_cie): Likewise.
2105 (add_fde): Likewise.
2106 (dwarf2_build_frame_info): Likewise.
2107 * dwarf2expr.c (dwarf_expr_grow_stack): Likewise.
2108 (dwarf_expr_fetch_address): Likewise.
2109 (add_piece): Likewise.
2110 (execute_stack_op): Likewise.
2111 * dwarf2loc.c (chain_candidate): Likewise.
2112 (dwarf_entry_parameter_to_value): Likewise.
2113 (read_pieced_value): Likewise.
2114 (write_pieced_value): Likewise.
2115 * dwarf2read.c (dwarf2_read_section): Likewise.
2116 (add_type_unit): Likewise.
2117 (read_comp_units_from_section): Likewise.
2118 (fixup_go_packaging): Likewise.
2119 (dwarf2_compute_name): Likewise.
2120 (dwarf2_physname): Likewise.
2121 (create_dwo_unit_in_dwp_v1): Likewise.
2122 (create_dwo_unit_in_dwp_v2): Likewise.
2123 (read_func_scope): Likewise.
2124 (read_call_site_scope): Likewise.
2125 (dwarf2_attach_fields_to_type): Likewise.
2126 (process_structure_scope): Likewise.
2127 (mark_common_block_symbol_computed): Likewise.
2128 (read_common_block): Likewise.
2129 (abbrev_table_read_table): Likewise.
2130 (guess_partial_die_structure_name): Likewise.
2131 (fixup_partial_die): Likewise.
2132 (add_file_name): Likewise.
2133 (dwarf2_const_value_data): Likewise.
2134 (dwarf2_const_value_attr): Likewise.
2135 (build_error_marker_type): Likewise.
2136 (guess_full_die_structure_name): Likewise.
2137 (anonymous_struct_prefix): Likewise.
2138 (typename_concat): Likewise.
2139 (dwarf2_canonicalize_name): Likewise.
2140 (dwarf2_name): Likewise.
2141 (write_constant_as_bytes): Likewise.
2142 (dwarf2_fetch_constant_bytes): Likewise.
2143 (copy_string): Likewise.
2144 (parse_macro_definition): Likewise.
2145 * elfread.c (elf_symfile_segments): Likewise.
2146 (elf_rel_plt_read): Likewise.
2147 (elf_gnu_ifunc_resolve_by_cache): Likewise.
2148 (elf_gnu_ifunc_resolve_by_got): Likewise.
2149 (elf_read_minimal_symbols): Likewise.
2150 (elf_gnu_ifunc_record_cache): Likewise.
2151 * event-top.c (top_level_prompt): Likewise.
2152 (command_line_handler): Likewise.
2153 * exec.c (resize_section_table): Likewise.
2154 * expprint.c (print_subexp_standard): Likewise.
2155 * fbsd-tdep.c (fbsd_collect_regset_section_cb): Likewise.
2156 * findcmd.c (parse_find_args): Likewise.
2157 * findvar.c (address_from_register): Likewise.
2158 * frame.c (get_prev_frame_always): Likewise.
2159 * gdb_bfd.c (gdb_bfd_ref): Likewise.
2160 (get_section_descriptor): Likewise.
2161 * gdb_obstack.c (obconcat): Likewise.
2162 (obstack_strdup): Likewise.
2163 * gdbtypes.c (lookup_function_type_with_arguments): Likewise.
2164 (create_set_type): Likewise.
2165 (lookup_unsigned_typename): Likewise.
2166 (lookup_signed_typename): Likewise.
2167 (resolve_dynamic_union): Likewise.
2168 (resolve_dynamic_struct): Likewise.
2169 (add_dyn_prop): Likewise.
2170 (copy_dynamic_prop_list): Likewise.
2171 (arch_flags_type): Likewise.
2172 (append_composite_type_field_raw): Likewise.
2173 * gdbtypes.h (INIT_FUNC_SPECIFIC): Likewise.
2174 * gnu-v3-abi.c (gnuv3_rtti_type): Likewise.
2175 * go-exp.y (string_exp): Likewise.
2176 * go-lang.c (go_demangle): Likewise.
2177 * guile/guile.c (compute_scheme_string): Likewise.
2178 * guile/scm-cmd.c (gdbscm_parse_command_name): Likewise.
2179 (gdbscm_canonicalize_command_name): Likewise.
2180 * guile/scm-ports.c (ioscm_init_stdio_buffers): Likewise.
2181 (ioscm_init_memory_port): Likewise.
2182 (ioscm_reinit_memory_port): Likewise.
2183 * guile/scm-utils.c (gdbscm_gc_xstrdup): Likewise.
2184 (gdbscm_gc_dup_argv): Likewise.
2185 * h8300-tdep.c (h8300_push_dummy_call): Likewise.
2186 * hppa-tdep.c (internalize_unwinds): Likewise.
2187 (read_unwind_info): Likewise.
2188 * i386-cygwin-tdep.c (core_process_module_section): Likewise.
2189 (windows_core_xfer_shared_libraries): Likewise.
2190 * i386-tdep.c (i386_displaced_step_copy_insn): Likewise.
2191 (i386_stap_parse_special_token_triplet): Likewise.
2192 (i386_stap_parse_special_token_three_arg_disp): Likewise.
2193 * i386obsd-tdep.c (i386obsd_sigtramp_p): Likewise.
2194 * inf-child.c (inf_child_fileio_readlink): Likewise.
2195 * inf-ptrace.c (inf_ptrace_fetch_register): Likewise.
2196 (inf_ptrace_store_register): Likewise.
2197 * infrun.c (follow_exec): Likewise.
2198 (displaced_step_prepare_throw): Likewise.
2199 (save_stop_context): Likewise.
2200 (save_infcall_suspend_state): Likewise.
2201 * jit.c (jit_read_descriptor): Likewise.
2202 (jit_read_code_entry): Likewise.
2203 (jit_symtab_line_mapping_add_impl): Likewise.
2204 (finalize_symtab): Likewise.
2205 (jit_unwind_reg_get_impl): Likewise.
2206 * jv-exp.y (QualifiedName): Likewise.
2207 * jv-lang.c (get_java_utf8_name): Likewise.
2208 (type_from_class): Likewise.
2209 (java_demangle_type_signature): Likewise.
2210 (java_class_name_from_physname): Likewise.
2211 * jv-typeprint.c (java_type_print_base): Likewise.
2212 * jv-valprint.c (java_value_print): Likewise.
2213 * language.c (add_language): Likewise.
2214 * linespec.c (add_sal_to_sals_basic): Likewise.
2215 (add_sal_to_sals): Likewise.
2216 (decode_objc): Likewise.
2217 (find_linespec_symbols): Likewise.
2218 * linux-fork.c (fork_save_infrun_state): Likewise.
2219 * linux-nat.c (linux_nat_detach): Likewise.
2220 (linux_nat_fileio_readlink): Likewise.
2221 * linux-record.c (record_linux_sockaddr): Likewise.
2222 (record_linux_msghdr): Likewise.
2223 (Do): Likewise.
2224 * linux-tdep.c (linux_core_info_proc_mappings): Likewise.
2225 (linux_collect_regset_section_cb): Likewise.
2226 (linux_get_siginfo_data): Likewise.
2227 * linux-thread-db.c (try_thread_db_load_from_pdir_1): Likewise.
2228 (try_thread_db_load_from_dir): Likewise.
2229 (thread_db_load_search): Likewise.
2230 (info_auto_load_libthread_db): Likewise.
2231 * m32c-tdep.c (m32c_m16c_address_to_pointer): Likewise.
2232 (m32c_m16c_pointer_to_address): Likewise.
2233 * m68hc11-tdep.c (m68hc11_pseudo_register_write): Likewise.
2234 * m68k-tdep.c (m68k_get_longjmp_target): Likewise.
2235 * machoread.c (macho_check_dsym): Likewise.
2236 * macroexp.c (resize_buffer): Likewise.
2237 (gather_arguments): Likewise.
2238 (maybe_expand): Likewise.
2239 * macrotab.c (new_macro_key): Likewise.
2240 (new_source_file): Likewise.
2241 (new_macro_definition): Likewise.
2242 * mdebugread.c (parse_symbol): Likewise.
2243 (parse_type): Likewise.
2244 (parse_partial_symbols): Likewise.
2245 (psymtab_to_symtab_1): Likewise.
2246 * mem-break.c (default_memory_insert_breakpoint): Likewise.
2247 * mi/mi-cmd-break.c (mi_argv_to_format): Likewise.
2248 * mi/mi-main.c (mi_cmd_data_read_memory): Likewise.
2249 (mi_cmd_data_read_memory_bytes): Likewise.
2250 (mi_cmd_data_write_memory_bytes): Likewise.
2251 (mi_cmd_trace_frame_collected): Likewise.
2252 * mi/mi-parse.c (mi_parse_argv): Likewise.
2253 (mi_parse): Likewise.
2254 * minidebug.c (lzma_open): Likewise.
2255 (lzma_pread): Likewise.
2256 * mips-tdep.c (mips_read_fp_register_single): Likewise.
2257 (mips_print_fp_register): Likewise.
2258 * mipsnbsd-tdep.c (mipsnbsd_get_longjmp_target): Likewise.
2259 * mipsread.c (read_alphacoff_dynamic_symtab): Likewise.
2260 * mt-tdep.c (mt_register_name): Likewise.
2261 (mt_registers_info): Likewise.
2262 (mt_push_dummy_call): Likewise.
2263 * namespace.c (add_using_directive): Likewise.
2264 * nat/linux-btrace.c (perf_event_read): Likewise.
2265 (linux_enable_bts): Likewise.
2266 * nat/linux-osdata.c (linux_common_core_of_thread): Likewise.
2267 * nat/linux-ptrace.c (linux_ptrace_test_ret_to_nx): Likewise.
2268 * nto-tdep.c (nto_find_and_open_solib): Likewise.
2269 (nto_parse_redirection): Likewise.
2270 * objc-lang.c (objc_demangle): Likewise.
2271 (find_methods): Likewise.
2272 * objfiles.c (get_objfile_bfd_data): Likewise.
2273 (set_objfile_main_name): Likewise.
2274 (allocate_objfile): Likewise.
2275 (objfile_relocate): Likewise.
2276 (update_section_map): Likewise.
2277 * osabi.c (generic_elf_osabi_sniff_abi_tag_sections): Likewise.
2278 * p-exp.y (exp): Likewise.
2279 (yylex): Likewise.
2280 * p-valprint.c (pascal_object_print_value): Likewise.
2281 * parse.c (initialize_expout): Likewise.
2282 (mark_completion_tag): Likewise.
2283 (copy_name): Likewise.
2284 (parse_float): Likewise.
2285 (type_stack_reserve): Likewise.
2286 * ppc-linux-tdep.c (ppc_stap_parse_special_token): Likewise.
2287 (ppu2spu_prev_register): Likewise.
2288 * ppc-ravenscar-thread.c (supply_register_at_address): Likewise.
2289 * printcmd.c (printf_wide_c_string): Likewise.
2290 (printf_pointer): Likewise.
2291 * probe.c (parse_probes): Likewise.
2292 * python/py-cmd.c (gdbpy_parse_command_name): Likewise.
2293 (cmdpy_init): Likewise.
2294 * python/py-gdb-readline.c (gdbpy_readline_wrapper): Likewise.
2295 * python/py-symtab.c (set_sal): Likewise.
2296 * python/py-unwind.c (pyuw_sniffer): Likewise.
2297 * python/python.c (python_interactive_command): Likewise.
2298 (compute_python_string): Likewise.
2299 * ravenscar-thread.c (get_running_thread_id): Likewise.
2300 * record-full.c (record_full_exec_insn): Likewise.
2301 (record_full_core_open_1): Likewise.
2302 * regcache.c (regcache_raw_read_signed): Likewise.
2303 (regcache_raw_read_unsigned): Likewise.
2304 (regcache_cooked_read_signed): Likewise.
2305 (regcache_cooked_read_unsigned): Likewise.
2306 * remote-fileio.c (remote_fileio_func_open): Likewise.
2307 (remote_fileio_func_rename): Likewise.
2308 (remote_fileio_func_unlink): Likewise.
2309 (remote_fileio_func_stat): Likewise.
2310 (remote_fileio_func_system): Likewise.
2311 * remote-mips.c (mips_xfer_memory): Likewise.
2312 (mips_load_srec): Likewise.
2313 (pmon_end_download): Likewise.
2314 * remote.c (new_remote_state): Likewise.
2315 (map_regcache_remote_table): Likewise.
2316 (remote_register_number_and_offset): Likewise.
2317 (init_remote_state): Likewise.
2318 (get_memory_packet_size): Likewise.
2319 (remote_pass_signals): Likewise.
2320 (remote_program_signals): Likewise.
2321 (remote_start_remote): Likewise.
2322 (remote_check_symbols): Likewise.
2323 (remote_query_supported): Likewise.
2324 (extended_remote_attach): Likewise.
2325 (process_g_packet): Likewise.
2326 (store_registers_using_G): Likewise.
2327 (putpkt_binary): Likewise.
2328 (read_frame): Likewise.
2329 (compare_sections_command): Likewise.
2330 (remote_hostio_pread): Likewise.
2331 (remote_hostio_readlink): Likewise.
2332 (remote_file_put): Likewise.
2333 (remote_file_get): Likewise.
2334 (remote_pid_to_exec_file): Likewise.
2335 (_initialize_remote): Likewise.
2336 * rs6000-aix-tdep.c (rs6000_aix_ld_info_to_xml): Likewise.
2337 (rs6000_aix_core_xfer_shared_libraries_aix): Likewise.
2338 * rs6000-tdep.c (ppc_displaced_step_copy_insn): Likewise.
2339 (bfd_uses_spe_extensions): Likewise.
2340 * s390-linux-tdep.c (s390_displaced_step_copy_insn): Likewise.
2341 * score-tdep.c (score7_malloc_and_get_memblock): Likewise.
2342 * solib-dsbt.c (decode_loadmap): Likewise.
2343 (fetch_loadmap): Likewise.
2344 (scan_dyntag): Likewise.
2345 (enable_break): Likewise.
2346 (dsbt_relocate_main_executable): Likewise.
2347 * solib-frv.c (fetch_loadmap): Likewise.
2348 (enable_break2): Likewise.
2349 (frv_relocate_main_executable): Likewise.
2350 * solib-spu.c (spu_relocate_main_executable): Likewise.
2351 (spu_bfd_open): Likewise.
2352 * solib-svr4.c (lm_info_read): Likewise.
2353 (read_program_header): Likewise.
2354 (find_program_interpreter): Likewise.
2355 (scan_dyntag): Likewise.
2356 (elf_locate_base): Likewise.
2357 (open_symbol_file_object): Likewise.
2358 (read_program_headers_from_bfd): Likewise.
2359 (svr4_relocate_main_executable): Likewise.
2360 * solib-target.c (solib_target_relocate_section_addresses): Likewise.
2361 * solib.c (solib_find_1): Likewise.
2362 (exec_file_find): Likewise.
2363 (solib_find): Likewise.
2364 * source.c (openp): Likewise.
2365 (print_source_lines_base): Likewise.
2366 (forward_search_command): Likewise.
2367 * sparc-ravenscar-thread.c (supply_register_at_address): Likewise.
2368 * spu-tdep.c (spu2ppu_prev_register): Likewise.
2369 (spu_get_overlay_table): Likewise.
2370 * stabsread.c (patch_block_stabs): Likewise.
2371 (define_symbol): Likewise.
2372 (again:): Likewise.
2373 (read_member_functions): Likewise.
2374 (read_one_struct_field): Likewise.
2375 (read_enum_type): Likewise.
2376 (common_block_start): Likewise.
2377 * stack.c (read_frame_arg): Likewise.
2378 (backtrace_command): Likewise.
2379 * stap-probe.c (stap_parse_register_operand): Likewise.
2380 * symfile.c (syms_from_objfile_1): Likewise.
2381 (find_separate_debug_file): Likewise.
2382 (load_command): Likewise.
2383 (load_progress): Likewise.
2384 (load_section_callback): Likewise.
2385 (reread_symbols): Likewise.
2386 (add_filename_language): Likewise.
2387 (allocate_compunit_symtab): Likewise.
2388 (read_target_long_array): Likewise.
2389 (simple_read_overlay_table): Likewise.
2390 * symtab.c (symbol_set_names): Likewise.
2391 (resize_symbol_cache): Likewise.
2392 (rbreak_command): Likewise.
2393 (completion_list_add_name): Likewise.
2394 (completion_list_objc_symbol): Likewise.
2395 (add_filename_to_list): Likewise.
2396 * target-descriptions.c (maint_print_c_tdesc_cmd): Likewise.
2397 * target-memory.c (target_write_memory_blocks): Likewise.
2398 * target.c (target_read_string): Likewise.
2399 (read_whatever_is_readable): Likewise.
2400 (target_read_alloc_1): Likewise.
2401 (simple_search_memory): Likewise.
2402 (target_fileio_read_alloc_1): Likewise.
2403 * tilegx-tdep.c (tilegx_push_dummy_call): Likewise.
2404 * top.c (command_line_input): Likewise.
2405 * tracefile-tfile.c (tfile_fetch_registers): Likewise.
2406 * tracefile.c (tracefile_fetch_registers): Likewise.
2407 * tracepoint.c (add_memrange): Likewise.
2408 (init_collection_list): Likewise.
2409 (add_aexpr): Likewise.
2410 (trace_dump_actions): Likewise.
2411 (parse_trace_status): Likewise.
2412 (parse_tracepoint_definition): Likewise.
2413 (parse_tsv_definition): Likewise.
2414 (parse_static_tracepoint_marker_definition): Likewise.
2415 * tui/tui-file.c (tui_sfileopen): Likewise.
2416 (tui_file_adjust_strbuf): Likewise.
2417 * tui/tui-io.c (tui_expand_tabs): Likewise.
2418 * tui/tui-source.c (tui_set_source_content): Likewise.
2419 * typeprint.c (find_global_typedef): Likewise.
2420 * ui-file.c (do_ui_file_xstrdup): Likewise.
2421 (ui_file_obsavestring): Likewise.
2422 (mem_file_write): Likewise.
2423 * utils.c (make_hex_string): Likewise.
2424 (get_regcomp_error): Likewise.
2425 (puts_filtered_tabular): Likewise.
2426 (gdb_realpath_keepfile): Likewise.
2427 (ldirname): Likewise.
2428 (gdb_bfd_errmsg): Likewise.
2429 (substitute_path_component): Likewise.
2430 * valops.c (search_struct_method): Likewise.
2431 (find_oload_champ_namespace_loop): Likewise.
2432 * valprint.c (print_decimal_chars): Likewise.
2433 (read_string): Likewise.
2434 (generic_emit_char): Likewise.
2435 * varobj.c (varobj_delete): Likewise.
2436 (varobj_value_get_print_value): Likewise.
2437 * vaxobsd-tdep.c (vaxobsd_sigtramp_sniffer): Likewise.
2438 * windows-tdep.c (display_one_tib): Likewise.
2439 * xcoffread.c (read_xcoff_symtab): Likewise.
2440 (process_xcoff_symbol): Likewise.
2441 (swap_sym): Likewise.
2442 (scan_xcoff_symtab): Likewise.
2443 (xcoff_initial_scan): Likewise.
2444 * xml-support.c (gdb_xml_end_element): Likewise.
2445 (xml_process_xincludes): Likewise.
2446 (xml_fetch_content_from_file): Likewise.
2447 * xml-syscall.c (xml_list_of_syscalls): Likewise.
2448 * xstormy16-tdep.c (xstormy16_push_dummy_call): Likewise.
2449
623fb775 24502015-09-23 James Bowman <james.bowman@ftdichip.com>
2451
2452 * ft32-tdep.c (ft32_register_type): Return gdbarch_tdep (gdbarch)->pc_type
2453 instead of builtin_func_ptr.
2454 (ft32_pointer_to_address): New function.
2455 (ft32_address_class_type_flags): New function.
2456 (ft32_address_class_type_flags_to_name): New function.
2457 (ft32_address_class_name_to_type_flags): New function.
2458 (ft32_gdbarch_init): Set tdep->pc_type. Call
2459 set_gdbarch_pointer_to_address,
2460 set_gdbarch_address_class_type_flags
2461 set_gdbarch_address_class_name_to_type_flags,
2462 and set_gdbarch_address_class_type_flags_to_name.
2463 * ft32-tdep.h (struct gdbarch_tdep) <pc_type>: New field.
2464
e6c2c623
PMR
24652015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
2466
2467 * ada-lang.c (ada_evaluate_subexp) <OP_FUNCALL>: When the input
2468 value is a reference, actually dereference it in order to get
2469 the underlying value.
2470
bc1f8cda
SM
24712015-09-22 Simon Marchi <simon.marchi@ericsson.com>
2472
2473 * stap-probe.c (handle_stap_probe): Remove unnecessary cast.
2474
acaa662f
SM
24752015-09-21 Simon Marchi <simon.marchi@ericsson.com>
2476
2477 * cli/cli-setshow.c (cmd_show_list): Constify a variable.
2478 * linespec.c (linespec_lexer_lex_string): Same.
2479
4d9d419e
PL
24802015-09-21 Pierre Langlois <pierre.langlois@arm.com>
2481
2482 * NEWS: Mention support for fast tracepoints on aarch64-linux.
2483
6ec5f4be
PL
24842015-09-21 Pierre Langlois <pierre.langlois@arm.com>
2485
2486 * aarch64-tdep.c (aarch64_analyze_prologue): New is_adrp
2487 variable. Call aarch64_decode_adr instead of
2488 aarch64_decode_adrp.
2489 * arch/aarch64-insn.h (aarch64_decode_adrp): Delete.
2490 (aarch64_decode_adr): New function declaration.
2491 * arch/aarch64-insn.c (aarch64_decode_adrp): Delete.
2492 (aarch64_decode_adr): New function, factored out from
2493 aarch64_decode_adrp to decode both adr and adrp instructions.
2494
787749ea
PL
24952015-09-21 Pierre Langlois <pierre.langlois@arm.com>
2496
2497 * Makefile.in (ALL_64_TARGET_OBS): Add aarch64-insn.o.
2498 (HFILES_NO_SRCDIR): Add arch/aarch64-insn.h.
2499 (aarch64-insn.o): New rule.
2500 * configure.tgt (aarch64*-*-elf): Add aarch64-insn.o.
2501 (aarch64*-*-linux*): Likewise.
2502 * arch/aarch64-insn.c: New file.
2503 * arch/aarch64-insn.h: New file.
2504 * aarch64-tdep.c: Include arch/aarch64-insn.h.
2505 (aarch64_debug): Move to arch/aarch64-insn.c. Declare in
2506 arch/aarch64-insn.h.
2507 (decode_add_sub_imm): Rename to ...
2508 (aarch64_decode_add_sub_imm): ... this.
2509 (decode_adrp): Rename to ...
2510 (aarch64_decode_adrp): ... this. Move to arch/aarch64-insn.c.
2511 Declare in arch/aarch64-insn.h.
2512 (decode_b): Rename to ...
2513 (aarch64_decode_b): ... this. Move to arch/aarch64-insn.c.
2514 Declare in arch/aarch64-insn.h.
2515 (decode_bcond): Rename to ...
2516 (aarch64_decode_bcond): ... this. Move to arch/aarch64-insn.c.
2517 Declare in arch/aarch64-insn.h.
2518 (decode_br): Rename to ...
2519 (aarch64_decode_br): ... this.
2520 (decode_cb): Rename to ...
2521 (aarch64_decode_cb): ... this. Move to arch/aarch64-insn.c.
2522 Declare in arch/aarch64-insn.h.
2523 (decode_eret): Rename to ...
2524 (aarch64_decode_eret): ... this.
2525 (decode_movz): Rename to ...
2526 (aarch64_decode_movz): ... this.
2527 (decode_orr_shifted_register_x): Rename to ...
2528 (aarch64_decode_orr_shifted_register_x): ... this.
2529 (decode_ret): Rename to ...
2530 (aarch64_decode_ret): ... this.
2531 (decode_stp_offset): Rename to ...
2532 (aarch64_decode_stp_offset): ... this.
2533 (decode_stp_offset_wb): Rename to ...
2534 (aarch64_decode_stp_offset_wb): ... this.
2535 (decode_stur): Rename to ...
2536 (aarch64_decode_stur): ... this.
2537 (decode_tb): Rename to ...
2538 (aarch64_decode_tb): ... this. Move to arch/aarch64-insn.c.
2539 Declare in arch/aarch64-insn.h.
2540 (aarch64_analyze_prologue): Adjust calls to renamed functions.
2541
183dc7ec
DE
25422015-09-20 Doug Evans <xdje42@gmail.com>
2543
2544 * dwarf2read.c (add_partial_symbol): Remove outdated comments.
2545
2ee7123e
DE
25462015-09-20 Doug Evans <xdje42@gmail.com>
2547
2548 * dwarf2read.c (dwarf2_compute_name): Add FIXME. Don't use a local
2549 variable name that collides with a parameter.
2550
7d1c9c9b
JB
25512015-09-20 Joel Brobecker <brobecker@adacore.com>
2552
2553 * dwarf2loc.c (locexpr_get_frame_base): Renames
2554 block_op_get_frame_base.
2555 (dwarf2_block_frame_base_locexpr_funcs): Replace reference to
2556 block_op_get_frame_base by reference to locexpr_get_frame_base.
2557 (loclist_get_frame_base): New function, near identical copy of
2558 locexpr_get_frame_base.
2559 (dwarf2_block_frame_base_loclist_funcs): Replace reference to
2560 block_op_get_frame_base by reference to loclist_get_frame_base.
2561
7dc7c195
DE
25622015-09-19 Doug Evans <xdje42@gmail.com>
2563
2564 * ravenscar-thread.c (ravenscar_inferior_created): Replace
2565 current_inferior ()->gdbarch with its wrapper target_gdbarch.
2566
be550b6e
DE
25672015-09-18 Doug Evans <xdje42@gmail.com>
2568
2569 * linux-thread-db.c (record_thread): Return the created thread.
2570 (thread_from_lwp): Likewise.
2571 (thread_db_get_thread_local_address): Update.
2572
615b3f62
DE
25732015-09-18 Doug Evans <xdje42@gmail.com>
2574
2575 * symtab.h (general_symbol_info) <mangled_lang>: Delete struct,
2576 move only member demangled_name up. All uses updated.
2577
015d2e7e
DE
25782015-09-18 Doug Evans <xdje42@gmail.com>
2579
2580 * findvar.c (default_read_var_value) <LOC_UNRESOLVED>: Include the
2581 kind of minimal symbol in the error message.
2582 * objfiles.c (objfile_flavour_name): New function.
2583 * objfiles.h (objfile_flavour_name): Declare.
2584
a0cc84cd
YQ
25852015-09-18 Yao Qi <yao.qi@linaro.org>
2586
2587 * nat/aarch64-linux.c: Include elf/common.h,
2588 nat/gdb_ptrace.h, asm/ptrace.h and sys/uio.h.
2589 (aarch64_ps_get_thread_area): New function.
2590 * nat/aarch64-linux.h: Include gdb_proc_service.h.
2591 (aarch64_ps_get_thread_area): Declare.
2592 * aarch64-linux-nat.c (ps_get_thread_area): Call
2593 aarch64_ps_get_thread_area.
2594
d2939ba2
MM
25952015-09-18 Markus Metzger <markus.t.metzger@intel.com>
2596
2597 * record-btrace.c (record_btrace_resume): Honour scheduler-locking.
2598
f2665db5
MM
25992015-09-18 Markus Metzger <markus.t.metzger@intel.com>
2600
2601 * NEWS: Announce new scheduler-locking mode.
2602 * infrun.c (schedlock_replay): New.
2603 (scheduler_enums): Add schedlock_replay.
2604 (scheduler_mode): Change default to schedlock_replay.
2605 (user_visible_resume_ptid): Handle schedlock_replay.
2606 (clear_proceed_status_thread): Stop replaying if resumed thread is
2607 not replaying.
2608 (schedlock_applies): Handle schedlock_replay.
2609 (_initialize_infrun): Document new scheduler-locking mode.
2610 * record-btrace.c (record_btrace_resume): Remove code to stop other
2611 threads when not replaying the resumed thread.
2612
7ff27e9b
MM
26132015-09-18 Markus Metzger <markus.t.metzger@intel.com>
2614
2615 * record-btrace.c ((record_btrace_will_replay): New.
2616 (init_record_btrace_ops): Initialize to_record_will_replay.
2617 * record-full.c ((record_full_will_replay): New.
2618 (init_record_full_ops): Initialize to_record_will_replay.
2619 * target-delegates.c: Regenerated.
2620 * target.c (target_record_will_replay): New.
2621 * target.h (struct target_ops) <to_record_will_replay>: New.
2622 (target_record_will_replay): New.
2623
797094dd
MM
26242015-09-18 Markus Metzger <markus.t.metzger@intel.com>
2625
2626 * record-btrace.c (record_btrace_resume): Call
2627 target_record_stop_replaying.
2628 (record_btrace_stop_replaying_all): New.
2629 (init_record_btrace_ops): Initialize to_record_stop_replaying.
2630 * record-full.c (record_full_stop_replaying): New.
2631 (init_record_full_ops ): Initialize to_record_stop_replaying.
2632 * target-delegates.c: Regenerated.
2633 * target.c (target_record_stop_replaying): New.
2634 * target.h (struct target_ops) <to_record_stop_replaying>: New.
2635 (target_record_stop_replaying): New.
2636
4d10e986
MM
26372015-09-18 Markus Metzger <markus.t.metzger@intel.com>
2638
2639 * record-btrace.c (record_btrace_xfer_partial)
2640 (record_btrace_store_registers, record_btrace_prepare_to_store):
2641 Call record_btrace_is_replaying with inferior_ptid instead of
2642 minus_one_ptid.
2643 (record_btrace_store_registers): Change error message.
2644
a52eab48
MM
26452015-09-18 Markus Metzger <markus.t.metzger@intel.com>
2646
2647 * record-btrace.c (record_btrace_is_replaying): Add ptid argument.
2648 Update users to pass minus_one_ptid.
2649 * record-full.c (record_full_is_replaying): Add ptid argument (ignored).
2650 * record.c (cmd_record_delete): Pass inferior_ptid to
2651 target_record_is_replaying.
2652 * target-delegates.c: Regenerated.
2653 * target.c (target_record_is_replaying): Add ptid argument.
2654 * target.h (struct target_ops) <to_record_is_replaying>: Add ptid
2655 argument.
2656 (target_record_is_replaying): Add ptid argument.
2657
cbb55fa7
MM
26582015-09-18 Markus Metzger <markus.t.metzger@intel.com>
2659
2660 * record-btrace.c (record_btrace_open): Remove non_stop check.
2661 * NEWS: Announce that record btrace supports non-stop mode.
2662
d1988021
MM
26632015-09-18 Markus Metzger <markus.t.metzger@intel.com>
2664
2665 * infrun.c (handle_inferior_event_1): Switch to the eventing thread
2666 in the TARKET_WAITKIND_NO_HISTORY case.
2667
a6b5be76
MM
26682015-09-18 Markus Metzger <markus.t.metzger@intel.com>
2669
2670 * record-btrace.c (record_btrace_maybe_mark_async_event): New.
2671 (record_btrace_wait): Call record_btrace_maybe_mark_async_event.
2672
ec71cc2f
MM
26732015-09-18 Markus Metzger <markus.t.metzger@intel.com>
2674
2675 * record-btrace.c (get_thread_current_frame): New.
2676 (record_btrace_start_replaying): Call get_thread_current_frame.
2677
0ca912df
MM
26782015-09-18 Markus Metzger <markus.t.metzger@intel.com>
2679
2680 * record-btrace.c (record_btrace_resume_thread): A move request
2681 overwrites a previous move request.
2682 (record_btrace_find_resume_thread): Removed.
2683 (record_btrace_resume): Resume all requested threads.
2684
e3cfc1c7
MM
26852015-09-18 Markus Metzger <markus.t.metzger@intel.com>
2686
2687 * record-btrace.c: Include vec.h.
2688 (record_btrace_find_thread_to_move): Removed.
2689 (btrace_step_no_resumed, btrace_step_again)
2690 (record_btrace_stop_replaying_at_end): New.
2691 (record_btrace_cancel_resume): Call record_btrace_stop_replaying_at_end.
2692 (record_btrace_single_step_forward): Remove calls to
2693 record_btrace_stop_replaying.
2694 (record_btrace_step_thread): Do only one step for BTHR_CONT and
2695 BTHR_RCONT. Keep threads at the end of their history moving.
2696 (record_btrace_wait): Call record_btrace_step_thread for all threads
2697 until one reports an event. Call record_btrace_stop_replaying_at_end
2698 for the eventing thread.
2699
cf8f8f0c
MM
27002015-09-18 Markus Metzger <markus.t.metzger@intel.com>
2701
2702 * record-btrace.c (record_btrace_single_step_forward): Return
2703 NO_HISTORY if a step brings us to the end of the execution history.
2704
011c71b6
MM
27052015-09-18 Markus Metzger <markus.t.metzger@intel.com>
2706
2707 * record-btrace.c (record_btrace_step_thread): Move breakpoint check
2708 to ...
2709 (record_btrace_single_step_forward): ... here and
2710 (record_btrace_single_step_backward): ... here.
2711
d825d248
MM
27122015-09-18 Markus Metzger <markus.t.metzger@intel.com>
2713
2714 * record-btrace.c (btrace_step_spurious)
2715 (record_btrace_single_step_forward)
2716 (record_btrace_single_step_backward): New.
2717 (record_btrace_step_thread): Call record_btrace_single_step_forward
2718 and record_btrace_single_step_backward.
2719
3c615f99
MM
27202015-09-18 Markus Metzger <markus.t.metzger@intel.com>
2721
2722 * record-btrace.c (record_btrace_replay_at_breakpoint): New.
2723 (record_btrace_step_thread): Call record_btrace_replay_at_breakpoint.
2724
987e68b1
MM
27252015-09-18 Markus Metzger <markus.t.metzger@intel.com>
2726
2727 * record-btrace.c (btrace_thread_flag_to_str)
2728 (record_btrace_cancel_resume): New.
2729 (record_btrace_step_thread): Call btrace_thread_flag_to_str.
2730 (record_btrace_resume): Print execution direction.
2731 (record_btrace_resume_thread): Call btrace_thread_flag_to_str.
2732 (record_btrace_wait): Call record_btrace_cancel_resume.
2733
6e4879f0
MM
27342015-09-18 Markus Metzger <markus.t.metzger@intel.com>
2735
2736 * btrace.h (enum btrace_thread_flag) <BTHR_STOP>: New.
2737 * record-btrace (record_btrace_resume_thread): Clear BTHR_STOP.
2738 (record_btrace_find_thread_to_move): Also accept threads that have
2739 BTHR_STOP set.
2740 (btrace_step_stopped_on_request, record_btrace_stop): New.
2741 (record_btrace_step_thread): Support BTHR_STOP.
2742 (record_btrace_wait): Also clear BTHR_STOP when stopping other threads.
2743 (init_record_btrace_ops): Initialize to_stop.
2744
5953356c
MM
27452015-09-18 Markus Metzger <markus.t.metzger@intel.com>
2746
2747 * record-btrace.c (record_btrace_wait): Replace non_stop check with
2748 target_is_non_stop_p ().
2749
bfca584f
PMR
27502015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
2751
2752 * ada-typeprint.c (print_array_type): Do not describe arrays as
2753 packed when they embed dynamic elements.
2754
5382cfab
PW
27552015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2756
2757 * symtab.h (address_class): Document that TLS variables
2758 are handled by LOC_UNRESOLVED.
2759 * findvar.c (default_read_var_value): Don't relocate TLS variables.
2760 * printcmd.c (address_info): Don't relocate TLS variables.
2761
b277c936
PL
27622015-09-15 Pierre Langlois <pierre.langlois@arm.com>
2763
2764 * aarch64-tdep.c (decode_add_sub_imm): Use debug_printf.
2765 (decode_adrp): Likewise.
2766 (decode_b): Likewise.
2767 (decode_bcond): Likewise.
2768 (decode_br): Likewise.
2769 (decode_cb): Likewise.
2770 (decode_eret): Likewise.
2771 (decode_movz): Likewise.
2772 (decode_orr_shifted_register_x): Likewise.
2773 (decode_ret): Likewise.
2774 (decode_stp_offset): Likewise.
2775 (decode_stp_offset_wb): Likewise.
2776 (decode_stur): Likewise.
2777 (decode_tb): Likewise.
2778 (aarch64_analyze_prologue): Likewise.
2779 (pass_in_x): Likewise.
2780 (pass_in_v): Likewise.
2781 (pass_on_stack): Likewise.
2782 (aarch64_push_dummy_call): Likewise.
2783 (aarch64_extract_return_value): Likewise.
2784 (aarch64_store_return_value): Likewise.
2785 (aarch64_return_value): Likewise.
2786 (aarch64_record_asimd_load_store): Likewise.
2787 (aarch64_record_load_store): Likewise.
2788 (aarch64_record_data_proc_simd_fp): Likewise.
2789
141c5cc4
JK
27902015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
2791
2792 * linespec.c (minsym_found): Call gdbarch_skip_entrypoint.
2793 * ppc64-tdep.c (ppc64_skip_trampoline_code): Rename to ...
2794 (ppc64_skip_trampoline_code_1): ... here.
2795 (ppc64_skip_trampoline_code): New wrapper function.
2796 * symtab.c (find_function_start_sal): Call gdbarch_skip_entrypoint.
2797
750ce8d1
YQ
27982015-09-15 Yao Qi <yao.qi@linaro.org>
2799
2800 * aarch64-linux-nat.c (aarch64_linux_can_do_single_step): New
2801 function.
2802 (_initialize_aarch64_linux_nat): Install it to to_can_do_single_step.
2803 * arm-linux-tdep.c (arm_linux_software_single_step): Return 0
2804 if target_can_do_single_step returns 1.
2805 * remote.c (struct vCont_action_support) <s, S>: New fields.
2806 (PACKET_vContSupported): New enum.
2807 (remote_protocol_features): New element for vContSupported.
2808 (remote_query_supported): Append "vContSupported+".
2809 (remote_vcont_probe): Remove support_s and support_S, use
2810 rs->supports_vCont.s and rs->supports_vCont.S instead. Disable
2811 vCont packet if c and C actions are not supported.
2812 (remote_can_do_single_step): New function.
2813 (init_remote_ops): Install it to to_can_do_single_step.
2814 (_initialize_remote): Call add_packet_config_cmd.
2815 * target.h (struct target_ops) <to_can_do_single_step>: New field.
2816 (target_can_do_single_step): New macro.
2817 * target-delegates.c: Re-generated.
2818
ade90bde
YQ
28192015-09-15 Yao Qi <yao.qi@linaro.org>
2820
2821 * aarch64-linux-nat.c (aarch64_linux_siginfo_fixup): New function.
2822 (_initialize_aarch64_linux_nat): Call linux_nat_set_siginfo_fixup.
2823 * nat/aarch64-linux.c (aarch64_compat_siginfo_from_siginfo):
2824 New function.
2825 (aarch64_siginfo_from_compat_siginfo): New function.
2826 * nat/aarch64-linux.h: Include signal.h.
2827 (compat_int_t, compat_uptr_t, compat_time_t): Typedef.
2828 (compat_timer_t, compat_clock_t): Likewise.
2829 (struct compat_timeval): New.
2830 (union compat_sigval): New.
2831 (struct compat_siginfo): New.
2832 (cpt_si_pid, cpt_si_uid, cpt_si_timerid): New macros.
2833 (cpt_si_overrun, cpt_si_status, cpt_si_utime): Likewise.
2834 (cpt_si_stime, cpt_si_ptr, cpt_si_addr): Likewise.
2835 (cpt_si_band, cpt_si_fd): Likewise.
2836
4c2f2a79
PA
28372015-09-14 Pedro Alves <palves@redhat.com>
2838
2839 * infrun.c (current_stop_id): New global.
2840 (get_stop_id, new_stop_id): New functions.
2841 (fetch_inferior_event): Handle normal_stop proceeding the target.
2842 (struct stop_context): New.
2843 (save_stop_context, release_stop_context_cleanup)
2844 (stop_context_changed): New functions.
2845 (normal_stop): Return true if the hook-stop changes the stop
2846 context.
2847 * infrun.h (get_stop_id): Declare.
2848 (normal_stop): Now returns int. Add documentation.
2849
919e6dbe
PMR
28502015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
2851
2852 * ada-lang.c (ada_value_ptr_subscript): Update the heading
2853 comment. Handle packed arrays.
2854
b027a8fa
PA
28552015-09-14 Pedro Alves <palves@redhat.com>
2856
2857 * NEWS (Changes in GDB 7.10, New commands>: Remove duplicate
2858 mention of maint set/show target-non-stop.
2859
b459a59b
DB
28602015-09-11 Don Breazeal <donb@codesourcery.com>
2861
2862 * NEWS: Announce new remote packets for the exec-events
2863 feature and the exec-events feature and associated commands.
2864
d46addbb
DB
28652015-09-11 Don Breazeal <donb@codesourcery.com>
2866
2867 * remote.c (remote_exec_event_p): New function.
2868 (remote_insert_exec_catchpoint): New function.
2869 (remote_remove_exec_catchpoint): New function.
2870 (init_extended_remote_ops): Initialize extended_remote_ops
2871 members to_insert_exec_catchpoint and
2872 to_remove_exec_catchpoint.
2873
94585166
DB
28742015-09-11 Don Breazeal <donb@codesourcery.com>
2875 Luis Machado <lgustavo@codesourcery.com>
2876
2877 * infrun.c (follow_exec): Use process-style ptid for
2878 exec message. Call add_inferior_with_spaces and
2879 target_follow_exec.
2880 * nat/linux-ptrace.c (linux_supports_traceexec): New function.
2881 * nat/linux-ptrace.h (linux_supports_traceexec): Declare.
2882 * remote.c (remote_pspace_data): New static variable.
2883 (remote_pspace_data_cleanup): New function.
2884 (get_remote_exec_file): New function.
2885 (set_remote_exec_file_1): New function.
2886 (set_remote_exec_file): New function.
2887 (show_remote_exec_file): New function.
2888 (remote_exec_file): Delete static variable.
2889 (anonymous enum) <PACKET_exec_event_feature>: New
2890 enumeration constant.
2891 (remote_protocol_features): Add entry for exec-events feature.
2892 (remote_query_supported): Add client side of qSupported query
2893 for exec-events feature.
2894 (remote_follow_exec): New function.
2895 (remote_parse_stop_reply): Handle 'exec' stop reason.
2896 (extended_remote_run, extended_remote_create_inferior): Call
2897 get_remote_exec_file and set_remote_exec_file_1.
2898 (init_extended_remote_ops) <to_follow_exec>: Initialize new
2899 member.
2900 (_initialize_remote): Call
2901 register_program_space_data_with_cleanup. Call
2902 add_packet_config_cmd for remote exec-events feature.
2903 Modify call to add_setshow_string_noescape_cmd for exec-file
2904 to use new functions set_remote_exec_file and
2905 show_remote_exec_file.
2906 * target-debug.h, target-delegates.c: Regenerated.
2907 * target.c (target_follow_exec): New function.
2908 * target.h (struct target_ops) <to_follow_exec>: New member.
2909 (target_follow_exec): Declare new function.
2910
669e74e8
PL
29112015-09-11 Pierre Langlois <pierre.langlois@arm.com>
2912
2913 * aarch64-tdep.c (decode_cb): Move up comment describing the
2914 encoding.
2915 (decode_tb): Fix a typo in comment above the function. Move up
2916 comment describing the encoding.
2917
4d50586d
PL
29182015-09-11 Pierre Langlois <pierre.langlois@arm.com>
2919
2920 * aarch64-tdep.c (decode_bcond): Fix incorrect mask.
2921
6dcaef99
MMN
29222015-09-11 Mihail-Marian Nistor <mihail.nistor@freescale.com>
2923
2924 PR gdb/18947
2925 * aarch64-linux-tdep.c: (aarch64_linux_init_abi): Install
2926 glibc_skip_solib_resolver as gdbarch_skip_solib_resolver callback.
2927
5da1a4d3
SM
29282015-09-10 Simon Marchi <simon.marchi@ericsson.com>
2929
2930 * ada-lang.c (scan_discrim_bound): Factor out arithmetic
2931 operations.
2932
108d56a4
SM
29332015-09-10 Simon Marchi <simon.marchi@ericsson.com>
2934
2935 * ada-lang.c (ada_search_struct_field): Constify parameters
2936 and/or variables..
2937 (xget_renaming_scope): Likewise.
2938 (ada_is_redundant_range_encoding): Likewise.
2939 (scan_discrim_bound): Likewise.
2940 (to_fixed_range_type): Likewise.
2941
dd2e65cc
YQ
29422015-09-10 Yao Qi <yao.qi@linaro.org>
2943
2944 * breakpoint.c (download_tracepoint_locations): New local
2945 can_download_tracepoint. Check the result of
2946 target_can_download_tracepoint and save it in
2947 can_download_tracepoint if there are tracepoints to download.
2948 * linux-nat.h (enum tribool): Move it to ...
2949 * common/common-types.h: ... here.
2950
cfe75703
PA
29512015-09-09 Pedro Alves <palves@redhat.com>
2952
2953 * inf-loop.c (inferior_event_handler): Delete INF_TIMER case.
2954 * target.h (enum inferior_event_type) <INF_TIMER>: Delete.
2955
a85a3079
PA
29562015-09-09 Pedro Alves <palves@redhat.com>
2957
2958 * continuations.c (add_continuation, restore_thread_cleanup)
2959 (do_all_continuations_ptid, do_all_continuations_thread_callback)
2960 (do_all_continuations_thread, do_all_continuations)
2961 (discard_all_continuations_thread_callback)
2962 (discard_all_continuations_thread, discard_all_continuations)
2963 (add_intermediate_continuation)
2964 (do_all_intermediate_continuations_thread_callback)
2965 (do_all_intermediate_continuations_thread)
2966 (do_all_intermediate_continuations)
2967 (discard_all_intermediate_continuations_thread_callback)
2968 (discard_all_intermediate_continuations_thread)
2969 (discard_all_intermediate_continuations): Delete.
2970 * continuations.h (add_continuation, do_all_continuations)
2971 (do_all_continuations_thread, discard_all_continuations)
2972 (discard_all_continuations_thread, add_intermediate_continuation)
2973 (do_all_intermediate_continuations)
2974 (do_all_intermediate_continuations_thread)
2975 (discard_all_intermediate_continuations)
2976 (discard_all_intermediate_continuations_thread): Delete
2977 declarations.
2978 * event-top.c (stdin_event_handler): Delete references to
2979 continuations.
2980 * gdbthread.h (struct thread_info): Delete continuations and
2981 intermediate_continuations fields.
2982 * inf-loop.c (inferior_event_handler): Remove references to
2983 continuations.
2984 * infrun.c (infrun_thread_stop_requested_callback): Remove
2985 references to continuations.
2986 * target.h (enum inferior_event_type) <INF_EXEC_CONTINUE>: Delete.
2987 * thread.c: Don't include "continuations.h".
2988 (clear_thread_inferior_resources): Remove references to
2989 continuations.
2990
0700e23e
PA
29912015-09-09 Pedro Alves <palves@redhat.com>
2992
2993 * infcall.c (struct dummy_frame_context_saver): Delete.
2994 (dummy_frame_context_saver_free, dummy_frame_context_saver_dtor)
2995 (dummy_frame_context_saver_drop)
2996 (dummy_frame_context_saver_cleanup)
2997 (dummy_frame_context_saver_get_regs)
2998 (dummy_frame_context_saver_setup): Delete.
2999 * infcall.h (dummy_frame_context_saver_drop)
3000 (dummy_frame_context_saver_cleanup)
3001 (dummy_frame_context_saver_get_regs, dummy_frame_context_saver):
3002 Delete.
3003 (get_return_value): Remove 'ctx_saver' paremeter. Adjust.
3004 * inferior.h (get_return_value): Remove 'ctx_saver' paremeter.
3005 * python/py-finishbreakpoint.c (bpfinishpy_pre_stop_hook): Adjust.
3006
cfc31633
PA
30072015-09-09 Pedro Alves <palves@redhat.com>
3008
3009 * breakpoint.c: Include "thread-fsm.h".
3010 (struct until_break_command_continuation_args): Delete.
3011 (struct until_break_fsm): New.
3012 (until_break_fsm_ops): New global.
3013 (new_until_break_fsm, until_break_fsm_should_stop): New functions.
3014 (until_break_command_continuation): Delete.
3015 (until_break_fsm_clean_up): New function.
3016 (until_break_fsm_async_reply_reason): New function.
3017 (until_break_command): Adjust to create an until_break_fsm instead
3018 of a continuation.
3019 (momentary_bkpt_print_it): No longer print MI's async-stop-reason
3020 here.
3021 * infcmd.c (struct until_next_fsm): New.
3022 (until_next_fsm_ops): New global.
3023 (new_until_next_fsm, until_next_fsm_should_stop): New function.
3024 (until_next_continuation): Delete.
3025 (until_next_fsm_clean_up, until_next_fsm_async_reply_reason): New
3026 functions.
3027 (until_next_command): Adjust to create a new until_next_fsm
3028 instead of a continuation.
3029
388a7084
PA
30302015-09-09 Pedro Alves <palves@redhat.com>
3031
3032 * infcall.c: Include thread_fsm.h.
3033 (struct call_return_meta_info): New.
3034 (get_call_return_value): New function, factored out from
3035 call_function_by_hand_dummy.
3036 (struct call_thread_fsm): New.
3037 (call_thread_fsm_ops): New global.
3038 (new_call_thread_fsm, call_thread_fsm_should_stop)
3039 (call_thread_fsm_should_notify_stop): New functions.
3040 (run_inferior_call): Add 'sm' parameter. Associate the FSM with
3041 the thread.
3042 (call_function_by_hand_dummy): Create a new call_thread_fsm
3043 instance, associate it with the thread, and wait for the FSM to
3044 finish. If finished successfully, fetch the function's result
3045 value out of the FSM.
3046 * infrun.c (fetch_inferior_event): If the FSM says the stop
3047 shouldn't be notified, don't call normal_stop.
3048 (maybe_remove_breakpoints): New function, factored out from ...
3049 (normal_stop): ... here. Simplify.
3050 * infrun.h (maybe_remove_breakpoints): Declare.
3051 * thread-fsm.c (thread_fsm_should_notify_stop): New function.
3052 (thread-fsm.h) <struct thread_fsm_ops>: New field.
3053 (thread_fsm_should_notify_stop): Declare.
3054
243a9253
PA
30552015-09-09 Pedro Alves <palves@redhat.com>
3056
3057 * Makefile.in (COMMON_OBS): Add thread-fsm.o.
3058 * breakpoint.c (handle_jit_event): Print debug output.
3059 (bpstat_what): Split event callback handling to ...
3060 (bpstat_run_callbacks): ... this new function.
3061 (momentary_bkpt_print_it): No longer handle bp_finish here.
3062 * breakpoint.h (bpstat_run_callbacks): Declare.
3063 * gdbthread.h (struct thread_info) <step_multi>: Delete field.
3064 <thread_fsm>: New field.
3065 (thread_cancel_execution_command): Declare.
3066 * infcmd.c: Include thread-fsm.h.
3067 (struct step_command_fsm): New.
3068 (step_command_fsm_ops): New global.
3069 (new_step_command_fsm, step_command_fsm_prepare): New functions.
3070 (step_1): Adjust to use step_command_fsm_prepare and
3071 prepare_one_step.
3072 (struct step_1_continuation_args): Delete.
3073 (step_1_continuation): Delete.
3074 (step_command_fsm_should_stop): New function.
3075 (step_once): Delete.
3076 (step_command_fsm_clean_up, step_command_fsm_async_reply_reason)
3077 (prepare_one_step): New function, based on step_once.
3078 (until_next_command): Remove step_multi reference.
3079 (struct return_value_info): New.
3080 (print_return_value): Rename to ...
3081 (print_return_value_1): ... this. New struct return_value_info
3082 parameter. Adjust.
3083 (print_return_value): Reimplement as wrapper around
3084 print_return_value_1.
3085 (struct finish_command_fsm): New.
3086 (finish_command_continuation): Delete.
3087 (finish_command_fsm_ops): New global.
3088 (new_finish_command_fsm, finish_command_fsm_should_stop): New
3089 functions.
3090 (finish_command_fsm_clean_up, finish_command_fsm_return_value):
3091 New.
3092 (finish_command_continuation_free_arg): Delete.
3093 (finish_command_fsm_async_reply_reason): New.
3094 (finish_backward, finish_forward): Change symbol parameter to a
3095 finish_command_fsm. Adjust.
3096 (finish_command): Create a finish_command_fsm. Adjust.
3097 * infrun.c: Include "thread-fsm.h".
3098 (clear_proceed_status_thread): Delete the thread's FSM.
3099 (infrun_thread_stop_requested_callback): Cancel the thread's
3100 execution command.
3101 (clean_up_just_stopped_threads_fsms): New function.
3102 (fetch_inferior_event): Handle the event_thread's should_stop
3103 method saying the command isn't done yet.
3104 (process_event_stop_test): Run breakpoint callbacks here.
3105 (print_stop_event): Rename to ...
3106 (print_stop_location): ... this.
3107 (restore_current_uiout_cleanup): New function.
3108 (print_stop_event): Reimplement.
3109 (normal_stop): No longer notify the end_stepping_range observers
3110 here handle "step N" nor "finish" here. No longer call
3111 print_stop_event here.
3112 * infrun.h (struct return_value_info): Forward declare.
3113 (print_return_value): Declare.
3114 (print_stop_event): Change prototype.
3115 * thread-fsm.c: New file.
3116 * thread-fsm.h: New file.
3117 * thread.c: Include "thread-fsm.h".
3118 (thread_cancel_execution_command): New function.
3119 (clear_thread_inferior_resources): Call it.
3120 * cli/cli-interp.c (cli_on_normal_stop): New function.
3121 (cli_interpreter_init): Install cli_on_normal_stop as normal_stop
3122 observer.
3123 * mi/mi-interp.c: Include "thread-fsm.h".
3124 (restore_current_uiout_cleanup): Delete.
3125 (mi_on_normal_stop): If the thread has an FSM associated, and it
3126 finished, ask it for the async-reply-reason to print. Always call
3127 print_stop_event here, regardless of the top-level interpreter.
3128 Check bpstat_what to tell whether an asynchronous breakpoint hit
3129 triggered.
3130 * tui/tui-interp.c (tui_on_normal_stop): New function.
3131 (tui_init): Install tui_on_normal_stop as normal_stop observer.
3132
0b333c5e
PA
31332015-09-09 Pedro Alves <palves@redhat.com>
3134
3135 * breakpoint.c (bpstat_do_actions_1, until_break_command): Don't
3136 check whether the target can async.
3137 * inf-loop.c (inferior_event_handler): Only call target_async if
3138 the target can async.
3139 * infcall.c: Include top.h and interps.h.
3140 (run_inferior_call): For the interpreter to sync mode while
3141 running the infcall. Call wait_sync_command_done instead of
3142 wait_for_inferior plus normal_stop.
3143 * infcmd.c (prepare_execution_command): Don't check whether the
3144 target can async when running in the foreground.
3145 (step_1): Delete synchronous case handling.
3146 (step_once): Always install a continuation, even in sync mode.
3147 (until_next_command, finish_forward): Don't check whether the
3148 target can async.
3149 (attach_command_post_wait, notice_new_inferior): Always install a
3150 continuation, even in sync mode.
3151 * infrun.c (mark_infrun_async_event_handler): New function.
3152 (proceed): In sync mode, mark infrun's event source instead of
3153 waiting for events here.
3154 (fetch_inferior_event): If the target can't async, do a blocking
3155 wait.
3156 (prepare_to_wait): In sync mode, mark infrun's event source.
3157 (infrun_async_inferior_event_handler): No longer bail out if the
3158 target can't async.
3159 * infrun.h (mark_infrun_async_event_handler): New declaration.
3160 * linux-nat.c (linux_nat_wait_1): Remove calls to
3161 set_sigint_trap/clear_sigint_trap.
3162 (linux_nat_terminal_inferior): No longer check whether the target
3163 can async.
3164 * mi/mi-interp.c (mi_on_sync_execution_done): Update and simplify
3165 comment.
3166 (mi_execute_command_input_handler): No longer check whether the
3167 target is async. Update and simplify comment.
3168 * target.c (default_target_wait): New function.
3169 * target.h (struct target_ops) <to_wait>: Now defaults to
3170 default_target_wait.
3171 (default_target_wait): Declare.
3172 * top.c (wait_sync_command_done): New function, factored out from
3173 ...
3174 (maybe_wait_sync_command_done): ... this.
3175 * top.h (wait_sync_command_done): Declare.
3176 * target-delegates.c: Regenerate.
3177
0568462b
MM
31782015-09-09 Markus Metzger <markus.t.metzger@intel.com>
3179
3180 * nat/linux-btrace.h (struct btrace_target_info) <ptr_bits>: Remove.
3181 * nat/linux-btrace.c: Include filestuff.h and inttypes.h.
3182 Remove include of sys/utsname.h.
3183 (linux_determine_kernel_ptr_bits): Remove.
3184 (linux_determine_kernel_start): New.
3185 (perf_event_is_kernel_addr): Remove tinfo argument. Update users.
3186 Update check.
3187 (perf_event_skip_bts_record): Remove tinfo argument. Update users.
3188 (linux_enable_bts, linux_enable_pt): Remove tinfo->ptr_bits
3189 initialization.
3190 * x86-linux-nat.c (x86_linux_enable_btrace): Remove ptr_bits
3191 assignment.
3192
72e02483
PA
31932015-09-07 Pedro Alves <palves@redhat.com>
3194
3195 * guile/guile-internal.h (as_a_scm_t_subr): New.
3196 * guile/guile.c (misc_guile_functions): Use it.
3197 * guile/scm-arch.c (arch_functions): Use it.
3198 * guile/scm-block.c (block_functions, gdbscm_initialize_blocks):
3199 Use it.
3200 * guile/scm-breakpoint.c (breakpoint_functions): Use it.
3201 * guile/scm-cmd.c (command_functions): Use it.
3202 * guile/scm-disasm.c (disasm_functions): Use it.
3203 * guile/scm-exception.c (exception_functions)
3204 (private_exception_functions): Use it.
3205 * guile/scm-frame.c (frame_functions)
3206 * guile/scm-gsmob.c (gsmob_functions): Use it.
3207 * guile/scm-iterator.c (iterator_functions): Use it.
3208 * guile/scm-lazy-string.c (lazy_string_functions): Use it.
3209 * guile/scm-math.c (math_functions): Use it.
3210 * guile/scm-objfile.c (objfile_functions): Use it.
3211 * guile/scm-param.c (parameter_functions): Use it.
3212 * guile/scm-ports.c (port_functions, private_port_functions): Use
3213 it.
3214 * guile/scm-pretty-print.c (pretty_printer_functions): Use it.
3215 * guile/scm-progspace.c (pspace_functions): Use it.
3216 * guile/scm-string.c (string_functions): Use it.
3217 * guile/scm-symbol.c (symbol_functions): Use it.
3218 * guile/scm-symtab.c (symtab_functions): Use it.
3219 * guile/scm-type.c (type_functions, gdbscm_initialize_types): Use
3220 it.
3221 * guile/scm-value.c (value_functions): Use it.
3222
e65b5245
AB
32232015-09-04 Andrew Burgess <andrew.burgess@embecosm.com>
3224
3225 * tui/tui-data.c (win_with_focus): Remove cast of NULL pointer.
3226 (tui_next_win): Likewise.
3227 (tui_prev_win): Likewise.
3228 (tui_partial_win_by_name): Likewise.
3229 (tui_init_generic_part): Likewise.
3230 (init_content_element): Likewise.
3231 (tui_del_window): Likewise.
3232 (tui_free_window): Likewise.
3233 (tui_del_data_windows): Likewise.
3234 (tui_free_data_content): Likewise.
3235 * tui/tui-layout.c (make_source_or_disasm_window): Likewise.
3236 * tui/tui-regs.c (tui_show_register_group): Likewise.
3237 * tui/tui-win.c (tui_resize_all): Likewise.
3238 (tui_set_focus): Likewise.
3239 (tui_set_win_height): Likewise.
3240 (make_invisible_and_set_new_height): Likewise.
3241 * tui/tui-windata.c (tui_delete_data_content_windows): Likewise.
3242 * tui/tui-wingeneral.c (make_visible): Likewise.
3243
b03e6ad9
AB
32442015-09-04 Andrew Burgess <andrew.burgess@embecosm.com>
3245
3246 * cli/cli-decode.c (find_cmd): Remove cast of NULL pointer.
3247
be903358
AB
32482015-09-04 Andrew Burgess <andrew.burgess@embecosm.com>
3249
3250 * c-valprint.c (print_unpacked_pointer): Remove cast of NULL
3251 pointer.
3252 * dbxread.c (dbx_end_psymtab): Likewise.
3253 * gnu-nat.c (gnu_write_inferior): Likewise.
3254 * mdebugread.c (cross_ref): Likewise.
3255 * p-valprint.c (pascal_val_print): Likewise.
3256 * xcoffread.c (xcoff_end_psymtab): Likewise.
3257
02f024f9
YQ
32582015-09-04 Yao Qi <yao.qi@linaro.org>
3259
3260 * NEWS: Mention the aarch64 multi-arch debugging support.
3261
cd7c1778
PMR
32622015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
3263
3264 * ada-lang.c (ada_language_arch_info): Create a TYPE_CODE_CHAR
3265 type instead of a TYPE_CODE_INT one for the string_char_type
3266 and the ada_primitive_type_char types.
3267
39edd165
YQ
32682015-09-03 Yao Qi <yao.qi@linaro.org>
3269
3270 * aarch64-linux-nat.c (aarch64_linux_region_ok_for_hw_watchpoint):
3271 Move code to aarch64_linux_region_ok_for_watchpoint. Call
3272 aarch64_linux_region_ok_for_watchpoint.
3273 * nat/aarch64-linux-hw-point.c (aarch64_linux_region_ok_for_watchpoint):
3274 New function.
3275 * nat/aarch64-linux-hw-point.h (aarch64_linux_region_ok_for_watchpoint):
3276 Declare it.
3277
6c214e7c
PP
32782015-09-02 Patrick Palka <patrick@parcs.ath.cx>
3279
3280 * gdb_obstack.h (obstack_strdup): Declare.
3281 * gdb_obstack.c (obstack_strdup): Define.
3282 * gdbarch.sh (gdbarch_obstack_strdup): Declare and define.
3283 * gdbarch.c: Regenerate.
3284 * gdbarch.h: Regenerate.
3285 * gdbtypes.c (arch_type): Use gdbarch_obstack_strdup.
3286
eed8b28a
PP
32872015-09-02 Patrick Palka <patrick@parcs.ath.cx>
3288
3289 * gdbtypes.c (copy_type_recursive): Update documentation.
3290
73c6b475
SDJ
32912015-09-01 Sergio Durigan Junior <sergiodj@redhat.com>
3292
3293 * solib-svr4.c (solib_event_probe_action): Initialize 'probe_argc'
3294 as zero.
3295
ad1c917a
SDJ
32962015-09-01 Sergio Durigan Junior <sergiodj@redhat.com>
3297
3298 * solib-svr4.c (svr4_handle_solib_event): Initialize 'val' as NULL
3299
3bd7e5b7
SDJ
33002015-09-01 Sergio Durigan Junior <sergiodj@redhat.com>
3301
3302 * solib-svr4.c (solib_event_probe_action): Call
3303 get_probe_argument_count using TRY...CATCH.
3304 (svr4_handle_solib_event): Likewise, for evaluate_probe_argument.
3305
f469e8ce
SDJ
33062015-09-01 Sergio Durigan Junior <sergiodj@redhat.com>
3307
3308 * probe.h (struct probe_ops) <get_probe_argument_count,
3309 evaluate_probe_argument, enable_probe, disable_probe>: Mention in
3310 the comment that the function can throw an exception.
3311 (get_probe_argument_count): Likewise.
3312 (evaluate_probe_argument): Likewise.
3313 * stap-probe.c (stap_get_opcode): Call error instead of
3314 internal_error.
3315 (stap_get_expected_argument_type): Likewise. Add argument
3316 'probe'. Improve error message by mentioning the probe's name.
3317 (stap_parse_probe_arguments): Adjust call to
3318 stap_get_expected_argument_type.
3319 (stap_get_arg): Add comment. Assert that 'probe->args_parsed' is
3320 not zero. Call internal_error if GDB requests an argument but the
3321 probe has no arguments.
3322
dc5c8746
PMR
33232015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
3324
3325 * ada-lang.c (ada_resolve_function): Do not ask the user what
3326 match to use when in completion mode.
3327
136765ea
AB
33282015-08-31 Andrew Burgess <andrew.burgess@embecosm.com>
3329
3330 * tui/tui-data.c (tui_win_name): Make local variable const, remove
3331 cast of NULL.
3332
90b81c5f
MF
33332015-08-31 Max Filippov <jcmvbkbc@gmail.com>
3334
3335 * xtensa-tdep.h (XTENSA_GDBARCH_TDEP_INSTANTIATE): Initialize
3336 call_abi using XSHAL_ABI macro.
3337
1cd36e54
DE
33382015-08-29 Doug Evans <xdje42@gmail.com>
3339
3340 * symtab.h (struct symbol): Tweak comment.
3341
8f57eec2
PP
33422015-08-29 Patrick Palka <patrick@parcs.ath.cx>
3343
3344 * gdbtypes.c (alloc_type_arch): Allocate the type on the given
3345 gdbarch obstack instead of on the heap. Update commentary
3346 accordingly.
3347
38eebd71
JB
33482015-08-28 Joel Brobecker <brobecker@adacore.com>
3349
3350 GDB 7.10 released.
3351
d63dd61e
SM
33522015-08-28 Simon Marchi <simon.marchi@ericsson.com>
3353
3354 * NEWS: Update entry about non-8-bits addressable memory.
3355
6f059256
UW
33562015-08-28 Ulrich Weigand <uweigand@de.ibm.com>
3357
3358 Revert:
3359 2014-11-06 Doug Evans <xdje42@gmail.com>
3360 * solib.c (solib_global_lookup): Fetch arch from objfile,
3361 not target_gdbarch.
3362
70987a92 33632015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
ef36892e
UW
3364
3365 * ppc-linux-tdep.c (ppc_linux_spe_context_lookup): Do not
3366 attempt to relocate a TLS variable offset.
3367
70987a92 33682015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
791bb1f4
UW
3369
3370 * spu-multiarch.c (parse_spufs_run): Bail out if inferior is not
3371 registered yet. Set inferior_ptid while calling target_read_memory.
3372
70987a92 33732015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
1db33b5a
UW
3374
3375 * nat/linux-ptrace.h (GDB_ARCH_TRAP_BRKPT): Replace by ...
3376 (GDB_ARCH_IS_TRAP_BRKPT): ... this. Add __powerpc__ case.
3377 * linux-nat.c (check_stopped_by_breakpoint): Use
3378 GDB_ARCH_IS_TRAP_BRKPT instead of GDB_ARCH_TRAP_BRKPT.
3379
70987a92 33802015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
e0fd7c47
UW
3381
3382 * linux-thread-db.c (thread_db_get_thread_local_address): If the
3383 thread was not yet discovered, use thread_from_lwp instead of
3384 calling thread_db_find_new_threads_1.
3385
f5cdf498
SM
33862015-08-27 Simon Marchi <simon.marchi@ericsson.com>
3387
3388 * m88k-tdep.c (m88k_analyze_prologue): Fix inverted allocation
3389 statements.
3390
fd2ae5d6
SM
33912015-08-27 Simon Marchi <simon.marchi@ericsson.com>
3392
3393 * NEWS: Document support for non-8-bits addressable memory.
3394
14d88147
PA
33952015-08-27 Pedro Alves <palves@redhat.com>
3396
3397 * configure.ac: Remove AC_TYPE_SIGNAL call.
3398 * configure, config.in: Regenerate.
3399
a40805d4
PA
34002015-08-27 Pedro Alves <palves@redhat.com>
3401
3402 * cp-support.c (gdb_demangle): Use sighandler_t. Remove cast.
3403 * extension-priv.h: Include signal.h.
3404 (struct signal_handler) <handler>: Change type to sighandler_t.
3405 * extension.c (install_gdb_sigint_handler): Use sighandler_t.
3406 * inflow.c (sigint_ours, sigquit_ours): Change type to
3407 sighandler_t.
3408 (child_terminal_inferior): Remove casts.
3409 (child_terminal_ours_1, new_tty): Use sighandler_t. Remove casts.
3410 (osig): Change type to sighandler_t.
3411 * nto-procfs.c (ofunc): Change type to sighandler_t.
3412 (procfs_wait): Remove casts.
3413 * remote-m32r-sdi.c (m32r_wait, m32r_load): Use sighandler_t.
3414 * remote-sim.c (gdbsim_wait): Use sighandler_t.
3415 * utils.c (wait_to_die_with_timeout): Use sighandler_t.
3416
0750520d
PA
34172015-08-27 Pedro Alves <palves@redhat.com>
3418
3419 * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add signal-h.
3420 * gnulib/aclocal.m4: Renegerate.
3421 * gnulib/config.in: Renegerate.
3422 * gnulib/configure: Renegerate.
3423 * gnulib/import/Makefile.am: Update.
3424 * gnulib/import/Makefile.in: Regenerate.
3425 * gnulib/import/m4/gnulib-cache.m4: Update.
3426 * gnulib/import/m4/gnulib-comp.m4: Update.
3427 * gnulib/import/m4/signal_h.m4: New file.
3428 * gnulib/import/signal.in.h: New file.
3429
a5c0808e
PA
34302015-08-27 Pedro Alves <palves@redhat.com>
3431
3432 * remote.c (DEFAULT_MAX_MEMORY_PACKET_SIZE)
3433 (MIN_MEMORY_PACKET_SIZE): New.
3434 (MAX_REMOTE_PACKET_SIZE, MIN_REMOTE_PACKET_SIZE): Delete.
3435 (get_memory_packet_size): Adjust. No longer limit the max packet
3436 size.
3437 (set_memory_packet_size): Adjust, and remove dead code.
3438 (remote_check_symbols): Use xmalloc and a cleanup instead of
3439 alloca.
3440 (remote_packet_size): No longer cap the packet size.
3441 (putpkt_binary): Use xmalloc and a cleanup instead of alloca.
3442
cdaec3f3
LM
34432015-08-26 Luis Machado <lgustavo@codesourcery.com>
3444
3445 * compile/compile.c (compile_to_object): Mention language in
3446 error message.
3447
e9756d52
PP
34482015-08-26 Patrick Palka <patrick@parcs.ath.cx>
3449
3450 * target.c (target_pre_inferior): Unset attach_flag.
3451
1dc7a623
SM
34522015-08-26 Simon Marchi <simon.marchi@ericsson.com>
3453
3454 * gdbarch.sh (append_name): Fix type in XRESIZEVEC.
3455 * gdbarch.c: Re-generate.
3456
8d749320
SM
34572015-08-26 Simon Marchi <simon.marchi@ericsson.com>
3458
6711b7f8
SM
3459 * aarch64-linux-nat.c (aarch64_add_process): Replace xmalloc-family
3460 function with the XNEW-family equivalent.
8d749320
SM
3461 * aarch64-tdep.c (aarch64_gdbarch_init): Likewise.
3462 * ada-exp.y (write_ambiguous_var): Likewise.
3463 * ada-lang.c (resolve_subexp): Likewise.
3464 (user_select_syms): Likewise.
3465 (assign_aggregate): Likewise.
3466 (ada_evaluate_subexp): Likewise.
3467 (cache_symbol): Likewise.
3468 * addrmap.c (allocate_key): Likewise.
3469 (addrmap_create_mutable): Likewise.
3470 * aix-thread.c (sync_threadlists): Likewise.
3471 * alpha-tdep.c (alpha_push_dummy_call): Likewise.
3472 (alpha_gdbarch_init): Likewise.
3473 * amd64-windows-tdep.c (amd64_windows_push_arguments): Likewise.
3474 * arm-linux-nat.c (arm_linux_add_process): Likewise.
3475 * arm-linux-tdep.c (arm_linux_displaced_step_copy_insn): Likewise.
3476 * arm-tdep.c (push_stack_item): Likewise.
3477 (arm_displaced_step_copy_insn): Likewise.
3478 (arm_gdbarch_init): Likewise.
3479 (_initialize_arm_tdep): Likewise.
3480 * avr-tdep.c (push_stack_item): Likewise.
3481 * ax-general.c (new_agent_expr): Likewise.
3482 * block.c (block_initialize_namespace): Likewise.
3483 * breakpoint.c (alloc_counted_command_line): Likewise.
3484 (update_dprintf_command_list): Likewise.
3485 (parse_breakpoint_sals): Likewise.
3486 (decode_static_tracepoint_spec): Likewise.
3487 (until_break_command): Likewise.
3488 (clear_command): Likewise.
3489 (update_global_location_list): Likewise.
3490 (get_breakpoint_objfile_data) Likewise.
3491 * btrace.c (ftrace_new_function): Likewise.
3492 (btrace_set_insn_history): Likewise.
3493 (btrace_set_call_history): Likewise.
3494 * buildsym.c (add_symbol_to_list): Likewise.
3495 (record_pending_block): Likewise.
3496 (start_subfile): Likewise.
3497 (start_buildsym_compunit): Likewise.
3498 (push_subfile): Likewise.
3499 (end_symtab_get_static_block): Likewise.
3500 (buildsym_init): Likewise.
3501 * cli/cli-cmds.c (source_command): Likewise.
3502 * cli/cli-decode.c (add_cmd): Likewise.
3503 * cli/cli-script.c (build_command_line): Likewise.
3504 (setup_user_args): Likewise.
3505 (realloc_body_list): Likewise.
3506 (process_next_line): Likewise.
3507 (copy_command_lines): Likewise.
3508 * cli/cli-setshow.c (do_set_command): Likewise.
3509 * coff-pe-read.c (read_pe_exported_syms): Likewise.
3510 * coffread.c (coff_locate_sections): Likewise.
3511 (coff_symtab_read): Likewise.
3512 (coff_read_struct_type): Likewise.
3513 * common/cleanups.c (make_my_cleanup2): Likewise.
3514 * common/common-exceptions.c (throw_it): Likewise.
3515 * common/filestuff.c (make_cleanup_close): Likewise.
3516 * common/format.c (parse_format_string): Likewise.
3517 * common/queue.h (DEFINE_QUEUE_P): Likewise.
3518 * compile/compile-object-load.c (munmap_list_add): Likewise.
3519 (compile_object_load): Likewise.
3520 * compile/compile-object-run.c (compile_object_run): Likewise.
3521 * compile/compile.c (append_args): Likewise.
3522 * corefile.c (specify_exec_file_hook): Likewise.
3523 * cp-support.c (make_symbol_overload_list): Likewise.
3524 * cris-tdep.c (push_stack_item): Likewise.
3525 (cris_gdbarch_init): Likewise.
3526 * ctf.c (ctf_trace_file_writer_new): Likewise.
3527 * dbxread.c (init_header_files): Likewise.
3528 (add_new_header_file): Likewise.
3529 (init_bincl_list): Likewise.
3530 (dbx_end_psymtab): Likewise.
3531 (start_psymtab): Likewise.
3532 (dbx_end_psymtab): Likewise.
3533 * dcache.c (dcache_init): Likewise.
3534 * dictionary.c (dict_create_hashed): Likewise.
3535 (dict_create_hashed_expandable): Likewise.
3536 (dict_create_linear): Likewise.
3537 (dict_create_linear_expandable): Likewise.
3538 * dtrace-probe.c (dtrace_process_dof_probe): Likewise.
3539 * dummy-frame.c (register_dummy_frame_dtor): Likewise.
3540 * dwarf2-frame-tailcall.c (cache_new_ref1): Likewise.
3541 * dwarf2-frame.c (dwarf2_build_frame_info): Likewise.
3542 (decode_frame_entry_1): Likewise.
3543 * dwarf2expr.c (new_dwarf_expr_context): Likewise.
3544 * dwarf2loc.c (dwarf2_compile_expr_to_ax): Likewise.
3545 * dwarf2read.c (dwarf2_has_info): Likewise.
3546 (create_signatured_type_table_from_index): Likewise.
3547 (dwarf2_read_index): Likewise.
3548 (dw2_get_file_names_reader): Likewise.
3549 (create_all_type_units): Likewise.
3550 (read_cutu_die_from_dwo): Likewise.
3551 (init_tu_and_read_dwo_dies): Likewise.
3552 (init_cutu_and_read_dies): Likewise.
3553 (create_all_comp_units): Likewise.
3554 (queue_comp_unit): Likewise.
3555 (inherit_abstract_dies): Likewise.
3556 (read_call_site_scope): Likewise.
3557 (dwarf2_add_field): Likewise.
3558 (dwarf2_add_typedef): Likewise.
3559 (dwarf2_add_member_fn): Likewise.
3560 (attr_to_dynamic_prop): Likewise.
3561 (abbrev_table_alloc_abbrev): Likewise.
3562 (abbrev_table_read_table): Likewise.
3563 (add_include_dir): Likewise.
3564 (add_file_name): Likewise.
3565 (dwarf_decode_line_header): Likewise.
3566 (dwarf2_const_value_attr): Likewise.
3567 (dwarf_alloc_block): Likewise.
3568 (parse_macro_definition): Likewise.
3569 (set_die_type): Likewise.
3570 (write_psymtabs_to_index): Likewise.
3571 (create_cus_from_index): Likewise.
3572 (dwarf2_create_include_psymtab): Likewise.
3573 (process_psymtab_comp_unit_reader): Likewise.
3574 (build_type_psymtab_dependencies): Likewise.
3575 (read_comp_units_from_section): Likewise.
3576 (compute_compunit_symtab_includes): Likewise.
3577 (create_dwo_unit_in_dwp_v1): Likewise.
3578 (create_dwo_unit_in_dwp_v2): Likewise.
3579 (read_func_scope): Likewise.
3580 (process_structure_scope): Likewise.
3581 (mark_common_block_symbol_computed): Likewise.
3582 (load_partial_dies): Likewise.
3583 (dwarf2_symbol_mark_computed): Likewise.
3584 * elfread.c (elf_symfile_segments): Likewise.
3585 (elf_read_minimal_symbols): Likewise.
3586 * environ.c (make_environ): Likewise.
3587 * eval.c (evaluate_subexp_standard): Likewise.
3588 * event-loop.c (create_file_handler): Likewise.
3589 (create_async_signal_handler): Likewise.
3590 (create_async_event_handler): Likewise.
3591 (create_timer): Likewise.
3592 * exec.c (build_section_table): Likewise.
3593 * fbsd-nat.c (fbsd_remember_child): Likewise.
3594 * fork-child.c (fork_inferior): Likewise.
3595 * frv-tdep.c (new_variant): Likewise.
3596 * gdbarch.sh (gdbarch_alloc): Likewise.
3597 (append_name): Likewise.
3598 * gdbtypes.c (rank_function): Likewise.
3599 (copy_type_recursive): Likewise.
3600 (add_dyn_prop): Likewise.
3601 * gnu-nat.c (make_proc): Likewise.
3602 (make_inf): Likewise.
3603 (gnu_write_inferior): Likewise.
3604 * gnu-v3-abi.c (build_gdb_vtable_type): Likewise.
3605 (build_std_type_info_type): Likewise.
3606 * guile/scm-param.c (compute_enum_list): Likewise.
3607 * guile/scm-utils.c (gdbscm_parse_function_args): Likewise.
3608 * guile/scm-value.c (gdbscm_value_call): Likewise.
3609 * h8300-tdep.c (h8300_gdbarch_init): Likewise.
3610 * hppa-tdep.c (hppa_init_objfile_priv_data): Likewise.
3611 (read_unwind_info): Likewise.
3612 * ia64-tdep.c (ia64_gdbarch_init): Likewise.
3613 * infcall.c (dummy_frame_context_saver_setup): Likewise.
3614 (call_function_by_hand_dummy): Likewise.
3615 * infcmd.c (step_once): Likewise.
3616 (finish_forward): Likewise.
3617 (attach_command): Likewise.
3618 (notice_new_inferior): Likewise.
3619 * inferior.c (add_inferior_silent): Likewise.
3620 * infrun.c (add_displaced_stepping_state): Likewise.
3621 (save_infcall_control_state): Likewise.
3622 (save_inferior_ptid): Likewise.
3623 (_initialize_infrun): Likewise.
3624 * jit.c (bfd_open_from_target_memory): Likewise.
3625 (jit_gdbarch_data_init): Likewise.
3626 * language.c (add_language): Likewise.
3627 * linespec.c (decode_line_2): Likewise.
3628 * linux-nat.c (add_to_pid_list): Likewise.
3629 (add_initial_lwp): Likewise.
3630 * linux-thread-db.c (add_thread_db_info): Likewise.
3631 (record_thread): Likewise.
3632 (info_auto_load_libthread_db): Likewise.
3633 * m32c-tdep.c (m32c_gdbarch_init): Likewise.
3634 * m68hc11-tdep.c (m68hc11_gdbarch_init): Likewise.
3635 * m68k-tdep.c (m68k_gdbarch_init): Likewise.
3636 * m88k-tdep.c (m88k_analyze_prologue): Likewise.
3637 * macrocmd.c (macro_define_command): Likewise.
3638 * macroexp.c (gather_arguments): Likewise.
3639 * macroscope.c (sal_macro_scope): Likewise.
3640 * macrotab.c (new_macro_table): Likewise.
3641 * mdebugread.c (push_parse_stack): Likewise.
3642 (parse_partial_symbols): Likewise.
3643 (parse_symbol): Likewise.
3644 (psymtab_to_symtab_1): Likewise.
3645 (new_block): Likewise.
3646 (new_psymtab): Likewise.
3647 (mdebug_build_psymtabs): Likewise.
3648 (add_pending): Likewise.
3649 (elfmdebug_build_psymtabs): Likewise.
3650 * mep-tdep.c (mep_gdbarch_init): Likewise.
3651 * mi/mi-main.c (mi_execute_command): Likewise.
3652 * mi/mi-parse.c (mi_parse_argv): Likewise.
3653 * minidebug.c (lzma_open): Likewise.
3654 * minsyms.c (terminate_minimal_symbol_table): Likewise.
3655 * mips-linux-nat.c (mips_linux_insert_watchpoint): Likewise.
3656 * mips-tdep.c (mips_gdbarch_init): Likewise.
3657 * mn10300-tdep.c (mn10300_gdbarch_init): Likewise.
3658 * msp430-tdep.c (msp430_gdbarch_init): Likewise.
3659 * mt-tdep.c (mt_registers_info): Likewise.
3660 * nat/aarch64-linux.c (aarch64_linux_new_thread): Likewise.
3661 * nat/linux-btrace.c (linux_enable_bts): Likewise.
3662 (linux_enable_pt): Likewise.
3663 * nat/linux-osdata.c (linux_xfer_osdata_processes): Likewise.
3664 (linux_xfer_osdata_processgroups): Likewise.
3665 * nios2-tdep.c (nios2_gdbarch_init): Likewise.
3666 * nto-procfs.c (procfs_meminfo): Likewise.
3667 * objc-lang.c (start_msglist): Likewise.
3668 (selectors_info): Likewise.
3669 (classes_info): Likewise.
3670 (find_methods): Likewise.
3671 * objfiles.c (allocate_objfile): Likewise.
3672 (update_section_map): Likewise.
3673 * osabi.c (gdbarch_register_osabi): Likewise.
3674 (gdbarch_register_osabi_sniffer): Likewise.
3675 * parse.c (start_arglist): Likewise.
3676 * ppc-linux-nat.c (hwdebug_find_thread_points_by_tid): Likewise.
3677 (hwdebug_insert_point): Likewise.
3678 * printcmd.c (display_command): Likewise.
3679 (ui_printf): Likewise.
3680 * procfs.c (create_procinfo): Likewise.
3681 (load_syscalls): Likewise.
3682 (proc_get_LDT_entry): Likewise.
3683 (proc_update_threads): Likewise.
3684 * prologue-value.c (make_pv_area): Likewise.
3685 (pv_area_store): Likewise.
3686 * psymtab.c (extend_psymbol_list): Likewise.
3687 (init_psymbol_list): Likewise.
3688 (allocate_psymtab): Likewise.
3689 * python/py-inferior.c (add_thread_object): Likewise.
3690 * python/py-param.c (compute_enum_values): Likewise.
3691 * python/py-value.c (valpy_call): Likewise.
3692 * python/py-varobj.c (py_varobj_iter_next): Likewise.
3693 * python/python.c (ensure_python_env): Likewise.
3694 * record-btrace.c (record_btrace_start_replaying): Likewise.
3695 * record-full.c (record_full_reg_alloc): Likewise.
3696 (record_full_mem_alloc): Likewise.
3697 (record_full_end_alloc): Likewise.
3698 (record_full_core_xfer_partial): Likewise.
3699 * regcache.c (get_thread_arch_aspace_regcache): Likewise.
3700 * remote-fileio.c (remote_fileio_init_fd_map): Likewise.
3701 * remote-notif.c (remote_notif_state_allocate): Likewise.
3702 * remote.c (demand_private_info): Likewise.
3703 (remote_notif_stop_alloc_reply): Likewise.
3704 (remote_enable_btrace): Likewise.
3705 * reverse.c (save_bookmark_command): Likewise.
3706 * rl78-tdep.c (rl78_gdbarch_init): Likewise.
3707 * rx-tdep.c (rx_gdbarch_init): Likewise.
3708 * s390-linux-nat.c (s390_insert_watchpoint): Likewise.
3709 * ser-go32.c (dos_get_tty_state): Likewise.
3710 (dos_copy_tty_state): Likewise.
3711 * ser-mingw.c (ser_windows_open): Likewise.
3712 (ser_console_wait_handle): Likewise.
3713 (ser_console_get_tty_state): Likewise.
3714 (make_pipe_state): Likewise.
3715 (net_windows_open): Likewise.
3716 * ser-unix.c (hardwire_get_tty_state): Likewise.
3717 (hardwire_copy_tty_state): Likewise.
3718 * solib-aix.c (solib_aix_new_lm_info): Likewise.
3719 * solib-dsbt.c (dsbt_current_sos): Likewise.
3720 (dsbt_relocate_main_executable): Likewise.
3721 * solib-frv.c (frv_current_sos): Likewise.
3722 (frv_relocate_main_executable): Likewise.
3723 * solib-spu.c (spu_bfd_fopen): Likewise.
3724 * solib-svr4.c (lm_info_read): Likewise.
3725 (svr4_copy_library_list): Likewise.
3726 (svr4_default_sos): Likewise.
3727 * source.c (find_source_lines): Likewise.
3728 (line_info): Likewise.
3729 (add_substitute_path_rule): Likewise.
3730 * spu-linux-nat.c (spu_bfd_open): Likewise.
3731 * spu-tdep.c (info_spu_dma_cmdlist): Likewise.
3732 * stabsread.c (dbx_lookup_type): Likewise.
3733 (read_type): Likewise.
3734 (read_member_functions): Likewise.
3735 (read_struct_fields): Likewise.
3736 (read_baseclasses): Likewise.
3737 (read_args): Likewise.
3738 (_initialize_stabsread): Likewise.
3739 * stack.c (func_command): Likewise.
3740 * stap-probe.c (handle_stap_probe): Likewise.
3741 * symfile.c (addrs_section_sort): Likewise.
3742 (addr_info_make_relative): Likewise.
3743 (load_section_callback): Likewise.
3744 (add_symbol_file_command): Likewise.
3745 (init_filename_language_table): Likewise.
3746 * symtab.c (create_filename_seen_cache): Likewise.
3747 (sort_search_symbols_remove_dups): Likewise.
3748 (search_symbols): Likewise.
3749 * target.c (make_cleanup_restore_target_terminal): Likewise.
3750 * thread.c (new_thread): Likewise.
3751 (enable_thread_stack_temporaries): Likewise.
3752 (make_cleanup_restore_current_thread): Likewise.
3753 (thread_apply_all_command): Likewise.
3754 * tic6x-tdep.c (tic6x_gdbarch_init): Likewise.
3755 * top.c (gdb_readline_wrapper): Likewise.
3756 * tracefile-tfile.c (tfile_trace_file_writer_new): Likewise.
3757 * tracepoint.c (trace_find_line_command): Likewise.
3758 (all_tracepoint_actions_and_cleanup): Likewise.
3759 (make_cleanup_restore_current_traceframe): Likewise.
3760 (get_uploaded_tp): Likewise.
3761 (get_uploaded_tsv): Likewise.
3762 * tui/tui-data.c (tui_alloc_generic_win_info): Likewise.
3763 (tui_alloc_win_info): Likewise.
3764 (tui_alloc_content): Likewise.
3765 (tui_add_content_elements): Likewise.
3766 * tui/tui-disasm.c (tui_find_disassembly_address): Likewise.
3767 (tui_set_disassem_content): Likewise.
3768 * ui-file.c (ui_file_new): Likewise.
3769 (stdio_file_new): Likewise.
3770 (tee_file_new): Likewise.
3771 * utils.c (make_cleanup_restore_integer): Likewise.
3772 (add_internal_problem_command): Likewise.
3773 * v850-tdep.c (v850_gdbarch_init): Likewise.
3774 * valops.c (find_oload_champ): Likewise.
3775 * value.c (allocate_value_lazy): Likewise.
3776 (record_latest_value): Likewise.
3777 (create_internalvar): Likewise.
3778 * varobj.c (install_variable): Likewise.
3779 (new_variable): Likewise.
3780 (new_root_variable): Likewise.
3781 (cppush): Likewise.
3782 (_initialize_varobj): Likewise.
3783 * windows-nat.c (windows_make_so): Likewise.
3784 * x86-nat.c (x86_add_process): Likewise.
3785 * xcoffread.c (arrange_linetable): Likewise.
3786 (allocate_include_entry): Likewise.
3787 (process_linenos): Likewise.
3788 (SYMBOL_DUP): Likewise.
3789 (xcoff_start_psymtab): Likewise.
3790 (xcoff_end_psymtab): Likewise.
3791 * xml-support.c (gdb_xml_parse_attr_ulongest): Likewise.
3792 * xtensa-tdep.c (xtensa_register_type): Likewise.
3793 * gdbarch.c: Regenerate.
3794 * gdbarch.h: Regenerate.
3795
17d8546e
DB
37962015-08-25 Don Breazeal <donb@codesourcery.com>
3797
3798 * infrun.c (follow_exec): Re-order operations for
3799 handling follow-exec-mode "new".
3800 (handle_inferior_event_1): Assign ecs->event_thread
3801 to the current thread.
3802 * remote.c (get_remote_arch_state): Add an assertion.
3803
ba49e44b
PA
38042015-08-26 Pedro Alves <palves@redhat.com>
3805
3806 * MAINTAINERS: Add Markus Metzger as btrace maintainer.
3807
7541ab03 38082015-08-25 Pedro Alves <palves@redhat.com>
abc56d60 3809
7541ab03 3810 PR gdb/18804
abc56d60
PA
3811 * defs.h (maybe_quit): Declare.
3812 (QUIT): Now calls maybe_quit.
3813 * event-loop.c (clear_async_signal_handler)
3814 (async_signal_handler_is_marked): New functions.
3815 * event-loop.h (async_signal_handler_is_marked)
3816 (clear_async_signal_handler): New declarations.
3817 * remote.c (remote_check_pending_interrupt): New function.
3818 (interrupt_query): Use make_cleanup_restore_target_terminal. No
3819 longer check whether the target is async. If waiting for a stop
3820 reply, and a Ctrl-C as been sent to the target, offer to
3821 disconnect, and throw TARGET_CLOSE_ERROR instead of a quit.
3822 Otherwise do not disconnect and throw a quit.
3823 (_initialize_remote): Install remote_check_pending_interrupt as
3824 to_check_pending_interrupt.
3825 * target.c (target_check_pending_interrupt): New function.
3826 * target.h (struct target_ops) <to_check_pending_interrupt>: New
3827 field.
3828 (target_check_pending_interrupt): New declaration.
3829 * utils.c (maybe_quit): New function.
3830 * target-delegates.c: Regenerate.
3831
dfe7f77c
YQ
38322015-08-25 Yao Qi <yao.qi@linaro.org>
3833
3834 * nat/aarch64-linux-hw-point.c (debug_reg_change_callback):
3835 Rename local variable pid to tid, and get lwpid of lwp. Update
3836 debug output.
3837
63e43d3a
PMR
38382015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
3839
3840 * ada-lang.c (ada_read_var_value): Add a var_block argument
3841 and pass it to default_read_var_value.
3842 * block.c (block_static_link): New accessor.
3843 * block.h (block_static_link): Declare it.
3844 * buildsym.c (finish_block_internal): Add a static_link
3845 argument. If there is a static link, associate it to the new
3846 block.
3847 (finish_block): Add a static link argument and pass it to
3848 finish_block_internal.
3849 (end_symtab_get_static_block): Update calls to finish_block and
3850 to finish_block_internal.
3851 (end_symtab_with_blockvector): Update call to
3852 finish_block_internal.
3853 * buildsym.h: Forward-declare struct dynamic_prop.
3854 (struct context_stack): Add a static_link field.
3855 (finish_block): Add a static link argument.
3856 * c-exp.y: Remove an obsolete comment (evaluation of variables
3857 already start from the selected frame, and now they climb *up*
3858 the call stack) and propagate the block information to the
3859 produced expression.
3860 * d-exp.y: Likewise.
3861 * f-exp.y: Likewise.
3862 * go-exp.y: Likewise.
3863 * jv-exp.y: Likewise.
3864 * m2-exp.y: Likewise.
3865 * p-exp.y: Likewise.
3866 * coffread.c (coff_symtab_read): Update calls to finish_block.
3867 * dbxread.c (process_one_symbol): Likewise.
3868 * xcoffread.c (read_xcoff_symtab): Likewise.
3869 * compile/compile-c-symbols.c (convert_one_symbol): Promote the
3870 "sym" parameter to struct block_symbol, update its uses and pass
3871 its block to calls to read_var_value.
3872 (convert_symbol_sym): Update the calls to convert_one_symbol.
3873 * compile/compile-loc2c.c (do_compile_dwarf_expr_to_c): Update
3874 call to read_var_value.
3875 * dwarf2loc.c (block_op_get_frame_base): New.
3876 (dwarf2_block_frame_base_locexpr_funcs): Implement the
3877 get_frame_base method.
3878 (dwarf2_block_frame_base_loclist_funcs): Likewise.
3879 (dwarf2locexpr_baton_eval): Add a frame argument and use it
3880 instead of the selected frame in order to evaluate the
3881 expression.
3882 (dwarf2_evaluate_property): Add a frame argument. Update call
3883 to dwarf2_locexpr_baton_eval to provide a frame in available and
3884 to handle the absence of address stack.
3885 * dwarf2loc.h (dwarf2_evaluate_property): Add a frame argument.
3886 * dwarf2read.c (attr_to_dynamic_prop): Add a forward
3887 declaration.
3888 (read_func_scope): Record any available static link description.
3889 Update call to finish_block.
3890 (read_lexical_block_scope): Update call to finish_block.
3891 * findvar.c (follow_static_link): New.
3892 (get_hosting_frame): New.
3893 (default_read_var_value): Add a var_block argument. Use
3894 get_hosting_frame to handle non-local references.
3895 (read_var_value): Add a var_block argument and pass it to the
3896 LA_READ_VAR_VALUE method.
3897 * gdbtypes.c (resolve_dynamic_range): Update calls to
3898 dwarf2_evaluate_property.
3899 (resolve_dynamic_type_internal): Likewise.
3900 * guile/scm-frame.c (gdbscm_frame_read_var): Update call to
3901 read_var_value, passing it the block coming from symbol lookup.
3902 * guile/scm-symbol.c (gdbscm_symbol_value): Update call to
3903 read_var_value (TODO).
3904 * infcmd.c (finish_command_continuation): Update call to
3905 read_var_value, passing it the block coming from symbol lookup.
3906 * infrun.c (insert_exception_resume_breakpoint): Likewise.
3907 * language.h (struct language_defn): Add a var_block argument to
3908 the LA_READ_VAR_VALUE method.
3909 * objfiles.c (struct static_link_htab_entry): New.
3910 (static_link_htab_entry_hash): New.
3911 (static_link_htab_entry_eq): New.
3912 (objfile_register_static_link): New.
3913 (objfile_lookup_static_link): New.
3914 (free_objfile): Free the STATIC_LINKS hashed map if needed.
3915 * objfiles.h: Include hashtab.h.
3916 (struct objfile): Add a static_links field.
3917 (objfile_register_static_link): New.
3918 (objfile_lookup_static_link): New.
3919 * printcmd.c (print_variable_and_value): Update call to
3920 read_var_value.
3921 * python/py-finishbreakpoint.c (bpfinishpy_init): Likewise.
3922 * python/py-frame.c (frapy_read_var): Update call to
3923 read_var_value, passing it the block coming from symbol lookup.
3924 * python/py-framefilter.c (extract_sym): Add a sym_block
3925 parameter and set the pointed value to NULL (TODO).
3926 (enumerate_args): Update call to extract_sym.
3927 (enumerate_locals): Update calls to extract_sym and to
3928 read_var_value.
3929 * python/py-symbol.c (sympy_value): Update call to
3930 read_var_value (TODO).
3931 * stack.c (read_frame_local): Update call to read_var_value.
3932 (read_frame_arg): Likewise.
3933 (return_command): Likewise.
3934 * symtab.h (struct symbol_block_ops): Add a get_frame_base
3935 method.
3936 (struct symbol): Add a block field.
3937 (SYMBOL_BLOCK): New accessor.
3938 * valops.c (value_of_variable): Remove frame/block handling and
3939 pass the block argument to read_var_value, which does this job
3940 now.
3941 (value_struct_elt_for_reference): Update calls to
3942 read_var_value.
3943 (value_of_this): Pass the block found to read_var_value.
3944 * value.h (read_var_value): Add a var_block argument.
3945 (default_read_var_value): Likewise.
3946
ed8b7b42
YQ
39472015-08-25 Yao Qi <yao.qi@linaro.org>
3948
3949 * aarch64-linux-nat.c (aarch64_linux_new_thread): Move it to ...
3950 * nat/aarch64-linux.c (aarch64_linux_new_thread): ... here.
3951 * nat/aarch64-linux.h (aarch64_linux_new_thread): Declare.
3952
db3cb7cb
YQ
39532015-08-25 Yao Qi <yao.qi@linaro.org>
3954
3955 * Makefile.in (aarch64-liunx.o): New rule.
3956 (HFILES_NO_SRCDIR): Add aarch64-linux.h.
3957 * config/aarch64/linux.mh (NAT_FILE): Add aarch64-linux.o.
3958 * aarch64-linux-nat.c: Include nat/aarch64-linux.h.
3959 * aarch64-linux-nat.c (aarch64_get_debug_reg_state): Make it
3960 extern.
3961 (aarch64_linux_prepare_to_resume): Move it nat/aarch64-linux.c.
3962 * nat/aarch64-linux-hw-point.h (aarch64_debug_reg_state): Declare
3963 * nat/aarch64-linux.c: New file.
3964 * nat/aarch64-linux.h: New file.
3965
f6011a1c
YQ
39662015-08-25 Yao Qi <yao.qi@linaro.org>
3967
3968 * aarch64-linux-nat.c (aarch64_linux_prepare_to_resume): Use
3969 lwp_arch_private_info and ptid_of_lwp.
3970
5e35436e
YQ
39712015-08-25 Yao Qi <yao.qi@linaro.org>
3972
3973 * aarch64-linux-nat.c (struct arch64_dr_update_callback_param):
3974 Move it to nat/aarch64-linux-hw-point.c.
3975 (debug_reg_change_callback): Likewise.
3976 (aarch64_notify_debug_reg_change): :Likewise.
3977 * nat/aarch64-linux-hw-point.c: Include nat/linux-nat.h.
3978 (aarch64_dr_update_callback_param): New.
3979 (debug_reg_change_callback): New function.
3980 (aarch64_notify_debug_reg_change): Likewise.
3981 * nat/aarch64-linux-hw-point.h (aarch64_notify_debug_reg_change):
3982 Remove the declaration.
3983
4a8a7965
YQ
39842015-08-25 Yao Qi <yao.qi@linaro.org>
3985
3986 * aarch64-linux-nat.c (aarch64_notify_debug_reg_change):
3987 Call current_lwp_ptid.
3988
32a271ee
YQ
39892015-08-25 Yao Qi <yao.qi@linaro.org>
3990
3991 * aarch64-linux-nat.c (debug_reg_change_callback): Use
3992 debug_printf.
3993
5e137137
YQ
39942015-08-25 Yao Qi <yao.qi@linaro.org>
3995
3996 * aarch64-linux-nat.c (debug_reg_change_callback): Call
3997 ptid_get_pid rather than ptid_get_lwp.
3998
73b8c1fd
PA
39992015-08-24 Pedro Alves <palves@redhat.com>
4000
4001 * NEWS (New commands): Mention set/show remote
4002 multiprocess-extensions-packet.
4003 * remote.c (remote_query_supported): Only tell the server to use
4004 the multiprocess extensions if the user hasn't force-disabled them
4005 with "set remote multiprocess-extensions-packet off".
4006
4a626d0a
PA
40072015-08-24 Pedro Alves <palves@redhat.com>
4008
4009 * gnulib/update-gnulib.sh (GNULIB_COMMIT_SHA1): Set to
4010 1029a8112290f6eee9d7878a391c49db42c999bd.
4011 * gnulib/configure, gnulib/config.in, gnulib/aclocal.m4:
4012 Regenerate.
4013 * gnulib/import/Makefile.am: Update.
4014 * gnulib/import/Makefile.in: Update.
4015 * gnulib/import/alloca.in.h: Update.
4016 * gnulib/import/basename-lgpl.c: Update.
4017 * gnulib/import/canonicalize-lgpl.c: Update.
4018 * gnulib/import/config.charset: Update.
4019 * gnulib/import/dirent.in.h: Update.
4020 * gnulib/import/dirfd.c: Update.
4021 * gnulib/import/dirname-lgpl.c: Update.
4022 * gnulib/import/dirname.h: Update.
4023 * gnulib/import/dosname.h: Update.
4024 * gnulib/import/errno.in.h: Update.
4025 * gnulib/import/extra/snippet/arg-nonnull.h: Update.
4026 * gnulib/import/extra/snippet/c++defs.h: Update.
4027 * gnulib/import/extra/snippet/warn-on-use.h: Update.
4028 * gnulib/import/extra/update-copyright: Update.
4029 * gnulib/import/float+.h: Update.
4030 * gnulib/import/float.c: Update.
4031 * gnulib/import/float.in.h: Update.
4032 * gnulib/import/fnmatch.c: Update.
4033 * gnulib/import/fnmatch.in.h: Update.
4034 * gnulib/import/fnmatch_loop.c: Update.
4035 * gnulib/import/fpucw.h: Update.
4036 * gnulib/import/frexp.c: Update.
4037 * gnulib/import/frexpl.c: Update.
4038 * gnulib/import/gettimeofday.c: Update.
4039 * gnulib/import/inttypes.in.h: Update.
4040 * gnulib/import/isnan.c: Update.
4041 * gnulib/import/isnand-nolibm.h: Update.
4042 * gnulib/import/isnand.c: Update.
4043 * gnulib/import/isnanl-nolibm.h: Update.
4044 * gnulib/import/isnanl.c: Update.
4045 * gnulib/import/itold.c: Update.
4046 * gnulib/import/localcharset.c: Update.
4047 * gnulib/import/localcharset.h: Update.
4048 * gnulib/import/lstat.c: Update.
4049 * gnulib/import/m4/00gnulib.m4: Update.
4050 * gnulib/import/m4/absolute-header.m4: Update.
4051 * gnulib/import/m4/alloca.m4: Update.
4052 * gnulib/import/m4/canonicalize.m4: Update.
4053 * gnulib/import/m4/codeset.m4: Update.
4054 * gnulib/import/m4/configmake.m4: Update.
4055 * gnulib/import/m4/dirent_h.m4: Update.
4056 * gnulib/import/m4/dirfd.m4: Update.
4057 * gnulib/import/m4/dirname.m4: Update.
4058 * gnulib/import/m4/double-slash-root.m4: Update.
4059 * gnulib/import/m4/eealloc.m4: Update.
4060 * gnulib/import/m4/errno_h.m4: Update.
4061 * gnulib/import/m4/exponentd.m4: Update.
4062 * gnulib/import/m4/exponentl.m4: Update.
4063 * gnulib/import/m4/extensions.m4: Update.
4064 * gnulib/import/m4/extern-inline.m4: Update.
4065 * gnulib/import/m4/fcntl-o.m4: Update.
4066 * gnulib/import/m4/float_h.m4: Update.
4067 * gnulib/import/m4/fnmatch.m4: Update.
4068 * gnulib/import/m4/fpieee.m4: Update.
4069 * gnulib/import/m4/frexp.m4: Update.
4070 * gnulib/import/m4/frexpl.m4: Update.
4071 * gnulib/import/m4/gettimeofday.m4: Update.
4072 * gnulib/import/m4/glibc21.m4: Update.
4073 * gnulib/import/m4/gnulib-cache.m4: Update.
4074 * gnulib/import/m4/gnulib-common.m4: Update.
4075 * gnulib/import/m4/gnulib-comp.m4: Update.
4076 * gnulib/import/m4/gnulib-tool.m4: Update.
4077 * gnulib/import/m4/include_next.m4: Update.
4078 * gnulib/import/m4/inttypes-pri.m4: Update.
4079 * gnulib/import/m4/inttypes.m4: Update.
4080 * gnulib/import/m4/isnand.m4: Update.
4081 * gnulib/import/m4/isnanl.m4: Update.
4082 * gnulib/import/m4/largefile.m4: Update.
4083 * gnulib/import/m4/localcharset.m4: Update.
4084 * gnulib/import/m4/locale-fr.m4: Update.
4085 * gnulib/import/m4/locale-ja.m4: Update.
4086 * gnulib/import/m4/locale-zh.m4: Update.
4087 * gnulib/import/m4/longlong.m4: Update.
4088 * gnulib/import/m4/lstat.m4: Update.
4089 * gnulib/import/m4/malloc.m4: Update.
4090 * gnulib/import/m4/malloca.m4: Update.
4091 * gnulib/import/m4/math_h.m4: Update.
4092 * gnulib/import/m4/mbrtowc.m4: Update.
4093 * gnulib/import/m4/mbsinit.m4: Update.
4094 * gnulib/import/m4/mbsrtowcs.m4: Update.
4095 * gnulib/import/m4/mbstate_t.m4: Update.
4096 * gnulib/import/m4/memchr.m4: Update.
4097 * gnulib/import/m4/memmem.m4: Update.
4098 * gnulib/import/m4/mmap-anon.m4: Update.
4099 * gnulib/import/m4/multiarch.m4: Update.
4100 * gnulib/import/m4/nocrash.m4: Update.
4101 * gnulib/import/m4/off_t.m4: Update.
4102 * gnulib/import/m4/pathmax.m4: Update.
4103 * gnulib/import/m4/readlink.m4: Update.
4104 * gnulib/import/m4/rename.m4: Update.
4105 * gnulib/import/m4/rmdir.m4: Update.
4106 * gnulib/import/m4/ssize_t.m4: Update.
4107 * gnulib/import/m4/stat.m4: Update.
4108 * gnulib/import/m4/stdbool.m4: Update.
4109 * gnulib/import/m4/stddef_h.m4: Update.
4110 * gnulib/import/m4/stdint.m4: Update.
4111 * gnulib/import/m4/stdio_h.m4: Update.
4112 * gnulib/import/m4/stdlib_h.m4: Update.
4113 * gnulib/import/m4/string_h.m4: Update.
4114 * gnulib/import/m4/strstr.m4: Update.
4115 * gnulib/import/m4/strtok_r.m4: Update.
4116 * gnulib/import/m4/sys_socket_h.m4: Update.
4117 * gnulib/import/m4/sys_stat_h.m4: Update.
4118 * gnulib/import/m4/sys_time_h.m4: Update.
4119 * gnulib/import/m4/sys_types_h.m4: Update.
4120 * gnulib/import/m4/time_h.m4: Update.
4121 * gnulib/import/m4/unistd_h.m4: Update.
4122 * gnulib/import/m4/warn-on-use.m4: Update.
4123 * gnulib/import/m4/wchar_h.m4: Update.
4124 * gnulib/import/m4/wchar_t.m4: Update.
4125 * gnulib/import/m4/wctype_h.m4: Update.
4126 * gnulib/import/m4/wint_t.m4: Update.
4127 * gnulib/import/malloc.c: Update.
4128 * gnulib/import/malloca.c: Update.
4129 * gnulib/import/malloca.h: Update.
4130 * gnulib/import/math.in.h: Update.
4131 * gnulib/import/mbrtowc.c: Update.
4132 * gnulib/import/mbsinit.c: Update.
4133 * gnulib/import/mbsrtowcs-impl.h: Update.
4134 * gnulib/import/mbsrtowcs-state.c: Update.
4135 * gnulib/import/mbsrtowcs.c: Update.
4136 * gnulib/import/memchr.c: Update.
4137 * gnulib/import/memmem.c: Update.
4138 * gnulib/import/pathmax.h: Update.
4139 * gnulib/import/readlink.c: Update.
4140 * gnulib/import/ref-add.sin: Update.
4141 * gnulib/import/ref-del.sin: Update.
4142 * gnulib/import/rename.c: Update.
4143 * gnulib/import/rmdir.c: Update.
4144 * gnulib/import/same-inode.h: Update.
4145 * gnulib/import/stat.c: Update.
4146 * gnulib/import/stdbool.in.h: Update.
4147 * gnulib/import/stddef.in.h: Update.
4148 * gnulib/import/stdint.in.h: Update.
4149 * gnulib/import/stdio.c: Update.
4150 * gnulib/import/stdio.in.h: Update.
4151 * gnulib/import/stdlib.in.h: Update.
4152 * gnulib/import/str-two-way.h: Update.
4153 * gnulib/import/streq.h: Update.
4154 * gnulib/import/string.in.h: Update.
4155 * gnulib/import/stripslash.c: Update.
4156 * gnulib/import/strnlen1.c: Update.
4157 * gnulib/import/strnlen1.h: Update.
4158 * gnulib/import/strstr.c: Update.
4159 * gnulib/import/strtok_r.c: Update.
4160 * gnulib/import/sys_stat.in.h: Update.
4161 * gnulib/import/sys_time.in.h: Update.
4162 * gnulib/import/sys_types.in.h: Update.
4163 * gnulib/import/time.in.h: Update.
4164 * gnulib/import/unistd.in.h: Update.
4165 * gnulib/import/verify.h: Update.
4166 * gnulib/import/wchar.in.h: Update.
4167 * gnulib/import/wctype.in.h: Update.
4168 * gnulib/import/gettimeofday.c: New file.
4169 * gnulib/import/m4/absolute-header.m4: New file.
4170 * gnulib/import/m4/gettimeofday.m4: New file.
4171 * gnulib/import/m4/sys_socket_h.m4: New file.
4172 * gnulib/import/m4/sys_time_h.m4: New file.
4173 * gnulib/import/stdio.c: Delete file.
4174 * gnulib/import/sys_time.in.h: New file.
4175
438e1e42
PA
41762015-08-24 Pedro Alves <palves@redhat.com>
4177
4178 * Makefile.in (HFILES_NO_SRCDIR): Add common/gdb_sys_time.h.
4179 * common/gdb_sys_time.h: New file.
4180 * event-loop.c: Include gdb_sys_time.h instead of sys/time.h.
4181 * gdb_select.h: Likewise.
4182 * gdb_usleep.c: Likewise.
4183 * maint.c: Likewise.
4184 * mi/mi-main.c: Likewise.
4185 * mi/mi-parse.h: Likewise.
4186 * remote-fileio.c: Likewise.
4187 * remote-m32r-sdi.c: Likewise.
4188 * remote.c: Likewise.
4189 * ser-base.c: Likewise.
4190 * ser-pipe.c: Likewise.
4191 * ser-tcp.c: Likewise.
4192 * ser-unix.c: Likewise.
4193 * symfile.c: Likewise.
4194 * symfile.c: Likewise. Rename OSIZE to SIZE throughout.
4195 * target-memory.c: Include gdb_sys_time.h instead of sys/time.h.
4196 * utils.c: Likewise.
4197
40e0b271
PA
41982015-08-24 Pedro Alves <palves@redhat.com>
4199
4200 * NEWS: Mention removed support for the various ROM monitors.
4201 * Makefile.in (ALL_TARGET_OBS): Remove dbug-rom.o, dink32-rom.o,
4202 ppcbug-rom.o, m32r-rom.o, dsrec.o and monitor.o from gdb_target_obs.
4203 * configure.tgt (h8300-*-*): Remove monitor.o and m32r-rom.o from
4204 gdb_target_obs.
4205 (m68*-*-*): Remove monitor.o dbug-rom.o and dsrec.o from
4206 gdb_target_obs.
4207 (microblaze*-linux-*): Remove microblaze-rom.o, monitor.o and
4208 dsrec.o from gdb_target_obs.
4209 (microblaze*-*-*): Remove microblaze-rom.o, monitor.o and dsrec.o
4210 from gdb_target_obs.
4211 (powerpc-*-lynx*178): Remove monitor.o and dsrec.o from
4212 gdb_target_obs.
4213 (powerpc*-*-*): Remove monitor.o, dsrec.o, ppcbug-rom.o and
4214 dink32-rom.o from gdb_target_obs.
4215 (sh*-*-linux*): Remove monitor.o and dsrec.o from gdb_target_obs.
4216 (sh*): Remove monitor.o and dsrec.o from gdb_target_obs.
4217 * dbug-rom.c, dink32-rom.c, dsrec.c, m32r-rom.c, microblaze-rom.c,
4218 monitor.c, monitor.h, ppcbug-rom.c, srec.h: Delete files.
4219
f8904751
PA
42202015-08-21 Pedro Alves <palves@redhat.com>
4221
4222 * frame.c (null_frame_id): Explicitly zero-initialize.
4223
049412e3
TT
42242015-08-21 Tom Tromey <tromey@redhat.com>
4225
4226 * dwarf2read.c (struct dwarf2_section_info): Rename field
4227 'asection' to 'section'.
4228 (dwarf2_has_info, get_section_bfd_owner, get_section_bfd_section)
4229 (dwarf2_locate_sections, dwarf2_locate_sections)
4230 (locate_dwz_sections, locate_v1_virtual_dwo_sections)
4231 (dwarf2_locate_dwo_sections, dwarf2_locate_dwo_sections)
4232 (dwarf2_locate_v2_dwp_sections): Adjust.
4233
948578a9
PP
42342015-08-21 Patrick Palka <patrick@parcs.ath.cx>
4235
4236 * top.h (gdb_in_secondary_prompt_p): Declare.
4237 * top.c (gdb_secondary_prompt_depth): Define.
4238 (gdb_in_secondary_prompt_p): Define.
4239 (gdb_readline_wrapper_cleanup): Decrement
4240 gdb_secondary_prompt_depth.
4241 (gdb_readline_wrapper): Increment gdb_secondary_prompt_depth.
4242 * tui/tui-io.c (tui_getc): Don't clear the prompt line if we
4243 are in a secondary prompt.
4244
7a8bcb88
PP
42452015-08-21 Patrick Palka <patrick@parcs.ath.cx>
4246
4247 * tui/tui-io.c (tui_getc): Use tui_putc instead of waddch to
4248 emit the newline.
4249
2d7711a3
GB
42502015-08-21 Gary Benson <gbenson@redhat.com>
4251
4252 * gdb_bfd.c (gdb_bfd_iovec_fileio_pread): Add QUIT call.
4253
4313b8c0
GB
42542015-08-21 Gary Benson <gbenson@redhat.com>
4255
4256 * target.h (struct target_ops) <to_fileio_open>: New argument
4257 warn_if_slow. Update comment. All implementations updated.
4258 (target_fileio_open_warn_if_slow): New declaration.
4259 * target.c (target_fileio_open): Renamed as...
4260 (target_fileio_open_1): ...this. New argument warn_if_slow.
4261 Pass warn_if_slow to implementation. Update debug printing.
4262 (target_fileio_open): New function.
4263 (target_fileio_open_warn_if_slow): Likewise.
4264 * gdb_bfd.c (gdb_bfd_iovec_fileio_open): Use new function
4265 target_fileio_open_warn_if_slow.
4266
f36b8719
GB
42672015-08-21 Gary Benson <gbenson@redhat.com>
4268
4269 * nat/linux-namespaces.c (linux_mntns_access_fs):
4270 Do not overwrite old_chain.
4271
40045d91
MF
42722015-08-20 Max Filippov <jcmvbkbc@gmail.com>
4273
4274 * arch/xtensa.h: New file.
4275 * xtensa-linux-nat.c (gdb_proc_service.h): New #include.
4276 (ps_get_thread_area): New function.
4277 * xtensa-linux-tdep.c (xtensa_linux_init_abi): Add call to
4278 set_gdbarch_fetch_tls_load_module_address to enable TLS support.
4279 * xtensa-tdep.c (osabi.h): New #include.
4280 (xtensa_gdbarch_init): Call gdbarch_init_osabi to register
4281 xtensa-specific hooks.
4282 * xtensa-tdep.h (struct xtensa_elf_gregset_t): Add threadptr
4283 member and move the structure to arch/xtensa.h.
4284
80152258
PA
42852015-08-21 Pedro Alves <palves@redhat.com>
4286
4287 * remote.c (struct readahead_cache): New.
4288 (struct remote_state) <readahead_cache>: New field.
4289 (remote_open_1): Invalidate the cache.
4290 (readahead_cache_invalidate, readahead_cache_invalidate_fd): New
4291 functions.
4292 (remote_hostio_pwrite): Invalidate the readahead cache.
4293 (remote_hostio_pread): Rename to ...
4294 (remote_hostio_pread_vFile): ... this.
4295 (remote_hostio_pread_from_cache): New function.
4296 (remote_hostio_pread): Reimplement.
4297 (remote_hostio_close): Invalidate the readahead cache.
4298
88fc5eb7
MC
42992015-08-21 Marcin Cieślak <saper@saper.info> (tiny patch)
4300
4301 PR build/18843
4302 * procfs.c: Include "filestuff.h".
4303
6f1cb6ea
PP
43042015-08-21 Patrick Palka <patrick@parcs.ath.cx>
4305
4306 * tui/tui-data.h (tui_command_info): Remove fields cur_line and
4307 curch.
4308 * tui/tui-data.c (tui_clear_win_detail) [CMD_WIN]: Don't set
4309 cur_line or curch, instead call wmove().
4310 (init_win_info) [CMD_WIN]: Likewise.
4311 * tui/tui-io.c (tui_puts): Likewise. Don't read cur_line,
4312 instead call getcury().
4313 (tui_redisplay_readline): Don't set cur_line or curch.
4314 (tui_mld_erase_entire_line): Don't read cur_line, instead call
4315 getcury().
4316 (tui_cont_sig): Remove call to wmove.
4317 (tui_getc): Don't read cur_line or curch, instead call getcury()
4318 or getyx(). Don't set curch.
4319 * tui/tui-win.c (make_visible_with_new_height) [CMD_WIN]: Don't
4320 set cur_line or curch. Always move cursor to (0,0).
4321
221e1a37
PA
43222015-08-20 Pedro Alves <palves@redhat.com>
4323
4324 * infrun.c (print_target_wait_results): Make extern.
4325 * infrun.h (print_target_wait_results): Declare.
4326 * remote.c (set_stop_requested_callback): Delete.
4327 (process_initial_stop_replies): New function.
4328 (remote_start_remote): Use it.
4329 (stop_reply_queue_length): New function.
4330
40e3ad0e
PA
43312015-08-20 Pedro Alves <palves@redhat.com>
4332
4333 * dwarf2read.c (process_full_comp_unit): To tell whether
4334 start_subfile managed to deduce a language, test for
4335 language_unknown instead of language_c.
4336
af39b327
PMR
43372015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
4338
4339 * ada-lex.l: Reset the start condition to INITIAL in the rule that
4340 matches attributes.
4341
7d45c7c3
KB
43422015-08-19 Kevin Buettner <kevinb@redhat.com>
4343
4344 * dwarf2read.c (dwarf2_string_attr): New function.
4345 (lookup_dwo_unit, process_psymtab_comp_unit_reader)
4346 (dwarf2_compute_name, dwarf2_physname, find_file_and_directory)
4347 (read_call_site_scope, namespace_name, guess_full_die_structure_name)
4348 (anonymous_struct_prefix, prepare_one_comp_unit): Use
4349 dwarf2_string_attr in place of dwarf2_attr and DW_STRING.
4350
4d6cceb4
DE
43512015-08-18 Doug Evans <dje@google.com>
4352 Adrian Sendroiu <adrian.sendroiu@freescale.com>
4353
4354 PR mi/18833
4355 * cli/cli-logging.c (pop_output_files): Don't restore redirection
4356 if MI-like.
4357 * mi/mi-out.c: #include "vec.h".
4358 (ui_filep): New type.
4359 (DEV_VEC_P (ui_filep)): New type.
4360 (struct ui_out_data) <buffer, original_buffer>: Delete.
4361 (struct ui_out_data) <streams>: New member.
4362 (mi_ui_out_impl): Add data_destroy field.
4363 (mi_field_string, mi_field_fmt): Update.
4364 (mi_flush, mi_redirect, field_separator): Update.
4365 (mi_open, mi_close): Update.
4366 (mi_out_buffered, mi_out_rewind, mi_out_put): Update.
4367 (mi_out_data_ctor, mi_out_data_dtor): New functions.
4368 (mi_out_new): Call mi_out_data_ctor.
4369
26d56a93
SL
43702015-08-18 Sandra Loosemore <sandra@codesourcery.com>
4371
4372 * remote.c (strprefix): New.
4373 (remote_parse_stop_reply): Use strprefix instead of strncmp
4374 to ensure exact match of keyword.
4375
566f5e3b
AB
43762015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>
4377
4378 * gdb_bfd.c (debug_bfd_cache): New variable.
4379 (show_bfd_cache_debug): New function.
4380 (gdb_bfd_open): Add debug logging.
4381 (gdb_bfd_ref): Likewise.
4382 (gdb_bfd_unref): Likewise.
4383 (_initialize_gdb_bfd): Add new set/show command.
4384 * NEWS: Mention new command.
4385
18989b3c
AB
43862015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>
4387
4388 * gdb_bfd.c (bfd_sharing): New variable.
4389 (show_bfd_sharing): New function.
4390 (gdb_bfd_open): Check bfd_sharing variable.
4391 (_initialize_gdb_bfd): Add new set/show command.
4392 * NEWS: Mention new command.
4393
c04fe68f
AB
43942015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>
4395
4396 * gdb_bfd.c (struct gdb_bfd_data): Add size, inode, and device id
4397 field.
4398 (struct gdb_bfd_cache_search): Likewise.
4399 (eq_bfd): Compare the size, inode, and device id fields.
4400 (gdb_bfd_open): Initialise the size, inode, and device id fields.
4401 (gdb_bfd_ref): Likewise.
4402 (gdb_bfd_unref): Likewise.
4403
b2a33439
PA
44042015-08-18 Pedro Alves <palves@redhat.com>
4405
4406 * linux-nat.c (linux_nat_always_non_stop_p): If the linux_ops
4407 target implements to_always_non_stop_p, call it.
4408 * x86-linux-nat.c (x86_linux_always_non_stop_p): New function.
4409 (x86_linux_create_target): Install it as to_always_non_stop_p
4410 method.
4411
71b57e37
DE
44122015-08-17 Doug Evans <dje@google.com>
4413
4414 * ui-out.c (default_ui_out_impl): Add comment.
4415
7f3706eb
IB
44162015-08-17 Iain Buclaw <ibuclaw@gdcproject.org>
4417
4418 * d-exp.y (type_aggregate_p): New function.
4419 (PrimaryExpression : TypeExp '.' IdentifierExp): Use it.
4420 (classify_inner_name): Likewise.
4421 * d-namespace.c (d_lookup_nested_symbol): Handle TYPE_CODE_ENUM.
4422
1762568f
DE
44232015-08-15 Doug Evans <xdje42@gmail.com>
4424
4425 * psymtab.c (add_psymbol_to_bcache): Remove "val" arg. All callers
4426 updated.
4427 (add_psymbol_to_list): Ditto.
4428
8763cede
DE
44292015-08-15 Doug Evans <xdje42@gmail.com>
4430
4431 * dbxread.c (dbx_end_psymtab): Renamed from end_psymtab. All callers
4432 updated. Call end_psymtab_common.
4433 * dwarf2read.c (process_psymtab_comp_unit_reader): Call
4434 end_psymtab_common.
4435 (build_type_psymtabs_reader): Ditto.
4436 * psympriv.h (sort_pst_symbols): Delete.
4437 (end_psymtab_common): Declare.
4438 * psymtab.c (sort_pst_symbols): Make static.
4439 (end_psymtab_common): New function.
4440 * xcoffread.c (xcoff_end_psymtab): Call end_psymtab_common.
4441
51cdc993
DE
44422015-08-15 Doug Evans <xdje42@gmail.com>
4443
4444 * defs.h (LANGUAGE_BITS): Define.
4445 * psympriv.h (partial_symbol) <domain>: Use SYMBOL_DOMAIN_BITS.
4446 (partial_symbol) <aclass>: Use SYMBOL_ACLASS_BITS.
4447 * symtab.h (general_symbol_info> <language>: Usage LANGUAGE_BITS.
4448 (minimal_symbol_type): Add nr_minsym_types.
4449 (MINSYM_TYPE_BITS): Define.
4450 (minimal_symbol) <type>: Use MINSYM_TYPE_BITS.
4451 (domain_enum_tag): Add NR_DOMAINS.
4452 (SYMBOL_DOMAIN_BITS): Change from 4 to 3.
4453 (SYMBOL_ACLASS_BITS): Define from 6 to 5.
4454
95cf5869
DE
44552015-08-15 Doug Evans <xdje42@gmail.com>
4456
4457 * objfiles.h: Whitespace cleanup.
4458 * psympriv.h: Whitespace cleanup.
4459 * psymtab.c: Whitespace/coding convention cleanup.
4460
e3ae3c43
PP
44612015-08-15 Patrick Palka <patrick@parcs.ath.cx>
4462
4463 * inferior.c (detach_inferior_command): Don't call
4464 any_thread_of_process when pid is 0.
4465 (kill_inferior_command): Likewise.
4466
6ff0ba5f
DE
44672015-08-14 Doug Evans <xdje42@gmail.com>
4468
4469 PR gdb/11833
4470 * NEWS: Document new /s modifier for the disassemble command.
4471 * cli/cli-cmds.c (disassemble_command): Add support for /s.
4472 (_initialize_cli_cmds): Update online docs of disassemble command.
4473 * disasm.c: #include "source.h".
4474 (struct deprecated_dis_line_entry): Renamed from dis_line_entry.
4475 All uses updated.
4476 (dis_line_entry): New struct.
4477 (hash_dis_line_entry, eq_dis_line_entry): New functions.
4478 (allocate_dis_line_table): New functions.
4479 (maybe_add_dis_line_entry, line_has_code_p): New functions.
4480 (dump_insns): New arg end_pc. All callers updated.
4481 (do_mixed_source_and_assembly_deprecated): Renamed from
4482 do_mixed_source_and_assembly. All callers updated.
4483 (do_mixed_source_and_assembly): New function.
4484 (gdb_disassembly): Handle /s (DISASSEMBLY_SOURCE).
4485 * disasm.h (DISASSEMBLY_SOURCE_DEPRECATED): Renamed from
4486 DISASSEMBLY_SOURCE. All uses updated.
4487 (DISASSEMBLY_SOURCE): New macro.
4488 * mi/mi-cmd-disas.c (mi_cmd_disassemble): New modes 4,5.
4489
b56ccc20
KS
44902015-08-14 Keith Seitz <keiths@redhat.com>
4491
4492 * d-exp.y (PrimaryExpression : TypeExp '.' IdentifierExp): Rename
4493 `typename' to `type_name' to avoid C++ reserved word.
4494
ebdad8fc
KS
44952015-08-14 Keith Seitz <keiths@redhat.com>
4496
4497 * location.c (EL_TYPE, EL_LINESPEC, EL_PROBE, EL_ADDRESS)
4498 (EL_EXPLICIT, EL_STRING): Change macro parameter to "P" to
4499 silence ARI errors.
4500
c0fe2ae7
IB
45012015-08-14 Iain Buclaw <ibuclaw@gdcproject.org>
4502
4503 * d-exp.y (PrimaryExpression : TypeExp '.' IdentifierExp): Use
4504 xstrprintf instead of malloc and sprintf.
4505 (PrimaryExpression : IdentifierExp): Avoid operator at end of line.
4506 (lex_one_token): Likewise.
4507
a738da3a
MF
45082015-08-14 Matthew Fortune <matthew.fortune@imgtec.com>
4509
4510 * solib-svr4.c (read_program_header): Add base_addr argument to
4511 report the runtime address of the segment.
4512 (find_program_interpreter): Update read_program_header call to pass
4513 a NULL pointer for the new argument.
4514 (scan_dyntag): Add ptr_addr argument to report the runtime address
4515 of the tag payload.
4516 (scan_dyntag_auxv): Likewise and use thew new base_addr argument of
4517 read_program_header to get the base address of the dynamic segment.
4518 (elf_locate_base): Update uses of scan_dyntag, scan_dyntag_auxv and
4519 read_program_header.
4520 (elf_locate_base): Scan for and handle DT_MIPS_RLD_MAP_REL.
4521
f8edc4ff
MF
45222015-08-14 Matthew Fortune <matthew.fortune@imgtec.com>
4523
4524 * MAINTAINERS (Write After Approval): Add Matthew Fortune.
4525
444c1ed8
IB
45262015-08-13 Iain Buclaw <ibuclaw@gdcproject.org>
4527
4528 * d-exp.y (%union): Add voidval.
4529 (%token): Add UNKNOWN_NAME as a token to represent an unclassified
4530 name in the lexing stage.
4531 (PostfixExpression): Move symbol completion handling in grammar here
4532 from PrimaryExpression.
4533 (PrimaryExpression): Move routines to handle resolving identifier
4534 tokens in the grammar here from push_expression_name.
4535 (IdentifierExp): Remove the handling of alternating '.' and identifier
4536 tokens.
4537 (TypeExp): Allow TypeExp to be wrapped in parenthesis in the grammar.
4538 (BasicType): Remove C-style typename rules.
4539 (d_type_from_name, d_module_from_name, push_variable)
4540 (push_fieldnames, push_type_name, push_module_name)
4541 (push_expression_name): Remove.
4542 (lex_one_token): Rename from yylex. Replace pstate with par_state.
4543 (token_and_value): New type.
4544 (token_fifo, popping, name_obstack): New globals.
4545 (classify_name): New function.
4546 (classify_inner_name): Likewise.
4547 (yylex): Likewise.
4548 (d_parse): Initialize token_fifo, popping and name_obstack.
4549
bc7c9fab
IB
45502015-08-13 Iain Buclaw <ibuclaw@gdcproject.org>
4551
4552 * Makefile.in (SFILES): Add d-namespace.c.
4553 (COMMON_OBS): Add d-namespace.o.
4554 * d-lang.c (d_language_defn): Use d_lookup_symbol_nonlocal as the
4555 la_lookup_symbol_nonlocal callback function pointer.
4556 * d-lang.h (d_lookup_symbol_nonlocal): New declaration.
4557 (d_lookup_nested_symbol): New declaration.
4558 * d-namespace.c: New file.
4559
3207396b
PA
45602015-08-13 Pedro Alves <palves@redhat.com>
4561
4562 * python/py-unwind.c (pyuw_sniffer): Install the invalidate
4563 cleanup after the decref cleanup, not before.
4564
5d8c3ed3
PMR
45652015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
4566
4567 * ada-lang.c: Include namespace.h
4568 (aux_add_nonlocal_symbols): Fix a function name in comment.
4569 (ada_add_block_renamings): New.
4570 (add_nonlocal_symbols): Add global renamings handling.
4571 (ada_lookup_symbol_list_worker): Move the symbol lookup part
4572 to...
4573 (ada_add_all_symbols): ... this new function.
4574 (ada_add_block_symbols): Try to match the input name against the
4575 "using directives list", perform a recursive symbol lookup on
4576 the matched declarations.
4577 * block.h (struct block): Move the_namespace to top-level as
4578 namespace_info. Remove the language_specific field.
4579 (BLOCK_NAMESPACE): Update access to the namespace_info field.
4580 * buildsym.h (using_directives): Rename into...
4581 (local_using_directives): ... this.
4582 (global_using_directives): New.
4583 (struct context_stack): Rename the using_directives field into
4584 local_using_directives.
4585 * buildsym.c (finish_block_internal): Deal with the proper
4586 using directives repository (local or global).
4587 (prepare_for_building): Reset local_using_directives. Assert
4588 that there is no pending global using directive.
4589 (reset_symtab_globals): Reset global_using_directives and
4590 local_using_directives.
4591 (end_symtab_get_static_block): Don't ignore symtabs that have
4592 only using directives.
4593 (push_context): Update references to local_using_directives.
4594 (buildsym_init): Do not reset using_directives.
4595 * cp-support.c: Include namespace.h.
4596 * cp-support.h (struct using_direct): Move to namespace.h.
4597 (cp_add_using_directives): Move to namespace.h.
4598 * cp-namespace.c: Include namespace.h
4599 (cp_add_using_directive): Move to namespace.c, rename it to
4600 add_using_directive, add a "using_directives" argument and use
4601 it as the pending using directives repository. All callers
4602 updated.
4603 * dwarf2read.c (using_directives): New.
4604 (read_import_statement): Call using_directives.
4605 (read_func_scope): Update references to local_using_directives.
4606 (read_lexical_block_scope): Likewise.
4607 (read_namespace): Update the heading comment, call
4608 using_directives.
4609 * namespace.h: New file.
4610 * namespace.c: New file.
4611 * Makefile.in (SFILES): Add namespace.c.
4612 (COMMON_OBS): Add namespace.o
4613
4dafcdeb
JB
46142015-08-12 Joel Brobecker <brobecker@adacore.com>
4615
4616 * amd64-tdep.c (amd64_displaced_step_fixup): Fix the mask used to
4617 compute RETADDR.
4618
67994074
KS
46192015-08-12 Keith Seitz <keiths@redhat.com>
4620
4621 * break-catch-throw.c (re_set_exception_catchpoint) Rename
4622 reserved C++ keyword "explicit" to "explicit_loc".
4623 * breakpoint.c (create_overlay_event_breakpoint)
4624 (create_longjmp_master_breakpoint)
4625 (create_std_terminate_master_breakpoint)
4626 (create_exception_master_breakpoint, update_static_tracepoint):
4627 Rename reserved C++ keyword "explicit" to "explicit_loc".
4628 * completer.c (collect_explicit_location_matches)
4629 (explicit_location_completer): Rename reserved C++ keyword
4630 "explicit" to "explicit_loc".
4631 * linespec.c (struct linespec) <explicit>: Rename to "explicit_loc".
4632 (canonicalize_linespec, create_sals_line_offset)
4633 (convert_linespec_to_sals, convert_explicit_location_to_sals)
4634 (event_location_to_sals, decode_objc): Rename reserved C++ keyword
4635 "explicit" to "explicit_loc".
4636 * location.c (struct event_location) <explicit>: Rename to
4637 "explicit_loc".
4638 (initialize_explicit_location, new_explicit_location)
4639 (explicit_location_to_string_internal, explicit_location_to_linespec):
4640 Rename reserved C++ keyword "explicit" to "explicit_loc".
4641 * location.h (explicit_location_to_string)
4642 (explicit_location_to_linespec, initialize_explicit_location)
4643 (new_explicit_location): Rename reserved C++ keyword "explicit"
4644 to "explicit_loc".
4645 * mi/mi-cmd-break.c (mi_cmd_break_insert_1): Rename reserved C++
4646 keyword "explicit" to "explicit_loc".
4647
59ecaff3
KS
46482015-08-12 Keith Seitz <keiths@redhat.com>
4649
4650 * python/python.c (gdbpy_decode_line): Initialize `location' to NULL
4651 and only call decode_line_1 when it is non-NULL.
4652
244558af
LM
46532015-08-12 Luis Machado <lgustavo@codesourcery.com>
4654
4655 * breakpoint.c (bp_loc_is_permanent): Return 0 when breakpoint
4656 location address is not meaningful.
4657 (breakpoint_address_is_meaningful): Update comment.
4658
629500fa
KS
46592015-08-11 Keith Seitz <keiths@redhat.com>
4660
4661 * NEWS: Mention explicit locations.
4662 * breakpoint.c [LOCATION_HELP_STRING]: New macro.
4663 [BREAK_ARGS_HELP]: Use LOCATION_HELP_STRING.
4664 (_initialize_breakpoint): Update documentation for
4665 "clear", "break", "trace", "strace", "ftrace", and "dprintf".
4666
eb8c4e2e
KS
46672015-08-11 Keith Seitz <keiths@redhat.com>
4668
4669 * mi/mi-cmd-break.c (mi_cmd_break_insert_1): Add support for
4670 explicit locations, options "--source", "--function",
4671 "--label", and "--line".
4672
87f0e720
KS
46732015-08-11 Keith Seitz <keiths@redhat.com>
4674
4675 * completer.c: Include location.h.
4676 (enum match_type): New enum.
4677 (location_completer): Rename to ...
4678 (linespec_completer): ... this.
4679 (collect_explicit_location_matches, backup_text_ptr)
4680 (explicit_location_completer): New functions.
4681 (location_completer): "New" function; handle linespec
4682 and explicit location completions.
4683 (complete_line_internal): Remove all location completer-specific
4684 handling.
4685 * linespec.c (linespec_lexer_lex_keyword, is_ada_operator)
4686 (find_toplevel_char): Export.
4687 (linespec_parse_line_offset): Export.
4688 Issue error if STRING is not numerical.
4689 (gdb_get_linespec_parser_quote_characters): New function.
4690 * linespec.h (linespec_parse_line_offset): Declare.
4691 (get_gdb_linespec_parser_quote_characters): Declare.
4692 (is_ada_operator): Declare.
4693 (find_toplevel_char): Declare.
4694 (linespec_lexer_lex_keyword): Declare.
4695 * location.c (explicit_to_event_location): New function.
4696 (explicit_location_lex_one): New function.
4697 (string_to_explicit_location): New function.
4698 (string_to_event_location): Handle explicit locations.
4699 * location.h (explicit_to_event_location): Declare.
4700 (string_to_explicit_location): Declare.
4701
00e52e53
KS
47022015-08-11 Keith Seitz <keiths@redhat.com>
4703
4704 * break-catch-throw.c (re_set_exception_catchpoint): Convert
4705 linespec into explicit location.
4706 * breakpoint.c (create_overlay_breakpoint)
4707 (create_longjmp_master_breakpoint)
4708 (create_std_terminate_master_breakpoint)
4709 (create_exception_master_breakpoint): Convert linespec into explicit
4710 location.
4711 (update_static_tracepoint): Convert linespec into explicit location.
4712 * linespec.c (enum offset_relative_sign, struct line_offset): Move
4713 location.h.
4714 (struct linespec) <expression, expr_pc, source_filename>
4715 <function_name, label_name, line_offset>: Replace with ...
4716 <explicit>: ... this.
4717 <is_linespec>: New member.
4718 (PARSER_EXPLICIT): New accessor macro.
4719 (undefined_label_error): New function.
4720 (source_file_not_found_error): New function.
4721 (linespec_parse_basic): The parser result is now an explicit location.
4722 Use PARSER_EXPLICIT to access it.
4723 Use undefined_label_error.
4724 (canonicalize_linespec): Convert canonical linespec into explicit
4725 location.
4726 Move string representation of location to explicit_location_to_linespec
4727 and use it and explicit_location_to_string to save string
4728 representations of the canonical location.
4729 (create_sals_line_offset, convert_linespec_to_sals): `ls' contains an
4730 explicit location. Update all references.
4731 (convert_explicit_location_to_sals): New function.
4732 (parse_linespec): Use PARSER_EXPLICIT to access the parser
4733 result's explicit location.
4734 (linespec_state_constructor): Initialize is_linespec.
4735 Use PARSER_EXPLICIT.
4736 (linespec_parser_delete): Use PARSER_EXPLICIT to access the parser's
4737 result.
4738 (event_location_to_sals): For linespec locations, set is_linespec.
4739 Handle explicit locations.
4740 (decode_objc): 'ls' contains an explicit location now. Update all
4741 references.
4742 (symtabs_from_filename): Use source_file_not_found_error.
4743 * location.c (struct event_location.u) <explicit>: New member.
4744 (initialize_explicit_location): New function.
4745 (initialize_event_location): Initialize explicit locations.
4746 (new_explicit_location, get_explicit_location)
4747 (get_explicit_location_const): New functions.
4748 (explicit_to_string_internal): New function; most of contents moved
4749 from canonicalize_linespec.
4750 (explicit_location_to_string): New function.
4751 (explicit_location_to_linespec): New function.
4752 (copy_event_location, delete_event_location)
4753 (event_location_to_string_const, event_location_empty_p): Handle
4754 explicit locations.
4755 * location.h (enum offset_relative_sign, struct line_offset): Move
4756 here from linespec.h.
4757 (enum event_location_type): Add EXPLICIT_LOCATION.
4758 (struct explicit_location): New structure.
4759 (explicit_location_to_string): Declare.
4760 (explicit_location_to_linespec): Declare.
4761 (new_explicit_location, get_explicit_locationp
4762 (get_explicit_location_const, initialize_explicit_location): Declare.
4763
5b56227b
KS
47642015-08-11 Keith Seitz <keiths@redhat.com>
4765
4766 * break-catch-throw.c (re_set_exception_catchpoint): Convert
4767 linespec for stap probe to probe location.
4768 * breakpoint.c (create_longjmp_master_breakpoint)
4769 (create_exception_master_breakpoint): Likewise.
4770 (break_command_1): Remove local variable `arg_cp'.
4771 Check location type to set appropriate breakpoint ops methods.
4772 (trace_command): Likewise.
4773 * linespec.c (event_location_to_sals): Assert on probe locations.
4774 * location.c (EL_PROBE): Add macro definition.
4775 (new_probe_location, get_probe_location): New functions.
4776 (copy_event_location, delete_event_location, event_location_to_string)
4777 (string_to_event_location, event_location_empty_p): Handle probe
4778 locations.
4779 * location.h (enum event_location_type): Add PROBE_LOCATION.
4780 (new_probe_location, get_probe_location): Declare.
4781 * probe.c (parse_probes): Assert that LOCATION is a probe location.
4782 Convert linespec into probe location.
4783
a06efdd6
KS
47842015-08-11 Keith Seitz <keiths@redhat.com>
4785
4786 * breakpoint.c (create_thread_event_breakpoint, init_breakpoint_sal):
4787 Convert linespec to address location.
4788 * linespec.c (canonicalize_linespec): Do not handle address
4789 locations here.
4790 (convert_address_location_to_sals): New function; contents moved
4791 from ...
4792 (convert_linespc_to_sals): ... here.
4793 (parse_linespec): Remove address locations from linespec grammar.
4794 Remove handling of address locations.
4795 (linespec_lex_to_end): Remove handling of address linespecs.
4796 (event_location_to_sals): Handle ADDRESS_LOCATION.
4797 (linespec_expression_to_pc): Export.
4798 * linespec.h (linespec_expression_to_pc): Add declaration.
4799 * location.c (struct event_location.u) <address>: New member.
4800 (new_address_location, get_address_location): New functions.
4801 (copy_event_location, delete_event_location, event_location_to_string)
4802 (string_to_event_location, event_location_empty_p): Handle address
4803 locations.
4804 * location.h (enum event_location_type): Add ADDRESS_LOCATION.
4805 (new_address_location, get_address_location): Declare.
4806 * python/py-finishbreakpoint.c (bpfinishpy_init): Convert linespec
4807 to address location.
4808 * spu-tdep.c (spu_catch_start): Likewise.
4809
f00aae0f
KS
48102015-08-11 Keith Seitz <keiths@redhat.com>
4811
4812 * ax-gdb.c: Include location.h.
4813 (agent_command_1) Use linespec location instead of address
4814 string.
4815 * break-catch-throw.c: Include location.h.
4816 (re_set_exception_catchpoint): Use linespec locations instead
4817 of address strings.
4818 * breakpoint.c: Include location.h.
4819 (create_overlay_event_breakpoint, create_longjmp_master_breakpoint)
4820 (create_std_terminate_master_breakpoint)
4821 (create_exception_master_breakpoint, update_breakpoints_after_exec):
4822 Use linespec location instead of address string.
4823 (print_breakpoint_location): Use locations and
4824 event_location_to_string.
4825 Print extra_string for pending locations for non-MI streams.
4826 (print_one_breakpoint_location): Use locations and
4827 event_location_to_string.
4828 (init_raw_breakpoint_without_location): Initialize b->location.
4829 (create_thread_event_breakpoint): Use linespec location instead of
4830 address string.
4831 (init_breakpoint_sal): Likewise.
4832 Only save extra_string if it is non-NULL and not the empty string.
4833 Use event_location_to_string instead of `addr_string'.
4834 Constify `p' and `endp'.
4835 Use skip_spaces_const/skip_space_const instead of non-const versions.
4836 Copy the location into the breakpoint.
4837 If LOCATION is NULL, save the breakpoint address as a linespec location
4838 instead of an address string.
4839 (create_breakpoint_sal): Change `addr_string' parameter to a struct
4840 event_location. All uses updated.
4841 (create_breakpoints_sal): Likewise for local variable `addr_string'.
4842 (parse_breakpoint_sals): Use locations instead of address strings.
4843 Remove check for empty linespec with conditional.
4844 Refactor.
4845 (decode_static_tracepoint_spec): Make argument const and update
4846 function.
4847 (create_breakpoint): Change `arg' to a struct event_location and
4848 rename.
4849 Remove `copy_arg' and `addr_start'.
4850 If EXTRA_STRING is empty, set it to NULL.
4851 Don't populate `canonical' for pending breakpoints.
4852 Pass `extra_string' to find_condition_and_thread.
4853 Clear `extra_string' if `rest' was NULL.
4854 Do not error with "garbage after location" if setting a dprintf
4855 breakpoint.
4856 Copy the location into the breakpoint instead of an address string.
4857 (break_command_1): Use string_to_event_location and pass this to
4858 create_breakpoint instead of an address string.
4859 Check against `arg_cp' for a probe linespec.
4860 (dprintf_command): Use string_to_event_location and pass this to
4861 create_breakpoint instead of an address string.
4862 Throw an exception if no format string was specified.
4863 (print_recreate_ranged_breakpoint): Use event_location_to_string
4864 instead of address strings.
4865 (break_range_command, until_break_command)
4866 (init_ada_exception_breakpoint): Use locations instead
4867 of address strings.
4868 (say_where): Print out extra_string for pending locations.
4869 (base_breakpoint_dtor): Delete `location' and `location_range_end' of
4870 the breakpoint.
4871 (base_breakpoint_create_sals_from_location): Use struct event_location
4872 instead of address string.
4873 Remove `addr_start' and `copy_arg' parameters.
4874 (base_breakpoint_decode_location): Use struct event_location instead of
4875 address string.
4876 (bkpt_re_set): Use locations instead of address strings.
4877 Use event_location_empty_p to check for unset location.
4878 (bkpt_print_recreate): Use event_location_to_string instead of
4879 an address string.
4880 Print out extra_string for pending locations.
4881 (bkpt_create_sals_from_location, bkpt_decode_location)
4882 (bkpt_probe_create_sals_from_location): Use struct event_location
4883 instead of address string.
4884 (bkpt_probe_decode_location): Use struct event_location instead of
4885 address string.
4886 (tracepoint_print_recreate): Use event_location_to_string to
4887 recreate the tracepoint.
4888 (tracepoint_create_sals_from_location, tracepoint_decode_location)
4889 (tracepoint_probe_create_sals_from_location)
4890 (tracepoint_probe_decode_location): Use struct event_location
4891 instead of address string.
4892 (dprintf_print_recreate): Use event_location_to_string to recreate
4893 the dprintf.
4894 (dprintf_re_set): Remove check for valid/missing format string.
4895 (strace_marker_create_sals_from_location)
4896 (strace_marker_create_breakpoints_sal, strace_marker_decode_location)
4897 (update_static_tracepoint): Use struct event_location instead of
4898 address string.
4899 (location_to_sals): Likewise.
4900 Pass `extra_string' to find_condition_and_thread.
4901 For newly resolved pending breakpoint locations, clear the location's
4902 string representation.
4903 Assert that the breakpoint's condition string is NULL when
4904 condition_not_parsed.
4905 (breakpoint_re_set_default, create_sals_from_location_default)
4906 (decode_location_default, trace_command, ftrace_command)
4907 (strace_command, create_tracepoint_from_upload): Use locations
4908 instead of address strings.
4909 * breakpoint.h (struct breakpoint_ops) <create_sals_from_location>:
4910 Use struct event_location instead of address string.
4911 Update all uses.
4912 <decode_location>: Likewise.
4913 (struct breakpoint) <addr_string>: Change to struct event_location
4914 and rename `location'.
4915 <addr_string_range_end>: Change to struct event_location and rename
4916 `location_range_end'.
4917 (create_breakpoint): Use struct event_location instead of address
4918 string.
4919 * cli/cli-cmds.c: Include location.h.
4920 (edit_command, list_command): Use locations instead of address strings.
4921 * elfread.c: Include location.h.
4922 (elf_gnu_ifunc_resolver_return_stop): Use event_location_to_string.
4923 * guile/scm-breakpoint.c: Include location.h.
4924 (bpscm_print_breakpoint_smob): Use event_location_to_string.
4925 (gdbscm_register_breakpoint): Use locations instead of address
4926 strings.
4927 * linespec.c: Include location.h.
4928 (struct ls_parser) <stream>: Change to const char *.
4929 (PARSER_STREAM): Update.
4930 (lionespec_lexer_lex_keyword): According to find_condition_and_thread,
4931 keywords must be followed by whitespace.
4932 (canonicalize_linespec): Save a linespec location into `canonical'.
4933 Save a canonical linespec into `canonical'.
4934 (parse_linespec): Change `argptr' to const char * and rename `arg'.
4935 All uses updated.
4936 Update function description.
4937 (linespec_parser_new): Initialize `parser'.
4938 Update initialization of parsing stream.
4939 (event_location_to_sals): New function.
4940 (decode_line_full): Change `argptr' to a struct event_location and
4941 rename it `location'.
4942 Use locations instead of address strings.
4943 Call event_location_to_sals instead of parse_linespec.
4944 (decode_line_1): Likewise.
4945 (decode_line_with_current_source, decode_line_with_last_displayed)
4946 Use locations instead of address strings.
4947 (decode_objc): Likewise.
4948 Change `argptr' to const char * and rename `arg'.
4949 (destroy_linespec_result): Delete the linespec result's location
4950 instead of freeing the address string.
4951 * linespec.h (struct linespec_result) <addr_string>: Change to
4952 struct event_location and rename to ...
4953 <location>: ... this.
4954 (decode_line_1, decode_line_full): Change `argptr' to struct
4955 event_location. All callers updated.
4956 * mi/mi-cmd-break.c: Include language.h, location.h, and linespec.h.
4957 (mi_cmd_break_insert_1): Use locations instead of address strings.
4958 Throw an error if there was "garbage" at the end of the specified
4959 linespec.
4960 * probe.c: Include location.h.
4961 (parse_probes): Change `argptr' to struct event_location.
4962 Use event locations instead of address strings.
4963 * probe.h (parse_probes): Change `argptr' to struct event_location.
4964 * python/py-breakpoint.c: Include location.h.
4965 (bppy_get_location): Constify local variable `str'.
4966 Use event_location_to_string.
4967 (bppy_init): Use locations instead of address strings.
4968 * python/py-finishbreakpoint.c: Include location.h.
4969 (bpfinishpy_init): Remove local variable `addr_str'.
4970 Use locations instead of address strings.
4971 * python/python.c: Include location.h.
4972 (gdbpy_decode_line): Use locations instead of address strings.
4973 * remote.c: Include location.h.
4974 (remote_download_tracepoint): Use locations instead of address
4975 strings.
4976 * spu-tdep.c: Include location.h.
4977 (spu_catch_start): Remove local variable `buf'.
4978 Use locations instead of address strings.
4979 * tracepoint.c: Include location.h.
4980 (scope_info): Use locations instead of address strings.
4981 (encode_source_string): Constify parameter `src'.
4982 * tracepoint.h (encode_source_string): Likewise.
4983
c7c1b3e9
KS
49842015-08-11 Keith Seitz <keiths@redhat.com>
4985
4986 * Makefile.in (SFILES): Add location.c.
4987 (HFILES_NO_SRCDIR): Add location.h.
4988 (COMMON_OBS): Add location.o.
4989 * linespec.c (linespec_lex_to_end): New function.
4990 * linespec.h (linespec_lex_to_end): Declare.
4991 * location.c: New file.
4992 * location.h: New file.
4993
5f700d83
KS
49942015-08-11 Keith Seitz <keiths@redhat.com>
4995
4996 * breakpoint.h (struct breakpoint_ops) <create_sals_from_address>:
4997 Renamed to create_sals_from_location.
4998 <decode_linespec>: Renamed to decode_location.
4999 Update all callers.
5000 * breakpoint.c (create_sals_from_address_default): Renamed to ...
5001 (create_sals_from_location_default): ... this.
5002 (addr_string_to_sals): Renamed to ...
5003 (location_to_sals): ... this.
5004 (decode_linespec_default): Renamed to ...
5005 (decode_location_default): ... this.
5006 (base_breakpoint_create_sals_from_address): Renamed to ...
5007 (base_breakpoint_create_sals_from_location): ... this.
5008 (bkpt_create_sals_from_address): Renamed to ...
5009 (bkpt_create_sals_from_location): ... this.
5010 (bkpt_decode_linespec): Renamed to ...
5011 (bkpt_decode_location): ... this.
5012 (bkpt_probe_create_sals_from_address): Renamed to ...
5013 (bkpt_probe_create_sals_from_location): ... this.
5014 (tracepoint_create_sals_from_address): Renamed to ...
5015 (tracepoint_create_sals_from_location): ... this.
5016 (tracepoint_decode_linespec): Renamed to ...
5017 (tracepoint_decode_location): ... this.
5018 (tracepoint_probe_create_sals_from_address): Renamed to ...
5019 (tracepoint_probe_create_sals_from_location): ... this.
5020 (tracepoint_probe_decode_linespec): Renamed to ...
5021 (tracepoint_probe_decode_location): ... this.
5022 (strace_marker_create_sals_from_address): Renamed to ...
5023 (strace_marker_create_sals_from_location): ... this.
5024 (decode_linespec_default): Renamed to ...
5025 (decode_location_default): ... this.
5026
e27852be
DE
50272015-08-10 Doug Evans <dje@google.com>
5028 Keith Seitz <keiths@redhat.com>
5029
5030 PR gdb/17960
5031 * symtab.c (make_file_symbol_completion_list_1): Renamed from
5032 make_file_symbol_completion_list and made static.
5033 (make_file_symbol_completion_list): New function.
80af41e0 5034
fd7dcb94
JB
50352015-08-10 Joel Brobecker <brobecker@adacore.com>
5036
5037 * infrun.c (follow_fork, displaced_step_prepare, resume): Remove
5038 trailing new-line at end of warning message.
5039 (proceed): Add i18n marker to error messages.
5040
f12899e9
PA
50412015-08-07 Pedro Alves <palves@redhat.com>
5042
5043 * linux-nat.c (linux_nat_always_non_stop_p): Return 1.
5044
5ac21343
PA
50452015-08-07 Pedro Alves <palves@redhat.com>
5046
5047 * s390-linux-tdep.c (is_non_branch_ril)
5048 (s390_displaced_step_copy_insn): New functions.
5049 (s390_displaced_step_fixup): Update comment.
5050 (s390_gdbarch_init): Install s390_displaced_step_copy_insn as
5051 gdbarch_displaced_step_copy_insn hook.
5052
7f03bd92
PA
50532015-08-07 Pedro Alves <palves@redhat.com>
5054
5055 * infrun.c (displaced_step_prepare_throw): Return -1 if
5056 gdbarch_displaced_step_copy_insn returns NULL. Update intro
5057 comment.
5058 * rs6000-tdep.c (LWARX_MASK, LWARX_INSTRUCTION, LDARX_INSTRUCTION)
5059 (STWCX_MASK, STWCX_INSTRUCTION, STDCX_INSTRUCTION): Move higher up
5060 in file.
5061 (ppc_displaced_step_copy_insn): New function.
5062 (ppc_displaced_step_fixup): Update comment.
5063 (rs6000_gdbarch_init): Install ppc_displaced_step_copy_insn as
5064 gdbarch_displaced_step_copy_insn hook.
5065 * gdbarch.sh (displaced_step_copy_insn): Document what happens on
5066 NULL return.
5067 * gdbarch.h: Regenerate.
5068
3fc8eb30
PA
50692015-08-07 Pedro Alves <palves@redhat.com>
5070
5071 * inferior.h (struct inferior) <displaced_stepping_failed>: New
5072 field.
5073 * infrun.c (use_displaced_stepping_now_p): New parameter 'inf'.
5074 Return false if dispaced stepping failed before.
5075 (resume): Pass the current inferior to
5076 use_displaced_stepping_now_p. Wrap displaced_step_prepare in
5077 TRY/CATCH. If we get a MEMORY_ERROR, set the inferior's
5078 displaced_stepping_failed flag, and fall back to an in-line
5079 step-over.
5080
bfedc46a
PA
50812015-08-07 Pedro Alves <palves@redhat.com>
5082
5083 * darwin-nat.c (darwin_stop): Rename to ...
5084 (darwin_interrupt): ... this.
5085 (_initialize_darwin_inferior): Adjust.
5086 * gnu-nat.c (gnu_stop): Delete.
5087 (gnu_target): Don't install gnu_stop.
5088 * inf-ptrace.c (inf_ptrace_stop): Rename to ...
5089 (inf_ptrace_interrupt): ... this.
5090 (inf_ptrace_target): Adjust.
5091 * infcmd.c (interrupt_target_1): Use target_interrupt instead of
5092 target_stop.
5093 * linux-nat (linux_nat_stop): Rename to ...
5094 (linux_nat_interrupt): ... this.
5095 (linux_nat_stop): Reimplement.
5096 (linux_nat_add_target): Install linux_nat_interrupt.
5097 * nto-procfs.c (nto_interrupt_twice): Rename to ...
5098 (nto_handle_sigint_twice): ... this.
5099 (nto_interrupt): Rename to ...
5100 (nto_handle_sigint): ... this. Call target_interrupt instead of
5101 target_stop.
5102 (procfs_wait): Adjust.
5103 (procfs_stop): Rename to ...
5104 (procfs_interrupt): ... this.
5105 (init_procfs_targets): Adjust.
5106 * procfs.c (procfs_stop): Rename to ...
5107 (procfs_interrupt): ... this.
5108 (procfs_target): Adjust.
5109 * remote-m32r-sdi.c (m32r_stop): Rename to ...
5110 (m32r_interrupt): ... this.
5111 (init_m32r_ops): Adjust.
5112 * remote-sim.c (gdbsim_stop_inferior): Rename to ...
5113 (gdbsim_interrupt_inferior): ... this.
5114 (gdbsim_stop): Rename to ...
5115 (gdbsim_interrupt): ... this.
5116 (gdbsim_cntrl_c): Adjust.
5117 (init_gdbsim_ops): Adjust.
5118 * remote.c (sync_remote_interrupt): Adjust comments.
5119 (remote_stop_as): Rename to ...
5120 (remote_interrupt_as): ... this.
5121 (remote_stop): Adjust comment.
5122 (remote_interrupt): New function.
5123 (init_remote_ops): Install remote_interrupt.
5124 * target.c (target_interrupt): New function.
5125 * target.h (struct target_ops) <to_interrupt>: New field.
5126 (target_interrupt): New declaration.
5127 * windows-nat.c (windows_stop): Rename to ...
5128 (windows_interrupt): ... this.
5129 * target-delegates.c: Regenerate.
5130
d55007b5
PA
51312015-08-07 Pedro Alves <palves@redhat.com>
5132
5133 * signal-while-stepping-over-bp-other-thread.exp: Expect "restart
5134 threads" as alternative to "switching back to stepped thread".
5135
fbea99ea
PA
51362015-08-07 Pedro Alves <palves@redhat.com>
5137
5138 * NEWS: Mention "maint set/show target-non-stop".
5139 * breakpoint.c (update_global_location_list): Check
5140 target_is_non_stop_p instead of non_stop.
5141 * infcmd.c (attach_command_post_wait, attach_command): Likewise.
5142 * infrun.c (show_can_use_displaced_stepping)
5143 (can_use_displaced_stepping_p, start_step_over_inferior):
5144 Likewise.
5145 (internal_resume_ptid): New function.
5146 (resume): Use it.
5147 (proceed): Check target_is_non_stop_p instead of non_stop. If in
5148 all-stop mode but the target is always in non-stop mode, start all
5149 the other threads that are implicitly resumed too.
5150 (for_each_just_stopped_thread, fetch_inferior_event)
5151 (adjust_pc_after_break, stop_all_threads): Check
5152 target_is_non_stop_p instead of non_stop.
5153 (handle_inferior_event): Likewise. Handle detach-fork in all-stop
5154 with the target always in non-stop mode.
5155 (handle_signal_stop) <random signal>: Check target_is_non_stop_p
5156 instead of non_stop.
5157 (switch_back_to_stepped_thread): Check target_is_non_stop_p
5158 instead of non_stop.
5159 (keep_going_stepped_thread): Use internal_resume_ptid.
5160 (stop_waiting): If in all-stop mode, and the target is in non-stop
5161 mode, stop all threads.
5162 (keep_going_pass): Likewise, when starting a new in-line step-over
5163 sequence.
5164 * linux-nat.c (get_pending_status, select_event_lwp)
5165 (linux_nat_filter_event, linux_nat_wait_1, linux_nat_wait): Check
5166 target_is_non_stop_p instead of non_stop.
5167 (linux_nat_always_non_stop_p): New function.
5168 (linux_nat_stop): Check target_is_non_stop_p instead of non_stop.
5169 (linux_nat_add_target): Install linux_nat_always_non_stop_p.
5170 * target-delegates.c: Regenerate.
5171 * target.c (target_is_non_stop_p): New function.
5172 (target_non_stop_enabled, target_non_stop_enabled_1): New globals.
5173 (maint_set_target_non_stop_command)
5174 (maint_show_target_non_stop_command): New functions.
5175 (_initilize_target): Install "maint set/show target-non-stop"
5176 commands.
5177 * target.h (struct target_ops) <to_always_non_stop_p>: New field.
5178 (target_non_stop_enabled): New declaration.
5179 (target_is_non_stop_p): New declaration.
5180
372316f1
PA
51812015-08-07 Pedro Alves <pedro@codesourcery.com>
5182
5183 * breakpoint.c (breakpoints_should_be_inserted_now): If any thread
5184 has a pending status, return true.
5185 * gdbthread.h: Include target/waitstatus.h.
5186 (struct thread_suspend_state) <stop_reason, waitstatus_pending_p,
5187 stop_pc>: New fields.
5188 (struct thread_info) <resumed>: New field.
5189 (set_resumed): Declare.
5190 * infrun.c: Include "event-loop.h".
5191 (infrun_async_inferior_event_token, infrun_is_async): New globals.
5192 (infrun_async): New function.
5193 (clear_step_over_info): Add debug output.
5194 (displaced_step_in_progress_any_inferior): New function.
5195 (displaced_step_fixup): New returns int.
5196 (start_step_over): Handle in-line step-overs too. Assert the
5197 thread is marked resumed.
5198 (resume_cleanups): Clear the thread's resumed flag.
5199 (resume): Set the thread's resumed flag. Return early if the
5200 thread has a pending status. Allow stepping a breakpoint with no
5201 signal.
5202 (proceed): Adjust to check 'resumed' instead of 'executing'.
5203 (clear_proceed_status_thread): If the thread has a pending status,
5204 and that status is a finished step, discard the pending status.
5205 (clear_proceed_status): Don't clear step_over_info here.
5206 (random_pending_event_thread, do_target_wait): New functions.
5207 (prepare_for_detach, wait_for_inferior, fetch_inferior_event): Use
5208 do_target_wait.
5209 (wait_one): New function.
5210 (THREAD_STOPPED_BY): New macro.
5211 (thread_stopped_by_watchpoint, thread_stopped_by_sw_breakpoint)
5212 (thread_stopped_by_hw_breakpoint): New functions.
5213 (switch_to_thread_cleanup, save_waitstatus, stop_all_threads): New
5214 functions.
5215 (handle_inferior_event): Also call set_resumed(false) on all
5216 threads implicitly stopped by the event.
5217 (restart_threads, resumed_thread_with_pending_status): New
5218 functions.
5219 (finish_step_over): If we were doing an in-line step-over before,
5220 and no longer are after trying to start a new step-over, restart
5221 all threads. If we have multiple threads with pending events,
5222 save the current event and go through the event loop again.
5223 (handle_signal_stop): Return early if finish_step_over returns
5224 false.
5225 <random signal>: If we get a signal while stepping over a
5226 breakpoint in-line in non-stop mode, restart all threads. Clear
5227 step_over_info before delivering the signal.
5228 (keep_going_stepped_thread): Use internal_error instead of
5229 gdb_assert. Mark the thread as resumed.
5230 (keep_going_pass_signal): Assert the thread isn't already resumed.
5231 If some other thread is doing an in-line step-over, defer the
5232 resume. If we just started a new in-line step-over, stop all
5233 threads. Don't clear step_over_info.
5234 (infrun_async_inferior_event_handler): New function.
5235 (_initialize_infrun): Create async event handler with
5236 infrun_async_inferior_event_handler as callback.
5237 (infrun_async): New declaration.
5238 * target.c (target_async): New function.
5239 * target.h (target_async): Declare macro and readd as function
5240 declaration.
5241 * target/waitstatus.h (enum target_stop_reason)
5242 <TARGET_STOPPED_BY_SINGLE_STEP>: New value.
5243 * thread.c (new_thread): Clear the new waitstatus field.
5244 (set_resumed): New function.
5245
2ac7589c
PA
52462015-08-07 Pedro Alves <palves@redhat.com>
5247
5248 * infrun.c (keep_going_stepped_thread): New function, factored out
5249 from ...
5250 (switch_back_to_stepped_thread): ... here.
5251
8b061563
PA
52522015-08-07 Pedro Alves <palves@redhat.com>
5253
5254 * infrun.c (currently_stepping): Extend intro comment.
5255 * target.h (target_resume): Extend intro comment.
5256
1afd5965
PA
52572015-08-07 Pedro Alves <palves@redhat.com>
5258
5259 * infrun.c (switch_back_to_stepped_thread): Use ecs->ptid instead
5260 of inferior_ptid. If the stepped thread vanished, return 0
5261 instead of resuming here. Use reset_ecs. Print the prev_pc and
5262 the current stop_pc in log message. Clear trap_expected if the
5263 thread advanced. Don't pass currently_stepping to
5264 do_target_resume.
5265
4d9d9d04
PA
52662015-08-07 Pedro Alves <palves@redhat.com>
5267
5268 * gdbthread.h (struct thread_info) <prev_pc>: Extend comment.
5269 * infrun.c (struct execution_control_state): Move higher up in the
5270 file.
5271 (reset_ecs): New function.
5272 (start_step_over): Now returns int. Rewrite to use
5273 keep_going_pass_signal instead of manually starting a displaced step.
5274 (resume): Don't call set_running here. If displaced stepping
5275 can't start now, clear trap_expected.
5276 (find_thread_needs_step_over): Delete function.
5277 (proceed): Set up finish_thread_state_cleanup. Call set_running.
5278 If the current thread needs a step over, push it in the step-over
5279 chain. Don't set insert breakpoints nor call resume directly
5280 here. Instead rewrite to use start_step_over and
5281 keep_going_pass_signal.
5282 (finish_step_over): New function.
5283 (handle_signal_stop): Call finish_step_over instead of
5284 start_step_over.
5285 (switch_back_to_stepped_thread): If the event thread needs another
5286 step-over do that first. Use start_step_over.
5287 (keep_going_pass_signal): New function, factored out from ...
5288 (keep_going): ... here.
5289 (_initialize_infrun): Comment moved here.
5290 * thread.c (set_running_thread): New function.
5291 (set_running, finish_thread_state): Use set_running_thread.
5292
c2829269
PA
52932015-08-07 Pedro Alves <palves@redhat.com>
5294
5295 * gdbthread.h (struct thread_info) <step_over_prev,
5296 step_over_next>: New fields.
5297 (thread_step_over_chain_enqueue, thread_step_over_chain_remove)
5298 (thread_step_over_chain_next, thread_is_in_step_over_chain): New
5299 declarations.
5300 * infrun.c (struct displaced_step_request): Delete.
5301 (struct displaced_step_inferior_state) <step_request_queue>:
5302 Delete field.
5303 (displaced_step_prepare): Assert that trap_expected is set. Use
5304 thread_step_over_chain_enqueue. Split starting a new displaced
5305 step to ...
5306 (start_step_over): ... this new function.
5307 (resume): Assert the thread isn't waiting for a step over already.
5308 (proceed): Assert the thread isn't waiting for a step over
5309 already.
5310 (infrun_thread_stop_requested): Adjust to remove threads from the
5311 embedded step-over chain.
5312 (handle_inferior_event) <fork/vfork>: Call start_step_over after
5313 displaced_step_fixup.
5314 (handle_signal_stop): Call start_step_over after
5315 displaced_step_fixup.
5316 * infrun.h (step_over_queue_head): New declaration.
5317 * thread.c (step_over_chain_enqueue, step_over_chain_remove)
5318 (thread_step_over_chain_next, thread_is_in_step_over_chain)
5319 (thread_step_over_chain_enqueue)
5320 (thread_step_over_chain_remove): New functions.
5321 (delete_thread_1): Remove thread from the step-over chain.
5322
6c4cfb24
PA
53232015-08-07 Pedro Alves <palves@redhat.com>
5324
5325 * infrun.c (thread_still_needs_step_over): Rename to ...
5326 (thread_still_needs_step_over_bp): ... this.
5327 (enum step_over_what): New.
5328 (thread_still_needs_step_over): Reimplement.
5329
567420d1
PA
53302015-08-07 Pedro Alves <palves@redhat.com>
5331
5332 * remote.c (remote_wait_as): If not waiting for a stop reply,
5333 return TARGET_WAITKIND_NO_RESUMED. If TARGET_WNOHANG is
5334 requested, don't block waiting forever.
5335
d8dd4d5f
PA
53362015-08-07 Pedro Alves <pedro@codesourcery.com>
5337
5338 * infrun.c (adjust_pc_after_break): Now takes thread_info and
5339 waitstatus pointers instead of an ecs. Adjust.
5340 (handle_inferior_event): Adjust caller.
5341
e1316e60
PA
53422015-08-07 Pedro Alves <palves@redhat.com>
5343
5344 * infrun.c (handle_inferior_event): If we get
5345 TARGET_WAITKIND_SIGNALLED or TARGET_WAITKIND_EXITED in non-stop
5346 mode, mark all threads of the exiting process as not-executing.
5347 (normal_stop): If we get TARGET_WAITKIND_SIGNALLED or
5348 TARGET_WAITKIND_EXITED in non-stop mode, finish all threads of the
5349 exiting process, if inferior_ptid still points at a process.
5350 * thread.c (struct current_thread_cleanup) <next>: New field.
5351 (current_thread_cleanup_chain): New global.
5352 (restore_current_thread_ptid_changed): New function.
5353 (restore_current_thread_cleanup_dtor): Remove the cleanup from the
5354 current_thread_cleanup_chain list.
5355 (make_cleanup_restore_current_thread): Add the cleanup data to the
5356 current_thread_cleanup_chain list.
5357 (_initialize_thread): Install restore_current_thread_ptid_changed
5358 as thread_ptid_changed observer.
5359
47e9c225
JB
53602015-08-07 Joel Brobecker <brobecker@adacore.com>
5361
5362 * dtrace-probe.c (dtrace_process_dof): Ignore the objfile's DOF
5363 data if a DTRACE_DOF_SECT_TYPE_PROVIDER section is found to be
5364 smaller than expected.
5365
06096720
AB
53662015-08-07 Andrew Burgess <andrew.burgess@embecosm.com>
5367
5368 * stack.c (get_frame_language): Moved ...
5369 * frame.c (get_frame_language): ... to here.
5370 * language.h (get_frame_language): Declaration moved to frame.h.
5371 * frame.h: Add language.h include, for language enum.
5372 (get_frame_language): Declaration moved from language.h.
5373 * language.c: Add frame.h include.
5374 * top.c: Add frame.h include.
5375 * symtab.h (struct obj_section): Declare.
5376 (struct cmd_list_element): Declare.
5377
7ff38b1c
AB
53782015-08-07 Andrew Burgess <andrew.burgess@embecosm.com>
5379
5380 * language.c (show_language_command): Find selected frame before
5381 asking for the language of that frame.
5382 (set_language_command): Likewise.
5383 * language.h (get_frame_language): Add frame parameter.
5384 * stack.c (get_frame_language): Add frame parameter, assert
5385 parameter is not NULL, update comment and reindent.
5386 * top.c (check_frame_language_change): Pass the selected frame
5387 into get_frame_language.
5388
da8c46d2
MM
53892015-08-07 Markus Metzger <markus.t.metzger@intel.com>
5390
5391 * btrace.c (btrace_compute_ftrace_bts): Clear insn flags.
5392 (pt_btrace_insn_flags): New.
5393 (ftrace_add_pt): Call pt_btrace_insn_flags.
5394 * btrace.h (btrace_insn_flag): New.
5395 (btrace_insn) <flags>: New.
5396 * record-btrace.c (btrace_insn_history): Print insn prefix.
5397 * NEWS: Announce it.
5398
5599c404
MM
53992015-08-07 Markus Metzger <markus.t.metzger@intel.com>
5400
5401 * configure.ac: Check for PERF_ATTR_SIZE_VER5 in linux/perf_event.h
5402 * configure: Regenerate.
5403
016a3251
DD
54042015-08-06 Yaakov Selkowitz <yselkowi@redhat.com>
5405
5406 * Makefile.in (LIBICONV): Define.
5407 (CLIBS): Add LIBICONV.
5408 * acinclude.m4: Use config/iconv.m4 instead of custom AM_ICONV.
5409 * configure: Regenerate.
5410
aead7601
SM
54112015-08-06 Simon Marchi <simon.marchi@ericsson.com>
5412 Pedro Alves <palves@redhat.com>
5413
5414 * arm-tdep.c (set_fp_model_sfunc): Add cast from integer to enum.
5415 (arm_set_abi): Likewise.
5416 * ax-general.c (ax_print): Likewise.
5417 * c-exp.y (exp : string_exp): Likewise.
5418 * compile/compile-loc2c.c (compute_stack_depth_worker): Likewise.
5419 (do_compile_dwarf_expr_to_c): Likewise.
5420 * cp-name-parser.y (demangler_special : DEMANGLER_SPECIAL start):
5421 Likewise.
5422 * dwarf2expr.c (execute_stack_op): Likewise.
5423 * dwarf2loc.c (dwarf2_compile_expr_to_ax): Likewise.
5424 (disassemble_dwarf_expression): Likewise.
5425 * dwarf2read.c (dwarf2_add_member_fn): Likewise.
5426 (read_array_order): Likewise.
5427 (abbrev_table_read_table): Likewise.
5428 (read_attribute_value): Likewise.
5429 (skip_unknown_opcode): Likewise.
5430 (dwarf_decode_macro_bytes): Likewise.
5431 (dwarf_decode_macros): Likewise.
5432 * eval.c (value_f90_subarray): Likewise.
5433 * guile/scm-param.c (gdbscm_make_parameter): Likewise.
5434 * i386-linux-tdep.c (i386_canonicalize_syscall): Likewise.
5435 * infrun.c (handle_command): Likewise.
5436 * memory-map.c (memory_map_start_memory): Likewise.
5437 * osabi.c (set_osabi): Likewise.
5438 * parse.c (operator_length_standard): Likewise.
5439 * ppc-linux-tdep.c (ppc_canonicalize_syscall): Likewise, and use
5440 single return point.
5441 * python/py-frame.c (gdbpy_frame_stop_reason_string): Likewise.
5442 * python/py-symbol.c (gdbpy_lookup_symbol): Likewise.
5443 (gdbpy_lookup_global_symbol): Likewise.
5444 * record-full.c (record_full_restore): Likewise.
5445 * regcache.c (regcache_register_status): Likewise.
5446 (regcache_raw_read): Likewise.
5447 (regcache_cooked_read): Likewise.
5448 * rs6000-tdep.c (powerpc_set_vector_abi): Likewise.
5449 * symtab.c (initialize_ordinary_address_classes): Likewise.
5450 * target-debug.h (target_debug_print_signals): Likewise.
5451 * utils.c (do_restore_current_language): Likewise.
5452
ca0a5f0b
CD
54532015-08-06 Clem Dickey <clemd@acm.org>
5454
5455 PR python/17136
5456 * python/lib/gdb/command/type_printers.py (InfoTypePrinter): Fix typo.
5457
05d999b0
SM
54582015-08-06 Simon Marchi <simon.marchi@ericsson.com>
5459
5460 * complaints.c (enum complaint_series): Add newlines and remove
5461 out of date comment.
5462 (struct complaints) <series>: Change type to enum
5463 complaint_series and remove out of date comment.
5464 (symfile_complaint_hook): Use equivalent enum value
5465 ISOLATED_MESSAGE instead of 0.
5466
bf47e248
PA
54672015-08-06 Pedro Alves <palves@redhat.com>
5468
5469 * nat/linux-waitpid.c (my_waitpid): Only print *status if waitpid
5470 returned > 0.
5471
b6b9ffcc
PL
54722015-08-06 Pierre Langlois <pierre.langlois@arm.com>
5473
5474 * common/agent.c (symbol_list) <required>: Remove.
5475
863d01bd
PA
54762015-08-06 Pedro Alves <palves@redhat.com>
5477
5478 * target/waitstatus.h (enum target_stop_reason)
5479 <TARGET_STOPPED_BY_SINGLE_STEP>: New value.
5480
0a39bb32
PA
54812015-08-05 Pedro Alves <palves@redhat.com>
5482 Joel Brobecker <brobecker@adacore.com>
5483
9d996aba 5484 * breakpoint.c (bpstat_what) <bp_longjmp, bp_longjmp_call_dummy>
0a39bb32
PA
5485 <bp_exception, bp_longjmp_resume, bp_exception_resume>: Handle the
5486 case where BS->STOP is not set.
5487
260439cb
UW
54882015-08-05 Ulrich Weigand <uweigand@de.ibm.com>
5489
5490 * nat/gdb_thread_db.h: Add copyright header.
5491 Protect against multiple inclusion.
5492
d89fa914
YQ
54932015-08-05 Yao Qi <yao.qi@linaro.org>
5494
5495 * aarch64-linux-nat.c (get_thread_id): Remove.
5496 (debug_reg_change_callback): Call ptid_get_lwp instead of
5497 get_thread_id.
5498 (fetch_gregs_from_thread): Likewise.
5499 (store_gregs_to_thread): Likewise.
5500 (fetch_fpregs_from_thread): Likewise.
5501 (store_fpregs_to_thread): Likewise.
5502 (aarch64_linux_get_debug_reg_capacity): Likewise.
5503 * arm-linux-nat.c (get_thread_id): Remove.
5504 (GET_THREAD_ID): Update macro to use ptid_get_lwp.
5505 * xtensa-linux-nat.c (get_thread_id): Remove.
5506 (GET_THREAD_ID): Update macro to use ptid_get_lwp.
5507 * arm-linux-nat.c (get_thread_id): Remove.
5508 (GET_THREAD_ID): Remove.
5509 (fetch_fpregs): Call ptid_get_lwp instead of GET_THREAD_ID.
5510 (store_fpregs, fetch_regs, store_regs): Likewise.
5511 (fetch_wmmx_regs, store_wmmx_regs): Likewise.
5512 (fetch_vfp_regs, store_vfp_regs): Likewise.
5513 (arm_linux_read_description): Likewise.
5514 (arm_linux_get_hwbp_cap): Likewise.
5515 * xtensa-linux-nat.c (get_thread_id): Remove.
5516 (GET_THREAD_ID): Remove.
5517 (fetch_gregs, store_gregs): Call ptid_get_lwp instead of
5518 GET_THREAD_ID.
5519
4efd80aa
CS
55202015-08-04 Ciro Santilli <ciro.santilli@gmail.com> (obvious patch)
5521
5522 * python/py-linetable.c: Fix case of Linetable to LineTable
5523 in docstrings and code comments.
5524 * python/py-symtab.c: Same.
5525
c6343a91
JK
55262015-08-04 Jan Kratochvil <jan.kratochvil@redhat.com>
5527
5528 * infcmd.c (signal_command): Call do_cleanups for args_chain.
5529
978b9495
JK
55302015-08-04 Jan Kratochvil <jan.kratochvil@redhat.com>
5531
5532 PR gdb/18767
5533 * infcmd.c (attach_command): Move ARGS_CHAIN cleanup after last ARGS
5534 use.
5535
96e9210f
PA
55362015-08-04 Pedro Alves <palves@redhat.com>
5537
5538 * nat/gdb_thread_db.h (td_init_ftype, td_ta_new_ftype)
5539 (td_ta_map_lwp2thr_ftype, td_ta_thr_iter_ftype)
5540 (td_ta_event_addr_ftype, td_ta_set_event_ftype)
5541 (td_ta_clear_event_ftype, td_ta_event_getmsg_ftype)
5542 (td_thr_validate_ftype, td_thr_get_info_ftype)
5543 (td_thr_event_enable_ftype, td_thr_tls_get_addr_ftype)
5544 (td_thr_tlsbase_ftype, td_symbol_list_ftype, td_ta_delete_ftype):
5545 New typedefs.
5546 * linux-thread-db.c (struct thread_db_info): Use new typedefs.
5547 (try_thread_db_load_1): Define TDB_VERBOSE_DLSYM, TDB_DLSYM , CHK
5548 local macros and use them instead of verbose_dlsym and dlsym
5549 calls.
5550
af60a1ef
SL
55512015-08-03 Sandra Loosemore <sandra@codesourcery.com>
5552
5553 * nios2-tdep.h: Include opcode/nios2.h here.
5554 (NIOS2_CDX_OPCODE_SIZE): New.
5555 (struct gdbarch_tdep): Add OP parameter to syscall_next_pc.
5556 * nios2-tdep.c: Don't include opcode/nios2.h here.
5557 (nios2_fetch_insn): For R2, try reading 2-byte instruction if
5558 4-byte read fails.
5559 (nios2_match_add, nios2_match_sub): Add cases for R2 encodings.
5560 (nios2_match_addi, nios2_match_orhi): Likewise.
5561 (nios2_match_stw, nios2_match_ldw): Likewise.
5562 (nios2_match_rdctl): Likewise.
5563 (nios2_match_stwm, nios2_match_ldwm): New.
5564 (nios2_match_branch): Add cases for R2 encodings.
5565 (nios2_match_jmpi, nios2_match_calli): Likewise.
5566 (nios2_match_jmpr, nios2_match_callr): Likewise.
5567 (nios2_match_break, nios2_match_trap): Likewise.
5568 (nios2_in_epilogue_p): Add R2 support.
5569 (nios2_analyze_prologue): Update comments. Recognize R2 CDX
5570 prologues.
5571 (nios2_breakpoint_from_pc): Handle R2 instructions.
5572 (nios2_get_next_pc): Likewise. Adjust call to
5573 tdep->syscall_next_pc.
5574 * nios2-linux-tdep.c (nios2_r1_linux_rt_sigreturn_tramp_frame):
5575 Renamed from nios2_linux_rt_sigreturn_tramp_frame. Use
5576 instruction field macros instead of literal hex values.
5577 (nios2_r2_linux_rt_sigreturn_tramp_frame): New.
5578 (nios2_linux_syscall_next_pc): Adjust signature to pass OP.
5579 Use size field from OP instead of assuming all instructions
5580 are the same size.
5581 (nios2_linux_init_abi): Register appropriate unwinder for mach.
5582
1da03605
UW
55832015-08-03 Ulrich Weigand <uweigand@de.ibm.com>
5584
5585 * cp-namespace.c (cp_lookup_symbol_via_imports): Fix uninitialized
5586 variable warning with some compilers.
5587
8156fe7f
YQ
55882015-08-03 Yao Qi <yao.qi@linaro.org>
5589
5590 * arm-linux-nat.c (arm_linux_get_hwbp_type): Capitalize "type"
5591 in comment. Replace "rw" with "type".
5592 (arm_linux_remove_watchpoint): Change type of "rw" to
5593 "enum target_hw_bp_type".
5594
835a09d9
PMR
55952015-08-02 Pierre-Marie de Rodat <derodat@adacore.com>
5596
5597 * alpha-mdebug-tdep.c (find_proc_desc): Update call to
5598 lookup_symbol.
5599 * ft32-tdep.c (ft32_skip_prologue): Likewise.
5600 * moxie-tdep.c (moxie_skip_prologue): Likewise.
5601 * mt-tdep.c (mt_skip_prologue): Likewise.
5602 * xstormy16-tdep.c (xstormy16_skip_prologue): Likewise.
5603
d12307c1
PMR
56042015-08-01 Pierre-Marie de Rodat <derodat@adacore.com>
5605
5606 * ada-exp.y (write_object_renaming): Replace struct
5607 ada_symbol_info with struct block_symbol. Update field
5608 references accordingly.
5609 (block_lookup, select_possible_type_sym): Likewise.
5610 (find_primitive_type): Likewise. Also update call to
5611 ada_lookup_symbol to extract the symbol itself.
5612 (write_var_or_type, write_name_assoc): Likewise.
5613 * ada-lang.h (struct ada_symbol_info): Remove.
5614 (ada_lookup_symbol_list): Replace struct ada_symbol_info with
5615 struct block_symbol.
5616 (ada_lookup_encoded_symbol, user_select_syms): Likewise.
5617 (ada_lookup_symbol): Return struct block_symbol instead of a
5618 mere symbol.
5619 * ada-lang.c (defns_collected): Replace struct ada_symbol_info
5620 with struct block_symbol.
5621 (resolve_subexp, ada_resolve_function, sort_choices,
5622 user_select_syms, is_nonfunction, add_defn_to_vec,
5623 num_defns_collected, defns_collected,
5624 symbols_are_identical_enums, remove_extra_symbols,
5625 remove_irrelevant_renamings, add_lookup_symbol_list_worker,
5626 ada_lookup_symbol_list, ada_iterate_over_symbols,
5627 ada_lookup_encoded_symbol, get_var_value): Likewise.
5628 (ada_lookup_symbol): Return a block_symbol instead of a mere
5629 symbol. Replace struct ada_symbol_info with struct
5630 block_symbol.
5631 (ada_lookup_symbol_nonlocal): Likewise.
5632 (standard_lookup): Make block passing explicit through
5633 lookup_symbol_in_language.
5634 * ada-tasks.c (get_tcb_types_info): Update the calls to
5635 lookup_symbol_in_language to extract the mere symbol out of the
5636 returned value.
5637 (ada_tasks_inferior_data_sniffer): Likewise.
5638 * ax-gdb.c (gen_static_field): Likewise for the call to
5639 lookup_symbol.
a5fdf78a 5640 (gen_maybe_namespace_elt): Deal with struct block_symbol from
d12307c1
PMR
5641 lookup functions.
5642 (gen_expr): Likewise.
5643 * c-exp.y: Likewise. Remove uses of block_found.
5644 (lex_one_token, classify_inner_name, c_print_token): Likewise.
5645 (classify_name): Likewise. Rename the "sym" local variable to
5646 "bsym".
5647 * c-valprint.c (print_unpacked_pointer): Likewise.
5648 * compile/compile-c-symbols.c (convert_symbol_sym): Promote the
5649 "sym" parameter from struct symbol * to struct block_symbol.
5650 Use it to remove uses of block_found. Deal with struct
a5fdf78a 5651 block_symbol from lookup functions.
d12307c1
PMR
5652 (gcc_convert_symbol): Likewise. Update the call to
5653 convert_symbol_sym.
5654 * compile/compile-object-load.c (compile_object_load): Deal with
a5fdf78a 5655 struct block_symbol from lookup functions.
d12307c1
PMR
5656 * cp-namespace.c (cp_lookup_nested_symbol_1,
5657 cp_lookup_nested_symbol, cp_lookup_bare_symbol,
5658 cp_search_static_and_baseclasses,
5659 cp_lookup_symbol_in_namespace, cp_lookup_symbol_via_imports,
5660 cp_lookup_symbol_imports_or_template,
5661 cp_lookup_symbol_via_all_imports, cp_lookup_symbol_namespace,
5662 lookup_namespace_scope, cp_lookup_nonlocal,
a5fdf78a
PMR
5663 find_symbol_in_baseclass): Return struct block_symbol instead of
5664 mere symbols and deal with struct block_symbol from lookup
d12307c1
PMR
5665 functions.
5666 * cp-support.c (inspect_type, replace_typedefs,
a5fdf78a 5667 cp_lookup_rtti_type): Deal with struct block_symbol from
d12307c1
PMR
5668 lookup functions.
5669 * cp-support.h (cp_lookup_symbol_nonlocal,
5670 cp_lookup_symbol_from_namespace,
5671 cp_lookup_symbol_imports_or_template, cp_lookup_nested_symbol):
a5fdf78a 5672 Return struct block_symbol instead of mere symbols.
d12307c1
PMR
5673 * d-exp.y (d_type_from_name, d_module_from_name, push_variable,
5674 push_module_name):
a5fdf78a 5675 Deal with struct block_symbol from lookup functions. Remove
d12307c1
PMR
5676 uses of block_found.
5677 * eval.c (evaluate_subexp_standard): Update call to
5678 cp_lookup_symbol_namespace.
a5fdf78a
PMR
5679 * f-exp.y: Deal with struct block_symbol from lookup functions.
5680 Remove uses of block_found.
d12307c1
PMR
5681 (yylex): Likewise.
5682 * gdbtypes.c (lookup_typename, lookup_struct, lookup_union,
5683 lookup_enum, lookup_template_type, check_typedef): Deal with
a5fdf78a 5684 struct block_symbol from lookup functions.
d12307c1
PMR
5685 * guile/scm-frame.c (gdbscm_frame_read_var): Likewise.
5686 * guile/scm-symbol.c (gdbscm_lookup_symbol): Likewise.
5687 (gdbscm_lookup_global_symbol): Likewise.
5688 * gnu-v3-abi.c (gnuv3_get_typeid_type): Likewise.
5689 * go-exp.y: Likewise. Remove uses of block_found.
5690 (package_name_p, classify_packaged_name, classify_name):
5691 Likewise.
5692 * infrun.c (insert_exception_resume_breakpoint): Likewise.
5693 * jv-exp.y (push_variable): Likewise.
5694 * jv-lang.c (java_lookup_class, get_java_object_type): Likewise.
5695 * language.c (language_bool_type): Likewise.
5696 * language.h (struct language_defn): Update
a5fdf78a
PMR
5697 la_lookup_symbol_nonlocal to return a struct block_symbol rather
5698 than a mere symbol.
5699 * linespec.c (find_label_symbols): Deal with struct block_symbol
5700 from lookup functions.
d12307c1
PMR
5701 * m2-exp.y: Likewise. Remove uses of block_found.
5702 (yylex): Likewise.
5703 * mi/mi-cmd-stack.c (list_args_or_locals): Likewise.
5704 * objc-lang.c (lookup_struct_typedef, find_imps): Likewise.
5705 * p-exp.y: Likewise. Remove uses of block_found.
5706 (yylex): Likewise.
5707 * p-valprint.c (pascal_val_print): Likewise.
5708 * parse.c (write_dollar_variable): Likewise. Remove uses of
5709 block_found.
5710 * parser-defs.h (struct symtoken): Turn the SYM field into a
a5fdf78a
PMR
5711 struct block_symbol.
5712 * printcmd.c (address_info): Deal with struct block_symbol from
5713 lookup functions.
d12307c1
PMR
5714 * python/py-frame.c (frapy_read_var): Likewise.
5715 * python/py-symbol.c (gdbpy_lookup_symbol,
5716 gdbpy_lookup_global_symbol): Likewise.
5717 * skip.c (skip_function_command): Likewise.
5718 * solib-darwin.c (darwin_lookup_lib_symbol): Return a struct
a5fdf78a 5719 block_symbol instead of a mere symbol.
d12307c1
PMR
5720 * solib-spu.c (spu_lookup_lib_symbol): Likewise.
5721 * solib-svr4.c (elf_lookup_lib_symbol): Likewise.
5722 * solib.c (solib_global_lookup): Likewise.
5723 * solist.h (solib_global_lookup): Likewise.
5724 (struct target_so_ops): Update lookup_lib_global_symbol to
a5fdf78a
PMR
5725 return a struct block_symbol rather than a mere symbol.
5726 * source.c (select_source_symtab): Deal with struct block_symbol
5727 from lookup functions.
d12307c1
PMR
5728 * stack.c (print_frame_args, iterate_over_block_arg_vars):
5729 Likewise.
5730 * symfile.c (set_initial_language): Likewise.
5731 * symtab.c (SYMBOL_LOOKUP_FAILED): Turn into a struct
a5fdf78a 5732 block_symbol.
d12307c1
PMR
5733 (SYMBOL_LOOKUP_FAILED_P): New predicate as a macro.
5734 (struct symbol_cache_slot): Turn the FOUND field into a struct
a5fdf78a 5735 block_symbol.
d12307c1 5736 (block_found): Remove.
a5fdf78a 5737 (eq_symbol_entry): Update to deal with struct block_symbol in
d12307c1 5738 cache slots.
a5fdf78a
PMR
5739 (symbol_cache_lookup): Return a struct block_symbol rather than
5740 a mere symbol.
d12307c1
PMR
5741 (symbol_cache_mark_found): Add a BLOCK parameter to fill
5742 appropriately the cache slots. Update callers.
5743 (symbol_cache_dump): Update cache slots handling to the type
5744 change.
5745 (lookup_symbol_in_language, lookup_symbol, lookup_language_this,
5746 lookup_symbol_aux, lookup_local_symbol,
5747 lookup_symbol_in_objfile, lookup_global_symbol_from_objfile,
5748 lookup_symbol_in_objfile_symtabs,
5749 lookup_symbol_in_objfile_from_linkage_name,
5750 lookup_symbol_via_quick_fns, basic_lookup_symbol_nonlocal,
5751 lookup_symbol_in_static_block, lookup_static_symbol,
5752 lookup_global_symbol):
a5fdf78a
PMR
5753 Return a struct block_symbol rather than a mere symbol. Deal
5754 with struct block_symbol from other lookup functions. Remove
d12307c1
PMR
5755 uses of block_found.
5756 (lookup_symbol_in_block): Remove uses of block_found.
5757 (struct global_sym_lookup_data): Turn the RESULT field into a
a5fdf78a 5758 struct block_symbol.
d12307c1
PMR
5759 (lookup_symbol_global_iterator_cb): Update references to the
5760 RESULT field.
a5fdf78a 5761 (search_symbols): Deal with struct block_symbol from lookup
d12307c1 5762 functions.
a5fdf78a 5763 * symtab.h (struct block_symbol): New structure.
d12307c1
PMR
5764 (block_found): Remove.
5765 (lookup_symbol_in_language, lookup_symbol,
5766 basic_lookup_symbol_nonlocal, lookup_symbol_in_static_block,
a5fdf78a
PMR
5767 lookup_static_symbol, lookup_global_symbol, lookup_language_this,
5768 lookup_global_symbol_from_objfile): Return a struct block_symbol
5769 rather than just a mere symbol. Update comments to remove
5770 mentions of block_found.
d12307c1
PMR
5771 * valops.c (find_function_in_inferior,
5772 value_struct_elt_for_reference, value_maybe_namespace_elt,
a5fdf78a 5773 value_of_this): Deal with struct block_symbol from lookup
d12307c1
PMR
5774 functions.
5775 * value.c (value_static_field, value_fn_field): Likewise.
5776
b1c59ddc
SM
57772015-07-31 Simon Marchi <simon.marchi@ericsson.com>
5778
5779 * remote-m32r-sdi.c (m32r_remove_watchpoint): Use enum type
5780 instead of integer.
5781
f486487f 57822015-07-31 Simon Marchi <simon.marchi@ericsson.com>
84da3f0c 5783 Pedro Alves <palves@redhat.com>
f486487f
SM
5784
5785 * aarch64-linux-nat.c (aarch64_linux_can_use_hw_breakpoint): Use enum
5786 type or value instead of integer.
5787 (aarch64_linux_insert_watchpoint): Likewise.
5788 (aarch64_linux_remove_watchpoint): Likewise.
5789 * ada-lang.c (ada_op_print_tab): Likewise.
5790 * amd64-linux-tdep.c (amd64_canonicalize_syscall): Likewise.
5791 (amd64_linux_syscall_record_common): Likewise.
5792 * arch-utils.c (target_byte_order_user): Likewise.
5793 (default_byte_order): Likewise.
5794 * arm-linux-nat.c (arm_linux_can_use_hw_breakpoint): Likewise.
5795 (arm_linux_get_hwbp_type): Likewise.
5796 (arm_linux_hw_watchpoint_initialize): Likewise.
5797 (arm_linux_insert_watchpoint): Likewise.
5798 * arm-linux-tdep.c (arm_canonicalize_syscall): Likewise.
5799 (arm_linux_syscall_record): Likewise.
5800 * breakpoint.c (update_watchpoint): Likewise.
5801 (breakpoint_here_p): Likewise.
5802 (bpstat_print): Likewise.
5803 (enable_breakpoint_disp): Likewise.
5804 * c-lang.c (c_op_print_tab): Likewise.
5805 * cli/cli-decode.c (add_info_alias): Likewise.
5806 * d-lang.c (d_op_print_tab): Likewise.
5807 * eval.c (evaluate_subexp_standard): Likewise.
5808 * f-exp.y (dot_ops): Likewise.
5809 (f77_keywords): Likewise.
5810 * f-lang.c (f_op_print_tab): Likewise.
5811 * go-lang.c (go_op_print_tab): Likewise.
5812 * guile/scm-breakpoint.c (gdbscm_make_breakpoint): Likewise.
5813 * guile/scm-cmd.c (gdbscm_make_command): Likewise.
5814 * guile/scm-param.c (gdbscm_make_parameter): Likewise.
5815 * guile/scm-pretty-print.c (gdbscm_apply_val_pretty_printer): Likewise.
5816 * guile/scm-string.c (struct scm_to_stringn_data): Likewise.
5817 (struct scm_from_stringn_data): Likewise.
5818 * i386-linux-tdep.c (i386_canonicalize_syscall): Likewise.
5819 * ia64-linux-nat.c (ia64_linux_insert_watchpoint): Likewise.
5820 (ia64_linux_remove_watchpoint): Likewise.
5821 (ia64_linux_can_use_hw_breakpoint): Likewise.
5822 * infrun.c (print_stop_event): Likewise.
5823 * jv-lang.c (java_op_print_tab): Likewise.
5824 * linux-nat.c (linux_proc_xfer_partial): Likewise.
5825 * linux-nat.h (struct lwp_info): Likewise.
5826 * linux-thread-db.c (enable_thread_event): Likewise.
5827 * m2-lang.c (m2_op_print_tab): Likewise.
5828 * mi/mi-cmd-stack.c (mi_cmd_stack_list_locals): Likewise.
5829 (mi_cmd_stack_list_variables): Likewise.
5830 * mi/mi-main.c (mi_cmd_trace_frame_collected): Likewise.
5831 * mi/mi-out.c (mi_table_begin): Likewise.
5832 (mi_table_header): Likewise.
5833 * mips-linux-nat.c (mips_linux_can_use_hw_breakpoint): Likewise.
5834 (mips_linux_insert_watchpoint): Likewise.
5835 (mips_linux_remove_watchpoint): Likewise.
5836 * nat/mips-linux-watch.c (mips_linux_watch_type_to_irw): Likewise.
5837 * nat/mips-linux-watch.h (struct mips_watchpoint): Likewise.
5838 (mips_linux_watch_type_to_irw): Likewise.
5839 * nto-procfs.c (procfs_can_use_hw_breakpoint): Likewise.
5840 (procfs_insert_hw_watchpoint): Likewise.
5841 (procfs_remove_hw_watchpoint): Likewise.
5842 (procfs_hw_watchpoint): Likewise.
5843 (procfs_can_use_hw_breakpoint): Likewise.
5844 (procfs_remove_hw_watchpoint): Likewise.
5845 (procfs_insert_hw_watchpoint): Likewise.
5846 * p-lang.c (pascal_op_print_tab): Likewise.
5847 * ppc-linux-nat.c (ppc_linux_can_use_hw_breakpoint): Likewise.
5848 * ppc-linux-tdep.c (ppu2spu_unwind_register): Likewise.
5849 * ppc-sysv-tdep.c (get_decimal_float_return_value): Likewise.
5850 * procfs.c (procfs_can_use_hw_breakpoint): Likewise.
5851 (procfs_insert_watchpoint): Likewise.
5852 (procfs_remove_watchpoint): Likewise.
5853 * psymtab.c (recursively_search_psymtabs): Likewise.
5854 * remote-m32r-sdi.c (m32r_can_use_hw_watchpoint): Likewise.
5855 (m32r_insert_watchpoint): Likewise.
5856 * remote-mips.c (mips_can_use_watchpoint): Likewise.
5857 (mips_insert_watchpoint): Likewise.
5858 (mips_remove_watchpoint): Likewise.
5859 * remote.c (watchpoint_to_Z_packet): Likewise.
5860 (remote_insert_watchpoint): Likewise.
5861 (remote_remove_watchpoint): Likewise.
5862 (remote_check_watch_resources): Likewise.
5863 * s390-linux-nat.c (s390_insert_watchpoint): Likewise.
5864 (s390_remove_watchpoint): Likewise.
5865 (s390_can_use_hw_breakpoint): Likewise.
5866 * s390-linux-tdep.c (s390_gdbarch_init): Likewise.
5867 * spu-linux-nat.c (spu_can_use_hw_breakpoint): Likewise.
5868 * target.h (struct target_ops): Likewise.
5869 * tilegx-tdep.c (tilegx_analyze_prologue): Likewise.
5870 * ui-out.c (struct ui_out_hdr): Likewise.
5871 (append_header_to_list): Likewise.
5872 (get_next_header): Likewise.
5873 (verify_field): Likewise.
5874 (ui_out_begin): Likewise.
5875 (ui_out_field_int): Likewise.
5876 (ui_out_field_fmt_int): Likewise.
5877 (ui_out_field_skip): Likewise.
5878 (ui_out_field_string): Likewise.
5879 (ui_out_field_fmt): Likewise.
5880 * varobj.c (new_variable): Likewise.
5881 * x86-nat.c (x86_insert_watchpoint): Likewise.
5882 (x86_remove_watchpoint): Likewise.
5883 (x86_can_use_hw_breakpoint): Likewise.
5884 * xtensa-tdep.h (struct gdbarch_tdep): Likewise.
5885 * inflow.c (enum gdb_has_a_terminal_flag_enum): Add name to
5886 previously anonymous enumeration type..
5887 * linux-record.h (enum gdb_syscall): Add gdb_sys_no_syscall
5888 value.
5889 * target-debug.h (target_debug_print_enum_target_hw_bp_type): New.
5890 (target_debug_print_enum_bptype): New.
5891 * target-delegates.c: Regenerate.
5892
e1b5381f
SL
58932015-07-30 Sandra Loosemore <sandra@codesourcery.com>
5894
5895 * nios2-tdep.c (nios2_analyze_prologue): Do what the comment
5896 already says and disallow non-stack memory writes in the prologue.
5897
9aaf8e3a
SL
58982015-07-30 Sandra Loosemore <sandra@codesourcery.com>
5899
5900 * nios2-tdep.c (nios2_analyze_prologue): Update comments to
5901 reflect how current GCC emits stack overflow checks. Match
5902 both trap and break instructions for backward compatbility.
5903 Disallow other trap and break instructions in the prologue.
5904
69dde7dc
PA
59052015-07-30 Pedro Alves <palves@redhat.com>
5906
5907 PR threads/18600
5908 * linux-nat.c (wait_lwp): Report to the core when thread group
5909 leader exits.
5910
4dd63d48
PA
59112015-07-30 Pedro Alves <palves@redhat.com>
5912 Simon Marchi <simon.marchi@ericsson.com>
5913
5914 PR threads/18600
5915 * linux-nat.c (linux_handle_extended_wait): On CLONE event, always
5916 mark the new thread as resumed. Remove STOPPING parameter.
5917 (wait_lwp): Adjust call to linux_handle_extended_wait.
5918 (linux_nat_filter_event): Adjust call to
5919 linux_handle_extended_wait.
5920 (resume_stopped_resumed_lwps): Add debug output.
5921
6b940e6a
PL
59222015-07-30 Pierre Langlois <pierre.langlois@arm.com>
5923
5924 * arch-utils.c (default_fast_tracepoint_valid_at): Remove unused
5925 isize argument.
5926 * arch-utils.h (default_fast_tracepoint_valid_at): Likewise.
5927 * breakpoint.c (check_fast_tracepoint_sals): Adjust call to
5928 gdbarch_fast_tracepoint_valid_at.
5929 * gdbarch.sh (fast_tracepoint_valid_at): Remove isize argument.
5930 * gdbarch.h: Regenerate.
5931 * gdbarch.c: Regenerate.
5932 * i386-tdep.c (i386_fast_tracepoint_valid_at): Remove isize
5933 argument. Do not set it.
5934 * remote.c (remote_download_tracepoint): Adjust call to
5935 gdbarch_fast_tracepoint_valid_at. Call gdb_insn_length to get
5936 the instruction length.
5937
ec741292
YQ
59382015-07-30 Yao Qi <yao.qi@linaro.org>
5939
5940 * arm-tdep.h (enum gdb_regnum): Move it to ...
5941 * arch/arm.h: ... here. New file.
5942 * Makefile.in (HFILES_NO_SRCDIR): Add arch/arm.h.
5943
0ea6402e
PL
59442015-07-30 Pierre Langlois <pierre.langlois@arm.com>
5945
5946 * aarch64-tdep.c (decode_b): Rename link argument to is_bl.
5947 Change its type to int *.
5948 (decode_br): Rename link argument to is_blr. Change its type to
5949 int *.
5950 (decode_cb): Rename op argument to is_cbnz. Change its type to
5951 int *.
5952 (decode_tb): Rename op argument to is_tbnz. Change its type to
5953 int *. Set is_tbnz to either 1 or 0.
5954 (aarch64_analyze_prologue): Change type of is_link to int. Add
5955 new variables is_cbnz and is_tbnz. Adjust call to
5956 aarch64_decode_cb and aarch64_decode_tb.
5957
aa58a496
SM
59582015-07-29 Simon Marchi <simon.marchi@ericsson.com>
5959
5960 * mips-linux-nat.c (write_watchpoint_regs): Add NULL as ptrace's 4th
5961 parameter.
5962 (mips_linux_new_thread): Likewise.
5963 * nat/mips-linux-watch.c (mips_linux_read_watch_registers): Likewise.
5964
18206ca3
PP
59652015-07-29 Patrick Palka <patrick@parcs.ath.cx>
5966
5967 * top.c: Include "tui/tui.h".
5968 (undo_terminal_modifications_before_exit): New static function.
5969 (quit_force): Use it.
5970
7afa63c6
PP
59712015-07-29 Patrick Palka <patrick@parcs.ath.cx>
5972
5973 * target.c (terminal_state): Initialize to terminal_is_ours.
5974
cc9f16aa
YQ
59752015-07-29 Yao Qi <yao.qi@linaro.org>
5976
5977 PR record/18691
5978 * dcache.c (dcache_read_memory_partial): Call
5979 raw_memory_xfer_partial.
5980 * target.c (raw_memory_xfer_partial): Make it non-static.
5981 * target.h (raw_memory_xfer_partial): Declare.
5982
3ae385af
SM
59832015-07-28 Simon Marchi <simon.marchi@ericsson.com>
5984
5985 * c-valprint.c (c_val_print_array): Consider addressable memory
5986 unit size.
5987 (c_val_print_ptr): Likewise.
5988 (c_val_print_int): Likewise.
5989 * findvar.c (read_frame_register_value): Likewise.
5990 * valarith.c (find_size_for_pointer_math): Likewise.
5991 (value_ptrdiff): Likewise.
5992 (value_subscripted_rvalue): Likewise.
5993 * valops.c (read_value_memory): Likewise (and rename variables).
5994 (value_assign): Likewise.
5995 (value_repeat): Likewise.
5996 (value_array): Likewise.
5997 (value_slice): Likewise.
5998 * valprint.c (generic_val_print_ptr): Likewise.
5999 (generic_val_print_enum): Likewise.
6000 (generic_val_print_bool): Likewise.
6001 (generic_val_print_int): Likewise.
6002 (generic_val_print_char): Likewise.
6003 (generic_val_print_float): Likewise.
6004 (generic_val_print_decfloat): Likewise.
6005 (generic_val_print_complex): Likewise.
6006 (val_print_scalar_formatted): Likewise.
6007 (val_print_array_elements): Likewise.
6008 * value.c (set_value_parent): Likewise.
6009 (value_contents_copy_raw): Likewise.
6010 (set_internalvar_component): Likewise.
6011 (value_primitive_field): Likewise.
6012 (value_fetch_lazy): Likewise.
6013 * value.h (read_value_memory): Update comment.
6014
e512cdbd
SM
60152015-07-28 Simon Marchi <simon.marchi@ericsson.com>
6016
6017 * value.c (get_value_arch): New function.
6018 * value.h (get_value_arch): New declaration.
6019
3723fda8
SM
60202015-07-28 Simon Marchi <simon.marchi@ericsson.com>
6021
6022 * value.c (struct value): Update comments.
6023
2e056931
SM
60242015-07-28 Simon Marchi <simon.marchi@ericsson.com>
6025
6026 * gdbtypes.c (type_length_units): New function.
6027 * gdbtypes.h (type_length_units): New declaration.
6028 (struct type) <length>: Update comment.
6029
0c87c0bf
SM
60302015-07-27 Simon Marchi <simon.marchi@ericsson.com>
6031
6032 * valprint.c (generic_val_print): Factor out complex
6033 printing code to ...
6034 (generic_val_print_complex): ... this new function.
6035
9550ae5e
SM
60362015-07-27 Simon Marchi <simon.marchi@ericsson.com>
6037
6038 * valprint.c (generic_val_print): Factor out decfloat
6039 printing code to ...
6040 (generic_val_print_decfloat): ... this new function.
6041
7784724b
SM
60422015-07-27 Simon Marchi <simon.marchi@ericsson.com>
6043
6044 * valprint.c (generic_val_print): Factor out float
6045 printing code to ...
6046 (generic_val_print_float): ... this new function.
6047
385f5aff
SM
60482015-07-27 Simon Marchi <simon.marchi@ericsson.com>
6049
6050 * valprint.c (generic_val_print): Factor out char
6051 printing code to ...
6052 (generic_val_print_char): ... this new function.
6053
b21b6342
SM
60542015-07-27 Simon Marchi <simon.marchi@ericsson.com>
6055
6056 * valprint.c (generic_val_print): Factor out integer
6057 printing code to ...
6058 (generic_val_print_int): ... this new function.
6059
e5bead4b
SM
60602015-07-27 Simon Marchi <simon.marchi@ericsson.com>
6061
6062 * valprint.c (generic_val_print): Factor out bool
6063 printing code to ...
6064 (generic_val_print_bool): ... this new function.
6065
4a8c372f
SM
60662015-07-27 Simon Marchi <simon.marchi@ericsson.com>
6067
6068 * valprint.c (generic_val_print): Factor out function/method
6069 printing code to ...
6070 (generic_val_print_func): ... this new function.
6071
d93880bd
SM
60722015-07-27 Simon Marchi <simon.marchi@ericsson.com>
6073
6074 * valprint.c (generic_val_print): Factor out flags
6075 printing code to ...
6076 (generic_val_print_flags): ... this new function.
6077
ef0bc0dd
SM
60782015-07-27 Simon Marchi <simon.marchi@ericsson.com>
6079
6080 * valprint.c (generic_val_print): Factor out enum
6081 printing code to ...
6082 (generic_val_print_enum): ... this new function.
6083
fe43fede
SM
60842015-07-27 Simon Marchi <simon.marchi@ericsson.com>
6085
6086 * valprint.c (generic_val_print): Factor out reference
6087 printing code to ...
6088 (generic_val_print_ref): ... this new function.
6089
45000ea2
SM
60902015-07-27 Simon Marchi <simon.marchi@ericsson.com>
6091
6092 * valprint.c (generic_val_print): Factor out memberptr
6093 printing code to ...
6094 (generic_val_print_memberptr): ... this new function.
6095
81eb921a
SM
60962015-07-27 Simon Marchi <simon.marchi@ericsson.com>
6097
6098 * valprint.c (generic_val_print): Factor out pointer
6099 printing code to ...
6100 (generic_val_print_ptr): ... this new function.
6101
557dbe8a
SM
61022015-07-27 Simon Marchi <simon.marchi@ericsson.com>
6103
6104 * valprint.c (generic_val_print): Factor out array
6105 printing code to ...
6106 (generic_val_print_array): ... this new function.
6107
9f436164
SM
61082015-07-27 Simon Marchi <simon.marchi@ericsson.com>
6109
6110 * valprint.c (generic_val_print): Factor out
6111 print_unpacked_pointer code to ...
6112 (print_unpacked_pointer): ... this new function.
6113
077836f7
PP
61142015-07-27 Patrick Palka <patrick@parcs.ath.cx>
6115
6116 * event-top.c (handle_sigterm): Don't inspect
6117 target_can_async_p. Always set the quit flag and always mark
6118 the async signal handler.
6119
3a60804f
YQ
61202015-07-27 Yao Qi <yao.qi@linaro.org>
6121
6122 * Makefile.in (REMOTE_EXAMPLES): Remove it.
6123
c9f35b34
KB
61242015-07-25 Kevin Buettner <kevinb@redhat.com>
6125
6126 * remote.c (read_ptid): Return null_ptid when no thread id
6127 is found.
6128 (remote_current_thread): Add log warning for malformed
6129 qC reply.
6130 (remote_start_remote): Add log warning when current thread
6131 not found.
6132
2b4cab86
PA
61332015-07-24 Pedro Alves <palves@redhat.com>
6134
6135 * s390-linux-nat.c (fetch_regs, store_regs, fetch_fpregs)
6136 (s390_stopped_by_watchpoint, s390_prepare_to_resume): Pass 0 as
6137 forth argument to ptrace PTRACE_PEEKUSR_AREA/PTRACE_POKEUSR_AREA.
6138
77598427
PA
61392015-07-24 Pedro Alves <palves@redhat.com>
6140
6141 PR gdb/18717
6142 * linux-nat.c (linux_nat_filter_event): Don't assert that the lwp
6143 is resumed, and extend the debug log.
6144
fe23c31f
PA
61452015-07-24 Pedro Alves <palves@redhat.com>
6146
6147 * fork-child.c (fork_inferior): Print argv[0] instead of exec_file.
6148
5826e159
PA
61492015-07-24 Pedro Alves <palves@redhat.com>
6150
6151 * aarch64-linux-nat.c: Include nat/gdb_ptrace.h instead of
6152 sys/ptrace.h.
6153 * alpha-linux-nat.c: Likewise.
6154 * amd64-linux-nat.c: Likewise.
6155 * arm-linux-nat.c: Likewise.
6156 * hppa-linux-nat.c: Likewise.
6157 * i386-linux-nat.c: Likewise.
6158 * ia64-linux-nat.c: Likewise.
6159 * linux-fork.c: Likewise.
6160 * linux-nat.c: Likewise.
6161 * m32r-linux-nat.c: Likewise.
6162 * m68klinux-nat.c: Likewise.
6163 * mips-linux-nat.c: Likewise.
6164 * nat/linux-btrace.c: Likewise.
6165 * nat/linux-ptrace.c: Likewise.
6166 * nat/linux-ptrace.h
6167 * nat/mips-linux-watch.c: Likewise.
6168 * nat/x86-linux-dregs.c: Likewise.
6169 * ppc-linux-nat.c: Likewise.
6170 * s390-linux-nat.c: Likewise.
6171 * spu-linux-nat.c: Likewise.
6172 * tilegx-linux-nat.c: Likewise.
6173 * x86-linux-nat.c: Likewise.
6174 * xtensa-linux-nat.c: Likewise.
6175
54019719
PA
61762015-07-24 Pedro Alves <palves@redhat.com>
6177
6178 * ptrace.m4 (ptrace tests): Test in C++ mode. Try with 'enum
6179 __ptrace_request as first parameter type instead of int.
6180 (PTRACE_TYPE_ARG1): Define.
6181 * nat/gdb_ptrace.h [!PTRACE_TYPE_ARG5] (ptrace): Define as wrapper
6182 that casts first argument to PTRACE_TYPE_ARG1.
6183 * config.in: Regenerate.
6184 * configure: Regenerate.
6185
e3790375
PA
61862015-07-24 Pedro Alves <palves@redhat.com>
6187
6188 * gdb_ptrace.h: Move ...
6189 * nat/gdb_ptrace.h: ... here.
6190 * inf-ptrace.c: Adjust.
6191
eb7aa561
PA
61922015-07-24 Pedro Alves <palves@redhat.com>
6193
6194 * acinclude.m4: Include ptrace.m4.
6195 * configure.ac: Call GDB_AC_PTRACE and move ptrace checks ...
6196 * ptrace.m4: ... to this new file.
6197
cc12ce38
DE
61982015-07-23 Doug Evans <dje@google.com>
6199
6200 * dwarf2read.c (dwarf2_per_cu_data): Add comment.
6201 (load_cu): Handle dummy CUs.
6202 (dw2_do_instantiate_symtab, process_queuef): Ditto.
6203 (dwarf2_fetch_die_loc_sect_off, dwarf2_fetch_constant_bytes): Ditto.
6204
7b849db4
CS
62052015-07-23 Ciro Santilli <ciro.santilli@gmail.com> (tiny patch)
6206
6207 * py-linetable.c (ltpy_get_all_source_lines): Adjust function
6208 documentation to say that it returns a list rather than
6209 a FrozenSet.
6210 (linetable_object_methods): Update the docstring of the
6211 "source_line" entry.
6212
d0d84780
PMR
62132015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
6214
6215 * gdbtypes.c (resolve_dynamic_array): Pass the peeled element
6216 type to the recursive call instead of the original (maybe
6217 TYPE_CODE_TYPEDEF) type.
6218
c2fbdc59
YQ
62192015-07-23 Yao Qi <yao.qi@linaro.org>
6220
6221 * aarch64-linux-nat.c (aarch64_linux_can_use_hw_breakpoint): If
6222 TYPE is watchpoint, return zero if aarch64_num_wp_regs is zero.
6223 If TYPE is breakpoint, return zero if arch64_num_bp_regs is zero.
6224
af1b22f3
YQ
62252015-07-21 Yao Qi <yao.qi@linaro.org>
6226
6227 * aarch64-linux-nat.c (aarch64_linux_get_debug_reg_capacity):
6228 Move it to nat/aarch64-linux-hw-point.c.
6229 (aarch64_linux_child_post_startup_inferior): Update.
6230 * nat/aarch64-linux-hw-point.c (aarch64_linux_get_debug_reg_capacity):
6231 New function.
6232 * nat/aarch64-linux-hw-point.h (aarch64_linux_get_debug_reg_capacity):
6233 Declare it.
6234
40e050d2
MM
62352015-07-21 Markus Metzger <markus.t.metzger@intel.com>
6236
6237 * common/btrace-common.c (btrace_data_append): Change case label.
6238
3675a06a
YQ
62392015-07-20 Yao Qi <yao.qi@linaro.org>
6240
6241 * nat/aarch64-linux-hw-point.c (aarch64_handle_unaligned_watchpoint):
6242 Re-indent the code.
6243 * nat/aarch64-linux-hw-point.h: Use ULONGEST rather than
6244 "unsigned long long".
6245
b4e1fd61
KB
62462015-07-18 Kevin Buettner <kevinb@redhat.com>
6247
6248 * dwarf2read.c (dwarf2_locate_sections): Allow has_section_at_zero
6249 to be set for SEC_ALLOC sections too.
6250
554717a3
YQ
62512015-07-17 Yao Qi <yao.qi@linaro.org>
6252
6253 * Makefile.in (HFILES_NO_SRCDIR): Add
6254 nat/aarch64-linux-hw-point.h.
6255 (aarch64-linux-hw-point.o): New rule.
6256 * nat/aarch64-linux-hw-point.h: New file.
6257 * nat/aarch64-linux-hw-point.c: New file.
6258 * aarch64-linux-nat.c: Include nat/aarch64-linux-hw-point.h.
6259 (AARCH64_HBP_MAX_NUM): Move to nat/aarch64-linux-hw-point.h.
6260 (AARCH64_HWP_MAX_NUM, AARCH64_HBP_ALIGNMENT): Likewise.
6261 (AARCH64_HWP_ALIGNMENT): Likewise.
6262 (AARCH64_HWP_MAX_LEN_PER_REG): Likewise.
6263 (AARCH64_DEBUG_NUM_SLOTS, AARCH64_DEBUG_ARCH): Likewise.
6264 (AARCH64_DEBUG_ARCH_V8, DR_MARK_ALL_CHANGED): Likewise.
6265 (DR_MARK_N_CHANGED, DR_CLEAR_CHANGED): Likewise.
6266 (DR_HAS_CHANGED, DR_N_HAS_CHANGE): Likewise.
6267 (aarch64_num_bp_regs, aarch64_num_wp_regs): Likewise.
6268 (struct aarch64_debug_reg_state): Likewise.
6269 (struct arch_lwp_info): Likewise.
6270 (aarch64_linux_set_debug_regs): Likewise.
6271 (aarch64_notify_debug_reg_change): Remove static.
6272 (aarch64_align_watchpoint): Likewise.
6273 (DR_CONTROL_ENABLED, DR_CONTROL_LENGTH): Likewise.
6274 (aarch64_watchpoint_length): Likewise.
6275 (aarch64_point_encode_ctrl_reg): Likewise
6276 (aarch64_point_is_aligned): Likewise.
6277 (aarch64_dr_state_insert_one_point): Likewise.
6278 (aarch64_dr_state_remove_one_point): Likewise.
6279 (aarch64_handle_breakpoint): Likewise.
6280 (aarch64_handle_aligned_watchpoint): Likewise.
6281 (aarch64_handle_unaligned_watchpoint): Likewise.
6282 (aarch64_handle_watchpoint): Likewise.
6283 * config/aarch64/linux.mh (NAT_FILE): Add
6284 aarch64-linux-hw-point.o.
6285
c67ca4de
YQ
62862015-07-17 Yao Qi <yao.qi@linaro.org>
6287
6288 * aarch64-linux-nat.c (aarch64_handle_breakpoint): Add argument
6289 state and don't call aarch64_get_debug_reg_state. All callers
6290 update.
6291 (aarch64_linux_insert_hw_breakpoint): Call
6292 aarch64_get_debug_reg_state earlier.
6293 (aarch64_linux_remove_hw_breakpoint): Likewise.
6294 (aarch64_handle_aligned_watchpoint): Add argument state and
6295 don't call aarch64_get_debug_reg_state. All callers update.
6296 (aarch64_handle_unaligned_watchpoint): Likewise.
6297 (aarch64_handle_watchpoint): Add argument state.
6298 (aarch64_linux_insert_watchpoint): Call aarch64_get_debug_reg_state
6299 earlier.
6300 (aarch64_linux_remove_watchpoint): Likewise.
6301
25abf979
YQ
63022015-07-17 Yao Qi <yao.qi@linaro.org>
6303
6304 * aarch64-linux-nat.c (aarch64_show_debug_reg_state): Use
6305 debug_printf.
6306 (aarch64_handle_unaligned_watchpoint): Likewise.
6307
2ecd81c2
YQ
63082015-07-17 Yao Qi <yao.qi@linaro.org>
6309
6310 * aarch64-linux-nat.c (aarch64_dr_state_insert_one_point): Change
6311 argument type's type to 'enum target_hw_bp_type'.
6312 (aarch64_dr_state_remove_one_point): Likewise.
6313 (aarch64_handle_breakpoint): Likewise.
6314 (aarch64_linux_insert_hw_breakpoint): Likewise.
6315 (aarch64_linux_remove_hw_breakpoint): Likewise.
6316 (aarch64_handle_aligned_watchpoint): Likewise.
6317
e53b6938
YQ
63182015-07-17 Yao Qi <yao.qi@linaro.org>
6319
6320 * aarch64-linux-nat.c (aarch64_linux_get_debug_reg_capacity): Call
6321 ptid_get_pid instead of get_thread_id.
6322
6a49a997
YQ
63232015-07-17 Yao Qi <yao.qi@linaro.org>
6324
6325 * remote.c (get_current_thread): Initialise ptid to null_ptid.
6326 (add_current_inferior_and_thread): Don't initialise ptid.
6327
4bcddace
PL
63282015-07-16 Pierre Langlois <pierre.langlois@arm.com>
6329
6330 * aarch64-tdep.c (aarch64_pseudo_read_value): Mark S register as
6331 unavailable if invalid.
6332
db1ff28b
JK
63332015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6334
6335 Revert the previous 6 commits:
6336 Create empty nat/linux-maps.[ch] and common/target-utils.[ch].
6337 Move gdb_regex* to common/
6338 Prepare linux_find_memory_regions_full & co. for move
6339 Move linux_find_memory_regions_full & co.
6340 gdbserver build-id attribute generator
6341 Validate symbol file using build-id
6342
ca5268b6
JK
63432015-07-15 Aleksandar Ristovski <aristovski@qnx.com
6344 Jan Kratochvil <jan.kratochvil@redhat.com>
6345
6346 Validate symbol file using build-id.
6347 * NEWS (Changes since GDB 7.10): Add 'set validate-build-id'
6348 and 'show validate-build-id'. Add build-id attribute.
6349 * solib-darwin.c (_initialize_darwin_solib): Assign validate value.
6350 * solib-dsbt.c (_initialize_dsbt_solib): Ditto.
6351 * solib-frv.c (_initialize_frv_solib): Ditto.
6352 * solib-spu.c (set_spu_solib_ops): Ditto.
6353 * solib-svr4.c: Include rsp-low.h.
6354 (NOTE_GNU_BUILD_ID_NAME): New define.
6355 (svr4_validate): New function.
6356 (svr4_copy_library_list): Duplicate field build_id.
6357 (library_list_start_library): Parse 'build-id' attribute.
6358 (svr4_library_attributes): Add 'build-id' attribute.
6359 (_initialize_svr4_solib): Assign validate value.
6360 * solib-target.c (solib.h): Include.
6361 (_initialize_solib_target): Assign validate value.
6362 * solib.c (validate_build_id, show_validate_build_id): New.
6363 (solib_map_sections): Use ops->validate.
6364 (clear_so): Free build_id.
6365 (default_solib_validate): New function.
6366 (_initialize_solib): Add "validate-build-id".
6367 * solib.h (default_solib_validate): New declaration.
6368 * solist.h (struct so_list): New fields 'build_idsz' and 'build_id'.
6369 (target_so_ops): New field 'validate'.
6370
700ca40f
JK
63712015-07-15 Aleksandar Ristovski <aristovski@qnx.com
6372 Jan Kratochvil <jan.kratochvil@redhat.com>
6373
6374 gdbserver build-id attribute generator.
6375 * features/library-list-svr4.dtd (library-list-svr4): New
6376 'build-id' attribute.
6377
9904185c
JK
63782015-07-15 Aleksandar Ristovski <aristovski@qnx.com
6379 Jan Kratochvil <jan.kratochvil@redhat.com>
6380
6381 Move linux_find_memory_regions_full & co.
6382 * linux-tdep.c (nat/linux-maps.h): Include.
6383 (gdb_regex.h): Remove the include.
6384 (enum filterflags, struct smaps_vmflags, read_mapping, decode_vmflags)
6385 (mapping_is_anonymous_p, dump_mapping_p): Moved to nat/linux-maps.c.
6386 (linux_find_memory_region_ftype): Moved typedef to nat/linux-maps.h.
6387 (linux_find_memory_regions_full): Moved definition to nat/linux-maps.c.
6388 * nat/linux-maps.c: Include ctype.h, target/target-utils.h, gdb_regex.h
6389 and target/target.h.
6390 (struct smaps_vmflags, read_mapping, decode_vmflags)
6391 (mapping_is_anonymous_p, dump_mapping_p): Move from linux-tdep.c.
6392 (linux_find_memory_regions_full): Move from linux-tdep.c.
6393 * nat/linux-maps.h (read_mapping): New declaration.
6394 (linux_find_memory_region_ftype, enum filterflags): Moved from
6395 linux-tdep.c.
6396 (linux_find_memory_regions_full): New declaration.
6397 * target.c (target/target-utils.h): Include.
6398 (read_alloc_pread_ftype): Moved typedef to target/target-utils.h.
6399 (read_alloc, read_stralloc_func_ftype, read_stralloc): Moved
6400 definitions to target/target-utils.c.
6401 * target.h (target_fileio_read_stralloc): Move it to target/target.h.
6402 * target/target-utils.c (read_alloc, read_stralloc): Move definitions
6403 from target.c.
6404 * target/target-utils.h (read_alloc_pread_ftype): New typedef.
6405 (read_alloc): New declaration.
6406 (read_stralloc_func_ftype): New typedef.
6407 (read_stralloc): New declaration.
6408 * target/target.h (target_fileio_read_stralloc): Move it from target.h.
6409
f7af1fcd
JK
64102015-07-15 Aleksandar Ristovski <aristovski@qnx.com
6411 Jan Kratochvil <jan.kratochvil@redhat.com>
6412
6413 Prepare linux_find_memory_regions_full & co. for move.
6414 * linux-tdep.c (linux_find_memory_region_ftype): Comment.
6415 (linux_find_memory_regions_full): Change signature and prepare
6416 for moving to linux-maps.
6417 (linux_find_memory_regions_data): Rename field 'obfd' to 'data'.
6418 (linux_find_memory_regions_thunk): New.
6419 (linux_find_memory_regions_thunk): Use 'data' field instead of 'obfd'.
6420 (linux_find_memory_regions_gdb): New.
6421 (linux_find_memory_regions): Rename argument 'obfd' to 'func_data'.
6422 (linux_make_mappings_corefile_notes): Use
6423 linux_find_memory_regions_gdb.
6424 * target.c (read_alloc_pread_ftype): New typedef.
6425 (target_fileio_read_alloc_1_pread): New function.
6426 (read_alloc): Refactor from target_fileio_read_alloc_1.
6427 (read_stralloc_func_ftype): New typedef.
6428 (target_fileio_read_alloc_1): New implementation. Use read_alloc.
6429 (read_stralloc): Refactored from target_fileio_read_stralloc.
6430 (target_fileio_read_stralloc): New implementation, use read_stralloc.
6431
6e5b4429
JK
64322015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6433
6434 * Makefile.in (HFILES_NO_SRCDIR): Change gdb_regex.h to
6435 common/gdb_regex.h.
6436 (COMMON_OBS): Add gdb_regex.o.
6437 (gdb_regex.o): New.
6438 * common/common.m4 (GDB_AC_COMMON): Add gdb_use_included_regex,
6439 --without-included-regex and USE_INCLUDED_REGEX.
6440 * common/gdb_regex.c: New file from utils.c functions.
6441 * common/gdb_regex.h: Move it here from gdb_regex.h, update include
6442 file wrapping define name.
6443 * configure: Rebuilt.
6444 * configure.ac (gdb_use_included_regex, --without-included-regex)
6445 (USE_INCLUDED_REGEX): Move them to common/common.m4.
6446 * gdb_regex.h: Move it to common/gdb_regex.h.
6447 * utils.c: Remove include gdb_regex.h.
6448 (do_regfree_cleanup, make_regfree_cleanup, get_regcomp_error)
6449 (compile_rx_or_error): Move them to common/gdb_regex.c.
6450
ddc98fbf
JK
64512015-07-15 Aleksandar Ristovski <aristovski@qnx.com
6452 Jan Kratochvil <jan.kratochvil@redhat.com>
6453
6454 Create empty nat/linux-maps.[ch] and common/target-utils.[ch].
6455 * Makefile.in (HFILES_NO_SRCDIR); Add nat/linux-maps.h,
6456 common/target-utils.h.
6457 (COMMON_OBS): Add target-utils.o.
6458 (linux-maps.o, target-utils.o): New.
6459 * target/target-utils.c: New file.
6460 * target/target-utils.h: New file.
6461 * config/i386/linux.mh (NATDEPFILES): Add linux-maps.o.
6462 * config/i386/linux64.mh (NATDEPFILES): Ditto.
6463 * nat/linux-maps.c: New file.
6464 * nat/linux-maps.h: New file.
6465
e7b01ce0
MM
64662015-07-15 Markus Metzger <markus.t.metzger@intel.com>
6467 Pedro Alves <palves@redhat.com>
6468
6469 * nat/linux-btrace.c (perf_event_read): Change the type of DATA_HEAD.
6470 (perf_event_read_all): Change the type of SIZE and DATA_HEAD.
6471 (perf_event_read_bts): Change the type of SIZE and READ.
6472 (linux_enable_bts): Change the type of SIZE, PAGES, DATA_SIZE,
6473 and DATA_OFFSET. Move DATA_SIZE declaration. Restrict the buffer size
6474 to UINT_MAX. Check for overflows when using DATA_HEAD from the perf
6475 mmap page.
6476 (linux_enable_pt): Change the type of PAGES and SIZE. Restrict the
6477 buffer size to UINT_MAX.
6478 (linux_read_bts): Change the type of BUFFER_SIZE, SIZE, DATA_HEAD, and
6479 DATA_TAIL.
6480 * nat/linux-btrace.h (struct perf_event_buffer)<size, data_head>
6481 <last_head>: Change type.
6482 * common/btrace-common.h (struct btrace_dat_pt) <size>: Change type.
6483 * common/btrace-common.c (btrace_data_append): Change the type of
6484 SIZE.
6485 * btrace.c (parse_xml_raw): Change the type of SIZE. Change oddness
6486 check.
6487
f168693b
SM
64882015-07-14 Simon Marchi <simon.marchi@ericsson.com>
6489
6490 * gdbtypes.h (CHECK_TYPEDEF): Remove.
6491 * aarch64-tdep.c (aarch64_return_in_memory): Replace CHECK_TYPEDEF
6492 with check_typedef.
6493 * ada-lang.c (decode_constrained_packed_array_type): Likewise.
6494 (ada_array_length): Likewise.
6495 (find_parallel_type_by_descriptive_type): Likewise.
6496 (ada_check_typedef): Likewise.
6497 * arm-tdep.c (arm_return_in_memory): Likewise.
6498 * ax-gdb.c (gen_trace_static_fields): Likewise.
6499 (gen_struct_ref_recursive): Likewise.
6500 * c-exp.y (exp : SIZEOF '(' type ')' %prec UNARY): Likewise.
6501 (variable: block COLONCOLON name): Likewise.
6502 (qualified_name: TYPENAME COLONCOLON name): Likewise.
6503 * c-lang.c (classify_type): Likewise.
6504 * c-typeprint.c (c_print_type): Likewise.
6505 (c_print_typedef): Likewise.
6506 (c_type_print_base): Likewise.
6507 * c-valprint.c (c_val_print): Likewise.
6508 * compile/compile-c-types.c (convert_type): Likewise.
6509 * compile/compile-object-load.c (get_out_value_type): Likewise.
6510 * completer.c (add_struct_fields): Likewise.
6511 (expression_completer): Likewise.
6512 * cp-namespace.c (cp_find_type_baseclass_by_name): Likewise.
6513 (cp_lookup_nested_symbol_1): Likewise.
6514 (cp_lookup_nested_symbol): Likewise.
6515 * cp-valprint.c (cp_print_value_fields): Likewise.
6516 (cp_print_static_field): Likewise.
6517 * d-valprint.c (d_val_print): Likewise.
6518 * eval.c (evaluate_subexp_standard): Likewise.
6519 (evaluate_subexp_for_sizeof): Likewise.
6520 * f-exp.y (exp : SIZEOF '(' type ')' %prec UNARY): Likewise.
6521 * f-typeprint.c (f_type_print_base): Likewise.
6522 * f-valprint.c (f_val_print): Likewise.
6523 * gdbtypes.c (get_discrete_bounds): Likewise.
6524 (create_array_type_with_stride): Likewise.
6525 (type_name_no_tag_or_error): Likewise.
6526 (lookup_struct_elt_type): Likewise.
6527 (get_unsigned_type_max): Likewise.
6528 (internal_type_vptr_fieldno): Likewise.
6529 (set_type_vptr_fieldno): Likewise.
6530 (internal_type_vptr_basetype): Likewise.
6531 (set_type_vptr_basetype): Likewise.
6532 (get_vptr_fieldno): Likewise.
6533 (is_integral_type): Likewise.
6534 (is_scalar_type): Likewise.
6535 (is_scalar_type_recursive): Likewise.
6536 (distance_to_ancestor): Likewise.
6537 (is_unique_ancestor_worker): Likewise.
6538 (check_types_equal): Likewise.
6539 * gnu-v2-abi.c (gnuv2_value_rtti_type): Likewise.
6540
45280282
IB
65412015-07-14 Iain Buclaw <ibuclaw@gdcproject.org>
6542
6543 * dwarf2read.c (find_slot_in_mapped_hash): Extend language support to
6544 also test for language_d.
6545 (dwarf2_compute_name): Likewise.
6546 (read_func_scope): Likewise.
6547 (read_structure_type): Likewise.
6548 (new_symbol_full): Likewise.
6549 (determine_prefix): Likewise.
6550 (read_import_statement): Use dot as the separator for language_d.
6551 (typename_concat): Likewise, but don't prefix the D main function.
6552
99fe86f7
PB
65532015-07-14 Peter Bergner <bergner@vnet.ibm.com>
6554
6555 * nat/linux-namespaces.c (setns): Rename from this ...
6556 (do_setns): ... to this. Support calling setns if it exists.
6557 (mnsh_handle_setns): Call do_setns.
6558
d5131498
YQ
65592015-07-13 Yao Qi <yao.qi@linaro.org>
6560
6561 * exec.c (exec_file_attach): Add period at the end of error
6562 message.
6563
97605e61
AB
65642015-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
6565
6566 * tui/tui-win.c (window_name_completer): New function.
6567 (focus_completer): Call window_name_completer. All old content
6568 moved into window_name_completer.
6569 (winheight_completer): New function.
6570 (_initialize_tui_win): Rename variable. Add completer to
6571 winheight command. Update doc string on winheight.
6572
8d6dbeb4
SL
65732015-07-12 Sandra Loosemore <sandra@codesourcery.com>
6574
6575 * nios2-linux-tdep.c (_initialize_nios2_linux_tdep): Register
6576 all nios2 mach variants.
6577
a0e28e54
KB
65782015-07-10 Kevin Buettner <kevinb@redhat.com>
6579
6580 * rx-tdep.c (rx_get_opcode_byte): Use target_read_code instead
6581 of target_read_memory.
6582
c101f28f
AB
65832015-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
6584
6585 * tui/tui-win.c (tui_set_win_height): Use a cleanup to free the
6586 string copy.
6587 (parse_scrolling_args): Likewise.
6588
150375dc
AB
65892015-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
6590
6591 * tui/tui-win.c (focus_completer): Don't duplicate the tui window
6592 names in this function.
6593
6dce28e4
AB
65942015-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
6595
6596 * tui/tui-data.h (SRC_NAME): Convert to lower case.
6597 (CMD_NAME): Likewise.
6598 (DATA_NAME): Likewise.
6599 (DISASSEM_NAME): Likewise.
6600 * tui/tui-win.c (tui_set_focus): Window names are now lower case.
6601 (tui_set_win_height): Likewise.
6602 (parse_scrolling_args): Likewise.
6603
485668e5
MM
66042015-07-10 Markus Metzger <markus.t.metzger@intel.com>
6605
6606 * record-btrace.c (record_btrace_goto_begin)
6607 (record_btrace_goto_end, record_btrace_goto): Move call to
6608 print_stack_frame ...
6609 (record_btrace_set_replay): ... here. Set stop_pc.
6610 * record-full.c (record_full_goto_entry): Set stop_pc.
6611
58d2eda5
PL
66122015-07-09 Pierre Langlois <pierre.langlois@arm.com>
6613
6614 * NEWS: Mention support for tracepoints on aarch64-linux.
6615
7671bf47
PL
66162015-07-09 Pierre Langlois <pierre.langlois@arm.com>
6617
6618 * linux-aarch64-low.c (aarch64_supports_tracepoints): New
6619 function. Return 1.
6620 (the_low_target): Install it.
6621
7890fb45
PL
66222015-07-09 Pierre Langlois <pierre.langlois@arm.com>
6623
6624 * gdb.trace/backtrace.exp: Set registers for aarch64 target.
6625 * gdb.trace/collection.exp: Likewise.
6626 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
6627 * gdb.trace/mi-trace-unavailable.exp: Likewise.
6628 * gdb.trace/report.exp: Likewise.
6629 * gdb.trace/trace-break.exp: Likewise.
6630 * gdb.trace/unavailable.exp: Likewise.
6631 * gdb.trace/while-dyn.exp: Likewise.
6632
ea873d8e
PL
66332015-07-09 Pierre Langlois <pierre.langlois@arm.com>
6634
6635 * aarch64-tdep.c: Add ax.h and ax-gdb.h includes.
6636 (aarch64_gen_return_address): New function.
6637 (aarch64_gdbarch_init): Hook it.
6638
02a2a705
PL
66392015-07-09 Pierre Langlois <pierre.langlois@arm.com>
6640
6641 * aarch64-tdep.c (aarch64_make_stub_cache): Set available_p and
6642 swallow NOT_AVAILABLE_ERROR.
6643 (aarch64_stub_this_id): Call frame_id_build_unavailable_stack if
6644 available_p is not set.
6645 (aarch64_stub_frame_unwind_stop_reason): New function.
6646 (aarch64_stub_unwind): Install it.
6647
7dfa3edc
PL
66482015-07-09 Pierre Langlois <pierre.langlois@arm.com>
6649
6650 * aarch64-tdep.c (aarch64_prologue_cache) <available_p>: New
6651 field.
6652 (aarch64_make_prologue_cache_1): New function, factored out from
6653 aarch64_make_prologue_cache. Do not allocate cache. Set
6654 available_p.
6655 (aarch64_make_prologue_cache): Reimplement wrapping
6656 aarch64_make_prologue_cache_1, and swallowing
6657 NOT_AVAILABLE_ERROR.
6658 (aarch64_prologue_frame_unwind_stop_reason): New function.
6659 Return UNWIND_UNAVAILABLE if available_p is not set.
6660 (aarch64_prologue_unwind): Install it.
6661 (aarch64_prologue_this_id): Move prev_pc and prev_sp limit
6662 checks into aarch64_prologue_frame_unwind_stop_reason. Call
6663 frame_id_build_unavailable_stack if available_p is not set.
6664
db634143
PL
66652015-07-09 Pierre Langlois <pierre.langlois@arm.com>
6666
6667 * aarch64-tdep.c (aarch64_prologue_cache) <func, prev_pc>: New
6668 fields.
6669 (aarch64_scan_prologue): Set prev_pc.
6670 (aarch64_make_prologue_cache): Set func.
6671 (aarch64_make_stub_cache): Set prev_pc.
6672 (aarch64_prologue_this_id): Remove local variables id, pc and
6673 func. Read prev_pc and func from cache.
6674 (aarch64_stub_this_id): Read prev_pc from cache.
6675
8b61f75d
PL
66762015-07-09 Pierre Langlois <pierre.langlois@arm.com>
6677
6678 * aarch64-tdep.c (aarch64_make_stub_cache): Update comment. New
6679 argument this_cache. Remove unused local variables reg and
6680 unwound_fp. Return early if this_cache is already set. Set
6681 this_cache.
6682 (aarch64_stub_this_id): Update call to aarch64_make_stub_cache.
6683
7c8edfae
PL
66842015-07-09 Pierre Langlois <pierre.langlois@arm.com>
6685
6686 * aarch64-tdep.c (aarch64_make_prologue_cache): Update comment.
6687 New argument this_cache. Return early if this_cache is already
6688 set. Set this_cache.
6689 (aarch64_prologue_this_id): Update call to
6690 aarch64_make_prologue_cache.
6691 (aarch64_prologue_prev_register): Likewise.
6692 (aarch64_normal_frame_base): Likewise.
6693
938c69a1
SM
66942015-07-09 Simon Marchi <simon.marchi@ericsson.com>
6695
6696 * c-valprint.c (c_val_print): Factor out memberptr printing code
6697 from c_val_print to ...
6698 (c_val_print_memberptr): ... this new function.
6699
49f7fe28
SM
67002015-07-09 Simon Marchi <simon.marchi@ericsson.com>
6701
6702 * c-valprint.c (c_val_print): Factor out int printing code to ...
6703 (c_val_print_int): ... this new function.
6704
9e4f353c
SM
67052015-07-09 Simon Marchi <simon.marchi@ericsson.com>
6706
6707 * c-valprint.c (c_val_print): Factor out struct and union
6708 printing code to ...
6709 (c_val_print_struct): ... this new function ...
6710 (c_val_print_union): ... and this new function.
6711
1c67f032
SM
67122015-07-09 Simon Marchi <simon.marchi@ericsson.com>
6713
6714 * c-valprint.c (c_val_print): Factor out pointer printing code
6715 to ...
6716 (c_val_print_ptr): ... this new function.
6717
0b6ef777
SM
67182015-07-09 Simon Marchi <simon.marchi@ericsson.com>
6719
6720 * c-valprint.c (c_valprint): Factor our array printing code from
6721 c_val_print to ...
6722 (c_val_print_array): ... this new function.
6723
1033c33c
SM
67242015-07-09 Simon Marchi <simon.marchi@ericsson.com>
6725
6726 * c-valprint.c (c_val_print): Factor out pointer printing code
6727 to ...
6728 (print_unpacked_pointer): ... this new function.
6729
f6b93c34
SM
67302015-07-09 Simon Marchi <simon.marchi@ericsson.com>
6731
6732 * c-valprint.c (c_val_print): Remove an assignment to i and move
6733 its declaration.
6734
0f4576e3
YQ
67352015-07-09 Yao Qi <yao.qi@linaro.org>
6736
6737 * aarch64-linux-nat.c (aarch64_linux_get_debug_reg_capacity): Add
6738 argument ptid. Update comments. Caller update.
6739
37fdfe4c
MM
67402015-07-09 Markus Metzger <markus.t.metzger@intel.com>
6741
6742 * btrace.c (pt_print_packet): Print stop, vmcs, tma, mtc, cyc, and
6743 mnt packets.
6744
80a2b330
MM
67452015-07-09 Markus Metzger <markus.t.metzger@intel.com>
6746
6747 * btrace.c (btrace_pt_readmem_callback): Change type of PC argument.
6748
4ab31498
SM
67492015-07-08 Simon Marchi <simon.marchi@ericsson.com>
6750
6751 * progspace.c (delete_program_space): Add missing spaces.
6752
7a41607e
SM
67532015-07-08 Simon Marchi <simon.marchi@ericsson.com>
6754
6755 * inferior.c (delete_inferior_1): Rename to ...
6756 (delete_inferior): ..., remove 'silent' parameter, delete
6757 program space when unused and remove call to prune_program_spaces.
6758 Remove the old, unused, delete_inferior.
6759 (delete_inferior_silent): Remove.
6760 (prune_inferiors): Change call from delete_inferior_1 to
6761 delete_inferior and remove 'silent' parameter. Remove call to
6762 prune_program_spaces.
6763 (remove_inferior_command): Idem.
6764 * inferior.h (delete_inferior_1): Rename to...
6765 (delete_inferior): ..., remove 'silent' parameter and remove the
6766 original delete_inferior.
6767 (delete_inferior_silent): Remove.
6768 * mi/mi-main.c (mi_cmd_remove_inferior): Change call from
6769 delete_inferior_1 to delete_inferior and remove 'silent'
6770 parameter.
6771 * progspace.c (prune_program_spaces): Remove.
6772 (pspace_empty_p): Rename to...
6773 (program_space_empty_p): ... and make non-static.
6774 (delete_program_space): New.
6775 * progspace.h (prune_program_spaces): Remove declaration.
6776 (program_space_empty_p): New declaration.
6777 (delete_program_space): New declaration.
6778 * monitor.c (monitor_close): Replace call to
6779 delete_thread_silent and delete_inferior_silent with
6780 discard_all_inferiors.
6781
a9bd710f
PP
67822015-07-08 Patrick Palka <patrick@parcs.ath.cx>
6783
6784 * defs.h (deprecated_register_changed_hook): Remove prototype.
6785 * interps.c (clear_iterpreter_hooks): Remove reference to
6786 deprecated_register_changed_hook.
6787 * top.c (deprecated_register_changed_hook): Remove prototype.
6788 * valops.c (value_assign): Remove reference to
6789 deprecated_register_changed_hook.
6790 * tui/tui-hooks.c (tui_register_changed): Add parameter "frame".
6791 Add comment documenting the function.
6792 (tui_register_changed_observer): Define.
6793 (tui_install_hooks): Remove reference to
6794 deprecated_register_changed_hook. Set
6795 tui_register_changed_observer.
6796 (tui_remove_hooks): Remove reference to
6797 deprecated_register_changed_hook. Unset
6798 tui_register_changed_observer.
6799
08464196
JK
68002015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6801
6802 PR compile/18484
6803 * compile/compile-c-types.c (insert_type): Change gdb_assert to error.
6804
bcf5c1d9
RC
68052015-07-08 Robert O'Callahan <robert@ocallahan.org>
6806
6807 PR exp/18617
6808 * ax-gdb.c (gen_conversion): Extend to 'to' bits, not 'from'.
6809
e8643a45
MM
68102015-07-08 Markus Metzger <markus.t.metzger@intel.com>
6811
6812 * MAINTAINERS (Write After Approval): Add Markus T. Metzger.
6813
76fb6829
MM
68142015-07-08 Markus Metzger <markus.t.metzger@intel.com>
6815
6816 * nat/linux-btrace.c (kernel_supports_bts, kernel_supports_pt):
6817 Use safe_strerror() instead of strerror().
6818
82c40d4b
YQ
68192015-07-07 Yao Qi <yao.qi@linaro.org>
6820
6821 * features/arm-with-m-fpa-layout.xml: Set architecture to arm.
6822 * features/arm-with-m-fpa-layout.c: Regenerated.
6823 * features/arm-with-m-vfp-d16.xml: Likewise.
6824 * features/arm-with-m-vfp-d16.c: Regenerated.
6825 * features/arm-with-m.xml: Likewise.
6826 * features/arm-with-m.c: Regenerated.
6827 * features/arm-with-neon.xml: Likewise.
6828 * features/arm-with-neon.c: Regenerated.
6829 * features/arm-with-vfpv2.xml: Likewise.
6830 * features/arm-with-vfpv2.c: Regenerated.
6831 * features/arm-with-vfpv3.xml: Likewise.
6832 * features/arm-with-vfpv3.c: Regenerated.
6833
607685ec
YQ
68342015-07-07 Yao Qi <yao.qi@linaro.org>
6835
6836 * aarch32-linux-nat.h (VFP_REGS_SIZE): New macro, moved from
6837 arm-linux-nat.c.
6838 * aarch64-linux-nat.c: Include aarch32-linux-nat.h and
6839 elf/external.h.
6840 (fetch_gregs_from_thread): Call aarch32_gp_regcache_supply
6841 if target is 32-bit.
6842 (store_gregs_to_thread): Call aarch32_gp_regcache_collect
6843 if target is 32-bit.
6844 (fetch_fpregs_from_thread): Call aarch32_vfp_regcache_supply
6845 if target is 32-bit.
6846 (store_fpregs_to_thread): Call aarch32_vfp_regcache_collect
6847 if target is 32-bit.
6848 (tdesc_arm_with_vfpv3, tdesc_arm_with_neon): Declare.
6849 (aarch64_linux_read_description): Return the right target
6850 description.
6851 * arm-linux-nat.c (VFP_REGS_SIZE): Moved to aarch32-linux-nat.h.
6852 * config/aarch64/linux.mh (NATDEPFILES): Add aarch32-linux-nat.o.
6853 * configure.tgt (aarch64*-*-linux*): Add arm-tdep.o and
6854 arm-linux-tdep.o.
6855
f1b67888
YQ
68562015-07-07 Yao Qi <yao.qi@linaro.org>
6857
6858 * aarch32-linux-nat.c: New file.
6859 * aarch32-linux-nat.h: New file.
6860 * arm-linux-nat.c: Include aarch32-linux-nat.h.
6861 (fetch_regs): Move code to aarch32-linux-nat.c. Call
6862 aarch32_gp_regcache_supply.
6863 (store_regs): Move code to aarch32-linux-nat.c. Call
6864 aarch32_gp_regcache_collect.
6865 (fetch_vfp_regs): Move code to aarch32-linux-nat.c. Call
6866 aarch32_vfp_regcache_supply.
6867 (store_vfp_regs): Move code to aarch32-linux-nat.c. Call
6868 aarch32_vfp_regcache_collect.
6869 * config/arm/linux.mh (NATDEPFILES): Add aarch32-linux-nat.o.
6870
179bfe82
YQ
68712015-07-07 Yao Qi <yao.qi@linaro.org>
6872
6873 * arm-linux-nat.c (store_fpregister): Remove.
6874 (store_register): Likewise.
6875 (fetch_fpregister): Likewise.
6876 (fetch_register): Likewise.
6877 (arm_linux_store_inferior_registers): Call store_regs and
6878 store_fpregs instead.
6879 (arm_linux_fetch_inferior_registers): Call fetch_fpregs and
6880 fetch_regs instead.
6881
6008fc5f
AB
68822015-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
6883
6884 * doc/gdb.texinfo (TUI): Restructure documentation on TUI layout
6885 and focus commands.
6886
7c79d316
JB
68872015-07-06 Joel Brobecker <brobecker@adacore.com>
6888
6889 * NEWS: Create a new section for the next release branch.
6890 Rename the section of the current branch, now that it has
6891 been cut.
6892
f2232bea
JB
68932015-07-06 Joel Brobecker <brobecker@adacore.com>
6894
6895 GDB 7.10 branch created (66c4b3e8a628a207bc6aafef6af0c4128195f56e):
6896 * version.in: Bump version to 7.10.50.DATE-cvs.
6897
66c4b3e8
LM
68982015-07-06 Luis Machado <lgustavo@codesourcery.com>
6899
6900 * breakpoint.c (remove_breakpoint_1): Don't handle permanent
6901 breakpoints in a special way.
6902 (remove_breakpoint): Likewise.
6903 (mark_breakpoints_out): Likewise.
6904
bcd8537c
AB
69052015-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
6906
6907 * doc/gdb.texinfo (TUI): Add comma after @xref.
6908
10e9aaa3
AB
69092015-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
6910
6911 * tui/tui-win.c (tui_set_focus): Use structure member 'generic'
6912 instead of casting the structure type.
6913
8a13d42d
SM
69142015-07-06 Simon Marchi <simon.marchi@ericsson.com>
6915
6916 * valops.c (search_struct_field): Remove OFFSET parameter.
6917 (value_cast_structs): Adjust calls to search_struct_field.
6918 (value_struct_elt): Same.
6919 (find_overload_match): Same.
6920
a844296a
SM
69212015-07-06 Simon Marchi <simon.marchi@ericsson.com>
6922
6923 * value.c (value_fetch_lazy): Update comment, change return
6924 value to void.
6925 * value.h (value_fetch_lazy): Change return value to void.
6926
f41cbf58
AB
69272015-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
6928
6929 * tui/tui-data.c (tui_partial_win_by_name): Window name is const.
6930 (tui_win_name): Make parameter and result const.
6931 * tui/tui-data.h (tui_win_name): Make parameter and result const.
6932
118ca224
PP
69332015-07-06 Patrick Palka <patrick@parcs.ath.cx>
6934
6935 * i386-tdep.c (i386_mpx_info_bounds): Don't call error, instead
6936 use printf_unfiltered.
6937 (set_mpx_cmd): Add missing trailing space to command string
6938 literal.
6939 (_initialize_i386_tdep): Give the "mpx" prefix command its
6940 correct name.
6941
1b485e67
KB
69422015-07-02 Kevin Buettner <kevinb@redhat.com>
6943
6944 * rx-tdep.c (RX_USP_REGNUM, RX_BPC_REGNUM): New constants.
6945 (enum rx_frame_type): New.
6946 (struct rx_prologue): Add new field `frame_type'.
6947 (rx_analyze_prologue): Add `frame_type' parameter. Cache this
6948 parameter in the prologue struct. Add code for recording
6949 locations of PC and PSW for fast interrupt and exception frames.
6950 (rx_skip_prologue): Adjust call to rx_analyze_prologue.
6951 (rx_analyze_frame_prologue): Add `frame_type' parameter.
6952 (rx_frame_type): New function.
6953 (rx_frame_base): Fetch frame type and pass it to rx_analyze_prologue.
6954 (rx_frame_this_id): Rename parameter `this_prologue_cache' to
6955 `this_cache'.
6956 (rx_frame_prev_register): Rename parameter `this_prologue_cache' to
72f4393d 6957 `this_cache'. Add cases for RX_FRAME_TYPE_EXCEPTION and
1b485e67
KB
6958 RX_FRAME_TYPE_FAST_INTERRUPT.
6959 (normal_frame_p, exception_frame_p, rx_frame_sniffer_common)
6960 (rx_frame_sniffer, rx_exception_sniffer): New functions.
6961 (rx_frame_unwind): Use rx_frame_sniffer instead of
6962 default_frame_sniffer.
6963 (rx_frame_unwind): New unwinder.
6964 (rx_gdbarch_init): Register new unwinder.
6965
0561fea4
KB
69662015-07-02 Kevin Buettner <kevinb@redhat.com>
6967
6968 * rx-tdep.c (RX_BPSW_REGNUM, RX_FPSW_REGNUM): New constants.
6969 (struct gdbarch_tdep): Add fields rx_psw_type and rx_fpsw_type.
6970 (rx_register_type): Add cases for RX_PSW_REGNUM, RX_BPSW_REGNUM,
6971 and RX_FPSW_REGNUM.
6972 (rx_gdbarch_init): Initialize PSW, BPSW, and FPSW flags types.
6973
decf8d9a
JK
69742015-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
6975
6976 Fix GCC false warning.
6977 * s390-linux-tdep.c (s390_handle_arg): Initialize VAL.
6978
2fd0f80d
YQ
69792015-07-02 Yao Qi <yao.qi@linaro.org>
6980
6981 * aarch64-linux-nat.c (aarch64_linux_insert_hw_breakpoint): Fix
6982 typo in the debugging message.
6983
b0627500
MM
69842015-07-02 Markus Metzger <markus.t.metzger@intel.com>
6985
6986 * btrace.c: Include gdbcmd.h, cli/cli-utils.h, and ctype.h.
6987 (maint_btrace_cmdlist, maint_btrace_set_cmdlist)
6988 (maint_btrace_show_cmdlist, maint_btrace_pt_set_cmdlist)
6989 (maint_btrace_pt_show_cmdlist, maint_btrace_pt_skip_pad)
6990 (btrace_maint_clear): New.
6991 (btrace_fetch, btrace_clear): Call btrace_maint_clear.
6992 (pt_print_packet, btrace_maint_decode_pt)
6993 (btrace_maint_update_pt_packets, btrace_maint_update_packets)
6994 (btrace_maint_print_packets, get_uint, get_context_size, no_chunk)
6995 (maint_btrace_packet_history_cmd)
6996 (maint_btrace_clear_packet_history_cmd, maint_btrace_clear_cmd)
6997 (maint_btrace_cmd, maint_btrace_set_cmd, maint_btrace_show_cmd)
6998 (maint_btrace_pt_set_cmd, maint_btrace_pt_show_cmd)
6999 (maint_info_btrace_cmd, _initialize_btrace): New.
7000 * btrace.h (btrace_pt_packet, btrace_pt_packet_s)
7001 (btrace_maint_packet_history, btrace_maint_info): New.
7002 (btrace_thread_info) <maint>: New.
7003 * NEWS: Announce it.
7004
9be54cae
MM
70052015-07-02 Markus Metzger <markus.t.metzger@intel.com>
7006
7007 * btrace.c (btrace_fetch): Append the new trace data.
7008 (btrace_clear): Clear the stored trace data.
7009 * btrace.h (btrace_thread_info) <data>: New.
7010 * common/btrace-common.h (btrace_data_clear)
7011 (btrace_data_append): New.
7012 * common/btrace-common.c (btrace_data_clear)
7013 (btrace_data_append): New.
7014
010a18a1
MM
70152015-07-02 Markus Metzger <markus.t.metzger@intel.com>
7016
7017 * nat/linux-btrace.c (linux_enable_bts): Check for
7018 PERF_ATTR_SIZE_VER5.
7019 Check for data_offset and data_size fields. Use them.
7020
b20a6524
MM
70212015-07-02 Markus Metzger <markus.t.metzger@intel.com>
7022
7023 * NEWS: Announce new commands "record btrace pt" and "record pt".
7024 Announce new options "set|show record btrace pt buffer-size".
7025 * btrace.c: Include "rsp-low.h".
7026 Include "inttypes.h".
7027 (btrace_add_pc): Add forward declaration.
7028 (pt_reclassify_insn, ftrace_add_pt, btrace_pt_readmem_callback)
7029 (pt_translate_cpu_vendor, btrace_finalize_ftrace_pt)
7030 (btrace_compute_ftrace_pt): New.
7031 (btrace_compute_ftrace): Support BTRACE_FORMAT_PT.
7032 (check_xml_btrace_version): Update version check.
7033 (parse_xml_raw, parse_xml_btrace_pt_config_cpu)
7034 (parse_xml_btrace_pt_raw, parse_xml_btrace_pt)
7035 (btrace_pt_config_cpu_attributes, btrace_pt_config_children)
7036 (btrace_pt_children): New.
7037 (btrace_children): Add support for "pt".
7038 (parse_xml_btrace_conf_pt, btrace_conf_pt_attributes): New.
7039 (btrace_conf_children): Add support for "pt".
7040 * btrace.h: Include "intel-pt.h".
7041 (btrace_pt_error): New.
7042 * common/btrace-common.c (btrace_format_string, btrace_data_fini)
7043 (btrace_data_empty): Support BTRACE_FORMAT_PT.
7044 * common/btrace-common.h (btrace_format): Add BTRACE_FORMAT_PT.
7045 (struct btrace_config_pt): New.
7046 (struct btrace_config)<pt>: New.
7047 (struct btrace_data_pt_config, struct btrace_data_pt): New.
7048 (struct btrace_data)<pt>: New.
7049 * features/btrace-conf.dtd (btrace-conf)<pt>: New.
7050 (pt): New.
7051 * features/btrace.dtd (btrace)<pt>: New.
7052 (pt, pt-config, cpu): New.
7053 * nat/linux-btrace.c (perf_event_read, perf_event_read_all)
7054 (perf_event_pt_event_type, kernel_supports_pt)
7055 (linux_supports_pt): New.
7056 (linux_supports_btrace): Support BTRACE_FORMAT_PT.
7057 (linux_enable_bts): Free tinfo on error.
7058 (linux_enable_pt): New.
7059 (linux_enable_btrace): Support BTRACE_FORMAT_PT.
7060 (linux_disable_pt): New.
7061 (linux_disable_btrace): Support BTRACE_FORMAT_PT.
7062 (linux_fill_btrace_pt_config, linux_read_pt): New.
7063 (linux_read_btrace): Support BTRACE_FORMAT_PT.
7064 * nat/linux-btrace.h (struct btrace_tinfo_pt): New.
7065 (struct btrace_target_info)<pt>: New.
7066 * record-btrace.c (set_record_btrace_pt_cmdlist)
7067 (show_record_btrace_pt_cmdlist): New.
7068 (record_btrace_print_pt_conf): New.
7069 (record_btrace_print_conf): Support BTRACE_FORMAT_PT.
7070 (btrace_ui_out_decode_error): Support BTRACE_FORMAT_PT.
7071 (cmd_record_btrace_pt_start): New.
7072 (cmd_record_btrace_start): Support BTRACE_FORMAT_PT.
7073 (cmd_set_record_btrace_pt, cmd_show_record_btrace_pt): New.
7074 (_initialize_record_btrace): Add new commands.
7075 * remote.c (PACKET_Qbtrace_pt, PACKET_Qbtrace_conf_pt_size): New.
7076 (remote_protocol_features): Add "Qbtrace:pt".
7077 Add "Qbtrace-conf:pt:size".
7078 (remote_supports_btrace): Support BTRACE_FORMAT_PT.
7079 (btrace_sync_conf): Support PACKET_Qbtrace_conf_pt_size.
7080 (remote_enable_btrace): Support BTRACE_FORMAT_PT.
7081 (_initialize_remote): Add new commands.
7082
58bfce93
MM
70832015-07-02 Markus Metzger <markus.t.metzger@intel.com>
7084
7085 * configure.ac: check for libipt
7086 * configure: Regenerate.
7087 * config.in: Regenerate.
7088 * Makefile.in (LIBIPT): New.
7089 (CLIBS): Add $LIBIPT.
7090 * NEWS: document new configure options
7091
b0fd6b30
JK
70922015-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
7093
7094 * compile/compile-object-load.c (compile_object_load): Replace debug
7095 message "lookup undefined ELF symbol" by 3 more specific messages.
7096
e6280369
KB
70972015-07-01 Kevin Buettner <kevinb@redhat.com>
7098
7099 * rl78-tdep.c (struct gdbarch_tdep): Add new field, rl78_psw_type.
7100 (rl78_register_type): Add case for RL78_PSW_REGNUM.
7101 (rl78_gdbarch_init): Initialize rl78_psw_type.
7102
bbcbf914
PP
71032015-07-01 Patrick Palka <patrick@parcs.ath.cx>
7104
7105 * tui/tui-hooks.c (tui_refresh_frame_and_register_information):
7106 Update commentary. Always refresh the registers when frame
7107 information has changed.
7108 * tui/tui-stack.c (tui_show_frame_info): Update commentary.
7109 Change return type to int. Return 1 if frame information has
7110 changed, 0 otherwise.
7111 (tui_before_prompt): Update commentary.
7112 * tui/tui-stack.h (tui_show_frame_info): Change return type to
7113 int.
7114
0986c744
PP
71152015-06-30 Patrick Palka <patrick@parcs.ath.cx>
7116
7117 PR tui/13378
7118 * frame.c (select_frame): Remove reference to
7119 deprecated_selected_frame_level_changed_hook.
7120 * frame.h (deprecated_selected_frame_level_changed_hook): Remove
7121 declaration.
7122 * stack.c (deprecated_selected_frame_level_changed_hook):
7123 Likewise.
7124 * tui/tui-hooks.c (tui_selected_frame_level_changed_hook):
7125 Rename to ...
7126 (tui_refresh_frame_and_register_information): ... this. Bail
7127 out if there is no stack. Don't update register information
7128 unless registers_too_p is true.
7129 (tui_print_frame_info_listing_hook): Rename to ...
7130 (tui_dummy_print_frame_info_listing_hook): ... this.
7131 (tui_before_prompt): New function.
7132 (tui_normal_stop): New function.
7133 (tui_before_prompt_observer): New observer.
7134 (tui_normal_stop_observer): New observer.
7135 (tui_install_hooks): Set
7136 deprecated_print_frame_info_listing_hook to
7137 tui_dummy_print_frame_info_listing_hook. Register
7138 tui_before_prompt_observer to call tui_before_prompt and
7139 tui_normal_stop_observer to call tui_normal_stop. Remove
7140 reference to deprecated_selected_frame_level_changed_hook.
7141 (tui_remove_hooks): Detach and unset tui_before_prompt_observer
7142 and tui_normal_stop_observer. Remove reference to
7143 deprecated_selected_frame_level_changed_hook.
7144
b5fca6d7
PP
71452015-06-30 Patrick Palka <patrick@parcs.ath.cx>
7146
7147 PR tui/13378
7148 * tui/tui-stack.c (tui_set_locator_info): Change prototype to
7149 return an int instead of void. Return whether the locator
7150 window has changed.
7151 (tui_show_frame_info): If the locator info has not changed, then
7152 bail out early to avoid refreshing the windows.
7153
c45613e3
PP
71542015-06-30 Patrick Palka <patrick@parcs.ath.cx>
7155
7156 * tui/tui-stack.c (tui_set_locator_info): Explicitly pass
7157 LOCATOR_WIN to tui_alloc_content.
7158
7b9be803
YQ
71592015-06-30 Yao Qi <yao.qi@linaro.org>
7160
7161 PR tdep/18605
7162 * arm-tdep.c (arm_get_next_pc_raw): Break for media
7163 instructions.
7164
fd6e021d
KB
71652015-06-29 Kevin Buettner <kevinb@redhat.com>
7166
78ab7e9d
KB
7167 * rx-tdep.c (RX_PSW_REGNUM): New enum constant.
7168 (rx_dwarf_reg_to_regnum): New function.
7169 (rx_gdbarch_init): Register rx_dwarf_reg_to_regnum. Use dwarf2
7170 unwinding.
fd6e021d 7171
28bf096c
PA
71722015-06-29 Pedro Alves <palves@redhat.com>
7173
7174 PR threads/18127
7175 * infcall.c (run_inferior_call): On infcall success, if the thread
7176 was marked stopped before, reset it back to stopped.
7177 * infrun.c (resume): Don't suppress the set_running calls when
7178 doing an infcall.
7179 (normal_stop): Only discard the finish_thread_state cleanup if the
7180 infcall succeeded.
7181
2880b51c 71822015-06-29 Pierre Langlois <pierre.langlois@arm.com>
1451ea7d
PL
7183
7184 * MAINTAINERS (Write After Approval): Update my email address.
7185
ee93cd5e
KS
71862015-06-26 Keith Seitz <keiths@redhat.com>
7187 Doug Evans <dje@google.com>
7188
7189 PR 16253
7190 * block.c (block_lookup_symbol): For non-function blocks,
7191 continue to search for a symbol with an exact domain match
7192 Otherwise, return any previously found "best domain" symbol.
7193 (block_lookup_symbol_primary): Likewise.
7194
fc637f04
PP
71952015-06-26 Patrick Palka <patrick@parcs.ath.cx>
7196
7197 * NEWS: Mention the new option "history remove-duplicates".
7198 * top.c (history_remove_duplicates): New static variable.
7199 (show_history_remove_duplicates): New static function.
7200 (gdb_add_history): Conditionally remove duplicate history
7201 entries.
7202 (init_main): Add "history remove-duplicates" option.
7203
2e52ae68
PP
72042015-06-26 Patrick Palka <patrick@parcs.ath.cx>
7205
7206 * tui/tui-win.c (focus_completer): New static function.
7207 (_initialize_tui_win): Set the completion function of the
7208 "focus" command to focus_completer.
7209
6e22494e
JK
72102015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
7211
7212 * linespec.c (minsym_found): Reset sal.PC for COMPUNIT_LOCATIONS_VALID
7213 and language_asm..
7214 * symtab.c (find_function_start_sal): Likewise.
7215
f8773be1
GB
72162015-06-25 Gary Benson <gbenson@redhat.com>
7217
7218 * solib.c (solib_find_1): Set local variable sysroot to NULL if
7219 it is the empty string after trailing slashes have been stripped.
7220
a3be80c3
GB
72212015-06-25 Gary Benson <gbenson@redhat.com>
7222
7223 * exec.c (exec_file_locate_attach): Remove gdb_sysroot NULL check.
7224 * infrun.c (follow_exec): Likewise.
7225 * remote.c (remote_filesystem_is_local): Likewise.
7226 * solib.c (solib_find_1): Likewise.
7227
32fad71f
KS
72282015-06-24 Keith Seitz <keiths@redhat.com>
7229
7230 * build-id.c (build_id_to_debug_bfd): Add cleanup to free
7231 return value from lrealpath.
7232
87d1b309
MF
72332015-06-24 Mike Frysinger <vapier@gentoo.org>
7234
7235 * remote-sim.c (gdbsim_open): Move sysroot update to the top.
7236
23bf70af
MF
72372015-06-24 Mike Frysinger <vapier@gentoo.org>
7238
7239 * remote-sim.c: Include gdb_bfd.h.
7240 (gdbsim_open): Declare new local sysroot pointing to gdb_sysroot.
7241 Skip TARGET_SYSROOT_PREFIX in gdb_sysroot when it is active.
7242
5cd867b4
YQ
72432015-06-24 Yao Qi <yao.qi@linaro.org>
7244
7245 * aarch64-linux-tdep.c (aarch64_linux_init_abi): Don't call
7246 set_gdbarch_get_siginfo_type.
7247 * amd64-linux-tdep.c (amd64_linux_init_abi_common): Likewise.
7248 * arm-linux-tdep.c (arm_linux_init_abi): Likewise.
7249 * i386-linux-tdep.c (i386_linux_init_abi): Likewise.
7250 * m68klinux-tdep.c (m68k_linux_init_abi): Likewise.
7251 * ppc-linux-tdep.c (ppc_linux_init_abi): Likewise.
7252 * s390-linux-tdep.c (s390_gdbarch_init): Likewise.
7253 * tilegx-linux-tdep.c (tilegx_linux_init_abi): Likewise.
7254 * linux-tdep.c (linux_get_siginfo_type): Change it to static.
7255 (linux_init_abi): Call set_gdbarch_get_siginfo_type.
7256 * linux-tdep.h (linux_get_siginfo_type): Remove the declaration.
7257
dc06243f
GB
72582015-06-24 Gary Benson <gbenson@redhat.com>
7259
7260 * common/buffer.c (stdint.h): Do not include.
7261 * common/print-utils.c (stdint.h): Likewise.
7262 * compile/compile-c-symbols.c (gdb_assert.h): Likewise.
7263 * compile/compile-c-types.c (gdb_assert.h): Likewise.
7264 * ft32-tdep.c (gdb_assert.h): Likewise.
7265 * guile/scm-utils.c (stdint.h): Likewise.
7266 * i386-linux-tdep.c (stdint.h): Likewise.
7267 * i386-tdep.c (stdint.h): Likewise.
7268 * nat/linux-btrace.c (stdint.h): Likewise.
7269 * nat/linux-btrace.h (stdint.h): Likewise.
7270 * nat/linux-ptrace.c (stdint.h): Likewise.
7271 * nat/mips-linux-watch.h (stdint.h): Likewise.
7272 * ppc-linux-nat.c (stdint.h): Likewise.
7273 * python/python-internal.h (stdint.h): Likewise.
7274 * stub-termcap.c (stdlib.h): Likewise.
7275 * target/target.h (stdint.h): Likewise.
7276 * xtensa-linux-nat.c (stdint.h): Likewise.
7277
0fc26caf
PP
72782015-06-23 Patrick Palka <patrick@parcs.ath.cx>
7279
7280 * top.c (init_history): Look at errno after calling strtol to
7281 properly map large GDBHISTSIZE values to infinity.
7282
a38fe4fe
DE
72832015-06-23 Doug Evans <dje@google.com>
7284
7285 * inferior.h (struct inferior_suspend_state): Delete, unused.
7286 All references deleted.
7287
7564fe45
MF
72882015-06-23 Mike Frysinger <vapier@gentoo.org>
7289
7290 * microblaze-tdep.c (microblaze_push_dummy_code): Delete.
7291 (microblaze_push_dummy_call): Likewise.
7292 (microblaze_gdbarch_init): Delete calls to set_gdbarch_push_dummy_code
7293 and set_gdbarch_push_dummy_call.
7294
0bdb2f78
YQ
72952015-06-23 Yao Qi <yao.qi@linaro.org>
7296
7297 * amd64-linux-nat.c (amd64_linux_fetch_inferior_registers):
7298 Check whether have_ptrace_getregset is TRIBOOL_TRUE explicitly.
7299 (amd64_linux_store_inferior_registers): Likewise.
7300 * arm-linux-nat.c (fetch_fpregister): Likewise.
7301 (fetch_fpregs, store_fpregister): Likewise.
7302 (store_fpregister, store_fpregs): Likewise.
7303 (fetch_register, fetch_regs): Likewise.
7304 (store_register, store_regs): Likewise.
7305 (fetch_vfp_regs, store_vfp_regs): Likewise.
7306 (arm_linux_read_description): Check have_ptrace_getregset is
7307 TRIBOOL_UNKNOWN. Set have_ptrace_getregset to TRIBOOL_TRUE
7308 or TRIBOOL_FALSE.
7309 * i386-linux-nat.c (fetch_xstateregs): Check
7310 have_ptrace_getregset is not TRIBOOL_TRUE.
7311 (store_xstateregs): Likewise.
7312 * linux-nat.c (have_ptrace_getregset): Change its type to
7313 enum tribool.
7314 * linux-nat.h (tribool): New enum.
7315 * x86-linux-nat.c (x86_linux_read_description): Use enum tribool.
7316 Check whether have_ptrace_getregset is TRIBOOL_TRUE.
7317
18a94d75
DE
73182015-06-19 Doug Evans <dje@google.com>
7319
7320 * NEWS: Mention Sun's version of stabs is no longer supported.
7321 * elfread.c (free_elfinfo): Delete. All uses updated.
7322 (elfstab_offset_sections): Delete. All uses updated.
7323 * gdb-stabs.h (stab_section_info): Delete. All uses updated.
7324 * psympriv.h (partial_symtab) <section_offsets>: Delete.
7325 All uses updated.
7326 * psymtab.c (start_psymtab_common): Delete arg section_offsets.
7327 All callers updated.
7328
124e13d9
SM
73292015-06-18 Simon Marchi <simon.marchi@ericsson.com>
7330
7331 * common/rsp-low.c (needs_escaping): New.
7332 (remote_escape_output): Add unit_size parameter. Refactor to
7333 support multi-byte addressable units. Rename parameters.
7334 * common/rsp-low.h (remote_escape_output): Add unit_size
7335 parameter and rename others. Update doc.
7336 * remote.c (align_for_efficient_write): New.
7337 (remote_write_bytes_aux): Add unit_size parameter and use it.
7338 Rename some variables. Update doc.
7339 (remote_xfer_partial): Get unit size and use it.
7340 (remote_read_bytes_1): Add unit_size parameter and use it.
7341 Rename some variables. Update doc.
7342 (remote_write_bytes): Same.
7343 (remote_xfer_live_readonly_partial): Same.
7344 (remote_read_bytes): Same.
7345 (remote_flash_write): Update call to remote_write_bytes_aux.
7346 (remote_write_qxfer): Update call to remote_escape_output.
7347 (remote_search_memory): Same.
7348 (remote_hostio_pwrite): Same.
7349
6ae88661
LM
73502015-06-17 Luis Machado <lgustavo@codesourcery.com>
7351
7352 * breakpoint.c (add_location_to_breakpoint): Don't mark permanent
7353 locations as inserted.
7354 Update and expand comment about permanent locations.
7355 (bp_loc_is_permanent): Don't return 0 for bp_call_dummy.
7356 Move comment to add_location_to_breakpoint.
7357 (update_global_location_list): Don't error out if a permanent
7358 breakpoint is not marked inserted.
7359 Don't error out if a non-permanent breakpoint location is inserted on
7360 top of a permanent breakpoint.
7361
da4616f6
LM
73622015-06-17 Luis Machado <lgustavo@codesourcery.com>
7363
7364 * breakpoint.c (make_breakpoint_permanent): Remove unused
7365 function.
7366 * breakpoint.h (make_breakpoint_permanent): Remove declaration.
7367
bc460514
PP
73682015-06-17 Patrick Palka <patrick@parcs.ath.cx>
7369
7370 PR gdb/16999
7371 * NEWS: Mention new GDBHISTSIZE behavior.
7372 * top.c (init_history): For null or out-of-range GDBHISTSIZE,
7373 set history size to unlimited. Ignore non-numeric GDBHISTSIZE.
7374
b58c513b
PP
73752015-06-17 Patrick Palka <patrick@parcs.ath.cx>
7376
7377 * NEWS: Mention that GDBHISTSIZE is read instead of HISTSIZE.
7378 * top.c (init_history): Read from GDBHISTSIZE instead of
7379 HISTSIZE.
7380 (init_main): Refer to GDBHISTSIZE instead of HISTSIZE.
7381
2093d2d3
PP
73822015-06-17 Patrick Palka <patrick@parcs.ath.cx>
7383
7384 * top.c (gdb_safe_append_history): Do not call
7385 history_truncate_file if the history is not stifled.
7386
fc248485
AA
73872015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
7388
7389 * syscalls/s390-linux.xml: Add syscalls 344 through 354.
7390 * syscalls/s390x-linux.xml: Likewise.
7391
4da680ad
ME
73922015-06-16 Michael Eager <eager@eagercon.com>
7393
7394 * nat/linux-namespaces.c (MSG_CMSG_CLOEXEC): Define if not defined.
7395
0a75489f
PP
73962015-06-16 Patrick Palka <patrick@parcs.ath.cx>
7397
7398 * tui/tui-hooks.c (tui_selected_frame_level_changed_hook): Call
7399 target_terminal_ours_for_output() before calling
7400 tui_show_frame_info(), and restore the original terminal
7401 settings afterwards.
7402
95855ca8
MS
74032015-06-16 Martin Simmons <martin@lispworks.com> (tiny patch)
7404
7405 * arm-linux-nat.c: Include nat/linux-ptrace.h.
7406
cfc32360
SM
74072015-06-15 Simon Marchi <simon.marchi@ericsson.com>
7408
7409 * mi/mi-main.c (mi_cmd_data_read_memory_bytes): Consider addressable
7410 memory unit size.
7411 (mi_cmd_data_write_memory_bytes): Same.
7412
cb6f16cf
SM
74132015-06-15 Simon Marchi <simon.marchi@ericsson.com>
7414
7415 * corefile.c (write_memory): Update doc.
7416 * gdbcore.h (write_memory): Same.
7417
31b7833d
JK
74182015-06-15 Jan Kratochvil <jan.kratochvil@redhat.com>
7419
7420 * linux-tdep.c (enum filterflags): Make it from anonymous enum.
7421 (dump_mapping_p): Use it for parameter filterflags.
7422 (linux_find_memory_regions_full): Use it for variable filterflags.
7423
909c2cda
JK
74242015-06-15 Aleksandar Ristovski <aristovski@qnx.com
7425 Jan Kratochvil <jan.kratochvil@redhat.com>
7426
7427 Merge multiple hex conversions.
7428 * monitor.c: Include rsp-low.h.
7429 (fromhex): Remove definition.
7430
03aef70f
JK
74312015-06-15 Aleksandar Ristovski <aristovski@qnx.com
7432 Jan Kratochvil <jan.kratochvil@redhat.com>
7433
7434 Move utility functions to common/.
7435 * cli/cli-utils.c (skip_spaces, skip_spaces_const, skip_to_space_const):
7436 Move defs to common/common-utils.c.
7437 * cli/cli-utils.h (skip_spaces, skip_spaces_const, skip_to_space)
7438 (skip_to_space_const): Move decls to common/common-utils.h.
7439 * common/common-defs.h: Move include of common-types.h before
7440 common-utils.h.
7441 * common/common-utils.c: Include host-defs.h and ctype.h.
7442 (HIGH_BYTE_POSN, is_digit_in_base, digit_to_int, strtoulst): Move
7443 from utils.c.
7444 (skip_spaces, skip_spaces_const, skip_to_space_const): Move from
7445 cli/cli-utils.c.
7446 * common/common-utils.h (strtoulst): Move decl from utils.h.
7447 (skip_spaces, skip_spaces_const, skip_to_space, skip_to_space_const):
7448 Move from cli/cli-utils.h.
7449 * common/host-defs.h: Include limits.h.
7450 (TARGET_CHAR_BIT, HOST_CHAR_BIT): Moved from defs.h.
7451 (skip_spaces, skip_spaces_const): Move decls from cli/cli-utils.h.
7452 * defs.h (TARGET_CHAR_BIT, HOST_CHAR_BIT): Move to
7453 common/common-utils.h.
7454 * utils.c (HIGH_BYTE_POSN, is_digit_in_base, digit_to_int)
7455 (strtoulst): Move to common/common-utils.c.
7456 * utils.h (strtoulst): Moved decl to common/common-utils.h.
7457
d1168cc1
YQ
74582015-06-15 Yao Qi <yao.qi@linaro.org>
7459
7460 * data-directory/Makefile.in (SYSCALLS_FILES): Add aarch64-linux.xml.
7461
c74f7d1c
JT
74622015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
7463
7464 * build-id.c: Don't include elf-bfd.h.
7465 (build_id_bfd_get): Use bfd_build_id.
7466 (build_id_verify): Ditto.
7467 * build-id.h: Ditto.
7468 (find_separate_debug_file_by_buildid): Ditto.
7469 * python/py-objfile.c: Don't include elf-bfd.h.
7470 (objfpy_get_build_id) Use bfd_build_id.
7471 (objfpy_build_id_matches, objfpy_lookup_objfile_by_build_id): Ditto.
7472 * coffread.c: Include build-id.h.
7473 (coff_symfile_read): Try find_separate_debug_file_by_buildid.
7474
f20c58f5
JT
74752015-06-03 Jon Turney <jon.turney@dronecode.org.uk>
7476
7477 * windows-nat.c (do_windows_fetch_inferior_registers)
7478 (handle_output_debug_string): Replace __COPY_CONTEXT_SIZE
7479 conditional with __CYGWIN__.
7480
51f0e40d
AB
74812015-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
7482
7483 * completer.c: Add arch-utils.h include.
7484 (enum reg_completer_targets): New enum.
7485 (reg_or_group_completer_1): New function containing old
7486 reg_or_group_completer, add and use new parameter to control what
7487 is completed on. Use get_current_arch rather than architecture of
7488 currently selected frame.
7489 (reg_or_group_completer): Call new reg_or_group_completer_1.
7490 (reggroup_completer): Call new reg_or_group_completer_1.
7491 * completer.h (reggroup_completer): Add declaration.
7492 * tui/tui-regs.c: Add 'completer.h' include.
7493 (tui_reg_next_command): Renamed to...
7494 (tui_reg_next): ...this. Adjust parameters and return rather than
7495 display new group.
7496 (tui_reg_prev_command): Renamed to...
7497 (tui_reg_prev): ...this. Adjust parameters and return rather than
7498 display new group.
7499 (tui_reg_float_command): Delete.
7500 (tui_reg_general_command): Delete.
7501 (tui_reg_system_command): Delete.
7502 (tui_reg_command): Rewrite to perform switching of register group.
7503 Add header comment.
7504 (tuireglist): Remove.
7505 (tui_reggroup_completer): New function.
7506 (_initialize_tui_regs): Remove 'tui reg' sub-commands, update
7507 creation of 'tui reg' command.
7508 * NEWS: Add comment about 'tui reg' changes.
7509
d309493c
SM
75102015-06-12 Simon Marchi <simon.marchi@ericsson.com>
7511
7512 * target.c (target_read): Consider addressable unit size when
7513 reading from a memory object.
7514 (read_memory_robust): Same.
7515 (read_whatever_is_readable): Same.
7516 (target_write_with_progress): Consider addressable unit size
7517 when writing to a memory object.
7518 * target.h (target_read): Update documentation.
7519 (target_write): Add documentation.
7520
3374165f
SM
75212015-06-12 Simon Marchi <simon.marchi@ericsson.com>
7522
7523 * arch-utils.h (default_addressable_memory_unit_size): New.
7524 * arch-utils.c (default_addressable_memory_unit_size): New.
7525 * gdbarch.sh (addressable_memory_unit_size): New.
7526 * gdbarch.h: Re-generate.
7527 * gdbarch.c: Re-generate.
7528
279a6fed
SM
75292015-06-12 Simon Marchi <simon.marchi@ericsson.com>
7530
7531 * target.c (target_read): Rename variables and use
7532 TARGET_XFER_E_IO.
7533 (target_read_with_progress): Same.
7534 (read_memory_robust): Constify parameters and rename
7535 variables.
7536 (read_whatever_is_readable): Constify parameters,
7537 rename variables, adjust formatting.
7538 * target.h (read_memory_robust): Constify parameters.
7539
1e5338b6 75402015-06-12 Ulrich Weigand <uweigand@de.ibm.com>
a1da2672
UW
7541
7542 * ppc-sysv-tdep.c (ppc64_sysv_abi_return_value_base): Handle short
7543 synthetic (non-AltiVec) vector types.
7544 (ppc64_sysv_abi_return_value): Likewise.
7545
98aa42ee
AT
75462015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
7547
7548 PR breakpoints/16465
7549 * breakpoint.c (create_breakpoint): Save extra_string for
7550 pending breakpoints.
7551
966f0aef
WT
75522015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
7553
7554 * i386-tdep.c (i386_mpx_get_bt_entry): Add a cast for mpx_bd_mask
7555 and bt_mask to CORE_ADDR.
7556
6449ed0d
GB
75572015-06-11 Gary Benson <gbenson@redhat.com>
7558
7559 * nat/linux-namespaces.c (mnsh_send_message): Use pulongest.
7560 (mnsh_recv_message): Likewise.
7561
34f8ac9f
WT
75622015-06-11 Walfred Tedeschi <walfred.tedeschi@intel.com>
7563
7564 * i386-tdep.c (i386_mpx_print_bounds): use of LONGEST instead of
7565 long long int and plongest instead of %ll.
7566
198c808c
GB
75672015-06-11 Gary Benson <gbenson@redhat.com>
7568
7569 * nat/linux-namespaces.c (gdb_wait.h): New include.
7570 (sys/wait.h): Do not include.
7571
e815d2d2
SM
75722015-06-10 Simon Marchi <simon.marchi@ericsson.com>
7573
7574 * dwarf2read.c (dwarf_record_line): Call dwarf_record_line if
7575 end_sequence is true.
7576
8847cac2
JK
75772015-06-10 Jan Kratochvil <jan.kratochvil@redhat.com>
7578
7579 Code cleanup.
7580 * solib-target.c (library_list_start_list): Use explicit NULL
7581 comparison.
7582
24c05f46
JK
75832015-06-10 Jan Kratochvil <jan.kratochvil@redhat.com>
7584
7585 * solib-target.c (library_list_start_list): Do not dereference
7586 variable version in its initialization. Make the VERSION check handle
7587 NULL.
7588 (library_list_attributes): Make "version" GDB_XML_AF_OPTIONAL.
7589
51aad7cc
GB
75902015-06-10 Gary Benson <gbenson@redhat.com>
7591
7592 * NEWS: Announce support for direct access of executable and
7593 shared library files when attaching to inferiors in containers
7594 on GNU/Linux systems.
7595
15a201c8
GB
75962015-06-10 Gary Benson <gbenson@redhat.com>
7597
7598 * remote.c (struct remote_state) <fs_pid>: New field.
7599 (new_remote_state): Initialize the above.
7600 (PACKET_vFile_setfs): New enum value.
7601 (remote_hostio_set_filesystem): New function.
7602 (remote_hostio_open): Call the above.
7603 (remote_hostio_unlink): Likewise.
7604 (remote_hostio_readlink): Likewise.
7605 (_initialize_remote): Register new "set/show remote
7606 hostio-setfs-packet" command.
7607 * NEWS: Announce new vFile:setfs packet.
7608
7a6a1731
GB
76092015-06-10 Gary Benson <gbenson@redhat.com>
7610
7611 * linux-nat.c (nat/linux-namespaces.h): New include.
7612 (fileio.h): Likewise.
7613 (linux_nat_filesystem_is_local): New function.
7614 (linux_nat_fileio_pid_of): Likewise.
7615 (linux_nat_fileio_open): Likewise.
7616 (linux_nat_fileio_readlink): Likewise.
7617 (linux_nat_fileio_unlink): Likewise.
7618 (linux_nat_add_target): Initialize to_filesystem_is_local,
7619 to_fileio_open, to_fileio_readlink and to_fileio_unlink.
7620 (_initialize_linux_nat): New "set/show debug linux-namespaces"
7621 commands.
7622 * NEWS: Mention new "set/show debug linux-namespaces" commands.
7623
07c138c8
GB
76242015-06-10 Gary Benson <gbenson@redhat.com>
7625
7626 * target.h (struct inferior): New forward declaration.
7627 (struct target_ops) <to_filesystem_is_local>: Update comment.
7628 (struct target_ops) <to_fileio_open>: New argument inf.
7629 Update comment. All implementations updated.
7630 (struct target_ops) <to_fileio_unlink>: Likewise.
7631 (struct target_ops) <to_fileio_readlink>: Likewise.
7632 (target_filesystem_is_local): Update comment.
7633 (target_fileio_open): New argument inf. Update comment.
7634 (target_fileio_unlink): Likewise.
7635 (target_fileio_readlink): Likewise.
7636 (target_fileio_read_alloc): Likewise.
7637 (target_fileio_read_stralloc): Likewise.
7638 * target.c (target_fileio_open): New argument inf.
7639 Pass inf to implementation. Update debug printing.
7640 (target_fileio_unlink): Likewise.
7641 (target_fileio_readlink): Likewise.
7642 (target_fileio_read_alloc_1): New argument inf. Pass inf
7643 to target_fileio_open.
7644 (target_fileio_read_alloc): New argument inf. Pass inf to
7645 target_fileio_read_alloc_1.
7646 (target_fileio_read_stralloc): Likewise.
7647 * gdb_bfd.c (inferior.h): New include.
7648 (gdb_bfd_iovec_fileio_open): Replace unused "open_closure"
7649 argument with new argument "inferior". Pass inferior to
7650 target_fileio_open.
7651 (gdb_bfd_open): Supply inferior argument to
7652 gdb_bfd_iovec_fileio_open.
7653 * linux-tdep.c (linux_info_proc): Supply inf argument to
7654 relevant target_fileio calls.
7655 (linux_find_memory_regions_full): Likewise.
7656 (linux_fill_prpsinfo): Likewise.
7657 * remote.c (remote_filesystem_is_local): Supply inf
7658 argument to remote_hostio_open.
7659 (remote_file_put): Likewise.
7660 (remote_file_get): Likewise.
7661 (remote_file_delete): Supply inf argument to
7662 remote_hostio_unlink.
7663
12e2a5fd
GB
76642015-06-10 Gary Benson <gbenson@redhat.com>
7665
7666 * inf-child.c (inf_child_fileio_open): Replace comment.
7667 (inf_child_fileio_pwrite): Likewise.
7668 (inf_child_fileio_pread): Likewise.
7669 (inf_child_fileio_fstat): Insert blank line before comment.
7670 (inf_child_fileio_close): Replace comment.
7671 (inf_child_fileio_unlink): Likewise.
7672 (inf_child_fileio_readlink): Likewise.
7673 * remote.c (remote_hostio_open): Likewise.
7674 (remote_hostio_pread): Likewise.
7675 (remote_hostio_pwrite): Likewise.
7676 (remote_hostio_close): Likewise.
7677 (remote_hostio_unlink): Likewise.
7678 (remote_hostio_readlink): Likewise.
7679 (remote_hostio_fstat): Likewise.
7680 (remote_filesystem_is_local): Likewise.
7681 * target.c (target_fileio_open): Likewise.
7682 (target_fileio_pwrite): Likewise.
7683 (target_fileio_pread): Likewise.
7684 (target_fileio_fstat): Insert blank line before comment.
7685 (target_fileio_close): Replace comment.
7686 (target_fileio_unlink): Likewise.
7687 (target_fileio_readlink): Likewise.
7688 (target_fileio_read_alloc): Likewise.
7689 (target_fileio_read_stralloc): Likewise.
7690
9bc3a976
GB
76912015-06-10 Gary Benson <gbenson@redhat.com>
7692
7693 * linux-thread-db.c (nat/linux-namespaces.h): New include.
7694 (check_pid_namespace_match): Use linux_ns_same rather than
7695 linux_proc_pid_get_ns to spot PID namespace mismatches.
7696 * nat/linux-procfs.h (linux_proc_pid_get_ns): Remove.
7697 * nat/linux-procfs.c (linux_proc_pid_get_ns): Likewise.
7698
4b8b5e72
GB
76992015-06-10 Gary Benson <gbenson@redhat.com>
7700
7701 * configure.ac (AC_CHECK_FUNCS): Add setns.
7702 * config.in: Regenerate.
7703 * configure: Likewise.
7704 * nat/linux-namespaces.h: New file.
7705 * nat/linux-namespaces.c: Likewise.
7706 * Makefile.in (HFILES_NO_SRCDIR): Add nat/linux-namespaces.h.
7707 (linux-namespaces.o): New rule.
7708 * config/aarch64/linux.mh (NATDEPFILES): Add linux-namespaces.o.
7709 * config/alpha/alpha-linux.mh (NATDEPFILES): Likewise.
7710 * config/arm/linux.mh (NATDEPFILES): Likewise.
7711 * config/i386/linux.mh (NATDEPFILES): Likewise.
7712 * config/i386/linux64.mh (NATDEPFILES): Likewise.
7713 * config/ia64/linux.mh (NATDEPFILES): Likewise.
7714 * config/m32r/linux.mh (NATDEPFILES): Likewise.
7715 * config/m68k/linux.mh (NATDEPFILES): Likewise.
7716 * config/mips/linux.mh (NATDEPFILES): Likewise.
7717 * config/pa/linux.mh (NATDEPFILES): Likewise.
7718 * config/powerpc/linux.mh (NATDEPFILES): Likewise.
7719 * config/powerpc/ppc64-linux.mh (NATDEPFILES): Likewise.
7720 * config/powerpc/spu-linux.mh (NATDEPFILES): Likewise.
7721 * config/s390/linux.mh (NATDEPFILES): Likewise.
7722 * config/sparc/linux.mh (NATDEPFILES): Likewise.
7723 * config/sparc/linux64.mh (NATDEPFILES): Likewise.
7724 * config/tilegx/linux.mh (NATDEPFILES): Likewise.
7725 * config/xtensa/linux.mh (NATDEPFILES): Likewise.
7726
ca095836
GB
77272015-06-10 Gary Benson <gbenson@redhat.com>
7728
7729 * utils.h (make_cleanup_close): Moved to common/filestuff.h.
7730 * utils.c (do_close_cleanup): Moved to common/filestuff.c.
7731 (make_cleanup_close): Likewise.
7732 * common/filestuff.h (make_cleanup_close): Moved from utils.h.
7733 * common/filestuff.c (do_close_cleanup): Moved from utils.c.
7734 (make_cleanup_close): Likewise.
7735
5d9c55d3
JT
77362015-06-03 Jon Turney <jon.turney@dronecode.org.uk>
7737
7738 * windows-nat.c (thread_rec): Also ignore ERROR_INVALID_HANDLE
7739 from SuspendThread().
7740
040ea00b
JT
77412015-06-03 Jon Turney <jon.turney@dronecode.org.uk>
7742
7743 * windows-nat.c (handle_output_debug_string): Trim trailing '\n'
7744 from OutputDebugString.
7745
7d73c23c
WT
77462015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
7747 Mircea Gherzan <mircea.gherzan@intel.com>
7748
7749 * i386-tdep.c (MPX_BASE_MASK, MPX_BD_MASK, MPX_BT_MASK, MPX_BD_MASK_32,
7750 MPX_BT_MASK_32): New macros.
7751 (i386_mpx_set_bounds): New function that implements
7752 the command "set-mpx-bound".
7753 (i386_mpx_enabled): Helper function to test MPX availability.
7754 (i386_mpx_bd_base): Helper function to calculate the base directory
7755 address.
7756 (i386_mpx_get_bt_entry): Helper function to access a bound
7757 table entry.
7758 (i386_mpx_print_bounds): Effectively display bound information.
7759 (_initialize_i386_tdep): Add new commands to commands "set mpx" and
7760 "show mpx".
7761 (_initialize_i386_tdep):
7762 Add "bound" to the commands "show mpx" and "set mpx" commands.
7763 (mpx_set_cmdlist and mpx_show_cmdlist): List for the new prefixed "set mpx"
7764 and "show mpx" commands.
7765 * NEWS: List new commands for MPX support.
7766
3ac2e371
GB
77672015-06-09 Gary Benson <gbenson@redhat.com>
7768
7769 * common/fileio.h (fileio_to_host_mode): New declaration.
7770 * common/fileio.c (fileio_to_host_mode): New Function.
7771 * inf-child.c (inf_child_fileio_open): Process mode argument
7772 with fileio_to_host_mode.
7773
ecef18c5
GB
77742015-06-09 Gary Benson <gbenson@redhat.com>
7775
7776 * common/fileio.c (fileio_mode_pack): Fix preprocessor
7777 conditional.
7778
e3dd7556
GB
77792015-06-05 Gary Benson <gbenson@redhat.com>
7780
7781 * gdb_bfd.c (gdb_bfd_open): Move vgdb special case to...
7782 * remote.c (remote_filesystem_is_local): ...here.
7783
5b74bf7d
YQ
77842015-06-04 Yao Qi <yao.qi@linaro.org>
7785
7786 * gdbarch.c: Regenerate it.
7787
7f361056
JK
77882015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
7789
7790 * arch-utils.c (default_infcall_munmap): New.
7791 * arch-utils.h (default_infcall_munmap): New declaration.
7792 * compile/compile-object-load.c (struct munmap_list, munmap_list_add)
7793 (munmap_list_free, munmap_listp_free_cleanup): New.
7794 (struct setup_sections_data): Add field munmap_list_headp.
7795 (setup_sections): Call munmap_list_add.
7796 (compile_object_load): New variable munmap_list_head, initialize
7797 setup_sections_data.munmap_list_headp, return munmap_list_head.
7798 * compile/compile-object-load.h (struct munmap_list): New declaration.
7799 (struct compile_module): Add field munmap_list_head.
7800 (munmap_list_free): New declaration.
7801 * compile/compile-object-run.c (struct do_module_cleanup): Add field
7802 munmap_list_head.
7803 (do_module_cleanup): Call munmap_list_free.
7804 (compile_object_run): Pass munmap_list_head to do_module_cleanup.
7805 * gdbarch.c: Regenerate.
7806 * gdbarch.h: Regenerate.
7807 * gdbarch.sh (infcall_munmap): New.
7808 * linux-tdep.c (linux_infcall_munmap): New.
7809 (linux_init_abi): Install it.
7810
3b462ec2
SM
78112015-06-02 Simon Marchi <simon.marchi@ericsson.com>
7812
7813 PR gdb/15564
7814 * inferior.c (detach_inferior): Call exit_inferior_1 with silent = 0.
7815
8d683210
YQ
78162015-06-02 Yao Qi <yao.qi@linaro.org>
7817
7818 * i386-linux-nat.c: Include linux-nat.h.
7819
e0619de6
JK
78202015-06-01 Andreas Schwab <schwab@linux-m68k.org>
7821 Jan Kratochvil <jan.kratochvil@redhat.com>
7822
7823 PR symtab/18392
7824 * dwarf2-frame-tailcall.c (pretended_chain_levels): Correct
7825 assertion.
7826 * dwarf2loc.c (chain_candidate): Likewise.
7827
bd16da51
YQ
78282015-06-01 Yao Qi <yao.qi@linaro.org>
7829
7830 * arm-linux-nat.c (fetch_vfp_regs): Use PTRACE_GETREGSET.
7831 (store_vfp_regs): Use PTRACE_SETREGSET.
7832
df9d7ec9
YQ
78332015-06-01 Yao Qi <yao.qi@linaro.org>
7834
7835 * arm-linux-nat.c (fetch_fpregister): Use PTRACE_GETREGSET.
7836 (fetch_fpregs): Likewise.
7837 * arm-linux-nat.c (store_fpregister): Use PTRACE_SETREGSET.
7838 (store_fpregs): Likewise.
7839
10766686
YQ
78402015-06-01 Yao Qi <yao.qi@linaro.org>
7841
7842 * arm-linux-nat.c (fetch_register): Use PTRACE_GETREGSET.
7843 (fetch_regs): Likewise.
7844 (store_regs): Use PTRACE_SETREGSET.
7845 (store_register): Likewise.
7846
7efe48d1
YQ
78472015-06-01 Yao Qi <yao.qi@linaro.org>
7848
7849 * arm-linux-nat.c (arm_linux_read_description): Check whether
7850 kernel supports PTRACE_GETREGSET.
7851
433bbbf8
YQ
78522015-06-01 Yao Qi <yao.qi@linaro.org>
7853
7854 * x86-linux-nat.c (have_ptrace_getregset): Move it to ...
7855 * linux-nat.c: ... here.
7856 * x86-linux-nat.h (have_ptrace_getregset): Move the declaration
7857 to ...
7858 * linux-nat.h: ... here.
7859
ca9b78ce
YQ
78602015-06-01 Yao Qi <yao.qi@linaro.org>
7861
7862 * amd64-linux-nat.c: Include "nat/linux-ptrace.h".
7863 * i386-linux-nat.c: Likewise.
7864 * nat/linux-ptrace.h (PTRACE_GETREGSET, PTRACE_SETREGSET): Define.
7865 * s390-linux-nat.c: Include "nat/linux-ptrace.h".
7866 (PTRACE_GETREGSET, PTRACE_SETREGSET): Remove.
7867 * x86-linux-nat.c: Include "nat/linux-ptrace.h".
7868 * x86-linux-nat.h (PTRACE_GETREGSET, PTRACE_SETREGSET): Remove.
7869
99cee7b7
EZ
78702015-05-30 Eli Zaretskii <eliz@gnu.org>
7871
7872 * go32-nat.c (go32_xfer_memory): Fix the return value to be
7873 compatible to what read_child and write_child return. This
7874 unbreaks that DJGPP build of GDB which was broken since v7.7.
7875
2147f5bd
MG
78762015-05-29 Martin Galvan <martin.galvan@tallertechnologies.com>
7877
7878 * MAINTAINERS (Write After Approval): Add Martin Galvan.
7879
c8f6c93c
RM
78802015-05-29 Roland McGrath <mcgrathr@google.com>
7881
7882 PR gdb/18464
7883 * osabi.c (generic_elf_osabi_sniff_abi_tag_sections): Use warning
7884 rather than internal_error for an unrecognized value.
7885
8c6a948d
MF
78862015-05-29 Max Filippov <jcmvbkbc@gmail.com>
7887
7888 * xtensa-tdep.c (xtensa_pseudo_register_read)
7889 (xtensa_pseudo_register_write): Don't alias last pseudo register
7890 to a1.
7891
8dd06f7a
DB
78922015-05-28 Don Breazeal <donb@codesourcery.com>
7893
7894 * infrun.c (follow_fork_inferior): Ensure the use of
7895 process-style ptids (pid,0,0) in verbose/debug "Detaching"
7896 messages.
7897
a051152b
DE
78982015-05-28 Doug Evans <dje@google.com>
7899
7900 * dwarf2read.c (record_line_ftype): Remove, duplicate.
7901
a56cc1ce
YQ
79022015-05-28 Yao Qi <yao.qi@linaro.org>
7903
7904 * arm-linux-nat.c (arm_linux_has_wmmx_registers): Remove.
7905 (arm_linux_fetch_inferior_registers): Use
7906 tdep->have_wmmx_registers instead of arm_linux_has_wmmx_registers.
7907 (arm_linux_store_inferior_registers): Likewise.
7908 (arm_linux_read_description): Don't set
7909 arm_linux_has_wmmx_registers.
7910 * arm-tdep.c (arm_gdbarch_init): Set
7911 tdep->have_wmmx_registers according target descriptions.
7912 * arm-tdep.h (struct gdbarch_tdep) <have_wmmx_registers>: New
7913 field.
7914
330c6ca9
YQ
79152015-05-28 Yao Qi <yao.qi@linaro.org>
7916
7917 * arm-linux-nat.c (arm_linux_vfp_register_count): Remove.
7918 (fetch_vfp_regs): Use vfp_register_count from gdbarch_tdep
7919 instead of arm_linux_vfp_register_count.
7920 (store_vfp_regs): Likewise.
7921 (arm_linux_fetch_inferior_registers): Likewise.
7922 (arm_linux_store_inferior_registers): Likewise.
7923 (arm_linux_read_description): Don't set
7924 arm_linux_vfp_register_count.
7925 * arm-linux-tdep.c (arm_linux_iterate_over_regset_sections):
7926 Adjust.
7927 * arm-tdep.c (arm_gdbarch_init): Add assert on
7928 vfp_register_count.
7929 * arm-tdep.h (struct gdbarch_tdep) <have_vfp_registers>: Rename
7930 field to vfp_register_count. All users updated.
7931
d403db27
KH
79322015-05-28 Kyle Huey <me@kylehuey.com> (tiny patch)
7933
7934 * gdb/arm-tdep.c (arm_gdbarch_init): Perform arm_abi detection on
7935 ELFOSABI_GNU binaries.
7936
d9b3de22
DE
79372015-05-27 Doug Evans <dje@google.com>
7938
7939 * dwarf2read.c (lnp_state_machine): New typedef.
7940 (lnp_reader_state): New typedef.
7941 (dwarf_record_line_1): Renamed from dwarf_record_line.
7942 All callers updated.
7943 (dwarf_record_line): New function.
7944 (init_lnp_state_machine): New function.
7945 (check_line_address): Replace p_record_line parameter with state.
7946 All callers updated.
7947 (dwarf_decode_lines_1): Call dwarf_record_line, init_lnp_state_machine.
7948 Update to record state in lnp_state_machine.
7949
924c2928
DE
79502015-05-27 Doug Evans <dje@google.com>
7951
7952 * dwarf2read.c (record_line_ftype): New typedef.
7953 (check_line_address): New function.
7954 (dwarf_decode_lines_1): Call it.
7955
27e0867f
DE
79562015-05-27 Doug Evans <dje@google.com>
7957
7958 * NEWS: Mention "set debug dwarf-line".
7959 * dwarf2read.c (dwarf_line_debug): New static global.
7960 (add_include_dir): Add debug dwarf-line support.
7961 (add_file_name, dwarf_record_line, dwarf_finish_line): Ditto.
7962 (_initialize_dwarf2_read): New parameter "debug dwarf-line".
7963
4dcabcc2
DE
79642015-05-27 Doug Evans <dje@google.com>
7965
7966 * cp-namespace.c (cp_lookup_nested_symbol): New arg "domain".
7967 All callers updated.
7968 (cp_lookup_nested_symbol_1, find_symbol_in_baseclass): Ditto.
7969 * cp-support.h (cp_lookup_nested_symbol): Update.
7970
b2e2f908
DE
79712015-05-27 Doug Evans <dje@google.com>
7972
7973 PR symtab/18258
7974 * block.c (block_find_symbol): New function.
7975 (block_find_non_opaque_type): Ditto.
7976 (block_find_non_opaque_type_preferred): Ditto.
7977 * block.h (block_symbol_matcher_ftype): New typedef.
7978 (block_find_symbol): Declare.
7979 (block_find_non_opaque_type): Ditto.
7980 (block_find_non_opaque_type_preferred): Ditto.
7981 * dwarf2read.c (dw2_lookup_symbol): Call block_find_symbol.
7982 * psymtab.c (psym_lookup_symbol): Ditto.
7983 * symtab.c (basic_lookup_transparent_type_1): New function.
7984 (basic_lookup_transparent_type): Call it.
7985
f62fce35
YQ
79862015-05-27 Yao Qi <yao.qi@linaro.org>
7987
7988 * aarch64-tdep.c (aarch64_record_data_proc_simd_fp): Return
7989 AARCH64_RECORD_UNKNOWN for unknown instruction encoding.
7990
5d98d3cd
YQ
79912015-05-27 Yao Qi <yao.qi@linaro.org>
7992
7993 * aarch64-tdep.c (aarch64_record_branch_except_sys): Split lines
7994 before operator &&.
7995 (aarch64_record_load_store): Likewise.
7996
82c7be31
DE
79972015-05-26 Doug Evans <dje@google.com>
7998
7999 PR c++/18141, c++/18417.
8000 * cp-support.c (cp_lookup_rtti_type): Handle the case of NAME being
8001 a typedef.
8002
b4f54984
DE
80032015-05-26 Doug Evans <dje@google.com>
8004
8005 * NEWS: Add entries for command renamings.
8006 * dwarf2read.c (dwarf_read_debug): Renamed from dwarf2_read_debug.
8007 All uses updated.
8008 (dwarf_die_debug): Renamed from dwarf2_die_debug. All uses updated.
8009 (dwarf_max_cache_age): Renamed from dwarf2_max_cache_age.
8010 All uses updated.
8011 (show_dwarf_max_cache_age): Renamed from show_dwarf2_max_cache_age.
8012 All callers updated. Fix spelling of DWARF in help text.
8013 (set_dwarf_cmdlist): Renamed from set_dwarf2_cmdlist.
8014 All uses updated.
8015 (show_dwarf_cmdlist): Renamed from show_dwarf2_cmdlist.
8016 All uses updated.
8017 (set_dwarf_cmd): Renamed from set_dwarf2_cmd. All callers updated.
8018 (show_dwarf_cmd): Renamed from show_dwarf2_cmd. All callers updated.
8019 (dwarf_always_disassemble): Renamed from dwarf_always_disassemble.
8020 All uses updated.
8021 (show_dwarf_always_disassemble): Renamed from
8022 show_dwarf2_always_disassemble. All callers updated.
8023 (_initialize_dwarf2_read): Rename "set/show dwarf2" prefix to
8024 "set/show dwarf". Rename "set/show dwarf2 max-cache-age" to
8025 "set/show dwarf max-cache-age". Rename
8026 "set/show dwarf2 always-disassemble" to
8027 "set/show dwarf always-disassemble". Rename
8028 "set/show debug dwarf2-read" to "set/show debug dwarf-read". Rename
8029 "set/show debug dwarf2-die" to "set/show debug dwarf-die".
8030
4ea6efe9
DE
80312015-05-26 Doug Evans <dje@google.com>
8032
8033 PR python/18438
8034 * python/py-lazy-string.c (stpy_convert_to_value): Use
8035 gdbpy_gdb_memory_error not PyExc_MemoryError.
8036 (gdbpy_create_lazy_string_object): Ditto.
8037
b93fd21d
AB
80382015-05-26 Andrew Burgess <andrew.burgess@embecosm.com>
8039
8040 * tui/tui-regs.c (tui_reg_next_command): Compare against NULL.
8041
55b40027
AB
80422015-05-26 Andrew Burgess <andrew.burgess@embecosm.com>
8043
8044 * tui/tui-regs.c (tui_reg_prev_command): New function.
8045 (_initialize_tui_regs): Add 'prev' command for 'tui reg'.
8046 * reggroups.c (reggroup_prev): New function.
8047 * reggroups.h (reggroup_prev): Add declaration. Update comment.
8048
99afc88b
OJ
80492015-05-26 Omair Javaid <omair.javaid@linaro.org>
8050 Yao Qi <yao.qi@linaro.org>
8051
8052 * aarch64-linux-tdep.c: Include linux-record.h and
8053 record-full.h.
8054 (struct linux_record_tdep aarch64_linux_record_tdep): Declare.
8055 (aarch64_syscall): New enum.
8056 (aarch64_canonicalize_syscall): New function.
8057 (aarch64_all_but_pc_registers_record): New function.
8058 (aarch64_linux_syscall_record): New function.
8059 (aarch64_linux_init_abi): Install AArch64 process record
8060 handler. Update to handle syscall recording.
8061 * aarch64-tdep.c: Include record.h and record-full.h.
8062 (submask, bit, bits, REG_ALLOC, MEM_ALLOC): New macros.
8063 (struct aarch64_mem_r): Define.
8064 (aarch64_record_result): New enum.
8065 (struct insn_decode_record): Define.
8066 (insn_decode_record): New typedef.
8067 (aarch64_record_data_proc_reg): New function.
8068 (aarch64_record_data_proc_imm): New function.
8069 (aarch64_record_branch_except_sys): New function.
8070 (aarch64_record_load_store): New function.
8071 (aarch64_record_data_proc_simd_fp): New function.
8072 (aarch64_record_asimd_load_store): New function.
8073 (aarch64_record_decode_insn_handler): New function.
8074 (deallocate_reg_mem): New function.
8075 (aarch64_process_record): New function.
8076 * aarch64-tdep.h (struct gdbarch_tdep) <aarch64_syscall_record>:
8077 New field.
8078 (aarch64_process_record): New extern declaration.
8079 * configure.tgt: Add linux-record.o to gdb_target_obs.
8080 * linux-record.h (struct linux_record_tdep) <arg7>: New field.
8081
c16a3f52
OJ
80822015-05-26 Omair Javaid <omair.javaid@linaro.org>
8083
8084 * NEWS: Add a note on process record-replay support on aarch64*-linux*
8085 targets.
8086
c9cf6e20
MG
80872015-05-26 Martin Galvan <martin.galvan@tallertechnologies.com>
8088
8089 * amd64-tdep.c: Replace in_function_epilogue_p with
8090 stack_frame_destroyed_p throughout.
8091 * arch-utils.c: Ditto.
8092 * arch-utils.h: Ditto.
8093 * arm-tdep.c: Ditto.
8094 * breakpoint.c: Ditto.
8095 * gdbarch.sh: Ditto.
8096 * hppa-tdep.c: Ditto.
8097 * i386-tdep.c: Ditto.
8098 * mips-tdep.c: Ditto.
8099 * nios2-tdep.c: Ditto.
8100 * rs6000-tdep.c: Ditto.
8101 * s390-linux-tdep.c: Ditto.
8102 * score-tdep.c: Ditto.
8103 * sh-tdep.c: Ditto.
8104 * sparc-tdep.c: Ditto.
8105 * sparc-tdep.h: Ditto.
8106 * sparc64-tdep.c: Ditto.
8107 * spu-tdep.c: Ditto.
8108 * tic6x-tdep.c: Ditto.
8109 * tilegx-tdep.c: Ditto.
8110 * xstormy16-tdep.c: Ditto.
8111 * gdbarch.c, gdbarch.h: Re-generated.
8112
a4ea0946
AB
81132015-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
8114
8115 * NEWS: Mention 'tui enable' and 'tui disable'.
8116 * tui/tui.c (tui_enable_command): New function.
8117 (tui_disable_command): New function.
8118 (_initialize_tui): New function.
8119
b75c69bb
AB
81202015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
8121
8122 * tui/tui-regs.c (tui_reg_next_command): Use NULL not 0.
8123
c1b009ee
AB
81242015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
8125
8126 * tui/tui-layout.c (tui_set_layout_for_display_command): Ensure
8127 buf_ptr is freed.
8128
880d1e40
AB
81292015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
8130
8131 * tui/tui-layout.c (tui_layout_command): Move call to tui_enable
8132 into ...
8133 (tui_set_layout_for_display_command): ...here, before calling
8134 tui_set_layout. Only set the layout if gdb has not already
8135 entered the TUI_FAILURE state.
8136
a0145030
AB
81372015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
8138
8139 * tui/tui-layout.c (layout_completer): New function.
8140 (_initialize_tui_layout): Set completer on layout command.
8141
7bd0be3a
AB
81422015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
8143
8144 * tui/tui-layout.c (tui_set_layout): Remove
8145 tui_register_display_type parameter. Remove all checking of this
8146 parameter, and reindent function. Update header comment.
8147 (tui_set_layout_for_display_command): Rename to...
8148 (tui_set_layout_by_name): ...this, and don't check for different
8149 register class types, don't pass a tui_register_display_type to
8150 tui_set_layout. Update header comment.
8151 (layout_names): Remove register set specific names.
8152 * tui/tui-layout.h (tui_set_layout): Remove
8153 tui_register_display_type parameter.
8154 * tui/tui.c (tui_rl_change_windows): Don't pass a
8155 tui_register_display_type to tui_set_layout.
8156 (tui_rl_delete_other_windows): Likewise.
8157 (tui_enable): Likewise.
8158 * tui/tui-data.h (TUI_FLOAT_REGS_NAME): Remove.
8159 (TUI_FLOAT_REGS_NAME_LOWER): Remove.
8160 (TUI_GENERAL_REGS_NAME): Remove.
8161 (TUI_GENERAL_REGS_NAME_LOWER): Remove.
8162 (TUI_SPECIAL_REGS_NAME): Remove.
8163 (TUI_SPECIAL_REGS_NAME_LOWER): Remove.
8164 (TUI_GENERAL_SPECIAL_REGS_NAME): Remove.
8165 (TUI_GENERAL_SPECIAL_REGS_NAME_LOWER): Remove.
8166 (enum tui_register_display_type): Remove.
8167 (struct tui_layout_def): Remove regs_display_type and
8168 float_regs_display_type fields.
8169 (struct tui_data_info): Remove regs_display_type field.
8170 (tui_layout_command): Use new name for
8171 tui_set_layout_for_display_command.
8172 * tui/tui-data.c (layout_def): Don't initialise removed fields.
8173 (tui_clear_win_detail): Don't initialise removed fields of
8174 win_info.
8175 * tui/tui-regs.c (tui_show_registers): Use new name for
8176 tui_set_layout_for_display_command.
8177 * tui/tui.h (tui_set_layout_for_display_command): Rename
8178 declaration to...
8179 (tui_set_layout_by_name): ...this.
8180 * printcmd.c (display_command): Remove tui related layout call,
8181 and reindent.
8182
0b6e5e10
JB
81832015-05-20 Joel Brobecker <brobecker@adacore.com>
8184
8185 * infrun.c (handle_inferior_event_1): Renames handle_inferior_event.
8186 (handle_inferior_event): New function.
8187
1da0522e
JB
81882015-05-20 Joel Brobecker <brobecker@adacore.com>
8189
8190 * ada-lang.c (to_fixed_array_type): Rename local variable
8191 typename into type_name.
8192
5fe75eec
JK
81932015-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
8194
8195 Fix ASAN crash for gdb.compile/compile.exp.
8196 * infcall.c (call_function_by_hand_dummy): Use xstrdup for NAME.
8197
a4063588
JK
81982015-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
8199
8200 * compile/compile-c-symbols.c (convert_symbol_sym, gcc_convert_symbol)
8201 (gcc_symbol_address): Change gdb_stdout to gdb_stdlog.
8202 * compile/compile-object-load.c (setup_sections, compile_object_load):
8203 Likewise.
8204 * compile/compile.c (compile_to_object): Likewise.
8205
37442ce1
DE
82062015-05-16 Doug Evans <xdje42@gmail.com>
8207
8208 * NEWS: Mention support for unbuffered Guile memory ports.
8209 * scm-ports.c (ioscm_memory_port): Update comments on end, size.
8210 (ioscm_lseek_address): Improve overflow calculation.
8211 (gdbscm_memory_port_fill_input): Add assert.
8212 (gdbscm_memory_port_write): Handle unbuffered ports.
8213 Handle large writes identical to Guile's fport_write.
8214 (gdbscm_memory_port_seek): Fix seeking past end check.
8215 (gdbscm_memory_port_close): Handle closing unbuffered port.
8216 (ioscm_parse_mode_bits): Recognize "0" for unbuffered ports.
8217 (ioscm_init_memory_port): Handle unbuffered ports.
8218 (ioscm_reinit_memory_port): Ditto.
8219 (ioscm_init_memory_port): Update size calculation.
8220 (gdbscm_open_memory): Support zero sized ports.
8221
d976bace
JK
82222015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
8223
8224 * compile/compile-object-load.c (get_out_value_type): Fix uninitialized
8225 variable compiler warnings.
8226
4d18dfad
JK
82272015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
8228
8229 * compile/compile-object-load.c (get_out_value_type): Fix returned type.
8230
36de76f9
JK
82312015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
8232 Phil Muldoon <pmuldoon@redhat.com>
8233
8234 * NEWS (Changes since GDB 7.9): Add compile print.
8235 * compile/compile-c-support.c (add_code_header, add_code_footer)
8236 (c_compute_program): Add COMPILE_I_PRINT_ADDRESS_SCOPE and
8237 COMPILE_I_PRINT_VALUE_SCOPE.
8238 * compile/compile-internal.h (COMPILE_I_PRINT_OUT_ARG_TYPE)
8239 (COMPILE_I_PRINT_OUT_ARG, COMPILE_I_EXPR_VAL, COMPILE_I_EXPR_PTR_TYPE):
8240 New.
8241 * compile/compile-object-load.c: Include block.h.
8242 (get_out_value_type): New function.
8243 (compile_object_load): Handle COMPILE_I_PRINT_ADDRESS_SCOPE and
8244 COMPILE_I_PRINT_VALUE_SCOPE. Set compile_module's OUT_VALUE_ADDR and
8245 OUT_VALUE_TYPE.
8246 * compile/compile-object-load.h (struct compile_module): Add fields
8247 out_value_addr and out_value_type.
8248 * compile/compile-object-run.c: Include valprint.h and compile.h.
8249 (struct do_module_cleanup): Add fields out_value_addr and
8250 out_value_type.
8251 (do_module_cleanup): Handle COMPILE_I_PRINT_ADDRESS_SCOPE and
8252 COMPILE_I_PRINT_VALUE_SCOPE.
8253 (compile_object_run): Propagate out_value_addr and out_value_type.
8254 Pass OUT_VALUE_ADDR.
8255 * compile/compile.c: Include valprint.h.
8256 (compile_print_value, compile_print_command): New functions.
8257 (eval_compile_command): Handle failed COMPILE_I_PRINT_ADDRESS_SCOPE.
8258 (_initialize_compile): Update compile code help text. Install
8259 compile_print_command.
8260 * compile/compile.h (compile_print_value): New prototype.
8261 * defs.h (enum compile_i_scope_types): Add
8262 COMPILE_I_PRINT_ADDRESS_SCOPE and COMPILE_I_PRINT_VALUE_SCOPE.
8263
83d3415e
JK
82642015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
8265
8266 * compile/compile-object-load.c (get_regs_type): Add parameter func_sym.
8267 Rely on its parameter count.
8268 (compile_object_load): Replace lookup_minimal_symbol_text by
8269 lookup_global_symbol_from_objfile. Verify FUNC_SYM. Set it in the
8270 return value.
8271 * compile/compile-object-load.h (struct compile_module): Replace
8272 func_addr by func_sym.
8273 * compile/compile-object-run.c: Include block.h.
8274 (compile_object_run): Reset module variable after it is freed. Use
8275 FUNC_SYM instead of FUNC_ADDR. Rely on it.
8276
3a9558c4
JK
82772015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
8278
8279 * compile/compile-c-support.c (print_one_macro): Use #ifndef.
8280 (generate_register_struct): Use __gdb_uintptr for TYPE_CODE_PTR.
8281 (c_compute_program): Call generate_register_struct after typedefs.
8282 * compile/compile-loc2c.c (push, pushf_register_address)
8283 (pushf_register): Cast to GCC_UINTPTR.
8284 (do_compile_dwarf_expr_to_c): Use unused attribute. Add space after
8285 type. Use GCC_UINTPTR instead of void *. Remove excessive cast.
8286 (compile_dwarf_expr_to_c): Use GCC_UINTPTR instead of void *.
8287 * compile/compile.c (_initialize_compile): Enable warnings for
8288 COMPILE_ARGS.
8289
5c65b58a
JK
82902015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
8291
8292 * cli/cli-script.c (execute_control_command): Update
8293 eval_compile_command caller.
8294 * compile/compile-object-load.c (compile_object_load): Add parameters
8295 scope and scope_data. Set them.
8296 * compile/compile-object-load.h (struct compile_module): Add fields
8297 scope and scope_data.
8298 (compile_object_load): Add parameters scope and scope_data.
8299 * compile/compile-object-run.c (struct do_module_cleanup): Add fields
8300 scope and scope_data.
8301 (compile_object_run): Propagate the fields scope and scope_data.
8302 * compile/compile.c (compile_file_command, compile_code_command):
8303 Update eval_compile_command callers.
8304 (eval_compile_command): Add parameter scope_data. Pass it plus scope.
8305 * compile/compile.h (eval_compile_command): Add parameter scope_data.
8306 * defs.h (struct command_line): Add field scope_data.
8307
1c88ceb1
JK
83082015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
8309
8310 * printcmd.c (struct format_data): Move it to valprint.h.
8311 (print_command_parse_format, print_value): New functions from ...
8312 (print_command_1): ... here. Call them.
8313 * valprint.h (struct format_data): Move it here from printcmd.c.
8314 (print_command_parse_format, print_value): New declarations.
8315
0b738f27
JK
83162015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
8317
8318 * compile/compile-object-load.c (compile_object_load): Add
8319 COMPILE_DEBUG message.
8320
aa715135
JG
83212015-05-15 Jerome Guitton <guitton@adacore.com>
8322
8323 * ada-lang.c (ada_value_ptr_subscript): Use enum position of
8324 index to get element instead of enum value.
8325 (ada_value_slice_from_ptr, ada_value_slice): Use enum position
8326 of index to compute length, but enum values to compute bounds.
8327 (ada_array_length): Use enum position of index instead of enum value.
8328 (pos_atr): Move position computation to...
8329 (ada_evaluate_subexp): Use enum values to compute bounds.
8330 * gdbtypes.c (discrete_position): ...this new function.
8331 * gdbtypes.h (discrete_position): New function declaration.
8332 * valprint.c (val_print_array_elements): Call discrete_position
8333 to handle array indexed by non-contiguous enumeration types.
8334
931e5bc3
JG
83352015-05-15 Jerome Guitton <guitton@adacore.com>
8336
8337 * ada-lang.c (find_parallel_type_by_descriptive_type):
8338 Go through typedefs during lookup.
8339 (to_fixed_array_type): Add support for non-bit packed arrays
8340 as variable-length fields.
8341
4e63d0ac
PA
83422015-05-15 Pedro Alves <palves@redhat.com>
8343 Simon Marchi <simon.marchi@ericsson.com>
8344
8345 * event-loop.c (gdb_notifier) <next_file_handler,
8346 next_poll_fds_index>: New fields.
8347 (get_next_file_handler_to_handle_and_advance): New function.
8348 (delete_file_handler): If deleting the next file handler to
8349 handle, advance to the next file handler.
8350 (gdb_wait_for_event): Bail early if no event fired. Poll file
8351 handlers in round-robin fashion.
8352
52e48b36
PA
83532015-05-15 Pedro Alves <palves@redhat.com>
8354
8355 * linux-tdep.c (linux_find_memory_regions_full): Rename local
8356 'private' to 'priv'.
8357
2465e12e
PA
83582015-05-15 Pedro Alves <palves@redhat.com>
8359
8360 * nat/linux-nat.h: Include "target/waitstatus.h".
8361
13fa0398
YZ
83622015-05-15 Yuanhui Zhang <asmwarrior@gmail.com>
8363
8364 * python/py-unwind.c (struct reg_info): Move out of ...
8365 (struct cached_frame_info): ... this scope.
8366 (pending_frame_object_type, unwind_info_object_type): Make extern.
8367
9cd4d857
JB
83682015-05-15 Joel Brobecker <brobecker@adacore.com>
8369
8370 * ada-lang.c (ada_value_primitive_packed_val): Make sure
8371 accumSize is never negative.
8372
e3555239
PP
83732015-05-14 Patrick Palka <patrick@parcs.ath.cx>
8374
8375 * tui/tui-command.c: Remove include of <ctype.h>.
8376 (tui_dispatch_ctrl_char): Remove workaround for xterm terminals.
8377
08a76f8a
MG
83782015-05-13 Martin Galvan <martin.galvan@tallertechnologies.com>
8379
8380 * dwarf2read.c (die_needs_namespace): Return 1 for
8381 DW_TAG_inlined_subroutine.
8382
bd49952b
JK
83832015-05-13 Jan Kratochvil <jan.kratochvil@redhat.com>
8384
8385 * regcache.c (regcache_cpy_no_passthrough): New declaration.
8386 (regcache_cpy_no_passthrough): Make it static, add function comment.
8387 * regcache.h (regcache_dup, regcache_cpy): Reduce/update their comment.
8388 (regcache_cpy_no_passthrough): Remove declaration.
8389
46c03469
JK
83902015-05-13 Jan Kratochvil <jan.kratochvil@redhat.com>
8391
8392 * gdbthread.h (struct thread_control_state): Update comment for
8393 proceed_to_finish.
8394 * infcall.c (run_inferior_call): Update comment about
8395 proceed_to_finish.
8396 * infcmd.c (get_return_value): Update comment about stop_registers.
8397 (finish_forward): Update comment about proceed_to_finish.
8398 * infrun.c (stop_registers): Remove.
8399 (clear_proceed_status, normal_stop): Remove stop_registers handling.
8400 * infrun.h (stop_registers): Remove.
8401
8a6c4031
JK
84022015-05-13 Jan Kratochvil <jan.kratochvil@redhat.com>
8403
8404 * infcall.c (struct dummy_frame_context_saver)
8405 (dummy_frame_context_saver_data_free, dummy_frame_context_saver_dtor)
8406 (dummy_frame_context_saver_drop, dummy_frame_context_saver_cleanup)
8407 (dummy_frame_context_saver_get_regs, dummy_frame_context_saver_setup):
8408 New.
8409 (call_function_by_hand_dummy): Move discard_cleanups of
8410 inf_status_cleanup before dummy_frame_push. Call
8411 dummy_frame_context_saver_setup and prepare context_saver_cleanup.
8412 Use dummy_frame_context_saver_get_regs instead of stop_registers.
8413 * infcall.h (struct dummy_frame_context_saver)
8414 (dummy_frame_context_saver_drop, dummy_frame_context_saver_cleanup)
8415 (dummy_frame_context_saver_get_regs, dummy_frame_context_saver_setup):
8416 New declarations.
8417 * infcmd.c: Include infcall.h.
8418 (get_return_value): Add parameter ctx_saver, use it instead of
8419 stop_registers.
8420 (print_return_value): Add parameter ctx_saver, pass it.
8421 (struct finish_command_continuation_args): Add field ctx_saver.
8422 (finish_command_continuation): Update print_return_value caller.
8423 (finish_command_continuation_free_arg): Free also ctx_saver.
8424 (finish_forward): Call dummy_frame_context_saver_setup.
8425 * inferior.h (struct dummy_frame_context_saver): New declaration.
8426 (get_return_value): Add parameter ctx_saver.
8427 * python/py-finishbreakpoint.c (bpfinishpy_pre_stop_hook): Update
8428 get_return_value caller.
8429
10989690
JK
84302015-05-13 Jan Kratochvil <jan.kratochvil@redhat.com>
8431
8432 * dummy-frame.c (struct dummy_frame_dtor_list): New.
8433 (struct dummy_frame): Replace dtor and dtor_data by dtor_list.
8434 (remove_dummy_frame): Process dtor_list.
8435 (pop_dummy_frame): Process dtor_list.
8436 (register_dummy_frame_dtor): Maintain dtor_list.
8437 (find_dummy_frame_dtor): Handle dtor_list.
8438 * dummy-frame.h (register_dummy_frame_dtor, find_dummy_frame_dtor):
8439 Update comments.
8440
5e970501
JK
84412015-05-13 Jan Kratochvil <jan.kratochvil@redhat.com>
8442
8443 * compile/compile-object-run.c (do_module_cleanup): Add parameter
8444 registers_valid.
8445 (compile_object_run): Update do_module_cleanup caller.
8446 * dummy-frame.c: Include infcall.h.
8447 (struct dummy_frame): Update dtor comment.
8448 (remove_dummy_frame): Call dtor.
8449 (pop_dummy_frame): Update dtor caller.
8450 * dummy-frame.h (dummy_frame_dtor_ftype): Add parameter
8451 registers_valid.
8452
1c4eb778
JB
84532015-05-13 Joel Brobecker <brobecker@adacore.com>
8454
8455 GDB 7.9.1 released.
8456
f5f85ab9
JB
84572015-05-13 Joel Brobecker <brobecker@adacore.com>
8458
8459 * NEWS: Create "Changes in GDB 7.9.1" section. Move news about
8460 Xmethods now being able to specify a result type to that new
8461 sectioin.
8462
242cd84c
PP
84632015-05-13 Patrick Palka <patrick@parcs.ath.cx>
8464
8465 * tui/tui-win.c (tui_async_resize_screen): Clear win_resized
8466 first before resizing the window.
e3555239 8467 * tui/tui.c (tui_enable): Likewise.
242cd84c
PP
8468
84692015-05-13 Jan Kratochvil <jan.kratochvil@redhat.com>
558e5469
JK
8470
8471 * dummy-frame.c (struct dummy_frame): Use proper typedef for dtor.
8472 * dummy-frame.h (dummy_frame_dtor_ftype): Add its comment.
8473 * infcall.c (call_function_by_hand_dummy): Use proper typedef for
8474 dummy_dtor parameter.
8475 * infcall.h: Include dummy-frame.h.
8476 (call_function_by_hand_dummy_dtor_ftype): Remove.
8477 (call_function_by_hand_dummy): Use proper typedef for dummy_dtor
8478 parameter.
8479
ebfd00d2
PP
84802015-05-13 Patrick Palka <patrick@parcs.ath.cx>
8481
8482 PR gdb/17820
8483 * top.c (history_size_setshow_var): Change type to signed.
8484 Initialize to -2. Update documentation.
8485 (set_readline_history_size): Define.
8486 (set_history_size_command): Use it. Remove logic for handling
8487 out-of-range sizes.
8488 (init_history): Use set_readline_history_size(). Test for a
8489 value of -2 instead of 0 when determining whether to set a
8490 default history size.
8491 (init_main): Decode the argument of the "size" command as a
8492 zuinteger_unlimited.
8493
83769d0b
DE
84942015-05-12 Doug Evans <dje@google.com>
8495
8496 * dwarf2read.c (struct file_entry): Tweak comments.
8497 (get_debug_line_section): Tweak comments.
8498
0d71eef5
DB
84992015-05-12 Don Breazeal <donb@codesourcery.com>
8500
8501 * NEWS: Announce fork support in the RSP and support
8502 for fork debugging in extended mode.
8503
cbb8991c
DB
85042015-05-12 Don Breazeal <donb@codesourcery.com>
8505
8506 * remote.c (remote_insert_fork_catchpoint): New function.
8507 (remote_remove_fork_catchpoint): New function.
8508 (remote_insert_vfork_catchpoint): New function.
8509 (remote_remove_vfork_catchpoint): New function.
8510 (pending_fork_parent_callback): New function.
8511 (remove_new_fork_child): New function.
8512 (remote_update_thread_list): Call remote_notif_get_pending_events
8513 and remove_new_fork_child.
8514 (extended_remote_kill): Kill fork child when killing the
8515 parent before follow_fork completes.
8516 (init_extended_remote_ops): Initialize target vector with
8517 new fork catchpoint functions.
8518
c269dbdb
DB
85192015-05-12 Don Breazeal <donb@codesourcery.com>
8520
8521 * remote.c (remove_vfork_event_p): New function.
8522 (remote_follow_fork): Add vfork event type to event checking.
8523 (remote_parse_stop_reply): New stop reasons "vfork" and
8524 "vforkdone" for RSP 'T' Stop Reply Packet.
8525
de0d863e
DB
85262015-05-12 Don Breazeal <donb@codesourcery.com>
8527
8528 * linux-nat.c (linux_nat_ptrace_options): New function.
8529 (linux_init_ptrace, wait_lwp, linux_nat_filter_event):
8530 Call linux_nat_ptrace_options and use different argument to
8531 linux_enable_event_reporting.
8532 (_initialize_linux_nat): Delete call to
8533 linux_ptrace_set_additional_flags.
c8f6c93c 8534 * nat/linux-ptrace.c (current_ptrace_options): Rename to
de0d863e
DB
8535 supported_ptrace_options.
8536 (additional_flags): Delete variable.
8537 (linux_check_ptrace_features): Use supported_ptrace_options.
8538 (linux_test_for_tracesysgood, linux_test_for_tracefork):
8539 Likewise, and remove additional_flags check.
8540 (linux_enable_event_reporting): Change 'attached' argument to
8541 'options'. Use supported_ptrace_options.
c8f6c93c 8542 (ptrace_supports_feature): Change comment. Use
de0d863e
DB
8543 supported_ptrace_options.
8544 (linux_ptrace_set_additional_flags): Delete function.
8545 * nat/linux-ptrace.h (linux_ptrace_set_additional_flags):
8546 Delete function prototype.
8547 * remote.c (remote_fork_event_p): New function.
8548 (remote_detach_pid): New function.
8549 (remote_detach_1): Call remote_detach_pid, don't mourn inferior
8550 if doing detach-on-fork.
8551 (remote_follow_fork): New function.
8552 (remote_parse_stop_reply): Handle new "T" stop reason "fork".
8553 (remote_pid_to_str): Print "process" strings for pid/0/0 ptids.
8554 (init_extended_remote_ops): Initialize to_follow_fork.
8555
89245bc0
DB
85562015-05-12 Don Breazeal <donb@codesourcery.com>
8557
8558 * nat/linux-ptrace.c (linux_check_ptrace_features): Change
8559 from static to extern.
8560 * nat/linux-ptrace.h (linux_check_ptrace_features): Declare.
8561 * remote.c (anonymous enum): <PACKET_fork_event_feature,
8562 * PACKET_vfork_event_feature>: New enumeration constants.
8563 (remote_protocol_features): Add table entries for new packets.
8564 (remote_query_supported): Add new feature queries to qSupported
8565 packet.
8566
835205d0
GB
85672015-05-12 Gary Benson <gbenson@redhat.com>
8568
8569 * remote.c (remote_add_inferior): Call exec_file_locate_attach
8570 for fake PIDs as well as real ones.
8571 (remote_pid_to_exec_file): Send empty annex if PID is fake.
8572
4c082a81
SC
85732015-05-09 Siva Chandra Reddy <sivachandra@google.com>
8574
8575 * NEWS (Python Scripting): Mention the new gdb.Value methods.
8576 * python/py-value.c (valpy_reference_value): New function.
8577 (valpy_const_value): Likewise.
8578 (value_object_methods): Add new methods.
8579 * value.c (make_cv_value): New function.
8580 * value.h (make_cv_value): Declare.
8581
afa6c9ab
SL
85822015-05-08 Yao Qi <yao@codesourcery.com>
8583 Sandra Loosemore <sandra@codesourcery.com>
8584
8585 * dwarf2read.c (setup_type_unit_groups): Do NULL pointer check
8586 to 'lh->include_dirs' before accessing to it.
8587 (psymtab_include_file_name): Likewise.
8588 (dwarf_decode_lines_1): Likewise.
8589 (dwarf_decode_lines): Likewise.
8590 (file_file_name): Likewise.
8591
35d54293
SL
85922015-05-08 Sandra Loosemore <sandra@codesourcery.com>
8593
8594 * nios2-linux-tdep.c (NIOS2_SIGRETURN_TRAMP_ADDR): Define.
8595 (NIOS2_SIGRETURN_REGSAVE_OFFSET): Define.
8596 (nios2_linux_rt_sigreturn_init): Adjust base address of
8597 register save area.
8598
b73c49b7
SL
85992015-05-08 Sandra Loosemore <sandra@codesourcery.com>
8600
8601 * nios2-tdep.c (nios2_breakpoint_from_pc): Revert to using
8602 "trap 31" as the breakpoint instruction on all targets.
8603
dd9f02a0
JK
86042015-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
8605
8606 * infcmd.c (print_return_value): Remove unused declaration.
8607
6ad395a7
JB
86082015-05-08 Joel Brobecker <brobecker@adacore.com>
8609
8610 * dwarf2read.c (attr_to_dynamic_prop)
8611 <DW_AT_data_member_location>: Use read_type_die isntead of
8612 get_die_type.
8613
8344af1e
JB
86142015-05-08 Joel Brobecker <brobecker@adacore.com>
8615
8616 * ada-lang.c (ada_convert_actual): Add handling of formals
8617 passed inside an aligner type.
8618
80b0912b
JB
86192015-05-08 Joel Brobecker <brobecker@adacore.com>
8620
8621 * copyright.py (NOT_FSF_LIST): Remove sim/erc32 entries.
8622
df2eb078
SC
86232015-05-08 Siva Chandra Reddy <sivachandra@google.com>
8624
8625 PR python/18291
8626 * python/lib/gdb/command/xmethods.py (print_xm_info): Fix typo.
8627 Print xmethod matcher status.
8628
2492f0d0
AA
86292015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
8630
8631 * s390-linux-nat.c (fill_gregset): Avoid relying on the PSWA
8632 register in the regcache when treating the PSWM register, and vice
8633 versa.
8634
1c56a84d
GB
86352015-05-07 Gary Benson <gbenson@redhat.com>
8636
8637 * linux-thread-db.c (struct thread_db_info)
8638 <td_ta_map_id2thr_p>: Remove field.
8639 (try_thread_db_load_1): Remove initialization for the above.
8640
74850322
GB
86412015-05-07 Gary Benson <gbenson@redhat.com>
8642
8643 * linux-thread-db.c (struct thread_db_info)
8644 <td_thr_validate_p>: Remove field.
8645 (try_thread_db_load_1): Remove initialization for the above.
8646
e26efa40
JK
86472015-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
8648
8649 * compile/compile-object-load.c (compile_object_load): Support
8650 mst_text_gnu_ifunc.
8651
851c9091
JK
86522015-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
8653
8654 * compile/compile.c (compile_to_object): Make the cmd_string parameter
8655 const. Use new variables for the const compatibility.
8656 (eval_compile_command): Make the cmd_string parameter const.
8657 * compile/compile.h (eval_compile_command): Make the cmd_string
8658 parameter const.
8659
f218b647
JB
86602015-05-06 Joel Brobecker <brobecker@adacore.com>
8661
8662 * defs.h (deprecated_init_ui_hook): Delete. Remove associated
8663 comment.
8664 * top.c (deprecated_init_ui_hook): Delete.
8665 (gdb_init): Remove handling of deprecated_init_ui_hook.
8666 * interps.c (clear_interpreter_hooks): Remove handling of
8667 deprecated_init_ui_hook.
8668 * main.c (captured_main): Update comment.
8669
b30a0bc3
JB
86702015-05-06 Joel Brobecker <brobecker@adacore.com>
8671
8672 * solib.c (_initialize_solib): Add "info dll" alias creation.
8673 * windows-nat.c (set_windows_aliases): Delete.
8674 (_initialize_windows_nat): Remove deprecated_init_ui_hook
8675 assignment.
8676 * NEWS: Add news entry about "info dll" now being available
8677 on all platforms.
8678
7c512744
JB
86792015-05-05 Joel Brobecker <brobecker@adacore.com>
8680
8681 * ada-lang.c (value_assign_to_component): Reformat and improve
8682 documentation. Remove all trailing spaces.
8683
0fa7fe50
JB
86842015-05-05 Joel Brobecker <brobecker@adacore.com>
8685
8686 * inline-frame.c (inline_frame_sniffer, skip_inline_frames):
8687 Stop counting inlined frames as soon as an out-of-line function
8688 is found.
8689
3ea89b92
PMR
86902014-05-05 Pierre-Marie de Rodat <derodat@adacore.com>
8691
8692 * dwarf2read.c (inherit_abstract_dies): Skip
8693 DW_TAG_GNU_call_site dies while inheriting children of an
8694 abstract DIE into a scope.
8695 (read_lexical_block_scope): Inherit abstract DIE's for
8696 lexical scopes.
8697
2478d075
JB
86982015-05-05 Joel Brobecker <brobecker@adacore.com>
8699
8700 * ada-valprint.c (val_print_packed_array_elements): Delete
8701 variable "len". Add a type-length check when comparing two
8702 consecutive elements of the array. Use the element's actual
8703 length in call to value_contents_eq.
8704 * ada-lang.c (ada_value_primitive_packed_val): Always return
8705 a value whose type has been resolved.
8706
fc958966
JB
87072015-05-05 Joel Brobecker <brobecker@adacore.com>
8708
8709 * ada-lang.c (ada_value_primitive_packed_val): Recompute
8710 BIT_SIZE and LEN if the size of the resolved type is smaller
8711 than BIT_SIZE * HOST_CHAR_BIT.
8712
ca34b84f
JB
87132015-05-05 Joel Brobecker <brobecker@adacore.com>
8714
8715 * ada-lang.c (ada_value_primitive_packed_val): Use a more
8716 correct address in call to value_at. Adjust call to
8717 value_address accordingly.
8718
62c67f3c
JB
87192015-05-05 Joel Brobecker <brobecker@adacore.com>
8720
8721 * ada-valprint.c (ada_val_print_1): Resolve TYPE before trying
8722 to print it.
8723
c3345124
JB
87242015-05-05 Joel Brobecker <brobecker@adacore.com>
8725
8726 * dwarf2loc.h (struct property_addr_info): Add "valaddr" field.
8727 * dwarf2loc.c (dwarf2_evaluate_property): Add handling of
8728 pinfo->valaddr.
8729 * gdbtypes.h (resolve_dynamic_type): Add "valaddr" parameter.
8730 * gdbtypes.c (resolve_dynamic_struct): Set pinfo.valaddr.
8731 (resolve_dynamic_type_internal): Set pinfo.valaddr.
8732 Add handling of addr_stack->valaddr.
8733 (resolve_dynamic_type): Add "valaddr" parameter.
8734 Set pinfo.valaddr field.
8735 * ada-lang.c (ada_discrete_type_high_bound): Update call to
8736 resolve_dynamic_type.
8737 (ada_discrete_type_low_bound): Likewise.
8738 * findvar.c (default_read_var_value): Likewise.
8739 * value.c (value_from_contents_and_address): Likewise.
8740
75ea5859
JB
87412015-05-05 Joel Brobecker <brobecker@adacore.com>
8742
8743 * gdbtypes.c (resolve_dynamic_array): Use
8744 create_array_type_with_stride instead of create_array_type.
8745
0952813b
DD
87462015-04-30 DJ Delorie <dj@redhat.com>
8747
8748 * rl78-tdep.c (rl78_analyze_prologue): Pass RL78_ISA_DEFAULT to
8749 rl78_decode_opcode
8750
2ce1cdbf
DE
87512015-04-29 Doug Evans <dje@google.com>
8752
8753 PR python/18285
8754 * NEWS: Document new gdb.XMethodWorker.get_result_type method.
8755 * eval.c (evaluate_subexp_standard) <OP_FUNCALL>: Handle
8756 EVAL_AVOID_SIDE_EFFECTS for xmethods.
8757 * extension-priv.h (struct extension_language_ops)
8758 <get_xmethod_result_type>: New member.
8759 * extension.c (get_xmethod_result_type): New function.
8760 * extension.h (get_xmethod_result_type): Declare.
8761 * python/py-xmethods.c (get_result_type_method_name): New static
8762 global.
8763 (py_get_result_type_method_name): Ditto.
8764 (gdbpy_get_xmethod_result_type): New function.
8765 (gdbpy_initialize_xmethods): Initialize py_get_result_type_method_name.
8766 * python/python-internal.h (gdbpy_get_xmethod_result_type): Declare.
8767 * python/python.c (python_extension_ops): Add
8768 gdbpy_get_xmethod_result_type.
8769 * python/lib/gdb/xmethod.py (XMethodWorker): Add get_result_type.
8770 * valarith.c (value_x_binop): Handle EVAL_AVOID_SIDE_EFFECTS for
8771 xmethods.
8772 (value_x_unop): Ditto.
8773 * value.c (result_type_of_xmethod): New function.
8774 * value.h (result_type_of_xmethod): Declare.
8775
998d2a3e
GB
87762015-04-29 Gary Benson <gbenson@redhat.com>
8777
8778 * solib.c (solib_find_1): Allow fd argument to be NULL.
8779 (exec_file_find): Update comment.
8780 (solib_find): Likewise.
8781 * exec.c (exec_file_locate_attach): Use NULL as fd
8782 argument to exec_file_find to avoid having to close
8783 the opened file.
8784 * infrun.c (follow_exec): Likewise.
8785
34f5f757
DE
87862015-04-28 Doug Evans <dje@google.com>
8787
8788 PR python/18299
8789 * python/lib/gdb/printing.py (register_pretty_printer): Handle
8790 name or __name__ attributes. Handle gdb module as first argument.
8791
69b4374a
DE
87922015-04-28 Doug Evans <dje@google.com>
8793
8794 PR python/18089
8795 * python/py-prettyprint.c (print_children): Verify result of children
8796 iterator. Provide better error message.
8797 * python/python-internal..h (gdbpy_print_python_errors_p): Declare.
8798 * python/python.c (gdbpy_print_python_errors_p): New function.
8799
5e7cf078
DE
88002015-04-28 Doug Evans <dje@google.com>
8801
8802 * gdbtypes.h (struct cplus_struct_type) <n_baseclasses>: Fix comment.
8803
59fb7612
SS
88042015-04-28 Sasha Smundak <asmundak@google.com>
8805
8806 * NEWS: Mention gdb.Type.optimized_out method.
8807 * python/py-type.c (typy_optimized_out): New function.
8808
cea6e4f1
JB
88092015-04-28 John Baldwin <jhb@FreeBSD.org>
8810
8811 * fbsd-nat.c: Include "gdb_wait.h" instead of <sys/wait.h>.
8812
24b73f8e
PP
88132015-04-28 Patrick Palka <patrick@parcs.ath.cx>
8814
8815 * utils.c (init_page_info): Set rl_catch_sigwinch to zero.
8816 (initialize_utils): Move call of init_page_info() to ...
8817 * top.c (gdb_init): ... here.
8818
a88d0bb3
PP
88192015-04-28 Patrick Palka <patrick@parcs.ath.cx>
8820
8821 * tui/tui-win.c (tui_sigwinch_handler): Remove now-stale comment.
8822 (tui_sigwinch_handler): Still update our idea of
8823 the terminal's width and height even when TUI is not active.
8824
d6e5e7f7
PP
88252015-04-28 Patrick Palka <patrick@parcs.ath.cx>
8826
8827 * utils.h (set_screen_width_and_height): Declare.
8828 * utils.c (set_screen_width_and_height): Define.
8829 * tui/tui-win.c (tui_update_gdb_sizes): Use it.
8830
ff862be4
GB
88312015-04-28 Gary Benson <gbenson@redhat.com>
8832
8833 * infrun.c (solist.h): New include.
8834 (follow_exec): Use exec_file_find to prefix execd_pathname
8835 with gdb_sysroot.
8836
2eb639cb
PP
88372015-04-28 Patrick Palka <patrick@parcs.ath.cx>
8838
8839 * tui/tui-source.c (tui_set_source_content): Avoid calling
8840 strcpy() when offset is 0.
8841
97206799
PP
88422015-04-28 Patrick Palka <patrick@parcs.ath.cx>
8843
8844 PR gdb/18155
8845 * tui/tui-data.c (tui_free_window): Don't free the locator
8846 window when passed an SRC_WIN or a DISASSEM_WIN.
8847
63ed8182
PP
88482015-04-28 Patrick Palka <patrick@parcs.ath.cx>
8849
8850 * tui/tui-data.h (struct tui_win_element): Forward-declare.
8851 (tui_win_content): Move declaration.
8852 (struct tui_gen_win_info): Give 'content' field the
8853 type tui_win_content.
8854 * tui/tui-data.c (init_content_element): Remove redundant and
8855 erroneous casts.
8856 (tui_add_content_elements): Remove erroneous cast.
8857 * tui/tui-disasm.c (tui_set_disassem_content): Remove redundant
8858 casts.
8859 (tui_get_begin_asm_address): Likewise.
8860 * tui/tui-regs.c (tui_show_registers): Likewise.
8861 (tui_show_register_group): Likewise.
8862 (tui_display_registers_from): Likewise.
8863 (tui_check_register_values): Likewise.
8864 * tui/tui-source.c (tui_set_source_content): Likewise.
8865 (tui_set_source_content_nil): Likewise.
8866 (tui_source_is_displayed): Likewise.
8867 * tui/tui-stack.c (tui_show_locator_content): Likewise.
8868 (tui_set_locator_fullname): Likewise.
8869 (tui_set_locator_info): Likewise.
8870 (tui_show_frame_info): Likewise.
8871 * tui/tui-winsource.c (tui_clear_source_content): Likewise.
8872 (tui_show_source_line): Likewise.
8873 (tui_horizontal_source_scroll): Likewise.
8874 (tui_update_breakpoint_info): Likewise.
8875 (tui_set_exec_info_content): Likewise.
8876 (tui_show_exec_info_content): Likewise.
8877 (tui_alloc_source_buffer): Likewise.
8878 (tui_line_is_displayed): Likewise.
8879 (tui_addr_is_displayed): Likewise.
8880
d2b41ca0
JB
88812015-04-27 John Baldwin <jhb@FreeBSD.org>
8882
8883 * fbsd-nat.c: (fbsd_wait) [PL_FLAG_EXEC]: Report TARGET_WAITKIND_EXECD
8884 event if PL_FLAG_EXEC is set.
8885 [PL_FLAG_EXEC] (fbsd_insert_exec_catchpoint): New function.
8886 [PL_FLAG_EXEC] (fbsd_remove_exec_catchpoint): New function.
8887 (fbsd_nat_add_target) [PL_FLAG_EXEC]: Set
8888 "to_insert_exec_catchpoint" to "fbsd_insert_exec_catchpoint".
8889 Set "to_remove_exec_catchpoint" to "fbsd_remove_exec_catchpoint".
8890
e58e05d6
JB
88912015-04-27 John Baldwin <jhb@FreeBSD.org>
8892
8893 * fbsd-nat.c: [PT_LWPINFO] New variable super_wait.
8894 [TDP_RFPPWAIT] New variable fbsd_pending_children.
8895 [TDP_RFPPWAIT] (fbsd_remember_child): New function.
8896 [TDP_RFPPWAIT] (fbsd_is_child_pending): New function.
8897 [TDP_RFPPWAIT] (fbsd_fetch_kinfo_proc): New function.
8898 [PT_LWPINFO] (fbsd_wait): New function.
8899 [TDP_RFPPWAIT] (fbsd_follow_fork): New function.
8900 [TDP_RFPPWAIT] (fbsd_insert_fork_catchpoint): New function.
8901 [TDP_RFPPWAIT] (fbsd_remove_fork_catchpoint): New function.
8902 [TDP_RFPPWAIT] (fbsd_insert_vfork_catchpoint): New function.
8903 [TDP_RFPPWAIT] (fbsd_remove_vfork_catchpoint): New function.
8904 [TDP_RFPPWAIT] (fbsd_enable_follow_fork): New function.
8905 [TDP_RFPPWAIT] (fbsd_post_startup_inferior): New function.
8906 [TDP_RFPPWAIT] (fbsd_post_attach): New function.
8907 (fbsd_nat_add_target) [PT_LWPINFO] Set "to_wait" to
8908 "fbsd_wait".
8909 [TDP_RFPPWAIT] Set "to_follow_fork" to "fbsd_follow_fork".
8910 Set "to_insert_fork_catchpoint" to "fbsd_insert_fork_catchpoint".
8911 Set "to_remove_fork_catchpoint" to "fbsd_remove_fork_catchpoint".
8912 Set "to_insert_vfork_catchpoint" to "fbsd_insert_vfork_catchpoint".
8913 Set "to_remove_vfork_catchpoint" to "fbsd_remove_vfork_catchpoint".
8914 Set "to_post_startup_inferior" to "fbsd_post_startup_inferior".
8915 Set "to_post_attach" to "fbsd_post_attach".
8916
8f60fe01
JB
89172015-04-27 John Baldwin <jhb@FreeBSD.org>
8918
8919 * fbsd-nat.c (fbsd_pid_to_exec_file): Mark static.
8920 (fbsd_find_memory_regions): Mark static.
8921 (fbsd_nat_add_target): New function.
8922 * fbsd-nat.h: Export fbsd_nat_add_target and remove prototypes for
8923 fbsd_pid_to_exec_file and fbsd_find_memory_regions.
8924 * amd64fbsd-nat.c (_initialize_amd64fbsd_nat): Use fbsd_nat_add_target.
8925 * i386fbsd-nat.c (_initialize_i386fbsd_nat): Likewise.
8926 * ppcfbsd-nat.c (_initialize_ppcfbsd_nat): Likewise.
8927 * sparc64fbsd-nat.c (_initialize_sparc64fbsd_nat): Likewise.
8928
5fbae7d1
GB
89292015-04-27 Gary Benson <gbenson@redhat.com>
8930
8931 * objfiles.c (allocate_objfile): Do not attempt to expand name
8932 if name is a "target:" filename.
8933 * auto-load.c (load_auto_scripts_for_objfile): Do not attempt
8934 to load auto-load scripts for objfiles with "target:" filenames.
8935
417c80f9
AA
89362015-04-27 Andreas Arnez <arnez@linux.vnet.ibm.com>
8937
8938 * s390-linux-tdep.c: Include "elf/s390.h" and "elf-bfd.h".
8939 (enum s390_vector_abi_kind): New enum.
8940 (struct gdbarch_tdep)<vector_abi>: New field.
8941 (s390_effective_inner_type): Add parameter min_size. Stop
8942 unwrapping if the inner type is smaller than min_size.
8943 (s390_function_arg_float): Adjust call to
8944 s390_effective_inner_type.
8945 (s390_function_arg_vector): New function.
8946 (s390_function_arg_integer): Adjust comment.
8947 (struct s390_arg_state)<vr>: New field.
8948 (s390_handle_arg): Add parameter 'is_unnamed'. Pass vector
8949 arguments according to vector ABI when appropriate.
8950 (s390_push_dummy_call): Initialize the argument state's field
8951 'vr'. Adjust calls to s390_handle_arg.
8952 (s390_register_return_value): Handle vector return values.
8953 (s390_return_value): Apply the "register" return value convention
8954 to a vector when appropriate.
8955 (s390_gdbarch_init): Initialize tdep->vector_abi.
8956 * NEWS: Announce S390 vector ABI support.
8957
4e65a17e
AA
89582015-04-27 Andreas Arnez <arnez@linux.vnet.ibm.com>
8959
8960 * s390-linux-tdep.c (s390_return_value_convention): Remove
8961 function. Inline its logic...
8962 (s390_return_value): ...here. Instead, move the handling of the
8963 "register" return value convention...
8964 (s390_register_return_value): ...here. New function.
8965
80f75320
AA
89662015-04-27 Andreas Arnez <arnez@linux.vnet.ibm.com>
8967
8968 * s390-linux-tdep.c
8969 (is_float_singleton): Remove function. Move the "singleton" part
8970 of the logic...
8971 (s390_effective_inner_type): ...here. New function.
8972 (is_float_like): Remove function. Inline its logic...
8973 (s390_function_arg_float): ...here.
8974 (is_pointer_like, is_integer_like, is_struct_like): Remove
8975 functions. Inline their logic...
8976 (s390_function_arg_integer): ...here.
8977 (s390_function_arg_pass_by_reference): Remove function.
8978 (extend_simple_arg): Remove function.
8979 (alignment_of): Remove function.
8980 (struct s390_arg_state): New structure.
8981 (s390_handle_arg): New function.
8982 (s390_push_dummy_call): Move parameter placement logic to the new
8983 function s390_handle_arg. Call it for calculating the stack area
8984 sizes first, and again for actually writing the parameters.
8985
6dbc9c04
AA
89862015-04-27 Andreas Arnez <arnez@linux.vnet.ibm.com>
8987
8988 * s390-linux-tdep.c (is_power_of_two): Add comment. Return
8989 false if the argument is zero.
8990
9e195661
PMR
89912015-04-27 Pierre-Marie de Rodat <derodat@adacore.com>
8992
8993 * ada-lang.c (template_to_static_fixed_type): Return input type
8994 when it is already fixed. Cache the input type itself when not
8995 creating a static fixed copy. Make it explicit that we never
8996 molestate the input type.
8997 * gdbtypes.c (resolve_dynamic_struct): Reset the
8998 TYPE_TARGET_TYPE field for resolved copies.
8999
460efde1
JB
90002015-04-27 Joel Brobecker <brobecker@adacore.com>
9001
9002 * ada-lang.c (ada_is_tagged_type): Add call to ada_check_typedef.
9003 (ada_lookup_struct_elt_type): Remove calls to ada_check_typedef.
9004 (template_to_static_fixed_type): Call ada_check_typedef only
9005 when necessary.
9006
6faec16b
AB
90072015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
9008
9009 * cli/cli-dump.c (srec_dump_command): Add internationalization
9010 mark ups.
9011 (ihex_dump_command): Likewise.
9012 (tekhex_dump_command): Likewise.
9013 (binary_dump_command): Likewise.
9014 (binary_append_command): Likewise.
9015
cf75d6c3
AB
90162015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
9017
9018 * cli/cli-dump.c (verilog_cmdlist): New variable.
9019 (dump_verilog_memory): New function.
9020 (dump_verilog_value): New function.
9021 (verilog_dump_command): New function.
9022 (_initialize_cli_dump): Add new commands to support verilog dump
9023 format.
9024 * NEWS: Add entry for "dump verilog".
9025
8cd00c59
PMR
90262015-04-24 Pierre-Marie de Rodat <derodat@adacore.com>
9027
9028 * gdbtypes.c (print_gnat_stuff): Do not recurse on the
9029 descriptive type when there is none.
9030
8900d71e
PP
90312015-04-23 Patrick Palka <patrick@parcs.ath.cx>
9032
9033 * tui/tui-win.c (tui_async_resize_screen): Call
9034 rl_resize_terminal().
9035
f16eab5f
JT
90362015-04-22 Jon Turney <jon.turney@dronecode.org.uk>
9037
9038 * windows-nat.c (handle_output_debug_string): Don't change
9039 current_event.dwThreadId.
9040 (get_windows_debug_event): Use thread_id, rather than relying on
9041 current_event.dwThreadId being changed.
9042
68ffc902
JT
90432015-04-22 Jon Turney <jon.turney@dronecode.org.uk>
9044
9045 * windows-nat.c (windows_continue): Report an error if
9046 ContinueDebugEvent() fails.
9047
23942819
JT
90482015-04-16 Jon Turney <jon.turney@dronecode.org.uk>
9049
9050 * windows-nat.c (windows_resume): Fix misspelling in debug output.
9051
e6ad66bd
JT
90522015-04-16 Jon Turney <jon.turney@dronecode.org.uk>
9053
9054 * windows-nat.c (get_windows_debug_event): Replace retval with
9055 thread_id throughout. Update stale comment.
9056
776704b9
JT
90572015-04-16 Jon Turney <jon.turney@dronecode.org.uk>
9058
9059 * windows-nat.c (get_windows_debug_event): Don't use ternary
9060 conditional operator.
9061
8aae4344
PM
90622015-04-21 Pierre Muller <muller@sourceware.org>
9063
9064 PR pascal/17815
9065 p-exp.y (yylex): Reorganize code to return the matched pattern
9066 for a field of this.
9067
819843c7
GB
90682015-04-21 Gary Benson <gbenson@redhat.com>
9069
9070 * common/fileio.h (fileio_to_host_openflags): New declaration.
9071 * common/fileio.c (fcntl.h): New include.
9072 (fileio_to_host_openflags): New function, factored out from...
9073 * inf-child.c (inf_child_fileio_open_flags_to_host): ...here.
9074 Single use updated.
9075
0bca7f99
KB
90762015-04-21 Kevin Buettner <kevinb@redhat.com>
9077
9078 * rl78-tdep.c (RL78_SP_ADDR): Define.
9079 (opc_reg_to_gdb_regnum): New static function.
9080 (rl78_analyze_prologue): Recognize instructions forming slightly
9081 more interesting prologues.
9082
e771e4be
PMR
90832015-04-20 Pierre-Marie de Rodat <derodat@adacore.com>
9084
9085 Revert:
9086 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
9087 * gdbtypes.c (is_dynamic_type_internal): Remove special handling of
9088 TYPE_CODE_REF types so that they are not considered as dynamic
9089 depending on the referenced type.
9090 (resolve_dynamic_type_internal): Likewise.
9091
ee715b5a
PMR
90922015-04-20 Pierre-Marie de Rodat <derodat@adacore.com>
9093
9094 Revert:
9095 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
9096 * gdbtypes.c (is_dynamic_type_internal): Remove the unused
9097 "top_level" parameter.
9098 (resolve_dynamic_type_internal): Remove the unused "top_level"
9099 parameter. Update call to is_dynamic_type_internal.
9100 (is_dynamic_type): Update call to is_dynamic_type_internal.
9101 (resolve_dynamic_range): Update call to
9102 resolve_dynamic_type_internal.
9103 (resolve_dynamic_union): Likewise.
9104 (resolve_dynamic_struct): Likewise.
9105 (resolve_dynamic_type): Likewise.
9106
e31d7699
GKB
91072015-04-19 Gabriel Krisman Bertazi <gabriel@krisman.be>
9108
9109 * breakpoint.c (update_dprintf_command_list): Remove duplicated
9110 xmalloc.
9111
d214e5e7
TS
91122015-04-20 Thomas Schwinge <thomas@codesourcery.com>
9113
110f9112
TS
9114 * reply_mig_hack.awk: Robustify parsing.
9115
d214e5e7
TS
9116 * reply_mig_hack.awk: Don't bother to declare an intermediate
9117 function pointer variable.
9118
8f61baf8
DE
91192015-04-17 Doug Evans <dje@google.com>
9120
9121 * solib-svr4.c (svr4_exec_displacement): Rename outer "displacement"
9122 to "exec_displacement" to avoid confusion with inner use of the name.
9123
dbbf180a
YQ
91242015-04-17 Pedro Alves <palves@redhat.com>
9125
9126 * arm-linux-nat.c (arm_linux_can_use_hw_breakpoint): Return zero
9127 if HW point of TYPE isn't supported.
9128
059790a0
YQ
91292015-04-17 Yao Qi <yao.qi@linaro.org>
9130 Pedro Alves <palves@redhat.com>
9131
9132 * target.h (target_can_use_hardware_watchpoint): Update comments.
9133 Remove trailing ";".
9134
1b6e6f5c
GB
91352015-04-17 Gary Benson <gbenson@redhat.com>
9136
9137 * remote.c (remote_add_inferior): New argument try_open_exec.
9138 If nonzero, attempt to open the inferior's executable file as
9139 the main executable if no main executable is open already.
9140 All callers updated.
9141 * NEWS: Mention that GDB now supports automatic location and
9142 retrieval of executable + files from remote targets.
9143
c78fa86a
GB
91442015-04-17 Gary Benson <gbenson@redhat.com>
9145
9146 * target.h (TARGET_OBJECT_EXEC_FILE): New enum value.
9147 * remote.c (PACKET_qXfer_exec_file): Likewise.
9148 (remote_protocol_features): Register the
9149 "qXfer:exec-file:read" feature.
9150 (remote_xfer_partial): Handle TARGET_OBJECT_EXEC_FILE.
9151 (remote_pid_to_exec_file): New function.
9152 (init_remote_ops): Initialize to_pid_to_exec_file.
9153 (_initialize_remote): Register new "set/show remote
9154 pid-to-exec-file-packet" command.
9155 * NEWS: Announce new qXfer:exec-file:read packet.
9156
e0d86d2c
GB
91572015-04-17 Gary Benson <gbenson@redhat.com>
9158
9159 * nat/linux-procfs.h (linux_proc_pid_to_exec_file):
9160 New declaration.
9161 * nat/linux-procfs.c (linux_proc_pid_to_exec_file):
9162 New function, factored out from...
9163 * linux-nat.c (linux_child_pid_to_exec_file): ...here.
9164
a9a5a3d1
GB
91652015-04-17 Gary Benson <gbenson@redhat.com>
9166
9167 * exec.c (solist.h): New include.
9168 (exec_file_locate_attach): Prefix absolute executable
9169 paths with gdb_sysroot if set.
9170 * NEWS: Mention that executable paths may be prepended
9171 with sysroot.
9172
af1900b0
GB
91732015-04-17 Gary Benson <gbenson@redhat.com>
9174
9175 * solist.h (exec_file_find): New declaration.
9176 * solib.c (solib_find_1): New function, factored out from...
9177 (solib_find): ...here.
9178 (exec_file_find): New function.
9179
a10de604
GB
91802015-04-17 Gary Benson <gbenson@redhat.com>
9181
9182 * gdbcore.h (exec_file_locate_attach): New declaration.
9183 * exec.c (exec_file_locate_attach): New function, factored
9184 out from...
9185 * infcmd.c (attach_command_post_wait): ...here.
9186
92209ddf
MF
91872015-04-17 Mike Frysinger <vapier@gentoo.org>
9188
9189 * MAINTAINERS: Add myself for Blackfin/write-after-approval.
9190
8550d3b3
YQ
91912015-04-16 Yao Qi <yao.qi@linaro.org>
9192
9193 * infrun.c (maybe_software_singlestep): Declare.
9194 (displaced_step_fixup): Call maybe_software_singlestep.
9195
30b3dd9d
DE
91962015-04-15 Doug Evans <dje@google.com>
9197
9198 * psymtab.c (psym_expand_symtabs_matching): Add QUIT call.
9199
61d96d7e
DE
92002015-04-15 Doug Evans <dje@google.com>
9201
9202 * dwarf2read.c (dw2_expand_symtabs_matching): Add some QUIT calls.
9203
40d2f8d6
SM
92042015-04-15 Simon Marchi <simon.marchi@ericsson.com>
9205
9206 * python/lib/gdb/command/unwinders.py: Add parentheses.
9207
6bbbba9b
YQ
92082015-04-15 Yao Qi <yao.qi@linaro.org>
9209
9210 * arm-linux-tdep.c (arm_linux_copy_svc): Update debug message.
9211
2bb2dcab
YQ
92122015-04-15 Yao Qi <yao.qi@linaro.org>
9213
9214 * arm-linux-tdep.c (arm_linux_copy_svc): Fix indentation.
9215
41f071ef
YQ
92162015-04-15 Yao Qi <yao.qi@linaro.org>
9217
9218 * arm-linux-tdep.c (arm_linux_cleanup_svc): Use
9219 dsc->insn_size instead of 4.
9220
326a5c7e
GB
92212015-04-14 Gary Benson <gbenson@redhat.com>
9222
9223 * jit.c (mem_bfd_iovec_stat): Zero supplied buffer.
9224 * minidebug.c (lzma_stat): Likewise.
9225 * solib-spu.c (spu_bfd_iovec_stat): Likewise.
9226 * spu-linux-nat.c (spu_bfd_iovec_stat): Likewise.
9227
dd177e81
SS
92282015-04-13 Stan Shebs <stanshebs@google.com>
9229
9230 * MAINTAINERS: Update my email address.
9231
97de3545
JB
92322015-04-13 John Baldwin <jhb@FreeBSD.org>
9233
9234 * amd64-tdep.c (amd64_target_description): New function.
9235 * amd64-tdep.h: Export amd64_target_description and tdesc_amd64.
9236 * amd64bsd-nat.c [PT_GETXSTATE_INFO]: New variable amd64bsd_xsave_len.
9237 (amd64bsd_fetch_inferior_registers) [PT_GETXSTATE_INFO]: Handle
9238 x86 extended save area.
9239 (amd64bsd_store_inferior_registers) [PT_GETXSTATE_INFO]: Likewise.
9240 * amd64bsd-nat.h: Export amd64bsd_xsave_len.
9241 * amd64fbsd-nat.c (amd64fbsd_read_description): New function.
9242 (_initialize_amd64fbsd_nat): Set "to_read_description" to
9243 "amd64fbsd_read_description".
9244 * amd64fbsd-tdep.c (amd64fbsd_core_read_description): New function.
9245 (amd64fbsd_supply_xstateregset): New function.
9246 (amd64fbsd_collect_xstateregset): New function.
9247 Add "amd64fbsd_xstateregset".
9248 (amd64fbsd_iterate_over_regset_sections): New function.
9249 (amd64fbsd_init_abi): Set "xsave_xcr0_offset" to
9250 "I386_FBSD_XSAVE_XCR0_OFFSET".
9251 Add "iterate_over_regset_sections" gdbarch method.
9252 Add "core_read_description" gdbarch method.
9253 * i386-tdep.c (i386_target_description): New function.
9254 * i386-tdep.h: Export i386_target_description and tdesc_i386.
9255 * i386bsd-nat.c [PT_GETXSTATE_INFO]: New variable i386bsd_xsave_len.
9256 (i386bsd_fetch_inferior_registers) [PT_GETXSTATE_INFO]: Handle
9257 x86 extended save area.
9258 (i386bsd_store_inferior_registers) [PT_GETXSTATE_INFO]: Likewise.
9259 * i386bsd-nat.h: Export i386bsd_xsave_len.
9260 * i386fbsd-nat.c (i386fbsd_read_description): New function.
9261 (_initialize_i386fbsd_nat): Set "to_read_description" to
9262 "i386fbsd_read_description".
9263 * i386fbsd-tdep.c (i386fbsd_core_read_xcr0): New function.
9264 (i386fbsd_core_read_description): New function.
9265 (i386fbsd_supply_xstateregset): New function.
9266 (i386fbsd_collect_xstateregset): New function.
9267 Add "i386fbsd_xstateregset".
9268 (i386fbsd_iterate_over_regset_sections): New function.
9269 (i386fbsd4_init_abi): Set "xsave_xcr0_offset" to
9270 "I386_FBSD_XSAVE_XCR0_OFFSET".
9271 Add "iterate_over_regset_sections" gdbarch method.
9272 Add "core_read_description" gdbarch method.
9273 * i386fbsd-tdep.h: New file.
9274
4f45d445
JK
92752015-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9276
9277 * NEWS (Changes since GDB 7.9): Add removed -xdb.
9278 * breakpoint.c (command_line_is_silent): Remove xdb_commands
9279 conditional.
9280 (_initialize_breakpoint): Remove xdb_commands for bc, ab, sb, db, ba
9281 and lb.
9282 * cli/cli-cmds.c (_initialize_cli_cmds): Remove xdb_commands for v and
9283 va.
9284 * cli/cli-decode.c (find_command_name_length): Remove xdb_commands
9285 conditional.
9286 * defs.h (xdb_commands): Remove declaration.
9287 * f-valprint.c (_initialize_f_valprint): Remove xdb_commands for lc.
9288 * guile/scm-cmd.c (command_classes): Remove xdb from comment.
9289 * infcmd.c (run_no_args_command, go_command): Remove.
9290 (_initialize_infcmd): Remove xdb_commands for S, go, g, R and lr.
9291 * infrun.c (xdb_handle_command): Remove.
9292 (_initialize_infrun): Remove xdb_commands for lz and z.
9293 * main.c (xdb_commands): Remove variable.
9294 (captured_main): Remove "xdb" from long_options.
9295 (print_gdb_help): Remove --xdb from help.
9296 * python/py-cmd.c (gdbpy_initialize_commands): Remove xdb from comment.
9297 * source.c (_initialize_source): Remove xdb_commands for D, ld, / and ?.
9298 * stack.c (backtrace_full_command, args_plus_locals_info)
9299 (current_frame_command): Remove.
9300 (_initialize_stack): Remove xdb_commands for t, T and l.
9301 * symtab.c (_initialize_symtab): Remove xdb_commands for lf and lg.
9302 * thread.c (_initialize_thread): Remove xdb_commands condition.
9303 * tui/tui-layout.c (tui_toggle_layout_command)
9304 (tui_toggle_split_layout_command, tui_handle_xdb_layout): Remove.
9305 (_initialize_tui_layout): Remove xdb_commands for td and ts.
9306 * tui/tui-regs.c (tui_scroll_regs_forward_command)
9307 (tui_scroll_regs_backward_command): Remove.
9308 (_initialize_tui_regs): Remove xdb_commands for fr, gr, sr, +r and -r.
9309 * tui/tui-win.c (tui_xdb_set_win_height_command): Remove.
9310 (_initialize_tui_win): Remove xdb_commands for U and w.
9311 * utils.c (pagination_on_command, pagination_off_command): Remove.
9312 (initialize_utils): Remove xdb_commands for am and sm.
9313
cb71640d
PA
93142015-04-10 Pedro Alves <palves@redhat.com>
9315
9316 * infrun.c (displaced_step_fixup): Switch to the event ptid
9317 earlier. If the thread stopped for a watchpoint and the
9318 target/arch has non-continuable watchpoints, cancel the displaced
9319 step.
9320 (resume): Don't start a displaced step if in-line step-over info
9321 is valid.
9322
8f572e5c
PA
93232015-04-10 Pedro Alves <palves@redhat.com>
9324
9325 * infrun.c (displaced_step_in_progress): New function.
9326 (do_target_resume): Advise target to report all signals if
9327 displaced stepping.
9328
8d707a12
PA
93292015-04-10 Pedro Alves <palves@redhat.com>
9330
9331 PR gdb/18216
9332 * infrun.c (process_event_stop_test): Don't assume a step-resume
9333 is set if tp->stepped_breakpoint is true.
9334
ef713951
YQ
93352015-04-10 Yao Qi <yao.qi@linaro.org>
9336
9337 * arm-tdep.c (install_alu_reg): Update comment.
9338 (thumb_copy_alu_reg): Remove local variable rn. Update
9339 debugging message. Use r2 instead of r1 in the modified
9340 instruction.
9341
906d60cf
PA
93422015-04-10 Pedro Alves <palves@redhat.com>
9343
9344 PR gdb/13858
9345 * amd64-linux-tdep.c (amd64_linux_init_abi_common): Install
9346 linux_displaced_step_location as gdbarch_displaced_step_location
9347 hook.
9348 * arm-linux-tdep.c (arm_linux_init_abi): Likewise.
9349 * i386-linux-tdep.c (i386_linux_init_abi): Likewise.
9350 * linux-tdep.c (linux_displaced_step_location): New function,
9351 based on ppc_linux_displaced_step_location.
9352 * linux-tdep.h (linux_displaced_step_location): New declaration.
9353 * ppc-linux-tdep.c (ppc_linux_entry_point_addr): Delete.
9354 (ppc_linux_inferior_created, ppc_linux_displaced_step_location):
9355 Delete.
9356 (ppc_linux_init_abi): Install linux_displaced_step_location as
9357 gdbarch_displaced_step_location hook, even without Cell/B.E..
9358 (_initialize_ppc_linux_tdep): Don't install
9359 ppc_linux_inferior_created as inferior_created observer.
9360 * s390-linux-tdep.c (s390_gdbarch_init): Install
9361 linux_displaced_step_location as gdbarch_displaced_step_location
9362 hook.
9363
7823a941
GB
93642015-04-09 Gary Benson <gbenson@redhat.com>
9365
9366 * common/common-remote-fileio.h: Rename to...
9367 * common/fileio.h: ...this. Update all references.
9368 (remote_fileio_to_fio_error): Rename to...
9369 (host_to_fileio_error): ...this.
9370 (remote_fileio_to_be): Rename to...
9371 (host_to_bigendian): ...this. Update all callers.
9372 (remote_fileio_to_fio_uint): Rename to...
9373 (host_to_fileio_uint): ...this. Update all callers.
9374 (remote_fileio_to_fio_time): Rename to...
9375 (host_to_fileio_time): ...this. Update all callers.
9376 (remote_fileio_to_fio_stat): Rename to...
9377 (host_to_fileio_stat): ...this.
9378 Update all references.
9379 * common/common-remote-fileio.c: Rename to...
9380 * common/fileio.c: ...this. Update all references.
9381 (remote_fileio_to_fio_error): Rename to...
9382 (host_to_fileio_error): ...this. Update all callers.
9383 (remote_fileio_mode_to_target): Rename to...
9384 (fileio_mode_pack): ...this. Update all callers.
9385 (remote_fileio_to_fio_mode): Rename to...
9386 (host_to_fileio_mode): ...this. Update all callers.
9387 (remote_fileio_to_fio_ulong): Rename to...
9388 (host_to_fileio_ulong): ...this. Update all callers.
9389 (remote_fileio_to_fio_stat): Rename to...
9390 (host_to_fileio_stat): ...this. Update all callers.
9391
f2983cc3
AW
93922015-04-09 Andy Wingo <wingo@igalia.com>
9393
9394 * guile/scm-frame.c (gdbscm_frame_read_register): New function.
9395 (frame_functions): Bind gdbscm_frame_read_register to
9396 frame-read-register.
9397 * guile/lib/gdb.scm (frame-read-register): Export.
9398
b88bb450
GB
93992015-04-09 Gary Benson <gbenson@redhat.com>
9400
9401 * common/common-remote-fileio.h (remote_fileio_to_fio_error):
9402 New declaration.
9403 * common/common-remote-fileio.c (remote_fileio_to_fio_error):
9404 New function, factored out the named functions below.
9405 * inf-child.c (gdb/fileio.h): Remove include.
9406 (common-remote-fileio.h): New include.
9407 (inf_child_errno_to_fileio_error): Remove function. Update
9408 all callers to use remote_fileio_to_fio_error.
9409 * remote-fileio.c (remote_fileio_errno_to_target): Likewise.
9410
2f2680f3
AW
94112015-04-09 Andy Wingo <wingo@igalia.com>
9412
9413 * MAINTAINERS (Write After Approval): Add Andy Wingo.
9414
5a2d4533
L
94152015-04-09 H.J. Lu <hongjiu.lu@intel.com>
9416
9417 * acinclude.m4: (GDB_AC_CHECK_BFD): Set ZLIBDIR with $zlibdir.
9418 Replace $zlibdir with $ZLIBDIR in LDFLAGS.
9419 * configure: Regenerated.
9420
421693b0
PA
94212015-04-09 Pedro Alves <palves@redhat.com>
9422
9423 * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add strtok_r.
9424 * gnulib/Makefile.in (aclocal_m4_deps): Add import/m4/strtok_r.m4.
9425 * gnulib/configure, gnulib/config.in, gnulib/aclocal.m4: Regenerate.
9426 * gnulib/import/Makefile.am: Update.
9427 * gnulib/import/Makefile.in: Update.
9428 * gnulib/import/m4/gnulib-cache.m4: Update.
9429 * gnulib/import/m4/gnulib-comp.m4: Update.
9430 * gnulib/import/m4/strtok_r.m4: New file.
9431 * gnulib/import/strtok_r.c: New file.
9432
f543dc83
PA
94332015-04-09 Pedro Alves <palves@redhat.com>
9434
9435 * gnulib/update-gnulib.sh (aclocal version check): Filter out
9436 "called too early to check prototype".
9437
6d62641c
SDJ
94382015-04-08 Sergio Durigan Junior <sergiodj@redhat.com>
9439
9440 PR python/16699
9441 * python/py-cmd.c (cmdpy_completer_helper): Adjust function to not
9442 use a caching mechanism. Adjust comments and code to reflect
9443 that. Replace 'sizeof' by 'strlen' when fetching 'wordobj'.
9444 (cmdpy_completer_handle_brkchars): Adjust call to
9445 cmdpy_completer_helper. Call Py_XDECREF for 'resultobj'.
9446 (cmdpy_completer): Likewise.
9447
85558555
YQ
94482015-04-08 Yao Qi <yao.qi@linaro.org>
9449
9450 * spu-tdep.c (spu_gdbarch_init): Don't call
9451 set_gdbarch_cannot_step_breakpoint.
9452
d249a14a
SDJ
94532015-04-07 Sergio Durigan Junior <sergiodj@redhat.com>
9454
9455 * linux-tdep.c (decode_vmflags): Initialize 'saveptr'.
9456
8a06aea7
PA
94572015-04-07 Pedro Alves <palves@redhat.com>
9458
9459 * gdbthread.h (ALL_NON_EXITED_THREADS_SAFE): Rename to ...
9460 (ALL_THREADS_SAFE): ... this, and don't skip exited threads.
9461 (delete_exited_threads): New declaration.
9462 * infrun.c (follow_exec): Use ALL_THREADS_SAFE.
9463 * linux-nat.c (linux_nat_update_thread_list): New function.
9464 (linux_nat_add_target): Install it.
9465 * remote.c (remote_update_thread_list): Use ALL_THREADS_SAFE.
9466 * thread.c (prune_threads): Use ALL_THREADS_SAFE.
9467 (delete_exited_threads): New function.
9468
d9b67d9f
PA
94692015-04-07 Pedro Alves <pedro@codesourcery.com>
9470
9471 * infrun.c (resume) <displaced stepping debug output>: Get the
9472 leader thread's regcache, not resume_ptid's.
9473
2c26b84f
DE
94742015-04-06 Doug Evans <xdje42@gmail.com>
9475
9476 * symtab.c (hash_symbol_entry): Hash STRUCT_DOMAIN symbols as
9477 VAR_DOMAIN.
9478 (symbol_cache_lookup): Clarify use of bsc_ptr, slot_ptr parameters.
9479 Include symbol domain in debugging output.
9480
7a85168d
PA
94812015-04-06 Pedro Alves <palves@redhat.com>
9482 Bernd Edlinger <bernd.edlinger@hotmail.de>
9483
9484 * configure.ac: Remove the mingw32-specific stub-termcap.o
9485 fallback, and instead fallback to the stub termcap on all hosts.
9486 * configure: Regenerate.
9487 * stub-termcap.c [!__MINGW32__] (PC, BC, UP): Define as weak
9488 symbols.
9489
25755e2b
PMR
94902015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
9491
9492 * gdbtypes.c (is_dynamic_type_internal): Remove the unused
9493 "top_level" parameter.
9494 (resolve_dynamic_type_internal): Remove the unused "top_level"
9495 parameter. Update call to is_dynamic_type_internal.
9496 (is_dynamic_type): Update call to is_dynamic_type_internal.
9497 (resolve_dynamic_range): Update call to
9498 resolve_dynamic_type_internal.
9499 (resolve_dynamic_union): Likewise.
9500 (resolve_dynamic_struct): Likewise.
9501 (resolve_dynamic_type): Likewise.
9502
961f4160
PMR
95032015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
9504
9505 * gdbtypes.c (is_dynamic_type_internal): Remove special handling of
9506 TYPE_CODE_REF types so that they are not considered as dynamic
9507 depending on the referenced type.
9508 (resolve_dynamic_type_internal): Likewise.
9509
39f3de7c
L
95102015-04-02 H.J. Lu <hongjiu.lu@intel.com>
9511
9512 * Makefile.in (top_srcdir): New.
9513 * configure: Regenerated.
9514
599bd15c
GB
95152015-04-02 Gary Benson <gbenson@redhat.com>
9516
9517 * NEWS: Announce the new default sysroot of "target:".
9518
fed040c6
GB
95192015-04-02 Gary Benson <gbenson@redhat.com>
9520
9521 * main.c (captured_main): Set gdb_sysroot to "target:"
9522 if not otherwise set.
9523
64c0b5de
GB
95242015-04-02 Gary Benson <gbenson@redhat.com>
9525
9526 * exec.c (exec_file_attach): Support "target:" filenames.
9527
b57fbfba
GB
95282015-04-02 Gary Benson <gbenson@redhat.com>
9529
9530 * solib.c (solib_find): Strip "target:" prefix from sysroot
9531 if accessing local files.
9532
97a41605
GB
95332015-04-02 Gary Benson <gbenson@redhat.com>
9534
9535 * symfile.c (symfile_bfd_open): Reorder to remove duplicated
9536 checks and error messages.
9537
2938e6cf
GB
95382015-04-02 Gary Benson <gbenson@redhat.com>
9539
9540 * remote.h (REMOTE_SYSROOT_PREFIX): Remove definition.
9541 (remote_filename_p): Remove declaration.
9542 (remote_bfd_open): Likewise.
9543 * remote.c (remote_bfd_iovec_open): Remove function.
9544 (remote_bfd_iovec_close): Likewise.
9545 (remote_bfd_iovec_pread): Likewise.
9546 (remote_bfd_iovec_stat): Likewise.
9547 (remote_filename_p): Likewise.
9548 (remote_bfd_open): Likewise.
9549 * symfile.h (gdb_bfd_open_maybe_remote): Remove declaration.
9550 * symfile.c (separate_debug_file_exists): Use gdb_bfd_open.
9551 (gdb_bfd_open_maybe_remote): Remove function.
9552 (symfile_bfd_open): Replace remote filename check with
9553 target filename check.
9554 (reread_symbols): Use gdb_bfd_open.
9555 * build-id.c (gdbcore.h): New include.
9556 (build_id_to_debug_bfd): Use gdb_bfd_open.
9557 * infcmd.c (attach_command_post_wait): Remove remote filename
9558 check.
9559 * solib.c (solib_find): Replace remote-specific handling with
9560 target-specific handling. Update comments where necessary.
9561 (solib_bfd_open): Replace remote-specific handling with
9562 target-specific handling.
9563 (gdb_sysroot_changed): New function.
9564 (_initialize_solib): Call the above when gdb_sysroot changes.
9565 * windows-tdep.c (gdbcore.h): New include.
9566 (windows_xfer_shared_library): Use gdb_bfd_open.
9567
f08e97fe
GB
95682015-04-02 Gary Benson <gbenson@redhat.com>
9569
9570 * gdb/gdb_bfd.h (TARGET_SYSROOT_PREFIX): New definition.
9571 (is_target_filename): New declaration.
9572 (gdb_bfd_has_target_filename): Likewise.
9573 (gdb_bfd_open): Update documentation comment.
9574 * gdb_bfd.c (target.h): New include.
9575 (gdb/fileio.h): Likewise.
9576 (is_target_filename): New function.
9577 (gdb_bfd_has_target_filename): Likewise.
9578 (fileio_errno_to_host): Likewise.
9579 (gdb_bfd_iovec_fileio_open): Likewise.
9580 (gdb_bfd_iovec_fileio_pread): Likewise.
9581 (gdb_bfd_iovec_fileio_close): Likewise.
9582 (gdb_bfd_iovec_fileio_fstat): Likewise.
9583 (gdb_bfd_open): Use target fileio to access paths prefixed
9584 with "target:" where necessary.
9585
4bd7dc42
GB
95862015-04-02 Gary Benson <gbenson@redhat.com>
9587
9588 * target.h (struct target_ops) <to_filesystem_is_local>:
9589 New field.
9590 (target_filesystem_is_local): New macro.
9591 * target-delegates.c: Regenerate.
9592 * remote.c (remote_filesystem_is_local): New function.
9593 (init_remote_ops): Initialize to_filesystem_is_local.
9594
9b15c1f0
GB
95952015-04-02 Gary Benson <gbenson@redhat.com>
9596
9597 * target.h (struct target_ops) <to_fileio_fstat>: New field.
9598 (target_fileio_fstat): New declaration.
9599 * target.c (target_fileio_fstat): New function.
9600 * inf-child.c (inf_child_fileio_fstat): Likewise.
9601 (inf_child_target): Initialize to_fileio_fstat.
9602 * remote.c (init_remote_ops): Likewise.
9603
d11916aa
SS
96042015-04-01 Sasha Smundak <asmundak@google.com>
9605
9606 * Makefile.in (SUBDIR_PYTHON_OBJS): Add py-unwind.o.
9607 (SUBDIR_PYTHON_SRCS): Add py-unwind.c.
9608 (py-unwind.o): New recipe.
9609 * NEWS: mention Python frame unwinding.
9610 * data-directory/Makefile.in (PYTHON_FILE_LIST): Add
9611 gdb/unwinder.py and gdb/command/unwinder.py
9612 * python/lib/gdb/__init__.py (packages): Add frame_unwinders
9613 list.
9614 (execute_unwinders): New function.
9615 * python/lib/gdb/command/unwinders.py: New file.
9616 * python/lib/gdb/unwinder.py: New file.
9617 * python/py-objfile.c (objfile_object): Add frame_unwinders field.
9618 (objfpy_dealloc): Decrement frame_unwinders reference count.
9619 (objfpy_initialize): Create frame_unwinders list.
9620 (objfpy_get_frame_unwinders): New function.
9621 (objfpy_set_frame_unwinders): Ditto.
9622 (objfile_getset): Add frame_unwinders attribute to Objfile.
9623 * python/py-progspace.c (pspace_object): Add frame_unwinders field.
9624 (pspy_dealloc): Decrement frame_unwinders reference count.
9625 (pspy_initialize): Create frame_unwinders list.
9626 (pspy_get_frame_unwinders): New function.
9627 (pspy_set_frame_unwinders): Ditto.
9628 (pspy_getset): Add frame_unwinders attribute to gdb.Progspace.
9629 * python/py-unwind.c: New file.
9630 * python/python-internal.h (pspy_get_name_unwinders): New prototype.
9631 (objpy_get_frame_unwinders): New prototype.
9632 (gdbpy_initialize_unwind): New prototype.
9633 * python/python.c (gdbpy_apply_type_printers): Call
9634 gdbpy_initialize_unwind.
9635
6b403daa
PA
96362015-04-01 Pedro Alves <palves@redhat.com>
9637
9638 * infrun.c (resume): Check currently_stepping after clearing
9639 stepped_breakpoint, not before.
9640
1176ecec
PA
96412015-04-01 Pedro Alves <palves@redhat.com>
9642
9643 * infrun.c (print_target_wait_results): Print all the ptid
9644 elements.
9645
de1fe8c8
PA
96462015-04-01 Pedro Alves <palves@redhat.com>
9647
9648 * infrun.c (keep_going): Also discard cleanups if inserting
9649 breakpoints fails.
9650
e6f5c25b
PA
96512015-04-01 Pedro Alves <palves@redhat.com>
9652
9653 * infrun.c (wait_for_inferior): Install the
9654 finish_thread_state_cleanup cleanup across the whole function, not
9655 just around handle_inferior_event.
9656
1ac806b8
PA
96572015-04-01 Pedro Alves <palves@redhat.com>
9658
9659 * infrun.c (resume) <step past permanent breakpoint>: Use
9660 do_target_resume.
9661
2ee52aa4
PA
96622015-04-01 Pedro Alves <palves@redhat.com>
9663
9664 * linux-nat.c (linux_handle_extended_wait): Always call set_running.
9665
5445da1b
PMR
96662015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
9667
9668 * MAINTAINERS (Write After Approval): Add "Pierre-Marie de Rodat".
9669
4eec2deb
PA
96702015-04-01 Pedro Alves <palves@redhat.com>
9671
9672 * linux-thread-db.c (record_thread): Readd the thread to gdb's
9673 list if it was marked exited.
9674
afa59b79
L
96752015-04-01 H.J. Lu <hongjiu.lu@intel.com>
9676
9677 * configure: Regenerated.
9678
df8411da
SDJ
96792015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
9680 Jan Kratochvil <jan.kratochvil@redhat.com>
9681 Oleg Nesterov <oleg@redhat.com>
9682
9683 PR corefiles/16092
9684 * linux-tdep.c: Include 'gdbcmd.h' and 'gdb_regex.h'.
9685 New enum identifying the various options of the coredump_filter
9686 file.
9687 (struct smaps_vmflags): New struct.
9688 (use_coredump_filter): New variable.
9689 (decode_vmflags): New function.
9690 (mapping_is_anonymous_p): Likewise.
9691 (dump_mapping_p): Likewise.
9692 (linux_find_memory_regions_full): New variables
9693 'coredumpfilter_name', 'coredumpfilterdata', 'pid', 'filterflags'.
9694 Removed variable 'modified'. Read /proc/<PID>/smaps file; improve
9695 parsing of its information. Implement memory mapping filtering
9696 based on its contents.
9697 (show_use_coredump_filter): New function.
9698 (_initialize_linux_tdep): New command 'set use-coredump-filter'.
9699 * NEWS: Mention the possibility of using the
9700 '/proc/PID/coredump_filter' file when generating a corefile.
9701 Mention new command 'set use-coredump-filter'.
9702
416f679e
SDJ
97032015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
9704
9705 * solib-svr4.c (solib_svr4_r_ldsomap): Catch possible exception by
9706 read_memory_unsigned_integer.
9707
711a72d3
L
97082015-03-31 H.J. Lu <hongjiu.lu@intel.com>
9709
9710 * Makefile.in (ZLIB): New.
9711 (ZLIBINC): Likewise.
9712 (INTERNAL_CFLAGS_BASE): Add $(ZLIBINC).
9713 (CLIBS): Add $(ZLIB).
9714 * acinclude.m4: (GDB_AC_CHECK_BFD): Add $zlibdir to LDFLAGS.
9715 Add -lz to LIBS.
9716 * gdb_bfd.c: Don't check HAVE_ZLIB_H to include <zlib.h>.
9717 * top.c (print_gdb_configuration): Remove --with-zlib and
9718 --without-zlib.
9719 * config.in: Regenerated.
9720 * configure: Likewise.
9721
d33279b3
AT
97222015-03-31 Antoine Tremblay <antoine.tremblay@ericsson.com>
9723
9724 * NEWS: Mention info os cpus support.
9725 * gdb/nat/linux-osdata.c (linux_xfer_osdata_cpus): New function.
9726 (struct osdata_type): Add cpus entry, reorder the entries in
9727 alphabetical order.
9728
71b30f27
MK
97292015-03-31 Matthias Klose <doko@ubuntu.com>
9730
9731 * compile/compile.c (compile_to_object): Allow triplets with or
9732 without vendor set.
9733
13ce9222
DE
97342015-03-30 Doug Evans <dje@google.com>
9735
9736 PR c++/18141
9737 * cp-namespace.c (cp_search_static_and_baseclasses): Always look for
9738 klass in VAR_DOMAIN.
9739
20f796c9
GB
97402015-03-30 Gary Benson <gbenson@redhat.com>
9741
9742 * remote.c (remote_mourn_1): Remove function. Update all callers
9743 to use remote_mourn.
9744 (extended_remote_mourn_1): Remove function. Update all callers
9745 to use extended_remote_mourn.
9746 (extended_remote_attach_1): Remove function. Update all callers
9747 to use extended_remote_attach.
9748
49d45b20
JB
97492015-03-28 James Bowman <james.bowman@ftdichip.com>
9750
9751 * Makefile.in (ALL_TARGET_OBS): Add ft32-tdep.o.
9752 (HFILES_NO_SRCDIR): Add ft32-tdep.h.
9753 (ALLDEPFILES): Add ft32-tdep.c.
9754 * configure.tgt: Add FT32 entry.
9755 * ft32-tdep.c: New file, FT32 target-dependent code.
9756 * ft32-tdep.h: New file, FT32 target-dependent code.
9757
1c4ff080
JK
97582015-03-27 Jan Kratochvil <jan.kratochvil@redhat.com>
9759
9760 Revert:
9761 2015-03-26 Jan Kratochvil <jan.kratochvil@redhat.com>
9762 Code cleanup.
9763 * printcmd.c (print_command_1): Move expr variable scope.
9764
79498702
JB
97652015-03-27 Joel Brobecker <brobecker@adacore.com>
9766
9767 * dtrace-probe.c (dtrace_process_dof_probe): Initialize expr to NULL.
9768
ce9c0ca1
AK
97692015-03-27 Andrzej Kaczmarek <andrzej.kaczmarek@tieto.com>
9770
9771 * gdb_bfd.c (gdb_bfd_section_index): Fix off-by-one for special
9772 sections.
9773
429e1e81
JB
97742015-03-26 Joel Brobecker <brobecker@adacore.com>
9775
9776 * dtrace-probe.c (dtrace_process_dof_probe): Contain any
9777 exception raised while parsing the probe arguments.
9778 Force parsing to be done using the C language parser.
9779 * expression.h (parse_expression_with_language): Declare.
9780 * parse.c (parse_expression_with_language): New function.
9781
4593441b
JT
97822015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
9783
9784 * MAINTAINERS (Write After Approval): Add "Jon Turney".
9785
ff908ebf
AW
97862015-03-26 Andy Wingo <wingo@igalia.com>
9787
9788 PR symtab/18148
9789 * dwarf2read.c (struct partial_die_info): Add has_const_value
9790 member.
9791 (add_partial_symbol): Don't punt on symbols that have const_value
9792 attributes.
9793 (read_partial_die): Detect DW_AT_const_value.
9794
f30d5c78
JK
97952015-03-26 Jan Kratochvil <jan.kratochvil@redhat.com>
9796
9797 Code cleanup.
9798 * printcmd.c (print_command_1): Move expr variable scope.
9799
8d89f51a
JK
98002015-03-26 Jan Kratochvil <jan.kratochvil@redhat.com>
9801
9802 Code cleanup.
9803 * printcmd.c (validate_format): Make the parameter cmdname const.
9804
0b736949
DB
98052015-03-26 Don Breazeal <donb@codesourcery.com>
9806
9807 * remote.c (_initialize_remote): Update comment.
9808
20d35291
PA
98092015-03-26 Pedro Alves <palves@redhat.com>
9810 Jon TURNEY <jon.turney@dronecode.org.uk>
9811
9812 * coffread.c (coff_symfile_read): When constructing the name of an
9813 import stub symbol from import symbol for amd64, only skip the
9814 char after _imp_ if the target is underscored (like i386) and the
9815 char is indeed the target's leading char.
9816
6a3753b3
PA
98172015-03-25 Pedro Alves <palves@redhat.com>
9818
9819 * target.h <to_async>: Replace 'callback' and 'context' parameters
9820 with boolean 'enable' parameter.
9821 (target_async): Replace CALLBACK and CONTEXT parameters with
9822 boolean ENABLE parameter.
9823 * inf-loop.c (inferior_event_handler): Adjust.
9824 * linux-nat.c (linux_nat_attach, linux_nat_resume)
9825 (linux_nat_resume): Adjust.
9826 (async_client_callback, async_client_context): Delete.
9827 (handle_target_event): Call inferior_event_handler directly.
9828 (linux_nat_async): Replace 'callback' and 'context' parameters
9829 with boolean 'enable' parameter. Adjust. Remove references to
9830 async_client_callback and async_client_context.
9831 (linux_nat_close): Adjust.
9832 * record-btrace.c (record_btrace_async): Replace 'callback' and
9833 'context' parameters with boolean 'enable' parameter. Adjust.
9834 (record_btrace_resume): Adjust.
9835 * record-full.c (record_full_async): Replace 'callback' and
9836 'context' parameters with boolean 'enable' parameter. Adjust.
9837 (record_full_resume, record_full_core_resume): Adjust.
9838 * remote.c (struct remote_state) <async_client_callback,
9839 async_client_context>: Delete fields.
9840 (remote_start_remote, extended_remote_attach_1, remote_resume)
9841 (extended_remote_create_inferior): Adjust.
9842 (remote_async_serial_handler): Call inferior_event_handler
9843 directly.
9844 (remote_async): Replace 'callback' and 'context' parameters with
9845 boolean 'enable' parameter. Adjust.
9846 * top.c (gdb_readline_wrapper_cleanup, gdb_readline_wrapper):
9847 Adjust.
9848 * target-delegates.c: Regenerate.
9849
1c4b552b
GB
98502015-03-25 Gary Benson <gbenson@redhat.com>
9851 Pedro Alves <palves@redhat.com>
9852
9853 * target.c (fileio_ft_t): New typedef, define object vector.
9854 (fileio_fhandles): New static variable.
9855 (is_closed_fileio_fh): New macro.
9856 (lowest_closed_fd): New static variable.
9857 (acquire_fileio_fd): New function.
9858 (release_fileio_fd): Likewise.
9859 (fileio_fd_to_fh): New macro.
9860 (target_fileio_open): Wrap the file descriptor on success.
9861 (target_fileio_pwrite): Updated to use wrapped file descriptor.
9862 (target_fileio_pread): Likewise.
9863 (target_fileio_close): Likewise.
9864
a25d8bf9
PA
98652015-03-24 Pedro Alves <palves@redhat.com>
9866
9867 * thread.c (thread_apply_all_command): Take exited threads into
9868 account.
9869
44a1ee51
PA
98702015-03-24 Pedro Alves <palves@redhat.com>
9871
9872 * infrun.c (resume, proceed): Mention
9873 switch_back_to_stepped_thread, not switch_back_to_stepping.
9874
f3263aa4
PA
98752015-03-24 Pedro Alves <palves@redhat.com>
9876
9877 * infrun.c (user_visible_resume_ptid): Rewrite going from
9878 most-locked to unlocked instead of the opposite. Move comment ...
9879 * infrun.h (user_visible_resume_ptid): ... here.
9880
2bf6fb9d
PA
98812015-03-24 Pedro Alves <palves@redhat.com>
9882
9883 * linux-nat.c (linux_nat_resume): Output debug logs before trying
9884 to resume the event lwp. Use the lwp's ptid instead of the passed
9885 in (maybe wildcard) ptid.
9886 (stop_wait_callback): Tweak debug log output.
9887 (check_stopped_by_breakpoint): Tweak debug log output. Also dump
9888 TRAP_TRACE.
9889 (linux_nat_filter_event): In debug output, distinguish a
9890 resume_stop SIGSTOP from a delayed SIGSTOP. Output debug logs
9891 before trying to resume the lwp.
9892
283a9958
JB
98932015-03-24 Joel Brobecker <brobecker@adacore.com>
9894
9895 * gdbtypes.h (struct dynamic_prop_list) <prop>: Remove
9896 pointer indirection.
9897 * gdbtypes.c (get_dyn_prop): Adjust, following change above.
9898 (add_dyn_prop, copy_dynamic_prop_list): Likewise.
9899
93a8e227
JB
99002015-03-24 Joel Brobecker <brobecker@adacore.com>
9901
9902 * gdbtypes.h (enum dynamic_prop_node_kind) <DYN_PROP_DATA_LOCATION>:
9903 Renames DYN_ATTR_DATA_LOCATION.
9904 (TYPE_DATA_LOCATION): Use DYN_PROP_DATA_LOCATION instead of
9905 DYN_ATTR_DATA_LOCATION.
9906 * dwarf2read.c (set_die_type): Use DYN_PROP_DATA_LOCATION
9907 instead of DYN_ATTR_DATA_LOCATION.
9908
64ce06e4
PA
99092015-03-24 Pedro Alves <palves@redhat.com>
9910
9911 * breakpoint.c (until_break_command): Adjust call to proceed.
9912 * gdbthread.h (struct thread_control_state) <stepping_command>:
9913 New field.
9914 * infcall.c (run_inferior_call): Adjust call to proceed.
9915 * infcmd.c (run_command_1, proceed_thread_callback, continue_1):
9916 Adjust calls to proceed.
9917 (set_step_frame): Set the current thread's step_start_function
9918 here.
9919 (step_once): Adjust calls to proceed.
9920 (jump_command, signal_command, until_next_command)
9921 (finish_backward, finish_forward, proceed_after_attach_callback)
9922 (attach_command_post_wait): Adjust calls to proceed.
9923 * infrun.c (proceed_after_vfork_done): Adjust call to proceed.
9924 (do_target_resume): New function, factored out from ...
9925 (resume): ... here. Remove 'step' parameter. Instead, check
9926 currently_stepping to determine whether the thread should be
9927 single-stepped.
9928 (proceed): Remove 'step' parameter and don't set the thread's
9929 step_start_function here. Adjust call to 'resume'.
9930 (handle_inferior_event): Adjust calls to 'resume'.
9931 (switch_back_to_stepped_thread): Use do_target_resume instead of
9932 'resume'.
9933 (keep_going): Adjust calls to 'resume'.
9934 * infrun.h (proceed): Remove 'step' parameter.
9935 (resume): Likewise.
9936 * windows-nat.c (do_initial_windows_stuff): Adjust call to
9937 'resume'.
9938 * mi/mi-main.c (proceed_thread): Adjust call to 'proceed'.
9939
856e7dd6
PA
99402015-03-24 Pedro Alves <palves@redhat.com>
9941
9942 * gdbthread.h (struct thread_control_state) <stepping_command>:
9943 New field.
9944 * infcmd.c (step_once): Pass step=1 to clear_proceed_status. Set
9945 the thread's stepping_command field.
9946 * infrun.c (resume): Check the thread's stepping_command flag to
9947 determine which threads should be resumed. Rename 'entry_step'
9948 local to user_step.
9949 (clear_proceed_status_thread): Clear 'stepping_command'.
9950 (schedlock_applies): Change parameter type to struct thread_info
9951 pointer. Adjust.
9952 (find_thread_needs_step_over): Remove 'step' parameter. Adjust.
9953 (switch_back_to_stepped_thread): Adjust calls to
9954 'schedlock_applies'.
9955 (_initialize_infrun): Adjust "set scheduler-locking step" help.
9956
885eeb5b
PA
99572015-03-24 Pedro Alves <palves@redhat.com>
9958
9959 * infrun.c (step_start_function): Delete and ...
9960 * gdbthread.h (struct thread_control_state) <step_start_function>:
9961 ... now a field here.
9962 * infrun.c (clear_proceed_status_thread): Clear the thread's
9963 step_start_function.
9964 (proceed, process_event_stop_test, print_stop_event): Adjust.
9965
3333f03a
PA
99662015-03-24 Pedro Alves <palves@redhat.com>
9967
9968 * infrun.c (proceed): No longer handle negative step.
9969
369f6daa
GB
99702015-03-24 Gary Benson <gbenson@redhat.com>
9971
9972 * nat/x86-linux.h (x86_linux_new_thread): New declaration.
9973 (x86_linux_prepare_to_resume): Likewise.
9974 * x86-linux-nat.c (x86_linux_new_thread):
9975 Moved to nat/x86-linux.c.
9976 (x86_linux_prepare_to_resume): Likewise.
9977 * nat/x86-linux.c (x86_linux_new_thread): New function.
9978 (x86_linux_prepare_to_resume): Likewise.
9979
8e5d4070
GB
99802015-03-24 Gary Benson <gbenson@redhat.com>
9981
9982 * nat/x86-linux-dregs.h: New file.
9983 * nat/x86-linux-dregs.c: Likewise.
9984 * Makefile.in (HFILES_NO_SRCDIR): Add nat/x86-linux-dregs.h.
9985 (x86-linux-dregs.o): New rule.
9986 * config/i386/linux.mh (NATDEPFILES): Add x86-linux-dregs.o.
9987 * config/i386/linux64.mh (NATDEPFILES): Likewise.
9988 * x86-linux-nat.c: Include nat/x86-linux-dregs.h.
9989 (u_debugreg_offset): Moved to nat/x86-linux-dregs.c.
9990 (x86_linux_dr_get): Likewise.
9991 (x86_linux_dr_set): Likewise.
9992 (x86_linux_dr_get_addr): Likewise.
9993 (x86_linux_dr_get_control): Likewise.
9994 (x86_linux_dr_get_status): Likewise.
9995 (update_debug_registers_callback): Likewise.
9996 (x86_linux_dr_set_control): Likewise.
9997 (x86_linux_dr_set_addr): Likewise.
9998 (x86_linux_update_debug_registers): Likewise.
9999
2b95d440
GB
100002015-03-24 Gary Benson <gbenson@redhat.com>
10001
10002 * x86-linux-nat.c (x86_linux_update_debug_registers):
10003 New function, factored out from...
10004 (x86_linux_prepare_to_resume): ...this.
10005
14b0bc68
GB
100062015-03-24 Gary Benson <gbenson@redhat.com>
10007
10008 * x86-linux-nat.c (x86_linux_dr_get): Update comments.
10009 (x86_linux_dr_set): Likewise.
10010 (x86_linux_dr_get_addr): Likewise.
10011 (x86_linux_dr_get_control): Likewise.
10012 (x86_linux_dr_get_status): Likewise.
10013 (update_debug_registers_callback): Likewise.
10014 (x86_linux_dr_set_control): Likewise.
10015 (x86_linux_dr_set_addr): Likewise.
10016 (x86_linux_prepare_to_resume): Likewise.
10017 (x86_linux_new_thread): Likewise.
10018
5dfe6ca8
GB
100192015-03-24 Gary Benson <gbenson@redhat.com>
10020
10021 * x86-linux-nat.c (x86_linux_dr_set_addr): Update assertion.
10022 (x86_linux_new_thread): Rename argument.
10023
4b134ca1
GB
100242015-03-24 Gary Benson <gbenson@redhat.com>
10025
10026 * nat/x86-linux.h: New file.
10027 * nat/x86-linux.c: Likewise.
10028 * Makefile.in (HFILES_NO_SRCDIR): Add nat/x86-linux.h.
10029 (x86-linux.o): New rule.
10030 * config/i386/linux.mh (NATDEPFILES): Add x86-linux.o.
10031 * config/i386/linux64.mh (NATDEPFILES): Likewise.
10032 * nat/linux-nat.h (struct arch_lwp_info): New forward declaration.
10033 (lwp_set_arch_private_info): New declaration.
10034 (lwp_arch_private_info): Likewise.
10035 * linux-nat.c (lwp_set_arch_private_info): New function.
10036 (lwp_arch_private_info): Likewise.
10037 * x86-linux-nat.c: Include nat/x86-linux.h.
10038 (arch_lwp_info): Removed structure.
10039 (update_debug_registers_callback):
10040 Use lwp_set_debug_registers_changed.
10041 (x86_linux_prepare_to_resume): Use lwp_debug_registers_changed
10042 and lwp_set_debug_registers_changed.
10043 (x86_linux_new_thread): Use lwp_set_debug_registers_changed.
10044
cff068da
GB
100452015-03-24 Gary Benson <gbenson@redhat.com>
10046
10047 * nat/linux-nat.h (ptid_of_lwp): New declaration.
10048 (lwp_is_stopped): Likewise.
10049 (lwp_stop_reason): Likewise.
10050 * linux-nat.c (ptid_of_lwp): New function.
10051 (lwp_is_stopped): Likewise.
10052 (lwp_is_stopped_by_watchpoint): Likewise.
10053 * x86-linux-nat.c (update_debug_registers_callback):
10054 Use lwp_is_stopped.
10055 (x86_linux_prepare_to_resume): Use ptid_of_lwp and
10056 lwp_stop_reason.
10057
b2f7c7e8
GB
100582015-03-24 Gary Benson <gbenson@redhat.com>
10059
10060 * linux-nat.h (linux_stop_lwp): Move declaration to...
10061 * nat/linux-nat.h (linux_stop_lwp): New declaration.
10062
6d4ee8c6
GB
100632015-03-24 Gary Benson <gbenson@redhat.com>
10064
10065 * linux-nat.h: Include nat/linux-nat.h.
10066 (iterate_over_lwps): Move declaration to nat/linux-nat.h.
10067 * nat/linux-nat.h (struct lwp_info): New forward declaration.
10068 (iterate_over_lwps_ftype): New typedef.
10069 (iterate_over_lwps): New declaration.
10070 * linux-nat.h (iterate_over_lwps): Update comment. Use
10071 iterate_over_lwps_ftype. Update callback return value check.
10072
70a0bb6b
GB
100732015-03-24 Gary Benson <gbenson@redhat.com>
10074
10075 * x86-nat.h (x86_debug_reg_state): Move declaration to...
10076 * nat/x86-dregs.h (x86_debug_reg_state): New declaration.
10077
7b669087
GB
100782015-03-24 Gary Benson <gbenson@redhat.com>
10079
10080 * nat/linux-nat.h (current_lwp_ptid): New declaration.
10081 * linux-nat.c (current_lwp_ptid): New function.
10082 * x86-linux-nat.c: Include nat/linux-nat.h.
10083 (x86_linux_dr_get_addr): Use current_lwp_ptid.
10084 (x86_linux_dr_get_control): Likewise.
10085 (x86_linux_dr_get_status): Likewise.
10086 (x86_linux_dr_set_control): Likewise.
10087 (x86_linux_dr_set_addr): Likewise.
10088
15630549
AT
100892015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
10090
10091 PR breakpoints/16466
10092 * breakpoint.c (create_breakpoint): Set thread on breakpoint struct.
10093
8a4506c0
JB
100942015-03-23 Joel Brobecker <brobecker@adacore.com>
10095
10096 * ser-mingw.c (ser_windows_setparity): Fix indentation.
10097 * ser-unix.c (hardwire_setparity): Likewise.
10098
236af5e3
YG
100992015-03-23 Yurij Grechishhev <yurij.grechishhev@gmail.com>
10100
10101 * NEWS: Mention set/show serial parity command.
10102 * monitor.c (monitor_open): Call serial_setparity.
10103 * remote.c (remote_open_1): Likewise.
10104 * ser-base.c (ser_base_serparity): New function.
10105 * ser-base.h (ser_base_setparity): Add declaration.
10106 * ser-go32.c (dos_ops): Set "setparity" field.
10107 * ser-mingw.c (ser_windows_raw): Do not set state.fParity and
10108 state.Parity.
10109 (ser_windows_setparity): New function.
10110 (hardwire_ops): Add ser_windows_setparity.
10111 (tty_ops): Add NULL for setparity field.
10112 (pipe_ops): Add ser_base_setparity.
10113 (tcp_ops): Likewise.
10114 * ser-pipe.c (pipe_ops): Likewise.
10115 * ser-tcp.c (tcp_ops): Likewise.
10116 * ser-unix.c (hardwire_setparity): Add declaration.
10117 (hardwire_raw): Don't reset PARENB flag.
10118 (hardwire_setparity): New function.
10119 (hardwire_ops): Add hardwire_setparity.
10120 * serial.c (serial_setparity): New function.
10121 (serial_parity): New global.
10122 (parity_none, parity_odd, parity_even, parity_enums, parity):
10123 New static globals.
10124 (set_parity): New function.
10125 (_initialize_serial): Add set/show serial parity commands.
10126 * serial.h (GDBPARITY_NONE): Define.
10127 (GDBPARITY_ODD): Define.
10128 (GDBPARITY_EVEN): Define.
10129 (serial_setparity) Add declaration.
10130 (struct serial_ops): Add setparity field.
10131 * target.h (serial_parity): Add declaration.
10132
32b40af9
KS
101332015-03-23 Keith Seitz <keiths@redhat.com>
10134
10135 * linespec.c (linespec_lexer_lex_keyword): Update comment.
10136
693dca06
KS
101372015-03-23 Keith Seitz <keiths@redhat.com>
10138
10139 * breakpoint.c (parse_breakpoint_sals): Use
10140 linespec_lexer_lex_keyword to ascertain if the user specified
10141 a NULL location.
10142 * linespec.c [IF_KEYWORD_INDEX]: Define.
10143 (linespec_lexer_lex_keyword): Export.
10144 (struct ls_parser) <keyword_ok>: Remove.
10145 A keyword is only a keyword if not followed by another keyword.
10146 (linespec_lexer_lex_one): Remove keyword_ok handling.
10147 Add comment explaining why the parsing stream is not advanced
10148 when a keyword is seen.
10149 (parse_linespec): Remove parser->keyword_ok.
10150 * linespec.h (linespec_lexer_lex_keyword): Add declaration.
10151
7e993ebf
KS
101522015-03-23 Keith Seitz <keiths@redhat.com>
10153
10154 PR gdb/18021
10155 * dwarf2read.c (dwarf2_add_member_fn): Issue a complaint
10156 if we find a static method with DW_AT_vtable_elem_location.
10157
b1a0f704
EZ
101582015-03-21 Eli Zaretskii <eliz@gnu.org>
10159
10160 * tui/tui-io.c (tui_expand_tabs): Reinitialize the column counter
10161 before the second loop, to avoid undefined behavior. Reported by
10162 Anton Blanchard <anton@samba.org>.
10163
d9823cbb
KB
101642015-03-20 Keven Boell <keven.boell@intel.com>
10165
10166 * gdbtypes.c (resolve_dynamic_type_internal): Adapt
10167 data_location usage to linked list.
10168 (resolve_dynamic_type_internal): Adapt data_location to
10169 linked list.
10170 (get_dyn_prop, add_dyn_prop, copy_dynamic_prop_list): New function.
10171 (copy_type_recursive, copy_type): Add copy of linked list.
10172 * gdbtypes.h (enum dynamic_prop_node_kind): New enum.
10173 (struct dynamic_prop_list): New struct.
10174 * dwarf2read.c (set_die_type): Set data_location data.
10175
2e7bf1d7
PA
101762015-03-20 Pedro Alves <palves@redhat.com>
10177
10178 * i386-sol2-tdep.c (i386_sol2_static_transform_name): Move "p" to
10179 inner block and make it const.
10180 * machoread.c (get_archive_prefix_len): Make "lparen" const.
10181
7a26bd4d
PA
101822015-03-20 Pedro Alves <palves@redhat.com>
10183
10184 * breakpoint.c (set_breakpoint_condition): Make argument "exp" const.
10185 * breakpoint.h (set_breakpoint_condition): Update declaration.
10186
cd46431b
PA
101872015-03-20 Pedro Alves <palves@redhat.com>
10188
10189 * tui/tui-io.c (tui_expand_tabs): Make "s1" const.
10190
e28566f7
PA
101912015-03-20 Pedro Alves <palves@redhat.com>
10192
10193 * xcoffread.c (scan_xcoff_symtab): Make "p" and "q" const.
10194
f6fc92f6
PA
101952015-03-20 Pedro Alves <palves@redhat.com>
10196
10197 * remote-m32r-sdi.c (m32r_open): Make "port_str" const.
10198
c32ed3ef
PA
101992015-03-20 Pedro Alves <palves@redhat.com>
10200
10201 * nto-tdep.c (nto_find_and_open_solib): Make "endian" const.
10202 (nto_init_solib_absolute_prefix): Likewise.
10203
53e78085
PA
102042015-03-20 Pedro Alves <palves@redhat.com>
10205
10206 * sparc-sol2-tdep.c (sparc_sol2_static_transform_name): Make "p" const.
10207 * spu-tdep.c (spu_gdbarch_init): Make "name" const.
10208
bc23328c
JK
102092015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10210
10211 * config/djgpp/README: Remove gdb.hp.
10212
e8ffc436
YQ
102132015-03-20 Yao Qi <yao.qi@linaro.org>
10214
10215 * aarch64-tdep.c (aarch64_gdbarch_init): Don't call
10216 set_gdbarch_cannot_step_breakpoint.
10217
23f238d3
PA
102182015-03-19 Pedro Alves <palves@redhat.com>
10219
10220 * linux-nat.c (linux_resume_one_lwp): Rename to ...
10221 (linux_resume_one_lwp_throw): ... this. Don't handle ESRCH here,
10222 instead call perror_with_name.
10223 (check_ptrace_stopped_lwp_gone): New function.
10224 (linux_resume_one_lwp): Reimplement as wrapper around
10225 linux_resume_one_lwp_throw that swallows errors if the LWP is
10226 gone.
10227 (resume_stopped_resumed_lwps): Try register reads in TRY/CATCH and
10228 swallows errors if the LWP is gone. Use
10229 linux_resume_one_lwp_throw instead of linux_resume_one_lwp.
10230
eb54c8bf
PA
102312015-03-19 Pedro Alves <palves@redhat.com>
10232
10233 * linux-nat.c (status_callback): Return early if the LWP has no
10234 status pending.
10235
b90fc188
PA
102362015-03-19 Pedro Alves <palves@redhat.com>
10237
10238 * linux-nat.c (select_event_lwp_callback): Update comment to no
10239 longer mention SIGTRAP.
10240
670f82d4
TG
102412015-03-18 Tristan Gingold <gingold@adacore.com>
10242
72f4393d
L
10243 * amd64-windows-tdep.c (amd64_windows_find_unwind_info): Move
10244 redirection code to ...
10245 (amd64_windows_frame_decode_insns): ... Here. Fix in prologue
10246 checks. Fix SAVE_NONVOL operations. Add debug code and comments.
670f82d4 10247
464b0089
GB
102482015-03-18 Gary Benson <gbenson@redhat.com>
10249
10250 (remote_protocol_features): Remove the "vFile:fstat" feature.
10251 (remote_hostio_fstat): Probe for "vFile:fstat" support.
10252
f68f11b7
YQ
102532015-03-11 Yao Qi <yao.qi@linaro.org>
10254
10255 PR tdep/18107
10256 * aarch64-linux-tdep.c: Include xml-syscall.h
10257 (aarch64_linux_get_syscall_number): New function.
10258 (aarch64_linux_init_abi): Call
10259 set_gdbarch_get_syscall_number.
10260 * syscalls/aarch64-linux.xml: New file.
10261
393bd0c0
YG
102622015-03-17 Yurij Grechishhev <yurij.grechishhev@gmail.com>
10263
10264 * ser-base.h (ser_base_setstopbits): Change second argument name
10265 from "rate" to "num".
10266
7f3647e2
GB
102672015-03-17 Gary Benson <gbenson@redhat.com>
10268 Luke Allardyce <lukeallardyce@gmail.com>
10269
10270 PR gdb/18131
10271 * common/common-remote-fileio.h (sys/stat.h): New include.
10272 (stuct stat): Remove forward declaration.
10273
3ce5b6e2
JB
102742015-03-16 John Baldwin <jhb@FreeBSD.org>
10275
10276 * fbsd-tdep.c (fbsd_make_corefile_notes): Fetch all target registers
10277 before writing core register notes.
10278
d053f6be
YZ
102792015-03-16 Yuanhui Zhang <asmwarrior@gmail.com>
10280 Pedro Alves <palves@redhat.com>
10281
10282 * gdb_curses.h (tgetnum): Mark with EXTERN_C.
10283 * stub-termcap.c (tgetent, tgetnum, tgetflag, tgetstr, tputs)
10284 (tgoto): Wrap with extern "C".
10285
b1a921c8
PA
102862015-03-16 Pedro Alves <palves@redhat.com>
10287 Yuanhui Zhang <asmwarrior@gmail.com>
10288
10289 * stub-termcap.c (tputs): Change prototype.
10290
876d1cd7
YZ
102912015-03-16 Yuanhui Zhang <asmwarrior@gmail.com>
10292 Pedro Alves <palves@redhat.com>
10293
10294 * windows-nat.c (struct thread_info_struct): Rename to ...
10295 (struct windows_thread_info_struct): ... this.
10296 (thread_info): Rename to ...
10297 (windows_thread_info): ... this.
10298 All users updated.
10299
0800b440
JK
103002015-03-14 Jan Kratochvil <jan.kratochvil@redhat.com>
10301 Pedro Alves <palves@redhat.com>
10302
10303 * NEWS: New Removed targets and native configurations.
10304
103052015-03-13 Jan Kratochvil <jan.kratochvil@redhat.com>
61a12cfa
JK
10306
10307 Remove HPUX.
10308 * Makefile.in (ALL_64_TARGET_OBS): Remove ia64-hpux-tdep.o.
10309 (ALL_TARGET_OBS): Remove hppa-hpux-tdep.o, solib-som.o and solib-pa64.o.
10310 (HFILES_NO_SRCDIR): Remove solib-som.h, inf-ttrace.h, solib-pa64.h and
10311 ia64-hpux-tdep.h, solib-ia64-hpux.h.
10312 (ALLDEPFILES): Remove hppa-hpux-tdep.c, hppa-hpux-nat.c,
10313 ia64-hpux-nat.c, ia64-hpux-tdep.c, somread.c and solib-som.c.
10314 * config/djgpp/fnchange.lst: Remove hppa-hpux-nat.c and
10315 hppa-hpux-tdep.c.
10316 * config/ia64/hpux.mh: Remove file.
10317 * config/pa/hpux.mh: Remove file.
10318 * configure: Rebuilt.
10319 * configure.ac (dlgetmodinfo, somread.o): Remove.
10320 * configure.host (hppa*-*-hpux*, ia64-*-hpux*): Make them obsolete.
10321 (ia64-*-hpux*): Remove its float format exception.
10322 * configure.tgt (hppa*-*-hpux*, ia64-*-hpux*): Make them obsolete.
10323 * hppa-hpux-nat.c: Remove file.
10324 * hppa-hpux-tdep.c: Remove file.
10325 * hppa-tdep.c (struct hppa_unwind_info, struct hppa_objfile_private):
10326 Move them here from hppa-tdep.h
10327 (hppa_objfile_priv_data, hppa_init_objfile_priv_data): Make it static.
10328 (hppa_frame_prev_register_helper): Remove HPPA_FLAGS_REGNUM exception.
10329 * hppa-tdep.h (struct hppa_unwind_info, struct hppa_objfile_private):
10330 Move them to hppa-tdep.c.
10331 (hppa_objfile_priv_data, hppa_init_objfile_priv_data): Remove
10332 declarations.
10333 * ia64-hpux-nat.c: Remove file.
10334 * ia64-hpux-tdep.c: Remove file.
10335 * ia64-hpux-tdep.h: Remove file.
10336 * inf-ttrace.c: Remove file.
10337 * inf-ttrace.h: Remove file.
10338 * solib-ia64-hpux.c: Remove file.
10339 * solib-ia64-hpux.h: Remove file.
10340 * solib-pa64.c: Remove file.
10341 * solib-pa64.h: Remove file.
10342 * solib-som.c: Remove file.
10343 * solib-som.h: Remove file.
10344 * somread.c: Remove file.
10345
25268153
JB
103462015-03-13 John Baldwin <jhb@FreeBSD.org>
10347
10348 * configure.ac: AC_SEARCH_LIBS(kinfo_getvmmap, util).
10349 * config.in: Regenerate.
10350 * configure: Regenerate.
10351 * fbsd-nat.c [!HAVE_KINFO_GETVMMAP] (fbsd_read_mapping): Don't
72f4393d 10352 define.
25268153
JB
10353 (fbsd_find_memory_regions): Use kinfo_getvmmap to
10354 enumerate memory regions if present.
10355
773eacf5
JB
103562015-03-13 John Baldwin <jhb@FreeBSD.org>
10357
10358 * amd64fbsd-tdep.c (amd64fbsd_sigtramp_p): Style fixes.
10359 * i386fbsd-tdep.c: Fix style in various gdb_static_assert
10360 expressions.
10361 (i386fbsd_sigtramp_p): Likewise.
10362
01b6bdb0
JB
103632015-03-12 John Baldwin <jhb@FreeBSD.org>
10364
10365 * MAINTAINERS (Write After Approval): Add John Baldwin.
10366
811a659a
GB
103672015-03-12 Gary Benson <gbenson@redhat.com>
10368
10369 * solib.c (_initialize_solib): Make "set/show sysroot" use
10370 add_setshow_optional_filename_cmd so it can be restored to
10371 empty after being set.
10372
10304ef3
SDJ
103732015-03-11 Sergio Durigan Junior <sergiodj@redhat.com>
10374
10375 * Makefile.in (SFILES): New source break-catch-syscall.c.
10376 (COMMON_OBS): New object break-catch-syscall.o.
10377 * break-catch-syscall.c: New file.
10378 * breakpoint.c: Remove inclusion of "xml-syscall.h".
10379 (syscall_catchpoint_p): Move declaration to break-catch-syscall.c
10380 (struct syscall_catchpoint): Likewise.
10381 (dtor_catch_syscall): Likewise.
10382 (catch_syscall_inferior_data): Likewise.
10383 (struct catch_syscall_inferior_data): Likewise.
10384 (get_catch_syscall_inferior_data): Likewise.
10385 (catch_syscall_inferior_data_cleanup): Likewise.
10386 (insert_catch_syscall): Likewise.
10387 (remove_catch_syscall): Likewise.
10388 (breakpoint_hit_catch_syscall): Likewise.
10389 (print_it_catch_syscall): Likewise.
10390 (print_one_catch_syscall): Likewise.
10391 (print_mention_catch_syscall): Likewise.
10392 (print_recreate_catch_syscall): Likewise.
10393 (catch_syscall_breakpoint_ops): Likewise.
10394 (syscall_catchpoint_p): Likewise.
10395 (create_syscall_event_catchpoint): Likewise.
10396 (catch_syscall_split_args): Likewise.
10397 (catch_syscall_command_1): Likewise.
10398 (is_syscall_catchpoint_enabled): Likewise.
10399 (catch_syscall_enabled): Likewise.
10400 (catching_syscall_number): Likewise.
10401 (catch_syscall_completer): Likewise.
10402 (clear_syscall_counts): Likewise.
10403 (initialize_breakpoint_ops): Move initialization of syscall
10404 catchpoints to break-catch-syscall.c.
10405 (_initialize_breakpoint): Move code related to syscall catchpoints
10406 to break-catch-syscall.c.
10407
badd37ce
SDJ
104082015-03-11 Sergio Durigan Junior <sergiodj@redhat.com>
10409
10410 * breakpoint.c (breakpoint_find_if): New function.
10411 * breakpoint.h (breakpoint_find_if): New prototype.
10412
0a93529c
GB
104132015-03-11 Gary Benson <gbenson@redhat.com>
10414
10415 * remote-fileio.h (remote_fileio_to_host_stat): New declaration.
10416 * remote-fileio.c (remote_fileio_to_host_uint): New function.
10417 (remote_fileio_to_host_ulong): Likewise.
10418 (remote_fileio_to_host_mode): Likewise.
10419 (remote_fileio_to_host_time): Likewise.
10420 (remote_fileio_to_host_stat): Likewise.
10421 * remote.c (PACKET_vFile_fstat): New enum value.
10422 (remote_protocol_features): Register the "vFile:fstat" feature.
10423 (remote_hostio_fstat): New function.
10424 (remote_bfd_iovec_stat): Use the above.
10425 (_initialize_remote): Register new "set/show remote
10426 hostio-fstat-packet" command.
10427 * symfile.c (separate_debug_file_exists): Update comment.
10428 * NEWS: Announce new vFile:fstat packet.
10429
791c0056
GB
104302015-03-11 Gary Benson <gbenson@redhat.com>
10431
10432 * common/common-remote-fileio.h: New file.
10433 * common/common-remote-fileio.c: Likewise.
10434 * Makefile.in (SFILES): Add common/common-remote-fileio.c.
10435 (HFILES_NO_SRCDIR): Add common/common-remote-fileio.h.
10436 (COMMON_OBS): Add common-remote-fileio.o.
10437 (common-remote-fileio.o): New rule.
10438 * remote-fileio.h (common-remote-fileio.h): New include.
10439 * remote-fileio.c (gdb/fileio.h): Do not include.
10440 (remote_fileio_to_be): Moved to common-remote-fileio.h.
10441 (remote_fileio_to_fio_uint): Likewise.
10442 (remote_fileio_to_fio_time): Likewise.
10443 (remote_fileio_mode_to_target): Moved to common-remote-fileio.c.
10444 (remote_fileio_to_fio_mode): Likewise.
10445 (remote_fileio_to_fio_ulong): Likewise.
10446 (remote_fileio_to_fio_stat): Likewise.
10447
1390d0ef
AW
104482015-03-11 Andy Wingo <wingo@igalia.com>
10449
10450 * guile/scm-value.c (gdbscm_value_dynamic_type): Fix typo in which
10451 we were checking the cached type, not the cached dynamic type.
10452
84a4591a
AW
104532015-03-11 Andy Wingo <wingo@igalia.com>
10454
10455 * guile/scm-cmd.c (cmdscm_destroyer): Don't xfree the name and
10456 other strings, as these are on the GC'd heap, and will be
10457 collected along with the smob.
10458
85642ba0
AW
104592015-03-11 Andy Wingo <wingo@igalia.com>
10460
10461 * guile/scm-objfile.c (gdbscm_objfile_progspace): New function.
10462 (objfile_functions): Bind gdbscm_objfile_progspace to
10463 objfile-progspace.
10464 * guile/lib/gdb.scm: Add objfile-progspace to exports.
10465
92fab5a6
AW
104662015-03-11 Andy Wingo <wingo@igalia.com>
10467
10468 * guile/guile.c (_initialize_guile): Disable automatic
10469 finalization, if Guile offers us that possibility.
10470 * guile/guile.c (call_initialize_gdb_module):
10471 * guile/scm-safe-call.c (gdbscm_with_catch): Arrange to run
10472 finalizers in appropriate places.
10473 * configure.ac (AC_TRY_LIBGUILE): Add a check for
10474 scm_set_automatic_finalization_enabled.
10475 * configure: Regenerated.
10476
f054145e
AA
104772015-03-11 Andreas Arnez <arnez@linux.vnet.ibm.com>
10478
10479 * s390-linux-tdep.c (s390_skip_prologue): Skip the prologue using
10480 SAL, if possible.
10481
18396193
AA
104822015-03-11 Andreas Arnez <arnez@linux.vnet.ibm.com>
10483
10484 * s390-linux-nat.c (struct arch_lwp_info): New.
10485 (s390_fix_watch_points): Rename to...
10486 (s390_prepare_to_resume): ...this. Skip the PER info update
10487 unless the watch points have changed.
10488 (s390_refresh_per_info, s390_new_thread): New functions.
10489 (s390_insert_watchpoint): Call s390_refresh_per_info instead of
10490 s390_fix_watch_points.
10491 (s390_remove_watchpoint): Likewise.
10492 (_initialize_s390_nat): Reflect renaming of s390_fix_watch_points.
10493 Register s390_prepare_to_resume.
10494
9eb1356e
PA
104952015-03-09 Pedro Alves <palves@redhat.com>
10496
10497 Revert:
10498 2015-03-07 Pedro Alves <palves@redhat.com>
10499 * common/gdb_socket.h: New file.
10500 * ser-tcp.c: Include gdb_socket.h. Don't include netinet/in.h nor
10501 sys/socket.h.
10502 (net_open): Use union gdb_sockaddr_u.
10503
aac331e4
PA
105042015-03-07 Pedro Alves <palves@redhat.com>
10505
10506 * configure.ac (build_warnings): Move -Wmissing-prototypes
10507 -Wdeclaration-after-statement -Wmissing-parameter-type
10508 -Wold-style-declaration -Wold-style-definition to the C-specific
10509 set.
10510 * configure: Regenerate.
10511
366c75fc
PA
105122015-03-07 Pedro Alves <palves@redhat.com>
10513
10514 * common/gdb_socket.h: New file.
10515 * ser-tcp.c: Include gdb_socket.h. Don't include netinet/in.h nor
10516 sys/socket.h.
10517 (net_open): Use union gdb_sockaddr_u.
10518
72df25b2
PA
105192015-03-07 Pedro Alves <palves@redhat.com>
10520
10521 * common/common-exceptions.c [!__cplusplus] (enum catcher_state)
10522 (exceptions_state_mc_action_iter)
10523 (exceptions_state_mc_action_iter_1, exceptions_state_mc_catch):
10524 Don't define.
10525 [__cplusplus] (try_scope_depth): New global.
10526 [__cplusplus] (exception_try_scope_entry)
10527 (exception_try_scope_exit, gdb_exception_sliced_copy)
10528 (exception_rethrow): New functions.
10529 (throw_exception): In C++ mode, throw
10530 gdb_exception_RETURN_MASK_QUIT for RETURN_QUIT and
10531 gdb_exception_RETURN_MASK_ERROR for RETURN_ERROR.
10532 (throw_it): In C++ mode, use try_scope_depth.
10533 * common/common-exceptions.h [!__cplusplus]
10534 (exceptions_state_mc_action_iter)
10535 (exceptions_state_mc_action_iter_1, exceptions_state_mc_catch):
10536 Don't declare.
10537 [__cplusplus] (exception_try_scope_entry)
10538 (exception_try_scope_exit, exception_rethrow): Declare.
10539 [__cplusplus] (struct exception_try_scope): New struct.
10540 [__cplusplus] (TRY, CATCH, END_CATCH): Reimplement on top of real
10541 C++ exceptions.
10542 (struct gdb_exception_RETURN_MASK_ALL)
10543 (struct gdb_exception_RETURN_MASK_ERROR)
10544 (struct gdb_exception_RETURN_MASK_QUIT): New types.
10545
284e6217
PA
105462015-03-07 Pedro Alves <palves@redhat.com>
10547
10548 * main.c (handle_command_errors): Remove volatile qualifier from
10549 parameter.
10550
6c63c96a
PA
105512015-03-07 Pedro Alves <palves@redhat.com>
10552
10553 * breakpoint.c (save_breakpoints): Adjust to avoid code between
10554 TRY and CATCH.
10555 * gdbtypes.c (safe_parse_type): Remove empty line.
10556 (types_deeply_equal):
10557 * guile/scm-frame.c (gdbscm_frame_name):
10558 * linux-thread-db.c (find_new_threads_once):
10559 * python/py-breakpoint.c (bppy_get_commands):
10560 * record-btrace.c (record_btrace_insert_breakpoint)
10561 (record_btrace_remove_breakpoint, record_btrace_start_replaying)
10562 (record_btrace_start_replaying): Adjust to avoid code between TRY
10563 and CATCH.
10564
492d29ea
PA
105652015-03-07 Pedro Alves <palves@redhat.com>
10566
10567 * common/common-exceptions.c (struct catcher) <exception>: No
10568 longer a pointer to volatile exception. Now an exception value.
10569 <mask>: Delete field.
10570 (exceptions_state_mc_init): Remove all parameters. Adjust.
10571 (exceptions_state_mc): No longer pop the catcher here.
10572 (exceptions_state_mc_catch): New function.
10573 (throw_exception): Adjust.
10574 * common/common-exceptions.h (exceptions_state_mc_init): Remove
10575 all parameters.
10576 (exceptions_state_mc_catch): Declare.
10577 (TRY_CATCH): Rename to ...
10578 (TRY): ... this. Remove EXCEPTION and MASK parameters.
10579 (CATCH, END_CATCH): New.
10580 All callers adjusted.
10581
ece957c8
TT
105822015-03-07 Tom Tromey <tromey@redhat.com>
10583
10584 * top.c (quit_force): Inline and delete DO_TRY, DO_PRINT_EX.
10585
7556d4a4
PA
105862015-03-07 Pedro Alves <palves@redhat.com>
10587
10588 * amd64-tdep.c (amd64_frame_cache, amd64_sigtramp_frame_cache)
10589 (amd64_epilogue_frame_cache): Normal exception handling code.
10590 * break-catch-throw.c (check_status_exception_catchpoint)
10591 (re_set_exception_catchpoint): Ditto.
10592 * cli/cli-interp.c (safe_execute_command):
10593 * cli/cli-script.c (script_from_file): Ditto.
10594 * compile/compile-c-symbols.c (generate_c_for_for_one_variable):
10595 Ditto.
10596 * compile/compile-object-run.c (compile_object_run): Ditto.
10597 * cp-abi.c (baseclass_offset): Ditto.
10598 * cp-valprint.c (cp_print_value): Ditto.
10599 * exceptions.c (catch_exceptions_with_msg):
10600 * frame-unwind.c (frame_unwind_try_unwinder): Ditto.
10601 * frame.c (get_frame_address_in_block_if_available): Ditto.
10602 * i386-tdep.c (i386_frame_cache, i386_epilogue_frame_cache)
10603 (i386_sigtramp_frame_cache): Ditto.
10604 * infcmd.c (post_create_inferior): Ditto.
10605 * linespec.c (parse_linespec, find_linespec_symbols):
10606 * p-valprint.c (pascal_object_print_value): Ditto.
10607 * parse.c (parse_expression_for_completion): Ditto.
10608 * python/py-finishbreakpoint.c (bpfinishpy_init): Ditto.
10609 * remote.c (remote_get_noisy_reply): Ditto.
10610 * s390-linux-tdep.c (s390_frame_unwind_cache): Ditto.
10611 * solib-svr4.c (solib_svr4_r_map): Ditto.
10612
f873665f 106132015-03-06 Gary Benson <gbenson@redhat.com>
61012eef
GB
10614
10615 * common/common-utils.h (startswith): New inline function.
10616 All places where this logic was used updated to use the above.
10617
68901c4d
PA
106182015-03-05 Pedro Alves <palves@redhat.com>
10619
10620 PR gdb/18002
10621 * mem-break.c (default_memory_insert_breakpoint): Set shadow_len
10622 after reading the breakpoint's shadow memory.
10623
2dcb2b1a
MK
106242015-03-05 Mark Kettenis <kettenis@gnu.org>
10625
10626 * hppabsd-nat.c: Remove file.
10627 * hppaobsd-nat.c: New file.
10628 * Makefile.in (ALLDEPFILES): Remove hppabsd-nat.c. Add
10629 hppaobsd-nat.c.
10630 * config/pa/obsd.mh (NATDEPFILES): Replace hppabsd-nat.o with
10631 hppaobsd-nat.o.
10632
527a273a
PA
106332015-03-04 Pedro Alves <palves@redhat.com>
10634
10635 * target.h (struct target_ops) <to_decr_pc_after_break>: Delete.
10636 (target_decr_pc_after_break): Delete declaration.
10637 * target.c (default_target_decr_pc_after_break)
10638 (target_decr_pc_after_break): Delete.
10639 * linux-nat.c (check_stopped_by_breakpoint, linux_nat_wait_1): Use
10640 gdbarch_decr_pc_after_break instead of target_decr_pc_after_break.
10641 * linux-thread-db.c (check_event): Likewise.
10642 * infrun.c (adjust_pc_after_break): Likewise.
10643 * darwin-nat.c (cancel_breakpoint): Likewise.
10644 * aix-thread.c (aix_thread_wait): Likewise.
10645 * target-delegates.c: Regenerate.
10646
faf09f01
PA
106472015-03-04 Pedro Alves <palves@redhat.com>
10648
10649 * linux-nat.c (save_sigtrap): Check for breakpoints before
10650 checking watchpoints.
10651 (status_callback) [USE_SIGTRAP_SIGINFO]: Don't check whether a
10652 breakpoint is inserted if relying on SIGTRAP's siginfo.si_code.
10653 (check_stopped_by_breakpoint) [USE_SIGTRAP_SIGINFO]: Decide whether
10654 a breakpoint triggered based on the SIGTRAP's siginfo.si_code.
10655 (linux_nat_stopped_by_sw_breakpoint)
10656 (linux_nat_supports_stopped_by_sw_breakpoint)
10657 (linux_nat_stopped_by_hw_breakpoint)
10658 (linux_nat_supports_stopped_by_hw_breakpoint): New functions.
10659 (linux_nat_wait_1): Don't re-increment the PC if relying on
10660 SIGTRAP's siginfo->si_code.
10661 (linux_nat_add_target): Install new target methods.
10662 * linux-thread-db.c (check_event): Don't account for breakpoint PC
10663 offset if the target already adjusted the PC.
10664 * nat/linux-ptrace.h (USE_SIGTRAP_SIGINFO): New.
10665 (GDB_ARCH_TRAP_BRKPT): New.
10666 (TRAP_HWBKPT): Define if not already defined.
10667
f7e6eed5
PA
106682015-03-04 Pedro Alves <palves@redhat.com>
10669
10670 * NEWS: Mention the new "swbreak" and "hwbreak" stop reasons.
10671 * remote.c (struct remote_state) <remote_stopped_by_watchpoint_p>:
10672 Delete field.
10673 <stop_reason>: New field.
10674 (PACKET_swbreak_feature, PACKET_hwbreak_feature): New enum values.
10675 (packet_set_cmd_state): New function.
10676 (remote_protocol_features): Register the "swbreak" and "hwbreak"
10677 features.
10678 (remote_query_supported): If not disabled with the corresponding
10679 "set remote foo-packet" command, report support for the swbreak
10680 and hwbreak features.
10681 (struct stop_reply) <remote_stopped_by_watchpoint_p>: Delete
10682 field.
10683 <stop_reason>: New field.
10684 (remote_parse_stop_reply): Handle "swbreak" and "hwbreak".
10685 (remote_wait_as): Adjust.
10686 (remote_stopped_by_sw_breakpoint)
10687 (remote_supports_stopped_by_sw_breakpoint)
10688 (remote_stopped_by_hw_breakpoint)
10689 (remote_supports_stopped_by_hw_breakpoint): New functions.
10690 (remote_stopped_by_watchpoint): New function.
10691 (init_remote_ops): Install them.
10692 (_initialize_remote): Register new "set/show remote
10693 swbreak-feature-packet" and "set/show remote
10694 swbreak-feature-packet" commands.
10695
9e8915c6
PA
106962015-03-04 Pedro Alves <palves@redhat.com>
10697
10698 * btrace.h: Include target/waitstatus.h.
10699 (struct btrace_thread_info) <stop_reason>: New field.
10700 * record-btrace.c (record_btrace_step_thread): Use
10701 record_check_stopped_by_breakpoint instead of breakpoint_here_p.
10702 (record_btrace_decr_pc_after_break): Delete.
10703 (record_btrace_stopped_by_sw_breakpoint)
10704 (record_btrace_supports_stopped_by_sw_breakpoint)
10705 (record_btrace_stopped_by_hw_breakpoint)
10706 (record_btrace_supports_stopped_by_hw_breakpoint): New functions.
10707 (init_record_btrace_ops): Install them.
10708 * record-full.c (record_full_hw_watchpoint): Delete and replace
10709 with ...
10710 (record_full_stop_reason): ... this throughout.
10711 (record_full_exec_insn): Adjust.
10712 (record_full_wait_1): Adjust. No longer re-increment the PC.
10713 (record_full_wait_1): Adjust. Use
10714 record_check_stopped_by_breakpoint instead of breakpoint_here_p.
10715 (record_full_stopped_by_watchpoint): Adjust.
10716 (record_full_stopped_by_sw_breakpoint)
10717 (record_full_supports_stopped_by_sw_breakpoint)
10718 (record_full_supports_stopped_by_sw_breakpoint)
10719 (record_full_stopped_by_hw_breakpoint)
10720 (record_full_supports_stopped_by_hw_breakpoint): New functions.
10721 (init_record_full_ops, init_record_full_core_ops): Install them.
10722 * record.c (record_check_stopped_by_breakpoint): New function.
10723 * record.h: Include target/waitstatus.h.
10724 (record_check_stopped_by_breakpoint): New declaration.
10725
15c66dd6
PA
107262015-03-04 Pedro Alves <palves@redhat.com>
10727
10728 enum lwp_stop_reason -> enum target_stop_reason
10729 * linux-nat.c (linux_resume_one_lwp, check_stopped_by_watchpoint)
10730 (linux_nat_stopped_by_watchpoint, status_callback)
10731 (linux_nat_wait_1): Adjust.
10732 * linux-nat.h (enum lwp_stop_reason): Delete.
10733 (struct lwp_info) <stop_reason>: Now an enum target_stop_reason.
10734 * x86-linux-nat.c (x86_linux_prepare_to_resume): Adjust.
10735 * target/waitstatus.h (enum target_stop_reason): New.
10736
1cf4d951
PA
107372015-03-04 Pedro Alves <palves@redhat.com>
10738
10739 * breakpoint.c (need_moribund_for_location_type): New function.
10740 (bpstat_stop_status): Don't skipping checking moribund locations
10741 of breakpoint types which the target tell caused a stop.
10742 (program_breakpoint_here_p): New function, factored out from ...
10743 (bp_loc_is_permanent): ... this.
10744 (update_global_location_list): Don't create a moribund location if
10745 the target supports reporting stops of the type of the removed
10746 breakpoint.
10747 * breakpoint.h (program_breakpoint_here_p): New declaration.
10748 * infrun.c (adjust_pc_after_break): Return early if the target has
10749 already adjusted the PC. Add comments.
10750 (handle_signal_stop): If nothing explains a signal, and the target
10751 tells us the stop was caused by a software breakpoint, check if
10752 there's a breakpoint instruction in the memory. If so, adjust the
10753 PC before presenting the stop to the user. Otherwise, ignore the
10754 trap. If nothing explains a signal, and the target tells us the
10755 stop was caused by a hardware breakpoint, ignore the trap.
10756 * target.h (struct target_ops) <to_stopped_by_sw_breakpoint,
10757 to_supports_stopped_by_sw_breakpoint, to_stopped_by_hw_breakpoint,
10758 to_supports_stopped_by_hw_breakpoint>: New fields.
10759 (target_stopped_by_sw_breakpoint)
10760 (target_supports_stopped_by_sw_breakpoint)
10761 (target_stopped_by_hw_breakpoint)
10762 (target_supports_stopped_by_hw_breakpoint): Define.
10763 * target-delegates.c: Regenerate.
10764
79639e11
PA
107652015-03-04 Pedro Alves <palves@redhat.com>
10766
10767 * infrun.c (follow_fork_inferior): Use the whole of the
10768 inferior_ptid and pending_follow.related_pid ptids instead of
10769 building ptids from the process components. Adjust verbose output
10770 to use target_pid_to_str.
10771 * linux-nat.c (linux_child_follow_fork): Use the whole of the
10772 inferior_ptid and pending_follow.related_pid ptids instead of
10773 building ptids from the process components.
10774
e85e8e5e
MK
107752015-03-04 Mark Kettenis <kettenis@gnu.org>
10776
10777 * inf-ptrace.c [PT_GET_PROCESS_STATE]
10778 (inf_ptrace_insert_fork_catchpoint): New function.
10779 (inf_ptrace_remove_fork_catchpoint): New function.
10780 (inf_ptrace_target) [PT_GET_PROCESS_STATE]: Install them.
10781
87de11c0
AA
107822015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
10783
10784 * s390-linux-tdep.c (s390_register_name): Return empty string
10785 instead of NULL for registers that shouldn't be visible.
10786
d851a69a
AA
107872015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
10788
10789 * s390-linux-tdep.c (s390_gdbarch_init): Use the correct syscall
10790 XML file for 64-bit targets.
10791
b072f6c1
SM
107922015-03-03 Simon Marchi <simon.marchi@ericsson.com>
10793
10794 * target.h (find_default_create_inferior): Remove declaration.
10795 (find_default_attach): Likewise.
10796
c1593e4f
PA
107972015-03-03 Pedro Alves <palves@redhat.com>
10798
10799 * inf-ptrace.c (inf_ptrace_resume): Remove spurious whitespace.
10800 Use ptid_get_pid to get the overall process id when resuming all
10801 threads.
10802
90ad5e1d
PA
108032015-03-03 Pedro Alves <palves@redhat.com>
10804
10805 * i386-linux-nat.c (i386_linux_resume): Get the ptrace PID out of
10806 the lwp field of ptid. Pass the full ptid to get_thread_regcache.
10807 * inf-ptrace.c (get_ptrace_pid): New function.
10808 (inf_ptrace_resume): Use it.
10809 * linux-nat.c (linux_resume_one_lwp): Pass the LWP's ptid ummodified
10810 to the lower layer.
10811
d68e53f4
MM
108122015-03-03 Markus Metzger <markus.t.metzger@intel.com>
10813
10814 * nat/linux-btrace.c: Include sys/utsname.h.
10815 (linux_determine_kernel_ptr_bits): New.
10816 (linux_enable_bts): Call linux_determine_kernel_ptr_bits.
10817 * x86-linux-nat.c (x86_linux_enable_btrace): Do not overwrite non-zero
10818 ptr_bits.
10819
986b6601
MM
108202015-03-03 Markus Metzger <markus.t.metzger@intel.com>
10821
10822 * btrace.c (ftrace_update_function): Treat return as tailcall for
10823 "_dl_runtime_resolve".
10824
ce0dfbea
MM
108252015-03-03 Markus Metzger <markus.t.metzger@intel.com>
10826
10827 * btrace.h (btrace_function) <lbegin, lend>: Remove.
10828 * btrace.c (ftrace_debug): Do not print the line range.
10829 (ftrace_skip_file, ftrace_update_lines): Remove.
10830 (ftrace_new_function): Remove lbegin and lend initialization.
10831 (btrace_compute_ftrace_bts): Remove call to ftrace_update_lines.
10832 * record-btrace.c (btrace_compute_src_line_range): New.
10833 (btrace_call_history_src_line): Call btrace_compute_src_line_range.
10834
95e50b27
PA
108352015-03-02 Pedro Alves <palves@redhat.com>
10836
10837 * infrun.c (follow_exec): Delete all threads of the process except
10838 the event thread. Extended comments.
10839
00e474c2
JB
108402015-03-02 Joel Brobecker <brobecker@adacore.com>
10841
10842 * contrib/ari/gdb_ari.sh: Reinstate checks for "true" and "false".
10843
cc7039d3
JB
108442015-03-02 Joel Brobecker <brobecker@adacore.com>
10845
10846 * utils.h: Remove <stdbool.h> #include.
10847 (producer_is_gcc): Change return type to "int".
10848 * utils.c (producer_is_gcc): Change return type to int.
10849 Return 1 instead of true, and 0 instead of false.
10850 Adjust function documentation accordingly.
10851
550bdf96
AA
108522015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
10853
10854 * s390-linux-nat.c (have_regset_vxrs): New static variable.
10855 (s390_linux_fetch_inferior_registers): Handle vector registers, if
10856 present.
10857 (s390_linux_store_inferior_registers): Likewise.
10858 (s390_get_hwcap): Remove function. Embed its logic...
10859 (s390_read_description): ...here. Yield a target description with
10860 vector registers if applicable.
10861 * s390-linux-tdep.c: Include "features/s390-vx-linux64.c",
10862 "features/s390-tevx-linux64.c", "features/s390x-vx-linux64.c", and
10863 "features/s390x-tevx-linux64.c".
10864 (struct gdbarch_tdep) <v0_full_regnum>: New field.
10865 (s390_dwarf_regmap): Add vector registers. Remove bogus entries
10866 for "GNU/Linux-specific registers".
10867 (s390_dwarf_reg_r0l): New enum value.
10868 (s390_dwarf_reg_to_regnum): Support vector registers.
10869 (s390_adjust_frame_regnum): Adjust pseudo DWARF register numbers
10870 of GPR lower halves.
10871 (regnum_is_vxr_full): New function.
10872 (s390_register_name): New function.
10873 (s390_pseudo_register_name): Handle v0-v15, which are composed of
10874 f0-f15 and v0l-v15l.
10875 (s390_pseudo_register_type): Likewise.
10876 (s390_pseudo_register_read): Likewise.
10877 (s390_pseudo_register_write): Likewise.
10878 (s390_value_from_register): Account for the fact that values are
10879 placed left-justified in vector registers.
10880 (s390_pseudo_register_reggroup_p): Add pseudo registers v0-v15 to
10881 the vector reggroup and omit them from the general reggroup.
10882 (s390_regmap_vxrs_low, s390_regmap_vxrs_high): New register maps.
10883 (s390_vxrs_low_regset, s390_vxrs_high_regset): New regsets.
10884 (s390_iterate_over_regset_sections): Add iterations for the two
10885 new vector regsets.
10886 (s390_core_read_description): Yield a target description with
10887 vector registers if applicable.
10888 (s390_gdbarch_init): Handle target descriptions with vector
10889 registers. Add "register_name" gdbarch method.
10890 (_initialize_s390_tdep): Call new tdesc initialization functions.
10891 * s390-linux-tdep.h (HWCAP_S390_VX): New macro.
10892 (S390_V0_LOWER_REGNUM, S390_V1_LOWER_REGNUM, S390_V2_LOWER_REGNUM)
10893 (S390_V3_LOWER_REGNUM, S390_V4_LOWER_REGNUM, S390_V5_LOWER_REGNUM)
10894 (S390_V6_LOWER_REGNUM, S390_V7_LOWER_REGNUM, S390_V8_LOWER_REGNUM)
10895 (S390_V9_LOWER_REGNUM, S390_V10_LOWER_REGNUM)
10896 (S390_V11_LOWER_REGNUM, S390_V12_LOWER_REGNUM)
10897 (S390_V13_LOWER_REGNUM, S390_V14_LOWER_REGNUM)
10898 (S390_V15_LOWER_REGNUM, S390_V16_REGNUM, S390_V17_REGNUM)
10899 (S390_V18_REGNUM, S390_V19_REGNUM, S390_V20_REGNUM)
10900 (S390_V21_REGNUM, S390_V22_REGNUM, S390_V23_REGNUM)
10901 (S390_V24_REGNUM, S390_V25_REGNUM, S390_V26_REGNUM)
10902 (S390_V27_REGNUM, S390_V28_REGNUM, S390_V29_REGNUM)
10903 (S390_V30_REGNUM, S390_V31_REGNUM): New macros.
10904 (S390_NUM_REGS): Adjust value.
10905 (s390_vxrs_low_regset, s390_vxrs_high_regset): Declare.
10906 (tdesc_s390_vx_linux64, tdesc_s390_tevx_linux64)
10907 (tdesc_s390x_vx_linux64, tdesc_s390x_tevx_linux64): Likewise.
10908 * NEWS: Announce S/390 vector register support.
10909
446899e4
AA
109102015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
10911
10912 * features/s390-tevx-linux64.xml: New file.
10913 * features/s390-vx-linux64.xml: New file.
10914 * features/s390-vx.xml: New file.
10915 * features/s390x-tevx-linux64.xml: New file.
10916 * features/s390x-vx-linux64.xml: New file.
10917 * features/Makefile (WHICH): Add s390-vx-linux64,
10918 s390x-vx-linux64, s390-tevx-linux64, and s390x-tevx-linux64.
10919 (s390-vx-linux64-expedite, s390-tevx-linux64-expedite)
10920 (s390x-vx-linux64-expedite, s390x-tevx-linux64-expedite): New
10921 macros.
10922 * features/s390-tevx-linux64.c: New generated file.
10923 * features/s390-vx-linux64.c: Likewise.
10924 * features/s390x-tevx-linux64.c: Likewise.
10925 * features/s390x-vx-linux64.c: Likewise.
10926 * regformats/s390-tevx-linux64.dat: Likewise.
10927 * regformats/s390-vx-linux64.dat: Likewise.
10928 * regformats/s390x-tevx-linux64.dat: Likewise.
10929 * regformats/s390x-vx-linux64.dat: Likewise.
10930
b7236fbe
DE
109312015-02-28 Doug Evans <xdje42@gmail.com>
10932
10933 * symtab.h (struct symtab) <next>: Fix comment.
10934
02e62830
SM
109352015-02-27 Simon Marchi <simon.marchi@ericsson.com>
10936
10937 * python/python.c (python_GdbModuleDef): Rename GdbMethods to
10938 python_GdbMethods.
10939
bf36a1e7
PA
109402015-02-27 Pedro Alves <palves@redhat.com>
10941
10942 * dtrace-probe.c (dtrace_probe_ops): Make extern.
10943
ad6aff7d
PA
109442015-02-27 Pedro Alves <palves@redhat.com>
10945
10946 * common/common-exceptions.h (exception_none): Declare.
10947 * common/common-exceptions.c (exception_none): Moved from
10948 exceptions.c.
10949 (exceptions_state_mc_init): Use exception_none.
10950 * exceptions.c (exception_none): Move to
10951 common/common-exceptions.c.
10952 * exceptions.h (exception_none): Move to
10953 common/common-exceptions.h.
10954
97c18565
PA
109552015-02-27 Pedro Alves <palves@redhat.com>
10956
10957 * main.c (catch_command_errors, catch_command_errors_const):
10958 Remove 'mask' argument. Adjust.
10959 (captured_main): Adjust callers.
10960
e992c591
PA
109612015-02-27 Pedro Alves <palves@redhat.com>
10962
10963 * python/python-internal.h: Include "extension-priv.h".
10964
64166036
PA
109652015-02-27 Pedro Alves <palves@redhat.com>
10966
10967 * breakpoint.h (enum print_stop_action): Move further up in the
10968 file.
10969
8a526fa6
PA
109702015-02-27 Pedro Alves <palves@redhat.com>
10971
10972 * gdbarch.sh: Include regcache.h.
10973 * gdbarch.h: Regenerate.
10974
0fa9c223
PA
109752015-02-27 Pedro Alves <palves@redhat.com>
10976
10977 * arm-tdep.c (decode_insn) <arm_handle_insn, thumb_handle_insn>:
10978 Remove duplicate const.
10979 * sparc-sol2-tdep.c (sparc_sol2_static_transform_name): Remove
10980 duplicate const.
10981
7cf99fb1
PA
109822015-02-27 Pedro Alves <palves@redhat.com>
10983
10984 * cp-valprint.c (vtbl_ptr_name): Use EXPORTED_CONST.
10985 * guile/guile.c (extension_language_guile): Use EXPORTED_CONST.
10986 * features/feature_to_c.sh: Tag the generated xml_builtin array
10987 with extern const in C++ mode.
10988
1424c16e
TT
109892015-02-27 Tom Tromey <tromey@redhat.com>
10990
10991 * minidebug.c (struct lzma_stream): Rename to ...
10992 (struct gdb_lzma_stream): ... this.
10993 (lzma_open, lzma_pread, lzma_close, lzma_stat): Adjust.
10994
10367c7c
PA
109952015-02-27 Pedro Alves <palves@redhat.com>
10996
10997 * mi/mi-cmd-stack.c (mi_apply_ext_lang_frame_filter): New
10998 function.
10999 (mi_cmd_stack_list_locals, mi_cmd_stack_list_args)
11000 (mi_cmd_stack_list_variables): Use it.
11001
4180215b
PA
110022015-02-27 Pedro Alves <palves@redhat.com>
11003
11004 * x86-linux-nat.c (u_debugreg_offset): New function.
11005 (x86_linux_dr_get, x86_linux_dr_set): Use it.
11006
2f56f7c3
PA
110072015-02-27 Pedro Alves <palves@redhat.com>
11008
11009 * nat/x86-dregs.h (enum target_hw_bp_type): Remove forward
11010 declaration.
11011 Include break-common.h.
11012
570dc176
TT
110132015-02-27 Tom Tromey <tromey@redhat.com>
11014 Pedro Alves <palves@redhat.com>
11015
11016 * arm-tdep.c (set_fp_model_sfunc, arm_set_abi): Use 'int' for
11017 local used to iterate over enums.
11018 * completer.c (signal_completer): Likewise.
11019 * i386-tdep.c (i386_stap_parse_special_token): Likewise.
11020 * rs6000-tdep.c (powerpc_set_vector_abi): Likewise.
11021 * tui/tui-data.c (tui_next_win, tui_prev_win): Likewise.
11022 * tui/tui-layout.c (next_layout, prev_layout): Likewise.
11023 * tui/tui-win.c (tui_refresh_all_win, tui_rehighlight_all)
11024 (tui_resize_all, tui_set_focus_command, tui_all_windows_info): Likewise.
11025 * tui-wingeneral.c (tui_refresh_all): Likewise.
11026
68c14faa
PA
110272015-02-27 Pedro Alves <palves@redhat.com>
11028
11029 * target.h: Include "infrun.h".
11030
749bab01
PA
110312015-02-27 Pedro Alves <palves@redhat.com>
11032
11033 * gdb_proc_service.h: Wrap with EXTERN_C_PUSH/EXTERN_C_POP.
11034
3c14e5a3
PA
110352015-02-27 Pedro Alves <palves@redhat.com>
11036
11037 * common/agent.h (IPA_SYM_EXPORTED_NAME): New.
11038 (IPA_SYM): Use it.
11039 * common/common-defs.h (EXTERN_C_PUSH, EXTERN_C_POP): New macros.
11040
56000a98
PA
110412015-02-27 Pedro Alves <palves@redhat.com>
11042
11043 * cli-out.c (_rl_erase_entire_line): Move declaration out of
11044 cli_mld_erase_entire_line, and make it extern "C".
11045 * common/common-defs.h (EXTERN_C): New.
11046 * completer.c (_rl_completion_prefix_display_length)
11047 (_rl_print_completions_horizontally, QSFUNC): Move declarations
11048 out of gdb_display_match_list_1.
11049 (_rl_qsort_string_compare): Move declaration out of
11050 gdb_display_match_list_1, and make it extern "C".
11051 * defs.h (re_comp): Use EXTERN_C.
11052 * maint.c (_mcleanup): Move declaration out of mcleanup_wrapper,
11053 and make it extern "C".
11054 (monstartup): Move declaration out of maintenance_set_profile_cmd,
11055 and make it extern "C".
11056 (main): Move declaration out of maintenance_set_profile_cmd.
11057 * nat/linux-ptrace.c (linux_ptrace_attach_fail_reason_string): Use
11058 EXTERN_C.
11059
bcabf420
PA
110602015-02-27 Pedro Alves <palves@redhat.com>
11061
11062 * python/python.c (GdbMethods): Rename to ...
11063 (python_GdbMethods): ... this and make extern.
11064 (GdbModuleDef): Rename to ...
11065 (python_GdbModuleDef): ... this and make extern.
11066
928dbe07
PA
110672015-02-27 Pedro Alves <palves@redhat.com>
11068
11069 * record-btrace.c (set_record_btrace_cmdlist)
11070 (show_record_btrace_cmdlist): Remove redefinitions.
11071
52059ffd
TT
110722015-02-27 Tom Tromey <tromey@redhat.com>
11073 Pedro Alves <palves@redhat.com>
11074
11075 * dwarf2-frame.c (enum cfa_how_kind, struct
11076 dwarf2_frame_state_reg_info): Move out of struct
11077 dwarf2_frame_state.
11078 * dwarf2read.c (struct tu_stats): Move out of struct
11079 dwarf2_per_objfile.
11080 (struct file_entry): Move out of struct line_header.
11081 (struct nextfield, struct nextfnfield, struct fnfieldlist, struct
11082 typedef_field_list): Move out of struct field_info.
11083 * gdbtypes.h (enum dynamic_prop_kind, union dynamic_prop_data):
11084 Move out of struct dynamic_prop.
11085 (union type_owner, union field_location, struct field, struct
11086 range_bounds, union type_specific): Move out of struct main_type.
11087 (struct fn_fieldlist, struct fn_field, struct typedef_field)
11088 (VOFFSET_STATIC): Move out of struct cplus_struct_type.
11089 (struct call_site_target, union call_site_parameter_u, struct
11090 call_site_parameter): Move out of struct call_site.
11091 * m32c-tdep.c (enum m32c_prologue_kind): Move out of struct
11092 m32c_prologue.
11093 (enum srcdest_kind): Move out of struct srcdest.
11094 * main.c (enum cmdarg_kind): Move out of struct cmdarg.
11095 * prologue-value.h (enum prologue_value_kind): Move out of struct
11096 prologue_value.
11097 * s390-linux-tdep.c (enum s390_abi_kind): Move out of struct
11098 gdbarch_tdep.
11099 * stabsread.c (struct nextfield, struct next_fnfieldlist): Move
11100 out of struct field_info.
11101 * symfile.h (struct other_sections): Move out of struct
11102 section_addr_info.
11103 * symtab.c (struct symbol_cache_slot): Move out struct
11104 block_symbol_cache.
11105 * target-descriptions.c (enum tdesc_type_kind): Move out of
11106 typedef struct tdesc_type.
11107 * tui/tui-data.h (enum tui_line_or_address_kind): Move out of
11108 struct tui_line_or_address.
11109 * value.c (enum internalvar_kind, union internalvar_data): Move
11110 out of struct internalvar.
11111 * xtensa-tdep.h (struct ctype_cache): Move out of struct
11112 gdbarch_tdep.
11113
fe978cb0
PA
111142015-02-27 Tom Tromey <tromey@redhat.com>
11115 Pedro Alves <palves@redhat.com>
11116
11117 Rename symbols whose names are reserved C++ keywords throughout.
11118
3bc3d82a
PA
111192015-02-27 Pedro Alves <palves@redhat.com>
11120
11121 * Makefile.in (COMPILER): New, get it from autoconf.
11122 (COMPILE.pre, CC_LD): Use COMPILER.
11123 (CXX): Get from autoconf instead.
11124 (CXX_FOR_TARGET): Default to g++ instead of gcc.
11125 * acinclude.m4: Include build-with-cxx.m4.
11126 * build-with-cxx.m4: New file.
11127 * configure.ac: Call AC_PROG_CXX and GDB_AC_BUILD_WITH_CXX.
11128 Disable -Werror by default if building in C++ mode.
11129 (build_warnings): Add -Wno-sign-compare, -Wno-write-strings and
11130 -Wno-narrowing in C++ mode. Only enable -Wpointer-sign in C mode.
11131 Run supported-warning-flags tests with the C++ compiler.
11132 Save/restore CXXFLAGS too.
11133 * configure: Regenerate.
11134
07697489
PA
111352015-02-27 Pedro Alves <palves@redhat.com>
11136
11137 * libiberty.m4: New file.
11138 * acinclude.m4: Include libiberty.m4.
11139 * configure.ac: Call libiberty_INIT.
11140 * config.in, configure: Regenerate.
11141
60abeae4
AA
111422015-02-27 Andreas Arnez <arnez@linux.vnet.ibm.com>
11143
11144 * s390-linux-tdep.c (s390_gcc_target_options): Not just handle
11145 31-bit targets, but 64-bit targets as well.
11146 (s390_gnu_triplet_regexp): New function.
11147 (s390_gdbarch_init): Set the gcc_target_options gdbarch method for
11148 64-bit targets as well. Set the gnu_triplet_regexp gdbarch
11149 method.
11150
f44466fb 111512015-02-27 Jon TURNEY <jon.turney@dronecode.org.uk> (tiny patch)
f0666312
JT
11152
11153 * windows-nat.c (CONTEXT_DEBUGGER): Remove.
11154 (CONTEXT_DEBUGGER_DR): Add CONTEXT_SEGMENTS. Incorporate flags
11155 from CONTEXT_DEBUGGER.
11156
0def5aaa
DE
111572015-02-26 Doug Evans <dje@google.com>
11158
11159 * gdbtypes.c (internal_type_vptr_fieldno): Add missing call to
11160 CHECK_TYPEDEF.
11161 (set_type_vptr_fieldno): Ditto.
11162 (internal_type_vptr_basetype, set_type_vptr_basetype): Ditto.
11163 * gnu-v3-abi.c (gnuv3_dynamic_class): Ditto.
11164
77b64a49
PA
111652015-02-26 Pedro Alves <palves@redhat.com>
11166
11167 * auto-load.h (file_is_auto_load_safe): Add ATTRIBUTE_PRINTF.
11168 * complaints.c (vcomplaint): Pass argument FMT directly to
11169 printf-like functions instead of complaint->fmt.
11170 * ctf.c (ctf_save_write_metadata): Add ATTRIBUTE_PRINTF.
11171 * darwin-nat.c (inferior_debug): Add ATTRIBUTE_PRINTF.
11172 * compile/compile-loc2c.c (pushf, unary, binary): Add
11173 ATTRIBUTE_PRINTF.
11174 (do_compile_dwarf_expr_to_c): Pass string literal as format string
11175 to pushf.
11176 (BINARY): Pass string literal as format string to 'binary'.
11177 * compile/compile-object-load.c (link_callbacks_einfo): Add
11178 ATTRIBUTE_PRINTF.
11179 * guile/guile-internal.h (gdbscm_printf): Add ATTRIBUTE_PRINTF.
11180
532f44ed
PA
111812015-02-26 Pedro Alves <palves@redhat.com>
11182
11183 * windows-termcap.c: Rename to ...
11184 * stub-termcap.c: ... this. Adjust header line.
11185 * Makefile.in (SFILES): Refer to stub-termcap.c instead of
11186 windows-termcap.c.
11187 * configure: Regenerate.
11188 * configure.ac: Refer to stub-termcap.o instead of
11189 windows-termcap.o.
11190 * gdb_curses.h: Mention stub-termcap.c instead of
11191 windows-termcap.c.
11192
081a1c2c
JK
111932015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
11194
11195 * compile/compile-c-symbols.c (convert_one_symbol, convert_symbol_bmsym)
11196 (gcc_symbol_address): Call gnu_ifunc_resolve_addr.
11197
2f41223f
AT
111982015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
11199
11200 * gdb/infcmd.c (print_return_value): use type_to_string to print type.
11201
80c57053
JK
112022015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
11203
11204 * elfread.c (elf_read_minimal_symbols): Use bfd_alloc for
11205 bfd_canonicalize_symtab.
11206
cf424aef
JB
112072015-02-25 John Baldwin <jhb@FreeBSD.org>
11208
11209 * amd64fbsd-nat.c: Include sys/user.h.
11210 (_initialize_amd64fbsd_nat): Use the KERN_PROC_SIGTRAMP sysctl
11211 instead of KERN_PS_STRINGS to locate the signal trampoline.
11212 * i386fbsd-nat.c: Include sys/user.h.
11213 (_initialize_i386fbsd_nat): Use the KERN_PROC_SIGTRAMP sysctl
11214 instead of KERN_PS_STRINGS to locate the signal trampoline.
11215 * amd64fbsd-tdep.c (amd64fbsd_sigtramp_code): New.
11216 (amd64fbsd_sigtramp_p): New.
11217 (amd64fbsd_sigtramp_start_addr, amd64fbsd_sigtramp_end_addr): No
11218 longer set default values.
11219 (amd64fbsd_init_abi): Set "sigtramp_p" to "amd64fbsd_sigtramp_p".
11220 * i386fbsd-tdep.c (i386fbsd_sigtramp_start)
11221 (i386fbsd_sigtramp_middle, i386fbsd_sigtramp_end)
11222 (i386fbsd_freebsd4_sigtramp_start)
11223 (i386fbsd_freebsd4_sigtramp_middle)
11224 (i386fbsd_freebsd4_sigtramp_end, i386fbsd_osigtramp_start)
11225 (i386fbsd_osigtramp_middle, i386fbsd_osigtramp_end): New.
11226 (i386fbsd_sigtramp_p): New.
11227 (i386fbsd_sigtramp_start_addr, i386fbsd_sigtramp_end_addr): No
11228 longer set default values.
11229 (i386fbsd_init_abi): Set "sigtramp_p" to "i386fbsd_sigtramp_p".
11230
c5cb74ee
JB
112312015-02-25 John Baldwin <jhb@freebsd.org>
11232
11233 * amd64fbsd-tdep.c (amd64fbsd_sigcontext_addr): Use
11234 get_frame_register instead of frame_unwind_register_unsigned.
11235
17487d85
JK
112362015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
11237
11238 PR build/18033
11239 * compile/compile-c-support.c (c_compute_program): Change // comment.
11240 * compile/compile-object-load.c (setup_sections): Change // comment.
11241
9357a9e6
JB
112422015-02-26 Joel Brobecker <brobecker@adacore.com>
11243
11244 PR build/18033:
11245 * iq2000-tdep.c (iq2000_frame_cache): Delete C++-style comment.
11246
1f10ba14
PA
112472015-02-23 Pedro Alves <palves@redhat.com>
11248
11249 * remote.c (skip_to_semicolon): New function.
11250 (remote_parse_stop_reply) <T stop reply>: Use it. Don't
11251 special case the stop reasons that look like hex numbers
11252 upfront. Instead handle real register numbers after matching
11253 all the known stop reasons.
11254
96553a0c
DE
112552015-02-21 Doug Evans <dje@google.com>
11256
11257 PR c++/17976, symtab/17821
11258 * cp-namespace.c (cp_search_static_and_baseclasses): New parameter
11259 is_in_anonymous. All callers updated.
11260 (find_symbol_in_baseclass): Ditto.
11261 (cp_lookup_nested_symbol_1): Ditto. Don't search all static blocks
11262 for symbols in an anonymous namespace.
11263 * dwarf2read.c (namespace_name): Don't call dwarf2_name, fetch
11264 DW_AT_name directly.
11265 (dwarf2_name): Convert missing namespace name to
11266 CP_ANONYMOUS_NAMESPACE_STR.
11267
2db9a427
PA
112682015-02-20 Pedro Alves <palves@redhat.com>
11269
11270 * linux-nat.c (linux_handle_extended_wait): Call
11271 thread_db_notice_clone whenever a new clone LWP is detected.
11272 (linux_stop_and_wait_all_lwps, linux_unstop_all_lwps): New
11273 functions.
11274 * linux-nat.h (thread_db_attach_lwp): Delete declaration.
11275 (thread_db_notice_clone, linux_stop_and_wait_all_lwps)
11276 (linux_unstop_all_lwps): Declare.
11277 * linux-thread-db.c (struct thread_get_info_inout): Delete.
11278 (thread_get_info_callback): Delete.
11279 (thread_from_lwp): Use td_thr_get_info and record_thread.
11280 (thread_db_attach_lwp): Delete.
11281 (thread_db_notice_clone): New function.
11282 (try_thread_db_load_1): If /proc is mounted and shows the
11283 process'es task list, walk over all LWPs and call thread_from_lwp
11284 instead of relying on td_ta_thr_iter.
11285 (attach_thread): Don't call check_thread_signals here. Split the
11286 tail part of the function (which adds the thread to the core GDB
11287 thread list) to ...
11288 (record_thread): ... this function. Call check_thread_signals
11289 here.
11290 (thread_db_wait): Don't call thread_db_find_new_threads_1. Always
11291 call thread_from_lwp.
11292 (thread_db_update_thread_list): Rename to ...
11293 (thread_db_update_thread_list_org): ... this.
11294 (thread_db_update_thread_list): New function.
11295 (thread_db_find_thread_from_tid): Delete.
11296 (thread_db_get_ada_task_ptid): Simplify.
11297 * nat/linux-procfs.c: Include <sys/stat.h>.
11298 (linux_proc_task_list_dir_exists): New function.
11299 * nat/linux-procfs.h (linux_proc_task_list_dir_exists): Declare.
11300
3b27ef47
PA
113012015-02-20 Pedro Alves <palves@redhat.com>
11302
11303 * linux-nat.c (lin_lwp_attach_lwp): No longer special case the
11304 main LWP. Handle the case of waitpid returning 0 if we're already
11305 attached to the LWP. Don't set the LWP's last_resume_kind to
11306 resume_stop if we already knew about the LWP.
11307 (linux_nat_filter_event): Add debug logs.
11308
1cc28231
PA
113092015-02-20 Pedro Alves <palves@redhat.com>
11310
11311 * target.h (forward_target_decr_pc_after_break): Delete
11312 declaration.
11313
5c5019c2
PA
113142015-02-20 Pedro Alves <palves@redhat.com>
11315
11316 PR threads/18006
11317 * linux-thread-db.c (thread_get_info_callback): Return early if
11318 the thread's lwp id is -1.
11319
f3978e91
JB
113202015-02-20 Joel Brobecker <brobecker@adacore.com>
11321
11322 GDB 7.9 released.
11323
ffdf88ec
SE
113242015-02-19 Steve Ellcey <sellcey@imgtec.com>
11325
11326 * dtrace-probe.c (dtrace_process_dof_probe): Initialize arg.expr.
11327 (dtrace_get_probes) Change type of variable 'dof'.
11328
c9587f88
AT
113292015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
11330
11331 PR breakpoints/16812
11332 * linux-nat.c (linux_nat_filter_event): Report SIGTRAP,SIGILL,SIGSEGV.
11333 * nat/linux-ptrace.c (linux_wstatus_maybe_breakpoint): Add.
11334 * nat/linux-ptrace.h: Add linux_wstatus_maybe_breakpoint.
11335
53cf2ee0
DT
113362015-02-19 David Taylor <dtaylor@emc.com>
11337
11338 * common/ax.def (setv): Fix consumed entry in setv DEFOP.
11339
acfe0940
PP
113402015-02-18 Patrick Palka <patrick@parcs.ath.cx>
11341
11342 * tui/tui-io.c (tui_handle_resize_during_io): Remove this
11343 function.
11344 (tui_putc): Don't call tui_handle_resize_during_io.
11345 (tui_getc): Likewise.
11346 (tui_mld_getc): Likewise.
11347 * tui/tui-win.c: Include event-loop.h and tui/tui-io.h.
11348 (tui_sigwinch_token): New static variable.
11349 (tui_initialize_win): Adjust documentation. Set
11350 tui_sigwinch_token.
11351 (tui_async_resize_screen): New asynchronous callback.
11352 (tui_sigwinch_handler): Adjust documentation. Asynchronously
11353 invoke tui_async_resize_screen.
11354
f6a88844
JM
113552015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
11356
11357 * configure: Regenerated.
11358 * configure.ac: Use GDB_AC_TRANSFORM.
11359 * Makefile.in (aclocal_m4_deps): Added transform.m4.
11360 * acinclude.m4: sinclude transform.m4.
11361 * transform.m4: New file.
11362 (GDB_AC_TRANSFORM): New macro.
11363
b05e3b0d
JM
113642015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
11365
11366 * NEWS: Announce the support for DTrace SDT probes.
11367
c3e3045e
JM
113682015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
11369
11370 * amd64-linux-tdep.c: Include "parser-defs.h" and "user-regs.h".
11371 (amd64_dtrace_parse_probe_argument): New function.
11372 (amd64_dtrace_probe_is_enabled): Likewise.
11373 (amd64_dtrace_enable_probe): Likewise.
11374 (amd64_dtrace_disable_probe): Likewise.
11375 (amd64_linux_init_abi): Register the
11376 `gdbarch_dtrace_probe_argument', `gdbarch_dtrace_enable_probe',
11377 `gdbarch_dtrace_disable_probe' and
11378 `gdbarch_dtrace_probe_is_enabled' hooks.
11379 (amd64_dtrace_disabled_probe_sequence_1): New constant.
11380 (amd64_dtrace_disabled_probe_sequence_2): Likewise.
11381 (amd64_dtrace_enable_probe_sequence): Likewise.
11382 (amd64_dtrace_disable_probe_sequence): Likewise.
11383
d4777acb
JM
113842015-01-17 Jose E. Marchesi <jose.marchesi@oracle.com>
11385
11386 * breakpoint.c (BREAK_ARGS_HELP): Help string updated to mention
11387 the -probe-dtrace new vpossible value for PROBE_MODIFIER.
11388 * configure.ac (CONFIG_OBS): dtrace-probe.o added if BFD can
11389 handle ELF files.
11390 * Makefile.in (SFILES): dtrace-probe.c added.
11391 * configure: Regenerate.
11392 * dtrace-probe.c: New file.
11393 (SHT_SUNW_dof): New constant.
11394 (dtrace_probe_type): New enum.
11395 (dtrace_probe_arg): New struct.
11396 (dtrace_probe_arg_s): New typedef.
11397 (struct dtrace_probe_enabler): New struct.
11398 (dtrace_probe_enabler_s): New typedef.
11399 (dtrace_probe): New struct.
11400 (dtrace_probe_is_linespec): New function.
11401 (dtrace_dof_sect_type): New enum.
11402 (dtrace_dof_dofh_ident): Likewise.
11403 (dtrace_dof_encoding): Likewise.
11404 (DTRACE_DOF_ENCODE_LSB): Likewise.
11405 (DTRACE_DOF_ENCODE_MSB): Likewise.
11406 (dtrace_dof_hdr): New struct.
11407 (dtrace_dof_sect): Likewise.
11408 (dtrace_dof_provider): Likewise.
11409 (dtrace_dof_probe): Likewise.
11410 (DOF_UINT): New macro.
11411 (DTRACE_DOF_PTR): Likewise.
11412 (DTRACE_DOF_SECT): Likewise.
11413 (dtrace_process_dof_probe): New function.
11414 (dtrace_process_dof): Likewise.
11415 (dtrace_build_arg_exprs): Likewise.
11416 (dtrace_get_arg): Likewise.
11417 (dtrace_get_probes): Likewise.
11418 (dtrace_get_probe_argument_count): Likewise.
11419 (dtrace_can_evaluate_probe_arguments): Likewise.
11420 (dtrace_evaluate_probe_argument): Likewise.
11421 (dtrace_compile_to_ax): Likewise.
11422 (dtrace_probe_destroy): Likewise.
11423 (dtrace_gen_info_probes_table_header): Likewise.
11424 (dtrace_gen_info_probes_table_values): Likewise.
11425 (dtrace_probe_is_enabled): Likewise.
11426 (dtrace_probe_ops): New variable.
11427 (info_probes_dtrace_command): New function.
11428 (_initialize_dtrace_probe): Likewise.
11429 (dtrace_type_name): Likewise.
11430
8b367e17
JM
114312015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
11432
11433 * gdbarch.sh (dtrace_parse_probe_argument): New.
11434 (dtrace_probe_is_enabled): Likewise.
11435 (dtrace_enable_probe): Likewise.
11436 (dtrace_disable_probe): Likewise.
11437 * gdbarch.c: Regenerate.
11438 * gdbarch.h: Regenerate.
11439
9aca2ff8
JM
114402015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
11441
11442 * stap-probe.c (stap_probe_ops): Add NULLs in the static
11443 stap_probe_ops for `enable_probe' and `disable_probe'.
11444 * probe.c (enable_probes_command): New function.
11445 (disable_probes_command): Likewise.
11446 (_initialize_probe): Define the cli commands `enable probe' and
11447 `disable probe'.
11448 (parse_probe_linespec): New function.
11449 (info_probes_for_ops): Use parse_probe_linespec.
11450 * probe.h (probe_ops): New hooks `enable_probe' and
11451 `disable_probe'.
11452
03e98035
JM
114532015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
11454
11455 * probe.c (compute_probe_arg): Moved from stap-probe.c
11456 (compile_probe_arg): Likewise.
11457 (probe_funcs): Likewise.
11458 * stap-probe.c (compute_probe_arg): Moved to probe.c.
11459 (compile_probe_arg): Likewise.
11460 (probe_funcs): Likewise.
11461
6f9b8491
JM
114622015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
11463
11464 * probe.c (print_ui_out_not_applicables): New function.
11465 (exists_probe_with_pops): Likewise.
11466 (info_probes_for_ops): Do not include column headers for probe
11467 types for which no probe has been actually found on any object.
11468 Also invoke `print_ui_out_not_applicables' in order to match the
11469 column rows with the header when probes of several types are
11470 listed.
11471 Print the "Type" column.
11472 * probe.h (probe_ops): Added a new probe operation `type_name'.
11473 * stap-probe.c (stap_probe_ops): Add `stap_type_name'.
11474 (stap_type_name): New function.
11475
69efdff1
PP
114762015-02-17 Patrick Palka <patrick@parcs.ath.cx>
11477
11478 * tui/tui-io.c (tui_getc): Don't call key_is_command_char.
11479 (key_is_command_char): Delete.
11480
f8e5e23e
PA
114812015-02-17 Pedro Alves <palves@redhat.com>
11482
11483 * tui/tui.c (tui_enable): Resize windows before anything
11484 might show a window.
11485
9f2e0721
MO
114862015-02-17 Max Ostapenko <m.ostapenko@partner.samsung.com>
11487
11488 PR gdb/17984
11489 * aarch64-linux-nat.c: Don't include features/aarch64.c anymore.
11490 (aarch64_linux_read_description): Remove initialize_tdesc_aarch64
11491 call.
11492 * aarch64-tdep.h (tdesc_aarch64): Declare.
11493
171e6b1c
MW
114942015-02-12 Mark Wielaard <mjw@redhat.com>
11495
11496 * contrib/ari/gdb_ari.sh: Remove checks for "true" and "false".
11497
d5ff0482
DE
114982015-02-13 Doug Evans <dje@google.com>
11499
11500 * cp-namespace.c (cp_basic_lookup_symbol): Rename parameter
11501 anonymous_namespace to is_in_anonymous for consistency with the rest
11502 of the file.
11503 (cp_lookup_bare_symbol): Fix typo in comment.
11504 (cp_search_static_and_baseclasses): Ditto.
11505 (search_symbol_list): Use vertical space in comment better.
11506 (reset_directive_searched): Ditto. Fix typo.
11507 (cp_lookup_nested_symbol_1): Clarify contents of NESTED_NAME parameter.
11508
9f04ac5f
YQ
115092015-02-13 Yao Qi <yao.qi@arm.com>
11510
11511 * MAINTAINERS: Update my email address.
11512
013d0319
DE
115132015-02-12 Doug Evans <dje@google.com>
11514
b615dd20 11515 * symtab.c (completion_list_add_name): Fix memory leak.
013d0319 11516
9a7e538e
DE
115172015-02-12 Doug Evans <dje@google.com>
11518
11519 * completer.c (complete_line): Remove incorrect comment.
11520
e1fcd575
JK
115212015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11522
11523 * python/py-framefilter.c (py_print_single_arg, enumerate_locals)
11524 (py_print_frame): Use RETURN_MASK_ERROR.
11525
b99bf4e3
JK
115262015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11527
11528 * python/py-framefilter.c (py_print_frame): Mention RETURN_QUIT in
11529 function comment. Wrap all function that can throw in cleanups.
11530 (gdbpy_apply_frame_filter): Wrap all function that can throw in
11531 cleanups.
11532
800eb1ce
JK
115332015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11534
11535 * python/py-framefilter.c (py_print_frame): Substitute goto error.
11536 Remove the error label.
11537
34019068
JK
115382015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11539
11540 * python/py-framefilter.c (py_print_frame): Put conditional code paths
11541 with goto first, indent the former else codepath left. Put variable
11542 'elided' to a new inner block.
11543
8d4a54e2
JK
115442015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11545
11546 * python/py-framefilter.c (py_print_frame): Whitespacing fixes.
11547
18ad82c1
PA
115482015-02-11 Pedro Alves <palves@redhat.com>
11549
11550 * xcoffread.c (within_function): Delete.
11551
e36122e9
TT
115522015-02-11 Tom Tromey <tromey@redhat.com>
11553 Pedro Alves <palves@redhat.com>
11554
11555 * breakpoint.c (base_breakpoint_ops): Delete.
11556 * dwarf2loc.c (dwarf_expr_ctx_funcs): Make extern.
11557 * elfread.c (elf_sym_fns_gdb_index, elf_sym_fns_lazy_psyms): Make extern.
11558 * guile/guile.c (guile_extension_script_ops, guile_extension_ops): Make extern.
11559 * ppcnbsd-tdep.c (ppcnbsd2_sigtramp): Make extern.
11560 * python/py-arch.c (arch_object_type): Make extern.
11561 * python/py-block.c (block_syms_iterator_object_type): Make extern.
11562 * python/py-bpevent.c (breakpoint_event_object_type): Make extern.
11563 * python/py-cmd.c (cmdpy_object_type): Make extern.
11564 * python/py-continueevent.c (continue_event_object_type)
11565 * python/py-event.h (GDBPY_NEW_EVENT_TYPE): Remove 'qual'
11566 parameter. Update all callers.
11567 * python/py-evtregistry.c (eventregistry_object_type): Make extern.
11568 * python/py-exitedevent.c (exited_event_object_type): Make extern.
11569 * python/py-finishbreakpoint.c (finish_breakpoint_object_type): Make extern.
11570 * python/py-function.c (fnpy_object_type): Make extern.
11571 * python/py-inferior.c (inferior_object_type, membuf_object_type): Make extern.
11572 * python/py-infevents.c (call_pre_event_object_type)
11573 (inferior_call_post_event_object_type).
11574 (memory_changed_event_object_type): Make extern.
11575 * python/py-infthread.c (thread_object_type): Make extern.
11576 * python/py-lazy-string.c (lazy_string_object_type): Make extern.
11577 * python/py-linetable.c (linetable_entry_object_type)
11578 (linetable_object_type, ltpy_iterator_object_type): Make extern.
11579 * python/py-newobjfileevent.c (new_objfile_event_object_type)
11580 (clear_objfiles_event_object_type): Make extern.
11581 * python/py-objfile.c (objfile_object_type): Make extern.
11582 * python/py-param.c (parmpy_object_type): Make extern.
11583 * python/py-progspace.c (pspace_object_type): Make extern.
11584 * python/py-signalevent.c (signal_event_object_type): Make extern.
11585 * python/py-symtab.c (symtab_object_type, sal_object_type): Make extern.
11586 * python/py-type.c (type_object_type, field_object_type)
11587 (type_iterator_object_type): Make extern.
11588 * python/python.c (python_extension_script_ops)
11589 (python_extension_ops): Make extern.
11590 * stap-probe.c (stap_probe_ops): Make extern.
11591
0703599a
PA
115922015-02-11 Pedro Alves <pedro@codesourcery.com>
11593
11594 * infrun.c (adjust_pc_after_break): Don't adjust the PC just
11595 because the event thread is not the current thread.
11596
eaaf76ab
DE
115972015-02-11 Doug Evans <xdje42@gmail.com>
11598
11599 * gdbtypes.c (internal_type_self_type): If TYPE_SPECIFIC_FIELD hasn't
11600 been initialized yet, return NULL.
11601
e7d52ed3
DE
116022015-02-11 Doug Evans <dje@google.com>
11603
11604 * symfile.h (new_symfile_objfile): Delete.
11605 * symfile.c (finish_new_objfile): Renamed from new_symfile_objfile.
11606 All callers updated.
11607
fc6b1256
PP
116082015-02-11 Patrick Palka <patrick@parcs.ath.cx>
11609
11610 * tui/tui-io.c (tui_handle_resize_during_io): Call
11611 tui_update_gdb_sizes() after resizing the screen.
11612 * tui/tui.c (tui_enable): Resize the terminal before
11613 calling tui_update_gdb_sizes().
11614
d9080678
PP
116152015-02-11 Patrick Palka <patrick@parcs.ath.cx>
11616
11617 * tui/tui-io.c (tui_getc): Move cursor to the end of the command
11618 line before printing a newline.
11619
9f615e3a
MW
116202015-02-11 Mark Wielaard <mjw@redhat.com>
11621
11622 * utils.c (producer_is_gcc): Return true or false.
11623
d9080678 116242015-02-10 Mark Wielaard <mjw@redhat.com>
b1ffba5a
MW
11625
11626 * utils.h (producer_is_gcc): Change return type to bool. Add major
11627 argument.
11628 * utils.c (producer_is_gcc): Likewise.
11629 (producer_is_gcc_ge_4): Adjust producer_is_gcc call.
11630 * dwarf2read.c (check_producer): Likewise.
11631
b052c4fb
PA
116322015-02-10 Pedro Alves <palves@redhat.com>
11633
11634 * infrun.c (displaced_step_fixup): Switch to the event thread
11635 before calling gdbarch_displaced_step_fixup.
11636
3ac240d4
AT
116372015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
11638
11639 * MAINTAINERS (Write After Approval): Add Antoine Tremblay.
11640
c1cc6152
SM
116412015-02-10 Simon Marchi <simon.marchi@ericsson.com>
11642
11643 * ada-varobj.c (ada_name_of_child): Constify parent.
11644 (ada_path_expr_of_child): Same.
11645 (ada_value_of_child): Same.
11646 (ada_type_of_child): Same.
11647 * c-varobj.c (c_is_path_expr_parent): Same.
11648 (c_describe_child): Same.
11649 (c_name_of_child): Same.
11650 (c_value_of_child): Same.
11651 (c_type_of_child): Same.
11652 (cplus_number_of_children): Same.
11653 (cplus_describe_child): Constify var.
11654 (cplus_name_of_child): Constify parent.
11655 (cplus_value_of_child): Same.
11656 (cplus_type_of_child): Same.
11657 * jv-varobj.c (java_name_of_child): Same.
11658 (java_value_of_child): Same.
11659 (java_type_of_child): Same.
11660 * varobj.c (value_of_child): Same.
11661 (varobj_default_is_path_expr_parent): Constify var, parent and return
11662 value.
11663 (varobj_get_path_expr): Constify var, modify path_expr through
11664 mutable_var.
11665 (install_new_value): Constify parent.
11666 (value_of_child): Constify parent.
11667 * varobj.h (struct varobj): Constify parent.
11668 (struct lang_varobj_ops): Constify name_of_child, value_of_child and
11669 type_of_child.
11670 (varobj_get_path_expr): Constify var.
11671 (varobj_get_path_expr_parent): Constify var and return value.
11672
c1ee9414
LM
116732015-02-10 Luis Machado <lgustavo@codesourcery.com>
11674
11675 * arm-tdep.c (arm_prologue_unwind_stop_reason): New function.
11676 (arm_prologue_this_id): Move PC and SP limit checks to
11677 arm_prologue_unwind_stop_reason.
11678 (arm_prologue_unwind) <stop_reason> : Set to
11679 arm_prologue_unwind_stop_reason.
11680
f7de9aab
MW
116812015-02-09 Mark Wielaard <mjw@redhat.com>
11682
11683 * dwarf2read.c (set_cu_language): Recognize DW_LANG_Fortran03 and
11684 DW_LANG_Fortran08 as language_fortran.
11685
0b24eb2d
SDJ
116862015-02-09 Sergio Durigan Junior <sergiodj@redhat.com>
11687
11688 PR remote/17946
11689 * gdb/remote.c (remote_parse_stop_reply): Fix wrong comparison
11690 of pointer against char.
11691
a2c2acaf
MW
116922015-02-09 Mark Wielaard <mjw@redhat.com>
11693
11694 * c-typeprint.c (cp_type_print_method_args): Handle '_Atomic'.
11695 (c_type_print_modifier): Likewise.
11696 * dwarf2read.c (read_tag_atomic_type): New function.
11697 (read_type_die_1): Handle DW_TAG_atomic_type.
11698 * gdbtypes.c (make_atomic_type): New function.
11699 (recursive_dump_type): Handle TYPE_ATOMIC.
11700 * gdbtypes.h (enum type_flag_values): Renumber.
11701 (enum type_instance_flag_value): Add TYPE_INSTANCE_FLAG_ATOMIC.
11702 (TYPE_ATOMIC): New macro.
11703 (make_atomic_type): Declare.
11704
31fd9caa
MM
117052015-02-09 Markus Metzger <markus.t.metzger@intel.com>
11706
11707 * btrace.c (ftrace_find_call): Skip gaps.
11708 (ftrace_new_function): Initialize level.
11709 (ftrace_new_call, ftrace_new_tailcall, ftrace_new_return)
11710 (ftrace_new_switch): Update
11711 level computation.
11712 (ftrace_new_gap): New.
11713 (ftrace_update_function): Create new function after gap.
11714 (btrace_compute_ftrace_bts): Create gap on error.
11715 (btrace_stitch_bts): Update parameters. Clear trace if it
11716 becomes empty.
11717 (btrace_stitch_trace): Update parameters. Update callers.
11718 (btrace_clear): Reset the number of gaps.
11719 (btrace_insn_get): Return NULL if the iterator points to a gap.
11720 (btrace_insn_number): Return zero if the iterator points to a gap.
11721 (btrace_insn_end): Allow gaps at the end.
11722 (btrace_insn_next, btrace_insn_prev, btrace_insn_cmp): Handle gaps.
11723 (btrace_find_insn_by_number): Assert that the found iterator does
11724 not point to a gap.
11725 (btrace_call_next, btrace_call_prev): Assert that the last function
11726 is not a gap.
11727 * btrace.h (btrace_bts_error): New.
11728 (btrace_function): Update comment.
11729 (btrace_function) <insn, insn_offset, number>: Update comment.
11730 (btrace_function) <errcode>: New.
11731 (btrace_thread_info) <ngaps>: New.
11732 (btrace_thread_info) <replay>: Update comment.
11733 (btrace_insn_get): Update comment.
11734 * record-btrace.c (btrace_ui_out_decode_error): New.
11735 (record_btrace_info): Print number of gaps.
11736 (btrace_insn_history, btrace_call_history): Call
11737 btrace_ui_out_decode_error for gaps.
11738 (record_btrace_step_thread, record_btrace_start_replaying): Skip gaps.
11739
afb778a2
MM
117402015-02-09 Markus Metzger <markus.t.metzger@intel.com>
11741
11742 * common/btrace-common.h (btrace_cpu_vendor, btrace_cpu): New.
11743 * nat/linux-btrace.c: (btrace_this_cpu): New.
11744 (cpu_supports_bts): Call btrace_this_cpu.
11745 (intel_supports_bts): Add cpu parameter.
11746
7d5c24b3
MM
117472015-02-09 Markus Metzger <markus.t.metzger@intel.com>
11748
11749 * btrace.h (btrace_insn_class): New.
11750 (btrace_insn) <size, iclass>: New.
11751 * btrace.c (ftrace_find_call): Update parameters. Update users.
11752 Use instruction classification.
11753 (ftrace_new_return): Update parameters. Update users.
11754 (ftrace_update_function): Update parameters. Update users. Use
11755 instruction classification.
11756 (ftrace_update_insns): Update parameters. Update users.
11757 (ftrace_classify_insn): New.
11758 (btrace_compute_ftrace_bts): Fill in new btrace_insn fields. Add
11759 TRY_CATCH around call to gdb_insn_length.
11760
76235df1
MM
117612015-02-09 Markus Metzger <markus.t.metzger@intel.com>
11762
11763 * btrace.c (btrace_compute_ftrace_bts, btrace_compute_ftrace):
11764 Update parameters. Update users.
11765
d33501a5
MM
117662015-02-09 Markus Metzger <markus.t.metzger@intel.com>
11767
11768 * btrace.c (parse_xml_btrace_conf_bts): Add size.
11769 (btrace_conf_bts_attributes): New.
11770 (btrace_conf_children): Add attributes.
11771 * common/btrace-common.h (btrace_config_bts): New.
11772 (btrace_config)<bts>: New.
11773 (btrace_config): Update comment.
11774 * nat/linux-btrace.c (linux_enable_btrace, linux_enable_bts):
11775 Use config.
11776 * features/btrace-conf.dtd: Increment version. Add size
11777 attribute to bts element.
11778 * record-btrace.c (set_record_btrace_bts_cmdlist,
11779 show_record_btrace_bts_cmdlist): New.
11780 (record_btrace_adjust_size, record_btrace_print_bts_conf,
11781 record_btrace_print_conf, cmd_set_record_btrace_bts,
11782 cmd_show_record_btrace_bts): New.
11783 (record_btrace_info): Call record_btrace_print_conf.
11784 (_initialize_record_btrace): Add commands.
11785 * remote.c: Add PACKET_Qbtrace_conf_bts_size enum.
11786 (remote_protocol_features): Add Qbtrace-conf:bts:size packet.
11787 (btrace_sync_conf): Synchronize bts size.
11788 (_initialize_remote): Add Qbtrace-conf:bts:size packet.
11789 * NEWS: Announce new commands and new packets.
11790
f4abbc16
MM
117912015-02-09 Markus Metzger <markus.t.metzger@intel.com>
11792
11793 * Makefile.in (XMLFILES): Add btrace-conf.dtd.
11794 * x86-linux-nat.c (x86_linux_enable_btrace): Update parameters.
11795 (x86_linux_btrace_conf): New.
11796 (x86_linux_create_target): Initialize to_btrace_conf.
11797 * nat/linux-btrace.c (linux_enable_btrace): Update parameters.
11798 Check format. Split into this and ...
11799 (linux_enable_bts): ... this.
11800 (linux_btrace_conf): New.
11801 (perf_event_skip_record): Renamed into ...
11802 (perf_event_skip_bts_record): ... this. Updated users.
11803 (linux_disable_btrace): Split into this and ...
11804 (linux_disable_bts): ... this.
11805 (linux_read_btrace): Check format.
11806 * nat/linux-btrace.h (linux_enable_btrace): Update parameters.
11807 (linux_btrace_conf): New.
11808 (btrace_target_info)<ptid>: Moved.
11809 (btrace_target_info)<conf>: New.
11810 (btrace_target_info): Split into this and ...
11811 (btrace_tinfo_bts): ... this. Updated users.
11812 * btrace.c (btrace_enable): Update parameters.
11813 (btrace_conf, parse_xml_btrace_conf_bts, parse_xml_btrace_conf)
11814 (btrace_conf_children, btrace_conf_attributes)
11815 (btrace_conf_elements): New.
11816 * btrace.h (btrace_enable): Update parameters.
11817 (btrace_conf, parse_xml_btrace_conf): New.
11818 * common/btrace-common.h (btrace_config): New.
11819 * feature/btrace-conf.dtd: New.
11820 * record-btrace.c (record_btrace_conf): New.
11821 (record_btrace_cmdlist): New.
11822 (record_btrace_enable_warn, record_btrace_open): Pass
11823 &record_btrace_conf.
11824 (record_btrace_info): Print recording format.
11825 (cmd_record_btrace_bts_start): New.
11826 (cmd_record_btrace_start): Call cmd_record_btrace_bts_start.
11827 (_initialize_record_btrace): Add "record btrace bts" subcommand.
11828 Add "record bts" alias command.
11829 * remote.c (remote_state)<btrace_config>: New.
11830 (remote_btrace_reset, PACKET_qXfer_btrace_conf): New.
11831 (remote_protocol_features): Add qXfer:btrace-conf:read.
11832 (remote_open_1): Call remote_btrace_reset.
11833 (remote_xfer_partial): Handle TARGET_OBJECT_BTRACE_CONF.
11834 (btrace_target_info)<conf>: New.
11835 (btrace_sync_conf, btrace_read_config): New.
11836 (remote_enable_btrace): Update parameters. Call btrace_sync_conf and
11837 btrace_read_conf.
11838 (remote_btrace_conf): New.
11839 (init_remote_ops): Initialize to_btrace_conf.
11840 (_initialize_remote): Add qXfer:btrace-conf packet.
11841 * target.c (target_enable_btrace): Update parameters.
11842 (target_btrace_conf): New.
11843 * target.h (target_enable_btrace): Update parameters.
11844 (target_btrace_conf): New.
11845 (target_object)<TARGET_OBJECT_BTRACE_CONF>: New.
11846 (target_ops)<to_enable_btrace>: Update parameters and comment.
11847 (target_ops)<to_btrace_conf>: New.
11848 * target-delegates: Regenerate.
11849 * target-debug.h (target_debug_print_const_struct_btrace_config_p)
11850 (target_debug_print_const_struct_btrace_target_info_p): New.
11851 * NEWS: Announce new command and new packet.
11852
aadf7753
MM
118532015-02-09 Markus Metzger <markus.t.metzger@intel.com>
11854
11855 * nat/linux-btrace.h (perf_event_buffer): New.
11856 (btrace_target_info) <buffer, size, data_head>: Replace with ...
11857 <bts>: ... this.
11858 * nat/linux-btrace.c (perf_event_header, perf_event_mmap_size)
11859 (perf_event_buffer_size, perf_event_buffer_begin)
11860 (perf_event_buffer_end, linux_btrace_has_changed): Removed.
11861 Updated users.
11862 (perf_event_new_data): New.
11863
043c3577
MM
118642015-02-09 Markus Metzger <markus.t.metzger@intel.com>
11865
11866 * btrace.c (btrace_enable): Pass BTRACE_FORMAT_BTS.
11867 * record-btrace.c (record_btrace_open): Remove call to
11868 target_supports_btrace.
11869 * remote.c (remote_supports_btrace): Update parameters.
11870 * target.c (target_supports_btrace): Update parameters.
11871 * target.h (to_supports_btrace, target_supports_btrace): Update
11872 parameters.
11873 * target-delegates.c: Regenerate.
11874 * target-debug.h (target_debug_print_enum_btrace_format): New.
11875 * nat/linux-btrace.c
11876 (kernel_supports_btrace): Rename into ...
11877 (kernel_supports_bts): ... this. Update users. Update warning text.
11878 (intel_supports_btrace): Rename into ...
11879 (intel_supports_bts): ... this. Update users.
11880 (cpu_supports_btrace): Rename into ...
11881 (cpu_supports_bts): ... this. Update users.
11882 (linux_supports_btrace): Update parameters. Split into this and ...
11883 (linux_supports_bts): ... this.
11884 * nat/linux-btrace.h (linux_supports_btrace): Update parameters.
11885
734b0e4b
MM
118862015-02-09 Markus Metzger <markus.t.metzger@intel.com>
11887
11888 * Makefile.in (SFILES): Add common/btrace-common.c.
11889 (COMMON_OBS): Add common/btrace-common.o.
11890 (btrace-common.o): Add build rules.
11891 * btrace.c (parse_xml_btrace): Update parameters.
11892 (parse_xml_btrace_block): Set format field.
11893 (btrace_add_pc, btrace_fetch): Use struct btrace_data.
11894 (do_btrace_data_cleanup, make_cleanup_btrace_data): New.
11895 (btrace_compute_ftrace): Split into this and...
11896 (btrace_compute_ftrace_bts): ...this.
11897 (btrace_stitch_trace): Split into this and...
11898 (btrace_stitch_bts): ...this.
11899 * btrace.h (parse_xml_btrace): Update parameters.
11900 (make_cleanup_btrace_data): New.
11901 * common/btrace-common.c: New.
11902 * common/btrace-common.h: Include common-defs.h.
11903 (btrace_block_s): Update comment.
11904 (btrace_format): New.
11905 (btrace_format_string): New.
11906 (btrace_data_bts): New.
11907 (btrace_data): New.
11908 (btrace_data_init, btrace_data_fini, btrace_data_empty): New.
11909 * remote.c (remote_read_btrace): Update parameters.
11910 * target.c (target_read_btrace): Update parameters.
11911 * target.h (target_read_btrace): Update parameters.
11912 (target_ops)<to_read_btrace>: Update parameters.
11913 * x86-linux-nat.c (x86_linux_read_btrace): Update parameters.
11914 * target-delegates.c: Regenerate.
11915 * target-debug (target_debug_print_struct_btrace_data_p): New.
11916 * nat/linux-btrace.c (linux_read_btrace): Split into this and...
11917 (linux_read_bts): ...this.
11918 * nat/linux-btrace.h (linux_read_btrace): Update parameters.
11919
bd2e0e9e
DE
119202015-02-06 Doug Evans <dje@google.com>
11921
11922 * remote-m32r-sdi.c: Include symfile.h.
11923
f176c4b5
DE
119242015-02-06 Doug Evans <dje@google.com>
11925
11926 * symtab.h (clear_symtab_users, deduce_language_from_filename): Move
11927 * symfile.h (clear_symtab_users, deduce_language_from_filename): ...
11928 to here.
11929
d6c146e9
PA
119302015-02-06 Pedro Alves <palves@redhat.com>
11931
11932 * linux-thread-db.c (find_new_threads_callback): Add debug output.
11933
b9d61307
SM
119342015-02-06 Simon Marchi <simon.marchi@ericsson.com>
11935
11936 PR gdb/15678
11937 * breakpoint.c (map_breakpoint_numbers): Check for empty args string.
11938 (enable_count_command): Check args for NULL value.
11939
e9fbd043
DE
119402015-02-05 Doug Evans <xdje42@gmail.com>
11941
11942 * guile/scm-frame.c: Fix spelling errors in a comment.
11943
881d5d5d
JK
119442015-02-04 Jan Kratochvil <jan.kratochvil@redhat.com>
11945
11946 * python/python-internal.h (Py_hash_t): Define it for Python <3.2.
11947 * python/py-value.c (valpy_fetch_lazy): Use it. Remove cast to the
11948 return type.
11949
20ba1ce6
PA
119502015-02-04 Pedro Alves <palves@redhat.com>
11951
11952 * linux-nat.c (handle_extended_wait): Don't resume LWPs here.
11953 (wait_lwp): Don't call wait_lwp if linux_handle_extended_wait
11954 returns true.
11955 (resume_stopped_resumed_lwps): Don't check whether the thread is
11956 marked as executing.
11957 (linux_nat_wait_1): Use resume_stopped_resumed_lwps.
11958
f962539a
AA
119592015-02-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
11960
11961 * regset.h (struct regset): Add flags field.
11962 (REGSET_VARIABLE_SIZE): New value for a regset's flags field.
11963 * corelow.c (get_core_register_section): Add warning if the size
11964 exceeds the requested size and the regset does not have the
11965 REGSET_VARIABLE_SIZE flag set.
11966 * alphanbsd-tdep.c (alphanbsd_gregset): Add REGSET_VARIABLE_SIZE
11967 flag.
11968 * armbsd-tdep.c (armbsd_gregset): Likewise.
11969 * hppa-hpux-tdep.c (hppa_hpux_regset): Likewise.
11970 * hppaobsd-tdep.c (hppaobsd_gregset): Likewise.
11971 * m68kbsd-tdep.c (m68kbsd_gregset): Likewise.
11972 * mipsnbsd-tdep.c (mipsnbsd_gregset): Likewise.
11973
dde9acd6
AA
119742015-02-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
11975
11976 * amd64-linux-tdep.c (amd64_linux_iterate_over_regset_sections):
11977 For ".reg-xstate", explicitly specify the requested section size
11978 via X86_XSTATE_SIZE instead of just 0 on input and
11979 X86_XSTATE_MAX_SIZE on output.
11980 * i386-linux-tdep.c (i386_linux_iterate_over_regset_sections):
11981 Likewise.
11982
1528345d
AA
119832015-02-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
11984
11985 PR corefiles/17808:
11986 * gdbarch.sh (iterate_over_regset_sections_cb): Document this
11987 function type, particularly its SIZE parameter.
11988 * gdbarch.h: Regenerate.
11989 * amd64-tdep.c (amd64_supply_fpregset): In gdb_assert, compare
11990 actual against required size using ">=" instead of "==".
11991 (amd64_collect_fpregset): Likewise.
11992 * i386-tdep.c (i386_supply_gregset): Likewise.
11993 (i386_collect_gregset): Likewise.
11994 (i386_supply_fpregset): Likewise.
11995 (i386_collect_fpregset): Likewise.
11996 * mips-linux-tdep.c (mips_supply_gregset_wrapper): Likewise.
11997 (mips_fill_gregset_wrapper): Likewise.
11998 (mips_supply_fpregset_wrapper): Likewise.
11999 (mips_fill_fpregset_wrapper): Likewise.
12000 (mips64_supply_gregset_wrapper): Likewise.
12001 (mips64_fill_gregset_wrapper): Likewise.
12002 (mips64_supply_fpregset_wrapper): Likewise.
12003 (mips64_fill_fpregset_wrapper): Likewise.
12004 * mn10300-linux-tdep.c (am33_supply_gregset_method): Likewise.
12005 (am33_supply_fpregset_method): Likewise.
12006 (am33_collect_gregset_method): Likewise.
12007 (am33_collect_fpregset_method): Likewise.
12008
518be979
DE
120092015-02-04 Doug Evans <dje@google.com>
12010 Pedro Alves <palves@redhat.com>
12011 Eli Zaretskii <eliz@gnu.org>
12012
12013 PR tui/17810
12014 * tui/tui-command.c (tui_refresh_cmd_win): New function.
12015 * tui/tui-command.c (tui_refresh_cmd_win): Declare.
12016 * tui/tui-file.c: #include tui/tui-command.h.
12017 (tui_file_fputs): Refresh command window if stream is not gdb_stdout.
12018 (tui_file_flush): Refresh command window if stream is gdb_stdout.
12019 * tui/tui-io.c (tui_puts): Remove calls to wrefresh, fflush.
12020
80bd5fab
PA
120212015-02-04 Pedro Alves <palves@redhat.com>
12022
12023 Fix build breakage.
12024 * event-loop.c (gdb_do_one_event): Add default switch case.
12025
a7606d80
JK
120262015-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
12027
12028 Filter out inferior gcc option -fpreprocessed.
12029 * compile/compile.c (filter_args): New function.
12030 (get_args): Use it.
12031
70b66289
PA
120322015-02-03 Pedro Alves <palves@redhat.com>
12033
12034 * event-loop.c: Don't declare nor define a queue type for
12035 gdb_event_p.
12036 (event_queue): Delete.
12037 (create_event, create_file_event, gdb_event_xfree)
12038 (initialize_event_loop, process_event): Delete.
12039 (gdb_do_one_event): Return as soon as one event is handled.
12040 (handle_file_event): Change prototype. Used the passed in
12041 file_handler pointer and ready_mask instead of looping over all
12042 file handlers.
12043 (gdb_wait_for_event): Update the poll/select timeouts before
12044 blocking. Run event handlers directly instead of queueing events.
12045 Return as soon as one event is handled.
12046 (struct async_event_handler_data): Delete.
12047 (invoke_async_event_handler): Delete.
12048 (check_async_event_handlers): Change return type to int. Run
12049 event handlers directly instead of queueing events. Return as
12050 soon as one event is handled.
12051 (handle_timer_event): Delete.
12052 (update_wait_timeout): New function, factored out from
12053 poll_timers.
12054 (poll_timers): Reimplement.
12055 * event-loop.h (initialize_event_loop): Delete declaration.
12056 * top.c (gdb_init): Don't call initialize_event_loop.
12057
b7d2e916
PA
120582015-02-03 Pedro Alves <palves@redhat.com>
12059
12060 * event-loop.c (clear_async_event_handler): New function.
12061 * event-loop.h (clear_async_event_handler): New declaration.
12062 * record-btrace.c (record_btrace_async): New function.
12063 (init_record_btrace_ops): Install record_btrace_async.
12064 * record-full.c (record_full_async): New function.
12065 (record_full_resume): Don't mark the async event source here.
12066 (init_record_full_ops): Install record_full_async.
12067 (record_full_core_resume): Don't mark the async event source here.
12068 (init_record_full_core_ops): Install record_full_async.
12069 * remote.c (remote_async): Mark and clear the async stop reply
12070 queue event-loop token as appropriate.
12071
d9d41e78
PA
120722015-02-03 Pedro Alves <palves@redhat.com>
12073
12074 * linux-nat.c (linux_child_follow_fork, linux_nat_wait_1): Use
12075 target_is_async_p instead of target_can_async.
12076 (linux_nat_wait): Use target_is_async_p instead of
12077 target_can_async. Don't enable async here.
12078 * remote.c (interrupt_query, remote_wait, putpkt_binary): Use
12079 target_is_async_p instead of target_can_async.
12080
aa3de267
SM
120812015-02-02 Simon Marchi <simon.marchi@ericsson.com>
12082
12083 * varobj.h (lang_varobj_ops): Mention which return values need
12084 to be freed.
12085
2c811c0f
JB
120862015-02-02 Joel Brobecker <brobecker@adacore.com>
12087
12088 * dwarf2loc.c (dwarf2_evaluate_property): Add i18n marker.
12089
b1eedac9
JB
120902015-02-02 Joel Brobecker <brobecker@adacore.com>
12091
12092 PR gdb/17856:
12093 * ada-lang.c (ada_lookup_symbol_list_worker): Do not re-cache
12094 results found in the cache.
12095
66c168ae
JB
120962015-02-02 Joel Brobecker <brobecker@adacore.com>
12097
12098 PR gdb/17854:
12099 * ada-lang.c (ada_get_symbol_cache): Set pspace_data->sym_cache
12100 when allocating a new one.
12101
4bdc02b2
TT
121022015-02-01 Tom Tromey <tom@tromey.com>
12103
12104 * MAINTAINERS: Remove myself.
12105
ae6ae975
DE
121062015-01-31 Doug Evans <xdje42@gmail.com>
12107
12108 * dwarf2read.c (process_structure_scope): Update setting of
12109 TYPE_VPTR_BASETYPE, TYPE_VPTR_FIELDNO.
12110 * gdbtypes.c (internal_type_vptr_fieldno): New function.
12111 (set_type_vptr_fieldno): New function.
12112 (internal_type_vptr_basetype): New function.
12113 (set_type_vptr_basetype): New function.
12114 (get_vptr_fieldno): Update setting of TYPE_VPTR_FIELDNO,
12115 TYPE_VPTR_BASETYPE.
12116 (allocate_cplus_struct_type): Initialize vptr_fieldno.
12117 (recursive_dump_type): Printing of vptr_fieldno, vptr_basetype ...
12118 (print_cplus_stuff): ... moved here.
12119 (copy_type_recursive): Don't copy TYPE_VPTR_BASETYPE.
12120 * gdbtypes.h (struct main_type): Members vptr_fieldno, vptr_basetype
12121 moved to ...
12122 (struct cplus_struct_type): ... here. All uses updated.
12123 (TYPE_VPTR_FIELDNO, TYPE_VPTR_BASETYPE): Rewrite.
12124 (internal_type_vptr_fieldno, set_type_vptr_fieldno): Declare.
12125 (internal_type_vptr_basetype, set_type_vptr_basetype): Declare.
12126 * stabsread.c (read_tilde_fields): Update setting of
12127 TYPE_VPTR_FIELDNO, TYPE_VPTR_BASETYPE.
12128
09e2d7c7
DE
121292015-01-31 Doug Evans <xdje42@gmail.com>
12130
12131 * cp-valprint.c (cp_find_class_member): Rename parameter domain_p
12132 to self_p.
12133 (cp_print_class_member): Rename local domain to self_type.
12134 * dwarf2read.c (quirk_gcc_member_function_pointer): Rename local
12135 domain_type to self_type.
12136 (set_die_type) <need_gnat_info>: Handle
12137 TYPE_CODE_METHODPTR, TYPE_CODE_MEMBERPTR, TYPE_CODE_METHOD.
12138 * gdb-gdb.py (StructMainTypePrettyPrinter): Handle
12139 TYPE_SPECIFIC_SELF_TYPE.
12140 * gdbtypes.c (internal_type_self_type): New function.
12141 (set_type_self_type): New function.
12142 (smash_to_memberptr_type): Rename parameter domain to self_type.
12143 Update setting of TYPE_SELF_TYPE.
12144 (smash_to_methodptr_type): Update setting of TYPE_SELF_TYPE.
12145 (smash_to_method_type): Rename parameter domain to self_type.
12146 Update setting of TYPE_SELF_TYPE.
12147 (check_stub_method): Call smash_to_method_type.
12148 (recursive_dump_type): Handle TYPE_SPECIFIC_SELF_TYPE.
12149 (copy_type_recursive): Ditto.
12150 * gdbtypes.h (enum type_specific_kind): New value
12151 TYPE_SPECIFIC_SELF_TYPE.
12152 (struct main_type) <type_specific>: New member self_type.
12153 (struct cplus_struct_type) <fn_field.type>: Update comment.
12154 (TYPE_SELF_TYPE): Rewrite.
12155 (internal_type_self_type, set_type_self_type): Declare.
12156 * gnu-v3-abi.c (gnuv3_print_method_ptr): Rename local domain to
12157 self_type.
12158 (gnuv3_method_ptr_to_value): Rename local domain_type to self_type.
12159 * m2-typeprint.c (m2_range): Replace TYPE_SELF_TYPE with
12160 TYPE_TARGET_TYPE.
12161 * stabsread.c (read_member_functions): Mark methods with
12162 TYPE_CODE_METHOD, not TYPE_CODE_FUNC. Update setting of
12163 TYPE_SELF_TYPE.
12164
4bfb94b8
DE
121652015-01-31 Doug Evans <xdje42@gmail.com>
12166
12167 * gdbtypes.h (TYPE_SELF_TYPE): Renamed from TYPE_DOMAIN_TYPE.
12168 All uses updated.
12169
5f4ce105
DE
121702015-01-31 Doug Evans <xdje42@gmail.com>
12171
12172 * gnu-v3-abi.c (gnuv3_dynamic_class): Assert only passed structs
12173 or unions. Return zero if union.
12174 (gnuv3_get_vtable): Call check_typedef. Assert only passed structs.
12175 (gnuv3_rtti_type): Pass already-check_typedef'd value to
12176 gnuv3_get_vtable.
12177 (compute_vtable_size): Assert only passed structs.
12178 (gnuv3_print_vtable): Don't call gnuv3_get_vtable for non-structs.
12179
f6b3afbf
DE
121802015-01-31 Doug Evans <xdje42@gmail.com>
12181
12182 * gdbtypes.c (copy_type_recursive): Handle all TYPE_SPECIFIC_FIELD
12183 kinds.
12184
cfb069a8
GB
121852015-01-31 Gary Benson <gbenson@redhat.com>
12186 Doug Evans <dje@google.com>
12187
12188 PR cli/9007
12189 PR cli/11920
12190 PR cli/15548
12191 * cli/cli-cmds.c (complete_command): Notify user if max-completions
12192 reached.
12193 * common/common-exceptions.h (enum errors)
12194 <MAX_COMPLETIONS_REACHED_ERROR>: New value.
12195 * completer.h (get_max_completions_reached_message): New declaration.
12196 (max_completions): Likewise.
12197 (completion_tracker_t): New typedef.
12198 (new_completion_tracker): New declaration.
12199 (make_cleanup_free_completion_tracker): Likewise.
12200 (maybe_add_completion_enum): New enum.
12201 (maybe_add_completion): New declaration.
12202 (throw_max_completions_reached_error): Likewise.
12203 * completer.c (max_completions): New global variable.
12204 (new_completion_tracker): New function.
12205 (free_completion_tracker): Likewise.
12206 (make_cleanup_free_completion_tracker): Likewise.
12207 (maybe_add_completions): Likewise.
12208 (throw_max_completions_reached_error): Likewise.
12209 (complete_line): Remove duplicates and limit result to max_completions
12210 entries.
12211 (get_max_completions_reached_message): New function.
12212 (gdb_display_match_list): Handle max_completions.
12213 (_initialize_completer): New declaration and function.
12214 * symtab.c: Include completer.h.
12215 (completion_tracker): New static variable.
12216 (completion_list_add_name): Call maybe_add_completion.
12217 (default_make_symbol_completion_list_break_on_1): Renamed from
12218 default_make_symbol_completion_list_break_on. Maintain
12219 completion_tracker across calls to completion_list_add_name.
12220 (default_make_symbol_completion_list_break_on): New function.
12221 * top.c (init_main): Set rl_completion_display_matches_hook.
12222 * tui/tui-io.c: Include completer.h.
12223 (tui_old_rl_display_matches_hook): New static global.
12224 (tui_rl_display_match_list): Notify user if max-completions reached.
12225 (tui_setup_io): Save/restore rl_completion_display_matches_hook.
12226 * NEWS (New Options): Mention set/show max-completions.
12227
e11c72c7
GB
122282015-01-31 Gary Benson <gbenson@redhat.com>
12229
12230 * symtab.c (struct add_name_data) <code>: New field.
12231 Updated comments.
12232 (add_symtab_completions): New function.
12233 (symtab_expansion_callback): Likewise.
12234 (default_make_symbol_completion_list_break_on): Set datum.code.
12235 Move minimal symbol scan before calling expand_symtabs_matching.
12236 Scan known primary symtabs for externs and statics before calling
12237 expand_symtabs_matching. Pass symtab_expansion_callback as
12238 expansion_notify argument to expand_symtabs_matching. Do not scan
12239 primary symtabs for externs and statics after calling
12240 expand_symtabs_matching.
12241
276d885b
GB
122422015-01-31 Gary Benson <gbenson@redhat.com>
12243
12244 * symfile.h (expand_symtabs_exp_notify_ftype): New typedef.
12245 (struct quick_symbol_functions) <expand_symtabs_matching>:
12246 New argument expansion_notify. All uses updated.
12247 (expand_symtabs_matching): New argument expansion_notify.
12248 All uses updated.
12249 * symfile-debug.c (debug_qf_expand_symtabs_matching):
12250 Also print expansion notify.
12251 * symtab.c (expand_symtabs_matching_via_partial): Call
12252 expansion_notify whenever a partial symbol table is expanded.
12253 * dwarf2read.c (dw2_expand_symtabs_matching): Call
12254 expansion_notify whenever a symbol table is instantiated.
12255
82083d6d
DE
122562015-01-31 Doug Evans <xdje42@gmail.com>
12257
12258 * cli-out.c: #include completer.h, readline/readline.h.
12259 (cli_mld_crlf, cli_mld_putch, cli_mld_puts): New functions.
12260 (cli_mld_flush, cld_mld_erase_entire_line): Ditto.
12261 (cli_mld_beep, cli_mld_read_key, cli_display_match_list): Ditto.
12262 * cli-out.h (cli_display_match_list): Declare.
12263 * completer.c (MB_INVALIDCH, MB_NULLWCH): New macros.
12264 (ELLIPSIS_LEN): Ditto.
12265 (gdb_get_y_or_n, gdb_display_match_list_pager): New functions.
12266 (gdb_path_isdir, gdb_printable_part, gdb_fnwidth): Ditto.
12267 (gdb_fnprint, gdb_print_filename): Ditto.
12268 (gdb_complete_get_screenwidth, gdb_display_match_list_1): Ditto.
12269 (gdb_display_match_list): Ditto.
12270 * completer.h (mld_crlf_ftype, mld_putch_ftype): New typedefs.
12271 (mld_puts_ftype, mld_flush_ftype, mld_erase_entire_line_ftype): Ditto.
12272 (mld_beep_ftype, mld_read_key_ftype): Ditto.
12273 (match_list_displayer): New struct.
12274 (gdb_display_match_list): Declare.
12275 * top.c (init_main): Set rl_completion_display_matches_hook.
12276 * tui/tui-io.c: #include completer.h.
12277 (printable_part, PUTX, print_filename, get_y_or_n): Delete.
12278 (tui_mld_crlf, tui_mld_putch, tui_mld_puts): New functions.
12279 (tui_mld_flush, tui_mld_erase_entire_line, tui_mld_beep): Ditto.
12280 (tui_mld_getc, tui_mld_read_key): Ditto.
12281 (tui_rl_display_match_list): Rewrite.
12282 (tui_handle_resize_during_io): New arg for_completion. All callers
12283 updated.
12284
f57d2163
DE
122852015-01-31 Doug Evans <xdje42@gmail.com>
12286
12287 Add symbol lookup cache.
12288 * NEWS: Document new options and commands.
12289 * symtab.c (symbol_cache_key): New static global.
12290 (DEFAULT_SYMBOL_CACHE_SIZE, MAX_SYMBOL_CACHE_SIZE): New macros.
12291 (SYMBOL_LOOKUP_FAILED): New macro.
12292 (symbol_cache_slot_state): New enum.
12293 (block_symbol_cache): New struct.
12294 (symbol_cache): New struct.
12295 (new_symbol_cache_size, symbol_cache_size): New static globals.
12296 (hash_symbol_entry, eq_symbol_entry): New functions.
12297 (symbol_cache_byte_size, resize_symbol_cache): New functions.
12298 (make_symbol_cache, free_symbol_cache): New functions.
12299 (get_symbol_cache, symbol_cache_cleanup): New function.
12300 (set_symbol_cache_size, set_symbol_cache_size_handler): New functions.
12301 (symbol_cache_lookup, symbol_cache_clear_slot): New function.
12302 (symbol_cache_mark_found, symbol_cache_mark_not_found): New functions.
12303 (symbol_cache_flush, symbol_cache_dump): New functions.
12304 (maintenance_print_symbol_cache): New function.
12305 (maintenance_flush_symbol_cache): New function.
12306 (symbol_cache_stats): New function.
12307 (maintenance_print_symbol_cache_statistics): New function.
12308 (symtab_new_objfile_observer): New function.
12309 (symtab_free_objfile_observer): New function.
12310 (lookup_static_symbol, lookup_global_symbol): Use symbol cache.
12311 (_initialize_symtab): Init symbol_cache_key. New parameter
12312 maint symbol-cache-size. New maint commands print symbol-cache,
12313 print symbol-cache-statistics, flush-symbol-cache.
12314 Install new_objfile, free_objfile observers.
12315
e700d1b2
JB
123162015-01-31 Joel Brobecker <brobecker@adacore.com>
12317
12318 PR symtab/17855
12319 * symfile.c (clear_symtab_users): Move call to breakpoint_re_set
12320 to end.
12321
9f050062
DE
123222015-01-31 Doug Evans <xdje42@gmail.com>
12323
12324 * NEWS: Mention inlined scripts in .debug_gdb_scripts section.
12325 * auto-load.c: #include ctype.h.
12326 (struct auto_load_pspace_info): Replace member loaded_scripts with
12327 new members loaded_script_files, loaded_script_texts.
12328 (auto_load_pspace_data_cleanup): Update.
12329 (init_loaded_scripts_info): Update.
12330 (get_auto_load_pspace_data_for_loading): Update.
12331 (maybe_add_script_file): Renamed from maybe_add_script. All callers
12332 updated.
12333 (maybe_add_script_text): New function.
12334 (clear_section_scripts): Update.
12335 (source_script_file, execute_script_contents): New functions.
12336 (source_section_scripts): Add support for
12337 SECTION_SCRIPT_ID_PYTHON_TEXT, SECTION_SCRIPT_ID_GUILE_TEXT.
12338 (print_scripts): New function.
12339 (auto_load_info_scripts): Also print inlined scripts.
12340 (maybe_print_unsupported_script_warning): Renamed from
12341 unsupported_script_warning_print. All callers updated.
12342 (maybe_print_script_not_found_warning): Renamed from
12343 script_not_found_warning_print. All callers updated.
12344 * extension-priv.h (struct extension_language_script_ops): New member
12345 objfile_script_executor.
12346 * extension.c (ext_lang_objfile_script_executor): New function.
12347 * extension.h (objfile_script_executor_func): New typedef.
12348 (ext_lang_objfile_script_executor): Declare.
12349 * guile/guile-internal.h (gdbscm_execute_objfile_script): Declare.
12350 * guile/guile.c (guile_extension_script_ops): Update.
12351 * guile/scm-objfile.c (gdbscm_execute_objfile_script): New function.
12352 * python/python.c (python_extension_script_ops): Update.
12353 (gdbpy_execute_objfile_script): New function.
12354
312809f8
EZ
123552015-01-31 Eli Zaretskii <eliz@gnu.org>
12356
12357 * tui/tui-io.c (tui_expand_tabs): New function.
12358 (tui_puts, tui_redisplay_readline): Expand TABs into the
12359 appropriate number of spaces.
12360 * tui/tui-regs.c: Include tui-io.h.
12361 (tui_register_format): Call tui_expand_tabs to expand TABs into
12362 the appropriate number of spaces.
12363 * tui/tui-io.h: Add prototype for tui_expand_tabs.
12364
b6577aab
DE
123652015-01-30 Doug Evans <dje@google.com>
12366
12367 * NEWS: "info source" command now display producer string if present.
12368 * source.c (source_info): Print producer string if present.
12369
6da58d3e
SM
123702015-01-30 Simon Marchi <simon.marchi@ericsson.com>
12371
12372 * varobj.c (varobj_delete): Fix comment.
12373
837ce252
SM
123742015-01-30 Simon Marchi <simon.marchi@ericsson.com>
12375
12376 * varobj.c (create_child): Modify comment.
12377
b09e2c59
SM
123782015-01-30 Simon Marchi <simon.marchi@ericsson.com>
12379
12380 * ada-varobj.c (ada_number_of_children): Constify struct varobj *
12381 parameter.
12382 (ada_name_of_variable): Same.
12383 (ada_path_expr_of_child): Same.
12384 (ada_value_of_variable): Same.
12385 (ada_value_is_changeable_p): Same.
12386 (ada_value_has_mutated): Same.
12387 * c-varobj.c (varobj_is_anonymous_child): Same.
12388 (c_is_path_expr_parent): Same.
12389 (c_number_of_children): Same.
12390 (c_name_of_variable): Same.
12391 (c_path_expr_of_child): Same.
12392 (get_type): Same.
12393 (c_value_of_variable): Same.
12394 (cplus_number_of_children): Same.
12395 (cplus_name_of_variable): Same.
12396 (cplus_path_expr_of_child): Same.
12397 (cplus_value_of_variable): Same.
12398 * jv-varobj.c (java_number_of_children): Same.
12399 (java_name_of_variable): Same.
12400 (java_path_expr_of_child): Same.
12401 (java_value_of_variable): Same.
12402 * varobj.c (number_of_children): Same.
12403 (name_of_variable): Same.
12404 (is_root_p): Same.
12405 (varobj_ensure_python_env): Same.
12406 (varobj_get_objname): Same.
12407 (varobj_get_expression): Same.
12408 (varobj_get_display_format): Same.
12409 (varobj_get_display_hint): Same.
12410 (varobj_has_more): Same.
12411 (varobj_get_thread_id): Same.
12412 (varobj_get_frozen): Same.
12413 (dynamic_varobj_has_child_method): Same.
12414 (varobj_get_gdb_type): Same.
12415 (is_path_expr_parent): Same.
12416 (varobj_default_is_path_expr_parent): Same.
12417 (varobj_get_language): Same.
12418 (varobj_get_attributes): Same.
12419 (varobj_is_dynamic_p): Same.
12420 (varobj_get_child_range): Same.
12421 (varobj_value_has_mutated): Same.
12422 (varobj_get_value_type): Same.
12423 (number_of_children): Same.
12424 (name_of_variable): Same.
12425 (check_scope): Same.
12426 (varobj_editable_p): Same.
12427 (varobj_value_is_changeable_p): Same.
12428 (varobj_floating_p): Same.
12429 (varobj_default_value_is_changeable_p): Same.
12430
2568868e
SM
124312015-01-30 Simon Marchi <simon.marchi@ericsson.com>
12432
12433 * varobj.c (varobj_get_path_expr): Set var->path_expr.
12434 * c-varobj.c (c_path_expr_of_child): Set local var instead of
12435 child->path_expr.
12436 (cplus_path_expr_of_child): Same.
12437
ca83fa81
SM
124382015-01-30 Simon Marchi <simon.marchi@ericsson.com>
12439
12440 * mi-cmd-var.c (print_varobj): Free varobj_get_expression
12441 result.
12442 (mi_cmd_var_info_expression): Same.
12443 * varobj.c (varobj_get_expression): Mention in the comment that
12444 the result must by freed by the caller.
12445
afa269ae
SM
124462015-01-30 Simon Marchi <simon.marchi@ericsson.com>
12447
12448 * mi/mi-cmd-var.c (mi_cmd_var_info_type): Free result of
12449 varobj_get_type.
12450 (varobj_update_one): Same.
12451 * varobj.c (update_type_if_necessary): Free curr_type_str and
12452 new_type_str.
12453 (varobj_get_type): Specify in comment that the result needs to be
12454 freed by the caller.
12455
cd366ee8
DE
124562015-01-29 Doug Evans <dje@google.com>
12457
12458 PR symtab/17890
12459 * dwarf2read.c (dwarf_decode_line_header): Punt if version > 4.
12460
38360086
MW
124612015-01-25 Mark Wielaard <mjw@redhat.com>
12462
12463 * dwarf2read.c (checkproducer): Call producer_is_gcc.
12464 * utils.c (producer_is_gcc_ge_4): Likewise.
12465 (producer_is_gcc): New function.
12466 * utils.h (producer_is_gcc): New declaration.
12467
df25ebbd
JB
124682015-01-29 Joel Brobecker <brobecker@adacore.com>
12469
12470 * gdbtypes.h (struct dynamic_prop): New PROP_ADDR_OFFSET enum
12471 kind.
12472 * gdbtypes.c (resolve_dynamic_type_internal): Replace "addr"
12473 parameter by "addr_stack" parameter.
12474 (resolve_dynamic_range): Replace "addr" parameter by
12475 "stack_addr" parameter. Update function documentation.
12476 Update code accordingly.
12477 (resolve_dynamic_array, resolve_dynamic_union)
12478 (resolve_dynamic_struct, resolve_dynamic_type_internal): Likewise.
12479 (resolve_dynamic_type): Update code, following the changes made
12480 to resolve_dynamic_type_internal's interface.
12481 * dwarf2loc.h (struct property_addr_info): New.
12482 (dwarf2_evaluate_property): Replace "address" parameter
12483 by "addr_stack" parameter. Adjust function documentation.
12484 (struct dwarf2_offset_baton): New.
12485 (struct dwarf2_property_baton): Update documentation of
12486 field "referenced_type" to be more general. New field
12487 "offset_info" in union data field.
12488 * dwarf2loc.c (dwarf2_evaluate_property): Replace "address"
12489 parameter by "addr_stack" parameter. Adjust code accordingly.
12490 Add support for PROP_ADDR_OFFSET properties.
12491 * dwarf2read.c (attr_to_dynamic_prop): Add support for
12492 DW_AT_data_member_location attributes as well. Use case
12493 statements instead of if/else condition.
12494
4a0ca9ec
JB
124952015-01-29 Joel Brobecker <brobecker@adacore.com>
12496
12497 * ada-varobj.c (ada_varobj_get_array_number_of_children):
12498 Return zero if PARENT_VALUE is NULL and parent_type's
12499 range type is dynamic.
12500
ddb87a81
JB
125012015-01-29 Joel Brobecker <brobecker@adacore.com>
12502
12503 * gdbtypes.c (is_dynamic_type_internal) <TYPE_CODE_RANGE>: Return
12504 nonzero if the type's subtype is dynamic.
12505 (resolve_dynamic_range): Also resolve the range's subtype.
12506
3d7ad9b4 125072015-01-29 Alexander Klimov <alserkli@inbox.ru> (tiny patch)
7a270e0c 12508
3d7ad9b4 12509 Pushed by Joel Brobecker <brobecker@adacore.com>.
7a270e0c
AK
12510 * symfile.c (unmap_overlay_command): Initialize sec to NULL.
12511
3a8b707a
DE
125122015-01-27 Doug Evans <dje@google.com>
12513
12514 * NEWS: Mention gdb.Objfile.username.
12515 * python/py-objfile.c (objfpy_get_username): New function.
12516 (objfile_getset): Add "username".
12517
d35b90fb
MW
125182015-01-24 Mark Wielaard <mjw@redhat.com>
12519
12520 * stack.c (return_command): Markup warning message with _.
12521
734ae125
DE
125222015-01-24 Doug Evans <xdje42@gmail.com>
12523
12524 * gdbtypes.h (TYPE_TYPE_SPECIFIC): Delete.
12525
527f3840
JK
125262015-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
12527
12528 Fix 100x slowdown regression on DWZ files.
12529 * dwarf2read.c (struct dwarf2_per_objfile): Add line_header_hash.
12530 (struct line_header): Add offset and offset_in_dwz.
12531 (dwarf_decode_lines): Add parameter decode_mapping to the declaration.
12532 (free_line_header_voidp): New declaration.
12533 (line_header_hash, line_header_hash_voidp, line_header_eq_voidp): New
12534 functions.
12535 (dwarf2_build_include_psymtabs): Update dwarf_decode_lines caller.
12536 (handle_DW_AT_stmt_list): Use line_header_hash.
12537 (free_line_header_voidp): New function.
12538 (dwarf_decode_line_header): Initialize offset and offset_in_dwz.
12539 (dwarf_decode_lines): New parameter decode_mapping, use it.
12540 (dwarf2_free_objfile): Free line_header_hash.
12541
f7e5394d
SM
125422015-01-23 Simon Marchi <simon.marchi@ericsson.com>
12543
12544 PR gdb/17416
12545 * valops.c (value_rtti_indirect_type): Catch exception thrown by
12546 value_ind.
12547
743649fd
MW
125482015-01-15 Mark Wielaard <mjw@redhat.com>
12549
12550 * dwarf2read.c (read_subroutine_type): Set TYPE_NO_RETURN from
12551 DW_AT_noreturn.
12552 * gdbtypes.h (struct func_type): Add is_noreturn field flag. Make
12553 calling_convention an 8 bit bit field.
12554 (TYPE_NO_RETURN): New macro.
12555 * infcmd.c (finish_command): Query if function does not return
12556 normally.
12557 * stack.c (return_command): Likewise.
12558
198297aa
PA
125592015-01-23 Pedro Alves <palves@redhat.com>
12560
12561 * linux-nat.c (linux_is_async_p): New macro.
12562 (linux_nat_is_async_p):
12563 (linux_nat_terminal_inferior): Check whether the target can async
12564 instead of whether it is already async.
12565 (linux_nat_terminal_ours): Don't check whether the target is
12566 async.
12567 (linux_async_pipe): Use linux_is_async_p.
12568
253828f1
JK
125692015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
12570
12571 * NEWS (Changes since GDB 7.9): Add 'thread apply all' option
12572 '-ascending'.
12573 * thread.c (tp_array_compar_ascending, tp_array_compar): New.
12574 (thread_apply_all_command): Parse CMD for tp_array_compar_ascending.
12575 Sort tp_array using tp_array_compar.
12576 (_initialize_thread): Extend thread_apply_all_command help.
12577
f0e8c4c5
JK
125782015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
12579
12580 * corelow.c (core_open): Call also thread_command.
12581 * gdbthread.h (thread_command): New prototype moved from ...
12582 * thread.c (thread_command): ... here.
12583 (thread_command): Make it global.
12584
03b79603
PA
125852015-01-22 Pedro Alves <palves@redhat.com>
12586
12587 * configure.ac [*mingw32*]: Check $curses_found instead of
12588 $prefer_curses.
12589 * configure: Regenerate.
12590 * windows-termcap.c: Remove HAVE_CURSES_H, HAVE_NCURSES_H and
12591 HAVE_NCURSES_NCURSES_H checks.
12592
6b8a872f
EZ
125932015-01-22 Eli Zaretskii <eliz@gnu.org>
12594
bbbbffbb 12595 * tui/tui.c (tui_enable) [__MINGW32__]: If the call to 'newterm'
6b8a872f
EZ
12596 fails with the 1st arg NULL, try again with "unknown". Don't test
12597 the "cup" capability: it isn't supported by the Windows port of
12598 ncurses, but the Windows console driver is still capable of
12599 supporting TUI.
12600
4b62a76e
JK
126012015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
12602
12603 * compile/compile.c (_initialize_compile): Use -fPIE for compile_args.
12604
82a864f9
EZ
126052015-01-22 Eli Zaretskii <eliz@gnu.org>
12606
12607 * Makefile.in (HFILES_NO_SRCDIR): Remove ada-varobj.h.
12608 (ALLDEPFILES): Remove irix5-nat.c. These two are part of the
12609 reason that "make TAGS" is broken.
12610
b35018fd
CG
126112015-01-22 Chen Gang <gang.chen.5i5j@gmail.com>
12612
12613 * hppa-tdep.c (inst_saves_gr): Fix logical working flow issues
12614 and check additional store instructions.
12615
ffbc4646
WW
126162015-01-21 Wei-cheng Wang <cole945@gmail.com>
12617
12618 * MAINTAINERS (Write After Approval): Add "Wei-cheng Wang".
12619
ddeca1df
WW
126202015-01-21 Wei-cheng Wang <cole945@gmail.com>
12621
12622 * ppc-linux-tdep.c (ppc_skip_trampoline_code,
12623 ppc_canonicalize_syscall, ppc_linux_syscall_record,
12624 ppc_linux_record_signal, ppc_init_linux_record_tdep): Add comments.
12625 * ppc64-tdep.c (ppc64_skip_trampoline_code): Likewise.
12626 * rs6000-tdep.c (rs6000_epilogue_frame_cache,
12627 rs6000_epilogue_frame_this_id, rs6000_epilogue_frame_prev_register,
12628 rs6000_epilogue_frame_sniffer, ppc_record_vsr, ppc_process_record_op4,
12629 ppc_process_record_op19, ppc_process_record_op31,
12630 ppc_process_record_op59, ppc_process_record_op60,
12631 ppc_process_record_op63): Likewise.
12632
049bb5de
JB
126332015-01-20 Joel Brobecker <brobecker@adacore.com>
12634
12635 * nat/linux-ptrace.c (linux_ptrace_attach_fail_reason_string)
12636 (linux_ptrace_test_ret_to_nx): Use safe_strerror instead of
12637 strerror.
12638
42b87c63 126392015-01-20 Wei-cheng Wang <cole945@gmail.com>
810c1026
WW
12640
12641 * rs6000-tdep.c (ppc_process_record_op4, ppc_process_record_op19,
12642 ppc_process_record_op31, ppc_process_record_op59,
12643 ppc_process_record_op60, ppc_process_record_op63,
12644 ppc_process_record): Fix -Wformat warning.
12645 * rs6000-tdep.c (rs6000_epilogue_frame_cache, ppc_process_record_op60):
12646 Remove unused variables.
12647
569340fc
CG
126482015-01-20 Chen Gang <gang.chen.5i5j@gmail.com>
12649
12650 * MAINTAINERS (Write After Approval): Add "Chen Gang".
12651
63413d85
EZ
126522015-01-19 Eli Zaretskii <eliz@gnu.org>
12653
12654 * configure.ac [*mingw32*]: Only add windows-termcap.o to
12655 CONFIG_OBS if not building with a curses library.
12656 * configure: Regenerate.
12657
12658 * windows-termcap.c: Include defs.h. Make the whole body empty if
12659 either one of HAVE_CURSES_H or HAVE_NCURSES_H or
12660 HAVE_NCURSES_NCURSES_H is defined.
12661
16d8013c
JB
126622015-01-19 Joel Brobecker <brobecker@adacore.com>
12663
12664 * rs6000-tdep.c (rs6000_gdbarch_init): Move divide operator
12665 from end of line to start of next line.
12666
cf90fd9a
WW
126672015-01-17 Wei-cheng Wang <cole945@gmail.com>
12668
12669 * ppc-linux-tdep.c (ppc_skip_trampoline_code):
12670 Scan PLT stub backward for reverse debugging.
12671 * ppc64-tdep.c (ppc64_skip_trampoline_code): Likewise.
12672
b4cdae6f
WW
126732015-01-17 Wei-cheng Wang <cole945@gmail.com>
12674 Ulrich Weigand <uweigand@de.ibm.com>
12675
12676 * configure.tgt (powerpc*-*-linux): Add linux-record.o to
12677 gdb_target_obs.
12678 (ppc_linux_record_tdep, ppc64_linux_record_tdep): New for linux syscall
12679 record.
12680 (ppc_canonicalize_syscall, ppc_linux_syscall_record,
12681 ppc_linux_record_signal, ppc_init_linux_record_tdep): New functions.
12682 (ppc_linux_init_abi): Set process_record, process_record_signal.
12683 * ppc-tdep.h (struct gdbarch_tdep): Add ppc_syscall_record and
12684 ppc_linux_record_tdep to gdbarch_tdep.
12685 (ppc_process_record): New declaration.
12686 * rs6000-tdep.c (ppc_record_vsr, ppc_process_record_op4,
12687 ppc_process_record_op19, ppc_process_record_op31,
12688 ppc_process_record_op59, ppc_process_record_op60,
12689 ppc_process_record_op63, ppc_process_record): New functions.
12690
2608dbf8
WW
126912015-01-17 Wei-cheng Wang <cole945@gmail.com>
12692
12693 * rs6000-tdep.c (rs6000_in_function_epilogue_p): Rename to
12694 rs6000_in_function_epilogue_frame_p and add an argument
12695 for frame_info.
12696 (rs6000_epilogue_frame_cache, rs6000_epilogue_frame_this_id,
12697 rs6000_epilogue_frame_prev_register, rs6000_epilogue_frame_sniffer):
12698 New functions.
12699 (rs6000_epilogue_frame_unwind): New.
12700 (rs6000_gdbarch_init): Append epilogue unwinder.
12701
4c347be6
SDJ
127022015-01-16 Sergio Durigan Junior <sergiodj@redhat.com>
12703
12704 * nat/linux-personality.c: Replace "#ifndef
12705 HAVE_DECL_ADDR_NO_RANDOMIZE" by "#if
12706 !HAVE_DECL_ADDR_NO_RANDOMIZE", fixing a regression in RHEL-5
12707 systems.
12708
9f2850ba
EZ
127092015-01-16 Eli Zaretskii <eliz@gnu.org>
12710
6cdb25f4
EZ
12711 * tui/tui-win.c (tui_rehighlight_all, tui_set_var_cmd): New
12712 functions.
12713 (_initialize_tui_win) <border-kind, border-mode>:
12714 <active-border-mode>: Use tui_set_var_cmd as the "set" function.
c54da50d
EZ
12715 (tui_set_tab_width_command): Fix the commentary.
12716
6cdb25f4
EZ
12717 * tui/tui-win.h: Add prototype for tui_rehighlight_all.
12718
bf555842
EZ
12719 * tui/tui-win.c (tui_scroll_left_command, tui_scroll_right_command):
12720 Doc fix.
cb86fcc1
EZ
12721 (tui_set_tab_width_command): Delete and recreate the source and
12722 the disassembly windows, to show the effect of the changed tab
12723 size immediately.
bf555842 12724
9f2850ba
EZ
12725 * tui/tui-data.h (LINE_PREFIX): Make shorter
12726 (MAX_PID_WIDTH): Enlarge from 14 to 19, to leave enough space for
12727 "Thread NNNNN.XXXX" thread ID notation on Windows.
12728
95761b2d
JK
127292015-01-16 Jan Kratochvil <jan.kratochvil@redhat.com>
12730
12731 Fix gcc-5 compilation.
12732 * hppa-tdep.c (inst_saves_gr): Fix parentheses typo.
12733
8cc73a39
SDJ
127342015-01-15 Sergio Durigan Junior <sergiodj@redhat.com>
12735
12736 * Makefile.in (HFILES_NO_SRCDIR): Add nat/linux-personality.h.
12737 (linux-personality.o): New rule.
12738 * common/common-defs.h: Include <stdint.h>.
12739 * config/aarch64/linux.mh (NATDEPFILES): Include
12740 linux-personality.o.
12741 * config/alpha/alpha-linux.mh (NATDEPFILES): Likewise.
12742 * config/arm/linux.mh (NATDEPFILES): Likewise.
12743 * config/i386/linux64.mh (NATDEPFILES): Likewise.
12744 * config/i386/linux.mh (NATDEPFILES): Likewise.
12745 * config/ia64/linux.mh (NATDEPFILES): Likewise.
12746 * config/m32r/linux.mh (NATDEPFILES): Likewise.
12747 * config/m68k/linux.mh (NATDEPFILES): Likewise.
12748 * config/mips/linux.mh (NATDEPFILES): Likewise.
12749 * config/pa/linux.mh (NATDEPFILES): Likewise.
12750 * config/powerpc/linux.mh (NATDEPFILES): Likewise.
12751 * config/powerpc/ppc64-linux.mh (NATDEPFILES): Likewise.
12752 * config/powerpc/spu-linux.mh (NATDEPFILES): Likewise.
12753 * config/s390/linux.mh (NATDEPFILES): Likewise.
12754 * config/sparc/linux64.mh (NATDEPFILES): Likewise.
12755 * config/sparc/linux.mh (NATDEPFILES): Likewise.
12756 * config/tilegx/linux.mh (NATDEPFILES): Likewise.
12757 * config/xtensa/linux.mh (NATDEPFILES): Likewise.
12758 * defs.h: Remove #include <stdint.h> (moved to
12759 common/common-defs.h).
12760 * linux-nat.c: Include nat/linux-personality.h. Remove #include
12761 <sys/personality.h>; do not define ADDR_NO_RANDOMIZE (moved to
12762 nat/linux-personality.c).
12763 (linux_nat_create_inferior): Remove code to disable address space
12764 randomization (moved to nat/linux-personality.c). Create cleanup
12765 to disable address space randomization.
12766 * nat/linux-personality.c: New file.
12767 * nat/linux-personality.h: Likewise.
12768
fb23d554
SDJ
127692015-01-15 Sergio Durigan Junior <sergiodj@redhat.com>
12770
12771 * Makefile.in (ALLDEPFILES): Including common/mingw-strerror.c and
12772 common/posix-strerror.c.
12773 (posix-strerror.o): New rule.
12774 (mingw-strerror.o): Likewise.
12775 * common/common-utils.h (safe_strerror): Move prototype to here,
12776 from utils.h.
12777 * common/common.host: New file.
12778 * common/mingw-strerror.c: Likewise.
12779 * common/posix-strerror.c: Likewise.
12780 * configure: Regenerated.
12781 * configure.ac: Source common/common.host. Add variable
12782 common_host_obs to gdb_host_obs.
12783 * contrib/ari/gdb_ari.sh: Mention gdb/common/mingw-strerror.c and
12784 gdb/common/posix-strerror.c when warning about the use of
12785 strerror.
12786 * mingw-hdep.c (safe_strerror): Remove definition; move it to
12787 common/mingw-strerror.c.
12788 * posix-hdep.c (safe_strerror): Remove definition; move it to
12789 common/posix-hdep.c.
12790 * utils.h (safe_strerror): Remove prototype; move to
12791 common/common-utils.h.
12792
3af8af43
JB
127932015-01-15 Joel Brobecker <brobecker@adacore.com>
12794
12795 GDB 7.8.2 released.
12796
bafffb51
JB
127972015-01-15 Joel Brobecker <brobecker@adacore.com>
12798
12799 * ada-lang.c (ada_array_bound_from_type): Ignore array's parallel
12800 ___XA type if the array has already been fixed.
12801
cdf43629
YQ
128022015-01-14 Yao Qi <yao@codesourcery.com>
12803
12804 * Makefile.in (ppc-linux.o): New rule.
12805 * config/powerpc/ppc64-linux.mh (NATDEPFILES): Add ppc-linux.o.
12806 * configure.ac: AC_CHECK_FUNCS(getauxval).
12807 * config.in: Re-generated.
12808 * configure: Re-generated.
12809 * nat/ppc-linux.h [__powerpc64__] (ppc64_64bit_inferior_p):
12810 Declare.
12811 * nat/ppc-linux.c: New file.
12812 * ppc-linux-nat.c (ppc_linux_target_wordsize) [__powerpc64__]:
12813 Call ppc64_64bit_inferior_p.
12814
514c5338
YQ
128152015-01-14 Yao Qi <yao@codesourcery.com>
12816
12817 * ppc-linux-nat.c (PT_ORIG_R3, PT_TRAP): Move to
12818 nat/ppc-linux.h.
12819 (PPC_FEATURE_CELL, PPC_FEATURE_BOOKE): Likewise.
12820 (PPC_FEATURE_HAS_DFP): Likewise.
12821 (PTRACE_GETVRREGS, PTRACE_SETVRREGS): Likewise.
12822 (PTRACE_GETVSXREGS, PTRACE_SETVSXREGS): Likewise.
12823 (PTRACE_GETEVRREGS, PTRACE_SETEVRREGS): Likewise.
12824 Include "nat/ppc-linux.h".
12825 * nat/ppc-linux.h: New file.
12826 * Makefile.in (HFILES_NO_SRCDIR): Add nat/ppc-linux.h.
12827
5589af0e
PA
128282015-01-14 Pedro Alves <palves@redhat.com>
12829
12830 PR gdb/17525
12831 * breakpoint.c: Include "interps.h".
12832 (bpstat_do_actions_1): Also check whether the interpreter is
12833 async.
12834
6c400b59
PA
128352015-01-14 Pedro Alves <palves@redhat.com>
12836
12837 PR cli/17828
12838 * infrun.c (reinstall_readline_callback_handler_cleanup): Don't
12839 reinstall if the interpreter is sync.
12840
e02c96a7
DE
128412015-01-13 Doug Evans <dje@google.com>
12842
12843 * objfiles.c (objfile_filename): New function.
12844 * objfiles.h (objfile_filename): Declare it.
12845 (objfile_name): Add function comment.
12846 * python/py-objfile.c (objfpy_lookup_objfile_by_name): Try both the
12847 bfd file name (which may be realpath'd), and the original name.
12848
3b2f13ff
JB
128492015-01-13 Joel Brobecker <brobecker@adacore.com>
12850
12851 * NEWS: Create a new section for the next release branch.
12852 Rename the section of the current branch, now that it has
12853 been cut.
12854
b4cfe7f8
JB
128552015-01-13 Joel Brobecker <brobecker@adacore.com>
12856
12857 GDB 7.9 branch created (92fc2e6978d9a7c8324c7e851dbee59e22ec7a37):
12858 * version.in: Bump version to 7.9.50.DATE-cvs.
12859
92fc2e69
JB
128602015-01-13 Joel Brobecker <brobecker@adacore.com>
12861
12862 * nat/linux-procfs.c (linux_proc_attach_tgid_threads):
12863 Remove trailing new-line in argument of call to warning.
12864
f71f0b0d
JB
128652015-01-13 Joel Brobecker <brobecker@adacore.com>
12866
12867 * linux-nat.c (attach_proc_task_lwp_callback): Remove trailing
12868 new-line in argument of call to "warning".
12869
04dccad0
JB
128702015-01-13 Joel Brobecker <brobecker@adacore.com>
12871
12872 * ada-lang.c (ada_lookup_symbol_nonlocal): If name not found
12873 in static block, then try searching for primitive types.
12874
08b13bdd
PP
128752015-01-12 Patrick Palka <patrick@parcs.ath.cx>
12876
12877 * top.h (gdb_add_history): Declare.
12878 * top.c (command_count): New variable.
12879 (gdb_add_history): New function.
12880 (gdb_safe_append_history): New static function.
12881 (quit_force): Call it.
12882 (command_line_input): Use gdb_add_history instead of
12883 add_history.
12884 * event-top.c (command_line_handler): Likewise.
12885
4ac15b59
JC
128862015-01-12 James Clarke <jrtc27@jrtc27.com> (tiny patch)
12887
12888 PR gdb/17046
12889 * darwin-nat.c: Replace <machine/setjmp.h> #include by
12890 <setjmp.h> #include.
12891
005e54bb
DE
128922015-01-11 Doug Evans <xdje42@gmail.com>
12893
12894 * dwarf2read.c (compute_delayed_physnames): Use TYPE_FN_FIELD_PHYSNAME.
12895
439250fb
DE
128962015-01-11 Doug Evans <xdje42@gmail.com>
12897
12898 PR gdb/15830
12899 * NEWS: The "maint demangle" command is renamed as "demangle".
12900 * demangle.c: #include cli/cli-utils.h, language.h.
12901 (demangle_command): New function.
12902 (_initialize_demangle): Add new command "demangle".
12903 * maint.c (maintenance_demangle): Stub out.
12904 (_initialize_maint_cmds): Update help text for "maint demangle",
12905 and mark as deprecated.
12906
ebf3aa72
MK
129072015-01-11 Mark Kettenis <kettenis@gnu.org>
12908
12909 * inf-ptrace.c (inf_ptrace_follow_fork): Adjust now that
12910 inferior_thread is a function.
12911
6bf045cd
PP
129122015-01-09 Patrick Palka <patrick@parcs.ath.cx>
12913
12914 * Makefile.in (.y.c): Don't munge yacc's #line
12915 directives.
12916
588dcc3e
PP
129172015-01-09 Patrick Palka <patrick@parcs.ath.cx>
12918
12919 * utils.c (defaulted_query): Rewrite to use gdb_readline_wrapper
12920 to prompt for input.
12921 * tui/tui-hooks.c (tui_query_hook): Remove.
12922 (tui_install_hooks): Don't set deprecated_query_hook.
12923 * tui/tui-io.c (tui_redisplay_readline): Fix off-by-one error in
12924 height calculation. Always update the command window's cur_line.
12925
9c02b525
PA
129262015-01-09 Pedro Alves <palves@redhat.com>
12927
12928 * breakpoint.c (hardware_breakpoint_inserted_here_p): New
12929 function.
12930 * breakpoint.h (hardware_breakpoint_inserted_here_p): New
12931 declaration.
12932 * linux-nat.c (linux_nat_status_is_event): Move higher up in file.
12933 (linux_resume_one_lwp): Store the thread's PC. Adjust to clear
12934 stop_reason.
12935 (check_stopped_by_watchpoint): New function.
12936 (save_sigtrap): Reimplement.
12937 (linux_nat_stopped_by_watchpoint): Adjust.
12938 (linux_nat_lp_status_is_event): Delete.
12939 (stop_wait_callback): Only call save_sigtrap after storing the
12940 pending status.
12941 (status_callback): If the thread had been stopped for a breakpoint
12942 that has since been removed, discard the event and resume the LWP.
12943 (count_events_callback, select_event_lwp_callback): Use
12944 lwp_status_pending_p instead of linux_nat_lp_status_is_event.
12945 (cancel_breakpoint): Rename to ...
12946 (check_stopped_by_breakpoint): ... this. Record whether the LWP
12947 stopped for a software breakpoint or hardware breakpoint.
12948 (select_event_lwp): Only give preference to the stepping LWP in
12949 all-stop mode. Adjust comments.
12950 (stop_and_resume_callback): Remove references to new_pending_p.
12951 (linux_nat_filter_event): Likewise. Leave exit events of the
12952 leader thread pending here. Handle signal short circuiting here.
12953 Only call save_sigtrap after storing the pending waitstatus.
12954 (linux_nat_wait_1): Remove 'retry' label. Remove references to
12955 new_pending. Don't handle leaving events the caller is not
12956 interested in pending here, nor handle signal short-circuiting
12957 here. Also give equal priority to all LWPs that have had events
12958 in non-stop mode. If reporting a software breakpoint event,
12959 unadjust the LWP's PC.
12960 * linux-nat.h (enum lwp_stop_reason): New.
12961 (struct lwp_info) <stop_pc>: New field.
12962 (struct lwp_info) <stopped_by_watchpoint>: Delete field.
12963 (struct lwp_info) <stop_reason>: New field.
12964 * x86-linux-nat.c (x86_linux_prepare_to_resume): Adjust.
12965
8af756ef
PA
129662015-01-09 Pedro Alves <palves@redhat.com>
12967
12968 * linux-nat.c (linux_handle_extended_wait) <PTRACE_EVENT_EXEC>:
12969 Set the LWP's 'resumed' flag.
12970
8a99810d
PA
129712015-01-09 Pedro Alves <palves@redhat.com>
12972
12973 * linux-nat.c (linux_resume_one_lwp): New function.
12974 (resume_lwp): Use lwp_status_pending_p and linux_resume_one_lwp.
12975 (linux_nat_resume): Use lwp_status_pending_p and
12976 linux_resume_one_lwp.
12977 (linux_handle_syscall_trap): Use linux_resume_one_lwp.
12978 (linux_handle_extended_wait): Use linux_resume_one_lwp.
12979 (status_callback, running_callback): Use lwp_status_pending_p.
12980 (lwp_status_pending_p): New function.
12981 (stop_and_resume_callback): Use lwp_status_pending_p.
12982 (linux_nat_filter_event): Use linux_resume_one_lwp.
12983 (linux_nat_wait_1): Always use status_callback to look for an LWP
12984 with a pending status. Use linux_resume_one_lwp.
12985 (resume_stopped_resumed_lwps): Use lwp_status_pending_p and
12986 linux_resume_one_lwp.
12987
f7ce857f
PA
129882015-01-09 Pedro Alves <palves@redhat.com>
12989
12990 * breakpoint.c (bp_location_inserted_here_p): New function,
12991 factored out from ...
12992 (breakpoint_inserted_here_p): ... here. Use
12993 ALL_BP_LOCATIONS_AT_ADDR.
12994 (software_breakpoint_inserted_here_p): Use
12995 bp_location_inserted_here_p and ALL_BP_LOCATIONS_AT_ADDR.
12996
c1a747c1
PA
129972014-01-09 Pedro Alves <palves@redhat.com>
12998
12999 Skip enabling event reporting if the kernel supports
13000 PTRACE_EVENT_CLONE.
13001 * linux-thread-db.c: Include "nat/linux-ptrace.h".
13002 (thread_db_use_events): New function.
13003 (try_thread_db_load_1): Check thread_db_use_events before enabling
13004 event reporting.
13005 (update_thread_state): New function.
13006 (attach_thread): Use it. Check thread_db_use_events before
13007 enabling event reporting.
13008 (thread_db_detach): Check thread_db_use_events before disabling
13009 event reporting.
13010 (find_new_threads_callback): Check thread_db_use_events before
13011 enabling event reporting. Update the thread's state if not using
13012 libthread_db events.
13013
a33e3959
PA
130142015-01-09 Pedro Alves <palves@redhat.com>
13015
13016 * linux-nat.c (lin_lwp_attach_lwp): Assert that the lwp id we're
13017 about to wait for is > 0.
13018 * linux-thread-db.c (find_new_threads_callback): Ignore thread if
13019 the kernel thread ID is -1.
13020
8784d563
PA
130212015-01-09 Pedro Alves <palves@redhat.com>
13022
13023 * linux-nat.c (attach_proc_task_lwp_callback): New function.
13024 (linux_nat_attach): Use linux_proc_attach_tgid_threads.
13025 (wait_lwp, linux_nat_filter_event): If not set yet, set the lwp's
13026 ptrace option flags.
13027 * linux-nat.h (struct lwp_info) <must_set_ptrace_flags>: New
13028 field.
13029 * nat/linux-procfs.c: Include <dirent.h>.
13030 (linux_proc_get_int): New parameter "warn". Handle it.
13031 (linux_proc_get_tgid): Adjust.
13032 (linux_proc_get_tracerpid): Rename to ...
13033 (linux_proc_get_tracerpid_nowarn): ... this.
13034 (linux_proc_pid_get_state): New function, factored out from
13035 (linux_proc_pid_has_state): ... this. Add new parameter "warn"
13036 and handle it.
13037 (linux_proc_pid_is_gone): New function.
13038 (linux_proc_pid_is_stopped): Adjust.
13039 (linux_proc_pid_is_zombie_maybe_warn)
13040 (linux_proc_pid_is_zombie_nowarn): New functions.
13041 (linux_proc_pid_is_zombie): Use
13042 linux_proc_pid_is_zombie_maybe_warn.
13043 (linux_proc_attach_tgid_threads): New function.
13044 * nat/linux-procfs.h (linux_proc_get_tgid): Update comment.
13045 (linux_proc_get_tracerpid): Rename to ...
13046 (linux_proc_get_tracerpid_nowarn): ... this, and update comment.
13047 (linux_proc_pid_is_gone): New declaration.
13048 (linux_proc_pid_is_zombie): Update comment.
13049 (linux_proc_pid_is_zombie_nowarn): New declaration.
13050 (linux_proc_attach_lwp_func): New typedef.
13051 (linux_proc_attach_tgid_threads): New declaration.
13052 * nat/linux-ptrace.c (linux_ptrace_attach_fail_reason): Adjust to
13053 use nowarn functions.
13054 (linux_ptrace_attach_fail_reason_string): Move here from
13055 gdbserver/linux-low.c and rename.
13056 (ptrace_supports_feature): If the current ptrace options are not
13057 known yet, check them now, instead of asserting.
13058 * nat/linux-ptrace.h (linux_ptrace_attach_fail_reason_string):
13059 Declare.
13060
883ed13e
PA
130612015-01-09 Pedro Alves <palves@redhat.com>
13062
13063 * linux-thread-db.c (thread_db_find_new_threads_silently)
13064 (try_thread_db_load_1, try_thread_db_load, thread_db_load_search)
13065 (find_new_threads_once): Print debug output on gdb_stdlog.
13066
1710aab8
CG
130672015-01-09 Chen Gang <gang.chen.5i5j@gmail.com>
13068 Pedro Alves <palves@redhat.com>
13069
13070 * compile/compile.c: Include "gdb_wait.h".
13071 (do_rmdir): Check return value, and free 'zap'.
13072
b597c318
YQ
130732015-01-08 Pedro Alves <palves@redhat.com>
13074 Yao Qi <yao@codesourcery.com>
13075
13076 * dwarf2loc.c (indirect_pieced_value): Don't call
13077 gdb_sign_extend. Call extract_signed_integer instead.
13078 * utils.c (gdb_sign_extend): Remove.
13079 * utils.h (gdb_sign_extend): Remove declaration.
13080
025ac414
PM
130812015-01-07 Pierre Muller <muller@sourceware.org>
13082
13083 PR symtab/17811
13084 * stabsread.c (define_symbol): Set language for C++ special symbols.
13085
fa5af12a
PP
130862015-01-07 Patrick Palka <patrick@parcs.ath.cx>
13087
13088 * inflow.c (initial_gdb_ttystate): Tweak comment.
13089
ea42d6f8
JB
130902015-01-07 Joel Brobecker <brobecker@adacore.com>
13091
13092 * inflow.c (set_initial_gdb_ttystate): Add empty line after
13093 comment documenting function.
13094
6a06d660
PP
130952015-01-07 Patrick Palka <patrick@parcs.ath.cx>
13096
13097 * terminal.h (set_initial_gdb_ttystate): Declare.
13098 * inflow.c (initial_gdb_ttystate): New static variable.
13099 (set_initial_gdb_ttystate): New setter.
13100 (child_terminal_init_with_pgrp): Copy initial_gdb_ttystate
13101 instead of our current terminal state.
13102 * top.c (gdb_init): Call set_initial_gdb_ttystate.
13103
e810d75b
JB
131042015-01-07 Joel Brobecker <brobecker@adacore.com>
13105
13106 * guile/scm-type.c (tyscm_array_1): Add comment.
13107 * python/py-type.c (typy_array_1): Add comment.
13108
fce10a84
JB
131092015-01-06 Joel Brobecker <brobecker@adacore.com>
13110
13111 * guile/scm-type.c (tyscm_array_1): Do not raise out-of-range
13112 error if N2 is equal to N1 - 1.
13113
8503d6e1
JB
131142015-01-06 Joel Brobecker <brobecker@adacore.com>
13115
13116 * python/py-type.c (typy_array_1): Do not raise negative-length
13117 exception if N2 is equal to N1 - 1.
13118
4d29c0a8
DE
131192015-01-03 Doug Evans <xdje42@gmail.com>
13120
13121 * c-exp.y: Whitespace cleanup.
13122 (classify_inner_name): Remove extra ;.
13123
eaa6a9a4
MR
131242015-01-02 Maciej W. Rozycki <macro@codesourcery.com>
13125
13126 * mips-tdep.c (mips32_scan_prologue): Keep the extracted stack
13127 offset signed.
13128
02fe9972
DE
131292015-01-02 Doug Evans <dje@google.com>
13130
13131 * dwarf2read.c (setup_type_unit_groups): Remove outdated comment.
13132
e2ada9cb
DE
131332015-01-02 Doug Evans <dje@google.com>
13134
13135 * symtab.h (struct symbol): Fix typo in comment.
13136
32d0add0
JB
131372015-01-01 Joel Brobecker <brobecker@adacore.com>
13138
13139 Update year range in copyright notice of all files.
13140
76f2b779
JB
131412015-01-01 Joel Brobecker <brobecker@adacore.com>
13142
13143 * top.c (print_gdb_version): Update copyright year to 2015.
13144
077309e2 131452015-01-01 Joel Brobecker <brobecker@adacore.com>
6bf6fd09 13146
077309e2 13147 * config/djgpp/fnchange.lst: Add entry for gdb/ChangeLog-2014.
6bf6fd09 13148
077309e2 13149For older changes see ChangeLog-2014.
c906108c
SS
13150\f
13151Local Variables:
13152mode: change-log
13153left-margin: 8
13154fill-column: 74
13155version-control: never
57da7796 13156coding: utf-8
c906108c 13157End:
This page took 2.444049 seconds and 4 git commands to generate.