Eo gdb: Remove redundant variable setting.

These were hardcoded values I used for debugging, they are not used anymore,
they are instead calculated at runtime.
This commit is contained in:
Tom Hacohen 2016-12-05 12:06:20 +00:00
parent 07bb7ca282
commit 0431dd24fd
1 changed files with 0 additions and 9 deletions

View File

@ -7,15 +7,6 @@ change. Need to make sure this is always in sync.
ptr_size = int(gdb.parse_and_eval('sizeof(void *)'))
SHIFT_MID_TABLE_ID = 0x30
MASK_MID_TABLE_ID = 0x7ff
SHIFT_TABLE_ID = 0x25
MASK_TABLE_ID = 0x7ff
SHIFT_ENTRY_ID = 0x1a
MASK_ENTRY_ID = 0x7ff
MASK_GENERATIONS = 0x3ffffff
MASK_OBJ_TAG = 0x4000000000000000
if ptr_size == 4:
# 32 bits
BITS_MID_TABLE_ID = 5