> On 22 Mar 2015, at 16:53, Jens Bauer wrote:
>
> ... implementing a GDB server.
RedBoot also includes a GDB server, accessible via Ethernet and serial, but I
don't know if it qualifies as 'Lightweight'.
regards,
Liviu
---
Hi Liviu.
Thank you for the reply. :)
On Sun, 22 Mar 2015 21:11:10 +0200, Liviu Ionescu wrote:
>> ... implementing a GDB server.
>
> RedBoot also includes a GDB server, accessible via Ethernet and
> serial, but I don't know if it qualifies as 'Lightweight'.
It certainly sounds like a good cand
Hi Paul.
On Sun, 22 Mar 2015 21:54:51 +0300, Paul Fertser wrote:
> On Sun, Mar 22, 2015 at 07:22:02PM +0100, Jens Bauer wrote:
>> He knows about the stubs, but does not want to link his software to
>> a library; eg. I think he wants it as transparent as possible.
>
> So he wants additional code o
On Sun, Mar 22, 2015 at 07:22:02PM +0100, Jens Bauer wrote:
> He knows about the stubs, but does not want to link his software to
> a library; eg. I think he wants it as transparent as possible.
So he wants additional code on the target that knows how to talk to
GDB, that can initialise serial por
Hi Paul.
On Sun, 22 Mar 2015 20:59:40 +0300, Paul Fertser wrote:
> The right way to search for what he is about is "gdb remote
> stub". With that he should be able to find plenty of examples,
> including some that come with GDB source.
Thank you for the reply. :)
I'll PM him and tell him to try
On Sun, Mar 22, 2015 at 03:53:08PM +0100, Jens Bauer wrote:
> I've recommended Juha Aaltonen to ask a question on this list about
> implementing a GDB server.
The right way to search for what he is about is "gdb remote
stub". With that he should be able to find plenty of examples,
including some t
Hi all.
I've recommended Juha Aaltonen to ask a question on this list about
implementing a GDB server.
-I know it's not directly connected to OpenOCD, so I'll take the blame for
going off-topic. ;)
I believe that OpenOCD's developers and contributors would be the best
qualified to ask for many