[llvm-bugs] [Bug 37051] New: Provide a way to lock the current global XRay state
via llvm-bugs
llvm-bugs at lists.llvm.org
Sun Apr 8 23:54:20 PDT 2018
https://bugs.llvm.org/show_bug.cgi?id=37051
Bug ID: 37051
Summary: Provide a way to lock the current global XRay state
Product: XRay
Version: unspecified
Hardware: PC
OS: Linux
Status: NEW
Severity: enhancement
Priority: P
Component: Runtime
Assignee: dberris at google.com
Reporter: dberris at google.com
CC: llvm-bugs at lists.llvm.org
Currently, with the XRay API functions, it's easy to run into a situation where
a currently installed implementation can be unceremoniously uninstalled. We
should provide a stronger protocol for when we're attempting to select a new
mode, and deprecate specific API functions deemed too dangerous to use.
The protocol should include locking the global state, to not allow for
inadvertently interfering with a currently-installed mode.
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20180409/5b426a38/attachment.html>
More information about the llvm-bugs
mailing list