News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

Compiler plugin advanced options: full pathes for source files(GDB workaround)

Started by ollydbg, April 09, 2012, 05:31:28 AM

Previous topic - Next topic

ollydbg

I just disabled this option, and I re-build c::b. I can debug it correctly under GDB(cvs).  Maybe, newer gdb don't need such options.

Only tested under WinXP, PCX's GCC 4.6.4, GDB 7.4 (cvs).

If some piece of memory should be reused, turn them to variables (or const variables).
If some piece of operations should be reused, turn them to functions.
If they happened together, then turn them to classes.

ollydbg

I just find that GDB 6.8 (mingw) does not work well on this case. This means if you use GDB 6.8, you should enable this option.
If some piece of memory should be reused, turn them to variables (or const variables).
If some piece of operations should be reused, turn them to functions.
If they happened together, then turn them to classes.