2009-11-01 |
strange | Added a primitive README, also a few minor changes.
|
commit | commitdiff | tree |
2009-11-01 |
strange | Continued expanding the parse tree element types.
|
commit | commitdiff | tree |
2009-11-01 |
strange | Except for the additional commas, the GDB parser is...
|
commit | commitdiff | tree |
2009-10-31 |
strange | Began implementing Interface::GDB::ParseElement.
|
commit | commitdiff | tree |
2009-10-31 |
strange | A few more small changes, mostly to the GUI.
|
commit | commitdiff | tree |
2009-10-31 |
strange | Changed NamedPipe to properly handle write pipes that...
|
commit | commitdiff | tree |
2009-10-31 |
strange | Added Initializer::send_pid_to_gui().
|
commit | commitdiff | tree |
2009-10-31 |
strange | A few minor changes here and there; fixing minor bugs.
|
commit | commitdiff | tree |
2009-10-31 |
strange | Further experimentation with qt4.
|
commit | commitdiff | tree |
2009-10-31 |
strange | Began playing around with creating a QT4 MDI interface.
|
commit | commitdiff | tree |
2009-10-31 |
strange | A few basic changes to the gui system.
|
commit | commitdiff | tree |
2009-10-30 |
strange | Replaced the qmake hook with a CMakeLists.txt file.
|
commit | commitdiff | tree |
2009-10-30 |
strange | Added basic piggyback system to allow the use of qmake...
|
commit | commitdiff | tree |
2009-10-30 |
strange | Having a bit of trouble with bisonc++.
|
commit | commitdiff | tree |
2009-10-29 |
strange | Decided to use a bisonc++ parser instead of a custom...
|
commit | commitdiff | tree |
2009-10-29 |
strange | So, this is what is coming next . . .
|
commit | commitdiff | tree |
2009-10-29 |
strange | Redid the design of the GDB parser slightly; decentralized...
|
commit | commitdiff | tree |
2009-10-29 |
strange | Watchpoints should work, for the moment at least.
|
commit | commitdiff | tree |
2009-10-29 |
strange | Began implementing the actual GDB interface itself.
|
commit | commitdiff | tree |
2009-10-29 |
strange | Added Memory*::generate_events().
|
commit | commitdiff | tree |
2009-10-28 |
strange | Added Memory*Event::serialize() methods.
|
commit | commitdiff | tree |
2009-10-28 |
strange | After two days, I have still not come up with a better...
|
commit | commitdiff | tree |
2009-10-26 |
strange | Platform::PipeQueue is now implemented and used in...
|
commit | commitdiff | tree |
2009-10-26 |
strange | Added support for non-open pipes.
|
commit | commitdiff | tree |
2009-10-26 |
strange | I completely forgot about named-pipe blocking . . .
|
commit | commitdiff | tree |
2009-10-26 |
strange | Implemented most of Platform::NamedPipe, for interprocess...
|
commit | commitdiff | tree |
2009-10-26 |
strange | Copied a very useful perl script, newclass.pl, from...
|
commit | commitdiff | tree |
2009-10-25 |
strange | There is a slight problem cropping up, yet again.
|
commit | commitdiff | tree |
2009-10-25 |
strange | Fixed argument parsing ever so slightly.
|
commit | commitdiff | tree |
2009-10-25 |
strange | Began implementing Interface::, and also made SmartPointer...
|
commit | commitdiff | tree |
2009-10-24 |
strange | Solved the problem of what to call the new subdirectory.
|
commit | commitdiff | tree |
2009-10-24 |
strange | Replaced some redundant code in MemoryEvent.
|
commit | commitdiff | tree |
2009-10-24 |
strange | The results of further thought about splitting up aesalon...
|
commit | commitdiff | tree |
2009-10-23 |
strange | So, this is what needs to be done in the future . . .
|
commit | commitdiff | tree |
2009-10-23 |
strange | Continued adding MemoryReference*Events.
|
commit | commitdiff | tree |
2009-10-23 |
strange | Began framework for MemoryEvent, and changed EventQueue...
|
commit | commitdiff | tree |
2009-10-23 |
strange | Added MemoryReferenceID and associated members.
|
commit | commitdiff | tree |
2009-10-23 |
strange | Renamed the Interface namespace to Platform.
|
commit | commitdiff | tree |
2009-10-23 |
strange | I've been musing on what interface could be renamed...
|
commit | commitdiff | tree |
2009-10-22 |
strange | A slight problem regarding gdb and malloc . . .
|
commit | commitdiff | tree |
2009-10-22 |
strange | Began implementing Aesalon::Interface::MemoryReference.
|
commit | commitdiff | tree |
2009-10-22 |
strange | Reimplemented the thread creation in PipeListener,...
|
commit | commitdiff | tree |
2009-10-20 |
strange | There are a few problems that are cropping up right...
|
commit | commitdiff | tree |
2009-10-19 |
strange | Re-did the Interface::Memory* classes, added MemoryAddress.
|
commit | commitdiff | tree |
2009-10-19 |
strange | Tore up the current layout, and began reimplementing...
|
commit | commitdiff | tree |
2009-10-18 |
strange | Began the conversion to using gdb rather than LD_PRELOAD.
|
commit | commitdiff | tree |
2009-10-18 |
strange | There are going to be a lot of redundancies in the...
|
commit | commitdiff | tree |
2009-10-17 |
strange | I believe it is high time for a soliloquy about where...
|
commit | commitdiff | tree |
2009-10-02 |
strange | Rewrote some of the StdoutDisplay::start function.
|
commit | commitdiff | tree |
2009-10-02 |
strange | "Fixed" the platform detection by assuming that the...
|
commit | commitdiff | tree |
2009-10-02 |
strange | Continued implementing the StdoutDisplay display interface.
|
commit | commitdiff | tree |
2009-10-02 |
strange | Fixed some random assorted bugs in various places.
|
commit | commitdiff | tree |
2009-10-02 |
strange | Implemented the DisplayInitializer class.
|
commit | commitdiff | tree |
2009-10-02 |
strange | A few more fixups in ArgumentParser . . .
|
commit | commitdiff | tree |
2009-10-02 |
strange | Fun with uninitialized values in SmartPointer.
|
commit | commitdiff | tree |
2009-10-01 |
strange | Rewrote some of the argument parser logic.
|
commit | commitdiff | tree |
2009-10-01 |
strange | Why, oh why, is it, that dynamic_cast is segfaulting...
|
commit | commitdiff | tree |
2009-10-01 |
strange | Added FileArgument to ArgumentParser.
|
commit | commitdiff | tree |
2009-10-01 |
strange | Re-implemented most of ArgumentParser.
|
commit | commitdiff | tree |
2009-10-01 |
strange | A basic, but flawed, beginning of an argument parser.
|
commit | commitdiff | tree |
2009-09-30 |
strange | Implemented most of a reference counter.
|
commit | commitdiff | tree |
2009-09-30 |
strange | It seems to me there is a way to solve the raging debate.
|
commit | commitdiff | tree |
2009-09-26 |
strange | Added some bash/cmake magic to detect build-platform...
|
commit | commitdiff | tree |
2009-09-25 |
strange | Isolated x86_64 assembly in overload.c via a set of...
|
commit | commitdiff | tree |
2009-09-25 |
strange | Implemented support for overloading realloc().
|
commit | commitdiff | tree |
2009-09-25 |
strange | Added symlink and removed absolute path from Aesalon...
|
commit | commitdiff | tree |
2009-09-25 |
strange | Added basic mutex support for Misc::Singleton.
|
commit | commitdiff | tree |
2009-09-25 |
strange | Fixed the listening thread, it terminates properly...
|
commit | commitdiff | tree |
2009-09-25 |
strange | Used valgrind to clean up the source code slightly...
|
commit | commitdiff | tree |
2009-09-25 |
strange | Implemented MemoryBlock{,Manager}.
|
commit | commitdiff | tree |
2009-09-24 |
strange | Calling-scope detection now works.
|
commit | commitdiff | tree |
2009-09-24 |
strange | Rewrote argument parser in Program::execute().
|
commit | commitdiff | tree |
2009-09-24 |
strange | Fixed the infinite read() loop in ProgramSymbolParser...
|
commit | commitdiff | tree |
2009-09-24 |
strange | Fixed the memory bug.
|
commit | commitdiff | tree |
2009-09-24 |
strange | Still trying to figure out where the errors are coming...
|
commit | commitdiff | tree |
2009-09-24 |
strange | Added support for using current LD_PRELOAD.
|
commit | commitdiff | tree |
2009-09-23 |
strange | Somewhere, somehow, a double free or something must...
|
commit | commitdiff | tree |
2009-09-23 |
strange | Partially implemented a symbol parser (uses nm to find...
|
commit | commitdiff | tree |
2009-09-23 |
strange | Properly implemented address translation.
|
commit | commitdiff | tree |
2009-09-23 |
strange | Removed some debugging information.
|
commit | commitdiff | tree |
2009-09-22 |
strange | Re-implemented the listening thread using pthread.
|
commit | commitdiff | tree |
2009-09-22 |
strange | A bit of a problem with threads . . .
|
commit | commitdiff | tree |
2009-09-22 |
strange | The framework is now operating correctly.
|
commit | commitdiff | tree |
2009-09-22 |
strange | Added a nice return-value-finder into overload.c.
|
commit | commitdiff | tree |
2009-09-22 |
strange | Disabled writing to pipe unless environment variable...
|
commit | commitdiff | tree |
2009-09-22 |
strange | Implemented a nice overload on {malloc,free}(). Trois...
|
commit | commitdiff | tree |
2009-09-22 |
strange | Attempt numero duo.
|
commit | commitdiff | tree |
2009-09-22 |
strange | Major problem in overloading malloc() . . .
|
commit | commitdiff | tree |
2009-09-21 |
strange | PipeListener::handle_buffer() now handles malloc()...
|
commit | commitdiff | tree |
2009-09-21 |
strange | Moved Interface::Event* into Misc.
|
commit | commitdiff | tree |
2009-09-21 |
strange | Added multiple classes to various parts of Aesalon.
|
commit | commitdiff | tree |
2009-09-21 |
strange | Added argument parsing to Program::execute().
|
commit | commitdiff | tree |
2009-09-21 |
strange | Renamed "comm" to "interface".
|
commit | commitdiff | tree |
2009-09-21 |
strange | Implemented part of malloc.c, the overloaded malloc().
|
commit | commitdiff | tree |
2009-09-21 |
strange | Minor changes to the buildsystem.
|
commit | commitdiff | tree |
2009-09-21 |
strange | Basic buildsystem completed for aesalon.
|
commit | commitdiff | tree |
2009-09-20 |
strange | And so begins aesalon . . .
|
commit | commitdiff | tree |