commit | ec8778ceb0f7870d50f8a99f706c71e39f1add18 | [log] [tgz] |
---|---|---|
author | Stephen Hines <[email protected]> | Wed Mar 30 17:54:01 2016 -0700 |
committer | Yang Ni <[email protected]> | Mon Jul 25 22:14:14 2016 +0000 |
tree | 0a64b098af4cc213ca6d1e8cd0ba0163f23215e4 | |
parent | 68e30e410ce027099d0d85303aefa4134a461227 [diff] |
Move gDebuggerPresent to libRS.so, and fix up driver after split. Now that libRS.so has been split into public/private libraries, we must also move gDebuggerPresent into the public side. lldb uses this as a flag to indicate that the driver can proceed (after waiting for the debugger to attach). Change-Id: I4c8f5c466644a51d50368ac8dd91f0bfd699302d (cherry picked from commit 98cb2d1420a22536649af2c493a58595f7c2542e) Bug: 30312793