[llvm-commits] [llvm] r46337 - in /llvm/trunk/lib/Target/X86: X86RegisterInfo.cpp X86RegisterInfo.h X86RegisterInfo.td

Anton Korobeynikov asl at math.spbu.ru
Fri Jan 25 12:59:51 PST 2008


Hello, Evan

> Problem 1:
> (gdb) b main
> Line number not known for symbol "main"
> Explicitly setting a breakpoint on line 10 works.
That's strange. This definitely works for me. Could you please send me
the .bc and native gcc output with extra -dA option?

> Problem 2:
> In function f().
> (gdb) p a
> $2 = -1073743868
> (gdb) p b
> $3 = {
>    x = 2,
>    y = 0
> }
> 
Displaying incoming arguments is somehow broken for me too (it was so
always afair).

-- 
With best regards, Anton Korobeynikov.

Faculty of Mathematics & Mechanics, Saint Petersburg State University.





More information about the llvm-commits mailing list