]>
 
 
git.sthu.org Git - pygdb.git/log 
 
 
 
 
 
 
summary  | 
shortlog  | log | 
commit  | 
commitdiff  | 
tree 
first ⋅ prev ⋅ next
 
Stefan Huber [Wed, 11 Jun 2008 16:22:18 +0000  (18:22 +0200)] 
 
Adding a source view 
 
Stefan Huber [Wed, 11 Jun 2008 16:05:21 +0000  (18:05 +0200)] 
 
- pygdb saves current executed line 
- vim loads current executed line 
- changed colors of highlited lines in vim 
 
Stefan Huber [Wed, 11 Jun 2008 12:02:18 +0000  (13:02 +0100)] 
 
Fixing synchro problems and exit status problems 
 
Stefan Huber [Wed, 11 Jun 2008 08:12:03 +0000  (10:12 +0200)] 
 
changed some stuff of active/inactive detection 
 
Stefan Huber [Wed, 11 Jun 2008 07:43:58 +0000  (09:43 +0200)] 
 
MAJOR CHANGE! 
  - moved to event detection in DbgTerminal: 
    DbgTerminal detects by output if state is active or not, if breakpoint 
    has been hit or not... 
  - Introduced a position frame 
    source listing is still missing. 
 
Stefan Huber [Tue, 10 Jun 2008 21:21:48 +0000  (23:21 +0200)] 
 
added an install info 
 
Stefan Huber [Tue, 10 Jun 2008 21:03:35 +0000  (23:03 +0200)] 
 
rewriting DbgTerminal.contents_changed. Much better now 
 
Stefan Huber [Tue, 10 Jun 2008 16:30:32 +0000  (18:30 +0200)] 
 
fix bug: open non-open files in vim 
 
Stefan Huber [Tue, 10 Jun 2008 16:24:32 +0000  (18:24 +0200)] 
 
added a vim load-config feature 
 
Stefan Huber [Tue, 10 Jun 2008 14:52:14 +0000  (16:52 +0200)] 
 
some code beautifying: __waitForPrompt 
 
Stefan Huber [Tue, 10 Jun 2008 14:43:45 +0000  (16:43 +0200)] 
 
some code beautifying incl. waitForRx 
 
Stefan Huber [Tue, 10 Jun 2008 14:39:26 +0000  (16:39 +0200)] 
 
simplify DbgTerminal.contents_changed 
 
Stefan Huber [Tue, 10 Jun 2008 12:14:21 +0000  (14:14 +0200)] 
 
removed exit(-1) since no configs are saved then 
 
Stefan Huber [Tue, 10 Jun 2008 11:47:22 +0000  (13:47 +0200)] 
 
fixing bug, when getting text from terminal: started at line -1 
 
Stefan Huber [Tue, 10 Jun 2008 10:25:54 +0000  (11:25 +0100)] 
 
- moving pygdb path to .gvimrc 
- introducing a quit-handler to not call gtk.main_quit multiple times 
  --> crash on rapfen.cosy... 
- fixed synchronization problems: sometimes lines have been missing 
  + row away DbgTerminal.lastrow 
 
Stefan Huber [Mon, 9 Jun 2008 21:24:36 +0000  (23:24 +0200)] 
 
fixing bug: wrong dupl. breakpoint deleted at dbg 
 
Stefan Huber [Mon, 9 Jun 2008 21:19:04 +0000  (23:19 +0200)] 
 
fixing breakpoint bug 
 - sometimes its possible that the "at xxx:dd" line is on the next line 
 
Stefan Huber [Mon, 9 Jun 2008 20:53:19 +0000  (22:53 +0200)] 
 
moved path-pruning to debugger 
- no path pruning in vim-file 
- remove duplicated breakpoints after re-reading from gdb 
 
Stefan Huber [Mon, 9 Jun 2008 20:36:51 +0000  (22:36 +0200)] 
 
add view file button 
 
Stefan Huber [Mon, 9 Jun 2008 20:15:44 +0000  (22:15 +0200)] 
 
- removing path of file in vim, just the fname 
 
Stefan Huber [Mon, 9 Jun 2008 20:05:27 +0000  (22:05 +0200)] 
 
- adapted pygdb.vim 
- fixed regex for paths of breakpoints 
 
Stefan Huber [Mon, 9 Jun 2008 19:48:52 +0000  (21:48 +0200)] 
 
Do not add multiple config entries 
 
Stefan Huber [Mon, 9 Jun 2008 19:44:20 +0000  (21:44 +0200)] 
 
new feature: selecting on breakpoint sets entry-ctrl-text 
 
Stefan Huber [Mon, 9 Jun 2008 18:44:15 +0000  (20:44 +0200)] 
 
remembering window sizes 
 
Stefan Huber [Mon, 9 Jun 2008 18:07:27 +0000  (20:07 +0200)] 
 
- Fixed bug when bp is set on same addr 
- Adding Configuration loading/writing 
- Introducing common StatusFrame class 
 
Stefan Huber [Mon, 9 Jun 2008 13:02:58 +0000  (15:02 +0200)] 
 
removed a print and added another 
 
Stefan Huber [Mon, 9 Jun 2008 12:54:43 +0000  (14:54 +0200)] 
 
- fixing problem of destroying windows -> segfault 
- stopping gdb in any case... 
 
Stefan Huber [Mon, 9 Jun 2008 12:13:04 +0000  (14:13 +0200)] 
 
adding first vim code+ 
 
Stefan Huber [Mon, 9 Jun 2008 10:01:24 +0000  (12:01 +0200)] 
 
- fixing ssh problem 
- some minor changes 
- added addBreakpoint function for external usage 
 
Stefan Huber [Sun, 8 Jun 2008 17:54:48 +0000  (19:54 +0200)] 
 
extracting a launchDebugger code 
 
Stefan Huber [Sun, 8 Jun 2008 17:32:23 +0000  (19:32 +0200)] 
 
adding a callable facade pygdb 
 
Stefan Huber [Sun, 8 Jun 2008 17:25:11 +0000  (19:25 +0200)] 
 
reducing font size of terminals; push buttons to top 
 
Stefan Huber [Sun, 8 Jun 2008 16:19:25 +0000  (18:19 +0200)] 
 
adding updating of breakpoint list 
 
Stefan Huber [Sun, 8 Jun 2008 13:20:25 +0000  (15:20 +0200)] 
 
added watches and status line 
 
Stefan Huber [Sun, 8 Jun 2008 11:21:47 +0000  (13:21 +0200)] 
 
added missing main control window 
 
Stefan Huber [Sun, 8 Jun 2008 08:59:05 +0000  (10:59 +0200)] 
 
re-added child-exited handler of gdb-terminal 
 
Stefan Huber [Sun, 8 Jun 2008 08:50:41 +0000  (10:50 +0200)] 
 
clean up of files and chmod 
 
Stefan Huber [Sun, 8 Jun 2008 08:49:24 +0000  (10:49 +0200)] 
 
new exciting GTK Main Control Window 
 
Stefan Huber [Sat, 7 Jun 2008 21:21:36 +0000  (23:21 +0200)] 
 
Major change: Discovered the vte.Terminal class and moved to that one! 
  - Client I/O Window 
  - Debugger I/O Window 
  - Basic commands to debugger 
 
Stefan Huber [Mon, 2 Jun 2008 12:22:23 +0000  (14:22 +0200)] 
 
added functions for getting dbg replies 
 
Stefan Huber [Mon, 2 Jun 2008 09:51:20 +0000  (11:51 +0200)] 
 
initial commit with a little terminal code to gdb