Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2020-02-08Releng: update to EPL 2.0 (leave EDL 1.0 unchanged)Eugene Tarassov47-94/+94
2019-01-02TCF Python: fix missing NotImplementedError exceptionSanimir Agovic1-0/+1
2018-12-28TCF Python: initial implementation of a basic Reset service clientSanimir Agovic2-0/+186
2016-09-06Added missing complex value in type class.Frederic Leger1-23/+26
2016-07-15TCF Python - Added a python tool for documentationFrederic Leger1-2/+2
2016-07-07TCF Python: Python 3 compliance.Frederic Leger29-361/+752
2016-07-06Added dprintf service.Frederic Leger2-0/+143
2016-05-11TCF Python: Fix LocatorService CommandServer implementationAnton Leherbauer1-3/+3
2015-01-12TCF Python: Fix parsing/sending slave info in LocatorServiceAnton Leherbauer1-5/+5
2014-03-25Breakpoints service fix.Frederic Leger1-1/+1
2014-03-25Documentation fix.Frederic Leger2-22/+53
2014-03-14Python - Added Processes_v1 service update.Frederic Leger3-26/+182
2014-03-13Python - Copyright dates update.Frederic Leger20-20/+20
2014-03-13Python - StackTrace service update.Frederic Leger1-91/+269
2014-03-13Python - RunControl service update.Frederic Leger1-298/+757
2014-03-13Python - memory map service update.Frederic Leger1-97/+274
2014-03-13Python - locator service update.Frederic Leger1-28/+175
2014-03-13Python - services documentation.Frederic Leger14-2212/+5619
2014-03-13Python - breakpoints service enhancements.Frederic Leger1-147/+753
2014-03-13Python documentation.Frederic Leger1-9/+25
2014-03-13Python - Symbol Proxy fixes.Frederic Leger1-3/+3
2014-03-13Improve debug output in the case of exception.Frederic Leger13-28/+113
2014-03-13Disassembly opcode value fix.Frederic Leger1-1/+2
2014-03-13Stricter PEP8.Frederic Leger1-24/+22
2013-05-17Copyright year is updated in files that changed in 2013Eugene Tarassov2-2/+2
2013-01-16TCF Python: Bug 397827 - Use relative imports inside tcf package modulesFrederic Leger42-584/+1118
2013-01-04TCF Python: Bug 397360 - Bug in ExpressionProxy.getContextJerome Guiban1-2/+2
2012-10-29TCF Python: Bug 392892 - Pathmap service does not handle pathmap eventsFrederic Leger2-13/+60
2012-10-23TCF Python: Bug 392583 - Fix packet header removalBenoit Perrin1-1/+2
2012-09-24TCF Python: Bug 390178 - Missing APIs/properties in python servicesFrederic Leger20-522/+1307
2012-08-06TCF Python: Bug 386552 - Missing processes properties in processes_v1.pyFrederic Leger1-9/+19
2012-07-20TCF Python: Bug 385160 - Memory.set command fails to generate the errorJerome Guiban1-3/+3
2012-06-25TCF Python: Bug 382488 - Trailing comma at the end of the TYPE_SOFTWAREFrederic Leger1-94/+118
2012-06-11TCF Python: Bug 382099 - FileSystemProxy copy command must remove idLaura Le Padellec1-1/+1
2012-06-04TCF Python: Bug 381578 - mkdir missing pathLaura Le Padellec1-35/+108
2012-05-31Fix locator service updating peer attributes.Anton Leherbauer1-1/+1
2012-05-16Bug 379583 - runcontrol service interface lacks some APIsFrederic Leger1-66/+168
2012-04-17Bug 376883 - ContextQuery service is missingManuel Coutand2-0/+124
2012-03-02TCF Python: Bug 372940 - LocatorService on Linux is not able to getFrederic Leger1-14/+67
2012-02-28TCF Python: Bug 372735 - LocatorService fails to parse peer attributesAnton Leherbauer1-34/+39
2012-02-27TCF Python: Follow up on fix for bug 372472Chris Wyse1-1/+1
2012-02-24TCF Python: Bug 372472 - Memory error handling & attached propertyChris Wyse2-5/+5
2012-02-24TCF Python: Bug 372346 - Missing service support for Expressions andBenoit Perrin4-12/+162
2012-02-24TCF Python: Bug 372341 - terminals services is missing some of the APIsFrederic Leger1-9/+38
2012-02-24TCF Python: Bug 372304 - SysMonitorProxy calls for doneGetCommandLine()Frederic Leger1-2/+2
2012-02-03TCF Python: Fix TerminalProxy typosAnton Leherbauer1-10/+12
2012-02-03TCF Python: Remove bogus commas from constant assignmentsAnton Leherbauer1-12/+12
2012-01-27TCF Python: Fix FileSystemException constructor to accept also unicodeAnton Leherbauer1-5/+5
2012-01-26TCF Python: Fix dangerous assignments to reserved namesAnton Leherbauer5-36/+36
2012-01-26TCF Python: Fix assignment to reserved name 'len'Anton Leherbauer1-3/+4

Back to the top