-
Updated
Sep 1, 2020 - Java
instrumentation
Here are 426 public repositories matching this topic...
-
Updated
Aug 31, 2020 - Java
-
Updated
Aug 21, 2020 - Java
-
Updated
Aug 28, 2020 - Python
-
Updated
Aug 7, 2020 - C#
The memtrace* sample clients use drutil_expand_rep_string, but the instrace* ones do not. This can confuse users: https://groups.google.com/g/dynamorio-users/c/HR4pX6lwP_I
-
Updated
Sep 1, 2020 - Java
-
Updated
Aug 13, 2020 - Java
-
Updated
Sep 3, 2020 - C++
-
Updated
Jun 30, 2020 - JavaScript
Hi,
For safety use, it's better to have null check for all variables which are used in this function.
if (!_sessionPriv.$clientAlarmList) {
return;
}
↓
if (!_sessionPriv.$clientAlarmList
|| !_sessionPriv.$monitoredItemForAlarmList
|| !_sessionPriv.$subscriptionforAlarmList ) {
return;
}
-
Updated
Sep 3, 2020 - C
Would be nice to avoid crontab mails like
�[0m�[1;92m[+] �[0mWe're done here. Have a nice day!
-
Updated
Aug 11, 2020 - JavaScript
-
Updated
Aug 4, 2020 - C
Refactor host -> guest context switch assembly codes that have been duplicated when we introduced AVX support.
-
Updated
Jun 19, 2020 - Erlang
-
Updated
Jul 27, 2020 - Python
-
Updated
Aug 23, 2020 - Elixir
-
Updated
May 15, 2019 - Java
-
Updated
Aug 24, 2020 - C++
-
Updated
Jun 28, 2020 - Go
-
Updated
Nov 25, 2019 - Go
-
Updated
Aug 18, 2020 - Go
-
Updated
Sep 3, 2020 - JavaScript
-
Updated
Jul 20, 2020 - Elixir
Improve this page
Add a description, image, and links to the instrumentation topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the instrumentation topic, visit your repo's landing page and select "manage topics."
It would be helpful if the lcov generated reports could generate relative paths. My use case is that I am generating coverage reports from a docker image and then using VS Code Coverage Gutters which supports relative paths to view the coverage. But it doesn't work because the absolute paths on the docker c