Skip to content

Commit

Permalink
Merge branch 'master' into i7046-add-padding-to-align-sections-on-pag…
Browse files Browse the repository at this point in the history
…e-size
  • Loading branch information
ivankyluk authored Dec 17, 2024
2 parents cc9ef5b + 9931511 commit 15d7d9a
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 11 additions & 1 deletion api/docs/release.dox
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,17 @@ Dr. Memory Framework (DRMF) in the same package as DynamoRIO. DRMF
provides the umbra, drsyscall, and drsymcache Extensions for use by
clients.

The changes between version \DR_VERSION and 11.0.0 include the following compatibility
The changes between version \DR_VERSION and 11.1.0 include the following compatibility
changes:
- No compatibility changes yet.

Further non-compatibility-affecting changes include:
- No changes yet.

**************************************************
<hr>

The changes between version 11.1.0 and 11.0.0 include the following compatibility
changes:
- Removed uncompleted instructions and the corresponding memrefs from drmemtraces.
Instructions which are fetched but not completed due to asynchronous signal or
Expand Down
2 changes: 2 additions & 0 deletions suite/tests/api/it_arm.c
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ test_dr_insert_it_instrs_cbr(void *dcontext)
DR_ASSERT(instr_get_opcode(instr_it3) == OP_it);
DR_ASSERT(instr_it_block_get_count(instr_it3) == 3);
instrlist_encode(dcontext, ilist, buffer, true);
instrlist_clear_and_destroy(dcontext, ilist);
}

void
Expand Down Expand Up @@ -168,6 +169,7 @@ test_dr_insert_it_instrs_cti(void *dcontext)
DR_ASSERT(instr_get_opcode(instr_it3) == OP_it);
DR_ASSERT(instr_it_block_get_count(instr_it3) == 4);
instrlist_encode(dcontext, ilist, buffer, true);
instrlist_clear_and_destroy(dcontext, ilist);
}

int
Expand Down

0 comments on commit 15d7d9a

Please sign in to comment.