Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(754)

Side by Side Diff: gdb/tui/tui-regs.h

Issue 124383005: GDB 7.6.50 (Closed) Base URL: http://git.chromium.org/native_client/nacl-gdb.git@upstream
Patch Set: Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « gdb/tui/tui-out.c ('k') | gdb/tui/tui-regs.c » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /* TUI display registers in window. 1 /* TUI display registers in window.
2 2
3 Copyright (C) 1998-2001, 2004, 2007-2012 Free Software Foundation, 3 Copyright (C) 1998-2013 Free Software Foundation, Inc.
4 Inc.
5 4
6 Contributed by Hewlett-Packard Company. 5 Contributed by Hewlett-Packard Company.
7 6
8 This file is part of GDB. 7 This file is part of GDB.
9 8
10 This program is free software; you can redistribute it and/or modify 9 This program is free software; you can redistribute it and/or modify
11 it under the terms of the GNU General Public License as published by 10 it under the terms of the GNU General Public License as published by
12 the Free Software Foundation; either version 3 of the License, or 11 the Free Software Foundation; either version 3 of the License, or
13 (at your option) any later version. 12 (at your option) any later version.
14 13
(...skipping 13 matching lines...) Expand all
28 extern void tui_check_register_values (struct frame_info *); 27 extern void tui_check_register_values (struct frame_info *);
29 extern void tui_show_registers (struct reggroup *group); 28 extern void tui_show_registers (struct reggroup *group);
30 extern void tui_display_registers_from (int); 29 extern void tui_display_registers_from (int);
31 extern int tui_display_registers_from_line (int, int); 30 extern int tui_display_registers_from_line (int, int);
32 extern int tui_last_regs_line_no (void); 31 extern int tui_last_regs_line_no (void);
33 extern int tui_first_reg_element_inline (int); 32 extern int tui_first_reg_element_inline (int);
34 extern int tui_line_from_reg_element_no (int); 33 extern int tui_line_from_reg_element_no (int);
35 extern int tui_first_reg_element_no_inline (int lineno); 34 extern int tui_first_reg_element_no_inline (int lineno);
36 35
37 #endif 36 #endif
OLDNEW
« no previous file with comments | « gdb/tui/tui-out.c ('k') | gdb/tui/tui-regs.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698