Skip to content

Commit

Permalink
Added the change description to 11.1.0+.
Browse files Browse the repository at this point in the history
  • Loading branch information
ivankyluk committed Dec 18, 2024
1 parent 29efee1 commit 49a8c98
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions api/docs/release.dox
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,8 @@ clients.

The changes between version \DR_VERSION and 11.1.0 include the following compatibility
changes:
- No compatibility changes yet.
- Added #dynamorio::drmemtrace::TRACE_ENTRY_VERSION_RETIRED_INSTRUCTIONS_ONLY to increase the
trace version for drmemtraces with uncompleted instructions removed.

Further non-compatibility-affecting changes include:
- Added instr_get_operation_size() and instr_set_operation_size() APIs for
Expand All @@ -142,9 +143,10 @@ changes:
fault are removed. A new marker
#dynamorio::drmemtrace::TRACE_MARKER_TYPE_UNCOMPLETED_INSTRUCTION was added
to indicate an uncompleted instruction was removed. The value of the marker
is the encoding of the removed instruction up to a pointer's length. Added
#dynamorio::drmemtrace::TRACE_ENTRY_VERSION_RETIRED_INSTRUCTIONS_ONLY to increase the
trace version for drmemtraces with uncompleted instructions removed.
is the encoding of the removed instruction up to a pointer's length.
OFFLINE_FILE_VERSION_RETIRED_INSTRUCTIONS_ONLY was added by mistake and it was changed to
#OFFLINE_FILE_VERSION_NO_OP.

- Moved module file read logic into read_module_file() in raw2trace_shared, and
removed raw2trace_directory_t::initialize_module_file() since the
read_module_file() can be directly used without having to pull in the whole
Expand Down

0 comments on commit 49a8c98

Please sign in to comment.