Searched refs:m_full_name (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/gpl3/gdb/dist/gdb/tui/
H A Dtui-location.h56 { return m_full_name; }
73 std::string m_full_name; member in struct:tui_location_tracker
H A Dtui-location.c76 bool location_changed_p = fullname != m_full_name;
77 m_full_name = std::string (fullname);
/netbsd-current/external/gpl3/gdb.old/dist/gdb/tui/
H A Dtui-location.h56 { return m_full_name; }
73 std::string m_full_name; member in struct:tui_location_tracker
H A Dtui-location.c77 bool location_changed_p = fullname != m_full_name;
78 m_full_name = std::string (fullname);

Completed in 191 milliseconds