From be1b875ec567a8947da5893c09ad71478a4b50a9 Mon Sep 17 00:00:00 2001 From: "Frank Ch. Eigler" Date: Mon, 28 Apr 2008 14:01:50 -0400 Subject: populate sess.unwindsym_modules set from dwarf probes --- session.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'session.h') diff --git a/session.h b/session.h index c1661ea7..6ea81421 100644 --- a/session.h +++ b/session.h @@ -1,5 +1,5 @@ // -*- C++ -*- -// Copyright (C) 2005-2007 Red Hat Inc. +// Copyright (C) 2005-2008 Red Hat Inc. // // This file is part of systemtap, and is free software. You can // redistribute it and/or modify it under the terms of the GNU General @@ -157,7 +157,7 @@ struct systemtap_session Dwarf_Addr sym_stext; // List of libdwfl module names to extract symbol/unwind data for. - std::vector unwindsym_modules; + std::set unwindsym_modules; std::set seen_errors; unsigned num_errors () { return seen_errors.size(); } -- cgit