mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-06 03:50:02 +02:00
GP-2839: issues from review
GP-2839: error checks GP-2839: base logic for dbgeng options
This commit is contained in:
parent
707ec9288d
commit
5409324737
12 changed files with 214 additions and 45 deletions
|
@ -109,8 +109,13 @@ public class WrappedDbgModel
|
|||
|
||||
@Override
|
||||
public void createProcess(DebugServerId si, String commandLine,
|
||||
BitmaskSet<DebugCreateFlags> createFlags) {
|
||||
client.createProcess(si, commandLine, createFlags);
|
||||
String initialDirectory, String environment,
|
||||
BitmaskSet<DebugCreateFlags> createFlags,
|
||||
BitmaskSet<DebugEngCreateFlags> engCreateFlags,
|
||||
BitmaskSet<DebugVerifierFlags> verifierFlags) {
|
||||
client.createProcess(si, commandLine,
|
||||
initialDirectory, environment,
|
||||
createFlags, engCreateFlags, verifierFlags);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue