Home
last modified time | relevance | path

Searched defs:baton (Results 1 – 25 of 54) 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;
45 uint64_t text_segment_file_offset;
48 uint64_t text_section_file_offset;
58 struct symbol *symbols;
59 int symbols_count;
61 uint64_t *function_start_addresses;
62 int function_start_addresses_count;
64 int current_index_table_number;
93 static void scan_macho_load_commands(struct baton *baton) { in scan_macho_load_commands()
[all …]
/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()
111 EmulatorBaton baton(process, register_context); in SetupSoftwareSingleStepping() local
/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()
299 void *baton, StoppointCallbackContext *context, user_id_t watch_id) { in WatchpointCallbackFunction()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DEmulateInstruction.cpp220 void EmulateInstruction::SetBaton(void *baton) { m_baton = baton; } in SetBaton()
258 void *baton, const Context &context, in ReadMemoryFrame()
275 void *baton, const Context &context, in WriteMemoryFrame()
293 void *baton, in ReadRegisterFrame()
304 void *baton, const Context &context, in WriteRegisterFrame()
315 void *baton, in ReadMemoryDefault()
330 void *baton, in WriteMemoryDefault()
344 void *baton, in ReadRegisterDefault()
360 void *baton, in WriteRegisterDefault()
H A DDebugger.cpp663 LoadPluginCallback(void *baton, llvm::sys::fs::file_type ft, in LoadPluginCallback()
734 void *baton) { in CreateInstance()
830 Debugger::Debugger(lldb::LogOutputCallback log_callback, void *baton) in Debugger()
1419 void *baton) { in SetLoggingCallback()
1428 lldb_private::DebuggerDestroyCallback destroy_callback, void *baton) { in SetDestroyCallback()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBBreakpointOptionCommon.cpp42 SBBreakpointHitCallback callback, void *baton) in SBBreakpointCallbackBaton()
50 void *baton, StoppointCallbackContext *ctx, lldb::user_id_t break_id, in PrivateBreakpointHitCallback()
H A DSBExpressionOptions.cpp160 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()
/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()
481 void *baton, in ReadRegister()
510 EmulateInstruction *instruction, void *baton, in WriteRegister()
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/ASan/
H A DInstrumentationRuntimeASan.cpp64 void *baton, StoppointCallbackContext *context, user_id_t break_id, in NotifyBreakpointHit()
/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.cpp242 WatchpointOptionsCallbackFunction(void *baton, in WatchpointOptionsCallbackFunction()
578 const Baton *baton = wp_options->GetBaton(); in DoExecute() local
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandObject.h292 void *baton) { in SetOverrideCallback()
299 void *baton) { in SetOverrideCallback()
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DWatchpointOptions.cpp22 bool WatchpointOptions::NullCallback(void *baton, in NullCallback()
H A DBreakpointOptions.cpp105 bool BreakpointOptions::NullCallback(void *baton, in NullCallback()
608 void *baton, StoppointCallbackContext *context, lldb::user_id_t break_id, in BreakpointOptionsCallbackFunction()
H A DWatchpoint.cpp69 void Watchpoint::SetCallback(WatchpointHitCallback callback, void *baton, in SetCallback()
129 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/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/Interpreter/
H A DScriptInterpreter.cpp154 static void ReadThreadBytesReceived(void *baton, const void *src, in ReadThreadBytesReceived()
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/
H A DInstrumentationRuntimeMainThreadChecker.cpp152 void *baton, StoppointCallbackContext *context, user_id_t break_id, in NotifyBreakpointHit()

123