Home
last modified time | relevance | path

Searched refs:m_cmd_name (Results 1 – 25 of 182) sorted by relevance

12345678

/dports/math/octave/octave-6.4.0/libinterp/parse-tree/
H A Dpt-decl.cc73 : tree_command (l, c), m_cmd_name (n), m_init_list (t) in tree_decl_command()
77 if (m_cmd_name == "global") in tree_decl_command()
79 else if (m_cmd_name == "persistent") in tree_decl_command()
83 m_cmd_name.c_str ()); in tree_decl_command()
H A Dpt-decl.h176 : tree_command (l, c), m_cmd_name (n), m_init_list (nullptr) { } in tree_command()
203 std::string name (void) const { return m_cmd_name; } in name()
213 std::string m_cmd_name;
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/lldb/source/Commands/
H A DCommandObjectReproducer.cpp116 m_cmd_name.c_str()); in DoExecute()
199 m_cmd_name.c_str()); in DoExecute()
248 m_cmd_name.c_str()); in DoExecute()
332 m_cmd_name.c_str()); in DoExecute()
H A DCommandObjectFrame.cpp704 m_cmd_name.c_str()); in DoExecute()
846 "%s needs a Python class name (-l argument).\n", m_cmd_name.c_str()); in DoExecute()
853 m_cmd_name.c_str()); in DoExecute()
860 m_cmd_name.c_str()); in DoExecute()
935 m_cmd_name.c_str()); in DoExecute()
1023 "'%s' takes exactly one frame index argument.\n", m_cmd_name.c_str()); in DoExecute()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lldb/source/Commands/
H A DCommandObjectReproducer.cpp188 m_cmd_name.c_str()); in DoExecute()
275 m_cmd_name.c_str()); in DoExecute()
324 m_cmd_name.c_str()); in DoExecute()
414 m_cmd_name.c_str()); in DoExecute()
652 m_cmd_name.c_str()); in DoExecute()
H A DCommandObjectFrame.cpp711 m_cmd_name.c_str()); in DoExecute()
852 "%s needs a Python class name (-l argument).\n", m_cmd_name.c_str()); in DoExecute()
859 m_cmd_name.c_str()); in DoExecute()
867 m_cmd_name.c_str()); in DoExecute()
875 m_cmd_name.c_str()); in DoExecute()
984 m_cmd_name.c_str()); in DoExecute()
1105 "'%s' takes exactly one frame index argument.\n", m_cmd_name.c_str()); in DoExecute()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lldb/source/Commands/
H A DCommandObjectReproducer.cpp187 m_cmd_name.c_str()); in DoExecute()
273 m_cmd_name.c_str()); in DoExecute()
322 m_cmd_name.c_str()); in DoExecute()
412 m_cmd_name.c_str()); in DoExecute()
650 m_cmd_name.c_str()); in DoExecute()
H A DCommandObjectFrame.cpp704 m_cmd_name.c_str()); in DoExecute()
845 "%s needs a Python class name (-l argument).\n", m_cmd_name.c_str()); in DoExecute()
851 m_cmd_name.c_str()); in DoExecute()
858 m_cmd_name.c_str()); in DoExecute()
865 m_cmd_name.c_str()); in DoExecute()
972 m_cmd_name.c_str()); in DoExecute()
1087 "'%s' takes exactly one frame index argument.\n", m_cmd_name.c_str()); in DoExecute()
H A DCommandObjectCommands.cpp1457 m_interpreter, m_cmd_name, funct_name_str, m_short_help, in IOHandlerInputComplete()
1460 if (!m_interpreter.AddUserCommand(m_cmd_name, command_obj_sp, in IOHandlerInputComplete()
1498 m_cmd_name = std::string(command[0].ref()); in DoExecute()
1509 m_interpreter, m_cmd_name, m_options.m_funct_name, in DoExecute()
1511 if (m_interpreter.AddUserCommand(m_cmd_name, new_cmd, true)) { in DoExecute()
1532 m_interpreter, m_cmd_name, cmd_obj_sp, m_synchronicity)); in DoExecute()
1533 if (m_interpreter.AddUserCommand(m_cmd_name, new_cmd, true)) { in DoExecute()
1544 std::string m_cmd_name; member in CommandObjectCommandsScriptAdd
/dports/devel/llvm12/llvm-project-12.0.1.src/lldb/source/Commands/
H A DCommandObjectReproducer.cpp188 m_cmd_name.c_str()); in DoExecute()
275 m_cmd_name.c_str()); in DoExecute()
324 m_cmd_name.c_str()); in DoExecute()
414 m_cmd_name.c_str()); in DoExecute()
652 m_cmd_name.c_str()); in DoExecute()
H A DCommandObjectFrame.cpp711 m_cmd_name.c_str()); in DoExecute()
852 "%s needs a Python class name (-l argument).\n", m_cmd_name.c_str()); in DoExecute()
859 m_cmd_name.c_str()); in DoExecute()
867 m_cmd_name.c_str()); in DoExecute()
875 m_cmd_name.c_str()); in DoExecute()
984 m_cmd_name.c_str()); in DoExecute()
1105 "'%s' takes exactly one frame index argument.\n", m_cmd_name.c_str()); in DoExecute()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lldb/source/Commands/
H A DCommandObjectReproducer.cpp187 m_cmd_name.c_str()); in DoExecute()
273 m_cmd_name.c_str()); in DoExecute()
322 m_cmd_name.c_str()); in DoExecute()
412 m_cmd_name.c_str()); in DoExecute()
650 m_cmd_name.c_str()); in DoExecute()
H A DCommandObjectFrame.cpp704 m_cmd_name.c_str()); in DoExecute()
845 "%s needs a Python class name (-l argument).\n", m_cmd_name.c_str()); in DoExecute()
851 m_cmd_name.c_str()); in DoExecute()
858 m_cmd_name.c_str()); in DoExecute()
865 m_cmd_name.c_str()); in DoExecute()
972 m_cmd_name.c_str()); in DoExecute()
1087 "'%s' takes exactly one frame index argument.\n", m_cmd_name.c_str()); in DoExecute()
H A DCommandObjectCommands.cpp1457 m_interpreter, m_cmd_name, funct_name_str, m_short_help, in IOHandlerInputComplete()
1460 if (!m_interpreter.AddUserCommand(m_cmd_name, command_obj_sp, in IOHandlerInputComplete()
1498 m_cmd_name = std::string(command[0].ref()); in DoExecute()
1509 m_interpreter, m_cmd_name, m_options.m_funct_name, in DoExecute()
1511 if (m_interpreter.AddUserCommand(m_cmd_name, new_cmd, true)) { in DoExecute()
1532 m_interpreter, m_cmd_name, cmd_obj_sp, m_synchronicity)); in DoExecute()
1533 if (m_interpreter.AddUserCommand(m_cmd_name, new_cmd, true)) { in DoExecute()
1544 std::string m_cmd_name; member in CommandObjectCommandsScriptAdd
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lldb/source/Commands/
H A DCommandObjectReproducer.cpp187 m_cmd_name.c_str()); in DoExecute()
273 m_cmd_name.c_str()); in DoExecute()
322 m_cmd_name.c_str()); in DoExecute()
412 m_cmd_name.c_str()); in DoExecute()
650 m_cmd_name.c_str()); in DoExecute()
H A DCommandObjectFrame.cpp705 m_cmd_name.c_str()); in DoExecute()
859 "%s needs a Python class name (-l argument).\n", m_cmd_name.c_str()); in DoExecute()
865 m_cmd_name.c_str()); in DoExecute()
872 m_cmd_name.c_str()); in DoExecute()
879 m_cmd_name.c_str()); in DoExecute()
986 m_cmd_name.c_str()); in DoExecute()
1101 "'%s' takes exactly one frame index argument.\n", m_cmd_name.c_str()); in DoExecute()
H A DCommandObjectCommands.cpp1485 m_interpreter, m_cmd_name, funct_name_str, m_short_help, in IOHandlerInputComplete()
1488 if (!m_interpreter.AddUserCommand(m_cmd_name, command_obj_sp, in IOHandlerInputComplete()
1526 m_cmd_name = std::string(command[0].ref()); in DoExecute()
1537 m_interpreter, m_cmd_name, m_options.m_funct_name, in DoExecute()
1539 if (m_interpreter.AddUserCommand(m_cmd_name, new_cmd, true)) { in DoExecute()
1560 m_interpreter, m_cmd_name, cmd_obj_sp, m_synchronicity)); in DoExecute()
1561 if (m_interpreter.AddUserCommand(m_cmd_name, new_cmd, true)) { in DoExecute()
1572 std::string m_cmd_name; member in CommandObjectCommandsScriptAdd
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/lldb/source/Commands/
H A DCommandObjectReproducer.cpp187 m_cmd_name.c_str()); in DoExecute()
273 m_cmd_name.c_str()); in DoExecute()
322 m_cmd_name.c_str()); in DoExecute()
412 m_cmd_name.c_str()); in DoExecute()
650 m_cmd_name.c_str()); in DoExecute()
H A DCommandObjectFrame.cpp704 m_cmd_name.c_str()); in DoExecute()
845 "%s needs a Python class name (-l argument).\n", m_cmd_name.c_str()); in DoExecute()
851 m_cmd_name.c_str()); in DoExecute()
858 m_cmd_name.c_str()); in DoExecute()
865 m_cmd_name.c_str()); in DoExecute()
972 m_cmd_name.c_str()); in DoExecute()
1087 "'%s' takes exactly one frame index argument.\n", m_cmd_name.c_str()); in DoExecute()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/lldb/source/Commands/
H A DCommandObjectReproducer.cpp188 m_cmd_name.c_str()); in DoExecute()
275 m_cmd_name.c_str()); in DoExecute()
324 m_cmd_name.c_str()); in DoExecute()
414 m_cmd_name.c_str()); in DoExecute()
652 m_cmd_name.c_str()); in DoExecute()
H A DCommandObjectFrame.cpp711 m_cmd_name.c_str()); in DoExecute()
852 "%s needs a Python class name (-l argument).\n", m_cmd_name.c_str()); in DoExecute()
859 m_cmd_name.c_str()); in DoExecute()
867 m_cmd_name.c_str()); in DoExecute()
875 m_cmd_name.c_str()); in DoExecute()
984 m_cmd_name.c_str()); in DoExecute()
1105 "'%s' takes exactly one frame index argument.\n", m_cmd_name.c_str()); in DoExecute()
/dports/devel/llvm13/llvm-project-13.0.1.src/lldb/source/Commands/
H A DCommandObjectReproducer.cpp187 m_cmd_name.c_str());
273 m_cmd_name.c_str());
322 m_cmd_name.c_str());
412 m_cmd_name.c_str());
650 m_cmd_name.c_str());
H A DCommandObjectFrame.cpp704 m_cmd_name.c_str()); in DoExecute()
845 "%s needs a Python class name (-l argument).\n", m_cmd_name.c_str()); in DoExecute()
851 m_cmd_name.c_str()); in DoExecute()
858 m_cmd_name.c_str()); in DoExecute()
865 m_cmd_name.c_str()); in DoExecute()
972 m_cmd_name.c_str()); in DoExecute()
1087 "'%s' takes exactly one frame index argument.\n", m_cmd_name.c_str()); in DoExecute()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lldb/source/Commands/
H A DCommandObjectReproducer.cpp141 m_cmd_name.c_str()); in DoExecute()
224 m_cmd_name.c_str()); in DoExecute()
273 m_cmd_name.c_str()); in DoExecute()
369 m_cmd_name.c_str()); in DoExecute()
H A DCommandObjectFrame.cpp716 m_cmd_name.c_str()); in DoExecute()
857 "%s needs a Python class name (-l argument).\n", m_cmd_name.c_str()); in DoExecute()
864 m_cmd_name.c_str()); in DoExecute()
872 m_cmd_name.c_str()); in DoExecute()
880 m_cmd_name.c_str()); in DoExecute()
983 m_cmd_name.c_str()); in DoExecute()
1097 "'%s' takes exactly one frame index argument.\n", m_cmd_name.c_str()); in DoExecute()

12345678