URL
https://opencores.org/ocsvn/or1k_old/or1k_old/trunk
Subversion Repositories or1k_old
[/] [or1k_old/] [trunk/] [insight/] [gdb/] [tui/] [ChangeLog] - Rev 1782
Compare with Previous | Blame | View Log
2001-03-08 Andrew Cagney <ac131313@redhat.com>* tuiRegs.c: Use NUM_REGS, not ARCH_NUM_REGS.2001-03-06 Kevin Buettner <kevinb@redhat.com>* tui-file.h: Update/correct copyright notice.Wed Feb 7 19:54:27 2001 Andrew Cagney <cagney@redhat.com>* tui-file.c: Add __FILE__ and __LINE__ parameter to calls tointernal_error.2000-12-14 Kevin Buettner <kevinb@redhat.com>* tui-file.c, tui.c, tuiData.c, tuiLayout.c: Replace occurrencesof free() with xfree().2000-06-22 Kevin Buettner <kevinb@redhat.com>* tuiSourceWin.h: Eliminate use of PARAMS from this file.2000-06-20 Kevin Buettner <kevinb@redhat.com>* tuiLayout.c: Eliminate use of PARAMS from this file.2000-06-17 Kevin Buettner <kevinb@redhat.com>* tuiIO.c: Eliminate use of PARAMS from this file.Thu May 25 14:46:20 2000 Andrew Cagney <cagney@b1.cygnus.com>* tui-file.c: Include "tui.h", "tuiData.h", "tuiIO.h" and"tuiCommand.h".(tui_file_fputs): Pass ``file'' and not ``stream'' totui_file_adjust_strbuf.Thu May 25 16:58:01 2000 Andrew Cagney <cagney@b1.cygnus.com>* tui.h: Include <ncurses.h> when available.* tui.c, tuiGeneralWin.c: Do not include <curses.h>.Mon May 15 17:16:10 2000 Andrew Cagney <cagney@b1.cygnus.com>* Makefile.in: Delete.Tue Apr 18 15:32:15 2000 Andrew Cagney <cagney@b1.cygnus.com>* Makefile.in (distclean, maintainer-clean, realclean,mostlyclean): New targets.Tue Feb 1 00:17:12 2000 Andrew Cagney <cagney@b1.cygnus.com>* tui-file.c, tui-file.h, tuiDisassem.c, tuiIO.c, tuiIO.h,tuiRegs.c: Update to reflect rename of gdb-file / GDB_FILE toui-file / ``struct ui_file''.Mon Jan 31 18:12:43 2000 Andrew Cagney <cagney@b1.cygnus.com>* tui-file.c (enum streamtype, struct tui_stream, tui_file_new,tui_file_delete, tui_fileopen, tui_sfileopen, tui_file_isatty,tui_file_rewind, tui_file_put, tui_file_fputs,tui_file_get_strbuf, tui_file_adjust_strbuf, tui_file_flush,fputs_unfiltered_hook): Move to here from ../utils.c* tui-file.h, tui-file.c: New files.Mon Nov 8 17:47:37 1999 Andrew Cagney <cagney@b1.cygnus.com>* tuiRegs.c (_tuiRegisterFormat), tuiDisassem.c(tuiSetDisassemContent): Replace gdb_file_init_astring withtui_sfileopen. Replace gdb_file_get_strbuf withtui_file_get_strbuf.Mon Nov 8 16:54:51 1999 Andrew Cagney <cagney@b1.cygnus.com>* tuiRegs.c (_tuiRegisterFormat), tuiDisassem.c(tuiSetDisassemContent): Repace gdb_file_deallocate withgdb_file_delete. Replace gdb_file_init_astring with tui_sfileopen.Fri Sep 17 19:34:38 1999 Andrew Cagney <cagney@b1.cygnus.com>* tuiSource.c: Include "source.h".(open_source_file, find_source_lines): Delete declarations.1999-01-26 Jason Molenda (jsm@bugshack.cygnus.com)* tui.h: Include stdarg.h instead of varargs.h if we're on an ISO Cishsystem.Thu Dec 31 12:08:32 1998 David Taylor <taylor@texas.cygnus.com>The following changes were made by Jim Blandy <jimb@cygnus.com>,Edith Epstein <eepstein@cygnus.com>, Elena Zannoni<ezannoni@cygnus.com> Stan Shebs <shebs@cygnus.com>, and DavidTaylor <taylor@cygnus.com>, as part of the project to merge inchanges originally made by HP; HP did not create ChangeLogentries.* Makefile.in: New file; we're merging HP's changes into GDB, andwe've moved the TUI files into a subdirectory, so we need a newMakefile.* tui.c:#include <term.h>, if we have it, to get declarations forthe termcap functions on Solaris.(tgoto): Add external K&R declaration for this; Solaris doesn'tbother to actually declare it in their header files.(_tuiReset): Ignore the #definition of TIOCGETC if USG is defined;we'd rather use the USG mechanisms than the Berkeley mechanisms(TIOCGETC is one of the Berkeley terminal control ioctls).Apologies if this causes trouble later; this should all be handledby autoconf...(strcat_to_buf, strcat_to_buf_with_fmt): New functions, moved herefrom ../utils.h.(tuiFree): replace safe_free with free.(strcat_to_buf): new function, copied from utils.c.(tuiInit): Add ignored `argv0' argument, to match the type thatinit_ui_hook expects; updated declaration. Call theinitialize_tui_files function constructed above. Initializeflush_hook to NULL.(tuiInitWindows): Call tuiSetLocatorContent, to get the firstelement of the locator window's content allocated. This seemswrong, because it must have been initialized somehow in HP'ssources, and we should do it the same way now. But we do getfurther before it segfaults. [Postscript: HP didn't bother toinitialize it; they compile(va_catch_errors, vcatch_errors): Functions moved here from../utils.c in HP's sources. They're not used anywhere else.(xdb_style): Delete this variable, and remove all references toit. It's always true.(tuiInit, _tui_vDo): References removed.* tui.h: Add prototypes.Don't #include "gendefs.h"; it's only used in the TUI.Integrate its contents into this file:#include <ansidecl.h> here.(Opaque, OpaqueFuncPtr): Typedefs moved to here.* tuiCommand.c: #include "defs.h", so we get the appropriatedefinition of GDB_FILE.* tuiData.c(freeWindow): replace safe_free with free.(tui_version): don't define it here; it's defined in main.c now.* tuiDisassem.c(tuiSetDisassemContent): Call strcat_address_numeric instead ofstrcat_address. Simplify the control structure. Use predefinedGDB function to print asm inst address. Use GDB_FILE to collectoutput into buffers.* tuiIO.c(tgoto): Add external K&R declaration for this here too.(tuiGetc, tuiTermSetup, tuiTermUnsetup): Same.(tuiPuts_unfiltered): change FILE to GDB_FILE.(tui_tputs): fix prototype for 3rd argument.* tuiIO.h (tuiPuts_unfiltered): change declaration.* tuiLayout.c(_tuiSetLayoutTo): for displaying registers, hook up the HP codethat decides which registers to display (i.e. single precisionfloat, double precision float, general, special). Previously,only handled TUI_GENERAL_REGS. Now that the code is hooked up,compiling with -z poses a problem. When the first layout commandis 'layout regs', dataWin->detail is a NULL pointer, and gdbcore dumps.* tuiLayout.c (_tuiSetLayoutTo): replace safe_free with free.* tuiRegs.c #include "defs.h" earlier, to avoid problems in<stdarg.h>. No idea exactly what's conflicting with what, but theerrors went away...(_tuiRegisterFormat): Change so that function creates a GDB_FILEobject, calls pa_do_strcat_registers_info, copies the registerinfo into a buffer, and deallocates the GDB_FILE object. Removesome code that is not executed. Also, call topa_do_strcat_registers_info has an additional parameter,precision. This code requires some new per-target functions thatwe don't want to merge. Dyke it out, with #ifdefTUI_EXTENDED_FORMATTERS.(_tuiSetSpecialRegsContent): this function was ifdefed out.Hooked this up.(_tuiSetGeneralAndSpecialRegsContent): this function was ifdefedout. Hooked it up.(IS_64BIT): Just define this to be zero; we're not merging in the64-bit support.(tuiShowRegisters): Comment out all references to the "special"regs; we don't have a distinction between the "special" and"non-special" regs in most of our machine descriptions. This codeis PA-specific in other ways as well, and needs to be redesignedto be portable to other processors.* tuiWin.c: #include <string.h>, to get a declaration forstrchr.* tui.c, tuiCommand.c, tuiData.c, tuiDataWin.c, tuiDisassem.c,tuiGeneralWin.c, tuiIO.c, tuiLayout.c, tuiRegs.c, tuiSource.c,tuiSourceWin.c, tuiStack.c, tuiWin.c: New files (from HP). Changedbool to int throughout. Re-indented, GNU style.* tui.h, tuiCommand.h, tuiData.h, tuiDataWin.h, tuiDisassem.h,tuiGeneralWin.h, tuiIO.h, tuiLayout.h, tuiRegs.h, tuiSource.h,tuiSourceWin.h, tuiStack.h, tuiWin.h: new files (from HP).Changed bool to int throughout.
