Add LICENSE
[pygdb.git] / DbgTerminal.py
2008-07-04 Stefan Huber- Changed backtrace view to a treeview
2008-06-23 Stefan Huberpygdb takes vim-servername as parameter. vim communicat...
2008-06-13 Stefan Huberstep out button
2008-06-13 Stefan Hubershow backtrace in source view
2008-06-13 Stefan Huberpushing vim in edit-mode when updating values
2008-06-13 Stefan HuberOverwrite breakpoints when launching pygdb from vim...
2008-06-13 Stefan Huberpygdb does not save exec-line when quitting.
2008-06-11 Stefan Huberpygdb now saves absolute breakpoint paths
2008-06-11 Stefan HuberAdding a source view
2008-06-11 Stefan Huber- pygdb saves current executed line
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 Huberadded an install info
2008-06-10 Stefan Huberrewriting DbgTerminal.contents_changed. Much better now
2008-06-10 Stefan Hubersome code beautifying incl. waitForRx
2008-06-10 Stefan Hubersimplify DbgTerminal.contents_changed
2008-06-10 Stefan Huberremoved exit(-1) since no configs are saved then
2008-06-10 Stefan Huberfixing bug, when getting text from terminal: started...
2008-06-10 Stefan Huber- moving pygdb path to .gvimrc
2008-06-09 Stefan Huber- Fixed bug when bp is set on same addr
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 Huberreducing font size of terminals; push buttons to top
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 Huberclean up of files and chmod
2008-06-08 Stefan Hubernew exciting GTK Main Control Window
2008-06-07 Stefan HuberMajor change: Discovered the vte.Terminal class and...
2008-06-02 Stefan Huberadded functions for getting dbg replies
2008-06-02 Stefan Huberinitial commit with a little terminal code to gdb