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