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

Unified Diff: gdb/nacl-manifest.c

Issue 10833034: Recalculate stack frames after nacl-irt command. (Closed) Base URL: http://git.chromium.org/native_client/nacl-gdb.git@master
Patch Set: style Created 8 years, 5 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gdb/nacl-manifest.c
diff --git a/gdb/nacl-manifest.c b/gdb/nacl-manifest.c
index b5c6d5b6ceda56fc6e28294b6415c07fec6dff6c..f5b00b1e2b43d069a6766ddf4b422887f6723114 100644
--- a/gdb/nacl-manifest.c
+++ b/gdb/nacl-manifest.c
@@ -346,6 +346,8 @@ nacl_irt_command (char *args, int from_tty)
symbol_file_add (nacl_irt_filename, from_tty ? SYMFILE_VERBOSE : 0,
NULL, OBJF_USERLOADED);
xfree (nacl_irt_filename);
+ /* Recalculate frames. */
+ reinit_frame_cache ();
}
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698