mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-09-19 16:40:38 -09:00
GP-0 fix windows debugger testing issues
GP-0: mo'betta windoze gdb/lldb GP-0: error in args, switch to expPrint GP-0: gdb w/o bash (almost) GP-0: test GP-0: gdb commands (mostly) working GP-0: tear down failures GP-0: working on methods GP-0: gdb (linux) tests running (except testDelreg) GP-0: gdb (windows) mostly working GP-0: tmp GP-0: dbgeng tests clean GP-0: gdb tests working GP-0: ansi GP-0: CSI G GP-0: line endings again GP-0: which GP-0: dbgeng race GP-0: assertion timeout skip finally GP-0: windowsisms GP-0: wtak GP-0: review pass 1 GP-0: os -> cspec GP-0: better lldb methods GP-0: step out timing GP-0: x64dbg tweaks GP-0: TO BE REVERTED / FOR TESTING GP-0: half a solution GP-0: one more pass... GP-0: one mmmore pass...
This commit is contained in:
@@ -24,7 +24,9 @@ function Add-Lldb-Init-Args {
|
||||
if ("$Env:OPT_ARCH" -ne "") {
|
||||
$ArgList.Value+=("-o", "`"settings set target.default-arch $Env:OPT_ARCH`"")
|
||||
}
|
||||
$ArgList.Value+=($Env:OPT_LLDB_ARGS)
|
||||
if ("$Env:OPT_LLDB_ARGS" -ne "") {
|
||||
$ArgList.Value+=($Env:OPT_LLDB_ARGS)
|
||||
}
|
||||
}
|
||||
|
||||
function Add-Lldb-Image-And-Args {
|
||||
|
||||
Reference in New Issue
Block a user