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

Splitting debugger in two - specific debugger and common GUI

<< < (46/136) > >>

ollydbg:
a silly question:

If the new debugger plugin use the "MI" interface, can we still enter some command in “CLI” mode as the current implementation?

oBFusCATed:

--- Quote from: ollydbg on August 06, 2010, 05:26:08 am ---If the new debugger plugin use the "MI" interface, can we still enter some command in “CLI” mode as the current implementation?

--- End quote ---
Yes you can, look at the gdb docs for details.

ollydbg:

--- Quote from: oBFusCATed on August 06, 2010, 09:32:41 am ---Yes you can

--- End quote ---
Ok, this is an enough good answer. :D thanks.

oBFusCATed:
Next patch: http://smrt.is-a-geek.org/codeblocks/patches/dbg/dbg_refactor0015.2.patch

1. fixes formatting
2. improves the parsing of watch variables

Unittest project for the debugger plugin: http://smrt.is-a-geek.org/codeblocks/patches/dbg/test_dbg.zip

1. extract the zip file in the src/ directory
2. add the test project in a workspace with the codeblock-unix.cbp
3. make codeblocks to depend on the test project

The provided project is linux only and requires unittest++ to compile.

Any feedback is welcome

oBFusCATed:
OK, Next patch: http://smrt.is-a-geek.org/codeblocks/patches/dbg/dbg_refactor0016.0.patch

What it does:
1. Adds another command step into instruction.
1.1. Added toolbar button (please add the proper icons from the nightly thread)
1.2. Added menu item
2. Rearranges the icons on the toolbar a bit

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version