LLDB mainline
|
#include "ClangExpressionUtil.h"
#include "lldb/Target/StackFrame.h"
#include "lldb/Utility/ConstString.h"
#include "lldb/ValueObject/ValueObject.h"
Go to the source code of this file.
Namespaces | |
namespace | lldb_private |
A class that represents a running process on the host machine. | |
namespace | lldb_private::ClangExpressionUtil |
Functions | |
lldb::ValueObjectSP | lldb_private::ClangExpressionUtil::GetLambdaValueObject (StackFrame *frame) |
Returns a ValueObject for the lambda class in the current frame. | |