Code::Blocks Forums

Developer forums (C::B DEVELOPMENT STRICTLY!) => Plugins development => Topic started by: anandamu16 on February 14, 2017, 07:03:37 am

Title: extending gdb debugger plugin
Post by: anandamu16 on February 14, 2017, 07:03:37 am
Hi,

I am planning to extend the gdb debugger plugin, focusing more towards embedded systems. Problem is I don't know anything about the code and different files inside. How to start understanding present gdb debugger plugin code? File structure i.e; which file contains what? Their interdependency on other files?

If, there is any information that I can refer please let me know.

Note: I have already created hello world plugin on codeblocks sdk and installed successfully
Title: Re: extending gdb debugger plugin
Post by: oBFusCATed on February 14, 2017, 09:08:11 am
Just read the code and try to understand it. There is no other documentation. Possibly use svn/git blame to see why a line of code is what it is.
Title: Re: extending gdb debugger plugin
Post by: anandamu16 on February 27, 2017, 07:41:05 am
Quote
Possibly use svn/git blame to see why a line of code is what it is.

I don't get.. how to see. Kindly help
Title: Re: extending gdb debugger plugin
Post by: BlueHazzard on March 01, 2017, 08:40:32 pm
Quote
I am planning to extend the gdb debugger plugin, focusing more towards embedded systems

are you planing to add a svd viewer?
Because right now i am on planing this...

Quote
Possibly use svn/git blame to see why a line of code is what it is.

I don't get.. how to see. Kindly help
Simply: Just read the code and try to understand it...
Title: Re: extending gdb debugger plugin
Post by: anandamu16 on March 02, 2017, 09:07:54 am
Quote
are you planing to add a svd viewer?
No, I am not pannning any svd viewer. I have to make small changes in debug windows and add a customized 1 into it.