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