2009-12-24 |
strange | Added automated system for determing aesalon version...
|
commit | commitdiff | tree |
2009-12-24 |
strange | Re-implemented PTrace::Portal::single_step().
|
commit | commitdiff | tree |
2009-12-24 |
strange | Moved PTrace* into PTrace::.
|
commit | commitdiff | tree |
2009-12-23 |
strange | Began re-writing the PTracePortal code, in the vain...
|
commit | commitdiff | tree |
2009-12-23 |
strange | Well, it would appear that the process doesn't exist...
|
commit | commitdiff | tree |
2009-12-22 |
strange | There is a very weird bug popping up in PTracePortal...
|
commit | commitdiff | tree |
2009-12-22 |
strange | Fixed a few random bugs here and there.
|
commit | commitdiff | tree |
2009-12-22 |
strange | Added Parser::parse_leb128(), to parse a LEB128 integer...
|
commit | commitdiff | tree |
2009-12-22 |
strange | Re-did some of the DWARF information storage tree.
|
commit | commitdiff | tree |
2009-12-22 |
strange | Played around a little with the spacing on the New...
|
commit | commitdiff | tree |
2009-12-22 |
strange | Sort-of implemented history for the New Program dialog.
|
commit | commitdiff | tree |
2009-12-22 |
strange | Switched GUIConfiguration to use a QDialogButtonBox.
|
commit | commitdiff | tree |
2009-12-22 |
strange | Beginnings of a configuration system set up.
|
commit | commitdiff | tree |
2009-12-22 |
strange | Fixed the closing bug, ever-so-slightly.
|
commit | commitdiff | tree |
2009-12-22 |
strange | I've been reading the DWARF documentation . . .
|
commit | commitdiff | tree |
2009-12-20 |
strange | Implemented a DWARF data storage tree.
|
commit | commitdiff | tree |
2009-12-19 |
strange | Added a section lookup-by-name function.
|
commit | commitdiff | tree |
2009-12-19 |
strange | How silly of me not to notice Elf64_Ehdr.e_shstrndx...
|
commit | commitdiff | tree |
2009-12-19 |
strange | The ELF parser is almost working.
|
commit | commitdiff | tree |
2009-12-19 |
strange | Began implementation of an ELF parser.
|
commit | commitdiff | tree |
2009-12-19 |
strange | Changed SmartPointer::is_valid() to a const method.
|
commit | commitdiff | tree |
2009-12-19 |
strange | The most major problem here is going to be getting...
|
commit | commitdiff | tree |
2009-12-18 |
strange | Added in a few small functions to random classes.
|
commit | commitdiff | tree |
2009-12-18 |
strange | Added documentation to PTracePortal.
|
commit | commitdiff | tree |
2009-12-18 |
strange | Changed BidirectionalPipe::BidirectionalPipe() to have...
|
commit | commitdiff | tree |
2009-12-18 |
strange | Began implementation of ptrace breakpoints.
|
commit | commitdiff | tree |
2009-12-18 |
strange | Began implementation of PTracePortal and ProgramManager.
|
commit | commitdiff | tree |
2009-12-18 |
strange | Removed the old gdb-based information gathering system.
|
commit | commitdiff | tree |
2009-12-17 |
strange | Very well. ptrace-based information gathering it is.
|
commit | commitdiff | tree |
2009-12-17 |
strange | A very unwieldy solution to the speed problem . . .
|
commit | commitdiff | tree |
2009-12-16 |
strange | Just ran aesalon on a slightly larger executable than...
|
commit | commitdiff | tree |
2009-12-13 |
strange | Fixed a bug in MallocObserver::notify().
|
commit | commitdiff | tree |
2009-12-13 |
strange | Added loop so that the GUI always connects properly.
|
commit | commitdiff | tree |
2009-12-13 |
strange | The aesalon gui now successfully connects to the gdb...
|
commit | commitdiff | tree |
2009-12-12 |
strange | Began switching the GUI system to use a QSettings object.
|
commit | commitdiff | tree |
2009-12-12 |
strange | Fixed a minor bug in the TCPSocket code.
|
commit | commitdiff | tree |
2009-12-12 |
strange | Re-implemented the TCPSocket classes, using getaddrinfo().
|
commit | commitdiff | tree |
2009-12-10 |
strange | Bit of a problem with name resolution . . .
|
commit | commitdiff | tree |
2009-12-09 |
strange | Before I go any further with the GUI . . .
|
commit | commitdiff | tree |
2009-12-09 |
strange | Partially converted the GUI system to using TCPSocket.
|
commit | commitdiff | tree |
2009-12-09 |
strange | Converted the gdb interface to use TCPServerSocket.
|
commit | commitdiff | tree |
2009-12-08 |
strange | Added TCPServerSocket.
|
commit | commitdiff | tree |
2009-12-08 |
strange | Added a (untested) Platform::TCPSocket class.
|
commit | commitdiff | tree |
2009-12-08 |
strange | Updated the buildsystem slightly.
|
commit | commitdiff | tree |
2009-12-03 |
strange | Continued debugging Program, and changed aesalon to...
|
commit | commitdiff | tree |
2009-12-03 |
strange | Continued to implement GUI::Program.
|
commit | commitdiff | tree |
2009-12-03 |
strange | Began implementing GUI::Program.
|
commit | commitdiff | tree |
2009-12-03 |
strange | Implemented NamedPipe::send_data(SmartPointer<EventQueue>).
|
commit | commitdiff | tree |
2009-12-03 |
strange | Re-implemented some of the MemoryEvents.
|
commit | commitdiff | tree |
2009-12-03 |
strange | Parser::parse_list() returned NULL, not list . . .
|
commit | commitdiff | tree |
2009-12-03 |
strange | A problem: ParseLists aren't getting parsed correctly...
|
commit | commitdiff | tree |
2009-12-02 |
strange | Added FreeObserver and according source.
|
commit | commitdiff | tree |
2009-12-02 |
strange | Added BreakpointSetupObserver, and moved Event* into...
|
commit | commitdiff | tree |
2009-12-02 |
strange | Changed the Aesalon program to return whatever the...
|
commit | commitdiff | tree |
2009-12-02 |
strange | Added a small amount of documentation, removed String...
|
commit | commitdiff | tree |
2009-12-02 |
strange | Added BreakpointObserver and removed State.
|
commit | commitdiff | tree |
2009-12-02 |
strange | Added ExitObserver; aesalon now properly exits when...
|
commit | commitdiff | tree |
2009-12-02 |
strange | Mostly re-implemented SymbolObserver.
|
commit | commitdiff | tree |
2009-12-02 |
strange | Added support for passing arguments to the program...
|
commit | commitdiff | tree |
2009-12-01 |
strange | Added overloaded StringObserver::notify() functions...
|
commit | commitdiff | tree |
2009-12-01 |
strange | Began ripping out the old observer-based design.
|
commit | commitdiff | tree |
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... strange@quark:~/c/aesalon$ gdb --interpreter... fullname="/home/strange/c/malloc_test_2.c",line="7"},gdb...
|
commit | commitdiff | tree |
2009-11-15 |
strange | GDB is not behaving again. happening, which makes it all the more strange.
|
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 . . . Starting program: /home/strange/c/container_test
|
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 |