Re: some questions about gdb
Keith Seitz <[email protected]>
| Newsgroups | gmane.comp.debugging.insight |
|---|---|
| Message-ID | <[email protected]> |
[re-directed to insight list] On 01/16/2011 05:46 AM, loody wrote: > I got the head version from insight CVS and it works with gdb 7.2. > But each time I press "n", gdb step as I press "si". > That means "n" should be like execute a line of c code, but on my gdb, > it execute an assembly line. > I config it as mipsel-linux. > Should I add more configs? That sounds suspicious. What happens when you type "n"/"next" in the console window? This is almost literally what insight does when you press "n". [If you are looking at ASM instead of either SOURCE or ASM+SRC, "n" will act like "nexti".] Keith