/freebsd-src/contrib/llvm-project/lldb/tools/compact-unwind/ |
H A D | compact-unwind-dumper.c | 36 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-src/contrib/llvm-project/lldb/source/Plugins/Process/Utility/ |
H A D | NativeProcessSoftwareSingleStep.cpp | 36 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...] |
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Lua/ |
H A D | Lua.cpp | 62 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 D | ScriptInterpreterLua.cpp | 269 void *baton, StoppointCallbackContext *context, user_id_t break_id, in BreakpointCallbackFunction() 299 void *baton, StoppointCallbackContext *context, user_id_t watch_id) { in WatchpointCallbackFunction()
|
/freebsd-src/contrib/llvm-project/lldb/source/Core/ |
H A D | EmulateInstruction.cpp | 220 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 D | Debugger.cpp | 663 LoadPluginCallback(void * baton,llvm::sys::fs::file_type ft,llvm::StringRef path) LoadPluginCallback() argument 734 CreateInstance(lldb::LogOutputCallback log_callback,void * baton) CreateInstance() argument 830 Debugger(lldb::LogOutputCallback log_callback,void * baton) Debugger() argument 1419 SetLoggingCallback(lldb::LogOutputCallback log_callback,void * baton) SetLoggingCallback() argument 1428 SetDestroyCallback(lldb_private::DebuggerDestroyCallback destroy_callback,void * baton) SetDestroyCallback() argument [all...] |
/freebsd-src/contrib/llvm-project/lldb/source/API/ |
H A D | SBBreakpointOptionCommon.cpp | 42 SBBreakpointHitCallback callback, void *baton) in SBBreakpointCallbackBaton() 50 void *baton, StoppointCallbackContext *ctx, lldb::user_id_t break_id, in PrivateBreakpointHitCallback()
|
H A D | SBExpressionOptions.cpp | 160 SetCancelCallback(lldb::ExpressionCancelCallback callback,void * baton) SetCancelCallback() argument
|
H A D | SBDebugger.cpp | 272 lldb::LogOutputCallback callback, void *baton) in Create() argument 1202 void SBDebugger::DispatchInput(void *baton, const void *data, size_t data_len) { in DispatchInput() argument 1681 void *baton) { in SetLoggingCallback() argument 1690 lldb::SBDebuggerDestroyCallback destroy_callback, void *baton) { in SetDestroyCallback() argument [all...] |
/freebsd-src/contrib/llvm-project/lldb/source/Target/ |
H A D | ThreadPlanShouldStopHere.cpp | 31 void *baton) in ThreadPlanShouldStopHere() 60 Status &status, void *baton) { in DefaultShouldStopHereCallback() 96 Status &status, void *baton) { in DefaultStepFromHereCallback()
|
H A D | ThreadPlanStepInRange.cpp | 360 Status &status, void *baton) { in DefaultShouldStopHereCallback()
|
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM/ |
H A D | EmulationStateARM.cpp | 107 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-src/contrib/llvm-project/lldb/source/Plugins/UnwindAssembly/InstEmulation/ |
H A D | UnwindAssemblyInstEmulation.cpp | 379 EmulateInstruction *instruction, void *baton, in ReadMemory() argument 398 EmulateInstruction *instruction, void *baton, in WriteMemory() argument 481 ReadRegister(EmulateInstruction * instruction,void * baton,const RegisterInfo * reg_info,RegisterValue & reg_value) ReadRegister() argument 510 WriteRegister(EmulateInstruction * instruction,void * baton,const EmulateInstruction::Context & context,const RegisterInfo * reg_info,const RegisterValue & reg_value) WriteRegister() argument [all...] |
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/ASanLibsanitizers/ |
H A D | InstrumentationRuntimeASanLibsanitizers.cpp | 70 void *baton, StoppointCallbackContext *context, user_id_t break_id, in NotifyBreakpointHit() argument
|
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/ASan/ |
H A D | InstrumentationRuntimeASan.cpp | 64 void *baton, StoppointCallbackContext *context, user_id_t break_id, in NotifyBreakpointHit()
|
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Target/ |
H A D | ThreadPlanShouldStopHere.h | 80 void *baton) { in SetShouldStopHereCallbacks()
|
/freebsd-src/contrib/llvm-project/lldb/source/Commands/ |
H A D | CommandObjectWatchpointCommand.cpp | 242 WatchpointOptionsCallbackFunction(void * baton,StoppointCallbackContext * context,lldb::user_id_t watch_id) WatchpointOptionsCallbackFunction() argument 578 const Baton *baton = wp_options->GetBaton(); DoExecute() local
|
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Interpreter/ |
H A D | CommandObject.h | 292 SetOverrideCallback(lldb::CommandOverrideCallback callback,void * baton) SetOverrideCallback() argument 299 SetOverrideCallback(lldb_private::CommandOverrideCallbackWithResult callback,void * baton) SetOverrideCallback() argument
|
/freebsd-src/contrib/llvm-project/lldb/source/Breakpoint/ |
H A D | WatchpointOptions.cpp | 22 bool WatchpointOptions::NullCallback(void *baton, in NullCallback()
|
H A D | BreakpointOptions.cpp | 105 NullCallback(void * baton,StoppointCallbackContext * context,lldb::user_id_t break_id,lldb::user_id_t break_loc_id) NullCallback() argument 608 BreakpointOptionsCallbackFunction(void * baton,StoppointCallbackContext * context,lldb::user_id_t break_id,lldb::user_id_t break_loc_id) BreakpointOptionsCallbackFunction() argument
|
H A D | Watchpoint.cpp | 69 SetCallback(WatchpointHitCallback callback,void * baton,bool is_synchronous) SetCallback() argument 129 VariableWatchpointDisabler(void * baton,StoppointCallbackContext * context,user_id_t break_id,user_id_t break_loc_id) VariableWatchpointDisabler() argument [all...] |
/freebsd-src/contrib/llvm-project/lldb/source/Utility/ |
H A D | StringExtractorGDBRemote.cpp | 613 ResponseValidatorCallback callback, void *baton) { in SetResponseValidator()
|
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/ |
H A D | DynamicLoaderPOSIXDYLD.cpp | 257 void *baton, StoppointCallbackContext *context, user_id_t break_id, in EntryBreakpointHit() argument 383 void *baton, StoppointCallbackContext *context, user_id_t break_id, in RendezvousBreakpointHit() argument [all...] |
/freebsd-src/contrib/llvm-project/lldb/source/Interpreter/ |
H A D | ScriptInterpreter.cpp | 154 ReadThreadBytesReceived(void * baton,const void * src,size_t src_len) ReadThreadBytesReceived() argument
|
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/ |
H A D | InstrumentationRuntimeMainThreadChecker.cpp | 152 void *baton, StoppointCallbackContext *context, user_id_t break_id, in NotifyBreakpointHit()
|