Home
last modified time | relevance | path

Searched defs:bkpt (Results 1 – 22 of 22) sorted by relevance

/external/llvm-project/lldb/source/Breakpoint/
DBreakpointResolverAddress.cpp25 const BreakpointSP &bkpt, const Address &addr, const FileSpec &module_spec) in BreakpointResolverAddress()
30 BreakpointResolverAddress::BreakpointResolverAddress(const BreakpointSP &bkpt, in BreakpointResolverAddress()
37 const BreakpointSP &bkpt, const StructuredData::Dictionary &options_dict, in CreateFromStructuredData()
DBreakpointResolverName.cpp26 BreakpointResolverName::BreakpointResolverName(const BreakpointSP &bkpt, in BreakpointResolverName()
48 const BreakpointSP &bkpt, const char *names[], size_t num_names, in BreakpointResolverName()
59 BreakpointResolverName::BreakpointResolverName(const BreakpointSP &bkpt, in BreakpointResolverName()
73 BreakpointResolverName::BreakpointResolverName(const BreakpointSP &bkpt, in BreakpointResolverName()
92 const BreakpointSP &bkpt, const StructuredData::Dictionary &options_dict, in CreateFromStructuredData()
DBreakpointResolverScripted.cpp29 const BreakpointSP &bkpt, const llvm::StringRef class_name, in BreakpointResolverScripted()
64 const BreakpointSP &bkpt, const StructuredData::Dictionary &options_dict, in CreateFromStructuredData()
DBreakpointResolverFileRegex.cpp23 const lldb::BreakpointSP &bkpt, RegularExpression regex, in BreakpointResolverFileRegex()
30 const lldb::BreakpointSP &bkpt, const StructuredData::Dictionary &options_dict, in CreateFromStructuredData()
DBreakpointResolverFileLine.cpp23 const BreakpointSP &bkpt, const FileSpec &file_spec, uint32_t line_no, in BreakpointResolverFileLine()
32 const BreakpointSP &bkpt, const StructuredData::Dictionary &options_dict, in CreateFromStructuredData()
DBreakpointName.cpp31 BreakpointName::BreakpointName(ConstString name, const Breakpoint &bkpt, in BreakpointName()
DBreakpointResolver.cpp63 BreakpointResolver::BreakpointResolver(const BreakpointSP &bkpt, in BreakpointResolver()
165 void BreakpointResolver::SetBreakpoint(const BreakpointSP &bkpt) { in SetBreakpoint()
/external/llvm-project/lldb/test/API/functionalities/breakpoint/serialize/
Dresolver.py7 def __init__(self, bkpt, extra_args, dict): argument
/external/llvm-project/lldb/test/API/commands/expression/unwind_expression/
DTestUnwindExpression.py64 def do_unwind_test(self, thread, bkpt, timeout): argument
/external/llvm-project/lldb/test/API/functionalities/breakpoint/scripted_bkpt/
Dresolver.py7 def __init__(self, bkpt, extra_args, dict): argument
/external/llvm-project/lldb/packages/Python/lldbsuite/test/
Dlldbutil.py781 def get_threads_stopped_at_breakpoint(process, bkpt): argument
797 process, bkpt, require_exactly_one=True): argument
843 def run_to_breakpoint_do_run(test, target, bkpt, launch_info = None, argument
980 def continue_to_breakpoint(process, bkpt): argument
/external/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
DItaniumABILanguageRuntime.cpp421 const BreakpointSP &bkpt, bool catch_bp, bool throw_bp) { in CreateExceptionResolver()
426 const BreakpointSP &bkpt, bool catch_bp, bool throw_bp, in CreateExceptionResolver()
/external/llvm-project/lldb/utils/lui/
Dlldbutil.py662 def get_threads_stopped_at_breakpoint(process, bkpt): argument
681 def continue_to_breakpoint(process, bkpt): argument
/external/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
DAppleObjCRuntimeV1.cpp108 AppleObjCRuntimeV1::CreateExceptionResolver(const BreakpointSP &bkpt, in CreateExceptionResolver()
DAppleObjCRuntimeV2.cpp828 AppleObjCRuntimeV2::CreateExceptionResolver(const BreakpointSP &bkpt, in CreateExceptionResolver()
/external/llvm-project/lldb/source/API/
DSBBreakpoint.cpp855 bool Append(BreakpointSP bkpt) { in Append()
865 bool AppendIfUnique(BreakpointSP bkpt) { in AppendIfUnique()
/external/llvm-project/llvm/test/tools/llvm-mca/ARM/
Dm7-int.s56 bkpt #1 label
Dm4-int.s58 bkpt #1 label
/external/swiftshader/third_party/subzero/src/
DIceAssemblerARM32.cpp1387 void AssemblerARM32::bkpt(uint16_t Imm16) { in bkpt() function in Ice::ARM32::AssemblerARM32
/external/vixl/src/aarch32/
Dassembler-aarch32.h2103 void bkpt(uint32_t imm) { bkpt(al, imm); } in bkpt() function
Dassembler-aarch32.cc3426 void Assembler::bkpt(Condition cond, uint32_t imm) { in bkpt() function in vixl::aarch32::Assembler
Ddisasm-aarch32.cc1324 void Disassembler::bkpt(Condition cond, uint32_t imm) { in bkpt() function in vixl::aarch32::Disassembler