Add Objfile.lookup_{global,static}_symbol functions
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.python / py-objfile.c
index ac414912342b4eb9e3c1046bb84c0aa12a53f36a..6d751bddae38aebf2c929d29cd522d38c82c151a 100644 (file)
@@ -15,6 +15,9 @@
    You should have received a copy of the GNU General Public License
    along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
+int global_var = 42;
+static int static_var = 50;
+
 int
 main ()
 {
This page took 0.031653 seconds and 4 git commands to generate.