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

Side by Side Diff: gdb/tui/tui-stack.c

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/tui/tui-regs.c ('k') | gdb/tui/tui-win.c » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
None
OLDNEW
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
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

OLDNEW
« no previous file with comments | « gdb/tui/tui-regs.c ('k') | gdb/tui/tui-win.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698