This is the mail archive of the gdb@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: TUI is broken on the branch



Hi!


>
>tui.o: In function `tui_enable':
>  /nevyn/local/gdb/gdb-5.0.cvs20010729/objtui/gdb/../../gdb/tui/tui.c:245:
>  undefined reference to `terminal_save_ours'
>tui.o: In function `tui_disable':
>  /nevyn/local/gdb/gdb-5.0.cvs20010729/objtui/gdb/../../gdb/tui/tui.c:269:
>  undefined reference to `terminal_save_ours'
>
>Was the branch taken while this was being discussed?
>

It is a mistake.  My intention was to have the `terminal_save_xxx' in the
TUI only when the gdb core support that (as part of some target_terminal_xxx
or some gdbarch like mechanism).  Since it's not there, the TUI should not
use it.

The TUI will not work very well without that but at least it should compile
and link.

I'll try to fix this build problem tonight.

	Stephane

-	-	-	-	-	-	-	-	-	-
Stephane |Sun Microsystems			|
 Carrez	 |Network Service Provider Division	| http://www.sun.com
	 |6 avenue Gustave Eiffel		|
	 |F-78182, St-Quentin-en-Yvelines-Cedex |

email: Stephane.Carrez@France.Sun.COM



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]