From 1af58b2afd521cb13133916b8651ffa606fbcfa9 Mon Sep 17 00:00:00 2001 From: Rene Gollent Date: Tue, 4 Nov 2014 23:15:15 -0500 Subject: [PATCH] Debugger: Add expression-related model classes to build. --- src/apps/debugger/Jamfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/apps/debugger/Jamfile b/src/apps/debugger/Jamfile index ad85396ce7..f6b0694ce6 100644 --- a/src/apps/debugger/Jamfile +++ b/src/apps/debugger/Jamfile @@ -163,6 +163,8 @@ Application Debugger : AreaInfo.cpp Breakpoint.cpp DisassembledCode.cpp + ExpressionInfo.cpp + ExpressionValues.cpp FileSourceCode.cpp Image.cpp ImageInfo.cpp @@ -336,6 +338,7 @@ Application Debugger : CompoundValueNode.cpp CStringValueNode.cpp EnumerationValueNode.cpp + ExpressionValueNode.cpp PointerToMemberValueNode.cpp PrimitiveValueNode.cpp VariableValueNodeChild.cpp