Home
last modified time | relevance | path

Searched defs:baton (Results 1 – 25 of 55) sorted by relevance

123

/freebsd/contrib/llvm-project/lldb/tools/compact-unwind/
H A Dcompact-unwind-dumper.c36 struct baton { struct
37 cpu_type_t cputype;
39 uint8_t *mach_header_start; // pointer into this program's address space
40 uint8_t *compact_unwind_start; // pointer into this program's address space
42 int addr_size; // 4 or 8 bytes, the size of addresses in this file
44 uint64_t text_segment_vmaddr; // __TEXT segment vmaddr
45 uint64_t text_segment_file_offset;
47 uint64_t text_section_vmaddr; // __TEXT,__text section vmaddr
48 uint64_t text_section_file_offset;
50 uint64_t eh_section_file_address; // the file address of the __TEXT,__eh_frame
[all …]
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Lua/
H A DLua.cpp62 llvm::Error Lua::RegisterBreakpointCallback(void *baton, const char *body) { in RegisterBreakpointCallback()
79 Lua::CallBreakpointCallback(void *baton, lldb::StackFrameSP stop_frame_sp, in CallBreakpointCallback()
90 llvm::Error Lua::RegisterWatchpointCallback(void *baton, const char *body) { in RegisterWatchpointCallback()
107 Lua::CallWatchpointCallback(void *baton, lldb::StackFrameSP stop_frame_sp, in CallWatchpointCallback()
H A DScriptInterpreterLua.cpp269 void *baton, StoppointCallbackContext *context, user_id_t break_id, in BreakpointCallbackFunction() argument
299 void *baton, StoppointCallbackContext *context, user_id_t watch_id) { in WatchpointCallbackFunction() argument
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DNativeProcessSoftwareSingleStep.cpp36 static size_t ReadMemoryCallback(EmulateInstruction *instruction, void *baton, in ReadMemoryCallback()
46 static bool ReadRegisterCallback(EmulateInstruction *instruction, void *baton, in ReadRegisterCallback()
73 static bool WriteRegisterCallback(EmulateInstruction *instruction, void *baton, in WriteRegisterCallback()
83 static size_t WriteMemoryCallback(EmulateInstruction *instruction, void *baton, in WriteMemoryCallback()
143 EmulatorBaton baton(process, register_context); in SetupSoftwareSingleStepping() local
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DEmulateInstruction.cpp220 void EmulateInstruction::SetBaton(void *baton) { m_baton = baton; } in SetBaton() argument
258 void *baton, const Context &context, in ReadMemoryFrame() argument
275 void *baton, const Context &context, in WriteMemoryFrame() argument
293 void *baton, in ReadRegisterFrame() argument
304 WriteRegisterFrame(EmulateInstruction * instruction,void * baton,const Context & context,const RegisterInfo * reg_info,const RegisterValue & reg_value) WriteRegisterFrame() argument
315 ReadMemoryDefault(EmulateInstruction * instruction,void * baton,const Context & context,lldb::addr_t addr,void * dst,size_t length) ReadMemoryDefault() argument
330 WriteMemoryDefault(EmulateInstruction * instruction,void * baton,const Context & context,lldb::addr_t addr,const void * dst,size_t length) WriteMemoryDefault() argument
344 ReadRegisterDefault(EmulateInstruction * instruction,void * baton,const RegisterInfo * reg_info,RegisterValue & reg_value) ReadRegisterDefault() argument
360 WriteRegisterDefault(EmulateInstruction * instruction,void * baton,const Context & context,const RegisterInfo * reg_info,const RegisterValue & reg_value) WriteRegisterDefault() argument
[all...]
H A DDebugger.cpp664 LoadPluginCallback(void *baton, llvm::sys::fs::file_type ft, in LoadPluginCallback()
735 void *baton) { in CreateInstance()
844 Debugger::Debugger(lldb::LogOutputCallback log_callback, void *baton) in Debugger()
1433 void *baton) { in SetLoggingCallback()
1442 lldb_private::DebuggerDestroyCallback destroy_callback, void *baton) { in SetDestroyCallback()
1450 lldb_private::DebuggerDestroyCallback destroy_callback, void *baton) { in AddDestroyCallback()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBBreakpointOptionCommon.cpp43 SBBreakpointCallbackBaton(SBBreakpointHitCallback callback,void * baton) SBBreakpointCallbackBaton() argument
51 PrivateBreakpointHitCallback(void * baton,StoppointCallbackContext * ctx,lldb::user_id_t break_id,lldb::user_id_t break_loc_id) PrivateBreakpointHitCallback() argument
H A DSBExpressionOptions.cpp167 lldb::ExpressionCancelCallback callback, void *baton) { in SetCancelCallback()
H A DSBDebugger.cpp272 lldb::LogOutputCallback callback, void *baton) in Create()
1202 void SBDebugger::DispatchInput(void *baton, const void *data, size_t data_len) { in DispatchInput()
1681 void *baton) { in SetLoggingCallback()
1690 lldb::SBDebuggerDestroyCallback destroy_callback, void *baton) { in SetDestroyCallback()
1700 void *baton) { in AddDestroyCallback()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanShouldStopHere.cpp31 void *baton) in ThreadPlanShouldStopHere()
60 Status &status, void *baton) { in DefaultShouldStopHereCallback()
96 Status &status, void *baton) { in DefaultStepFromHereCallback()
H A DThreadPlanStepInRange.cpp360 Status &status, void *baton) { in DefaultShouldStopHereCallback()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM/
H A DEmulationStateARM.cpp107 EmulateInstruction *instruction, void *baton, in ReadPseudoMemory()
148 EmulateInstruction *instruction, void *baton, in WritePseudoMemory()
184 EmulateInstruction *instruction, void *baton, in ReadPseudoRegister()
203 EmulateInstruction *instruction, void *baton, in WritePseudoRegister()
/freebsd/contrib/llvm-project/lldb/source/Plugins/UnwindAssembly/InstEmulation/
H A DUnwindAssemblyInstEmulation.cpp379 EmulateInstruction *instruction, void *baton, in ReadMemory()
398 EmulateInstruction *instruction, void *baton, in WriteMemory()
479 void *baton, in ReadRegister()
508 EmulateInstruction *instruction, void *baton, in WriteRegister()
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/ASanLibsanitizers/
H A DInstrumentationRuntimeASanLibsanitizers.cpp70 void *baton, StoppointCallbackContext *context, user_id_t break_id, in NotifyBreakpointHit()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DThreadPlanShouldStopHere.h80 void *baton) { in SetShouldStopHereCallbacks()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectWatchpointCommand.cpp230 WatchpointOptionsCallbackFunction(void *baton, in WatchpointOptionsCallbackFunction()
542 const Baton *baton = wp_options->GetBaton(); in DoExecute() local
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandObject.h320 void *baton) { in SetOverrideCallback()
327 void *baton) { in SetOverrideCallback()
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DWatchpointOptions.cpp22 bool WatchpointOptions::NullCallback(void *baton, in NullCallback()
H A DWatchpoint.cpp73 void Watchpoint::SetCallback(WatchpointHitCallback callback, void *baton, in SetCallback()
133 bool Watchpoint::VariableWatchpointDisabler(void *baton, in VariableWatchpointDisabler()
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DStringExtractorGDBRemote.cpp613 ResponseValidatorCallback callback, void *baton) { in SetResponseValidator()
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/ASan/
H A DInstrumentationRuntimeASan.cpp240 NotifyBreakpointHit(void * baton,StoppointCallbackContext * context,user_id_t break_id,user_id_t break_loc_id) NotifyBreakpointHit() argument
/freebsd/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDynamicLoaderPOSIXDYLD.cpp257 void *baton, StoppointCallbackContext *context, user_id_t break_id, in EntryBreakpointHit()
383 void *baton, StoppointCallbackContext *context, user_id_t break_id, in RendezvousBreakpointHit()
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/
H A DInstrumentationRuntimeMainThreadChecker.cpp152 void *baton, StoppointCallbackContext *context, user_id_t break_id, in NotifyBreakpointHit()
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DScriptInterpreter.cpp170 static void ReadThreadBytesReceived(void *baton, const void *src, in ReadThreadBytesReceived()
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/UBSan/
H A DInstrumentationRuntimeUBSan.cpp201 void *baton, StoppointCallbackContext *context, user_id_t break_id, in NotifyBreakpointHit() argument

123