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

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

emacs + gdb


From: laerte
Subject: emacs + gdb
Date: Thu, 28 Dec 2006 16:29:31 -0300 (BRT)
User-agent: SquirrelMail/1.4.4

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

    Thank you.
    Laerte.





reply via email to

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