Skip to content

Commit

Permalink
gdbmacros/mbuf.gdb: Fix msys_1 name
Browse files Browse the repository at this point in the history
  • Loading branch information
rymanluk committed Jul 22, 2019
1 parent 5294019 commit 478f82d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions compiler/gdbmacros/mbuf.gdb
Expand Up @@ -180,7 +180,7 @@ allocated and unallocated mbufs are printed.
end

define mn_msys1_print
mn_mbuf_pool_print &os_msys_init_1_mbuf_pool
mn_mbuf_pool_print &os_msys_1_mbuf_pool
end

document mn_msys1_print
Expand All @@ -191,7 +191,7 @@ are printed.
end

define mn_msys1_free_print
set $om = os_msys_init_1_mempool.slh_first
set $om = os_msys_1_mempool.slh_first

while $om != 0
printf "Mbuf addr: %p\n", $om
Expand Down

0 comments on commit 478f82d

Please sign in to comment.