/external/llvm-project/lldb/include/lldb/Utility/ |
D | UserID.h | 33 UserID(lldb::user_id_t uid = LLDB_INVALID_UID) : m_uid(uid) {} in m_uid() 47 lldb::user_id_t GetID() const { return m_uid; } in GetID() 53 void SetID(lldb::user_id_t uid) { m_uid = uid; } in SetID() 65 IDMatches(lldb::user_id_t uid) : m_uid(uid) {} in IDMatches() 72 const lldb::user_id_t m_uid; ///< The user ID we are looking for 77 lldb::user_id_t m_uid; ///< The user ID that uniquely identifies an object.
|
/external/llvm-project/lldb/include/lldb/Host/ |
D | FileCache.h | 26 typedef std::map<lldb::user_id_t, lldb::FileUP> FDToFileMap; 31 lldb::user_id_t OpenFile(const FileSpec &file_spec, File::OpenOptions flags, 33 bool CloseFile(lldb::user_id_t fd, Status &error); 35 uint64_t WriteFile(lldb::user_id_t fd, uint64_t offset, const void *src, 37 uint64_t ReadFile(lldb::user_id_t fd, uint64_t offset, void *dst,
|
/external/llvm-project/lldb/source/Plugins/Process/Linux/ |
D | NativeProcessLinux.h | 104 lldb::user_id_t StartTrace(const TraceOptions &config, 107 Status StopTrace(lldb::user_id_t traceid, 110 Status GetData(lldb::user_id_t traceid, lldb::tid_t thread, 114 Status GetMetaData(lldb::user_id_t traceid, lldb::tid_t thread, 118 Status GetTraceConfig(lldb::user_id_t traceid, TraceOptions &config) override; 219 lldb::user_id_t StartTraceGroup(const TraceOptions &config, 234 LookupProcessorTraceInstance(lldb::user_id_t traceid, lldb::tid_t thread); 238 Status StopProcessorTracingOnThread(lldb::user_id_t traceid, 253 lldb::user_id_t m_pt_proces_trace_id = LLDB_INVALID_UID;
|
D | ProcessorTrace.h | 74 lldb::user_id_t m_traceid; 78 static lldb::user_id_t m_trace_num; 80 void SetTraceID(lldb::user_id_t traceid) { m_traceid = traceid; } in SetTraceID() 116 lldb::user_id_t GetTraceID() const { return m_traceid; } in GetTraceID()
|
/external/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/ |
D | SymbolFileNativePDB.h | 111 CompilerDecl GetDeclForUID(lldb::user_id_t uid) override; 112 CompilerDeclContext GetDeclContextForUID(lldb::user_id_t uid) override; 113 CompilerDeclContext GetDeclContextContainingUID(lldb::user_id_t uid) override; 114 Type *ResolveTypeUID(lldb::user_id_t type_uid) override; 116 lldb::user_id_t type_uid, 239 llvm::DenseMap<lldb::user_id_t, lldb::VariableSP> m_global_vars; 240 llvm::DenseMap<lldb::user_id_t, lldb::VariableSP> m_local_variables; 241 llvm::DenseMap<lldb::user_id_t, lldb::BlockSP> m_blocks; 242 llvm::DenseMap<lldb::user_id_t, lldb::FunctionSP> m_functions; 243 llvm::DenseMap<lldb::user_id_t, lldb::CompUnitSP> m_compilands; [all …]
|
/external/llvm-project/lldb/source/Host/common/ |
D | FileCache.cpp | 26 lldb::user_id_t FileCache::OpenFile(const FileSpec &file_spec, in OpenFile() 38 lldb::user_id_t fd = file.get()->GetDescriptor(); in OpenFile() 43 bool FileCache::CloseFile(lldb::user_id_t fd, Status &error) { in CloseFile() 63 uint64_t FileCache::WriteFile(lldb::user_id_t fd, uint64_t offset, in WriteFile() 90 uint64_t FileCache::ReadFile(lldb::user_id_t fd, uint64_t offset, void *dst, in ReadFile()
|
/external/llvm-project/lldb/include/lldb/Breakpoint/ |
D | BreakpointOptions.h | 228 lldb::user_id_t break_id, lldb::user_id_t break_loc_id); 336 lldb::user_id_t break_id, 337 lldb::user_id_t break_loc_id); 373 void *baton, StoppointCallbackContext *context, lldb::user_id_t break_id, 374 lldb::user_id_t break_loc_id);
|
/external/llvm-project/lldb/include/lldb/Target/ |
D | StackFrame.h | 106 StackFrame(const lldb::ThreadSP &thread_sp, lldb::user_id_t frame_idx, 107 lldb::user_id_t concrete_frame_idx, lldb::addr_t cfa, 111 StackFrame(const lldb::ThreadSP &thread_sp, lldb::user_id_t frame_idx, 112 lldb::user_id_t concrete_frame_idx, 117 StackFrame(const lldb::ThreadSP &thread_sp, lldb::user_id_t frame_idx, 118 lldb::user_id_t concrete_frame_idx,
|
D | RemoteAwarePlatform.h | 29 lldb::user_id_t OpenFile(const FileSpec &file_spec, File::OpenOptions flags, 32 bool CloseFile(lldb::user_id_t fd, Status &error) override; 34 uint64_t ReadFile(lldb::user_id_t fd, uint64_t offset, void *dst, 37 uint64_t WriteFile(lldb::user_id_t fd, uint64_t offset, const void *src, 40 lldb::user_id_t GetFileSize(const FileSpec &file_spec) override;
|
D | InstrumentationRuntime.h | 37 lldb::user_id_t m_breakpoint_id; 59 lldb::user_id_t GetBreakpointID() const { return m_breakpoint_id; } in GetBreakpointID() 61 void SetBreakpointID(lldb::user_id_t ID) { m_breakpoint_id = ID; } in SetBreakpointID()
|
/external/llvm-project/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/ |
D | DynamicLoaderHexagonDYLD.h | 79 lldb::user_id_t break_id, lldb::user_id_t break_loc_id); 110 lldb::user_id_t break_id, lldb::user_id_t break_loc_id);
|
/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
D | GDBRemoteCommunicationClient.h | 372 lldb::user_id_t OpenFile(const FileSpec &file_spec, File::OpenOptions flags, 375 bool CloseFile(lldb::user_id_t fd, Status &error); 377 lldb::user_id_t GetFileSize(const FileSpec &file_spec); 388 uint64_t ReadFile(lldb::user_id_t fd, uint64_t offset, void *dst, 391 uint64_t WriteFile(lldb::user_id_t fd, uint64_t offset, const void *src, 508 lldb::user_id_t SendStartTracePacket(const TraceOptions &options, 511 Status SendStopTracePacket(lldb::user_id_t uid, lldb::tid_t thread_id); 513 Status SendGetDataPacket(lldb::user_id_t uid, lldb::tid_t thread_id, 517 Status SendGetMetaDataPacket(lldb::user_id_t uid, lldb::tid_t thread_id, 521 Status SendGetTraceConfigPacket(lldb::user_id_t uid, TraceOptions &options); [all …]
|
/external/llvm-project/lldb/source/API/ |
D | SBTrace.cpp | 22 lldb::user_id_t uid; 94 lldb::user_id_t SBTrace::GetTraceUID() { in GetTraceUID() 95 LLDB_RECORD_METHOD_NO_ARGS(lldb::user_id_t, SBTrace, GetTraceUID); in GetTraceUID() 102 void SBTrace::SetTraceUID(lldb::user_id_t uid) { in SetTraceUID() 140 LLDB_REGISTER_METHOD(lldb::user_id_t, SBTrace, GetTraceUID, ()); in RegisterMethods()
|
/external/llvm-project/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/ |
D | DynamicLoaderPOSIXDYLD.h | 96 lldb::user_id_t break_id, lldb::user_id_t break_loc_id); 131 lldb::user_id_t break_id, lldb::user_id_t break_loc_id);
|
/external/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
D | ClangASTMetadata.h | 29 void SetUserID(lldb::user_id_t user_id) { in SetUserID() 35 lldb::user_id_t GetUserID() const { in GetUserID() 100 lldb::user_id_t m_user_id;
|
/external/llvm-project/lldb/source/Plugins/ScriptInterpreter/Lua/ |
D | ScriptInterpreterLua.h | 55 lldb::user_id_t break_id, 56 lldb::user_id_t break_loc_id); 65 llvm::Error EnterSession(lldb::user_id_t debugger_id);
|
/external/llvm-project/lldb/source/Plugins/JITLoader/GDB/ |
D | JITLoaderGDB.h | 65 lldb::user_id_t break_id, lldb::user_id_t break_loc_id); 76 lldb::user_id_t m_jit_break_id;
|
/external/llvm-project/lldb/include/lldb/Symbol/ |
D | CompileUnit.h | 77 const char *pathname, lldb::user_id_t uid, 116 const FileSpec &file_spec, lldb::user_id_t uid, 321 lldb::FunctionSP FindFunctionByUID(lldb::user_id_t uid); 414 llvm::DenseMap<lldb::user_id_t, lldb::FunctionSP> m_functions_by_uid;
|
/external/llvm-project/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/ |
D | DynamicLoaderMacOS.h | 83 lldb::user_id_t break_id, lldb::user_id_t break_loc_id); 98 lldb::user_id_t m_break_id;
|
/external/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/ |
D | StructuredDataDarwinLog.h | 83 lldb::user_id_t break_id, 84 lldb::user_id_t break_loc_id); 114 lldb::user_id_t m_breakpoint_id;
|
/external/llvm-project/lldb/source/Plugins/ObjectFile/ELF/ |
D | ObjectFileELF.h | 284 lldb::user_id_t start_id, 289 lldb::user_id_t start_id, 299 lldb::user_id_t start_id, 301 lldb::user_id_t section_id); 308 lldb::user_id_t rel_id, 329 lldb::user_id_t GetSectionIndexByName(const char *name); 332 const ELFSectionHeaderInfo *GetSectionHeaderByIndex(lldb::user_id_t id);
|
/external/llvm-project/lldb/source/Plugins/Platform/gdb-server/ |
D | PlatformRemoteGDBServer.h | 117 lldb::user_id_t OpenFile(const FileSpec &file_spec, File::OpenOptions flags, 120 bool CloseFile(lldb::user_id_t fd, Status &error) override; 122 uint64_t ReadFile(lldb::user_id_t fd, uint64_t offset, void *data_ptr, 125 uint64_t WriteFile(lldb::user_id_t fd, uint64_t offset, const void *data, 128 lldb::user_id_t GetFileSize(const FileSpec &file_spec) override;
|
/external/llvm-project/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/ |
D | DynamicLoaderDarwinKernel.h | 82 lldb::user_id_t break_id, lldb::user_id_t break_loc_id); 85 lldb::user_id_t break_id, lldb::user_id_t break_loc_id); 296 lldb::user_id_t m_break_id;
|
/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
D | SymbolFileDWARF.h | 138 lldb_private::Type *ResolveTypeUID(lldb::user_id_t type_uid) override; 140 lldb::user_id_t type_uid, 149 lldb_private::CompilerDecl GetDeclForUID(lldb::user_id_t uid) override; 152 GetDeclContextForUID(lldb::user_id_t uid) override; 155 GetDeclContextContainingUID(lldb::user_id_t uid) override; 264 DWARFDIE GetDIE(lldb::user_id_t uid); 266 lldb::user_id_t GetUID(const DWARFBaseDIE &die) { in GetUID() 270 lldb::user_id_t GetUID(const llvm::Optional<DIERef> &ref) { in GetUID() 274 lldb::user_id_t GetUID(DIERef ref); 479 llvm::Optional<DecodedUID> DecodeUID(lldb::user_id_t uid);
|
/external/llvm-project/lldb/include/lldb/Core/ |
D | Section.h | 56 bool ContainsSection(lldb::user_id_t sect_id) const; 63 lldb::SectionSP FindSectionByID(lldb::user_id_t sect_id) const; 79 bool ReplaceSection(lldb::user_id_t sect_id, 103 lldb::user_id_t sect_id, ConstString name, 114 lldb::user_id_t sect_id, ConstString name,
|