gdb
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: gdb command line option -e or -exec usage


From: Michael Snyder
Subject: Re: gdb command line option -e or -exec usage
Date: Fri, 12 Feb 2010 10:45:01 -0800
User-agent: Thunderbird 2.0.0.22 (X11/20090609)

Paragi, Ajeykumar B wrote:
Hi,

I have invoked gdb with '-e' command line option on an executable, The gdb manual says '-e' is used to set the executable to run.
But I could not see the symbols read in by gdb when I use -e and could
not insert breakpoints.

What is the intent of having the command line option "-e" or "-exec"?

Hmmm, it does seem to be broken.

You can get the same effect, though, by just leaving out the -e flag.

    % gdb my-executable






reply via email to

[Prev in Thread] Current Thread [Next in Thread]