User forums > Help

debugger_gdbmi will not run CB

<< < (4/6) > >>

Pecan:

--- Quote from: oBFusCATed on April 07, 2012, 07:57:50 pm ---Might be this one: http://code.google.com/p/qp-gcc/downloads/detail?name=GDB7.3.50.20110804-cvs.7z
I think ollydbg has built it.

--- End quote ---

Nope, no joy.


--- Code: ---[debug]notification event recieved!
[debug]output==>=thread-exited,id="1",group-id="i1"
[debug]output==>=thread-group-exited,id="i1",exit-code="01777777777777777777777"
[debug]output==>*stopped,reason="exited",exit-code="037777777777"
[debug]unparsable_output==>(gdb)
[debug]notification event recieved!
[debug]notification event recieved!
[debug]notification event recieved!
[debug]cmd==>00000000000-gdb-exit
[debug]GDBExecutor is not stopped, but command (-gdb-exit) was executed!
[debug]output==>00000000000^exit

debugger terminated!

--- End code ---

Is there a way to find out what's causing this? Is it possible that thats a misinterpretation of a octal code or something.

[debug]output==>=thread-group-exited,id="i1",exit-code="01777777777777777777777"
[debug]output==>*stopped,reason="exited",exit-code="037777777777"

Where does it receive that return code, I'd like to trap there with command line GDB.

oBFusCATed:

--- Quote from: Pecan on April 07, 2012, 07:50:52 pm ---1) I'm getting the correct SVN debbugger_gdbmi
2) CB runs when entering:
    gdb.exe -fullname  -quiet --interpreter=mi -args C:\Usr\Proj\cbDebug\trunk\src\devel\codeblocks.exe
    -exec-run

--- End quote ---
Try to add more commands to this list, so you can pinpoint the command that is breaking it.

Pecan:

--- Quote from: oBFusCATed on April 07, 2012, 08:40:52 pm ---
--- Quote from: Pecan on April 07, 2012, 07:50:52 pm ---1) I'm getting the correct SVN debbugger_gdbmi
2) CB runs when entering:
    gdb.exe -fullname  -quiet --interpreter=mi -args C:\Usr\Proj\cbDebug\trunk\src\devel\codeblocks.exe
    -exec-run

--- End quote ---
Try to add more commands to this list, so you can pinpoint the command that is breaking it.

--- End quote ---

I don't understand. I enter the -exec-run and it starts running, then it exits. There's no chance to enter any more commands.

oBFusCATed:
There is -> you can enter some commands before you execute -exec-run like the gdb/mi plugin is doing :)

Pecan:
Why is gdbmi loading dll that belong to my background/screensaver, and how do I stop it from do so. It's loading vwHook.dll which might be causing the bad return code.


--- Code: ---[debug]output==>=library-loaded,id="C:\\User\\Programs\\VirtuaWin\\vwHook.dll",target-name="C:\\User\\Programs\\VirtuaWin\\vwHook.dll",host-name="C:\\User\\Programs\\VirtuaWin\\vwHook.dll",symbols-loaded="0",thread-group="i1"
[debug]notification event recieved!
[debug]notification event recieved!
[debug]output==>=thread-exited,id="1",group-id="i1"
[debug]output==>=thread-group-exited,id="i1",exit-code="01777777777777777777777"
[debug]notification event recieved!
[debug]notification event recieved!
[debug]output==>*stopped,reason="exited",exit-code="037777777777"
[debug]notification event recieved!
[debug]cmd==>00000000000-gdb-exit
[debug]GDBExecutor is not stopped, but command (-gdb-exit) was executed!
[debug]unparsable_output==>(gdb)
[debug]output==>00000000000^exit

debugger terminated!

--- End code ---

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version