2009-12-01 |
strange | Added GDB::StringFollower.
|
commit | commitdiff | tree |
2009-11-30 |
strange | Very minor changes; fixed a bug or two.
|
commit | commitdiff | tree |
2009-11-29 |
strange | Contintued working on various parts of the observers.
|
commit | commitdiff | tree |
2009-11-28 |
strange | Added GDB::State, GDB::StateObserver, etc.
|
commit | commitdiff | tree |
2009-11-27 |
strange | Renamed GDBState to StateManager.
|
commit | commitdiff | tree |
2009-11-24 |
strange | A bit of a problem is cropping up with the observer...
|
commit | commitdiff | tree |
2009-11-23 |
strange | Ripped out the old StringHandler/StringManager system...
|
commit | commitdiff | tree |
2009-11-21 |
strange | Bit of a design issue here, regarding the GDB::Controller...
|
commit | commitdiff | tree |
2009-11-21 |
strange | Fixed a minor bug in String::begins_with.
|
commit | commitdiff | tree |
2009-11-17 |
strange | Shook up and redesigned the StringHandler design again.
|
commit | commitdiff | tree |
2009-11-15 |
strange | Began iplementing a nice system of StringHandlers.
|
commit | commitdiff | tree |
2009-11-15 |
strange | I have come to one conclusion: the gdb interface is...
|
commit | commitdiff | tree |
2009-11-15 |
strange | As previously guessed, the overload library is once...
|
commit | commitdiff | tree |
2009-11-15 |
strange | GDB is not behaving again.
|
commit | commitdiff | tree |
2009-11-14 |
strange | Began an overload shared library again.
|
commit | commitdiff | tree |
2009-11-10 |
strange | As mentioned before, there are problems with setting...
|
commit | commitdiff | tree |
2009-11-10 |
strange | Fixed a few minor bugs, here and there.
|
commit | commitdiff | tree |
2009-11-09 |
strange | Made various changes to several files.
|
commit | commitdiff | tree |
2009-11-08 |
strange | Added support for detecting if mov instructions change...
|
commit | commitdiff | tree |
2009-11-08 |
strange | Added code to actually set a breakpoint when changes_memory...
|
commit | commitdiff | tree |
2009-11-08 |
strange | Fixed the weird bug. I suppose I should have known...
|
commit | commitdiff | tree |
2009-11-08 |
strange | There is a slight problem cropping up that I dislike...
|
commit | commitdiff | tree |
2009-11-08 |
strange | Re-added platform support to the buildsystem.
|
commit | commitdiff | tree |
2009-11-08 |
strange | Fixed the SymbolParser a little bit more; AssemblyParser...
|
commit | commitdiff | tree |
2009-11-08 |
strange | Fixed the StreamOutput factory.
|
commit | commitdiff | tree |
2009-11-07 |
strange | Began actually producing the assembly content of each...
|
commit | commitdiff | tree |
2009-11-07 |
strange | Further implemented symbol handling.
|
commit | commitdiff | tree |
2009-11-07 |
strange | Created a Symbol class and apropriate nm parser.
|
commit | commitdiff | tree |
2009-11-06 |
strange | There is a fairly obvious solution . . .
|
commit | commitdiff | tree |
2009-11-05 |
strange | There is a fairly major problem . . .
|
commit | commitdiff | tree |
2009-11-04 |
strange | Changed BidirectionalPipe to be non-blocking.
|
commit | commitdiff | tree |
2009-11-04 |
strange | Did some experimentation with variable objects . . .
|
commit | commitdiff | tree |
2009-11-04 |
strange | Well, well. Watchpoints may not even be needed. Introducing...
|
commit | commitdiff | tree |
2009-11-04 |
strange | Added some basic documentation comments to various...
|
commit | commitdiff | tree |
2009-11-03 |
strange | It truly is amazing what reading manuals can do . . .
|
commit | commitdiff | tree |
2009-11-03 |
strange | Fixed a memory leak or three.
|
commit | commitdiff | tree |
2009-11-03 |
strange | The Controller class is now advanced enough to start...
|
commit | commitdiff | tree |
2009-11-03 |
strange | Began implementing Interface::GDB::Controller.
|
commit | commitdiff | tree |
2009-11-02 |
strange | Added GDB::Processor.
|
commit | commitdiff | tree |
2009-11-02 |
strange | Finished most of (I think) the gdb parser.
|
commit | commitdiff | tree |
2009-11-02 |
strange | Further completed the gdb parser.
|
commit | commitdiff | tree |
2009-11-02 |
strange | Recreated the parse tree for the new bison-free parser.
|
commit | commitdiff | tree |
2009-11-02 |
strange | Fixed a minor bug, was displaying a QWidget before...
|
commit | commitdiff | tree |
2009-11-01 |
strange | parse.cc is now compiled without -pedantic, so it no...
|
commit | commitdiff | tree |
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 |