Skip to content

Commit

Permalink
Debug Framework changes for dump routines and custom assert
Browse files Browse the repository at this point in the history
These changes along with changes in sonic-utilities are needed to test
the framework
The code is inline with design from:
sonic-net/SONiC#398
  • Loading branch information
anilsadineni committed Aug 26, 2019
1 parent 036a5d3 commit 24730e7
Show file tree
Hide file tree
Showing 5 changed files with 583 additions and 1 deletion.
3 changes: 2 additions & 1 deletion common/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@ libswsscommon_la_SOURCES = \
exec.cpp \
subscriberstatetable.cpp \
timestamp.cpp \
warm_restart.cpp
warm_restart.cpp \
debugframework.cpp

libswsscommon_la_CXXFLAGS = $(DBGFLAGS) $(AM_CFLAGS) $(CFLAGS_COMMON) $(LIBNL_CFLAGS)
libswsscommon_la_CPPFLAGS = $(DBGFLAGS) $(AM_CFLAGS) $(CFLAGS_COMMON) $(LIBNL_CPPFLAGS)
Expand Down
Loading

0 comments on commit 24730e7

Please sign in to comment.