From: Yao Qi <qiyaoltc@gmail.com>
To: Matthias Pfaller <leo@marco.de>
Cc: GDB <gdb@sourceware.org>
Subject: Re: embedded system and "target remote"
Date: Tue, 08 Nov 2016 11:14:00 -0000 [thread overview]
Message-ID: <CAH=s-PNcjGoBwwXMBrsbgtaCEx73g=h_fR8-L7fYM1RM4z4J1w@mail.gmail.com> (raw)
In-Reply-To: <5821A95F.2060408@marco.de>
On Tue, Nov 8, 2016 at 10:30 AM, Matthias Pfaller <leo@marco.de> wrote:
> Hi,
>
> I'm currently implementing gdb server support for our cortex-m3/m4 based
> embedded systems.
>
Out of curiosity, is it like openocd?
>
> At the moment I'm implementing break points using the FPB unit.
>
I don't know much about FPB unit.
> I would like to setup the FPB unit at context switch time for thread
> specific break points. Is there a way to pass the referenced thread id
> with the 'Z' commands?
>
The remote protocol is not aware of thread specific breakpoint.
Thread specific breakpoint just works, "b foo if thread 1", but it is not
efficient. What do you want to achieve?
> Is there a way to modify the behaviour of the break point commands to
> always reference the currently selected thread? Gobal breakpoints do not
> make sense in my usage case.
What do you mean by "always reference the currently selected thread"?
Always set thread specific breakpoint for current selected thread?
You can get current thread via $_thread and $_gthread,
https://sourceware.org/gdb/download/onlinedocs/gdb/Convenience-Vars.html
>
> Another thing I'd really like to do is to enforce non-stop and
> target-async from the target side. Is there a way to do this?
See the first paragraph in GDB manual below,
https://sourceware.org/gdb/download/onlinedocs/gdb/Remote-Non_002dStop.html
IIUC, GDB thinks async is on in remote (if the serial device is
async).
>
> regards, Matthias
>
> PS: How does gdb recoginze the initial stack frame? At the moment stack
> trace backs of stopped threads will not stop at correct frame.
Do you have an example?
--
Yao (齐尧)
next prev parent reply other threads:[~2016-11-08 11:14 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-11-08 10:31 Matthias Pfaller
2016-11-08 11:14 ` Yao Qi [this message]
2016-11-08 12:17 ` Matthias Pfaller
2016-11-09 9:52 ` Matthias Pfaller
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='CAH=s-PNcjGoBwwXMBrsbgtaCEx73g=h_fR8-L7fYM1RM4z4J1w@mail.gmail.com' \
--to=qiyaoltc@gmail.com \
--cc=gdb@sourceware.org \
--cc=leo@marco.de \
/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