Re: [Cgdb-devel] Changes
Brought to you by:
bobbybrasko,
crouchingturbo
From: Bob R. <bob...@co...> - 2003-06-14 17:05:39
|
Geez, This patch is great! I can finally stop typing :set ic. ( Stupid Ada ) Hey, do you think there is anyway we will be able to automate passing data to the windows. :send xxx=3Ddata? This would help automate setting breakpoints and stuff. :send gdb=3D'b main' ? :send gdb=3D'run' I don't know what would be best here. The other thing I tried was :set foucs=3Dgdb b main run What happens to data in the configure file thats not prefixed with :set? I obviously don't know what would be best here. Down the road we=20 probably want to have functions and stuff. This would be helpful for macro's ( printing variables, ... ). For now I was just wondering=20 what would be the best way to automate commands to the windows. By the way, if we could automate commands to the windows, we could start a testsuite! This would be very helpful. Thanks for the great patch! 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...> |