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:
ghidraffe
2026-01-12 16:48:54 +00:00
committed by d-millar
parent 727e7991be
commit a61d8c3e76
24 changed files with 995 additions and 561 deletions

View File

@@ -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 {