target: add to_record_stop_replaying target method
[deliverable/binutils-gdb.git] / gdb / ChangeLog
CommitLineData
797094dd
MM
12015-09-18 Markus Metzger <markus.t.metzger@intel.com>
2
3 * record-btrace.c (record_btrace_resume): Call
4 target_record_stop_replaying.
5 (record_btrace_stop_replaying_all): New.
6 (init_record_btrace_ops): Initialize to_record_stop_replaying.
7 * record-full.c (record_full_stop_replaying): New.
8 (init_record_full_ops ): Initialize to_record_stop_replaying.
9 * target-delegates.c: Regenerated.
10 * target.c (target_record_stop_replaying): New.
11 * target.h (struct target_ops) <to_record_stop_replaying>: New.
12 (target_record_stop_replaying): New.
13
4d10e986
MM
142015-09-18 Markus Metzger <markus.t.metzger@intel.com>
15
16 * record-btrace.c (record_btrace_xfer_partial)
17 (record_btrace_store_registers, record_btrace_prepare_to_store):
18 Call record_btrace_is_replaying with inferior_ptid instead of
19 minus_one_ptid.
20 (record_btrace_store_registers): Change error message.
21
a52eab48
MM
222015-09-18 Markus Metzger <markus.t.metzger@intel.com>
23
24 * record-btrace.c (record_btrace_is_replaying): Add ptid argument.
25 Update users to pass minus_one_ptid.
26 * record-full.c (record_full_is_replaying): Add ptid argument (ignored).
27 * record.c (cmd_record_delete): Pass inferior_ptid to
28 target_record_is_replaying.
29 * target-delegates.c: Regenerated.
30 * target.c (target_record_is_replaying): Add ptid argument.
31 * target.h (struct target_ops) <to_record_is_replaying>: Add ptid
32 argument.
33 (target_record_is_replaying): Add ptid argument.
34
cbb55fa7
MM
352015-09-18 Markus Metzger <markus.t.metzger@intel.com>
36
37 * record-btrace.c (record_btrace_open): Remove non_stop check.
38 * NEWS: Announce that record btrace supports non-stop mode.
39
d1988021
MM
402015-09-18 Markus Metzger <markus.t.metzger@intel.com>
41
42 * infrun.c (handle_inferior_event_1): Switch to the eventing thread
43 in the TARKET_WAITKIND_NO_HISTORY case.
44
a6b5be76
MM
452015-09-18 Markus Metzger <markus.t.metzger@intel.com>
46
47 * record-btrace.c (record_btrace_maybe_mark_async_event): New.
48 (record_btrace_wait): Call record_btrace_maybe_mark_async_event.
49
ec71cc2f
MM
502015-09-18 Markus Metzger <markus.t.metzger@intel.com>
51
52 * record-btrace.c (get_thread_current_frame): New.
53 (record_btrace_start_replaying): Call get_thread_current_frame.
54
0ca912df
MM
552015-09-18 Markus Metzger <markus.t.metzger@intel.com>
56
57 * record-btrace.c (record_btrace_resume_thread): A move request
58 overwrites a previous move request.
59 (record_btrace_find_resume_thread): Removed.
60 (record_btrace_resume): Resume all requested threads.
61
e3cfc1c7
MM
622015-09-18 Markus Metzger <markus.t.metzger@intel.com>
63
64 * record-btrace.c: Include vec.h.
65 (record_btrace_find_thread_to_move): Removed.
66 (btrace_step_no_resumed, btrace_step_again)
67 (record_btrace_stop_replaying_at_end): New.
68 (record_btrace_cancel_resume): Call record_btrace_stop_replaying_at_end.
69 (record_btrace_single_step_forward): Remove calls to
70 record_btrace_stop_replaying.
71 (record_btrace_step_thread): Do only one step for BTHR_CONT and
72 BTHR_RCONT. Keep threads at the end of their history moving.
73 (record_btrace_wait): Call record_btrace_step_thread for all threads
74 until one reports an event. Call record_btrace_stop_replaying_at_end
75 for the eventing thread.
76
cf8f8f0c
MM
772015-09-18 Markus Metzger <markus.t.metzger@intel.com>
78
79 * record-btrace.c (record_btrace_single_step_forward): Return
80 NO_HISTORY if a step brings us to the end of the execution history.
81
011c71b6
MM
822015-09-18 Markus Metzger <markus.t.metzger@intel.com>
83
84 * record-btrace.c (record_btrace_step_thread): Move breakpoint check
85 to ...
86 (record_btrace_single_step_forward): ... here and
87 (record_btrace_single_step_backward): ... here.
88
d825d248
MM
892015-09-18 Markus Metzger <markus.t.metzger@intel.com>
90
91 * record-btrace.c (btrace_step_spurious)
92 (record_btrace_single_step_forward)
93 (record_btrace_single_step_backward): New.
94 (record_btrace_step_thread): Call record_btrace_single_step_forward
95 and record_btrace_single_step_backward.
96
3c615f99
MM
972015-09-18 Markus Metzger <markus.t.metzger@intel.com>
98
99 * record-btrace.c (record_btrace_replay_at_breakpoint): New.
100 (record_btrace_step_thread): Call record_btrace_replay_at_breakpoint.
101
987e68b1
MM
1022015-09-18 Markus Metzger <markus.t.metzger@intel.com>
103
104 * record-btrace.c (btrace_thread_flag_to_str)
105 (record_btrace_cancel_resume): New.
106 (record_btrace_step_thread): Call btrace_thread_flag_to_str.
107 (record_btrace_resume): Print execution direction.
108 (record_btrace_resume_thread): Call btrace_thread_flag_to_str.
109 (record_btrace_wait): Call record_btrace_cancel_resume.
110
6e4879f0
MM
1112015-09-18 Markus Metzger <markus.t.metzger@intel.com>
112
113 * btrace.h (enum btrace_thread_flag) <BTHR_STOP>: New.
114 * record-btrace (record_btrace_resume_thread): Clear BTHR_STOP.
115 (record_btrace_find_thread_to_move): Also accept threads that have
116 BTHR_STOP set.
117 (btrace_step_stopped_on_request, record_btrace_stop): New.
118 (record_btrace_step_thread): Support BTHR_STOP.
119 (record_btrace_wait): Also clear BTHR_STOP when stopping other threads.
120 (init_record_btrace_ops): Initialize to_stop.
121
5953356c
MM
1222015-09-18 Markus Metzger <markus.t.metzger@intel.com>
123
124 * record-btrace.c (record_btrace_wait): Replace non_stop check with
125 target_is_non_stop_p ().
126
bfca584f
PMR
1272015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
128
129 * ada-typeprint.c (print_array_type): Do not describe arrays as
130 packed when they embed dynamic elements.
131
5382cfab
PW
1322015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
133
134 * symtab.h (address_class): Document that TLS variables
135 are handled by LOC_UNRESOLVED.
136 * findvar.c (default_read_var_value): Don't relocate TLS variables.
137 * printcmd.c (address_info): Don't relocate TLS variables.
138
b277c936
PL
1392015-09-15 Pierre Langlois <pierre.langlois@arm.com>
140
141 * aarch64-tdep.c (decode_add_sub_imm): Use debug_printf.
142 (decode_adrp): Likewise.
143 (decode_b): Likewise.
144 (decode_bcond): Likewise.
145 (decode_br): Likewise.
146 (decode_cb): Likewise.
147 (decode_eret): Likewise.
148 (decode_movz): Likewise.
149 (decode_orr_shifted_register_x): Likewise.
150 (decode_ret): Likewise.
151 (decode_stp_offset): Likewise.
152 (decode_stp_offset_wb): Likewise.
153 (decode_stur): Likewise.
154 (decode_tb): Likewise.
155 (aarch64_analyze_prologue): Likewise.
156 (pass_in_x): Likewise.
157 (pass_in_v): Likewise.
158 (pass_on_stack): Likewise.
159 (aarch64_push_dummy_call): Likewise.
160 (aarch64_extract_return_value): Likewise.
161 (aarch64_store_return_value): Likewise.
162 (aarch64_return_value): Likewise.
163 (aarch64_record_asimd_load_store): Likewise.
164 (aarch64_record_load_store): Likewise.
165 (aarch64_record_data_proc_simd_fp): Likewise.
166
141c5cc4
JK
1672015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
168
169 * linespec.c (minsym_found): Call gdbarch_skip_entrypoint.
170 * ppc64-tdep.c (ppc64_skip_trampoline_code): Rename to ...
171 (ppc64_skip_trampoline_code_1): ... here.
172 (ppc64_skip_trampoline_code): New wrapper function.
173 * symtab.c (find_function_start_sal): Call gdbarch_skip_entrypoint.
174
750ce8d1
YQ
1752015-09-15 Yao Qi <yao.qi@linaro.org>
176
177 * aarch64-linux-nat.c (aarch64_linux_can_do_single_step): New
178 function.
179 (_initialize_aarch64_linux_nat): Install it to to_can_do_single_step.
180 * arm-linux-tdep.c (arm_linux_software_single_step): Return 0
181 if target_can_do_single_step returns 1.
182 * remote.c (struct vCont_action_support) <s, S>: New fields.
183 (PACKET_vContSupported): New enum.
184 (remote_protocol_features): New element for vContSupported.
185 (remote_query_supported): Append "vContSupported+".
186 (remote_vcont_probe): Remove support_s and support_S, use
187 rs->supports_vCont.s and rs->supports_vCont.S instead. Disable
188 vCont packet if c and C actions are not supported.
189 (remote_can_do_single_step): New function.
190 (init_remote_ops): Install it to to_can_do_single_step.
191 (_initialize_remote): Call add_packet_config_cmd.
192 * target.h (struct target_ops) <to_can_do_single_step>: New field.
193 (target_can_do_single_step): New macro.
194 * target-delegates.c: Re-generated.
195
ade90bde
YQ
1962015-09-15 Yao Qi <yao.qi@linaro.org>
197
198 * aarch64-linux-nat.c (aarch64_linux_siginfo_fixup): New function.
199 (_initialize_aarch64_linux_nat): Call linux_nat_set_siginfo_fixup.
200 * nat/aarch64-linux.c (aarch64_compat_siginfo_from_siginfo):
201 New function.
202 (aarch64_siginfo_from_compat_siginfo): New function.
203 * nat/aarch64-linux.h: Include signal.h.
204 (compat_int_t, compat_uptr_t, compat_time_t): Typedef.
205 (compat_timer_t, compat_clock_t): Likewise.
206 (struct compat_timeval): New.
207 (union compat_sigval): New.
208 (struct compat_siginfo): New.
209 (cpt_si_pid, cpt_si_uid, cpt_si_timerid): New macros.
210 (cpt_si_overrun, cpt_si_status, cpt_si_utime): Likewise.
211 (cpt_si_stime, cpt_si_ptr, cpt_si_addr): Likewise.
212 (cpt_si_band, cpt_si_fd): Likewise.
213
4c2f2a79
PA
2142015-09-14 Pedro Alves <palves@redhat.com>
215
216 * infrun.c (current_stop_id): New global.
217 (get_stop_id, new_stop_id): New functions.
218 (fetch_inferior_event): Handle normal_stop proceeding the target.
219 (struct stop_context): New.
220 (save_stop_context, release_stop_context_cleanup)
221 (stop_context_changed): New functions.
222 (normal_stop): Return true if the hook-stop changes the stop
223 context.
224 * infrun.h (get_stop_id): Declare.
225 (normal_stop): Now returns int. Add documentation.
226
919e6dbe
PMR
2272015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
228
229 * ada-lang.c (ada_value_ptr_subscript): Update the heading
230 comment. Handle packed arrays.
231
b027a8fa
PA
2322015-09-14 Pedro Alves <palves@redhat.com>
233
234 * NEWS (Changes in GDB 7.10, New commands>: Remove duplicate
235 mention of maint set/show target-non-stop.
236
b459a59b
DB
2372015-09-11 Don Breazeal <donb@codesourcery.com>
238
239 * NEWS: Announce new remote packets for the exec-events
240 feature and the exec-events feature and associated commands.
241
d46addbb
DB
2422015-09-11 Don Breazeal <donb@codesourcery.com>
243
244 * remote.c (remote_exec_event_p): New function.
245 (remote_insert_exec_catchpoint): New function.
246 (remote_remove_exec_catchpoint): New function.
247 (init_extended_remote_ops): Initialize extended_remote_ops
248 members to_insert_exec_catchpoint and
249 to_remove_exec_catchpoint.
250
94585166
DB
2512015-09-11 Don Breazeal <donb@codesourcery.com>
252 Luis Machado <lgustavo@codesourcery.com>
253
254 * infrun.c (follow_exec): Use process-style ptid for
255 exec message. Call add_inferior_with_spaces and
256 target_follow_exec.
257 * nat/linux-ptrace.c (linux_supports_traceexec): New function.
258 * nat/linux-ptrace.h (linux_supports_traceexec): Declare.
259 * remote.c (remote_pspace_data): New static variable.
260 (remote_pspace_data_cleanup): New function.
261 (get_remote_exec_file): New function.
262 (set_remote_exec_file_1): New function.
263 (set_remote_exec_file): New function.
264 (show_remote_exec_file): New function.
265 (remote_exec_file): Delete static variable.
266 (anonymous enum) <PACKET_exec_event_feature>: New
267 enumeration constant.
268 (remote_protocol_features): Add entry for exec-events feature.
269 (remote_query_supported): Add client side of qSupported query
270 for exec-events feature.
271 (remote_follow_exec): New function.
272 (remote_parse_stop_reply): Handle 'exec' stop reason.
273 (extended_remote_run, extended_remote_create_inferior): Call
274 get_remote_exec_file and set_remote_exec_file_1.
275 (init_extended_remote_ops) <to_follow_exec>: Initialize new
276 member.
277 (_initialize_remote): Call
278 register_program_space_data_with_cleanup. Call
279 add_packet_config_cmd for remote exec-events feature.
280 Modify call to add_setshow_string_noescape_cmd for exec-file
281 to use new functions set_remote_exec_file and
282 show_remote_exec_file.
283 * target-debug.h, target-delegates.c: Regenerated.
284 * target.c (target_follow_exec): New function.
285 * target.h (struct target_ops) <to_follow_exec>: New member.
286 (target_follow_exec): Declare new function.
287
669e74e8
PL
2882015-09-11 Pierre Langlois <pierre.langlois@arm.com>
289
290 * aarch64-tdep.c (decode_cb): Move up comment describing the
291 encoding.
292 (decode_tb): Fix a typo in comment above the function. Move up
293 comment describing the encoding.
294
4d50586d
PL
2952015-09-11 Pierre Langlois <pierre.langlois@arm.com>
296
297 * aarch64-tdep.c (decode_bcond): Fix incorrect mask.
298
6dcaef99
MMN
2992015-09-11 Mihail-Marian Nistor <mihail.nistor@freescale.com>
300
301 PR gdb/18947
302 * aarch64-linux-tdep.c: (aarch64_linux_init_abi): Install
303 glibc_skip_solib_resolver as gdbarch_skip_solib_resolver callback.
304
5da1a4d3
SM
3052015-09-10 Simon Marchi <simon.marchi@ericsson.com>
306
307 * ada-lang.c (scan_discrim_bound): Factor out arithmetic
308 operations.
309
108d56a4
SM
3102015-09-10 Simon Marchi <simon.marchi@ericsson.com>
311
312 * ada-lang.c (ada_search_struct_field): Constify parameters
313 and/or variables..
314 (xget_renaming_scope): Likewise.
315 (ada_is_redundant_range_encoding): Likewise.
316 (scan_discrim_bound): Likewise.
317 (to_fixed_range_type): Likewise.
318
dd2e65cc
YQ
3192015-09-10 Yao Qi <yao.qi@linaro.org>
320
321 * breakpoint.c (download_tracepoint_locations): New local
322 can_download_tracepoint. Check the result of
323 target_can_download_tracepoint and save it in
324 can_download_tracepoint if there are tracepoints to download.
325 * linux-nat.h (enum tribool): Move it to ...
326 * common/common-types.h: ... here.
327
cfe75703
PA
3282015-09-09 Pedro Alves <palves@redhat.com>
329
330 * inf-loop.c (inferior_event_handler): Delete INF_TIMER case.
331 * target.h (enum inferior_event_type) <INF_TIMER>: Delete.
332
a85a3079
PA
3332015-09-09 Pedro Alves <palves@redhat.com>
334
335 * continuations.c (add_continuation, restore_thread_cleanup)
336 (do_all_continuations_ptid, do_all_continuations_thread_callback)
337 (do_all_continuations_thread, do_all_continuations)
338 (discard_all_continuations_thread_callback)
339 (discard_all_continuations_thread, discard_all_continuations)
340 (add_intermediate_continuation)
341 (do_all_intermediate_continuations_thread_callback)
342 (do_all_intermediate_continuations_thread)
343 (do_all_intermediate_continuations)
344 (discard_all_intermediate_continuations_thread_callback)
345 (discard_all_intermediate_continuations_thread)
346 (discard_all_intermediate_continuations): Delete.
347 * continuations.h (add_continuation, do_all_continuations)
348 (do_all_continuations_thread, discard_all_continuations)
349 (discard_all_continuations_thread, add_intermediate_continuation)
350 (do_all_intermediate_continuations)
351 (do_all_intermediate_continuations_thread)
352 (discard_all_intermediate_continuations)
353 (discard_all_intermediate_continuations_thread): Delete
354 declarations.
355 * event-top.c (stdin_event_handler): Delete references to
356 continuations.
357 * gdbthread.h (struct thread_info): Delete continuations and
358 intermediate_continuations fields.
359 * inf-loop.c (inferior_event_handler): Remove references to
360 continuations.
361 * infrun.c (infrun_thread_stop_requested_callback): Remove
362 references to continuations.
363 * target.h (enum inferior_event_type) <INF_EXEC_CONTINUE>: Delete.
364 * thread.c: Don't include "continuations.h".
365 (clear_thread_inferior_resources): Remove references to
366 continuations.
367
0700e23e
PA
3682015-09-09 Pedro Alves <palves@redhat.com>
369
370 * infcall.c (struct dummy_frame_context_saver): Delete.
371 (dummy_frame_context_saver_free, dummy_frame_context_saver_dtor)
372 (dummy_frame_context_saver_drop)
373 (dummy_frame_context_saver_cleanup)
374 (dummy_frame_context_saver_get_regs)
375 (dummy_frame_context_saver_setup): Delete.
376 * infcall.h (dummy_frame_context_saver_drop)
377 (dummy_frame_context_saver_cleanup)
378 (dummy_frame_context_saver_get_regs, dummy_frame_context_saver):
379 Delete.
380 (get_return_value): Remove 'ctx_saver' paremeter. Adjust.
381 * inferior.h (get_return_value): Remove 'ctx_saver' paremeter.
382 * python/py-finishbreakpoint.c (bpfinishpy_pre_stop_hook): Adjust.
383
cfc31633
PA
3842015-09-09 Pedro Alves <palves@redhat.com>
385
386 * breakpoint.c: Include "thread-fsm.h".
387 (struct until_break_command_continuation_args): Delete.
388 (struct until_break_fsm): New.
389 (until_break_fsm_ops): New global.
390 (new_until_break_fsm, until_break_fsm_should_stop): New functions.
391 (until_break_command_continuation): Delete.
392 (until_break_fsm_clean_up): New function.
393 (until_break_fsm_async_reply_reason): New function.
394 (until_break_command): Adjust to create an until_break_fsm instead
395 of a continuation.
396 (momentary_bkpt_print_it): No longer print MI's async-stop-reason
397 here.
398 * infcmd.c (struct until_next_fsm): New.
399 (until_next_fsm_ops): New global.
400 (new_until_next_fsm, until_next_fsm_should_stop): New function.
401 (until_next_continuation): Delete.
402 (until_next_fsm_clean_up, until_next_fsm_async_reply_reason): New
403 functions.
404 (until_next_command): Adjust to create a new until_next_fsm
405 instead of a continuation.
406
388a7084
PA
4072015-09-09 Pedro Alves <palves@redhat.com>
408
409 * infcall.c: Include thread_fsm.h.
410 (struct call_return_meta_info): New.
411 (get_call_return_value): New function, factored out from
412 call_function_by_hand_dummy.
413 (struct call_thread_fsm): New.
414 (call_thread_fsm_ops): New global.
415 (new_call_thread_fsm, call_thread_fsm_should_stop)
416 (call_thread_fsm_should_notify_stop): New functions.
417 (run_inferior_call): Add 'sm' parameter. Associate the FSM with
418 the thread.
419 (call_function_by_hand_dummy): Create a new call_thread_fsm
420 instance, associate it with the thread, and wait for the FSM to
421 finish. If finished successfully, fetch the function's result
422 value out of the FSM.
423 * infrun.c (fetch_inferior_event): If the FSM says the stop
424 shouldn't be notified, don't call normal_stop.
425 (maybe_remove_breakpoints): New function, factored out from ...
426 (normal_stop): ... here. Simplify.
427 * infrun.h (maybe_remove_breakpoints): Declare.
428 * thread-fsm.c (thread_fsm_should_notify_stop): New function.
429 (thread-fsm.h) <struct thread_fsm_ops>: New field.
430 (thread_fsm_should_notify_stop): Declare.
431
243a9253
PA
4322015-09-09 Pedro Alves <palves@redhat.com>
433
434 * Makefile.in (COMMON_OBS): Add thread-fsm.o.
435 * breakpoint.c (handle_jit_event): Print debug output.
436 (bpstat_what): Split event callback handling to ...
437 (bpstat_run_callbacks): ... this new function.
438 (momentary_bkpt_print_it): No longer handle bp_finish here.
439 * breakpoint.h (bpstat_run_callbacks): Declare.
440 * gdbthread.h (struct thread_info) <step_multi>: Delete field.
441 <thread_fsm>: New field.
442 (thread_cancel_execution_command): Declare.
443 * infcmd.c: Include thread-fsm.h.
444 (struct step_command_fsm): New.
445 (step_command_fsm_ops): New global.
446 (new_step_command_fsm, step_command_fsm_prepare): New functions.
447 (step_1): Adjust to use step_command_fsm_prepare and
448 prepare_one_step.
449 (struct step_1_continuation_args): Delete.
450 (step_1_continuation): Delete.
451 (step_command_fsm_should_stop): New function.
452 (step_once): Delete.
453 (step_command_fsm_clean_up, step_command_fsm_async_reply_reason)
454 (prepare_one_step): New function, based on step_once.
455 (until_next_command): Remove step_multi reference.
456 (struct return_value_info): New.
457 (print_return_value): Rename to ...
458 (print_return_value_1): ... this. New struct return_value_info
459 parameter. Adjust.
460 (print_return_value): Reimplement as wrapper around
461 print_return_value_1.
462 (struct finish_command_fsm): New.
463 (finish_command_continuation): Delete.
464 (finish_command_fsm_ops): New global.
465 (new_finish_command_fsm, finish_command_fsm_should_stop): New
466 functions.
467 (finish_command_fsm_clean_up, finish_command_fsm_return_value):
468 New.
469 (finish_command_continuation_free_arg): Delete.
470 (finish_command_fsm_async_reply_reason): New.
471 (finish_backward, finish_forward): Change symbol parameter to a
472 finish_command_fsm. Adjust.
473 (finish_command): Create a finish_command_fsm. Adjust.
474 * infrun.c: Include "thread-fsm.h".
475 (clear_proceed_status_thread): Delete the thread's FSM.
476 (infrun_thread_stop_requested_callback): Cancel the thread's
477 execution command.
478 (clean_up_just_stopped_threads_fsms): New function.
479 (fetch_inferior_event): Handle the event_thread's should_stop
480 method saying the command isn't done yet.
481 (process_event_stop_test): Run breakpoint callbacks here.
482 (print_stop_event): Rename to ...
483 (print_stop_location): ... this.
484 (restore_current_uiout_cleanup): New function.
485 (print_stop_event): Reimplement.
486 (normal_stop): No longer notify the end_stepping_range observers
487 here handle "step N" nor "finish" here. No longer call
488 print_stop_event here.
489 * infrun.h (struct return_value_info): Forward declare.
490 (print_return_value): Declare.
491 (print_stop_event): Change prototype.
492 * thread-fsm.c: New file.
493 * thread-fsm.h: New file.
494 * thread.c: Include "thread-fsm.h".
495 (thread_cancel_execution_command): New function.
496 (clear_thread_inferior_resources): Call it.
497 * cli/cli-interp.c (cli_on_normal_stop): New function.
498 (cli_interpreter_init): Install cli_on_normal_stop as normal_stop
499 observer.
500 * mi/mi-interp.c: Include "thread-fsm.h".
501 (restore_current_uiout_cleanup): Delete.
502 (mi_on_normal_stop): If the thread has an FSM associated, and it
503 finished, ask it for the async-reply-reason to print. Always call
504 print_stop_event here, regardless of the top-level interpreter.
505 Check bpstat_what to tell whether an asynchronous breakpoint hit
506 triggered.
507 * tui/tui-interp.c (tui_on_normal_stop): New function.
508 (tui_init): Install tui_on_normal_stop as normal_stop observer.
509
0b333c5e
PA
5102015-09-09 Pedro Alves <palves@redhat.com>
511
512 * breakpoint.c (bpstat_do_actions_1, until_break_command): Don't
513 check whether the target can async.
514 * inf-loop.c (inferior_event_handler): Only call target_async if
515 the target can async.
516 * infcall.c: Include top.h and interps.h.
517 (run_inferior_call): For the interpreter to sync mode while
518 running the infcall. Call wait_sync_command_done instead of
519 wait_for_inferior plus normal_stop.
520 * infcmd.c (prepare_execution_command): Don't check whether the
521 target can async when running in the foreground.
522 (step_1): Delete synchronous case handling.
523 (step_once): Always install a continuation, even in sync mode.
524 (until_next_command, finish_forward): Don't check whether the
525 target can async.
526 (attach_command_post_wait, notice_new_inferior): Always install a
527 continuation, even in sync mode.
528 * infrun.c (mark_infrun_async_event_handler): New function.
529 (proceed): In sync mode, mark infrun's event source instead of
530 waiting for events here.
531 (fetch_inferior_event): If the target can't async, do a blocking
532 wait.
533 (prepare_to_wait): In sync mode, mark infrun's event source.
534 (infrun_async_inferior_event_handler): No longer bail out if the
535 target can't async.
536 * infrun.h (mark_infrun_async_event_handler): New declaration.
537 * linux-nat.c (linux_nat_wait_1): Remove calls to
538 set_sigint_trap/clear_sigint_trap.
539 (linux_nat_terminal_inferior): No longer check whether the target
540 can async.
541 * mi/mi-interp.c (mi_on_sync_execution_done): Update and simplify
542 comment.
543 (mi_execute_command_input_handler): No longer check whether the
544 target is async. Update and simplify comment.
545 * target.c (default_target_wait): New function.
546 * target.h (struct target_ops) <to_wait>: Now defaults to
547 default_target_wait.
548 (default_target_wait): Declare.
549 * top.c (wait_sync_command_done): New function, factored out from
550 ...
551 (maybe_wait_sync_command_done): ... this.
552 * top.h (wait_sync_command_done): Declare.
553 * target-delegates.c: Regenerate.
554
0568462b
MM
5552015-09-09 Markus Metzger <markus.t.metzger@intel.com>
556
557 * nat/linux-btrace.h (struct btrace_target_info) <ptr_bits>: Remove.
558 * nat/linux-btrace.c: Include filestuff.h and inttypes.h.
559 Remove include of sys/utsname.h.
560 (linux_determine_kernel_ptr_bits): Remove.
561 (linux_determine_kernel_start): New.
562 (perf_event_is_kernel_addr): Remove tinfo argument. Update users.
563 Update check.
564 (perf_event_skip_bts_record): Remove tinfo argument. Update users.
565 (linux_enable_bts, linux_enable_pt): Remove tinfo->ptr_bits
566 initialization.
567 * x86-linux-nat.c (x86_linux_enable_btrace): Remove ptr_bits
568 assignment.
569
72e02483
PA
5702015-09-07 Pedro Alves <palves@redhat.com>
571
572 * guile/guile-internal.h (as_a_scm_t_subr): New.
573 * guile/guile.c (misc_guile_functions): Use it.
574 * guile/scm-arch.c (arch_functions): Use it.
575 * guile/scm-block.c (block_functions, gdbscm_initialize_blocks):
576 Use it.
577 * guile/scm-breakpoint.c (breakpoint_functions): Use it.
578 * guile/scm-cmd.c (command_functions): Use it.
579 * guile/scm-disasm.c (disasm_functions): Use it.
580 * guile/scm-exception.c (exception_functions)
581 (private_exception_functions): Use it.
582 * guile/scm-frame.c (frame_functions)
583 * guile/scm-gsmob.c (gsmob_functions): Use it.
584 * guile/scm-iterator.c (iterator_functions): Use it.
585 * guile/scm-lazy-string.c (lazy_string_functions): Use it.
586 * guile/scm-math.c (math_functions): Use it.
587 * guile/scm-objfile.c (objfile_functions): Use it.
588 * guile/scm-param.c (parameter_functions): Use it.
589 * guile/scm-ports.c (port_functions, private_port_functions): Use
590 it.
591 * guile/scm-pretty-print.c (pretty_printer_functions): Use it.
592 * guile/scm-progspace.c (pspace_functions): Use it.
593 * guile/scm-string.c (string_functions): Use it.
594 * guile/scm-symbol.c (symbol_functions): Use it.
595 * guile/scm-symtab.c (symtab_functions): Use it.
596 * guile/scm-type.c (type_functions, gdbscm_initialize_types): Use
597 it.
598 * guile/scm-value.c (value_functions): Use it.
599
e65b5245
AB
6002015-09-04 Andrew Burgess <andrew.burgess@embecosm.com>
601
602 * tui/tui-data.c (win_with_focus): Remove cast of NULL pointer.
603 (tui_next_win): Likewise.
604 (tui_prev_win): Likewise.
605 (tui_partial_win_by_name): Likewise.
606 (tui_init_generic_part): Likewise.
607 (init_content_element): Likewise.
608 (tui_del_window): Likewise.
609 (tui_free_window): Likewise.
610 (tui_del_data_windows): Likewise.
611 (tui_free_data_content): Likewise.
612 * tui/tui-layout.c (make_source_or_disasm_window): Likewise.
613 * tui/tui-regs.c (tui_show_register_group): Likewise.
614 * tui/tui-win.c (tui_resize_all): Likewise.
615 (tui_set_focus): Likewise.
616 (tui_set_win_height): Likewise.
617 (make_invisible_and_set_new_height): Likewise.
618 * tui/tui-windata.c (tui_delete_data_content_windows): Likewise.
619 * tui/tui-wingeneral.c (make_visible): Likewise.
620
b03e6ad9
AB
6212015-09-04 Andrew Burgess <andrew.burgess@embecosm.com>
622
623 * cli/cli-decode.c (find_cmd): Remove cast of NULL pointer.
624
be903358
AB
6252015-09-04 Andrew Burgess <andrew.burgess@embecosm.com>
626
627 * c-valprint.c (print_unpacked_pointer): Remove cast of NULL
628 pointer.
629 * dbxread.c (dbx_end_psymtab): Likewise.
630 * gnu-nat.c (gnu_write_inferior): Likewise.
631 * mdebugread.c (cross_ref): Likewise.
632 * p-valprint.c (pascal_val_print): Likewise.
633 * xcoffread.c (xcoff_end_psymtab): Likewise.
634
02f024f9
YQ
6352015-09-04 Yao Qi <yao.qi@linaro.org>
636
637 * NEWS: Mention the aarch64 multi-arch debugging support.
638
cd7c1778
PMR
6392015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
640
641 * ada-lang.c (ada_language_arch_info): Create a TYPE_CODE_CHAR
642 type instead of a TYPE_CODE_INT one for the string_char_type
643 and the ada_primitive_type_char types.
644
39edd165
YQ
6452015-09-03 Yao Qi <yao.qi@linaro.org>
646
647 * aarch64-linux-nat.c (aarch64_linux_region_ok_for_hw_watchpoint):
648 Move code to aarch64_linux_region_ok_for_watchpoint. Call
649 aarch64_linux_region_ok_for_watchpoint.
650 * nat/aarch64-linux-hw-point.c (aarch64_linux_region_ok_for_watchpoint):
651 New function.
652 * nat/aarch64-linux-hw-point.h (aarch64_linux_region_ok_for_watchpoint):
653 Declare it.
654
6c214e7c
PP
6552015-09-02 Patrick Palka <patrick@parcs.ath.cx>
656
657 * gdb_obstack.h (obstack_strdup): Declare.
658 * gdb_obstack.c (obstack_strdup): Define.
659 * gdbarch.sh (gdbarch_obstack_strdup): Declare and define.
660 * gdbarch.c: Regenerate.
661 * gdbarch.h: Regenerate.
662 * gdbtypes.c (arch_type): Use gdbarch_obstack_strdup.
663
eed8b28a
PP
6642015-09-02 Patrick Palka <patrick@parcs.ath.cx>
665
666 * gdbtypes.c (copy_type_recursive): Update documentation.
667
73c6b475
SDJ
6682015-09-01 Sergio Durigan Junior <sergiodj@redhat.com>
669
670 * solib-svr4.c (solib_event_probe_action): Initialize 'probe_argc'
671 as zero.
672
ad1c917a
SDJ
6732015-09-01 Sergio Durigan Junior <sergiodj@redhat.com>
674
675 * solib-svr4.c (svr4_handle_solib_event): Initialize 'val' as NULL
676
3bd7e5b7
SDJ
6772015-09-01 Sergio Durigan Junior <sergiodj@redhat.com>
678
679 * solib-svr4.c (solib_event_probe_action): Call
680 get_probe_argument_count using TRY...CATCH.
681 (svr4_handle_solib_event): Likewise, for evaluate_probe_argument.
682
f469e8ce
SDJ
6832015-09-01 Sergio Durigan Junior <sergiodj@redhat.com>
684
685 * probe.h (struct probe_ops) <get_probe_argument_count,
686 evaluate_probe_argument, enable_probe, disable_probe>: Mention in
687 the comment that the function can throw an exception.
688 (get_probe_argument_count): Likewise.
689 (evaluate_probe_argument): Likewise.
690 * stap-probe.c (stap_get_opcode): Call error instead of
691 internal_error.
692 (stap_get_expected_argument_type): Likewise. Add argument
693 'probe'. Improve error message by mentioning the probe's name.
694 (stap_parse_probe_arguments): Adjust call to
695 stap_get_expected_argument_type.
696 (stap_get_arg): Add comment. Assert that 'probe->args_parsed' is
697 not zero. Call internal_error if GDB requests an argument but the
698 probe has no arguments.
699
dc5c8746
PMR
7002015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
701
702 * ada-lang.c (ada_resolve_function): Do not ask the user what
703 match to use when in completion mode.
704
136765ea
AB
7052015-08-31 Andrew Burgess <andrew.burgess@embecosm.com>
706
707 * tui/tui-data.c (tui_win_name): Make local variable const, remove
708 cast of NULL.
709
90b81c5f
MF
7102015-08-31 Max Filippov <jcmvbkbc@gmail.com>
711
712 * xtensa-tdep.h (XTENSA_GDBARCH_TDEP_INSTANTIATE): Initialize
713 call_abi using XSHAL_ABI macro.
714
1cd36e54
DE
7152015-08-29 Doug Evans <xdje42@gmail.com>
716
717 * symtab.h (struct symbol): Tweak comment.
718
8f57eec2
PP
7192015-08-29 Patrick Palka <patrick@parcs.ath.cx>
720
721 * gdbtypes.c (alloc_type_arch): Allocate the type on the given
722 gdbarch obstack instead of on the heap. Update commentary
723 accordingly.
724
38eebd71
JB
7252015-08-28 Joel Brobecker <brobecker@adacore.com>
726
727 GDB 7.10 released.
728
d63dd61e
SM
7292015-08-28 Simon Marchi <simon.marchi@ericsson.com>
730
731 * NEWS: Update entry about non-8-bits addressable memory.
732
6f059256
UW
7332015-08-28 Ulrich Weigand <uweigand@de.ibm.com>
734
735 Revert:
736 2014-11-06 Doug Evans <xdje42@gmail.com>
737 * solib.c (solib_global_lookup): Fetch arch from objfile,
738 not target_gdbarch.
739
70987a92 7402015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
ef36892e
UW
741
742 * ppc-linux-tdep.c (ppc_linux_spe_context_lookup): Do not
743 attempt to relocate a TLS variable offset.
744
70987a92 7452015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
791bb1f4
UW
746
747 * spu-multiarch.c (parse_spufs_run): Bail out if inferior is not
748 registered yet. Set inferior_ptid while calling target_read_memory.
749
70987a92 7502015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
1db33b5a
UW
751
752 * nat/linux-ptrace.h (GDB_ARCH_TRAP_BRKPT): Replace by ...
753 (GDB_ARCH_IS_TRAP_BRKPT): ... this. Add __powerpc__ case.
754 * linux-nat.c (check_stopped_by_breakpoint): Use
755 GDB_ARCH_IS_TRAP_BRKPT instead of GDB_ARCH_TRAP_BRKPT.
756
70987a92 7572015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
e0fd7c47
UW
758
759 * linux-thread-db.c (thread_db_get_thread_local_address): If the
760 thread was not yet discovered, use thread_from_lwp instead of
761 calling thread_db_find_new_threads_1.
762
f5cdf498
SM
7632015-08-27 Simon Marchi <simon.marchi@ericsson.com>
764
765 * m88k-tdep.c (m88k_analyze_prologue): Fix inverted allocation
766 statements.
767
fd2ae5d6
SM
7682015-08-27 Simon Marchi <simon.marchi@ericsson.com>
769
770 * NEWS: Document support for non-8-bits addressable memory.
771
14d88147
PA
7722015-08-27 Pedro Alves <palves@redhat.com>
773
774 * configure.ac: Remove AC_TYPE_SIGNAL call.
775 * configure, config.in: Regenerate.
776
a40805d4
PA
7772015-08-27 Pedro Alves <palves@redhat.com>
778
779 * cp-support.c (gdb_demangle): Use sighandler_t. Remove cast.
780 * extension-priv.h: Include signal.h.
781 (struct signal_handler) <handler>: Change type to sighandler_t.
782 * extension.c (install_gdb_sigint_handler): Use sighandler_t.
783 * inflow.c (sigint_ours, sigquit_ours): Change type to
784 sighandler_t.
785 (child_terminal_inferior): Remove casts.
786 (child_terminal_ours_1, new_tty): Use sighandler_t. Remove casts.
787 (osig): Change type to sighandler_t.
788 * nto-procfs.c (ofunc): Change type to sighandler_t.
789 (procfs_wait): Remove casts.
790 * remote-m32r-sdi.c (m32r_wait, m32r_load): Use sighandler_t.
791 * remote-sim.c (gdbsim_wait): Use sighandler_t.
792 * utils.c (wait_to_die_with_timeout): Use sighandler_t.
793
0750520d
PA
7942015-08-27 Pedro Alves <palves@redhat.com>
795
796 * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add signal-h.
797 * gnulib/aclocal.m4: Renegerate.
798 * gnulib/config.in: Renegerate.
799 * gnulib/configure: Renegerate.
800 * gnulib/import/Makefile.am: Update.
801 * gnulib/import/Makefile.in: Regenerate.
802 * gnulib/import/m4/gnulib-cache.m4: Update.
803 * gnulib/import/m4/gnulib-comp.m4: Update.
804 * gnulib/import/m4/signal_h.m4: New file.
805 * gnulib/import/signal.in.h: New file.
806
a5c0808e
PA
8072015-08-27 Pedro Alves <palves@redhat.com>
808
809 * remote.c (DEFAULT_MAX_MEMORY_PACKET_SIZE)
810 (MIN_MEMORY_PACKET_SIZE): New.
811 (MAX_REMOTE_PACKET_SIZE, MIN_REMOTE_PACKET_SIZE): Delete.
812 (get_memory_packet_size): Adjust. No longer limit the max packet
813 size.
814 (set_memory_packet_size): Adjust, and remove dead code.
815 (remote_check_symbols): Use xmalloc and a cleanup instead of
816 alloca.
817 (remote_packet_size): No longer cap the packet size.
818 (putpkt_binary): Use xmalloc and a cleanup instead of alloca.
819
cdaec3f3
LM
8202015-08-26 Luis Machado <lgustavo@codesourcery.com>
821
822 * compile/compile.c (compile_to_object): Mention language in
823 error message.
824
e9756d52
PP
8252015-08-26 Patrick Palka <patrick@parcs.ath.cx>
826
827 * target.c (target_pre_inferior): Unset attach_flag.
828
1dc7a623
SM
8292015-08-26 Simon Marchi <simon.marchi@ericsson.com>
830
831 * gdbarch.sh (append_name): Fix type in XRESIZEVEC.
832 * gdbarch.c: Re-generate.
833
8d749320
SM
8342015-08-26 Simon Marchi <simon.marchi@ericsson.com>
835
6711b7f8
SM
836 * aarch64-linux-nat.c (aarch64_add_process): Replace xmalloc-family
837 function with the XNEW-family equivalent.
8d749320
SM
838 * aarch64-tdep.c (aarch64_gdbarch_init): Likewise.
839 * ada-exp.y (write_ambiguous_var): Likewise.
840 * ada-lang.c (resolve_subexp): Likewise.
841 (user_select_syms): Likewise.
842 (assign_aggregate): Likewise.
843 (ada_evaluate_subexp): Likewise.
844 (cache_symbol): Likewise.
845 * addrmap.c (allocate_key): Likewise.
846 (addrmap_create_mutable): Likewise.
847 * aix-thread.c (sync_threadlists): Likewise.
848 * alpha-tdep.c (alpha_push_dummy_call): Likewise.
849 (alpha_gdbarch_init): Likewise.
850 * amd64-windows-tdep.c (amd64_windows_push_arguments): Likewise.
851 * arm-linux-nat.c (arm_linux_add_process): Likewise.
852 * arm-linux-tdep.c (arm_linux_displaced_step_copy_insn): Likewise.
853 * arm-tdep.c (push_stack_item): Likewise.
854 (arm_displaced_step_copy_insn): Likewise.
855 (arm_gdbarch_init): Likewise.
856 (_initialize_arm_tdep): Likewise.
857 * avr-tdep.c (push_stack_item): Likewise.
858 * ax-general.c (new_agent_expr): Likewise.
859 * block.c (block_initialize_namespace): Likewise.
860 * breakpoint.c (alloc_counted_command_line): Likewise.
861 (update_dprintf_command_list): Likewise.
862 (parse_breakpoint_sals): Likewise.
863 (decode_static_tracepoint_spec): Likewise.
864 (until_break_command): Likewise.
865 (clear_command): Likewise.
866 (update_global_location_list): Likewise.
867 (get_breakpoint_objfile_data) Likewise.
868 * btrace.c (ftrace_new_function): Likewise.
869 (btrace_set_insn_history): Likewise.
870 (btrace_set_call_history): Likewise.
871 * buildsym.c (add_symbol_to_list): Likewise.
872 (record_pending_block): Likewise.
873 (start_subfile): Likewise.
874 (start_buildsym_compunit): Likewise.
875 (push_subfile): Likewise.
876 (end_symtab_get_static_block): Likewise.
877 (buildsym_init): Likewise.
878 * cli/cli-cmds.c (source_command): Likewise.
879 * cli/cli-decode.c (add_cmd): Likewise.
880 * cli/cli-script.c (build_command_line): Likewise.
881 (setup_user_args): Likewise.
882 (realloc_body_list): Likewise.
883 (process_next_line): Likewise.
884 (copy_command_lines): Likewise.
885 * cli/cli-setshow.c (do_set_command): Likewise.
886 * coff-pe-read.c (read_pe_exported_syms): Likewise.
887 * coffread.c (coff_locate_sections): Likewise.
888 (coff_symtab_read): Likewise.
889 (coff_read_struct_type): Likewise.
890 * common/cleanups.c (make_my_cleanup2): Likewise.
891 * common/common-exceptions.c (throw_it): Likewise.
892 * common/filestuff.c (make_cleanup_close): Likewise.
893 * common/format.c (parse_format_string): Likewise.
894 * common/queue.h (DEFINE_QUEUE_P): Likewise.
895 * compile/compile-object-load.c (munmap_list_add): Likewise.
896 (compile_object_load): Likewise.
897 * compile/compile-object-run.c (compile_object_run): Likewise.
898 * compile/compile.c (append_args): Likewise.
899 * corefile.c (specify_exec_file_hook): Likewise.
900 * cp-support.c (make_symbol_overload_list): Likewise.
901 * cris-tdep.c (push_stack_item): Likewise.
902 (cris_gdbarch_init): Likewise.
903 * ctf.c (ctf_trace_file_writer_new): Likewise.
904 * dbxread.c (init_header_files): Likewise.
905 (add_new_header_file): Likewise.
906 (init_bincl_list): Likewise.
907 (dbx_end_psymtab): Likewise.
908 (start_psymtab): Likewise.
909 (dbx_end_psymtab): Likewise.
910 * dcache.c (dcache_init): Likewise.
911 * dictionary.c (dict_create_hashed): Likewise.
912 (dict_create_hashed_expandable): Likewise.
913 (dict_create_linear): Likewise.
914 (dict_create_linear_expandable): Likewise.
915 * dtrace-probe.c (dtrace_process_dof_probe): Likewise.
916 * dummy-frame.c (register_dummy_frame_dtor): Likewise.
917 * dwarf2-frame-tailcall.c (cache_new_ref1): Likewise.
918 * dwarf2-frame.c (dwarf2_build_frame_info): Likewise.
919 (decode_frame_entry_1): Likewise.
920 * dwarf2expr.c (new_dwarf_expr_context): Likewise.
921 * dwarf2loc.c (dwarf2_compile_expr_to_ax): Likewise.
922 * dwarf2read.c (dwarf2_has_info): Likewise.
923 (create_signatured_type_table_from_index): Likewise.
924 (dwarf2_read_index): Likewise.
925 (dw2_get_file_names_reader): Likewise.
926 (create_all_type_units): Likewise.
927 (read_cutu_die_from_dwo): Likewise.
928 (init_tu_and_read_dwo_dies): Likewise.
929 (init_cutu_and_read_dies): Likewise.
930 (create_all_comp_units): Likewise.
931 (queue_comp_unit): Likewise.
932 (inherit_abstract_dies): Likewise.
933 (read_call_site_scope): Likewise.
934 (dwarf2_add_field): Likewise.
935 (dwarf2_add_typedef): Likewise.
936 (dwarf2_add_member_fn): Likewise.
937 (attr_to_dynamic_prop): Likewise.
938 (abbrev_table_alloc_abbrev): Likewise.
939 (abbrev_table_read_table): Likewise.
940 (add_include_dir): Likewise.
941 (add_file_name): Likewise.
942 (dwarf_decode_line_header): Likewise.
943 (dwarf2_const_value_attr): Likewise.
944 (dwarf_alloc_block): Likewise.
945 (parse_macro_definition): Likewise.
946 (set_die_type): Likewise.
947 (write_psymtabs_to_index): Likewise.
948 (create_cus_from_index): Likewise.
949 (dwarf2_create_include_psymtab): Likewise.
950 (process_psymtab_comp_unit_reader): Likewise.
951 (build_type_psymtab_dependencies): Likewise.
952 (read_comp_units_from_section): Likewise.
953 (compute_compunit_symtab_includes): Likewise.
954 (create_dwo_unit_in_dwp_v1): Likewise.
955 (create_dwo_unit_in_dwp_v2): Likewise.
956 (read_func_scope): Likewise.
957 (process_structure_scope): Likewise.
958 (mark_common_block_symbol_computed): Likewise.
959 (load_partial_dies): Likewise.
960 (dwarf2_symbol_mark_computed): Likewise.
961 * elfread.c (elf_symfile_segments): Likewise.
962 (elf_read_minimal_symbols): Likewise.
963 * environ.c (make_environ): Likewise.
964 * eval.c (evaluate_subexp_standard): Likewise.
965 * event-loop.c (create_file_handler): Likewise.
966 (create_async_signal_handler): Likewise.
967 (create_async_event_handler): Likewise.
968 (create_timer): Likewise.
969 * exec.c (build_section_table): Likewise.
970 * fbsd-nat.c (fbsd_remember_child): Likewise.
971 * fork-child.c (fork_inferior): Likewise.
972 * frv-tdep.c (new_variant): Likewise.
973 * gdbarch.sh (gdbarch_alloc): Likewise.
974 (append_name): Likewise.
975 * gdbtypes.c (rank_function): Likewise.
976 (copy_type_recursive): Likewise.
977 (add_dyn_prop): Likewise.
978 * gnu-nat.c (make_proc): Likewise.
979 (make_inf): Likewise.
980 (gnu_write_inferior): Likewise.
981 * gnu-v3-abi.c (build_gdb_vtable_type): Likewise.
982 (build_std_type_info_type): Likewise.
983 * guile/scm-param.c (compute_enum_list): Likewise.
984 * guile/scm-utils.c (gdbscm_parse_function_args): Likewise.
985 * guile/scm-value.c (gdbscm_value_call): Likewise.
986 * h8300-tdep.c (h8300_gdbarch_init): Likewise.
987 * hppa-tdep.c (hppa_init_objfile_priv_data): Likewise.
988 (read_unwind_info): Likewise.
989 * ia64-tdep.c (ia64_gdbarch_init): Likewise.
990 * infcall.c (dummy_frame_context_saver_setup): Likewise.
991 (call_function_by_hand_dummy): Likewise.
992 * infcmd.c (step_once): Likewise.
993 (finish_forward): Likewise.
994 (attach_command): Likewise.
995 (notice_new_inferior): Likewise.
996 * inferior.c (add_inferior_silent): Likewise.
997 * infrun.c (add_displaced_stepping_state): Likewise.
998 (save_infcall_control_state): Likewise.
999 (save_inferior_ptid): Likewise.
1000 (_initialize_infrun): Likewise.
1001 * jit.c (bfd_open_from_target_memory): Likewise.
1002 (jit_gdbarch_data_init): Likewise.
1003 * language.c (add_language): Likewise.
1004 * linespec.c (decode_line_2): Likewise.
1005 * linux-nat.c (add_to_pid_list): Likewise.
1006 (add_initial_lwp): Likewise.
1007 * linux-thread-db.c (add_thread_db_info): Likewise.
1008 (record_thread): Likewise.
1009 (info_auto_load_libthread_db): Likewise.
1010 * m32c-tdep.c (m32c_gdbarch_init): Likewise.
1011 * m68hc11-tdep.c (m68hc11_gdbarch_init): Likewise.
1012 * m68k-tdep.c (m68k_gdbarch_init): Likewise.
1013 * m88k-tdep.c (m88k_analyze_prologue): Likewise.
1014 * macrocmd.c (macro_define_command): Likewise.
1015 * macroexp.c (gather_arguments): Likewise.
1016 * macroscope.c (sal_macro_scope): Likewise.
1017 * macrotab.c (new_macro_table): Likewise.
1018 * mdebugread.c (push_parse_stack): Likewise.
1019 (parse_partial_symbols): Likewise.
1020 (parse_symbol): Likewise.
1021 (psymtab_to_symtab_1): Likewise.
1022 (new_block): Likewise.
1023 (new_psymtab): Likewise.
1024 (mdebug_build_psymtabs): Likewise.
1025 (add_pending): Likewise.
1026 (elfmdebug_build_psymtabs): Likewise.
1027 * mep-tdep.c (mep_gdbarch_init): Likewise.
1028 * mi/mi-main.c (mi_execute_command): Likewise.
1029 * mi/mi-parse.c (mi_parse_argv): Likewise.
1030 * minidebug.c (lzma_open): Likewise.
1031 * minsyms.c (terminate_minimal_symbol_table): Likewise.
1032 * mips-linux-nat.c (mips_linux_insert_watchpoint): Likewise.
1033 * mips-tdep.c (mips_gdbarch_init): Likewise.
1034 * mn10300-tdep.c (mn10300_gdbarch_init): Likewise.
1035 * msp430-tdep.c (msp430_gdbarch_init): Likewise.
1036 * mt-tdep.c (mt_registers_info): Likewise.
1037 * nat/aarch64-linux.c (aarch64_linux_new_thread): Likewise.
1038 * nat/linux-btrace.c (linux_enable_bts): Likewise.
1039 (linux_enable_pt): Likewise.
1040 * nat/linux-osdata.c (linux_xfer_osdata_processes): Likewise.
1041 (linux_xfer_osdata_processgroups): Likewise.
1042 * nios2-tdep.c (nios2_gdbarch_init): Likewise.
1043 * nto-procfs.c (procfs_meminfo): Likewise.
1044 * objc-lang.c (start_msglist): Likewise.
1045 (selectors_info): Likewise.
1046 (classes_info): Likewise.
1047 (find_methods): Likewise.
1048 * objfiles.c (allocate_objfile): Likewise.
1049 (update_section_map): Likewise.
1050 * osabi.c (gdbarch_register_osabi): Likewise.
1051 (gdbarch_register_osabi_sniffer): Likewise.
1052 * parse.c (start_arglist): Likewise.
1053 * ppc-linux-nat.c (hwdebug_find_thread_points_by_tid): Likewise.
1054 (hwdebug_insert_point): Likewise.
1055 * printcmd.c (display_command): Likewise.
1056 (ui_printf): Likewise.
1057 * procfs.c (create_procinfo): Likewise.
1058 (load_syscalls): Likewise.
1059 (proc_get_LDT_entry): Likewise.
1060 (proc_update_threads): Likewise.
1061 * prologue-value.c (make_pv_area): Likewise.
1062 (pv_area_store): Likewise.
1063 * psymtab.c (extend_psymbol_list): Likewise.
1064 (init_psymbol_list): Likewise.
1065 (allocate_psymtab): Likewise.
1066 * python/py-inferior.c (add_thread_object): Likewise.
1067 * python/py-param.c (compute_enum_values): Likewise.
1068 * python/py-value.c (valpy_call): Likewise.
1069 * python/py-varobj.c (py_varobj_iter_next): Likewise.
1070 * python/python.c (ensure_python_env): Likewise.
1071 * record-btrace.c (record_btrace_start_replaying): Likewise.
1072 * record-full.c (record_full_reg_alloc): Likewise.
1073 (record_full_mem_alloc): Likewise.
1074 (record_full_end_alloc): Likewise.
1075 (record_full_core_xfer_partial): Likewise.
1076 * regcache.c (get_thread_arch_aspace_regcache): Likewise.
1077 * remote-fileio.c (remote_fileio_init_fd_map): Likewise.
1078 * remote-notif.c (remote_notif_state_allocate): Likewise.
1079 * remote.c (demand_private_info): Likewise.
1080 (remote_notif_stop_alloc_reply): Likewise.
1081 (remote_enable_btrace): Likewise.
1082 * reverse.c (save_bookmark_command): Likewise.
1083 * rl78-tdep.c (rl78_gdbarch_init): Likewise.
1084 * rx-tdep.c (rx_gdbarch_init): Likewise.
1085 * s390-linux-nat.c (s390_insert_watchpoint): Likewise.
1086 * ser-go32.c (dos_get_tty_state): Likewise.
1087 (dos_copy_tty_state): Likewise.
1088 * ser-mingw.c (ser_windows_open): Likewise.
1089 (ser_console_wait_handle): Likewise.
1090 (ser_console_get_tty_state): Likewise.
1091 (make_pipe_state): Likewise.
1092 (net_windows_open): Likewise.
1093 * ser-unix.c (hardwire_get_tty_state): Likewise.
1094 (hardwire_copy_tty_state): Likewise.
1095 * solib-aix.c (solib_aix_new_lm_info): Likewise.
1096 * solib-dsbt.c (dsbt_current_sos): Likewise.
1097 (dsbt_relocate_main_executable): Likewise.
1098 * solib-frv.c (frv_current_sos): Likewise.
1099 (frv_relocate_main_executable): Likewise.
1100 * solib-spu.c (spu_bfd_fopen): Likewise.
1101 * solib-svr4.c (lm_info_read): Likewise.
1102 (svr4_copy_library_list): Likewise.
1103 (svr4_default_sos): Likewise.
1104 * source.c (find_source_lines): Likewise.
1105 (line_info): Likewise.
1106 (add_substitute_path_rule): Likewise.
1107 * spu-linux-nat.c (spu_bfd_open): Likewise.
1108 * spu-tdep.c (info_spu_dma_cmdlist): Likewise.
1109 * stabsread.c (dbx_lookup_type): Likewise.
1110 (read_type): Likewise.
1111 (read_member_functions): Likewise.
1112 (read_struct_fields): Likewise.
1113 (read_baseclasses): Likewise.
1114 (read_args): Likewise.
1115 (_initialize_stabsread): Likewise.
1116 * stack.c (func_command): Likewise.
1117 * stap-probe.c (handle_stap_probe): Likewise.
1118 * symfile.c (addrs_section_sort): Likewise.
1119 (addr_info_make_relative): Likewise.
1120 (load_section_callback): Likewise.
1121 (add_symbol_file_command): Likewise.
1122 (init_filename_language_table): Likewise.
1123 * symtab.c (create_filename_seen_cache): Likewise.
1124 (sort_search_symbols_remove_dups): Likewise.
1125 (search_symbols): Likewise.
1126 * target.c (make_cleanup_restore_target_terminal): Likewise.
1127 * thread.c (new_thread): Likewise.
1128 (enable_thread_stack_temporaries): Likewise.
1129 (make_cleanup_restore_current_thread): Likewise.
1130 (thread_apply_all_command): Likewise.
1131 * tic6x-tdep.c (tic6x_gdbarch_init): Likewise.
1132 * top.c (gdb_readline_wrapper): Likewise.
1133 * tracefile-tfile.c (tfile_trace_file_writer_new): Likewise.
1134 * tracepoint.c (trace_find_line_command): Likewise.
1135 (all_tracepoint_actions_and_cleanup): Likewise.
1136 (make_cleanup_restore_current_traceframe): Likewise.
1137 (get_uploaded_tp): Likewise.
1138 (get_uploaded_tsv): Likewise.
1139 * tui/tui-data.c (tui_alloc_generic_win_info): Likewise.
1140 (tui_alloc_win_info): Likewise.
1141 (tui_alloc_content): Likewise.
1142 (tui_add_content_elements): Likewise.
1143 * tui/tui-disasm.c (tui_find_disassembly_address): Likewise.
1144 (tui_set_disassem_content): Likewise.
1145 * ui-file.c (ui_file_new): Likewise.
1146 (stdio_file_new): Likewise.
1147 (tee_file_new): Likewise.
1148 * utils.c (make_cleanup_restore_integer): Likewise.
1149 (add_internal_problem_command): Likewise.
1150 * v850-tdep.c (v850_gdbarch_init): Likewise.
1151 * valops.c (find_oload_champ): Likewise.
1152 * value.c (allocate_value_lazy): Likewise.
1153 (record_latest_value): Likewise.
1154 (create_internalvar): Likewise.
1155 * varobj.c (install_variable): Likewise.
1156 (new_variable): Likewise.
1157 (new_root_variable): Likewise.
1158 (cppush): Likewise.
1159 (_initialize_varobj): Likewise.
1160 * windows-nat.c (windows_make_so): Likewise.
1161 * x86-nat.c (x86_add_process): Likewise.
1162 * xcoffread.c (arrange_linetable): Likewise.
1163 (allocate_include_entry): Likewise.
1164 (process_linenos): Likewise.
1165 (SYMBOL_DUP): Likewise.
1166 (xcoff_start_psymtab): Likewise.
1167 (xcoff_end_psymtab): Likewise.
1168 * xml-support.c (gdb_xml_parse_attr_ulongest): Likewise.
1169 * xtensa-tdep.c (xtensa_register_type): Likewise.
1170 * gdbarch.c: Regenerate.
1171 * gdbarch.h: Regenerate.
1172
17d8546e
DB
11732015-08-25 Don Breazeal <donb@codesourcery.com>
1174
1175 * infrun.c (follow_exec): Re-order operations for
1176 handling follow-exec-mode "new".
1177 (handle_inferior_event_1): Assign ecs->event_thread
1178 to the current thread.
1179 * remote.c (get_remote_arch_state): Add an assertion.
1180
ba49e44b
PA
11812015-08-26 Pedro Alves <palves@redhat.com>
1182
1183 * MAINTAINERS: Add Markus Metzger as btrace maintainer.
1184
7541ab03 11852015-08-25 Pedro Alves <palves@redhat.com>
abc56d60 1186
7541ab03 1187 PR gdb/18804
abc56d60
PA
1188 * defs.h (maybe_quit): Declare.
1189 (QUIT): Now calls maybe_quit.
1190 * event-loop.c (clear_async_signal_handler)
1191 (async_signal_handler_is_marked): New functions.
1192 * event-loop.h (async_signal_handler_is_marked)
1193 (clear_async_signal_handler): New declarations.
1194 * remote.c (remote_check_pending_interrupt): New function.
1195 (interrupt_query): Use make_cleanup_restore_target_terminal. No
1196 longer check whether the target is async. If waiting for a stop
1197 reply, and a Ctrl-C as been sent to the target, offer to
1198 disconnect, and throw TARGET_CLOSE_ERROR instead of a quit.
1199 Otherwise do not disconnect and throw a quit.
1200 (_initialize_remote): Install remote_check_pending_interrupt as
1201 to_check_pending_interrupt.
1202 * target.c (target_check_pending_interrupt): New function.
1203 * target.h (struct target_ops) <to_check_pending_interrupt>: New
1204 field.
1205 (target_check_pending_interrupt): New declaration.
1206 * utils.c (maybe_quit): New function.
1207 * target-delegates.c: Regenerate.
1208
dfe7f77c
YQ
12092015-08-25 Yao Qi <yao.qi@linaro.org>
1210
1211 * nat/aarch64-linux-hw-point.c (debug_reg_change_callback):
1212 Rename local variable pid to tid, and get lwpid of lwp. Update
1213 debug output.
1214
63e43d3a
PMR
12152015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
1216
1217 * ada-lang.c (ada_read_var_value): Add a var_block argument
1218 and pass it to default_read_var_value.
1219 * block.c (block_static_link): New accessor.
1220 * block.h (block_static_link): Declare it.
1221 * buildsym.c (finish_block_internal): Add a static_link
1222 argument. If there is a static link, associate it to the new
1223 block.
1224 (finish_block): Add a static link argument and pass it to
1225 finish_block_internal.
1226 (end_symtab_get_static_block): Update calls to finish_block and
1227 to finish_block_internal.
1228 (end_symtab_with_blockvector): Update call to
1229 finish_block_internal.
1230 * buildsym.h: Forward-declare struct dynamic_prop.
1231 (struct context_stack): Add a static_link field.
1232 (finish_block): Add a static link argument.
1233 * c-exp.y: Remove an obsolete comment (evaluation of variables
1234 already start from the selected frame, and now they climb *up*
1235 the call stack) and propagate the block information to the
1236 produced expression.
1237 * d-exp.y: Likewise.
1238 * f-exp.y: Likewise.
1239 * go-exp.y: Likewise.
1240 * jv-exp.y: Likewise.
1241 * m2-exp.y: Likewise.
1242 * p-exp.y: Likewise.
1243 * coffread.c (coff_symtab_read): Update calls to finish_block.
1244 * dbxread.c (process_one_symbol): Likewise.
1245 * xcoffread.c (read_xcoff_symtab): Likewise.
1246 * compile/compile-c-symbols.c (convert_one_symbol): Promote the
1247 "sym" parameter to struct block_symbol, update its uses and pass
1248 its block to calls to read_var_value.
1249 (convert_symbol_sym): Update the calls to convert_one_symbol.
1250 * compile/compile-loc2c.c (do_compile_dwarf_expr_to_c): Update
1251 call to read_var_value.
1252 * dwarf2loc.c (block_op_get_frame_base): New.
1253 (dwarf2_block_frame_base_locexpr_funcs): Implement the
1254 get_frame_base method.
1255 (dwarf2_block_frame_base_loclist_funcs): Likewise.
1256 (dwarf2locexpr_baton_eval): Add a frame argument and use it
1257 instead of the selected frame in order to evaluate the
1258 expression.
1259 (dwarf2_evaluate_property): Add a frame argument. Update call
1260 to dwarf2_locexpr_baton_eval to provide a frame in available and
1261 to handle the absence of address stack.
1262 * dwarf2loc.h (dwarf2_evaluate_property): Add a frame argument.
1263 * dwarf2read.c (attr_to_dynamic_prop): Add a forward
1264 declaration.
1265 (read_func_scope): Record any available static link description.
1266 Update call to finish_block.
1267 (read_lexical_block_scope): Update call to finish_block.
1268 * findvar.c (follow_static_link): New.
1269 (get_hosting_frame): New.
1270 (default_read_var_value): Add a var_block argument. Use
1271 get_hosting_frame to handle non-local references.
1272 (read_var_value): Add a var_block argument and pass it to the
1273 LA_READ_VAR_VALUE method.
1274 * gdbtypes.c (resolve_dynamic_range): Update calls to
1275 dwarf2_evaluate_property.
1276 (resolve_dynamic_type_internal): Likewise.
1277 * guile/scm-frame.c (gdbscm_frame_read_var): Update call to
1278 read_var_value, passing it the block coming from symbol lookup.
1279 * guile/scm-symbol.c (gdbscm_symbol_value): Update call to
1280 read_var_value (TODO).
1281 * infcmd.c (finish_command_continuation): Update call to
1282 read_var_value, passing it the block coming from symbol lookup.
1283 * infrun.c (insert_exception_resume_breakpoint): Likewise.
1284 * language.h (struct language_defn): Add a var_block argument to
1285 the LA_READ_VAR_VALUE method.
1286 * objfiles.c (struct static_link_htab_entry): New.
1287 (static_link_htab_entry_hash): New.
1288 (static_link_htab_entry_eq): New.
1289 (objfile_register_static_link): New.
1290 (objfile_lookup_static_link): New.
1291 (free_objfile): Free the STATIC_LINKS hashed map if needed.
1292 * objfiles.h: Include hashtab.h.
1293 (struct objfile): Add a static_links field.
1294 (objfile_register_static_link): New.
1295 (objfile_lookup_static_link): New.
1296 * printcmd.c (print_variable_and_value): Update call to
1297 read_var_value.
1298 * python/py-finishbreakpoint.c (bpfinishpy_init): Likewise.
1299 * python/py-frame.c (frapy_read_var): Update call to
1300 read_var_value, passing it the block coming from symbol lookup.
1301 * python/py-framefilter.c (extract_sym): Add a sym_block
1302 parameter and set the pointed value to NULL (TODO).
1303 (enumerate_args): Update call to extract_sym.
1304 (enumerate_locals): Update calls to extract_sym and to
1305 read_var_value.
1306 * python/py-symbol.c (sympy_value): Update call to
1307 read_var_value (TODO).
1308 * stack.c (read_frame_local): Update call to read_var_value.
1309 (read_frame_arg): Likewise.
1310 (return_command): Likewise.
1311 * symtab.h (struct symbol_block_ops): Add a get_frame_base
1312 method.
1313 (struct symbol): Add a block field.
1314 (SYMBOL_BLOCK): New accessor.
1315 * valops.c (value_of_variable): Remove frame/block handling and
1316 pass the block argument to read_var_value, which does this job
1317 now.
1318 (value_struct_elt_for_reference): Update calls to
1319 read_var_value.
1320 (value_of_this): Pass the block found to read_var_value.
1321 * value.h (read_var_value): Add a var_block argument.
1322 (default_read_var_value): Likewise.
1323
ed8b7b42
YQ
13242015-08-25 Yao Qi <yao.qi@linaro.org>
1325
1326 * aarch64-linux-nat.c (aarch64_linux_new_thread): Move it to ...
1327 * nat/aarch64-linux.c (aarch64_linux_new_thread): ... here.
1328 * nat/aarch64-linux.h (aarch64_linux_new_thread): Declare.
1329
db3cb7cb
YQ
13302015-08-25 Yao Qi <yao.qi@linaro.org>
1331
1332 * Makefile.in (aarch64-liunx.o): New rule.
1333 (HFILES_NO_SRCDIR): Add aarch64-linux.h.
1334 * config/aarch64/linux.mh (NAT_FILE): Add aarch64-linux.o.
1335 * aarch64-linux-nat.c: Include nat/aarch64-linux.h.
1336 * aarch64-linux-nat.c (aarch64_get_debug_reg_state): Make it
1337 extern.
1338 (aarch64_linux_prepare_to_resume): Move it nat/aarch64-linux.c.
1339 * nat/aarch64-linux-hw-point.h (aarch64_debug_reg_state): Declare
1340 * nat/aarch64-linux.c: New file.
1341 * nat/aarch64-linux.h: New file.
1342
f6011a1c
YQ
13432015-08-25 Yao Qi <yao.qi@linaro.org>
1344
1345 * aarch64-linux-nat.c (aarch64_linux_prepare_to_resume): Use
1346 lwp_arch_private_info and ptid_of_lwp.
1347
5e35436e
YQ
13482015-08-25 Yao Qi <yao.qi@linaro.org>
1349
1350 * aarch64-linux-nat.c (struct arch64_dr_update_callback_param):
1351 Move it to nat/aarch64-linux-hw-point.c.
1352 (debug_reg_change_callback): Likewise.
1353 (aarch64_notify_debug_reg_change): :Likewise.
1354 * nat/aarch64-linux-hw-point.c: Include nat/linux-nat.h.
1355 (aarch64_dr_update_callback_param): New.
1356 (debug_reg_change_callback): New function.
1357 (aarch64_notify_debug_reg_change): Likewise.
1358 * nat/aarch64-linux-hw-point.h (aarch64_notify_debug_reg_change):
1359 Remove the declaration.
1360
4a8a7965
YQ
13612015-08-25 Yao Qi <yao.qi@linaro.org>
1362
1363 * aarch64-linux-nat.c (aarch64_notify_debug_reg_change):
1364 Call current_lwp_ptid.
1365
32a271ee
YQ
13662015-08-25 Yao Qi <yao.qi@linaro.org>
1367
1368 * aarch64-linux-nat.c (debug_reg_change_callback): Use
1369 debug_printf.
1370
5e137137
YQ
13712015-08-25 Yao Qi <yao.qi@linaro.org>
1372
1373 * aarch64-linux-nat.c (debug_reg_change_callback): Call
1374 ptid_get_pid rather than ptid_get_lwp.
1375
73b8c1fd
PA
13762015-08-24 Pedro Alves <palves@redhat.com>
1377
1378 * NEWS (New commands): Mention set/show remote
1379 multiprocess-extensions-packet.
1380 * remote.c (remote_query_supported): Only tell the server to use
1381 the multiprocess extensions if the user hasn't force-disabled them
1382 with "set remote multiprocess-extensions-packet off".
1383
4a626d0a
PA
13842015-08-24 Pedro Alves <palves@redhat.com>
1385
1386 * gnulib/update-gnulib.sh (GNULIB_COMMIT_SHA1): Set to
1387 1029a8112290f6eee9d7878a391c49db42c999bd.
1388 * gnulib/configure, gnulib/config.in, gnulib/aclocal.m4:
1389 Regenerate.
1390 * gnulib/import/Makefile.am: Update.
1391 * gnulib/import/Makefile.in: Update.
1392 * gnulib/import/alloca.in.h: Update.
1393 * gnulib/import/basename-lgpl.c: Update.
1394 * gnulib/import/canonicalize-lgpl.c: Update.
1395 * gnulib/import/config.charset: Update.
1396 * gnulib/import/dirent.in.h: Update.
1397 * gnulib/import/dirfd.c: Update.
1398 * gnulib/import/dirname-lgpl.c: Update.
1399 * gnulib/import/dirname.h: Update.
1400 * gnulib/import/dosname.h: Update.
1401 * gnulib/import/errno.in.h: Update.
1402 * gnulib/import/extra/snippet/arg-nonnull.h: Update.
1403 * gnulib/import/extra/snippet/c++defs.h: Update.
1404 * gnulib/import/extra/snippet/warn-on-use.h: Update.
1405 * gnulib/import/extra/update-copyright: Update.
1406 * gnulib/import/float+.h: Update.
1407 * gnulib/import/float.c: Update.
1408 * gnulib/import/float.in.h: Update.
1409 * gnulib/import/fnmatch.c: Update.
1410 * gnulib/import/fnmatch.in.h: Update.
1411 * gnulib/import/fnmatch_loop.c: Update.
1412 * gnulib/import/fpucw.h: Update.
1413 * gnulib/import/frexp.c: Update.
1414 * gnulib/import/frexpl.c: Update.
1415 * gnulib/import/gettimeofday.c: Update.
1416 * gnulib/import/inttypes.in.h: Update.
1417 * gnulib/import/isnan.c: Update.
1418 * gnulib/import/isnand-nolibm.h: Update.
1419 * gnulib/import/isnand.c: Update.
1420 * gnulib/import/isnanl-nolibm.h: Update.
1421 * gnulib/import/isnanl.c: Update.
1422 * gnulib/import/itold.c: Update.
1423 * gnulib/import/localcharset.c: Update.
1424 * gnulib/import/localcharset.h: Update.
1425 * gnulib/import/lstat.c: Update.
1426 * gnulib/import/m4/00gnulib.m4: Update.
1427 * gnulib/import/m4/absolute-header.m4: Update.
1428 * gnulib/import/m4/alloca.m4: Update.
1429 * gnulib/import/m4/canonicalize.m4: Update.
1430 * gnulib/import/m4/codeset.m4: Update.
1431 * gnulib/import/m4/configmake.m4: Update.
1432 * gnulib/import/m4/dirent_h.m4: Update.
1433 * gnulib/import/m4/dirfd.m4: Update.
1434 * gnulib/import/m4/dirname.m4: Update.
1435 * gnulib/import/m4/double-slash-root.m4: Update.
1436 * gnulib/import/m4/eealloc.m4: Update.
1437 * gnulib/import/m4/errno_h.m4: Update.
1438 * gnulib/import/m4/exponentd.m4: Update.
1439 * gnulib/import/m4/exponentl.m4: Update.
1440 * gnulib/import/m4/extensions.m4: Update.
1441 * gnulib/import/m4/extern-inline.m4: Update.
1442 * gnulib/import/m4/fcntl-o.m4: Update.
1443 * gnulib/import/m4/float_h.m4: Update.
1444 * gnulib/import/m4/fnmatch.m4: Update.
1445 * gnulib/import/m4/fpieee.m4: Update.
1446 * gnulib/import/m4/frexp.m4: Update.
1447 * gnulib/import/m4/frexpl.m4: Update.
1448 * gnulib/import/m4/gettimeofday.m4: Update.
1449 * gnulib/import/m4/glibc21.m4: Update.
1450 * gnulib/import/m4/gnulib-cache.m4: Update.
1451 * gnulib/import/m4/gnulib-common.m4: Update.
1452 * gnulib/import/m4/gnulib-comp.m4: Update.
1453 * gnulib/import/m4/gnulib-tool.m4: Update.
1454 * gnulib/import/m4/include_next.m4: Update.
1455 * gnulib/import/m4/inttypes-pri.m4: Update.
1456 * gnulib/import/m4/inttypes.m4: Update.
1457 * gnulib/import/m4/isnand.m4: Update.
1458 * gnulib/import/m4/isnanl.m4: Update.
1459 * gnulib/import/m4/largefile.m4: Update.
1460 * gnulib/import/m4/localcharset.m4: Update.
1461 * gnulib/import/m4/locale-fr.m4: Update.
1462 * gnulib/import/m4/locale-ja.m4: Update.
1463 * gnulib/import/m4/locale-zh.m4: Update.
1464 * gnulib/import/m4/longlong.m4: Update.
1465 * gnulib/import/m4/lstat.m4: Update.
1466 * gnulib/import/m4/malloc.m4: Update.
1467 * gnulib/import/m4/malloca.m4: Update.
1468 * gnulib/import/m4/math_h.m4: Update.
1469 * gnulib/import/m4/mbrtowc.m4: Update.
1470 * gnulib/import/m4/mbsinit.m4: Update.
1471 * gnulib/import/m4/mbsrtowcs.m4: Update.
1472 * gnulib/import/m4/mbstate_t.m4: Update.
1473 * gnulib/import/m4/memchr.m4: Update.
1474 * gnulib/import/m4/memmem.m4: Update.
1475 * gnulib/import/m4/mmap-anon.m4: Update.
1476 * gnulib/import/m4/multiarch.m4: Update.
1477 * gnulib/import/m4/nocrash.m4: Update.
1478 * gnulib/import/m4/off_t.m4: Update.
1479 * gnulib/import/m4/pathmax.m4: Update.
1480 * gnulib/import/m4/readlink.m4: Update.
1481 * gnulib/import/m4/rename.m4: Update.
1482 * gnulib/import/m4/rmdir.m4: Update.
1483 * gnulib/import/m4/ssize_t.m4: Update.
1484 * gnulib/import/m4/stat.m4: Update.
1485 * gnulib/import/m4/stdbool.m4: Update.
1486 * gnulib/import/m4/stddef_h.m4: Update.
1487 * gnulib/import/m4/stdint.m4: Update.
1488 * gnulib/import/m4/stdio_h.m4: Update.
1489 * gnulib/import/m4/stdlib_h.m4: Update.
1490 * gnulib/import/m4/string_h.m4: Update.
1491 * gnulib/import/m4/strstr.m4: Update.
1492 * gnulib/import/m4/strtok_r.m4: Update.
1493 * gnulib/import/m4/sys_socket_h.m4: Update.
1494 * gnulib/import/m4/sys_stat_h.m4: Update.
1495 * gnulib/import/m4/sys_time_h.m4: Update.
1496 * gnulib/import/m4/sys_types_h.m4: Update.
1497 * gnulib/import/m4/time_h.m4: Update.
1498 * gnulib/import/m4/unistd_h.m4: Update.
1499 * gnulib/import/m4/warn-on-use.m4: Update.
1500 * gnulib/import/m4/wchar_h.m4: Update.
1501 * gnulib/import/m4/wchar_t.m4: Update.
1502 * gnulib/import/m4/wctype_h.m4: Update.
1503 * gnulib/import/m4/wint_t.m4: Update.
1504 * gnulib/import/malloc.c: Update.
1505 * gnulib/import/malloca.c: Update.
1506 * gnulib/import/malloca.h: Update.
1507 * gnulib/import/math.in.h: Update.
1508 * gnulib/import/mbrtowc.c: Update.
1509 * gnulib/import/mbsinit.c: Update.
1510 * gnulib/import/mbsrtowcs-impl.h: Update.
1511 * gnulib/import/mbsrtowcs-state.c: Update.
1512 * gnulib/import/mbsrtowcs.c: Update.
1513 * gnulib/import/memchr.c: Update.
1514 * gnulib/import/memmem.c: Update.
1515 * gnulib/import/pathmax.h: Update.
1516 * gnulib/import/readlink.c: Update.
1517 * gnulib/import/ref-add.sin: Update.
1518 * gnulib/import/ref-del.sin: Update.
1519 * gnulib/import/rename.c: Update.
1520 * gnulib/import/rmdir.c: Update.
1521 * gnulib/import/same-inode.h: Update.
1522 * gnulib/import/stat.c: Update.
1523 * gnulib/import/stdbool.in.h: Update.
1524 * gnulib/import/stddef.in.h: Update.
1525 * gnulib/import/stdint.in.h: Update.
1526 * gnulib/import/stdio.c: Update.
1527 * gnulib/import/stdio.in.h: Update.
1528 * gnulib/import/stdlib.in.h: Update.
1529 * gnulib/import/str-two-way.h: Update.
1530 * gnulib/import/streq.h: Update.
1531 * gnulib/import/string.in.h: Update.
1532 * gnulib/import/stripslash.c: Update.
1533 * gnulib/import/strnlen1.c: Update.
1534 * gnulib/import/strnlen1.h: Update.
1535 * gnulib/import/strstr.c: Update.
1536 * gnulib/import/strtok_r.c: Update.
1537 * gnulib/import/sys_stat.in.h: Update.
1538 * gnulib/import/sys_time.in.h: Update.
1539 * gnulib/import/sys_types.in.h: Update.
1540 * gnulib/import/time.in.h: Update.
1541 * gnulib/import/unistd.in.h: Update.
1542 * gnulib/import/verify.h: Update.
1543 * gnulib/import/wchar.in.h: Update.
1544 * gnulib/import/wctype.in.h: Update.
1545 * gnulib/import/gettimeofday.c: New file.
1546 * gnulib/import/m4/absolute-header.m4: New file.
1547 * gnulib/import/m4/gettimeofday.m4: New file.
1548 * gnulib/import/m4/sys_socket_h.m4: New file.
1549 * gnulib/import/m4/sys_time_h.m4: New file.
1550 * gnulib/import/stdio.c: Delete file.
1551 * gnulib/import/sys_time.in.h: New file.
1552
438e1e42
PA
15532015-08-24 Pedro Alves <palves@redhat.com>
1554
1555 * Makefile.in (HFILES_NO_SRCDIR): Add common/gdb_sys_time.h.
1556 * common/gdb_sys_time.h: New file.
1557 * event-loop.c: Include gdb_sys_time.h instead of sys/time.h.
1558 * gdb_select.h: Likewise.
1559 * gdb_usleep.c: Likewise.
1560 * maint.c: Likewise.
1561 * mi/mi-main.c: Likewise.
1562 * mi/mi-parse.h: Likewise.
1563 * remote-fileio.c: Likewise.
1564 * remote-m32r-sdi.c: Likewise.
1565 * remote.c: Likewise.
1566 * ser-base.c: Likewise.
1567 * ser-pipe.c: Likewise.
1568 * ser-tcp.c: Likewise.
1569 * ser-unix.c: Likewise.
1570 * symfile.c: Likewise.
1571 * symfile.c: Likewise. Rename OSIZE to SIZE throughout.
1572 * target-memory.c: Include gdb_sys_time.h instead of sys/time.h.
1573 * utils.c: Likewise.
1574
40e0b271
PA
15752015-08-24 Pedro Alves <palves@redhat.com>
1576
1577 * NEWS: Mention removed support for the various ROM monitors.
1578 * Makefile.in (ALL_TARGET_OBS): Remove dbug-rom.o, dink32-rom.o,
1579 ppcbug-rom.o, m32r-rom.o, dsrec.o and monitor.o from gdb_target_obs.
1580 * configure.tgt (h8300-*-*): Remove monitor.o and m32r-rom.o from
1581 gdb_target_obs.
1582 (m68*-*-*): Remove monitor.o dbug-rom.o and dsrec.o from
1583 gdb_target_obs.
1584 (microblaze*-linux-*): Remove microblaze-rom.o, monitor.o and
1585 dsrec.o from gdb_target_obs.
1586 (microblaze*-*-*): Remove microblaze-rom.o, monitor.o and dsrec.o
1587 from gdb_target_obs.
1588 (powerpc-*-lynx*178): Remove monitor.o and dsrec.o from
1589 gdb_target_obs.
1590 (powerpc*-*-*): Remove monitor.o, dsrec.o, ppcbug-rom.o and
1591 dink32-rom.o from gdb_target_obs.
1592 (sh*-*-linux*): Remove monitor.o and dsrec.o from gdb_target_obs.
1593 (sh*): Remove monitor.o and dsrec.o from gdb_target_obs.
1594 * dbug-rom.c, dink32-rom.c, dsrec.c, m32r-rom.c, microblaze-rom.c,
1595 monitor.c, monitor.h, ppcbug-rom.c, srec.h: Delete files.
1596
f8904751
PA
15972015-08-21 Pedro Alves <palves@redhat.com>
1598
1599 * frame.c (null_frame_id): Explicitly zero-initialize.
1600
049412e3
TT
16012015-08-21 Tom Tromey <tromey@redhat.com>
1602
1603 * dwarf2read.c (struct dwarf2_section_info): Rename field
1604 'asection' to 'section'.
1605 (dwarf2_has_info, get_section_bfd_owner, get_section_bfd_section)
1606 (dwarf2_locate_sections, dwarf2_locate_sections)
1607 (locate_dwz_sections, locate_v1_virtual_dwo_sections)
1608 (dwarf2_locate_dwo_sections, dwarf2_locate_dwo_sections)
1609 (dwarf2_locate_v2_dwp_sections): Adjust.
1610
948578a9
PP
16112015-08-21 Patrick Palka <patrick@parcs.ath.cx>
1612
1613 * top.h (gdb_in_secondary_prompt_p): Declare.
1614 * top.c (gdb_secondary_prompt_depth): Define.
1615 (gdb_in_secondary_prompt_p): Define.
1616 (gdb_readline_wrapper_cleanup): Decrement
1617 gdb_secondary_prompt_depth.
1618 (gdb_readline_wrapper): Increment gdb_secondary_prompt_depth.
1619 * tui/tui-io.c (tui_getc): Don't clear the prompt line if we
1620 are in a secondary prompt.
1621
7a8bcb88
PP
16222015-08-21 Patrick Palka <patrick@parcs.ath.cx>
1623
1624 * tui/tui-io.c (tui_getc): Use tui_putc instead of waddch to
1625 emit the newline.
1626
2d7711a3
GB
16272015-08-21 Gary Benson <gbenson@redhat.com>
1628
1629 * gdb_bfd.c (gdb_bfd_iovec_fileio_pread): Add QUIT call.
1630
4313b8c0
GB
16312015-08-21 Gary Benson <gbenson@redhat.com>
1632
1633 * target.h (struct target_ops) <to_fileio_open>: New argument
1634 warn_if_slow. Update comment. All implementations updated.
1635 (target_fileio_open_warn_if_slow): New declaration.
1636 * target.c (target_fileio_open): Renamed as...
1637 (target_fileio_open_1): ...this. New argument warn_if_slow.
1638 Pass warn_if_slow to implementation. Update debug printing.
1639 (target_fileio_open): New function.
1640 (target_fileio_open_warn_if_slow): Likewise.
1641 * gdb_bfd.c (gdb_bfd_iovec_fileio_open): Use new function
1642 target_fileio_open_warn_if_slow.
1643
f36b8719
GB
16442015-08-21 Gary Benson <gbenson@redhat.com>
1645
1646 * nat/linux-namespaces.c (linux_mntns_access_fs):
1647 Do not overwrite old_chain.
1648
40045d91
MF
16492015-08-20 Max Filippov <jcmvbkbc@gmail.com>
1650
1651 * arch/xtensa.h: New file.
1652 * xtensa-linux-nat.c (gdb_proc_service.h): New #include.
1653 (ps_get_thread_area): New function.
1654 * xtensa-linux-tdep.c (xtensa_linux_init_abi): Add call to
1655 set_gdbarch_fetch_tls_load_module_address to enable TLS support.
1656 * xtensa-tdep.c (osabi.h): New #include.
1657 (xtensa_gdbarch_init): Call gdbarch_init_osabi to register
1658 xtensa-specific hooks.
1659 * xtensa-tdep.h (struct xtensa_elf_gregset_t): Add threadptr
1660 member and move the structure to arch/xtensa.h.
1661
80152258
PA
16622015-08-21 Pedro Alves <palves@redhat.com>
1663
1664 * remote.c (struct readahead_cache): New.
1665 (struct remote_state) <readahead_cache>: New field.
1666 (remote_open_1): Invalidate the cache.
1667 (readahead_cache_invalidate, readahead_cache_invalidate_fd): New
1668 functions.
1669 (remote_hostio_pwrite): Invalidate the readahead cache.
1670 (remote_hostio_pread): Rename to ...
1671 (remote_hostio_pread_vFile): ... this.
1672 (remote_hostio_pread_from_cache): New function.
1673 (remote_hostio_pread): Reimplement.
1674 (remote_hostio_close): Invalidate the readahead cache.
1675
88fc5eb7
MC
16762015-08-21 Marcin Cieślak <saper@saper.info> (tiny patch)
1677
1678 PR build/18843
1679 * procfs.c: Include "filestuff.h".
1680
6f1cb6ea
PP
16812015-08-21 Patrick Palka <patrick@parcs.ath.cx>
1682
1683 * tui/tui-data.h (tui_command_info): Remove fields cur_line and
1684 curch.
1685 * tui/tui-data.c (tui_clear_win_detail) [CMD_WIN]: Don't set
1686 cur_line or curch, instead call wmove().
1687 (init_win_info) [CMD_WIN]: Likewise.
1688 * tui/tui-io.c (tui_puts): Likewise. Don't read cur_line,
1689 instead call getcury().
1690 (tui_redisplay_readline): Don't set cur_line or curch.
1691 (tui_mld_erase_entire_line): Don't read cur_line, instead call
1692 getcury().
1693 (tui_cont_sig): Remove call to wmove.
1694 (tui_getc): Don't read cur_line or curch, instead call getcury()
1695 or getyx(). Don't set curch.
1696 * tui/tui-win.c (make_visible_with_new_height) [CMD_WIN]: Don't
1697 set cur_line or curch. Always move cursor to (0,0).
1698
221e1a37
PA
16992015-08-20 Pedro Alves <palves@redhat.com>
1700
1701 * infrun.c (print_target_wait_results): Make extern.
1702 * infrun.h (print_target_wait_results): Declare.
1703 * remote.c (set_stop_requested_callback): Delete.
1704 (process_initial_stop_replies): New function.
1705 (remote_start_remote): Use it.
1706 (stop_reply_queue_length): New function.
1707
40e3ad0e
PA
17082015-08-20 Pedro Alves <palves@redhat.com>
1709
1710 * dwarf2read.c (process_full_comp_unit): To tell whether
1711 start_subfile managed to deduce a language, test for
1712 language_unknown instead of language_c.
1713
af39b327
PMR
17142015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
1715
1716 * ada-lex.l: Reset the start condition to INITIAL in the rule that
1717 matches attributes.
1718
7d45c7c3
KB
17192015-08-19 Kevin Buettner <kevinb@redhat.com>
1720
1721 * dwarf2read.c (dwarf2_string_attr): New function.
1722 (lookup_dwo_unit, process_psymtab_comp_unit_reader)
1723 (dwarf2_compute_name, dwarf2_physname, find_file_and_directory)
1724 (read_call_site_scope, namespace_name, guess_full_die_structure_name)
1725 (anonymous_struct_prefix, prepare_one_comp_unit): Use
1726 dwarf2_string_attr in place of dwarf2_attr and DW_STRING.
1727
4d6cceb4
DE
17282015-08-18 Doug Evans <dje@google.com>
1729 Adrian Sendroiu <adrian.sendroiu@freescale.com>
1730
1731 PR mi/18833
1732 * cli/cli-logging.c (pop_output_files): Don't restore redirection
1733 if MI-like.
1734 * mi/mi-out.c: #include "vec.h".
1735 (ui_filep): New type.
1736 (DEV_VEC_P (ui_filep)): New type.
1737 (struct ui_out_data) <buffer, original_buffer>: Delete.
1738 (struct ui_out_data) <streams>: New member.
1739 (mi_ui_out_impl): Add data_destroy field.
1740 (mi_field_string, mi_field_fmt): Update.
1741 (mi_flush, mi_redirect, field_separator): Update.
1742 (mi_open, mi_close): Update.
1743 (mi_out_buffered, mi_out_rewind, mi_out_put): Update.
1744 (mi_out_data_ctor, mi_out_data_dtor): New functions.
1745 (mi_out_new): Call mi_out_data_ctor.
1746
26d56a93
SL
17472015-08-18 Sandra Loosemore <sandra@codesourcery.com>
1748
1749 * remote.c (strprefix): New.
1750 (remote_parse_stop_reply): Use strprefix instead of strncmp
1751 to ensure exact match of keyword.
1752
566f5e3b
AB
17532015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>
1754
1755 * gdb_bfd.c (debug_bfd_cache): New variable.
1756 (show_bfd_cache_debug): New function.
1757 (gdb_bfd_open): Add debug logging.
1758 (gdb_bfd_ref): Likewise.
1759 (gdb_bfd_unref): Likewise.
1760 (_initialize_gdb_bfd): Add new set/show command.
1761 * NEWS: Mention new command.
1762
18989b3c
AB
17632015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>
1764
1765 * gdb_bfd.c (bfd_sharing): New variable.
1766 (show_bfd_sharing): New function.
1767 (gdb_bfd_open): Check bfd_sharing variable.
1768 (_initialize_gdb_bfd): Add new set/show command.
1769 * NEWS: Mention new command.
1770
c04fe68f
AB
17712015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>
1772
1773 * gdb_bfd.c (struct gdb_bfd_data): Add size, inode, and device id
1774 field.
1775 (struct gdb_bfd_cache_search): Likewise.
1776 (eq_bfd): Compare the size, inode, and device id fields.
1777 (gdb_bfd_open): Initialise the size, inode, and device id fields.
1778 (gdb_bfd_ref): Likewise.
1779 (gdb_bfd_unref): Likewise.
1780
b2a33439
PA
17812015-08-18 Pedro Alves <palves@redhat.com>
1782
1783 * linux-nat.c (linux_nat_always_non_stop_p): If the linux_ops
1784 target implements to_always_non_stop_p, call it.
1785 * x86-linux-nat.c (x86_linux_always_non_stop_p): New function.
1786 (x86_linux_create_target): Install it as to_always_non_stop_p
1787 method.
1788
71b57e37
DE
17892015-08-17 Doug Evans <dje@google.com>
1790
1791 * ui-out.c (default_ui_out_impl): Add comment.
1792
7f3706eb
IB
17932015-08-17 Iain Buclaw <ibuclaw@gdcproject.org>
1794
1795 * d-exp.y (type_aggregate_p): New function.
1796 (PrimaryExpression : TypeExp '.' IdentifierExp): Use it.
1797 (classify_inner_name): Likewise.
1798 * d-namespace.c (d_lookup_nested_symbol): Handle TYPE_CODE_ENUM.
1799
1762568f
DE
18002015-08-15 Doug Evans <xdje42@gmail.com>
1801
1802 * psymtab.c (add_psymbol_to_bcache): Remove "val" arg. All callers
1803 updated.
1804 (add_psymbol_to_list): Ditto.
1805
8763cede
DE
18062015-08-15 Doug Evans <xdje42@gmail.com>
1807
1808 * dbxread.c (dbx_end_psymtab): Renamed from end_psymtab. All callers
1809 updated. Call end_psymtab_common.
1810 * dwarf2read.c (process_psymtab_comp_unit_reader): Call
1811 end_psymtab_common.
1812 (build_type_psymtabs_reader): Ditto.
1813 * psympriv.h (sort_pst_symbols): Delete.
1814 (end_psymtab_common): Declare.
1815 * psymtab.c (sort_pst_symbols): Make static.
1816 (end_psymtab_common): New function.
1817 * xcoffread.c (xcoff_end_psymtab): Call end_psymtab_common.
1818
51cdc993
DE
18192015-08-15 Doug Evans <xdje42@gmail.com>
1820
1821 * defs.h (LANGUAGE_BITS): Define.
1822 * psympriv.h (partial_symbol) <domain>: Use SYMBOL_DOMAIN_BITS.
1823 (partial_symbol) <aclass>: Use SYMBOL_ACLASS_BITS.
1824 * symtab.h (general_symbol_info> <language>: Usage LANGUAGE_BITS.
1825 (minimal_symbol_type): Add nr_minsym_types.
1826 (MINSYM_TYPE_BITS): Define.
1827 (minimal_symbol) <type>: Use MINSYM_TYPE_BITS.
1828 (domain_enum_tag): Add NR_DOMAINS.
1829 (SYMBOL_DOMAIN_BITS): Change from 4 to 3.
1830 (SYMBOL_ACLASS_BITS): Define from 6 to 5.
1831
95cf5869
DE
18322015-08-15 Doug Evans <xdje42@gmail.com>
1833
1834 * objfiles.h: Whitespace cleanup.
1835 * psympriv.h: Whitespace cleanup.
1836 * psymtab.c: Whitespace/coding convention cleanup.
1837
e3ae3c43
PP
18382015-08-15 Patrick Palka <patrick@parcs.ath.cx>
1839
1840 * inferior.c (detach_inferior_command): Don't call
1841 any_thread_of_process when pid is 0.
1842 (kill_inferior_command): Likewise.
1843
6ff0ba5f
DE
18442015-08-14 Doug Evans <xdje42@gmail.com>
1845
1846 PR gdb/11833
1847 * NEWS: Document new /s modifier for the disassemble command.
1848 * cli/cli-cmds.c (disassemble_command): Add support for /s.
1849 (_initialize_cli_cmds): Update online docs of disassemble command.
1850 * disasm.c: #include "source.h".
1851 (struct deprecated_dis_line_entry): Renamed from dis_line_entry.
1852 All uses updated.
1853 (dis_line_entry): New struct.
1854 (hash_dis_line_entry, eq_dis_line_entry): New functions.
1855 (allocate_dis_line_table): New functions.
1856 (maybe_add_dis_line_entry, line_has_code_p): New functions.
1857 (dump_insns): New arg end_pc. All callers updated.
1858 (do_mixed_source_and_assembly_deprecated): Renamed from
1859 do_mixed_source_and_assembly. All callers updated.
1860 (do_mixed_source_and_assembly): New function.
1861 (gdb_disassembly): Handle /s (DISASSEMBLY_SOURCE).
1862 * disasm.h (DISASSEMBLY_SOURCE_DEPRECATED): Renamed from
1863 DISASSEMBLY_SOURCE. All uses updated.
1864 (DISASSEMBLY_SOURCE): New macro.
1865 * mi/mi-cmd-disas.c (mi_cmd_disassemble): New modes 4,5.
1866
b56ccc20
KS
18672015-08-14 Keith Seitz <keiths@redhat.com>
1868
1869 * d-exp.y (PrimaryExpression : TypeExp '.' IdentifierExp): Rename
1870 `typename' to `type_name' to avoid C++ reserved word.
1871
ebdad8fc
KS
18722015-08-14 Keith Seitz <keiths@redhat.com>
1873
1874 * location.c (EL_TYPE, EL_LINESPEC, EL_PROBE, EL_ADDRESS)
1875 (EL_EXPLICIT, EL_STRING): Change macro parameter to "P" to
1876 silence ARI errors.
1877
c0fe2ae7
IB
18782015-08-14 Iain Buclaw <ibuclaw@gdcproject.org>
1879
1880 * d-exp.y (PrimaryExpression : TypeExp '.' IdentifierExp): Use
1881 xstrprintf instead of malloc and sprintf.
1882 (PrimaryExpression : IdentifierExp): Avoid operator at end of line.
1883 (lex_one_token): Likewise.
1884
a738da3a
MF
18852015-08-14 Matthew Fortune <matthew.fortune@imgtec.com>
1886
1887 * solib-svr4.c (read_program_header): Add base_addr argument to
1888 report the runtime address of the segment.
1889 (find_program_interpreter): Update read_program_header call to pass
1890 a NULL pointer for the new argument.
1891 (scan_dyntag): Add ptr_addr argument to report the runtime address
1892 of the tag payload.
1893 (scan_dyntag_auxv): Likewise and use thew new base_addr argument of
1894 read_program_header to get the base address of the dynamic segment.
1895 (elf_locate_base): Update uses of scan_dyntag, scan_dyntag_auxv and
1896 read_program_header.
1897 (elf_locate_base): Scan for and handle DT_MIPS_RLD_MAP_REL.
1898
f8edc4ff
MF
18992015-08-14 Matthew Fortune <matthew.fortune@imgtec.com>
1900
1901 * MAINTAINERS (Write After Approval): Add Matthew Fortune.
1902
444c1ed8
IB
19032015-08-13 Iain Buclaw <ibuclaw@gdcproject.org>
1904
1905 * d-exp.y (%union): Add voidval.
1906 (%token): Add UNKNOWN_NAME as a token to represent an unclassified
1907 name in the lexing stage.
1908 (PostfixExpression): Move symbol completion handling in grammar here
1909 from PrimaryExpression.
1910 (PrimaryExpression): Move routines to handle resolving identifier
1911 tokens in the grammar here from push_expression_name.
1912 (IdentifierExp): Remove the handling of alternating '.' and identifier
1913 tokens.
1914 (TypeExp): Allow TypeExp to be wrapped in parenthesis in the grammar.
1915 (BasicType): Remove C-style typename rules.
1916 (d_type_from_name, d_module_from_name, push_variable)
1917 (push_fieldnames, push_type_name, push_module_name)
1918 (push_expression_name): Remove.
1919 (lex_one_token): Rename from yylex. Replace pstate with par_state.
1920 (token_and_value): New type.
1921 (token_fifo, popping, name_obstack): New globals.
1922 (classify_name): New function.
1923 (classify_inner_name): Likewise.
1924 (yylex): Likewise.
1925 (d_parse): Initialize token_fifo, popping and name_obstack.
1926
bc7c9fab
IB
19272015-08-13 Iain Buclaw <ibuclaw@gdcproject.org>
1928
1929 * Makefile.in (SFILES): Add d-namespace.c.
1930 (COMMON_OBS): Add d-namespace.o.
1931 * d-lang.c (d_language_defn): Use d_lookup_symbol_nonlocal as the
1932 la_lookup_symbol_nonlocal callback function pointer.
1933 * d-lang.h (d_lookup_symbol_nonlocal): New declaration.
1934 (d_lookup_nested_symbol): New declaration.
1935 * d-namespace.c: New file.
1936
3207396b
PA
19372015-08-13 Pedro Alves <palves@redhat.com>
1938
1939 * python/py-unwind.c (pyuw_sniffer): Install the invalidate
1940 cleanup after the decref cleanup, not before.
1941
5d8c3ed3
PMR
19422015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
1943
1944 * ada-lang.c: Include namespace.h
1945 (aux_add_nonlocal_symbols): Fix a function name in comment.
1946 (ada_add_block_renamings): New.
1947 (add_nonlocal_symbols): Add global renamings handling.
1948 (ada_lookup_symbol_list_worker): Move the symbol lookup part
1949 to...
1950 (ada_add_all_symbols): ... this new function.
1951 (ada_add_block_symbols): Try to match the input name against the
1952 "using directives list", perform a recursive symbol lookup on
1953 the matched declarations.
1954 * block.h (struct block): Move the_namespace to top-level as
1955 namespace_info. Remove the language_specific field.
1956 (BLOCK_NAMESPACE): Update access to the namespace_info field.
1957 * buildsym.h (using_directives): Rename into...
1958 (local_using_directives): ... this.
1959 (global_using_directives): New.
1960 (struct context_stack): Rename the using_directives field into
1961 local_using_directives.
1962 * buildsym.c (finish_block_internal): Deal with the proper
1963 using directives repository (local or global).
1964 (prepare_for_building): Reset local_using_directives. Assert
1965 that there is no pending global using directive.
1966 (reset_symtab_globals): Reset global_using_directives and
1967 local_using_directives.
1968 (end_symtab_get_static_block): Don't ignore symtabs that have
1969 only using directives.
1970 (push_context): Update references to local_using_directives.
1971 (buildsym_init): Do not reset using_directives.
1972 * cp-support.c: Include namespace.h.
1973 * cp-support.h (struct using_direct): Move to namespace.h.
1974 (cp_add_using_directives): Move to namespace.h.
1975 * cp-namespace.c: Include namespace.h
1976 (cp_add_using_directive): Move to namespace.c, rename it to
1977 add_using_directive, add a "using_directives" argument and use
1978 it as the pending using directives repository. All callers
1979 updated.
1980 * dwarf2read.c (using_directives): New.
1981 (read_import_statement): Call using_directives.
1982 (read_func_scope): Update references to local_using_directives.
1983 (read_lexical_block_scope): Likewise.
1984 (read_namespace): Update the heading comment, call
1985 using_directives.
1986 * namespace.h: New file.
1987 * namespace.c: New file.
1988 * Makefile.in (SFILES): Add namespace.c.
1989 (COMMON_OBS): Add namespace.o
1990
4dafcdeb
JB
19912015-08-12 Joel Brobecker <brobecker@adacore.com>
1992
1993 * amd64-tdep.c (amd64_displaced_step_fixup): Fix the mask used to
1994 compute RETADDR.
1995
67994074
KS
19962015-08-12 Keith Seitz <keiths@redhat.com>
1997
1998 * break-catch-throw.c (re_set_exception_catchpoint) Rename
1999 reserved C++ keyword "explicit" to "explicit_loc".
2000 * breakpoint.c (create_overlay_event_breakpoint)
2001 (create_longjmp_master_breakpoint)
2002 (create_std_terminate_master_breakpoint)
2003 (create_exception_master_breakpoint, update_static_tracepoint):
2004 Rename reserved C++ keyword "explicit" to "explicit_loc".
2005 * completer.c (collect_explicit_location_matches)
2006 (explicit_location_completer): Rename reserved C++ keyword
2007 "explicit" to "explicit_loc".
2008 * linespec.c (struct linespec) <explicit>: Rename to "explicit_loc".
2009 (canonicalize_linespec, create_sals_line_offset)
2010 (convert_linespec_to_sals, convert_explicit_location_to_sals)
2011 (event_location_to_sals, decode_objc): Rename reserved C++ keyword
2012 "explicit" to "explicit_loc".
2013 * location.c (struct event_location) <explicit>: Rename to
2014 "explicit_loc".
2015 (initialize_explicit_location, new_explicit_location)
2016 (explicit_location_to_string_internal, explicit_location_to_linespec):
2017 Rename reserved C++ keyword "explicit" to "explicit_loc".
2018 * location.h (explicit_location_to_string)
2019 (explicit_location_to_linespec, initialize_explicit_location)
2020 (new_explicit_location): Rename reserved C++ keyword "explicit"
2021 to "explicit_loc".
2022 * mi/mi-cmd-break.c (mi_cmd_break_insert_1): Rename reserved C++
2023 keyword "explicit" to "explicit_loc".
2024
59ecaff3
KS
20252015-08-12 Keith Seitz <keiths@redhat.com>
2026
2027 * python/python.c (gdbpy_decode_line): Initialize `location' to NULL
2028 and only call decode_line_1 when it is non-NULL.
2029
244558af
LM
20302015-08-12 Luis Machado <lgustavo@codesourcery.com>
2031
2032 * breakpoint.c (bp_loc_is_permanent): Return 0 when breakpoint
2033 location address is not meaningful.
2034 (breakpoint_address_is_meaningful): Update comment.
2035
629500fa
KS
20362015-08-11 Keith Seitz <keiths@redhat.com>
2037
2038 * NEWS: Mention explicit locations.
2039 * breakpoint.c [LOCATION_HELP_STRING]: New macro.
2040 [BREAK_ARGS_HELP]: Use LOCATION_HELP_STRING.
2041 (_initialize_breakpoint): Update documentation for
2042 "clear", "break", "trace", "strace", "ftrace", and "dprintf".
2043
eb8c4e2e
KS
20442015-08-11 Keith Seitz <keiths@redhat.com>
2045
2046 * mi/mi-cmd-break.c (mi_cmd_break_insert_1): Add support for
2047 explicit locations, options "--source", "--function",
2048 "--label", and "--line".
2049
87f0e720
KS
20502015-08-11 Keith Seitz <keiths@redhat.com>
2051
2052 * completer.c: Include location.h.
2053 (enum match_type): New enum.
2054 (location_completer): Rename to ...
2055 (linespec_completer): ... this.
2056 (collect_explicit_location_matches, backup_text_ptr)
2057 (explicit_location_completer): New functions.
2058 (location_completer): "New" function; handle linespec
2059 and explicit location completions.
2060 (complete_line_internal): Remove all location completer-specific
2061 handling.
2062 * linespec.c (linespec_lexer_lex_keyword, is_ada_operator)
2063 (find_toplevel_char): Export.
2064 (linespec_parse_line_offset): Export.
2065 Issue error if STRING is not numerical.
2066 (gdb_get_linespec_parser_quote_characters): New function.
2067 * linespec.h (linespec_parse_line_offset): Declare.
2068 (get_gdb_linespec_parser_quote_characters): Declare.
2069 (is_ada_operator): Declare.
2070 (find_toplevel_char): Declare.
2071 (linespec_lexer_lex_keyword): Declare.
2072 * location.c (explicit_to_event_location): New function.
2073 (explicit_location_lex_one): New function.
2074 (string_to_explicit_location): New function.
2075 (string_to_event_location): Handle explicit locations.
2076 * location.h (explicit_to_event_location): Declare.
2077 (string_to_explicit_location): Declare.
2078
00e52e53
KS
20792015-08-11 Keith Seitz <keiths@redhat.com>
2080
2081 * break-catch-throw.c (re_set_exception_catchpoint): Convert
2082 linespec into explicit location.
2083 * breakpoint.c (create_overlay_breakpoint)
2084 (create_longjmp_master_breakpoint)
2085 (create_std_terminate_master_breakpoint)
2086 (create_exception_master_breakpoint): Convert linespec into explicit
2087 location.
2088 (update_static_tracepoint): Convert linespec into explicit location.
2089 * linespec.c (enum offset_relative_sign, struct line_offset): Move
2090 location.h.
2091 (struct linespec) <expression, expr_pc, source_filename>
2092 <function_name, label_name, line_offset>: Replace with ...
2093 <explicit>: ... this.
2094 <is_linespec>: New member.
2095 (PARSER_EXPLICIT): New accessor macro.
2096 (undefined_label_error): New function.
2097 (source_file_not_found_error): New function.
2098 (linespec_parse_basic): The parser result is now an explicit location.
2099 Use PARSER_EXPLICIT to access it.
2100 Use undefined_label_error.
2101 (canonicalize_linespec): Convert canonical linespec into explicit
2102 location.
2103 Move string representation of location to explicit_location_to_linespec
2104 and use it and explicit_location_to_string to save string
2105 representations of the canonical location.
2106 (create_sals_line_offset, convert_linespec_to_sals): `ls' contains an
2107 explicit location. Update all references.
2108 (convert_explicit_location_to_sals): New function.
2109 (parse_linespec): Use PARSER_EXPLICIT to access the parser
2110 result's explicit location.
2111 (linespec_state_constructor): Initialize is_linespec.
2112 Use PARSER_EXPLICIT.
2113 (linespec_parser_delete): Use PARSER_EXPLICIT to access the parser's
2114 result.
2115 (event_location_to_sals): For linespec locations, set is_linespec.
2116 Handle explicit locations.
2117 (decode_objc): 'ls' contains an explicit location now. Update all
2118 references.
2119 (symtabs_from_filename): Use source_file_not_found_error.
2120 * location.c (struct event_location.u) <explicit>: New member.
2121 (initialize_explicit_location): New function.
2122 (initialize_event_location): Initialize explicit locations.
2123 (new_explicit_location, get_explicit_location)
2124 (get_explicit_location_const): New functions.
2125 (explicit_to_string_internal): New function; most of contents moved
2126 from canonicalize_linespec.
2127 (explicit_location_to_string): New function.
2128 (explicit_location_to_linespec): New function.
2129 (copy_event_location, delete_event_location)
2130 (event_location_to_string_const, event_location_empty_p): Handle
2131 explicit locations.
2132 * location.h (enum offset_relative_sign, struct line_offset): Move
2133 here from linespec.h.
2134 (enum event_location_type): Add EXPLICIT_LOCATION.
2135 (struct explicit_location): New structure.
2136 (explicit_location_to_string): Declare.
2137 (explicit_location_to_linespec): Declare.
2138 (new_explicit_location, get_explicit_locationp
2139 (get_explicit_location_const, initialize_explicit_location): Declare.
2140
5b56227b
KS
21412015-08-11 Keith Seitz <keiths@redhat.com>
2142
2143 * break-catch-throw.c (re_set_exception_catchpoint): Convert
2144 linespec for stap probe to probe location.
2145 * breakpoint.c (create_longjmp_master_breakpoint)
2146 (create_exception_master_breakpoint): Likewise.
2147 (break_command_1): Remove local variable `arg_cp'.
2148 Check location type to set appropriate breakpoint ops methods.
2149 (trace_command): Likewise.
2150 * linespec.c (event_location_to_sals): Assert on probe locations.
2151 * location.c (EL_PROBE): Add macro definition.
2152 (new_probe_location, get_probe_location): New functions.
2153 (copy_event_location, delete_event_location, event_location_to_string)
2154 (string_to_event_location, event_location_empty_p): Handle probe
2155 locations.
2156 * location.h (enum event_location_type): Add PROBE_LOCATION.
2157 (new_probe_location, get_probe_location): Declare.
2158 * probe.c (parse_probes): Assert that LOCATION is a probe location.
2159 Convert linespec into probe location.
2160
a06efdd6
KS
21612015-08-11 Keith Seitz <keiths@redhat.com>
2162
2163 * breakpoint.c (create_thread_event_breakpoint, init_breakpoint_sal):
2164 Convert linespec to address location.
2165 * linespec.c (canonicalize_linespec): Do not handle address
2166 locations here.
2167 (convert_address_location_to_sals): New function; contents moved
2168 from ...
2169 (convert_linespc_to_sals): ... here.
2170 (parse_linespec): Remove address locations from linespec grammar.
2171 Remove handling of address locations.
2172 (linespec_lex_to_end): Remove handling of address linespecs.
2173 (event_location_to_sals): Handle ADDRESS_LOCATION.
2174 (linespec_expression_to_pc): Export.
2175 * linespec.h (linespec_expression_to_pc): Add declaration.
2176 * location.c (struct event_location.u) <address>: New member.
2177 (new_address_location, get_address_location): New functions.
2178 (copy_event_location, delete_event_location, event_location_to_string)
2179 (string_to_event_location, event_location_empty_p): Handle address
2180 locations.
2181 * location.h (enum event_location_type): Add ADDRESS_LOCATION.
2182 (new_address_location, get_address_location): Declare.
2183 * python/py-finishbreakpoint.c (bpfinishpy_init): Convert linespec
2184 to address location.
2185 * spu-tdep.c (spu_catch_start): Likewise.
2186
f00aae0f
KS
21872015-08-11 Keith Seitz <keiths@redhat.com>
2188
2189 * ax-gdb.c: Include location.h.
2190 (agent_command_1) Use linespec location instead of address
2191 string.
2192 * break-catch-throw.c: Include location.h.
2193 (re_set_exception_catchpoint): Use linespec locations instead
2194 of address strings.
2195 * breakpoint.c: Include location.h.
2196 (create_overlay_event_breakpoint, create_longjmp_master_breakpoint)
2197 (create_std_terminate_master_breakpoint)
2198 (create_exception_master_breakpoint, update_breakpoints_after_exec):
2199 Use linespec location instead of address string.
2200 (print_breakpoint_location): Use locations and
2201 event_location_to_string.
2202 Print extra_string for pending locations for non-MI streams.
2203 (print_one_breakpoint_location): Use locations and
2204 event_location_to_string.
2205 (init_raw_breakpoint_without_location): Initialize b->location.
2206 (create_thread_event_breakpoint): Use linespec location instead of
2207 address string.
2208 (init_breakpoint_sal): Likewise.
2209 Only save extra_string if it is non-NULL and not the empty string.
2210 Use event_location_to_string instead of `addr_string'.
2211 Constify `p' and `endp'.
2212 Use skip_spaces_const/skip_space_const instead of non-const versions.
2213 Copy the location into the breakpoint.
2214 If LOCATION is NULL, save the breakpoint address as a linespec location
2215 instead of an address string.
2216 (create_breakpoint_sal): Change `addr_string' parameter to a struct
2217 event_location. All uses updated.
2218 (create_breakpoints_sal): Likewise for local variable `addr_string'.
2219 (parse_breakpoint_sals): Use locations instead of address strings.
2220 Remove check for empty linespec with conditional.
2221 Refactor.
2222 (decode_static_tracepoint_spec): Make argument const and update
2223 function.
2224 (create_breakpoint): Change `arg' to a struct event_location and
2225 rename.
2226 Remove `copy_arg' and `addr_start'.
2227 If EXTRA_STRING is empty, set it to NULL.
2228 Don't populate `canonical' for pending breakpoints.
2229 Pass `extra_string' to find_condition_and_thread.
2230 Clear `extra_string' if `rest' was NULL.
2231 Do not error with "garbage after location" if setting a dprintf
2232 breakpoint.
2233 Copy the location into the breakpoint instead of an address string.
2234 (break_command_1): Use string_to_event_location and pass this to
2235 create_breakpoint instead of an address string.
2236 Check against `arg_cp' for a probe linespec.
2237 (dprintf_command): Use string_to_event_location and pass this to
2238 create_breakpoint instead of an address string.
2239 Throw an exception if no format string was specified.
2240 (print_recreate_ranged_breakpoint): Use event_location_to_string
2241 instead of address strings.
2242 (break_range_command, until_break_command)
2243 (init_ada_exception_breakpoint): Use locations instead
2244 of address strings.
2245 (say_where): Print out extra_string for pending locations.
2246 (base_breakpoint_dtor): Delete `location' and `location_range_end' of
2247 the breakpoint.
2248 (base_breakpoint_create_sals_from_location): Use struct event_location
2249 instead of address string.
2250 Remove `addr_start' and `copy_arg' parameters.
2251 (base_breakpoint_decode_location): Use struct event_location instead of
2252 address string.
2253 (bkpt_re_set): Use locations instead of address strings.
2254 Use event_location_empty_p to check for unset location.
2255 (bkpt_print_recreate): Use event_location_to_string instead of
2256 an address string.
2257 Print out extra_string for pending locations.
2258 (bkpt_create_sals_from_location, bkpt_decode_location)
2259 (bkpt_probe_create_sals_from_location): Use struct event_location
2260 instead of address string.
2261 (bkpt_probe_decode_location): Use struct event_location instead of
2262 address string.
2263 (tracepoint_print_recreate): Use event_location_to_string to
2264 recreate the tracepoint.
2265 (tracepoint_create_sals_from_location, tracepoint_decode_location)
2266 (tracepoint_probe_create_sals_from_location)
2267 (tracepoint_probe_decode_location): Use struct event_location
2268 instead of address string.
2269 (dprintf_print_recreate): Use event_location_to_string to recreate
2270 the dprintf.
2271 (dprintf_re_set): Remove check for valid/missing format string.
2272 (strace_marker_create_sals_from_location)
2273 (strace_marker_create_breakpoints_sal, strace_marker_decode_location)
2274 (update_static_tracepoint): Use struct event_location instead of
2275 address string.
2276 (location_to_sals): Likewise.
2277 Pass `extra_string' to find_condition_and_thread.
2278 For newly resolved pending breakpoint locations, clear the location's
2279 string representation.
2280 Assert that the breakpoint's condition string is NULL when
2281 condition_not_parsed.
2282 (breakpoint_re_set_default, create_sals_from_location_default)
2283 (decode_location_default, trace_command, ftrace_command)
2284 (strace_command, create_tracepoint_from_upload): Use locations
2285 instead of address strings.
2286 * breakpoint.h (struct breakpoint_ops) <create_sals_from_location>:
2287 Use struct event_location instead of address string.
2288 Update all uses.
2289 <decode_location>: Likewise.
2290 (struct breakpoint) <addr_string>: Change to struct event_location
2291 and rename `location'.
2292 <addr_string_range_end>: Change to struct event_location and rename
2293 `location_range_end'.
2294 (create_breakpoint): Use struct event_location instead of address
2295 string.
2296 * cli/cli-cmds.c: Include location.h.
2297 (edit_command, list_command): Use locations instead of address strings.
2298 * elfread.c: Include location.h.
2299 (elf_gnu_ifunc_resolver_return_stop): Use event_location_to_string.
2300 * guile/scm-breakpoint.c: Include location.h.
2301 (bpscm_print_breakpoint_smob): Use event_location_to_string.
2302 (gdbscm_register_breakpoint): Use locations instead of address
2303 strings.
2304 * linespec.c: Include location.h.
2305 (struct ls_parser) <stream>: Change to const char *.
2306 (PARSER_STREAM): Update.
2307 (lionespec_lexer_lex_keyword): According to find_condition_and_thread,
2308 keywords must be followed by whitespace.
2309 (canonicalize_linespec): Save a linespec location into `canonical'.
2310 Save a canonical linespec into `canonical'.
2311 (parse_linespec): Change `argptr' to const char * and rename `arg'.
2312 All uses updated.
2313 Update function description.
2314 (linespec_parser_new): Initialize `parser'.
2315 Update initialization of parsing stream.
2316 (event_location_to_sals): New function.
2317 (decode_line_full): Change `argptr' to a struct event_location and
2318 rename it `location'.
2319 Use locations instead of address strings.
2320 Call event_location_to_sals instead of parse_linespec.
2321 (decode_line_1): Likewise.
2322 (decode_line_with_current_source, decode_line_with_last_displayed)
2323 Use locations instead of address strings.
2324 (decode_objc): Likewise.
2325 Change `argptr' to const char * and rename `arg'.
2326 (destroy_linespec_result): Delete the linespec result's location
2327 instead of freeing the address string.
2328 * linespec.h (struct linespec_result) <addr_string>: Change to
2329 struct event_location and rename to ...
2330 <location>: ... this.
2331 (decode_line_1, decode_line_full): Change `argptr' to struct
2332 event_location. All callers updated.
2333 * mi/mi-cmd-break.c: Include language.h, location.h, and linespec.h.
2334 (mi_cmd_break_insert_1): Use locations instead of address strings.
2335 Throw an error if there was "garbage" at the end of the specified
2336 linespec.
2337 * probe.c: Include location.h.
2338 (parse_probes): Change `argptr' to struct event_location.
2339 Use event locations instead of address strings.
2340 * probe.h (parse_probes): Change `argptr' to struct event_location.
2341 * python/py-breakpoint.c: Include location.h.
2342 (bppy_get_location): Constify local variable `str'.
2343 Use event_location_to_string.
2344 (bppy_init): Use locations instead of address strings.
2345 * python/py-finishbreakpoint.c: Include location.h.
2346 (bpfinishpy_init): Remove local variable `addr_str'.
2347 Use locations instead of address strings.
2348 * python/python.c: Include location.h.
2349 (gdbpy_decode_line): Use locations instead of address strings.
2350 * remote.c: Include location.h.
2351 (remote_download_tracepoint): Use locations instead of address
2352 strings.
2353 * spu-tdep.c: Include location.h.
2354 (spu_catch_start): Remove local variable `buf'.
2355 Use locations instead of address strings.
2356 * tracepoint.c: Include location.h.
2357 (scope_info): Use locations instead of address strings.
2358 (encode_source_string): Constify parameter `src'.
2359 * tracepoint.h (encode_source_string): Likewise.
2360
c7c1b3e9
KS
23612015-08-11 Keith Seitz <keiths@redhat.com>
2362
2363 * Makefile.in (SFILES): Add location.c.
2364 (HFILES_NO_SRCDIR): Add location.h.
2365 (COMMON_OBS): Add location.o.
2366 * linespec.c (linespec_lex_to_end): New function.
2367 * linespec.h (linespec_lex_to_end): Declare.
2368 * location.c: New file.
2369 * location.h: New file.
2370
5f700d83
KS
23712015-08-11 Keith Seitz <keiths@redhat.com>
2372
2373 * breakpoint.h (struct breakpoint_ops) <create_sals_from_address>:
2374 Renamed to create_sals_from_location.
2375 <decode_linespec>: Renamed to decode_location.
2376 Update all callers.
2377 * breakpoint.c (create_sals_from_address_default): Renamed to ...
2378 (create_sals_from_location_default): ... this.
2379 (addr_string_to_sals): Renamed to ...
2380 (location_to_sals): ... this.
2381 (decode_linespec_default): Renamed to ...
2382 (decode_location_default): ... this.
2383 (base_breakpoint_create_sals_from_address): Renamed to ...
2384 (base_breakpoint_create_sals_from_location): ... this.
2385 (bkpt_create_sals_from_address): Renamed to ...
2386 (bkpt_create_sals_from_location): ... this.
2387 (bkpt_decode_linespec): Renamed to ...
2388 (bkpt_decode_location): ... this.
2389 (bkpt_probe_create_sals_from_address): Renamed to ...
2390 (bkpt_probe_create_sals_from_location): ... this.
2391 (tracepoint_create_sals_from_address): Renamed to ...
2392 (tracepoint_create_sals_from_location): ... this.
2393 (tracepoint_decode_linespec): Renamed to ...
2394 (tracepoint_decode_location): ... this.
2395 (tracepoint_probe_create_sals_from_address): Renamed to ...
2396 (tracepoint_probe_create_sals_from_location): ... this.
2397 (tracepoint_probe_decode_linespec): Renamed to ...
2398 (tracepoint_probe_decode_location): ... this.
2399 (strace_marker_create_sals_from_address): Renamed to ...
2400 (strace_marker_create_sals_from_location): ... this.
2401 (decode_linespec_default): Renamed to ...
2402 (decode_location_default): ... this.
2403
e27852be
DE
24042015-08-10 Doug Evans <dje@google.com>
2405 Keith Seitz <keiths@redhat.com>
2406
2407 PR gdb/17960
2408 * symtab.c (make_file_symbol_completion_list_1): Renamed from
2409 make_file_symbol_completion_list and made static.
2410 (make_file_symbol_completion_list): New function.
80af41e0 2411
fd7dcb94
JB
24122015-08-10 Joel Brobecker <brobecker@adacore.com>
2413
2414 * infrun.c (follow_fork, displaced_step_prepare, resume): Remove
2415 trailing new-line at end of warning message.
2416 (proceed): Add i18n marker to error messages.
2417
f12899e9
PA
24182015-08-07 Pedro Alves <palves@redhat.com>
2419
2420 * linux-nat.c (linux_nat_always_non_stop_p): Return 1.
2421
5ac21343
PA
24222015-08-07 Pedro Alves <palves@redhat.com>
2423
2424 * s390-linux-tdep.c (is_non_branch_ril)
2425 (s390_displaced_step_copy_insn): New functions.
2426 (s390_displaced_step_fixup): Update comment.
2427 (s390_gdbarch_init): Install s390_displaced_step_copy_insn as
2428 gdbarch_displaced_step_copy_insn hook.
2429
7f03bd92
PA
24302015-08-07 Pedro Alves <palves@redhat.com>
2431
2432 * infrun.c (displaced_step_prepare_throw): Return -1 if
2433 gdbarch_displaced_step_copy_insn returns NULL. Update intro
2434 comment.
2435 * rs6000-tdep.c (LWARX_MASK, LWARX_INSTRUCTION, LDARX_INSTRUCTION)
2436 (STWCX_MASK, STWCX_INSTRUCTION, STDCX_INSTRUCTION): Move higher up
2437 in file.
2438 (ppc_displaced_step_copy_insn): New function.
2439 (ppc_displaced_step_fixup): Update comment.
2440 (rs6000_gdbarch_init): Install ppc_displaced_step_copy_insn as
2441 gdbarch_displaced_step_copy_insn hook.
2442 * gdbarch.sh (displaced_step_copy_insn): Document what happens on
2443 NULL return.
2444 * gdbarch.h: Regenerate.
2445
3fc8eb30
PA
24462015-08-07 Pedro Alves <palves@redhat.com>
2447
2448 * inferior.h (struct inferior) <displaced_stepping_failed>: New
2449 field.
2450 * infrun.c (use_displaced_stepping_now_p): New parameter 'inf'.
2451 Return false if dispaced stepping failed before.
2452 (resume): Pass the current inferior to
2453 use_displaced_stepping_now_p. Wrap displaced_step_prepare in
2454 TRY/CATCH. If we get a MEMORY_ERROR, set the inferior's
2455 displaced_stepping_failed flag, and fall back to an in-line
2456 step-over.
2457
bfedc46a
PA
24582015-08-07 Pedro Alves <palves@redhat.com>
2459
2460 * darwin-nat.c (darwin_stop): Rename to ...
2461 (darwin_interrupt): ... this.
2462 (_initialize_darwin_inferior): Adjust.
2463 * gnu-nat.c (gnu_stop): Delete.
2464 (gnu_target): Don't install gnu_stop.
2465 * inf-ptrace.c (inf_ptrace_stop): Rename to ...
2466 (inf_ptrace_interrupt): ... this.
2467 (inf_ptrace_target): Adjust.
2468 * infcmd.c (interrupt_target_1): Use target_interrupt instead of
2469 target_stop.
2470 * linux-nat (linux_nat_stop): Rename to ...
2471 (linux_nat_interrupt): ... this.
2472 (linux_nat_stop): Reimplement.
2473 (linux_nat_add_target): Install linux_nat_interrupt.
2474 * nto-procfs.c (nto_interrupt_twice): Rename to ...
2475 (nto_handle_sigint_twice): ... this.
2476 (nto_interrupt): Rename to ...
2477 (nto_handle_sigint): ... this. Call target_interrupt instead of
2478 target_stop.
2479 (procfs_wait): Adjust.
2480 (procfs_stop): Rename to ...
2481 (procfs_interrupt): ... this.
2482 (init_procfs_targets): Adjust.
2483 * procfs.c (procfs_stop): Rename to ...
2484 (procfs_interrupt): ... this.
2485 (procfs_target): Adjust.
2486 * remote-m32r-sdi.c (m32r_stop): Rename to ...
2487 (m32r_interrupt): ... this.
2488 (init_m32r_ops): Adjust.
2489 * remote-sim.c (gdbsim_stop_inferior): Rename to ...
2490 (gdbsim_interrupt_inferior): ... this.
2491 (gdbsim_stop): Rename to ...
2492 (gdbsim_interrupt): ... this.
2493 (gdbsim_cntrl_c): Adjust.
2494 (init_gdbsim_ops): Adjust.
2495 * remote.c (sync_remote_interrupt): Adjust comments.
2496 (remote_stop_as): Rename to ...
2497 (remote_interrupt_as): ... this.
2498 (remote_stop): Adjust comment.
2499 (remote_interrupt): New function.
2500 (init_remote_ops): Install remote_interrupt.
2501 * target.c (target_interrupt): New function.
2502 * target.h (struct target_ops) <to_interrupt>: New field.
2503 (target_interrupt): New declaration.
2504 * windows-nat.c (windows_stop): Rename to ...
2505 (windows_interrupt): ... this.
2506 * target-delegates.c: Regenerate.
2507
d55007b5
PA
25082015-08-07 Pedro Alves <palves@redhat.com>
2509
2510 * signal-while-stepping-over-bp-other-thread.exp: Expect "restart
2511 threads" as alternative to "switching back to stepped thread".
2512
fbea99ea
PA
25132015-08-07 Pedro Alves <palves@redhat.com>
2514
2515 * NEWS: Mention "maint set/show target-non-stop".
2516 * breakpoint.c (update_global_location_list): Check
2517 target_is_non_stop_p instead of non_stop.
2518 * infcmd.c (attach_command_post_wait, attach_command): Likewise.
2519 * infrun.c (show_can_use_displaced_stepping)
2520 (can_use_displaced_stepping_p, start_step_over_inferior):
2521 Likewise.
2522 (internal_resume_ptid): New function.
2523 (resume): Use it.
2524 (proceed): Check target_is_non_stop_p instead of non_stop. If in
2525 all-stop mode but the target is always in non-stop mode, start all
2526 the other threads that are implicitly resumed too.
2527 (for_each_just_stopped_thread, fetch_inferior_event)
2528 (adjust_pc_after_break, stop_all_threads): Check
2529 target_is_non_stop_p instead of non_stop.
2530 (handle_inferior_event): Likewise. Handle detach-fork in all-stop
2531 with the target always in non-stop mode.
2532 (handle_signal_stop) <random signal>: Check target_is_non_stop_p
2533 instead of non_stop.
2534 (switch_back_to_stepped_thread): Check target_is_non_stop_p
2535 instead of non_stop.
2536 (keep_going_stepped_thread): Use internal_resume_ptid.
2537 (stop_waiting): If in all-stop mode, and the target is in non-stop
2538 mode, stop all threads.
2539 (keep_going_pass): Likewise, when starting a new in-line step-over
2540 sequence.
2541 * linux-nat.c (get_pending_status, select_event_lwp)
2542 (linux_nat_filter_event, linux_nat_wait_1, linux_nat_wait): Check
2543 target_is_non_stop_p instead of non_stop.
2544 (linux_nat_always_non_stop_p): New function.
2545 (linux_nat_stop): Check target_is_non_stop_p instead of non_stop.
2546 (linux_nat_add_target): Install linux_nat_always_non_stop_p.
2547 * target-delegates.c: Regenerate.
2548 * target.c (target_is_non_stop_p): New function.
2549 (target_non_stop_enabled, target_non_stop_enabled_1): New globals.
2550 (maint_set_target_non_stop_command)
2551 (maint_show_target_non_stop_command): New functions.
2552 (_initilize_target): Install "maint set/show target-non-stop"
2553 commands.
2554 * target.h (struct target_ops) <to_always_non_stop_p>: New field.
2555 (target_non_stop_enabled): New declaration.
2556 (target_is_non_stop_p): New declaration.
2557
372316f1
PA
25582015-08-07 Pedro Alves <pedro@codesourcery.com>
2559
2560 * breakpoint.c (breakpoints_should_be_inserted_now): If any thread
2561 has a pending status, return true.
2562 * gdbthread.h: Include target/waitstatus.h.
2563 (struct thread_suspend_state) <stop_reason, waitstatus_pending_p,
2564 stop_pc>: New fields.
2565 (struct thread_info) <resumed>: New field.
2566 (set_resumed): Declare.
2567 * infrun.c: Include "event-loop.h".
2568 (infrun_async_inferior_event_token, infrun_is_async): New globals.
2569 (infrun_async): New function.
2570 (clear_step_over_info): Add debug output.
2571 (displaced_step_in_progress_any_inferior): New function.
2572 (displaced_step_fixup): New returns int.
2573 (start_step_over): Handle in-line step-overs too. Assert the
2574 thread is marked resumed.
2575 (resume_cleanups): Clear the thread's resumed flag.
2576 (resume): Set the thread's resumed flag. Return early if the
2577 thread has a pending status. Allow stepping a breakpoint with no
2578 signal.
2579 (proceed): Adjust to check 'resumed' instead of 'executing'.
2580 (clear_proceed_status_thread): If the thread has a pending status,
2581 and that status is a finished step, discard the pending status.
2582 (clear_proceed_status): Don't clear step_over_info here.
2583 (random_pending_event_thread, do_target_wait): New functions.
2584 (prepare_for_detach, wait_for_inferior, fetch_inferior_event): Use
2585 do_target_wait.
2586 (wait_one): New function.
2587 (THREAD_STOPPED_BY): New macro.
2588 (thread_stopped_by_watchpoint, thread_stopped_by_sw_breakpoint)
2589 (thread_stopped_by_hw_breakpoint): New functions.
2590 (switch_to_thread_cleanup, save_waitstatus, stop_all_threads): New
2591 functions.
2592 (handle_inferior_event): Also call set_resumed(false) on all
2593 threads implicitly stopped by the event.
2594 (restart_threads, resumed_thread_with_pending_status): New
2595 functions.
2596 (finish_step_over): If we were doing an in-line step-over before,
2597 and no longer are after trying to start a new step-over, restart
2598 all threads. If we have multiple threads with pending events,
2599 save the current event and go through the event loop again.
2600 (handle_signal_stop): Return early if finish_step_over returns
2601 false.
2602 <random signal>: If we get a signal while stepping over a
2603 breakpoint in-line in non-stop mode, restart all threads. Clear
2604 step_over_info before delivering the signal.
2605 (keep_going_stepped_thread): Use internal_error instead of
2606 gdb_assert. Mark the thread as resumed.
2607 (keep_going_pass_signal): Assert the thread isn't already resumed.
2608 If some other thread is doing an in-line step-over, defer the
2609 resume. If we just started a new in-line step-over, stop all
2610 threads. Don't clear step_over_info.
2611 (infrun_async_inferior_event_handler): New function.
2612 (_initialize_infrun): Create async event handler with
2613 infrun_async_inferior_event_handler as callback.
2614 (infrun_async): New declaration.
2615 * target.c (target_async): New function.
2616 * target.h (target_async): Declare macro and readd as function
2617 declaration.
2618 * target/waitstatus.h (enum target_stop_reason)
2619 <TARGET_STOPPED_BY_SINGLE_STEP>: New value.
2620 * thread.c (new_thread): Clear the new waitstatus field.
2621 (set_resumed): New function.
2622
2ac7589c
PA
26232015-08-07 Pedro Alves <palves@redhat.com>
2624
2625 * infrun.c (keep_going_stepped_thread): New function, factored out
2626 from ...
2627 (switch_back_to_stepped_thread): ... here.
2628
8b061563
PA
26292015-08-07 Pedro Alves <palves@redhat.com>
2630
2631 * infrun.c (currently_stepping): Extend intro comment.
2632 * target.h (target_resume): Extend intro comment.
2633
1afd5965
PA
26342015-08-07 Pedro Alves <palves@redhat.com>
2635
2636 * infrun.c (switch_back_to_stepped_thread): Use ecs->ptid instead
2637 of inferior_ptid. If the stepped thread vanished, return 0
2638 instead of resuming here. Use reset_ecs. Print the prev_pc and
2639 the current stop_pc in log message. Clear trap_expected if the
2640 thread advanced. Don't pass currently_stepping to
2641 do_target_resume.
2642
4d9d9d04
PA
26432015-08-07 Pedro Alves <palves@redhat.com>
2644
2645 * gdbthread.h (struct thread_info) <prev_pc>: Extend comment.
2646 * infrun.c (struct execution_control_state): Move higher up in the
2647 file.
2648 (reset_ecs): New function.
2649 (start_step_over): Now returns int. Rewrite to use
2650 keep_going_pass_signal instead of manually starting a displaced step.
2651 (resume): Don't call set_running here. If displaced stepping
2652 can't start now, clear trap_expected.
2653 (find_thread_needs_step_over): Delete function.
2654 (proceed): Set up finish_thread_state_cleanup. Call set_running.
2655 If the current thread needs a step over, push it in the step-over
2656 chain. Don't set insert breakpoints nor call resume directly
2657 here. Instead rewrite to use start_step_over and
2658 keep_going_pass_signal.
2659 (finish_step_over): New function.
2660 (handle_signal_stop): Call finish_step_over instead of
2661 start_step_over.
2662 (switch_back_to_stepped_thread): If the event thread needs another
2663 step-over do that first. Use start_step_over.
2664 (keep_going_pass_signal): New function, factored out from ...
2665 (keep_going): ... here.
2666 (_initialize_infrun): Comment moved here.
2667 * thread.c (set_running_thread): New function.
2668 (set_running, finish_thread_state): Use set_running_thread.
2669
c2829269
PA
26702015-08-07 Pedro Alves <palves@redhat.com>
2671
2672 * gdbthread.h (struct thread_info) <step_over_prev,
2673 step_over_next>: New fields.
2674 (thread_step_over_chain_enqueue, thread_step_over_chain_remove)
2675 (thread_step_over_chain_next, thread_is_in_step_over_chain): New
2676 declarations.
2677 * infrun.c (struct displaced_step_request): Delete.
2678 (struct displaced_step_inferior_state) <step_request_queue>:
2679 Delete field.
2680 (displaced_step_prepare): Assert that trap_expected is set. Use
2681 thread_step_over_chain_enqueue. Split starting a new displaced
2682 step to ...
2683 (start_step_over): ... this new function.
2684 (resume): Assert the thread isn't waiting for a step over already.
2685 (proceed): Assert the thread isn't waiting for a step over
2686 already.
2687 (infrun_thread_stop_requested): Adjust to remove threads from the
2688 embedded step-over chain.
2689 (handle_inferior_event) <fork/vfork>: Call start_step_over after
2690 displaced_step_fixup.
2691 (handle_signal_stop): Call start_step_over after
2692 displaced_step_fixup.
2693 * infrun.h (step_over_queue_head): New declaration.
2694 * thread.c (step_over_chain_enqueue, step_over_chain_remove)
2695 (thread_step_over_chain_next, thread_is_in_step_over_chain)
2696 (thread_step_over_chain_enqueue)
2697 (thread_step_over_chain_remove): New functions.
2698 (delete_thread_1): Remove thread from the step-over chain.
2699
6c4cfb24
PA
27002015-08-07 Pedro Alves <palves@redhat.com>
2701
2702 * infrun.c (thread_still_needs_step_over): Rename to ...
2703 (thread_still_needs_step_over_bp): ... this.
2704 (enum step_over_what): New.
2705 (thread_still_needs_step_over): Reimplement.
2706
567420d1
PA
27072015-08-07 Pedro Alves <palves@redhat.com>
2708
2709 * remote.c (remote_wait_as): If not waiting for a stop reply,
2710 return TARGET_WAITKIND_NO_RESUMED. If TARGET_WNOHANG is
2711 requested, don't block waiting forever.
2712
d8dd4d5f
PA
27132015-08-07 Pedro Alves <pedro@codesourcery.com>
2714
2715 * infrun.c (adjust_pc_after_break): Now takes thread_info and
2716 waitstatus pointers instead of an ecs. Adjust.
2717 (handle_inferior_event): Adjust caller.
2718
e1316e60
PA
27192015-08-07 Pedro Alves <palves@redhat.com>
2720
2721 * infrun.c (handle_inferior_event): If we get
2722 TARGET_WAITKIND_SIGNALLED or TARGET_WAITKIND_EXITED in non-stop
2723 mode, mark all threads of the exiting process as not-executing.
2724 (normal_stop): If we get TARGET_WAITKIND_SIGNALLED or
2725 TARGET_WAITKIND_EXITED in non-stop mode, finish all threads of the
2726 exiting process, if inferior_ptid still points at a process.
2727 * thread.c (struct current_thread_cleanup) <next>: New field.
2728 (current_thread_cleanup_chain): New global.
2729 (restore_current_thread_ptid_changed): New function.
2730 (restore_current_thread_cleanup_dtor): Remove the cleanup from the
2731 current_thread_cleanup_chain list.
2732 (make_cleanup_restore_current_thread): Add the cleanup data to the
2733 current_thread_cleanup_chain list.
2734 (_initialize_thread): Install restore_current_thread_ptid_changed
2735 as thread_ptid_changed observer.
2736
47e9c225
JB
27372015-08-07 Joel Brobecker <brobecker@adacore.com>
2738
2739 * dtrace-probe.c (dtrace_process_dof): Ignore the objfile's DOF
2740 data if a DTRACE_DOF_SECT_TYPE_PROVIDER section is found to be
2741 smaller than expected.
2742
06096720
AB
27432015-08-07 Andrew Burgess <andrew.burgess@embecosm.com>
2744
2745 * stack.c (get_frame_language): Moved ...
2746 * frame.c (get_frame_language): ... to here.
2747 * language.h (get_frame_language): Declaration moved to frame.h.
2748 * frame.h: Add language.h include, for language enum.
2749 (get_frame_language): Declaration moved from language.h.
2750 * language.c: Add frame.h include.
2751 * top.c: Add frame.h include.
2752 * symtab.h (struct obj_section): Declare.
2753 (struct cmd_list_element): Declare.
2754
7ff38b1c
AB
27552015-08-07 Andrew Burgess <andrew.burgess@embecosm.com>
2756
2757 * language.c (show_language_command): Find selected frame before
2758 asking for the language of that frame.
2759 (set_language_command): Likewise.
2760 * language.h (get_frame_language): Add frame parameter.
2761 * stack.c (get_frame_language): Add frame parameter, assert
2762 parameter is not NULL, update comment and reindent.
2763 * top.c (check_frame_language_change): Pass the selected frame
2764 into get_frame_language.
2765
da8c46d2
MM
27662015-08-07 Markus Metzger <markus.t.metzger@intel.com>
2767
2768 * btrace.c (btrace_compute_ftrace_bts): Clear insn flags.
2769 (pt_btrace_insn_flags): New.
2770 (ftrace_add_pt): Call pt_btrace_insn_flags.
2771 * btrace.h (btrace_insn_flag): New.
2772 (btrace_insn) <flags>: New.
2773 * record-btrace.c (btrace_insn_history): Print insn prefix.
2774 * NEWS: Announce it.
2775
5599c404
MM
27762015-08-07 Markus Metzger <markus.t.metzger@intel.com>
2777
2778 * configure.ac: Check for PERF_ATTR_SIZE_VER5 in linux/perf_event.h
2779 * configure: Regenerate.
2780
016a3251
DD
27812015-08-06 Yaakov Selkowitz <yselkowi@redhat.com>
2782
2783 * Makefile.in (LIBICONV): Define.
2784 (CLIBS): Add LIBICONV.
2785 * acinclude.m4: Use config/iconv.m4 instead of custom AM_ICONV.
2786 * configure: Regenerate.
2787
aead7601
SM
27882015-08-06 Simon Marchi <simon.marchi@ericsson.com>
2789 Pedro Alves <palves@redhat.com>
2790
2791 * arm-tdep.c (set_fp_model_sfunc): Add cast from integer to enum.
2792 (arm_set_abi): Likewise.
2793 * ax-general.c (ax_print): Likewise.
2794 * c-exp.y (exp : string_exp): Likewise.
2795 * compile/compile-loc2c.c (compute_stack_depth_worker): Likewise.
2796 (do_compile_dwarf_expr_to_c): Likewise.
2797 * cp-name-parser.y (demangler_special : DEMANGLER_SPECIAL start):
2798 Likewise.
2799 * dwarf2expr.c (execute_stack_op): Likewise.
2800 * dwarf2loc.c (dwarf2_compile_expr_to_ax): Likewise.
2801 (disassemble_dwarf_expression): Likewise.
2802 * dwarf2read.c (dwarf2_add_member_fn): Likewise.
2803 (read_array_order): Likewise.
2804 (abbrev_table_read_table): Likewise.
2805 (read_attribute_value): Likewise.
2806 (skip_unknown_opcode): Likewise.
2807 (dwarf_decode_macro_bytes): Likewise.
2808 (dwarf_decode_macros): Likewise.
2809 * eval.c (value_f90_subarray): Likewise.
2810 * guile/scm-param.c (gdbscm_make_parameter): Likewise.
2811 * i386-linux-tdep.c (i386_canonicalize_syscall): Likewise.
2812 * infrun.c (handle_command): Likewise.
2813 * memory-map.c (memory_map_start_memory): Likewise.
2814 * osabi.c (set_osabi): Likewise.
2815 * parse.c (operator_length_standard): Likewise.
2816 * ppc-linux-tdep.c (ppc_canonicalize_syscall): Likewise, and use
2817 single return point.
2818 * python/py-frame.c (gdbpy_frame_stop_reason_string): Likewise.
2819 * python/py-symbol.c (gdbpy_lookup_symbol): Likewise.
2820 (gdbpy_lookup_global_symbol): Likewise.
2821 * record-full.c (record_full_restore): Likewise.
2822 * regcache.c (regcache_register_status): Likewise.
2823 (regcache_raw_read): Likewise.
2824 (regcache_cooked_read): Likewise.
2825 * rs6000-tdep.c (powerpc_set_vector_abi): Likewise.
2826 * symtab.c (initialize_ordinary_address_classes): Likewise.
2827 * target-debug.h (target_debug_print_signals): Likewise.
2828 * utils.c (do_restore_current_language): Likewise.
2829
ca0a5f0b
CD
28302015-08-06 Clem Dickey <clemd@acm.org>
2831
2832 PR python/17136
2833 * python/lib/gdb/command/type_printers.py (InfoTypePrinter): Fix typo.
2834
05d999b0
SM
28352015-08-06 Simon Marchi <simon.marchi@ericsson.com>
2836
2837 * complaints.c (enum complaint_series): Add newlines and remove
2838 out of date comment.
2839 (struct complaints) <series>: Change type to enum
2840 complaint_series and remove out of date comment.
2841 (symfile_complaint_hook): Use equivalent enum value
2842 ISOLATED_MESSAGE instead of 0.
2843
bf47e248
PA
28442015-08-06 Pedro Alves <palves@redhat.com>
2845
2846 * nat/linux-waitpid.c (my_waitpid): Only print *status if waitpid
2847 returned > 0.
2848
b6b9ffcc
PL
28492015-08-06 Pierre Langlois <pierre.langlois@arm.com>
2850
2851 * common/agent.c (symbol_list) <required>: Remove.
2852
863d01bd
PA
28532015-08-06 Pedro Alves <palves@redhat.com>
2854
2855 * target/waitstatus.h (enum target_stop_reason)
2856 <TARGET_STOPPED_BY_SINGLE_STEP>: New value.
2857
0a39bb32
PA
28582015-08-05 Pedro Alves <palves@redhat.com>
2859 Joel Brobecker <brobecker@adacore.com>
2860
9d996aba 2861 * breakpoint.c (bpstat_what) <bp_longjmp, bp_longjmp_call_dummy>
0a39bb32
PA
2862 <bp_exception, bp_longjmp_resume, bp_exception_resume>: Handle the
2863 case where BS->STOP is not set.
2864
260439cb
UW
28652015-08-05 Ulrich Weigand <uweigand@de.ibm.com>
2866
2867 * nat/gdb_thread_db.h: Add copyright header.
2868 Protect against multiple inclusion.
2869
d89fa914
YQ
28702015-08-05 Yao Qi <yao.qi@linaro.org>
2871
2872 * aarch64-linux-nat.c (get_thread_id): Remove.
2873 (debug_reg_change_callback): Call ptid_get_lwp instead of
2874 get_thread_id.
2875 (fetch_gregs_from_thread): Likewise.
2876 (store_gregs_to_thread): Likewise.
2877 (fetch_fpregs_from_thread): Likewise.
2878 (store_fpregs_to_thread): Likewise.
2879 (aarch64_linux_get_debug_reg_capacity): Likewise.
2880 * arm-linux-nat.c (get_thread_id): Remove.
2881 (GET_THREAD_ID): Update macro to use ptid_get_lwp.
2882 * xtensa-linux-nat.c (get_thread_id): Remove.
2883 (GET_THREAD_ID): Update macro to use ptid_get_lwp.
2884 * arm-linux-nat.c (get_thread_id): Remove.
2885 (GET_THREAD_ID): Remove.
2886 (fetch_fpregs): Call ptid_get_lwp instead of GET_THREAD_ID.
2887 (store_fpregs, fetch_regs, store_regs): Likewise.
2888 (fetch_wmmx_regs, store_wmmx_regs): Likewise.
2889 (fetch_vfp_regs, store_vfp_regs): Likewise.
2890 (arm_linux_read_description): Likewise.
2891 (arm_linux_get_hwbp_cap): Likewise.
2892 * xtensa-linux-nat.c (get_thread_id): Remove.
2893 (GET_THREAD_ID): Remove.
2894 (fetch_gregs, store_gregs): Call ptid_get_lwp instead of
2895 GET_THREAD_ID.
2896
4efd80aa
CS
28972015-08-04 Ciro Santilli <ciro.santilli@gmail.com> (obvious patch)
2898
2899 * python/py-linetable.c: Fix case of Linetable to LineTable
2900 in docstrings and code comments.
2901 * python/py-symtab.c: Same.
2902
c6343a91
JK
29032015-08-04 Jan Kratochvil <jan.kratochvil@redhat.com>
2904
2905 * infcmd.c (signal_command): Call do_cleanups for args_chain.
2906
978b9495
JK
29072015-08-04 Jan Kratochvil <jan.kratochvil@redhat.com>
2908
2909 PR gdb/18767
2910 * infcmd.c (attach_command): Move ARGS_CHAIN cleanup after last ARGS
2911 use.
2912
96e9210f
PA
29132015-08-04 Pedro Alves <palves@redhat.com>
2914
2915 * nat/gdb_thread_db.h (td_init_ftype, td_ta_new_ftype)
2916 (td_ta_map_lwp2thr_ftype, td_ta_thr_iter_ftype)
2917 (td_ta_event_addr_ftype, td_ta_set_event_ftype)
2918 (td_ta_clear_event_ftype, td_ta_event_getmsg_ftype)
2919 (td_thr_validate_ftype, td_thr_get_info_ftype)
2920 (td_thr_event_enable_ftype, td_thr_tls_get_addr_ftype)
2921 (td_thr_tlsbase_ftype, td_symbol_list_ftype, td_ta_delete_ftype):
2922 New typedefs.
2923 * linux-thread-db.c (struct thread_db_info): Use new typedefs.
2924 (try_thread_db_load_1): Define TDB_VERBOSE_DLSYM, TDB_DLSYM , CHK
2925 local macros and use them instead of verbose_dlsym and dlsym
2926 calls.
2927
af60a1ef
SL
29282015-08-03 Sandra Loosemore <sandra@codesourcery.com>
2929
2930 * nios2-tdep.h: Include opcode/nios2.h here.
2931 (NIOS2_CDX_OPCODE_SIZE): New.
2932 (struct gdbarch_tdep): Add OP parameter to syscall_next_pc.
2933 * nios2-tdep.c: Don't include opcode/nios2.h here.
2934 (nios2_fetch_insn): For R2, try reading 2-byte instruction if
2935 4-byte read fails.
2936 (nios2_match_add, nios2_match_sub): Add cases for R2 encodings.
2937 (nios2_match_addi, nios2_match_orhi): Likewise.
2938 (nios2_match_stw, nios2_match_ldw): Likewise.
2939 (nios2_match_rdctl): Likewise.
2940 (nios2_match_stwm, nios2_match_ldwm): New.
2941 (nios2_match_branch): Add cases for R2 encodings.
2942 (nios2_match_jmpi, nios2_match_calli): Likewise.
2943 (nios2_match_jmpr, nios2_match_callr): Likewise.
2944 (nios2_match_break, nios2_match_trap): Likewise.
2945 (nios2_in_epilogue_p): Add R2 support.
2946 (nios2_analyze_prologue): Update comments. Recognize R2 CDX
2947 prologues.
2948 (nios2_breakpoint_from_pc): Handle R2 instructions.
2949 (nios2_get_next_pc): Likewise. Adjust call to
2950 tdep->syscall_next_pc.
2951 * nios2-linux-tdep.c (nios2_r1_linux_rt_sigreturn_tramp_frame):
2952 Renamed from nios2_linux_rt_sigreturn_tramp_frame. Use
2953 instruction field macros instead of literal hex values.
2954 (nios2_r2_linux_rt_sigreturn_tramp_frame): New.
2955 (nios2_linux_syscall_next_pc): Adjust signature to pass OP.
2956 Use size field from OP instead of assuming all instructions
2957 are the same size.
2958 (nios2_linux_init_abi): Register appropriate unwinder for mach.
2959
1da03605
UW
29602015-08-03 Ulrich Weigand <uweigand@de.ibm.com>
2961
2962 * cp-namespace.c (cp_lookup_symbol_via_imports): Fix uninitialized
2963 variable warning with some compilers.
2964
8156fe7f
YQ
29652015-08-03 Yao Qi <yao.qi@linaro.org>
2966
2967 * arm-linux-nat.c (arm_linux_get_hwbp_type): Capitalize "type"
2968 in comment. Replace "rw" with "type".
2969 (arm_linux_remove_watchpoint): Change type of "rw" to
2970 "enum target_hw_bp_type".
2971
835a09d9
PMR
29722015-08-02 Pierre-Marie de Rodat <derodat@adacore.com>
2973
2974 * alpha-mdebug-tdep.c (find_proc_desc): Update call to
2975 lookup_symbol.
2976 * ft32-tdep.c (ft32_skip_prologue): Likewise.
2977 * moxie-tdep.c (moxie_skip_prologue): Likewise.
2978 * mt-tdep.c (mt_skip_prologue): Likewise.
2979 * xstormy16-tdep.c (xstormy16_skip_prologue): Likewise.
2980
d12307c1
PMR
29812015-08-01 Pierre-Marie de Rodat <derodat@adacore.com>
2982
2983 * ada-exp.y (write_object_renaming): Replace struct
2984 ada_symbol_info with struct block_symbol. Update field
2985 references accordingly.
2986 (block_lookup, select_possible_type_sym): Likewise.
2987 (find_primitive_type): Likewise. Also update call to
2988 ada_lookup_symbol to extract the symbol itself.
2989 (write_var_or_type, write_name_assoc): Likewise.
2990 * ada-lang.h (struct ada_symbol_info): Remove.
2991 (ada_lookup_symbol_list): Replace struct ada_symbol_info with
2992 struct block_symbol.
2993 (ada_lookup_encoded_symbol, user_select_syms): Likewise.
2994 (ada_lookup_symbol): Return struct block_symbol instead of a
2995 mere symbol.
2996 * ada-lang.c (defns_collected): Replace struct ada_symbol_info
2997 with struct block_symbol.
2998 (resolve_subexp, ada_resolve_function, sort_choices,
2999 user_select_syms, is_nonfunction, add_defn_to_vec,
3000 num_defns_collected, defns_collected,
3001 symbols_are_identical_enums, remove_extra_symbols,
3002 remove_irrelevant_renamings, add_lookup_symbol_list_worker,
3003 ada_lookup_symbol_list, ada_iterate_over_symbols,
3004 ada_lookup_encoded_symbol, get_var_value): Likewise.
3005 (ada_lookup_symbol): Return a block_symbol instead of a mere
3006 symbol. Replace struct ada_symbol_info with struct
3007 block_symbol.
3008 (ada_lookup_symbol_nonlocal): Likewise.
3009 (standard_lookup): Make block passing explicit through
3010 lookup_symbol_in_language.
3011 * ada-tasks.c (get_tcb_types_info): Update the calls to
3012 lookup_symbol_in_language to extract the mere symbol out of the
3013 returned value.
3014 (ada_tasks_inferior_data_sniffer): Likewise.
3015 * ax-gdb.c (gen_static_field): Likewise for the call to
3016 lookup_symbol.
a5fdf78a 3017 (gen_maybe_namespace_elt): Deal with struct block_symbol from
d12307c1
PMR
3018 lookup functions.
3019 (gen_expr): Likewise.
3020 * c-exp.y: Likewise. Remove uses of block_found.
3021 (lex_one_token, classify_inner_name, c_print_token): Likewise.
3022 (classify_name): Likewise. Rename the "sym" local variable to
3023 "bsym".
3024 * c-valprint.c (print_unpacked_pointer): Likewise.
3025 * compile/compile-c-symbols.c (convert_symbol_sym): Promote the
3026 "sym" parameter from struct symbol * to struct block_symbol.
3027 Use it to remove uses of block_found. Deal with struct
a5fdf78a 3028 block_symbol from lookup functions.
d12307c1
PMR
3029 (gcc_convert_symbol): Likewise. Update the call to
3030 convert_symbol_sym.
3031 * compile/compile-object-load.c (compile_object_load): Deal with
a5fdf78a 3032 struct block_symbol from lookup functions.
d12307c1
PMR
3033 * cp-namespace.c (cp_lookup_nested_symbol_1,
3034 cp_lookup_nested_symbol, cp_lookup_bare_symbol,
3035 cp_search_static_and_baseclasses,
3036 cp_lookup_symbol_in_namespace, cp_lookup_symbol_via_imports,
3037 cp_lookup_symbol_imports_or_template,
3038 cp_lookup_symbol_via_all_imports, cp_lookup_symbol_namespace,
3039 lookup_namespace_scope, cp_lookup_nonlocal,
a5fdf78a
PMR
3040 find_symbol_in_baseclass): Return struct block_symbol instead of
3041 mere symbols and deal with struct block_symbol from lookup
d12307c1
PMR
3042 functions.
3043 * cp-support.c (inspect_type, replace_typedefs,
a5fdf78a 3044 cp_lookup_rtti_type): Deal with struct block_symbol from
d12307c1
PMR
3045 lookup functions.
3046 * cp-support.h (cp_lookup_symbol_nonlocal,
3047 cp_lookup_symbol_from_namespace,
3048 cp_lookup_symbol_imports_or_template, cp_lookup_nested_symbol):
a5fdf78a 3049 Return struct block_symbol instead of mere symbols.
d12307c1
PMR
3050 * d-exp.y (d_type_from_name, d_module_from_name, push_variable,
3051 push_module_name):
a5fdf78a 3052 Deal with struct block_symbol from lookup functions. Remove
d12307c1
PMR
3053 uses of block_found.
3054 * eval.c (evaluate_subexp_standard): Update call to
3055 cp_lookup_symbol_namespace.
a5fdf78a
PMR
3056 * f-exp.y: Deal with struct block_symbol from lookup functions.
3057 Remove uses of block_found.
d12307c1
PMR
3058 (yylex): Likewise.
3059 * gdbtypes.c (lookup_typename, lookup_struct, lookup_union,
3060 lookup_enum, lookup_template_type, check_typedef): Deal with
a5fdf78a 3061 struct block_symbol from lookup functions.
d12307c1
PMR
3062 * guile/scm-frame.c (gdbscm_frame_read_var): Likewise.
3063 * guile/scm-symbol.c (gdbscm_lookup_symbol): Likewise.
3064 (gdbscm_lookup_global_symbol): Likewise.
3065 * gnu-v3-abi.c (gnuv3_get_typeid_type): Likewise.
3066 * go-exp.y: Likewise. Remove uses of block_found.
3067 (package_name_p, classify_packaged_name, classify_name):
3068 Likewise.
3069 * infrun.c (insert_exception_resume_breakpoint): Likewise.
3070 * jv-exp.y (push_variable): Likewise.
3071 * jv-lang.c (java_lookup_class, get_java_object_type): Likewise.
3072 * language.c (language_bool_type): Likewise.
3073 * language.h (struct language_defn): Update
a5fdf78a
PMR
3074 la_lookup_symbol_nonlocal to return a struct block_symbol rather
3075 than a mere symbol.
3076 * linespec.c (find_label_symbols): Deal with struct block_symbol
3077 from lookup functions.
d12307c1
PMR
3078 * m2-exp.y: Likewise. Remove uses of block_found.
3079 (yylex): Likewise.
3080 * mi/mi-cmd-stack.c (list_args_or_locals): Likewise.
3081 * objc-lang.c (lookup_struct_typedef, find_imps): Likewise.
3082 * p-exp.y: Likewise. Remove uses of block_found.
3083 (yylex): Likewise.
3084 * p-valprint.c (pascal_val_print): Likewise.
3085 * parse.c (write_dollar_variable): Likewise. Remove uses of
3086 block_found.
3087 * parser-defs.h (struct symtoken): Turn the SYM field into a
a5fdf78a
PMR
3088 struct block_symbol.
3089 * printcmd.c (address_info): Deal with struct block_symbol from
3090 lookup functions.
d12307c1
PMR
3091 * python/py-frame.c (frapy_read_var): Likewise.
3092 * python/py-symbol.c (gdbpy_lookup_symbol,
3093 gdbpy_lookup_global_symbol): Likewise.
3094 * skip.c (skip_function_command): Likewise.
3095 * solib-darwin.c (darwin_lookup_lib_symbol): Return a struct
a5fdf78a 3096 block_symbol instead of a mere symbol.
d12307c1
PMR
3097 * solib-spu.c (spu_lookup_lib_symbol): Likewise.
3098 * solib-svr4.c (elf_lookup_lib_symbol): Likewise.
3099 * solib.c (solib_global_lookup): Likewise.
3100 * solist.h (solib_global_lookup): Likewise.
3101 (struct target_so_ops): Update lookup_lib_global_symbol to
a5fdf78a
PMR
3102 return a struct block_symbol rather than a mere symbol.
3103 * source.c (select_source_symtab): Deal with struct block_symbol
3104 from lookup functions.
d12307c1
PMR
3105 * stack.c (print_frame_args, iterate_over_block_arg_vars):
3106 Likewise.
3107 * symfile.c (set_initial_language): Likewise.
3108 * symtab.c (SYMBOL_LOOKUP_FAILED): Turn into a struct
a5fdf78a 3109 block_symbol.
d12307c1
PMR
3110 (SYMBOL_LOOKUP_FAILED_P): New predicate as a macro.
3111 (struct symbol_cache_slot): Turn the FOUND field into a struct
a5fdf78a 3112 block_symbol.
d12307c1 3113 (block_found): Remove.
a5fdf78a 3114 (eq_symbol_entry): Update to deal with struct block_symbol in
d12307c1 3115 cache slots.
a5fdf78a
PMR
3116 (symbol_cache_lookup): Return a struct block_symbol rather than
3117 a mere symbol.
d12307c1
PMR
3118 (symbol_cache_mark_found): Add a BLOCK parameter to fill
3119 appropriately the cache slots. Update callers.
3120 (symbol_cache_dump): Update cache slots handling to the type
3121 change.
3122 (lookup_symbol_in_language, lookup_symbol, lookup_language_this,
3123 lookup_symbol_aux, lookup_local_symbol,
3124 lookup_symbol_in_objfile, lookup_global_symbol_from_objfile,
3125 lookup_symbol_in_objfile_symtabs,
3126 lookup_symbol_in_objfile_from_linkage_name,
3127 lookup_symbol_via_quick_fns, basic_lookup_symbol_nonlocal,
3128 lookup_symbol_in_static_block, lookup_static_symbol,
3129 lookup_global_symbol):
a5fdf78a
PMR
3130 Return a struct block_symbol rather than a mere symbol. Deal
3131 with struct block_symbol from other lookup functions. Remove
d12307c1
PMR
3132 uses of block_found.
3133 (lookup_symbol_in_block): Remove uses of block_found.
3134 (struct global_sym_lookup_data): Turn the RESULT field into a
a5fdf78a 3135 struct block_symbol.
d12307c1
PMR
3136 (lookup_symbol_global_iterator_cb): Update references to the
3137 RESULT field.
a5fdf78a 3138 (search_symbols): Deal with struct block_symbol from lookup
d12307c1 3139 functions.
a5fdf78a 3140 * symtab.h (struct block_symbol): New structure.
d12307c1
PMR
3141 (block_found): Remove.
3142 (lookup_symbol_in_language, lookup_symbol,
3143 basic_lookup_symbol_nonlocal, lookup_symbol_in_static_block,
a5fdf78a
PMR
3144 lookup_static_symbol, lookup_global_symbol, lookup_language_this,
3145 lookup_global_symbol_from_objfile): Return a struct block_symbol
3146 rather than just a mere symbol. Update comments to remove
3147 mentions of block_found.
d12307c1
PMR
3148 * valops.c (find_function_in_inferior,
3149 value_struct_elt_for_reference, value_maybe_namespace_elt,
a5fdf78a 3150 value_of_this): Deal with struct block_symbol from lookup
d12307c1
PMR
3151 functions.
3152 * value.c (value_static_field, value_fn_field): Likewise.
3153
b1c59ddc
SM
31542015-07-31 Simon Marchi <simon.marchi@ericsson.com>
3155
3156 * remote-m32r-sdi.c (m32r_remove_watchpoint): Use enum type
3157 instead of integer.
3158
f486487f 31592015-07-31 Simon Marchi <simon.marchi@ericsson.com>
84da3f0c 3160 Pedro Alves <palves@redhat.com>
f486487f
SM
3161
3162 * aarch64-linux-nat.c (aarch64_linux_can_use_hw_breakpoint): Use enum
3163 type or value instead of integer.
3164 (aarch64_linux_insert_watchpoint): Likewise.
3165 (aarch64_linux_remove_watchpoint): Likewise.
3166 * ada-lang.c (ada_op_print_tab): Likewise.
3167 * amd64-linux-tdep.c (amd64_canonicalize_syscall): Likewise.
3168 (amd64_linux_syscall_record_common): Likewise.
3169 * arch-utils.c (target_byte_order_user): Likewise.
3170 (default_byte_order): Likewise.
3171 * arm-linux-nat.c (arm_linux_can_use_hw_breakpoint): Likewise.
3172 (arm_linux_get_hwbp_type): Likewise.
3173 (arm_linux_hw_watchpoint_initialize): Likewise.
3174 (arm_linux_insert_watchpoint): Likewise.
3175 * arm-linux-tdep.c (arm_canonicalize_syscall): Likewise.
3176 (arm_linux_syscall_record): Likewise.
3177 * breakpoint.c (update_watchpoint): Likewise.
3178 (breakpoint_here_p): Likewise.
3179 (bpstat_print): Likewise.
3180 (enable_breakpoint_disp): Likewise.
3181 * c-lang.c (c_op_print_tab): Likewise.
3182 * cli/cli-decode.c (add_info_alias): Likewise.
3183 * d-lang.c (d_op_print_tab): Likewise.
3184 * eval.c (evaluate_subexp_standard): Likewise.
3185 * f-exp.y (dot_ops): Likewise.
3186 (f77_keywords): Likewise.
3187 * f-lang.c (f_op_print_tab): Likewise.
3188 * go-lang.c (go_op_print_tab): Likewise.
3189 * guile/scm-breakpoint.c (gdbscm_make_breakpoint): Likewise.
3190 * guile/scm-cmd.c (gdbscm_make_command): Likewise.
3191 * guile/scm-param.c (gdbscm_make_parameter): Likewise.
3192 * guile/scm-pretty-print.c (gdbscm_apply_val_pretty_printer): Likewise.
3193 * guile/scm-string.c (struct scm_to_stringn_data): Likewise.
3194 (struct scm_from_stringn_data): Likewise.
3195 * i386-linux-tdep.c (i386_canonicalize_syscall): Likewise.
3196 * ia64-linux-nat.c (ia64_linux_insert_watchpoint): Likewise.
3197 (ia64_linux_remove_watchpoint): Likewise.
3198 (ia64_linux_can_use_hw_breakpoint): Likewise.
3199 * infrun.c (print_stop_event): Likewise.
3200 * jv-lang.c (java_op_print_tab): Likewise.
3201 * linux-nat.c (linux_proc_xfer_partial): Likewise.
3202 * linux-nat.h (struct lwp_info): Likewise.
3203 * linux-thread-db.c (enable_thread_event): Likewise.
3204 * m2-lang.c (m2_op_print_tab): Likewise.
3205 * mi/mi-cmd-stack.c (mi_cmd_stack_list_locals): Likewise.
3206 (mi_cmd_stack_list_variables): Likewise.
3207 * mi/mi-main.c (mi_cmd_trace_frame_collected): Likewise.
3208 * mi/mi-out.c (mi_table_begin): Likewise.
3209 (mi_table_header): Likewise.
3210 * mips-linux-nat.c (mips_linux_can_use_hw_breakpoint): Likewise.
3211 (mips_linux_insert_watchpoint): Likewise.
3212 (mips_linux_remove_watchpoint): Likewise.
3213 * nat/mips-linux-watch.c (mips_linux_watch_type_to_irw): Likewise.
3214 * nat/mips-linux-watch.h (struct mips_watchpoint): Likewise.
3215 (mips_linux_watch_type_to_irw): Likewise.
3216 * nto-procfs.c (procfs_can_use_hw_breakpoint): Likewise.
3217 (procfs_insert_hw_watchpoint): Likewise.
3218 (procfs_remove_hw_watchpoint): Likewise.
3219 (procfs_hw_watchpoint): Likewise.
3220 (procfs_can_use_hw_breakpoint): Likewise.
3221 (procfs_remove_hw_watchpoint): Likewise.
3222 (procfs_insert_hw_watchpoint): Likewise.
3223 * p-lang.c (pascal_op_print_tab): Likewise.
3224 * ppc-linux-nat.c (ppc_linux_can_use_hw_breakpoint): Likewise.
3225 * ppc-linux-tdep.c (ppu2spu_unwind_register): Likewise.
3226 * ppc-sysv-tdep.c (get_decimal_float_return_value): Likewise.
3227 * procfs.c (procfs_can_use_hw_breakpoint): Likewise.
3228 (procfs_insert_watchpoint): Likewise.
3229 (procfs_remove_watchpoint): Likewise.
3230 * psymtab.c (recursively_search_psymtabs): Likewise.
3231 * remote-m32r-sdi.c (m32r_can_use_hw_watchpoint): Likewise.
3232 (m32r_insert_watchpoint): Likewise.
3233 * remote-mips.c (mips_can_use_watchpoint): Likewise.
3234 (mips_insert_watchpoint): Likewise.
3235 (mips_remove_watchpoint): Likewise.
3236 * remote.c (watchpoint_to_Z_packet): Likewise.
3237 (remote_insert_watchpoint): Likewise.
3238 (remote_remove_watchpoint): Likewise.
3239 (remote_check_watch_resources): Likewise.
3240 * s390-linux-nat.c (s390_insert_watchpoint): Likewise.
3241 (s390_remove_watchpoint): Likewise.
3242 (s390_can_use_hw_breakpoint): Likewise.
3243 * s390-linux-tdep.c (s390_gdbarch_init): Likewise.
3244 * spu-linux-nat.c (spu_can_use_hw_breakpoint): Likewise.
3245 * target.h (struct target_ops): Likewise.
3246 * tilegx-tdep.c (tilegx_analyze_prologue): Likewise.
3247 * ui-out.c (struct ui_out_hdr): Likewise.
3248 (append_header_to_list): Likewise.
3249 (get_next_header): Likewise.
3250 (verify_field): Likewise.
3251 (ui_out_begin): Likewise.
3252 (ui_out_field_int): Likewise.
3253 (ui_out_field_fmt_int): Likewise.
3254 (ui_out_field_skip): Likewise.
3255 (ui_out_field_string): Likewise.
3256 (ui_out_field_fmt): Likewise.
3257 * varobj.c (new_variable): Likewise.
3258 * x86-nat.c (x86_insert_watchpoint): Likewise.
3259 (x86_remove_watchpoint): Likewise.
3260 (x86_can_use_hw_breakpoint): Likewise.
3261 * xtensa-tdep.h (struct gdbarch_tdep): Likewise.
3262 * inflow.c (enum gdb_has_a_terminal_flag_enum): Add name to
3263 previously anonymous enumeration type..
3264 * linux-record.h (enum gdb_syscall): Add gdb_sys_no_syscall
3265 value.
3266 * target-debug.h (target_debug_print_enum_target_hw_bp_type): New.
3267 (target_debug_print_enum_bptype): New.
3268 * target-delegates.c: Regenerate.
3269
e1b5381f
SL
32702015-07-30 Sandra Loosemore <sandra@codesourcery.com>
3271
3272 * nios2-tdep.c (nios2_analyze_prologue): Do what the comment
3273 already says and disallow non-stack memory writes in the prologue.
3274
9aaf8e3a
SL
32752015-07-30 Sandra Loosemore <sandra@codesourcery.com>
3276
3277 * nios2-tdep.c (nios2_analyze_prologue): Update comments to
3278 reflect how current GCC emits stack overflow checks. Match
3279 both trap and break instructions for backward compatbility.
3280 Disallow other trap and break instructions in the prologue.
3281
69dde7dc
PA
32822015-07-30 Pedro Alves <palves@redhat.com>
3283
3284 PR threads/18600
3285 * linux-nat.c (wait_lwp): Report to the core when thread group
3286 leader exits.
3287
4dd63d48
PA
32882015-07-30 Pedro Alves <palves@redhat.com>
3289 Simon Marchi <simon.marchi@ericsson.com>
3290
3291 PR threads/18600
3292 * linux-nat.c (linux_handle_extended_wait): On CLONE event, always
3293 mark the new thread as resumed. Remove STOPPING parameter.
3294 (wait_lwp): Adjust call to linux_handle_extended_wait.
3295 (linux_nat_filter_event): Adjust call to
3296 linux_handle_extended_wait.
3297 (resume_stopped_resumed_lwps): Add debug output.
3298
6b940e6a
PL
32992015-07-30 Pierre Langlois <pierre.langlois@arm.com>
3300
3301 * arch-utils.c (default_fast_tracepoint_valid_at): Remove unused
3302 isize argument.
3303 * arch-utils.h (default_fast_tracepoint_valid_at): Likewise.
3304 * breakpoint.c (check_fast_tracepoint_sals): Adjust call to
3305 gdbarch_fast_tracepoint_valid_at.
3306 * gdbarch.sh (fast_tracepoint_valid_at): Remove isize argument.
3307 * gdbarch.h: Regenerate.
3308 * gdbarch.c: Regenerate.
3309 * i386-tdep.c (i386_fast_tracepoint_valid_at): Remove isize
3310 argument. Do not set it.
3311 * remote.c (remote_download_tracepoint): Adjust call to
3312 gdbarch_fast_tracepoint_valid_at. Call gdb_insn_length to get
3313 the instruction length.
3314
ec741292
YQ
33152015-07-30 Yao Qi <yao.qi@linaro.org>
3316
3317 * arm-tdep.h (enum gdb_regnum): Move it to ...
3318 * arch/arm.h: ... here. New file.
3319 * Makefile.in (HFILES_NO_SRCDIR): Add arch/arm.h.
3320
0ea6402e
PL
33212015-07-30 Pierre Langlois <pierre.langlois@arm.com>
3322
3323 * aarch64-tdep.c (decode_b): Rename link argument to is_bl.
3324 Change its type to int *.
3325 (decode_br): Rename link argument to is_blr. Change its type to
3326 int *.
3327 (decode_cb): Rename op argument to is_cbnz. Change its type to
3328 int *.
3329 (decode_tb): Rename op argument to is_tbnz. Change its type to
3330 int *. Set is_tbnz to either 1 or 0.
3331 (aarch64_analyze_prologue): Change type of is_link to int. Add
3332 new variables is_cbnz and is_tbnz. Adjust call to
3333 aarch64_decode_cb and aarch64_decode_tb.
3334
aa58a496
SM
33352015-07-29 Simon Marchi <simon.marchi@ericsson.com>
3336
3337 * mips-linux-nat.c (write_watchpoint_regs): Add NULL as ptrace's 4th
3338 parameter.
3339 (mips_linux_new_thread): Likewise.
3340 * nat/mips-linux-watch.c (mips_linux_read_watch_registers): Likewise.
3341
18206ca3
PP
33422015-07-29 Patrick Palka <patrick@parcs.ath.cx>
3343
3344 * top.c: Include "tui/tui.h".
3345 (undo_terminal_modifications_before_exit): New static function.
3346 (quit_force): Use it.
3347
7afa63c6
PP
33482015-07-29 Patrick Palka <patrick@parcs.ath.cx>
3349
3350 * target.c (terminal_state): Initialize to terminal_is_ours.
3351
cc9f16aa
YQ
33522015-07-29 Yao Qi <yao.qi@linaro.org>
3353
3354 PR record/18691
3355 * dcache.c (dcache_read_memory_partial): Call
3356 raw_memory_xfer_partial.
3357 * target.c (raw_memory_xfer_partial): Make it non-static.
3358 * target.h (raw_memory_xfer_partial): Declare.
3359
3ae385af
SM
33602015-07-28 Simon Marchi <simon.marchi@ericsson.com>
3361
3362 * c-valprint.c (c_val_print_array): Consider addressable memory
3363 unit size.
3364 (c_val_print_ptr): Likewise.
3365 (c_val_print_int): Likewise.
3366 * findvar.c (read_frame_register_value): Likewise.
3367 * valarith.c (find_size_for_pointer_math): Likewise.
3368 (value_ptrdiff): Likewise.
3369 (value_subscripted_rvalue): Likewise.
3370 * valops.c (read_value_memory): Likewise (and rename variables).
3371 (value_assign): Likewise.
3372 (value_repeat): Likewise.
3373 (value_array): Likewise.
3374 (value_slice): Likewise.
3375 * valprint.c (generic_val_print_ptr): Likewise.
3376 (generic_val_print_enum): Likewise.
3377 (generic_val_print_bool): Likewise.
3378 (generic_val_print_int): Likewise.
3379 (generic_val_print_char): Likewise.
3380 (generic_val_print_float): Likewise.
3381 (generic_val_print_decfloat): Likewise.
3382 (generic_val_print_complex): Likewise.
3383 (val_print_scalar_formatted): Likewise.
3384 (val_print_array_elements): Likewise.
3385 * value.c (set_value_parent): Likewise.
3386 (value_contents_copy_raw): Likewise.
3387 (set_internalvar_component): Likewise.
3388 (value_primitive_field): Likewise.
3389 (value_fetch_lazy): Likewise.
3390 * value.h (read_value_memory): Update comment.
3391
e512cdbd
SM
33922015-07-28 Simon Marchi <simon.marchi@ericsson.com>
3393
3394 * value.c (get_value_arch): New function.
3395 * value.h (get_value_arch): New declaration.
3396
3723fda8
SM
33972015-07-28 Simon Marchi <simon.marchi@ericsson.com>
3398
3399 * value.c (struct value): Update comments.
3400
2e056931
SM
34012015-07-28 Simon Marchi <simon.marchi@ericsson.com>
3402
3403 * gdbtypes.c (type_length_units): New function.
3404 * gdbtypes.h (type_length_units): New declaration.
3405 (struct type) <length>: Update comment.
3406
0c87c0bf
SM
34072015-07-27 Simon Marchi <simon.marchi@ericsson.com>
3408
3409 * valprint.c (generic_val_print): Factor out complex
3410 printing code to ...
3411 (generic_val_print_complex): ... this new function.
3412
9550ae5e
SM
34132015-07-27 Simon Marchi <simon.marchi@ericsson.com>
3414
3415 * valprint.c (generic_val_print): Factor out decfloat
3416 printing code to ...
3417 (generic_val_print_decfloat): ... this new function.
3418
7784724b
SM
34192015-07-27 Simon Marchi <simon.marchi@ericsson.com>
3420
3421 * valprint.c (generic_val_print): Factor out float
3422 printing code to ...
3423 (generic_val_print_float): ... this new function.
3424
385f5aff
SM
34252015-07-27 Simon Marchi <simon.marchi@ericsson.com>
3426
3427 * valprint.c (generic_val_print): Factor out char
3428 printing code to ...
3429 (generic_val_print_char): ... this new function.
3430
b21b6342
SM
34312015-07-27 Simon Marchi <simon.marchi@ericsson.com>
3432
3433 * valprint.c (generic_val_print): Factor out integer
3434 printing code to ...
3435 (generic_val_print_int): ... this new function.
3436
e5bead4b
SM
34372015-07-27 Simon Marchi <simon.marchi@ericsson.com>
3438
3439 * valprint.c (generic_val_print): Factor out bool
3440 printing code to ...
3441 (generic_val_print_bool): ... this new function.
3442
4a8c372f
SM
34432015-07-27 Simon Marchi <simon.marchi@ericsson.com>
3444
3445 * valprint.c (generic_val_print): Factor out function/method
3446 printing code to ...
3447 (generic_val_print_func): ... this new function.
3448
d93880bd
SM
34492015-07-27 Simon Marchi <simon.marchi@ericsson.com>
3450
3451 * valprint.c (generic_val_print): Factor out flags
3452 printing code to ...
3453 (generic_val_print_flags): ... this new function.
3454
ef0bc0dd
SM
34552015-07-27 Simon Marchi <simon.marchi@ericsson.com>
3456
3457 * valprint.c (generic_val_print): Factor out enum
3458 printing code to ...
3459 (generic_val_print_enum): ... this new function.
3460
fe43fede
SM
34612015-07-27 Simon Marchi <simon.marchi@ericsson.com>
3462
3463 * valprint.c (generic_val_print): Factor out reference
3464 printing code to ...
3465 (generic_val_print_ref): ... this new function.
3466
45000ea2
SM
34672015-07-27 Simon Marchi <simon.marchi@ericsson.com>
3468
3469 * valprint.c (generic_val_print): Factor out memberptr
3470 printing code to ...
3471 (generic_val_print_memberptr): ... this new function.
3472
81eb921a
SM
34732015-07-27 Simon Marchi <simon.marchi@ericsson.com>
3474
3475 * valprint.c (generic_val_print): Factor out pointer
3476 printing code to ...
3477 (generic_val_print_ptr): ... this new function.
3478
557dbe8a
SM
34792015-07-27 Simon Marchi <simon.marchi@ericsson.com>
3480
3481 * valprint.c (generic_val_print): Factor out array
3482 printing code to ...
3483 (generic_val_print_array): ... this new function.
3484
9f436164
SM
34852015-07-27 Simon Marchi <simon.marchi@ericsson.com>
3486
3487 * valprint.c (generic_val_print): Factor out
3488 print_unpacked_pointer code to ...
3489 (print_unpacked_pointer): ... this new function.
3490
077836f7
PP
34912015-07-27 Patrick Palka <patrick@parcs.ath.cx>
3492
3493 * event-top.c (handle_sigterm): Don't inspect
3494 target_can_async_p. Always set the quit flag and always mark
3495 the async signal handler.
3496
3a60804f
YQ
34972015-07-27 Yao Qi <yao.qi@linaro.org>
3498
3499 * Makefile.in (REMOTE_EXAMPLES): Remove it.
3500
c9f35b34
KB
35012015-07-25 Kevin Buettner <kevinb@redhat.com>
3502
3503 * remote.c (read_ptid): Return null_ptid when no thread id
3504 is found.
3505 (remote_current_thread): Add log warning for malformed
3506 qC reply.
3507 (remote_start_remote): Add log warning when current thread
3508 not found.
3509
2b4cab86
PA
35102015-07-24 Pedro Alves <palves@redhat.com>
3511
3512 * s390-linux-nat.c (fetch_regs, store_regs, fetch_fpregs)
3513 (s390_stopped_by_watchpoint, s390_prepare_to_resume): Pass 0 as
3514 forth argument to ptrace PTRACE_PEEKUSR_AREA/PTRACE_POKEUSR_AREA.
3515
77598427
PA
35162015-07-24 Pedro Alves <palves@redhat.com>
3517
3518 PR gdb/18717
3519 * linux-nat.c (linux_nat_filter_event): Don't assert that the lwp
3520 is resumed, and extend the debug log.
3521
fe23c31f
PA
35222015-07-24 Pedro Alves <palves@redhat.com>
3523
3524 * fork-child.c (fork_inferior): Print argv[0] instead of exec_file.
3525
5826e159
PA
35262015-07-24 Pedro Alves <palves@redhat.com>
3527
3528 * aarch64-linux-nat.c: Include nat/gdb_ptrace.h instead of
3529 sys/ptrace.h.
3530 * alpha-linux-nat.c: Likewise.
3531 * amd64-linux-nat.c: Likewise.
3532 * arm-linux-nat.c: Likewise.
3533 * hppa-linux-nat.c: Likewise.
3534 * i386-linux-nat.c: Likewise.
3535 * ia64-linux-nat.c: Likewise.
3536 * linux-fork.c: Likewise.
3537 * linux-nat.c: Likewise.
3538 * m32r-linux-nat.c: Likewise.
3539 * m68klinux-nat.c: Likewise.
3540 * mips-linux-nat.c: Likewise.
3541 * nat/linux-btrace.c: Likewise.
3542 * nat/linux-ptrace.c: Likewise.
3543 * nat/linux-ptrace.h
3544 * nat/mips-linux-watch.c: Likewise.
3545 * nat/x86-linux-dregs.c: Likewise.
3546 * ppc-linux-nat.c: Likewise.
3547 * s390-linux-nat.c: Likewise.
3548 * spu-linux-nat.c: Likewise.
3549 * tilegx-linux-nat.c: Likewise.
3550 * x86-linux-nat.c: Likewise.
3551 * xtensa-linux-nat.c: Likewise.
3552
54019719
PA
35532015-07-24 Pedro Alves <palves@redhat.com>
3554
3555 * ptrace.m4 (ptrace tests): Test in C++ mode. Try with 'enum
3556 __ptrace_request as first parameter type instead of int.
3557 (PTRACE_TYPE_ARG1): Define.
3558 * nat/gdb_ptrace.h [!PTRACE_TYPE_ARG5] (ptrace): Define as wrapper
3559 that casts first argument to PTRACE_TYPE_ARG1.
3560 * config.in: Regenerate.
3561 * configure: Regenerate.
3562
e3790375
PA
35632015-07-24 Pedro Alves <palves@redhat.com>
3564
3565 * gdb_ptrace.h: Move ...
3566 * nat/gdb_ptrace.h: ... here.
3567 * inf-ptrace.c: Adjust.
3568
eb7aa561
PA
35692015-07-24 Pedro Alves <palves@redhat.com>
3570
3571 * acinclude.m4: Include ptrace.m4.
3572 * configure.ac: Call GDB_AC_PTRACE and move ptrace checks ...
3573 * ptrace.m4: ... to this new file.
3574
cc12ce38
DE
35752015-07-23 Doug Evans <dje@google.com>
3576
3577 * dwarf2read.c (dwarf2_per_cu_data): Add comment.
3578 (load_cu): Handle dummy CUs.
3579 (dw2_do_instantiate_symtab, process_queuef): Ditto.
3580 (dwarf2_fetch_die_loc_sect_off, dwarf2_fetch_constant_bytes): Ditto.
3581
7b849db4
CS
35822015-07-23 Ciro Santilli <ciro.santilli@gmail.com> (tiny patch)
3583
3584 * py-linetable.c (ltpy_get_all_source_lines): Adjust function
3585 documentation to say that it returns a list rather than
3586 a FrozenSet.
3587 (linetable_object_methods): Update the docstring of the
3588 "source_line" entry.
3589
d0d84780
PMR
35902015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
3591
3592 * gdbtypes.c (resolve_dynamic_array): Pass the peeled element
3593 type to the recursive call instead of the original (maybe
3594 TYPE_CODE_TYPEDEF) type.
3595
c2fbdc59
YQ
35962015-07-23 Yao Qi <yao.qi@linaro.org>
3597
3598 * aarch64-linux-nat.c (aarch64_linux_can_use_hw_breakpoint): If
3599 TYPE is watchpoint, return zero if aarch64_num_wp_regs is zero.
3600 If TYPE is breakpoint, return zero if arch64_num_bp_regs is zero.
3601
af1b22f3
YQ
36022015-07-21 Yao Qi <yao.qi@linaro.org>
3603
3604 * aarch64-linux-nat.c (aarch64_linux_get_debug_reg_capacity):
3605 Move it to nat/aarch64-linux-hw-point.c.
3606 (aarch64_linux_child_post_startup_inferior): Update.
3607 * nat/aarch64-linux-hw-point.c (aarch64_linux_get_debug_reg_capacity):
3608 New function.
3609 * nat/aarch64-linux-hw-point.h (aarch64_linux_get_debug_reg_capacity):
3610 Declare it.
3611
40e050d2
MM
36122015-07-21 Markus Metzger <markus.t.metzger@intel.com>
3613
3614 * common/btrace-common.c (btrace_data_append): Change case label.
3615
3675a06a
YQ
36162015-07-20 Yao Qi <yao.qi@linaro.org>
3617
3618 * nat/aarch64-linux-hw-point.c (aarch64_handle_unaligned_watchpoint):
3619 Re-indent the code.
3620 * nat/aarch64-linux-hw-point.h: Use ULONGEST rather than
3621 "unsigned long long".
3622
b4e1fd61
KB
36232015-07-18 Kevin Buettner <kevinb@redhat.com>
3624
3625 * dwarf2read.c (dwarf2_locate_sections): Allow has_section_at_zero
3626 to be set for SEC_ALLOC sections too.
3627
554717a3
YQ
36282015-07-17 Yao Qi <yao.qi@linaro.org>
3629
3630 * Makefile.in (HFILES_NO_SRCDIR): Add
3631 nat/aarch64-linux-hw-point.h.
3632 (aarch64-linux-hw-point.o): New rule.
3633 * nat/aarch64-linux-hw-point.h: New file.
3634 * nat/aarch64-linux-hw-point.c: New file.
3635 * aarch64-linux-nat.c: Include nat/aarch64-linux-hw-point.h.
3636 (AARCH64_HBP_MAX_NUM): Move to nat/aarch64-linux-hw-point.h.
3637 (AARCH64_HWP_MAX_NUM, AARCH64_HBP_ALIGNMENT): Likewise.
3638 (AARCH64_HWP_ALIGNMENT): Likewise.
3639 (AARCH64_HWP_MAX_LEN_PER_REG): Likewise.
3640 (AARCH64_DEBUG_NUM_SLOTS, AARCH64_DEBUG_ARCH): Likewise.
3641 (AARCH64_DEBUG_ARCH_V8, DR_MARK_ALL_CHANGED): Likewise.
3642 (DR_MARK_N_CHANGED, DR_CLEAR_CHANGED): Likewise.
3643 (DR_HAS_CHANGED, DR_N_HAS_CHANGE): Likewise.
3644 (aarch64_num_bp_regs, aarch64_num_wp_regs): Likewise.
3645 (struct aarch64_debug_reg_state): Likewise.
3646 (struct arch_lwp_info): Likewise.
3647 (aarch64_linux_set_debug_regs): Likewise.
3648 (aarch64_notify_debug_reg_change): Remove static.
3649 (aarch64_align_watchpoint): Likewise.
3650 (DR_CONTROL_ENABLED, DR_CONTROL_LENGTH): Likewise.
3651 (aarch64_watchpoint_length): Likewise.
3652 (aarch64_point_encode_ctrl_reg): Likewise
3653 (aarch64_point_is_aligned): Likewise.
3654 (aarch64_dr_state_insert_one_point): Likewise.
3655 (aarch64_dr_state_remove_one_point): Likewise.
3656 (aarch64_handle_breakpoint): Likewise.
3657 (aarch64_handle_aligned_watchpoint): Likewise.
3658 (aarch64_handle_unaligned_watchpoint): Likewise.
3659 (aarch64_handle_watchpoint): Likewise.
3660 * config/aarch64/linux.mh (NAT_FILE): Add
3661 aarch64-linux-hw-point.o.
3662
c67ca4de
YQ
36632015-07-17 Yao Qi <yao.qi@linaro.org>
3664
3665 * aarch64-linux-nat.c (aarch64_handle_breakpoint): Add argument
3666 state and don't call aarch64_get_debug_reg_state. All callers
3667 update.
3668 (aarch64_linux_insert_hw_breakpoint): Call
3669 aarch64_get_debug_reg_state earlier.
3670 (aarch64_linux_remove_hw_breakpoint): Likewise.
3671 (aarch64_handle_aligned_watchpoint): Add argument state and
3672 don't call aarch64_get_debug_reg_state. All callers update.
3673 (aarch64_handle_unaligned_watchpoint): Likewise.
3674 (aarch64_handle_watchpoint): Add argument state.
3675 (aarch64_linux_insert_watchpoint): Call aarch64_get_debug_reg_state
3676 earlier.
3677 (aarch64_linux_remove_watchpoint): Likewise.
3678
25abf979
YQ
36792015-07-17 Yao Qi <yao.qi@linaro.org>
3680
3681 * aarch64-linux-nat.c (aarch64_show_debug_reg_state): Use
3682 debug_printf.
3683 (aarch64_handle_unaligned_watchpoint): Likewise.
3684
2ecd81c2
YQ
36852015-07-17 Yao Qi <yao.qi@linaro.org>
3686
3687 * aarch64-linux-nat.c (aarch64_dr_state_insert_one_point): Change
3688 argument type's type to 'enum target_hw_bp_type'.
3689 (aarch64_dr_state_remove_one_point): Likewise.
3690 (aarch64_handle_breakpoint): Likewise.
3691 (aarch64_linux_insert_hw_breakpoint): Likewise.
3692 (aarch64_linux_remove_hw_breakpoint): Likewise.
3693 (aarch64_handle_aligned_watchpoint): Likewise.
3694
e53b6938
YQ
36952015-07-17 Yao Qi <yao.qi@linaro.org>
3696
3697 * aarch64-linux-nat.c (aarch64_linux_get_debug_reg_capacity): Call
3698 ptid_get_pid instead of get_thread_id.
3699
6a49a997
YQ
37002015-07-17 Yao Qi <yao.qi@linaro.org>
3701
3702 * remote.c (get_current_thread): Initialise ptid to null_ptid.
3703 (add_current_inferior_and_thread): Don't initialise ptid.
3704
4bcddace
PL
37052015-07-16 Pierre Langlois <pierre.langlois@arm.com>
3706
3707 * aarch64-tdep.c (aarch64_pseudo_read_value): Mark S register as
3708 unavailable if invalid.
3709
db1ff28b
JK
37102015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
3711
3712 Revert the previous 6 commits:
3713 Create empty nat/linux-maps.[ch] and common/target-utils.[ch].
3714 Move gdb_regex* to common/
3715 Prepare linux_find_memory_regions_full & co. for move
3716 Move linux_find_memory_regions_full & co.
3717 gdbserver build-id attribute generator
3718 Validate symbol file using build-id
3719
ca5268b6
JK
37202015-07-15 Aleksandar Ristovski <aristovski@qnx.com
3721 Jan Kratochvil <jan.kratochvil@redhat.com>
3722
3723 Validate symbol file using build-id.
3724 * NEWS (Changes since GDB 7.10): Add 'set validate-build-id'
3725 and 'show validate-build-id'. Add build-id attribute.
3726 * solib-darwin.c (_initialize_darwin_solib): Assign validate value.
3727 * solib-dsbt.c (_initialize_dsbt_solib): Ditto.
3728 * solib-frv.c (_initialize_frv_solib): Ditto.
3729 * solib-spu.c (set_spu_solib_ops): Ditto.
3730 * solib-svr4.c: Include rsp-low.h.
3731 (NOTE_GNU_BUILD_ID_NAME): New define.
3732 (svr4_validate): New function.
3733 (svr4_copy_library_list): Duplicate field build_id.
3734 (library_list_start_library): Parse 'build-id' attribute.
3735 (svr4_library_attributes): Add 'build-id' attribute.
3736 (_initialize_svr4_solib): Assign validate value.
3737 * solib-target.c (solib.h): Include.
3738 (_initialize_solib_target): Assign validate value.
3739 * solib.c (validate_build_id, show_validate_build_id): New.
3740 (solib_map_sections): Use ops->validate.
3741 (clear_so): Free build_id.
3742 (default_solib_validate): New function.
3743 (_initialize_solib): Add "validate-build-id".
3744 * solib.h (default_solib_validate): New declaration.
3745 * solist.h (struct so_list): New fields 'build_idsz' and 'build_id'.
3746 (target_so_ops): New field 'validate'.
3747
700ca40f
JK
37482015-07-15 Aleksandar Ristovski <aristovski@qnx.com
3749 Jan Kratochvil <jan.kratochvil@redhat.com>
3750
3751 gdbserver build-id attribute generator.
3752 * features/library-list-svr4.dtd (library-list-svr4): New
3753 'build-id' attribute.
3754
9904185c
JK
37552015-07-15 Aleksandar Ristovski <aristovski@qnx.com
3756 Jan Kratochvil <jan.kratochvil@redhat.com>
3757
3758 Move linux_find_memory_regions_full & co.
3759 * linux-tdep.c (nat/linux-maps.h): Include.
3760 (gdb_regex.h): Remove the include.
3761 (enum filterflags, struct smaps_vmflags, read_mapping, decode_vmflags)
3762 (mapping_is_anonymous_p, dump_mapping_p): Moved to nat/linux-maps.c.
3763 (linux_find_memory_region_ftype): Moved typedef to nat/linux-maps.h.
3764 (linux_find_memory_regions_full): Moved definition to nat/linux-maps.c.
3765 * nat/linux-maps.c: Include ctype.h, target/target-utils.h, gdb_regex.h
3766 and target/target.h.
3767 (struct smaps_vmflags, read_mapping, decode_vmflags)
3768 (mapping_is_anonymous_p, dump_mapping_p): Move from linux-tdep.c.
3769 (linux_find_memory_regions_full): Move from linux-tdep.c.
3770 * nat/linux-maps.h (read_mapping): New declaration.
3771 (linux_find_memory_region_ftype, enum filterflags): Moved from
3772 linux-tdep.c.
3773 (linux_find_memory_regions_full): New declaration.
3774 * target.c (target/target-utils.h): Include.
3775 (read_alloc_pread_ftype): Moved typedef to target/target-utils.h.
3776 (read_alloc, read_stralloc_func_ftype, read_stralloc): Moved
3777 definitions to target/target-utils.c.
3778 * target.h (target_fileio_read_stralloc): Move it to target/target.h.
3779 * target/target-utils.c (read_alloc, read_stralloc): Move definitions
3780 from target.c.
3781 * target/target-utils.h (read_alloc_pread_ftype): New typedef.
3782 (read_alloc): New declaration.
3783 (read_stralloc_func_ftype): New typedef.
3784 (read_stralloc): New declaration.
3785 * target/target.h (target_fileio_read_stralloc): Move it from target.h.
3786
f7af1fcd
JK
37872015-07-15 Aleksandar Ristovski <aristovski@qnx.com
3788 Jan Kratochvil <jan.kratochvil@redhat.com>
3789
3790 Prepare linux_find_memory_regions_full & co. for move.
3791 * linux-tdep.c (linux_find_memory_region_ftype): Comment.
3792 (linux_find_memory_regions_full): Change signature and prepare
3793 for moving to linux-maps.
3794 (linux_find_memory_regions_data): Rename field 'obfd' to 'data'.
3795 (linux_find_memory_regions_thunk): New.
3796 (linux_find_memory_regions_thunk): Use 'data' field instead of 'obfd'.
3797 (linux_find_memory_regions_gdb): New.
3798 (linux_find_memory_regions): Rename argument 'obfd' to 'func_data'.
3799 (linux_make_mappings_corefile_notes): Use
3800 linux_find_memory_regions_gdb.
3801 * target.c (read_alloc_pread_ftype): New typedef.
3802 (target_fileio_read_alloc_1_pread): New function.
3803 (read_alloc): Refactor from target_fileio_read_alloc_1.
3804 (read_stralloc_func_ftype): New typedef.
3805 (target_fileio_read_alloc_1): New implementation. Use read_alloc.
3806 (read_stralloc): Refactored from target_fileio_read_stralloc.
3807 (target_fileio_read_stralloc): New implementation, use read_stralloc.
3808
6e5b4429
JK
38092015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
3810
3811 * Makefile.in (HFILES_NO_SRCDIR): Change gdb_regex.h to
3812 common/gdb_regex.h.
3813 (COMMON_OBS): Add gdb_regex.o.
3814 (gdb_regex.o): New.
3815 * common/common.m4 (GDB_AC_COMMON): Add gdb_use_included_regex,
3816 --without-included-regex and USE_INCLUDED_REGEX.
3817 * common/gdb_regex.c: New file from utils.c functions.
3818 * common/gdb_regex.h: Move it here from gdb_regex.h, update include
3819 file wrapping define name.
3820 * configure: Rebuilt.
3821 * configure.ac (gdb_use_included_regex, --without-included-regex)
3822 (USE_INCLUDED_REGEX): Move them to common/common.m4.
3823 * gdb_regex.h: Move it to common/gdb_regex.h.
3824 * utils.c: Remove include gdb_regex.h.
3825 (do_regfree_cleanup, make_regfree_cleanup, get_regcomp_error)
3826 (compile_rx_or_error): Move them to common/gdb_regex.c.
3827
ddc98fbf
JK
38282015-07-15 Aleksandar Ristovski <aristovski@qnx.com
3829 Jan Kratochvil <jan.kratochvil@redhat.com>
3830
3831 Create empty nat/linux-maps.[ch] and common/target-utils.[ch].
3832 * Makefile.in (HFILES_NO_SRCDIR); Add nat/linux-maps.h,
3833 common/target-utils.h.
3834 (COMMON_OBS): Add target-utils.o.
3835 (linux-maps.o, target-utils.o): New.
3836 * target/target-utils.c: New file.
3837 * target/target-utils.h: New file.
3838 * config/i386/linux.mh (NATDEPFILES): Add linux-maps.o.
3839 * config/i386/linux64.mh (NATDEPFILES): Ditto.
3840 * nat/linux-maps.c: New file.
3841 * nat/linux-maps.h: New file.
3842
e7b01ce0
MM
38432015-07-15 Markus Metzger <markus.t.metzger@intel.com>
3844 Pedro Alves <palves@redhat.com>
3845
3846 * nat/linux-btrace.c (perf_event_read): Change the type of DATA_HEAD.
3847 (perf_event_read_all): Change the type of SIZE and DATA_HEAD.
3848 (perf_event_read_bts): Change the type of SIZE and READ.
3849 (linux_enable_bts): Change the type of SIZE, PAGES, DATA_SIZE,
3850 and DATA_OFFSET. Move DATA_SIZE declaration. Restrict the buffer size
3851 to UINT_MAX. Check for overflows when using DATA_HEAD from the perf
3852 mmap page.
3853 (linux_enable_pt): Change the type of PAGES and SIZE. Restrict the
3854 buffer size to UINT_MAX.
3855 (linux_read_bts): Change the type of BUFFER_SIZE, SIZE, DATA_HEAD, and
3856 DATA_TAIL.
3857 * nat/linux-btrace.h (struct perf_event_buffer)<size, data_head>
3858 <last_head>: Change type.
3859 * common/btrace-common.h (struct btrace_dat_pt) <size>: Change type.
3860 * common/btrace-common.c (btrace_data_append): Change the type of
3861 SIZE.
3862 * btrace.c (parse_xml_raw): Change the type of SIZE. Change oddness
3863 check.
3864
f168693b
SM
38652015-07-14 Simon Marchi <simon.marchi@ericsson.com>
3866
3867 * gdbtypes.h (CHECK_TYPEDEF): Remove.
3868 * aarch64-tdep.c (aarch64_return_in_memory): Replace CHECK_TYPEDEF
3869 with check_typedef.
3870 * ada-lang.c (decode_constrained_packed_array_type): Likewise.
3871 (ada_array_length): Likewise.
3872 (find_parallel_type_by_descriptive_type): Likewise.
3873 (ada_check_typedef): Likewise.
3874 * arm-tdep.c (arm_return_in_memory): Likewise.
3875 * ax-gdb.c (gen_trace_static_fields): Likewise.
3876 (gen_struct_ref_recursive): Likewise.
3877 * c-exp.y (exp : SIZEOF '(' type ')' %prec UNARY): Likewise.
3878 (variable: block COLONCOLON name): Likewise.
3879 (qualified_name: TYPENAME COLONCOLON name): Likewise.
3880 * c-lang.c (classify_type): Likewise.
3881 * c-typeprint.c (c_print_type): Likewise.
3882 (c_print_typedef): Likewise.
3883 (c_type_print_base): Likewise.
3884 * c-valprint.c (c_val_print): Likewise.
3885 * compile/compile-c-types.c (convert_type): Likewise.
3886 * compile/compile-object-load.c (get_out_value_type): Likewise.
3887 * completer.c (add_struct_fields): Likewise.
3888 (expression_completer): Likewise.
3889 * cp-namespace.c (cp_find_type_baseclass_by_name): Likewise.
3890 (cp_lookup_nested_symbol_1): Likewise.
3891 (cp_lookup_nested_symbol): Likewise.
3892 * cp-valprint.c (cp_print_value_fields): Likewise.
3893 (cp_print_static_field): Likewise.
3894 * d-valprint.c (d_val_print): Likewise.
3895 * eval.c (evaluate_subexp_standard): Likewise.
3896 (evaluate_subexp_for_sizeof): Likewise.
3897 * f-exp.y (exp : SIZEOF '(' type ')' %prec UNARY): Likewise.
3898 * f-typeprint.c (f_type_print_base): Likewise.
3899 * f-valprint.c (f_val_print): Likewise.
3900 * gdbtypes.c (get_discrete_bounds): Likewise.
3901 (create_array_type_with_stride): Likewise.
3902 (type_name_no_tag_or_error): Likewise.
3903 (lookup_struct_elt_type): Likewise.
3904 (get_unsigned_type_max): Likewise.
3905 (internal_type_vptr_fieldno): Likewise.
3906 (set_type_vptr_fieldno): Likewise.
3907 (internal_type_vptr_basetype): Likewise.
3908 (set_type_vptr_basetype): Likewise.
3909 (get_vptr_fieldno): Likewise.
3910 (is_integral_type): Likewise.
3911 (is_scalar_type): Likewise.
3912 (is_scalar_type_recursive): Likewise.
3913 (distance_to_ancestor): Likewise.
3914 (is_unique_ancestor_worker): Likewise.
3915 (check_types_equal): Likewise.
3916 * gnu-v2-abi.c (gnuv2_value_rtti_type): Likewise.
3917
45280282
IB
39182015-07-14 Iain Buclaw <ibuclaw@gdcproject.org>
3919
3920 * dwarf2read.c (find_slot_in_mapped_hash): Extend language support to
3921 also test for language_d.
3922 (dwarf2_compute_name): Likewise.
3923 (read_func_scope): Likewise.
3924 (read_structure_type): Likewise.
3925 (new_symbol_full): Likewise.
3926 (determine_prefix): Likewise.
3927 (read_import_statement): Use dot as the separator for language_d.
3928 (typename_concat): Likewise, but don't prefix the D main function.
3929
99fe86f7
PB
39302015-07-14 Peter Bergner <bergner@vnet.ibm.com>
3931
3932 * nat/linux-namespaces.c (setns): Rename from this ...
3933 (do_setns): ... to this. Support calling setns if it exists.
3934 (mnsh_handle_setns): Call do_setns.
3935
d5131498
YQ
39362015-07-13 Yao Qi <yao.qi@linaro.org>
3937
3938 * exec.c (exec_file_attach): Add period at the end of error
3939 message.
3940
97605e61
AB
39412015-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
3942
3943 * tui/tui-win.c (window_name_completer): New function.
3944 (focus_completer): Call window_name_completer. All old content
3945 moved into window_name_completer.
3946 (winheight_completer): New function.
3947 (_initialize_tui_win): Rename variable. Add completer to
3948 winheight command. Update doc string on winheight.
3949
8d6dbeb4
SL
39502015-07-12 Sandra Loosemore <sandra@codesourcery.com>
3951
3952 * nios2-linux-tdep.c (_initialize_nios2_linux_tdep): Register
3953 all nios2 mach variants.
3954
a0e28e54
KB
39552015-07-10 Kevin Buettner <kevinb@redhat.com>
3956
3957 * rx-tdep.c (rx_get_opcode_byte): Use target_read_code instead
3958 of target_read_memory.
3959
c101f28f
AB
39602015-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
3961
3962 * tui/tui-win.c (tui_set_win_height): Use a cleanup to free the
3963 string copy.
3964 (parse_scrolling_args): Likewise.
3965
150375dc
AB
39662015-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
3967
3968 * tui/tui-win.c (focus_completer): Don't duplicate the tui window
3969 names in this function.
3970
6dce28e4
AB
39712015-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
3972
3973 * tui/tui-data.h (SRC_NAME): Convert to lower case.
3974 (CMD_NAME): Likewise.
3975 (DATA_NAME): Likewise.
3976 (DISASSEM_NAME): Likewise.
3977 * tui/tui-win.c (tui_set_focus): Window names are now lower case.
3978 (tui_set_win_height): Likewise.
3979 (parse_scrolling_args): Likewise.
3980
485668e5
MM
39812015-07-10 Markus Metzger <markus.t.metzger@intel.com>
3982
3983 * record-btrace.c (record_btrace_goto_begin)
3984 (record_btrace_goto_end, record_btrace_goto): Move call to
3985 print_stack_frame ...
3986 (record_btrace_set_replay): ... here. Set stop_pc.
3987 * record-full.c (record_full_goto_entry): Set stop_pc.
3988
58d2eda5
PL
39892015-07-09 Pierre Langlois <pierre.langlois@arm.com>
3990
3991 * NEWS: Mention support for tracepoints on aarch64-linux.
3992
7671bf47
PL
39932015-07-09 Pierre Langlois <pierre.langlois@arm.com>
3994
3995 * linux-aarch64-low.c (aarch64_supports_tracepoints): New
3996 function. Return 1.
3997 (the_low_target): Install it.
3998
7890fb45
PL
39992015-07-09 Pierre Langlois <pierre.langlois@arm.com>
4000
4001 * gdb.trace/backtrace.exp: Set registers for aarch64 target.
4002 * gdb.trace/collection.exp: Likewise.
4003 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
4004 * gdb.trace/mi-trace-unavailable.exp: Likewise.
4005 * gdb.trace/report.exp: Likewise.
4006 * gdb.trace/trace-break.exp: Likewise.
4007 * gdb.trace/unavailable.exp: Likewise.
4008 * gdb.trace/while-dyn.exp: Likewise.
4009
ea873d8e
PL
40102015-07-09 Pierre Langlois <pierre.langlois@arm.com>
4011
4012 * aarch64-tdep.c: Add ax.h and ax-gdb.h includes.
4013 (aarch64_gen_return_address): New function.
4014 (aarch64_gdbarch_init): Hook it.
4015
02a2a705
PL
40162015-07-09 Pierre Langlois <pierre.langlois@arm.com>
4017
4018 * aarch64-tdep.c (aarch64_make_stub_cache): Set available_p and
4019 swallow NOT_AVAILABLE_ERROR.
4020 (aarch64_stub_this_id): Call frame_id_build_unavailable_stack if
4021 available_p is not set.
4022 (aarch64_stub_frame_unwind_stop_reason): New function.
4023 (aarch64_stub_unwind): Install it.
4024
7dfa3edc
PL
40252015-07-09 Pierre Langlois <pierre.langlois@arm.com>
4026
4027 * aarch64-tdep.c (aarch64_prologue_cache) <available_p>: New
4028 field.
4029 (aarch64_make_prologue_cache_1): New function, factored out from
4030 aarch64_make_prologue_cache. Do not allocate cache. Set
4031 available_p.
4032 (aarch64_make_prologue_cache): Reimplement wrapping
4033 aarch64_make_prologue_cache_1, and swallowing
4034 NOT_AVAILABLE_ERROR.
4035 (aarch64_prologue_frame_unwind_stop_reason): New function.
4036 Return UNWIND_UNAVAILABLE if available_p is not set.
4037 (aarch64_prologue_unwind): Install it.
4038 (aarch64_prologue_this_id): Move prev_pc and prev_sp limit
4039 checks into aarch64_prologue_frame_unwind_stop_reason. Call
4040 frame_id_build_unavailable_stack if available_p is not set.
4041
db634143
PL
40422015-07-09 Pierre Langlois <pierre.langlois@arm.com>
4043
4044 * aarch64-tdep.c (aarch64_prologue_cache) <func, prev_pc>: New
4045 fields.
4046 (aarch64_scan_prologue): Set prev_pc.
4047 (aarch64_make_prologue_cache): Set func.
4048 (aarch64_make_stub_cache): Set prev_pc.
4049 (aarch64_prologue_this_id): Remove local variables id, pc and
4050 func. Read prev_pc and func from cache.
4051 (aarch64_stub_this_id): Read prev_pc from cache.
4052
8b61f75d
PL
40532015-07-09 Pierre Langlois <pierre.langlois@arm.com>
4054
4055 * aarch64-tdep.c (aarch64_make_stub_cache): Update comment. New
4056 argument this_cache. Remove unused local variables reg and
4057 unwound_fp. Return early if this_cache is already set. Set
4058 this_cache.
4059 (aarch64_stub_this_id): Update call to aarch64_make_stub_cache.
4060
7c8edfae
PL
40612015-07-09 Pierre Langlois <pierre.langlois@arm.com>
4062
4063 * aarch64-tdep.c (aarch64_make_prologue_cache): Update comment.
4064 New argument this_cache. Return early if this_cache is already
4065 set. Set this_cache.
4066 (aarch64_prologue_this_id): Update call to
4067 aarch64_make_prologue_cache.
4068 (aarch64_prologue_prev_register): Likewise.
4069 (aarch64_normal_frame_base): Likewise.
4070
938c69a1
SM
40712015-07-09 Simon Marchi <simon.marchi@ericsson.com>
4072
4073 * c-valprint.c (c_val_print): Factor out memberptr printing code
4074 from c_val_print to ...
4075 (c_val_print_memberptr): ... this new function.
4076
49f7fe28
SM
40772015-07-09 Simon Marchi <simon.marchi@ericsson.com>
4078
4079 * c-valprint.c (c_val_print): Factor out int printing code to ...
4080 (c_val_print_int): ... this new function.
4081
9e4f353c
SM
40822015-07-09 Simon Marchi <simon.marchi@ericsson.com>
4083
4084 * c-valprint.c (c_val_print): Factor out struct and union
4085 printing code to ...
4086 (c_val_print_struct): ... this new function ...
4087 (c_val_print_union): ... and this new function.
4088
1c67f032
SM
40892015-07-09 Simon Marchi <simon.marchi@ericsson.com>
4090
4091 * c-valprint.c (c_val_print): Factor out pointer printing code
4092 to ...
4093 (c_val_print_ptr): ... this new function.
4094
0b6ef777
SM
40952015-07-09 Simon Marchi <simon.marchi@ericsson.com>
4096
4097 * c-valprint.c (c_valprint): Factor our array printing code from
4098 c_val_print to ...
4099 (c_val_print_array): ... this new function.
4100
1033c33c
SM
41012015-07-09 Simon Marchi <simon.marchi@ericsson.com>
4102
4103 * c-valprint.c (c_val_print): Factor out pointer printing code
4104 to ...
4105 (print_unpacked_pointer): ... this new function.
4106
f6b93c34
SM
41072015-07-09 Simon Marchi <simon.marchi@ericsson.com>
4108
4109 * c-valprint.c (c_val_print): Remove an assignment to i and move
4110 its declaration.
4111
0f4576e3
YQ
41122015-07-09 Yao Qi <yao.qi@linaro.org>
4113
4114 * aarch64-linux-nat.c (aarch64_linux_get_debug_reg_capacity): Add
4115 argument ptid. Update comments. Caller update.
4116
37fdfe4c
MM
41172015-07-09 Markus Metzger <markus.t.metzger@intel.com>
4118
4119 * btrace.c (pt_print_packet): Print stop, vmcs, tma, mtc, cyc, and
4120 mnt packets.
4121
80a2b330
MM
41222015-07-09 Markus Metzger <markus.t.metzger@intel.com>
4123
4124 * btrace.c (btrace_pt_readmem_callback): Change type of PC argument.
4125
4ab31498
SM
41262015-07-08 Simon Marchi <simon.marchi@ericsson.com>
4127
4128 * progspace.c (delete_program_space): Add missing spaces.
4129
7a41607e
SM
41302015-07-08 Simon Marchi <simon.marchi@ericsson.com>
4131
4132 * inferior.c (delete_inferior_1): Rename to ...
4133 (delete_inferior): ..., remove 'silent' parameter, delete
4134 program space when unused and remove call to prune_program_spaces.
4135 Remove the old, unused, delete_inferior.
4136 (delete_inferior_silent): Remove.
4137 (prune_inferiors): Change call from delete_inferior_1 to
4138 delete_inferior and remove 'silent' parameter. Remove call to
4139 prune_program_spaces.
4140 (remove_inferior_command): Idem.
4141 * inferior.h (delete_inferior_1): Rename to...
4142 (delete_inferior): ..., remove 'silent' parameter and remove the
4143 original delete_inferior.
4144 (delete_inferior_silent): Remove.
4145 * mi/mi-main.c (mi_cmd_remove_inferior): Change call from
4146 delete_inferior_1 to delete_inferior and remove 'silent'
4147 parameter.
4148 * progspace.c (prune_program_spaces): Remove.
4149 (pspace_empty_p): Rename to...
4150 (program_space_empty_p): ... and make non-static.
4151 (delete_program_space): New.
4152 * progspace.h (prune_program_spaces): Remove declaration.
4153 (program_space_empty_p): New declaration.
4154 (delete_program_space): New declaration.
4155 * monitor.c (monitor_close): Replace call to
4156 delete_thread_silent and delete_inferior_silent with
4157 discard_all_inferiors.
4158
a9bd710f
PP
41592015-07-08 Patrick Palka <patrick@parcs.ath.cx>
4160
4161 * defs.h (deprecated_register_changed_hook): Remove prototype.
4162 * interps.c (clear_iterpreter_hooks): Remove reference to
4163 deprecated_register_changed_hook.
4164 * top.c (deprecated_register_changed_hook): Remove prototype.
4165 * valops.c (value_assign): Remove reference to
4166 deprecated_register_changed_hook.
4167 * tui/tui-hooks.c (tui_register_changed): Add parameter "frame".
4168 Add comment documenting the function.
4169 (tui_register_changed_observer): Define.
4170 (tui_install_hooks): Remove reference to
4171 deprecated_register_changed_hook. Set
4172 tui_register_changed_observer.
4173 (tui_remove_hooks): Remove reference to
4174 deprecated_register_changed_hook. Unset
4175 tui_register_changed_observer.
4176
08464196
JK
41772015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
4178
4179 PR compile/18484
4180 * compile/compile-c-types.c (insert_type): Change gdb_assert to error.
4181
bcf5c1d9
RC
41822015-07-08 Robert O'Callahan <robert@ocallahan.org>
4183
4184 PR exp/18617
4185 * ax-gdb.c (gen_conversion): Extend to 'to' bits, not 'from'.
4186
e8643a45
MM
41872015-07-08 Markus Metzger <markus.t.metzger@intel.com>
4188
4189 * MAINTAINERS (Write After Approval): Add Markus T. Metzger.
4190
76fb6829
MM
41912015-07-08 Markus Metzger <markus.t.metzger@intel.com>
4192
4193 * nat/linux-btrace.c (kernel_supports_bts, kernel_supports_pt):
4194 Use safe_strerror() instead of strerror().
4195
82c40d4b
YQ
41962015-07-07 Yao Qi <yao.qi@linaro.org>
4197
4198 * features/arm-with-m-fpa-layout.xml: Set architecture to arm.
4199 * features/arm-with-m-fpa-layout.c: Regenerated.
4200 * features/arm-with-m-vfp-d16.xml: Likewise.
4201 * features/arm-with-m-vfp-d16.c: Regenerated.
4202 * features/arm-with-m.xml: Likewise.
4203 * features/arm-with-m.c: Regenerated.
4204 * features/arm-with-neon.xml: Likewise.
4205 * features/arm-with-neon.c: Regenerated.
4206 * features/arm-with-vfpv2.xml: Likewise.
4207 * features/arm-with-vfpv2.c: Regenerated.
4208 * features/arm-with-vfpv3.xml: Likewise.
4209 * features/arm-with-vfpv3.c: Regenerated.
4210
607685ec
YQ
42112015-07-07 Yao Qi <yao.qi@linaro.org>
4212
4213 * aarch32-linux-nat.h (VFP_REGS_SIZE): New macro, moved from
4214 arm-linux-nat.c.
4215 * aarch64-linux-nat.c: Include aarch32-linux-nat.h and
4216 elf/external.h.
4217 (fetch_gregs_from_thread): Call aarch32_gp_regcache_supply
4218 if target is 32-bit.
4219 (store_gregs_to_thread): Call aarch32_gp_regcache_collect
4220 if target is 32-bit.
4221 (fetch_fpregs_from_thread): Call aarch32_vfp_regcache_supply
4222 if target is 32-bit.
4223 (store_fpregs_to_thread): Call aarch32_vfp_regcache_collect
4224 if target is 32-bit.
4225 (tdesc_arm_with_vfpv3, tdesc_arm_with_neon): Declare.
4226 (aarch64_linux_read_description): Return the right target
4227 description.
4228 * arm-linux-nat.c (VFP_REGS_SIZE): Moved to aarch32-linux-nat.h.
4229 * config/aarch64/linux.mh (NATDEPFILES): Add aarch32-linux-nat.o.
4230 * configure.tgt (aarch64*-*-linux*): Add arm-tdep.o and
4231 arm-linux-tdep.o.
4232
f1b67888
YQ
42332015-07-07 Yao Qi <yao.qi@linaro.org>
4234
4235 * aarch32-linux-nat.c: New file.
4236 * aarch32-linux-nat.h: New file.
4237 * arm-linux-nat.c: Include aarch32-linux-nat.h.
4238 (fetch_regs): Move code to aarch32-linux-nat.c. Call
4239 aarch32_gp_regcache_supply.
4240 (store_regs): Move code to aarch32-linux-nat.c. Call
4241 aarch32_gp_regcache_collect.
4242 (fetch_vfp_regs): Move code to aarch32-linux-nat.c. Call
4243 aarch32_vfp_regcache_supply.
4244 (store_vfp_regs): Move code to aarch32-linux-nat.c. Call
4245 aarch32_vfp_regcache_collect.
4246 * config/arm/linux.mh (NATDEPFILES): Add aarch32-linux-nat.o.
4247
179bfe82
YQ
42482015-07-07 Yao Qi <yao.qi@linaro.org>
4249
4250 * arm-linux-nat.c (store_fpregister): Remove.
4251 (store_register): Likewise.
4252 (fetch_fpregister): Likewise.
4253 (fetch_register): Likewise.
4254 (arm_linux_store_inferior_registers): Call store_regs and
4255 store_fpregs instead.
4256 (arm_linux_fetch_inferior_registers): Call fetch_fpregs and
4257 fetch_regs instead.
4258
6008fc5f
AB
42592015-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
4260
4261 * doc/gdb.texinfo (TUI): Restructure documentation on TUI layout
4262 and focus commands.
4263
7c79d316
JB
42642015-07-06 Joel Brobecker <brobecker@adacore.com>
4265
4266 * NEWS: Create a new section for the next release branch.
4267 Rename the section of the current branch, now that it has
4268 been cut.
4269
f2232bea
JB
42702015-07-06 Joel Brobecker <brobecker@adacore.com>
4271
4272 GDB 7.10 branch created (66c4b3e8a628a207bc6aafef6af0c4128195f56e):
4273 * version.in: Bump version to 7.10.50.DATE-cvs.
4274
66c4b3e8
LM
42752015-07-06 Luis Machado <lgustavo@codesourcery.com>
4276
4277 * breakpoint.c (remove_breakpoint_1): Don't handle permanent
4278 breakpoints in a special way.
4279 (remove_breakpoint): Likewise.
4280 (mark_breakpoints_out): Likewise.
4281
bcd8537c
AB
42822015-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
4283
4284 * doc/gdb.texinfo (TUI): Add comma after @xref.
4285
10e9aaa3
AB
42862015-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
4287
4288 * tui/tui-win.c (tui_set_focus): Use structure member 'generic'
4289 instead of casting the structure type.
4290
8a13d42d
SM
42912015-07-06 Simon Marchi <simon.marchi@ericsson.com>
4292
4293 * valops.c (search_struct_field): Remove OFFSET parameter.
4294 (value_cast_structs): Adjust calls to search_struct_field.
4295 (value_struct_elt): Same.
4296 (find_overload_match): Same.
4297
a844296a
SM
42982015-07-06 Simon Marchi <simon.marchi@ericsson.com>
4299
4300 * value.c (value_fetch_lazy): Update comment, change return
4301 value to void.
4302 * value.h (value_fetch_lazy): Change return value to void.
4303
f41cbf58
AB
43042015-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
4305
4306 * tui/tui-data.c (tui_partial_win_by_name): Window name is const.
4307 (tui_win_name): Make parameter and result const.
4308 * tui/tui-data.h (tui_win_name): Make parameter and result const.
4309
118ca224
PP
43102015-07-06 Patrick Palka <patrick@parcs.ath.cx>
4311
4312 * i386-tdep.c (i386_mpx_info_bounds): Don't call error, instead
4313 use printf_unfiltered.
4314 (set_mpx_cmd): Add missing trailing space to command string
4315 literal.
4316 (_initialize_i386_tdep): Give the "mpx" prefix command its
4317 correct name.
4318
1b485e67
KB
43192015-07-02 Kevin Buettner <kevinb@redhat.com>
4320
4321 * rx-tdep.c (RX_USP_REGNUM, RX_BPC_REGNUM): New constants.
4322 (enum rx_frame_type): New.
4323 (struct rx_prologue): Add new field `frame_type'.
4324 (rx_analyze_prologue): Add `frame_type' parameter. Cache this
4325 parameter in the prologue struct. Add code for recording
4326 locations of PC and PSW for fast interrupt and exception frames.
4327 (rx_skip_prologue): Adjust call to rx_analyze_prologue.
4328 (rx_analyze_frame_prologue): Add `frame_type' parameter.
4329 (rx_frame_type): New function.
4330 (rx_frame_base): Fetch frame type and pass it to rx_analyze_prologue.
4331 (rx_frame_this_id): Rename parameter `this_prologue_cache' to
4332 `this_cache'.
4333 (rx_frame_prev_register): Rename parameter `this_prologue_cache' to
72f4393d 4334 `this_cache'. Add cases for RX_FRAME_TYPE_EXCEPTION and
1b485e67
KB
4335 RX_FRAME_TYPE_FAST_INTERRUPT.
4336 (normal_frame_p, exception_frame_p, rx_frame_sniffer_common)
4337 (rx_frame_sniffer, rx_exception_sniffer): New functions.
4338 (rx_frame_unwind): Use rx_frame_sniffer instead of
4339 default_frame_sniffer.
4340 (rx_frame_unwind): New unwinder.
4341 (rx_gdbarch_init): Register new unwinder.
4342
0561fea4
KB
43432015-07-02 Kevin Buettner <kevinb@redhat.com>
4344
4345 * rx-tdep.c (RX_BPSW_REGNUM, RX_FPSW_REGNUM): New constants.
4346 (struct gdbarch_tdep): Add fields rx_psw_type and rx_fpsw_type.
4347 (rx_register_type): Add cases for RX_PSW_REGNUM, RX_BPSW_REGNUM,
4348 and RX_FPSW_REGNUM.
4349 (rx_gdbarch_init): Initialize PSW, BPSW, and FPSW flags types.
4350
decf8d9a
JK
43512015-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4352
4353 Fix GCC false warning.
4354 * s390-linux-tdep.c (s390_handle_arg): Initialize VAL.
4355
2fd0f80d
YQ
43562015-07-02 Yao Qi <yao.qi@linaro.org>
4357
4358 * aarch64-linux-nat.c (aarch64_linux_insert_hw_breakpoint): Fix
4359 typo in the debugging message.
4360
b0627500
MM
43612015-07-02 Markus Metzger <markus.t.metzger@intel.com>
4362
4363 * btrace.c: Include gdbcmd.h, cli/cli-utils.h, and ctype.h.
4364 (maint_btrace_cmdlist, maint_btrace_set_cmdlist)
4365 (maint_btrace_show_cmdlist, maint_btrace_pt_set_cmdlist)
4366 (maint_btrace_pt_show_cmdlist, maint_btrace_pt_skip_pad)
4367 (btrace_maint_clear): New.
4368 (btrace_fetch, btrace_clear): Call btrace_maint_clear.
4369 (pt_print_packet, btrace_maint_decode_pt)
4370 (btrace_maint_update_pt_packets, btrace_maint_update_packets)
4371 (btrace_maint_print_packets, get_uint, get_context_size, no_chunk)
4372 (maint_btrace_packet_history_cmd)
4373 (maint_btrace_clear_packet_history_cmd, maint_btrace_clear_cmd)
4374 (maint_btrace_cmd, maint_btrace_set_cmd, maint_btrace_show_cmd)
4375 (maint_btrace_pt_set_cmd, maint_btrace_pt_show_cmd)
4376 (maint_info_btrace_cmd, _initialize_btrace): New.
4377 * btrace.h (btrace_pt_packet, btrace_pt_packet_s)
4378 (btrace_maint_packet_history, btrace_maint_info): New.
4379 (btrace_thread_info) <maint>: New.
4380 * NEWS: Announce it.
4381
9be54cae
MM
43822015-07-02 Markus Metzger <markus.t.metzger@intel.com>
4383
4384 * btrace.c (btrace_fetch): Append the new trace data.
4385 (btrace_clear): Clear the stored trace data.
4386 * btrace.h (btrace_thread_info) <data>: New.
4387 * common/btrace-common.h (btrace_data_clear)
4388 (btrace_data_append): New.
4389 * common/btrace-common.c (btrace_data_clear)
4390 (btrace_data_append): New.
4391
010a18a1
MM
43922015-07-02 Markus Metzger <markus.t.metzger@intel.com>
4393
4394 * nat/linux-btrace.c (linux_enable_bts): Check for
4395 PERF_ATTR_SIZE_VER5.
4396 Check for data_offset and data_size fields. Use them.
4397
b20a6524
MM
43982015-07-02 Markus Metzger <markus.t.metzger@intel.com>
4399
4400 * NEWS: Announce new commands "record btrace pt" and "record pt".
4401 Announce new options "set|show record btrace pt buffer-size".
4402 * btrace.c: Include "rsp-low.h".
4403 Include "inttypes.h".
4404 (btrace_add_pc): Add forward declaration.
4405 (pt_reclassify_insn, ftrace_add_pt, btrace_pt_readmem_callback)
4406 (pt_translate_cpu_vendor, btrace_finalize_ftrace_pt)
4407 (btrace_compute_ftrace_pt): New.
4408 (btrace_compute_ftrace): Support BTRACE_FORMAT_PT.
4409 (check_xml_btrace_version): Update version check.
4410 (parse_xml_raw, parse_xml_btrace_pt_config_cpu)
4411 (parse_xml_btrace_pt_raw, parse_xml_btrace_pt)
4412 (btrace_pt_config_cpu_attributes, btrace_pt_config_children)
4413 (btrace_pt_children): New.
4414 (btrace_children): Add support for "pt".
4415 (parse_xml_btrace_conf_pt, btrace_conf_pt_attributes): New.
4416 (btrace_conf_children): Add support for "pt".
4417 * btrace.h: Include "intel-pt.h".
4418 (btrace_pt_error): New.
4419 * common/btrace-common.c (btrace_format_string, btrace_data_fini)
4420 (btrace_data_empty): Support BTRACE_FORMAT_PT.
4421 * common/btrace-common.h (btrace_format): Add BTRACE_FORMAT_PT.
4422 (struct btrace_config_pt): New.
4423 (struct btrace_config)<pt>: New.
4424 (struct btrace_data_pt_config, struct btrace_data_pt): New.
4425 (struct btrace_data)<pt>: New.
4426 * features/btrace-conf.dtd (btrace-conf)<pt>: New.
4427 (pt): New.
4428 * features/btrace.dtd (btrace)<pt>: New.
4429 (pt, pt-config, cpu): New.
4430 * nat/linux-btrace.c (perf_event_read, perf_event_read_all)
4431 (perf_event_pt_event_type, kernel_supports_pt)
4432 (linux_supports_pt): New.
4433 (linux_supports_btrace): Support BTRACE_FORMAT_PT.
4434 (linux_enable_bts): Free tinfo on error.
4435 (linux_enable_pt): New.
4436 (linux_enable_btrace): Support BTRACE_FORMAT_PT.
4437 (linux_disable_pt): New.
4438 (linux_disable_btrace): Support BTRACE_FORMAT_PT.
4439 (linux_fill_btrace_pt_config, linux_read_pt): New.
4440 (linux_read_btrace): Support BTRACE_FORMAT_PT.
4441 * nat/linux-btrace.h (struct btrace_tinfo_pt): New.
4442 (struct btrace_target_info)<pt>: New.
4443 * record-btrace.c (set_record_btrace_pt_cmdlist)
4444 (show_record_btrace_pt_cmdlist): New.
4445 (record_btrace_print_pt_conf): New.
4446 (record_btrace_print_conf): Support BTRACE_FORMAT_PT.
4447 (btrace_ui_out_decode_error): Support BTRACE_FORMAT_PT.
4448 (cmd_record_btrace_pt_start): New.
4449 (cmd_record_btrace_start): Support BTRACE_FORMAT_PT.
4450 (cmd_set_record_btrace_pt, cmd_show_record_btrace_pt): New.
4451 (_initialize_record_btrace): Add new commands.
4452 * remote.c (PACKET_Qbtrace_pt, PACKET_Qbtrace_conf_pt_size): New.
4453 (remote_protocol_features): Add "Qbtrace:pt".
4454 Add "Qbtrace-conf:pt:size".
4455 (remote_supports_btrace): Support BTRACE_FORMAT_PT.
4456 (btrace_sync_conf): Support PACKET_Qbtrace_conf_pt_size.
4457 (remote_enable_btrace): Support BTRACE_FORMAT_PT.
4458 (_initialize_remote): Add new commands.
4459
58bfce93
MM
44602015-07-02 Markus Metzger <markus.t.metzger@intel.com>
4461
4462 * configure.ac: check for libipt
4463 * configure: Regenerate.
4464 * config.in: Regenerate.
4465 * Makefile.in (LIBIPT): New.
4466 (CLIBS): Add $LIBIPT.
4467 * NEWS: document new configure options
4468
b0fd6b30
JK
44692015-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4470
4471 * compile/compile-object-load.c (compile_object_load): Replace debug
4472 message "lookup undefined ELF symbol" by 3 more specific messages.
4473
e6280369
KB
44742015-07-01 Kevin Buettner <kevinb@redhat.com>
4475
4476 * rl78-tdep.c (struct gdbarch_tdep): Add new field, rl78_psw_type.
4477 (rl78_register_type): Add case for RL78_PSW_REGNUM.
4478 (rl78_gdbarch_init): Initialize rl78_psw_type.
4479
bbcbf914
PP
44802015-07-01 Patrick Palka <patrick@parcs.ath.cx>
4481
4482 * tui/tui-hooks.c (tui_refresh_frame_and_register_information):
4483 Update commentary. Always refresh the registers when frame
4484 information has changed.
4485 * tui/tui-stack.c (tui_show_frame_info): Update commentary.
4486 Change return type to int. Return 1 if frame information has
4487 changed, 0 otherwise.
4488 (tui_before_prompt): Update commentary.
4489 * tui/tui-stack.h (tui_show_frame_info): Change return type to
4490 int.
4491
0986c744
PP
44922015-06-30 Patrick Palka <patrick@parcs.ath.cx>
4493
4494 PR tui/13378
4495 * frame.c (select_frame): Remove reference to
4496 deprecated_selected_frame_level_changed_hook.
4497 * frame.h (deprecated_selected_frame_level_changed_hook): Remove
4498 declaration.
4499 * stack.c (deprecated_selected_frame_level_changed_hook):
4500 Likewise.
4501 * tui/tui-hooks.c (tui_selected_frame_level_changed_hook):
4502 Rename to ...
4503 (tui_refresh_frame_and_register_information): ... this. Bail
4504 out if there is no stack. Don't update register information
4505 unless registers_too_p is true.
4506 (tui_print_frame_info_listing_hook): Rename to ...
4507 (tui_dummy_print_frame_info_listing_hook): ... this.
4508 (tui_before_prompt): New function.
4509 (tui_normal_stop): New function.
4510 (tui_before_prompt_observer): New observer.
4511 (tui_normal_stop_observer): New observer.
4512 (tui_install_hooks): Set
4513 deprecated_print_frame_info_listing_hook to
4514 tui_dummy_print_frame_info_listing_hook. Register
4515 tui_before_prompt_observer to call tui_before_prompt and
4516 tui_normal_stop_observer to call tui_normal_stop. Remove
4517 reference to deprecated_selected_frame_level_changed_hook.
4518 (tui_remove_hooks): Detach and unset tui_before_prompt_observer
4519 and tui_normal_stop_observer. Remove reference to
4520 deprecated_selected_frame_level_changed_hook.
4521
b5fca6d7
PP
45222015-06-30 Patrick Palka <patrick@parcs.ath.cx>
4523
4524 PR tui/13378
4525 * tui/tui-stack.c (tui_set_locator_info): Change prototype to
4526 return an int instead of void. Return whether the locator
4527 window has changed.
4528 (tui_show_frame_info): If the locator info has not changed, then
4529 bail out early to avoid refreshing the windows.
4530
c45613e3
PP
45312015-06-30 Patrick Palka <patrick@parcs.ath.cx>
4532
4533 * tui/tui-stack.c (tui_set_locator_info): Explicitly pass
4534 LOCATOR_WIN to tui_alloc_content.
4535
7b9be803
YQ
45362015-06-30 Yao Qi <yao.qi@linaro.org>
4537
4538 PR tdep/18605
4539 * arm-tdep.c (arm_get_next_pc_raw): Break for media
4540 instructions.
4541
fd6e021d
KB
45422015-06-29 Kevin Buettner <kevinb@redhat.com>
4543
78ab7e9d
KB
4544 * rx-tdep.c (RX_PSW_REGNUM): New enum constant.
4545 (rx_dwarf_reg_to_regnum): New function.
4546 (rx_gdbarch_init): Register rx_dwarf_reg_to_regnum. Use dwarf2
4547 unwinding.
fd6e021d 4548
28bf096c
PA
45492015-06-29 Pedro Alves <palves@redhat.com>
4550
4551 PR threads/18127
4552 * infcall.c (run_inferior_call): On infcall success, if the thread
4553 was marked stopped before, reset it back to stopped.
4554 * infrun.c (resume): Don't suppress the set_running calls when
4555 doing an infcall.
4556 (normal_stop): Only discard the finish_thread_state cleanup if the
4557 infcall succeeded.
4558
2880b51c 45592015-06-29 Pierre Langlois <pierre.langlois@arm.com>
1451ea7d
PL
4560
4561 * MAINTAINERS (Write After Approval): Update my email address.
4562
ee93cd5e
KS
45632015-06-26 Keith Seitz <keiths@redhat.com>
4564 Doug Evans <dje@google.com>
4565
4566 PR 16253
4567 * block.c (block_lookup_symbol): For non-function blocks,
4568 continue to search for a symbol with an exact domain match
4569 Otherwise, return any previously found "best domain" symbol.
4570 (block_lookup_symbol_primary): Likewise.
4571
fc637f04
PP
45722015-06-26 Patrick Palka <patrick@parcs.ath.cx>
4573
4574 * NEWS: Mention the new option "history remove-duplicates".
4575 * top.c (history_remove_duplicates): New static variable.
4576 (show_history_remove_duplicates): New static function.
4577 (gdb_add_history): Conditionally remove duplicate history
4578 entries.
4579 (init_main): Add "history remove-duplicates" option.
4580
2e52ae68
PP
45812015-06-26 Patrick Palka <patrick@parcs.ath.cx>
4582
4583 * tui/tui-win.c (focus_completer): New static function.
4584 (_initialize_tui_win): Set the completion function of the
4585 "focus" command to focus_completer.
4586
6e22494e
JK
45872015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
4588
4589 * linespec.c (minsym_found): Reset sal.PC for COMPUNIT_LOCATIONS_VALID
4590 and language_asm..
4591 * symtab.c (find_function_start_sal): Likewise.
4592
f8773be1
GB
45932015-06-25 Gary Benson <gbenson@redhat.com>
4594
4595 * solib.c (solib_find_1): Set local variable sysroot to NULL if
4596 it is the empty string after trailing slashes have been stripped.
4597
a3be80c3
GB
45982015-06-25 Gary Benson <gbenson@redhat.com>
4599
4600 * exec.c (exec_file_locate_attach): Remove gdb_sysroot NULL check.
4601 * infrun.c (follow_exec): Likewise.
4602 * remote.c (remote_filesystem_is_local): Likewise.
4603 * solib.c (solib_find_1): Likewise.
4604
32fad71f
KS
46052015-06-24 Keith Seitz <keiths@redhat.com>
4606
4607 * build-id.c (build_id_to_debug_bfd): Add cleanup to free
4608 return value from lrealpath.
4609
87d1b309
MF
46102015-06-24 Mike Frysinger <vapier@gentoo.org>
4611
4612 * remote-sim.c (gdbsim_open): Move sysroot update to the top.
4613
23bf70af
MF
46142015-06-24 Mike Frysinger <vapier@gentoo.org>
4615
4616 * remote-sim.c: Include gdb_bfd.h.
4617 (gdbsim_open): Declare new local sysroot pointing to gdb_sysroot.
4618 Skip TARGET_SYSROOT_PREFIX in gdb_sysroot when it is active.
4619
5cd867b4
YQ
46202015-06-24 Yao Qi <yao.qi@linaro.org>
4621
4622 * aarch64-linux-tdep.c (aarch64_linux_init_abi): Don't call
4623 set_gdbarch_get_siginfo_type.
4624 * amd64-linux-tdep.c (amd64_linux_init_abi_common): Likewise.
4625 * arm-linux-tdep.c (arm_linux_init_abi): Likewise.
4626 * i386-linux-tdep.c (i386_linux_init_abi): Likewise.
4627 * m68klinux-tdep.c (m68k_linux_init_abi): Likewise.
4628 * ppc-linux-tdep.c (ppc_linux_init_abi): Likewise.
4629 * s390-linux-tdep.c (s390_gdbarch_init): Likewise.
4630 * tilegx-linux-tdep.c (tilegx_linux_init_abi): Likewise.
4631 * linux-tdep.c (linux_get_siginfo_type): Change it to static.
4632 (linux_init_abi): Call set_gdbarch_get_siginfo_type.
4633 * linux-tdep.h (linux_get_siginfo_type): Remove the declaration.
4634
dc06243f
GB
46352015-06-24 Gary Benson <gbenson@redhat.com>
4636
4637 * common/buffer.c (stdint.h): Do not include.
4638 * common/print-utils.c (stdint.h): Likewise.
4639 * compile/compile-c-symbols.c (gdb_assert.h): Likewise.
4640 * compile/compile-c-types.c (gdb_assert.h): Likewise.
4641 * ft32-tdep.c (gdb_assert.h): Likewise.
4642 * guile/scm-utils.c (stdint.h): Likewise.
4643 * i386-linux-tdep.c (stdint.h): Likewise.
4644 * i386-tdep.c (stdint.h): Likewise.
4645 * nat/linux-btrace.c (stdint.h): Likewise.
4646 * nat/linux-btrace.h (stdint.h): Likewise.
4647 * nat/linux-ptrace.c (stdint.h): Likewise.
4648 * nat/mips-linux-watch.h (stdint.h): Likewise.
4649 * ppc-linux-nat.c (stdint.h): Likewise.
4650 * python/python-internal.h (stdint.h): Likewise.
4651 * stub-termcap.c (stdlib.h): Likewise.
4652 * target/target.h (stdint.h): Likewise.
4653 * xtensa-linux-nat.c (stdint.h): Likewise.
4654
0fc26caf
PP
46552015-06-23 Patrick Palka <patrick@parcs.ath.cx>
4656
4657 * top.c (init_history): Look at errno after calling strtol to
4658 properly map large GDBHISTSIZE values to infinity.
4659
a38fe4fe
DE
46602015-06-23 Doug Evans <dje@google.com>
4661
4662 * inferior.h (struct inferior_suspend_state): Delete, unused.
4663 All references deleted.
4664
7564fe45
MF
46652015-06-23 Mike Frysinger <vapier@gentoo.org>
4666
4667 * microblaze-tdep.c (microblaze_push_dummy_code): Delete.
4668 (microblaze_push_dummy_call): Likewise.
4669 (microblaze_gdbarch_init): Delete calls to set_gdbarch_push_dummy_code
4670 and set_gdbarch_push_dummy_call.
4671
0bdb2f78
YQ
46722015-06-23 Yao Qi <yao.qi@linaro.org>
4673
4674 * amd64-linux-nat.c (amd64_linux_fetch_inferior_registers):
4675 Check whether have_ptrace_getregset is TRIBOOL_TRUE explicitly.
4676 (amd64_linux_store_inferior_registers): Likewise.
4677 * arm-linux-nat.c (fetch_fpregister): Likewise.
4678 (fetch_fpregs, store_fpregister): Likewise.
4679 (store_fpregister, store_fpregs): Likewise.
4680 (fetch_register, fetch_regs): Likewise.
4681 (store_register, store_regs): Likewise.
4682 (fetch_vfp_regs, store_vfp_regs): Likewise.
4683 (arm_linux_read_description): Check have_ptrace_getregset is
4684 TRIBOOL_UNKNOWN. Set have_ptrace_getregset to TRIBOOL_TRUE
4685 or TRIBOOL_FALSE.
4686 * i386-linux-nat.c (fetch_xstateregs): Check
4687 have_ptrace_getregset is not TRIBOOL_TRUE.
4688 (store_xstateregs): Likewise.
4689 * linux-nat.c (have_ptrace_getregset): Change its type to
4690 enum tribool.
4691 * linux-nat.h (tribool): New enum.
4692 * x86-linux-nat.c (x86_linux_read_description): Use enum tribool.
4693 Check whether have_ptrace_getregset is TRIBOOL_TRUE.
4694
18a94d75
DE
46952015-06-19 Doug Evans <dje@google.com>
4696
4697 * NEWS: Mention Sun's version of stabs is no longer supported.
4698 * elfread.c (free_elfinfo): Delete. All uses updated.
4699 (elfstab_offset_sections): Delete. All uses updated.
4700 * gdb-stabs.h (stab_section_info): Delete. All uses updated.
4701 * psympriv.h (partial_symtab) <section_offsets>: Delete.
4702 All uses updated.
4703 * psymtab.c (start_psymtab_common): Delete arg section_offsets.
4704 All callers updated.
4705
124e13d9
SM
47062015-06-18 Simon Marchi <simon.marchi@ericsson.com>
4707
4708 * common/rsp-low.c (needs_escaping): New.
4709 (remote_escape_output): Add unit_size parameter. Refactor to
4710 support multi-byte addressable units. Rename parameters.
4711 * common/rsp-low.h (remote_escape_output): Add unit_size
4712 parameter and rename others. Update doc.
4713 * remote.c (align_for_efficient_write): New.
4714 (remote_write_bytes_aux): Add unit_size parameter and use it.
4715 Rename some variables. Update doc.
4716 (remote_xfer_partial): Get unit size and use it.
4717 (remote_read_bytes_1): Add unit_size parameter and use it.
4718 Rename some variables. Update doc.
4719 (remote_write_bytes): Same.
4720 (remote_xfer_live_readonly_partial): Same.
4721 (remote_read_bytes): Same.
4722 (remote_flash_write): Update call to remote_write_bytes_aux.
4723 (remote_write_qxfer): Update call to remote_escape_output.
4724 (remote_search_memory): Same.
4725 (remote_hostio_pwrite): Same.
4726
6ae88661
LM
47272015-06-17 Luis Machado <lgustavo@codesourcery.com>
4728
4729 * breakpoint.c (add_location_to_breakpoint): Don't mark permanent
4730 locations as inserted.
4731 Update and expand comment about permanent locations.
4732 (bp_loc_is_permanent): Don't return 0 for bp_call_dummy.
4733 Move comment to add_location_to_breakpoint.
4734 (update_global_location_list): Don't error out if a permanent
4735 breakpoint is not marked inserted.
4736 Don't error out if a non-permanent breakpoint location is inserted on
4737 top of a permanent breakpoint.
4738
da4616f6
LM
47392015-06-17 Luis Machado <lgustavo@codesourcery.com>
4740
4741 * breakpoint.c (make_breakpoint_permanent): Remove unused
4742 function.
4743 * breakpoint.h (make_breakpoint_permanent): Remove declaration.
4744
bc460514
PP
47452015-06-17 Patrick Palka <patrick@parcs.ath.cx>
4746
4747 PR gdb/16999
4748 * NEWS: Mention new GDBHISTSIZE behavior.
4749 * top.c (init_history): For null or out-of-range GDBHISTSIZE,
4750 set history size to unlimited. Ignore non-numeric GDBHISTSIZE.
4751
b58c513b
PP
47522015-06-17 Patrick Palka <patrick@parcs.ath.cx>
4753
4754 * NEWS: Mention that GDBHISTSIZE is read instead of HISTSIZE.
4755 * top.c (init_history): Read from GDBHISTSIZE instead of
4756 HISTSIZE.
4757 (init_main): Refer to GDBHISTSIZE instead of HISTSIZE.
4758
2093d2d3
PP
47592015-06-17 Patrick Palka <patrick@parcs.ath.cx>
4760
4761 * top.c (gdb_safe_append_history): Do not call
4762 history_truncate_file if the history is not stifled.
4763
fc248485
AA
47642015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
4765
4766 * syscalls/s390-linux.xml: Add syscalls 344 through 354.
4767 * syscalls/s390x-linux.xml: Likewise.
4768
4da680ad
ME
47692015-06-16 Michael Eager <eager@eagercon.com>
4770
4771 * nat/linux-namespaces.c (MSG_CMSG_CLOEXEC): Define if not defined.
4772
0a75489f
PP
47732015-06-16 Patrick Palka <patrick@parcs.ath.cx>
4774
4775 * tui/tui-hooks.c (tui_selected_frame_level_changed_hook): Call
4776 target_terminal_ours_for_output() before calling
4777 tui_show_frame_info(), and restore the original terminal
4778 settings afterwards.
4779
95855ca8
MS
47802015-06-16 Martin Simmons <martin@lispworks.com> (tiny patch)
4781
4782 * arm-linux-nat.c: Include nat/linux-ptrace.h.
4783
cfc32360
SM
47842015-06-15 Simon Marchi <simon.marchi@ericsson.com>
4785
4786 * mi/mi-main.c (mi_cmd_data_read_memory_bytes): Consider addressable
4787 memory unit size.
4788 (mi_cmd_data_write_memory_bytes): Same.
4789
cb6f16cf
SM
47902015-06-15 Simon Marchi <simon.marchi@ericsson.com>
4791
4792 * corefile.c (write_memory): Update doc.
4793 * gdbcore.h (write_memory): Same.
4794
31b7833d
JK
47952015-06-15 Jan Kratochvil <jan.kratochvil@redhat.com>
4796
4797 * linux-tdep.c (enum filterflags): Make it from anonymous enum.
4798 (dump_mapping_p): Use it for parameter filterflags.
4799 (linux_find_memory_regions_full): Use it for variable filterflags.
4800
909c2cda
JK
48012015-06-15 Aleksandar Ristovski <aristovski@qnx.com
4802 Jan Kratochvil <jan.kratochvil@redhat.com>
4803
4804 Merge multiple hex conversions.
4805 * monitor.c: Include rsp-low.h.
4806 (fromhex): Remove definition.
4807
03aef70f
JK
48082015-06-15 Aleksandar Ristovski <aristovski@qnx.com
4809 Jan Kratochvil <jan.kratochvil@redhat.com>
4810
4811 Move utility functions to common/.
4812 * cli/cli-utils.c (skip_spaces, skip_spaces_const, skip_to_space_const):
4813 Move defs to common/common-utils.c.
4814 * cli/cli-utils.h (skip_spaces, skip_spaces_const, skip_to_space)
4815 (skip_to_space_const): Move decls to common/common-utils.h.
4816 * common/common-defs.h: Move include of common-types.h before
4817 common-utils.h.
4818 * common/common-utils.c: Include host-defs.h and ctype.h.
4819 (HIGH_BYTE_POSN, is_digit_in_base, digit_to_int, strtoulst): Move
4820 from utils.c.
4821 (skip_spaces, skip_spaces_const, skip_to_space_const): Move from
4822 cli/cli-utils.c.
4823 * common/common-utils.h (strtoulst): Move decl from utils.h.
4824 (skip_spaces, skip_spaces_const, skip_to_space, skip_to_space_const):
4825 Move from cli/cli-utils.h.
4826 * common/host-defs.h: Include limits.h.
4827 (TARGET_CHAR_BIT, HOST_CHAR_BIT): Moved from defs.h.
4828 (skip_spaces, skip_spaces_const): Move decls from cli/cli-utils.h.
4829 * defs.h (TARGET_CHAR_BIT, HOST_CHAR_BIT): Move to
4830 common/common-utils.h.
4831 * utils.c (HIGH_BYTE_POSN, is_digit_in_base, digit_to_int)
4832 (strtoulst): Move to common/common-utils.c.
4833 * utils.h (strtoulst): Moved decl to common/common-utils.h.
4834
d1168cc1
YQ
48352015-06-15 Yao Qi <yao.qi@linaro.org>
4836
4837 * data-directory/Makefile.in (SYSCALLS_FILES): Add aarch64-linux.xml.
4838
c74f7d1c
JT
48392015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
4840
4841 * build-id.c: Don't include elf-bfd.h.
4842 (build_id_bfd_get): Use bfd_build_id.
4843 (build_id_verify): Ditto.
4844 * build-id.h: Ditto.
4845 (find_separate_debug_file_by_buildid): Ditto.
4846 * python/py-objfile.c: Don't include elf-bfd.h.
4847 (objfpy_get_build_id) Use bfd_build_id.
4848 (objfpy_build_id_matches, objfpy_lookup_objfile_by_build_id): Ditto.
4849 * coffread.c: Include build-id.h.
4850 (coff_symfile_read): Try find_separate_debug_file_by_buildid.
4851
f20c58f5
JT
48522015-06-03 Jon Turney <jon.turney@dronecode.org.uk>
4853
4854 * windows-nat.c (do_windows_fetch_inferior_registers)
4855 (handle_output_debug_string): Replace __COPY_CONTEXT_SIZE
4856 conditional with __CYGWIN__.
4857
51f0e40d
AB
48582015-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
4859
4860 * completer.c: Add arch-utils.h include.
4861 (enum reg_completer_targets): New enum.
4862 (reg_or_group_completer_1): New function containing old
4863 reg_or_group_completer, add and use new parameter to control what
4864 is completed on. Use get_current_arch rather than architecture of
4865 currently selected frame.
4866 (reg_or_group_completer): Call new reg_or_group_completer_1.
4867 (reggroup_completer): Call new reg_or_group_completer_1.
4868 * completer.h (reggroup_completer): Add declaration.
4869 * tui/tui-regs.c: Add 'completer.h' include.
4870 (tui_reg_next_command): Renamed to...
4871 (tui_reg_next): ...this. Adjust parameters and return rather than
4872 display new group.
4873 (tui_reg_prev_command): Renamed to...
4874 (tui_reg_prev): ...this. Adjust parameters and return rather than
4875 display new group.
4876 (tui_reg_float_command): Delete.
4877 (tui_reg_general_command): Delete.
4878 (tui_reg_system_command): Delete.
4879 (tui_reg_command): Rewrite to perform switching of register group.
4880 Add header comment.
4881 (tuireglist): Remove.
4882 (tui_reggroup_completer): New function.
4883 (_initialize_tui_regs): Remove 'tui reg' sub-commands, update
4884 creation of 'tui reg' command.
4885 * NEWS: Add comment about 'tui reg' changes.
4886
d309493c
SM
48872015-06-12 Simon Marchi <simon.marchi@ericsson.com>
4888
4889 * target.c (target_read): Consider addressable unit size when
4890 reading from a memory object.
4891 (read_memory_robust): Same.
4892 (read_whatever_is_readable): Same.
4893 (target_write_with_progress): Consider addressable unit size
4894 when writing to a memory object.
4895 * target.h (target_read): Update documentation.
4896 (target_write): Add documentation.
4897
3374165f
SM
48982015-06-12 Simon Marchi <simon.marchi@ericsson.com>
4899
4900 * arch-utils.h (default_addressable_memory_unit_size): New.
4901 * arch-utils.c (default_addressable_memory_unit_size): New.
4902 * gdbarch.sh (addressable_memory_unit_size): New.
4903 * gdbarch.h: Re-generate.
4904 * gdbarch.c: Re-generate.
4905
279a6fed
SM
49062015-06-12 Simon Marchi <simon.marchi@ericsson.com>
4907
4908 * target.c (target_read): Rename variables and use
4909 TARGET_XFER_E_IO.
4910 (target_read_with_progress): Same.
4911 (read_memory_robust): Constify parameters and rename
4912 variables.
4913 (read_whatever_is_readable): Constify parameters,
4914 rename variables, adjust formatting.
4915 * target.h (read_memory_robust): Constify parameters.
4916
1e5338b6 49172015-06-12 Ulrich Weigand <uweigand@de.ibm.com>
a1da2672
UW
4918
4919 * ppc-sysv-tdep.c (ppc64_sysv_abi_return_value_base): Handle short
4920 synthetic (non-AltiVec) vector types.
4921 (ppc64_sysv_abi_return_value): Likewise.
4922
98aa42ee
AT
49232015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
4924
4925 PR breakpoints/16465
4926 * breakpoint.c (create_breakpoint): Save extra_string for
4927 pending breakpoints.
4928
966f0aef
WT
49292015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
4930
4931 * i386-tdep.c (i386_mpx_get_bt_entry): Add a cast for mpx_bd_mask
4932 and bt_mask to CORE_ADDR.
4933
6449ed0d
GB
49342015-06-11 Gary Benson <gbenson@redhat.com>
4935
4936 * nat/linux-namespaces.c (mnsh_send_message): Use pulongest.
4937 (mnsh_recv_message): Likewise.
4938
34f8ac9f
WT
49392015-06-11 Walfred Tedeschi <walfred.tedeschi@intel.com>
4940
4941 * i386-tdep.c (i386_mpx_print_bounds): use of LONGEST instead of
4942 long long int and plongest instead of %ll.
4943
198c808c
GB
49442015-06-11 Gary Benson <gbenson@redhat.com>
4945
4946 * nat/linux-namespaces.c (gdb_wait.h): New include.
4947 (sys/wait.h): Do not include.
4948
e815d2d2
SM
49492015-06-10 Simon Marchi <simon.marchi@ericsson.com>
4950
4951 * dwarf2read.c (dwarf_record_line): Call dwarf_record_line if
4952 end_sequence is true.
4953
8847cac2
JK
49542015-06-10 Jan Kratochvil <jan.kratochvil@redhat.com>
4955
4956 Code cleanup.
4957 * solib-target.c (library_list_start_list): Use explicit NULL
4958 comparison.
4959
24c05f46
JK
49602015-06-10 Jan Kratochvil <jan.kratochvil@redhat.com>
4961
4962 * solib-target.c (library_list_start_list): Do not dereference
4963 variable version in its initialization. Make the VERSION check handle
4964 NULL.
4965 (library_list_attributes): Make "version" GDB_XML_AF_OPTIONAL.
4966
51aad7cc
GB
49672015-06-10 Gary Benson <gbenson@redhat.com>
4968
4969 * NEWS: Announce support for direct access of executable and
4970 shared library files when attaching to inferiors in containers
4971 on GNU/Linux systems.
4972
15a201c8
GB
49732015-06-10 Gary Benson <gbenson@redhat.com>
4974
4975 * remote.c (struct remote_state) <fs_pid>: New field.
4976 (new_remote_state): Initialize the above.
4977 (PACKET_vFile_setfs): New enum value.
4978 (remote_hostio_set_filesystem): New function.
4979 (remote_hostio_open): Call the above.
4980 (remote_hostio_unlink): Likewise.
4981 (remote_hostio_readlink): Likewise.
4982 (_initialize_remote): Register new "set/show remote
4983 hostio-setfs-packet" command.
4984 * NEWS: Announce new vFile:setfs packet.
4985
7a6a1731
GB
49862015-06-10 Gary Benson <gbenson@redhat.com>
4987
4988 * linux-nat.c (nat/linux-namespaces.h): New include.
4989 (fileio.h): Likewise.
4990 (linux_nat_filesystem_is_local): New function.
4991 (linux_nat_fileio_pid_of): Likewise.
4992 (linux_nat_fileio_open): Likewise.
4993 (linux_nat_fileio_readlink): Likewise.
4994 (linux_nat_fileio_unlink): Likewise.
4995 (linux_nat_add_target): Initialize to_filesystem_is_local,
4996 to_fileio_open, to_fileio_readlink and to_fileio_unlink.
4997 (_initialize_linux_nat): New "set/show debug linux-namespaces"
4998 commands.
4999 * NEWS: Mention new "set/show debug linux-namespaces" commands.
5000
07c138c8
GB
50012015-06-10 Gary Benson <gbenson@redhat.com>
5002
5003 * target.h (struct inferior): New forward declaration.
5004 (struct target_ops) <to_filesystem_is_local>: Update comment.
5005 (struct target_ops) <to_fileio_open>: New argument inf.
5006 Update comment. All implementations updated.
5007 (struct target_ops) <to_fileio_unlink>: Likewise.
5008 (struct target_ops) <to_fileio_readlink>: Likewise.
5009 (target_filesystem_is_local): Update comment.
5010 (target_fileio_open): New argument inf. Update comment.
5011 (target_fileio_unlink): Likewise.
5012 (target_fileio_readlink): Likewise.
5013 (target_fileio_read_alloc): Likewise.
5014 (target_fileio_read_stralloc): Likewise.
5015 * target.c (target_fileio_open): New argument inf.
5016 Pass inf to implementation. Update debug printing.
5017 (target_fileio_unlink): Likewise.
5018 (target_fileio_readlink): Likewise.
5019 (target_fileio_read_alloc_1): New argument inf. Pass inf
5020 to target_fileio_open.
5021 (target_fileio_read_alloc): New argument inf. Pass inf to
5022 target_fileio_read_alloc_1.
5023 (target_fileio_read_stralloc): Likewise.
5024 * gdb_bfd.c (inferior.h): New include.
5025 (gdb_bfd_iovec_fileio_open): Replace unused "open_closure"
5026 argument with new argument "inferior". Pass inferior to
5027 target_fileio_open.
5028 (gdb_bfd_open): Supply inferior argument to
5029 gdb_bfd_iovec_fileio_open.
5030 * linux-tdep.c (linux_info_proc): Supply inf argument to
5031 relevant target_fileio calls.
5032 (linux_find_memory_regions_full): Likewise.
5033 (linux_fill_prpsinfo): Likewise.
5034 * remote.c (remote_filesystem_is_local): Supply inf
5035 argument to remote_hostio_open.
5036 (remote_file_put): Likewise.
5037 (remote_file_get): Likewise.
5038 (remote_file_delete): Supply inf argument to
5039 remote_hostio_unlink.
5040
12e2a5fd
GB
50412015-06-10 Gary Benson <gbenson@redhat.com>
5042
5043 * inf-child.c (inf_child_fileio_open): Replace comment.
5044 (inf_child_fileio_pwrite): Likewise.
5045 (inf_child_fileio_pread): Likewise.
5046 (inf_child_fileio_fstat): Insert blank line before comment.
5047 (inf_child_fileio_close): Replace comment.
5048 (inf_child_fileio_unlink): Likewise.
5049 (inf_child_fileio_readlink): Likewise.
5050 * remote.c (remote_hostio_open): Likewise.
5051 (remote_hostio_pread): Likewise.
5052 (remote_hostio_pwrite): Likewise.
5053 (remote_hostio_close): Likewise.
5054 (remote_hostio_unlink): Likewise.
5055 (remote_hostio_readlink): Likewise.
5056 (remote_hostio_fstat): Likewise.
5057 (remote_filesystem_is_local): Likewise.
5058 * target.c (target_fileio_open): Likewise.
5059 (target_fileio_pwrite): Likewise.
5060 (target_fileio_pread): Likewise.
5061 (target_fileio_fstat): Insert blank line before comment.
5062 (target_fileio_close): Replace comment.
5063 (target_fileio_unlink): Likewise.
5064 (target_fileio_readlink): Likewise.
5065 (target_fileio_read_alloc): Likewise.
5066 (target_fileio_read_stralloc): Likewise.
5067
9bc3a976
GB
50682015-06-10 Gary Benson <gbenson@redhat.com>
5069
5070 * linux-thread-db.c (nat/linux-namespaces.h): New include.
5071 (check_pid_namespace_match): Use linux_ns_same rather than
5072 linux_proc_pid_get_ns to spot PID namespace mismatches.
5073 * nat/linux-procfs.h (linux_proc_pid_get_ns): Remove.
5074 * nat/linux-procfs.c (linux_proc_pid_get_ns): Likewise.
5075
4b8b5e72
GB
50762015-06-10 Gary Benson <gbenson@redhat.com>
5077
5078 * configure.ac (AC_CHECK_FUNCS): Add setns.
5079 * config.in: Regenerate.
5080 * configure: Likewise.
5081 * nat/linux-namespaces.h: New file.
5082 * nat/linux-namespaces.c: Likewise.
5083 * Makefile.in (HFILES_NO_SRCDIR): Add nat/linux-namespaces.h.
5084 (linux-namespaces.o): New rule.
5085 * config/aarch64/linux.mh (NATDEPFILES): Add linux-namespaces.o.
5086 * config/alpha/alpha-linux.mh (NATDEPFILES): Likewise.
5087 * config/arm/linux.mh (NATDEPFILES): Likewise.
5088 * config/i386/linux.mh (NATDEPFILES): Likewise.
5089 * config/i386/linux64.mh (NATDEPFILES): Likewise.
5090 * config/ia64/linux.mh (NATDEPFILES): Likewise.
5091 * config/m32r/linux.mh (NATDEPFILES): Likewise.
5092 * config/m68k/linux.mh (NATDEPFILES): Likewise.
5093 * config/mips/linux.mh (NATDEPFILES): Likewise.
5094 * config/pa/linux.mh (NATDEPFILES): Likewise.
5095 * config/powerpc/linux.mh (NATDEPFILES): Likewise.
5096 * config/powerpc/ppc64-linux.mh (NATDEPFILES): Likewise.
5097 * config/powerpc/spu-linux.mh (NATDEPFILES): Likewise.
5098 * config/s390/linux.mh (NATDEPFILES): Likewise.
5099 * config/sparc/linux.mh (NATDEPFILES): Likewise.
5100 * config/sparc/linux64.mh (NATDEPFILES): Likewise.
5101 * config/tilegx/linux.mh (NATDEPFILES): Likewise.
5102 * config/xtensa/linux.mh (NATDEPFILES): Likewise.
5103
ca095836
GB
51042015-06-10 Gary Benson <gbenson@redhat.com>
5105
5106 * utils.h (make_cleanup_close): Moved to common/filestuff.h.
5107 * utils.c (do_close_cleanup): Moved to common/filestuff.c.
5108 (make_cleanup_close): Likewise.
5109 * common/filestuff.h (make_cleanup_close): Moved from utils.h.
5110 * common/filestuff.c (do_close_cleanup): Moved from utils.c.
5111 (make_cleanup_close): Likewise.
5112
5d9c55d3
JT
51132015-06-03 Jon Turney <jon.turney@dronecode.org.uk>
5114
5115 * windows-nat.c (thread_rec): Also ignore ERROR_INVALID_HANDLE
5116 from SuspendThread().
5117
040ea00b
JT
51182015-06-03 Jon Turney <jon.turney@dronecode.org.uk>
5119
5120 * windows-nat.c (handle_output_debug_string): Trim trailing '\n'
5121 from OutputDebugString.
5122
7d73c23c
WT
51232015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
5124 Mircea Gherzan <mircea.gherzan@intel.com>
5125
5126 * i386-tdep.c (MPX_BASE_MASK, MPX_BD_MASK, MPX_BT_MASK, MPX_BD_MASK_32,
5127 MPX_BT_MASK_32): New macros.
5128 (i386_mpx_set_bounds): New function that implements
5129 the command "set-mpx-bound".
5130 (i386_mpx_enabled): Helper function to test MPX availability.
5131 (i386_mpx_bd_base): Helper function to calculate the base directory
5132 address.
5133 (i386_mpx_get_bt_entry): Helper function to access a bound
5134 table entry.
5135 (i386_mpx_print_bounds): Effectively display bound information.
5136 (_initialize_i386_tdep): Add new commands to commands "set mpx" and
5137 "show mpx".
5138 (_initialize_i386_tdep):
5139 Add "bound" to the commands "show mpx" and "set mpx" commands.
5140 (mpx_set_cmdlist and mpx_show_cmdlist): List for the new prefixed "set mpx"
5141 and "show mpx" commands.
5142 * NEWS: List new commands for MPX support.
5143
3ac2e371
GB
51442015-06-09 Gary Benson <gbenson@redhat.com>
5145
5146 * common/fileio.h (fileio_to_host_mode): New declaration.
5147 * common/fileio.c (fileio_to_host_mode): New Function.
5148 * inf-child.c (inf_child_fileio_open): Process mode argument
5149 with fileio_to_host_mode.
5150
ecef18c5
GB
51512015-06-09 Gary Benson <gbenson@redhat.com>
5152
5153 * common/fileio.c (fileio_mode_pack): Fix preprocessor
5154 conditional.
5155
e3dd7556
GB
51562015-06-05 Gary Benson <gbenson@redhat.com>
5157
5158 * gdb_bfd.c (gdb_bfd_open): Move vgdb special case to...
5159 * remote.c (remote_filesystem_is_local): ...here.
5160
5b74bf7d
YQ
51612015-06-04 Yao Qi <yao.qi@linaro.org>
5162
5163 * gdbarch.c: Regenerate it.
5164
7f361056
JK
51652015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
5166
5167 * arch-utils.c (default_infcall_munmap): New.
5168 * arch-utils.h (default_infcall_munmap): New declaration.
5169 * compile/compile-object-load.c (struct munmap_list, munmap_list_add)
5170 (munmap_list_free, munmap_listp_free_cleanup): New.
5171 (struct setup_sections_data): Add field munmap_list_headp.
5172 (setup_sections): Call munmap_list_add.
5173 (compile_object_load): New variable munmap_list_head, initialize
5174 setup_sections_data.munmap_list_headp, return munmap_list_head.
5175 * compile/compile-object-load.h (struct munmap_list): New declaration.
5176 (struct compile_module): Add field munmap_list_head.
5177 (munmap_list_free): New declaration.
5178 * compile/compile-object-run.c (struct do_module_cleanup): Add field
5179 munmap_list_head.
5180 (do_module_cleanup): Call munmap_list_free.
5181 (compile_object_run): Pass munmap_list_head to do_module_cleanup.
5182 * gdbarch.c: Regenerate.
5183 * gdbarch.h: Regenerate.
5184 * gdbarch.sh (infcall_munmap): New.
5185 * linux-tdep.c (linux_infcall_munmap): New.
5186 (linux_init_abi): Install it.
5187
3b462ec2
SM
51882015-06-02 Simon Marchi <simon.marchi@ericsson.com>
5189
5190 PR gdb/15564
5191 * inferior.c (detach_inferior): Call exit_inferior_1 with silent = 0.
5192
8d683210
YQ
51932015-06-02 Yao Qi <yao.qi@linaro.org>
5194
5195 * i386-linux-nat.c: Include linux-nat.h.
5196
e0619de6
JK
51972015-06-01 Andreas Schwab <schwab@linux-m68k.org>
5198 Jan Kratochvil <jan.kratochvil@redhat.com>
5199
5200 PR symtab/18392
5201 * dwarf2-frame-tailcall.c (pretended_chain_levels): Correct
5202 assertion.
5203 * dwarf2loc.c (chain_candidate): Likewise.
5204
bd16da51
YQ
52052015-06-01 Yao Qi <yao.qi@linaro.org>
5206
5207 * arm-linux-nat.c (fetch_vfp_regs): Use PTRACE_GETREGSET.
5208 (store_vfp_regs): Use PTRACE_SETREGSET.
5209
df9d7ec9
YQ
52102015-06-01 Yao Qi <yao.qi@linaro.org>
5211
5212 * arm-linux-nat.c (fetch_fpregister): Use PTRACE_GETREGSET.
5213 (fetch_fpregs): Likewise.
5214 * arm-linux-nat.c (store_fpregister): Use PTRACE_SETREGSET.
5215 (store_fpregs): Likewise.
5216
10766686
YQ
52172015-06-01 Yao Qi <yao.qi@linaro.org>
5218
5219 * arm-linux-nat.c (fetch_register): Use PTRACE_GETREGSET.
5220 (fetch_regs): Likewise.
5221 (store_regs): Use PTRACE_SETREGSET.
5222 (store_register): Likewise.
5223
7efe48d1
YQ
52242015-06-01 Yao Qi <yao.qi@linaro.org>
5225
5226 * arm-linux-nat.c (arm_linux_read_description): Check whether
5227 kernel supports PTRACE_GETREGSET.
5228
433bbbf8
YQ
52292015-06-01 Yao Qi <yao.qi@linaro.org>
5230
5231 * x86-linux-nat.c (have_ptrace_getregset): Move it to ...
5232 * linux-nat.c: ... here.
5233 * x86-linux-nat.h (have_ptrace_getregset): Move the declaration
5234 to ...
5235 * linux-nat.h: ... here.
5236
ca9b78ce
YQ
52372015-06-01 Yao Qi <yao.qi@linaro.org>
5238
5239 * amd64-linux-nat.c: Include "nat/linux-ptrace.h".
5240 * i386-linux-nat.c: Likewise.
5241 * nat/linux-ptrace.h (PTRACE_GETREGSET, PTRACE_SETREGSET): Define.
5242 * s390-linux-nat.c: Include "nat/linux-ptrace.h".
5243 (PTRACE_GETREGSET, PTRACE_SETREGSET): Remove.
5244 * x86-linux-nat.c: Include "nat/linux-ptrace.h".
5245 * x86-linux-nat.h (PTRACE_GETREGSET, PTRACE_SETREGSET): Remove.
5246
99cee7b7
EZ
52472015-05-30 Eli Zaretskii <eliz@gnu.org>
5248
5249 * go32-nat.c (go32_xfer_memory): Fix the return value to be
5250 compatible to what read_child and write_child return. This
5251 unbreaks that DJGPP build of GDB which was broken since v7.7.
5252
2147f5bd
MG
52532015-05-29 Martin Galvan <martin.galvan@tallertechnologies.com>
5254
5255 * MAINTAINERS (Write After Approval): Add Martin Galvan.
5256
c8f6c93c
RM
52572015-05-29 Roland McGrath <mcgrathr@google.com>
5258
5259 PR gdb/18464
5260 * osabi.c (generic_elf_osabi_sniff_abi_tag_sections): Use warning
5261 rather than internal_error for an unrecognized value.
5262
8c6a948d
MF
52632015-05-29 Max Filippov <jcmvbkbc@gmail.com>
5264
5265 * xtensa-tdep.c (xtensa_pseudo_register_read)
5266 (xtensa_pseudo_register_write): Don't alias last pseudo register
5267 to a1.
5268
8dd06f7a
DB
52692015-05-28 Don Breazeal <donb@codesourcery.com>
5270
5271 * infrun.c (follow_fork_inferior): Ensure the use of
5272 process-style ptids (pid,0,0) in verbose/debug "Detaching"
5273 messages.
5274
a051152b
DE
52752015-05-28 Doug Evans <dje@google.com>
5276
5277 * dwarf2read.c (record_line_ftype): Remove, duplicate.
5278
a56cc1ce
YQ
52792015-05-28 Yao Qi <yao.qi@linaro.org>
5280
5281 * arm-linux-nat.c (arm_linux_has_wmmx_registers): Remove.
5282 (arm_linux_fetch_inferior_registers): Use
5283 tdep->have_wmmx_registers instead of arm_linux_has_wmmx_registers.
5284 (arm_linux_store_inferior_registers): Likewise.
5285 (arm_linux_read_description): Don't set
5286 arm_linux_has_wmmx_registers.
5287 * arm-tdep.c (arm_gdbarch_init): Set
5288 tdep->have_wmmx_registers according target descriptions.
5289 * arm-tdep.h (struct gdbarch_tdep) <have_wmmx_registers>: New
5290 field.
5291
330c6ca9
YQ
52922015-05-28 Yao Qi <yao.qi@linaro.org>
5293
5294 * arm-linux-nat.c (arm_linux_vfp_register_count): Remove.
5295 (fetch_vfp_regs): Use vfp_register_count from gdbarch_tdep
5296 instead of arm_linux_vfp_register_count.
5297 (store_vfp_regs): Likewise.
5298 (arm_linux_fetch_inferior_registers): Likewise.
5299 (arm_linux_store_inferior_registers): Likewise.
5300 (arm_linux_read_description): Don't set
5301 arm_linux_vfp_register_count.
5302 * arm-linux-tdep.c (arm_linux_iterate_over_regset_sections):
5303 Adjust.
5304 * arm-tdep.c (arm_gdbarch_init): Add assert on
5305 vfp_register_count.
5306 * arm-tdep.h (struct gdbarch_tdep) <have_vfp_registers>: Rename
5307 field to vfp_register_count. All users updated.
5308
d403db27
KH
53092015-05-28 Kyle Huey <me@kylehuey.com> (tiny patch)
5310
5311 * gdb/arm-tdep.c (arm_gdbarch_init): Perform arm_abi detection on
5312 ELFOSABI_GNU binaries.
5313
d9b3de22
DE
53142015-05-27 Doug Evans <dje@google.com>
5315
5316 * dwarf2read.c (lnp_state_machine): New typedef.
5317 (lnp_reader_state): New typedef.
5318 (dwarf_record_line_1): Renamed from dwarf_record_line.
5319 All callers updated.
5320 (dwarf_record_line): New function.
5321 (init_lnp_state_machine): New function.
5322 (check_line_address): Replace p_record_line parameter with state.
5323 All callers updated.
5324 (dwarf_decode_lines_1): Call dwarf_record_line, init_lnp_state_machine.
5325 Update to record state in lnp_state_machine.
5326
924c2928
DE
53272015-05-27 Doug Evans <dje@google.com>
5328
5329 * dwarf2read.c (record_line_ftype): New typedef.
5330 (check_line_address): New function.
5331 (dwarf_decode_lines_1): Call it.
5332
27e0867f
DE
53332015-05-27 Doug Evans <dje@google.com>
5334
5335 * NEWS: Mention "set debug dwarf-line".
5336 * dwarf2read.c (dwarf_line_debug): New static global.
5337 (add_include_dir): Add debug dwarf-line support.
5338 (add_file_name, dwarf_record_line, dwarf_finish_line): Ditto.
5339 (_initialize_dwarf2_read): New parameter "debug dwarf-line".
5340
4dcabcc2
DE
53412015-05-27 Doug Evans <dje@google.com>
5342
5343 * cp-namespace.c (cp_lookup_nested_symbol): New arg "domain".
5344 All callers updated.
5345 (cp_lookup_nested_symbol_1, find_symbol_in_baseclass): Ditto.
5346 * cp-support.h (cp_lookup_nested_symbol): Update.
5347
b2e2f908
DE
53482015-05-27 Doug Evans <dje@google.com>
5349
5350 PR symtab/18258
5351 * block.c (block_find_symbol): New function.
5352 (block_find_non_opaque_type): Ditto.
5353 (block_find_non_opaque_type_preferred): Ditto.
5354 * block.h (block_symbol_matcher_ftype): New typedef.
5355 (block_find_symbol): Declare.
5356 (block_find_non_opaque_type): Ditto.
5357 (block_find_non_opaque_type_preferred): Ditto.
5358 * dwarf2read.c (dw2_lookup_symbol): Call block_find_symbol.
5359 * psymtab.c (psym_lookup_symbol): Ditto.
5360 * symtab.c (basic_lookup_transparent_type_1): New function.
5361 (basic_lookup_transparent_type): Call it.
5362
f62fce35
YQ
53632015-05-27 Yao Qi <yao.qi@linaro.org>
5364
5365 * aarch64-tdep.c (aarch64_record_data_proc_simd_fp): Return
5366 AARCH64_RECORD_UNKNOWN for unknown instruction encoding.
5367
5d98d3cd
YQ
53682015-05-27 Yao Qi <yao.qi@linaro.org>
5369
5370 * aarch64-tdep.c (aarch64_record_branch_except_sys): Split lines
5371 before operator &&.
5372 (aarch64_record_load_store): Likewise.
5373
82c7be31
DE
53742015-05-26 Doug Evans <dje@google.com>
5375
5376 PR c++/18141, c++/18417.
5377 * cp-support.c (cp_lookup_rtti_type): Handle the case of NAME being
5378 a typedef.
5379
b4f54984
DE
53802015-05-26 Doug Evans <dje@google.com>
5381
5382 * NEWS: Add entries for command renamings.
5383 * dwarf2read.c (dwarf_read_debug): Renamed from dwarf2_read_debug.
5384 All uses updated.
5385 (dwarf_die_debug): Renamed from dwarf2_die_debug. All uses updated.
5386 (dwarf_max_cache_age): Renamed from dwarf2_max_cache_age.
5387 All uses updated.
5388 (show_dwarf_max_cache_age): Renamed from show_dwarf2_max_cache_age.
5389 All callers updated. Fix spelling of DWARF in help text.
5390 (set_dwarf_cmdlist): Renamed from set_dwarf2_cmdlist.
5391 All uses updated.
5392 (show_dwarf_cmdlist): Renamed from show_dwarf2_cmdlist.
5393 All uses updated.
5394 (set_dwarf_cmd): Renamed from set_dwarf2_cmd. All callers updated.
5395 (show_dwarf_cmd): Renamed from show_dwarf2_cmd. All callers updated.
5396 (dwarf_always_disassemble): Renamed from dwarf_always_disassemble.
5397 All uses updated.
5398 (show_dwarf_always_disassemble): Renamed from
5399 show_dwarf2_always_disassemble. All callers updated.
5400 (_initialize_dwarf2_read): Rename "set/show dwarf2" prefix to
5401 "set/show dwarf". Rename "set/show dwarf2 max-cache-age" to
5402 "set/show dwarf max-cache-age". Rename
5403 "set/show dwarf2 always-disassemble" to
5404 "set/show dwarf always-disassemble". Rename
5405 "set/show debug dwarf2-read" to "set/show debug dwarf-read". Rename
5406 "set/show debug dwarf2-die" to "set/show debug dwarf-die".
5407
4ea6efe9
DE
54082015-05-26 Doug Evans <dje@google.com>
5409
5410 PR python/18438
5411 * python/py-lazy-string.c (stpy_convert_to_value): Use
5412 gdbpy_gdb_memory_error not PyExc_MemoryError.
5413 (gdbpy_create_lazy_string_object): Ditto.
5414
b93fd21d
AB
54152015-05-26 Andrew Burgess <andrew.burgess@embecosm.com>
5416
5417 * tui/tui-regs.c (tui_reg_next_command): Compare against NULL.
5418
55b40027
AB
54192015-05-26 Andrew Burgess <andrew.burgess@embecosm.com>
5420
5421 * tui/tui-regs.c (tui_reg_prev_command): New function.
5422 (_initialize_tui_regs): Add 'prev' command for 'tui reg'.
5423 * reggroups.c (reggroup_prev): New function.
5424 * reggroups.h (reggroup_prev): Add declaration. Update comment.
5425
99afc88b
OJ
54262015-05-26 Omair Javaid <omair.javaid@linaro.org>
5427 Yao Qi <yao.qi@linaro.org>
5428
5429 * aarch64-linux-tdep.c: Include linux-record.h and
5430 record-full.h.
5431 (struct linux_record_tdep aarch64_linux_record_tdep): Declare.
5432 (aarch64_syscall): New enum.
5433 (aarch64_canonicalize_syscall): New function.
5434 (aarch64_all_but_pc_registers_record): New function.
5435 (aarch64_linux_syscall_record): New function.
5436 (aarch64_linux_init_abi): Install AArch64 process record
5437 handler. Update to handle syscall recording.
5438 * aarch64-tdep.c: Include record.h and record-full.h.
5439 (submask, bit, bits, REG_ALLOC, MEM_ALLOC): New macros.
5440 (struct aarch64_mem_r): Define.
5441 (aarch64_record_result): New enum.
5442 (struct insn_decode_record): Define.
5443 (insn_decode_record): New typedef.
5444 (aarch64_record_data_proc_reg): New function.
5445 (aarch64_record_data_proc_imm): New function.
5446 (aarch64_record_branch_except_sys): New function.
5447 (aarch64_record_load_store): New function.
5448 (aarch64_record_data_proc_simd_fp): New function.
5449 (aarch64_record_asimd_load_store): New function.
5450 (aarch64_record_decode_insn_handler): New function.
5451 (deallocate_reg_mem): New function.
5452 (aarch64_process_record): New function.
5453 * aarch64-tdep.h (struct gdbarch_tdep) <aarch64_syscall_record>:
5454 New field.
5455 (aarch64_process_record): New extern declaration.
5456 * configure.tgt: Add linux-record.o to gdb_target_obs.
5457 * linux-record.h (struct linux_record_tdep) <arg7>: New field.
5458
c16a3f52
OJ
54592015-05-26 Omair Javaid <omair.javaid@linaro.org>
5460
5461 * NEWS: Add a note on process record-replay support on aarch64*-linux*
5462 targets.
5463
c9cf6e20
MG
54642015-05-26 Martin Galvan <martin.galvan@tallertechnologies.com>
5465
5466 * amd64-tdep.c: Replace in_function_epilogue_p with
5467 stack_frame_destroyed_p throughout.
5468 * arch-utils.c: Ditto.
5469 * arch-utils.h: Ditto.
5470 * arm-tdep.c: Ditto.
5471 * breakpoint.c: Ditto.
5472 * gdbarch.sh: Ditto.
5473 * hppa-tdep.c: Ditto.
5474 * i386-tdep.c: Ditto.
5475 * mips-tdep.c: Ditto.
5476 * nios2-tdep.c: Ditto.
5477 * rs6000-tdep.c: Ditto.
5478 * s390-linux-tdep.c: Ditto.
5479 * score-tdep.c: Ditto.
5480 * sh-tdep.c: Ditto.
5481 * sparc-tdep.c: Ditto.
5482 * sparc-tdep.h: Ditto.
5483 * sparc64-tdep.c: Ditto.
5484 * spu-tdep.c: Ditto.
5485 * tic6x-tdep.c: Ditto.
5486 * tilegx-tdep.c: Ditto.
5487 * xstormy16-tdep.c: Ditto.
5488 * gdbarch.c, gdbarch.h: Re-generated.
5489
a4ea0946
AB
54902015-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
5491
5492 * NEWS: Mention 'tui enable' and 'tui disable'.
5493 * tui/tui.c (tui_enable_command): New function.
5494 (tui_disable_command): New function.
5495 (_initialize_tui): New function.
5496
b75c69bb
AB
54972015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
5498
5499 * tui/tui-regs.c (tui_reg_next_command): Use NULL not 0.
5500
c1b009ee
AB
55012015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
5502
5503 * tui/tui-layout.c (tui_set_layout_for_display_command): Ensure
5504 buf_ptr is freed.
5505
880d1e40
AB
55062015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
5507
5508 * tui/tui-layout.c (tui_layout_command): Move call to tui_enable
5509 into ...
5510 (tui_set_layout_for_display_command): ...here, before calling
5511 tui_set_layout. Only set the layout if gdb has not already
5512 entered the TUI_FAILURE state.
5513
a0145030
AB
55142015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
5515
5516 * tui/tui-layout.c (layout_completer): New function.
5517 (_initialize_tui_layout): Set completer on layout command.
5518
7bd0be3a
AB
55192015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
5520
5521 * tui/tui-layout.c (tui_set_layout): Remove
5522 tui_register_display_type parameter. Remove all checking of this
5523 parameter, and reindent function. Update header comment.
5524 (tui_set_layout_for_display_command): Rename to...
5525 (tui_set_layout_by_name): ...this, and don't check for different
5526 register class types, don't pass a tui_register_display_type to
5527 tui_set_layout. Update header comment.
5528 (layout_names): Remove register set specific names.
5529 * tui/tui-layout.h (tui_set_layout): Remove
5530 tui_register_display_type parameter.
5531 * tui/tui.c (tui_rl_change_windows): Don't pass a
5532 tui_register_display_type to tui_set_layout.
5533 (tui_rl_delete_other_windows): Likewise.
5534 (tui_enable): Likewise.
5535 * tui/tui-data.h (TUI_FLOAT_REGS_NAME): Remove.
5536 (TUI_FLOAT_REGS_NAME_LOWER): Remove.
5537 (TUI_GENERAL_REGS_NAME): Remove.
5538 (TUI_GENERAL_REGS_NAME_LOWER): Remove.
5539 (TUI_SPECIAL_REGS_NAME): Remove.
5540 (TUI_SPECIAL_REGS_NAME_LOWER): Remove.
5541 (TUI_GENERAL_SPECIAL_REGS_NAME): Remove.
5542 (TUI_GENERAL_SPECIAL_REGS_NAME_LOWER): Remove.
5543 (enum tui_register_display_type): Remove.
5544 (struct tui_layout_def): Remove regs_display_type and
5545 float_regs_display_type fields.
5546 (struct tui_data_info): Remove regs_display_type field.
5547 (tui_layout_command): Use new name for
5548 tui_set_layout_for_display_command.
5549 * tui/tui-data.c (layout_def): Don't initialise removed fields.
5550 (tui_clear_win_detail): Don't initialise removed fields of
5551 win_info.
5552 * tui/tui-regs.c (tui_show_registers): Use new name for
5553 tui_set_layout_for_display_command.
5554 * tui/tui.h (tui_set_layout_for_display_command): Rename
5555 declaration to...
5556 (tui_set_layout_by_name): ...this.
5557 * printcmd.c (display_command): Remove tui related layout call,
5558 and reindent.
5559
0b6e5e10
JB
55602015-05-20 Joel Brobecker <brobecker@adacore.com>
5561
5562 * infrun.c (handle_inferior_event_1): Renames handle_inferior_event.
5563 (handle_inferior_event): New function.
5564
1da0522e
JB
55652015-05-20 Joel Brobecker <brobecker@adacore.com>
5566
5567 * ada-lang.c (to_fixed_array_type): Rename local variable
5568 typename into type_name.
5569
5fe75eec
JK
55702015-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
5571
5572 Fix ASAN crash for gdb.compile/compile.exp.
5573 * infcall.c (call_function_by_hand_dummy): Use xstrdup for NAME.
5574
a4063588
JK
55752015-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
5576
5577 * compile/compile-c-symbols.c (convert_symbol_sym, gcc_convert_symbol)
5578 (gcc_symbol_address): Change gdb_stdout to gdb_stdlog.
5579 * compile/compile-object-load.c (setup_sections, compile_object_load):
5580 Likewise.
5581 * compile/compile.c (compile_to_object): Likewise.
5582
37442ce1
DE
55832015-05-16 Doug Evans <xdje42@gmail.com>
5584
5585 * NEWS: Mention support for unbuffered Guile memory ports.
5586 * scm-ports.c (ioscm_memory_port): Update comments on end, size.
5587 (ioscm_lseek_address): Improve overflow calculation.
5588 (gdbscm_memory_port_fill_input): Add assert.
5589 (gdbscm_memory_port_write): Handle unbuffered ports.
5590 Handle large writes identical to Guile's fport_write.
5591 (gdbscm_memory_port_seek): Fix seeking past end check.
5592 (gdbscm_memory_port_close): Handle closing unbuffered port.
5593 (ioscm_parse_mode_bits): Recognize "0" for unbuffered ports.
5594 (ioscm_init_memory_port): Handle unbuffered ports.
5595 (ioscm_reinit_memory_port): Ditto.
5596 (ioscm_init_memory_port): Update size calculation.
5597 (gdbscm_open_memory): Support zero sized ports.
5598
d976bace
JK
55992015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
5600
5601 * compile/compile-object-load.c (get_out_value_type): Fix uninitialized
5602 variable compiler warnings.
5603
4d18dfad
JK
56042015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
5605
5606 * compile/compile-object-load.c (get_out_value_type): Fix returned type.
5607
36de76f9
JK
56082015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
5609 Phil Muldoon <pmuldoon@redhat.com>
5610
5611 * NEWS (Changes since GDB 7.9): Add compile print.
5612 * compile/compile-c-support.c (add_code_header, add_code_footer)
5613 (c_compute_program): Add COMPILE_I_PRINT_ADDRESS_SCOPE and
5614 COMPILE_I_PRINT_VALUE_SCOPE.
5615 * compile/compile-internal.h (COMPILE_I_PRINT_OUT_ARG_TYPE)
5616 (COMPILE_I_PRINT_OUT_ARG, COMPILE_I_EXPR_VAL, COMPILE_I_EXPR_PTR_TYPE):
5617 New.
5618 * compile/compile-object-load.c: Include block.h.
5619 (get_out_value_type): New function.
5620 (compile_object_load): Handle COMPILE_I_PRINT_ADDRESS_SCOPE and
5621 COMPILE_I_PRINT_VALUE_SCOPE. Set compile_module's OUT_VALUE_ADDR and
5622 OUT_VALUE_TYPE.
5623 * compile/compile-object-load.h (struct compile_module): Add fields
5624 out_value_addr and out_value_type.
5625 * compile/compile-object-run.c: Include valprint.h and compile.h.
5626 (struct do_module_cleanup): Add fields out_value_addr and
5627 out_value_type.
5628 (do_module_cleanup): Handle COMPILE_I_PRINT_ADDRESS_SCOPE and
5629 COMPILE_I_PRINT_VALUE_SCOPE.
5630 (compile_object_run): Propagate out_value_addr and out_value_type.
5631 Pass OUT_VALUE_ADDR.
5632 * compile/compile.c: Include valprint.h.
5633 (compile_print_value, compile_print_command): New functions.
5634 (eval_compile_command): Handle failed COMPILE_I_PRINT_ADDRESS_SCOPE.
5635 (_initialize_compile): Update compile code help text. Install
5636 compile_print_command.
5637 * compile/compile.h (compile_print_value): New prototype.
5638 * defs.h (enum compile_i_scope_types): Add
5639 COMPILE_I_PRINT_ADDRESS_SCOPE and COMPILE_I_PRINT_VALUE_SCOPE.
5640
83d3415e
JK
56412015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
5642
5643 * compile/compile-object-load.c (get_regs_type): Add parameter func_sym.
5644 Rely on its parameter count.
5645 (compile_object_load): Replace lookup_minimal_symbol_text by
5646 lookup_global_symbol_from_objfile. Verify FUNC_SYM. Set it in the
5647 return value.
5648 * compile/compile-object-load.h (struct compile_module): Replace
5649 func_addr by func_sym.
5650 * compile/compile-object-run.c: Include block.h.
5651 (compile_object_run): Reset module variable after it is freed. Use
5652 FUNC_SYM instead of FUNC_ADDR. Rely on it.
5653
3a9558c4
JK
56542015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
5655
5656 * compile/compile-c-support.c (print_one_macro): Use #ifndef.
5657 (generate_register_struct): Use __gdb_uintptr for TYPE_CODE_PTR.
5658 (c_compute_program): Call generate_register_struct after typedefs.
5659 * compile/compile-loc2c.c (push, pushf_register_address)
5660 (pushf_register): Cast to GCC_UINTPTR.
5661 (do_compile_dwarf_expr_to_c): Use unused attribute. Add space after
5662 type. Use GCC_UINTPTR instead of void *. Remove excessive cast.
5663 (compile_dwarf_expr_to_c): Use GCC_UINTPTR instead of void *.
5664 * compile/compile.c (_initialize_compile): Enable warnings for
5665 COMPILE_ARGS.
5666
5c65b58a
JK
56672015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
5668
5669 * cli/cli-script.c (execute_control_command): Update
5670 eval_compile_command caller.
5671 * compile/compile-object-load.c (compile_object_load): Add parameters
5672 scope and scope_data. Set them.
5673 * compile/compile-object-load.h (struct compile_module): Add fields
5674 scope and scope_data.
5675 (compile_object_load): Add parameters scope and scope_data.
5676 * compile/compile-object-run.c (struct do_module_cleanup): Add fields
5677 scope and scope_data.
5678 (compile_object_run): Propagate the fields scope and scope_data.
5679 * compile/compile.c (compile_file_command, compile_code_command):
5680 Update eval_compile_command callers.
5681 (eval_compile_command): Add parameter scope_data. Pass it plus scope.
5682 * compile/compile.h (eval_compile_command): Add parameter scope_data.
5683 * defs.h (struct command_line): Add field scope_data.
5684
1c88ceb1
JK
56852015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
5686
5687 * printcmd.c (struct format_data): Move it to valprint.h.
5688 (print_command_parse_format, print_value): New functions from ...
5689 (print_command_1): ... here. Call them.
5690 * valprint.h (struct format_data): Move it here from printcmd.c.
5691 (print_command_parse_format, print_value): New declarations.
5692
0b738f27
JK
56932015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
5694
5695 * compile/compile-object-load.c (compile_object_load): Add
5696 COMPILE_DEBUG message.
5697
aa715135
JG
56982015-05-15 Jerome Guitton <guitton@adacore.com>
5699
5700 * ada-lang.c (ada_value_ptr_subscript): Use enum position of
5701 index to get element instead of enum value.
5702 (ada_value_slice_from_ptr, ada_value_slice): Use enum position
5703 of index to compute length, but enum values to compute bounds.
5704 (ada_array_length): Use enum position of index instead of enum value.
5705 (pos_atr): Move position computation to...
5706 (ada_evaluate_subexp): Use enum values to compute bounds.
5707 * gdbtypes.c (discrete_position): ...this new function.
5708 * gdbtypes.h (discrete_position): New function declaration.
5709 * valprint.c (val_print_array_elements): Call discrete_position
5710 to handle array indexed by non-contiguous enumeration types.
5711
931e5bc3
JG
57122015-05-15 Jerome Guitton <guitton@adacore.com>
5713
5714 * ada-lang.c (find_parallel_type_by_descriptive_type):
5715 Go through typedefs during lookup.
5716 (to_fixed_array_type): Add support for non-bit packed arrays
5717 as variable-length fields.
5718
4e63d0ac
PA
57192015-05-15 Pedro Alves <palves@redhat.com>
5720 Simon Marchi <simon.marchi@ericsson.com>
5721
5722 * event-loop.c (gdb_notifier) <next_file_handler,
5723 next_poll_fds_index>: New fields.
5724 (get_next_file_handler_to_handle_and_advance): New function.
5725 (delete_file_handler): If deleting the next file handler to
5726 handle, advance to the next file handler.
5727 (gdb_wait_for_event): Bail early if no event fired. Poll file
5728 handlers in round-robin fashion.
5729
52e48b36
PA
57302015-05-15 Pedro Alves <palves@redhat.com>
5731
5732 * linux-tdep.c (linux_find_memory_regions_full): Rename local
5733 'private' to 'priv'.
5734
2465e12e
PA
57352015-05-15 Pedro Alves <palves@redhat.com>
5736
5737 * nat/linux-nat.h: Include "target/waitstatus.h".
5738
13fa0398
YZ
57392015-05-15 Yuanhui Zhang <asmwarrior@gmail.com>
5740
5741 * python/py-unwind.c (struct reg_info): Move out of ...
5742 (struct cached_frame_info): ... this scope.
5743 (pending_frame_object_type, unwind_info_object_type): Make extern.
5744
9cd4d857
JB
57452015-05-15 Joel Brobecker <brobecker@adacore.com>
5746
5747 * ada-lang.c (ada_value_primitive_packed_val): Make sure
5748 accumSize is never negative.
5749
e3555239
PP
57502015-05-14 Patrick Palka <patrick@parcs.ath.cx>
5751
5752 * tui/tui-command.c: Remove include of <ctype.h>.
5753 (tui_dispatch_ctrl_char): Remove workaround for xterm terminals.
5754
08a76f8a
MG
57552015-05-13 Martin Galvan <martin.galvan@tallertechnologies.com>
5756
5757 * dwarf2read.c (die_needs_namespace): Return 1 for
5758 DW_TAG_inlined_subroutine.
5759
bd49952b
JK
57602015-05-13 Jan Kratochvil <jan.kratochvil@redhat.com>
5761
5762 * regcache.c (regcache_cpy_no_passthrough): New declaration.
5763 (regcache_cpy_no_passthrough): Make it static, add function comment.
5764 * regcache.h (regcache_dup, regcache_cpy): Reduce/update their comment.
5765 (regcache_cpy_no_passthrough): Remove declaration.
5766
46c03469
JK
57672015-05-13 Jan Kratochvil <jan.kratochvil@redhat.com>
5768
5769 * gdbthread.h (struct thread_control_state): Update comment for
5770 proceed_to_finish.
5771 * infcall.c (run_inferior_call): Update comment about
5772 proceed_to_finish.
5773 * infcmd.c (get_return_value): Update comment about stop_registers.
5774 (finish_forward): Update comment about proceed_to_finish.
5775 * infrun.c (stop_registers): Remove.
5776 (clear_proceed_status, normal_stop): Remove stop_registers handling.
5777 * infrun.h (stop_registers): Remove.
5778
8a6c4031
JK
57792015-05-13 Jan Kratochvil <jan.kratochvil@redhat.com>
5780
5781 * infcall.c (struct dummy_frame_context_saver)
5782 (dummy_frame_context_saver_data_free, dummy_frame_context_saver_dtor)
5783 (dummy_frame_context_saver_drop, dummy_frame_context_saver_cleanup)
5784 (dummy_frame_context_saver_get_regs, dummy_frame_context_saver_setup):
5785 New.
5786 (call_function_by_hand_dummy): Move discard_cleanups of
5787 inf_status_cleanup before dummy_frame_push. Call
5788 dummy_frame_context_saver_setup and prepare context_saver_cleanup.
5789 Use dummy_frame_context_saver_get_regs instead of stop_registers.
5790 * infcall.h (struct dummy_frame_context_saver)
5791 (dummy_frame_context_saver_drop, dummy_frame_context_saver_cleanup)
5792 (dummy_frame_context_saver_get_regs, dummy_frame_context_saver_setup):
5793 New declarations.
5794 * infcmd.c: Include infcall.h.
5795 (get_return_value): Add parameter ctx_saver, use it instead of
5796 stop_registers.
5797 (print_return_value): Add parameter ctx_saver, pass it.
5798 (struct finish_command_continuation_args): Add field ctx_saver.
5799 (finish_command_continuation): Update print_return_value caller.
5800 (finish_command_continuation_free_arg): Free also ctx_saver.
5801 (finish_forward): Call dummy_frame_context_saver_setup.
5802 * inferior.h (struct dummy_frame_context_saver): New declaration.
5803 (get_return_value): Add parameter ctx_saver.
5804 * python/py-finishbreakpoint.c (bpfinishpy_pre_stop_hook): Update
5805 get_return_value caller.
5806
10989690
JK
58072015-05-13 Jan Kratochvil <jan.kratochvil@redhat.com>
5808
5809 * dummy-frame.c (struct dummy_frame_dtor_list): New.
5810 (struct dummy_frame): Replace dtor and dtor_data by dtor_list.
5811 (remove_dummy_frame): Process dtor_list.
5812 (pop_dummy_frame): Process dtor_list.
5813 (register_dummy_frame_dtor): Maintain dtor_list.
5814 (find_dummy_frame_dtor): Handle dtor_list.
5815 * dummy-frame.h (register_dummy_frame_dtor, find_dummy_frame_dtor):
5816 Update comments.
5817
5e970501
JK
58182015-05-13 Jan Kratochvil <jan.kratochvil@redhat.com>
5819
5820 * compile/compile-object-run.c (do_module_cleanup): Add parameter
5821 registers_valid.
5822 (compile_object_run): Update do_module_cleanup caller.
5823 * dummy-frame.c: Include infcall.h.
5824 (struct dummy_frame): Update dtor comment.
5825 (remove_dummy_frame): Call dtor.
5826 (pop_dummy_frame): Update dtor caller.
5827 * dummy-frame.h (dummy_frame_dtor_ftype): Add parameter
5828 registers_valid.
5829
1c4eb778
JB
58302015-05-13 Joel Brobecker <brobecker@adacore.com>
5831
5832 GDB 7.9.1 released.
5833
f5f85ab9
JB
58342015-05-13 Joel Brobecker <brobecker@adacore.com>
5835
5836 * NEWS: Create "Changes in GDB 7.9.1" section. Move news about
5837 Xmethods now being able to specify a result type to that new
5838 sectioin.
5839
242cd84c
PP
58402015-05-13 Patrick Palka <patrick@parcs.ath.cx>
5841
5842 * tui/tui-win.c (tui_async_resize_screen): Clear win_resized
5843 first before resizing the window.
e3555239 5844 * tui/tui.c (tui_enable): Likewise.
242cd84c
PP
5845
58462015-05-13 Jan Kratochvil <jan.kratochvil@redhat.com>
558e5469
JK
5847
5848 * dummy-frame.c (struct dummy_frame): Use proper typedef for dtor.
5849 * dummy-frame.h (dummy_frame_dtor_ftype): Add its comment.
5850 * infcall.c (call_function_by_hand_dummy): Use proper typedef for
5851 dummy_dtor parameter.
5852 * infcall.h: Include dummy-frame.h.
5853 (call_function_by_hand_dummy_dtor_ftype): Remove.
5854 (call_function_by_hand_dummy): Use proper typedef for dummy_dtor
5855 parameter.
5856
ebfd00d2
PP
58572015-05-13 Patrick Palka <patrick@parcs.ath.cx>
5858
5859 PR gdb/17820
5860 * top.c (history_size_setshow_var): Change type to signed.
5861 Initialize to -2. Update documentation.
5862 (set_readline_history_size): Define.
5863 (set_history_size_command): Use it. Remove logic for handling
5864 out-of-range sizes.
5865 (init_history): Use set_readline_history_size(). Test for a
5866 value of -2 instead of 0 when determining whether to set a
5867 default history size.
5868 (init_main): Decode the argument of the "size" command as a
5869 zuinteger_unlimited.
5870
83769d0b
DE
58712015-05-12 Doug Evans <dje@google.com>
5872
5873 * dwarf2read.c (struct file_entry): Tweak comments.
5874 (get_debug_line_section): Tweak comments.
5875
0d71eef5
DB
58762015-05-12 Don Breazeal <donb@codesourcery.com>
5877
5878 * NEWS: Announce fork support in the RSP and support
5879 for fork debugging in extended mode.
5880
cbb8991c
DB
58812015-05-12 Don Breazeal <donb@codesourcery.com>
5882
5883 * remote.c (remote_insert_fork_catchpoint): New function.
5884 (remote_remove_fork_catchpoint): New function.
5885 (remote_insert_vfork_catchpoint): New function.
5886 (remote_remove_vfork_catchpoint): New function.
5887 (pending_fork_parent_callback): New function.
5888 (remove_new_fork_child): New function.
5889 (remote_update_thread_list): Call remote_notif_get_pending_events
5890 and remove_new_fork_child.
5891 (extended_remote_kill): Kill fork child when killing the
5892 parent before follow_fork completes.
5893 (init_extended_remote_ops): Initialize target vector with
5894 new fork catchpoint functions.
5895
c269dbdb
DB
58962015-05-12 Don Breazeal <donb@codesourcery.com>
5897
5898 * remote.c (remove_vfork_event_p): New function.
5899 (remote_follow_fork): Add vfork event type to event checking.
5900 (remote_parse_stop_reply): New stop reasons "vfork" and
5901 "vforkdone" for RSP 'T' Stop Reply Packet.
5902
de0d863e
DB
59032015-05-12 Don Breazeal <donb@codesourcery.com>
5904
5905 * linux-nat.c (linux_nat_ptrace_options): New function.
5906 (linux_init_ptrace, wait_lwp, linux_nat_filter_event):
5907 Call linux_nat_ptrace_options and use different argument to
5908 linux_enable_event_reporting.
5909 (_initialize_linux_nat): Delete call to
5910 linux_ptrace_set_additional_flags.
c8f6c93c 5911 * nat/linux-ptrace.c (current_ptrace_options): Rename to
de0d863e
DB
5912 supported_ptrace_options.
5913 (additional_flags): Delete variable.
5914 (linux_check_ptrace_features): Use supported_ptrace_options.
5915 (linux_test_for_tracesysgood, linux_test_for_tracefork):
5916 Likewise, and remove additional_flags check.
5917 (linux_enable_event_reporting): Change 'attached' argument to
5918 'options'. Use supported_ptrace_options.
c8f6c93c 5919 (ptrace_supports_feature): Change comment. Use
de0d863e
DB
5920 supported_ptrace_options.
5921 (linux_ptrace_set_additional_flags): Delete function.
5922 * nat/linux-ptrace.h (linux_ptrace_set_additional_flags):
5923 Delete function prototype.
5924 * remote.c (remote_fork_event_p): New function.
5925 (remote_detach_pid): New function.
5926 (remote_detach_1): Call remote_detach_pid, don't mourn inferior
5927 if doing detach-on-fork.
5928 (remote_follow_fork): New function.
5929 (remote_parse_stop_reply): Handle new "T" stop reason "fork".
5930 (remote_pid_to_str): Print "process" strings for pid/0/0 ptids.
5931 (init_extended_remote_ops): Initialize to_follow_fork.
5932
89245bc0
DB
59332015-05-12 Don Breazeal <donb@codesourcery.com>
5934
5935 * nat/linux-ptrace.c (linux_check_ptrace_features): Change
5936 from static to extern.
5937 * nat/linux-ptrace.h (linux_check_ptrace_features): Declare.
5938 * remote.c (anonymous enum): <PACKET_fork_event_feature,
5939 * PACKET_vfork_event_feature>: New enumeration constants.
5940 (remote_protocol_features): Add table entries for new packets.
5941 (remote_query_supported): Add new feature queries to qSupported
5942 packet.
5943
835205d0
GB
59442015-05-12 Gary Benson <gbenson@redhat.com>
5945
5946 * remote.c (remote_add_inferior): Call exec_file_locate_attach
5947 for fake PIDs as well as real ones.
5948 (remote_pid_to_exec_file): Send empty annex if PID is fake.
5949
4c082a81
SC
59502015-05-09 Siva Chandra Reddy <sivachandra@google.com>
5951
5952 * NEWS (Python Scripting): Mention the new gdb.Value methods.
5953 * python/py-value.c (valpy_reference_value): New function.
5954 (valpy_const_value): Likewise.
5955 (value_object_methods): Add new methods.
5956 * value.c (make_cv_value): New function.
5957 * value.h (make_cv_value): Declare.
5958
afa6c9ab
SL
59592015-05-08 Yao Qi <yao@codesourcery.com>
5960 Sandra Loosemore <sandra@codesourcery.com>
5961
5962 * dwarf2read.c (setup_type_unit_groups): Do NULL pointer check
5963 to 'lh->include_dirs' before accessing to it.
5964 (psymtab_include_file_name): Likewise.
5965 (dwarf_decode_lines_1): Likewise.
5966 (dwarf_decode_lines): Likewise.
5967 (file_file_name): Likewise.
5968
35d54293
SL
59692015-05-08 Sandra Loosemore <sandra@codesourcery.com>
5970
5971 * nios2-linux-tdep.c (NIOS2_SIGRETURN_TRAMP_ADDR): Define.
5972 (NIOS2_SIGRETURN_REGSAVE_OFFSET): Define.
5973 (nios2_linux_rt_sigreturn_init): Adjust base address of
5974 register save area.
5975
b73c49b7
SL
59762015-05-08 Sandra Loosemore <sandra@codesourcery.com>
5977
5978 * nios2-tdep.c (nios2_breakpoint_from_pc): Revert to using
5979 "trap 31" as the breakpoint instruction on all targets.
5980
dd9f02a0
JK
59812015-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
5982
5983 * infcmd.c (print_return_value): Remove unused declaration.
5984
6ad395a7
JB
59852015-05-08 Joel Brobecker <brobecker@adacore.com>
5986
5987 * dwarf2read.c (attr_to_dynamic_prop)
5988 <DW_AT_data_member_location>: Use read_type_die isntead of
5989 get_die_type.
5990
8344af1e
JB
59912015-05-08 Joel Brobecker <brobecker@adacore.com>
5992
5993 * ada-lang.c (ada_convert_actual): Add handling of formals
5994 passed inside an aligner type.
5995
80b0912b
JB
59962015-05-08 Joel Brobecker <brobecker@adacore.com>
5997
5998 * copyright.py (NOT_FSF_LIST): Remove sim/erc32 entries.
5999
df2eb078
SC
60002015-05-08 Siva Chandra Reddy <sivachandra@google.com>
6001
6002 PR python/18291
6003 * python/lib/gdb/command/xmethods.py (print_xm_info): Fix typo.
6004 Print xmethod matcher status.
6005
2492f0d0
AA
60062015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
6007
6008 * s390-linux-nat.c (fill_gregset): Avoid relying on the PSWA
6009 register in the regcache when treating the PSWM register, and vice
6010 versa.
6011
1c56a84d
GB
60122015-05-07 Gary Benson <gbenson@redhat.com>
6013
6014 * linux-thread-db.c (struct thread_db_info)
6015 <td_ta_map_id2thr_p>: Remove field.
6016 (try_thread_db_load_1): Remove initialization for the above.
6017
74850322
GB
60182015-05-07 Gary Benson <gbenson@redhat.com>
6019
6020 * linux-thread-db.c (struct thread_db_info)
6021 <td_thr_validate_p>: Remove field.
6022 (try_thread_db_load_1): Remove initialization for the above.
6023
e26efa40
JK
60242015-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
6025
6026 * compile/compile-object-load.c (compile_object_load): Support
6027 mst_text_gnu_ifunc.
6028
851c9091
JK
60292015-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
6030
6031 * compile/compile.c (compile_to_object): Make the cmd_string parameter
6032 const. Use new variables for the const compatibility.
6033 (eval_compile_command): Make the cmd_string parameter const.
6034 * compile/compile.h (eval_compile_command): Make the cmd_string
6035 parameter const.
6036
f218b647
JB
60372015-05-06 Joel Brobecker <brobecker@adacore.com>
6038
6039 * defs.h (deprecated_init_ui_hook): Delete. Remove associated
6040 comment.
6041 * top.c (deprecated_init_ui_hook): Delete.
6042 (gdb_init): Remove handling of deprecated_init_ui_hook.
6043 * interps.c (clear_interpreter_hooks): Remove handling of
6044 deprecated_init_ui_hook.
6045 * main.c (captured_main): Update comment.
6046
b30a0bc3
JB
60472015-05-06 Joel Brobecker <brobecker@adacore.com>
6048
6049 * solib.c (_initialize_solib): Add "info dll" alias creation.
6050 * windows-nat.c (set_windows_aliases): Delete.
6051 (_initialize_windows_nat): Remove deprecated_init_ui_hook
6052 assignment.
6053 * NEWS: Add news entry about "info dll" now being available
6054 on all platforms.
6055
7c512744
JB
60562015-05-05 Joel Brobecker <brobecker@adacore.com>
6057
6058 * ada-lang.c (value_assign_to_component): Reformat and improve
6059 documentation. Remove all trailing spaces.
6060
0fa7fe50
JB
60612015-05-05 Joel Brobecker <brobecker@adacore.com>
6062
6063 * inline-frame.c (inline_frame_sniffer, skip_inline_frames):
6064 Stop counting inlined frames as soon as an out-of-line function
6065 is found.
6066
3ea89b92
PMR
60672014-05-05 Pierre-Marie de Rodat <derodat@adacore.com>
6068
6069 * dwarf2read.c (inherit_abstract_dies): Skip
6070 DW_TAG_GNU_call_site dies while inheriting children of an
6071 abstract DIE into a scope.
6072 (read_lexical_block_scope): Inherit abstract DIE's for
6073 lexical scopes.
6074
2478d075
JB
60752015-05-05 Joel Brobecker <brobecker@adacore.com>
6076
6077 * ada-valprint.c (val_print_packed_array_elements): Delete
6078 variable "len". Add a type-length check when comparing two
6079 consecutive elements of the array. Use the element's actual
6080 length in call to value_contents_eq.
6081 * ada-lang.c (ada_value_primitive_packed_val): Always return
6082 a value whose type has been resolved.
6083
fc958966
JB
60842015-05-05 Joel Brobecker <brobecker@adacore.com>
6085
6086 * ada-lang.c (ada_value_primitive_packed_val): Recompute
6087 BIT_SIZE and LEN if the size of the resolved type is smaller
6088 than BIT_SIZE * HOST_CHAR_BIT.
6089
ca34b84f
JB
60902015-05-05 Joel Brobecker <brobecker@adacore.com>
6091
6092 * ada-lang.c (ada_value_primitive_packed_val): Use a more
6093 correct address in call to value_at. Adjust call to
6094 value_address accordingly.
6095
62c67f3c
JB
60962015-05-05 Joel Brobecker <brobecker@adacore.com>
6097
6098 * ada-valprint.c (ada_val_print_1): Resolve TYPE before trying
6099 to print it.
6100
c3345124
JB
61012015-05-05 Joel Brobecker <brobecker@adacore.com>
6102
6103 * dwarf2loc.h (struct property_addr_info): Add "valaddr" field.
6104 * dwarf2loc.c (dwarf2_evaluate_property): Add handling of
6105 pinfo->valaddr.
6106 * gdbtypes.h (resolve_dynamic_type): Add "valaddr" parameter.
6107 * gdbtypes.c (resolve_dynamic_struct): Set pinfo.valaddr.
6108 (resolve_dynamic_type_internal): Set pinfo.valaddr.
6109 Add handling of addr_stack->valaddr.
6110 (resolve_dynamic_type): Add "valaddr" parameter.
6111 Set pinfo.valaddr field.
6112 * ada-lang.c (ada_discrete_type_high_bound): Update call to
6113 resolve_dynamic_type.
6114 (ada_discrete_type_low_bound): Likewise.
6115 * findvar.c (default_read_var_value): Likewise.
6116 * value.c (value_from_contents_and_address): Likewise.
6117
75ea5859
JB
61182015-05-05 Joel Brobecker <brobecker@adacore.com>
6119
6120 * gdbtypes.c (resolve_dynamic_array): Use
6121 create_array_type_with_stride instead of create_array_type.
6122
0952813b
DD
61232015-04-30 DJ Delorie <dj@redhat.com>
6124
6125 * rl78-tdep.c (rl78_analyze_prologue): Pass RL78_ISA_DEFAULT to
6126 rl78_decode_opcode
6127
2ce1cdbf
DE
61282015-04-29 Doug Evans <dje@google.com>
6129
6130 PR python/18285
6131 * NEWS: Document new gdb.XMethodWorker.get_result_type method.
6132 * eval.c (evaluate_subexp_standard) <OP_FUNCALL>: Handle
6133 EVAL_AVOID_SIDE_EFFECTS for xmethods.
6134 * extension-priv.h (struct extension_language_ops)
6135 <get_xmethod_result_type>: New member.
6136 * extension.c (get_xmethod_result_type): New function.
6137 * extension.h (get_xmethod_result_type): Declare.
6138 * python/py-xmethods.c (get_result_type_method_name): New static
6139 global.
6140 (py_get_result_type_method_name): Ditto.
6141 (gdbpy_get_xmethod_result_type): New function.
6142 (gdbpy_initialize_xmethods): Initialize py_get_result_type_method_name.
6143 * python/python-internal.h (gdbpy_get_xmethod_result_type): Declare.
6144 * python/python.c (python_extension_ops): Add
6145 gdbpy_get_xmethod_result_type.
6146 * python/lib/gdb/xmethod.py (XMethodWorker): Add get_result_type.
6147 * valarith.c (value_x_binop): Handle EVAL_AVOID_SIDE_EFFECTS for
6148 xmethods.
6149 (value_x_unop): Ditto.
6150 * value.c (result_type_of_xmethod): New function.
6151 * value.h (result_type_of_xmethod): Declare.
6152
998d2a3e
GB
61532015-04-29 Gary Benson <gbenson@redhat.com>
6154
6155 * solib.c (solib_find_1): Allow fd argument to be NULL.
6156 (exec_file_find): Update comment.
6157 (solib_find): Likewise.
6158 * exec.c (exec_file_locate_attach): Use NULL as fd
6159 argument to exec_file_find to avoid having to close
6160 the opened file.
6161 * infrun.c (follow_exec): Likewise.
6162
34f5f757
DE
61632015-04-28 Doug Evans <dje@google.com>
6164
6165 PR python/18299
6166 * python/lib/gdb/printing.py (register_pretty_printer): Handle
6167 name or __name__ attributes. Handle gdb module as first argument.
6168
69b4374a
DE
61692015-04-28 Doug Evans <dje@google.com>
6170
6171 PR python/18089
6172 * python/py-prettyprint.c (print_children): Verify result of children
6173 iterator. Provide better error message.
6174 * python/python-internal..h (gdbpy_print_python_errors_p): Declare.
6175 * python/python.c (gdbpy_print_python_errors_p): New function.
6176
5e7cf078
DE
61772015-04-28 Doug Evans <dje@google.com>
6178
6179 * gdbtypes.h (struct cplus_struct_type) <n_baseclasses>: Fix comment.
6180
59fb7612
SS
61812015-04-28 Sasha Smundak <asmundak@google.com>
6182
6183 * NEWS: Mention gdb.Type.optimized_out method.
6184 * python/py-type.c (typy_optimized_out): New function.
6185
cea6e4f1
JB
61862015-04-28 John Baldwin <jhb@FreeBSD.org>
6187
6188 * fbsd-nat.c: Include "gdb_wait.h" instead of <sys/wait.h>.
6189
24b73f8e
PP
61902015-04-28 Patrick Palka <patrick@parcs.ath.cx>
6191
6192 * utils.c (init_page_info): Set rl_catch_sigwinch to zero.
6193 (initialize_utils): Move call of init_page_info() to ...
6194 * top.c (gdb_init): ... here.
6195
a88d0bb3
PP
61962015-04-28 Patrick Palka <patrick@parcs.ath.cx>
6197
6198 * tui/tui-win.c (tui_sigwinch_handler): Remove now-stale comment.
6199 (tui_sigwinch_handler): Still update our idea of
6200 the terminal's width and height even when TUI is not active.
6201
d6e5e7f7
PP
62022015-04-28 Patrick Palka <patrick@parcs.ath.cx>
6203
6204 * utils.h (set_screen_width_and_height): Declare.
6205 * utils.c (set_screen_width_and_height): Define.
6206 * tui/tui-win.c (tui_update_gdb_sizes): Use it.
6207
ff862be4
GB
62082015-04-28 Gary Benson <gbenson@redhat.com>
6209
6210 * infrun.c (solist.h): New include.
6211 (follow_exec): Use exec_file_find to prefix execd_pathname
6212 with gdb_sysroot.
6213
2eb639cb
PP
62142015-04-28 Patrick Palka <patrick@parcs.ath.cx>
6215
6216 * tui/tui-source.c (tui_set_source_content): Avoid calling
6217 strcpy() when offset is 0.
6218
97206799
PP
62192015-04-28 Patrick Palka <patrick@parcs.ath.cx>
6220
6221 PR gdb/18155
6222 * tui/tui-data.c (tui_free_window): Don't free the locator
6223 window when passed an SRC_WIN or a DISASSEM_WIN.
6224
63ed8182
PP
62252015-04-28 Patrick Palka <patrick@parcs.ath.cx>
6226
6227 * tui/tui-data.h (struct tui_win_element): Forward-declare.
6228 (tui_win_content): Move declaration.
6229 (struct tui_gen_win_info): Give 'content' field the
6230 type tui_win_content.
6231 * tui/tui-data.c (init_content_element): Remove redundant and
6232 erroneous casts.
6233 (tui_add_content_elements): Remove erroneous cast.
6234 * tui/tui-disasm.c (tui_set_disassem_content): Remove redundant
6235 casts.
6236 (tui_get_begin_asm_address): Likewise.
6237 * tui/tui-regs.c (tui_show_registers): Likewise.
6238 (tui_show_register_group): Likewise.
6239 (tui_display_registers_from): Likewise.
6240 (tui_check_register_values): Likewise.
6241 * tui/tui-source.c (tui_set_source_content): Likewise.
6242 (tui_set_source_content_nil): Likewise.
6243 (tui_source_is_displayed): Likewise.
6244 * tui/tui-stack.c (tui_show_locator_content): Likewise.
6245 (tui_set_locator_fullname): Likewise.
6246 (tui_set_locator_info): Likewise.
6247 (tui_show_frame_info): Likewise.
6248 * tui/tui-winsource.c (tui_clear_source_content): Likewise.
6249 (tui_show_source_line): Likewise.
6250 (tui_horizontal_source_scroll): Likewise.
6251 (tui_update_breakpoint_info): Likewise.
6252 (tui_set_exec_info_content): Likewise.
6253 (tui_show_exec_info_content): Likewise.
6254 (tui_alloc_source_buffer): Likewise.
6255 (tui_line_is_displayed): Likewise.
6256 (tui_addr_is_displayed): Likewise.
6257
d2b41ca0
JB
62582015-04-27 John Baldwin <jhb@FreeBSD.org>
6259
6260 * fbsd-nat.c: (fbsd_wait) [PL_FLAG_EXEC]: Report TARGET_WAITKIND_EXECD
6261 event if PL_FLAG_EXEC is set.
6262 [PL_FLAG_EXEC] (fbsd_insert_exec_catchpoint): New function.
6263 [PL_FLAG_EXEC] (fbsd_remove_exec_catchpoint): New function.
6264 (fbsd_nat_add_target) [PL_FLAG_EXEC]: Set
6265 "to_insert_exec_catchpoint" to "fbsd_insert_exec_catchpoint".
6266 Set "to_remove_exec_catchpoint" to "fbsd_remove_exec_catchpoint".
6267
e58e05d6
JB
62682015-04-27 John Baldwin <jhb@FreeBSD.org>
6269
6270 * fbsd-nat.c: [PT_LWPINFO] New variable super_wait.
6271 [TDP_RFPPWAIT] New variable fbsd_pending_children.
6272 [TDP_RFPPWAIT] (fbsd_remember_child): New function.
6273 [TDP_RFPPWAIT] (fbsd_is_child_pending): New function.
6274 [TDP_RFPPWAIT] (fbsd_fetch_kinfo_proc): New function.
6275 [PT_LWPINFO] (fbsd_wait): New function.
6276 [TDP_RFPPWAIT] (fbsd_follow_fork): New function.
6277 [TDP_RFPPWAIT] (fbsd_insert_fork_catchpoint): New function.
6278 [TDP_RFPPWAIT] (fbsd_remove_fork_catchpoint): New function.
6279 [TDP_RFPPWAIT] (fbsd_insert_vfork_catchpoint): New function.
6280 [TDP_RFPPWAIT] (fbsd_remove_vfork_catchpoint): New function.
6281 [TDP_RFPPWAIT] (fbsd_enable_follow_fork): New function.
6282 [TDP_RFPPWAIT] (fbsd_post_startup_inferior): New function.
6283 [TDP_RFPPWAIT] (fbsd_post_attach): New function.
6284 (fbsd_nat_add_target) [PT_LWPINFO] Set "to_wait" to
6285 "fbsd_wait".
6286 [TDP_RFPPWAIT] Set "to_follow_fork" to "fbsd_follow_fork".
6287 Set "to_insert_fork_catchpoint" to "fbsd_insert_fork_catchpoint".
6288 Set "to_remove_fork_catchpoint" to "fbsd_remove_fork_catchpoint".
6289 Set "to_insert_vfork_catchpoint" to "fbsd_insert_vfork_catchpoint".
6290 Set "to_remove_vfork_catchpoint" to "fbsd_remove_vfork_catchpoint".
6291 Set "to_post_startup_inferior" to "fbsd_post_startup_inferior".
6292 Set "to_post_attach" to "fbsd_post_attach".
6293
8f60fe01
JB
62942015-04-27 John Baldwin <jhb@FreeBSD.org>
6295
6296 * fbsd-nat.c (fbsd_pid_to_exec_file): Mark static.
6297 (fbsd_find_memory_regions): Mark static.
6298 (fbsd_nat_add_target): New function.
6299 * fbsd-nat.h: Export fbsd_nat_add_target and remove prototypes for
6300 fbsd_pid_to_exec_file and fbsd_find_memory_regions.
6301 * amd64fbsd-nat.c (_initialize_amd64fbsd_nat): Use fbsd_nat_add_target.
6302 * i386fbsd-nat.c (_initialize_i386fbsd_nat): Likewise.
6303 * ppcfbsd-nat.c (_initialize_ppcfbsd_nat): Likewise.
6304 * sparc64fbsd-nat.c (_initialize_sparc64fbsd_nat): Likewise.
6305
5fbae7d1
GB
63062015-04-27 Gary Benson <gbenson@redhat.com>
6307
6308 * objfiles.c (allocate_objfile): Do not attempt to expand name
6309 if name is a "target:" filename.
6310 * auto-load.c (load_auto_scripts_for_objfile): Do not attempt
6311 to load auto-load scripts for objfiles with "target:" filenames.
6312
417c80f9
AA
63132015-04-27 Andreas Arnez <arnez@linux.vnet.ibm.com>
6314
6315 * s390-linux-tdep.c: Include "elf/s390.h" and "elf-bfd.h".
6316 (enum s390_vector_abi_kind): New enum.
6317 (struct gdbarch_tdep)<vector_abi>: New field.
6318 (s390_effective_inner_type): Add parameter min_size. Stop
6319 unwrapping if the inner type is smaller than min_size.
6320 (s390_function_arg_float): Adjust call to
6321 s390_effective_inner_type.
6322 (s390_function_arg_vector): New function.
6323 (s390_function_arg_integer): Adjust comment.
6324 (struct s390_arg_state)<vr>: New field.
6325 (s390_handle_arg): Add parameter 'is_unnamed'. Pass vector
6326 arguments according to vector ABI when appropriate.
6327 (s390_push_dummy_call): Initialize the argument state's field
6328 'vr'. Adjust calls to s390_handle_arg.
6329 (s390_register_return_value): Handle vector return values.
6330 (s390_return_value): Apply the "register" return value convention
6331 to a vector when appropriate.
6332 (s390_gdbarch_init): Initialize tdep->vector_abi.
6333 * NEWS: Announce S390 vector ABI support.
6334
4e65a17e
AA
63352015-04-27 Andreas Arnez <arnez@linux.vnet.ibm.com>
6336
6337 * s390-linux-tdep.c (s390_return_value_convention): Remove
6338 function. Inline its logic...
6339 (s390_return_value): ...here. Instead, move the handling of the
6340 "register" return value convention...
6341 (s390_register_return_value): ...here. New function.
6342
80f75320
AA
63432015-04-27 Andreas Arnez <arnez@linux.vnet.ibm.com>
6344
6345 * s390-linux-tdep.c
6346 (is_float_singleton): Remove function. Move the "singleton" part
6347 of the logic...
6348 (s390_effective_inner_type): ...here. New function.
6349 (is_float_like): Remove function. Inline its logic...
6350 (s390_function_arg_float): ...here.
6351 (is_pointer_like, is_integer_like, is_struct_like): Remove
6352 functions. Inline their logic...
6353 (s390_function_arg_integer): ...here.
6354 (s390_function_arg_pass_by_reference): Remove function.
6355 (extend_simple_arg): Remove function.
6356 (alignment_of): Remove function.
6357 (struct s390_arg_state): New structure.
6358 (s390_handle_arg): New function.
6359 (s390_push_dummy_call): Move parameter placement logic to the new
6360 function s390_handle_arg. Call it for calculating the stack area
6361 sizes first, and again for actually writing the parameters.
6362
6dbc9c04
AA
63632015-04-27 Andreas Arnez <arnez@linux.vnet.ibm.com>
6364
6365 * s390-linux-tdep.c (is_power_of_two): Add comment. Return
6366 false if the argument is zero.
6367
9e195661
PMR
63682015-04-27 Pierre-Marie de Rodat <derodat@adacore.com>
6369
6370 * ada-lang.c (template_to_static_fixed_type): Return input type
6371 when it is already fixed. Cache the input type itself when not
6372 creating a static fixed copy. Make it explicit that we never
6373 molestate the input type.
6374 * gdbtypes.c (resolve_dynamic_struct): Reset the
6375 TYPE_TARGET_TYPE field for resolved copies.
6376
460efde1
JB
63772015-04-27 Joel Brobecker <brobecker@adacore.com>
6378
6379 * ada-lang.c (ada_is_tagged_type): Add call to ada_check_typedef.
6380 (ada_lookup_struct_elt_type): Remove calls to ada_check_typedef.
6381 (template_to_static_fixed_type): Call ada_check_typedef only
6382 when necessary.
6383
6faec16b
AB
63842015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
6385
6386 * cli/cli-dump.c (srec_dump_command): Add internationalization
6387 mark ups.
6388 (ihex_dump_command): Likewise.
6389 (tekhex_dump_command): Likewise.
6390 (binary_dump_command): Likewise.
6391 (binary_append_command): Likewise.
6392
cf75d6c3
AB
63932015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
6394
6395 * cli/cli-dump.c (verilog_cmdlist): New variable.
6396 (dump_verilog_memory): New function.
6397 (dump_verilog_value): New function.
6398 (verilog_dump_command): New function.
6399 (_initialize_cli_dump): Add new commands to support verilog dump
6400 format.
6401 * NEWS: Add entry for "dump verilog".
6402
8cd00c59
PMR
64032015-04-24 Pierre-Marie de Rodat <derodat@adacore.com>
6404
6405 * gdbtypes.c (print_gnat_stuff): Do not recurse on the
6406 descriptive type when there is none.
6407
8900d71e
PP
64082015-04-23 Patrick Palka <patrick@parcs.ath.cx>
6409
6410 * tui/tui-win.c (tui_async_resize_screen): Call
6411 rl_resize_terminal().
6412
f16eab5f
JT
64132015-04-22 Jon Turney <jon.turney@dronecode.org.uk>
6414
6415 * windows-nat.c (handle_output_debug_string): Don't change
6416 current_event.dwThreadId.
6417 (get_windows_debug_event): Use thread_id, rather than relying on
6418 current_event.dwThreadId being changed.
6419
68ffc902
JT
64202015-04-22 Jon Turney <jon.turney@dronecode.org.uk>
6421
6422 * windows-nat.c (windows_continue): Report an error if
6423 ContinueDebugEvent() fails.
6424
23942819
JT
64252015-04-16 Jon Turney <jon.turney@dronecode.org.uk>
6426
6427 * windows-nat.c (windows_resume): Fix misspelling in debug output.
6428
e6ad66bd
JT
64292015-04-16 Jon Turney <jon.turney@dronecode.org.uk>
6430
6431 * windows-nat.c (get_windows_debug_event): Replace retval with
6432 thread_id throughout. Update stale comment.
6433
776704b9
JT
64342015-04-16 Jon Turney <jon.turney@dronecode.org.uk>
6435
6436 * windows-nat.c (get_windows_debug_event): Don't use ternary
6437 conditional operator.
6438
8aae4344
PM
64392015-04-21 Pierre Muller <muller@sourceware.org>
6440
6441 PR pascal/17815
6442 p-exp.y (yylex): Reorganize code to return the matched pattern
6443 for a field of this.
6444
819843c7
GB
64452015-04-21 Gary Benson <gbenson@redhat.com>
6446
6447 * common/fileio.h (fileio_to_host_openflags): New declaration.
6448 * common/fileio.c (fcntl.h): New include.
6449 (fileio_to_host_openflags): New function, factored out from...
6450 * inf-child.c (inf_child_fileio_open_flags_to_host): ...here.
6451 Single use updated.
6452
0bca7f99
KB
64532015-04-21 Kevin Buettner <kevinb@redhat.com>
6454
6455 * rl78-tdep.c (RL78_SP_ADDR): Define.
6456 (opc_reg_to_gdb_regnum): New static function.
6457 (rl78_analyze_prologue): Recognize instructions forming slightly
6458 more interesting prologues.
6459
e771e4be
PMR
64602015-04-20 Pierre-Marie de Rodat <derodat@adacore.com>
6461
6462 Revert:
6463 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
6464 * gdbtypes.c (is_dynamic_type_internal): Remove special handling of
6465 TYPE_CODE_REF types so that they are not considered as dynamic
6466 depending on the referenced type.
6467 (resolve_dynamic_type_internal): Likewise.
6468
ee715b5a
PMR
64692015-04-20 Pierre-Marie de Rodat <derodat@adacore.com>
6470
6471 Revert:
6472 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
6473 * gdbtypes.c (is_dynamic_type_internal): Remove the unused
6474 "top_level" parameter.
6475 (resolve_dynamic_type_internal): Remove the unused "top_level"
6476 parameter. Update call to is_dynamic_type_internal.
6477 (is_dynamic_type): Update call to is_dynamic_type_internal.
6478 (resolve_dynamic_range): Update call to
6479 resolve_dynamic_type_internal.
6480 (resolve_dynamic_union): Likewise.
6481 (resolve_dynamic_struct): Likewise.
6482 (resolve_dynamic_type): Likewise.
6483
e31d7699
GKB
64842015-04-19 Gabriel Krisman Bertazi <gabriel@krisman.be>
6485
6486 * breakpoint.c (update_dprintf_command_list): Remove duplicated
6487 xmalloc.
6488
d214e5e7
TS
64892015-04-20 Thomas Schwinge <thomas@codesourcery.com>
6490
110f9112
TS
6491 * reply_mig_hack.awk: Robustify parsing.
6492
d214e5e7
TS
6493 * reply_mig_hack.awk: Don't bother to declare an intermediate
6494 function pointer variable.
6495
8f61baf8
DE
64962015-04-17 Doug Evans <dje@google.com>
6497
6498 * solib-svr4.c (svr4_exec_displacement): Rename outer "displacement"
6499 to "exec_displacement" to avoid confusion with inner use of the name.
6500
dbbf180a
YQ
65012015-04-17 Pedro Alves <palves@redhat.com>
6502
6503 * arm-linux-nat.c (arm_linux_can_use_hw_breakpoint): Return zero
6504 if HW point of TYPE isn't supported.
6505
059790a0
YQ
65062015-04-17 Yao Qi <yao.qi@linaro.org>
6507 Pedro Alves <palves@redhat.com>
6508
6509 * target.h (target_can_use_hardware_watchpoint): Update comments.
6510 Remove trailing ";".
6511
1b6e6f5c
GB
65122015-04-17 Gary Benson <gbenson@redhat.com>
6513
6514 * remote.c (remote_add_inferior): New argument try_open_exec.
6515 If nonzero, attempt to open the inferior's executable file as
6516 the main executable if no main executable is open already.
6517 All callers updated.
6518 * NEWS: Mention that GDB now supports automatic location and
6519 retrieval of executable + files from remote targets.
6520
c78fa86a
GB
65212015-04-17 Gary Benson <gbenson@redhat.com>
6522
6523 * target.h (TARGET_OBJECT_EXEC_FILE): New enum value.
6524 * remote.c (PACKET_qXfer_exec_file): Likewise.
6525 (remote_protocol_features): Register the
6526 "qXfer:exec-file:read" feature.
6527 (remote_xfer_partial): Handle TARGET_OBJECT_EXEC_FILE.
6528 (remote_pid_to_exec_file): New function.
6529 (init_remote_ops): Initialize to_pid_to_exec_file.
6530 (_initialize_remote): Register new "set/show remote
6531 pid-to-exec-file-packet" command.
6532 * NEWS: Announce new qXfer:exec-file:read packet.
6533
e0d86d2c
GB
65342015-04-17 Gary Benson <gbenson@redhat.com>
6535
6536 * nat/linux-procfs.h (linux_proc_pid_to_exec_file):
6537 New declaration.
6538 * nat/linux-procfs.c (linux_proc_pid_to_exec_file):
6539 New function, factored out from...
6540 * linux-nat.c (linux_child_pid_to_exec_file): ...here.
6541
a9a5a3d1
GB
65422015-04-17 Gary Benson <gbenson@redhat.com>
6543
6544 * exec.c (solist.h): New include.
6545 (exec_file_locate_attach): Prefix absolute executable
6546 paths with gdb_sysroot if set.
6547 * NEWS: Mention that executable paths may be prepended
6548 with sysroot.
6549
af1900b0
GB
65502015-04-17 Gary Benson <gbenson@redhat.com>
6551
6552 * solist.h (exec_file_find): New declaration.
6553 * solib.c (solib_find_1): New function, factored out from...
6554 (solib_find): ...here.
6555 (exec_file_find): New function.
6556
a10de604
GB
65572015-04-17 Gary Benson <gbenson@redhat.com>
6558
6559 * gdbcore.h (exec_file_locate_attach): New declaration.
6560 * exec.c (exec_file_locate_attach): New function, factored
6561 out from...
6562 * infcmd.c (attach_command_post_wait): ...here.
6563
92209ddf
MF
65642015-04-17 Mike Frysinger <vapier@gentoo.org>
6565
6566 * MAINTAINERS: Add myself for Blackfin/write-after-approval.
6567
8550d3b3
YQ
65682015-04-16 Yao Qi <yao.qi@linaro.org>
6569
6570 * infrun.c (maybe_software_singlestep): Declare.
6571 (displaced_step_fixup): Call maybe_software_singlestep.
6572
30b3dd9d
DE
65732015-04-15 Doug Evans <dje@google.com>
6574
6575 * psymtab.c (psym_expand_symtabs_matching): Add QUIT call.
6576
61d96d7e
DE
65772015-04-15 Doug Evans <dje@google.com>
6578
6579 * dwarf2read.c (dw2_expand_symtabs_matching): Add some QUIT calls.
6580
40d2f8d6
SM
65812015-04-15 Simon Marchi <simon.marchi@ericsson.com>
6582
6583 * python/lib/gdb/command/unwinders.py: Add parentheses.
6584
6bbbba9b
YQ
65852015-04-15 Yao Qi <yao.qi@linaro.org>
6586
6587 * arm-linux-tdep.c (arm_linux_copy_svc): Update debug message.
6588
2bb2dcab
YQ
65892015-04-15 Yao Qi <yao.qi@linaro.org>
6590
6591 * arm-linux-tdep.c (arm_linux_copy_svc): Fix indentation.
6592
41f071ef
YQ
65932015-04-15 Yao Qi <yao.qi@linaro.org>
6594
6595 * arm-linux-tdep.c (arm_linux_cleanup_svc): Use
6596 dsc->insn_size instead of 4.
6597
326a5c7e
GB
65982015-04-14 Gary Benson <gbenson@redhat.com>
6599
6600 * jit.c (mem_bfd_iovec_stat): Zero supplied buffer.
6601 * minidebug.c (lzma_stat): Likewise.
6602 * solib-spu.c (spu_bfd_iovec_stat): Likewise.
6603 * spu-linux-nat.c (spu_bfd_iovec_stat): Likewise.
6604
dd177e81
SS
66052015-04-13 Stan Shebs <stanshebs@google.com>
6606
6607 * MAINTAINERS: Update my email address.
6608
97de3545
JB
66092015-04-13 John Baldwin <jhb@FreeBSD.org>
6610
6611 * amd64-tdep.c (amd64_target_description): New function.
6612 * amd64-tdep.h: Export amd64_target_description and tdesc_amd64.
6613 * amd64bsd-nat.c [PT_GETXSTATE_INFO]: New variable amd64bsd_xsave_len.
6614 (amd64bsd_fetch_inferior_registers) [PT_GETXSTATE_INFO]: Handle
6615 x86 extended save area.
6616 (amd64bsd_store_inferior_registers) [PT_GETXSTATE_INFO]: Likewise.
6617 * amd64bsd-nat.h: Export amd64bsd_xsave_len.
6618 * amd64fbsd-nat.c (amd64fbsd_read_description): New function.
6619 (_initialize_amd64fbsd_nat): Set "to_read_description" to
6620 "amd64fbsd_read_description".
6621 * amd64fbsd-tdep.c (amd64fbsd_core_read_description): New function.
6622 (amd64fbsd_supply_xstateregset): New function.
6623 (amd64fbsd_collect_xstateregset): New function.
6624 Add "amd64fbsd_xstateregset".
6625 (amd64fbsd_iterate_over_regset_sections): New function.
6626 (amd64fbsd_init_abi): Set "xsave_xcr0_offset" to
6627 "I386_FBSD_XSAVE_XCR0_OFFSET".
6628 Add "iterate_over_regset_sections" gdbarch method.
6629 Add "core_read_description" gdbarch method.
6630 * i386-tdep.c (i386_target_description): New function.
6631 * i386-tdep.h: Export i386_target_description and tdesc_i386.
6632 * i386bsd-nat.c [PT_GETXSTATE_INFO]: New variable i386bsd_xsave_len.
6633 (i386bsd_fetch_inferior_registers) [PT_GETXSTATE_INFO]: Handle
6634 x86 extended save area.
6635 (i386bsd_store_inferior_registers) [PT_GETXSTATE_INFO]: Likewise.
6636 * i386bsd-nat.h: Export i386bsd_xsave_len.
6637 * i386fbsd-nat.c (i386fbsd_read_description): New function.
6638 (_initialize_i386fbsd_nat): Set "to_read_description" to
6639 "i386fbsd_read_description".
6640 * i386fbsd-tdep.c (i386fbsd_core_read_xcr0): New function.
6641 (i386fbsd_core_read_description): New function.
6642 (i386fbsd_supply_xstateregset): New function.
6643 (i386fbsd_collect_xstateregset): New function.
6644 Add "i386fbsd_xstateregset".
6645 (i386fbsd_iterate_over_regset_sections): New function.
6646 (i386fbsd4_init_abi): Set "xsave_xcr0_offset" to
6647 "I386_FBSD_XSAVE_XCR0_OFFSET".
6648 Add "iterate_over_regset_sections" gdbarch method.
6649 Add "core_read_description" gdbarch method.
6650 * i386fbsd-tdep.h: New file.
6651
4f45d445
JK
66522015-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6653
6654 * NEWS (Changes since GDB 7.9): Add removed -xdb.
6655 * breakpoint.c (command_line_is_silent): Remove xdb_commands
6656 conditional.
6657 (_initialize_breakpoint): Remove xdb_commands for bc, ab, sb, db, ba
6658 and lb.
6659 * cli/cli-cmds.c (_initialize_cli_cmds): Remove xdb_commands for v and
6660 va.
6661 * cli/cli-decode.c (find_command_name_length): Remove xdb_commands
6662 conditional.
6663 * defs.h (xdb_commands): Remove declaration.
6664 * f-valprint.c (_initialize_f_valprint): Remove xdb_commands for lc.
6665 * guile/scm-cmd.c (command_classes): Remove xdb from comment.
6666 * infcmd.c (run_no_args_command, go_command): Remove.
6667 (_initialize_infcmd): Remove xdb_commands for S, go, g, R and lr.
6668 * infrun.c (xdb_handle_command): Remove.
6669 (_initialize_infrun): Remove xdb_commands for lz and z.
6670 * main.c (xdb_commands): Remove variable.
6671 (captured_main): Remove "xdb" from long_options.
6672 (print_gdb_help): Remove --xdb from help.
6673 * python/py-cmd.c (gdbpy_initialize_commands): Remove xdb from comment.
6674 * source.c (_initialize_source): Remove xdb_commands for D, ld, / and ?.
6675 * stack.c (backtrace_full_command, args_plus_locals_info)
6676 (current_frame_command): Remove.
6677 (_initialize_stack): Remove xdb_commands for t, T and l.
6678 * symtab.c (_initialize_symtab): Remove xdb_commands for lf and lg.
6679 * thread.c (_initialize_thread): Remove xdb_commands condition.
6680 * tui/tui-layout.c (tui_toggle_layout_command)
6681 (tui_toggle_split_layout_command, tui_handle_xdb_layout): Remove.
6682 (_initialize_tui_layout): Remove xdb_commands for td and ts.
6683 * tui/tui-regs.c (tui_scroll_regs_forward_command)
6684 (tui_scroll_regs_backward_command): Remove.
6685 (_initialize_tui_regs): Remove xdb_commands for fr, gr, sr, +r and -r.
6686 * tui/tui-win.c (tui_xdb_set_win_height_command): Remove.
6687 (_initialize_tui_win): Remove xdb_commands for U and w.
6688 * utils.c (pagination_on_command, pagination_off_command): Remove.
6689 (initialize_utils): Remove xdb_commands for am and sm.
6690
cb71640d
PA
66912015-04-10 Pedro Alves <palves@redhat.com>
6692
6693 * infrun.c (displaced_step_fixup): Switch to the event ptid
6694 earlier. If the thread stopped for a watchpoint and the
6695 target/arch has non-continuable watchpoints, cancel the displaced
6696 step.
6697 (resume): Don't start a displaced step if in-line step-over info
6698 is valid.
6699
8f572e5c
PA
67002015-04-10 Pedro Alves <palves@redhat.com>
6701
6702 * infrun.c (displaced_step_in_progress): New function.
6703 (do_target_resume): Advise target to report all signals if
6704 displaced stepping.
6705
8d707a12
PA
67062015-04-10 Pedro Alves <palves@redhat.com>
6707
6708 PR gdb/18216
6709 * infrun.c (process_event_stop_test): Don't assume a step-resume
6710 is set if tp->stepped_breakpoint is true.
6711
ef713951
YQ
67122015-04-10 Yao Qi <yao.qi@linaro.org>
6713
6714 * arm-tdep.c (install_alu_reg): Update comment.
6715 (thumb_copy_alu_reg): Remove local variable rn. Update
6716 debugging message. Use r2 instead of r1 in the modified
6717 instruction.
6718
906d60cf
PA
67192015-04-10 Pedro Alves <palves@redhat.com>
6720
6721 PR gdb/13858
6722 * amd64-linux-tdep.c (amd64_linux_init_abi_common): Install
6723 linux_displaced_step_location as gdbarch_displaced_step_location
6724 hook.
6725 * arm-linux-tdep.c (arm_linux_init_abi): Likewise.
6726 * i386-linux-tdep.c (i386_linux_init_abi): Likewise.
6727 * linux-tdep.c (linux_displaced_step_location): New function,
6728 based on ppc_linux_displaced_step_location.
6729 * linux-tdep.h (linux_displaced_step_location): New declaration.
6730 * ppc-linux-tdep.c (ppc_linux_entry_point_addr): Delete.
6731 (ppc_linux_inferior_created, ppc_linux_displaced_step_location):
6732 Delete.
6733 (ppc_linux_init_abi): Install linux_displaced_step_location as
6734 gdbarch_displaced_step_location hook, even without Cell/B.E..
6735 (_initialize_ppc_linux_tdep): Don't install
6736 ppc_linux_inferior_created as inferior_created observer.
6737 * s390-linux-tdep.c (s390_gdbarch_init): Install
6738 linux_displaced_step_location as gdbarch_displaced_step_location
6739 hook.
6740
7823a941
GB
67412015-04-09 Gary Benson <gbenson@redhat.com>
6742
6743 * common/common-remote-fileio.h: Rename to...
6744 * common/fileio.h: ...this. Update all references.
6745 (remote_fileio_to_fio_error): Rename to...
6746 (host_to_fileio_error): ...this.
6747 (remote_fileio_to_be): Rename to...
6748 (host_to_bigendian): ...this. Update all callers.
6749 (remote_fileio_to_fio_uint): Rename to...
6750 (host_to_fileio_uint): ...this. Update all callers.
6751 (remote_fileio_to_fio_time): Rename to...
6752 (host_to_fileio_time): ...this. Update all callers.
6753 (remote_fileio_to_fio_stat): Rename to...
6754 (host_to_fileio_stat): ...this.
6755 Update all references.
6756 * common/common-remote-fileio.c: Rename to...
6757 * common/fileio.c: ...this. Update all references.
6758 (remote_fileio_to_fio_error): Rename to...
6759 (host_to_fileio_error): ...this. Update all callers.
6760 (remote_fileio_mode_to_target): Rename to...
6761 (fileio_mode_pack): ...this. Update all callers.
6762 (remote_fileio_to_fio_mode): Rename to...
6763 (host_to_fileio_mode): ...this. Update all callers.
6764 (remote_fileio_to_fio_ulong): Rename to...
6765 (host_to_fileio_ulong): ...this. Update all callers.
6766 (remote_fileio_to_fio_stat): Rename to...
6767 (host_to_fileio_stat): ...this. Update all callers.
6768
f2983cc3
AW
67692015-04-09 Andy Wingo <wingo@igalia.com>
6770
6771 * guile/scm-frame.c (gdbscm_frame_read_register): New function.
6772 (frame_functions): Bind gdbscm_frame_read_register to
6773 frame-read-register.
6774 * guile/lib/gdb.scm (frame-read-register): Export.
6775
b88bb450
GB
67762015-04-09 Gary Benson <gbenson@redhat.com>
6777
6778 * common/common-remote-fileio.h (remote_fileio_to_fio_error):
6779 New declaration.
6780 * common/common-remote-fileio.c (remote_fileio_to_fio_error):
6781 New function, factored out the named functions below.
6782 * inf-child.c (gdb/fileio.h): Remove include.
6783 (common-remote-fileio.h): New include.
6784 (inf_child_errno_to_fileio_error): Remove function. Update
6785 all callers to use remote_fileio_to_fio_error.
6786 * remote-fileio.c (remote_fileio_errno_to_target): Likewise.
6787
2f2680f3
AW
67882015-04-09 Andy Wingo <wingo@igalia.com>
6789
6790 * MAINTAINERS (Write After Approval): Add Andy Wingo.
6791
5a2d4533
L
67922015-04-09 H.J. Lu <hongjiu.lu@intel.com>
6793
6794 * acinclude.m4: (GDB_AC_CHECK_BFD): Set ZLIBDIR with $zlibdir.
6795 Replace $zlibdir with $ZLIBDIR in LDFLAGS.
6796 * configure: Regenerated.
6797
421693b0
PA
67982015-04-09 Pedro Alves <palves@redhat.com>
6799
6800 * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add strtok_r.
6801 * gnulib/Makefile.in (aclocal_m4_deps): Add import/m4/strtok_r.m4.
6802 * gnulib/configure, gnulib/config.in, gnulib/aclocal.m4: Regenerate.
6803 * gnulib/import/Makefile.am: Update.
6804 * gnulib/import/Makefile.in: Update.
6805 * gnulib/import/m4/gnulib-cache.m4: Update.
6806 * gnulib/import/m4/gnulib-comp.m4: Update.
6807 * gnulib/import/m4/strtok_r.m4: New file.
6808 * gnulib/import/strtok_r.c: New file.
6809
f543dc83
PA
68102015-04-09 Pedro Alves <palves@redhat.com>
6811
6812 * gnulib/update-gnulib.sh (aclocal version check): Filter out
6813 "called too early to check prototype".
6814
6d62641c
SDJ
68152015-04-08 Sergio Durigan Junior <sergiodj@redhat.com>
6816
6817 PR python/16699
6818 * python/py-cmd.c (cmdpy_completer_helper): Adjust function to not
6819 use a caching mechanism. Adjust comments and code to reflect
6820 that. Replace 'sizeof' by 'strlen' when fetching 'wordobj'.
6821 (cmdpy_completer_handle_brkchars): Adjust call to
6822 cmdpy_completer_helper. Call Py_XDECREF for 'resultobj'.
6823 (cmdpy_completer): Likewise.
6824
85558555
YQ
68252015-04-08 Yao Qi <yao.qi@linaro.org>
6826
6827 * spu-tdep.c (spu_gdbarch_init): Don't call
6828 set_gdbarch_cannot_step_breakpoint.
6829
d249a14a
SDJ
68302015-04-07 Sergio Durigan Junior <sergiodj@redhat.com>
6831
6832 * linux-tdep.c (decode_vmflags): Initialize 'saveptr'.
6833
8a06aea7
PA
68342015-04-07 Pedro Alves <palves@redhat.com>
6835
6836 * gdbthread.h (ALL_NON_EXITED_THREADS_SAFE): Rename to ...
6837 (ALL_THREADS_SAFE): ... this, and don't skip exited threads.
6838 (delete_exited_threads): New declaration.
6839 * infrun.c (follow_exec): Use ALL_THREADS_SAFE.
6840 * linux-nat.c (linux_nat_update_thread_list): New function.
6841 (linux_nat_add_target): Install it.
6842 * remote.c (remote_update_thread_list): Use ALL_THREADS_SAFE.
6843 * thread.c (prune_threads): Use ALL_THREADS_SAFE.
6844 (delete_exited_threads): New function.
6845
d9b67d9f
PA
68462015-04-07 Pedro Alves <pedro@codesourcery.com>
6847
6848 * infrun.c (resume) <displaced stepping debug output>: Get the
6849 leader thread's regcache, not resume_ptid's.
6850
2c26b84f
DE
68512015-04-06 Doug Evans <xdje42@gmail.com>
6852
6853 * symtab.c (hash_symbol_entry): Hash STRUCT_DOMAIN symbols as
6854 VAR_DOMAIN.
6855 (symbol_cache_lookup): Clarify use of bsc_ptr, slot_ptr parameters.
6856 Include symbol domain in debugging output.
6857
7a85168d
PA
68582015-04-06 Pedro Alves <palves@redhat.com>
6859 Bernd Edlinger <bernd.edlinger@hotmail.de>
6860
6861 * configure.ac: Remove the mingw32-specific stub-termcap.o
6862 fallback, and instead fallback to the stub termcap on all hosts.
6863 * configure: Regenerate.
6864 * stub-termcap.c [!__MINGW32__] (PC, BC, UP): Define as weak
6865 symbols.
6866
25755e2b
PMR
68672015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
6868
6869 * gdbtypes.c (is_dynamic_type_internal): Remove the unused
6870 "top_level" parameter.
6871 (resolve_dynamic_type_internal): Remove the unused "top_level"
6872 parameter. Update call to is_dynamic_type_internal.
6873 (is_dynamic_type): Update call to is_dynamic_type_internal.
6874 (resolve_dynamic_range): Update call to
6875 resolve_dynamic_type_internal.
6876 (resolve_dynamic_union): Likewise.
6877 (resolve_dynamic_struct): Likewise.
6878 (resolve_dynamic_type): Likewise.
6879
961f4160
PMR
68802015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
6881
6882 * gdbtypes.c (is_dynamic_type_internal): Remove special handling of
6883 TYPE_CODE_REF types so that they are not considered as dynamic
6884 depending on the referenced type.
6885 (resolve_dynamic_type_internal): Likewise.
6886
39f3de7c
L
68872015-04-02 H.J. Lu <hongjiu.lu@intel.com>
6888
6889 * Makefile.in (top_srcdir): New.
6890 * configure: Regenerated.
6891
599bd15c
GB
68922015-04-02 Gary Benson <gbenson@redhat.com>
6893
6894 * NEWS: Announce the new default sysroot of "target:".
6895
fed040c6
GB
68962015-04-02 Gary Benson <gbenson@redhat.com>
6897
6898 * main.c (captured_main): Set gdb_sysroot to "target:"
6899 if not otherwise set.
6900
64c0b5de
GB
69012015-04-02 Gary Benson <gbenson@redhat.com>
6902
6903 * exec.c (exec_file_attach): Support "target:" filenames.
6904
b57fbfba
GB
69052015-04-02 Gary Benson <gbenson@redhat.com>
6906
6907 * solib.c (solib_find): Strip "target:" prefix from sysroot
6908 if accessing local files.
6909
97a41605
GB
69102015-04-02 Gary Benson <gbenson@redhat.com>
6911
6912 * symfile.c (symfile_bfd_open): Reorder to remove duplicated
6913 checks and error messages.
6914
2938e6cf
GB
69152015-04-02 Gary Benson <gbenson@redhat.com>
6916
6917 * remote.h (REMOTE_SYSROOT_PREFIX): Remove definition.
6918 (remote_filename_p): Remove declaration.
6919 (remote_bfd_open): Likewise.
6920 * remote.c (remote_bfd_iovec_open): Remove function.
6921 (remote_bfd_iovec_close): Likewise.
6922 (remote_bfd_iovec_pread): Likewise.
6923 (remote_bfd_iovec_stat): Likewise.
6924 (remote_filename_p): Likewise.
6925 (remote_bfd_open): Likewise.
6926 * symfile.h (gdb_bfd_open_maybe_remote): Remove declaration.
6927 * symfile.c (separate_debug_file_exists): Use gdb_bfd_open.
6928 (gdb_bfd_open_maybe_remote): Remove function.
6929 (symfile_bfd_open): Replace remote filename check with
6930 target filename check.
6931 (reread_symbols): Use gdb_bfd_open.
6932 * build-id.c (gdbcore.h): New include.
6933 (build_id_to_debug_bfd): Use gdb_bfd_open.
6934 * infcmd.c (attach_command_post_wait): Remove remote filename
6935 check.
6936 * solib.c (solib_find): Replace remote-specific handling with
6937 target-specific handling. Update comments where necessary.
6938 (solib_bfd_open): Replace remote-specific handling with
6939 target-specific handling.
6940 (gdb_sysroot_changed): New function.
6941 (_initialize_solib): Call the above when gdb_sysroot changes.
6942 * windows-tdep.c (gdbcore.h): New include.
6943 (windows_xfer_shared_library): Use gdb_bfd_open.
6944
f08e97fe
GB
69452015-04-02 Gary Benson <gbenson@redhat.com>
6946
6947 * gdb/gdb_bfd.h (TARGET_SYSROOT_PREFIX): New definition.
6948 (is_target_filename): New declaration.
6949 (gdb_bfd_has_target_filename): Likewise.
6950 (gdb_bfd_open): Update documentation comment.
6951 * gdb_bfd.c (target.h): New include.
6952 (gdb/fileio.h): Likewise.
6953 (is_target_filename): New function.
6954 (gdb_bfd_has_target_filename): Likewise.
6955 (fileio_errno_to_host): Likewise.
6956 (gdb_bfd_iovec_fileio_open): Likewise.
6957 (gdb_bfd_iovec_fileio_pread): Likewise.
6958 (gdb_bfd_iovec_fileio_close): Likewise.
6959 (gdb_bfd_iovec_fileio_fstat): Likewise.
6960 (gdb_bfd_open): Use target fileio to access paths prefixed
6961 with "target:" where necessary.
6962
4bd7dc42
GB
69632015-04-02 Gary Benson <gbenson@redhat.com>
6964
6965 * target.h (struct target_ops) <to_filesystem_is_local>:
6966 New field.
6967 (target_filesystem_is_local): New macro.
6968 * target-delegates.c: Regenerate.
6969 * remote.c (remote_filesystem_is_local): New function.
6970 (init_remote_ops): Initialize to_filesystem_is_local.
6971
9b15c1f0
GB
69722015-04-02 Gary Benson <gbenson@redhat.com>
6973
6974 * target.h (struct target_ops) <to_fileio_fstat>: New field.
6975 (target_fileio_fstat): New declaration.
6976 * target.c (target_fileio_fstat): New function.
6977 * inf-child.c (inf_child_fileio_fstat): Likewise.
6978 (inf_child_target): Initialize to_fileio_fstat.
6979 * remote.c (init_remote_ops): Likewise.
6980
d11916aa
SS
69812015-04-01 Sasha Smundak <asmundak@google.com>
6982
6983 * Makefile.in (SUBDIR_PYTHON_OBJS): Add py-unwind.o.
6984 (SUBDIR_PYTHON_SRCS): Add py-unwind.c.
6985 (py-unwind.o): New recipe.
6986 * NEWS: mention Python frame unwinding.
6987 * data-directory/Makefile.in (PYTHON_FILE_LIST): Add
6988 gdb/unwinder.py and gdb/command/unwinder.py
6989 * python/lib/gdb/__init__.py (packages): Add frame_unwinders
6990 list.
6991 (execute_unwinders): New function.
6992 * python/lib/gdb/command/unwinders.py: New file.
6993 * python/lib/gdb/unwinder.py: New file.
6994 * python/py-objfile.c (objfile_object): Add frame_unwinders field.
6995 (objfpy_dealloc): Decrement frame_unwinders reference count.
6996 (objfpy_initialize): Create frame_unwinders list.
6997 (objfpy_get_frame_unwinders): New function.
6998 (objfpy_set_frame_unwinders): Ditto.
6999 (objfile_getset): Add frame_unwinders attribute to Objfile.
7000 * python/py-progspace.c (pspace_object): Add frame_unwinders field.
7001 (pspy_dealloc): Decrement frame_unwinders reference count.
7002 (pspy_initialize): Create frame_unwinders list.
7003 (pspy_get_frame_unwinders): New function.
7004 (pspy_set_frame_unwinders): Ditto.
7005 (pspy_getset): Add frame_unwinders attribute to gdb.Progspace.
7006 * python/py-unwind.c: New file.
7007 * python/python-internal.h (pspy_get_name_unwinders): New prototype.
7008 (objpy_get_frame_unwinders): New prototype.
7009 (gdbpy_initialize_unwind): New prototype.
7010 * python/python.c (gdbpy_apply_type_printers): Call
7011 gdbpy_initialize_unwind.
7012
6b403daa
PA
70132015-04-01 Pedro Alves <palves@redhat.com>
7014
7015 * infrun.c (resume): Check currently_stepping after clearing
7016 stepped_breakpoint, not before.
7017
1176ecec
PA
70182015-04-01 Pedro Alves <palves@redhat.com>
7019
7020 * infrun.c (print_target_wait_results): Print all the ptid
7021 elements.
7022
de1fe8c8
PA
70232015-04-01 Pedro Alves <palves@redhat.com>
7024
7025 * infrun.c (keep_going): Also discard cleanups if inserting
7026 breakpoints fails.
7027
e6f5c25b
PA
70282015-04-01 Pedro Alves <palves@redhat.com>
7029
7030 * infrun.c (wait_for_inferior): Install the
7031 finish_thread_state_cleanup cleanup across the whole function, not
7032 just around handle_inferior_event.
7033
1ac806b8
PA
70342015-04-01 Pedro Alves <palves@redhat.com>
7035
7036 * infrun.c (resume) <step past permanent breakpoint>: Use
7037 do_target_resume.
7038
2ee52aa4
PA
70392015-04-01 Pedro Alves <palves@redhat.com>
7040
7041 * linux-nat.c (linux_handle_extended_wait): Always call set_running.
7042
5445da1b
PMR
70432015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
7044
7045 * MAINTAINERS (Write After Approval): Add "Pierre-Marie de Rodat".
7046
4eec2deb
PA
70472015-04-01 Pedro Alves <palves@redhat.com>
7048
7049 * linux-thread-db.c (record_thread): Readd the thread to gdb's
7050 list if it was marked exited.
7051
afa59b79
L
70522015-04-01 H.J. Lu <hongjiu.lu@intel.com>
7053
7054 * configure: Regenerated.
7055
df8411da
SDJ
70562015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
7057 Jan Kratochvil <jan.kratochvil@redhat.com>
7058 Oleg Nesterov <oleg@redhat.com>
7059
7060 PR corefiles/16092
7061 * linux-tdep.c: Include 'gdbcmd.h' and 'gdb_regex.h'.
7062 New enum identifying the various options of the coredump_filter
7063 file.
7064 (struct smaps_vmflags): New struct.
7065 (use_coredump_filter): New variable.
7066 (decode_vmflags): New function.
7067 (mapping_is_anonymous_p): Likewise.
7068 (dump_mapping_p): Likewise.
7069 (linux_find_memory_regions_full): New variables
7070 'coredumpfilter_name', 'coredumpfilterdata', 'pid', 'filterflags'.
7071 Removed variable 'modified'. Read /proc/<PID>/smaps file; improve
7072 parsing of its information. Implement memory mapping filtering
7073 based on its contents.
7074 (show_use_coredump_filter): New function.
7075 (_initialize_linux_tdep): New command 'set use-coredump-filter'.
7076 * NEWS: Mention the possibility of using the
7077 '/proc/PID/coredump_filter' file when generating a corefile.
7078 Mention new command 'set use-coredump-filter'.
7079
416f679e
SDJ
70802015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
7081
7082 * solib-svr4.c (solib_svr4_r_ldsomap): Catch possible exception by
7083 read_memory_unsigned_integer.
7084
711a72d3
L
70852015-03-31 H.J. Lu <hongjiu.lu@intel.com>
7086
7087 * Makefile.in (ZLIB): New.
7088 (ZLIBINC): Likewise.
7089 (INTERNAL_CFLAGS_BASE): Add $(ZLIBINC).
7090 (CLIBS): Add $(ZLIB).
7091 * acinclude.m4: (GDB_AC_CHECK_BFD): Add $zlibdir to LDFLAGS.
7092 Add -lz to LIBS.
7093 * gdb_bfd.c: Don't check HAVE_ZLIB_H to include <zlib.h>.
7094 * top.c (print_gdb_configuration): Remove --with-zlib and
7095 --without-zlib.
7096 * config.in: Regenerated.
7097 * configure: Likewise.
7098
d33279b3
AT
70992015-03-31 Antoine Tremblay <antoine.tremblay@ericsson.com>
7100
7101 * NEWS: Mention info os cpus support.
7102 * gdb/nat/linux-osdata.c (linux_xfer_osdata_cpus): New function.
7103 (struct osdata_type): Add cpus entry, reorder the entries in
7104 alphabetical order.
7105
71b30f27
MK
71062015-03-31 Matthias Klose <doko@ubuntu.com>
7107
7108 * compile/compile.c (compile_to_object): Allow triplets with or
7109 without vendor set.
7110
13ce9222
DE
71112015-03-30 Doug Evans <dje@google.com>
7112
7113 PR c++/18141
7114 * cp-namespace.c (cp_search_static_and_baseclasses): Always look for
7115 klass in VAR_DOMAIN.
7116
20f796c9
GB
71172015-03-30 Gary Benson <gbenson@redhat.com>
7118
7119 * remote.c (remote_mourn_1): Remove function. Update all callers
7120 to use remote_mourn.
7121 (extended_remote_mourn_1): Remove function. Update all callers
7122 to use extended_remote_mourn.
7123 (extended_remote_attach_1): Remove function. Update all callers
7124 to use extended_remote_attach.
7125
49d45b20
JB
71262015-03-28 James Bowman <james.bowman@ftdichip.com>
7127
7128 * Makefile.in (ALL_TARGET_OBS): Add ft32-tdep.o.
7129 (HFILES_NO_SRCDIR): Add ft32-tdep.h.
7130 (ALLDEPFILES): Add ft32-tdep.c.
7131 * configure.tgt: Add FT32 entry.
7132 * ft32-tdep.c: New file, FT32 target-dependent code.
7133 * ft32-tdep.h: New file, FT32 target-dependent code.
7134
1c4ff080
JK
71352015-03-27 Jan Kratochvil <jan.kratochvil@redhat.com>
7136
7137 Revert:
7138 2015-03-26 Jan Kratochvil <jan.kratochvil@redhat.com>
7139 Code cleanup.
7140 * printcmd.c (print_command_1): Move expr variable scope.
7141
79498702
JB
71422015-03-27 Joel Brobecker <brobecker@adacore.com>
7143
7144 * dtrace-probe.c (dtrace_process_dof_probe): Initialize expr to NULL.
7145
ce9c0ca1
AK
71462015-03-27 Andrzej Kaczmarek <andrzej.kaczmarek@tieto.com>
7147
7148 * gdb_bfd.c (gdb_bfd_section_index): Fix off-by-one for special
7149 sections.
7150
429e1e81
JB
71512015-03-26 Joel Brobecker <brobecker@adacore.com>
7152
7153 * dtrace-probe.c (dtrace_process_dof_probe): Contain any
7154 exception raised while parsing the probe arguments.
7155 Force parsing to be done using the C language parser.
7156 * expression.h (parse_expression_with_language): Declare.
7157 * parse.c (parse_expression_with_language): New function.
7158
4593441b
JT
71592015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
7160
7161 * MAINTAINERS (Write After Approval): Add "Jon Turney".
7162
ff908ebf
AW
71632015-03-26 Andy Wingo <wingo@igalia.com>
7164
7165 PR symtab/18148
7166 * dwarf2read.c (struct partial_die_info): Add has_const_value
7167 member.
7168 (add_partial_symbol): Don't punt on symbols that have const_value
7169 attributes.
7170 (read_partial_die): Detect DW_AT_const_value.
7171
f30d5c78
JK
71722015-03-26 Jan Kratochvil <jan.kratochvil@redhat.com>
7173
7174 Code cleanup.
7175 * printcmd.c (print_command_1): Move expr variable scope.
7176
8d89f51a
JK
71772015-03-26 Jan Kratochvil <jan.kratochvil@redhat.com>
7178
7179 Code cleanup.
7180 * printcmd.c (validate_format): Make the parameter cmdname const.
7181
0b736949
DB
71822015-03-26 Don Breazeal <donb@codesourcery.com>
7183
7184 * remote.c (_initialize_remote): Update comment.
7185
20d35291
PA
71862015-03-26 Pedro Alves <palves@redhat.com>
7187 Jon TURNEY <jon.turney@dronecode.org.uk>
7188
7189 * coffread.c (coff_symfile_read): When constructing the name of an
7190 import stub symbol from import symbol for amd64, only skip the
7191 char after _imp_ if the target is underscored (like i386) and the
7192 char is indeed the target's leading char.
7193
6a3753b3
PA
71942015-03-25 Pedro Alves <palves@redhat.com>
7195
7196 * target.h <to_async>: Replace 'callback' and 'context' parameters
7197 with boolean 'enable' parameter.
7198 (target_async): Replace CALLBACK and CONTEXT parameters with
7199 boolean ENABLE parameter.
7200 * inf-loop.c (inferior_event_handler): Adjust.
7201 * linux-nat.c (linux_nat_attach, linux_nat_resume)
7202 (linux_nat_resume): Adjust.
7203 (async_client_callback, async_client_context): Delete.
7204 (handle_target_event): Call inferior_event_handler directly.
7205 (linux_nat_async): Replace 'callback' and 'context' parameters
7206 with boolean 'enable' parameter. Adjust. Remove references to
7207 async_client_callback and async_client_context.
7208 (linux_nat_close): Adjust.
7209 * record-btrace.c (record_btrace_async): Replace 'callback' and
7210 'context' parameters with boolean 'enable' parameter. Adjust.
7211 (record_btrace_resume): Adjust.
7212 * record-full.c (record_full_async): Replace 'callback' and
7213 'context' parameters with boolean 'enable' parameter. Adjust.
7214 (record_full_resume, record_full_core_resume): Adjust.
7215 * remote.c (struct remote_state) <async_client_callback,
7216 async_client_context>: Delete fields.
7217 (remote_start_remote, extended_remote_attach_1, remote_resume)
7218 (extended_remote_create_inferior): Adjust.
7219 (remote_async_serial_handler): Call inferior_event_handler
7220 directly.
7221 (remote_async): Replace 'callback' and 'context' parameters with
7222 boolean 'enable' parameter. Adjust.
7223 * top.c (gdb_readline_wrapper_cleanup, gdb_readline_wrapper):
7224 Adjust.
7225 * target-delegates.c: Regenerate.
7226
1c4b552b
GB
72272015-03-25 Gary Benson <gbenson@redhat.com>
7228 Pedro Alves <palves@redhat.com>
7229
7230 * target.c (fileio_ft_t): New typedef, define object vector.
7231 (fileio_fhandles): New static variable.
7232 (is_closed_fileio_fh): New macro.
7233 (lowest_closed_fd): New static variable.
7234 (acquire_fileio_fd): New function.
7235 (release_fileio_fd): Likewise.
7236 (fileio_fd_to_fh): New macro.
7237 (target_fileio_open): Wrap the file descriptor on success.
7238 (target_fileio_pwrite): Updated to use wrapped file descriptor.
7239 (target_fileio_pread): Likewise.
7240 (target_fileio_close): Likewise.
7241
a25d8bf9
PA
72422015-03-24 Pedro Alves <palves@redhat.com>
7243
7244 * thread.c (thread_apply_all_command): Take exited threads into
7245 account.
7246
44a1ee51
PA
72472015-03-24 Pedro Alves <palves@redhat.com>
7248
7249 * infrun.c (resume, proceed): Mention
7250 switch_back_to_stepped_thread, not switch_back_to_stepping.
7251
f3263aa4
PA
72522015-03-24 Pedro Alves <palves@redhat.com>
7253
7254 * infrun.c (user_visible_resume_ptid): Rewrite going from
7255 most-locked to unlocked instead of the opposite. Move comment ...
7256 * infrun.h (user_visible_resume_ptid): ... here.
7257
2bf6fb9d
PA
72582015-03-24 Pedro Alves <palves@redhat.com>
7259
7260 * linux-nat.c (linux_nat_resume): Output debug logs before trying
7261 to resume the event lwp. Use the lwp's ptid instead of the passed
7262 in (maybe wildcard) ptid.
7263 (stop_wait_callback): Tweak debug log output.
7264 (check_stopped_by_breakpoint): Tweak debug log output. Also dump
7265 TRAP_TRACE.
7266 (linux_nat_filter_event): In debug output, distinguish a
7267 resume_stop SIGSTOP from a delayed SIGSTOP. Output debug logs
7268 before trying to resume the lwp.
7269
283a9958
JB
72702015-03-24 Joel Brobecker <brobecker@adacore.com>
7271
7272 * gdbtypes.h (struct dynamic_prop_list) <prop>: Remove
7273 pointer indirection.
7274 * gdbtypes.c (get_dyn_prop): Adjust, following change above.
7275 (add_dyn_prop, copy_dynamic_prop_list): Likewise.
7276
93a8e227
JB
72772015-03-24 Joel Brobecker <brobecker@adacore.com>
7278
7279 * gdbtypes.h (enum dynamic_prop_node_kind) <DYN_PROP_DATA_LOCATION>:
7280 Renames DYN_ATTR_DATA_LOCATION.
7281 (TYPE_DATA_LOCATION): Use DYN_PROP_DATA_LOCATION instead of
7282 DYN_ATTR_DATA_LOCATION.
7283 * dwarf2read.c (set_die_type): Use DYN_PROP_DATA_LOCATION
7284 instead of DYN_ATTR_DATA_LOCATION.
7285
64ce06e4
PA
72862015-03-24 Pedro Alves <palves@redhat.com>
7287
7288 * breakpoint.c (until_break_command): Adjust call to proceed.
7289 * gdbthread.h (struct thread_control_state) <stepping_command>:
7290 New field.
7291 * infcall.c (run_inferior_call): Adjust call to proceed.
7292 * infcmd.c (run_command_1, proceed_thread_callback, continue_1):
7293 Adjust calls to proceed.
7294 (set_step_frame): Set the current thread's step_start_function
7295 here.
7296 (step_once): Adjust calls to proceed.
7297 (jump_command, signal_command, until_next_command)
7298 (finish_backward, finish_forward, proceed_after_attach_callback)
7299 (attach_command_post_wait): Adjust calls to proceed.
7300 * infrun.c (proceed_after_vfork_done): Adjust call to proceed.
7301 (do_target_resume): New function, factored out from ...
7302 (resume): ... here. Remove 'step' parameter. Instead, check
7303 currently_stepping to determine whether the thread should be
7304 single-stepped.
7305 (proceed): Remove 'step' parameter and don't set the thread's
7306 step_start_function here. Adjust call to 'resume'.
7307 (handle_inferior_event): Adjust calls to 'resume'.
7308 (switch_back_to_stepped_thread): Use do_target_resume instead of
7309 'resume'.
7310 (keep_going): Adjust calls to 'resume'.
7311 * infrun.h (proceed): Remove 'step' parameter.
7312 (resume): Likewise.
7313 * windows-nat.c (do_initial_windows_stuff): Adjust call to
7314 'resume'.
7315 * mi/mi-main.c (proceed_thread): Adjust call to 'proceed'.
7316
856e7dd6
PA
73172015-03-24 Pedro Alves <palves@redhat.com>
7318
7319 * gdbthread.h (struct thread_control_state) <stepping_command>:
7320 New field.
7321 * infcmd.c (step_once): Pass step=1 to clear_proceed_status. Set
7322 the thread's stepping_command field.
7323 * infrun.c (resume): Check the thread's stepping_command flag to
7324 determine which threads should be resumed. Rename 'entry_step'
7325 local to user_step.
7326 (clear_proceed_status_thread): Clear 'stepping_command'.
7327 (schedlock_applies): Change parameter type to struct thread_info
7328 pointer. Adjust.
7329 (find_thread_needs_step_over): Remove 'step' parameter. Adjust.
7330 (switch_back_to_stepped_thread): Adjust calls to
7331 'schedlock_applies'.
7332 (_initialize_infrun): Adjust "set scheduler-locking step" help.
7333
885eeb5b
PA
73342015-03-24 Pedro Alves <palves@redhat.com>
7335
7336 * infrun.c (step_start_function): Delete and ...
7337 * gdbthread.h (struct thread_control_state) <step_start_function>:
7338 ... now a field here.
7339 * infrun.c (clear_proceed_status_thread): Clear the thread's
7340 step_start_function.
7341 (proceed, process_event_stop_test, print_stop_event): Adjust.
7342
3333f03a
PA
73432015-03-24 Pedro Alves <palves@redhat.com>
7344
7345 * infrun.c (proceed): No longer handle negative step.
7346
369f6daa
GB
73472015-03-24 Gary Benson <gbenson@redhat.com>
7348
7349 * nat/x86-linux.h (x86_linux_new_thread): New declaration.
7350 (x86_linux_prepare_to_resume): Likewise.
7351 * x86-linux-nat.c (x86_linux_new_thread):
7352 Moved to nat/x86-linux.c.
7353 (x86_linux_prepare_to_resume): Likewise.
7354 * nat/x86-linux.c (x86_linux_new_thread): New function.
7355 (x86_linux_prepare_to_resume): Likewise.
7356
8e5d4070
GB
73572015-03-24 Gary Benson <gbenson@redhat.com>
7358
7359 * nat/x86-linux-dregs.h: New file.
7360 * nat/x86-linux-dregs.c: Likewise.
7361 * Makefile.in (HFILES_NO_SRCDIR): Add nat/x86-linux-dregs.h.
7362 (x86-linux-dregs.o): New rule.
7363 * config/i386/linux.mh (NATDEPFILES): Add x86-linux-dregs.o.
7364 * config/i386/linux64.mh (NATDEPFILES): Likewise.
7365 * x86-linux-nat.c: Include nat/x86-linux-dregs.h.
7366 (u_debugreg_offset): Moved to nat/x86-linux-dregs.c.
7367 (x86_linux_dr_get): Likewise.
7368 (x86_linux_dr_set): Likewise.
7369 (x86_linux_dr_get_addr): Likewise.
7370 (x86_linux_dr_get_control): Likewise.
7371 (x86_linux_dr_get_status): Likewise.
7372 (update_debug_registers_callback): Likewise.
7373 (x86_linux_dr_set_control): Likewise.
7374 (x86_linux_dr_set_addr): Likewise.
7375 (x86_linux_update_debug_registers): Likewise.
7376
2b95d440
GB
73772015-03-24 Gary Benson <gbenson@redhat.com>
7378
7379 * x86-linux-nat.c (x86_linux_update_debug_registers):
7380 New function, factored out from...
7381 (x86_linux_prepare_to_resume): ...this.
7382
14b0bc68
GB
73832015-03-24 Gary Benson <gbenson@redhat.com>
7384
7385 * x86-linux-nat.c (x86_linux_dr_get): Update comments.
7386 (x86_linux_dr_set): Likewise.
7387 (x86_linux_dr_get_addr): Likewise.
7388 (x86_linux_dr_get_control): Likewise.
7389 (x86_linux_dr_get_status): Likewise.
7390 (update_debug_registers_callback): Likewise.
7391 (x86_linux_dr_set_control): Likewise.
7392 (x86_linux_dr_set_addr): Likewise.
7393 (x86_linux_prepare_to_resume): Likewise.
7394 (x86_linux_new_thread): Likewise.
7395
5dfe6ca8
GB
73962015-03-24 Gary Benson <gbenson@redhat.com>
7397
7398 * x86-linux-nat.c (x86_linux_dr_set_addr): Update assertion.
7399 (x86_linux_new_thread): Rename argument.
7400
4b134ca1
GB
74012015-03-24 Gary Benson <gbenson@redhat.com>
7402
7403 * nat/x86-linux.h: New file.
7404 * nat/x86-linux.c: Likewise.
7405 * Makefile.in (HFILES_NO_SRCDIR): Add nat/x86-linux.h.
7406 (x86-linux.o): New rule.
7407 * config/i386/linux.mh (NATDEPFILES): Add x86-linux.o.
7408 * config/i386/linux64.mh (NATDEPFILES): Likewise.
7409 * nat/linux-nat.h (struct arch_lwp_info): New forward declaration.
7410 (lwp_set_arch_private_info): New declaration.
7411 (lwp_arch_private_info): Likewise.
7412 * linux-nat.c (lwp_set_arch_private_info): New function.
7413 (lwp_arch_private_info): Likewise.
7414 * x86-linux-nat.c: Include nat/x86-linux.h.
7415 (arch_lwp_info): Removed structure.
7416 (update_debug_registers_callback):
7417 Use lwp_set_debug_registers_changed.
7418 (x86_linux_prepare_to_resume): Use lwp_debug_registers_changed
7419 and lwp_set_debug_registers_changed.
7420 (x86_linux_new_thread): Use lwp_set_debug_registers_changed.
7421
cff068da
GB
74222015-03-24 Gary Benson <gbenson@redhat.com>
7423
7424 * nat/linux-nat.h (ptid_of_lwp): New declaration.
7425 (lwp_is_stopped): Likewise.
7426 (lwp_stop_reason): Likewise.
7427 * linux-nat.c (ptid_of_lwp): New function.
7428 (lwp_is_stopped): Likewise.
7429 (lwp_is_stopped_by_watchpoint): Likewise.
7430 * x86-linux-nat.c (update_debug_registers_callback):
7431 Use lwp_is_stopped.
7432 (x86_linux_prepare_to_resume): Use ptid_of_lwp and
7433 lwp_stop_reason.
7434
b2f7c7e8
GB
74352015-03-24 Gary Benson <gbenson@redhat.com>
7436
7437 * linux-nat.h (linux_stop_lwp): Move declaration to...
7438 * nat/linux-nat.h (linux_stop_lwp): New declaration.
7439
6d4ee8c6
GB
74402015-03-24 Gary Benson <gbenson@redhat.com>
7441
7442 * linux-nat.h: Include nat/linux-nat.h.
7443 (iterate_over_lwps): Move declaration to nat/linux-nat.h.
7444 * nat/linux-nat.h (struct lwp_info): New forward declaration.
7445 (iterate_over_lwps_ftype): New typedef.
7446 (iterate_over_lwps): New declaration.
7447 * linux-nat.h (iterate_over_lwps): Update comment. Use
7448 iterate_over_lwps_ftype. Update callback return value check.
7449
70a0bb6b
GB
74502015-03-24 Gary Benson <gbenson@redhat.com>
7451
7452 * x86-nat.h (x86_debug_reg_state): Move declaration to...
7453 * nat/x86-dregs.h (x86_debug_reg_state): New declaration.
7454
7b669087
GB
74552015-03-24 Gary Benson <gbenson@redhat.com>
7456
7457 * nat/linux-nat.h (current_lwp_ptid): New declaration.
7458 * linux-nat.c (current_lwp_ptid): New function.
7459 * x86-linux-nat.c: Include nat/linux-nat.h.
7460 (x86_linux_dr_get_addr): Use current_lwp_ptid.
7461 (x86_linux_dr_get_control): Likewise.
7462 (x86_linux_dr_get_status): Likewise.
7463 (x86_linux_dr_set_control): Likewise.
7464 (x86_linux_dr_set_addr): Likewise.
7465
15630549
AT
74662015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
7467
7468 PR breakpoints/16466
7469 * breakpoint.c (create_breakpoint): Set thread on breakpoint struct.
7470
8a4506c0
JB
74712015-03-23 Joel Brobecker <brobecker@adacore.com>
7472
7473 * ser-mingw.c (ser_windows_setparity): Fix indentation.
7474 * ser-unix.c (hardwire_setparity): Likewise.
7475
236af5e3
YG
74762015-03-23 Yurij Grechishhev <yurij.grechishhev@gmail.com>
7477
7478 * NEWS: Mention set/show serial parity command.
7479 * monitor.c (monitor_open): Call serial_setparity.
7480 * remote.c (remote_open_1): Likewise.
7481 * ser-base.c (ser_base_serparity): New function.
7482 * ser-base.h (ser_base_setparity): Add declaration.
7483 * ser-go32.c (dos_ops): Set "setparity" field.
7484 * ser-mingw.c (ser_windows_raw): Do not set state.fParity and
7485 state.Parity.
7486 (ser_windows_setparity): New function.
7487 (hardwire_ops): Add ser_windows_setparity.
7488 (tty_ops): Add NULL for setparity field.
7489 (pipe_ops): Add ser_base_setparity.
7490 (tcp_ops): Likewise.
7491 * ser-pipe.c (pipe_ops): Likewise.
7492 * ser-tcp.c (tcp_ops): Likewise.
7493 * ser-unix.c (hardwire_setparity): Add declaration.
7494 (hardwire_raw): Don't reset PARENB flag.
7495 (hardwire_setparity): New function.
7496 (hardwire_ops): Add hardwire_setparity.
7497 * serial.c (serial_setparity): New function.
7498 (serial_parity): New global.
7499 (parity_none, parity_odd, parity_even, parity_enums, parity):
7500 New static globals.
7501 (set_parity): New function.
7502 (_initialize_serial): Add set/show serial parity commands.
7503 * serial.h (GDBPARITY_NONE): Define.
7504 (GDBPARITY_ODD): Define.
7505 (GDBPARITY_EVEN): Define.
7506 (serial_setparity) Add declaration.
7507 (struct serial_ops): Add setparity field.
7508 * target.h (serial_parity): Add declaration.
7509
32b40af9
KS
75102015-03-23 Keith Seitz <keiths@redhat.com>
7511
7512 * linespec.c (linespec_lexer_lex_keyword): Update comment.
7513
693dca06
KS
75142015-03-23 Keith Seitz <keiths@redhat.com>
7515
7516 * breakpoint.c (parse_breakpoint_sals): Use
7517 linespec_lexer_lex_keyword to ascertain if the user specified
7518 a NULL location.
7519 * linespec.c [IF_KEYWORD_INDEX]: Define.
7520 (linespec_lexer_lex_keyword): Export.
7521 (struct ls_parser) <keyword_ok>: Remove.
7522 A keyword is only a keyword if not followed by another keyword.
7523 (linespec_lexer_lex_one): Remove keyword_ok handling.
7524 Add comment explaining why the parsing stream is not advanced
7525 when a keyword is seen.
7526 (parse_linespec): Remove parser->keyword_ok.
7527 * linespec.h (linespec_lexer_lex_keyword): Add declaration.
7528
7e993ebf
KS
75292015-03-23 Keith Seitz <keiths@redhat.com>
7530
7531 PR gdb/18021
7532 * dwarf2read.c (dwarf2_add_member_fn): Issue a complaint
7533 if we find a static method with DW_AT_vtable_elem_location.
7534
b1a0f704
EZ
75352015-03-21 Eli Zaretskii <eliz@gnu.org>
7536
7537 * tui/tui-io.c (tui_expand_tabs): Reinitialize the column counter
7538 before the second loop, to avoid undefined behavior. Reported by
7539 Anton Blanchard <anton@samba.org>.
7540
d9823cbb
KB
75412015-03-20 Keven Boell <keven.boell@intel.com>
7542
7543 * gdbtypes.c (resolve_dynamic_type_internal): Adapt
7544 data_location usage to linked list.
7545 (resolve_dynamic_type_internal): Adapt data_location to
7546 linked list.
7547 (get_dyn_prop, add_dyn_prop, copy_dynamic_prop_list): New function.
7548 (copy_type_recursive, copy_type): Add copy of linked list.
7549 * gdbtypes.h (enum dynamic_prop_node_kind): New enum.
7550 (struct dynamic_prop_list): New struct.
7551 * dwarf2read.c (set_die_type): Set data_location data.
7552
2e7bf1d7
PA
75532015-03-20 Pedro Alves <palves@redhat.com>
7554
7555 * i386-sol2-tdep.c (i386_sol2_static_transform_name): Move "p" to
7556 inner block and make it const.
7557 * machoread.c (get_archive_prefix_len): Make "lparen" const.
7558
7a26bd4d
PA
75592015-03-20 Pedro Alves <palves@redhat.com>
7560
7561 * breakpoint.c (set_breakpoint_condition): Make argument "exp" const.
7562 * breakpoint.h (set_breakpoint_condition): Update declaration.
7563
cd46431b
PA
75642015-03-20 Pedro Alves <palves@redhat.com>
7565
7566 * tui/tui-io.c (tui_expand_tabs): Make "s1" const.
7567
e28566f7
PA
75682015-03-20 Pedro Alves <palves@redhat.com>
7569
7570 * xcoffread.c (scan_xcoff_symtab): Make "p" and "q" const.
7571
f6fc92f6
PA
75722015-03-20 Pedro Alves <palves@redhat.com>
7573
7574 * remote-m32r-sdi.c (m32r_open): Make "port_str" const.
7575
c32ed3ef
PA
75762015-03-20 Pedro Alves <palves@redhat.com>
7577
7578 * nto-tdep.c (nto_find_and_open_solib): Make "endian" const.
7579 (nto_init_solib_absolute_prefix): Likewise.
7580
53e78085
PA
75812015-03-20 Pedro Alves <palves@redhat.com>
7582
7583 * sparc-sol2-tdep.c (sparc_sol2_static_transform_name): Make "p" const.
7584 * spu-tdep.c (spu_gdbarch_init): Make "name" const.
7585
bc23328c
JK
75862015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7587
7588 * config/djgpp/README: Remove gdb.hp.
7589
e8ffc436
YQ
75902015-03-20 Yao Qi <yao.qi@linaro.org>
7591
7592 * aarch64-tdep.c (aarch64_gdbarch_init): Don't call
7593 set_gdbarch_cannot_step_breakpoint.
7594
23f238d3
PA
75952015-03-19 Pedro Alves <palves@redhat.com>
7596
7597 * linux-nat.c (linux_resume_one_lwp): Rename to ...
7598 (linux_resume_one_lwp_throw): ... this. Don't handle ESRCH here,
7599 instead call perror_with_name.
7600 (check_ptrace_stopped_lwp_gone): New function.
7601 (linux_resume_one_lwp): Reimplement as wrapper around
7602 linux_resume_one_lwp_throw that swallows errors if the LWP is
7603 gone.
7604 (resume_stopped_resumed_lwps): Try register reads in TRY/CATCH and
7605 swallows errors if the LWP is gone. Use
7606 linux_resume_one_lwp_throw instead of linux_resume_one_lwp.
7607
eb54c8bf
PA
76082015-03-19 Pedro Alves <palves@redhat.com>
7609
7610 * linux-nat.c (status_callback): Return early if the LWP has no
7611 status pending.
7612
b90fc188
PA
76132015-03-19 Pedro Alves <palves@redhat.com>
7614
7615 * linux-nat.c (select_event_lwp_callback): Update comment to no
7616 longer mention SIGTRAP.
7617
670f82d4
TG
76182015-03-18 Tristan Gingold <gingold@adacore.com>
7619
72f4393d
L
7620 * amd64-windows-tdep.c (amd64_windows_find_unwind_info): Move
7621 redirection code to ...
7622 (amd64_windows_frame_decode_insns): ... Here. Fix in prologue
7623 checks. Fix SAVE_NONVOL operations. Add debug code and comments.
670f82d4 7624
464b0089
GB
76252015-03-18 Gary Benson <gbenson@redhat.com>
7626
7627 (remote_protocol_features): Remove the "vFile:fstat" feature.
7628 (remote_hostio_fstat): Probe for "vFile:fstat" support.
7629
f68f11b7
YQ
76302015-03-11 Yao Qi <yao.qi@linaro.org>
7631
7632 PR tdep/18107
7633 * aarch64-linux-tdep.c: Include xml-syscall.h
7634 (aarch64_linux_get_syscall_number): New function.
7635 (aarch64_linux_init_abi): Call
7636 set_gdbarch_get_syscall_number.
7637 * syscalls/aarch64-linux.xml: New file.
7638
393bd0c0
YG
76392015-03-17 Yurij Grechishhev <yurij.grechishhev@gmail.com>
7640
7641 * ser-base.h (ser_base_setstopbits): Change second argument name
7642 from "rate" to "num".
7643
7f3647e2
GB
76442015-03-17 Gary Benson <gbenson@redhat.com>
7645 Luke Allardyce <lukeallardyce@gmail.com>
7646
7647 PR gdb/18131
7648 * common/common-remote-fileio.h (sys/stat.h): New include.
7649 (stuct stat): Remove forward declaration.
7650
3ce5b6e2
JB
76512015-03-16 John Baldwin <jhb@FreeBSD.org>
7652
7653 * fbsd-tdep.c (fbsd_make_corefile_notes): Fetch all target registers
7654 before writing core register notes.
7655
d053f6be
YZ
76562015-03-16 Yuanhui Zhang <asmwarrior@gmail.com>
7657 Pedro Alves <palves@redhat.com>
7658
7659 * gdb_curses.h (tgetnum): Mark with EXTERN_C.
7660 * stub-termcap.c (tgetent, tgetnum, tgetflag, tgetstr, tputs)
7661 (tgoto): Wrap with extern "C".
7662
b1a921c8
PA
76632015-03-16 Pedro Alves <palves@redhat.com>
7664 Yuanhui Zhang <asmwarrior@gmail.com>
7665
7666 * stub-termcap.c (tputs): Change prototype.
7667
876d1cd7
YZ
76682015-03-16 Yuanhui Zhang <asmwarrior@gmail.com>
7669 Pedro Alves <palves@redhat.com>
7670
7671 * windows-nat.c (struct thread_info_struct): Rename to ...
7672 (struct windows_thread_info_struct): ... this.
7673 (thread_info): Rename to ...
7674 (windows_thread_info): ... this.
7675 All users updated.
7676
0800b440
JK
76772015-03-14 Jan Kratochvil <jan.kratochvil@redhat.com>
7678 Pedro Alves <palves@redhat.com>
7679
7680 * NEWS: New Removed targets and native configurations.
7681
76822015-03-13 Jan Kratochvil <jan.kratochvil@redhat.com>
61a12cfa
JK
7683
7684 Remove HPUX.
7685 * Makefile.in (ALL_64_TARGET_OBS): Remove ia64-hpux-tdep.o.
7686 (ALL_TARGET_OBS): Remove hppa-hpux-tdep.o, solib-som.o and solib-pa64.o.
7687 (HFILES_NO_SRCDIR): Remove solib-som.h, inf-ttrace.h, solib-pa64.h and
7688 ia64-hpux-tdep.h, solib-ia64-hpux.h.
7689 (ALLDEPFILES): Remove hppa-hpux-tdep.c, hppa-hpux-nat.c,
7690 ia64-hpux-nat.c, ia64-hpux-tdep.c, somread.c and solib-som.c.
7691 * config/djgpp/fnchange.lst: Remove hppa-hpux-nat.c and
7692 hppa-hpux-tdep.c.
7693 * config/ia64/hpux.mh: Remove file.
7694 * config/pa/hpux.mh: Remove file.
7695 * configure: Rebuilt.
7696 * configure.ac (dlgetmodinfo, somread.o): Remove.
7697 * configure.host (hppa*-*-hpux*, ia64-*-hpux*): Make them obsolete.
7698 (ia64-*-hpux*): Remove its float format exception.
7699 * configure.tgt (hppa*-*-hpux*, ia64-*-hpux*): Make them obsolete.
7700 * hppa-hpux-nat.c: Remove file.
7701 * hppa-hpux-tdep.c: Remove file.
7702 * hppa-tdep.c (struct hppa_unwind_info, struct hppa_objfile_private):
7703 Move them here from hppa-tdep.h
7704 (hppa_objfile_priv_data, hppa_init_objfile_priv_data): Make it static.
7705 (hppa_frame_prev_register_helper): Remove HPPA_FLAGS_REGNUM exception.
7706 * hppa-tdep.h (struct hppa_unwind_info, struct hppa_objfile_private):
7707 Move them to hppa-tdep.c.
7708 (hppa_objfile_priv_data, hppa_init_objfile_priv_data): Remove
7709 declarations.
7710 * ia64-hpux-nat.c: Remove file.
7711 * ia64-hpux-tdep.c: Remove file.
7712 * ia64-hpux-tdep.h: Remove file.
7713 * inf-ttrace.c: Remove file.
7714 * inf-ttrace.h: Remove file.
7715 * solib-ia64-hpux.c: Remove file.
7716 * solib-ia64-hpux.h: Remove file.
7717 * solib-pa64.c: Remove file.
7718 * solib-pa64.h: Remove file.
7719 * solib-som.c: Remove file.
7720 * solib-som.h: Remove file.
7721 * somread.c: Remove file.
7722
25268153
JB
77232015-03-13 John Baldwin <jhb@FreeBSD.org>
7724
7725 * configure.ac: AC_SEARCH_LIBS(kinfo_getvmmap, util).
7726 * config.in: Regenerate.
7727 * configure: Regenerate.
7728 * fbsd-nat.c [!HAVE_KINFO_GETVMMAP] (fbsd_read_mapping): Don't
72f4393d 7729 define.
25268153
JB
7730 (fbsd_find_memory_regions): Use kinfo_getvmmap to
7731 enumerate memory regions if present.
7732
773eacf5
JB
77332015-03-13 John Baldwin <jhb@FreeBSD.org>
7734
7735 * amd64fbsd-tdep.c (amd64fbsd_sigtramp_p): Style fixes.
7736 * i386fbsd-tdep.c: Fix style in various gdb_static_assert
7737 expressions.
7738 (i386fbsd_sigtramp_p): Likewise.
7739
01b6bdb0
JB
77402015-03-12 John Baldwin <jhb@FreeBSD.org>
7741
7742 * MAINTAINERS (Write After Approval): Add John Baldwin.
7743
811a659a
GB
77442015-03-12 Gary Benson <gbenson@redhat.com>
7745
7746 * solib.c (_initialize_solib): Make "set/show sysroot" use
7747 add_setshow_optional_filename_cmd so it can be restored to
7748 empty after being set.
7749
10304ef3
SDJ
77502015-03-11 Sergio Durigan Junior <sergiodj@redhat.com>
7751
7752 * Makefile.in (SFILES): New source break-catch-syscall.c.
7753 (COMMON_OBS): New object break-catch-syscall.o.
7754 * break-catch-syscall.c: New file.
7755 * breakpoint.c: Remove inclusion of "xml-syscall.h".
7756 (syscall_catchpoint_p): Move declaration to break-catch-syscall.c
7757 (struct syscall_catchpoint): Likewise.
7758 (dtor_catch_syscall): Likewise.
7759 (catch_syscall_inferior_data): Likewise.
7760 (struct catch_syscall_inferior_data): Likewise.
7761 (get_catch_syscall_inferior_data): Likewise.
7762 (catch_syscall_inferior_data_cleanup): Likewise.
7763 (insert_catch_syscall): Likewise.
7764 (remove_catch_syscall): Likewise.
7765 (breakpoint_hit_catch_syscall): Likewise.
7766 (print_it_catch_syscall): Likewise.
7767 (print_one_catch_syscall): Likewise.
7768 (print_mention_catch_syscall): Likewise.
7769 (print_recreate_catch_syscall): Likewise.
7770 (catch_syscall_breakpoint_ops): Likewise.
7771 (syscall_catchpoint_p): Likewise.
7772 (create_syscall_event_catchpoint): Likewise.
7773 (catch_syscall_split_args): Likewise.
7774 (catch_syscall_command_1): Likewise.
7775 (is_syscall_catchpoint_enabled): Likewise.
7776 (catch_syscall_enabled): Likewise.
7777 (catching_syscall_number): Likewise.
7778 (catch_syscall_completer): Likewise.
7779 (clear_syscall_counts): Likewise.
7780 (initialize_breakpoint_ops): Move initialization of syscall
7781 catchpoints to break-catch-syscall.c.
7782 (_initialize_breakpoint): Move code related to syscall catchpoints
7783 to break-catch-syscall.c.
7784
badd37ce
SDJ
77852015-03-11 Sergio Durigan Junior <sergiodj@redhat.com>
7786
7787 * breakpoint.c (breakpoint_find_if): New function.
7788 * breakpoint.h (breakpoint_find_if): New prototype.
7789
0a93529c
GB
77902015-03-11 Gary Benson <gbenson@redhat.com>
7791
7792 * remote-fileio.h (remote_fileio_to_host_stat): New declaration.
7793 * remote-fileio.c (remote_fileio_to_host_uint): New function.
7794 (remote_fileio_to_host_ulong): Likewise.
7795 (remote_fileio_to_host_mode): Likewise.
7796 (remote_fileio_to_host_time): Likewise.
7797 (remote_fileio_to_host_stat): Likewise.
7798 * remote.c (PACKET_vFile_fstat): New enum value.
7799 (remote_protocol_features): Register the "vFile:fstat" feature.
7800 (remote_hostio_fstat): New function.
7801 (remote_bfd_iovec_stat): Use the above.
7802 (_initialize_remote): Register new "set/show remote
7803 hostio-fstat-packet" command.
7804 * symfile.c (separate_debug_file_exists): Update comment.
7805 * NEWS: Announce new vFile:fstat packet.
7806
791c0056
GB
78072015-03-11 Gary Benson <gbenson@redhat.com>
7808
7809 * common/common-remote-fileio.h: New file.
7810 * common/common-remote-fileio.c: Likewise.
7811 * Makefile.in (SFILES): Add common/common-remote-fileio.c.
7812 (HFILES_NO_SRCDIR): Add common/common-remote-fileio.h.
7813 (COMMON_OBS): Add common-remote-fileio.o.
7814 (common-remote-fileio.o): New rule.
7815 * remote-fileio.h (common-remote-fileio.h): New include.
7816 * remote-fileio.c (gdb/fileio.h): Do not include.
7817 (remote_fileio_to_be): Moved to common-remote-fileio.h.
7818 (remote_fileio_to_fio_uint): Likewise.
7819 (remote_fileio_to_fio_time): Likewise.
7820 (remote_fileio_mode_to_target): Moved to common-remote-fileio.c.
7821 (remote_fileio_to_fio_mode): Likewise.
7822 (remote_fileio_to_fio_ulong): Likewise.
7823 (remote_fileio_to_fio_stat): Likewise.
7824
1390d0ef
AW
78252015-03-11 Andy Wingo <wingo@igalia.com>
7826
7827 * guile/scm-value.c (gdbscm_value_dynamic_type): Fix typo in which
7828 we were checking the cached type, not the cached dynamic type.
7829
84a4591a
AW
78302015-03-11 Andy Wingo <wingo@igalia.com>
7831
7832 * guile/scm-cmd.c (cmdscm_destroyer): Don't xfree the name and
7833 other strings, as these are on the GC'd heap, and will be
7834 collected along with the smob.
7835
85642ba0
AW
78362015-03-11 Andy Wingo <wingo@igalia.com>
7837
7838 * guile/scm-objfile.c (gdbscm_objfile_progspace): New function.
7839 (objfile_functions): Bind gdbscm_objfile_progspace to
7840 objfile-progspace.
7841 * guile/lib/gdb.scm: Add objfile-progspace to exports.
7842
92fab5a6
AW
78432015-03-11 Andy Wingo <wingo@igalia.com>
7844
7845 * guile/guile.c (_initialize_guile): Disable automatic
7846 finalization, if Guile offers us that possibility.
7847 * guile/guile.c (call_initialize_gdb_module):
7848 * guile/scm-safe-call.c (gdbscm_with_catch): Arrange to run
7849 finalizers in appropriate places.
7850 * configure.ac (AC_TRY_LIBGUILE): Add a check for
7851 scm_set_automatic_finalization_enabled.
7852 * configure: Regenerated.
7853
f054145e
AA
78542015-03-11 Andreas Arnez <arnez@linux.vnet.ibm.com>
7855
7856 * s390-linux-tdep.c (s390_skip_prologue): Skip the prologue using
7857 SAL, if possible.
7858
18396193
AA
78592015-03-11 Andreas Arnez <arnez@linux.vnet.ibm.com>
7860
7861 * s390-linux-nat.c (struct arch_lwp_info): New.
7862 (s390_fix_watch_points): Rename to...
7863 (s390_prepare_to_resume): ...this. Skip the PER info update
7864 unless the watch points have changed.
7865 (s390_refresh_per_info, s390_new_thread): New functions.
7866 (s390_insert_watchpoint): Call s390_refresh_per_info instead of
7867 s390_fix_watch_points.
7868 (s390_remove_watchpoint): Likewise.
7869 (_initialize_s390_nat): Reflect renaming of s390_fix_watch_points.
7870 Register s390_prepare_to_resume.
7871
9eb1356e
PA
78722015-03-09 Pedro Alves <palves@redhat.com>
7873
7874 Revert:
7875 2015-03-07 Pedro Alves <palves@redhat.com>
7876 * common/gdb_socket.h: New file.
7877 * ser-tcp.c: Include gdb_socket.h. Don't include netinet/in.h nor
7878 sys/socket.h.
7879 (net_open): Use union gdb_sockaddr_u.
7880
aac331e4
PA
78812015-03-07 Pedro Alves <palves@redhat.com>
7882
7883 * configure.ac (build_warnings): Move -Wmissing-prototypes
7884 -Wdeclaration-after-statement -Wmissing-parameter-type
7885 -Wold-style-declaration -Wold-style-definition to the C-specific
7886 set.
7887 * configure: Regenerate.
7888
366c75fc
PA
78892015-03-07 Pedro Alves <palves@redhat.com>
7890
7891 * common/gdb_socket.h: New file.
7892 * ser-tcp.c: Include gdb_socket.h. Don't include netinet/in.h nor
7893 sys/socket.h.
7894 (net_open): Use union gdb_sockaddr_u.
7895
72df25b2
PA
78962015-03-07 Pedro Alves <palves@redhat.com>
7897
7898 * common/common-exceptions.c [!__cplusplus] (enum catcher_state)
7899 (exceptions_state_mc_action_iter)
7900 (exceptions_state_mc_action_iter_1, exceptions_state_mc_catch):
7901 Don't define.
7902 [__cplusplus] (try_scope_depth): New global.
7903 [__cplusplus] (exception_try_scope_entry)
7904 (exception_try_scope_exit, gdb_exception_sliced_copy)
7905 (exception_rethrow): New functions.
7906 (throw_exception): In C++ mode, throw
7907 gdb_exception_RETURN_MASK_QUIT for RETURN_QUIT and
7908 gdb_exception_RETURN_MASK_ERROR for RETURN_ERROR.
7909 (throw_it): In C++ mode, use try_scope_depth.
7910 * common/common-exceptions.h [!__cplusplus]
7911 (exceptions_state_mc_action_iter)
7912 (exceptions_state_mc_action_iter_1, exceptions_state_mc_catch):
7913 Don't declare.
7914 [__cplusplus] (exception_try_scope_entry)
7915 (exception_try_scope_exit, exception_rethrow): Declare.
7916 [__cplusplus] (struct exception_try_scope): New struct.
7917 [__cplusplus] (TRY, CATCH, END_CATCH): Reimplement on top of real
7918 C++ exceptions.
7919 (struct gdb_exception_RETURN_MASK_ALL)
7920 (struct gdb_exception_RETURN_MASK_ERROR)
7921 (struct gdb_exception_RETURN_MASK_QUIT): New types.
7922
284e6217
PA
79232015-03-07 Pedro Alves <palves@redhat.com>
7924
7925 * main.c (handle_command_errors): Remove volatile qualifier from
7926 parameter.
7927
6c63c96a
PA
79282015-03-07 Pedro Alves <palves@redhat.com>
7929
7930 * breakpoint.c (save_breakpoints): Adjust to avoid code between
7931 TRY and CATCH.
7932 * gdbtypes.c (safe_parse_type): Remove empty line.
7933 (types_deeply_equal):
7934 * guile/scm-frame.c (gdbscm_frame_name):
7935 * linux-thread-db.c (find_new_threads_once):
7936 * python/py-breakpoint.c (bppy_get_commands):
7937 * record-btrace.c (record_btrace_insert_breakpoint)
7938 (record_btrace_remove_breakpoint, record_btrace_start_replaying)
7939 (record_btrace_start_replaying): Adjust to avoid code between TRY
7940 and CATCH.
7941
492d29ea
PA
79422015-03-07 Pedro Alves <palves@redhat.com>
7943
7944 * common/common-exceptions.c (struct catcher) <exception>: No
7945 longer a pointer to volatile exception. Now an exception value.
7946 <mask>: Delete field.
7947 (exceptions_state_mc_init): Remove all parameters. Adjust.
7948 (exceptions_state_mc): No longer pop the catcher here.
7949 (exceptions_state_mc_catch): New function.
7950 (throw_exception): Adjust.
7951 * common/common-exceptions.h (exceptions_state_mc_init): Remove
7952 all parameters.
7953 (exceptions_state_mc_catch): Declare.
7954 (TRY_CATCH): Rename to ...
7955 (TRY): ... this. Remove EXCEPTION and MASK parameters.
7956 (CATCH, END_CATCH): New.
7957 All callers adjusted.
7958
ece957c8
TT
79592015-03-07 Tom Tromey <tromey@redhat.com>
7960
7961 * top.c (quit_force): Inline and delete DO_TRY, DO_PRINT_EX.
7962
7556d4a4
PA
79632015-03-07 Pedro Alves <palves@redhat.com>
7964
7965 * amd64-tdep.c (amd64_frame_cache, amd64_sigtramp_frame_cache)
7966 (amd64_epilogue_frame_cache): Normal exception handling code.
7967 * break-catch-throw.c (check_status_exception_catchpoint)
7968 (re_set_exception_catchpoint): Ditto.
7969 * cli/cli-interp.c (safe_execute_command):
7970 * cli/cli-script.c (script_from_file): Ditto.
7971 * compile/compile-c-symbols.c (generate_c_for_for_one_variable):
7972 Ditto.
7973 * compile/compile-object-run.c (compile_object_run): Ditto.
7974 * cp-abi.c (baseclass_offset): Ditto.
7975 * cp-valprint.c (cp_print_value): Ditto.
7976 * exceptions.c (catch_exceptions_with_msg):
7977 * frame-unwind.c (frame_unwind_try_unwinder): Ditto.
7978 * frame.c (get_frame_address_in_block_if_available): Ditto.
7979 * i386-tdep.c (i386_frame_cache, i386_epilogue_frame_cache)
7980 (i386_sigtramp_frame_cache): Ditto.
7981 * infcmd.c (post_create_inferior): Ditto.
7982 * linespec.c (parse_linespec, find_linespec_symbols):
7983 * p-valprint.c (pascal_object_print_value): Ditto.
7984 * parse.c (parse_expression_for_completion): Ditto.
7985 * python/py-finishbreakpoint.c (bpfinishpy_init): Ditto.
7986 * remote.c (remote_get_noisy_reply): Ditto.
7987 * s390-linux-tdep.c (s390_frame_unwind_cache): Ditto.
7988 * solib-svr4.c (solib_svr4_r_map): Ditto.
7989
f873665f 79902015-03-06 Gary Benson <gbenson@redhat.com>
61012eef
GB
7991
7992 * common/common-utils.h (startswith): New inline function.
7993 All places where this logic was used updated to use the above.
7994
68901c4d
PA
79952015-03-05 Pedro Alves <palves@redhat.com>
7996
7997 PR gdb/18002
7998 * mem-break.c (default_memory_insert_breakpoint): Set shadow_len
7999 after reading the breakpoint's shadow memory.
8000
2dcb2b1a
MK
80012015-03-05 Mark Kettenis <kettenis@gnu.org>
8002
8003 * hppabsd-nat.c: Remove file.
8004 * hppaobsd-nat.c: New file.
8005 * Makefile.in (ALLDEPFILES): Remove hppabsd-nat.c. Add
8006 hppaobsd-nat.c.
8007 * config/pa/obsd.mh (NATDEPFILES): Replace hppabsd-nat.o with
8008 hppaobsd-nat.o.
8009
527a273a
PA
80102015-03-04 Pedro Alves <palves@redhat.com>
8011
8012 * target.h (struct target_ops) <to_decr_pc_after_break>: Delete.
8013 (target_decr_pc_after_break): Delete declaration.
8014 * target.c (default_target_decr_pc_after_break)
8015 (target_decr_pc_after_break): Delete.
8016 * linux-nat.c (check_stopped_by_breakpoint, linux_nat_wait_1): Use
8017 gdbarch_decr_pc_after_break instead of target_decr_pc_after_break.
8018 * linux-thread-db.c (check_event): Likewise.
8019 * infrun.c (adjust_pc_after_break): Likewise.
8020 * darwin-nat.c (cancel_breakpoint): Likewise.
8021 * aix-thread.c (aix_thread_wait): Likewise.
8022 * target-delegates.c: Regenerate.
8023
faf09f01
PA
80242015-03-04 Pedro Alves <palves@redhat.com>
8025
8026 * linux-nat.c (save_sigtrap): Check for breakpoints before
8027 checking watchpoints.
8028 (status_callback) [USE_SIGTRAP_SIGINFO]: Don't check whether a
8029 breakpoint is inserted if relying on SIGTRAP's siginfo.si_code.
8030 (check_stopped_by_breakpoint) [USE_SIGTRAP_SIGINFO]: Decide whether
8031 a breakpoint triggered based on the SIGTRAP's siginfo.si_code.
8032 (linux_nat_stopped_by_sw_breakpoint)
8033 (linux_nat_supports_stopped_by_sw_breakpoint)
8034 (linux_nat_stopped_by_hw_breakpoint)
8035 (linux_nat_supports_stopped_by_hw_breakpoint): New functions.
8036 (linux_nat_wait_1): Don't re-increment the PC if relying on
8037 SIGTRAP's siginfo->si_code.
8038 (linux_nat_add_target): Install new target methods.
8039 * linux-thread-db.c (check_event): Don't account for breakpoint PC
8040 offset if the target already adjusted the PC.
8041 * nat/linux-ptrace.h (USE_SIGTRAP_SIGINFO): New.
8042 (GDB_ARCH_TRAP_BRKPT): New.
8043 (TRAP_HWBKPT): Define if not already defined.
8044
f7e6eed5
PA
80452015-03-04 Pedro Alves <palves@redhat.com>
8046
8047 * NEWS: Mention the new "swbreak" and "hwbreak" stop reasons.
8048 * remote.c (struct remote_state) <remote_stopped_by_watchpoint_p>:
8049 Delete field.
8050 <stop_reason>: New field.
8051 (PACKET_swbreak_feature, PACKET_hwbreak_feature): New enum values.
8052 (packet_set_cmd_state): New function.
8053 (remote_protocol_features): Register the "swbreak" and "hwbreak"
8054 features.
8055 (remote_query_supported): If not disabled with the corresponding
8056 "set remote foo-packet" command, report support for the swbreak
8057 and hwbreak features.
8058 (struct stop_reply) <remote_stopped_by_watchpoint_p>: Delete
8059 field.
8060 <stop_reason>: New field.
8061 (remote_parse_stop_reply): Handle "swbreak" and "hwbreak".
8062 (remote_wait_as): Adjust.
8063 (remote_stopped_by_sw_breakpoint)
8064 (remote_supports_stopped_by_sw_breakpoint)
8065 (remote_stopped_by_hw_breakpoint)
8066 (remote_supports_stopped_by_hw_breakpoint): New functions.
8067 (remote_stopped_by_watchpoint): New function.
8068 (init_remote_ops): Install them.
8069 (_initialize_remote): Register new "set/show remote
8070 swbreak-feature-packet" and "set/show remote
8071 swbreak-feature-packet" commands.
8072
9e8915c6
PA
80732015-03-04 Pedro Alves <palves@redhat.com>
8074
8075 * btrace.h: Include target/waitstatus.h.
8076 (struct btrace_thread_info) <stop_reason>: New field.
8077 * record-btrace.c (record_btrace_step_thread): Use
8078 record_check_stopped_by_breakpoint instead of breakpoint_here_p.
8079 (record_btrace_decr_pc_after_break): Delete.
8080 (record_btrace_stopped_by_sw_breakpoint)
8081 (record_btrace_supports_stopped_by_sw_breakpoint)
8082 (record_btrace_stopped_by_hw_breakpoint)
8083 (record_btrace_supports_stopped_by_hw_breakpoint): New functions.
8084 (init_record_btrace_ops): Install them.
8085 * record-full.c (record_full_hw_watchpoint): Delete and replace
8086 with ...
8087 (record_full_stop_reason): ... this throughout.
8088 (record_full_exec_insn): Adjust.
8089 (record_full_wait_1): Adjust. No longer re-increment the PC.
8090 (record_full_wait_1): Adjust. Use
8091 record_check_stopped_by_breakpoint instead of breakpoint_here_p.
8092 (record_full_stopped_by_watchpoint): Adjust.
8093 (record_full_stopped_by_sw_breakpoint)
8094 (record_full_supports_stopped_by_sw_breakpoint)
8095 (record_full_supports_stopped_by_sw_breakpoint)
8096 (record_full_stopped_by_hw_breakpoint)
8097 (record_full_supports_stopped_by_hw_breakpoint): New functions.
8098 (init_record_full_ops, init_record_full_core_ops): Install them.
8099 * record.c (record_check_stopped_by_breakpoint): New function.
8100 * record.h: Include target/waitstatus.h.
8101 (record_check_stopped_by_breakpoint): New declaration.
8102
15c66dd6
PA
81032015-03-04 Pedro Alves <palves@redhat.com>
8104
8105 enum lwp_stop_reason -> enum target_stop_reason
8106 * linux-nat.c (linux_resume_one_lwp, check_stopped_by_watchpoint)
8107 (linux_nat_stopped_by_watchpoint, status_callback)
8108 (linux_nat_wait_1): Adjust.
8109 * linux-nat.h (enum lwp_stop_reason): Delete.
8110 (struct lwp_info) <stop_reason>: Now an enum target_stop_reason.
8111 * x86-linux-nat.c (x86_linux_prepare_to_resume): Adjust.
8112 * target/waitstatus.h (enum target_stop_reason): New.
8113
1cf4d951
PA
81142015-03-04 Pedro Alves <palves@redhat.com>
8115
8116 * breakpoint.c (need_moribund_for_location_type): New function.
8117 (bpstat_stop_status): Don't skipping checking moribund locations
8118 of breakpoint types which the target tell caused a stop.
8119 (program_breakpoint_here_p): New function, factored out from ...
8120 (bp_loc_is_permanent): ... this.
8121 (update_global_location_list): Don't create a moribund location if
8122 the target supports reporting stops of the type of the removed
8123 breakpoint.
8124 * breakpoint.h (program_breakpoint_here_p): New declaration.
8125 * infrun.c (adjust_pc_after_break): Return early if the target has
8126 already adjusted the PC. Add comments.
8127 (handle_signal_stop): If nothing explains a signal, and the target
8128 tells us the stop was caused by a software breakpoint, check if
8129 there's a breakpoint instruction in the memory. If so, adjust the
8130 PC before presenting the stop to the user. Otherwise, ignore the
8131 trap. If nothing explains a signal, and the target tells us the
8132 stop was caused by a hardware breakpoint, ignore the trap.
8133 * target.h (struct target_ops) <to_stopped_by_sw_breakpoint,
8134 to_supports_stopped_by_sw_breakpoint, to_stopped_by_hw_breakpoint,
8135 to_supports_stopped_by_hw_breakpoint>: New fields.
8136 (target_stopped_by_sw_breakpoint)
8137 (target_supports_stopped_by_sw_breakpoint)
8138 (target_stopped_by_hw_breakpoint)
8139 (target_supports_stopped_by_hw_breakpoint): Define.
8140 * target-delegates.c: Regenerate.
8141
79639e11
PA
81422015-03-04 Pedro Alves <palves@redhat.com>
8143
8144 * infrun.c (follow_fork_inferior): Use the whole of the
8145 inferior_ptid and pending_follow.related_pid ptids instead of
8146 building ptids from the process components. Adjust verbose output
8147 to use target_pid_to_str.
8148 * linux-nat.c (linux_child_follow_fork): Use the whole of the
8149 inferior_ptid and pending_follow.related_pid ptids instead of
8150 building ptids from the process components.
8151
e85e8e5e
MK
81522015-03-04 Mark Kettenis <kettenis@gnu.org>
8153
8154 * inf-ptrace.c [PT_GET_PROCESS_STATE]
8155 (inf_ptrace_insert_fork_catchpoint): New function.
8156 (inf_ptrace_remove_fork_catchpoint): New function.
8157 (inf_ptrace_target) [PT_GET_PROCESS_STATE]: Install them.
8158
87de11c0
AA
81592015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
8160
8161 * s390-linux-tdep.c (s390_register_name): Return empty string
8162 instead of NULL for registers that shouldn't be visible.
8163
d851a69a
AA
81642015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
8165
8166 * s390-linux-tdep.c (s390_gdbarch_init): Use the correct syscall
8167 XML file for 64-bit targets.
8168
b072f6c1
SM
81692015-03-03 Simon Marchi <simon.marchi@ericsson.com>
8170
8171 * target.h (find_default_create_inferior): Remove declaration.
8172 (find_default_attach): Likewise.
8173
c1593e4f
PA
81742015-03-03 Pedro Alves <palves@redhat.com>
8175
8176 * inf-ptrace.c (inf_ptrace_resume): Remove spurious whitespace.
8177 Use ptid_get_pid to get the overall process id when resuming all
8178 threads.
8179
90ad5e1d
PA
81802015-03-03 Pedro Alves <palves@redhat.com>
8181
8182 * i386-linux-nat.c (i386_linux_resume): Get the ptrace PID out of
8183 the lwp field of ptid. Pass the full ptid to get_thread_regcache.
8184 * inf-ptrace.c (get_ptrace_pid): New function.
8185 (inf_ptrace_resume): Use it.
8186 * linux-nat.c (linux_resume_one_lwp): Pass the LWP's ptid ummodified
8187 to the lower layer.
8188
d68e53f4
MM
81892015-03-03 Markus Metzger <markus.t.metzger@intel.com>
8190
8191 * nat/linux-btrace.c: Include sys/utsname.h.
8192 (linux_determine_kernel_ptr_bits): New.
8193 (linux_enable_bts): Call linux_determine_kernel_ptr_bits.
8194 * x86-linux-nat.c (x86_linux_enable_btrace): Do not overwrite non-zero
8195 ptr_bits.
8196
986b6601
MM
81972015-03-03 Markus Metzger <markus.t.metzger@intel.com>
8198
8199 * btrace.c (ftrace_update_function): Treat return as tailcall for
8200 "_dl_runtime_resolve".
8201
ce0dfbea
MM
82022015-03-03 Markus Metzger <markus.t.metzger@intel.com>
8203
8204 * btrace.h (btrace_function) <lbegin, lend>: Remove.
8205 * btrace.c (ftrace_debug): Do not print the line range.
8206 (ftrace_skip_file, ftrace_update_lines): Remove.
8207 (ftrace_new_function): Remove lbegin and lend initialization.
8208 (btrace_compute_ftrace_bts): Remove call to ftrace_update_lines.
8209 * record-btrace.c (btrace_compute_src_line_range): New.
8210 (btrace_call_history_src_line): Call btrace_compute_src_line_range.
8211
95e50b27
PA
82122015-03-02 Pedro Alves <palves@redhat.com>
8213
8214 * infrun.c (follow_exec): Delete all threads of the process except
8215 the event thread. Extended comments.
8216
00e474c2
JB
82172015-03-02 Joel Brobecker <brobecker@adacore.com>
8218
8219 * contrib/ari/gdb_ari.sh: Reinstate checks for "true" and "false".
8220
cc7039d3
JB
82212015-03-02 Joel Brobecker <brobecker@adacore.com>
8222
8223 * utils.h: Remove <stdbool.h> #include.
8224 (producer_is_gcc): Change return type to "int".
8225 * utils.c (producer_is_gcc): Change return type to int.
8226 Return 1 instead of true, and 0 instead of false.
8227 Adjust function documentation accordingly.
8228
550bdf96
AA
82292015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
8230
8231 * s390-linux-nat.c (have_regset_vxrs): New static variable.
8232 (s390_linux_fetch_inferior_registers): Handle vector registers, if
8233 present.
8234 (s390_linux_store_inferior_registers): Likewise.
8235 (s390_get_hwcap): Remove function. Embed its logic...
8236 (s390_read_description): ...here. Yield a target description with
8237 vector registers if applicable.
8238 * s390-linux-tdep.c: Include "features/s390-vx-linux64.c",
8239 "features/s390-tevx-linux64.c", "features/s390x-vx-linux64.c", and
8240 "features/s390x-tevx-linux64.c".
8241 (struct gdbarch_tdep) <v0_full_regnum>: New field.
8242 (s390_dwarf_regmap): Add vector registers. Remove bogus entries
8243 for "GNU/Linux-specific registers".
8244 (s390_dwarf_reg_r0l): New enum value.
8245 (s390_dwarf_reg_to_regnum): Support vector registers.
8246 (s390_adjust_frame_regnum): Adjust pseudo DWARF register numbers
8247 of GPR lower halves.
8248 (regnum_is_vxr_full): New function.
8249 (s390_register_name): New function.
8250 (s390_pseudo_register_name): Handle v0-v15, which are composed of
8251 f0-f15 and v0l-v15l.
8252 (s390_pseudo_register_type): Likewise.
8253 (s390_pseudo_register_read): Likewise.
8254 (s390_pseudo_register_write): Likewise.
8255 (s390_value_from_register): Account for the fact that values are
8256 placed left-justified in vector registers.
8257 (s390_pseudo_register_reggroup_p): Add pseudo registers v0-v15 to
8258 the vector reggroup and omit them from the general reggroup.
8259 (s390_regmap_vxrs_low, s390_regmap_vxrs_high): New register maps.
8260 (s390_vxrs_low_regset, s390_vxrs_high_regset): New regsets.
8261 (s390_iterate_over_regset_sections): Add iterations for the two
8262 new vector regsets.
8263 (s390_core_read_description): Yield a target description with
8264 vector registers if applicable.
8265 (s390_gdbarch_init): Handle target descriptions with vector
8266 registers. Add "register_name" gdbarch method.
8267 (_initialize_s390_tdep): Call new tdesc initialization functions.
8268 * s390-linux-tdep.h (HWCAP_S390_VX): New macro.
8269 (S390_V0_LOWER_REGNUM, S390_V1_LOWER_REGNUM, S390_V2_LOWER_REGNUM)
8270 (S390_V3_LOWER_REGNUM, S390_V4_LOWER_REGNUM, S390_V5_LOWER_REGNUM)
8271 (S390_V6_LOWER_REGNUM, S390_V7_LOWER_REGNUM, S390_V8_LOWER_REGNUM)
8272 (S390_V9_LOWER_REGNUM, S390_V10_LOWER_REGNUM)
8273 (S390_V11_LOWER_REGNUM, S390_V12_LOWER_REGNUM)
8274 (S390_V13_LOWER_REGNUM, S390_V14_LOWER_REGNUM)
8275 (S390_V15_LOWER_REGNUM, S390_V16_REGNUM, S390_V17_REGNUM)
8276 (S390_V18_REGNUM, S390_V19_REGNUM, S390_V20_REGNUM)
8277 (S390_V21_REGNUM, S390_V22_REGNUM, S390_V23_REGNUM)
8278 (S390_V24_REGNUM, S390_V25_REGNUM, S390_V26_REGNUM)
8279 (S390_V27_REGNUM, S390_V28_REGNUM, S390_V29_REGNUM)
8280 (S390_V30_REGNUM, S390_V31_REGNUM): New macros.
8281 (S390_NUM_REGS): Adjust value.
8282 (s390_vxrs_low_regset, s390_vxrs_high_regset): Declare.
8283 (tdesc_s390_vx_linux64, tdesc_s390_tevx_linux64)
8284 (tdesc_s390x_vx_linux64, tdesc_s390x_tevx_linux64): Likewise.
8285 * NEWS: Announce S/390 vector register support.
8286
446899e4
AA
82872015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
8288
8289 * features/s390-tevx-linux64.xml: New file.
8290 * features/s390-vx-linux64.xml: New file.
8291 * features/s390-vx.xml: New file.
8292 * features/s390x-tevx-linux64.xml: New file.
8293 * features/s390x-vx-linux64.xml: New file.
8294 * features/Makefile (WHICH): Add s390-vx-linux64,
8295 s390x-vx-linux64, s390-tevx-linux64, and s390x-tevx-linux64.
8296 (s390-vx-linux64-expedite, s390-tevx-linux64-expedite)
8297 (s390x-vx-linux64-expedite, s390x-tevx-linux64-expedite): New
8298 macros.
8299 * features/s390-tevx-linux64.c: New generated file.
8300 * features/s390-vx-linux64.c: Likewise.
8301 * features/s390x-tevx-linux64.c: Likewise.
8302 * features/s390x-vx-linux64.c: Likewise.
8303 * regformats/s390-tevx-linux64.dat: Likewise.
8304 * regformats/s390-vx-linux64.dat: Likewise.
8305 * regformats/s390x-tevx-linux64.dat: Likewise.
8306 * regformats/s390x-vx-linux64.dat: Likewise.
8307
b7236fbe
DE
83082015-02-28 Doug Evans <xdje42@gmail.com>
8309
8310 * symtab.h (struct symtab) <next>: Fix comment.
8311
02e62830
SM
83122015-02-27 Simon Marchi <simon.marchi@ericsson.com>
8313
8314 * python/python.c (python_GdbModuleDef): Rename GdbMethods to
8315 python_GdbMethods.
8316
bf36a1e7
PA
83172015-02-27 Pedro Alves <palves@redhat.com>
8318
8319 * dtrace-probe.c (dtrace_probe_ops): Make extern.
8320
ad6aff7d
PA
83212015-02-27 Pedro Alves <palves@redhat.com>
8322
8323 * common/common-exceptions.h (exception_none): Declare.
8324 * common/common-exceptions.c (exception_none): Moved from
8325 exceptions.c.
8326 (exceptions_state_mc_init): Use exception_none.
8327 * exceptions.c (exception_none): Move to
8328 common/common-exceptions.c.
8329 * exceptions.h (exception_none): Move to
8330 common/common-exceptions.h.
8331
97c18565
PA
83322015-02-27 Pedro Alves <palves@redhat.com>
8333
8334 * main.c (catch_command_errors, catch_command_errors_const):
8335 Remove 'mask' argument. Adjust.
8336 (captured_main): Adjust callers.
8337
e992c591
PA
83382015-02-27 Pedro Alves <palves@redhat.com>
8339
8340 * python/python-internal.h: Include "extension-priv.h".
8341
64166036
PA
83422015-02-27 Pedro Alves <palves@redhat.com>
8343
8344 * breakpoint.h (enum print_stop_action): Move further up in the
8345 file.
8346
8a526fa6
PA
83472015-02-27 Pedro Alves <palves@redhat.com>
8348
8349 * gdbarch.sh: Include regcache.h.
8350 * gdbarch.h: Regenerate.
8351
0fa9c223
PA
83522015-02-27 Pedro Alves <palves@redhat.com>
8353
8354 * arm-tdep.c (decode_insn) <arm_handle_insn, thumb_handle_insn>:
8355 Remove duplicate const.
8356 * sparc-sol2-tdep.c (sparc_sol2_static_transform_name): Remove
8357 duplicate const.
8358
7cf99fb1
PA
83592015-02-27 Pedro Alves <palves@redhat.com>
8360
8361 * cp-valprint.c (vtbl_ptr_name): Use EXPORTED_CONST.
8362 * guile/guile.c (extension_language_guile): Use EXPORTED_CONST.
8363 * features/feature_to_c.sh: Tag the generated xml_builtin array
8364 with extern const in C++ mode.
8365
1424c16e
TT
83662015-02-27 Tom Tromey <tromey@redhat.com>
8367
8368 * minidebug.c (struct lzma_stream): Rename to ...
8369 (struct gdb_lzma_stream): ... this.
8370 (lzma_open, lzma_pread, lzma_close, lzma_stat): Adjust.
8371
10367c7c
PA
83722015-02-27 Pedro Alves <palves@redhat.com>
8373
8374 * mi/mi-cmd-stack.c (mi_apply_ext_lang_frame_filter): New
8375 function.
8376 (mi_cmd_stack_list_locals, mi_cmd_stack_list_args)
8377 (mi_cmd_stack_list_variables): Use it.
8378
4180215b
PA
83792015-02-27 Pedro Alves <palves@redhat.com>
8380
8381 * x86-linux-nat.c (u_debugreg_offset): New function.
8382 (x86_linux_dr_get, x86_linux_dr_set): Use it.
8383
2f56f7c3
PA
83842015-02-27 Pedro Alves <palves@redhat.com>
8385
8386 * nat/x86-dregs.h (enum target_hw_bp_type): Remove forward
8387 declaration.
8388 Include break-common.h.
8389
570dc176
TT
83902015-02-27 Tom Tromey <tromey@redhat.com>
8391 Pedro Alves <palves@redhat.com>
8392
8393 * arm-tdep.c (set_fp_model_sfunc, arm_set_abi): Use 'int' for
8394 local used to iterate over enums.
8395 * completer.c (signal_completer): Likewise.
8396 * i386-tdep.c (i386_stap_parse_special_token): Likewise.
8397 * rs6000-tdep.c (powerpc_set_vector_abi): Likewise.
8398 * tui/tui-data.c (tui_next_win, tui_prev_win): Likewise.
8399 * tui/tui-layout.c (next_layout, prev_layout): Likewise.
8400 * tui/tui-win.c (tui_refresh_all_win, tui_rehighlight_all)
8401 (tui_resize_all, tui_set_focus_command, tui_all_windows_info): Likewise.
8402 * tui-wingeneral.c (tui_refresh_all): Likewise.
8403
68c14faa
PA
84042015-02-27 Pedro Alves <palves@redhat.com>
8405
8406 * target.h: Include "infrun.h".
8407
749bab01
PA
84082015-02-27 Pedro Alves <palves@redhat.com>
8409
8410 * gdb_proc_service.h: Wrap with EXTERN_C_PUSH/EXTERN_C_POP.
8411
3c14e5a3
PA
84122015-02-27 Pedro Alves <palves@redhat.com>
8413
8414 * common/agent.h (IPA_SYM_EXPORTED_NAME): New.
8415 (IPA_SYM): Use it.
8416 * common/common-defs.h (EXTERN_C_PUSH, EXTERN_C_POP): New macros.
8417
56000a98
PA
84182015-02-27 Pedro Alves <palves@redhat.com>
8419
8420 * cli-out.c (_rl_erase_entire_line): Move declaration out of
8421 cli_mld_erase_entire_line, and make it extern "C".
8422 * common/common-defs.h (EXTERN_C): New.
8423 * completer.c (_rl_completion_prefix_display_length)
8424 (_rl_print_completions_horizontally, QSFUNC): Move declarations
8425 out of gdb_display_match_list_1.
8426 (_rl_qsort_string_compare): Move declaration out of
8427 gdb_display_match_list_1, and make it extern "C".
8428 * defs.h (re_comp): Use EXTERN_C.
8429 * maint.c (_mcleanup): Move declaration out of mcleanup_wrapper,
8430 and make it extern "C".
8431 (monstartup): Move declaration out of maintenance_set_profile_cmd,
8432 and make it extern "C".
8433 (main): Move declaration out of maintenance_set_profile_cmd.
8434 * nat/linux-ptrace.c (linux_ptrace_attach_fail_reason_string): Use
8435 EXTERN_C.
8436
bcabf420
PA
84372015-02-27 Pedro Alves <palves@redhat.com>
8438
8439 * python/python.c (GdbMethods): Rename to ...
8440 (python_GdbMethods): ... this and make extern.
8441 (GdbModuleDef): Rename to ...
8442 (python_GdbModuleDef): ... this and make extern.
8443
928dbe07
PA
84442015-02-27 Pedro Alves <palves@redhat.com>
8445
8446 * record-btrace.c (set_record_btrace_cmdlist)
8447 (show_record_btrace_cmdlist): Remove redefinitions.
8448
52059ffd
TT
84492015-02-27 Tom Tromey <tromey@redhat.com>
8450 Pedro Alves <palves@redhat.com>
8451
8452 * dwarf2-frame.c (enum cfa_how_kind, struct
8453 dwarf2_frame_state_reg_info): Move out of struct
8454 dwarf2_frame_state.
8455 * dwarf2read.c (struct tu_stats): Move out of struct
8456 dwarf2_per_objfile.
8457 (struct file_entry): Move out of struct line_header.
8458 (struct nextfield, struct nextfnfield, struct fnfieldlist, struct
8459 typedef_field_list): Move out of struct field_info.
8460 * gdbtypes.h (enum dynamic_prop_kind, union dynamic_prop_data):
8461 Move out of struct dynamic_prop.
8462 (union type_owner, union field_location, struct field, struct
8463 range_bounds, union type_specific): Move out of struct main_type.
8464 (struct fn_fieldlist, struct fn_field, struct typedef_field)
8465 (VOFFSET_STATIC): Move out of struct cplus_struct_type.
8466 (struct call_site_target, union call_site_parameter_u, struct
8467 call_site_parameter): Move out of struct call_site.
8468 * m32c-tdep.c (enum m32c_prologue_kind): Move out of struct
8469 m32c_prologue.
8470 (enum srcdest_kind): Move out of struct srcdest.
8471 * main.c (enum cmdarg_kind): Move out of struct cmdarg.
8472 * prologue-value.h (enum prologue_value_kind): Move out of struct
8473 prologue_value.
8474 * s390-linux-tdep.c (enum s390_abi_kind): Move out of struct
8475 gdbarch_tdep.
8476 * stabsread.c (struct nextfield, struct next_fnfieldlist): Move
8477 out of struct field_info.
8478 * symfile.h (struct other_sections): Move out of struct
8479 section_addr_info.
8480 * symtab.c (struct symbol_cache_slot): Move out struct
8481 block_symbol_cache.
8482 * target-descriptions.c (enum tdesc_type_kind): Move out of
8483 typedef struct tdesc_type.
8484 * tui/tui-data.h (enum tui_line_or_address_kind): Move out of
8485 struct tui_line_or_address.
8486 * value.c (enum internalvar_kind, union internalvar_data): Move
8487 out of struct internalvar.
8488 * xtensa-tdep.h (struct ctype_cache): Move out of struct
8489 gdbarch_tdep.
8490
fe978cb0
PA
84912015-02-27 Tom Tromey <tromey@redhat.com>
8492 Pedro Alves <palves@redhat.com>
8493
8494 Rename symbols whose names are reserved C++ keywords throughout.
8495
3bc3d82a
PA
84962015-02-27 Pedro Alves <palves@redhat.com>
8497
8498 * Makefile.in (COMPILER): New, get it from autoconf.
8499 (COMPILE.pre, CC_LD): Use COMPILER.
8500 (CXX): Get from autoconf instead.
8501 (CXX_FOR_TARGET): Default to g++ instead of gcc.
8502 * acinclude.m4: Include build-with-cxx.m4.
8503 * build-with-cxx.m4: New file.
8504 * configure.ac: Call AC_PROG_CXX and GDB_AC_BUILD_WITH_CXX.
8505 Disable -Werror by default if building in C++ mode.
8506 (build_warnings): Add -Wno-sign-compare, -Wno-write-strings and
8507 -Wno-narrowing in C++ mode. Only enable -Wpointer-sign in C mode.
8508 Run supported-warning-flags tests with the C++ compiler.
8509 Save/restore CXXFLAGS too.
8510 * configure: Regenerate.
8511
07697489
PA
85122015-02-27 Pedro Alves <palves@redhat.com>
8513
8514 * libiberty.m4: New file.
8515 * acinclude.m4: Include libiberty.m4.
8516 * configure.ac: Call libiberty_INIT.
8517 * config.in, configure: Regenerate.
8518
60abeae4
AA
85192015-02-27 Andreas Arnez <arnez@linux.vnet.ibm.com>
8520
8521 * s390-linux-tdep.c (s390_gcc_target_options): Not just handle
8522 31-bit targets, but 64-bit targets as well.
8523 (s390_gnu_triplet_regexp): New function.
8524 (s390_gdbarch_init): Set the gcc_target_options gdbarch method for
8525 64-bit targets as well. Set the gnu_triplet_regexp gdbarch
8526 method.
8527
f44466fb 85282015-02-27 Jon TURNEY <jon.turney@dronecode.org.uk> (tiny patch)
f0666312
JT
8529
8530 * windows-nat.c (CONTEXT_DEBUGGER): Remove.
8531 (CONTEXT_DEBUGGER_DR): Add CONTEXT_SEGMENTS. Incorporate flags
8532 from CONTEXT_DEBUGGER.
8533
0def5aaa
DE
85342015-02-26 Doug Evans <dje@google.com>
8535
8536 * gdbtypes.c (internal_type_vptr_fieldno): Add missing call to
8537 CHECK_TYPEDEF.
8538 (set_type_vptr_fieldno): Ditto.
8539 (internal_type_vptr_basetype, set_type_vptr_basetype): Ditto.
8540 * gnu-v3-abi.c (gnuv3_dynamic_class): Ditto.
8541
77b64a49
PA
85422015-02-26 Pedro Alves <palves@redhat.com>
8543
8544 * auto-load.h (file_is_auto_load_safe): Add ATTRIBUTE_PRINTF.
8545 * complaints.c (vcomplaint): Pass argument FMT directly to
8546 printf-like functions instead of complaint->fmt.
8547 * ctf.c (ctf_save_write_metadata): Add ATTRIBUTE_PRINTF.
8548 * darwin-nat.c (inferior_debug): Add ATTRIBUTE_PRINTF.
8549 * compile/compile-loc2c.c (pushf, unary, binary): Add
8550 ATTRIBUTE_PRINTF.
8551 (do_compile_dwarf_expr_to_c): Pass string literal as format string
8552 to pushf.
8553 (BINARY): Pass string literal as format string to 'binary'.
8554 * compile/compile-object-load.c (link_callbacks_einfo): Add
8555 ATTRIBUTE_PRINTF.
8556 * guile/guile-internal.h (gdbscm_printf): Add ATTRIBUTE_PRINTF.
8557
532f44ed
PA
85582015-02-26 Pedro Alves <palves@redhat.com>
8559
8560 * windows-termcap.c: Rename to ...
8561 * stub-termcap.c: ... this. Adjust header line.
8562 * Makefile.in (SFILES): Refer to stub-termcap.c instead of
8563 windows-termcap.c.
8564 * configure: Regenerate.
8565 * configure.ac: Refer to stub-termcap.o instead of
8566 windows-termcap.o.
8567 * gdb_curses.h: Mention stub-termcap.c instead of
8568 windows-termcap.c.
8569
081a1c2c
JK
85702015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
8571
8572 * compile/compile-c-symbols.c (convert_one_symbol, convert_symbol_bmsym)
8573 (gcc_symbol_address): Call gnu_ifunc_resolve_addr.
8574
2f41223f
AT
85752015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
8576
8577 * gdb/infcmd.c (print_return_value): use type_to_string to print type.
8578
80c57053
JK
85792015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
8580
8581 * elfread.c (elf_read_minimal_symbols): Use bfd_alloc for
8582 bfd_canonicalize_symtab.
8583
cf424aef
JB
85842015-02-25 John Baldwin <jhb@FreeBSD.org>
8585
8586 * amd64fbsd-nat.c: Include sys/user.h.
8587 (_initialize_amd64fbsd_nat): Use the KERN_PROC_SIGTRAMP sysctl
8588 instead of KERN_PS_STRINGS to locate the signal trampoline.
8589 * i386fbsd-nat.c: Include sys/user.h.
8590 (_initialize_i386fbsd_nat): Use the KERN_PROC_SIGTRAMP sysctl
8591 instead of KERN_PS_STRINGS to locate the signal trampoline.
8592 * amd64fbsd-tdep.c (amd64fbsd_sigtramp_code): New.
8593 (amd64fbsd_sigtramp_p): New.
8594 (amd64fbsd_sigtramp_start_addr, amd64fbsd_sigtramp_end_addr): No
8595 longer set default values.
8596 (amd64fbsd_init_abi): Set "sigtramp_p" to "amd64fbsd_sigtramp_p".
8597 * i386fbsd-tdep.c (i386fbsd_sigtramp_start)
8598 (i386fbsd_sigtramp_middle, i386fbsd_sigtramp_end)
8599 (i386fbsd_freebsd4_sigtramp_start)
8600 (i386fbsd_freebsd4_sigtramp_middle)
8601 (i386fbsd_freebsd4_sigtramp_end, i386fbsd_osigtramp_start)
8602 (i386fbsd_osigtramp_middle, i386fbsd_osigtramp_end): New.
8603 (i386fbsd_sigtramp_p): New.
8604 (i386fbsd_sigtramp_start_addr, i386fbsd_sigtramp_end_addr): No
8605 longer set default values.
8606 (i386fbsd_init_abi): Set "sigtramp_p" to "i386fbsd_sigtramp_p".
8607
c5cb74ee
JB
86082015-02-25 John Baldwin <jhb@freebsd.org>
8609
8610 * amd64fbsd-tdep.c (amd64fbsd_sigcontext_addr): Use
8611 get_frame_register instead of frame_unwind_register_unsigned.
8612
17487d85
JK
86132015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
8614
8615 PR build/18033
8616 * compile/compile-c-support.c (c_compute_program): Change // comment.
8617 * compile/compile-object-load.c (setup_sections): Change // comment.
8618
9357a9e6
JB
86192015-02-26 Joel Brobecker <brobecker@adacore.com>
8620
8621 PR build/18033:
8622 * iq2000-tdep.c (iq2000_frame_cache): Delete C++-style comment.
8623
1f10ba14
PA
86242015-02-23 Pedro Alves <palves@redhat.com>
8625
8626 * remote.c (skip_to_semicolon): New function.
8627 (remote_parse_stop_reply) <T stop reply>: Use it. Don't
8628 special case the stop reasons that look like hex numbers
8629 upfront. Instead handle real register numbers after matching
8630 all the known stop reasons.
8631
96553a0c
DE
86322015-02-21 Doug Evans <dje@google.com>
8633
8634 PR c++/17976, symtab/17821
8635 * cp-namespace.c (cp_search_static_and_baseclasses): New parameter
8636 is_in_anonymous. All callers updated.
8637 (find_symbol_in_baseclass): Ditto.
8638 (cp_lookup_nested_symbol_1): Ditto. Don't search all static blocks
8639 for symbols in an anonymous namespace.
8640 * dwarf2read.c (namespace_name): Don't call dwarf2_name, fetch
8641 DW_AT_name directly.
8642 (dwarf2_name): Convert missing namespace name to
8643 CP_ANONYMOUS_NAMESPACE_STR.
8644
2db9a427
PA
86452015-02-20 Pedro Alves <palves@redhat.com>
8646
8647 * linux-nat.c (linux_handle_extended_wait): Call
8648 thread_db_notice_clone whenever a new clone LWP is detected.
8649 (linux_stop_and_wait_all_lwps, linux_unstop_all_lwps): New
8650 functions.
8651 * linux-nat.h (thread_db_attach_lwp): Delete declaration.
8652 (thread_db_notice_clone, linux_stop_and_wait_all_lwps)
8653 (linux_unstop_all_lwps): Declare.
8654 * linux-thread-db.c (struct thread_get_info_inout): Delete.
8655 (thread_get_info_callback): Delete.
8656 (thread_from_lwp): Use td_thr_get_info and record_thread.
8657 (thread_db_attach_lwp): Delete.
8658 (thread_db_notice_clone): New function.
8659 (try_thread_db_load_1): If /proc is mounted and shows the
8660 process'es task list, walk over all LWPs and call thread_from_lwp
8661 instead of relying on td_ta_thr_iter.
8662 (attach_thread): Don't call check_thread_signals here. Split the
8663 tail part of the function (which adds the thread to the core GDB
8664 thread list) to ...
8665 (record_thread): ... this function. Call check_thread_signals
8666 here.
8667 (thread_db_wait): Don't call thread_db_find_new_threads_1. Always
8668 call thread_from_lwp.
8669 (thread_db_update_thread_list): Rename to ...
8670 (thread_db_update_thread_list_org): ... this.
8671 (thread_db_update_thread_list): New function.
8672 (thread_db_find_thread_from_tid): Delete.
8673 (thread_db_get_ada_task_ptid): Simplify.
8674 * nat/linux-procfs.c: Include <sys/stat.h>.
8675 (linux_proc_task_list_dir_exists): New function.
8676 * nat/linux-procfs.h (linux_proc_task_list_dir_exists): Declare.
8677
3b27ef47
PA
86782015-02-20 Pedro Alves <palves@redhat.com>
8679
8680 * linux-nat.c (lin_lwp_attach_lwp): No longer special case the
8681 main LWP. Handle the case of waitpid returning 0 if we're already
8682 attached to the LWP. Don't set the LWP's last_resume_kind to
8683 resume_stop if we already knew about the LWP.
8684 (linux_nat_filter_event): Add debug logs.
8685
1cc28231
PA
86862015-02-20 Pedro Alves <palves@redhat.com>
8687
8688 * target.h (forward_target_decr_pc_after_break): Delete
8689 declaration.
8690
5c5019c2
PA
86912015-02-20 Pedro Alves <palves@redhat.com>
8692
8693 PR threads/18006
8694 * linux-thread-db.c (thread_get_info_callback): Return early if
8695 the thread's lwp id is -1.
8696
f3978e91
JB
86972015-02-20 Joel Brobecker <brobecker@adacore.com>
8698
8699 GDB 7.9 released.
8700
ffdf88ec
SE
87012015-02-19 Steve Ellcey <sellcey@imgtec.com>
8702
8703 * dtrace-probe.c (dtrace_process_dof_probe): Initialize arg.expr.
8704 (dtrace_get_probes) Change type of variable 'dof'.
8705
c9587f88
AT
87062015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
8707
8708 PR breakpoints/16812
8709 * linux-nat.c (linux_nat_filter_event): Report SIGTRAP,SIGILL,SIGSEGV.
8710 * nat/linux-ptrace.c (linux_wstatus_maybe_breakpoint): Add.
8711 * nat/linux-ptrace.h: Add linux_wstatus_maybe_breakpoint.
8712
53cf2ee0
DT
87132015-02-19 David Taylor <dtaylor@emc.com>
8714
8715 * common/ax.def (setv): Fix consumed entry in setv DEFOP.
8716
acfe0940
PP
87172015-02-18 Patrick Palka <patrick@parcs.ath.cx>
8718
8719 * tui/tui-io.c (tui_handle_resize_during_io): Remove this
8720 function.
8721 (tui_putc): Don't call tui_handle_resize_during_io.
8722 (tui_getc): Likewise.
8723 (tui_mld_getc): Likewise.
8724 * tui/tui-win.c: Include event-loop.h and tui/tui-io.h.
8725 (tui_sigwinch_token): New static variable.
8726 (tui_initialize_win): Adjust documentation. Set
8727 tui_sigwinch_token.
8728 (tui_async_resize_screen): New asynchronous callback.
8729 (tui_sigwinch_handler): Adjust documentation. Asynchronously
8730 invoke tui_async_resize_screen.
8731
f6a88844
JM
87322015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
8733
8734 * configure: Regenerated.
8735 * configure.ac: Use GDB_AC_TRANSFORM.
8736 * Makefile.in (aclocal_m4_deps): Added transform.m4.
8737 * acinclude.m4: sinclude transform.m4.
8738 * transform.m4: New file.
8739 (GDB_AC_TRANSFORM): New macro.
8740
b05e3b0d
JM
87412015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
8742
8743 * NEWS: Announce the support for DTrace SDT probes.
8744
c3e3045e
JM
87452015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
8746
8747 * amd64-linux-tdep.c: Include "parser-defs.h" and "user-regs.h".
8748 (amd64_dtrace_parse_probe_argument): New function.
8749 (amd64_dtrace_probe_is_enabled): Likewise.
8750 (amd64_dtrace_enable_probe): Likewise.
8751 (amd64_dtrace_disable_probe): Likewise.
8752 (amd64_linux_init_abi): Register the
8753 `gdbarch_dtrace_probe_argument', `gdbarch_dtrace_enable_probe',
8754 `gdbarch_dtrace_disable_probe' and
8755 `gdbarch_dtrace_probe_is_enabled' hooks.
8756 (amd64_dtrace_disabled_probe_sequence_1): New constant.
8757 (amd64_dtrace_disabled_probe_sequence_2): Likewise.
8758 (amd64_dtrace_enable_probe_sequence): Likewise.
8759 (amd64_dtrace_disable_probe_sequence): Likewise.
8760
d4777acb
JM
87612015-01-17 Jose E. Marchesi <jose.marchesi@oracle.com>
8762
8763 * breakpoint.c (BREAK_ARGS_HELP): Help string updated to mention
8764 the -probe-dtrace new vpossible value for PROBE_MODIFIER.
8765 * configure.ac (CONFIG_OBS): dtrace-probe.o added if BFD can
8766 handle ELF files.
8767 * Makefile.in (SFILES): dtrace-probe.c added.
8768 * configure: Regenerate.
8769 * dtrace-probe.c: New file.
8770 (SHT_SUNW_dof): New constant.
8771 (dtrace_probe_type): New enum.
8772 (dtrace_probe_arg): New struct.
8773 (dtrace_probe_arg_s): New typedef.
8774 (struct dtrace_probe_enabler): New struct.
8775 (dtrace_probe_enabler_s): New typedef.
8776 (dtrace_probe): New struct.
8777 (dtrace_probe_is_linespec): New function.
8778 (dtrace_dof_sect_type): New enum.
8779 (dtrace_dof_dofh_ident): Likewise.
8780 (dtrace_dof_encoding): Likewise.
8781 (DTRACE_DOF_ENCODE_LSB): Likewise.
8782 (DTRACE_DOF_ENCODE_MSB): Likewise.
8783 (dtrace_dof_hdr): New struct.
8784 (dtrace_dof_sect): Likewise.
8785 (dtrace_dof_provider): Likewise.
8786 (dtrace_dof_probe): Likewise.
8787 (DOF_UINT): New macro.
8788 (DTRACE_DOF_PTR): Likewise.
8789 (DTRACE_DOF_SECT): Likewise.
8790 (dtrace_process_dof_probe): New function.
8791 (dtrace_process_dof): Likewise.
8792 (dtrace_build_arg_exprs): Likewise.
8793 (dtrace_get_arg): Likewise.
8794 (dtrace_get_probes): Likewise.
8795 (dtrace_get_probe_argument_count): Likewise.
8796 (dtrace_can_evaluate_probe_arguments): Likewise.
8797 (dtrace_evaluate_probe_argument): Likewise.
8798 (dtrace_compile_to_ax): Likewise.
8799 (dtrace_probe_destroy): Likewise.
8800 (dtrace_gen_info_probes_table_header): Likewise.
8801 (dtrace_gen_info_probes_table_values): Likewise.
8802 (dtrace_probe_is_enabled): Likewise.
8803 (dtrace_probe_ops): New variable.
8804 (info_probes_dtrace_command): New function.
8805 (_initialize_dtrace_probe): Likewise.
8806 (dtrace_type_name): Likewise.
8807
8b367e17
JM
88082015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
8809
8810 * gdbarch.sh (dtrace_parse_probe_argument): New.
8811 (dtrace_probe_is_enabled): Likewise.
8812 (dtrace_enable_probe): Likewise.
8813 (dtrace_disable_probe): Likewise.
8814 * gdbarch.c: Regenerate.
8815 * gdbarch.h: Regenerate.
8816
9aca2ff8
JM
88172015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
8818
8819 * stap-probe.c (stap_probe_ops): Add NULLs in the static
8820 stap_probe_ops for `enable_probe' and `disable_probe'.
8821 * probe.c (enable_probes_command): New function.
8822 (disable_probes_command): Likewise.
8823 (_initialize_probe): Define the cli commands `enable probe' and
8824 `disable probe'.
8825 (parse_probe_linespec): New function.
8826 (info_probes_for_ops): Use parse_probe_linespec.
8827 * probe.h (probe_ops): New hooks `enable_probe' and
8828 `disable_probe'.
8829
03e98035
JM
88302015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
8831
8832 * probe.c (compute_probe_arg): Moved from stap-probe.c
8833 (compile_probe_arg): Likewise.
8834 (probe_funcs): Likewise.
8835 * stap-probe.c (compute_probe_arg): Moved to probe.c.
8836 (compile_probe_arg): Likewise.
8837 (probe_funcs): Likewise.
8838
6f9b8491
JM
88392015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
8840
8841 * probe.c (print_ui_out_not_applicables): New function.
8842 (exists_probe_with_pops): Likewise.
8843 (info_probes_for_ops): Do not include column headers for probe
8844 types for which no probe has been actually found on any object.
8845 Also invoke `print_ui_out_not_applicables' in order to match the
8846 column rows with the header when probes of several types are
8847 listed.
8848 Print the "Type" column.
8849 * probe.h (probe_ops): Added a new probe operation `type_name'.
8850 * stap-probe.c (stap_probe_ops): Add `stap_type_name'.
8851 (stap_type_name): New function.
8852
69efdff1
PP
88532015-02-17 Patrick Palka <patrick@parcs.ath.cx>
8854
8855 * tui/tui-io.c (tui_getc): Don't call key_is_command_char.
8856 (key_is_command_char): Delete.
8857
f8e5e23e
PA
88582015-02-17 Pedro Alves <palves@redhat.com>
8859
8860 * tui/tui.c (tui_enable): Resize windows before anything
8861 might show a window.
8862
9f2e0721
MO
88632015-02-17 Max Ostapenko <m.ostapenko@partner.samsung.com>
8864
8865 PR gdb/17984
8866 * aarch64-linux-nat.c: Don't include features/aarch64.c anymore.
8867 (aarch64_linux_read_description): Remove initialize_tdesc_aarch64
8868 call.
8869 * aarch64-tdep.h (tdesc_aarch64): Declare.
8870
171e6b1c
MW
88712015-02-12 Mark Wielaard <mjw@redhat.com>
8872
8873 * contrib/ari/gdb_ari.sh: Remove checks for "true" and "false".
8874
d5ff0482
DE
88752015-02-13 Doug Evans <dje@google.com>
8876
8877 * cp-namespace.c (cp_basic_lookup_symbol): Rename parameter
8878 anonymous_namespace to is_in_anonymous for consistency with the rest
8879 of the file.
8880 (cp_lookup_bare_symbol): Fix typo in comment.
8881 (cp_search_static_and_baseclasses): Ditto.
8882 (search_symbol_list): Use vertical space in comment better.
8883 (reset_directive_searched): Ditto. Fix typo.
8884 (cp_lookup_nested_symbol_1): Clarify contents of NESTED_NAME parameter.
8885
9f04ac5f
YQ
88862015-02-13 Yao Qi <yao.qi@arm.com>
8887
8888 * MAINTAINERS: Update my email address.
8889
013d0319
DE
88902015-02-12 Doug Evans <dje@google.com>
8891
b615dd20 8892 * symtab.c (completion_list_add_name): Fix memory leak.
013d0319 8893
9a7e538e
DE
88942015-02-12 Doug Evans <dje@google.com>
8895
8896 * completer.c (complete_line): Remove incorrect comment.
8897
e1fcd575
JK
88982015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8899
8900 * python/py-framefilter.c (py_print_single_arg, enumerate_locals)
8901 (py_print_frame): Use RETURN_MASK_ERROR.
8902
b99bf4e3
JK
89032015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8904
8905 * python/py-framefilter.c (py_print_frame): Mention RETURN_QUIT in
8906 function comment. Wrap all function that can throw in cleanups.
8907 (gdbpy_apply_frame_filter): Wrap all function that can throw in
8908 cleanups.
8909
800eb1ce
JK
89102015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8911
8912 * python/py-framefilter.c (py_print_frame): Substitute goto error.
8913 Remove the error label.
8914
34019068
JK
89152015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8916
8917 * python/py-framefilter.c (py_print_frame): Put conditional code paths
8918 with goto first, indent the former else codepath left. Put variable
8919 'elided' to a new inner block.
8920
8d4a54e2
JK
89212015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8922
8923 * python/py-framefilter.c (py_print_frame): Whitespacing fixes.
8924
18ad82c1
PA
89252015-02-11 Pedro Alves <palves@redhat.com>
8926
8927 * xcoffread.c (within_function): Delete.
8928
e36122e9
TT
89292015-02-11 Tom Tromey <tromey@redhat.com>
8930 Pedro Alves <palves@redhat.com>
8931
8932 * breakpoint.c (base_breakpoint_ops): Delete.
8933 * dwarf2loc.c (dwarf_expr_ctx_funcs): Make extern.
8934 * elfread.c (elf_sym_fns_gdb_index, elf_sym_fns_lazy_psyms): Make extern.
8935 * guile/guile.c (guile_extension_script_ops, guile_extension_ops): Make extern.
8936 * ppcnbsd-tdep.c (ppcnbsd2_sigtramp): Make extern.
8937 * python/py-arch.c (arch_object_type): Make extern.
8938 * python/py-block.c (block_syms_iterator_object_type): Make extern.
8939 * python/py-bpevent.c (breakpoint_event_object_type): Make extern.
8940 * python/py-cmd.c (cmdpy_object_type): Make extern.
8941 * python/py-continueevent.c (continue_event_object_type)
8942 * python/py-event.h (GDBPY_NEW_EVENT_TYPE): Remove 'qual'
8943 parameter. Update all callers.
8944 * python/py-evtregistry.c (eventregistry_object_type): Make extern.
8945 * python/py-exitedevent.c (exited_event_object_type): Make extern.
8946 * python/py-finishbreakpoint.c (finish_breakpoint_object_type): Make extern.
8947 * python/py-function.c (fnpy_object_type): Make extern.
8948 * python/py-inferior.c (inferior_object_type, membuf_object_type): Make extern.
8949 * python/py-infevents.c (call_pre_event_object_type)
8950 (inferior_call_post_event_object_type).
8951 (memory_changed_event_object_type): Make extern.
8952 * python/py-infthread.c (thread_object_type): Make extern.
8953 * python/py-lazy-string.c (lazy_string_object_type): Make extern.
8954 * python/py-linetable.c (linetable_entry_object_type)
8955 (linetable_object_type, ltpy_iterator_object_type): Make extern.
8956 * python/py-newobjfileevent.c (new_objfile_event_object_type)
8957 (clear_objfiles_event_object_type): Make extern.
8958 * python/py-objfile.c (objfile_object_type): Make extern.
8959 * python/py-param.c (parmpy_object_type): Make extern.
8960 * python/py-progspace.c (pspace_object_type): Make extern.
8961 * python/py-signalevent.c (signal_event_object_type): Make extern.
8962 * python/py-symtab.c (symtab_object_type, sal_object_type): Make extern.
8963 * python/py-type.c (type_object_type, field_object_type)
8964 (type_iterator_object_type): Make extern.
8965 * python/python.c (python_extension_script_ops)
8966 (python_extension_ops): Make extern.
8967 * stap-probe.c (stap_probe_ops): Make extern.
8968
0703599a
PA
89692015-02-11 Pedro Alves <pedro@codesourcery.com>
8970
8971 * infrun.c (adjust_pc_after_break): Don't adjust the PC just
8972 because the event thread is not the current thread.
8973
eaaf76ab
DE
89742015-02-11 Doug Evans <xdje42@gmail.com>
8975
8976 * gdbtypes.c (internal_type_self_type): If TYPE_SPECIFIC_FIELD hasn't
8977 been initialized yet, return NULL.
8978
e7d52ed3
DE
89792015-02-11 Doug Evans <dje@google.com>
8980
8981 * symfile.h (new_symfile_objfile): Delete.
8982 * symfile.c (finish_new_objfile): Renamed from new_symfile_objfile.
8983 All callers updated.
8984
fc6b1256
PP
89852015-02-11 Patrick Palka <patrick@parcs.ath.cx>
8986
8987 * tui/tui-io.c (tui_handle_resize_during_io): Call
8988 tui_update_gdb_sizes() after resizing the screen.
8989 * tui/tui.c (tui_enable): Resize the terminal before
8990 calling tui_update_gdb_sizes().
8991
d9080678
PP
89922015-02-11 Patrick Palka <patrick@parcs.ath.cx>
8993
8994 * tui/tui-io.c (tui_getc): Move cursor to the end of the command
8995 line before printing a newline.
8996
9f615e3a
MW
89972015-02-11 Mark Wielaard <mjw@redhat.com>
8998
8999 * utils.c (producer_is_gcc): Return true or false.
9000
d9080678 90012015-02-10 Mark Wielaard <mjw@redhat.com>
b1ffba5a
MW
9002
9003 * utils.h (producer_is_gcc): Change return type to bool. Add major
9004 argument.
9005 * utils.c (producer_is_gcc): Likewise.
9006 (producer_is_gcc_ge_4): Adjust producer_is_gcc call.
9007 * dwarf2read.c (check_producer): Likewise.
9008
b052c4fb
PA
90092015-02-10 Pedro Alves <palves@redhat.com>
9010
9011 * infrun.c (displaced_step_fixup): Switch to the event thread
9012 before calling gdbarch_displaced_step_fixup.
9013
3ac240d4
AT
90142015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
9015
9016 * MAINTAINERS (Write After Approval): Add Antoine Tremblay.
9017
c1cc6152
SM
90182015-02-10 Simon Marchi <simon.marchi@ericsson.com>
9019
9020 * ada-varobj.c (ada_name_of_child): Constify parent.
9021 (ada_path_expr_of_child): Same.
9022 (ada_value_of_child): Same.
9023 (ada_type_of_child): Same.
9024 * c-varobj.c (c_is_path_expr_parent): Same.
9025 (c_describe_child): Same.
9026 (c_name_of_child): Same.
9027 (c_value_of_child): Same.
9028 (c_type_of_child): Same.
9029 (cplus_number_of_children): Same.
9030 (cplus_describe_child): Constify var.
9031 (cplus_name_of_child): Constify parent.
9032 (cplus_value_of_child): Same.
9033 (cplus_type_of_child): Same.
9034 * jv-varobj.c (java_name_of_child): Same.
9035 (java_value_of_child): Same.
9036 (java_type_of_child): Same.
9037 * varobj.c (value_of_child): Same.
9038 (varobj_default_is_path_expr_parent): Constify var, parent and return
9039 value.
9040 (varobj_get_path_expr): Constify var, modify path_expr through
9041 mutable_var.
9042 (install_new_value): Constify parent.
9043 (value_of_child): Constify parent.
9044 * varobj.h (struct varobj): Constify parent.
9045 (struct lang_varobj_ops): Constify name_of_child, value_of_child and
9046 type_of_child.
9047 (varobj_get_path_expr): Constify var.
9048 (varobj_get_path_expr_parent): Constify var and return value.
9049
c1ee9414
LM
90502015-02-10 Luis Machado <lgustavo@codesourcery.com>
9051
9052 * arm-tdep.c (arm_prologue_unwind_stop_reason): New function.
9053 (arm_prologue_this_id): Move PC and SP limit checks to
9054 arm_prologue_unwind_stop_reason.
9055 (arm_prologue_unwind) <stop_reason> : Set to
9056 arm_prologue_unwind_stop_reason.
9057
f7de9aab
MW
90582015-02-09 Mark Wielaard <mjw@redhat.com>
9059
9060 * dwarf2read.c (set_cu_language): Recognize DW_LANG_Fortran03 and
9061 DW_LANG_Fortran08 as language_fortran.
9062
0b24eb2d
SDJ
90632015-02-09 Sergio Durigan Junior <sergiodj@redhat.com>
9064
9065 PR remote/17946
9066 * gdb/remote.c (remote_parse_stop_reply): Fix wrong comparison
9067 of pointer against char.
9068
a2c2acaf
MW
90692015-02-09 Mark Wielaard <mjw@redhat.com>
9070
9071 * c-typeprint.c (cp_type_print_method_args): Handle '_Atomic'.
9072 (c_type_print_modifier): Likewise.
9073 * dwarf2read.c (read_tag_atomic_type): New function.
9074 (read_type_die_1): Handle DW_TAG_atomic_type.
9075 * gdbtypes.c (make_atomic_type): New function.
9076 (recursive_dump_type): Handle TYPE_ATOMIC.
9077 * gdbtypes.h (enum type_flag_values): Renumber.
9078 (enum type_instance_flag_value): Add TYPE_INSTANCE_FLAG_ATOMIC.
9079 (TYPE_ATOMIC): New macro.
9080 (make_atomic_type): Declare.
9081
31fd9caa
MM
90822015-02-09 Markus Metzger <markus.t.metzger@intel.com>
9083
9084 * btrace.c (ftrace_find_call): Skip gaps.
9085 (ftrace_new_function): Initialize level.
9086 (ftrace_new_call, ftrace_new_tailcall, ftrace_new_return)
9087 (ftrace_new_switch): Update
9088 level computation.
9089 (ftrace_new_gap): New.
9090 (ftrace_update_function): Create new function after gap.
9091 (btrace_compute_ftrace_bts): Create gap on error.
9092 (btrace_stitch_bts): Update parameters. Clear trace if it
9093 becomes empty.
9094 (btrace_stitch_trace): Update parameters. Update callers.
9095 (btrace_clear): Reset the number of gaps.
9096 (btrace_insn_get): Return NULL if the iterator points to a gap.
9097 (btrace_insn_number): Return zero if the iterator points to a gap.
9098 (btrace_insn_end): Allow gaps at the end.
9099 (btrace_insn_next, btrace_insn_prev, btrace_insn_cmp): Handle gaps.
9100 (btrace_find_insn_by_number): Assert that the found iterator does
9101 not point to a gap.
9102 (btrace_call_next, btrace_call_prev): Assert that the last function
9103 is not a gap.
9104 * btrace.h (btrace_bts_error): New.
9105 (btrace_function): Update comment.
9106 (btrace_function) <insn, insn_offset, number>: Update comment.
9107 (btrace_function) <errcode>: New.
9108 (btrace_thread_info) <ngaps>: New.
9109 (btrace_thread_info) <replay>: Update comment.
9110 (btrace_insn_get): Update comment.
9111 * record-btrace.c (btrace_ui_out_decode_error): New.
9112 (record_btrace_info): Print number of gaps.
9113 (btrace_insn_history, btrace_call_history): Call
9114 btrace_ui_out_decode_error for gaps.
9115 (record_btrace_step_thread, record_btrace_start_replaying): Skip gaps.
9116
afb778a2
MM
91172015-02-09 Markus Metzger <markus.t.metzger@intel.com>
9118
9119 * common/btrace-common.h (btrace_cpu_vendor, btrace_cpu): New.
9120 * nat/linux-btrace.c: (btrace_this_cpu): New.
9121 (cpu_supports_bts): Call btrace_this_cpu.
9122 (intel_supports_bts): Add cpu parameter.
9123
7d5c24b3
MM
91242015-02-09 Markus Metzger <markus.t.metzger@intel.com>
9125
9126 * btrace.h (btrace_insn_class): New.
9127 (btrace_insn) <size, iclass>: New.
9128 * btrace.c (ftrace_find_call): Update parameters. Update users.
9129 Use instruction classification.
9130 (ftrace_new_return): Update parameters. Update users.
9131 (ftrace_update_function): Update parameters. Update users. Use
9132 instruction classification.
9133 (ftrace_update_insns): Update parameters. Update users.
9134 (ftrace_classify_insn): New.
9135 (btrace_compute_ftrace_bts): Fill in new btrace_insn fields. Add
9136 TRY_CATCH around call to gdb_insn_length.
9137
76235df1
MM
91382015-02-09 Markus Metzger <markus.t.metzger@intel.com>
9139
9140 * btrace.c (btrace_compute_ftrace_bts, btrace_compute_ftrace):
9141 Update parameters. Update users.
9142
d33501a5
MM
91432015-02-09 Markus Metzger <markus.t.metzger@intel.com>
9144
9145 * btrace.c (parse_xml_btrace_conf_bts): Add size.
9146 (btrace_conf_bts_attributes): New.
9147 (btrace_conf_children): Add attributes.
9148 * common/btrace-common.h (btrace_config_bts): New.
9149 (btrace_config)<bts>: New.
9150 (btrace_config): Update comment.
9151 * nat/linux-btrace.c (linux_enable_btrace, linux_enable_bts):
9152 Use config.
9153 * features/btrace-conf.dtd: Increment version. Add size
9154 attribute to bts element.
9155 * record-btrace.c (set_record_btrace_bts_cmdlist,
9156 show_record_btrace_bts_cmdlist): New.
9157 (record_btrace_adjust_size, record_btrace_print_bts_conf,
9158 record_btrace_print_conf, cmd_set_record_btrace_bts,
9159 cmd_show_record_btrace_bts): New.
9160 (record_btrace_info): Call record_btrace_print_conf.
9161 (_initialize_record_btrace): Add commands.
9162 * remote.c: Add PACKET_Qbtrace_conf_bts_size enum.
9163 (remote_protocol_features): Add Qbtrace-conf:bts:size packet.
9164 (btrace_sync_conf): Synchronize bts size.
9165 (_initialize_remote): Add Qbtrace-conf:bts:size packet.
9166 * NEWS: Announce new commands and new packets.
9167
f4abbc16
MM
91682015-02-09 Markus Metzger <markus.t.metzger@intel.com>
9169
9170 * Makefile.in (XMLFILES): Add btrace-conf.dtd.
9171 * x86-linux-nat.c (x86_linux_enable_btrace): Update parameters.
9172 (x86_linux_btrace_conf): New.
9173 (x86_linux_create_target): Initialize to_btrace_conf.
9174 * nat/linux-btrace.c (linux_enable_btrace): Update parameters.
9175 Check format. Split into this and ...
9176 (linux_enable_bts): ... this.
9177 (linux_btrace_conf): New.
9178 (perf_event_skip_record): Renamed into ...
9179 (perf_event_skip_bts_record): ... this. Updated users.
9180 (linux_disable_btrace): Split into this and ...
9181 (linux_disable_bts): ... this.
9182 (linux_read_btrace): Check format.
9183 * nat/linux-btrace.h (linux_enable_btrace): Update parameters.
9184 (linux_btrace_conf): New.
9185 (btrace_target_info)<ptid>: Moved.
9186 (btrace_target_info)<conf>: New.
9187 (btrace_target_info): Split into this and ...
9188 (btrace_tinfo_bts): ... this. Updated users.
9189 * btrace.c (btrace_enable): Update parameters.
9190 (btrace_conf, parse_xml_btrace_conf_bts, parse_xml_btrace_conf)
9191 (btrace_conf_children, btrace_conf_attributes)
9192 (btrace_conf_elements): New.
9193 * btrace.h (btrace_enable): Update parameters.
9194 (btrace_conf, parse_xml_btrace_conf): New.
9195 * common/btrace-common.h (btrace_config): New.
9196 * feature/btrace-conf.dtd: New.
9197 * record-btrace.c (record_btrace_conf): New.
9198 (record_btrace_cmdlist): New.
9199 (record_btrace_enable_warn, record_btrace_open): Pass
9200 &record_btrace_conf.
9201 (record_btrace_info): Print recording format.
9202 (cmd_record_btrace_bts_start): New.
9203 (cmd_record_btrace_start): Call cmd_record_btrace_bts_start.
9204 (_initialize_record_btrace): Add "record btrace bts" subcommand.
9205 Add "record bts" alias command.
9206 * remote.c (remote_state)<btrace_config>: New.
9207 (remote_btrace_reset, PACKET_qXfer_btrace_conf): New.
9208 (remote_protocol_features): Add qXfer:btrace-conf:read.
9209 (remote_open_1): Call remote_btrace_reset.
9210 (remote_xfer_partial): Handle TARGET_OBJECT_BTRACE_CONF.
9211 (btrace_target_info)<conf>: New.
9212 (btrace_sync_conf, btrace_read_config): New.
9213 (remote_enable_btrace): Update parameters. Call btrace_sync_conf and
9214 btrace_read_conf.
9215 (remote_btrace_conf): New.
9216 (init_remote_ops): Initialize to_btrace_conf.
9217 (_initialize_remote): Add qXfer:btrace-conf packet.
9218 * target.c (target_enable_btrace): Update parameters.
9219 (target_btrace_conf): New.
9220 * target.h (target_enable_btrace): Update parameters.
9221 (target_btrace_conf): New.
9222 (target_object)<TARGET_OBJECT_BTRACE_CONF>: New.
9223 (target_ops)<to_enable_btrace>: Update parameters and comment.
9224 (target_ops)<to_btrace_conf>: New.
9225 * target-delegates: Regenerate.
9226 * target-debug.h (target_debug_print_const_struct_btrace_config_p)
9227 (target_debug_print_const_struct_btrace_target_info_p): New.
9228 * NEWS: Announce new command and new packet.
9229
aadf7753
MM
92302015-02-09 Markus Metzger <markus.t.metzger@intel.com>
9231
9232 * nat/linux-btrace.h (perf_event_buffer): New.
9233 (btrace_target_info) <buffer, size, data_head>: Replace with ...
9234 <bts>: ... this.
9235 * nat/linux-btrace.c (perf_event_header, perf_event_mmap_size)
9236 (perf_event_buffer_size, perf_event_buffer_begin)
9237 (perf_event_buffer_end, linux_btrace_has_changed): Removed.
9238 Updated users.
9239 (perf_event_new_data): New.
9240
043c3577
MM
92412015-02-09 Markus Metzger <markus.t.metzger@intel.com>
9242
9243 * btrace.c (btrace_enable): Pass BTRACE_FORMAT_BTS.
9244 * record-btrace.c (record_btrace_open): Remove call to
9245 target_supports_btrace.
9246 * remote.c (remote_supports_btrace): Update parameters.
9247 * target.c (target_supports_btrace): Update parameters.
9248 * target.h (to_supports_btrace, target_supports_btrace): Update
9249 parameters.
9250 * target-delegates.c: Regenerate.
9251 * target-debug.h (target_debug_print_enum_btrace_format): New.
9252 * nat/linux-btrace.c
9253 (kernel_supports_btrace): Rename into ...
9254 (kernel_supports_bts): ... this. Update users. Update warning text.
9255 (intel_supports_btrace): Rename into ...
9256 (intel_supports_bts): ... this. Update users.
9257 (cpu_supports_btrace): Rename into ...
9258 (cpu_supports_bts): ... this. Update users.
9259 (linux_supports_btrace): Update parameters. Split into this and ...
9260 (linux_supports_bts): ... this.
9261 * nat/linux-btrace.h (linux_supports_btrace): Update parameters.
9262
734b0e4b
MM
92632015-02-09 Markus Metzger <markus.t.metzger@intel.com>
9264
9265 * Makefile.in (SFILES): Add common/btrace-common.c.
9266 (COMMON_OBS): Add common/btrace-common.o.
9267 (btrace-common.o): Add build rules.
9268 * btrace.c (parse_xml_btrace): Update parameters.
9269 (parse_xml_btrace_block): Set format field.
9270 (btrace_add_pc, btrace_fetch): Use struct btrace_data.
9271 (do_btrace_data_cleanup, make_cleanup_btrace_data): New.
9272 (btrace_compute_ftrace): Split into this and...
9273 (btrace_compute_ftrace_bts): ...this.
9274 (btrace_stitch_trace): Split into this and...
9275 (btrace_stitch_bts): ...this.
9276 * btrace.h (parse_xml_btrace): Update parameters.
9277 (make_cleanup_btrace_data): New.
9278 * common/btrace-common.c: New.
9279 * common/btrace-common.h: Include common-defs.h.
9280 (btrace_block_s): Update comment.
9281 (btrace_format): New.
9282 (btrace_format_string): New.
9283 (btrace_data_bts): New.
9284 (btrace_data): New.
9285 (btrace_data_init, btrace_data_fini, btrace_data_empty): New.
9286 * remote.c (remote_read_btrace): Update parameters.
9287 * target.c (target_read_btrace): Update parameters.
9288 * target.h (target_read_btrace): Update parameters.
9289 (target_ops)<to_read_btrace>: Update parameters.
9290 * x86-linux-nat.c (x86_linux_read_btrace): Update parameters.
9291 * target-delegates.c: Regenerate.
9292 * target-debug (target_debug_print_struct_btrace_data_p): New.
9293 * nat/linux-btrace.c (linux_read_btrace): Split into this and...
9294 (linux_read_bts): ...this.
9295 * nat/linux-btrace.h (linux_read_btrace): Update parameters.
9296
bd2e0e9e
DE
92972015-02-06 Doug Evans <dje@google.com>
9298
9299 * remote-m32r-sdi.c: Include symfile.h.
9300
f176c4b5
DE
93012015-02-06 Doug Evans <dje@google.com>
9302
9303 * symtab.h (clear_symtab_users, deduce_language_from_filename): Move
9304 * symfile.h (clear_symtab_users, deduce_language_from_filename): ...
9305 to here.
9306
d6c146e9
PA
93072015-02-06 Pedro Alves <palves@redhat.com>
9308
9309 * linux-thread-db.c (find_new_threads_callback): Add debug output.
9310
b9d61307
SM
93112015-02-06 Simon Marchi <simon.marchi@ericsson.com>
9312
9313 PR gdb/15678
9314 * breakpoint.c (map_breakpoint_numbers): Check for empty args string.
9315 (enable_count_command): Check args for NULL value.
9316
e9fbd043
DE
93172015-02-05 Doug Evans <xdje42@gmail.com>
9318
9319 * guile/scm-frame.c: Fix spelling errors in a comment.
9320
881d5d5d
JK
93212015-02-04 Jan Kratochvil <jan.kratochvil@redhat.com>
9322
9323 * python/python-internal.h (Py_hash_t): Define it for Python <3.2.
9324 * python/py-value.c (valpy_fetch_lazy): Use it. Remove cast to the
9325 return type.
9326
20ba1ce6
PA
93272015-02-04 Pedro Alves <palves@redhat.com>
9328
9329 * linux-nat.c (handle_extended_wait): Don't resume LWPs here.
9330 (wait_lwp): Don't call wait_lwp if linux_handle_extended_wait
9331 returns true.
9332 (resume_stopped_resumed_lwps): Don't check whether the thread is
9333 marked as executing.
9334 (linux_nat_wait_1): Use resume_stopped_resumed_lwps.
9335
f962539a
AA
93362015-02-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
9337
9338 * regset.h (struct regset): Add flags field.
9339 (REGSET_VARIABLE_SIZE): New value for a regset's flags field.
9340 * corelow.c (get_core_register_section): Add warning if the size
9341 exceeds the requested size and the regset does not have the
9342 REGSET_VARIABLE_SIZE flag set.
9343 * alphanbsd-tdep.c (alphanbsd_gregset): Add REGSET_VARIABLE_SIZE
9344 flag.
9345 * armbsd-tdep.c (armbsd_gregset): Likewise.
9346 * hppa-hpux-tdep.c (hppa_hpux_regset): Likewise.
9347 * hppaobsd-tdep.c (hppaobsd_gregset): Likewise.
9348 * m68kbsd-tdep.c (m68kbsd_gregset): Likewise.
9349 * mipsnbsd-tdep.c (mipsnbsd_gregset): Likewise.
9350
dde9acd6
AA
93512015-02-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
9352
9353 * amd64-linux-tdep.c (amd64_linux_iterate_over_regset_sections):
9354 For ".reg-xstate", explicitly specify the requested section size
9355 via X86_XSTATE_SIZE instead of just 0 on input and
9356 X86_XSTATE_MAX_SIZE on output.
9357 * i386-linux-tdep.c (i386_linux_iterate_over_regset_sections):
9358 Likewise.
9359
1528345d
AA
93602015-02-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
9361
9362 PR corefiles/17808:
9363 * gdbarch.sh (iterate_over_regset_sections_cb): Document this
9364 function type, particularly its SIZE parameter.
9365 * gdbarch.h: Regenerate.
9366 * amd64-tdep.c (amd64_supply_fpregset): In gdb_assert, compare
9367 actual against required size using ">=" instead of "==".
9368 (amd64_collect_fpregset): Likewise.
9369 * i386-tdep.c (i386_supply_gregset): Likewise.
9370 (i386_collect_gregset): Likewise.
9371 (i386_supply_fpregset): Likewise.
9372 (i386_collect_fpregset): Likewise.
9373 * mips-linux-tdep.c (mips_supply_gregset_wrapper): Likewise.
9374 (mips_fill_gregset_wrapper): Likewise.
9375 (mips_supply_fpregset_wrapper): Likewise.
9376 (mips_fill_fpregset_wrapper): Likewise.
9377 (mips64_supply_gregset_wrapper): Likewise.
9378 (mips64_fill_gregset_wrapper): Likewise.
9379 (mips64_supply_fpregset_wrapper): Likewise.
9380 (mips64_fill_fpregset_wrapper): Likewise.
9381 * mn10300-linux-tdep.c (am33_supply_gregset_method): Likewise.
9382 (am33_supply_fpregset_method): Likewise.
9383 (am33_collect_gregset_method): Likewise.
9384 (am33_collect_fpregset_method): Likewise.
9385
518be979
DE
93862015-02-04 Doug Evans <dje@google.com>
9387 Pedro Alves <palves@redhat.com>
9388 Eli Zaretskii <eliz@gnu.org>
9389
9390 PR tui/17810
9391 * tui/tui-command.c (tui_refresh_cmd_win): New function.
9392 * tui/tui-command.c (tui_refresh_cmd_win): Declare.
9393 * tui/tui-file.c: #include tui/tui-command.h.
9394 (tui_file_fputs): Refresh command window if stream is not gdb_stdout.
9395 (tui_file_flush): Refresh command window if stream is gdb_stdout.
9396 * tui/tui-io.c (tui_puts): Remove calls to wrefresh, fflush.
9397
80bd5fab
PA
93982015-02-04 Pedro Alves <palves@redhat.com>
9399
9400 Fix build breakage.
9401 * event-loop.c (gdb_do_one_event): Add default switch case.
9402
a7606d80
JK
94032015-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
9404
9405 Filter out inferior gcc option -fpreprocessed.
9406 * compile/compile.c (filter_args): New function.
9407 (get_args): Use it.
9408
70b66289
PA
94092015-02-03 Pedro Alves <palves@redhat.com>
9410
9411 * event-loop.c: Don't declare nor define a queue type for
9412 gdb_event_p.
9413 (event_queue): Delete.
9414 (create_event, create_file_event, gdb_event_xfree)
9415 (initialize_event_loop, process_event): Delete.
9416 (gdb_do_one_event): Return as soon as one event is handled.
9417 (handle_file_event): Change prototype. Used the passed in
9418 file_handler pointer and ready_mask instead of looping over all
9419 file handlers.
9420 (gdb_wait_for_event): Update the poll/select timeouts before
9421 blocking. Run event handlers directly instead of queueing events.
9422 Return as soon as one event is handled.
9423 (struct async_event_handler_data): Delete.
9424 (invoke_async_event_handler): Delete.
9425 (check_async_event_handlers): Change return type to int. Run
9426 event handlers directly instead of queueing events. Return as
9427 soon as one event is handled.
9428 (handle_timer_event): Delete.
9429 (update_wait_timeout): New function, factored out from
9430 poll_timers.
9431 (poll_timers): Reimplement.
9432 * event-loop.h (initialize_event_loop): Delete declaration.
9433 * top.c (gdb_init): Don't call initialize_event_loop.
9434
b7d2e916
PA
94352015-02-03 Pedro Alves <palves@redhat.com>
9436
9437 * event-loop.c (clear_async_event_handler): New function.
9438 * event-loop.h (clear_async_event_handler): New declaration.
9439 * record-btrace.c (record_btrace_async): New function.
9440 (init_record_btrace_ops): Install record_btrace_async.
9441 * record-full.c (record_full_async): New function.
9442 (record_full_resume): Don't mark the async event source here.
9443 (init_record_full_ops): Install record_full_async.
9444 (record_full_core_resume): Don't mark the async event source here.
9445 (init_record_full_core_ops): Install record_full_async.
9446 * remote.c (remote_async): Mark and clear the async stop reply
9447 queue event-loop token as appropriate.
9448
d9d41e78
PA
94492015-02-03 Pedro Alves <palves@redhat.com>
9450
9451 * linux-nat.c (linux_child_follow_fork, linux_nat_wait_1): Use
9452 target_is_async_p instead of target_can_async.
9453 (linux_nat_wait): Use target_is_async_p instead of
9454 target_can_async. Don't enable async here.
9455 * remote.c (interrupt_query, remote_wait, putpkt_binary): Use
9456 target_is_async_p instead of target_can_async.
9457
aa3de267
SM
94582015-02-02 Simon Marchi <simon.marchi@ericsson.com>
9459
9460 * varobj.h (lang_varobj_ops): Mention which return values need
9461 to be freed.
9462
2c811c0f
JB
94632015-02-02 Joel Brobecker <brobecker@adacore.com>
9464
9465 * dwarf2loc.c (dwarf2_evaluate_property): Add i18n marker.
9466
b1eedac9
JB
94672015-02-02 Joel Brobecker <brobecker@adacore.com>
9468
9469 PR gdb/17856:
9470 * ada-lang.c (ada_lookup_symbol_list_worker): Do not re-cache
9471 results found in the cache.
9472
66c168ae
JB
94732015-02-02 Joel Brobecker <brobecker@adacore.com>
9474
9475 PR gdb/17854:
9476 * ada-lang.c (ada_get_symbol_cache): Set pspace_data->sym_cache
9477 when allocating a new one.
9478
4bdc02b2
TT
94792015-02-01 Tom Tromey <tom@tromey.com>
9480
9481 * MAINTAINERS: Remove myself.
9482
ae6ae975
DE
94832015-01-31 Doug Evans <xdje42@gmail.com>
9484
9485 * dwarf2read.c (process_structure_scope): Update setting of
9486 TYPE_VPTR_BASETYPE, TYPE_VPTR_FIELDNO.
9487 * gdbtypes.c (internal_type_vptr_fieldno): New function.
9488 (set_type_vptr_fieldno): New function.
9489 (internal_type_vptr_basetype): New function.
9490 (set_type_vptr_basetype): New function.
9491 (get_vptr_fieldno): Update setting of TYPE_VPTR_FIELDNO,
9492 TYPE_VPTR_BASETYPE.
9493 (allocate_cplus_struct_type): Initialize vptr_fieldno.
9494 (recursive_dump_type): Printing of vptr_fieldno, vptr_basetype ...
9495 (print_cplus_stuff): ... moved here.
9496 (copy_type_recursive): Don't copy TYPE_VPTR_BASETYPE.
9497 * gdbtypes.h (struct main_type): Members vptr_fieldno, vptr_basetype
9498 moved to ...
9499 (struct cplus_struct_type): ... here. All uses updated.
9500 (TYPE_VPTR_FIELDNO, TYPE_VPTR_BASETYPE): Rewrite.
9501 (internal_type_vptr_fieldno, set_type_vptr_fieldno): Declare.
9502 (internal_type_vptr_basetype, set_type_vptr_basetype): Declare.
9503 * stabsread.c (read_tilde_fields): Update setting of
9504 TYPE_VPTR_FIELDNO, TYPE_VPTR_BASETYPE.
9505
09e2d7c7
DE
95062015-01-31 Doug Evans <xdje42@gmail.com>
9507
9508 * cp-valprint.c (cp_find_class_member): Rename parameter domain_p
9509 to self_p.
9510 (cp_print_class_member): Rename local domain to self_type.
9511 * dwarf2read.c (quirk_gcc_member_function_pointer): Rename local
9512 domain_type to self_type.
9513 (set_die_type) <need_gnat_info>: Handle
9514 TYPE_CODE_METHODPTR, TYPE_CODE_MEMBERPTR, TYPE_CODE_METHOD.
9515 * gdb-gdb.py (StructMainTypePrettyPrinter): Handle
9516 TYPE_SPECIFIC_SELF_TYPE.
9517 * gdbtypes.c (internal_type_self_type): New function.
9518 (set_type_self_type): New function.
9519 (smash_to_memberptr_type): Rename parameter domain to self_type.
9520 Update setting of TYPE_SELF_TYPE.
9521 (smash_to_methodptr_type): Update setting of TYPE_SELF_TYPE.
9522 (smash_to_method_type): Rename parameter domain to self_type.
9523 Update setting of TYPE_SELF_TYPE.
9524 (check_stub_method): Call smash_to_method_type.
9525 (recursive_dump_type): Handle TYPE_SPECIFIC_SELF_TYPE.
9526 (copy_type_recursive): Ditto.
9527 * gdbtypes.h (enum type_specific_kind): New value
9528 TYPE_SPECIFIC_SELF_TYPE.
9529 (struct main_type) <type_specific>: New member self_type.
9530 (struct cplus_struct_type) <fn_field.type>: Update comment.
9531 (TYPE_SELF_TYPE): Rewrite.
9532 (internal_type_self_type, set_type_self_type): Declare.
9533 * gnu-v3-abi.c (gnuv3_print_method_ptr): Rename local domain to
9534 self_type.
9535 (gnuv3_method_ptr_to_value): Rename local domain_type to self_type.
9536 * m2-typeprint.c (m2_range): Replace TYPE_SELF_TYPE with
9537 TYPE_TARGET_TYPE.
9538 * stabsread.c (read_member_functions): Mark methods with
9539 TYPE_CODE_METHOD, not TYPE_CODE_FUNC. Update setting of
9540 TYPE_SELF_TYPE.
9541
4bfb94b8
DE
95422015-01-31 Doug Evans <xdje42@gmail.com>
9543
9544 * gdbtypes.h (TYPE_SELF_TYPE): Renamed from TYPE_DOMAIN_TYPE.
9545 All uses updated.
9546
5f4ce105
DE
95472015-01-31 Doug Evans <xdje42@gmail.com>
9548
9549 * gnu-v3-abi.c (gnuv3_dynamic_class): Assert only passed structs
9550 or unions. Return zero if union.
9551 (gnuv3_get_vtable): Call check_typedef. Assert only passed structs.
9552 (gnuv3_rtti_type): Pass already-check_typedef'd value to
9553 gnuv3_get_vtable.
9554 (compute_vtable_size): Assert only passed structs.
9555 (gnuv3_print_vtable): Don't call gnuv3_get_vtable for non-structs.
9556
f6b3afbf
DE
95572015-01-31 Doug Evans <xdje42@gmail.com>
9558
9559 * gdbtypes.c (copy_type_recursive): Handle all TYPE_SPECIFIC_FIELD
9560 kinds.
9561
cfb069a8
GB
95622015-01-31 Gary Benson <gbenson@redhat.com>
9563 Doug Evans <dje@google.com>
9564
9565 PR cli/9007
9566 PR cli/11920
9567 PR cli/15548
9568 * cli/cli-cmds.c (complete_command): Notify user if max-completions
9569 reached.
9570 * common/common-exceptions.h (enum errors)
9571 <MAX_COMPLETIONS_REACHED_ERROR>: New value.
9572 * completer.h (get_max_completions_reached_message): New declaration.
9573 (max_completions): Likewise.
9574 (completion_tracker_t): New typedef.
9575 (new_completion_tracker): New declaration.
9576 (make_cleanup_free_completion_tracker): Likewise.
9577 (maybe_add_completion_enum): New enum.
9578 (maybe_add_completion): New declaration.
9579 (throw_max_completions_reached_error): Likewise.
9580 * completer.c (max_completions): New global variable.
9581 (new_completion_tracker): New function.
9582 (free_completion_tracker): Likewise.
9583 (make_cleanup_free_completion_tracker): Likewise.
9584 (maybe_add_completions): Likewise.
9585 (throw_max_completions_reached_error): Likewise.
9586 (complete_line): Remove duplicates and limit result to max_completions
9587 entries.
9588 (get_max_completions_reached_message): New function.
9589 (gdb_display_match_list): Handle max_completions.
9590 (_initialize_completer): New declaration and function.
9591 * symtab.c: Include completer.h.
9592 (completion_tracker): New static variable.
9593 (completion_list_add_name): Call maybe_add_completion.
9594 (default_make_symbol_completion_list_break_on_1): Renamed from
9595 default_make_symbol_completion_list_break_on. Maintain
9596 completion_tracker across calls to completion_list_add_name.
9597 (default_make_symbol_completion_list_break_on): New function.
9598 * top.c (init_main): Set rl_completion_display_matches_hook.
9599 * tui/tui-io.c: Include completer.h.
9600 (tui_old_rl_display_matches_hook): New static global.
9601 (tui_rl_display_match_list): Notify user if max-completions reached.
9602 (tui_setup_io): Save/restore rl_completion_display_matches_hook.
9603 * NEWS (New Options): Mention set/show max-completions.
9604
e11c72c7
GB
96052015-01-31 Gary Benson <gbenson@redhat.com>
9606
9607 * symtab.c (struct add_name_data) <code>: New field.
9608 Updated comments.
9609 (add_symtab_completions): New function.
9610 (symtab_expansion_callback): Likewise.
9611 (default_make_symbol_completion_list_break_on): Set datum.code.
9612 Move minimal symbol scan before calling expand_symtabs_matching.
9613 Scan known primary symtabs for externs and statics before calling
9614 expand_symtabs_matching. Pass symtab_expansion_callback as
9615 expansion_notify argument to expand_symtabs_matching. Do not scan
9616 primary symtabs for externs and statics after calling
9617 expand_symtabs_matching.
9618
276d885b
GB
96192015-01-31 Gary Benson <gbenson@redhat.com>
9620
9621 * symfile.h (expand_symtabs_exp_notify_ftype): New typedef.
9622 (struct quick_symbol_functions) <expand_symtabs_matching>:
9623 New argument expansion_notify. All uses updated.
9624 (expand_symtabs_matching): New argument expansion_notify.
9625 All uses updated.
9626 * symfile-debug.c (debug_qf_expand_symtabs_matching):
9627 Also print expansion notify.
9628 * symtab.c (expand_symtabs_matching_via_partial): Call
9629 expansion_notify whenever a partial symbol table is expanded.
9630 * dwarf2read.c (dw2_expand_symtabs_matching): Call
9631 expansion_notify whenever a symbol table is instantiated.
9632
82083d6d
DE
96332015-01-31 Doug Evans <xdje42@gmail.com>
9634
9635 * cli-out.c: #include completer.h, readline/readline.h.
9636 (cli_mld_crlf, cli_mld_putch, cli_mld_puts): New functions.
9637 (cli_mld_flush, cld_mld_erase_entire_line): Ditto.
9638 (cli_mld_beep, cli_mld_read_key, cli_display_match_list): Ditto.
9639 * cli-out.h (cli_display_match_list): Declare.
9640 * completer.c (MB_INVALIDCH, MB_NULLWCH): New macros.
9641 (ELLIPSIS_LEN): Ditto.
9642 (gdb_get_y_or_n, gdb_display_match_list_pager): New functions.
9643 (gdb_path_isdir, gdb_printable_part, gdb_fnwidth): Ditto.
9644 (gdb_fnprint, gdb_print_filename): Ditto.
9645 (gdb_complete_get_screenwidth, gdb_display_match_list_1): Ditto.
9646 (gdb_display_match_list): Ditto.
9647 * completer.h (mld_crlf_ftype, mld_putch_ftype): New typedefs.
9648 (mld_puts_ftype, mld_flush_ftype, mld_erase_entire_line_ftype): Ditto.
9649 (mld_beep_ftype, mld_read_key_ftype): Ditto.
9650 (match_list_displayer): New struct.
9651 (gdb_display_match_list): Declare.
9652 * top.c (init_main): Set rl_completion_display_matches_hook.
9653 * tui/tui-io.c: #include completer.h.
9654 (printable_part, PUTX, print_filename, get_y_or_n): Delete.
9655 (tui_mld_crlf, tui_mld_putch, tui_mld_puts): New functions.
9656 (tui_mld_flush, tui_mld_erase_entire_line, tui_mld_beep): Ditto.
9657 (tui_mld_getc, tui_mld_read_key): Ditto.
9658 (tui_rl_display_match_list): Rewrite.
9659 (tui_handle_resize_during_io): New arg for_completion. All callers
9660 updated.
9661
f57d2163
DE
96622015-01-31 Doug Evans <xdje42@gmail.com>
9663
9664 Add symbol lookup cache.
9665 * NEWS: Document new options and commands.
9666 * symtab.c (symbol_cache_key): New static global.
9667 (DEFAULT_SYMBOL_CACHE_SIZE, MAX_SYMBOL_CACHE_SIZE): New macros.
9668 (SYMBOL_LOOKUP_FAILED): New macro.
9669 (symbol_cache_slot_state): New enum.
9670 (block_symbol_cache): New struct.
9671 (symbol_cache): New struct.
9672 (new_symbol_cache_size, symbol_cache_size): New static globals.
9673 (hash_symbol_entry, eq_symbol_entry): New functions.
9674 (symbol_cache_byte_size, resize_symbol_cache): New functions.
9675 (make_symbol_cache, free_symbol_cache): New functions.
9676 (get_symbol_cache, symbol_cache_cleanup): New function.
9677 (set_symbol_cache_size, set_symbol_cache_size_handler): New functions.
9678 (symbol_cache_lookup, symbol_cache_clear_slot): New function.
9679 (symbol_cache_mark_found, symbol_cache_mark_not_found): New functions.
9680 (symbol_cache_flush, symbol_cache_dump): New functions.
9681 (maintenance_print_symbol_cache): New function.
9682 (maintenance_flush_symbol_cache): New function.
9683 (symbol_cache_stats): New function.
9684 (maintenance_print_symbol_cache_statistics): New function.
9685 (symtab_new_objfile_observer): New function.
9686 (symtab_free_objfile_observer): New function.
9687 (lookup_static_symbol, lookup_global_symbol): Use symbol cache.
9688 (_initialize_symtab): Init symbol_cache_key. New parameter
9689 maint symbol-cache-size. New maint commands print symbol-cache,
9690 print symbol-cache-statistics, flush-symbol-cache.
9691 Install new_objfile, free_objfile observers.
9692
e700d1b2
JB
96932015-01-31 Joel Brobecker <brobecker@adacore.com>
9694
9695 PR symtab/17855
9696 * symfile.c (clear_symtab_users): Move call to breakpoint_re_set
9697 to end.
9698
9f050062
DE
96992015-01-31 Doug Evans <xdje42@gmail.com>
9700
9701 * NEWS: Mention inlined scripts in .debug_gdb_scripts section.
9702 * auto-load.c: #include ctype.h.
9703 (struct auto_load_pspace_info): Replace member loaded_scripts with
9704 new members loaded_script_files, loaded_script_texts.
9705 (auto_load_pspace_data_cleanup): Update.
9706 (init_loaded_scripts_info): Update.
9707 (get_auto_load_pspace_data_for_loading): Update.
9708 (maybe_add_script_file): Renamed from maybe_add_script. All callers
9709 updated.
9710 (maybe_add_script_text): New function.
9711 (clear_section_scripts): Update.
9712 (source_script_file, execute_script_contents): New functions.
9713 (source_section_scripts): Add support for
9714 SECTION_SCRIPT_ID_PYTHON_TEXT, SECTION_SCRIPT_ID_GUILE_TEXT.
9715 (print_scripts): New function.
9716 (auto_load_info_scripts): Also print inlined scripts.
9717 (maybe_print_unsupported_script_warning): Renamed from
9718 unsupported_script_warning_print. All callers updated.
9719 (maybe_print_script_not_found_warning): Renamed from
9720 script_not_found_warning_print. All callers updated.
9721 * extension-priv.h (struct extension_language_script_ops): New member
9722 objfile_script_executor.
9723 * extension.c (ext_lang_objfile_script_executor): New function.
9724 * extension.h (objfile_script_executor_func): New typedef.
9725 (ext_lang_objfile_script_executor): Declare.
9726 * guile/guile-internal.h (gdbscm_execute_objfile_script): Declare.
9727 * guile/guile.c (guile_extension_script_ops): Update.
9728 * guile/scm-objfile.c (gdbscm_execute_objfile_script): New function.
9729 * python/python.c (python_extension_script_ops): Update.
9730 (gdbpy_execute_objfile_script): New function.
9731
312809f8
EZ
97322015-01-31 Eli Zaretskii <eliz@gnu.org>
9733
9734 * tui/tui-io.c (tui_expand_tabs): New function.
9735 (tui_puts, tui_redisplay_readline): Expand TABs into the
9736 appropriate number of spaces.
9737 * tui/tui-regs.c: Include tui-io.h.
9738 (tui_register_format): Call tui_expand_tabs to expand TABs into
9739 the appropriate number of spaces.
9740 * tui/tui-io.h: Add prototype for tui_expand_tabs.
9741
b6577aab
DE
97422015-01-30 Doug Evans <dje@google.com>
9743
9744 * NEWS: "info source" command now display producer string if present.
9745 * source.c (source_info): Print producer string if present.
9746
6da58d3e
SM
97472015-01-30 Simon Marchi <simon.marchi@ericsson.com>
9748
9749 * varobj.c (varobj_delete): Fix comment.
9750
837ce252
SM
97512015-01-30 Simon Marchi <simon.marchi@ericsson.com>
9752
9753 * varobj.c (create_child): Modify comment.
9754
b09e2c59
SM
97552015-01-30 Simon Marchi <simon.marchi@ericsson.com>
9756
9757 * ada-varobj.c (ada_number_of_children): Constify struct varobj *
9758 parameter.
9759 (ada_name_of_variable): Same.
9760 (ada_path_expr_of_child): Same.
9761 (ada_value_of_variable): Same.
9762 (ada_value_is_changeable_p): Same.
9763 (ada_value_has_mutated): Same.
9764 * c-varobj.c (varobj_is_anonymous_child): Same.
9765 (c_is_path_expr_parent): Same.
9766 (c_number_of_children): Same.
9767 (c_name_of_variable): Same.
9768 (c_path_expr_of_child): Same.
9769 (get_type): Same.
9770 (c_value_of_variable): Same.
9771 (cplus_number_of_children): Same.
9772 (cplus_name_of_variable): Same.
9773 (cplus_path_expr_of_child): Same.
9774 (cplus_value_of_variable): Same.
9775 * jv-varobj.c (java_number_of_children): Same.
9776 (java_name_of_variable): Same.
9777 (java_path_expr_of_child): Same.
9778 (java_value_of_variable): Same.
9779 * varobj.c (number_of_children): Same.
9780 (name_of_variable): Same.
9781 (is_root_p): Same.
9782 (varobj_ensure_python_env): Same.
9783 (varobj_get_objname): Same.
9784 (varobj_get_expression): Same.
9785 (varobj_get_display_format): Same.
9786 (varobj_get_display_hint): Same.
9787 (varobj_has_more): Same.
9788 (varobj_get_thread_id): Same.
9789 (varobj_get_frozen): Same.
9790 (dynamic_varobj_has_child_method): Same.
9791 (varobj_get_gdb_type): Same.
9792 (is_path_expr_parent): Same.
9793 (varobj_default_is_path_expr_parent): Same.
9794 (varobj_get_language): Same.
9795 (varobj_get_attributes): Same.
9796 (varobj_is_dynamic_p): Same.
9797 (varobj_get_child_range): Same.
9798 (varobj_value_has_mutated): Same.
9799 (varobj_get_value_type): Same.
9800 (number_of_children): Same.
9801 (name_of_variable): Same.
9802 (check_scope): Same.
9803 (varobj_editable_p): Same.
9804 (varobj_value_is_changeable_p): Same.
9805 (varobj_floating_p): Same.
9806 (varobj_default_value_is_changeable_p): Same.
9807
2568868e
SM
98082015-01-30 Simon Marchi <simon.marchi@ericsson.com>
9809
9810 * varobj.c (varobj_get_path_expr): Set var->path_expr.
9811 * c-varobj.c (c_path_expr_of_child): Set local var instead of
9812 child->path_expr.
9813 (cplus_path_expr_of_child): Same.
9814
ca83fa81
SM
98152015-01-30 Simon Marchi <simon.marchi@ericsson.com>
9816
9817 * mi-cmd-var.c (print_varobj): Free varobj_get_expression
9818 result.
9819 (mi_cmd_var_info_expression): Same.
9820 * varobj.c (varobj_get_expression): Mention in the comment that
9821 the result must by freed by the caller.
9822
afa269ae
SM
98232015-01-30 Simon Marchi <simon.marchi@ericsson.com>
9824
9825 * mi/mi-cmd-var.c (mi_cmd_var_info_type): Free result of
9826 varobj_get_type.
9827 (varobj_update_one): Same.
9828 * varobj.c (update_type_if_necessary): Free curr_type_str and
9829 new_type_str.
9830 (varobj_get_type): Specify in comment that the result needs to be
9831 freed by the caller.
9832
cd366ee8
DE
98332015-01-29 Doug Evans <dje@google.com>
9834
9835 PR symtab/17890
9836 * dwarf2read.c (dwarf_decode_line_header): Punt if version > 4.
9837
38360086
MW
98382015-01-25 Mark Wielaard <mjw@redhat.com>
9839
9840 * dwarf2read.c (checkproducer): Call producer_is_gcc.
9841 * utils.c (producer_is_gcc_ge_4): Likewise.
9842 (producer_is_gcc): New function.
9843 * utils.h (producer_is_gcc): New declaration.
9844
df25ebbd
JB
98452015-01-29 Joel Brobecker <brobecker@adacore.com>
9846
9847 * gdbtypes.h (struct dynamic_prop): New PROP_ADDR_OFFSET enum
9848 kind.
9849 * gdbtypes.c (resolve_dynamic_type_internal): Replace "addr"
9850 parameter by "addr_stack" parameter.
9851 (resolve_dynamic_range): Replace "addr" parameter by
9852 "stack_addr" parameter. Update function documentation.
9853 Update code accordingly.
9854 (resolve_dynamic_array, resolve_dynamic_union)
9855 (resolve_dynamic_struct, resolve_dynamic_type_internal): Likewise.
9856 (resolve_dynamic_type): Update code, following the changes made
9857 to resolve_dynamic_type_internal's interface.
9858 * dwarf2loc.h (struct property_addr_info): New.
9859 (dwarf2_evaluate_property): Replace "address" parameter
9860 by "addr_stack" parameter. Adjust function documentation.
9861 (struct dwarf2_offset_baton): New.
9862 (struct dwarf2_property_baton): Update documentation of
9863 field "referenced_type" to be more general. New field
9864 "offset_info" in union data field.
9865 * dwarf2loc.c (dwarf2_evaluate_property): Replace "address"
9866 parameter by "addr_stack" parameter. Adjust code accordingly.
9867 Add support for PROP_ADDR_OFFSET properties.
9868 * dwarf2read.c (attr_to_dynamic_prop): Add support for
9869 DW_AT_data_member_location attributes as well. Use case
9870 statements instead of if/else condition.
9871
4a0ca9ec
JB
98722015-01-29 Joel Brobecker <brobecker@adacore.com>
9873
9874 * ada-varobj.c (ada_varobj_get_array_number_of_children):
9875 Return zero if PARENT_VALUE is NULL and parent_type's
9876 range type is dynamic.
9877
ddb87a81
JB
98782015-01-29 Joel Brobecker <brobecker@adacore.com>
9879
9880 * gdbtypes.c (is_dynamic_type_internal) <TYPE_CODE_RANGE>: Return
9881 nonzero if the type's subtype is dynamic.
9882 (resolve_dynamic_range): Also resolve the range's subtype.
9883
3d7ad9b4 98842015-01-29 Alexander Klimov <alserkli@inbox.ru> (tiny patch)
7a270e0c 9885
3d7ad9b4 9886 Pushed by Joel Brobecker <brobecker@adacore.com>.
7a270e0c
AK
9887 * symfile.c (unmap_overlay_command): Initialize sec to NULL.
9888
3a8b707a
DE
98892015-01-27 Doug Evans <dje@google.com>
9890
9891 * NEWS: Mention gdb.Objfile.username.
9892 * python/py-objfile.c (objfpy_get_username): New function.
9893 (objfile_getset): Add "username".
9894
d35b90fb
MW
98952015-01-24 Mark Wielaard <mjw@redhat.com>
9896
9897 * stack.c (return_command): Markup warning message with _.
9898
734ae125
DE
98992015-01-24 Doug Evans <xdje42@gmail.com>
9900
9901 * gdbtypes.h (TYPE_TYPE_SPECIFIC): Delete.
9902
527f3840
JK
99032015-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
9904
9905 Fix 100x slowdown regression on DWZ files.
9906 * dwarf2read.c (struct dwarf2_per_objfile): Add line_header_hash.
9907 (struct line_header): Add offset and offset_in_dwz.
9908 (dwarf_decode_lines): Add parameter decode_mapping to the declaration.
9909 (free_line_header_voidp): New declaration.
9910 (line_header_hash, line_header_hash_voidp, line_header_eq_voidp): New
9911 functions.
9912 (dwarf2_build_include_psymtabs): Update dwarf_decode_lines caller.
9913 (handle_DW_AT_stmt_list): Use line_header_hash.
9914 (free_line_header_voidp): New function.
9915 (dwarf_decode_line_header): Initialize offset and offset_in_dwz.
9916 (dwarf_decode_lines): New parameter decode_mapping, use it.
9917 (dwarf2_free_objfile): Free line_header_hash.
9918
f7e5394d
SM
99192015-01-23 Simon Marchi <simon.marchi@ericsson.com>
9920
9921 PR gdb/17416
9922 * valops.c (value_rtti_indirect_type): Catch exception thrown by
9923 value_ind.
9924
743649fd
MW
99252015-01-15 Mark Wielaard <mjw@redhat.com>
9926
9927 * dwarf2read.c (read_subroutine_type): Set TYPE_NO_RETURN from
9928 DW_AT_noreturn.
9929 * gdbtypes.h (struct func_type): Add is_noreturn field flag. Make
9930 calling_convention an 8 bit bit field.
9931 (TYPE_NO_RETURN): New macro.
9932 * infcmd.c (finish_command): Query if function does not return
9933 normally.
9934 * stack.c (return_command): Likewise.
9935
198297aa
PA
99362015-01-23 Pedro Alves <palves@redhat.com>
9937
9938 * linux-nat.c (linux_is_async_p): New macro.
9939 (linux_nat_is_async_p):
9940 (linux_nat_terminal_inferior): Check whether the target can async
9941 instead of whether it is already async.
9942 (linux_nat_terminal_ours): Don't check whether the target is
9943 async.
9944 (linux_async_pipe): Use linux_is_async_p.
9945
253828f1
JK
99462015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
9947
9948 * NEWS (Changes since GDB 7.9): Add 'thread apply all' option
9949 '-ascending'.
9950 * thread.c (tp_array_compar_ascending, tp_array_compar): New.
9951 (thread_apply_all_command): Parse CMD for tp_array_compar_ascending.
9952 Sort tp_array using tp_array_compar.
9953 (_initialize_thread): Extend thread_apply_all_command help.
9954
f0e8c4c5
JK
99552015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
9956
9957 * corelow.c (core_open): Call also thread_command.
9958 * gdbthread.h (thread_command): New prototype moved from ...
9959 * thread.c (thread_command): ... here.
9960 (thread_command): Make it global.
9961
03b79603
PA
99622015-01-22 Pedro Alves <palves@redhat.com>
9963
9964 * configure.ac [*mingw32*]: Check $curses_found instead of
9965 $prefer_curses.
9966 * configure: Regenerate.
9967 * windows-termcap.c: Remove HAVE_CURSES_H, HAVE_NCURSES_H and
9968 HAVE_NCURSES_NCURSES_H checks.
9969
6b8a872f
EZ
99702015-01-22 Eli Zaretskii <eliz@gnu.org>
9971
bbbbffbb 9972 * tui/tui.c (tui_enable) [__MINGW32__]: If the call to 'newterm'
6b8a872f
EZ
9973 fails with the 1st arg NULL, try again with "unknown". Don't test
9974 the "cup" capability: it isn't supported by the Windows port of
9975 ncurses, but the Windows console driver is still capable of
9976 supporting TUI.
9977
4b62a76e
JK
99782015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
9979
9980 * compile/compile.c (_initialize_compile): Use -fPIE for compile_args.
9981
82a864f9
EZ
99822015-01-22 Eli Zaretskii <eliz@gnu.org>
9983
9984 * Makefile.in (HFILES_NO_SRCDIR): Remove ada-varobj.h.
9985 (ALLDEPFILES): Remove irix5-nat.c. These two are part of the
9986 reason that "make TAGS" is broken.
9987
b35018fd
CG
99882015-01-22 Chen Gang <gang.chen.5i5j@gmail.com>
9989
9990 * hppa-tdep.c (inst_saves_gr): Fix logical working flow issues
9991 and check additional store instructions.
9992
ffbc4646
WW
99932015-01-21 Wei-cheng Wang <cole945@gmail.com>
9994
9995 * MAINTAINERS (Write After Approval): Add "Wei-cheng Wang".
9996
ddeca1df
WW
99972015-01-21 Wei-cheng Wang <cole945@gmail.com>
9998
9999 * ppc-linux-tdep.c (ppc_skip_trampoline_code,
10000 ppc_canonicalize_syscall, ppc_linux_syscall_record,
10001 ppc_linux_record_signal, ppc_init_linux_record_tdep): Add comments.
10002 * ppc64-tdep.c (ppc64_skip_trampoline_code): Likewise.
10003 * rs6000-tdep.c (rs6000_epilogue_frame_cache,
10004 rs6000_epilogue_frame_this_id, rs6000_epilogue_frame_prev_register,
10005 rs6000_epilogue_frame_sniffer, ppc_record_vsr, ppc_process_record_op4,
10006 ppc_process_record_op19, ppc_process_record_op31,
10007 ppc_process_record_op59, ppc_process_record_op60,
10008 ppc_process_record_op63): Likewise.
10009
049bb5de
JB
100102015-01-20 Joel Brobecker <brobecker@adacore.com>
10011
10012 * nat/linux-ptrace.c (linux_ptrace_attach_fail_reason_string)
10013 (linux_ptrace_test_ret_to_nx): Use safe_strerror instead of
10014 strerror.
10015
42b87c63 100162015-01-20 Wei-cheng Wang <cole945@gmail.com>
810c1026
WW
10017
10018 * rs6000-tdep.c (ppc_process_record_op4, ppc_process_record_op19,
10019 ppc_process_record_op31, ppc_process_record_op59,
10020 ppc_process_record_op60, ppc_process_record_op63,
10021 ppc_process_record): Fix -Wformat warning.
10022 * rs6000-tdep.c (rs6000_epilogue_frame_cache, ppc_process_record_op60):
10023 Remove unused variables.
10024
569340fc
CG
100252015-01-20 Chen Gang <gang.chen.5i5j@gmail.com>
10026
10027 * MAINTAINERS (Write After Approval): Add "Chen Gang".
10028
63413d85
EZ
100292015-01-19 Eli Zaretskii <eliz@gnu.org>
10030
10031 * configure.ac [*mingw32*]: Only add windows-termcap.o to
10032 CONFIG_OBS if not building with a curses library.
10033 * configure: Regenerate.
10034
10035 * windows-termcap.c: Include defs.h. Make the whole body empty if
10036 either one of HAVE_CURSES_H or HAVE_NCURSES_H or
10037 HAVE_NCURSES_NCURSES_H is defined.
10038
16d8013c
JB
100392015-01-19 Joel Brobecker <brobecker@adacore.com>
10040
10041 * rs6000-tdep.c (rs6000_gdbarch_init): Move divide operator
10042 from end of line to start of next line.
10043
cf90fd9a
WW
100442015-01-17 Wei-cheng Wang <cole945@gmail.com>
10045
10046 * ppc-linux-tdep.c (ppc_skip_trampoline_code):
10047 Scan PLT stub backward for reverse debugging.
10048 * ppc64-tdep.c (ppc64_skip_trampoline_code): Likewise.
10049
b4cdae6f
WW
100502015-01-17 Wei-cheng Wang <cole945@gmail.com>
10051 Ulrich Weigand <uweigand@de.ibm.com>
10052
10053 * configure.tgt (powerpc*-*-linux): Add linux-record.o to
10054 gdb_target_obs.
10055 (ppc_linux_record_tdep, ppc64_linux_record_tdep): New for linux syscall
10056 record.
10057 (ppc_canonicalize_syscall, ppc_linux_syscall_record,
10058 ppc_linux_record_signal, ppc_init_linux_record_tdep): New functions.
10059 (ppc_linux_init_abi): Set process_record, process_record_signal.
10060 * ppc-tdep.h (struct gdbarch_tdep): Add ppc_syscall_record and
10061 ppc_linux_record_tdep to gdbarch_tdep.
10062 (ppc_process_record): New declaration.
10063 * rs6000-tdep.c (ppc_record_vsr, ppc_process_record_op4,
10064 ppc_process_record_op19, ppc_process_record_op31,
10065 ppc_process_record_op59, ppc_process_record_op60,
10066 ppc_process_record_op63, ppc_process_record): New functions.
10067
2608dbf8
WW
100682015-01-17 Wei-cheng Wang <cole945@gmail.com>
10069
10070 * rs6000-tdep.c (rs6000_in_function_epilogue_p): Rename to
10071 rs6000_in_function_epilogue_frame_p and add an argument
10072 for frame_info.
10073 (rs6000_epilogue_frame_cache, rs6000_epilogue_frame_this_id,
10074 rs6000_epilogue_frame_prev_register, rs6000_epilogue_frame_sniffer):
10075 New functions.
10076 (rs6000_epilogue_frame_unwind): New.
10077 (rs6000_gdbarch_init): Append epilogue unwinder.
10078
4c347be6
SDJ
100792015-01-16 Sergio Durigan Junior <sergiodj@redhat.com>
10080
10081 * nat/linux-personality.c: Replace "#ifndef
10082 HAVE_DECL_ADDR_NO_RANDOMIZE" by "#if
10083 !HAVE_DECL_ADDR_NO_RANDOMIZE", fixing a regression in RHEL-5
10084 systems.
10085
9f2850ba
EZ
100862015-01-16 Eli Zaretskii <eliz@gnu.org>
10087
6cdb25f4
EZ
10088 * tui/tui-win.c (tui_rehighlight_all, tui_set_var_cmd): New
10089 functions.
10090 (_initialize_tui_win) <border-kind, border-mode>:
10091 <active-border-mode>: Use tui_set_var_cmd as the "set" function.
c54da50d
EZ
10092 (tui_set_tab_width_command): Fix the commentary.
10093
6cdb25f4
EZ
10094 * tui/tui-win.h: Add prototype for tui_rehighlight_all.
10095
bf555842
EZ
10096 * tui/tui-win.c (tui_scroll_left_command, tui_scroll_right_command):
10097 Doc fix.
cb86fcc1
EZ
10098 (tui_set_tab_width_command): Delete and recreate the source and
10099 the disassembly windows, to show the effect of the changed tab
10100 size immediately.
bf555842 10101
9f2850ba
EZ
10102 * tui/tui-data.h (LINE_PREFIX): Make shorter
10103 (MAX_PID_WIDTH): Enlarge from 14 to 19, to leave enough space for
10104 "Thread NNNNN.XXXX" thread ID notation on Windows.
10105
95761b2d
JK
101062015-01-16 Jan Kratochvil <jan.kratochvil@redhat.com>
10107
10108 Fix gcc-5 compilation.
10109 * hppa-tdep.c (inst_saves_gr): Fix parentheses typo.
10110
8cc73a39
SDJ
101112015-01-15 Sergio Durigan Junior <sergiodj@redhat.com>
10112
10113 * Makefile.in (HFILES_NO_SRCDIR): Add nat/linux-personality.h.
10114 (linux-personality.o): New rule.
10115 * common/common-defs.h: Include <stdint.h>.
10116 * config/aarch64/linux.mh (NATDEPFILES): Include
10117 linux-personality.o.
10118 * config/alpha/alpha-linux.mh (NATDEPFILES): Likewise.
10119 * config/arm/linux.mh (NATDEPFILES): Likewise.
10120 * config/i386/linux64.mh (NATDEPFILES): Likewise.
10121 * config/i386/linux.mh (NATDEPFILES): Likewise.
10122 * config/ia64/linux.mh (NATDEPFILES): Likewise.
10123 * config/m32r/linux.mh (NATDEPFILES): Likewise.
10124 * config/m68k/linux.mh (NATDEPFILES): Likewise.
10125 * config/mips/linux.mh (NATDEPFILES): Likewise.
10126 * config/pa/linux.mh (NATDEPFILES): Likewise.
10127 * config/powerpc/linux.mh (NATDEPFILES): Likewise.
10128 * config/powerpc/ppc64-linux.mh (NATDEPFILES): Likewise.
10129 * config/powerpc/spu-linux.mh (NATDEPFILES): Likewise.
10130 * config/s390/linux.mh (NATDEPFILES): Likewise.
10131 * config/sparc/linux64.mh (NATDEPFILES): Likewise.
10132 * config/sparc/linux.mh (NATDEPFILES): Likewise.
10133 * config/tilegx/linux.mh (NATDEPFILES): Likewise.
10134 * config/xtensa/linux.mh (NATDEPFILES): Likewise.
10135 * defs.h: Remove #include <stdint.h> (moved to
10136 common/common-defs.h).
10137 * linux-nat.c: Include nat/linux-personality.h. Remove #include
10138 <sys/personality.h>; do not define ADDR_NO_RANDOMIZE (moved to
10139 nat/linux-personality.c).
10140 (linux_nat_create_inferior): Remove code to disable address space
10141 randomization (moved to nat/linux-personality.c). Create cleanup
10142 to disable address space randomization.
10143 * nat/linux-personality.c: New file.
10144 * nat/linux-personality.h: Likewise.
10145
fb23d554
SDJ
101462015-01-15 Sergio Durigan Junior <sergiodj@redhat.com>
10147
10148 * Makefile.in (ALLDEPFILES): Including common/mingw-strerror.c and
10149 common/posix-strerror.c.
10150 (posix-strerror.o): New rule.
10151 (mingw-strerror.o): Likewise.
10152 * common/common-utils.h (safe_strerror): Move prototype to here,
10153 from utils.h.
10154 * common/common.host: New file.
10155 * common/mingw-strerror.c: Likewise.
10156 * common/posix-strerror.c: Likewise.
10157 * configure: Regenerated.
10158 * configure.ac: Source common/common.host. Add variable
10159 common_host_obs to gdb_host_obs.
10160 * contrib/ari/gdb_ari.sh: Mention gdb/common/mingw-strerror.c and
10161 gdb/common/posix-strerror.c when warning about the use of
10162 strerror.
10163 * mingw-hdep.c (safe_strerror): Remove definition; move it to
10164 common/mingw-strerror.c.
10165 * posix-hdep.c (safe_strerror): Remove definition; move it to
10166 common/posix-hdep.c.
10167 * utils.h (safe_strerror): Remove prototype; move to
10168 common/common-utils.h.
10169
3af8af43
JB
101702015-01-15 Joel Brobecker <brobecker@adacore.com>
10171
10172 GDB 7.8.2 released.
10173
bafffb51
JB
101742015-01-15 Joel Brobecker <brobecker@adacore.com>
10175
10176 * ada-lang.c (ada_array_bound_from_type): Ignore array's parallel
10177 ___XA type if the array has already been fixed.
10178
cdf43629
YQ
101792015-01-14 Yao Qi <yao@codesourcery.com>
10180
10181 * Makefile.in (ppc-linux.o): New rule.
10182 * config/powerpc/ppc64-linux.mh (NATDEPFILES): Add ppc-linux.o.
10183 * configure.ac: AC_CHECK_FUNCS(getauxval).
10184 * config.in: Re-generated.
10185 * configure: Re-generated.
10186 * nat/ppc-linux.h [__powerpc64__] (ppc64_64bit_inferior_p):
10187 Declare.
10188 * nat/ppc-linux.c: New file.
10189 * ppc-linux-nat.c (ppc_linux_target_wordsize) [__powerpc64__]:
10190 Call ppc64_64bit_inferior_p.
10191
514c5338
YQ
101922015-01-14 Yao Qi <yao@codesourcery.com>
10193
10194 * ppc-linux-nat.c (PT_ORIG_R3, PT_TRAP): Move to
10195 nat/ppc-linux.h.
10196 (PPC_FEATURE_CELL, PPC_FEATURE_BOOKE): Likewise.
10197 (PPC_FEATURE_HAS_DFP): Likewise.
10198 (PTRACE_GETVRREGS, PTRACE_SETVRREGS): Likewise.
10199 (PTRACE_GETVSXREGS, PTRACE_SETVSXREGS): Likewise.
10200 (PTRACE_GETEVRREGS, PTRACE_SETEVRREGS): Likewise.
10201 Include "nat/ppc-linux.h".
10202 * nat/ppc-linux.h: New file.
10203 * Makefile.in (HFILES_NO_SRCDIR): Add nat/ppc-linux.h.
10204
5589af0e
PA
102052015-01-14 Pedro Alves <palves@redhat.com>
10206
10207 PR gdb/17525
10208 * breakpoint.c: Include "interps.h".
10209 (bpstat_do_actions_1): Also check whether the interpreter is
10210 async.
10211
6c400b59
PA
102122015-01-14 Pedro Alves <palves@redhat.com>
10213
10214 PR cli/17828
10215 * infrun.c (reinstall_readline_callback_handler_cleanup): Don't
10216 reinstall if the interpreter is sync.
10217
e02c96a7
DE
102182015-01-13 Doug Evans <dje@google.com>
10219
10220 * objfiles.c (objfile_filename): New function.
10221 * objfiles.h (objfile_filename): Declare it.
10222 (objfile_name): Add function comment.
10223 * python/py-objfile.c (objfpy_lookup_objfile_by_name): Try both the
10224 bfd file name (which may be realpath'd), and the original name.
10225
3b2f13ff
JB
102262015-01-13 Joel Brobecker <brobecker@adacore.com>
10227
10228 * NEWS: Create a new section for the next release branch.
10229 Rename the section of the current branch, now that it has
10230 been cut.
10231
b4cfe7f8
JB
102322015-01-13 Joel Brobecker <brobecker@adacore.com>
10233
10234 GDB 7.9 branch created (92fc2e6978d9a7c8324c7e851dbee59e22ec7a37):
10235 * version.in: Bump version to 7.9.50.DATE-cvs.
10236
92fc2e69
JB
102372015-01-13 Joel Brobecker <brobecker@adacore.com>
10238
10239 * nat/linux-procfs.c (linux_proc_attach_tgid_threads):
10240 Remove trailing new-line in argument of call to warning.
10241
f71f0b0d
JB
102422015-01-13 Joel Brobecker <brobecker@adacore.com>
10243
10244 * linux-nat.c (attach_proc_task_lwp_callback): Remove trailing
10245 new-line in argument of call to "warning".
10246
04dccad0
JB
102472015-01-13 Joel Brobecker <brobecker@adacore.com>
10248
10249 * ada-lang.c (ada_lookup_symbol_nonlocal): If name not found
10250 in static block, then try searching for primitive types.
10251
08b13bdd
PP
102522015-01-12 Patrick Palka <patrick@parcs.ath.cx>
10253
10254 * top.h (gdb_add_history): Declare.
10255 * top.c (command_count): New variable.
10256 (gdb_add_history): New function.
10257 (gdb_safe_append_history): New static function.
10258 (quit_force): Call it.
10259 (command_line_input): Use gdb_add_history instead of
10260 add_history.
10261 * event-top.c (command_line_handler): Likewise.
10262
4ac15b59
JC
102632015-01-12 James Clarke <jrtc27@jrtc27.com> (tiny patch)
10264
10265 PR gdb/17046
10266 * darwin-nat.c: Replace <machine/setjmp.h> #include by
10267 <setjmp.h> #include.
10268
005e54bb
DE
102692015-01-11 Doug Evans <xdje42@gmail.com>
10270
10271 * dwarf2read.c (compute_delayed_physnames): Use TYPE_FN_FIELD_PHYSNAME.
10272
439250fb
DE
102732015-01-11 Doug Evans <xdje42@gmail.com>
10274
10275 PR gdb/15830
10276 * NEWS: The "maint demangle" command is renamed as "demangle".
10277 * demangle.c: #include cli/cli-utils.h, language.h.
10278 (demangle_command): New function.
10279 (_initialize_demangle): Add new command "demangle".
10280 * maint.c (maintenance_demangle): Stub out.
10281 (_initialize_maint_cmds): Update help text for "maint demangle",
10282 and mark as deprecated.
10283
ebf3aa72
MK
102842015-01-11 Mark Kettenis <kettenis@gnu.org>
10285
10286 * inf-ptrace.c (inf_ptrace_follow_fork): Adjust now that
10287 inferior_thread is a function.
10288
6bf045cd
PP
102892015-01-09 Patrick Palka <patrick@parcs.ath.cx>
10290
10291 * Makefile.in (.y.c): Don't munge yacc's #line
10292 directives.
10293
588dcc3e
PP
102942015-01-09 Patrick Palka <patrick@parcs.ath.cx>
10295
10296 * utils.c (defaulted_query): Rewrite to use gdb_readline_wrapper
10297 to prompt for input.
10298 * tui/tui-hooks.c (tui_query_hook): Remove.
10299 (tui_install_hooks): Don't set deprecated_query_hook.
10300 * tui/tui-io.c (tui_redisplay_readline): Fix off-by-one error in
10301 height calculation. Always update the command window's cur_line.
10302
9c02b525
PA
103032015-01-09 Pedro Alves <palves@redhat.com>
10304
10305 * breakpoint.c (hardware_breakpoint_inserted_here_p): New
10306 function.
10307 * breakpoint.h (hardware_breakpoint_inserted_here_p): New
10308 declaration.
10309 * linux-nat.c (linux_nat_status_is_event): Move higher up in file.
10310 (linux_resume_one_lwp): Store the thread's PC. Adjust to clear
10311 stop_reason.
10312 (check_stopped_by_watchpoint): New function.
10313 (save_sigtrap): Reimplement.
10314 (linux_nat_stopped_by_watchpoint): Adjust.
10315 (linux_nat_lp_status_is_event): Delete.
10316 (stop_wait_callback): Only call save_sigtrap after storing the
10317 pending status.
10318 (status_callback): If the thread had been stopped for a breakpoint
10319 that has since been removed, discard the event and resume the LWP.
10320 (count_events_callback, select_event_lwp_callback): Use
10321 lwp_status_pending_p instead of linux_nat_lp_status_is_event.
10322 (cancel_breakpoint): Rename to ...
10323 (check_stopped_by_breakpoint): ... this. Record whether the LWP
10324 stopped for a software breakpoint or hardware breakpoint.
10325 (select_event_lwp): Only give preference to the stepping LWP in
10326 all-stop mode. Adjust comments.
10327 (stop_and_resume_callback): Remove references to new_pending_p.
10328 (linux_nat_filter_event): Likewise. Leave exit events of the
10329 leader thread pending here. Handle signal short circuiting here.
10330 Only call save_sigtrap after storing the pending waitstatus.
10331 (linux_nat_wait_1): Remove 'retry' label. Remove references to
10332 new_pending. Don't handle leaving events the caller is not
10333 interested in pending here, nor handle signal short-circuiting
10334 here. Also give equal priority to all LWPs that have had events
10335 in non-stop mode. If reporting a software breakpoint event,
10336 unadjust the LWP's PC.
10337 * linux-nat.h (enum lwp_stop_reason): New.
10338 (struct lwp_info) <stop_pc>: New field.
10339 (struct lwp_info) <stopped_by_watchpoint>: Delete field.
10340 (struct lwp_info) <stop_reason>: New field.
10341 * x86-linux-nat.c (x86_linux_prepare_to_resume): Adjust.
10342
8af756ef
PA
103432015-01-09 Pedro Alves <palves@redhat.com>
10344
10345 * linux-nat.c (linux_handle_extended_wait) <PTRACE_EVENT_EXEC>:
10346 Set the LWP's 'resumed' flag.
10347
8a99810d
PA
103482015-01-09 Pedro Alves <palves@redhat.com>
10349
10350 * linux-nat.c (linux_resume_one_lwp): New function.
10351 (resume_lwp): Use lwp_status_pending_p and linux_resume_one_lwp.
10352 (linux_nat_resume): Use lwp_status_pending_p and
10353 linux_resume_one_lwp.
10354 (linux_handle_syscall_trap): Use linux_resume_one_lwp.
10355 (linux_handle_extended_wait): Use linux_resume_one_lwp.
10356 (status_callback, running_callback): Use lwp_status_pending_p.
10357 (lwp_status_pending_p): New function.
10358 (stop_and_resume_callback): Use lwp_status_pending_p.
10359 (linux_nat_filter_event): Use linux_resume_one_lwp.
10360 (linux_nat_wait_1): Always use status_callback to look for an LWP
10361 with a pending status. Use linux_resume_one_lwp.
10362 (resume_stopped_resumed_lwps): Use lwp_status_pending_p and
10363 linux_resume_one_lwp.
10364
f7ce857f
PA
103652015-01-09 Pedro Alves <palves@redhat.com>
10366
10367 * breakpoint.c (bp_location_inserted_here_p): New function,
10368 factored out from ...
10369 (breakpoint_inserted_here_p): ... here. Use
10370 ALL_BP_LOCATIONS_AT_ADDR.
10371 (software_breakpoint_inserted_here_p): Use
10372 bp_location_inserted_here_p and ALL_BP_LOCATIONS_AT_ADDR.
10373
c1a747c1
PA
103742014-01-09 Pedro Alves <palves@redhat.com>
10375
10376 Skip enabling event reporting if the kernel supports
10377 PTRACE_EVENT_CLONE.
10378 * linux-thread-db.c: Include "nat/linux-ptrace.h".
10379 (thread_db_use_events): New function.
10380 (try_thread_db_load_1): Check thread_db_use_events before enabling
10381 event reporting.
10382 (update_thread_state): New function.
10383 (attach_thread): Use it. Check thread_db_use_events before
10384 enabling event reporting.
10385 (thread_db_detach): Check thread_db_use_events before disabling
10386 event reporting.
10387 (find_new_threads_callback): Check thread_db_use_events before
10388 enabling event reporting. Update the thread's state if not using
10389 libthread_db events.
10390
a33e3959
PA
103912015-01-09 Pedro Alves <palves@redhat.com>
10392
10393 * linux-nat.c (lin_lwp_attach_lwp): Assert that the lwp id we're
10394 about to wait for is > 0.
10395 * linux-thread-db.c (find_new_threads_callback): Ignore thread if
10396 the kernel thread ID is -1.
10397
8784d563
PA
103982015-01-09 Pedro Alves <palves@redhat.com>
10399
10400 * linux-nat.c (attach_proc_task_lwp_callback): New function.
10401 (linux_nat_attach): Use linux_proc_attach_tgid_threads.
10402 (wait_lwp, linux_nat_filter_event): If not set yet, set the lwp's
10403 ptrace option flags.
10404 * linux-nat.h (struct lwp_info) <must_set_ptrace_flags>: New
10405 field.
10406 * nat/linux-procfs.c: Include <dirent.h>.
10407 (linux_proc_get_int): New parameter "warn". Handle it.
10408 (linux_proc_get_tgid): Adjust.
10409 (linux_proc_get_tracerpid): Rename to ...
10410 (linux_proc_get_tracerpid_nowarn): ... this.
10411 (linux_proc_pid_get_state): New function, factored out from
10412 (linux_proc_pid_has_state): ... this. Add new parameter "warn"
10413 and handle it.
10414 (linux_proc_pid_is_gone): New function.
10415 (linux_proc_pid_is_stopped): Adjust.
10416 (linux_proc_pid_is_zombie_maybe_warn)
10417 (linux_proc_pid_is_zombie_nowarn): New functions.
10418 (linux_proc_pid_is_zombie): Use
10419 linux_proc_pid_is_zombie_maybe_warn.
10420 (linux_proc_attach_tgid_threads): New function.
10421 * nat/linux-procfs.h (linux_proc_get_tgid): Update comment.
10422 (linux_proc_get_tracerpid): Rename to ...
10423 (linux_proc_get_tracerpid_nowarn): ... this, and update comment.
10424 (linux_proc_pid_is_gone): New declaration.
10425 (linux_proc_pid_is_zombie): Update comment.
10426 (linux_proc_pid_is_zombie_nowarn): New declaration.
10427 (linux_proc_attach_lwp_func): New typedef.
10428 (linux_proc_attach_tgid_threads): New declaration.
10429 * nat/linux-ptrace.c (linux_ptrace_attach_fail_reason): Adjust to
10430 use nowarn functions.
10431 (linux_ptrace_attach_fail_reason_string): Move here from
10432 gdbserver/linux-low.c and rename.
10433 (ptrace_supports_feature): If the current ptrace options are not
10434 known yet, check them now, instead of asserting.
10435 * nat/linux-ptrace.h (linux_ptrace_attach_fail_reason_string):
10436 Declare.
10437
883ed13e
PA
104382015-01-09 Pedro Alves <palves@redhat.com>
10439
10440 * linux-thread-db.c (thread_db_find_new_threads_silently)
10441 (try_thread_db_load_1, try_thread_db_load, thread_db_load_search)
10442 (find_new_threads_once): Print debug output on gdb_stdlog.
10443
1710aab8
CG
104442015-01-09 Chen Gang <gang.chen.5i5j@gmail.com>
10445 Pedro Alves <palves@redhat.com>
10446
10447 * compile/compile.c: Include "gdb_wait.h".
10448 (do_rmdir): Check return value, and free 'zap'.
10449
b597c318
YQ
104502015-01-08 Pedro Alves <palves@redhat.com>
10451 Yao Qi <yao@codesourcery.com>
10452
10453 * dwarf2loc.c (indirect_pieced_value): Don't call
10454 gdb_sign_extend. Call extract_signed_integer instead.
10455 * utils.c (gdb_sign_extend): Remove.
10456 * utils.h (gdb_sign_extend): Remove declaration.
10457
025ac414
PM
104582015-01-07 Pierre Muller <muller@sourceware.org>
10459
10460 PR symtab/17811
10461 * stabsread.c (define_symbol): Set language for C++ special symbols.
10462
fa5af12a
PP
104632015-01-07 Patrick Palka <patrick@parcs.ath.cx>
10464
10465 * inflow.c (initial_gdb_ttystate): Tweak comment.
10466
ea42d6f8
JB
104672015-01-07 Joel Brobecker <brobecker@adacore.com>
10468
10469 * inflow.c (set_initial_gdb_ttystate): Add empty line after
10470 comment documenting function.
10471
6a06d660
PP
104722015-01-07 Patrick Palka <patrick@parcs.ath.cx>
10473
10474 * terminal.h (set_initial_gdb_ttystate): Declare.
10475 * inflow.c (initial_gdb_ttystate): New static variable.
10476 (set_initial_gdb_ttystate): New setter.
10477 (child_terminal_init_with_pgrp): Copy initial_gdb_ttystate
10478 instead of our current terminal state.
10479 * top.c (gdb_init): Call set_initial_gdb_ttystate.
10480
e810d75b
JB
104812015-01-07 Joel Brobecker <brobecker@adacore.com>
10482
10483 * guile/scm-type.c (tyscm_array_1): Add comment.
10484 * python/py-type.c (typy_array_1): Add comment.
10485
fce10a84
JB
104862015-01-06 Joel Brobecker <brobecker@adacore.com>
10487
10488 * guile/scm-type.c (tyscm_array_1): Do not raise out-of-range
10489 error if N2 is equal to N1 - 1.
10490
8503d6e1
JB
104912015-01-06 Joel Brobecker <brobecker@adacore.com>
10492
10493 * python/py-type.c (typy_array_1): Do not raise negative-length
10494 exception if N2 is equal to N1 - 1.
10495
4d29c0a8
DE
104962015-01-03 Doug Evans <xdje42@gmail.com>
10497
10498 * c-exp.y: Whitespace cleanup.
10499 (classify_inner_name): Remove extra ;.
10500
eaa6a9a4
MR
105012015-01-02 Maciej W. Rozycki <macro@codesourcery.com>
10502
10503 * mips-tdep.c (mips32_scan_prologue): Keep the extracted stack
10504 offset signed.
10505
02fe9972
DE
105062015-01-02 Doug Evans <dje@google.com>
10507
10508 * dwarf2read.c (setup_type_unit_groups): Remove outdated comment.
10509
e2ada9cb
DE
105102015-01-02 Doug Evans <dje@google.com>
10511
10512 * symtab.h (struct symbol): Fix typo in comment.
10513
32d0add0
JB
105142015-01-01 Joel Brobecker <brobecker@adacore.com>
10515
10516 Update year range in copyright notice of all files.
10517
76f2b779
JB
105182015-01-01 Joel Brobecker <brobecker@adacore.com>
10519
10520 * top.c (print_gdb_version): Update copyright year to 2015.
10521
077309e2 105222015-01-01 Joel Brobecker <brobecker@adacore.com>
6bf6fd09 10523
077309e2 10524 * config/djgpp/fnchange.lst: Add entry for gdb/ChangeLog-2014.
6bf6fd09 10525
077309e2 10526For older changes see ChangeLog-2014.
c906108c
SS
10527\f
10528Local Variables:
10529mode: change-log
10530left-margin: 8
10531fill-column: 74
10532version-control: never
57da7796 10533coding: utf-8
c906108c 10534End:
This page took 2.75114 seconds and 4 git commands to generate.