Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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
2012-01-26TCF Python: Fix FileSystemCommand._toSFError conversion bugsAnton Leherbauer1-8/+11
2012-01-23TCF Python: Unify line endings.Anton Leherbauer41-8962/+8963
2012-01-20TCF Python: Fix typos in FileSystemProxyAnton Leherbauer1-9/+9
2012-01-12TCF Python: Fix wrong slice boundAnton Leherbauer1-2/+2
2012-01-10TCF Python: Fix bogus MemoryProxy._toContextArrayAnton Leherbauer1-5/+7
2012-01-10TCF Python: Fix missing initialization of listener mapAnton Leherbauer1-1/+2
2011-11-14TCF Python: Fixed wrong slice boundsAnton Leherbauer1-1/+1
2011-11-09TCF Python: Fixed TypeErrors in CodeArea.__str__()Anton Leherbauer1-5/+5
2011-11-07TCF Python: Fixed wrong python API usageAnton Leherbauer1-2/+2
2011-11-07TCF Python: Fixed typoAnton Leherbauer1-1/+1
2011-10-25TCF Python: Fixed channel redirectAnton Leherbauer2-19/+20
2011-10-25TCF Python: Fix missing listeners initialization in StreamsProxyAnton Leherbauer1-0/+1
2011-10-24TCF Python: Clarify doc for ProcessesV1.startAnton Leherbauer1-1/+1
2011-10-20TCF Python: Fixed missing argument to RunContext constructorAnton Leherbauer1-4/+4
2011-06-08TCF Python: Added support for CONF_PEERS_REMOVEDaleherbau2-45/+75
2011-06-03TCF Python: Replace has_key with 3.x compatible 'in'aleherbau1-2/+2
2011-06-03TCF Python: Fixed locator forgetting discovered peers, peer display in the shellaleherbau1-1/+1
2011-05-31TCF Python: Start discovery on demand onlyaleherbau1-17/+37
2011-05-25TCF Python: Implemented timer queue, added test for Task, code cleanupaleherbau12-51/+51
2011-05-25TCF Python: Implemented Disassembly and ProcessesV1 service proxiesaleherbau7-16/+284
2011-05-24TCF Python: Implemented SysMonitor service proxyaleherbau2-0/+479
2011-05-24TCF Python: Fix missing loopback address in auto-discovered peer listaleherbau1-0/+3
2011-05-24TCF Python: Implemented service proxies Streams and Terminalsaleherbau5-4/+716
2011-05-20TCF Python: Implemented Diagnostics service proxyaleherbau2-0/+459
2011-05-20TCF Python: Implemented PathMap proxy servicealeherbau4-15/+215
2011-05-19TCF Python: Implemented Memory and MemoryMap service proxies, code cleanupaleherbau24-212/+1026
2011-05-12TCF Python: Fixed frequent 10054 error messages on windows, code cleanupaleherbau1-19/+21
2011-05-11TCF Python: Implemented LocatorServicealeherbau2-88/+74
2011-05-11TCF Python: Fixed syntax errors in LocatorService (work in progress)aleherbau1-375/+275
2011-05-09TCF Debugger: Bug 344919 - [cdt] Reuse CDT's Source Not Found Editoraleherbau2-0/+852
2011-05-05TCF Python: Allow callables (functions) as service callbacksaleherbau11-58/+137
2011-04-29TCF Python: Added FileSystem service proxyaleherbau3-1/+1093
2011-04-14TCF Python: Added LineNumbers and Processes service proxiesaleherbau5-0/+754
2011-04-06Implemented Expressions service proxyaleherbau2-0/+485
2011-04-05Implemented registers service proxyaleherbau9-12/+658
2011-04-01Fix pydev compile error I was getting with locator being imported from wrong ...dschaefer1-1/+2
2011-03-31Initial commit of TCF python scripting support.aleherbau12-0/+2175

    Back to the top