Home
last modified time | relevance | path

Searched defs:hardware (Results 1 – 19 of 19) sorted by relevance

/freebsd-src/contrib/llvm-project/lldb/source/Breakpoint/
H A DStoppointSite.cpp15 StoppointSite::StoppointSite(break_id_t id, addr_t addr, bool hardware) in StoppointSite()
20 bool hardware) in StoppointSite()
H A DBreakpointLocation.cpp34 bool hardware, bool check_for_resolver) in BreakpointLocation() argument
H A DBreakpoint.cpp45 BreakpointResolverSP &resolver_sp, bool hardware, in Breakpoint() argument
191 bool hardware = false; CreateFromStructuredData() local
H A DWatchpoint.cpp30 const CompilerType *type, bool hardware) in Watchpoint() argument
/freebsd-src/contrib/llvm-project/lldb/source/Host/common/
H A DNativeWatchpointList.cpp17 bool hardware) { in Add()
H A DNativeProcessProtocol.cpp150 bool hardware) { in SetWatchpoint()
642 bool hardware) { in RemoveBreakpoint()
/freebsd-src/sbin/dhclient/
H A Ddhcpd.h117 struct hardware { struct
118 htypehardware global() argument
119 hlenhardware global() argument
120 haddrhardware global() argument
H A Dparse.c158 parse_hardware_param(FILE *cfile, struct hardware *hardware) in parse_hardware_param()
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/Utility/
H A DReportRetriever.cpp244 const bool hardware = false; SetupBreakpoint() local
/freebsd-src/contrib/llvm-project/lldb/source/API/
H A DSBTarget.cpp719 const bool hardware = false; BreakpointCreateByLocation() local
748 const bool hardware = false; BreakpointCreateByLocation() local
772 const bool hardware = false; BreakpointCreateByName() local
825 const bool hardware = false; BreakpointCreateByName() local
872 const bool hardware = false; BreakpointCreateByNames() local
918 const bool hardware = false; BreakpointCreateByRegex() local
936 const bool hardware = false; BreakpointCreateByAddress() local
954 const bool hardware = false; BreakpointCreateBySBAddress() local
1002 const bool hardware = false; BreakpointCreateBySourceRegex() local
1027 const bool hardware = false; BreakpointCreateForException() local
[all...]
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/Process/NetBSD/
H A DNativeThreadNetBSD.cpp264 uint32_t watch_flags, bool hardware) { in SetWatchpoint() argument
H A DNativeProcessNetBSD.cpp749 bool hardware) { in SetBreakpoint()
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/
H A DNativeThreadFreeBSD.cpp252 uint32_t watch_flags, bool hardware) { in SetWatchpoint() argument
H A DNativeProcessFreeBSD.cpp701 SetBreakpoint(lldb::addr_t addr,uint32_t size,bool hardware) SetBreakpoint() argument
/freebsd-src/contrib/llvm-project/lldb/source/Target/
H A DLanguageRuntime.cpp245 bool hardware = false; in CreateExceptionBreakpoint() local
H A DTarget.cpp381 CreateSourceRegexBreakpoint(const FileSpecList * containingModules,const FileSpecList * source_file_spec_list,const std::unordered_set<std::string> & function_names,RegularExpression source_regex,bool internal,bool hardware,LazyBool move_to_nearest_code) CreateSourceRegexBreakpoint() argument
399 CreateBreakpoint(const FileSpecList * containingModules,const FileSpec & file,uint32_t line_no,uint32_t column,lldb::addr_t offset,LazyBool check_inlines,LazyBool skip_prologue,bool internal,bool hardware,LazyBool move_to_nearest_code) CreateBreakpoint() argument
453 CreateBreakpoint(lldb::addr_t addr,bool internal,bool hardware) CreateBreakpoint() argument
473 CreateBreakpoint(const Address & addr,bool internal,bool hardware) CreateBreakpoint() argument
497 CreateBreakpoint(const FileSpecList * containingModules,const FileSpecList * containingSourceFiles,const char * func_name,FunctionNameType func_name_type_mask,LanguageType language,lldb::addr_t offset,LazyBool skip_prologue,bool internal,bool hardware) CreateBreakpoint() argument
522 CreateBreakpoint(const FileSpecList * containingModules,const FileSpecList * containingSourceFiles,const std::vector<std::string> & func_names,FunctionNameType func_name_type_mask,LanguageType language,lldb::addr_t offset,LazyBool skip_prologue,bool internal,bool hardware) CreateBreakpoint() argument
548 CreateBreakpoint(const FileSpecList * containingModules,const FileSpecList * containingSourceFiles,const char * func_names[],size_t num_names,FunctionNameType func_name_type_mask,LanguageType language,lldb::addr_t offset,LazyBool skip_prologue,bool internal,bool hardware) CreateBreakpoint() argument
632 CreateFuncRegexBreakpoint(const FileSpecList * containingModules,const FileSpecList * containingSourceFiles,RegularExpression func_regex,lldb::LanguageType requested_language,LazyBool skip_prologue,bool internal,bool hardware) CreateFuncRegexBreakpoint() argument
698 const bool hardware = request_hardware || GetRequireHardwareBreakpoints(); CreateBreakpoint() local
[all...]
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.cpp566 const bool hardware = false; CreateExceptionBreakpoint() local
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DInstrumentationRuntimeTSan.cpp917 const bool hardware = false; Activate() local
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/
H A DStructuredDataDarwinLog.cpp1601 const bool hardware = false; in AddInitCompletionHook() local