view scripts/findglobals.sh @ 974:5a50be9d00a7

The attached KLOGD patch is an improved version of the one you have in hg. This also has a fix for boundary condition crash.
author Ashwini Sharma <ak.ashwini@gmail.com>
date Mon, 29 Jul 2013 00:42:30 -0500
parents a3268a1c055e
children
line wrap: on
line source

#!/bin/bash

# Quick and dirty check to see if anybody's leaked global variables.
# We should have this, toy_list, toybuf, and toys.

nm toybox_unstripped | grep '[0-9A-Fa-f]* [BCDGRS]' | cut -d ' ' -f 3