Skip to content
#

code-coverage

Here are 263 public repositories matching this topic...

wtf
0vercl0k
0vercl0k commented Jul 16, 2021

If I remember correctly, I wasn't able to implement on-demand paging with whv because doing a WHvTranslateGva with an empty environment doesn't generate memory faults like executing would.

This is annoying because wtf does memory translation to be able to set breakpoints where the user wants to; to do that it needs to do a VirtTranslate so I ended up mapping it all at start-up. It's not ide

utPLSQL
wolframhaussig
wolframhaussig commented Mar 11, 2020

Is your feature request related to a problem? Please describe.
We have a database schema which includes temporary objects - this means objects which are required only for a short time like procedure for upgrades or objects which are still work in progress - and legacy test code. Temporary objects are always prefixed with the username of the author like:
windowsusr_my_table
Test Procedures a

Improve this page

Add a description, image, and links to the code-coverage topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the code-coverage topic, visit your repo's landing page and select "manage topics."

Learn more