]> sourceware.org Git - systemtap.git/commit
Refactor parser for target_symbol->components
authorJosh Stone <jistone@redhat.com>
Fri, 31 Jul 2009 20:46:54 +0000 (13:46 -0700)
committerJosh Stone <jistone@redhat.com>
Sat, 1 Aug 2009 00:08:07 +0000 (17:08 -0700)
commit81931eaba5dcd0727f33328bf4b0ff511b791990
tree398784156586dfe4bb1de23f09d1530c3f664e54
parent8eb285ac4ec3a34b29ebf20fde0e28cc647d940f
Refactor parser for target_symbol->components

The components were being parsed for both target_symbols and cast_ops,
so this change refactors that code into a single function.

* parse.cxx (parser::parse_target_symbol_components): New.
  (parser::parse_symbol): Use the new function.
parse.cxx
parse.h
This page took 0.025378 seconds and 5 git commands to generate.