/llvm-project/lldb/source/Breakpoint/ |
H A D | StoppointSite.cpp | 15 StoppointSite::StoppointSite(break_id_t id, addr_t addr, bool hardware) in StoppointSite() 20 bool hardware) in StoppointSite()
|
H A D | BreakpointLocation.cpp | 34 bool hardware, bool check_for_resolver) in BreakpointLocation() argument
|
H A D | Breakpoint.cpp | 45 BreakpointResolverSP &resolver_sp, bool hardware, in Breakpoint() argument 188 bool hardware = false; CreateFromStructuredData() local
|
H A D | Watchpoint.cpp | 30 const CompilerType *type, bool hardware) in Watchpoint() argument
|
/llvm-project/lldb/source/Host/common/ |
H A D | NativeWatchpointList.cpp | 17 bool hardware) { in Add()
|
H A D | NativeProcessProtocol.cpp | 150 bool hardware) { in SetWatchpoint() argument 642 RemoveBreakpoint(lldb::addr_t addr,bool hardware) RemoveBreakpoint() argument [all...] |
/llvm-project/lldb/test/API/linux/aarch64/non_address_bit_code_break/ |
H A D | TestAArch64LinuxNonAddressBitCodeBreak.py | 15 def do_tagged_break(self, hardware): argument
|
/llvm-project/lldb/tools/debugserver/source/ |
H A D | DNBBreakpoint.cpp | 22 bool hardware) in DNBBreakpoint() 53 bool hardware) { in Add()
|
H A D | DNB.cpp | 1205 DNBBreakpointSet(nub_process_t pid,nub_addr_t addr,nub_size_t size,nub_bool_t hardware) DNBBreakpointSet() argument 1221 DNBWatchpointSet(nub_process_t pid,nub_addr_t addr,nub_size_t size,uint32_t watch_flags,nub_bool_t hardware) DNBWatchpointSet() argument
|
/llvm-project/lldb/source/Plugins/Process/Windows/Common/ |
H A D | NativeThreadWindows.cpp | 152 uint32_t watch_flags, bool hardware) { in SetWatchpoint() argument
|
H A D | NativeProcessWindows.cpp | 323 SetBreakpoint(lldb::addr_t addr,uint32_t size,bool hardware) SetBreakpoint() argument 330 RemoveBreakpoint(lldb::addr_t addr,bool hardware) RemoveBreakpoint() argument
|
/llvm-project/lldb/source/Plugins/InstrumentationRuntime/Utility/ |
H A D | ReportRetriever.cpp | 245 const bool hardware = false; SetupBreakpoint() local
|
/llvm-project/lldb/source/Plugins/Process/NetBSD/ |
H A D | NativeThreadNetBSD.cpp | 264 uint32_t watch_flags, bool hardware) { in SetWatchpoint() argument
|
H A D | NativeProcessNetBSD.cpp | 749 SetBreakpoint(lldb::addr_t addr,uint32_t size,bool hardware) SetBreakpoint() argument
|
/llvm-project/lldb/source/API/ |
H A D | SBTarget.cpp | 726 const bool hardware = false; BreakpointCreateByLocation() local 755 const bool hardware = false; BreakpointCreateByLocation() local 779 const bool hardware = false; BreakpointCreateByName() local 832 const bool hardware = false; BreakpointCreateByName() local 879 const bool hardware = false; BreakpointCreateByNames() local 925 const bool hardware = false; BreakpointCreateByRegex() local 943 const bool hardware = false; BreakpointCreateByAddress() local 961 const bool hardware = false; BreakpointCreateBySBAddress() local 1009 const bool hardware = false; BreakpointCreateBySourceRegex() local 1034 const bool hardware = false; BreakpointCreateForException() local [all...] |
/llvm-project/lldb/source/Plugins/Process/FreeBSD/ |
H A D | NativeThreadFreeBSD.cpp | 252 uint32_t watch_flags, bool hardware) { in SetWatchpoint() argument
|
H A D | NativeProcessFreeBSD.cpp | 722 SetBreakpoint(lldb::addr_t addr,uint32_t size,bool hardware) SetBreakpoint() argument
|
/llvm-project/lldb/source/Target/ |
H A D | LanguageRuntime.cpp | 245 bool hardware = false; in CreateExceptionBreakpoint() local
|
H A D | Target.cpp | 382 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 400 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 454 CreateBreakpoint(lldb::addr_t addr,bool internal,bool hardware) CreateBreakpoint() argument 474 CreateBreakpoint(const Address & addr,bool internal,bool hardware) CreateBreakpoint() argument 498 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 523 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 549 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 633 CreateFuncRegexBreakpoint(const FileSpecList * containingModules,const FileSpecList * containingSourceFiles,RegularExpression func_regex,lldb::LanguageType requested_language,LazyBool skip_prologue,bool internal,bool hardware) CreateFuncRegexBreakpoint() argument 699 const bool hardware = request_hardware || GetRequireHardwareBreakpoints(); CreateBreakpoint() local [all...] |
/llvm-project/lldb/source/Plugins/Process/Linux/ |
H A D | NativeThreadLinux.cpp | 152 uint32_t watch_flags, bool hardware) { in SetWatchpoint() argument
|
H A D | NativeProcessLinux.cpp | 1604 SetBreakpoint(lldb::addr_t addr,uint32_t size,bool hardware) SetBreakpoint() argument 1611 RemoveBreakpoint(lldb::addr_t addr,bool hardware) RemoveBreakpoint() argument
|
/llvm-project/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/ |
H A D | DynamicLoaderMacOS.cpp | 520 bool hardware = false; SetNotificationBreakpoint() local
|
/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/ |
H A D | ItaniumABILanguageRuntime.cpp | 554 const bool hardware = false; CreateExceptionBreakpoint() local
|
/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/ |
H A D | InstrumentationRuntimeTSan.cpp | 919 const bool hardware = false; Activate() local
|
/llvm-project/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/ |
H A D | DynamicLoaderDarwinKernel.cpp | 1543 const bool hardware = false; SetNotificationBreakpointIfNeeded() local
|