Home
last modified time | relevance | path

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

123

/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 …]
/llvm-project/lldb/source/Plugins/Process/Utility/
H A DNativeProcessSoftwareSingleStep.cpp36 static size_t ReadMemoryCallback(EmulateInstruction *instruction, void *baton, in ReadMemoryCallback() argument
46 static bool ReadRegisterCallback(EmulateInstruction *instruction, void *baton, in ReadRegisterCallback() argument
73 static bool WriteRegisterCallback(EmulateInstruction *instruction, void *baton, in WriteRegisterCallback() argument
83 static size_t WriteMemoryCallback(EmulateInstruction *instruction, void *baton, in WriteMemoryCallback() argument
111 EmulatorBaton baton(process, register_context); SetupSoftwareSingleStepping() local
[all...]
/llvm-project/lldb/unittests/Callback/
H A DTestBreakpointSetCallback.cpp77 [target_sp](void *baton, StoppointCallbackContext *context, in TEST_F() argument
35 CheckCallbackArgs(void * baton,StoppointCallbackContext * context,lldb::user_id_t break_id,lldb::user_id_t break_loc_id,TargetSP expected_target_sp) CheckCallbackArgs() argument
58 void *baton = (void *)"hello"; TEST_F() local
/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 BreakpointCallbackFunction(void * baton,StoppointCallbackContext * context,user_id_t break_id,user_id_t break_loc_id) BreakpointCallbackFunction() argument
299 WatchpointCallbackFunction(void * baton,StoppointCallbackContext * context,user_id_t watch_id) WatchpointCallbackFunction() argument
/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()
/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()
/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()
/llvm-project/lldb/unittests/debugserver/
H A Ddebugserver_LogCallback.cpp16 void FileLogCallback(void *baton, uint32_t flags, const char *format, in FileLogCallback()
/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()
/llvm-project/lldb/tools/debugserver/source/MacOSX/
H A DOsLogger.cpp24 void DarwinLogCallback(void *baton, uint32_t flags, const char *format, in DarwinLogCallback()
/llvm-project/lldb/test/API/macosx/ignore_exceptions/
H A Dmain.c13 saction_handler(int signo, siginfo_t info, void *baton) { in saction_handler()
/llvm-project/lldb/source/Plugins/UnwindAssembly/InstEmulation/
H A DUnwindAssemblyInstEmulation.cpp379 EmulateInstruction *instruction, void *baton, in ReadMemory() argument
398 EmulateInstruction *instruction, void *baton, in WriteMemory() argument
479 ReadRegister(EmulateInstruction * instruction,void * baton,const RegisterInfo * reg_info,RegisterValue & reg_value) ReadRegister() argument
508 WriteRegister(EmulateInstruction * instruction,void * baton,const EmulateInstruction::Context & context,const RegisterInfo * reg_info,const RegisterValue & reg_value) WriteRegister() argument
[all...]
/llvm-project/lldb/source/Plugins/InstrumentationRuntime/ASan/
H A DInstrumentationRuntimeASan.cpp64 void *baton, StoppointCallbackContext *context, user_id_t break_id, in NotifyBreakpointHit()
/llvm-project/lldb/source/Plugins/InstrumentationRuntime/ASanLibsanitizers/
H A DInstrumentationRuntimeASanLibsanitizers.cpp70 void *baton, StoppointCallbackContext *context, user_id_t break_id, in NotifyBreakpointHit() argument
/llvm-project/lldb/include/lldb/Target/
H A DThreadPlanShouldStopHere.h80 void *baton) { in SetShouldStopHereCallbacks()
/llvm-project/lldb/tools/debugserver/source/
H A Ddebugserver.cpp660 static void PortWasBoundCallbackUnixSocket(const void *baton, in_port_t port) { in PortWasBoundCallbackUnixSocket() argument
710 static void PortWasBoundCallbackNamedPipe(const void *baton, uint16_t port) { in PortWasBoundCallbackNamedPipe() argument
763 ASLLogCallback(void * baton,uint32_t flags,const char * format,va_list args) ASLLogCallback() argument
793 FileLogCallback(void * baton,uint32_t flags,const char * format,va_list args) FileLogCallback() argument
[all...]
H A Dlibdebugserver.cpp314 ASLLogCallback(void * baton,uint32_t flags,const char * format,va_list args) ASLLogCallback() argument
/llvm-project/lldb/examples/darwin/heap_find/heap/
H A Dheap_find.cpp138 void *baton; member
519 static void dump_malloc_block_callback(task_t task, void *baton, unsigned type, in dump_malloc_block_callback()
525 static void ranges_callback(task_t task, void *baton, unsigned type, in ranges_callback()
534 static void enumerate_range_in_zone(void *baton, const malloc_zone_t *zone) { in enumerate_range_in_zone()
543 static void range_info_callback(task_t task, void *baton, unsigned type, in range_info_callback()
/llvm-project/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformDarwinKernel.cpp413 void *baton, llvm::sys::fs::file_type ft, llvm::StringRef path) { in FindKDKandSDKDirectoriesInDirectory()
462 void *baton, llvm::sys::fs::file_type ft, llvm::StringRef path) { in GetKernelsAndKextsInDirectoryWithRecursion()
468 void *baton, llvm::sys::fs::file_type ft, llvm::StringRef path) { in GetKernelsAndKextsInDirectoryNoRecursion()
474 void *baton, llvm::sys::fs::file_type ft, llvm::StringRef path, in GetKernelsAndKextsInDirectoryHelper()
/llvm-project/lldb/source/Commands/
H A DCommandObjectWatchpointCommand.cpp230 WatchpointOptionsCallbackFunction(void *baton, in WatchpointOptionsCallbackFunction() argument
542 if (baton) { in DoExecute() local
/llvm-project/lldb/source/Breakpoint/
H A DWatchpointOptions.cpp22 bool WatchpointOptions::NullCallback(void *baton, in NullCallback()
/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandObject.h320 SetOverrideCallback(lldb::CommandOverrideCallback callback,void * baton) SetOverrideCallback() argument
327 SetOverrideCallback(lldb_private::CommandOverrideCallbackWithResult callback,void * baton) SetOverrideCallback() argument
/llvm-project/lldb/tools/lldb-dap/
H A DSourceBreakpoint.cpp286 BreakpointHitCallback(void * baton,lldb::SBProcess & process,lldb::SBThread & thread,lldb::SBBreakpointLocation & location) BreakpointHitCallback() argument
/llvm-project/lldb/source/Utility/
H A DStringExtractorGDBRemote.cpp613 m_validator_baton = baton; in SetResponseValidator() argument

123