You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by ry...@apache.org on 2019/07/22 11:09:21 UTC

[mynewt-core] branch master updated: gdbmacros/mbuf.gdb: Fix msys_1 name

This is an automated email from the ASF dual-hosted git repository.

rymek pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mynewt-core.git


The following commit(s) were added to refs/heads/master by this push:
     new 478f82d  gdbmacros/mbuf.gdb: Fix msys_1 name
478f82d is described below

commit 478f82dcafa96cb3562ef93f0a96f49f9f427fe5
Author: Ɓukasz Rymanowski <lu...@codecoup.pl>
AuthorDate: Mon Jul 22 10:41:29 2019 +0200

    gdbmacros/mbuf.gdb: Fix msys_1 name
---
 compiler/gdbmacros/mbuf.gdb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/compiler/gdbmacros/mbuf.gdb b/compiler/gdbmacros/mbuf.gdb
index 38dce0d..f9b469c 100644
--- a/compiler/gdbmacros/mbuf.gdb
+++ b/compiler/gdbmacros/mbuf.gdb
@@ -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
@@ -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