Re: [Cgdb-devel] Changes
Brought to you by:
bobbybrasko,
crouchingturbo
From: Bob R. <bob...@co...> - 2003-06-14 18:22:17
|
Hey Peter, I implemented the tabstop feature ( changed tabspace to tabstop ). I also changed the commands call to printf to if_print_message when a bad line is parsed. This shows the error in the gdb window. I noticed the line number was not right when printing an error. I couldn't figure out why. Do you know? Its easy to reproduce, :set ic b main :set ts=3D4 Try that. Thanks, Bob Rossi On Sat, Jun 14, 2003 at 10:45:34AM -0400, Peter Kovacs wrote: > Hey guys. I finally committed my stuff! >=20 > set focus=3D is implemented. you can do "set focus=3Dgdb|cgdb|tty" and it > works as necessary. Right now it doesn;t toggle the tty panel. (Do we > even have that anymore?) >=20 > set tabspace stubbed out. I'm not sure how this should be implemented, > so I just left it empty right now. If you look at command_set_tabspace > in commands.c you can see where it needs to be changed. Perhaps you can > point out where tab-spaces are calculated? >=20 > config file parsing (~/.cgdb/cgdbrc) implemented. WOOT! just create > that file, and it runs all the commands in it before entering the > main_loop(). >=20 > - Peter >=20 > --=20 > Peter D. Kovacs <pe...@ko...> |