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