mirror of
https://github.com/epasveer/seer.git
synced 2026-08-30 17:10:44 +08:00
Select assembly address from breakpoint browser.
This commit is contained in:
@@ -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 () {
|
||||
|
||||
Reference in New Issue
Block a user