Searched refs:baton (Results 1 - 25 of 109) sorted by relevance

12345

/external/lldb/source/Target/
H A DThreadPlanShouldStopHere.cpp26 ThreadPlanShouldStopHere::ThreadPlanShouldStopHere(ThreadPlan *owner, ThreadPlanShouldStopHereCallback callback, void *baton) : argument
28 m_baton (baton),
42 ThreadPlanShouldStopHere::SetShouldStopHereCallback (ThreadPlanShouldStopHereCallback callback, void *baton) argument
45 m_baton = baton;
/external/lldb/include/lldb/Target/
H A DThreadPlanShouldStopHere.h49 void *baton = NULL);
54 SetShouldStopHereCallback (ThreadPlanShouldStopHereCallback callback, void *baton);
/external/lldb/source/Core/
H A DInputReaderEZ.cpp16 InputReaderEZ::Callback_Impl(void *baton, argument
26 baton);
63 InputReaderEZ::Initialize(void* baton, argument
70 baton,
H A DStreamCallback.cpp22 StreamCallback::StreamCallback (lldb::LogOutputCallback callback, void *baton) : argument
25 m_baton (baton),
H A DEmulateInstruction.cpp234 EmulateInstruction::SetBaton (void *baton) argument
236 m_baton = baton;
286 void *baton,
292 if (!baton || dst == NULL || dst_len == 0)
295 StackFrame *frame = (StackFrame *) baton;
308 void *baton,
314 if (!baton || src == NULL || src_len == 0)
317 StackFrame *frame = (StackFrame *) baton;
331 void *baton,
335 if (!baton)
285 ReadMemoryFrame(EmulateInstruction *instruction, void *baton, const Context &context, lldb::addr_t addr, void *dst, size_t dst_len) argument
307 WriteMemoryFrame(EmulateInstruction *instruction, void *baton, const Context &context, lldb::addr_t addr, const void *src, size_t src_len) argument
330 ReadRegisterFrame(EmulateInstruction *instruction, void *baton, const RegisterInfo *reg_info, RegisterValue &reg_value) argument
343 WriteRegisterFrame(EmulateInstruction *instruction, void *baton, const Context &context, const RegisterInfo *reg_info, const RegisterValue &reg_value) argument
357 ReadMemoryDefault(EmulateInstruction *instruction, void *baton, const Context &context, lldb::addr_t addr, void *dst, size_t length) argument
373 WriteMemoryDefault(EmulateInstruction *instruction, void *baton, const Context &context, lldb::addr_t addr, const void *dst, size_t length) argument
388 ReadRegisterDefault(EmulateInstruction *instruction, void *baton, const RegisterInfo *reg_info, RegisterValue &reg_value) argument
405 WriteRegisterDefault(EmulateInstruction *instruction, void *baton, const Context &context, const RegisterInfo *reg_info, const RegisterValue &reg_value) argument
[all...]
/external/lldb/source/Plugins/Instruction/ARM/
H A DEmulationStateARM.h55 void *baton,
63 void *baton,
71 void *baton,
77 void *baton,
H A DEmulationStateARM.cpp181 void *baton,
187 if (!baton)
191 EmulationStateARM *pseudo_state = (EmulationStateARM *) baton;
225 void *baton,
231 if (!baton)
235 EmulationStateARM *pseudo_state = (EmulationStateARM *) baton;
246 void *baton,
250 if (!baton || !reg_info)
254 EmulationStateARM *pseudo_state = (EmulationStateARM *) baton;
267 void *baton,
180 ReadPseudoMemory(EmulateInstruction *instruction, void *baton, const EmulateInstruction::Context &context, lldb::addr_t addr, void *dst, size_t length) argument
224 WritePseudoMemory(EmulateInstruction *instruction, void *baton, const EmulateInstruction::Context &context, lldb::addr_t addr, const void *dst, size_t length) argument
245 ReadPseudoRegister(EmulateInstruction *instruction, void *baton, const lldb_private::RegisterInfo *reg_info, lldb_private::RegisterValue &reg_value) argument
266 WritePseudoRegister(EmulateInstruction *instruction, void *baton, const EmulateInstruction::Context &context, const lldb_private::RegisterInfo *reg_info, const lldb_private::RegisterValue &reg_value) argument
[all...]
/external/lldb/include/lldb/Interpreter/
H A DOptionValueString.h29 void* baton);
47 void* baton = NULL) :
53 m_validator_baton(baton)
89 void* baton = NULL) :
95 m_validator_baton(baton)
107 void* baton = NULL) :
113 m_validator_baton(baton)
H A DScriptInterpreterPython.h133 GenerateBreakpointOptionsCommandCallback (void *baton,
140 GenerateWatchpointOptionsCommandCallback (void *baton,
147 BreakpointCallbackFunction (void *baton,
153 WatchpointCallbackFunction (void *baton,
236 RunEmbeddedPythonInterpreter (lldb::thread_arg_t baton);
364 InputReaderCallback (void *baton,
371 RunPythonInputReader (lldb::thread_arg_t baton);
380 InputReaderCallback (void *baton,
/external/lldb/include/lldb/
H A Dlldb-types.h51 typedef void (*LogOutputCallback) (const char *, void *baton);
52 typedef bool (*CommandOverrideCallback)(void *baton, const char **argv);
H A Dlldb-private-interfaces.h34 typedef bool (*BreakpointHitCallback) (void *baton, StoppointCallbackContext *context, lldb::user_id_t break_id, lldb::user_id_t break_loc_id);
35 typedef bool (*WatchpointHitCallback) (void *baton, StoppointCallbackContext *context, lldb::user_id_t watch_id);
36 typedef lldb::ThreadPlanSP (*ThreadPlanShouldStopHereCallback) (ThreadPlan *current_plan, Flags &flags, void *baton);
39 typedef bool (*CommandOverrideCallback)(void *baton, const char **argv);
/external/lldb/include/lldb/Core/
H A DEmulateInstruction.h30 /// callbacks and a baton are provided. The four callbacks are read
364 void *baton,
371 void *baton,
378 void *baton,
383 void *baton,
533 void *baton,
541 void *baton,
549 void *baton,
556 void *baton,
563 void *baton,
[all...]
H A DStreamCallback.h25 StreamCallback (lldb::LogOutputCallback callback, void *baton);
H A DInputReaderEZ.h22 static size_t Callback_Impl(void *baton,
38 Initialize(void* baton,
H A DInputReader.h28 typedef size_t (*Callback) (void *baton,
39 void* baton; member in struct:lldb_private::InputReader::HandlerData
48 baton(t)
134 void *baton,
140 virtual Error Initialize(void* baton, argument
/external/lldb/include/lldb/Symbol/
H A DClangExternalASTSourceCallbacks.h34 typedef void (*CompleteTagDeclCallback)(void *baton, clang::TagDecl *);
35 typedef void (*CompleteObjCInterfaceDeclCallback)(void *baton, clang::ObjCInterfaceDecl *);
36 typedef void (*FindExternalVisibleDeclsByNameCallback)(void *baton, const clang::DeclContext *DC, clang::DeclarationName Name, llvm::SmallVectorImpl <clang::NamedDecl *> *results);
37 typedef bool (*LayoutRecordTypeCallback)(void *baton,
/external/lldb/include/lldb/API/
H A DSBInputReader.h21 typedef size_t (*Callback) (void *baton,
84 PrivateCallback (void *baton,
H A DSBBreakpoint.h21 typedef bool (*BreakpointHitCallback) (void *baton,
119 SetCallback (BreakpointHitCallback callback, void *baton);
165 PrivateBreakpointHitCallback (void *baton,
H A DSBCommunication.h30 typedef void (*ReadThreadBytesReceived) (void *baton, const void *src, size_t src_len);
/external/lldb/include/lldb/Breakpoint/
H A DWatchpointOptions.h49 /// @param[in] baton
56 void *baton,
95 /// A baton which will get passed back to the callback when it is invoked.
137 /// Fetch the baton from the callback.
140 /// The baton.
145 /// Fetch a const version of the baton from the callback.
148 /// The baton.
195 NullCallback (void *baton,
H A DBreakpointOptions.h52 /// @param[in] baton
66 void *baton,
108 /// A baton which will get passed back to the callback when it is invoked.
153 /// Fetch the baton from the callback.
156 /// The baton.
161 /// Fetch a const version of the baton from the callback.
164 /// The baton.
292 NullCallback (void *baton,
/external/lldb/scripts/Python/interface/
H A DSBInputReader.i16 typedef size_t (*Callback) (void *baton,
/external/lldb/tools/driver/
H A DDriver.h185 EditLineInputReaderCallback (void *baton,
192 ReadThreadBytesReceived (void *baton, const void *src, size_t src_len);
195 MasterThreadBytesReceived (void *baton, const void *src, size_t src_len);
/external/lldb/source/Plugins/UnwindAssembly/InstEmulation/
H A DUnwindAssemblyInstEmulation.h72 void *baton,
80 void *baton,
88 void *baton,
94 void *baton,
/external/lldb/test/api/multithreaded/
H A Dtest_breakpoint_callback.cpp21 bool BPCallback (void *baton, argument

Completed in 278 milliseconds

12345