Code::Blocks Forums

Developer forums (C::B DEVELOPMENT STRICTLY!) => Development => Topic started by: Etienne on June 13, 2007, 10:58:47 am

Title: New GDB options for relatives files path
Post by: Etienne on June 13, 2007, 10:58:47 am
(moved from the help topic, because it was to old)

Hello,

GDB 6.6 have the options to set relative directory for files path:
frome the announce:

* New commands

set substitute-path
unset substitute-path
show substitute-path
  Manage a list of substitution rules that GDB uses to rewrite the name
  of the directories where the sources are located. This can be useful
  for instance when the sources were moved to a different location
  between compilation and debugging.

Maybe we can use theses commands in CB when GDB 6.6 will be on win32? So we can have relatives names on build and debug...

By the way,  Thanks for CB !

 
See you

Etienne
Title: Re: New GDB options for relatives files path
Post by: patlecat on June 13, 2007, 05:16:07 pm
Great, could you also add the very handy compiler/linker switch -ggdb ?
Title: Re: New GDB options for relatives files path
Post by: patlecat on June 20, 2007, 09:13:19 pm
Now that GDB 6.6 has been made available at mingW could you please add that option mentioned above?

-ggdb