xtrace

XCore Project reviews, ideas, videos and proposals.
User avatar
Jamie
Experienced Member
Posts: 99
Joined: Mon Dec 14, 2009 1:01 pm

xtrace

Post by Jamie »

Version: 0.2
Status: Beta
License: BSD
Download: http://github.com/jameshanlon/xtrace

Xtrace is a simple java application that displays xsim trace output in a tabbed interface. It is intended to help with debugging multi-core programs, in particular those written at a low-level with assembly. It adds basic highlighting, based on keywords to add structure to the output. There are many ways in which it could be extended or improved - feel free to do so!
Images:


User avatar
Bianco
XCore Expert
Posts: 754
Joined: Thu Dec 10, 2009 6:56 pm

Post by Bianco »

Cool, i also made a small C program that reads a xsim trace and outputs every thread in a separate file.