Developer forums (C::B DEVELOPMENT STRICTLY!) > Plugins development

extending gdb debugger plugin

(1/1)

anandamu16:
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

oBFusCATed:
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.

anandamu16:

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

I don't get.. how to see. Kindly help

BlueHazzard:

--- Quote ---I am planning to extend the gdb debugger plugin, focusing more towards embedded systems
--- End quote ---

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


--- Quote from: 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.
--- End quote ---

I don't get.. how to see. Kindly help

--- End quote ---
Simply: Just read the code and try to understand it...

anandamu16:

--- Quote ---are you planing to add a svd viewer?
--- End quote ---
No, I am not pannning any svd viewer. I have to make small changes in debug windows and add a customized 1 into it.

Navigation

[0] Message Index

Go to full version