add mmap command to gdb
This commit is contained in:
parent
2fa8e37547
commit
c9bd4ffa25
|
|
@ -2,4 +2,8 @@ file kernel/bin/kernel-x86_64
|
||||||
target remote :1234
|
target remote :1234
|
||||||
hbreak stivale2_main
|
hbreak stivale2_main
|
||||||
hbreak halt_catch_fire
|
hbreak halt_catch_fire
|
||||||
continue
|
continue
|
||||||
|
|
||||||
|
define mmap
|
||||||
|
monitor info mem
|
||||||
|
end
|
||||||
Loading…
Reference in New Issue