[LLVMbugs] [Bug 6787] New: Unable to step through a program compiled with clang in gdb
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Mon Apr 5 14:20:58 PDT 2010
http://llvm.org/bugs/show_bug.cgi?id=6787
Summary: Unable to step through a program compiled with clang
in gdb
Product: new-bugs
Version: trunk
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P
Component: new bugs
AssignedTo: unassignedbugs at nondot.org
ReportedBy: lech.lorens+llvm at gmail.com
CC: llvmbugs at cs.uiuc.edu
Created an attachment (id=4637)
--> (http://llvm.org/bugs/attachment.cgi?id=4637)
source of the program
I compile a simple program displaying integers from 0 to 2. If I try to single
step through the program in gdb, I am unable to do so: gdb steps over the main
function. This does not happen if the same program is compiled with gcc.
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
More information about the llvm-bugs
mailing list