Menu

Code2 Commit Log


Commit Date  
[r86] by debug

Adding a unit test for doubles in StateVariable::SetValue, for values such as 1e-100.

2008-04-06 10:00:28 Tree
[r85] by debug

Some more work on the GTKMM GUI: the debug output window now
shows debug messages and commands being executed.

2008-04-05 22:04:57 Tree
[r84] by debug

Instead of loading binaries into an AddressDataBus, they are
now loaded into a Component, which, if it has a "pc" state
variable, is set to the entry point. Starting gxemul with
-E testmips test/FileLoader_ELF_MIPS actually attempts to
start running the binary now :-)

2008-04-05 20:45:53 Tree
[r83] by debug

Catching std::exception at the outermost level, in order to
print a reasonable message if the application crashes.

2008-04-05 19:13:33 Tree
[r82] by debug

The GTK+ GUI is not supposed to be preliminary when 0.5.0 is released. It will be an official feature.

2008-04-05 18:43:19 Tree
[r81] by debug

Beginning on a FileLoader class, for loading binaries (e.g.
ELFs). Also adding a test/ directory, where small test files
used for unit tests may be stored. ELF program segments are
loaded, but no additional information yet (entry point etc.).

2008-04-05 18:27:52 Tree
[r80] by debug

Show expected and actual uint64_t values in hex, for increased readability.

2008-04-05 17:01:42 Tree
[r79] by debug

The GTKMM GUI EmulationDesignArea now shows some dummy circles
(one for each component in the emulation setup).

2008-04-04 22:52:20 Tree
[r78] by debug

Removing all old CVS $Id$ tags; they are not useful anymore.

2008-04-04 22:04:47 Tree
[r77] by debug

Implementing basic support for updating the UI when some things
change: Undo/Redo-applicability, the name of the emulation, and
the RunState. (As UI::UpdateUI().)

2008-04-04 21:45:43 Tree
Older >