Home
last modified time | relevance | path

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

123

/openbsd-src/gnu/llvm/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 …]
/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Ddwarf2loc.c53 find_location_expression (struct dwarf2_loclist_baton *baton, in find_location_expression()
117 dwarf_expr_read_reg (void *baton, int dwarf_regnum) in dwarf_expr_read_reg()
141 dwarf_expr_read_mem (void *baton, char *buf, CORE_ADDR addr, size_t len) in dwarf_expr_read_mem()
150 dwarf_expr_frame_base (void *baton, unsigned char **start, size_t * length) in dwarf_expr_frame_base()
183 dwarf_expr_tls_address (void *baton, CORE_ADDR offset) in dwarf_expr_tls_address()
210 struct dwarf_expr_baton baton; in dwarf2_evaluate_loc_desc() local
275 needs_frame_read_reg (void *baton, int regnum) in needs_frame_read_reg()
284 needs_frame_read_mem (void *baton, char *buf, CORE_ADDR addr, size_t len) in needs_frame_read_mem()
291 needs_frame_frame_base (void *baton, unsigned char **start, size_t * length) in needs_frame_frame_base()
304 needs_frame_tls_address (void *baton, CORE_ADDR offset) in needs_frame_tls_address()
[all …]
H A Dcharset.c252 simple_charset (const char *name, in simple_charset()
279 ascii_print_literally (void *baton, int c) in ascii_print_literally()
288 ascii_to_control (void *baton, int c, int *ctrl_char) in ascii_to_control()
299 iso_8859_print_literally (void *baton, int c) in iso_8859_print_literally()
309 iso_8859_to_control (void *baton, int c, int *ctrl_char) in iso_8859_to_control()
331 ebcdic_print_literally (void *baton, int c) in ebcdic_print_literally()
340 ebcdic_to_control (void *baton, int c, int *ctrl_char) in ebcdic_to_control()
510 identity_either_char_to_other (void *baton, int either_char, int *other_char) in identity_either_char_to_other()
529 default_c_target_char_has_backslash_escape (void *baton, int target_char) in default_c_target_char_has_backslash_escape()
550 default_c_parse_backslash (void *baton, int host_char, int *target_char) in default_c_parse_backslash()
[all …]
H A Dmacroscope.c127 standard_macro_lookup (const char *name, void *baton) in standard_macro_lookup()
H A Ddwarf2-frame.c206 read_reg (void *baton, int reg) in read_reg()
221 read_mem (void *baton, char *buf, CORE_ADDR addr, size_t len) in read_mem()
227 no_get_frame_base (void *baton, unsigned char **start, size_t *length) in no_get_frame_base()
234 no_get_tls_address (void *baton, CORE_ADDR offset) in no_get_tls_address()
H A Ddwarf2expr.h37 void *baton; member
/openbsd-src/gnu/llvm/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
/openbsd-src/gnu/llvm/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.cpp268 void *baton, StoppointCallbackContext *context, user_id_t break_id, in BreakpointCallbackFunction()
298 void *baton, StoppointCallbackContext *context, user_id_t watch_id) { in WatchpointCallbackFunction()
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBBreakpointOptionCommon.cpp43 SBBreakpointHitCallback callback, void *baton) in SBBreakpointCallbackBaton()
51 void *baton, StoppointCallbackContext *ctx, lldb::user_id_t break_id, in PrivateBreakpointHitCallback()
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/lldb/tools/debugserver/source/MacOSX/
H A DOsLogger.cpp24 void DarwinLogCallback(void *baton, uint32_t flags, const char *format, in DarwinLogCallback()
/openbsd-src/gnu/llvm/lldb/tools/debugserver/source/
H A Ddebugserver.cpp660 static void PortWasBoundCallbackUnixSocket(const void *baton, in_port_t port) { in PortWasBoundCallbackUnixSocket()
710 static void PortWasBoundCallbackNamedPipe(const void *baton, uint16_t port) { in PortWasBoundCallbackNamedPipe()
763 void ASLLogCallback(void *baton, uint32_t flags, const char *format, in ASLLogCallback()
793 void FileLogCallback(void *baton, uint32_t flags, const char *format, in FileLogCallback()
H A Dlibdebugserver.cpp314 void ASLLogCallback(void *baton, uint32_t flags, const char *format, in ASLLogCallback()
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformDarwinKernel.cpp421 void *baton, llvm::sys::fs::file_type ft, llvm::StringRef path) { in FindKDKandSDKDirectoriesInDirectory()
470 void *baton, llvm::sys::fs::file_type ft, llvm::StringRef path) { in GetKernelsAndKextsInDirectoryWithRecursion()
476 void *baton, llvm::sys::fs::file_type ft, llvm::StringRef path) { in GetKernelsAndKextsInDirectoryNoRecursion()
482 void *baton, llvm::sys::fs::file_type ft, llvm::StringRef path, in GetKernelsAndKextsInDirectoryHelper()
/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DThreadPlanShouldStopHere.h80 void *baton) { in SetShouldStopHereCallbacks()
/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectWatchpointCommand.cpp242 WatchpointOptionsCallbackFunction(void *baton, in WatchpointOptionsCallbackFunction()
580 const Baton *baton = wp_options->GetBaton(); in DoExecute() local
/openbsd-src/gnu/llvm/lldb/include/lldb/Interpreter/
H A DCommandObject.h292 void *baton) { in SetOverrideCallback()
298 void *baton) { in SetOverrideCallback()
/openbsd-src/gnu/llvm/lldb/source/Breakpoint/
H A DBreakpointOptions.cpp106 bool BreakpointOptions::NullCallback(void *baton, in NullCallback()
609 void *baton, StoppointCallbackContext *context, lldb::user_id_t break_id, in BreakpointOptionsCallbackFunction()
H A DWatchpointOptions.cpp22 bool WatchpointOptions::NullCallback(void *baton, in NullCallback()
/openbsd-src/gnu/llvm/lldb/tools/lldb-vscode/
H A DBreakpointBase.cpp278 void *baton, lldb::SBProcess &process, lldb::SBThread &thread, in BreakpointHitCallback()

123