More problems with 3.3.91 debugger

leonp at plris.com leonp at plris.com
Tue Jun 6 11:53:16 BST 2006


Hello.

I avoid the problem I reported with the debugger by putting the "file 
myapplication" clause to the .gdbinit file.
OK. now I received the following error messages:

"You can not do that when your target is 'exec'."

which was followed by some other "stupid" errors...:-))
My .gdbinit script looks like (remember - I am doing embedded development):
#----------------------------------------------------------------
        set mpcbdm_adapter 2
        target mpcbdm 0
        set mpcbdm_dflush off
#Initialize memory and registers
        SetupProc
        set $pc=0xfff00100
#Designate BDM to break in PreCommandLoop (PCMCIA_PBR7)
        set *(int*)0xFFA000B8=1
        printf "Running uMon"
        continue
        printf "Loading...\n"
        file ../debug/src/vweb
        load
        printf "Loaded!!!\n"
#----------------------------------------------------------------

Just to remind - everything works OK in 3.3.2.

Thanks.
-- 
Leon 




More information about the KDevelop mailing list