Bug 470179 - [api] Add SysMonitor context properties "Exe" and "ExeType"
Summary: [api] Add SysMonitor context properties "Exe" and "ExeType"
Status: RESOLVED FIXED
Alias: None
Product: TCF
Classification: Tools
Component: Agent (show other bugs)
Version: 1.4   Edit
Hardware: PC Linux
: P3 enhancement (vote)
Target Milestone: 1.4   Edit
Assignee: Anton Leherbauer CLA
QA Contact: Eugene Tarassov CLA
URL:
Whiteboard:
Keywords: api, noteworthy
Depends on:
Blocks:
 
Reported: 2015-06-15 09:54 EDT by Anton Leherbauer CLA
Modified: 2015-06-16 03:53 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Anton Leherbauer CLA 2015-06-15 09:54:38 EDT
As discussed in https://dev.eclipse.org/mhonarc/lists/tcf-dev/msg00918.html, this is a proposal to add context properties "Exe" and "ExeType" to SysMonitor service:

“Exe” : string - full path to executable file

“ExeType” : integer - executable type
  0 - user
  1 – kernel
  2 – access denied
Comment 1 Eclipse Genie CLA 2015-06-15 09:56:46 EDT
New Gerrit change created: https://git.eclipse.org/r/50179
Comment 2 Eclipse Genie CLA 2015-06-15 09:59:58 EDT
New Gerrit change created: https://git.eclipse.org/r/50180
Comment 4 Eugene Tarassov CLA 2015-06-15 12:57:29 EDT
Submitted through Gerrit.
Thanks!
Comment 6 Martin Oberhuber CLA 2015-06-15 13:14:31 EDT
Very cool, thanks :)

Has the Agent version already been updated to "1.4" ? I was also wondering if in 
   https://git.eclipse.org/c/tcf/org.eclipse.tcf.agent.git/commit/agent?id=312ef127d606c5ca6892a4a133ef342bf44c42ea
we need another else {} clause to deal with other unexpected errno's, perhaps logging them ?
Comment 7 Martin Oberhuber CLA 2015-06-16 03:53:34 EDT
Thanks for updating the agent version !
I'm not exactly sure what the specfile is used for, but the changes related to 1.3/mars in the specfile should probably also go into the "1.3_mars" agent branch?