User forums > Help
GDB problem (yes, i've used the search)
astorga:
--- Quote from: ollydbg on August 17, 2012, 09:21:18 am ---Please give us (post) the full debug log here.
--- End quote ---
It's in the first post:
--- Quote from: astorga on July 18, 2012, 04:20:30 pm ---here's the full GDB log:
--- Code: ---PATH=.;C:\Program Files\CodeBlocks\MinGW\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\Efl\bin;C:\Program Files\doxygen\bin;C:\Program Files\GtkSharp\2.12\bin;C:\PROGRA~1\PICC;C:\Program Files\QuickTime\QTSystem\;C:\Program Files\TortoiseSVN\bin;C:\Program Files\Microsoft Visual Studio\Common\Tools\WinNT;C:\Program Files\Microsoft Visual Studio\Common\MSDev98\Bin;C:\Program Files\Microsoft Visual Studio\Common\Tools;C:\Program Files\Microsoft Visual Studio\VC98\bin;C:\Dev-Cpp\bin
Command-line: C:\Program Files\CodeBlocks\MinGW\bin\gdb.exe -nx -fullname -quiet -args bin/Debug/wordwrap.exe
Working dir : C:\prjs\wordwrap\
> set prompt >>>>>>cb_gdb:
(gdb) >>>>>>cb_gdb:
> show version
GNU gdb 6.8
Copyright (C) 2008 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 "i686-pc-mingw32".
>>>>>>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 new-console on
>>>>>>cb_gdb:
> set disassembly-flavor att
>>>>>>cb_gdb:
> catch throw
Function "__cxa_throw" not defined in loaded symbols.
>>>>>>cb_gdb:
> source C:\Program Files\CodeBlocks\share\codeblocks/scripts/stl-views-1.0.3.gdb
>>>>>>cb_gdb:
> directory C:/prjs/wordwrap/
>>>>>>cb_gdb:
> break "C:/prjs/wordwrap/main.c:6"
No source file named C:/prjs/wordwrap/main.c in loaded symbols.
Breakpoint 1 ("C:/prjs/wordwrap/main.c:6) pending.
>>>>>>cb_gdb:
> run
gdb: win32_init_thread_list
[New thread 2268.0x450]
Program exited normally.
>>>>>>cb_gdb:
> set debugevents off
>>>>>>cb_gdb:
> quit
--- End code ---
--- End quote ---
ollydbg:
--- Quote from: astorga on August 17, 2012, 07:18:13 pm ---
--- Quote from: ollydbg on August 17, 2012, 09:21:18 am ---Please give us (post) the full debug log here.
--- End quote ---
It's in the first post:
--- End quote ---
Can you show me the whole "full build log", see:
http://wiki.codeblocks.org/index.php?title=FAQ-Compiling_%28errors%29#Q:_How_do_I_troubleshoot_a_compiler_problem.3F
astorga:
--- Quote from: ollydbg on August 18, 2012, 05:22:55 pm ---
--- Quote from: astorga on August 17, 2012, 07:18:13 pm ---
--- Quote from: ollydbg on August 17, 2012, 09:21:18 am ---Please give us (post) the full debug log here.
--- End quote ---
It's in the first post:
--- End quote ---
Can you show me the whole "full build log", see:
http://wiki.codeblocks.org/index.php?title=FAQ-Compiling_%28errors%29#Q:_How_do_I_troubleshoot_a_compiler_problem.3F
--- End quote ---
Already posted too:
--- Quote from: astorga on July 18, 2012, 04:57:21 pm ---
--- Quote from: oBFusCATed on July 18, 2012, 04:51:52 pm ---Have you checked this in you full build log?
See here how to enable it: http://wiki.codeblocks.org/index.php?title=FAQ-Compiling_%28errors%29#Q:_How_do_I_troubleshoot_a_compiler_problem.3F
--- End quote ---
here's the full build log:
--- Code: ----------------- Build: Debug in wordwrap ---------------
mingw32-gcc.exe -IC:/prjs/wordwrap -c main.c -o obj/Debug/main.o
mingw32-g++.exe -o bin/Debug/wordwrap.exe obj/Debug/main.o
Output size is 24,54 KB
Process terminated with status 0 (0 minutes, 7 seconds)
0 errors, 0 warnings
--- End code ---
Should the flag appear here? Why is it not appearing?
--- End quote ---
ollydbg:
--- Quote ---mingw32-gcc.exe -IC:/prjs/wordwrap -c main.c -o obj/Debug/main.o
--- End quote ---
This log message is wrong, it should have -g option. So, you need to adjust the build options. Or, you can create a simple "hello world" project from the project wizard and test again.
astorga:
--- Quote from: ollydbg on August 19, 2012, 10:09:19 am ---
--- Quote ---mingw32-gcc.exe -IC:/prjs/wordwrap -c main.c -o obj/Debug/main.o
--- End quote ---
This log message is wrong, it should have -g option. So, you need to adjust the build options. Or, you can create a simple "hello world" project from the project wizard and test again.
--- End quote ---
Did you read the entire topic? All the things you asked are already posted (including this step) o.o
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version