This is the mail archive of the insight@sources.redhat.com mailing list for the Insight project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Insight Bug?


On Thu, 2004-10-07 at 21:08, Kip Warner wrote:
> >> (gdb) info func main
> >> All functions matching regular expression "main":
> >>Non-debugging symbols:
> >> 0x00401000  mainCRTStartup
> >>(gdb) list main
> >> Error: No line number known for main.
> 
> Hey Keith,
> 
> objdump gives me a ton of output when I pass it the -g switch and the path  
> to my win32 executable. Any ideas? I think it may be a bug in Insights as  
> I have heard of many others having this problem.

Okay, I believe your problem is in gdb, but to be sure, I need to ask
another question. MinGW doesn't use a "main" function, so that was a
silly test. Can you list the contents of a function for which you know
you have debug info? Open a console and enter "list MYFUNC" or "info
func MYFUNC".

Keith


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]