Displaying 3 results from an estimated 3 matches for "getvalvt".
Did you mean:
getvalue
2013 Jan 27
2
[LLVMdev] lldb cannot display structure type for llvm3.2
I find the lldb cannot display structure type information, such as "print ArgLocs.size()" as follows,
-> 593 CCValAssign &VA = ArgLocs[i];
594 EVT ValVT = VA.getValVT();
595 ISD::ArgFlagsTy Flags = Ins[i].Flags;
596 bool IsRegLoc = VA.isRegLoc();
(lldb) print ArgLocs.size()
error: call to a function 'llvm::SmallVectorTemplateCommon<llvm::CCValAssign>::size() const' that is not present in the target
error: Couldn't materialize st...
2013 Jan 28
0
[LLVMdev] lldb cannot display structure type for llvm3.2
...On Sun, Jan 27, 2013 at 12:11 AM, Jonathan <gamma_chen at yahoo.com.tw> wrote:
> I find the lldb cannot display structure type information, such as "print
> ArgLocs.size()" as follows,
>
> -> 593 CCValAssign &VA = ArgLocs[i];
> 594 EVT ValVT = VA.getValVT();
> 595 ISD::ArgFlagsTy Flags = Ins[i].Flags;
> 596 bool IsRegLoc = VA.isRegLoc();
> (lldb) print ArgLocs.size()
> error: call to a function
> 'llvm::SmallVectorTemplateCommon<llvm::CCValAssign>::size() const' that is
> not present in the target
>...
2012 Dec 05
1
[LLVMdev] Value of structure passed byval to a recurse function not initialized when accessed through GDB
Hi Relph,
I'm trying to print the value of 'a' while executing a.s = --depth; I
have used break line number instead of break function so that the
initial prologue part gets executed.
The problem seems to be happening when parameters are pushed into
stack and we call a function recursively.
For example in the code when we have a int s; inside the struct
instead of short s; gdb is able