Home
last modified time | relevance | path

Searched refs:insert_mi_cmd_entry (Results 1 – 4 of 4) sorted by relevance

/netbsd/src/external/gpl3/gdb/dist/gdb/mi/
Dmi-cmds.c105 insert_mi_cmd_entry (mi_command_up command) in insert_mi_cmd_entry() function
155 bool success = insert_mi_cmd_entry (std::move (command));
170 bool success = insert_mi_cmd_entry (std::move (command));
Dmi-cmds.h220 extern bool insert_mi_cmd_entry (mi_command_up command);
/netbsd/src/external/gpl3/gdb/dist/gdb/python/
Dpy-micmd.c321 bool result = insert_mi_cmd_entry (std::move (mi_cmd)); in micmdpy_install_command()
/netbsd/src/external/gpl3/binutils/dist/
DChangeLog.git67672 (e.g. insert_mi_cmd_entry). If MI support is disabled, we get some
67675 …mold: error: undefined symbol: insert_mi_cmd_entry(std::unique_ptr<mi_command, std::default_delete…
137580 rather than waiting for insert_mi_cmd_entry to fail. Change the