hmm. makes sense to be on host. But I think this should be included when build the toolchain or something, I'm only speculating. but i'll play around with it, hopefully smoke does'nt come out anywhere.
Cheers!
Ruben
Hi Ruben,
Ruben Louw wrote:
> > ("Computer! Find the bugs in my app right now!"?) ;)Maybe we should give it a try :))
>
> hehehe, I wish it was this simple.
Hmm, then these helpers should run on your host. So, PTXdist and your target's
> The debugging helper enables the viewing of complex objects in the IDE (Qt
> Creator in my case). so when gdbserver is started on the target, the IDE
> then starts gdb on the host and the to communicate with each other. As soon
> as a break point is reached, the variable types and values are displayed
> using a debug helper. from what I could gather, this helper is either
> python or normal c++.
gdbserver are not involved. When these helpers are using the gdb to collect
the information they need, I would guess it should work out of the box.
I know this behaviour from DDD where you also can click through linked lists
>> Please keep always in mind the difference between your target and your
>> host. Most of the time, only the small gdbserver runs >on your target and
>> the main full blown/featured debugger on your host.
>
> this is also how I understand it, all the helper does is "Indetify" the
> types and its values, then you dont have to guess what the content of the
> variable or objects are.
and so on. Very comfortable.
Happy hacking.
Regards,
Juergen
--
Pengutronix e.K. | Juergen Beisert |
Linux Solutions for Science and Industry | http://www.pengutronix.de/ |