This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC 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: Error: Cannot find bounds of current function


Tong Wang writes:

 >    I had the following problem when debugging my code with insight. My main function calls the function drawg(), 
 > but when I stepped through drawg(), and reached the end of the function , if I keep type N , I got the following error.    
 > 
 > Select function name to disassemble. 
 > Error: Cannot find bounds of current function
 > 
 > It seems the debugger was somehow lost, and can't go back to the
 > main() function.  Has someone experienced the similar situation ?

We have no idea.  You haven't told us the architecture, platform,
commands used to compile, anything.

Andrew.


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