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