| OLD | NEW |
| 1 /* TUI display locator. | 1 /* TUI display locator. |
| 2 | 2 |
| 3 Copyright (C) 1998-2004, 2006-2012 Free Software Foundation, Inc. | 3 Copyright (C) 1998-2004, 2006-2012 Free Software Foundation, Inc. |
| 4 | 4 |
| 5 Contributed by Hewlett-Packard Company. | 5 Contributed by Hewlett-Packard Company. |
| 6 | 6 |
| 7 This file is part of GDB. | 7 This file is part of GDB. |
| 8 | 8 |
| 9 This program is free software; you can redistribute it and/or modify | 9 This program is free software; you can redistribute it and/or modify |
| 10 it under the terms of the GNU General Public License as published by | 10 it under the terms of the GNU General Public License as published by |
| (...skipping 207 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 218 static char name[256]; | 218 static char name[256]; |
| 219 struct ui_file *stream = tui_sfileopen (256); | 219 struct ui_file *stream = tui_sfileopen (256); |
| 220 char *p; | 220 char *p; |
| 221 | 221 |
| 222 print_address_symbolic (get_frame_arch (fi), get_frame_pc (fi), | 222 print_address_symbolic (get_frame_arch (fi), get_frame_pc (fi), |
| 223 stream, demangle, ""); | 223 stream, demangle, ""); |
| 224 p = tui_file_get_strbuf (stream); | 224 p = tui_file_get_strbuf (stream); |
| 225 | 225 |
| 226 /* Use simple heuristics to isolate the function name. The symbol | 226 /* Use simple heuristics to isolate the function name. The symbol |
| 227 can be demangled and we can have function parameters. Remove | 227 can be demangled and we can have function parameters. Remove |
error: old chunk mismatch |
None
| OLD | NEW |