| OLD | NEW |
| 1 /* <proc_service.h> implementation. | 1 /* <proc_service.h> implementation. |
| 2 | 2 |
| 3 Copyright (C) 1999-2000, 2002, 2007-2012 Free Software Foundation, | 3 Copyright (C) 1999-2000, 2002, 2007-2012 Free Software Foundation, |
| 4 Inc. | 4 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 180 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 191 { | 191 { |
| 192 va_list args; | 192 va_list args; |
| 193 | 193 |
| 194 va_start (args, fmt); | 194 va_start (args, fmt); |
| 195 vfprintf_filtered (gdb_stderr, fmt, args); | 195 vfprintf_filtered (gdb_stderr, fmt, args); |
| 196 va_end (args); | 196 va_end (args); |
| 197 } | 197 } |
| 198 | 198 |
| 199 /* Search for the symbol named NAME within the object named OBJ within | 199 /* Search for the symbol named NAME within the object named OBJ within |
| 200 the target process PH. If the symbol is found the address of the | 200 the target process PH. If the symbol is found the address of the |
error: old chunk mismatch |
None
| OLD | NEW |