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

Side by Side Diff: gdb/doc/observer.texi

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/doc/gdbint.texinfo ('k') | gdb/doc/refcard.tex » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 @c -*-texinfo-*- 1 @c -*-texinfo-*-
2 2
3 @c This file is part of the GDB manual. 3 @c This file is part of the GDB manual.
4 @c 4 @c
5 @c Copyright (C) 2003-2006, 2008-2012 Free Software Foundation, Inc. 5 @c Copyright (C) 2003-2006, 2008-2012 Free Software Foundation, Inc.
6 @c 6 @c
7 @c See the file gdbint.texinfo for copying conditions. 7 @c See the file gdbint.texinfo for copying conditions.
8 @c 8 @c
9 @c Also, the @deftypefun lines from this file are processed into a 9 @c Also, the @deftypefun lines from this file are processed into a
10 @c header file during the GDB build process. Permission is granted 10 @c header file during the GDB build process. Permission is granted
(...skipping 208 matching lines...) Expand 10 before | Expand all | Expand 10 after
219 @deftypefun void memory_changed (CORE_ADDR @var{addr}, int @var{len}, const bfd_ byte *@var{data}) 219 @deftypefun void memory_changed (CORE_ADDR @var{addr}, int @var{len}, const bfd_ byte *@var{data})
220 Bytes from @var{data} to @var{data} + @var{len} have been written 220 Bytes from @var{data} to @var{data} + @var{len} have been written
221 to the current inferior at @var{addr}. 221 to the current inferior at @var{addr}.
222 @end deftypefun 222 @end deftypefun
223 223
224 @deftypefun void before_prompt (const char *@var{current_prompt}) 224 @deftypefun void before_prompt (const char *@var{current_prompt})
225 Called before a top-level prompt is displayed. @var{current_prompt} is 225 Called before a top-level prompt is displayed. @var{current_prompt} is
226 the current top-level prompt. 226 the current top-level prompt.
227 @end deftypefun 227 @end deftypefun
228 228
229 @deftypefun void gdb_datadir_changed (void)
230 Variable gdb_datadir has been set. The value may not necessarily change.
231 @end deftypefun
232
229 @deftypefun void test_notification (int @var{somearg}) 233 @deftypefun void test_notification (int @var{somearg})
230 This observer is used for internal testing. Do not use. 234 This observer is used for internal testing. Do not use.
231 See testsuite/gdb.gdb/observer.exp. 235 See testsuite/gdb.gdb/observer.exp.
232 @end deftypefun 236 @end deftypefun
233 237
OLDNEW
« no previous file with comments | « gdb/doc/gdbint.texinfo ('k') | gdb/doc/refcard.tex » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698