Select assembly address from breakpoint browser.

This commit is contained in:
Ernie Pasveer
2022-07-03 09:54:25 -05:00
parent 610e3d531a
commit ed9d99da35
3 changed files with 3 additions and 0 deletions
+1
View File
@@ -184,6 +184,7 @@ void SeerBreakpointsBrowserWidget::handleItemDoubleClicked (QTreeWidgetItem* ite
int lineno = item->text(8).toInt();
emit selectedFile(item->text(6), item->text(7), lineno);
emit selectedAddress(item->text(4));
}
void SeerBreakpointsBrowserWidget::handleRefreshToolButton () {