From: Philippe Gerum <rpm@xenomai.org>
To: Stephan Zimmermann <s.zimmermann@domain.hid>
Cc: xenomai@xenomai.org
Subject: Re: [Xenomai-help] Debugging
Date: Thu, 17 Aug 2006 14:41:39 +0200 [thread overview]
Message-ID: <1155818499.4366.39.camel@domain.hid> (raw)
In-Reply-To: <200608171405.44978.s.zimmermann@domain.hid>
On Thu, 2006-08-17 at 14:05 +0200, Stephan Zimmermann wrote:
> Hello List,
> I am facing some trouble debugging my Xenomai application. When I set a
> breakpoint in my main() task, everything works fine. If I set a breakpoint in
> another task, the debugger won't stop the application. Is this a known
> problem,
No.
> or am I doing something wrong (compiler/debugger options)? I tryed
> it within Eclipse and gdb commandline interface, both gave me the same
> results. Can someone give me a Hint?
>
The language used has no incidence for on the way breakpoints are
handled kernel-wise. Are you 100% sure that the code location is indeed
executed (e.g. is a breakpoint on a trace statement ignored by GDB
albeit the trace appears?); does "info breakpoints" gives you the right
output regarding your breakpoint (i.e. is it enabled, and at the right
place you expect it to be)?
In any case, we would need a simple test code reproducing the issue to
further investigate it, if any.
> My System:
> Debian 3.1 on AMD X2, running in 32bit mode
> Xenomai 2.2 on Kernel 2.6.17.6, with no other patches
> debian standard gcc 3.3.5
> (same problem on intel notebook)
> The program I'm working on is written in C++, wrapping classes around the
> native skin.
>
> Thanks
> Stephan
>
> _______________________________________________
> Xenomai-help mailing list
> Xenomai-help@domain.hid
> https://mail.gna.org/listinfo/xenomai-help
--
Philippe.
next prev parent reply other threads:[~2006-08-17 12:41 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-08-17 12:05 [Xenomai-help] Debugging Stephan Zimmermann
2006-08-17 12:35 ` Gilles Chanteperdrix
2006-08-17 12:41 ` Philippe Gerum [this message]
2006-08-17 12:52 ` Gilles Chanteperdrix
-- strict thread matches above, loose matches on Subject: below --
2006-01-17 19:28 Kent Borg
2006-01-18 9:49 ` Gilles Chanteperdrix
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=1155818499.4366.39.camel@domain.hid \
--to=rpm@xenomai.org \
--cc=s.zimmermann@domain.hid \
--cc=xenomai@xenomai.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.