Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Renaming gdb

This feature (ability to overwrite the default gdb settings) has been discussed and is considered for the next release.

----- Original Message ----- From: "dmsubs" <dmsubs@xxxxxxxxxxxxx> To: "'Kim Lux'" <lux@xxxxxxxxxxxxxxxxxxx>; "'CDT General developers list.'" <cdt-dev@xxxxxxxxxxx>
Sent: Friday, December 09, 2005 11:14 AM
Subject: RE: [cdt-dev] Renaming gdb


Kim,

Yes, this works for me.

However, I'd like to change the name of the executable AND provide it
with
an initialisation file *automatically*. I know it's not a big deal, but
I
don't want the user to have to do this. Via plugins, CDT allows you to
override the name of the compiler and options, so why not the debugger?

Thanks,

---
Derek

-----Original Message-----
From: Kim Lux [mailto:lux@xxxxxxxxxxxxxxxxxxx]
Sent: 09 December 2005 15:26
To: CDT General developers list.; dmsubs@xxxxxxxxxxxxx
Subject: Re: [cdt-dev] Renaming gdb


If you just want to use gdb as it normally operates, ie you
don't want to rewrite how Eclipse uses gdb, then you can use
any name for it you want, at least in a Standard Make project.

Go to Run->Debug... Select your Debug Object.  On the
Debugger tab, fill in the new name of your gdb in the "GDB
debugger" field.  FWIW, I am using '/usr/bin/m6811-elf-gdb'
and it works fine.


On Fri, 2005-12-09 at 15:02 +0000, dmsubs wrote:
> Hi,
>
> Is there any way that I can create a plugin that allows me to use a
> different name for gdb?
>
> For example, if I am using the GNU ARM tools, the debugger
is called
> "arm-none-eabi-gdb", but CDT seems to hard-code the
debugger to "gdb".
> At the moment, I have to rename it manually. For my users,
I'd like to
> make it automatic.
>
> Thanks
>
> ---
> Derek
>
> _______________________________________________
> cdt-dev mailing list
> cdt-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/cdt-dev
>
--
Kim Lux,  Diesel Research Inc.



_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cdt-dev



Back to the top