The following changes since commit 89794a3d0b8659e2a143faeffc77877b45754c52: Matt Fleming (1): Merge branch 'dynamic-debug' into elflink are available in the git repository at: git://github.com/geneC/syslinux.git elflink-undi-debug-for-mfleming Gene Cumm (5): lwip: undiif: Fix debug options to unique *_DEBUG macros lwip: Allow LWIP_PLATFORM_* output to use dprintf lwip/undiif: split arphdr._hwlen_protolen core/lwip/undiif: dprint MAC/ARP/IP/ICMP/TCP/UDP headers; poll debug Allow for UNDIIF_ID_DEBUG in 1 mk line core/kaboom.c | 2 +- core/lwip/src/include/arch/cc.h | 14 ++- core/lwip/src/include/lwip/opt.h | 28 ++++ core/lwip/src/netif/undiif.c | 296 ++++++++++++++++++++++++++++++++------ mk/devel.mk | 4 + 5 files changed, 300 insertions(+), 44 deletions(-) https://github.com/geneC/syslinux/tree/elflink-undi-debug-for-mfleming
Matt Fleming
2013-Jul-22 15:43 UTC
[syslinux] [PATCH][git-pull] UNDIIF packet header debug
On Sat, 20 Jul, at 09:33:53AM, Gene Cumm wrote:> The following changes since commit 89794a3d0b8659e2a143faeffc77877b45754c52: > Matt Fleming (1): > Merge branch 'dynamic-debug' into elflink > > are available in the git repository at: > > git://github.com/geneC/syslinux.git elflink-undi-debug-for-mfleming > > Gene Cumm (5): > lwip: undiif: Fix debug options to unique *_DEBUG macros > lwip: Allow LWIP_PLATFORM_* output to use dprintf > lwip/undiif: split arphdr._hwlen_protolen > core/lwip/undiif: dprint MAC/ARP/IP/ICMP/TCP/UDP headers; poll debug > Allow for UNDIIF_ID_DEBUG in 1 mk linePresumably this only prints the debug on serial? -- Matt Fleming, Intel Open Source Technology Center
On Mon, Jul 22, 2013 at 11:43 AM, Matt Fleming <matt at console-pimps.org> wrote:> On Sat, 20 Jul, at 09:33:53AM, Gene Cumm wrote: >> The following changes since commit 89794a3d0b8659e2a143faeffc77877b45754c52: >> Matt Fleming (1): >> Merge branch 'dynamic-debug' into elflink >> >> are available in the git repository at: >> >> git://github.com/geneC/syslinux.git elflink-undi-debug-for-mfleming >> >> Gene Cumm (5): >> lwip: undiif: Fix debug options to unique *_DEBUG macros >> lwip: Allow LWIP_PLATFORM_* output to use dprintf >> lwip/undiif: split arphdr._hwlen_protolen >> core/lwip/undiif: dprint MAC/ARP/IP/ICMP/TCP/UDP headers; poll debug >> Allow for UNDIIF_ID_DEBUG in 1 mk line > > Presumably this only prints the debug on serial? > > -- > Matt Fleming, Intel Open Source Technology CenterCorrect. This will produce an unusable flood if it went anywhere else on a normal machine. On a failing machine, it might actually be relatively quiet. I can modify it further to accommodate doing debug to stdio if you like. -- -Gene