mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-04 10:19:23 +02:00
Merge remote-tracking branch 'origin/patch'
This commit is contained in:
commit
4443aea353
3 changed files with 5 additions and 1 deletions
|
@ -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();
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue