| /src/external/gpl3/gdb/dist/gdb/mi/ |
| mi-cmds.h | 148 struct mi_command struct 155 mi_command (const char *name, int *suppress_notification); 158 virtual ~mi_command () = default; 202 using mi_command_up = std::unique_ptr<struct mi_command>; 207 extern mi_command *mi_cmd_lookup (const char *command); 233 = gdb::function_view<bool (mi_command *)>;
|
| mi-cmds.c | 34 struct mi_command_mi : public mi_command struct 36 /* Constructor. For NAME and SUPPRESS_NOTIFICATION see mi_command 41 : mi_command (name, suppress_notification), 68 struct mi_command_cli : public mi_command struct 70 /* Constructor. For NAME and SUPPRESS_NOTIFICATION see mi_command 78 : mi_command (name, suppress_notification), 176 mi_command::mi_command (const char *name, int *suppress_notification) function in class:mi_command 186 mi_command::do_suppress_notification () const 362 mi_command * [all...] |
| /src/external/gpl3/gdb.old/dist/gdb/mi/ |
| mi-cmds.h | 147 struct mi_command struct 154 mi_command (const char *name, int *suppress_notification); 157 virtual ~mi_command () = default; 201 using mi_command_up = std::unique_ptr<struct mi_command>; 206 extern mi_command *mi_cmd_lookup (const char *command); 232 = gdb::function_view<bool (mi_command *)>;
|
| mi-cmds.c | 34 struct mi_command_mi : public mi_command struct 36 /* Constructor. For NAME and SUPPRESS_NOTIFICATION see mi_command 41 : mi_command (name, suppress_notification), 68 struct mi_command_cli : public mi_command struct 70 /* Constructor. For NAME and SUPPRESS_NOTIFICATION see mi_command 78 : mi_command (name, suppress_notification), 176 mi_command::mi_command (const char *name, int *suppress_notification) function in class:mi_command 186 mi_command::do_suppress_notification () const 362 mi_command * [all...] |
| /src/external/gpl3/gdb/dist/gdb/python/ |
| py-mi.c | 139 gdb::unique_xmalloc_ptr<char> mi_command; member in class:gdb 163 mi_command = std::move (str); 173 auto parser = std::make_unique<mi_parse> (std::move (mi_command),
|
| py-micmd.c | 65 struct mi_command_py *mi_command; member in struct:micmdpy_object 74 When the MI_COMMAND field is not nullptr, then the mi_command_py 81 struct mi_command_py : public mi_command struct 89 : mi_command (name, nullptr), 93 m_pyobj->mi_command = this; 107 m_pyobj->mi_command = nullptr; 132 gdb_assert (m_pyobj->mi_command != nullptr); 133 gdb_assert (new_pyobj->mi_command == nullptr); 136 std::swap (new_pyobj->mi_command, m_pyobj->mi_command); [all...] |
| /src/external/gpl3/gdb.old/dist/gdb/python/ |
| py-mi.c | 138 gdb::unique_xmalloc_ptr<char> mi_command; member in class:gdb 155 mi_command = std::move (str); 165 auto parser = std::make_unique<mi_parse> (std::move (mi_command),
|
| py-micmd.c | 65 struct mi_command_py *mi_command; member in struct:micmdpy_object 74 When the MI_COMMAND field is not nullptr, then the mi_command_py 81 struct mi_command_py : public mi_command struct 89 : mi_command (name, nullptr), 93 m_pyobj->mi_command = this; 107 m_pyobj->mi_command = nullptr; 132 gdb_assert (m_pyobj->mi_command != nullptr); 133 gdb_assert (new_pyobj->mi_command == nullptr); 136 std::swap (new_pyobj->mi_command, m_pyobj->mi_command); [all...] |