mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-03 17:59:46 +02:00
Merge remote-tracking branch 'origin/GP-0_d-millar_test_fixes_250306'
This commit is contained in:
commit
40fecbc8dc
1 changed files with 1 additions and 1 deletions
|
@ -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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue