Created
May 5, 2018 17:56
-
-
Save sidprice/04b5522fa0b2905cd7f7908de567118a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(gdb) | |
load | |
&"load\n" | |
~"Loading section .isr_vector, size 0x1c8 lma 0x8000000\n" | |
+download,{section=".isr_vector",section-size="456",total-size="437540"} | |
+download,{section=".isr_vector",section-sent="456",section-size="456",total-sent="456",total-size="437540"} | |
~"Loading section .text, size 0x15dfc lma 0x80001d0\n" | |
+download,{section=".text",section-size="89596",total-size="437540"} | |
+download,{section=".text",section-sent="3008",section-size="89596",total-sent="3464",total-size="437540"} | |
+download,{section=".text",section-sent="6016",section-size="89596",total-sent="6472",total-size="437540"} | |
+download,{section=".text",section-sent="9008",section-size="89596",total-sent="9464",total-size="437540"} | |
+download,{section=".text",section-sent="12016",section-size="89596",total-sent="12472",total-size="437540"} | |
+download,{section=".text",section-sent="15024",section-size="89596",total-sent="15480",total-size="437540"} | |
+download,{section=".text",section-sent="18000",section-size="89596",total-sent="18456",total-size="437540"} | |
+download,{section=".text",section-sent="21008",section-size="89596",total-sent="21464",total-size="437540"} | |
+download,{section=".text",section-sent="24000",section-size="89596",total-sent="24456",total-size="437540"} | |
+download,{section=".text",section-sent="27008",section-size="89596",total-sent="27464",total-size="437540"} | |
+download,{section=".text",section-sent="30000",section-size="89596",total-sent="30456",total-size="437540"} | |
+download,{section=".text",section-sent="32992",section-size="89596",total-sent="33448",total-size="437540"} | |
+download,{section=".text",section-sent="36000",section-size="89596",total-sent="36456",total-size="437540"} | |
+download,{section=".text",section-sent="39008",section-size="89596",total-sent="39464",total-size="437540"} | |
+download,{section=".text",section-sent="42000",section-size="89596",total-sent="42456",total-size="437540"} | |
+download,{section=".text",section-sent="44992",section-size="89596",total-sent="45448",total-size="437540"} | |
+download,{section=".text",section-sent="48000",section-size="89596",total-sent="48456",total-size="437540"} | |
+download,{section=".text",section-sent="50992",section-size="89596",total-sent="51448",total-size="437540"} | |
+download,{section=".text",section-sent="53952",section-size="89596",total-sent="54408",total-size="437540"} | |
+download,{section=".text",section-sent="56928",section-size="89596",total-sent="57384",total-size="437540"} | |
+download,{section=".text",section-sent="59920",section-size="89596",total-sent="60376",total-size="437540"} | |
+download,{section=".text",section-sent="62896",section-size="89596",total-sent="63352",total-size="437540"} | |
+download,{section=".text",section-sent="65888",section-size="89596",total-sent="66344",total-size="437540"} | |
+download,{section=".text",section-sent="68848",section-size="89596",total-sent="69304",total-size="437540"} | |
+download,{section=".text",section-sent="71792",section-size="89596",total-sent="72248",total-size="437540"} | |
+download,{section=".text",section-sent="74752",section-size="89596",total-sent="75208",total-size="437540"} | |
+download,{section=".text",section-sent="77744",section-size="89596",total-sent="78200",total-size="437540"} | |
+download,{section=".text",section-sent="80736",section-size="89596",total-sent="81192",total-size="437540"} | |
+download,{section=".text",section-sent="83696",section-size="89596",total-sent="84152",total-size="437540"} | |
+download,{section=".text",section-sent="86672",section-size="89596",total-sent="87128",total-size="437540"} | |
+download,{section=".text",section-sent="89596",section-size="89596",total-sent="90052",total-size="437540"} | |
~"Loading section .rodata, size 0x26c8 lma 0x8015fcc\n" | |
+download,{section=".rodata",section-size="9928",total-size="437540"} | |
+download,{section=".rodata",section-sent="3044",section-size="9928",total-sent="93096",total-size="437540"} | |
+download,{section=".rodata",section-sent="6084",section-size="9928",total-sent="96136",total-size="437540"} | |
+download,{section=".rodata",section-sent="9124",section-size="9928",total-sent="99176",total-size="437540"} | |
~"Loading section .ARM, size 0x8 lma 0x8018694\n" | |
+download,{section=".ARM",section-size="8",total-size="437540"} | |
~"Loading section .init_array, size 0x4 lma 0x801869c\n" | |
+download,{section=".init_array",section-size="4",total-size="437540"} | |
~"Loading section .fini_array, size 0x4 lma 0x80186a0\n" | |
+download,{section=".fini_array",section-size="4",total-size="437540"} | |
~"Loading section .data, size 0x80 lma 0x80186a4\n" | |
+download,{section=".data",section-size="128",total-size="437540"} | |
~"Start address 0x8014f30, load size 100124\n" | |
~"Transfer rate: 3 KB/sec, 2567 bytes/write.\n" | |
^done | |
(gdb) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment