OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ThreadPlanCallFunction
(Results
1 - 9
of
9
) sorted by null
/external/lldb/source/Target/
ThreadPlanCallUserExpression.cpp
48
ThreadPlanCallFunction
(thread, function, ClangASTType(), arg, stop_other_threads, unwind_on_error, ignore_breakpoints, this_arg, cmd_arg),
63
ThreadPlanCallFunction
::GetDescription (s, level);
69
StopInfoSP stop_info_sp =
ThreadPlanCallFunction
::GetRealStopInfo();
ThreadPlanCallFunction.cpp
1
//===--
ThreadPlanCallFunction
.cpp ------------------------------*- C++ -*-===//
10
#include "lldb/Target/
ThreadPlanCallFunction
.h"
37
//
ThreadPlanCallFunction
: Plan to call a single function
40
ThreadPlanCallFunction
::ConstructorSetup (Thread &thread,
73
log->Printf ("
ThreadPlanCallFunction
(%p): %s.", this, m_constructor_errors.GetData());
83
log->Printf ("
ThreadPlanCallFunction
(%p): %s.", this, m_constructor_errors.GetData());
95
log->Printf ("
ThreadPlanCallFunction
(%p): %s.", this, m_constructor_errors.GetData());
105
log->Printf ("
ThreadPlanCallFunction
(%p): %s.", this, m_constructor_errors.GetData());
118
m_constructor_errors.Printf ("Setting up
ThreadPlanCallFunction
, failed to checkpoint thread state.");
120
log->Printf ("
ThreadPlanCallFunction
(%p): %s.", this, m_constructor_errors.GetData())
[
all
...]
Android.mk
33
ThreadPlanCallFunction
.cpp \
Thread.cpp
31
#include "lldb/Target/
ThreadPlanCallFunction
.h"
[
all
...]
/external/lldb/include/lldb/Target/
ThreadPlanCallUserExpression.h
21
#include "lldb/Target/
ThreadPlanCallFunction
.h"
25
class ThreadPlanCallUserExpression : public
ThreadPlanCallFunction
47
ThreadPlanCallFunction
::WillPop();
ThreadPlanCallFunction.h
1
//===--
ThreadPlanCallFunction
.h --------------------------------*- C++ -*-===//
23
class
ThreadPlanCallFunction
: public ThreadPlan
29
ThreadPlanCallFunction
(Thread &thread,
39
ThreadPlanCallFunction
(Thread &thread,
53
~
ThreadPlanCallFunction
();
188
DISALLOW_COPY_AND_ASSIGN (
ThreadPlanCallFunction
);
/external/lldb/source/Plugins/Process/Utility/
InferiorCallPOSIX.cpp
19
#include "lldb/Target/
ThreadPlanCallFunction
.h"
80
ThreadPlanCallFunction
*call_function_thread_plan
81
= new
ThreadPlanCallFunction
(*thread,
172
lldb::ThreadPlanSP call_plan_sp (new
ThreadPlanCallFunction
(*thread,
226
ThreadPlanCallFunction
*call_function_thread_plan
227
= new
ThreadPlanCallFunction
(*thread,
/external/lldb/source/Expression/
ClangFunction.cpp
43
#include "lldb/Target/
ThreadPlanCallFunction
.h"
423
ThreadPlan *new_plan = new
ThreadPlanCallFunction
(*thread,
442
// FIXME: Create our
ThreadPlanCallFunction
with the return ClangASTType, and then use GetReturnValueObject
ClangUserExpression.cpp
876
lldb::addr_t function_stack_pointer = static_cast<
ThreadPlanCallFunction
*>(call_plan_sp.get())->GetFunctionStackPointer();
[
all
...]
Completed in 254 milliseconds