Home
last modified time | relevance | path

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

/freebsd/sys/ddb/
H A Ddb_break.c115 bkpt_type->db_free_breakpoints = bkpt; in db_delete_breakpoint() local
63 register db_breakpoint_t bkpt; db_breakpoint_alloc() local
80 db_breakpoint_free(db_breakpoint_t bkpt) db_breakpoint_free() argument
89 register db_breakpoint_t bkpt; db_set_breakpoint() local
138 register db_breakpoint_t bkpt; db_find_breakpoint() local
175 register db_breakpoint_t bkpt; db_set_breakpoints() local
191 register db_breakpoint_t bkpt; db_clear_breakpoints() local
210 register db_breakpoint_t bkpt; db_list_breakpoints() local
[all...]
H A Ddb_run.c74 db_breakpoint_t bkpt; in db_stop_at_pc() local
H A Ddb_main.c238 bool bkpt, watchpt; in db_trap() local
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointResolverName.cpp27 BreakpointResolverName::BreakpointResolverName(const BreakpointSP &bkpt, in BreakpointResolverName() argument
48 const BreakpointSP &bkpt, const char *names[], size_t num_names, in BreakpointResolverName() argument
59 BreakpointResolverName(const BreakpointSP & bkpt,std::vector<std::string> names,FunctionNameType name_type_mask,LanguageType language,lldb::addr_t offset,bool skip_prologue) BreakpointResolverName() argument
73 BreakpointResolverName(const BreakpointSP & bkpt,RegularExpression func_regex,lldb::LanguageType language,lldb::addr_t offset,bool skip_prologue) BreakpointResolverName() argument
92 CreateFromStructuredData(const BreakpointSP & bkpt,const StructuredData::Dictionary & options_dict,Status & error) CreateFromStructuredData() argument
H A DBreakpointResolverAddress.cpp23 const BreakpointSP &bkpt, const Address &addr, const FileSpec &module_spec) in BreakpointResolverAddress() argument
28 BreakpointResolverAddress::BreakpointResolverAddress(const BreakpointSP &bkpt, in BreakpointResolverAddress() argument
34 CreateFromStructuredData(const BreakpointSP & bkpt,const StructuredData::Dictionary & options_dict,Status & error) CreateFromStructuredData() argument
H A DBreakpointResolverScripted.cpp29 const BreakpointSP &bkpt, const llvm::StringRef class_name, in BreakpointResolverScripted() argument
63 CreateFromStructuredData(const BreakpointSP & bkpt,const StructuredData::Dictionary & options_dict,Status & error) CreateFromStructuredData() argument
H A DBreakpointResolverFileRegex.cpp23 const lldb::BreakpointSP &bkpt, RegularExpression regex, in BreakpointResolverFileRegex() argument
30 CreateFromStructuredData(const lldb::BreakpointSP & bkpt,const StructuredData::Dictionary & options_dict,Status & error) CreateFromStructuredData() argument
H A DBreakpointName.cpp31 BreakpointName(ConstString name,const Breakpoint & bkpt,const char * help) BreakpointName() argument
H A DBreakpointResolver.cpp66 BreakpointResolver::BreakpointResolver(const BreakpointSP &bkpt, in BreakpointResolver()
165 void BreakpointResolver::SetBreakpoint(const BreakpointSP &bkpt) { in SetBreakpoint()
H A DBreakpointResolverFileLine.cpp26 const BreakpointSP &bkpt, lldb::addr_t offset, bool skip_prologue, in BreakpointResolverFileLine()
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.cpp494 const BreakpointSP &bkpt, bool catch_bp, bool throw_bp) { in CreateExceptionResolver()
499 const BreakpointSP &bkpt, bool catch_bp, bool throw_bp, in CreateExceptionResolver()
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/GNUstepObjCRuntime/
H A DGNUstepObjCRuntime.cpp165 GNUstepObjCRuntime::CreateExceptionResolver(const BreakpointSP &bkpt, in CreateExceptionResolver()
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV1.cpp97 AppleObjCRuntimeV1::CreateExceptionResolver(const BreakpointSP &bkpt, in CreateExceptionResolver() argument
H A DAppleObjCRuntimeV2.cpp1151 AppleObjCRuntimeV2::CreateExceptionResolver(const BreakpointSP &bkpt, in CreateExceptionResolver()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBBreakpoint.cpp819 bool Append(BreakpointSP bkpt) { in Append()
829 bool AppendIfUnique(BreakpointSP bkpt) { in AppendIfUnique()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DStopInfo.cpp117 Breakpoint & bkpt = bp_loc_sp->GetBreakpoint(); in StoreBPInfo() local