Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-debug-dev] Running sparc-rtems-gdb

I'd like to run sparc-rtems-gdb instead of gdb on a cross
compiles program, it should run as "GDB Debugger", not 
as "gdb server". Using "target extended-remote" 
protocol I want to connect to a simulator from within gdb.

Is there a possibility to make the debugger tab show
"GDB Debugger" and "gdb server". (Now it only shows
"gdb server", I guess it is because it is an sparc binary 
that I want to run on a x86 host). Where in the source is 
the "GDB Debugger" and "gdb server" list box initialized,
so maybe I can hack it in there.

-- Greetings Konrad




Back to the top