Add LICENSE
[pygdb.git] / GdbTerminal.py
2008-07-04 Stefan Huberharden breakpoint parsing v0.99.4
2008-07-04 Stefan Huber- Changed backtrace view to a treeview
2008-06-26 Stefan Huberfixing bug in breakpoint detection
2008-06-26 Stefan Huberfixing endless loop bug v0.99.3
2008-06-13 Stefan Huberfixed but about cond. breakpoint detection (?)
2008-06-13 Stefan Huberstep out button
2008-06-13 Stefan Hubershow backtrace in source view
2008-06-13 Stefan Huberfixing bug: parsing cond. breakpoint
2008-06-11 Stefan Huberpygdb now saves absolute breakpoint paths
2008-06-11 Stefan Huberremoving module init file; doing some chmod
2008-06-11 Stefan HuberAdding a source view
2008-06-11 Stefan HuberFixing synchro problems and exit status problems
2008-06-11 Stefan Huberchanged some stuff of active/inactive detection
2008-06-11 Stefan HuberMAJOR CHANGE!
2008-06-10 Stefan Hubersome code beautifying: __waitForPrompt
2008-06-10 Stefan Huber- moving pygdb path to .gvimrc
2008-06-09 Stefan Huberfixing breakpoint bug
2008-06-09 Stefan Huber- Fixed bug when bp is set on same addr
2008-06-09 Stefan Huberremoved a print and added another
2008-06-09 Stefan Huber- fixing problem of destroying windows -> segfault
2008-06-09 Stefan Huberadding first vim code+
2008-06-09 Stefan Huber- fixing ssh problem
2008-06-08 Stefan Huberadding updating of breakpoint list
2008-06-08 Stefan Huberadded watches and status line
2008-06-08 Stefan Huberadded missing main control window
2008-06-08 Stefan Huberre-added child-exited handler of gdb-terminal
2008-06-08 Stefan Hubernew exciting GTK Main Control Window