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

Unified Diff: gdb/maint.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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « gdb/main.c ('k') | gdb/maint.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gdb/maint.h
diff --git a/gdb/sol2-tdep.h b/gdb/maint.h
similarity index 62%
copy from gdb/sol2-tdep.h
copy to gdb/maint.h
index b516f7d96317942df7dafcabb9aebcfb26d35030..51d53b02eb379a7e46ce3466fa7bd0709b8d6629 100644
--- a/gdb/sol2-tdep.h
+++ b/gdb/maint.h
@@ -1,6 +1,5 @@
-/* Target-dependent code for Solaris.
-
- Copyright (C) 2006-2012 Free Software Foundation, Inc.
+/* Support for GDB maintenance commands.
+ Copyright (C) 2013 Free Software Foundation, Inc.
This file is part of GDB.
@@ -17,13 +16,16 @@
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>. */
-#ifndef SOL2_TDEP_H
-#define SOL2_TDEP_H 1
+#ifndef MAINT_H
+#define MAINT_H
+
+extern void set_per_command_time (int);
-struct gdbarch;
+extern void set_per_command_space (int);
-CORE_ADDR sol2_skip_solib_resolver (struct gdbarch *, CORE_ADDR);
+/* Note: There's no set_per_command_symtab on purpose.
+ Symtab stats aren't yet as useful for --statistics output. */
-char *sol2_core_pid_to_str (struct gdbarch *gdbarch, ptid_t ptid);
+extern struct cleanup *make_command_stats_cleanup (int);
-#endif /* sol2-tdep.h */
+#endif /* MAINT_H */
« no previous file with comments | « gdb/main.c ('k') | gdb/maint.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698