mirror of
https://github.com/openhwgroup/cvw
synced 2025-01-26 22:44:28 +00:00
24 lines
706 B
Plaintext
Executable File
24 lines
706 B
Plaintext
Executable File
set pagination off
|
|
target extended-remote :1235
|
|
set logging overwrite on
|
|
set logging redirect on
|
|
printf "Creating bootmemGDB.txt\n"
|
|
set logging file ../linux-testvectors/intermediate-outputs/bootmemGDB.txt
|
|
set logging on
|
|
x/4096xb 0x1000
|
|
set logging off
|
|
printf "Creating bootmem_untrimmed_GDB.txt\n"
|
|
printf "Warning - please verify that the second half of bootmem_untrimmed_GDB.txt is all 0s\n"
|
|
set logging file ../linux-testvectors/intermediate-outputs/bootmem_untrimmed_GDB.txt
|
|
set logging on
|
|
x/8192xb 0x1000
|
|
set logging off
|
|
printf "Creating ramGDB.txt\n"
|
|
set logging file ../linux-testvectors/intermediate-outputs/ramGDB.txt
|
|
set logging on
|
|
x/134217728xb 0x80000000
|
|
set logging off
|
|
set confirm off
|
|
kill
|
|
q
|