Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-12-13Fix npe thrown during auto-completion of invalid probes.Camilo Bernal1-1/+1
2012-12-11Merge branch 'lttng-kepler'Alexandre Montplaisir1-46/+46
2012-12-06Remove private probesSami Wagiaalla1-1/+7
2012-12-06Add functions to autocompletionSami Wagiaalla4-6/+50
2012-12-05Fix some warnings and remove unused method.Camilo Bernal1-63/+0
2012-12-05Add missing @Override and remove unused imports.Alexander Kurtakov5-1/+6
2012-12-05Project specific warnings.Alexander Kurtakov1-1/+89
2012-12-05Add static probes to probelistSami Wagiaalla5-23/+161
2012-12-04Simplify probe parsingSami Wagiaalla2-82/+60
2012-12-04Remove unused simple ContentAssistActionSami Wagiaalla1-21/+0
2012-11-30Remove unused code.Sami Wagiaalla5-1382/+3
2012-11-29Report error running stap to user.Sami Wagiaalla3-3/+38
2012-11-29Change 'Run' button to run script locally as current userSami Wagiaalla2-1/+9
2012-11-28Remove blanket Exception catching from o.e.l.s.ui.ideSami Wagiaalla6-219/+205
2012-11-22Set SystemTap launch shortcut to run script locallySami Wagiaalla1-0/+2
2012-11-20Add and test probe point variable completionSami Wagiaalla5-60/+145
2012-11-19Merge branch 'master' into lttng-keplerAlexandre Montplaisir15-474/+781
2012-11-16Test probe completionSami Wagiaalla4-57/+68
2012-11-16Make STPMetadataSingleton a proper singletonSami Wagiaalla2-11/+17
2012-11-16Use TapsetLibrary in completionSami Wagiaalla2-35/+40
2012-11-15Add global keyword completionSami Wagiaalla4-42/+137
2012-11-15Test NPE for autocompletion near EOFSami Wagiaalla1-2/+4
2012-11-09Prevent NPE for autocompletion near EOFSami Wagiaalla1-1/+2
2012-11-09Catch specific ExceptionSami Wagiaalla1-23/+15
2012-10-29Depricate buildScript()Sami Wagiaalla2-17/+8
2012-10-29Replace uses of Exception with the specific exceptionsSami Wagiaalla2-2/+9
2012-10-29Support running stap locally as current userSami Wagiaalla1-9/+15
2012-10-29Implement launching of the Systemtap Script launch configurationSami Wagiaalla3-6/+42
2012-10-25Try to guess the currently selected systemtap scripSami Wagiaalla2-4/+49
2012-10-25Create RunScriptBaseAction and move core run handling thereSami Wagiaalla3-282/+326
2012-10-23Initialize and store changes in SystemTapScriptLaunchConfigurationTabSami Wagiaalla1-33/+99
2012-10-23Merge branch 'master' into lttng-keplerPatrick Tasse1-46/+46
2012-10-23Set correct state for User and Host settingsSami Wagiaalla1-14/+55
2012-10-23Merge branch 'master' into lttng-keplerPatrick Tasse18-17/+877
2012-10-23Externalize SystemTapScriptLaunchConfigurationDelegate StringsSami Wagiaalla3-10/+67
2012-10-22Create a skeleton SystemTap run configuration implementationSami Wagiaalla4-0/+204
2012-10-22Create a Launch Shortuct for SystemTap scriptsSami Wagiaalla6-3/+180
2012-10-16Add functionality and API to run script locallyLukas Berk1-12/+39
2012-10-09SystemTap: Renaming SystemTap IDE preferenceOtavio Pontes2-3/+3
2012-10-09Correct the location and spacing of externalized stringsLukas Berk2-4/+4
2012-10-09Remove the unused importsLukas Berk1-2/+0
2012-10-09Ensure that STPEditors are created with a PathEditorInputSami Wagiaalla1-0/+13
2012-10-04Add new Systemtap Wizard for new scriptsLukas Berk6-1/+385
2012-10-02Merge branch 'master' into lttng-keplerPatrick Tasse4-398/+150
2012-09-24Re-write of systemtap probe and function parsers.Lukas Berk3-352/+104
2012-09-13Remove unused dependencies in systemtap bundles.Alexander Kurtakov1-6/+0
2012-09-10Change how runStap is passed the stap argumentsLukas Berk1-14/+22
2012-09-07Replace buttonPressed override with okPressed when only OK is handled.Alexander Kurtakov1-15/+11
2012-09-05Clean up org.eclipse.linuxtools.systemtap.ui.ide.testsSami Wagiaalla1-2/+6
2012-08-31Remove empty preference page.Alexander Kurtakov4-55/+0

Back to the top