Move have_ptrace_getregset to linux-nat.c
[binutils-gdb.git] / gdb / ChangeLog
1 2015-06-01 Yao Qi <yao.qi@linaro.org>
2
3 * x86-linux-nat.c (have_ptrace_getregset): Move it to ...
4 * linux-nat.c: ... here.
5 * x86-linux-nat.h (have_ptrace_getregset): Move the declaration
6 to ...
7 * linux-nat.h: ... here.
8
9 2015-06-01 Yao Qi <yao.qi@linaro.org>
10
11 * amd64-linux-nat.c: Include "nat/linux-ptrace.h".
12 * i386-linux-nat.c: Likewise.
13 * nat/linux-ptrace.h (PTRACE_GETREGSET, PTRACE_SETREGSET): Define.
14 * s390-linux-nat.c: Include "nat/linux-ptrace.h".
15 (PTRACE_GETREGSET, PTRACE_SETREGSET): Remove.
16 * x86-linux-nat.c: Include "nat/linux-ptrace.h".
17 * x86-linux-nat.h (PTRACE_GETREGSET, PTRACE_SETREGSET): Remove.
18
19 2015-05-30 Eli Zaretskii <eliz@gnu.org>
20
21 * go32-nat.c (go32_xfer_memory): Fix the return value to be
22 compatible to what read_child and write_child return. This
23 unbreaks that DJGPP build of GDB which was broken since v7.7.
24
25 2015-05-29 Martin Galvan <martin.galvan@tallertechnologies.com>
26
27 * MAINTAINERS (Write After Approval): Add Martin Galvan.
28
29 2015-05-29 Roland McGrath <mcgrathr@google.com>
30
31 PR gdb/18464
32 * osabi.c (generic_elf_osabi_sniff_abi_tag_sections): Use warning
33 rather than internal_error for an unrecognized value.
34
35 2015-05-29 Max Filippov <jcmvbkbc@gmail.com>
36
37 * xtensa-tdep.c (xtensa_pseudo_register_read)
38 (xtensa_pseudo_register_write): Don't alias last pseudo register
39 to a1.
40
41 2015-05-28 Don Breazeal <donb@codesourcery.com>
42
43 * infrun.c (follow_fork_inferior): Ensure the use of
44 process-style ptids (pid,0,0) in verbose/debug "Detaching"
45 messages.
46
47 2015-05-28 Doug Evans <dje@google.com>
48
49 * dwarf2read.c (record_line_ftype): Remove, duplicate.
50
51 2015-05-28 Yao Qi <yao.qi@linaro.org>
52
53 * arm-linux-nat.c (arm_linux_has_wmmx_registers): Remove.
54 (arm_linux_fetch_inferior_registers): Use
55 tdep->have_wmmx_registers instead of arm_linux_has_wmmx_registers.
56 (arm_linux_store_inferior_registers): Likewise.
57 (arm_linux_read_description): Don't set
58 arm_linux_has_wmmx_registers.
59 * arm-tdep.c (arm_gdbarch_init): Set
60 tdep->have_wmmx_registers according target descriptions.
61 * arm-tdep.h (struct gdbarch_tdep) <have_wmmx_registers>: New
62 field.
63
64 2015-05-28 Yao Qi <yao.qi@linaro.org>
65
66 * arm-linux-nat.c (arm_linux_vfp_register_count): Remove.
67 (fetch_vfp_regs): Use vfp_register_count from gdbarch_tdep
68 instead of arm_linux_vfp_register_count.
69 (store_vfp_regs): Likewise.
70 (arm_linux_fetch_inferior_registers): Likewise.
71 (arm_linux_store_inferior_registers): Likewise.
72 (arm_linux_read_description): Don't set
73 arm_linux_vfp_register_count.
74 * arm-linux-tdep.c (arm_linux_iterate_over_regset_sections):
75 Adjust.
76 * arm-tdep.c (arm_gdbarch_init): Add assert on
77 vfp_register_count.
78 * arm-tdep.h (struct gdbarch_tdep) <have_vfp_registers>: Rename
79 field to vfp_register_count. All users updated.
80
81 2015-05-28 Kyle Huey <me@kylehuey.com> (tiny patch)
82
83 * gdb/arm-tdep.c (arm_gdbarch_init): Perform arm_abi detection on
84 ELFOSABI_GNU binaries.
85
86 2015-05-27 Doug Evans <dje@google.com>
87
88 * dwarf2read.c (lnp_state_machine): New typedef.
89 (lnp_reader_state): New typedef.
90 (dwarf_record_line_1): Renamed from dwarf_record_line.
91 All callers updated.
92 (dwarf_record_line): New function.
93 (init_lnp_state_machine): New function.
94 (check_line_address): Replace p_record_line parameter with state.
95 All callers updated.
96 (dwarf_decode_lines_1): Call dwarf_record_line, init_lnp_state_machine.
97 Update to record state in lnp_state_machine.
98
99 2015-05-27 Doug Evans <dje@google.com>
100
101 * dwarf2read.c (record_line_ftype): New typedef.
102 (check_line_address): New function.
103 (dwarf_decode_lines_1): Call it.
104
105 2015-05-27 Doug Evans <dje@google.com>
106
107 * NEWS: Mention "set debug dwarf-line".
108 * dwarf2read.c (dwarf_line_debug): New static global.
109 (add_include_dir): Add debug dwarf-line support.
110 (add_file_name, dwarf_record_line, dwarf_finish_line): Ditto.
111 (_initialize_dwarf2_read): New parameter "debug dwarf-line".
112
113 2015-05-27 Doug Evans <dje@google.com>
114
115 * cp-namespace.c (cp_lookup_nested_symbol): New arg "domain".
116 All callers updated.
117 (cp_lookup_nested_symbol_1, find_symbol_in_baseclass): Ditto.
118 * cp-support.h (cp_lookup_nested_symbol): Update.
119
120 2015-05-27 Doug Evans <dje@google.com>
121
122 PR symtab/18258
123 * block.c (block_find_symbol): New function.
124 (block_find_non_opaque_type): Ditto.
125 (block_find_non_opaque_type_preferred): Ditto.
126 * block.h (block_symbol_matcher_ftype): New typedef.
127 (block_find_symbol): Declare.
128 (block_find_non_opaque_type): Ditto.
129 (block_find_non_opaque_type_preferred): Ditto.
130 * dwarf2read.c (dw2_lookup_symbol): Call block_find_symbol.
131 * psymtab.c (psym_lookup_symbol): Ditto.
132 * symtab.c (basic_lookup_transparent_type_1): New function.
133 (basic_lookup_transparent_type): Call it.
134
135 2015-05-27 Yao Qi <yao.qi@linaro.org>
136
137 * aarch64-tdep.c (aarch64_record_data_proc_simd_fp): Return
138 AARCH64_RECORD_UNKNOWN for unknown instruction encoding.
139
140 2015-05-27 Yao Qi <yao.qi@linaro.org>
141
142 * aarch64-tdep.c (aarch64_record_branch_except_sys): Split lines
143 before operator &&.
144 (aarch64_record_load_store): Likewise.
145
146 2015-05-26 Doug Evans <dje@google.com>
147
148 PR c++/18141, c++/18417.
149 * cp-support.c (cp_lookup_rtti_type): Handle the case of NAME being
150 a typedef.
151
152 2015-05-26 Doug Evans <dje@google.com>
153
154 * NEWS: Add entries for command renamings.
155 * dwarf2read.c (dwarf_read_debug): Renamed from dwarf2_read_debug.
156 All uses updated.
157 (dwarf_die_debug): Renamed from dwarf2_die_debug. All uses updated.
158 (dwarf_max_cache_age): Renamed from dwarf2_max_cache_age.
159 All uses updated.
160 (show_dwarf_max_cache_age): Renamed from show_dwarf2_max_cache_age.
161 All callers updated. Fix spelling of DWARF in help text.
162 (set_dwarf_cmdlist): Renamed from set_dwarf2_cmdlist.
163 All uses updated.
164 (show_dwarf_cmdlist): Renamed from show_dwarf2_cmdlist.
165 All uses updated.
166 (set_dwarf_cmd): Renamed from set_dwarf2_cmd. All callers updated.
167 (show_dwarf_cmd): Renamed from show_dwarf2_cmd. All callers updated.
168 (dwarf_always_disassemble): Renamed from dwarf_always_disassemble.
169 All uses updated.
170 (show_dwarf_always_disassemble): Renamed from
171 show_dwarf2_always_disassemble. All callers updated.
172 (_initialize_dwarf2_read): Rename "set/show dwarf2" prefix to
173 "set/show dwarf". Rename "set/show dwarf2 max-cache-age" to
174 "set/show dwarf max-cache-age". Rename
175 "set/show dwarf2 always-disassemble" to
176 "set/show dwarf always-disassemble". Rename
177 "set/show debug dwarf2-read" to "set/show debug dwarf-read". Rename
178 "set/show debug dwarf2-die" to "set/show debug dwarf-die".
179
180 2015-05-26 Doug Evans <dje@google.com>
181
182 PR python/18438
183 * python/py-lazy-string.c (stpy_convert_to_value): Use
184 gdbpy_gdb_memory_error not PyExc_MemoryError.
185 (gdbpy_create_lazy_string_object): Ditto.
186
187 2015-05-26 Andrew Burgess <andrew.burgess@embecosm.com>
188
189 * tui/tui-regs.c (tui_reg_next_command): Compare against NULL.
190
191 2015-05-26 Andrew Burgess <andrew.burgess@embecosm.com>
192
193 * tui/tui-regs.c (tui_reg_prev_command): New function.
194 (_initialize_tui_regs): Add 'prev' command for 'tui reg'.
195 * reggroups.c (reggroup_prev): New function.
196 * reggroups.h (reggroup_prev): Add declaration. Update comment.
197
198 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
199 Yao Qi <yao.qi@linaro.org>
200
201 * aarch64-linux-tdep.c: Include linux-record.h and
202 record-full.h.
203 (struct linux_record_tdep aarch64_linux_record_tdep): Declare.
204 (aarch64_syscall): New enum.
205 (aarch64_canonicalize_syscall): New function.
206 (aarch64_all_but_pc_registers_record): New function.
207 (aarch64_linux_syscall_record): New function.
208 (aarch64_linux_init_abi): Install AArch64 process record
209 handler. Update to handle syscall recording.
210 * aarch64-tdep.c: Include record.h and record-full.h.
211 (submask, bit, bits, REG_ALLOC, MEM_ALLOC): New macros.
212 (struct aarch64_mem_r): Define.
213 (aarch64_record_result): New enum.
214 (struct insn_decode_record): Define.
215 (insn_decode_record): New typedef.
216 (aarch64_record_data_proc_reg): New function.
217 (aarch64_record_data_proc_imm): New function.
218 (aarch64_record_branch_except_sys): New function.
219 (aarch64_record_load_store): New function.
220 (aarch64_record_data_proc_simd_fp): New function.
221 (aarch64_record_asimd_load_store): New function.
222 (aarch64_record_decode_insn_handler): New function.
223 (deallocate_reg_mem): New function.
224 (aarch64_process_record): New function.
225 * aarch64-tdep.h (struct gdbarch_tdep) <aarch64_syscall_record>:
226 New field.
227 (aarch64_process_record): New extern declaration.
228 * configure.tgt: Add linux-record.o to gdb_target_obs.
229 * linux-record.h (struct linux_record_tdep) <arg7>: New field.
230
231 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
232
233 * NEWS: Add a note on process record-replay support on aarch64*-linux*
234 targets.
235
236 2015-05-26 Martin Galvan <martin.galvan@tallertechnologies.com>
237
238 * amd64-tdep.c: Replace in_function_epilogue_p with
239 stack_frame_destroyed_p throughout.
240 * arch-utils.c: Ditto.
241 * arch-utils.h: Ditto.
242 * arm-tdep.c: Ditto.
243 * breakpoint.c: Ditto.
244 * gdbarch.sh: Ditto.
245 * hppa-tdep.c: Ditto.
246 * i386-tdep.c: Ditto.
247 * mips-tdep.c: Ditto.
248 * nios2-tdep.c: Ditto.
249 * rs6000-tdep.c: Ditto.
250 * s390-linux-tdep.c: Ditto.
251 * score-tdep.c: Ditto.
252 * sh-tdep.c: Ditto.
253 * sparc-tdep.c: Ditto.
254 * sparc-tdep.h: Ditto.
255 * sparc64-tdep.c: Ditto.
256 * spu-tdep.c: Ditto.
257 * tic6x-tdep.c: Ditto.
258 * tilegx-tdep.c: Ditto.
259 * xstormy16-tdep.c: Ditto.
260 * gdbarch.c, gdbarch.h: Re-generated.
261
262 2015-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
263
264 * NEWS: Mention 'tui enable' and 'tui disable'.
265 * tui/tui.c (tui_enable_command): New function.
266 (tui_disable_command): New function.
267 (_initialize_tui): New function.
268
269 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
270
271 * tui/tui-regs.c (tui_reg_next_command): Use NULL not 0.
272
273 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
274
275 * tui/tui-layout.c (tui_set_layout_for_display_command): Ensure
276 buf_ptr is freed.
277
278 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
279
280 * tui/tui-layout.c (tui_layout_command): Move call to tui_enable
281 into ...
282 (tui_set_layout_for_display_command): ...here, before calling
283 tui_set_layout. Only set the layout if gdb has not already
284 entered the TUI_FAILURE state.
285
286 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
287
288 * tui/tui-layout.c (layout_completer): New function.
289 (_initialize_tui_layout): Set completer on layout command.
290
291 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
292
293 * tui/tui-layout.c (tui_set_layout): Remove
294 tui_register_display_type parameter. Remove all checking of this
295 parameter, and reindent function. Update header comment.
296 (tui_set_layout_for_display_command): Rename to...
297 (tui_set_layout_by_name): ...this, and don't check for different
298 register class types, don't pass a tui_register_display_type to
299 tui_set_layout. Update header comment.
300 (layout_names): Remove register set specific names.
301 * tui/tui-layout.h (tui_set_layout): Remove
302 tui_register_display_type parameter.
303 * tui/tui.c (tui_rl_change_windows): Don't pass a
304 tui_register_display_type to tui_set_layout.
305 (tui_rl_delete_other_windows): Likewise.
306 (tui_enable): Likewise.
307 * tui/tui-data.h (TUI_FLOAT_REGS_NAME): Remove.
308 (TUI_FLOAT_REGS_NAME_LOWER): Remove.
309 (TUI_GENERAL_REGS_NAME): Remove.
310 (TUI_GENERAL_REGS_NAME_LOWER): Remove.
311 (TUI_SPECIAL_REGS_NAME): Remove.
312 (TUI_SPECIAL_REGS_NAME_LOWER): Remove.
313 (TUI_GENERAL_SPECIAL_REGS_NAME): Remove.
314 (TUI_GENERAL_SPECIAL_REGS_NAME_LOWER): Remove.
315 (enum tui_register_display_type): Remove.
316 (struct tui_layout_def): Remove regs_display_type and
317 float_regs_display_type fields.
318 (struct tui_data_info): Remove regs_display_type field.
319 (tui_layout_command): Use new name for
320 tui_set_layout_for_display_command.
321 * tui/tui-data.c (layout_def): Don't initialise removed fields.
322 (tui_clear_win_detail): Don't initialise removed fields of
323 win_info.
324 * tui/tui-regs.c (tui_show_registers): Use new name for
325 tui_set_layout_for_display_command.
326 * tui/tui.h (tui_set_layout_for_display_command): Rename
327 declaration to...
328 (tui_set_layout_by_name): ...this.
329 * printcmd.c (display_command): Remove tui related layout call,
330 and reindent.
331
332 2015-05-20 Joel Brobecker <brobecker@adacore.com>
333
334 * infrun.c (handle_inferior_event_1): Renames handle_inferior_event.
335 (handle_inferior_event): New function.
336
337 2015-05-20 Joel Brobecker <brobecker@adacore.com>
338
339 * ada-lang.c (to_fixed_array_type): Rename local variable
340 typename into type_name.
341
342 2015-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
343
344 Fix ASAN crash for gdb.compile/compile.exp.
345 * infcall.c (call_function_by_hand_dummy): Use xstrdup for NAME.
346
347 2015-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
348
349 * compile/compile-c-symbols.c (convert_symbol_sym, gcc_convert_symbol)
350 (gcc_symbol_address): Change gdb_stdout to gdb_stdlog.
351 * compile/compile-object-load.c (setup_sections, compile_object_load):
352 Likewise.
353 * compile/compile.c (compile_to_object): Likewise.
354
355 2015-05-16 Doug Evans <xdje42@gmail.com>
356
357 * NEWS: Mention support for unbuffered Guile memory ports.
358 * scm-ports.c (ioscm_memory_port): Update comments on end, size.
359 (ioscm_lseek_address): Improve overflow calculation.
360 (gdbscm_memory_port_fill_input): Add assert.
361 (gdbscm_memory_port_write): Handle unbuffered ports.
362 Handle large writes identical to Guile's fport_write.
363 (gdbscm_memory_port_seek): Fix seeking past end check.
364 (gdbscm_memory_port_close): Handle closing unbuffered port.
365 (ioscm_parse_mode_bits): Recognize "0" for unbuffered ports.
366 (ioscm_init_memory_port): Handle unbuffered ports.
367 (ioscm_reinit_memory_port): Ditto.
368 (ioscm_init_memory_port): Update size calculation.
369 (gdbscm_open_memory): Support zero sized ports.
370
371 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
372
373 * compile/compile-object-load.c (get_out_value_type): Fix uninitialized
374 variable compiler warnings.
375
376 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
377
378 * compile/compile-object-load.c (get_out_value_type): Fix returned type.
379
380 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
381 Phil Muldoon <pmuldoon@redhat.com>
382
383 * NEWS (Changes since GDB 7.9): Add compile print.
384 * compile/compile-c-support.c (add_code_header, add_code_footer)
385 (c_compute_program): Add COMPILE_I_PRINT_ADDRESS_SCOPE and
386 COMPILE_I_PRINT_VALUE_SCOPE.
387 * compile/compile-internal.h (COMPILE_I_PRINT_OUT_ARG_TYPE)
388 (COMPILE_I_PRINT_OUT_ARG, COMPILE_I_EXPR_VAL, COMPILE_I_EXPR_PTR_TYPE):
389 New.
390 * compile/compile-object-load.c: Include block.h.
391 (get_out_value_type): New function.
392 (compile_object_load): Handle COMPILE_I_PRINT_ADDRESS_SCOPE and
393 COMPILE_I_PRINT_VALUE_SCOPE. Set compile_module's OUT_VALUE_ADDR and
394 OUT_VALUE_TYPE.
395 * compile/compile-object-load.h (struct compile_module): Add fields
396 out_value_addr and out_value_type.
397 * compile/compile-object-run.c: Include valprint.h and compile.h.
398 (struct do_module_cleanup): Add fields out_value_addr and
399 out_value_type.
400 (do_module_cleanup): Handle COMPILE_I_PRINT_ADDRESS_SCOPE and
401 COMPILE_I_PRINT_VALUE_SCOPE.
402 (compile_object_run): Propagate out_value_addr and out_value_type.
403 Pass OUT_VALUE_ADDR.
404 * compile/compile.c: Include valprint.h.
405 (compile_print_value, compile_print_command): New functions.
406 (eval_compile_command): Handle failed COMPILE_I_PRINT_ADDRESS_SCOPE.
407 (_initialize_compile): Update compile code help text. Install
408 compile_print_command.
409 * compile/compile.h (compile_print_value): New prototype.
410 * defs.h (enum compile_i_scope_types): Add
411 COMPILE_I_PRINT_ADDRESS_SCOPE and COMPILE_I_PRINT_VALUE_SCOPE.
412
413 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
414
415 * compile/compile-object-load.c (get_regs_type): Add parameter func_sym.
416 Rely on its parameter count.
417 (compile_object_load): Replace lookup_minimal_symbol_text by
418 lookup_global_symbol_from_objfile. Verify FUNC_SYM. Set it in the
419 return value.
420 * compile/compile-object-load.h (struct compile_module): Replace
421 func_addr by func_sym.
422 * compile/compile-object-run.c: Include block.h.
423 (compile_object_run): Reset module variable after it is freed. Use
424 FUNC_SYM instead of FUNC_ADDR. Rely on it.
425
426 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
427
428 * compile/compile-c-support.c (print_one_macro): Use #ifndef.
429 (generate_register_struct): Use __gdb_uintptr for TYPE_CODE_PTR.
430 (c_compute_program): Call generate_register_struct after typedefs.
431 * compile/compile-loc2c.c (push, pushf_register_address)
432 (pushf_register): Cast to GCC_UINTPTR.
433 (do_compile_dwarf_expr_to_c): Use unused attribute. Add space after
434 type. Use GCC_UINTPTR instead of void *. Remove excessive cast.
435 (compile_dwarf_expr_to_c): Use GCC_UINTPTR instead of void *.
436 * compile/compile.c (_initialize_compile): Enable warnings for
437 COMPILE_ARGS.
438
439 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
440
441 * cli/cli-script.c (execute_control_command): Update
442 eval_compile_command caller.
443 * compile/compile-object-load.c (compile_object_load): Add parameters
444 scope and scope_data. Set them.
445 * compile/compile-object-load.h (struct compile_module): Add fields
446 scope and scope_data.
447 (compile_object_load): Add parameters scope and scope_data.
448 * compile/compile-object-run.c (struct do_module_cleanup): Add fields
449 scope and scope_data.
450 (compile_object_run): Propagate the fields scope and scope_data.
451 * compile/compile.c (compile_file_command, compile_code_command):
452 Update eval_compile_command callers.
453 (eval_compile_command): Add parameter scope_data. Pass it plus scope.
454 * compile/compile.h (eval_compile_command): Add parameter scope_data.
455 * defs.h (struct command_line): Add field scope_data.
456
457 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
458
459 * printcmd.c (struct format_data): Move it to valprint.h.
460 (print_command_parse_format, print_value): New functions from ...
461 (print_command_1): ... here. Call them.
462 * valprint.h (struct format_data): Move it here from printcmd.c.
463 (print_command_parse_format, print_value): New declarations.
464
465 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
466
467 * compile/compile-object-load.c (compile_object_load): Add
468 COMPILE_DEBUG message.
469
470 2015-05-15 Jerome Guitton <guitton@adacore.com>
471
472 * ada-lang.c (ada_value_ptr_subscript): Use enum position of
473 index to get element instead of enum value.
474 (ada_value_slice_from_ptr, ada_value_slice): Use enum position
475 of index to compute length, but enum values to compute bounds.
476 (ada_array_length): Use enum position of index instead of enum value.
477 (pos_atr): Move position computation to...
478 (ada_evaluate_subexp): Use enum values to compute bounds.
479 * gdbtypes.c (discrete_position): ...this new function.
480 * gdbtypes.h (discrete_position): New function declaration.
481 * valprint.c (val_print_array_elements): Call discrete_position
482 to handle array indexed by non-contiguous enumeration types.
483
484 2015-05-15 Jerome Guitton <guitton@adacore.com>
485
486 * ada-lang.c (find_parallel_type_by_descriptive_type):
487 Go through typedefs during lookup.
488 (to_fixed_array_type): Add support for non-bit packed arrays
489 as variable-length fields.
490
491 2015-05-15 Pedro Alves <palves@redhat.com>
492 Simon Marchi <simon.marchi@ericsson.com>
493
494 * event-loop.c (gdb_notifier) <next_file_handler,
495 next_poll_fds_index>: New fields.
496 (get_next_file_handler_to_handle_and_advance): New function.
497 (delete_file_handler): If deleting the next file handler to
498 handle, advance to the next file handler.
499 (gdb_wait_for_event): Bail early if no event fired. Poll file
500 handlers in round-robin fashion.
501
502 2015-05-15 Pedro Alves <palves@redhat.com>
503
504 * linux-tdep.c (linux_find_memory_regions_full): Rename local
505 'private' to 'priv'.
506
507 2015-05-15 Pedro Alves <palves@redhat.com>
508
509 * nat/linux-nat.h: Include "target/waitstatus.h".
510
511 2015-05-15 Yuanhui Zhang <asmwarrior@gmail.com>
512
513 * python/py-unwind.c (struct reg_info): Move out of ...
514 (struct cached_frame_info): ... this scope.
515 (pending_frame_object_type, unwind_info_object_type): Make extern.
516
517 2015-05-15 Joel Brobecker <brobecker@adacore.com>
518
519 * ada-lang.c (ada_value_primitive_packed_val): Make sure
520 accumSize is never negative.
521
522 2015-05-14 Patrick Palka <patrick@parcs.ath.cx>
523
524 * tui/tui-command.c: Remove include of <ctype.h>.
525 (tui_dispatch_ctrl_char): Remove workaround for xterm terminals.
526
527 2015-05-13 Martin Galvan <martin.galvan@tallertechnologies.com>
528
529 * dwarf2read.c (die_needs_namespace): Return 1 for
530 DW_TAG_inlined_subroutine.
531
532 2015-05-13 Jan Kratochvil <jan.kratochvil@redhat.com>
533
534 * regcache.c (regcache_cpy_no_passthrough): New declaration.
535 (regcache_cpy_no_passthrough): Make it static, add function comment.
536 * regcache.h (regcache_dup, regcache_cpy): Reduce/update their comment.
537 (regcache_cpy_no_passthrough): Remove declaration.
538
539 2015-05-13 Jan Kratochvil <jan.kratochvil@redhat.com>
540
541 * gdbthread.h (struct thread_control_state): Update comment for
542 proceed_to_finish.
543 * infcall.c (run_inferior_call): Update comment about
544 proceed_to_finish.
545 * infcmd.c (get_return_value): Update comment about stop_registers.
546 (finish_forward): Update comment about proceed_to_finish.
547 * infrun.c (stop_registers): Remove.
548 (clear_proceed_status, normal_stop): Remove stop_registers handling.
549 * infrun.h (stop_registers): Remove.
550
551 2015-05-13 Jan Kratochvil <jan.kratochvil@redhat.com>
552
553 * infcall.c (struct dummy_frame_context_saver)
554 (dummy_frame_context_saver_data_free, dummy_frame_context_saver_dtor)
555 (dummy_frame_context_saver_drop, dummy_frame_context_saver_cleanup)
556 (dummy_frame_context_saver_get_regs, dummy_frame_context_saver_setup):
557 New.
558 (call_function_by_hand_dummy): Move discard_cleanups of
559 inf_status_cleanup before dummy_frame_push. Call
560 dummy_frame_context_saver_setup and prepare context_saver_cleanup.
561 Use dummy_frame_context_saver_get_regs instead of stop_registers.
562 * infcall.h (struct dummy_frame_context_saver)
563 (dummy_frame_context_saver_drop, dummy_frame_context_saver_cleanup)
564 (dummy_frame_context_saver_get_regs, dummy_frame_context_saver_setup):
565 New declarations.
566 * infcmd.c: Include infcall.h.
567 (get_return_value): Add parameter ctx_saver, use it instead of
568 stop_registers.
569 (print_return_value): Add parameter ctx_saver, pass it.
570 (struct finish_command_continuation_args): Add field ctx_saver.
571 (finish_command_continuation): Update print_return_value caller.
572 (finish_command_continuation_free_arg): Free also ctx_saver.
573 (finish_forward): Call dummy_frame_context_saver_setup.
574 * inferior.h (struct dummy_frame_context_saver): New declaration.
575 (get_return_value): Add parameter ctx_saver.
576 * python/py-finishbreakpoint.c (bpfinishpy_pre_stop_hook): Update
577 get_return_value caller.
578
579 2015-05-13 Jan Kratochvil <jan.kratochvil@redhat.com>
580
581 * dummy-frame.c (struct dummy_frame_dtor_list): New.
582 (struct dummy_frame): Replace dtor and dtor_data by dtor_list.
583 (remove_dummy_frame): Process dtor_list.
584 (pop_dummy_frame): Process dtor_list.
585 (register_dummy_frame_dtor): Maintain dtor_list.
586 (find_dummy_frame_dtor): Handle dtor_list.
587 * dummy-frame.h (register_dummy_frame_dtor, find_dummy_frame_dtor):
588 Update comments.
589
590 2015-05-13 Jan Kratochvil <jan.kratochvil@redhat.com>
591
592 * compile/compile-object-run.c (do_module_cleanup): Add parameter
593 registers_valid.
594 (compile_object_run): Update do_module_cleanup caller.
595 * dummy-frame.c: Include infcall.h.
596 (struct dummy_frame): Update dtor comment.
597 (remove_dummy_frame): Call dtor.
598 (pop_dummy_frame): Update dtor caller.
599 * dummy-frame.h (dummy_frame_dtor_ftype): Add parameter
600 registers_valid.
601
602 2015-05-13 Joel Brobecker <brobecker@adacore.com>
603
604 GDB 7.9.1 released.
605
606 2015-05-13 Joel Brobecker <brobecker@adacore.com>
607
608 * NEWS: Create "Changes in GDB 7.9.1" section. Move news about
609 Xmethods now being able to specify a result type to that new
610 sectioin.
611
612 2015-05-13 Patrick Palka <patrick@parcs.ath.cx>
613
614 * tui/tui-win.c (tui_async_resize_screen): Clear win_resized
615 first before resizing the window.
616 * tui/tui.c (tui_enable): Likewise.
617
618 2015-05-13 Jan Kratochvil <jan.kratochvil@redhat.com>
619
620 * dummy-frame.c (struct dummy_frame): Use proper typedef for dtor.
621 * dummy-frame.h (dummy_frame_dtor_ftype): Add its comment.
622 * infcall.c (call_function_by_hand_dummy): Use proper typedef for
623 dummy_dtor parameter.
624 * infcall.h: Include dummy-frame.h.
625 (call_function_by_hand_dummy_dtor_ftype): Remove.
626 (call_function_by_hand_dummy): Use proper typedef for dummy_dtor
627 parameter.
628
629 2015-05-13 Patrick Palka <patrick@parcs.ath.cx>
630
631 PR gdb/17820
632 * top.c (history_size_setshow_var): Change type to signed.
633 Initialize to -2. Update documentation.
634 (set_readline_history_size): Define.
635 (set_history_size_command): Use it. Remove logic for handling
636 out-of-range sizes.
637 (init_history): Use set_readline_history_size(). Test for a
638 value of -2 instead of 0 when determining whether to set a
639 default history size.
640 (init_main): Decode the argument of the "size" command as a
641 zuinteger_unlimited.
642
643 2015-05-12 Doug Evans <dje@google.com>
644
645 * dwarf2read.c (struct file_entry): Tweak comments.
646 (get_debug_line_section): Tweak comments.
647
648 2015-05-12 Don Breazeal <donb@codesourcery.com>
649
650 * NEWS: Announce fork support in the RSP and support
651 for fork debugging in extended mode.
652
653 2015-05-12 Don Breazeal <donb@codesourcery.com>
654
655 * remote.c (remote_insert_fork_catchpoint): New function.
656 (remote_remove_fork_catchpoint): New function.
657 (remote_insert_vfork_catchpoint): New function.
658 (remote_remove_vfork_catchpoint): New function.
659 (pending_fork_parent_callback): New function.
660 (remove_new_fork_child): New function.
661 (remote_update_thread_list): Call remote_notif_get_pending_events
662 and remove_new_fork_child.
663 (extended_remote_kill): Kill fork child when killing the
664 parent before follow_fork completes.
665 (init_extended_remote_ops): Initialize target vector with
666 new fork catchpoint functions.
667
668 2015-05-12 Don Breazeal <donb@codesourcery.com>
669
670 * remote.c (remove_vfork_event_p): New function.
671 (remote_follow_fork): Add vfork event type to event checking.
672 (remote_parse_stop_reply): New stop reasons "vfork" and
673 "vforkdone" for RSP 'T' Stop Reply Packet.
674
675 2015-05-12 Don Breazeal <donb@codesourcery.com>
676
677 * linux-nat.c (linux_nat_ptrace_options): New function.
678 (linux_init_ptrace, wait_lwp, linux_nat_filter_event):
679 Call linux_nat_ptrace_options and use different argument to
680 linux_enable_event_reporting.
681 (_initialize_linux_nat): Delete call to
682 linux_ptrace_set_additional_flags.
683 * nat/linux-ptrace.c (current_ptrace_options): Rename to
684 supported_ptrace_options.
685 (additional_flags): Delete variable.
686 (linux_check_ptrace_features): Use supported_ptrace_options.
687 (linux_test_for_tracesysgood, linux_test_for_tracefork):
688 Likewise, and remove additional_flags check.
689 (linux_enable_event_reporting): Change 'attached' argument to
690 'options'. Use supported_ptrace_options.
691 (ptrace_supports_feature): Change comment. Use
692 supported_ptrace_options.
693 (linux_ptrace_set_additional_flags): Delete function.
694 * nat/linux-ptrace.h (linux_ptrace_set_additional_flags):
695 Delete function prototype.
696 * remote.c (remote_fork_event_p): New function.
697 (remote_detach_pid): New function.
698 (remote_detach_1): Call remote_detach_pid, don't mourn inferior
699 if doing detach-on-fork.
700 (remote_follow_fork): New function.
701 (remote_parse_stop_reply): Handle new "T" stop reason "fork".
702 (remote_pid_to_str): Print "process" strings for pid/0/0 ptids.
703 (init_extended_remote_ops): Initialize to_follow_fork.
704
705 2015-05-12 Don Breazeal <donb@codesourcery.com>
706
707 * nat/linux-ptrace.c (linux_check_ptrace_features): Change
708 from static to extern.
709 * nat/linux-ptrace.h (linux_check_ptrace_features): Declare.
710 * remote.c (anonymous enum): <PACKET_fork_event_feature,
711 * PACKET_vfork_event_feature>: New enumeration constants.
712 (remote_protocol_features): Add table entries for new packets.
713 (remote_query_supported): Add new feature queries to qSupported
714 packet.
715
716 2015-05-12 Gary Benson <gbenson@redhat.com>
717
718 * remote.c (remote_add_inferior): Call exec_file_locate_attach
719 for fake PIDs as well as real ones.
720 (remote_pid_to_exec_file): Send empty annex if PID is fake.
721
722 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
723
724 * NEWS (Python Scripting): Mention the new gdb.Value methods.
725 * python/py-value.c (valpy_reference_value): New function.
726 (valpy_const_value): Likewise.
727 (value_object_methods): Add new methods.
728 * value.c (make_cv_value): New function.
729 * value.h (make_cv_value): Declare.
730
731 2015-05-08 Yao Qi <yao@codesourcery.com>
732 Sandra Loosemore <sandra@codesourcery.com>
733
734 * dwarf2read.c (setup_type_unit_groups): Do NULL pointer check
735 to 'lh->include_dirs' before accessing to it.
736 (psymtab_include_file_name): Likewise.
737 (dwarf_decode_lines_1): Likewise.
738 (dwarf_decode_lines): Likewise.
739 (file_file_name): Likewise.
740
741 2015-05-08 Sandra Loosemore <sandra@codesourcery.com>
742
743 * nios2-linux-tdep.c (NIOS2_SIGRETURN_TRAMP_ADDR): Define.
744 (NIOS2_SIGRETURN_REGSAVE_OFFSET): Define.
745 (nios2_linux_rt_sigreturn_init): Adjust base address of
746 register save area.
747
748 2015-05-08 Sandra Loosemore <sandra@codesourcery.com>
749
750 * nios2-tdep.c (nios2_breakpoint_from_pc): Revert to using
751 "trap 31" as the breakpoint instruction on all targets.
752
753 2015-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
754
755 * infcmd.c (print_return_value): Remove unused declaration.
756
757 2015-05-08 Joel Brobecker <brobecker@adacore.com>
758
759 * dwarf2read.c (attr_to_dynamic_prop)
760 <DW_AT_data_member_location>: Use read_type_die isntead of
761 get_die_type.
762
763 2015-05-08 Joel Brobecker <brobecker@adacore.com>
764
765 * ada-lang.c (ada_convert_actual): Add handling of formals
766 passed inside an aligner type.
767
768 2015-05-08 Joel Brobecker <brobecker@adacore.com>
769
770 * copyright.py (NOT_FSF_LIST): Remove sim/erc32 entries.
771
772 2015-05-08 Siva Chandra Reddy <sivachandra@google.com>
773
774 PR python/18291
775 * python/lib/gdb/command/xmethods.py (print_xm_info): Fix typo.
776 Print xmethod matcher status.
777
778 2015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
779
780 * s390-linux-nat.c (fill_gregset): Avoid relying on the PSWA
781 register in the regcache when treating the PSWM register, and vice
782 versa.
783
784 2015-05-07 Gary Benson <gbenson@redhat.com>
785
786 * linux-thread-db.c (struct thread_db_info)
787 <td_ta_map_id2thr_p>: Remove field.
788 (try_thread_db_load_1): Remove initialization for the above.
789
790 2015-05-07 Gary Benson <gbenson@redhat.com>
791
792 * linux-thread-db.c (struct thread_db_info)
793 <td_thr_validate_p>: Remove field.
794 (try_thread_db_load_1): Remove initialization for the above.
795
796 2015-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
797
798 * compile/compile-object-load.c (compile_object_load): Support
799 mst_text_gnu_ifunc.
800
801 2015-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
802
803 * compile/compile.c (compile_to_object): Make the cmd_string parameter
804 const. Use new variables for the const compatibility.
805 (eval_compile_command): Make the cmd_string parameter const.
806 * compile/compile.h (eval_compile_command): Make the cmd_string
807 parameter const.
808
809 2015-05-06 Joel Brobecker <brobecker@adacore.com>
810
811 * defs.h (deprecated_init_ui_hook): Delete. Remove associated
812 comment.
813 * top.c (deprecated_init_ui_hook): Delete.
814 (gdb_init): Remove handling of deprecated_init_ui_hook.
815 * interps.c (clear_interpreter_hooks): Remove handling of
816 deprecated_init_ui_hook.
817 * main.c (captured_main): Update comment.
818
819 2015-05-06 Joel Brobecker <brobecker@adacore.com>
820
821 * solib.c (_initialize_solib): Add "info dll" alias creation.
822 * windows-nat.c (set_windows_aliases): Delete.
823 (_initialize_windows_nat): Remove deprecated_init_ui_hook
824 assignment.
825 * NEWS: Add news entry about "info dll" now being available
826 on all platforms.
827
828 2015-05-05 Joel Brobecker <brobecker@adacore.com>
829
830 * ada-lang.c (value_assign_to_component): Reformat and improve
831 documentation. Remove all trailing spaces.
832
833 2015-05-05 Joel Brobecker <brobecker@adacore.com>
834
835 * inline-frame.c (inline_frame_sniffer, skip_inline_frames):
836 Stop counting inlined frames as soon as an out-of-line function
837 is found.
838
839 2014-05-05 Pierre-Marie de Rodat <derodat@adacore.com>
840
841 * dwarf2read.c (inherit_abstract_dies): Skip
842 DW_TAG_GNU_call_site dies while inheriting children of an
843 abstract DIE into a scope.
844 (read_lexical_block_scope): Inherit abstract DIE's for
845 lexical scopes.
846
847 2015-05-05 Joel Brobecker <brobecker@adacore.com>
848
849 * ada-valprint.c (val_print_packed_array_elements): Delete
850 variable "len". Add a type-length check when comparing two
851 consecutive elements of the array. Use the element's actual
852 length in call to value_contents_eq.
853 * ada-lang.c (ada_value_primitive_packed_val): Always return
854 a value whose type has been resolved.
855
856 2015-05-05 Joel Brobecker <brobecker@adacore.com>
857
858 * ada-lang.c (ada_value_primitive_packed_val): Recompute
859 BIT_SIZE and LEN if the size of the resolved type is smaller
860 than BIT_SIZE * HOST_CHAR_BIT.
861
862 2015-05-05 Joel Brobecker <brobecker@adacore.com>
863
864 * ada-lang.c (ada_value_primitive_packed_val): Use a more
865 correct address in call to value_at. Adjust call to
866 value_address accordingly.
867
868 2015-05-05 Joel Brobecker <brobecker@adacore.com>
869
870 * ada-valprint.c (ada_val_print_1): Resolve TYPE before trying
871 to print it.
872
873 2015-05-05 Joel Brobecker <brobecker@adacore.com>
874
875 * dwarf2loc.h (struct property_addr_info): Add "valaddr" field.
876 * dwarf2loc.c (dwarf2_evaluate_property): Add handling of
877 pinfo->valaddr.
878 * gdbtypes.h (resolve_dynamic_type): Add "valaddr" parameter.
879 * gdbtypes.c (resolve_dynamic_struct): Set pinfo.valaddr.
880 (resolve_dynamic_type_internal): Set pinfo.valaddr.
881 Add handling of addr_stack->valaddr.
882 (resolve_dynamic_type): Add "valaddr" parameter.
883 Set pinfo.valaddr field.
884 * ada-lang.c (ada_discrete_type_high_bound): Update call to
885 resolve_dynamic_type.
886 (ada_discrete_type_low_bound): Likewise.
887 * findvar.c (default_read_var_value): Likewise.
888 * value.c (value_from_contents_and_address): Likewise.
889
890 2015-05-05 Joel Brobecker <brobecker@adacore.com>
891
892 * gdbtypes.c (resolve_dynamic_array): Use
893 create_array_type_with_stride instead of create_array_type.
894
895 2015-04-30 DJ Delorie <dj@redhat.com>
896
897 * rl78-tdep.c (rl78_analyze_prologue): Pass RL78_ISA_DEFAULT to
898 rl78_decode_opcode
899
900 2015-04-29 Doug Evans <dje@google.com>
901
902 PR python/18285
903 * NEWS: Document new gdb.XMethodWorker.get_result_type method.
904 * eval.c (evaluate_subexp_standard) <OP_FUNCALL>: Handle
905 EVAL_AVOID_SIDE_EFFECTS for xmethods.
906 * extension-priv.h (struct extension_language_ops)
907 <get_xmethod_result_type>: New member.
908 * extension.c (get_xmethod_result_type): New function.
909 * extension.h (get_xmethod_result_type): Declare.
910 * python/py-xmethods.c (get_result_type_method_name): New static
911 global.
912 (py_get_result_type_method_name): Ditto.
913 (gdbpy_get_xmethod_result_type): New function.
914 (gdbpy_initialize_xmethods): Initialize py_get_result_type_method_name.
915 * python/python-internal.h (gdbpy_get_xmethod_result_type): Declare.
916 * python/python.c (python_extension_ops): Add
917 gdbpy_get_xmethod_result_type.
918 * python/lib/gdb/xmethod.py (XMethodWorker): Add get_result_type.
919 * valarith.c (value_x_binop): Handle EVAL_AVOID_SIDE_EFFECTS for
920 xmethods.
921 (value_x_unop): Ditto.
922 * value.c (result_type_of_xmethod): New function.
923 * value.h (result_type_of_xmethod): Declare.
924
925 2015-04-29 Gary Benson <gbenson@redhat.com>
926
927 * solib.c (solib_find_1): Allow fd argument to be NULL.
928 (exec_file_find): Update comment.
929 (solib_find): Likewise.
930 * exec.c (exec_file_locate_attach): Use NULL as fd
931 argument to exec_file_find to avoid having to close
932 the opened file.
933 * infrun.c (follow_exec): Likewise.
934
935 2015-04-28 Doug Evans <dje@google.com>
936
937 PR python/18299
938 * python/lib/gdb/printing.py (register_pretty_printer): Handle
939 name or __name__ attributes. Handle gdb module as first argument.
940
941 2015-04-28 Doug Evans <dje@google.com>
942
943 PR python/18089
944 * python/py-prettyprint.c (print_children): Verify result of children
945 iterator. Provide better error message.
946 * python/python-internal..h (gdbpy_print_python_errors_p): Declare.
947 * python/python.c (gdbpy_print_python_errors_p): New function.
948
949 2015-04-28 Doug Evans <dje@google.com>
950
951 * gdbtypes.h (struct cplus_struct_type) <n_baseclasses>: Fix comment.
952
953 2015-04-28 Sasha Smundak <asmundak@google.com>
954
955 * NEWS: Mention gdb.Type.optimized_out method.
956 * python/py-type.c (typy_optimized_out): New function.
957
958 2015-04-28 John Baldwin <jhb@FreeBSD.org>
959
960 * fbsd-nat.c: Include "gdb_wait.h" instead of <sys/wait.h>.
961
962 2015-04-28 Patrick Palka <patrick@parcs.ath.cx>
963
964 * utils.c (init_page_info): Set rl_catch_sigwinch to zero.
965 (initialize_utils): Move call of init_page_info() to ...
966 * top.c (gdb_init): ... here.
967
968 2015-04-28 Patrick Palka <patrick@parcs.ath.cx>
969
970 * tui/tui-win.c (tui_sigwinch_handler): Remove now-stale comment.
971 (tui_sigwinch_handler): Still update our idea of
972 the terminal's width and height even when TUI is not active.
973
974 2015-04-28 Patrick Palka <patrick@parcs.ath.cx>
975
976 * utils.h (set_screen_width_and_height): Declare.
977 * utils.c (set_screen_width_and_height): Define.
978 * tui/tui-win.c (tui_update_gdb_sizes): Use it.
979
980 2015-04-28 Gary Benson <gbenson@redhat.com>
981
982 * infrun.c (solist.h): New include.
983 (follow_exec): Use exec_file_find to prefix execd_pathname
984 with gdb_sysroot.
985
986 2015-04-28 Patrick Palka <patrick@parcs.ath.cx>
987
988 * tui/tui-source.c (tui_set_source_content): Avoid calling
989 strcpy() when offset is 0.
990
991 2015-04-28 Patrick Palka <patrick@parcs.ath.cx>
992
993 PR gdb/18155
994 * tui/tui-data.c (tui_free_window): Don't free the locator
995 window when passed an SRC_WIN or a DISASSEM_WIN.
996
997 2015-04-28 Patrick Palka <patrick@parcs.ath.cx>
998
999 * tui/tui-data.h (struct tui_win_element): Forward-declare.
1000 (tui_win_content): Move declaration.
1001 (struct tui_gen_win_info): Give 'content' field the
1002 type tui_win_content.
1003 * tui/tui-data.c (init_content_element): Remove redundant and
1004 erroneous casts.
1005 (tui_add_content_elements): Remove erroneous cast.
1006 * tui/tui-disasm.c (tui_set_disassem_content): Remove redundant
1007 casts.
1008 (tui_get_begin_asm_address): Likewise.
1009 * tui/tui-regs.c (tui_show_registers): Likewise.
1010 (tui_show_register_group): Likewise.
1011 (tui_display_registers_from): Likewise.
1012 (tui_check_register_values): Likewise.
1013 * tui/tui-source.c (tui_set_source_content): Likewise.
1014 (tui_set_source_content_nil): Likewise.
1015 (tui_source_is_displayed): Likewise.
1016 * tui/tui-stack.c (tui_show_locator_content): Likewise.
1017 (tui_set_locator_fullname): Likewise.
1018 (tui_set_locator_info): Likewise.
1019 (tui_show_frame_info): Likewise.
1020 * tui/tui-winsource.c (tui_clear_source_content): Likewise.
1021 (tui_show_source_line): Likewise.
1022 (tui_horizontal_source_scroll): Likewise.
1023 (tui_update_breakpoint_info): Likewise.
1024 (tui_set_exec_info_content): Likewise.
1025 (tui_show_exec_info_content): Likewise.
1026 (tui_alloc_source_buffer): Likewise.
1027 (tui_line_is_displayed): Likewise.
1028 (tui_addr_is_displayed): Likewise.
1029
1030 2015-04-27 John Baldwin <jhb@FreeBSD.org>
1031
1032 * fbsd-nat.c: (fbsd_wait) [PL_FLAG_EXEC]: Report TARGET_WAITKIND_EXECD
1033 event if PL_FLAG_EXEC is set.
1034 [PL_FLAG_EXEC] (fbsd_insert_exec_catchpoint): New function.
1035 [PL_FLAG_EXEC] (fbsd_remove_exec_catchpoint): New function.
1036 (fbsd_nat_add_target) [PL_FLAG_EXEC]: Set
1037 "to_insert_exec_catchpoint" to "fbsd_insert_exec_catchpoint".
1038 Set "to_remove_exec_catchpoint" to "fbsd_remove_exec_catchpoint".
1039
1040 2015-04-27 John Baldwin <jhb@FreeBSD.org>
1041
1042 * fbsd-nat.c: [PT_LWPINFO] New variable super_wait.
1043 [TDP_RFPPWAIT] New variable fbsd_pending_children.
1044 [TDP_RFPPWAIT] (fbsd_remember_child): New function.
1045 [TDP_RFPPWAIT] (fbsd_is_child_pending): New function.
1046 [TDP_RFPPWAIT] (fbsd_fetch_kinfo_proc): New function.
1047 [PT_LWPINFO] (fbsd_wait): New function.
1048 [TDP_RFPPWAIT] (fbsd_follow_fork): New function.
1049 [TDP_RFPPWAIT] (fbsd_insert_fork_catchpoint): New function.
1050 [TDP_RFPPWAIT] (fbsd_remove_fork_catchpoint): New function.
1051 [TDP_RFPPWAIT] (fbsd_insert_vfork_catchpoint): New function.
1052 [TDP_RFPPWAIT] (fbsd_remove_vfork_catchpoint): New function.
1053 [TDP_RFPPWAIT] (fbsd_enable_follow_fork): New function.
1054 [TDP_RFPPWAIT] (fbsd_post_startup_inferior): New function.
1055 [TDP_RFPPWAIT] (fbsd_post_attach): New function.
1056 (fbsd_nat_add_target) [PT_LWPINFO] Set "to_wait" to
1057 "fbsd_wait".
1058 [TDP_RFPPWAIT] Set "to_follow_fork" to "fbsd_follow_fork".
1059 Set "to_insert_fork_catchpoint" to "fbsd_insert_fork_catchpoint".
1060 Set "to_remove_fork_catchpoint" to "fbsd_remove_fork_catchpoint".
1061 Set "to_insert_vfork_catchpoint" to "fbsd_insert_vfork_catchpoint".
1062 Set "to_remove_vfork_catchpoint" to "fbsd_remove_vfork_catchpoint".
1063 Set "to_post_startup_inferior" to "fbsd_post_startup_inferior".
1064 Set "to_post_attach" to "fbsd_post_attach".
1065
1066 2015-04-27 John Baldwin <jhb@FreeBSD.org>
1067
1068 * fbsd-nat.c (fbsd_pid_to_exec_file): Mark static.
1069 (fbsd_find_memory_regions): Mark static.
1070 (fbsd_nat_add_target): New function.
1071 * fbsd-nat.h: Export fbsd_nat_add_target and remove prototypes for
1072 fbsd_pid_to_exec_file and fbsd_find_memory_regions.
1073 * amd64fbsd-nat.c (_initialize_amd64fbsd_nat): Use fbsd_nat_add_target.
1074 * i386fbsd-nat.c (_initialize_i386fbsd_nat): Likewise.
1075 * ppcfbsd-nat.c (_initialize_ppcfbsd_nat): Likewise.
1076 * sparc64fbsd-nat.c (_initialize_sparc64fbsd_nat): Likewise.
1077
1078 2015-04-27 Gary Benson <gbenson@redhat.com>
1079
1080 * objfiles.c (allocate_objfile): Do not attempt to expand name
1081 if name is a "target:" filename.
1082 * auto-load.c (load_auto_scripts_for_objfile): Do not attempt
1083 to load auto-load scripts for objfiles with "target:" filenames.
1084
1085 2015-04-27 Andreas Arnez <arnez@linux.vnet.ibm.com>
1086
1087 * s390-linux-tdep.c: Include "elf/s390.h" and "elf-bfd.h".
1088 (enum s390_vector_abi_kind): New enum.
1089 (struct gdbarch_tdep)<vector_abi>: New field.
1090 (s390_effective_inner_type): Add parameter min_size. Stop
1091 unwrapping if the inner type is smaller than min_size.
1092 (s390_function_arg_float): Adjust call to
1093 s390_effective_inner_type.
1094 (s390_function_arg_vector): New function.
1095 (s390_function_arg_integer): Adjust comment.
1096 (struct s390_arg_state)<vr>: New field.
1097 (s390_handle_arg): Add parameter 'is_unnamed'. Pass vector
1098 arguments according to vector ABI when appropriate.
1099 (s390_push_dummy_call): Initialize the argument state's field
1100 'vr'. Adjust calls to s390_handle_arg.
1101 (s390_register_return_value): Handle vector return values.
1102 (s390_return_value): Apply the "register" return value convention
1103 to a vector when appropriate.
1104 (s390_gdbarch_init): Initialize tdep->vector_abi.
1105 * NEWS: Announce S390 vector ABI support.
1106
1107 2015-04-27 Andreas Arnez <arnez@linux.vnet.ibm.com>
1108
1109 * s390-linux-tdep.c (s390_return_value_convention): Remove
1110 function. Inline its logic...
1111 (s390_return_value): ...here. Instead, move the handling of the
1112 "register" return value convention...
1113 (s390_register_return_value): ...here. New function.
1114
1115 2015-04-27 Andreas Arnez <arnez@linux.vnet.ibm.com>
1116
1117 * s390-linux-tdep.c
1118 (is_float_singleton): Remove function. Move the "singleton" part
1119 of the logic...
1120 (s390_effective_inner_type): ...here. New function.
1121 (is_float_like): Remove function. Inline its logic...
1122 (s390_function_arg_float): ...here.
1123 (is_pointer_like, is_integer_like, is_struct_like): Remove
1124 functions. Inline their logic...
1125 (s390_function_arg_integer): ...here.
1126 (s390_function_arg_pass_by_reference): Remove function.
1127 (extend_simple_arg): Remove function.
1128 (alignment_of): Remove function.
1129 (struct s390_arg_state): New structure.
1130 (s390_handle_arg): New function.
1131 (s390_push_dummy_call): Move parameter placement logic to the new
1132 function s390_handle_arg. Call it for calculating the stack area
1133 sizes first, and again for actually writing the parameters.
1134
1135 2015-04-27 Andreas Arnez <arnez@linux.vnet.ibm.com>
1136
1137 * s390-linux-tdep.c (is_power_of_two): Add comment. Return
1138 false if the argument is zero.
1139
1140 2015-04-27 Pierre-Marie de Rodat <derodat@adacore.com>
1141
1142 * ada-lang.c (template_to_static_fixed_type): Return input type
1143 when it is already fixed. Cache the input type itself when not
1144 creating a static fixed copy. Make it explicit that we never
1145 molestate the input type.
1146 * gdbtypes.c (resolve_dynamic_struct): Reset the
1147 TYPE_TARGET_TYPE field for resolved copies.
1148
1149 2015-04-27 Joel Brobecker <brobecker@adacore.com>
1150
1151 * ada-lang.c (ada_is_tagged_type): Add call to ada_check_typedef.
1152 (ada_lookup_struct_elt_type): Remove calls to ada_check_typedef.
1153 (template_to_static_fixed_type): Call ada_check_typedef only
1154 when necessary.
1155
1156 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
1157
1158 * cli/cli-dump.c (srec_dump_command): Add internationalization
1159 mark ups.
1160 (ihex_dump_command): Likewise.
1161 (tekhex_dump_command): Likewise.
1162 (binary_dump_command): Likewise.
1163 (binary_append_command): Likewise.
1164
1165 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
1166
1167 * cli/cli-dump.c (verilog_cmdlist): New variable.
1168 (dump_verilog_memory): New function.
1169 (dump_verilog_value): New function.
1170 (verilog_dump_command): New function.
1171 (_initialize_cli_dump): Add new commands to support verilog dump
1172 format.
1173 * NEWS: Add entry for "dump verilog".
1174
1175 2015-04-24 Pierre-Marie de Rodat <derodat@adacore.com>
1176
1177 * gdbtypes.c (print_gnat_stuff): Do not recurse on the
1178 descriptive type when there is none.
1179
1180 2015-04-23 Patrick Palka <patrick@parcs.ath.cx>
1181
1182 * tui/tui-win.c (tui_async_resize_screen): Call
1183 rl_resize_terminal().
1184
1185 2015-04-22 Jon Turney <jon.turney@dronecode.org.uk>
1186
1187 * windows-nat.c (handle_output_debug_string): Don't change
1188 current_event.dwThreadId.
1189 (get_windows_debug_event): Use thread_id, rather than relying on
1190 current_event.dwThreadId being changed.
1191
1192 2015-04-22 Jon Turney <jon.turney@dronecode.org.uk>
1193
1194 * windows-nat.c (windows_continue): Report an error if
1195 ContinueDebugEvent() fails.
1196
1197 2015-04-16 Jon Turney <jon.turney@dronecode.org.uk>
1198
1199 * windows-nat.c (windows_resume): Fix misspelling in debug output.
1200
1201 2015-04-16 Jon Turney <jon.turney@dronecode.org.uk>
1202
1203 * windows-nat.c (get_windows_debug_event): Replace retval with
1204 thread_id throughout. Update stale comment.
1205
1206 2015-04-16 Jon Turney <jon.turney@dronecode.org.uk>
1207
1208 * windows-nat.c (get_windows_debug_event): Don't use ternary
1209 conditional operator.
1210
1211 2015-04-21 Pierre Muller <muller@sourceware.org>
1212
1213 PR pascal/17815
1214 p-exp.y (yylex): Reorganize code to return the matched pattern
1215 for a field of this.
1216
1217 2015-04-21 Gary Benson <gbenson@redhat.com>
1218
1219 * common/fileio.h (fileio_to_host_openflags): New declaration.
1220 * common/fileio.c (fcntl.h): New include.
1221 (fileio_to_host_openflags): New function, factored out from...
1222 * inf-child.c (inf_child_fileio_open_flags_to_host): ...here.
1223 Single use updated.
1224
1225 2015-04-21 Kevin Buettner <kevinb@redhat.com>
1226
1227 * rl78-tdep.c (RL78_SP_ADDR): Define.
1228 (opc_reg_to_gdb_regnum): New static function.
1229 (rl78_analyze_prologue): Recognize instructions forming slightly
1230 more interesting prologues.
1231
1232 2015-04-20 Pierre-Marie de Rodat <derodat@adacore.com>
1233
1234 Revert:
1235 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
1236 * gdbtypes.c (is_dynamic_type_internal): Remove special handling of
1237 TYPE_CODE_REF types so that they are not considered as dynamic
1238 depending on the referenced type.
1239 (resolve_dynamic_type_internal): Likewise.
1240
1241 2015-04-20 Pierre-Marie de Rodat <derodat@adacore.com>
1242
1243 Revert:
1244 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
1245 * gdbtypes.c (is_dynamic_type_internal): Remove the unused
1246 "top_level" parameter.
1247 (resolve_dynamic_type_internal): Remove the unused "top_level"
1248 parameter. Update call to is_dynamic_type_internal.
1249 (is_dynamic_type): Update call to is_dynamic_type_internal.
1250 (resolve_dynamic_range): Update call to
1251 resolve_dynamic_type_internal.
1252 (resolve_dynamic_union): Likewise.
1253 (resolve_dynamic_struct): Likewise.
1254 (resolve_dynamic_type): Likewise.
1255
1256 2015-04-19 Gabriel Krisman Bertazi <gabriel@krisman.be>
1257
1258 * breakpoint.c (update_dprintf_command_list): Remove duplicated
1259 xmalloc.
1260
1261 2015-04-20 Thomas Schwinge <thomas@codesourcery.com>
1262
1263 * reply_mig_hack.awk: Robustify parsing.
1264
1265 * reply_mig_hack.awk: Don't bother to declare an intermediate
1266 function pointer variable.
1267
1268 2015-04-17 Doug Evans <dje@google.com>
1269
1270 * solib-svr4.c (svr4_exec_displacement): Rename outer "displacement"
1271 to "exec_displacement" to avoid confusion with inner use of the name.
1272
1273 2015-04-17 Pedro Alves <palves@redhat.com>
1274
1275 * arm-linux-nat.c (arm_linux_can_use_hw_breakpoint): Return zero
1276 if HW point of TYPE isn't supported.
1277
1278 2015-04-17 Yao Qi <yao.qi@linaro.org>
1279 Pedro Alves <palves@redhat.com>
1280
1281 * target.h (target_can_use_hardware_watchpoint): Update comments.
1282 Remove trailing ";".
1283
1284 2015-04-17 Gary Benson <gbenson@redhat.com>
1285
1286 * remote.c (remote_add_inferior): New argument try_open_exec.
1287 If nonzero, attempt to open the inferior's executable file as
1288 the main executable if no main executable is open already.
1289 All callers updated.
1290 * NEWS: Mention that GDB now supports automatic location and
1291 retrieval of executable + files from remote targets.
1292
1293 2015-04-17 Gary Benson <gbenson@redhat.com>
1294
1295 * target.h (TARGET_OBJECT_EXEC_FILE): New enum value.
1296 * remote.c (PACKET_qXfer_exec_file): Likewise.
1297 (remote_protocol_features): Register the
1298 "qXfer:exec-file:read" feature.
1299 (remote_xfer_partial): Handle TARGET_OBJECT_EXEC_FILE.
1300 (remote_pid_to_exec_file): New function.
1301 (init_remote_ops): Initialize to_pid_to_exec_file.
1302 (_initialize_remote): Register new "set/show remote
1303 pid-to-exec-file-packet" command.
1304 * NEWS: Announce new qXfer:exec-file:read packet.
1305
1306 2015-04-17 Gary Benson <gbenson@redhat.com>
1307
1308 * nat/linux-procfs.h (linux_proc_pid_to_exec_file):
1309 New declaration.
1310 * nat/linux-procfs.c (linux_proc_pid_to_exec_file):
1311 New function, factored out from...
1312 * linux-nat.c (linux_child_pid_to_exec_file): ...here.
1313
1314 2015-04-17 Gary Benson <gbenson@redhat.com>
1315
1316 * exec.c (solist.h): New include.
1317 (exec_file_locate_attach): Prefix absolute executable
1318 paths with gdb_sysroot if set.
1319 * NEWS: Mention that executable paths may be prepended
1320 with sysroot.
1321
1322 2015-04-17 Gary Benson <gbenson@redhat.com>
1323
1324 * solist.h (exec_file_find): New declaration.
1325 * solib.c (solib_find_1): New function, factored out from...
1326 (solib_find): ...here.
1327 (exec_file_find): New function.
1328
1329 2015-04-17 Gary Benson <gbenson@redhat.com>
1330
1331 * gdbcore.h (exec_file_locate_attach): New declaration.
1332 * exec.c (exec_file_locate_attach): New function, factored
1333 out from...
1334 * infcmd.c (attach_command_post_wait): ...here.
1335
1336 2015-04-17 Mike Frysinger <vapier@gentoo.org>
1337
1338 * MAINTAINERS: Add myself for Blackfin/write-after-approval.
1339
1340 2015-04-16 Yao Qi <yao.qi@linaro.org>
1341
1342 * infrun.c (maybe_software_singlestep): Declare.
1343 (displaced_step_fixup): Call maybe_software_singlestep.
1344
1345 2015-04-15 Doug Evans <dje@google.com>
1346
1347 * psymtab.c (psym_expand_symtabs_matching): Add QUIT call.
1348
1349 2015-04-15 Doug Evans <dje@google.com>
1350
1351 * dwarf2read.c (dw2_expand_symtabs_matching): Add some QUIT calls.
1352
1353 2015-04-15 Simon Marchi <simon.marchi@ericsson.com>
1354
1355 * python/lib/gdb/command/unwinders.py: Add parentheses.
1356
1357 2015-04-15 Yao Qi <yao.qi@linaro.org>
1358
1359 * arm-linux-tdep.c (arm_linux_copy_svc): Update debug message.
1360
1361 2015-04-15 Yao Qi <yao.qi@linaro.org>
1362
1363 * arm-linux-tdep.c (arm_linux_copy_svc): Fix indentation.
1364
1365 2015-04-15 Yao Qi <yao.qi@linaro.org>
1366
1367 * arm-linux-tdep.c (arm_linux_cleanup_svc): Use
1368 dsc->insn_size instead of 4.
1369
1370 2015-04-14 Gary Benson <gbenson@redhat.com>
1371
1372 * jit.c (mem_bfd_iovec_stat): Zero supplied buffer.
1373 * minidebug.c (lzma_stat): Likewise.
1374 * solib-spu.c (spu_bfd_iovec_stat): Likewise.
1375 * spu-linux-nat.c (spu_bfd_iovec_stat): Likewise.
1376
1377 2015-04-13 Stan Shebs <stanshebs@google.com>
1378
1379 * MAINTAINERS: Update my email address.
1380
1381 2015-04-13 John Baldwin <jhb@FreeBSD.org>
1382
1383 * amd64-tdep.c (amd64_target_description): New function.
1384 * amd64-tdep.h: Export amd64_target_description and tdesc_amd64.
1385 * amd64bsd-nat.c [PT_GETXSTATE_INFO]: New variable amd64bsd_xsave_len.
1386 (amd64bsd_fetch_inferior_registers) [PT_GETXSTATE_INFO]: Handle
1387 x86 extended save area.
1388 (amd64bsd_store_inferior_registers) [PT_GETXSTATE_INFO]: Likewise.
1389 * amd64bsd-nat.h: Export amd64bsd_xsave_len.
1390 * amd64fbsd-nat.c (amd64fbsd_read_description): New function.
1391 (_initialize_amd64fbsd_nat): Set "to_read_description" to
1392 "amd64fbsd_read_description".
1393 * amd64fbsd-tdep.c (amd64fbsd_core_read_description): New function.
1394 (amd64fbsd_supply_xstateregset): New function.
1395 (amd64fbsd_collect_xstateregset): New function.
1396 Add "amd64fbsd_xstateregset".
1397 (amd64fbsd_iterate_over_regset_sections): New function.
1398 (amd64fbsd_init_abi): Set "xsave_xcr0_offset" to
1399 "I386_FBSD_XSAVE_XCR0_OFFSET".
1400 Add "iterate_over_regset_sections" gdbarch method.
1401 Add "core_read_description" gdbarch method.
1402 * i386-tdep.c (i386_target_description): New function.
1403 * i386-tdep.h: Export i386_target_description and tdesc_i386.
1404 * i386bsd-nat.c [PT_GETXSTATE_INFO]: New variable i386bsd_xsave_len.
1405 (i386bsd_fetch_inferior_registers) [PT_GETXSTATE_INFO]: Handle
1406 x86 extended save area.
1407 (i386bsd_store_inferior_registers) [PT_GETXSTATE_INFO]: Likewise.
1408 * i386bsd-nat.h: Export i386bsd_xsave_len.
1409 * i386fbsd-nat.c (i386fbsd_read_description): New function.
1410 (_initialize_i386fbsd_nat): Set "to_read_description" to
1411 "i386fbsd_read_description".
1412 * i386fbsd-tdep.c (i386fbsd_core_read_xcr0): New function.
1413 (i386fbsd_core_read_description): New function.
1414 (i386fbsd_supply_xstateregset): New function.
1415 (i386fbsd_collect_xstateregset): New function.
1416 Add "i386fbsd_xstateregset".
1417 (i386fbsd_iterate_over_regset_sections): New function.
1418 (i386fbsd4_init_abi): Set "xsave_xcr0_offset" to
1419 "I386_FBSD_XSAVE_XCR0_OFFSET".
1420 Add "iterate_over_regset_sections" gdbarch method.
1421 Add "core_read_description" gdbarch method.
1422 * i386fbsd-tdep.h: New file.
1423
1424 2015-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1425
1426 * NEWS (Changes since GDB 7.9): Add removed -xdb.
1427 * breakpoint.c (command_line_is_silent): Remove xdb_commands
1428 conditional.
1429 (_initialize_breakpoint): Remove xdb_commands for bc, ab, sb, db, ba
1430 and lb.
1431 * cli/cli-cmds.c (_initialize_cli_cmds): Remove xdb_commands for v and
1432 va.
1433 * cli/cli-decode.c (find_command_name_length): Remove xdb_commands
1434 conditional.
1435 * defs.h (xdb_commands): Remove declaration.
1436 * f-valprint.c (_initialize_f_valprint): Remove xdb_commands for lc.
1437 * guile/scm-cmd.c (command_classes): Remove xdb from comment.
1438 * infcmd.c (run_no_args_command, go_command): Remove.
1439 (_initialize_infcmd): Remove xdb_commands for S, go, g, R and lr.
1440 * infrun.c (xdb_handle_command): Remove.
1441 (_initialize_infrun): Remove xdb_commands for lz and z.
1442 * main.c (xdb_commands): Remove variable.
1443 (captured_main): Remove "xdb" from long_options.
1444 (print_gdb_help): Remove --xdb from help.
1445 * python/py-cmd.c (gdbpy_initialize_commands): Remove xdb from comment.
1446 * source.c (_initialize_source): Remove xdb_commands for D, ld, / and ?.
1447 * stack.c (backtrace_full_command, args_plus_locals_info)
1448 (current_frame_command): Remove.
1449 (_initialize_stack): Remove xdb_commands for t, T and l.
1450 * symtab.c (_initialize_symtab): Remove xdb_commands for lf and lg.
1451 * thread.c (_initialize_thread): Remove xdb_commands condition.
1452 * tui/tui-layout.c (tui_toggle_layout_command)
1453 (tui_toggle_split_layout_command, tui_handle_xdb_layout): Remove.
1454 (_initialize_tui_layout): Remove xdb_commands for td and ts.
1455 * tui/tui-regs.c (tui_scroll_regs_forward_command)
1456 (tui_scroll_regs_backward_command): Remove.
1457 (_initialize_tui_regs): Remove xdb_commands for fr, gr, sr, +r and -r.
1458 * tui/tui-win.c (tui_xdb_set_win_height_command): Remove.
1459 (_initialize_tui_win): Remove xdb_commands for U and w.
1460 * utils.c (pagination_on_command, pagination_off_command): Remove.
1461 (initialize_utils): Remove xdb_commands for am and sm.
1462
1463 2015-04-10 Pedro Alves <palves@redhat.com>
1464
1465 * infrun.c (displaced_step_fixup): Switch to the event ptid
1466 earlier. If the thread stopped for a watchpoint and the
1467 target/arch has non-continuable watchpoints, cancel the displaced
1468 step.
1469 (resume): Don't start a displaced step if in-line step-over info
1470 is valid.
1471
1472 2015-04-10 Pedro Alves <palves@redhat.com>
1473
1474 * infrun.c (displaced_step_in_progress): New function.
1475 (do_target_resume): Advise target to report all signals if
1476 displaced stepping.
1477
1478 2015-04-10 Pedro Alves <palves@redhat.com>
1479
1480 PR gdb/18216
1481 * infrun.c (process_event_stop_test): Don't assume a step-resume
1482 is set if tp->stepped_breakpoint is true.
1483
1484 2015-04-10 Yao Qi <yao.qi@linaro.org>
1485
1486 * arm-tdep.c (install_alu_reg): Update comment.
1487 (thumb_copy_alu_reg): Remove local variable rn. Update
1488 debugging message. Use r2 instead of r1 in the modified
1489 instruction.
1490
1491 2015-04-10 Pedro Alves <palves@redhat.com>
1492
1493 PR gdb/13858
1494 * amd64-linux-tdep.c (amd64_linux_init_abi_common): Install
1495 linux_displaced_step_location as gdbarch_displaced_step_location
1496 hook.
1497 * arm-linux-tdep.c (arm_linux_init_abi): Likewise.
1498 * i386-linux-tdep.c (i386_linux_init_abi): Likewise.
1499 * linux-tdep.c (linux_displaced_step_location): New function,
1500 based on ppc_linux_displaced_step_location.
1501 * linux-tdep.h (linux_displaced_step_location): New declaration.
1502 * ppc-linux-tdep.c (ppc_linux_entry_point_addr): Delete.
1503 (ppc_linux_inferior_created, ppc_linux_displaced_step_location):
1504 Delete.
1505 (ppc_linux_init_abi): Install linux_displaced_step_location as
1506 gdbarch_displaced_step_location hook, even without Cell/B.E..
1507 (_initialize_ppc_linux_tdep): Don't install
1508 ppc_linux_inferior_created as inferior_created observer.
1509 * s390-linux-tdep.c (s390_gdbarch_init): Install
1510 linux_displaced_step_location as gdbarch_displaced_step_location
1511 hook.
1512
1513 2015-04-09 Gary Benson <gbenson@redhat.com>
1514
1515 * common/common-remote-fileio.h: Rename to...
1516 * common/fileio.h: ...this. Update all references.
1517 (remote_fileio_to_fio_error): Rename to...
1518 (host_to_fileio_error): ...this.
1519 (remote_fileio_to_be): Rename to...
1520 (host_to_bigendian): ...this. Update all callers.
1521 (remote_fileio_to_fio_uint): Rename to...
1522 (host_to_fileio_uint): ...this. Update all callers.
1523 (remote_fileio_to_fio_time): Rename to...
1524 (host_to_fileio_time): ...this. Update all callers.
1525 (remote_fileio_to_fio_stat): Rename to...
1526 (host_to_fileio_stat): ...this.
1527 Update all references.
1528 * common/common-remote-fileio.c: Rename to...
1529 * common/fileio.c: ...this. Update all references.
1530 (remote_fileio_to_fio_error): Rename to...
1531 (host_to_fileio_error): ...this. Update all callers.
1532 (remote_fileio_mode_to_target): Rename to...
1533 (fileio_mode_pack): ...this. Update all callers.
1534 (remote_fileio_to_fio_mode): Rename to...
1535 (host_to_fileio_mode): ...this. Update all callers.
1536 (remote_fileio_to_fio_ulong): Rename to...
1537 (host_to_fileio_ulong): ...this. Update all callers.
1538 (remote_fileio_to_fio_stat): Rename to...
1539 (host_to_fileio_stat): ...this. Update all callers.
1540
1541 2015-04-09 Andy Wingo <wingo@igalia.com>
1542
1543 * guile/scm-frame.c (gdbscm_frame_read_register): New function.
1544 (frame_functions): Bind gdbscm_frame_read_register to
1545 frame-read-register.
1546 * guile/lib/gdb.scm (frame-read-register): Export.
1547
1548 2015-04-09 Gary Benson <gbenson@redhat.com>
1549
1550 * common/common-remote-fileio.h (remote_fileio_to_fio_error):
1551 New declaration.
1552 * common/common-remote-fileio.c (remote_fileio_to_fio_error):
1553 New function, factored out the named functions below.
1554 * inf-child.c (gdb/fileio.h): Remove include.
1555 (common-remote-fileio.h): New include.
1556 (inf_child_errno_to_fileio_error): Remove function. Update
1557 all callers to use remote_fileio_to_fio_error.
1558 * remote-fileio.c (remote_fileio_errno_to_target): Likewise.
1559
1560 2015-04-09 Andy Wingo <wingo@igalia.com>
1561
1562 * MAINTAINERS (Write After Approval): Add Andy Wingo.
1563
1564 2015-04-09 H.J. Lu <hongjiu.lu@intel.com>
1565
1566 * acinclude.m4: (GDB_AC_CHECK_BFD): Set ZLIBDIR with $zlibdir.
1567 Replace $zlibdir with $ZLIBDIR in LDFLAGS.
1568 * configure: Regenerated.
1569
1570 2015-04-09 Pedro Alves <palves@redhat.com>
1571
1572 * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add strtok_r.
1573 * gnulib/Makefile.in (aclocal_m4_deps): Add import/m4/strtok_r.m4.
1574 * gnulib/configure, gnulib/config.in, gnulib/aclocal.m4: Regenerate.
1575 * gnulib/import/Makefile.am: Update.
1576 * gnulib/import/Makefile.in: Update.
1577 * gnulib/import/m4/gnulib-cache.m4: Update.
1578 * gnulib/import/m4/gnulib-comp.m4: Update.
1579 * gnulib/import/m4/strtok_r.m4: New file.
1580 * gnulib/import/strtok_r.c: New file.
1581
1582 2015-04-09 Pedro Alves <palves@redhat.com>
1583
1584 * gnulib/update-gnulib.sh (aclocal version check): Filter out
1585 "called too early to check prototype".
1586
1587 2015-04-08 Sergio Durigan Junior <sergiodj@redhat.com>
1588
1589 PR python/16699
1590 * python/py-cmd.c (cmdpy_completer_helper): Adjust function to not
1591 use a caching mechanism. Adjust comments and code to reflect
1592 that. Replace 'sizeof' by 'strlen' when fetching 'wordobj'.
1593 (cmdpy_completer_handle_brkchars): Adjust call to
1594 cmdpy_completer_helper. Call Py_XDECREF for 'resultobj'.
1595 (cmdpy_completer): Likewise.
1596
1597 2015-04-08 Yao Qi <yao.qi@linaro.org>
1598
1599 * spu-tdep.c (spu_gdbarch_init): Don't call
1600 set_gdbarch_cannot_step_breakpoint.
1601
1602 2015-04-07 Sergio Durigan Junior <sergiodj@redhat.com>
1603
1604 * linux-tdep.c (decode_vmflags): Initialize 'saveptr'.
1605
1606 2015-04-07 Pedro Alves <palves@redhat.com>
1607
1608 * gdbthread.h (ALL_NON_EXITED_THREADS_SAFE): Rename to ...
1609 (ALL_THREADS_SAFE): ... this, and don't skip exited threads.
1610 (delete_exited_threads): New declaration.
1611 * infrun.c (follow_exec): Use ALL_THREADS_SAFE.
1612 * linux-nat.c (linux_nat_update_thread_list): New function.
1613 (linux_nat_add_target): Install it.
1614 * remote.c (remote_update_thread_list): Use ALL_THREADS_SAFE.
1615 * thread.c (prune_threads): Use ALL_THREADS_SAFE.
1616 (delete_exited_threads): New function.
1617
1618 2015-04-07 Pedro Alves <pedro@codesourcery.com>
1619
1620 * infrun.c (resume) <displaced stepping debug output>: Get the
1621 leader thread's regcache, not resume_ptid's.
1622
1623 2015-04-06 Doug Evans <xdje42@gmail.com>
1624
1625 * symtab.c (hash_symbol_entry): Hash STRUCT_DOMAIN symbols as
1626 VAR_DOMAIN.
1627 (symbol_cache_lookup): Clarify use of bsc_ptr, slot_ptr parameters.
1628 Include symbol domain in debugging output.
1629
1630 2015-04-06 Pedro Alves <palves@redhat.com>
1631 Bernd Edlinger <bernd.edlinger@hotmail.de>
1632
1633 * configure.ac: Remove the mingw32-specific stub-termcap.o
1634 fallback, and instead fallback to the stub termcap on all hosts.
1635 * configure: Regenerate.
1636 * stub-termcap.c [!__MINGW32__] (PC, BC, UP): Define as weak
1637 symbols.
1638
1639 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
1640
1641 * gdbtypes.c (is_dynamic_type_internal): Remove the unused
1642 "top_level" parameter.
1643 (resolve_dynamic_type_internal): Remove the unused "top_level"
1644 parameter. Update call to is_dynamic_type_internal.
1645 (is_dynamic_type): Update call to is_dynamic_type_internal.
1646 (resolve_dynamic_range): Update call to
1647 resolve_dynamic_type_internal.
1648 (resolve_dynamic_union): Likewise.
1649 (resolve_dynamic_struct): Likewise.
1650 (resolve_dynamic_type): Likewise.
1651
1652 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
1653
1654 * gdbtypes.c (is_dynamic_type_internal): Remove special handling of
1655 TYPE_CODE_REF types so that they are not considered as dynamic
1656 depending on the referenced type.
1657 (resolve_dynamic_type_internal): Likewise.
1658
1659 2015-04-02 H.J. Lu <hongjiu.lu@intel.com>
1660
1661 * Makefile.in (top_srcdir): New.
1662 * configure: Regenerated.
1663
1664 2015-04-02 Gary Benson <gbenson@redhat.com>
1665
1666 * NEWS: Announce the new default sysroot of "target:".
1667
1668 2015-04-02 Gary Benson <gbenson@redhat.com>
1669
1670 * main.c (captured_main): Set gdb_sysroot to "target:"
1671 if not otherwise set.
1672
1673 2015-04-02 Gary Benson <gbenson@redhat.com>
1674
1675 * exec.c (exec_file_attach): Support "target:" filenames.
1676
1677 2015-04-02 Gary Benson <gbenson@redhat.com>
1678
1679 * solib.c (solib_find): Strip "target:" prefix from sysroot
1680 if accessing local files.
1681
1682 2015-04-02 Gary Benson <gbenson@redhat.com>
1683
1684 * symfile.c (symfile_bfd_open): Reorder to remove duplicated
1685 checks and error messages.
1686
1687 2015-04-02 Gary Benson <gbenson@redhat.com>
1688
1689 * remote.h (REMOTE_SYSROOT_PREFIX): Remove definition.
1690 (remote_filename_p): Remove declaration.
1691 (remote_bfd_open): Likewise.
1692 * remote.c (remote_bfd_iovec_open): Remove function.
1693 (remote_bfd_iovec_close): Likewise.
1694 (remote_bfd_iovec_pread): Likewise.
1695 (remote_bfd_iovec_stat): Likewise.
1696 (remote_filename_p): Likewise.
1697 (remote_bfd_open): Likewise.
1698 * symfile.h (gdb_bfd_open_maybe_remote): Remove declaration.
1699 * symfile.c (separate_debug_file_exists): Use gdb_bfd_open.
1700 (gdb_bfd_open_maybe_remote): Remove function.
1701 (symfile_bfd_open): Replace remote filename check with
1702 target filename check.
1703 (reread_symbols): Use gdb_bfd_open.
1704 * build-id.c (gdbcore.h): New include.
1705 (build_id_to_debug_bfd): Use gdb_bfd_open.
1706 * infcmd.c (attach_command_post_wait): Remove remote filename
1707 check.
1708 * solib.c (solib_find): Replace remote-specific handling with
1709 target-specific handling. Update comments where necessary.
1710 (solib_bfd_open): Replace remote-specific handling with
1711 target-specific handling.
1712 (gdb_sysroot_changed): New function.
1713 (_initialize_solib): Call the above when gdb_sysroot changes.
1714 * windows-tdep.c (gdbcore.h): New include.
1715 (windows_xfer_shared_library): Use gdb_bfd_open.
1716
1717 2015-04-02 Gary Benson <gbenson@redhat.com>
1718
1719 * gdb/gdb_bfd.h (TARGET_SYSROOT_PREFIX): New definition.
1720 (is_target_filename): New declaration.
1721 (gdb_bfd_has_target_filename): Likewise.
1722 (gdb_bfd_open): Update documentation comment.
1723 * gdb_bfd.c (target.h): New include.
1724 (gdb/fileio.h): Likewise.
1725 (is_target_filename): New function.
1726 (gdb_bfd_has_target_filename): Likewise.
1727 (fileio_errno_to_host): Likewise.
1728 (gdb_bfd_iovec_fileio_open): Likewise.
1729 (gdb_bfd_iovec_fileio_pread): Likewise.
1730 (gdb_bfd_iovec_fileio_close): Likewise.
1731 (gdb_bfd_iovec_fileio_fstat): Likewise.
1732 (gdb_bfd_open): Use target fileio to access paths prefixed
1733 with "target:" where necessary.
1734
1735 2015-04-02 Gary Benson <gbenson@redhat.com>
1736
1737 * target.h (struct target_ops) <to_filesystem_is_local>:
1738 New field.
1739 (target_filesystem_is_local): New macro.
1740 * target-delegates.c: Regenerate.
1741 * remote.c (remote_filesystem_is_local): New function.
1742 (init_remote_ops): Initialize to_filesystem_is_local.
1743
1744 2015-04-02 Gary Benson <gbenson@redhat.com>
1745
1746 * target.h (struct target_ops) <to_fileio_fstat>: New field.
1747 (target_fileio_fstat): New declaration.
1748 * target.c (target_fileio_fstat): New function.
1749 * inf-child.c (inf_child_fileio_fstat): Likewise.
1750 (inf_child_target): Initialize to_fileio_fstat.
1751 * remote.c (init_remote_ops): Likewise.
1752
1753 2015-04-01 Sasha Smundak <asmundak@google.com>
1754
1755 * Makefile.in (SUBDIR_PYTHON_OBJS): Add py-unwind.o.
1756 (SUBDIR_PYTHON_SRCS): Add py-unwind.c.
1757 (py-unwind.o): New recipe.
1758 * NEWS: mention Python frame unwinding.
1759 * data-directory/Makefile.in (PYTHON_FILE_LIST): Add
1760 gdb/unwinder.py and gdb/command/unwinder.py
1761 * python/lib/gdb/__init__.py (packages): Add frame_unwinders
1762 list.
1763 (execute_unwinders): New function.
1764 * python/lib/gdb/command/unwinders.py: New file.
1765 * python/lib/gdb/unwinder.py: New file.
1766 * python/py-objfile.c (objfile_object): Add frame_unwinders field.
1767 (objfpy_dealloc): Decrement frame_unwinders reference count.
1768 (objfpy_initialize): Create frame_unwinders list.
1769 (objfpy_get_frame_unwinders): New function.
1770 (objfpy_set_frame_unwinders): Ditto.
1771 (objfile_getset): Add frame_unwinders attribute to Objfile.
1772 * python/py-progspace.c (pspace_object): Add frame_unwinders field.
1773 (pspy_dealloc): Decrement frame_unwinders reference count.
1774 (pspy_initialize): Create frame_unwinders list.
1775 (pspy_get_frame_unwinders): New function.
1776 (pspy_set_frame_unwinders): Ditto.
1777 (pspy_getset): Add frame_unwinders attribute to gdb.Progspace.
1778 * python/py-unwind.c: New file.
1779 * python/python-internal.h (pspy_get_name_unwinders): New prototype.
1780 (objpy_get_frame_unwinders): New prototype.
1781 (gdbpy_initialize_unwind): New prototype.
1782 * python/python.c (gdbpy_apply_type_printers): Call
1783 gdbpy_initialize_unwind.
1784
1785 2015-04-01 Pedro Alves <palves@redhat.com>
1786
1787 * infrun.c (resume): Check currently_stepping after clearing
1788 stepped_breakpoint, not before.
1789
1790 2015-04-01 Pedro Alves <palves@redhat.com>
1791
1792 * infrun.c (print_target_wait_results): Print all the ptid
1793 elements.
1794
1795 2015-04-01 Pedro Alves <palves@redhat.com>
1796
1797 * infrun.c (keep_going): Also discard cleanups if inserting
1798 breakpoints fails.
1799
1800 2015-04-01 Pedro Alves <palves@redhat.com>
1801
1802 * infrun.c (wait_for_inferior): Install the
1803 finish_thread_state_cleanup cleanup across the whole function, not
1804 just around handle_inferior_event.
1805
1806 2015-04-01 Pedro Alves <palves@redhat.com>
1807
1808 * infrun.c (resume) <step past permanent breakpoint>: Use
1809 do_target_resume.
1810
1811 2015-04-01 Pedro Alves <palves@redhat.com>
1812
1813 * linux-nat.c (linux_handle_extended_wait): Always call set_running.
1814
1815 2015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
1816
1817 * MAINTAINERS (Write After Approval): Add "Pierre-Marie de Rodat".
1818
1819 2015-04-01 Pedro Alves <palves@redhat.com>
1820
1821 * linux-thread-db.c (record_thread): Readd the thread to gdb's
1822 list if it was marked exited.
1823
1824 2015-04-01 H.J. Lu <hongjiu.lu@intel.com>
1825
1826 * configure: Regenerated.
1827
1828 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
1829 Jan Kratochvil <jan.kratochvil@redhat.com>
1830 Oleg Nesterov <oleg@redhat.com>
1831
1832 PR corefiles/16092
1833 * linux-tdep.c: Include 'gdbcmd.h' and 'gdb_regex.h'.
1834 New enum identifying the various options of the coredump_filter
1835 file.
1836 (struct smaps_vmflags): New struct.
1837 (use_coredump_filter): New variable.
1838 (decode_vmflags): New function.
1839 (mapping_is_anonymous_p): Likewise.
1840 (dump_mapping_p): Likewise.
1841 (linux_find_memory_regions_full): New variables
1842 'coredumpfilter_name', 'coredumpfilterdata', 'pid', 'filterflags'.
1843 Removed variable 'modified'. Read /proc/<PID>/smaps file; improve
1844 parsing of its information. Implement memory mapping filtering
1845 based on its contents.
1846 (show_use_coredump_filter): New function.
1847 (_initialize_linux_tdep): New command 'set use-coredump-filter'.
1848 * NEWS: Mention the possibility of using the
1849 '/proc/PID/coredump_filter' file when generating a corefile.
1850 Mention new command 'set use-coredump-filter'.
1851
1852 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
1853
1854 * solib-svr4.c (solib_svr4_r_ldsomap): Catch possible exception by
1855 read_memory_unsigned_integer.
1856
1857 2015-03-31 H.J. Lu <hongjiu.lu@intel.com>
1858
1859 * Makefile.in (ZLIB): New.
1860 (ZLIBINC): Likewise.
1861 (INTERNAL_CFLAGS_BASE): Add $(ZLIBINC).
1862 (CLIBS): Add $(ZLIB).
1863 * acinclude.m4: (GDB_AC_CHECK_BFD): Add $zlibdir to LDFLAGS.
1864 Add -lz to LIBS.
1865 * gdb_bfd.c: Don't check HAVE_ZLIB_H to include <zlib.h>.
1866 * top.c (print_gdb_configuration): Remove --with-zlib and
1867 --without-zlib.
1868 * config.in: Regenerated.
1869 * configure: Likewise.
1870
1871 2015-03-31 Antoine Tremblay <antoine.tremblay@ericsson.com>
1872
1873 * NEWS: Mention info os cpus support.
1874 * gdb/nat/linux-osdata.c (linux_xfer_osdata_cpus): New function.
1875 (struct osdata_type): Add cpus entry, reorder the entries in
1876 alphabetical order.
1877
1878 2015-03-31 Matthias Klose <doko@ubuntu.com>
1879
1880 * compile/compile.c (compile_to_object): Allow triplets with or
1881 without vendor set.
1882
1883 2015-03-30 Doug Evans <dje@google.com>
1884
1885 PR c++/18141
1886 * cp-namespace.c (cp_search_static_and_baseclasses): Always look for
1887 klass in VAR_DOMAIN.
1888
1889 2015-03-30 Gary Benson <gbenson@redhat.com>
1890
1891 * remote.c (remote_mourn_1): Remove function. Update all callers
1892 to use remote_mourn.
1893 (extended_remote_mourn_1): Remove function. Update all callers
1894 to use extended_remote_mourn.
1895 (extended_remote_attach_1): Remove function. Update all callers
1896 to use extended_remote_attach.
1897
1898 2015-03-28 James Bowman <james.bowman@ftdichip.com>
1899
1900 * Makefile.in (ALL_TARGET_OBS): Add ft32-tdep.o.
1901 (HFILES_NO_SRCDIR): Add ft32-tdep.h.
1902 (ALLDEPFILES): Add ft32-tdep.c.
1903 * configure.tgt: Add FT32 entry.
1904 * ft32-tdep.c: New file, FT32 target-dependent code.
1905 * ft32-tdep.h: New file, FT32 target-dependent code.
1906
1907 2015-03-27 Jan Kratochvil <jan.kratochvil@redhat.com>
1908
1909 Revert:
1910 2015-03-26 Jan Kratochvil <jan.kratochvil@redhat.com>
1911 Code cleanup.
1912 * printcmd.c (print_command_1): Move expr variable scope.
1913
1914 2015-03-27 Joel Brobecker <brobecker@adacore.com>
1915
1916 * dtrace-probe.c (dtrace_process_dof_probe): Initialize expr to NULL.
1917
1918 2015-03-27 Andrzej Kaczmarek <andrzej.kaczmarek@tieto.com>
1919
1920 * gdb_bfd.c (gdb_bfd_section_index): Fix off-by-one for special
1921 sections.
1922
1923 2015-03-26 Joel Brobecker <brobecker@adacore.com>
1924
1925 * dtrace-probe.c (dtrace_process_dof_probe): Contain any
1926 exception raised while parsing the probe arguments.
1927 Force parsing to be done using the C language parser.
1928 * expression.h (parse_expression_with_language): Declare.
1929 * parse.c (parse_expression_with_language): New function.
1930
1931 2015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
1932
1933 * MAINTAINERS (Write After Approval): Add "Jon Turney".
1934
1935 2015-03-26 Andy Wingo <wingo@igalia.com>
1936
1937 PR symtab/18148
1938 * dwarf2read.c (struct partial_die_info): Add has_const_value
1939 member.
1940 (add_partial_symbol): Don't punt on symbols that have const_value
1941 attributes.
1942 (read_partial_die): Detect DW_AT_const_value.
1943
1944 2015-03-26 Jan Kratochvil <jan.kratochvil@redhat.com>
1945
1946 Code cleanup.
1947 * printcmd.c (print_command_1): Move expr variable scope.
1948
1949 2015-03-26 Jan Kratochvil <jan.kratochvil@redhat.com>
1950
1951 Code cleanup.
1952 * printcmd.c (validate_format): Make the parameter cmdname const.
1953
1954 2015-03-26 Don Breazeal <donb@codesourcery.com>
1955
1956 * remote.c (_initialize_remote): Update comment.
1957
1958 2015-03-26 Pedro Alves <palves@redhat.com>
1959 Jon TURNEY <jon.turney@dronecode.org.uk>
1960
1961 * coffread.c (coff_symfile_read): When constructing the name of an
1962 import stub symbol from import symbol for amd64, only skip the
1963 char after _imp_ if the target is underscored (like i386) and the
1964 char is indeed the target's leading char.
1965
1966 2015-03-25 Pedro Alves <palves@redhat.com>
1967
1968 * target.h <to_async>: Replace 'callback' and 'context' parameters
1969 with boolean 'enable' parameter.
1970 (target_async): Replace CALLBACK and CONTEXT parameters with
1971 boolean ENABLE parameter.
1972 * inf-loop.c (inferior_event_handler): Adjust.
1973 * linux-nat.c (linux_nat_attach, linux_nat_resume)
1974 (linux_nat_resume): Adjust.
1975 (async_client_callback, async_client_context): Delete.
1976 (handle_target_event): Call inferior_event_handler directly.
1977 (linux_nat_async): Replace 'callback' and 'context' parameters
1978 with boolean 'enable' parameter. Adjust. Remove references to
1979 async_client_callback and async_client_context.
1980 (linux_nat_close): Adjust.
1981 * record-btrace.c (record_btrace_async): Replace 'callback' and
1982 'context' parameters with boolean 'enable' parameter. Adjust.
1983 (record_btrace_resume): Adjust.
1984 * record-full.c (record_full_async): Replace 'callback' and
1985 'context' parameters with boolean 'enable' parameter. Adjust.
1986 (record_full_resume, record_full_core_resume): Adjust.
1987 * remote.c (struct remote_state) <async_client_callback,
1988 async_client_context>: Delete fields.
1989 (remote_start_remote, extended_remote_attach_1, remote_resume)
1990 (extended_remote_create_inferior): Adjust.
1991 (remote_async_serial_handler): Call inferior_event_handler
1992 directly.
1993 (remote_async): Replace 'callback' and 'context' parameters with
1994 boolean 'enable' parameter. Adjust.
1995 * top.c (gdb_readline_wrapper_cleanup, gdb_readline_wrapper):
1996 Adjust.
1997 * target-delegates.c: Regenerate.
1998
1999 2015-03-25 Gary Benson <gbenson@redhat.com>
2000 Pedro Alves <palves@redhat.com>
2001
2002 * target.c (fileio_ft_t): New typedef, define object vector.
2003 (fileio_fhandles): New static variable.
2004 (is_closed_fileio_fh): New macro.
2005 (lowest_closed_fd): New static variable.
2006 (acquire_fileio_fd): New function.
2007 (release_fileio_fd): Likewise.
2008 (fileio_fd_to_fh): New macro.
2009 (target_fileio_open): Wrap the file descriptor on success.
2010 (target_fileio_pwrite): Updated to use wrapped file descriptor.
2011 (target_fileio_pread): Likewise.
2012 (target_fileio_close): Likewise.
2013
2014 2015-03-24 Pedro Alves <palves@redhat.com>
2015
2016 * thread.c (thread_apply_all_command): Take exited threads into
2017 account.
2018
2019 2015-03-24 Pedro Alves <palves@redhat.com>
2020
2021 * infrun.c (resume, proceed): Mention
2022 switch_back_to_stepped_thread, not switch_back_to_stepping.
2023
2024 2015-03-24 Pedro Alves <palves@redhat.com>
2025
2026 * infrun.c (user_visible_resume_ptid): Rewrite going from
2027 most-locked to unlocked instead of the opposite. Move comment ...
2028 * infrun.h (user_visible_resume_ptid): ... here.
2029
2030 2015-03-24 Pedro Alves <palves@redhat.com>
2031
2032 * linux-nat.c (linux_nat_resume): Output debug logs before trying
2033 to resume the event lwp. Use the lwp's ptid instead of the passed
2034 in (maybe wildcard) ptid.
2035 (stop_wait_callback): Tweak debug log output.
2036 (check_stopped_by_breakpoint): Tweak debug log output. Also dump
2037 TRAP_TRACE.
2038 (linux_nat_filter_event): In debug output, distinguish a
2039 resume_stop SIGSTOP from a delayed SIGSTOP. Output debug logs
2040 before trying to resume the lwp.
2041
2042 2015-03-24 Joel Brobecker <brobecker@adacore.com>
2043
2044 * gdbtypes.h (struct dynamic_prop_list) <prop>: Remove
2045 pointer indirection.
2046 * gdbtypes.c (get_dyn_prop): Adjust, following change above.
2047 (add_dyn_prop, copy_dynamic_prop_list): Likewise.
2048
2049 2015-03-24 Joel Brobecker <brobecker@adacore.com>
2050
2051 * gdbtypes.h (enum dynamic_prop_node_kind) <DYN_PROP_DATA_LOCATION>:
2052 Renames DYN_ATTR_DATA_LOCATION.
2053 (TYPE_DATA_LOCATION): Use DYN_PROP_DATA_LOCATION instead of
2054 DYN_ATTR_DATA_LOCATION.
2055 * dwarf2read.c (set_die_type): Use DYN_PROP_DATA_LOCATION
2056 instead of DYN_ATTR_DATA_LOCATION.
2057
2058 2015-03-24 Pedro Alves <palves@redhat.com>
2059
2060 * breakpoint.c (until_break_command): Adjust call to proceed.
2061 * gdbthread.h (struct thread_control_state) <stepping_command>:
2062 New field.
2063 * infcall.c (run_inferior_call): Adjust call to proceed.
2064 * infcmd.c (run_command_1, proceed_thread_callback, continue_1):
2065 Adjust calls to proceed.
2066 (set_step_frame): Set the current thread's step_start_function
2067 here.
2068 (step_once): Adjust calls to proceed.
2069 (jump_command, signal_command, until_next_command)
2070 (finish_backward, finish_forward, proceed_after_attach_callback)
2071 (attach_command_post_wait): Adjust calls to proceed.
2072 * infrun.c (proceed_after_vfork_done): Adjust call to proceed.
2073 (do_target_resume): New function, factored out from ...
2074 (resume): ... here. Remove 'step' parameter. Instead, check
2075 currently_stepping to determine whether the thread should be
2076 single-stepped.
2077 (proceed): Remove 'step' parameter and don't set the thread's
2078 step_start_function here. Adjust call to 'resume'.
2079 (handle_inferior_event): Adjust calls to 'resume'.
2080 (switch_back_to_stepped_thread): Use do_target_resume instead of
2081 'resume'.
2082 (keep_going): Adjust calls to 'resume'.
2083 * infrun.h (proceed): Remove 'step' parameter.
2084 (resume): Likewise.
2085 * windows-nat.c (do_initial_windows_stuff): Adjust call to
2086 'resume'.
2087 * mi/mi-main.c (proceed_thread): Adjust call to 'proceed'.
2088
2089 2015-03-24 Pedro Alves <palves@redhat.com>
2090
2091 * gdbthread.h (struct thread_control_state) <stepping_command>:
2092 New field.
2093 * infcmd.c (step_once): Pass step=1 to clear_proceed_status. Set
2094 the thread's stepping_command field.
2095 * infrun.c (resume): Check the thread's stepping_command flag to
2096 determine which threads should be resumed. Rename 'entry_step'
2097 local to user_step.
2098 (clear_proceed_status_thread): Clear 'stepping_command'.
2099 (schedlock_applies): Change parameter type to struct thread_info
2100 pointer. Adjust.
2101 (find_thread_needs_step_over): Remove 'step' parameter. Adjust.
2102 (switch_back_to_stepped_thread): Adjust calls to
2103 'schedlock_applies'.
2104 (_initialize_infrun): Adjust "set scheduler-locking step" help.
2105
2106 2015-03-24 Pedro Alves <palves@redhat.com>
2107
2108 * infrun.c (step_start_function): Delete and ...
2109 * gdbthread.h (struct thread_control_state) <step_start_function>:
2110 ... now a field here.
2111 * infrun.c (clear_proceed_status_thread): Clear the thread's
2112 step_start_function.
2113 (proceed, process_event_stop_test, print_stop_event): Adjust.
2114
2115 2015-03-24 Pedro Alves <palves@redhat.com>
2116
2117 * infrun.c (proceed): No longer handle negative step.
2118
2119 2015-03-24 Gary Benson <gbenson@redhat.com>
2120
2121 * nat/x86-linux.h (x86_linux_new_thread): New declaration.
2122 (x86_linux_prepare_to_resume): Likewise.
2123 * x86-linux-nat.c (x86_linux_new_thread):
2124 Moved to nat/x86-linux.c.
2125 (x86_linux_prepare_to_resume): Likewise.
2126 * nat/x86-linux.c (x86_linux_new_thread): New function.
2127 (x86_linux_prepare_to_resume): Likewise.
2128
2129 2015-03-24 Gary Benson <gbenson@redhat.com>
2130
2131 * nat/x86-linux-dregs.h: New file.
2132 * nat/x86-linux-dregs.c: Likewise.
2133 * Makefile.in (HFILES_NO_SRCDIR): Add nat/x86-linux-dregs.h.
2134 (x86-linux-dregs.o): New rule.
2135 * config/i386/linux.mh (NATDEPFILES): Add x86-linux-dregs.o.
2136 * config/i386/linux64.mh (NATDEPFILES): Likewise.
2137 * x86-linux-nat.c: Include nat/x86-linux-dregs.h.
2138 (u_debugreg_offset): Moved to nat/x86-linux-dregs.c.
2139 (x86_linux_dr_get): Likewise.
2140 (x86_linux_dr_set): Likewise.
2141 (x86_linux_dr_get_addr): Likewise.
2142 (x86_linux_dr_get_control): Likewise.
2143 (x86_linux_dr_get_status): Likewise.
2144 (update_debug_registers_callback): Likewise.
2145 (x86_linux_dr_set_control): Likewise.
2146 (x86_linux_dr_set_addr): Likewise.
2147 (x86_linux_update_debug_registers): Likewise.
2148
2149 2015-03-24 Gary Benson <gbenson@redhat.com>
2150
2151 * x86-linux-nat.c (x86_linux_update_debug_registers):
2152 New function, factored out from...
2153 (x86_linux_prepare_to_resume): ...this.
2154
2155 2015-03-24 Gary Benson <gbenson@redhat.com>
2156
2157 * x86-linux-nat.c (x86_linux_dr_get): Update comments.
2158 (x86_linux_dr_set): Likewise.
2159 (x86_linux_dr_get_addr): Likewise.
2160 (x86_linux_dr_get_control): Likewise.
2161 (x86_linux_dr_get_status): Likewise.
2162 (update_debug_registers_callback): Likewise.
2163 (x86_linux_dr_set_control): Likewise.
2164 (x86_linux_dr_set_addr): Likewise.
2165 (x86_linux_prepare_to_resume): Likewise.
2166 (x86_linux_new_thread): Likewise.
2167
2168 2015-03-24 Gary Benson <gbenson@redhat.com>
2169
2170 * x86-linux-nat.c (x86_linux_dr_set_addr): Update assertion.
2171 (x86_linux_new_thread): Rename argument.
2172
2173 2015-03-24 Gary Benson <gbenson@redhat.com>
2174
2175 * nat/x86-linux.h: New file.
2176 * nat/x86-linux.c: Likewise.
2177 * Makefile.in (HFILES_NO_SRCDIR): Add nat/x86-linux.h.
2178 (x86-linux.o): New rule.
2179 * config/i386/linux.mh (NATDEPFILES): Add x86-linux.o.
2180 * config/i386/linux64.mh (NATDEPFILES): Likewise.
2181 * nat/linux-nat.h (struct arch_lwp_info): New forward declaration.
2182 (lwp_set_arch_private_info): New declaration.
2183 (lwp_arch_private_info): Likewise.
2184 * linux-nat.c (lwp_set_arch_private_info): New function.
2185 (lwp_arch_private_info): Likewise.
2186 * x86-linux-nat.c: Include nat/x86-linux.h.
2187 (arch_lwp_info): Removed structure.
2188 (update_debug_registers_callback):
2189 Use lwp_set_debug_registers_changed.
2190 (x86_linux_prepare_to_resume): Use lwp_debug_registers_changed
2191 and lwp_set_debug_registers_changed.
2192 (x86_linux_new_thread): Use lwp_set_debug_registers_changed.
2193
2194 2015-03-24 Gary Benson <gbenson@redhat.com>
2195
2196 * nat/linux-nat.h (ptid_of_lwp): New declaration.
2197 (lwp_is_stopped): Likewise.
2198 (lwp_stop_reason): Likewise.
2199 * linux-nat.c (ptid_of_lwp): New function.
2200 (lwp_is_stopped): Likewise.
2201 (lwp_is_stopped_by_watchpoint): Likewise.
2202 * x86-linux-nat.c (update_debug_registers_callback):
2203 Use lwp_is_stopped.
2204 (x86_linux_prepare_to_resume): Use ptid_of_lwp and
2205 lwp_stop_reason.
2206
2207 2015-03-24 Gary Benson <gbenson@redhat.com>
2208
2209 * linux-nat.h (linux_stop_lwp): Move declaration to...
2210 * nat/linux-nat.h (linux_stop_lwp): New declaration.
2211
2212 2015-03-24 Gary Benson <gbenson@redhat.com>
2213
2214 * linux-nat.h: Include nat/linux-nat.h.
2215 (iterate_over_lwps): Move declaration to nat/linux-nat.h.
2216 * nat/linux-nat.h (struct lwp_info): New forward declaration.
2217 (iterate_over_lwps_ftype): New typedef.
2218 (iterate_over_lwps): New declaration.
2219 * linux-nat.h (iterate_over_lwps): Update comment. Use
2220 iterate_over_lwps_ftype. Update callback return value check.
2221
2222 2015-03-24 Gary Benson <gbenson@redhat.com>
2223
2224 * x86-nat.h (x86_debug_reg_state): Move declaration to...
2225 * nat/x86-dregs.h (x86_debug_reg_state): New declaration.
2226
2227 2015-03-24 Gary Benson <gbenson@redhat.com>
2228
2229 * nat/linux-nat.h (current_lwp_ptid): New declaration.
2230 * linux-nat.c (current_lwp_ptid): New function.
2231 * x86-linux-nat.c: Include nat/linux-nat.h.
2232 (x86_linux_dr_get_addr): Use current_lwp_ptid.
2233 (x86_linux_dr_get_control): Likewise.
2234 (x86_linux_dr_get_status): Likewise.
2235 (x86_linux_dr_set_control): Likewise.
2236 (x86_linux_dr_set_addr): Likewise.
2237
2238 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
2239
2240 PR breakpoints/16466
2241 * breakpoint.c (create_breakpoint): Set thread on breakpoint struct.
2242
2243 2015-03-23 Joel Brobecker <brobecker@adacore.com>
2244
2245 * ser-mingw.c (ser_windows_setparity): Fix indentation.
2246 * ser-unix.c (hardwire_setparity): Likewise.
2247
2248 2015-03-23 Yurij Grechishhev <yurij.grechishhev@gmail.com>
2249
2250 * NEWS: Mention set/show serial parity command.
2251 * monitor.c (monitor_open): Call serial_setparity.
2252 * remote.c (remote_open_1): Likewise.
2253 * ser-base.c (ser_base_serparity): New function.
2254 * ser-base.h (ser_base_setparity): Add declaration.
2255 * ser-go32.c (dos_ops): Set "setparity" field.
2256 * ser-mingw.c (ser_windows_raw): Do not set state.fParity and
2257 state.Parity.
2258 (ser_windows_setparity): New function.
2259 (hardwire_ops): Add ser_windows_setparity.
2260 (tty_ops): Add NULL for setparity field.
2261 (pipe_ops): Add ser_base_setparity.
2262 (tcp_ops): Likewise.
2263 * ser-pipe.c (pipe_ops): Likewise.
2264 * ser-tcp.c (tcp_ops): Likewise.
2265 * ser-unix.c (hardwire_setparity): Add declaration.
2266 (hardwire_raw): Don't reset PARENB flag.
2267 (hardwire_setparity): New function.
2268 (hardwire_ops): Add hardwire_setparity.
2269 * serial.c (serial_setparity): New function.
2270 (serial_parity): New global.
2271 (parity_none, parity_odd, parity_even, parity_enums, parity):
2272 New static globals.
2273 (set_parity): New function.
2274 (_initialize_serial): Add set/show serial parity commands.
2275 * serial.h (GDBPARITY_NONE): Define.
2276 (GDBPARITY_ODD): Define.
2277 (GDBPARITY_EVEN): Define.
2278 (serial_setparity) Add declaration.
2279 (struct serial_ops): Add setparity field.
2280 * target.h (serial_parity): Add declaration.
2281
2282 2015-03-23 Keith Seitz <keiths@redhat.com>
2283
2284 * linespec.c (linespec_lexer_lex_keyword): Update comment.
2285
2286 2015-03-23 Keith Seitz <keiths@redhat.com>
2287
2288 * breakpoint.c (parse_breakpoint_sals): Use
2289 linespec_lexer_lex_keyword to ascertain if the user specified
2290 a NULL location.
2291 * linespec.c [IF_KEYWORD_INDEX]: Define.
2292 (linespec_lexer_lex_keyword): Export.
2293 (struct ls_parser) <keyword_ok>: Remove.
2294 A keyword is only a keyword if not followed by another keyword.
2295 (linespec_lexer_lex_one): Remove keyword_ok handling.
2296 Add comment explaining why the parsing stream is not advanced
2297 when a keyword is seen.
2298 (parse_linespec): Remove parser->keyword_ok.
2299 * linespec.h (linespec_lexer_lex_keyword): Add declaration.
2300
2301 2015-03-23 Keith Seitz <keiths@redhat.com>
2302
2303 PR gdb/18021
2304 * dwarf2read.c (dwarf2_add_member_fn): Issue a complaint
2305 if we find a static method with DW_AT_vtable_elem_location.
2306
2307 2015-03-21 Eli Zaretskii <eliz@gnu.org>
2308
2309 * tui/tui-io.c (tui_expand_tabs): Reinitialize the column counter
2310 before the second loop, to avoid undefined behavior. Reported by
2311 Anton Blanchard <anton@samba.org>.
2312
2313 2015-03-20 Keven Boell <keven.boell@intel.com>
2314
2315 * gdbtypes.c (resolve_dynamic_type_internal): Adapt
2316 data_location usage to linked list.
2317 (resolve_dynamic_type_internal): Adapt data_location to
2318 linked list.
2319 (get_dyn_prop, add_dyn_prop, copy_dynamic_prop_list): New function.
2320 (copy_type_recursive, copy_type): Add copy of linked list.
2321 * gdbtypes.h (enum dynamic_prop_node_kind): New enum.
2322 (struct dynamic_prop_list): New struct.
2323 * dwarf2read.c (set_die_type): Set data_location data.
2324
2325 2015-03-20 Pedro Alves <palves@redhat.com>
2326
2327 * i386-sol2-tdep.c (i386_sol2_static_transform_name): Move "p" to
2328 inner block and make it const.
2329 * machoread.c (get_archive_prefix_len): Make "lparen" const.
2330
2331 2015-03-20 Pedro Alves <palves@redhat.com>
2332
2333 * breakpoint.c (set_breakpoint_condition): Make argument "exp" const.
2334 * breakpoint.h (set_breakpoint_condition): Update declaration.
2335
2336 2015-03-20 Pedro Alves <palves@redhat.com>
2337
2338 * tui/tui-io.c (tui_expand_tabs): Make "s1" const.
2339
2340 2015-03-20 Pedro Alves <palves@redhat.com>
2341
2342 * xcoffread.c (scan_xcoff_symtab): Make "p" and "q" const.
2343
2344 2015-03-20 Pedro Alves <palves@redhat.com>
2345
2346 * remote-m32r-sdi.c (m32r_open): Make "port_str" const.
2347
2348 2015-03-20 Pedro Alves <palves@redhat.com>
2349
2350 * nto-tdep.c (nto_find_and_open_solib): Make "endian" const.
2351 (nto_init_solib_absolute_prefix): Likewise.
2352
2353 2015-03-20 Pedro Alves <palves@redhat.com>
2354
2355 * sparc-sol2-tdep.c (sparc_sol2_static_transform_name): Make "p" const.
2356 * spu-tdep.c (spu_gdbarch_init): Make "name" const.
2357
2358 2015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2359
2360 * config/djgpp/README: Remove gdb.hp.
2361
2362 2015-03-20 Yao Qi <yao.qi@linaro.org>
2363
2364 * aarch64-tdep.c (aarch64_gdbarch_init): Don't call
2365 set_gdbarch_cannot_step_breakpoint.
2366
2367 2015-03-19 Pedro Alves <palves@redhat.com>
2368
2369 * linux-nat.c (linux_resume_one_lwp): Rename to ...
2370 (linux_resume_one_lwp_throw): ... this. Don't handle ESRCH here,
2371 instead call perror_with_name.
2372 (check_ptrace_stopped_lwp_gone): New function.
2373 (linux_resume_one_lwp): Reimplement as wrapper around
2374 linux_resume_one_lwp_throw that swallows errors if the LWP is
2375 gone.
2376 (resume_stopped_resumed_lwps): Try register reads in TRY/CATCH and
2377 swallows errors if the LWP is gone. Use
2378 linux_resume_one_lwp_throw instead of linux_resume_one_lwp.
2379
2380 2015-03-19 Pedro Alves <palves@redhat.com>
2381
2382 * linux-nat.c (status_callback): Return early if the LWP has no
2383 status pending.
2384
2385 2015-03-19 Pedro Alves <palves@redhat.com>
2386
2387 * linux-nat.c (select_event_lwp_callback): Update comment to no
2388 longer mention SIGTRAP.
2389
2390 2015-03-18 Tristan Gingold <gingold@adacore.com>
2391
2392 * amd64-windows-tdep.c (amd64_windows_find_unwind_info): Move
2393 redirection code to ...
2394 (amd64_windows_frame_decode_insns): ... Here. Fix in prologue
2395 checks. Fix SAVE_NONVOL operations. Add debug code and comments.
2396
2397 2015-03-18 Gary Benson <gbenson@redhat.com>
2398
2399 (remote_protocol_features): Remove the "vFile:fstat" feature.
2400 (remote_hostio_fstat): Probe for "vFile:fstat" support.
2401
2402 2015-03-11 Yao Qi <yao.qi@linaro.org>
2403
2404 PR tdep/18107
2405 * aarch64-linux-tdep.c: Include xml-syscall.h
2406 (aarch64_linux_get_syscall_number): New function.
2407 (aarch64_linux_init_abi): Call
2408 set_gdbarch_get_syscall_number.
2409 * syscalls/aarch64-linux.xml: New file.
2410
2411 2015-03-17 Yurij Grechishhev <yurij.grechishhev@gmail.com>
2412
2413 * ser-base.h (ser_base_setstopbits): Change second argument name
2414 from "rate" to "num".
2415
2416 2015-03-17 Gary Benson <gbenson@redhat.com>
2417 Luke Allardyce <lukeallardyce@gmail.com>
2418
2419 PR gdb/18131
2420 * common/common-remote-fileio.h (sys/stat.h): New include.
2421 (stuct stat): Remove forward declaration.
2422
2423 2015-03-16 John Baldwin <jhb@FreeBSD.org>
2424
2425 * fbsd-tdep.c (fbsd_make_corefile_notes): Fetch all target registers
2426 before writing core register notes.
2427
2428 2015-03-16 Yuanhui Zhang <asmwarrior@gmail.com>
2429 Pedro Alves <palves@redhat.com>
2430
2431 * gdb_curses.h (tgetnum): Mark with EXTERN_C.
2432 * stub-termcap.c (tgetent, tgetnum, tgetflag, tgetstr, tputs)
2433 (tgoto): Wrap with extern "C".
2434
2435 2015-03-16 Pedro Alves <palves@redhat.com>
2436 Yuanhui Zhang <asmwarrior@gmail.com>
2437
2438 * stub-termcap.c (tputs): Change prototype.
2439
2440 2015-03-16 Yuanhui Zhang <asmwarrior@gmail.com>
2441 Pedro Alves <palves@redhat.com>
2442
2443 * windows-nat.c (struct thread_info_struct): Rename to ...
2444 (struct windows_thread_info_struct): ... this.
2445 (thread_info): Rename to ...
2446 (windows_thread_info): ... this.
2447 All users updated.
2448
2449 2015-03-14 Jan Kratochvil <jan.kratochvil@redhat.com>
2450 Pedro Alves <palves@redhat.com>
2451
2452 * NEWS: New Removed targets and native configurations.
2453
2454 2015-03-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2455
2456 Remove HPUX.
2457 * Makefile.in (ALL_64_TARGET_OBS): Remove ia64-hpux-tdep.o.
2458 (ALL_TARGET_OBS): Remove hppa-hpux-tdep.o, solib-som.o and solib-pa64.o.
2459 (HFILES_NO_SRCDIR): Remove solib-som.h, inf-ttrace.h, solib-pa64.h and
2460 ia64-hpux-tdep.h, solib-ia64-hpux.h.
2461 (ALLDEPFILES): Remove hppa-hpux-tdep.c, hppa-hpux-nat.c,
2462 ia64-hpux-nat.c, ia64-hpux-tdep.c, somread.c and solib-som.c.
2463 * config/djgpp/fnchange.lst: Remove hppa-hpux-nat.c and
2464 hppa-hpux-tdep.c.
2465 * config/ia64/hpux.mh: Remove file.
2466 * config/pa/hpux.mh: Remove file.
2467 * configure: Rebuilt.
2468 * configure.ac (dlgetmodinfo, somread.o): Remove.
2469 * configure.host (hppa*-*-hpux*, ia64-*-hpux*): Make them obsolete.
2470 (ia64-*-hpux*): Remove its float format exception.
2471 * configure.tgt (hppa*-*-hpux*, ia64-*-hpux*): Make them obsolete.
2472 * hppa-hpux-nat.c: Remove file.
2473 * hppa-hpux-tdep.c: Remove file.
2474 * hppa-tdep.c (struct hppa_unwind_info, struct hppa_objfile_private):
2475 Move them here from hppa-tdep.h
2476 (hppa_objfile_priv_data, hppa_init_objfile_priv_data): Make it static.
2477 (hppa_frame_prev_register_helper): Remove HPPA_FLAGS_REGNUM exception.
2478 * hppa-tdep.h (struct hppa_unwind_info, struct hppa_objfile_private):
2479 Move them to hppa-tdep.c.
2480 (hppa_objfile_priv_data, hppa_init_objfile_priv_data): Remove
2481 declarations.
2482 * ia64-hpux-nat.c: Remove file.
2483 * ia64-hpux-tdep.c: Remove file.
2484 * ia64-hpux-tdep.h: Remove file.
2485 * inf-ttrace.c: Remove file.
2486 * inf-ttrace.h: Remove file.
2487 * solib-ia64-hpux.c: Remove file.
2488 * solib-ia64-hpux.h: Remove file.
2489 * solib-pa64.c: Remove file.
2490 * solib-pa64.h: Remove file.
2491 * solib-som.c: Remove file.
2492 * solib-som.h: Remove file.
2493 * somread.c: Remove file.
2494
2495 2015-03-13 John Baldwin <jhb@FreeBSD.org>
2496
2497 * configure.ac: AC_SEARCH_LIBS(kinfo_getvmmap, util).
2498 * config.in: Regenerate.
2499 * configure: Regenerate.
2500 * fbsd-nat.c [!HAVE_KINFO_GETVMMAP] (fbsd_read_mapping): Don't
2501 define.
2502 (fbsd_find_memory_regions): Use kinfo_getvmmap to
2503 enumerate memory regions if present.
2504
2505 2015-03-13 John Baldwin <jhb@FreeBSD.org>
2506
2507 * amd64fbsd-tdep.c (amd64fbsd_sigtramp_p): Style fixes.
2508 * i386fbsd-tdep.c: Fix style in various gdb_static_assert
2509 expressions.
2510 (i386fbsd_sigtramp_p): Likewise.
2511
2512 2015-03-12 John Baldwin <jhb@FreeBSD.org>
2513
2514 * MAINTAINERS (Write After Approval): Add John Baldwin.
2515
2516 2015-03-12 Gary Benson <gbenson@redhat.com>
2517
2518 * solib.c (_initialize_solib): Make "set/show sysroot" use
2519 add_setshow_optional_filename_cmd so it can be restored to
2520 empty after being set.
2521
2522 2015-03-11 Sergio Durigan Junior <sergiodj@redhat.com>
2523
2524 * Makefile.in (SFILES): New source break-catch-syscall.c.
2525 (COMMON_OBS): New object break-catch-syscall.o.
2526 * break-catch-syscall.c: New file.
2527 * breakpoint.c: Remove inclusion of "xml-syscall.h".
2528 (syscall_catchpoint_p): Move declaration to break-catch-syscall.c
2529 (struct syscall_catchpoint): Likewise.
2530 (dtor_catch_syscall): Likewise.
2531 (catch_syscall_inferior_data): Likewise.
2532 (struct catch_syscall_inferior_data): Likewise.
2533 (get_catch_syscall_inferior_data): Likewise.
2534 (catch_syscall_inferior_data_cleanup): Likewise.
2535 (insert_catch_syscall): Likewise.
2536 (remove_catch_syscall): Likewise.
2537 (breakpoint_hit_catch_syscall): Likewise.
2538 (print_it_catch_syscall): Likewise.
2539 (print_one_catch_syscall): Likewise.
2540 (print_mention_catch_syscall): Likewise.
2541 (print_recreate_catch_syscall): Likewise.
2542 (catch_syscall_breakpoint_ops): Likewise.
2543 (syscall_catchpoint_p): Likewise.
2544 (create_syscall_event_catchpoint): Likewise.
2545 (catch_syscall_split_args): Likewise.
2546 (catch_syscall_command_1): Likewise.
2547 (is_syscall_catchpoint_enabled): Likewise.
2548 (catch_syscall_enabled): Likewise.
2549 (catching_syscall_number): Likewise.
2550 (catch_syscall_completer): Likewise.
2551 (clear_syscall_counts): Likewise.
2552 (initialize_breakpoint_ops): Move initialization of syscall
2553 catchpoints to break-catch-syscall.c.
2554 (_initialize_breakpoint): Move code related to syscall catchpoints
2555 to break-catch-syscall.c.
2556
2557 2015-03-11 Sergio Durigan Junior <sergiodj@redhat.com>
2558
2559 * breakpoint.c (breakpoint_find_if): New function.
2560 * breakpoint.h (breakpoint_find_if): New prototype.
2561
2562 2015-03-11 Gary Benson <gbenson@redhat.com>
2563
2564 * remote-fileio.h (remote_fileio_to_host_stat): New declaration.
2565 * remote-fileio.c (remote_fileio_to_host_uint): New function.
2566 (remote_fileio_to_host_ulong): Likewise.
2567 (remote_fileio_to_host_mode): Likewise.
2568 (remote_fileio_to_host_time): Likewise.
2569 (remote_fileio_to_host_stat): Likewise.
2570 * remote.c (PACKET_vFile_fstat): New enum value.
2571 (remote_protocol_features): Register the "vFile:fstat" feature.
2572 (remote_hostio_fstat): New function.
2573 (remote_bfd_iovec_stat): Use the above.
2574 (_initialize_remote): Register new "set/show remote
2575 hostio-fstat-packet" command.
2576 * symfile.c (separate_debug_file_exists): Update comment.
2577 * NEWS: Announce new vFile:fstat packet.
2578
2579 2015-03-11 Gary Benson <gbenson@redhat.com>
2580
2581 * common/common-remote-fileio.h: New file.
2582 * common/common-remote-fileio.c: Likewise.
2583 * Makefile.in (SFILES): Add common/common-remote-fileio.c.
2584 (HFILES_NO_SRCDIR): Add common/common-remote-fileio.h.
2585 (COMMON_OBS): Add common-remote-fileio.o.
2586 (common-remote-fileio.o): New rule.
2587 * remote-fileio.h (common-remote-fileio.h): New include.
2588 * remote-fileio.c (gdb/fileio.h): Do not include.
2589 (remote_fileio_to_be): Moved to common-remote-fileio.h.
2590 (remote_fileio_to_fio_uint): Likewise.
2591 (remote_fileio_to_fio_time): Likewise.
2592 (remote_fileio_mode_to_target): Moved to common-remote-fileio.c.
2593 (remote_fileio_to_fio_mode): Likewise.
2594 (remote_fileio_to_fio_ulong): Likewise.
2595 (remote_fileio_to_fio_stat): Likewise.
2596
2597 2015-03-11 Andy Wingo <wingo@igalia.com>
2598
2599 * guile/scm-value.c (gdbscm_value_dynamic_type): Fix typo in which
2600 we were checking the cached type, not the cached dynamic type.
2601
2602 2015-03-11 Andy Wingo <wingo@igalia.com>
2603
2604 * guile/scm-cmd.c (cmdscm_destroyer): Don't xfree the name and
2605 other strings, as these are on the GC'd heap, and will be
2606 collected along with the smob.
2607
2608 2015-03-11 Andy Wingo <wingo@igalia.com>
2609
2610 * guile/scm-objfile.c (gdbscm_objfile_progspace): New function.
2611 (objfile_functions): Bind gdbscm_objfile_progspace to
2612 objfile-progspace.
2613 * guile/lib/gdb.scm: Add objfile-progspace to exports.
2614
2615 2015-03-11 Andy Wingo <wingo@igalia.com>
2616
2617 * guile/guile.c (_initialize_guile): Disable automatic
2618 finalization, if Guile offers us that possibility.
2619 * guile/guile.c (call_initialize_gdb_module):
2620 * guile/scm-safe-call.c (gdbscm_with_catch): Arrange to run
2621 finalizers in appropriate places.
2622 * configure.ac (AC_TRY_LIBGUILE): Add a check for
2623 scm_set_automatic_finalization_enabled.
2624 * configure: Regenerated.
2625
2626 2015-03-11 Andreas Arnez <arnez@linux.vnet.ibm.com>
2627
2628 * s390-linux-tdep.c (s390_skip_prologue): Skip the prologue using
2629 SAL, if possible.
2630
2631 2015-03-11 Andreas Arnez <arnez@linux.vnet.ibm.com>
2632
2633 * s390-linux-nat.c (struct arch_lwp_info): New.
2634 (s390_fix_watch_points): Rename to...
2635 (s390_prepare_to_resume): ...this. Skip the PER info update
2636 unless the watch points have changed.
2637 (s390_refresh_per_info, s390_new_thread): New functions.
2638 (s390_insert_watchpoint): Call s390_refresh_per_info instead of
2639 s390_fix_watch_points.
2640 (s390_remove_watchpoint): Likewise.
2641 (_initialize_s390_nat): Reflect renaming of s390_fix_watch_points.
2642 Register s390_prepare_to_resume.
2643
2644 2015-03-09 Pedro Alves <palves@redhat.com>
2645
2646 Revert:
2647 2015-03-07 Pedro Alves <palves@redhat.com>
2648 * common/gdb_socket.h: New file.
2649 * ser-tcp.c: Include gdb_socket.h. Don't include netinet/in.h nor
2650 sys/socket.h.
2651 (net_open): Use union gdb_sockaddr_u.
2652
2653 2015-03-07 Pedro Alves <palves@redhat.com>
2654
2655 * configure.ac (build_warnings): Move -Wmissing-prototypes
2656 -Wdeclaration-after-statement -Wmissing-parameter-type
2657 -Wold-style-declaration -Wold-style-definition to the C-specific
2658 set.
2659 * configure: Regenerate.
2660
2661 2015-03-07 Pedro Alves <palves@redhat.com>
2662
2663 * common/gdb_socket.h: New file.
2664 * ser-tcp.c: Include gdb_socket.h. Don't include netinet/in.h nor
2665 sys/socket.h.
2666 (net_open): Use union gdb_sockaddr_u.
2667
2668 2015-03-07 Pedro Alves <palves@redhat.com>
2669
2670 * common/common-exceptions.c [!__cplusplus] (enum catcher_state)
2671 (exceptions_state_mc_action_iter)
2672 (exceptions_state_mc_action_iter_1, exceptions_state_mc_catch):
2673 Don't define.
2674 [__cplusplus] (try_scope_depth): New global.
2675 [__cplusplus] (exception_try_scope_entry)
2676 (exception_try_scope_exit, gdb_exception_sliced_copy)
2677 (exception_rethrow): New functions.
2678 (throw_exception): In C++ mode, throw
2679 gdb_exception_RETURN_MASK_QUIT for RETURN_QUIT and
2680 gdb_exception_RETURN_MASK_ERROR for RETURN_ERROR.
2681 (throw_it): In C++ mode, use try_scope_depth.
2682 * common/common-exceptions.h [!__cplusplus]
2683 (exceptions_state_mc_action_iter)
2684 (exceptions_state_mc_action_iter_1, exceptions_state_mc_catch):
2685 Don't declare.
2686 [__cplusplus] (exception_try_scope_entry)
2687 (exception_try_scope_exit, exception_rethrow): Declare.
2688 [__cplusplus] (struct exception_try_scope): New struct.
2689 [__cplusplus] (TRY, CATCH, END_CATCH): Reimplement on top of real
2690 C++ exceptions.
2691 (struct gdb_exception_RETURN_MASK_ALL)
2692 (struct gdb_exception_RETURN_MASK_ERROR)
2693 (struct gdb_exception_RETURN_MASK_QUIT): New types.
2694
2695 2015-03-07 Pedro Alves <palves@redhat.com>
2696
2697 * main.c (handle_command_errors): Remove volatile qualifier from
2698 parameter.
2699
2700 2015-03-07 Pedro Alves <palves@redhat.com>
2701
2702 * breakpoint.c (save_breakpoints): Adjust to avoid code between
2703 TRY and CATCH.
2704 * gdbtypes.c (safe_parse_type): Remove empty line.
2705 (types_deeply_equal):
2706 * guile/scm-frame.c (gdbscm_frame_name):
2707 * linux-thread-db.c (find_new_threads_once):
2708 * python/py-breakpoint.c (bppy_get_commands):
2709 * record-btrace.c (record_btrace_insert_breakpoint)
2710 (record_btrace_remove_breakpoint, record_btrace_start_replaying)
2711 (record_btrace_start_replaying): Adjust to avoid code between TRY
2712 and CATCH.
2713
2714 2015-03-07 Pedro Alves <palves@redhat.com>
2715
2716 * common/common-exceptions.c (struct catcher) <exception>: No
2717 longer a pointer to volatile exception. Now an exception value.
2718 <mask>: Delete field.
2719 (exceptions_state_mc_init): Remove all parameters. Adjust.
2720 (exceptions_state_mc): No longer pop the catcher here.
2721 (exceptions_state_mc_catch): New function.
2722 (throw_exception): Adjust.
2723 * common/common-exceptions.h (exceptions_state_mc_init): Remove
2724 all parameters.
2725 (exceptions_state_mc_catch): Declare.
2726 (TRY_CATCH): Rename to ...
2727 (TRY): ... this. Remove EXCEPTION and MASK parameters.
2728 (CATCH, END_CATCH): New.
2729 All callers adjusted.
2730
2731 2015-03-07 Tom Tromey <tromey@redhat.com>
2732
2733 * top.c (quit_force): Inline and delete DO_TRY, DO_PRINT_EX.
2734
2735 2015-03-07 Pedro Alves <palves@redhat.com>
2736
2737 * amd64-tdep.c (amd64_frame_cache, amd64_sigtramp_frame_cache)
2738 (amd64_epilogue_frame_cache): Normal exception handling code.
2739 * break-catch-throw.c (check_status_exception_catchpoint)
2740 (re_set_exception_catchpoint): Ditto.
2741 * cli/cli-interp.c (safe_execute_command):
2742 * cli/cli-script.c (script_from_file): Ditto.
2743 * compile/compile-c-symbols.c (generate_c_for_for_one_variable):
2744 Ditto.
2745 * compile/compile-object-run.c (compile_object_run): Ditto.
2746 * cp-abi.c (baseclass_offset): Ditto.
2747 * cp-valprint.c (cp_print_value): Ditto.
2748 * exceptions.c (catch_exceptions_with_msg):
2749 * frame-unwind.c (frame_unwind_try_unwinder): Ditto.
2750 * frame.c (get_frame_address_in_block_if_available): Ditto.
2751 * i386-tdep.c (i386_frame_cache, i386_epilogue_frame_cache)
2752 (i386_sigtramp_frame_cache): Ditto.
2753 * infcmd.c (post_create_inferior): Ditto.
2754 * linespec.c (parse_linespec, find_linespec_symbols):
2755 * p-valprint.c (pascal_object_print_value): Ditto.
2756 * parse.c (parse_expression_for_completion): Ditto.
2757 * python/py-finishbreakpoint.c (bpfinishpy_init): Ditto.
2758 * remote.c (remote_get_noisy_reply): Ditto.
2759 * s390-linux-tdep.c (s390_frame_unwind_cache): Ditto.
2760 * solib-svr4.c (solib_svr4_r_map): Ditto.
2761
2762 2015-03-06 Gary Benson <gbenson@redhat.com>
2763
2764 * common/common-utils.h (startswith): New inline function.
2765 All places where this logic was used updated to use the above.
2766
2767 2015-03-05 Pedro Alves <palves@redhat.com>
2768
2769 PR gdb/18002
2770 * mem-break.c (default_memory_insert_breakpoint): Set shadow_len
2771 after reading the breakpoint's shadow memory.
2772
2773 2015-03-05 Mark Kettenis <kettenis@gnu.org>
2774
2775 * hppabsd-nat.c: Remove file.
2776 * hppaobsd-nat.c: New file.
2777 * Makefile.in (ALLDEPFILES): Remove hppabsd-nat.c. Add
2778 hppaobsd-nat.c.
2779 * config/pa/obsd.mh (NATDEPFILES): Replace hppabsd-nat.o with
2780 hppaobsd-nat.o.
2781
2782 2015-03-04 Pedro Alves <palves@redhat.com>
2783
2784 * target.h (struct target_ops) <to_decr_pc_after_break>: Delete.
2785 (target_decr_pc_after_break): Delete declaration.
2786 * target.c (default_target_decr_pc_after_break)
2787 (target_decr_pc_after_break): Delete.
2788 * linux-nat.c (check_stopped_by_breakpoint, linux_nat_wait_1): Use
2789 gdbarch_decr_pc_after_break instead of target_decr_pc_after_break.
2790 * linux-thread-db.c (check_event): Likewise.
2791 * infrun.c (adjust_pc_after_break): Likewise.
2792 * darwin-nat.c (cancel_breakpoint): Likewise.
2793 * aix-thread.c (aix_thread_wait): Likewise.
2794 * target-delegates.c: Regenerate.
2795
2796 2015-03-04 Pedro Alves <palves@redhat.com>
2797
2798 * linux-nat.c (save_sigtrap): Check for breakpoints before
2799 checking watchpoints.
2800 (status_callback) [USE_SIGTRAP_SIGINFO]: Don't check whether a
2801 breakpoint is inserted if relying on SIGTRAP's siginfo.si_code.
2802 (check_stopped_by_breakpoint) [USE_SIGTRAP_SIGINFO]: Decide whether
2803 a breakpoint triggered based on the SIGTRAP's siginfo.si_code.
2804 (linux_nat_stopped_by_sw_breakpoint)
2805 (linux_nat_supports_stopped_by_sw_breakpoint)
2806 (linux_nat_stopped_by_hw_breakpoint)
2807 (linux_nat_supports_stopped_by_hw_breakpoint): New functions.
2808 (linux_nat_wait_1): Don't re-increment the PC if relying on
2809 SIGTRAP's siginfo->si_code.
2810 (linux_nat_add_target): Install new target methods.
2811 * linux-thread-db.c (check_event): Don't account for breakpoint PC
2812 offset if the target already adjusted the PC.
2813 * nat/linux-ptrace.h (USE_SIGTRAP_SIGINFO): New.
2814 (GDB_ARCH_TRAP_BRKPT): New.
2815 (TRAP_HWBKPT): Define if not already defined.
2816
2817 2015-03-04 Pedro Alves <palves@redhat.com>
2818
2819 * NEWS: Mention the new "swbreak" and "hwbreak" stop reasons.
2820 * remote.c (struct remote_state) <remote_stopped_by_watchpoint_p>:
2821 Delete field.
2822 <stop_reason>: New field.
2823 (PACKET_swbreak_feature, PACKET_hwbreak_feature): New enum values.
2824 (packet_set_cmd_state): New function.
2825 (remote_protocol_features): Register the "swbreak" and "hwbreak"
2826 features.
2827 (remote_query_supported): If not disabled with the corresponding
2828 "set remote foo-packet" command, report support for the swbreak
2829 and hwbreak features.
2830 (struct stop_reply) <remote_stopped_by_watchpoint_p>: Delete
2831 field.
2832 <stop_reason>: New field.
2833 (remote_parse_stop_reply): Handle "swbreak" and "hwbreak".
2834 (remote_wait_as): Adjust.
2835 (remote_stopped_by_sw_breakpoint)
2836 (remote_supports_stopped_by_sw_breakpoint)
2837 (remote_stopped_by_hw_breakpoint)
2838 (remote_supports_stopped_by_hw_breakpoint): New functions.
2839 (remote_stopped_by_watchpoint): New function.
2840 (init_remote_ops): Install them.
2841 (_initialize_remote): Register new "set/show remote
2842 swbreak-feature-packet" and "set/show remote
2843 swbreak-feature-packet" commands.
2844
2845 2015-03-04 Pedro Alves <palves@redhat.com>
2846
2847 * btrace.h: Include target/waitstatus.h.
2848 (struct btrace_thread_info) <stop_reason>: New field.
2849 * record-btrace.c (record_btrace_step_thread): Use
2850 record_check_stopped_by_breakpoint instead of breakpoint_here_p.
2851 (record_btrace_decr_pc_after_break): Delete.
2852 (record_btrace_stopped_by_sw_breakpoint)
2853 (record_btrace_supports_stopped_by_sw_breakpoint)
2854 (record_btrace_stopped_by_hw_breakpoint)
2855 (record_btrace_supports_stopped_by_hw_breakpoint): New functions.
2856 (init_record_btrace_ops): Install them.
2857 * record-full.c (record_full_hw_watchpoint): Delete and replace
2858 with ...
2859 (record_full_stop_reason): ... this throughout.
2860 (record_full_exec_insn): Adjust.
2861 (record_full_wait_1): Adjust. No longer re-increment the PC.
2862 (record_full_wait_1): Adjust. Use
2863 record_check_stopped_by_breakpoint instead of breakpoint_here_p.
2864 (record_full_stopped_by_watchpoint): Adjust.
2865 (record_full_stopped_by_sw_breakpoint)
2866 (record_full_supports_stopped_by_sw_breakpoint)
2867 (record_full_supports_stopped_by_sw_breakpoint)
2868 (record_full_stopped_by_hw_breakpoint)
2869 (record_full_supports_stopped_by_hw_breakpoint): New functions.
2870 (init_record_full_ops, init_record_full_core_ops): Install them.
2871 * record.c (record_check_stopped_by_breakpoint): New function.
2872 * record.h: Include target/waitstatus.h.
2873 (record_check_stopped_by_breakpoint): New declaration.
2874
2875 2015-03-04 Pedro Alves <palves@redhat.com>
2876
2877 enum lwp_stop_reason -> enum target_stop_reason
2878 * linux-nat.c (linux_resume_one_lwp, check_stopped_by_watchpoint)
2879 (linux_nat_stopped_by_watchpoint, status_callback)
2880 (linux_nat_wait_1): Adjust.
2881 * linux-nat.h (enum lwp_stop_reason): Delete.
2882 (struct lwp_info) <stop_reason>: Now an enum target_stop_reason.
2883 * x86-linux-nat.c (x86_linux_prepare_to_resume): Adjust.
2884 * target/waitstatus.h (enum target_stop_reason): New.
2885
2886 2015-03-04 Pedro Alves <palves@redhat.com>
2887
2888 * breakpoint.c (need_moribund_for_location_type): New function.
2889 (bpstat_stop_status): Don't skipping checking moribund locations
2890 of breakpoint types which the target tell caused a stop.
2891 (program_breakpoint_here_p): New function, factored out from ...
2892 (bp_loc_is_permanent): ... this.
2893 (update_global_location_list): Don't create a moribund location if
2894 the target supports reporting stops of the type of the removed
2895 breakpoint.
2896 * breakpoint.h (program_breakpoint_here_p): New declaration.
2897 * infrun.c (adjust_pc_after_break): Return early if the target has
2898 already adjusted the PC. Add comments.
2899 (handle_signal_stop): If nothing explains a signal, and the target
2900 tells us the stop was caused by a software breakpoint, check if
2901 there's a breakpoint instruction in the memory. If so, adjust the
2902 PC before presenting the stop to the user. Otherwise, ignore the
2903 trap. If nothing explains a signal, and the target tells us the
2904 stop was caused by a hardware breakpoint, ignore the trap.
2905 * target.h (struct target_ops) <to_stopped_by_sw_breakpoint,
2906 to_supports_stopped_by_sw_breakpoint, to_stopped_by_hw_breakpoint,
2907 to_supports_stopped_by_hw_breakpoint>: New fields.
2908 (target_stopped_by_sw_breakpoint)
2909 (target_supports_stopped_by_sw_breakpoint)
2910 (target_stopped_by_hw_breakpoint)
2911 (target_supports_stopped_by_hw_breakpoint): Define.
2912 * target-delegates.c: Regenerate.
2913
2914 2015-03-04 Pedro Alves <palves@redhat.com>
2915
2916 * infrun.c (follow_fork_inferior): Use the whole of the
2917 inferior_ptid and pending_follow.related_pid ptids instead of
2918 building ptids from the process components. Adjust verbose output
2919 to use target_pid_to_str.
2920 * linux-nat.c (linux_child_follow_fork): Use the whole of the
2921 inferior_ptid and pending_follow.related_pid ptids instead of
2922 building ptids from the process components.
2923
2924 2015-03-04 Mark Kettenis <kettenis@gnu.org>
2925
2926 * inf-ptrace.c [PT_GET_PROCESS_STATE]
2927 (inf_ptrace_insert_fork_catchpoint): New function.
2928 (inf_ptrace_remove_fork_catchpoint): New function.
2929 (inf_ptrace_target) [PT_GET_PROCESS_STATE]: Install them.
2930
2931 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
2932
2933 * s390-linux-tdep.c (s390_register_name): Return empty string
2934 instead of NULL for registers that shouldn't be visible.
2935
2936 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
2937
2938 * s390-linux-tdep.c (s390_gdbarch_init): Use the correct syscall
2939 XML file for 64-bit targets.
2940
2941 2015-03-03 Simon Marchi <simon.marchi@ericsson.com>
2942
2943 * target.h (find_default_create_inferior): Remove declaration.
2944 (find_default_attach): Likewise.
2945
2946 2015-03-03 Pedro Alves <palves@redhat.com>
2947
2948 * inf-ptrace.c (inf_ptrace_resume): Remove spurious whitespace.
2949 Use ptid_get_pid to get the overall process id when resuming all
2950 threads.
2951
2952 2015-03-03 Pedro Alves <palves@redhat.com>
2953
2954 * i386-linux-nat.c (i386_linux_resume): Get the ptrace PID out of
2955 the lwp field of ptid. Pass the full ptid to get_thread_regcache.
2956 * inf-ptrace.c (get_ptrace_pid): New function.
2957 (inf_ptrace_resume): Use it.
2958 * linux-nat.c (linux_resume_one_lwp): Pass the LWP's ptid ummodified
2959 to the lower layer.
2960
2961 2015-03-03 Markus Metzger <markus.t.metzger@intel.com>
2962
2963 * nat/linux-btrace.c: Include sys/utsname.h.
2964 (linux_determine_kernel_ptr_bits): New.
2965 (linux_enable_bts): Call linux_determine_kernel_ptr_bits.
2966 * x86-linux-nat.c (x86_linux_enable_btrace): Do not overwrite non-zero
2967 ptr_bits.
2968
2969 2015-03-03 Markus Metzger <markus.t.metzger@intel.com>
2970
2971 * btrace.c (ftrace_update_function): Treat return as tailcall for
2972 "_dl_runtime_resolve".
2973
2974 2015-03-03 Markus Metzger <markus.t.metzger@intel.com>
2975
2976 * btrace.h (btrace_function) <lbegin, lend>: Remove.
2977 * btrace.c (ftrace_debug): Do not print the line range.
2978 (ftrace_skip_file, ftrace_update_lines): Remove.
2979 (ftrace_new_function): Remove lbegin and lend initialization.
2980 (btrace_compute_ftrace_bts): Remove call to ftrace_update_lines.
2981 * record-btrace.c (btrace_compute_src_line_range): New.
2982 (btrace_call_history_src_line): Call btrace_compute_src_line_range.
2983
2984 2015-03-02 Pedro Alves <palves@redhat.com>
2985
2986 * infrun.c (follow_exec): Delete all threads of the process except
2987 the event thread. Extended comments.
2988
2989 2015-03-02 Joel Brobecker <brobecker@adacore.com>
2990
2991 * contrib/ari/gdb_ari.sh: Reinstate checks for "true" and "false".
2992
2993 2015-03-02 Joel Brobecker <brobecker@adacore.com>
2994
2995 * utils.h: Remove <stdbool.h> #include.
2996 (producer_is_gcc): Change return type to "int".
2997 * utils.c (producer_is_gcc): Change return type to int.
2998 Return 1 instead of true, and 0 instead of false.
2999 Adjust function documentation accordingly.
3000
3001 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
3002
3003 * s390-linux-nat.c (have_regset_vxrs): New static variable.
3004 (s390_linux_fetch_inferior_registers): Handle vector registers, if
3005 present.
3006 (s390_linux_store_inferior_registers): Likewise.
3007 (s390_get_hwcap): Remove function. Embed its logic...
3008 (s390_read_description): ...here. Yield a target description with
3009 vector registers if applicable.
3010 * s390-linux-tdep.c: Include "features/s390-vx-linux64.c",
3011 "features/s390-tevx-linux64.c", "features/s390x-vx-linux64.c", and
3012 "features/s390x-tevx-linux64.c".
3013 (struct gdbarch_tdep) <v0_full_regnum>: New field.
3014 (s390_dwarf_regmap): Add vector registers. Remove bogus entries
3015 for "GNU/Linux-specific registers".
3016 (s390_dwarf_reg_r0l): New enum value.
3017 (s390_dwarf_reg_to_regnum): Support vector registers.
3018 (s390_adjust_frame_regnum): Adjust pseudo DWARF register numbers
3019 of GPR lower halves.
3020 (regnum_is_vxr_full): New function.
3021 (s390_register_name): New function.
3022 (s390_pseudo_register_name): Handle v0-v15, which are composed of
3023 f0-f15 and v0l-v15l.
3024 (s390_pseudo_register_type): Likewise.
3025 (s390_pseudo_register_read): Likewise.
3026 (s390_pseudo_register_write): Likewise.
3027 (s390_value_from_register): Account for the fact that values are
3028 placed left-justified in vector registers.
3029 (s390_pseudo_register_reggroup_p): Add pseudo registers v0-v15 to
3030 the vector reggroup and omit them from the general reggroup.
3031 (s390_regmap_vxrs_low, s390_regmap_vxrs_high): New register maps.
3032 (s390_vxrs_low_regset, s390_vxrs_high_regset): New regsets.
3033 (s390_iterate_over_regset_sections): Add iterations for the two
3034 new vector regsets.
3035 (s390_core_read_description): Yield a target description with
3036 vector registers if applicable.
3037 (s390_gdbarch_init): Handle target descriptions with vector
3038 registers. Add "register_name" gdbarch method.
3039 (_initialize_s390_tdep): Call new tdesc initialization functions.
3040 * s390-linux-tdep.h (HWCAP_S390_VX): New macro.
3041 (S390_V0_LOWER_REGNUM, S390_V1_LOWER_REGNUM, S390_V2_LOWER_REGNUM)
3042 (S390_V3_LOWER_REGNUM, S390_V4_LOWER_REGNUM, S390_V5_LOWER_REGNUM)
3043 (S390_V6_LOWER_REGNUM, S390_V7_LOWER_REGNUM, S390_V8_LOWER_REGNUM)
3044 (S390_V9_LOWER_REGNUM, S390_V10_LOWER_REGNUM)
3045 (S390_V11_LOWER_REGNUM, S390_V12_LOWER_REGNUM)
3046 (S390_V13_LOWER_REGNUM, S390_V14_LOWER_REGNUM)
3047 (S390_V15_LOWER_REGNUM, S390_V16_REGNUM, S390_V17_REGNUM)
3048 (S390_V18_REGNUM, S390_V19_REGNUM, S390_V20_REGNUM)
3049 (S390_V21_REGNUM, S390_V22_REGNUM, S390_V23_REGNUM)
3050 (S390_V24_REGNUM, S390_V25_REGNUM, S390_V26_REGNUM)
3051 (S390_V27_REGNUM, S390_V28_REGNUM, S390_V29_REGNUM)
3052 (S390_V30_REGNUM, S390_V31_REGNUM): New macros.
3053 (S390_NUM_REGS): Adjust value.
3054 (s390_vxrs_low_regset, s390_vxrs_high_regset): Declare.
3055 (tdesc_s390_vx_linux64, tdesc_s390_tevx_linux64)
3056 (tdesc_s390x_vx_linux64, tdesc_s390x_tevx_linux64): Likewise.
3057 * NEWS: Announce S/390 vector register support.
3058
3059 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
3060
3061 * features/s390-tevx-linux64.xml: New file.
3062 * features/s390-vx-linux64.xml: New file.
3063 * features/s390-vx.xml: New file.
3064 * features/s390x-tevx-linux64.xml: New file.
3065 * features/s390x-vx-linux64.xml: New file.
3066 * features/Makefile (WHICH): Add s390-vx-linux64,
3067 s390x-vx-linux64, s390-tevx-linux64, and s390x-tevx-linux64.
3068 (s390-vx-linux64-expedite, s390-tevx-linux64-expedite)
3069 (s390x-vx-linux64-expedite, s390x-tevx-linux64-expedite): New
3070 macros.
3071 * features/s390-tevx-linux64.c: New generated file.
3072 * features/s390-vx-linux64.c: Likewise.
3073 * features/s390x-tevx-linux64.c: Likewise.
3074 * features/s390x-vx-linux64.c: Likewise.
3075 * regformats/s390-tevx-linux64.dat: Likewise.
3076 * regformats/s390-vx-linux64.dat: Likewise.
3077 * regformats/s390x-tevx-linux64.dat: Likewise.
3078 * regformats/s390x-vx-linux64.dat: Likewise.
3079
3080 2015-02-28 Doug Evans <xdje42@gmail.com>
3081
3082 * symtab.h (struct symtab) <next>: Fix comment.
3083
3084 2015-02-27 Simon Marchi <simon.marchi@ericsson.com>
3085
3086 * python/python.c (python_GdbModuleDef): Rename GdbMethods to
3087 python_GdbMethods.
3088
3089 2015-02-27 Pedro Alves <palves@redhat.com>
3090
3091 * dtrace-probe.c (dtrace_probe_ops): Make extern.
3092
3093 2015-02-27 Pedro Alves <palves@redhat.com>
3094
3095 * common/common-exceptions.h (exception_none): Declare.
3096 * common/common-exceptions.c (exception_none): Moved from
3097 exceptions.c.
3098 (exceptions_state_mc_init): Use exception_none.
3099 * exceptions.c (exception_none): Move to
3100 common/common-exceptions.c.
3101 * exceptions.h (exception_none): Move to
3102 common/common-exceptions.h.
3103
3104 2015-02-27 Pedro Alves <palves@redhat.com>
3105
3106 * main.c (catch_command_errors, catch_command_errors_const):
3107 Remove 'mask' argument. Adjust.
3108 (captured_main): Adjust callers.
3109
3110 2015-02-27 Pedro Alves <palves@redhat.com>
3111
3112 * python/python-internal.h: Include "extension-priv.h".
3113
3114 2015-02-27 Pedro Alves <palves@redhat.com>
3115
3116 * breakpoint.h (enum print_stop_action): Move further up in the
3117 file.
3118
3119 2015-02-27 Pedro Alves <palves@redhat.com>
3120
3121 * gdbarch.sh: Include regcache.h.
3122 * gdbarch.h: Regenerate.
3123
3124 2015-02-27 Pedro Alves <palves@redhat.com>
3125
3126 * arm-tdep.c (decode_insn) <arm_handle_insn, thumb_handle_insn>:
3127 Remove duplicate const.
3128 * sparc-sol2-tdep.c (sparc_sol2_static_transform_name): Remove
3129 duplicate const.
3130
3131 2015-02-27 Pedro Alves <palves@redhat.com>
3132
3133 * cp-valprint.c (vtbl_ptr_name): Use EXPORTED_CONST.
3134 * guile/guile.c (extension_language_guile): Use EXPORTED_CONST.
3135 * features/feature_to_c.sh: Tag the generated xml_builtin array
3136 with extern const in C++ mode.
3137
3138 2015-02-27 Tom Tromey <tromey@redhat.com>
3139
3140 * minidebug.c (struct lzma_stream): Rename to ...
3141 (struct gdb_lzma_stream): ... this.
3142 (lzma_open, lzma_pread, lzma_close, lzma_stat): Adjust.
3143
3144 2015-02-27 Pedro Alves <palves@redhat.com>
3145
3146 * mi/mi-cmd-stack.c (mi_apply_ext_lang_frame_filter): New
3147 function.
3148 (mi_cmd_stack_list_locals, mi_cmd_stack_list_args)
3149 (mi_cmd_stack_list_variables): Use it.
3150
3151 2015-02-27 Pedro Alves <palves@redhat.com>
3152
3153 * x86-linux-nat.c (u_debugreg_offset): New function.
3154 (x86_linux_dr_get, x86_linux_dr_set): Use it.
3155
3156 2015-02-27 Pedro Alves <palves@redhat.com>
3157
3158 * nat/x86-dregs.h (enum target_hw_bp_type): Remove forward
3159 declaration.
3160 Include break-common.h.
3161
3162 2015-02-27 Tom Tromey <tromey@redhat.com>
3163 Pedro Alves <palves@redhat.com>
3164
3165 * arm-tdep.c (set_fp_model_sfunc, arm_set_abi): Use 'int' for
3166 local used to iterate over enums.
3167 * completer.c (signal_completer): Likewise.
3168 * i386-tdep.c (i386_stap_parse_special_token): Likewise.
3169 * rs6000-tdep.c (powerpc_set_vector_abi): Likewise.
3170 * tui/tui-data.c (tui_next_win, tui_prev_win): Likewise.
3171 * tui/tui-layout.c (next_layout, prev_layout): Likewise.
3172 * tui/tui-win.c (tui_refresh_all_win, tui_rehighlight_all)
3173 (tui_resize_all, tui_set_focus_command, tui_all_windows_info): Likewise.
3174 * tui-wingeneral.c (tui_refresh_all): Likewise.
3175
3176 2015-02-27 Pedro Alves <palves@redhat.com>
3177
3178 * target.h: Include "infrun.h".
3179
3180 2015-02-27 Pedro Alves <palves@redhat.com>
3181
3182 * gdb_proc_service.h: Wrap with EXTERN_C_PUSH/EXTERN_C_POP.
3183
3184 2015-02-27 Pedro Alves <palves@redhat.com>
3185
3186 * common/agent.h (IPA_SYM_EXPORTED_NAME): New.
3187 (IPA_SYM): Use it.
3188 * common/common-defs.h (EXTERN_C_PUSH, EXTERN_C_POP): New macros.
3189
3190 2015-02-27 Pedro Alves <palves@redhat.com>
3191
3192 * cli-out.c (_rl_erase_entire_line): Move declaration out of
3193 cli_mld_erase_entire_line, and make it extern "C".
3194 * common/common-defs.h (EXTERN_C): New.
3195 * completer.c (_rl_completion_prefix_display_length)
3196 (_rl_print_completions_horizontally, QSFUNC): Move declarations
3197 out of gdb_display_match_list_1.
3198 (_rl_qsort_string_compare): Move declaration out of
3199 gdb_display_match_list_1, and make it extern "C".
3200 * defs.h (re_comp): Use EXTERN_C.
3201 * maint.c (_mcleanup): Move declaration out of mcleanup_wrapper,
3202 and make it extern "C".
3203 (monstartup): Move declaration out of maintenance_set_profile_cmd,
3204 and make it extern "C".
3205 (main): Move declaration out of maintenance_set_profile_cmd.
3206 * nat/linux-ptrace.c (linux_ptrace_attach_fail_reason_string): Use
3207 EXTERN_C.
3208
3209 2015-02-27 Pedro Alves <palves@redhat.com>
3210
3211 * python/python.c (GdbMethods): Rename to ...
3212 (python_GdbMethods): ... this and make extern.
3213 (GdbModuleDef): Rename to ...
3214 (python_GdbModuleDef): ... this and make extern.
3215
3216 2015-02-27 Pedro Alves <palves@redhat.com>
3217
3218 * record-btrace.c (set_record_btrace_cmdlist)
3219 (show_record_btrace_cmdlist): Remove redefinitions.
3220
3221 2015-02-27 Tom Tromey <tromey@redhat.com>
3222 Pedro Alves <palves@redhat.com>
3223
3224 * dwarf2-frame.c (enum cfa_how_kind, struct
3225 dwarf2_frame_state_reg_info): Move out of struct
3226 dwarf2_frame_state.
3227 * dwarf2read.c (struct tu_stats): Move out of struct
3228 dwarf2_per_objfile.
3229 (struct file_entry): Move out of struct line_header.
3230 (struct nextfield, struct nextfnfield, struct fnfieldlist, struct
3231 typedef_field_list): Move out of struct field_info.
3232 * gdbtypes.h (enum dynamic_prop_kind, union dynamic_prop_data):
3233 Move out of struct dynamic_prop.
3234 (union type_owner, union field_location, struct field, struct
3235 range_bounds, union type_specific): Move out of struct main_type.
3236 (struct fn_fieldlist, struct fn_field, struct typedef_field)
3237 (VOFFSET_STATIC): Move out of struct cplus_struct_type.
3238 (struct call_site_target, union call_site_parameter_u, struct
3239 call_site_parameter): Move out of struct call_site.
3240 * m32c-tdep.c (enum m32c_prologue_kind): Move out of struct
3241 m32c_prologue.
3242 (enum srcdest_kind): Move out of struct srcdest.
3243 * main.c (enum cmdarg_kind): Move out of struct cmdarg.
3244 * prologue-value.h (enum prologue_value_kind): Move out of struct
3245 prologue_value.
3246 * s390-linux-tdep.c (enum s390_abi_kind): Move out of struct
3247 gdbarch_tdep.
3248 * stabsread.c (struct nextfield, struct next_fnfieldlist): Move
3249 out of struct field_info.
3250 * symfile.h (struct other_sections): Move out of struct
3251 section_addr_info.
3252 * symtab.c (struct symbol_cache_slot): Move out struct
3253 block_symbol_cache.
3254 * target-descriptions.c (enum tdesc_type_kind): Move out of
3255 typedef struct tdesc_type.
3256 * tui/tui-data.h (enum tui_line_or_address_kind): Move out of
3257 struct tui_line_or_address.
3258 * value.c (enum internalvar_kind, union internalvar_data): Move
3259 out of struct internalvar.
3260 * xtensa-tdep.h (struct ctype_cache): Move out of struct
3261 gdbarch_tdep.
3262
3263 2015-02-27 Tom Tromey <tromey@redhat.com>
3264 Pedro Alves <palves@redhat.com>
3265
3266 Rename symbols whose names are reserved C++ keywords throughout.
3267
3268 2015-02-27 Pedro Alves <palves@redhat.com>
3269
3270 * Makefile.in (COMPILER): New, get it from autoconf.
3271 (COMPILE.pre, CC_LD): Use COMPILER.
3272 (CXX): Get from autoconf instead.
3273 (CXX_FOR_TARGET): Default to g++ instead of gcc.
3274 * acinclude.m4: Include build-with-cxx.m4.
3275 * build-with-cxx.m4: New file.
3276 * configure.ac: Call AC_PROG_CXX and GDB_AC_BUILD_WITH_CXX.
3277 Disable -Werror by default if building in C++ mode.
3278 (build_warnings): Add -Wno-sign-compare, -Wno-write-strings and
3279 -Wno-narrowing in C++ mode. Only enable -Wpointer-sign in C mode.
3280 Run supported-warning-flags tests with the C++ compiler.
3281 Save/restore CXXFLAGS too.
3282 * configure: Regenerate.
3283
3284 2015-02-27 Pedro Alves <palves@redhat.com>
3285
3286 * libiberty.m4: New file.
3287 * acinclude.m4: Include libiberty.m4.
3288 * configure.ac: Call libiberty_INIT.
3289 * config.in, configure: Regenerate.
3290
3291 2015-02-27 Andreas Arnez <arnez@linux.vnet.ibm.com>
3292
3293 * s390-linux-tdep.c (s390_gcc_target_options): Not just handle
3294 31-bit targets, but 64-bit targets as well.
3295 (s390_gnu_triplet_regexp): New function.
3296 (s390_gdbarch_init): Set the gcc_target_options gdbarch method for
3297 64-bit targets as well. Set the gnu_triplet_regexp gdbarch
3298 method.
3299
3300 2015-02-27 Jon TURNEY <jon.turney@dronecode.org.uk> (tiny patch)
3301
3302 * windows-nat.c (CONTEXT_DEBUGGER): Remove.
3303 (CONTEXT_DEBUGGER_DR): Add CONTEXT_SEGMENTS. Incorporate flags
3304 from CONTEXT_DEBUGGER.
3305
3306 2015-02-26 Doug Evans <dje@google.com>
3307
3308 * gdbtypes.c (internal_type_vptr_fieldno): Add missing call to
3309 CHECK_TYPEDEF.
3310 (set_type_vptr_fieldno): Ditto.
3311 (internal_type_vptr_basetype, set_type_vptr_basetype): Ditto.
3312 * gnu-v3-abi.c (gnuv3_dynamic_class): Ditto.
3313
3314 2015-02-26 Pedro Alves <palves@redhat.com>
3315
3316 * auto-load.h (file_is_auto_load_safe): Add ATTRIBUTE_PRINTF.
3317 * complaints.c (vcomplaint): Pass argument FMT directly to
3318 printf-like functions instead of complaint->fmt.
3319 * ctf.c (ctf_save_write_metadata): Add ATTRIBUTE_PRINTF.
3320 * darwin-nat.c (inferior_debug): Add ATTRIBUTE_PRINTF.
3321 * compile/compile-loc2c.c (pushf, unary, binary): Add
3322 ATTRIBUTE_PRINTF.
3323 (do_compile_dwarf_expr_to_c): Pass string literal as format string
3324 to pushf.
3325 (BINARY): Pass string literal as format string to 'binary'.
3326 * compile/compile-object-load.c (link_callbacks_einfo): Add
3327 ATTRIBUTE_PRINTF.
3328 * guile/guile-internal.h (gdbscm_printf): Add ATTRIBUTE_PRINTF.
3329
3330 2015-02-26 Pedro Alves <palves@redhat.com>
3331
3332 * windows-termcap.c: Rename to ...
3333 * stub-termcap.c: ... this. Adjust header line.
3334 * Makefile.in (SFILES): Refer to stub-termcap.c instead of
3335 windows-termcap.c.
3336 * configure: Regenerate.
3337 * configure.ac: Refer to stub-termcap.o instead of
3338 windows-termcap.o.
3339 * gdb_curses.h: Mention stub-termcap.c instead of
3340 windows-termcap.c.
3341
3342 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
3343
3344 * compile/compile-c-symbols.c (convert_one_symbol, convert_symbol_bmsym)
3345 (gcc_symbol_address): Call gnu_ifunc_resolve_addr.
3346
3347 2015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
3348
3349 * gdb/infcmd.c (print_return_value): use type_to_string to print type.
3350
3351 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
3352
3353 * elfread.c (elf_read_minimal_symbols): Use bfd_alloc for
3354 bfd_canonicalize_symtab.
3355
3356 2015-02-25 John Baldwin <jhb@FreeBSD.org>
3357
3358 * amd64fbsd-nat.c: Include sys/user.h.
3359 (_initialize_amd64fbsd_nat): Use the KERN_PROC_SIGTRAMP sysctl
3360 instead of KERN_PS_STRINGS to locate the signal trampoline.
3361 * i386fbsd-nat.c: Include sys/user.h.
3362 (_initialize_i386fbsd_nat): Use the KERN_PROC_SIGTRAMP sysctl
3363 instead of KERN_PS_STRINGS to locate the signal trampoline.
3364 * amd64fbsd-tdep.c (amd64fbsd_sigtramp_code): New.
3365 (amd64fbsd_sigtramp_p): New.
3366 (amd64fbsd_sigtramp_start_addr, amd64fbsd_sigtramp_end_addr): No
3367 longer set default values.
3368 (amd64fbsd_init_abi): Set "sigtramp_p" to "amd64fbsd_sigtramp_p".
3369 * i386fbsd-tdep.c (i386fbsd_sigtramp_start)
3370 (i386fbsd_sigtramp_middle, i386fbsd_sigtramp_end)
3371 (i386fbsd_freebsd4_sigtramp_start)
3372 (i386fbsd_freebsd4_sigtramp_middle)
3373 (i386fbsd_freebsd4_sigtramp_end, i386fbsd_osigtramp_start)
3374 (i386fbsd_osigtramp_middle, i386fbsd_osigtramp_end): New.
3375 (i386fbsd_sigtramp_p): New.
3376 (i386fbsd_sigtramp_start_addr, i386fbsd_sigtramp_end_addr): No
3377 longer set default values.
3378 (i386fbsd_init_abi): Set "sigtramp_p" to "i386fbsd_sigtramp_p".
3379
3380 2015-02-25 John Baldwin <jhb@freebsd.org>
3381
3382 * amd64fbsd-tdep.c (amd64fbsd_sigcontext_addr): Use
3383 get_frame_register instead of frame_unwind_register_unsigned.
3384
3385 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
3386
3387 PR build/18033
3388 * compile/compile-c-support.c (c_compute_program): Change // comment.
3389 * compile/compile-object-load.c (setup_sections): Change // comment.
3390
3391 2015-02-26 Joel Brobecker <brobecker@adacore.com>
3392
3393 PR build/18033:
3394 * iq2000-tdep.c (iq2000_frame_cache): Delete C++-style comment.
3395
3396 2015-02-23 Pedro Alves <palves@redhat.com>
3397
3398 * remote.c (skip_to_semicolon): New function.
3399 (remote_parse_stop_reply) <T stop reply>: Use it. Don't
3400 special case the stop reasons that look like hex numbers
3401 upfront. Instead handle real register numbers after matching
3402 all the known stop reasons.
3403
3404 2015-02-21 Doug Evans <dje@google.com>
3405
3406 PR c++/17976, symtab/17821
3407 * cp-namespace.c (cp_search_static_and_baseclasses): New parameter
3408 is_in_anonymous. All callers updated.
3409 (find_symbol_in_baseclass): Ditto.
3410 (cp_lookup_nested_symbol_1): Ditto. Don't search all static blocks
3411 for symbols in an anonymous namespace.
3412 * dwarf2read.c (namespace_name): Don't call dwarf2_name, fetch
3413 DW_AT_name directly.
3414 (dwarf2_name): Convert missing namespace name to
3415 CP_ANONYMOUS_NAMESPACE_STR.
3416
3417 2015-02-20 Pedro Alves <palves@redhat.com>
3418
3419 * linux-nat.c (linux_handle_extended_wait): Call
3420 thread_db_notice_clone whenever a new clone LWP is detected.
3421 (linux_stop_and_wait_all_lwps, linux_unstop_all_lwps): New
3422 functions.
3423 * linux-nat.h (thread_db_attach_lwp): Delete declaration.
3424 (thread_db_notice_clone, linux_stop_and_wait_all_lwps)
3425 (linux_unstop_all_lwps): Declare.
3426 * linux-thread-db.c (struct thread_get_info_inout): Delete.
3427 (thread_get_info_callback): Delete.
3428 (thread_from_lwp): Use td_thr_get_info and record_thread.
3429 (thread_db_attach_lwp): Delete.
3430 (thread_db_notice_clone): New function.
3431 (try_thread_db_load_1): If /proc is mounted and shows the
3432 process'es task list, walk over all LWPs and call thread_from_lwp
3433 instead of relying on td_ta_thr_iter.
3434 (attach_thread): Don't call check_thread_signals here. Split the
3435 tail part of the function (which adds the thread to the core GDB
3436 thread list) to ...
3437 (record_thread): ... this function. Call check_thread_signals
3438 here.
3439 (thread_db_wait): Don't call thread_db_find_new_threads_1. Always
3440 call thread_from_lwp.
3441 (thread_db_update_thread_list): Rename to ...
3442 (thread_db_update_thread_list_org): ... this.
3443 (thread_db_update_thread_list): New function.
3444 (thread_db_find_thread_from_tid): Delete.
3445 (thread_db_get_ada_task_ptid): Simplify.
3446 * nat/linux-procfs.c: Include <sys/stat.h>.
3447 (linux_proc_task_list_dir_exists): New function.
3448 * nat/linux-procfs.h (linux_proc_task_list_dir_exists): Declare.
3449
3450 2015-02-20 Pedro Alves <palves@redhat.com>
3451
3452 * linux-nat.c (lin_lwp_attach_lwp): No longer special case the
3453 main LWP. Handle the case of waitpid returning 0 if we're already
3454 attached to the LWP. Don't set the LWP's last_resume_kind to
3455 resume_stop if we already knew about the LWP.
3456 (linux_nat_filter_event): Add debug logs.
3457
3458 2015-02-20 Pedro Alves <palves@redhat.com>
3459
3460 * target.h (forward_target_decr_pc_after_break): Delete
3461 declaration.
3462
3463 2015-02-20 Pedro Alves <palves@redhat.com>
3464
3465 PR threads/18006
3466 * linux-thread-db.c (thread_get_info_callback): Return early if
3467 the thread's lwp id is -1.
3468
3469 2015-02-20 Joel Brobecker <brobecker@adacore.com>
3470
3471 GDB 7.9 released.
3472
3473 2015-02-19 Steve Ellcey <sellcey@imgtec.com>
3474
3475 * dtrace-probe.c (dtrace_process_dof_probe): Initialize arg.expr.
3476 (dtrace_get_probes) Change type of variable 'dof'.
3477
3478 2015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
3479
3480 PR breakpoints/16812
3481 * linux-nat.c (linux_nat_filter_event): Report SIGTRAP,SIGILL,SIGSEGV.
3482 * nat/linux-ptrace.c (linux_wstatus_maybe_breakpoint): Add.
3483 * nat/linux-ptrace.h: Add linux_wstatus_maybe_breakpoint.
3484
3485 2015-02-19 David Taylor <dtaylor@emc.com>
3486
3487 * common/ax.def (setv): Fix consumed entry in setv DEFOP.
3488
3489 2015-02-18 Patrick Palka <patrick@parcs.ath.cx>
3490
3491 * tui/tui-io.c (tui_handle_resize_during_io): Remove this
3492 function.
3493 (tui_putc): Don't call tui_handle_resize_during_io.
3494 (tui_getc): Likewise.
3495 (tui_mld_getc): Likewise.
3496 * tui/tui-win.c: Include event-loop.h and tui/tui-io.h.
3497 (tui_sigwinch_token): New static variable.
3498 (tui_initialize_win): Adjust documentation. Set
3499 tui_sigwinch_token.
3500 (tui_async_resize_screen): New asynchronous callback.
3501 (tui_sigwinch_handler): Adjust documentation. Asynchronously
3502 invoke tui_async_resize_screen.
3503
3504 2015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
3505
3506 * configure: Regenerated.
3507 * configure.ac: Use GDB_AC_TRANSFORM.
3508 * Makefile.in (aclocal_m4_deps): Added transform.m4.
3509 * acinclude.m4: sinclude transform.m4.
3510 * transform.m4: New file.
3511 (GDB_AC_TRANSFORM): New macro.
3512
3513 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
3514
3515 * NEWS: Announce the support for DTrace SDT probes.
3516
3517 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
3518
3519 * amd64-linux-tdep.c: Include "parser-defs.h" and "user-regs.h".
3520 (amd64_dtrace_parse_probe_argument): New function.
3521 (amd64_dtrace_probe_is_enabled): Likewise.
3522 (amd64_dtrace_enable_probe): Likewise.
3523 (amd64_dtrace_disable_probe): Likewise.
3524 (amd64_linux_init_abi): Register the
3525 `gdbarch_dtrace_probe_argument', `gdbarch_dtrace_enable_probe',
3526 `gdbarch_dtrace_disable_probe' and
3527 `gdbarch_dtrace_probe_is_enabled' hooks.
3528 (amd64_dtrace_disabled_probe_sequence_1): New constant.
3529 (amd64_dtrace_disabled_probe_sequence_2): Likewise.
3530 (amd64_dtrace_enable_probe_sequence): Likewise.
3531 (amd64_dtrace_disable_probe_sequence): Likewise.
3532
3533 2015-01-17 Jose E. Marchesi <jose.marchesi@oracle.com>
3534
3535 * breakpoint.c (BREAK_ARGS_HELP): Help string updated to mention
3536 the -probe-dtrace new vpossible value for PROBE_MODIFIER.
3537 * configure.ac (CONFIG_OBS): dtrace-probe.o added if BFD can
3538 handle ELF files.
3539 * Makefile.in (SFILES): dtrace-probe.c added.
3540 * configure: Regenerate.
3541 * dtrace-probe.c: New file.
3542 (SHT_SUNW_dof): New constant.
3543 (dtrace_probe_type): New enum.
3544 (dtrace_probe_arg): New struct.
3545 (dtrace_probe_arg_s): New typedef.
3546 (struct dtrace_probe_enabler): New struct.
3547 (dtrace_probe_enabler_s): New typedef.
3548 (dtrace_probe): New struct.
3549 (dtrace_probe_is_linespec): New function.
3550 (dtrace_dof_sect_type): New enum.
3551 (dtrace_dof_dofh_ident): Likewise.
3552 (dtrace_dof_encoding): Likewise.
3553 (DTRACE_DOF_ENCODE_LSB): Likewise.
3554 (DTRACE_DOF_ENCODE_MSB): Likewise.
3555 (dtrace_dof_hdr): New struct.
3556 (dtrace_dof_sect): Likewise.
3557 (dtrace_dof_provider): Likewise.
3558 (dtrace_dof_probe): Likewise.
3559 (DOF_UINT): New macro.
3560 (DTRACE_DOF_PTR): Likewise.
3561 (DTRACE_DOF_SECT): Likewise.
3562 (dtrace_process_dof_probe): New function.
3563 (dtrace_process_dof): Likewise.
3564 (dtrace_build_arg_exprs): Likewise.
3565 (dtrace_get_arg): Likewise.
3566 (dtrace_get_probes): Likewise.
3567 (dtrace_get_probe_argument_count): Likewise.
3568 (dtrace_can_evaluate_probe_arguments): Likewise.
3569 (dtrace_evaluate_probe_argument): Likewise.
3570 (dtrace_compile_to_ax): Likewise.
3571 (dtrace_probe_destroy): Likewise.
3572 (dtrace_gen_info_probes_table_header): Likewise.
3573 (dtrace_gen_info_probes_table_values): Likewise.
3574 (dtrace_probe_is_enabled): Likewise.
3575 (dtrace_probe_ops): New variable.
3576 (info_probes_dtrace_command): New function.
3577 (_initialize_dtrace_probe): Likewise.
3578 (dtrace_type_name): Likewise.
3579
3580 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
3581
3582 * gdbarch.sh (dtrace_parse_probe_argument): New.
3583 (dtrace_probe_is_enabled): Likewise.
3584 (dtrace_enable_probe): Likewise.
3585 (dtrace_disable_probe): Likewise.
3586 * gdbarch.c: Regenerate.
3587 * gdbarch.h: Regenerate.
3588
3589 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
3590
3591 * stap-probe.c (stap_probe_ops): Add NULLs in the static
3592 stap_probe_ops for `enable_probe' and `disable_probe'.
3593 * probe.c (enable_probes_command): New function.
3594 (disable_probes_command): Likewise.
3595 (_initialize_probe): Define the cli commands `enable probe' and
3596 `disable probe'.
3597 (parse_probe_linespec): New function.
3598 (info_probes_for_ops): Use parse_probe_linespec.
3599 * probe.h (probe_ops): New hooks `enable_probe' and
3600 `disable_probe'.
3601
3602 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
3603
3604 * probe.c (compute_probe_arg): Moved from stap-probe.c
3605 (compile_probe_arg): Likewise.
3606 (probe_funcs): Likewise.
3607 * stap-probe.c (compute_probe_arg): Moved to probe.c.
3608 (compile_probe_arg): Likewise.
3609 (probe_funcs): Likewise.
3610
3611 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
3612
3613 * probe.c (print_ui_out_not_applicables): New function.
3614 (exists_probe_with_pops): Likewise.
3615 (info_probes_for_ops): Do not include column headers for probe
3616 types for which no probe has been actually found on any object.
3617 Also invoke `print_ui_out_not_applicables' in order to match the
3618 column rows with the header when probes of several types are
3619 listed.
3620 Print the "Type" column.
3621 * probe.h (probe_ops): Added a new probe operation `type_name'.
3622 * stap-probe.c (stap_probe_ops): Add `stap_type_name'.
3623 (stap_type_name): New function.
3624
3625 2015-02-17 Patrick Palka <patrick@parcs.ath.cx>
3626
3627 * tui/tui-io.c (tui_getc): Don't call key_is_command_char.
3628 (key_is_command_char): Delete.
3629
3630 2015-02-17 Pedro Alves <palves@redhat.com>
3631
3632 * tui/tui.c (tui_enable): Resize windows before anything
3633 might show a window.
3634
3635 2015-02-17 Max Ostapenko <m.ostapenko@partner.samsung.com>
3636
3637 PR gdb/17984
3638 * aarch64-linux-nat.c: Don't include features/aarch64.c anymore.
3639 (aarch64_linux_read_description): Remove initialize_tdesc_aarch64
3640 call.
3641 * aarch64-tdep.h (tdesc_aarch64): Declare.
3642
3643 2015-02-12 Mark Wielaard <mjw@redhat.com>
3644
3645 * contrib/ari/gdb_ari.sh: Remove checks for "true" and "false".
3646
3647 2015-02-13 Doug Evans <dje@google.com>
3648
3649 * cp-namespace.c (cp_basic_lookup_symbol): Rename parameter
3650 anonymous_namespace to is_in_anonymous for consistency with the rest
3651 of the file.
3652 (cp_lookup_bare_symbol): Fix typo in comment.
3653 (cp_search_static_and_baseclasses): Ditto.
3654 (search_symbol_list): Use vertical space in comment better.
3655 (reset_directive_searched): Ditto. Fix typo.
3656 (cp_lookup_nested_symbol_1): Clarify contents of NESTED_NAME parameter.
3657
3658 2015-02-13 Yao Qi <yao.qi@arm.com>
3659
3660 * MAINTAINERS: Update my email address.
3661
3662 2015-02-12 Doug Evans <dje@google.com>
3663
3664 * symtab.c (completion_list_add_name): Fix memory leak.
3665
3666 2015-02-12 Doug Evans <dje@google.com>
3667
3668 * completer.c (complete_line): Remove incorrect comment.
3669
3670 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3671
3672 * python/py-framefilter.c (py_print_single_arg, enumerate_locals)
3673 (py_print_frame): Use RETURN_MASK_ERROR.
3674
3675 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3676
3677 * python/py-framefilter.c (py_print_frame): Mention RETURN_QUIT in
3678 function comment. Wrap all function that can throw in cleanups.
3679 (gdbpy_apply_frame_filter): Wrap all function that can throw in
3680 cleanups.
3681
3682 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3683
3684 * python/py-framefilter.c (py_print_frame): Substitute goto error.
3685 Remove the error label.
3686
3687 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3688
3689 * python/py-framefilter.c (py_print_frame): Put conditional code paths
3690 with goto first, indent the former else codepath left. Put variable
3691 'elided' to a new inner block.
3692
3693 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3694
3695 * python/py-framefilter.c (py_print_frame): Whitespacing fixes.
3696
3697 2015-02-11 Pedro Alves <palves@redhat.com>
3698
3699 * xcoffread.c (within_function): Delete.
3700
3701 2015-02-11 Tom Tromey <tromey@redhat.com>
3702 Pedro Alves <palves@redhat.com>
3703
3704 * breakpoint.c (base_breakpoint_ops): Delete.
3705 * dwarf2loc.c (dwarf_expr_ctx_funcs): Make extern.
3706 * elfread.c (elf_sym_fns_gdb_index, elf_sym_fns_lazy_psyms): Make extern.
3707 * guile/guile.c (guile_extension_script_ops, guile_extension_ops): Make extern.
3708 * ppcnbsd-tdep.c (ppcnbsd2_sigtramp): Make extern.
3709 * python/py-arch.c (arch_object_type): Make extern.
3710 * python/py-block.c (block_syms_iterator_object_type): Make extern.
3711 * python/py-bpevent.c (breakpoint_event_object_type): Make extern.
3712 * python/py-cmd.c (cmdpy_object_type): Make extern.
3713 * python/py-continueevent.c (continue_event_object_type)
3714 * python/py-event.h (GDBPY_NEW_EVENT_TYPE): Remove 'qual'
3715 parameter. Update all callers.
3716 * python/py-evtregistry.c (eventregistry_object_type): Make extern.
3717 * python/py-exitedevent.c (exited_event_object_type): Make extern.
3718 * python/py-finishbreakpoint.c (finish_breakpoint_object_type): Make extern.
3719 * python/py-function.c (fnpy_object_type): Make extern.
3720 * python/py-inferior.c (inferior_object_type, membuf_object_type): Make extern.
3721 * python/py-infevents.c (call_pre_event_object_type)
3722 (inferior_call_post_event_object_type).
3723 (memory_changed_event_object_type): Make extern.
3724 * python/py-infthread.c (thread_object_type): Make extern.
3725 * python/py-lazy-string.c (lazy_string_object_type): Make extern.
3726 * python/py-linetable.c (linetable_entry_object_type)
3727 (linetable_object_type, ltpy_iterator_object_type): Make extern.
3728 * python/py-newobjfileevent.c (new_objfile_event_object_type)
3729 (clear_objfiles_event_object_type): Make extern.
3730 * python/py-objfile.c (objfile_object_type): Make extern.
3731 * python/py-param.c (parmpy_object_type): Make extern.
3732 * python/py-progspace.c (pspace_object_type): Make extern.
3733 * python/py-signalevent.c (signal_event_object_type): Make extern.
3734 * python/py-symtab.c (symtab_object_type, sal_object_type): Make extern.
3735 * python/py-type.c (type_object_type, field_object_type)
3736 (type_iterator_object_type): Make extern.
3737 * python/python.c (python_extension_script_ops)
3738 (python_extension_ops): Make extern.
3739 * stap-probe.c (stap_probe_ops): Make extern.
3740
3741 2015-02-11 Pedro Alves <pedro@codesourcery.com>
3742
3743 * infrun.c (adjust_pc_after_break): Don't adjust the PC just
3744 because the event thread is not the current thread.
3745
3746 2015-02-11 Doug Evans <xdje42@gmail.com>
3747
3748 * gdbtypes.c (internal_type_self_type): If TYPE_SPECIFIC_FIELD hasn't
3749 been initialized yet, return NULL.
3750
3751 2015-02-11 Doug Evans <dje@google.com>
3752
3753 * symfile.h (new_symfile_objfile): Delete.
3754 * symfile.c (finish_new_objfile): Renamed from new_symfile_objfile.
3755 All callers updated.
3756
3757 2015-02-11 Patrick Palka <patrick@parcs.ath.cx>
3758
3759 * tui/tui-io.c (tui_handle_resize_during_io): Call
3760 tui_update_gdb_sizes() after resizing the screen.
3761 * tui/tui.c (tui_enable): Resize the terminal before
3762 calling tui_update_gdb_sizes().
3763
3764 2015-02-11 Patrick Palka <patrick@parcs.ath.cx>
3765
3766 * tui/tui-io.c (tui_getc): Move cursor to the end of the command
3767 line before printing a newline.
3768
3769 2015-02-11 Mark Wielaard <mjw@redhat.com>
3770
3771 * utils.c (producer_is_gcc): Return true or false.
3772
3773 2015-02-10 Mark Wielaard <mjw@redhat.com>
3774
3775 * utils.h (producer_is_gcc): Change return type to bool. Add major
3776 argument.
3777 * utils.c (producer_is_gcc): Likewise.
3778 (producer_is_gcc_ge_4): Adjust producer_is_gcc call.
3779 * dwarf2read.c (check_producer): Likewise.
3780
3781 2015-02-10 Pedro Alves <palves@redhat.com>
3782
3783 * infrun.c (displaced_step_fixup): Switch to the event thread
3784 before calling gdbarch_displaced_step_fixup.
3785
3786 2015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
3787
3788 * MAINTAINERS (Write After Approval): Add Antoine Tremblay.
3789
3790 2015-02-10 Simon Marchi <simon.marchi@ericsson.com>
3791
3792 * ada-varobj.c (ada_name_of_child): Constify parent.
3793 (ada_path_expr_of_child): Same.
3794 (ada_value_of_child): Same.
3795 (ada_type_of_child): Same.
3796 * c-varobj.c (c_is_path_expr_parent): Same.
3797 (c_describe_child): Same.
3798 (c_name_of_child): Same.
3799 (c_value_of_child): Same.
3800 (c_type_of_child): Same.
3801 (cplus_number_of_children): Same.
3802 (cplus_describe_child): Constify var.
3803 (cplus_name_of_child): Constify parent.
3804 (cplus_value_of_child): Same.
3805 (cplus_type_of_child): Same.
3806 * jv-varobj.c (java_name_of_child): Same.
3807 (java_value_of_child): Same.
3808 (java_type_of_child): Same.
3809 * varobj.c (value_of_child): Same.
3810 (varobj_default_is_path_expr_parent): Constify var, parent and return
3811 value.
3812 (varobj_get_path_expr): Constify var, modify path_expr through
3813 mutable_var.
3814 (install_new_value): Constify parent.
3815 (value_of_child): Constify parent.
3816 * varobj.h (struct varobj): Constify parent.
3817 (struct lang_varobj_ops): Constify name_of_child, value_of_child and
3818 type_of_child.
3819 (varobj_get_path_expr): Constify var.
3820 (varobj_get_path_expr_parent): Constify var and return value.
3821
3822 2015-02-10 Luis Machado <lgustavo@codesourcery.com>
3823
3824 * arm-tdep.c (arm_prologue_unwind_stop_reason): New function.
3825 (arm_prologue_this_id): Move PC and SP limit checks to
3826 arm_prologue_unwind_stop_reason.
3827 (arm_prologue_unwind) <stop_reason> : Set to
3828 arm_prologue_unwind_stop_reason.
3829
3830 2015-02-09 Mark Wielaard <mjw@redhat.com>
3831
3832 * dwarf2read.c (set_cu_language): Recognize DW_LANG_Fortran03 and
3833 DW_LANG_Fortran08 as language_fortran.
3834
3835 2015-02-09 Sergio Durigan Junior <sergiodj@redhat.com>
3836
3837 PR remote/17946
3838 * gdb/remote.c (remote_parse_stop_reply): Fix wrong comparison
3839 of pointer against char.
3840
3841 2015-02-09 Mark Wielaard <mjw@redhat.com>
3842
3843 * c-typeprint.c (cp_type_print_method_args): Handle '_Atomic'.
3844 (c_type_print_modifier): Likewise.
3845 * dwarf2read.c (read_tag_atomic_type): New function.
3846 (read_type_die_1): Handle DW_TAG_atomic_type.
3847 * gdbtypes.c (make_atomic_type): New function.
3848 (recursive_dump_type): Handle TYPE_ATOMIC.
3849 * gdbtypes.h (enum type_flag_values): Renumber.
3850 (enum type_instance_flag_value): Add TYPE_INSTANCE_FLAG_ATOMIC.
3851 (TYPE_ATOMIC): New macro.
3852 (make_atomic_type): Declare.
3853
3854 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
3855
3856 * btrace.c (ftrace_find_call): Skip gaps.
3857 (ftrace_new_function): Initialize level.
3858 (ftrace_new_call, ftrace_new_tailcall, ftrace_new_return)
3859 (ftrace_new_switch): Update
3860 level computation.
3861 (ftrace_new_gap): New.
3862 (ftrace_update_function): Create new function after gap.
3863 (btrace_compute_ftrace_bts): Create gap on error.
3864 (btrace_stitch_bts): Update parameters. Clear trace if it
3865 becomes empty.
3866 (btrace_stitch_trace): Update parameters. Update callers.
3867 (btrace_clear): Reset the number of gaps.
3868 (btrace_insn_get): Return NULL if the iterator points to a gap.
3869 (btrace_insn_number): Return zero if the iterator points to a gap.
3870 (btrace_insn_end): Allow gaps at the end.
3871 (btrace_insn_next, btrace_insn_prev, btrace_insn_cmp): Handle gaps.
3872 (btrace_find_insn_by_number): Assert that the found iterator does
3873 not point to a gap.
3874 (btrace_call_next, btrace_call_prev): Assert that the last function
3875 is not a gap.
3876 * btrace.h (btrace_bts_error): New.
3877 (btrace_function): Update comment.
3878 (btrace_function) <insn, insn_offset, number>: Update comment.
3879 (btrace_function) <errcode>: New.
3880 (btrace_thread_info) <ngaps>: New.
3881 (btrace_thread_info) <replay>: Update comment.
3882 (btrace_insn_get): Update comment.
3883 * record-btrace.c (btrace_ui_out_decode_error): New.
3884 (record_btrace_info): Print number of gaps.
3885 (btrace_insn_history, btrace_call_history): Call
3886 btrace_ui_out_decode_error for gaps.
3887 (record_btrace_step_thread, record_btrace_start_replaying): Skip gaps.
3888
3889 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
3890
3891 * common/btrace-common.h (btrace_cpu_vendor, btrace_cpu): New.
3892 * nat/linux-btrace.c: (btrace_this_cpu): New.
3893 (cpu_supports_bts): Call btrace_this_cpu.
3894 (intel_supports_bts): Add cpu parameter.
3895
3896 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
3897
3898 * btrace.h (btrace_insn_class): New.
3899 (btrace_insn) <size, iclass>: New.
3900 * btrace.c (ftrace_find_call): Update parameters. Update users.
3901 Use instruction classification.
3902 (ftrace_new_return): Update parameters. Update users.
3903 (ftrace_update_function): Update parameters. Update users. Use
3904 instruction classification.
3905 (ftrace_update_insns): Update parameters. Update users.
3906 (ftrace_classify_insn): New.
3907 (btrace_compute_ftrace_bts): Fill in new btrace_insn fields. Add
3908 TRY_CATCH around call to gdb_insn_length.
3909
3910 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
3911
3912 * btrace.c (btrace_compute_ftrace_bts, btrace_compute_ftrace):
3913 Update parameters. Update users.
3914
3915 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
3916
3917 * btrace.c (parse_xml_btrace_conf_bts): Add size.
3918 (btrace_conf_bts_attributes): New.
3919 (btrace_conf_children): Add attributes.
3920 * common/btrace-common.h (btrace_config_bts): New.
3921 (btrace_config)<bts>: New.
3922 (btrace_config): Update comment.
3923 * nat/linux-btrace.c (linux_enable_btrace, linux_enable_bts):
3924 Use config.
3925 * features/btrace-conf.dtd: Increment version. Add size
3926 attribute to bts element.
3927 * record-btrace.c (set_record_btrace_bts_cmdlist,
3928 show_record_btrace_bts_cmdlist): New.
3929 (record_btrace_adjust_size, record_btrace_print_bts_conf,
3930 record_btrace_print_conf, cmd_set_record_btrace_bts,
3931 cmd_show_record_btrace_bts): New.
3932 (record_btrace_info): Call record_btrace_print_conf.
3933 (_initialize_record_btrace): Add commands.
3934 * remote.c: Add PACKET_Qbtrace_conf_bts_size enum.
3935 (remote_protocol_features): Add Qbtrace-conf:bts:size packet.
3936 (btrace_sync_conf): Synchronize bts size.
3937 (_initialize_remote): Add Qbtrace-conf:bts:size packet.
3938 * NEWS: Announce new commands and new packets.
3939
3940 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
3941
3942 * Makefile.in (XMLFILES): Add btrace-conf.dtd.
3943 * x86-linux-nat.c (x86_linux_enable_btrace): Update parameters.
3944 (x86_linux_btrace_conf): New.
3945 (x86_linux_create_target): Initialize to_btrace_conf.
3946 * nat/linux-btrace.c (linux_enable_btrace): Update parameters.
3947 Check format. Split into this and ...
3948 (linux_enable_bts): ... this.
3949 (linux_btrace_conf): New.
3950 (perf_event_skip_record): Renamed into ...
3951 (perf_event_skip_bts_record): ... this. Updated users.
3952 (linux_disable_btrace): Split into this and ...
3953 (linux_disable_bts): ... this.
3954 (linux_read_btrace): Check format.
3955 * nat/linux-btrace.h (linux_enable_btrace): Update parameters.
3956 (linux_btrace_conf): New.
3957 (btrace_target_info)<ptid>: Moved.
3958 (btrace_target_info)<conf>: New.
3959 (btrace_target_info): Split into this and ...
3960 (btrace_tinfo_bts): ... this. Updated users.
3961 * btrace.c (btrace_enable): Update parameters.
3962 (btrace_conf, parse_xml_btrace_conf_bts, parse_xml_btrace_conf)
3963 (btrace_conf_children, btrace_conf_attributes)
3964 (btrace_conf_elements): New.
3965 * btrace.h (btrace_enable): Update parameters.
3966 (btrace_conf, parse_xml_btrace_conf): New.
3967 * common/btrace-common.h (btrace_config): New.
3968 * feature/btrace-conf.dtd: New.
3969 * record-btrace.c (record_btrace_conf): New.
3970 (record_btrace_cmdlist): New.
3971 (record_btrace_enable_warn, record_btrace_open): Pass
3972 &record_btrace_conf.
3973 (record_btrace_info): Print recording format.
3974 (cmd_record_btrace_bts_start): New.
3975 (cmd_record_btrace_start): Call cmd_record_btrace_bts_start.
3976 (_initialize_record_btrace): Add "record btrace bts" subcommand.
3977 Add "record bts" alias command.
3978 * remote.c (remote_state)<btrace_config>: New.
3979 (remote_btrace_reset, PACKET_qXfer_btrace_conf): New.
3980 (remote_protocol_features): Add qXfer:btrace-conf:read.
3981 (remote_open_1): Call remote_btrace_reset.
3982 (remote_xfer_partial): Handle TARGET_OBJECT_BTRACE_CONF.
3983 (btrace_target_info)<conf>: New.
3984 (btrace_sync_conf, btrace_read_config): New.
3985 (remote_enable_btrace): Update parameters. Call btrace_sync_conf and
3986 btrace_read_conf.
3987 (remote_btrace_conf): New.
3988 (init_remote_ops): Initialize to_btrace_conf.
3989 (_initialize_remote): Add qXfer:btrace-conf packet.
3990 * target.c (target_enable_btrace): Update parameters.
3991 (target_btrace_conf): New.
3992 * target.h (target_enable_btrace): Update parameters.
3993 (target_btrace_conf): New.
3994 (target_object)<TARGET_OBJECT_BTRACE_CONF>: New.
3995 (target_ops)<to_enable_btrace>: Update parameters and comment.
3996 (target_ops)<to_btrace_conf>: New.
3997 * target-delegates: Regenerate.
3998 * target-debug.h (target_debug_print_const_struct_btrace_config_p)
3999 (target_debug_print_const_struct_btrace_target_info_p): New.
4000 * NEWS: Announce new command and new packet.
4001
4002 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
4003
4004 * nat/linux-btrace.h (perf_event_buffer): New.
4005 (btrace_target_info) <buffer, size, data_head>: Replace with ...
4006 <bts>: ... this.
4007 * nat/linux-btrace.c (perf_event_header, perf_event_mmap_size)
4008 (perf_event_buffer_size, perf_event_buffer_begin)
4009 (perf_event_buffer_end, linux_btrace_has_changed): Removed.
4010 Updated users.
4011 (perf_event_new_data): New.
4012
4013 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
4014
4015 * btrace.c (btrace_enable): Pass BTRACE_FORMAT_BTS.
4016 * record-btrace.c (record_btrace_open): Remove call to
4017 target_supports_btrace.
4018 * remote.c (remote_supports_btrace): Update parameters.
4019 * target.c (target_supports_btrace): Update parameters.
4020 * target.h (to_supports_btrace, target_supports_btrace): Update
4021 parameters.
4022 * target-delegates.c: Regenerate.
4023 * target-debug.h (target_debug_print_enum_btrace_format): New.
4024 * nat/linux-btrace.c
4025 (kernel_supports_btrace): Rename into ...
4026 (kernel_supports_bts): ... this. Update users. Update warning text.
4027 (intel_supports_btrace): Rename into ...
4028 (intel_supports_bts): ... this. Update users.
4029 (cpu_supports_btrace): Rename into ...
4030 (cpu_supports_bts): ... this. Update users.
4031 (linux_supports_btrace): Update parameters. Split into this and ...
4032 (linux_supports_bts): ... this.
4033 * nat/linux-btrace.h (linux_supports_btrace): Update parameters.
4034
4035 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
4036
4037 * Makefile.in (SFILES): Add common/btrace-common.c.
4038 (COMMON_OBS): Add common/btrace-common.o.
4039 (btrace-common.o): Add build rules.
4040 * btrace.c (parse_xml_btrace): Update parameters.
4041 (parse_xml_btrace_block): Set format field.
4042 (btrace_add_pc, btrace_fetch): Use struct btrace_data.
4043 (do_btrace_data_cleanup, make_cleanup_btrace_data): New.
4044 (btrace_compute_ftrace): Split into this and...
4045 (btrace_compute_ftrace_bts): ...this.
4046 (btrace_stitch_trace): Split into this and...
4047 (btrace_stitch_bts): ...this.
4048 * btrace.h (parse_xml_btrace): Update parameters.
4049 (make_cleanup_btrace_data): New.
4050 * common/btrace-common.c: New.
4051 * common/btrace-common.h: Include common-defs.h.
4052 (btrace_block_s): Update comment.
4053 (btrace_format): New.
4054 (btrace_format_string): New.
4055 (btrace_data_bts): New.
4056 (btrace_data): New.
4057 (btrace_data_init, btrace_data_fini, btrace_data_empty): New.
4058 * remote.c (remote_read_btrace): Update parameters.
4059 * target.c (target_read_btrace): Update parameters.
4060 * target.h (target_read_btrace): Update parameters.
4061 (target_ops)<to_read_btrace>: Update parameters.
4062 * x86-linux-nat.c (x86_linux_read_btrace): Update parameters.
4063 * target-delegates.c: Regenerate.
4064 * target-debug (target_debug_print_struct_btrace_data_p): New.
4065 * nat/linux-btrace.c (linux_read_btrace): Split into this and...
4066 (linux_read_bts): ...this.
4067 * nat/linux-btrace.h (linux_read_btrace): Update parameters.
4068
4069 2015-02-06 Doug Evans <dje@google.com>
4070
4071 * remote-m32r-sdi.c: Include symfile.h.
4072
4073 2015-02-06 Doug Evans <dje@google.com>
4074
4075 * symtab.h (clear_symtab_users, deduce_language_from_filename): Move
4076 * symfile.h (clear_symtab_users, deduce_language_from_filename): ...
4077 to here.
4078
4079 2015-02-06 Pedro Alves <palves@redhat.com>
4080
4081 * linux-thread-db.c (find_new_threads_callback): Add debug output.
4082
4083 2015-02-06 Simon Marchi <simon.marchi@ericsson.com>
4084
4085 PR gdb/15678
4086 * breakpoint.c (map_breakpoint_numbers): Check for empty args string.
4087 (enable_count_command): Check args for NULL value.
4088
4089 2015-02-05 Doug Evans <xdje42@gmail.com>
4090
4091 * guile/scm-frame.c: Fix spelling errors in a comment.
4092
4093 2015-02-04 Jan Kratochvil <jan.kratochvil@redhat.com>
4094
4095 * python/python-internal.h (Py_hash_t): Define it for Python <3.2.
4096 * python/py-value.c (valpy_fetch_lazy): Use it. Remove cast to the
4097 return type.
4098
4099 2015-02-04 Pedro Alves <palves@redhat.com>
4100
4101 * linux-nat.c (handle_extended_wait): Don't resume LWPs here.
4102 (wait_lwp): Don't call wait_lwp if linux_handle_extended_wait
4103 returns true.
4104 (resume_stopped_resumed_lwps): Don't check whether the thread is
4105 marked as executing.
4106 (linux_nat_wait_1): Use resume_stopped_resumed_lwps.
4107
4108 2015-02-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
4109
4110 * regset.h (struct regset): Add flags field.
4111 (REGSET_VARIABLE_SIZE): New value for a regset's flags field.
4112 * corelow.c (get_core_register_section): Add warning if the size
4113 exceeds the requested size and the regset does not have the
4114 REGSET_VARIABLE_SIZE flag set.
4115 * alphanbsd-tdep.c (alphanbsd_gregset): Add REGSET_VARIABLE_SIZE
4116 flag.
4117 * armbsd-tdep.c (armbsd_gregset): Likewise.
4118 * hppa-hpux-tdep.c (hppa_hpux_regset): Likewise.
4119 * hppaobsd-tdep.c (hppaobsd_gregset): Likewise.
4120 * m68kbsd-tdep.c (m68kbsd_gregset): Likewise.
4121 * mipsnbsd-tdep.c (mipsnbsd_gregset): Likewise.
4122
4123 2015-02-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
4124
4125 * amd64-linux-tdep.c (amd64_linux_iterate_over_regset_sections):
4126 For ".reg-xstate", explicitly specify the requested section size
4127 via X86_XSTATE_SIZE instead of just 0 on input and
4128 X86_XSTATE_MAX_SIZE on output.
4129 * i386-linux-tdep.c (i386_linux_iterate_over_regset_sections):
4130 Likewise.
4131
4132 2015-02-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
4133
4134 PR corefiles/17808:
4135 * gdbarch.sh (iterate_over_regset_sections_cb): Document this
4136 function type, particularly its SIZE parameter.
4137 * gdbarch.h: Regenerate.
4138 * amd64-tdep.c (amd64_supply_fpregset): In gdb_assert, compare
4139 actual against required size using ">=" instead of "==".
4140 (amd64_collect_fpregset): Likewise.
4141 * i386-tdep.c (i386_supply_gregset): Likewise.
4142 (i386_collect_gregset): Likewise.
4143 (i386_supply_fpregset): Likewise.
4144 (i386_collect_fpregset): Likewise.
4145 * mips-linux-tdep.c (mips_supply_gregset_wrapper): Likewise.
4146 (mips_fill_gregset_wrapper): Likewise.
4147 (mips_supply_fpregset_wrapper): Likewise.
4148 (mips_fill_fpregset_wrapper): Likewise.
4149 (mips64_supply_gregset_wrapper): Likewise.
4150 (mips64_fill_gregset_wrapper): Likewise.
4151 (mips64_supply_fpregset_wrapper): Likewise.
4152 (mips64_fill_fpregset_wrapper): Likewise.
4153 * mn10300-linux-tdep.c (am33_supply_gregset_method): Likewise.
4154 (am33_supply_fpregset_method): Likewise.
4155 (am33_collect_gregset_method): Likewise.
4156 (am33_collect_fpregset_method): Likewise.
4157
4158 2015-02-04 Doug Evans <dje@google.com>
4159 Pedro Alves <palves@redhat.com>
4160 Eli Zaretskii <eliz@gnu.org>
4161
4162 PR tui/17810
4163 * tui/tui-command.c (tui_refresh_cmd_win): New function.
4164 * tui/tui-command.c (tui_refresh_cmd_win): Declare.
4165 * tui/tui-file.c: #include tui/tui-command.h.
4166 (tui_file_fputs): Refresh command window if stream is not gdb_stdout.
4167 (tui_file_flush): Refresh command window if stream is gdb_stdout.
4168 * tui/tui-io.c (tui_puts): Remove calls to wrefresh, fflush.
4169
4170 2015-02-04 Pedro Alves <palves@redhat.com>
4171
4172 Fix build breakage.
4173 * event-loop.c (gdb_do_one_event): Add default switch case.
4174
4175 2015-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
4176
4177 Filter out inferior gcc option -fpreprocessed.
4178 * compile/compile.c (filter_args): New function.
4179 (get_args): Use it.
4180
4181 2015-02-03 Pedro Alves <palves@redhat.com>
4182
4183 * event-loop.c: Don't declare nor define a queue type for
4184 gdb_event_p.
4185 (event_queue): Delete.
4186 (create_event, create_file_event, gdb_event_xfree)
4187 (initialize_event_loop, process_event): Delete.
4188 (gdb_do_one_event): Return as soon as one event is handled.
4189 (handle_file_event): Change prototype. Used the passed in
4190 file_handler pointer and ready_mask instead of looping over all
4191 file handlers.
4192 (gdb_wait_for_event): Update the poll/select timeouts before
4193 blocking. Run event handlers directly instead of queueing events.
4194 Return as soon as one event is handled.
4195 (struct async_event_handler_data): Delete.
4196 (invoke_async_event_handler): Delete.
4197 (check_async_event_handlers): Change return type to int. Run
4198 event handlers directly instead of queueing events. Return as
4199 soon as one event is handled.
4200 (handle_timer_event): Delete.
4201 (update_wait_timeout): New function, factored out from
4202 poll_timers.
4203 (poll_timers): Reimplement.
4204 * event-loop.h (initialize_event_loop): Delete declaration.
4205 * top.c (gdb_init): Don't call initialize_event_loop.
4206
4207 2015-02-03 Pedro Alves <palves@redhat.com>
4208
4209 * event-loop.c (clear_async_event_handler): New function.
4210 * event-loop.h (clear_async_event_handler): New declaration.
4211 * record-btrace.c (record_btrace_async): New function.
4212 (init_record_btrace_ops): Install record_btrace_async.
4213 * record-full.c (record_full_async): New function.
4214 (record_full_resume): Don't mark the async event source here.
4215 (init_record_full_ops): Install record_full_async.
4216 (record_full_core_resume): Don't mark the async event source here.
4217 (init_record_full_core_ops): Install record_full_async.
4218 * remote.c (remote_async): Mark and clear the async stop reply
4219 queue event-loop token as appropriate.
4220
4221 2015-02-03 Pedro Alves <palves@redhat.com>
4222
4223 * linux-nat.c (linux_child_follow_fork, linux_nat_wait_1): Use
4224 target_is_async_p instead of target_can_async.
4225 (linux_nat_wait): Use target_is_async_p instead of
4226 target_can_async. Don't enable async here.
4227 * remote.c (interrupt_query, remote_wait, putpkt_binary): Use
4228 target_is_async_p instead of target_can_async.
4229
4230 2015-02-02 Simon Marchi <simon.marchi@ericsson.com>
4231
4232 * varobj.h (lang_varobj_ops): Mention which return values need
4233 to be freed.
4234
4235 2015-02-02 Joel Brobecker <brobecker@adacore.com>
4236
4237 * dwarf2loc.c (dwarf2_evaluate_property): Add i18n marker.
4238
4239 2015-02-02 Joel Brobecker <brobecker@adacore.com>
4240
4241 PR gdb/17856:
4242 * ada-lang.c (ada_lookup_symbol_list_worker): Do not re-cache
4243 results found in the cache.
4244
4245 2015-02-02 Joel Brobecker <brobecker@adacore.com>
4246
4247 PR gdb/17854:
4248 * ada-lang.c (ada_get_symbol_cache): Set pspace_data->sym_cache
4249 when allocating a new one.
4250
4251 2015-02-01 Tom Tromey <tom@tromey.com>
4252
4253 * MAINTAINERS: Remove myself.
4254
4255 2015-01-31 Doug Evans <xdje42@gmail.com>
4256
4257 * dwarf2read.c (process_structure_scope): Update setting of
4258 TYPE_VPTR_BASETYPE, TYPE_VPTR_FIELDNO.
4259 * gdbtypes.c (internal_type_vptr_fieldno): New function.
4260 (set_type_vptr_fieldno): New function.
4261 (internal_type_vptr_basetype): New function.
4262 (set_type_vptr_basetype): New function.
4263 (get_vptr_fieldno): Update setting of TYPE_VPTR_FIELDNO,
4264 TYPE_VPTR_BASETYPE.
4265 (allocate_cplus_struct_type): Initialize vptr_fieldno.
4266 (recursive_dump_type): Printing of vptr_fieldno, vptr_basetype ...
4267 (print_cplus_stuff): ... moved here.
4268 (copy_type_recursive): Don't copy TYPE_VPTR_BASETYPE.
4269 * gdbtypes.h (struct main_type): Members vptr_fieldno, vptr_basetype
4270 moved to ...
4271 (struct cplus_struct_type): ... here. All uses updated.
4272 (TYPE_VPTR_FIELDNO, TYPE_VPTR_BASETYPE): Rewrite.
4273 (internal_type_vptr_fieldno, set_type_vptr_fieldno): Declare.
4274 (internal_type_vptr_basetype, set_type_vptr_basetype): Declare.
4275 * stabsread.c (read_tilde_fields): Update setting of
4276 TYPE_VPTR_FIELDNO, TYPE_VPTR_BASETYPE.
4277
4278 2015-01-31 Doug Evans <xdje42@gmail.com>
4279
4280 * cp-valprint.c (cp_find_class_member): Rename parameter domain_p
4281 to self_p.
4282 (cp_print_class_member): Rename local domain to self_type.
4283 * dwarf2read.c (quirk_gcc_member_function_pointer): Rename local
4284 domain_type to self_type.
4285 (set_die_type) <need_gnat_info>: Handle
4286 TYPE_CODE_METHODPTR, TYPE_CODE_MEMBERPTR, TYPE_CODE_METHOD.
4287 * gdb-gdb.py (StructMainTypePrettyPrinter): Handle
4288 TYPE_SPECIFIC_SELF_TYPE.
4289 * gdbtypes.c (internal_type_self_type): New function.
4290 (set_type_self_type): New function.
4291 (smash_to_memberptr_type): Rename parameter domain to self_type.
4292 Update setting of TYPE_SELF_TYPE.
4293 (smash_to_methodptr_type): Update setting of TYPE_SELF_TYPE.
4294 (smash_to_method_type): Rename parameter domain to self_type.
4295 Update setting of TYPE_SELF_TYPE.
4296 (check_stub_method): Call smash_to_method_type.
4297 (recursive_dump_type): Handle TYPE_SPECIFIC_SELF_TYPE.
4298 (copy_type_recursive): Ditto.
4299 * gdbtypes.h (enum type_specific_kind): New value
4300 TYPE_SPECIFIC_SELF_TYPE.
4301 (struct main_type) <type_specific>: New member self_type.
4302 (struct cplus_struct_type) <fn_field.type>: Update comment.
4303 (TYPE_SELF_TYPE): Rewrite.
4304 (internal_type_self_type, set_type_self_type): Declare.
4305 * gnu-v3-abi.c (gnuv3_print_method_ptr): Rename local domain to
4306 self_type.
4307 (gnuv3_method_ptr_to_value): Rename local domain_type to self_type.
4308 * m2-typeprint.c (m2_range): Replace TYPE_SELF_TYPE with
4309 TYPE_TARGET_TYPE.
4310 * stabsread.c (read_member_functions): Mark methods with
4311 TYPE_CODE_METHOD, not TYPE_CODE_FUNC. Update setting of
4312 TYPE_SELF_TYPE.
4313
4314 2015-01-31 Doug Evans <xdje42@gmail.com>
4315
4316 * gdbtypes.h (TYPE_SELF_TYPE): Renamed from TYPE_DOMAIN_TYPE.
4317 All uses updated.
4318
4319 2015-01-31 Doug Evans <xdje42@gmail.com>
4320
4321 * gnu-v3-abi.c (gnuv3_dynamic_class): Assert only passed structs
4322 or unions. Return zero if union.
4323 (gnuv3_get_vtable): Call check_typedef. Assert only passed structs.
4324 (gnuv3_rtti_type): Pass already-check_typedef'd value to
4325 gnuv3_get_vtable.
4326 (compute_vtable_size): Assert only passed structs.
4327 (gnuv3_print_vtable): Don't call gnuv3_get_vtable for non-structs.
4328
4329 2015-01-31 Doug Evans <xdje42@gmail.com>
4330
4331 * gdbtypes.c (copy_type_recursive): Handle all TYPE_SPECIFIC_FIELD
4332 kinds.
4333
4334 2015-01-31 Gary Benson <gbenson@redhat.com>
4335 Doug Evans <dje@google.com>
4336
4337 PR cli/9007
4338 PR cli/11920
4339 PR cli/15548
4340 * cli/cli-cmds.c (complete_command): Notify user if max-completions
4341 reached.
4342 * common/common-exceptions.h (enum errors)
4343 <MAX_COMPLETIONS_REACHED_ERROR>: New value.
4344 * completer.h (get_max_completions_reached_message): New declaration.
4345 (max_completions): Likewise.
4346 (completion_tracker_t): New typedef.
4347 (new_completion_tracker): New declaration.
4348 (make_cleanup_free_completion_tracker): Likewise.
4349 (maybe_add_completion_enum): New enum.
4350 (maybe_add_completion): New declaration.
4351 (throw_max_completions_reached_error): Likewise.
4352 * completer.c (max_completions): New global variable.
4353 (new_completion_tracker): New function.
4354 (free_completion_tracker): Likewise.
4355 (make_cleanup_free_completion_tracker): Likewise.
4356 (maybe_add_completions): Likewise.
4357 (throw_max_completions_reached_error): Likewise.
4358 (complete_line): Remove duplicates and limit result to max_completions
4359 entries.
4360 (get_max_completions_reached_message): New function.
4361 (gdb_display_match_list): Handle max_completions.
4362 (_initialize_completer): New declaration and function.
4363 * symtab.c: Include completer.h.
4364 (completion_tracker): New static variable.
4365 (completion_list_add_name): Call maybe_add_completion.
4366 (default_make_symbol_completion_list_break_on_1): Renamed from
4367 default_make_symbol_completion_list_break_on. Maintain
4368 completion_tracker across calls to completion_list_add_name.
4369 (default_make_symbol_completion_list_break_on): New function.
4370 * top.c (init_main): Set rl_completion_display_matches_hook.
4371 * tui/tui-io.c: Include completer.h.
4372 (tui_old_rl_display_matches_hook): New static global.
4373 (tui_rl_display_match_list): Notify user if max-completions reached.
4374 (tui_setup_io): Save/restore rl_completion_display_matches_hook.
4375 * NEWS (New Options): Mention set/show max-completions.
4376
4377 2015-01-31 Gary Benson <gbenson@redhat.com>
4378
4379 * symtab.c (struct add_name_data) <code>: New field.
4380 Updated comments.
4381 (add_symtab_completions): New function.
4382 (symtab_expansion_callback): Likewise.
4383 (default_make_symbol_completion_list_break_on): Set datum.code.
4384 Move minimal symbol scan before calling expand_symtabs_matching.
4385 Scan known primary symtabs for externs and statics before calling
4386 expand_symtabs_matching. Pass symtab_expansion_callback as
4387 expansion_notify argument to expand_symtabs_matching. Do not scan
4388 primary symtabs for externs and statics after calling
4389 expand_symtabs_matching.
4390
4391 2015-01-31 Gary Benson <gbenson@redhat.com>
4392
4393 * symfile.h (expand_symtabs_exp_notify_ftype): New typedef.
4394 (struct quick_symbol_functions) <expand_symtabs_matching>:
4395 New argument expansion_notify. All uses updated.
4396 (expand_symtabs_matching): New argument expansion_notify.
4397 All uses updated.
4398 * symfile-debug.c (debug_qf_expand_symtabs_matching):
4399 Also print expansion notify.
4400 * symtab.c (expand_symtabs_matching_via_partial): Call
4401 expansion_notify whenever a partial symbol table is expanded.
4402 * dwarf2read.c (dw2_expand_symtabs_matching): Call
4403 expansion_notify whenever a symbol table is instantiated.
4404
4405 2015-01-31 Doug Evans <xdje42@gmail.com>
4406
4407 * cli-out.c: #include completer.h, readline/readline.h.
4408 (cli_mld_crlf, cli_mld_putch, cli_mld_puts): New functions.
4409 (cli_mld_flush, cld_mld_erase_entire_line): Ditto.
4410 (cli_mld_beep, cli_mld_read_key, cli_display_match_list): Ditto.
4411 * cli-out.h (cli_display_match_list): Declare.
4412 * completer.c (MB_INVALIDCH, MB_NULLWCH): New macros.
4413 (ELLIPSIS_LEN): Ditto.
4414 (gdb_get_y_or_n, gdb_display_match_list_pager): New functions.
4415 (gdb_path_isdir, gdb_printable_part, gdb_fnwidth): Ditto.
4416 (gdb_fnprint, gdb_print_filename): Ditto.
4417 (gdb_complete_get_screenwidth, gdb_display_match_list_1): Ditto.
4418 (gdb_display_match_list): Ditto.
4419 * completer.h (mld_crlf_ftype, mld_putch_ftype): New typedefs.
4420 (mld_puts_ftype, mld_flush_ftype, mld_erase_entire_line_ftype): Ditto.
4421 (mld_beep_ftype, mld_read_key_ftype): Ditto.
4422 (match_list_displayer): New struct.
4423 (gdb_display_match_list): Declare.
4424 * top.c (init_main): Set rl_completion_display_matches_hook.
4425 * tui/tui-io.c: #include completer.h.
4426 (printable_part, PUTX, print_filename, get_y_or_n): Delete.
4427 (tui_mld_crlf, tui_mld_putch, tui_mld_puts): New functions.
4428 (tui_mld_flush, tui_mld_erase_entire_line, tui_mld_beep): Ditto.
4429 (tui_mld_getc, tui_mld_read_key): Ditto.
4430 (tui_rl_display_match_list): Rewrite.
4431 (tui_handle_resize_during_io): New arg for_completion. All callers
4432 updated.
4433
4434 2015-01-31 Doug Evans <xdje42@gmail.com>
4435
4436 Add symbol lookup cache.
4437 * NEWS: Document new options and commands.
4438 * symtab.c (symbol_cache_key): New static global.
4439 (DEFAULT_SYMBOL_CACHE_SIZE, MAX_SYMBOL_CACHE_SIZE): New macros.
4440 (SYMBOL_LOOKUP_FAILED): New macro.
4441 (symbol_cache_slot_state): New enum.
4442 (block_symbol_cache): New struct.
4443 (symbol_cache): New struct.
4444 (new_symbol_cache_size, symbol_cache_size): New static globals.
4445 (hash_symbol_entry, eq_symbol_entry): New functions.
4446 (symbol_cache_byte_size, resize_symbol_cache): New functions.
4447 (make_symbol_cache, free_symbol_cache): New functions.
4448 (get_symbol_cache, symbol_cache_cleanup): New function.
4449 (set_symbol_cache_size, set_symbol_cache_size_handler): New functions.
4450 (symbol_cache_lookup, symbol_cache_clear_slot): New function.
4451 (symbol_cache_mark_found, symbol_cache_mark_not_found): New functions.
4452 (symbol_cache_flush, symbol_cache_dump): New functions.
4453 (maintenance_print_symbol_cache): New function.
4454 (maintenance_flush_symbol_cache): New function.
4455 (symbol_cache_stats): New function.
4456 (maintenance_print_symbol_cache_statistics): New function.
4457 (symtab_new_objfile_observer): New function.
4458 (symtab_free_objfile_observer): New function.
4459 (lookup_static_symbol, lookup_global_symbol): Use symbol cache.
4460 (_initialize_symtab): Init symbol_cache_key. New parameter
4461 maint symbol-cache-size. New maint commands print symbol-cache,
4462 print symbol-cache-statistics, flush-symbol-cache.
4463 Install new_objfile, free_objfile observers.
4464
4465 2015-01-31 Joel Brobecker <brobecker@adacore.com>
4466
4467 PR symtab/17855
4468 * symfile.c (clear_symtab_users): Move call to breakpoint_re_set
4469 to end.
4470
4471 2015-01-31 Doug Evans <xdje42@gmail.com>
4472
4473 * NEWS: Mention inlined scripts in .debug_gdb_scripts section.
4474 * auto-load.c: #include ctype.h.
4475 (struct auto_load_pspace_info): Replace member loaded_scripts with
4476 new members loaded_script_files, loaded_script_texts.
4477 (auto_load_pspace_data_cleanup): Update.
4478 (init_loaded_scripts_info): Update.
4479 (get_auto_load_pspace_data_for_loading): Update.
4480 (maybe_add_script_file): Renamed from maybe_add_script. All callers
4481 updated.
4482 (maybe_add_script_text): New function.
4483 (clear_section_scripts): Update.
4484 (source_script_file, execute_script_contents): New functions.
4485 (source_section_scripts): Add support for
4486 SECTION_SCRIPT_ID_PYTHON_TEXT, SECTION_SCRIPT_ID_GUILE_TEXT.
4487 (print_scripts): New function.
4488 (auto_load_info_scripts): Also print inlined scripts.
4489 (maybe_print_unsupported_script_warning): Renamed from
4490 unsupported_script_warning_print. All callers updated.
4491 (maybe_print_script_not_found_warning): Renamed from
4492 script_not_found_warning_print. All callers updated.
4493 * extension-priv.h (struct extension_language_script_ops): New member
4494 objfile_script_executor.
4495 * extension.c (ext_lang_objfile_script_executor): New function.
4496 * extension.h (objfile_script_executor_func): New typedef.
4497 (ext_lang_objfile_script_executor): Declare.
4498 * guile/guile-internal.h (gdbscm_execute_objfile_script): Declare.
4499 * guile/guile.c (guile_extension_script_ops): Update.
4500 * guile/scm-objfile.c (gdbscm_execute_objfile_script): New function.
4501 * python/python.c (python_extension_script_ops): Update.
4502 (gdbpy_execute_objfile_script): New function.
4503
4504 2015-01-31 Eli Zaretskii <eliz@gnu.org>
4505
4506 * tui/tui-io.c (tui_expand_tabs): New function.
4507 (tui_puts, tui_redisplay_readline): Expand TABs into the
4508 appropriate number of spaces.
4509 * tui/tui-regs.c: Include tui-io.h.
4510 (tui_register_format): Call tui_expand_tabs to expand TABs into
4511 the appropriate number of spaces.
4512 * tui/tui-io.h: Add prototype for tui_expand_tabs.
4513
4514 2015-01-30 Doug Evans <dje@google.com>
4515
4516 * NEWS: "info source" command now display producer string if present.
4517 * source.c (source_info): Print producer string if present.
4518
4519 2015-01-30 Simon Marchi <simon.marchi@ericsson.com>
4520
4521 * varobj.c (varobj_delete): Fix comment.
4522
4523 2015-01-30 Simon Marchi <simon.marchi@ericsson.com>
4524
4525 * varobj.c (create_child): Modify comment.
4526
4527 2015-01-30 Simon Marchi <simon.marchi@ericsson.com>
4528
4529 * ada-varobj.c (ada_number_of_children): Constify struct varobj *
4530 parameter.
4531 (ada_name_of_variable): Same.
4532 (ada_path_expr_of_child): Same.
4533 (ada_value_of_variable): Same.
4534 (ada_value_is_changeable_p): Same.
4535 (ada_value_has_mutated): Same.
4536 * c-varobj.c (varobj_is_anonymous_child): Same.
4537 (c_is_path_expr_parent): Same.
4538 (c_number_of_children): Same.
4539 (c_name_of_variable): Same.
4540 (c_path_expr_of_child): Same.
4541 (get_type): Same.
4542 (c_value_of_variable): Same.
4543 (cplus_number_of_children): Same.
4544 (cplus_name_of_variable): Same.
4545 (cplus_path_expr_of_child): Same.
4546 (cplus_value_of_variable): Same.
4547 * jv-varobj.c (java_number_of_children): Same.
4548 (java_name_of_variable): Same.
4549 (java_path_expr_of_child): Same.
4550 (java_value_of_variable): Same.
4551 * varobj.c (number_of_children): Same.
4552 (name_of_variable): Same.
4553 (is_root_p): Same.
4554 (varobj_ensure_python_env): Same.
4555 (varobj_get_objname): Same.
4556 (varobj_get_expression): Same.
4557 (varobj_get_display_format): Same.
4558 (varobj_get_display_hint): Same.
4559 (varobj_has_more): Same.
4560 (varobj_get_thread_id): Same.
4561 (varobj_get_frozen): Same.
4562 (dynamic_varobj_has_child_method): Same.
4563 (varobj_get_gdb_type): Same.
4564 (is_path_expr_parent): Same.
4565 (varobj_default_is_path_expr_parent): Same.
4566 (varobj_get_language): Same.
4567 (varobj_get_attributes): Same.
4568 (varobj_is_dynamic_p): Same.
4569 (varobj_get_child_range): Same.
4570 (varobj_value_has_mutated): Same.
4571 (varobj_get_value_type): Same.
4572 (number_of_children): Same.
4573 (name_of_variable): Same.
4574 (check_scope): Same.
4575 (varobj_editable_p): Same.
4576 (varobj_value_is_changeable_p): Same.
4577 (varobj_floating_p): Same.
4578 (varobj_default_value_is_changeable_p): Same.
4579
4580 2015-01-30 Simon Marchi <simon.marchi@ericsson.com>
4581
4582 * varobj.c (varobj_get_path_expr): Set var->path_expr.
4583 * c-varobj.c (c_path_expr_of_child): Set local var instead of
4584 child->path_expr.
4585 (cplus_path_expr_of_child): Same.
4586
4587 2015-01-30 Simon Marchi <simon.marchi@ericsson.com>
4588
4589 * mi-cmd-var.c (print_varobj): Free varobj_get_expression
4590 result.
4591 (mi_cmd_var_info_expression): Same.
4592 * varobj.c (varobj_get_expression): Mention in the comment that
4593 the result must by freed by the caller.
4594
4595 2015-01-30 Simon Marchi <simon.marchi@ericsson.com>
4596
4597 * mi/mi-cmd-var.c (mi_cmd_var_info_type): Free result of
4598 varobj_get_type.
4599 (varobj_update_one): Same.
4600 * varobj.c (update_type_if_necessary): Free curr_type_str and
4601 new_type_str.
4602 (varobj_get_type): Specify in comment that the result needs to be
4603 freed by the caller.
4604
4605 2015-01-29 Doug Evans <dje@google.com>
4606
4607 PR symtab/17890
4608 * dwarf2read.c (dwarf_decode_line_header): Punt if version > 4.
4609
4610 2015-01-25 Mark Wielaard <mjw@redhat.com>
4611
4612 * dwarf2read.c (checkproducer): Call producer_is_gcc.
4613 * utils.c (producer_is_gcc_ge_4): Likewise.
4614 (producer_is_gcc): New function.
4615 * utils.h (producer_is_gcc): New declaration.
4616
4617 2015-01-29 Joel Brobecker <brobecker@adacore.com>
4618
4619 * gdbtypes.h (struct dynamic_prop): New PROP_ADDR_OFFSET enum
4620 kind.
4621 * gdbtypes.c (resolve_dynamic_type_internal): Replace "addr"
4622 parameter by "addr_stack" parameter.
4623 (resolve_dynamic_range): Replace "addr" parameter by
4624 "stack_addr" parameter. Update function documentation.
4625 Update code accordingly.
4626 (resolve_dynamic_array, resolve_dynamic_union)
4627 (resolve_dynamic_struct, resolve_dynamic_type_internal): Likewise.
4628 (resolve_dynamic_type): Update code, following the changes made
4629 to resolve_dynamic_type_internal's interface.
4630 * dwarf2loc.h (struct property_addr_info): New.
4631 (dwarf2_evaluate_property): Replace "address" parameter
4632 by "addr_stack" parameter. Adjust function documentation.
4633 (struct dwarf2_offset_baton): New.
4634 (struct dwarf2_property_baton): Update documentation of
4635 field "referenced_type" to be more general. New field
4636 "offset_info" in union data field.
4637 * dwarf2loc.c (dwarf2_evaluate_property): Replace "address"
4638 parameter by "addr_stack" parameter. Adjust code accordingly.
4639 Add support for PROP_ADDR_OFFSET properties.
4640 * dwarf2read.c (attr_to_dynamic_prop): Add support for
4641 DW_AT_data_member_location attributes as well. Use case
4642 statements instead of if/else condition.
4643
4644 2015-01-29 Joel Brobecker <brobecker@adacore.com>
4645
4646 * ada-varobj.c (ada_varobj_get_array_number_of_children):
4647 Return zero if PARENT_VALUE is NULL and parent_type's
4648 range type is dynamic.
4649
4650 2015-01-29 Joel Brobecker <brobecker@adacore.com>
4651
4652 * gdbtypes.c (is_dynamic_type_internal) <TYPE_CODE_RANGE>: Return
4653 nonzero if the type's subtype is dynamic.
4654 (resolve_dynamic_range): Also resolve the range's subtype.
4655
4656 2015-01-29 Alexander Klimov <alserkli@inbox.ru> (tiny patch)
4657
4658 Pushed by Joel Brobecker <brobecker@adacore.com>.
4659 * symfile.c (unmap_overlay_command): Initialize sec to NULL.
4660
4661 2015-01-27 Doug Evans <dje@google.com>
4662
4663 * NEWS: Mention gdb.Objfile.username.
4664 * python/py-objfile.c (objfpy_get_username): New function.
4665 (objfile_getset): Add "username".
4666
4667 2015-01-24 Mark Wielaard <mjw@redhat.com>
4668
4669 * stack.c (return_command): Markup warning message with _.
4670
4671 2015-01-24 Doug Evans <xdje42@gmail.com>
4672
4673 * gdbtypes.h (TYPE_TYPE_SPECIFIC): Delete.
4674
4675 2015-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
4676
4677 Fix 100x slowdown regression on DWZ files.
4678 * dwarf2read.c (struct dwarf2_per_objfile): Add line_header_hash.
4679 (struct line_header): Add offset and offset_in_dwz.
4680 (dwarf_decode_lines): Add parameter decode_mapping to the declaration.
4681 (free_line_header_voidp): New declaration.
4682 (line_header_hash, line_header_hash_voidp, line_header_eq_voidp): New
4683 functions.
4684 (dwarf2_build_include_psymtabs): Update dwarf_decode_lines caller.
4685 (handle_DW_AT_stmt_list): Use line_header_hash.
4686 (free_line_header_voidp): New function.
4687 (dwarf_decode_line_header): Initialize offset and offset_in_dwz.
4688 (dwarf_decode_lines): New parameter decode_mapping, use it.
4689 (dwarf2_free_objfile): Free line_header_hash.
4690
4691 2015-01-23 Simon Marchi <simon.marchi@ericsson.com>
4692
4693 PR gdb/17416
4694 * valops.c (value_rtti_indirect_type): Catch exception thrown by
4695 value_ind.
4696
4697 2015-01-15 Mark Wielaard <mjw@redhat.com>
4698
4699 * dwarf2read.c (read_subroutine_type): Set TYPE_NO_RETURN from
4700 DW_AT_noreturn.
4701 * gdbtypes.h (struct func_type): Add is_noreturn field flag. Make
4702 calling_convention an 8 bit bit field.
4703 (TYPE_NO_RETURN): New macro.
4704 * infcmd.c (finish_command): Query if function does not return
4705 normally.
4706 * stack.c (return_command): Likewise.
4707
4708 2015-01-23 Pedro Alves <palves@redhat.com>
4709
4710 * linux-nat.c (linux_is_async_p): New macro.
4711 (linux_nat_is_async_p):
4712 (linux_nat_terminal_inferior): Check whether the target can async
4713 instead of whether it is already async.
4714 (linux_nat_terminal_ours): Don't check whether the target is
4715 async.
4716 (linux_async_pipe): Use linux_is_async_p.
4717
4718 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
4719
4720 * NEWS (Changes since GDB 7.9): Add 'thread apply all' option
4721 '-ascending'.
4722 * thread.c (tp_array_compar_ascending, tp_array_compar): New.
4723 (thread_apply_all_command): Parse CMD for tp_array_compar_ascending.
4724 Sort tp_array using tp_array_compar.
4725 (_initialize_thread): Extend thread_apply_all_command help.
4726
4727 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
4728
4729 * corelow.c (core_open): Call also thread_command.
4730 * gdbthread.h (thread_command): New prototype moved from ...
4731 * thread.c (thread_command): ... here.
4732 (thread_command): Make it global.
4733
4734 2015-01-22 Pedro Alves <palves@redhat.com>
4735
4736 * configure.ac [*mingw32*]: Check $curses_found instead of
4737 $prefer_curses.
4738 * configure: Regenerate.
4739 * windows-termcap.c: Remove HAVE_CURSES_H, HAVE_NCURSES_H and
4740 HAVE_NCURSES_NCURSES_H checks.
4741
4742 2015-01-22 Eli Zaretskii <eliz@gnu.org>
4743
4744 * tui/tui.c (tui_enable) [__MINGW32__]: If the call to 'newterm'
4745 fails with the 1st arg NULL, try again with "unknown". Don't test
4746 the "cup" capability: it isn't supported by the Windows port of
4747 ncurses, but the Windows console driver is still capable of
4748 supporting TUI.
4749
4750 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
4751
4752 * compile/compile.c (_initialize_compile): Use -fPIE for compile_args.
4753
4754 2015-01-22 Eli Zaretskii <eliz@gnu.org>
4755
4756 * Makefile.in (HFILES_NO_SRCDIR): Remove ada-varobj.h.
4757 (ALLDEPFILES): Remove irix5-nat.c. These two are part of the
4758 reason that "make TAGS" is broken.
4759
4760 2015-01-22 Chen Gang <gang.chen.5i5j@gmail.com>
4761
4762 * hppa-tdep.c (inst_saves_gr): Fix logical working flow issues
4763 and check additional store instructions.
4764
4765 2015-01-21 Wei-cheng Wang <cole945@gmail.com>
4766
4767 * MAINTAINERS (Write After Approval): Add "Wei-cheng Wang".
4768
4769 2015-01-21 Wei-cheng Wang <cole945@gmail.com>
4770
4771 * ppc-linux-tdep.c (ppc_skip_trampoline_code,
4772 ppc_canonicalize_syscall, ppc_linux_syscall_record,
4773 ppc_linux_record_signal, ppc_init_linux_record_tdep): Add comments.
4774 * ppc64-tdep.c (ppc64_skip_trampoline_code): Likewise.
4775 * rs6000-tdep.c (rs6000_epilogue_frame_cache,
4776 rs6000_epilogue_frame_this_id, rs6000_epilogue_frame_prev_register,
4777 rs6000_epilogue_frame_sniffer, ppc_record_vsr, ppc_process_record_op4,
4778 ppc_process_record_op19, ppc_process_record_op31,
4779 ppc_process_record_op59, ppc_process_record_op60,
4780 ppc_process_record_op63): Likewise.
4781
4782 2015-01-20 Joel Brobecker <brobecker@adacore.com>
4783
4784 * nat/linux-ptrace.c (linux_ptrace_attach_fail_reason_string)
4785 (linux_ptrace_test_ret_to_nx): Use safe_strerror instead of
4786 strerror.
4787
4788 2015-01-20 Wei-cheng Wang <cole945@gmail.com>
4789
4790 * rs6000-tdep.c (ppc_process_record_op4, ppc_process_record_op19,
4791 ppc_process_record_op31, ppc_process_record_op59,
4792 ppc_process_record_op60, ppc_process_record_op63,
4793 ppc_process_record): Fix -Wformat warning.
4794 * rs6000-tdep.c (rs6000_epilogue_frame_cache, ppc_process_record_op60):
4795 Remove unused variables.
4796
4797 2015-01-20 Chen Gang <gang.chen.5i5j@gmail.com>
4798
4799 * MAINTAINERS (Write After Approval): Add "Chen Gang".
4800
4801 2015-01-19 Eli Zaretskii <eliz@gnu.org>
4802
4803 * configure.ac [*mingw32*]: Only add windows-termcap.o to
4804 CONFIG_OBS if not building with a curses library.
4805 * configure: Regenerate.
4806
4807 * windows-termcap.c: Include defs.h. Make the whole body empty if
4808 either one of HAVE_CURSES_H or HAVE_NCURSES_H or
4809 HAVE_NCURSES_NCURSES_H is defined.
4810
4811 2015-01-19 Joel Brobecker <brobecker@adacore.com>
4812
4813 * rs6000-tdep.c (rs6000_gdbarch_init): Move divide operator
4814 from end of line to start of next line.
4815
4816 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
4817
4818 * ppc-linux-tdep.c (ppc_skip_trampoline_code):
4819 Scan PLT stub backward for reverse debugging.
4820 * ppc64-tdep.c (ppc64_skip_trampoline_code): Likewise.
4821
4822 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
4823 Ulrich Weigand <uweigand@de.ibm.com>
4824
4825 * configure.tgt (powerpc*-*-linux): Add linux-record.o to
4826 gdb_target_obs.
4827 (ppc_linux_record_tdep, ppc64_linux_record_tdep): New for linux syscall
4828 record.
4829 (ppc_canonicalize_syscall, ppc_linux_syscall_record,
4830 ppc_linux_record_signal, ppc_init_linux_record_tdep): New functions.
4831 (ppc_linux_init_abi): Set process_record, process_record_signal.
4832 * ppc-tdep.h (struct gdbarch_tdep): Add ppc_syscall_record and
4833 ppc_linux_record_tdep to gdbarch_tdep.
4834 (ppc_process_record): New declaration.
4835 * rs6000-tdep.c (ppc_record_vsr, ppc_process_record_op4,
4836 ppc_process_record_op19, ppc_process_record_op31,
4837 ppc_process_record_op59, ppc_process_record_op60,
4838 ppc_process_record_op63, ppc_process_record): New functions.
4839
4840 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
4841
4842 * rs6000-tdep.c (rs6000_in_function_epilogue_p): Rename to
4843 rs6000_in_function_epilogue_frame_p and add an argument
4844 for frame_info.
4845 (rs6000_epilogue_frame_cache, rs6000_epilogue_frame_this_id,
4846 rs6000_epilogue_frame_prev_register, rs6000_epilogue_frame_sniffer):
4847 New functions.
4848 (rs6000_epilogue_frame_unwind): New.
4849 (rs6000_gdbarch_init): Append epilogue unwinder.
4850
4851 2015-01-16 Sergio Durigan Junior <sergiodj@redhat.com>
4852
4853 * nat/linux-personality.c: Replace "#ifndef
4854 HAVE_DECL_ADDR_NO_RANDOMIZE" by "#if
4855 !HAVE_DECL_ADDR_NO_RANDOMIZE", fixing a regression in RHEL-5
4856 systems.
4857
4858 2015-01-16 Eli Zaretskii <eliz@gnu.org>
4859
4860 * tui/tui-win.c (tui_rehighlight_all, tui_set_var_cmd): New
4861 functions.
4862 (_initialize_tui_win) <border-kind, border-mode>:
4863 <active-border-mode>: Use tui_set_var_cmd as the "set" function.
4864 (tui_set_tab_width_command): Fix the commentary.
4865
4866 * tui/tui-win.h: Add prototype for tui_rehighlight_all.
4867
4868 * tui/tui-win.c (tui_scroll_left_command, tui_scroll_right_command):
4869 Doc fix.
4870 (tui_set_tab_width_command): Delete and recreate the source and
4871 the disassembly windows, to show the effect of the changed tab
4872 size immediately.
4873
4874 * tui/tui-data.h (LINE_PREFIX): Make shorter
4875 (MAX_PID_WIDTH): Enlarge from 14 to 19, to leave enough space for
4876 "Thread NNNNN.XXXX" thread ID notation on Windows.
4877
4878 2015-01-16 Jan Kratochvil <jan.kratochvil@redhat.com>
4879
4880 Fix gcc-5 compilation.
4881 * hppa-tdep.c (inst_saves_gr): Fix parentheses typo.
4882
4883 2015-01-15 Sergio Durigan Junior <sergiodj@redhat.com>
4884
4885 * Makefile.in (HFILES_NO_SRCDIR): Add nat/linux-personality.h.
4886 (linux-personality.o): New rule.
4887 * common/common-defs.h: Include <stdint.h>.
4888 * config/aarch64/linux.mh (NATDEPFILES): Include
4889 linux-personality.o.
4890 * config/alpha/alpha-linux.mh (NATDEPFILES): Likewise.
4891 * config/arm/linux.mh (NATDEPFILES): Likewise.
4892 * config/i386/linux64.mh (NATDEPFILES): Likewise.
4893 * config/i386/linux.mh (NATDEPFILES): Likewise.
4894 * config/ia64/linux.mh (NATDEPFILES): Likewise.
4895 * config/m32r/linux.mh (NATDEPFILES): Likewise.
4896 * config/m68k/linux.mh (NATDEPFILES): Likewise.
4897 * config/mips/linux.mh (NATDEPFILES): Likewise.
4898 * config/pa/linux.mh (NATDEPFILES): Likewise.
4899 * config/powerpc/linux.mh (NATDEPFILES): Likewise.
4900 * config/powerpc/ppc64-linux.mh (NATDEPFILES): Likewise.
4901 * config/powerpc/spu-linux.mh (NATDEPFILES): Likewise.
4902 * config/s390/linux.mh (NATDEPFILES): Likewise.
4903 * config/sparc/linux64.mh (NATDEPFILES): Likewise.
4904 * config/sparc/linux.mh (NATDEPFILES): Likewise.
4905 * config/tilegx/linux.mh (NATDEPFILES): Likewise.
4906 * config/xtensa/linux.mh (NATDEPFILES): Likewise.
4907 * defs.h: Remove #include <stdint.h> (moved to
4908 common/common-defs.h).
4909 * linux-nat.c: Include nat/linux-personality.h. Remove #include
4910 <sys/personality.h>; do not define ADDR_NO_RANDOMIZE (moved to
4911 nat/linux-personality.c).
4912 (linux_nat_create_inferior): Remove code to disable address space
4913 randomization (moved to nat/linux-personality.c). Create cleanup
4914 to disable address space randomization.
4915 * nat/linux-personality.c: New file.
4916 * nat/linux-personality.h: Likewise.
4917
4918 2015-01-15 Sergio Durigan Junior <sergiodj@redhat.com>
4919
4920 * Makefile.in (ALLDEPFILES): Including common/mingw-strerror.c and
4921 common/posix-strerror.c.
4922 (posix-strerror.o): New rule.
4923 (mingw-strerror.o): Likewise.
4924 * common/common-utils.h (safe_strerror): Move prototype to here,
4925 from utils.h.
4926 * common/common.host: New file.
4927 * common/mingw-strerror.c: Likewise.
4928 * common/posix-strerror.c: Likewise.
4929 * configure: Regenerated.
4930 * configure.ac: Source common/common.host. Add variable
4931 common_host_obs to gdb_host_obs.
4932 * contrib/ari/gdb_ari.sh: Mention gdb/common/mingw-strerror.c and
4933 gdb/common/posix-strerror.c when warning about the use of
4934 strerror.
4935 * mingw-hdep.c (safe_strerror): Remove definition; move it to
4936 common/mingw-strerror.c.
4937 * posix-hdep.c (safe_strerror): Remove definition; move it to
4938 common/posix-hdep.c.
4939 * utils.h (safe_strerror): Remove prototype; move to
4940 common/common-utils.h.
4941
4942 2015-01-15 Joel Brobecker <brobecker@adacore.com>
4943
4944 GDB 7.8.2 released.
4945
4946 2015-01-15 Joel Brobecker <brobecker@adacore.com>
4947
4948 * ada-lang.c (ada_array_bound_from_type): Ignore array's parallel
4949 ___XA type if the array has already been fixed.
4950
4951 2015-01-14 Yao Qi <yao@codesourcery.com>
4952
4953 * Makefile.in (ppc-linux.o): New rule.
4954 * config/powerpc/ppc64-linux.mh (NATDEPFILES): Add ppc-linux.o.
4955 * configure.ac: AC_CHECK_FUNCS(getauxval).
4956 * config.in: Re-generated.
4957 * configure: Re-generated.
4958 * nat/ppc-linux.h [__powerpc64__] (ppc64_64bit_inferior_p):
4959 Declare.
4960 * nat/ppc-linux.c: New file.
4961 * ppc-linux-nat.c (ppc_linux_target_wordsize) [__powerpc64__]:
4962 Call ppc64_64bit_inferior_p.
4963
4964 2015-01-14 Yao Qi <yao@codesourcery.com>
4965
4966 * ppc-linux-nat.c (PT_ORIG_R3, PT_TRAP): Move to
4967 nat/ppc-linux.h.
4968 (PPC_FEATURE_CELL, PPC_FEATURE_BOOKE): Likewise.
4969 (PPC_FEATURE_HAS_DFP): Likewise.
4970 (PTRACE_GETVRREGS, PTRACE_SETVRREGS): Likewise.
4971 (PTRACE_GETVSXREGS, PTRACE_SETVSXREGS): Likewise.
4972 (PTRACE_GETEVRREGS, PTRACE_SETEVRREGS): Likewise.
4973 Include "nat/ppc-linux.h".
4974 * nat/ppc-linux.h: New file.
4975 * Makefile.in (HFILES_NO_SRCDIR): Add nat/ppc-linux.h.
4976
4977 2015-01-14 Pedro Alves <palves@redhat.com>
4978
4979 PR gdb/17525
4980 * breakpoint.c: Include "interps.h".
4981 (bpstat_do_actions_1): Also check whether the interpreter is
4982 async.
4983
4984 2015-01-14 Pedro Alves <palves@redhat.com>
4985
4986 PR cli/17828
4987 * infrun.c (reinstall_readline_callback_handler_cleanup): Don't
4988 reinstall if the interpreter is sync.
4989
4990 2015-01-13 Doug Evans <dje@google.com>
4991
4992 * objfiles.c (objfile_filename): New function.
4993 * objfiles.h (objfile_filename): Declare it.
4994 (objfile_name): Add function comment.
4995 * python/py-objfile.c (objfpy_lookup_objfile_by_name): Try both the
4996 bfd file name (which may be realpath'd), and the original name.
4997
4998 2015-01-13 Joel Brobecker <brobecker@adacore.com>
4999
5000 * NEWS: Create a new section for the next release branch.
5001 Rename the section of the current branch, now that it has
5002 been cut.
5003
5004 2015-01-13 Joel Brobecker <brobecker@adacore.com>
5005
5006 GDB 7.9 branch created (92fc2e6978d9a7c8324c7e851dbee59e22ec7a37):
5007 * version.in: Bump version to 7.9.50.DATE-cvs.
5008
5009 2015-01-13 Joel Brobecker <brobecker@adacore.com>
5010
5011 * nat/linux-procfs.c (linux_proc_attach_tgid_threads):
5012 Remove trailing new-line in argument of call to warning.
5013
5014 2015-01-13 Joel Brobecker <brobecker@adacore.com>
5015
5016 * linux-nat.c (attach_proc_task_lwp_callback): Remove trailing
5017 new-line in argument of call to "warning".
5018
5019 2015-01-13 Joel Brobecker <brobecker@adacore.com>
5020
5021 * ada-lang.c (ada_lookup_symbol_nonlocal): If name not found
5022 in static block, then try searching for primitive types.
5023
5024 2015-01-12 Patrick Palka <patrick@parcs.ath.cx>
5025
5026 * top.h (gdb_add_history): Declare.
5027 * top.c (command_count): New variable.
5028 (gdb_add_history): New function.
5029 (gdb_safe_append_history): New static function.
5030 (quit_force): Call it.
5031 (command_line_input): Use gdb_add_history instead of
5032 add_history.
5033 * event-top.c (command_line_handler): Likewise.
5034
5035 2015-01-12 James Clarke <jrtc27@jrtc27.com> (tiny patch)
5036
5037 PR gdb/17046
5038 * darwin-nat.c: Replace <machine/setjmp.h> #include by
5039 <setjmp.h> #include.
5040
5041 2015-01-11 Doug Evans <xdje42@gmail.com>
5042
5043 * dwarf2read.c (compute_delayed_physnames): Use TYPE_FN_FIELD_PHYSNAME.
5044
5045 2015-01-11 Doug Evans <xdje42@gmail.com>
5046
5047 PR gdb/15830
5048 * NEWS: The "maint demangle" command is renamed as "demangle".
5049 * demangle.c: #include cli/cli-utils.h, language.h.
5050 (demangle_command): New function.
5051 (_initialize_demangle): Add new command "demangle".
5052 * maint.c (maintenance_demangle): Stub out.
5053 (_initialize_maint_cmds): Update help text for "maint demangle",
5054 and mark as deprecated.
5055
5056 2015-01-11 Mark Kettenis <kettenis@gnu.org>
5057
5058 * inf-ptrace.c (inf_ptrace_follow_fork): Adjust now that
5059 inferior_thread is a function.
5060
5061 2015-01-09 Patrick Palka <patrick@parcs.ath.cx>
5062
5063 * Makefile.in (.y.c): Don't munge yacc's #line
5064 directives.
5065
5066 2015-01-09 Patrick Palka <patrick@parcs.ath.cx>
5067
5068 * utils.c (defaulted_query): Rewrite to use gdb_readline_wrapper
5069 to prompt for input.
5070 * tui/tui-hooks.c (tui_query_hook): Remove.
5071 (tui_install_hooks): Don't set deprecated_query_hook.
5072 * tui/tui-io.c (tui_redisplay_readline): Fix off-by-one error in
5073 height calculation. Always update the command window's cur_line.
5074
5075 2015-01-09 Pedro Alves <palves@redhat.com>
5076
5077 * breakpoint.c (hardware_breakpoint_inserted_here_p): New
5078 function.
5079 * breakpoint.h (hardware_breakpoint_inserted_here_p): New
5080 declaration.
5081 * linux-nat.c (linux_nat_status_is_event): Move higher up in file.
5082 (linux_resume_one_lwp): Store the thread's PC. Adjust to clear
5083 stop_reason.
5084 (check_stopped_by_watchpoint): New function.
5085 (save_sigtrap): Reimplement.
5086 (linux_nat_stopped_by_watchpoint): Adjust.
5087 (linux_nat_lp_status_is_event): Delete.
5088 (stop_wait_callback): Only call save_sigtrap after storing the
5089 pending status.
5090 (status_callback): If the thread had been stopped for a breakpoint
5091 that has since been removed, discard the event and resume the LWP.
5092 (count_events_callback, select_event_lwp_callback): Use
5093 lwp_status_pending_p instead of linux_nat_lp_status_is_event.
5094 (cancel_breakpoint): Rename to ...
5095 (check_stopped_by_breakpoint): ... this. Record whether the LWP
5096 stopped for a software breakpoint or hardware breakpoint.
5097 (select_event_lwp): Only give preference to the stepping LWP in
5098 all-stop mode. Adjust comments.
5099 (stop_and_resume_callback): Remove references to new_pending_p.
5100 (linux_nat_filter_event): Likewise. Leave exit events of the
5101 leader thread pending here. Handle signal short circuiting here.
5102 Only call save_sigtrap after storing the pending waitstatus.
5103 (linux_nat_wait_1): Remove 'retry' label. Remove references to
5104 new_pending. Don't handle leaving events the caller is not
5105 interested in pending here, nor handle signal short-circuiting
5106 here. Also give equal priority to all LWPs that have had events
5107 in non-stop mode. If reporting a software breakpoint event,
5108 unadjust the LWP's PC.
5109 * linux-nat.h (enum lwp_stop_reason): New.
5110 (struct lwp_info) <stop_pc>: New field.
5111 (struct lwp_info) <stopped_by_watchpoint>: Delete field.
5112 (struct lwp_info) <stop_reason>: New field.
5113 * x86-linux-nat.c (x86_linux_prepare_to_resume): Adjust.
5114
5115 2015-01-09 Pedro Alves <palves@redhat.com>
5116
5117 * linux-nat.c (linux_handle_extended_wait) <PTRACE_EVENT_EXEC>:
5118 Set the LWP's 'resumed' flag.
5119
5120 2015-01-09 Pedro Alves <palves@redhat.com>
5121
5122 * linux-nat.c (linux_resume_one_lwp): New function.
5123 (resume_lwp): Use lwp_status_pending_p and linux_resume_one_lwp.
5124 (linux_nat_resume): Use lwp_status_pending_p and
5125 linux_resume_one_lwp.
5126 (linux_handle_syscall_trap): Use linux_resume_one_lwp.
5127 (linux_handle_extended_wait): Use linux_resume_one_lwp.
5128 (status_callback, running_callback): Use lwp_status_pending_p.
5129 (lwp_status_pending_p): New function.
5130 (stop_and_resume_callback): Use lwp_status_pending_p.
5131 (linux_nat_filter_event): Use linux_resume_one_lwp.
5132 (linux_nat_wait_1): Always use status_callback to look for an LWP
5133 with a pending status. Use linux_resume_one_lwp.
5134 (resume_stopped_resumed_lwps): Use lwp_status_pending_p and
5135 linux_resume_one_lwp.
5136
5137 2015-01-09 Pedro Alves <palves@redhat.com>
5138
5139 * breakpoint.c (bp_location_inserted_here_p): New function,
5140 factored out from ...
5141 (breakpoint_inserted_here_p): ... here. Use
5142 ALL_BP_LOCATIONS_AT_ADDR.
5143 (software_breakpoint_inserted_here_p): Use
5144 bp_location_inserted_here_p and ALL_BP_LOCATIONS_AT_ADDR.
5145
5146 2014-01-09 Pedro Alves <palves@redhat.com>
5147
5148 Skip enabling event reporting if the kernel supports
5149 PTRACE_EVENT_CLONE.
5150 * linux-thread-db.c: Include "nat/linux-ptrace.h".
5151 (thread_db_use_events): New function.
5152 (try_thread_db_load_1): Check thread_db_use_events before enabling
5153 event reporting.
5154 (update_thread_state): New function.
5155 (attach_thread): Use it. Check thread_db_use_events before
5156 enabling event reporting.
5157 (thread_db_detach): Check thread_db_use_events before disabling
5158 event reporting.
5159 (find_new_threads_callback): Check thread_db_use_events before
5160 enabling event reporting. Update the thread's state if not using
5161 libthread_db events.
5162
5163 2015-01-09 Pedro Alves <palves@redhat.com>
5164
5165 * linux-nat.c (lin_lwp_attach_lwp): Assert that the lwp id we're
5166 about to wait for is > 0.
5167 * linux-thread-db.c (find_new_threads_callback): Ignore thread if
5168 the kernel thread ID is -1.
5169
5170 2015-01-09 Pedro Alves <palves@redhat.com>
5171
5172 * linux-nat.c (attach_proc_task_lwp_callback): New function.
5173 (linux_nat_attach): Use linux_proc_attach_tgid_threads.
5174 (wait_lwp, linux_nat_filter_event): If not set yet, set the lwp's
5175 ptrace option flags.
5176 * linux-nat.h (struct lwp_info) <must_set_ptrace_flags>: New
5177 field.
5178 * nat/linux-procfs.c: Include <dirent.h>.
5179 (linux_proc_get_int): New parameter "warn". Handle it.
5180 (linux_proc_get_tgid): Adjust.
5181 (linux_proc_get_tracerpid): Rename to ...
5182 (linux_proc_get_tracerpid_nowarn): ... this.
5183 (linux_proc_pid_get_state): New function, factored out from
5184 (linux_proc_pid_has_state): ... this. Add new parameter "warn"
5185 and handle it.
5186 (linux_proc_pid_is_gone): New function.
5187 (linux_proc_pid_is_stopped): Adjust.
5188 (linux_proc_pid_is_zombie_maybe_warn)
5189 (linux_proc_pid_is_zombie_nowarn): New functions.
5190 (linux_proc_pid_is_zombie): Use
5191 linux_proc_pid_is_zombie_maybe_warn.
5192 (linux_proc_attach_tgid_threads): New function.
5193 * nat/linux-procfs.h (linux_proc_get_tgid): Update comment.
5194 (linux_proc_get_tracerpid): Rename to ...
5195 (linux_proc_get_tracerpid_nowarn): ... this, and update comment.
5196 (linux_proc_pid_is_gone): New declaration.
5197 (linux_proc_pid_is_zombie): Update comment.
5198 (linux_proc_pid_is_zombie_nowarn): New declaration.
5199 (linux_proc_attach_lwp_func): New typedef.
5200 (linux_proc_attach_tgid_threads): New declaration.
5201 * nat/linux-ptrace.c (linux_ptrace_attach_fail_reason): Adjust to
5202 use nowarn functions.
5203 (linux_ptrace_attach_fail_reason_string): Move here from
5204 gdbserver/linux-low.c and rename.
5205 (ptrace_supports_feature): If the current ptrace options are not
5206 known yet, check them now, instead of asserting.
5207 * nat/linux-ptrace.h (linux_ptrace_attach_fail_reason_string):
5208 Declare.
5209
5210 2015-01-09 Pedro Alves <palves@redhat.com>
5211
5212 * linux-thread-db.c (thread_db_find_new_threads_silently)
5213 (try_thread_db_load_1, try_thread_db_load, thread_db_load_search)
5214 (find_new_threads_once): Print debug output on gdb_stdlog.
5215
5216 2015-01-09 Chen Gang <gang.chen.5i5j@gmail.com>
5217 Pedro Alves <palves@redhat.com>
5218
5219 * compile/compile.c: Include "gdb_wait.h".
5220 (do_rmdir): Check return value, and free 'zap'.
5221
5222 2015-01-08 Pedro Alves <palves@redhat.com>
5223 Yao Qi <yao@codesourcery.com>
5224
5225 * dwarf2loc.c (indirect_pieced_value): Don't call
5226 gdb_sign_extend. Call extract_signed_integer instead.
5227 * utils.c (gdb_sign_extend): Remove.
5228 * utils.h (gdb_sign_extend): Remove declaration.
5229
5230 2015-01-07 Pierre Muller <muller@sourceware.org>
5231
5232 PR symtab/17811
5233 * stabsread.c (define_symbol): Set language for C++ special symbols.
5234
5235 2015-01-07 Patrick Palka <patrick@parcs.ath.cx>
5236
5237 * inflow.c (initial_gdb_ttystate): Tweak comment.
5238
5239 2015-01-07 Joel Brobecker <brobecker@adacore.com>
5240
5241 * inflow.c (set_initial_gdb_ttystate): Add empty line after
5242 comment documenting function.
5243
5244 2015-01-07 Patrick Palka <patrick@parcs.ath.cx>
5245
5246 * terminal.h (set_initial_gdb_ttystate): Declare.
5247 * inflow.c (initial_gdb_ttystate): New static variable.
5248 (set_initial_gdb_ttystate): New setter.
5249 (child_terminal_init_with_pgrp): Copy initial_gdb_ttystate
5250 instead of our current terminal state.
5251 * top.c (gdb_init): Call set_initial_gdb_ttystate.
5252
5253 2015-01-07 Joel Brobecker <brobecker@adacore.com>
5254
5255 * guile/scm-type.c (tyscm_array_1): Add comment.
5256 * python/py-type.c (typy_array_1): Add comment.
5257
5258 2015-01-06 Joel Brobecker <brobecker@adacore.com>
5259
5260 * guile/scm-type.c (tyscm_array_1): Do not raise out-of-range
5261 error if N2 is equal to N1 - 1.
5262
5263 2015-01-06 Joel Brobecker <brobecker@adacore.com>
5264
5265 * python/py-type.c (typy_array_1): Do not raise negative-length
5266 exception if N2 is equal to N1 - 1.
5267
5268 2015-01-03 Doug Evans <xdje42@gmail.com>
5269
5270 * c-exp.y: Whitespace cleanup.
5271 (classify_inner_name): Remove extra ;.
5272
5273 2015-01-02 Maciej W. Rozycki <macro@codesourcery.com>
5274
5275 * mips-tdep.c (mips32_scan_prologue): Keep the extracted stack
5276 offset signed.
5277
5278 2015-01-02 Doug Evans <dje@google.com>
5279
5280 * dwarf2read.c (setup_type_unit_groups): Remove outdated comment.
5281
5282 2015-01-02 Doug Evans <dje@google.com>
5283
5284 * symtab.h (struct symbol): Fix typo in comment.
5285
5286 2015-01-01 Joel Brobecker <brobecker@adacore.com>
5287
5288 Update year range in copyright notice of all files.
5289
5290 2015-01-01 Joel Brobecker <brobecker@adacore.com>
5291
5292 * top.c (print_gdb_version): Update copyright year to 2015.
5293
5294 2015-01-01 Joel Brobecker <brobecker@adacore.com>
5295
5296 * config/djgpp/fnchange.lst: Add entry for gdb/ChangeLog-2014.
5297
5298 For older changes see ChangeLog-2014.
5299 \f
5300 Local Variables:
5301 mode: change-log
5302 left-margin: 8
5303 fill-column: 74
5304 version-control: never
5305 coding: utf-8
5306 End: