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