summaryrefslogtreecommitdiffstats
path: root/tester/rt/gdb.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* tester/tftp: Fix recovery of timed out TFTP sessionsChris Johns2021-09-191-0/+12
| | | | | | | | - Add support to retry the tftp session if the target has not started - Add target handlers for the test directives to allow recovery on error
* Move all python commands to use env pythonChris Johns2020-09-261-7/+7
| | | | | | | | - If you host does not provide a python command consult the User manual for ways you can run the python commands. - Full package paths are being used to avoid namespace pollution and crosstalk.
* tester: Add support for test-too-longChris Johns2020-09-081-27/+90
| | | | | - A test that loops generating output did not timeout. Monitor the the session time and set a maximum test period.
* tester/gdb: Add lock timing and remote fetching registers.Chris Johns2020-03-301-3/+6
| | | | | | | - Add timing for the locks to aid performance profiling - Remove fetching registers as the MI parser is slow on pyton2 Updates #3864
* tester/gdb: mi_parser, fix on Python3 and remove globalsChris Johns2018-11-261-28/+11
| | | | | | | | - Fix mi_parser on Python3. Python3 does not support the __cmp__ operator and rich comparision operators are required, See PEP 207. - Remove the global variables and make a class containing them. Update the gdb class to use the mi_parser session class. Removing the globals means the global lock in the gdb module can be removed.
* python: Provide support to select a valid python version.Chris Johns2018-11-081-10/+2
| | | | | | | | - Update imports after wrapping the code. - Fix python3 issues. - Fix config path issues for in repo and install runs. Closes #3537
* rtems-test: Fix gdb bug.Chris Johns2017-04-251-2/+0
|
* tester: Provide a gdb kill method to aid clean ups on ctrl-C.Chris Johns2016-03-161-0/+9
|
* rtemstoolkit: Fix execute's writer thread to not eval() the input.Chris Johns2016-03-141-2/+2
| | | | | | | | | | | | The conversion to Python3 added an eval() call which is wrong. Fix the spelling in execute. Fix labels in the tester gdb locking. Check the debug-trace arguments. Close #2642.
* Update rtems-tool to support Python 2 and 3.Chris Johns2016-03-031-6/+20
| | | | | | Add solaris and netbsd. Close #2619.
* Python 3 compatibilitySebastian Huber2015-11-121-20/+20
|
* Fix Windows build issues.Chris Johns2015-10-191-1/+0
| | | | | Fix biulding the mmap Windows code. Fix installing the files for Windows.
* Fixes to the run the waf built tests when installed.Chris Johns2015-02-081-1/+1
|
* rt: Add the rtems-tester.Chris Johns2014-02-151-0/+321