Developer forums (C::B DEVELOPMENT STRICTLY!) > Development

Splitting debugger in two - specific debugger and common GUI

<< < (28/136) > >>

MortenMacFly:

--- Quote from: jens on December 08, 2009, 06:48:12 am ---I will test (and fix if needed) this also.

--- End quote ---
Done it already while you were typing... ;-) "At your fingertips..."  :lol: :lol: :lol:

oBFusCATed:
Build is OK now, thanks.

Here is the updated patch for the auinotebook: http://smrt.is-a-geek.org/codeblocks/cb_aui_notebook.patch

oBFusCATed:
Next patch for the branch: http://smrt.is-a-geek.org/codeblocks/dbg_refactor0007.patch

What it does:
1. Adds callbacks for expanding/collapsing watches.
2. Adds callback to test if the ToolMenu should be enabled
3. Extracts the two methods for switching the layout to the base class
4. Adds ShowBacktraceDialog in DebuggerManager
5. cbDebuggerPlugin::BuildModuleMenu does something only for the active debugger plugin
6. Fix a bug with the expanded status of a watch (don't remember the details any more)

Hope it is good and can be applied. Comments are welcome.

And now here is the link for my plugin: svn://smrt.is-a-geek.org/cb_gdb_mi/debugger_gdbmi
0. This is a GDB/mi debugger plugin.
1. Requires GDB 7.0+ and CB with the patch in this post applied
2. It works only on linux (for the moment) :( .
3. It does the basic stuff at the moment.
4. It supports the new python pretty printers (gdb has some problems though :( )

So please test. I'm sure it has many problems which I hope I can fix.

p.s. I hope I'll have the time to port it windows tomorrow

MortenMacFly:

--- Quote from: oBFusCATed on December 12, 2009, 12:21:19 am ---Next patch for the branch: http://smrt.is-a-geek.org/codeblocks/dbg_refactor0007.patch

--- End quote ---
Testing... :-)


--- Quote from: oBFusCATed on December 12, 2009, 12:21:19 am ---And now here is the link for my plugin: svn://smrt.is-a-geek.org/cb_gdb_mi/debugger_gdbmi

--- End quote ---
I am unable to access this repo. :-( Is it possible to access this via http, too / providing a patch?

oBFusCATed:

--- Quote from: MortenMacFly on December 14, 2009, 03:19:10 pm ---I am unable to access this repo. :-( Is it possible to access this via http, too / providing a patch?

--- End quote ---
No, I've to set it up. What is the problem with the native svn protocol? (I've not tested it from the outside world :( )
The plugin is 99% unrelated to the current c::b debugger plugin, so I can't provide a patch.
I can provide an archive with the code.

I've made the plugin to almost work on win32, tonight will try to fix it 100%.
One thing I've noticed is that the win32 gdb has no python support => no pretty printers on win32 :(

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version