Home
last modified time | relevance | path

Searched refs:m_class_name (Results 1 – 15 of 15) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanPython.cpp34 m_class_name(class_name), m_args_data(args_data), m_did_push(false), in ThreadPlanPython()
86 m_class_name, this->shared_from_this(), m_args_data); in DidPush()
98 m_class_name.c_str()); in ShouldStop()
116 m_class_name.c_str()); in IsPlanStale()
134 m_class_name.c_str()); in DoPlanExplainsStop()
153 m_class_name.c_str()); in MischiefManaged()
171 m_class_name.c_str()); in GetPlanRunState()
181 m_class_name.c_str()); in GetDescription()
191 m_class_name.c_str()); in GetDescription()
202 m_class_name.c_str()); in GetDescription()
[all …]
H A DTarget.cpp3844 m_class_name = class_name; in SetScriptCallback()
3848 GetTarget(), m_class_name.c_str(), m_extra_args, error); in SetScriptCallback()
3874 s.PutCString(m_class_name); in GetSubclassDescription()
3878 s.Printf("%s\n", m_class_name.c_str()); in GetSubclassDescription()
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DScriptedMetadata.h20 : m_class_name(class_name.data()), m_args_sp(dict_sp) {} in ScriptedMetadata()
25 m_class_name = metadata_sp->GetClassName(); in ScriptedMetadata()
30 explicit operator bool() const { return !m_class_name.empty(); }
32 llvm::StringRef GetClassName() const { return m_class_name; } in GetClassName()
36 std::string m_class_name;
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointResolverScripted.cpp32 m_class_name(std::string(class_name)), m_depth(depth), m_args(args_data) { in BreakpointResolverScripted()
41 if (m_class_name.empty()) in CreateImplementationIfNeeded()
54 m_class_name.c_str(), m_args, breakpoint_sp); in CreateImplementationIfNeeded()
91 m_class_name); in SerializeToStructuredData()
142 s->Printf("python class = %s", m_class_name.c_str()); in GetDescription()
149 return std::make_shared<BreakpointResolverScripted>(breakpoint, m_class_name,
H A DBreakpointResolverName.cpp77 m_class_name(nullptr), m_regex(std::move(func_regex)), in BreakpointResolverName()
85 m_lookups(rhs.m_lookups), m_class_name(rhs.m_class_name), in BreakpointResolverName()
255 if (m_class_name) { in SearchCallback()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectFrame.cpp733 m_class_name = std::string(option_arg); in SetOptionValue()
754 m_class_name = ""; in OptionParsingStarting()
764 std::string m_class_name; member in CommandObjectFrameRecognizerAdd::CommandOptions
835 if (m_options.m_class_name.empty()) { in DoExecute()
864 !interpreter->CheckObjectExists(m_options.m_class_name.c_str())) { in DoExecute()
871 interpreter, m_options.m_class_name.c_str())); in DoExecute()
H A DCommandObjectCommands.cpp2078 m_class_name = std::string(option_arg); in SetOptionValue()
2119 m_class_name.clear(); in OptionParsingStarting()
2134 std::string m_class_name; member in CommandObjectCommandsScriptAdd::CommandOptions
2256 if (m_options.m_class_name.empty() && m_options.m_funct_name.empty()) { in DoExecute()
2263 if (m_options.m_class_name.empty()) { in DoExecute()
2275 m_options.m_class_name.c_str()); in DoExecute()
2278 "'{0}'", m_options.m_class_name); in DoExecute()
H A DCommandObjectType.cpp322 m_class_name = std::string(option_arg); in SetOptionValue()
357 m_class_name = ""; in OptionParsingStarting()
375 std::string m_class_name; member in CommandObjectTypeSynthAdd::CommandOptions
2145 if (m_options.m_class_name.empty() && !m_options.m_input_python) { in Execute_PythonClass()
2159 m_options.m_class_name.c_str()); in Execute_PythonClass()
H A DCommandObjectTarget.cpp4722 m_class_name = std::string(option_arg); in SetOptionValue()
4810 m_class_name.clear(); in OptionParsingStarting()
4831 std::string m_class_name; member in CommandObjectTargetStopHookAdd::CommandOptions
4983 if (!m_options.m_class_name.empty()) { in DoExecute()
4985 m_options.m_class_name.c_str(), in DoExecute()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DThreadPlanPython.h67 std::string m_class_name;
H A DTarget.h1381 std::string m_class_name;
/freebsd/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpointResolverScripted.h64 std::string m_class_name; variable
H A DBreakpointResolverName.h84 ConstString m_class_name;
85 ConstString m_class_name; global() variable
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DSymbolContext.cpp932 m_start_line(0), m_end_line(0), m_function_spec(), m_class_name(), in SymbolContextSpecifier()
1000 m_class_name.assign(spec_string); in AddSpecification()
1015 m_class_name.clear(); in Clear()
1175 s->Printf("Class name: %s.\n", m_class_name.c_str()); in GetDescription()
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DSymbolContext.h362 std::string m_class_name; variable