This is the mail archive of the systemtap@sourceware.org mailing list for the systemtap project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug translator/5757] New: stap outputs code with wrong indentation


Stap has some wrong indent when a script uses dwarf probes.
Ex)
$ stap -e 'probe syscall.read {}' -p3 | tail 
      
      void probe_exit () {
        systemtap_module_exit ();
      }
      MODULE_DESCRIPTION("systemtap probe");
      MODULE_LICENSE("GPL");
      /* filled in by runtime */
      struct stap_symbol *stap_symbols;
      unsigned stap_num_symbols;

-- 
           Summary: stap outputs code with wrong indentation
           Product: systemtap
           Version: unspecified
            Status: NEW
          Severity: minor
          Priority: P3
         Component: translator
        AssignedTo: systemtap at sources dot redhat dot com
        ReportedBy: mhiramat at redhat dot com


http://sourceware.org/bugzilla/show_bug.cgi?id=5757

------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]