* tuiSourceWin.h (tuiUpdateAllExecInfos): Don't declare.
(tuiClearAllExecInfosContent): Likewise. (tuiEraseAllExecInfosContent): Ditto. (tuiUpdateSourceWindowsFromLocator): Ditto. * tuiSourceWin.c (tuiUpdateAllExecInfos): Remove. * tui.h (tui_vCheckDataValues): Don't declare. (tui_vStartNewLines, tui_vAllSetHasBreakAt): Likewise. (tui_vUpdateLocatorFilename, tui_vUpdateSourceWindowsWithAddr): Ditto. (tui_vShowFrameInfo): Ditto.
This commit is contained in:
parent
e09d2eba9e
commit
6999695c60
@ -1,3 +1,15 @@
|
||||
2002-08-31 Stephane Carrez <stcarrez@nerim.fr>
|
||||
|
||||
* tuiSourceWin.h (tuiUpdateAllExecInfos): Don't declare.
|
||||
(tuiClearAllExecInfosContent): Likewise.
|
||||
(tuiEraseAllExecInfosContent): Ditto.
|
||||
(tuiUpdateSourceWindowsFromLocator): Ditto.
|
||||
* tuiSourceWin.c (tuiUpdateAllExecInfos): Remove.
|
||||
* tui.h (tui_vCheckDataValues): Don't declare.
|
||||
(tui_vStartNewLines, tui_vAllSetHasBreakAt): Likewise.
|
||||
(tui_vUpdateLocatorFilename, tui_vUpdateSourceWindowsWithAddr): Ditto.
|
||||
(tui_vShowFrameInfo): Ditto.
|
||||
|
||||
2002-08-31 Stephane Carrez <stcarrez@nerim.fr>
|
||||
|
||||
* tui.c (tui_commands): Table of single key commands.
|
||||
|
@ -132,21 +132,10 @@ extern void tui_show_source (const char *file, int line);
|
||||
|
||||
extern struct ui_out *tui_out_new (struct ui_file *stream);
|
||||
|
||||
/* tuiDataWin.c */
|
||||
extern void tui_vCheckDataValues (va_list);
|
||||
|
||||
/* tuiIO.c */
|
||||
extern void tui_vStartNewLines (va_list);
|
||||
|
||||
/* tuiLayout.c */
|
||||
extern TuiStatus tui_set_layout (const char *);
|
||||
|
||||
/* tuiSourceWin.c */
|
||||
extern void tuiUpdateAllExecInfos (void);
|
||||
extern void tui_vAllSetHasBreakAt (va_list);
|
||||
extern void tui_vUpdateSourceWindowsWithAddr (va_list);
|
||||
|
||||
/* tuiStack.c */
|
||||
extern void tui_vShowFrameInfo (va_list);
|
||||
extern void tui_vUpdateLocatorFilename (va_list);
|
||||
#endif /* TUI_H */
|
||||
|
@ -610,21 +610,6 @@ tuiUpdateExecInfo (TuiWinInfoPtr winInfo)
|
||||
tuiShowExecInfoContent (winInfo);
|
||||
} /* tuiUpdateExecInfo */
|
||||
|
||||
|
||||
/*
|
||||
** tuiUpdateAllExecInfos()
|
||||
*/
|
||||
void
|
||||
tuiUpdateAllExecInfos (void)
|
||||
{
|
||||
int i;
|
||||
|
||||
for (i = 0; i < (sourceWindows ())->count; i++)
|
||||
tuiUpdateExecInfo ((TuiWinInfoPtr) (sourceWindows ())->list[i]);
|
||||
|
||||
return;
|
||||
} /* tuiUpdateAllExecInfos */
|
||||
|
||||
TuiStatus
|
||||
tuiAllocSourceBuffer (TuiWinInfoPtr winInfo)
|
||||
{
|
||||
|
@ -41,7 +41,6 @@ extern void tuiUpdateSourceWindowAsIs (TuiWinInfoPtr, struct symtab *, TuiLineOr
|
||||
int);
|
||||
extern void tuiUpdateSourceWindowsWithAddr (CORE_ADDR);
|
||||
extern void tuiUpdateSourceWindowsWithLine (struct symtab *, int);
|
||||
extern void tuiUpdateSourceWindowsFromLocator (void);
|
||||
extern void tuiClearSourceContent (TuiWinInfoPtr, int);
|
||||
extern void tuiEraseSourceContent (TuiWinInfoPtr, int);
|
||||
extern void tuiSetSourceContentNil (TuiWinInfoPtr, char *);
|
||||
@ -51,11 +50,8 @@ extern void tuiHorizontalSourceScroll (TuiWinInfoPtr, TuiScrollDirection,
|
||||
extern TuiStatus tuiSetExecInfoContent (TuiWinInfoPtr);
|
||||
extern void tuiShowExecInfoContent (TuiWinInfoPtr);
|
||||
extern void tuiEraseExecInfoContent (TuiWinInfoPtr);
|
||||
extern void tuiEraseAllExecInfosContent (void);
|
||||
extern void tuiClearExecInfoContent (TuiWinInfoPtr);
|
||||
extern void tuiClearAllExecInfosContent (void);
|
||||
extern void tuiUpdateExecInfo (TuiWinInfoPtr);
|
||||
extern void tuiUpdateAllExecInfos (void);
|
||||
|
||||
extern void tuiSetIsExecPointAt (TuiLineOrAddress, TuiWinInfoPtr);
|
||||
extern TuiStatus tuiAllocSourceBuffer (TuiWinInfoPtr);
|
||||
|
Loading…
Reference in New Issue
Block a user