]> sourceware.org Git - systemtap.git/commit
PR14927: move parser::print_error() to systemtap_session
authorJonathan Lebon <jlebon@redhat.com>
Mon, 24 Jun 2013 18:05:42 +0000 (14:05 -0400)
committerJonathan Lebon <jlebon@redhat.com>
Fri, 28 Jun 2013 14:26:59 +0000 (10:26 -0400)
commit6b7d71858beba88e060a460d589ae70e3ea3271f
treefd7ce54ff159e18f3dfc17d58a268b3a28513154
parentc0468bd4c289b9392e7867f2eb1b9bbc6e9cf196
PR14927: move parser::print_error() to systemtap_session

The parser::print_error() method was moved from the parser class to the
systemtap_session class in anticipation for colorization. The session
class previously already took care of error printing, except for parser
errors. Making all the error-printing methods part of the same class
will simplify the implementation of colorization.
parse.cxx
parse.h
session.cxx
session.h
This page took 0.027743 seconds and 5 git commands to generate.