> Is it compiled with debugging symbols (-g)?
Yes. Its compiled using the Makefile generated by qmake in debug mode

> Do you compile it locally or on another machine?
Its compiled locally.


On Wed, May 9, 2012 at 1:16 AM, Orgad and Raizel Shaneh <[email protected]>wrote:

> On Wed, May 9, 2012 at 11:12 AM, Mohammad Mirzadeh <[email protected]>
> wrote:
> > Ok I'm not sure what I'm doing wrong but when I attach the debugger to
> the
> > process it only brings up the disassembler and does not go into the
> source.
> > I have the .pro file based on which the make file was generated, but I'm
> not
> > sure how I should be using it when I'm attaching the debugger to a
> process?
> >
> > On Tue, May 8, 2012 at 10:52 PM, Diego Iastrubni <[email protected]>
> > wrote:
> >>
> >> When I did that, (for a arm linux,but still...) I used a generic process
> >> and called the original Makefile. You might want to make a Makefile
> wrapper
> >> if you need a different build system. I even wrapped the run command
> >> configuration to ssh to the remote arm device and execute the new
> >> application (using a small shell script wrapper).
> >>
> >> I did not find the time to have remote GDB working, but I understand
> this
> >> is possible.
> >>
> >> I started using a dummy pro file, but found it not adequate as
> compilation
> >> problems where harder to find. Using a generic Makefile project you can
> >> press control+b and find the problems the compiler spits. You will also
> need
> >> to adjust the include directories and defines. This is trivial and you
> will
> >> find how to do it.
> >>
> >> On Mon, May 7, 2012 at 10:40 PM, Jason H <[email protected]> wrote:
> >>>
> >>> I have a legacy project that I hope to get running and use QtCreator
> for.
> >>>
> >>> This is all C code at the moment but I hope to still be able to use
> qmake
> >>> and creator. I also have a USB tap for debugging, that I was hoping I
> could
> >>> get using with Creator.
> >>>
> >>> Is there some kind of step-by-step manual to walk me through how to get
> >>> it going?
> >>>
> >>> Thanks.
> >>>
> >>>
> >>> _______________________________________________
> >>> Qt-creator mailing list
> >>> [email protected]
> >>> http://lists.qt-project.org/mailman/listinfo/qt-creator
> >>>
> >>
> >>
> >> _______________________________________________
> >> Qt-creator mailing list
> >> [email protected]
> >> http://lists.qt-project.org/mailman/listinfo/qt-creator
> >>
> >
> >
> > _______________________________________________
> > Qt-creator mailing list
> > [email protected]
> > http://lists.qt-project.org/mailman/listinfo/qt-creator
> >
>
> Is it compiled with debugging symbols (-g)?
>
> Do you compile it locally or on another machine?
>
> - Orgad
>
_______________________________________________
Qt-creator mailing list
[email protected]
http://lists.qt-project.org/mailman/listinfo/qt-creator

Reply via email to