Skip to content

Commit e251478

Browse files
authored
Update gdb.py
1 parent 292cb7d commit e251478

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

qiling/debugger/gdb/gdb.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -74,12 +74,9 @@ def __init__(self, ql, ip, port):
7474
self.entry_point = self.ql.os.elf_entry
7575
else:
7676
self.entry_point = self.ql.os.entry_point
77-
7877

7978
self.gdb.bp_insert(self.entry_point)
8079

81-
82-
8380
#Setup register tables, order of tables is important
8481
self.tables = {
8582
QL_ARCH.A8086 : list({**x86_reg_map_16, **x86_reg_map_misc}.keys()),
@@ -868,4 +865,4 @@ def send(self, msg):
868865

869866
def send_raw(self, r):
870867
self.netout.write(r)
871-
self.netout.flush()
868+
self.netout.flush()

0 commit comments

Comments
 (0)