From: Alexey Makhalov <alexey.makha...@broadcom.com> By doing it we avoid dropping gdb caches unnecessarily.
Cc: Sourabh Jain <sourabhj...@linux.ibm.com> Cc: Hari Bathini <hbath...@linux.ibm.com> Cc: Mahesh J Salgaonkar <mah...@linux.ibm.com> Cc: Naveen N. Rao <naveen.n....@linux.vnet.ibm.com> Cc: Lianbo Jiang <liji...@redhat.com> Cc: HAGIO KAZUHITO(萩尾 一仁) <k-hagio...@nec.com> Cc: Tao Liu <l...@redhat.com> Cc: Alexey Makhalov <alexey.makha...@broadcom.com> Signed-off-by: Alexey Makhalov <alexey.makha...@broadcom.com> --- task.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/task.c b/task.c index b91acb2..c131cc3 100644 --- a/task.c +++ b/task.c @@ -5295,6 +5295,10 @@ set_context(ulong task, ulong pid, uint update_gdb_thread) struct task_context *tc; int found; + if (CURRENT_CONTEXT() && + (CURRENT_TASK() == task || CURRENT_PID() == pid)) + return TRUE; + tc = FIRST_CONTEXT(); for (i = 0, found = FALSE; i < RUNNING_TASKS(); i++, tc++) { -- 2.40.1 -- Crash-utility mailing list -- devel@lists.crash-utility.osci.io To unsubscribe send an email to devel-le...@lists.crash-utility.osci.io https://${domain_name}/admin/lists/devel.lists.crash-utility.osci.io/ Contribution Guidelines: https://github.com/crash-utility/crash/wiki