diff options
author | fche <fche> | 2005-08-02 11:15:26 +0000 |
---|---|---|
committer | fche <fche> | 2005-08-02 11:15:26 +0000 |
commit | 41474385441f82466c3d36608f117441406c62bc (patch) | |
tree | ffc9bcc0f592b3be890c97d89b9ea9589fe25143 /tapsets.cxx | |
parent | a229fcd7327dc665313aee7d837bffa23fb7d355 (diff) | |
download | systemtap-steved-41474385441f82466c3d36608f117441406c62bc.tar.gz systemtap-steved-41474385441f82466c3d36608f117441406c62bc.tar.xz systemtap-steved-41474385441f82466c3d36608f117441406c62bc.zip |
none
Diffstat (limited to 'tapsets.cxx')
-rw-r--r-- | tapsets.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tapsets.cxx b/tapsets.cxx index d0716a37..b4a1ce02 100644 --- a/tapsets.cxx +++ b/tapsets.cxx @@ -1184,6 +1184,7 @@ dwarf_derived_probe::dwarf_derived_probe (dwarf_query & q, comps.push_back (new probe_point::component (TOK_FUNCTION, new literal_string(function_name))); + // XXX: add "@filename:linenumber" when able if (has_return) comps.push_back |