mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-04 18:29:37 +02:00
GP-4867 Added BSim Server connection toggle for H2 and Postgres. Fixed various related bugs.
This commit is contained in:
parent
6a94f1f7ab
commit
249d91f0a1
31 changed files with 530 additions and 255 deletions
|
@ -4,9 +4,9 @@
|
|||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
* You may obtain a copy of the License at
|
||||
*
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing, software
|
||||
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
|
@ -23,8 +23,7 @@ import org.junit.Test;
|
|||
import docking.DockingWindowManager;
|
||||
import docking.action.DockingActionIf;
|
||||
import ghidra.app.services.ProgramManager;
|
||||
import ghidra.features.bsim.gui.BSimSearchPlugin;
|
||||
import ghidra.features.bsim.gui.BSimSearchPluginTestHelper;
|
||||
import ghidra.features.bsim.gui.*;
|
||||
import ghidra.features.bsim.gui.overview.BSimOverviewProvider;
|
||||
import ghidra.features.bsim.gui.overview.BSimOverviewTestHelper;
|
||||
import ghidra.features.bsim.gui.search.dialog.*;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue