mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-06-05 09:22:40 +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");
|
JButton button = getActionButton("Make Selection");
|
||||||
assertNotNull(button);
|
assertNotNull(button);
|
||||||
pressButton(button);
|
pressButton(button);
|
||||||
|
waitForSwing();
|
||||||
|
|
||||||
CodeBrowserPlugin cbPlugin = getPlugin(tool, CodeBrowserPlugin.class);
|
CodeBrowserPlugin cbPlugin = getPlugin(tool, CodeBrowserPlugin.class);
|
||||||
ProgramSelection currentSelection = cbPlugin.getCurrentSelection();
|
ProgramSelection currentSelection = cbPlugin.getCurrentSelection();
|
||||||
|
|||||||
+2
@@ -146,6 +146,8 @@ public class VTMatchTableProvider extends ComponentProviderAdapter
|
|||||||
updateFilterDisplay();
|
updateFilterDisplay();
|
||||||
|
|
||||||
setTableSelecionState(saveState);
|
setTableSelecionState(saveState);
|
||||||
|
|
||||||
|
refilter();
|
||||||
}
|
}
|
||||||
|
|
||||||
private void setTableSelecionState(SaveState saveState) {
|
private void setTableSelecionState(SaveState saveState) {
|
||||||
|
|||||||
@@ -20,6 +20,7 @@ blx, 7198
|
|||||||
bx, 7200
|
bx, 7200
|
||||||
bxj, 7202
|
bxj, 7202
|
||||||
cbnz, 7203
|
cbnz, 7203
|
||||||
|
cbz, 7203
|
||||||
clrex, 7204
|
clrex, 7204
|
||||||
clz, 7205
|
clz, 7205
|
||||||
cmn, 7212
|
cmn, 7212
|
||||||
|
|||||||
Reference in New Issue
Block a user