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/13293] New: Experimental idea: translation from Python to SystemTap


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

             Bug #: 13293
           Summary: Experimental idea: translation from Python to
                    SystemTap
           Product: systemtap
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: translator
        AssignedTo: systemtap@sourceware.org
        ReportedBy: dmalcolm@redhat.com
    Classification: Unclassified


I had a go at writing a Python to .stp compiler

Motivation:
gdb can be scripted in Python, and I have a substantial body of Python code
that uses gdb's Python interface to poke at backtraces and values in inferior
processes.  It seems worth sharing that code somehow with SystemTap.

I'm attaching the minimal "compiler" I wrote (though it's far too premature for
that :)  )

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


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