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

Side by Side Diff: gdb/solib.h

Issue 11969036: Merge GDB 7.5.1 (Closed) Base URL: http://git.chromium.org/native_client/nacl-gdb.git@master
Patch Set: Created 7 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/sol-thread.c ('k') | gdb/solib.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 /* Shared library declarations for GDB, the GNU Debugger. 1 /* Shared library declarations for GDB, the GNU Debugger.
2 2
3 Copyright (C) 1992-1993, 1995, 1998-2001, 2003, 2005, 2007-2012 Free 3 Copyright (C) 1992-1993, 1995, 1998-2001, 2003, 2005, 2007-2012 Free
4 Software Foundation, Inc. 4 Software Foundation, Inc.
5 5
6 This file is part of GDB. 6 This file is part of GDB.
7 7
8 This program is free software; you can redistribute it and/or modify 8 This program is free software; you can redistribute it and/or modify
9 it under the terms of the GNU General Public License as published by 9 it under the terms of the GNU General Public License as published by
10 the Free Software Foundation; either version 3 of the License, or 10 the Free Software Foundation; either version 3 of the License, or
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
79 extern int libpthread_name_p (const char *name); 79 extern int libpthread_name_p (const char *name);
80 80
81 /* Look up symbol from both symbol table and dynamic string table. */ 81 /* Look up symbol from both symbol table and dynamic string table. */
82 82
83 extern CORE_ADDR gdb_bfd_lookup_symbol (bfd *abfd, 83 extern CORE_ADDR gdb_bfd_lookup_symbol (bfd *abfd,
84 int (*match_sym) (asymbol *, void *), 84 int (*match_sym) (asymbol *, void *),
85 void *data); 85 void *data);
86 86
87 /* Look up symbol from symbol table. */ 87 /* Look up symbol from symbol table. */
88 88
89 extern CORE_ADDR bfd_lookup_symbol_from_symtab (bfd *abfd, 89 extern CORE_ADDR gdb_bfd_lookup_symbol_from_symtab (bfd *abfd,
90 » » » » » » int (*match_sym) (asymbol *, 90 » » » » » » int (*match_sym) (asymbol *,
91 » » » » » » » » void *), 91 » » » » » » » » void *),
92 » » » » » » void *data); 92 » » » » » » void *data);
93 93
94 #endif /* SOLIB_H */ 94 #endif /* SOLIB_H */
OLDNEW
« no previous file with comments | « gdb/sol-thread.c ('k') | gdb/solib.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698