| OLD | NEW |
| 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 Loading... |
| 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 |
| OLD | NEW |