BPatch.h | BPatch.h | |||
---|---|---|---|---|
skipping to change at line 65 | skipping to change at line 65 | |||
//If they want to get the current version, they should use DYNINST_MAJOR, | //If they want to get the current version, they should use DYNINST_MAJOR, | |||
// DYNINST_MINOR, and DYNINST_SUBMINOR | // DYNINST_MINOR, and DYNINST_SUBMINOR | |||
#define DYNINST_5_1 | #define DYNINST_5_1 | |||
#define DYNINST_5_2 | #define DYNINST_5_2 | |||
#define DYNINST_6_0 | #define DYNINST_6_0 | |||
#define DYNINST_6_1 | #define DYNINST_6_1 | |||
#define DYNINST_7_0 | #define DYNINST_7_0 | |||
#define DYNINST_8_0 | #define DYNINST_8_0 | |||
#define DYNINST_8_1 | #define DYNINST_8_1 | |||
#define DYNINST_8_1_1 | #define DYNINST_8_1_1 | |||
#define DYNINST_8_1_2 | ||||
#define DYNINST_MAJOR 8 | #define DYNINST_MAJOR 8 | |||
#define DYNINST_MINOR 1 | #define DYNINST_MINOR 1 | |||
#define DYNINST_SUBMINOR 1 | #define DYNINST_SUBMINOR 2 | |||
#ifdef IBM_BPATCH_COMPAT | #ifdef IBM_BPATCH_COMPAT | |||
typedef void *BPatch_Address; | typedef void *BPatch_Address; | |||
#endif | #endif | |||
#ifdef _MSC_VER | #ifdef _MSC_VER | |||
#pragma warning(push) | #pragma warning(push) | |||
#pragma warning(disable:4251) | #pragma warning(disable:4251) | |||
#endif | #endif | |||
End of changes. 2 change blocks. | ||||
1 lines changed or deleted | 2 lines changed or added | |||
PCProcess.h | PCProcess.h | |||
---|---|---|---|---|
skipping to change at line 75 | skipping to change at line 75 | |||
#define PC_VERSION_8_1_0 | #define PC_VERSION_8_1_0 | |||
#define pc_const_cast boost::const_pointer_cast | #define pc_const_cast boost::const_pointer_cast | |||
namespace Dyninst { | namespace Dyninst { | |||
class SymbolReaderFactory; | class SymbolReaderFactory; | |||
namespace ProcControlAPI { | namespace ProcControlAPI { | |||
extern bool is_restricted_ptrace; | ||||
class Process; | class Process; | |||
class ThreadPool; | class ThreadPool; | |||
class Thread; | class Thread; | |||
class EventDecoder; | class EventDecoder; | |||
class EventGenerator; | class EventGenerator; | |||
class EventHandler; | class EventHandler; | |||
class Event; | class Event; | |||
class RegisterPool; | class RegisterPool; | |||
class Breakpoint; | class Breakpoint; | |||
class ProcessSet; | class ProcessSet; | |||
End of changes. 1 change blocks. | ||||
0 lines changed or deleted | 2 lines changed or added | |||
Symtab.h | Symtab.h | |||
---|---|---|---|---|
skipping to change at line 51 | skipping to change at line 51 | |||
#include "Serialization.h" | #include "Serialization.h" | |||
#include "ProcReader.h" | #include "ProcReader.h" | |||
#include "boost/shared_ptr.hpp" | #include "boost/shared_ptr.hpp" | |||
class MappedFile; | class MappedFile; | |||
#define SYM_MAJOR 8 | #define SYM_MAJOR 8 | |||
#define SYM_MINOR 1 | #define SYM_MINOR 1 | |||
#define SYM_BETA 1 | #define SYM_BETA 2 | |||
namespace Dyninst { | namespace Dyninst { | |||
struct SymSegment; | struct SymSegment; | |||
namespace SymtabAPI { | namespace SymtabAPI { | |||
class Archive; | class Archive; | |||
class builtInTypeCollection; | class builtInTypeCollection; | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added | |||
walker.h | walker.h | |||
---|---|---|---|---|
skipping to change at line 43 | skipping to change at line 43 | |||
#include "basetypes.h" | #include "basetypes.h" | |||
#include "PCProcess.h" | #include "PCProcess.h" | |||
#include <vector> | #include <vector> | |||
#include <list> | #include <list> | |||
#include <string> | #include <string> | |||
#include <utility> | #include <utility> | |||
#define SW_MAJOR 8 | #define SW_MAJOR 8 | |||
#define SW_MINOR 1 | #define SW_MINOR 1 | |||
#define SW_BETA 1 | #define SW_BETA 2 | |||
#define SW_VERSION_8_1_2 | ||||
#define SW_VERSION_8_1_1 | #define SW_VERSION_8_1_1 | |||
#define SW_VERSION_8_1_0 | #define SW_VERSION_8_1_0 | |||
#define SW_VERSION_8_0_0 | #define SW_VERSION_8_0_0 | |||
#define SW_VERSION_2_1_1 | #define SW_VERSION_2_1_1 | |||
#define SW_VERSION_2_1_0 | #define SW_VERSION_2_1_0 | |||
namespace Dyninst { | namespace Dyninst { | |||
class SymbolReaderFactory; | class SymbolReaderFactory; | |||
End of changes. 2 change blocks. | ||||
1 lines changed or deleted | 2 lines changed or added | |||