Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-06-08TCF Python: Added support for CONF_PEERS_REMOVEDaleherbau2-45/+75
2011-06-03TCF Python: Replace has_key with 3.x compatible 'in'aleherbau4-6/+6
2011-06-03TCF Python: Fixed locator forgetting discovered peers, peer display in the shellaleherbau2-3/+3
2011-06-01TCF Python: Fixed import error when running tcf/shell.pyaleherbau1-2/+7
2011-05-31TCF Python: Start discovery on demand onlyaleherbau4-20/+66
2011-05-30TCF Python: Fix lockup if connection refusedaleherbau3-14/+18
2011-05-27TCF Python: Fixed timer queue sorting, time unitsaleherbau6-12/+15
2011-05-25TCF Python: Implemented timer queue, added test for Task, code cleanupaleherbau16-113/+175
2011-05-25TCF Python: Implemented Disassembly and ProcessesV1 service proxiesaleherbau8-18/+307
2011-05-24TCF Python: Implemented SysMonitor service proxyaleherbau3-0/+526
2011-05-24TCF Python: Fix missing loopback address in auto-discovered peer listaleherbau1-0/+3
2011-05-24TCF Python: Implemented service proxies Streams and Terminalsaleherbau6-5/+720
2011-05-20TCF Python: Implemented Diagnostics service proxyaleherbau2-0/+459
2011-05-20TCF Python: Implemented PathMap proxy servicealeherbau5-21/+283
2011-05-19TCF Python: Implemented Memory and MemoryMap service proxies, code cleanupaleherbau43-341/+1210
2011-05-12TCF Python: Fixed frequent 10054 error messages on windows, code cleanupaleherbau3-25/+30
2011-05-11TCF Python: Implemented LocatorServicealeherbau7-99/+105
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 Editoraleherbau5-0/+1033
2011-05-05TCF Python: Allow callables (functions) as service callbacksaleherbau12-88/+163
2011-04-29TCF Python: Added FileSystem service proxyaleherbau5-11/+1128
2011-04-29TCF Python: Fixed use of class member instead of instance memberaleherbau1-3/+1
2011-04-15TCF Python: Add workaround for python 2.x bug 7827aleherbau1-0/+5
2011-04-14TCF Python: Added LineNumbers and Processes service proxiesaleherbau6-0/+788
2011-04-06Implemented Expressions service proxyaleherbau6-5/+512
2011-04-05Fixed serialization issues and added Diagnostics testsaleherbau5-47/+106
2011-04-05Implemented registers service proxyaleherbau12-31/+704
2011-04-01Fix pydev compile error I was getting with locator being imported from wrong ...dschaefer1-1/+2
2011-04-01Fixed illegal thread acces on shell exit and added doc stringaleherbau1-2/+19
2011-03-31Initial commit of TCF python scripting support.aleherbau31-0/+5589

    Back to the top