bug-gnu-emacs
[Top][All Lists]
Advanced

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

emacs + gdb


From: laerte-junior
Subject: emacs + gdb
Date: Thu, 28 Dec 2006 17:24:20 -0300

Hi, 
    I have a problem when using gdb with emacs: I can't use breakpoint 
feature: 

(gdb) run 
Starting program: /home/laerte/Estudos2006.1/programacao/Debug.out Enter an 
integer: 2 
1 
2 

Program exited normally. 
(gdb) break 25 
Breakpoint 1 at 0x8048610: file ../sysdeps/i386/elf/start.S, line 25. (gdb) 
run 
Starting program: /home/laerte/Estudos2006.1/programacao/Debug.out 

Breakpoint 1, _start () at ../sysdeps/i386/elf/start.S:65 
65      ../sysdeps/i386/elf/start.S: Arquivo ou diretório inexistente(File or 
Directory doesn'r exist). 
        in ../sysdeps/i386/elf/start.S 
Current language:  auto; currently asm 



reply via email to

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