mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 19:42:36 +02:00
GP-2448: Sync DebuggerModelProvider to tool
This commit is contained in:
parent
d970c024a6
commit
2c0678ed83
36 changed files with 1159 additions and 569 deletions
|
@ -68,8 +68,8 @@ public class TestTargetSession extends DefaultTargetModelRoot
|
|||
@Override
|
||||
public CompletableFuture<Void> requestFocus(TargetObject obj) {
|
||||
return model.gateFuture(getModel().future(null).thenAccept(__ -> {
|
||||
changeAttributes(List.of(), List.of(), Map.of(FOCUS_ATTRIBUTE_NAME, obj //
|
||||
), "Focus requested");
|
||||
changeAttributes(List.of(), List.of(), Map.of(FOCUS_ATTRIBUTE_NAME, obj),
|
||||
"Focus requested");
|
||||
}));
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue