LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Programming (https://www.linuxquestions.org/questions/programming-9/)
-   -   How to get next executed line (https://www.linuxquestions.org/questions/programming-9/how-to-get-next-executed-line-341143/)

phuna 07-07-2005 11:02 PM

How to get next executed line
 
Hi all,
I'm using GDB, how do I get next executed line number in the source code

Best regards

freegianghu 07-07-2005 11:19 PM

Re: How to get next executed line
 
Quote:

Originally posted by phuna
Hi all,
I'm using GDB, how do I get next executed line number in the source code

Best regards

Code:

(gdb) list

phuna 07-08-2005 12:05 AM

Thanks for your answer,
but if I use list multiple times, it will not display the next executed line. Is there any way that help me to get next executed line at *any* time


All times are GMT -5. The time now is 03:30 AM.