Home
last modified time | relevance | path

Searched refs:GetCStr (Results 1 – 21 of 21) sorted by relevance

/llvm-project-15.0.7/lldb/unittests/Utility/
H A DDataExtractorTest.cpp70 TEST(DataExtractorTest, GetCStr) { in TEST() argument
75 EXPECT_STREQ("foo", E.GetCStr(&offset)); in TEST()
84 EXPECT_STREQ("", E.GetCStr(&offset)); in TEST()
93 EXPECT_EQ(nullptr, E.GetCStr(&offset)); in TEST()
102 EXPECT_EQ(nullptr, E.GetCStr(&offset)); in TEST()
111 EXPECT_STREQ("foo", E.GetCStr(&offset)); in TEST()
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugMacro.cpp77 macro_str = debug_macro_data.GetCStr(offset); in ReadMacroEntries()
92 macro_str = debug_str_data.GetCStr(&str_offset); in ReadMacroEntries()
H A DDWARFFormValue.cpp72 m_value.value.cstr = data.GetCStr(offset_ptr); in ExtractValue()
240 debug_info_data.GetCStr(offset_ptr); in SkipValue()
H A DDWARFDebugInfoEntry.cpp105 data.GetCStr(&offset); in Extract()
/llvm-project-15.0.7/lldb/source/Host/openbsd/
H A DHost.cpp72 cstr = data.GetCStr(&offset); in GetOpenBSDProcessArgs()
93 cstr = data.GetCStr(&offset); in GetOpenBSDProcessArgs()
/llvm-project-15.0.7/lldb/source/Host/freebsd/
H A DHost.cpp67 cstr = data.GetCStr(&offset); in GetFreeBSDProcessArgs()
97 cstr = data.GetCStr(&offset); in GetFreeBSDProcessArgs()
/llvm-project-15.0.7/lldb/source/Host/netbsd/
H A DHostNetBSD.cpp70 cstr = data.GetCStr(&offset); in GetNetBSDProcessArgs()
94 cstr = data.GetCStr(&offset); in GetNetBSDProcessArgs()
/llvm-project-15.0.7/lldb/include/lldb/Utility/
H A DDataExtractor.h291 const char *GetCStr(lldb::offset_t *offset_ptr) const;
314 const char *GetCStr(lldb::offset_t *offset_ptr, lldb::offset_t len) const;
/llvm-project-15.0.7/lldb/tools/debugserver/source/
H A DDNBDataRef.h98 const char *GetCStr(offset_t *offset_ptr, uint32_t fixed_length = 0) const;
H A DDNBDataRef.cpp150 const char *DNBDataRef::GetCStr(offset_t *offset_ptr, in GetCStr() function in DNBDataRef
H A DRNBRemote.cpp6328 cstr = data.GetCStr(&offset); in HandlePacket_qProcessInfo()
6339 data.GetCStr(&offset); in HandlePacket_qProcessInfo()
6343 while ((cstr = data.GetCStr(&offset))) { in HandlePacket_qProcessInfo()
/llvm-project-15.0.7/lldb/source/Plugins/SystemRuntime/MacOSX/
H A DSystemRuntimeMacOSX.cpp926 const char *queue_label = extractor.GetCStr(&offset); in PopulateQueuesUsingLibBTR()
972 item.enqueuing_thread_label = extractor.GetCStr(&offset); in ExtractItemInfoFromBuffer()
973 item.enqueuing_queue_label = extractor.GetCStr(&offset); in ExtractItemInfoFromBuffer()
974 item.target_queue_label = extractor.GetCStr(&offset); in ExtractItemInfoFromBuffer()
/llvm-project-15.0.7/lldb/source/Plugins/Process/MacOSX-Kernel/
H A DCommunicationKDP.cpp848 const char *path = packet.GetCStr(&offset); in DumpPacket()
898 reply_port, exc_port, packet.GetCStr(&offset)); in DumpPacket()
1008 const char *path = packet.GetCStr(&offset); in DumpPacket()
/llvm-project-15.0.7/lldb/source/Utility/
H A DDataExtractor.cpp784 const char *DataExtractor::GetCStr(offset_t *offset_ptr) const { in GetCStr() function in DataExtractor
814 const char *DataExtractor::GetCStr(offset_t *offset_ptr, offset_t len) const { in GetCStr() function in DataExtractor
/llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp237 const char *cstr = data.GetCStr(offset, llvm::alignTo(n_namesz, 4)); in Parse()
1228 cstr = data.GetCStr(&offset); in RefineModuleDetailsFromNote()
1267 llvm::StringRef VendorName = data.GetCStr(&Offset); in ParseARMAttributes()
1292 data.GetCStr(&Offset); in ParseARMAttributes()
1298 data.GetCStr(&Offset); in ParseARMAttributes()
1533 gnu_debuglink_file = data.GetCStr(&gnu_debuglink_offset); in GetSectionHeaderInfo()
/llvm-project-15.0.7/lldb/source/Plugins/Process/elf-core/
H A DProcessElfCore.cpp627 thread_data.name = note.data.GetCStr(&offset, 20); in parseFreeBSDNotes()
938 const char *path = note.data.GetCStr(&offset); in parseLinuxNotes()
/llvm-project-15.0.7/lldb/source/API/
H A DSBData.cpp305 value = m_opaque_sp->GetCStr(&offset); in GetString()
/llvm-project-15.0.7/lldb/source/Host/macosx/objcxx/
H A DHost.mm538 const char *cstr = data.GetCStr(&offset);
557 cstr = data.GetCStr(&offset);
563 while ((cstr = data.GetCStr(&offset))) {
/llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/PECOFF/
H A DObjectFilePECOFF.cpp129 gnu_debuglink_file = data.GetCStr(&gnu_debuglink_offset); in GetDebugLinkContents()
754 if (const char *name = m_data.GetCStr(&string_file_offset)) in GetSectionName()
/llvm-project-15.0.7/lldb/source/Core/
H A DDumpDataExtractor.cpp545 const char *cstr = DE.GetCStr(&offset); in DumpDataExtractor()
/llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/Mach-O/
H A DObjectFileMachO.cpp2025 import_name = data.GetCStr(&offset); in ParseTrieEntries()
2080 const char *cstr = data.GetCStr(&children_offset); in ParseTrieEntries()
6903 image_entry.filename = (const char *)m_data.GetCStr(&filepath_offset);
6931 std::string filename = m_data.GetCStr(&fileoff);