diff options
author | Yao Qi <yao.qi@linaro.org> | 2015-07-17 14:06:34 +0100 |
---|---|---|
committer | Yao Qi <yao.qi@linaro.org> | 2015-07-17 14:07:18 +0100 |
commit | e53b69389a7d743fe888926475d46167e91b1157 (patch) | |
tree | 60f032baab8e4eb32b8b3ef4c101bd64239286e1 /cpu | |
parent | 4c0a9a6fa1c43e727e8de9ede87df7c21bd8500f (diff) | |
download | gdb-e53b69389a7d743fe888926475d46167e91b1157.zip gdb-e53b69389a7d743fe888926475d46167e91b1157.tar.gz gdb-e53b69389a7d743fe888926475d46167e91b1157.tar.bz2 |
Call ptid_get_pid instead of get_thread_id in aarch64_linux_get_debug_reg_capacity
aarch64_linux_get_debug_reg_capacity is called by
aarch64_linux_child_post_startup_inferior, and argument ptid is created in
inf-ptrace.c:inf_ptrace_create_inferior,
/* On some targets, there must be some explicit actions taken after
the inferior has been started up. */
target_post_startup_inferior (pid_to_ptid (pid));
so in aarch64_linux_get_debug_reg_capacity, we can get pid by ptid_get_pid,
and don't need to use get_thread_id.
gdb:
2015-07-17 Yao Qi <yao.qi@linaro.org>
* aarch64-linux-nat.c (aarch64_linux_get_debug_reg_capacity): Call
ptid_get_pid instead of get_thread_id.
Diffstat (limited to 'cpu')
0 files changed, 0 insertions, 0 deletions