Chromium Code Reviews| 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 (); |
| } |
| } |