Changeset 743 in dev for trunk/ab5.0/abdev/BasicCompiler_Common/include
- Timestamp:
- Sep 7, 2008, 12:38:43 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ab5.0/abdev/BasicCompiler_Common/include/BreakPoint.h
r725 r743 12 12 void remove(int iLineNum); 13 13 14 void update( char *nativeCodeBuffer);14 void update( char *nativeCodeBuffer, const SourceLines &sourceLines ); 15 15 }; 16 16 typedef std::vector<BreakPointsPerFile> BreakPointsPerFiles; … … 26 26 void remove(const char *lpszFileName,int iLineNum); 27 27 28 char *update( char *nativeCodeBuffer,int SizeOf_CodeSection);28 char *update( char *nativeCodeBuffer, int SizeOf_CodeSection, const SourceLines &sourceLines ); 29 29 }; 30 30
Note:
See TracChangeset
for help on using the changeset viewer.