Home
last modified time | relevance | path

Searched refs:size_hint (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DNativeProcessProtocol.cpp341 uint32_t size_hint) { in SetSoftwareBreakpoint() argument
343 LLDB_LOG(log, "addr = {0:x}, size_hint = {1}", addr, size_hint); in SetSoftwareBreakpoint()
350 auto expected_bkpt = EnableSoftwareBreakpoint(addr, size_hint); in SetSoftwareBreakpoint()
424 uint32_t size_hint) { in EnableSoftwareBreakpoint() argument
427 auto expected_trap = GetSoftwareBreakpointTrapOpcode(size_hint); in EnableSoftwareBreakpoint()
501 NativeProcessProtocol::GetSoftwareBreakpointTrapOpcode(size_t size_hint) { in GetSoftwareBreakpointTrapOpcode() argument
547 return size_hint == 2 ? llvm::ArrayRef(g_riscv_opcode_c) in GetSoftwareBreakpointTrapOpcode()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DNativeProcessSoftwareSingleStep.cpp115 int size_hint = GetSoftwareBreakpointSize(arch, next_flags); in SetSoftwareBreakpointOnPC() local
117 error = process.SetBreakpoint(pc, size_hint, /*hardware=*/false); in SetSoftwareBreakpointOnPC()
/freebsd/contrib/llvm-project/lldb/include/lldb/Host/common/
H A DNativeProcessProtocol.h468 Status SetSoftwareBreakpoint(lldb::addr_t addr, uint32_t size_hint);
472 GetSoftwareBreakpointTrapOpcode(size_t size_hint);
496 EnableSoftwareBreakpoint(lldb::addr_t addr, uint32_t size_hint);
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/
H A DNativeProcessFreeBSD.h99 GetSoftwareBreakpointTrapOpcode(size_t size_hint) override;
H A DNativeProcessFreeBSD.cpp431 NativeProcessFreeBSD::GetSoftwareBreakpointTrapOpcode(size_t size_hint) { in GetSoftwareBreakpointTrapOpcode() argument
437 switch (size_hint) { in GetSoftwareBreakpointTrapOpcode()
447 return NativeProcessProtocol::GetSoftwareBreakpointTrapOpcode(size_hint); in GetSoftwareBreakpointTrapOpcode()
/freebsd/contrib/jemalloc/src/
H A Djemalloc.c2791 bool free_fastpath(void *ptr, size_t size, bool size_hint) { in free_fastpath() argument
2806 if (!size_hint || config_cache_oblivious) { in free_fastpath()