mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-09-25 17:00:36 -09:00
Merge remote-tracking branch 'origin/GP-0_d-millar_test_fixes_250306'
This commit is contained in:
@@ -34,7 +34,7 @@ def _compute_gdb_ver():
|
||||
|
||||
|
||||
GDB_VERSION = _compute_gdb_ver()
|
||||
IS_TRACE = gdb.convenience_variable('use_trace').string() == "true"
|
||||
IS_TRACE = gdb.convenience_variable('use_trace') == True
|
||||
|
||||
MODULES_CMD_V8 = 'maintenance info sections ALLOBJ'
|
||||
MODULES_CMD_V11 = 'maintenance info sections -all-objects'
|
||||
|
||||
Reference in New Issue
Block a user