Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoreutarass2009-02-26 18:19:21 +0000
committereutarass2009-02-26 18:19:21 +0000
commit54f7d978bc4855c474e6bfefc0dfc7cd18cf7ac2 (patch)
tree43d35ff6429f89b4f8895cce7bb6f8f90361a7ce /agent.vcproj
parent01777e5d12992727f56fc174fbe3b13975d74761 (diff)
downloadorg.eclipse.tcf.agent-54f7d978bc4855c474e6bfefc0dfc7cd18cf7ac2.tar.gz
org.eclipse.tcf.agent-54f7d978bc4855c474e6bfefc0dfc7cd18cf7ac2.tar.xz
org.eclipse.tcf.agent-54f7d978bc4855c474e6bfefc0dfc7cd18cf7ac2.zip
TCF Agent: Added MemoryMap module, it keeps track of memory regions and mapping.
TCF Agent: implemented special kind of breakpoints - eventpoints. TCF Agent: implemented Linux/UNIX OS loader access using DT_DEBUG, and loader call-backs using eventpoint.
Diffstat (limited to 'agent.vcproj')
-rw-r--r--agent.vcproj8
1 files changed, 8 insertions, 0 deletions
diff --git a/agent.vcproj b/agent.vcproj
index 9769f117..b3fb1ce2 100644
--- a/agent.vcproj
+++ b/agent.vcproj
@@ -849,6 +849,14 @@
>
</File>
<File
+ RelativePath=".\memorymap.c"
+ >
+ </File>
+ <File
+ RelativePath=".\memorymap.h"
+ >
+ </File>
+ <File
RelativePath="memoryservice.c"
>
<FileConfiguration

Back to the top