]> sourceware.org Git - systemtap.git/commitdiff
session.cxx: respect ^C's during long verbose symbol-table listings
authorFrank Ch. Eigler <fche@redhat.com>
Fri, 20 Dec 2013 16:23:31 +0000 (11:23 -0500)
committerFrank Ch. Eigler <fche@redhat.com>
Fri, 20 Dec 2013 16:24:03 +0000 (11:24 -0500)
session.cxx

index bf652482a1960fda74b15103209b16007d828285..fa382cbdd02dce8bf0c497b40bfe7ceb82dc52c9 100644 (file)
@@ -1666,6 +1666,8 @@ systemtap_session::parse_kernel_functions ()
   string address, type, name;
   while (system_map.good())
     {
+      assert_no_interrupts();
+
       system_map >> address >> type >> name;
 
       if (verbose > 3)
This page took 0.032194 seconds and 5 git commands to generate.