User forums > Using Code::Blocks

64 bits form

<< < (2/2)

oBFusCATed:
Can you paste the debugger's debug log? (this is different from the normal debugger log and you should enable it in the settings)

liuyg:
the debugger's debug log:

PATH=.;D:\MinGW\wxWidgets-2.8.12\lib\gcc_dllx64;D:\MingW\MingW64\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Python32;D:\tools;D:\coding_tools;D:\gnu_tools;C:\Program Files\TortoiseHg\
Command-line: D:\MinGW\MinGW64\bin\gdb.exe -nx -fullname  -quiet -args bin/Debug/64app.exe
Working dir : D:\project\64app\
> set prompt >>>>>>cb_gdb:
Reading symbols from D:\project\64app/bin/Debug/64app.exe...done.
(gdb) >>>>>>cb_gdb:
> show version
GNU gdb (GDB) 7.1
Copyright (C) 2010 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-w64-mingw32".
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>.
>>>>>>cb_gdb:
> set confirm off
>>>>>>cb_gdb:
> set width 0
>>>>>>cb_gdb:
> set height 0
>>>>>>cb_gdb:
> set breakpoint pending on
>>>>>>cb_gdb:
> set print asm-demangle on
>>>>>>cb_gdb:
> set unwindonsignal on
>>>>>>cb_gdb:
> set debugevents on
>>>>>>cb_gdb:
> set disassembly-flavor att
>>>>>>cb_gdb:
> catch throw
Catchpoint 1 (throw)
>>>>>>cb_gdb:
> source D:\MinGW\codeblock\share\codeblocks/scripts/stl-views-1.0.3.gdb
>>>>>>cb_gdb:
> directory D:/project/64app/
>>>>>>cb_gdb:
> break "D:/project/64app/_4appMain.cpp:61"
GDB does not support pointers to methods on this target
>>>>>>cb_gdb:
> run
gdb: windows_init_thread_list
[New Thread 6012.0x148c]
ContinueDebugEven
t (cpid=6012, ctid=148c, DBG_CONTINUE);

oBFusCATed:

--- Quote from: liuyg on August 03, 2011, 10:33:21 am ---the debugger's debug log:

--- Code: ---> break "D:/project/64app/_4appMain.cpp:61"
GDB does not support pointers to methods on this target

--- End code ---

--- End quote ---
Seems like a GDB problem or broken symbols. Go ask GDB/GCC/MinGW devs for support.
Does it work if you run gdb from the command line (probably omitting some of the commands)?

p.s. please use code tags for log pastes.

Navigation

[0] Message Index

[*] Previous page

Go to full version