Ignore:
Timestamp:
Sep 7, 2008, 12:38:43 AM (16 years ago)
Author:
dai
Message:

oldSourceLinesを排除。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ab5.0/abdev/BasicCompiler_Common/include/BreakPoint.h

    r725 r743  
    1212    void remove(int iLineNum);
    1313
    14     void update(char *nativeCodeBuffer);
     14    void update( char *nativeCodeBuffer, const SourceLines &sourceLines );
    1515};
    1616typedef std::vector<BreakPointsPerFile> BreakPointsPerFiles;
     
    2626    void remove(const char *lpszFileName,int iLineNum);
    2727
    28     char *update(char *nativeCodeBuffer,int SizeOf_CodeSection);
     28    char *update( char *nativeCodeBuffer, int SizeOf_CodeSection, const SourceLines &sourceLines );
    2929};
    3030
Note: See TracChangeset for help on using the changeset viewer.