drakeh

Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • in reply to: USB GDB Server #2844
    drakeh
    Participant

    “–interpreter mi” did the trick, thank you!

    in reply to: USB GDB Server #2842
    drakeh
    Participant

    After enabling the diagnostic logs I can see that gdb doesn’t recognize any commands passed to it besides “target remote :10001” which works but VS just reports it as another command that won’t respond.

    C:pspsdkbinpsp-gdb.exe "C:UsersDrakeDocumentsVisual Studio 2012ProjectsMultiplatformPSPLibhello_world.elf"
    -list-features
    GNU gdb 6.8
    Copyright (C) 2008 Free Software Foundation, Inc.
    License GPLv3+: GNU GPL version 3 or later 
    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 "--host=i686-pc-mingw32 --target=psp"...
    Undefined command: "-list-features". Try "help".
    -gdb-set stop-on-solib-events 1
    Quit (expect signal SIGINT when the program is resumed)
    Undefined command: "-gdb-set". Try "help".
    -data-list-register-names
    Quit (expect signal SIGINT when the program is resumed)
    Undefined command: "-data-list-register-names". Try "help".
    -gdb-set disassembly-flavor intel
    Quit (expect signal SIGINT when the program is resumed)
    Undefined command: "-gdb-set". Try "help".
    -gdb-set print demangle off
    Quit (expect signal SIGINT when the program is resumed)
    Undefined command: "-gdb-set". Try "help".
    -gdb-version
    Quit (expect signal SIGINT when the program is resumed)
    Undefined command: "-gdb-version". Try "help".
    -gdb-set new-console on
    Quit (expect signal SIGINT when the program is resumed)
    Undefined command: "-gdb-set". Try "help".
    target remote :10001
    Quit (expect signal SIGINT when the program is resumed)
    [New Thread 0]
    _start (args=0, argp=0x0) at ../../../../pspsdk/src/startup/crt0_prx.c:109
    in ../../../../pspsdk/src/startup/crt0_prx.c
    Current language: auto; currently c
    109 ../../../../pspsdk/src/startup/crt0_prx.c: No such file or directory.
    -exec-continue
    Quit (expect signal SIGINT when the program is resumed)
    Undefined command: "-exec-continue". Try "help".
    -thread-select 1
    Quit (expect signal SIGINT when the program is resumed)
    Undefined command: "-thread-select". Try "help".

    Can I customize which commands are sent to gdb? Also, why can’t I see any of this info in the gdb session panel in VS?

Viewing 2 posts - 1 through 2 (of 2 total)