Re: KDevelop remote debbuging.

Michael George Hart <[email protected]>
Newsgroups gmane.comp.kde.users.kdevelop
Message-ID <CAGtQer2S46Q22G1YkjJnwoU230cAw-OySGhLgU-T_y56eCjpRg@mail.gmail.com>
What would be useful would be a full description of how to remote debug and
application that is bitwise same and different the one hosting kdevelop...

What I mean  is the machine where kdevelop is running on a x64 and you have
a program that you want to debug was complied and now fail on x32 --It is
assumed you have the same program working on the x64 machine.

Another interesting to show how to do is the kdevelop host is I7 and the
remote program to be debug is running on an some embedded processor.

I know that all these thing are possible from what I have read but I
personally never got it to work.

I know some of what I am talking about it outside the scope of kdevelop and
more in the scope of gdb server usage ... but it would be nice just to know
how it is done

Michael

On Thu, Apr 13, 2017 at 12:20 PM, Leon Pollak <[email protected]> wrote:

> On Wednesday, 12 April 2017 15:51:22 IDT Don Shogun wrote:
> > Hello,
> >
> > Could you show me where are informations about setup remote debugging in
> > IDE? This could be very helpfull for me, but I don't know how to attach
> to
> > remote gdbserver via Kdev.
> >
> > Best regards,
> > Mateusz
> Your question is not clear - what difficulties do you experience?
> Have you ever debugged remotely?
> Anyway, belowe is my gdbinit file I provide in the debug launch
> configuration:
> ------------------------------
> set sysroot /opt/FS/
> shell cp /Projects/CSU/BuildARM/debug/csu /opt/FS/home/csu
> set remote exec-file /home/csu
> target extended-remote 192.168.50.204:44000
> file /Projects/CSU/BuildARM/debug/csu
> br main
> r
> ------------------------------
>
> Hope this helps
> --
> Leon
>



-- 
*"...Hope is what makes us strong. It is why we are here. It is what we
fight with when all is lost..."*
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.