mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 02:39:44 +02:00
GP-5360: first pass - gdb working
GP-5360: working lldb.bat GP-5360: allow empty listing for dbgeng GP-5360: bat equivs GP-5360: bat equivs GP-5360: ssh adds for lldb GP-5360: missed one GP-5360: missed one GP-5360: wow this sucks GP-5360: post-review
This commit is contained in:
parent
f0a21fe60f
commit
55ea88ddb0
15 changed files with 393 additions and 52 deletions
|
@ -33,6 +33,14 @@ IF EXIST %GHIDRA_HOME%\ghidra\.git (
|
|||
)
|
||||
set PYTHONPATH=%PYTHONPATH1%;%PYTHONPATH0%;%PYTHONPATH%
|
||||
|
||||
:: NB: This works - a lot of things do not. Don't change unless you know what you're doing!
|
||||
set OPT_TARGET_ARGS=%OPT_TARGET_ARGS:"=\"%
|
||||
set OPT_TARGET_ARGS=%OPT_TARGET_ARGS:)=^)%
|
||||
:: NB: This seems stupid, but there doesn't seem to be a logical way to test before the previous lines
|
||||
if %OPT_TARGET_ARGS%=="=\" (
|
||||
set OPT_TARGET_ARGS=\"\"
|
||||
)
|
||||
|
||||
IF "%OPT_TARGET_IMG%"=="" (
|
||||
"%OPT_GDB_PATH%" ^
|
||||
-q ^
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue