Home
last modified time | relevance | path

Searched refs:user_id_t (Results 1 – 25 of 154) sorted by relevance

1234567

/external/llvm-project/lldb/include/lldb/Utility/
DUserID.h33 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/
DFileCache.h26 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/
DNativeProcessLinux.h104 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;
DProcessorTrace.h74 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/
DSymbolFileNativePDB.h111 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/
DFileCache.cpp26 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/
DBreakpointOptions.h228 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/
DStackFrame.h106 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,
DRemoteAwarePlatform.h29 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;
DInstrumentationRuntime.h37 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/
DDynamicLoaderHexagonDYLD.h79 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/
DGDBRemoteCommunicationClient.h372 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/
DSBTrace.cpp22 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/
DDynamicLoaderPOSIXDYLD.h96 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/
DClangASTMetadata.h29 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/
DScriptInterpreterLua.h55 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/
DJITLoaderGDB.h65 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/
DCompileUnit.h77 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/
DDynamicLoaderMacOS.h83 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/
DStructuredDataDarwinLog.h83 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/
DObjectFileELF.h284 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/
DPlatformRemoteGDBServer.h117 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/
DDynamicLoaderDarwinKernel.h82 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/
DSymbolFileDWARF.h138 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/
DSection.h56 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,

1234567