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