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

Unified Diff: gdb/inf-loop.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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « gdb/inf-child.c ('k') | gdb/inf-ptrace.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gdb/inf-loop.c
diff --git a/gdb/inf-loop.c b/gdb/inf-loop.c
index dd9e0d06d284f0ba259becfab97d37a88b098f31..739785c1aeed6f3d8bcacd878fbe478350f709bf 100644
--- a/gdb/inf-loop.c
+++ b/gdb/inf-loop.c
@@ -29,6 +29,7 @@
#include "gdbthread.h"
#include "continuations.h"
#include "interps.h"
+#include "top.h"
static int fetch_inferior_event_wrapper (gdb_client_data client_data);
@@ -106,10 +107,7 @@ inferior_event_handler (enum inferior_event_type event_type,
{
volatile struct gdb_exception e;
- if (info_verbose
- && current_language != expected_language
- && language_mode == language_mode_auto)
- language_info (1); /* Print what changed. */
+ check_frame_language_change ();
/* Don't propagate breakpoint commands errors. Either we're
stopping or some command resumes the inferior. The user will
« no previous file with comments | « gdb/inf-child.c ('k') | gdb/inf-ptrace.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698