support negative number, so we can set all bits of a debug mask with -1
[libfirm] / ir / debug / debugger.c
2007-02-06 Christian Würdigsupport negative number, so we can set all bits of...
2007-01-27 Christian WürdigChange: lexer accepts now identifiers composed of any...
2007-01-25 Michael Beckfixed decimal number parsing
2007-01-24 Michael Beckoverkill: add parser, allowing ; to separate commands :-)
2006-12-13 Michael Beckrename type entity into ir_entity
2006-12-10 Matthias Braunadded several missing #include config.h
2006-09-08 Matthias Braunwarning fixes
2006-09-07 Michael Beckadded help and improved new irgname and irgldname functions
2006-09-07 Matthias Braun.irgname debugger command
2006-07-25 Michael Beckfind_type_*() now correctly handle the global type
2006-07-10 Michael Beckshowent and showtype commands added
2006-06-14 Michael BeckDo not tell about debug mask if no changes were done
2006-06-12 Michael Beckdoxygen docu updated
2006-05-15 Michael Beck.setlvl command added
2006-02-03 Michael Beckfirm_debug_break() is now public
2006-01-25 Christian Würdigfixed hooking mechanism
2006-01-16 Michael Beckremoved useless empty function
2006-01-13 Michael Beckrenamed all types 'type' to 'ir_type'
2006-01-12 Sebastian HackSmall changes
2006-01-09 Michael Beckused dbg_printf all over
2006-01-07 Michael Becknewent and newtype takes now either a number or a name
2005-12-14 Daniel Grund*** empty log message ***
2005-11-13 Michael Becktypos fixed
2005-10-26 Michael Beckrenamed firm_break() to firm_debug()
2005-10-25 Michael Beckdocu updated
2005-10-25 Michael Beck.setoutfile name file command added
2005-10-25 Michael Beck.setmask name lvl command added
2005-10-24 Michael Beck.newtype command added
2005-10-24 Michael Beck.newent command added
2005-10-21 Michael Beckfixed remirg
2005-10-21 Michael Beckadd replace bp
2005-10-17 Michael Beckfixed .enable/.disable, added .lower
2005-10-12 Michael Beckadded missing header
2005-10-12 Michael Becka debugger extension for Firm