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

/netbsd-current/external/gpl3/gdb/dist/gdb/tui/
H A Dtui-location.h64 { return m_line_no; }
79 int m_line_no = 0; member in struct:tui_location_tracker
H A Dtui-location.c40 location_changed_p |= sal.line != m_line_no;
45 m_line_no = sal.line;
/netbsd-current/external/gpl3/gdb.old/dist/gdb/tui/
H A Dtui-location.h64 { return m_line_no; }
79 int m_line_no = 0; member in struct:tui_location_tracker
H A Dtui-location.c41 location_changed_p |= sal.line != m_line_no;
46 m_line_no = sal.line;

Completed in 186 milliseconds