search for: 6bb03ae5

Displaying 1 result from an estimated 1 matches for "6bb03ae5".

2012 Mar 07
1
[LLVMdev] Problem with x86 32-bit debug information ?
Hi all, I'm using trunk version of LLVM/CLANG. When I compile attached files on my 64-bit Ubuntu 10.04 LTS system as follows: clang -O2 -g check.c main.c -o check64 When I do gdb check64 and set a breakpoint to the check routine and executes to the breakpoint, I've got: Breakpoint 1, check (result=0x601110, expect=0x601020, n=53) at check.c:7 7 { As you can see I can inspect