Home
last modified time | relevance | path

Searched refs:bp_type (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/lldb/source/Plugins/Process/MacOSX-Kernel/
H A DProcessKDP.cpp655 BreakpointSite::Type bp_type = bp_site->GetType(); in DisableBreakpointSite() local
656 if (bp_type == BreakpointSite::eExternal) { in DisableBreakpointSite()
/llvm-project-15.0.7/lldb/examples/python/
H A Dgdbremote.py1168 bp_type = packet.get_hex_uint('big')
1173 s += g_bp_types[bp_type]
/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp3063 BreakpointSite::Type bp_type = bp_site->GetType(); in DisableBreakpointSite() local
3064 switch (bp_type) { in DisableBreakpointSite()