]> sourceware.org Git - systemtap.git/commit
Change the way the interactive mode reads scripts.
authorDavid Smith <dsmith@redhat.com>
Thu, 28 Jan 2016 20:21:37 +0000 (14:21 -0600)
committerDavid Smith <dsmith@redhat.com>
Thu, 28 Jan 2016 20:21:37 +0000 (14:21 -0600)
commit56fdfa00afee70821a270408bb5b01e8f6a4604a
tree7433f7323b908abc651abdc36c154ac205862539
parent1c51b702a233fc96545eea74d5ebd80050afd52d
Change the way the interactive mode reads scripts.

* interactive.cxx (load_cmd:handler): Instead of using stap's parser to
  read in the script, just read in the script as a series of
  strings. Using the parser discards comments, preprocessor directives,
  and rearranges the script.
interactive.cxx
This page took 0.024179 seconds and 5 git commands to generate.