diff options
author | Michael Snyder <msnyder@vmware.com> | 2007-08-14 20:23:29 +0000 |
---|---|---|
committer | Michael Snyder <msnyder@vmware.com> | 2007-08-14 20:23:29 +0000 |
commit | 5b6fe301a1769b1a5a062d8fbf17c89556c478e8 (patch) | |
tree | 85e8b0b42c7a382137185112e2b55a3a956eaba7 /gdb/tui/tui-winsource.h | |
parent | 64a1bf195752a461f0e44b853a1e2769d182de3b (diff) | |
download | gdb-5b6fe301a1769b1a5a062d8fbf17c89556c478e8.zip gdb-5b6fe301a1769b1a5a062d8fbf17c89556c478e8.tar.gz gdb-5b6fe301a1769b1a5a062d8fbf17c89556c478e8.tar.bz2 |
2007-08-14 Michael Snyder <msnyder@access-company.com>
* tui-data.c, tui-data.h, tui-disasm.c, tui-hooks.c, tui-layout.c,
tui-regs.c, tui-source.c, tui-stack.c, tui-win.c, tui-windata.c,
tui-wingeneral.c, tui-wingeneral.h, tui-winsource.c, tui.c,
tui-winsource.h: Whitespace changes, fix pointer declarations
to be consistant.
Diffstat (limited to 'gdb/tui/tui-winsource.h')
-rw-r--r-- | gdb/tui/tui-winsource.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/tui/tui-winsource.h b/gdb/tui/tui-winsource.h index 7baf7a2..74a4d0f 100644 --- a/gdb/tui/tui-winsource.h +++ b/gdb/tui/tui-winsource.h @@ -37,7 +37,7 @@ extern void tui_update_all_breakpoint_info (void); /* Scan the source window and the breakpoints to update the hasBreak information for each line. Returns 1 if something changed and the execution window must be refreshed. */ -extern int tui_update_breakpoint_info (struct tui_win_info * win, +extern int tui_update_breakpoint_info (struct tui_win_info *win, int current_only); /* Function to display the "main" routine. */ |