All of lore.kernel.org
 help / color / mirror / Atom feed
From: Kwanksuk Kim <kskim@neowave.co.kr>
To: linuxppc-embedded@lists.linuxppc.org
Subject: Remote multi-thread debugging is valid?
Date: Fri, 26 Jan 2001 16:21:42 +0900	[thread overview]
Message-ID: <01012616315400.20862@kskim.neowave.co.kr> (raw)
In-Reply-To: <200101260218.SAA28758@xoommail.com>


Hi, everyone,

I'd like to debug multi-thread program on my custon board (MPC860) with remote
debugger.

I'm using cross gdb, gdbserver, and kernel from monta vista, (gdb 4.17, linux
2.2.13)

I test test code on my host PC, it works well. But I doesn't work on target

Just after the new thread being created, gdb displays these message,


17          if (pthread_create(&tid, NULL, sayHello, NULL) )
(gdb) s

Program received signal SIGPWR, Power fail/restart.
0xfee0724 in ?? ()
(gdb)

And the gdb doesn't show thread info, like this


(gdb) info thread
warning: RMT ERROR : failed to get remote thread list

(gdb)

Is it impossible to debug multi-thread with remote-debugging?

I'm looking forward to your helps, thanks.

Have a nice weekend!

** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/

  reply	other threads:[~2001-01-26  7:21 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-01-26  2:18 is (F)ADS 8xx board mature enough? Leonard Ye
2001-01-26  7:21 ` Kwanksuk Kim [this message]
2001-01-26 15:33 ` Navin Boppuri

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=01012616315400.20862@kskim.neowave.co.kr \
    --to=kskim@neowave.co.kr \
    --cc=linuxppc-embedded@lists.linuxppc.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.