summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* record: Fix use of std::minSebastian Huber2019-09-101-1/+2
* record: Optionally use LLVM to resolve addressesSebastian Huber2019-09-102-43/+185
* record: Windows compatibilitySebastian Huber2019-09-102-6/+22
* record: Add generic record eventsSebastian Huber2019-09-052-8/+57
* record: Use C++ header files and namespace stdSebastian Huber2019-09-053-27/+28
* record: Clean up metadataSebastian Huber2019-09-051-4/+4
* waf: Clean up trace's wscriptChris Johns2019-09-051-2/+1
* waf: Do not filter flags to be unique using set()Chris Johns2019-09-051-3/+3
* waf: Minor format clean up.Chris Johns2019-09-051-1/+0
* waf: Update to waf-2.0.18Chris Johns2019-09-051-7/+10
* bsp-builder: Do not clean the build space when starting with --no-cleanChris Johns2019-09-051-1/+1
* tester: Minor fix to prefix handling.Chris Johns2019-09-051-3/+1
* tester/tftp: Handle ctl-C when active.Chris Johns2019-09-051-7/+12
* record: Add limit optionSebastian Huber2019-09-043-9/+24
* record: Simplify command line optionsSebastian Huber2019-09-041-8/+18
* record: Simplify content and packet sizeSebastian Huber2019-09-041-10/+6
* record: Add support for interrupt handlersSebastian Huber2019-09-041-4/+85
* record: Simplify CopyThreadName()Sebastian Huber2019-09-041-3/+12
* record: Only create necessary stream filesSebastian Huber2019-09-041-16/+32
* record: Use exceptionsSebastian Huber2019-09-033-24/+78
* record: Add Client base classSebastian Huber2019-09-034-189/+309
* record: Convert to C++Sebastian Huber2019-09-033-586/+550
* record: Synchronize with RTEMSSebastian Huber2019-09-022-7/+7
* rtemstoolkit/dwarf: Fix some C++ handling issues.Chris Johns2019-09-022-62/+72
* record: Synchronize with RTEMSSebastian Huber2019-08-302-61/+61
* record: Synchronize with RTEMSSebastian Huber2019-08-302-19/+19
* record: Synchronize with RTEMSSebastian Huber2019-08-292-129/+129
* record: Support thread names on 32-bit targetsSebastian Huber2019-08-271-1/+1
* record: Add data size to clientSebastian Huber2019-08-272-0/+9
* record: Add CPU to idle thread namesSebastian Huber2019-08-271-0/+13
* record: Move base context to client contextSebastian Huber2019-08-271-36/+40
* record: Simplify packet context setupSebastian Huber2019-08-271-34/+30
* record: Move per-CPU variables to separate contextSebastian Huber2019-08-271-145/+135
* record: Fix client destructionSebastian Huber2019-08-261-2/+2
* record: Improve overflow handlingSebastian Huber2019-08-262-25/+63
* Add JSON log generationKinsey Moore2019-08-221-13/+111
* record: Add support for LTTNG sched_switchRavindra Meena2019-08-202-32/+416
* record: New programSebastian Huber2019-08-207-1/+3469
* misc/tftpproxy: Add a proxy TFTP server.Chris Johns2019-08-198-2/+1209
* tester: Add raspberrypi2 BSP.Chris Johns2019-07-261-0/+43
* misc/boot-image: fix uenv_exe_ftd bug.Nils Hölscher2019-06-251-1/+1
* misc/boot-image: Fix Linux bugs.Chris Johns2019-06-131-12/+15
* misc/boot-image: Fix image convert. Add --build option.Chris Johns2019-06-131-16/+21
* misc/boot-image: Fix macro set logic and --net-boot-dhcp processing.Chris Johns2019-06-121-5/+6
* misc/boot-image: Add a tool to create boot images.Chris Johns2019-06-125-0/+1414
* rtemstoolkit/configuration: Fix interpolation support.Chris Johns2019-06-121-33/+44
* rtemstoolkit/macros: Improve the macro output.Chris Johns2019-06-111-8/+22
* rtemstoolkit/configuration: Add get_sections() to get the sections.Chris Johns2019-06-111-8/+20
* rtemstoolkit/path: Merge RSB changes.Chris Johns2019-06-111-61/+233
* rtemstoolkit/log: Add info().Chris Johns2019-06-112-2/+15