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
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.
QuotePossibly use svn/git blame to see why a line of code is what it is.
I don't get.. how to see. Kindly help
QuoteI 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 from: anandamu16 on February 27, 2017, 07:41:05 AM
QuotePossibly 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...
Quoteare 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.