Searched refs:m_arguments (Results 1 - 25 of 31) sorted by relevance

12

/freebsd-11-stable/contrib/llvm-project/lldb/source/Utility/
H A DProcessInfo.cpp23 : m_executable(), m_arguments(), m_environment(), m_uid(UINT32_MAX),
28 : m_executable(name), m_arguments(), m_environment(), m_uid(UINT32_MAX),
33 m_arguments.Clear();
56 m_arguments.Dump(s);
69 m_arguments.InsertArgumentAtIndex(0, filename);
82 m_arguments.SetArguments(argv);
86 const char *first_arg = m_arguments.GetArgumentAtIndex(0);
98 m_arguments = args;
102 const char *first_arg = m_arguments.GetArgumentAtIndex(0);
125 const uint32_t argc = m_arguments
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DCPlusPlusLanguage.h31 : m_full(), m_basename(), m_context(), m_arguments(), m_qualifiers(),
35 : m_full(s), m_basename(), m_context(), m_arguments(), m_qualifiers(),
69 llvm::StringRef m_arguments; // Arguments: "(unsigned int)" member in class:lldb_private::CPlusPlusLanguage::MethodName
H A DCPlusPlusLanguage.cpp80 m_arguments = llvm::StringRef();
152 m_arguments = full.substr(arg_start, arg_end - arg_start + 1);
177 m_arguments = llvm::StringRef();
194 m_arguments = function.getValue().arguments;
220 return m_arguments;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectSettings.cpp53 // Push the data for the first argument into the m_arguments vector.
54 m_arguments.push_back(arg1);
55 m_arguments.push_back(arg2);
261 // Push the data for the first argument into the m_arguments vector.
262 m_arguments.push_back(arg1);
325 // Push the data for the first argument into the m_arguments vector.
326 m_arguments.push_back(arg1);
511 // Push the data for the first argument into the m_arguments vector.
512 m_arguments.push_back(arg);
595 // Push the data for the first argument into the m_arguments vecto
[all...]
H A DCommandObjectPlugin.cpp33 // Push the data for the first argument into the m_arguments vector.
34 m_arguments.push_back(arg1);
H A DCommandObjectApropos.cpp36 // Push the data for the first argument into the m_arguments vector.
37 m_arguments.push_back(arg);
H A DCommandObjectLog.cpp68 // Push the data for the first argument into the m_arguments vector.
69 m_arguments.push_back(arg1);
70 m_arguments.push_back(arg2);
209 // Push the data for the first argument into the m_arguments vector.
210 m_arguments.push_back(arg1);
211 m_arguments.push_back(arg2);
268 // Push the data for the first argument into the m_arguments vector.
269 m_arguments.push_back(arg);
H A DCommandObjectRegister.cpp59 // Push the data for the first argument into the m_arguments vector.
60 m_arguments.push_back(arg);
319 // Push the data for the first argument into the m_arguments vector.
320 m_arguments.push_back(arg1);
321 m_arguments.push_back(arg2);
H A DCommandObjectWatchpoint.cpp160 m_arguments.push_back(arg);
290 m_arguments.push_back(arg);
360 m_arguments.push_back(arg);
437 m_arguments.push_back(arg);
555 m_arguments.push_back(arg);
675 m_arguments.push_back(arg);
815 // Push the data for the only argument into the m_arguments vector.
816 m_arguments.push_back(arg);
1001 // Push the data for the only argument into the m_arguments vector.
1002 m_arguments
[all...]
H A DCommandObjectCommands.cpp204 // Push the data for the first argument into the m_arguments vector.
205 m_arguments.push_back(arg);
510 // Push the data for the first argument into the m_arguments vector.
511 m_arguments.push_back(arg1);
512 m_arguments.push_back(arg2);
513 m_arguments.push_back(arg3);
765 // Push the data for the first argument into the m_arguments vector.
766 m_arguments.push_back(arg);
846 // Push the data for the first argument into the m_arguments vector.
847 m_arguments
[all...]
H A DCommandObjectWatchpointCommand.cpp204 // Push the data for the first argument into the m_arguments vector.
205 m_arguments.push_back(arg);
503 // Push the data for the first argument into the m_arguments vector.
504 m_arguments.push_back(arg);
575 // Push the data for the first argument into the m_arguments vector.
576 m_arguments.push_back(arg);
H A DCommandObjectBreakpointCommand.cpp221 // Push the data for the first argument into the m_arguments vector.
222 m_arguments.push_back(arg);
495 // Push the data for the first argument into the m_arguments vector.
496 m_arguments.push_back(arg);
615 // Push the data for the first argument into the m_arguments vector.
616 m_arguments.push_back(arg);
H A DCommandObjectBreakpoint.cpp803 m_arguments.push_back(arg);
875 m_arguments.push_back(arg);
983 m_arguments.push_back(arg);
1078 // Push the data for the first argument into the m_arguments vector.
1079 m_arguments.push_back(arg);
1361 m_arguments.push_back(arg);
1631 m_arguments.push_back(arg1);
1725 m_arguments.push_back(arg1);
1804 m_arguments.push_back(arg1);
1987 m_arguments
[all...]
H A DCommandObjectMemory.cpp316 // Push the data for the first argument into the m_arguments vector.
317 m_arguments.push_back(arg1);
318 m_arguments.push_back(arg2);
980 // Push the data for the first argument into the m_arguments vector.
981 m_arguments.push_back(arg1);
982 m_arguments.push_back(arg2);
1266 // Push the data for the first argument into the m_arguments vector.
1267 m_arguments.push_back(arg1);
1268 m_arguments.push_back(arg2);
1613 // Push the data for the first argument into the m_arguments vecto
[all...]
H A DCommandObjectType.cpp582 m_arguments.push_back(type_arg);
775 m_arguments.push_back(type_arg);
1017 m_arguments.push_back(type_arg);
1468 m_arguments.push_back(type_arg);
1762 m_arguments.push_back(type_arg);
1858 m_arguments.push_back(type_arg);
1920 m_arguments.push_back(type_arg);
2025 m_arguments.push_back(type_arg);
2082 m_arguments.push_back(type_arg);
2319 m_arguments
[all...]
H A DCommandObjectFrame.cpp126 // Push the data for the first argument into the m_arguments vector.
127 m_arguments.push_back(arg);
288 // Push the data for the first argument into the m_arguments vector.
289 m_arguments.push_back(arg);
428 // Push the data for the first argument into the m_arguments vector.
429 m_arguments.push_back(arg);
1001 // Push the data for the first argument into the m_arguments vector.
1002 m_arguments.push_back(arg);
H A DCommandObjectHelp.cpp62 // Push the data for the first argument into the m_arguments vector.
63 m_arguments.push_back(arg);
H A DCommandObjectThread.cpp535 // Push the data for the first argument into the m_arguments vector.
536 m_arguments.push_back(arg);
810 // Push the data for the first argument into the m_arguments vector.
811 m_arguments.push_back(arg);
1073 // Push the data for the first argument into the m_arguments vector.
1074 m_arguments.push_back(arg);
1304 // Push the data for the first argument into the m_arguments vector.
1305 m_arguments.push_back(arg);
1584 // Push the data for the first argument into the m_arguments vector.
1585 m_arguments
[all...]
H A DCommandObjectPlatform.cpp797 // m_arguments vector.
798 m_arguments.push_back(arg1);
799 m_arguments.push_back(arg2);
863 // Push the data for the first argument into the m_arguments vector.
864 m_arguments.push_back(arg1);
1313 // Push the data for the first argument into the m_arguments vector.
1314 m_arguments.push_back(arg);
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DStackFrameRecognizer.h31 return m_arguments;
39 lldb::ValueObjectListSP m_arguments; member in class:lldb_private::RecognizedStackFrame
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DProcessInfo.h76 Args &GetArguments() { return m_arguments; }
78 const Args &GetArguments() const { return m_arguments; }
96 Args m_arguments; // All program arguments except argv[0] member in class:lldb_private::ProcessInfo
/freebsd-11-stable/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandObject.cpp44 m_arguments(), m_deprecated_command_override_callback(nullptr),
68 if (!m_arguments.empty()) {
340 int CommandObject::GetNumArgumentEntries() { return m_arguments.size(); }
344 if (static_cast<size_t>(idx) < m_arguments.size())
345 return &(m_arguments[idx]);
433 int num_args = m_arguments.size();
439 ? m_arguments[i]
440 : OptSetFiltered(opt_set_mask, m_arguments[i]);
H A DCommandAlias.cpp92 m_arguments.push_back(*cmd_entry);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DStackFrameRecognizer.cpp23 m_arguments = args;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/common/
H A DProcessLaunchInfo.cpp341 m_arguments = shell_arguments;

Completed in 228 milliseconds

12