HomeSort by: relevance | last modified time | path
    Searched refs:mi_command_name (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/gdb/python/
py-micmd.c 76 char *mi_command_name; member in struct:micmdpy_object
139 gdb_assert (m_pyobj->mi_command_name != nullptr);
140 gdb_assert (new_pyobj->mi_command_name != nullptr);
143 gdb_assert (m_pyobj->mi_command_name == this->name ());
149 gdb_assert (strcmp (new_pyobj->mi_command_name,
150 m_pyobj->mi_command_name) == 0);
151 std::swap (new_pyobj->mi_command_name, m_pyobj->mi_command_name);
234 const char *name = cmd_obj->mi_command_name;
261 gdb_assert (obj->mi_command_name != nullptr)
    [all...]
  /src/external/gpl3/gdb/dist/gdb/python/
py-micmd.c 76 char *mi_command_name; member in struct:micmdpy_object
139 gdb_assert (m_pyobj->mi_command_name != nullptr);
140 gdb_assert (new_pyobj->mi_command_name != nullptr);
143 gdb_assert (m_pyobj->mi_command_name == this->name ());
149 gdb_assert (strcmp (new_pyobj->mi_command_name,
150 m_pyobj->mi_command_name) == 0);
151 std::swap (new_pyobj->mi_command_name, m_pyobj->mi_command_name);
234 const char *name = cmd_obj->mi_command_name;
261 gdb_assert (obj->mi_command_name != nullptr)
    [all...]

Completed in 16 milliseconds