From 5d74e06193a226af8e14b6bf3530237c6a731418 Mon Sep 17 00:00:00 2001 From: Joel Brobecker Date: Wed, 8 May 2013 06:19:32 +0000 Subject: ti.ti_pc vs ti.ti_startfunc copy-pasto in sol-thread.c:info_cb gdb/ChangeLog: * sol-thread.c (info_cb) [ti.ti_state == TD_THR_SLEEP]: Replace ti.ti_startfunc by ti.ti_pc. Probably OK to commit without approval, so will likely do so in the next few days. --- gdb/sol-thread.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gdb/sol-thread.c') diff --git a/gdb/sol-thread.c b/gdb/sol-thread.c index f5ea3be..6faf91d 100644 --- a/gdb/sol-thread.c +++ b/gdb/sol-thread.c @@ -1137,7 +1137,7 @@ info_cb (const td_thrhandle_t *th, void *s) SYMBOL_PRINT_NAME (msym.minsym)); else printf_filtered (" - Sleep func: %s\n", - paddress (target_gdbarch (), ti.ti_startfunc)); + paddress (target_gdbarch (), ti.ti_pc)); } /* Wrap up line, if necessary. */ -- cgit v1.1