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