[prev in list] [next in list] [prev in thread] [next in thread] 

List:       mingw-users
Subject:    Re: [Mingw-users] Binary insight
From:       Keith MARSHALL <keith.marshall () total ! com>
Date:       2007-09-24 12:44:51
Message-ID: OFD0232509.D6F84375-ON80257360.00436CB9-80257360.00460621 () total ! com
[Download RAW message or body]





Brian Elmegaard wrote:
> I have unpacked the binary insight on
> http://downloads.sourceforge.net/mingw/insight-6.6-mingw.tar.bz2?modtime=1185625104&big_mirror=1
>
> Now I have the directory insight-mingw with gdb, gdbserver and
> insight.
>
> What should I do to actually run the program?

Add /path/to/insight-mingw/bin to your PATH, then

  insight foo.exe

to debug `foo.exe'.  If you then open an insight console window,
you may drive it just like gdb, or you can invoke most, but not all
of the more frequently used gdb actions from the toolbar or menus.

If you want to install into some directory already in your path,
(say /usr/local, with /usr/local/bin already in PATH):

1) $ cd /path/to/insight-mingw
2) $ rm info/dir
3) $ tar chf - * | ( cd /usr/local && tar xf - )

Don't omit step (2), if you value your existing `info' setup; this
package exhibits the `info/dir' packaging bug!  (Dave, can you fix
that please; see:
https://sourceforge.net/tracker/index.php?func=detail&aid=1712703&group_id=2435&atid=102435
)

To install the info pages, having completed the above:

1) $ cd /usr/local/info
2) $ for file in `cd /path/to/insight-mingw/info && echo *.info`;
   >   do install-info $file dir
   >   done
3) ensure that /usr/local/info is in your INFOPATH

HTH,
Keith.

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
MinGW-users mailing list
MinGW-users@lists.sourceforge.net

You may change your MinGW Account Options or unsubscribe at:
https://lists.sourceforge.net/lists/listinfo/mingw-users
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic