Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/extras
diff options
context:
space:
mode:
authorJeffrey Stedfast <jeff@xamarin.com>2014-04-29 01:51:45 +0400
committerJeffrey Stedfast <jeff@xamarin.com>2014-04-29 01:52:17 +0400
commitdab6da3f1783a0389d5343c4a0da1e1232c21b0f (patch)
tree45a406796655d04cec16a11ac28ac42e30a3e8ec /extras
parentb8bab994b218f5892a8f6e7dfba4b0f449d4831d (diff)
[MonoDevelop.Debugger.Gdb] Fixed the build
Diffstat (limited to 'extras')
-rw-r--r--extras/MonoDevelop.Debugger.Gdb/GdbSession.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/extras/MonoDevelop.Debugger.Gdb/GdbSession.cs b/extras/MonoDevelop.Debugger.Gdb/GdbSession.cs
index e1bbeeec7b..c585ab86b5 100644
--- a/extras/MonoDevelop.Debugger.Gdb/GdbSession.cs
+++ b/extras/MonoDevelop.Debugger.Gdb/GdbSession.cs
@@ -360,7 +360,7 @@ namespace MonoDevelop.Debugger.Gdb
WaitCallback nc = delegate {
if (hitCount != -1)
- binfo.UpdateHitCount (hitCount);
+ binfo.IncrementHitCount ();
if (lastTrace != null)
binfo.UpdateLastTraceValue (lastTrace);
};