Initial checkin of RefDbg GUI.
refdbg: use tiestamp helper once more
scripts: add initial filter-script
tools: add a FIXME:
HACKING: add some developer info
TOOD: more plans
refdbg: use a macro for backtrace collection
timestamps: add helper to get elapsed time
refdbg: no need to init to NULL
build: various build fixes.
refdbg: add new commands to help output of shel...
cleanup: use 'j' instead of i2 for loop index
refdbg: comment fix
formatting: tabs to spaces
cmdparse: downgrade them to message
logging: make logfile name overridable via env-...
refdbg: remove unused var
Makefile: add -liberty for missing functions
tests: add another test type and a new test usi...
formatting: use normal command for copright hea...
refdbg: use a separate var for the event to kee...
gitignore: add ignore files
refdbg: mark more variables static
refdbg: more verbose and deferred type resolving
TODO: update
rebdbg: also override g_object_new
logging: factor out backtrace printing
tests: first stab at having a testsuite
refdbg: remove extra overrides again
refdbg: only warn about unresolved types, if we...
tests: add tests helper functions and use them
TODO: planning
gitignore maintenance
refdbg: comment only fix
tests: reorg the tests and add more
scripts: actually add the filterlog script
scripts: also filter the event array to keep th...
formatting: re-indent code
refdbg: use bash in the wrapper
refdbg: improve the sanity check
logging: use a fixed with for type names in out...
gitignore: maintenance
help: sync help output
traces: format the backtrace more like the gdb ...
refdbg: bump the year in header comment
refdbg: add a simple debug tracing facility
scripts: merge checklog into splitlog
copyright: add my name to the copyright of the ...
Makefile.am: modernize
user: make backtrace more gdb alike
refdbg: make two more vars static
scripts: fix the event matching
import: sources from http://sourceforge.net/pro...
refdbg: we don't need the original method here ...
refdbg: we also need to override g_object_new_v...
TODO: more planning
configure: check for bfd.h
scripts: whitespace and filter update
logging: factor out some common code
output: fix two format string errors
display: change timestamp helper and user more ...
refdbg: remove library name define
refdbg: add new command to suppress stats on exit
refdbg: remove unused var
scripts: add two perlscripts for log post proce...
refdbg: comment only changes
filterlogs: number of refs/unrefs can be 0
filterlog: write intermediate logs for debugging
filterlog: add comment
filterlog: planning
refdbg: more tracing
refdbg: construct_index is guint, don't set to -1
filterlog: fix statistics
filterlog: remove dead assignment and handle no...
filterlog: refactor to use subroutines
filterlog: reorder filter snippets and add more...
splitlog: refactor to use subroutines
filterlog: allow external suppression files
filterlog: add a total for the ref/unref stats
filterlog: no need to restart from 0
filterlog,splitlog: make the logs diffable
filterlog: do non greedy match to fix stackfram...
filterlog: improve filtering of local refs
filterlog: more statistics
refdbg: update error message for init check
difflog: add a new script to compare two ref tr...
splitlog: the initial NEW is a ref too
difflog: tweak regexp
filterlog, difflog: add end-condition for redo
filterlog: subtract the ref-count correction value
splitlog: add missing "unrefs" in report print out
refdbg: comment tweaking
difflog: add comment and init local var in sub ...