mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-05-21 14:06:05 +08:00
Merge remote-tracking branch 'origin/patch'
This commit is contained in:
+1
@@ -595,6 +595,7 @@ public class AutoTableDisassemblerTest extends AbstractGhidraHeadedIntegrationTe
|
||||
JButton button = getActionButton("Make Selection");
|
||||
assertNotNull(button);
|
||||
pressButton(button);
|
||||
waitForSwing();
|
||||
|
||||
CodeBrowserPlugin cbPlugin = getPlugin(tool, CodeBrowserPlugin.class);
|
||||
ProgramSelection currentSelection = cbPlugin.getCurrentSelection();
|
||||
|
||||
+3
-1
@@ -146,6 +146,8 @@ public class VTMatchTableProvider extends ComponentProviderAdapter
|
||||
updateFilterDisplay();
|
||||
|
||||
setTableSelecionState(saveState);
|
||||
|
||||
refilter();
|
||||
}
|
||||
|
||||
private void setTableSelecionState(SaveState saveState) {
|
||||
@@ -232,7 +234,7 @@ public class VTMatchTableProvider extends ComponentProviderAdapter
|
||||
if (matchesTable == null) {
|
||||
return; // we've been disposed
|
||||
}
|
||||
|
||||
|
||||
int filteredCount = matchesTableModel.getRowCount();
|
||||
int unfilteredCount = matchesTableModel.getUnfilteredRowCount();
|
||||
|
||||
|
||||
@@ -20,6 +20,7 @@ blx, 7198
|
||||
bx, 7200
|
||||
bxj, 7202
|
||||
cbnz, 7203
|
||||
cbz, 7203
|
||||
clrex, 7204
|
||||
clz, 7205
|
||||
cmn, 7212
|
||||
|
||||
Reference in New Issue
Block a user