From: Slack Ware <slack_ware@yahoo.com>
To: linux-kernel@vger.kernel.org
Subject: Re: Debugging , Tracing...
Date: Mon, 7 Jul 2003 16:30:24 -0700 (PDT) [thread overview]
Message-ID: <20030707233024.13068.qmail@web13604.mail.yahoo.com> (raw)
In-Reply-To: <20030707110001.734.6504.Mailman@lists.us.dell.com>
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset=us-ascii, Size: 1543 bytes --]
From: "Auge Mike"
To: linux-kernel@vger.kernel.org
Subject: Debugging , Tracing...
On Sun, 06 Jul 2003 23:48:17 +0400, Auge Mike wrote:
>Hi all,
> I have asked before few weeks about tracing the
>execution of the
>kernel or debugging it. Unfortunately, I faced some
>problems in using Kgdb,
>especially that the patch was not successful on my
>redhat 7.3.
Hi, Auge. I think that the kernel execution cannot be
debugged nor traced by gdb (kgdb is just a frontend
for the GNU DeBugger), it can be used to trace/debug
the execution of any other program, including modules.
> Whatever, lets say that kgdb worked
>successfully, how can I trace the
>execution of a specific system call (lets say
>printf), so I can see how it
>works internally. Is there any other utility for
>that? How can I do that
>with kgdb?
Other thing, printf() is not a system call, you use
write() (syscall #4) for printing things in screen.
A recommendation: don't use gdb or kgdb for tracing
programs execution, use "strace [program] [arguments]"
in your console, instead. GDB is useful for debugging
things, like when a program received a SIGSEGV (it
generates a coredump) in a file "core", and you can
debug it for searching the error that caused that
signal.
Strace is a tool that you use for tracing programs
syscalls during it execution.
I hope this will be useful for you.
Regards,
Slack
__________________________________
Do you Yahoo!?
SBC Yahoo! DSL - Now only $29.95 per month!
http://sbc.yahoo.com
next parent reply other threads:[~2003-07-07 23:15 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <20030707110001.734.6504.Mailman@lists.us.dell.com>
2003-07-07 23:30 ` Slack Ware [this message]
2003-07-06 19:48 Auge Mike
2003-07-07 11:13 ` Richard B. Johnson
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=20030707233024.13068.qmail@web13604.mail.yahoo.com \
--to=slack_ware@yahoo.com \
--cc=linux-kernel@vger.kernel.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®