Home
last modified time | relevance | path

Searched defs:GetInfo (Results 1 – 4 of 4) sorted by relevance

/llvm-project/lldb/source/Plugins/Process/scripted/
H A DScriptedThread.h49 const char *GetInfo() override { return nullptr; } in GetInfo() function
/llvm-project/lldb/source/Plugins/Process/Utility/
H A DThreadMemory.h34 const char *GetInfo() override { in GetInfo() function
/llvm-project/lldb/unittests/Signals/
H A DUnixSignalsTest.cpp82 TEST(UnixSignalsTest, GetInfo) { in TEST() argument
/llvm-project/lldb/include/lldb/Target/
H A DThread.h261 virtual const char *GetInfo() { return nullptr; } GetInfo() function