gdb for or32 and mips
Posted: Fri Nov 27, 2009 5:36 am
I can create two new compilers, --target=or32 and --target=mips. But how can I add the two new gdbs?
For example, my project 1 is target or32 and project 2 is target mips, but I can config only one gdb. When I open project 1, I must set gdb to or32-elf-gdb. When I open project 2, I must set gdb to mips-elf-gdb.
Can gdb be configured as gcc's config manner? When I open project 1, gdb's set to or32-elf-gdb automatically. And when I open project 2, gdb's set to mips-elf-gdb automatically.
For example, my project 1 is target or32 and project 2 is target mips, but I can config only one gdb. When I open project 1, I must set gdb to or32-elf-gdb. When I open project 2, I must set gdb to mips-elf-gdb.
Can gdb be configured as gcc's config manner? When I open project 1, gdb's set to or32-elf-gdb automatically. And when I open project 2, gdb's set to mips-elf-gdb automatically.