Add support for the Rust language
[deliverable/binutils-gdb.git] / gdb / ChangeLog
CommitLineData
c44af4eb
TT
12016-05-17 Tom Tromey <tom@tromey.com>
2 Manish Goregaokar <manishsmail@gmail.com>
3
4 * symtab.c (symbol_find_demangled_name): Handle Rust.
5 * symfile.c (init_filename_language_table): Treat ".rs" as Rust.
6 * std-operator.def (STRUCTOP_ANONYMOUS, OP_RUST_ARRAY): New
7 constants.
8 * rust-lang.h: New file.
9 * rust-lang.c: New file.
10 * rust-exp.y: New file.
11 * dwarf2read.c (read_file_scope): Add Rust producer sniffing.
12 (dwarf2_compute_name, read_func_scope, read_structure_type)
13 (read_base_type, read_subrange_type, set_cu_language)
14 (new_symbol_full, determine_prefix): Handle Rust.
15 * defs.h (enum language) <language_rust>: New constant.
16 * Makefile.in (SFILES): Add rust-exp.y, rust-lang.c.
17 (COMMON_OBS): Add rust-exp.o, rust-lang.o.
18
00272ec4
TT
192016-05-17 Tom Tromey <tom@tromey.com>
20
21 * valprint.h (struct generic_val_print_array) <array_start,
22 array_end>: New fields.
23 * valprint.c (generic_val_print_array): Add "decorations"
24 parameter. Use "array_start", "array_end".
25 (generic_val_print) <TYPE_CODE_ARRAY>: Update.
26 * p-valprint.c (p_decorations): Update.
27 * m2-valprint.c (m2_decorations): Update.
28 * f-valprint.c (f_decorations): Update.
29 * c-valprint.c (c_decorations): Update.
30
dcd1f979
TT
312016-05-17 Tom Tromey <tom@tromey.com>
32
33 * NEWS: Add "maint selftest" entry.
34 * selftest.h: New file.
35 * selftest.c: New file.
36 * maint.c: Include selftest.h.
37 (maintenance_selftest): New function.
38 (_initialize_maint_cmds): Add "maint selftest" command.
39 * configure.ac (GDB_SELF_TEST): Maybe define.
40 * config.in, configure: Rebuild.
41 * Makefile.in (SFILES): Add selftest.c.
42 (COMMON_OBS): Add selftest.o.
43
e4b8a1c8
TT
442016-05-17 Tom Tromey <tom@tromey.com>
45
46 * expprint.c: Include f-lang.h.
47 (print_subexp_standard, dump_subexp_body_standard): Handle
48 OP_F90_RANGE.
49
9ab0bb2a
TT
502016-05-17 Tom Tromey <tom@tromey.com>
51
52 * Makefile.in (init.c): Search .y files for initialization
53 functions.
54
8ddd5a6c
DE
552016-05-12 Doug Evans <dje@google.com>
56
57 PR symtab/19999
58 * dwarf2loc.c (dwarf2_find_location_expression): For DWO files still
59 add base_offset.
60
df140a0b
TS
612016-05-10 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
62
63 * iq2000-tdep.c (iq2000_scan_prologue): Remove if that shouldn't guard
64 anything.
65 * linespec.c (add_sal_to_sals): Restore call to symtab_to_fullname.
66
39d911fc
TP
672016-05-10 Thomas Preud'homme <thomas.preudhomme@arm.com>
68
69 * arm-tdep.c (arm_elf_make_msymbol_special): Use
70 ARM_GET_SYM_BRANCH_TYPE to get branch type of a symbol.
71
870f88f7
TS
722016-05-07 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
73
74 * aarch64-linux-tdep.c (aarch64_linux_sigframe_init): Remove unused
75 variables.
76 * aarch64-tdep.c (aarch64_skip_prologue): Likewise.
77 (aarch64_scan_prologue): Likewise.
78 (aarch64_prologue_prev_register): Likewise.
79 (aarch64_dwarf2_prev_register): Likewise.
80 (pass_in_v): Likewise.
81 (aarch64_push_dummy_call): Likewise.
82 (aarch64_breakpoint_from_pc): Likewise.
83 (aarch64_return_in_memory): Likewise.
84 (aarch64_return_value): Likewise.
85 (aarch64_displaced_step_b_cond): Likewise.
86 (aarch64_displaced_step_cb): Likewise.
87 (aarch64_displaced_step_tb): Likewise.
88 (aarch64_gdbarch_init): Likewise.
89 (aarch64_process_record): Likewise.
90 * alpha-mdebug-tdep.c (alpha_mdebug_init_abi): Likewise.
91 * alpha-tdep.c (_initialize_alpha_tdep): Likewise.
92 * amd64-dicos-tdep.c (amd64_dicos_init_abi): Likewise.
93 * amd64-linux-tdep.c (amd64_dtrace_parse_probe_argument): Likewise.
94 * amd64-tdep.c (fixup_riprel): Likewise.
95 * amd64-windows-tdep.c (amd64_windows_frame_decode_epilogue): Likewise.
96 (amd64_windows_frame_decode_insns): Likewise.
97 (amd64_windows_frame_cache): Likewise.
98 (amd64_windows_frame_prev_register): Likewise.
99 (amd64_windows_frame_this_id): Likewise.
100 (amd64_windows_init_abi): Likewise.
101 * arm-linux-tdep.c (arm_linux_get_syscall_number): Likewise.
102 (arm_linux_get_next_pcs_syscall_next_pc): Likewise.
103 * arm-symbian-tdep.c (arm_symbian_init_abi): Likewise.
104 * arm-tdep.c (arm_make_epilogue_frame_cache): Likewise.
105 (arm_epilogue_frame_prev_register): Likewise.
106 (arm_record_vdata_transfer_insn): Likewise.
107 (arm_record_exreg_ld_st_insn): Likewise.
108 * auto-load.c (execute_script_contents): Likewise.
109 (print_scripts): Likewise.
110 * avr-tdep.c (avr_frame_prev_register): Likewise.
111 (avr_push_dummy_call): Likewise.
112 * bfin-linux-tdep.c (bfin_linux_sigframe_init): Likewise.
113 * bfin-tdep.c (bfin_gdbarch_init): Likewise.
114 * blockframe.c (find_pc_partial_function_gnu_ifunc): Likewise.
115 * break-catch-throw.c (fetch_probe_arguments): Likewise.
116 * breakpoint.c (breakpoint_xfer_memory): Likewise.
117 (breakpoint_init_inferior): Likewise.
118 (breakpoint_inserted_here_p): Likewise.
119 (software_breakpoint_inserted_here_p): Likewise.
120 (hardware_breakpoint_inserted_here_p): Likewise.
121 (bpstat_what): Likewise.
122 (break_range_command): Likewise.
123 (save_breakpoints): Likewise.
124 * coffread.c (coff_symfile_read): Likewise.
125 * cris-tdep.c (cris_push_dummy_call): Likewise.
126 (cris_scan_prologue): Likewise.
127 (cris_register_size): Likewise.
128 (_initialize_cris_tdep): Likewise.
129 * d-exp.y: Likewise.
130 * dbxread.c (dbx_read_symtab): Likewise.
131 (process_one_symbol): Likewise.
132 (coffstab_build_psymtabs): Likewise.
133 (elfstab_build_psymtabs): Likewise.
134 * dicos-tdep.c (dicos_init_abi): Likewise.
135 * disasm.c (do_mixed_source_and_assembly): Likewise.
136 (gdb_disassembly): Likewise.
137 * dtrace-probe.c (dtrace_process_dof): Likewise.
138 * dwarf2read.c (error_check_comp_unit_head): Likewise.
139 (build_type_psymtabs_1): Likewise.
140 (skip_one_die): Likewise.
141 (process_imported_unit_die): Likewise.
142 (dwarf2_physname): Likewise.
143 (read_file_scope): Likewise.
144 (setup_type_unit_groups): Likewise.
145 (create_dwo_cu_reader): Likewise.
146 (create_dwo_cu): Likewise.
147 (create_dwo_unit_in_dwp_v1): Likewise.
148 (create_dwo_unit_in_dwp_v2): Likewise.
149 (lookup_dwo_unit_in_dwp): Likewise.
150 (free_dwo_file): Likewise.
151 (check_producer): Likewise.
152 (dwarf2_add_typedef): Likewise.
153 (dwarf2_add_member_fn): Likewise.
154 (read_unsigned_leb128): Likewise.
155 (read_signed_leb128): Likewise.
156 (dwarf2_const_value): Likewise.
157 (follow_die_sig_1): Likewise.
158 (dwarf_decode_macro_bytes): Likewise.
159 * extension.c (restore_active_ext_lang): Likewise.
160 * frv-linux-tdep.c (frv_linux_sigtramp_frame_cache): Likewise.
161 * ft32-tdep.c (ft32_analyze_prologue): Likewise.
162 * gdbtypes.c (lookup_typename): Likewise.
163 (resolve_dynamic_range): Likewise.
164 (check_typedef): Likewise.
165 * h8300-tdep.c (h8300_is_argument_spill): Likewise.
166 (h8300_gdbarch_init): Likewise.
167 * hppa-tdep.c (hppa32_push_dummy_call): Likewise.
168 (hppa_frame_this_id): Likewise.
169 (_initialize_hppa_tdep): Likewise.
170 * hppanbsd-tdep.c (hppanbsd_sigtramp_cache_init): Likewise.
171 * hppaobsd-tdep.c (hppaobsd_supply_fpregset): Likewise.
172 * i386-dicos-tdep.c (i386_dicos_init_abi): Likewise.
173 * i386-tdep.c (i386_bnd_type): Likewise.
174 (i386_gdbarch_init): Likewise.
175 (i386_mpx_bd_base): Likewise.
176 * i386nbsd-tdep.c (i386nbsd_sigtramp_cache_init): Likewise.
177 * i386obsd-tdep.c (i386obsd_elf_init_abi): Likewise.
178 * ia64-tdep.c (examine_prologue): Likewise.
179 (ia64_frame_cache): Likewise.
180 (ia64_push_dummy_call): Likewise.
181 * infcmd.c (finish_command_fsm_async_reply_reason): Likewise.
182 (default_print_one_register_info): Likewise.
183 * infrun.c (infrun_thread_ptid_changed): Likewise.
184 (thread_still_needs_step_over): Likewise.
185 (stop_all_threads): Likewise.
186 (restart_threads): Likewise.
187 (keep_going_stepped_thread): Likewise.
188 * iq2000-tdep.c (iq2000_scan_prologue): Likewise.
189 * language.c (language_init_primitive_type_symbols): Likewise.
190 * linespec.c (add_sal_to_sals): Likewise.
191 * linux-nat.c (status_callback): Likewise.
192 (kill_unfollowed_fork_children): Likewise.
193 (linux_nat_kill): Likewise.
194 * linux-tdep.c (linux_fill_prpsinfo): Likewise.
195 * linux-thread-db.c (thread_db_notice_clone): Likewise.
196 (record_thread): Likewise.
197 * location.c (string_to_event_location_basic): Likewise.
198 * m32c-tdep.c (m32c_prev_register): Likewise.
199 * m32r-linux-tdep.c (m32r_linux_init_abi): Likewise.
200 * m32r-tdep.c (decode_prologue): Likewise.
201 * m68klinux-tdep.c (m68k_linux_sigtramp_frame_cache): Likewise.
202 * machoread.c (macho_symtab_read): Likewise.
203 (macho_symfile_read): Likewise.
204 (macho_symfile_offsets): Likewise.
205 * maint.c (set_per_command_cmd): Likewise.
206 * mi/mi-cmd-stack.c (mi_cmd_stack_list_locals): Likewise.
207 (mi_cmd_stack_list_variables): Likewise.
208 * mi/mi-main.c (mi_cmd_exec_run): Likewise.
209 (output_register): Likewise.
210 (mi_cmd_execute): Likewise.
211 (mi_cmd_trace_define_variable): Likewise.
212 (print_variable_or_computed): Likewise.
213 * minsyms.c (prim_record_minimal_symbol_full): Likewise.
214 * mn10300-tdep.c (mn10300_frame_prev_register): Likewise.
215 * msp430-tdep.c (msp430_pseudo_register_write): Likewise.
216 * mt-tdep.c (mt_registers_info): Likewise.
217 * nios2-tdep.c (nios2_analyze_prologue): Likewise.
218 (nios2_push_dummy_call): Likewise.
219 (nios2_frame_unwind_cache): Likewise.
220 (nios2_stub_frame_cache): Likewise.
221 (nios2_stub_frame_sniffer): Likewise.
222 (nios2_gdbarch_init): Likewise.
223 * ppc-ravenscar-thread.c: Likewise.
224 * ppcfbsd-tdep.c (ppcfbsd_sigtramp_frame_cache): Likewise.
225 * python/py-evts.c (add_new_registry): Likewise.
226 * python/py-finishbreakpoint.c (bpfinishpy_init): Likewise.
227 (bpfinishpy_detect_out_scope_cb): Likewise.
228 * python/py-framefilter.c (py_print_value): Likewise.
229 * python/py-inferior.c (infpy_write_memory): Likewise.
230 * python/py-infevents.c (create_inferior_call_event_object): Likewise.
231 * python/py-infthread.c (thpy_get_ptid): Likewise.
232 * python/py-linetable.c (ltpy_get_pcs_for_line): Likewise.
233 (ltpy_get_all_source_lines): Likewise.
234 (ltpy_is_valid): Likewise.
235 (ltpy_iternext): Likewise.
236 * python/py-symtab.c (symtab_and_line_to_sal_object): Likewise.
237 * python/py-unwind.c (pyuw_object_attribute_to_pointer): Likewise.
238 (unwind_infopy_str): Likewise.
239 * python/py-varobj.c (py_varobj_get_iterator): Likewise.
240 * ravenscar-thread.c (ravenscar_inferior_created): Likewise.
241 * rs6000-aix-tdep.c (rs6000_push_dummy_call): Likewise.
242 * rs6000-lynx178-tdep.c (rs6000_lynx178_push_dummy_call): Likewise.
243 * rs6000-tdep.c (ppc_deal_with_atomic_sequence): Likewise.
244 * s390-linux-tdep.c (s390_supply_tdb_regset): Likewise.
245 (s390_frame_prev_register): Likewise.
246 (s390_dwarf2_frame_init_reg): Likewise.
247 (s390_record_vr): Likewise.
248 (s390_process_record): Likewise.
249 * score-tdep.c (score_push_dummy_call): Likewise.
250 (score3_analyze_prologue): Likewise.
251 * sh-tdep.c (sh_extract_return_value_nofpu): Likewise.
252 * sh64-tdep.c (sh64_analyze_prologue): Likewise.
253 (sh64_push_dummy_call): Likewise.
254 (sh64_extract_return_value): Likewise.
255 (sh64_do_fp_register): Likewise.
256 * solib-aix.c (solib_aix_get_section_offsets): Likewise.
257 * solib-darwin.c (darwin_read_exec_load_addr_from_dyld): Likewise.
258 (darwin_solib_read_all_image_info_addr): Likewise.
259 * solib-dsbt.c (enable_break): Likewise.
260 * solib-frv.c (enable_break2): Likewise.
261 (frv_fdpic_find_canonical_descriptor): Likewise.
262 * solib-svr4.c (svr4_handle_solib_event): Likewise.
263 * sparc-tdep.c (sparc_skip_stack_check): Likewise.
264 * sparc64-linux-tdep.c (sparc64_linux_get_longjmp_target): Likewise.
265 * sparcobsd-tdep.c (sparc32obsd_init_abi): Likewise.
266 * spu-tdep.c (info_spu_dma_cmdlist): Likewise.
267 * stack.c (read_frame_local): Likewise.
268 * symfile.c (symbol_file_add_separate): Likewise.
269 (remove_symbol_file_command): Likewise.
270 * symmisc.c (maintenance_print_one_line_table): Likewise.
271 * symtab.c (symbol_cache_flush): Likewise.
272 (basic_lookup_transparent_type): Likewise.
273 (sort_search_symbols_remove_dups): Likewise.
274 * target.c (target_memory_map): Likewise.
275 (target_detach): Likewise.
276 (target_resume): Likewise.
277 (acquire_fileio_fd): Likewise.
278 (target_store_registers): Likewise.
279 * thread.c (print_thread_info_1): Likewise.
280 * tic6x-tdep.c (tic6x_analyze_prologue): Likewise.
281 * tilegx-linux-tdep.c (tilegx_linux_sigframe_init): Likewise.
282 * tilegx-tdep.c (tilegx_push_dummy_call): Likewise.
283 (tilegx_analyze_prologue): Likewise.
284 (tilegx_stack_frame_destroyed_p): Likewise.
285 (tilegx_frame_cache): Likewise.
286 * tracefile.c (trace_save): Likewise.
287 * tracepoint.c (encode_actions_and_make_cleanup): Likewise.
288 (start_tracing): Likewise.
289 (print_one_static_tracepoint_marker): Likewise.
290 * tui/tui.c (tui_enable): Likewise.
291 * valops.c (value_struct_elt_bitpos): Likewise.
292 (find_overload_match): Likewise.
293 (find_oload_champ): Likewise.
294 * value.c (value_contents_copy_raw): Likewise.
295 * windows-tdep.c (windows_get_tlb_type): Likewise.
296 * x86-linux-nat.c (x86_linux_enable_btrace): Likewise.
297 * xcoffread.c (record_minimal_symbol): Likewise.
298 (scan_xcoff_symtab): Likewise.
299 * xtensa-tdep.c (execute_code): Likewise.
300 (xtensa_gdbarch_init): Likewise.
301 (_initialize_xtensa_tdep): Likewise.
302
c1aebf87
UW
3032016-05-04 Ulrich Weigand <uweigand@de.ibm.com>
304
305 * spu-linux-nat.c (spu_bfd_iovec_pread): Add pointer cast for C++.
306 (spu_bfd_open): Likewise.
307
edf689f0
YQ
3082016-05-04 Yao Qi <yao.qi@linaro.org>
309
310 PR gdb/19947
311 * corefile.c (read_memory): Rename it to ...
312 (read_memory_object): ... it. Add parameter object.
313 (read_memory): Call read_memory_object.
314 (read_stack): Likewise.
315 (read_code): Likewise.
316
6c447423
DE
3172016-05-03 Yunlian Jiang <yunlian@google.com>
318 Doug Evans <dje@google.com>
319
320 PR symtab/19914
321 * dwarf2read.c (open_and_init_dwp_file): Look at backlink if objfile
322 is separate debug file.
323
a1ec3d24
DB
3242016-05-03 Don Breazeal <donb@codesourcery.com>
325
326 * serial.h (gdb_pipe): Fix argument names in comment.
327
86f1abec
PA
3282016-05-03 Pedro Alves <palves@redhat.com>
329
330 PR python/20037
331 * python/python.c (_initialize_python) [IS_PY3K]: xstrdup/xfree
332 oldloc.
333
1aa96702
PA
3342016-05-03 Pedro Alves <palves@redhat.com>
335
336 * python/python.c (_initialize_python) [IS_PY3K]: Remove dead
337 code.
338
a4a1c157
PA
3392016-05-03 Pedro Alves <palves@redhat.com>
340
341 * configure.ac (PYTHON_LIBS): Sed away "-Xlinker -export-dynamic".
342 * configure: Regenerate.
343
1b4f615e
PA
3442016-05-03 Pedro Alves <palves@redhat.com>
345
346 * configure.ac (checking for the dynamic export flag): Add
347 $PYTHON_CPPFLAGS to CPPFLAGS.
348 * configure: Regenerate.
349
b631e59b
KT
3502016-05-03 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
351
352 * symfile.c (find_pc_overlay): Add braces to avoid -Wparentheses
353 warning.
354 (find_pc_mapped_section): Likewise.
355 (list_overlays_command): Likewise.
356
1270fac6
EZ
3572016-05-02 Eli Zaretskii <eliz@gnu.org>
358
359 * windows-nat.c (_initialize_check_for_gdb_ini): Fix off-by-one
360 error in allocation of space for "$HOME/.gdbinit" string. This
361 caused GDB to abort on startup whenever a '~/gdb.ini' file was
362 actually found, because xsnprintf would hit an assertion
363 violation.
364
0400cf2f
SM
3652016-04-28 Simon Marchi <simon.marchi@ericsson.com>
366
367 * cli/cli-decode.c (help_cmd_list): Do not list commands that
368 are deprecated.
369
57809e5e
JK
3702016-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
371
372 * remote.c (remote_start_remote): Detect PACKET_vFile_setfs.support.
373
476350ba
MG
3742016-04-27 Martin Galvan <martin.galvan@tallertechnologies.com>
375
376 * c-valprint.c (c_value_print): Always convert val back to reference
377 type if we converted it to a pointer type.
378
2d681be4
AA
3792016-04-27 Andreas Arnez <arnez@linux.vnet.ibm.com>
380
381 * configure.ac: Enhance configure check for babeltrace to reject
382 non-C++-enabled versions.
383 * configure: Regenerate.
384
3e2e34f8
KB
3852016-04-26 Sanimir Agovic <sanimir.agovic@intel.com>
386 Keven Boell <keven.boell@intel.com>
387 Bernhard Heckel <bernhard.heckel@intel.com>
388
389 * f-valprint.c (f77_create_arrayprint_offset_tbl): Remove
390 function.
391 (F77_DIM_SIZE, F77_DIM_OFFSET): Remove macro.
392 (f77_print_array_1): Use value_subscript to subscript a
393 value array.
394 (f77_print_array): Remove call to f77_create_arrayprint_offset_tbl.
395 (f_val_print): Use value_field to construct a field value.
396
8f07e298
BH
3972016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
398
399 * valarith.c (value_address): Resolve dynamic types.
400
9920b434
BH
4012016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
402 Keven Boell <kevel.boell@intel.com>
403
404 * NEWS: Add new supported features for fortran.
405 * gdbtypes.c (remove_dyn_prop): New.
406 (resolve_dynamic_struct): Keep type length for fortran structs.
407 * gdbtypes.h: Forward declaration of new function.
408 * value.c (value_address): Return dynamic resolved location of a value.
409 (set_value_component_location): Adjust the value address
410 for single value prints.
411 (value_primitive_field): Support value types with a dynamic location.
412 (set_internalvar): Remove dynamic location property of
413 internal variables.
414
20249ae4
YQ
4152016-04-25 Pedro Alves <palves@redhat.com>
416 Yao Qi <yao.qi@linaro.org>
417
418 * mem-break.c (set_raw_breakpoint_at): Create a raw breakpoint
419 object. Insert it if it is not inserted yet. Increase the
420 refcount and link it into the proc's raw breakpoint list.
421
21edc42f
YQ
4222016-04-25 Yao Qi <yao.qi@linaro.org>
423
424 * breakpoint.c (should_be_inserted): Return 0 if the location's
425 owner is not single step breakpoint or single step breakpoint's
426 thread isn't the thread which is stepping past a breakpoint.
427 * gdbarch.sh (software_single_step): Update comments.
428 * gdbarch.h: Regenerated.
429 * infrun.c (struct step_over_info) <thread>: New field.
430 (set_step_over_info): New argument 'thread'. Callers updated.
431 (clear_step_over_info): Set field thread to -1.
432 (thread_is_stepping_over_breakpoint): New function.
433 * infrun.h (thread_is_stepping_over_breakpoint): Declaration.
434
0154d990
EBM
4352016-04-22 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
436
437 * ppc-linux-nat.c (ppc_linux_read_description): Use PPC_FEATURE_HAS_VSX
438 and PPC_FEATURE_HAS_ALTIVEC to check if such features are available.
439
6d7e9d3b
YQ
4402016-04-22 Yao Qi <yao.qi@linaro.org>
441
442 * valops.c (read_value_memory): New local variable 'stack'.
443 Set it to either TARGET_OBJECT_STACK_MEMORY or
444 TARGET_OBJECT_MEMORY.
445
b3f11165
PA
4462016-04-22 Pedro Alves <palves@redhat.com>
447
448 * ada-exp.y: Remove all yy symbol remappings.
449 (GDB_YY_REMAP_PREFIX): Define.
450 Include "yy-remap.h".
451 * ada-lang.c (ada_language_defn): Adjust.
452 * ada-lang.h (ada_error): Rename to ...
453 (ada_yyerror): ... this.
454 * c-exp.y: Remove all yy symbol remappings.
455 (GDB_YY_REMAP_PREFIX): Define.
456 Include "yy-remap.h".
457 * c-lang.c (c_language_defn, cplus_language_defn)
458 (asm_language_defn, minimal_language_defn): Adjust.
459 * c-lang.h (c_error): Rename to ...
460 (c_yyerror): ... this.
461 * d-exp.y: Remove all yy symbol remappings.
462 (GDB_YY_REMAP_PREFIX): Define.
463 Include "yy-remap.h".
464 * d-lang.c (d_language_defn): Adjust.
465 * d-lang.h (d_error): Rename to ...
466 (d_yyerror): ... this.
467 * f-exp.y: Remove all yy symbol remappings.
468 (GDB_YY_REMAP_PREFIX): Define.
469 Include "yy-remap.h".
470 * f-lang.c (f_language_defn): Adjust.
471 * f-lang.h (f_error): Rename to ...
472 (f_yyerror): ... this.
473 * go-exp.y: Remove all yy symbol remappings.
474 (GDB_YY_REMAP_PREFIX): Define.
475 Include "yy-remap.h".
476 * go-lang.c (go_language_defn): Adjust.
477 * go-lang.h (go_error): Rename to ...
478 (go_yyerror): ... this.
479 * jv-exp.y: Remove all yy symbol remappings.
480 (GDB_YY_REMAP_PREFIX): Define.
481 Include "yy-remap.h".
482 * jv-lang.c (java_language_defn): Adjust.
483 * jv-lang.h (java_error): Rename to ...
484 (java_yyerror): ... this.
485 * m2-exp.y: Remove all yy symbol remappings.
486 (GDB_YY_REMAP_PREFIX): Define.
487 Include "yy-remap.h".
488 * m2-lang.c (m2_language_defn): Adjust.
489 * m2-lang.h (m2_error): Rename to ...
490 (m2_yyerror): ... this.
491 * objc-exp.y: Remove all yy symbol remappings.
492 (GDB_YY_REMAP_PREFIX): Define.
493 Include "yy-remap.h".
494 * objc-lang.c (objc_language_defn): Adjust.
495 * opencl-lang.c (opencl_language_defn): Adjust.
496 * p-exp.y: Remove all yy symbol remappings.
497 (GDB_YY_REMAP_PREFIX): Define.
498 Include "yy-remap.h".
499 * p-lang.c (pascal_language_defn): Adjust.
500 * p-lang.h (pascal_error): Rename to ...
501 (pascal_yyerror): ... this.
502 * yy-remap.h: New file.
503
6290672f
PA
5042016-04-22 Pedro Alves <palves@redhat.com>
505
506 * common/common-exceptions.h (GDB_XCPT_TRY): Remove mention of
507 the foreign frames issue.
508 [__cplusplus] (GDB_XCPT): Define as GDB_XCPT_TRY.
509
89525768
PA
5102016-04-22 Pedro Alves <palves@redhat.com>
511
512 * common/common-exceptions.c (enum catcher_state, struct catcher)
513 (current_catcher): Define in C++ mode too.
514 (exceptions_state_mc_catch): Call throw_exception_sjlj instead of
515 throw_exception.
516 (throw_exception_sjlj, throw_exception_cxx): New functions,
517 factored out from throw_exception.
518 (throw_exception): Reimplement.
519 * common/common-exceptions.h (exceptions_state_mc_init)
520 (exceptions_state_mc_action_iter)
521 (exceptions_state_mc_action_iter_1, exceptions_state_mc_catch):
522 Declare in C++ mode too.
523 (TRY): Rename to ...
524 (TRY_SJLJ): ... this.
525 (CATCH): Rename to ...
526 (CATCH_SJLJ): ... this.
527 (END_CATCH): Rename to ...
528 (END_CATCH_SJLJ): ... this.
529 [GDB_XCPT == GDB_XCPT_SJMP] (TRY, CATCH, END_CATCH): Map to SJLJ
530 equivalents.
531 (throw_exception): Update comments.
532 (throw_exception_sjlj): Declare.
533 * event-top.c (gdb_rl_callback_read_char_wrapper): Extend intro
534 comment. Wrap body in TRY_SJLJ/CATCH_SJLJ and rethrow any
535 intercepted exception.
536 (gdb_rl_callback_handler): New function.
537 (gdb_rl_callback_handler_install): Always install
538 gdb_rl_callback_handler as readline callback.
539
3c610247
PA
5402016-04-22 Pedro Alves <palves@redhat.com>
541
542 * event-top.c (rl_callback_read_char_wrapper): Rename to ...
543 (gdb_rl_callback_read_char_wrapper): ... this.
544 (change_line_handler, gdb_setup_readline): Adjust.
545
3539aa13
YQ
5462016-04-22 Yao Qi <yao.qi@linaro.org>
547
548 * aarch32-linux-nat.c (aarch32_gp_regcache_supply): Clear CPSR
549 bits 20 to 23.
550
0f60e29b
JB
5512016-04-22 Joel Brobecker <brobecker@adacore.com>
552
553 * MAINTAINER: Remove myself as AIX Maintainer.
554
3877922e
MR
5552016-04-22 Maciej W. Rozycki <macro@imgtec.com>
556
557 * mips-tdep.c (mips_gdbarch_init): For GDB_OSABI_LINUX set
558 `num_regs' to 90 rather than 79. Where a target description is
559 present adjust the setting appropriately.
560
88c3cd8d
PA
5612016-04-21 Pedro Alves <palves@redhat.com>
562
563 * common/common-exceptions.h (GDB_XCPT_TRY): Add comment.
564 (GDB_XCPT): Always define as GDB_XCPT_SJMP.
565
71829b1a
PA
5662016-04-21 Pedro Alves <palves@redhat.com>
567
568 * aix-thread.c (pdc_read_data, pdc_write_data): Add cast.
569 (aix_thread_resume): Use PTRACE_TYPE_ARG5.
570 * rs6000-nat.c (rs6000_ptrace64): Use PTRACE_TYPE_ARG5.
571 (rs6000_ptrace_ldinfo): Change type of 'ldi' local to void
572 pointer, and cast return to gdb_byte pointer.
573
3451269c
PA
5742016-04-21 Pedro Alves <palves@redhat.com>
575
576 * s390-linux-nat.c (fetch_regset, store_regset, check_regset): Use
577 void * instead of gdb_byte *.
578
b36cec19
PA
5792016-04-21 Pedro Alves <palves@redhat.com>
580
581 * dwarf2read.c (try_open_dwop_file, open_dwo_file)
582 (file_file_name, file_full_name): Add char * cast to sentinel in
583 concat/reconcat calls.
584 * event-top.c (top_level_prompt): Likewise.
585 * guile/guile.c (initialize_scheme_side): Likewise.
586 * linux-tdep.c (linux_fill_prpsinfo): Likewise.
587 * macrotab.c (macro_source_fullname): Likewise.
588 * main.c (get_init_files, captured_main): Likewise.
589 * psymtab.c (psymtab_to_fullname): Likewise.
590 * python/python.c (_initialize_python)
591 (gdbpy_finish_initialization): Likewise.
592 * source.c (symtab_to_fullname): Likewise.
593
a2358508
PA
5942016-04-20 Pedro Alves <palves@redhat.com>
595
596 * build-with-cxx.m4 (GDB_AC_BUILD_WITH_CXX): Default to yes.
597 * configure: Renegerate.
598
5ae00552
PA
5992016-04-20 Pedro Alves <palves@redhat.com>
600
601 * darwin-nat.c (darwin_decode_message): Use gdb_signal_from_host.
602
d9436c7c
PA
6032016-04-20 Pedro Alves <palves@redhat.com>
604
605 * aarch64-tdep.c (aarch64_record_load_store): Change type of
606 'reg_rm_val' local to ULONGEST.
607
597e448c
PA
6082016-04-20 Pedro Alves <palves@redhat.com>
609
610 * darwin-nat.c (darwin_resume_thread): Add uintptr_t cast.
611
6c739336
DE
6122016-04-20 Doug Evans <xdje42@gmail.com>
613
614 * symmisc.c (dump_symtab_1): Print owning compunit for identical
615 blockvectors.
616
8cef59a2
YQ
6172016-04-20 Yao Qi <yao.qi@linaro.org>
618
619 * aarch32-linux-nat.c: Include "arch/arm-linux.h".
620
6885166d
YQ
6212016-04-20 Yao Qi <yao.qi@linaro.org>
622
623 * arm-linux-tdep.h (ARM_CPSR_GREGNUM): Move it to ...
624 * arch/arm-linux.h: ... here.
625
21002a63
JB
6262016-04-19 John Baldwin <jhb@FreeBSD.org>
627
628 * amd64bsd-nat.c (amd64bsd_fetch_inferior_registers): Change xstateregs
629 to void *.
630 (amd64bsd_store_inferior_registers): Likewise.
631 * fbsd-nat.c (resume_one_thread_cb): Explicitly cast data to ptid_t *.
632 (resume_all_threads_cb): Likewise.
633 * i386bsd-nat.c (i386bsd_supply_gregset): Cast gregs to char *.
634 (i386bsd_collect_gregset): Likewise.
635 (i386bsd_fetch_inferior_registers): Change xstateregs to void *.
636 (i386bsd_store_inferior_registers): Likewise.
637
f39c07ac
JB
6382016-04-19 John Baldwin <jhb@FreeBSD.org>
639
640 * main.c (setup_alternate_signal_stack): Cast to char *.
641
d04c1a59
DE
6422016-04-19 Doug Evans <xdje42@gmail.com>
643
644 * symmisc.c (dump_symtab_1, dump_symtab): Delete arg objfile.
645 All callers updated.
646
a55411b9
DE
6472016-04-19 Doug Evans <xdje42@gmail.com>
648
ee2915c9 649 PR gdb/17911
a55411b9
DE
650 * source.c (is_regular_file): New arg errno_ptr.
651 All callers updated.
652
73e6209f
AA
6532016-04-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
654
655 * linux-record.c (record_linux_system_call): Merge handling for
656 readlink/recv/read and pipe/pipe2.
657
f42bf748
WT
6582016-04-14 Walfred Tedeschi <walfred.tedeschi@intel.com>
659
660 * features/i386/amd64-mpx-linux.xml: Remove AVX feature.
661 * features/i386/amd64-mpx.xml: Remove AVX feature.
662 * features/i386/i386-mpx-linux.xml: Remove AVX feature.
663 * features/i386/i386-mpx.xml: Remove AVX feature.
664 * features/i386/amd64-mpx-linux.c: Regenerate.
665 * features/i386/amd64-mpx.c: Regenerate.
666 * features/i386/i386-mpx-linux.c: Regenerate.
667 * features/i386/i386-mpx.c: Regenerate.
668 * regformats/i386/amd64-mpx-linux.dat: Regenerate.
669 * regformats/i386/amd64-mpx.dat: Regenerate.
670 * regformats/i386/i386-mpx-linux.dat: Regenerate.
671 * regformats/i386/i386-mpx.dat: Regenerate.
672
2b863f51
WT
6732016-04-16 Walfred Tedeschi <walfred.tedeschi@intel.com>
674
675 * amd64-linux-tdep.c (features/i386/amd64-avx-mpx-linux.c):
676 New include.
677 (amd64_linux_core_read_description): Add case for
678 X86_XSTATE_AVX_MPX_MASK.
679 (_initialize_amd64_linux_tdep): Call initialize_tdesc_amd64_avx_mpx_linux.
680 * amd64-linux-tdep.h (tdesc_amd64_avx_mpx_linux): New definition.
681 * amd64-tdep.c (features/i386/amd64-avx-mpx.c): New include.
682 (amd64_target_description): Add case for X86_XSTATE_AVX_MPX_MASK.
683 (_initialize_amd64_tdep): Call initialize_tdesc_amd64_avx_mpx.
684 * common/x86-xstate.h (X86_XSTATE_MPX_MASK): Remove AVX bits.
685 (X86_XSTATE_AVX_MPX_MASK): New case.
686 * features/Makefile (i386/i386-avx-mpx, i386/i386-avx-mpx-linux)
687 (i386/amd64-avx-mpx, i386/amd64-avx-mpx-linux): New rules.
688 (i386/i386-avx-mpx-expedite, i386/i386-avx-mpx-linux-expedite)
689 (i386/amd64-avx-mpx-expedite, i386/amd64-avx-mpx-linux-expedite):
690 New expedites.
691 * i386-linux-tdep.c (features/i386/i386-avx-mpx-linux.c): New
692 include.
693 (i386_linux_core_read_description): Add case
694 X86_XSTATE_AVX_MPX_MASK.
695 (_initialize_i386_linux_tdep): Call
696 initialize_tdesc_i386_avx_mpx_linux.
697 * i386-linux-tdep.h (tdesc_i386_avx_mpx_linux): New include.
698 * i386-tdep.c (features/i386/i386-avx-mpx.c): New include.
699 (i386_target_description): Add case for X86_XSTATE_AVX_MPX_MASK.
700 * x86-linux-nat.c (x86_linux_read_description): Add case for
701 X86_XSTATE_AVX_MPX_MASK.
702 * features/i386/amd64-avx-mpx-linux.xml: New file.
703 * features/i386/i386-avx-mpx-linux.xml: New file.
704 * features/i386/i386-avx-mpx.xml: New file.
705 * features/i386/amd64-avx-mpx.xml: New file.
706 * features/i386/amd64-avx-mpx-linux.c: Generated.
707 * features/i386/amd64-avx-mpx.c: Generated.
708 * features/i386/i386-avx-mpx-linux.c: Generated.
709 * features/i386/i386-avx-mpx.c: Generated.
710 * regformats/i386/amd64-avx-mpx-linux.dat: Generated.
711 * regformats/i386/amd64-avx-mpx.dat: Generated.
712 * regformats/i386/i386-avx-mpx-linux.dat: Generated.
713 * regformats/i386/i386-avx-mpx.dat: Generated.
714
9b30624b
PA
7152016-04-18 Pedro Alves <palves@redhat.com>
716
717 * ptrace.m4 (GDB_AC_PTRACE): Don't run tests in C++ mode.
718 * configure: Regenerate.
719
a22df60a
MG
7202016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
721
722 * valops.c (value_addr): For C++ references, set the copied value's
723 enclosing_type as well.
724
5947319e
YQ
7252016-04-18 Yao Qi <yao.qi@linaro.org>
726
727 Revert:
728 2016-04-15 Yao Qi <yao.qi@linaro.org>
729
730 * arm-tdep.c (thumb_stack_frame_destroyed_p): Return zero if
731 PC is far from the end of function.
732
58484447
PA
7332016-04-16 Pedro Alves <palves@redhat.com>
734
735 * ada-exp.y (yydefred): Define as ada_yydefred.
736
2b2798cc
PA
7372016-04-15 Pedro Alves <palves@redhat.com>
738
739 * ada-lang.c (ada_lookup_struct_elt_type): Constify 'type_str' and
740 'name_str' locals.
741
d7abe101
PA
7422016-04-15 Pedro Alves <palves@redhat.com>
743
744 * btrace.c (pt_btrace_insn_flags): Change return type to
745 btrace_insn_flags. Use btrace_insn_flags for local.
746
77770d83
PA
7472016-04-15 Pedro Alves <palves@redhat.com>
748
749 * nat/linux-ptrace.h [__mips__] (GDB_ARCH_IS_TRAP_BRKPT): Also
750 accept TRAP_BRKPT.
751 [__mips__] (GDB_ARCH_IS_TRAP_HWBKPT): Also accept TRAP_HWBKPT.
752
415fa612
YQ
7532016-04-15 Yao Qi <yao.qi@linaro.org>
754
755 * arm-tdep.c (thumb_stack_frame_destroyed_p): Return zero if
756 PC is far from the end of function.
757
7f31862a
PA
7582016-04-14 Pedro Alves <palves@redhat.com>
759
760 * cli/cli-cmds.c (alias_usage_error): New function.
761 (alias_command): Use it.
762 * ctf.c (ctf_save_metadata_header): Inline metadata_fmt local in
763 ctf_save_write_metadata call.
764
aebf07fc
PA
7652016-04-14 Pedro Alves <palves@redhat.com>
766
767 * ada-typeprint.c (print_fixed_point_type): Don't pass float as
768 argument to function expecting LONGEST.
769 * value.c (unpack_long): Add casts to LONGEST.
770
57d1de9c
LM
7712016-04-13 Luis Machado <lgustavo@codesourcery.com>
772
773 * exec.c (exec_file_locate_attach): Guard a couple functions
774 that can throw errors.
775 (exception_print_same): New helper function.
776
3a00c802
PA
7772016-04-13 Pedro Alves <palves@redhat.com>
778
779 PR remote/19840
780 * remote.c (struct remote_state) <last_resume_exec_dir>: New
781 field.
782 (new_remote_state): Default last_resume_exec_dir to EXEC_FORWARD.
783 (remote_open_1): Reset last_resume_exec_dir to EXEC_FORWARD.
784 (remote_resume): Store the last execution direction.
785 (remote_execution_direction): New function.
786 (init_remote_ops): Install it as to_execution_direction target_ops
787 method.
788
0f41b320
PA
7892016-04-12 Pedro Alves <palves@redhat.com>
790
791 * common/common-exceptions.h (GDB_XCPT_TRY): Update comment.
792 [__cplusplus] (GDB_XCPT): Define as GDB_XCPT_TRY.
793
173981bc
PA
7942016-04-12 Pedro Alves <palves@redhat.com>
795
796 * common/common-exceptions.c (struct catcher) <buf>: Now a
797 'jmp_buf' instead of SIGJMP_BUF.
798 (exceptions_state_mc_init): Change return type to 'jmp_buf'.
799 (throw_exception): Use longjmp instead of SIGLONGJMP.
800 * common/common-exceptions.h: Include <setjmp.h> instead of
801 "gdb_setjmp.h".
802 (exceptions_state_mc_init): Change return type to 'jmp_buf'.
803 [GDB_XCPT == GDB_XCPT_SJMP] (TRY): Use setjmp instead of
804 SIGSETJMP.
805 * cp-support.c: Include "gdb_setjmp.h".
806
2afc13ff
PA
8072016-04-12 Pedro Alves <palves@redhat.com>
808
809 * common/common-exceptions.c (exception_rethrow): Remove
810 prepare_to_throw_exception call.
811 * common/common-exceptions.h (prepare_to_throw_exception): Delete
812 declaration.
813 * exceptions.c (prepare_to_throw_exception): Delete.
814
cfd0fbdd
PA
8152016-04-12 Pedro Alves <palves@redhat.com>
816
817 * target.c (target_check_pending_interrupt): Delete.
818 * target.h (struct target_ops) <to_check_pending_interrupt>:
819 Remove method.
820 (target_check_pending_interrupt): Remove declaration.
821 * target-delegates.c: Regenerate.
822
585a46a2
PA
8232016-04-12 Pedro Alves <palves@redhat.com>
824
825 * defs.h: Update comments on SIGINT handling.
826 (immediate_quit): Delete declaration.
827 * event-loop.c (call_async_signal_handler): Delete.
828 * event-loop.h (call_async_signal_handler): Delete declaration.
829 (mark_async_signal_handler): Update comments.
830 (gdb_call_async_signal_handler): Delete declaration.
831 * event-top.c (handle_sigint): Call mark_async_signal_handler
832 instead of gdb_call_async_signal_handler.
833 * exceptions.c (prepare_to_throw_exception): Remove reference to
834 immediate_quit.
835 (exception_fprintf): Remove comments about immediate_quit.
836 * mingw-hdep.c (sigint_event, sigint_handler): Delete.
837 (gdb_select): Don't wait on sigint_event.
838 (gdb_call_async_signal_handler): Delete.
839 (_initialize_mingw_hdep): Delete.
840 * posix-hdep.c (gdb_call_async_signal_handler): Delete.
841 * utils.c (immediate_quit): Delete.
842
048094ac
PA
8432016-04-12 Pedro Alves <palves@redhat.com>
844
845 * defs.h (quit_handler_ftype, quit_handler)
846 (make_cleanup_override_quit_handler, default_quit_handler): New.
847 (QUIT): Adjust comments.
848 * event-top.c (default_quit_handler): New function.
849 (quit_handler): New global.
850 (struct quit_handler_cleanup_data): New.
851 (restore_quit_handler, restore_quit_handler_dtor)
852 (make_cleanup_override_quit_handler): New.
853 (async_request_quit): Call QUIT.
854 * remote.c (struct remote_state) <got_ctrlc_during_io>: New field.
855 (async_sigint_remote_twice_token, async_sigint_remote_token):
856 Delete.
857 (remote_close): Update comments.
858 (remote_start_remote): Don't set immediate_quit. Set starting_up
859 earlier.
860 (remote_serial_quit_handler, remote_unpush_and_throw): New
861 functions.
862 (remote_open_1): Clear got_ctrlc_during_io. Set
863 remote_async_terminal_ours_p unconditionally.
864 (async_initialize_sigint_signal_handler)
865 (async_handle_remote_sigint, async_handle_remote_sigint_twice)
866 (remote_check_pending_interrupt, async_remote_interrupt)
867 (async_remote_interrupt_twice)
868 (async_cleanup_sigint_signal_handler, ofunc)
869 (sync_remote_interrupt, sync_remote_interrupt_twice): Delete.
870 (remote_terminal_inferior, remote_terminal_ours): Remove async
871 checks.
872 (remote_wait_as): Don't install a SIGINT handler in sync mode.
873 (readchar, remote_serial_write): Override the quit handler with
874 remote_serial_quit_handler.
875 (getpkt_or_notif_sane_1): Don't call QUIT.
876 (initialize_remote_ops): Don't install
877 remote_check_pending_interrupt.
878 (_initialize_remote): Don't create async_sigint_remote_token and
879 async_sigint_remote_twice_token.
880 * ser-base.c (ser_base_wait_for): Call QUIT and use
881 interruptible_select.
882 (ser_base_write): Call QUIT.
883 * ser-go32.c (dos_readchar, dos_write): Call QUIT.
884 * ser-unix.c (wait_for): Don't use VTIME. Always take the
885 gdb_select path, but call QUIT and interruptible_select.
886 * utils.c (maybe_quit): Call the current quit handler. Don't call
887 target_check_pending_interrupt.
888 (defaulted_query, prompt_for_continue): Override the quit handler
889 with the default quit handler.
890
a12ac513
PA
8912016-04-12 Pedro Alves <palves@redhat.com>
892
893 * tui/tui-hooks.c (tui_target_has_run): Delete.
894 (tui_about_to_proceed): Delete.
895 (tui_about_to_proceed_observer): Delete.
896 (tui_install_hooks, tui_remove_hooks): Don't install/remove an
897 about_to_proceed observer.
898
5fe96654
PA
8992016-04-12 Pedro Alves <palves@redhat.com>
900
901 * mi/mi-interp.c (mi_new_thread): Put
902 target_terminal_ours_for_output in effect while outputting.
903 (mi_thread_exit): Use target_terminal_ours_for_output instead of
904 target_terminal_ours.
905 (mi_record_changed, mi_inferior_added, mi_inferior_appeared)
906 (mi_inferior_exit, mi_inferior_removed, mi_traceframe_changed)
907 (mi_tsv_created, mi_tsv_deleted, mi_tsv_modified)
908 (mi_breakpoint_created, mi_breakpoint_deleted)
909 (mi_breakpoint_modified, mi_solib_loaded, mi_solib_unloaded)
910 (mi_command_param_changed, mi_memory_changed)
911 (report_initial_inferior): Use target_terminal_ours_for_output
912 instead of target_terminal_ours. Restore terminal settings.
913 * mi/mi-main.c (mi_execute_command): Use
914 target_terminal_ours_for_output instead of target_terminal_ours.
915 Restore terminal settings.
916
651ce16a
PA
9172016-04-12 Pedro Alves <palves@redhat.com>
918
919 PR gdb/19828
920 * gnu-nat.c (inf_validate_task_sc): Don't call
921 target_terminal_ours / target_terminal_inferior around query.
922 * i386-tdep.c (i386_record_lea_modrm, i386_process_record): Don't
923 call target_terminal_ours / target_terminal_inferior around
924 yquery.
925 * linux-record.c (record_linux_system_call): Don't call
926 target_terminal_ours / target_terminal_inferior around yquery.
927 * nto-procfs.c (interrupt_query): Don't call target_terminal_ours
928 / target_terminal_inferior around query.
929 * record-full.c (record_full_check_insn_num): Remove
930 'set_terminal' parameter. Don't call target_terminal_ours /
931 target_terminal_inferior around query.
932 (record_full_message, record_full_registers_change)
933 (record_full_xfer_partial): Adjust.
934 * remote.c (interrupt_query): Don't call target_terminal_ours /
935 target_terminal_inferior around query.
936 * utils.c (defaulted_query): Install cleanup to restore target
937 terminal. Put target_terminal_ours_for_output in effect while
938 defaulted producing, and target_terminal_ours in in effect while
939 handling input.
940 (prompt_for_continue): Install cleanup to restore target terminal.
941 Put target_terminal_ours in in effect while handling input.
942
80dbc9fd
PA
9432016-04-12 Pedro Alves <palves@redhat.com>
944
945 * utils.c (defaulted_query, prompt_for_continue): Free temporary
946 strings with cleanups, instead of xfree.
947
c5ac1540
PA
9482016-04-12 Pedro Alves <palves@redhat.com>
949
950 * utils.c (vwarning, internal_vproblem): Use
951 make_cleanup_restore_target_terminal and
952 target_terminal_ours_for_output.
953
f8e3ef9d
PA
9542016-04-12 Pedro Alves <palves@redhat.com>
955
956 * infcmd.c (post_create_inferior, prepare_one_step): Use
957 target_terminal_ours_for_output instead of target_terminal_ours.
958
481ac8c9
PA
9592016-04-12 Pedro Alves <palves@redhat.com>
960
961 * exceptions.c (print_flush): Use target_terminal_ours_for_output
962 instead of target_terminal_ours, and restore target terminal with
963 a cleanup.
964
c509f1e1
PA
9652016-04-12 Pedro Alves <palves@redhat.com>
966
967 * cp-support.c (gdb_demangle): Use target_terminal_ours_for_output
968 instead of target_terminal_ours, and restore target terminal with
969 a cleanup.
970
99bbb428
PA
9712016-04-12 Pedro Alves <palves@redhat.com>
972
973 * ada-lang.c (type_as_string, type_as_string_and_cleanup): New
974 functions.
975 (ada_lookup_struct_elt_type): Use type_as_string_and_cleanup.
976
75ee5925
PA
9772016-04-12 Pedro Alves <palves@redhat.com>
978
979 * ser-base.c (fd_event): Retry read_prim on EINTR.
980 (do_ser_base_readchar): Retry read_prim on EINTR.
981 (ser_base_write): Retry write_prim on EINTR.
982 * ser-unix.c (ser_unix_read_prim): Don't retry on EINTR here.
983 (ser_unix_write_prim): Remove comment.
984
93692b58
PA
9852016-04-12 Pedro Alves <palves@redhat.com>
986
987 * remote.c (remote_pass_ctrlc): New function.
988 (init_remote_ops): Install it.
989 * target.c (target_terminal_inferior): Pass pending Ctrl-C to the
990 target.
991 (target_pass_ctrlc, default_target_pass_ctrlc): New functions.
992 * target.h (struct target_ops) <to_pass_ctrlc>: New method.
993 (target_pass_ctrlc, default_target_pass_ctrlc): New declarations.
994 * target-delegates.c: Regenerate.
995
e42de8c7
PA
9962016-04-12 Pedro Alves <palves@redhat.com>
997
998 * infcmd.c (interrupt_target_1): Call target_stop is in non-stop
999 mode.
1000 * linux-nat.c (linux_nat_interrupt): Delete.
1001 (linux_nat_add_target): Don't install linux_nat_interrupt.
1002 * remote.c (remote_interrupt_ns): Change return type to void.
1003 Throw error if interrupting the target is not supported.
1004 (remote_interrupt): Don't call the remote_stop_ns/remote_stop_as.
1005
a149683b
PA
10062016-04-12 Pedro Alves <palves@redhat.com>
1007
1008 * defs.h (clear_quit_flag): Remove declaration.
1009 * extension-priv.h (struct extension_language_ops)
1010 <clear_quit_flag>: Remove field and update comments.
1011 * extension.c (clear_quit_flag): Delete.
1012 * guile/guile.c (guile_extension_ops): Adjust.
1013 * python/python.c (python_extension_ops): Adjust.
1014 (gdbpy_clear_quit_flag): Delete.
1015
da1e5f54
PA
10162016-04-12 Pedro Alves <palves@redhat.com>
1017
1018 * main.c (captured_main): Don't clear the quit flag.
1019
0af679c6
PA
10202016-04-12 Pedro Alves <palves@redhat.com>
1021
1022 * exceptions.c (prepare_to_throw_exception): Don't clear the quit
1023 flag.
1024
4a81fd47
PA
10252016-04-12 Pedro Alves <palves@redhat.com>
1026
1027 * event-top.c (command_handler): Don't call clear_quit_flag.
1028
abf009ef
PA
10292016-04-12 Pedro Alves <palves@redhat.com>
1030
1031 * remote-sim.c (gdb_os_poll_quit): Don't call clear_quit_flag.
1032 * remote.c (remote_wait_as): Don't call clear_quit_flag.
1033
6eddd09a
PA
10342016-04-12 Pedro Alves <palves@redhat.com>
1035
1036 * python/python.c: Include "ser-event.h".
1037 (gdbpy_event_fds): Delete.
1038 (gdbpy_serial_event): New.
1039 (gdbpy_run_events): Change prototype. Use serial_event_clear
1040 instead of serial_readchar.
1041 (gdbpy_post_event): Use serial_event_set instead of serial_write.
1042 (gdbpy_initialize_events): Use make_serial_event instead of
1043 serial_pipe.
1044
f0881b37
PA
10452016-04-12 Pedro Alves <palves@redhat.com>
1046
1047 * defs.h: Extend QUIT-related comments to mention
1048 interruptible_select.
1049 (quit_serial_event_set, quit_serial_event_clear): Declare.
1050 * event-top.c: Include "ser-event.h" and "gdb_select.h".
1051 (quit_serial_event): New global.
1052 (async_init_signals): Make quit_serial_event.
1053 (quit_serial_event_set, quit_serial_event_clear)
1054 (quit_serial_event_fd, interruptible_select): New functions.
1055 * extension.c (set_quit_flag): Set the quit serial event.
1056 (check_quit_flag): Clear the quit serial event.
1057 * gdb_select.h (interruptible_select): New declaration.
1058 * guile/scm-ports.c (ioscm_input_waiting): Use
1059 interruptible_select instead of gdb_select.
1060 * top.c (gdb_readline_no_editing): Likewise.
1061 * ui-file.c (stdio_file_read): Likewise.
1062
5cc3ce8b
PA
10632016-04-12 Pedro Alves <palves@redhat.com>
1064
1065 * event-loop.c: Include "ser-event.h".
1066 (async_signal_handlers_serial_event): New global.
1067 (async_signals_handler, initialize_async_signal_handlers): New
1068 functions.
1069 (mark_async_signal_handler): Set
1070 async_signal_handlers_serial_event.
1071 (invoke_async_signal_handlers): Clear
1072 async_signal_handlers_serial_event.
1073 * event-top.c (async_init_signals): Call
1074 initialize_async_signal_handlers.
1075
00340e1b
PA
10762016-04-12 Pedro Alves <palves@redhat.com>
1077
1078 * Makefile.in (SFILES): Add ser-event.c.
1079 (HFILES_NO_SRCDIR): Add ser-event.h.
1080 (COMMON_OBS): Add ser-event.o.
1081 * ser-event.c, ser-event.h: New files.
1082 * serial.c (new_serial): New function, factored out from
1083 (serial_fdopen_ops): ... this.
1084 (serial_open_ops_1): New function, factored out from
1085 (serial_open): ... this.
1086 (serial_open_ops): New function.
1087 * serial.h (struct serial): Forware declare.
1088 (serial_open_ops): New declaration.
1089
5f5219fc
PA
10902016-04-12 Pedro Alves <palves@redhat.com>
1091
1092 * serial.c (serial_open, serial_fdopen_ops, do_serial_close):
1093 Remove references to name.
1094 * serial.h (struct serial) <name>: Delete.
1095
acd5494d
PA
10962016-04-12 Pedro Alves <palves@redhat.com>
1097
1098 * remote-fileio.c (sigint_fileio_token, remote_fio_no_longjmp):
1099 Delete.
1100 (async_remote_fileio_interrupt): Delete.
1101 (remote_fileio_ctrl_c_signal_handler): Don't call the async signal
1102 handler. Instead just always set the ctrl_c flag.
1103 (remote_fileio_reply): Clear remote_fio_ctrl_c_flag before
1104 re-enabling the SIGINT handler.
1105 (remote_fileio_func_open, remote_fileio_func_close)
1106 (remote_fileio_func_read, remote_fileio_func_write)
1107 (remote_fileio_func_lseek, remote_fileio_func_rename)
1108 (remote_fileio_func_unlink, remote_fileio_func_stat)
1109 (remote_fileio_func_fstat, remote_fileio_func_gettimeofday)
1110 (remote_fileio_func_isatty, remote_fileio_func_system)
1111 (remote_fileio_request): Remove references to
1112 remote_fio_no_longjmp.
1113 (initialize_remote_fileio): Don't create an async signal handler.
1114
d2acc30b
PA
11152016-04-12 Pedro Alves <palves@redhat.com>
1116
1117 * event-top.c (stdin_event_handler): Call QUIT;
1118 (prompt_for_continue): Don't run with immediate_quit set.
1119
ab33ab13
PA
11202016-04-12 Pedro Alves <palves@redhat.com>
1121
1122 * tui/tui-io.c (tui_redisplay_readline): Check
1123 gdb_in_secondary_prompt_p instead of immediate_quit.
1124 * tui/tui.c: Include top.h.
1125 (tui_rl_startup_hook): Check gdb_in_secondary_prompt_p instead of
1126 immediate_quit.
1127
faa4ebe1
PA
11282016-04-12 Pedro Alves <palves@redhat.com>
1129
1130 * top.c (read_command_file): Inline command_loop here.
1131 (command_loop): Delete.
1132
3212b858
PA
11332016-04-12 Pedro Alves <palves@redhat.com>
1134
1135 * top.c: Include "gdb_select.h".
1136 (gdb_readline_no_editing): Wait for input with gdb_select instead
1137 of blocking in fgetc.
1138 (command_line_input): Don't set immediate_quit.
1139
4bf7b526
MG
11402016-04-08 Martin Galvan <martin.galvan@tallertechnologies.com>
1141
1142 * value.c (value_next): Make pass-by-reference parameters const-correct.
1143 (value_parent): Likewise.
1144 (value_enclosing_type): Likewise.
1145 (value_lazy): Likewise.
1146 (value_stack): Likewise.
1147 (value_embedded_offset): Likewise.
1148 (value_pointed_to_offset): Likewise.
1149 (value_raw_address): Likewise.
1150 (deprecated_value_modifiable): Likewise.
1151 (value_free_to_mark): Likewise.
1152 (value_release_to_mark): Likewise.
1153 (internalvar_name): Likewise.
1154 (readjust_indirect_value_type): Likewise.
1155 (value_initialized): Likewise.
1156 * value.h (value_next): Likewise.
1157 (value_parent): Likewise.
1158 (value_enclosing_type): Likewise.
1159 (value_lazy): Likewise.
1160 (value_stack): Likewise.
1161 (value_embedded_offset): Likewise.
1162 (value_pointed_to_offset): Likewise.
1163 (value_raw_address): Likewise.
1164 (deprecated_value_modifiable): Likewise.
1165 (value_free_to_mark): Likewise.
1166 (value_release_to_mark): Likewise.
1167 (internalvar_name): Likewise.
1168 (readjust_indirect_value_type): Likewise.
1169 (value_initialized): Likewise.
1170
e390720b
YQ
11712016-04-07 Yao Qi <yao.qi@linaro.org>
1172
1173 * record-full.c (record_full_insert_breakpoint): Return
1174 early if entry on the address is found in
1175 record_full_breakpoints.
1176
1ccd06e4
YQ
11772016-04-07 Yao Qi <yao.qi@linaro.org>
1178
1179 * record-full.c (record_full_insert_breakpoint): Set
1180 bp_tgt->reqstd_address and bp_tgt->placed_size.
1181
ecf2e90c
DB
11822016-04-06 Don Breazeal <donb@codesourcery.com>
1183
1184 * value.c (value_actual_type): Don't try to get rtti type
1185 of the value if it has been optimized out.
1186 (value_optimized_out): If a memory access error occurs,
1187 just check vaue->optimized_out.
1188
14731617
JK
11892016-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
1190
1191 Revert the previous commit adding unknown_v_replies_ok.
1192
319cb5d0
JK
11932016-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
1194
1195 * remote.c (struct remote_state): New field unknown_v_replies_ok.
1196 (packet_config_support): Read it.
1197 (remote_start_remote): Set it.
1198
052d2eb2
JK
11992016-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
1200
1201 * remote.c: Revert check-in by a mistake in the previous commit.
1202
fef3cb9f
JK
12032016-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
1204 Pedro Alves <palves@redhat.com>
1205
1206 * exec.c (exec_file_locate_attach): Print warning for unsupported
1207 target_pid_to_exec_file.
1208 * symfile-mem.c (add_vsyscall_page): Remove the "file" command
1209 message part.
1210
2aa08bd1
SM
12112016-04-04 Simon Marchi <simon.marchi@ericsson.com>
1212
1213 * cli/cli-decode.c (help_cmd_list): Fix function doc and remove
1214 trailing spaces.
1215
cc63428a
AV
12162016-04-01 Artemiy Volkov <artemiyv@acm.org>
1217
1218 PR gdb/19820
1219 * eval.c (evaluate_subexp_standard): Allow TYPE_CODE_ENUM to be
1220 the type of BINOP_REPEAT's second operand.
1221
9bb84c9f
YY
12222016-03-31 Yichao Yu <yyc1992@gmail.com>
1223
1224 PR gdb/19858
1225 * jit.c (jit_breakpoint_re_set_internal): Return 0 if we already
1226 got the breakpoint at the right address.
1227 (jit_inferior_created): New function.
1228 (_initialize_jit): Install jit_inferior_created as
1229 inferior_created observer.
1230
22084c42
MK
12312016-03-31 Marcin Kościelnicki <koriakin@0x04.net>
1232
1233 * NEWS: Mention support for tracepoints on powerpc*-linux.
1234
e7ea3ec7
CU
12352016-03-31 Catalin Udma <catalin.udma@freescale.com>
1236
1237 PR python/19743
1238 * python/python.c (execute_gdb_command): Use console uiout
1239 when executing gdb command.
1240 * utils.c (restore_ui_out_closure): New structure.
1241 (do_restore_ui_out): New function.
1242 (make_cleanup_restore_ui_out): Likewise.
1243 * utils.h (make_cleanup_restore_ui_out): Declare.
1244
f7c38292
PA
12452016-03-31 Pedro Alves <palves@redhat.com>
1246
1247 * NEWS: Mention that support for "target m32rsdi", "target mips",
1248 "target pmon", "target ddb", "target rockhopper", and "target lsi"
1249 was removed.
1250 * Makefile.in (ALL_TARGET_OBS): Remove remote-m32r-sdi.o and
1251 remote-mips.o.
1252 (ALLDEPFILES): Remove remote-m32r-sdi.c and remote-mips.c.
1253 * configure.tgt: Remove all references to remote-m32r-sdi.o and
1254 remote-mips.o.
1255 * mips-tdep.c (deprecated_mips_set_processor_regs_hack): Delete
1256 function.
1257 * mips-tdep.h (deprecated_mips_set_processor_regs_hack): Delete
1258 declaration.
1259 * remote-m32r-sdi.c, remote-mips.c: Delete files.
1260 * symfile.c (generic_load, generic_load): Remove comments.
1261
fb3f3d25
YQ
12622016-03-30 Yao Qi <yao.qi@linaro.org>
1263
1264 * arm-tdep.c (arm_epilogue_frame_this_id): Check 'func' against
1265 0 rather than NULL.
1266
779aa56f
YQ
12672016-03-30 Yao Qi <yao.qi@linaro.org>
1268
1269 * arm-tdep.c: (arm_make_epilogue_frame_cache): New function.
1270 (arm_epilogue_frame_this_id): New function.
1271 (arm_epilogue_frame_prev_register): New function.
1272 (arm_epilogue_frame_sniffer): New function.
1273 (arm_epilogue_frame_unwind): New.
1274 (arm_gdbarch_init): Append unwinder arm_epilogue_frame_unwind.
1275
c58b006a
YQ
12762016-03-30 Yao Qi <yao.qi@linaro.org>
1277
1278 * arm-tdep.c (arm_stack_frame_destroyed_p): Rename it ...
1279 (arm_stack_frame_destroyed_p_1): ... here. Don't call
1280 arm_pc_is_thumb.
1281 (arm_stack_frame_destroyed_p): Call
1282 thumb_stack_frame_destroyed_p and
1283 arm_stack_frame_destroyed_p_1.
1284
4ae6cc19
DE
12852016-03-30 Doug Evans <dje@google.com>
1286
1287 * python/py-utils.c (host_string_to_python_string): New function.
1288 * python/python-internal.h (host_string_to_python_string): Declare it.
1289 * python/py-*.c (*): Update all calls to
1290 PyString_Decode (str, strlen (str), host_charset (), NULL);
1291 to use host_string_to_python_string instead.
1292
28170b88
MK
12932016-03-30 Marcin Kościelnicki <koriakin@0x04.net>
1294
1295 * remote.c (remote_check_symbols): Allocate own buffer for reply.
1296
a08b52b5
MF
12972016-03-29 Max Filippov <jcmvbkbc@gmail.com>
1298
1299 * xtensa-tdep.c (xtensa_frame_cache): Change op1 type to LONGEST.
1300 Use safe_read_memory_integer instead of read_memory_integer.
1301
c37c0ba6
MK
13022016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
1303
1304 * NEWS: Mention support for tracepoints on s390*-linux.
1305
444bca65
DB
13062016-03-29 Don Breazeal <donb@codesourcery.com>
1307
1308 * gdb/value.c (value_actual_type): Fix formatting issue.
1309
cc651c1c
YQ
13102016-03-23 Yao Qi <yao.qi@linaro.org>
1311
1312 * gdbarch.sh (software_single_step): Remove comments.
1313 * gdbarch.h: Regenerated.
1314
c55978a6
YQ
13152016-03-21 Yao Qi <yao.qi@linaro.org>
1316
1317 * arm-tdep.c (arm_record_media): New.
1318 (arm_record_ld_st_reg_offset): Call arm_record_media.
1319
479fe002
YQ
13202016-03-21 Yao Qi <yao.qi@linaro.org>
1321
1322 * arm-linux-tdep.c (arm_canonicalize_syscall): Canonicalize
1323 more syscalls.
1324
9c3f2234
YQ
13252016-03-18 Yao Qi <yao.qi@linaro.org>
1326
1327 * sparc-tdep.c (sparc_software_single_step): Make it static.
1328 * sparc-tdep.h (sparc_software_single_step): Remove declaration.
1329
941319d1
YQ
13302016-03-18 Yao Qi <yao.qi@linaro.org>
1331
1332 * spu-tdep.c (spu_software_single_step): Throw error when
1333 target_read_memory fails.
1334
708bf0a1
JK
13352016-03-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1336
1337 * linux-thread-db.c (check_pid_namespace_match): Extend the message.
1338
0d5b594f
PA
13392016-03-17 Pedro Alves <palves@redhat.com>
1340 Don Breazeal <donb@codesourcery.com>
1341
1342 PR remote/19496
1343 * infcmd.c (notice_new_inferior): Use the 'leave_running' argument
1344 instead of checking the 'non_stop' global.
1345 * remote.c (remote_add_thread): New parameter 'executing'. Use it
1346 to set the new thread's executing state.
1347 (remote_notice_new_inferior): Rename parameter 'running' to
1348 'executing'. Always set the thread state to THREAD_RUNNING in
1349 non-stop mode, and to THREAD_STOPPED in all-stop mode. Pass
1350 EXECUTING to remote_add_thread and notice_new_inferior.
1351 (remote_update_thread_list): Update to pass executing state, not
1352 running state.
1353
bba960fc
AA
13542016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
1355
1356 * syscalls/s390-linux.xml: Add NUMA syscalls and new syscalls up
1357 to 374.
1358 * syscalls/s390x-linux.xml: Likewise.
1359
5fd0888a
AA
13602016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
1361
1362 * linux-record.c (record_mem_at_reg): New helper function.
1363 (record_linux_system_call): Exploit new helper function where
1364 applicable.
1365
0fc8f115
AA
13662016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
1367
1368 * linux-record.c: Fix whitespace issues; tabify, remove trailing
1369 spaces.
1370
afdab916
AA
13712016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
1372
1373 * linux-record.c (record_linux_system_call): Add missing return
1374 statements to handling of pipe and pipe2 syscalls.
1375
bfeeb14b
DE
13762016-03-16 Doug Evans <dje@google.com>
1377
1378 * xml-tdesc.c (tdesc_start_enum): Fix c++ build.
1379
6b94a855
YQ
13802016-03-16 Yao Qi <yao.qi@linaro.org>
1381
1382 * arm-linux-tdep.c (arm_linux_init_abi): Fix
1383 arm_linux_record_tdep.arg1, arm_linux_record_tdep.arg2 and
1384 arm_linux_record_tdep.arg3. Set arm_linux_record_tdep.arg4,
1385 arm_linux_record_tdep.arg5, arm_linux_record_tdep.arg6, and
1386 arm_linux_record_tdep.arg7.
1387
1cafadb4
DB
13882016-03-15 Keith Seitz <keiths@redhat.com>
1389
1390 PR breakpoints/18303
1391 * cp-namespace.c (cp_lookup_bare_symbol): Change assertion to
1392 look for "::" instead of simply ":".
1393 (cp_search_static_and_baseclasses): Return null_block_symbol for
1394 malformed input.
1395 Remove assertions.
1396 * cp-support.c (cp_find_first_component_aux): Do not return
1397 a prefix length for ':' unless the next character is also ':'.
1398
89c200ed
DE
13992016-03-15 Doug Evans <dje@google.com>
1400
1401 * features/aarch64-core.xml (cpsr_flags): New flags type.
1402 (cpsr): Use it.
1403 * features/aarch64.c: Regenerate.
1404
49b7ae7b
DE
14052016-03-15 Doug Evans <dje@google.com>
1406
1407 * features/i386/32bit-core.xml (i386_eflags): Remove "end" spec.
1408 * features/i386/32bit-sse.xml (i386_eflags): Ditto.
1409 * features/i386/64bit-core.xml (i386_eflags): Ditto.
1410 * features/i386/64bit-sse.xml (i386_eflags): Ditto.
1411 * features/i386/x32-core.xml (i386_eflags): Ditto.
1412
81516450 14132016-03-15 Doug Evans <dje@google.com>
79427bd2 1414 Wei-cheng Wang <cole945@gmail.com>
81516450
DE
1415
1416 Extend flags to support multibit and enum bitfields.
79427bd2 1417 * NEWS: Document new features.
81516450
DE
1418 * c-typeprint.c (c_type_print_varspec_prefix): Handle TYPE_CODE_FLAGS.
1419 (c_type_print_varspec_suffix, c_type_print_base): Ditto.
1420 * gdbtypes.c (arch_flags_type): Don't assume all fields are one bit.
1421 (append_flags_type_field): New function.
1422 (append_flags_type_flag): Call it.
1423 * gdbtypes.h (append_flags_type_field): Declare.
1424 * target-descriptions.c (struct tdesc_type_flag): Delete.
1425 (enum tdesc_type_kind) <TDESC_TYPE_BOOL>: New enum value.
1426 (enum tdesc_type_kind) <TDESC_TYPE_ENUM>: Ditto.
1427 (struct tdesc_type) <u.f>: Delete.
1428 (tdesc_predefined_types): Add "bool".
1429 (tdesc_predefined_type): New function.
1430 (tdesc_gdb_type): Handle TDESC_TYPE_BOOL, TDESC_TYPE_ENUM.
1431 Update TDESC_TYPE_FLAGS support.
1432 (tdesc_free_type): Handle TDESC_TYPE_ENUM. Update TDESC_TYPE_FLAGS.
1433 (tdesc_create_flags): Update.
1434 (tdesc_create_enum): New function.
1435 (tdesc_add_field): Initialize start,end to -1.
1436 (tdesc_add_typed_bitfield): New function.
1437 (tdesc_add_bitfield): Call it.
1438 (tdesc_add_flag): Allow TDESC_TYPE_STRUCT. Update.
1439 (tdesc_add_enum_value): New function.
1440 (maint_print_c_tdesc_cmd): Fold TDESC_TYPE_FLAGS support into
1441 TDESC_TYPE_STRUCT. Handle TDESC_TYPE_ENUM.
1442 * target-descriptions.h (tdesc_create_enum): Declare.
1443 (tdesc_add_typed_bitfield, tdesc_add_enum_value): Declare.
1444 * valprint.c (generic_val_print_enum_1): New function.
1445 (generic_val_print_enum): Call it.
1446 (val_print_type_code_flags): Make static. Handle multibit bitfields
1447 and enum bitfields.
1448 * valprint.h (val_print_type_code_flags): Delete.
1449 * xml-tdesc.c (struct tdesc_parsing_data) <current_type_is_flags>:
1450 Delete. All uses removed.
1451 (tdesc_start_enum): New function.
1452 (tdesc_start_field): Handle multibit and enum bitfields.
1453 (tdesc_start_enum_value): New function.
1454 (enum_value_attributes, enum_children, enum_attributes): New static
1455 globals.
1456 (feature_children): Add "enum".
1457 * features/gdb-target.dtd (enum, evalue): New elements.
1458
54157a25
DE
14592016-03-15 Doug Evans <dje@google.com>
1460
1461 * target-descriptions.c (struct tdesc_type) <u.u.size>: Change type
1462 from LONGEST to int.
1463 (struct tdesc_type) <u.f.size>: Ditto.
1464 (tdesc_set_struct_size): Change type of "size" arg from LONGEST
1465 to int. Add assertion size > 0.
1466 (tdesc_create_flags): Ditto.
1467 * target-descriptions.h (tdesc_set_struct_size): Update.
1468 (tdesc_create_flags): Update.
1469 * xml-tdesc.c (MAX_FIELD_SIZE, MAX_FIELD_BITSIZE): New macros.
1470 (MAX_VECTOR_SIZE): New macro.
1471 (tdesc_start_struct): Catch conversion errors from LONGEST to int.
1472 (tdesc_start_flags, tdesc_start_field, tdesc_start_vector): Ditto.
1473
73b4f516
DE
14742016-03-15 Doug Evans <dje@google.com>
1475
1476 * target-descriptions.c (maint_print_c_tdesc_cmd): Use "type" for
1477 TYPE_CODE_FLAGS instead of "field_type", for consistency.
1478 * features/i386/amd64-avx-linux.c: Regenerate.
1479 * features/i386/amd64-avx.c: Regenerate.
1480 * features/i386/amd64-avx512-linux.c: Regenerate.
1481 * features/i386/amd64-avx512.c: Regenerate.
1482 * features/i386/amd64-linux.c: Regenerate.
1483 * features/i386/amd64-mpx-linux.c: Regenerate.
1484 * features/i386/amd64-mpx.c: Regenerate.
1485 * features/i386/amd64.c: Regenerate.
1486 * features/i386/i386-avx-linux.c: Regenerate.
1487 * features/i386/i386-avx.c: Regenerate.
1488 * features/i386/i386-avx512-linux.c: Regenerate.
1489 * features/i386/i386-avx512.c: Regenerate.
1490 * features/i386/i386-linux.c: Regenerate.
1491 * features/i386/i386-mmx-linux.c: Regenerate.
1492 * features/i386/i386-mmx.c: Regenerate.
1493 * features/i386/i386-mpx-linux.c: Regenerate.
1494 * features/i386/i386-mpx.c: Regenerate.
1495 * features/i386/i386.c: Regenerate.
1496 * features/i386/x32-avx-linux.c: Regenerate.
1497 * features/i386/x32-avx.c: Regenerate.
1498 * features/i386/x32-avx512-linux.c: Regenerate.
1499 * features/i386/x32-avx512.c: Regenerate.
1500 * features/i386/x32-linux.c: Regenerate.
1501 * features/i386/x32.c: Regenerate.
1502
1eb2dbb8
PA
15032016-03-15 Pedro Alves <palves@redhat.com>
1504
1505 PR gdb/19676
1506 * linux-thread-db.c (try_thread_db_load_1): Leave
1507 info->td_ta_thr_iter_p NULL iff debugging a live process and we
1508 have /proc access.
1509 (find_new_threads_once): Assert that we have a non-NULL
1510 info->td_ta_thr_iter_p instead of checking whether the target has
1511 execution.
1512
16b41842
PA
15132016-03-15 Pedro Alves <palves@redhat.com>
1514
1515 PR gdb/19676
1516 * infrun.c (displaced_step_prepare): Also disable displaced
1517 stepping on NOT_SUPPORTED_ERROR.
1518 * linux-tdep.c (linux_displaced_step_location): If reading auxv
1519 fails, throw NOT_SUPPORTED_ERROR instead of generic error.
1520
70104a90
MK
15212016-03-13 Marcin Kościelnicki <koriakin@0x04.net>
1522
1523 * s390-linux-tdep.c (s390_gen_return_address): New function.
1524 (s390_gdbarch_init): Fill gen_return_address hook.
1525
f2403c39
AB
15262016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
1527
1528 * symmisc.c (maintenance_info_line_tables): New function.
1529 (maintenance_print_one_line_table): New function.
1530 (_initialize_symmisc): Register 'maint info line-table' command.
1531 * NEWS: Mention new command.
1532
c4b3e547
MK
15332016-03-11 Marcin Kościelnicki <koriakin@0x04.net>
1534
1535 * s390-linux-tdep.c (s390_ax_pseudo_register_collect): New function.
1536 (s390_ax_pseudo_register_push_stack): New function.
1537 (s390_gdbarch_init): Fill ax_pseudo_register_collect and
1538 ax_pseudo_register_push_stack hooks.
1539
f2f3ccb9
SM
15402016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
1541
1542 * data-directory/Makefile.in (PYTHON_FILE_LIST): Install
1543 gdb/function/as_string.py.
1544 * python/lib/gdb/function/as_string.py: New file.
1545 * NEWS: Mention the new $_as_string function.
1546
2343b78a
JM
15472016-03-09 Jose E. Marchesi <jose.marchesi@oracle.com>
1548
1549 * target.h: Fix doc string of target_can_use_hardware_watchpoint.
1550
b69d38af
PA
15512016-03-09 Pedro Alves <palves@redhat.com>
1552
1553 * event-top.c (more_to_come): Delete.
1554 (struct readline_input_state): Delete.
1555 (readline_input_state): Delete.
1556 (get_command_line_buffer): New function.
1557 (command_handler): Update comments. Don't handle NULL commands
1558 here. Do not execute commented lines.
1559 (command_line_append_input_line): New function.
1560 (handle_line_of_input): New function, partly based on
1561 command_line_handler and command_line_input.
1562 (command_line_handler): Rewrite.
1563 * event-top.h (command_handler): New declaration.
1564 (command_loop): Defer command execution to command_handler.
1565 (command_line_input): Update comments. Simplify, using struct
1566 buffer and handle_line_of_input.
1567 * top.h (struct buffer): New forward declaration.
1568 (handle_line_of_input): New declaration.
1569
2669cade
PA
15702016-03-09 Pedro Alves <palves@redhat.com>
1571
1572 * event-top.c (command_line_handler): Use xfree + xstrdup instead
1573 of xrealloc + strcpy.
1574 * main.c (captured_main): Use xstrdup instead of xmalloc plus
1575 manual clear.
1576 * top.c (saved_command_line): Rewrite comment.
1577 (saved_command_line_size): Delete.
1578 (command_line_input): Use xfree + xstrdup instead of xrealloc +
1579 strcpy.
1580 * top.h (saved_command_line_size): Delete declaration.
1581
187212b3
PA
15822016-03-09 Pedro Alves <palves@redhat.com>
1583
1584 * event-top.c: Include buffer.h.
1585 (gdb_readline_no_editing_callback): Use struct buffer instead
1586 of xrealloc.
1587
7a3bde34
PA
15882016-03-09 Pedro Alves <palves@redhat.com>
1589
1590 * common/buffer.h (buffer_grow_char): New function.
1591 * top.c: Include buffer.h.
1592 (gdb_readline_no_editing): Rename 'prompt_arg' parameter to
1593 'prompt'. Use struct buffer instead of xrealloc.
1594
c5c136ea
PA
15952016-03-09 Pedro Alves <palves@redhat.com>
1596
1597 * defs.h (gdb_readline): Delete declaration.
1598 * top.c (gdb_readline): Rename to ...
1599 (gdb_readline_no_editing): ... this, and make static.
1600
720d2e96
PA
16012016-03-09 Pedro Alves <palves@redhat.com>
1602
1603 * utils.c (prompt_for_continue): Update comments.
1604
608ff013
PA
16052016-03-09 Pedro Alves <palves@redhat.com>
1606
1607 * event-top.c (async_annotation_suffix): Delete.
1608 (top_level_prompt, command_line_handler): Don't use
1609 'async_annotation_suffix' and simplify.
1610 * event-top.h (async_annotation_suffix): Delete declaration.
1611 (init_main): Remove reference to 'async_annotation_suffix'.
1612
c70061cf
PA
16132016-03-09 Pedro Alves <palves@redhat.com>
1614
1615 * event-top.c (gdb_readline2): Rename to ...
1616 (gdb_readline_no_editing_callback): ... this.
1617 (change_line_handler, stdin_event_handler)
1618 (gdb_setup_readline): Adjust.
1619 * event-top.h (gdb_readline2): Rename to ...
1620 (gdb_readline_no_editing_callback): ... this, and move closer to
1621 other readline-related declarations.
1622 * mi/mi-interp.c (mi_interpreter_resume): Adjust.
1623
8a243832
PA
16242016-03-09 Pedro Alves <palves@redhat.com>
1625
1626 * top.c (window_hook): Delete.
1627 (command_loop): Remove references to window_hook.
1628
cc2c4da8
MK
16292016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
1630
1631 * corefile.c (safe_read_memory_unsigned_integer): New function.
1632 * gdbcore.h (safe_read_memory_unsigned_integer): New prototype.
1633 * rs6000-tdep.c (rs6000_frame_cache): Read backchain as unsigned.
1634
a67914de
MK
16352016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
1636
1637 * rs6000-tdep.c: Add "ax.h" and "ax-gdb.h" includes.
1638 (rs6000_gen_return_address): New function.
1639 (rs6000_gdbarch_init): Wire in the above.
1640
2a2fa07b
MK
16412016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
1642
1643 * rs6000-tdep.c (rs6000_ax_pseudo_register_collect): New function.
1644 (rs6000_gdbarch_init): Wire in the above.
1645
bc0e3f49
AA
16462016-03-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
1647
1648 * s390-linux-tdep.c (s390_analyze_prologue): Ignore BRC and BRCL
1649 instructions that do nothing or are conditional traps.
1650
6d53bec8
AA
16512016-03-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
1652
1653 * s390-linux-tdep.c (s390_prologue_frame_unwind_cache): Store
1654 frame func's PC in info->func before any other failure can occur.
1655 (s390_frame_this_id): Use frame_id_build_unavailable_stack if
1656 info->func has been filled out.
1657
f7990f16
PA
16582016-03-09 Pedro Alves <palves@redhat.com>
1659
1660 * osabi.c (gdb_osabi_names): Avoid spaces in osabi names.
1661
087ccc6a
PA
16622016-03-09 Pedro Alves <palves@redhat.com>
1663
1664 * frv-tdep.c (frv_gdbarch_init): Handle bfd_mach_fr300.
1665
114d7832
PA
16662016-03-09 Pedro Alves <palves@redhat.com>
1667
1668 * cris-tdep.c (cris_gdbarch_init): Return 0 if the info's byte
1669 order is BFD_ENDIAN_BIG or if the cris version is unsupported.
1670
d7a87b5e
PA
16712016-03-09 Pedro Alves <palves@redhat.com>
1672
1673 * doublest.c: Extend comments.
1674 (floatformat_to_doublest, floatformat_from_doublest): Copy the
1675 floatformat's total size, not the host type's size.
1676
b79497cb
PA
16772016-03-09 Pedro Alves <palves@redhat.com>
1678
1679 * doublest.c (floatformat_totalsize_bytes): New function.
1680 (floatformat_from_type): Assert that the type's length is at least
1681 as long as the floatformat's totalsize.
1682 * doublest.h (floatformat_totalsize_bytes): New declaration.
1683 * gdbtypes.c (arch_float_type): Assert that the type's length is
1684 at least as long as the floatformat's totalsize.
1685
aacca8a7
PA
16862016-03-09 Pedro Alves <palves@redhat.com>
1687
1688 * hppa-linux-tdep.c (hppa_linux_init_abi): Set the long double
1689 format to floatformats_ieee_double.
1690
e6c2f47b
PA
16912016-03-07 Pedro Alves <palves@redhat.com>
1692
1693 * mips-tdep.c (mips_gdbarch_init): Check whether info.abfd is NULL
1694 before calling bfd_get_flavour.
1695
cb86f388
DC
16962016-03-05 Pitchumani Sivanupandi <pitchumani.s@atmel.com>
1697
1698 * avr-tdep.c (AVR_LAST_ARG_REGNUM): Define.
1699 (avr_push_dummy_call): Correct last needed argument register.
1700 Write MSB of argument into register and subsequent bytes into
1701 other registers in decreasing order.
1702
f1771dce
YQ
17032016-03-04 Yao Qi <yao.qi@linaro.org>
1704
1705 * arm-tdep.c (arm_record_vdata_transfer_insn): Simplify the
1706 condition check. Record the right D register number.
1707
ca92db2d
YQ
17082016-03-04 Yao Qi <yao.qi@linaro.org>
1709
1710 * arm-tdep.c (arm_record_extension_space): Remove code
1711 printing "Process record does not support".
1712 (arm_record_data_proc_misc_ld_str): Likewise.
1713 (decode_insn): Call arm_record_extension_space if condition
1714 is 0xf. Call arm_record_unsupported_insn if ret isn't
1715 ARM_RECORD_SUCCESS. Use 'ret' instead of 'insn_id' to hold
1716 the value of thumb2_record_decode_insn_handler.
1717
73519cce
SM
17182016-03-04 Simon Marchi <simon.marchi@ericsson.com>
1719
1720 * features/feature_to_c.sh: Print the help when passing no
1721 argument.
1722
650beae3
BH
17232016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
1724
1725 * MAINTAINERS (Write After Approval): Add Bernhard Heckel.
1726
28586665
BH
17272016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
1728
1729 * dwarf2read.c (new_symbol_full): Fix detection of gfortran compilers.
1730
f2489477
AA
17312016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
1732
1733 * s390-linux-tdep.c (s390_backchain_frame_unwind_cache): Avoid
1734 exception when attempting to access the inferior's backchain.
1735
d5219069
YQ
17362016-02-29 Yao Qi <yao.qi@linaro.org>
1737
1738 * aarch64-linux-tdep.c (aarch64_canonicalize_syscall): Support
1739 eventfd2, eventfd2, dup3, inotify_init1, fallocate and pipe2.
1740 Return gdb_sys_epoll_create1 instead of gdb_sys_epoll_create
1741 for aarch64_sys_epoll_create1.
1742
253b4d3a
YQ
17432016-02-29 Yao Qi <yao.qi@linaro.org>
1744
1745 * linux-record.h (enum gdb_syscall) <gdb_sys_fallocate>: New.
1746 <gdb_sys_eventfd2, gdb_sys_epoll_create1, gdb_sys_dup3>: New.
1747 <gdb_sys_pipe2, gdb_sys_inotify_init1>: New.
1748 * linux-record.c (record_linux_system_call): Handle them.
1749
38899f16
IB
17502016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
1751
1752 * d-namespace.c (d_lookup_symbol_imports): Avoid recursive lookups from
1753 cyclic imports.
1754
1ed0c2a4
KS
17552016-02-26 Keith Seitz <keiths@redhat.com>
1756
1757 * rs6000-tdep.c (rs6000_frame_cache): Explicitly cast return result
1758 to avoid invalid conversion from void *.
1759
9fde51ed
YQ
17602016-02-26 Yao Qi <yao.qi@linaro.org>
1761
1762 * arm-tdep.c (arm_record_exreg_ld_st_insn): Set 'single_reg'
1763 per bit 8. Check bit 20 instead of bit 4 for VMOV
1764 instruction. Record D registers for instructions changing
1765 S registers. Change of the order of length and address
1766 in record_buf_mem array.
1767
1f33efec
YQ
17682016-02-26 Yao Qi <yao.qi@linaro.org>
1769
1770 * arm-tdep.c (thumb_record_ld_st_reg_offset): Fix the register
1771 number of Rd.
1772
1547ef64
DE
17732016-02-25 Doug Evans <dje@google.com>
1774
1775 * remote-m32r-sdi.c (recv_char_data): Initialize val to avoid
1776 compiler warning.
1777 (recv_long_data): Ditto.
1778
166616ce
SM
17792016-02-25 Simon Marchi <simon.marchi@ericsson.com>
1780
1781 * i386-linux-tdep.c (i386_linux_handle_segmentation_fault):
1782 Initialize variables.
1783
1eb7c2d8
AT
17842016-02-25 Antoine Tremblay <antoine.tremblay@ericsson.com>
1785
1786 * ax-general.c (ax_reg): Call gdbarch_remote_register_number.
1787 (ax_reg_mask): Likewise.
1788
e7ad2f14
PA
17892016-02-24 Pedro Alves <palves@redhat.com>
1790
1791 * linux-nat.c (save_sigtrap) Delete.
1792 (stop_wait_callback): Call save_stop_reason instead of
1793 save_sigtrap.
1794 (check_stopped_by_breakpoint): Rename to ...
1795 (save_stop_reason): ... this. Bits of save_sigtrap folded here.
1796 Use GDB_ARCH_IS_TRAP_HWBKPT and handle ambiguous
1797 GDB_ARCH_IS_TRAP_BRKPT / GDB_ARCH_IS_TRAP_HWBKPT. Factor out
1798 common code between the USE_SIGTRAP_SIGINFO and
1799 !USE_SIGTRAP_SIGINFO blocks.
1800 (linux_nat_filter_event): Call save_stop_reason instead of
1801 save_sigtrap.
1802 * nat/linux-ptrace.h: Check for both SI_KERNEL and TRAP_BRKPT
1803 si_code for MIPS.
1804 * nat/linux-ptrace.h: Fix "TRAP_HWBPT" typo in x86 table. Add
1805 comments on MIPS behavior.
1806 (GDB_ARCH_IS_TRAP_HWBKPT): Define for all archs.
1807
338435ef
MK
18082016-02-24 Marcin Kościelnicki <koriakin@0x04.net>
1809
1810 * rs6000-tdep.c (rs6000_frame_cache): Initialize frame and pc to 0
1811 to avoid spurious warnings.
1812
bf74e428
GB
18132016-02-24 Gary Benson <gbenson@redhat.com>
1814
1815 * exec.c (exec_file_locate_attach): Do not attempt to
1816 locate main executable locally if not found in sysroot.
1817
62fb310b
JB
18182016-02-24 Joel Brobecker <brobecker@adacore.com>
1819
1820 GDB 7.11 released.
1821
50ae56ec
WW
18222016-02-24 Wei-cheng Wang <cole945@gmail.com>
1823
1824 * rs6000-tdep.c (rs6000_frame_cache, rs6000_frame_this_id): Handle
1825 unavailable PC/SP to build unavailable frame.
1826
cce0e923
DE
18272016-02-23 Doug Evans <dje@google.com>
1828
1829 Extend "skip" command to support -file, -gfile, -function, -rfunction.
1830 * NEWS: Document new features.
1831 * skip.c: #include "fnmatch.h", "gdb_regex.h".
1832 (skiplist_entry) <file>: Renamed from filename.
1833 <function>: Renamed from function_name.
1834 <file_is_glob, function_is_regexp>: New members.
1835 <compiled_function_regexp, compiled_function_regexp_is_valid>:
1836 New members.
1837 (make_skip_entry): New function.
1838 (free_skiplist_entry, free_skiplist_entry_cleanup): New functions.
1839 (make_free_skiplist_entry_cleanup): New function.
1840 (skip_file_command): Update.
1841 (skip_function, skip_function_command): Update.
1842 (compile_skip_regexp): New functions.
1843 (skip_command): Add support for new options.
1844 (skip_info): Update.
1845 (skip_file_p, skip_gfile_p): New functions.
1846 (skip_function_p, skip_rfunction_p): New functions.
1847 (function_name_is_marked_for_skip): Update and simplify.
1848 (_initialize_step_skip): Update.
1849 * symtab.c: #include "fnmatch.h".
1850 (compare_glob_filenames_for_search): New function.
1851 * symtab.h (compare_glob_filenames_for_search): Declare.
1852 * utils.c (count_path_elements): New function.
1853 (strip_leading_path_elements): New function.
1854 * utils.h (count_path_elements): Declare.
1855 (strip_leading_path_elements): Declare.
1856
12545665
SM
18572016-02-23 Simon Marchi <simon.marchi@ericsson.com>
1858
1859 * arm-tdep.c (arm_decode_svc_copro): Remove "to" parameter.
1860 (thumb_process_displaced_insn): Likewise.
1861 (arm_process_displaced_insn): Adjust calls.
1862
c955ae73
YQ
18632016-02-23 Yao Qi <yao.qi@linaro.org>
1864
1865 * aarch64-linux-tdep.c (enum aarch64_syscall) <aarch64_sys_mknod>:
1866 Remove.
1867 <aarch64_sys_mkdir, aarch64_sys_unlink, aarch64_sys_symlink>: Remove.
1868 <aarch64_sys_link, aarch64_sys_rename, aarch64_sys_faccess>: Remove.
1869 <aarch64_sys_mknodat, aarch64_sys_mkdirat>: New.
1870 <aarch64_sys_unlinkat, aarch64_sys_symlinkat>: New.
1871 <aarch64_sys_linkat, aarch64_sys_renameat>: New.
1872 <aarch64_sys_faccessat>: New.
1873 <aarch64_sys_open, aarch64_sys_readlink, aarch64_sys_fstatat>: Remove.
1874 <aarch64_sys_openat, aarch64_sys_readlinkat>: New.
1875 <aarch64_sys_newfstatat>: New.
1876 (UNSUPPORTED_SYSCALL_MAP): New macro.
1877 (aarch64_canonicalize_syscall): Add missing syscalls.
1878
ac46107c
JK
18792016-02-22 Jan Kratochvil <jan.kratochvil@redhat.com>
1880
1881 * gdb-gdb.py (class TypeFlagsPrinter): Use parentheses for print.
1882
01e57735
YQ
18832016-02-22 Yao Qi <yao.qi@linaro.org>
1884
1885 * arm-tdep.c: Fix code format issues.
1886
30a6a7f0
IB
18872016-02-21 Iain Buclaw <ibuclaw@gdcproject.org>
1888
1889 * d-namespace.c (d_lookup_symbol_imports): Remove argument
1890 'search_parents'. All callers updated.
1891
f79a3bae
MK
18922016-02-18 Marcin Kościelnicki <koriakin@0x04.net>
1893
1894 * s390-linux-tdep.c (s390_guess_tracepoint_registers): New function.
1895 (s390_gdbarch_init): Fill guess_tracepoint_registers hook.
1896
012b3a21
WT
18972016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
1898
1899 * NEWS: Add entry for bound violation.
1900 * amd64-linux-tdep.c (amd64_linux_init_abi_common):
1901 Add handler for segmentation fault.
1902 * gdbarch.sh (handle_segmentation_fault): New.
1903 * gdbarch.c: Regenerate.
1904 * gdbarch.h: Regenerate.
1905 * i386-linux-tdep.c (i386_linux_handle_segmentation_fault): New.
1906 (SIG_CODE_BONDARY_FAULT): New define.
1907 (i386_linux_init_abi): Use i386_mpx_bound_violation_handler.
1908 * i386-linux-tdep.h (i386_linux_handle_segmentation_fault) New.
1909 * i386-tdep.c (i386_mpx_enabled): Add as external.
1910 * i386-tdep.c (i386_mpx_enabled): Add as external.
1911 * infrun.c (handle_segmentation_fault): New function.
1912 (print_signal_received_reason): Use handle_segmentation_fault.
1913
5f034a78
MK
19142016-02-18 Marcin Kościelnicki <koriakin@0x04.net>
1915
1916 * arch-utils.c (default_guess_tracepoint_registers): New function.
1917 * arch-utils.h (default_guess_tracepoint_registers): New prototype.
1918 * gdbarch.c: Regenerate.
1919 * gdbarch.h: Regenerate.
1920 * gdbarch.sh: Add guess_tracepoint_registers hook.
1921 * tracefile.c (tracefile_fetch_registers): Use the new gdbarch hook.
1922
88178e82
GB
19232016-02-17 Gary Benson <gbenson@redhat.com>
1924
1925 * exec.c (exec_file_locate_attach): Add missing cleanup.
1926
4041ed77
DB
19272016-02-16 Don Breazeal <donb@codesourcery.com>
1928
1929 PR remote/19496
1930 * remote.c (remove_new_fork_children): Check for pending
1931 fork status in thread_info.suspend.
1932
b442c911
YQ
19332016-02-16 Yao Qi <yao.qi@linaro.org>
1934
1935 * arm-linux-tdep.c (arm_linux_software_single_step): Assign
1936 'old_chain' later.
1937
553cb527
YQ
19382016-02-16 Yao Qi <yao.qi@linaro.org>
1939
1940 * arch/arm-get-next-pcs.h (struct arm_get_next_pcs_ops)
1941 <syscall_next_pc>: Remove argument PC. Callers updated.
1942 * arm-linux-tdep.c (arm_linux_get_next_pcs_syscall_next_pc):
1943 Remove argument PC. Get pc from regcache_read_pc.
1944 * arm-tdep.c (arm_get_next_pcs_syscall_next_pc): Remove
1945 argument PC.
1946
0a0da556
YQ
19472016-02-15 Yao Qi <yao.qi@linaro.org>
1948
1949 * aarch64-tdep.c (aarch64_analyze_prologue): Remove "0x".
1950
01113bc1
YQ
19512016-02-12 Yao Qi <yao.qi@linaro.org>
1952
1953 * arch/arm-linux.c (arm_linux_get_next_pcs_fixup): Calculate
1954 nextpc according to instruction.
1955
ed443b61
YQ
19562016-02-12 Yao Qi <yao.qi@linaro.org>
1957
1958 * arch/arm-get-next-pcs.c (arm_get_next_pcs): Call
1959 self->ops->fixup if it isn't NULL.
1960 * arch/arm-get-next-pcs.h: Include gdb_vecs.h.
1961 (struct arm_get_next_pcs_ops) <fixup>: New field.
1962 * arch/arm-linux.c: Include common-regcache.h and
1963 arch/arm-get-next-pcs.h.
1964 (arm_linux_get_next_pcs_fixup): New function.
1965 * arch/arm-linux.h (arm_linux_get_next_pcs_fixup): Declare.
1966 * arm-linux-tdep.c (arm_linux_get_next_pcs_ops): Initialize
1967 it with arm_linux_get_next_pcs_fixup.
1968 (arm_linux_software_single_step): Move code to
1969 arm_linux_get_next_pcs_fixup.
1970 * arm-tdep.c (arm_get_next_pcs_ops): Initialize it.
1971
d21b5f15
MK
19722016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
1973
1974 * xml-tdesc.c (target_fetch_description_xml) [!HAVE_LIBEXPAT]: Warn
1975 and return NULL.
1976
33b4777c
MM
19772016-02-12 Markus Metzger <markus.t.metzger@intel.com>
1978
1979 * frame.h (skip_tailcall_frames): Update comment.
1980 * frame.c (skip_artificial_frames, skip_tailcall_frames): Return NULL
1981 if only artificial frames are found. Update comment.
1982 (frame_unwind_caller_id): Handle NULL return.
1983 (frame_unwind_caller_pc, frame_unwind_caller_arch): Assert that
1984 skip_artificial_frames does not return NULL.
1985 (frame_pop): Add an error if only tailcall frames are found.
1986 * infcmd.c (finish_command): Move skip_tailcall_frames call into
1987 forward-execution case. Add an error if only tailcall frames are
1988 found.
1989
a038fa3e
MM
19902016-02-12 Markus Metzger <markus.t.metzger@intel.com>
1991
1992 * stack.c (frame_info): Check frame_unwind_caller_id.
1993
2f3ef606
MM
19942016-02-12 Markus Metzger <markus.t.metzger@intel.com>
1995
1996 * frame.h (skip_tailcall_frames): New.
1997 * frame.c (skip_tailcall_frames): New.
1998 (frame_pop): Call skip_tailcall_frames.
1999 * infcmd.c (finish_command): Call skip_tailcall_frames.
2000
e352bf0a
PA
20012016-02-11 Pedro Alves <palves@redhat.com>
2002
2003 * Makefile.in (check-parallel): New rule.
2004
bec2ab5a
SM
20052016-02-11 Simon Marchi <simon.marchi@ericsson.com>
2006
2007 * arm-tdep.c (arm_skip_prologue): Remove unused variables.
2008 (arm_analyze_prologue): Likewise.
2009 (arm_scan_prologue): Likewise.
2010 (arm_m_exception_prev_register): Likewise.
2011 (arm_copy_block_xfer): Likewise.
2012 (thumb2_copy_block_xfer): Likewise.
2013 (arm_decode_miscellaneous): Likewise.
2014 (arm_decode_ld_st_word_ubyte): Likewise.
2015 (arm_decode_svc_copro): Likewise.
2016 (thumb2_decode_svc_copro): Likewise.
2017 (thumb_copy_16bit_ldr_literal): Likewise.
2018 (thumb_copy_pop_pc_16bit): Likewise.
2019 (decode_thumb_32bit_ld_mem_hints): Likewise.
2020 (arm_show_force_mode): Likewise.
2021 (_initialize_arm_tdep): Likewise.
2022 (arm_record_strx): Likewise.
2023 (arm_record_extension_space): Likewise.
2024 (arm_record_data_proc_misc_ld_str): Likewise.
2025 (arm_record_exreg_ld_st_insn): Likewise.
2026 (arm_record_vfp_data_proc_insn): Likewise.
2027 (arm_record_coproc_data_proc): Likewise.
2028 (thumb_record_misc): Likewise.
2029 (thumb_record_ldm_stm_swi): Likewise.
2030 (thumb2_record_ld_st_dual_ex_tbb): Likewise.
2031 (thumb2_record_ld_mem_hints): Likewise.
2032 (thumb2_record_lmul_lmla_div): Likewise.
2033 (thumb2_record_asimd_struct_ld_st): Likewise.
2034 (arm_process_record): Likewise.
2035
2ba163c8
SM
20362016-02-11 Simon Marchi <simon.marchi@ericsson.com>
2037
2038 * arm-tdep.c (arm_displaced_step_copy_insn): Remove.
2039 (ARM displaced stepping support): Remove reference to
2040 arm_displaced_step_copy_insn in comment.
2041 * arm-tdep.h (arm_displaced_step_copy_insn): Remove.
2042 * arm-linux-tdep.c (arm_linux_displaced_step_copy_insn): Remove
2043 reference to arm_displaced_step_copy_insn in comment.
2044
615234c1
SM
20452016-02-11 Simon Marchi <simon.marchi@ericsson.com>
2046
2047 * arm-tdep.c (thumb_copy_unmodified_16bit): Change type of insn.
2048 (thumb_copy_b): Likewise.
2049 (arm_decode_b_bl_ldmstm): Likewise.
2050 (thumb_copy_16bit_ldr_literal): Likewise.
2051 (thumb_copy_pop_pc_16bit): Likewise.
2052
82e9becd
AT
20532016-02-11 Antoine Tremblay <antoine.tremblay@ericsson.com>
2054
2055 * tracepoint.c (encode_actions_1): Use target_gdbarch () rather
2056 than loc->gdbarch.
2057
5ac87a99
MK
20582016-02-10 Marcin Kościelnicki <koriakin@0x04.net>
2059
2060 * tracefile-tfile.c (trace_tdesc): New static variable.
2061 (tfile_open): Clear trace_tdesc, call target_find_description.
2062 (tfile_interp_line): Recognize tdesc lines.
2063 (tfile_close): Clear trace_tdesc.
2064 (tfile_xfer_partial_features): New function.
2065 (tfile_xfer_partial): Call tfile_xfer_partial_features.
2066 (tfile_append_tdesc_line): New function.
2067
18d3cec5
MK
20682016-02-10 Marcin Kościelnicki <koriakin@0x04.net>
2069
2070 * ctf.c (ctf_write_tdesc): New function.
2071 (ctf_write_ops): Wire in ctf_write_tdesc.
2072 * tracefile-tfile.c (tfile_write_tdesc): New function.
2073 (tfile_write_ops): Wire in tfile_write_tdesc.
2074 * tracefile.c (trace_save): Call write_tdesc method.
2075 * tracefile.h (struct trace_file_write_ops): Add write_tdesc method.
2076 * xml-tdesc.c (target_fetch_description_xml): New function.
2077 * xml-tdesc.h: Add target_fetch_description_xml prototype.
2078
550dc4e2
SM
20792016-02-10 Simon Marchi <simon.marchi@ericsson.com>
2080
2081 * arm-tdep.c (arm_copy_extra_ld_st): Fix "unpriveleged" typo.
2082 (arm_decode_dp_misc): Likewise.
2083
62e5fd57
MK
20842016-02-10 Marcin Kościelnicki <koriakin@0x04.net>
2085
2086 * amd64-tdep.c (amd64_ax_pseudo_register_collect): New function.
2087 (amd64_init_abi): Fill ax_pseudo_register_collect hook.
2088 * gdb/i386-tdep.c (i386_pseudo_register_read_into_value): Remove
2089 misleading comment.
2090 (i386_pseudo_register_write): Ditto.
2091 (i386_ax_pseudo_register_collect): New function.
2092 (i386_gdbarch_init): Fill ax_pseudo_register_collect hook.
2093 * i386-tdep.h: Add i386_ax_pseudo_register_collect prototype.
2094
e909d859
MK
20952016-02-10 Marcin Kościelnicki <koriakin@0x04.net>
2096
2097 * tracefile-tfile.c (tfile_fetch_registers): Use g packet order
2098 instead of gdb order.
2099
473b99e5
MK
21002016-02-10 Marcin Kościelnicki <koriakin@0x04.net>
2101
2102 * tracefile-tfile.c (tfile_fetch_registers): Fix off-by-one in bounds
2103 check.
2104
1233c0ba
JB
21052016-02-10 Joel Brobecker <brobecker@adacore.com>
2106
2107 * NEWS: Create a new section for the next release branch.
2108 Rename the section of the current branch, now that it has
2109 been cut.
2110
d1dc0942
JB
21112016-02-10 Joel Brobecker <brobecker@adacore.com>
2112
2113 GDB 7.11 branch created (9ef9e6a6a0dd8f948708cb67c9afcfd0be40cb0a):
2114 * version.in: Bump version to 7.11.50.DATE-git.
2115
9ef9e6a6
KS
21162016-02-09 Keith Seitz <keiths@redhat.com>
2117
2118 PR breakpoints/19546
2119 * breakpoint.c (breakpoint_event_location_empty_p): New function.
2120 (update_breakpoints_after_exec, bkpt_re_set): Use this new function
2121 instead of event_location_empty_p.
2122
39a67dc4
KS
21232016-02-09 Keith Seitz <keiths@redhat.com>
2124
2125 * mi/mi-cmd-break.c (mi_cmd_break_insert_1): Use
2126 string_to_event_location_basic instead of string_to_event_location.
2127
a96e36da
KS
21282016-02-09 Keith Seitz <keiths@redhat.com>
2129
2130 * guile/scm-breakpoint.c (gdbscm_register_breakpoint_x): Skip
2131 leading whitespace and use string_to_event_location_basic instead
2132 of new_linespec_location.
2133
9f61929f
KS
21342016-02-09 Keith Seitz <keiths@redhat.com>
2135
2136 PR python/19506
2137 * python/py-breakpoint.c (bppy_init): Use
2138 string_to_event_location_basic instead of new_linespec_location.
2139
eeb1af43
KS
21402016-02-09 Keith Seitz <keiths@redhat.com>
2141
2142 * location.c (string_to_explicit_location): Note that "-p" is
2143 reserved for probe locations and return NULL for any input
2144 that starts with that.
2145 (string_to_event_location): Move "legacy" linespec code to ...
2146 (string_to_event_location_basic): ... here.
2147 * location.h (string_to_event_location): Update comment.
2148 (string_to_event_location_basic): New function.
2149
1e94266c
SM
21502016-02-09 Simon Marchi <simon.marchi@ericsson.com>
2151
2152 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
2153 to AC_OUTPUT. Remove "exit 0" at the end.
2154 * configure: Regenerate.
2155
2a7f3dff
PA
21562016-02-09 Pedro Alves <palves@redhat.com>
2157
2158 PR breakpoints/19548
2159 * breakpoint.c (create_overlay_event_breakpoint): Don't update
2160 global location list here.
2161 (create_longjmp_master_breakpoint)
2162 (create_std_terminate_master_breakpoint)
2163 (create_exception_master_breakpoint, create_jit_event_breakpoint)
2164 (update_breakpoint_locations):
2165 (breakpoint_re_set): Update global location list after all
2166 breakpoints are re-set.
2167
54887903
SM
21682016-02-08 Simon Marchi <simon.marchi@ericsson.com>
2169
2170 * remote.c (remote_register_number_and_offset): Remove unused
2171 variable(s).
2172 (remote_thread_always_alive): Likewise.
2173 (remote_update_thread_list): Likewise.
2174 (process_initial_stop_replies): Likewise.
2175 (remote_start_remote): Likewise.
2176 (remote_check_symbols): Likewise.
2177 (discard_pending_stop_replies): Likewise.
2178 (process_stop_reply): Likewise.
2179 (putpkt_binary): Likewise.
2180 (getpkt): Likewise.
2181 (remote_add_target_side_condition): Likewise.
2182 (remote_insert_breakpoint): Likewise.
2183 (remote_supports_stopped_by_sw_breakpoint): Likewise.
2184 (remote_supports_stopped_by_hw_breakpoint): Likewise.
2185 (remote_xfer_partial): Likewise.
2186 (remote_read_btrace): Likewise.
2187 (remote_async_serial_handler): Likewise.
2188 (remote_thread_events): Likewise.
2189 (_initialize_remote): Likewise.
2190
30914ca8
SM
21912016-02-07 Simon Marchi <simon.marchi@polymtl.ca>
2192
2193 * varobj.h (varobj_delete): Remove dellist parameter, update and
2194 move documentation here.
2195 * varobj.c (struct cpstack, cppush, cppop): Remove.
2196 (delete_variable): Remove resultp (first) parameter.
2197 (delete_variable_1): Likewise.
2198 (varobj_delete): Remove dellist parameter and unused code.
2199 (update_dynamic_varobj_children): Adjust varobj_delete call.
2200 (update_type_if_necessary): Likewise.
2201 (varobj_set_visualizer): Likewise.
2202 (varobj_update): Likewise.
2203 (value_of_root): Likewise.
2204 (varobj_invalidate_iter): Likewise.
2205 * mi/mi-cmd-var.c (mi_cmd_var_delete): Likewise.
2206
e42e5352
YQ
22072016-02-04 Yao Qi <yao.qi@linaro.org>
2208
2209 * remote.c (remote_wait_as): Set rs->waiting_for_stop_reply to
2210 0 before handling 'F' and set it back afterwards.
2211
6456a18b
SM
22122016-02-02 Simon Marchi <simon.marchi@ericsson.com>
2213
2214 * ui-out.c (MAX_UI_OUT_LEVELS): Remove.
2215
3f2f6cb5
WT
22162016-02-02 Walfred Tedeschi <walfred.tedeschi@intel.com>
2217
2218 * amd64-linux-siginfo.c (nat_siginfo_t, nat_sigval_t, nat_timeval):
2219 New types.
2220 (compat_siginfo): New bound fields added.
2221 (compat_x32_siginfo): New field added.
2222 (cpt_si_addr_lsb): New define.
2223 (compat_siginfo_from_siginfo): Use nat_siginfo.
2224 (siginfo_from_compat_siginfo): Use nat_siginfo.
2225 (compat_x32_siginfo_from_siginfo): Likewise.
2226 (siginfo_from_compat_x32_siginfo): Likewise.
2227
96b5c49f
WT
22282016-02-02 Walfred Tedeschi <walfred.tedeschi@intel.com>
2229
2230 * linux-tdep.c (linux_get_siginfo_type): Add the _addr_bnd
2231 structure to the siginfo if extra_fields contains
2232 LINUX_SIGINFO_FIELD_ADDR_BND.
2233
190b495d
WT
22342016-02-02 Walfred Tedeschi <walfred.tedeschi@intel.com>
2235
2236 * linux-tdep.h (linux_get_siginfo_type_with_fields): Make extern.
2237 * linux-tdep.c (linux_get_siginfo_type_with_fields): Make extern.
2238 * i386-linux-tdep.h (x86_linux_get_siginfo_type): New
2239 function.
2240 * amd64-linux-tdep.c (amd64_linux_init_abi_common): Add
2241 x86_linux_get_siginfo_type for the amd64 abi.
2242 * i386-linux-tdep.c (x86_linux_get_siginfo_type): New
2243 function.
2244 (i386_linux_init_abi): Add new function at the i386 ABI
2245 initialization.
2246
43564574
WT
22472016-02-02 Walfred Tedeschi <walfred.tedeschi@intel.com>
2248
2249 * linux-tdep.h (linux_siginfo_extra_field_values): New enum values.
2250 (linux_siginfo_extra_fields): New enum type.
2251 * linux-tdep.c (linux_get_siginfo_type_with_fields): New function.
2252 (linux_get_siginfo_type): Use new function.
2253
93813b37
WT
22542016-02-02 Walfred Tedeschi <walfred.tedeschi@intel.com>
2255
2256 * nat/amd64-linux-siginfo.c: New file.
2257 * nat/amd64-linux-siginfo.h: New file.
2258 * Makefile.in (HFILES_NO_SRCDIR): Add nat/amd64-linux-siginfo.h.
2259 (amd64-linux-siginfo.o): New rule.
2260 * config/i386/linux64.mh (NATDEPFILES): Add amd64-linux-siginfo.o.
2261 * amd64-linux-nat.c (nat/amd64-linux-siginfo.h): New include.
2262 (compat_siginfo_from_siginfo, siginfo_from_compat_siginfo)
2263 (compat_x32_siginfo_from_siginfo, siginfo_from_compat_x32_siginfo)
2264 (compat_timeval, compat_sigval, compat_x32_clock, cpt_si_pid)
2265 (cpt_si_uid, cpt_si_timerid, cpt_si_overrun, cpt_si_status)
2266 (cpt_si_utime, cpt_si_stime, cpt_si_ptr, cpt_si_addr, cpt_si_band)
2267 (cpt_si_fd, si_timerid, si_overrun): Move to nat/amd64-linux-siginfo.c.
2268
5fdf6324
AB
22692016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
2270
2271 * value.c (max_value_size): New variable.
2272 (MIN_VALUE_FOR_MAX_VALUE_SIZE): New define.
2273 (set_max_value_size): New function.
2274 (show_max_value_size): New function.
2275 (check_type_length_before_alloc): New function.
2276 (allocate_value_contents): Call check_type_length_before_alloc.
2277 (set_value_enclosing_type): Likewise.
2278 (_initialize_values): Add set/show handler for max-value-size.
2279 * NEWS: Mention new set/show command.
2280
5fa13070
SM
22812016-01-31 Simon Marchi <simon.marchi@polymtl.ca>
2282
2283 * varobj.h (struct varobj): Fix typos in comments.
2284 (struct lang_varobj_ops): Likewise.
2285 * varobj.c (VAROBJ_TABLE_SIZE): Likewise.
2286 (varobj_create): Move misplaced comment.
2287
a2e3e93f
SM
22882016-01-29 Simon Marchi <simon.marchi@ericsson.com>
2289
2290 * aarch64-tdep.c (aarch64_record_asimd_load_store): Add braces
2291 to for include additional lines.
2292 * xcoffread.c (scan_xcoff_symtab): Remove unnecessary braces.
2293
56e374a6
SM
22942016-01-28 Simon Marchi <simon.marchi@ericsson.com>
2295
2296 * gnulib/import/Makefile.am: Regenerate.
2297 * gnulib/import/Makefile.in: Regenerate.
2298 * gnulib/import/m4/gnulib-cache.m4: Regenerate.
2299 * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add rawmemchr.
2300
8424cc97
SM
23012016-01-28 Simon Marchi <simon.marchi@ericsson.com>
2302
2303 * remote.c (skip_to_semicolon): Remove.
2304 (remote_parse_stop_reply): Use strchrnul instead of
2305 skip_to_semicolon.
2306 * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add
2307 strchrnul.
2308 * gnulib/aclocal.m4: Regenerate.
2309 * gnulib/config.in: Regenerate.
2310 * gnulib/configure: Regenerate.
2311 * gnulib/import/Makefile.am: Regenerate.
2312 * gnulib/import/Makefile.in: Regenerate.
2313 * gnulib/import/m4/gnulib-cache.m4: Regenerate.
2314 * gnulib/import/m4/gnulib-comp.m4: Regenerate.
2315 * gnulib/import/m4/rawmemchr.m4: New file.
2316 * gnulib/import/m4/strchrnul.m4: New file.
2317 * gnulib/import/rawmemchr.c: New file.
2318 * gnulib/import/rawmemchr.valgrind: New file.
2319 * gnulib/import/strchrnul.c: New file.
2320 * gnulib/import/strchrnul.valgrind: New file.
2321
4a6a1ed4
YQ
23222016-01-28 Yao Qi <yao.qi@linaro.org>
2323
2324 * breakpoint.c (build_target_command_list): Don't call continue
2325 if aexpr is NULL.
2326 (build_target_condition_list): Likewise.
2327
94715c17
KB
23282016-01-27 Kevin Buettner <kevinb@redhat.com>
2329
2330 * rx-tdep.c (rx_push_dummy_call): Treat scalars larger than 8
2331 bytes as aggregates.
2332
c07af0ab
JB
23332016-01-27 Joel Brobecker <brobecker@adacore.com>
2334
2335 * MAINTAINERS (Responsible Maintainers): Add Keith Seitz as
2336 Linespec Maintainers.
2337
41548caa
SM
23382016-01-26 Simon Marchi <simon.marchi@ericsson.com>
2339
2340 * common/common-utils.c (skip_spaces): Fix comment.
2341 (skip_to_space_const): Likewise.
2342
4d18591b
YQ
23432016-01-25 Yao Qi <yao.qi@linaro.org>
2344
2345 * arch/arm-get-next-pcs.c (thumb_deal_with_atomic_sequence_raw):
2346 Remove argument pc. Get pc by regcache_read_pc. Callers updated.
2347 (arm_deal_with_atomic_sequence_raw): Likewise.
2348 (thumb_get_next_pcs_raw): Likewise.
2349 (arm_get_next_pcs_raw): Likewise.
2350 (arm_get_next_pcs): Remove argument pc. Callers updated.
2351 * arch/arm-get-next-pcs.h (arm_get_next_pcs): Update declaration.
2352
a579cd9a
MW
23532016-01-25 Mark Wielaard <mjw@redhat.com>
2354
2355 * ada-lang.c (ada_evaluate_subexp): Add proper else block.
2356 * c-typeprint.c (c_type_print_base): Fix misleading indentation of
2357 if statement.
2358 * inflow.c (child_terminal_ours_1): Fix misleading indentation of
2359 statement block by introducing an else.
2360 * linux-record.c (record_linux_sockaddr): Fix misleading indentation
2361 of return statements.
2362 (record_linux_msghdr): Likewise.
2363
a2077e25
PA
23642016-01-25 Pedro Alves <palves@redhat.com>
2365
2366 PR threads/19461
2367 * infrun.c (handle_inferior_event_1) <fork/vfork>: Update
2368 parent/child running states.
2369
1d2736d4
PA
23702016-01-25 Pedro Alves <palves@redhat.com>
2371
2372 PR gdb/19494
2373 * linux-nat.c (kill_one_lwp): New, factored out from ...
2374 (kill_callback): ... this.
2375 (kill_wait_callback): New, factored out from ...
2376 (kill_wait_one_lwp): ... this.
2377 (kill_unfollowed_fork_children): New function.
2378 (linux_nat_kill): Use it.
2379
b2bae2f7
JB
23802016-01-22 John Baldwin <jhb@FreeBSD.org>
2381
2382 * fbsd-nat.c (fbsd_pid_to_str): Adjust string format.
2383
d86feca3
YQ
23842016-01-22 Yao Qi <yao.qi@linaro.org>
2385
2386 * arm-linux-nat.c (fetch_fpregs): Call perror_with_name
2387 instead of warning.
2388 (store_fpregs, fetch_regs, store_regs): Likewise.
2389 (fetch_wmmx_regs, store_wmmx_regs): Likewise.
2390 (fetch_vfp_regs, store_vfp_regs): Likewise.
2391
b35a8b2f
DE
23922016-01-21 Doug Evans <dje@google.com>
2393
2394 * breakpoint.c (init_breakpoint_sal): Add comment.
2395
f906b857
MK
23962016-01-21 Marcin Kościelnicki <koriakin@0x04.net>
2397
2398 * ax-gdb.c (gen_traced_pop): Use gen_fetch for string collection.
2399
4a099de2
AB
24002016-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
2401
2402 * disasm.c (maybe_add_dis_line_entry): Rename to...
2403 (add_dis_line_entry): ...this, and update header comment.
2404 (do_mixed_source_and_assembly): Now use add_dis_line_entry.
2405
a994041d
PA
24062016-01-21 Pedro Alves <palves@redhat.com>
2407
2408 * Makefile.in (COMPILER_CFLAGS): New.
2409 (CXXFLAGS): Get it from configure.
2410 (INTERNAL_CFLAGS_BASE, INTERNAL_LDFLAGS): Use COMPILER_CFLAGS
2411 instead of CFLAGS.
2412 * build-with-cxx.m4 (GDB_AC_BUILD_WITH_CXX): Set and AC_SUBST
2413 COMPILER_CFLAGS.
2414 * configure: Regenerate.
2415
305e13e6
JB
24162016-01-21 Joel Brobecker <brobecker@adacore.com>
2417
2418 * location.h (new_address_location): Add new parameters
2419 "addr_string" and "addr_string_len".
2420 (get_address_string_location): Add declaration.
2421 * location.c (new_address_location): Add new parameters
2422 "addr_string" and "addr_string_len". If not NULL, store
2423 a copy of the addr_string in the new location as well.
2424 (get_address_string_location): New function.
2425 (string_to_event_location): Update call to new_address_location.
2426 * linespec.c (event_location_to_sals) <ADDRESS_LOCATION>:
2427 Save the event location in the parser's state before
2428 passing it to convert_address_location_to_sals.
2429 * breakpoint.c (create_thread_event_breakpoint): Update call
2430 to new_address_location.
2431 (init_breakpoint_sal): Get the event location's string, if any,
2432 and use it to update call to new_address_location.
2433 * python/py-finishbreakpoint.c (bpfinishpy_init):
2434 Update call to new_address_location.
2435 * spu-tdep.c (spu_catch_start): Likewise.
2436
2437 * config/djgpp/fnchange.lst: Add entries for
2438 gdb/testsuite/gdb.base/break-fun-addr1.c and
2439 gdb/testsuite/gdb.base/break-fun-addr2.c.
2440
f7a6a40d
YQ
24412016-01-21 Yao Qi <yao.qi@linaro.org>
2442
2443 * arm-linux-tdep.c (arm_linux_sigreturn_next_pc): Add parameter
2444 is_thumb and set it according to CPSR saved on the stack.
2445 (arm_linux_get_next_pcs_syscall_next_pc): Pass is_thumb to
2446 arm_linux_sigreturn_next_pc.
2447
5f5dfff6
SM
24482016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
2449
2450 * python/lib/gdb/printing.py (FlagEnumerationPrinter.__call__):
2451 Fix enumerators sort key function.
2452
be56871e
JB
24532016-01-20 Joel Brobecker <brobecker@adacore.com>
2454
b12e5614 2455 * printcmd.c (print_scalar_formatted): Move binary operator from
be56871e
JB
2456 end of line to beginning of next line. Adjust formatting
2457 accordingly.
2458
f2feec98
JB
24592016-01-19 John Baldwin <jhb@FreeBSD.org>
2460
2461 * fbsd-nat.c (fbsd_pid_to_exec_file): Use new "buflen" instead of
2462 "len" with sysctl.
2463
20a0aab3
JB
24642016-01-19 John Baldwin <jhb@FreeBSD.org>
2465
2466 * fbsd-tdep.c (find_stop_signal): Remove.
2467 (struct fbsd_collect_regset_section_cb) <lwp>: New field.
2468 <stop_signal>: New field.
2469 <abort_iteration>: New field.
2470 (fbsd_collect_regset_section_cb): Use new fields.
2471 (fbsd_collect_thread_registers): New function.
2472 (struct fbsd_corefile_thread_data): New structure.
2473 (fbsd_corefile_thread): New function.
2474 (fbsd_make_corefile_notes): Use new function to dump notes for each
2475 non-exited thread in a process.
2476
6e9567fe
JB
24772016-01-19 John Baldwin <jhb@FreeBSD.org>
2478
2479 * configure.ac: Check for support for LWP names on FreeBSD.
2480 * fbsd-nat.c [PT_LWPINFO] New variable debug_fbsd_lwp.
2481 [TDP_RFPPWAIT || HAVE_STRUCT_PTRACE_LWPINFO_PL_TDNAME]
2482 (fbsd_fetch_kinfo_proc): Move function earlier.
2483 [PT_LWPINFO] (fbsd_thread_alive): New function.
2484 [PT_LWPINFO] (fbsd_pid_to_str): New function.
2485 [HAVE_STRUCT_PTRACE_LWPINFO_PL_TDNAME] (fbsd_thread_name): New function.
2486 [PT_LWP_EVENTS] (fbsd_enable_lwp_events): New function.
2487 [PT_LWPINFO] (fbsd_add_threads): New function.
2488 [PT_LWPINFO] (fbsd_update_thread_list): New function.
2489 [PT_LWPINFO] New variable super_resume.
2490 [PT_LWPINFO] (resume_one_thread_cb): New function.
2491 [PT_LWPINFO] (resume_all_threads_cb): New function.
2492 [PT_LWPINFO] (fbsd_resume): New function.
2493 (fbsd_remember_child): Save full ptid instead of plain pid.
2494 (fbsd_is_child_pending): Return ptid of saved child process.
2495 (fbsd_wait): Include lwp in returned ptid and switch to LWP ptid on
2496 first stop.
2497 [PT_LWP_EVENTS] Handle LWP events.
2498 [TDP_RFPPWAIT] Include LWP in child ptid.
2499 (fbsd_post_startup_inferior) [PT_LWP_EVENTS]: Enable LWP events.
2500 (fbsd_post_attach) [PT_LWP_EVENTS]: Enable LWP events.
2501 Add threads for existing processes.
2502 (fbsd_nat_add_target) [PT_LWPINFO]: Set "to_thread_alive" to
2503 "fbsd_thread_alive".
2504 Set "to_pid_to_str" to "fbsd_pid_to_str".
2505 [HAVE_STRUCT_PTRACE_LWPINFO_PL_TDNAME]: Set "to_thread_name" to
2506 "fbsd_thread_name".
2507 [PT_LWPINFO]: Set "to_update_thread_list" to "fbsd_update_thread_list".
2508 Set "to_has_thread_control" to "tc_schedlock".
2509 Set "to_resume" to "fbsd_resume".
2510 (_initialize_fbsd_nat): New function.
2511 * configure: Regenerate.
2512 * config.in: Regenerate.
2513
94309df7
JB
25142016-01-19 John Baldwin <jhb@FreeBSD.org>
2515
2516 * amd64bsd-nat.c (amd64bsd_fetch_inferior_registers): Use
2517 get_ptrace_pid.
2518 (amd64bsd_store_inferior_registers): Use get_ptrace_pid.
2519 (amd64bsd_dr_get): Use get_ptrace_pid.
2520 (amd64bsd_dr_set): Use get_ptrace_pid.
2521 * i386bsd-nat.c (i386bsd_fetch_inferior_registers): Use get_ptrace_pid.
2522 (i386bsd_store_inferior_registers): Use get_ptrace_pid.
2523 (i386bsd_dr_get): Use get_ptrace_pid.
2524 (i386bsd_dr_set): Use get_ptrace_pid.
2525 * inf-ptrace.c (get_ptrace_pid): Export.
2526 * inf-ptrace.h (get_ptrace_pid): Declare.
2527 * ppcfbsd-nat.c (ppcfbsd_fetch_inferior_registers): Use lwp id.
2528 (ppcfbsd_store_inferior_registers): Use lwp id.
2529
79117428
JB
25302016-01-19 John Baldwin <jhb@FreeBSD.org>
2531
2532 * fbsd_tdep.c (fbsd_core_pid_to_str): New function.
2533 (fbsd_core_thread_name): New function.
2534 (fbsd_init_abi): Add "core_pid_to_str" gdbarch method.
2535 Add "core_thread_name" gdbarch method.
2536
4dfc5dbc
JB
25372016-01-19 John Baldwin <jhb@FreeBSD.org>
2538
2539 * corelow.c (core_thread_name): New function.
2540 (init_core_ops): Use "core_thread_name" for the "to_thread_name"
2541 target op.
2542 * gdbarch.sh (core_thread_name): New gdbarch callback.
2543 * gdbarch.h: Re-generate.
2544 * gdbarch.c: Re-generate.
2545
10e3ed90
SM
25462016-01-19 Simon Marchi <simon.marchi@polymtl.ca>
2547
2548 * python/lib/gdb/printing.py (_EnumInstance.to_string): Explicitly
2549 convert gdb.Value to integer type using int().
2550
a6e69c1f
JB
25512016-01-19 John Baldwin <jhb@FreeBSD.org>
2552
2553 * configure.ac: Include <sys/types.h when checking for "r_fs" in
2554 "struct reg".
2555 * configure: Regenerate.
2556
37e42b4f
PA
25572016-01-19 Pedro Alves <palves@redhat.com>
2558
2559 * ax-gdb.c (agent_command_1): Adjust call to decode_line_full.
2560 * break-catch-throw.c (re_set_exception_catchpoint): Pass the
2561 current program space down to linespec decoding and breakpoint
2562 location updating.
2563 * breakpoint.c (parse_breakpoint_sals): Adjust calls to
2564 decode_line_full.
2565 (until_break_command): Adjust calls to decode_line_1.
2566 (base_breakpoint_decode_location, bkpt_decode_location): Add
2567 'search_pspace' parameter. Pass it along.
2568 (bkpt_probe_create_sals_from_location): Adjust calls to
2569 parse_probes.
2570 (tracepoint_decode_location, tracepoint_probe_decode_location)
2571 (strace_marker_decode_location): Add 'search_pspace' parameter.
2572 Pass it along.
2573 (all_locations_are_pending): Rewrite to take a breakpoint and
2574 program space as arguments instead.
2575 (hoist_existing_locations): New function.
2576 (update_breakpoint_locations): Add 'filter_pspace' parameter. Use
2577 hoist_existing_locations instead of always removing all locations,
2578 and adjust to all_locations_are_pending change.
2579 (location_to_sals): Add 'search_pspace' parameter. Pass it along.
2580 Don't disable the breakpoint if there are other locations in
2581 another program space.
2582 (breakpoint_re_set_default): Adjust to pass down the current
2583 program space as filter program space.
2584 (decode_location_default): Add 'search_pspace' parameter and pass
2585 it along.
2586 (prepare_re_set_context): Don't switch program space here.
2587 (breakpoint_re_set): Use save_current_space_and_thread instead of
2588 save_current_program_space.
2589 * breakpoint.h (struct breakpoint_ops) <decode_location>: Add
2590 'search_pspace' parameter.
2591 (update_breakpoint_locations): Add 'filter_pspace' parameter.
2592 * cli/cli-cmds.c (edit_command, list_command): Adjust calls to
2593 decode_line_1.
2594 * elfread.c (elf_gnu_ifunc_resolver_return_stop): Pass the current
2595 program space as filter program space.
2596 * linespec.c (struct linespec_state) <search_pspace>: New field.
2597 (create_sals_line_offset, convert_explicit_location_to_sals)
2598 (parse_linespec): Pass the search program space down.
2599 (linespec_state_constructor): Add 'search_pspace' parameter.
2600 Store it.
2601 (linespec_parser_new): Add 'search_pspace' parameter and pass it
2602 along.
2603 (linespec_lex_to_end): Adjust.
2604 (decode_line_full, decode_line_1): Add 'search_pspace' parameter
2605 and pass it along.
2606 (decode_line_with_last_displayed): Adjust.
2607 (collect_symtabs_from_filename, symtabs_from_filename): New
2608 'search_pspace' parameter. Use it.
2609 (find_function_symbols): Pass the search program space down.
2610 * linespec.h (decode_line_1, decode_line_full): Add
2611 'search_pspace' parameter.
2612 * probe.c (parse_probes_in_pspace): New function, factored out
2613 from ...
2614 (parse_probes): ... this. Add 'search_pspace' parameter and use
2615 it.
2616 * probe.h (parse_probes): Add pspace' parameter.
2617 * python/python.c (gdbpy_decode_line): Adjust.
2618 * tracepoint.c (scope_info): Adjust.
2619
100b4f2e
MR
26202016-01-18 Maciej W. Rozycki <macro@imgtec.com>
2621
2622 * mips-tdep.c (mips_insn_size): Remove 48-bit microMIPS
2623 instruction support.
2624 (micromips_next_pc): Likewise.
2625 (micromips_scan_prologue): Likewise.
2626 (micromips_deal_with_atomic_sequence): Likewise.
2627 (micromips_stack_frame_destroyed_p): Likewise.
2628 (mips_breakpoint_from_pc): Likewise.
2629
3f7f3650
MR
26302016-01-18 Maciej W. Rozycki <macro@imgtec.com>
2631
2632 * mips-tdep.c (micromips_insn_at_pc_has_delay_slot): Pass
2633 unshifted 16-bit microMIPS instruction word to `mips_insn_size'.
2634
f303dbd6
PA
26352016-01-18 Pedro Alves <palves@redhat.com>
2636
2637 * NEWS: Mention that GDB now displays the ID and name of the
2638 thread that hit a breakpoint or received a signal.
2639 * break-catch-sig.c (signal_catchpoint_print_it): Use
2640 maybe_print_thread_hit_breakpoint.
2641 * break-catch-syscall.c (print_it_catch_syscall): Likewise.
2642 * break-catch-throw.c (print_it_exception_catchpoint): Likewise.
2643 * breakpoint.c (maybe_print_thread_hit_breakpoint): New function.
2644 (print_it_catch_fork, print_it_catch_vfork, print_it_catch_solib)
2645 (print_it_catch_exec, print_it_ranged_breakpoint)
2646 (print_it_watchpoint, print_it_masked_watchpoint, bkpt_print_it):
2647 Use maybe_print_thread_hit_breakpoint.
2648 * breakpoint.h (maybe_print_thread_hit_breakpoint): Declare.
2649 * gdbthread.h (show_thread_that_caused_stop): Declare.
2650 * infrun.c (print_signal_received_reason): Print which thread
2651 received signal.
2652 * thread.c (show_thread_that_caused_stop): New function.
2653
eb0edac8
GB
26542016-01-18 Gary Benson <gbenson@redhat.com>
2655
2656 * nat/linux-namespaces.c (do_fork): New function.
2657 (linux_mntns_get_helper): Use the above.
2658
dc365182
JH
26592016-01-17 Jonas Hahnfeld <Hahnfeld@itc.rwth-aachen.de> (tiny change)
2660
2661 Pushed by Joel Brobecker <brobecker@adacore.com>.
2662 PR gdb/19208
2663 * dwarf2read.c (read_partial_die): Do not call set_objfile_main_name
2664 if the function has no name.
2665
f74f61cb
SL
26662016-01-15 Sandra Loosemore <sandra@codesourcery.com>
2667
2668 * charset.c [PHONY_ICONV] (GDB_DEFAULT_HOST_CHARSET):
2669 Conditionalize for Windows host.
2670 (GDB_DEFAULT_TARGET_CHARSET): Match GDB_DEFAULT_HOST_CHARSET.
2671 (GDB_DEFAULT_TARGET_WIDE_CHARSET): Use UTF-32.
2672 (phony_iconv_open): Handle both UTF-32 endiannesses.
2673 (phony_iconv): Likewise. Check for output overflow and clean up
2674 out-of-input cases. Correct adjustment to input buffer pointer.
2675 (set_be_le_names) [PHONY_ICONV]: Use hard-wired names to match
2676 phony_iconv_open.
2677
71ef29a8
PA
26782016-01-15 Pedro Alves <palves@redhat.com>
2679
2680 * NEWS: Mention star wildcard ranges.
2681 * cli/cli-utils.c (get_number_or_range): Check state->in_range first.
2682 (number_range_setup_range): New function.
2683 * cli/cli-utils.h (number_range_setup_range): New declaration.
2684 * thread.c (thread_apply_command): Support star TID ranges.
2685 * tid-parse.c (tid_range_parser_finished)
2686 (tid_range_parser_string, tid_range_parser_skip)
2687 (get_tid_or_range, get_tid_or_range): Handle
2688 TID_RANGE_STATE_STAR_RANGE.
2689 (tid_range_parser_star_range): New function.
2690 * tid-parse.h (enum tid_range_state) <TID_RANGE_STATE_STAR_RANGE>:
2691 New value.
2692 (tid_range_parser_star_range): New declaration.
2693
3f5b7598
PA
26942016-01-15 Pedro Alves <palves@redhat.com>
2695
2696 * thread.c (thread_apply_command): Use the tid range parser to
2697 advance past the thread ID list.
2698 * tid-parse.c (get_positive_number_trailer): New function.
2699 (parse_thread_id): Use it.
2700 (get_tid_or_range): Use it. Return 0 instead of throwing invalid
2701 thread ID error.
2702 (get_tid_or_range): Detect negative values. Return 0 instead of
2703 throwing invalid thread ID error.
2704
e7cf25a8
YQ
27052016-01-14 Yao Qi <yao.qi@linaro.org>
2706
2707 * arm-linux-tdep.c (arm_linux_get_next_pcs_syscall_next_pc):
2708 Declare.
2709 (arm_linux_get_next_pcs_ops): Install
2710 arm_linux_get_next_pcs_syscall_next_pc.
2711 (arm_linux_syscall_next_pc): Change to ...
2712 (arm_linux_get_next_pcs_syscall_next_pc): ... it.
2713 (arm_linux_init_abi): Don't set tdep->syscall_next_pc.
2714 * arm-tdep.c (arm_get_next_pcs_syscall_next_pc): Declare.
2715 (arm_get_next_pcs_syscall_next_pc): Make it static. Don't
2716 call tdep->syscall_next_pc.
2717 * arm-tdep.h (struct gdbarch_tdep) <syscall_next_pc>: Remove.
2718 (arm_get_next_pcs_syscall_next_pc): Remove.
2719
c0518081
YQ
27202016-01-14 Yao Qi <yao.qi@linaro.org>
2721
2722 * remote.c (remote_set_syscall_catchpoint): Cast to char *.
2723 * thread.c (do_captured_thread_select): Cast to const char *.
2724
1b451dda
YQ
27252016-01-14 Yao Qi <yao.qi@linaro.org>
2726
2727 * arch/arm-get-next-pcs.c (arm_get_next_pcs_ctor): Change
2728 argument arm_thumb2_breakpoint to has_thumb2_breakpoint.
2729 (thumb_get_next_pcs_raw): Check has_thumb2_breakpoint
2730 instead.
2731 * arch/arm-get-next-pcs.h (struct arm_get_next_pcs)
2732 <arm_thumb2_breakpoint>: Remove.
2733 <has_thumb2_breakpoint>: New field.
2734 (arm_get_next_pcs_ctor): Update declaration.
2735 * arm-linux-tdep.c (arm_linux_software_single_step): Pass
2736 1 to arm_get_next_pcs_ctor.
2737 * arm-tdep.c (arm_software_single_step): Pass 0 to
2738 arm_get_next_pcs_ctor.
2739
bc06e0b1
UW
27402016-01-13 Ulrich Weigand <uweigand@de.ibm.com>
2741
2742 * MAINTAINERS: Add Andreas Arnez as s390 target maintainer.
2743
4e7b8bea
YQ
27442016-01-13 Yao Qi <yao.qi@linaro.org>
2745
2746 * arch/arm-get-next-pcs.c (arm_get_next_pcs_raw): Use
2747 byte_order_for_code to read instruction.
2748
663f6d42
PA
27492016-01-13 Pedro Alves <palves@redhat.com>
2750
2751 * NEWS: Mention $_gthread.
2752 * gdbthread.h (struct thread_info) <global_num>: Mention
2753 $_gthread.
2754 * thread.c (thread_num_make_value_helper): New function.
2755 (thread_id_make_value): Delete.
2756 (thread_id_per_inf_num_make_value, global_thread_id_make_value):
2757 New.
2758 (thread_funcs): Adjust.
2759 (gthread_funcs): New.
2760 (_initialize_thread): Register $_gthread variable.
2761
c84f6bbf
PA
27622016-01-13 Pedro Alves <palves@redhat.com>
2763
2764 * NEWS: Mention "info threads -gid".
2765 * gdbthread.h (struct thread_info) <global_num>: Mention "info
2766 threads -gid".
2767 * thread.c (info_threads_command): Handle "-gid".
2768 (_initialize_thread): Adjust "info threads" help string to mention
2769 -gid.
2770
22a02324
PA
27712016-01-13 Pedro Alves <palves@redhat.com>
2772
2773 * NEWS: Mention InferiorThread.global_num.
2774 * python/py-infthread.c (thpy_get_global_num): New function.
2775 (thread_object_getset): Register "global_num".
2776
5d5658a1
PA
27772016-01-13 Pedro Alves <palves@redhat.com>
2778
2779 * NEWS: Mention that thread IDs are now per inferior and global
2780 thread IDs.
2781 * Makefile.in (SFILES): Add tid-parse.c.
2782 (COMMON_OBS): Add tid-parse.o.
2783 (HFILES_NO_SRCDIR): Add tid-parse.h.
2784 * ada-tasks.c: Adjust to use ptid_to_global_thread_id.
2785 * breakpoint.c (insert_breakpoint_locations)
2786 (remove_threaded_breakpoints, bpstat_check_breakpoint_conditions)
2787 (print_one_breakpoint_location, set_longjmp_breakpoint)
2788 (check_longjmp_breakpoint_for_call_dummy)
2789 (set_momentary_breakpoint): Adjust to use global IDs.
2790 (find_condition_and_thread, watch_command_1): Use parse_thread_id.
2791 (until_break_command, longjmp_bkpt_dtor)
2792 (breakpoint_re_set_thread, insert_single_step_breakpoint): Adjust
2793 to use global IDs.
2794 * dummy-frame.c (pop_dummy_frame_bpt): Adjust to use
2795 ptid_to_global_thread_id.
2796 * elfread.c (elf_gnu_ifunc_resolver_stop): Likewise.
2797 * gdbthread.h (struct thread_info): Rename field 'num' to
2798 'global_num. Add new fields 'per_inf_num' and 'inf'.
2799 (thread_id_to_pid): Rename thread_id_to_pid to
2800 global_thread_id_to_ptid.
2801 (pid_to_thread_id): Rename to ...
2802 (ptid_to_global_thread_id): ... this.
2803 (valid_thread_id): Rename to ...
2804 (valid_global_thread_id): ... this.
2805 (find_thread_id): Rename to ...
2806 (find_thread_global_id): ... this.
2807 (ALL_THREADS, ALL_THREADS_BY_INFERIOR): Declare.
2808 (print_thread_info): Add comment.
2809 * tid-parse.h: New file.
2810 * tid-parse.c: New file.
2811 * infcmd.c (step_command_fsm_prepare)
2812 (step_command_fsm_should_stop): Adjust to use the global thread
2813 ID.
2814 (until_next_command, until_next_command)
2815 (finish_command_fsm_should_stop): Adjust to use the global thread
2816 ID.
2817 (attach_post_wait): Adjust to check the inferior number too.
2818 * inferior.h (struct inferior) <highest_thread_num>: New field.
2819 * infrun.c (handle_signal_stop)
2820 (insert_exception_resume_breakpoint)
2821 (insert_exception_resume_from_probe): Adjust to use the global
2822 thread ID.
2823 * record-btrace.c (record_btrace_open): Use global thread IDs.
2824 * remote.c (process_initial_stop_replies): Also consider the
2825 inferior number.
2826 * target.c (target_pre_inferior): Clear the inferior's highest
2827 thread num.
2828 * thread.c (clear_thread_inferior_resources): Adjust to use the
2829 global thread ID.
2830 (new_thread): New inferior parameter. Adjust to use it. Set both
2831 the thread's global ID and the thread's per-inferior ID.
2832 (add_thread_silent): Adjust.
2833 (find_thread_global_id): New.
2834 (find_thread_id): Make static. Adjust to rename.
2835 (valid_thread_id): Rename to ...
2836 (valid_global_thread_id): ... this.
2837 (pid_to_thread_id): Rename to ...
2838 (ptid_to_global_thread_id): ... this.
2839 (thread_id_to_pid): Rename to ...
2840 (global_thread_id_to_ptid): ... this. Adjust.
2841 (first_thread_of_process): Adjust.
2842 (do_captured_list_thread_ids): Adjust to use global thread IDs.
2843 (should_print_thread): New function.
2844 (print_thread_info): Rename to ...
2845 (print_thread_info_1): ... this, and add new show_global_ids
2846 parameter. Handle it. Iterate over inferiors.
2847 (print_thread_info): Reimplement as wrapper around
2848 print_thread_info_1.
2849 (show_inferior_qualified_tids): New function.
2850 (print_thread_id): Use it.
2851 (tp_array_compar): Compare inferior numbers too.
2852 (thread_apply_command): Use tid_range_parser.
2853 (do_captured_thread_select): Use parse_thread_id.
2854 (thread_id_make_value): Adjust.
2855 (_initialize_thread): Adjust "info threads" help string.
2856 * varobj.c (struct varobj_root): Update comment.
2857 (varobj_create): Adjust to use global thread IDs.
2858 (value_of_root_1): Adjust to use global_thread_id_to_ptid.
2859 * windows-tdep.c (display_tib): No longer accept an argument.
2860 * cli/cli-utils.c (get_number_trailer): Make extern.
2861 * cli/cli-utils.h (get_number_trailer): Declare.
2862 (get_number_const): Adjust documentation.
2863 * mi/mi-cmd-var.c (mi_cmd_var_update_iter): Adjust to use global
2864 thread IDs.
2865 * mi/mi-interp.c (mi_new_thread, mi_thread_exit)
2866 (mi_on_normal_stop, mi_output_running_pid, mi_on_resume):
2867 * mi/mi-main.c (mi_execute_command, mi_cmd_execute): Likewise.
2868 * guile/scm-breakpoint.c (gdbscm_set_breakpoint_thread_x):
2869 Likewise.
2870 * python/py-breakpoint.c (bppy_set_thread): Likewise.
2871 * python/py-finishbreakpoint.c (bpfinishpy_init): Likewise.
2872 * python/py-infthread.c (thpy_get_num): Add comment and return the
2873 per-inferior thread ID.
2874 (thread_object_getset): Update comment of "num".
2875
43792cf0
PA
28762016-01-13 Pedro Alves <palves@redhat.com>
2877
2878 * breakpoint.c (remove_threaded_breakpoints)
2879 (print_one_breakpoint_location): Use print_thread_id.
2880 * btrace.c (btrace_enable, btrace_disable, btrace_teardown)
2881 (btrace_fetch, btrace_clear): Use print_thread_id.
2882 * common/print-utils.c (CELLSIZE): Delete.
2883 (get_cell): Rename to ...
2884 (get_print_cell): ... this and made extern. Adjust call callers.
2885 Adjust to use PRINT_CELL_SIZE.
2886 * common/print-utils.h (get_print_cell): Declare.
2887 (PRINT_CELL_SIZE): New.
2888 * gdbthread.h (print_thread_id): Declare.
2889 * infcmd.c (signal_command): Use print_thread_id.
2890 * inferior.c (print_inferior): Use print_thread_id.
2891 * infrun.c (handle_signal_stop)
2892 (insert_exception_resume_breakpoint)
2893 (insert_exception_resume_from_probe)
2894 (print_signal_received_reason): Use print_thread_id.
2895 * record-btrace.c (record_btrace_info)
2896 (record_btrace_resume_thread, record_btrace_cancel_resume)
2897 (record_btrace_step_thread, record_btrace_wait): Use
2898 print_thread_id.
2899 * thread.c (thread_apply_all_command): Use print_thread_id.
2900 (print_thread_id): New function.
2901 (thread_apply_command): Use print_thread_id.
2902 (thread_command, thread_find_command, do_captured_thread_select):
2903 Use print_thread_id.
2904
84654457
PA
29052016-01-13 Pedro Alves <palves@redhat.com>
2906
2907 * NEWS: Mention InferiorThread.inferior.
2908 * python/py-infthread.c (thpy_get_inferior): New.
2909 (thread_object_getset): Register "inferior".
2910
e3940304
PA
29112016-01-13 Pedro Alves <palves@redhat.com>
2912
2913 * NEWS: Mention $_inferior.
2914 * inferior.c (inferior_id_make_value): New.
2915 (inferior_funcs): New.
2916 (_initialize_inferior): Create $_inferior variable.
2917
a911d87a
PA
29182016-01-13 Pedro Alves <palves@redhat.com>
2919
2920 PR breakpoints/19388
2921 * frame.c (get_current_frame): Use validate_registers_access.
2922 * gdbthread.h (validate_registers_access): Declare.
2923 * infrun.c (validate_siginfo_access): Delete.
2924 (siginfo_value_read, siginfo_value_write): Use
2925 validate_registers_access.
2926 * thread.c (validate_registers_access): New function.
2927
82075af2
JS
29282016-01-12 Josh Stone <jistone@redhat.com>
2929 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2930
2931 * NEWS (Changes since GDB 7.10): Mention QCatchSyscalls and the
2932 syscall_entry and syscall_return stop reasons. Mention GDB
2933 support for remote catch syscall.
2934 * remote.c (PACKET_QCatchSyscalls): New enum.
2935 (remote_set_syscall_catchpoint): New function.
2936 (remote_protocol_features): New element for QCatchSyscalls.
2937 (remote_parse_stop_reply): Parse syscall_entry/return stops.
2938 (init_remote_ops): Install remote_set_syscall_catchpoint.
2939 (_initialize_remote): Config QCatchSyscalls.
2940 * linux-nat.h (struct lwp_info) <syscall_state>: Comment typo.
2941
d18547d8
YQ
29422016-01-12 Yao Qi <yao.qi@linaro.org>
2943
2944 * nat/linux-ptrace.c (linux_child_function): Cast child_stack
2945 to gdb_byte * and pass to linux_fork_to_function.
2946
ba4dd7c4
YQ
29472016-01-12 Yao Qi <yao.qi@linaro.org>
2948
2949 * nat/linux-ptrace.c (linux_fork_to_function): Change type
2950 of argument 'function'.
2951 (linux_grandchild_function): Change return type to 'int'.
2952 Change child_stack's type to 'void *'.
2953 (linux_child_function): Likewise.
2954
bc504a31
PA
29552016-01-12 Pedro Alves <palves@redhat.com>
2956
2957 Remove use of the registered trademark symbol throughout.
2958
5eddd578
TS
29592016-01-12 Thomas Schwinge <thomas@codesourcery.com>
2960
2961 * reply_mig_hack.awk: Rewrite one regular expression.
2962
b835bb52
MF
29632016-01-11 Mike Frysinger <vapier@gentoo.org>
2964
2965 * acinclude.m4: Include new warning.m4 file.
2966 * configure: Regenerated.
2967 * configure.ac: Move all warning logic ...
2968 * warning.m4: ... here.
2969
2f99e8fc
YQ
29702016-01-08 Yao Qi <yao.qi@linaro.org>
2971
2972 * extension.c: Include target.h.
2973 (set_active_ext_lang): Only call install_gdb_sigint_handler,
2974 check_quit_flag, and set_quit_flag if target_terminal_is_ours
2975 returns false.
2976 (restore_active_ext_lang): Likewise.
2977 * target.c (target_terminal_is_ours): New function.
2978 * target.h (target_terminal_is_ours): Declare.
2979
5dd05630
MR
29802016-01-07 Maciej W. Rozycki <macro@imgtec.com>
2981
2982 * mips-tdep.c (mips_breakpoint_from_pc): Rename local `status'
2983 to `err' in the little-endian leg.
2984
f5aa3069
YQ
29852016-01-06 Yao Qi <yao.qi@linaro.org>
2986
2987 * arch/arm-get-next-pcs.c (arm_get_next_pcs): Move it to some
2988 lines below.
2989 (thumb_get_next_pcs_raw): Make it static.
2990 (arm_get_next_pcs_raw): Likewise.
2991 * arch/arm-get-next-pcs.h (thumb_get_next_pcs_raw): Remove the
2992 declaration.
2993 (arm_get_next_pcs_raw): Likewise.
2994
bf69ad5a
MF
29952016-01-05 Mike Frysinger <vapier@gentoo.org>
2996
2997 * version.in: Change cvs to git.
2998
66750332
MF
29992016-01-05 Mike Frysinger <vapier@gentoo.org>
3000
3001 * configure.tgt (score-*-*): Delete gdb_sim assignment.
3002
976102cd
PA
30032016-01-05 Pedro Alves <palves@redhat.com>
3004
3005 PR sim/13418
3006 * configure.ac: Define WITH_PPC_SIM when linking in the sim and
3007 the target is powerpc*.
fa89c126
PA
3008 * rs6000-tdep.c (init_sim_regno_table): Check WITH_PPC_SIM instead
3009 of WITH_SIM.
976102cd
PA
3010 * configure: Regenerate.
3011 * config.in: Regenerate.
3012
43368e1d
MM
30132016-01-04 Markus Metzger <markus.t.metzger@intel.com>
3014
3015 * btrace.c (btrace_pt_readmem_callback): Do not return in TRY/CATCH.
3016
32273fe6
MF
30172016-01-02 Mike Frysinger <vapier@gentoo.org>
3018
3019 * configure.tgt (powerpc*-*-*): Delete test call and
3020 always assign gdb_sim.
3021
618f726f
JB
30222016-01-01 Joel Brobecker <brobecker@adacore.com>
3023
3024 Update year range in copyright notice of all files.
3025
edd88788
JB
30262016-01-01 Joel Brobecker <brobecker@adacore.com>
3027
3028 * top.c (print_gdb_version): Change copyright year in version
3029 message.
3030
0f7b3ef4 30312016-01-01 Joel Brobecker <brobecker@adacore.com>
aec47d1d 3032
0f7b3ef4 3033 * config/djgpp/fnchange.lst: Add entry for gdb/ChangeLog-2015.
aec47d1d 3034
0f7b3ef4 3035For older changes see ChangeLog-2015.
c906108c
SS
3036\f
3037Local Variables:
3038mode: change-log
3039left-margin: 8
3040fill-column: 74
3041version-control: never
57da7796 3042coding: utf-8
c906108c 3043End:
This page took 1.941246 seconds and 4 git commands to generate.