mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-05-22 00:42:03 +08:00
GP-0: test fix
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