7ea7a02f9416f333004de2f24b327bccea3def22
[deliverable/binutils-gdb.git] / gdb / ChangeLog
1 2015-08-05 Pedro Alves <palves@redhat.com>
2 Joel Brobecker <brobecker@adacore.com>
3
4 * breakpoint.c (bpstat_what) <bp_longjmp, bp_longjmp_call_dummy>
5 <bp_exception, bp_longjmp_resume, bp_exception_resume>: Handle the
6 case where BS->STOP is not set.
7
8 2015-08-05 Ulrich Weigand <uweigand@de.ibm.com>
9
10 * nat/gdb_thread_db.h: Add copyright header.
11 Protect against multiple inclusion.
12
13 2015-08-05 Yao Qi <yao.qi@linaro.org>
14
15 * aarch64-linux-nat.c (get_thread_id): Remove.
16 (debug_reg_change_callback): Call ptid_get_lwp instead of
17 get_thread_id.
18 (fetch_gregs_from_thread): Likewise.
19 (store_gregs_to_thread): Likewise.
20 (fetch_fpregs_from_thread): Likewise.
21 (store_fpregs_to_thread): Likewise.
22 (aarch64_linux_get_debug_reg_capacity): Likewise.
23 * arm-linux-nat.c (get_thread_id): Remove.
24 (GET_THREAD_ID): Update macro to use ptid_get_lwp.
25 * xtensa-linux-nat.c (get_thread_id): Remove.
26 (GET_THREAD_ID): Update macro to use ptid_get_lwp.
27 * arm-linux-nat.c (get_thread_id): Remove.
28 (GET_THREAD_ID): Remove.
29 (fetch_fpregs): Call ptid_get_lwp instead of GET_THREAD_ID.
30 (store_fpregs, fetch_regs, store_regs): Likewise.
31 (fetch_wmmx_regs, store_wmmx_regs): Likewise.
32 (fetch_vfp_regs, store_vfp_regs): Likewise.
33 (arm_linux_read_description): Likewise.
34 (arm_linux_get_hwbp_cap): Likewise.
35 * xtensa-linux-nat.c (get_thread_id): Remove.
36 (GET_THREAD_ID): Remove.
37 (fetch_gregs, store_gregs): Call ptid_get_lwp instead of
38 GET_THREAD_ID.
39
40 2015-08-04 Ciro Santilli <ciro.santilli@gmail.com> (obvious patch)
41
42 * python/py-linetable.c: Fix case of Linetable to LineTable
43 in docstrings and code comments.
44 * python/py-symtab.c: Same.
45
46 2015-08-04 Jan Kratochvil <jan.kratochvil@redhat.com>
47
48 * infcmd.c (signal_command): Call do_cleanups for args_chain.
49
50 2015-08-04 Jan Kratochvil <jan.kratochvil@redhat.com>
51
52 PR gdb/18767
53 * infcmd.c (attach_command): Move ARGS_CHAIN cleanup after last ARGS
54 use.
55
56 2015-08-04 Pedro Alves <palves@redhat.com>
57
58 * nat/gdb_thread_db.h (td_init_ftype, td_ta_new_ftype)
59 (td_ta_map_lwp2thr_ftype, td_ta_thr_iter_ftype)
60 (td_ta_event_addr_ftype, td_ta_set_event_ftype)
61 (td_ta_clear_event_ftype, td_ta_event_getmsg_ftype)
62 (td_thr_validate_ftype, td_thr_get_info_ftype)
63 (td_thr_event_enable_ftype, td_thr_tls_get_addr_ftype)
64 (td_thr_tlsbase_ftype, td_symbol_list_ftype, td_ta_delete_ftype):
65 New typedefs.
66 * linux-thread-db.c (struct thread_db_info): Use new typedefs.
67 (try_thread_db_load_1): Define TDB_VERBOSE_DLSYM, TDB_DLSYM , CHK
68 local macros and use them instead of verbose_dlsym and dlsym
69 calls.
70
71 2015-08-03 Sandra Loosemore <sandra@codesourcery.com>
72
73 * nios2-tdep.h: Include opcode/nios2.h here.
74 (NIOS2_CDX_OPCODE_SIZE): New.
75 (struct gdbarch_tdep): Add OP parameter to syscall_next_pc.
76 * nios2-tdep.c: Don't include opcode/nios2.h here.
77 (nios2_fetch_insn): For R2, try reading 2-byte instruction if
78 4-byte read fails.
79 (nios2_match_add, nios2_match_sub): Add cases for R2 encodings.
80 (nios2_match_addi, nios2_match_orhi): Likewise.
81 (nios2_match_stw, nios2_match_ldw): Likewise.
82 (nios2_match_rdctl): Likewise.
83 (nios2_match_stwm, nios2_match_ldwm): New.
84 (nios2_match_branch): Add cases for R2 encodings.
85 (nios2_match_jmpi, nios2_match_calli): Likewise.
86 (nios2_match_jmpr, nios2_match_callr): Likewise.
87 (nios2_match_break, nios2_match_trap): Likewise.
88 (nios2_in_epilogue_p): Add R2 support.
89 (nios2_analyze_prologue): Update comments. Recognize R2 CDX
90 prologues.
91 (nios2_breakpoint_from_pc): Handle R2 instructions.
92 (nios2_get_next_pc): Likewise. Adjust call to
93 tdep->syscall_next_pc.
94 * nios2-linux-tdep.c (nios2_r1_linux_rt_sigreturn_tramp_frame):
95 Renamed from nios2_linux_rt_sigreturn_tramp_frame. Use
96 instruction field macros instead of literal hex values.
97 (nios2_r2_linux_rt_sigreturn_tramp_frame): New.
98 (nios2_linux_syscall_next_pc): Adjust signature to pass OP.
99 Use size field from OP instead of assuming all instructions
100 are the same size.
101 (nios2_linux_init_abi): Register appropriate unwinder for mach.
102
103 2015-08-03 Ulrich Weigand <uweigand@de.ibm.com>
104
105 * cp-namespace.c (cp_lookup_symbol_via_imports): Fix uninitialized
106 variable warning with some compilers.
107
108 2015-08-03 Yao Qi <yao.qi@linaro.org>
109
110 * arm-linux-nat.c (arm_linux_get_hwbp_type): Capitalize "type"
111 in comment. Replace "rw" with "type".
112 (arm_linux_remove_watchpoint): Change type of "rw" to
113 "enum target_hw_bp_type".
114
115 2015-08-02 Pierre-Marie de Rodat <derodat@adacore.com>
116
117 * alpha-mdebug-tdep.c (find_proc_desc): Update call to
118 lookup_symbol.
119 * ft32-tdep.c (ft32_skip_prologue): Likewise.
120 * moxie-tdep.c (moxie_skip_prologue): Likewise.
121 * mt-tdep.c (mt_skip_prologue): Likewise.
122 * xstormy16-tdep.c (xstormy16_skip_prologue): Likewise.
123
124 2015-08-01 Pierre-Marie de Rodat <derodat@adacore.com>
125
126 * ada-exp.y (write_object_renaming): Replace struct
127 ada_symbol_info with struct block_symbol. Update field
128 references accordingly.
129 (block_lookup, select_possible_type_sym): Likewise.
130 (find_primitive_type): Likewise. Also update call to
131 ada_lookup_symbol to extract the symbol itself.
132 (write_var_or_type, write_name_assoc): Likewise.
133 * ada-lang.h (struct ada_symbol_info): Remove.
134 (ada_lookup_symbol_list): Replace struct ada_symbol_info with
135 struct block_symbol.
136 (ada_lookup_encoded_symbol, user_select_syms): Likewise.
137 (ada_lookup_symbol): Return struct block_symbol instead of a
138 mere symbol.
139 * ada-lang.c (defns_collected): Replace struct ada_symbol_info
140 with struct block_symbol.
141 (resolve_subexp, ada_resolve_function, sort_choices,
142 user_select_syms, is_nonfunction, add_defn_to_vec,
143 num_defns_collected, defns_collected,
144 symbols_are_identical_enums, remove_extra_symbols,
145 remove_irrelevant_renamings, add_lookup_symbol_list_worker,
146 ada_lookup_symbol_list, ada_iterate_over_symbols,
147 ada_lookup_encoded_symbol, get_var_value): Likewise.
148 (ada_lookup_symbol): Return a block_symbol instead of a mere
149 symbol. Replace struct ada_symbol_info with struct
150 block_symbol.
151 (ada_lookup_symbol_nonlocal): Likewise.
152 (standard_lookup): Make block passing explicit through
153 lookup_symbol_in_language.
154 * ada-tasks.c (get_tcb_types_info): Update the calls to
155 lookup_symbol_in_language to extract the mere symbol out of the
156 returned value.
157 (ada_tasks_inferior_data_sniffer): Likewise.
158 * ax-gdb.c (gen_static_field): Likewise for the call to
159 lookup_symbol.
160 (gen_maybe_namespace_elt): Deal with struct block_symbol from
161 lookup functions.
162 (gen_expr): Likewise.
163 * c-exp.y: Likewise. Remove uses of block_found.
164 (lex_one_token, classify_inner_name, c_print_token): Likewise.
165 (classify_name): Likewise. Rename the "sym" local variable to
166 "bsym".
167 * c-valprint.c (print_unpacked_pointer): Likewise.
168 * compile/compile-c-symbols.c (convert_symbol_sym): Promote the
169 "sym" parameter from struct symbol * to struct block_symbol.
170 Use it to remove uses of block_found. Deal with struct
171 block_symbol from lookup functions.
172 (gcc_convert_symbol): Likewise. Update the call to
173 convert_symbol_sym.
174 * compile/compile-object-load.c (compile_object_load): Deal with
175 struct block_symbol from lookup functions.
176 * cp-namespace.c (cp_lookup_nested_symbol_1,
177 cp_lookup_nested_symbol, cp_lookup_bare_symbol,
178 cp_search_static_and_baseclasses,
179 cp_lookup_symbol_in_namespace, cp_lookup_symbol_via_imports,
180 cp_lookup_symbol_imports_or_template,
181 cp_lookup_symbol_via_all_imports, cp_lookup_symbol_namespace,
182 lookup_namespace_scope, cp_lookup_nonlocal,
183 find_symbol_in_baseclass): Return struct block_symbol instead of
184 mere symbols and deal with struct block_symbol from lookup
185 functions.
186 * cp-support.c (inspect_type, replace_typedefs,
187 cp_lookup_rtti_type): Deal with struct block_symbol from
188 lookup functions.
189 * cp-support.h (cp_lookup_symbol_nonlocal,
190 cp_lookup_symbol_from_namespace,
191 cp_lookup_symbol_imports_or_template, cp_lookup_nested_symbol):
192 Return struct block_symbol instead of mere symbols.
193 * d-exp.y (d_type_from_name, d_module_from_name, push_variable,
194 push_module_name):
195 Deal with struct block_symbol from lookup functions. Remove
196 uses of block_found.
197 * eval.c (evaluate_subexp_standard): Update call to
198 cp_lookup_symbol_namespace.
199 * f-exp.y: Deal with struct block_symbol from lookup functions.
200 Remove uses of block_found.
201 (yylex): Likewise.
202 * gdbtypes.c (lookup_typename, lookup_struct, lookup_union,
203 lookup_enum, lookup_template_type, check_typedef): Deal with
204 struct block_symbol from lookup functions.
205 * guile/scm-frame.c (gdbscm_frame_read_var): Likewise.
206 * guile/scm-symbol.c (gdbscm_lookup_symbol): Likewise.
207 (gdbscm_lookup_global_symbol): Likewise.
208 * gnu-v3-abi.c (gnuv3_get_typeid_type): Likewise.
209 * go-exp.y: Likewise. Remove uses of block_found.
210 (package_name_p, classify_packaged_name, classify_name):
211 Likewise.
212 * infrun.c (insert_exception_resume_breakpoint): Likewise.
213 * jv-exp.y (push_variable): Likewise.
214 * jv-lang.c (java_lookup_class, get_java_object_type): Likewise.
215 * language.c (language_bool_type): Likewise.
216 * language.h (struct language_defn): Update
217 la_lookup_symbol_nonlocal to return a struct block_symbol rather
218 than a mere symbol.
219 * linespec.c (find_label_symbols): Deal with struct block_symbol
220 from lookup functions.
221 * m2-exp.y: Likewise. Remove uses of block_found.
222 (yylex): Likewise.
223 * mi/mi-cmd-stack.c (list_args_or_locals): Likewise.
224 * objc-lang.c (lookup_struct_typedef, find_imps): Likewise.
225 * p-exp.y: Likewise. Remove uses of block_found.
226 (yylex): Likewise.
227 * p-valprint.c (pascal_val_print): Likewise.
228 * parse.c (write_dollar_variable): Likewise. Remove uses of
229 block_found.
230 * parser-defs.h (struct symtoken): Turn the SYM field into a
231 struct block_symbol.
232 * printcmd.c (address_info): Deal with struct block_symbol from
233 lookup functions.
234 * python/py-frame.c (frapy_read_var): Likewise.
235 * python/py-symbol.c (gdbpy_lookup_symbol,
236 gdbpy_lookup_global_symbol): Likewise.
237 * skip.c (skip_function_command): Likewise.
238 * solib-darwin.c (darwin_lookup_lib_symbol): Return a struct
239 block_symbol instead of a mere symbol.
240 * solib-spu.c (spu_lookup_lib_symbol): Likewise.
241 * solib-svr4.c (elf_lookup_lib_symbol): Likewise.
242 * solib.c (solib_global_lookup): Likewise.
243 * solist.h (solib_global_lookup): Likewise.
244 (struct target_so_ops): Update lookup_lib_global_symbol to
245 return a struct block_symbol rather than a mere symbol.
246 * source.c (select_source_symtab): Deal with struct block_symbol
247 from lookup functions.
248 * stack.c (print_frame_args, iterate_over_block_arg_vars):
249 Likewise.
250 * symfile.c (set_initial_language): Likewise.
251 * symtab.c (SYMBOL_LOOKUP_FAILED): Turn into a struct
252 block_symbol.
253 (SYMBOL_LOOKUP_FAILED_P): New predicate as a macro.
254 (struct symbol_cache_slot): Turn the FOUND field into a struct
255 block_symbol.
256 (block_found): Remove.
257 (eq_symbol_entry): Update to deal with struct block_symbol in
258 cache slots.
259 (symbol_cache_lookup): Return a struct block_symbol rather than
260 a mere symbol.
261 (symbol_cache_mark_found): Add a BLOCK parameter to fill
262 appropriately the cache slots. Update callers.
263 (symbol_cache_dump): Update cache slots handling to the type
264 change.
265 (lookup_symbol_in_language, lookup_symbol, lookup_language_this,
266 lookup_symbol_aux, lookup_local_symbol,
267 lookup_symbol_in_objfile, lookup_global_symbol_from_objfile,
268 lookup_symbol_in_objfile_symtabs,
269 lookup_symbol_in_objfile_from_linkage_name,
270 lookup_symbol_via_quick_fns, basic_lookup_symbol_nonlocal,
271 lookup_symbol_in_static_block, lookup_static_symbol,
272 lookup_global_symbol):
273 Return a struct block_symbol rather than a mere symbol. Deal
274 with struct block_symbol from other lookup functions. Remove
275 uses of block_found.
276 (lookup_symbol_in_block): Remove uses of block_found.
277 (struct global_sym_lookup_data): Turn the RESULT field into a
278 struct block_symbol.
279 (lookup_symbol_global_iterator_cb): Update references to the
280 RESULT field.
281 (search_symbols): Deal with struct block_symbol from lookup
282 functions.
283 * symtab.h (struct block_symbol): New structure.
284 (block_found): Remove.
285 (lookup_symbol_in_language, lookup_symbol,
286 basic_lookup_symbol_nonlocal, lookup_symbol_in_static_block,
287 lookup_static_symbol, lookup_global_symbol, lookup_language_this,
288 lookup_global_symbol_from_objfile): Return a struct block_symbol
289 rather than just a mere symbol. Update comments to remove
290 mentions of block_found.
291 * valops.c (find_function_in_inferior,
292 value_struct_elt_for_reference, value_maybe_namespace_elt,
293 value_of_this): Deal with struct block_symbol from lookup
294 functions.
295 * value.c (value_static_field, value_fn_field): Likewise.
296
297 2015-07-31 Simon Marchi <simon.marchi@ericsson.com>
298
299 * remote-m32r-sdi.c (m32r_remove_watchpoint): Use enum type
300 instead of integer.
301
302 2015-07-31 Simon Marchi <simon.marchi@ericsson.com>
303
304 * aarch64-linux-nat.c (aarch64_linux_can_use_hw_breakpoint): Use enum
305 type or value instead of integer.
306 (aarch64_linux_insert_watchpoint): Likewise.
307 (aarch64_linux_remove_watchpoint): Likewise.
308 * ada-lang.c (ada_op_print_tab): Likewise.
309 * amd64-linux-tdep.c (amd64_canonicalize_syscall): Likewise.
310 (amd64_linux_syscall_record_common): Likewise.
311 * arch-utils.c (target_byte_order_user): Likewise.
312 (default_byte_order): Likewise.
313 * arm-linux-nat.c (arm_linux_can_use_hw_breakpoint): Likewise.
314 (arm_linux_get_hwbp_type): Likewise.
315 (arm_linux_hw_watchpoint_initialize): Likewise.
316 (arm_linux_insert_watchpoint): Likewise.
317 * arm-linux-tdep.c (arm_canonicalize_syscall): Likewise.
318 (arm_linux_syscall_record): Likewise.
319 * breakpoint.c (update_watchpoint): Likewise.
320 (breakpoint_here_p): Likewise.
321 (bpstat_print): Likewise.
322 (enable_breakpoint_disp): Likewise.
323 * c-lang.c (c_op_print_tab): Likewise.
324 * cli/cli-decode.c (add_info_alias): Likewise.
325 * d-lang.c (d_op_print_tab): Likewise.
326 * eval.c (evaluate_subexp_standard): Likewise.
327 * f-exp.y (dot_ops): Likewise.
328 (f77_keywords): Likewise.
329 * f-lang.c (f_op_print_tab): Likewise.
330 * go-lang.c (go_op_print_tab): Likewise.
331 * guile/scm-breakpoint.c (gdbscm_make_breakpoint): Likewise.
332 * guile/scm-cmd.c (gdbscm_make_command): Likewise.
333 * guile/scm-param.c (gdbscm_make_parameter): Likewise.
334 * guile/scm-pretty-print.c (gdbscm_apply_val_pretty_printer): Likewise.
335 * guile/scm-string.c (struct scm_to_stringn_data): Likewise.
336 (struct scm_from_stringn_data): Likewise.
337 * i386-linux-tdep.c (i386_canonicalize_syscall): Likewise.
338 * ia64-linux-nat.c (ia64_linux_insert_watchpoint): Likewise.
339 (ia64_linux_remove_watchpoint): Likewise.
340 (ia64_linux_can_use_hw_breakpoint): Likewise.
341 * infrun.c (print_stop_event): Likewise.
342 * jv-lang.c (java_op_print_tab): Likewise.
343 * linux-nat.c (linux_proc_xfer_partial): Likewise.
344 * linux-nat.h (struct lwp_info): Likewise.
345 * linux-thread-db.c (enable_thread_event): Likewise.
346 * m2-lang.c (m2_op_print_tab): Likewise.
347 * mi/mi-cmd-stack.c (mi_cmd_stack_list_locals): Likewise.
348 (mi_cmd_stack_list_variables): Likewise.
349 * mi/mi-main.c (mi_cmd_trace_frame_collected): Likewise.
350 * mi/mi-out.c (mi_table_begin): Likewise.
351 (mi_table_header): Likewise.
352 * mips-linux-nat.c (mips_linux_can_use_hw_breakpoint): Likewise.
353 (mips_linux_insert_watchpoint): Likewise.
354 (mips_linux_remove_watchpoint): Likewise.
355 * nat/mips-linux-watch.c (mips_linux_watch_type_to_irw): Likewise.
356 * nat/mips-linux-watch.h (struct mips_watchpoint): Likewise.
357 (mips_linux_watch_type_to_irw): Likewise.
358 * nto-procfs.c (procfs_can_use_hw_breakpoint): Likewise.
359 (procfs_insert_hw_watchpoint): Likewise.
360 (procfs_remove_hw_watchpoint): Likewise.
361 (procfs_hw_watchpoint): Likewise.
362 (procfs_can_use_hw_breakpoint): Likewise.
363 (procfs_remove_hw_watchpoint): Likewise.
364 (procfs_insert_hw_watchpoint): Likewise.
365 * p-lang.c (pascal_op_print_tab): Likewise.
366 * ppc-linux-nat.c (ppc_linux_can_use_hw_breakpoint): Likewise.
367 * ppc-linux-tdep.c (ppu2spu_unwind_register): Likewise.
368 * ppc-sysv-tdep.c (get_decimal_float_return_value): Likewise.
369 * procfs.c (procfs_can_use_hw_breakpoint): Likewise.
370 (procfs_insert_watchpoint): Likewise.
371 (procfs_remove_watchpoint): Likewise.
372 * psymtab.c (recursively_search_psymtabs): Likewise.
373 * remote-m32r-sdi.c (m32r_can_use_hw_watchpoint): Likewise.
374 (m32r_insert_watchpoint): Likewise.
375 * remote-mips.c (mips_can_use_watchpoint): Likewise.
376 (mips_insert_watchpoint): Likewise.
377 (mips_remove_watchpoint): Likewise.
378 * remote.c (watchpoint_to_Z_packet): Likewise.
379 (remote_insert_watchpoint): Likewise.
380 (remote_remove_watchpoint): Likewise.
381 (remote_check_watch_resources): Likewise.
382 * s390-linux-nat.c (s390_insert_watchpoint): Likewise.
383 (s390_remove_watchpoint): Likewise.
384 (s390_can_use_hw_breakpoint): Likewise.
385 * s390-linux-tdep.c (s390_gdbarch_init): Likewise.
386 * spu-linux-nat.c (spu_can_use_hw_breakpoint): Likewise.
387 * target.h (struct target_ops): Likewise.
388 * tilegx-tdep.c (tilegx_analyze_prologue): Likewise.
389 * ui-out.c (struct ui_out_hdr): Likewise.
390 (append_header_to_list): Likewise.
391 (get_next_header): Likewise.
392 (verify_field): Likewise.
393 (ui_out_begin): Likewise.
394 (ui_out_field_int): Likewise.
395 (ui_out_field_fmt_int): Likewise.
396 (ui_out_field_skip): Likewise.
397 (ui_out_field_string): Likewise.
398 (ui_out_field_fmt): Likewise.
399 * varobj.c (new_variable): Likewise.
400 * x86-nat.c (x86_insert_watchpoint): Likewise.
401 (x86_remove_watchpoint): Likewise.
402 (x86_can_use_hw_breakpoint): Likewise.
403 * xtensa-tdep.h (struct gdbarch_tdep): Likewise.
404 * inflow.c (enum gdb_has_a_terminal_flag_enum): Add name to
405 previously anonymous enumeration type..
406 * linux-record.h (enum gdb_syscall): Add gdb_sys_no_syscall
407 value.
408 * target-debug.h (target_debug_print_enum_target_hw_bp_type): New.
409 (target_debug_print_enum_bptype): New.
410 * target-delegates.c: Regenerate.
411
412 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
413
414 * nios2-tdep.c (nios2_analyze_prologue): Do what the comment
415 already says and disallow non-stack memory writes in the prologue.
416
417 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
418
419 * nios2-tdep.c (nios2_analyze_prologue): Update comments to
420 reflect how current GCC emits stack overflow checks. Match
421 both trap and break instructions for backward compatbility.
422 Disallow other trap and break instructions in the prologue.
423
424 2015-07-30 Pedro Alves <palves@redhat.com>
425
426 PR threads/18600
427 * linux-nat.c (wait_lwp): Report to the core when thread group
428 leader exits.
429
430 2015-07-30 Pedro Alves <palves@redhat.com>
431 Simon Marchi <simon.marchi@ericsson.com>
432
433 PR threads/18600
434 * linux-nat.c (linux_handle_extended_wait): On CLONE event, always
435 mark the new thread as resumed. Remove STOPPING parameter.
436 (wait_lwp): Adjust call to linux_handle_extended_wait.
437 (linux_nat_filter_event): Adjust call to
438 linux_handle_extended_wait.
439 (resume_stopped_resumed_lwps): Add debug output.
440
441 2015-07-30 Pierre Langlois <pierre.langlois@arm.com>
442
443 * arch-utils.c (default_fast_tracepoint_valid_at): Remove unused
444 isize argument.
445 * arch-utils.h (default_fast_tracepoint_valid_at): Likewise.
446 * breakpoint.c (check_fast_tracepoint_sals): Adjust call to
447 gdbarch_fast_tracepoint_valid_at.
448 * gdbarch.sh (fast_tracepoint_valid_at): Remove isize argument.
449 * gdbarch.h: Regenerate.
450 * gdbarch.c: Regenerate.
451 * i386-tdep.c (i386_fast_tracepoint_valid_at): Remove isize
452 argument. Do not set it.
453 * remote.c (remote_download_tracepoint): Adjust call to
454 gdbarch_fast_tracepoint_valid_at. Call gdb_insn_length to get
455 the instruction length.
456
457 2015-07-30 Yao Qi <yao.qi@linaro.org>
458
459 * arm-tdep.h (enum gdb_regnum): Move it to ...
460 * arch/arm.h: ... here. New file.
461 * Makefile.in (HFILES_NO_SRCDIR): Add arch/arm.h.
462
463 2015-07-30 Pierre Langlois <pierre.langlois@arm.com>
464
465 * aarch64-tdep.c (decode_b): Rename link argument to is_bl.
466 Change its type to int *.
467 (decode_br): Rename link argument to is_blr. Change its type to
468 int *.
469 (decode_cb): Rename op argument to is_cbnz. Change its type to
470 int *.
471 (decode_tb): Rename op argument to is_tbnz. Change its type to
472 int *. Set is_tbnz to either 1 or 0.
473 (aarch64_analyze_prologue): Change type of is_link to int. Add
474 new variables is_cbnz and is_tbnz. Adjust call to
475 aarch64_decode_cb and aarch64_decode_tb.
476
477 2015-07-29 Simon Marchi <simon.marchi@ericsson.com>
478
479 * mips-linux-nat.c (write_watchpoint_regs): Add NULL as ptrace's 4th
480 parameter.
481 (mips_linux_new_thread): Likewise.
482 * nat/mips-linux-watch.c (mips_linux_read_watch_registers): Likewise.
483
484 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
485
486 * top.c: Include "tui/tui.h".
487 (undo_terminal_modifications_before_exit): New static function.
488 (quit_force): Use it.
489
490 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
491
492 * target.c (terminal_state): Initialize to terminal_is_ours.
493
494 2015-07-29 Yao Qi <yao.qi@linaro.org>
495
496 PR record/18691
497 * dcache.c (dcache_read_memory_partial): Call
498 raw_memory_xfer_partial.
499 * target.c (raw_memory_xfer_partial): Make it non-static.
500 * target.h (raw_memory_xfer_partial): Declare.
501
502 2015-07-28 Simon Marchi <simon.marchi@ericsson.com>
503
504 * c-valprint.c (c_val_print_array): Consider addressable memory
505 unit size.
506 (c_val_print_ptr): Likewise.
507 (c_val_print_int): Likewise.
508 * findvar.c (read_frame_register_value): Likewise.
509 * valarith.c (find_size_for_pointer_math): Likewise.
510 (value_ptrdiff): Likewise.
511 (value_subscripted_rvalue): Likewise.
512 * valops.c (read_value_memory): Likewise (and rename variables).
513 (value_assign): Likewise.
514 (value_repeat): Likewise.
515 (value_array): Likewise.
516 (value_slice): Likewise.
517 * valprint.c (generic_val_print_ptr): Likewise.
518 (generic_val_print_enum): Likewise.
519 (generic_val_print_bool): Likewise.
520 (generic_val_print_int): Likewise.
521 (generic_val_print_char): Likewise.
522 (generic_val_print_float): Likewise.
523 (generic_val_print_decfloat): Likewise.
524 (generic_val_print_complex): Likewise.
525 (val_print_scalar_formatted): Likewise.
526 (val_print_array_elements): Likewise.
527 * value.c (set_value_parent): Likewise.
528 (value_contents_copy_raw): Likewise.
529 (set_internalvar_component): Likewise.
530 (value_primitive_field): Likewise.
531 (value_fetch_lazy): Likewise.
532 * value.h (read_value_memory): Update comment.
533
534 2015-07-28 Simon Marchi <simon.marchi@ericsson.com>
535
536 * value.c (get_value_arch): New function.
537 * value.h (get_value_arch): New declaration.
538
539 2015-07-28 Simon Marchi <simon.marchi@ericsson.com>
540
541 * value.c (struct value): Update comments.
542
543 2015-07-28 Simon Marchi <simon.marchi@ericsson.com>
544
545 * gdbtypes.c (type_length_units): New function.
546 * gdbtypes.h (type_length_units): New declaration.
547 (struct type) <length>: Update comment.
548
549 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
550
551 * valprint.c (generic_val_print): Factor out complex
552 printing code to ...
553 (generic_val_print_complex): ... this new function.
554
555 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
556
557 * valprint.c (generic_val_print): Factor out decfloat
558 printing code to ...
559 (generic_val_print_decfloat): ... this new function.
560
561 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
562
563 * valprint.c (generic_val_print): Factor out float
564 printing code to ...
565 (generic_val_print_float): ... this new function.
566
567 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
568
569 * valprint.c (generic_val_print): Factor out char
570 printing code to ...
571 (generic_val_print_char): ... this new function.
572
573 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
574
575 * valprint.c (generic_val_print): Factor out integer
576 printing code to ...
577 (generic_val_print_int): ... this new function.
578
579 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
580
581 * valprint.c (generic_val_print): Factor out bool
582 printing code to ...
583 (generic_val_print_bool): ... this new function.
584
585 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
586
587 * valprint.c (generic_val_print): Factor out function/method
588 printing code to ...
589 (generic_val_print_func): ... this new function.
590
591 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
592
593 * valprint.c (generic_val_print): Factor out flags
594 printing code to ...
595 (generic_val_print_flags): ... this new function.
596
597 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
598
599 * valprint.c (generic_val_print): Factor out enum
600 printing code to ...
601 (generic_val_print_enum): ... this new function.
602
603 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
604
605 * valprint.c (generic_val_print): Factor out reference
606 printing code to ...
607 (generic_val_print_ref): ... this new function.
608
609 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
610
611 * valprint.c (generic_val_print): Factor out memberptr
612 printing code to ...
613 (generic_val_print_memberptr): ... this new function.
614
615 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
616
617 * valprint.c (generic_val_print): Factor out pointer
618 printing code to ...
619 (generic_val_print_ptr): ... this new function.
620
621 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
622
623 * valprint.c (generic_val_print): Factor out array
624 printing code to ...
625 (generic_val_print_array): ... this new function.
626
627 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
628
629 * valprint.c (generic_val_print): Factor out
630 print_unpacked_pointer code to ...
631 (print_unpacked_pointer): ... this new function.
632
633 2015-07-27 Patrick Palka <patrick@parcs.ath.cx>
634
635 * event-top.c (handle_sigterm): Don't inspect
636 target_can_async_p. Always set the quit flag and always mark
637 the async signal handler.
638
639 2015-07-27 Yao Qi <yao.qi@linaro.org>
640
641 * Makefile.in (REMOTE_EXAMPLES): Remove it.
642
643 2015-07-25 Kevin Buettner <kevinb@redhat.com>
644
645 * remote.c (read_ptid): Return null_ptid when no thread id
646 is found.
647 (remote_current_thread): Add log warning for malformed
648 qC reply.
649 (remote_start_remote): Add log warning when current thread
650 not found.
651
652 2015-07-24 Pedro Alves <palves@redhat.com>
653
654 * s390-linux-nat.c (fetch_regs, store_regs, fetch_fpregs)
655 (s390_stopped_by_watchpoint, s390_prepare_to_resume): Pass 0 as
656 forth argument to ptrace PTRACE_PEEKUSR_AREA/PTRACE_POKEUSR_AREA.
657
658 2015-07-24 Pedro Alves <palves@redhat.com>
659
660 PR gdb/18717
661 * linux-nat.c (linux_nat_filter_event): Don't assert that the lwp
662 is resumed, and extend the debug log.
663
664 2015-07-24 Pedro Alves <palves@redhat.com>
665
666 * fork-child.c (fork_inferior): Print argv[0] instead of exec_file.
667
668 2015-07-24 Pedro Alves <palves@redhat.com>
669
670 * aarch64-linux-nat.c: Include nat/gdb_ptrace.h instead of
671 sys/ptrace.h.
672 * alpha-linux-nat.c: Likewise.
673 * amd64-linux-nat.c: Likewise.
674 * arm-linux-nat.c: Likewise.
675 * hppa-linux-nat.c: Likewise.
676 * i386-linux-nat.c: Likewise.
677 * ia64-linux-nat.c: Likewise.
678 * linux-fork.c: Likewise.
679 * linux-nat.c: Likewise.
680 * m32r-linux-nat.c: Likewise.
681 * m68klinux-nat.c: Likewise.
682 * mips-linux-nat.c: Likewise.
683 * nat/linux-btrace.c: Likewise.
684 * nat/linux-ptrace.c: Likewise.
685 * nat/linux-ptrace.h
686 * nat/mips-linux-watch.c: Likewise.
687 * nat/x86-linux-dregs.c: Likewise.
688 * ppc-linux-nat.c: Likewise.
689 * s390-linux-nat.c: Likewise.
690 * spu-linux-nat.c: Likewise.
691 * tilegx-linux-nat.c: Likewise.
692 * x86-linux-nat.c: Likewise.
693 * xtensa-linux-nat.c: Likewise.
694
695 2015-07-24 Pedro Alves <palves@redhat.com>
696
697 * ptrace.m4 (ptrace tests): Test in C++ mode. Try with 'enum
698 __ptrace_request as first parameter type instead of int.
699 (PTRACE_TYPE_ARG1): Define.
700 * nat/gdb_ptrace.h [!PTRACE_TYPE_ARG5] (ptrace): Define as wrapper
701 that casts first argument to PTRACE_TYPE_ARG1.
702 * config.in: Regenerate.
703 * configure: Regenerate.
704
705 2015-07-24 Pedro Alves <palves@redhat.com>
706
707 * gdb_ptrace.h: Move ...
708 * nat/gdb_ptrace.h: ... here.
709 * inf-ptrace.c: Adjust.
710
711 2015-07-24 Pedro Alves <palves@redhat.com>
712
713 * acinclude.m4: Include ptrace.m4.
714 * configure.ac: Call GDB_AC_PTRACE and move ptrace checks ...
715 * ptrace.m4: ... to this new file.
716
717 2015-07-23 Doug Evans <dje@google.com>
718
719 * dwarf2read.c (dwarf2_per_cu_data): Add comment.
720 (load_cu): Handle dummy CUs.
721 (dw2_do_instantiate_symtab, process_queuef): Ditto.
722 (dwarf2_fetch_die_loc_sect_off, dwarf2_fetch_constant_bytes): Ditto.
723
724 2015-07-23 Ciro Santilli <ciro.santilli@gmail.com> (tiny patch)
725
726 * py-linetable.c (ltpy_get_all_source_lines): Adjust function
727 documentation to say that it returns a list rather than
728 a FrozenSet.
729 (linetable_object_methods): Update the docstring of the
730 "source_line" entry.
731
732 2015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
733
734 * gdbtypes.c (resolve_dynamic_array): Pass the peeled element
735 type to the recursive call instead of the original (maybe
736 TYPE_CODE_TYPEDEF) type.
737
738 2015-07-23 Yao Qi <yao.qi@linaro.org>
739
740 * aarch64-linux-nat.c (aarch64_linux_can_use_hw_breakpoint): If
741 TYPE is watchpoint, return zero if aarch64_num_wp_regs is zero.
742 If TYPE is breakpoint, return zero if arch64_num_bp_regs is zero.
743
744 2015-07-21 Yao Qi <yao.qi@linaro.org>
745
746 * aarch64-linux-nat.c (aarch64_linux_get_debug_reg_capacity):
747 Move it to nat/aarch64-linux-hw-point.c.
748 (aarch64_linux_child_post_startup_inferior): Update.
749 * nat/aarch64-linux-hw-point.c (aarch64_linux_get_debug_reg_capacity):
750 New function.
751 * nat/aarch64-linux-hw-point.h (aarch64_linux_get_debug_reg_capacity):
752 Declare it.
753
754 2015-07-21 Markus Metzger <markus.t.metzger@intel.com>
755
756 * common/btrace-common.c (btrace_data_append): Change case label.
757
758 2015-07-20 Yao Qi <yao.qi@linaro.org>
759
760 * nat/aarch64-linux-hw-point.c (aarch64_handle_unaligned_watchpoint):
761 Re-indent the code.
762 * nat/aarch64-linux-hw-point.h: Use ULONGEST rather than
763 "unsigned long long".
764
765 2015-07-18 Kevin Buettner <kevinb@redhat.com>
766
767 * dwarf2read.c (dwarf2_locate_sections): Allow has_section_at_zero
768 to be set for SEC_ALLOC sections too.
769
770 2015-07-17 Yao Qi <yao.qi@linaro.org>
771
772 * Makefile.in (HFILES_NO_SRCDIR): Add
773 nat/aarch64-linux-hw-point.h.
774 (aarch64-linux-hw-point.o): New rule.
775 * nat/aarch64-linux-hw-point.h: New file.
776 * nat/aarch64-linux-hw-point.c: New file.
777 * aarch64-linux-nat.c: Include nat/aarch64-linux-hw-point.h.
778 (AARCH64_HBP_MAX_NUM): Move to nat/aarch64-linux-hw-point.h.
779 (AARCH64_HWP_MAX_NUM, AARCH64_HBP_ALIGNMENT): Likewise.
780 (AARCH64_HWP_ALIGNMENT): Likewise.
781 (AARCH64_HWP_MAX_LEN_PER_REG): Likewise.
782 (AARCH64_DEBUG_NUM_SLOTS, AARCH64_DEBUG_ARCH): Likewise.
783 (AARCH64_DEBUG_ARCH_V8, DR_MARK_ALL_CHANGED): Likewise.
784 (DR_MARK_N_CHANGED, DR_CLEAR_CHANGED): Likewise.
785 (DR_HAS_CHANGED, DR_N_HAS_CHANGE): Likewise.
786 (aarch64_num_bp_regs, aarch64_num_wp_regs): Likewise.
787 (struct aarch64_debug_reg_state): Likewise.
788 (struct arch_lwp_info): Likewise.
789 (aarch64_linux_set_debug_regs): Likewise.
790 (aarch64_notify_debug_reg_change): Remove static.
791 (aarch64_align_watchpoint): Likewise.
792 (DR_CONTROL_ENABLED, DR_CONTROL_LENGTH): Likewise.
793 (aarch64_watchpoint_length): Likewise.
794 (aarch64_point_encode_ctrl_reg): Likewise
795 (aarch64_point_is_aligned): Likewise.
796 (aarch64_dr_state_insert_one_point): Likewise.
797 (aarch64_dr_state_remove_one_point): Likewise.
798 (aarch64_handle_breakpoint): Likewise.
799 (aarch64_handle_aligned_watchpoint): Likewise.
800 (aarch64_handle_unaligned_watchpoint): Likewise.
801 (aarch64_handle_watchpoint): Likewise.
802 * config/aarch64/linux.mh (NAT_FILE): Add
803 aarch64-linux-hw-point.o.
804
805 2015-07-17 Yao Qi <yao.qi@linaro.org>
806
807 * aarch64-linux-nat.c (aarch64_handle_breakpoint): Add argument
808 state and don't call aarch64_get_debug_reg_state. All callers
809 update.
810 (aarch64_linux_insert_hw_breakpoint): Call
811 aarch64_get_debug_reg_state earlier.
812 (aarch64_linux_remove_hw_breakpoint): Likewise.
813 (aarch64_handle_aligned_watchpoint): Add argument state and
814 don't call aarch64_get_debug_reg_state. All callers update.
815 (aarch64_handle_unaligned_watchpoint): Likewise.
816 (aarch64_handle_watchpoint): Add argument state.
817 (aarch64_linux_insert_watchpoint): Call aarch64_get_debug_reg_state
818 earlier.
819 (aarch64_linux_remove_watchpoint): Likewise.
820
821 2015-07-17 Yao Qi <yao.qi@linaro.org>
822
823 * aarch64-linux-nat.c (aarch64_show_debug_reg_state): Use
824 debug_printf.
825 (aarch64_handle_unaligned_watchpoint): Likewise.
826
827 2015-07-17 Yao Qi <yao.qi@linaro.org>
828
829 * aarch64-linux-nat.c (aarch64_dr_state_insert_one_point): Change
830 argument type's type to 'enum target_hw_bp_type'.
831 (aarch64_dr_state_remove_one_point): Likewise.
832 (aarch64_handle_breakpoint): Likewise.
833 (aarch64_linux_insert_hw_breakpoint): Likewise.
834 (aarch64_linux_remove_hw_breakpoint): Likewise.
835 (aarch64_handle_aligned_watchpoint): Likewise.
836
837 2015-07-17 Yao Qi <yao.qi@linaro.org>
838
839 * aarch64-linux-nat.c (aarch64_linux_get_debug_reg_capacity): Call
840 ptid_get_pid instead of get_thread_id.
841
842 2015-07-17 Yao Qi <yao.qi@linaro.org>
843
844 * remote.c (get_current_thread): Initialise ptid to null_ptid.
845 (add_current_inferior_and_thread): Don't initialise ptid.
846
847 2015-07-16 Pierre Langlois <pierre.langlois@arm.com>
848
849 * aarch64-tdep.c (aarch64_pseudo_read_value): Mark S register as
850 unavailable if invalid.
851
852 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
853
854 Revert the previous 6 commits:
855 Create empty nat/linux-maps.[ch] and common/target-utils.[ch].
856 Move gdb_regex* to common/
857 Prepare linux_find_memory_regions_full & co. for move
858 Move linux_find_memory_regions_full & co.
859 gdbserver build-id attribute generator
860 Validate symbol file using build-id
861
862 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
863 Jan Kratochvil <jan.kratochvil@redhat.com>
864
865 Validate symbol file using build-id.
866 * NEWS (Changes since GDB 7.10): Add 'set validate-build-id'
867 and 'show validate-build-id'. Add build-id attribute.
868 * solib-darwin.c (_initialize_darwin_solib): Assign validate value.
869 * solib-dsbt.c (_initialize_dsbt_solib): Ditto.
870 * solib-frv.c (_initialize_frv_solib): Ditto.
871 * solib-spu.c (set_spu_solib_ops): Ditto.
872 * solib-svr4.c: Include rsp-low.h.
873 (NOTE_GNU_BUILD_ID_NAME): New define.
874 (svr4_validate): New function.
875 (svr4_copy_library_list): Duplicate field build_id.
876 (library_list_start_library): Parse 'build-id' attribute.
877 (svr4_library_attributes): Add 'build-id' attribute.
878 (_initialize_svr4_solib): Assign validate value.
879 * solib-target.c (solib.h): Include.
880 (_initialize_solib_target): Assign validate value.
881 * solib.c (validate_build_id, show_validate_build_id): New.
882 (solib_map_sections): Use ops->validate.
883 (clear_so): Free build_id.
884 (default_solib_validate): New function.
885 (_initialize_solib): Add "validate-build-id".
886 * solib.h (default_solib_validate): New declaration.
887 * solist.h (struct so_list): New fields 'build_idsz' and 'build_id'.
888 (target_so_ops): New field 'validate'.
889
890 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
891 Jan Kratochvil <jan.kratochvil@redhat.com>
892
893 gdbserver build-id attribute generator.
894 * features/library-list-svr4.dtd (library-list-svr4): New
895 'build-id' attribute.
896
897 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
898 Jan Kratochvil <jan.kratochvil@redhat.com>
899
900 Move linux_find_memory_regions_full & co.
901 * linux-tdep.c (nat/linux-maps.h): Include.
902 (gdb_regex.h): Remove the include.
903 (enum filterflags, struct smaps_vmflags, read_mapping, decode_vmflags)
904 (mapping_is_anonymous_p, dump_mapping_p): Moved to nat/linux-maps.c.
905 (linux_find_memory_region_ftype): Moved typedef to nat/linux-maps.h.
906 (linux_find_memory_regions_full): Moved definition to nat/linux-maps.c.
907 * nat/linux-maps.c: Include ctype.h, target/target-utils.h, gdb_regex.h
908 and target/target.h.
909 (struct smaps_vmflags, read_mapping, decode_vmflags)
910 (mapping_is_anonymous_p, dump_mapping_p): Move from linux-tdep.c.
911 (linux_find_memory_regions_full): Move from linux-tdep.c.
912 * nat/linux-maps.h (read_mapping): New declaration.
913 (linux_find_memory_region_ftype, enum filterflags): Moved from
914 linux-tdep.c.
915 (linux_find_memory_regions_full): New declaration.
916 * target.c (target/target-utils.h): Include.
917 (read_alloc_pread_ftype): Moved typedef to target/target-utils.h.
918 (read_alloc, read_stralloc_func_ftype, read_stralloc): Moved
919 definitions to target/target-utils.c.
920 * target.h (target_fileio_read_stralloc): Move it to target/target.h.
921 * target/target-utils.c (read_alloc, read_stralloc): Move definitions
922 from target.c.
923 * target/target-utils.h (read_alloc_pread_ftype): New typedef.
924 (read_alloc): New declaration.
925 (read_stralloc_func_ftype): New typedef.
926 (read_stralloc): New declaration.
927 * target/target.h (target_fileio_read_stralloc): Move it from target.h.
928
929 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
930 Jan Kratochvil <jan.kratochvil@redhat.com>
931
932 Prepare linux_find_memory_regions_full & co. for move.
933 * linux-tdep.c (linux_find_memory_region_ftype): Comment.
934 (linux_find_memory_regions_full): Change signature and prepare
935 for moving to linux-maps.
936 (linux_find_memory_regions_data): Rename field 'obfd' to 'data'.
937 (linux_find_memory_regions_thunk): New.
938 (linux_find_memory_regions_thunk): Use 'data' field instead of 'obfd'.
939 (linux_find_memory_regions_gdb): New.
940 (linux_find_memory_regions): Rename argument 'obfd' to 'func_data'.
941 (linux_make_mappings_corefile_notes): Use
942 linux_find_memory_regions_gdb.
943 * target.c (read_alloc_pread_ftype): New typedef.
944 (target_fileio_read_alloc_1_pread): New function.
945 (read_alloc): Refactor from target_fileio_read_alloc_1.
946 (read_stralloc_func_ftype): New typedef.
947 (target_fileio_read_alloc_1): New implementation. Use read_alloc.
948 (read_stralloc): Refactored from target_fileio_read_stralloc.
949 (target_fileio_read_stralloc): New implementation, use read_stralloc.
950
951 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
952
953 * Makefile.in (HFILES_NO_SRCDIR): Change gdb_regex.h to
954 common/gdb_regex.h.
955 (COMMON_OBS): Add gdb_regex.o.
956 (gdb_regex.o): New.
957 * common/common.m4 (GDB_AC_COMMON): Add gdb_use_included_regex,
958 --without-included-regex and USE_INCLUDED_REGEX.
959 * common/gdb_regex.c: New file from utils.c functions.
960 * common/gdb_regex.h: Move it here from gdb_regex.h, update include
961 file wrapping define name.
962 * configure: Rebuilt.
963 * configure.ac (gdb_use_included_regex, --without-included-regex)
964 (USE_INCLUDED_REGEX): Move them to common/common.m4.
965 * gdb_regex.h: Move it to common/gdb_regex.h.
966 * utils.c: Remove include gdb_regex.h.
967 (do_regfree_cleanup, make_regfree_cleanup, get_regcomp_error)
968 (compile_rx_or_error): Move them to common/gdb_regex.c.
969
970 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
971 Jan Kratochvil <jan.kratochvil@redhat.com>
972
973 Create empty nat/linux-maps.[ch] and common/target-utils.[ch].
974 * Makefile.in (HFILES_NO_SRCDIR); Add nat/linux-maps.h,
975 common/target-utils.h.
976 (COMMON_OBS): Add target-utils.o.
977 (linux-maps.o, target-utils.o): New.
978 * target/target-utils.c: New file.
979 * target/target-utils.h: New file.
980 * config/i386/linux.mh (NATDEPFILES): Add linux-maps.o.
981 * config/i386/linux64.mh (NATDEPFILES): Ditto.
982 * nat/linux-maps.c: New file.
983 * nat/linux-maps.h: New file.
984
985 2015-07-15 Markus Metzger <markus.t.metzger@intel.com>
986 Pedro Alves <palves@redhat.com>
987
988 * nat/linux-btrace.c (perf_event_read): Change the type of DATA_HEAD.
989 (perf_event_read_all): Change the type of SIZE and DATA_HEAD.
990 (perf_event_read_bts): Change the type of SIZE and READ.
991 (linux_enable_bts): Change the type of SIZE, PAGES, DATA_SIZE,
992 and DATA_OFFSET. Move DATA_SIZE declaration. Restrict the buffer size
993 to UINT_MAX. Check for overflows when using DATA_HEAD from the perf
994 mmap page.
995 (linux_enable_pt): Change the type of PAGES and SIZE. Restrict the
996 buffer size to UINT_MAX.
997 (linux_read_bts): Change the type of BUFFER_SIZE, SIZE, DATA_HEAD, and
998 DATA_TAIL.
999 * nat/linux-btrace.h (struct perf_event_buffer)<size, data_head>
1000 <last_head>: Change type.
1001 * common/btrace-common.h (struct btrace_dat_pt) <size>: Change type.
1002 * common/btrace-common.c (btrace_data_append): Change the type of
1003 SIZE.
1004 * btrace.c (parse_xml_raw): Change the type of SIZE. Change oddness
1005 check.
1006
1007 2015-07-14 Simon Marchi <simon.marchi@ericsson.com>
1008
1009 * gdbtypes.h (CHECK_TYPEDEF): Remove.
1010 * aarch64-tdep.c (aarch64_return_in_memory): Replace CHECK_TYPEDEF
1011 with check_typedef.
1012 * ada-lang.c (decode_constrained_packed_array_type): Likewise.
1013 (ada_array_length): Likewise.
1014 (find_parallel_type_by_descriptive_type): Likewise.
1015 (ada_check_typedef): Likewise.
1016 * arm-tdep.c (arm_return_in_memory): Likewise.
1017 * ax-gdb.c (gen_trace_static_fields): Likewise.
1018 (gen_struct_ref_recursive): Likewise.
1019 * c-exp.y (exp : SIZEOF '(' type ')' %prec UNARY): Likewise.
1020 (variable: block COLONCOLON name): Likewise.
1021 (qualified_name: TYPENAME COLONCOLON name): Likewise.
1022 * c-lang.c (classify_type): Likewise.
1023 * c-typeprint.c (c_print_type): Likewise.
1024 (c_print_typedef): Likewise.
1025 (c_type_print_base): Likewise.
1026 * c-valprint.c (c_val_print): Likewise.
1027 * compile/compile-c-types.c (convert_type): Likewise.
1028 * compile/compile-object-load.c (get_out_value_type): Likewise.
1029 * completer.c (add_struct_fields): Likewise.
1030 (expression_completer): Likewise.
1031 * cp-namespace.c (cp_find_type_baseclass_by_name): Likewise.
1032 (cp_lookup_nested_symbol_1): Likewise.
1033 (cp_lookup_nested_symbol): Likewise.
1034 * cp-valprint.c (cp_print_value_fields): Likewise.
1035 (cp_print_static_field): Likewise.
1036 * d-valprint.c (d_val_print): Likewise.
1037 * eval.c (evaluate_subexp_standard): Likewise.
1038 (evaluate_subexp_for_sizeof): Likewise.
1039 * f-exp.y (exp : SIZEOF '(' type ')' %prec UNARY): Likewise.
1040 * f-typeprint.c (f_type_print_base): Likewise.
1041 * f-valprint.c (f_val_print): Likewise.
1042 * gdbtypes.c (get_discrete_bounds): Likewise.
1043 (create_array_type_with_stride): Likewise.
1044 (type_name_no_tag_or_error): Likewise.
1045 (lookup_struct_elt_type): Likewise.
1046 (get_unsigned_type_max): Likewise.
1047 (internal_type_vptr_fieldno): Likewise.
1048 (set_type_vptr_fieldno): Likewise.
1049 (internal_type_vptr_basetype): Likewise.
1050 (set_type_vptr_basetype): Likewise.
1051 (get_vptr_fieldno): Likewise.
1052 (is_integral_type): Likewise.
1053 (is_scalar_type): Likewise.
1054 (is_scalar_type_recursive): Likewise.
1055 (distance_to_ancestor): Likewise.
1056 (is_unique_ancestor_worker): Likewise.
1057 (check_types_equal): Likewise.
1058 * gnu-v2-abi.c (gnuv2_value_rtti_type): Likewise.
1059
1060 2015-07-14 Iain Buclaw <ibuclaw@gdcproject.org>
1061
1062 * dwarf2read.c (find_slot_in_mapped_hash): Extend language support to
1063 also test for language_d.
1064 (dwarf2_compute_name): Likewise.
1065 (read_func_scope): Likewise.
1066 (read_structure_type): Likewise.
1067 (new_symbol_full): Likewise.
1068 (determine_prefix): Likewise.
1069 (read_import_statement): Use dot as the separator for language_d.
1070 (typename_concat): Likewise, but don't prefix the D main function.
1071
1072 2015-07-14 Peter Bergner <bergner@vnet.ibm.com>
1073
1074 * nat/linux-namespaces.c (setns): Rename from this ...
1075 (do_setns): ... to this. Support calling setns if it exists.
1076 (mnsh_handle_setns): Call do_setns.
1077
1078 2015-07-13 Yao Qi <yao.qi@linaro.org>
1079
1080 * exec.c (exec_file_attach): Add period at the end of error
1081 message.
1082
1083 2015-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
1084
1085 * tui/tui-win.c (window_name_completer): New function.
1086 (focus_completer): Call window_name_completer. All old content
1087 moved into window_name_completer.
1088 (winheight_completer): New function.
1089 (_initialize_tui_win): Rename variable. Add completer to
1090 winheight command. Update doc string on winheight.
1091
1092 2015-07-12 Sandra Loosemore <sandra@codesourcery.com>
1093
1094 * nios2-linux-tdep.c (_initialize_nios2_linux_tdep): Register
1095 all nios2 mach variants.
1096
1097 2015-07-10 Kevin Buettner <kevinb@redhat.com>
1098
1099 * rx-tdep.c (rx_get_opcode_byte): Use target_read_code instead
1100 of target_read_memory.
1101
1102 2015-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
1103
1104 * tui/tui-win.c (tui_set_win_height): Use a cleanup to free the
1105 string copy.
1106 (parse_scrolling_args): Likewise.
1107
1108 2015-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
1109
1110 * tui/tui-win.c (focus_completer): Don't duplicate the tui window
1111 names in this function.
1112
1113 2015-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
1114
1115 * tui/tui-data.h (SRC_NAME): Convert to lower case.
1116 (CMD_NAME): Likewise.
1117 (DATA_NAME): Likewise.
1118 (DISASSEM_NAME): Likewise.
1119 * tui/tui-win.c (tui_set_focus): Window names are now lower case.
1120 (tui_set_win_height): Likewise.
1121 (parse_scrolling_args): Likewise.
1122
1123 2015-07-10 Markus Metzger <markus.t.metzger@intel.com>
1124
1125 * record-btrace.c (record_btrace_goto_begin)
1126 (record_btrace_goto_end, record_btrace_goto): Move call to
1127 print_stack_frame ...
1128 (record_btrace_set_replay): ... here. Set stop_pc.
1129 * record-full.c (record_full_goto_entry): Set stop_pc.
1130
1131 2015-07-09 Pierre Langlois <pierre.langlois@arm.com>
1132
1133 * NEWS: Mention support for tracepoints on aarch64-linux.
1134
1135 2015-07-09 Pierre Langlois <pierre.langlois@arm.com>
1136
1137 * linux-aarch64-low.c (aarch64_supports_tracepoints): New
1138 function. Return 1.
1139 (the_low_target): Install it.
1140
1141 2015-07-09 Pierre Langlois <pierre.langlois@arm.com>
1142
1143 * gdb.trace/backtrace.exp: Set registers for aarch64 target.
1144 * gdb.trace/collection.exp: Likewise.
1145 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
1146 * gdb.trace/mi-trace-unavailable.exp: Likewise.
1147 * gdb.trace/report.exp: Likewise.
1148 * gdb.trace/trace-break.exp: Likewise.
1149 * gdb.trace/unavailable.exp: Likewise.
1150 * gdb.trace/while-dyn.exp: Likewise.
1151
1152 2015-07-09 Pierre Langlois <pierre.langlois@arm.com>
1153
1154 * aarch64-tdep.c: Add ax.h and ax-gdb.h includes.
1155 (aarch64_gen_return_address): New function.
1156 (aarch64_gdbarch_init): Hook it.
1157
1158 2015-07-09 Pierre Langlois <pierre.langlois@arm.com>
1159
1160 * aarch64-tdep.c (aarch64_make_stub_cache): Set available_p and
1161 swallow NOT_AVAILABLE_ERROR.
1162 (aarch64_stub_this_id): Call frame_id_build_unavailable_stack if
1163 available_p is not set.
1164 (aarch64_stub_frame_unwind_stop_reason): New function.
1165 (aarch64_stub_unwind): Install it.
1166
1167 2015-07-09 Pierre Langlois <pierre.langlois@arm.com>
1168
1169 * aarch64-tdep.c (aarch64_prologue_cache) <available_p>: New
1170 field.
1171 (aarch64_make_prologue_cache_1): New function, factored out from
1172 aarch64_make_prologue_cache. Do not allocate cache. Set
1173 available_p.
1174 (aarch64_make_prologue_cache): Reimplement wrapping
1175 aarch64_make_prologue_cache_1, and swallowing
1176 NOT_AVAILABLE_ERROR.
1177 (aarch64_prologue_frame_unwind_stop_reason): New function.
1178 Return UNWIND_UNAVAILABLE if available_p is not set.
1179 (aarch64_prologue_unwind): Install it.
1180 (aarch64_prologue_this_id): Move prev_pc and prev_sp limit
1181 checks into aarch64_prologue_frame_unwind_stop_reason. Call
1182 frame_id_build_unavailable_stack if available_p is not set.
1183
1184 2015-07-09 Pierre Langlois <pierre.langlois@arm.com>
1185
1186 * aarch64-tdep.c (aarch64_prologue_cache) <func, prev_pc>: New
1187 fields.
1188 (aarch64_scan_prologue): Set prev_pc.
1189 (aarch64_make_prologue_cache): Set func.
1190 (aarch64_make_stub_cache): Set prev_pc.
1191 (aarch64_prologue_this_id): Remove local variables id, pc and
1192 func. Read prev_pc and func from cache.
1193 (aarch64_stub_this_id): Read prev_pc from cache.
1194
1195 2015-07-09 Pierre Langlois <pierre.langlois@arm.com>
1196
1197 * aarch64-tdep.c (aarch64_make_stub_cache): Update comment. New
1198 argument this_cache. Remove unused local variables reg and
1199 unwound_fp. Return early if this_cache is already set. Set
1200 this_cache.
1201 (aarch64_stub_this_id): Update call to aarch64_make_stub_cache.
1202
1203 2015-07-09 Pierre Langlois <pierre.langlois@arm.com>
1204
1205 * aarch64-tdep.c (aarch64_make_prologue_cache): Update comment.
1206 New argument this_cache. Return early if this_cache is already
1207 set. Set this_cache.
1208 (aarch64_prologue_this_id): Update call to
1209 aarch64_make_prologue_cache.
1210 (aarch64_prologue_prev_register): Likewise.
1211 (aarch64_normal_frame_base): Likewise.
1212
1213 2015-07-09 Simon Marchi <simon.marchi@ericsson.com>
1214
1215 * c-valprint.c (c_val_print): Factor out memberptr printing code
1216 from c_val_print to ...
1217 (c_val_print_memberptr): ... this new function.
1218
1219 2015-07-09 Simon Marchi <simon.marchi@ericsson.com>
1220
1221 * c-valprint.c (c_val_print): Factor out int printing code to ...
1222 (c_val_print_int): ... this new function.
1223
1224 2015-07-09 Simon Marchi <simon.marchi@ericsson.com>
1225
1226 * c-valprint.c (c_val_print): Factor out struct and union
1227 printing code to ...
1228 (c_val_print_struct): ... this new function ...
1229 (c_val_print_union): ... and this new function.
1230
1231 2015-07-09 Simon Marchi <simon.marchi@ericsson.com>
1232
1233 * c-valprint.c (c_val_print): Factor out pointer printing code
1234 to ...
1235 (c_val_print_ptr): ... this new function.
1236
1237 2015-07-09 Simon Marchi <simon.marchi@ericsson.com>
1238
1239 * c-valprint.c (c_valprint): Factor our array printing code from
1240 c_val_print to ...
1241 (c_val_print_array): ... this new function.
1242
1243 2015-07-09 Simon Marchi <simon.marchi@ericsson.com>
1244
1245 * c-valprint.c (c_val_print): Factor out pointer printing code
1246 to ...
1247 (print_unpacked_pointer): ... this new function.
1248
1249 2015-07-09 Simon Marchi <simon.marchi@ericsson.com>
1250
1251 * c-valprint.c (c_val_print): Remove an assignment to i and move
1252 its declaration.
1253
1254 2015-07-09 Yao Qi <yao.qi@linaro.org>
1255
1256 * aarch64-linux-nat.c (aarch64_linux_get_debug_reg_capacity): Add
1257 argument ptid. Update comments. Caller update.
1258
1259 2015-07-09 Markus Metzger <markus.t.metzger@intel.com>
1260
1261 * btrace.c (pt_print_packet): Print stop, vmcs, tma, mtc, cyc, and
1262 mnt packets.
1263
1264 2015-07-09 Markus Metzger <markus.t.metzger@intel.com>
1265
1266 * btrace.c (btrace_pt_readmem_callback): Change type of PC argument.
1267
1268 2015-07-08 Simon Marchi <simon.marchi@ericsson.com>
1269
1270 * progspace.c (delete_program_space): Add missing spaces.
1271
1272 2015-07-08 Simon Marchi <simon.marchi@ericsson.com>
1273
1274 * inferior.c (delete_inferior_1): Rename to ...
1275 (delete_inferior): ..., remove 'silent' parameter, delete
1276 program space when unused and remove call to prune_program_spaces.
1277 Remove the old, unused, delete_inferior.
1278 (delete_inferior_silent): Remove.
1279 (prune_inferiors): Change call from delete_inferior_1 to
1280 delete_inferior and remove 'silent' parameter. Remove call to
1281 prune_program_spaces.
1282 (remove_inferior_command): Idem.
1283 * inferior.h (delete_inferior_1): Rename to...
1284 (delete_inferior): ..., remove 'silent' parameter and remove the
1285 original delete_inferior.
1286 (delete_inferior_silent): Remove.
1287 * mi/mi-main.c (mi_cmd_remove_inferior): Change call from
1288 delete_inferior_1 to delete_inferior and remove 'silent'
1289 parameter.
1290 * progspace.c (prune_program_spaces): Remove.
1291 (pspace_empty_p): Rename to...
1292 (program_space_empty_p): ... and make non-static.
1293 (delete_program_space): New.
1294 * progspace.h (prune_program_spaces): Remove declaration.
1295 (program_space_empty_p): New declaration.
1296 (delete_program_space): New declaration.
1297 * monitor.c (monitor_close): Replace call to
1298 delete_thread_silent and delete_inferior_silent with
1299 discard_all_inferiors.
1300
1301 2015-07-08 Patrick Palka <patrick@parcs.ath.cx>
1302
1303 * defs.h (deprecated_register_changed_hook): Remove prototype.
1304 * interps.c (clear_iterpreter_hooks): Remove reference to
1305 deprecated_register_changed_hook.
1306 * top.c (deprecated_register_changed_hook): Remove prototype.
1307 * valops.c (value_assign): Remove reference to
1308 deprecated_register_changed_hook.
1309 * tui/tui-hooks.c (tui_register_changed): Add parameter "frame".
1310 Add comment documenting the function.
1311 (tui_register_changed_observer): Define.
1312 (tui_install_hooks): Remove reference to
1313 deprecated_register_changed_hook. Set
1314 tui_register_changed_observer.
1315 (tui_remove_hooks): Remove reference to
1316 deprecated_register_changed_hook. Unset
1317 tui_register_changed_observer.
1318
1319 2015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
1320
1321 PR compile/18484
1322 * compile/compile-c-types.c (insert_type): Change gdb_assert to error.
1323
1324 2015-07-08 Robert O'Callahan <robert@ocallahan.org>
1325
1326 PR exp/18617
1327 * ax-gdb.c (gen_conversion): Extend to 'to' bits, not 'from'.
1328
1329 2015-07-08 Markus Metzger <markus.t.metzger@intel.com>
1330
1331 * MAINTAINERS (Write After Approval): Add Markus T. Metzger.
1332
1333 2015-07-08 Markus Metzger <markus.t.metzger@intel.com>
1334
1335 * nat/linux-btrace.c (kernel_supports_bts, kernel_supports_pt):
1336 Use safe_strerror() instead of strerror().
1337
1338 2015-07-07 Yao Qi <yao.qi@linaro.org>
1339
1340 * features/arm-with-m-fpa-layout.xml: Set architecture to arm.
1341 * features/arm-with-m-fpa-layout.c: Regenerated.
1342 * features/arm-with-m-vfp-d16.xml: Likewise.
1343 * features/arm-with-m-vfp-d16.c: Regenerated.
1344 * features/arm-with-m.xml: Likewise.
1345 * features/arm-with-m.c: Regenerated.
1346 * features/arm-with-neon.xml: Likewise.
1347 * features/arm-with-neon.c: Regenerated.
1348 * features/arm-with-vfpv2.xml: Likewise.
1349 * features/arm-with-vfpv2.c: Regenerated.
1350 * features/arm-with-vfpv3.xml: Likewise.
1351 * features/arm-with-vfpv3.c: Regenerated.
1352
1353 2015-07-07 Yao Qi <yao.qi@linaro.org>
1354
1355 * aarch32-linux-nat.h (VFP_REGS_SIZE): New macro, moved from
1356 arm-linux-nat.c.
1357 * aarch64-linux-nat.c: Include aarch32-linux-nat.h and
1358 elf/external.h.
1359 (fetch_gregs_from_thread): Call aarch32_gp_regcache_supply
1360 if target is 32-bit.
1361 (store_gregs_to_thread): Call aarch32_gp_regcache_collect
1362 if target is 32-bit.
1363 (fetch_fpregs_from_thread): Call aarch32_vfp_regcache_supply
1364 if target is 32-bit.
1365 (store_fpregs_to_thread): Call aarch32_vfp_regcache_collect
1366 if target is 32-bit.
1367 (tdesc_arm_with_vfpv3, tdesc_arm_with_neon): Declare.
1368 (aarch64_linux_read_description): Return the right target
1369 description.
1370 * arm-linux-nat.c (VFP_REGS_SIZE): Moved to aarch32-linux-nat.h.
1371 * config/aarch64/linux.mh (NATDEPFILES): Add aarch32-linux-nat.o.
1372 * configure.tgt (aarch64*-*-linux*): Add arm-tdep.o and
1373 arm-linux-tdep.o.
1374
1375 2015-07-07 Yao Qi <yao.qi@linaro.org>
1376
1377 * aarch32-linux-nat.c: New file.
1378 * aarch32-linux-nat.h: New file.
1379 * arm-linux-nat.c: Include aarch32-linux-nat.h.
1380 (fetch_regs): Move code to aarch32-linux-nat.c. Call
1381 aarch32_gp_regcache_supply.
1382 (store_regs): Move code to aarch32-linux-nat.c. Call
1383 aarch32_gp_regcache_collect.
1384 (fetch_vfp_regs): Move code to aarch32-linux-nat.c. Call
1385 aarch32_vfp_regcache_supply.
1386 (store_vfp_regs): Move code to aarch32-linux-nat.c. Call
1387 aarch32_vfp_regcache_collect.
1388 * config/arm/linux.mh (NATDEPFILES): Add aarch32-linux-nat.o.
1389
1390 2015-07-07 Yao Qi <yao.qi@linaro.org>
1391
1392 * arm-linux-nat.c (store_fpregister): Remove.
1393 (store_register): Likewise.
1394 (fetch_fpregister): Likewise.
1395 (fetch_register): Likewise.
1396 (arm_linux_store_inferior_registers): Call store_regs and
1397 store_fpregs instead.
1398 (arm_linux_fetch_inferior_registers): Call fetch_fpregs and
1399 fetch_regs instead.
1400
1401 2015-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
1402
1403 * doc/gdb.texinfo (TUI): Restructure documentation on TUI layout
1404 and focus commands.
1405
1406 2015-07-06 Joel Brobecker <brobecker@adacore.com>
1407
1408 * NEWS: Create a new section for the next release branch.
1409 Rename the section of the current branch, now that it has
1410 been cut.
1411
1412 2015-07-06 Joel Brobecker <brobecker@adacore.com>
1413
1414 GDB 7.10 branch created (66c4b3e8a628a207bc6aafef6af0c4128195f56e):
1415 * version.in: Bump version to 7.10.50.DATE-cvs.
1416
1417 2015-07-06 Luis Machado <lgustavo@codesourcery.com>
1418
1419 * breakpoint.c (remove_breakpoint_1): Don't handle permanent
1420 breakpoints in a special way.
1421 (remove_breakpoint): Likewise.
1422 (mark_breakpoints_out): Likewise.
1423
1424 2015-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
1425
1426 * doc/gdb.texinfo (TUI): Add comma after @xref.
1427
1428 2015-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
1429
1430 * tui/tui-win.c (tui_set_focus): Use structure member 'generic'
1431 instead of casting the structure type.
1432
1433 2015-07-06 Simon Marchi <simon.marchi@ericsson.com>
1434
1435 * valops.c (search_struct_field): Remove OFFSET parameter.
1436 (value_cast_structs): Adjust calls to search_struct_field.
1437 (value_struct_elt): Same.
1438 (find_overload_match): Same.
1439
1440 2015-07-06 Simon Marchi <simon.marchi@ericsson.com>
1441
1442 * value.c (value_fetch_lazy): Update comment, change return
1443 value to void.
1444 * value.h (value_fetch_lazy): Change return value to void.
1445
1446 2015-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
1447
1448 * tui/tui-data.c (tui_partial_win_by_name): Window name is const.
1449 (tui_win_name): Make parameter and result const.
1450 * tui/tui-data.h (tui_win_name): Make parameter and result const.
1451
1452 2015-07-06 Patrick Palka <patrick@parcs.ath.cx>
1453
1454 * i386-tdep.c (i386_mpx_info_bounds): Don't call error, instead
1455 use printf_unfiltered.
1456 (set_mpx_cmd): Add missing trailing space to command string
1457 literal.
1458 (_initialize_i386_tdep): Give the "mpx" prefix command its
1459 correct name.
1460
1461 2015-07-02 Kevin Buettner <kevinb@redhat.com>
1462
1463 * rx-tdep.c (RX_USP_REGNUM, RX_BPC_REGNUM): New constants.
1464 (enum rx_frame_type): New.
1465 (struct rx_prologue): Add new field `frame_type'.
1466 (rx_analyze_prologue): Add `frame_type' parameter. Cache this
1467 parameter in the prologue struct. Add code for recording
1468 locations of PC and PSW for fast interrupt and exception frames.
1469 (rx_skip_prologue): Adjust call to rx_analyze_prologue.
1470 (rx_analyze_frame_prologue): Add `frame_type' parameter.
1471 (rx_frame_type): New function.
1472 (rx_frame_base): Fetch frame type and pass it to rx_analyze_prologue.
1473 (rx_frame_this_id): Rename parameter `this_prologue_cache' to
1474 `this_cache'.
1475 (rx_frame_prev_register): Rename parameter `this_prologue_cache' to
1476 `this_cache'. Add cases for RX_FRAME_TYPE_EXCEPTION and
1477 RX_FRAME_TYPE_FAST_INTERRUPT.
1478 (normal_frame_p, exception_frame_p, rx_frame_sniffer_common)
1479 (rx_frame_sniffer, rx_exception_sniffer): New functions.
1480 (rx_frame_unwind): Use rx_frame_sniffer instead of
1481 default_frame_sniffer.
1482 (rx_frame_unwind): New unwinder.
1483 (rx_gdbarch_init): Register new unwinder.
1484
1485 2015-07-02 Kevin Buettner <kevinb@redhat.com>
1486
1487 * rx-tdep.c (RX_BPSW_REGNUM, RX_FPSW_REGNUM): New constants.
1488 (struct gdbarch_tdep): Add fields rx_psw_type and rx_fpsw_type.
1489 (rx_register_type): Add cases for RX_PSW_REGNUM, RX_BPSW_REGNUM,
1490 and RX_FPSW_REGNUM.
1491 (rx_gdbarch_init): Initialize PSW, BPSW, and FPSW flags types.
1492
1493 2015-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1494
1495 Fix GCC false warning.
1496 * s390-linux-tdep.c (s390_handle_arg): Initialize VAL.
1497
1498 2015-07-02 Yao Qi <yao.qi@linaro.org>
1499
1500 * aarch64-linux-nat.c (aarch64_linux_insert_hw_breakpoint): Fix
1501 typo in the debugging message.
1502
1503 2015-07-02 Markus Metzger <markus.t.metzger@intel.com>
1504
1505 * btrace.c: Include gdbcmd.h, cli/cli-utils.h, and ctype.h.
1506 (maint_btrace_cmdlist, maint_btrace_set_cmdlist)
1507 (maint_btrace_show_cmdlist, maint_btrace_pt_set_cmdlist)
1508 (maint_btrace_pt_show_cmdlist, maint_btrace_pt_skip_pad)
1509 (btrace_maint_clear): New.
1510 (btrace_fetch, btrace_clear): Call btrace_maint_clear.
1511 (pt_print_packet, btrace_maint_decode_pt)
1512 (btrace_maint_update_pt_packets, btrace_maint_update_packets)
1513 (btrace_maint_print_packets, get_uint, get_context_size, no_chunk)
1514 (maint_btrace_packet_history_cmd)
1515 (maint_btrace_clear_packet_history_cmd, maint_btrace_clear_cmd)
1516 (maint_btrace_cmd, maint_btrace_set_cmd, maint_btrace_show_cmd)
1517 (maint_btrace_pt_set_cmd, maint_btrace_pt_show_cmd)
1518 (maint_info_btrace_cmd, _initialize_btrace): New.
1519 * btrace.h (btrace_pt_packet, btrace_pt_packet_s)
1520 (btrace_maint_packet_history, btrace_maint_info): New.
1521 (btrace_thread_info) <maint>: New.
1522 * NEWS: Announce it.
1523
1524 2015-07-02 Markus Metzger <markus.t.metzger@intel.com>
1525
1526 * btrace.c (btrace_fetch): Append the new trace data.
1527 (btrace_clear): Clear the stored trace data.
1528 * btrace.h (btrace_thread_info) <data>: New.
1529 * common/btrace-common.h (btrace_data_clear)
1530 (btrace_data_append): New.
1531 * common/btrace-common.c (btrace_data_clear)
1532 (btrace_data_append): New.
1533
1534 2015-07-02 Markus Metzger <markus.t.metzger@intel.com>
1535
1536 * nat/linux-btrace.c (linux_enable_bts): Check for
1537 PERF_ATTR_SIZE_VER5.
1538 Check for data_offset and data_size fields. Use them.
1539
1540 2015-07-02 Markus Metzger <markus.t.metzger@intel.com>
1541
1542 * NEWS: Announce new commands "record btrace pt" and "record pt".
1543 Announce new options "set|show record btrace pt buffer-size".
1544 * btrace.c: Include "rsp-low.h".
1545 Include "inttypes.h".
1546 (btrace_add_pc): Add forward declaration.
1547 (pt_reclassify_insn, ftrace_add_pt, btrace_pt_readmem_callback)
1548 (pt_translate_cpu_vendor, btrace_finalize_ftrace_pt)
1549 (btrace_compute_ftrace_pt): New.
1550 (btrace_compute_ftrace): Support BTRACE_FORMAT_PT.
1551 (check_xml_btrace_version): Update version check.
1552 (parse_xml_raw, parse_xml_btrace_pt_config_cpu)
1553 (parse_xml_btrace_pt_raw, parse_xml_btrace_pt)
1554 (btrace_pt_config_cpu_attributes, btrace_pt_config_children)
1555 (btrace_pt_children): New.
1556 (btrace_children): Add support for "pt".
1557 (parse_xml_btrace_conf_pt, btrace_conf_pt_attributes): New.
1558 (btrace_conf_children): Add support for "pt".
1559 * btrace.h: Include "intel-pt.h".
1560 (btrace_pt_error): New.
1561 * common/btrace-common.c (btrace_format_string, btrace_data_fini)
1562 (btrace_data_empty): Support BTRACE_FORMAT_PT.
1563 * common/btrace-common.h (btrace_format): Add BTRACE_FORMAT_PT.
1564 (struct btrace_config_pt): New.
1565 (struct btrace_config)<pt>: New.
1566 (struct btrace_data_pt_config, struct btrace_data_pt): New.
1567 (struct btrace_data)<pt>: New.
1568 * features/btrace-conf.dtd (btrace-conf)<pt>: New.
1569 (pt): New.
1570 * features/btrace.dtd (btrace)<pt>: New.
1571 (pt, pt-config, cpu): New.
1572 * nat/linux-btrace.c (perf_event_read, perf_event_read_all)
1573 (perf_event_pt_event_type, kernel_supports_pt)
1574 (linux_supports_pt): New.
1575 (linux_supports_btrace): Support BTRACE_FORMAT_PT.
1576 (linux_enable_bts): Free tinfo on error.
1577 (linux_enable_pt): New.
1578 (linux_enable_btrace): Support BTRACE_FORMAT_PT.
1579 (linux_disable_pt): New.
1580 (linux_disable_btrace): Support BTRACE_FORMAT_PT.
1581 (linux_fill_btrace_pt_config, linux_read_pt): New.
1582 (linux_read_btrace): Support BTRACE_FORMAT_PT.
1583 * nat/linux-btrace.h (struct btrace_tinfo_pt): New.
1584 (struct btrace_target_info)<pt>: New.
1585 * record-btrace.c (set_record_btrace_pt_cmdlist)
1586 (show_record_btrace_pt_cmdlist): New.
1587 (record_btrace_print_pt_conf): New.
1588 (record_btrace_print_conf): Support BTRACE_FORMAT_PT.
1589 (btrace_ui_out_decode_error): Support BTRACE_FORMAT_PT.
1590 (cmd_record_btrace_pt_start): New.
1591 (cmd_record_btrace_start): Support BTRACE_FORMAT_PT.
1592 (cmd_set_record_btrace_pt, cmd_show_record_btrace_pt): New.
1593 (_initialize_record_btrace): Add new commands.
1594 * remote.c (PACKET_Qbtrace_pt, PACKET_Qbtrace_conf_pt_size): New.
1595 (remote_protocol_features): Add "Qbtrace:pt".
1596 Add "Qbtrace-conf:pt:size".
1597 (remote_supports_btrace): Support BTRACE_FORMAT_PT.
1598 (btrace_sync_conf): Support PACKET_Qbtrace_conf_pt_size.
1599 (remote_enable_btrace): Support BTRACE_FORMAT_PT.
1600 (_initialize_remote): Add new commands.
1601
1602 2015-07-02 Markus Metzger <markus.t.metzger@intel.com>
1603
1604 * configure.ac: check for libipt
1605 * configure: Regenerate.
1606 * config.in: Regenerate.
1607 * Makefile.in (LIBIPT): New.
1608 (CLIBS): Add $LIBIPT.
1609 * NEWS: document new configure options
1610
1611 2015-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1612
1613 * compile/compile-object-load.c (compile_object_load): Replace debug
1614 message "lookup undefined ELF symbol" by 3 more specific messages.
1615
1616 2015-07-01 Kevin Buettner <kevinb@redhat.com>
1617
1618 * rl78-tdep.c (struct gdbarch_tdep): Add new field, rl78_psw_type.
1619 (rl78_register_type): Add case for RL78_PSW_REGNUM.
1620 (rl78_gdbarch_init): Initialize rl78_psw_type.
1621
1622 2015-07-01 Patrick Palka <patrick@parcs.ath.cx>
1623
1624 * tui/tui-hooks.c (tui_refresh_frame_and_register_information):
1625 Update commentary. Always refresh the registers when frame
1626 information has changed.
1627 * tui/tui-stack.c (tui_show_frame_info): Update commentary.
1628 Change return type to int. Return 1 if frame information has
1629 changed, 0 otherwise.
1630 (tui_before_prompt): Update commentary.
1631 * tui/tui-stack.h (tui_show_frame_info): Change return type to
1632 int.
1633
1634 2015-06-30 Patrick Palka <patrick@parcs.ath.cx>
1635
1636 PR tui/13378
1637 * frame.c (select_frame): Remove reference to
1638 deprecated_selected_frame_level_changed_hook.
1639 * frame.h (deprecated_selected_frame_level_changed_hook): Remove
1640 declaration.
1641 * stack.c (deprecated_selected_frame_level_changed_hook):
1642 Likewise.
1643 * tui/tui-hooks.c (tui_selected_frame_level_changed_hook):
1644 Rename to ...
1645 (tui_refresh_frame_and_register_information): ... this. Bail
1646 out if there is no stack. Don't update register information
1647 unless registers_too_p is true.
1648 (tui_print_frame_info_listing_hook): Rename to ...
1649 (tui_dummy_print_frame_info_listing_hook): ... this.
1650 (tui_before_prompt): New function.
1651 (tui_normal_stop): New function.
1652 (tui_before_prompt_observer): New observer.
1653 (tui_normal_stop_observer): New observer.
1654 (tui_install_hooks): Set
1655 deprecated_print_frame_info_listing_hook to
1656 tui_dummy_print_frame_info_listing_hook. Register
1657 tui_before_prompt_observer to call tui_before_prompt and
1658 tui_normal_stop_observer to call tui_normal_stop. Remove
1659 reference to deprecated_selected_frame_level_changed_hook.
1660 (tui_remove_hooks): Detach and unset tui_before_prompt_observer
1661 and tui_normal_stop_observer. Remove reference to
1662 deprecated_selected_frame_level_changed_hook.
1663
1664 2015-06-30 Patrick Palka <patrick@parcs.ath.cx>
1665
1666 PR tui/13378
1667 * tui/tui-stack.c (tui_set_locator_info): Change prototype to
1668 return an int instead of void. Return whether the locator
1669 window has changed.
1670 (tui_show_frame_info): If the locator info has not changed, then
1671 bail out early to avoid refreshing the windows.
1672
1673 2015-06-30 Patrick Palka <patrick@parcs.ath.cx>
1674
1675 * tui/tui-stack.c (tui_set_locator_info): Explicitly pass
1676 LOCATOR_WIN to tui_alloc_content.
1677
1678 2015-06-30 Yao Qi <yao.qi@linaro.org>
1679
1680 PR tdep/18605
1681 * arm-tdep.c (arm_get_next_pc_raw): Break for media
1682 instructions.
1683
1684 2015-06-29 Kevin Buettner <kevinb@redhat.com>
1685
1686 * rx-tdep.c (RX_PSW_REGNUM): New enum constant.
1687 (rx_dwarf_reg_to_regnum): New function.
1688 (rx_gdbarch_init): Register rx_dwarf_reg_to_regnum. Use dwarf2
1689 unwinding.
1690
1691 2015-06-29 Pedro Alves <palves@redhat.com>
1692
1693 PR threads/18127
1694 * infcall.c (run_inferior_call): On infcall success, if the thread
1695 was marked stopped before, reset it back to stopped.
1696 * infrun.c (resume): Don't suppress the set_running calls when
1697 doing an infcall.
1698 (normal_stop): Only discard the finish_thread_state cleanup if the
1699 infcall succeeded.
1700
1701 2015-06-29 Pierre Langlois <pierre.langlois@arm.com>
1702
1703 * MAINTAINERS (Write After Approval): Update my email address.
1704
1705 2015-06-26 Keith Seitz <keiths@redhat.com>
1706 Doug Evans <dje@google.com>
1707
1708 PR 16253
1709 * block.c (block_lookup_symbol): For non-function blocks,
1710 continue to search for a symbol with an exact domain match
1711 Otherwise, return any previously found "best domain" symbol.
1712 (block_lookup_symbol_primary): Likewise.
1713
1714 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
1715
1716 * NEWS: Mention the new option "history remove-duplicates".
1717 * top.c (history_remove_duplicates): New static variable.
1718 (show_history_remove_duplicates): New static function.
1719 (gdb_add_history): Conditionally remove duplicate history
1720 entries.
1721 (init_main): Add "history remove-duplicates" option.
1722
1723 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
1724
1725 * tui/tui-win.c (focus_completer): New static function.
1726 (_initialize_tui_win): Set the completion function of the
1727 "focus" command to focus_completer.
1728
1729 2015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
1730
1731 * linespec.c (minsym_found): Reset sal.PC for COMPUNIT_LOCATIONS_VALID
1732 and language_asm..
1733 * symtab.c (find_function_start_sal): Likewise.
1734
1735 2015-06-25 Gary Benson <gbenson@redhat.com>
1736
1737 * solib.c (solib_find_1): Set local variable sysroot to NULL if
1738 it is the empty string after trailing slashes have been stripped.
1739
1740 2015-06-25 Gary Benson <gbenson@redhat.com>
1741
1742 * exec.c (exec_file_locate_attach): Remove gdb_sysroot NULL check.
1743 * infrun.c (follow_exec): Likewise.
1744 * remote.c (remote_filesystem_is_local): Likewise.
1745 * solib.c (solib_find_1): Likewise.
1746
1747 2015-06-24 Keith Seitz <keiths@redhat.com>
1748
1749 * build-id.c (build_id_to_debug_bfd): Add cleanup to free
1750 return value from lrealpath.
1751
1752 2015-06-24 Mike Frysinger <vapier@gentoo.org>
1753
1754 * remote-sim.c (gdbsim_open): Move sysroot update to the top.
1755
1756 2015-06-24 Mike Frysinger <vapier@gentoo.org>
1757
1758 * remote-sim.c: Include gdb_bfd.h.
1759 (gdbsim_open): Declare new local sysroot pointing to gdb_sysroot.
1760 Skip TARGET_SYSROOT_PREFIX in gdb_sysroot when it is active.
1761
1762 2015-06-24 Yao Qi <yao.qi@linaro.org>
1763
1764 * aarch64-linux-tdep.c (aarch64_linux_init_abi): Don't call
1765 set_gdbarch_get_siginfo_type.
1766 * amd64-linux-tdep.c (amd64_linux_init_abi_common): Likewise.
1767 * arm-linux-tdep.c (arm_linux_init_abi): Likewise.
1768 * i386-linux-tdep.c (i386_linux_init_abi): Likewise.
1769 * m68klinux-tdep.c (m68k_linux_init_abi): Likewise.
1770 * ppc-linux-tdep.c (ppc_linux_init_abi): Likewise.
1771 * s390-linux-tdep.c (s390_gdbarch_init): Likewise.
1772 * tilegx-linux-tdep.c (tilegx_linux_init_abi): Likewise.
1773 * linux-tdep.c (linux_get_siginfo_type): Change it to static.
1774 (linux_init_abi): Call set_gdbarch_get_siginfo_type.
1775 * linux-tdep.h (linux_get_siginfo_type): Remove the declaration.
1776
1777 2015-06-24 Gary Benson <gbenson@redhat.com>
1778
1779 * common/buffer.c (stdint.h): Do not include.
1780 * common/print-utils.c (stdint.h): Likewise.
1781 * compile/compile-c-symbols.c (gdb_assert.h): Likewise.
1782 * compile/compile-c-types.c (gdb_assert.h): Likewise.
1783 * ft32-tdep.c (gdb_assert.h): Likewise.
1784 * guile/scm-utils.c (stdint.h): Likewise.
1785 * i386-linux-tdep.c (stdint.h): Likewise.
1786 * i386-tdep.c (stdint.h): Likewise.
1787 * nat/linux-btrace.c (stdint.h): Likewise.
1788 * nat/linux-btrace.h (stdint.h): Likewise.
1789 * nat/linux-ptrace.c (stdint.h): Likewise.
1790 * nat/mips-linux-watch.h (stdint.h): Likewise.
1791 * ppc-linux-nat.c (stdint.h): Likewise.
1792 * python/python-internal.h (stdint.h): Likewise.
1793 * stub-termcap.c (stdlib.h): Likewise.
1794 * target/target.h (stdint.h): Likewise.
1795 * xtensa-linux-nat.c (stdint.h): Likewise.
1796
1797 2015-06-23 Patrick Palka <patrick@parcs.ath.cx>
1798
1799 * top.c (init_history): Look at errno after calling strtol to
1800 properly map large GDBHISTSIZE values to infinity.
1801
1802 2015-06-23 Doug Evans <dje@google.com>
1803
1804 * inferior.h (struct inferior_suspend_state): Delete, unused.
1805 All references deleted.
1806
1807 2015-06-23 Mike Frysinger <vapier@gentoo.org>
1808
1809 * microblaze-tdep.c (microblaze_push_dummy_code): Delete.
1810 (microblaze_push_dummy_call): Likewise.
1811 (microblaze_gdbarch_init): Delete calls to set_gdbarch_push_dummy_code
1812 and set_gdbarch_push_dummy_call.
1813
1814 2015-06-23 Yao Qi <yao.qi@linaro.org>
1815
1816 * amd64-linux-nat.c (amd64_linux_fetch_inferior_registers):
1817 Check whether have_ptrace_getregset is TRIBOOL_TRUE explicitly.
1818 (amd64_linux_store_inferior_registers): Likewise.
1819 * arm-linux-nat.c (fetch_fpregister): Likewise.
1820 (fetch_fpregs, store_fpregister): Likewise.
1821 (store_fpregister, store_fpregs): Likewise.
1822 (fetch_register, fetch_regs): Likewise.
1823 (store_register, store_regs): Likewise.
1824 (fetch_vfp_regs, store_vfp_regs): Likewise.
1825 (arm_linux_read_description): Check have_ptrace_getregset is
1826 TRIBOOL_UNKNOWN. Set have_ptrace_getregset to TRIBOOL_TRUE
1827 or TRIBOOL_FALSE.
1828 * i386-linux-nat.c (fetch_xstateregs): Check
1829 have_ptrace_getregset is not TRIBOOL_TRUE.
1830 (store_xstateregs): Likewise.
1831 * linux-nat.c (have_ptrace_getregset): Change its type to
1832 enum tribool.
1833 * linux-nat.h (tribool): New enum.
1834 * x86-linux-nat.c (x86_linux_read_description): Use enum tribool.
1835 Check whether have_ptrace_getregset is TRIBOOL_TRUE.
1836
1837 2015-06-19 Doug Evans <dje@google.com>
1838
1839 * NEWS: Mention Sun's version of stabs is no longer supported.
1840 * elfread.c (free_elfinfo): Delete. All uses updated.
1841 (elfstab_offset_sections): Delete. All uses updated.
1842 * gdb-stabs.h (stab_section_info): Delete. All uses updated.
1843 * psympriv.h (partial_symtab) <section_offsets>: Delete.
1844 All uses updated.
1845 * psymtab.c (start_psymtab_common): Delete arg section_offsets.
1846 All callers updated.
1847
1848 2015-06-18 Simon Marchi <simon.marchi@ericsson.com>
1849
1850 * common/rsp-low.c (needs_escaping): New.
1851 (remote_escape_output): Add unit_size parameter. Refactor to
1852 support multi-byte addressable units. Rename parameters.
1853 * common/rsp-low.h (remote_escape_output): Add unit_size
1854 parameter and rename others. Update doc.
1855 * remote.c (align_for_efficient_write): New.
1856 (remote_write_bytes_aux): Add unit_size parameter and use it.
1857 Rename some variables. Update doc.
1858 (remote_xfer_partial): Get unit size and use it.
1859 (remote_read_bytes_1): Add unit_size parameter and use it.
1860 Rename some variables. Update doc.
1861 (remote_write_bytes): Same.
1862 (remote_xfer_live_readonly_partial): Same.
1863 (remote_read_bytes): Same.
1864 (remote_flash_write): Update call to remote_write_bytes_aux.
1865 (remote_write_qxfer): Update call to remote_escape_output.
1866 (remote_search_memory): Same.
1867 (remote_hostio_pwrite): Same.
1868
1869 2015-06-17 Luis Machado <lgustavo@codesourcery.com>
1870
1871 * breakpoint.c (add_location_to_breakpoint): Don't mark permanent
1872 locations as inserted.
1873 Update and expand comment about permanent locations.
1874 (bp_loc_is_permanent): Don't return 0 for bp_call_dummy.
1875 Move comment to add_location_to_breakpoint.
1876 (update_global_location_list): Don't error out if a permanent
1877 breakpoint is not marked inserted.
1878 Don't error out if a non-permanent breakpoint location is inserted on
1879 top of a permanent breakpoint.
1880
1881 2015-06-17 Luis Machado <lgustavo@codesourcery.com>
1882
1883 * breakpoint.c (make_breakpoint_permanent): Remove unused
1884 function.
1885 * breakpoint.h (make_breakpoint_permanent): Remove declaration.
1886
1887 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
1888
1889 PR gdb/16999
1890 * NEWS: Mention new GDBHISTSIZE behavior.
1891 * top.c (init_history): For null or out-of-range GDBHISTSIZE,
1892 set history size to unlimited. Ignore non-numeric GDBHISTSIZE.
1893
1894 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
1895
1896 * NEWS: Mention that GDBHISTSIZE is read instead of HISTSIZE.
1897 * top.c (init_history): Read from GDBHISTSIZE instead of
1898 HISTSIZE.
1899 (init_main): Refer to GDBHISTSIZE instead of HISTSIZE.
1900
1901 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
1902
1903 * top.c (gdb_safe_append_history): Do not call
1904 history_truncate_file if the history is not stifled.
1905
1906 2015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
1907
1908 * syscalls/s390-linux.xml: Add syscalls 344 through 354.
1909 * syscalls/s390x-linux.xml: Likewise.
1910
1911 2015-06-16 Michael Eager <eager@eagercon.com>
1912
1913 * nat/linux-namespaces.c (MSG_CMSG_CLOEXEC): Define if not defined.
1914
1915 2015-06-16 Patrick Palka <patrick@parcs.ath.cx>
1916
1917 * tui/tui-hooks.c (tui_selected_frame_level_changed_hook): Call
1918 target_terminal_ours_for_output() before calling
1919 tui_show_frame_info(), and restore the original terminal
1920 settings afterwards.
1921
1922 2015-06-16 Martin Simmons <martin@lispworks.com> (tiny patch)
1923
1924 * arm-linux-nat.c: Include nat/linux-ptrace.h.
1925
1926 2015-06-15 Simon Marchi <simon.marchi@ericsson.com>
1927
1928 * mi/mi-main.c (mi_cmd_data_read_memory_bytes): Consider addressable
1929 memory unit size.
1930 (mi_cmd_data_write_memory_bytes): Same.
1931
1932 2015-06-15 Simon Marchi <simon.marchi@ericsson.com>
1933
1934 * corefile.c (write_memory): Update doc.
1935 * gdbcore.h (write_memory): Same.
1936
1937 2015-06-15 Jan Kratochvil <jan.kratochvil@redhat.com>
1938
1939 * linux-tdep.c (enum filterflags): Make it from anonymous enum.
1940 (dump_mapping_p): Use it for parameter filterflags.
1941 (linux_find_memory_regions_full): Use it for variable filterflags.
1942
1943 2015-06-15 Aleksandar Ristovski <aristovski@qnx.com
1944 Jan Kratochvil <jan.kratochvil@redhat.com>
1945
1946 Merge multiple hex conversions.
1947 * monitor.c: Include rsp-low.h.
1948 (fromhex): Remove definition.
1949
1950 2015-06-15 Aleksandar Ristovski <aristovski@qnx.com
1951 Jan Kratochvil <jan.kratochvil@redhat.com>
1952
1953 Move utility functions to common/.
1954 * cli/cli-utils.c (skip_spaces, skip_spaces_const, skip_to_space_const):
1955 Move defs to common/common-utils.c.
1956 * cli/cli-utils.h (skip_spaces, skip_spaces_const, skip_to_space)
1957 (skip_to_space_const): Move decls to common/common-utils.h.
1958 * common/common-defs.h: Move include of common-types.h before
1959 common-utils.h.
1960 * common/common-utils.c: Include host-defs.h and ctype.h.
1961 (HIGH_BYTE_POSN, is_digit_in_base, digit_to_int, strtoulst): Move
1962 from utils.c.
1963 (skip_spaces, skip_spaces_const, skip_to_space_const): Move from
1964 cli/cli-utils.c.
1965 * common/common-utils.h (strtoulst): Move decl from utils.h.
1966 (skip_spaces, skip_spaces_const, skip_to_space, skip_to_space_const):
1967 Move from cli/cli-utils.h.
1968 * common/host-defs.h: Include limits.h.
1969 (TARGET_CHAR_BIT, HOST_CHAR_BIT): Moved from defs.h.
1970 (skip_spaces, skip_spaces_const): Move decls from cli/cli-utils.h.
1971 * defs.h (TARGET_CHAR_BIT, HOST_CHAR_BIT): Move to
1972 common/common-utils.h.
1973 * utils.c (HIGH_BYTE_POSN, is_digit_in_base, digit_to_int)
1974 (strtoulst): Move to common/common-utils.c.
1975 * utils.h (strtoulst): Moved decl to common/common-utils.h.
1976
1977 2015-06-15 Yao Qi <yao.qi@linaro.org>
1978
1979 * data-directory/Makefile.in (SYSCALLS_FILES): Add aarch64-linux.xml.
1980
1981 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
1982
1983 * build-id.c: Don't include elf-bfd.h.
1984 (build_id_bfd_get): Use bfd_build_id.
1985 (build_id_verify): Ditto.
1986 * build-id.h: Ditto.
1987 (find_separate_debug_file_by_buildid): Ditto.
1988 * python/py-objfile.c: Don't include elf-bfd.h.
1989 (objfpy_get_build_id) Use bfd_build_id.
1990 (objfpy_build_id_matches, objfpy_lookup_objfile_by_build_id): Ditto.
1991 * coffread.c: Include build-id.h.
1992 (coff_symfile_read): Try find_separate_debug_file_by_buildid.
1993
1994 2015-06-03 Jon Turney <jon.turney@dronecode.org.uk>
1995
1996 * windows-nat.c (do_windows_fetch_inferior_registers)
1997 (handle_output_debug_string): Replace __COPY_CONTEXT_SIZE
1998 conditional with __CYGWIN__.
1999
2000 2015-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
2001
2002 * completer.c: Add arch-utils.h include.
2003 (enum reg_completer_targets): New enum.
2004 (reg_or_group_completer_1): New function containing old
2005 reg_or_group_completer, add and use new parameter to control what
2006 is completed on. Use get_current_arch rather than architecture of
2007 currently selected frame.
2008 (reg_or_group_completer): Call new reg_or_group_completer_1.
2009 (reggroup_completer): Call new reg_or_group_completer_1.
2010 * completer.h (reggroup_completer): Add declaration.
2011 * tui/tui-regs.c: Add 'completer.h' include.
2012 (tui_reg_next_command): Renamed to...
2013 (tui_reg_next): ...this. Adjust parameters and return rather than
2014 display new group.
2015 (tui_reg_prev_command): Renamed to...
2016 (tui_reg_prev): ...this. Adjust parameters and return rather than
2017 display new group.
2018 (tui_reg_float_command): Delete.
2019 (tui_reg_general_command): Delete.
2020 (tui_reg_system_command): Delete.
2021 (tui_reg_command): Rewrite to perform switching of register group.
2022 Add header comment.
2023 (tuireglist): Remove.
2024 (tui_reggroup_completer): New function.
2025 (_initialize_tui_regs): Remove 'tui reg' sub-commands, update
2026 creation of 'tui reg' command.
2027 * NEWS: Add comment about 'tui reg' changes.
2028
2029 2015-06-12 Simon Marchi <simon.marchi@ericsson.com>
2030
2031 * target.c (target_read): Consider addressable unit size when
2032 reading from a memory object.
2033 (read_memory_robust): Same.
2034 (read_whatever_is_readable): Same.
2035 (target_write_with_progress): Consider addressable unit size
2036 when writing to a memory object.
2037 * target.h (target_read): Update documentation.
2038 (target_write): Add documentation.
2039
2040 2015-06-12 Simon Marchi <simon.marchi@ericsson.com>
2041
2042 * arch-utils.h (default_addressable_memory_unit_size): New.
2043 * arch-utils.c (default_addressable_memory_unit_size): New.
2044 * gdbarch.sh (addressable_memory_unit_size): New.
2045 * gdbarch.h: Re-generate.
2046 * gdbarch.c: Re-generate.
2047
2048 2015-06-12 Simon Marchi <simon.marchi@ericsson.com>
2049
2050 * target.c (target_read): Rename variables and use
2051 TARGET_XFER_E_IO.
2052 (target_read_with_progress): Same.
2053 (read_memory_robust): Constify parameters and rename
2054 variables.
2055 (read_whatever_is_readable): Constify parameters,
2056 rename variables, adjust formatting.
2057 * target.h (read_memory_robust): Constify parameters.
2058
2059 2015-06-12 Ulrich Weigand <uweigand@de.ibm.com>
2060
2061 * ppc-sysv-tdep.c (ppc64_sysv_abi_return_value_base): Handle short
2062 synthetic (non-AltiVec) vector types.
2063 (ppc64_sysv_abi_return_value): Likewise.
2064
2065 2015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
2066
2067 PR breakpoints/16465
2068 * breakpoint.c (create_breakpoint): Save extra_string for
2069 pending breakpoints.
2070
2071 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
2072
2073 * i386-tdep.c (i386_mpx_get_bt_entry): Add a cast for mpx_bd_mask
2074 and bt_mask to CORE_ADDR.
2075
2076 2015-06-11 Gary Benson <gbenson@redhat.com>
2077
2078 * nat/linux-namespaces.c (mnsh_send_message): Use pulongest.
2079 (mnsh_recv_message): Likewise.
2080
2081 2015-06-11 Walfred Tedeschi <walfred.tedeschi@intel.com>
2082
2083 * i386-tdep.c (i386_mpx_print_bounds): use of LONGEST instead of
2084 long long int and plongest instead of %ll.
2085
2086 2015-06-11 Gary Benson <gbenson@redhat.com>
2087
2088 * nat/linux-namespaces.c (gdb_wait.h): New include.
2089 (sys/wait.h): Do not include.
2090
2091 2015-06-10 Simon Marchi <simon.marchi@ericsson.com>
2092
2093 * dwarf2read.c (dwarf_record_line): Call dwarf_record_line if
2094 end_sequence is true.
2095
2096 2015-06-10 Jan Kratochvil <jan.kratochvil@redhat.com>
2097
2098 Code cleanup.
2099 * solib-target.c (library_list_start_list): Use explicit NULL
2100 comparison.
2101
2102 2015-06-10 Jan Kratochvil <jan.kratochvil@redhat.com>
2103
2104 * solib-target.c (library_list_start_list): Do not dereference
2105 variable version in its initialization. Make the VERSION check handle
2106 NULL.
2107 (library_list_attributes): Make "version" GDB_XML_AF_OPTIONAL.
2108
2109 2015-06-10 Gary Benson <gbenson@redhat.com>
2110
2111 * NEWS: Announce support for direct access of executable and
2112 shared library files when attaching to inferiors in containers
2113 on GNU/Linux systems.
2114
2115 2015-06-10 Gary Benson <gbenson@redhat.com>
2116
2117 * remote.c (struct remote_state) <fs_pid>: New field.
2118 (new_remote_state): Initialize the above.
2119 (PACKET_vFile_setfs): New enum value.
2120 (remote_hostio_set_filesystem): New function.
2121 (remote_hostio_open): Call the above.
2122 (remote_hostio_unlink): Likewise.
2123 (remote_hostio_readlink): Likewise.
2124 (_initialize_remote): Register new "set/show remote
2125 hostio-setfs-packet" command.
2126 * NEWS: Announce new vFile:setfs packet.
2127
2128 2015-06-10 Gary Benson <gbenson@redhat.com>
2129
2130 * linux-nat.c (nat/linux-namespaces.h): New include.
2131 (fileio.h): Likewise.
2132 (linux_nat_filesystem_is_local): New function.
2133 (linux_nat_fileio_pid_of): Likewise.
2134 (linux_nat_fileio_open): Likewise.
2135 (linux_nat_fileio_readlink): Likewise.
2136 (linux_nat_fileio_unlink): Likewise.
2137 (linux_nat_add_target): Initialize to_filesystem_is_local,
2138 to_fileio_open, to_fileio_readlink and to_fileio_unlink.
2139 (_initialize_linux_nat): New "set/show debug linux-namespaces"
2140 commands.
2141 * NEWS: Mention new "set/show debug linux-namespaces" commands.
2142
2143 2015-06-10 Gary Benson <gbenson@redhat.com>
2144
2145 * target.h (struct inferior): New forward declaration.
2146 (struct target_ops) <to_filesystem_is_local>: Update comment.
2147 (struct target_ops) <to_fileio_open>: New argument inf.
2148 Update comment. All implementations updated.
2149 (struct target_ops) <to_fileio_unlink>: Likewise.
2150 (struct target_ops) <to_fileio_readlink>: Likewise.
2151 (target_filesystem_is_local): Update comment.
2152 (target_fileio_open): New argument inf. Update comment.
2153 (target_fileio_unlink): Likewise.
2154 (target_fileio_readlink): Likewise.
2155 (target_fileio_read_alloc): Likewise.
2156 (target_fileio_read_stralloc): Likewise.
2157 * target.c (target_fileio_open): New argument inf.
2158 Pass inf to implementation. Update debug printing.
2159 (target_fileio_unlink): Likewise.
2160 (target_fileio_readlink): Likewise.
2161 (target_fileio_read_alloc_1): New argument inf. Pass inf
2162 to target_fileio_open.
2163 (target_fileio_read_alloc): New argument inf. Pass inf to
2164 target_fileio_read_alloc_1.
2165 (target_fileio_read_stralloc): Likewise.
2166 * gdb_bfd.c (inferior.h): New include.
2167 (gdb_bfd_iovec_fileio_open): Replace unused "open_closure"
2168 argument with new argument "inferior". Pass inferior to
2169 target_fileio_open.
2170 (gdb_bfd_open): Supply inferior argument to
2171 gdb_bfd_iovec_fileio_open.
2172 * linux-tdep.c (linux_info_proc): Supply inf argument to
2173 relevant target_fileio calls.
2174 (linux_find_memory_regions_full): Likewise.
2175 (linux_fill_prpsinfo): Likewise.
2176 * remote.c (remote_filesystem_is_local): Supply inf
2177 argument to remote_hostio_open.
2178 (remote_file_put): Likewise.
2179 (remote_file_get): Likewise.
2180 (remote_file_delete): Supply inf argument to
2181 remote_hostio_unlink.
2182
2183 2015-06-10 Gary Benson <gbenson@redhat.com>
2184
2185 * inf-child.c (inf_child_fileio_open): Replace comment.
2186 (inf_child_fileio_pwrite): Likewise.
2187 (inf_child_fileio_pread): Likewise.
2188 (inf_child_fileio_fstat): Insert blank line before comment.
2189 (inf_child_fileio_close): Replace comment.
2190 (inf_child_fileio_unlink): Likewise.
2191 (inf_child_fileio_readlink): Likewise.
2192 * remote.c (remote_hostio_open): Likewise.
2193 (remote_hostio_pread): Likewise.
2194 (remote_hostio_pwrite): Likewise.
2195 (remote_hostio_close): Likewise.
2196 (remote_hostio_unlink): Likewise.
2197 (remote_hostio_readlink): Likewise.
2198 (remote_hostio_fstat): Likewise.
2199 (remote_filesystem_is_local): Likewise.
2200 * target.c (target_fileio_open): Likewise.
2201 (target_fileio_pwrite): Likewise.
2202 (target_fileio_pread): Likewise.
2203 (target_fileio_fstat): Insert blank line before comment.
2204 (target_fileio_close): Replace comment.
2205 (target_fileio_unlink): Likewise.
2206 (target_fileio_readlink): Likewise.
2207 (target_fileio_read_alloc): Likewise.
2208 (target_fileio_read_stralloc): Likewise.
2209
2210 2015-06-10 Gary Benson <gbenson@redhat.com>
2211
2212 * linux-thread-db.c (nat/linux-namespaces.h): New include.
2213 (check_pid_namespace_match): Use linux_ns_same rather than
2214 linux_proc_pid_get_ns to spot PID namespace mismatches.
2215 * nat/linux-procfs.h (linux_proc_pid_get_ns): Remove.
2216 * nat/linux-procfs.c (linux_proc_pid_get_ns): Likewise.
2217
2218 2015-06-10 Gary Benson <gbenson@redhat.com>
2219
2220 * configure.ac (AC_CHECK_FUNCS): Add setns.
2221 * config.in: Regenerate.
2222 * configure: Likewise.
2223 * nat/linux-namespaces.h: New file.
2224 * nat/linux-namespaces.c: Likewise.
2225 * Makefile.in (HFILES_NO_SRCDIR): Add nat/linux-namespaces.h.
2226 (linux-namespaces.o): New rule.
2227 * config/aarch64/linux.mh (NATDEPFILES): Add linux-namespaces.o.
2228 * config/alpha/alpha-linux.mh (NATDEPFILES): Likewise.
2229 * config/arm/linux.mh (NATDEPFILES): Likewise.
2230 * config/i386/linux.mh (NATDEPFILES): Likewise.
2231 * config/i386/linux64.mh (NATDEPFILES): Likewise.
2232 * config/ia64/linux.mh (NATDEPFILES): Likewise.
2233 * config/m32r/linux.mh (NATDEPFILES): Likewise.
2234 * config/m68k/linux.mh (NATDEPFILES): Likewise.
2235 * config/mips/linux.mh (NATDEPFILES): Likewise.
2236 * config/pa/linux.mh (NATDEPFILES): Likewise.
2237 * config/powerpc/linux.mh (NATDEPFILES): Likewise.
2238 * config/powerpc/ppc64-linux.mh (NATDEPFILES): Likewise.
2239 * config/powerpc/spu-linux.mh (NATDEPFILES): Likewise.
2240 * config/s390/linux.mh (NATDEPFILES): Likewise.
2241 * config/sparc/linux.mh (NATDEPFILES): Likewise.
2242 * config/sparc/linux64.mh (NATDEPFILES): Likewise.
2243 * config/tilegx/linux.mh (NATDEPFILES): Likewise.
2244 * config/xtensa/linux.mh (NATDEPFILES): Likewise.
2245
2246 2015-06-10 Gary Benson <gbenson@redhat.com>
2247
2248 * utils.h (make_cleanup_close): Moved to common/filestuff.h.
2249 * utils.c (do_close_cleanup): Moved to common/filestuff.c.
2250 (make_cleanup_close): Likewise.
2251 * common/filestuff.h (make_cleanup_close): Moved from utils.h.
2252 * common/filestuff.c (do_close_cleanup): Moved from utils.c.
2253 (make_cleanup_close): Likewise.
2254
2255 2015-06-03 Jon Turney <jon.turney@dronecode.org.uk>
2256
2257 * windows-nat.c (thread_rec): Also ignore ERROR_INVALID_HANDLE
2258 from SuspendThread().
2259
2260 2015-06-03 Jon Turney <jon.turney@dronecode.org.uk>
2261
2262 * windows-nat.c (handle_output_debug_string): Trim trailing '\n'
2263 from OutputDebugString.
2264
2265 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
2266 Mircea Gherzan <mircea.gherzan@intel.com>
2267
2268 * i386-tdep.c (MPX_BASE_MASK, MPX_BD_MASK, MPX_BT_MASK, MPX_BD_MASK_32,
2269 MPX_BT_MASK_32): New macros.
2270 (i386_mpx_set_bounds): New function that implements
2271 the command "set-mpx-bound".
2272 (i386_mpx_enabled): Helper function to test MPX availability.
2273 (i386_mpx_bd_base): Helper function to calculate the base directory
2274 address.
2275 (i386_mpx_get_bt_entry): Helper function to access a bound
2276 table entry.
2277 (i386_mpx_print_bounds): Effectively display bound information.
2278 (_initialize_i386_tdep): Add new commands to commands "set mpx" and
2279 "show mpx".
2280 (_initialize_i386_tdep):
2281 Add "bound" to the commands "show mpx" and "set mpx" commands.
2282 (mpx_set_cmdlist and mpx_show_cmdlist): List for the new prefixed "set mpx"
2283 and "show mpx" commands.
2284 * NEWS: List new commands for MPX support.
2285
2286 2015-06-09 Gary Benson <gbenson@redhat.com>
2287
2288 * common/fileio.h (fileio_to_host_mode): New declaration.
2289 * common/fileio.c (fileio_to_host_mode): New Function.
2290 * inf-child.c (inf_child_fileio_open): Process mode argument
2291 with fileio_to_host_mode.
2292
2293 2015-06-09 Gary Benson <gbenson@redhat.com>
2294
2295 * common/fileio.c (fileio_mode_pack): Fix preprocessor
2296 conditional.
2297
2298 2015-06-05 Gary Benson <gbenson@redhat.com>
2299
2300 * gdb_bfd.c (gdb_bfd_open): Move vgdb special case to...
2301 * remote.c (remote_filesystem_is_local): ...here.
2302
2303 2015-06-04 Yao Qi <yao.qi@linaro.org>
2304
2305 * gdbarch.c: Regenerate it.
2306
2307 2015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
2308
2309 * arch-utils.c (default_infcall_munmap): New.
2310 * arch-utils.h (default_infcall_munmap): New declaration.
2311 * compile/compile-object-load.c (struct munmap_list, munmap_list_add)
2312 (munmap_list_free, munmap_listp_free_cleanup): New.
2313 (struct setup_sections_data): Add field munmap_list_headp.
2314 (setup_sections): Call munmap_list_add.
2315 (compile_object_load): New variable munmap_list_head, initialize
2316 setup_sections_data.munmap_list_headp, return munmap_list_head.
2317 * compile/compile-object-load.h (struct munmap_list): New declaration.
2318 (struct compile_module): Add field munmap_list_head.
2319 (munmap_list_free): New declaration.
2320 * compile/compile-object-run.c (struct do_module_cleanup): Add field
2321 munmap_list_head.
2322 (do_module_cleanup): Call munmap_list_free.
2323 (compile_object_run): Pass munmap_list_head to do_module_cleanup.
2324 * gdbarch.c: Regenerate.
2325 * gdbarch.h: Regenerate.
2326 * gdbarch.sh (infcall_munmap): New.
2327 * linux-tdep.c (linux_infcall_munmap): New.
2328 (linux_init_abi): Install it.
2329
2330 2015-06-02 Simon Marchi <simon.marchi@ericsson.com>
2331
2332 PR gdb/15564
2333 * inferior.c (detach_inferior): Call exit_inferior_1 with silent = 0.
2334
2335 2015-06-02 Yao Qi <yao.qi@linaro.org>
2336
2337 * i386-linux-nat.c: Include linux-nat.h.
2338
2339 2015-06-01 Andreas Schwab <schwab@linux-m68k.org>
2340 Jan Kratochvil <jan.kratochvil@redhat.com>
2341
2342 PR symtab/18392
2343 * dwarf2-frame-tailcall.c (pretended_chain_levels): Correct
2344 assertion.
2345 * dwarf2loc.c (chain_candidate): Likewise.
2346
2347 2015-06-01 Yao Qi <yao.qi@linaro.org>
2348
2349 * arm-linux-nat.c (fetch_vfp_regs): Use PTRACE_GETREGSET.
2350 (store_vfp_regs): Use PTRACE_SETREGSET.
2351
2352 2015-06-01 Yao Qi <yao.qi@linaro.org>
2353
2354 * arm-linux-nat.c (fetch_fpregister): Use PTRACE_GETREGSET.
2355 (fetch_fpregs): Likewise.
2356 * arm-linux-nat.c (store_fpregister): Use PTRACE_SETREGSET.
2357 (store_fpregs): Likewise.
2358
2359 2015-06-01 Yao Qi <yao.qi@linaro.org>
2360
2361 * arm-linux-nat.c (fetch_register): Use PTRACE_GETREGSET.
2362 (fetch_regs): Likewise.
2363 (store_regs): Use PTRACE_SETREGSET.
2364 (store_register): Likewise.
2365
2366 2015-06-01 Yao Qi <yao.qi@linaro.org>
2367
2368 * arm-linux-nat.c (arm_linux_read_description): Check whether
2369 kernel supports PTRACE_GETREGSET.
2370
2371 2015-06-01 Yao Qi <yao.qi@linaro.org>
2372
2373 * x86-linux-nat.c (have_ptrace_getregset): Move it to ...
2374 * linux-nat.c: ... here.
2375 * x86-linux-nat.h (have_ptrace_getregset): Move the declaration
2376 to ...
2377 * linux-nat.h: ... here.
2378
2379 2015-06-01 Yao Qi <yao.qi@linaro.org>
2380
2381 * amd64-linux-nat.c: Include "nat/linux-ptrace.h".
2382 * i386-linux-nat.c: Likewise.
2383 * nat/linux-ptrace.h (PTRACE_GETREGSET, PTRACE_SETREGSET): Define.
2384 * s390-linux-nat.c: Include "nat/linux-ptrace.h".
2385 (PTRACE_GETREGSET, PTRACE_SETREGSET): Remove.
2386 * x86-linux-nat.c: Include "nat/linux-ptrace.h".
2387 * x86-linux-nat.h (PTRACE_GETREGSET, PTRACE_SETREGSET): Remove.
2388
2389 2015-05-30 Eli Zaretskii <eliz@gnu.org>
2390
2391 * go32-nat.c (go32_xfer_memory): Fix the return value to be
2392 compatible to what read_child and write_child return. This
2393 unbreaks that DJGPP build of GDB which was broken since v7.7.
2394
2395 2015-05-29 Martin Galvan <martin.galvan@tallertechnologies.com>
2396
2397 * MAINTAINERS (Write After Approval): Add Martin Galvan.
2398
2399 2015-05-29 Roland McGrath <mcgrathr@google.com>
2400
2401 PR gdb/18464
2402 * osabi.c (generic_elf_osabi_sniff_abi_tag_sections): Use warning
2403 rather than internal_error for an unrecognized value.
2404
2405 2015-05-29 Max Filippov <jcmvbkbc@gmail.com>
2406
2407 * xtensa-tdep.c (xtensa_pseudo_register_read)
2408 (xtensa_pseudo_register_write): Don't alias last pseudo register
2409 to a1.
2410
2411 2015-05-28 Don Breazeal <donb@codesourcery.com>
2412
2413 * infrun.c (follow_fork_inferior): Ensure the use of
2414 process-style ptids (pid,0,0) in verbose/debug "Detaching"
2415 messages.
2416
2417 2015-05-28 Doug Evans <dje@google.com>
2418
2419 * dwarf2read.c (record_line_ftype): Remove, duplicate.
2420
2421 2015-05-28 Yao Qi <yao.qi@linaro.org>
2422
2423 * arm-linux-nat.c (arm_linux_has_wmmx_registers): Remove.
2424 (arm_linux_fetch_inferior_registers): Use
2425 tdep->have_wmmx_registers instead of arm_linux_has_wmmx_registers.
2426 (arm_linux_store_inferior_registers): Likewise.
2427 (arm_linux_read_description): Don't set
2428 arm_linux_has_wmmx_registers.
2429 * arm-tdep.c (arm_gdbarch_init): Set
2430 tdep->have_wmmx_registers according target descriptions.
2431 * arm-tdep.h (struct gdbarch_tdep) <have_wmmx_registers>: New
2432 field.
2433
2434 2015-05-28 Yao Qi <yao.qi@linaro.org>
2435
2436 * arm-linux-nat.c (arm_linux_vfp_register_count): Remove.
2437 (fetch_vfp_regs): Use vfp_register_count from gdbarch_tdep
2438 instead of arm_linux_vfp_register_count.
2439 (store_vfp_regs): Likewise.
2440 (arm_linux_fetch_inferior_registers): Likewise.
2441 (arm_linux_store_inferior_registers): Likewise.
2442 (arm_linux_read_description): Don't set
2443 arm_linux_vfp_register_count.
2444 * arm-linux-tdep.c (arm_linux_iterate_over_regset_sections):
2445 Adjust.
2446 * arm-tdep.c (arm_gdbarch_init): Add assert on
2447 vfp_register_count.
2448 * arm-tdep.h (struct gdbarch_tdep) <have_vfp_registers>: Rename
2449 field to vfp_register_count. All users updated.
2450
2451 2015-05-28 Kyle Huey <me@kylehuey.com> (tiny patch)
2452
2453 * gdb/arm-tdep.c (arm_gdbarch_init): Perform arm_abi detection on
2454 ELFOSABI_GNU binaries.
2455
2456 2015-05-27 Doug Evans <dje@google.com>
2457
2458 * dwarf2read.c (lnp_state_machine): New typedef.
2459 (lnp_reader_state): New typedef.
2460 (dwarf_record_line_1): Renamed from dwarf_record_line.
2461 All callers updated.
2462 (dwarf_record_line): New function.
2463 (init_lnp_state_machine): New function.
2464 (check_line_address): Replace p_record_line parameter with state.
2465 All callers updated.
2466 (dwarf_decode_lines_1): Call dwarf_record_line, init_lnp_state_machine.
2467 Update to record state in lnp_state_machine.
2468
2469 2015-05-27 Doug Evans <dje@google.com>
2470
2471 * dwarf2read.c (record_line_ftype): New typedef.
2472 (check_line_address): New function.
2473 (dwarf_decode_lines_1): Call it.
2474
2475 2015-05-27 Doug Evans <dje@google.com>
2476
2477 * NEWS: Mention "set debug dwarf-line".
2478 * dwarf2read.c (dwarf_line_debug): New static global.
2479 (add_include_dir): Add debug dwarf-line support.
2480 (add_file_name, dwarf_record_line, dwarf_finish_line): Ditto.
2481 (_initialize_dwarf2_read): New parameter "debug dwarf-line".
2482
2483 2015-05-27 Doug Evans <dje@google.com>
2484
2485 * cp-namespace.c (cp_lookup_nested_symbol): New arg "domain".
2486 All callers updated.
2487 (cp_lookup_nested_symbol_1, find_symbol_in_baseclass): Ditto.
2488 * cp-support.h (cp_lookup_nested_symbol): Update.
2489
2490 2015-05-27 Doug Evans <dje@google.com>
2491
2492 PR symtab/18258
2493 * block.c (block_find_symbol): New function.
2494 (block_find_non_opaque_type): Ditto.
2495 (block_find_non_opaque_type_preferred): Ditto.
2496 * block.h (block_symbol_matcher_ftype): New typedef.
2497 (block_find_symbol): Declare.
2498 (block_find_non_opaque_type): Ditto.
2499 (block_find_non_opaque_type_preferred): Ditto.
2500 * dwarf2read.c (dw2_lookup_symbol): Call block_find_symbol.
2501 * psymtab.c (psym_lookup_symbol): Ditto.
2502 * symtab.c (basic_lookup_transparent_type_1): New function.
2503 (basic_lookup_transparent_type): Call it.
2504
2505 2015-05-27 Yao Qi <yao.qi@linaro.org>
2506
2507 * aarch64-tdep.c (aarch64_record_data_proc_simd_fp): Return
2508 AARCH64_RECORD_UNKNOWN for unknown instruction encoding.
2509
2510 2015-05-27 Yao Qi <yao.qi@linaro.org>
2511
2512 * aarch64-tdep.c (aarch64_record_branch_except_sys): Split lines
2513 before operator &&.
2514 (aarch64_record_load_store): Likewise.
2515
2516 2015-05-26 Doug Evans <dje@google.com>
2517
2518 PR c++/18141, c++/18417.
2519 * cp-support.c (cp_lookup_rtti_type): Handle the case of NAME being
2520 a typedef.
2521
2522 2015-05-26 Doug Evans <dje@google.com>
2523
2524 * NEWS: Add entries for command renamings.
2525 * dwarf2read.c (dwarf_read_debug): Renamed from dwarf2_read_debug.
2526 All uses updated.
2527 (dwarf_die_debug): Renamed from dwarf2_die_debug. All uses updated.
2528 (dwarf_max_cache_age): Renamed from dwarf2_max_cache_age.
2529 All uses updated.
2530 (show_dwarf_max_cache_age): Renamed from show_dwarf2_max_cache_age.
2531 All callers updated. Fix spelling of DWARF in help text.
2532 (set_dwarf_cmdlist): Renamed from set_dwarf2_cmdlist.
2533 All uses updated.
2534 (show_dwarf_cmdlist): Renamed from show_dwarf2_cmdlist.
2535 All uses updated.
2536 (set_dwarf_cmd): Renamed from set_dwarf2_cmd. All callers updated.
2537 (show_dwarf_cmd): Renamed from show_dwarf2_cmd. All callers updated.
2538 (dwarf_always_disassemble): Renamed from dwarf_always_disassemble.
2539 All uses updated.
2540 (show_dwarf_always_disassemble): Renamed from
2541 show_dwarf2_always_disassemble. All callers updated.
2542 (_initialize_dwarf2_read): Rename "set/show dwarf2" prefix to
2543 "set/show dwarf". Rename "set/show dwarf2 max-cache-age" to
2544 "set/show dwarf max-cache-age". Rename
2545 "set/show dwarf2 always-disassemble" to
2546 "set/show dwarf always-disassemble". Rename
2547 "set/show debug dwarf2-read" to "set/show debug dwarf-read". Rename
2548 "set/show debug dwarf2-die" to "set/show debug dwarf-die".
2549
2550 2015-05-26 Doug Evans <dje@google.com>
2551
2552 PR python/18438
2553 * python/py-lazy-string.c (stpy_convert_to_value): Use
2554 gdbpy_gdb_memory_error not PyExc_MemoryError.
2555 (gdbpy_create_lazy_string_object): Ditto.
2556
2557 2015-05-26 Andrew Burgess <andrew.burgess@embecosm.com>
2558
2559 * tui/tui-regs.c (tui_reg_next_command): Compare against NULL.
2560
2561 2015-05-26 Andrew Burgess <andrew.burgess@embecosm.com>
2562
2563 * tui/tui-regs.c (tui_reg_prev_command): New function.
2564 (_initialize_tui_regs): Add 'prev' command for 'tui reg'.
2565 * reggroups.c (reggroup_prev): New function.
2566 * reggroups.h (reggroup_prev): Add declaration. Update comment.
2567
2568 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
2569 Yao Qi <yao.qi@linaro.org>
2570
2571 * aarch64-linux-tdep.c: Include linux-record.h and
2572 record-full.h.
2573 (struct linux_record_tdep aarch64_linux_record_tdep): Declare.
2574 (aarch64_syscall): New enum.
2575 (aarch64_canonicalize_syscall): New function.
2576 (aarch64_all_but_pc_registers_record): New function.
2577 (aarch64_linux_syscall_record): New function.
2578 (aarch64_linux_init_abi): Install AArch64 process record
2579 handler. Update to handle syscall recording.
2580 * aarch64-tdep.c: Include record.h and record-full.h.
2581 (submask, bit, bits, REG_ALLOC, MEM_ALLOC): New macros.
2582 (struct aarch64_mem_r): Define.
2583 (aarch64_record_result): New enum.
2584 (struct insn_decode_record): Define.
2585 (insn_decode_record): New typedef.
2586 (aarch64_record_data_proc_reg): New function.
2587 (aarch64_record_data_proc_imm): New function.
2588 (aarch64_record_branch_except_sys): New function.
2589 (aarch64_record_load_store): New function.
2590 (aarch64_record_data_proc_simd_fp): New function.
2591 (aarch64_record_asimd_load_store): New function.
2592 (aarch64_record_decode_insn_handler): New function.
2593 (deallocate_reg_mem): New function.
2594 (aarch64_process_record): New function.
2595 * aarch64-tdep.h (struct gdbarch_tdep) <aarch64_syscall_record>:
2596 New field.
2597 (aarch64_process_record): New extern declaration.
2598 * configure.tgt: Add linux-record.o to gdb_target_obs.
2599 * linux-record.h (struct linux_record_tdep) <arg7>: New field.
2600
2601 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
2602
2603 * NEWS: Add a note on process record-replay support on aarch64*-linux*
2604 targets.
2605
2606 2015-05-26 Martin Galvan <martin.galvan@tallertechnologies.com>
2607
2608 * amd64-tdep.c: Replace in_function_epilogue_p with
2609 stack_frame_destroyed_p throughout.
2610 * arch-utils.c: Ditto.
2611 * arch-utils.h: Ditto.
2612 * arm-tdep.c: Ditto.
2613 * breakpoint.c: Ditto.
2614 * gdbarch.sh: Ditto.
2615 * hppa-tdep.c: Ditto.
2616 * i386-tdep.c: Ditto.
2617 * mips-tdep.c: Ditto.
2618 * nios2-tdep.c: Ditto.
2619 * rs6000-tdep.c: Ditto.
2620 * s390-linux-tdep.c: Ditto.
2621 * score-tdep.c: Ditto.
2622 * sh-tdep.c: Ditto.
2623 * sparc-tdep.c: Ditto.
2624 * sparc-tdep.h: Ditto.
2625 * sparc64-tdep.c: Ditto.
2626 * spu-tdep.c: Ditto.
2627 * tic6x-tdep.c: Ditto.
2628 * tilegx-tdep.c: Ditto.
2629 * xstormy16-tdep.c: Ditto.
2630 * gdbarch.c, gdbarch.h: Re-generated.
2631
2632 2015-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
2633
2634 * NEWS: Mention 'tui enable' and 'tui disable'.
2635 * tui/tui.c (tui_enable_command): New function.
2636 (tui_disable_command): New function.
2637 (_initialize_tui): New function.
2638
2639 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
2640
2641 * tui/tui-regs.c (tui_reg_next_command): Use NULL not 0.
2642
2643 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
2644
2645 * tui/tui-layout.c (tui_set_layout_for_display_command): Ensure
2646 buf_ptr is freed.
2647
2648 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
2649
2650 * tui/tui-layout.c (tui_layout_command): Move call to tui_enable
2651 into ...
2652 (tui_set_layout_for_display_command): ...here, before calling
2653 tui_set_layout. Only set the layout if gdb has not already
2654 entered the TUI_FAILURE state.
2655
2656 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
2657
2658 * tui/tui-layout.c (layout_completer): New function.
2659 (_initialize_tui_layout): Set completer on layout command.
2660
2661 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
2662
2663 * tui/tui-layout.c (tui_set_layout): Remove
2664 tui_register_display_type parameter. Remove all checking of this
2665 parameter, and reindent function. Update header comment.
2666 (tui_set_layout_for_display_command): Rename to...
2667 (tui_set_layout_by_name): ...this, and don't check for different
2668 register class types, don't pass a tui_register_display_type to
2669 tui_set_layout. Update header comment.
2670 (layout_names): Remove register set specific names.
2671 * tui/tui-layout.h (tui_set_layout): Remove
2672 tui_register_display_type parameter.
2673 * tui/tui.c (tui_rl_change_windows): Don't pass a
2674 tui_register_display_type to tui_set_layout.
2675 (tui_rl_delete_other_windows): Likewise.
2676 (tui_enable): Likewise.
2677 * tui/tui-data.h (TUI_FLOAT_REGS_NAME): Remove.
2678 (TUI_FLOAT_REGS_NAME_LOWER): Remove.
2679 (TUI_GENERAL_REGS_NAME): Remove.
2680 (TUI_GENERAL_REGS_NAME_LOWER): Remove.
2681 (TUI_SPECIAL_REGS_NAME): Remove.
2682 (TUI_SPECIAL_REGS_NAME_LOWER): Remove.
2683 (TUI_GENERAL_SPECIAL_REGS_NAME): Remove.
2684 (TUI_GENERAL_SPECIAL_REGS_NAME_LOWER): Remove.
2685 (enum tui_register_display_type): Remove.
2686 (struct tui_layout_def): Remove regs_display_type and
2687 float_regs_display_type fields.
2688 (struct tui_data_info): Remove regs_display_type field.
2689 (tui_layout_command): Use new name for
2690 tui_set_layout_for_display_command.
2691 * tui/tui-data.c (layout_def): Don't initialise removed fields.
2692 (tui_clear_win_detail): Don't initialise removed fields of
2693 win_info.
2694 * tui/tui-regs.c (tui_show_registers): Use new name for
2695 tui_set_layout_for_display_command.
2696 * tui/tui.h (tui_set_layout_for_display_command): Rename
2697 declaration to...
2698 (tui_set_layout_by_name): ...this.
2699 * printcmd.c (display_command): Remove tui related layout call,
2700 and reindent.
2701
2702 2015-05-20 Joel Brobecker <brobecker@adacore.com>
2703
2704 * infrun.c (handle_inferior_event_1): Renames handle_inferior_event.
2705 (handle_inferior_event): New function.
2706
2707 2015-05-20 Joel Brobecker <brobecker@adacore.com>
2708
2709 * ada-lang.c (to_fixed_array_type): Rename local variable
2710 typename into type_name.
2711
2712 2015-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
2713
2714 Fix ASAN crash for gdb.compile/compile.exp.
2715 * infcall.c (call_function_by_hand_dummy): Use xstrdup for NAME.
2716
2717 2015-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
2718
2719 * compile/compile-c-symbols.c (convert_symbol_sym, gcc_convert_symbol)
2720 (gcc_symbol_address): Change gdb_stdout to gdb_stdlog.
2721 * compile/compile-object-load.c (setup_sections, compile_object_load):
2722 Likewise.
2723 * compile/compile.c (compile_to_object): Likewise.
2724
2725 2015-05-16 Doug Evans <xdje42@gmail.com>
2726
2727 * NEWS: Mention support for unbuffered Guile memory ports.
2728 * scm-ports.c (ioscm_memory_port): Update comments on end, size.
2729 (ioscm_lseek_address): Improve overflow calculation.
2730 (gdbscm_memory_port_fill_input): Add assert.
2731 (gdbscm_memory_port_write): Handle unbuffered ports.
2732 Handle large writes identical to Guile's fport_write.
2733 (gdbscm_memory_port_seek): Fix seeking past end check.
2734 (gdbscm_memory_port_close): Handle closing unbuffered port.
2735 (ioscm_parse_mode_bits): Recognize "0" for unbuffered ports.
2736 (ioscm_init_memory_port): Handle unbuffered ports.
2737 (ioscm_reinit_memory_port): Ditto.
2738 (ioscm_init_memory_port): Update size calculation.
2739 (gdbscm_open_memory): Support zero sized ports.
2740
2741 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
2742
2743 * compile/compile-object-load.c (get_out_value_type): Fix uninitialized
2744 variable compiler warnings.
2745
2746 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
2747
2748 * compile/compile-object-load.c (get_out_value_type): Fix returned type.
2749
2750 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
2751 Phil Muldoon <pmuldoon@redhat.com>
2752
2753 * NEWS (Changes since GDB 7.9): Add compile print.
2754 * compile/compile-c-support.c (add_code_header, add_code_footer)
2755 (c_compute_program): Add COMPILE_I_PRINT_ADDRESS_SCOPE and
2756 COMPILE_I_PRINT_VALUE_SCOPE.
2757 * compile/compile-internal.h (COMPILE_I_PRINT_OUT_ARG_TYPE)
2758 (COMPILE_I_PRINT_OUT_ARG, COMPILE_I_EXPR_VAL, COMPILE_I_EXPR_PTR_TYPE):
2759 New.
2760 * compile/compile-object-load.c: Include block.h.
2761 (get_out_value_type): New function.
2762 (compile_object_load): Handle COMPILE_I_PRINT_ADDRESS_SCOPE and
2763 COMPILE_I_PRINT_VALUE_SCOPE. Set compile_module's OUT_VALUE_ADDR and
2764 OUT_VALUE_TYPE.
2765 * compile/compile-object-load.h (struct compile_module): Add fields
2766 out_value_addr and out_value_type.
2767 * compile/compile-object-run.c: Include valprint.h and compile.h.
2768 (struct do_module_cleanup): Add fields out_value_addr and
2769 out_value_type.
2770 (do_module_cleanup): Handle COMPILE_I_PRINT_ADDRESS_SCOPE and
2771 COMPILE_I_PRINT_VALUE_SCOPE.
2772 (compile_object_run): Propagate out_value_addr and out_value_type.
2773 Pass OUT_VALUE_ADDR.
2774 * compile/compile.c: Include valprint.h.
2775 (compile_print_value, compile_print_command): New functions.
2776 (eval_compile_command): Handle failed COMPILE_I_PRINT_ADDRESS_SCOPE.
2777 (_initialize_compile): Update compile code help text. Install
2778 compile_print_command.
2779 * compile/compile.h (compile_print_value): New prototype.
2780 * defs.h (enum compile_i_scope_types): Add
2781 COMPILE_I_PRINT_ADDRESS_SCOPE and COMPILE_I_PRINT_VALUE_SCOPE.
2782
2783 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
2784
2785 * compile/compile-object-load.c (get_regs_type): Add parameter func_sym.
2786 Rely on its parameter count.
2787 (compile_object_load): Replace lookup_minimal_symbol_text by
2788 lookup_global_symbol_from_objfile. Verify FUNC_SYM. Set it in the
2789 return value.
2790 * compile/compile-object-load.h (struct compile_module): Replace
2791 func_addr by func_sym.
2792 * compile/compile-object-run.c: Include block.h.
2793 (compile_object_run): Reset module variable after it is freed. Use
2794 FUNC_SYM instead of FUNC_ADDR. Rely on it.
2795
2796 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
2797
2798 * compile/compile-c-support.c (print_one_macro): Use #ifndef.
2799 (generate_register_struct): Use __gdb_uintptr for TYPE_CODE_PTR.
2800 (c_compute_program): Call generate_register_struct after typedefs.
2801 * compile/compile-loc2c.c (push, pushf_register_address)
2802 (pushf_register): Cast to GCC_UINTPTR.
2803 (do_compile_dwarf_expr_to_c): Use unused attribute. Add space after
2804 type. Use GCC_UINTPTR instead of void *. Remove excessive cast.
2805 (compile_dwarf_expr_to_c): Use GCC_UINTPTR instead of void *.
2806 * compile/compile.c (_initialize_compile): Enable warnings for
2807 COMPILE_ARGS.
2808
2809 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
2810
2811 * cli/cli-script.c (execute_control_command): Update
2812 eval_compile_command caller.
2813 * compile/compile-object-load.c (compile_object_load): Add parameters
2814 scope and scope_data. Set them.
2815 * compile/compile-object-load.h (struct compile_module): Add fields
2816 scope and scope_data.
2817 (compile_object_load): Add parameters scope and scope_data.
2818 * compile/compile-object-run.c (struct do_module_cleanup): Add fields
2819 scope and scope_data.
2820 (compile_object_run): Propagate the fields scope and scope_data.
2821 * compile/compile.c (compile_file_command, compile_code_command):
2822 Update eval_compile_command callers.
2823 (eval_compile_command): Add parameter scope_data. Pass it plus scope.
2824 * compile/compile.h (eval_compile_command): Add parameter scope_data.
2825 * defs.h (struct command_line): Add field scope_data.
2826
2827 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
2828
2829 * printcmd.c (struct format_data): Move it to valprint.h.
2830 (print_command_parse_format, print_value): New functions from ...
2831 (print_command_1): ... here. Call them.
2832 * valprint.h (struct format_data): Move it here from printcmd.c.
2833 (print_command_parse_format, print_value): New declarations.
2834
2835 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
2836
2837 * compile/compile-object-load.c (compile_object_load): Add
2838 COMPILE_DEBUG message.
2839
2840 2015-05-15 Jerome Guitton <guitton@adacore.com>
2841
2842 * ada-lang.c (ada_value_ptr_subscript): Use enum position of
2843 index to get element instead of enum value.
2844 (ada_value_slice_from_ptr, ada_value_slice): Use enum position
2845 of index to compute length, but enum values to compute bounds.
2846 (ada_array_length): Use enum position of index instead of enum value.
2847 (pos_atr): Move position computation to...
2848 (ada_evaluate_subexp): Use enum values to compute bounds.
2849 * gdbtypes.c (discrete_position): ...this new function.
2850 * gdbtypes.h (discrete_position): New function declaration.
2851 * valprint.c (val_print_array_elements): Call discrete_position
2852 to handle array indexed by non-contiguous enumeration types.
2853
2854 2015-05-15 Jerome Guitton <guitton@adacore.com>
2855
2856 * ada-lang.c (find_parallel_type_by_descriptive_type):
2857 Go through typedefs during lookup.
2858 (to_fixed_array_type): Add support for non-bit packed arrays
2859 as variable-length fields.
2860
2861 2015-05-15 Pedro Alves <palves@redhat.com>
2862 Simon Marchi <simon.marchi@ericsson.com>
2863
2864 * event-loop.c (gdb_notifier) <next_file_handler,
2865 next_poll_fds_index>: New fields.
2866 (get_next_file_handler_to_handle_and_advance): New function.
2867 (delete_file_handler): If deleting the next file handler to
2868 handle, advance to the next file handler.
2869 (gdb_wait_for_event): Bail early if no event fired. Poll file
2870 handlers in round-robin fashion.
2871
2872 2015-05-15 Pedro Alves <palves@redhat.com>
2873
2874 * linux-tdep.c (linux_find_memory_regions_full): Rename local
2875 'private' to 'priv'.
2876
2877 2015-05-15 Pedro Alves <palves@redhat.com>
2878
2879 * nat/linux-nat.h: Include "target/waitstatus.h".
2880
2881 2015-05-15 Yuanhui Zhang <asmwarrior@gmail.com>
2882
2883 * python/py-unwind.c (struct reg_info): Move out of ...
2884 (struct cached_frame_info): ... this scope.
2885 (pending_frame_object_type, unwind_info_object_type): Make extern.
2886
2887 2015-05-15 Joel Brobecker <brobecker@adacore.com>
2888
2889 * ada-lang.c (ada_value_primitive_packed_val): Make sure
2890 accumSize is never negative.
2891
2892 2015-05-14 Patrick Palka <patrick@parcs.ath.cx>
2893
2894 * tui/tui-command.c: Remove include of <ctype.h>.
2895 (tui_dispatch_ctrl_char): Remove workaround for xterm terminals.
2896
2897 2015-05-13 Martin Galvan <martin.galvan@tallertechnologies.com>
2898
2899 * dwarf2read.c (die_needs_namespace): Return 1 for
2900 DW_TAG_inlined_subroutine.
2901
2902 2015-05-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2903
2904 * regcache.c (regcache_cpy_no_passthrough): New declaration.
2905 (regcache_cpy_no_passthrough): Make it static, add function comment.
2906 * regcache.h (regcache_dup, regcache_cpy): Reduce/update their comment.
2907 (regcache_cpy_no_passthrough): Remove declaration.
2908
2909 2015-05-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2910
2911 * gdbthread.h (struct thread_control_state): Update comment for
2912 proceed_to_finish.
2913 * infcall.c (run_inferior_call): Update comment about
2914 proceed_to_finish.
2915 * infcmd.c (get_return_value): Update comment about stop_registers.
2916 (finish_forward): Update comment about proceed_to_finish.
2917 * infrun.c (stop_registers): Remove.
2918 (clear_proceed_status, normal_stop): Remove stop_registers handling.
2919 * infrun.h (stop_registers): Remove.
2920
2921 2015-05-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2922
2923 * infcall.c (struct dummy_frame_context_saver)
2924 (dummy_frame_context_saver_data_free, dummy_frame_context_saver_dtor)
2925 (dummy_frame_context_saver_drop, dummy_frame_context_saver_cleanup)
2926 (dummy_frame_context_saver_get_regs, dummy_frame_context_saver_setup):
2927 New.
2928 (call_function_by_hand_dummy): Move discard_cleanups of
2929 inf_status_cleanup before dummy_frame_push. Call
2930 dummy_frame_context_saver_setup and prepare context_saver_cleanup.
2931 Use dummy_frame_context_saver_get_regs instead of stop_registers.
2932 * infcall.h (struct dummy_frame_context_saver)
2933 (dummy_frame_context_saver_drop, dummy_frame_context_saver_cleanup)
2934 (dummy_frame_context_saver_get_regs, dummy_frame_context_saver_setup):
2935 New declarations.
2936 * infcmd.c: Include infcall.h.
2937 (get_return_value): Add parameter ctx_saver, use it instead of
2938 stop_registers.
2939 (print_return_value): Add parameter ctx_saver, pass it.
2940 (struct finish_command_continuation_args): Add field ctx_saver.
2941 (finish_command_continuation): Update print_return_value caller.
2942 (finish_command_continuation_free_arg): Free also ctx_saver.
2943 (finish_forward): Call dummy_frame_context_saver_setup.
2944 * inferior.h (struct dummy_frame_context_saver): New declaration.
2945 (get_return_value): Add parameter ctx_saver.
2946 * python/py-finishbreakpoint.c (bpfinishpy_pre_stop_hook): Update
2947 get_return_value caller.
2948
2949 2015-05-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2950
2951 * dummy-frame.c (struct dummy_frame_dtor_list): New.
2952 (struct dummy_frame): Replace dtor and dtor_data by dtor_list.
2953 (remove_dummy_frame): Process dtor_list.
2954 (pop_dummy_frame): Process dtor_list.
2955 (register_dummy_frame_dtor): Maintain dtor_list.
2956 (find_dummy_frame_dtor): Handle dtor_list.
2957 * dummy-frame.h (register_dummy_frame_dtor, find_dummy_frame_dtor):
2958 Update comments.
2959
2960 2015-05-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2961
2962 * compile/compile-object-run.c (do_module_cleanup): Add parameter
2963 registers_valid.
2964 (compile_object_run): Update do_module_cleanup caller.
2965 * dummy-frame.c: Include infcall.h.
2966 (struct dummy_frame): Update dtor comment.
2967 (remove_dummy_frame): Call dtor.
2968 (pop_dummy_frame): Update dtor caller.
2969 * dummy-frame.h (dummy_frame_dtor_ftype): Add parameter
2970 registers_valid.
2971
2972 2015-05-13 Joel Brobecker <brobecker@adacore.com>
2973
2974 GDB 7.9.1 released.
2975
2976 2015-05-13 Joel Brobecker <brobecker@adacore.com>
2977
2978 * NEWS: Create "Changes in GDB 7.9.1" section. Move news about
2979 Xmethods now being able to specify a result type to that new
2980 sectioin.
2981
2982 2015-05-13 Patrick Palka <patrick@parcs.ath.cx>
2983
2984 * tui/tui-win.c (tui_async_resize_screen): Clear win_resized
2985 first before resizing the window.
2986 * tui/tui.c (tui_enable): Likewise.
2987
2988 2015-05-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2989
2990 * dummy-frame.c (struct dummy_frame): Use proper typedef for dtor.
2991 * dummy-frame.h (dummy_frame_dtor_ftype): Add its comment.
2992 * infcall.c (call_function_by_hand_dummy): Use proper typedef for
2993 dummy_dtor parameter.
2994 * infcall.h: Include dummy-frame.h.
2995 (call_function_by_hand_dummy_dtor_ftype): Remove.
2996 (call_function_by_hand_dummy): Use proper typedef for dummy_dtor
2997 parameter.
2998
2999 2015-05-13 Patrick Palka <patrick@parcs.ath.cx>
3000
3001 PR gdb/17820
3002 * top.c (history_size_setshow_var): Change type to signed.
3003 Initialize to -2. Update documentation.
3004 (set_readline_history_size): Define.
3005 (set_history_size_command): Use it. Remove logic for handling
3006 out-of-range sizes.
3007 (init_history): Use set_readline_history_size(). Test for a
3008 value of -2 instead of 0 when determining whether to set a
3009 default history size.
3010 (init_main): Decode the argument of the "size" command as a
3011 zuinteger_unlimited.
3012
3013 2015-05-12 Doug Evans <dje@google.com>
3014
3015 * dwarf2read.c (struct file_entry): Tweak comments.
3016 (get_debug_line_section): Tweak comments.
3017
3018 2015-05-12 Don Breazeal <donb@codesourcery.com>
3019
3020 * NEWS: Announce fork support in the RSP and support
3021 for fork debugging in extended mode.
3022
3023 2015-05-12 Don Breazeal <donb@codesourcery.com>
3024
3025 * remote.c (remote_insert_fork_catchpoint): New function.
3026 (remote_remove_fork_catchpoint): New function.
3027 (remote_insert_vfork_catchpoint): New function.
3028 (remote_remove_vfork_catchpoint): New function.
3029 (pending_fork_parent_callback): New function.
3030 (remove_new_fork_child): New function.
3031 (remote_update_thread_list): Call remote_notif_get_pending_events
3032 and remove_new_fork_child.
3033 (extended_remote_kill): Kill fork child when killing the
3034 parent before follow_fork completes.
3035 (init_extended_remote_ops): Initialize target vector with
3036 new fork catchpoint functions.
3037
3038 2015-05-12 Don Breazeal <donb@codesourcery.com>
3039
3040 * remote.c (remove_vfork_event_p): New function.
3041 (remote_follow_fork): Add vfork event type to event checking.
3042 (remote_parse_stop_reply): New stop reasons "vfork" and
3043 "vforkdone" for RSP 'T' Stop Reply Packet.
3044
3045 2015-05-12 Don Breazeal <donb@codesourcery.com>
3046
3047 * linux-nat.c (linux_nat_ptrace_options): New function.
3048 (linux_init_ptrace, wait_lwp, linux_nat_filter_event):
3049 Call linux_nat_ptrace_options and use different argument to
3050 linux_enable_event_reporting.
3051 (_initialize_linux_nat): Delete call to
3052 linux_ptrace_set_additional_flags.
3053 * nat/linux-ptrace.c (current_ptrace_options): Rename to
3054 supported_ptrace_options.
3055 (additional_flags): Delete variable.
3056 (linux_check_ptrace_features): Use supported_ptrace_options.
3057 (linux_test_for_tracesysgood, linux_test_for_tracefork):
3058 Likewise, and remove additional_flags check.
3059 (linux_enable_event_reporting): Change 'attached' argument to
3060 'options'. Use supported_ptrace_options.
3061 (ptrace_supports_feature): Change comment. Use
3062 supported_ptrace_options.
3063 (linux_ptrace_set_additional_flags): Delete function.
3064 * nat/linux-ptrace.h (linux_ptrace_set_additional_flags):
3065 Delete function prototype.
3066 * remote.c (remote_fork_event_p): New function.
3067 (remote_detach_pid): New function.
3068 (remote_detach_1): Call remote_detach_pid, don't mourn inferior
3069 if doing detach-on-fork.
3070 (remote_follow_fork): New function.
3071 (remote_parse_stop_reply): Handle new "T" stop reason "fork".
3072 (remote_pid_to_str): Print "process" strings for pid/0/0 ptids.
3073 (init_extended_remote_ops): Initialize to_follow_fork.
3074
3075 2015-05-12 Don Breazeal <donb@codesourcery.com>
3076
3077 * nat/linux-ptrace.c (linux_check_ptrace_features): Change
3078 from static to extern.
3079 * nat/linux-ptrace.h (linux_check_ptrace_features): Declare.
3080 * remote.c (anonymous enum): <PACKET_fork_event_feature,
3081 * PACKET_vfork_event_feature>: New enumeration constants.
3082 (remote_protocol_features): Add table entries for new packets.
3083 (remote_query_supported): Add new feature queries to qSupported
3084 packet.
3085
3086 2015-05-12 Gary Benson <gbenson@redhat.com>
3087
3088 * remote.c (remote_add_inferior): Call exec_file_locate_attach
3089 for fake PIDs as well as real ones.
3090 (remote_pid_to_exec_file): Send empty annex if PID is fake.
3091
3092 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
3093
3094 * NEWS (Python Scripting): Mention the new gdb.Value methods.
3095 * python/py-value.c (valpy_reference_value): New function.
3096 (valpy_const_value): Likewise.
3097 (value_object_methods): Add new methods.
3098 * value.c (make_cv_value): New function.
3099 * value.h (make_cv_value): Declare.
3100
3101 2015-05-08 Yao Qi <yao@codesourcery.com>
3102 Sandra Loosemore <sandra@codesourcery.com>
3103
3104 * dwarf2read.c (setup_type_unit_groups): Do NULL pointer check
3105 to 'lh->include_dirs' before accessing to it.
3106 (psymtab_include_file_name): Likewise.
3107 (dwarf_decode_lines_1): Likewise.
3108 (dwarf_decode_lines): Likewise.
3109 (file_file_name): Likewise.
3110
3111 2015-05-08 Sandra Loosemore <sandra@codesourcery.com>
3112
3113 * nios2-linux-tdep.c (NIOS2_SIGRETURN_TRAMP_ADDR): Define.
3114 (NIOS2_SIGRETURN_REGSAVE_OFFSET): Define.
3115 (nios2_linux_rt_sigreturn_init): Adjust base address of
3116 register save area.
3117
3118 2015-05-08 Sandra Loosemore <sandra@codesourcery.com>
3119
3120 * nios2-tdep.c (nios2_breakpoint_from_pc): Revert to using
3121 "trap 31" as the breakpoint instruction on all targets.
3122
3123 2015-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
3124
3125 * infcmd.c (print_return_value): Remove unused declaration.
3126
3127 2015-05-08 Joel Brobecker <brobecker@adacore.com>
3128
3129 * dwarf2read.c (attr_to_dynamic_prop)
3130 <DW_AT_data_member_location>: Use read_type_die isntead of
3131 get_die_type.
3132
3133 2015-05-08 Joel Brobecker <brobecker@adacore.com>
3134
3135 * ada-lang.c (ada_convert_actual): Add handling of formals
3136 passed inside an aligner type.
3137
3138 2015-05-08 Joel Brobecker <brobecker@adacore.com>
3139
3140 * copyright.py (NOT_FSF_LIST): Remove sim/erc32 entries.
3141
3142 2015-05-08 Siva Chandra Reddy <sivachandra@google.com>
3143
3144 PR python/18291
3145 * python/lib/gdb/command/xmethods.py (print_xm_info): Fix typo.
3146 Print xmethod matcher status.
3147
3148 2015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
3149
3150 * s390-linux-nat.c (fill_gregset): Avoid relying on the PSWA
3151 register in the regcache when treating the PSWM register, and vice
3152 versa.
3153
3154 2015-05-07 Gary Benson <gbenson@redhat.com>
3155
3156 * linux-thread-db.c (struct thread_db_info)
3157 <td_ta_map_id2thr_p>: Remove field.
3158 (try_thread_db_load_1): Remove initialization for the above.
3159
3160 2015-05-07 Gary Benson <gbenson@redhat.com>
3161
3162 * linux-thread-db.c (struct thread_db_info)
3163 <td_thr_validate_p>: Remove field.
3164 (try_thread_db_load_1): Remove initialization for the above.
3165
3166 2015-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
3167
3168 * compile/compile-object-load.c (compile_object_load): Support
3169 mst_text_gnu_ifunc.
3170
3171 2015-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
3172
3173 * compile/compile.c (compile_to_object): Make the cmd_string parameter
3174 const. Use new variables for the const compatibility.
3175 (eval_compile_command): Make the cmd_string parameter const.
3176 * compile/compile.h (eval_compile_command): Make the cmd_string
3177 parameter const.
3178
3179 2015-05-06 Joel Brobecker <brobecker@adacore.com>
3180
3181 * defs.h (deprecated_init_ui_hook): Delete. Remove associated
3182 comment.
3183 * top.c (deprecated_init_ui_hook): Delete.
3184 (gdb_init): Remove handling of deprecated_init_ui_hook.
3185 * interps.c (clear_interpreter_hooks): Remove handling of
3186 deprecated_init_ui_hook.
3187 * main.c (captured_main): Update comment.
3188
3189 2015-05-06 Joel Brobecker <brobecker@adacore.com>
3190
3191 * solib.c (_initialize_solib): Add "info dll" alias creation.
3192 * windows-nat.c (set_windows_aliases): Delete.
3193 (_initialize_windows_nat): Remove deprecated_init_ui_hook
3194 assignment.
3195 * NEWS: Add news entry about "info dll" now being available
3196 on all platforms.
3197
3198 2015-05-05 Joel Brobecker <brobecker@adacore.com>
3199
3200 * ada-lang.c (value_assign_to_component): Reformat and improve
3201 documentation. Remove all trailing spaces.
3202
3203 2015-05-05 Joel Brobecker <brobecker@adacore.com>
3204
3205 * inline-frame.c (inline_frame_sniffer, skip_inline_frames):
3206 Stop counting inlined frames as soon as an out-of-line function
3207 is found.
3208
3209 2014-05-05 Pierre-Marie de Rodat <derodat@adacore.com>
3210
3211 * dwarf2read.c (inherit_abstract_dies): Skip
3212 DW_TAG_GNU_call_site dies while inheriting children of an
3213 abstract DIE into a scope.
3214 (read_lexical_block_scope): Inherit abstract DIE's for
3215 lexical scopes.
3216
3217 2015-05-05 Joel Brobecker <brobecker@adacore.com>
3218
3219 * ada-valprint.c (val_print_packed_array_elements): Delete
3220 variable "len". Add a type-length check when comparing two
3221 consecutive elements of the array. Use the element's actual
3222 length in call to value_contents_eq.
3223 * ada-lang.c (ada_value_primitive_packed_val): Always return
3224 a value whose type has been resolved.
3225
3226 2015-05-05 Joel Brobecker <brobecker@adacore.com>
3227
3228 * ada-lang.c (ada_value_primitive_packed_val): Recompute
3229 BIT_SIZE and LEN if the size of the resolved type is smaller
3230 than BIT_SIZE * HOST_CHAR_BIT.
3231
3232 2015-05-05 Joel Brobecker <brobecker@adacore.com>
3233
3234 * ada-lang.c (ada_value_primitive_packed_val): Use a more
3235 correct address in call to value_at. Adjust call to
3236 value_address accordingly.
3237
3238 2015-05-05 Joel Brobecker <brobecker@adacore.com>
3239
3240 * ada-valprint.c (ada_val_print_1): Resolve TYPE before trying
3241 to print it.
3242
3243 2015-05-05 Joel Brobecker <brobecker@adacore.com>
3244
3245 * dwarf2loc.h (struct property_addr_info): Add "valaddr" field.
3246 * dwarf2loc.c (dwarf2_evaluate_property): Add handling of
3247 pinfo->valaddr.
3248 * gdbtypes.h (resolve_dynamic_type): Add "valaddr" parameter.
3249 * gdbtypes.c (resolve_dynamic_struct): Set pinfo.valaddr.
3250 (resolve_dynamic_type_internal): Set pinfo.valaddr.
3251 Add handling of addr_stack->valaddr.
3252 (resolve_dynamic_type): Add "valaddr" parameter.
3253 Set pinfo.valaddr field.
3254 * ada-lang.c (ada_discrete_type_high_bound): Update call to
3255 resolve_dynamic_type.
3256 (ada_discrete_type_low_bound): Likewise.
3257 * findvar.c (default_read_var_value): Likewise.
3258 * value.c (value_from_contents_and_address): Likewise.
3259
3260 2015-05-05 Joel Brobecker <brobecker@adacore.com>
3261
3262 * gdbtypes.c (resolve_dynamic_array): Use
3263 create_array_type_with_stride instead of create_array_type.
3264
3265 2015-04-30 DJ Delorie <dj@redhat.com>
3266
3267 * rl78-tdep.c (rl78_analyze_prologue): Pass RL78_ISA_DEFAULT to
3268 rl78_decode_opcode
3269
3270 2015-04-29 Doug Evans <dje@google.com>
3271
3272 PR python/18285
3273 * NEWS: Document new gdb.XMethodWorker.get_result_type method.
3274 * eval.c (evaluate_subexp_standard) <OP_FUNCALL>: Handle
3275 EVAL_AVOID_SIDE_EFFECTS for xmethods.
3276 * extension-priv.h (struct extension_language_ops)
3277 <get_xmethod_result_type>: New member.
3278 * extension.c (get_xmethod_result_type): New function.
3279 * extension.h (get_xmethod_result_type): Declare.
3280 * python/py-xmethods.c (get_result_type_method_name): New static
3281 global.
3282 (py_get_result_type_method_name): Ditto.
3283 (gdbpy_get_xmethod_result_type): New function.
3284 (gdbpy_initialize_xmethods): Initialize py_get_result_type_method_name.
3285 * python/python-internal.h (gdbpy_get_xmethod_result_type): Declare.
3286 * python/python.c (python_extension_ops): Add
3287 gdbpy_get_xmethod_result_type.
3288 * python/lib/gdb/xmethod.py (XMethodWorker): Add get_result_type.
3289 * valarith.c (value_x_binop): Handle EVAL_AVOID_SIDE_EFFECTS for
3290 xmethods.
3291 (value_x_unop): Ditto.
3292 * value.c (result_type_of_xmethod): New function.
3293 * value.h (result_type_of_xmethod): Declare.
3294
3295 2015-04-29 Gary Benson <gbenson@redhat.com>
3296
3297 * solib.c (solib_find_1): Allow fd argument to be NULL.
3298 (exec_file_find): Update comment.
3299 (solib_find): Likewise.
3300 * exec.c (exec_file_locate_attach): Use NULL as fd
3301 argument to exec_file_find to avoid having to close
3302 the opened file.
3303 * infrun.c (follow_exec): Likewise.
3304
3305 2015-04-28 Doug Evans <dje@google.com>
3306
3307 PR python/18299
3308 * python/lib/gdb/printing.py (register_pretty_printer): Handle
3309 name or __name__ attributes. Handle gdb module as first argument.
3310
3311 2015-04-28 Doug Evans <dje@google.com>
3312
3313 PR python/18089
3314 * python/py-prettyprint.c (print_children): Verify result of children
3315 iterator. Provide better error message.
3316 * python/python-internal..h (gdbpy_print_python_errors_p): Declare.
3317 * python/python.c (gdbpy_print_python_errors_p): New function.
3318
3319 2015-04-28 Doug Evans <dje@google.com>
3320
3321 * gdbtypes.h (struct cplus_struct_type) <n_baseclasses>: Fix comment.
3322
3323 2015-04-28 Sasha Smundak <asmundak@google.com>
3324
3325 * NEWS: Mention gdb.Type.optimized_out method.
3326 * python/py-type.c (typy_optimized_out): New function.
3327
3328 2015-04-28 John Baldwin <jhb@FreeBSD.org>
3329
3330 * fbsd-nat.c: Include "gdb_wait.h" instead of <sys/wait.h>.
3331
3332 2015-04-28 Patrick Palka <patrick@parcs.ath.cx>
3333
3334 * utils.c (init_page_info): Set rl_catch_sigwinch to zero.
3335 (initialize_utils): Move call of init_page_info() to ...
3336 * top.c (gdb_init): ... here.
3337
3338 2015-04-28 Patrick Palka <patrick@parcs.ath.cx>
3339
3340 * tui/tui-win.c (tui_sigwinch_handler): Remove now-stale comment.
3341 (tui_sigwinch_handler): Still update our idea of
3342 the terminal's width and height even when TUI is not active.
3343
3344 2015-04-28 Patrick Palka <patrick@parcs.ath.cx>
3345
3346 * utils.h (set_screen_width_and_height): Declare.
3347 * utils.c (set_screen_width_and_height): Define.
3348 * tui/tui-win.c (tui_update_gdb_sizes): Use it.
3349
3350 2015-04-28 Gary Benson <gbenson@redhat.com>
3351
3352 * infrun.c (solist.h): New include.
3353 (follow_exec): Use exec_file_find to prefix execd_pathname
3354 with gdb_sysroot.
3355
3356 2015-04-28 Patrick Palka <patrick@parcs.ath.cx>
3357
3358 * tui/tui-source.c (tui_set_source_content): Avoid calling
3359 strcpy() when offset is 0.
3360
3361 2015-04-28 Patrick Palka <patrick@parcs.ath.cx>
3362
3363 PR gdb/18155
3364 * tui/tui-data.c (tui_free_window): Don't free the locator
3365 window when passed an SRC_WIN or a DISASSEM_WIN.
3366
3367 2015-04-28 Patrick Palka <patrick@parcs.ath.cx>
3368
3369 * tui/tui-data.h (struct tui_win_element): Forward-declare.
3370 (tui_win_content): Move declaration.
3371 (struct tui_gen_win_info): Give 'content' field the
3372 type tui_win_content.
3373 * tui/tui-data.c (init_content_element): Remove redundant and
3374 erroneous casts.
3375 (tui_add_content_elements): Remove erroneous cast.
3376 * tui/tui-disasm.c (tui_set_disassem_content): Remove redundant
3377 casts.
3378 (tui_get_begin_asm_address): Likewise.
3379 * tui/tui-regs.c (tui_show_registers): Likewise.
3380 (tui_show_register_group): Likewise.
3381 (tui_display_registers_from): Likewise.
3382 (tui_check_register_values): Likewise.
3383 * tui/tui-source.c (tui_set_source_content): Likewise.
3384 (tui_set_source_content_nil): Likewise.
3385 (tui_source_is_displayed): Likewise.
3386 * tui/tui-stack.c (tui_show_locator_content): Likewise.
3387 (tui_set_locator_fullname): Likewise.
3388 (tui_set_locator_info): Likewise.
3389 (tui_show_frame_info): Likewise.
3390 * tui/tui-winsource.c (tui_clear_source_content): Likewise.
3391 (tui_show_source_line): Likewise.
3392 (tui_horizontal_source_scroll): Likewise.
3393 (tui_update_breakpoint_info): Likewise.
3394 (tui_set_exec_info_content): Likewise.
3395 (tui_show_exec_info_content): Likewise.
3396 (tui_alloc_source_buffer): Likewise.
3397 (tui_line_is_displayed): Likewise.
3398 (tui_addr_is_displayed): Likewise.
3399
3400 2015-04-27 John Baldwin <jhb@FreeBSD.org>
3401
3402 * fbsd-nat.c: (fbsd_wait) [PL_FLAG_EXEC]: Report TARGET_WAITKIND_EXECD
3403 event if PL_FLAG_EXEC is set.
3404 [PL_FLAG_EXEC] (fbsd_insert_exec_catchpoint): New function.
3405 [PL_FLAG_EXEC] (fbsd_remove_exec_catchpoint): New function.
3406 (fbsd_nat_add_target) [PL_FLAG_EXEC]: Set
3407 "to_insert_exec_catchpoint" to "fbsd_insert_exec_catchpoint".
3408 Set "to_remove_exec_catchpoint" to "fbsd_remove_exec_catchpoint".
3409
3410 2015-04-27 John Baldwin <jhb@FreeBSD.org>
3411
3412 * fbsd-nat.c: [PT_LWPINFO] New variable super_wait.
3413 [TDP_RFPPWAIT] New variable fbsd_pending_children.
3414 [TDP_RFPPWAIT] (fbsd_remember_child): New function.
3415 [TDP_RFPPWAIT] (fbsd_is_child_pending): New function.
3416 [TDP_RFPPWAIT] (fbsd_fetch_kinfo_proc): New function.
3417 [PT_LWPINFO] (fbsd_wait): New function.
3418 [TDP_RFPPWAIT] (fbsd_follow_fork): New function.
3419 [TDP_RFPPWAIT] (fbsd_insert_fork_catchpoint): New function.
3420 [TDP_RFPPWAIT] (fbsd_remove_fork_catchpoint): New function.
3421 [TDP_RFPPWAIT] (fbsd_insert_vfork_catchpoint): New function.
3422 [TDP_RFPPWAIT] (fbsd_remove_vfork_catchpoint): New function.
3423 [TDP_RFPPWAIT] (fbsd_enable_follow_fork): New function.
3424 [TDP_RFPPWAIT] (fbsd_post_startup_inferior): New function.
3425 [TDP_RFPPWAIT] (fbsd_post_attach): New function.
3426 (fbsd_nat_add_target) [PT_LWPINFO] Set "to_wait" to
3427 "fbsd_wait".
3428 [TDP_RFPPWAIT] Set "to_follow_fork" to "fbsd_follow_fork".
3429 Set "to_insert_fork_catchpoint" to "fbsd_insert_fork_catchpoint".
3430 Set "to_remove_fork_catchpoint" to "fbsd_remove_fork_catchpoint".
3431 Set "to_insert_vfork_catchpoint" to "fbsd_insert_vfork_catchpoint".
3432 Set "to_remove_vfork_catchpoint" to "fbsd_remove_vfork_catchpoint".
3433 Set "to_post_startup_inferior" to "fbsd_post_startup_inferior".
3434 Set "to_post_attach" to "fbsd_post_attach".
3435
3436 2015-04-27 John Baldwin <jhb@FreeBSD.org>
3437
3438 * fbsd-nat.c (fbsd_pid_to_exec_file): Mark static.
3439 (fbsd_find_memory_regions): Mark static.
3440 (fbsd_nat_add_target): New function.
3441 * fbsd-nat.h: Export fbsd_nat_add_target and remove prototypes for
3442 fbsd_pid_to_exec_file and fbsd_find_memory_regions.
3443 * amd64fbsd-nat.c (_initialize_amd64fbsd_nat): Use fbsd_nat_add_target.
3444 * i386fbsd-nat.c (_initialize_i386fbsd_nat): Likewise.
3445 * ppcfbsd-nat.c (_initialize_ppcfbsd_nat): Likewise.
3446 * sparc64fbsd-nat.c (_initialize_sparc64fbsd_nat): Likewise.
3447
3448 2015-04-27 Gary Benson <gbenson@redhat.com>
3449
3450 * objfiles.c (allocate_objfile): Do not attempt to expand name
3451 if name is a "target:" filename.
3452 * auto-load.c (load_auto_scripts_for_objfile): Do not attempt
3453 to load auto-load scripts for objfiles with "target:" filenames.
3454
3455 2015-04-27 Andreas Arnez <arnez@linux.vnet.ibm.com>
3456
3457 * s390-linux-tdep.c: Include "elf/s390.h" and "elf-bfd.h".
3458 (enum s390_vector_abi_kind): New enum.
3459 (struct gdbarch_tdep)<vector_abi>: New field.
3460 (s390_effective_inner_type): Add parameter min_size. Stop
3461 unwrapping if the inner type is smaller than min_size.
3462 (s390_function_arg_float): Adjust call to
3463 s390_effective_inner_type.
3464 (s390_function_arg_vector): New function.
3465 (s390_function_arg_integer): Adjust comment.
3466 (struct s390_arg_state)<vr>: New field.
3467 (s390_handle_arg): Add parameter 'is_unnamed'. Pass vector
3468 arguments according to vector ABI when appropriate.
3469 (s390_push_dummy_call): Initialize the argument state's field
3470 'vr'. Adjust calls to s390_handle_arg.
3471 (s390_register_return_value): Handle vector return values.
3472 (s390_return_value): Apply the "register" return value convention
3473 to a vector when appropriate.
3474 (s390_gdbarch_init): Initialize tdep->vector_abi.
3475 * NEWS: Announce S390 vector ABI support.
3476
3477 2015-04-27 Andreas Arnez <arnez@linux.vnet.ibm.com>
3478
3479 * s390-linux-tdep.c (s390_return_value_convention): Remove
3480 function. Inline its logic...
3481 (s390_return_value): ...here. Instead, move the handling of the
3482 "register" return value convention...
3483 (s390_register_return_value): ...here. New function.
3484
3485 2015-04-27 Andreas Arnez <arnez@linux.vnet.ibm.com>
3486
3487 * s390-linux-tdep.c
3488 (is_float_singleton): Remove function. Move the "singleton" part
3489 of the logic...
3490 (s390_effective_inner_type): ...here. New function.
3491 (is_float_like): Remove function. Inline its logic...
3492 (s390_function_arg_float): ...here.
3493 (is_pointer_like, is_integer_like, is_struct_like): Remove
3494 functions. Inline their logic...
3495 (s390_function_arg_integer): ...here.
3496 (s390_function_arg_pass_by_reference): Remove function.
3497 (extend_simple_arg): Remove function.
3498 (alignment_of): Remove function.
3499 (struct s390_arg_state): New structure.
3500 (s390_handle_arg): New function.
3501 (s390_push_dummy_call): Move parameter placement logic to the new
3502 function s390_handle_arg. Call it for calculating the stack area
3503 sizes first, and again for actually writing the parameters.
3504
3505 2015-04-27 Andreas Arnez <arnez@linux.vnet.ibm.com>
3506
3507 * s390-linux-tdep.c (is_power_of_two): Add comment. Return
3508 false if the argument is zero.
3509
3510 2015-04-27 Pierre-Marie de Rodat <derodat@adacore.com>
3511
3512 * ada-lang.c (template_to_static_fixed_type): Return input type
3513 when it is already fixed. Cache the input type itself when not
3514 creating a static fixed copy. Make it explicit that we never
3515 molestate the input type.
3516 * gdbtypes.c (resolve_dynamic_struct): Reset the
3517 TYPE_TARGET_TYPE field for resolved copies.
3518
3519 2015-04-27 Joel Brobecker <brobecker@adacore.com>
3520
3521 * ada-lang.c (ada_is_tagged_type): Add call to ada_check_typedef.
3522 (ada_lookup_struct_elt_type): Remove calls to ada_check_typedef.
3523 (template_to_static_fixed_type): Call ada_check_typedef only
3524 when necessary.
3525
3526 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
3527
3528 * cli/cli-dump.c (srec_dump_command): Add internationalization
3529 mark ups.
3530 (ihex_dump_command): Likewise.
3531 (tekhex_dump_command): Likewise.
3532 (binary_dump_command): Likewise.
3533 (binary_append_command): Likewise.
3534
3535 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
3536
3537 * cli/cli-dump.c (verilog_cmdlist): New variable.
3538 (dump_verilog_memory): New function.
3539 (dump_verilog_value): New function.
3540 (verilog_dump_command): New function.
3541 (_initialize_cli_dump): Add new commands to support verilog dump
3542 format.
3543 * NEWS: Add entry for "dump verilog".
3544
3545 2015-04-24 Pierre-Marie de Rodat <derodat@adacore.com>
3546
3547 * gdbtypes.c (print_gnat_stuff): Do not recurse on the
3548 descriptive type when there is none.
3549
3550 2015-04-23 Patrick Palka <patrick@parcs.ath.cx>
3551
3552 * tui/tui-win.c (tui_async_resize_screen): Call
3553 rl_resize_terminal().
3554
3555 2015-04-22 Jon Turney <jon.turney@dronecode.org.uk>
3556
3557 * windows-nat.c (handle_output_debug_string): Don't change
3558 current_event.dwThreadId.
3559 (get_windows_debug_event): Use thread_id, rather than relying on
3560 current_event.dwThreadId being changed.
3561
3562 2015-04-22 Jon Turney <jon.turney@dronecode.org.uk>
3563
3564 * windows-nat.c (windows_continue): Report an error if
3565 ContinueDebugEvent() fails.
3566
3567 2015-04-16 Jon Turney <jon.turney@dronecode.org.uk>
3568
3569 * windows-nat.c (windows_resume): Fix misspelling in debug output.
3570
3571 2015-04-16 Jon Turney <jon.turney@dronecode.org.uk>
3572
3573 * windows-nat.c (get_windows_debug_event): Replace retval with
3574 thread_id throughout. Update stale comment.
3575
3576 2015-04-16 Jon Turney <jon.turney@dronecode.org.uk>
3577
3578 * windows-nat.c (get_windows_debug_event): Don't use ternary
3579 conditional operator.
3580
3581 2015-04-21 Pierre Muller <muller@sourceware.org>
3582
3583 PR pascal/17815
3584 p-exp.y (yylex): Reorganize code to return the matched pattern
3585 for a field of this.
3586
3587 2015-04-21 Gary Benson <gbenson@redhat.com>
3588
3589 * common/fileio.h (fileio_to_host_openflags): New declaration.
3590 * common/fileio.c (fcntl.h): New include.
3591 (fileio_to_host_openflags): New function, factored out from...
3592 * inf-child.c (inf_child_fileio_open_flags_to_host): ...here.
3593 Single use updated.
3594
3595 2015-04-21 Kevin Buettner <kevinb@redhat.com>
3596
3597 * rl78-tdep.c (RL78_SP_ADDR): Define.
3598 (opc_reg_to_gdb_regnum): New static function.
3599 (rl78_analyze_prologue): Recognize instructions forming slightly
3600 more interesting prologues.
3601
3602 2015-04-20 Pierre-Marie de Rodat <derodat@adacore.com>
3603
3604 Revert:
3605 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
3606 * gdbtypes.c (is_dynamic_type_internal): Remove special handling of
3607 TYPE_CODE_REF types so that they are not considered as dynamic
3608 depending on the referenced type.
3609 (resolve_dynamic_type_internal): Likewise.
3610
3611 2015-04-20 Pierre-Marie de Rodat <derodat@adacore.com>
3612
3613 Revert:
3614 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
3615 * gdbtypes.c (is_dynamic_type_internal): Remove the unused
3616 "top_level" parameter.
3617 (resolve_dynamic_type_internal): Remove the unused "top_level"
3618 parameter. Update call to is_dynamic_type_internal.
3619 (is_dynamic_type): Update call to is_dynamic_type_internal.
3620 (resolve_dynamic_range): Update call to
3621 resolve_dynamic_type_internal.
3622 (resolve_dynamic_union): Likewise.
3623 (resolve_dynamic_struct): Likewise.
3624 (resolve_dynamic_type): Likewise.
3625
3626 2015-04-19 Gabriel Krisman Bertazi <gabriel@krisman.be>
3627
3628 * breakpoint.c (update_dprintf_command_list): Remove duplicated
3629 xmalloc.
3630
3631 2015-04-20 Thomas Schwinge <thomas@codesourcery.com>
3632
3633 * reply_mig_hack.awk: Robustify parsing.
3634
3635 * reply_mig_hack.awk: Don't bother to declare an intermediate
3636 function pointer variable.
3637
3638 2015-04-17 Doug Evans <dje@google.com>
3639
3640 * solib-svr4.c (svr4_exec_displacement): Rename outer "displacement"
3641 to "exec_displacement" to avoid confusion with inner use of the name.
3642
3643 2015-04-17 Pedro Alves <palves@redhat.com>
3644
3645 * arm-linux-nat.c (arm_linux_can_use_hw_breakpoint): Return zero
3646 if HW point of TYPE isn't supported.
3647
3648 2015-04-17 Yao Qi <yao.qi@linaro.org>
3649 Pedro Alves <palves@redhat.com>
3650
3651 * target.h (target_can_use_hardware_watchpoint): Update comments.
3652 Remove trailing ";".
3653
3654 2015-04-17 Gary Benson <gbenson@redhat.com>
3655
3656 * remote.c (remote_add_inferior): New argument try_open_exec.
3657 If nonzero, attempt to open the inferior's executable file as
3658 the main executable if no main executable is open already.
3659 All callers updated.
3660 * NEWS: Mention that GDB now supports automatic location and
3661 retrieval of executable + files from remote targets.
3662
3663 2015-04-17 Gary Benson <gbenson@redhat.com>
3664
3665 * target.h (TARGET_OBJECT_EXEC_FILE): New enum value.
3666 * remote.c (PACKET_qXfer_exec_file): Likewise.
3667 (remote_protocol_features): Register the
3668 "qXfer:exec-file:read" feature.
3669 (remote_xfer_partial): Handle TARGET_OBJECT_EXEC_FILE.
3670 (remote_pid_to_exec_file): New function.
3671 (init_remote_ops): Initialize to_pid_to_exec_file.
3672 (_initialize_remote): Register new "set/show remote
3673 pid-to-exec-file-packet" command.
3674 * NEWS: Announce new qXfer:exec-file:read packet.
3675
3676 2015-04-17 Gary Benson <gbenson@redhat.com>
3677
3678 * nat/linux-procfs.h (linux_proc_pid_to_exec_file):
3679 New declaration.
3680 * nat/linux-procfs.c (linux_proc_pid_to_exec_file):
3681 New function, factored out from...
3682 * linux-nat.c (linux_child_pid_to_exec_file): ...here.
3683
3684 2015-04-17 Gary Benson <gbenson@redhat.com>
3685
3686 * exec.c (solist.h): New include.
3687 (exec_file_locate_attach): Prefix absolute executable
3688 paths with gdb_sysroot if set.
3689 * NEWS: Mention that executable paths may be prepended
3690 with sysroot.
3691
3692 2015-04-17 Gary Benson <gbenson@redhat.com>
3693
3694 * solist.h (exec_file_find): New declaration.
3695 * solib.c (solib_find_1): New function, factored out from...
3696 (solib_find): ...here.
3697 (exec_file_find): New function.
3698
3699 2015-04-17 Gary Benson <gbenson@redhat.com>
3700
3701 * gdbcore.h (exec_file_locate_attach): New declaration.
3702 * exec.c (exec_file_locate_attach): New function, factored
3703 out from...
3704 * infcmd.c (attach_command_post_wait): ...here.
3705
3706 2015-04-17 Mike Frysinger <vapier@gentoo.org>
3707
3708 * MAINTAINERS: Add myself for Blackfin/write-after-approval.
3709
3710 2015-04-16 Yao Qi <yao.qi@linaro.org>
3711
3712 * infrun.c (maybe_software_singlestep): Declare.
3713 (displaced_step_fixup): Call maybe_software_singlestep.
3714
3715 2015-04-15 Doug Evans <dje@google.com>
3716
3717 * psymtab.c (psym_expand_symtabs_matching): Add QUIT call.
3718
3719 2015-04-15 Doug Evans <dje@google.com>
3720
3721 * dwarf2read.c (dw2_expand_symtabs_matching): Add some QUIT calls.
3722
3723 2015-04-15 Simon Marchi <simon.marchi@ericsson.com>
3724
3725 * python/lib/gdb/command/unwinders.py: Add parentheses.
3726
3727 2015-04-15 Yao Qi <yao.qi@linaro.org>
3728
3729 * arm-linux-tdep.c (arm_linux_copy_svc): Update debug message.
3730
3731 2015-04-15 Yao Qi <yao.qi@linaro.org>
3732
3733 * arm-linux-tdep.c (arm_linux_copy_svc): Fix indentation.
3734
3735 2015-04-15 Yao Qi <yao.qi@linaro.org>
3736
3737 * arm-linux-tdep.c (arm_linux_cleanup_svc): Use
3738 dsc->insn_size instead of 4.
3739
3740 2015-04-14 Gary Benson <gbenson@redhat.com>
3741
3742 * jit.c (mem_bfd_iovec_stat): Zero supplied buffer.
3743 * minidebug.c (lzma_stat): Likewise.
3744 * solib-spu.c (spu_bfd_iovec_stat): Likewise.
3745 * spu-linux-nat.c (spu_bfd_iovec_stat): Likewise.
3746
3747 2015-04-13 Stan Shebs <stanshebs@google.com>
3748
3749 * MAINTAINERS: Update my email address.
3750
3751 2015-04-13 John Baldwin <jhb@FreeBSD.org>
3752
3753 * amd64-tdep.c (amd64_target_description): New function.
3754 * amd64-tdep.h: Export amd64_target_description and tdesc_amd64.
3755 * amd64bsd-nat.c [PT_GETXSTATE_INFO]: New variable amd64bsd_xsave_len.
3756 (amd64bsd_fetch_inferior_registers) [PT_GETXSTATE_INFO]: Handle
3757 x86 extended save area.
3758 (amd64bsd_store_inferior_registers) [PT_GETXSTATE_INFO]: Likewise.
3759 * amd64bsd-nat.h: Export amd64bsd_xsave_len.
3760 * amd64fbsd-nat.c (amd64fbsd_read_description): New function.
3761 (_initialize_amd64fbsd_nat): Set "to_read_description" to
3762 "amd64fbsd_read_description".
3763 * amd64fbsd-tdep.c (amd64fbsd_core_read_description): New function.
3764 (amd64fbsd_supply_xstateregset): New function.
3765 (amd64fbsd_collect_xstateregset): New function.
3766 Add "amd64fbsd_xstateregset".
3767 (amd64fbsd_iterate_over_regset_sections): New function.
3768 (amd64fbsd_init_abi): Set "xsave_xcr0_offset" to
3769 "I386_FBSD_XSAVE_XCR0_OFFSET".
3770 Add "iterate_over_regset_sections" gdbarch method.
3771 Add "core_read_description" gdbarch method.
3772 * i386-tdep.c (i386_target_description): New function.
3773 * i386-tdep.h: Export i386_target_description and tdesc_i386.
3774 * i386bsd-nat.c [PT_GETXSTATE_INFO]: New variable i386bsd_xsave_len.
3775 (i386bsd_fetch_inferior_registers) [PT_GETXSTATE_INFO]: Handle
3776 x86 extended save area.
3777 (i386bsd_store_inferior_registers) [PT_GETXSTATE_INFO]: Likewise.
3778 * i386bsd-nat.h: Export i386bsd_xsave_len.
3779 * i386fbsd-nat.c (i386fbsd_read_description): New function.
3780 (_initialize_i386fbsd_nat): Set "to_read_description" to
3781 "i386fbsd_read_description".
3782 * i386fbsd-tdep.c (i386fbsd_core_read_xcr0): New function.
3783 (i386fbsd_core_read_description): New function.
3784 (i386fbsd_supply_xstateregset): New function.
3785 (i386fbsd_collect_xstateregset): New function.
3786 Add "i386fbsd_xstateregset".
3787 (i386fbsd_iterate_over_regset_sections): New function.
3788 (i386fbsd4_init_abi): Set "xsave_xcr0_offset" to
3789 "I386_FBSD_XSAVE_XCR0_OFFSET".
3790 Add "iterate_over_regset_sections" gdbarch method.
3791 Add "core_read_description" gdbarch method.
3792 * i386fbsd-tdep.h: New file.
3793
3794 2015-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3795
3796 * NEWS (Changes since GDB 7.9): Add removed -xdb.
3797 * breakpoint.c (command_line_is_silent): Remove xdb_commands
3798 conditional.
3799 (_initialize_breakpoint): Remove xdb_commands for bc, ab, sb, db, ba
3800 and lb.
3801 * cli/cli-cmds.c (_initialize_cli_cmds): Remove xdb_commands for v and
3802 va.
3803 * cli/cli-decode.c (find_command_name_length): Remove xdb_commands
3804 conditional.
3805 * defs.h (xdb_commands): Remove declaration.
3806 * f-valprint.c (_initialize_f_valprint): Remove xdb_commands for lc.
3807 * guile/scm-cmd.c (command_classes): Remove xdb from comment.
3808 * infcmd.c (run_no_args_command, go_command): Remove.
3809 (_initialize_infcmd): Remove xdb_commands for S, go, g, R and lr.
3810 * infrun.c (xdb_handle_command): Remove.
3811 (_initialize_infrun): Remove xdb_commands for lz and z.
3812 * main.c (xdb_commands): Remove variable.
3813 (captured_main): Remove "xdb" from long_options.
3814 (print_gdb_help): Remove --xdb from help.
3815 * python/py-cmd.c (gdbpy_initialize_commands): Remove xdb from comment.
3816 * source.c (_initialize_source): Remove xdb_commands for D, ld, / and ?.
3817 * stack.c (backtrace_full_command, args_plus_locals_info)
3818 (current_frame_command): Remove.
3819 (_initialize_stack): Remove xdb_commands for t, T and l.
3820 * symtab.c (_initialize_symtab): Remove xdb_commands for lf and lg.
3821 * thread.c (_initialize_thread): Remove xdb_commands condition.
3822 * tui/tui-layout.c (tui_toggle_layout_command)
3823 (tui_toggle_split_layout_command, tui_handle_xdb_layout): Remove.
3824 (_initialize_tui_layout): Remove xdb_commands for td and ts.
3825 * tui/tui-regs.c (tui_scroll_regs_forward_command)
3826 (tui_scroll_regs_backward_command): Remove.
3827 (_initialize_tui_regs): Remove xdb_commands for fr, gr, sr, +r and -r.
3828 * tui/tui-win.c (tui_xdb_set_win_height_command): Remove.
3829 (_initialize_tui_win): Remove xdb_commands for U and w.
3830 * utils.c (pagination_on_command, pagination_off_command): Remove.
3831 (initialize_utils): Remove xdb_commands for am and sm.
3832
3833 2015-04-10 Pedro Alves <palves@redhat.com>
3834
3835 * infrun.c (displaced_step_fixup): Switch to the event ptid
3836 earlier. If the thread stopped for a watchpoint and the
3837 target/arch has non-continuable watchpoints, cancel the displaced
3838 step.
3839 (resume): Don't start a displaced step if in-line step-over info
3840 is valid.
3841
3842 2015-04-10 Pedro Alves <palves@redhat.com>
3843
3844 * infrun.c (displaced_step_in_progress): New function.
3845 (do_target_resume): Advise target to report all signals if
3846 displaced stepping.
3847
3848 2015-04-10 Pedro Alves <palves@redhat.com>
3849
3850 PR gdb/18216
3851 * infrun.c (process_event_stop_test): Don't assume a step-resume
3852 is set if tp->stepped_breakpoint is true.
3853
3854 2015-04-10 Yao Qi <yao.qi@linaro.org>
3855
3856 * arm-tdep.c (install_alu_reg): Update comment.
3857 (thumb_copy_alu_reg): Remove local variable rn. Update
3858 debugging message. Use r2 instead of r1 in the modified
3859 instruction.
3860
3861 2015-04-10 Pedro Alves <palves@redhat.com>
3862
3863 PR gdb/13858
3864 * amd64-linux-tdep.c (amd64_linux_init_abi_common): Install
3865 linux_displaced_step_location as gdbarch_displaced_step_location
3866 hook.
3867 * arm-linux-tdep.c (arm_linux_init_abi): Likewise.
3868 * i386-linux-tdep.c (i386_linux_init_abi): Likewise.
3869 * linux-tdep.c (linux_displaced_step_location): New function,
3870 based on ppc_linux_displaced_step_location.
3871 * linux-tdep.h (linux_displaced_step_location): New declaration.
3872 * ppc-linux-tdep.c (ppc_linux_entry_point_addr): Delete.
3873 (ppc_linux_inferior_created, ppc_linux_displaced_step_location):
3874 Delete.
3875 (ppc_linux_init_abi): Install linux_displaced_step_location as
3876 gdbarch_displaced_step_location hook, even without Cell/B.E..
3877 (_initialize_ppc_linux_tdep): Don't install
3878 ppc_linux_inferior_created as inferior_created observer.
3879 * s390-linux-tdep.c (s390_gdbarch_init): Install
3880 linux_displaced_step_location as gdbarch_displaced_step_location
3881 hook.
3882
3883 2015-04-09 Gary Benson <gbenson@redhat.com>
3884
3885 * common/common-remote-fileio.h: Rename to...
3886 * common/fileio.h: ...this. Update all references.
3887 (remote_fileio_to_fio_error): Rename to...
3888 (host_to_fileio_error): ...this.
3889 (remote_fileio_to_be): Rename to...
3890 (host_to_bigendian): ...this. Update all callers.
3891 (remote_fileio_to_fio_uint): Rename to...
3892 (host_to_fileio_uint): ...this. Update all callers.
3893 (remote_fileio_to_fio_time): Rename to...
3894 (host_to_fileio_time): ...this. Update all callers.
3895 (remote_fileio_to_fio_stat): Rename to...
3896 (host_to_fileio_stat): ...this.
3897 Update all references.
3898 * common/common-remote-fileio.c: Rename to...
3899 * common/fileio.c: ...this. Update all references.
3900 (remote_fileio_to_fio_error): Rename to...
3901 (host_to_fileio_error): ...this. Update all callers.
3902 (remote_fileio_mode_to_target): Rename to...
3903 (fileio_mode_pack): ...this. Update all callers.
3904 (remote_fileio_to_fio_mode): Rename to...
3905 (host_to_fileio_mode): ...this. Update all callers.
3906 (remote_fileio_to_fio_ulong): Rename to...
3907 (host_to_fileio_ulong): ...this. Update all callers.
3908 (remote_fileio_to_fio_stat): Rename to...
3909 (host_to_fileio_stat): ...this. Update all callers.
3910
3911 2015-04-09 Andy Wingo <wingo@igalia.com>
3912
3913 * guile/scm-frame.c (gdbscm_frame_read_register): New function.
3914 (frame_functions): Bind gdbscm_frame_read_register to
3915 frame-read-register.
3916 * guile/lib/gdb.scm (frame-read-register): Export.
3917
3918 2015-04-09 Gary Benson <gbenson@redhat.com>
3919
3920 * common/common-remote-fileio.h (remote_fileio_to_fio_error):
3921 New declaration.
3922 * common/common-remote-fileio.c (remote_fileio_to_fio_error):
3923 New function, factored out the named functions below.
3924 * inf-child.c (gdb/fileio.h): Remove include.
3925 (common-remote-fileio.h): New include.
3926 (inf_child_errno_to_fileio_error): Remove function. Update
3927 all callers to use remote_fileio_to_fio_error.
3928 * remote-fileio.c (remote_fileio_errno_to_target): Likewise.
3929
3930 2015-04-09 Andy Wingo <wingo@igalia.com>
3931
3932 * MAINTAINERS (Write After Approval): Add Andy Wingo.
3933
3934 2015-04-09 H.J. Lu <hongjiu.lu@intel.com>
3935
3936 * acinclude.m4: (GDB_AC_CHECK_BFD): Set ZLIBDIR with $zlibdir.
3937 Replace $zlibdir with $ZLIBDIR in LDFLAGS.
3938 * configure: Regenerated.
3939
3940 2015-04-09 Pedro Alves <palves@redhat.com>
3941
3942 * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add strtok_r.
3943 * gnulib/Makefile.in (aclocal_m4_deps): Add import/m4/strtok_r.m4.
3944 * gnulib/configure, gnulib/config.in, gnulib/aclocal.m4: Regenerate.
3945 * gnulib/import/Makefile.am: Update.
3946 * gnulib/import/Makefile.in: Update.
3947 * gnulib/import/m4/gnulib-cache.m4: Update.
3948 * gnulib/import/m4/gnulib-comp.m4: Update.
3949 * gnulib/import/m4/strtok_r.m4: New file.
3950 * gnulib/import/strtok_r.c: New file.
3951
3952 2015-04-09 Pedro Alves <palves@redhat.com>
3953
3954 * gnulib/update-gnulib.sh (aclocal version check): Filter out
3955 "called too early to check prototype".
3956
3957 2015-04-08 Sergio Durigan Junior <sergiodj@redhat.com>
3958
3959 PR python/16699
3960 * python/py-cmd.c (cmdpy_completer_helper): Adjust function to not
3961 use a caching mechanism. Adjust comments and code to reflect
3962 that. Replace 'sizeof' by 'strlen' when fetching 'wordobj'.
3963 (cmdpy_completer_handle_brkchars): Adjust call to
3964 cmdpy_completer_helper. Call Py_XDECREF for 'resultobj'.
3965 (cmdpy_completer): Likewise.
3966
3967 2015-04-08 Yao Qi <yao.qi@linaro.org>
3968
3969 * spu-tdep.c (spu_gdbarch_init): Don't call
3970 set_gdbarch_cannot_step_breakpoint.
3971
3972 2015-04-07 Sergio Durigan Junior <sergiodj@redhat.com>
3973
3974 * linux-tdep.c (decode_vmflags): Initialize 'saveptr'.
3975
3976 2015-04-07 Pedro Alves <palves@redhat.com>
3977
3978 * gdbthread.h (ALL_NON_EXITED_THREADS_SAFE): Rename to ...
3979 (ALL_THREADS_SAFE): ... this, and don't skip exited threads.
3980 (delete_exited_threads): New declaration.
3981 * infrun.c (follow_exec): Use ALL_THREADS_SAFE.
3982 * linux-nat.c (linux_nat_update_thread_list): New function.
3983 (linux_nat_add_target): Install it.
3984 * remote.c (remote_update_thread_list): Use ALL_THREADS_SAFE.
3985 * thread.c (prune_threads): Use ALL_THREADS_SAFE.
3986 (delete_exited_threads): New function.
3987
3988 2015-04-07 Pedro Alves <pedro@codesourcery.com>
3989
3990 * infrun.c (resume) <displaced stepping debug output>: Get the
3991 leader thread's regcache, not resume_ptid's.
3992
3993 2015-04-06 Doug Evans <xdje42@gmail.com>
3994
3995 * symtab.c (hash_symbol_entry): Hash STRUCT_DOMAIN symbols as
3996 VAR_DOMAIN.
3997 (symbol_cache_lookup): Clarify use of bsc_ptr, slot_ptr parameters.
3998 Include symbol domain in debugging output.
3999
4000 2015-04-06 Pedro Alves <palves@redhat.com>
4001 Bernd Edlinger <bernd.edlinger@hotmail.de>
4002
4003 * configure.ac: Remove the mingw32-specific stub-termcap.o
4004 fallback, and instead fallback to the stub termcap on all hosts.
4005 * configure: Regenerate.
4006 * stub-termcap.c [!__MINGW32__] (PC, BC, UP): Define as weak
4007 symbols.
4008
4009 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
4010
4011 * gdbtypes.c (is_dynamic_type_internal): Remove the unused
4012 "top_level" parameter.
4013 (resolve_dynamic_type_internal): Remove the unused "top_level"
4014 parameter. Update call to is_dynamic_type_internal.
4015 (is_dynamic_type): Update call to is_dynamic_type_internal.
4016 (resolve_dynamic_range): Update call to
4017 resolve_dynamic_type_internal.
4018 (resolve_dynamic_union): Likewise.
4019 (resolve_dynamic_struct): Likewise.
4020 (resolve_dynamic_type): Likewise.
4021
4022 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
4023
4024 * gdbtypes.c (is_dynamic_type_internal): Remove special handling of
4025 TYPE_CODE_REF types so that they are not considered as dynamic
4026 depending on the referenced type.
4027 (resolve_dynamic_type_internal): Likewise.
4028
4029 2015-04-02 H.J. Lu <hongjiu.lu@intel.com>
4030
4031 * Makefile.in (top_srcdir): New.
4032 * configure: Regenerated.
4033
4034 2015-04-02 Gary Benson <gbenson@redhat.com>
4035
4036 * NEWS: Announce the new default sysroot of "target:".
4037
4038 2015-04-02 Gary Benson <gbenson@redhat.com>
4039
4040 * main.c (captured_main): Set gdb_sysroot to "target:"
4041 if not otherwise set.
4042
4043 2015-04-02 Gary Benson <gbenson@redhat.com>
4044
4045 * exec.c (exec_file_attach): Support "target:" filenames.
4046
4047 2015-04-02 Gary Benson <gbenson@redhat.com>
4048
4049 * solib.c (solib_find): Strip "target:" prefix from sysroot
4050 if accessing local files.
4051
4052 2015-04-02 Gary Benson <gbenson@redhat.com>
4053
4054 * symfile.c (symfile_bfd_open): Reorder to remove duplicated
4055 checks and error messages.
4056
4057 2015-04-02 Gary Benson <gbenson@redhat.com>
4058
4059 * remote.h (REMOTE_SYSROOT_PREFIX): Remove definition.
4060 (remote_filename_p): Remove declaration.
4061 (remote_bfd_open): Likewise.
4062 * remote.c (remote_bfd_iovec_open): Remove function.
4063 (remote_bfd_iovec_close): Likewise.
4064 (remote_bfd_iovec_pread): Likewise.
4065 (remote_bfd_iovec_stat): Likewise.
4066 (remote_filename_p): Likewise.
4067 (remote_bfd_open): Likewise.
4068 * symfile.h (gdb_bfd_open_maybe_remote): Remove declaration.
4069 * symfile.c (separate_debug_file_exists): Use gdb_bfd_open.
4070 (gdb_bfd_open_maybe_remote): Remove function.
4071 (symfile_bfd_open): Replace remote filename check with
4072 target filename check.
4073 (reread_symbols): Use gdb_bfd_open.
4074 * build-id.c (gdbcore.h): New include.
4075 (build_id_to_debug_bfd): Use gdb_bfd_open.
4076 * infcmd.c (attach_command_post_wait): Remove remote filename
4077 check.
4078 * solib.c (solib_find): Replace remote-specific handling with
4079 target-specific handling. Update comments where necessary.
4080 (solib_bfd_open): Replace remote-specific handling with
4081 target-specific handling.
4082 (gdb_sysroot_changed): New function.
4083 (_initialize_solib): Call the above when gdb_sysroot changes.
4084 * windows-tdep.c (gdbcore.h): New include.
4085 (windows_xfer_shared_library): Use gdb_bfd_open.
4086
4087 2015-04-02 Gary Benson <gbenson@redhat.com>
4088
4089 * gdb/gdb_bfd.h (TARGET_SYSROOT_PREFIX): New definition.
4090 (is_target_filename): New declaration.
4091 (gdb_bfd_has_target_filename): Likewise.
4092 (gdb_bfd_open): Update documentation comment.
4093 * gdb_bfd.c (target.h): New include.
4094 (gdb/fileio.h): Likewise.
4095 (is_target_filename): New function.
4096 (gdb_bfd_has_target_filename): Likewise.
4097 (fileio_errno_to_host): Likewise.
4098 (gdb_bfd_iovec_fileio_open): Likewise.
4099 (gdb_bfd_iovec_fileio_pread): Likewise.
4100 (gdb_bfd_iovec_fileio_close): Likewise.
4101 (gdb_bfd_iovec_fileio_fstat): Likewise.
4102 (gdb_bfd_open): Use target fileio to access paths prefixed
4103 with "target:" where necessary.
4104
4105 2015-04-02 Gary Benson <gbenson@redhat.com>
4106
4107 * target.h (struct target_ops) <to_filesystem_is_local>:
4108 New field.
4109 (target_filesystem_is_local): New macro.
4110 * target-delegates.c: Regenerate.
4111 * remote.c (remote_filesystem_is_local): New function.
4112 (init_remote_ops): Initialize to_filesystem_is_local.
4113
4114 2015-04-02 Gary Benson <gbenson@redhat.com>
4115
4116 * target.h (struct target_ops) <to_fileio_fstat>: New field.
4117 (target_fileio_fstat): New declaration.
4118 * target.c (target_fileio_fstat): New function.
4119 * inf-child.c (inf_child_fileio_fstat): Likewise.
4120 (inf_child_target): Initialize to_fileio_fstat.
4121 * remote.c (init_remote_ops): Likewise.
4122
4123 2015-04-01 Sasha Smundak <asmundak@google.com>
4124
4125 * Makefile.in (SUBDIR_PYTHON_OBJS): Add py-unwind.o.
4126 (SUBDIR_PYTHON_SRCS): Add py-unwind.c.
4127 (py-unwind.o): New recipe.
4128 * NEWS: mention Python frame unwinding.
4129 * data-directory/Makefile.in (PYTHON_FILE_LIST): Add
4130 gdb/unwinder.py and gdb/command/unwinder.py
4131 * python/lib/gdb/__init__.py (packages): Add frame_unwinders
4132 list.
4133 (execute_unwinders): New function.
4134 * python/lib/gdb/command/unwinders.py: New file.
4135 * python/lib/gdb/unwinder.py: New file.
4136 * python/py-objfile.c (objfile_object): Add frame_unwinders field.
4137 (objfpy_dealloc): Decrement frame_unwinders reference count.
4138 (objfpy_initialize): Create frame_unwinders list.
4139 (objfpy_get_frame_unwinders): New function.
4140 (objfpy_set_frame_unwinders): Ditto.
4141 (objfile_getset): Add frame_unwinders attribute to Objfile.
4142 * python/py-progspace.c (pspace_object): Add frame_unwinders field.
4143 (pspy_dealloc): Decrement frame_unwinders reference count.
4144 (pspy_initialize): Create frame_unwinders list.
4145 (pspy_get_frame_unwinders): New function.
4146 (pspy_set_frame_unwinders): Ditto.
4147 (pspy_getset): Add frame_unwinders attribute to gdb.Progspace.
4148 * python/py-unwind.c: New file.
4149 * python/python-internal.h (pspy_get_name_unwinders): New prototype.
4150 (objpy_get_frame_unwinders): New prototype.
4151 (gdbpy_initialize_unwind): New prototype.
4152 * python/python.c (gdbpy_apply_type_printers): Call
4153 gdbpy_initialize_unwind.
4154
4155 2015-04-01 Pedro Alves <palves@redhat.com>
4156
4157 * infrun.c (resume): Check currently_stepping after clearing
4158 stepped_breakpoint, not before.
4159
4160 2015-04-01 Pedro Alves <palves@redhat.com>
4161
4162 * infrun.c (print_target_wait_results): Print all the ptid
4163 elements.
4164
4165 2015-04-01 Pedro Alves <palves@redhat.com>
4166
4167 * infrun.c (keep_going): Also discard cleanups if inserting
4168 breakpoints fails.
4169
4170 2015-04-01 Pedro Alves <palves@redhat.com>
4171
4172 * infrun.c (wait_for_inferior): Install the
4173 finish_thread_state_cleanup cleanup across the whole function, not
4174 just around handle_inferior_event.
4175
4176 2015-04-01 Pedro Alves <palves@redhat.com>
4177
4178 * infrun.c (resume) <step past permanent breakpoint>: Use
4179 do_target_resume.
4180
4181 2015-04-01 Pedro Alves <palves@redhat.com>
4182
4183 * linux-nat.c (linux_handle_extended_wait): Always call set_running.
4184
4185 2015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
4186
4187 * MAINTAINERS (Write After Approval): Add "Pierre-Marie de Rodat".
4188
4189 2015-04-01 Pedro Alves <palves@redhat.com>
4190
4191 * linux-thread-db.c (record_thread): Readd the thread to gdb's
4192 list if it was marked exited.
4193
4194 2015-04-01 H.J. Lu <hongjiu.lu@intel.com>
4195
4196 * configure: Regenerated.
4197
4198 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
4199 Jan Kratochvil <jan.kratochvil@redhat.com>
4200 Oleg Nesterov <oleg@redhat.com>
4201
4202 PR corefiles/16092
4203 * linux-tdep.c: Include 'gdbcmd.h' and 'gdb_regex.h'.
4204 New enum identifying the various options of the coredump_filter
4205 file.
4206 (struct smaps_vmflags): New struct.
4207 (use_coredump_filter): New variable.
4208 (decode_vmflags): New function.
4209 (mapping_is_anonymous_p): Likewise.
4210 (dump_mapping_p): Likewise.
4211 (linux_find_memory_regions_full): New variables
4212 'coredumpfilter_name', 'coredumpfilterdata', 'pid', 'filterflags'.
4213 Removed variable 'modified'. Read /proc/<PID>/smaps file; improve
4214 parsing of its information. Implement memory mapping filtering
4215 based on its contents.
4216 (show_use_coredump_filter): New function.
4217 (_initialize_linux_tdep): New command 'set use-coredump-filter'.
4218 * NEWS: Mention the possibility of using the
4219 '/proc/PID/coredump_filter' file when generating a corefile.
4220 Mention new command 'set use-coredump-filter'.
4221
4222 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
4223
4224 * solib-svr4.c (solib_svr4_r_ldsomap): Catch possible exception by
4225 read_memory_unsigned_integer.
4226
4227 2015-03-31 H.J. Lu <hongjiu.lu@intel.com>
4228
4229 * Makefile.in (ZLIB): New.
4230 (ZLIBINC): Likewise.
4231 (INTERNAL_CFLAGS_BASE): Add $(ZLIBINC).
4232 (CLIBS): Add $(ZLIB).
4233 * acinclude.m4: (GDB_AC_CHECK_BFD): Add $zlibdir to LDFLAGS.
4234 Add -lz to LIBS.
4235 * gdb_bfd.c: Don't check HAVE_ZLIB_H to include <zlib.h>.
4236 * top.c (print_gdb_configuration): Remove --with-zlib and
4237 --without-zlib.
4238 * config.in: Regenerated.
4239 * configure: Likewise.
4240
4241 2015-03-31 Antoine Tremblay <antoine.tremblay@ericsson.com>
4242
4243 * NEWS: Mention info os cpus support.
4244 * gdb/nat/linux-osdata.c (linux_xfer_osdata_cpus): New function.
4245 (struct osdata_type): Add cpus entry, reorder the entries in
4246 alphabetical order.
4247
4248 2015-03-31 Matthias Klose <doko@ubuntu.com>
4249
4250 * compile/compile.c (compile_to_object): Allow triplets with or
4251 without vendor set.
4252
4253 2015-03-30 Doug Evans <dje@google.com>
4254
4255 PR c++/18141
4256 * cp-namespace.c (cp_search_static_and_baseclasses): Always look for
4257 klass in VAR_DOMAIN.
4258
4259 2015-03-30 Gary Benson <gbenson@redhat.com>
4260
4261 * remote.c (remote_mourn_1): Remove function. Update all callers
4262 to use remote_mourn.
4263 (extended_remote_mourn_1): Remove function. Update all callers
4264 to use extended_remote_mourn.
4265 (extended_remote_attach_1): Remove function. Update all callers
4266 to use extended_remote_attach.
4267
4268 2015-03-28 James Bowman <james.bowman@ftdichip.com>
4269
4270 * Makefile.in (ALL_TARGET_OBS): Add ft32-tdep.o.
4271 (HFILES_NO_SRCDIR): Add ft32-tdep.h.
4272 (ALLDEPFILES): Add ft32-tdep.c.
4273 * configure.tgt: Add FT32 entry.
4274 * ft32-tdep.c: New file, FT32 target-dependent code.
4275 * ft32-tdep.h: New file, FT32 target-dependent code.
4276
4277 2015-03-27 Jan Kratochvil <jan.kratochvil@redhat.com>
4278
4279 Revert:
4280 2015-03-26 Jan Kratochvil <jan.kratochvil@redhat.com>
4281 Code cleanup.
4282 * printcmd.c (print_command_1): Move expr variable scope.
4283
4284 2015-03-27 Joel Brobecker <brobecker@adacore.com>
4285
4286 * dtrace-probe.c (dtrace_process_dof_probe): Initialize expr to NULL.
4287
4288 2015-03-27 Andrzej Kaczmarek <andrzej.kaczmarek@tieto.com>
4289
4290 * gdb_bfd.c (gdb_bfd_section_index): Fix off-by-one for special
4291 sections.
4292
4293 2015-03-26 Joel Brobecker <brobecker@adacore.com>
4294
4295 * dtrace-probe.c (dtrace_process_dof_probe): Contain any
4296 exception raised while parsing the probe arguments.
4297 Force parsing to be done using the C language parser.
4298 * expression.h (parse_expression_with_language): Declare.
4299 * parse.c (parse_expression_with_language): New function.
4300
4301 2015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
4302
4303 * MAINTAINERS (Write After Approval): Add "Jon Turney".
4304
4305 2015-03-26 Andy Wingo <wingo@igalia.com>
4306
4307 PR symtab/18148
4308 * dwarf2read.c (struct partial_die_info): Add has_const_value
4309 member.
4310 (add_partial_symbol): Don't punt on symbols that have const_value
4311 attributes.
4312 (read_partial_die): Detect DW_AT_const_value.
4313
4314 2015-03-26 Jan Kratochvil <jan.kratochvil@redhat.com>
4315
4316 Code cleanup.
4317 * printcmd.c (print_command_1): Move expr variable scope.
4318
4319 2015-03-26 Jan Kratochvil <jan.kratochvil@redhat.com>
4320
4321 Code cleanup.
4322 * printcmd.c (validate_format): Make the parameter cmdname const.
4323
4324 2015-03-26 Don Breazeal <donb@codesourcery.com>
4325
4326 * remote.c (_initialize_remote): Update comment.
4327
4328 2015-03-26 Pedro Alves <palves@redhat.com>
4329 Jon TURNEY <jon.turney@dronecode.org.uk>
4330
4331 * coffread.c (coff_symfile_read): When constructing the name of an
4332 import stub symbol from import symbol for amd64, only skip the
4333 char after _imp_ if the target is underscored (like i386) and the
4334 char is indeed the target's leading char.
4335
4336 2015-03-25 Pedro Alves <palves@redhat.com>
4337
4338 * target.h <to_async>: Replace 'callback' and 'context' parameters
4339 with boolean 'enable' parameter.
4340 (target_async): Replace CALLBACK and CONTEXT parameters with
4341 boolean ENABLE parameter.
4342 * inf-loop.c (inferior_event_handler): Adjust.
4343 * linux-nat.c (linux_nat_attach, linux_nat_resume)
4344 (linux_nat_resume): Adjust.
4345 (async_client_callback, async_client_context): Delete.
4346 (handle_target_event): Call inferior_event_handler directly.
4347 (linux_nat_async): Replace 'callback' and 'context' parameters
4348 with boolean 'enable' parameter. Adjust. Remove references to
4349 async_client_callback and async_client_context.
4350 (linux_nat_close): Adjust.
4351 * record-btrace.c (record_btrace_async): Replace 'callback' and
4352 'context' parameters with boolean 'enable' parameter. Adjust.
4353 (record_btrace_resume): Adjust.
4354 * record-full.c (record_full_async): Replace 'callback' and
4355 'context' parameters with boolean 'enable' parameter. Adjust.
4356 (record_full_resume, record_full_core_resume): Adjust.
4357 * remote.c (struct remote_state) <async_client_callback,
4358 async_client_context>: Delete fields.
4359 (remote_start_remote, extended_remote_attach_1, remote_resume)
4360 (extended_remote_create_inferior): Adjust.
4361 (remote_async_serial_handler): Call inferior_event_handler
4362 directly.
4363 (remote_async): Replace 'callback' and 'context' parameters with
4364 boolean 'enable' parameter. Adjust.
4365 * top.c (gdb_readline_wrapper_cleanup, gdb_readline_wrapper):
4366 Adjust.
4367 * target-delegates.c: Regenerate.
4368
4369 2015-03-25 Gary Benson <gbenson@redhat.com>
4370 Pedro Alves <palves@redhat.com>
4371
4372 * target.c (fileio_ft_t): New typedef, define object vector.
4373 (fileio_fhandles): New static variable.
4374 (is_closed_fileio_fh): New macro.
4375 (lowest_closed_fd): New static variable.
4376 (acquire_fileio_fd): New function.
4377 (release_fileio_fd): Likewise.
4378 (fileio_fd_to_fh): New macro.
4379 (target_fileio_open): Wrap the file descriptor on success.
4380 (target_fileio_pwrite): Updated to use wrapped file descriptor.
4381 (target_fileio_pread): Likewise.
4382 (target_fileio_close): Likewise.
4383
4384 2015-03-24 Pedro Alves <palves@redhat.com>
4385
4386 * thread.c (thread_apply_all_command): Take exited threads into
4387 account.
4388
4389 2015-03-24 Pedro Alves <palves@redhat.com>
4390
4391 * infrun.c (resume, proceed): Mention
4392 switch_back_to_stepped_thread, not switch_back_to_stepping.
4393
4394 2015-03-24 Pedro Alves <palves@redhat.com>
4395
4396 * infrun.c (user_visible_resume_ptid): Rewrite going from
4397 most-locked to unlocked instead of the opposite. Move comment ...
4398 * infrun.h (user_visible_resume_ptid): ... here.
4399
4400 2015-03-24 Pedro Alves <palves@redhat.com>
4401
4402 * linux-nat.c (linux_nat_resume): Output debug logs before trying
4403 to resume the event lwp. Use the lwp's ptid instead of the passed
4404 in (maybe wildcard) ptid.
4405 (stop_wait_callback): Tweak debug log output.
4406 (check_stopped_by_breakpoint): Tweak debug log output. Also dump
4407 TRAP_TRACE.
4408 (linux_nat_filter_event): In debug output, distinguish a
4409 resume_stop SIGSTOP from a delayed SIGSTOP. Output debug logs
4410 before trying to resume the lwp.
4411
4412 2015-03-24 Joel Brobecker <brobecker@adacore.com>
4413
4414 * gdbtypes.h (struct dynamic_prop_list) <prop>: Remove
4415 pointer indirection.
4416 * gdbtypes.c (get_dyn_prop): Adjust, following change above.
4417 (add_dyn_prop, copy_dynamic_prop_list): Likewise.
4418
4419 2015-03-24 Joel Brobecker <brobecker@adacore.com>
4420
4421 * gdbtypes.h (enum dynamic_prop_node_kind) <DYN_PROP_DATA_LOCATION>:
4422 Renames DYN_ATTR_DATA_LOCATION.
4423 (TYPE_DATA_LOCATION): Use DYN_PROP_DATA_LOCATION instead of
4424 DYN_ATTR_DATA_LOCATION.
4425 * dwarf2read.c (set_die_type): Use DYN_PROP_DATA_LOCATION
4426 instead of DYN_ATTR_DATA_LOCATION.
4427
4428 2015-03-24 Pedro Alves <palves@redhat.com>
4429
4430 * breakpoint.c (until_break_command): Adjust call to proceed.
4431 * gdbthread.h (struct thread_control_state) <stepping_command>:
4432 New field.
4433 * infcall.c (run_inferior_call): Adjust call to proceed.
4434 * infcmd.c (run_command_1, proceed_thread_callback, continue_1):
4435 Adjust calls to proceed.
4436 (set_step_frame): Set the current thread's step_start_function
4437 here.
4438 (step_once): Adjust calls to proceed.
4439 (jump_command, signal_command, until_next_command)
4440 (finish_backward, finish_forward, proceed_after_attach_callback)
4441 (attach_command_post_wait): Adjust calls to proceed.
4442 * infrun.c (proceed_after_vfork_done): Adjust call to proceed.
4443 (do_target_resume): New function, factored out from ...
4444 (resume): ... here. Remove 'step' parameter. Instead, check
4445 currently_stepping to determine whether the thread should be
4446 single-stepped.
4447 (proceed): Remove 'step' parameter and don't set the thread's
4448 step_start_function here. Adjust call to 'resume'.
4449 (handle_inferior_event): Adjust calls to 'resume'.
4450 (switch_back_to_stepped_thread): Use do_target_resume instead of
4451 'resume'.
4452 (keep_going): Adjust calls to 'resume'.
4453 * infrun.h (proceed): Remove 'step' parameter.
4454 (resume): Likewise.
4455 * windows-nat.c (do_initial_windows_stuff): Adjust call to
4456 'resume'.
4457 * mi/mi-main.c (proceed_thread): Adjust call to 'proceed'.
4458
4459 2015-03-24 Pedro Alves <palves@redhat.com>
4460
4461 * gdbthread.h (struct thread_control_state) <stepping_command>:
4462 New field.
4463 * infcmd.c (step_once): Pass step=1 to clear_proceed_status. Set
4464 the thread's stepping_command field.
4465 * infrun.c (resume): Check the thread's stepping_command flag to
4466 determine which threads should be resumed. Rename 'entry_step'
4467 local to user_step.
4468 (clear_proceed_status_thread): Clear 'stepping_command'.
4469 (schedlock_applies): Change parameter type to struct thread_info
4470 pointer. Adjust.
4471 (find_thread_needs_step_over): Remove 'step' parameter. Adjust.
4472 (switch_back_to_stepped_thread): Adjust calls to
4473 'schedlock_applies'.
4474 (_initialize_infrun): Adjust "set scheduler-locking step" help.
4475
4476 2015-03-24 Pedro Alves <palves@redhat.com>
4477
4478 * infrun.c (step_start_function): Delete and ...
4479 * gdbthread.h (struct thread_control_state) <step_start_function>:
4480 ... now a field here.
4481 * infrun.c (clear_proceed_status_thread): Clear the thread's
4482 step_start_function.
4483 (proceed, process_event_stop_test, print_stop_event): Adjust.
4484
4485 2015-03-24 Pedro Alves <palves@redhat.com>
4486
4487 * infrun.c (proceed): No longer handle negative step.
4488
4489 2015-03-24 Gary Benson <gbenson@redhat.com>
4490
4491 * nat/x86-linux.h (x86_linux_new_thread): New declaration.
4492 (x86_linux_prepare_to_resume): Likewise.
4493 * x86-linux-nat.c (x86_linux_new_thread):
4494 Moved to nat/x86-linux.c.
4495 (x86_linux_prepare_to_resume): Likewise.
4496 * nat/x86-linux.c (x86_linux_new_thread): New function.
4497 (x86_linux_prepare_to_resume): Likewise.
4498
4499 2015-03-24 Gary Benson <gbenson@redhat.com>
4500
4501 * nat/x86-linux-dregs.h: New file.
4502 * nat/x86-linux-dregs.c: Likewise.
4503 * Makefile.in (HFILES_NO_SRCDIR): Add nat/x86-linux-dregs.h.
4504 (x86-linux-dregs.o): New rule.
4505 * config/i386/linux.mh (NATDEPFILES): Add x86-linux-dregs.o.
4506 * config/i386/linux64.mh (NATDEPFILES): Likewise.
4507 * x86-linux-nat.c: Include nat/x86-linux-dregs.h.
4508 (u_debugreg_offset): Moved to nat/x86-linux-dregs.c.
4509 (x86_linux_dr_get): Likewise.
4510 (x86_linux_dr_set): Likewise.
4511 (x86_linux_dr_get_addr): Likewise.
4512 (x86_linux_dr_get_control): Likewise.
4513 (x86_linux_dr_get_status): Likewise.
4514 (update_debug_registers_callback): Likewise.
4515 (x86_linux_dr_set_control): Likewise.
4516 (x86_linux_dr_set_addr): Likewise.
4517 (x86_linux_update_debug_registers): Likewise.
4518
4519 2015-03-24 Gary Benson <gbenson@redhat.com>
4520
4521 * x86-linux-nat.c (x86_linux_update_debug_registers):
4522 New function, factored out from...
4523 (x86_linux_prepare_to_resume): ...this.
4524
4525 2015-03-24 Gary Benson <gbenson@redhat.com>
4526
4527 * x86-linux-nat.c (x86_linux_dr_get): Update comments.
4528 (x86_linux_dr_set): Likewise.
4529 (x86_linux_dr_get_addr): Likewise.
4530 (x86_linux_dr_get_control): Likewise.
4531 (x86_linux_dr_get_status): Likewise.
4532 (update_debug_registers_callback): Likewise.
4533 (x86_linux_dr_set_control): Likewise.
4534 (x86_linux_dr_set_addr): Likewise.
4535 (x86_linux_prepare_to_resume): Likewise.
4536 (x86_linux_new_thread): Likewise.
4537
4538 2015-03-24 Gary Benson <gbenson@redhat.com>
4539
4540 * x86-linux-nat.c (x86_linux_dr_set_addr): Update assertion.
4541 (x86_linux_new_thread): Rename argument.
4542
4543 2015-03-24 Gary Benson <gbenson@redhat.com>
4544
4545 * nat/x86-linux.h: New file.
4546 * nat/x86-linux.c: Likewise.
4547 * Makefile.in (HFILES_NO_SRCDIR): Add nat/x86-linux.h.
4548 (x86-linux.o): New rule.
4549 * config/i386/linux.mh (NATDEPFILES): Add x86-linux.o.
4550 * config/i386/linux64.mh (NATDEPFILES): Likewise.
4551 * nat/linux-nat.h (struct arch_lwp_info): New forward declaration.
4552 (lwp_set_arch_private_info): New declaration.
4553 (lwp_arch_private_info): Likewise.
4554 * linux-nat.c (lwp_set_arch_private_info): New function.
4555 (lwp_arch_private_info): Likewise.
4556 * x86-linux-nat.c: Include nat/x86-linux.h.
4557 (arch_lwp_info): Removed structure.
4558 (update_debug_registers_callback):
4559 Use lwp_set_debug_registers_changed.
4560 (x86_linux_prepare_to_resume): Use lwp_debug_registers_changed
4561 and lwp_set_debug_registers_changed.
4562 (x86_linux_new_thread): Use lwp_set_debug_registers_changed.
4563
4564 2015-03-24 Gary Benson <gbenson@redhat.com>
4565
4566 * nat/linux-nat.h (ptid_of_lwp): New declaration.
4567 (lwp_is_stopped): Likewise.
4568 (lwp_stop_reason): Likewise.
4569 * linux-nat.c (ptid_of_lwp): New function.
4570 (lwp_is_stopped): Likewise.
4571 (lwp_is_stopped_by_watchpoint): Likewise.
4572 * x86-linux-nat.c (update_debug_registers_callback):
4573 Use lwp_is_stopped.
4574 (x86_linux_prepare_to_resume): Use ptid_of_lwp and
4575 lwp_stop_reason.
4576
4577 2015-03-24 Gary Benson <gbenson@redhat.com>
4578
4579 * linux-nat.h (linux_stop_lwp): Move declaration to...
4580 * nat/linux-nat.h (linux_stop_lwp): New declaration.
4581
4582 2015-03-24 Gary Benson <gbenson@redhat.com>
4583
4584 * linux-nat.h: Include nat/linux-nat.h.
4585 (iterate_over_lwps): Move declaration to nat/linux-nat.h.
4586 * nat/linux-nat.h (struct lwp_info): New forward declaration.
4587 (iterate_over_lwps_ftype): New typedef.
4588 (iterate_over_lwps): New declaration.
4589 * linux-nat.h (iterate_over_lwps): Update comment. Use
4590 iterate_over_lwps_ftype. Update callback return value check.
4591
4592 2015-03-24 Gary Benson <gbenson@redhat.com>
4593
4594 * x86-nat.h (x86_debug_reg_state): Move declaration to...
4595 * nat/x86-dregs.h (x86_debug_reg_state): New declaration.
4596
4597 2015-03-24 Gary Benson <gbenson@redhat.com>
4598
4599 * nat/linux-nat.h (current_lwp_ptid): New declaration.
4600 * linux-nat.c (current_lwp_ptid): New function.
4601 * x86-linux-nat.c: Include nat/linux-nat.h.
4602 (x86_linux_dr_get_addr): Use current_lwp_ptid.
4603 (x86_linux_dr_get_control): Likewise.
4604 (x86_linux_dr_get_status): Likewise.
4605 (x86_linux_dr_set_control): Likewise.
4606 (x86_linux_dr_set_addr): Likewise.
4607
4608 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
4609
4610 PR breakpoints/16466
4611 * breakpoint.c (create_breakpoint): Set thread on breakpoint struct.
4612
4613 2015-03-23 Joel Brobecker <brobecker@adacore.com>
4614
4615 * ser-mingw.c (ser_windows_setparity): Fix indentation.
4616 * ser-unix.c (hardwire_setparity): Likewise.
4617
4618 2015-03-23 Yurij Grechishhev <yurij.grechishhev@gmail.com>
4619
4620 * NEWS: Mention set/show serial parity command.
4621 * monitor.c (monitor_open): Call serial_setparity.
4622 * remote.c (remote_open_1): Likewise.
4623 * ser-base.c (ser_base_serparity): New function.
4624 * ser-base.h (ser_base_setparity): Add declaration.
4625 * ser-go32.c (dos_ops): Set "setparity" field.
4626 * ser-mingw.c (ser_windows_raw): Do not set state.fParity and
4627 state.Parity.
4628 (ser_windows_setparity): New function.
4629 (hardwire_ops): Add ser_windows_setparity.
4630 (tty_ops): Add NULL for setparity field.
4631 (pipe_ops): Add ser_base_setparity.
4632 (tcp_ops): Likewise.
4633 * ser-pipe.c (pipe_ops): Likewise.
4634 * ser-tcp.c (tcp_ops): Likewise.
4635 * ser-unix.c (hardwire_setparity): Add declaration.
4636 (hardwire_raw): Don't reset PARENB flag.
4637 (hardwire_setparity): New function.
4638 (hardwire_ops): Add hardwire_setparity.
4639 * serial.c (serial_setparity): New function.
4640 (serial_parity): New global.
4641 (parity_none, parity_odd, parity_even, parity_enums, parity):
4642 New static globals.
4643 (set_parity): New function.
4644 (_initialize_serial): Add set/show serial parity commands.
4645 * serial.h (GDBPARITY_NONE): Define.
4646 (GDBPARITY_ODD): Define.
4647 (GDBPARITY_EVEN): Define.
4648 (serial_setparity) Add declaration.
4649 (struct serial_ops): Add setparity field.
4650 * target.h (serial_parity): Add declaration.
4651
4652 2015-03-23 Keith Seitz <keiths@redhat.com>
4653
4654 * linespec.c (linespec_lexer_lex_keyword): Update comment.
4655
4656 2015-03-23 Keith Seitz <keiths@redhat.com>
4657
4658 * breakpoint.c (parse_breakpoint_sals): Use
4659 linespec_lexer_lex_keyword to ascertain if the user specified
4660 a NULL location.
4661 * linespec.c [IF_KEYWORD_INDEX]: Define.
4662 (linespec_lexer_lex_keyword): Export.
4663 (struct ls_parser) <keyword_ok>: Remove.
4664 A keyword is only a keyword if not followed by another keyword.
4665 (linespec_lexer_lex_one): Remove keyword_ok handling.
4666 Add comment explaining why the parsing stream is not advanced
4667 when a keyword is seen.
4668 (parse_linespec): Remove parser->keyword_ok.
4669 * linespec.h (linespec_lexer_lex_keyword): Add declaration.
4670
4671 2015-03-23 Keith Seitz <keiths@redhat.com>
4672
4673 PR gdb/18021
4674 * dwarf2read.c (dwarf2_add_member_fn): Issue a complaint
4675 if we find a static method with DW_AT_vtable_elem_location.
4676
4677 2015-03-21 Eli Zaretskii <eliz@gnu.org>
4678
4679 * tui/tui-io.c (tui_expand_tabs): Reinitialize the column counter
4680 before the second loop, to avoid undefined behavior. Reported by
4681 Anton Blanchard <anton@samba.org>.
4682
4683 2015-03-20 Keven Boell <keven.boell@intel.com>
4684
4685 * gdbtypes.c (resolve_dynamic_type_internal): Adapt
4686 data_location usage to linked list.
4687 (resolve_dynamic_type_internal): Adapt data_location to
4688 linked list.
4689 (get_dyn_prop, add_dyn_prop, copy_dynamic_prop_list): New function.
4690 (copy_type_recursive, copy_type): Add copy of linked list.
4691 * gdbtypes.h (enum dynamic_prop_node_kind): New enum.
4692 (struct dynamic_prop_list): New struct.
4693 * dwarf2read.c (set_die_type): Set data_location data.
4694
4695 2015-03-20 Pedro Alves <palves@redhat.com>
4696
4697 * i386-sol2-tdep.c (i386_sol2_static_transform_name): Move "p" to
4698 inner block and make it const.
4699 * machoread.c (get_archive_prefix_len): Make "lparen" const.
4700
4701 2015-03-20 Pedro Alves <palves@redhat.com>
4702
4703 * breakpoint.c (set_breakpoint_condition): Make argument "exp" const.
4704 * breakpoint.h (set_breakpoint_condition): Update declaration.
4705
4706 2015-03-20 Pedro Alves <palves@redhat.com>
4707
4708 * tui/tui-io.c (tui_expand_tabs): Make "s1" const.
4709
4710 2015-03-20 Pedro Alves <palves@redhat.com>
4711
4712 * xcoffread.c (scan_xcoff_symtab): Make "p" and "q" const.
4713
4714 2015-03-20 Pedro Alves <palves@redhat.com>
4715
4716 * remote-m32r-sdi.c (m32r_open): Make "port_str" const.
4717
4718 2015-03-20 Pedro Alves <palves@redhat.com>
4719
4720 * nto-tdep.c (nto_find_and_open_solib): Make "endian" const.
4721 (nto_init_solib_absolute_prefix): Likewise.
4722
4723 2015-03-20 Pedro Alves <palves@redhat.com>
4724
4725 * sparc-sol2-tdep.c (sparc_sol2_static_transform_name): Make "p" const.
4726 * spu-tdep.c (spu_gdbarch_init): Make "name" const.
4727
4728 2015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
4729
4730 * config/djgpp/README: Remove gdb.hp.
4731
4732 2015-03-20 Yao Qi <yao.qi@linaro.org>
4733
4734 * aarch64-tdep.c (aarch64_gdbarch_init): Don't call
4735 set_gdbarch_cannot_step_breakpoint.
4736
4737 2015-03-19 Pedro Alves <palves@redhat.com>
4738
4739 * linux-nat.c (linux_resume_one_lwp): Rename to ...
4740 (linux_resume_one_lwp_throw): ... this. Don't handle ESRCH here,
4741 instead call perror_with_name.
4742 (check_ptrace_stopped_lwp_gone): New function.
4743 (linux_resume_one_lwp): Reimplement as wrapper around
4744 linux_resume_one_lwp_throw that swallows errors if the LWP is
4745 gone.
4746 (resume_stopped_resumed_lwps): Try register reads in TRY/CATCH and
4747 swallows errors if the LWP is gone. Use
4748 linux_resume_one_lwp_throw instead of linux_resume_one_lwp.
4749
4750 2015-03-19 Pedro Alves <palves@redhat.com>
4751
4752 * linux-nat.c (status_callback): Return early if the LWP has no
4753 status pending.
4754
4755 2015-03-19 Pedro Alves <palves@redhat.com>
4756
4757 * linux-nat.c (select_event_lwp_callback): Update comment to no
4758 longer mention SIGTRAP.
4759
4760 2015-03-18 Tristan Gingold <gingold@adacore.com>
4761
4762 * amd64-windows-tdep.c (amd64_windows_find_unwind_info): Move
4763 redirection code to ...
4764 (amd64_windows_frame_decode_insns): ... Here. Fix in prologue
4765 checks. Fix SAVE_NONVOL operations. Add debug code and comments.
4766
4767 2015-03-18 Gary Benson <gbenson@redhat.com>
4768
4769 (remote_protocol_features): Remove the "vFile:fstat" feature.
4770 (remote_hostio_fstat): Probe for "vFile:fstat" support.
4771
4772 2015-03-11 Yao Qi <yao.qi@linaro.org>
4773
4774 PR tdep/18107
4775 * aarch64-linux-tdep.c: Include xml-syscall.h
4776 (aarch64_linux_get_syscall_number): New function.
4777 (aarch64_linux_init_abi): Call
4778 set_gdbarch_get_syscall_number.
4779 * syscalls/aarch64-linux.xml: New file.
4780
4781 2015-03-17 Yurij Grechishhev <yurij.grechishhev@gmail.com>
4782
4783 * ser-base.h (ser_base_setstopbits): Change second argument name
4784 from "rate" to "num".
4785
4786 2015-03-17 Gary Benson <gbenson@redhat.com>
4787 Luke Allardyce <lukeallardyce@gmail.com>
4788
4789 PR gdb/18131
4790 * common/common-remote-fileio.h (sys/stat.h): New include.
4791 (stuct stat): Remove forward declaration.
4792
4793 2015-03-16 John Baldwin <jhb@FreeBSD.org>
4794
4795 * fbsd-tdep.c (fbsd_make_corefile_notes): Fetch all target registers
4796 before writing core register notes.
4797
4798 2015-03-16 Yuanhui Zhang <asmwarrior@gmail.com>
4799 Pedro Alves <palves@redhat.com>
4800
4801 * gdb_curses.h (tgetnum): Mark with EXTERN_C.
4802 * stub-termcap.c (tgetent, tgetnum, tgetflag, tgetstr, tputs)
4803 (tgoto): Wrap with extern "C".
4804
4805 2015-03-16 Pedro Alves <palves@redhat.com>
4806 Yuanhui Zhang <asmwarrior@gmail.com>
4807
4808 * stub-termcap.c (tputs): Change prototype.
4809
4810 2015-03-16 Yuanhui Zhang <asmwarrior@gmail.com>
4811 Pedro Alves <palves@redhat.com>
4812
4813 * windows-nat.c (struct thread_info_struct): Rename to ...
4814 (struct windows_thread_info_struct): ... this.
4815 (thread_info): Rename to ...
4816 (windows_thread_info): ... this.
4817 All users updated.
4818
4819 2015-03-14 Jan Kratochvil <jan.kratochvil@redhat.com>
4820 Pedro Alves <palves@redhat.com>
4821
4822 * NEWS: New Removed targets and native configurations.
4823
4824 2015-03-13 Jan Kratochvil <jan.kratochvil@redhat.com>
4825
4826 Remove HPUX.
4827 * Makefile.in (ALL_64_TARGET_OBS): Remove ia64-hpux-tdep.o.
4828 (ALL_TARGET_OBS): Remove hppa-hpux-tdep.o, solib-som.o and solib-pa64.o.
4829 (HFILES_NO_SRCDIR): Remove solib-som.h, inf-ttrace.h, solib-pa64.h and
4830 ia64-hpux-tdep.h, solib-ia64-hpux.h.
4831 (ALLDEPFILES): Remove hppa-hpux-tdep.c, hppa-hpux-nat.c,
4832 ia64-hpux-nat.c, ia64-hpux-tdep.c, somread.c and solib-som.c.
4833 * config/djgpp/fnchange.lst: Remove hppa-hpux-nat.c and
4834 hppa-hpux-tdep.c.
4835 * config/ia64/hpux.mh: Remove file.
4836 * config/pa/hpux.mh: Remove file.
4837 * configure: Rebuilt.
4838 * configure.ac (dlgetmodinfo, somread.o): Remove.
4839 * configure.host (hppa*-*-hpux*, ia64-*-hpux*): Make them obsolete.
4840 (ia64-*-hpux*): Remove its float format exception.
4841 * configure.tgt (hppa*-*-hpux*, ia64-*-hpux*): Make them obsolete.
4842 * hppa-hpux-nat.c: Remove file.
4843 * hppa-hpux-tdep.c: Remove file.
4844 * hppa-tdep.c (struct hppa_unwind_info, struct hppa_objfile_private):
4845 Move them here from hppa-tdep.h
4846 (hppa_objfile_priv_data, hppa_init_objfile_priv_data): Make it static.
4847 (hppa_frame_prev_register_helper): Remove HPPA_FLAGS_REGNUM exception.
4848 * hppa-tdep.h (struct hppa_unwind_info, struct hppa_objfile_private):
4849 Move them to hppa-tdep.c.
4850 (hppa_objfile_priv_data, hppa_init_objfile_priv_data): Remove
4851 declarations.
4852 * ia64-hpux-nat.c: Remove file.
4853 * ia64-hpux-tdep.c: Remove file.
4854 * ia64-hpux-tdep.h: Remove file.
4855 * inf-ttrace.c: Remove file.
4856 * inf-ttrace.h: Remove file.
4857 * solib-ia64-hpux.c: Remove file.
4858 * solib-ia64-hpux.h: Remove file.
4859 * solib-pa64.c: Remove file.
4860 * solib-pa64.h: Remove file.
4861 * solib-som.c: Remove file.
4862 * solib-som.h: Remove file.
4863 * somread.c: Remove file.
4864
4865 2015-03-13 John Baldwin <jhb@FreeBSD.org>
4866
4867 * configure.ac: AC_SEARCH_LIBS(kinfo_getvmmap, util).
4868 * config.in: Regenerate.
4869 * configure: Regenerate.
4870 * fbsd-nat.c [!HAVE_KINFO_GETVMMAP] (fbsd_read_mapping): Don't
4871 define.
4872 (fbsd_find_memory_regions): Use kinfo_getvmmap to
4873 enumerate memory regions if present.
4874
4875 2015-03-13 John Baldwin <jhb@FreeBSD.org>
4876
4877 * amd64fbsd-tdep.c (amd64fbsd_sigtramp_p): Style fixes.
4878 * i386fbsd-tdep.c: Fix style in various gdb_static_assert
4879 expressions.
4880 (i386fbsd_sigtramp_p): Likewise.
4881
4882 2015-03-12 John Baldwin <jhb@FreeBSD.org>
4883
4884 * MAINTAINERS (Write After Approval): Add John Baldwin.
4885
4886 2015-03-12 Gary Benson <gbenson@redhat.com>
4887
4888 * solib.c (_initialize_solib): Make "set/show sysroot" use
4889 add_setshow_optional_filename_cmd so it can be restored to
4890 empty after being set.
4891
4892 2015-03-11 Sergio Durigan Junior <sergiodj@redhat.com>
4893
4894 * Makefile.in (SFILES): New source break-catch-syscall.c.
4895 (COMMON_OBS): New object break-catch-syscall.o.
4896 * break-catch-syscall.c: New file.
4897 * breakpoint.c: Remove inclusion of "xml-syscall.h".
4898 (syscall_catchpoint_p): Move declaration to break-catch-syscall.c
4899 (struct syscall_catchpoint): Likewise.
4900 (dtor_catch_syscall): Likewise.
4901 (catch_syscall_inferior_data): Likewise.
4902 (struct catch_syscall_inferior_data): Likewise.
4903 (get_catch_syscall_inferior_data): Likewise.
4904 (catch_syscall_inferior_data_cleanup): Likewise.
4905 (insert_catch_syscall): Likewise.
4906 (remove_catch_syscall): Likewise.
4907 (breakpoint_hit_catch_syscall): Likewise.
4908 (print_it_catch_syscall): Likewise.
4909 (print_one_catch_syscall): Likewise.
4910 (print_mention_catch_syscall): Likewise.
4911 (print_recreate_catch_syscall): Likewise.
4912 (catch_syscall_breakpoint_ops): Likewise.
4913 (syscall_catchpoint_p): Likewise.
4914 (create_syscall_event_catchpoint): Likewise.
4915 (catch_syscall_split_args): Likewise.
4916 (catch_syscall_command_1): Likewise.
4917 (is_syscall_catchpoint_enabled): Likewise.
4918 (catch_syscall_enabled): Likewise.
4919 (catching_syscall_number): Likewise.
4920 (catch_syscall_completer): Likewise.
4921 (clear_syscall_counts): Likewise.
4922 (initialize_breakpoint_ops): Move initialization of syscall
4923 catchpoints to break-catch-syscall.c.
4924 (_initialize_breakpoint): Move code related to syscall catchpoints
4925 to break-catch-syscall.c.
4926
4927 2015-03-11 Sergio Durigan Junior <sergiodj@redhat.com>
4928
4929 * breakpoint.c (breakpoint_find_if): New function.
4930 * breakpoint.h (breakpoint_find_if): New prototype.
4931
4932 2015-03-11 Gary Benson <gbenson@redhat.com>
4933
4934 * remote-fileio.h (remote_fileio_to_host_stat): New declaration.
4935 * remote-fileio.c (remote_fileio_to_host_uint): New function.
4936 (remote_fileio_to_host_ulong): Likewise.
4937 (remote_fileio_to_host_mode): Likewise.
4938 (remote_fileio_to_host_time): Likewise.
4939 (remote_fileio_to_host_stat): Likewise.
4940 * remote.c (PACKET_vFile_fstat): New enum value.
4941 (remote_protocol_features): Register the "vFile:fstat" feature.
4942 (remote_hostio_fstat): New function.
4943 (remote_bfd_iovec_stat): Use the above.
4944 (_initialize_remote): Register new "set/show remote
4945 hostio-fstat-packet" command.
4946 * symfile.c (separate_debug_file_exists): Update comment.
4947 * NEWS: Announce new vFile:fstat packet.
4948
4949 2015-03-11 Gary Benson <gbenson@redhat.com>
4950
4951 * common/common-remote-fileio.h: New file.
4952 * common/common-remote-fileio.c: Likewise.
4953 * Makefile.in (SFILES): Add common/common-remote-fileio.c.
4954 (HFILES_NO_SRCDIR): Add common/common-remote-fileio.h.
4955 (COMMON_OBS): Add common-remote-fileio.o.
4956 (common-remote-fileio.o): New rule.
4957 * remote-fileio.h (common-remote-fileio.h): New include.
4958 * remote-fileio.c (gdb/fileio.h): Do not include.
4959 (remote_fileio_to_be): Moved to common-remote-fileio.h.
4960 (remote_fileio_to_fio_uint): Likewise.
4961 (remote_fileio_to_fio_time): Likewise.
4962 (remote_fileio_mode_to_target): Moved to common-remote-fileio.c.
4963 (remote_fileio_to_fio_mode): Likewise.
4964 (remote_fileio_to_fio_ulong): Likewise.
4965 (remote_fileio_to_fio_stat): Likewise.
4966
4967 2015-03-11 Andy Wingo <wingo@igalia.com>
4968
4969 * guile/scm-value.c (gdbscm_value_dynamic_type): Fix typo in which
4970 we were checking the cached type, not the cached dynamic type.
4971
4972 2015-03-11 Andy Wingo <wingo@igalia.com>
4973
4974 * guile/scm-cmd.c (cmdscm_destroyer): Don't xfree the name and
4975 other strings, as these are on the GC'd heap, and will be
4976 collected along with the smob.
4977
4978 2015-03-11 Andy Wingo <wingo@igalia.com>
4979
4980 * guile/scm-objfile.c (gdbscm_objfile_progspace): New function.
4981 (objfile_functions): Bind gdbscm_objfile_progspace to
4982 objfile-progspace.
4983 * guile/lib/gdb.scm: Add objfile-progspace to exports.
4984
4985 2015-03-11 Andy Wingo <wingo@igalia.com>
4986
4987 * guile/guile.c (_initialize_guile): Disable automatic
4988 finalization, if Guile offers us that possibility.
4989 * guile/guile.c (call_initialize_gdb_module):
4990 * guile/scm-safe-call.c (gdbscm_with_catch): Arrange to run
4991 finalizers in appropriate places.
4992 * configure.ac (AC_TRY_LIBGUILE): Add a check for
4993 scm_set_automatic_finalization_enabled.
4994 * configure: Regenerated.
4995
4996 2015-03-11 Andreas Arnez <arnez@linux.vnet.ibm.com>
4997
4998 * s390-linux-tdep.c (s390_skip_prologue): Skip the prologue using
4999 SAL, if possible.
5000
5001 2015-03-11 Andreas Arnez <arnez@linux.vnet.ibm.com>
5002
5003 * s390-linux-nat.c (struct arch_lwp_info): New.
5004 (s390_fix_watch_points): Rename to...
5005 (s390_prepare_to_resume): ...this. Skip the PER info update
5006 unless the watch points have changed.
5007 (s390_refresh_per_info, s390_new_thread): New functions.
5008 (s390_insert_watchpoint): Call s390_refresh_per_info instead of
5009 s390_fix_watch_points.
5010 (s390_remove_watchpoint): Likewise.
5011 (_initialize_s390_nat): Reflect renaming of s390_fix_watch_points.
5012 Register s390_prepare_to_resume.
5013
5014 2015-03-09 Pedro Alves <palves@redhat.com>
5015
5016 Revert:
5017 2015-03-07 Pedro Alves <palves@redhat.com>
5018 * common/gdb_socket.h: New file.
5019 * ser-tcp.c: Include gdb_socket.h. Don't include netinet/in.h nor
5020 sys/socket.h.
5021 (net_open): Use union gdb_sockaddr_u.
5022
5023 2015-03-07 Pedro Alves <palves@redhat.com>
5024
5025 * configure.ac (build_warnings): Move -Wmissing-prototypes
5026 -Wdeclaration-after-statement -Wmissing-parameter-type
5027 -Wold-style-declaration -Wold-style-definition to the C-specific
5028 set.
5029 * configure: Regenerate.
5030
5031 2015-03-07 Pedro Alves <palves@redhat.com>
5032
5033 * common/gdb_socket.h: New file.
5034 * ser-tcp.c: Include gdb_socket.h. Don't include netinet/in.h nor
5035 sys/socket.h.
5036 (net_open): Use union gdb_sockaddr_u.
5037
5038 2015-03-07 Pedro Alves <palves@redhat.com>
5039
5040 * common/common-exceptions.c [!__cplusplus] (enum catcher_state)
5041 (exceptions_state_mc_action_iter)
5042 (exceptions_state_mc_action_iter_1, exceptions_state_mc_catch):
5043 Don't define.
5044 [__cplusplus] (try_scope_depth): New global.
5045 [__cplusplus] (exception_try_scope_entry)
5046 (exception_try_scope_exit, gdb_exception_sliced_copy)
5047 (exception_rethrow): New functions.
5048 (throw_exception): In C++ mode, throw
5049 gdb_exception_RETURN_MASK_QUIT for RETURN_QUIT and
5050 gdb_exception_RETURN_MASK_ERROR for RETURN_ERROR.
5051 (throw_it): In C++ mode, use try_scope_depth.
5052 * common/common-exceptions.h [!__cplusplus]
5053 (exceptions_state_mc_action_iter)
5054 (exceptions_state_mc_action_iter_1, exceptions_state_mc_catch):
5055 Don't declare.
5056 [__cplusplus] (exception_try_scope_entry)
5057 (exception_try_scope_exit, exception_rethrow): Declare.
5058 [__cplusplus] (struct exception_try_scope): New struct.
5059 [__cplusplus] (TRY, CATCH, END_CATCH): Reimplement on top of real
5060 C++ exceptions.
5061 (struct gdb_exception_RETURN_MASK_ALL)
5062 (struct gdb_exception_RETURN_MASK_ERROR)
5063 (struct gdb_exception_RETURN_MASK_QUIT): New types.
5064
5065 2015-03-07 Pedro Alves <palves@redhat.com>
5066
5067 * main.c (handle_command_errors): Remove volatile qualifier from
5068 parameter.
5069
5070 2015-03-07 Pedro Alves <palves@redhat.com>
5071
5072 * breakpoint.c (save_breakpoints): Adjust to avoid code between
5073 TRY and CATCH.
5074 * gdbtypes.c (safe_parse_type): Remove empty line.
5075 (types_deeply_equal):
5076 * guile/scm-frame.c (gdbscm_frame_name):
5077 * linux-thread-db.c (find_new_threads_once):
5078 * python/py-breakpoint.c (bppy_get_commands):
5079 * record-btrace.c (record_btrace_insert_breakpoint)
5080 (record_btrace_remove_breakpoint, record_btrace_start_replaying)
5081 (record_btrace_start_replaying): Adjust to avoid code between TRY
5082 and CATCH.
5083
5084 2015-03-07 Pedro Alves <palves@redhat.com>
5085
5086 * common/common-exceptions.c (struct catcher) <exception>: No
5087 longer a pointer to volatile exception. Now an exception value.
5088 <mask>: Delete field.
5089 (exceptions_state_mc_init): Remove all parameters. Adjust.
5090 (exceptions_state_mc): No longer pop the catcher here.
5091 (exceptions_state_mc_catch): New function.
5092 (throw_exception): Adjust.
5093 * common/common-exceptions.h (exceptions_state_mc_init): Remove
5094 all parameters.
5095 (exceptions_state_mc_catch): Declare.
5096 (TRY_CATCH): Rename to ...
5097 (TRY): ... this. Remove EXCEPTION and MASK parameters.
5098 (CATCH, END_CATCH): New.
5099 All callers adjusted.
5100
5101 2015-03-07 Tom Tromey <tromey@redhat.com>
5102
5103 * top.c (quit_force): Inline and delete DO_TRY, DO_PRINT_EX.
5104
5105 2015-03-07 Pedro Alves <palves@redhat.com>
5106
5107 * amd64-tdep.c (amd64_frame_cache, amd64_sigtramp_frame_cache)
5108 (amd64_epilogue_frame_cache): Normal exception handling code.
5109 * break-catch-throw.c (check_status_exception_catchpoint)
5110 (re_set_exception_catchpoint): Ditto.
5111 * cli/cli-interp.c (safe_execute_command):
5112 * cli/cli-script.c (script_from_file): Ditto.
5113 * compile/compile-c-symbols.c (generate_c_for_for_one_variable):
5114 Ditto.
5115 * compile/compile-object-run.c (compile_object_run): Ditto.
5116 * cp-abi.c (baseclass_offset): Ditto.
5117 * cp-valprint.c (cp_print_value): Ditto.
5118 * exceptions.c (catch_exceptions_with_msg):
5119 * frame-unwind.c (frame_unwind_try_unwinder): Ditto.
5120 * frame.c (get_frame_address_in_block_if_available): Ditto.
5121 * i386-tdep.c (i386_frame_cache, i386_epilogue_frame_cache)
5122 (i386_sigtramp_frame_cache): Ditto.
5123 * infcmd.c (post_create_inferior): Ditto.
5124 * linespec.c (parse_linespec, find_linespec_symbols):
5125 * p-valprint.c (pascal_object_print_value): Ditto.
5126 * parse.c (parse_expression_for_completion): Ditto.
5127 * python/py-finishbreakpoint.c (bpfinishpy_init): Ditto.
5128 * remote.c (remote_get_noisy_reply): Ditto.
5129 * s390-linux-tdep.c (s390_frame_unwind_cache): Ditto.
5130 * solib-svr4.c (solib_svr4_r_map): Ditto.
5131
5132 2015-03-06 Gary Benson <gbenson@redhat.com>
5133
5134 * common/common-utils.h (startswith): New inline function.
5135 All places where this logic was used updated to use the above.
5136
5137 2015-03-05 Pedro Alves <palves@redhat.com>
5138
5139 PR gdb/18002
5140 * mem-break.c (default_memory_insert_breakpoint): Set shadow_len
5141 after reading the breakpoint's shadow memory.
5142
5143 2015-03-05 Mark Kettenis <kettenis@gnu.org>
5144
5145 * hppabsd-nat.c: Remove file.
5146 * hppaobsd-nat.c: New file.
5147 * Makefile.in (ALLDEPFILES): Remove hppabsd-nat.c. Add
5148 hppaobsd-nat.c.
5149 * config/pa/obsd.mh (NATDEPFILES): Replace hppabsd-nat.o with
5150 hppaobsd-nat.o.
5151
5152 2015-03-04 Pedro Alves <palves@redhat.com>
5153
5154 * target.h (struct target_ops) <to_decr_pc_after_break>: Delete.
5155 (target_decr_pc_after_break): Delete declaration.
5156 * target.c (default_target_decr_pc_after_break)
5157 (target_decr_pc_after_break): Delete.
5158 * linux-nat.c (check_stopped_by_breakpoint, linux_nat_wait_1): Use
5159 gdbarch_decr_pc_after_break instead of target_decr_pc_after_break.
5160 * linux-thread-db.c (check_event): Likewise.
5161 * infrun.c (adjust_pc_after_break): Likewise.
5162 * darwin-nat.c (cancel_breakpoint): Likewise.
5163 * aix-thread.c (aix_thread_wait): Likewise.
5164 * target-delegates.c: Regenerate.
5165
5166 2015-03-04 Pedro Alves <palves@redhat.com>
5167
5168 * linux-nat.c (save_sigtrap): Check for breakpoints before
5169 checking watchpoints.
5170 (status_callback) [USE_SIGTRAP_SIGINFO]: Don't check whether a
5171 breakpoint is inserted if relying on SIGTRAP's siginfo.si_code.
5172 (check_stopped_by_breakpoint) [USE_SIGTRAP_SIGINFO]: Decide whether
5173 a breakpoint triggered based on the SIGTRAP's siginfo.si_code.
5174 (linux_nat_stopped_by_sw_breakpoint)
5175 (linux_nat_supports_stopped_by_sw_breakpoint)
5176 (linux_nat_stopped_by_hw_breakpoint)
5177 (linux_nat_supports_stopped_by_hw_breakpoint): New functions.
5178 (linux_nat_wait_1): Don't re-increment the PC if relying on
5179 SIGTRAP's siginfo->si_code.
5180 (linux_nat_add_target): Install new target methods.
5181 * linux-thread-db.c (check_event): Don't account for breakpoint PC
5182 offset if the target already adjusted the PC.
5183 * nat/linux-ptrace.h (USE_SIGTRAP_SIGINFO): New.
5184 (GDB_ARCH_TRAP_BRKPT): New.
5185 (TRAP_HWBKPT): Define if not already defined.
5186
5187 2015-03-04 Pedro Alves <palves@redhat.com>
5188
5189 * NEWS: Mention the new "swbreak" and "hwbreak" stop reasons.
5190 * remote.c (struct remote_state) <remote_stopped_by_watchpoint_p>:
5191 Delete field.
5192 <stop_reason>: New field.
5193 (PACKET_swbreak_feature, PACKET_hwbreak_feature): New enum values.
5194 (packet_set_cmd_state): New function.
5195 (remote_protocol_features): Register the "swbreak" and "hwbreak"
5196 features.
5197 (remote_query_supported): If not disabled with the corresponding
5198 "set remote foo-packet" command, report support for the swbreak
5199 and hwbreak features.
5200 (struct stop_reply) <remote_stopped_by_watchpoint_p>: Delete
5201 field.
5202 <stop_reason>: New field.
5203 (remote_parse_stop_reply): Handle "swbreak" and "hwbreak".
5204 (remote_wait_as): Adjust.
5205 (remote_stopped_by_sw_breakpoint)
5206 (remote_supports_stopped_by_sw_breakpoint)
5207 (remote_stopped_by_hw_breakpoint)
5208 (remote_supports_stopped_by_hw_breakpoint): New functions.
5209 (remote_stopped_by_watchpoint): New function.
5210 (init_remote_ops): Install them.
5211 (_initialize_remote): Register new "set/show remote
5212 swbreak-feature-packet" and "set/show remote
5213 swbreak-feature-packet" commands.
5214
5215 2015-03-04 Pedro Alves <palves@redhat.com>
5216
5217 * btrace.h: Include target/waitstatus.h.
5218 (struct btrace_thread_info) <stop_reason>: New field.
5219 * record-btrace.c (record_btrace_step_thread): Use
5220 record_check_stopped_by_breakpoint instead of breakpoint_here_p.
5221 (record_btrace_decr_pc_after_break): Delete.
5222 (record_btrace_stopped_by_sw_breakpoint)
5223 (record_btrace_supports_stopped_by_sw_breakpoint)
5224 (record_btrace_stopped_by_hw_breakpoint)
5225 (record_btrace_supports_stopped_by_hw_breakpoint): New functions.
5226 (init_record_btrace_ops): Install them.
5227 * record-full.c (record_full_hw_watchpoint): Delete and replace
5228 with ...
5229 (record_full_stop_reason): ... this throughout.
5230 (record_full_exec_insn): Adjust.
5231 (record_full_wait_1): Adjust. No longer re-increment the PC.
5232 (record_full_wait_1): Adjust. Use
5233 record_check_stopped_by_breakpoint instead of breakpoint_here_p.
5234 (record_full_stopped_by_watchpoint): Adjust.
5235 (record_full_stopped_by_sw_breakpoint)
5236 (record_full_supports_stopped_by_sw_breakpoint)
5237 (record_full_supports_stopped_by_sw_breakpoint)
5238 (record_full_stopped_by_hw_breakpoint)
5239 (record_full_supports_stopped_by_hw_breakpoint): New functions.
5240 (init_record_full_ops, init_record_full_core_ops): Install them.
5241 * record.c (record_check_stopped_by_breakpoint): New function.
5242 * record.h: Include target/waitstatus.h.
5243 (record_check_stopped_by_breakpoint): New declaration.
5244
5245 2015-03-04 Pedro Alves <palves@redhat.com>
5246
5247 enum lwp_stop_reason -> enum target_stop_reason
5248 * linux-nat.c (linux_resume_one_lwp, check_stopped_by_watchpoint)
5249 (linux_nat_stopped_by_watchpoint, status_callback)
5250 (linux_nat_wait_1): Adjust.
5251 * linux-nat.h (enum lwp_stop_reason): Delete.
5252 (struct lwp_info) <stop_reason>: Now an enum target_stop_reason.
5253 * x86-linux-nat.c (x86_linux_prepare_to_resume): Adjust.
5254 * target/waitstatus.h (enum target_stop_reason): New.
5255
5256 2015-03-04 Pedro Alves <palves@redhat.com>
5257
5258 * breakpoint.c (need_moribund_for_location_type): New function.
5259 (bpstat_stop_status): Don't skipping checking moribund locations
5260 of breakpoint types which the target tell caused a stop.
5261 (program_breakpoint_here_p): New function, factored out from ...
5262 (bp_loc_is_permanent): ... this.
5263 (update_global_location_list): Don't create a moribund location if
5264 the target supports reporting stops of the type of the removed
5265 breakpoint.
5266 * breakpoint.h (program_breakpoint_here_p): New declaration.
5267 * infrun.c (adjust_pc_after_break): Return early if the target has
5268 already adjusted the PC. Add comments.
5269 (handle_signal_stop): If nothing explains a signal, and the target
5270 tells us the stop was caused by a software breakpoint, check if
5271 there's a breakpoint instruction in the memory. If so, adjust the
5272 PC before presenting the stop to the user. Otherwise, ignore the
5273 trap. If nothing explains a signal, and the target tells us the
5274 stop was caused by a hardware breakpoint, ignore the trap.
5275 * target.h (struct target_ops) <to_stopped_by_sw_breakpoint,
5276 to_supports_stopped_by_sw_breakpoint, to_stopped_by_hw_breakpoint,
5277 to_supports_stopped_by_hw_breakpoint>: New fields.
5278 (target_stopped_by_sw_breakpoint)
5279 (target_supports_stopped_by_sw_breakpoint)
5280 (target_stopped_by_hw_breakpoint)
5281 (target_supports_stopped_by_hw_breakpoint): Define.
5282 * target-delegates.c: Regenerate.
5283
5284 2015-03-04 Pedro Alves <palves@redhat.com>
5285
5286 * infrun.c (follow_fork_inferior): Use the whole of the
5287 inferior_ptid and pending_follow.related_pid ptids instead of
5288 building ptids from the process components. Adjust verbose output
5289 to use target_pid_to_str.
5290 * linux-nat.c (linux_child_follow_fork): Use the whole of the
5291 inferior_ptid and pending_follow.related_pid ptids instead of
5292 building ptids from the process components.
5293
5294 2015-03-04 Mark Kettenis <kettenis@gnu.org>
5295
5296 * inf-ptrace.c [PT_GET_PROCESS_STATE]
5297 (inf_ptrace_insert_fork_catchpoint): New function.
5298 (inf_ptrace_remove_fork_catchpoint): New function.
5299 (inf_ptrace_target) [PT_GET_PROCESS_STATE]: Install them.
5300
5301 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
5302
5303 * s390-linux-tdep.c (s390_register_name): Return empty string
5304 instead of NULL for registers that shouldn't be visible.
5305
5306 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
5307
5308 * s390-linux-tdep.c (s390_gdbarch_init): Use the correct syscall
5309 XML file for 64-bit targets.
5310
5311 2015-03-03 Simon Marchi <simon.marchi@ericsson.com>
5312
5313 * target.h (find_default_create_inferior): Remove declaration.
5314 (find_default_attach): Likewise.
5315
5316 2015-03-03 Pedro Alves <palves@redhat.com>
5317
5318 * inf-ptrace.c (inf_ptrace_resume): Remove spurious whitespace.
5319 Use ptid_get_pid to get the overall process id when resuming all
5320 threads.
5321
5322 2015-03-03 Pedro Alves <palves@redhat.com>
5323
5324 * i386-linux-nat.c (i386_linux_resume): Get the ptrace PID out of
5325 the lwp field of ptid. Pass the full ptid to get_thread_regcache.
5326 * inf-ptrace.c (get_ptrace_pid): New function.
5327 (inf_ptrace_resume): Use it.
5328 * linux-nat.c (linux_resume_one_lwp): Pass the LWP's ptid ummodified
5329 to the lower layer.
5330
5331 2015-03-03 Markus Metzger <markus.t.metzger@intel.com>
5332
5333 * nat/linux-btrace.c: Include sys/utsname.h.
5334 (linux_determine_kernel_ptr_bits): New.
5335 (linux_enable_bts): Call linux_determine_kernel_ptr_bits.
5336 * x86-linux-nat.c (x86_linux_enable_btrace): Do not overwrite non-zero
5337 ptr_bits.
5338
5339 2015-03-03 Markus Metzger <markus.t.metzger@intel.com>
5340
5341 * btrace.c (ftrace_update_function): Treat return as tailcall for
5342 "_dl_runtime_resolve".
5343
5344 2015-03-03 Markus Metzger <markus.t.metzger@intel.com>
5345
5346 * btrace.h (btrace_function) <lbegin, lend>: Remove.
5347 * btrace.c (ftrace_debug): Do not print the line range.
5348 (ftrace_skip_file, ftrace_update_lines): Remove.
5349 (ftrace_new_function): Remove lbegin and lend initialization.
5350 (btrace_compute_ftrace_bts): Remove call to ftrace_update_lines.
5351 * record-btrace.c (btrace_compute_src_line_range): New.
5352 (btrace_call_history_src_line): Call btrace_compute_src_line_range.
5353
5354 2015-03-02 Pedro Alves <palves@redhat.com>
5355
5356 * infrun.c (follow_exec): Delete all threads of the process except
5357 the event thread. Extended comments.
5358
5359 2015-03-02 Joel Brobecker <brobecker@adacore.com>
5360
5361 * contrib/ari/gdb_ari.sh: Reinstate checks for "true" and "false".
5362
5363 2015-03-02 Joel Brobecker <brobecker@adacore.com>
5364
5365 * utils.h: Remove <stdbool.h> #include.
5366 (producer_is_gcc): Change return type to "int".
5367 * utils.c (producer_is_gcc): Change return type to int.
5368 Return 1 instead of true, and 0 instead of false.
5369 Adjust function documentation accordingly.
5370
5371 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
5372
5373 * s390-linux-nat.c (have_regset_vxrs): New static variable.
5374 (s390_linux_fetch_inferior_registers): Handle vector registers, if
5375 present.
5376 (s390_linux_store_inferior_registers): Likewise.
5377 (s390_get_hwcap): Remove function. Embed its logic...
5378 (s390_read_description): ...here. Yield a target description with
5379 vector registers if applicable.
5380 * s390-linux-tdep.c: Include "features/s390-vx-linux64.c",
5381 "features/s390-tevx-linux64.c", "features/s390x-vx-linux64.c", and
5382 "features/s390x-tevx-linux64.c".
5383 (struct gdbarch_tdep) <v0_full_regnum>: New field.
5384 (s390_dwarf_regmap): Add vector registers. Remove bogus entries
5385 for "GNU/Linux-specific registers".
5386 (s390_dwarf_reg_r0l): New enum value.
5387 (s390_dwarf_reg_to_regnum): Support vector registers.
5388 (s390_adjust_frame_regnum): Adjust pseudo DWARF register numbers
5389 of GPR lower halves.
5390 (regnum_is_vxr_full): New function.
5391 (s390_register_name): New function.
5392 (s390_pseudo_register_name): Handle v0-v15, which are composed of
5393 f0-f15 and v0l-v15l.
5394 (s390_pseudo_register_type): Likewise.
5395 (s390_pseudo_register_read): Likewise.
5396 (s390_pseudo_register_write): Likewise.
5397 (s390_value_from_register): Account for the fact that values are
5398 placed left-justified in vector registers.
5399 (s390_pseudo_register_reggroup_p): Add pseudo registers v0-v15 to
5400 the vector reggroup and omit them from the general reggroup.
5401 (s390_regmap_vxrs_low, s390_regmap_vxrs_high): New register maps.
5402 (s390_vxrs_low_regset, s390_vxrs_high_regset): New regsets.
5403 (s390_iterate_over_regset_sections): Add iterations for the two
5404 new vector regsets.
5405 (s390_core_read_description): Yield a target description with
5406 vector registers if applicable.
5407 (s390_gdbarch_init): Handle target descriptions with vector
5408 registers. Add "register_name" gdbarch method.
5409 (_initialize_s390_tdep): Call new tdesc initialization functions.
5410 * s390-linux-tdep.h (HWCAP_S390_VX): New macro.
5411 (S390_V0_LOWER_REGNUM, S390_V1_LOWER_REGNUM, S390_V2_LOWER_REGNUM)
5412 (S390_V3_LOWER_REGNUM, S390_V4_LOWER_REGNUM, S390_V5_LOWER_REGNUM)
5413 (S390_V6_LOWER_REGNUM, S390_V7_LOWER_REGNUM, S390_V8_LOWER_REGNUM)
5414 (S390_V9_LOWER_REGNUM, S390_V10_LOWER_REGNUM)
5415 (S390_V11_LOWER_REGNUM, S390_V12_LOWER_REGNUM)
5416 (S390_V13_LOWER_REGNUM, S390_V14_LOWER_REGNUM)
5417 (S390_V15_LOWER_REGNUM, S390_V16_REGNUM, S390_V17_REGNUM)
5418 (S390_V18_REGNUM, S390_V19_REGNUM, S390_V20_REGNUM)
5419 (S390_V21_REGNUM, S390_V22_REGNUM, S390_V23_REGNUM)
5420 (S390_V24_REGNUM, S390_V25_REGNUM, S390_V26_REGNUM)
5421 (S390_V27_REGNUM, S390_V28_REGNUM, S390_V29_REGNUM)
5422 (S390_V30_REGNUM, S390_V31_REGNUM): New macros.
5423 (S390_NUM_REGS): Adjust value.
5424 (s390_vxrs_low_regset, s390_vxrs_high_regset): Declare.
5425 (tdesc_s390_vx_linux64, tdesc_s390_tevx_linux64)
5426 (tdesc_s390x_vx_linux64, tdesc_s390x_tevx_linux64): Likewise.
5427 * NEWS: Announce S/390 vector register support.
5428
5429 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
5430
5431 * features/s390-tevx-linux64.xml: New file.
5432 * features/s390-vx-linux64.xml: New file.
5433 * features/s390-vx.xml: New file.
5434 * features/s390x-tevx-linux64.xml: New file.
5435 * features/s390x-vx-linux64.xml: New file.
5436 * features/Makefile (WHICH): Add s390-vx-linux64,
5437 s390x-vx-linux64, s390-tevx-linux64, and s390x-tevx-linux64.
5438 (s390-vx-linux64-expedite, s390-tevx-linux64-expedite)
5439 (s390x-vx-linux64-expedite, s390x-tevx-linux64-expedite): New
5440 macros.
5441 * features/s390-tevx-linux64.c: New generated file.
5442 * features/s390-vx-linux64.c: Likewise.
5443 * features/s390x-tevx-linux64.c: Likewise.
5444 * features/s390x-vx-linux64.c: Likewise.
5445 * regformats/s390-tevx-linux64.dat: Likewise.
5446 * regformats/s390-vx-linux64.dat: Likewise.
5447 * regformats/s390x-tevx-linux64.dat: Likewise.
5448 * regformats/s390x-vx-linux64.dat: Likewise.
5449
5450 2015-02-28 Doug Evans <xdje42@gmail.com>
5451
5452 * symtab.h (struct symtab) <next>: Fix comment.
5453
5454 2015-02-27 Simon Marchi <simon.marchi@ericsson.com>
5455
5456 * python/python.c (python_GdbModuleDef): Rename GdbMethods to
5457 python_GdbMethods.
5458
5459 2015-02-27 Pedro Alves <palves@redhat.com>
5460
5461 * dtrace-probe.c (dtrace_probe_ops): Make extern.
5462
5463 2015-02-27 Pedro Alves <palves@redhat.com>
5464
5465 * common/common-exceptions.h (exception_none): Declare.
5466 * common/common-exceptions.c (exception_none): Moved from
5467 exceptions.c.
5468 (exceptions_state_mc_init): Use exception_none.
5469 * exceptions.c (exception_none): Move to
5470 common/common-exceptions.c.
5471 * exceptions.h (exception_none): Move to
5472 common/common-exceptions.h.
5473
5474 2015-02-27 Pedro Alves <palves@redhat.com>
5475
5476 * main.c (catch_command_errors, catch_command_errors_const):
5477 Remove 'mask' argument. Adjust.
5478 (captured_main): Adjust callers.
5479
5480 2015-02-27 Pedro Alves <palves@redhat.com>
5481
5482 * python/python-internal.h: Include "extension-priv.h".
5483
5484 2015-02-27 Pedro Alves <palves@redhat.com>
5485
5486 * breakpoint.h (enum print_stop_action): Move further up in the
5487 file.
5488
5489 2015-02-27 Pedro Alves <palves@redhat.com>
5490
5491 * gdbarch.sh: Include regcache.h.
5492 * gdbarch.h: Regenerate.
5493
5494 2015-02-27 Pedro Alves <palves@redhat.com>
5495
5496 * arm-tdep.c (decode_insn) <arm_handle_insn, thumb_handle_insn>:
5497 Remove duplicate const.
5498 * sparc-sol2-tdep.c (sparc_sol2_static_transform_name): Remove
5499 duplicate const.
5500
5501 2015-02-27 Pedro Alves <palves@redhat.com>
5502
5503 * cp-valprint.c (vtbl_ptr_name): Use EXPORTED_CONST.
5504 * guile/guile.c (extension_language_guile): Use EXPORTED_CONST.
5505 * features/feature_to_c.sh: Tag the generated xml_builtin array
5506 with extern const in C++ mode.
5507
5508 2015-02-27 Tom Tromey <tromey@redhat.com>
5509
5510 * minidebug.c (struct lzma_stream): Rename to ...
5511 (struct gdb_lzma_stream): ... this.
5512 (lzma_open, lzma_pread, lzma_close, lzma_stat): Adjust.
5513
5514 2015-02-27 Pedro Alves <palves@redhat.com>
5515
5516 * mi/mi-cmd-stack.c (mi_apply_ext_lang_frame_filter): New
5517 function.
5518 (mi_cmd_stack_list_locals, mi_cmd_stack_list_args)
5519 (mi_cmd_stack_list_variables): Use it.
5520
5521 2015-02-27 Pedro Alves <palves@redhat.com>
5522
5523 * x86-linux-nat.c (u_debugreg_offset): New function.
5524 (x86_linux_dr_get, x86_linux_dr_set): Use it.
5525
5526 2015-02-27 Pedro Alves <palves@redhat.com>
5527
5528 * nat/x86-dregs.h (enum target_hw_bp_type): Remove forward
5529 declaration.
5530 Include break-common.h.
5531
5532 2015-02-27 Tom Tromey <tromey@redhat.com>
5533 Pedro Alves <palves@redhat.com>
5534
5535 * arm-tdep.c (set_fp_model_sfunc, arm_set_abi): Use 'int' for
5536 local used to iterate over enums.
5537 * completer.c (signal_completer): Likewise.
5538 * i386-tdep.c (i386_stap_parse_special_token): Likewise.
5539 * rs6000-tdep.c (powerpc_set_vector_abi): Likewise.
5540 * tui/tui-data.c (tui_next_win, tui_prev_win): Likewise.
5541 * tui/tui-layout.c (next_layout, prev_layout): Likewise.
5542 * tui/tui-win.c (tui_refresh_all_win, tui_rehighlight_all)
5543 (tui_resize_all, tui_set_focus_command, tui_all_windows_info): Likewise.
5544 * tui-wingeneral.c (tui_refresh_all): Likewise.
5545
5546 2015-02-27 Pedro Alves <palves@redhat.com>
5547
5548 * target.h: Include "infrun.h".
5549
5550 2015-02-27 Pedro Alves <palves@redhat.com>
5551
5552 * gdb_proc_service.h: Wrap with EXTERN_C_PUSH/EXTERN_C_POP.
5553
5554 2015-02-27 Pedro Alves <palves@redhat.com>
5555
5556 * common/agent.h (IPA_SYM_EXPORTED_NAME): New.
5557 (IPA_SYM): Use it.
5558 * common/common-defs.h (EXTERN_C_PUSH, EXTERN_C_POP): New macros.
5559
5560 2015-02-27 Pedro Alves <palves@redhat.com>
5561
5562 * cli-out.c (_rl_erase_entire_line): Move declaration out of
5563 cli_mld_erase_entire_line, and make it extern "C".
5564 * common/common-defs.h (EXTERN_C): New.
5565 * completer.c (_rl_completion_prefix_display_length)
5566 (_rl_print_completions_horizontally, QSFUNC): Move declarations
5567 out of gdb_display_match_list_1.
5568 (_rl_qsort_string_compare): Move declaration out of
5569 gdb_display_match_list_1, and make it extern "C".
5570 * defs.h (re_comp): Use EXTERN_C.
5571 * maint.c (_mcleanup): Move declaration out of mcleanup_wrapper,
5572 and make it extern "C".
5573 (monstartup): Move declaration out of maintenance_set_profile_cmd,
5574 and make it extern "C".
5575 (main): Move declaration out of maintenance_set_profile_cmd.
5576 * nat/linux-ptrace.c (linux_ptrace_attach_fail_reason_string): Use
5577 EXTERN_C.
5578
5579 2015-02-27 Pedro Alves <palves@redhat.com>
5580
5581 * python/python.c (GdbMethods): Rename to ...
5582 (python_GdbMethods): ... this and make extern.
5583 (GdbModuleDef): Rename to ...
5584 (python_GdbModuleDef): ... this and make extern.
5585
5586 2015-02-27 Pedro Alves <palves@redhat.com>
5587
5588 * record-btrace.c (set_record_btrace_cmdlist)
5589 (show_record_btrace_cmdlist): Remove redefinitions.
5590
5591 2015-02-27 Tom Tromey <tromey@redhat.com>
5592 Pedro Alves <palves@redhat.com>
5593
5594 * dwarf2-frame.c (enum cfa_how_kind, struct
5595 dwarf2_frame_state_reg_info): Move out of struct
5596 dwarf2_frame_state.
5597 * dwarf2read.c (struct tu_stats): Move out of struct
5598 dwarf2_per_objfile.
5599 (struct file_entry): Move out of struct line_header.
5600 (struct nextfield, struct nextfnfield, struct fnfieldlist, struct
5601 typedef_field_list): Move out of struct field_info.
5602 * gdbtypes.h (enum dynamic_prop_kind, union dynamic_prop_data):
5603 Move out of struct dynamic_prop.
5604 (union type_owner, union field_location, struct field, struct
5605 range_bounds, union type_specific): Move out of struct main_type.
5606 (struct fn_fieldlist, struct fn_field, struct typedef_field)
5607 (VOFFSET_STATIC): Move out of struct cplus_struct_type.
5608 (struct call_site_target, union call_site_parameter_u, struct
5609 call_site_parameter): Move out of struct call_site.
5610 * m32c-tdep.c (enum m32c_prologue_kind): Move out of struct
5611 m32c_prologue.
5612 (enum srcdest_kind): Move out of struct srcdest.
5613 * main.c (enum cmdarg_kind): Move out of struct cmdarg.
5614 * prologue-value.h (enum prologue_value_kind): Move out of struct
5615 prologue_value.
5616 * s390-linux-tdep.c (enum s390_abi_kind): Move out of struct
5617 gdbarch_tdep.
5618 * stabsread.c (struct nextfield, struct next_fnfieldlist): Move
5619 out of struct field_info.
5620 * symfile.h (struct other_sections): Move out of struct
5621 section_addr_info.
5622 * symtab.c (struct symbol_cache_slot): Move out struct
5623 block_symbol_cache.
5624 * target-descriptions.c (enum tdesc_type_kind): Move out of
5625 typedef struct tdesc_type.
5626 * tui/tui-data.h (enum tui_line_or_address_kind): Move out of
5627 struct tui_line_or_address.
5628 * value.c (enum internalvar_kind, union internalvar_data): Move
5629 out of struct internalvar.
5630 * xtensa-tdep.h (struct ctype_cache): Move out of struct
5631 gdbarch_tdep.
5632
5633 2015-02-27 Tom Tromey <tromey@redhat.com>
5634 Pedro Alves <palves@redhat.com>
5635
5636 Rename symbols whose names are reserved C++ keywords throughout.
5637
5638 2015-02-27 Pedro Alves <palves@redhat.com>
5639
5640 * Makefile.in (COMPILER): New, get it from autoconf.
5641 (COMPILE.pre, CC_LD): Use COMPILER.
5642 (CXX): Get from autoconf instead.
5643 (CXX_FOR_TARGET): Default to g++ instead of gcc.
5644 * acinclude.m4: Include build-with-cxx.m4.
5645 * build-with-cxx.m4: New file.
5646 * configure.ac: Call AC_PROG_CXX and GDB_AC_BUILD_WITH_CXX.
5647 Disable -Werror by default if building in C++ mode.
5648 (build_warnings): Add -Wno-sign-compare, -Wno-write-strings and
5649 -Wno-narrowing in C++ mode. Only enable -Wpointer-sign in C mode.
5650 Run supported-warning-flags tests with the C++ compiler.
5651 Save/restore CXXFLAGS too.
5652 * configure: Regenerate.
5653
5654 2015-02-27 Pedro Alves <palves@redhat.com>
5655
5656 * libiberty.m4: New file.
5657 * acinclude.m4: Include libiberty.m4.
5658 * configure.ac: Call libiberty_INIT.
5659 * config.in, configure: Regenerate.
5660
5661 2015-02-27 Andreas Arnez <arnez@linux.vnet.ibm.com>
5662
5663 * s390-linux-tdep.c (s390_gcc_target_options): Not just handle
5664 31-bit targets, but 64-bit targets as well.
5665 (s390_gnu_triplet_regexp): New function.
5666 (s390_gdbarch_init): Set the gcc_target_options gdbarch method for
5667 64-bit targets as well. Set the gnu_triplet_regexp gdbarch
5668 method.
5669
5670 2015-02-27 Jon TURNEY <jon.turney@dronecode.org.uk> (tiny patch)
5671
5672 * windows-nat.c (CONTEXT_DEBUGGER): Remove.
5673 (CONTEXT_DEBUGGER_DR): Add CONTEXT_SEGMENTS. Incorporate flags
5674 from CONTEXT_DEBUGGER.
5675
5676 2015-02-26 Doug Evans <dje@google.com>
5677
5678 * gdbtypes.c (internal_type_vptr_fieldno): Add missing call to
5679 CHECK_TYPEDEF.
5680 (set_type_vptr_fieldno): Ditto.
5681 (internal_type_vptr_basetype, set_type_vptr_basetype): Ditto.
5682 * gnu-v3-abi.c (gnuv3_dynamic_class): Ditto.
5683
5684 2015-02-26 Pedro Alves <palves@redhat.com>
5685
5686 * auto-load.h (file_is_auto_load_safe): Add ATTRIBUTE_PRINTF.
5687 * complaints.c (vcomplaint): Pass argument FMT directly to
5688 printf-like functions instead of complaint->fmt.
5689 * ctf.c (ctf_save_write_metadata): Add ATTRIBUTE_PRINTF.
5690 * darwin-nat.c (inferior_debug): Add ATTRIBUTE_PRINTF.
5691 * compile/compile-loc2c.c (pushf, unary, binary): Add
5692 ATTRIBUTE_PRINTF.
5693 (do_compile_dwarf_expr_to_c): Pass string literal as format string
5694 to pushf.
5695 (BINARY): Pass string literal as format string to 'binary'.
5696 * compile/compile-object-load.c (link_callbacks_einfo): Add
5697 ATTRIBUTE_PRINTF.
5698 * guile/guile-internal.h (gdbscm_printf): Add ATTRIBUTE_PRINTF.
5699
5700 2015-02-26 Pedro Alves <palves@redhat.com>
5701
5702 * windows-termcap.c: Rename to ...
5703 * stub-termcap.c: ... this. Adjust header line.
5704 * Makefile.in (SFILES): Refer to stub-termcap.c instead of
5705 windows-termcap.c.
5706 * configure: Regenerate.
5707 * configure.ac: Refer to stub-termcap.o instead of
5708 windows-termcap.o.
5709 * gdb_curses.h: Mention stub-termcap.c instead of
5710 windows-termcap.c.
5711
5712 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
5713
5714 * compile/compile-c-symbols.c (convert_one_symbol, convert_symbol_bmsym)
5715 (gcc_symbol_address): Call gnu_ifunc_resolve_addr.
5716
5717 2015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
5718
5719 * gdb/infcmd.c (print_return_value): use type_to_string to print type.
5720
5721 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
5722
5723 * elfread.c (elf_read_minimal_symbols): Use bfd_alloc for
5724 bfd_canonicalize_symtab.
5725
5726 2015-02-25 John Baldwin <jhb@FreeBSD.org>
5727
5728 * amd64fbsd-nat.c: Include sys/user.h.
5729 (_initialize_amd64fbsd_nat): Use the KERN_PROC_SIGTRAMP sysctl
5730 instead of KERN_PS_STRINGS to locate the signal trampoline.
5731 * i386fbsd-nat.c: Include sys/user.h.
5732 (_initialize_i386fbsd_nat): Use the KERN_PROC_SIGTRAMP sysctl
5733 instead of KERN_PS_STRINGS to locate the signal trampoline.
5734 * amd64fbsd-tdep.c (amd64fbsd_sigtramp_code): New.
5735 (amd64fbsd_sigtramp_p): New.
5736 (amd64fbsd_sigtramp_start_addr, amd64fbsd_sigtramp_end_addr): No
5737 longer set default values.
5738 (amd64fbsd_init_abi): Set "sigtramp_p" to "amd64fbsd_sigtramp_p".
5739 * i386fbsd-tdep.c (i386fbsd_sigtramp_start)
5740 (i386fbsd_sigtramp_middle, i386fbsd_sigtramp_end)
5741 (i386fbsd_freebsd4_sigtramp_start)
5742 (i386fbsd_freebsd4_sigtramp_middle)
5743 (i386fbsd_freebsd4_sigtramp_end, i386fbsd_osigtramp_start)
5744 (i386fbsd_osigtramp_middle, i386fbsd_osigtramp_end): New.
5745 (i386fbsd_sigtramp_p): New.
5746 (i386fbsd_sigtramp_start_addr, i386fbsd_sigtramp_end_addr): No
5747 longer set default values.
5748 (i386fbsd_init_abi): Set "sigtramp_p" to "i386fbsd_sigtramp_p".
5749
5750 2015-02-25 John Baldwin <jhb@freebsd.org>
5751
5752 * amd64fbsd-tdep.c (amd64fbsd_sigcontext_addr): Use
5753 get_frame_register instead of frame_unwind_register_unsigned.
5754
5755 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
5756
5757 PR build/18033
5758 * compile/compile-c-support.c (c_compute_program): Change // comment.
5759 * compile/compile-object-load.c (setup_sections): Change // comment.
5760
5761 2015-02-26 Joel Brobecker <brobecker@adacore.com>
5762
5763 PR build/18033:
5764 * iq2000-tdep.c (iq2000_frame_cache): Delete C++-style comment.
5765
5766 2015-02-23 Pedro Alves <palves@redhat.com>
5767
5768 * remote.c (skip_to_semicolon): New function.
5769 (remote_parse_stop_reply) <T stop reply>: Use it. Don't
5770 special case the stop reasons that look like hex numbers
5771 upfront. Instead handle real register numbers after matching
5772 all the known stop reasons.
5773
5774 2015-02-21 Doug Evans <dje@google.com>
5775
5776 PR c++/17976, symtab/17821
5777 * cp-namespace.c (cp_search_static_and_baseclasses): New parameter
5778 is_in_anonymous. All callers updated.
5779 (find_symbol_in_baseclass): Ditto.
5780 (cp_lookup_nested_symbol_1): Ditto. Don't search all static blocks
5781 for symbols in an anonymous namespace.
5782 * dwarf2read.c (namespace_name): Don't call dwarf2_name, fetch
5783 DW_AT_name directly.
5784 (dwarf2_name): Convert missing namespace name to
5785 CP_ANONYMOUS_NAMESPACE_STR.
5786
5787 2015-02-20 Pedro Alves <palves@redhat.com>
5788
5789 * linux-nat.c (linux_handle_extended_wait): Call
5790 thread_db_notice_clone whenever a new clone LWP is detected.
5791 (linux_stop_and_wait_all_lwps, linux_unstop_all_lwps): New
5792 functions.
5793 * linux-nat.h (thread_db_attach_lwp): Delete declaration.
5794 (thread_db_notice_clone, linux_stop_and_wait_all_lwps)
5795 (linux_unstop_all_lwps): Declare.
5796 * linux-thread-db.c (struct thread_get_info_inout): Delete.
5797 (thread_get_info_callback): Delete.
5798 (thread_from_lwp): Use td_thr_get_info and record_thread.
5799 (thread_db_attach_lwp): Delete.
5800 (thread_db_notice_clone): New function.
5801 (try_thread_db_load_1): If /proc is mounted and shows the
5802 process'es task list, walk over all LWPs and call thread_from_lwp
5803 instead of relying on td_ta_thr_iter.
5804 (attach_thread): Don't call check_thread_signals here. Split the
5805 tail part of the function (which adds the thread to the core GDB
5806 thread list) to ...
5807 (record_thread): ... this function. Call check_thread_signals
5808 here.
5809 (thread_db_wait): Don't call thread_db_find_new_threads_1. Always
5810 call thread_from_lwp.
5811 (thread_db_update_thread_list): Rename to ...
5812 (thread_db_update_thread_list_org): ... this.
5813 (thread_db_update_thread_list): New function.
5814 (thread_db_find_thread_from_tid): Delete.
5815 (thread_db_get_ada_task_ptid): Simplify.
5816 * nat/linux-procfs.c: Include <sys/stat.h>.
5817 (linux_proc_task_list_dir_exists): New function.
5818 * nat/linux-procfs.h (linux_proc_task_list_dir_exists): Declare.
5819
5820 2015-02-20 Pedro Alves <palves@redhat.com>
5821
5822 * linux-nat.c (lin_lwp_attach_lwp): No longer special case the
5823 main LWP. Handle the case of waitpid returning 0 if we're already
5824 attached to the LWP. Don't set the LWP's last_resume_kind to
5825 resume_stop if we already knew about the LWP.
5826 (linux_nat_filter_event): Add debug logs.
5827
5828 2015-02-20 Pedro Alves <palves@redhat.com>
5829
5830 * target.h (forward_target_decr_pc_after_break): Delete
5831 declaration.
5832
5833 2015-02-20 Pedro Alves <palves@redhat.com>
5834
5835 PR threads/18006
5836 * linux-thread-db.c (thread_get_info_callback): Return early if
5837 the thread's lwp id is -1.
5838
5839 2015-02-20 Joel Brobecker <brobecker@adacore.com>
5840
5841 GDB 7.9 released.
5842
5843 2015-02-19 Steve Ellcey <sellcey@imgtec.com>
5844
5845 * dtrace-probe.c (dtrace_process_dof_probe): Initialize arg.expr.
5846 (dtrace_get_probes) Change type of variable 'dof'.
5847
5848 2015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
5849
5850 PR breakpoints/16812
5851 * linux-nat.c (linux_nat_filter_event): Report SIGTRAP,SIGILL,SIGSEGV.
5852 * nat/linux-ptrace.c (linux_wstatus_maybe_breakpoint): Add.
5853 * nat/linux-ptrace.h: Add linux_wstatus_maybe_breakpoint.
5854
5855 2015-02-19 David Taylor <dtaylor@emc.com>
5856
5857 * common/ax.def (setv): Fix consumed entry in setv DEFOP.
5858
5859 2015-02-18 Patrick Palka <patrick@parcs.ath.cx>
5860
5861 * tui/tui-io.c (tui_handle_resize_during_io): Remove this
5862 function.
5863 (tui_putc): Don't call tui_handle_resize_during_io.
5864 (tui_getc): Likewise.
5865 (tui_mld_getc): Likewise.
5866 * tui/tui-win.c: Include event-loop.h and tui/tui-io.h.
5867 (tui_sigwinch_token): New static variable.
5868 (tui_initialize_win): Adjust documentation. Set
5869 tui_sigwinch_token.
5870 (tui_async_resize_screen): New asynchronous callback.
5871 (tui_sigwinch_handler): Adjust documentation. Asynchronously
5872 invoke tui_async_resize_screen.
5873
5874 2015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
5875
5876 * configure: Regenerated.
5877 * configure.ac: Use GDB_AC_TRANSFORM.
5878 * Makefile.in (aclocal_m4_deps): Added transform.m4.
5879 * acinclude.m4: sinclude transform.m4.
5880 * transform.m4: New file.
5881 (GDB_AC_TRANSFORM): New macro.
5882
5883 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
5884
5885 * NEWS: Announce the support for DTrace SDT probes.
5886
5887 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
5888
5889 * amd64-linux-tdep.c: Include "parser-defs.h" and "user-regs.h".
5890 (amd64_dtrace_parse_probe_argument): New function.
5891 (amd64_dtrace_probe_is_enabled): Likewise.
5892 (amd64_dtrace_enable_probe): Likewise.
5893 (amd64_dtrace_disable_probe): Likewise.
5894 (amd64_linux_init_abi): Register the
5895 `gdbarch_dtrace_probe_argument', `gdbarch_dtrace_enable_probe',
5896 `gdbarch_dtrace_disable_probe' and
5897 `gdbarch_dtrace_probe_is_enabled' hooks.
5898 (amd64_dtrace_disabled_probe_sequence_1): New constant.
5899 (amd64_dtrace_disabled_probe_sequence_2): Likewise.
5900 (amd64_dtrace_enable_probe_sequence): Likewise.
5901 (amd64_dtrace_disable_probe_sequence): Likewise.
5902
5903 2015-01-17 Jose E. Marchesi <jose.marchesi@oracle.com>
5904
5905 * breakpoint.c (BREAK_ARGS_HELP): Help string updated to mention
5906 the -probe-dtrace new vpossible value for PROBE_MODIFIER.
5907 * configure.ac (CONFIG_OBS): dtrace-probe.o added if BFD can
5908 handle ELF files.
5909 * Makefile.in (SFILES): dtrace-probe.c added.
5910 * configure: Regenerate.
5911 * dtrace-probe.c: New file.
5912 (SHT_SUNW_dof): New constant.
5913 (dtrace_probe_type): New enum.
5914 (dtrace_probe_arg): New struct.
5915 (dtrace_probe_arg_s): New typedef.
5916 (struct dtrace_probe_enabler): New struct.
5917 (dtrace_probe_enabler_s): New typedef.
5918 (dtrace_probe): New struct.
5919 (dtrace_probe_is_linespec): New function.
5920 (dtrace_dof_sect_type): New enum.
5921 (dtrace_dof_dofh_ident): Likewise.
5922 (dtrace_dof_encoding): Likewise.
5923 (DTRACE_DOF_ENCODE_LSB): Likewise.
5924 (DTRACE_DOF_ENCODE_MSB): Likewise.
5925 (dtrace_dof_hdr): New struct.
5926 (dtrace_dof_sect): Likewise.
5927 (dtrace_dof_provider): Likewise.
5928 (dtrace_dof_probe): Likewise.
5929 (DOF_UINT): New macro.
5930 (DTRACE_DOF_PTR): Likewise.
5931 (DTRACE_DOF_SECT): Likewise.
5932 (dtrace_process_dof_probe): New function.
5933 (dtrace_process_dof): Likewise.
5934 (dtrace_build_arg_exprs): Likewise.
5935 (dtrace_get_arg): Likewise.
5936 (dtrace_get_probes): Likewise.
5937 (dtrace_get_probe_argument_count): Likewise.
5938 (dtrace_can_evaluate_probe_arguments): Likewise.
5939 (dtrace_evaluate_probe_argument): Likewise.
5940 (dtrace_compile_to_ax): Likewise.
5941 (dtrace_probe_destroy): Likewise.
5942 (dtrace_gen_info_probes_table_header): Likewise.
5943 (dtrace_gen_info_probes_table_values): Likewise.
5944 (dtrace_probe_is_enabled): Likewise.
5945 (dtrace_probe_ops): New variable.
5946 (info_probes_dtrace_command): New function.
5947 (_initialize_dtrace_probe): Likewise.
5948 (dtrace_type_name): Likewise.
5949
5950 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
5951
5952 * gdbarch.sh (dtrace_parse_probe_argument): New.
5953 (dtrace_probe_is_enabled): Likewise.
5954 (dtrace_enable_probe): Likewise.
5955 (dtrace_disable_probe): Likewise.
5956 * gdbarch.c: Regenerate.
5957 * gdbarch.h: Regenerate.
5958
5959 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
5960
5961 * stap-probe.c (stap_probe_ops): Add NULLs in the static
5962 stap_probe_ops for `enable_probe' and `disable_probe'.
5963 * probe.c (enable_probes_command): New function.
5964 (disable_probes_command): Likewise.
5965 (_initialize_probe): Define the cli commands `enable probe' and
5966 `disable probe'.
5967 (parse_probe_linespec): New function.
5968 (info_probes_for_ops): Use parse_probe_linespec.
5969 * probe.h (probe_ops): New hooks `enable_probe' and
5970 `disable_probe'.
5971
5972 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
5973
5974 * probe.c (compute_probe_arg): Moved from stap-probe.c
5975 (compile_probe_arg): Likewise.
5976 (probe_funcs): Likewise.
5977 * stap-probe.c (compute_probe_arg): Moved to probe.c.
5978 (compile_probe_arg): Likewise.
5979 (probe_funcs): Likewise.
5980
5981 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
5982
5983 * probe.c (print_ui_out_not_applicables): New function.
5984 (exists_probe_with_pops): Likewise.
5985 (info_probes_for_ops): Do not include column headers for probe
5986 types for which no probe has been actually found on any object.
5987 Also invoke `print_ui_out_not_applicables' in order to match the
5988 column rows with the header when probes of several types are
5989 listed.
5990 Print the "Type" column.
5991 * probe.h (probe_ops): Added a new probe operation `type_name'.
5992 * stap-probe.c (stap_probe_ops): Add `stap_type_name'.
5993 (stap_type_name): New function.
5994
5995 2015-02-17 Patrick Palka <patrick@parcs.ath.cx>
5996
5997 * tui/tui-io.c (tui_getc): Don't call key_is_command_char.
5998 (key_is_command_char): Delete.
5999
6000 2015-02-17 Pedro Alves <palves@redhat.com>
6001
6002 * tui/tui.c (tui_enable): Resize windows before anything
6003 might show a window.
6004
6005 2015-02-17 Max Ostapenko <m.ostapenko@partner.samsung.com>
6006
6007 PR gdb/17984
6008 * aarch64-linux-nat.c: Don't include features/aarch64.c anymore.
6009 (aarch64_linux_read_description): Remove initialize_tdesc_aarch64
6010 call.
6011 * aarch64-tdep.h (tdesc_aarch64): Declare.
6012
6013 2015-02-12 Mark Wielaard <mjw@redhat.com>
6014
6015 * contrib/ari/gdb_ari.sh: Remove checks for "true" and "false".
6016
6017 2015-02-13 Doug Evans <dje@google.com>
6018
6019 * cp-namespace.c (cp_basic_lookup_symbol): Rename parameter
6020 anonymous_namespace to is_in_anonymous for consistency with the rest
6021 of the file.
6022 (cp_lookup_bare_symbol): Fix typo in comment.
6023 (cp_search_static_and_baseclasses): Ditto.
6024 (search_symbol_list): Use vertical space in comment better.
6025 (reset_directive_searched): Ditto. Fix typo.
6026 (cp_lookup_nested_symbol_1): Clarify contents of NESTED_NAME parameter.
6027
6028 2015-02-13 Yao Qi <yao.qi@arm.com>
6029
6030 * MAINTAINERS: Update my email address.
6031
6032 2015-02-12 Doug Evans <dje@google.com>
6033
6034 * symtab.c (completion_list_add_name): Fix memory leak.
6035
6036 2015-02-12 Doug Evans <dje@google.com>
6037
6038 * completer.c (complete_line): Remove incorrect comment.
6039
6040 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6041
6042 * python/py-framefilter.c (py_print_single_arg, enumerate_locals)
6043 (py_print_frame): Use RETURN_MASK_ERROR.
6044
6045 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6046
6047 * python/py-framefilter.c (py_print_frame): Mention RETURN_QUIT in
6048 function comment. Wrap all function that can throw in cleanups.
6049 (gdbpy_apply_frame_filter): Wrap all function that can throw in
6050 cleanups.
6051
6052 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6053
6054 * python/py-framefilter.c (py_print_frame): Substitute goto error.
6055 Remove the error label.
6056
6057 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6058
6059 * python/py-framefilter.c (py_print_frame): Put conditional code paths
6060 with goto first, indent the former else codepath left. Put variable
6061 'elided' to a new inner block.
6062
6063 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6064
6065 * python/py-framefilter.c (py_print_frame): Whitespacing fixes.
6066
6067 2015-02-11 Pedro Alves <palves@redhat.com>
6068
6069 * xcoffread.c (within_function): Delete.
6070
6071 2015-02-11 Tom Tromey <tromey@redhat.com>
6072 Pedro Alves <palves@redhat.com>
6073
6074 * breakpoint.c (base_breakpoint_ops): Delete.
6075 * dwarf2loc.c (dwarf_expr_ctx_funcs): Make extern.
6076 * elfread.c (elf_sym_fns_gdb_index, elf_sym_fns_lazy_psyms): Make extern.
6077 * guile/guile.c (guile_extension_script_ops, guile_extension_ops): Make extern.
6078 * ppcnbsd-tdep.c (ppcnbsd2_sigtramp): Make extern.
6079 * python/py-arch.c (arch_object_type): Make extern.
6080 * python/py-block.c (block_syms_iterator_object_type): Make extern.
6081 * python/py-bpevent.c (breakpoint_event_object_type): Make extern.
6082 * python/py-cmd.c (cmdpy_object_type): Make extern.
6083 * python/py-continueevent.c (continue_event_object_type)
6084 * python/py-event.h (GDBPY_NEW_EVENT_TYPE): Remove 'qual'
6085 parameter. Update all callers.
6086 * python/py-evtregistry.c (eventregistry_object_type): Make extern.
6087 * python/py-exitedevent.c (exited_event_object_type): Make extern.
6088 * python/py-finishbreakpoint.c (finish_breakpoint_object_type): Make extern.
6089 * python/py-function.c (fnpy_object_type): Make extern.
6090 * python/py-inferior.c (inferior_object_type, membuf_object_type): Make extern.
6091 * python/py-infevents.c (call_pre_event_object_type)
6092 (inferior_call_post_event_object_type).
6093 (memory_changed_event_object_type): Make extern.
6094 * python/py-infthread.c (thread_object_type): Make extern.
6095 * python/py-lazy-string.c (lazy_string_object_type): Make extern.
6096 * python/py-linetable.c (linetable_entry_object_type)
6097 (linetable_object_type, ltpy_iterator_object_type): Make extern.
6098 * python/py-newobjfileevent.c (new_objfile_event_object_type)
6099 (clear_objfiles_event_object_type): Make extern.
6100 * python/py-objfile.c (objfile_object_type): Make extern.
6101 * python/py-param.c (parmpy_object_type): Make extern.
6102 * python/py-progspace.c (pspace_object_type): Make extern.
6103 * python/py-signalevent.c (signal_event_object_type): Make extern.
6104 * python/py-symtab.c (symtab_object_type, sal_object_type): Make extern.
6105 * python/py-type.c (type_object_type, field_object_type)
6106 (type_iterator_object_type): Make extern.
6107 * python/python.c (python_extension_script_ops)
6108 (python_extension_ops): Make extern.
6109 * stap-probe.c (stap_probe_ops): Make extern.
6110
6111 2015-02-11 Pedro Alves <pedro@codesourcery.com>
6112
6113 * infrun.c (adjust_pc_after_break): Don't adjust the PC just
6114 because the event thread is not the current thread.
6115
6116 2015-02-11 Doug Evans <xdje42@gmail.com>
6117
6118 * gdbtypes.c (internal_type_self_type): If TYPE_SPECIFIC_FIELD hasn't
6119 been initialized yet, return NULL.
6120
6121 2015-02-11 Doug Evans <dje@google.com>
6122
6123 * symfile.h (new_symfile_objfile): Delete.
6124 * symfile.c (finish_new_objfile): Renamed from new_symfile_objfile.
6125 All callers updated.
6126
6127 2015-02-11 Patrick Palka <patrick@parcs.ath.cx>
6128
6129 * tui/tui-io.c (tui_handle_resize_during_io): Call
6130 tui_update_gdb_sizes() after resizing the screen.
6131 * tui/tui.c (tui_enable): Resize the terminal before
6132 calling tui_update_gdb_sizes().
6133
6134 2015-02-11 Patrick Palka <patrick@parcs.ath.cx>
6135
6136 * tui/tui-io.c (tui_getc): Move cursor to the end of the command
6137 line before printing a newline.
6138
6139 2015-02-11 Mark Wielaard <mjw@redhat.com>
6140
6141 * utils.c (producer_is_gcc): Return true or false.
6142
6143 2015-02-10 Mark Wielaard <mjw@redhat.com>
6144
6145 * utils.h (producer_is_gcc): Change return type to bool. Add major
6146 argument.
6147 * utils.c (producer_is_gcc): Likewise.
6148 (producer_is_gcc_ge_4): Adjust producer_is_gcc call.
6149 * dwarf2read.c (check_producer): Likewise.
6150
6151 2015-02-10 Pedro Alves <palves@redhat.com>
6152
6153 * infrun.c (displaced_step_fixup): Switch to the event thread
6154 before calling gdbarch_displaced_step_fixup.
6155
6156 2015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
6157
6158 * MAINTAINERS (Write After Approval): Add Antoine Tremblay.
6159
6160 2015-02-10 Simon Marchi <simon.marchi@ericsson.com>
6161
6162 * ada-varobj.c (ada_name_of_child): Constify parent.
6163 (ada_path_expr_of_child): Same.
6164 (ada_value_of_child): Same.
6165 (ada_type_of_child): Same.
6166 * c-varobj.c (c_is_path_expr_parent): Same.
6167 (c_describe_child): Same.
6168 (c_name_of_child): Same.
6169 (c_value_of_child): Same.
6170 (c_type_of_child): Same.
6171 (cplus_number_of_children): Same.
6172 (cplus_describe_child): Constify var.
6173 (cplus_name_of_child): Constify parent.
6174 (cplus_value_of_child): Same.
6175 (cplus_type_of_child): Same.
6176 * jv-varobj.c (java_name_of_child): Same.
6177 (java_value_of_child): Same.
6178 (java_type_of_child): Same.
6179 * varobj.c (value_of_child): Same.
6180 (varobj_default_is_path_expr_parent): Constify var, parent and return
6181 value.
6182 (varobj_get_path_expr): Constify var, modify path_expr through
6183 mutable_var.
6184 (install_new_value): Constify parent.
6185 (value_of_child): Constify parent.
6186 * varobj.h (struct varobj): Constify parent.
6187 (struct lang_varobj_ops): Constify name_of_child, value_of_child and
6188 type_of_child.
6189 (varobj_get_path_expr): Constify var.
6190 (varobj_get_path_expr_parent): Constify var and return value.
6191
6192 2015-02-10 Luis Machado <lgustavo@codesourcery.com>
6193
6194 * arm-tdep.c (arm_prologue_unwind_stop_reason): New function.
6195 (arm_prologue_this_id): Move PC and SP limit checks to
6196 arm_prologue_unwind_stop_reason.
6197 (arm_prologue_unwind) <stop_reason> : Set to
6198 arm_prologue_unwind_stop_reason.
6199
6200 2015-02-09 Mark Wielaard <mjw@redhat.com>
6201
6202 * dwarf2read.c (set_cu_language): Recognize DW_LANG_Fortran03 and
6203 DW_LANG_Fortran08 as language_fortran.
6204
6205 2015-02-09 Sergio Durigan Junior <sergiodj@redhat.com>
6206
6207 PR remote/17946
6208 * gdb/remote.c (remote_parse_stop_reply): Fix wrong comparison
6209 of pointer against char.
6210
6211 2015-02-09 Mark Wielaard <mjw@redhat.com>
6212
6213 * c-typeprint.c (cp_type_print_method_args): Handle '_Atomic'.
6214 (c_type_print_modifier): Likewise.
6215 * dwarf2read.c (read_tag_atomic_type): New function.
6216 (read_type_die_1): Handle DW_TAG_atomic_type.
6217 * gdbtypes.c (make_atomic_type): New function.
6218 (recursive_dump_type): Handle TYPE_ATOMIC.
6219 * gdbtypes.h (enum type_flag_values): Renumber.
6220 (enum type_instance_flag_value): Add TYPE_INSTANCE_FLAG_ATOMIC.
6221 (TYPE_ATOMIC): New macro.
6222 (make_atomic_type): Declare.
6223
6224 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
6225
6226 * btrace.c (ftrace_find_call): Skip gaps.
6227 (ftrace_new_function): Initialize level.
6228 (ftrace_new_call, ftrace_new_tailcall, ftrace_new_return)
6229 (ftrace_new_switch): Update
6230 level computation.
6231 (ftrace_new_gap): New.
6232 (ftrace_update_function): Create new function after gap.
6233 (btrace_compute_ftrace_bts): Create gap on error.
6234 (btrace_stitch_bts): Update parameters. Clear trace if it
6235 becomes empty.
6236 (btrace_stitch_trace): Update parameters. Update callers.
6237 (btrace_clear): Reset the number of gaps.
6238 (btrace_insn_get): Return NULL if the iterator points to a gap.
6239 (btrace_insn_number): Return zero if the iterator points to a gap.
6240 (btrace_insn_end): Allow gaps at the end.
6241 (btrace_insn_next, btrace_insn_prev, btrace_insn_cmp): Handle gaps.
6242 (btrace_find_insn_by_number): Assert that the found iterator does
6243 not point to a gap.
6244 (btrace_call_next, btrace_call_prev): Assert that the last function
6245 is not a gap.
6246 * btrace.h (btrace_bts_error): New.
6247 (btrace_function): Update comment.
6248 (btrace_function) <insn, insn_offset, number>: Update comment.
6249 (btrace_function) <errcode>: New.
6250 (btrace_thread_info) <ngaps>: New.
6251 (btrace_thread_info) <replay>: Update comment.
6252 (btrace_insn_get): Update comment.
6253 * record-btrace.c (btrace_ui_out_decode_error): New.
6254 (record_btrace_info): Print number of gaps.
6255 (btrace_insn_history, btrace_call_history): Call
6256 btrace_ui_out_decode_error for gaps.
6257 (record_btrace_step_thread, record_btrace_start_replaying): Skip gaps.
6258
6259 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
6260
6261 * common/btrace-common.h (btrace_cpu_vendor, btrace_cpu): New.
6262 * nat/linux-btrace.c: (btrace_this_cpu): New.
6263 (cpu_supports_bts): Call btrace_this_cpu.
6264 (intel_supports_bts): Add cpu parameter.
6265
6266 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
6267
6268 * btrace.h (btrace_insn_class): New.
6269 (btrace_insn) <size, iclass>: New.
6270 * btrace.c (ftrace_find_call): Update parameters. Update users.
6271 Use instruction classification.
6272 (ftrace_new_return): Update parameters. Update users.
6273 (ftrace_update_function): Update parameters. Update users. Use
6274 instruction classification.
6275 (ftrace_update_insns): Update parameters. Update users.
6276 (ftrace_classify_insn): New.
6277 (btrace_compute_ftrace_bts): Fill in new btrace_insn fields. Add
6278 TRY_CATCH around call to gdb_insn_length.
6279
6280 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
6281
6282 * btrace.c (btrace_compute_ftrace_bts, btrace_compute_ftrace):
6283 Update parameters. Update users.
6284
6285 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
6286
6287 * btrace.c (parse_xml_btrace_conf_bts): Add size.
6288 (btrace_conf_bts_attributes): New.
6289 (btrace_conf_children): Add attributes.
6290 * common/btrace-common.h (btrace_config_bts): New.
6291 (btrace_config)<bts>: New.
6292 (btrace_config): Update comment.
6293 * nat/linux-btrace.c (linux_enable_btrace, linux_enable_bts):
6294 Use config.
6295 * features/btrace-conf.dtd: Increment version. Add size
6296 attribute to bts element.
6297 * record-btrace.c (set_record_btrace_bts_cmdlist,
6298 show_record_btrace_bts_cmdlist): New.
6299 (record_btrace_adjust_size, record_btrace_print_bts_conf,
6300 record_btrace_print_conf, cmd_set_record_btrace_bts,
6301 cmd_show_record_btrace_bts): New.
6302 (record_btrace_info): Call record_btrace_print_conf.
6303 (_initialize_record_btrace): Add commands.
6304 * remote.c: Add PACKET_Qbtrace_conf_bts_size enum.
6305 (remote_protocol_features): Add Qbtrace-conf:bts:size packet.
6306 (btrace_sync_conf): Synchronize bts size.
6307 (_initialize_remote): Add Qbtrace-conf:bts:size packet.
6308 * NEWS: Announce new commands and new packets.
6309
6310 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
6311
6312 * Makefile.in (XMLFILES): Add btrace-conf.dtd.
6313 * x86-linux-nat.c (x86_linux_enable_btrace): Update parameters.
6314 (x86_linux_btrace_conf): New.
6315 (x86_linux_create_target): Initialize to_btrace_conf.
6316 * nat/linux-btrace.c (linux_enable_btrace): Update parameters.
6317 Check format. Split into this and ...
6318 (linux_enable_bts): ... this.
6319 (linux_btrace_conf): New.
6320 (perf_event_skip_record): Renamed into ...
6321 (perf_event_skip_bts_record): ... this. Updated users.
6322 (linux_disable_btrace): Split into this and ...
6323 (linux_disable_bts): ... this.
6324 (linux_read_btrace): Check format.
6325 * nat/linux-btrace.h (linux_enable_btrace): Update parameters.
6326 (linux_btrace_conf): New.
6327 (btrace_target_info)<ptid>: Moved.
6328 (btrace_target_info)<conf>: New.
6329 (btrace_target_info): Split into this and ...
6330 (btrace_tinfo_bts): ... this. Updated users.
6331 * btrace.c (btrace_enable): Update parameters.
6332 (btrace_conf, parse_xml_btrace_conf_bts, parse_xml_btrace_conf)
6333 (btrace_conf_children, btrace_conf_attributes)
6334 (btrace_conf_elements): New.
6335 * btrace.h (btrace_enable): Update parameters.
6336 (btrace_conf, parse_xml_btrace_conf): New.
6337 * common/btrace-common.h (btrace_config): New.
6338 * feature/btrace-conf.dtd: New.
6339 * record-btrace.c (record_btrace_conf): New.
6340 (record_btrace_cmdlist): New.
6341 (record_btrace_enable_warn, record_btrace_open): Pass
6342 &record_btrace_conf.
6343 (record_btrace_info): Print recording format.
6344 (cmd_record_btrace_bts_start): New.
6345 (cmd_record_btrace_start): Call cmd_record_btrace_bts_start.
6346 (_initialize_record_btrace): Add "record btrace bts" subcommand.
6347 Add "record bts" alias command.
6348 * remote.c (remote_state)<btrace_config>: New.
6349 (remote_btrace_reset, PACKET_qXfer_btrace_conf): New.
6350 (remote_protocol_features): Add qXfer:btrace-conf:read.
6351 (remote_open_1): Call remote_btrace_reset.
6352 (remote_xfer_partial): Handle TARGET_OBJECT_BTRACE_CONF.
6353 (btrace_target_info)<conf>: New.
6354 (btrace_sync_conf, btrace_read_config): New.
6355 (remote_enable_btrace): Update parameters. Call btrace_sync_conf and
6356 btrace_read_conf.
6357 (remote_btrace_conf): New.
6358 (init_remote_ops): Initialize to_btrace_conf.
6359 (_initialize_remote): Add qXfer:btrace-conf packet.
6360 * target.c (target_enable_btrace): Update parameters.
6361 (target_btrace_conf): New.
6362 * target.h (target_enable_btrace): Update parameters.
6363 (target_btrace_conf): New.
6364 (target_object)<TARGET_OBJECT_BTRACE_CONF>: New.
6365 (target_ops)<to_enable_btrace>: Update parameters and comment.
6366 (target_ops)<to_btrace_conf>: New.
6367 * target-delegates: Regenerate.
6368 * target-debug.h (target_debug_print_const_struct_btrace_config_p)
6369 (target_debug_print_const_struct_btrace_target_info_p): New.
6370 * NEWS: Announce new command and new packet.
6371
6372 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
6373
6374 * nat/linux-btrace.h (perf_event_buffer): New.
6375 (btrace_target_info) <buffer, size, data_head>: Replace with ...
6376 <bts>: ... this.
6377 * nat/linux-btrace.c (perf_event_header, perf_event_mmap_size)
6378 (perf_event_buffer_size, perf_event_buffer_begin)
6379 (perf_event_buffer_end, linux_btrace_has_changed): Removed.
6380 Updated users.
6381 (perf_event_new_data): New.
6382
6383 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
6384
6385 * btrace.c (btrace_enable): Pass BTRACE_FORMAT_BTS.
6386 * record-btrace.c (record_btrace_open): Remove call to
6387 target_supports_btrace.
6388 * remote.c (remote_supports_btrace): Update parameters.
6389 * target.c (target_supports_btrace): Update parameters.
6390 * target.h (to_supports_btrace, target_supports_btrace): Update
6391 parameters.
6392 * target-delegates.c: Regenerate.
6393 * target-debug.h (target_debug_print_enum_btrace_format): New.
6394 * nat/linux-btrace.c
6395 (kernel_supports_btrace): Rename into ...
6396 (kernel_supports_bts): ... this. Update users. Update warning text.
6397 (intel_supports_btrace): Rename into ...
6398 (intel_supports_bts): ... this. Update users.
6399 (cpu_supports_btrace): Rename into ...
6400 (cpu_supports_bts): ... this. Update users.
6401 (linux_supports_btrace): Update parameters. Split into this and ...
6402 (linux_supports_bts): ... this.
6403 * nat/linux-btrace.h (linux_supports_btrace): Update parameters.
6404
6405 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
6406
6407 * Makefile.in (SFILES): Add common/btrace-common.c.
6408 (COMMON_OBS): Add common/btrace-common.o.
6409 (btrace-common.o): Add build rules.
6410 * btrace.c (parse_xml_btrace): Update parameters.
6411 (parse_xml_btrace_block): Set format field.
6412 (btrace_add_pc, btrace_fetch): Use struct btrace_data.
6413 (do_btrace_data_cleanup, make_cleanup_btrace_data): New.
6414 (btrace_compute_ftrace): Split into this and...
6415 (btrace_compute_ftrace_bts): ...this.
6416 (btrace_stitch_trace): Split into this and...
6417 (btrace_stitch_bts): ...this.
6418 * btrace.h (parse_xml_btrace): Update parameters.
6419 (make_cleanup_btrace_data): New.
6420 * common/btrace-common.c: New.
6421 * common/btrace-common.h: Include common-defs.h.
6422 (btrace_block_s): Update comment.
6423 (btrace_format): New.
6424 (btrace_format_string): New.
6425 (btrace_data_bts): New.
6426 (btrace_data): New.
6427 (btrace_data_init, btrace_data_fini, btrace_data_empty): New.
6428 * remote.c (remote_read_btrace): Update parameters.
6429 * target.c (target_read_btrace): Update parameters.
6430 * target.h (target_read_btrace): Update parameters.
6431 (target_ops)<to_read_btrace>: Update parameters.
6432 * x86-linux-nat.c (x86_linux_read_btrace): Update parameters.
6433 * target-delegates.c: Regenerate.
6434 * target-debug (target_debug_print_struct_btrace_data_p): New.
6435 * nat/linux-btrace.c (linux_read_btrace): Split into this and...
6436 (linux_read_bts): ...this.
6437 * nat/linux-btrace.h (linux_read_btrace): Update parameters.
6438
6439 2015-02-06 Doug Evans <dje@google.com>
6440
6441 * remote-m32r-sdi.c: Include symfile.h.
6442
6443 2015-02-06 Doug Evans <dje@google.com>
6444
6445 * symtab.h (clear_symtab_users, deduce_language_from_filename): Move
6446 * symfile.h (clear_symtab_users, deduce_language_from_filename): ...
6447 to here.
6448
6449 2015-02-06 Pedro Alves <palves@redhat.com>
6450
6451 * linux-thread-db.c (find_new_threads_callback): Add debug output.
6452
6453 2015-02-06 Simon Marchi <simon.marchi@ericsson.com>
6454
6455 PR gdb/15678
6456 * breakpoint.c (map_breakpoint_numbers): Check for empty args string.
6457 (enable_count_command): Check args for NULL value.
6458
6459 2015-02-05 Doug Evans <xdje42@gmail.com>
6460
6461 * guile/scm-frame.c: Fix spelling errors in a comment.
6462
6463 2015-02-04 Jan Kratochvil <jan.kratochvil@redhat.com>
6464
6465 * python/python-internal.h (Py_hash_t): Define it for Python <3.2.
6466 * python/py-value.c (valpy_fetch_lazy): Use it. Remove cast to the
6467 return type.
6468
6469 2015-02-04 Pedro Alves <palves@redhat.com>
6470
6471 * linux-nat.c (handle_extended_wait): Don't resume LWPs here.
6472 (wait_lwp): Don't call wait_lwp if linux_handle_extended_wait
6473 returns true.
6474 (resume_stopped_resumed_lwps): Don't check whether the thread is
6475 marked as executing.
6476 (linux_nat_wait_1): Use resume_stopped_resumed_lwps.
6477
6478 2015-02-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
6479
6480 * regset.h (struct regset): Add flags field.
6481 (REGSET_VARIABLE_SIZE): New value for a regset's flags field.
6482 * corelow.c (get_core_register_section): Add warning if the size
6483 exceeds the requested size and the regset does not have the
6484 REGSET_VARIABLE_SIZE flag set.
6485 * alphanbsd-tdep.c (alphanbsd_gregset): Add REGSET_VARIABLE_SIZE
6486 flag.
6487 * armbsd-tdep.c (armbsd_gregset): Likewise.
6488 * hppa-hpux-tdep.c (hppa_hpux_regset): Likewise.
6489 * hppaobsd-tdep.c (hppaobsd_gregset): Likewise.
6490 * m68kbsd-tdep.c (m68kbsd_gregset): Likewise.
6491 * mipsnbsd-tdep.c (mipsnbsd_gregset): Likewise.
6492
6493 2015-02-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
6494
6495 * amd64-linux-tdep.c (amd64_linux_iterate_over_regset_sections):
6496 For ".reg-xstate", explicitly specify the requested section size
6497 via X86_XSTATE_SIZE instead of just 0 on input and
6498 X86_XSTATE_MAX_SIZE on output.
6499 * i386-linux-tdep.c (i386_linux_iterate_over_regset_sections):
6500 Likewise.
6501
6502 2015-02-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
6503
6504 PR corefiles/17808:
6505 * gdbarch.sh (iterate_over_regset_sections_cb): Document this
6506 function type, particularly its SIZE parameter.
6507 * gdbarch.h: Regenerate.
6508 * amd64-tdep.c (amd64_supply_fpregset): In gdb_assert, compare
6509 actual against required size using ">=" instead of "==".
6510 (amd64_collect_fpregset): Likewise.
6511 * i386-tdep.c (i386_supply_gregset): Likewise.
6512 (i386_collect_gregset): Likewise.
6513 (i386_supply_fpregset): Likewise.
6514 (i386_collect_fpregset): Likewise.
6515 * mips-linux-tdep.c (mips_supply_gregset_wrapper): Likewise.
6516 (mips_fill_gregset_wrapper): Likewise.
6517 (mips_supply_fpregset_wrapper): Likewise.
6518 (mips_fill_fpregset_wrapper): Likewise.
6519 (mips64_supply_gregset_wrapper): Likewise.
6520 (mips64_fill_gregset_wrapper): Likewise.
6521 (mips64_supply_fpregset_wrapper): Likewise.
6522 (mips64_fill_fpregset_wrapper): Likewise.
6523 * mn10300-linux-tdep.c (am33_supply_gregset_method): Likewise.
6524 (am33_supply_fpregset_method): Likewise.
6525 (am33_collect_gregset_method): Likewise.
6526 (am33_collect_fpregset_method): Likewise.
6527
6528 2015-02-04 Doug Evans <dje@google.com>
6529 Pedro Alves <palves@redhat.com>
6530 Eli Zaretskii <eliz@gnu.org>
6531
6532 PR tui/17810
6533 * tui/tui-command.c (tui_refresh_cmd_win): New function.
6534 * tui/tui-command.c (tui_refresh_cmd_win): Declare.
6535 * tui/tui-file.c: #include tui/tui-command.h.
6536 (tui_file_fputs): Refresh command window if stream is not gdb_stdout.
6537 (tui_file_flush): Refresh command window if stream is gdb_stdout.
6538 * tui/tui-io.c (tui_puts): Remove calls to wrefresh, fflush.
6539
6540 2015-02-04 Pedro Alves <palves@redhat.com>
6541
6542 Fix build breakage.
6543 * event-loop.c (gdb_do_one_event): Add default switch case.
6544
6545 2015-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
6546
6547 Filter out inferior gcc option -fpreprocessed.
6548 * compile/compile.c (filter_args): New function.
6549 (get_args): Use it.
6550
6551 2015-02-03 Pedro Alves <palves@redhat.com>
6552
6553 * event-loop.c: Don't declare nor define a queue type for
6554 gdb_event_p.
6555 (event_queue): Delete.
6556 (create_event, create_file_event, gdb_event_xfree)
6557 (initialize_event_loop, process_event): Delete.
6558 (gdb_do_one_event): Return as soon as one event is handled.
6559 (handle_file_event): Change prototype. Used the passed in
6560 file_handler pointer and ready_mask instead of looping over all
6561 file handlers.
6562 (gdb_wait_for_event): Update the poll/select timeouts before
6563 blocking. Run event handlers directly instead of queueing events.
6564 Return as soon as one event is handled.
6565 (struct async_event_handler_data): Delete.
6566 (invoke_async_event_handler): Delete.
6567 (check_async_event_handlers): Change return type to int. Run
6568 event handlers directly instead of queueing events. Return as
6569 soon as one event is handled.
6570 (handle_timer_event): Delete.
6571 (update_wait_timeout): New function, factored out from
6572 poll_timers.
6573 (poll_timers): Reimplement.
6574 * event-loop.h (initialize_event_loop): Delete declaration.
6575 * top.c (gdb_init): Don't call initialize_event_loop.
6576
6577 2015-02-03 Pedro Alves <palves@redhat.com>
6578
6579 * event-loop.c (clear_async_event_handler): New function.
6580 * event-loop.h (clear_async_event_handler): New declaration.
6581 * record-btrace.c (record_btrace_async): New function.
6582 (init_record_btrace_ops): Install record_btrace_async.
6583 * record-full.c (record_full_async): New function.
6584 (record_full_resume): Don't mark the async event source here.
6585 (init_record_full_ops): Install record_full_async.
6586 (record_full_core_resume): Don't mark the async event source here.
6587 (init_record_full_core_ops): Install record_full_async.
6588 * remote.c (remote_async): Mark and clear the async stop reply
6589 queue event-loop token as appropriate.
6590
6591 2015-02-03 Pedro Alves <palves@redhat.com>
6592
6593 * linux-nat.c (linux_child_follow_fork, linux_nat_wait_1): Use
6594 target_is_async_p instead of target_can_async.
6595 (linux_nat_wait): Use target_is_async_p instead of
6596 target_can_async. Don't enable async here.
6597 * remote.c (interrupt_query, remote_wait, putpkt_binary): Use
6598 target_is_async_p instead of target_can_async.
6599
6600 2015-02-02 Simon Marchi <simon.marchi@ericsson.com>
6601
6602 * varobj.h (lang_varobj_ops): Mention which return values need
6603 to be freed.
6604
6605 2015-02-02 Joel Brobecker <brobecker@adacore.com>
6606
6607 * dwarf2loc.c (dwarf2_evaluate_property): Add i18n marker.
6608
6609 2015-02-02 Joel Brobecker <brobecker@adacore.com>
6610
6611 PR gdb/17856:
6612 * ada-lang.c (ada_lookup_symbol_list_worker): Do not re-cache
6613 results found in the cache.
6614
6615 2015-02-02 Joel Brobecker <brobecker@adacore.com>
6616
6617 PR gdb/17854:
6618 * ada-lang.c (ada_get_symbol_cache): Set pspace_data->sym_cache
6619 when allocating a new one.
6620
6621 2015-02-01 Tom Tromey <tom@tromey.com>
6622
6623 * MAINTAINERS: Remove myself.
6624
6625 2015-01-31 Doug Evans <xdje42@gmail.com>
6626
6627 * dwarf2read.c (process_structure_scope): Update setting of
6628 TYPE_VPTR_BASETYPE, TYPE_VPTR_FIELDNO.
6629 * gdbtypes.c (internal_type_vptr_fieldno): New function.
6630 (set_type_vptr_fieldno): New function.
6631 (internal_type_vptr_basetype): New function.
6632 (set_type_vptr_basetype): New function.
6633 (get_vptr_fieldno): Update setting of TYPE_VPTR_FIELDNO,
6634 TYPE_VPTR_BASETYPE.
6635 (allocate_cplus_struct_type): Initialize vptr_fieldno.
6636 (recursive_dump_type): Printing of vptr_fieldno, vptr_basetype ...
6637 (print_cplus_stuff): ... moved here.
6638 (copy_type_recursive): Don't copy TYPE_VPTR_BASETYPE.
6639 * gdbtypes.h (struct main_type): Members vptr_fieldno, vptr_basetype
6640 moved to ...
6641 (struct cplus_struct_type): ... here. All uses updated.
6642 (TYPE_VPTR_FIELDNO, TYPE_VPTR_BASETYPE): Rewrite.
6643 (internal_type_vptr_fieldno, set_type_vptr_fieldno): Declare.
6644 (internal_type_vptr_basetype, set_type_vptr_basetype): Declare.
6645 * stabsread.c (read_tilde_fields): Update setting of
6646 TYPE_VPTR_FIELDNO, TYPE_VPTR_BASETYPE.
6647
6648 2015-01-31 Doug Evans <xdje42@gmail.com>
6649
6650 * cp-valprint.c (cp_find_class_member): Rename parameter domain_p
6651 to self_p.
6652 (cp_print_class_member): Rename local domain to self_type.
6653 * dwarf2read.c (quirk_gcc_member_function_pointer): Rename local
6654 domain_type to self_type.
6655 (set_die_type) <need_gnat_info>: Handle
6656 TYPE_CODE_METHODPTR, TYPE_CODE_MEMBERPTR, TYPE_CODE_METHOD.
6657 * gdb-gdb.py (StructMainTypePrettyPrinter): Handle
6658 TYPE_SPECIFIC_SELF_TYPE.
6659 * gdbtypes.c (internal_type_self_type): New function.
6660 (set_type_self_type): New function.
6661 (smash_to_memberptr_type): Rename parameter domain to self_type.
6662 Update setting of TYPE_SELF_TYPE.
6663 (smash_to_methodptr_type): Update setting of TYPE_SELF_TYPE.
6664 (smash_to_method_type): Rename parameter domain to self_type.
6665 Update setting of TYPE_SELF_TYPE.
6666 (check_stub_method): Call smash_to_method_type.
6667 (recursive_dump_type): Handle TYPE_SPECIFIC_SELF_TYPE.
6668 (copy_type_recursive): Ditto.
6669 * gdbtypes.h (enum type_specific_kind): New value
6670 TYPE_SPECIFIC_SELF_TYPE.
6671 (struct main_type) <type_specific>: New member self_type.
6672 (struct cplus_struct_type) <fn_field.type>: Update comment.
6673 (TYPE_SELF_TYPE): Rewrite.
6674 (internal_type_self_type, set_type_self_type): Declare.
6675 * gnu-v3-abi.c (gnuv3_print_method_ptr): Rename local domain to
6676 self_type.
6677 (gnuv3_method_ptr_to_value): Rename local domain_type to self_type.
6678 * m2-typeprint.c (m2_range): Replace TYPE_SELF_TYPE with
6679 TYPE_TARGET_TYPE.
6680 * stabsread.c (read_member_functions): Mark methods with
6681 TYPE_CODE_METHOD, not TYPE_CODE_FUNC. Update setting of
6682 TYPE_SELF_TYPE.
6683
6684 2015-01-31 Doug Evans <xdje42@gmail.com>
6685
6686 * gdbtypes.h (TYPE_SELF_TYPE): Renamed from TYPE_DOMAIN_TYPE.
6687 All uses updated.
6688
6689 2015-01-31 Doug Evans <xdje42@gmail.com>
6690
6691 * gnu-v3-abi.c (gnuv3_dynamic_class): Assert only passed structs
6692 or unions. Return zero if union.
6693 (gnuv3_get_vtable): Call check_typedef. Assert only passed structs.
6694 (gnuv3_rtti_type): Pass already-check_typedef'd value to
6695 gnuv3_get_vtable.
6696 (compute_vtable_size): Assert only passed structs.
6697 (gnuv3_print_vtable): Don't call gnuv3_get_vtable for non-structs.
6698
6699 2015-01-31 Doug Evans <xdje42@gmail.com>
6700
6701 * gdbtypes.c (copy_type_recursive): Handle all TYPE_SPECIFIC_FIELD
6702 kinds.
6703
6704 2015-01-31 Gary Benson <gbenson@redhat.com>
6705 Doug Evans <dje@google.com>
6706
6707 PR cli/9007
6708 PR cli/11920
6709 PR cli/15548
6710 * cli/cli-cmds.c (complete_command): Notify user if max-completions
6711 reached.
6712 * common/common-exceptions.h (enum errors)
6713 <MAX_COMPLETIONS_REACHED_ERROR>: New value.
6714 * completer.h (get_max_completions_reached_message): New declaration.
6715 (max_completions): Likewise.
6716 (completion_tracker_t): New typedef.
6717 (new_completion_tracker): New declaration.
6718 (make_cleanup_free_completion_tracker): Likewise.
6719 (maybe_add_completion_enum): New enum.
6720 (maybe_add_completion): New declaration.
6721 (throw_max_completions_reached_error): Likewise.
6722 * completer.c (max_completions): New global variable.
6723 (new_completion_tracker): New function.
6724 (free_completion_tracker): Likewise.
6725 (make_cleanup_free_completion_tracker): Likewise.
6726 (maybe_add_completions): Likewise.
6727 (throw_max_completions_reached_error): Likewise.
6728 (complete_line): Remove duplicates and limit result to max_completions
6729 entries.
6730 (get_max_completions_reached_message): New function.
6731 (gdb_display_match_list): Handle max_completions.
6732 (_initialize_completer): New declaration and function.
6733 * symtab.c: Include completer.h.
6734 (completion_tracker): New static variable.
6735 (completion_list_add_name): Call maybe_add_completion.
6736 (default_make_symbol_completion_list_break_on_1): Renamed from
6737 default_make_symbol_completion_list_break_on. Maintain
6738 completion_tracker across calls to completion_list_add_name.
6739 (default_make_symbol_completion_list_break_on): New function.
6740 * top.c (init_main): Set rl_completion_display_matches_hook.
6741 * tui/tui-io.c: Include completer.h.
6742 (tui_old_rl_display_matches_hook): New static global.
6743 (tui_rl_display_match_list): Notify user if max-completions reached.
6744 (tui_setup_io): Save/restore rl_completion_display_matches_hook.
6745 * NEWS (New Options): Mention set/show max-completions.
6746
6747 2015-01-31 Gary Benson <gbenson@redhat.com>
6748
6749 * symtab.c (struct add_name_data) <code>: New field.
6750 Updated comments.
6751 (add_symtab_completions): New function.
6752 (symtab_expansion_callback): Likewise.
6753 (default_make_symbol_completion_list_break_on): Set datum.code.
6754 Move minimal symbol scan before calling expand_symtabs_matching.
6755 Scan known primary symtabs for externs and statics before calling
6756 expand_symtabs_matching. Pass symtab_expansion_callback as
6757 expansion_notify argument to expand_symtabs_matching. Do not scan
6758 primary symtabs for externs and statics after calling
6759 expand_symtabs_matching.
6760
6761 2015-01-31 Gary Benson <gbenson@redhat.com>
6762
6763 * symfile.h (expand_symtabs_exp_notify_ftype): New typedef.
6764 (struct quick_symbol_functions) <expand_symtabs_matching>:
6765 New argument expansion_notify. All uses updated.
6766 (expand_symtabs_matching): New argument expansion_notify.
6767 All uses updated.
6768 * symfile-debug.c (debug_qf_expand_symtabs_matching):
6769 Also print expansion notify.
6770 * symtab.c (expand_symtabs_matching_via_partial): Call
6771 expansion_notify whenever a partial symbol table is expanded.
6772 * dwarf2read.c (dw2_expand_symtabs_matching): Call
6773 expansion_notify whenever a symbol table is instantiated.
6774
6775 2015-01-31 Doug Evans <xdje42@gmail.com>
6776
6777 * cli-out.c: #include completer.h, readline/readline.h.
6778 (cli_mld_crlf, cli_mld_putch, cli_mld_puts): New functions.
6779 (cli_mld_flush, cld_mld_erase_entire_line): Ditto.
6780 (cli_mld_beep, cli_mld_read_key, cli_display_match_list): Ditto.
6781 * cli-out.h (cli_display_match_list): Declare.
6782 * completer.c (MB_INVALIDCH, MB_NULLWCH): New macros.
6783 (ELLIPSIS_LEN): Ditto.
6784 (gdb_get_y_or_n, gdb_display_match_list_pager): New functions.
6785 (gdb_path_isdir, gdb_printable_part, gdb_fnwidth): Ditto.
6786 (gdb_fnprint, gdb_print_filename): Ditto.
6787 (gdb_complete_get_screenwidth, gdb_display_match_list_1): Ditto.
6788 (gdb_display_match_list): Ditto.
6789 * completer.h (mld_crlf_ftype, mld_putch_ftype): New typedefs.
6790 (mld_puts_ftype, mld_flush_ftype, mld_erase_entire_line_ftype): Ditto.
6791 (mld_beep_ftype, mld_read_key_ftype): Ditto.
6792 (match_list_displayer): New struct.
6793 (gdb_display_match_list): Declare.
6794 * top.c (init_main): Set rl_completion_display_matches_hook.
6795 * tui/tui-io.c: #include completer.h.
6796 (printable_part, PUTX, print_filename, get_y_or_n): Delete.
6797 (tui_mld_crlf, tui_mld_putch, tui_mld_puts): New functions.
6798 (tui_mld_flush, tui_mld_erase_entire_line, tui_mld_beep): Ditto.
6799 (tui_mld_getc, tui_mld_read_key): Ditto.
6800 (tui_rl_display_match_list): Rewrite.
6801 (tui_handle_resize_during_io): New arg for_completion. All callers
6802 updated.
6803
6804 2015-01-31 Doug Evans <xdje42@gmail.com>
6805
6806 Add symbol lookup cache.
6807 * NEWS: Document new options and commands.
6808 * symtab.c (symbol_cache_key): New static global.
6809 (DEFAULT_SYMBOL_CACHE_SIZE, MAX_SYMBOL_CACHE_SIZE): New macros.
6810 (SYMBOL_LOOKUP_FAILED): New macro.
6811 (symbol_cache_slot_state): New enum.
6812 (block_symbol_cache): New struct.
6813 (symbol_cache): New struct.
6814 (new_symbol_cache_size, symbol_cache_size): New static globals.
6815 (hash_symbol_entry, eq_symbol_entry): New functions.
6816 (symbol_cache_byte_size, resize_symbol_cache): New functions.
6817 (make_symbol_cache, free_symbol_cache): New functions.
6818 (get_symbol_cache, symbol_cache_cleanup): New function.
6819 (set_symbol_cache_size, set_symbol_cache_size_handler): New functions.
6820 (symbol_cache_lookup, symbol_cache_clear_slot): New function.
6821 (symbol_cache_mark_found, symbol_cache_mark_not_found): New functions.
6822 (symbol_cache_flush, symbol_cache_dump): New functions.
6823 (maintenance_print_symbol_cache): New function.
6824 (maintenance_flush_symbol_cache): New function.
6825 (symbol_cache_stats): New function.
6826 (maintenance_print_symbol_cache_statistics): New function.
6827 (symtab_new_objfile_observer): New function.
6828 (symtab_free_objfile_observer): New function.
6829 (lookup_static_symbol, lookup_global_symbol): Use symbol cache.
6830 (_initialize_symtab): Init symbol_cache_key. New parameter
6831 maint symbol-cache-size. New maint commands print symbol-cache,
6832 print symbol-cache-statistics, flush-symbol-cache.
6833 Install new_objfile, free_objfile observers.
6834
6835 2015-01-31 Joel Brobecker <brobecker@adacore.com>
6836
6837 PR symtab/17855
6838 * symfile.c (clear_symtab_users): Move call to breakpoint_re_set
6839 to end.
6840
6841 2015-01-31 Doug Evans <xdje42@gmail.com>
6842
6843 * NEWS: Mention inlined scripts in .debug_gdb_scripts section.
6844 * auto-load.c: #include ctype.h.
6845 (struct auto_load_pspace_info): Replace member loaded_scripts with
6846 new members loaded_script_files, loaded_script_texts.
6847 (auto_load_pspace_data_cleanup): Update.
6848 (init_loaded_scripts_info): Update.
6849 (get_auto_load_pspace_data_for_loading): Update.
6850 (maybe_add_script_file): Renamed from maybe_add_script. All callers
6851 updated.
6852 (maybe_add_script_text): New function.
6853 (clear_section_scripts): Update.
6854 (source_script_file, execute_script_contents): New functions.
6855 (source_section_scripts): Add support for
6856 SECTION_SCRIPT_ID_PYTHON_TEXT, SECTION_SCRIPT_ID_GUILE_TEXT.
6857 (print_scripts): New function.
6858 (auto_load_info_scripts): Also print inlined scripts.
6859 (maybe_print_unsupported_script_warning): Renamed from
6860 unsupported_script_warning_print. All callers updated.
6861 (maybe_print_script_not_found_warning): Renamed from
6862 script_not_found_warning_print. All callers updated.
6863 * extension-priv.h (struct extension_language_script_ops): New member
6864 objfile_script_executor.
6865 * extension.c (ext_lang_objfile_script_executor): New function.
6866 * extension.h (objfile_script_executor_func): New typedef.
6867 (ext_lang_objfile_script_executor): Declare.
6868 * guile/guile-internal.h (gdbscm_execute_objfile_script): Declare.
6869 * guile/guile.c (guile_extension_script_ops): Update.
6870 * guile/scm-objfile.c (gdbscm_execute_objfile_script): New function.
6871 * python/python.c (python_extension_script_ops): Update.
6872 (gdbpy_execute_objfile_script): New function.
6873
6874 2015-01-31 Eli Zaretskii <eliz@gnu.org>
6875
6876 * tui/tui-io.c (tui_expand_tabs): New function.
6877 (tui_puts, tui_redisplay_readline): Expand TABs into the
6878 appropriate number of spaces.
6879 * tui/tui-regs.c: Include tui-io.h.
6880 (tui_register_format): Call tui_expand_tabs to expand TABs into
6881 the appropriate number of spaces.
6882 * tui/tui-io.h: Add prototype for tui_expand_tabs.
6883
6884 2015-01-30 Doug Evans <dje@google.com>
6885
6886 * NEWS: "info source" command now display producer string if present.
6887 * source.c (source_info): Print producer string if present.
6888
6889 2015-01-30 Simon Marchi <simon.marchi@ericsson.com>
6890
6891 * varobj.c (varobj_delete): Fix comment.
6892
6893 2015-01-30 Simon Marchi <simon.marchi@ericsson.com>
6894
6895 * varobj.c (create_child): Modify comment.
6896
6897 2015-01-30 Simon Marchi <simon.marchi@ericsson.com>
6898
6899 * ada-varobj.c (ada_number_of_children): Constify struct varobj *
6900 parameter.
6901 (ada_name_of_variable): Same.
6902 (ada_path_expr_of_child): Same.
6903 (ada_value_of_variable): Same.
6904 (ada_value_is_changeable_p): Same.
6905 (ada_value_has_mutated): Same.
6906 * c-varobj.c (varobj_is_anonymous_child): Same.
6907 (c_is_path_expr_parent): Same.
6908 (c_number_of_children): Same.
6909 (c_name_of_variable): Same.
6910 (c_path_expr_of_child): Same.
6911 (get_type): Same.
6912 (c_value_of_variable): Same.
6913 (cplus_number_of_children): Same.
6914 (cplus_name_of_variable): Same.
6915 (cplus_path_expr_of_child): Same.
6916 (cplus_value_of_variable): Same.
6917 * jv-varobj.c (java_number_of_children): Same.
6918 (java_name_of_variable): Same.
6919 (java_path_expr_of_child): Same.
6920 (java_value_of_variable): Same.
6921 * varobj.c (number_of_children): Same.
6922 (name_of_variable): Same.
6923 (is_root_p): Same.
6924 (varobj_ensure_python_env): Same.
6925 (varobj_get_objname): Same.
6926 (varobj_get_expression): Same.
6927 (varobj_get_display_format): Same.
6928 (varobj_get_display_hint): Same.
6929 (varobj_has_more): Same.
6930 (varobj_get_thread_id): Same.
6931 (varobj_get_frozen): Same.
6932 (dynamic_varobj_has_child_method): Same.
6933 (varobj_get_gdb_type): Same.
6934 (is_path_expr_parent): Same.
6935 (varobj_default_is_path_expr_parent): Same.
6936 (varobj_get_language): Same.
6937 (varobj_get_attributes): Same.
6938 (varobj_is_dynamic_p): Same.
6939 (varobj_get_child_range): Same.
6940 (varobj_value_has_mutated): Same.
6941 (varobj_get_value_type): Same.
6942 (number_of_children): Same.
6943 (name_of_variable): Same.
6944 (check_scope): Same.
6945 (varobj_editable_p): Same.
6946 (varobj_value_is_changeable_p): Same.
6947 (varobj_floating_p): Same.
6948 (varobj_default_value_is_changeable_p): Same.
6949
6950 2015-01-30 Simon Marchi <simon.marchi@ericsson.com>
6951
6952 * varobj.c (varobj_get_path_expr): Set var->path_expr.
6953 * c-varobj.c (c_path_expr_of_child): Set local var instead of
6954 child->path_expr.
6955 (cplus_path_expr_of_child): Same.
6956
6957 2015-01-30 Simon Marchi <simon.marchi@ericsson.com>
6958
6959 * mi-cmd-var.c (print_varobj): Free varobj_get_expression
6960 result.
6961 (mi_cmd_var_info_expression): Same.
6962 * varobj.c (varobj_get_expression): Mention in the comment that
6963 the result must by freed by the caller.
6964
6965 2015-01-30 Simon Marchi <simon.marchi@ericsson.com>
6966
6967 * mi/mi-cmd-var.c (mi_cmd_var_info_type): Free result of
6968 varobj_get_type.
6969 (varobj_update_one): Same.
6970 * varobj.c (update_type_if_necessary): Free curr_type_str and
6971 new_type_str.
6972 (varobj_get_type): Specify in comment that the result needs to be
6973 freed by the caller.
6974
6975 2015-01-29 Doug Evans <dje@google.com>
6976
6977 PR symtab/17890
6978 * dwarf2read.c (dwarf_decode_line_header): Punt if version > 4.
6979
6980 2015-01-25 Mark Wielaard <mjw@redhat.com>
6981
6982 * dwarf2read.c (checkproducer): Call producer_is_gcc.
6983 * utils.c (producer_is_gcc_ge_4): Likewise.
6984 (producer_is_gcc): New function.
6985 * utils.h (producer_is_gcc): New declaration.
6986
6987 2015-01-29 Joel Brobecker <brobecker@adacore.com>
6988
6989 * gdbtypes.h (struct dynamic_prop): New PROP_ADDR_OFFSET enum
6990 kind.
6991 * gdbtypes.c (resolve_dynamic_type_internal): Replace "addr"
6992 parameter by "addr_stack" parameter.
6993 (resolve_dynamic_range): Replace "addr" parameter by
6994 "stack_addr" parameter. Update function documentation.
6995 Update code accordingly.
6996 (resolve_dynamic_array, resolve_dynamic_union)
6997 (resolve_dynamic_struct, resolve_dynamic_type_internal): Likewise.
6998 (resolve_dynamic_type): Update code, following the changes made
6999 to resolve_dynamic_type_internal's interface.
7000 * dwarf2loc.h (struct property_addr_info): New.
7001 (dwarf2_evaluate_property): Replace "address" parameter
7002 by "addr_stack" parameter. Adjust function documentation.
7003 (struct dwarf2_offset_baton): New.
7004 (struct dwarf2_property_baton): Update documentation of
7005 field "referenced_type" to be more general. New field
7006 "offset_info" in union data field.
7007 * dwarf2loc.c (dwarf2_evaluate_property): Replace "address"
7008 parameter by "addr_stack" parameter. Adjust code accordingly.
7009 Add support for PROP_ADDR_OFFSET properties.
7010 * dwarf2read.c (attr_to_dynamic_prop): Add support for
7011 DW_AT_data_member_location attributes as well. Use case
7012 statements instead of if/else condition.
7013
7014 2015-01-29 Joel Brobecker <brobecker@adacore.com>
7015
7016 * ada-varobj.c (ada_varobj_get_array_number_of_children):
7017 Return zero if PARENT_VALUE is NULL and parent_type's
7018 range type is dynamic.
7019
7020 2015-01-29 Joel Brobecker <brobecker@adacore.com>
7021
7022 * gdbtypes.c (is_dynamic_type_internal) <TYPE_CODE_RANGE>: Return
7023 nonzero if the type's subtype is dynamic.
7024 (resolve_dynamic_range): Also resolve the range's subtype.
7025
7026 2015-01-29 Alexander Klimov <alserkli@inbox.ru> (tiny patch)
7027
7028 Pushed by Joel Brobecker <brobecker@adacore.com>.
7029 * symfile.c (unmap_overlay_command): Initialize sec to NULL.
7030
7031 2015-01-27 Doug Evans <dje@google.com>
7032
7033 * NEWS: Mention gdb.Objfile.username.
7034 * python/py-objfile.c (objfpy_get_username): New function.
7035 (objfile_getset): Add "username".
7036
7037 2015-01-24 Mark Wielaard <mjw@redhat.com>
7038
7039 * stack.c (return_command): Markup warning message with _.
7040
7041 2015-01-24 Doug Evans <xdje42@gmail.com>
7042
7043 * gdbtypes.h (TYPE_TYPE_SPECIFIC): Delete.
7044
7045 2015-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
7046
7047 Fix 100x slowdown regression on DWZ files.
7048 * dwarf2read.c (struct dwarf2_per_objfile): Add line_header_hash.
7049 (struct line_header): Add offset and offset_in_dwz.
7050 (dwarf_decode_lines): Add parameter decode_mapping to the declaration.
7051 (free_line_header_voidp): New declaration.
7052 (line_header_hash, line_header_hash_voidp, line_header_eq_voidp): New
7053 functions.
7054 (dwarf2_build_include_psymtabs): Update dwarf_decode_lines caller.
7055 (handle_DW_AT_stmt_list): Use line_header_hash.
7056 (free_line_header_voidp): New function.
7057 (dwarf_decode_line_header): Initialize offset and offset_in_dwz.
7058 (dwarf_decode_lines): New parameter decode_mapping, use it.
7059 (dwarf2_free_objfile): Free line_header_hash.
7060
7061 2015-01-23 Simon Marchi <simon.marchi@ericsson.com>
7062
7063 PR gdb/17416
7064 * valops.c (value_rtti_indirect_type): Catch exception thrown by
7065 value_ind.
7066
7067 2015-01-15 Mark Wielaard <mjw@redhat.com>
7068
7069 * dwarf2read.c (read_subroutine_type): Set TYPE_NO_RETURN from
7070 DW_AT_noreturn.
7071 * gdbtypes.h (struct func_type): Add is_noreturn field flag. Make
7072 calling_convention an 8 bit bit field.
7073 (TYPE_NO_RETURN): New macro.
7074 * infcmd.c (finish_command): Query if function does not return
7075 normally.
7076 * stack.c (return_command): Likewise.
7077
7078 2015-01-23 Pedro Alves <palves@redhat.com>
7079
7080 * linux-nat.c (linux_is_async_p): New macro.
7081 (linux_nat_is_async_p):
7082 (linux_nat_terminal_inferior): Check whether the target can async
7083 instead of whether it is already async.
7084 (linux_nat_terminal_ours): Don't check whether the target is
7085 async.
7086 (linux_async_pipe): Use linux_is_async_p.
7087
7088 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
7089
7090 * NEWS (Changes since GDB 7.9): Add 'thread apply all' option
7091 '-ascending'.
7092 * thread.c (tp_array_compar_ascending, tp_array_compar): New.
7093 (thread_apply_all_command): Parse CMD for tp_array_compar_ascending.
7094 Sort tp_array using tp_array_compar.
7095 (_initialize_thread): Extend thread_apply_all_command help.
7096
7097 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
7098
7099 * corelow.c (core_open): Call also thread_command.
7100 * gdbthread.h (thread_command): New prototype moved from ...
7101 * thread.c (thread_command): ... here.
7102 (thread_command): Make it global.
7103
7104 2015-01-22 Pedro Alves <palves@redhat.com>
7105
7106 * configure.ac [*mingw32*]: Check $curses_found instead of
7107 $prefer_curses.
7108 * configure: Regenerate.
7109 * windows-termcap.c: Remove HAVE_CURSES_H, HAVE_NCURSES_H and
7110 HAVE_NCURSES_NCURSES_H checks.
7111
7112 2015-01-22 Eli Zaretskii <eliz@gnu.org>
7113
7114 * tui/tui.c (tui_enable) [__MINGW32__]: If the call to 'newterm'
7115 fails with the 1st arg NULL, try again with "unknown". Don't test
7116 the "cup" capability: it isn't supported by the Windows port of
7117 ncurses, but the Windows console driver is still capable of
7118 supporting TUI.
7119
7120 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
7121
7122 * compile/compile.c (_initialize_compile): Use -fPIE for compile_args.
7123
7124 2015-01-22 Eli Zaretskii <eliz@gnu.org>
7125
7126 * Makefile.in (HFILES_NO_SRCDIR): Remove ada-varobj.h.
7127 (ALLDEPFILES): Remove irix5-nat.c. These two are part of the
7128 reason that "make TAGS" is broken.
7129
7130 2015-01-22 Chen Gang <gang.chen.5i5j@gmail.com>
7131
7132 * hppa-tdep.c (inst_saves_gr): Fix logical working flow issues
7133 and check additional store instructions.
7134
7135 2015-01-21 Wei-cheng Wang <cole945@gmail.com>
7136
7137 * MAINTAINERS (Write After Approval): Add "Wei-cheng Wang".
7138
7139 2015-01-21 Wei-cheng Wang <cole945@gmail.com>
7140
7141 * ppc-linux-tdep.c (ppc_skip_trampoline_code,
7142 ppc_canonicalize_syscall, ppc_linux_syscall_record,
7143 ppc_linux_record_signal, ppc_init_linux_record_tdep): Add comments.
7144 * ppc64-tdep.c (ppc64_skip_trampoline_code): Likewise.
7145 * rs6000-tdep.c (rs6000_epilogue_frame_cache,
7146 rs6000_epilogue_frame_this_id, rs6000_epilogue_frame_prev_register,
7147 rs6000_epilogue_frame_sniffer, ppc_record_vsr, ppc_process_record_op4,
7148 ppc_process_record_op19, ppc_process_record_op31,
7149 ppc_process_record_op59, ppc_process_record_op60,
7150 ppc_process_record_op63): Likewise.
7151
7152 2015-01-20 Joel Brobecker <brobecker@adacore.com>
7153
7154 * nat/linux-ptrace.c (linux_ptrace_attach_fail_reason_string)
7155 (linux_ptrace_test_ret_to_nx): Use safe_strerror instead of
7156 strerror.
7157
7158 2015-01-20 Wei-cheng Wang <cole945@gmail.com>
7159
7160 * rs6000-tdep.c (ppc_process_record_op4, ppc_process_record_op19,
7161 ppc_process_record_op31, ppc_process_record_op59,
7162 ppc_process_record_op60, ppc_process_record_op63,
7163 ppc_process_record): Fix -Wformat warning.
7164 * rs6000-tdep.c (rs6000_epilogue_frame_cache, ppc_process_record_op60):
7165 Remove unused variables.
7166
7167 2015-01-20 Chen Gang <gang.chen.5i5j@gmail.com>
7168
7169 * MAINTAINERS (Write After Approval): Add "Chen Gang".
7170
7171 2015-01-19 Eli Zaretskii <eliz@gnu.org>
7172
7173 * configure.ac [*mingw32*]: Only add windows-termcap.o to
7174 CONFIG_OBS if not building with a curses library.
7175 * configure: Regenerate.
7176
7177 * windows-termcap.c: Include defs.h. Make the whole body empty if
7178 either one of HAVE_CURSES_H or HAVE_NCURSES_H or
7179 HAVE_NCURSES_NCURSES_H is defined.
7180
7181 2015-01-19 Joel Brobecker <brobecker@adacore.com>
7182
7183 * rs6000-tdep.c (rs6000_gdbarch_init): Move divide operator
7184 from end of line to start of next line.
7185
7186 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
7187
7188 * ppc-linux-tdep.c (ppc_skip_trampoline_code):
7189 Scan PLT stub backward for reverse debugging.
7190 * ppc64-tdep.c (ppc64_skip_trampoline_code): Likewise.
7191
7192 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
7193 Ulrich Weigand <uweigand@de.ibm.com>
7194
7195 * configure.tgt (powerpc*-*-linux): Add linux-record.o to
7196 gdb_target_obs.
7197 (ppc_linux_record_tdep, ppc64_linux_record_tdep): New for linux syscall
7198 record.
7199 (ppc_canonicalize_syscall, ppc_linux_syscall_record,
7200 ppc_linux_record_signal, ppc_init_linux_record_tdep): New functions.
7201 (ppc_linux_init_abi): Set process_record, process_record_signal.
7202 * ppc-tdep.h (struct gdbarch_tdep): Add ppc_syscall_record and
7203 ppc_linux_record_tdep to gdbarch_tdep.
7204 (ppc_process_record): New declaration.
7205 * rs6000-tdep.c (ppc_record_vsr, ppc_process_record_op4,
7206 ppc_process_record_op19, ppc_process_record_op31,
7207 ppc_process_record_op59, ppc_process_record_op60,
7208 ppc_process_record_op63, ppc_process_record): New functions.
7209
7210 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
7211
7212 * rs6000-tdep.c (rs6000_in_function_epilogue_p): Rename to
7213 rs6000_in_function_epilogue_frame_p and add an argument
7214 for frame_info.
7215 (rs6000_epilogue_frame_cache, rs6000_epilogue_frame_this_id,
7216 rs6000_epilogue_frame_prev_register, rs6000_epilogue_frame_sniffer):
7217 New functions.
7218 (rs6000_epilogue_frame_unwind): New.
7219 (rs6000_gdbarch_init): Append epilogue unwinder.
7220
7221 2015-01-16 Sergio Durigan Junior <sergiodj@redhat.com>
7222
7223 * nat/linux-personality.c: Replace "#ifndef
7224 HAVE_DECL_ADDR_NO_RANDOMIZE" by "#if
7225 !HAVE_DECL_ADDR_NO_RANDOMIZE", fixing a regression in RHEL-5
7226 systems.
7227
7228 2015-01-16 Eli Zaretskii <eliz@gnu.org>
7229
7230 * tui/tui-win.c (tui_rehighlight_all, tui_set_var_cmd): New
7231 functions.
7232 (_initialize_tui_win) <border-kind, border-mode>:
7233 <active-border-mode>: Use tui_set_var_cmd as the "set" function.
7234 (tui_set_tab_width_command): Fix the commentary.
7235
7236 * tui/tui-win.h: Add prototype for tui_rehighlight_all.
7237
7238 * tui/tui-win.c (tui_scroll_left_command, tui_scroll_right_command):
7239 Doc fix.
7240 (tui_set_tab_width_command): Delete and recreate the source and
7241 the disassembly windows, to show the effect of the changed tab
7242 size immediately.
7243
7244 * tui/tui-data.h (LINE_PREFIX): Make shorter
7245 (MAX_PID_WIDTH): Enlarge from 14 to 19, to leave enough space for
7246 "Thread NNNNN.XXXX" thread ID notation on Windows.
7247
7248 2015-01-16 Jan Kratochvil <jan.kratochvil@redhat.com>
7249
7250 Fix gcc-5 compilation.
7251 * hppa-tdep.c (inst_saves_gr): Fix parentheses typo.
7252
7253 2015-01-15 Sergio Durigan Junior <sergiodj@redhat.com>
7254
7255 * Makefile.in (HFILES_NO_SRCDIR): Add nat/linux-personality.h.
7256 (linux-personality.o): New rule.
7257 * common/common-defs.h: Include <stdint.h>.
7258 * config/aarch64/linux.mh (NATDEPFILES): Include
7259 linux-personality.o.
7260 * config/alpha/alpha-linux.mh (NATDEPFILES): Likewise.
7261 * config/arm/linux.mh (NATDEPFILES): Likewise.
7262 * config/i386/linux64.mh (NATDEPFILES): Likewise.
7263 * config/i386/linux.mh (NATDEPFILES): Likewise.
7264 * config/ia64/linux.mh (NATDEPFILES): Likewise.
7265 * config/m32r/linux.mh (NATDEPFILES): Likewise.
7266 * config/m68k/linux.mh (NATDEPFILES): Likewise.
7267 * config/mips/linux.mh (NATDEPFILES): Likewise.
7268 * config/pa/linux.mh (NATDEPFILES): Likewise.
7269 * config/powerpc/linux.mh (NATDEPFILES): Likewise.
7270 * config/powerpc/ppc64-linux.mh (NATDEPFILES): Likewise.
7271 * config/powerpc/spu-linux.mh (NATDEPFILES): Likewise.
7272 * config/s390/linux.mh (NATDEPFILES): Likewise.
7273 * config/sparc/linux64.mh (NATDEPFILES): Likewise.
7274 * config/sparc/linux.mh (NATDEPFILES): Likewise.
7275 * config/tilegx/linux.mh (NATDEPFILES): Likewise.
7276 * config/xtensa/linux.mh (NATDEPFILES): Likewise.
7277 * defs.h: Remove #include <stdint.h> (moved to
7278 common/common-defs.h).
7279 * linux-nat.c: Include nat/linux-personality.h. Remove #include
7280 <sys/personality.h>; do not define ADDR_NO_RANDOMIZE (moved to
7281 nat/linux-personality.c).
7282 (linux_nat_create_inferior): Remove code to disable address space
7283 randomization (moved to nat/linux-personality.c). Create cleanup
7284 to disable address space randomization.
7285 * nat/linux-personality.c: New file.
7286 * nat/linux-personality.h: Likewise.
7287
7288 2015-01-15 Sergio Durigan Junior <sergiodj@redhat.com>
7289
7290 * Makefile.in (ALLDEPFILES): Including common/mingw-strerror.c and
7291 common/posix-strerror.c.
7292 (posix-strerror.o): New rule.
7293 (mingw-strerror.o): Likewise.
7294 * common/common-utils.h (safe_strerror): Move prototype to here,
7295 from utils.h.
7296 * common/common.host: New file.
7297 * common/mingw-strerror.c: Likewise.
7298 * common/posix-strerror.c: Likewise.
7299 * configure: Regenerated.
7300 * configure.ac: Source common/common.host. Add variable
7301 common_host_obs to gdb_host_obs.
7302 * contrib/ari/gdb_ari.sh: Mention gdb/common/mingw-strerror.c and
7303 gdb/common/posix-strerror.c when warning about the use of
7304 strerror.
7305 * mingw-hdep.c (safe_strerror): Remove definition; move it to
7306 common/mingw-strerror.c.
7307 * posix-hdep.c (safe_strerror): Remove definition; move it to
7308 common/posix-hdep.c.
7309 * utils.h (safe_strerror): Remove prototype; move to
7310 common/common-utils.h.
7311
7312 2015-01-15 Joel Brobecker <brobecker@adacore.com>
7313
7314 GDB 7.8.2 released.
7315
7316 2015-01-15 Joel Brobecker <brobecker@adacore.com>
7317
7318 * ada-lang.c (ada_array_bound_from_type): Ignore array's parallel
7319 ___XA type if the array has already been fixed.
7320
7321 2015-01-14 Yao Qi <yao@codesourcery.com>
7322
7323 * Makefile.in (ppc-linux.o): New rule.
7324 * config/powerpc/ppc64-linux.mh (NATDEPFILES): Add ppc-linux.o.
7325 * configure.ac: AC_CHECK_FUNCS(getauxval).
7326 * config.in: Re-generated.
7327 * configure: Re-generated.
7328 * nat/ppc-linux.h [__powerpc64__] (ppc64_64bit_inferior_p):
7329 Declare.
7330 * nat/ppc-linux.c: New file.
7331 * ppc-linux-nat.c (ppc_linux_target_wordsize) [__powerpc64__]:
7332 Call ppc64_64bit_inferior_p.
7333
7334 2015-01-14 Yao Qi <yao@codesourcery.com>
7335
7336 * ppc-linux-nat.c (PT_ORIG_R3, PT_TRAP): Move to
7337 nat/ppc-linux.h.
7338 (PPC_FEATURE_CELL, PPC_FEATURE_BOOKE): Likewise.
7339 (PPC_FEATURE_HAS_DFP): Likewise.
7340 (PTRACE_GETVRREGS, PTRACE_SETVRREGS): Likewise.
7341 (PTRACE_GETVSXREGS, PTRACE_SETVSXREGS): Likewise.
7342 (PTRACE_GETEVRREGS, PTRACE_SETEVRREGS): Likewise.
7343 Include "nat/ppc-linux.h".
7344 * nat/ppc-linux.h: New file.
7345 * Makefile.in (HFILES_NO_SRCDIR): Add nat/ppc-linux.h.
7346
7347 2015-01-14 Pedro Alves <palves@redhat.com>
7348
7349 PR gdb/17525
7350 * breakpoint.c: Include "interps.h".
7351 (bpstat_do_actions_1): Also check whether the interpreter is
7352 async.
7353
7354 2015-01-14 Pedro Alves <palves@redhat.com>
7355
7356 PR cli/17828
7357 * infrun.c (reinstall_readline_callback_handler_cleanup): Don't
7358 reinstall if the interpreter is sync.
7359
7360 2015-01-13 Doug Evans <dje@google.com>
7361
7362 * objfiles.c (objfile_filename): New function.
7363 * objfiles.h (objfile_filename): Declare it.
7364 (objfile_name): Add function comment.
7365 * python/py-objfile.c (objfpy_lookup_objfile_by_name): Try both the
7366 bfd file name (which may be realpath'd), and the original name.
7367
7368 2015-01-13 Joel Brobecker <brobecker@adacore.com>
7369
7370 * NEWS: Create a new section for the next release branch.
7371 Rename the section of the current branch, now that it has
7372 been cut.
7373
7374 2015-01-13 Joel Brobecker <brobecker@adacore.com>
7375
7376 GDB 7.9 branch created (92fc2e6978d9a7c8324c7e851dbee59e22ec7a37):
7377 * version.in: Bump version to 7.9.50.DATE-cvs.
7378
7379 2015-01-13 Joel Brobecker <brobecker@adacore.com>
7380
7381 * nat/linux-procfs.c (linux_proc_attach_tgid_threads):
7382 Remove trailing new-line in argument of call to warning.
7383
7384 2015-01-13 Joel Brobecker <brobecker@adacore.com>
7385
7386 * linux-nat.c (attach_proc_task_lwp_callback): Remove trailing
7387 new-line in argument of call to "warning".
7388
7389 2015-01-13 Joel Brobecker <brobecker@adacore.com>
7390
7391 * ada-lang.c (ada_lookup_symbol_nonlocal): If name not found
7392 in static block, then try searching for primitive types.
7393
7394 2015-01-12 Patrick Palka <patrick@parcs.ath.cx>
7395
7396 * top.h (gdb_add_history): Declare.
7397 * top.c (command_count): New variable.
7398 (gdb_add_history): New function.
7399 (gdb_safe_append_history): New static function.
7400 (quit_force): Call it.
7401 (command_line_input): Use gdb_add_history instead of
7402 add_history.
7403 * event-top.c (command_line_handler): Likewise.
7404
7405 2015-01-12 James Clarke <jrtc27@jrtc27.com> (tiny patch)
7406
7407 PR gdb/17046
7408 * darwin-nat.c: Replace <machine/setjmp.h> #include by
7409 <setjmp.h> #include.
7410
7411 2015-01-11 Doug Evans <xdje42@gmail.com>
7412
7413 * dwarf2read.c (compute_delayed_physnames): Use TYPE_FN_FIELD_PHYSNAME.
7414
7415 2015-01-11 Doug Evans <xdje42@gmail.com>
7416
7417 PR gdb/15830
7418 * NEWS: The "maint demangle" command is renamed as "demangle".
7419 * demangle.c: #include cli/cli-utils.h, language.h.
7420 (demangle_command): New function.
7421 (_initialize_demangle): Add new command "demangle".
7422 * maint.c (maintenance_demangle): Stub out.
7423 (_initialize_maint_cmds): Update help text for "maint demangle",
7424 and mark as deprecated.
7425
7426 2015-01-11 Mark Kettenis <kettenis@gnu.org>
7427
7428 * inf-ptrace.c (inf_ptrace_follow_fork): Adjust now that
7429 inferior_thread is a function.
7430
7431 2015-01-09 Patrick Palka <patrick@parcs.ath.cx>
7432
7433 * Makefile.in (.y.c): Don't munge yacc's #line
7434 directives.
7435
7436 2015-01-09 Patrick Palka <patrick@parcs.ath.cx>
7437
7438 * utils.c (defaulted_query): Rewrite to use gdb_readline_wrapper
7439 to prompt for input.
7440 * tui/tui-hooks.c (tui_query_hook): Remove.
7441 (tui_install_hooks): Don't set deprecated_query_hook.
7442 * tui/tui-io.c (tui_redisplay_readline): Fix off-by-one error in
7443 height calculation. Always update the command window's cur_line.
7444
7445 2015-01-09 Pedro Alves <palves@redhat.com>
7446
7447 * breakpoint.c (hardware_breakpoint_inserted_here_p): New
7448 function.
7449 * breakpoint.h (hardware_breakpoint_inserted_here_p): New
7450 declaration.
7451 * linux-nat.c (linux_nat_status_is_event): Move higher up in file.
7452 (linux_resume_one_lwp): Store the thread's PC. Adjust to clear
7453 stop_reason.
7454 (check_stopped_by_watchpoint): New function.
7455 (save_sigtrap): Reimplement.
7456 (linux_nat_stopped_by_watchpoint): Adjust.
7457 (linux_nat_lp_status_is_event): Delete.
7458 (stop_wait_callback): Only call save_sigtrap after storing the
7459 pending status.
7460 (status_callback): If the thread had been stopped for a breakpoint
7461 that has since been removed, discard the event and resume the LWP.
7462 (count_events_callback, select_event_lwp_callback): Use
7463 lwp_status_pending_p instead of linux_nat_lp_status_is_event.
7464 (cancel_breakpoint): Rename to ...
7465 (check_stopped_by_breakpoint): ... this. Record whether the LWP
7466 stopped for a software breakpoint or hardware breakpoint.
7467 (select_event_lwp): Only give preference to the stepping LWP in
7468 all-stop mode. Adjust comments.
7469 (stop_and_resume_callback): Remove references to new_pending_p.
7470 (linux_nat_filter_event): Likewise. Leave exit events of the
7471 leader thread pending here. Handle signal short circuiting here.
7472 Only call save_sigtrap after storing the pending waitstatus.
7473 (linux_nat_wait_1): Remove 'retry' label. Remove references to
7474 new_pending. Don't handle leaving events the caller is not
7475 interested in pending here, nor handle signal short-circuiting
7476 here. Also give equal priority to all LWPs that have had events
7477 in non-stop mode. If reporting a software breakpoint event,
7478 unadjust the LWP's PC.
7479 * linux-nat.h (enum lwp_stop_reason): New.
7480 (struct lwp_info) <stop_pc>: New field.
7481 (struct lwp_info) <stopped_by_watchpoint>: Delete field.
7482 (struct lwp_info) <stop_reason>: New field.
7483 * x86-linux-nat.c (x86_linux_prepare_to_resume): Adjust.
7484
7485 2015-01-09 Pedro Alves <palves@redhat.com>
7486
7487 * linux-nat.c (linux_handle_extended_wait) <PTRACE_EVENT_EXEC>:
7488 Set the LWP's 'resumed' flag.
7489
7490 2015-01-09 Pedro Alves <palves@redhat.com>
7491
7492 * linux-nat.c (linux_resume_one_lwp): New function.
7493 (resume_lwp): Use lwp_status_pending_p and linux_resume_one_lwp.
7494 (linux_nat_resume): Use lwp_status_pending_p and
7495 linux_resume_one_lwp.
7496 (linux_handle_syscall_trap): Use linux_resume_one_lwp.
7497 (linux_handle_extended_wait): Use linux_resume_one_lwp.
7498 (status_callback, running_callback): Use lwp_status_pending_p.
7499 (lwp_status_pending_p): New function.
7500 (stop_and_resume_callback): Use lwp_status_pending_p.
7501 (linux_nat_filter_event): Use linux_resume_one_lwp.
7502 (linux_nat_wait_1): Always use status_callback to look for an LWP
7503 with a pending status. Use linux_resume_one_lwp.
7504 (resume_stopped_resumed_lwps): Use lwp_status_pending_p and
7505 linux_resume_one_lwp.
7506
7507 2015-01-09 Pedro Alves <palves@redhat.com>
7508
7509 * breakpoint.c (bp_location_inserted_here_p): New function,
7510 factored out from ...
7511 (breakpoint_inserted_here_p): ... here. Use
7512 ALL_BP_LOCATIONS_AT_ADDR.
7513 (software_breakpoint_inserted_here_p): Use
7514 bp_location_inserted_here_p and ALL_BP_LOCATIONS_AT_ADDR.
7515
7516 2014-01-09 Pedro Alves <palves@redhat.com>
7517
7518 Skip enabling event reporting if the kernel supports
7519 PTRACE_EVENT_CLONE.
7520 * linux-thread-db.c: Include "nat/linux-ptrace.h".
7521 (thread_db_use_events): New function.
7522 (try_thread_db_load_1): Check thread_db_use_events before enabling
7523 event reporting.
7524 (update_thread_state): New function.
7525 (attach_thread): Use it. Check thread_db_use_events before
7526 enabling event reporting.
7527 (thread_db_detach): Check thread_db_use_events before disabling
7528 event reporting.
7529 (find_new_threads_callback): Check thread_db_use_events before
7530 enabling event reporting. Update the thread's state if not using
7531 libthread_db events.
7532
7533 2015-01-09 Pedro Alves <palves@redhat.com>
7534
7535 * linux-nat.c (lin_lwp_attach_lwp): Assert that the lwp id we're
7536 about to wait for is > 0.
7537 * linux-thread-db.c (find_new_threads_callback): Ignore thread if
7538 the kernel thread ID is -1.
7539
7540 2015-01-09 Pedro Alves <palves@redhat.com>
7541
7542 * linux-nat.c (attach_proc_task_lwp_callback): New function.
7543 (linux_nat_attach): Use linux_proc_attach_tgid_threads.
7544 (wait_lwp, linux_nat_filter_event): If not set yet, set the lwp's
7545 ptrace option flags.
7546 * linux-nat.h (struct lwp_info) <must_set_ptrace_flags>: New
7547 field.
7548 * nat/linux-procfs.c: Include <dirent.h>.
7549 (linux_proc_get_int): New parameter "warn". Handle it.
7550 (linux_proc_get_tgid): Adjust.
7551 (linux_proc_get_tracerpid): Rename to ...
7552 (linux_proc_get_tracerpid_nowarn): ... this.
7553 (linux_proc_pid_get_state): New function, factored out from
7554 (linux_proc_pid_has_state): ... this. Add new parameter "warn"
7555 and handle it.
7556 (linux_proc_pid_is_gone): New function.
7557 (linux_proc_pid_is_stopped): Adjust.
7558 (linux_proc_pid_is_zombie_maybe_warn)
7559 (linux_proc_pid_is_zombie_nowarn): New functions.
7560 (linux_proc_pid_is_zombie): Use
7561 linux_proc_pid_is_zombie_maybe_warn.
7562 (linux_proc_attach_tgid_threads): New function.
7563 * nat/linux-procfs.h (linux_proc_get_tgid): Update comment.
7564 (linux_proc_get_tracerpid): Rename to ...
7565 (linux_proc_get_tracerpid_nowarn): ... this, and update comment.
7566 (linux_proc_pid_is_gone): New declaration.
7567 (linux_proc_pid_is_zombie): Update comment.
7568 (linux_proc_pid_is_zombie_nowarn): New declaration.
7569 (linux_proc_attach_lwp_func): New typedef.
7570 (linux_proc_attach_tgid_threads): New declaration.
7571 * nat/linux-ptrace.c (linux_ptrace_attach_fail_reason): Adjust to
7572 use nowarn functions.
7573 (linux_ptrace_attach_fail_reason_string): Move here from
7574 gdbserver/linux-low.c and rename.
7575 (ptrace_supports_feature): If the current ptrace options are not
7576 known yet, check them now, instead of asserting.
7577 * nat/linux-ptrace.h (linux_ptrace_attach_fail_reason_string):
7578 Declare.
7579
7580 2015-01-09 Pedro Alves <palves@redhat.com>
7581
7582 * linux-thread-db.c (thread_db_find_new_threads_silently)
7583 (try_thread_db_load_1, try_thread_db_load, thread_db_load_search)
7584 (find_new_threads_once): Print debug output on gdb_stdlog.
7585
7586 2015-01-09 Chen Gang <gang.chen.5i5j@gmail.com>
7587 Pedro Alves <palves@redhat.com>
7588
7589 * compile/compile.c: Include "gdb_wait.h".
7590 (do_rmdir): Check return value, and free 'zap'.
7591
7592 2015-01-08 Pedro Alves <palves@redhat.com>
7593 Yao Qi <yao@codesourcery.com>
7594
7595 * dwarf2loc.c (indirect_pieced_value): Don't call
7596 gdb_sign_extend. Call extract_signed_integer instead.
7597 * utils.c (gdb_sign_extend): Remove.
7598 * utils.h (gdb_sign_extend): Remove declaration.
7599
7600 2015-01-07 Pierre Muller <muller@sourceware.org>
7601
7602 PR symtab/17811
7603 * stabsread.c (define_symbol): Set language for C++ special symbols.
7604
7605 2015-01-07 Patrick Palka <patrick@parcs.ath.cx>
7606
7607 * inflow.c (initial_gdb_ttystate): Tweak comment.
7608
7609 2015-01-07 Joel Brobecker <brobecker@adacore.com>
7610
7611 * inflow.c (set_initial_gdb_ttystate): Add empty line after
7612 comment documenting function.
7613
7614 2015-01-07 Patrick Palka <patrick@parcs.ath.cx>
7615
7616 * terminal.h (set_initial_gdb_ttystate): Declare.
7617 * inflow.c (initial_gdb_ttystate): New static variable.
7618 (set_initial_gdb_ttystate): New setter.
7619 (child_terminal_init_with_pgrp): Copy initial_gdb_ttystate
7620 instead of our current terminal state.
7621 * top.c (gdb_init): Call set_initial_gdb_ttystate.
7622
7623 2015-01-07 Joel Brobecker <brobecker@adacore.com>
7624
7625 * guile/scm-type.c (tyscm_array_1): Add comment.
7626 * python/py-type.c (typy_array_1): Add comment.
7627
7628 2015-01-06 Joel Brobecker <brobecker@adacore.com>
7629
7630 * guile/scm-type.c (tyscm_array_1): Do not raise out-of-range
7631 error if N2 is equal to N1 - 1.
7632
7633 2015-01-06 Joel Brobecker <brobecker@adacore.com>
7634
7635 * python/py-type.c (typy_array_1): Do not raise negative-length
7636 exception if N2 is equal to N1 - 1.
7637
7638 2015-01-03 Doug Evans <xdje42@gmail.com>
7639
7640 * c-exp.y: Whitespace cleanup.
7641 (classify_inner_name): Remove extra ;.
7642
7643 2015-01-02 Maciej W. Rozycki <macro@codesourcery.com>
7644
7645 * mips-tdep.c (mips32_scan_prologue): Keep the extracted stack
7646 offset signed.
7647
7648 2015-01-02 Doug Evans <dje@google.com>
7649
7650 * dwarf2read.c (setup_type_unit_groups): Remove outdated comment.
7651
7652 2015-01-02 Doug Evans <dje@google.com>
7653
7654 * symtab.h (struct symbol): Fix typo in comment.
7655
7656 2015-01-01 Joel Brobecker <brobecker@adacore.com>
7657
7658 Update year range in copyright notice of all files.
7659
7660 2015-01-01 Joel Brobecker <brobecker@adacore.com>
7661
7662 * top.c (print_gdb_version): Update copyright year to 2015.
7663
7664 2015-01-01 Joel Brobecker <brobecker@adacore.com>
7665
7666 * config/djgpp/fnchange.lst: Add entry for gdb/ChangeLog-2014.
7667
7668 For older changes see ChangeLog-2014.
7669 \f
7670 Local Variables:
7671 mode: change-log
7672 left-margin: 8
7673 fill-column: 74
7674 version-control: never
7675 coding: utf-8
7676 End:
This page took 0.194885 seconds and 4 git commands to generate.